@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; transition:all 0.4s; }
#header h1 img {vertical-align:revert; transition:all 0.4s; }
/* 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;}
	#header h1 a { } 
}
@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:35px;}
	#header h1 a { left:0px; background:#000; } 
	#header.nav-up:before {opacity:0.99;}
}
@media screen and (max-width: 480px){
	/*#header h1 a { left:-1.25rem; }  */
} 
#header .header-inner { display:flex; align-items:center; } 


/*----------------------------------------------------------------------
@ 메뉴
----------------------------------------------------------------------*/
.lnb-menu > li { } 
.lnb-menu > li > a {display:block;font-weight:600;font-size:1.25rem;color:#fff; 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:#fff;}
.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.5rem;}
	/*
	.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){
	.lnb-menu > li > a { padding:0 1.875rem;}
}
@media screen and (max-width: 1260px) and (min-width: 1025px){
	.lnb-menu > li > a { padding:0 1.563rem;}
} 

@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; height:70px; }
#header.fixed:before {opacity:1;}
#header.fixed h1 a {  } 
#header.fixed h1 a img { height:2.5rem; } 

@media screen and (min-width: 1025px){
	#header.fixed .lnb-menu > li > a { height:60px;padding:0 2.5rem; color:rgba(255,255,255,0.3); }
	#header.fixed .lnb-menu > li.on > a { color:#fff; }
}
@media screen and (max-width: 1440px) and (min-width: 1261px){
	#header.fixed .lnb-menu > li > a { padding:0 1.875rem;}
}
@media screen and (max-width: 1260px) and (min-width: 1025px){
	#header.fixed .lnb-menu > li > a { font-size:1.125rem; padding:0 1.875rem;}
} 

/*----------------------------------------------------------------------
@ 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:fixed; right:3.75rem; bottom:6.75rem; text-align:center;z-index:99;  } 
.quick_inner { display:flex; flex-direction:column; gap:0.938rem; } 

.quick_row { display:flex; align-items:center; justify-content:center;  overflow:hidden; } 
.quick_row a { position:relative; display:block; width:100%; width:7.188rem; height:7.188rem; background:#64605d; border-radius:50%; } 
.quick_row:last-of-type a { background:#525672;  } 


.quick_1 { position:absolute; width:100%; height:100%; display:flex; flex-direction:column; align-items:center; justify-content:center; font-family:var(--ff-arita); font-size:1.75rem; color:#fff; font-weight:600; line-height:1; transition:all 0.3s; padding-top:0px; opacity:1; }
.quick_1_icon { font-size:1.75rem; color:#fff; font-weight:900; margin-bottom:7px; } 
.quick_1_icon .dash { display:none; } 
.quick_1_text { font-size:1rem; font-weight:700;  } 

.quick_row:last-of-type .quick_1_icon { padding-bottom:7px; } 

.quick_etc { position:relative; min-height:8.125rem; } 

@media screen and (max-width: 1540px){
	.quick { right:10px; } 
	.quick_row a { width:6.25rem; height:6.25rem; } 
	.quick_1 {  font-size:1.25rem; }
	.quick_2 {  font-size:1.25rem;  } 
	.quick_1.home { font-size:1.25rem; } 
	.quick_2.home { padding-top:0px; } 
	.quick_2.home img { width:3.125rem; }  
}
@media screen and (max-width: 1024px){
	.quick { bottom:0; top:revert; transform:revert; width:100%; left:0; } 
	.quick_inner { flex-direction:row; gap:0; } 
	.quick_row { width:50%; }

	.quick_row a { width:100%; height:4rem; border-radius:0; } 
	.quick_1 { flex-direction:row;gap:0.75rem; } 
	.quick_1_icon { display:flex; align-items:center; margin-bottom:0; } 
	.quick_1_text { font-size:1.125rem; } 
	.quick_1_icon br { display:none; } 
	.quick_1_icon .dash { display:inline-block; } 

	.quick_row:last-of-type .quick_1_icon { padding-bottom:0; } 
}
@media screen and (max-width: 640px){
	.quick_row:first-child { width:60%; }
	.quick_row:last-child { width:40%; } 
	.quick_1_icon img { height:1.563rem; } 

} 
@media screen and (max-width: 340px){
	.quick_1_icon { font-size:1.25rem; } 
	/*
	.quick_row:first-child .quick_1 .quick_1_text { display:none; } 
	*/
} 


/*----------------------------------------------------------------------
@ FOOTER
----------------------------------------------------------------------*/
#footer { position:relative; background:#000;}
#footer footer {position:relative;}
#footer .clear {clear:both}
#footer legend {display:none;}
#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;} 


.footer { display:flex; flex-direction:column; max-width:1440px; margin:0 auto; font-size:0.938rem; color:rgba(217,217,217,0.6); padding:3.125rem 0 ; } 
.footer .inner { display:flex;  justify-content:space-between; max-width:1440px; width:100%; margin:0 auto; } 

.footer .inner .f_logo { width:10.625rem; } 
.footer .inner .f_center1 { display:flex; width:21.563rem; margin-top:0.5rem; } 
.footer .inner .f_center2 { display:flex; width:calc(100% - 21.563rem - 10.625rem - 5rem); margin-top:0.5rem;  } 
.footer .inner .f_center .left { display:flex; flex-direction:column; margin-right:5rem; } 
.footer .inner .f_right { width:5rem; } 


.f_address { display:flex; flex-direction:column; gap:0.5rem; }
.f_address .rows { display:flex; flex-wrap:wrap; row-gap:0.313rem;  } 
.f_address .rows:last-of-type { margin-bottom:0px; } 
.f_address .rows .line {   } 
.f_address span.tt { display:inline-block; margin-right:0rem } 
.f_address span.line:after { content:'';clear:both; display:inline-block; width:1px;height:15px;margin:0 15px 2px;background-color:rgba(255,255,255,0.6); vertical-align:middle; }
.f_address span.line:last-child:after {content:none;}

.f_center1 .f_address .rows { font-size:1.125rem; color:#fff; font-weight:600; } 
.f_center2 .f_address .rows { font-size:1rem; color:rgba(255,255,255,0.6); font-weight:500; } 

.f_center2 .f_copy  { font-size:0.813rem; color:rgba(101,101,101, 0.6); font-weight:500; text-transform:uppercase; letter-spacing:0; margin-top:0.5rem;  } 

.f_sns { display:flex;  } 
.f_sns a { display:inline-flex; align-items:center; justify-content:center; width:2.5rem; height:2.5rem; border-radius:100%; margin-top:0rem; }
.f_sns a:last-of-type { margin-right:0rem; } 


@media screen and (max-width: 1470px){
	.footer { margin:0 15px; } 
} 
@media screen and (max-width: 1200px){

} 
@media screen and (max-width: 1024px){
	.footer { padding-bottom: 5rem; } 
	.footer .inner { display:flex; flex-wrap:wrap; } 
	.footer .inner .f_logo { width:6.25rem; } 
	.footer .inner .f_logo img { height:5.5rem; } 

	.footer .inner .f_center1 { width:calc(100% - 6.25rem); margin-top:0.25rem; } 
	.footer .inner .f_center2 { width:calc(100% - 5rem); margin-top:0.938rem; margin-right:0.625rem; }
	.footer .inner .f_right { margin-top:0.938rem; } 
	

} 
@media screen and (max-width: 900px) and (min-width: 767px){

}
@media screen and (max-width: 768px){
} 

@media screen and (max-width: 640px){
	.footer .inner .f_center2 { width:100%; } 
} 
@media screen and (max-width: 360px){
	.footer .inner { flex-direction:column; align-items:center;  } 
	.footer .inner .f_center1 { justify-content:center;  width:100%; margin-top:0.938rem; } 
	.f_address { align-items:center; } 
	.f_address .rows { flex-direction:column; justify-content:center; } 
	.f_address span.line:after { display:none; } 

	.footer .inner .f_center2 { width:100%; text-align:center; } 

} 


body {background-color:#fff;}