@charset "utf-8";
@import url('font/fs_font.css');

/*********** 공통 ***********/
a {display: block;width:100%;transition: all .4s;-webkit-transition:all .4s;}
.wrp {width:clamp(0px, 96%, 1400px);margin:auto;}
@keyframes animate-slide {
	0% {opacity: 0;transform:translateY(-60px);-webkit-transform:translateY(-60px);}
	100% {opacity: 1;transform:translateY(0);-webkit-transform:translateY(0);}
}


/*********** 헤더영역 ***********/
#fs_header {}
/* 상단 */
.fs_head .user_menu {border-bottom:1px solid #e4e8eb;}
.fs_head .user_menu ul {height:4rem;display:flex;justify-content:flex-end;align-items:center;gap:3rem;}
.fs_head .user_menu ul li a {display:flex;align-items:center;gap:.6rem;color:#4b4f54;font-weight:bold;font-size:1.6rem;}
.fs_head .user_menu ul li a:is(:hover,:focus,:active) {color:#0085ca;text-decoration:none;}
.fs_head .menu_wrap .wrp {display:flex;justify-content:space-between;align-items:center;}

/* 모바일 버튼 */
.fs_head .mbtn_box {font-size:3rem;}
.fs_head .mbtn_box a:is(:hover,:focus,:active) {color:#0085ca;text-decoration:none;}

/* 헤더메뉴 */
.fs_top_menu {}
.fs_top_menu .lnb {display:flex;align-items:center;height:8rem;}
/* 1뎁스 */
.fs_top_menu .lnb > li {position:relative;overflow:hidden;}
.fs_top_menu .lnb > li .lnb_title {font-weight:bold;font-size:2rem;color:#000;padding:1rem 3rem;}
.fs_top_menu .lnb > li .lnb_title:is(:hover,:focus,:active) {text-decoration:none;}
	/* 2뎁스 */
	.fs_top_menu .lnb > li .dep1 {position:absolute;left:50%;display:flex;transform:translateX(-50%);flex-direction:column;gap:1.5rem;padding:2.5rem;border-radius:.8rem;background:linear-gradient(125deg, #0085ca 0%, #00557d 100%);opacity:0;margin-top:2rem;transition:opacity .2s ease-out, margin-top .2s ease-out;}
	.fs_top_menu .lnb > li .dep1 a {font-size:1.7rem;color:#a5d8f2;white-space:nowrap;transition:color .2s;}
	.fs_top_menu .lnb > li .dep1 a:is(:hover,:focus,:active) {font-weight:bold;color:#fff;}
	/* 헤더메뉴 - 오버 */
	.fs_top_menu .lnb > li:has(a:hover,a:focus,a:active), .fs_top_menu .lnb > li:is(:hover,:focus,:active) {overflow:visible;z-index:99;}
	.fs_top_menu .lnb > li:has(a:hover,a:focus,a:active) .dep1, .fs_top_menu .lnb > li:is(:hover,:focus,:active) .dep1 {opacity:1;margin-top:0;}

/* 모바일메뉴 */
.overflow_y {overflow:hidden;}
.overflow_y .shadow {position:fixed;left:0;top:0;background:rgba(0,0,0,0.7);width:100%;height:100vh;z-index:14;}
.overflow_y .fs_top_menu {pointer-events : none;}
.fs_mtop_menu {visibility: hidden;position: fixed;right:-100%;top:0;width:0;transition:.1s ease;height:100vh;overflow-y: auto;padding-bottom:100px;}
.fs_mtop_menu .lnb_wrp {margin-top:8rem;padding:0 4rem;}
.fs_mtop_menu .lnb_wrp .lnb > li {display: flex;flex-wrap:wrap;border-bottom:1px dashed #ddd;padding:20px 0;}
.fs_mtop_menu .lnb_wrp .lnb li .lnb_title {position:relative;width:24rem;font-size:2.8rem;color:#004077;font-weight:bold;}
.fs_mtop_menu .lnb_wrp .lnb li .lnb_title.arrow:after {content:'';position:absolute;right:0;top:0;bottom:0;margin:auto;background:url("/images/fs/images/common/icon_tab2.png") no-repeat center;width:10px;height:6px;transition: all .3s;-webkit-transition: all .3s;}
.fs_mtop_menu .lnb_wrp .lnb li .dep1 {width:calc(100% - 24rem);}
.fs_mtop_menu .lnb_wrp .lnb li .dep1 a {padding:7px 20px;color:#999;font-weight:bold;font-size:inherit;}
.fs_mtop_menu .lnb_wrp .lnb li .dep1 a:hover {color:#222;}
.fs_mtop_menu.active {visibility: visible;right:0;width:100%;max-width:40%;background:#fff;z-index:15;}
.fs_head .mbtn_box .menu_open.active {width:3rem;position:absolute;top:2rem;right:4rem;z-index:99;}
.fs_head .mbtn_box .menu_open.active i {position:relative;background:none;width:25px;height:25px;}
.fs_head .mbtn_box .menu_open.active span:before {content:"";position:absolute;left:0;top:0;bottom:0;right:0;width:20px;height:2px;margin:auto;background:#222;transition:0.4s;transform: translateY(0) rotate(45deg);z-index:15;opacity:1;}
.fs_head .mbtn_box .menu_open.active span:after {content:"";position:absolute;left:0;top:0;bottom:0;right:0;width:20px;height:2px;margin:auto;background:#222;transition:0.4s;transform: translateY(0) rotate(-45deg);z-index:15;opacity:1;}
	@media only screen and (max-width:1299px) {
		/* 로고 */
		.logo a {height:3rem;}
		.logo a img {max-height:100%;}

		/* 1뎁스 */
		.fs_top_menu .lnb > li .lnb_title {padding:1rem 2rem;}

		/* 모바일메뉴 */
		.fs_mtop_menu.active {max-width:50%;}
	}
	@media only screen and (max-width:1099px) {
		/* 1뎁스 */
		.fs_top_menu .lnb > li .lnb_title {padding:1rem;}
	}
	@media only screen and (max-width:1023px) {
		/* 헤더메뉴 */
		.fs_top_menu {height:7rem;}
		.fs_top_menu .lnb {display:none;}

		/* 모바일메뉴 */
		.overflow_y .shadow {display: none;}
		.fs_mtop_menu.active {max-width:100%;}
	}
	@media only screen and (max-width:767px) {
		/* 모바일메뉴 */
		.fs_mtop_menu .lnb_wrp .lnb > li {flex-direction:column;}
		.fs_mtop_menu .lnb_wrp .lnb > li.on .lnb_title.arrow:after {transform:rotate(180deg);}
		.fs_mtop_menu .lnb_wrp .lnb li .lnb_title {width:100%;font-size:1.6em;}
		.fs_mtop_menu .lnb_wrp .lnb li .dep1 {width:100%;margin-top:20px;}
		.fs_mtop_menu .lnb_wrp .lnb li .dep1 a {padding:7px 0;}

	}

/* 타이틀 */
.con_title {text-align:center;margin-bottom:80px;}
.con_title span {font-size:1.8rem;color:#999;margin-top:20px;display:block;font-weight:600;font-family:'ONEMobile';}
@media only screen and (max-width:1023px){
	.con_title span {margin-top:25px;}
}
@media only screen and (max-width:767px){
	.con_title {padding:0 15px;}
	.con_title span {margin-top:10px;font-size:1.6rem;}
}

#fs_container_wrap {}

/* 서브비주얼 */
.fs_sub_visual {position:relative;height:320px;background:#eee;overflow: hidden;margin:0 30px;border-radius:5px;display: flex;align-items: center;justify-content: center;transition:all .2s;}
.fs_sub_visual .wrp .snb_title {position:relative;z-index: 1;color:#fff;text-align: center;font-size:2.4em;font-weight:bold;}
.fs_sub_visual .wrp .snb_title {opacity:0;transform:translateY(0);animation:animate-slide 1s ease-in-out forwards;animation-delay:.4s;-webkit-transition:all .4s;transition:all .4s;}
.fs_sub_visual .sv_bg {position:absolute;left:0;top:0;width:100%;display: flex;align-items: center;justify-content: center;height:100%;}
.fs_sub_visual .sv_bg img {width:100%;}

/* 서브컨텐츠 */
.fs_snb_contents {}
.fs_snb_contents .snb_menu {margin-top:30px;padding-bottom:30px;border-bottom:1px solid #eee;}
.fs_snb_contents .snb_menu .mob_tab {display:none;}
.fs_snb_contents .snb_menu .snb_list {display: flex;justify-content: center;gap:15px 30px;flex-wrap:wrap;}
.fs_snb_contents .snb_menu .snb_list li a {font-weight:bold;color:#222;font-size:1.2em;opacity: .4;}
.fs_snb_contents .snb_menu .snb_list li a span {display:inline-block;position:relative;}
.fs_snb_contents .snb_menu .snb_list li a span:after {content:'';position:absolute;left:0;bottom:0;width:0;height:8px;background:#68b8f9;border-radius:30px;opacity: .3;z-index: -1;transition:all .3s;-webkit-transition:all .3s;}

.fs_snb_contents .snb_menu .snb_list li.on a,
.fs_snb_contents .snb_menu .snb_list li:hover a {opacity: 1;color:#004077;}
.fs_snb_contents .snb_menu .snb_list li.on a span:after,
.fs_snb_contents .snb_menu .snb_list li:hover a span:after {width:100%;}

	@media only screen and (max-width:1199px){
		.fs_sub_visual .sv_bg img {height:100%;width:auto;}
	}
	@media only screen and (max-width:767px){
		.fs_sub_visual .wrp .snb_title {font-size:2em;}

		.fs_sub_visual {height:240px;margin:0 15px;}
		.fs_sub_visual .sv_bg img {height:240px;width:auto;}
	}
	@media only screen and (max-width:560px){
		.fs_sub_visual {height:200px;}
		.fs_sub_visual .sv_bg img {height:200px;}

		.fs_snb_contents {position: relative;}
		.fs_snb_contents .snb_menu {margin-top:10px;}
		.fs_snb_contents .snb_menu .mob_tab {}
		.fs_snb_contents .snb_menu .mob_tab {position:relative;display:block;color:#fff;font-size:1.125em;background:#222;line-height:40px;border-radius:5px;font-weight:bold;padding-left:15px;}
		.fs_snb_contents .snb_menu .mob_tab:after {content:'';position:absolute;right:20px;top:0;bottom:0;margin:auto;background:url("/images/fs/common/icon_tab.png") no-repeat center; width:10px;height:6px;transition:all .4s;-webkit-transition:all .4s;}
		.fs_snb_contents .snb_menu .mob_tab.on:after {transform:rotate(180deg);}
		.fs_snb_contents .snb_menu .snb_list {display:none;border-radius:5px;position:absolute;left:0;right:0;top:45px;border:1px solid #dee0e3;background:#fff;margin:0 15px;z-index: 1;overflow:hidden;}
		.fs_snb_contents .snb_menu .snb_list li a {font-size:1em;padding:10px 15px;color:#222;opacity:.5;}
		.fs_snb_contents .snb_menu .snb_list li a span:after {display: none;}
		.fs_snb_contents .snb_menu .snb_list li.on a {background:none;color:#222;}
		.fs_snb_contents .snb_menu .snb_list li:hover a {background:#eee;opacity: 1;color:#222;}
	}

/* 컨텐츠영역 */
.fs_content .con_body {margin:60px 0 80px;}

/* 푸터영역 */
#fs_footer {background:#f7f7f7;}
.fs_footer_box {}
.fs_footer_box .flexbox {display:flex;gap:0 60px;padding:60px 0;}
.fs_footer_box .foot_text {font-size:.9em;font-weight:500;width:calc(100% - 145px);color:#222;}
.fs_footer_box .foot_text .link_box {display:flex;gap:10px 30px;width:100%;font-weight:bold;padding-bottom:15px;border-bottom:1px solid #dee0e3;margin-bottom:30px;}
.fs_footer_box .foot_text .link_box > li {position:relative;}
.fs_footer_box .foot_text .link_box > li + li:after {content:'';position:absolute;left:-15px;top:1px;width:1px;height:12px;background:#9e9e9e;}
.fs_footer_box .foot_text .info_box {display:flex;gap:0 50px;margin-top:7px;}
.fs_footer_box .foot_text .info_box > li {position:relative;}
.fs_footer_box .foot_text .info_box > li + li:after {content:'/';position:absolute;left:-25px;top:0;color:#222;}
.fs_footer_box .copyright {display:block;color:#999;background:#eaeaea;padding:30px 0;text-align: center;font-size:.9em;}
.fs_footer_box .made {display:block;color:#fff;background:#2675bf;padding:8px 0;text-align: center;font-size:.8em;}
	@media only screen and (max-width:767px){
		.fs_content .con_body {margin:40px 0 60px;}
		.fs_footer_box .flexbox {flex-direction: column;padding:40px 0;}
		.fs_footer_box .flexbox .logo {text-align: center;}
		.fs_footer_box .flexbox .logo img {height:3.5rem;}
		.fs_footer_box .foot_text {width:100%;text-align: center;margin-top:30px;}
		.fs_footer_box .foot_text .link_box {margin-bottom:15px;justify-content: center;}
		.fs_footer_box .foot_text .info_box {justify-content: center;}
	}