@charset "UTF-8";


.sub_visual {
	width: 100%;
	height: 230px;
	background: #fff;
}

.sub_visual>.s-inner {
	height: 100%;
}

.sv-tit {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.sv-tit p {
	font-size: 20px;
	color: #222;
	font-weight: 500;
	margin-bottom: 10px;
}

.sv-tit h2 {
	font-size: 50px;
	color: #2b93f4;
	font-weight: 600;
}

@media ( max-width :1280px) {
	.sv-tit p {
		font-size: 18px;
	}
	.sv-tit h2 {
		font-size: 45px;
	}
}

@media ( max-width :1080px) {
	.sub_visual {
		height: 200px;
	}
	.sv-tit p {
		font-size: 17px;
	}
	.sv-tit h2 {
		font-size: 40px;
	}
}

@media ( max-width :768px) {
	.sub_visual {
		height: 180px;
	}
	.sv-tit p {
		font-size: 1rem;
		margin-bottom: 5px;
	}
	.sv-tit h2 {
		font-size: 2rem;
	}
}

@media ( max-width :500px) {
	.sub_visual {
		height: 160px;
	}
	.sv-tit p {
		font-size: 0.9rem;
	}
	.sv-tit h2 {
		font-size: 1.5rem;
	}
}

#bo_cate_on {
	background: #2b93f4;
	color: #fff;
	border: 1px solid #2b93f4;
}


.content_desc {
	max-width: 1200px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 80px 0;
}

@media ( max-width :1280px) {
	.content_desc {
		padding: 80px 4%;
	}
}

@media ( max-width :1080px) {
	.content_desc {
		padding: 65px 4%;
	}
}

@media ( max-width :768px) {
	.content_desc {
		padding: 50px 4%;
	}
}

.s21-slide {
	max-width: 816px;
	width: 100%;
	position: relative;
}

.swiper-slide {
	height: auto;
}

.swiper-slide a {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 15px;
	border: 1px solid #D7D7D7;
	overflow: hidden;
	transition: all 0.2s;
}

.swiper-slide a:hover {
	border: 1px solid #6FBA2C;
}

.s21-s-bg {
	width: 100%;
	padding-bottom: 62%;
}

.s21-tbox {
	padding: 25px;
}

.s21-tbox h2 {
	font-size: 20px;
	color: #222;
	font-weight: 600;
	text-align: left;
}

.s21-pager {
	display: none;
}

@media ( max-width :1280px) {
	.s21-tbox {
		padding: 18px;
		height: 100px;
	}
	.s21-tbox h2 {
		font-size: 18px;
	}
}

@media ( max-width :1080px) {
	.s21-tbox {
		padding: 16px;
		height: 90px;
	}
	.s21-tbox h2 {
		font-size: 15px;
	}
}

@media ( max-width :768px) {
	.s21-tbox {
		padding: 5%;
		height: auto;
	}
	.s21-tbox h2 {
		font-size: 1rem;
	}
}

.board_newgallery * {
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 0.2s;
}

.board_newgallery {
	display: flex;
	flex-flow: row wrap;
}

.board_newgallery li {
	width: 32%;
	margin: 0 2% 2% 0;
	position: relative;
}

.board_newgallery li:nth-child(3n) {
	margin-right: 0;
}

.board_newgallery .s35-btn1 {
	display: block;
	width: 100%;
	height: 100%;
	box-shadow: 7px 7px 15px rgb(0 0 0/ 10%);
	border: 2px solid transparent;
	border-radius: 15px;
	overflow: hidden;
}

.board_newgallery .s35-btn1:hover {
	border: 2px solid #2b93f4;
	box-shadow: none;
}

.bo-bg {
	width: 100%;
	padding-bottom: 65%;
	transition: all 0.2s;
}

.bo-tbox {
	padding: 20px 25px;
	position: relative;
}

.hits {
	position: absolute;
	right: 10px;
	top: 10px;
}

.bo-tbox h2 {
	font-size: 20px;
	color: #222;
	font-weight: 600;
	text-align: center;
}

.rewrite {
	background: #2b93f4;
	padding: 5px 20px;
	color: #fff;
	font-size: 16px;
	position: absolute;
	right: 10px;
	top: 10px;
}

#bo_sch, .bo-flx {
	display: none;
}

.bimgwrap {
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 2px solid #2b93f4;
}

.bimgwrap img {
	dsiplay: block;
	width: 100%;
	height: auto;
}

.s21-top p {
	text-align: center;
	font-size: 20px;
	color: #262629;
	line-height: 1.5;
	margin: 25px 0 40px;
}

.s35-p-bg::-webkit-scrollbar {
	display: none;
}

.s35-p-bg::-webkit-scrollbar-thumb {
	display: none;
}

.s35-p-bg::-webkit-scrollbar-track {
	display: none;
}

.s35-p-bg::-webkit-scrollbar-button:start {
	display: none;
}

.s35-p-bg::-webkit-scrollbar-button:end {
	display: none;
}

@media ( max-width :1280px) {
	.bo-tbox h2 {
		font-size: 18px;
	}
	.s21-top p {
		font-size: 18px;
		margin: 18px 0 40px;
	}
}

@media ( max-width :1080px) {
	.bo-tbox {
		padding: 18px;
	}
	.bo-tbox h2 {
		font-size: 16px;
	}
	.s21-top p {
		font-size: 16px;
		margin: 15px 0 35px;
	}
	.bimgwrap {
		padding-bottom: 2%;
		margin-bottom: 2%;
	}
}

@media ( max-width :768px) {
	.board_newgallery {
		justify-content: space-between;
	}
	.board_newgallery li {
		width: 48%;
		margin: 0 0 4% 0;
	}
	.bo-tbox {
		padding: 6%;
	}
	.bo-tbox h2 {
		font-size: 1rem;
		line-height: 1.4;
	}
	.bo-bg {
		padding-bottom: 75%;
	}
	.s21-top p {
		font-size: 1rem;
		margin: 2% 0 6%;
	}
	.s21-top p br {
		display: none;
	}
}






/*!
 * Font Awesome Free 5.8.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s infinite linear}.fa-pulse{animation:fa-spin 1s infinite steps(8)}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}:gsfirstjob1234 .fa-flip-both,:gsfirstjob1234 .fa-flip-horizontal,:gsfirstjob1234 .fa-flip-vertical,:gsfirstjob1234 .fa-rotate-90,:gsfirstjob1234 .fa-rotate-180,:gsfirstjob1234 .fa-rotate-270{filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adobe:before{content:"\f778"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-balance-scale:before{content:"\f24e"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-handshake:before{content:"\f2b5"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-wizard:before{content:"\f6e8"}.fa-haykal:before{content:"\f666"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-nintendo-switch:before{content:"\f418"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-volume:before{content:"\f2a0"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-gsfirstjob1234-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:normal;font-display:auto;src:url(../webfonts/fa-brands-400.eot);src:url(../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.woff) format("woff"),url(../webfonts/fa-brands-400.ttf) format("truetype"),url(../webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:auto;src:url(../webfonts/fa-regular-400.eot);src:url(../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.woff) format("woff"),url(../webfonts/fa-regular-400.ttf) format("truetype"),url(../webfonts/fa-regular-400.svg#fontawesome) format("svg")}.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:auto;src:url(../webfonts/fa-solid-900.eot);src:url(../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.woff) format("woff"),url(../webfonts/fa-solid-900.ttf) format("truetype"),url(../webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700;900&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500&display=swap'); */
/* @import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css'); */
@font-face {
	font-family: 'GmarketSansMedium';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
/* 초기화 */
html, body, div, span, object, iframe,p, blockquote, pre,a, abbr, address, big, cite, code,del, dfn, em, font, ins, q, s, samp,small, strike, strong, sub, sup,figure, tt, var,b, u, i, h1, h2, h3, h4, h5, h6,dl, dt, dd, ol, ul, li,fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0; padding:0; border:0;}

*		{outline:none; border:0;}
*, :after, :before {/*가로 세로값 고정*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}

body {font-size:17px; color:#222; font-weight:400; font-family:'Montserrat', 'Noto Sans KR', sans-serif; word-break: keep-all;}
body {-webkit-text-size-adjust:none; /*모바일 폰트 확대방지*/}

h1, h2, h3, h4, h5, h6 {font-weight:normal;}

a:link {text-decoration: none; cursor:pointer;}
a {color: #555;}
a:hover, a:active, a:focus {text-decoration:none;}

hr {display:none}
li,ol,dd {list-style:none;}
table		{border-spacing:0; border-collapse:collapse;} 
address,caption,cite,code,dfn,em,th,var {font-style:normal;}
legend {visibility:hidden; display:none; height:0; width:0; font-size:0;}
noscript{display:none;}
caption{visibility:hidden; height:0; width:0; font-size:0;}
/* strong{font-weight:normal;} */
button {cursor:pointer}

input {/*-webkit-appearance: none;*/ -webkit-border-radius: 0; /*-moz-appearance:none; appearance:none;*/}
input[type="submit"]		{cursor:pointer}
input[type=text]				{-webkit-border-radius:0; -webkit-appearance:none;}
input.search, select		{-webkit-border-radius:0;}

input[type=checkbox]		{vertical-align:middle;}
input[type=radio]				{vertical-align:middle;}
input[type=text],input[type=password], textarea {outline:none;}
input[type=text]:focus,input[type=password]:focus,  textarea:focus,select:focus {
/*
-webkit-box-shadow:  0 0 5px #9ed4ff;
-moz-box-shadow:  0 0 5px #9ed4ff;
box-shadow: 0 0 5px #9ed4ff;
border:1px solid #558ab7 !important;
*/
}


select, input, textarea, button {
	font-size: 1.0em;
	vertical-align: middle;
	color: #6b6b6b;
	font-family: 'Montserrat', 'Noto Sans KR',  sans-serif;
}

select {
	padding-left:5px;
	padding-right:25px !;
	appearance:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	border-radius:0;
	background:#fff url("/img/select_arrow.png") no-repeat right center;
}
select::-ms-expand,
select::-ms-expand {
	display:none;
}
html[data-ie-ver="8"] select,
html[data-ie-ver="9"] select {
	padding-left:0;
	padding-right:0;
	background:none;
}
@media all and (max-width:1100px) {
	select {
		background:url("/img/select_arrow_bic.png") no-repeat right center;
		background-size:15px 15px;
	}
}

.clear												{content:""; display:block; clear:both; width:100%; visibility:hidden;}

/* 전체 틀 */
#total_wrap						{width:100%;}
#wrap									{width:100%; margin:0 auto;}

/* 헤더 */
#wrap_header					{width:100%; margin:0 auto; }

/* 메인 */
#wrap_main						{width:100%; margin:0 auto;}

/* 서브 */
#wrap_sub							{width:100%; margin:0 auto;}

/* 푸터 */
#wrap_footer					{width:100%; }

/* 팝업레이어 */
#hd_pop {z-index:1000;position:relative;margin:0 auto;height:0}
#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.hd_pops {position:absolute;}
.hd_pops img{max-width:100%}
.hd_pops_con {background:#fff;}
.hd_pops_con img		{max-width:100%; height:auto;}
.hd_pops_footer {padding:0;background:rgba(0,0,0,0.7); color:#fff; text-align:left; position:relative;}
.hd_pops_footer:after {display:block;visibility:hidden;clear:both;content:""}
.hd_pops_footer button {padding:10px;border:0;color:#fff;}
.hd_pops_footer .hd_pops_reject{background:none;text-align:left; font-size:11px;}
.hd_pops_footer .hd_pops_close{ background:#000; position:absolute;top:0;right:0; font-size:11px;}

/* 상단 레이아웃 */
#hd {background:#212020}
#hd_h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}

#tnb {border-bottom:1px solid #383838;margin:0 auto}
#tnb:after {display:block;visibility:hidden;clear:both;content:""}
#tnb .inner {margin:0 auto}

#hd_wrapper {position:relative;margin:0 auto;height:140px;zoom:1}
#hd_wrapper:after {display:block;visibility:hidden;clear:both;content:""}

#logo {float:left;padding:30px 0 0}

.hd_sch_wr {float:left;padding:30px 0;;width:445px;margin-left:65px}
#hd_sch h3 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#hd_sch {border-radius:30px;overflow:hidden}
#hd_sch #sch_stx {float:left;width:385px;height:45px;padding-left:10px;border-radius:30px 0 0 30px;background:#2c2c2c;border:0;border-right:0;font-size:1.25em;color:#fff}
#hd_sch #sch_submit {float:left;width:60px;height:45px;border:0;background:#2c2c2c;color:#fff;border-radius:0 30px 30px 0;cursor:pointer;font-size:16px}

#hd_define {float:left}
#hd_define:after {display:block;visibility:hidden;clear:both;content:""}
#hd_define li {float:left;font-size:1.083em;line-height:14px;border-right:1px solid #4a4a4a;position:relative;text-align:center;margin:15px 10px 15px 0;padding-right:10px}
#hd_define li:last-child {padding-right:0;margin-right:0;border-right:0}
#hd_define li a {display:inline-block;color:#919191}
#hd_define li.active a {color:#fff}


#hd_qnb {float:right;text-align:right}
#hd_qnb:after {display:block;visibility:hidden;clear:both;content:""}
#hd_qnb li {float:left;font-size:1.083em;line-height:14px;border-right:1px solid #4a4a4a;position:relative;text-align:center;margin:15px 10px 15px 0;padding-right:10px}
#hd_qnb li:last-child {padding-right:0;margin-right:0;border-right:0}
#hd_qnb li span {display:block;margin-top:5px;font-size:0.92em}
#hd_qnb li a {display:inline-block;color:#919191}
#hd_qnb .visit .visit-num {display:inline-block;line-height:16px;padding:0 5px;margin-left:5px;border-radius:10px;background:#da22f5;color:#fff;font-size:10px}


.hd_login {position:absolute;right:0;top:60px}
.hd_login li {float:left;margin:0 5px;border-left:1px solid #616161;padding-left:10px;line-height:13px}
.hd_login li:first-child {border-left:0}
.hd_login a {color:#fff}


/* 메인메뉴 */
#gnb {position:relative;background:#fff}
#gnb > h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#gnb .gnb_wrap {margin:0 auto;position:relative}
#gnb .gnb_wrap:hover, #gnb .gnb_wrap:focus, #gnb .gnb_wrap:active{z-index:3}
#gnb #gnb_1dul {font-size:1.083em;padding:0;border-bottom:1px solid #e0e2e5;zoom:1}
#gnb ul:after {display:block;visibility:hidden;clear:both;content:""}
#gnb .gnb_1dli {float:left;line-height:55px;padding:0px;position:relative}
#gnb .gnb_1dli:hover > a {color:#4b545e;
-webkit-transition:background-color 2s ease-out;
-moz-transition:background-color 0.3s ease-out;
-o-transition:background-color 0.3s ease-out;
transition:background-color 0.3s ease-out}

.gnb_1dli .bg {position:absolute;top:24px;right:8px;display:inline-block;width:10px;height:10px;overflow:hidden;background:url('../img/gnb_bg2.gif') no-repeat 50% 50%;text-indent:-999px}
.gnb_1da {display:block;font-weight:bold;padding:0 15px;color:#080808;text-decoration:none}
.gnb_1dli.gnb_al_li_plus .gnb_1da{padding-right:25px}
.gnb_2dli:first-child {border:0}
.gnb_2dul {display:none;position:absolute;top:54px;min-width:140px;padding-top:2px}
.gnb_2dul .gnb_2dul_box {border:1px solid #e0e2e5;border-top:0;padding:0;
-webkit-box-shadow:0px 1px 5px rgba(97, 97, 97, 0.2);
-moz-box-shadow:0px 1px 5px rgba(97, 97, 97, 0.2);
box-shadow:0px 1px 5px rgba(97, 97, 97, 0.2)}
.gnb_2da {display:block;padding:0 10px;line-height:40px;background:#fff;color:#080808;text-align:left;text-decoration:none}
a.gnb_2da:hover {color:#4b545e;background:#f7f7f8;
-moz-transition:all 0.3s ease-out;
-o-transition:all 0.3s ease-out;
transition:all 0.3s ease-out}

.gnb_1dli_air .gnb_2da {}
.gnb_1dli_on .gnb_2da {}
.gnb_2da:focus, .gnb_2da:hover {color:#fff}
.gnb_1dli_over .gnb_2dul {display:block;left:0}
.gnb_1dli_over2 .gnb_2dul {display:block;right:0}
.gnb_wrap .gnb_empty {padding:10px 0;width:100%;text-align:center;line-height:2.7em;color:#080808}
.gnb_wrap .gnb_empty a {color:#4b545e;text-decoration:underline}
.gnb_wrap .gnb_al_ul .gnb_empty, .gnb_wrap .gnb_al_ul .gnb_empty a {color:#555}

#gnb .gnb_menu_btn {background:#4158d1;color:#fff;width:50px;height:55px;border:0;vertical-align:top;font-size:18px}
#gnb .gnb_close_btn {background:#fff;color:#b6b9bb;width:50px;height:50px;border:0;vertical-align:top;font-size:18px;position:absolute;top:0;right:0}
#gnb .gnb_mnal {float:right;padding:0}

#gnb_all {display:none;position:absolute;border:1px solid #c5d6da;width:100%;background:#fff;z-index:1000;-webkit-box-shadow:0 2px 5px rgba(0,0,0,0.2);
-moz-box-shadow:0 2px 5px rgba(0,0,0,0.2);
box-shadow:0 2px 5px rgba(0,0,0,0.2)}
#gnb_all h2 {font-size:1.3em;padding:15px 20px;border-bottom:1px solid #e7eeef}
#gnb_all .gnb_al_ul:after {display:block;visibility:hidden;clear:both;content:""}
#gnb_all .gnb_al_ul > li:nth-child(5n+1) {border-left:0}
#gnb_all .gnb_al_li {float:left;width:20%;min-height:150px;padding:20px;border-left:1px solid #e7eeef}
#gnb_all .gnb_al_li .gnb_al_a {font-size:1.2em;display:block;position:relative;margin-bottom:10px;font-weight:bold;color:#4b545e}
#gnb_all .gnb_al_li li {line-height:2em}
#gnb_all .gnb_al_li li a {color:#555}
#gnb_all_bg {display:none;background:rgba(0,0,0,0.1);width:100%;height:100%;position:fixed;left:0;top:0;z-index:999}

/* 중간 레이아웃 */
#wrapper {}
#container_wr:after {display:block;visibility:hidden;clear:both;content:""}
#container_wr {margin:0 auto;height:100%;zoom:1}
#aside {float:right;width:235px;padding:0;height:100%;margin:20px 0 20px 20px}

#container {position:relative;float:left;min-height:500px;height:auto !important;margin:20px 0;height:500px;font-size:1em;width:930px;zoom:1}
#container:after {display:block;visibility:hidden;clear:both;content:""}
#container_title {font-size:1.333em;margin:0 auto;font-weight:bold}
#container_title span {margin:0 auto 10px;display:block;line-height:30px}

.lt_wr {width:32%}
.lt_wr:nth-child(3n+1) {clear:both}
.latest_wr {margin-bottom:20px}
.latest_wr:after {display:block;visibility:hidden;clear:both;content:""}
.latest_top_wr {margin:0 -10px 20px}
.latest_top_wr:after {display:block;visibility:hidden;clear:both;content:""}

/* 하단 레이아웃 */
#ft {background:#212020;margin:0 auto;text-align:center}
#ft h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ft_wr {max-width:1240px;margin:0;padding:40px 0;position:relative;display:inline-block;text-align:left}
#ft_wr:after {display:block;visibility:hidden;clear:both;content:""}
#ft_wr .ft_cnt {width:25%;float:left;padding:0 20px}

#ft_link {text-align:left}
#ft_link a {display:block;color:#fff;line-height:2em;font-weight:bold}
#ft_company h2 {font-size:1.2em;margin-bottom:20px}
#ft_company {font-weight:normal;color:#e3e3e3;line-height:2em}
#ft_catch {margin:20px 0 10px}
#ft_copy {text-align:center;width:1200px;margin:0 auto;padding:20px 0;color:#5b5b5b;font-size:0.92em;border-top:1px solid #383838}
#top_btn {position:fixed;bottom:20px;right:20px;width:50px;height:50px;line-height:46px;border:2px solid #333;color:#333;text-align:center;font-size:15px;z-index:90;background:rgba(255,255,255,0.5)}
#top_btn:hover {border-color:#3059c7;background:#3059c7;color:#fff}

/* 게시물 선택복사 선택이동 */
#copymove {}
#copymove .win_desc {text-align:center;display:block}
#copymove .tbl_wrap {margin:20px}
#copymove .win_btn {padding:0 20px 20px}
.copymove_current {float:right;background:#ff3061;padding:5px;color:#fff;border-radius:3px}
.copymove_currentbg {background:#f4f4f4}

/* 화면낭독기 사용자용 */
#hd_login_msg {position:absolute;top:0;left:0;font-size:0;line-height:0;overflow:hidden}
.msg_sound_only, .sound_only {display:inline-block !important;position:absolute;top:0;left:0;width:0;height:0;margin:0 !important;padding:0 !important;font-size:0;line-height:0;border:0 !important;overflow:hidden !important}

/* 본문 바로가기 */
#skip_to_container a {z-index:100000;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#skip_to_container a:focus, #skip_to_container a:active {width:100%;height:75px;background:#21272e;color:#fff;font-size:2em;font-weight:bold;text-align:center;text-decoration:none;line-height:3.3em}

/* ie6 이미지 너비 지정 */
.img_fix {width:100%;height:auto}

/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {display:inline-block;position:relative}
#captcha legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
#captcha #captcha_img {height:40px;border:1px solid #898989;vertical-align:top;padding:0;margin:0}
#captcha #captcha_mp3 {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat;text-indent:-999px;border-radius:3px}
#captcha #captcha_reload {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat 0 -40px;text-indent:-999px;border-radius:3px}
#captcha #captcha_key {margin:0 0 0 3px;padding:0 5px;width:90px;height:40px;border:1px solid #ccc;background:#fff;font-size:1.333em;font-weight:bold;text-align:center;border-radius:3px;vertical-align:top}
#captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}

/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha audio {display:block;margin:0 0 5px;width:187px}
#captcha.m_captcha #captcha_img {width:160px;height:60px;border:1px solid #e9e9e9;margin-bottom:3px;margin-top:5px;display:block}
#captcha.m_captcha #captcha_reload {position:static;margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat 0 -40px;text-indent:-999px}
#captcha.m_captcha #captcha_reload span {display:none}
#captcha.m_captcha #captcha_key {margin:0;padding:0 5px;width:115px;height:29px;border:1px solid #b8c9c2;background:#f7f7f7;font-size:1.333em;font-weight:bold;text-align:center;line-height:29px;margin-left:3px}
#captcha.m_captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}
#captcha.m_captcha #captcha_mp3 {width:31px;height:31px;background:url('../../../img/captcha2.png') no-repeat 0 0 ; vertical-align:top;overflow:hidden;cursor:pointer;text-indent:-9999px;border:none}

/* ckeditor 단축키 */
.cke_sc {margin:0 0 5px;text-align:right}
.btn_cke_sc {display:inline-block;padding:0 10px;height:23px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;line-height:1.9em;vertical-align:middle;cursor:pointer}
.cke_sc_def {margin:0 0 5px;padding:10px;border:1px solid #ccc;background:#f7f7f7;text-align:center}
.cke_sc_def dl {margin:0 0 5px;text-align:left;zoom:1}
.cke_sc_def dl:after {display:block;visibility:hidden;clear:both;content:""}
.cke_sc_def dt, .cke_sc_def dd {float:left;margin:0;padding:5px 0;border-bottom:1px solid #e9e9e9}
.cke_sc_def dt {width:20%;font-weight:bold}
.cke_sc_def dd {width:30%}

/* ckeditor 태그 기본값 */
#bo_v_con ul {display:block;list-style-type:disc;margin-top:1em;margin-bottom:1em;margin-left:0;margin-right:0;padding-left:40px}
#bo_v_con ol {display:block;list-style-type:decimal;margin-top:1em;margin-bottom:1em;margin-left:0;margin-right:0;padding-left:40px}
#bo_v_con li {display:list-item}

/* 버튼 */
a.btn,.btn {line-height:35px;height:35px;padding:0 10px;text-align:center;font-weight:bold;border:0;font-size:1.4em;
-webkit-transition:background-color 0.3s ease-out;
-moz-transition:background-color 0.3s ease-out;
-o-transition:background-color 0.3s ease-out;
transition:background-color 0.3s ease-out}

a.btn01 {display:inline-block;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;vertical-align:middle}
a.btn01:focus, a.btn01:hover {text-decoration:none}
button.btn01 {display:inline-block;margin:0;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none}
a.btn02 {display:inline-block;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none;vertical-align:middle}
a.btn02:focus, .btn02:hover {text-decoration:none}
button.btn02 {display:inline-block;margin:0;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none}

.btn_confirm {text-align:right} /* 서식단계 진행 */

.btn_submit {border:0;background:#4b545e;color:#fff;cursor:pointer;border-radius:3px}
.btn_submit:hover {background:#4b545e}
.btn_close {border:1px solid #dcdcdc;cursor:pointer;border-radius:3px;background:#fff}
a.btn_close {text-align:center;line-height:50px}

a.btn_cancel {display:inline-block;background:#969696;color:#fff;text-decoration:none;vertical-align:middle}
button.btn_cancel {display:inline-block;background:#969696;color:#fff;text-decoration:none;vertical-align:middle}
.btn_cancel:hover {background:#aaa}
a.btn_frmline, button.btn_frmline {display:inline-block;width:128px;padding:0 5px;height:40px;border:0;background:#434a54;border-radius:3px;color:#fff;text-decoration:none;vertical-align:top} /* 우편번호검색버튼 등 */
a.btn_frmline {}
button.btn_frmline {font-size:1em}

/* 게시판용 버튼 */
a.btn_b01,.btn_b01 {display:inline-block;color:#bababa;text-decoration:none;vertical-align:middle;border:0;background:transparent}
.btn_b01:hover, .btn_b01:hover {color:#000}
a.btn_b02,.btn_b02 {display:inline-block;background:#253dbe;padding:0 10px;color:#fff;text-decoration:none;border:0;vertical-align:middle}
a.btn_b02:hover, .btn_b02:hover {background:#0025eb}
a.btn_b03, .btn_b03 {display:inline-block;background:#fff;border:1px solid #b9bdd3;color:#646982;text-decoration:none;vertical-align:middle}
a.btn_b03:hover, .btn_b03:hover {background:#ebedf6}
a.btn_b04, .btn_b04 {display:inline-block;background:#fff;border:1px solid #ccc;color:#707070;text-decoration:none;vertical-align:middle}
a.btn_b04:hover, .btn_b04:hover {color:#333;background:#f9f9f9}
a.btn_admin,.btn_admin {display:inline-block;color:#d13f4a;text-decoration:none;vertical-align:middle} /* 관리자 전용 버튼 */
.btn_admin:hover, a.btn_admin:hover {color:#ff3746}

/* 선택수정 버튼 */
.btn_list {margin:0 auto;width:93%}
.btn_list input, .btn_list button {background: none repeat scroll 0 0 #617D46;border: 0 none;color: #FFFFFF;height: 28px;line-height: 2.2em;padding: 0 15px;vertical-align: middle}

/*컬러*/
.color_1 {background:#169dd6}
.color_2 {background:#14d53d}
.color_3 {background:#3814ff}
.color_4 {background:#7520c5}


/* 기본테이블 */
.tbl_wrap table {width:100%;border-collapse:collapse;border-spacing:0 5px;background:#fff;border-top:1px solid #ececec;border-bottom:1px solid #ececec} 
.tbl_wrap caption {padding:10px 0;font-weight:bold;text-align:left}
.tbl_head01 {margin:0 0 10px}
.tbl_head01 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head01 thead th {padding:20px 0;font-weight:normal;text-align:center;border-bottom:1px solid #ececec;height:40px}
.tbl_head01 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th, .tbl_head01 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head01 tbody th {padding:8px 0;border-bottom:1px solid #e8e8e8}
.tbl_head01 td {color:#666;padding:10px 5px;border-top:1px solid #ecf0f1;border-bottom:1px solid #ecf0f1;line-height:1.4em;height:60px;word-break:break-all}
.tbl_head01 tbody tr:hover td {background:#fafafa}
.tbl_head01 a:hover {text-decoration:underline}

.tbl_head02 {margin:0 0 10px}
.tbl_head02 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head02 thead th {padding:5px 0;border-top:1px solid #d1dee2;border-bottom:1px solid #d1dee2;background:#e5ecef;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head02 thead a {color:#383838}
.tbl_head02 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head02 tfoot th, .tbl_head02 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head02 tbody th {padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:#fff}
.tbl_head02 td {padding:5px 3px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:#fff;line-height:1.4em;word-break:break-all}
.tbl_head02 a {}

/* 폼 테이블 */
.tbl_frm01 {margin:0 0 20px}
.tbl_frm01 table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_frm01 th {width:70px;padding:7px 13px;border:1px solid #e9e9e9;border-left:0;background:#f5f8f9;text-align:left}
.tbl_frm01 td {padding:7px 10px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent}

.tbl_frm01 textarea {padding:2px 2px 3px}
.frm_input {height:40px}

.full_input {width:100%}
.half_input {width:49.5%}
.twopart_input {width:385px;margin-right:10px}
.tbl_frm01 textarea, .write_div textarea {width:100%;height:100px}
.tbl_frm01 a {text-decoration:none}
.tbl_frm01 .frm_file {display:block;margin-bottom:5px}
.tbl_frm01 .frm_info {display:block;padding:0 0 5px;line-height:1.4em}



/*기본 리스트*/
.list_01 ul {border-top:1px solid #ececec}
.list_01 li {border-bottom:1px solid #ececec;background:#fff;padding:10px 15px;list-style:none;position:relative}
.list_01 li:nth-child(odd) {background:#f6f6f6}
.list_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.list_01 li:hover {background:#f9f9f9}
.list_01 li.empty_li {text-align:center;padding:20px 0;color:#666}

/*폼 리스트*/
.form_01 h2 {margin: 0 0 10px;font-size:1.167em}
.form_01 li {margin-bottom:10px}
.form_01 ul:after,
.form_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.form_01 .left_input {float:left}
.form_01 .margin_input {margin-right:1%}
.form_01 textarea {height:100px;width:100%}
.form_01 .frm_label {display:inline-block;width:130px}

/* 자료 없는 목록 */
.empty_table {padding:50px 0 !important;text-align:center}
.empty_list {padding:20px 0 !important;color:#666;text-align:center}

/* 필수입력 
.required, textarea.required {background-image:url('../img/wrest.gif') !important; background-repeat:no-repeat !important;background-position:right top !important}
*/
/* 테이블 항목별 정의 */
.td_board {width:80px;text-align:center}
.td_category {width:80px;text-align:center}
.td_chk {width:30px;text-align:center}
.td_date {width:60px;text-align:center}
.td_datetime {width:110px;text-align:center}
.td_group {width:80px;text-align:center}
.td_mb_id {width:100px;text-align:center}
.td_mng {width:80px;text-align:center}
.td_name {width:100px;text-align:left}
.td_nick {width:100px;text-align:center}
.td_num {width:50px;text-align:center}
.td_numbig {width:80px;text-align:center}
.td_stat {width:60px;text-align:center}

.txt_active {color:#5d910b}
.txt_done {color:#e8180c}
.txt_expired {color:#ccc}
.txt_rdy {color:#8abc2a}

/* 새창 기본 스타일 */
.new_win {position:relative}
.new_win .tbl_wrap {margin:0 20px}
.new_win #win_title {font-size:18px;padding:15px 20px;color:#fff; background:#333; text-align:center;}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win .win_ul {margin-bottom:15px;padding:0 20px}
.new_win .win_ul:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_ul li {float:left;background:#fff;text-align:center;padding:0 10px;border:1px solid #d6e9ff;border-radius:30px;margin-left:5px}
.new_win .win_ul li:first-child {margin-left:0}
.new_win .win_ul li a {display:block;padding:8px 0;color:#6794d3}
.new_win .win_ul .selected {background:#4b545e;border-color:#4b545e;position:relative;z-index:5}
.new_win .win_ul .selected a {color:#fff;font-weight:bold}
.new_win .win_desc {position:relative;margin:10px;border-radius:5px;font-size:1em;background:#f2838f;color:#fff;line-height:50px;text-align:left;padding:0 20px}
.new_win .win_desc i {font-size:1.2em;vertical-align:baseline}
.new_win .win_desc:after {content:"";position:absolute;left:0;top:0;width:4px;height:50px;background:#da4453;border-radius:3px 0 0 3px}
.new_win .frm_info {font-size:0.92em;color:#919191}
.new_win .win_total {float:right;display:inline-block;line-height:30px;font-weight:normal;font-size:0.75em;color:#4b545e;background:#f6f6f6;padding:0 10px;border-radius:5px}
.new_win .new_win_con {padding:20px}
.new_win .new_win_con:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .new_win_con2 {margin:20px 0}
.new_win .btn_confirm:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .new_win_btn		{padding:0 20px 20px 20px;}

.new_win .win_btn {text-align:center}
.new_win .btn_close {height:45px;width:60px;overflow:hidden;cursor:pointer}
.new_win .btn_submit {padding:0 20px;height:45px;font-weight:bold;font-size:1.083em}

/* 검색결과 색상 */
.sch_word {color: #fff; background: #2b93f4; padding: 2px 5px 3px; line-height: 18px;}
.board_list_con .sch_word {color: #fff; background: #2b93f4; padding: 2px 5px 3px; line-height: 18px;  font-size: 18px;}

/* 자바스크립트 alert 대안 */
#validation_check {margin:100px auto;width:500px}
#validation_check h1 {margin-bottom:20px;font-size:1.3em}
#validation_check p {margin-bottom:20px;padding:30px 20px;border:1px solid #e9e9e9;background:#fff}

/* 사이드뷰 */
.sv_wrap {position:relative;font-weight:normal}
.sv_wrap .sv {z-index:1000;display:none;margin:5px 0 0;font-size:0.92em;background:#333;
-webkit-box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2);
-moz-box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2);
box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2)}
.sv_wrap .sv:before {content:"";position:absolute;top:-6px;left:15px;width:0;height:0;border-style:solid;border-width:0 6px 6px 6px;border-color:transparent transparent #333 transparent}
.sv_wrap .sv a {display:inline-block;margin:0;padding:0 10px;line-height:30px;width:100px;font-weight:normal;color:#bbb}
.sv_wrap .sv a:hover {background:#000;color:#fff}
.sv_member {color:#333}
.sv_on {display:block !important;position:absolute;top:23px;left:0px;width:auto;height:auto}
.sv_nojs .sv {display:block}

/* 페이징 */
.pg_wrap {padding-top: 40px;}
.pg_wrap, .pg {display: flex; align-items: center; justify-content: center;}
.pg_page, .pg_current {display:inline-block; vertical-align:middle; font-size: 17px; font-weight: 400; color: #9D9D9D; padding: 0 3px; margin: 0 5px;}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page {}
.pg_start {text-indent:-999px;overflow:hidden;background:url('../img/btn_first.gif') no-repeat 50% 50%;padding:0 12px;}
.pg_prev {text-indent:-999px;overflow:hidden;background:url('../img/btn_prev.gif') no-repeat 50% 50%;padding:0 12px;}
.pg_end {text-indent:-999px;overflow:hidden;background:url('../img/btn_end.gif') no-repeat 50% 50%;padding:0 12px;}
.pg_next {text-indent:-999px;overflow:hidden;background:url('../img/btn_next.gif') no-repeat 50% 50%;padding:0 12px;}

.pg_current {display:inline-block; color: #2b93f4; position: relative;}
.pg_current::after {content: ''; display: block; width: 80%; height: 2px; background: #2b93f4; position: absolute; bottom: -5px; left: 50%; transform: translate(-50%,0);}

@media(max-width:1080px){
.pg_wrap {padding-top: 20px;}
.pg_page, .pg_current {font-size: 15px;}
}
@media(max-width:768px){
.pg_wrap {padding-top: 2%;}
.pg_page, .pg_current {font-size: 14px;}
}

/* cheditor 이슈 */
.cheditor-popup-window *, .cheditor-popup-window :after, .cheditor-popup-window :before {
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
}

/* Mobile화면으로 */
#device_change {display:block;margin:0.3em;padding:0.5em 0;border:1px solid #eee;background:#fff;color:#000;font-size:2em;text-decoration:none;text-align:center}
/*메일인증*/
.rg_em{margin-top:5px}

.rg_em caption{padding:0;font-size:0;line-height:0;overflow:hidden}

/*캡챠 모바일에서 피시버젼*/
#captcha.m_captcha audio{display:block;margin:5px 0 10px;}
#captcha.m_captcha #captcha_key{margin-left:3px }
#captcha.m_captcha #captcha_reload span{background:none;display:inline}
/*#captcha.m_captcha  #captcha_reload {position:relative ;width:auto;top:0;left:0;margin:0;padding:0 10px;height:43px;border:0;background:#e4eaec;vertical-align:middle;overflow:hidden;cursor:pointer}
*/

.selectbox {height: 40px;line-height: 40px; border: 1px solid #d5d5d5;}

/*이용약관 & 개인정보취급방침 */
.privacy_pop_wrap	{position:relative; padding:15px;}
.privacy_title_bg	{position:absolute; left:20px; top:6px; z-index:2; filter: alpha(opacity=25); /* internet explorer */ -khtml-opacity: 0.25; /* khtml, old safari */  -moz-opacity: 0.25;  /* mozilla, netscape */  opacity: 0.25;  /* fx, safari, opera */}
.privacy_title	{text-align:center; font-size:18px; font-weight:700; color:#134dc2; border:2px solid #eee; padding:16px 0px;  margin:10px auto}
.privacy_con	{padding:15px;}
.privacy_btn	{text-align:center; border-top:1px solid #eee; padding:10px 0px;}

.default_ul li		{display:inline-block;padding-right:10px;}


/* 버튼 */
span.ico2 {
  display: inline-block;
  margin-right: 6px;
  padding:0 7px;
  height: 22px;
  line-height: 22px;
  vertical-align: middle;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  border-radius: 4px;
	background: #3881b1;
  zoom: 1;
  letter-spacing: 0;
}
.bg_green	{background: #4faf36 !important;}
.bg_blue	{background: #3881b1 !important;}
.bg_red	{background: #f36467 !important;}
.bg_red2	{background: #af0000 !important;}
.bg_orange	{background: #ffb400 !important;}
.bg_orange2	{background: #ff7f50 !important;}
.bg_pink	{background: #f63e86 !important;}
.bg_black	{background: #000 !important;}
span.ico  > a{
	color:#fff;
}

table.common_tbl1	{width:100%; table-layout:fixed; margin:0; padding:0; border-collapse:collapse; border-top:1px solid #333;}
table.common_tbl1 caption	{text-align:left; font-size:20px; font-weight:600; color:#000; line-height:200%} 
table.common_tbl1 tr th	{background:#f5f5f5; text-align:left; }
table.common_tbl1 tr td	{}
table.common_tbl1 tr th, table.common_tbl1 tr td	{padding:15px 20px; border-bottom:1px solid #ddd; color:#000;}
table.common_tbl1 tr td input[type=text]	{border:1px solid #b5b5b5; padding:5px; }
table.common_tbl1 tr td textarea					{width:90%;}
table.common_tbl1 tr td.border-left	{border-left:1px solid #ddd; vertical-align:top; background:#fafafa;}


/* 폼 테이블 */
.tbl_frm01 {margin:0 0 20px}
.tbl_frm01 table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_frm01 th {width:100px;padding:7px 13px;border:1px solid #e9e9e9;border-left:0;background:#f8f8f8;text-align:left}
.tbl_frm01 td {padding:7px 10px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent}
.wr_content textarea,.tbl_frm01 textarea,.form_01 textarea, .frm_input , .frm_select ,.frm_select_tel,.frm_input_tel1,.frm_input_tel,.frm_add1,.frm_add2,.frm_add3 {border:1px solid #dfdfdf;color:#000;vertical-align:middle;padding:5px;
/*
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
*/
}
.tbl_frm01 textarea {padding:2px 2px 3px}
.frm_input {height:40px;}
.frm_select {height:40px;}
.frm_select_tel	{width:60px; height:40px;}
.frm_input_tel1	{width:60px; height:40px;}
.frm_input_tel	{width:80px; height:40px;}
.frm_add1 {width:70px;height:40px;}
.frm_add2,.frm_add3 {width:340px;margin-top:4px; height:40px;}

.frm_btn_add	{display:inline-block;padding:0 20px;height:40px;border:0;background:#3c3c3c;color:#fff;text-decoration:none;vertical-align:top}

input, select, textarea{
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.img-responsive {max-width:100%;height:auto;}

:focus-visible {
	outline: 2px solid #222; position: relative; z-index: 5;
}
footer :focus-visible {
	outline: 2px solid #fff; position: relative; z-index: 5;
}



/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:gsfirstjob1234 .fa-rotate-90,:gsfirstjob1234 .fa-rotate-180,:gsfirstjob1234 .fa-rotate-270,:gsfirstjob1234 .fa-flip-horizontal,:gsfirstjob1234 .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
 
 
 [data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos]{transition-duration:50ms}[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate{transition-delay:50ms}[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos]{transition-duration:.1s}[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate{transition-delay:.1s}[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos]{transition-duration:.15s}[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate{transition-delay:.15s}[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos]{transition-duration:.2s}[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate{transition-delay:.2s}[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos]{transition-duration:.25s}[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate{transition-delay:.25s}[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos]{transition-duration:.3s}[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate{transition-delay:.3s}[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos]{transition-duration:.35s}[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate{transition-delay:.35s}[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos]{transition-duration:.4s}[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate{transition-delay:.4s}[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos]{transition-duration:.45s}[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate{transition-delay:.45s}[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos]{transition-duration:.5s}[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate{transition-delay:.5s}[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate{transition-delay:.55s}[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos]{transition-duration:.6s}[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate{transition-delay:.6s}[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos]{transition-duration:.65s}[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate{transition-delay:.65s}[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos]{transition-duration:.7s}[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate{transition-delay:.7s}[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos]{transition-duration:.75s}[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate{transition-delay:.75s}[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos]{transition-duration:.8s}[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate{transition-delay:.8s}[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos]{transition-duration:.85s}[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate{transition-delay:.85s}[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos]{transition-duration:.9s}[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate{transition-delay:.9s}[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos]{transition-duration:.95s}[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate{transition-delay:.95s}[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos]{transition-duration:1s}[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate{transition-delay:1s}[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos]{transition-duration:1.05s}[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate{transition-delay:1.05s}[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos]{transition-duration:1.1s}[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate{transition-delay:1.1s}[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos]{transition-duration:1.15s}[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate{transition-delay:1.15s}[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos]{transition-duration:1.2s}[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate{transition-delay:1.2s}[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos]{transition-duration:1.25s}[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate{transition-delay:1.25s}[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos]{transition-duration:1.3s}[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate{transition-delay:1.3s}[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos]{transition-duration:1.35s}[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate{transition-delay:1.35s}[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos]{transition-duration:1.4s}[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate{transition-delay:1.4s}[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos]{transition-duration:1.45s}[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate{transition-delay:1.45s}[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos]{transition-duration:1.5s}[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate{transition-delay:1.5s}[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos]{transition-duration:1.55s}[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate{transition-delay:1.55s}[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos]{transition-duration:1.6s}[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate{transition-delay:1.6s}[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos]{transition-duration:1.65s}[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate{transition-delay:1.65s}[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos]{transition-duration:1.7s}[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate{transition-delay:1.7s}[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos]{transition-duration:1.75s}[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate{transition-delay:1.75s}[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos]{transition-duration:1.8s}[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate{transition-delay:1.8s}[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos]{transition-duration:1.85s}[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate{transition-delay:1.85s}[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos]{transition-duration:1.9s}[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate{transition-delay:1.9s}[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos]{transition-duration:1.95s}[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate{transition-delay:1.95s}[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos]{transition-duration:2s}[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate{transition-delay:2s}[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos]{transition-duration:2.05s}[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate{transition-delay:2.05s}[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos]{transition-duration:2.1s}[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate{transition-delay:2.1s}[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos]{transition-duration:2.15s}[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate{transition-delay:2.15s}[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos]{transition-duration:2.2s}[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate{transition-delay:2.2s}[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos]{transition-duration:2.25s}[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate{transition-delay:2.25s}[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos]{transition-duration:2.3s}[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate{transition-delay:2.3s}[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos]{transition-duration:2.35s}[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate{transition-delay:2.35s}[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos]{transition-duration:2.4s}[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate{transition-delay:2.4s}[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos]{transition-duration:2.45s}[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate{transition-delay:2.45s}[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos]{transition-duration:2.5s}[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate{transition-delay:2.5s}[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos]{transition-duration:2.55s}[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate{transition-delay:2.55s}[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos]{transition-duration:2.6s}[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate{transition-delay:2.6s}[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos]{transition-duration:2.65s}[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate{transition-delay:2.65s}[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos]{transition-duration:2.7s}[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate{transition-delay:2.7s}[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos]{transition-duration:2.75s}[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate{transition-delay:2.75s}[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos]{transition-duration:2.8s}[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate{transition-delay:2.8s}[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos]{transition-duration:2.85s}[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate{transition-delay:2.85s}[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos]{transition-duration:2.9s}[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate{transition-delay:2.9s}[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos]{transition-duration:2.95s}[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate{transition-delay:2.95s}[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos]{transition-duration:3s}[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate{transition-delay:3s}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,transform}[data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;transform:translateZ(0)}[data-aos=fade-up]{transform:translate3d(0,100px,0)}[data-aos=fade-down]{transform:translate3d(0,-100px,0)}[data-aos=fade-right]{transform:translate3d(-100px,0,0)}[data-aos=fade-left]{transform:translate3d(100px,0,0)}[data-aos=fade-up-right]{transform:translate3d(-100px,100px,0)}[data-aos=fade-up-left]{transform:translate3d(100px,100px,0)}[data-aos=fade-down-right]{transform:translate3d(-100px,-100px,0)}[data-aos=fade-down-left]{transform:translate3d(100px,-100px,0)}[data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,transform}[data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;transform:translateZ(0) scale(1)}[data-aos=zoom-in]{transform:scale(.6)}[data-aos=zoom-in-up]{transform:translate3d(0,100px,0) scale(.6)}[data-aos=zoom-in-down]{transform:translate3d(0,-100px,0) scale(.6)}[data-aos=zoom-in-right]{transform:translate3d(-100px,0,0) scale(.6)}[data-aos=zoom-in-left]{transform:translate3d(100px,0,0) scale(.6)}[data-aos=zoom-out]{transform:scale(1.2)}[data-aos=zoom-out-up]{transform:translate3d(0,100px,0) scale(1.2)}[data-aos=zoom-out-down]{transform:translate3d(0,-100px,0) scale(1.2)}[data-aos=zoom-out-right]{transform:translate3d(-100px,0,0) scale(1.2)}[data-aos=zoom-out-left]{transform:translate3d(100px,0,0) scale(1.2)}[data-aos^=slide][data-aos^=slide]{transition-property:transform}[data-aos^=slide][data-aos^=slide].aos-animate{transform:translateZ(0)}[data-aos=slide-up]{transform:translate3d(0,100%,0)}[data-aos=slide-down]{transform:translate3d(0,-100%,0)}[data-aos=slide-right]{transform:translate3d(-100%,0,0)}[data-aos=slide-left]{transform:translate3d(100%,0,0)}[data-aos^=flip][data-aos^=flip]{backface-visibility:hidden;transition-property:transform}[data-aos=flip-left]{transform:perspective(2500px) rotateY(-100deg)}[data-aos=flip-left].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-right]{transform:perspective(2500px) rotateY(100deg)}[data-aos=flip-right].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-up]{transform:perspective(2500px) rotateX(-100deg)}[data-aos=flip-up].aos-animate{transform:perspective(2500px) rotateX(0)}[data-aos=flip-down]{transform:perspective(2500px) rotateX(100deg)}[data-aos=flip-down].aos-animate{transform:perspective(2500px) rotateX(0)}
 
 
 /* include 怨듯넻 CSS */

/************************* 怨듯넻 �쒖옉*************************/
.sub_title_navi			{display:none;}
.sub_tab						{display:block;}

.inner {max-width: 1400px; width: 100%; height: auto; margin: 0 auto;}
.s-inner {max-width: 1200px; width: 100%; height: auto; margin: 0 auto;}
.v-inner {max-width: 1000px; width: 100%; height: auto; margin: 0 auto;}

/* �뱀젒洹쇱꽦 怨좊젮�� �띿뒪�� �④린湲� */
.hidden {
	position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip-path: polygon(0 0, 0 0, 0 0);
}
/* .view_btn, .table-view-nav{max-width: 1000px; width: 100%; height: auto; margin: 0 auto;}
.bo_vc_w{max-width: 1000px; width: 100%; height: auto; margin: 25px auto !important;} */
@media(max-width:1480px){
.inner {padding: 0 4%;}
}
@media(max-width:1280px){
.s-inner {padding: 0 4%;}
}
@media(max-width:1000px){
.v-inner {padding: 0 4%;}
}
/* left menu �덉쓣��... */
/*
.sub_left								{width:15%; max-width:200px; float:left;}
.sub_right						{width:82%; padding-right:1%; float:right; position:relative;}
*/

.sub_left								{display:none; }
.sub_right						{width:100%; position:relative;}

@media(max-width:1100px){
.sub_left	{display:none;}
.sub_right					{width:100%; float:none;}
}
@media(max-width:768px){
.sub_title_navi			{display:block;}
.sub_tab						{display:none;}
}

/* .content_desc				{min-height:500px;} */
/************************* 怨듯넻 �� *************************/

/************************* header_inc �쒖옉*************************/
header {width: 100%; background: #fff;}

.header_t {width: 100%; border-bottom: 1px solid #D7D7D7;}
.header_t > .inner {display: flex; align-items: center; justify-content: flex-end;}
.header_t a {font-size: 14px; padding: 10px 0;}

.sns-logo, .h-lang, .h-receipt a {display: flex; align-items: center;}

.sns-logo a {display: block; font-size: 19px; color: #9D9D9D; padding: 0 6px;}
.sns-logo li:first-child img {display: block; max-width: 20px; width: 100%; height: auto;}
.sns-logo li:last-child img {display: block; max-width: 19px; width: 100%; height: auto;}

.h-lang {margin: 0 30px;}
.lang-flx {display: flex; align-items: center;}
.h-lang a {display: block; font-weight: 500; color: #9D9D9D;}
.h-lang i {display: inline-block; margin: 0 4px 1px 0;}
.h-l-atv {color: #222 !important;}

.h-log {margin-right: 30px;}
.h-log a {color: #222;}

.h-receipt a {color: #2b93f4; font-weight: 500; height: 100%; padding: 0 15px; position: relative; transition: all 0.2s;}
.h-receipt a::after {content: ''; display: block; width: 100%; height: 2px; background: #2b93f4; position: absolute; bottom: -10px; left: 0; transition: all 0.2s;}
.h-receipt span {display: inline-block; position: relative; z-index: 1;}
.h-receipt img {display: inline-block; margin-right: 6px; position: relative; z-index: 1;}
.h-receipt img:nth-child(2) {display: none;}
.h-receipt a:hover {color: #fff;}
.h-receipt a:hover img:nth-child(2) {display: inline-block;}
.h-receipt a:hover img:first-child {display: none}
.h-receipt a:hover::after {height: 40px; transition: all 0.2s;}

.h-lang a:first-child, .h-log a:first-child,.h-log a:nth-of-type(2) {display: inline-flex; align-items: center;}
.h-lang a:first-child::after, .h-log a:first-child::after, .h-log a:nth-of-type(2)::after {content: ''; display: inline-block; width: 3px; height: 3px; background: #D7D7D7; border-radius: 50%; margin: 0 4px 0 6px;}

.header_b {width: 100%; height: 90px;}
.header_b > .inner {display: flex; align-items: center; justify-content: space-between; height: 100%;}

.header_logo {width: 15%;}
.header_logo a {display: block;}
.header_logo img {display: block; max-width: 160px; width: 100%; height: auto;}

.header_gnb_bg {width: 60%; height: 100%; display: flex; align-items: center; justify-content: center;}
.header_gnb_bg::after {content: ''; display: block; width: 100%; height: 0; background-color: rgb(255 255 255 / 90%); position: absolute; left: 0; top: 127px; transition:height 0.2s; z-index: 8;}
.header_gnb_bg > div {width: 100%; height: 100%;}
.header_gnb_bg .nav_ul {display: flex; justify-content: center; height: 100%;}
.header_gnb_bg .nav_ul > li {width: calc(90%/5); height: 100%; position: relative; text-align: center;}
.header_gnb_bg .nav_ul > li::before {content: ''; width: 0; height: 3px; background: #2b93f4; display: block; position: absolute; bottom: 0; left: 0; transition:all 0.5s; z-index: 10;}
.header_gnb_bg .nav_ul > li:hover::before {width: 100%;}
.header_gnb_bg .nav_ul > li > a {display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; font-size: 20px; font-weight: 600;}
.header_gnb_bg .nav_ul > li:hover > a {color: #2b93f4;}

.header_gnb_bg .nav_ul > li.active::before { width:100%; }
.header_gnb_bg .nav_ul > li.active > a {color: #2b93f4;}

/* .header_gnb_bg .nav_ul > li:nth-child(4) .sub li:nth-child(2), .header_gnb_bg .nav_ul > li:nth-child(4) .sub li:nth-child(3) {line-height: 1.6;} */
.header_gnb_bg .nav_ul > li .sub a {text-align: center;}
.header_gnb_bg .sub {width: 0; height: 0; opacity: 0; visibility: hidden; text-align: center;}
.header_gnb_bg .sub li {margin-bottom: 12px;}
.header_gnb_bg .sub a {font-size: 17px; position: relative; top: 0; left: 0; }
.header_gnb_bg .sub a::before {content: ''; width: 0; height: 10px; background: #2b93f4; opacity: 0.3; display: block; position: absolute; left: 0; bottom: 0; z-index: -1; transition:all 0.3s;}
.header_gnb_bg .sub a:hover::before {width: 100%;}
.header_gnb_bg .sub a.cactive::before {width: 100%;}

.header_gnb_bg .sub a.line_se{line-height:1;}
.header_gnb_bg .sub a.line_se::before{left:-16%;}
.header_gnb_bg .sub a.line_se:hover::before, .header_gnb_bg .sub a.cactive.line_se::before{width:110%;}

.header_gnb_bg:hover::after {height: 360px; transition: height 0.2s;}
.header_gnb_bg:hover .sub {width: 100%; height: auto; opacity: 1; visibility: visible; position: absolute; left: 0; top: 100px; z-index: 9; line-height: 2; transition:opacity 0.2s 0.2s;}
.header_gnb_bg:hover .sub a {color: #212121; font-weight: 400;}

.header_gnb_bg.on::after {height: 360px; transition: height 0.2s;}
.header_gnb_bg.on .sub {width: 100%; height: auto; opacity: 1; visibility: visible; position: absolute; left: 0; top: 100px; z-index: 9; line-height: 2; transition:opacity 0.2s 0.2s;}
.header_gnb_bg.on .sub a {color: #212121; font-weight: 400;}

.header_btn {width: 25%; display: flex; align-items: center; justify-content: flex-end;}
.h_search {padding: 15px; margin-right: 15px;}
.header_btn .right_btn {display: flex; align-items: center; justify-content: center; width: 140px; height: 55px; color: #fff; background: #FFD700; font-weight: 500; border-radius: 0 10px 0 10px; transition: all 0.2s;color:#222;}
.header_btn .right_btn.right2 {margin-left: 2%; background-color: #777;color:#fff;}
.header_btn .right_btn.right2 img {max-width: 23px; filter: brightness(0) invert(1);}
.header_btn .right_btn img {display: block; max-width: 20px; width: 100%; height: auto; margin-right: 7px;}
.header_btn .right_btn:hover {letter-spacing: 2.5px;}

/* search */
.header_b .right {display: flex; align-items:center; justify-content: flex-end; width: 70px;}
/* .header_b .right .h_search, .header_b .right .lang {margin-left: 40px;} */
.h_search, .h_search img {display: block;}
.header_b .right .td_l img:last-child {display: none;} 
.header_b .right .td_l {position: relative;}
.td_l ul {display: none; position: absolute; width: 80px; left: 50%; margin-left: -40px; text-align: center; top: 35px; padding: 5px 0; border-radius:7px; box-shadow: 0 0 10px rgba(0,0,0,0.1); background: #fff;}
.td_l ul li a {font-weight: 500; font-size: 15px; display: block; margin-bottom: 3px;}

.header_b .header_search{ width:100%; background:#2b93f4e0; position:absolute; top: 130px; left:0; z-index:9; display:none; box-shadow: 2px 2px 10px rgb(0 0 0 / 10%);padding: 50px 0;}
.header_b .search_wrap{max-width:750px; margin:0 auto; display:flex; justify-content: center; align-items: center; flex-flow:wrap;}
#hd_sch{width:100%; position:relative; border-radius: 0 15px 0 15px !important;}
.header_b .tag_l{display:flex; width:100%; margin-top:20px}
.header_b .tag_l li{font-size:15px; margin-right:20px; transition:all 0.3s ease; cursor:pointer}
.header_b .tag_l li:hover{color:#2b93f4}
.header_b .home_search{width:100%}
.header_b #hd_sch input{width:100%; padding: 15px 10% 15px 20px; border-radius: 0 15px 0 15px; font-size: 16px;}
#hd_submit{position:absolute; right:20px; top:50%; transform: translate(0,-50%); background-color: transparent; padding: 0; padding-top: 5px;}
#hd_submit img{width:20px; vertical-align:top;}

.h_search img {display: block;	min-width:23px; width: 100%; height: auto;}
.h_search img:last-child {display: none;}

.header_mo {display: none;}

/* �꾨쾮 */
.mo_nav				{display:none; }
.mo_nav *{
-webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
transition: all 300ms ease-out;}
.mo_nav .navbar-toggle {position: relative; background-color:transparent; background-image:none; border-radius:3px; border:0; padding: 0;}
.mo_nav .navbar-toggle:focus {outline: 0;}
.mo_nav .navbar-toggle .icon-bar {background:#181818; display:block; width:28px; height:2px; border-radius:5px;}
.mo_nav .navbar-toggle .icon-bar + .icon-bar {margin-top:7px; height:2px; width:24px; }
.mo_nav .navbar-toggle .icon-bar + .icon-bar + .icon-bar{margin-top:7px; width:32px; height:2px; }

.mo_nav:hover .navbar-toggle .icon-bar								{transform:translateX(5px);}
.mo_nav:hover .navbar-toggle .icon-bar + .icon-bar		{transform:translateX(16px);}
.mo_nav:hover .navbar-toggle .icon-bar + .icon-bar + .icon-bar		{transform:translateX(3px);}

@media(max-width:1280px){
.header_b {height: 80px;}
.header_gnb_bg .nav_ul > li {width: calc(88%/4);}
.header_gnb_bg .nav_ul > li > a {font-size: 18px;}
.header_gnb_bg .sub a {font-size: 15px;}
.header_btn .right_btn {width: 132px; height: 46px; font-size: 15px;}
.header_gnb_bg::after, .header_b .header_search {top: 121px;}
.header_gnb_bg:hover .sub {top: 90px;}
.h_search {margin-right: 10px;}
}
@media(max-width:1080px){
.header_t a {font-size: 13px;}
.header_b {height: 75px;}
.h-lang {margin: 0 22px;}
.h-log {margin-right: 22px;}
.sns-logo li:first-child img, .sns-logo li:last-child img {max-width: 18px;}
.header_gnb_bg .sub li {margin-bottom: 9px;}
.header_gnb_bg .nav_ul > li > a {font-size: 16px;}
.header_gnb_bg .sub a {font-size: 14px;}
.header_gnb_bg::after, .header_b .header_search {top: 115px;}
.h_search {padding: 10px; margin-right: 5px;}
.h_search img {max-width: 19px; min-width: auto;}
.header_btn .right_btn {width: 120px; height: 44px; font-size: 14px;}
.header_btn .right_btn img {max-width: 17px;}
.header_gnb_bg .nav_ul > li .sub a {display: inline-block; line-height: 1.3; word-break: break-all;}
}
@media (max-width: 1000px) {
	/* .header_btn .right_btn.right2 img {display: none;} */
	.header_btn .right_btn.right2 img{max-width:20px;}
}
@media (max-width: 900px) {
	.header_btn .right_btn{flex-direction: column;}
	.header_btn .right_btn img{max-width:18px;}
}
@media(max-width:820px){
.mo_nav, .header_mo {display:block;}

.header_logo img {max-width:110px;}
.header_gnb_bg::after, .header_b .header_search {top: 113px;}

.header_b .header_search {padding:24px 4%;}
.header_b #hd_sch input {padding: 10px 10% 10px 15px; font-size: 15px;}

.header_mo {padding: 0 3%; background: #2b93f4;}
.header_mo ul {display: flex; align-items: center; justify-content: space-between;}
.header_mo li {text-align: center; width:18.5%; position: relative;}
.header_mo li:last-child{width:26%;}
.header_mo li:not(:last-child)::after {content: ''; display: block; width: 5px; height: 5px; background: #e7e7e7; border-radius: 50%; position: absolute; top: 50%; right: -3px; transform: translate(0,-50%);}
.header_mo li a {display: block; padding: 12px 2%; font-size: 1rem; color: #fff;}

.header_logo{width:40%;}
.header_btn {width: auto;}

.header_btn .login_btn, .header_btn .language_btn, .header_gnb_bg, .header_btn .right_btn, .header_t {display: none;}

.header_b {height: 65px;}
}
@media(max-width:768px){
	.header_mo ul {flex-flow:wrap;}
	.header_mo li {width:33.33% !important; text-align: center;}
	.header_mo li:nth-of-type(3)::after{display:none;}
}

@media(max-width:500px){
	.header_b .header_search {padding-top: 16px; padding-bottom: 16px;}
	.header_b #hd_sch input {padding: 8px 10% 8px 15px; font-size: 14px;}
}

/************************* header_inc ��*************************/

/************************* main_inc �쒖옉*************************/
#main-contanier {overflow: hidden;}

/* 硫붿씤 怨듯넻 */
.m-tit {position: relative; display: flex; align-items: flex-end; justify-content: center;}
.m-tit h2 {width: 100%; font-size: 36px; color: #2b93f4; font-weight: 600; text-align: center;}
.m-tit a {position: absolute; right: 0; bottom: 0; display: flex; align-items: center; justify-content: flex-end; color: #222; border-bottom: 1px solid #222; font-weight: 600; transition: all 0.2s;}
.m-tit a:hover {color: #2b93f4; border-bottom: 1px solid #2b93f4;}
.m4-prev {display: block; background: url('./img/v_prev.png')no-repeat center / 100%; width: 28px; height: 28px;}
.m4-next {display: block; background: url('./img/v_next.png')no-repeat center / 100%; width: 28px; height: 28px;}
@media(max-width:1280px){
.m-tit h2 {font-size: 30px;}
}
@media(max-width:1080px){
.m-tit h2 {font-size: 24px;}
.m-tit a {font-size: 15px;}
.m4-prev {width: 25px; height: 25px;}
.m4-next {width: 25px; height: 25px;}
}
@media(max-width:768px){
.m-tit h2 {font-size: 1.3rem;}
.m-tit a {font-size: 0.8rem;}
}

/* 泥댄겕諛뺤뒪 */
.check-wrap {display: flex; align-items: center; flex-flow: row wrap;}
.check-wrap label {display: flex; align-items: center; width: auto; font-size: 17px; color: #222; cursor: pointer;}
.check-wrap label input {margin: 0;}
.check-wrap label input[type="radio"], .check-wrap label input[type="checkbox"] {display:none;}
.check-wrap label input[type="radio"] + span, .check-wrap label input[type="checkbox"] + span  {width: 15px; height: 15px; line-height: 14px; border: 1px solid #D9D9D9; background: #fff; margin: 4px 10px 0 0;}
.check-wrap label.radio-fah input[type="radio"] + span, .check-wrap label.radio-fah input[type="checkbox"] + span {margin: 0 7px 0 0;}
.check-wrap label input[type="radio"]:checked + span, .check-wrap label input[type="checkbox"]:checked + span {position: relative;}
.check-wrap label input[type="radio"]:checked + span::after {content: ''; display: block; background: #2b93f4; width: 9px; height: 9px; border-radius:50%; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);}
.check-wrap label input[type="checkbox"]:checked + span::before {content:"\f00c"; font-family:"Font Awesome 5 free"; font-weight: 600; color:#fff; background:#2b93f4; border-color:#D9D9D9; font-size: 10px; text-align:center; display: block; width: 100%; height: 100%;}

/* visual */
.main_visual {position:relative; margin:0 auto;}

/* m1 */
.m1 {border-bottom: 1px solid #D7D7D7;}
.m1 .mct-wrap {display: flex; justify-content: space-between; flex-flow: row wrap;}
.m1 li {width: calc(100%/4); position: relative;}
.m1 li:not(:last-child)::after {content: ''; display: block; background: #D7D7D7; border-radius: 50%; position: absolute; top: 50%; right: -3px; transform: translate(0,-50%); width: 6px; height: 6px; z-index: 1;}
.m1 li a {display: flex; align-items: center; justify-content: center; padding: 30px 10px; width: 100%; background: #fff; transition: all 0.2s;}
.m1 li img {display: block; max-width: 61px; width: 100%; height: auto;}
.m1 li:nth-child(2) img {max-width: 53px;}
.m1 li:nth-child(3) img {max-width: 49px;}
.m1-tbox {margin-left: 30px;}
.m1-tbox h2 {font-size: 20px; color: #222; font-weight: 600;}
.m1-tbox p {font-size: 17px; color: #9D9D9D; margin-top: 5px; font-weight: 400;}

.m1 li a:hover {background: #F7F7F7;}

/* m2 */
.m2 {padding: 70px 0 150px; position: relative;}

@media(max-width:1280px){
.m1-tbox h2 {font-size: 17px;}
.m1-tbox p {font-size: 15px; margin-top: 3px;}
.m1 li a {padding: 25px 5px;}
.m1 li img {max-width: 45px;}
.m1 li:nth-child(2) img {max-width: 43px;}
.m1 li:nth-child(3) img {max-width: 38px;}

.m2{padding: 70px 0 120px;}
}
@media(max-width:1080px){
.m1 li {width: calc(100%/2);}
.m1 li:nth-child(2)::after {display: none;}
.m1 li figure {width: 20%;}
.m1 li img {margin: 0 auto;}
.m1-tbox {width: 50%; margin-left: 0; padding-left: 3%;}

.m2{padding: 60px 0 100px;}
}
@media(max-width:768px){
.m1 li a {padding: 10% 2%;}
.m1 li figure {width: 40%;}
.m1 li img {max-width: 36px;}
.m1 li:nth-child(2) img {max-width: 35px;}
.m1 li:nth-child(3) img {max-width: 30px;}
.m1-tbox {width: 60%;}
.m1-tbox h2 {font-size: 1rem;}
.m1-tbox p {font-size: 0.8rem;}

.m2{padding: 50px 0 80px;}
}
@media(max-width:500px){
.m1 li a {padding: 10% 5%;}
.m1 li figure {width: 30%;}
.m1-tbox {width: 70%; padding-left: 2%;}
.m1-tbox p br {display: none;}
}

/* m3 */
.m3 {position: relative;}
.m3 .mct-wrap {position: relative; margin-top:20px; overflow: hidden; border-radius:0 50px 0 50px;}
.m3 .mct-wrap iframe{width:100%; height:615px;}
/* .m3 .mct-wrap::after{content: ''; display: block; background: url('./img/m3_yt_icon.png')no-repeat center / 100%; width: 100px; height: 67px; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);} */
.yt-cts {display: block; width: 100%; position: relative; padding-top: 20px;}
.yt-cts::after {content: ''; display: block; background: url('./img/m3_yt_icon.png')no-repeat center / 100%; width: 100px; height: 67px; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);}
.yt-cts figure {width: 100%;}
.yt-cts img {display: block; max-width: 100%; width: 100%; height: auto; border-radius: 0 50px 0 50px;}

.yt-pop {display: none;}
.yt-p-fd {width: 100%; height: 100vh; display: flex; align-items: center; justify-content: center; position: fixed; top: 0; left: 0; background: #00000050; z-index: 99;}
.yt-p-fd iframe {width: 65%; height: 65%;}
.yt-close {width: 55px; height: 55px; display: flex; align-items: center; justify-content: center; font-size: 20px; background: #2b93f4; color: #fff; font-weight: 600; border-radius: 0 10px 0 10px; position: relative; right: 0; bottom: 40%; transform: translate(0, 40%);}

@media(max-width:1480px){
	.m3 .mct-wrap iframe{height:40vw;}
}
@media(max-width:1280px){
	.yt-p-fd iframe {width: 90vw; height: 50vw;}
	.yt-close {bottom: 30vw;}
}
@media(max-width:1080px){
	.yt-cts::after {width: 70px; height: 47px;}
	.yt-cts img {border-radius: 0 40px 0 40px;}
	.yt-close {width: 48px; height: 48px; font-size: 17px;}
	.m3 .mct-wrap{width:85%; margin:20px auto 0;}
	.m3 .mct-wrap iframe{height:35vw;}

}
@media(max-width:768px){
	.yt-cts {padding-top: 5%;}
	.yt-cts::after {width: 55px; height: 38px;}
	.yt-p-fd iframe {position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 92vw;}
	.yt-close {width: 43px; height: 43px; font-size: 14px; bottom: 35vw; right: -42vw;}
	.m3 .mct-wrap{width:90%;}
	.m3 .mct-wrap iframe{height:42vw;}
}

/* m4 */
.m4 {padding: 160px 0 60px;}

.m4 .mct-wrap, .m5 .mct-wrap {display: flex; align-items: flex-start; justify-content: space-between;}
.m4-left, .m5-left {width: 63%;}
.m4-right, .m5-right {width: 34%;}
.m4-left .m-tit a, .m4-right .m-tit a {position: static;}

.m4 .m-tit h2 {width: auto;}
.m4 .m4-prev, .m4 .m4-next, .m4 .m4-prev:hover, .m4 .m4-next:hover {border-bottom: none;}
.m4-l-top, .m4-right .m-tit {margin-bottom: 25px;}

.m4-tab li:not(:last-child) {margin-right: 35px;}
.m4-tab .tab-li {display: block; cursor: pointer;}
.m4-l-top {width: 100%; display: flex; justify-content: space-between; align-items: flex-end;}
.m4-tab {display: flex; align-items: center;}
.m4-tab .tab-li {font-size: 20px; color: #222; font-weight: 600; position: relative;}
.m4-tab .tab-li.current {color: #2b93f4; font-weight: 600;}

.tab-content {display: none;}
.tab-content.current {display: block;}

.m4-right .m-tit {justify-content: space-between;}
.m4-pager {display: flex; align-items: center; justify-content: flex-end;}
.m4-pager .m4-pagination {width: auto; min-width:35px;}
.m4-pager .m4-pagination span {display: inline-block; font-size: 17px; font-weight: 500; font-weight: 500;}
.m4-pager .m4-pagination span:first-child {color: #2b93f4;}
.m4 .m4-prev {margin: 0 5px 0 13px;}
.m4 .m4-next {margin-right: 18px;}

@media(max-width:1280px){
.m4 {padding: 130px 0 60px;}
.m4-right, .m5-right {width: 35%;}
.m4-tab .tab-li {font-size: 18px;}
.m4-tab li:not(:last-child) {margin-right: 25px;}
}
@media(max-width:1080px){
.m4 {padding: 100px 0 50px;}
.m4-pager .m4-pagination span {font-size: 14px;}
.m4 .m4-prev {margin: 0 3px 0 10px;}
.m4 .m4-next {margin-right: 12px;}
.m4-tab li:not(:last-child) {margin-right: 20px;}
}
@media(max-width: 820px){
.m4 {padding: 80px 0 50px;}
.m4-tab .tab-li {font-size: 1rem;}
.m4 .mct-wrap {flex-flow: row wrap;}
.m4 .m4-left, .m4 .m4-right {width: 100%;}
.m4 .m4-right {margin-top: 5%;}
.m4-l-top, .m4-right .m-tit {margin-bottom: 3%;}
.m4-tab li:not(:last-child) {margin-right: 15px;}
}
@media(max-width:600px){
	.m4-tab li:not(:last-child) {margin-right: 10px;}
}

/* m5 */
.m5 {padding-bottom: 80px;}
.m5-left {height: 100%; background: #fff; box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15); display: flex; flex-direction: column; justify-content: center; padding: 30px;}

.m5 .mct-wrap #stb_subscribe{border:none !important; padding:0 !important;}
#stb_subscribe .stb_form_title, .m5-left h2 {font-size: 22px; color: #222; font-weight: 600; margin-bottom: 25px; padding:0 !important;}
#stb_subscribe .stb_form_title{word-break: keep-all;}

.m5-l-wrap {display: flex; flex-flow: row wrap;}
.m5-l-wrap li .stb_form_set, .m5-l-wrap li {display: flex; align-items: center; width:100%; height:100%;}
.m5-l-wrap li:first-child {width: 38%;}
.m5-l-wrap li:nth-child(2) {width: 46%;}
.m5-l-wrap li:nth-child(3) {width: 15%;}
.m5-l-wrap li figure {width: 25%; display: flex; align-items: center;}
.m5-l-wrap li img {display: block; max-width: 18px; width: 100%; height: auto;}
.m5-l-wrap li span {display: block; font-size: 17px !important; color: #222 !important; font-weight: 500 !important; margin-left: 7px !important;}
#stb_subscribe .stb_form_submit_button, .m5-l-wrap .smt-btn {display: block; font-size: 17px; color: #fff; padding: 12px 30px !important; background: #2b93f4 !important; height:auto !important; max-width:100%;}
#stb_subscribe .stb_form_set_submit{padding:0 !important;}
.m5-l-wrap .check-wrap {padding-top: 15px;}
#stb_subscribe .stb_form_policy label{font-size:17px !important; color:#222; display: flex; align-items: center;}
#stb_subscribe .stb_form_policy label button{font-size:17px !important; color:#222; margin-left:3px;}
#stb_subscribe .stb_form_set .stb_form_set_label, #stb_subscribe .stb_form_policy{padding-bottom:0 !important;}
#stb_subscribe .stb_form_set .stb_form_set_label{width:25% !important;}
#stb_subscribe .stb_form_policy label input{display:none;}
#stb_subscribe .stb_form_policy label input + .chk_box:before{content:''; display:block; width:16px; height:16px; border:1px solid #D7D7D7; margin-right:6px;}
#stb_subscribe .stb_form_policy label input:checked + .chk_box:before{background:url('./img/checked.png') 50% 50% no-repeat; background-color:#2b93f4;}

.m-l-input {display: block; width: 70%;}
#stb_subscribe .stb_form_set .stb_form_set_input, .m-l-input input {background: #f7f7f7 !important; border: 1px solid #D7D7D7 !important; width: 70% !important; height: 50px; padding: 10px; font-size: 17px; color: #222; font-family: 'Montserrat', 'Noto Sans KR', sans-serif !important; font-weight: 400;}
#stb_subscribe .stb_form_result.success p{font-size:16px; padding-top:15px !important;}

.m5-right {display: flex; align-items: center; justify-content: space-between;}
.m5-r-box {display: flex; flex-direction: column; align-items: center; justify-content: center; width: 220px; height: 220px; border-radius: 0 25px 0 25px; background: #78C9FA; transition: all 0.2s; margin: 0 auto; }
.m5-r-box img {display: block; max-width: 152px; width: 100%; height: auto; margin: 0 auto; transition: all 0.2s;}
.m5-r-box p {font-size: 20px; color: #fff; margin-top: 8px; transition: all 0.2s;}
.m5-r-box2 {background: #2b93f4;}

.m5-r-box:hover {width: 210px; height: 210px; margin: 0 auto; transition: all 0.2s;}
.m5-r-box:hover img {max-width: 130px; transition: all 0.2s;}
.m5-r-box:hover p {font-size: 17px;}

@media(max-width:1480px){
	#stb_subscribe .stb_form_title, .m5-left h2 {font-size: 20px !important;}
	#stb_subscribe .stb_form_set .stb_form_set_input, .m-l-input input {padding: 8px !important; font-size: 16px !important;}
	.m5-l-wrap li span, #stb_subscribe .stb_form_policy label, #stb_subscribe .stb_form_policy label button, .check-wrap label, .m5-l-wrap .smt-btn {font-size: 16px !important;}
	#stb_subscribe .stb_form_submit_button, .m5-l-wrap .smt-btn {padding: 12px 25px !important;}
	.m5-right{width:36%;}
	.m5-r-box{width:200px;}
	.m5-r-box:hover {width: 190px;}
}
@media(max-width:1280px){
	.m5-l-wrap li figure {width: 30%;}
	.m-l-input {width: 65%;}
	.m5-l-wrap li span {font-size: 15px;}
	.m5-r-box img {max-width: 135px;}
	.m5-r-box p {font-size: 18px;}
	.m5-r-box:hover img {max-width: 100px;}
	.m5-r-box{width:180px;}
	.m5-r-box:hover {width: 175px;}
}
@media(max-width:1080px){
	.m5 {padding-bottom: 60px;}
	.m5 .mct-wrap {flex-flow: row wrap;}
	.m5-left, .m5-right {width: 100%;}
	.m5-left {height: auto; padding: 35px 40px; order: 2;}
	.m5-left h2 {font-size: 18px;}
	.m5-right {margin-bottom: 3%; order: 1;}
	.m5-l-wrap li figure {width: 25%; justify-content: flex-start;}
	.m-l-input {width: 70%;}
	.m5-r-box, .m5-r-box:hover {width: 48%; height: auto;}
	.m5-r-box {padding: 3%;}
	.m5-r-box:hover img {max-width: 90px;}
}
@media(max-width:768px){
	#stb_subscribe .stb_form_policy * { display:inline-block;}
	#stb_subscribe .stb_form_policy label{font-size:14px !important; color:#222; display: inline-block; text-align:left;}

	.m5 {padding-bottom: 50px;}
	.m5-left {padding: 5% 4%;}
	#stb_subscribe .stb_form_title, .m5-left h2 {margin-bottom: 3% !important; font-size: 1rem !important;}
	.m5-l-wrap li .stb_form_set, .m5-l-wrap li{order:3;}
	#stb_subscribe .stb_form_submit_button, #stb_subscribe .stb_form_set_submit{width:100% !important;}
	#stb_subscribe .stb_form_policy label button, #stb_subscribe .stb_form_policy label, .m5-l-wrap li span, .check-wrap label {font-size: 0.9rem !important;}
	.m5-l-wrap .check-wrap {padding-top: 0;}
	#stb_subscribe .stb_form_set .stb_form_set_input, .m-l-input input {height: 40px !important;}
	.m5-l-wrap li:first-child, .m5-l-wrap li:nth-child(2) {width: 100%;}
	.m5-l-wrap li{margin-bottom:3% !important;}
	.m5-l-wrap li:nth-child(2) div, .m5-l-wrap li:first-child div{padding-bottom:0 !important;}
	.m5-l-wrap li:first-child {order:1;}
	.m5-l-wrap li:nth-child(2) {order:2;}
	.m5-l-wrap li:nth-child(3) {order:4; width: 20%;}
	.m5-l-wrap li:nth-child(4) {order:3; width: 80%;}
	#stb_subscribe .stb_form_set .stb_form_set_label, .m5-l-wrap li figure {width: 20% !important;}
	.m-l-input {width: 80%;}
	#stb_subscribe .stb_form_submit_button, .m5-l-wrap .smt-btn {width: 100%; height: 40px; line-height: 43px; text-align: center; padding: 0; font-size: 0.9rem !important;}
	.m5-r-box p {font-size: 1rem;}
	.m5-r-box:hover p {font-size: 0.9rem;}
	.m5-r-box img {max-width: 100px;}
	.m5-r-box:hover img {max-width: 85px;}
	#stb_subscribe .stb_form_set .stb_form_set_input{width:80% !important;}

	#stb_subscribe .stb_form_policy label input + .chk_box:before{width:13px; height:13px;}
}
@media(max-width:600px){
	.m5-l-wrap{justify-content: flex-end;}
	.m5-l-wrap li:nth-child(4){width:100%;}
	.m5-l-wrap li:nth-child(3){width:25%;}
	#stb_subscribe .stb_form_policy label button, #stb_subscribe .stb_form_policy label, .m5-l-wrap li span, .check-wrap label{font-size:0.75rem !important;}
	#stb_subscribe .stb_form_submit_button{padding:6px 0 !important;}
}
@media(max-width:500px){
	.m5-r-box img {max-width: 90px;}
	.m5-r-box:hover img {max-width: 75px;}
	.m5-l-wrap li {justify-content: space-between;}
	.m-l-input {width: 72%;}
}

/* gsap */
.m-gsap1 {background: #2b93f4; opacity: 0.3; width: 160px; height: 160px; border-radius: 50%; position: absolute; right: 270px; z-index: -1;}
.m-gsap2 {background: #FFD700; opacity: 0.2; width: 500px; height: 500px; border-radius: 50%; position: absolute; left: 0; bottom: 50px; z-index: -1;}
.m-gsap3 {background: #2b93f4; opacity: 0.2; width: 350px; height: 350px; border-radius: 50%; position: absolute; right: -30px; bottom: -150px; z-index: -1;}
@media(max-width:1080px){
	.m-gsap1 {width: 130px; height: 130px; right: 200px;}
	.m-gsap2 {width: 400px; height: 400px; bottom: 100px;}
	.m-gsap3 {width: 310px; height: 310px; right: -80px;}
}
@media(max-width:768px){
	.m-gsap1 {right: 70px;}
	.m-gsap2 {width: 280px; height: 280px; bottom: 130px;}
	.m-gsap3 {width: 250px; height: 250px; right: -80px; bottom: -110px;}
}
@media(max-width:500px){
	.m-gsap1 {right: -40px; opacity: 0.2;}
	.m-gsap2 {width: 250px; height: 250px; bottom: 30px; opacity: 0.15;}
	.m-gsap3 {width: 200px; height: 200px; right: -80px; bottom: -100px; opacity: 0.13;}
}
/************************* main_inc ��*************************/

/************************* title_navi �쒖옉 *************************/
.navi_all{border-bottom:1px solid #ddd; border-top:1px solid #ddd;}
.navi_in{width:100%; max-width:1300px; margin:0 auto; display: flex; flex-flow: row wrap;}
.navi_in .home_btn_all {display: none;}
.navi_in .home_btn_all a {display: flex; align-items: center; justify-content: center; padding:15px; background: #2b93f4;}
.navi_in .home_btn_all a i {font-size: 18px;color: #fff; display: block;}
.navi_in .down_btn{position:relative; border-left:1px solid #ddd; border-right:1px solid #ddd; width: 50%;}
.navi_in .down_btn2{border-left:0; width: 50%;}
.navi_in .down_btn3{border-left:0; width: 100%; border-top:1px solid #ddd;}


.navi_in .down_btn .down_btn_title{display: flex; align-items: center; padding:17px 15px; cursor: pointer; width:100%;}
.navi_in .down_btn .down_btn_title h3{font-size:15px; font-weight:600; line-height:1; transition:all .2s;}
.navi_in .down_btn:hover .down_btn_title h3{color:#2b93f4;}
.navi_in .down_btn .down_btn_title img{position:absolute; right:15px; top:0; bottom:0; margin:auto; transition:all .3s;}

ul.extend{position:absolute; background:#fff; width:calc(100% + 2px); top:50px; border:1px solid #ddd; z-index: 5; left:-1px; padding:3px 0; display: none;}
ul.extend li{}
ul.extend li a{ font-size:15px; font-weight:600; display: block; margin:0 15px; padding:13px 0; transition:all .3s;}
ul.extend li a:hover{color:#2b93f4;}

@media(max-width:500px){
.navi_in .down_btn .down_btn_title {font-size: 1rem;}
ul.extend li a {font-size: 0.9rem;}
/* .navi_in .down_btn {width: 42%;} */
}

/* new_tab */
.s-tab-3 {width:100%; text-align:center; border-bottom: 1px solid #D7D7D7;}
.s-tab-3 .s-inner {height: 100%; display: flex; flex-flow:row wrap; align-items: center; justify-content: space-between; flex-flow: row wrap; padding: 15px 0;}

.content_tab_menu {display: flex; flex-flow: row wrap; align-items: center; justify-content: flex-start; width:75%;}
.content_tab_menu li {display: block; width: auto;}
.content_tab_menu li:not(:last-child) {margin-right: 60px;}
.content_tab_menu li a{display: block; height: 100%; font-size: 18px; color: #222; font-weight: 600; position: relative; transition: all 0.2s;}
.content_tab_menu li a::after {content: ''; display: block; width: 100%; height: 2px; background: transparent; position: absolute; bottom: -15px; left: 0;}
.content_tab_menu li a:hover {color:#2b93f4;}
.content_tab_menu li.tab_on a {color:#2b93f4;}
.content_tab_menu li.tab_on a::after {background: #2b93f4;}
.dis_none {display:none;}

div.content_title {display: flex; align-items: center; justify-content: flex-end; width: 25%;}
.content_title img {display: block; max-width: 17px; width: 100%; height: auto;}
.sh-dot {font-size: 14px; color: #9D9D9D; font-weight: 400; position: relative;}
.sh-dot::before {content: ''; display: inline-block; width: 4px; height: 4px; background: #9D9D9D; border-radius: 50%; margin: 0 8px 2px 8px;}

@media(max-width:1280px){
	.s-tab-3 .s-inner {padding: 15px 4%;}
	.content_tab_menu li:not(:last-child){margin-right:5%;}
	.sh-dot{font-size:13px;}
}
@media(max-width:1080px){
	.content_tab_menu li a {font-size: 16px;}
}

/************************* title_navi �� *************************/


/************************* footer_inc �쒖옉 *************************/
footer {background: #222; padding: 60px 0;}
footer * {color: #9D9D9D; font-size: 16px;}
.fct-wrap {display: flex; align-items: flex-start; justify-content: space-between;}

.f-left {width: 75%;}
.f-l-l img {display: block; max-width: 150px; width: 100%; height: auto;}
.f-l-c {display: flex; align-items: center; justify-content: flex-start; flex-flow: row wrap; margin: 35px 0 23px;}
.f-l-c a {display: block; position: relative;}
.f-l-c a:first-child {color: #fff;}
.f-l-c a:not(:last-child)::after, .f-l-b li span:not(:last-child)::after {content: ''; display: inline-block; width: 1px; height: 13px; background: #9D9D9D; margin: 0 20px;}

.f-l-b {line-height: 1.6;}
.f-l-b li {display: flex; align-items: center; flex-flow: row wrap;}
.f-l-b li span {display: block;}

.f-right {width: 25%;}
.sns-logo {justify-content: flex-end;}
.f-right .sns-logo li:not(:last-child) {margin-right: 18px;}
.f-right .sns-logo a {width: 40px; height: 40px; background: #9D9D9D; display: flex; align-items: center; justify-content: center; border-radius: 50%;}
.f-right .sns-logo i {color: #fff !important; font-size: 20px;}

.f-t-fr {display: flex; align-items: flex-start; justify-content: space-between; margin-top: 43px;}
.f-t-fr img {display: block; width: 80%; height: auto; margin: 0 auto;}
.f-t-fr figure:first-child img {max-width: 160px;}
.f-t-fr figure:last-child img {max-width: 73px;}
.f-t-fr p {text-align: center; margin-top: 3px; word-break: keep-all;}

@media(max-width:1280px){
footer {padding: 50px 0;}
footer * {font-size: 15px;}
.f-l-c a:not(:last-child)::after, .f-l-b li span:not(:last-child)::after {margin: 0 15px;}
.f-t-fr p {font-size: 14px;}
}
@media(max-width:1080px){
.f-right {width: 35%;}
.f-right .sns-logo li:not(:last-child) {margin-right: 13px;}
.f-right .sns-logo a {width: 36px; height: 36px;}
.f-l-c a:not(:last-child)::after, .f-l-b li span:not(:last-child)::after {margin: 0 12px; height: 11px;}
.f-t-fr {margin-top: 85px;}
.f-t-fr figure:first-child img {max-width: 100px;}
.f-t-fr figure:last-child img {max-width: 55px;}
}
@media(max-width:768px){
footer {padding: 35px 0;}
footer * {font-size: 0.9rem;}
.f-l-c {margin: 4% 0 2%;}
.f-l-l img {max-width: 120px;}
.fct-wrap {flex-flow: row wrap;}
.f-left, .f-right {width: 100%;}
.f-right .sns-logo a {width: 33px; height: 33px;}
.f-right {justify-content: flex-start; margin-top: 4%;}
.f-l-c a:not(:last-child)::after, .f-l-b li span:not(:last-child)::after {height: 10px; margin: 0 8px;}
.f-t-fr {margin-top: 4%; justify-content: flex-end; }
.f-t-fr figure:first-child {margin-right: 3%;}
.f-t-fr p {font-size: 0.8rem;}
.f-t-fr figure:first-child img {max-width: 162px;}
.f-t-fr figure:last-child img {max-width: 80px;}
}
@media(max-width:500px){
footer * {font-size: 0.8rem;}
.f-l-l img {max-width: 100px;}
.f-l-c a:not(:last-child)::after, .f-l-b li span:not(:last-child)::after {margin: 0 7px;}
}


/*family_inc.php�� �ㅽ���*/
.total								{width:100%;  cursor:pointer; }
.select_d							{border:1px solid #ddd; width:100%; line-height:30px; height:30px; padding-left:8px; position:relative; font-size:12px;}
.select_d span				{display:inline-block; position:absolute; right:10px;}

/* �⑤�由ъ궗�댄듃 �대┃�� 諛묒쑝濡� �⑥뼱吏���  CSS*/
/*
.select_op						{border:1px solid #ddd;border-top:none; width:168px; margin-top:0px; display:none; position:absolute; z-index:3px; background:#fff; font-size:11px;}
*/

/* �⑤�由ъ궗�댄듃 �대┃�� �꾨줈 �щ씪�ㅻ뒗 CSS*/
.select_op						{border:1px solid #ddd;border-bottom:none; width:160px; margin-top:0px; display:none; position:absolute; z-index:3px; background:#fff; font-size:11px;bottom:30px;}

.select_op	li				{line-height:30px;height:30px; border:0px solid red; padding-left:8px;}
.select_op	li		a		{cursor:pointer; width:100%; height:30px; display:inline-block;letter-spacing:-0.3px;}
.select_op	li:hover	{background:#eee;}
.a_focus							{background:#8e8e8e; color:#fff !important;}



.footer_copyright			{background:#323232; color:#fff; text-align:center; padding:10px;}
.footer_copyright p			{color:#fff; font-size:12px;}
.footer_copyright p a		{font-size:11px; color:#fff;  margin-left:15px;}

/************************* footer_inc �� *************************/



/************************* left_lnb_inc �쒖옉 *************************/
.left_lnb		{  }
/************************* left_lnb_inc �� *************************/



/************************* ui.totop �쒖옉 *************************/
#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	overflow:hidden;
	width:51px;
	height:51px;
	border:none;
	text-indent:100%;
	background:url("./img/ui.totop6.png") no-repeat left top;
}

#toTopHover {
	background:url("./img/ui.totop6.png") no-repeat left -51px;
	width:51px;
	height:51px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
	outline:none;
}
/************************* ui.totop �� *************************/

/* sub 怨듯넻 */
.s-tit h2 {font-size: 36px; font-weight: 700; color: #222; text-align: center;}
.bo-bg {background: #FAFAFA;}
.bo-p {padding: 80px 0;}
.bo-btn {display: inline-block; background: #2b93f4; border:2px solid transparent; color: #fff; padding: 18px 40px; border-radius: 0 10px; font-size: 17px; font-weight: 600; transition: all 0.2s;}
.bo-btn:hover {border:2px solid #2b93f4; background: transparent; color: #2b93f4; letter-spacing: 1.5px;}
.bo-btn i {display: inline-block; font-size: 20px; margin-left: 5px; line-height: 1.6;}
.bo-tit {text-align: center;}
.bo-tit h2 {font-size: 22px; color: #262629; font-weight: 700;}
.bo-tit p {font-size: 17px; color: #262629; font-weight: 400; line-height: 1.6; margin-top: 20px;}
@media(max-width:1280px){
.s-tit h2 {font-size: 30px;}
.bo-btn {padding: 16px 34px;}
.bo-btn i {font-size: 18px;}
.bo-tit h2 {font-size: 20px;}
.bo-tit p {font-size: 16px; margin-top: 15px;}
}
@media(max-width:1080px){
.s-tit h2 {font-size: 24px;}
.bo-p {padding: 65px 0;}
.bo-btn {padding: 14px 30px; font-size: 15px;}
.bo-btn i {font-size: 15px;}
.bo-tit h2 {font-size: 18px;}
.bo-tit p {font-size: 15px; margin-top: 12px; line-height: 1.5;}
}
@media(max-width:768px){
.s-tit h2 {font-size: 1.3rem;}
.bo-p {padding: 50px 0;}
.bo-btn {padding: 12px 25px; font-size: 0.9rem;}
.bo-tit h2 {font-size: 1.1rem;}
.bo-tit p {font-size: 1rem; margin-top: 2%;}
.bo-tit p br {display: none;}
}
@media(max-width:500px){
.s-tit h2 {font-size: 1.2rem;}
}

/* s12 */
/* s12-1 */
.s12-a {padding: 80px 0;}
.s12-a-flx {display: flex; justify-content: space-between; margin-top: 60px;}
.s12-a-li {width: 383px; height: 383px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 0 25px 0 25px; background: #EDF6FC; text-align: center;}
.s12-a-li2 {background: #EDF6FC;}
.s12-a-li3 {background: #EDF6FC;}
.s12-a-li figure {width: 200px; height: 200px; background: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 20px 0 10px;}
.s12-a-li img {display: block; max-width: 69px; width: 100%; height: auto; margin: 0 auto;}
.s12-a-li2 img {max-width: 48px;}
.s12-a-li3 img {max-width: 60px;}
.s12-a-li h3 {font-size: 18px; color: #222; font-weight: 600;}
.s12-a-li p {font-size: 17px; color: #262629; font-weight: 400;}

.s12-b-sec:not(:last-child) {border-bottom: 1px solid #D7D7D7; padding-bottom: 60px; margin-bottom: 60px;}
.s12-b-sec {display: flex; align-items: center; justify-content: space-between; flex-flow: row wrap;}
.s12-b-sec figure, .s12-b-tbox {width: 50%;}
.s12-b-sec img {display: block; max-width: 550px; width: 100%; height: auto; border-radius: 25px;}
.s12-b-tbox {padding-left: 3%;}
.s12-b-t h3 {width: 52%; font-size: 22px; color: #2b93f4; font-weight: 600; border-bottom: 1px solid #2b93f4; padding-bottom: 15px; margin-bottom: 15px;}
.s12-b-t p {font-size: 17px; color: #262629; font-weight: 400;}

.s12-b-box {margin-top: 60px;}
.s12-b-b {display: flex; align-items: center; justify-content: flex-start; margin-top: 45px;}
.s12-b-b a {display: inline-block; color: #fff; font-size: 17px;font-weight: 500; background: #2b93f4; border-radius: 10px; padding: 8px 20px;}
.s12-b-b a:last-child {background: #78c9fa; margin-left: 13px;}

.s12-b{padding-bottom:80px;}

.s12-c {padding: 60px 0 80px; margin-top: 60px; background: #FAFAFA;}
.s12-c-flx {display: flex; justify-content: space-between; margin-top: 60px;}
.s12-c-li {text-align: center; width: 25%;}
.s12-c-li figure {width: 150px; height: 150px; background: #EDF6FC; display: flex; align-items: center; justify-content: center; border-radius: 20px; margin: 0 auto;}
.s12-c-li2 figure {background: #EDF6FC;}
.s12-c-li3 figure {background: #EDF6FC;}
.s12-c-li4 figure {background: #EDF6FC;}
.s12-c-li img {display: block; max-width: 50px; width: 100%; height: auto;}
.s12-c-li2 img {max-width: 59px;}
.s12-c-li3 img {max-width: 71px;}
.s12-c-li4 img {max-width: 53px;}
.s12-c-li h3 {font-size: 18px; color: #222; font-weight: 600; margin: 20px 0 10px;}
.s12-c-li p {font-size: 17px; color: #262629; font-weight: 400;}

@media(max-width:1280px){
.s12-a-flx, .s12-b-box {margin-top: 50px;}
.s12-a-li {width: 27vw; height: 27vw;}
.s12-a-li figure {width: 14vw; height: 14vw; margin: 1vw 0;}

.s12-b-sec:not(:last-child) {padding-bottom: 50px; margin-bottom: 50px;}
.s12-b-sec figure, .s12-b-tbox {width: 48%;}
.s12-b-t h3 {width: 65%; font-size: 20px; padding-bottom: 12px; margin-bottom: 12px;}
.s12-b-b {margin-top: 35px;}

.s12-c-li {padding: 0 2%;}
.s12-c-li p br {display: none;}
}
@media(max-width:1080px){
.s12-a {padding: 65px 0;}
.s12-a-flx, .s12-c-flx {margin-top: 40px;}
.s12-a-li {width: 29vw; height: 29vw;}
.s12-a-li h3 {font-size: 16px;}
.s12-a-li p {font-size: 15px;}
.s12-a-li img {max-width: 55px;}
.s12-a-li2 img {max-width: 40px;}
.s12-a-li3 img {max-width: 50px;}
.s12-a-li figure {width: 12vw; height: 12vw;}

.s12-b-sec:not(:last-child) {padding-bottom: 45px; margin-bottom: 45px;}
.s12-b-sec figure {width: 52%;}
.s12-b-tbox {width: 44%; padding-left: 0;}
.s12-b-t h3 {font-size: 18px; padding-bottom: 10px; margin-bottom: 10px;}
.s12-b-t p {font-size: 15px;}
.s12-b-b {margin-top: 40px;}
.s12-b-b a {font-size: 14px; padding: 9px 22px; border-radius: 7px;}

.s12-b{padding-bottom:60px;}

.s12-c {padding: 60px 0; margin-top: 60px;}
.s12-c-flx {flex-flow: row wrap;}
.s12-c-li {width: 48%; padding: 0;}
.s12-c-li1, .s12-c-li2 {margin-bottom: 40px;}
.s12-c-li h3 {font-size: 16px; margin: 15px 0 5px;}
.s12-c-li p {font-size: 15px;}
.s12-c-li p br {display: block;}
}
@media(max-width:768px){
.s12-a {padding: 50px 0;}
.s12-a-flx {flex-flow: row wrap;}
.s12-a-li {width: 100%; height: auto; display: flex; align-items: center; flex-flow: row wrap; justify-content: flex-start; padding: 4% 5%; text-align: left;}
.s12-a-flx {margin-top: 5%;}
.s12-a-li h3 {width: 100%; margin-bottom: 2%; font-size: 1.2rem;}
.s12-a-li figure {width: 100px; height: 100px;}
.s12-a-li p {width: 70%; margin-left: 20px; font-size: 1.1rem;}
.s12-a-li p br {display: none;}
.s12-a-li1, .s12-a-li2 {margin-bottom: 3%;}

.s12-b-sec:not(:last-child) {padding-bottom: 6%; margin-bottom: 6%;}
.s12-b-box {margin-top: 5%;}
.s12-b-sec figure, .s12-b-tbox {width: 100%;}
.s12-b-t h3 {font-size: 1.2rem; width: 100%; padding: 5% 0 2%; margin-bottom: 2%;}
.s12-b-t p {font-size: 1.1rem;}
.s12-b-t p br {display: none;}
.s12-b-b {margin-top: 3%; justify-content: flex-end;}

.s12-b{padding-bottom:50px;}

.s12-c {padding: 50px 0; margin-top: 50px;}
.s12-c-flx {margin-top: 5%;}
.s12-c-li h3 {font-size: 1.2rem;}
.s12-c-li p {font-size: 1.1rem;}
.s12-c-li p br {display: none;}
.s12-c-li1, .s12-c-li2 {margin-bottom: 4%;}
}
@media(max-width:500px){
.s12-a {padding: 50px 0;}
.s12-a-li h3 {font-size: 1rem; text-align: center;}
.s12-a-li p {font-size: 0.9rem; margin-left: 3%;}
.s12-a-li figure {width: 17vw; height: 17vw;}
.s12-a-li img {max-width: 45px;}
.s12-a-li2 img {max-width: 30px;}
.s12-a-li3 img {max-width: 40px;}

.s12-b-sec img {border-radius: 15px;}
.s12-b-t h3 {font-size: 1rem;}
.s12-b-t p {font-size: 0.9rem;}
.s12-b-b {margin-top: 5%;}
.s12-b-b a {font-size: 0.9rem; padding: 2% 6%;}

.s12-c-li {width: 49%;}
.s12-c-li figure {width: 110px; height: 110px;}
.s12-c-li img {max-width: 40px;}
.s12-c-li2 img {max-width: 49px;}
.s12-c-li3 img {max-width: 57px;}
.s12-c-li4 img {max-width: 43px;}
.s12-c-li h3 {font-size: 1rem; margin: 5% 0 2%;}
.s12-c-li p {font-size: 0.9rem;}
}

/* s12-2 */
.s12-2 p {font-size: 17px; color: #262629; font-weight: 400; line-height: 1.5;}
.color-box {width: 150px; height: 150px; border-radius: 20px; display: flex; align-items: center; justify-content: center; margin: 0 auto; background: #2b93f420;}
.color-box-p {background: #FFEAF1;}
.color-box-b {background: #2b93f420;}
.color-box-y {background: #FDF5E8;}
.color-box img {display: block; max-width: 50px; width: 100%; height: auto; margin: 0 auto;}

.s12-2-a {background: #FAFAFA; padding: 80px 0;}
.s12-2a-flx {width: 80%; display: flex; justify-content: space-between; flex-flow: row wrap; margin: 60px auto 0;}
.s12-2a-flx li {width: calc(100%/2); text-align: center;}
.s12-2a-flx h3 {font-size: 18px; color: #222; font-weight: 700; margin: 20px 0 12px;}
.s12-2a-flx img {max-width: 82px;}
.s12-2a-flx li:last-child img {max-width: 67px;}

.s12-2-b {padding: 80px 0 100px;}
.s12-2b-box {margin-top: 60px;}
.s12-2b-sec {display: flex; align-items: center; justify-content: space-between; border: 1px solid #D7D7D7; border-radius: 20px; padding: 45px ; position: relative;}
.s12-2b-sec::after {content: ''; width: 1px; height: 80%; display: block; background: #D7D7D7; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);}
.s12-2b-sec2 {padding: 25px 45px;}
.s12-2b-sec:not(:last-child) {margin-bottom: 60px;}
.s12-2b-sec > div {width: 50%;}
.s12-2b-l {display: flex; align-items: center; justify-content: center;}
.s12-2b-l > div {margin-left: 50px; width: 40%;}
.s12-2b-l .color-box {margin: 0;}
.s12-2b-l h3 {font-size: 20px; font-weight: 700; color:#2b93f4; margin-bottom: 10px;}
.s12-2b-sec1 .s12-2b-l img {max-width: 64px;}
.s12-2b-sec2 .s12-2b-l img, .s12-2b-sec3 img {max-width: 56px;}
.s12-2b-sec4 .s12-2b-l img {max-width: 44px;}
.s12-2b-r p {margin-left: 120px;}
.s12-2b-r p:not(:last-child) {margin-bottom: 25px;}
.s12-2b-sec3 .s12-2b-r {display: flex; flex-flow: row wrap; justify-content: flex-start;}
.s12-2b-sec3 .s12-2b-r > a {background: #FAFAFA; width: 33%; height: 50px; border-radius: 15px; display: flex; align-items: center; justify-content: center;}
.s12-2b-sec3 .s12-2b-r > a figure {width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;}
.s12-2b-sec3 .s12-2b-r > a:first-child, .s12-2b-sec3 .s12-2b-r > a:nth-child(3) {margin: 0 20px 0 120px;}
.s12-2b-sec3 .s12-2b-r > a:first-child, .s12-2b-sec3 .s12-2b-r > a:nth-child(2) {margin-bottom: 20px;}
.s12-2b-sec3 .s12-2b-r a figure img {display: block; max-width: 100%;}

@media(max-width:1280px){
.s12-2a-flx {margin: 50px auto 0;}
.s12-2-b {padding: 80px 0;}
.s12-2b-box {margin-top: 50px;}
.s12-2b-sec:not(:last-child) {margin-bottom: 50px;}
}
@media(max-width:1080px){
.color-box {width: 130px; height: 130px;}
.s12-2 p {font-size: 15px;}

.s12-2-a {padding: 65px 0;}
.s12-2a-flx {margin: 40px auto 0;}
.s12-2a-flx img {max-width: 70px;}
.s12-2a-flx li:last-child img {max-width: 57px;}
.s12-2a-flx h3 {font-size: 16px; margin: 15px 0 8px;}

.s12-2-b {padding: 65px 0;}
.s12-2b-box {margin-top: 40px;}
.s12-2b-sec:not(:last-child) {margin-bottom: 50px;}
.s12-2b-sec {padding: 35px;}
.s12-2b-l h3 {font-size: 18px; margin-bottom: 8px;}
.s12-2b-r p {margin-left: 70px;}
.s12-2b-sec3 .s12-2b-r > a {width: 46%; height: 45px;}
.s12-2b-sec3 .s12-2b-r > a:first-child, .s12-2b-sec3 .s12-2b-r > a:nth-child(3) {margin: 0 15px 0 70px;}
.s12-2b-sec3 .s12-2b-r > a:first-child, .s12-2b-sec3 .s12-2b-r > a:nth-child(2) {margin-bottom: 15px;}
.s12-2b-l > div {margin-left: 8%;}
.s12-2b-r p {margin-left: 10%;}
.s12-2b-sec3 .s12-2b-r a:first-child, .s12-2b-sec3 .s12-2b-r a:nth-child(3) {margin: 0 3% 0 10%;}
.s12-2b-sec3 .s12-2b-r a:first-child, .s12-2b-sec3 .s12-2b-r a:nth-child(2) {margin-bottom: 3%;}
.s12-2b-sec3 .s12-2b-r figure img {max-width: 80%;}

.s12-2b-sec1 .s12-2b-l img {max-width: 50px;}
.s12-2b-sec2 .s12-2b-l img, .s12-2b-sec3 img {max-width: 52px;}
.s12-2b-sec4 .s12-2b-l img {max-width: 40px;}
}
@media(max-width:768px){
.s12-2 p {font-size: 1.1rem;}
.s12-2b-l p, .s12-2b-r p {font-size: 1rem;}
.s12-2b-l p br, .s12-2b-r p br {display: none;}

.s12-2-a {padding: 50px 0;}
.s12-2a-flx {width: 100%; margin: 5% auto 0;}
.s12-2a-flx li {width: calc(98%/2);}
.s12-2a-flx h3 {font-size: 1.2rem; margin: 5% 0 3%;}

.s12-2-b {padding: 50px 0;}
.s12-2b-sec {flex-flow: row wrap; padding: 3% 7%;}
.s12-2b-sec > div {width: 100%;}
.s12-2b-sec:not(:last-child) {margin-bottom: 5%;}
.s12-2b-box {margin-top: 4%;}
.s12-2b-sec::after {display: none;}
.s12-2b-l h3 {font-size: 1.2rem;}
.s12-2b-l {margin-bottom: 5%;}
.s12-2b-l > div {margin-left: 4%;}
.s12-2b-r p {margin-left: 0; text-align: center;}
.s12-2b-sec3 .s12-2b-r a:first-child, .s12-2b-sec3 .s12-2b-r a:nth-child(3) {margin: 0 3% 0 0;}
.s12-2b-r p:not(:last-child) {margin-bottom: 1%;}
.s12-2b-sec3 .s12-2b-r {justify-content: center;}
}
@media(max-width:500px){
.color-box {width: 100px; height: 100px; border-radius: 15px;}
.s12-2 p {font-size: 0.9rem;}

.s12-2a-flx li {width: calc(99%/2);}
.s12-2a-flx h3 {font-size: 1rem;}
.s12-2a-flx img {max-width: 55px;}
.s12-2a-flx li:last-child img {max-width: 45px;}
.s12-2b-l h3 {font-size: 1rem; margin-bottom: 3px;}
}

/* s13 */
.s13-1-a {padding: 80px 0;}
.s13-1-a figure {margin: 60px 0 25px;}
.s13-1-a figure img {display: block; max-width: 100%; height: auto; border-radius: 0px 20px;}
.s13-1a-tbox {display: flex; align-items: flex-start; justify-content: space-between;}
.s13-1a-tbox h3 {font-size: 22px; color: #222; line-height: 1.8; font-weight: 700;}
.s13-1a-tbox p {font-size: 17px; color: #262629; line-height: 1.8;}

.s13-1-b {background: #FAFAFA; padding: 80px 0;}
.s13-1-b-flx {display: flex; align-items: center; justify-content: space-between; flex-flow: row wrap;}
.s13-1-b-flx li {background: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-direction: column; width: 220px; height: 220px;}
.s13-1-b-flx li em {display: block; font-size: 17px; color: #2b93f4; font-weight: 700; text-transform: uppercase; margin: 18px 0 5px;}
.s13-1-b-flx li h3 {font-size: 17px; color: #262629;}
.s13-1-b-flx li img {display: block; max-width: 72px; width: 100%; height: auto; margin: 0 auto;}
.s13-1-b-flx li:nth-child(2) img {max-width: 70px;}
.s13-1-b-flx li:nth-child(3) img {max-width: 52px;}
.s13-1-b-flx li:nth-child(4) img {max-width: 48px;}
.s13-1-b-flx li:last-child img {max-width: 44px;}

.s13-1-b-flx {margin: 60px 0 40px;}
.s13-1-b table {border: 1px solid #D7D7D7; border-top: 2px solid #2b93f4; width: 100%;}
.s13-1-b table tr {border-bottom: 1px solid #D7D7D7;}
.s13-1-b table th {width: 30%; border-right: 1px solid #D7D7D7; text-align: left; padding: 15px 40px; font-size: 18px;}
.s13-1-b table td {padding: 15px 50px;}

@media(max-width: 1280px){
.s13-1-b-flx li {width: 180px; height: 180px;}
.s13-1-b-flx li em {font-size: 15px; margin: 14px 0 3px;}
.s13-1-b-flx li h3 {font-size: 16px;}
.s13-1-b-flx li img, .s13-1-b-flx li:nth-child(2) img {max-width: 60px;}
.s13-1-b-flx li:nth-child(3) img {max-width: 46px;}
.s13-1-b-flx li:nth-child(4) img {max-width: 40px;}
.s13-1-b-flx li:last-child img {max-width: 34px;}
}
@media(max-width:1080px){
.s13-1-a {padding: 65px 0;}
.s13-1-a figure {margin: 40px 0 25px;}
.s13-1a-tbox h3 {font-size: 20px;}
.s13-1a-tbox p {font-size: 16px;}

.s13-1-b {padding: 65px 0;}
.s13-1-b-flx {margin: 40px 0 30px;}
.s13-1-b-flx li {width: 150px; height: 150px;}
.s13-1-b-flx li em {font-size: 14px; margin: 10px 0 3px}
.s13-1-b-flx li h3 {font-size: 15px;}

.s13-1-b-flx li img, .s13-1-b-flx li:nth-child(2) img {max-width: 45px;}
.s13-1-b-flx li:nth-child(3) img {max-width: 40px;}
.s13-1-b-flx li:nth-child(4) img {max-width: 34px;}
.s13-1-b-flx li:last-child img {max-width: 28px;}
.s13-1-b table th {padding: 15px 25px; font-size: 16px;}
.s13-1-b table td {padding: 15px 30px; font-size: 15px;}
}
@media(max-width:768px){
.s13-1-a, .s13-1-b {padding: 50px 0;}
.s13-1-a figure {margin: 5% 0 3%;}

.s13-1a-tbox {flex-flow: row wrap;}
.s13-1a-tbox h3, .s13-1a-tbox p {width: 100%; line-height: 1.6;}
.s13-1a-tbox h3 br, .s13-1a-tbox p br {display: none;}
.s13-1a-tbox h3 {margin-bottom: 2%; font-size: 1.2rem;}
.s13-1a-tbox p {font-size: 1rem;}
.s13-1-b-flx li {width: 28vw; height: 28vw; margin-right: 3%;}
.s13-1-b-flx li:nth-child(3), .s13-1-b-flx li:last-child {margin-right: 0;}
.s13-1-b-flx {justify-content: center;}

.s13-1-b-flx li em {font-size: 0.9rem;}
.s13-1-b-flx li h3 {font-size: 1rem;}
}
@media(max-width:500px){
.s13-1-a figure img {border-radius: 0px 15px;}
.s13-1a-tbox h3 {font-size: 1rem;}
.s13-1a-tbox p {font-size: 0.9rem;}

.s13-1-b-flx {margin: 5% 0; justify-content: space-between;}
.s13-1-b-flx li {margin-right: 0; width: 42vw; height: 42vw; margin-bottom: 3%;}
.s13-1-b-flx li em {margin: 7% 0 2%;}
.s13-1-b table th, .s13-1-b table td {padding: 2%; font-size: 0.8rem; text-align: center;}
}

/* 寃뚯떆�� tab �ㅽ��� */
.s-bo-tab ul {display: flex; align-items: center; justify-content: center; flex-flow: row wrap; margin: 60px 0 20px;}
.s-bo-tab li {margin-bottom: 15px;}
.s-bo-tab li:not(:last-child) {margin-right: 10px;}
.s-bo-tab a {display: block; background: #F7F7F7; padding: 15px 55px; border-radius: 0 10px; color: #9D9D9D; font-size: 17px; font-weight: 500;}
.s-bo-tab a.bo_cate_on {background: #2b93f4; color: #fff;}

.s-bo-tab li:first-child {display: none;}

@media(max-width:1280px){
.s-bo-tab a {padding: 17px 38px; font-size: 16px;}
}
@media(max-width:1080px){
.s-bo-tab ul {margin: 50px 0 15px;}
.s-bo-tab a {padding: 15px 30px; font-size: 15px;}
}
@media(max-width:768px){
.s-bo-tab ul {margin: 5% 0 2%; padding:0 3%;}
.s-bo-tab li {margin-bottom: 10px;}
.s-bo-tab li:not(:last-child) {margin-right: 10px;}
.s-bo-tab a {padding: 13px 25px; font-size: 1rem;}
}
@media(max-width:500px){
.s-bo-tab li {margin-bottom: 8px;}
.s-bo-tab li:not(:last-child) {margin-right: 8px;}
.s-bo-tab a {padding: 12px 20px; font-size: 0.9rem;}
}

/* 寃뚯떆�� tab �ㅽ��� */
.s-bo-tab2 ul {display: flex; align-items: center; justify-content: center; flex-flow: row wrap; margin: 60px 0 20px;}
.s-bo-tab2 li {margin-bottom: 15px;}
.s-bo-tab2 li:not(:last-child) {margin-right: 15px;}
.s-bo-tab2 a {display: block; background: #F7F7F7; padding: 18px 47px; border-radius: 0 10px; color: #9D9D9D; font-size: 17px; font-weight: 700;}
.s-bo-tab2 a.bo_cate_on {background: #2b93f4; color: #fff;}

@media(max-width:1280px){
.s-bo-tab2 a {padding: 17px 38px; font-size: 16px;}
}
@media(max-width:1080px){
.s-bo-tab2 ul {margin: 50px 0 15px;}
.s-bo-tab2 a {padding: 15px 30px; font-size: 15px;}
}
@media(max-width:768px){
.s-bo-tab2 ul {margin: 5% 0 2%;}
.s-bo-tab2 li {margin-bottom: 10px;}
.s-bo-tab2 li:not(:last-child) {margin-right: 10px;}
.s-bo-tab2 a {padding: 13px 25px; font-size: 1rem;}
}
@media(max-width:500px){
.s-bo-tab2 li {margin-bottom: 8px;}
.s-bo-tab2 li:not(:last-child) {margin-right: 8px;}
.s-bo-tab2 a {padding: 12px 20px; font-size: 0.9rem;}
}

/* 寃뚯떆�� write �� */
.s13-rq {display: flex; justify-content: space-between; flex-flow: row wrap; border-top: 2px solid #2b93f4;}
.s13-rq > li {width: 100%; padding-top: 30px;}
.s13-rq > li:last-child {border-bottom: 1px solid #D7D7D7; padding-bottom: 30px; margin-bottom: 30px}
.s13-rq .s13-r-50 {width: 48%;}
.s13-rq h3 {font-size: 18px; color: #222; font-weight: 700; display: flex; align-items: center; margin-bottom: 15px;}
.s13-rq h3 strong {color: #2b93f4;}
.s13-rq .default_ul {display: flex; align-items: center; flex-flow: row wrap;}
.default_ul li {display: flex; align-items: center;}
.default_ul li input {margin-right: 7px;}
.s13-rq .s13-r-50 p, .s13-rq .s13-r-50 input {width: 100%; border: none; background: #FAFAFA; border-radius: 5px; height: 50px; padding: 5px 10px;}

.s13-rq > li:last-child textarea {background: #FAFAFA; width: 100%; height: 190px !important; border-radius: 5px; resize : vertical; padding: 10px;}
.s13-rq > li:last-child textarea:focus-visible, .s13-rq .s13-r-50 input:focus-visible {border: 2px solid #2b93f4;}

.s13-rq > li textarea, .s13-rq > li input, .s13-rq > li select {font-family: 'Noto Sans KR', sans-serif !important;}

.bop_tit {font-size: 17px; font-weight: 700; color: #222; margin-bottom: 15px;}
.agr_content {height:190px; overflow:auto; background: #FAFAFA; padding: 25px; border-radius: 5px;}
.agr_content * {font-size: 16px; color: #262629; line-height: 1.6;}
.agr_content p:not(:last-child) {margin-bottom: 10px;}
.bo_privacy .check-wrap {margin-top: 10px;}

.agr_content::-webkit-scrollbar {width: 5px;}
.agr_content::-webkit-scrollbar-thumb {background-color: #2b93f4;}
.agr_content::-webkit-scrollbar-track {background-color: #eee;}

@media(max-width:1080px){
.s13-rq > li {padding-top: 25px;}
.s13-rq > li:last-child {padding-bottom: 25px; margin-bottom: 25px;}
.s13-rq h3 {font-size: 16px; margin-bottom: 10px;}
.s13-rq .s13-r-50 input {height: 45px;}
.s13-rq > li:last-child textarea, .agr_content {height: 150px !important;}

.agr_content {padding: 20px;}
.agr_content *, .bop_check span {font-size: 15px;}
.board_btn {margin-top: 30px;}
}
@media(max-width:768px){
.s13-rq h3 {font-size: 1rem;}
.s13-rq > li {padding-top: 4%;}
.s13-rq > li:last-child {padding-bottom: 4%; margin-bottom: 4%;}
.s13-rq .s13-r-50 {width: 100%;}

.agr_content {padding: 3%;}
.agr_content *, .bop_check span {font-size: 0.9rem;}
}

/* s21 pager */
.s21-bottom {position: relative; margin-top: 100px;}
.s21-bottom .s-tit {margin-bottom: 40px;}
.s21-btn > div {position: absolute; top: 50%; left: 0; transform: translate(0,-50%); z-index: 2;}
.s21-btn > div.s21-next {left: auto; right: 0;}
.s21-btn > div i {display: flex; align-items: center; justify-content: center; background: #fff; cursor: pointer; width: 50px; height: 50px; font-size: 22px; color: #D7D7D7; border: 2px solid #D7D7D7; border-radius: 50%; transition:all 0.2s;}
.s21-btn > div i:hover {color: #2b93f4; border:2px solid #2b93f4;}
@media(max-width:1280px){
.s21-bottom {margin-top: 80px;}
.s21-bottom .s-tit {margin-bottom: 30px;}
}
@media(max-width:1080px){
.s21-bottom {margin-top: 65px;}
.s21-btn > div {top: 60%;}
.s21-btn > div i {font-size: 20px; width: 40px; height: 40px;}
}
@media(max-width:768px){
.s21-bottom {margin-top: 50px;}
.s21-bottom .s-tit {margin-bottom: 4%;}
}

/* 寃뚯떆�� 酉� �앹뾽 */
.s35-pop {position: relative; display: none;}
.s35-bbg {width: 100%; height: 100%; background: rgba(0,0,0,80%); position: fixed; top: 0; left: 0; z-index: 11;}
.s35-pop > section {max-width: 1200px; width: 100%; position: fixed; top:50%; left: 50%; transform: translate(-50%,-50%); z-index: 12;}
.s35-p-bg {width: 100%; max-height: 720px; margin: 0 auto; background: #fff; border-radius: 30px; text-align: center; padding: 40px 80px; overflow-y: scroll;}
.s35-tit {border-bottom: 2px solid #2b93f4; padding-bottom: 25px; margin-bottom: 25px;}
.s35-tit h2 {font-size: 22px; color: #2b93f4; font-weight: 500;}
.s35-tit h3 {font-size: 36px; color: #222; font-weight: 700; margin-top: 30px;}
.s35-p-bg article {padding: 0 25px;}
.s35-p-bg article > div {display: flex; align-items: flex-start; justify-content: space-between; width: 100%; text-align: left; line-height: 1.5;}
.s35-p-bg article > div:not(:last-child) {margin-bottom: 20px;}
.s35-p-bg article h4 {width: 100px; font-size: 18px; color: #262629; font-weight: 700; width:10%;}
.s35-p-bg article p {width: 88%; font-size: 17px; color: #262629; font-weight: 400;}
.s35-close {width: 61px; height: 61px; display: flex; align-items: center; justify-content: center; background: #2b93f4; border-radius: 50%; position: absolute; top: -80px; left: 50%; transform: translate(-50%,0);}
.s35-close i {display: block; color: #fff; font-size: 30px;}

.s35-p-bg::-webkit-scrollbar {width: 8px;}
.s35-p-bg::-webkit-scrollbar-thumb {background-color: #2b93f4;}
.s35-p-bg::-webkit-scrollbar-track {background-color: #eee;}

@media(max-width:1280px){
.s35-pop > section {padding: 0 4%;}
.s35-p-bg {padding: 40px 55px;}
.s35-tit h2 {font-size: 20px;}
.s35-tit h3 {font-size: 30px;}
}
@media(max-width:1080px){
.s35-p-bg {padding: 4%;}
.s35-p-bg article {padding: 0 2%;}
.s35-tit {padding-bottom: 2%; margin-bottom: 2%;}
.s35-tit h2 {font-size: 17px;}
.s35-tit h3 {font-size: 22px; margin-top: 3%;}
.s35-p-bg article > div:not(:last-child) {margin-bottom: 2%;}
.s35-p-bg article h4 {font-size: 16px;}
.s35-p-bg article p {font-size: 15px;}
.s35-close {width: 55px; height: 55px; top: -70px;}
.s35-close i {font-size: 22px;}
}
@media(max-width:768px){
.s35-p-bg {max-height: 60vh; border-radius: 15px;}
.s35-tit h2 {font-size: 1rem;}
.s35-tit h3 {font-size: 1.2rem;}
.s35-p-bg article > div {flex-flow: row wrap;}
.s35-p-bg article > div:not(:last-child) {margin-bottom: 3%;}
.s35-p-bg article h4 {width: 100%; margin-bottom: 4px; font-size: 0.9rem;}
.s35-p-bg article p {font-size: 0.9rem; width: 100%;}
.s35-close {width: 48px; height: 48px; top: -60px;}
.s35-close i {font-size: 1.1rem;}
}
@media(max-width:500px){
.s35-tit h3 {font-size: 1.1rem;}
.s35-close {width: 40px; height: 40px; top: -50px;}
}

/* s45_2 �앹뾽 */
.s45-pop .s35-tit h3 {margin: 18px 0;}
.s45-pop .s35-tit h3:last-child {margin: 40px 0 30px;}
.s45-pop .s35-tit p {font-size: 17px; color: #9D9D9D; font-weight: 400;}
.s45-pop .s35-tit figure {margin-top: 30px; height: 300px; width: 100%; overflow: hidden;}
.s45-pop .s35-tit figure img {max-width: 500px; width: 100%; height: 100%; object-fit: scale-down;}
.s45-pop article > div {}
.s45-pop article > div:not(:last-child) {border-bottom: 1px solid #D7D7D7; padding-bottom: 25px;}
.s45-pop .s35-l-txt {width: 150px; color: #2b93f4; font-weight: 600;}
.s35-r-tbox {width: 83%;}
.s35-r-tbox li {display: flex; align-items: flex-start; width: 100%;}
.s35-r-tbox li:not(:last-child) {margin-bottom: 10px;}
.s35-r-tbox li p {width: 86%;}

/* s32 */
.s32 {padding: 80px 0;}
.s32 section:not(:last-child) {margin-bottom: 40px;}
.s32-1 {margin-bottom: 100px;}
.s32-1 .s-tit {text-align: center;}
.s32-1 .s-tit h2 {margin-bottom: 30px;}
.s32-1 .s-tit p {font-size: 20px; color: #262629; line-height: 1.6; margin-bottom: 25px;}
.s32-1 .s-tit .bo-btn {background: transparent; border:2px solid #2b93f4; color: #2b93f4; display: inline-block; margin: 20px 0 60px;}
.s32-1 .s-tit .bo-btn:hover {background: #2b93f4; color: #fff;}
.s32-1 #bo_sch {text-align: center;}

.s32-sct {display: flex; flex-flow: row wrap; width: 100%; padding-top: 40px;}
.s32-sct li {width: calc(94%/4); margin: 0 2% 2% 0;} 
.s32-sct li:nth-child(4n) {margin-right: 0;}
.s32-sct a {display: block;}
.s32-top {width: 100%; overflow: hidden; border-radius: 15px; position: relative; display:flex; justify-content:center; align-items:center;}
.s32-top figure{height:180px; display:flex; justify-content:center; align-items:center;}
.s32-top figure img {display: block; width: 100%; height: 180px; object-fit: cover;}
.s32-tbox {text-align: center;}
.s32-tbox span {display: block; font-weight: 600; font-size: 17px; color: #222; padding: 10px 0 2px;}
.s32-tbox h3 {font-size: 17px; color: #262629;}

.medal-wrap img {display: block; max-width: 38px; width: 100%; height: auto; position: absolute; right: 10px; top: 10px;}

@media(max-width:1280px){
.s32-1 {margin-bottom: 80px;}
.s32-1 .s-tit h2 {margin-bottom: 25px;}
.s32-1 .s-tit p {font-size: 18px; margin-bottom: 20px;}
.s32-1 .s-tit .bo-btn {margin: 20px 0 50px;}
}
@media(max-width:1080px){
.s32 {padding: 65px 0;}
.s32 section:not(:last-child) {margin-bottom: 40px;}
.s32-1 {margin-bottom: 60px;}
.s32-sct {padding-top: 30px;}
.s32-1 .s-tit h2 {margin-bottom: 20px;}
.s32-1 .s-tit p {margin-bottom: 15px; font-size: 16px;}
.s32-1 .s-tit .bo-btn {margin: 15px 0 40px;}
.s32-sct li {width: 32%;}
.s32-sct li:nth-child(4n) {margin-right: 2%}
.s32-sct li:nth-child(3n) {margin-right: 0}
.s32-tbox span, .s32-tbox h3 {font-size: 16px;}
.s32-tbox span {padding: 8px 0 2px;}
}
@media(max-width:768px){
.s32 {padding: 50px 0;}
.s32 section:not(:last-child) {margin-bottom: 6%;}
.s32-1 {margin-bottom: 8%;}
.s32-sct {padding-top: 3%; justify-content: space-between;}
.s32-sct li {width: 49%; margin-bottom: 5%;}
.s32-sct li, .s32-sct li:nth-child(4n), .s32-sct li:nth-child(3n) {margin-right: 0;}
.s32-1 .s-tit h2 {margin-bottom: 3%;}
.s32-1 .s-tit p {font-size: 1rem; margin-bottom: 2%;}
.s32-1 .s-tit .bo-btn {margin: 2% 0 7%;}
.s32-top figure, .s32-top figure img {height: 30vw;}
.s32-tbox span, .s32-tbox h3 {font-size: 1rem;}
.s32-tbox span {padding: 3% 0 1%;}
}

/* s32-w */
.s32-w {padding: 80px 0 100px;}
.s32-w1 .s-tit > div {display: flex; align-items: center; justify-content: center; flex-flow: row wrap; margin: 25px 0 40px;}
.s32-w1 .s-tit p {font-size: 20px; color: #262629; font-weight: 400; position: relative;}
.s32-w1 .s-tit p::after {content: ''; display: inline-block; width: 1px; height: 15px; background: #D7D7D7; margin: 0 15px;}
.s32-w1 .s-tit p:last-child::after {display: none;}

.s13-sel-box > div {display: flex; justify-content: space-between;}
.s13-slct-flx {display: flex; align-items: center; justify-content: space-between;}
.s13-slct-flx select {width: 48%; height: 50px; background-color: #FAFAFA; background-position-x: 98%; border-radius: 5px; padding: 5px 15px; font-family: 'Noto Sans KR', sans-serif !important;}
.s13-slct-flx select:focus {border: 1px solid #2b93f4;}
.s13-sel-box1 select {color: #262629; font-weight: 500;}
.s13-sel-100 {margin-top: 25px;}
.s13-sel-100 li {display: flex; align-items: center; justify-content: space-between; background: #FAFAFA; width: 100%; height: 60px; border-radius: 5px; padding: 10px 20px;}
.s13-sel-100 li:not(:last-child) {margin-bottom: 15px;}
.s13-sel-100 p {font-size: 17px; color: #262629;}
.s13-sel-100 a, .s13-sel-100 button {background: #2b93f4; display: flex; align-items: center; justify-content: center; width: 30px; height: 30px; border-radius: 9px; margin-left: 2%;}
.s13-sel-100 a i, .s13-sel-100 button i {font-size: 11px; font-weight: 600; color: #fff; display: block;}
.s13-date {width: 48%; display: flex; align-items: center; justify-content: space-between;}
.s13-sel-box .s13-date input {width: 82%; padding: 5px 15px;}
.s13-date > button {width: 40px; height: 50px; background: #2b93f4; border-radius: 5px; display: flex; align-items: center; justify-content: center;}
.s13-date img {display: block; max-width: 20px; width: 100%; height: 20px;}

.bop-flx {display: flex; justify-content: space-between; width: 100%; flex-flow: row wrap;}
.bop-flx article {width: 48%;}

.s13-bwrap {text-align: center; margin-top: 70px;}
.s13-bwrap a.bo-btn {vertical-align: middle;}

@media(max-width:1280px){
.s32-w {padding: 80px 0;}
.s32-w1 .s-tit > div {margin: 20px 0 40px;}
.s32-w1 .s-tit p {font-size: 18px;}
.s32-w1 .s-tit p::after {margin: 0 12px;}
}
@media(max-width:1080px){
.s32-w {padding: 65px 0;}
.s32-w1 .s-tit p {font-size: 16px;}
.s32-w1 .s-tit p::after {margin: 0 10px; height: 10px;}
.s13-slct-flx select, .s13-sel-100 p, .s13-sel-box .s13-date input {font-size: 15px;}
.s13-slct-flx select, .s13-sel-100 li, .s13-sel-box .s13-date input {padding: 5px 10px;}
.s13-sel-100 button {width: 25px; height: 25px; border-radius: 6px;}
.s13-date > button {width: 38px; height: 45px;}
.s13-sel-box .s13-date input {width: 78%;}
}
@media(max-width:768px){
.s32-w {padding: 50px 0;}
.s32-w1 .s-tit > div {margin: 2% 0 5%;}
.s32-w1 .s-tit p {font-size: 1rem;}
.s13-sel-box > div {flex-flow: row wrap;}
.s13-slct-flx:first-child {margin-bottom: 2%;}
.s13-slct-flx select, .s13-date {width: 49%;}
.s13-sel-100 {margin-top: 3%;}
.s13-sel-100 li {height: 50px;}
.s13-sel-100 li:not(:last-child) {margin-bottom: 2%;}
.s13-sel-box .s13-date input {width: 85%;}
.s13-slct-flx select, .s13-sel-100 p, .s13-sel-box .s13-date input {font-size: 0.9rem;}

.bop-flx article {width: 100%; margin-bottom: 4%;}
.s13-bwrap {margin-top: 3%;}
}
@media(max-width:500px){
.s13-sel-box .s13-date input {width: 77%;}
.s13-sel-100 button {width: 20px; height: 20px;}
}

/* s41 */
.s41-1 {padding-top: 80px;}
.s41-bg {background: url('./img/s41_img1_1.jpg')no-repeat center / cover; width: 100%; padding: 100px 0 200px; margin-top: 60px; position: relative;}
.s41-1-tbox * {color: #fff;}
.s41-1-tbox {text-align: center;}
.s41-1-tbox span {display: block; font-size: 22px; font-weight: 600;}
.s41-1-tbox span::after {content: ''; width: 1px; height: 80px; display: block; background: #fff; margin: 25px auto;}
.s41-1-tbox h3 {font-size: 38px; font-weight: 700; margin-bottom: 40px;}
.s41-1-tbox p {font-size: 22px; line-height: 1.5; margin-bottom: 40px;}
.s41-1-tbox .btn-wrap {margin-top: 80px;}
.s41-1-tbox .bo-btn {background: transparent; border: 1px solid #fff;}
.s41-1-tbox .bo-btn:first-child {margin-right: 15px;}
.s41-1-tbox .bo-btn:hover {background: #2b93f4; border: 1px solid #2b93f4; color: #fff;}
.s41-1-tbox2 {position: absolute; max-width: 1200px; width: 100%; bottom: -100px; left: 50%; transform: translate(-50%,0);}
.s41-1-tbox2 ul {width: 100%; background: #fff; border-radius: 20px; display: flex; align-items: center; justify-content: center; text-align: center; position: relative; box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);}
.s41-1-tbox2 ul::after {content: ''; display: block; width: 1px; height: 75%; background: #D7D7D7; position: absolute; top:50%; left:50%; transform: translate(-50%,-50%);}
.s41-1-tbox2 li {width: 50%; padding: 50px 20px;}
.s41-1-tbox2 h3 {font-size: 18px; color: #222; font-weight: 600; margin-bottom: 11px;}
.s41-1-tbox2 p {font-size: 17px; color: #262629;}

.s41-2 {padding: 300px 0 200px; overflow: hidden;}
.s41-2 ul {display: flex; align-items: center; justify-content: space-between; text-align: center; position: relative;}
/* .s41-2 ul::after {content: ''; display: block; background: url('./img/s41_icon11.png')no-repeat center / 100%; width: 400px; height: 400px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: -1;filter: grayscale(100%) brightness(1.28); } */
.s42-2-li {width: calc(100%/3); height: 180px; position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center;}
.s42-2-li::after {content: ''; width: 430px; height: 180px; border: 1px solid #034EA1; border-radius: 100px; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);}
.s42-2-li2::after {border: 1px solid #2b93f4;}
.s42-2-li3::after {border: 1px solid #FFD700;}
.s42-2-li h2 {font-size: 18px; font-weight: 600; color: #034EA1;}
.s42-2-li p {font-size: 17px; font-weight: 400; color: #262629; line-height: 1.6; margin-top: 10px;}
.s42-2-li2 h2 {color: #2b93f4;}
.s42-2-li3 h2 {color: #FFD700;}

.s41-3 {padding-bottom: 100px;}
.s41-3-flx {display: flex; justify-content: space-between; margin-top: 60px;}
.s41-3-li {width: calc(95%/5);}
.s41-3-t {width: 100%; height: 255px; text-align: center; background: #EDF6FC; border-radius: 15px; padding: 22px 15px; margin-bottom: 25px; position: relative;}
.s41-3-t::after {content: ''; height: 80%; outline: 1.5px dotted #2b93f4; position: absolute; bottom: -50%; left: 50%; transform: translate(-50%,0); z-index: -1;}
.s41-3-t h3 {font-size: 17px; color: #2b93f4; font-weight: 600; border-bottom: 1px solid #2b93f4; margin-bottom: 15px; padding-bottom: 15px;}
.s41-3-t p {font-size: 17px; color: #2b93f4; font-weight: 400;}
.s41-3-li:nth-child(2n) .s41-3-t {background: #F7F7F7;}
.s41-3-li:nth-child(2n) .s41-3-t::after {outline: 1.5px dotted #9D9D9D;}
.s41-3-li:nth-child(2n) h3 {color: #666666; border-bottom: 1px solid #9D9D9D;}
.s41-3-li:nth-child(2n) p {color: #262629;}

.s41-3-b {height: 330px; border: 1px solid #2b93f4; padding: 18px 15px; border-radius: 15px; background: #fff;}
.s41-3-li:nth-child(2n) .s41-3-b {border: 1px solid #9D9D9D;}
.s41-3-b p {position: relative; font-size: 17px; color: #262629; font-weight: 400; line-height: 1.5; padding-left: 15px;}
.s41-3-b p::after {content: ''; display: block; width: 5px; height: 5px; background: #262629; border-radius: 50%; position: absolute; top: 11px; left: 0;}
.s41-3-b p:not(:last-child) {margin-bottom: 15px;}

.s41-4 {background: url('./img/s41_img2.jpg')no-repeat center / cover; width: 100%; padding: 100px 0;}
.s41-4 *, .s41-4 .s-tit h2 {color: #fff;}
.s41-4-flx {display: flex; justify-content: space-between; text-align: center; padding: 100px 0 50px;}
.s41-4-flx li {width: calc(100%/5); position: relative;}
.s41-4-flx li::after {content: ''; display: block; width: 250px; height: 250px; border: 1px solid #fff; border-radius: 50%; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);}
.s41-4-flx li img {display: block; max-width: 67px; width: 100%; height: auto; margin: 0 auto;}
.s41-4-flx li:first-child img {max-width: 71px;}
.s41-4-flx li:last-child img {max-width: 74px;}
.s41-4-flx p {margin-top: 25px;}

.s41-5 {padding: 100px 0;}
.s41-5 .s-tit p {font-size: 20px; color: #262629; line-height: 1.6; text-align: center; margin: 25px 0 40px;}
.s41-5-logo {background: url('./img/s41_bg1.png')repeat center / 100%; width: 100%; padding: 100px 2%; border:1px solid #d7d7d78a; display: flex; align-items: center; justify-content: space-evenly;}
.s41-5-logo figure {width: calc(98%/2);}
.s41-5-logo img {display: block; max-width: 340px; width: 100%; height: auto; margin: 0 auto;}
.s41-5-logo figure:last-child img {max-width: 550px;}
.s41-5-down {display: flex; align-items: center; justify-content: space-between;  margin-top: 40px;}
.s41-5-down > div {width: calc(98%/2); text-align: center;}
.s41-5-down .bo-btn {padding: 15px 25px;}

@media(max-width:1280px){
.s41-bg {margin-top: 50px; padding: 80px 0 160px;}
.s41-1-tbox span {font-size: 20px;}
.s41-1-tbox span::after {height: 65px; margin: 20px auto;}
.s41-1-tbox h3 {font-size: 32px; margin-bottom: 30px; line-height: 1.4;}
.s41-1-tbox p {font-size: 20px; margin-bottom: 25px;}
.s41-1-tbox .btn-wrap {margin-top: 60px;}
.s41-1-tbox2 {padding: 0 4%;}

.s41-2 {padding: 280px 0 160px;}
.s42-2-li::after {width: 110%;}

.s41-3 {padding-bottom: 80px;}
.s41-3-flx {margin-top: 45px;}
.s41-3-t {height: 290px;}
.s41-3-b {padding: 15px 12px;}
.s41-3-b p {padding-left: 10px; font-size: 16px;}
.s41-3-b p:not(:last-child) {margin-bottom: 12px;}
.s41-3-b p br {display: none;}

.s41-4 {padding: 80px 0;}
.s41-4-flx {padding: 80px 0 50px;}
.s41-4-flx li::after {width: 230px; height: 230px;}
.s41-4-flx p {margin-top: 13px; font-size: 16px;}

.s41-5 {padding: 80px 0;}
.s41-5 .s-tit p {margin: 20px 0 35px; font-size: 18px;}
}
@media(max-width:1080px){
.s41-1 {padding-top: 65px;}
.s41-bg {margin-top: 30px; padding: 60px 0 150px;}
.s41-1-tbox span {font-size: 18px;}
.s41-1-tbox span::after {height: 50px;}
.s41-1-tbox h3 {font-size: 28px;}
.s41-1-tbox p {font-size: 18px;}
.s41-1-tbox2 {bottom: -80px;}
.s41-1-tbox2 li {padding: 40px 20px;}
.s41-1-tbox2 p {font-size: 15px;}
.s41-1-tbox2 p br {display: none;}

.s41-2 {padding: 220px 0 130px;}
.s41-2 ul {justify-content: center;}
.s41-2 ul::after {background-size: 80%;}
.s42-2-li {width: calc(100%/3); padding: 0 3%;}
.s42-2-li::after {width: 100%;}
.s42-2-li h2 {font-size: 17px;}
.s42-2-li p {font-size: 15px; margin-top: 8px;}
.s42-2-li p br {display: none;}

.s41-3 {padding-bottom: 40px;}
.s41-3-t, .s41-3-b {height: auto;}
.s41-3-flx {flex-flow: row wrap; justify-content: center; margin-top: 5%;}
.s41-3-li {width: calc(95%/3); margin: 0 2% 5% 0;}
.s41-3-li:nth-child(3), .s41-3-li:last-child {margin-right: 0;}
.s41-3-t h3 {font-size: 16px; margin-bottom: 10px; padding-bottom: 10px;}
.s41-3-t h3 br, .s41-3-t p br {display: none;}
.s41-3-t p {font-size: 15px;}
.s41-3-b p {font-size: 15px; line-height: 1.6;}
.s41-3-b p:not(:last-child) {margin-bottom: 8px;}
.s41-3-b p::after {width: 4px; height: 4px;}

.s41-4 {padding: 65px 0;}
.s41-4-flx {flex-flow: row wrap; justify-content: center; padding: 50px 0 0;}
.s41-4-flx li {width: 240px; height: 240px; display: flex; flex-direction: column; align-items: center; justify-content: center;}
.s41-4-flx li::after {width: 280px; height: 280px;}
.s41-4-flx li img {max-width: 57px;}
.s41-4-flx li:first-child img {max-width: 61px;}
.s41-4-flx li:last-child img {max-width: 64px;}

.s41-5 {padding: 65px 0;}
.s41-5-logo {padding: 9% 2%;}
.s41-5-logo img {max-width: 280px;}
.s41-5-logo figure:last-child img {max-width: 300px;}
}
@media(max-width:768px){
.s41-1 {padding-top: 50px;}
.s41-bg {padding: 50px 0 100px;}
.s41-1-tbox span {font-size: 1rem;}
.s41-1-tbox span::after {height: 35px; margin: 2% auto;}
.s41-1-tbox h3 {font-size: 1.2rem; margin-bottom: 3%;}
.s41-1-tbox p {font-size: 1rem; line-height: 1.4; margin-bottom: 3%;}
.s41-1-tbox p br {display: none;}
.s41-1-tbox .btn-wrap {margin-top: 10%;}
.s41-1-tbox2 li {padding: 4% 2%;}
.s41-1-tbox2 h3 {font-size: 1rem; margin-bottom: 2%;}
.s41-1-tbox2 p {font-size: 0.9rem; line-height: 1.3;}
.s41-1-tbox .bo-btn {padding: 10px 15px;}
.s41-1-tbox .bo-btn:first-child {margin-right: 5px;}

.s41-2 {padding: 130px 0 50px;}
.s41-2 ul {flex-flow: row wrap;}
.s42-2-li {width: 100%; height: 100%; padding: 4%;}
.s42-2-li::after {height: 100%; border-radius: 50px;}
.s42-2-li h2 {font-size: 1rem;}
.s42-2-li p {font-size: 0.9rem; margin-top: 5px;}
.s42-2-li1, .s42-2-li2 {margin-bottom: 2%;}

.s41-3 {padding-bottom: 20px;}
.s41-3-t, .s41-3-b {padding: 6%;}
.s41-3-flx {justify-content: space-between;}
.s41-3-li {width: 48.5%; margin: 0 0 5% 0;}
.s41-3-t h3 {font-size: 1rem; margin-bottom: 3%; padding-bottom: 3%;}
.s41-3-t p {font-size: 0.9rem;}
.s41-3-b p {font-size: 0.9rem; line-height: 1.4;}
.s41-3-b p:not(:last-child) {margin-bottom: 5%;}
.s41-3-b p::after {top: 10px;}

.s41-4 {padding: 50px 0;}
.s41-4-flx {padding: 5% 0 0; justify-content: flex-start;}
.s41-4-flx li {padding: 2%; width: 50%; height: 45vw; border: 1px solid #fff; border-radius: 50%;}
.s41-4-flx li::after {display: none;}
.s41-4-flx p {font-size: 0.9rem; margin-top: 5%;}

.s41-5 {padding: 50px 0;}
.s41-5 .s-tit p {font-size: 1.1rem; margin: 2% 0 5%;}
.s41-5 .s-tit p br {display: none;}
.s41-5-logo img {max-width: 180px;}
.s41-5-logo figure:first-child img {max-width: 120px;}
.s41-5-logo figure:last-child img {max-width: 250px;}
.s41-5-down {margin-top: 30px;}
.s41-5-down .bo-btn {padding: 10px 20px;}
}
@media(max-width:500px){
.s42-2-li::after {border-radius: 20px;}

.s41-4-flx li img {max-width: 50px;}
.s41-4-flx li:first-child img {max-width: 52px;}
.s41-4-flx li:last-child img {max-width: 56px;}

.s41-5-logo {padding: 15% 2%;}
.s41-5-down .bo-btn {padding: 7px 12px;}
}

/* s41_b */
.s41_b1 {padding-bottom: 100px;}
.s41-b1-flx {display: flex; align-items: center; justify-content: space-between;}
.s41-b-ceo, .s41-b-ctxt {width: calc(97%/2);}
.s41-b-ceo img {display: block; max-width: 550px; width: 100%; height: auto;}
.s41-b-ceo img:last-child {display: none;}
.s41-b-ctxt h2 {font-size: 28px; line-height: 1.4; font-weight: 400; color: #2b93f4; margin-bottom: 15px;}
.s41-b-ctxt p {font-size: 17px; color: #262629; font-weight: 400; line-height: 1.6; margin-bottom: 25px;}
.s41-b-ctxt p:last-child {margin-bottom: 0; display: flex; align-items: center; justify-content: flex-start;}
.s41-b-ctxt p:last-child img {display: block; max-width: 110px; width: 100%; height: auto; margin-left: 15px;}

@media(max-width:1280px){
.s41_b1 {padding-bottom: 80px;}
.s41-b-ctxt h2 {font-size: 22px;}
.s41-b-ctxt p {font-size: 16px; margin-bottom: 20px;}
.s41-b-ctxt p br {display: none;}
}
@media(max-width:1080px){
.s41_b1 {padding: 20px 0 65px;}
.s41-b-ceo, .s41-b-ctxt {width: calc(95%/2);}
.s41-b-ctxt h2 {font-size: 20px;}
.s41-b-ctxt p {font-size: 15px;}
}
@media(max-width:768px){
.s41_b1 {padding: 5% 0 50px;}
.s41-b1-flx {flex-flow: row wrap;}
.s41-b-ceo, .s41-b-ctxt {width: 100%;}
.s41-b-ctxt h2 {font-size: 1.1rem; margin: 0; padding: 5% 0 3%;}
/* .s41-b-ctxt h2 br {display: none;} */
.s41-b-ctxt p {font-size: 1rem; margin-bottom: 3%;}
.s41-b-ctxt p:last-child img {max-width: 85px;}
.s41-b-ceo img:last-child {display: block; max-width: 100%; height: auto;}
.s41-b-ceo img:first-child {display: none;}
}
@media(max-width:500px){
.s41-b-ctxt h2 {font-size: 1.1rem; line-height: 1.5;}
}

/* s41_d */
.s41-d {padding: 80px 0 100px;}
.s41-d1-t iframe {width: 100%; height: 400px; border-radius: 15px;}
.s41-d1-c, .s41-d1-b {border: 1px solid #D7D7D7; border-radius: 15px; padding: 25px;}
.s41-d1-c {margin: 25px 0;}
.s41-d-info {display: flex; align-items: center; flex-flow: row wrap;}
.s41-d-info li {display: flex; align-items: center;}
.s41-d-info li:not(:last-child) {margin-right: 50px;}
.s41-d1 h3 {font-size: 22px; color: #2b93f4; font-weight: 600;}
.s41-d-info h3 {margin-right: 10px;}
.s41-d1-b {display: flex; flex-flow: row wrap; justify-content: space-between;}
.s41-d1-b article {width: calc(96%/2);}
.s41-at h3 {margin-bottom: 10px;}
.s41-at p {font-size: 17px; color: #262629; padding-left: 15px; position: relative; margin-bottom: 7px;}
.s41-at p::after {content: ''; display: block; width: 5px; height: 5px; background: #262629; border-radius: 50%; position: absolute; top: 10px; left: 0;}
.s41-dl:nth-child(2) {margin-bottom: 25px;}
.s41-a2 p {display: flex; align-items: flex-start; margin-bottom: 10px;}
.s41-a2 p span {display: block; flex: 1; padding-left: 5px;}
.s41-ap1 em {color: #034EA1;}
.s41-ap2 em {color: #07A84F;}
.s41-ap3 em {color: #2b93f4;}
.s41-ap4 em {color: #1EA798;}
.s41-ap5 em {color: #DA1226;}
.s41-ap6 em {color: #731C1C;}
.s41-a2 .s41-ap1::after {background: #034EA1;}
.s41-a2 .s41-ap2::after {background: #07A84F;}
.s41-a2 .s41-ap3::after {background: #2b93f4;}
.s41-a2 .s41-ap4::after {background: #1EA798;}
.s41-a2 .s41-ap5::after {background: #DA1226;}
.s41-a2 .s41-ap6::after {background: #731C1C;}
@media(max-width:1280px){
.s41-d {padding: 80px 0;}
.s41-d1-c, .s41-d1-b {padding: 20px;}
.s41-d1 h3 {font-size: 18px;}
.s41-d-info p, .s41-at p {font-size: 16px;}
.s41-at p {padding-left: 12px;}
.s41-at p::after {width: 4px; height: 4px; top: 11px;}
}
@media(max-width:1080px){
.s41-d {padding: 65px 0;}
.s41-d1-t iframe {height: 350px;}
.s41-d1-c, .s41-d1-b {padding: 17px;}
.s41-d1-b article {width: calc(98%/2);}
.s41-d-info li:not(:last-child) {margin-right: 35px;}
.s41-d1 h3 {font-size: 17px;}
.s41-d-info h3 {margin-right: 8px;}
.s41-d-info p, .s41-at p {font-size: 15px;}
.s41-at p {word-break: break-all;}
}
@media(max-width:768px){
.s41-d {padding: 50px 0;}
.s41-d1-t iframe {height: 280px;}
.s41-d1-c, .s41-d1-b {padding: 2% 3%;}
.s41-d-info li, .s41-d1-b article {width: 100%;}
.s41-d-info li {align-items: flex-start;}
.s41-d-info li:not(:last-child) {margin-right: 0; margin-bottom: 2%;}
.s41-d1 h3 {font-size: 1.1rem;}
.s41-at h3 {margin-bottom: 2%;}
.s41-dl:nth-child(2) {margin-bottom: 5%;}
.s41-d-info p, .s41-at p {font-size: 1rem;}
}
@media(max-width:500px){
.s41-d1-t iframe {height: 220px;}
.s41-d1-c, .s41-d1-b {padding: 4%;}
.s41-d1-c {margin: 4% 0;}
.s41-at p {flex-flow: row wrap;}
.s41-a2 p {margin-bottom: 2%;}
.s41-ap1 em, .s41-ap1 span {width: 100%;}
.s41-a2 p span {padding-left: 0;}
}

/* s42 */
.s42-his {position: relative; margin: 60px 0 100px; display: none;}
.s42-his:first-of-type{display:block;}
.s42-his::after {content: ''; display: block; width: 1px; height: 100%; background: #D7D7D7; position: absolute; top: 0; left: 50%; transform: translate(-50%,0);}
.s42-his h2 {font-size: 63px; font-weight: 700; color: #2b93f4; position: relative;}
.s42-his h2::after {content: ''; display: block; width: 12px; height: 12px; border-radius: 50%; background: #2b93f450; position: absolute; top: 50%; right: -46px; transform: translate(0,-50%);}
.s42-his h2::before {content: ''; display: block; width: 6px; height: 6px; border-radius: 50%; background: #2b93f4; position: absolute; top: 50%; right: -43px; transform: translate(0,-50%); z-index: 1;}
.s42-his li:nth-child(2n) h2::after {right: auto; left: -46px;}
.s42-his li:nth-child(2n) h2::before {right: auto; left: -43px;}

.s42-his li {text-align: right; width: 50%; padding-right: 40px; display: flex; flex-direction: column; align-items: flex-end;}
.s42-his li:not(:last-child) {margin-bottom: 60px;}
.s42-his li:nth-child(2n) {text-align: left; margin-left: 50%; padding-left: 40px; padding-right: 0; align-items: flex-start;}
.s42-tbox {display: flex; align-items: flex-start; flex-direction: row-reverse;}
.s42-his li:nth-child(2n) .s42-tbox {flex-direction: row;}
.s42-wrap {margin: 15px 0 20px;}
.s42-tbox h3 {font-size: 18px; color: #2b93f4; font-weight: 600; width: 90px;}
.s42-tbox > div {width: calc(100% - 90px); max-width: 85%; }
.s42-tbox p {font-size: 17px; color: #262629; margin-bottom: 12px; line-height: 1.6;}

.s42-his figure {max-width: 460px; width: 100%; height: 250px; overflow: hidden; position: relative;}
.s42-his figure img {display: block; object-fit: cover; width: 100%; height: 100%; border-radius: 0 15px;}
.s42-itxt {position: absolute; bottom: 20px; left: 20px;}
.s42-itxt * {color: #fff; text-align: left;}
.s42-itxt span {display: block; font-weight: 600; font-size: 18px; margin-bottom: 5px;}
.s42-itxt p {font-size: 17px;}
@media(max-width:1280px){
.s42-his {margin: 60px 0 80px;}
.s42-his li:not(:last-child) {margin-bottom: 50px;}
.s42-his h2 {font-size: 55px;}
.s42-tbox h3 {font-size: 17px;}
.s42-tbox p {font-size: 16px;}
}
@media(max-width:1080px){
.s42-his {margin: 50px 0 65px;}
.s42-his li:not(:last-child) {margin-bottom: 40px;}
.s42-his h2 {font-size: 42px;}
.s42-wrap {margin: 12px 0 15px;}
.s42-tbox h3 {font-size: 16px; width: 85px;}
.s42-tbox > div {width: 80%;}
.s42-tbox p {font-size: 15px; margin-bottom: 10px; line-height: 1.5;}
.s42-his figure {height: 230px;}
.s42-itxt span {font-size: 16px; margin-bottom: 2px;}
.s42-itxt p {font-size: 15px;}
}
@media(max-width:768px){
.s42-his {padding-left: 20px; margin: 35px 0 50px;}
.s42-his::after {left: 0; transform: none;}
.s42-his h2 {font-size: 1.5rem;}
.s42-his h2::before, .s42-his h2::after, .s42-his li:nth-child(2n) h2::before, .s42-his li:nth-child(2n) h2::after {right: auto; left: -23px;}
.s42-his h2::after, .s42-his li:nth-child(2n) h2::after {left: -26px;}

.s42-his li {width: 100%; text-align: left; padding-right: 0; align-items: flex-start;}
.s42-his li:not(:last-child) {margin-bottom: 6%;}
.s42-wrap {width: 100%; margin: 2% 0 3%;}
.s42-tbox {flex-direction: row;}
.s42-tbox h3 {font-size: 1rem;}
.s42-tbox p {font-size: 0.9rem; margin-bottom: 2%;}
.s42-tbox p br {display: none;}
.s42-itxt span {font-size: 1rem;}
.s42-itxt p {font-size: 0.9rem;}

.s42-his li:nth-child(2n) {margin-left: 0; padding-left: 0;}
}
@media(max-width:500px){
.s42-his li:not(:last-child) {margin-bottom: 9%;}
.s42-tbox p {margin-bottom: 4%; line-height: 1.4;}
.s42-his figure {max-width: 100%;}
.s42-tbox h3 {width: 80px;}
}

/* s43 */
.s43 .s-bo-tab ul {margin: 80px auto 40px;}
.s43-1 {background: #FAFAFA; padding: 60px 0 180px; text-align: center;}
.s43-1-tbox p {font-size: 17px; color: #262629; margin-bottom: 40px; line-height: 1.6;}
.s43-1-tbox p:last-of-type {margin-bottom: 60px;}
.s43-1-tbox .bo-btn {background: transparent; color: #262629; border: 1px solid #262629;}
.s43-1-tbox .bo-btn:hover {background: #2b93f4; border:1px solid #2b93f4; color: #fff;}
.s43-2-tbox {width: 100%; background: #fff; box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08); border-radius: 20px; position: relative; top: -100px; padding: 65px 50px; overflow: hidden;}
/* .s43-2-tbox::after {content: ''; display: block; background: url('./img/s41_icon11.png') no-repeat center / 100%; width: 350px; height: 350px; position: absolute; bottom: -0; right: 0; z-index: 1;filter: grayscale(100%) brightness(1.25); } */
.s43-2-tbox ul {margin-top: 45px; position: relative; z-index: 2;}
.s43-2-tbox li {display: flex; align-items: flex-start;}
.s43-2-tbox li:not(:last-child) {margin-bottom: 20px;}
.s43-2-tbox li em {width: 60px; display: block; color: #2b93f4; font-weight: 600; font-size: 20px;}
.s43-2-tbox li p {font-size: 17px; color: #262629;}

.s43_1a .s43-1-tbox p:last-of-type {margin-bottom: 0;}
@media(max-width:1280px){
.s43-1 {padding: 50px 0 160px;}
.s43-1-tbox p {margin-bottom: 30px;}
.s43-1-tbox p:last-of-type {margin-bottom: 50px;}
.s43-2-tbox {padding: 45px;}
.s43-2-tbox ul {margin-top: 30px;}
}
@media(max-width:1080px){
.s43-1 {padding: 50px 0 130px;}
.s43 .s-bo-tab ul {margin: 60px auto 20px;}
.s43-1-tbox p {font-size: 16px; margin-bottom: 25px;}
.s43-1-tbox p:last-of-type {margin-bottom: 40px;}
.s43-2-tbox {top: -60px;}
.s43-2-tbox::after {width: 295px; height: 268px;}
.s43-2-tbox li p {width: 88%;}
.s43-2-tbox li:not(:last-child) {margin-bottom: 13px;}
.s43-2-tbox li em {font-size: 18px;}
.s43-2-tbox li p {font-size: 16px;}
}
@media(max-width:768px){
.s43 .s-bo-tab ul {margin: 50px auto 15px;}
.s43-1 {padding: 40px 0 100px;}
.s43-2-tbox {top: -50px;}
.s43-1-tbox p {font-size: 1rem; margin-bottom: 3%;}
.s43-1-tbox p br {display: none;}
.s43-2-tbox {padding: 5%;}
.s43-2-tbox ul {margin-top: 3%;}
.s43-2-tbox li:not(:last-child) {margin-bottom: 2%;}
.s43-2-tbox li em {font-size: 1.1rem;}
.s43-2-tbox li p {font-size: 1rem;}
}
@media(max-width:500px){
.s43-2-tbox::after {width: 205px; height: 198px;}
.s43-2-tbox li {flex-flow: row wrap;}
.s43-2-tbox li:not(:last-child) {margin-bottom: 3%;}
.s43-2-tbox li em {margin-bottom: 5px;}
.s43-2-tbox li em, .s43-2-tbox li p {width: 100%;}
}

/* s44 */
.s44 {padding: 80px 0 100px;}
.s44-1a {text-align: center;}
.s44-bt-wrap {margin: 80px 0 100px;}
.s44-bt-wrap .bo-btn {background: #fff; color: #2b93f4; border:1px solid #2b93f4;}
.s44-bt-wrap .bo-btn:hover {background: #2b93f4; color: #fff; border:1px solid #2b93f4;}
.s44-bt-wrap .bo-btn:nth-child(2) {margin: 0 15px;}

.s44-1b-flx {display: flex; justify-content: space-between; flex-flow: row wrap;}
.s44-1b-flx > div {width: calc(96%/2);}

.s44-bg {width: 370px; height: 370px;  border-radius: 50%; margin: 0 auto;}
.s44-bg p {width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; text-align: center; font-size: 22px; color: #222; font-weight: 600;}

.s44-1b-tbox {display: flex; flex-flow: row wrap; justify-content: center; margin-top: 50px; align-items: flex-start;}
.s44-b-li {width: calc(80%/2); display: flex; align-items: center; justify-content:flex-start; margin-bottom: 10px;}
.s44-b-li em {display: block; min-width: 15px; min-height: 15px; border-radius: 50%; background: #2b93f4;}
.s44-b-li p {font-size: 18px; color: #000; font-weight: 600; margin: 0 15px 0 20px;}
.s44-b-li span {display: block; font-size: 15px; color: #000; font-weight: 400;letter-spacing:-0.7px;}
.s44-b-li2 em {background: #FCAF17;}
.s44-b-li3 em {background: #2b93f4;}
.s44-b-li4 em {background: #FF7373;}
.s44-b-li5 em {background: #FFD700;}

.s44-1b-bot {margin-top: 100px;}
.s44-r, .s44-1 {display: block; font-size: 16px; color: #9D9D9D; margin: 25px 0 12px;}
.s44-r {text-align: right;}
.s44-1b-bot table {width: 100%; border-top: 2px solid #2b93f4; border-left: 1px solid #D7D7D7; font-size: 18px;}
.s44-1b-bg, .s44-1b-bg  {background: #2b93f41f;}
.s44-1b-tr {border-bottom: 1px solid #D7D7D7; text-align: center;}
.s44-1b-th, .s44-1b-td {padding: 17px 30px; width: 50%; border-right: 1px solid #D7D7D7;}
.s44-1b-td {font-weight: 400;}
.td-fw, .s44-1b-tt {font-weight: 600;}
.s44-2c .s44-1b-td.td-al-ri, .s44-1b-td:last-child {text-align: right; font-weight: 400; font-size: 17px;}

.s44-1c {padding-top: 100px;}
.s44-1c .s44-1b-bot, .s44-2c .s44-1b-bot {margin-top: 0;}
.s44-1c .s44-1b-th, .s44-1c .s44-1b-td {width: auto;}
.s44-1c .s44-1b-th:first-child, .s44-1c .s44-1b-th:nth-child(2) {width: 28%;}

@media(max-width:1280px){
.s44 {padding: 80px 0;}
.s44-bt-wrap {margin: 60px 0 80px;}
.s44-bg {width: 350px; height: 350px;}
.s44-bg p {font-size: 20px;}
.s44-1b-tbox {margin-top: 45px;}
.s44-b-li {width: calc(85%/2);}
.s44-b-li p {font-size: 17px; margin: 0 13px 0 15px;}
.s44-b-li span {font-size: 15px;}
.s44-b-li em {width: 13px; height: 13px;}
.s44-1b-bot {margin-top: 80px;}
.s44-r, .s44-1 {margin: 20px 0 10px;}
.s44-1b-bot table {font-size: 17px;}

.s44-1c {padding-top: 80px;}
}
@media(max-width:1080px){
.s44 {padding: 65px 0;}
.s44-bt-wrap {margin: 50px 0 70px;}
.s44-bt-wrap .bo-btn:nth-child(2) {margin: 0 12px;}
.s44-bg {width: 320px; height: 320px;}
.s44-bg p {font-size: 18px;}
.s44-1b-tbox {margin-top: 35px;}
.s44-b-li {width: calc(90%/2);}
.s44-b-li p {font-size: 16px; margin: 0 3% 0 5%;}
.s44-b-li em {width: 10px; height: 10px;}
.s44-1b-bot {margin-top: 60px;}
.s44-r, .s44-1 {font-size: 15px; margin: 15px 0 12px;}
.s44-1b-th, .s44-1b-td {padding: 13px 20px;}
.s44-1b-bot table, .s44-1b-td:last-child, .s44-2c .s44-1b-td.td-al-ri {font-size: 16px;}
.s44-1c {padding-top: 60px;}
}
@media(max-width:768px){
.s44 {padding: 50px 0;}
.s44-bt-wrap {margin: 40px 0 50px;}

.s44-1b-flx {flex-flow: row wrap;}
.s44-1b-flx > div {width: 100%;}
.s44-bg p {font-size: 1.2rem;}
.s44-b-li {width: 49%; justify-content: center;}
.s44-b-li p, .s44-b-li span {font-size: 1rem;}
.s44-b-li p {margin: 0 2% 0 3%;}
.s44-1b-tbox {margin-top: 5%;}
.s44-1b-bot {margin-top: 40px;}
.s44-r, .s44-1 {margin: 8px 0; font-size: 0.9rem;}
.s44-1b-th, .s44-1b-td {padding: 12px 15px;}
.s44-1b-bot table, .s44-1b-td:last-child, .s44-2c .s44-1b-td.td-al-ri {font-size: 1rem;}
.s44-1b-flx > div:last-child {margin-top: 50px;}
.s44-1c .s44-1b-th:first-child, .s44-1c .s44-1b-th:nth-child(2) {width: 30%;}

.s44-bg {width: 300px; height: 300px;}
}
@media(max-width:500px){
.s44-bt-wrap {margin: 40px 0 20px;}
.s44-bt-wrap .bo-btn, .s44-bt-wrap .bo-btn:nth-child(2) {display: inline-block; margin-bottom: 15px;}

.s44-bg {width: 280px; height: 280px;}
.s44-b-li {flex-flow: row wrap; width: 100%;}
.s44-bg p {font-size: 1.1rem;}
.s44-b-li p, .s44-b-li span {font-size: 0.9rem;}
.s44-1b-bot table {word-break: break-all;}
.s44-1b-bot table, .s44-1b-td:last-child, .s44-2c .s44-1b-td.td-al-ri {font-size: 0.8rem;}
.s44-1b-th, .s44-1b-td {padding: 10px;}
.s44-1c .s44-1b-th:first-child, .s44-1c .s44-1b-th:nth-child(2) {width: 35%;}
}

/* 寃��� */
#sfl {display: none;}
.sch_input {border-bottom: 1px solid #2b93f4; width: 200px; height: 38px; font-size: 16px; color: #9D9D9D; font-weight: 500; padding: 5px 10px; margin-right: 15px; font-family: 'Noto Sans KR', sans-serif !important;}
#bo_sch .bo-btn {font-size: 16px; font-weight: 700; padding: 7px 25px; font-family: 'Noto Sans KR', sans-serif !important;}
@media(max-width:1080px){
#bo_sch .bo-btn, .sch_input {font-size: 14px;}
#bo_sch .bo-btn {padding: 7px 20px;}
.sch_input {margin-right: 10px;}
}
@media(max-width:768px){
#bo_sch .bo-btn, .sch_input {font-size: 0.9rem;}
#bo_sch .bo-btn {padding: 5px 15px;}
.sch_input {height: 33px; padding: 5px;}
}
/* 寃��� */

.s44-2 .s-bo-tab ul {margin: 0;}
.s44-2 #bo_sch {margin: 60px auto 0; width: 100%; text-align: center;}
.s44-2c, .s44-2d {padding-top: 60px;}
.stb-mini {display: flex; align-items: center; justify-content: space-between;}
.notice-tbox {padding-top: 10px;}
.notice-tbox p {font-size: 16px; color: #2b93f4; margin-bottom: 5px; display: flex; align-items: center; flex-flow: row wrap;}
.notice-tbox span {display: block; color: #222; font-weight: 400;}

.s44-2c .s44-1b-th, .s44-2c .s44-1b-td {width: calc(100%/4);}
.s44-2d {text-align: center;}
.s44-2d .s44-bt-wrap {margin: 80px 0 40px}

.s44-22b .s44-1b-tbox {justify-content: space-between; margin: 50px auto 100px; width: 370px;}
.s44-22b .s44-b-li {width: calc(99%/2)}

.s44-3 .s44-1b-tbox {width: 550px;}

@media(max-width:1280px){
.s44-2 #bo_sch {margin: 50px auto 0;}
.s44-2d .s44-bt-wrap {margin: 70px 0 40px;}

.s44-22b .s44-1b-tbox {margin: 45px auto 80px;}
}
@media(max-width:1080px){
.s44-2 #bo_sch .bo-btn, .s44-2 #bo_sch .sch_input {font-size: 14px;}
.s44-2 #bo_sch .bo-btn {padding: 7px 20px;}
.s44-2 #bo_sch .sch_input {margin-right: 10px;}

.s44-2 #bo_sch {margin: 40px auto 0;}
.s44-2d .s44-bt-wrap {margin: 50px 0 35px;}
.notice-tbox p {font-size: 14px;}

.s44-22b .s44-1b-tbox {margin: 35px auto 60px;}
}
@media(max-width:768px){
.s44-2 #bo_sch .bo-btn, .s44-2 #bo_sch .sch_input {font-size: 0.9rem;}
.s44-2 #bo_sch .bo-btn {padding: 5px 15px;}
.s44-2 #bo_sch .sch_input {width: 30%; height: 33px; padding: 5px;}

.s44-2b, .s44-2c, .s44-2d {padding-top: 50px;}
.s44-2d .s44-bt-wrap {margin: 6% 0 4%;}
.s44-2d .s44-bt-wrap + p {font-size: 1rem;}
.s44-2c .s44-1b-th, .s44-2c .s44-1b-td {word-break: break-all;}

.s44-22b .s44-1b-tbox {margin: 5% auto 40px; width: 100%;}
}
@media(max-width:500px){
.s44-2 #bo_sch .sch_input {width: 35%;}
.s44-2d .s44-bt-wrap .bo-btn {margin-bottom: 0;}
.s44-22b .s44-b-li {width: 100%;}
}

/* s45 */
.s45_1 {padding: 80px 0 100px;}
.s45_1 figure img {display: block; max-width: 980px; width: 100%; height: auto; margin: 0 auto;}
.s45_1 figure img:last-of-type{display: none;}
.s45_1 .s-bo-tab ul {margin: 100px 0 60px;}
.s45-b1-flx {border-top: 1px solid #D7D7D7; padding: 40px 40px 15px; display: flex; align-items: flex-start;}
.s45-b1-flx:first-child {border-top: 2px solid #2b93f4;}
.s45-b1-flx h3 {width: 15%; font-size: 22px; color: #2b93f4; font-weight: 600;}
.s45-b-right {width: 85%; display: flex; flex-flow: row wrap;}
.s45-b-right li {width: calc(100%/4); padding: 0 5px; margin-bottom: 25px;}
.s45-b-right h4 {font-size: 18px; color: #222; font-weight: 600;}
.s45-b-right p {font-size: 17px; color: #9D9D9D; font-weight: 400; margin-top: 12px;}

.s45-box3 table {width: 100%; border: 1px solid #D7D7D7; border-top: 2px solid #2b93f4;}
.s45-tr:first-child {background: #2b93f41f;}
.s45-tr:not(:last-child) {border-bottom: 1px solid #D7D7D7;}
.s45-th {font-size: 18px; color: #222; font-weight: 600; text-align: center; padding: 15px 0;}
.s45-td {font-size: 17px; color: #262629;}
.s45-th, .s45-td {padding: 15px 8px; text-align: center;}
.s45-th:not(:last-child), .s45-td:not(:last-child) {border-right: 1px solid #D7D7D7;}
.s45-td.s45-txt {text-align: left;}
.s45-th1 {width: 10%;}
.s45-th2 {width: 10%;}
.s45-th4 {width: 43%;}
.s45-th5 {width: 12%;}

.s45-box {display: none;}
.s45-box.current {display: block;}
.s45 .s-bo-tab a.current {background: #2b93f4; color: #fff;}

@media(max-width:1280px){
.s45_1 {padding: 80px 0;}

.s45_1 .s-bo-tab ul {margin: 80px 0 50px;}
.s45-b1-flx {padding: 30px 30px 5px;}
.s45-b1-flx h3 {font-size: 20px; width: 13%;}
.s45-b-right {width: 87%;}
.s45-b-right h4 {font-size: 17px;}
.s45-b-right p {font-size: 16px; margin-top: 8px;}

.s45-th {font-size: 17px;}
.s45-td {font-size: 16px;}
}
@media(max-width:1080px){
.s45_1 {padding: 65px 0;}

.s45_1 .s-bo-tab ul {margin: 65px 0 40px;}
.s45-b1-flx {padding: 20px 20px 0;}
.s45-b1-flx h3 {font-size: 18px;}
.s45-b-right li {margin-bottom: 20px;}
.s45-b-right h4 {font-size: 16px; margin-top: 5px;}

.s45-th {font-size: 16px;}
.s45-td {font-size: 15px;}
.s45-th, .s45-td {padding: 12px 5px;}
}
@media(max-width:768px){
	.s45-box.current{overflow-x: scroll;}
	.s45-box3 table{width:740px;}
	.s45_1 figure img {display: none;}
	.s45_1 figure img:last-of-type{display: block;}
	.s45_1 {padding: 50px 0;}

.s45_1 .s-bo-tab ul {margin: 10% 0 6%;}
.s45-b1-flx {padding: 2% 3% 0;}
.s45-b-right li {width: calc(100%/3); margin-bottom: 4%;}
.s45-b1-flx h3 {font-size: 1rem;}
.s45-b-right h4, .s45-b-right p {font-size: 0.9rem;}
.s45-b-right p {margin-top: 5px;}

.s45-th {font-size: 1rem;}
.s45-td {font-size: 0.9rem;}
.s45-th, .s45-td {padding: 5px;}
.s45-em {word-break: break-all;}
}
@media(max-width:500px){
.s45-b1-flx {flex-flow: row wrap;}
.s45-b1-flx h3 {margin-bottom: 2%;}
.s45-b1-flx h3, .s45-b-right {width: 100%;}
.s45-b-right {justify-content: space-between;}
.s45-b-right li {width: calc(99%/2); padding: 0;}

.s45-txt {word-break: break-all;}
}

/* s51 */
.s51-tit {margin-bottom: 60px;}
.s51-chk {text-align: right; margin-bottom: 40px;}
.check-wrap label input[type="checkbox"] + span, .check-wrap label input[type="checkbox"]:checked + span::before {border-radius: 3px;}
.chk-box {border-top: 1px solid #2b93f4; border-bottom: 1px solid #2b93f4; padding: 25px 35px;}
.s51-chk article {display: flex; align-items: flex-start;}
.s51-chk article:not(:last-child) {margin-bottom: 10px;}
.s51-chk h3 {font-size: 18px; color: #222; font-weight: 600; width: 100px; text-align: left;}
.s51-chk .check-wrap {width: 90%; justify-content: flex-start;}
.s51-chk label {font-size: 17px; color: #262626; font-weight: 400; margin: 0 25px 20px 0;}
.s51-chk .bo-btn {margin-top: 25px;}

@media(max-width:1280px){
.s51-tit {margin-bottom: 50px;}
.s51-chk h3 {font-size: 17px;}
.s51-chk label {font-size: 15px;}
.chk-box {padding: 20px 30px;}
.s51-chk article:not(:last-child) {margin-bottom: 5px;}
.s51-chk .bo-btn {margin-top: 20px;}
}
@media(max-width:1080px){
.s51-tit {margin-bottom: 35px;}
.check-wrap label input[type="checkbox"] + span {margin: 2px 7px 0 0;}
.s51-chk label {margin: 0 20px 15px 0;}
.s51-chk article:not(:last-child) {margin-bottom: 10px;}
}
@media(max-width:768px){
.s51-tit, .s51-chk {margin-bottom: 5%;}
.chk-box {padding: 2% 3%;}
.s51-chk article {flex-flow: row wrap;}
.s51-chk h3, .s51-chk .check-wrap {width: 100%;}
.s51-chk h3 {margin-bottom: 7px; font-size: 1rem;}
.s51-chk label {font-size: 0.9rem; margin: 0 3% 2% 0;}
.s51-chk .bo-btn {margin-top: 2%; padding: 10px 18px;}
}
@media(max-width:500px){
.s51-chk .bo-btn {padding: 8px 15px}
}

/* 援щ룆�좎껌 �� */
.popup_box {display: none; flex-flow: row wrap; align-items: center; justify-content: center; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); z-index: 99;}
.popup_box .pop_wrap {
    background: #fff;
    width: 80%;
    max-width: 1000px;
    height: 80%;
    max-height: 680px;
    position: relative;
}
.popup_box button {position: absolute; top: 25px; right: 25px; background: none; z-index: 9;}
.pop_wrap .p_inner {display: flex; flex-flow: row wrap; width: 100%; height: 100%;}
.popup_box .p_inner .left {width: 35%; max-width:340px;}
.popup_box .p_inner .right {width: 65%;}
.popup_box .p_inner .right #ifr {width: 100%; height: 100%;}

@media(max-width:768px){
	.popup_box .p_inner .left {width:100%; max-width:100%; height: 30%;}
	.popup_box .p_inner .right {width: 100%; height: 70%;}    
	}
	
	
	
	
	/*******************************/
/*******************************/
/*******************************/

/* bg �대몢�댁깋... */
.pushy {/* 諛곌꼍 �꾩껜 */
  position:fixed;
  width:70%;
  height:100%;
  top: 0;
  z-index:500;
  overflow:auto;
  visibility:hidden;
  -webkit-overflow-scrolling: touch;
  background:#111;
}

.pushy nav a {/* ��硫붾돱 */
  display:block;
  padding:1.5em 0;
	font-size:20px;
  font-weight: 500;
  text-decoration: none;
  outline: 0;
  color: #b3b3b1;
	border-bottom: 1px solid #d7d7d7;
}
.pushy nav .pushy-submenu ul{/* �쒕툕硫붾돱 �꾩껜諛곌꼍 */
	padding-left:0;
	background-color:#464646;
}
.pushy nav .pushy-submenu ul .pushy-link{/* �쒕툕硫붾돱 諛곌꼍 */
	text-indent:15px;
}
.pushy nav .pushy-submenu ul .pushy-link a{/* �쒕툕硫붾돱 */
	font-size:1rem !important;
	border: 0 !important;
	padding:1rem 0;
}
@media (max-width:500px) {
  .pushy nav a {font-size: 18px;}
}
/* bg �대몢�댁깋 ��.. */

/*******************************/
/*******************************/
/*******************************/

/* bg �곗깋... */
.pushy_white {/* �곕같寃� �꾩껜 */
	background: #fff !important;
}
.pushy_white nav a {/* ��硫붾돱 */
	color: #232323 !important;
	border-bottom: 1px solid #dfdfdf !important;
}
.pushy_white nav .pushy-submenu ul{/* �쒕툕硫붾돱 �꾩껜 諛곌꼍 */
	padding:0px 0 !important;
	background-color:#f4f4f4 !important;
}
.pushy_white nav .pushy-submenu ul .pushy-link{/* �쒕툕硫붾돱 諛곌꼍 */
	text-indent:15px;
}
.pushy_white nav .pushy-submenu ul .pushy-link a{/* �쒕툕硫붾돱 */
	font-size:0.75rem !important; color:#333 !important;
}
.pushy_white nav .pushy-submenu ul .pushy-link ul.mo_sub_3depth		{text-indent:30px;}
.pushy_white nav .pushy-submenu ul .pushy-link ul.mo_sub_3depth li a			{font-size:0.70rem !important;}
/* bg �곗깋 ��.. */



.pushy nav ul:first-child {
  margin-top:0px;
}
.pushy.pushy-left {
  left: 0;
}
.pushy.pushy-right {
  right: 0;
}

/* Menu Movement */
.pushy-left {
  -webkit-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.pushy-open-left #container,
.pushy-open-left .push {
  -webkit-transform: translate3d(50%, 0, 0);
  -ms-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
}

.pushy-right {
  -webkit-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.pushy-open-right #container,
.pushy-open-right .push {
  -webkit-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}

.pushy-open-left .pushy,
.pushy-open-right .pushy {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Menu Transitions */
#container,
.pushy,
.push {
  transition:transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

/* Site Overlay */
.site-overlay {
  display:none;
}

.pushy-open-left .site-overlay,
.pushy-open-right .site-overlay {
  display:block;
  position:fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 499;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-animation: fade 500ms;
  animation: fade 500ms;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.pushy-submenu ul {
  transition: max-height 0.2s ease-in-out;
}
.pushy-submenu ul .pushy-link {
  transition: opacity 0.2s ease-in-out;
}
.pushy-submenu > a {
  position: relative;
}
.pushy-submenu > a::after {
  content: '';
  display: block;
  height: 11px;
  width: 8px;
  position: absolute;
  top: 50%;
  right: 15px;
  background: url("../img/arrow.svg") no-repeat;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: transform 0.2s;
		-webkit-transform: translateY(-50%) rotate(90deg);
		-ms-transform: translateY(-50%) rotate(90deg);
		transform: translateY(-50%) rotate(90deg);
}

/* Submenu Movement */
.pushy-submenu-closed ul {
  max-height: 0;
  overflow: hidden;
}
.pushy-submenu-closed .pushy-link {
  opacity: 0;
}

.pushy-submenu-open ul {
  max-height:1000px;
}
.pushy-submenu-open .pushy-link {
  opacity: 1;
}
.pushy-submenu-open a::after {
  -webkit-transform: translateY(-50%) rotate(270deg);
  -ms-transform: translateY(-50%) rotate(270deg);
  transform: translateY(-50%) rotate(270deg);
}

.no-csstransforms3d .pushy-submenu-closed ul {
  max-height: none;
  display: none;
}



/* 紐⑤컮�� 濡쒓렇�몃찓��*/
.mo_header_login 		{padding:23px 25px; background:#2b93f4; display: flex; justify-content:space-between; align-items:flex-start;}
.mo_header_login dl{display:flex; flex-flow:row wrap; align-items: center;}
.mo_header_login dl dd			{display:inline-block; }
.mo_header_login dl dd a		{display:inline-block; padding:0 15px; font-size: .9rem; font-weight: 500; color: #fff; border:1px solid #fff; border-radius:40px; height:36px; line-height:36px; margin:0 5px 5px 0;}
.mo_header_login a {color: #fff; font-size: 25px; }

.mo_head_tab {padding:0 25px;}

/*�ㅺ뎅�대쾭��*/
.mo_lang_btn					{margin:15px auto; padding:0 3%; text-align:center; }
.mo_lang_btn a				{display:inline-block; margin:0 2px; background:#dfdfdf; color:#111; width:20%; height:25px; line-height:25px; border-radius:15px; font-size:0.75rem;}
.mo_lang_btn a.lang_on	{background:#555; color:#fff; font-weight:700;}

.mo_head_info {padding: 34px 25px 24px;}
.mo_head_info > p{margin-bottom: 0.8em; font-size: 18px;}
.mo_head_info > p:last-of-type {margin-bottom: 0;}
.mo_head_info > p a {display: flex; align-items:center;}
.mo_head_info > p.blue a {color: #187FC4;}
.mo_head_info > p.green a {color: #2b93f4;}
.mo_head_info > p.orange a {color: #fcaf16;}
.mo_head_info > p a em {display: inline-flex; width: 26px; padding-bottom: 3px; align-items: center; justify-content: center; margin-right:2px;}
.mo_head_info > p a em img {vertical-align: middle;}

.mo_head_info ul {margin-top: 20px; display: flex; align-items:center;}
.mo_head_info ul li {margin-right: 15px;}
.mo_head_info ul li:last-child {margin-right: 0;}
.mo_head_info ul li img {vertical-align: middle;}



/* list.gallery_ho.skin.php 2017-06-14*/
.gallery_h .gallery_h_con1 ul li.first{
	margin-left:0;;
	}
.gallery_h .gallery_h_con1 ul li a{
	color:#f5821f;
	}

.gallery_h .gallery_h_con1 ul li a div.text h3{
	color:#f5821f;
	font-size:22px;
	margin-bottom:100px;
	height:3em;
	line-height:1.5em;
	text-overflow: ellipsis; 
	display: -webkit-box;
	-webkit-line-clamp: 2; /* �쇱씤�� */	
	-webkit-box-orient: vertical; 
	word-wrap:break-word;
	overflow:hidden;
	}
.gallery_h .gallery_h_con1 ul li a div.text p{
	font-size:13px;
	}
.gallery_h .gallery_h_con1 ul li a div.text p::before{
	content:"";
	width:100%;
	display:block;
	margin-bottom:18px;
	border-top:1px solid rgba(245,130,31,0.3);
	}
.search_wrap{ width:1400px; margin:24px auto; }
.search{	display:inline-block;*display:inline;*zoom:1;  margin-right:335px; width:209px; height:22px; padding:12px 17px; border:1px solid #d7d7d7;}
.search #search{border:none; outline:0; width:187px; font-size:15px; color:#5e5e5e;}
.search .search_btn{}
.select{	display:inline-block;*display:inline;*zoom:1; }
.select select{width:200px; height:46px; padding:12px 17px; border:1px solid #d7d7d7; font-size:15px; color:#5e5e5e;}
.select select option{ font-size:15px; color:#5e5e5e;}

.gallery_h .more_list2{ margin-top:30px;}


/*---------------*/
/***** Bubba *****/
/*---------------*/


li.effect-bubba .text::before,
li.effect-bubba .text::after {
	position: absolute;
	top: 6px;
	right: 6px;
	bottom: 6px;
	left: 6px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 1s;
	transition: opacity 0.35s, transform 1s;
}

li.effect-bubba .text::before {
	border-top: 1px solid rgba(255,255,255,0.3);;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

li.effect-bubba .text::after {
	border-right: 1px solid rgba(255,255,255,0.3);;
	border-left: 1px solid rgba(255,255,255,0.3);;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

li.effect-bubba  a div.text h3 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
}

li.effect-bubba p::before {
	opacity: 0;
	-webkit-transition: opacity  0.35s, -webkit-transform 1s;
	transition: opacity  0.35s, transform 1s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

li.effect-bubba:hover .text::before,
li.effect-bubba:hover .text::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.gallery_h .gallery_h_con1 ul li:hover a div.text{
	transition: opacity 0.35s, transform 0.35s;
	opacity:1;

	}

li.effect-bubba:hover  a div.text h3,
li.effect-bubba:hover p::before {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-transform: scale(1);
	transform: scale(1);
}

.gallery_h_view{
	width:100%;
	background:#f4f4f4;
	padding:60px 0 63px;
}
.gallery_h_view .gallery_h_view_con{
	width:1400px;
	margin:0 auto;;
	overflow:hidden;
	
	}
.gallery_h_view .gallery_h_view_con .bxslider{

	}
.gallery_h_view .gallery_h_view_con .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
	position:static;
	text-align:left;
	}
.gallery_h_view .gallery_h_view_con .bx-wrapper .bx-pager.bx-default-pager a{
	width:51px;
	height:51px;
	line-height:51px;
	text-align:center;
	margin:0;
	padding:0;
	font-size:18px;
	color:#666;
	text-indent:1px;
	border:1px solid #e7e7e7;
	border-left:0;
	}
.gallery_h_view .gallery_h_view_con .bx-wrapper .bx-pager.bx-default-pager a.active{
	width:53px;
	height:53px;
	background:#eb6107;
	border:none;
	line-height:53px;
	color:#fff;
	}
.gallery_h_view .gallery_h_view_con .bx-wrapper .bx-pager-item:first-child a{
	border-left:1px solid #e7e7e7;
}
.gallery_h_view .gallery_h_view_con .bxslider li{}
.gallery_h_view .gallery_h_view_con .textarea{
	margin-top:40px;
	padding-top:30px;
	border-top:1px solid #d7d7d7;
	overflow:hidden;
	}
.gallery_h_view .gallery_h_view_con .textarea h3{
	font-size:32px;
	color:#000000;
	margin-bottom:13px;
	line-height:1em;
	}
.gallery_h_view .gallery_h_view_con .textarea h4{
	color:#a7a7a7;
	font-size:15px;
	line-height:1em;
	}
.gallery_h_view .gallery_h_view_con .textarea h4:after{
	content:"";
	width:30px;
	height:3px;
	background:#eb6107;
	margin:23px 0 130px;;
	display:block;
	}
.gallery_h_view .gallery_h_view_con .textarea p{
	color:#4b4b4b;
	font-size:14px;
	}
.gallery_h_view .gallery_h_view_con .textarea .text{
	width:800px;
	float:left;
	margin-right:40px;
	padding-left:10px;
	padding-right:51px;
	border-right:1px solid #ededed;
	}
.gallery_h_view .gallery_h_view_con .textarea .tablearea{float:left;
	width:490px;
	}
.gallery_h_view .gallery_h_view_con .textarea .tablearea .table{
	width:100%;
	border-top:1px solid #d2d2d2;
	}
.gallery_h_view .gallery_h_view_con .textarea .tablearea th, .gallery_h_view .gallery_h_view_con .textarea .tablearea td{
	padding:6px 0;
	text-align:left;
	border-bottom:1px solid #e2e2e2;
	}
.gallery_h_view .gallery_h_view_con .textarea .tablearea th{
	padding-left:15px;
	color:#9d9d9d;
	font-size:14px;
	background:#ededed;
	width:100px;
	}
.gallery_h_view .gallery_h_view_con .textarea .tablearea td{
	padding-left:30px;
	color:#4b4b4b;
	font-size:14px;
	}

.gallery_h_view .gallery_h_view_con .btn_wrap{
	border-top:1px solid #d7d7d7;
	padding-top:15px;
	text-align:left;
	margin-top:45px;
	overflow:hidden;
	}


.board_table{border-collapse:collapse;padding:0; border-spacing:0px; border-spacing:0;table-layout:fixed; border:0; margin:0 auto}
.board_table h2.title{background:url(./img/title_bg.gif) repeat-x; border:1px solid #e8e8e8; font:bold 9pt/32px; padding:0; text-align:center; margin:0;}

textarea{border:1px solid #aaa; border-right:1px solid #EEE; border-bottom:1px solid #EEE;width:100%; word-break:break-all; min-height:120px;}
/* list.php */

/* category_admin file : inc_cate_admin.php */

table.tb_order			{width:100%; border-collapse:collapse; padding:0; margin:0;}
table.tb_order th, table.tb_order td		{padding:10px; border:1px solid #d7d7d7; text-align:left;}
table.tb_order th		{padding: 10px 0 10px 20px;text-align: left;border-bottom: 1px solid #d9d9d9;background: #f7f7f7;}


.category_admin_wrap		{width:100%;  margin-bottom:20px;}
.category_admin_wrap >h2	{font-size:16px; margin-bottom:8px;}

span.ico			{  display: inline-block;  margin-right: 6px;  width: 40px;  height: 22px;  line-height: 22px;  vertical-align: middle;  text-align: center;  font-weight: 700;  font-size: 12px;  color: #fff;  border-radius: 4px; zoom: 1;  letter-spacing: 0;}
span.ico  > a		{	color:#fff; text-decoration:none; display:inline-block;}
.bg_col				{background:#5b74a8;;}
.fc_col				{background:#2d3a54;}
.sel_btn			{display:inline-block; margin-left:10px;}
#cate_submit		{padding: 6px 15px;background: #242e43;color: #fff;border: 1px solid #e8e8e8;line-height: 100%;cursor: pointer;}
#cate_new_info		{text-align:center; font-size:14px;  min-height:20px; line-height:20px; opacity:0;}
.sel_btn_icon		{position:relative;background:#333;color:#fff; border-radius:80px; display:inline-block; padding:4px; font-size:14px; font-weight:bold; cursor:pointer;}
.sel_btn_info		{position:absolute; bottom:5px; left:40px; background:#fff; color:#333; font-size:12px;z-index:5; border:4px double #6e6e6e;  width:400px; padding:6px 4px 6px 4px; display:none;}/**/
.cate				{display:none;}
.cate_del_list		{}
.cate_del_list > li	{border:1px solid #f88888; color:#fff; background:#faa0a0; display:inline-block; padding:4px 8px; border-radius:5px; margin-left:5px; cursor:pointer;}

/*留덉�留� �뺣젹�� 愿��� �ㅽ��� with jquery */
.sortable			{	/*margin: auto;*/	padding: 0;	width: 310px;	-webkit-touch-callout: none;	-webkit-user-select: none;	-khtml-user-select: none;	-moz-user-select: none;	-ms-user-select: none;	user-select: none;}
.sortable.grid		{	overflow: hidden;}
.sortable li		{	list-style: none;	border: 1px solid #CCC;	background: #fafafa;	color: #1C94C4;	margin: 5px;	padding: 5px;	height: 22px;}
.handles span		{	cursor: move;}
li.disabled			{	opacity: 0.5;}
.sortable.grid li	{	line-height: 80px;	float: left;	width: 80px;	height: 80px;	text-align: center;}

li.sortable-placeholder {	border: 1px dashed #CCC;	background: none;}

/* category */

.board_category_select{ clear:both;width:100%; border-bottom:1px solid #e8e8e8; padding:4px; margin-bottom:10px;}

.board_category_list{ clear:both; width:100%; border:1px solid #e8e8e8; padding:10px;margin-bottom:10px;}
.board_category_list a{padding:3px 10px 3px 20px;background:url(./img/icon_category.gif) 5px center no-repeat;}
.board_category_list a.thisList{font-weight:bold;}
/*list.list*/
.board_list{clear:both; width:100%; margin:16px 0; border-top:1px solid #AAA; border-bottom:1px solid #AAA;border-top: 2px solid #1f1f1f;}
.board_list th{background:#fafafa; font-weight:normal;text-align:center; border-bottom:1px solid #e8e8e8;height:46px; color: #333;}
.board_list td{border-bottom:1px solid #EEE;height:40px;text-align:center;}
.board_list td.num{font-size:11px; color:#555;}
.board_list td.subject{text-align:left;}
.board_list td.name{text-align:center;}
.board_list td.datetime{font-size:12px; color:#555;}
.board_list td.hit{font-size:12px; color:#555;}
.board_list td.good{font-size:12px; font-weight:bold; color:#f60;}
.board_list td.nogood{font-size:12px; font-weight:bold; color:#06f;}
/*list.gallery*/


/*.board_gallery{overflow:hidden;clear:both;margin:16px 0;  padding:0 0 14px 14px; border-top:1px solid #AAA; border-bottom:1px solid #AAA;}*/
.board_gallery{overflow:hidden;clear:both;margin:16px 0;  padding:0 0 14px 0px;}
	ul.board_gallery:after {display:block;visibility:hidden;clear:both;content:""}
.board_gallery li{display:inline;float:left; margin:0 10px 30px 0;text-align:center;list-style:none;position:relative;}
.board_gallery li .image{border:1px solid #e8e8e8;}
.board_gallery li .noimage{font:bold 13px; color:#AAA; border:1px solid #e8e8e8;}
.board_gallery li a.photo{display:block;border:none}
.board_gallery li a.subject{line-height:20px; height:20px; margin-top:5px; display:block;overflow:hidden;}
.board_gallery li a.subject2{color:#167ac6; font-size:13px; font-weight:bold;border:0px solid blue; margin-top:5px; display:block;}
.board_gallery li a.datetime{ border:0px solid red;line-height:20px; height:20px; margin-top:5px; display:block;}
/*list.webzine*/

.gall_checkbox		{position:absolute; top:5px; left:5px;z-index:0;}

.board_gallery3{
	width: 100%;
	height: 160px;
	border: 1px solid #ccc;
	text-align: center;
	cursor: pointer;
	margin-bottom:5px;
}
.board_gallery3 li{float:left; padding:20px;padding-right:0px;}
.board_gallery3 >  li > a > div{margin-top:5px;}


/*.board_gallery{overflow:hidden;clear:both;margin:16px 0;  padding:0 0 14px 14px; border-top:1px solid #AAA; border-bottom:1px solid #AAA;}*/
.board_gallery_card{overflow:hidden;clear:both;margin:16px 0;  padding:0 0 14px 0px;}
	ul.board_gallery:after {display:block;visibility:hidden;clear:both;content:""}
.board_gallery_card li{display:inline;float:left; margin:0 20px 30px 0;list-style:none;border:1px solid #f0f0f0;padding-bottom:15px;position:relative;}
.board_gallery_card li .image{}
.board_gallery_card li .noimage{font:bold 13px; color:#AAA; }
.board_gallery_card li a.photo{display:block;border:none}
.board_gallery_card li a.subject{line-height:20px; height:20px; margin-top:5px; display:block;overflow:hidden;}
.board_gallery_card li a.subject2{color:#167ac6; font-size:13px; font-weight:bold;border:0px solid blue; margin-top:5px; display:block;}
.board_gallery_card li a.datetime{ border:0px solid red;line-height:20px; height:20px; margin-top:5px; display:block;}

.board_gallery_card .info {padding:10px 10px 0px; }
.board_gallery_card li a:hover .info, .board_gallery_card li a:focus .info { padding:10px 10px 0px; }
.board_gallery_card .info dt, .board_gallery_card .info dd { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; word-wrap:normal; }
.board_gallery_card .info dt { margin-bottom:4px; font-size:18px; color:#000; }
.board_gallery_card .info dd { color:#555; }
.board_gallery_card .info .date { margin-top:20px; font-size:12px; color:#999; }
.board_gallery_card .info .writer { position:absolute;bottom:15px;right:15px;font-size:12px; color:#999; }


/*list.webzine*/

.board_webzine{margin:0;padding:0;font-size:12px;margin:16px 0;list-style:none}
.board_webzine li{position:relative;padding:17px 0 27px 0;margin:17px 0 17px 0;border:1px solid #efefef;border-top:0;border-left:0;border-right:0;vertical-align:top;*zoom:1}
.board_webzine li:after{display:block;clear:both;content:"";}
.board_webzine a{text-decoration:none;cursor:pointer; }
.board_webzine a strong{display:inline-block;margin:0 0 4px 0;color:#333;font-size:18px; }
.board_webzine a:hover strong,
.board_webzine a:active strong,
.board_webzine a:focus strong{text-decoration:underline}
.board_webzine .thumb{display:inline-block;float:left;margin:0 15px 0 0;-moz-box-shadow:0 0 5px #666;-webkit-box-shadow:0 0 5px #666  }
.board_webzine .thumb img{display:block;border:0}
.board_webzine .wz_content{margin:0;line-height:1.4;}
.board_webzine ul.wz_info{list-style:none;padding:0; margin:0; height:20px; line-height:20px;width:250px;}
.board_webzine ul.wz_info li{list-style:none; border:none; margin:0;float:left;  padding:0 16px;font:normal 7pt/20px; color:#666;  }
.board_webzine ul.wz_info li.wz_info_name{font:normal 8pt/20px; background:url(./img/icon_name.gif) left center no-repeat;}
.board_webzine ul.wz_info li.wz_info_date{background:url(./img/icon_clock.gif) left center no-repeat;}
.board_webzine ul.wz_info li.wz_info_hit{font-weight:bold;background:url(./img/icon_view.gif) left center no-repeat;}

/*list.video */
.board_video{clear:both; width:100%; margin:16px 0; border-top:1px solid #AAA; border-bottom:1px solid #AAA;}
.board_video td{border-bottom:1px solid #EEE;height:30px;text-align:left;}
.board_video td p{padding:0; margin:0; margin-top:2px;}
.board_video td.num{font-size:8pt; color:#999;}
.board_video td.subject{font-weight:bold;}
.board_video td span{font:normal 8pt; color:#AAA; padding:0 10px;}


/*list.faq*/
.board_faq							{clear:both; table-layout:fixed;width:100%; margin:0px 0 50px;  border-bottom:1px solid #AAA; border-top:2px solid #AAA;}
.board_faq td						{background:#f8f8f8; border-bottom:1px solid #e8e8e8; padding:25px 0;}
.board_faq td.num				{font-size:1rem; color:#999;text-align:center;}
.board_faq td.subject		{font-weight:700;padding:5px 0px;}
.board_faq td.content		{word-break:break-all; padding:15px 0px; overflow:hidden;border-bottom:1px solid #e8e8e8; background:#FFF;}

/*//////////////////////*/


/*
.board_search{clear:both; border:1px solid #e8e8e8; background:#fafafa; text-align:center;padding:10px; margin-top:10px}
.board_search td{padding:4px;}
.board_search td input.bs_btn	{padding:6px 10px 3px 10px; background:#333; color:#fff;border:0px solid #e8e8e8; line-height:100%; cursor:pointer; font-size:11px;}
 */

 
/* #bo_sch {float:left;border:1px solid #ccc;background:#fff;border-radius:3px}
#bo_sch:after {display:block;visibility:hidden;clear:both;content:""}
#bo_sch legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
#bo_sch select{border:0;margin:9px 5px ;height:20px;float:left;border-right:1px solid #ddd;}
#bo_sch .sch_input{height:38px;border:0;padding:0;background-color:transparent;float:left}
#bo_sch .sch_btn{height:38px;float:left;background:none;border:0;width:40px;font-size:15px} */

/* write.php */
.guest_table{border-collapse:collapse;padding:0; border-spacing:0px; border-spacing:0;table-layout:fixed; width:100%;  background:#FFF;border:1px solid #e8e8e8; margin-top:10px;}
.guest_table th{text-align:left; padding: 16px 0 16px 20px;font:normal 9pt/30px; border-bottom:1px solid #e8e8e8;}
.guest_table td{text-align:left; border-bottom:1px solid #e8e8e8; padding:4px 15px 4px 4px;}

.content_btn{height:20px;text-align:right;}
.content_btn img{float:left;}
.w_title{margin-right:10px;}
.wr_subject{padding-right:10px;margin-top:6px;margin-bottom:10px;}
.wr_content{padding-right:10px; margin-top:6px;}
.wr_content_edit{margin-top:6px;}
#variableFiles td{border:0;border-collapse:collapse;padding:0; border-spacing:0px; border-spacing:0;}

.option_table{border-collapse:collapse;padding:0; border-spacing:0px; border-spacing:0;table-layout:fixed; width:100%;  border:1px solid #e8e8e8; }
.option_table th{text-align:left; font:normal 9pt/30px; border-bottom:1px solid #e8e8e8;padding: 16px 0 16px 20px;}
.option_table td{text-align:left; border-bottom:1px solid #e8e8e8; padding:10px 15px 10px 4px;}
.option_table td .file_c_red {padding-top: 5px; font-weight: 600; color: #af0000;}



.board_button						{clear:both;text-align:right; margin:10px 0;}
.board_button a					{display:inline-block; padding:10px 25px; border:1px solid #DDD; line-height:100%; margin-left:5px; background:#fff;}
.board_button a.newb			{background:#333; color:#fff;}

.board_btn					{text-align:center; padding:20px;}
.board_btn a				{display:inline-block; padding:10px 25px; border:1px solid #DDD; line-height:100%; margin-left:5px; background:#fff;}
.board_btn input#btn_submit			{padding:10px 25px; background:#333; color:#fff;border:1px solid #DDD; line-height:100%; cursor:pointer;}
.board_btn input#btn_list	{padding:10px 25px; background:#fff; color:#333;border:1px solid #DDD; line-height:100%; cursor:pointer;}



.info_signature			{padding:10px; border:1px solid #e8e8e8; background:#fafafa; }
.view_btn				{ margin-top: 20px; text-align: center;}
.view_btn a					{display:inline-block; padding:10px 25px; border:1px solid #DDD; line-height:100%; margin-left:5px; background:#fff;}
.view_btn a.newb			{background:#333; color:#fff;}




.textareabox{padding:4px; border:1px solid #aaa; border-right:1px solid #EEE; border-bottom:1px solid #EEE;width:100%; word-break:break-all;}
.filebox{height:22px; border:1px solid #aaa; border-right:1px solid #EEE; border-bottom:1px solid #EEE}

/* view.php info_scrap info_trackback */

.if_frame		{width:100%;  height:480px;display:block; /*border-bottom:2px solid #555;*/margin-top:17px;}
.if_left		{width:75%; height:480px;float:left;}
.if_right		{width:20%; float:right; margin-left:16px; height:470px; /*border-bottom:1px solid #e8e8e8;*/}
.if_right div {margin-bottom:7px; border-bottom:1px solid #e8e8e8;}
.if_right div a {text-decoration:none;}
.if_txt	{font-size:18px;  font-weight:bold; padding:18px 0 6px 8px;}



.movie_box{padding:10px; text-align:center;}
.view_image{text-align:center;}
.view_image img{ margin:20px 0;overflow:hidden;display: block; max-width: 100%;}
#writeContents{word-break:break-all; min-height:100px;}
/*#writeContents{word-break:break-all; padding:10px; min-height:100px;}*/

#bo_v_con {margin-bottom:30px; line-height:1.7em;word-break:break-all;}
#bo_v_con a {color:#000;text-decoration:underline}
#bo_v_con img {max-width:100%;height:auto}
/* view_comment.skin.php */

/* 寃뚯떆�� �볤� */
.cmt_btn{background:url('./img/cmt_btn.png') no-repeat 85px 8px;text-align:left ;width:100% ;border:0;font-weight:bold;font-size:1.25em;margin: 30px 0 0px;padding:0  0 10px }
.cmt_btn_op{background:url('./img/cmt_btn.png') no-repeat 85px  -23px}
#bo_vc {}
#bo_vc h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_vc article {margin:20px 0;position:relative}
#bo_vc article .profile_img img{border-radius:50%}
#bo_vc header {}
#bo_vc header:after {display:block;visibility:hidden;clear:both;content:""}
#bo_vc header .icon_reply {position:absolute;top:15px;left:-20px}
#bo_vc .member, #bo_vc .guest, #bo_vc .sv_member, #bo_vc .sv_guest {font-weight:bold}
.bo_vc_hdinfo{float:right;font-style:italic;color:#777; font-size:11px;}
#bo_vc h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_vc .cmt_contents {padding:15px  ;margin:10px 0 0;background: #f8fafb;border-radius:5px;border: 1px solid #e8e8e8;line-height:1.8em}
#bo_vc p a {text-decoration:underline}
#bo_vc p a.s_cmt {text-decoration:underline;color:#ed6479}
#bo_vc_empty {margin:0;padding:80px 0 !important;color:#777;text-align:center}
#bo_vc #bo_vc_winfo {float:left}

.bo_vc_act {text-align:right;margin:0;list-style:none;zoom:1}
.bo_vc_act:after {display:block;visibility:hidden;clear:both;content:""}
.bo_vc_act li {display:inline-block;}
.bo_vc_act li a{padding:0 5px;line-height:23px}

.bo_vc_w {position:relative;margin:10px 0;display:block;}
.bo_vc_w:after {display:block;visibility:hidden;clear:both;content:""}
.bo_vc_w h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.bo_vc_w #char_cnt {display:block;margin:0 0 5px}
.bo_vc_w textarea{border:1px solid #ccc;background:#fff;color:#000;vertical-align:middle;border-radius:3px;padding:5px;width:100%;height:120px;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);}
#wr_secret{}
.bo_vc_w_info{margin:10px 0;float:left}
.bo_vc_w_info:after {display:block;visibility:hidden;clear:both;content:""}
.bo_vc_w_info .frm_input{float:left;margin-right:5px}
.bo_vc_w_info #captcha{padding-top:10px;display:block;clear:both}
.bo_vc_w .btn_confirm{float:right;margin-top:10px}
.bo_vc_w .btn_confirm label{display:inline-block;margin-right:10px;border-radius:3px;font-size:1.5em;text-align:center;}
.bo_vc_w .btn_submit{height:45px;padding:0 20px;border-radius:3px;font-weight:bold;font-size:1.083em;}
.bo_vc_w_wr:after {display:block;visibility:hidden;clear:both;content:""}

#bo_vc_send_sns{display:inline-block;float:left}
#bo_vc_sns {display:inline-block;margin:0;padding:0;list-style:none;zoom:1}
#bo_vc_sns:after {display:block;visibility:hidden;clear:both;content:""}
#bo_vc_sns li {float:left;margin:0 5px 0 0}
#bo_vc_sns .sns_li_f{border-radius:3px;background:#3a589b;height:40px;line-height:40px;padding:0 0 0 10px}
#bo_vc_sns .sns_li_t{border-radius:3px;background:#00aced;height:40px;line-height:40px;padding:0 0 0 10px}
#bo_vc_sns .sns_li_off{background:#bbb}
#bo_vc_sns a{display:inline-block;padding:0 15px 0 5px;}
#bo_vc_sns input {margin:0 5px 0 0 }



table.tb_order			{width:100%; border-collapse:collapse; padding:0; margin:0;}
table.tb_order th, table.tb_order td		{padding:10px; border:1px solid #d7d7d7; text-align:left;}
table.tb_order th		{
padding: 10px 0 10px 20px;
width: 15%;
text-align: left;
border-bottom: 1px solid #d9d9d9;
background: #f7f7f7;
}
/* �댁쟾湲�, �ㅼ쓬湲�1 �쒖옉*/
.table-view-nav {padding-top: 60px;}
.table-view-nav h3 {font-size: 18px; color: #222; font-weight: 700; margin-bottom: 10px;}
.table-view-nav li {border-bottom: 1px solid #D7D7D7;}
.table-view-nav li a {display: flex; align-items: center; padding: 20px 0;}
.table-view-nav li em {font-size: 15px; color: #9D9D9D; display: block; width: 10%;}
.table-view-nav li p {font-size: 18px; color: #222; width: 90%; font-weight: 500;}
/* �댁쟾湲�, �ㅼ쓬湲�1 ��*/

/* �댁쟾湲�, �ㅼ쓬湲�2 �쒖옉*/
.view_btn_ne_pr	{position: relative; display: flex; flex-flow:row wrap; justify-content: center; margin-top: 40px; padding-top: 40px; border-top:1px solid #e6e6e6;}
.view_btn_ne_pr > div a {line-height: 50px;height:50px; display: block;}
.vb_list a {padding: 0 55px; background: #787878; color: #fff;} 
.vb_btn	 		{position: absolute; left:0; width: 50px; background: #f7f7f7; border:1px solid #e6e6e6; text-align: center;}
.vb_nex			{left:auto; right:0; }
/* �댁쟾湲�, �ㅼ쓬湲�2 �� */

/* 寃뚯떆�� �ㅻ뜑 4*/
.view_title4 {margin-bottom: 60px; text-align: center;}
.view_title4 h2 {margin-bottom: 20px; font-size: 17px; color: #9D9D9D;}
.view_title4 h3 {font-weight:600;; font-size: 36px; color: #222;}
.view_title4 h3 span {display: inline-block; margin-right: 10px;}
.view_title4 p {font-size: 15px; color: #9D9D9D; margin: 15px 0 20px;}
.view_title4 ul {display: flex; flex-flow:row wrap; align-items: center;}
.view_title4 ul li.s_title {color: #484848; font-size: 17px;}
.view_tit_bottom {display: flex; flex-flow:row wrap; justify-content: center; align-items: center;}
/* 寃뚯떆�� �ㅻ뜑 4*/


.gall_checkbox {
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 0;
}

.write_div{margin:10px 0;position:relative}


.bo_v_snswr{position:relative;display:inline-block;margin-left:-1px;text-align:right;}
#bo_v_sns {display:none;position:absolute;top:-50px;left:50%;margin-left:-90px;width:180px;padding:0;list-style:none;zoom:1}
#bo_v_sns:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_sns:before{content: "";position: absolute;bottom: -7px;left: 84px;width: 0;height: 0;border-style: solid;border-width: 7px 6px 0 6px;border-color: #415b92 transparent transparent transparent;}
#bo_v_sns li {float:left;width:60px;text-align:center}
#bo_v_sns li a{height:40px;padding:10px 0;}
#bo_v_sns li .sns_f{display:block;background:#415b92}
#bo_v_sns li .sns_t{display:block;background:#35b3dc}
#bo_v_sns li .sns_g{display:block;background:#d5503a}
#bo_v_sns li img{vertical-align:top}

#bo_v_share {
    position: relative;
    margin: 60px 0 5px 0;
    text-align: right;
}
.nopost {line-height:120px; text-align:center;}

/*寃뚯떆�� 怨듯넻 �대옒��*/
.bo_inner {width: 72%; max-width:820px;}

.bo_name { font-size: 13px; padding: 3px 14px; background: #73BF45; color: #fff; margin-right: 10px;}

.cont_wrap {display: flex; flex-flow:row wrap; justify-content: space-between; }
.cont_wrap .bo_cont {text-align: justify; font-size: 18px;}
.cont_wrap .bo_feed {width: 26%; max-width:300px;}
.cont_wrap .bo_feed h3 {font-size: 20px; font-weight: 600;}
.cont_wrap .bo_feed .line_deco {margin: 15px 0;}
.cont_wrap .bo_feed > ul > li > a {display: flex; flex-flow:row wrap; margin-bottom: 30px;}
.cont_wrap .bo_feed > ul > li:last-child a {margin-bottom: 0;}
.cont_wrap .bo_feed > ul > li .img {width: 30%; max-width: 90px; height: 90px; background: #ccc;} 
.cont_wrap .bo_feed > ul > li .img img {width: 100%; object-fit: cover;}
.cont_wrap .bo_feed > ul > li .txt {width: 70%; padding:3% 5%; font-weight: 500;} 
.cont_wrap .bo_feed > ul > li .txt span {color: #73BF45;}

.cont_wrap .hash_tag { font-size: 16px; padding: 20px; background: #F7F8FC; text-align: center; border-radius:10px;}
.cont_wrap .hash_tag figure {margin-bottom: 15px;}
.cont_wrap .hash_tag a {margin-right: 18px; line-height: 1.6; color: #787878;}
.cont_wrap .hash_tag a:last-child {margin-right: 0;}

.view_tit_bottom .new_cont li {margin-right: 20px;}
.view_tit_bottom .new_cont li.emb_kakaotalk {background:url('./img/sns_kakao.png') center no-repeat; background-size:20px;}
.view_tit_bottom .new_cont li.emb_naver {background:url('./img/sns_blog.png') center no-repeat;background-size: 22px;}
.view_tit_bottom .new_cont li.emb_facebook {background:url('./img/sns_face.png') center no-repeat;background-size: 17px;}
.view_tit_bottom .new_cont li.new_cont_url {border:0; width: 29px; height: 29px; background:url('./img/sns_link.png') center no-repeat;background-size: 18px;}
.view_tit_bottom .new_cont li.new_cont_url p {display: none;}

.view_tit_bottom .font_size {display: flex; flex-flow:row wrap; position: relative; margin-left: 20px;}
.view_tit_bottom .f_size_wrap {display: flex; flex-flow:row wrap; justify-content:space-between; position: absolute; width: 250px; height: 0; overflow: hidden; top:-45px; right:0;  transform:translateY(10px); opacity: 0; transition:all 0.5s;}
.view_tit_bottom .f_size_wrap.f_open {transform:translateY(0); opacity: 1; height: auto;}
.view_tit_bottom .font_size a {display: block; line-height: 35px; height: 35px; width: 35px; text-align: center; border-radius:50%; border:1px solid #e6e6e6; font-size: 18px; background: #fff;} 
.view_tit_bottom .font_size a.fz_vs {font-size: 12px;}
.view_tit_bottom .font_size a.fz_s {font-size: 13px;}
.view_tit_bottom .font_size a.fz_n {font-size: 14px;}
.view_tit_bottom .font_size a.fz_l {font-size: 15px;}
.view_tit_bottom .font_size a.fz_vl {font-size: 16px;}
.view_tit_bottom .font_size a.close {font-size: 13px;}

.view_tit_bottom .font_size a.on {color: #fff; background: #787878; border-color:#787878;}

/* �뚯씪泥⑤� */
.fileLink{background: #F7F7F7; padding: 25px 20px; border-radius: 15px;}
.fileLink * {list-style:none; padding:0; margin:0;}
.fileLink li {line-height: 1.6;}
.fileLink .info_file li{}
.fileLink .info_link li{background:url(./img/icon_link.gif) 5px center no-repeat; padding-left:25px; font:normal 8pt }
.fileLink a {color:#9D9D9D; font-size: 15px; transition: all 0.2s; font-weight: 600;}
.fileLink a:hover {color:#222222; font-weight: 600;}
.fileLink span{padding-left:5px}
/* .fileLink span.file_size{color:#999}
.fileLink span.file_hit{color:#F60}
.fileLink span.link_hit{color:#06f} */

.v-inner {padding: 0;}

.bo-flx {display: flex; align-items: center; justify-content: center; width: 100%; margin-bottom: 40px; padding-bottom: 50px; border-bottom: 2px solid #6FBA2C;}
.s-bo-tab ul {margin: 0;}
#bo_sch {}
#sfl {display: none;}
.sch_input {border-bottom: 1px solid #73BF45; width: 200px; height: 38px; font-size: 16px; color: #9D9D9D; font-weight: 500; padding: 5px 10px; margin-right: 15px; font-family: 'Noto Sans KR', sans-serif !important;}
#bo_sch .bo-btn {font-size: 16px; font-weight: 700; padding: 7px 25px; font-family: 'Noto Sans KR', sans-serif !important;}

#bo_cate h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
/* 
#bo_cate ul {width:100%; display: flex; flex-flow:row wrap;}
#bo_cate li {margin-right: 15px;}
#bo_cate a {display:block;position:relative; padding: 7px 25px; background: #F7F7F7; border-radius: 20px; color:#9D9D9D; text-align:center;cursor:pointer; font-size: 17px; font-weight: 700;}
#bo_cate a:focus, #bo_cate a:hover, #bo_cate a:active {text-decoration:none}
#bo_cate #bo_cate_on {z-index:2; background:#73BF45; color:#fff; border-color:#73BF45;} */



@media(max-width:1280px){

}
@media(max-width:1080px){
.bo_name {margin-right: 7px;}
.bo_inner {width: 100%; max-width:100%;}

#bo_v_con img {width: 100%;}
#bo_cate a {font-size: 15px; padding: 8px 23px;}

.view_tit_bottom .new_cont li {margin-right: 15px;}
.view_tit_bottom .font_size {margin-left: 15px;}

.cont_wrap .bo_cont {font-size: 16px; order:1;}

.cont_wrap .bo_feed {width: 100%; max-width:100%; order:3;}
.cont_wrap .bo_feed h3 {font-size: 18px; }
.cont_wrap .bo_feed > ul > li > a {margin-bottom: 20px;  align-items: center;}
.cont_wrap .bo_feed > ul > li .img {width: 80px; height: 80px;}
.cont_wrap .bo_feed > ul > li .txt {width: calc(100% - 80px); font-size: 15px; padding-left: min(15px,3%);}

.cont_wrap .hash_tag {font-size: 14px; padding: 15px; margin-bottom: 30px; order:2;}
.cont_wrap .hash_tag figure {margin-bottom: 10px;}
.cont_wrap .hash_tag a {margin-right: 15px;}

.view_btn_ne_pr	{margin-top: 30px; padding-top: 30px;}
.view_btn_ne_pr > div a {line-height: 40px; height:40px;}
.vb_list a {padding: 0 40px; font-size: 15px;} 
.vb_btn	 {width: 40px;}

#bo_sch .bo-btn, .sch_input {font-size: 14px;}
#bo_sch .bo-btn {padding: 7px 20px;}
.sch_input {margin-right: 10px;}
}
@media(max-width:768px){
.bo_name { font-size: 12px; margin-right: 5px;}

#bo_cate li {margin-right: 2%;}
#bo_cate a {font-size: 0.9rem; padding: 7px 20px;}

.view_title4 {margin-bottom: 6%;}
.view_title4 ul {font-size: 14px; }
.view_title4 h3 {font-size: 1.4rem; margin:5px 0 10px; line-height: 1.5;}
.view_title4 ul li.s_title {font-size: 14px;}
.view_title4 p, .view_title4 h2 {font-size: 0.9rem;}
.view_title4 h2 {margin-bottom: 3%;}
.view_title4 p {margin: 2% 0 4%;}

.view_tit_bottom .new_cont {margin: 5px 0;}
.view_tit_bottom .new_cont li {margin-right: 10px;}
.view_tit_bottom .font_size {margin-left: 10px;}
.view_tit_bottom .f_size_wrap {top:auto; bottom:-45px;}

.cont_wrap .bo_cont {font-size: 14px;}

.cont_wrap .bo_feed h3 {font-size: 17px; }
.cont_wrap .bo_feed > ul > li > a {margin-bottom: 15px;}
.cont_wrap .bo_feed > ul > li .img {width: 70px; height: 70px;}
.cont_wrap .bo_feed > ul > li .txt {font-size: 14px;}

.cont_wrap .hash_tag {font-size: 13px; padding: 10px; margin-bottom: 20px;}
.cont_wrap .hash_tag a {margin-right: 10px;}

#bo_v_con {margin-bottom: 3%;}

.view_btn_ne_pr	{margin-top: 20px; padding-top: 20px;}
.vb_list a {padding: 0 35px; font-size: 14px;} 

.fileLink {padding: 3%;}
.fileLink a {font-size: 0.9rem;}

.table-view-nav {padding-top: 7%;}
.table-view-nav h3 {font-size: 1rem;}
.table-view-nav li a {padding: 3% 0;}
.table-view-nav li em {font-size: 0.8rem;}
.table-view-nav li p {font-size: 0.9rem;}

.bo-flx {flex-flow: row wrap;}
#bo_sch {display: flex; order: 1; width: 100%; justify-content: flex-end; margin-bottom: 5%;}
.board_category_tab {width: 100%; display: flex; flex-direction: column; order: 2;}
#bo_sch .bo-btn, .sch_input {font-size: 0.9rem;}
#bo_sch .bo-btn {padding: 5px 15px;}
.sch_input {height: 33px; padding: 5px;}
}
@media(max-width:500px){
.cont_wrap .bo_cont {font-size: 14px;}
}

.s35-p-bg::-webkit-scrollbar {display: none;}
.s35-p-bg::-webkit-scrollbar-thumb {display: none;}
.s35-p-bg::-webkit-scrollbar-track  {display: none;} 
.s35-p-bg::-webkit-scrollbar-button:start {display: none;} 
.s35-p-bg::-webkit-scrollbar-button:end {display: none;} 


