
@font-face {
    font-family: 'ONE-Mobile-POP';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2105_2@1.0/ONE-Mobile-POP.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);

.notosanskr * { 
 font-family: 'Noto Sans KR', sans-serif;
}
/* room */
.room_wrap {
    height: 100%;
}
.room_wrap .content {
    position: relative;
}
.room_wrap .content .sub_info {
    position: fixed;
    top:0; 
    bottom: 0;
    z-index: 30;
    width: 25%;
    padding: 0 2% 0 80px;
    background-image: url(../images/room/room_bg.jpg);
}
.room_wrap .content .sub_info .text {
    position: relative;
    margin-top: 260px;
    z-index: 20;
    color: #fff;
}
.room_wrap .content .sub_info .text .sub_title {
    z-index: 25;
}
.room_wrap .content .sub_info .text .sub_title1{
    z-index: 25;
}
.room_wrap .content .sub_info .text .btn {
    position: absolute;
    top: -105px;
    left: 200px;
    font-size: 1.3em;
    font-weight: 700;
    z-index: 9999;
}
.room_wrap .content .sub_info .text .btn .open,
.room_wrap .content .sub_info .text .btn .close {
    display: none;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 20px;
    border-radius: 100%;
    background-color: #fff;
    color: #000;
    cursor: pointer;

}

.room_wrap .content .sub_info .text .btn .open.on,
.room_wrap .content .sub_info .text .btn .close.on {
    display: flex;
    gap: 5px;
}
.room_wrap .content .sub_info .text .reser {
    margin-top: 27px;
    /*font-family: '양진체';*/
    font-family: 'GowunDodum-Regular';
    font-size: 1.3em;
    font-weight: bold;
}
.room_wrap .content .sub_info .text .reser a i {
    display: inline-block;
    transform: translate(0, 2px);
    transition: 0.5s;
}
.room_wrap .content .sub_info .text .reser:hover a i {
    transform: translate(10px, 2px);
}
.room_wrap .content .bg_img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
}
/* 디테일정보 */
.room_wrap .content .sub_info .detail_text {
    position: absolute;
    top: 0;
    left: -500px;
    bottom: 0;
    background-color: rgba(255,255,255,0.85);
    width: 100%;

    padding: 0 50px 0 100px;
    box-sizing: border-box;
    transition: 0.5s;
    
}
.room_wrap .content .sub_info .detail_text.move {
    left: 0;
}

.room_wrap .content .sub_info .detail_text .info {
    margin-top: 510px;
}
.room_wrap .content .sub_info .detail_text .info .graph tr td {
    width: 95px;
    height: 45px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    background-color: #001809;
    font-family: 'Spoqa Han Sans Neo', 'sans-serif';
    border: 1px solid #b4b4b4;
    box-sizing: border-box;
    border-left: none;
}
.room_wrap .content .sub_info .detail_text .info .graph tr th {
    width: 300px;
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    color: #74685c;
    background-color: #fff;
    font-family: 'Spoqa Han Sans Neo', 'sans-serif';
    border: 1px solid #b4b4b4;
    border-right: none;
}
.room_wrap .content .sub_info .detail_text .info .graph tr:first-child {
    border-top: 1.5px solid #74685c;
}
.room_wrap .content .sub_info .detail_text .info .graph tr:last-child {
    border-bottom: 1.5px solid #74685c;
}
.room_wrap .content .sub_info .detail_text .info .graph tr:first-child td {
    border-top: none;
}
.room_wrap .content .sub_info .detail_text .info .graph tr td {
    border-top: 1px solid #fff;
}
.room_wrap .content .sub_info .detail_text .info .graph tr:first-child th {
    border-top: none;
}
.room_wrap .content .sub_info .detail_text .info .graph tr th {
    border-top: 1px solid #74685c;
}


.room_wrap .content .main_info {
    width: calc(100% - 300px);
    padding: 0;
    margin-left: 479px;
}
.room_wrap .content .main_info img {
    height: 100%;
    object-fit: cover;
}
/* swiper 버튼 */
.room_wrap .content .main_info .room_swiper {
    height: 100%;
}
.room_wrap .content .room_prev,
.room_wrap .content .room_next {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 10;
    cursor: pointer;
}
.room_wrap .content .room_prev {
    left: 520px;
}
.room_wrap .content .room_next {
    right: 30px;
}
.room_wrap .content .room_prev i:nth-child(2),
.room_wrap .content .room_next i:nth-child(2) {
    display: none;
}

.room_wrap .content .room_pagination {
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translate(-50%, 0);
    width: max-content;
    z-index: 50;
}
.room_wrap .content .room_pagination .swiper-pagination-bullet {
    background: transparent;
    border: 2px solid #fff;
    opacity: 1;
}
.room_wrap .content .room_pagination .swiper-pagination-bullet-active {
    background: #fff;
}

/* 모바일 텍스트 */
.room_wrap .mo_content {
    display: none;
    width: 100%;
    height: 210px;
    padding: 20px 20px 40px 20px;
    text-align: center;
    box-sizing: border-box;
    background-color: #fff;
}
.room_wrap .mo_content > span {
    position: relative;
    display: block;
    width: 100%;
    font-family: 'GowunDodum-Regular';
    font-size: 1.2em;
}
.room_wrap .mo_content > span::before,
.room_wrap .mo_content > span::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 90px;
    height: 10px;
}
.room_wrap .mo_content > span::before {
    left: 0;
    background: url("/images/common/bg_left01.png") no-repeat center;
    background-size: cover;
}
.room_wrap .mo_content > span::after {
    right: 0;
    background: url("/images/common/bg_right01.png") no-repeat center;
    background-size: cover;
}

.room_wrap .mo_content .title {
    margin-top: 23px;
    font-size: 1.5em;
}
.room_wrap .mo_content > p {
    margin-top: 15px;
    font-size: 1.3em;
    line-height: 20px;
}


/* 모바일 */
@media (max-width: 768px) {

    /* room */
    .room_wrap {
        display: flex;
        flex-flow: column;
    }
    .room_wrap .content {
        position: relative;
        display: block;
        height: max-content;
        flex: 1;
    }
    .room_wrap .content .sub_info {
        display: block;
        position: static;
        width: 100%;
        padding: 0;
    }
    .room_wrap .content .sub_info .text {        
        position: absolute;
        left: 22px;
        bottom: 17px;
        width: max-content;
        padding: 0;
        box-sizing: border-box;
        margin-top: 0;
        color: #fff;
    }
    .room_wrap .content .sub_info .text .sub_title {
        display: none;
    }
    .room_wrap .content .sub_info .text .title {
        margin: 5px auto 0 auto;
        font-size: 2.9em;
        writing-mode: unset;
    }
    .room_wrap .content .sub_info .text .title span {
        display: block;
        text-shadow: 3px 3px 6px rgba(0,0,0, 0.5);
    }
    .room_wrap .content .sub_info .text > p {
        display: none;
    }
    .room_wrap .content .sub_info .text .btn {
        position: fixed;
        top: auto;
        left: auto;
        bottom: 20px;
        right: 20px;
        font-size: 1em;
        color: #74685c;
    }
    .room_wrap .content .sub_info .text .reser {
        display: block;
        margin-top: 20px;
        font-size: 1.3em;
        text-shadow: 1px 1px 2px rgb(0,0,0,1);
    }
    .room_wrap .content .sub_info .text .btn .open {
        padding-top: 1px;
    }
    .room_wrap .content .sub_info .text .btn .open,
    .room_wrap .content .sub_info .text .btn .close {
        width: 60px;
        height: 60px;
        border: 1px solid #74685c;
        line-height: 15px;
        box-sizing: border-box;
    }
    .room_wrap .content .sub_info .text .btn .open.on,
    .room_wrap .content .sub_info .text .btn .close.on {
        gap: 2px;
    }

    /* 디테일정보 */
    .room_wrap .content .sub_info .detail_text {
        display: none;
        top: 50%;
        left: 50%;
        bottom: auto;
        width: calc(100% - 40px);
        height: max-content;
        padding: 20px 15px;
        border-radius: 15px;
        height: max-content;
        transform: translate(-50%, -50%);
        opacity: 0;
        background-color: rgba(255,255,255,0.9);
        z-index: 9998;
    }
    .room_wrap .content .sub_info .detail_text.move {
        display: block;
        left: 50%;
        opacity: 1;
    }
    .room_wrap .content .sub_info .detail_text .info {
        margin-top: 0;
    }
    .room_wrap .content .sub_info .detail_text .info .graph table {
        width: 100%;
    }
    .room_wrap .content .sub_info .detail_text .info .graph tr th {
        width: calc(100% - 95px);
        background-color: transparent;
    }
    .room_wrap .content .bg_img {
        display: none;
    }

    .room_wrap .content .main_info {
        position: relative;
        width: 100%;
        height: 100%;
        margin: 0;
    }

    /* swiper 버튼 */
    .room_wrap .content .room_prev,
    .room_wrap .content .room_next {
        width: 15px;
        top: auto;
        padding: 10px;
        transform: translate(0, 0);
        background-color: #001809;
    }
    .room_wrap .content .room_prev {
        left: auto;
        right: 37px;
        bottom: 0;
    }
    .room_wrap .content .room_next {
        right: 0;
        bottom: 0;
    }
    .room_wrap .content .room_prev i:nth-child(1),
    .room_wrap .content .room_next i:nth-child(1) {
        display: none;
    }
    .room_wrap .content .room_prev i:nth-child(2),
    .room_wrap .content .room_next i:nth-child(2) {
        display: block;
    }
    .room_wrap .content .room_pagination {
        position: absolute;
        left: auto;
        right: 82px;
        bottom: 10px;
        transform: none;
        width: max-content;
        font-family: 'GowunDodum-Regular';
        font-size: 1.3em;
        color: #fff;
        z-index: 50;
        text-shadow: 1px 1px 2px rgb(0,0,0,0.5);
    }
    .room_wrap .content .room_pagination .swiper-pagination-bullet {
        background: transparent;
        border: 2px solid #fff;
        opacity: 1;
    }
    .room_wrap .content .room_pagination .swiper-pagination-bullet-active {
        background: #fff;
    }
    /* 모바일상태 swiper */
    .room_wrap .content .room_pagination .swiper-pagination-current {
        font-size: 1.4em;
    }

    /* 모바일 텍스트 */
    .room_wrap .mo_content {
        display: block;
    }
}