@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{
        margin-top: 50px;
        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;
}
.section01 .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 5px 5px 25px #0000001A;
    border-radius: 15px;
    background: #fff;
    overflow: hidden;
}
.section01 .inner .imgbox {
    max-width: 40%;
}
.section01 ul {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.section01 .sec01-title {
    font-size: 30px;
}
.section01 ul li {
    display: flex;
    gap: 15px;
    font-size: 20px;
    font-weight: bold;
}
.section01 ul li img {
    width: 25px;
}

@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){
    .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){
    .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: 14px;
        gap: 10px;
    }
    .section01 ul li img {
        transform: translateY(-1px);
    }                 
}

@media(max-width:350px){
    .section01 .sec01-title {
        font-size: 18px;
    }
    .section01 ul li {
        font-size: 12px;
        gap: 8px;
    }
}

/* 떠나요 달력 */

.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: 'Pretendard-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: #E3E0DC;
}

.reser-cal {
    margin: 0 auto 95px;
}
.reser-cal p {
    font-size: 16px;
    font-family: 'Pretendard-m';
}
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;
}
@media(max-width:768px){
    .reserCon.cal {
        padding: 20px 8px 0;
    }
    .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;
    }
}


.reserCon { 
    margin: 0 auto;
    padding: 20px 15.1vw;
    font-weight: bold;
}

.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;
    box-shadow: 5px 5px 25px #0000001A;
    border-radius: 15px;
    background-color: #fff;
}
.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;
}
.reser_dl {
    display: flex;
    align-items: center;
    gap: 70px;
    padding-left: 3%;
    font-weight: bold;
}

.reser_dl dt { 
    color: #44372B;
    font-size:25px; 
    line-height: 1.7;
    letter-spacing: 0.01em;
    width: 25%;
    display: flex;
    gap: 5px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.reser_dl dt img { /* dt 아이콘 */
    width: 50px;
}

.list01 li {
    font-size: 17px;
    line-height: 1.8;
    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; }


@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%;
    }
   
}
@media(max-width:768px){
    .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: 12px;
    }
    .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: 17px;
    }
}

/* 환불안내 테이블 */
.reserCon.refund .subCon01 {
    padding: 0;
    border: none;
}
.cancelTable { width:100%; border-collapse:collapse; border-top:1px solid #44372B; margin-top:0; }
.cancelTable th, .cancelTable td { padding:12px 3px; font-size:15px; line-height:1.5em; text-align:center; 
    border-bottom: 1px solid #44372B;
    border-right: 1px solid #44372B;
    vertical-align: middle;
    font-weight: bold;
}
.cancelTable th:first-of-type, .cancelTable td:first-of-type {
    border-left: 1px solid #44372B;
}
.cancelTable td { color: #44372B;}
.cancelTable td:first-of-type { background: #E3E0DC;}

.cancelTable th { color: #fff; background: #44372B; font-weight: 400;}
.cancelTable .base th, .cancelTable .base td { color:#FF7800;}
.cancelTable thead { border-bottom:1px solid #44372B;}

.reserCon.refund .notice { /* 기본 취소 수수료 문구*/
    text-align: right;
    margin-top: 10px;
    color: #44372B;
}

.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;}

    .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: #44372B;
}
@media(max-width:768px){
    section.last .inner .more-btn {
        width: 86px;
    }
}