/***************************************** ·Ñ¸µ¹è³Ê¿¡ »ç¿ëµÈ °øÅë ÁÂ¿ì¹öÆ° ÇÏ´Ü ¿µ¿ª ¹öÆ° ***************************************/
body::before{content:"";  position:fixed;  top:0;  left:0;  width:100%;  height:100%;  background:#FCF7F5 url("../../img/bg.jpg") no-repeat center bottom; background-size: cover;  background-position: center calc(100% - 70px); z-index:-1;}

/* ·Ñ¸µ¹è³Ê °øÅë ÀÌÀü ´ÙÀ½ Àç»ý¹öÆ° */
.prev, .next {border-radius:50%; top:37%; position:absolute; width:70px; height:70px; display:block; cursor:pointer; z-index:10; background-color:rgba(255,255,255,0.2); background-position:center center; background-repeat:no-repeat; backdrop-filter:blur(3px); transition:all 0.3s ease; box-shadow: 0 0  8px rgba(79, 75, 72, 0.3);   text-indent:-9999px; background-size:25px; outline: none;}
.prev::before,
.next::before {content:""; position:absolute; inset:4px; border-radius:50%;  border:1px dashed rgba(177,163,152,0.5);  pointer-events:none;}
.prev {left:-6%; background-image:url(../../img/main_prev.png); }
.next {right:-6%; background-image:url(../../img/main_next.png); }
.prev:hover, .next:hover { transform:scale(1.1);  background-color:rgba(255,255,255,0.6); } 
.next:focus, .prev:focus {outline: none; box-shadow: none;}

@media screen and (max-width:1280px) {
.prev,
.next {width:55px; height:55px;}
}

@media screen and (max-width:767px) {
.prev,
.next {width:36px; height:36px; background-size:15px;}
.prev::before,
.next::before {inset:2px;}
} 


 
/* ÇÏ´Ü ·Î¿øÇü ¹öÆ° */
.slick-dots{ position: absolute;  left: 50%;  transform: translateX(-50%); bottom:-50px;   margin: 0;  padding: 0;  list-style: none;  text-align: center;z-index:100000;}
.slick-dots li {display: inline-block;margin: 0 6px;}
.slick-dots li button {width:15px;height:15px; border-radius: 50%;   background:#6C6460; opacity:0.3;  box-sizing:border-box border: none;text-indent: -9999px;overflow: hidden;padding: 0;cursor: pointer;transition: background 0.3s;}
.slick-dots li.slick-active button {  opacity:1; } 

@media screen and (max-width:1024px) {
.slick-dots {bottom:-30px; }
.slick-dots li {margin: 0 4px;}
.slick-dots li button {width:10px; height:10px;}
}




 




/*********************************¸ÞÀÎ ÅÇ¹öÆ° ¸Þ´º *********************************/ 
.sec3-tab{position:relative; display:flex; flex-wrap:wrap;   justify-content:center;  max-width:1000px; border-radius:40px; margin:20px auto; text-align:center; }
.sec3-tab a{position:relative;  background: rgba(184,173,160,0.2);  padding:20px 30px; line-height:1; border-radius:40px;  font-size:21px; color:#74706E; box-sizing:border-box; z-index:2; border:1px solid rgba(184,173,160,0.2); margin:5px; font-weight:700; 
font-family: 'MaruBuri';  transition:all .4s; text-align:center;}
.sec3-tab a.active{background-color:#fff;  border:1px solid rgba(184,173,160,0.7);}

/*** ÅÇ ÄÁÅÙÃ÷ ¹Ú½º***/ 
.content_box {position:relative;}
.sec3-content{display:block;  position:absolute; left:0; top:0; z-index:1; opacity:0; width:100%;}
.sec3-content.active{display:block; position:relative; opacity:1; z-index:2;}

@media screen and (max-width:1440px){
.sec3-tab a{ font-size:19px;}
}

@media screen and (max-width:1024px){
.sec3-tab a{ font-size:17px;}
}

@media screen and (max-width:767px){ 
.sec3-tab{margin:11px auto;}
.sec3-tab a{padding:11px 14px; font-size:14px;  margin:2px;}

/*** ¸ð¹ÙÀÏ¿¡¼­ ÅØ½ºÆ® ÁÙ¹Ù²Þ***/ 
.sec3-tab a span {width:100%; display:block;}
}









/******************* ¼½¼Ç1. ¸ÞÀÎ ¿µ»ó°ú ÀÌ¹ÌÁö ·Ñ¸µ***********************/
.c_full {position:relative; width:100%;  height: calc(100vh - 70px);}
.main_item {overflow:hidden;width: 100%;}

/**** ¹è°æÀÌ¹ÌÁö ****/
.main_item .bg {position:absolute; top:0; left:0; width:100%;  height:100% !important; background-repeat:no-repeat; background-size:cover; }
.main_item .bg_mo {display:none;}
.main_item .bg  {transform: scale(1.1);  opacity:1;  transition:0.9s 0.6s; }
.main_item.swiper-slide-active .bg{opacity:1; transform: scale(1);  opacity:1; transition:0.9s 0.6s; }
.c_full .swiper-slide-active .text_g{opacity:1; transition:1.5s 0.9s;  }
.c_full .section_inner {width:100%;  height:100%;}
.mainslide {position: relative;  width:100%; height:100% !important; }
.mainslide .main_item.swiper-slide-active .bg {transition-delay:0.8s;}

/***** ÅØ½ºÆ® ¹Ú½º *****/
.main_item .text_g {position: absolute; top: 50%; z-index:5;  left:11%; transform: translate(-0%,-50%);  top:45%; width:88%; text-align:left; }
.main_item .text_g .text_wrap {position:relative;}

/* Å«ÆùÆ® ÅØ½ºÆ® */
.main_item .text_g .txt1{ line-height:1; font-size:75px;font-weight:800; font-family: 'MaruBuri'; color:#6C605A;}

/* ÀÛÀº ¼³¸í±Û */
.main_item .text_g .txt3  {padding-top:20px;  font-size:22px; font-weight:600; font-family: 'MaruBuri'; line-height:1.6; position: relative;  color:#6C605A;}
.main_item .text_g .txt3 b{display:block;  font-size:1.4em;  letter-spacing:0; padding:5px 0; }

/* Ã¼Å© Æ÷ÀÎÆ®  */
.main_benefit{ margin:25px 0 0;  padding:0;  list-style:none;  display:flex;  flex-direction:column;  gap:10px;}
.main_benefit li{ position:relative; padding-left:34px; font-size:18px; font-weight:600; color:#6C605A; font-family:'MaruBuri'; }
.main_benefit li:before{ content:"\2713"; position:absolute; left:0; top:1px; width:23px; height:23px; border-radius:50%; display:flex; align-items:center; justify-content:center; background:rgba(207,193,182,0.35); color:#7A6B64; font-size:14px; line-height:1;}

/* ´õº¸±â ¹öÆ° */
.btn-book {display:inline-flex; align-items:center;  justify-content:center; margin-top:35px; min-width:200px; height:50px; padding:0 38px; background:#bfae9f;    color:#fff; font-size:14px; letter-spacing:0.12em; font-weight:700; text-decoration:none; border-radius:999px;
 box-shadow: inset 0 1px 0 rgba(255,255,255,0.35), 0 10px 24px rgba(0,0,0,0.10); transition:all 1s ease;}
.btn-book:hover{ background:#A79584; transform:translateY(-2px); box-shadow: inset 0 1px 0 rgba(255,255,255,0.35), 0 14px 32px rgba(0,0,0,0.14);}

/* ÁÂ¿ì È­»ìÇ¥ ¹öÆ° */
.mainslide .main_arrow {width:60px;  height:60px;  cursor: pointer;  outline: none;  user-select: none;  position: absolute;  top: 50%;  transform: translateY(-50%);  z-index: 1000;  border-radius: 50%; background-color: rgba(255, 255, 255, 0.8);   backdrop-filter: blur(4px);  box-shadow: 0 4px 12px rgba(0,0,0,0.2);  transition: all 0.25s ease;}
.mainslide .main_prev { left: 2%;  background: url(../../img/main_prev.png) no-repeat center / 30px;}
.mainslide .main_next { right: 2%;  background: url(../../img/main_next.png) no-repeat center / 30px;}
.mainslide .main_arrow:hover { background-color: rgba(255, 255, 255, 0.85);  box-shadow: 0 6px 18px rgba(0,0,0,0.12);  transform: translateY(-50%) scale(1.05);}

/* ³Ñ¹ö */
.slide_num {margin-top:26px;font-family:'MaruBuri'; color:#6C605A;  bottom:12%;  opacity:0.55;  font-size:18px;letter-spacing:0.08em; user-select:none;   z-index:2000000; position:absolute; left:11%;z-index:1000; display:flex; align-items:center; gap:12px;}
.slide_num b {font-size:26px; opacity:1;  font-weight:800;}
.slide_num span {margin:0 10px;  opacity:0.6;}

/* µ¿±Û¹Ù ¹öÆ°*/
.mainslide .main_pagination{ position:absolute; left:11%; bottom:8%; z-index:1000;  display:flex;  align-items:center;  gap:12px;}
.mainslide .main_pagination > span.swiper-pagination-bullet{width:10px;height:10px; margin:0; border-radius:50%; background:#6C605A; opacity:0.22; transition:all .25s ease;}
.mainslide .main_pagination > span.swiper-pagination-bullet-active{  width:34px;  border-radius:999px;  opacity:0.55;}

/* swiper-slide-active */
.main_item .text_g .txt1  {transition:0.5s; opacity:0; transform:translateY(60px); }
.main_item.swiper-slide-active .text_g .txt1 {opacity:1; transform:translateY(0px); transition:0.9s 0.6s;}

.main_item .text_g .txt3  {transition:0.5s; opacity:0; transform:translateY(-60px); }
.main_item.swiper-slide-active .text_g .txt3 {opacity:1; transform:translateY(0px); transition:0.9s 0.6s;}

.main_item .text_g .main_benefit  {transition:0.5s; opacity:0; transform:translateX(60px); }
.main_item.swiper-slide-active .text_g .main_benefit {opacity:1; transform:translateX(0px); transition:0.9s 0.6s;}

.main_item .text_g .btn-book  {transition:0.5s; opacity:0; transform:translateX(-60px); }
.main_item.swiper-slide-active .text_g .btn-book {opacity:1; transform:translateX(0px); transition:0.9s 0.6s;}


@media screen and (max-width:1600px){
/* Å«ÆùÆ® ÅØ½ºÆ® */
.main_item .text_g .txt1 {font-size:70px;}

/* ÀÛÀº ¼³¸í±Û */
.main_item .text_g .txt3  { font-size:20px; }
}





@media screen and (max-width:1440px){
/* Å«ÆùÆ® ÅØ½ºÆ® */
.main_item .text_g .txt1 {font-size:65px;}

/* ÀÛÀº ¼³¸í±Û */
.main_item .text_g .txt3  { font-size:18px; }
}




@media screen and (max-width:1280px){
/* Å«ÆùÆ® ÅØ½ºÆ® */
.main_item .text_g .txt1 {font-size:56px;}

/* ÀÛÀº ¼³¸í±Û */
.main_item .text_g .txt3  { font-size:16px;}
}





@media screen and (max-width:1024px){
.c_full { height: calc(100vh - 80px);}

/* Å«ÆùÆ® ÅØ½ºÆ® */
.main_item .text_g .txt1 {font-size:46px;}

/* ÀÛÀº ¼³¸í±Û */
.main_item .text_g .txt3  { font-size:15px;}

/* Ã¼Å© Æ÷ÀÎÆ®  */
.main_benefit li{padding-left:28px; font-size:13px;}
.main_benefit li:before{width:18px; height:18px;  font-size:11px;}


/* ¹öÆ° */
.btn-book {margin-top:20px; min-width: 130px; height:32px; padding: 0 20px;  font-size:12px;}

/* ³Ñ¹ö */
.slide_num {margin-top:21px;}
.slide_num b {font-size:21px;}

/* µ¿±Û¹Ù ¹öÆ°*/
.mainslide .main_pagination{ gap:10px;}
.mainslide .main_pagination > span.swiper-pagination-bullet{width:10px;height:10px;}

}




@media screen and (max-width:767px){
/**** ¹è°æÀÌ¹ÌÁö ****/
.main_item .bg_pc {display:none;}
.main_item .bg_mo {display:block;}



/***** ÅØ½ºÆ® ¹Ú½º *****/
.main_item .text_g {position: absolute; top: 50%; z-index:5;  left:50px; transform: translate(-0%,0%);  top:120px; width:88%; text-align:left; }
.main_item .text_g .text_wrap {position:relative;}



/* ÁÂ¿ì È­»ìÇ¥ ¹öÆ° */
.mainslide .main_arrow {width:30px;  height:30px; }
.mainslide .main_prev,
.mainslide .main_next {background-size:17px;}



/* Å«ÆùÆ® ÅØ½ºÆ® */
.main_item .text_g .txt1 {font-size:37px;}

/* ÀÛÀº ¼³¸í±Û */
.main_item .text_g .txt3  { font-size:14px;}

/* Ã¼Å© Æ÷ÀÎÆ®  */
.main_benefit{ margin:20px 0 0; gap:8px;}
.main_benefit li{padding-left:20px; font-size:12px;}
.main_benefit li:before{width:15px; height:15px;  font-size:10px;}


/* ¹öÆ° */
.btn-book {margin-top:20px; min-width: 130px; height:32px; padding: 0 20px;  font-size:12px;}

/* ³Ñ¹ö */
.slide_num {margin-top:21px;}
.slide_num b {font-size:21px;}

/* µ¿±Û¹Ù ¹öÆ°*/
.mainslide .main_pagination{ gap:10px;}
.mainslide .main_pagination > span.swiper-pagination-bullet{width:10px;height:10px;}
}
 









/******************* ¼½¼Ç2. 3°³ ¹Ú½º // ³ª¸¦ À§ÇÑ ÇÁ¸®¹Ì¾ö ÄÉ¾î ·çÆ¾  ***********************/
.con_block3 {width:100%; padding:2% 0 7% 0;}

/* ¹Ú½º */
.con_block3 ul {display:flex; align-items:stretch; flex-wrap:wrap; margin:0 auto;  max-width:1320px; width:100%; }
.con_block3 ul.cb_box li{ width:380px; height:380px; display:flex; background:rgba(255,255,255,0.3); margin:0 30px; border-radius:50%; overflow:visible; isolation:isolate; background-size:cover;  background-position:center;  background-repeat:no-repeat; }
.con_block3 ul.cb_box li dl{ position:relative; width:100%; height:100%; padding:40px 3%; border-radius:50%; border:1px solid rgba(220,205,195,0.65); box-shadow:-10px 14px 40px rgba(160,140,130,0.18), -18px 10px 60px rgba(180,150,140,0.16); 
box-sizing:border-box;}
.con_block3 ul.cb_box li dl::before{content:"";position:absolute; inset:-10px;  border-radius:50%; pointer-events:none;  
z-index:5;  background: radialgradient( circle at 50% 85%,  rgba(255,255,255,0) 58%, rgba(255,255,255,0.95) 69%,rgba(255,255,255,0.25) 76%, rgba(255,255,255,0) 84%);opacity:.9; mix-blend-mode: normal; }
.con_block3 ul.cb_box li dl::after{ content:""; position:absolute; inset:-10px; border-radius:50%;  pointer-events:none;  z-index:4; box-shadow:0 18px 40px rgba(0,0,0,0.10), 0 30px 70px rgba(255,255,255,0.25);}

/* Å¸ÀÌÆ² */
.con_block3 ul.cb_box li dl dt {text-align:center; font-size:30px; font-family: 'MaruBuri';  font-weight:700;  line-height:1; color:#5f5a57; text-align:center;}

/* °£·« ¼³¸í */
.con_block3 ul.cb_box li dl dd {font-size:16px; text-align:center; line-height:1.7; padding:20px 40px 0;  position:relative;}

/*  ¾ÆÀÌÄÜ */
.con_block3 ul.cb_box li dl dt {padding-top:140px; background-position: center top; background-size:120px; background-repeat:no-repeat; z-index:100;}
.con_block3 ul.cb_box li:nth-child(1)  dl dt { background-image:url(../../img/box3_icon1.png);}
.con_block3 ul.cb_box li:nth-child(2)  dl dt { background-image:url(../../img/box3_icon2.png);}
.con_block3 ul.cb_box li:nth-child(3)  dl dt { background-image:url(../../img/box3_icon3.png);}
.con_block3 ul.cb_box li dl >*{ position:relative; z-index:3; }

/*********************************ÅØ½ºÆ® ¸ð¼Ç*********************************/ 
.con_block3 ul.cb_box li dl span {position: relative;display: inline-block; z-index: 0;}
.con_block3 ul.cb_box li dl span::after { content: ""; position: absolute; bottom:2px;left: 0; width:0%; height:8px; background-color:#D8CFC4; z-index:-1;}
.con_block3 ul.cb_box li dl span.active::after {  animation: underline 3s ease forwards; }
@keyframes underline {
 from {width:0;}
 to {width:100%;}
}



@media screen and (max-width:1400px) {
/* ¹Ú½º */
.con_block3 ul {max-width:1110px;}
.con_block3 ul.cb_box li{ width:310px; height:310px; }
.con_block3 ul.cb_box li dl{ padding:30px 2%;}

/* Å¸ÀÌÆ² */
.con_block3 ul.cb_box li dl dt {font-size:26px;}

/* °£·« ¼³¸í */
.con_block3 ul.cb_box li dl dd {font-size:14px; padding:20px 20px 0; }
/*  ¾ÆÀÌÄÜ */
.con_block3 ul.cb_box li dl dt {padding-top:120px; background-size:100px;}
}



@media screen  and (max-width:1150px) {
/* ¹Ú½º */
.con_block3 ul {max-width:960px;}
.con_block3 ul.cb_box li{ width:280px; height:280px; margin:0 20px; }
.con_block3 ul.cb_box li dl::after{  inset:-7px; }

/* Å¸ÀÌÆ² */
.con_block3 ul.cb_box li dl dt {font-size:23px; }

/* °£·« ¼³¸í */
.con_block3 ul.cb_box li dl dd {padding:10px; }

/*  ¾ÆÀÌÄÜ */
.con_block3 ul.cb_box li dl dt {padding-top:100px;  background-size:90px; }
}


@media screen  and (max-width:980px) {
/* ¹Ú½º */
.con_block3 ul {max-width:320px;}
.con_block3 ul.cb_box li{ margin:20px;}
.con_block3 ul.cb_box li dl::after{inset:-7px;}
}


@media screen  and (max-width:768px) {
/* ¹Ú½º */
.con_block3 ul {max-width:250px;}
.con_block3 ul.cb_box li{width:250px; height:250px; margin:20px 0px;}
.con_block3 ul.cb_box li dl::before{ inset:-7px;}

/* Å¸ÀÌÆ² */
.con_block3 ul.cb_box li dl dt {font-size:21px; }

/* °£·« ¼³¸í */
.con_block3 ul.cb_box li dl dd {font-size:13px;}

/*  ¾ÆÀÌÄÜ */
.con_block3 ul.cb_box li dl dt {padding-top:80px;  background-size:70px; }
}








/*********************************************************¸ÞÀÎ ¼½¼Ç 3. MENU  ¸Þ´º*************************************************************/
.menu-tab {margin-top:120px;}
.all_menu_area .top_tit { padding-top:2%; }

/* ¹è°æ*/
.all_menu_area { position:relative; text-align:center;  padding:0 0 150px; }
.all_menu {position:relative; text-align:center; width:96%; margin:0 auto; padding:0; } 

/*¹è³Ê¹Ú½º */
.menu_li{ position:inherit; padding:6px; box-sizing:border-box; position:relative;  width:90%; max-width:1500px; margin:0 auto; background: rgba(255, 255, 255, 0.5);  border-radius:11px;  box-shadow:1px 1px 10px rgba(0,0,0,0.15); } 
.menu_li div.menu_box {text-align:left; }
.menu_li dl{overflow:hidden;   margin:6px; height:100%; display:flex; flex-direction:column; justify-content:space-between; position:relative; border:1px solid rgba(184,173,160,0.3); border-radius:11px;   }
.menu_li dl dt{position:relative; } 
.menu_li dl dt img{max-width:100%;height:auto;display:block;margin:0 auto; } 

/* new ¹öÆ° */
.menu_li dl dt span.new{ position:absolute; left:0px; top:0px; box-shadow:1px 1px 5px rgba(0,0,0,0.15); color:#fff; border-radius:10px 10px 10px 0; background:rgba(216, 207, 196, 0.7);  padding:5px 13px; display:block;  
font-size:15px; animation: blinkBg 1s ease-in-out infinite;}

/* ¹ÝÂ¦ È¿°ú */
@keyframes blinkBg {
  0%  { background:rgba(216, 207, 196, 0.7);  }
  50% { background:rgba(216, 207, 196, 1);   }
  100%{  background:rgba(216, 207, 196, 0.7);   }
}

/* ÅØ½ºÆ® ¹Ú½º*/
.menu_li dl dd { position: relative; text-align:center; padding-bottom:25px; width:80%; margin:0 auto; background: rgba(255, 255, 255, 0.2); }

/* ÅØ½ºÆ® - Å¸ÀÌÆ² */
.menu_li dl dd b{display:inline-block; font-size:22px; line-height:1.3; padding:30px 0 10px;  font-weight:700;  color:#74706E;    font-family: 'MaruBuri';  position: relative; z-index:2;}

/* ÅØ½ºÆ® - Å¸ÀÌÆ² ¿µ¹® ¿¬ÇÑ±Û */
.menu_li dl dd b span{  padding-bottom:10px;  font-weight:300;  font-size:0.8em;  font-family: 'MaruBuri';  color:#B8ADA0; display:block;}

/* ÅØ½ºÆ® - ÀÛÀº±Û ¼³¸í±Û */
.menu_li dl dd p {font-size:16px; line-height:1.5;  opacity:0.8;}




@media screen and (max-width:1440px) {

/* new ¹öÆ° */
.menu_li dl dt span.new{border-radius:5px 5px 5px 0; font-size:13px;}

/* ÅØ½ºÆ® - Å¸ÀÌÆ² */
.menu_li dl dd b{ font-size:21px; padding:30px 0 10px;}

/* ÅØ½ºÆ® - Å¸ÀÌÆ² ¿µ¹® ¿¬ÇÑ±Û */
.menu_li dl dd b span{ padding-bottom:7px;}

/* ÅØ½ºÆ® - ÀÛÀº±Û ¼³¸í±Û */
.menu_li dl dd p {font-size:15px;}
}




@media screen  and (max-width:1280px) {
/* ÅØ½ºÆ® ¹Ú½º*/
.menu_li dl dd { padding-bottom:18px; }

/* ÅØ½ºÆ® - Å¸ÀÌÆ² */
.menu_li dl dd b{ font-size:19px; padding:20px 0 7px;}

/* ÅØ½ºÆ® - Å¸ÀÌÆ² ¿µ¹® ¿¬ÇÑ±Û */
.menu_li dl dd b span{ padding-bottom:5px;}

/* ÅØ½ºÆ® - ÀÛÀº±Û ¼³¸í±Û */
.menu_li dl dd p {font-size:14px;}
}




@media screen  and (max-width:786px) {
.menu-tab {margin-top:70px;}

/* ¹è°æ*/
.all_menu_area { padding:0 0 100px; }

/*¹è³Ê¹Ú½º */
.menu_li{ max-width:400px;   border-radius:7px; } 
.menu_li dl{ border-radius:7px; }
}



 



/******************* ¼½¼Ç4. ¼Ò°³ ·Ñ¸µ¹è³Ê ***********************/
.mreview { position:relative; text-align:center; background:#F3F2EF url('../../img/bg_r.jpg') no-repeat center center; background-size:cover;overflow:hidden; min-height:800px;display:flex; align-items:center;  justify-content:center; }
.mreview::before {content:""; position:absolute; top:0; left:0; width:100%; height:100%;  z-index:1;}
.mreview > * {position:relative; z-index:2;}

/**** ÁÂ¿ì ¸®ºä Ä«µå ·Ñ¸µ ****/
.mreview .popup_li {position:absolute; top:0; width:280px;}
.gall_review1 {left:40px;}
.gall_review2 {right:40px;}
.mreview .popup_li img {width:96%; position:relative; margin:2%;box-shadow: 3px 3px 8px rgba(0,0,0,0.1); transition: all 0.35s ease-in-out; border-radius:19px; border:8px solid  rgba(255,255,255,0.6); }
.mreview .gb_arlim { max-width:100%; width:100%; }

/* ÀÎ»ç±Û */
.since-bottom { position:relative;  margin:0 auto;   text-align:center;  width: calc(100% - 640px);}
.since-wrap {margin-bottom:40px;}
.since { font-size:15px;letter-spacing:0.25em;color:rgba(0,0,0,0.45); font-weight:400; margin-bottom:6px;}
.year {font-size:48px; font-family:'MaruBuri'; font-weight:400; color:#4F4B48;  position:relative; display:inline-block; padding-bottom:12px;}
.year::after {content:"";  position:absolute;  left:50%;  bottom:0;  width:40px;  height:1px;  background:rgba(79,75,72,0.4);  transform:translateX(-50%);}
.since-bottom p.top-text { font-size:23px;  font-weight:400;  line-height:1.7;  margin-bottom:30px;  color:#3f3a36;}
.since-bottom h2 { font-size:50px; font-weight:400; line-height:1.2; font-family:'MaruBuri';  margin-bottom:45px;  color:#2f2b28;}
.since-bottom h2 span {font-weight:700;}
.since-bottom p.note {font-size:19px;  line-height:1.8;  color:#5a5450;}
@media (max-width:1440px){
/**** ÁÂ¿ì ¸®ºä Ä«µå ·Ñ¸µ ***/
.mreview .popup_li {width:250px;}
.gall_review1 { left:20px;}
.gall_review2 {right:20px;}
/* ÀÎ»ç±Û */
.since-bottom {width: calc(100% - 540px);}
.year::after {content:"";  position:absolute;  left:50%;  bottom:0;  width:40px;}
.since-bottom p.top-text { font-size:22px; }
.since-bottom h2 { font-size:45px;  margin-bottom:40px;}
.since-bottom p.note {font-size:18px;}
}

@media (max-width:1280px){
/**** ÁÂ¿ì ¸®ºä Ä«µå ·Ñ¸µ ***/
.mreview .popup_li {width:200px;}
.mreview .popup_li img {border-width:5px; }

/* ÀÎ»ç±Û */
.since-bottom {width: calc(100% - 440px);}
.since-wrap {margin-bottom:40px;}
.since { font-size:14px;}
.year {font-size:44px;}
.year::after {content:"";  position:absolute;  left:50%;  bottom:0;  width:40px;}
.since-bottom p.top-text { font-size:21px; margin-bottom:20px;}
.since-bottom h2 { font-size:40px;  margin-bottom:35px;}
.since-bottom p.note {font-size:17px;}
}

@media (min-width:1024px){
.gall_review2 {transform: scaleY(-1); transform-origin: center;}
.gall_review2 .slick-slide{transform: scaleY(-1);}
}





@media (max-width:1024px){
.mreview{ height:auto;  min-height:auto; padding:50px 0; background-position:center center;  display:flex;flex-direction:column;  align-items:stretch;  justify-content:flex-start;}
/* ÀÎ»ç±Û */
.since-bottom{width:100%; order:1; margin-bottom:50px;}
.since { font-size:13px;}
.year {font-size:40px;}
.year::after {width:20px;}
.since-bottom p.top-text { font-size:18px; margin-bottom:15px;}
.since-bottom h2 { font-size:35px;  margin-bottom:25px;}
.since-bottom p.note {font-size:16px;}


.mreview .popup_li{position:relative;  top:auto; left:auto; right:auto; bottom:auto; width:100%;height:auto;order:2; }
.gall_review2{ order:3; } 
.mreview .popup_li img{border-radius:9px; }
.mreview .slick-list{ width:100%; }
.mreview .slick-track{ display:flex; align-items:stretch; }
.gall_review2{ transform: scaleX(-1); transform-origin:center; }
.gall_review2 .slick-slide{ transform: scaleX(-1); }
}


@media (max-width:767px){
/* ÀÎ»ç±Û */
.since-bottom{ margin-bottom:40px;}
.year {font-size:35px;}
.since-bottom p.top-text { font-size:16px;}
.since-bottom h2 { font-size:27px; }
.since-bottom p.note {font-size:14px;}
}

 
 




/******************* ¼½¼Ç5. ÀÌº¥Æ® ÆË¾÷ ·Ñ¸µ¹è³Ê ***********************/
.store {width: 100%; padding:30px 0;  overflow:hidden;}

/**³×ÀÌ°ÔÀÌ¼Ç ¹Ù**/
.store_slide>.store_pagination {position: relative; width:94%; margin:40px auto; height:5px; background:#fff;   border-radius:8px; }
.store_slide>.store_pagination>span {background:#6C6460;  border-radius:8px;}

/** ÀÌ¹ÌÁö ¹Ú½º **/
.store_item { width:450px; margin-left:3%; position: relative; overflow: hidden; transition: transform 0.6s ease, filter 0.5s ease;   border-radius:20px;}

/** ÆË¾÷ **/
.img_popup{ position:fixed; inset:0; z-index:999999999999999999999999; display:none; }
.img_popup.is_open{ display:block; }
.img_popup_bg{ position:absolute; inset:0; background:rgba(0,0,0,0.55); opacity:0; transition:opacity .25s ease; }
.img_popup.is_open .img_popup_bg{ opacity:1; }
.img_popup_inner{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); max-width:100vw; width:100%; max-height:100vh; opacity:0; transition:opacity .25s ease, transform .25s ease; }
.img_popup.is_open .img_popup_inner{ opacity:1; transform:translate(-50%,-50%) scale(1); }
.img_popup_close{ position:absolute; top:10px; right:10px; width:44px; height:44px; border:0; background:rgba(0,0,0,0.35); color:#fff; font-size:26px; line-height:44px; border-radius:10px; cursor:pointer; z-index:3; }
.img_popup_scroller{  padding-top:3%;   max-width:100vw;  max-height:100vh;  overflow:auto;  background:transparent;  box-shadow:none;  border-radius:0;  line-height:0; }
.img_popup_img{ display:block; width:auto;  height:auto; max-width:100%; max-height:none; margin:0 auto; }
.img_popup_fade{ position:sticky; bottom:0; left:0; width:100%; height:180px; margin-top:-180px; pointer-events:none;display:none;
background:linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.22) 35%, rgba(0,0,0,0.62) 72%,rgba(0,0,0,0.92) 100%);}
.img_popup_scroller.has_scroll .img_popup_fade{ display:block; }
.img_popup_scroller::-webkit-scrollbar{ width:10px; }
.img_popup_scroller::-webkit-scrollbar-track{ background:rgba(255,255,255,0.08); border-radius:10px; }
.img_popup_scroller::-webkit-scrollbar-thumb{ background:rgba(255,255,255,0.28); border-radius:10px; }
.img_popup_scroller::-webkit-scrollbar-thumb:hover{ background:rgba(255,255,255,0.38); }

@media screen and (max-width:1440px) {
/** ÀÌ¹ÌÁö ¹Ú½º **/
.store_item {width:400px;}
}

@media screen and (max-width:1024px) {
/**³×ÀÌ°ÔÀÌ¼Ç ¹Ù**/
.store_slide>.store_pagination { margin:20px auto;}

/** ÀÌ¹ÌÁö ¹Ú½º **/
.store_item {width:350px; border-radius:10px;}
}

@media screen and (max-width:786px) {
/** ÀÌ¹ÌÁö ¹Ú½º **/
.store_item {width:300px;}
}
 
@media screen and (max-width:500px) {
/** ÀÌ¹ÌÁö ¹Ú½º **/
.store_item {width:240px;}
}
 





/********************************************* ¼½¼Ç6. Ã¢¾÷ÀýÂ÷ ¾È³» *************************************************/
.procress { position: relative; padding:0 0 100px;}
.procress .box01 {padding:0; text-align: center; }
.procress .box01 ul { max-width:1340px; width:94%; margin:0 auto; display: flex; flex-wrap: wrap; justify-content: center; }
.procress .box01 ul li { position: relative; width:24%;  float:left; background:#fff; margin:15px 0.5%; border:1px solid rgba(184,173,160,0.5); padding:50px 40px 40px; border-radius:20px; transition: all 0.4s ease; text-align:left;}
.procress .box01 ul li:hover { transform: scale(1.05); }

/* ¼ýÀÚ */
.procress .box01 ul li .step-num { position:absolute; right:10%; top:-10px; z-index:10px; font-size:22px; font-weight:900; color: #fff; background:#B8ADA0; border-radius:5px; border:1px solid #C1ABA5; padding:10px 3px; }

/* ÅØ½ºÆ® */
.procress .box01 ul li .text-wrap {  text-align:left;  width:100%; display:block; }
.procress .box01 ul li .text-wrap .title { width:100%; font-size:25px; color: #4F4B48; line-height:1.2; font-weight: bold; margin-bottom:12px; }
.procress .box01 ul li .text-wrap .desc { width:100%; margin:0 auto; font-size:18px; color: #4F4B48; line-height: 1.7; word-break: keep-all; }

/* ¸¶Áö¸· Æ÷ÀÎÆ®  ´Ü°è */
.procress .box01 ul li:last-child  { background:#4F4B48;}
.procress .box01 ul li:last-child .text-wrap .title,
.procress .box01 ul li:last-child .text-wrap .desc {color:#fff; }
.procress .box01 ul li:last-child .text-wrap .desc {padding-right:52%;}

@media screen and (max-width:1440px) {
.procress .box01 ul li { padding:40px 25px 30px;}

/* ¼ýÀÚ */
.procress .box01 ul li .step-num {font-size:20px; }

/* ÅØ½ºÆ® */
.procress .box01 ul li .text-wrap .title { font-size:23px;}
.procress .box01 ul li .text-wrap .desc { font-size:17px; }
}



@media screen and (max-width:1024px) {
.procress .box01 ul li { width:49%; margin:10px 0.5%; }

/* ¼ýÀÚ */
.procress .box01 ul li .step-num {font-size:18px;}

/* ÅØ½ºÆ® */
.procress .box01 ul li .text-wrap .title {font-size:21px; margin-bottom:10px; }
.procress .box01 ul li .text-wrap .desc { font-size:15px; }
}



@media screen and (max-width:767px) {
.procress .box01 ul li { padding:20px 15px; border-radius:10px;}

/* ¼ýÀÚ */
.procress .box01 ul li .step-num {font-size:16px; padding:3px;}

/* ÅØ½ºÆ® */
.procress .box01 ul li .text-wrap .title {font-size:17px;}
.procress .box01 ul li .text-wrap .desc { font-size:13px; }
}


 


/*********************************************************¸ÞÀÎ ¼½¼Ç7. °¡°Ý¾È³» *************************************************************/
.franchise{ width:94%; max-width:1200px; margin:0 auto; background:transparent; border-radius:40px; padding:2% 0 5%; box-sizing:border-box; box-shadow: inset 0 0 0 1px rgba(255,255,255,0.55), inset 0 12px 30px rgba(255,255,255,0.65), 0 20px 60px rgba(160,140,130,0.18), 0 6px 18px rgba(160,140,130,0.10); }

/******************* Ã¢¾÷ºñ¿ë  ***********************/
table {border-collapse: collapse; width:92%; max-width:1000px; margin:0 auto; border-collapse: collapse;  border:0; border-spacing:0;  border-top:2px solid #B1A398;}
.tstyle_common th,
.tstyle_common td{border:0; border-bottom:1px solid rgba(0,0,0,0.1); padding:20px 10px; vertical-align:middle;  font-size:19px; }
.tstyle_common tbody th{ text-align:left; font-weight:700; letter-spacing:-0.04em; color:#6C6460; font-family: 'MaruBuri';}
.tstyle_common tbody th b{color:#B8ADA0; margin-right:7px;;}
.tstyle_common td.price{ text-align:right;  font-weight:600;   color:#A42A2E;}
.tstyle_common td.price::before{content:"£Ü";  display:inline-block;  margin-right:6px;  font-size:0.75em; font-weight:800;  opacity:.85;  transform:translateY(-1px);}
 
/* ÇÏ´Ü Ãß°¡ ¹®±¸ ÅØ½ºÆ® */
.txt_add {width:92%; max-width:1000px;  margin:20px auto; text-align:left;}
.txt_add li {padding:7px 0 7px 20px; position:relative; font-size:16px; color:#6C6460; }
.txt_add li:before { content: ''; position: absolute; top:40%; left:4px; width:7px; height:7px; z-index:100; display:block; background-size:100%; background:#6C6460; animation:rotate 6s linear infinite;}
.txt_add li b {color:#4F4B48;}
 
@media screen and (max-width:1024px) {
.franchise{border-radius:20px;}

.tstyle_common th,
.tstyle_common td{ padding:10px 5px;  font-size:17px; }
.txt_add li {padding:5px 0px 5px 15px;  font-size:14px; }
.txt_add li:before { left:2px; width:5px; height:5px; top:13px;}
}

@media screen and (max-width:767px) {
.tstyle_common th,
.tstyle_common td{ padding:7px 2px;  font-size:15px; }
.txt_add li {padding:5px 0px 5px 12px;  font-size:12px; }
.txt_add li:before {width:4px; height:4px; top:11px;}
}
 





/******************************************************************* ¸ÞÀÎ¼½¼Ç8. ¸®ºä ºñÆ÷ ¾ÖÇÁÅÍ  *************************************************************/
.m_interview {padding:0  0 160px 0; position:relative; position:relative; text-align:center; }
.m_interview .top_tit {margin-top:0;}
.m_interview .m_tit_big { top:auto; bottom:2%; transform:none;}
.m_interview .m_interview_li {padding:0; margin:0 auto;  width:90%; max-width:1500px; }

/* Ä«µå */
.m_interview_card {background:#ffffff; border-radius:20px; box-shadow:0 10px 10px rgba(0,0,0,0.08); overflow:hidden; margin:0 auto; width:92%; }

/* »ó´Ü ºê¶ó¿î ¹Ù */
.mi_topbar {display:flex; justify-content:space-between; align-items:center; background:#B4A293; color:#ffffff; padding:15px 8%;}
.mi_branch {font-size:20px; font-family: 'MaruBuri';  font-weight:700; }

/* ³»¿ë ·¹ÀÌ¾Æ¿ô */
.mi_info { align-items:center; padding:25px; margin:0; }

/* Æ÷ÅäºÎºÐ */
.mi_photo { flex-shrink:0;  position: relative text-align:center;}
.mi_photo img {max-width:100%; margin:0 auto; object-fit:cover;}
.mi_text {flex:1; text-align:left; margin:0;}

/* Å¸ÀÌÆ²/³»¿ë */
.mi_title {font-size:30px; font-weight:700; margin-bottom:25px; color:#B4A293;}
.mi_desc {font-size:16px; line-height:1.7; margin-top:20px; opacity:0.8; min-height:90px;}

@media screen and (max-width:1440px) {
/* »ó´Ü ºê¶ó¿î ¹Ù */
.mi_branch {font-size:19px; }

/* ³»¿ë ·¹ÀÌ¾Æ¿ô */
.mi_info { padding:20px;}

/* Å¸ÀÌÆ²/³»¿ë */
.mi_title {font-size:28px;  margin-bottom:20px;}
.mi_desc {font-size:15px;}
}


@media screen and (max-width:1024px) {
.m_interview {padding:0  0 130px 0;}

/* Ä«µå */
.m_interview_card {border-radius:10px;}

/* »ó´Ü ºê¶ó¿î ¹Ù */
.mi_topbar { padding:11px 4%;}
.mi_branch {font-size:17px; }

/* Å¸ÀÌÆ²/³»¿ë */
.mi_title {font-size:25px; margin-bottom:15px;}
.mi_desc {font-size:14px;margin-top:14px; min-height:70px;}
}



@media screen and (max-width:767px) {
/* »ó´Ü ºê¶ó¿î ¹Ù */
.mi_branch {font-size:15px; }

.mi_photo img {width:200px;}

/* Å¸ÀÌÆ²/³»¿ë */
.mi_title {font-size:22px;;}
.mi_desc {font-size:13pxmin-height:auto;}
}


