@charset "UTF-8";
/********************************************************

		header

********************************************************/
#header {position:relative;top:0;left:0;width:100%;height:90px;background-color:#fff; border-bottom:0px 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:#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:center;justify-content:space-between;  }
#wrap.franchise #header header { padding-right:3.75rem; }
#header h1 {}
#header h1 a { display:flex; line-height:1;}
#header h1 img {vertical-align:revert;}

#header.noheader { display:none; } 

/* 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:#fff; } 
#header.nav-down.nav-top:before {opacity:0; }


@media screen and (max-width: 1470px){
	#header header {margin:0 15px;}
}
@media screen and (max-width: 1024px){
	#header {position:fixed;top:0 !important;height:80px;}
	#header header { padding-right:0px; } 
	#wrap.franchise #header header { padding-right:0px; } 
	#header h1 {padding:15px 0;}
	#header h1 img {height:38px;}
	#header.nav-up:before {opacity:0.99;}
}

@media screen and (max-width: 640px){
	#header {position:fixed;}	
	#header { height:12.5vw;}
	#header h1 img {height:5.94vw;}
} 

#header .header-inner { position:relative; display:flex; align-items:center; } 


/* ---- 
@type2 
------ */ 
#header.type2:after { content:'';position:absolute;top:0px;left:0;width:100%;height:100%;background-color:transparent;opacity:0;z-index:1; transition:all 0.3s ease; } 
#header.type2:before {content:'';position:absolute;top:90px;left:0;width:100%;height:0px;background-color:rgba(255,255,255,0.9);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 { opacity:1;z-index:1;  } 
#header.type2.open_menu:before {opacity:1 !important; top:90px !important; height:220px;z-index:1}


/* 캐릭터 */
#wrap.brand .open_menu_wrap { content:'';position:absolute;top:90px;left:0;width:100%;height:0px;background-color:rgba(255,255,255,0);opacity:0;transition:all 0.3s ease; z-index:-1; overflow:hidden; }
#wrap.brand .open_menu_wrap.active { opacity:1 !important; top:90px !important; height:220px;z-index:1; } 

#wrap.brand .open_menu_wrap .brand_icon { position:absolute; left:0px; bottom:-10px; display:flex; align-items:flex-end; transition:all 0.3s ease 0.3s; } 
#wrap.brand .open_menu_wrap.active .brand_icon { opacity:1; } 
#wrap.brand .open_menu_wrap.active .brand_icon .icon1 { position:relative; animation:updown1 2s linear 0s infinite alternate; } 
#wrap.brand .open_menu_wrap.active .brand_icon .icon2 { position:relative; animation:updown1 2s linear 0s infinite alternate; animation-delay:0.5s; } 

#wrap.brand .open_menu_wrap .icon1 { } 
@keyframes updown1 {
    from { bottom:0px; }
    to { bottom:20px;  }
}
@media screen and (max-width: 1024px) { 
	#wrap.brand .open_menu_wrap { display:none ; }
}



/***********************************************************************
	상단로그인 로그아웃 부분
************************************************************************/
.header_top { width:100%; position:absolute;display:flex; align-items: center; height:25px; box-sizing: border-box; opacity:1;  z-index:3; }
.header_top .row {max-width: 1770px;width: 100%;margin:0 auto;}

.header_top .con_l {float: left;}
.header_top .con_r {float: right; position:relative; }

.header_top .site_link {  } 
.header_top .site_link a {  position:relative; display: inline-block;color: #333; opacity:1; padding:0 15px 3px; font-weight:300; font-size:0.75rem; transition:opacity 0.3s ease; }
.header_top .site_link a:hover { opacity:1; }
.header_top .site_link a span { position:relative; } 
.header_top .site_link a span:after { content:''; position:absolute; left:50%; transform:translateX(-50%); height:1px; width:0; bottom:-3px; background:#666; transition:all 0.3s ease; } 
.header_top .site_link a:hover span:after {width:100%;} 
.header_top .site_link a:after { content:''; position:absolute; top:4px; right:0px; width:1px; height:0.75rem; background:#ddd; opacity:1; }
.header_top .site_link a:last-of-type { padding-right:0px; } 
.header_top .site_link a:last-of-type:after  { display:none; } 


@media screen and (max-width: 2060px){
	.header_top .row {margin:0 70px;}
}
@media screen and (max-width: 1600px){
	.header_top .row {margin:0 40px;}
}
@media screen and (max-width: 1200px){
	.header_top .row {margin:0 15px;}
}

@media screen and (max-width: 1024px){
.header_top { height:40px; } 
.header_top .con_r { font-size:13px;  }
.header_top .con_r span {display: inline-block;vertical-align: middle; margin-right: 10px;}
.header_top .site_link a { padding: 0 10px; }
.header_top .site_link { margin-right: 10px !important; } 
/*
.search input { font-size:12px;}
.search input::-webkit-input-placeholder { font-size:12px;  }
*/
}

@media screen and (max-width: 640px){

}
@media screen and (max-width: 414px){
.header_top .site_link a { padding: 0 5px; }
.header_top .site_link { margin-right: 5px !important; } 
}
/*.search_btn { position:abs


/*
대메뉴 서브메뉴 레이아웃
*/
.lnb-menu > li { } 
.lnb-menu > li > a {display:block;font-weight:600;font-size:1.25rem;color:#111;letter-spacing:-0.5px;overflow:hidden;transition:all .5s ease; }
.lnb-menu > li > a:after {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 3rem;}
	/*
	.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: 1024px) { 
	#header.type2 .lnb-menu > li > a:after { display:none; }
}

/* header sub */
.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; }

/* 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;}
	#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 { padding:1.25rem 0; } 
	#header.type2 .lnb_sub_menu li { margin:11px 0; } 
	#header.type2 .lnb_sub_menu li a { font-size:1.125rem; color:#666; font-weight:400; }
	#header.type2 .lnb_sub_menu li a:hover { color:#111; font-weight:700; opacity:1;}
	#header.type2 .lnb_sub_menu li a:after { position:absolute; content:''; bottom:-2px; ;left:50%; transform:translateX(-50%); width:0; height:2px; background:#111; transition:all 0.4s ease; } 

	#header.type2 .lnb_sub_menu li.c73 a { color:#ea0029; }
	#header.type2 .lnb_sub_menu li.c73 a:hover { color:#ea0029; }
	#header.type2 .lnb_sub_menu li.c73 a:after { position:absolute; content:''; bottom:-2px; ;left:50%; transform:translateX(-50%); width:0; height:2px; background:#ea0029; transition:all 0.4s ease; } 


	#header.type2 .lnb_sub_menu li:hover a:after { width:100%; } 



}

/* header fixed */
#header.fixed {position:fixed;border-bottom:1px solid #eee;}
#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;}


#wrap.brand .mobile_logo { display:none; }
#wrap.brand .mobile_logo img { height:30px; } 

/*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__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; }
	*/

	#wrap.brand .mobile_logo { display:flex; align-items:center;position:relative; left:15px; height:70px; }

	#wrap.brand .header__dim {content:'';position:fixed;top:0;left:-15px;width:calc(100% + 15px);height:100%;background-color:#000;opacity:0.8;z-index:1; }
	#wrap.brand #header__lnb {overflow-x:hidden;overflow-y:auto;position:fixed;top:0px;right:-600px; width:100%; max-width:600px !important;height:100%;padding-top:0px;background-color:#fff;z-index:999;transition:all 0.3s ease; }
	#wrap.brand #header__lnb.active {right:0;}
	#wrap.brand .header__nav {display:table;width:100%;height:100%;text-align:center}
	#wrap.brand .lnb-menu { width:100%; position:relative; padding:0 0.938rem; }
	#wrap.brand .lnb-menu > li  {float:none;margin:0;text-align:left; border-bottom:1px solid #ddd }
	#wrap.brand .lnb-menu > li:first-of-type { border-top:1px solid #ddd;  } 
	#wrap.brand .lnb-menu > li > a {width:100%; padding:15px !important;font-size:1.875rem;color:#111 !important; font-weight:700; }
	#wrap.brand .lnb-menu > li:hover > a , 
	#wrap.brand .lnb-menu > li.on > a {background-color:#fff !important;}
	#wrap.brand .lnb-menu > li > a:before {content:none;}

	#wrap.brand .lnb-menu .arrow_right:after { float:right;content:''; border:solid #838383; border-width:0 2px 2px 0; display:inline-block; padding:0.5rem; transform: rotate(45deg);	-webkit-transform: rotate(45deg);margin-top:5px; margin-right:12px; transition: all 0.3s }
	/*#wrap.brand .lnb-menu > li.on > a .arrow_right:after, */
	#wrap.brand .lnb-menu > li.ov > a .arrow_right:after, 
	#wrap.brand .lnb-menu > li > a.ov .arrow_right:after { transform: rotate(-135deg);	-webkit-transform: rotate(-135deg); opacity:1; border-width:0 2px 2px 0; margin-top:11px;  }

	#wrap.brand .lnb_sub_menu  {position:static;justify-content:flex-start; height:auto;padding:10px; border-top:1px solid #ddd; box-sizing:border-box;background:#fff; }
	#wrap.brand .lnb_sub_menu ol { flex-direction:column;align-items:flex-start; margin:revert; } 
	#wrap.brand .lnb_sub_menu li {display:block;margin:0 0;text-align:left;}
	#wrap.brand .lnb_sub_menu li > a {font-size:1.25rem; color:#666; font-weight:400; padding:10px 10px; transition:all 0.3s ease;}
	#wrap.brand .lnb_sub_menu li.c73 > a {font-size:1.25rem; color:#ea0029; font-weight:400; padding:10px 10px; transition:all 0.3s ease;}
	#wrap.brand .lnb_sub_menu li > a:hover { color:var(--menu); } 
	#wrap.brand .lnb_sub_menu li.on > a { color:var(--menu); } 
	#wrap.brand .lnb_sub_menu li a:after { display:none; } 

	#wrap.brand #header__lnb .lnb-menu > li.on .lnb_sub_menu { display:block; } 

	
	#wrap.franchise .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;}

	/*
	#wrap.franchise .header__dim {content:'';position:fixed;top:0;left:-15px;width:calc(100% + 15px);height:100%;background-color:#000;opacity:0.8;z-index:1; }
	#wrap.franchise #header__lnb {overflow-x:hidden;overflow-y:auto;position:fixed;top:0px;right:-600px; width:100%; max-width:600px !important;height:100%;padding-top:0px;background-color:#fff;z-index:50;transition:all 0.3s ease; }
	#wrap.franchise #header__lnb.active {right:0;}
	#wrap.franchise .header__nav {display:table;width:100%;height:100%;text-align:center}
	#wrap.franchise .lnb-menu { position:relative; padding:0 0.938rem; }
	#wrap.franchise .lnb-menu > li  {float:none;margin:0;text-align:left; border-bottom:1px solid #ddd }
	#wrap.franchise .lnb-menu > li:first-of-type { border-top:1px solid #ddd;  } 
	#wrap.franchise .lnb-menu > li > a {width:100%; padding:15px !important;font-size:1.875rem;color:#111 !important; font-weight:700; }
	#wrap.franchise .lnb-menu > li:hover > a , 
	#wrap.franchise .lnb-menu > li.on > a {background-color:#fff !important;}
	#wrap.franchise .lnb-menu > li > a:before {content:none;}

	#wrap.franchise .lnb-menu .arrow_right:after { float:right;content:''; border:solid #838383; border-width:0 2px 2px 0; display:inline-block; padding:0.5rem; transform: rotate(45deg);	-webkit-transform: rotate(45deg);margin-top:5px; margin-right:12px; transition: all 0.3s }
	#wrap.franchise .lnb-menu > li.ov > a .arrow_right:after, 
	#wrap.franchise .lnb-menu > li > a.ov .arrow_right:after { transform: rotate(-135deg);	-webkit-transform: rotate(-135deg); opacity:1; border-width:0 2px 2px 0; margin-top:11px;  }

	#wrap.franchise .lnb_sub_menu  {position:static;justify-content:flex-start; height:auto;padding:10px; border-top:1px solid #ddd; box-sizing:border-box;background:#fff; }
	#wrap.franchise .lnb_sub_menu ol { flex-direction:column;align-items:flex-start; margin:revert; } 
	#wrap.franchise .lnb_sub_menu li {display:block;margin:0 0;text-align:left;}
	#wrap.franchise .lnb_sub_menu li > a {font-size:1.25rem; color:#666; font-weight:400; padding:10px 10px; transition:all 0.3s ease;}
	#wrap.franchise .lnb_sub_menu li > a:hover { color:var(--menu); } 
	#wrap.franchise .lnb_sub_menu li.on > a { color:var(--menu); } 
	#wrap.franchise .lnb_sub_menu li a:after { display:none; } 

	#wrap.franchise #header__lnb .lnb-menu > li.on .lnb_sub_menu { display:block; } 
	*/

}



/*검색 바*/
#header__search {position:relative;margin:22.5px 0;}
#header__search input {width:100%;height:35px;padding-right:15px;background-color:transparent;border:none;border-bottom:1px solid #fff;border-radius:0;box-shadow:none;font-size:14px;color:#fff;box-sizing:border-box;-webkit-box-shadow: none;-webkit-appearance: none;}
#header__search input::-webkit-input-placeholder {color:#fff !important;}
#header__search button {position:absolute;top:14px;right:0;width:11px;height:14px;background:url(images/common/btn_search_on.png) no-repeat 0;border:none;text-indent:-9999px;cursor:pointer;}
#header.fixed #header__search input {color:#666;border-bottom:1px solid #999;}
#header.fixed #header__search button {background:url(images/common/btn_search.png) no-repeat 0;}
#header.fixed #header__search input::-webkit-input-placeholder {color:#666 !important;}
#header.fixed_store #header__search input {color:#666;border-bottom:1px solid #999;}
#header.fixed_store #header__search button {background:url(images/common/btn_search.png) no-repeat 0;}
#header.fixed_store #header__search input::-webkit-input-placeholder {color:#666 !important;}
#header.hover #header__search input {color:#666;border-bottom:1px solid #999;}
#header.hover #header__search button {background:url(images/common/btn_search.png) no-repeat 0;}
#header.hover #header__search input::-webkit-input-placeholder {color:#666 !important;}
@media screen and (max-width: 1024px){
	#header__search {width:205px;margin:0 auto;color:#fff !important;}
	#header__search input {border-bottom-color:#333;}
	#header #header__search button {background:url(images/common/btn_search.png) no-repeat 0;}
	#header.hover #header__search button {background:url(images/common/btn_search.png) no-repeat 0;}
	#header.fixed #header__search button {background:url(images/common/btn_search.png) no-repeat 0;}
	#header.hover #header__search input::-webkit-input-placeholder,
	#header.fixed #header__search input::-webkit-input-placeholder {color:#fff !important;}
}



/*언어*/
#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:30px;right:0px;background-color:transparent;box-sizing:border-box;z-index:999999}
#wrap.franchise #header__mobile { display:block; } 

#header__mobile span {display:block;width:30px;height:3px;margin:0 auto;background-color:#111;-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:#111 !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(11px);}
#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(-11px) rotate(90deg);}
#header.fixed #header__mobile span {background-color:#111;}
#header.fixed_store #header__mobile span {background-color:#111;}
#header.nav-up #header__mobile span {background-color:#111;}
#header.nav-down #header__mobile span {background-color:#111;}
#header.nav-down.nav-top #header__mobile span {background-color:#111;}
@media screen and (max-width: 1024px){
	#header #header__mobile {display:block;}
}
@media screen and (max-width: 640px){
	#header__mobile { top:4.2188vw; } 
	#header__mobile span { width:4.6875vw; height:0.4688vw; } 
	#header__mobile .mid2 {margin:1.25vw 0;}
	#header__mobile.active span.mid1{ transform: translateY(1.7188vw);}
	#header__mobile.active span.mid3 { transform: translateY(-1.7188vw) rotate(90deg);}
} 

/* 창업 모바일 버튼 */
#wrap.franchise #header__mobile {display:none;position:absolute;top:35px;right:0px;background-color:transparent;box-sizing:border-box;z-index:99}
#wrap.franchise #header__mobile { display:block; } 

#wrap.franchise #header__mobile span {display:block;width:18px;height:3px;margin:0 auto;background-color:#000;-webkit-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
#wrap.franchise #header__mobile .mid2 {margin:3px 0;}
#wrap.franchise #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);}
#wrap.franchise #header__mobile.active span {background-color:#fff !important;}
#wrap.franchise #header__mobile.active span.mid2{width: 0px;}
#wrap.franchise #header__mobile.active span.mid1,
#wrap.franchise #header__mobile.active span.mid3 {-webkit-transition-delay: 0.3s;-o-transition-delay: 0.3s;transition-delay: 0.3s;}
#wrap.franchise #header__mobile.active span.mid1{-webkit-transform: translateY(10px);-ms-transform: translateY(10px);-o-transform: translateY(10px);transform: translateY(6px);}
#wrap.franchise #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);}
#wrap.franchise #header.fixed #header__mobile span {background-color:#000;}
#wrap.franchise #header.fixed_store #header__mobile span {background-color:#000;}
#wrap.franchise #header.nav-up #header__mobile span {background-color:#000;}
#wrap.franchise #header.nav-down #header__mobile span {background-color:#000;}
#wrap.franchise #header.nav-down.nav-top #header__mobile span {background-color:#000;}
@media screen and (max-width: 1024px){
	#wrap.franchise #header #header__mobile {display:block;}
}
@media screen and (max-width: 640px){
	#wrap.franchise #header__mobile { top:4.6875vw; } 
	#wrap.franchise #header__mobile span { width:4.3750vw;height:0.7813vw; }
	#wrap.franchise #header__mobile .mid2 {margin:0.7813vw 0;}
}


/*검색*/
.lnb-search { display:none; margin-left:15px; box-sizing:border-box;text-align:center;}
.lnb-search a.material-icons { font-size:28px; color:#555; margin-bottom:0px; } 

/*search*/
.header__search_popup {overflow-y:auto;display:none;position:fixed;top:0;left:0;width:100%;height:100%;z-index:999999}
.header__search_popup .dim {position:fixed;top:0;left:0;width:100%;height:100%;background-color:var(--input-back);}
.header__search_popup .search_popup_inner {max-width:603px;margin:0 auto;position:relative;z-index:2}
.header__search_popup .search_inner {margin-top:30px;}
.header__search_popup .search_text {margin-top:15px;padding-left:0px;font-weight:300;font-size:14px;color:#585858;}
.header__search_popup .search_head {margin-bottom:20px;text-align:center;position:relative;}
.header__search_popup .search_head:before {content:'';position:absolute;top:10px;left:0;width:100%;height:1px;background-color:#b7b7b7}
.header__search_popup .search_head > span {display:inline-block;padding:0 5px;background-color:var(--input-back);font-weight:400;font-size:14px;color:#6c6c6c;position:relative;z-index:2}
.header__search_popup .search_inner a {display:inline-block;margin-bottom:5px;font-weight:300;font-size:14px;color:#585858;}

.header__search_popup .tag_btns a {margin-right:14px;}
.header__search_popup .search_form {margin-bottom:105px;}
.header__search_popup .search_form {position:relative;}
.header__search_popup .search_form input {width:100%;height:61px;line-height:61px;padding:0 25px;padding-right:70px;background-color:#fff;border:1px solid #c2c2c2;font-weight:300;font-size:18px;color:#343434;box-sizing:border-box;outline:none;}
/*
.header__search_popup .search_form button { position:absolute;top:15px;right:15px;display:block;width:32px;height:28px;background-image:url(images/common/i_search.png);background-repeat:no-repeat;background-position:center;background-color:transparent;text-indent:-9999px;}
*/
.header__search_popup .search_form a.material-icons { position:absolute;top:15px;right:15px; font-size:32px; }

.header__search_popup .popup__close {position:fixed;top:30px;right:30px;font-size:48px;transition:all .3s ease-out;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-ms-transition:all .3s ease-out;-o-transition:all .3s ease-out;}
.header__search_popup .popup__close:hover {transform:rotate(180deg);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);}
@media screen and (max-width: 1024px){
	.lnb-search { margin-top:5px;margin-right:40px;  } 
	.header__search_popup .popup__close {top:15px;right:15px;}
	.header__search_popup .popup__close img {height:40px;}
}
@media screen and (max-width: 768px){
	.header__search_popup .search_form {margin-bottom:50px;}
	.header__search_popup .search_form input {height:45px;line-height:45px;padding:0 15px;font-size:15px;}
	.header__search_popup .search_form a.material-icons {top:7px; right:10px}
}
@media screen and (max-width: 625px){
    .header__search_popup .search_popup_inner {margin:0 15px;padding:40px 0;}
}


/*global*/
.lnb-global { margin-left:10px; z-index:51; }
.lnb-global a { font-size:1.125rem; color:#fff; font-weight:600; padding:0.938rem 3.125rem; border-radius:1.563rem; background:#000; } 
@media screen and (max-width: 1024px){
	.lnb-global { margin-left:0px; margin-right:50px; }
	.lnb-global a { font-size:1rem; padding:0.625rem 2.25rem; } 
} 
@media screen and (max-width: 640px){
	.lnb-global { margin-right:7.8125vw; margin-top:-3px; }
	.lnb-global a { font-size:2.81vw; padding:2.3438vw 6.2500vw; border-radius:4.6875vw; } 
}


/********************************************************

		footer

********************************************************/
#footer {overflow:hidden;background:#000;}
#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;}
#footer .btnTop { display:none; position:fixed;right:10px; bottom:15px;width:60px;height:60px; border:1px solid #111; background:#111; border-radius:50%; cursor:pointer;z-index:99; overflow:hidden; transition:all 0.3s; }
#footer .btnTop.up { bottom:100px; } 
#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:#ea0029;z-index:1;} 

/*
#footer.franchise .btnTop { bottom:80px; } 
*/

.footer { font-family:'Pretendard'; position:relative; background:#000; padding:3.438rem 0 3.438rem; } 
.footer .maxWidth1440 { width:100%; display:flex; } 
.footer_left { width:50%; } 
.footer_right { display:flex; width:50%; padding-left:0.938rem; } 



.footer_menu {display:flex; margin-top:1.563rem; }
.footer_menu a { font-size:1.063rem; color:#fff; font-weight:300; letter-spacing:-0.05em; line-height:1;  } 
.footer_menu a:after {content:'';clear:both; display:inline-block;width:1px;height:12px;margin:0 30px 2px;background-color:#7c7c7c;vertical-align:middle; }
.footer_menu a:last-of-type:after { display:none; } 

.footer_menu a span { position:relative; } 
.footer_menu a span:after { content:''; position:absolute; left:0px; bottom:-3px; width:0; height:1px; background:#fff; transition:all 0.3s;  } 

.footer_menu a:hover { color:#fff; } 
.footer_menu a:hover span:after { width:100%; } 


.footer_inner { display:flex; flex-direction:column; } 
.footer_inner .footer_logo { min-width:250px; } 
.footer_inner .footer_gnb { margin-top:1.563rem; } 
.footer_inner .footer_gnb ul { }
.footer_inner .footer_gnb ul li { padding-bottom:0.938rem;  }
.footer_inner .footer_gnb ul li a { font-size:1.25rem; color:#fff; font-weight:400; }
.footer_inner .footer_gnb ul li a span { position:relative; } 
.footer_inner .footer_gnb ul li a span:after { content:''; position:absolute; left:0px; bottom:-3px; width:0; height:1px; background:#fff; transition:all 0.3s;  } 
.footer_inner .footer_gnb ul li a:hover span:after { width:100%; } 


.footer_info  { width:100%; font-size:0.938rem; color:#d9d9d9; font-weight:300; text-align:left; margin-top:1.25rem; opacity:0.6; }
.footer_info .rows { display:flex; margin-bottom:10px; } 
.footer_info .rows:last-of-type { margin-bottom:0px; } 
.footer_info .rows .line { } 
.footer_info span { line-height:1.2; } 
.footer_info span.tt { font-weight:200; } 
.footer_info span.line:after {content:'';clear:both; display:inline-block;width:1px;height:12px;margin:0 9px 2px;background-color:#7c7c7c;vertical-align:middle; }
.footer_info span.line:last-child:after {content:none;}


.footer_right { display:flex; justify-content:space-between; } 
.footer_right_l { margin-right:1.563rem; }
.footer_right_r { width:235px; margin-top:3.125rem; } 

.footer_right_r .footer_right_q { display:none; } 
.footer_right_r .footer_right_tel { display:none; } 

.footer_right_q { font-size:1.875rem; color:#fff; font-weight:300; text-align:left; } 
.footer_right_tel { display:flex; align-items:center; justify-content:flex-start; font-size:2.188rem; color:var(--menu); font-weight:300; margin-top:0.625rem; } 
.footer_right_tel a { color:var(--menu); } 
.footer_right_tel a:hover { color:var(--menu); }  
.footer_right_tel .icon { margin-right:5px; } 

.footer_right_r .form .form_row { margin-bottom:5px; } 
.footer_right_r .form .form_text { font-size:0.813rem; margin-top:15px; margin-bottom:1rem !important; letter-spacing:-0.07em; } 
.footer_right_r .form .form_row > label { display:none; } 
.footer_right_r .form .form_tag label { font-size:0.875rem; color:#666; } 

.footer_right_r .form input[type=text], 
.footer_right_r .form input[type=password] { width:100%; font-size:0.875rem; color:#fff; border:1px solid #222; background:#040404;height:2.813rem; padding:0.5rem 1.25rem; border-radius:7px;box-sizing:border-box;  }

.footer_right_r .form textarea { font-size:0.875rem; color:#fff; height:10rem; border:1px solid #fff; background:transparent; line-height:1.5; } 
.footer_right_r .form ::-webkit-input-placeholder { color: #666; font-size:0.938rem; font-weight:300; } /* Chrome/Opera/Safari */
.footer_right_r .form input[type=text]:focus,
.footer_right_r .form input[type=password]:focus,
.footer_right_r .form select:focus,
.footer_right_r .form textarea:focus {border-color:#111; box-shadow: 0 0 0.2rem 0.25rem rgba(0, 0, 0, 0.03); }
.footer_right_r .form .form_row input[type="checkbox"] + label span.check { width:13px; height:13px; margin-right:5px; border:1px solid #5e5e5e; } 
.footer_right_r .form .form_row input[type="checkbox"]:checked + label span.check:after { 	content:'done';position:absolute; left:50%; top:calc(50% - 3px); transform:translate(-50%,-50%);  font-family:'Material Icons'; font-size:30px; font-weight:600; color:var(--main); } 

/*
input[type="checkbox"] + label span.check { position:relative; display:inline-block;width:18px;height:18px;margin-top:-2px;margin-right:10px;vertical-align:middle; border:1px solid #999; cursor:pointer;}
*/

.footer_right_r .contact3_btn { position:relative; text-align:center; padding-top:5px; } 
.footer_right_r .contact3_btn a { display:; font-size:1.25rem; color:#fff; font-weight:300; letter-spacing:0; padding:10px 3.125rem 7px; background:var(--menu); border-radius:7px; transition:all 0.3s ease; } 
.footer_right_r .contact3_btn a:hover { color:#333; } 
.footer_right_r .contact3_btn a:after { background:#fff; } 
.footer_right_r .contact3_btn .material-icons { font-size:20px; margin-right:5px; }

.private_p { font-size:12px; color:#fff; background:#565656; padding:2px 10px; transition:all 0.3s; margin-left:5px; border-radius:3px;  } 
.private_p:hover { background:#fff; color:#565656;  } 


/* 브랜드 상단 창업배너 */
.footer_award { position:relative; background:#2b2b2b; padding:2.188rem 0;  margin:0 auto; } 
.banner_wrap { max-width:1440px; margin:0 auto; overflow:hidden; } 
.swiper-wrap { position:absolute; top:0px; width:100%; height:100%; max-width:1440px; margin:0 auto; overflow:hidden;  } 
.banner_list { margin:0 20px; overflow:hidden; } 

.footer_award .swiper-button-prev:after, .footer_award .swiper-button-next:after {font-size:1rem;color:#fff;}
.footer_award .swiper-button-prev { left:0px; } 
.footer_award .swiper-button-next { right:0px; }



@media screen and (max-width: 1470px){
	.footer .maxWidth1440 { width:revert;  } 
	.footer_left { width:40%; } 
	.footer_right { width:60%; } 
} 
@media screen and (max-width: 1240px){
	.footer_left { width:30%; } 
	.footer_right { width:70%; } 
} 

@media screen and (max-width: 1024px){
	.footer .maxWidth1440 { flex-direction:column; } 
	.footer_left { width:100%; margin-bottom:1.563rem; } 
	.footer_right { width:calc(100% - 0px); padding-left:0rem; } 
	
	.footer_right { display:flex; flex-direction:column-reverse; } 
	.footer_right_l { width:100%; }
	.footer_right_r { width:100%; margin-top:1.25rem;  } 
	
	.footer_right_r .footer_right_q { display:inline-block; margin-right:1.563rem; } 
	.footer_right_r .footer_right_tel { display:inline-block; margin-top:0rem; } 
	#footerqnafrm { margin-top:1.25rem; } 

	.footer_right_l .footer_right_q { display:none; } 
	.footer_right_l .footer_right_tel { display:none; } 

	.footer_right_l .footer_right_q { text-align:left; } 
	.footer_right_tel { justify-content:flex-start; } 
}
/*
@media screen and (max-width: 768px){
	.footer_menu {display:flex; justify-content:; }
	.footer_inner { flex-direction:column; } 

	.footer_inner .footer_logo { } 
	.footer_inner .footer_logo img { height:42px; } 

	.footer_inner .footer_gnb ul { display:flex; flex-wrap:wrap;  }
	.footer_inner .footer_gnb ul li { width:34%; } 

	.footer_inner .footer_gnb ul li a { font-size:1.5rem; }

	.footer_info { font-size:1.375rem; color:#d9d9d9; text-align:left; margin-top:1.563rem;  } 
	.footer_info .rows { } 

	.footer_right_q { font-size:2rem; text-align:center; } 
	.footer_right_tel { justify-content:center; font-size:2.375rem; margin-top:5px; } 
	.footer_right_tel .icon { margin-bottom:5px; } 

	.footer_right_r .form input[type=text], 
	.footer_right_r .form input[type=password] { width:100%; font-size:1.375rem; height:3.438rem; padding:0.5rem 1.25rem; border-radius:7px;box-sizing:border-box;  }
	.footer_right_r .form ::-webkit-input-placeholder { font-size:1.375rem;  } 

	.footer_right_r .form .form_tag label { font-size:1.375rem; color:#666; } 
	.footer_right_r .form .form_row input[type="checkbox"] + label span.check { width:20px; height:20px; } 
	.private_p { font-size:1.375rem; } 
	.footer_right_r .contact3_btn { padding-top:10px; } 
	.footer_right_r .contact3_btn a { font-size:1.75rem; padding:15px 3.125rem 12px; } 

	.footer_menu a { font-size:1.375rem; } 


}
@media screen and (max-width: 640px){
	.footer_right_r .form { display:flex; } 
	.footer_right_r .form .form_row { margin-right:5px; }
	.footer_right_r .form .form_row:last-of-type { margin-right:0px; } 
}
@media screen and (max-width: 480px){
	.footer_info .rows { flex-direction:column;} 
	.footer_info span.line { margin-bottom:4px; } 
	.footer_info span.line:after { display:none;  }	
}
@media screen and (max-width: 360px){
	
}
*/

/* VW 기준? */
@media screen and (max-width: 640px){
	.footer_menu {display:flex; justify-content:; }
	.footer_menu a:after { margin:0 4.6875vw 2px } 

	.footer_inner { flex-direction:column; } 

	.footer_inner .footer_logo { } 
	.footer_inner .footer_logo img { height:6.5625vw; } 

	.footer_inner .footer_gnb ul { display:flex; flex-wrap:wrap;  }
	.footer_inner .footer_gnb ul li { width:34%; } 

	.footer_inner .footer_gnb ul li a { font-size:3.75vw; }

	.footer_info { font-size:3.4375vw; color:#d9d9d9; text-align:left; margin-top:1.563rem;  } 
	.footer_info .rows { } 

	.footer_right_q { font-size:5vw; text-align:center; } 
	.footer_right_tel { justify-content:center; font-size:5.9375vw; margin-top:5px; } 
	.footer_right_tel .icon { margin-bottom:5px; } 

	.footer_right_r .form input[type=text], 
	.footer_right_r .form input[type=password] { width:100%; font-size:3.4375vw; height:3.438rem; padding:0.5rem 1.25rem; border-radius:7px;box-sizing:border-box;  }
	.footer_right_r .form ::-webkit-input-placeholder { font-size:3.4375vw;  } 

	.footer_right_r .form .form_tag label { font-size:3.4375vw; color:#666; } 
	.footer_right_r .form .form_row input[type="checkbox"] + label span.check { width:20px; height:20px; } 
	.private_p { font-size:3.4375vw; } 
	.footer_right_r .contact3_btn { padding-top:10px; } 
	.footer_right_r .contact3_btn a { font-size:4.3750vw; padding:15px 3.125rem 12px; } 

	.footer_menu a { font-size:3.4375vw; } 


}
@media screen and (max-width: 640px){
	.footer_right_r .form { display:flex; } 
	.footer_right_r .form .form_row { margin-right:5px; }
	.footer_right_r .form .form_row:last-of-type { margin-right:0px; } 
}
@media screen and (max-width: 480px){
	.footer_info .rows { flex-direction:column;} 
	.footer_info span.line { margin-bottom:4px; } 
	.footer_info span.line:after { display:none;  }	
}
@media screen and (max-width: 360px){
	
}


body {background-color:#fff;}




/********************************************************

		sub

********************************************************/
#sub {padding-top:0px; padding-bottom:100px;}

/*#sub {padding-top:80px;}*/
/*#sub {padding-top:135px;padding-bottom:70px;}*/
.sub__menu {position:fixed;top:80px;left:0;width:100%;background-color:#b80b35;z-index:99;}
.sub__menu .menu-inner {max-width:1200px;margin:0 auto;}
.sub__menu h2 {float:left;width:170px;height:55px;background-color:#333;font-weight:800;font-size:15px;color:#fff;text-align:center;line-height:55px;letter-spacing:-0.5px;box-sizing:border-box;}
.sub__menu ul {float:right;}
.about-menu {margin-left:118px;}
.artist-menu {margin-left:412px;}
.irpr-menu {margin-left:526px;}
.partner-menu {float:right !important;}
.sub__menu li {display:inline-block;margin-left:35px;}
.sub__menu a {display:block;padding:19px 0;font-weight:800;font-size:14px;color:#fff;letter-spacing:-0.5px;text-transform:uppercase;}
.sub__menu li.on a {color:#333;}
@media screen and (max-width: 1200px){
	.sub__menu ul {float:right;margin-left:0;margin-right:15px;}
}
@media screen and (max-width: 1024px){
	/*#sub { padding-top:40px; } */
}

@media screen and (max-width: 640px){
	#sub { margin-top:12.5vw; } 
	/*#sub {padding-bottom:50px;}*/
}





/********************************************************

		sub__spot

********************************************************/
.sub__spot {position:relative;width:100%;height:210px;text-align:center;}
.sub__spot:before {content:'';position:absolute;top:0;left:0;width:100%;height:100%;font-family:'Open Sans';font-weight:bold;font-size:200px;color:#f4f4f4;line-height:200px;}
.sub__spot .l-table {position:relative;}
.sub__spot .h-spot {font-family:'Open Sans';font-weight:800;font-size:16px;color:#111;line-height:24px;letter-spacing:3px;text-transform:uppercase;}
@media screen and (max-width: 1200px){
	.sub__spot:before {font-size:130px;}
}




/*--------------------------------------------------------------------------------
@ 창업 - 모바일메뉴 버튼 클릭시 : FULL MENU  
--------------------------------------------------------------------------------*/
.gl_menu_box { display:none; position:fixed; top:0px; left:0px; width:100%; height:calc(100%); z-index:1100; padding:0rem 0; overflow-x:hidden; } 


.gl_menu_box:before {content:'';position:fixed;top:0;left:-100vw;width:100%;height:100%; background-color:#fff;opacity:1; z-index:-1; transition:all 0.4s cubic-bezier(0.65, 0.05, 0.36, 1) 0.1s; }
.gl_menu_box.active:before { left:0px; } 

.gl_menu_box:after {content:'';position:fixed;top:0;left:-100vw;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); }
.gl_menu_box.active:after { left:0px; } 




.gl_menu_wrap { position:relative; display:flex; align-items:flex-start; height:100%;  } 
.gl_menu_box_inner { position:relative; display:flex; width:100%; height:100%; /*max-width:1720px;*/ font-size:1rem; margin:0 auto; } 


.gl_menu_box_inner .gl_left { width:50%; height:100%; background:#fff; opacity:0; transition:all 0.3s; } 
.gl_menu_box_inner .gl_right { display:flex; align-items:center; width:50%; height:100%; background:#c53428; padding:0 7.5rem; opacity:0; transition:all 0.3s; } 


.gl_left_cont { display:flex; flex-direction:column; justify-content:space-between; height:100%; padding:3.75rem 5rem; } 

.gl_left_logo img { width:235px; height:41px; } 
.gl_left_foot .gl_sns { }
.gl_sns { display:flex; align-items:center; justify-content:flex-start; margin-top:1.875rem; }
.gl_sns a { position:relative; display:flex; align-items:center; justify-content:center; width:3.125rem; height:3.125rem; border-radius:50%; text-align:center; border:1px solid #000; margin-right:0.625rem; transition:all 0.4s ease;} 
.gl_sns a:last-of-type { margin-right:0rem; } 
.gl_sns a:first-of-type img { width:12px; height:23px; } 
.gl_sns a:nth-of-type(2) img { width:21.5px; height:22px; } 
.gl_sns a:nth-of-type(3) img { width:29px; height:20px; } 
.gl_sns a:nth-of-type(4) img { width:24.5px; height:25.5px; } 

.gl_qna { margin-top:1.563rem; }
.gl_qna .text1 { font-size:1.875rem; color:#111; font-weight:300; margin-right:1.25rem; }
.gl_qna .text2 { font-size:1.875rem; color:var(--menu); font-weight:700; }
.gl_qna .text2 a { color:var(--menu); } 

.gl_info  { width:100%; font-size:0.938rem; color:#333; font-weight:400; text-align:left; margin-top:1.563rem; }
.gl_info .rows { display:flex; margin-bottom:12px; } 
.gl_info .rows:last-of-type { margin-bottom:0px; } 
.gl_info .rows .line { } 

.gl_info span.tt { font-weight:400; } 
.gl_info span.line:after {content:'';clear:both; display:inline-block;width:1px;height:12px;margin:0 9px 2px;background-color:#7c7c7c;vertical-align:middle; }
.gl_info span.line:last-child:after {content:none;}

.gl_info .copyright { font-size:0.938rem; color:#333; opacity:0.6;  } 


.gl_menu_body { display:flex;flex-direction:column; flex-wrap: wrap; width:100%; margin-right:-25px;} 

.gl_menu_close { position:absolute; right:7.5rem;  top:5rem; z-index:5; opacity:0; transition:all 0.4s cubic-bezier(0.65, 0.05, 0.36, 1) 0.2s; } 
.gl_menu_close a { }
.gl_menu_close a img { transition:all 0.3s;}
.gl_menu_close a:hover img { transform:rotate(180deg); } 
.gl_menu_close .material-icons { font-size:2.5rem; color:#fff;  } 

.gl_menu_box.active .gl_menu_close { opacity:1; }

.gl_menu_box_inner .gl_menu_list { position:relative; display:flex; width:100%; margin-right:25px; font-size:1rem; letter-spacing:-0.05em; opacity:0;  } 


.gl_menu_title { position:relative; display:flex; width:14.063rem;  text-align:center;  cursor:pointer; box-sizing:border-box; } 
.gl_menu_title a { font-size:2.5rem; color:#fff; font-weight:500; padding:18px 0; transition:all 0.3s; } 


.gl_menu_sublist { display:none; margin-top:10px; } 
.gl_menu_sublist ul li { position:relative; padding:11px 0; } 

.gl_menu_sublist ul li > a { position:relative; font-size:1.563rem; color:#fff; font-weight:300;} 
.gl_menu_sublist.en ul li > a { letter-spacing:0em;} 
.gl_menu_sublist ul li > a:after { content:''; position:absolute; left:0px; bottom:-2px;  width:0; height:1px; background:#fff; transition:all 0.3s;  } 
.gl_menu_sublist ul li > a i { margin-left:3px; font-size:1.125rem; } 

.gl_menu_sublist ul li > a:hover { } 
.gl_menu_sublist ul li > a:hover:after { width:100%; } 


.gl_menu_tablist { background:#f7f7f7; margin-left:-15px; margin-top:7px; padding:0.625rem 1.25rem; }
.gl_menu_tablist > a { position:relative; display:block; font-size:0.938rem; color:#666; font-weight:400;margin-bottom:5px; } 
.gl_menu_tablist > a:last-of-type { margin-bottom:0px; }
.gl_menu_tablist > a span { position:relative; display:inline-block; } 
.gl_menu_tablist > a span:after { content:''; position:absolute; left:0px; bottom:-2px;  width:0; height:1px; background:#999; transition:all 0.3s;  } 
.gl_menu_tablist > a:hover { color:#2454a6; } 
.gl_menu_tablist > a:hover span:after { width:100%; } 
.gl_menu_tablist > a i { margin-left:3px; font-size:1.125rem; } 


.gl_menu_banner { margin-top:1.25rem; }
.gl_menu_banner a { display:inline-flex; align-items:center; justify-content:center; width:100%; color:#fff; font-weight:400; padding:0.5rem 2.188rem 0.625rem;  background:#2454a6; transition:all 0.3s ease;  } 
.gl_menu_banner a:hover { background:#152c62; } 


@media screen and (max-width: 1280px){
	.gl_menu_box_inner .gl_right {  padding:0 3rem;  } 
	.gl_left_cont { padding:3.75rem 3rem; } 
	.gl_menu_close { right:3rem;  top:3rem; } 
}

@media screen and (max-width:1024px){
	.gl_menu_wrap { height:revert; } 
	.gl_menu_box_inner { display:flex; flex-direction:column-reverse; } 
	.gl_menu_box_inner .gl_left { width:100%; height:revert;  } 
	.gl_left_cont { padding:1.25rem; } 
	.gl_menu_box_inner .gl_right { display:flex; align-items:flex-start; width:100%; height:100%; padding:1.25rem; } 
	.gl_menu_close { right:1rem;  top:1rem; } 
	.gl_menu_close img { width:20px; } 
	.gl_info .rows { display:flex; flex-direction:column; margin-bottom:0px; } 
	.gl_info .rows:last-of-type { margin-bottom:0px; } 
	.gl_info .rows .line { margin-bottom:10px; } 

	.gl_info span.line:after { display:none;  }
	.gl_info span.line:last-child:after {content:none;}

	.gl_info .copyright { font-size:0.938rem; color:#333; opacity:0.6;  } 


	.gl_menu_title { width:10rem; } 
	.gl_menu_title a { font-size:1.563rem; } 
	.gl_menu_sublist ul li > a { font-size:1.125rem; } 
	.gl_menu_sublist { display:block; } 

}




/*----------------------------------------------------------------------
@ 브랜드 - QUICK MENU
----------------------------------------------------------------------*/
.quick { position:fixed;right:1.875rem;top:50%; transform:translateY(-50%); text-align:center;z-index:99; } 
.quick_row { display:flex; align-items:center; justify-content:center;  margin-bottom:0.938rem; overflow:hidden; } 
.quick_row a { position:relative; display:block; width:100%; width:8.125rem; height:8.125rem; background:#ea0029; border-radius:50%; animation:blinkerbg 3.2s step-end 0.2s infinite; } 


.quick_1 { position:absolute; width:100%; height:100%; display:flex; flex-direction:column; align-items:center; justify-content:center; font-size:1.375rem; color:#fff; font-weight:700; line-height:1; transition:all 0.3s; padding-top:0px; opacity:1; }
.quick_1_icon { margin-bottom:7px; } 
.quick_2 { position:absolute; width:100%; height:100%; display:flex; flex-direction:column; align-items:center; justify-content:center; font-size:1.563rem; color:#fff; font-weight:700; line-height:1.2; transition:all 0.3s; padding-top:10px; opacity:0;  } 


.quick_1 {animation: blinker1 3.2s step-end 0.2s infinite}
.quick_2 {animation: blinker2 3.2s step-end 0.2s infinite}

@keyframes blinker1{ 0% { opacity:1 } 	50% { opacity:0 } }
@keyframes blinker2{ 0%, 50% { opacity:0 } 50% { opacity:1 } } 
@keyframes blinkerbg{ 0% { background:#ea0029; } 	50% { background:#ea0029; } }


.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:5.25rem; top:revert; transform:revert; display:flex; flex-direction:column-reverse; } 
	.quick_row { margin-bottom:0; } 
	.quick_row a { width:60px; height:60px; margin-bottom:0.625rem; } 
	.quick_1 {  font-size:1rem; padding-top:3px; }
	.quick_1_icon { display:none; } 
	.quick_2 {  font-size:1rem; padding-top:5px; } 
	.quick_1.home { font-size:1rem; } 
	.quick_2.home img { width:2.5rem; }  
	.quick_etc { min-height:70px; } 
}


/*----------------------------------------------------------------------
창업 하단 따라다니는 메뉴 
----------------------------------------------------------------------*/

.f_bar{position:fixed;left:0;bottom:0;width:100%;min-width:1440px; height:80px;background:#ea0029; z-index:100; display:; }

.f_bar_inner { display:flex; align-items:center; justify-content:space-between; } 
.f_bar_inner .f_bar_left { position:relative; min-width:305px; height:80px; } 
.f_bar_inner .f_bar_left .f_bar_event { position:absolute; width:100%; bottom:15px; left:-25px; } 

.f_bar_center { display:flex; align-items:center;  flex-direction:row; margin-top:5px; } 
.f_bar_text { font-size:1.875rem; color:#fff; font-weight:600; margin-right:1.875rem; margin-bottom:7px; } 
.f_bar_tel { display:flex;align-items:center;  font-size:2.188rem; color:#fff; font-weight:700; letter-spacing:-0.07em;  }
.f_bar_tel a {color:#fff; } 
.f_bar_tel .icon { margin-right:5px; } 
.f_bar_tel .icon img { vertical-align:; } 


.f_bar_right .form { display:flex; justify-content:; align-items:center; margin-right:-7px; }
.f_bar_right .form .form_row { flex:0 0 auto; width:calc((100% / 1) - 7px); margin-right:7px; } 
.f_bar_right .form.four .form_row { width:calc((100% / 4) - 7px); } 

.f_bar_right .form .form_row { margin-bottom:0px; } 
.f_bar_right .form .form_text { display:none; font-size:0.813rem; margin-top:15px; margin-bottom:1rem !important; letter-spacing:-0.07em; } 
.f_bar_right .form .form_row > label { display:none; } 
.f_bar_right .form .form_tag label { font-size:0.875rem; color:#666; } 

.f_bar_right .form input[type=text], 
.f_bar_right .form input[type=password] { width:100%; max-width:160px; font-size:0.875rem; color:#111; border:1px solid #fff; background:#fff;height:3.125rem; padding:0.5rem 1.25rem; border-radius:7px;box-sizing:border-box;  }

.f_bar_right .form textarea { font-size:0.875rem; color:#fff; height:10rem; border:1px solid #fff; background:transparent; line-height:1.5; } 
.f_bar_right .form ::-webkit-input-placeholder { color: #999; font-size:0.938rem; font-weight:300; } /* Chrome/Opera/Safari */
.f_bar_right .form input[type=text]:focus,
.f_bar_right .form input[type=password]:focus,
.f_bar_right .form select:focus,
.f_bar_right .form textarea:focus {border-color:#111; box-shadow: 0 0 0.2rem 0.25rem rgba(0, 0, 0, 0.03); }
.f_bar_right .form .form_row input[type="checkbox"] + label span.check { width:13px; height:13px; margin-right:5px; border:1px solid #5e5e5e; } 
.f_bar_right .form .form_row input[type="checkbox"]:checked + label span.check:after { 	content:'done';position:absolute; left:50%; top:calc(50% - 3px); transform:translate(-50%,-50%);  font-family:'Material Icons'; font-size:30px; font-weight:600; color:var(--main); } 

/*
input[type="checkbox"] + label span.check { position:relative; display:inline-block;width:18px;height:18px;margin-top:-2px;margin-right:10px;vertical-align:middle; border:1px solid #999; cursor:pointer;}
*/

.f_bar_right .contact3_btn { position:relative; text-align:center;  } 
.f_bar_right .contact3_btn a { display:; font-size:1.25rem; color:#fff; font-weight:300; letter-spacing:0; padding:15px 1.75rem 10px; height:3.125rem; background:#111; border-radius:7px; transition:all 0.3s ease; box-sizing:border-box; } 
.f_bar_right .contact3_btn a:hover { color:#333; } 
.f_bar_right .contact3_btn a:after { background:#fff; } 
.f_bar_right .contact3_btn .material-icons { font-size:20px; margin-right:5px; }


@media screen and (max-width: 1024px){
	.f_bar { position:relative; height:revert; min-width:revert; } 
	.f_bar_inner { align-items:revert; flex-direction:column; padding:1.875rem 0; } 
	.f_bar_inner .f_bar_left { display:none; } 
	.f_bar_center { align-items:flex-start; margin-bottom:0.625rem; } 

	.f_bar_text { font-size:1.875rem; margin-right:1.875rem; margin-bottom:7px; } 
	.f_bar_tel { font-size:2.188rem; }
	.f_bar_tel .icon img { width:; } 

	.f_bar_right .form { flex-wrap:wrap; } 
	.f_bar_right .form.four .form_row { width:calc((100% / 3) - 7px); } 
	.f_bar_right .form.four .form_row:nth-of-type(3) { width:calc((100% / 3)); margin-right:0px !important; }
	.f_bar_right .form.four .form_text { display:block; width:100%; } 

	.f_bar_right .contact3_btn { display:block; width:100%; margin-top:0rem; } 
	.f_bar_right .form input[type=text], .f_bar_right .form input[type=password] { font-size:0.875rem; max-width:revert; } 
	
	.f_bar_right .form ::-webkit-input-placeholder { color: #666; font-size:0.875rem; } 
	.f_bar_right .form .form_tag label { font-size:0.875rem;; color:#fff; } 
	.f_bar_right .form .form_row input[type="checkbox"] + label span.check { border:1px solid #fff; margin-right:7px; } 
	.f_bar_right .private_p { background:#750c1f; padding:0.6250vw 1.5625vw; border-radius:1.2500vw; } 

	.f_bar_right .contact3_btn a { font-size:1.25rem;  padding: 15px 3.125rem 12px;  }
}    


@media screen and (max-width: 640px){
	.f_bar { position:relative; height:revert; min-width:revert; } 
	.f_bar_inner { align-items:revert; flex-direction:column; padding:4.6875vw 0; } 
	.f_bar_inner .f_bar_left { display:none; } 
	.f_bar_center { align-items:flex-start; margin-bottom:0.625rem; } 

	.f_bar_text { font-size:4.6875vw; margin-right:4.6875vw; margin-bottom:7px; } 
	.f_bar_tel { font-size:5.4688vw; }
	.f_bar_tel .icon img { width:4.6875vw; } 

	.f_bar_right .form { flex-wrap:wrap; } 
	.f_bar_right .form.four .form_row { width:calc((100% / 3) - 7px); } 
	.f_bar_right .form.four .form_row:nth-of-type(3) { width:calc((100% / 3)); margin-right:0px !important; }
	.f_bar_right .form.four .form_text { display:block; width:100%; } 

	.f_bar_right .contact3_btn { display:block; width:100%; margin-top:2.5vw; } 
	.f_bar_right .form input[type=text], .f_bar_right .form input[type=password] { font-size:3.4375vw; max-width:revert; } 
	
	.f_bar_right .form ::-webkit-input-placeholder { color: #666; font-size:3.4375vw; } 
	.f_bar_right .form .form_tag label { font-size:3.4375vw; color:#fff; } 
	.f_bar_right .form .form_row input[type="checkbox"] + label span.check { border:1px solid #fff; margin-right:7px; } 
	.f_bar_right .private_p { background:#750c1f; padding:0.6250vw 1.5625vw; border-radius:1.2500vw; } 

	.f_bar_right .contact3_btn a { font-size:4.3750vw; padding: 15px 3.125rem 12px;  }
}    

