@charset "utf-8";

#gnb {
    display: flex;
    position: fixed;
    width: 100%;
    height: 140px;
    /* margin: 1em 0 1em; */
    /* padding: 0em 5em; */
    position: fixed;
    z-index: 12;
    top: 0;
    /* visibility: hidden; */
    /* height: 140px; */
    /* transition: all .5s ease-in-out; */
    background: #fff;
    /* transition: 0.5s ease-out; */
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    flex-direction: column;
    justify-content: center;
}
#gnb.over {}
#gnb.fixed {
	transition: all 0.3s ease-out;
	position: fixed;
	/* border-color: #e2e2e2; */
	height: 80px;
	/* box-shadow: 0 3px 10px hsl(0deg 0% 0% / 10%); */
	background-color: #fff;
	/* border-bottom: 1px solid #eee; */
	}
#gnb .gnb_wd {/* position:relative; *//* width: var(--width-size); *//* margin: 0 auto; */height: 100%;}
#gnb.fixed .top_login {visibility: hidden;height: 0;}
#gnb h1{
    width: 15%;
    min-width: 180px;
    height: 60px;
    background-image: url(/img/logo/logo.svg);
    background-position-x: left;
    background-position-y: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
    /* position: absolute; */
    top: 50%;
    /* transform: translateY(-50%); */
    left: 0;
    /* margin-left: 5.5%; */
}
#gnb.fixed h1, #gnb.over h1 {
    background-image: url(/img/logo/logo.svg);
}

#gnb h1 > a {
    width: 100%;
    height: 100%;
    display: block;
    text-indent:-111111px;
}
#gnb h1.fix_view {display:none;background-size: 100%;width: 240px;}
#gnb .gnb_top form {
    display: flex;
    border-radius: 40px;
    background-color: #fff;
}

#gnb .gnb_top input {
    border-radius: 40px;
    width: 30%;
    height: 40px;
    border: 1px solid var(--color-main);
}
#gnb .gnb_top input[type=text] {
	padding:0 1rem;
	font-size: 16px;
	font-weight: 300;
	/* background-image: url(/img/common/search.png); */
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: 96%;
	width: 300px;
	border-radius: 40px 0 0 40px;
	border-right: 0;
	background-color: #fff;
}
#gnb .gnb_top input[type=text]:hover, #gnb .gnb_top input[type=text]:focus {background-color:#fff}
#gnb .gnb_top input[type=submit] {
	background-image: url(/img/common/search.png);
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: center;
	width: 50px;
	border-left: 0;
	border-radius: 0 40px 40px 0;
	background-color: #fff;
}
#gnb .gnb1_ul{
        /* position: relative; */
        display: flex;
        height: 100%;
        align-items: center;
        z-index: 10;
        transition: all 0.3s ease-in-out;
        width: 100%;
        justify-content: flex-end;
        gap: 1.5rem;
}
#gnb .gnb1_ul.over {/* width:90%; */}
#gnb .gnb1_ul > li{
        position: relative;
        height: 100%;
        width: auto;
        transition: color 0.3s ease-in-out;
}
#gnb .gnb1_ul > li:hover {/* background-color:#fff; */}

#gnb .gnb1_ul > li > a{
    /* padding: .5em; */
    height: 100%;
    width: 100%;
    /* text-align: center; */
    z-index: 1;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 14px;
    display: flex;
    z-index: 22;
    position: relative;
    transition: all 0.3s 
ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s 
ease-in-out;
}
#gnb .gnb1_ul > li:hover > a {color: #58c4a7;}
#gnb .gnb1_ul.over > li {
    transition: color 0.3s ease-in-out;
    position: relative;
	color:black;
}
#gnb .gnb1_ul .gnb1_ul_li:hover a {}
#gnb .gnb1_ul_li a.on {color:#58c4a7}
#gnb .gnb1_ul_li a.on::after {
	position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    height: 3px;    
    width: 100%;
    max-width: 100%;    
    transition: all 0.33s ease-out 0s;
    -moz-transition: all 0.33s ease-out 0s;
    -webkit-transition: all 0.33s ease-out 0s;    
    background: #58c4a7 none repeat scroll 0 0;}
#gnb .gnb1_ul_li a.on:hover::after {width: 0;}


#gnb .gnb1_ul > li:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 0px;
	transform: translate(-50%, 0px);
	width: 100%;
	height: 0px;
	opacity: 0;
	background-color: #58c4a7;
	z-index: 20;
	transition: height 0.3s ease-out, opacity 0.3s ease-in-out;
}
#gnb .gnb1_ul > li:hover:before {
	/*
	height: calc(100px + 14.5rem);
	opacity: 1; */
}
#gnb .gnb1_ul.over > li > a:after {
	content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.4);
    transform: translateX(-50%);
    transition: width 0.5s;
}
#gnb .gnb1_ul.over > li:hover a::after {width: 100%;}
#gnb .gnb1_ul > li ul.gnb2_ul {
	opacity: 0;
	visibility: hidden;
	position: absolute; 
	left: 50%; 
	top: 85%;	
	width: 160px;
	list-style: none;
	margin: 0 0 0 -80px; 
	padding: 15px;
	background: #262829;
	box-shadow:0 4px 5px -3px rgba(0,0,0,.1);
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,.1);
	transform: translateY(30px);
	transition: all 0.33s ease-out 0s;
	-moz-transition: all 0.33s ease-out 0s;
	-webkit-transition: all 0.33s ease-out 0s;
}

#gnb .gnb1_ul > li.over ul.gnb2_ul {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
	-moz-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	transition: all 0.33s ease-out 0s;
	-moz-transition: all 0.33s ease-out 0s;
	-webkit-transition: all 0.33s ease-out 0s;
	z-index: 111;
}
#gnb .gnb1_ul > li ul.gnb2_ul:after {opacity:0;content:"";
	position:absolute;
	width:0;
	height:4px;
	top:0px;
	left:0;
	background-color: #58c4a7;
	transition:width .4s}
#gnb .gnb1_ul > li.over ul.gnb2_ul:after {
	width:100%;
	z-index:0;
	opacity:1;
	}
#gnb .gnb1_ul > li.over ul.gnb2_ul li{/* background-color:white; */border-radius:0;}
#gnb .gnb1_ul > li.over ul.gnb2_ul li:hover a{transform: translateX(10px);}


/*
#gnb > ul > li ul.none {
	visibility:hidden;
	height:0;
}*/
.gnb_bg {/* background-color:#fff; */height: 100%;/* border-top: 1px solid var(--color-main); *//* border-bottom: 1px solid #ddd; *//* border-radius: 0 0 6rem 6rem; *//* overflow: hidden; */}
.gnb_inner {width: var(--width-size);margin: 0 auto;/* padding: 0 30px; */height: 100%;width: 100%;/* display: flex; */gap: 5%;position: relative;align-items: flex-start;}

.gnb2_tit {width: 16%;/* position: relative; *//* background-color: #f9f4ee; */text-align: left;line-height: 1;height: 100%;/* padding: 50px 30px; */}
.gnb2_tit strong {font-size: 28px;font-weight: 600;color: var(--color-main);}
.gnb2_tit p {padding-top:1rem;padding-right: 1rem;color: #666;font-size: 16px;word-break: keep-all;}
.gnb2_tit span {position:absolute;top\: 10%;left: 0;top: 0;margin-top: 1%;transform: translateX(-52%);width: 163px;height: 160px;opacity: .1;}
.gnb2_ul {/* display:flex; */width: 100%;gap: 40px;flex-wrap: wrap;align-items: center;/* padding: 50px 0; */}

#gnb .gnb1_ul > li:first-of-type .gnb2_ul li:nth-of-type(2) a {}
#gnb .gnb1_ul .gnb2_ul li a{
    color: #fff;
    position: relative;
    display: block;
    font-size: 12px;
    font-weight: normal;
    padding: 8px 0;
    margin: 0 15px;
    color: #fff;
    word-break: keep-all;
    transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
    transform: translateX(0px);
}
#gnb .gnb1_ul .gnb2_ul li a::after {
	position: absolute;
    bottom: 0px;
    content: "";
    height: 1px;
    left: 0;
    right: 0;
	width: 0;
    transition: all 0.33s ease-out 0s;
    -moz-transition: all 0.33s ease-out 0s;
	-webkit-transition: all 0.33s ease-out 0s;	
    background: rgba(255,255,255,.3);
}
#gnb .gnb1_ul .gnb2_ul li:hover a::after {width:100%}

.gnb_top {border-bottom: 1px solid rgb(0 0 0 / 8%);z-index: 1;position: relative;}
.gnb_bottom {position:relative;width: 100%;}
#gnb.fixed .gnb_top {display:none}
.gnb_step {
    /* max-width: var(--width-size); */
    /* margin: 0 auto; */
    /* padding: 0 30px; */
    }
.gnb_step1 {display:flex;justify-content: flex-end;align-items: center;height: 34px;gap: 2rem;width: var(--width-size);margin: 0 auto;}
.gnb_step2 {height: 100px;width: var(--width-size);margin: 0 auto;display: flex;padding: 0 20px;position: relative;justify-content: space-between;align-items: center;z-index: 12;/* padding-top: 30px; */transition: all 0.3s 
ease-out;}
#gnb.fixed .gnb_step2 {height:80px}
#gnb .gnb_right {height: 100%;width: 100%;}

#gnb .gnb_menu {height: 100%;width: auto;flex: 1;display: flex;justify-content: flex-end;min-width: 0;}
#gnb .menu_inner {
    height: 100%;
    width: 100%;
    /* display: inline-block; */
    /* padding-right: 10%; */
    position: relative;
}
#gnb .m_btn {
    /* width: 15%; */
    /* display: none; */
    /* position: absolute; */
    /* right: 0; */
    /* margin-right: 8%; */
    height: 100%;
    display: block;
    margin-left: 1rem;
}
#gnb .m_btn span {width:30px;height:2px;display:block;background-color: #222;}
#gnb .m_btn span + span {margin-top:10px}
#gnb .m_btn button a {display:block}
#gnb .ri_icon {width: 5%;display: flex;justify-content: flex-end;gap: 10px;}
#gnb .ri_icon a {font-size:24px}
#gnb.fixed .menu_inner {}
#gnb.over .menu_inner {/* border-bottom:1px solid var(--color-main) */}
#gnb.over .m_btn span {color:#222}
#gnb .gnb_sns {width: 12%;}
#gnb .gnb_sns ul {
    display: flex;
    justify-content: flex-end;
}
#gnb .gnb_sns ul li {margin-left:1rem}
#gnb .gnb_top a{
    position: relative;
    color: #222;
    font-size: 15px;
	opacity:.7
}

#gnb .gnb_top a:hover {opacity:1}


#gnb .gnb1_ul a.sitemap{
    width: 40px;
    height: 40px;
    display: flex;
    align-content: space-between;
    flex-direction: column;
    padding: .5em .3em;
    border: 1px solid #ccc;
    position: relative;
    justify-content: space-between;
}
#gnb > div a.sitemap div {
    height: 2px;
    width: 100%;
    /* position: absolute; */
    background-color: var(--color-gray);
}
#gnb > div a.sitemap div:nth-of-type(1){}
#gnb > div a.sitemap div:nth-of-type(2){}
#gnb > div a.sitemap div:nth-of-type(3){}
#gnb button{
    padding: 0;
    border: 0 none;
    /* background: none; */
    cursor: pointer;
    /* vertical-align: unset; */
    /* height: unset; */
    /* width: 100%; */
    }
#gnb button a {width:100%;height:100%;display: inline-flex;}
#gnb button i {
    font-size: 30px;
    transition: all 1s;
    transform: rotate(0);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    transition: all .4s;
    font-weight: 100;
}
#gnb.fixed button i {}
#gnb button.mobile_btn {display:none;/* position: absolute; *//* right: 0; *//* display: inline-block; */}
#gnb .m_btn button:hover i, #gnb .m_btn button:hover span {}
#gnb.fixed .m_btn button i,#gnb .gnb_wd.color_w .m_btn button i {color:#222}}
#gnb.fixed h1.fix_view {display:unset;}
#gnb .m_btn button span:nth-child(2) {width:20px}
#gnb.over .m_btn button span {background-color: #232323;}
#gnb.fixed .m_btn button span {background-color: #232323;}
#gnb .gnb_top .all_menu {
    display:none;
    border: 0;
    background-color: var(--color-main);
    border-radius: 50%;
    height: 45px;
    width: 45px;
}
#gnb .gnb_top .all_menu i {color:#ffffff}
.sub_title_con .nav_float {
    /* margin-top:-30px; */
    position: absolute;
    left: 0;
    bottom: 0;
}
.nav_float ul{
    display: inline-flex;
    justify-content: flex-start;
    width: 100%;
    gap: 5px;
    border-radius: 30px 30px 0 0;
    border: 1px solid #ffffff;
}


/*.nav_float ul li.on a:before{content:"";position:absolute;width: 10px;height: 10px;left: 50%;top: 0;background-color:var(--color-main2);border-radius:50%;margin-top: -12px;transform: translateX(-50%);}*/
.nav_float ul li a {
    display: flex;
    /* width: 100%; */
    height: 100%;
    justify-content: center;
    font-weight: 600;
    font-size: 20px;
    align-items: center;
    text-transform: uppercase;
    transition: all 0.3s;
    position: relative;
    padding: 10px 3rem;
    border-radius: 100px;
    /* opacity: .5; */
    /* border-bottom: 2px solid #67483d00; */
}
.nav_float ul li a:hover {color: var(--color-main2);opacity:1}
.nav_float ul li.on a, .nav_float ul li.on a:hover {font-weight: 700;color: var(--color-main);}

.icon_10 ul li.on a,.icon_10 ul li a:hover {}
.icon_20 ul li.on a,.icon_20 ul li a:hover {
    background-color: #0b98d3;
}
.icon_30 ul li.on a,.icon_30 ul li a:hover {background-color: #e98612;}
.icon_50 ul li.on a,.icon_50 ul li a:hover {background-color: #048d4c;}



.icon_50 ul li:nth-of-type(1) a{background-image:url(/img/icon/50_icon1.png);}
.icon_50 ul li.on:nth-of-type(1) a,.icon_50 ul li:nth-of-type(1) a:hover{background-image:url(/img/icon/50_icon1_over.png);}
.icon_50 ul li:nth-of-type(2) a{background-image:url(/img/icon/50_icon2.png);}
.icon_50 ul li.on:nth-of-type(2) a,.icon_50 ul li:nth-of-type(2) a:hover{background-image:url(/img/icon/50_icon2_over.png);}

.icon_50 ul li:nth-of-type(3) a{background-image:url(/img/icon/50_icon3.png);}
.icon_50 ul li.on:nth-of-type(3) a,.icon_50 ul li:nth-of-type(3) a:hover{background-image:url(/img/icon/50_icon3_over.png);}
.icon_50 ul li:nth-of-type(4) a{background-image:url(/img/icon/50_icon4.png);}
.icon_50 ul li.on:nth-of-type(4) a,.icon_50 ul li:nth-of-type(4) a:hover{background-image:url(/img/icon/50_icon4_over.png);}
.icon_50 ul li:nth-of-type(5) a{background-image:url(/img/icon/50_icon5.png);}
.icon_50 ul li.on:nth-of-type(5) a,.icon_50 ul li:nth-of-type(5) a:hover{background-image:url(/img/icon/50_icon5_over.png);}
.icon_50 ul li:nth-of-type(6) a{background-image:url(/img/icon/50_icon6.png);}
.icon_50 ul li.on:nth-of-type(6) a,.icon_50 ul li:nth-of-type(6) a:hover{background-image:url(/img/icon/50_icon6_over.png);}
.icon_50 ul li:nth-of-type(7) a{background-image:url(/img/icon/50_icon7.png);}
.icon_50 ul li.on:nth-of-type(7) a,.icon_50 ul li:nth-of-type(7) a:hover{background-image:url(/img/icon/50_icon7_over.png);}
.icon_50 ul li:nth-of-type(8) a{background-image:url(/img/icon/50_icon8.png);}
.icon_50 ul li.on:nth-of-type(8) a,.icon_50 ul li:nth-of-type(8) a:hover{background-image:url(/img/icon/50_icon8_over.png);}


.global_search {
    display: none;
    position: fixed;
    top: 0;
    z-index: 1111111111111111;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.7);
}
.global_search > div{position: fixed;width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;}
.global_search > div >div{
    display: flex;
    width: 50%;
    flex-direction: column;
    align-items: center;
    position: absolute;
    background: white;
    padding: 1em;
    border-radius: 1rem;
}
.global_search > div > div h3{
    font-size: 1.4em;
    font-weight: 700;
    color: #d36868;
}
.global_search > div > div ul{
    display: flex;
    margin-top: 1em;
}
.global_search > div > div ul li{
}
.global_search > div > div ul li input{}
.global_search > div > div ul li input[type=text]{
    /* height: 3.5em; */
    padding: .5em;
    font-size: 1.2em;
    background: #f3f3f3;
    border: 1px solid #d8d8d8;
}
.global_search > div > div ul li input[type=submit]{
    padding: .7em 2em;
}
.global_search > div > div span {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -3rem;
    cursor: pointer;
    color: #fff;
    font-size: 1.5rem;
}

.sub_content_s, .sub_all_wrab {
    visibility: hidden;
}

@media screen and (max-width: 1024px) {
	.global_search {}
	.global_search div{}
	.global_search div h3{}
	.global_search div ul{}
	.global_search div ul li{}
	.global_search div ul li input{}
	.global_search div ul li input[type=text]{}
	.global_search div ul li input[type=submit]{}
	
}
.icon_btn {/* width: 20%; *//* display: none; */display: inline-block;}
.top_login {width: 100%;position: relative;left: 0;align-items: center;z-index: 13;background-color: #262829;height: 40px;transition: all 0.1s 
ease-out;display: flex;}
.top_login .wd {width:var(--width-size);margin: 0 auto;display: flex;justify-content: space-between;align-items: center;padding: 0 20px;}
.top_login .top_left {}
.top_login .top_left ul {display:flex;gap: 10px;}
.top_login .top_right {
    display: flex;
    gap: 10px;
    justify-content: center;
}
.top_login li, .top_login a {color:#fff;font-size: 12px;}
.top_login a i {font-size: 14px;}
.fixed .top_login a {}
.gnb_top .top_sns li a {font-size: 22px;}
.site_map_div {
			   position: absolute;
			   top: 0;
			   left: 0;
			   width:100%;
			   height: 0;
			   display: flex;
			   justify-content: center;
			   align-items: flex-start;
			   background-color: #ffffff;
			   /* overflow: hidden; */
			   /* transition: all .5s; */
			   display: none;
			   /* padding: 80px 0 2rem; */
			   z-index: 0;
			   /* box-shadow: 0 10px 20px -5px rgb(10 113 147 / 30%); */
			   }
.site_map_div .map_inner {
    display: flex;
    width: 100%;
    transition: all 1s;
}
.site_map_div .map_inner > div {}
.site_map_div .map_inner .space {width:15%}
.site_map_div .sitemap_close {
    color: white;
    cursor: pointer;
    text-align: center;
    display: block;
    width: 6em;
    padding: .3em .5em;
    border: 1px solid white;
    margin: 0 auto;
    border-radius: 6px;
    background-color: #4c5465;
    font-weight: 500;
    transition: all .4s;
}

.site_map_div .sitemap_close:hover {background-color:#fff; color:var(--color-dark)}
.site_map_div.active {height: 400px;}

.site_map_d1 {
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* margin: 1rem 10% 2rem; */
    /* padding: 0 15rem; */
    /* margin: 0 11%; */
    flex-direction: row;
    justify-content: space-between;
    /* background-color: #fff; */
    /* padding: 0 0 1rem; */
    /* padding: 1rem 0; */
    /* padding-top: 59px; */
}
.site_map_d1 > li{
    text-align: center;
    min-width: 130px;
    width: 20%;
    height: 99px;
    position: relative;
    /* padding: 3rem 0; */
    /* margin-top: 42px; */
    /* border-bottom: 1px solid #eee; */
}
.site_map_d1 > li a{
    /* color: #fff; */
    line-height: 2.2;
    font-weight: 400;
    /* font-family: var(--font-point); */
    font-size: 16px;
}
.site_map_d1 > li > a {
    font-weight: 500;
    font-size: 19px;
    /* position: absolute; */
    /* top: -50px; */
    left: 0;
    width: 100%;
    color: #232323;
    display: block;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}
.site_map_d2 {animation: fadein 1s;animation-delay: .4s;opacity: 0;animation-fill-mode: forwards;padding-top: 1.5rem;}
.site_map_d2 > li {
    font-size: 17px;
}
.site_map_d1 > li:first-of-type .site_map_d2 > li:first-of-type a {}
.site_map_d1 > li:first-of-type .site_map_d2 > li:nth-of-type(2) a {}
.site_map_d2 > li a:hover {color:var(--color-main)}
.fixed .site_map_div .map_inner {/* padding-left: 240px; *//* margin-top: 80px; */}
.fixed .site_map_d1 {}
.fixed .site_map_d1 > li > a {}
.sitemap_bg {
    width: 100%;
    height: 0px;
    /* background-color: white; */
    position: absolute;
    top: 0;
    z-index: 2;
    transition: all 1s;
    opacity: 0;
}

.sitemap_bg.view {
    width: 100%;
    height: 370px;
    top: 127px;
    left:0;
    z-index: 9;
    position: fixed;
    /* z-index: 3; */
    transition: all 1s;
    background-color: white;
    opacity: 1;
    box-shadow: 0 3px 20px rgb(0 0 0 / 6%);
}
.menu_over_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #00000000;
    z-index: 11;
    /* transition: all .3s; */
}
.menu_over_bg.on {
	height: 22.6rem;
	top: 0;
	background-color: white;
	transition: height 0.3s ease-out,;
	box-shadow: 0 4px 15px rgb(0 0 0 / 6%);
}

@media only screen and (min-width:1025px) and (max-width: 1700px)  {

}
@media screen and (max-width: 1204px) {
    #gnb, #gnb.fixed {height:80px}
	#gnb button.mobile_btn {display: block;/* position: absolute; *//* right: 0; */width: 40px;height: 40px;}
	#gnb .gnb_wrap {padding: 0 3%;width: 100%;}
	#gnb .gnb_menu {display:none}
	#gnb .gnb_top {display:none}
	#gnb.fixed {height: 80px;}
	#gnb.fixed .gnb_top {/* display: flex; *//* height: 100%; */}
	#gnb.fixed h1 {background-size:100%;top: 0;transform: unset;}
	#gnb .gnb_top .all_menu {display:block;/* border: 0; *//* background-color: var(--color-main); *//* border-radius: 6px; */}
	.gnb_step2 {display:flex;height: 80px;padding: 0 3%;align-items: center;}
	#gnb h1 {width:240px;margin:0;position: relative;top: 0;transform: unset;}
	#gnb .gnb_right {width:auto;height: auto;}
    .top_login {display: none;}
}
/* 모바일 가로, 모바일 세로 (해상도 480px ~ 767px)*/ 
@media all and (max-width:767px) {
	#gnb .gnb_top {display:none}
	.gnb_step2 {/* height:70px; */}
	#gnb h1 {background-size: contain;width: 200px;}
	.gnb_top .top_login {display:none}
	#gnb button.mobile_btn {}
}

