@charset "UTF-8";

header { position: fixed; top: 0; left: 0; z-index: 999; width: 100%; background: #fff; }
header img { width: auto; }

header nav { display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: center; width: 100%; padding: 20px 0; }
nav .logo { width: 15%; }
nav .menu { width: 60%; text-align: center; }
nav .menu a { display: inline-block; padding: 0 5%; font-size: 1.3em; font-weight: 700; }
nav .menu a:hover { color: #03c75a; }
nav .gnb { position: relative; width: 25%; text-align: right; color: #525252; font-weight: 500; }
nav .gnb span { display: inline-block; padding: 0 10px 0 0; cursor: pointer; }
nav .gnb span:hover { color: #03c75a; }
nav .gnb a { display: inline-block; padding: 0 0 0 10px; }
nav .gnb i { color: #cdcdcd; }
nav .gnb div { display: none; position: absolute; width: 120px; top: 30px; right: 0; text-align: left; border: 1px solid #ebebeb; background: #fff; }
nav .gnb a:hover{ color: #03c75a; }

/*모바일메뉴*/
.mob_nav{ background: #03c75a; }
.mob_nav img{ width: auto; height: 30px; }
.mob_nav a{ display: block; text-align: center; padding: 10px 0; }

.mob_back{ position: absolute; left: 0px; top: 0px; width: 50px; height: 50px; line-height: 50px; font-size: 2.2em; text-align: center; color: #fff; cursor: pointer; }
.mob_btn{ position: absolute; right: 0px; top: 0px; width: 50px; height: 50px; line-height: 50px; text-align: center; cursor: pointer; }

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 { }
#nav-left > .open_menu > ul{ 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 #03c75a; }
.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: #03c75a; }
.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; }

.m_quick { position: fixed; width: 100%; height: 50px; left:0; bottom: 0; z-index: 999; border-top: 1px solid #e5e5e5; background: #fff; }
.m_quick li{ float: left; color: #999; }
.m_quick li:nth-child(1){ width: 20%; }
.m_quick li:nth-child(2){ width: 23%; }
.m_quick li:nth-child(3){ width: 17%; }
.m_quick li:nth-child(4){ width: 17%; }
.m_quick li:nth-child(5){ width: 23%; }
.m_quick img{ width: auto; height: 20px; }
.m_quick a{ display: block; text-align: center; padding: 5px 0 0 0; }
.m_quick .mob_btn{ text-align: center; padding: 5px 0 0 0; }

.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; }

footer { position: relative; padding: 20px 0; font-size: 12px; color: #fff; background: #393939; }
footer img { width: auto; }

footer .info ul { color: #909090; }

footer .top { position: absolute; top: 10px; right: 10px; width: 50px; height: 50px; padding: 10px 0; text-align: center; border-radius: 100px; }
footer .top a { display: block; }
footer .top i { display: block; line-height: 1em; }
@media (max-width:991px) {
	footer { padding: 20px 0; }
	footer .info ul li { padding: 5px 10px; }	
	footer .info ul li a { display: inline-block; padding: 0 5px; }
	footer .info ul li:nth-child(1) { padding: 0 10px 20px 10px; text-align: center;}
}