@charset "UTF-8";

.gnb{  border-bottom:1px solid #e5e5e5; overflow: hidden; }
.gnb ol {float: left; }
.gnb ol li { padding:0 1em; }

.gnb ul { display: flex; justify-content: flex-end; align-items: center; gap: 10px; }
.gnb li a { display: block; padding: 5px 10px; font-size: 14px; overflow: hidden; }
.gnb li a i { line-height: 1em; }
.gnb li span { display: block; padding: 10px 5px; color:rgba(255,255,255,0.3); }
.gnb .bg a { color: #091c44; background-color: #000; }

nav{ position: relative; border-bottom: 2px solid #51ac17; }
nav .menu span { padding: 0 10px; line-height: 1em; border-left: 1px solid #ddd; }
nav .menu a:nth-child(1) span{ border: 0; }
nav a{ display: inline-block; font-weight: 700; }
nav .menu a { padding-top: 20px; }
nav a:hover{ color: #51ac17; }
nav img{ width: auto; max-width: 100%; height: 80px; }


/*모바일메뉴*/
.mob_nav { position: relative; }
.mob_nav .top_logo a{ display: block; text-align: center; padding: 10px 0; }
.mob_nav img{ width: auto; height: 30px; }
.mob_nav .partner_logo { display:none; text-align: center; padding: 15px 0; border-top: 1px solid #ccc }
.mob_nav .partner_logo p{ font-weight : 700; letter-spacing: -1px;}
.mob_nav .mob_btn{ position: absolute; top: 0; right: 0; width: 50px; height: 50px; padding: 10px; text-align: center; }
.mob_nav .mob_home{ position: absolute; top: 0; left: 0; width: 70px; height: 50px; padding: 7px 10px; color: #333; text-align: center; }
.mob_nav .mob_home span{ font-size: 1.5em; }
.mob_nav .mob_home i{ font-size: 12px; line-height: 1em; display: block; }

.sub .mob_nav .partner_logo { display:block; }

/* 따라다니는 상단메뉴 */
	.mob_sub.roll { position: fixed; z-index: 20;  top: 0 }
	.mob_sub { width: 100%; padding: 0 10px; background: #fff; overflow:hidden; }
	.mob_sub li { float:left; width: 20%; text-align: center; }
	.mob_sub a { display: block; padding: 5px; font-size: 1.2em; font-weight: 700; }
	.mob_sub .on a { color: #f6266a; border-bottom: 2px solid #f6266a; }

@media (max-width:991px) {
	header{ padding: 0; }
}

html.open { overflow: hidden; } /*메뉴가 열렸을때 본문이 스크롤 되지 않는다.*/

.close { width: 50px; height: 50px; padding: 15px; position: absolute; right: 0px; top: 0px; cursor: pointer; }/*닫기 버튼*/

#menu { width: 70%; height: 100%; position: fixed; top: 0px; right: -70%; z-index: 999999; font-size: 14px; background: #fff; overflow-x: scroll;
	transition: All 0.2s ease; -webkit-transition: All 0.2s ease; -moz-transition: All 0.2s ease; -o-transition: All 0.2s ease; } /*메뉴 영역*/

#menu .menu_log{ padding: 20px; text-align: center; background: #fafafa; }
#menu .menu_log img{ width: auto; }
.quick_login { overflow: hidden; }
.quick_login li{ float: left; width: 50%; text-align: center; border-top: 1px solid #f4f4f4; border-bottom: 1px solid #f4f4f4; }
.quick_login li a{ display: block; height: 48px;  line-height: 48px; }
.quick_login li:nth-child(1) a{ border-right: 1px solid #f4f4f4; }
/*.quick_login li a:hover{ color: #ef4147; background: #e9e9e9; }*/

#nav-left > li > div { position: relative; padding: 0 0 0 20px; height: 48px; line-height: 48px; border-bottom: 1px solid #ebebeb; }
#nav-left > .open_menu > div:after { content: "\e941"; position: absolute; right: 15px; font-family: 'xeicon'; }
#nav-left > .open > div:after { content: "\e944"; font-family: 'xeicon'; }

/* 모바일 서브 */
#nav-left > li > ul{display: none;}
#nav-left > .open_menu > ul{ display: none; border-bottom: 1px solid #ebebeb; }
#nav-left > .open_menu > ul > li{ background: #fafafa; padding: 10px 0; }
#nav-left > .open_menu > ul > li > a{ display: block; position: relative; height: 40px; line-height: 40px; padding: 0 0 0 25px; }
#nav-left > .open_menu > ul > li > a:before{ content: "\e93f"; font-family: 'xeicon'; position: absolute; left: 10px; }

/* 모바일 예약 */
.img_btn { position: relative; width: 140px; margin: 40px auto; padding: 15px 0px; font-size: 12px; text-align: center; line-height: 20px; color: #999; border-bottom: 1px solid #51ac17; }
.img_btn p.cir { position: absolute; right: 20px; top: 0; width: 25px; height: 25px; border-radius: 50px; font-weight: 500; font-size: 11px; text-align: center; line-height: 22px;  color: #fff; background: #51ac17; }
.img_btn p span { display: block; padding: 10px 0 0 0; font-size: 15px; font-weight: 300; color: #000; }

#menu.open { right: 0px; }

.page_cover.open { display: block; }

.page_cover { width: 100%; height: 100%; position: fixed; top: 0px; left: 0px; background-color: rgba(0, 0, 0, 0.4); z-index: 99999; display: none; }

/*하단*/
footer{ border-top: 1px solid #e5e5e5; }
footer .bg{ padding-bottom: 30px; font-size:0.9em; color: #fff; background: #474b50; }
footer .bg > div{ position: relative; }
footer .bg ul { text-align: center; }
footer .bg ul > li{ display:inline-block; }
footer .bg ul > li a{ position: relative; display: block; padding: 20px; text-align: center; font-weight: 300; color: #fff; }
footer .bg ul > li a:after{ content:"l"; position: absolute; right:0; font-size:1.3em; font-weight: 100; color: #a0a0a0; }
footer .bg ul > li:last-child a:after{ display:none; }
footer .info > div{ text-align: center; }
footer .info .foot_logo{ padding: 0 0 20px 0;  }
/* footer .com{ color:#fff; } */
footer span{ display: inline-block; padding:0 5px; }
footer .copy{ display: block; padding: 1em 5px 0 5px; }
footer .bg img{ width: auto; max-width: 100%; }
footer .com a{ position: absolute; display:block; right: 0; bottom: 0; border-radius: 80px; overflow: hidden; }
footer .top{ display: block; position: absolute; top: 10px; right: 0; border-radius: 30px; width: 60px; height: 60px; font-size: 14px; line-height: 1em; text-align: center; }
footer .top a{ display: block; padding: 12px 0 0 0; }

.pass footer { display: none; }

@media (max-width:991px) {
	footer{text-align: center;}
	footer > div > ul > li a{ position: relative; padding:10px 13px; }
	
	footer .info .foot_logo{ float: none;  padding: 20px 0; }
	footer .bg img{ width: 120px; }
	footer span{ letter-spacing: -0.5px; }
	footer .com{ width:100%; }
	footer .com a{ position: relative; width:50px; margin: 10px auto 0 auto; }

	footer .top{ top: 50px; right: 10px; border-radius: 50px; width: 60px; height: 60px; font-size: 12px; line-height: 1em; text-align: center; }
	footer .top a{ padding: 16px 0 0 0; }
}
@media (max-width:767px) {
	footer .bg ul{border-bottom:1px solid #4b4f5a;}
}

.m_quick { position: fixed; right:10px; bottom: 10px; z-index: 999; }
.m_quick a{ display: block; margin:0px 0 0 0; width: 106px; overflow:hidden; }
/* .m_quick { position: fixed; right:10px; bottom: 40px; z-index: 999; width: 60px; height: 60px; border-radius: 80px; color: #fff; background: #fa4169; }
.m_quick a{ display: block; padding: 10px 0; font-weight: 700; text-align: center; line-height: 1.2em;} */

.m_quick .search_btn{  }
.m_quick .cart_btn{  }
.cart_btn .badge{  }

.search_location{ display: none; opacity: 0; background: #fff; transition: all 0.3s ease 0.2s; }
.search_location.on{ display: block; position: fixed; top: 0; left: 0; z-index: 100; width: 100%; height: 100%; padding: 1.5em 10px; text-align: center; background: #f2f2f2; opacity: 1; }