@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:999999;-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:#fff;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:flex-end;justify-content:space-between;  }
#header h1 {line-height:1; }
#header h1 a {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; }
*/

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

/*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; }

#header .logo1 {display:block;}
#header .logo2 {display:none;}

#header.nav-down .logo1 { display:none; } 
#header.nav-down .logo2 { display:block; } 

#header.nav-down.nav-top .logo1 { display:block; } 
#header.nav-down.nav-top .logo2 { display:none; } 

#header.fixed .logo1 { display:none; } 
#header.fixed .logo2 { display:block; } 

@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: 1460px){
	#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;}
	#header h1 {padding:15px 0;}
	#header h1 img {height:22px;}
	#header.nav-up:before {opacity:0.99;}
	
	#header { background-color:#fff;  } 
	#header header { align-items:center !important;  } 
	#header .header-inner { align-items:center; } 
	#header.nav-down.nav-top { background-color:#fff; } 
	#header .logo1 { display:none !important; } 
	#header .logo2 { display:block !important; } 
	#header.fixed .logo1 { display:none !important; } 
	#header.fixed .logo2 { display:block !important; } 
}





/* ---- 
@type2 
------ */ 
#header.type2:after { content:'';position:absolute;top:0px;left:0;width:100%;height:100%;background-color:#fff;opacity:0;z-index:1; transition:all 0.3s ease; } 
#header.type2:before {content:'';position:absolute;top:-210px;left:0;width:100%;height:440px;background-color:var(--menu);opacity:0;transition:all 0.3s ease; z-index:-1; box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);}
#header.type2.open_menu:after { background-color:#fff;opacity:1;z-index:1;  } 
#header.type2.open_menu:before {opacity:0.90 !important; top:0px !important; }




/*
대메뉴 서브메뉴 레이아웃
*/
.lnb-menu > li { } 
.lnb-menu > li > a {display:block;font-weight:700;font-size:1.25rem;color:#fff;letter-spacing:-0.5px;transition:all .5s ease; }
.lnb-menu > li > a span { position:relative; } 
.lnb-menu > li > a span:after {content:'';position:absolute;left:50%;right:50%;bottom:-15px;height:2px;background-color:#fff;z-index:-1;transition:all 0.3s 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 했을때 유지하기 위해 */

.lnb-menu > li > a:hover span:after { left:0px; right:0px; } 

#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:flex-end;height:100px;padding:0 3.75rem; padding-bottom:10px; }
	/*
	.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.563rem;}*/
}
@media screen and (max-width: 1260px) and (min-width: 1025px){
	.lnb-menu > li > a {padding:0 1.563rem; padding-bottom:10px; }
}
@media screen and (max-width: 1024px) { 
	#header.type2 .lnb-menu > li > a:after { display:none; }
}

/* header sub */
.lnb_sub_menu {display:none;position:absolute;top:100px;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; }

/* submenu bar type 
.lnb_sub_menu li {display:inline-block;margin-right:38px;}
.lnb_sub_menu li a {display:block;padding:18px 0;font-size:14px;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 {z-index:999;padding-left:3px;}
	#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;background:#fff; height:70px; border-bottom:1px solid #dfdfdf; }
/*#header.fixed:before {opacity:0.8;}*/
/*#header.fixed h1 span {background:url(images/common/logo.png) no-repeat 0;}*/
/*#header.fixed #header__lnb .lnb-menu > li > a {color:#333;}*/
#header.fixed #header__language select {background:url(/images/board/select_bg.png) no-repeat 90% center !important;border-color:#666;color:#333;}




/*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; }
}




@media screen and (max-width: 1024px){
	.header-inner #f_family{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 #f_family:before {content:'';position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000;opacity:0.9;}
	*/
	#f_family: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; }
	#f_family.active:before { top:0px; left:0px; } 

	#f_family: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); }
	#f_family.active:after { top:0px; left:0px; } 

	#f_family {display:table;width:100%;height:100%;}
	#f_family .nav { left:50%; top:50%; transform:translate(-50%,-50%); position:relative;height:auto;padding:50px 0;background-color:transparent;vertical-align:middle;}

}






/*모바일 버튼*/
#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:#333;-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:#333;}
#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;}
}

@media screen and (max-width: 1024px){
	#header__mobile { position:fixed; top:20px;right:15px; }
	#header__mobile span { background-color:#333 !important; } 
	#header__mobile.active span { background-color:#333 !important; } 
	#header__mobile.mo span { background-color:#fff !important; } 
}


/*검색*/
.lnb-search { margin-left:150px; box-sizing:border-box;text-align:center; padding-bottom:8px; }
.lnb-search a.material-icons { font-size:28px; color:#fff; margin-bottom:0px; } 
#header.nav-down .lnb-search a.material-icons { color:#111; } 
#header.nav-down.nav-top .lnb-search a.material-icons { color:#fff; } 




/* NAV-DOWN, NAV-TOP */

#header.nav-down header { align-items:center; } 
#header.nav-down.nav-top header { align-items:flex-end; } 

#header.nav-down .header-inner { align-items:center; }
#header.nav-down.nav-top .header-inner { align-items:flex-end; } 

#header.nav-down .lnb-search { padding-bottom:0px; } 
#header.nav-down.nav-top .lnb-search { padding-bottom:8px; } 


#header.nav-down .lnb-menu > li > a { color:#111; align-items:center ; padding-bottom:0px; } 
#header.nav-down.nav-top .lnb-menu > li > a { color:#fff; align-items:flex-end; padding-bottom:10px; } 

@media screen and (max-width: 1024px){
	#header.nav-down .lnb-search a.material-icons { color:#111; } 
	#header.nav-up .lnb-search a.material-icons { color:#111; } 
} 


/* FIXED */
#header.fixed header { align-items:center; } 
#header.fixed .header-inner { align-items:center; }
#header.fixed .lnb-search { padding-bottom:0px; } 
#header.fixed .lnb-menu > li > a { color:#111; align-items:center ; padding-bottom:0px; } 
#header.fixed .language > li > a { color:#111; align-items:center ; padding-bottom:0px;}
@media screen and (max-width: 1024px){
	#header.language > li > a {color:111;}
	#header.language > li > a {display:none;}
	#header.language > li > a {display:block;}
}


/********************************************************

		footer

********************************************************/
#footer {overflow:hidden;background:#111;}
#footer footer {position:relative;}
#footer .clear {clear:both}
#footer legend {display:none;}
#footer #layer-file-footer {display:none;position:absolute;padding:20px;border:1px solid #333;background:#fff;z-index:30;top:-250px !important;left:160px !important;}

/*------------------------------------------------------
NEW TOP BUTTON : 22/10
------------------------------------------------------*/
#footer .btnTop { display:none; position:fixed;right:20px; bottom:15px;width:60px;height:60px; border:1px solid #111; background:#111; border-radius:50%; cursor:pointer;z-index:99; overflow:hidden;}
#footer .btnTop.active { display:flex } 
#footer .btnTop_wrap { display:flex !important; align-items:center; justify-content:center; height:100%; } 
#footer .btnTop .material-icons { font-size:36px; 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; justify-content:center; max-width:1440px; margin:0 auto; font-size:0.938rem; color:#fff; padding:2.5rem 0; text-align:center; } 

.f_logo { margin-top:0px; margin-right:0px; } 


.f_address  { width:100%; margin-top:1.875rem; margin-right:15px;font-weight:500; text-align:center; }
.f_address .rows { display:flex; justify-content:center; margin-bottom:7px; } 
.f_address .rows.ko { font-weight:400; } 
.f_address .rows:last-of-type { margin-bottom:0px; } 
.f_address .rows .line { } 

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

.f_family { position:relative;  margin-top:1.215rem; } 
.f_family span { position:relative; } 
.f_family select { width:180px;height:30px;padding:0 20px;background-color:transparent;background: url('/common/theme/layout/images/common/family_select.png') no-repeat 93% center; border:1px solid #666;box-sizing:border-box;font-size:15px;color:#666;}
.f_family select option, .global_family select option:checked, .global_family select option:checked:hover, .global_family select option:hover { color:#666; background:#0d0f11;  }
.f_family select option { font-size:15px; color:#fff; } 


.f_copy { font-size:0.813rem; color:#6d6d6d; font-weight:400; text-align:center; margin-top:1.25rem; } 
.f_copy .f_banner { margin-bottom:15px; } 
.f_copy .f_banner a { display:inline-block; font-size:0.938rem; color:#b3b3b3; border:1px solid #b3b3b3; min-width:8.125rem; padding:10px 15px 8px; margin-right:10px; transition:all 0.3s; text-align:center; } 
.f_copy .f_banner a:last-of-type { margin-right:0px; letter-spacing:-0.02em;} 
.f_copy .f_banner a:hover { background:#12875f; border:1px solid #12875f; } 


@media screen and (max-width:1460px){
	.footer { margin:0 15px; } 
} 
@media screen and (max-width:1280px){
	.footer { flex-wrap:wrap; margin:0 15px; } 
} 
@media screen and (max-width:1200px){
	#footer footer {margin:0 15px;}
	.footer { flex-wrap:wrap; margin:0 0px; } 
} 
@media screen and (max-width:1024px){
	.footer { display:flex;  } 
	.f_logo img { height:20px; } 
	.f_copy { width:100%;  text-align:center; } 
} 
@media screen and (max-width:768px){
	.footer {  flex-direction:column; text-align:center; } 
	.f_address { width:100%; margin-top:10px;text-align:center;  } 
	.f_address .rows { justify-content:center; } 
	.f_family { margin-top:10px; } 
	.f_copy { margin-top:15px; } 
} 
@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:4px; } 
	.f_address span.line:after { display:none;  }	
} 

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

} 

body {background-color:#fff;}



