/* header */

#header_wrap {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;

    text-align: center;
    
    font-size: 20px;
}

header {
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;

    background-color: #042A6F;
}
header h1 {
    margin-left: 9px;
    width: 100px;
}
header .icon {
    display: flex;
    align-items: center;
}
header .icon .search {}
header .icon .btn_menu {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
}
header .icon .btn_menu span {
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: #fff;
    left: 10px;
}
header .icon .btn_menu span:nth-child(1) {
    top: 12px;
}
header .icon .btn_menu span:nth-child(2) {
    top: 50%;
    margin-top: -1px;
}
header .icon .btn_menu span:nth-child(3) {
    bottom: 12px;
}

.bkbg {
    z-index: 9999999;
    display: none; /*원래상태 안보이게*/
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.8);
}

#sideM {
    z-index: 9999999999;
    position: fixed;
    right: -80%;
    top: 0;
    width: 80%;
    height: 100vh;
    background-color: #fff;
}

.sideTop {
    z-index: 9999;
    position: relative;
    padding: 20px;
    color: white;
    text-align: left;
    font-size: 14px;
    background-color: #042A6F;
    border-bottom: 1px solid rgba(255,255,255,0.4);
}
.sideTop a {
    font-size: 16px;
    display: inline-block;
    color: #fff;
    letter-spacing: 0.4px;
}
.sideTop_left {
    display: flex;
}

.home {
    padding-left: 5px;
}

.bar {
    position: relative;
    padding: 0 10px;
    
}
.bar::before {
    content: '';
    position: absolute;
    /* left: 0; */
    top: 50%;
    transform: translateY(-50%);
    width: 1px;height: 15px;
    background: #fff;
}


.sideTop .sideClose {
    display: block;
    position: absolute;
    top: 12px;
    right: 20px;
    width: 30px;
    height: 30px;
}
.sideTop .sideClose span {
    position: absolute;
    left: 75%;
    top: 50%;
    width: 3px;
    height: 22px;
    background-color: #fff;
}
.sideTop .sideClose span:nth-child(1) {
    transform: translate(-50%,-50%) rotate(45deg);
}
.sideTop .sideClose span:nth-child(2) {
    transform: translate(-50%,-50%) rotate(-45deg);
}

.go_booking {
    height: 42px;
    padding: 0 20px;
    line-height: 42px;
    font-weight: bold;
    text-align: left;
    color: #fff;
    background-color: #041B60;
}
.go_booking a {
    display: block;
}

nav {
    padding-top: 30px;
    text-align: left;
}
nav .d1 {}
nav .d1>li {}
nav .d1>li h3 {
    position: relative;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    font-size: 17px;
}
nav .d1>li h3::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ccc;
}

nav .d1>li h3 span {
    position: absolute;
    top: 50%;     right: 20px;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
}
nav .d1>li h3 .view {
}
nav .d1>li h3 .view img{
    width: 100%;height: 100%;
    object-fit: contain;
    filter: invert(7%) sepia(4%) saturate(629%) hue-rotate(314deg) brightness(88%) contrast(84%);
    transform: rotate(90deg);
}
nav .d1>li.on .view img{
    transform: rotate(270deg);
}
nav .d1>li h3 .close {display: none;}
nav .d1>li h3 span img {
    width: 100%;
}

/* h3 = .on */
nav .d1>li .on {
    background-color: midnightblue;
    color: #fff;
}
nav .d1>li .on .view {display: none;}
nav .d1>li .on .close {display: block;}

nav .d1>li .d2 {
    display: none;
    padding: 20px 30px;
}
nav .d1>li .d2 li {
    font-size: 16px;
    padding: 10px 0;
}
nav .d1>li .d2 li a {} 

/* 로그인 해더 */

.mb_prevBtn>a {
    display: block;
    padding-left: 20px;
}
.mb_prevBtn>a>img {
    transform: rotate(180deg);
    height: 20px;
}
.middle>p {
    color: #fff;
    font-size: 18px;
}
.mb_right {
    padding-right: 20px;
}




















/* footer */
.footer_inner {
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 20px 0;
}
.logo{
    /* width: 150px; */
    margin: 0 auto;
}
.logo a{display: block;}
.logo img{
}
.fd2 {
    padding-top: 20px;
}
.fd1>li>div>a {
    display: block;
    font-size: 15px;
}
.fd2>li {
    height: 42px;
    line-height: 42px;
}


.logo_footer {
    width: 100px;
    margin: 0 auto;
}
.footer_bottom {
    width: 100%;
    padding-bottom: 20px;
}
.fb_right {
    text-align: center;
}
.fb_right > p {
    font-size: 14px;
}
.fb_right .copyright {
    font-size: 13px;
    color: #797979;
    line-height: 1.4;
}

/* sns 푸터 */
.f_sns {
    padding-top: 15px;
    justify-content: center;
    display: flex;
}
.kakao {
    margin: 0 3px;
    width: 42px;
    height: 42px;
    background-color: #FAE100;
    border-radius: 50%;
}
.sns {
    margin: 0 3px;
    width: 42px;
}
.kakao>a {
    display: block;
}
.sns>a {
    display: block;
}
.kakao>a>img {padding-top: 8px;
    width: 25px;
}
