@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;
} */

/* 떠나요 달력 폰트수정 */

.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: 'NeoBold','sans-serif';
}
.rsv_cal_t p{ 
    padding: 0 3px !important;
    font-size: 13px;
} 
.reserbtn3 a{
    font-size: 12px;
    color: #002617;
}
.underbox{
    position: relative;
}
.underline{
    width: 95%;
    background-image: url('/html/images/main/underline.png');
    height: 2px;
    position: absolute;
    bottom: -1%;
    left: 50%;
    transform: translate(-50%,0);
}
.bg11 img{
    object-fit: cover;
    width: 100%;
}
#headBox {
    top: 0;
}
.head_logo { 
    margin-top: 0;
}
.reserve_bg {
    width: 100%;
    height: 100vh;
    background: url('/html/images/reserve/bg01.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    position: relative;
}


/* 떠나요 달력 */
.rsv_cal_h .ssn td, .rsv_cal_b td.nm_room, .rsv_cal_h .htr td { 
    color: #fff;
    background: #444;
}
.rsv_cal_b .rate .sale {
    color: #fff;
}

.reser-cal {
    margin: 0 auto;
}
dd, dt{
    margin: 0;
}

.rsv_cal_h .ssn td { vertical-align: middle; }
.rsv_cal_b td.nm_room { vertical-align: middle;}



.gold { color: #b9a025;}


/* 내용 section reser-cont */
.reser-cont { 
    display: flex;
    gap: 5.2vw;
}
.reser-cont .left img {
    max-width: 380px;
    width: 20vw;
}

.reser-cont .left h2 {
    font-size: 30px;
    letter-spacing: 0.3px;
    line-height: 38px;
    margin-top: 15px;
}
.reser-cont .right ul {
    margin-bottom: 35px;
}
.reser-cont .right ul:last-of-type {
    margin-bottom: 0;
}
.reser-cont .right li {
    font-size: 17px;
    letter-spacing: 0.17px;
    line-height: 30px;
    padding-left: 1em;
}
.reser-cont .right li.nodot {
    padding-left: 0;
}
.reser-cont .right li::before {
    content: "ㆍ";
    width: 1em;
    text-align: center;
    font-style: normal;
    margin-left: -0.9em;
}
.reser-cont .right li.warning::before {
    content: "※ ";
}
.reser-cont .right li.sharp::before {
    content: "# ";
}
.reser-cont .right li.nodot::before {
    content: "";
    width: 0;
    margin-left: 0;
}



@media (max-width:1024px){
    /* 내용 - 반응형 */
    .reser-cont .left h2 {
        font-size: 19px;
        letter-spacing: 0.19px;
        line-height: 24px;
    }
    .reser-cont .right ul {
        margin-bottom: 20px;
    }
    .reser-cont .right li {
        font-size: 12px;
        letter-spacing: 0.12px;
        line-height: 20px;
    }
}
@media  (max-width: 768px){
    .section {
        padding: 40% 5% 0 !important;
    }
    .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;
    }
    .reser-cont .title-line p {
        font-size: 15px;
        line-height: 18px;
    }
    .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: 14px;
    }
    .rsv_cal_b td.nm_room {
        width: 18%;
    }
   .rsv_cal_t p {  /* 달력 위 날짜 범위 텍스트 */ 
        padding: 0 3px !important;
        font-size: 13px;
    }


    .reser-cont .left img {
        max-width: 90vw;
        width: 20vw;
        min-width: 180px;
    }
    
    
}

@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-cont { 
        flex-direction: column;
        gap: 10px;
    }
    .reser-cont .left img { width: 90vw;}
}


.section.refund {
    min-height: 41.45vw;
}

.refund-table {
  position: absolute;
  top: 64%;
  left: 14%;
  margin: 0 auto;
  width: 60%;
  min-width: 970px;
  border-collapse: collapse;
  text-align: center;
  color: #fff;
  border: 1px solid #AB9D58;
}

.refund-table thead th {
  background-color: #AB9D58;
  padding: 14px 10px;
  color: #000;
  font-weight: 400;
  /* border-right: 1px solid #444; */
}

.refund-table tbody td {
  padding: 14px 10px;
  border-right: 1px solid #AB9D58;
}
.refund-table td:first-of-type {
    background-color: #484543;
}
.refund-table th:last-child,
.refund-table td:last-child {
  border-right: none;
}
@media (max-width:1400px) {
    .section.refund {
        min-height: 600px;
    }
}
/* -------------------------- */
@media (max-width:1200px) {
    .section.refund {
        min-height: 49vw;
    }
    .refund-table {
        min-width: 800px;
        font-size: 14px;
    }
}
/* 📱 반응형 (768px 이하) */
/* 행/열 치환 = 세로형 카드 스타일 */
/* -------------------------- */
@media (max-width: 1024px) {
  .section.refund { min-height: 700px;}
  .refund-table { 
    min-width: 25vw;
    top: 40%;
    border: none;
}    
  .refund-table,
  .refund-table thead,
  .refund-table tbody,
  .refund-table th,
  .refund-table td,
  .refund-table tr {
    display: block;
    /* width: 70%; */
  }

  .refund-table thead {
    display: none; /* 헤더 숨김 */
  }

  .refund-table tbody tr {
    /* border: 1px solid #444; */
    margin-bottom: 15px;
    border-radius: 6px;
    overflow: hidden;
  }

  .refund-table tbody td {
    display: flex;
    justify-content: space-between;
    padding: 12px 15px;
    border-right: none !important;
    border-bottom: 1px solid #AB9D58;
  }

  /* 각 셀에 헤더 텍스트 추가 */
  .refund-table tbody td::before {
    content: attr(data-label);
    font-weight: 600;
    color: #a1903a;
  }

  /* data-label 자동 세팅 위해 nth-child 사용 */
  .refund-table tbody tr td:nth-child(1)::before { content: "입실일"; }
  .refund-table tbody tr td:nth-child(2)::before { content: "입실 9일 전"; }
  .refund-table tbody tr td:nth-child(3)::before { content: "입실 8일 전"; }
  .refund-table tbody tr td:nth-child(4)::before { content: "입실 7일 전"; }
  .refund-table tbody tr td:nth-child(5)::before { content: "입실 6일 전"; }
  .refund-table tbody tr td:nth-child(6)::before { content: "입실 5일 전"; }
  .refund-table tbody tr td:nth-child(7)::before { content: "입실 4일 전"; }
  .refund-table tbody tr td:nth-child(8)::before { content: "입실 3일 전 ~ 당일 취소"; }
}

@media(max-width:768px){
    .section.refund { min-height: 800px;}
    .refund-table { 
        left: 5%; 
        top: 53%;
    }
}
@media(max-width:500px) {
    .refund-table {
        width: 85vw;
        top: auto;
        bottom: 8%;
    }
}

@media(max-width:400px) {
    .section.refund {
        min-height: 750px;
        
    }
    .refund-table {
        width: 85vw;
        top: auto;
        bottom: 8%;
    }
}



/* 마지막 섹션 */
.reser-last {
    position: relative;
    height: 100vh;
    background: 
        linear-gradient(rgba(43, 42, 40, 0.47), rgba(43, 42, 40, 0.47)),
        url(/html/images/reserve/last01.jpg) no-repeat center;
    background-size: 100% auto;
    background-attachment: fixed;
}
.reser-last .text {
    position: absolute;
    top: 50%; left: 14%; transform: translateY(-50%);
}
@media(max-width:768px){
    .reser-last {
        height: 109vw;
        background: 
            linear-gradient(rgba(43, 42, 40, 0.47), rgba(43, 42, 40, 0.47)),
            url(/html/images/reserve/m/last01.jpg) no-repeat center;
        background-size: cover;
    }
    .reser-last .text { left: 14%; }
}