@charset "utf-8";

section{ width: 100%; position: relative; min-width: 1280px; background-color: #fff;}

main{ width: 100%; position: relative; min-height: 937px; height: 100vh; background: url(/Images/img_main_01.jpg) center center no-repeat; background-size: cover;}

aside{ position: absolute; right:0; top:50%; transform: translateY(-50%); overflow: hidden;}
.m-bn-wrap{ display: flex; justify-content: center; height: 342px; width: 100%; transition: 0.3s all ease-in-out;}
.m-bn-wrap.open{ transform: translateX(376px);}
.btn-bn-area{ width: 60px; height: 100%; background-color: #a6937c; position: relative;}
.m-bn-wrap .title{ transform: rotate(90deg); transform-origin: left top; color: #fff; font-family: var(--font-num); position: absolute; top:0; left:100%; padding-top: 0; padding-left: 20px; white-space: nowrap; line-height: 58px; letter-spacing: 1.6px;}
.btn-bn-area .button{ position: absolute; left: 0; bottom:0; width: 60px; text-align: center;height: 60px; background-color: #323335; display: flex; align-items: center; justify-content: center; cursor: pointer;}
.btn-bn-area .button img{ transition: 0.2s all ease-in-out; transform: rotateZ(180deg);}
.btn-bn-area .button.click img{ transform: rotateZ(0); transform-origin: center center;}
.m-bn-wrap .slider-bn{ width: 376px; height: 342px; overflow: hidden; background-color: #fff;}
.main-bn{ width: 100%; height: 100%;}
.main-bn img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.m-bn-wrap .slick-dots { position: absolute; bottom: 17px; left: 50%; margin: 0; padding: 0; transform: translateX(-50%);} /*마진패딩 초기화 */
.m-bn-wrap .slick-dots li { float: left; margin-right: 15px;}
.m-bn-wrap .slick-dots li button { background-color: transparent; width: 8px; height: 8px;  border-radius: 50%; text-indent: -9999px; border:1px solid #a3aaaf;}
.m-bn-wrap .slick-dots li:hover button { background: #a3aaaf;} /*마우스를 올렸을 때 */
.m-bn-wrap .slick-dots li.slick-active button { background: #a3aaaf; } /*현재슬라이드 위치 표시*/

.m-reser-wrap{ display: flex; justify-content: center; height: 430px; width: 100%; transition: 0.3s all ease-in-out; background-color: #fff;}
.m-reser-wrap.open{ transform: translateX(376px);}
.m-reser-wrap .title{ transform: rotate(90deg); transform-origin: left top; color: #fff; font-family: var(--font-num); position: absolute; top:0; left:100%; padding-top: 0; padding-left: 20px; white-space: nowrap; line-height: 58px; letter-spacing: 1.6px;}
.btn-reser-area{ width: 60px; height: 100%; background-color: #94afc4; position: relative;}
.btn-reser-area .button{ position: absolute; left: 0; bottom:0; width: 60px; text-align: center;height: 60px; background-color: #323335; display: flex; align-items: center; justify-content: center; cursor: pointer;}
.btn-reser-area .button img{ transition: 0.2s all ease-in-out; transform: rotateZ(180deg);}
.btn-reser-area .button.click img{ transform: rotateZ(0); transform-origin: center center;}

.m-calendar-top{ width: 100%; position: relative; height: 60px; background-color: #f5f5f5;  border-bottom:1px solid #54565a;}
.m-calendar-top a{ position: absolute; top: 50%; transform: translateY(-50%);}
.m-calendar-top a.left{ left: 16px;}
.m-calendar-top a.right{ right: 16px;}
.m-calendar-tit{ font-size: 30px; line-height: 60px; font-weight: 300; color: #303030;  text-align: center; font-family: var(--font-num);}

.m-calendar{ width: 376px; background-color: #fff; }
.m-top-calendar{ width: 100%; padding:0 10px; background-color: #f5f5f5; }
.m-con-calendar{ width: 100%; padding:0 10px;}
.m-calendar table{width: 100%; font-size: 15px; position: relative; z-index: 0; table-layout: fixed;}
.m-calendar table thead th{ font-weight: 400; color: #707070; height: 40px;}
.m-calendar table thead th:first-child{ color: #d50000;}
.m-calendar table thead th:last-child{ color: #0040d5;}
.m-calendar table tbody td{ color: #ababab; text-align: center; font-weight: 400; height: 55px; position: relative; font-family: var(--font-num); padding: 9px 0 27px;}
.m-calendar table tbody td div{ position: absolute; bottom: 11px; left: 0; text-align: center; width: 100%; font-size: 12px; z-index: 3; font-weight: 300;}

.m-calendar table tbody td.possible{ color: #fff; cursor: pointer;}
.m-calendar table tbody td.possible::before{ content: ''; width: 40px; height: 50px; background-color: #a6937c; display: block; border-radius: 5px; position: absolute; z-index: -1; top:50%; left: 50%; transform: translate(-50%, -50%); transition: 0.2s ease-in-out all;}
.m-calendar table tbody td.possible:hover::before{ background-color: #77624a;}
.m-calendar table tbody td.possible .remain{ text-indent: 15px; background: url(/Images/ic_clock.svg) center left 10px no-repeat;}

.m-calendar table tbody td.impossible{ color: #323335;}
.m-calendar table tbody td.impossible::before{ content: ''; width: 40px; height: 50px; background-color: #f5f5f5; display: block; border-radius: 5px; position: absolute; z-index: -1; top:50%; left: 50%; transform: translate(-50%, -50%);}
.m-calendar table tbody td.impossible .finish{ font-family: var(--font-normal); }

/*.m-calendar table tbody td.possible.choice::after{ content: ''; background: rgba(0, 0, 0, 0.7) url(/images/ic_reser_chk.svg) center center no-repeat; display: block; margin: auto; position: absolute; width: 40px; height: 50px; z-index: 5; border-radius: 5px; top:50%; left: 50%; transform: translate(-50%, -50%);}
.m-calendar table tbody td.possible.choice:hover::before{ background-color: #a6937c;}*/

.m-calendar table tbody td.open{ color: #323335;}
.m-calendar table tbody td.open div{ color: #ababab; font-family: var(--font-normal)}
.m-calendar table tbody td.open:first-child{color: #d50000;}
.m-calendar table tbody td.open:last-child{ color: #0040d5;}

.main-weather{ position: absolute; bottom:23px; left: 20px; color: #fff; font-weight: 100;}
.main-weather h4{ font-size: 13px; padding-bottom: 5px;}
.main-weather ul{ display: flex; align-items: center; }
.main-weather ul li{ font-size: 25px;}
.main-weather ul li span{ font-size: 15px;}
.main-weather ul li p{ padding-left: 10px;}

/*sec01*/
.section01{ width: 100%; position: relative; height: 937px; background: #e3ddd1 url(/images/ic_ci_bg.svg) center bottom -13px no-repeat; background-size: 100%;}

.sec-box{ position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 100%; text-align: center; padding: 0 clamp(2.5rem, -22.5rem + 31.25vw, 15rem); min-width: 1200px;}
.sec-box ul{ display: flex; width: 100%;}

.sec-box .img{ position: relative; width: 52%; overflow: hidden; margin-right: 90px;}
.sec-box .img img{ width: 100%; height: 550px; object-fit: cover;}
.sec-box .img h3{ position: absolute; bottom:0; left: 0; width: 100%; height: 65px; background-color: rgba( 0,0,0,0.3); padding: 19px 50px; font-size: 22px; color: #fff; letter-spacing: -0.44px; text-align: left; font-weight: 400; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}

.m-text{ position: relative; width: 48%; max-width: 480px; text-align: left;}
.m-text h3{ font-family: var(--font-num); font-size: 15px; color: #111; font-weight: 300; letter-spacing: 6px; line-height: 1.67em;}
.m-text h1{ font-size: 40px; padding: 17px 0 23px; line-height: 1.25em;}
.m-text h1 span{ font-weight: 600; text-transform: uppercase;}
.m-text p{ line-height: 1.56em; letter-spacing: -0.32px; margin-bottom: 50px;}
.m-text a{ width: 170px; height: 50px; text-align: left; border:1px solid #54565a; display: inline-block; line-height: 50px; letter-spacing: 4px; font-family: var(--font-num); font-size: 14px; font-weight: 400; position: relative; padding-left: 20px; transition: 0.3s all ease-in-out;}
.m-text a::after{ content: ''; position: absolute; right:-15px; top:50%; width: 40px; height: 1px; display: block; background-color: #54565a; transition: 0.3s all ease-in-out;}
.m-text a:hover{ letter-spacing: 1px; background-color: #a6937c; border:1px solid #a6937c; color: #fff; }
.m-text a:hover::after{ content: ''; background-color: #fff; right: 10px}

/*sec02*/
.section02{ width: 100%; position: relative; height: 605px; background: #e3ddd1;}
.section02 .sec-box{ top:20px; transform: translateY(0);}
.section02 .sec-box ul{ justify-content: space-between;}
.section02 .sec-box .img{ margin-right: 0; position: relative; overflow: visible;}
.section02 .sec-box .img::before{ content: ''; border:2px solid #fff; display: block; width: 100%; height: 505px; position: absolute; top:-20px; right: -20px; z-index: -1;}
.section02 .sec-box .img img{ height: 505px;}

/*movie*/
.video-area{ padding: 0; width: 100%; height: 280px; overflow: hidden; position: relative; padding-top:30px;}
#background_video{ z-index: 0; width: 100vw; height: 100%; position: absolute; top:0; object-fit: cover;}
.video-area::after{ content: ''; position: absolute; top:0; left: 0; right:0; bottom:0; background-color: rgba(0,0,0,0.65); display: block; z-index: 1;}

.m-text.ver2{ width: 100%; max-width: 100%; text-align: center; color: #fff; z-index: 2;}
.m-text.ver2 h3{ color: #fff;}
.m-text.ver2 p{ margin-bottom: 0;}

/*section03*/
.section03{ width: 100%; position: relative; height: 600px; background: url(/Images/img_main_05.jpg) center center no-repeat; background-size: cover;}
.visual-text{ width: 962px; position: absolute; top:50%; left: 50%; transform: translate(-50%, -50%); height: 380px;}
.visual-text .bg-blur{ width: 100%; height: 380px; position: absolute; top:0; border:1px solid #fff; backdrop-filter: blur(10px);}
.visual-text ul{ display: flex; align-items: center; height: 380px;}



















