@charset "utf-8";
@import url('font/fs_font.css');

a {transition:all .3s ease;-webkit-transition:all .3s ease;}
.w1480 {max-width:1480px;margin:auto;}
.flexbox {display:flex;}
	@media only screen and (max-width:1479px){
		.w1480 {padding:0 3rem;}
	}
	@media only screen and (max-width:767px){
		.w1480 {padding:0 1.5rem;}
	}

/***********************/

/* 해더영역 */
#fs_wrap {}
#fs_header {
	position:fixed;top:0;left:0;width:100%;z-index: 100;opacity:0;height:100px;padding:0 6rem;
	transform:translateY(-100px);animation:header-slide 1s ease-in-out forwards;
}
	@keyframes header-slide {
		0% {opacity:0;transform:translateY(-100px);-webkit-transform:translateY(-100px);}
		100% {opacity: 1;transform:translateY(0);-webkit-transform:translateY(0);}
	}

/* 상단 */
.fs_head {display: flex;align-items: center;justify-content: space-between;height:100px;}
.fs_head .logo a {display:inline-block;height:51px;overflow: hidden;}
.fs_head .logo a img {position: relative;top:-51px;transition:all .3s;-webkit-transition:all .3s;max-width:100%;}

/* 헤더메뉴 */
.fs_top_menu {display: block;height: 100%;}
.fs_top_menu .lnb {display: flex;height:100%;}
/* 1뎁스 */
#fs_header .fs_top_menu .lnb > li {position:relative;height:100%;font-family: "Sen", sans-serif;}
#fs_header .fs_top_menu .lnb > li.on .lnb_title,
#fs_header .fs_top_menu .lnb > li.on .dep2 {background:#87ceeb;}
#fs_header .fs_top_menu .lnb > li .lnb_title {display: flex;align-items: center;justify-content: center;height:100%;padding:0 38px;color:#fff;font-size:2rem;font-weight:600;transition:all .3s;-webkit-transition:all .3s;}
#fs_header .fs_top_menu .lnb > li .lnb_title strong {font-family:inherit;font-size:inherit;}
#fs_header .fs_top_menu .lnb > li .dep2 {visibility: hidden;opacity: 0;text-align: center;width:100%;padding:40px 0;min-height:0;transition:all .3s;-webkit-transition:all .3s;}
#fs_header .fs_top_menu .lnb > li .dep2 li {font-size:1.7rem;}
#fs_header .fs_top_menu .lnb > li .dep2 li:nth-of-type(n+2) {margin-top:20px;}
#fs_header .fs_top_menu .lnb > li .dep2 li a {color:#555;font-weight:500;}
#fs_header .fs_top_menu .lnb_bg {position:absolute;left:0;right:0;top:0;height:0;background:#fff;visibility: hidden;opacity: 1;z-index: -2;overflow:hidden;box-shadow:0 15px 30px -15px rgba(0, 0, 0, 0.2);transition:all .2s;-webkit-transition:all .2s;}

#fs_header.open {background:#fff;}
#fs_header.open .fs_head {border-bottom:1px solid #eee;}
#fs_header.open .fs_head .logo a img {top:0;}
#fs_header.open .fs_top_menu .lnb > li .lnb_title {color:#000;}
#fs_header.open .fs_top_menu .lnb > li .dep2 {visibility: visible;opacity: 1;}
#fs_header.open .fs_top_menu .lnb > li .dep2 a:is(:hover, :focus, :active) {font-weight:600;color:#000;}
#fs_header.open .fs_top_menu .lnb_bg {visibility:visible;opacity: 1;height:100%;}

/* 스크롤시 */
#fs_header.scroll {background:#fff;}
#fs_header.scroll .fs_head {border-bottom:1px solid #eee;}
#fs_header.scroll .fs_head .logo a img {top:0;}
#fs_header.scroll .fs_top_menu .lnb > li .lnb_title {color:#000;}
#fs_header.scroll .fs_head .global_box .lang {color:#222;}
#fs_header.scroll .fs_head .global_box .lang li a:after {background:#222;}
#fs_header.scroll .fs_head .global_box .mbtn_box .menu_open:after {filter:brightness(0) saturate(100%) invert(12%) sepia(0%) saturate(3164%) hue-rotate(156deg) brightness(98%) contrast(96%);}


#fs_container_wrap {}

/* 글로벌 & 메뉴오픈 */
.fs_head .global_box {display:flex;gap:0 8rem;}
.fs_head .global_box .lang {display:flex;gap:0 15px;align-items:center;font-family: "Sen", sans-serif;font-weight:bold;color:#fff;}
.fs_head .global_box .lang li a {position:relative;width:100%;}
.fs_head .global_box .lang li a:after {content:'';position:absolute;left:0;bottom:-7px;height:3px;width:0;background:#fff;transition:all .3s;-webkit-transition:all .3s;}
.fs_head .global_box .lang li:is(.on, :hover, :focus, :active) a:after {width:100%;}
.fs_head .global_box .mbtn_box {}
.fs_head .global_box .mbtn_box .menu_open {position:relative;display:inline-block;width: 30px;height:auto;aspect-ratio: 1/1;font-size:0;z-index: 9999;}
.fs_head .global_box .mbtn_box .menu_open:after {content:'';position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;background:url("/images/fs2/layout/sitemap.png") no-repeat center;width:100%;height: 100%;}
.fs_head .global_box .mbtn_box .menu_open span {display: block;position: relative;width:100%;height:100%;}

#fs_header.open .fs_head .global_box .lang {color:#222;}
#fs_header.open .fs_head .global_box .lang li a:after {background:#222;}
#fs_header.open .fs_head .global_box .mbtn_box .menu_open:after {filter:brightness(0) saturate(100%) invert(12%) sepia(0%) saturate(3164%) hue-rotate(156deg) brightness(98%) contrast(96%);}
/* 메뉴 오픈 */
.fs_head .global_box .mbtn_box .menu_open.active:after {background:none;}
.fs_head .global_box .mbtn_box .menu_open.active span:before {content:'';position:absolute;left:0;right:0;margin:auto;top:0;bottom:0;width:30px;height:2px;transform:rotate(-45deg);background:#222;}
.fs_head .global_box .mbtn_box .menu_open.active span:after {content:'';position:absolute;left:0;right:0;margin:auto;top:0;bottom:0;width:30px;height:2px;transform:rotate(45deg);background:#222;}

.fs_mtop_menu {visibility: hidden;position: fixed;left:-100%;top:0;height:100vh;z-index:20;width:0;transition: 0.6s ease;padding-left:calc(30% + 60px);padding-right:60px;}
.fs_mtop_menu:after {content:'';position:absolute;left:0;top:0;width:30%;height:100%;background:url("/images/fs2/layout/sitemap_bg.jpg") no-repeat right center;background-size: cover;}
.fs_mtop_menu.active .lnb_bg {display: none;}
.fs_mtop_menu.active {visibility: visible;left:0;width:100%;background:#fff;}
.fs_mtop_menu.active .lnb {margin-top:14rem;}
.fs_mtop_menu.active .lnb > li {padding:40px 0;display:flex;flex-wrap:wrap;gap:15px 60px;border-bottom:1px solid #ddd;}
.fs_mtop_menu.active .lnb > li .lnb_title {width:200px;font-size:1.8em;color:#000;font-weight:bold;display:block;}
.fs_mtop_menu.active .lnb > li .dep2 {display:flex;flex-wrap:wrap;gap:30px 0;line-height: 1.4;width:calc(100% - 260px);height:unset !important;}
.fs_mtop_menu.active .lnb > li .dep2 > li {width:25%;color:#222;font-weight:500;}
.fs_mtop_menu.active .lnb > li .dep2 > li a {position: relative;font-size:1.1em;padding-bottom:3px;}
.fs_mtop_menu.active .lnb > li .dep2 > li a:after {content:'';position:absolute;left:0;bottom:0;width:0;height:1px;background:#222;transition:all .3s;-webkit-transition:all .3s;}
.fs_mtop_menu.active .lnb > li .dep2 > li a:is(:hover,:active,:focus):after {width:100%;}

	@media only screen and (max-width:1199px) {
		#fs_header {padding:0 3rem;}
		.fs_head .logo a {height:46px;}
		.fs_head .logo a img {max-width:150px;top:-45px;}
		.fs_head .global_box {gap:0 4rem;}

		#fs_header .fs_top_menu .lnb > li .lnb_title {padding:0 28px;}

		/* 사이트맵 */
		.fs_mtop_menu.active .lnb > li .lnb_title {font-size:1.4em;width:auto;}
		.fs_mtop_menu.active .lnb > li .dep2 > li {width:33%;}
	}
	@media only screen and (max-width:1023px) {
		#fs_header .fs_head {border-bottom:1px solid rgba(255,255,255,.3);}
		#fs_header .fs_top_menu .lnb {display: none;}

		/* 사이트맵 */
		.fs_mtop_menu {padding:0 3rem 3rem;}
		.fs_mtop_menu:after {display:none;}
	}
	@media only screen and (max-width:767px) {
		#fs_header {padding:0 1.5rem;}

		.fs_head .logo a {height:40px;}
		.fs_head .logo a img {max-width:130px;top:-40px;}

		/* 사이트맵 */
		.fs_mtop_menu.active {overflow-y: auto;}
		.fs_mtop_menu.active .lnb {margin-top:10rem;}
		.fs_mtop_menu.active .lnb > li {flex-direction: column;padding:20px 0;}
		.fs_mtop_menu.active .lnb > li .dep2 {gap:10px 0;margin-top:7px;width: 100%;}
		.fs_mtop_menu.active .lnb > li .dep2 > li {width: 100%;}
	}

/* 서브비주얼 */
.fs_sub_visual {width: 100%;height:60vh;background-size:cover !important;position:relative;}
.fs_sub_visual p {position: relative;top:50%;transform:translateY(-50%);text-align:center;color:#fff;font-weight:bold;font-size:3em;font-family:'sen',Sans-serif;opacity:0;transform:translateY(-100px);animation:header-slide 1.4s ease-in-out forwards;animation-delay: .4s;}
.fs_sub_visual p span {}

/* 서브컨텐츠 */
.fs_snb_box {position:relative;margin-top:-70px;/*backdrop-filter:blur(34px);*/}
.snb_menu .dep1 {display:flex;align-items:center;height:70px;color:#fff;width: 100%;padding:0 6rem;}
.snb_menu .dep1 > li {position:relative;width:calc(50% - 25px);max-width: 240px;}
.snb_menu .dep1 > li:nth-of-type(n+2):after {content:'';position:absolute;left:0;top:0;bottom:0;margin:auto;background:rgba(255,255,255,.4);width:1px;height:14px;}
.snb_menu .dep1 > li > a {padding:0 20px;display:block;width:100%;height:100%;}
.snb_menu .dep1 > li > a.arrow:after {content:'';position:absolute;right:20px;top:0;bottom:0;margin:auto;background:url("/images/fs2/common/menu_arrow.png") no-repeat center;width:10px;height:6px;filter:brightness(0) saturate(100%) invert(99%) sepia(100%) saturate(0%) hue-rotate(55deg) brightness(102%) contrast(102%);}
.snb_menu .dep1 > li.home {width: 70px;height:auto;aspect-ratio: 1/1;max-width:70px;}
.snb_menu .dep1 > li.home a {display: block;background:url("/images/fs2/layout/home.png") no-repeat center;background-size:16px;}
.snb_menu .dep1 > li .dep2 {position:absolute;top:37px;left:0;width:100%;background:#062531;border-radius:10px;font-size:.95em;z-index:11;overflow: hidden;}
.snb_menu .dep1 > li .dep2 > li a {display:block;width:100%;padding:7px 20px;line-height:2.5;font-size:.95em;}
.snb_menu .dep1 > li .dep2 > li a:is(:hover, :focus, :active) {background:#87ceeb;}

	@media only screen and (max-width:1479px){
		.snb_menu .dep1 {padding:0 3rem;}
	}
	@media only screen and (max-width:1023px){
	}
	@media only screen and (max-width:767px){
		.snb_menu .dep1 {padding:0 1.5rem;}
		.snb_menu .dep1 > li {width:50%;}
		.snb_menu .dep1 > li.home {display: none;}
		.snb_menu .dep1 > li:nth-of-type(2):after {display: none;}
		.snb_menu .dep1 > li .dep2 {padding:20px 0;}
		.snb_menu .dep1 > li .dep2 > li a {line-height: 2;}
	}

/* 실컨텐츠영역 */
.con_body {margin:120px 0 150px;}

/* 푸터영역 */
#fs_footer {padding:4.5rem 6rem;position:relative;border-top:1px solid #eee;background:#fff;}
.fs_footer_box {}
.fs_footer_box .foot_text {font-weight:500;color:#444;}
.fs_footer_box .foot_text p {margin:6rem 0 2rem;font-weight: bold;color:#000;}
.fs_footer_box .foot_text .f_info {display:flex;flex-wrap:wrap;gap:12px 23px;}
.fs_footer_box .foot_text .f_info > li {position: relative;}
.fs_footer_box .foot_text .f_info > li:nth-of-type(n+2):after {content:'';position:absolute;left:-11px;top:4px;width:1px;height:11px;background:#ddd;}
.fs_footer_box .foot_text address.address {margin-bottom:10px;}
.fs_footer_box .foot_text span.copyright {display: block;text-align: right;}

/*맨위로*/
#fs_footer .btn_top {display:block;background:#87ceeb;width: 70px;height: auto;aspect-ratio:1/1;position:absolute;top:-130px;right:60px;overflow:hidden;z-index:99; }
#fs_footer .btn_top img {position:relative;top:50%;left:50%;transform:translate(-50%, -50%);transition:all .4s;-webkit-transition:all .4s;}
#fs_footer .btn_top:hover img {top:42%;}

	@media only screen and (max-width:1199px){
		#fs_footer {padding:4rem 3rem;}
		#fs_footer .btn_top {right:3rem;top:-9rem;}
	}
	@media only screen and (max-width:1023px){
		.fs_footer_box .foot_text p {margin:4rem 0 1rem;}
	}
	@media only screen and (max-width:767px){
		#fs_footer {padding:4rem 1.5rem;}
		.fs_footer_box {text-align: center;}
		.fs_footer_box .foot_text .f_info {justify-content: center;gap:3px 0;}
		.fs_footer_box .foot_text .f_info > li {width:100%;}
		.fs_footer_box .foot_text .f_info > li:after {display:none;}
		.fs_footer_box .foot_text span.copyright {margin-top:15px;text-align: center;color:#999;}

		#fs_footer .btn_top {right:1.5rem;top:-7rem;width:50px;}
		#fs_footer .btn_top img {max-width: 20px;}
	}


/* ------------------------------ 다국어(영문) */
:lang(en) #fs_header .fs_top_menu .lnb > li .lnb_title {padding:0 45px;}
:lang(en) #fs_header .fs_top_menu .lnb > li .dep2 li {font-size:.95em;}

/* ------------------------------ 다국어(중문) */
:lang(ch) #fs_header .fs_top_menu .lnb > li .lnb_title {padding:0 45px;min-width:160px;}
	@media only screen and (max-width:1399px){
		:lang(ch) #fs_header .fs_top_menu .lnb > li .lnb_title {min-width:130px;}
	}