xmp,pre{
    max-width: 100%;
    white-space: pre-wrap;
    font-weight: inherit !important;
    font-size: inherit !important;
    font-family: inherit !important;
    line-height: inherit !important;
}

textarea{
    font-weight: inherit !important;
    font-size: inherit !important;
    font-family: inherit !important;
    line-height: inherit !important;
}
.layered-popup {
    display:none;
    position: absolute;
    width:400px;
    z-index: 8;
    top:70px;
    font-size:20px;
    padding-left:5px;
    padding-right:5px;
}
.popup-wrap {
    position: absolute;
    width: 100%;
    text-align: center;
}
.popup-inner{
    position: relative;
    width: 1460px;
    display: inline-block;
}
.layered-popup img {
    width: 100%;
    border: 1px solid black;
    float: left;
    /*height: 340px;*/
}
.layered-popup .button_area{
    text-align: center;
}
.layered-popup .button_area .button{
    background-color: #b541ff;
    color: white;
    display: inline-block;
    width: 50%;
    float: left;
    font-size: 13px;
    padding: 8px 12px;
    cursor: pointer;
}
.layered-popup .button_area .button:nth-child(1){
    border-right: 1px solid black;
}
header,
header.on,
header.sub{
    transition: 0.3s;
}
.btn-area a{
    display: inline-block;
}
.gallery .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news .txt{
    height: 44px;
}
.vdo-wrap{
    max-width: 800px;
}
footer .info a{
    display: inline-block;
    color: inherit;
}
.ui-widget select{
    padding: 0;
    background-color: white;
    -webkit-appearance: unset;
    -moz-appearance: unset;
    appearance: auto;
    background-image: none;
}
@media only screen and (max-width: 1280px) {
    body, html{
        overflow-x: hidden;
    }
    header,
    header .inner{
        background: transparent;
    }
    .gnb-btn button span,
    .gnb-btn button span:before,
    .gnb-btn button span:after{
        background: white;
    }
    header.sub .gnb-btn button span,
    header.sub .gnb-btn button span:before,
    header.sub .gnb-btn button span:after,
    header.on .gnb-btn button span,
    header.on .gnb-btn button span:before,
    header.on .gnb-btn button span:after{
        background: #333;
    }
    header.sub .gnb-btn.gnb-btn-active button span,
    header.on .gnb-btn.gnb-btn-active button span{
        background: transparent;
    }

    .reserv-btn{
        display: none;
    }
    .m-nav-wrap .reserv-btn {
        display: flex;
        position: initial;
        margin-top: 20px;
    }

    .m-nav-wrap ul li{
        flex:1;
    }

    .m-nav-wrap .reserv-btn li:first-child a{
        margin-right: 10px;
    }

    .m-nav-wrap .reserv-btn li a {
        height: auto;
        line-height: initial;
        padding: 10px 0;
        border-radius: 0;
        padding: 15px 0 15px 30px;
        text-align: center;
    }

    .m-nav-wrap .reserv-btn a {
        display: block;
        width: auto;
        height: 60px;
        line-height: 60px;
        border-radius: 60px;
        background-position: 20px center !important;
    }

    .m-nav-wrap .reserv-btn li:first-child a {
        background-position:30px center !important;
    }

    .m-nav-wrap .reserv-btn li:last-child a {
        background-position:40px center !important;
    }
}
@media only screen and (max-width: 1024px){
    .layered-popup{
        left: unset !important;
        right: 50px !important;
        top: 80px !important;
    }
    .popup-wrap{
        width: 100%;
    }
    .popup-inner{
        width: 100%;
    }
    .pop-img-wrap{
        height: 200px;
    }
}

@media only screen and (max-width: 768px){
    .layered-popup{
        left:0px!important;
        top:66px!important;
        width: 100% !important;
        padding:0px!important;
    }
    .layered-popup img{
        width: 100%;
        /*height: 100vw;*/
    }
}