@charset "utf-8";
/* @import "default.css"; */

.reserbtn3 a{
    font-size: 12px;
    color: #002617;
}
.underbox{
    position: relative;
}
.underline{
    width: 95%;
    background-image: url('/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 {
    position: relative;
    z-index: 1;
    background: url('/images/reserve/bg01.jpg')no-repeat top center;
    height: 630px;
    background-attachment: fixed;
}



/* section01 */

.section01 {
    padding: 0 10vw 7vw;
}

.section01 .preview {
    padding-top: 0;
}

.section01 .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    border: 1px solid #c7c7c7;
    position: relative;
    z-index: 2;
}
.section01 .inner .imgbox {
    max-width: 40%;
}
.section01 ul {
    width: 50%;
    display: flex;
    flex-direction: column;
}
.section01 .sec01-title {
    font-size: 35px;
    color: var(--main-brown);
    font-family: 'arita-m';
    margin-bottom: 20px;
    
}
.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;
}

.block500 {
    display: none;
}
@media(max-width:1400px){
    .section01 .sec01-title {
        font-size: 25px;
    }
    .section01 ul li {
        font-size: 16px;
    }
    .section01 ul li img {
        width: 20px;
    }
}

@media (max-width:1024px){
    .reserve_bg {
        background-attachment: unset;
    }
    .reser-title {
        font-size: 40px;
        margin-bottom: 70px;
    }
    .section01 .inner {
        flex-direction: column;
        padding: 0;
    }
    .section01 .inner .imgbox {
        display: none;
    }
    .section01 ul {
        width: 100%;
        padding: 30px 5px 30px 30px;
    }
}

@media (max-width:768px){
    .reserve_bg {
        height: 83.25vw;
        background: url(/images/reserve/m/bg01.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .section01 {
        padding: 70px 10vw;
    }
    .section01 .inner .imgbox {
        display: block;
        max-width: 100%;
    }
}

@media(max-width:500px){
    .none500 {
        display: none;
    }
    .block500 {
        display: block;
    }
    .section01 {
        padding: 70px 20px;
    }
    .section01 .inner {
        padding: 0;
    }
    
    .section01 ul {
        padding: 30px 5px 30px 20px;
    }
    .section01 .sec01-title {
        font-size: 26px;
    }
    .section01 ul li {
        font-size: 12px;
        gap: 10px;
    }
    .section01 ul li img {
        transform: translateY(-1px);
    }                 
}





.reserCon { 
    margin: 0 0 0 auto;
    padding: 20px 0;
}
.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-brown);
    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 span {
    font-family: 'arita-m';
}
.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 {
    position: absolute;
    top: -20px;
    right: 0;
    max-width: 459px;
    width: 24vw;
    border: 1px solid var(--main-brown);
}

@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){
    
    .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 #707070; 
    margin-top: 40px; 
}

.cancelTable th, .cancelTable td { 
    padding:12px 3px; font-size:15px; line-height:1.5em; text-align:center; 
    border-bottom: 1px solid #707070;
    vertical-align: middle;
    color: #000;
    font-family: 'pret-r';
}
.cancelTable tr th:last-of-type,
.cancelTable tr td:last-of-type {
    border-right: 1px solid #707070;
}
.cancelTable th:first-of-type, .cancelTable td:first-of-type {
    border-left: 1px solid #707070;
    /* border-right: 1px dashed #707070; */
}
.cancelTable td:first-of-type { background: #D4CBC4;}

.cancelTable th { background: #E2DBD5; font-weight: 400;}
.cancelTable .base th, .cancelTable .base td { color:#FF7800;}
.cancelTable thead { border-bottom:1px solid #707070;}

.reserCon.refund .notice { /* 기본 취소 수수료 문구*/
    text-align: right;
    margin-top: 10px;
    color: var(--main-brown);
}

.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.85em;}
    .cancelTable td:first-of-type { background: none;}
    .reserCon.refund .notice { /* 기본 취소 수수료 문구*/
        font-size: 12px;
    }
    .reserCon:last-child {
        margin-bottom: 100px;
    }
    .cancelTable tr th:last-of-type {
        background: #D4CBC4;
    }
    
}
@media  (max-width: 350px) {
    .cancelTable th, .cancelTable td { font-size:0.7em;}
}



/* 마지막 배너 (about과 스타일 동일) */
.mid-banner.section {
    background: url(/images/reserve/mid-banner.jpg) center 0% / cover no-repeat;
    width: 100%;
    height: 930px;
    transition: all 2s ease-in-out;
}
.mid-banner.active {
    background: url(/images/reserve/mid-banner.jpg) center 50% / cover no-repeat;
}
.mid-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
}
.mid-banner .inner {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.mid-banner p{
    margin-bottom: 40px;
    font-size: 24px;
    color: #fff;
    font-family: 'arita-l';
}

@media (max-width:768px) {
  .mid-banner.section {
    position: relative;
    background: url(/images/about/m/mid-banner.jpg) 0% center / cover no-repeat;
    width: 100%;
    height: 535px;
    /* background-attachment: fixed; */
  } 
  .mid-banner.active {
    background: url(/images/about/m/mid-banner.jpg) center center / cover no-repeat;
  }
  .mid-banner p{
    margin-bottom: 20px;
    font-size: 16px;
  }
}