/* reser */

/* 최상단 */
.visual.reser .content img {
    filter: brightness(0.7);
}

.subCon {
    width: calc(100% - 100px);
}
.reserCon01 {margin: 0 auto; padding: 120px 0; }
.reser_table { width: 80%; margin: 0 auto; text-align: center;}
.reser_table .title { 
    margin-bottom: 100px;
    overflow: hidden;
}
.reser_table .title h2{ 
    font-size: 60px;
    letter-spacing: 3.6px;
    line-height: 1.3;
    color: #6D5D52;
}

/* 가격표 */
#total_daily_price2 * {font-family: 'gowun'; font-weight: bold;}
#total_daily_price2 p {font-size: 12px; line-height: 1.5;}


.reser_cont { 
    background-color: #FCF9F6;
    padding: 0 10%;
}
/* 각 섹션 구분 */
.reser_dl * { box-sizing: border-box;}
.reser_dl {
    display: flex;
    align-items: center;
    gap: 120px;
    padding: 80px 0;
    border-bottom: 1px solid #999999;
}

/* 제목 */
.reser_dl dt {
    width: 245px;
    font-size: 30px;
    font-weight: 600;
    padding-left: 30px;
}

/* 내용 */
.reser_dl dd {
    width: calc(100% - 365px);
    font-size: 17px;
    line-height: 2;
    color: #333;
    font-weight: 600;
}

/* 리스트 스타일 */
.reser_dl .list01 {
  list-style: none;
  padding: 0;
  margin: 0;
}

.reser_dl .list01 li {
  position: relative;
  padding-left: 12px;
  word-break: keep-all;
}

/* 리스트 앞 점 */
.reser_dl .list01 li::before {
  content: "·";
  position: absolute;
  left: 0;
}
.reser_dl .list01 li.nodot::before {
  content: "";
}
.list01 li.star::before {
    content: "*";
}
.list01 li.warning::before {
    content: "※ ";
    left: -5px;
}
/* 환불기준 flex 설정 다르게 */
.reser_dl.refund { 
    flex-wrap: wrap;
}

table.cancelTable { 
    display: table;
    margin-left: 30px;
    width:100%; 
    border-collapse:collapse; 
    border-top:1px solid #999; 
    margin-top: -40px;
    font-size: 17px;
    font-family: 'gowun';
}
.cancelTable.mo {display: none;}
.cancelTable th, .cancelTable td { 
    padding:12px 3px; 
    font-size:0.9em; 
    line-height:1.5em; 
    text-align:center; 
    border-bottom:1px solid #999; 
    font-weight:600; 
    vertical-align: middle; 
    word-break: keep-all;}
.cancelTable th { background:#E2DBD5;}
.cancelTable .base th, .cancelTable .base td { color:#FF7800;}
.cancelTable thead { border-bottom:2px solid #333;}


/* 마지막 영역 */
.last-sec {
  width: 100%;
  height: 550px;
  background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url("/images/reser/last_image.jpg") no-repeat center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  box-sizing: border-box;
}
.last-sec .last-sec-inner { 
    width: 50%;
    display: flex;
    justify-content: center;
}

.reser-notice {
  width: max-content;
  position: relative;
  color: #fff;
  padding: 45px 80px;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: 55px;
}

/* 겹선 효과 */
.border-effect {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: 55px;
  pointer-events: none;
}
/* .reser-notice::before{
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: 55px;
  pointer-events: none;
  transition: all 0.7s;
}
.last-sec:hover .reser-notice::before {
  top: 10px;
  left: 10px;
} */


.reser-notice h2 {
  font-size: 40px;
  letter-spacing: 0.8px;
  margin-bottom: 20px;
  font-family: 'gowun';
  font-weight: 600;
}

.reser-notice p {
  margin: 5px 0;
  font-size: 25px;
  letter-spacing: 0.5px;
  line-height: 2;
  word-break: keep-all;
}

.reser-last-btn { 
    width: max-content;
    color: #fff;
}
.reser-last-btn::before, .reser-last-btn::after { background-color: #fff;}

/******************* pc 끝 ***********************/
/* 반응형 */

@media(max-width:1400px){
    
    .reser_dl { gap: 70px;}
    .reser_dl dt {
        width: 220px;
        font-size: 27px;
        font-weight: 600;
        padding-left: 30px;
    }
    .reser_dl dd {
        width: calc(100% - 290px);
        font-size: 17px;
        line-height: 2;
        color: #333;
        font-weight: 600;
    }
    .cancelTable th, .cancelTable td { font-size: 0.7em;}


    /* 마지막 영역 */
    .reser-notice h2 {
        font-size: 30px;
        letter-spacing: 0.6px;
    }

    .reser-notice p {
        font-size: 18px;
        letter-spacing: 0.3px;
    }
}

@media(max-width:1024px){
    table.none1024 { display: none;}
    .reser_dl { display: block;}  
    .reser_dl dt, .reser_dl dd { width: 100%;}
    .reser_dl dt { 
        padding-left: 0;
        margin-bottom: 15px;
    }
    table.cancelTable { 
        margin-top: 40px;
        margin-left: 0;
    }
    /* 마지막 영역 */
    .last-sec {
        flex-direction: column;
        justify-content: space-between;
        height: 100vw;
        padding: 40px 20px;
        background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url("/images/reser/m/last_image.jpg") no-repeat center center;
        background-size: 100% auto;
    }
    .last-sec .last-sec-inner { width: 90%;}
    .reser-notice {
        margin-bottom: 30px;
        padding: 30px 45px;
    }
    /* .reser-notice::before { 
        top: 6px;
        left: 6px;
    } */


}

@media(max-width:768px){
    .subCon { width: 100%;}
    .reserCon01 { padding: 50px 0;}
    .reser_table { width: 100%; }
    .reser_table .title { margin-bottom: 50px;}
    .reser_table .title h2 {
        font-size: 40px;
        letter-spacing: 2.4px;
    }
    .reser_table .title p { font-weight: 600;}

    .reser_cont { padding: 0;}
    .reser_dl { padding: 40px 18px;}
    .reser_dl dt { font-size: 19px;}
    .reser_dl dd { font-size: 12px; word-break: keep-all;}

}

@media (max-width:500px){
    /* 마지막 영역 */
    .last-sec .last-sec-inner { width: 100%;}
    .reser-notice {
        border-radius: 35px;
        padding: 25px;
    }

    /* 겹선 효과 */
    .border-effect { border-radius: 35px;}
    /* .reser-notice::before{
        top: 6px;
        left: 6px;
        border-radius: 35px;
    } */
    .reser-notice h2 {
        font-size: 20px;
        letter-spacing: 0.4px;
    }

    .reser-notice p {
        font-size: 13px;
        letter-spacing: 0.26px;
        line-height: 1.8;
    }
}