@charset "utf-8";
/* CSS Document */
.hide{ display:none !important;}
.show{ display:block;}

/*-------- contents all --------*/
#wrap {margin:0; position:relative; min-width:320px; width:100%; font-family: 'Noto Sans KR'; min-height: 100%;}

/*------- header -------*/
#header{ min-width:320px; width:100%; z-index: 10; position:fixed; }
#header .header-box {position: relative;  overflow: hidden;  height: 55px; background: transparent; border-bottom: 1px solid rgba(255,255,255,0.2);}
.menu-bar {position: absolute; top: 16px; right: 16px; width: 24px;}

/*----- header bg green -----*/
.topmenuWrap{ width: 100%; position: fixed;min-width:320px; top: 0; left: 0; right: 0; z-index: 9999;transition: top 0.3s ease-out;}
.topmenuWrap.green{ background-color: #164b4c; transition: top 0.3s ease-out; transform: translateY(-10px);}
.topmenuWrap.green.active{transform: translateY(-10px); transition: top 0.3s ease-out;}

/*------- navi-menu -------*/
#toggle{display:none;}
#toggle:checked + #header nav{left:0px;} /* 토글에 체크되면 메뉴 보임 */
#header nav{
  width:100%;height:100%;
  position:fixed;
  top:0px;left:100%;
  transition:0.5s;
  z-index:1000;
}
.menu-top{width: 100%; height: 70px; border-bottom: 1px solid #eee; position: relative;}
.menu-top .menu-logo {position: absolute; top: 20px; left:16px;}
.menu-login {width: 100%; height: 100px; border-bottom: 1px solid #eee; position: relative; color: #000; background-color:#fff; }
.menu-login .txt {display: inline-block; font-size: 1.063em; line-height: 1.5em; margin: 24px 16px; float: left;     font-weight: 200; letter-spacing: -0.4px;}
.menu-login .txt span {color: #378468; font-size: 1.250em;}
.menu-login .menu-two-btn {display: inline-block; text-align: center; float: right; margin-top: 24px;  margin-right: 16px; font-size: 0.875em; line-height: 1.7em; font-weight: 300;}
.menu-login .login-btn {width: 98px; height: 24px; background-color: #f6743b; margin-bottom: 5px;}
.menu-login .join-btn {width: 98px; height: 24px; background-color: #b4bbbc;}
.menu-login .login-btn a{color: #fff;}
.menu-login .join-btn a{color: #fff;}

/* header nav */
.topmenuWrap{ width: 100%; position: fixed; min-width:320px; top: 0; left: 0; right: 0; z-index: 1004; background-color: #192c4a; height: 56px; transition: 0.3s all ease; border-bottom: 1px solid rgba(255,255,255,0.2);}
.topmenuWrap.main{ background-color: transparent;}
.topmenuWrap.sub{background: #fff; z-index:999999}
.topmenuWrap.sub .toggle-btn span{background: #222;}
.topmenuWrap.main .sub-logo{opacity: 0;}
.topmenuWrap.main .main-logo{opacity: 1;}
.topmenuWrap.sub .sub-logo{opacity: 1; position: absolute; top: 0; left: 0;}
.topmenuWrap.sub .main-logo{opacity: 0;}
.logo {position: absolute; top: 12px; left:4px;}
.logo a{ display: inline-block;}
.btn-top-reser{ position: absolute; top:16px; left: 28px;}
.btn-top-reser img{ width: 28px; }

.menu-login{ height: 60px; border-top:1px solid #4c576a; display: flex; align-items: center; justify-content: center;}
.menu-login a{ display: block; color: #f8f8f8; font-size: 15px; position: relative; width: 33.33%; text-align: center;}
.menu-login a::after{ content: ''; width: 1px; height: 15px; background-color: #4c576a; position: absolute; right:0; top:1px;}
nav {
    background-color: #192c4a;
    position: fixed;
    top: 0;
    bottom:0;
    right: 0;
    right:0;
    width: 80% !important;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 10;
}
.navConBox{ width: 100%; height: 100%; overflow-y: auto; position: relative; background-color: #fff; z-index: 9999;}
.topmenuWrap.sub .navConBox{ width: 100%; height: 100%; overflow-y: auto; position: relative; background-color: #fff;}
.navTop{ width: 80%; margin:auto; position: fixed; top:0; right: 0; z-index: 1; height: 56px; z-index: 5; background-color: #fff;}
.nav-overlay{opacity: 0; position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.8); z-index:1003;}

nav ul {
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 100%;
    overflow-y: auto;
    overflow-x:hidden;
    margin-top:54px;
    margin-bottom: 30px;
}
nav ul li {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
}
nav ul li a {
    display: block;
    font-size: 1em;
    text-indent: 24px;
    height: 60px;
    background-color: #fff;
    color: #222;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: relative;
    font-weight: 300;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ccc;
    text-transform: uppercase;
}
nav ul li a b{ 
	position: absolute;
    top:0;
    right: 0px;
    width: 60px;
    height: 59px;
    display: flex;
    align-items: center;    
    color: #999;
    font-weight: 100;
    font-size: 12px;
}
.toggle-btn {
    display: block;
    z-index: 100;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right:16px;
    transform: translate(-50%, -50%);
    z-index: 1100;
}
.toggle-btn span {
    display: block;
    background: #fff;
    width: 24px;
    height: 2px;
    border-radius: 10px;
    transition: 0.25s margin 0.25s, 0.25s transform;    
}
.toggle-btn span:nth-of-type(1){
    margin-bottom: 6px;
    
}
.toggle-btn span:nth-of-type(2) {
  width: 16px;
}
.toggle-btn span:nth-of-type(3){
    margin-top: 6px;
}
#toggle:checked + label.toggle-btn span {
    background-color: #222;
    transition: 0.25s margin, 0.25s transform 0.25s;
}
#toggle:checked + label.toggle-btn span:nth-of-type(1) {
    margin-bottom: -3px;
    transform: rotate(45deg);
}
#toggle:checked + label.toggle-btn span:nth-of-type(2) {
    transform: rotate(45deg);
    display: none;
}
#toggle:checked + label.toggle-btn span:nth-of-type(3) {
    margin-top: -3px;
	transform: rotate(135deg);
}
#toggle:checked ~ nav {
    opacity: 1;
    visibility: visible;
    z-index: 1019;
}
#toggle:checked ~ nav .nav-overlay{opacity: 1;}
#toggle:checked ~ nav ul li {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}
.smallMbox a{ border-bottom:0; height: 50px; font-size: 1em; font-weight: 300; background: rgba(68, 74, 92, 0.05); color: #666;}
.menu-blue{ color:#222;}

.quick-reser{background: #c8a445; padding: 20px 25px; width: 100%; display: block; color: #fff; height: 60px; font-weight: 300;}
.quick-reser span{
  position: absolute;
  top:0;
  right: -15px;
  width: 60px;
  height: 59px;
  display: flex;
  align-items: center;
  color: #999;
  font-weight: 100;
  font-size: 12px;
  vertical-align: middle;}

  /*header nav*/
.login-btn{width: 90%;}
.login-btn a{border: 1px solid #c8a445; color: #c8a445; padding: 0.5em; display: inline-block; width: 48.9%; font-size: 0.875em; text-align: center; margin-right: 5px; float: left;}
.login-btn a:last-child{margin-right: 0;}
.login-btn a.on{background: #c8a445; color: #fff;}

/*----- footer -----*/
#footerWrap{background: #444a5c; color: #ccc; text-align: left; padding: 0.5em 1em; font-family: 'Noto Sans KR'; width: 100%; font-size: 0.75em; position: absolute; bottom: 0;}


/* 230602 layer popup */
.chkLayer{border:2px solid #c8a445; background-color: #fff; position:fixed; z-index:9999; width: 90%; height: auto; max-height: 80%; padding: 25px 0; top:50%; left:50%; transform: translate(-50%,-50%); border-radius: 4px;}