@charset "UTF-8";

/*----------------------------------------------------------------------
@ HEADER  
----------------------------------------------------------------------*/
#header {position:fixed;top:0;left:0;width:100%;height:90px;background-color:transparent; border-bottom:1px solid transparent;z-index:99;-webkit-transition-duration:0.5s;-m-transition-duration: 0.5s;-o-transition-duration:0.5s;-ms-transition-duration:0.5s;transition-duration:0.5s;box-sizing:border-box;}
#header:before {content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000;opacity:0;-webkit-transition-duration:1s;-m-transition-duration: 1s;-o-transition-duration:1s;-ms-transition-duration:1s;transition-duration:1s;}
#header header {position:relative;max-width:1440px;margin:0 auto;height:100%;z-index:2;display:flex;align-items:center;justify-content:space-between;}
#header h1 {}
#header h1 a {display:flex; line-height:1;}
#header h1 img {vertical-align:revert;}

/* sub full : 
#header:before { content:'';position:absolute;top:-205px;left:0;width:100%;height:300px;background-color:#1b2032;opacity:0;-webkit-transition-duration:1s;-m-transition-duration: 1s;-o-transition-duration:1s;-ms-transition-duration:1s;transition-duration:0.3s; z-index:-1;}
#header.open_menu:before {opacity:0.8; top:0; }
*/

/*up & Down*/
#header.nav-up {top:-90px;}
#header.type2.nav-up { top:-90px; background-color:#fff;} 
#header.nav-down {top:0;background-color:#fff; }
#header.type2.nav-down { top:0; } 
#header.nav-up:before {opacity:0.99;}
#header.nav-down:before {opacity:0.99;}
#header.nav-down.nav-top { background-color:transparent; } 
#header.nav-down.nav-top:before {opacity:0; }

/*
@media screen and (max-width: 2060px){
	#header header {margin:0 70px;}
}
@media screen and (max-width: 1600px){
	#header header {margin:0 40px;}
}*/
@media screen and (max-width: 1470px){
	#header header {margin:0 15px;}
}
@media screen and (max-width: 1200px){
	#header header {margin:0 15px;}
}
@media screen and (max-width: 1024px){
	#header {top:0 !important;height:60px; background:#000;}
	#header:before{background:#000; } 
	#header h1 {padding:15px 0;}
	#header h1 img {height:40px;}
	#header.nav-up:before {opacity:0.99;}
}

#header .header-inner { display:flex; align-items:center; } 


/*----------------------------------------------------------------------
@ 메뉴
----------------------------------------------------------------------*/
.lnb-menu > li { } 
.lnb-menu > li > a {display:block; font-family:var(--en); font-weight:600;font-size:1.125rem;color:#fff;letter-spacing:-0.5px;overflow:hidden;transition:all .5s ease; }
.lnb-menu > li > a:after { display:none; content:'';position:absolute;left:50%;right:50%;bottom:0;height:3px;background-color:var(--menu);z-index:-1;-webkit-transition-property:left,right;transition-property:left,right;-webkit-transition-duration:0.3s;-moz-transition-duration:0.3s;-ms-transition-duration:0.3s;-o-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;}
.lnb-menu > li.on > a {color:var(--menu);}
.lnb-menu > li.on > a:after,
.lnb-menu > li > a:hover:after {left:0;right:0;}
.lnb-menu > li.active > a:after {left:0;right:0;}	/* submenu on 했을때 유지하기 위해 */

#header.type2 .lnb-menu > li > a:after { height:2px; } 

@media screen and (min-width: 1025px){
	.lnb-menu {font-size:0;}
	.lnb-menu > li {position:relative;display:inline-block;}
	.lnb-menu > li > a {position:relative;display:flex;justify-content:center;align-items:center;height:90px;padding:0 2.1875rem;}
	.lnb-menu > li:last-child > a { padding-right:0; } 
	/*
	.lnb-menu > li > a:before { content:''; position:absolute; display:inline-block; width:0; height:0; bottom:-3px; left:50%; transform:translateX(-50%); border-left:8px solid transparent; border-right:8px solid transparent; border-bottom:10px solid var(--menu); transition:all .4s ease; opacity:0; }
	.lnb-menu > li.ov > a:before { opacity:1; bottom:0px; } 
	*/
}
@media screen and (max-width: 1440px) and (min-width: 1261px){
}
@media screen and (max-width: 1260px) and (min-width: 1100px){
} 
@media screen and (max-width: 1100px) and (min-width: 1025px){
} 

@media screen and (max-width: 1024px) { 
	#header.type2 .lnb-menu > li > a:after { display:none; }
}

/*----------------------------------------------------------------------
@ 서브메뉴
----------------------------------------------------------------------*/
.lnb_sub_menu {display:none;position:absolute;top:89px;left:0;width:100%;padding:10px;box-sizing:border-box; }

.lnb_sub_menu ol {max-width:1170px;margin:0 auto;text-align:center;box-sizing:border-box;}
.lnb_sub_menu ol {position:relative;}

.lnb_sub_menu li {display:block;margin:8px 0;}
.lnb_sub_menu li a {position:relative;display:inline-block;padding:2px 0; font-weight:300;font-size:15px;color:#fff;letter-spacing:-0.5px;text-transform:uppercase; }

.lnb_sub_menu li a:after { position:absolute; content:''; bottom:-2px; ;left:50%; transform:translateX(-50%); width:0; height:1px; background:#fff; transition:all 0.4s ease; } 
.lnb_sub_menu li:hover a:after { width:100%; } 

.header__menu-list li:hover a {color:#fff;}
.header__menu-list li.on a {color:#fff;}
.lnb_sub_menu li.on a:before {opacity:1;left:-6px;}
.lnb_sub_menu li.on a:after { width:100%;  }

#header.type2 .lnb_sub_menu ol { text-align:center; }
#header.type2 .lnb_sub_menu li a { font-weight:300; font-size:0.875rem; color:#fff; opacity:0.7; transition:all 0.4s ease; }
/*#header.type2 .lnb_sub_menu li a:after { background:var(--menu); } */
#header.type2 .lnb_sub_menu li:hover a:after { width:100%; } 

@media screen and (min-width: 1025px){
	.lnb_sub_menu {left: 50%; transform: translateX(-50%);width:max-content; max-width:20rem; min-width:100%; z-index:999;}
	#header.type1 .lnb_sub_menu:before {content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--menu);-webkit-transition-duration:0.5s;-moz-transition-duration:0.5s;-ms-transition-duration:0.5s;-o-transition-duration:0.5s;transition-duration:0.5s;}
	#header.type1 .lnb_sub_menu:after { content:''; position:absolute; display:inline-block; width:0; height:0; top:-10px; left:50%; transform:translateX(-50%); border-left:8px solid transparent; border-right:8px solid transparent; border-bottom:10px solid var(--menu); transition:all .4s ease; opacity:0; }
	#header.type1 .lnb_sub_menu.open:after { opacity:1; top:-10px; } 
	#header.type1 .lnb_sub_menu li a {}
	#header.type1 .lnb_sub_menu li a:hover {font-weight:400;color:#fff;  }

	#header.type2 .lnb_sub_menu.open:after { opacity:1; } 
	#header.type2 .lnb_sub_menu li a {}
	#header.type2 .lnb_sub_menu li a:hover { color:#fff; opacity:1;}

	/* submenu bar type
	.lnb_sub_menu:before {content:'';position:fixed;top:89px;left:0;width:100%;height:60px;background-color:var(--menu);-webkit-transition-duration:0.5s;-moz-transition-duration:0.5s;-ms-transition-duration:0.5s;-o-transition-duration:0.5s;transition-duration:0.5s;}
	.lnb_sub_menu.open:before { height:60px; }
	*/
}

/* header fixed */
#header.fixed {position:fixed; }
#header.fixed:before {opacity:1;}


/*----------------------------------------------------------------------
@ HEADER 반응형 
----------------------------------------------------------------------*/
@media screen and (max-width: 1024px){
	.header-inner #header__lnb{display:none;float:none;overflow-y:auto;position:fixed;top:0;left:-1px;width:101%;height:1024px;height:100%;margin:0 !important;background-color:transparent;text-align:center;}
	/*
	.header-inner #header__lnb:before {content:'';position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000;opacity:0.9;}
	*/
	#header__lnb:before {content:'';position:fixed;top:-100vh;left:0;width:100%;height:100%; background-color:rgba(0,0,0,0.9); opacity:1; z-index:-1; transition:all 0.4s cubic-bezier(0.65, 0.05, 0.36, 1) 0.1s; }
	#header__lnb.active:before { top:0px; left:0px; } 

	#header__lnb:after {content:'';position:fixed;top:-100vh;left:0;width:100%;height:100%; background-color:#fff;opacity:.7; z-index:-2; transition:all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1); }
	#header__lnb.active:after { top:0px; left:0px; } 

	#header__lnb {display:table;width:100%;height:100%;}
	#header__lnb .nav { left:50%; top:50%; transform:translate(-50%,-50%); position:relative;height:auto;padding:50px 0;background-color:transparent;vertical-align:middle;}
	.lnb-menu > li {margin-bottom:10px;}
	.lnb-menu > li:last-child {margin-bottom:0;}
	#header.fixed #header__lnb .lnb-menu > li > a,
	.lnb-menu > li > a {position:relative; display:inline-block;padding:10px 0;font-size:1.25rem;color:#fff !important;}
	.lnb-menu > li > a > span { position:relative; } 
	.lnb-menu > li > a > span:after {content:'';position:absolute;left:50%;right:50%;bottom:-2px;height:2px;background-color:#fff;z-index:-1;transition:all 0.3s ease; }
	.lnb-menu > li > a:hover span:after {left:0;right:0;}

	.lnb-menu > li.ov > a {color:#fff;}
	.lnb-menu > li.ov.on > a {color:var(--menu);}
	.lnb-menu > li.ov > a:after {content:none;margin-bottom:0;}
	.lnb-menu > li.on > a {font-weight:600;}
	.lnb_sub_menu {position:static;padding:0 0 20px;background-color:transparent;border:none;text-align:center;}
	.lnb_sub_menu li {display:block;margin:8px 0;}
	.lnb_sub_menu li a {padding:2px 0;font-size:16px;color:#fff;}

	#header.type2 .lnb_sub_menu ol { text-align:center; }
}




/*----------------------------------------------------------------------
@ 언어선택
----------------------------------------------------------------------*/
#header__language {display:flex;align-items:center;justify-content:center;}
#header__language select {width:95px;height:27px;padding:5px;background:url(/images/board/select_bg.png) no-repeat 90% center !important;background-color:transparent;border:1px solid #666;font-size:12px;color:#333;box-sizing:border-box;}
#header__language option {color:#333;}
@media screen and (min-width: 1025px){
	#header__language {height:90px;}
	/*#header__language select {border-color:#fff;color:#fff;background:url(/images/board/select_bg2.png) no-repeat 90% center !important;}*/
	#header.nav-down #header__language select {border-color:#666;color:#333;background:url(/images/board/select_bg.png) no-repeat 90% center !important;}
}
@media screen and (max-width: 1260px) and (min-width: 1025px){
	#header__language select {width:65px;}
}
@media screen and (max-width: 1024px){
	#header__language select {border-color:#fff;color:#fff;background:url(/images/board/select_bg2.png) no-repeat 90% center !important;}
}



/*----------------------------------------------------------------------
@ 모바일버튼
----------------------------------------------------------------------*/
#header__mobile {display:none;position:absolute;top:20px;right:0px;background-color:transparent;box-sizing:border-box;z-index:999999}
#header__mobile span {display:block;width:30px;height:2px;margin:0 auto;background-color:#fff;-webkit-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
#header__mobile .mid2 {margin:8px 0;}
#header__mobile.active{-webkit-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;-webkit-transition-delay: 0.6s;-o-transition-delay: 0.6s;transition-delay: 0.6s;-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);}
#header__mobile.active span {background-color:#fff !important;}
#header__mobile.active span.mid2{width: 0px;}
#header__mobile.active span.mid1,
#header__mobile.active span.mid3 {-webkit-transition-delay: 0.3s;-o-transition-delay: 0.3s;transition-delay: 0.3s;}
#header__mobile.active span.mid1{-webkit-transform: translateY(10px);-ms-transform: translateY(10px);-o-transform: translateY(10px);transform: translateY(10px);}
#header__mobile.active span.mid3 {-webkit-transform: translateY(-10px) rotate(90deg);-ms-transform: translateY(-10px) rotate(90deg);-o-transform: translateY(-10px) rotate(90deg);transform: translateY(-10px) rotate(90deg);}
#header.fixed #header__mobile span {background-color:#fff;}
#header.fixed_store #header__mobile span {background-color:#333;}
#header.nav-up #header__mobile span {background-color:#333;}
#header.nav-down #header__mobile span {background-color:#333;}
#header.nav-down.nav-top #header__mobile span {background-color:#333;}
@media screen and (max-width: 1024px){
	#header #header__mobile {display:block;}
}





/*----------------------------------------------------------------------
@  QUICK MENU
----------------------------------------------------------------------*/
.quick { position:absolute; right:1.5625rem; /*bottom:10rem;*/ bottom:calc(100% + 5rem); text-align:center;z-index:97;  } 
.quick.hidden { z-index:-1; } 

.quick.fixed { position:fixed; top:revert; bottom:7.5rem; } 
.quick.fixed.active { position:fixed; top:revert; bottom:7.5rem; } 
.quick.active {  } 
.quick_inner { display:flex; flex-direction:column; gap:2.8125rem; } 

.quick_row { display:flex; align-items:center; justify-content:center;   } 
.quick_row a { position:relative; display:block; width:100%; width:8.125rem; height:8.125rem; border:1px solid var(--menu); border-radius:50%; } 
.quick_row a:before { content:''; position:absolute; left:0; top:0; width:100%; height:100%; border-radius:50%; background:var(--menu); opacity:0; transition:all 0.4s; } 
.quick_row a:after { content:''; position:absolute; left:-16px; top:-16px; width:calc(100% + 32px); height:calc(100% + 32px); background:url('/images/common/q_circle.png') no-repeat center center / 100%;  animation:spin 15s infinite linear; z-index:-1;  } 

.quick_row:first-child a { background:url('/images/common/q_img1.png') no-repeat center center / cover; } 
.quick_row:last-child a { background:url('/images/common/q_img2.png') no-repeat center center / cover; } 

.quick_1 { position:absolute; width:100%; height:100%; display:flex; flex-direction:column; row-gap:0.625rem; align-items:center; justify-content:center; font-size:1.125rem; color:#fff; font-weight:700; line-height:1.11; transition:all 0.3s; padding-top:0px; opacity:1; }
.quick_1 > span { font-size:1.5625rem; color:#fff; font-weight:800; } 

.quick_row a:hover:before { opacity:1; } 


@media screen and (max-width: 1540px){
	.quick { right:1.563rem;  } 
	.quick_inner { gap:2rem; } 
	.quick_row a { width:6rem; height:6rem; } 
	.quick_row a::after { left:-12px; top:-12px; width:calc(100% + 24px); height:calc(100% + 24px); } 
	.quick_1 { row-gap:0.3125rem; } 
	.quick_1 > span { font-size:1rem; } 
	.quick_1_icon img { max-width:80%; } 
}

@media screen and (max-width: 1024px){
	.quick { width:100%; height:3.75rem; right:0rem; bottom:0rem; }  
	.quick.fixed { right:0; bottom:0; } 
	.quick_inner { flex-direction:revert; gap:0; } 
	.quick_row { width:calc(100% / 2); } 
	.quick_row a { width:100%; height:3.75rem; border-radius:0; } 
	.quick_row a:before { border-radius:revert; } 
	.quick_row a:after { display:none; } 
	.quick_1 { flex-direction:row; column-gap:0.625rem; }
	.quick_1 > span { font-size:1.25rem; } 
	.quick_1 > span br { display:none; } 
	.quick_1_icon img { max-width:70%; } 

	.quick_row:first-child a { border-left:0; border-bottom:0; } 
	.quick_row:last-child a { border-left:0; border-right:0; border-bottom:0; } 
}
@media screen and (max-width: 640px){
} 
@media screen and (max-width: 340px){
	.quick_1_icon { font-size:1.25rem; } 
} 





/*----------------------------------------------------------------------
@ FOOTER
----------------------------------------------------------------------*/
#footer { position:relative; background:#2c2c2d;}
#footer footer {position:relative;}
#footer .clear {clear:both}
#footer legend {display:none;}
#footer .btnTop { display:none; /*position:fixed; right:20px; bottom:20px;*/ position:absolute;right:20px; top:revert; bottom:calc(100% - 1.875rem); width:3.75rem;height:3.75rem; border:1px solid #111; background:#111; border-radius:3.75rem; cursor:pointer;z-index:99; overflow:hidden; transition:height 0.4s; }
#footer .btnTop.fixed { position:fixed; top:revert; bottom:20px; } 
#footer .btnTop.active { display:flex } 
#footer .btnTop_wrap { display:flex !important; align-items:center; justify-content:center; height:100%; } 
#footer .btnTop .material-icons { min-height:36px; font-size:36px; color:#fff; z-index:2; text-align:center; transition:all 0.5s cubic-bezier(.165,.84,.44,1); } 
#footer .btnTop .material-icons:after { content:''; display:block; width:3px; height:0px; margin-top:-20px; margin-left:17px; border-radius:2px; background:#fff; transition: height 0.5s cubic-bezier(.165,.84,.44,1); } 
#footer .btnTop .material-icons.active { color:#fff; } 
#footer .btnTop span.back { position:absolute; left:0px; bottom:-100%; width:100%; height:100%; background:var(--menu);z-index:1;} 
#footer .btnTop:hover { height:calc(3.125rem * 2); } 
#footer .btnTop:hover .material-icons { margin-top:-10px; } 
#footer .btnTop:hover .material-icons:after { height:3.125rem; } 

@media screen and (max-width: 1540px) {
	#footer .btnTop { width:3rem; height:3rem; } 	
	#footer .btnTop:hover { height:calc(2.5rem * 2); } 

	#footer .btnTop .material-icons { min-height:1.875rem; font-size:1.875rem; } 
	#footer .btnTop .material-icons:after { width:0.2rem; margin-top:-1rem; margin-left:0.815rem; } 
	#footer .btnTop:hover .material-icons:after { height:1.875rem; } 

} 
@media screen and (max-width: 1024px) {
	#footer .btnTop { right:15px; bottom:4.5rem;  } 
	#footer .btnTop.fixed { bottom:4.5rem; } 

} 

/*
#footer .btnTop { position:fixed;right:20px; bottom:15px;width:2.5rem;height:2.5rem; border:1px solid #111; background:#111; border-radius:50%; cursor:pointer;z-index:98; overflow:hidden;}
#footer .btnTop.active { display:flex; align-items:center; justify-content:center; } 
#footer .btnTop_wrap { display:flex !important; align-items:center; justify-content:center; height:100%; } 
#footer .btnTop .material-icons { font-size:24px; color:#fff; z-index:2;} 
#footer .btnTop .material-icons.active { color:#fff; } 
#footer .btnTop span.back { position:absolute; left:0px; bottom:-100%; width:100%; height:100%; background:var(--menu);z-index:1;} 
@media screen and (max-width: 1024px) {
	#footer .btnTop { right:10px; bottom:4.5rem; } 
} 
*/


.footer { display:flex; flex-direction:column; line-height:1; max-width:1440px; margin:0 auto; padding:3.75rem 0; } 
.footer .f_top { display:flex; align-items:stretch; justify-content:space-between; margin:0 3.125rem; } 
.footer .f_bottom { display:flex; align-items:flex-end; justify-content:space-between; margin:0 3.125rem; padding-top:0.625rem; }  

.f_logo { display:flex; width:22.5rem; } 
.f_right { display:flex; flex-direction:column; align-items:flex-end; justify-content:space-between; width:calc(100% - 22.5rem); } 
.f_right_top { display:flex; flex-direction:column; align-items:flex-end; gap:1.875rem; } 

.f_address  { display:flex; flex-direction:column; align-items:flex-end; gap:0.9375rem; color:#fff; margin-right:0; }
.f_address .f_site { padding-bottom:1.875rem; } 
.f_address .f_site a { font-size:3.125rem; color:#fff; font-weight:800; } 

.f_address .rows {  } 
.f_address .rows:last-of-type { margin-bottom:0px; } 
.f_address .rows .line { display:flex; gap:0.25rem } 
.f_address span { word-break:keep-all; } 
.f_address span.line { display:flex; } 
.f_address span.tt { font-size:1.5625rem; font-weight:500; } 
.f_address span.text { font-size:1.5625rem; font-weight:500;  } 
.f_address span.text.phone { font-family:var(--en); font-size:3.75rem; font-weight:700; margin-top:1rem; } 

.f_address span.line:after {content:'';clear:both; display:inline-block;width:1px;height:12px;margin:0 10px 2px;background-color:#ffffff;vertical-align:middle; }
.f_address span.line:last-child:after {content:none;}



.f_copy { font-size:1.25rem; color:rgba(255,255,255,0.2); font-weight:300; text-align:right; letter-spacing:0em;  } 
.f_sns { display:flex; gap:0.625rem; } 
.f_sns a { display:inline-flex; align-items:center; justify-content:center; width:3.125rem; height:3.125rem; border:1px solid #fff; border-radius:100%; margin-top:0rem; opacity:1; }
.f_sns a:last-of-type { margin-right:0rem; } 


/*
@media screen and (max-width:1280px){
	.footer { flex-wrap:wrap; margin:0 15px; } 
} */
@media screen and (max-width:1470px){
	.footer .f_top { margin:0 1.25rem; } 
	.footer .f_bottom { margin:0 1.25rem; } 
}

@media screen and (max-width:1200px){
	.footer .f_top { margin: 0 15px; } 
	.footer .f_bottom { margin:0 15px; } 
	.f_address { margin-top:0rem; } 
} 

@media screen and (max-width:1024px){
	.footer { display:flex; flex-wrap:wrap; row-gap:1.25rem; padding-bottom:6rem; } 

	.f_logo { width:16rem; } 
	.f_right { width:calc(100% - 16rem); } 
	
	.f_address { margin-bottom:0; } 
	
	.f_address .title { font-size:2rem; } 
	.f_address span.tt { font-size:1.125rem; } 
	.f_address span.text { font-size:1.125rem; } 
	.f_address span.text.phone { font-size:2.25rem; } 

	.f_copy { font-size:1.0625rem; } 

} 
@media screen and (max-width:768px){
	.footer { align-items:center; flex-direction:column; text-align:center; } 
	.footer .f_top { align-items:center; flex-direction:column; width:-webkit-fill-available; gap:1.875rem; text-align:center; } 
	/*
	.footer .f_bottom { align-items:center; justify-content:center; flex-direction:column; width:-webkit-fill-available; gap:0.625rem; } 
	*/
	.f_logo { width:100%; } 
	.f_right { align-items:center; width:calc(100% - 0rem); } 
	.f_right_top { align-items:center; } 
	


	.f_address { align-items:center; gap:0.625rem; width:100%; text-align:center; margin-right:0; } 
	.f_address .rows { display:flex; justify-content:center; align-items:center; } 
	.f_address span.line { display:revert; } 
	.f_address span.tt { display:revert; width:revert; } 
	.f_address span.blank { display:revert; width:revert; } 
	.f_address span.text { width:revert; } 

	.f_logo { justify-content:center; } 
	.f_logo img { max-width:80%; }  
	.f_copy { width:100%; text-align:center; margin-top:1rem; } 
} 
@media screen and (max-width:640px){
	.f_address { width:100%; text-align:center;}
	.f_address .rows { flex-direction:column;} 
	.f_address span.line { margin-bottom:2px; } 
	.f_address span.line:after { display:none;  }	
} 
@media screen and (max-width:414px){
	.footer { font-size:1rem; } 
	
} 
@media screen and (max-width:320px){
	.f_logo img { height:20px; } 
} 




body {background-color:#fff;}