@charset "utf-8";
@import url('font/fs_font.css');

/* 해더영역 */
#fs_header {position:relative;z-index:11;height:120px;background:url(./../img/layout/dot_bg.png) repeat #3984d1;}
/* 상단 */
.fs_head {width:1380px;height:120px;margin:0 auto;}
.fs_head .logo {position:relative;z-index:10;display:inline-block;height:120px;padding-top:50px;}
.fs_head .logo a span {position:relative;display:inline-block;padding:13px 0 0 20px;margin-left:20px;font-size:22px;font-family:"Nanum Square";color:#fff;}
.fs_head .logo a span:after {content:"";position:absolute;left:0;top:15px;width:1px;height:18px;background:#fff;}
.fs_head .logo .plogo {display:inline-block;}
.fs_head .logo .mlogo {display:none;}
/* 로그인/회원가입 */
.global_box {}
.global_box .global_btn {width:1380px;margin:-105px auto 0 auto;text-align:right;}
.global_box .global_btn a {display:inline-block;margin-left:20px;padding-left:25px;background:url(./../img/layout/icon_home.png) no-repeat left center;text-align:center;color:#fff;}
.global_box .global_btn a.g2 {padding-left:21px;background:url(./../img/layout/icon_sitemap.png) no-repeat left center;}
.global_box .global_btn a.g3 {padding-left:30px;background:url(./../img/layout/icon_star.png) no-repeat left center;}
.global_box .global_btn a:hover,.global_box .global_btn a:focus,.global_box .global_btn a:active {text-decoration:underline;}
/* 모바일 버튼 */
.fs_head .mbtn_box {display:none;}

/* 헤더메뉴 */
.mglobal_box {display:none;}
.fs_mtop_menu {display:none;}
.fs_top_menu {position:relative;background:#fff;text-align:center;}
.fs_top_menu:after {content:"";position:absolute;left:0;top:0;width:100%;height:1px;background:rgba(101,151,204,0.2);}
.fs_top_menu.on:after {content:"";position:absolute;left:0;top:0;width:100%;height:0;background:rgba(101,151,204,0.2);}
.fs_top_menu.on {border-bottom:2px solid #0e5bad;}
.fs_top_menu .lnb {overflow:hidden;width:1380px;margin:-90px auto 0 auto;padding-left:490px;background:url(./../img/layout/bg_lnb.gif) no-repeat left 90px;}
.fs_top_menu .lnb:hover {}
.fs_top_menu .lnb:after {content:"";display:block;clear:both;}
	/* 1뎁스 */
	.fs_top_menu .lnb > li {position:relative;float:left;width:16.66%;}/* width값 : jquery없을 때 깨지지 않기위함 */
	.fs_top_menu .lnb > li.on .lnb_title {border-bottom:6px solid #394466;}
	.fs_top_menu a.lnb_title {display:block;height:90px;line-height:90px;font-weight:700;font-size:18px;font-family:"Nanum Square";color:#fff;}
	.fs_top_menu a.lnb_title:hover,.fs_top_menu a.lnb_title:focus,.fs_top_menu a.lnb_title:active {border-bottom:6px solid #394466;}
		/* 2뎁스 */
		.fs_top_menu .lnb_layer01 {display:none;padding:20px 0;height:262px;border-right:1px solid #f6f6f6;}
		.fs_top_menu .lnb_layer01 li {position:relative;}
		.fs_top_menu .lnb_layer01 li:after {content:"";position:absolute;left:15%;bottom:12px;width:70%;height:1px;border-bottom:1px dashed #ddd;}
		.fs_top_menu .lnb_layer01 li a {display:inline-block;line-height:18px;margin-bottom:25px;font-size:15px;letter-spacing:-0.4px;color:#000;}
		.fs_top_menu .lnb_layer01 li a:hover,.fs_top_menu .lnb_layer01 li a:focus,.fs_top_menu .lnb_layer01 li a:active {/*text-decoration:underline;*/font-weight:700;color:#105cae;}
			/* 3뎁스 */
			.fs_top_menu .lnb_layer02 {display:none;}

/* 서브비주얼 */
.fs_sub_visual {height:262px;}
.fs_sub_visual .sub_title {width:1380px;height:262px;margin:0 auto;padding:52px 0 0 60px;}

/* 서브컨텐츠 */
.fs_snb_contents {padding-top:30px;}
.fs_snb_contents .fs_snb_contents_box {width:1380px;margin:0 auto;}
.fs_snb_contents .fs_snb_contents_box:after{content:"";display:block;clear:both;}

/* 왼쪽영역 */
.fs_snb_box {float:left;width:280px;margin-right:60px;}
	/* 타이틀 */
	.snb_title {height:121px;line-height:121px;margin-bottom:20px;background:url(./../img/layout/bg_title.gif) no-repeat left center;text-align:center;color:#fff;}
	.snb_title h3 {font-size:24px;font-weight:700;}
	/* 서브메뉴 */
	.snb_menu {border-width:0 1px 1px 1px;border-style:solid;border-color:#ddd;}
	.snb_menu .dep1 > li > a {display:block;height:51px;line-height:51px;padding-left:24px;font-size:16px;color:#444;border-top:1px solid #ddd;}
	.snb_menu .dep1 > li > a.on,.snb_menu .dep1 > li > a:hover,.snb_menu .dep1 > li > a:focus,.snb_menu .dep1 > li > a:active {/*text-decoration:underline;*/background:#3871ab;font-weight:700;color:#fff;}
	.snb_menu .dep3 {background:url(./../img/layout/left_menu_off.gif) no-repeat right center;}
	.snb_menu .dep3.on {background:url(./../img/layout/left_menu_on.gif) no-repeat right center;}
	.snb_menu .dep1 > li > a.dep3.on span:after,.snb_menu .dep1 > li > a.dep3:hover span:after,.snb_menu .dep1 > li > a.dep3:focus span:after,.snb_menu .dep1 > li > a.dep3:active span:after {background:#fff;}
	.snb_menu .dep1 > li > a.dep3.on span:before,.snb_menu .dep1 > li > a.dep3:hover span:before,.snb_menu .dep1 > li > a.dep3:focus span:before,.snb_menu .dep1 > li > a.dep3:active span:before {background:#fff;}
		/* 2뎁스 */
		.snb_menu .dep2 {padding:15px 0;background:#fafafa;border-top:1px solid #dbdbdb;}
		.snb_menu .dep2 > li a {position:relative;display:block;line-height:30px;padding-left:34px;color:#666;}
		.snb_menu .dep2 > li a:after {content:"";position:absolute;left:24px;top:14px;width:2px;height:2px;background:#e85f5f;}
		.snb_menu .dep2 > li a.on,.snb_menu .dep2 > li a:hover,.snb_menu .dep2 > li a:focus,.snb_menu .dep2 > li a:active {/*text-decoration:underline;*/}

/* 오른쪽영역 */
.fs_content {float:left;width:1040px;}
	/* 로케이션 */
	.con_header {height:121px;line-height:121px;border-bottom:1px solid #d6d6d6;}
	.con_header h3 {float:left;font-size:34px;font-weight:400;color:#222;}
	.con_header .location {float:right;margin-top:49px;}
	.con_header .location a {display:block;float:left;line-height:26px;margin-right:6px;font-size:13px;color:#444;}
	.con_header .location a span {font-size:12px;color:#bbb;}
	.con_header .location a:hover,.con_header .location a:focus,.con_header .location a:active {color:#000;}
	.con_header .location .home {}
	.con_header .location .navi_ov {margin-right:12px;color:#3876b5;}
	.con_header .location .facebook {margin-top:-12px;}
	.con_header .location a img {}
	
	/* 실컨텐츠영역 */
	.con_body {padding:40px 0;min-height:400px;color:#555;word-break:keep-all;}

/* 푸터영역 */
#fs_footer {position:relative;z-index:11;background:#f7f7f7;color:#000;font-size:13px;}
#fs_footer:after {content:"";clear:both;display:block;}
.fs_footer_box {width:1380px;margin:0 auto;line-height:20px;padding:30px 0;text-align:center;}
.fs_footer_box .foot_text {color:#666;}
.fs_footer_box .foot_text strong.tel {padding-left:10px;margin-left:5px;background:url(./../img/layout/footer_line.gif) no-repeat left center;color:#333;}
.fs_footer_link {}
.fs_footer_link .link {padding:20px 0;}
.fs_footer_link .link li {display:inline-block;padding-left:10px;margin-left:6px;background:url(./../img/layout/footer_line.gif) no-repeat left center;}
.fs_footer_link .link li:first-child {padding-left:0;margin-left:0;background:none;color:#4380db;}
.fs_footer_link .link li:first-child a {color:#4380db;}
.fs_footer_link .link a {font-weight:700;color:#333;}

/*맨위로*/
#fs_footer .btn_top {position:fixed;right:10px;bottom:10px;display:inline-block;background:#422608;width:45px;height:45px;padding:1px 0 0 0;text-align:center;}
#fs_footer .btn_top img {width:100%;}


/*pc*/
@media only screen and (max-width:1410px){

	/* 해더영역 */
	.global_box .global_btn {width:auto;padding:0 15px;}
	/* 상단 */
	.fs_head {width:auto;padding-left:15px;}

	/* 헤더메뉴 */
	.fs_top_menu .lnb {width:auto;padding-left:350px;}

	/* 서브비주얼 */
	.fs_sub_visual .sub_title {width:auto;}

	/* 서브컨텐츠 */
	.fs_snb_contents .fs_snb_contents_box {width:auto;}

	/* 왼쪽영역 */
	.fs_snb_box {width:22%;padding:0 20px;margin:0;}
	/* 서브메뉴 */
	.snb_menu li a {padding-left:12%;}

	/* 오른쪽영역 */
	.fs_content {width:78%;padding:0 20px;}

	/* 푸터영역 */
	.fs_footer_box {width:auto;}

}

/*태블릿*/
@media only screen and (max-width:1023px){

	/* 해더영역 */
	#fs_header {height:63px;}
	.global_box {display:none;border-bottom:0;}
	/* 상단 */
	.fs_head {height:63px;padding:0;background:#fff;}
	.fs_head .logo {display:block;height:63px;padding:13px 0 0 0;border-bottom:0;text-align:center;}
	.fs_head .logo a img {height:35px;}
	.fs_head .logo a span {display:inline-block;padding:5px 0 0 15px;font-size:17px;color:#222;}
	.fs_head .logo a span:after {content:"";position:absolute;left:0;top:8px;width:1px;height:18px;background:#ddd;}
	.fs_head .logo .plogo {display:none;}
	.fs_head .logo .mlogo {display:inline-block;}

	/*모바일 버튼*/
	.fs_head .mbtn_box {display:block;margin:-44px 0 0 15px;}
	.fs_head .mbtn_box .menu_open {position:relative;z-index:11;display:block;width:26px;height:24px;font-size:0}
	.fs_head .mbtn_box .menu_open:after {content:"";position:absolute;left:0;top:0;bottom:0;width:26px;height:4px;margin:auto 0;background:#033900;transition:all 0.4s;}/* 가운데 */
	.fs_head .mbtn_box .menu_open span:after {content:"";position:absolute;left:0;bottom:0;width:26px;height:4px;background:#033900;transition:all 0.4s;}/* 하단 */
	.fs_head .mbtn_box .menu_open span:before {content:"";position:absolute;left:0;top:0;width:26px;height:4px;background:#033900;transition:all 0.4s;}/* 위 */
	/*모바일 버튼_on*/
	.fs_head .mbtn_box .menu_open.on {position:relative;display:block;width:26px;height:23px;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:#fff;}/* 가운데 */
	.fs_head .mbtn_box .menu_open.on span:after {content:"";position:absolute;left:0;bottom:10px;width:26px;height:4px;background:#fff;transform:rotate(45deg);}/* 하단 */
	.fs_head .mbtn_box .menu_open.on span:before {content:"";position:absolute;left:0;top:9px;width:26px;height:4px;background:#fff;transform:rotate(-45deg);}/* 위 */
	/*모바일 로그인*/
	.fs_head .mbtn_box .login_open {float:right;display:inline-block;width:38px;height:38px;line-height:38px;margin:-31px 15px 0 0;background:#033900;border-radius:100%;font-size:12px;text-align:center;color:#fff;}

	/* 글로벌 */
	.mglobal_box {position:relative;display:block;width:384px;height:63px;background:#124140;}
	.mglobal_box:after {content:"";display:block;clear:both;}
	.mglobal_box .global_btn a.mg1 {position:absolute;left:60px;top:19px;}
	.mglobal_box .global_btn a.mg2 {position:absolute;right:95px;top:17px;height:30px;line-height:30px;padding:0 10px;background:#f2f2f4;border-radius:100px;color:#124140;}
	.mglobal_box .global_btn a.mg3 {position:absolute;right:15px;top:17px;height:30px;line-height:30px;padding:0 10px;background:#eaffcd;border-radius:100px;color:#124140;}
	/* 헤더메뉴 */
	.fs_top_menu {display:none;}
	.overflow_y {overflow:hidden;}
	.fs_mtop_menu {display:none;position:fixed;left:0;top:0;z-index:10;overflow-y:scroll;width:100%;height:100%;background:url(./../img/layout/bg_shadow.png) repeat;}
	.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;width:384px;min-height:1000px;text-align:left;background:#3d3d3d;}
		.fs_mtop_menu .lnb > li {float:none;}
		.fs_mtop_menu .lnb > li.on .lnb_title {background:#fff;color:#000;}
		.fs_mtop_menu a.lnb_title {background:#3d3d3d;border-bottom:1px solid #5a5a5a;display:block;width:192px;height:80px;padding-left:30px;line-height:80px;text-align:left;font-size:16px;font-weight:400;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:#fff;color:#000;font-weight:400;}
			/* 2뎁스 */
			.fs_mtop_menu .lnb_layer01 {position:absolute;left:192px;top:0;width:auto !important;height:100% !important;padding:0 !important;background:#fff;text-align:left;}
			.fs_mtop_menu .lnb_layer01 span {position:relative;float:right;display:inline-block;width:17px;height:17px;}
			.fs_mtop_menu .lnb_layer01 span:after {content:"";position:absolute;left:4px;top:8px;width:10px;height:2px;background:#666;}
			.fs_mtop_menu .lnb_layer01 span:before {content:"";position:absolute;left:8px;top:4px;width:2px;height:10px;background:#666;}
			.fs_mtop_menu .lnb_layer01 > li.on > a span:before  {display:none;}
			.fs_mtop_menu .lnb_layer01 > li > a {display:table-cell;width:192px;height:80px;line-height:normal;padding:0 15px 0 17px;text-align:left;vertical-align:middle;font-size:16px;color:#000;border-bottom:1px solid #ccc;}
			.fs_mtop_menu .lnb_layer01 li a.on,.lnb_layer01 li a:hover,.lnb_layer01 li a:focus,.lnb_layer01 li a:active {text-decoration:underline;}
			.lnb_layer01 li a.on,.lnb_layer01 li a:hover,.lnb_layer01 li a:focus,.lnb_layer01 li a:active {color:#000;font-weight:400;}
				/* 3뎁스 */
				.lnb_layer02 {display:none;padding:15px 0 32px 17px;border-bottom:1px solid #ccc;}
				.fs_mtop_menu .lnb_layer01 > li > a.mob_more.on > .lnb_layer02 {display:block;}
				.lnb_layer02 li {margin-bottom:10px;}
				.lnb_layer02 li a {position:relative;display:block;line-height:18px;padding-left:8px;font-size:14px;color:#666;}
				.lnb_layer02 li a:before {content:"";position:absolute;left:0;top:11px;width:2px;height:2px;background:#203300;}

	/* 서브비주얼 */
	.fs_sub_visual {height:202px;background-size:cover !important;}
	.fs_sub_visual .sub_title {height:202px;padding:40px 0 0 20px;}
	.fs_sub_visual .sub_title img {width:302px;}

	/* 왼쪽영역 */
	.fs_snb_box {display:none;}

	/* 오른쪽영역 */
	.fs_content {width:100%;padding:0 15px;}
	/* 로케이션 */
	.con_header {height:80px;line-height:80px;border-bottom:1px solid #d6d6d6;}
	.con_header .location {margin-top:28px;}
	.con_header h3 {font-size:28px;}

	/*컨텐츠*/
		/*실컨텐츠영역*/
		.con_body {padding:30px 0}

	/* 푸터영역 */
	.fs_footer_box {padding:30px 10px;}

	/* 맨위로 */
	.btn_top {display:none;position:fixed;right:10px;bottom:10px;background:#0065ba;font-size:0;}
	.btn_top img {width:40px;}

}

/*모바일*/
@media only screen and (max-width:767px){

	.fs_footer_link {float:left;font-size:13px;}
	.fs_footer_link .link {padding-top:0px; padding-bottom:20px;}
	.fs_footer_link .link:after {content:"";display:block;clear:both;}
	.fs_footer_link .link li {display:inline-block;float:left;width:50%;line-height:normal;padding:0;margin-left:0;background:#fff;text-align:center;}
	.fs_footer_link .link li:nth-child(7) { width:100%; }
	.fs_footer_link .link li:first-child {padding:0;margin-left:0;background:#fff;}
	.fs_footer_link .link li:first-child a {color:#000;}
	.fs_footer_link .link a {display:block;padding:11px;margin:-1px 0 0 -1px;border:1px solid #ddd;}
	.fs_footer_link address {color:#666;}
	.fs_footer_link address .tel {display:inline-block;margin-left:5px;padding-left:10px;background:url(./../img/layout/foot_line.gif) no-repeat left center;color:#333;}
	.fs_footer_link p {padding-bottom:30px;color:#666;}

	/* 상단 */
	.fs_head .logo a span {margin-left:10px;padding:5px 0 0 7px;font-size:14px;font-family:"Nanum Gothic",sans-serif;}

	/*모바일 버튼*/
	.fs_head .mbtn_box {display:block;margin:-44px 0 0 15px;}
	.fs_head .mbtn_box .menu_open {position:relative;z-index:11;display:block;width:26px;height:24px;font-size:0}
	.fs_head .mbtn_box .menu_open:after {content:"";position:absolute;left:0;top:0;bottom:0;width:26px;height:4px;margin:auto 0;background:#000;transition:all 0.4s;}/* 가운데 */
	.fs_head .mbtn_box .menu_open span:after {content:"";position:absolute;left:0;bottom:0;width:26px;height:4px;background:#000;transition:all 0.4s;}/* 하단 */
	.fs_head .mbtn_box .menu_open span:before {content:"";position:absolute;left:0;top:0;width:26px;height:4px;background:#000;transition:all 0.4s;}/* 위 */
	/*모바일 버튼_on*/
	.fs_head .mbtn_box .menu_open.on {position:relative;display:block;width:26px;height:23px;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:#fff;}/* 가운데 */
	.fs_head .mbtn_box .menu_open.on span:after {content:"";position:absolute;left:0;bottom:10px;width:26px;height:4px;background:#fff;transform:rotate(45deg);}/* 하단 */
	.fs_head .mbtn_box .menu_open.on span:before {content:"";position:absolute;left:0;top:9px;width:26px;height:4px;background:#fff;transform:rotate(-45deg);}/* 위 */
	/*모바일 로그인*/
	.fs_head .mbtn_box .login_open {float:right;display:inline-block;width:38px;height:38px;line-height:38px;margin:-31px 15px 0 0;background:#124140;border-radius:100%;font-size:12px;text-align:center;color:#fff;}

	/* 글로벌 */
	.mglobal_box {width:320px;}
	/* 헤더메뉴 */
	.fs_mtop_menu .lnb {width:320px;}
		/* 1뎁스 */
		.fs_mtop_menu a.lnb_title {width:157px;height:52px;padding-left:15px;line-height:52px;font-size:14px;}
			/* 2뎁스 */
			.fs_mtop_menu .lnb_layer01 {left:157px;}
			.fs_mtop_menu .lnb_layer01 span {width:15px;height:15px;}
			.fs_mtop_menu .lnb_layer01 span:after {left:3px;top:7px;}
			.fs_mtop_menu .lnb_layer01 span:before {left:7px;top:3px;}
			.fs_mtop_menu .lnb_layer01 > li > a {width:163px;height:52px;padding-left:15px;font-size:14px;}
				/* 3뎁스 */
				.fs_mtop_menu .lnb li + li + li + li .lnb_layer01 li + li .lnb_layer02 {padding-bottom:90px;}
				.fs_mtop_menu .lnb li + li + li + li .lnb_layer01 li + li + li .lnb_layer02 {padding-bottom:63px;}
				.fs_mtop_menu .lnb_layer01 > li > a.mob_more.on > .lnb_layer02 {display:block;}
				.lnb_layer02 li {margin-bottom:0;}
				.lnb_layer02 li a {font-size:13px;line-height:25px;}


	/* 오른쪽영역 */
		/* 로케이션 */
		.con_header {height:auto;position:relative;}
		.con_header:after {content:"";display:block;clear:both;}
		.con_header h3 {float:none;height:auto;line-height:50px;padding-left:10px;font-size:20px;}
		.con_header h3:before {width:10px;height:10px;}
		.con_header .location {margin-top:10px;position:absolute;top:0;right:0;display:inline-block;width:100%;}
		.con_header .location a {display:none;}
		.con_header .location .facebook {display:inline-block;float:right;margin-right:0;width:34px;margin-top:0;}
		.con_header .location a img {width:85%;}

	/* 서브비주얼 */
	.fs_sub_visual {height:135px;}
	.fs_sub_visual .sub_title {height:135px;padding:20px 0 0 10px;}
	.fs_sub_visual .sub_title img {width:242px; display:none;}

		/* 실컨텐츠영역 */
		.con_body {padding:25px 0;min-height:400px;}

	/* 푸터영역 */
	.fs_footer_box .foot_text strong.tel {display:block;background:none;}

	/* 맨위로 */
	#fs_footer .btn_top {display:none;position:fixed;right:10px;bottom:10px;width:30px;height:30px;padding:1px 0 0 0;}

}