@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: 32.55vw;
    background: url('/html/images/reserve/bg01.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    position: relative;
}

.section01 {
    padding: 10% 10% 0% 10%;
}
.section01 .common-title {
    line-height: 1.3;
}
@media (max-width:1200px){
    .section01 {
        padding: 12% 4% 4%;
    }
   
}
@media (max-width:768px){
    .section01 { 
        
    }

  
}
@media(max-width:400px){
    
}

/* 떠나요 달력 */
.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;
}

.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;}
.reserCon { 
    width: 80%;
    margin:0 auto; 
    padding: 3% 0;
    border-bottom:1px solid #BCC9BF;
}
.reserCon:after {content:"";display:block;clear:both;}
.reserCon:first-child { padding-top:5%;}
.reserCon:last-child { margin-bottom:0; border:none;}
.subCon01 {
    margin: 0 auto;
}
.subCon01:after {
    content:"";display:block;clear:both;
}
.reserCon.grid-wrap {
    padding: 0;
}
.subCon01.grid {
    display: grid;
    grid-template-columns: 1fr 1fr; 
    grid-template-rows: 1fr 1fr;    
}
.subCon01.grid dl {
    margin: 0;
    padding: 9% 5%;
}
/* 첫 번째 dl: 왼쪽 전체 */
.subCon01.grid > dl:nth-child(1) {
  grid-column: 1 / 2; /* 좌측 */
  grid-row: 1 / 3;    /* 위~아래 전체 */
  border-right:1px solid #BCC9BF;
}

/* 두 번째 dl: 우측 상단 */
.subCon01.grid > dl:nth-child(2) {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  border-bottom:1px solid #BCC9BF;
}

/* 세 번째 dl: 우측 하단 */
.subCon01.grid > dl:nth-child(3) {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
}
.subCon01.grid > dl:nth-child(2), .subCon01.grid > dl:nth-child(3) {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* 아이콘 포함 최상단 */
.reserCon.new {
    display: flex;
    align-items: center;
}
.reserCon.new > div {
    display: flex;
    align-items: center;
    gap: 39px;
    width: 50%;
    padding-left: 5%;
}
.reserCon.new i {
    font-size: 30px;
    width: 34px;
}
.reserCon.new i.fa-user {
    font-size: 34px;
}
.reserCon.new h2 {
    font-size: 30px;
    line-height: 1.5;
    letter-spacing: 0;
    width: max-content;
}
.reserCon.new p {
    font-size: 17px;
    line-height: 1.9;
    letter-spacing: 0;
    margin: 5px 0 0 5px;
}


.reser_dl {
    display: flex;
    align-items: center;
    gap: 70px;
    padding-left: 3%;
}

.reser_dl dt { 
    font-size:30px; line-height:1.5;  
    width: 19%;
}
.reser_dl.noflex {
    display: block;
}
.reser_dl.noflex dt { 
    width: 100%;
    margin-bottom: 30px;
}
.reser_dl.side dt, .reser_dl.side dd {
    width: 80%;
    margin: 0 auto;
}

.list01 li {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 3px;
    padding-left: 1em;
}
.list01 li::before {
    content: "ㆍ";
    width: 1em;
    text-align: center;
    font-style: normal;
    margin-left: -1em;
}
.list01 li.warning::before {
    content: "※ ";
}
.list01 li.sharp::before {
    content: "# ";
}
.reser_dl dd { margin: 0; }


@media(max-width:1400px){
    .reserCon.new h2, .reser_dl dt {
        font-size: 25px;
        min-width: 170px;
    }
    .reserCon.new p, .list01 li {
        font-size: 14px;
    }
}
@media(max-width:1200px){
    .subCon01.grid { 
        display: block;
    }
    .subCon01.grid > dl:nth-child(1), .subCon01.grid > dl:nth-child(2) { 
        border: none;
        border-bottom:1px solid #BCC9BF;
    }
    .subCon01.grid dl {
        padding: 9% 3%;
    }
    .subCon01.grid > dl:nth-child(2), .subCon01.grid > dl:nth-child(3) {
        gap: 10px;
    }
    .reser_dl.side dt, .reser_dl.side dd {
        width: 100%;
        margin: 0 auto;
    }
    .reser_dl.noflex {
        /* display: block; */
    }
}
@media(max-width:1024px){
    .reserCon { width: 90%;}
    .reserCon.new {
        display: block;
    }
    .reserCon.new .right { margin-top: 40px;}
    .reserCon.new > div { width: 100%;}
}
@media(max-width:768px){
    .reserCon.new > div { 
        padding-left: 2%;
        gap: 20px;
    }
    .reserCon.new i {
        font-size: 19px;
        width: 19px;
    }
    .reserCon.new i.fa-user {
        font-size: 23px;
    }
    .reserCon.new h2, .reser_dl dt {
        font-size: 15px;
    }
    .reserCon.new p, .list01 li {
        font-size: 11px;
    }
    .list01 { 
        margin-top: 5px;
    }
    .list01 li { 
        padding-left: 1.5em;
    }
    .reserCon.new p {
        margin: 5px 0 0 1px;
    }
    .reser_dl { display: block;}
}


.reserTable { width:100%;border-collapse:collapse; border-top:1px solid #999;}
.reser .reserTable { margin-bottom:5%;}
.roomReser { margin-bottom:10px;}
.reser_name { text-align:center;}
.reser_name dt { font-size:1.35em; line-height:2em; font-weight:700;}
.reser_name dd {}
.reser_name dd p { font-size:1.1em; line-height:1.5em; margin-bottom:0.2em;}
.reserTable th, .reserTable td { padding:15px 2px; font-size:1em; line-height:1.5em; text-align:center; border-bottom:1px solid #999; font-weight:400;}
.reserTable th { background:#f9f9f9}
.reserTable thead { border-bottom:2px solid #333;}
.reserTable td.type { text-align:left; padding-left:10px;}
.reserTable th[scope=rowgroup] { position:relative; background:transparent; z-index:10; }
.reserTable th.seasonBg {background:#f9f9f9;}
.roomLink { position:absolute; width:1000%; height:100%; left:0; top:0; opacity:0; z-index:5;}
.roomLink a { display:block; width:100%; height:100%;}
.reser .reserTable tbody:hover td, .reser .reserTable tbody:hover th {  -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; background:#000; color:#fff; cursor:pointer;}

.cancelTable { width:100%; max-width:600px; border-collapse:collapse; border-top:1px solid #999; margin-top:0; }
.cancelTable th, .cancelTable td { padding:12px 3px; font-size:1.07em; line-height:1.5em; text-align:center; border-bottom:1px solid #999; vertical-align: middle;}
.cancelTable th { color: #000; background: #BCC9BF;}
.cancelTable .base th, .cancelTable .base td { color:#FF7800;}
.cancelTable thead { border-bottom:2px solid #acacac;}

.reser_frame {position:relative; z-index:3; }
.reser_frame iframe { display:block; width:94%; max-width:1420px; height:1200px; border:0; overflow-y:auto; padding:3% 0; margin:3% auto 6%; padding:3%; border:1px solid #eee; -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1); -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1); box-shadow:2px 2px 3px rgba(0, 0, 0, 0.1);}

.active .reser01_0301 {opacity:1; transition: all 0.5s ease 1.3s;}


@media  (max-width: 1280px){
    
    .room .reserTable { width:100%; margin-bottom:-1px;}
    .reser .reserTable thead { border-bottom:2px solid #555;}
    .reserTable th, .reserTable td, .cancelTable th, .cancelTable td { padding:10px 1px; font-size:1em; letter-spacing:-0.02em; line-height:1.5em;}
}
@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;
    }

    .reserTable th, .reserTable td { font-size:0.85em;}
    .cancelTable th, .cancelTable td { font-size:0.8em;}
    
    .rsv_cal_t p {
        padding: 0 3px !important;
        font-size: 13px;
    }
}
/* 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;}
