@charset "utf-8";
/* @import "default.css"; */
/* @font-face {
    src: url("../css/font/강원교육모두-Light.woff");
    font-family:"edu";
}

@font-face {
    font-family: 'GangwonEdu_OTFBoldA';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2201-2@1.0/GangwonEdu_OTFBoldA.woff') format('woff');
    font-weight: normal;
    font-style: normal;
} */
.red { color: #ffa8a8;}
.brown {color: #BE9A71;}

.section01 .reveal-right { 
     transition:
        clip-path 7s cubic-bezier(0.22, 1, 0.36, 1),
        opacity 2.3s ease;
}

/* 최상단 */
.reserve_bg {
    width: 100%;
    height: 32.55vw;
    background: url('/html/images/reserve/bg01.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    position: relative;
}
.slide-caption {
    position: absolute;
    z-index: 5;
    bottom: 50%;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
    text-align: center;
}
.slide-caption p {
    font-size: 39px;
    letter-spacing: 0.2em;
    line-height: 1.5;
    color: #fff;
    font-family: 'gowun-b';
}
@media (max-width:768px) {
    .reserve_bg{
        height: 78.125vw;
        background: url('/html/images/reserve/m/bg01.jpg');   
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .slide-caption {
        display: none;
    }
}

/* section01 */

.section01 {
    padding: 7.8vw 15.1vw 7vw;
}

.reser-title {
    font-size: 80px;
    color: var(--main-gold);
    text-align: center;
    margin: 0 auto 100px;
    letter-spacing: 0.03em;
}

.section01 .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    border: 1px solid var(--main-black);
}
.section01 .inner .imgbox {
    max-width: 40%;
}
.section01 ul {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.section01 .sec01-title {
    font-size: 32px;
    color: var(--main-gold);
    font-family: 'ridi';
}
.section01 ul li {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 19px;
}
.section01 ul li:nth-of-type(n+2){
    padding-left: 0.2em;
}
.section01 ul li strong, .section01 ul li a {
    font-size: 1.3em;
    font-weight: 400;
    font-family: 'pret-r';
}

.block500 {
    display: none;
}
@media(max-width:1400px){
    .section01 .sec01-title {
        font-size: 25px;
    }
    .section01 ul {
        gap: 15px;
    }
    .section01 ul li {
        font-size: 16px;
    }
    .section01 ul li img {
        width: 20px;
    }
}

@media (max-width:1024px){
    .reser-title {
        font-size: 40px;
        margin-bottom: 70px;
    }
    .section01 .inner {
        flex-direction: column;
        padding: 20px 0;
    }
    .section01 .inner .imgbox {
        display: none;
    }
    .section01 ul {
        width: 100%;
        padding-left: 7%;
    }
}

@media (max-width:768px){
    .section01 {
        padding: 70px 10vw;
    }
}

@media(max-width:500px){
    .none500 {
        display: none;
    }
    .block500 {
        display: block;
    }
    .section01 {
        padding: 70px 20px;
    }
    .section01 .inner {
        padding: 0;
    }
    .section01 .inner .imgbox {
        display: block;
        max-width: 100%;
    }
    .section01 ul {
        padding: 30px 5px 30px 20px;
    }
    .section01 .sec01-title {
        font-size: 20px;
    }
    .section01 ul li {
        font-size: 13px;
        gap: 10px;
    }
    .section01 ul li img {
        transform: translateY(-1px);
    }                 
}


/* 떠나요 달력 */

.rsv_cal_t, .rsv_cal_b, .rsv_cal_b tr, .rsv_cal_b td, .rsv_cal_b p, 
.rsv_cal_h, .rsv_cal_h tr, .rsv_cal_h td, .rsv_cal_h p {
    font-family: 'pret-m';
 }
.rsv_cal_t { margin-bottom: 15px;}
.rsv_cal_t p{ 
    padding: 0 3px !important;
    font-size: 18px;
    color: #707070;
} 
.rsv_cal_h .ssn td, .rsv_cal_b td.nm_room, .rsv_cal_h .htr td { 
    background: #E9E9E9;
}

.reser-cal {
    margin: 0 auto 95px;
}
.reser-cal p {
    font-size: 14px;
    font-family: 'pret-m';
}
.reser-cal p.nm,
.reser-cal .blank p:first-of-type,
.rsv_cal_h 
{
    color: #000;
}
dd, dt{
    margin: 0;
}
.img_100 {
    max-width: 100%;
    height: auto !important;
    vertical-align: top;
    overflow: hidden;
}
.con-inner{
    width: 100%;
    padding: 0;
}
.rsv_cal_h .ssn td { vertical-align: middle; }
.rsv_cal_b td.nm_room { 
    vertical-align: middle;
    font-weight: normal;
}
.reserCon.cal .subCon01{
    padding: 0;
    border: none;
}





.reserCon { 
    margin: 0 25vw 0 auto;
    padding: 20px 10.4vw;
}
.reserCon.cal {
    margin: 0 auto;
    padding: 20px 15.1vw;
}
.reserCon.no-mr {
    margin-right: auto;
}

.reserCon:after {content:"";display:block;clear:both;}
.reserCon:first-child { padding-top:5%;}
.reserCon:last-child { margin-bottom:230px; border:none;}
.subCon01 {
    margin: 0 auto;
    padding: 40px 0;
    border-bottom: 1px solid #c3c3c3;
}
.subCon01:after {
    content:"";display:block;clear:both;
}
.reserCon.first .subCon01{
    border: none;
}
.reserCon.first h3{
    font-size: 25px;
    padding-left: 1em;
}
.reserCon.first h3::before {
    content: "※ ";
    display: inline-block;
    width: 1em;
    text-align: center;
    font-style: normal;
    margin-left: -1em;
}

@media(max-width:768px){
    .reserCon.cal {
        padding: 20px 8px 0;
    }
    .reser-cal {
        margin: 0 auto 60px;
    }
    .rsv_cal_t {
        margin-bottom: 10px;
    }
    .rsv_cal_t p {
        padding: 0 3px !important;
        font-size: 12px;
    }
}
@media (max-width:500px){
    .rsv_cal_t, .rsv_cal_b, .rsv_cal_b tr, .rsv_cal_b td, .rsv_cal_b p, .rsv_cal_h, .rsv_cal_h tr, .rsv_cal_h td, .rsv_cal_h p {
        font-size: 2.5vw;
    }
}


.reser_dl {
    display: flex;
    align-items: center;
    gap: 70px;
    padding-left: 1%;
    position: relative;
}

.reser_dl dt { 
    color: var(--main-gold);
    font-family: 'ridi';
    font-weight: 400;
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: 0;
    width: 230px;
    display: flex;
    gap: 5px;
    flex-direction: column;
    justify-content: center;
}
.reser_dl dt img { /* dt 아이콘 */
    width: 50px;
}

.list01 li {
    font-size: 15px;
    line-height: 1.8;
    color: #000;
    padding-left: 1em;
}
.list01 li::before {
    content: "ㆍ";
    width: 1em;
    text-align: center;
    font-style: normal;
    margin-left: -0.9em;
}
.list01 li.warning { padding-left: 1.1em;}
.list01 li.warning::before {
    content: "※ ";
}
.list01 li.sharp::before {
    content: "# ";
}
.reser_dl dd { 
    margin: 0;
    width: calc(100% - 300px);
 }

/* sec02 이미지 */
img.sec02 {
    border-radius: 30px;
    position: absolute;
    top: 75%;
    right: -50%;
    max-width: 459px;
    width: 24vw;
}

@media (max-width:1500px) {
    img.sec02 {
        display: none;
    }
    .reserCon { 
        margin: 0 auto;
    }
}


@media(max-width:1300px){
    .reserCon.first h3{
        font-size: 20px;
    }
    .reser_dl {
        gap: 40px;
    }
    .reser_dl dt { 
        font-size:22px; 
    }
    .reser_dl dt img { /* dt 아이콘 */
        width: 40px;
    }
    .list01 li {
        font-size: 15px;
    }
}
@media(max-width:1024px){
    .reser_dl {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    .reser_dl dt {
        flex-direction: row;
        justify-content: flex-start;
        gap: 9px;
        width: 100%;
    }
    .reser_dl dd {
        width: 100%;
    }
   
}
@media(max-width:768px){
    img.sec02 {
        display: block;
        position: static;
        width: 90vw;
        margin: 0 0 70px 0;
        transform: translateX(-5px);
    }
    .reserCon {
        padding: 20px 8px;
    }
    .reserCon.first {
        padding-top: 0;
        padding-bottom: 0;
    }
    .reserCon.first h3{
        font-size: 16px;
    }
    .subCon01 {
        padding: 20px 0;
    }
    .list01 { 
        margin-top: 5px;
    }
    .list01 li { 
        font-size: 13px;
    }
    .reser_dl { 
        flex-direction: column;
        gap: 5px;
        align-items: flex-start;
        padding-left: 15px;
    }
    .reser_dl dt img {
        width: 22px;
        transform: translateY(-1px);
    }
    .reser_dl dt {
        font-size: 22px;
    }
}

/* 환불안내 테이블 */
.reserCon.refund .subCon01 {
    padding: 0;
    border: none;
}

.cancelTable { 
    width:100%; 
    border-collapse:collapse; 
    border-top:1px solid var(--main-gold); 
    margin-top: 40px; 
}

.cancelTable th, .cancelTable td { 
    padding:12px 3px; font-size:15px; line-height:1.5em; text-align:center; 
    border-bottom: 1px solid var(--main-gold);
    vertical-align: middle;
    color: #000;
}
.cancelTable tr th:last-of-type,
.cancelTable tr td:last-of-type {
    border-right: 1px solid var(--main-gold);
}
.cancelTable th:first-of-type, .cancelTable td:first-of-type {
    border-left: 1px solid var(--main-gold);
    border-right: 1px dashed var(--main-gold);
}
.cancelTable td:first-of-type { background: #FBFAF8;}

.cancelTable th { color: #fff; background: var(--main-gold); font-weight: 400;}
.cancelTable .base th, .cancelTable .base td { color:#FF7800;}
.cancelTable thead { border-bottom:1px solid var(--main-gold);}

.reserCon.refund .notice { /* 기본 취소 수수료 문구*/
    text-align: right;
    margin-top: 10px;
    color: var(--main-gold);
}

.cancelTable.mobile { display: none;}

@media(max-width:1400px){
    .cancelTable th, .cancelTable td { font-size: 13px;}
}

@media  (max-width: 1200px){
    

    .cancelTable th, .cancelTable td { font-size:11px;}
    
    
}
@media  (max-width: 768px){
    
    .cancelTable.mobile { 
        display: table;
        margin-top: 20px;
    }

    .cancelTable th, .cancelTable td { font-size:0.75em;}
    .cancelTable td:first-of-type { background: none;}
    .reserCon.refund .notice { /* 기본 취소 수수료 문구*/
        font-size: 12px;
    }
    .reserCon:last-child {
        margin-bottom: 100px;
    }
    
}
@media  (max-width: 350px) {
    .cancelTable th, .cancelTable td { font-size:0.7em;}
}



/* 08.03 table 추가 */
#ptable {width:100%; border-bottom: #d9d9d9 1px solid; border-right: #d9d9d9 1px solid; margin-left: auto; margin-right: auto;}
#ptable tr {min-height: 40px;}
#ptable th {text-align: center; background: #ededed; color: #323232; padding: 1vh 0; border-top: #d9d9d9 1px solid; border-left: #d9d9d9 1px solid;}
#ptable td {font-size: 13px; line-height: 120%; text-align: center; padding: 12px 0 ; border-top: #d9d9d9 1px solid; border-left: #d9d9d9 1px solid;}


/* sec_last 마지막 영역 */

section.last {
    position: relative;
}
section.last .bg-img {
    width: 100%;
    filter: brightness(0.84);
}
section.last .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
section.last .inner h2, section.last .inner p {
    width: 100%;
    color: #fff;
    text-align: center;
}
section.last .inner .more-btn {
    width: 97px;
    margin: 20px auto 0;
    color: #fff;
    border: 1px solid #fff;
}
section.last .inner .more-btn:hover {
    border: 1px solid #fff;
    background-color: #fff;
    color: var(--main-gold);
}
@media(max-width:768px){
    section.last .inner .more-btn {
        width: 86px;
    }
}