@charset "utf-8";
@font-face {
    font-family: 'GowunDodum-Regular';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/GowunDodum-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  }

.list01 {}
.list01 li { font-size:1.07em; line-height:1.6em; margin-bottom:3px; text-indent:-0.65em; padding-left:1em; word-break: keep-all;}
.list01 li span.bold {font-weight: bold;}
.list01 li i { display:inline-block; width:1em; text-align:center; font-style:normal; margin-left:-1em;}
.list01 li::before {content:"- ";}
.list01 li.square::before {content:"■ ";}
.list01 li.star::before {content:"✦ ";}
.list02 {}
.list02 li { margin-bottom:1.5em; padding-left:1em;}
.list02 li i { display:inline-block; width:1em; text-align:center; font-style:normal; margin-left:-1em;}
.list02 li strong { display:block;}
@media  (max-width: 1024px){

.list01 li { font-size:0.9em; letter-spacing:-0.05em;}
}

.tab_nav {}
.tab_nav:after {content:"";display:block;clear:both;}
.tab_nav li { float:left; display:inline; margin:0; }
.tab_nav li a { }
.tab_nav li.ui-tabs-active a {color:#6d83ac; font-weight:700;}

.con_dl { }
.con_dl dt { font-size:1.2em; font-weight:600; margin-bottom:0.2em; }
.con_dl dd { line-height:1.6em; margin-bottom:1em;}

.active.con_dl dt {opacity:1; filter: alpha(opacity=100;); transition: all 0.5s ease 0.5s}
.active.con_dl dd {opacity:1; filter: alpha(opacity=100;); margin:2em 0 6em; transition: all 0.5s ease 1s}

/* about 펜션소개 */
.about_con1 {
  display: flex; 
  flex-direction: row-reverse; /*메인쪽과 left right 반전*/
  justify-content: space-between;
  margin-bottom: 5%;
  text-align: center;
}
.about_con1 span {display:block;}

.about_con1 .abtcon1_left {width: 45%; position: relative;}
.abtcon1_left img {width: 100%; height: 100%; object-fit: cover;}
.abtcon1_left .title {position: absolute; top: 5%; left: 50%; transform: translateX(-50%); color: #fff;}
.abtcon1_left .title span {
  font-size: 18px;
}
.abtcon1_left .title h2 {
  font-size: 60px;
  line-height: 75px;
}
.abtcon1_left .title p {
  font-size: 22px;
}
.about_con1 .abtcon1_right {
  display: flex;
  flex-direction: column;
  width: 55%;
  padding: 3%;
  background: #F8F1EB;
  box-sizing: border-box;
}

.abtcon1_right .center {height: 50%;}
.abtcon1_right .center img {height: 100%; object-fit: cover;}
.abtcon1_right .text {height: 50%;}
.abtcon1_right .text h3 {margin: 60px 0 50px 0; font-size: 25px;}
.abtcon1_right .text p {font-size: 17px; line-height: 30px; word-break: keep-all; padding: 2% 8%; }
@media (max-width:1500px){
  .abtcon1_right .center {height: 50%;}
  .abtcon1_right .text {height: 50%;}
  .abtcon1_right .text h3 {margin: 50px 0 40px 0; font-size: 26px;}
  .abtcon1_right .text p {font-size: 17px; line-height: 30px; }
}
@media (max-width:1024px){
  .about_con1 {flex-wrap: wrap; flex-direction: column-reverse;}
  .about_con1 .abtcon1_left {width: 100%;}
  .about_con1 .abtcon1_right {width: 100%;}
  .abtcon1_right .center img {width: 80%;}
}
@media (max-width:768px){
  .abtcon1_right .text h3 {margin: 50px 0 40px 0; font-size: 20px;}
  .abtcon1_right .text p {font-size: 13px; line-height: 25px; }
  .abtcon1_right .text br.mo {display: none;}
}
@media (max-width:500px){
  .about_con1 .abtcon1_left {max-height: 350px;}
  .abtcon1_left img {max-height: 350px;}

  .about_con1 .abtcon1_right {background-image: linear-gradient(180deg, #CCAA90 44% ,#fff 44%);}
  .abtcon1_right .center {height: 50%; }
  .abtcon1_right .text {height: 50%;}
  .abtcon1_right .title img {width: 100px;}
  .abtcon1_right .title h2 {font-size: 36px; margin-top: 10px; margin-bottom: 7%;}
  .abtcon1_right .center img {width: 90%; }
  .abtcon1_right .text h3 {margin: 30px 0 20px 0; font-size: 20px;}
  
}
@media (max-width:400px){
  .abtcon1_right .title h2 {font-size: 30px;}
}


/* map */

.map_dl { position:relative; z-index:2;}
.map_dl:after {content:"";display:block;clear:both;}
.map_dl dt { width:27.1%; }
.map_dl dd { position:absolute; width:72.9%; height:100%; right:0; top:0; }
.map_add { position:absolute; left:0; bottom:0; padding:2%; font-size:1.2em; line-height:1.2em;}

.mapCon { width:72.9%; margin-left:27.1%;}
.map_text { font-size:1em; line-height:1.6em; margin-top:1.5em; padding-right:2%;}
.map_text dt { font-size:1.3em; font-weight:600; margin-bottom:1em;}
.map_text dd { margin-bottom:3em;}
.map_text dd div { margin-bottom:1em;}
.map_text .map_p { margin-bottom:3px;}
.map_text dd div strong { display:block; font-size:1.05em; font-weight:500; color:#47423E; }

.mapFrame { position:relative; width:80%; height:36vw; background:#ddd; border:1px solid #eee; overflow:hidden; }
.mapFrame iframe {position:absolute; width:200%; height:200%; left:-50%; top:-20%; opacity:0; filter: alpha(opacity=0;);}
.active .mapFrame iframe { opacity:1; filter: alpha(opacity=100;); top:-50%; transition: all 0.5s ease 0.5s;}


@media  (max-width: 1480px){
.mapFrame { width:100%;}
}

@media  (max-width: 1280px){
.about02_02 dt { font-size:1.6em;  line-height:1em; margin-bottom:1.5%;}
.about02_02 dd {font-size:0.9em; line-height:1.6em;}
}

@media  (max-width: 1024px){
.map_add { font-size:0.9em; line-height:1.6em; word-break: keep-all;}
.mapCon { width:100%; margin-left:0;}
.mapFrame { height:50vw;}
.map_text { line-height:1.5em; padding:0 3%;}
.map_text dd div { margin-bottom:1.2em;}
}

@media  (max-width: 768px){
.mapFrame { height:80vw;}
}

@media  (max-width: 400px){
  .map_add { font-size:0.75em;}
  br.m_360 {display: none;}
}



/* room */
.roomCon { position:relative; }
.roomCon01 { margin-top:10%; padding-top:30px; text-align:right;}
.room_reser { position:absolute; display:inline-block; left:0; top:0; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -ms-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease; z-index:2;}
.room_reser:hover { left:10px;}
.room01_01 { position:relative; width:96%; max-width:1327px; vertical-align:top; z-index:1;}

.roomCon02 { margin:0; text-align:center;}
.room02_01 { margin:6% 0;}
.room02_01 img { width:70%; max-width:500px; vertical-align:top; margin-top: 20px;}
.room02_03 { margin:6% 0; font-family: 'Courgette', cursive; font-size:1.38em;line-height:2em; color:#919191; }

.roomCon03 { padding-top:8%; margin-bottom:8%;}
.room03_01 { position:absolute; width:100%; height:45%; left:0; top:0; background:#d3d3d3; z-index:1; }
.room03_02 { position:relative; width:92%; max-width:1440px; margin:0 auto; z-index:2}
.room03_03 { position:relative; font-family: 'Barlow', sans-serif; font-size:6.9em; font-weight:600; line-height:0.8em; color:#47423E; text-transform:uppercase; letter-spacing:0.2em; padding-left:0.2em; margin-top:-0.44em; text-align:center; z-index:2;}

.room10_text {position: relative; margin: 0 auto; height: 100px; }
.room10_text p {position: absolute; top: 0; left: 50%; transform: translate(-50%,-50%); font-size: 1.8em; text-align: center; font-family: 'GowunDodum-Regular', serif;}
.room10_text ul {position: absolute; top: 100%; left: 50%; transform: translate(-50%,-50%); margin-bottom: 2%; text-align: left;}
.room10_text ul li {font-size: 1.5em; line-height: 30px; font-family: 'GowunDodum-Regular', serif;}
@media (max-width:500px){
  .room10_text p {font-size: 1.3em;}
  .room10_text ul li{font-size: 1em;}
}

@media  (max-width: 1720px){
.room02_03 { font-size:1.6vw; line-height:1.5em; }
.room03_03 { font-size:4.5vw; }
}

@media  (max-width: 1024px){
.roomFa {font-size:0.9em; line-height:1.5em;}

.room_reser img { width:150px;}
.room02_03 { font-size:2.4vw;}
.room03_03 { font-size:7vw; }
}
/*room 2번째 영역 탑슬라이드 바로하단*/
.room_first_area {display: flex; margin: 5% 0; }
.room_first_area .first_left {width: 62%; padding: 0 1%; display: flex; align-items: center; flex-direction: column; background: #BEAB98; }
  .room_first_area .first_left .l_top {height: 58%; padding-top: 4%;}
    .l_top .img_box {height: 100%; margin: auto 0; padding: 10px; border: 1px solid #fff; }
    .l_top .img_box img {width: 100%; height: 100%; object-fit: cover;}
   
  .room_first_area .first_left .l_bottom {width: 100%; height: 42%; text-align: center; }
    .l_bottom img {opacity: 0;}
    .l_bottom h3 {font-size: 50px; line-height: 70px; opacity: 0; color: #fff;}
    .l_bottom h3 span {font-family: 'HakgyoansimBareondotumR','sans-serif'; }
    .l_bottom p {margin: 3% 0; font-size: 16px; line-height: 30px; font-weight: bold; opacity: 0; color: #fff; }
    .l_bottom ul.hashtag {display: flex; justify-content: center; gap: 1.5%; margin-bottom: -10%;}
    .l_bottom ul.hashtag li {
      background: #fff; font-size: 15px; padding: 8px 10px; color: #8B7666;
      opacity: 0; transform: translateX(-100px); transition: all 1s; transition-delay: 0.5s;
    }
    .l_bottom ul.hashtag li:nth-of-type(3) {transition-delay: 0.65s;}
    .l_bottom ul.hashtag li:nth-of-type(2) {transition-delay: 0.8s;}
    .l_bottom ul.hashtag li:nth-of-type(1) {transition-delay: 0.95s;}

.room_first_area .first_right {width: 38%;}  
  .first_right img {width: 100%; height: 100%; object-fit: cover;}  

.zoomable-image {
  transition: transform 0.3s ease; /* 확대 애니메이션 */
}

.zoom-button {
    animation: rotate_img 3.5s linear infinite;
    position: absolute;
    bottom: 20px;
    right: 20px;
    padding: 5px 10px;
    font-size: 25px;
    cursor: pointer;
    border: none;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border-radius: 50%;
}
@keyframes rotate_img { /*회전 애니메이션 */
  0% {
    transform: rotate(0deg);
  }
  12.5% {
    transform: rotate(180deg); /* 1초 동안 회전 */
  }
  100% {
    transform: rotate(180deg); /* 3초 동안 정지 */
  }
}
/* 모달 창 스타일 */
.modal {
  display: none; /* 처음에는 숨김 */
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8); 
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.modal-content {
  position: relative;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 1200px;
  max-width: 1280px;
  min-height: 720px;
  max-height: 795px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* transform: scale(1.6);  */
}

.close-button {
  animation: rotate_img 3.5s linear infinite;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  font-size: 50px;
  color: white;
  cursor: pointer;
}




  @media  (max-width: 1200px){
    .l_bottom h3 {font-size: 30px; line-height: 50px;}
    .l_bottom img {max-width: 100px;}
    .l_bottom ul.hashtag {flex-wrap: wrap;}
    .l_bottom ul.hashtag li {font-size: 11px; padding: 6px 8px;}
    .zoom-button {display: none;}
  }
  @media  (max-width: 1024px){
    .room_first_area { flex-wrap: wrap; }
    .room_first_area .first_left{ width: 100%; padding-bottom: 3%;}
    .room_first_area .first_left .l_top { height: auto; padding: 3% 5%;}
    .room_first_area .first_left .l_bottom { height: auto; min-height: 260px;}
    .room_first_area .first_right { width: 100%;}
    .first_right img { height: 100%;}
  }
  @media (max-width: 500px){
    .l_bottom p {font-size: 11px; word-break: keep-all; line-height: 20px;}
    .l_bottom ul.hashtag li {font-size: 11px; padding: 4px 6px; margin-bottom: 6px;}
    .room_first_area .first_right { max-height: 400px;}
  }
  @media (max-width: 360px){
    .l_bottom ul.hashtag {gap: 1%;}
    .l_bottom ul.hashtag li {font-size: 10px; padding: 3px 5px;}
  }
  @media (max-width: 343px){
    .l_bottom ul.hashtag li {opacity: 1; transform: translateX(0);}
  }

/* 코코몰디브 전용 내비게이션 */
.coconav_wrap {
  width: 100%;  
  display: flex; 
  justify-content: center;
  margin: 7% 0;
  text-align: center;
}
.coconav_wrap div ul {
  display: flex;
  gap: 30px;
}
.coconav_wrap div li a {
  display: inline-block;
  width: 100%;
  position: relative;
}
.coconav_wrap div.nav1 ul, .coconav_wrap div.nav2 ul {
  margin-right: 30px;
}
.coconav_wrap ul li {
  width: 15vw;
}
.coconav_wrap img {
  width: 100%;
  border-radius: 50%;
  object-fit: cover;
  transform: perspective(2500px) rotateY(90deg);
  transition: all 1s;
  transition-delay: 0.5s;
}
.coconav_wrap img.on {
  transform: perspective(2500px) rotateY(0);
}

.coconav_wrap h2 {
  width: 80%;
  margin: 3% auto;
  padding: 3.5% 5%;
  color: #fff;
  font-size: 21px;
  font-weight: normal;
  background: #988B7E no-repeat;
  border: 1px solid #988B7E;
  border-radius: 24px;
}
.coconav_wrap p {
  padding: 3% 5%;
  font-size: 16px;
  border: 1px solid #707070;
  border-radius: 24px;
  line-height: 25px;
}
.nav2 p {
  width: 93.5%;
  margin: 0 auto;
  padding: 0.95% 2%;
}
.coconav_wrap .btn_more {
  position: absolute;
  opacity: 0;
  bottom: 50%; right: 50%;
  transform: translate(50%, 50%);
  padding: 10px 15px;
  background: rgba(0, 0, 0, 0.7);
  border: 1px solid transparent;
  border-radius: 28px;
  font-size: 16px;
  color: #fff;
  font-style: normal;
}
.coconav_wrap li:hover img {
  filter: brightness(0.5);
}
.coconav_wrap li:hover .btn_more { /*바로가기*/
  opacity: 1;
}

@media (max-width:1700px){
  .coconav_wrap h2 {
    font-size: 18px;
  }
  .coconav_wrap p {
    font-size: 14px;
  }
}
@media (max-width:1470px){
  .coconav_wrap div ul {
    gap: 20px;
  }
  .coconav_wrap div.nav1 ul, .coconav_wrap div.nav2 ul {
    margin-right: 20px;
  }
  .coconav_wrap h2 {
    font-size: 16px;
  }
  .coconav_wrap p {
    font-size: 12px;
  }
}
@media (max-width:1280px){
  .coconav_wrap { 
    display: block; 
    margin: 5% 0;
  }
  .coconav_wrap div ul {
    justify-content: center;
    padding: 0 1%;
  }
  .coconav_wrap div.nav1 ul, .coconav_wrap div.nav2 ul {
    margin-right: 0;
  }
  .coconav_wrap div.nav1 {
    margin-bottom: 5%;
  }
  .coconav_wrap ul li {
    width: 31vw;
  }
  .coconav_wrap h2 {
    font-size: 17px;
  }
  .coconav_wrap p {
    font-size: 12px;
    line-height: 20px;
  }
  .coconav_wrap .btn_more {
    display: none;
  }
}
@media (max-width:768px){
  .coconav_wrap h2 {
    font-size: 14px;
    font-weight: bold;
  }
  .coconav_wrap div ul {
    gap: 8px;
  }
  .coconav_wrap div.nav1 p, .coconav_wrap div h2 {
    width: 100%;
  }
  .nav2 p {
    width: 96.5%;
  }
}
@media (max-width:500px){
  .coconav_wrap h2 {
    margin: 7px auto;
    font-size: 12px;
  }
  .coconav_wrap p {
    padding: 5px 10px;
    font-size: 10px;
    line-height: 17px;
    border-radius: 10px;
    word-break: keep-all;
  }
  .nav1 br {display: none;}
}
@media (max-width:420px){
  .coconav_wrap h2 {
    padding: 2% 4%;
    font-size: 12px;
  }
  .coconav_wrap p {word-break: break-all;}
}
@media (max-width:350px){
  .coconav_wrap h2 {
    font-size: 10px;
  }
  .coconav_wrap p {
    font-size: 10px;
  }
  
}

/*예약하기 버튼 및 객실정보 영역*/
.room_container{
  display: flex;
  margin-bottom: 5%;
}
.room_container .leftbox{ /*예약하기 버튼 영역*/
  display: none;
  position: relative;
  width: 27%;
  padding: 0 3%;
  box-sizing: border-box;
}
.room_container .leftbox a {
  position: absolute;
  top: -3%;
  right: 2%;
  display: inline-block;
  font-size: 18px;
  padding: 3% 8%;
  border: 1px solid #8B7666;
  border-radius: 40px;
  color: #47423E;
  background-color: #fff;
  text-decoration: none;
  overflow: hidden;
}
.room_container .leftbox a em {
  position: relative;
  z-index: 5;
  font-style: normal;
  font-weight: bold;
}
.room_container .leftbox a:hover {
  background-color: #8B7666;
  font-weight: normal;
}
.room_container .leftbox a:hover em{
  color: #fff;
  font-weight: normal;
}
.room_container .rightbox{
  width: 90%;
  margin: 0 auto;
  padding: 0 3%;
  box-sizing: border-box;
}
.rightbox .roominfo .info{
  display: flex;
  gap: 3%;
  margin-bottom: 2%;
  padding-bottom: 2%;
  font-size: 15px;
  word-break: keep-all;
  border-bottom: 1px solid #8B7666;
}
.rightbox .roominfo .info:first-of-type {
  padding-top: 3.3%;
  border-top: 1px solid #8B7666;
}
.room_container .rightbox .left{
  width: 30%;
  font-size: 20px;
  font-weight: bold;
  font-family:'HakgyoansimBareondotumR','NanumSquareNeo' ,Arial;
  color: #8B7666;
}
.room_container .rightbox .left .fa-solid{
  display: none;
}
.room_container .rightbox .right{
  width: 70%;
  line-height: 25px;
  -webkit-text-stroke: 0.3px #47423E;
}
.bg_pink {
  background: #fddbdb;
  background: rgba(139, 118, 102, .3);
}
.room_container .rightbox .right ul li::before {
 content: "· ";
 margin-left: -10px;
}
/* .room_container .rightbox .right ul li::before {
  content: "- "; 
  margin-left: -13px;
} */
.room_container .rightbox .right ul li.nodash::before {
  content: ""; 
  margin-left: -16px;}
@media all and (max-width:1200px){
  .room_container .rightbox .left{
    font-size: 17px;
  }
  .room_container .rightbox .left img{
    width: 15px;
    height: 15px;
  }
}
@media all and (max-width:1000px){
  .room_container .leftbox a{
    position: absolute;
    top: 0;
  }
}
@media (max-width:768px){
  .room_container{
    flex-direction: column-reverse;
    margin-bottom: 8%;
  }
  .room_container .leftbox,.room_container .rightbox{
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }
  .leftbox {text-align: center;}
  .rightbox .roominfo {
    padding-top: 7%;
  }
  .room_container .leftbox a{ /*예약하기*/
    position: static;
    background-color: #8B7666;
    font-size: 15px;
    color: #fff;
    
  }
  .room_container .leftbox a em {
    font-weight: normal;
  }
  .room_container .leftbox a:hover em{
    color: #47423E;
  }
  .room_container .leftbox a:hover::before{
    width: 0;
  }
  .rightbox .roominfo .info {
    flex-wrap: wrap;
  }
  .room_container .rightbox .left{
    width: 100%;
  }
  .room_container .rightbox .right {
    width: 100%;
    padding: 3% 3% 3% 6%;
    font-size: 13px;
  }
}
/*ROOM 중간 꽉찬 이미지 mid_img */
.mid_imgbox {}
.mid_imgbox img {width: 100%; min-height: 300px; object-fit: cover;}

/*ROOM 예약안내 등 정보영역 rule */
.rule_area {margin: 3% 0; padding: 0 10%;}
.rule_area .box01 {display: flex; align-items: center; padding: 3% 0; border-bottom: 1px solid #8B7666;}
.rule_area .box01 .left {width: 40%; color: #8B7666; text-align: center;}
.rule_area .box01 .left h2 {font-size: 25px;}
.rule_area .box01 .right {width: 60%; font-size: 17px; line-height: 25px;}
.rule_area .box01 .right li {margin-left: 10px; word-break: keep-all; line-height: 30px;}
.rule_area .box01 .right li::before {content: "· "; margin-left: -13px;}
.rule_area .box01 .right li.nodash::before {content: ""; margin-left: -13px;}
@media (max-width:768px){
  .rule_area {padding: 0 5%;}
  .rule_area .box01 {display: block;}
  .rule_area .box01 .left {width: 100%; margin: 15px 0; text-align: left;} 
  .rule_area .box01 .left h2 { font-size: 17px;}
  .rule_area .box01 .right {width: 100%; font-size: 13px;}
}
/*ROOM 떠나요 실시간 예약 버튼*/
a.reser_btn {
  display: block; width: max-content; margin: 0 auto; padding: 40px 50px;
  font-size: 36px; font-weight: bold; color: #8B7666; font-family:'HakgyoansimBareondotumR','NanumSquareNeo' ,Arial;
  border: 1px solid #8B7666; border-radius: 52px; transition: transform 0.3s ease;
}
a.reser_btn:hover {
  color: #fff; background: #8B7666; 
  animation: scaleUp 0.6s ease;
}
@keyframes scaleUp {
  0% {
    transform: scale(1);
    box-shadow: none;
  }
  50% {
    transform: scale(1.06); 
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  }
  100% {
    transform: scale(1); 
    box-shadow: none;
  }
}
@media (max-width:768px){
  a.reser_btn {
    margin-top: 30px; padding: 20px 30px; 
    font-size: 20px; color: #fff; background: #8B7666; font-weight: normal; }
}

/*애월더선셋(special) 상세 이미지 4개 있는 영역 */
.img4_area {display: flex;}
.img4_area .text {
  display: flex;
  align-items: center;
  width: 15%;
  font-size: 60px;
  writing-mode: vertical-rl;
  line-height: 80px;
}
.img4_area .text_mo {display: none;} /*모바일에서 위치바뀜*/
.img4_area .text p {
  margin: auto 0;
  transform: rotate(180deg);
  text-align: center;
  color: #8B7666;
  -webkit-text-stroke: 1px #8B7666;
}
.img4_area .img_box {
  display: flex;
  flex-wrap: wrap;
  width: 85%;
  padding: 30px;
}
.img_box > div {padding: 14px; }
.img4_area img {width: 100%; object-fit: cover;}
.img4_area .box1 {width: 56%;}
.img4_area .box2 {width: 44%; padding-bottom: 10px;}
.img4_area .box3 {width: 100%;}
.img4_area .box2 > div:first-of-type{padding-bottom: 13px; }
.img4_area .box2 > div:last-of-type{padding-top: 13px; }
img.flip {
  transform: perspective(2500px) rotateY(90deg);
  transition: all 1s;
}
img.flip.on {
  transform: perspective(2500px) rotateY(0);
}


@media (max-width:1200px){
  .img4_area .box2 > div:first-of-type{padding-bottom: 9px; }
  .img4_area .box2 > div:last-of-type{padding-top: 9px; }
}
@media (max-width:768px){ /*이미지 4개 세로 일렬로 배치*/
  .img4_area {flex-direction: column-reverse; flex-wrap: wrap;}
  .img4_area .text {width: 100%; writing-mode: horizontal-tb; font-size: 36px;}
  .img4_area .text p {transform: rotate(0deg); margin: 0 auto;}
  .img4_area .text_pc {display: none;}
  .img4_area .text_mo {
    display: block;
    padding-top: 0;
  }
  .img4_area .img_box {
    width: 100%;
    margin-bottom: 3%;
    padding: 0;
  }

  .img4_area .box1 {
    width: 100%; 
    padding: 0;
  }
  .img4_area .box2 {
    width: 100%; 
    padding-bottom: 10px;
  }
  .img4_area .box3 {
    padding: 0;
  }
  .img4_area .box2 > div:first-of-type{padding-bottom: 6px; }
  .img4_area .box2 > div:last-of-type{padding-top: 6px; }
}
/* roomPre */
.roomPre_01 {
  display: flex; justify-content: center; flex-wrap: wrap; 
  /* width:90%; max-width:1600px; margin:0 auto;  */
  background-image: linear-gradient(180deg, #CCAA90 50%, #fff 50%);
  padding:3% 10%;}
.roomPre_01 > div {width: 100%; text-align: center; margin-bottom: 5%;}
.roomPre_01 h2 {font-size: 50px; line-height: 70px; color: #fff; font-weight: normal;}
.roomPre_01 p { font-size:1.25em; line-height:1.5em; color:#000; margin-bottom:0.5em;}
.roomPre_01 .btn_scroll { display:inline-block; font-size:14px; line-height:1em; color:#fff; padding:8px; background:#898989; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -ms-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease;}
.roomPre_01 .btn_scroll:hover { padding:8px 16px; background: #3f4255;}
.roomPre { position:relative; float:left; }
.roomPre_list { position:absolute; width:70%; height:100%; left:24%; top:0; z-index:2;}
.roomPre_list a { position:absolute; display:block; width:9.2%; height:13%; margin:-4% 0 0 -4.7%; background:#000; color:#fff; opacity:0; filter: alpha(opacity=0;);}

.roomPre_list .roomNav01 { left:34.8%; top:32.2%;}
.roomPre_list .roomNav02 { left:46.6%; top:32.1%;}
.roomPre_list .roomNav03 { left:58.3%; top:32.0%;}
.roomPre_list .roomNav04 { left:69.6%; top:30.3%;}
.roomPre_list .roomNav11 { left:12.5%; top:30.8%;}

.roomPre_list02 { position:absolute; width:70%; height:100%; left:20%; top:0; z-index:2; }

@media  (max-width: 1280px){
}

@media  (max-width: 1024px){
.roomPre_01 { width:96%; max-width:1600px; margin:5% auto; padding:3%; }
.roomPre_01 p { font-size:0.9em; line-height:1.3em; text-shadow:1px 1px rgba(255, 255, 255, 0.5); }
.roomPre_01 .btn_scroll { font-size:12px;}
.roomPre_list a { width:11%; height:18%; margin:-7% 0 0 -5.5%;}
.roomPre_list {width:100%; left:0;}
}
@media (max-width: 500px){
  .roomPre_01 h2 {font-size: 32px; line-height: 50px;}
  .roomPre_01 img.prelogo {width: 50px;}
}

/* special 스페셜 */
.special_con1 {display: flex; text-align: center; margin-top: 5%;}
.special_con1 .left {width: 33.3333%; background: #E6E3DD;}
.special_con1 .left .img_box {width: 390px; height: 390px; margin: 60px auto; border-radius: 50%; overflow: hidden;}
.special_con1 .left .img_box img {width: 100%; height: 100%; object-fit: cover;}
.special_con1 .left .title {margin: 25px 0; font-size: 24px; opacity: 0;}
.special_con1 .left p {font-size: 17px; line-height: 30px;}
.special_con1 .left .subText2 {text-align: left; padding-left: 6%;} /*subText02*/
.special_con1 .left .subText2 li {line-height: 50px;}
/* .special_con1 .left .subText2 li::before {content: "· "; margin-left: -13px; }
.special_con1 .left .subText2 li.nodash::before {content: ""; margin-left: 0; } */

/*바베큐 텍스트영역*/
.special_con1 .left ul.subText2 li.food, .special_con1 .left ul.subText2 li.able, .subtext3 span.last {
  font-size: 0.8vw;
  text-align: center;
}
.special_con1 .left ul.subText2 li.cost {
  display: flex; align-items: center;
  width: 80%;
  margin: 0 auto;
  border: 1px solid #393939;
  border-radius: 18px;
  line-height: 40px;
}
li.cost dt {width: 33%; text-align: center; font-size: 0.85vw; color: #fff;}
li.cost dt h3 {width: max-content; margin: 0 auto; padding: 5px 20px; background: #8B7666; border-radius: 25px; font-weight: normal;} 
li.cost dd {width: 67%; font-size: 0.96vw;}

.special_con1 .left ul.subText2 li.tel {
  display: flex; align-items: center; margin-top: 10px;
}
.special_con1 .left ul.subText2 li.tel p {width: max-content; margin: 0 auto; padding: 5px 20px; border: 1px solid #393939; border-radius: 25px; font-size: 0.96vw;}


.special_con1 .left ul {margin: 30px 0 10px; word-break: keep-all; opacity: 0;}
.special_con1 .left ul li {font-size: 18px; line-height: 35px; font-weight: bold;} /*subText03*/
.special_con1 .left ul.subtext3 {margin: 20px 0; color: #47423E;}
.special_con1 .left ul.subtext3 li {margin-top: 50px;}


.special_con1 .right {
  position: relative;
  width: 66.6666%; 
  color: #fff;
}
.special_con1 .right .bg_box {position: absolute; top: 0; left: 0; z-index: -1; width: 100%; height: 100%;}
.special_con1 .right .bg_box img {width: 100%; height: 100%; object-fit: cover; filter: brightness(50%);}
.special_con1 .right .img_box{margin: 60px auto; width: 70%; height: 520px;}
.special_con1 .right .img_box img {width: 100%; height: 100%; object-fit: cover;}
.special_con1 .right .title { font-size: 55px; line-height: 70px; letter-spacing: 2px;}
.special_con1 .right p{font-size: 29px; line-height: 40px; margin: 20px 0 70px;}
@media (max-width:1400px){
  .special_con1 .left ul li {font-size: 15px; line-height: 30px; font-weight: bold; } /*subText03*/
  .special_con1 .left ul.subText2 li.cost {width: 90%;}

}
@media (max-width:1200px){
  .special_con1 {flex-wrap: wrap; flex-direction: column-reverse;}
  .special_con1 .left {width: 100%;}
  .special_con1 .left .img_box {width: 60%; height: auto;}
  .special_con1 .right {width: 100%;}
  .special_con1 .right .img_box {margin: 30px auto; height: auto;}
 /*바베큐 텍스트영역*/
  .special_con1 .left ul.subText2 li.cost {width: 60%;}
  .special_con1 .left ul.subText2 li.food, .special_con1 .left ul.subText2 li.able, .subtext3 span.last {
    font-size: 15px;
  }
  li.cost dt {font-size: 16px;}
  li.cost dd {font-size: 18px;}
  .special_con1 .left ul.subText2 li.tel p {font-size: 18px;}
}
@media (max-width:768px){
  /*위쪽 영역 (컬럼 리버스시킴)*/
  .special_con1 .right .title {font-size: 24px; line-height: 30px;} 
  .special_con1 .right p{font-size: 15px; line-height: 20px; margin-bottom: 50px;}
  /*아래쪽*/
  .special_con1 .left .img_box {width: 300px; height: 300px;}
  .special_con1 .left .title {margin: 30px 0; font-size: 18px;}
  .special_con1 .left p {font-size: 15px; line-height: 25px;}
  .special_con1 .left ul {margin: 30px 0;}
  .special_con1 .left ul li {font-size: 13px; font-weight: bold;}
  /*바베큐 텍스트영역*/
  .special_con1 .left .subText2 {padding-left: 0; padding: 0 3%;}
  .special_con1 .left ul.subText2 li.cost {width: 90%;}
  .special_con1 .left ul.subText2 li.food, .special_con1 .left ul.subText2 li.able, .subtext3 span.last {
    font-size: 13px;
  }
  li.cost dt {font-size: 14px;}
  li.cost dd {font-size: 16px;}
  .special_con1 .left ul.subText2 li.tel p {font-size: 16px;}

  .special_con1 .left ul.subText2 li.food {line-height: 25px;}
}
@media (max-width:500px){
  .special_con1 .left p {padding: 0 20px; word-break: keep-all;}
  .special_con1 .left ul.subtext3 li {margin-top: 30px;}
  /*바베큐 텍스트영역*/
  .special_con1 .left .subText2 li {line-height: 40px;}
  .special_con1 .left ul.subText2 li.cost {
    display: block;
    width: 96%;
  }
  li.cost dt {width: 100%;}
  li.cost dt h3 {margin: 10px auto; padding: 3px 20px;}
  li.cost dd {width: 100%; text-align: center;}
  .special_con1 .left ul.subText2 li.food, .special_con1 .left ul.subText2 li.able, .subtext3 span.last {
    font-size: 12px;
  }
  li.cost dt {font-size: 12px;}
  li.cost dd {font-size: 14px;}
  .special_con1 .left ul.subText2 li.tel p {font-size: 14px;}

  .special_con1 .left ul.subText2 li.food {line-height: 25px; margin-bottom: 2%;}
}
@media (max-width:400px){
  .special_con1 .left .title {font-size: 16px;}
  .special_con1 .left ul li {font-size: 12px;}
  
}
@media (max-width:350px){
  /*바베큐 텍스트영역*/
  .special_con1 .left ul.subText2 li.food, .special_con1 .left ul.subText2 li.able, .subtext3 span.last {
    font-size: 11px;
  }
  li.cost dt {font-size: 11px;}
  li.cost dd {font-size: 13px;}
  .special_con1 .left ul.subText2 li.tel p {font-size: 13px;}

  .special_con1 .left ul.subText2 li.food {line-height: 22px;}
}

/*스페셜 2번째 영역 텍스트*/
.mid_text {margin: 7% 0 3%; text-align: center; opacity: 0;}
.mid_text h2 {font-size: 50px; line-height: 60px; color: #8B7666;}
.mid_text p {margin: 1.5% 0; font-size: 20px; line-height: 30px;}
@media (max-width:768px){
  .mid_text {margin: 20% 0 10%; text-align: center;}
  .mid_text h2 {font-size: 36px; line-height: 50px;}
  .mid_text p {margin: 1.5% 0; font-size: 14px; line-height: 25px;}
}
/*스페셜 3번째 영역 메뉴*/
.menu_area {margin: 12% auto 6%; text-align: center; position: relative;} 
.menu_area #menu {position: absolute; top: -5%; left: 0;}
.menu_area img {width: 100%; object-fit: cover;}
.menu_area h2.title {margin: 4% 0; font-size: 95px; opacity: 0; color: #8B7666; -webkit-text-stroke: 1px #8B7666;}
.menu_area h3.title_s {margin-bottom: 20px; font-size: 20px; opacity: 0;}
ul.menu_select {margin: 4% auto; display: flex; justify-content: center; gap: 2%;} /*메뉴선택버튼*/
.menu_select li {
  opacity: 0; transform: translateX(-100px); transition: transform 1s ease 0.5s, opacity 1s ease 0.5s;
  font-size: 23px; padding: 30px 80px; background: #8B7666; border: 1px solid #8B7666; border-radius: 40px; color: #fff; cursor: pointer;}
.menu_select li:nth-of-type(2) { padding: 30px 69px; background: #fff; color:#8B7666; }
.menu_in_wrap {} /*각 메뉴 내부 감싸는 wrap*/

/*각 메뉴 내부 */
.menu_in { 
  position: relative;
  padding: 4% 3%; 
  color: #47423E;} 
.menu_in h2 {
  position: absolute; top: 5.6%; left: 50%; transform: translateX(-50%);
  width: max-content; padding: 30px;
  background: #F3F0EA;
  font-size: 55px; letter-spacing: 2px; }
.menu_in.brunch h2 {top: 3.6%;}
.menu_in.pizza h2, .menu_in.snack h2 { top: 6.6%;}
.menu_in.beverage h2 {top: 2vw;}
.menu_in ul {
  margin: 0 auto; padding: 8% 0 2%; display: flex; justify-content: center; gap: 2%;
  border-top: 1px solid #47423E; }
.menu_in.brunch ul, .menu_in.beverage ul, .menu_in.cocktail ul{flex-wrap: wrap;}
.menu_in ul li {margin-bottom: 30px; font-size: 25px;}
.menu_in ul li img {max-width: 260px; max-height: 250px; }
.menu_in ul li h3 {margin: 20px 0;  font-size: 20px;}
.menu_in ul li br.mo420 {display:none;}
.menu_in ul li br.mo360 {display:none;}

.menu_in.set, .menu_in.brunch, .menu_in.pizza, .menu_in.snack {
  /* display: block; */
}
.menu_in.beverage, .menu_in.cocktail {
  /* display: none; */
}
/*메뉴 피자,스낵 감싸는 영역*/
.menu_bottom_wrap {display: flex;}
.menu_in.pizza, .menu_in.snack {width: 50%;}


@media (max-width:1368px){
  .menu_area h2.title {margin: 6% 0; font-size: 65px;}
  .menu_bottom_wrap {display: block;}
  .menu_in.pizza, .menu_in.snack {width: 100%;}
  .menu_in h2 {top: 2.7%; font-size: 35px;}
  .menu_in.brunch h2 {top: 1.1%;}
  .menu_in.pizza h2, .menu_in.snack h2 { top: 3%;}
  .menu_in.beverage h2 {top: 1vw;}
  .menu_in ul li h3 {font-size: 18px; word-break: keep-all;}
}
@media (max-width:1200px){
  .menu_in h2 {top: 1.5%; }
  .menu_in.brunch h2 {top: 0.6%;}
  .menu_in.pizza h2, .menu_in.snack h2 { top: 2%;}
  .menu_in.beverage h2 {top: 0.6vw;}
}

@media (max-width:1000px){
  .menu_in.brunch h2 {top: 0;}
  .menu_in.pizza h2, .menu_in.snack h2 { top: 0;}
  .menu_in.beverage h2 {top: 0;}
  .menu_in.set ul li {width: 41%;}
  .menu_in ul li {width: 31%;}
}
@media (max-width:768px){
  .menu_area {margin: 15% auto 8%; }
  .menu_area img {height: auto;}
  ul.menu_select {gap: 4%; margin: 8% auto}
  .menu_select li {font-size: 17px; padding: 15px 40px; }
  .menu_select li:nth-of-type(2) { padding: 15px 35px; }
  .menu_in h2 {padding: 15px 25px; }
}
@media (max-width:500px){
  .menu_area h2.title {margin: 6% 0; font-size: 40px;}
  .menu_area h3.title_s {font-size: 17px;}
  .menu_in h2 {top: -6px; font-size: 27px;}
  .menu_in.brunch h2, .menu_in.pizza h2, .menu_in.snack h2, .menu_in.beverage h2 { top: -8px;}
  .menu_in ul {padding: 8% 3% 3%;}
  .menu_in ul li h3 {font-size: 14px;}
}
@media (max-width:420px){
  .menu_in ul li {margin-top: 5px;}
  .menu_in ul li br.mo420 {display:block;}
}
@media (max-width:360px){
  .menu_select li {font-size: 15px; padding: 12px 32px; }
  .menu_select li:nth-of-type(2) { padding: 12px 28px; }
  .menu_in h2 {top: -9px;}
  .menu_in.brunch h2 {top: -9px;}
  .menu_in.pizza h2, .menu_in.snack h2 { top: -10px;}
  .menu_in ul li br.mo360 {display:block;}
}
/* tour */
.tourList {  margin-bottom:5%; }
.tourList:after {content:"";display:block;clear:both;}
.tourList li { float:left; width:46.68%; margin-left:2.64%;}
.tourList li:nth-child(3n+1) { margin-left:0;}
.tourList li.clear { float:none; width:100%; margin-left:0;}
.tourList li img { width:100%; vertical-align:top;}
.tourList dl { padding:3% 0 6%; }
.tourList dt { font-size:2em; line-height:1.5em; letter-spacing:-0.05em; font-weight:200;}
.tourList dt strong { font-weight:400;}
.tourList dt .line { display:block; width:48px; height:1px; background:#47423E; margin:0.8em 0 0.5em; }
.tourList dd { font-size:1.07em; line-height:1.6em; color:#666;}
.tourList dd p { margin-top:1.5em;}


@media  (max-width: 1280px){

.tourList dl dd { font-size:0.95em; line-height:1.6em;}

}

@media  (max-width: 768px){
.tourList li { float:none; width:100%; margin:0;}
.tourList dl { padding:3% 0 10%; }
.tourList dt { font-size:1.5em; }
.tourList dt .line { width:36px;  margin:0.7em 0 0.5em; }
.tourList dd { font-size:1.07em; line-height:1.5em; letter-spacing:-0.05em }
.tourList dd p { margin-top:1.5em;}
}

/* reser */
.reserCon01 { margin:0 auto 5%; border-bottom:1px solid #dedede;}
.reserCon01:last-child { margin-bottom:0; border:none;}
.reser01_01 { 
  /* float:left; 
  width:30.7%;  */
  margin-bottom:6%;}
.reser_dl { 
  /* float:left; 
  width:65%;  */
  margin-left:4.3%;}
.reser_dl dt { font-size:2em; line-height:1.5em; margin-bottom:1em; }
.reser_dl dt.line { border-bottom:1px solid #999; padding-bottom:0.2em;}
.reser_dl dd { margin-bottom:6%; font-size:1.03em; overflow:hidden;}
.reser_dl dd > p {font-size:1.03em; line-height:1.8em; margin-bottom:0.5em;}
.reser_info { font-size:1.07em; line-height:1.8em;}

.reserTable { width:100%; border-collapse:collapse; border-top:1px solid #999;}
.reser .reserTable { position:relative; margin-bottom:5%;}
.roomReser { margin-bottom:10px;}
.room .reserTable { float:left; width:50%;}
.reserTable th, .reserTable td { padding:12px 2px; font-size:1em; line-height:1.5em; text-align:center; border-bottom:1px solid #999; font-weight:400;}
.reserTable th { background:#f9f9f9}
.reserTable td { background:url(../images/bg/white_50.png);}
.reserTable thead { border-bottom:2px solid #47423E;}
.reserTable td.type { text-align:left; padding-left:5%;}
.reser .reserTable tbody tr { overflow:hidden;}
.reser .reserTable .roomName { position:relative;}
.roomLink { position:absolute; width:2000%; height:100%; left:0; top:0; opacity:0;  filter: alpha(opacity=0;); z-index:5;}
.roomLink a { display:block; width:100%; height:100%;}
.reser .reserTable tbody tr:hover td, .reser .reserTable tbody tr: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:#47423E; color:#fff; cursor:pointer;}

.cancelTable { width:100%;  border-collapse:collapse; border-top:1px solid #999; margin:20px 0 15px;}
.cancelTable th, .cancelTable td { padding:12px 3px; font-size:1em; line-height:1.5em; text-align:center; border-bottom:1px solid #999; font-weight:400;}
.cancelTable thead { border-bottom:2px solid #47423E;}

.reser_frame {position:relative;  z-index:3; }
.reser_frame iframe { display:block; width:100%; height:900px; border:0; overflow-y:auto; margin:0 auto; padding:2% 0; background:#fff;}

.active .reser01_0301 {opacity:1; filter: alpha(opacity=100;); transition: all 0.5s ease 1.3s;}


@media  (max-width: 1024px){
.reser_name { font-size:0.95em; margin-bottom:5px;}
.reser_name strong { font-size:1.15em;}
.reser01_01 { float:none; width:100%; margin-bottom:0; }
.reserCon01 { width:100%; }
.reser_dl { float:none; width:100%; margin-left:0; }
.reser_dl dt {  font-size:1.5em; line-height:1.5em; 
  /* margin:-1.5em 0 0.5em;  */
  padding-left:0.5em; 
  /* color:#fff;  */
  text-shadow:1px 1px 2px rgba(0, 0, 0, 0.5);
}
.reser_dl dd { font-size:0.95em; line-height:1.6em; margin-bottom:5%;}
.reser_dl01 dd { padding-top:3%;}
.reser_dl dd > p {font-size:1em; line-height:1.8em; margin-bottom:0.5em;}
.reser_dl dd.reser_info { font-size:1em; line-height:1.6em;}
.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:0.85em; letter-spacing:-0.05em; line-height:1.5em;}
}


/*  commnuity */
.boardCon { position:relative; width:80%; max-width:1440px; margin:0 auto;}
.boardImg {  width:100%; margin:5% auto;  z-index:1;}
.borderCon { position:relative; width:56%; height:calc(100vh - 180px); left:41.5%; top:130px; background:url(../images/bg/white_70.png); z-index:3;}
.board_frame { display:block; width:100%; margin:0 auto; padding:2em; }


@media  (max-width: 1280px){

.boardCon { width:92%;}

}

@media  (max-width: 1024px){
.boardCon { width:94%;}
}


/* reser02 예약하기 */
.reser02 .box_cont {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
  margin: 50px 0;
}
.reser02 .box_cont .box {
  position: relative;
  width: 80%;
  max-height: 300px;
  overflow: hidden;
  border: 1px solid #a39481;
  border-radius: 10px;
  box-shadow: 3px 3px 3px #b1aa9d !important;
}
.reser02 .box_cont .box .text {
  position: absolute;
  top: 8%;
  left: 3%;
  width: max-content;
  line-height: 1.7;
  color: #726459;
}
.reser02 .box_cont .box .text h2 {
  font-size: 35px;
  margin-bottom: 15px;
}
.reser02 .box_cont .box .text p {
  font-size: 25px;
}

.reser02 .box_cont .box a {
  display: block;
  position: absolute;
  right: 3%;
  bottom: 5%;
  width: max-content;
  padding: 20px 25px 17px;
  border-radius: 10px;
  font-size: 30px;
  font-family: 'HakgyoansimBareondotumR', 'sans-serif'; 
  font-weight: bold;
  letter-spacing: 2px;
  color: #fff;
  background-color: #a08c7c;
}
.reser02 .box_cont .box a:hover  {
  background-color: #5e5249;
}
.reser02 .box_cont .box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .reser02 .box_cont {gap: 30px;}
  .reser02 .box_cont .box {width: 90%;}
  .reser02 .box_cont .box .text h2 {font-size: 28px;}
  .reser02 .box_cont .box .text p {font-size: 20px;}
  .reser02 .box_cont .box a {font-size: 24px; padding: 18px 20px 15px;}
}
@media (max-width: 768px) {
  .reser02 .box_cont {gap: 20px; padding: 0 5%;}
  .reser02 .box_cont .box {width: 100%; min-height: 160px;}
  .reser02 .box_cont .box .text { 
    top: 11%;
    left: 4%;
    line-height: 1.3;
  }
  .reser02 .box_cont .box .text h2 {font-size: 22px;}
  .reser02 .box_cont .box .text p {font-size: 14px;}
  .reser02 .box_cont .box a {
    right: 1%;
    bottom: 3%;
    font-size: 17px; padding: 9px 15px 7px;
  }
}
@media(max-width:380px){
  .reser02 .box_cont .box .text p {font-size: 13px;}
}