@charset "utf-8";
@import url('font/fs_font.css');


#fs_wrap {margin-top:140px;}

/* 헤더영역 */
#fs_header {position:fixed;left:0;top:0;z-index:51;width:100%;height:140px;transition:all 0.4s;-webkit-transition:all 0.4s;background:#fff;border-bottom:1px solid #f2f2f2;}
#fs_header a {transition:all 0.4s;-webkit-transition:all 0.4s;}

/* 상단 */
.fs_head {width:1800px;margin:0 auto;height:140px;}
.fs_head .logo {position:relative;z-index:1;display:inline-block;margin:27px 0 0 50px;vertical-align:top;}

/* 헤더메뉴 */
.mglobal_box {display:none;}
.fs_mtop_menu {display:none;}
.fs_top_menu {position:relative;width:1800px;margin:0 auto;text-align:center;}
.fs_top_menu.on:after {content:"";display:block;position:absolute;left:0;bottom:0;right:0;z-index:-1;width:100%;height:auto;border-top:1px solid #dcdcdc;border-bottom:1px solid #ddd;}
.fs_top_menu .lnb {position:relative;padding-left:15%;margin:-140px auto 0 auto;width:100%;line-height:140px;text-align:right;}
.fs_top_menu .lnb:after {content:'';display:block;clear: both;}
/* 1뎁스 */
.fs_top_menu .lnb > li {display:inline-block;}
.fs_top_menu .lnb > li > a {position:relative;padding:0 25px;color:#444;font-weight:400;transition:all 0.4s;-webkit-transition:all 0.4s;}
.fs_top_menu .lnb > li > a:hover,
.fs_top_menu .lnb > li > a:focus,
.fs_top_menu .lnb > li > a:active {color:#26c410 !important;}
.fs_top_menu .lnb > li.on a.lnb_title {text-decoration:none;}
.fs_top_menu .lnb > li a:after {content:'';position:absolute;bottom:0;left:0;right:0;width:100%;height:0;background:#26c410;transition:all 0.4s;-webkit-transition:all 0.4s;}
.fs_top_menu .lnb > li.on a:after {opacity:1;height:3px;}
.fs_top_menu a.lnb_title {display:block;height:140px;line-height:140px;font-size:20px;letter-spacing:-0.4px;font-family:"Noto Sans KR", sans-serif;}
.fs_top_menu .lnb > li:first-child a.lnb_title {background:none;}
.fs_top_menu a.lnb_title:hover,.fs_top_menu a.lnb_title:focus,.fs_top_menu a.lnb_title:active {}

/* mobile_menu */
.fs_head .mbtn_box {display:none;}
	/*pc*/
	@media only screen and (max-width:1799px){
		.fs_head {width:100%;}
	}
	/*pc*/
	@media only screen and (max-width:1799px){
		/* 상단 */
		.fs_head {width:100%;}
		.fs_head .logo {margin:20px 0 0 30px;}

		/* 헤더메뉴 */
		.fs_top_menu {width:100%;}
		.fs_top_menu .lnb {padding-left:15%;padding-right:30px;width:100%;text-align:right;}
		.fs_top_menu .lnb > li > a {padding:0 15px;font-size:18px;}
	}
	/*pc*/
	@media only screen and (max-width:1399px){
		#fs_header {height:auto;border-bottom:0;}
		/* 상단 */
		.fs_head {height:110px;background:#fff;}
		.fs_head .logo {margin:15px 0 0 30px;}
		.fs_head .logo a {display:block;width:140px;height:80px;background:url(./../img/layout/logo_origin.png) no-repeat left center;background-size:contain;}
		.fs_head .logo a img {display:none;}
		/*모바일 버튼*/
		.fs_head .mbtn_box {display:block;float:right;}
		.fs_head .mbtn_box .menu_open {position:relative;z-index:11;display:block;width:32px;height:26px;margin:40px 30px 0 0;font-size:0;}
		.fs_head .mbtn_box .menu_open:after {transition:all 0.4s;-webkit-transition:all 0.4s;content:"";position:absolute;left:0;top:0;bottom:0;width:30px;height:4px;margin:auto 0;background:#444;}/* 가운데 */
		.fs_head .mbtn_box .menu_open span:after {transition:all 0.4s;-webkit-transition:all 0.4s;content:"";position:absolute;left:0;bottom:0;width:30px;height:4px;background:#444;}/* 하단 */
		.fs_head .mbtn_box .menu_open span:before {transition:all 0.4s;-webkit-transition:all 0.4s;content:"";position:absolute;left:0;top:0;width:30px;height:4px;background:#444;}/* 위 */
		/*모바일 버튼_on*/
		.fs_head .mbtn_box .menu_open.on {position:relative;z-index:10;display:block;width:32px;height:26px;margin:40px 30px 0 0;font-size:0;}
		.fs_head .mbtn_box .menu_open.on:after {content:"";position:absolute;left:0;top:0;bottom:0;width:0;height:4px;margin:auto 0;background:#3e4242;}/* 가운데 */
		.fs_head .mbtn_box .menu_open.on span:after {content:"";position:absolute;left:0;bottom:11px;width:32px;height:4px;background:#3e4242;transform:rotate(45deg);-webkit-transform:rotate(45deg);}/* 하단 */
		.fs_head .mbtn_box .menu_open.on span:before {content:"";position:absolute;left:0;top:11px;width:32px;height:4px;background:#3e4242;transform:rotate(-45deg);-webkit-transform:rotate(-45deg);}/* 위 */

		/* 검색 */
		.fs_head .search {display:none;}

		/* 헤더메뉴 */
		.fs_head .sitemap_b .sitemap {display:none;}
		.mglobal_box {display:block;position:fixed;width:100%;z-index:102;height:130px;padding:0;background:#5f5f5f;border-bottom:1px solid #98a0b1;}
		.mglobal_box > div {display:none;}

		.fs_top_menu {display:none;}
		.overflow_y {overflow:hidden;}
		.fs_mtop_menu {display:none;position:fixed;left:0;top:110px;z-index:11;overflow-y:scroll;width:100%;height:900px;}
		.fs_mtop_menu .menu_text {font-size:0;}
		.fs_mtop_menu .lnb {position:relative;z-index:101;width:100%;}
		.fs_mtop_menu .lnb:after {content:"";display:block;clear:both;}
		/* 1뎁스 */
		.fs_mtop_menu .lnb {position:relative;z-index:101;padding:40px;width:100%;min-height:600px;text-align:left;background:rgba(0,0,0,0.9);}
		.fs_mtop_menu .lnb > li {float:none;}
		.fs_mtop_menu .lnb > li .lnb_title {color:#fff;}
		.fs_mtop_menu .lnb > li.on .lnb_title {background:#31ab20;}
		.fs_mtop_menu .lnb > li .lnb_title:focus,
		.fs_mtop_menu .lnb > li .lnb_title:hover,
		.fs_mtop_menu .lnb > li .lnb_title:active {color:#fff;background:#31ab20;}
		.fs_mtop_menu .lnb > li .lnb_title {position:relative;}
		.fs_mtop_menu a.lnb_title {border-bottom:1px solid rgba(255,255,255,0.3);display:block;width:100%;height:60px;line-height:60px;text-align:center;font-size:16px;font-weight:bold;text-decoration:none;color:#fff;}
		.fs_mtop_menu a.lnb_title.on .lnb_layer01 {display:block;}
		.fs_mtop_menu a.lnb_title.on,a.lnb_title:hover {background:#1f2634;text-decoration:none;}
	}
	/*pc*/
	@media only screen and (max-width:1199px){
		/* 헤더메뉴 */
		.fs_top_menu .lnb {width:auto;padding-left:22%;padding-right:43%;}
		/* 1뎁스 */
		.fs_top_menu .lnb > li {}
		.fs_top_menu a.lnb_title {font-size:18px;}
		.fs_top_menu .lnb_layer01 {width:96% !important;padding:40px 2% 40px 2%;}
	}

	/*모바일*/
	@media only screen and (max-width:767px){
		/* 헤더메뉴 */
		.mglobal_box {padding:20px 15px;}
		.mglobal_box .global_btn > ul > li {}
		.mglobal_box .global_btn > ul > li.last > ul {right:-22px;width:230px;}

		.fs_mtop_menu a.lnb_title {font-size:17px;}

		/* 상단 서브메뉴 */
		/* 서브메뉴 */
		.snb_menu > ul.snb > li {min-width:200px;}
		.snb_menu > ul.snb > li > a {padding:0 0 0 15px;}
		.snb_menu > ul.snb > li.on > ul.depth01_menu {min-width:182px;padding-left:30px;padding-right:20px;color:#222;}
	}
	/*모바일*/
	@media only screen and (max-width:560px){
		.fs_head {height:90px;}
		.fs_head .logo a {height:60px;}
		.fs_head .mbtn_box .menu_open {margin:30px 15px 0 0;}

		.fs_mtop_menu {top:90px;}
		#fs_header .fs_head .mbtn_box a {margin:30px 15px 0 0;}
	}

/* 서브비주얼 */
.fs_sub_visual {display:table;width:100%;padding:0 20px;background:url(./../img/layout/svis_bg01.png) center no-repeat;background-size:cover;word-break:keep-all;}
.fs_sub_visual .fs_sub_vtit_box {width:1400px;margin:0 auto;height:200px;text-align:center;color:#fff;}
.fs_sub_visual .fs_sub_vtit_box strong {font-size:36px;line-height:200px;}

/* 서브컨텐츠 */
.fs_snb_contents {}
.fs_snb_contents .fs_snb_contents_box {width:1400px;margin:0 auto;}
.fs_snb_contents .fs_snb_contents_box:after{content:"";display:block;clear:both;}

/* 오른쪽영역 */
.fs_content {overflow:hidden;width:auto;margin:40px 0 60px 0;}
/* 로케이션 */
.con_header {margin-bottom:20px;}
.con_header h3 {font-size:26px;font-weight:600;color:#19191a;}

/* 실컨텐츠영역 */
.con_body {padding:20px 0;min-height:400px;word-break:keep-all;}

/*pc*/
@media only screen and (max-width:1399px){
	#fs_wrap {margin-top:110px;}

	/* 서브비주얼 */
	.fs_sub_visual .fs_sub_vtit_box {width:auto;}

	/* 서브컨텐츠 */
	.fs_snb_contents .fs_snb_contents_box {width:auto;padding:0;}

}
/*태블릿*/
@media only screen and (max-width:1023px){
	/* 서브비주얼 */
	.fs_sub_visual {height:auto;padding:0 20px;}
	.fs_sub_visual .fs_sub_vtit_box {height:150px;background-size:200px auto;}
	.fs_sub_visual .fs_sub_vtit_box strong {font-size:30px;line-height:150px;}

	/* 오른쪽영역 */
	.fs_content {width:100%;padding:0 30px;}

	/*컨텐츠*/
	/*실컨텐츠영역*/
	.con_body {padding:0 0 40px 0;}
}
/*모바일*/
@media only screen and (max-width:767px){
	/* 서브비주얼 */
	.fs_sub_visual .fs_sub_vtit_box {background-size:150px auto;}
	.fs_sub_visual .fs_sub_vtit_box5 {background-size:120px auto;}
	.fs_sub_visual .fs_sub_vtit_box strong {font-size:22px;}

	/* 오른쪽영역 */
	.fs_content {padding:0 15px;margin:20px 0;}

}
/*모바일*/
@media only screen and (max-width:560px){
	#fs_wrap {margin-top:90px;}
	.fs_sub_visual .fs_sub_vtit_box span {word-break:keep-all;}
}
/*모바일*/
@media only screen and (max-width:480px){
	.con_header .location {display:none;}
}

/* 푸터영역 */
#fs_footer {position:relative;width:100%;margin:0 auto;background:#222;}
.fs_footer .fs_footer_box {position:relative;height:auto;padding:40px 0;width:1800px;margin:0 auto;letter-spacing:-.5px;}
.fs_footer .fs_footer_box > div {color:#ddd;}
.fs_footer .fs_footer_box .foot_text .ul_text > li:after {content:'';display:block;clear: both;}
.fs_footer .fs_footer_box .foot_text .ul_text > li ul.line1 {font-size:16px;}
.fs_footer .fs_footer_box .foot_text .ul_text > li ul.line1 > li {float:left;width:auto;font-weight:400;}
.fs_footer .fs_footer_box .foot_text .ul_text > li ul.line1 > li:first-child {padding-right:15px;}
.fs_footer .fs_footer_box .foot_text .ul_text > li ul.line1 > li + li {position:relative;padding:0 15px;}
.fs_footer .fs_footer_box .foot_text .ul_text > li ul.line1 > li + li:after {content:'';position:absolute;left:0;top:7px;width:1px;height:11px;background:#ddd;}
.fs_footer .fs_footer_box .foot_text .ul_text > li ul.line1 > li span {display:inline-block;margin-right:10px;font-weight:600;}
	/* PC */
	@media only screen and (max-width:1800px){
		#fs_footer {width:100%;}
		.fs_footer .fs_footer_box {padding:30px;}
	}
	/* 모바일 */
	@media only screen and (max-width:767px){
		.fs_footer .fs_footer_box .foot_text .ul_text > li ul.line1 {font-size:.9em;}
		.fs_footer .fs_footer_box .foot_text .ul_text > li ul.line1 > li {line-height:1.4em;}
		.fs_footer .fs_footer_box .foot_text .ul_text > li ul.line1 > li + li:after {top:5px;}
		.fs_footer .fs_footer_box > div {font-size:14px;}
	}
	/*모바일*/
	@media only screen and (max-width:560px){
		.fs_footer .fs_footer_box {padding:20px 15px;}
	}
	/*모바일*/
	@media only screen and (max-width:375px){
		.fs_footer .fs_footer_box .foot_text {display:none;}
	}
/*맨위로*/
.btn_top {display:inline-block;position:fixed;right:25px;bottom:25px;z-index:100;width:45px;height:40px;line-height:40px;background:#3c3c3c;border:1px solid #ddd;text-align:center;color:#fff;}
.btn_top:hover,
.btn_top:focus,
.btn_top:active {text-decoration:underline;color:#fff;}
/*pc*/
@media only screen and (max-width:1199px){
	/* 푸터영역 */
	.fs_footer .fs_footer_box {width:100%;}
	.fs_footer .fs_footer_box .right .foot_li_link ul {width:auto;}
}
/*태블릿*/
@media only screen and (max-width:1023px){
	/*맨위로*/
	.btn_top {display:inline-block;position:fixed;right:15px;bottom:25px;}
}
