/***************************************** ·Ñ¸µ¹è³Ê¿¡ »ç¿ëµÈ °øÅë ÁÂ¿ì¹öÆ° ÇÏ´Ü ¿µ¿ª ¹öÆ° ***************************************/

/* ·Ñ¸µ¹è³Ê °øÅë ÀÌÀü ´ÙÀ½ Àç»ý¹öÆ° */
.prev, .next {border-radius:50%; top:37%; position:absolute; width:60px; height:60px; display:block; cursor:pointer; z-index:10; border:2px solid rgba(255,255,255,0.6); background-color:rgba(255,255,255,0.08); background-position:center center; background-repeat:no-repeat; backdrop-filter:blur(3px); transition:all 0.3s ease; box-shadow:0 6px 12px rgba(0,0,0,0.35); text-indent:-9999px; background-size:25px; outline: none;}

.prev {left:-80px; background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='15 6 9 12 15 18' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");} .next {right:-80px; background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='9 6 15 12 9 18' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");}

.prev:hover, .next:hover {background-color:rgba(255,255,255,0.2); transform:scale(1.1);} 
.next:focus, .prev:focus { outline: none; box-shadow: none;}
 
@media screen and (max-width:1280px) {
.prev,
.next {width:45px; height:45px; background-size:21px;}
.prev {left:-60px;}
.next {right:-60px;}
}

@media screen and (max-width:767px) {
.prev,
.next {width:36px; height:36px; background-size:17px;}
.prev {left:-25px;}
.next {right:-25px;}
} 


/* ÀÌÀü ´ÙÀ½ Àç»ý¹öÆ° ÇÏ¾á ¹ÙÅÁ¿¡¼­ ¿À·»Áö»ö ¹öÀü */
.color_btn .prev,
.color_btn .next {border:2px solid #F3A06D;}
.color_btn .prev {background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='15 6 9 12 15 18' fill='none' stroke='orange' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");}
.color_btn .next {background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='9 6 15 12 9 18' fill='none' stroke='orange' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");}

/* ÇÏ´Ü ¿øÇü ¹öÆ° */
.slick-dots { text-align: center; margin-top:20px; padding:0; list-style: none;}
.slick-dots li {display: inline-block;margin: 0 6px;}
.slick-dots li button {width: 12px;height: 12px; border-radius: 50%; background: rgba(255, 255, 255, 0.4); border: none;text-indent: -9999px;overflow: hidden;padding: 0;cursor: pointer;transition: background 0.3s;}
.slick-dots li.slick-active button { background:#fff; } 

@media screen and (max-width:1024px) {
.slick-dots { margin-top:10px;}
.slick-dots li {margin: 0 4px;}
.slick-dots li button {width:8px; height:8px;}
}

 






/*********************************¸ÞÀÎ ÅÇ¹öÆ° ¸Þ´º *********************************/ 
.sec3-tab{position:relative;display:flex;flex-wrap:wrap; width:900px; margin:0 auto;text-align:center;}
.sec3-tab a {flex:1;position:relative; background-color:#FFEDCE; padding:18px 30px; line-height:1.2; border-radius:15px 15px 0 0;  font-size:22px;color:#F3A06D;  margin:0 3px;  font-weight:600;  transition:all .4s;text-align:center;z-index:1;}
.sec3-tab a.active {background-color:#F3A06D; color:#fff;z-index:2; }

/****** ±Í¸ð¾ç *****/ 
.sec3-tab a::before {content:'';position:absolute;top:-8px;left:12%;width:20px;height:14px;background:#F3A06D;border-radius:60% 60% 0 0;transform:rotate(-15deg);opacity:0;transition:all 0.3s ease;z-index:-1;}
.sec3-tab a::after {content:'';position:absolute;top:-8px;right:12%;width:20px;height:14px;background:#F3A06D;border-radius:60% 60% 0 0;transform:rotate(15deg);opacity:0;transition:all 0.3s ease;z-index:-1;}
.sec3-tab a.active::before,
.sec3-tab a.active::after {opacity:1;}

/******¸ÞÀÎ ÅÇ¹öÆ° ÇÏ´Ã»ö *****/ 
.st_sky a.active,
.st_sky a::before,
.st_sky a::after{background-color:#AFDEE5;  }

.st_sky a { background-color: transparent; border:1px solid #AFDEE5;} 
.st_sky a{color:#AFDEE5;}

/*** ÅÇ ÄÁÅÙÃ÷ ¹Ú½º***/ 
.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{width:100%;}
.sec3-tab a{ font-size:20px;}
}

@media screen and (max-width:1024px){
.sec3-tab a{ font-size:18px;}
}

@media screen and (max-width:767px){ 
.sec3-tab a{font-size:13px; padding:11px 0;}
/*** ¸ð¹ÙÀÏ¿¡¼­ ÅØ½ºÆ® ÁÙ¹Ù²Þ***/ 
.sec3-tab a span {width:100%; display:block;}
}

 





/******************* ¼½¼Ç1. ¸ÞÀÎ ¿µ»ó°ú ÀÌ¹ÌÁö ·Ñ¸µ***********************/
.mainslide .main_prev {background:url(../../img/main_prev.png) no-repeat center / contain;margin-right: 45px;}
.mainslide .main_next {background:url(../../img/main_next.png) no-repeat center / contain;margin-left: 55px;}
.main_item {overflow:hidden;width: 100%;}
.main_item .bg {position: absolute; top:0; left:0; width:100%;  height:100% !important;   transform: scale(1.1); transition: transform 1.5s ease, opacity 1.5s ease;}
.mainslide .main_item.swiper-slide-active .bg {transform: scale(1);  transition-delay: 0.3s;}
 
.c_full .swiper-slide-active .text_g{opacity:1; transition:1.5s 0.9s;  }
.c_full {min-height:100vh;}
.c_full .section_inner {width:100%;  height:100vh;}
.mainslide {position: relative;  width:100%; height:100% !important;}
.mainslide:before,
.mainslide:after {content:"";position: absolute;top: 0;width: 50%;height: 100%;background: #f3f3f3;z-index: 10;}
.mainslide:before {left: 0;}
.mainslide:after {right: 0;}
.mainslide:before,
.mainslide:after {width: 0;transition:width 0.9s;}
.mainslide .main_item.swiper-slide-active .bg {transition-delay:0.8s;}

/* ÆäÀÌÂ¡ */
.mainslide .main_paging {position:absolute; bottom:80px; left:50%; transform:translate(-50%,0%); display:flex; justify-content:center; align-items:center; margin-left:5px; z-index:100;}
.mainslide .main_arrow {width:14px; height:27px; cursor:pointer; outline:none; box-shadow:none; -webkit-tap-highlight-color:transparent; user-select:none;}
.mainslide .slide_remote {margin-left:37px;}
.mainslide .slide_remote > span {cursor:pointer;}
.mainslide .slide_remote span.pause {display:block; width:10px; height:12px; border:3px solid #fff; border-top:none; border-bottom:none;}

/* ¿øÇü¹öÆ°*/
.mainslide .main_pagination > span.swiper-pagination-bullet {width:16px; height:16px; border:2px solid #fff; background:rgba(255,255,255,0.4); margin:0 8px; opacity:1; z-index:100; outline:none !important; box-shadow:0 0 5px rgba(0,0,0,0.3) !important; user-select:none; transition:all 0.3s ease;}
.mainslide .main_pagination > span.swiper-pagination-bullet-active {background:#FF8C42; border-color:#FF8C42; transform:scale(1.4); box-shadow:0 0 8px rgba(255,140,66,0.7) !important;}

/* 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 .txt2  {transition:0.5s; opacity:0; transform:translateY(-60px); position: relative;   z-index: 10;}
.main_item.swiper-slide-active .text_g .txt2 {opacity:1; transform:translateY(0px); transition:0.9s 0.6s;}
.main_item .text_g .txt_s  {transition:0.5s; opacity:0; transform:translateY(-60px); }
.main_item.swiper-slide-active .text_g .txt_s {opacity:1; transform:translateY(0px); transition:0.9s 0.6s;}

/* Áß¾Ó ¹®±¸ ÅØ½ºÆ® */
.main_item .text_g {position: absolute; top:48%;left: 50%;transform: translate(-50%,-50%);  z-index:100;  width:100%; text-align:center; }
.main_item .text_g .text_wrap {position:relative;}
.main_item .text_g .txt1,
.main_item .text_g .txt2{  line-height:100%; font-family: 'Cafe24Ohsquareair';  letter-spacing:-0.06em; font-family: 'Cafe24Ssurround'; }
.main_item .text_g .txt1 {color:#FFF3B0; font-size:95px; }
.main_item .text_g .txt1 b {font-size: 1.2em; }
.main_item .text_g .txt2 {color:#F3A06D; font-size:110px;  padding-top:20px;}
 
/* ÀÛÀº ¼³¸í±Û */
.main_item .text_g .txt_s  {padding-bottom:25px; }
.main_item .text_g .txt_s b {display:inline-block;  font-weight:600;  font-size:40px; line-height:1;position: relative; margin-bottom:15px; color:#fff; font-family: 'Cafe24Supermagic-Bold-v1.0';}
 

/* ´Ü¾î ¾Ö´Ï¸ÞÀÌ¼Ç ±âº» »óÅÂ */
.main_item .text_g .word { display: inline-block; opacity: 0; transform: translateY(40px);  transition: all 0.6s ease;}

/* ½½¶óÀÌµå°¡ È°¼ºÈ­µÇ¾úÀ» ¶§ ¼øÂ÷ÀûÀ¸·Î µîÀå */
.main_item.swiper-slide-active .text_g .w1 {opacity:1;  transform: translateY(0);  transition-delay: 0.4s;}
.main_item.swiper-slide-active .text_g .w2 {opacity:1;  transform: translateY(0);  transition-delay: 0.6s;}
.main_item.swiper-slide-active .text_g .w3 {opacity:1; transform: translateY(0);  transition-delay: 0.8s;}
.main_item.swiper-slide-active .text_g .w4 {opacity:1;  transform: translateY(0);  transition-delay: 1.0s;}
.main_item.swiper-slide-active .text_g .w5 {opacity:1;  transform: translateY(0);  transition-delay: 1.2s;}

/** µ¿¿µ»ó **/
.mmovie_con {position:relative; background:#000; overflow:hidden;  display: -webkit-box;  display: -webkit-flex;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;  -webkit-align-items: center;  -ms-flex-align: center;   align-items: center;  height:100%;  position: relative;  z-index:1; }
.mmovie_con video {border:0; opacity:0.6; padding:0; margin:0;  position: absolute;  top: 50%;  left: 50%;  min-width: 100%;  min-height: 100%;  width: auto;  height: auto; z-index: -100;  transform: translateX(-50%) translateY(-50%);  background-size: cover;  transition: 1s opacity;}
.mmovie_con .section_inner {width:100%;}
 
@media screen and (max-width:1600px){
/* Áß¾Ó ¹®±¸ ÅØ½ºÆ® */
.main_item .text_g .txt1 { font-size:85px;}
.main_item .text_g .txt2 {font-size:100px;}

/* ÀÛÀº ¼³¸í±Û */
.main_item .text_g .txt_s b {font-size:36px;}
}



@media screen and (max-width:1440px){
/* Áß¾Ó ¹®±¸ ÅØ½ºÆ® */
.main_item .text_g .txt1 { font-size:75px;}
.main_item .text_g .txt2 {font-size:90px;}

/* ÀÛÀº ¼³¸í±Û */
.main_item .text_g .txt_s b {font-size:32px;}
}
 


@media screen and (max-width:1280px){
/* Áß¾Ó ¹®±¸ ÅØ½ºÆ® */
.main_item .text_g .txt1 { font-size:65px;}
.main_item .text_g .txt2 {font-size:78px;}

/* ÀÛÀº ¼³¸í±Û */
.main_item .text_g .txt_s  {padding-bottom:15px;}
.main_item .text_g .txt_s b {font-size:28px;}
}

 

@media screen and (max-width:1024px){
.c_full,
.c_full .section_inner {height:600px !important; min-height:auto;}
.mainslide .main_paging {position:absolute;bottom:120px;left:50%;transform: translate(-50%,-0%);display: flex;justify-content: center;align-items: center; z-index: 100; }
.mainslide .main_arrow {width:14px;height: 27px;cursor:pointer;}
.mainslide .slide_remote {margin-left:37px;}
.mainslide .slide_remote>span {cursor:pointer;}
.mainslide .slide_remote span.pause {display:block;width:10px;height:12px;border:3px solid #fff;border-top:none;border-bottom:none;}

/* ¿øÇü¹öÆ°*/
.mainslide .main_pagination > span.swiper-pagination-bullet {width:10px; height:10px; border:1px solid #fff;}

/* ÆäÀÌÂ¡*/
.mainslide .main_paging {bottom:50px;}
.mainslide .main_arrow {width: 10px;height:18px;}
.mainslide .main_prev {margin-right:39px;}
.mainslide .main_next {margin-left:39px;}
.mainslide .slide_remote {margin-left: 26px;}
.mainslide .slide_remote span.pause {display:block;width: 7px;height: 8px;border: 2px solid #fff;}

/* Áß¾Ó ¹®±¸ ÅØ½ºÆ® */
.main_item .text_g .txt1 { font-size:53px;}
.main_item .text_g .txt2 {font-size:67px;}

/* ÀÛÀº ¼³¸í±Û */
.main_item .text_g .txt_s b {font-size:24px;}
}



@media screen and (max-width:767px){
.c_full,
.c_full .section_inner {height:450px !important; min-height:auto;}

/* Áß¾Ó ¹®±¸ ÅØ½ºÆ® */
.main_item .text_g .txt1 { font-size:40px;}
.main_item .text_g .txt2 {font-size:52px; padding-top:10px;}

/* ÀÛÀº ¼³¸í±Û */
.main_item .text_g .txt_s b {font-size:20px;}
}
 
 






/******************* ¼½¼Ç2. NO1. ºê·£µå (  ¼ýÀÚÄ«¿îÅÍ) ***********************/
.brand {width:100%; position:relative; text-align:center; background:#3D2F23; z-index:0;  overflow:hidden; background-image: url('../../img/pa_do_w.png');  background-repeat:repeat; background-position:0 0; background-size:70px;}
.brand .inner { width:100%; height:100%; padding:5% 0; }
.brand  img {width:100%;}

/* »ó´Ü*/
.brand .brand_top {width:90%; margin:0 auto; max-width:1000px;}

/* »ó´Ü ·Î°í*/
.brand .brand_top .logo img {margin-bottom:10px; width:200px;}
 
/******** »ó´Ü Å¸ÀÌÆ² Å« ±Û¾¾********/
.brand .brand_top strong{color:#fff; text-align:center; font-size:70px;  font-family: 'Cafe24Ssurround';  margin:30px 0; line-height:1.1; }
.brand .brand_top strong span {color:#FFF3B0;}

/* ¼³¸í±Û °­Á¶ ÅØ½ºÆ® */
.brand .brand_top b {color:#fff; font-size:36px;  display:block; line-height:1.4; font-family: 'Cafe24Ssurround'; } 
.brand .brand_top b span {font-weight:900;}


/* ¼³¸í±Û ÀÛÀº ÅØ½ºÆ® */
.brand .brand_top p {color:#fff;  font-size:26px;  font-family: 'Cafe24Supermagic-Bold-v1.0'; margin:30px auto; max-width:700px; line-height:1.8;} 
.brand .brand_top p span{color:#fff;  background:#F3A06D; padding:0 10px; margin:0 3px; border-radius: 30px;} 


/********** ¼ýÀÚÄ«¿îÆ® ************/
.m_count {width:65%; max-width:750px; margin:0 auto; padding-top:30px;}
.m_count ul {display: flex;  flex-wrap: wrap;}
.m_count ul li {display:inline-block; float:left; margin:0 1.5%;  width:30.33%; background:#FFFBEC; display:inline-block; border-radius:40px; padding:25px 0; filter: drop-shadow(0 0 6px rgba(255, 241, 201, 1));} 
.m_count ul li dl {text-align:center; }
 
/* ¾ÆÀÌÄÜ ºÎºÐ*/
.m_count ul li dl dt {display:block;   background-repeat:no-repeat; background-position:center top; padding-top:70px;}
.m_count ul li:nth-child(1) dl dt {background-image: url('../../img/no_icon1.png');}
.m_count ul li:nth-child(2) dl dt {background-image: url('../../img/no_icon2.png');}
.m_count ul li:nth-child(3) dl dt {background-image: url('../../img/no_icon3.png');}

/* Ä«¿îÅÍ ¼ýÀÚºÎºÐ*/
.m_count ul li dl dt .counter {display:block; color:#5A4331; font-size:120px;  line-height:90%; letter-spacing:-20px; padding-right:20px;  font-family: 'Cafe24Ssurround';}

/* ±ÛÀÚ ºÎºÐ*/
.m_count ul li dl dd {display:block;  line-height:1.4;  font-size:26px;  color:#635042; line-height:1.3; font-family: 'Cafe24Ssurround';  }
.m_count ul li dl dd b  {font-size:display:inline-block; margin-bottom:5px; font-size: 1.3em;}
 
/* ¿ìÃø »ó´Ü  ÀÌ¹ÌÁö */
.brand  .img1 {position:absolute; right:-5%;; top:-7%; z-index:-1; width:26%;}

/* ÁÂÃø ÇÏ´Ü  ÀÌ¹ÌÁö */
.brand  .img2 {position:absolute; left:2%; bottom:-2%;  z-index:1; width:26%;}
 


@media screen and (max-width:1440px) {
/* »ó´Ü Å¸ÀÌÆ² Å« ±Û¾¾*/
.brand .brand_top strong{font-size:60px;}
 
/* ¼³¸í±Û °­Á¶ ÅØ½ºÆ® */
.brand .brand_top b { font-size:32px;} 

/* ¼³¸í±Û ÀÛÀº ÅØ½ºÆ® */
.brand .brand_top p {font-size:22px;} 

/* ÁÂÃø ÇÏ´Ü  ÀÌ¹ÌÁö */
.brand  .img2 { left:-2%;}
}



@media screen and (max-width:1280px) {
/* »ó´Ü Å¸ÀÌÆ² Å« ±Û¾¾*/
.brand .brand_top strong{font-size:50px;}

/* ¼³¸í±Û °­Á¶ ÅØ½ºÆ® */
.brand .brand_top b { font-size:28px;} 

/* ¼³¸í±Û ÀÛÀº ÅØ½ºÆ® */
.brand .brand_top p {font-size:18px;} 
}






@media screen and (max-width:1024px) {
.brand {background-size:50px;}
.brand .inner {padding:7% 0 26%;}
 
/* »ó´Ü ·Î°í*/
.brand .brand_top .logo img {width:100px;}

/* »ó´Ü Å¸ÀÌÆ² Å« ±Û¾¾*/
.brand .brand_top strong{font-size:40px; margin:10px 0;}
 
/* ¼³¸í±Û °­Á¶ ÅØ½ºÆ® */
.brand .brand_top b { font-size:24px;} 

/* ¼³¸í±Û ÀÛÀº ÅØ½ºÆ® */
.brand .brand_top p {font-size:16px;} 

 
/********** ¼ýÀÚÄ«¿îÆ® ************/
.m_count {width:90%; padding-top:10px;}
.m_count ul li {border-radius:20px; padding:20px 0;} 

/* ¾ÆÀÌÄÜ ºÎºÐ*/
.m_count ul li dl dt {padding-top:44px; background-size:30px;}

/* Ä«¿îÅÍ ¼ýÀÚºÎºÐ*/
.m_count ul li dl dt .counter {font-size:100px;  letter-spacing:-10px; padding-right:10px;}

/* ±ÛÀÚ ºÎºÐ*/
.m_count ul li dl dd {  font-size:21px; }

/* ÀÌ¹ÌÁö */
.brand  .img1,
.brand  .img2 {width:39%;}
}





@media screen and (max-width:786px) {
/* »ó´Ü Å¸ÀÌÆ² Å« ±Û¾¾*/
.brand .brand_top strong{font-size:35px;;}
 
/* ¼³¸í±Û °­Á¶ ÅØ½ºÆ® */
.brand .brand_top b { font-size:21px;} 

/* ¼³¸í±Û ÀÛÀº ÅØ½ºÆ® */
.brand .brand_top p {font-size:14px;} 

/********** ¼ýÀÚÄ«¿îÆ® ************/
/* Ä«¿îÅÍ ¼ýÀÚºÎºÐ*/
.m_count ul li dl dt .counter {font-size:67px; }

/* ±ÛÀÚ ºÎºÐ*/
.m_count ul li dl dd {  font-size:15px; }
}
 



 




/******************* ¼½¼Ç3. Enjoy ¾²¸® ºí·° ***********************/
.con_block3 {width:100%; padding:2% 0; }
.con_block3 ul {display:flex; flex-wrap:wrap; margin:0 auto; max-width:1500px; width:90%;}
.con_block3 .top_tit h2 b {color:#4FC3F7;}


/* ¹Ú½º  */
.con_block3 ul li {width:23%; margin:0 1%; }
.con_block3 ul li dl {width:100%;}
 
/* ÀÏ·¯½ºÆ® ÀÌ¹ÌÁö */
.con_block3 ul li dl dt .icon {height:300px; width:300px; backgroun-repeat:no-repeat;  backgroun-position:0 0; background-size:100%; border-radius:50%; margin:0px auto 20px auto;  }
.con_block3 ul li:nth-child(1) dl dt .icon { background-image:url(../../img/enjoy_img1.jpg) }
.con_block3 ul li:nth-child(2) dl dt .icon { background-image:url(../../img/enjoy_img2.jpg) }
.con_block3 ul li:nth-child(3) dl dt .icon { background-image:url(../../img/enjoy_img3.jpg) }
.con_block3 ul li:nth-child(4) dl dt .icon { background-image:url(../../img/enjoy_img4.jpg) }


/* Å¸ÀÌÆ² */
.con_block3 ul li dl dt {position:relative; text-align:center; font-size:53px; font-weight:600; text-align:center; padding-bottom:10px;  font-family: 'Cafe24Syongsyong'; line-height:1;}

/* Å¸ÀÌÆ² ÄÃ·¯ ÁöÁ¤*/
.con_block3 ul li:nth-child(1) dl dt {color:#94DDC2;}
.con_block3 ul li:nth-child(2) dl dt {color:#FFD250;}
.con_block3 ul li:nth-child(3) dl dt {color:#F3A06D;}
.con_block3 ul li:nth-child(4) dl dt {color:#8AD4F6;}


/* °£·« ¼³¸í */
.con_block3 ul li dl dd {font-size:19px; text-align:center; line-height:1.4;}




@media screen  and (max-width:1600px) {
/* Å¸ÀÌÆ² */
.con_block3 ul li dl dt {font-size:49px;}

 
/* °£·« ¼³¸í */
.con_block3 ul li dl dd {font-size:18px;}

 
.con_block3 ul li dl dt .icon {width:270px; height: auto;  aspect-ratio: 7 / 7;}
}




@media screen  and (max-width:1440px) {
/* Å¸ÀÌÆ² */
.con_block3 ul li dl dt {font-size:44px;}


/* ÀÏ·¯½ºÆ® ÀÌ¹ÌÁö */
.con_block3 ul li dl dt .icon { width:250px;}

/* °£·« ¼³¸í */
.con_block3 ul li dl dd {font-size:17px;}
}


 

@media screen  and (max-width:1280px) {
/* Å¸ÀÌÆ² */
.con_block3 ul li dl dt {font-size:37px;}
 
/* ÀÏ·¯½ºÆ® ÀÌ¹ÌÁö */
.con_block3 ul li dl dt .icon { width:210px;}

/* °£·« ¼³¸í */
.con_block3 ul li dl dd {font-size:15px;}
}


 




@media screen  and (max-width:1024px) {
.con_block3 ul{ max-width:600px; }
.con_block3 ul li {width:48%;}
.con_block3 ul li dl {padding:20px 5% 30px;}



/* °£·« ¼³¸í */
.con_block3 ul li dl dd {font-size:13px;}
}





@media screen  and (max-width:768px) {
.con_block3 ul { max-width:500px; width:96%;}

/* Å¸ÀÌÆ² */
.con_block3 ul li dl dt {font-size:32px;  padding-bottom:4px;}

/* ÀÏ·¯½ºÆ® ÀÌ¹ÌÁö */
.con_block3 ul li dl dt .icon { width:150px;}
}


  




/*********************************************************¸ÞÀÎ ¼½¼Ç4. ABOUT US ÅÇ¹öÆ° ¸Þ´º*************************************************************/





/******************* ºê·£µå ¼Ò°³ - 1. ½ºÅä¸®   ***********************/
.story {width:100%; position:relative;}
.story dl {padding:0; margin:0 auto;  width:100%; background-color:#F3A06D; z-index:0; position: relative; display:flex; flex-wrap:wrap;} 
.story dl dt {float:left; width:43%; background:url('../../img/story_img.jpg') no-repeat center center; background-size:cover;}
.story dl dd {float:right; width:57%; padding:4% 5%; text-align:left; position:relative;}
.story dl dd:after{opacity:0.5; content: ''; position: absolute; top: 0;  left: 0;  width:100%; height:100%; background-image: url('../../img/pa_st_w.png'); background-repeat: repeat;background-position: 0 0;  z-index: 1;}
.story dl dd p {color:#fff; font-size:20px;  line-height:1.6; display:block; padding-bottom:25px;}
.story dl dd p b {max-width:700px; color:#fff; display:block; font-size:1.8em; font-family: 'Cafe24Ssurround';  ; line-height:130%; padding-bottom:40px; margin-bottom:20px;  border-bottom:1px solid rgba(255,255,255,0.4);}
.story dl dd p b span {color:#FFF3B0;}
.story dl dd p strong {color:#fff; display:block; font-size:1.2em;}

@media screen and (max-width:1440px) {
.story dl dd p { font-size:18px; padding-bottom:20px;}
}

@media screen and (max-width:1280px) {
.story dl dd p { font-size:16px; padding-bottom:15px;}
.story dl dd p b { padding-bottom:25px; margin-bottom:10px; }
}

@media screen and (max-width:1024px) {
.story dl dd p{font-size:15px;}
}

@media screen and (max-width:767px) {
.story dl dt {width:100%; height:300px;}
.story dl dd { width:90%; padding:5%;}
.story dl dd p {font-size:13px;}
}





 
/******************* ºê·£µå ¼Ò°³ - 2. ¿¬Çõ***********************/
.b_history {width:82%; margin:5% auto; position:relative;}
.b_interior {position:relative;  text-align:center; padding:3% 0; overflow:hidden;}
.b_history .b_history_li  {position:inherit; padding:0; position:relative; margin:0 auto; width:100%;}
.b_history dl {padding:0; margin:0 auto; width:87%;}
.b_history dl dt {width:100%;}
.b_history dl dt img {border-radius:20px;}
.b_history dl dd { width:100%; text-align:center;}
.b_history dl dd b {position:relative;  color:rgba(255,255,255,0); -webkit-text-stroke:2px #F3A06D;  font-size:60px; display:block;  padding:30px 0 15px;  margin-bottom:20px;  line-height:100%; font-family: 'Cafe24Ssurround';  }
.b_history dl dd b:after {content:"";display:block; clear:both; background:#F3A06D; width:30px; height:2px; position:absolute; bottom:0; right:48%;}
.b_history dl dd ul li  {text-align:left; padding-left:10px; position:relative;display:block; font-size:19px; padding-bottom:10px; font-weight:500; line-height:1.3; }
.b_history dl dd ul li:after {content:"";display:block;clear:both; background:#000; width:3px; height:3px; border-radius:50%; position:absolute; top:10px; opacity:0.6; left:0;}

@media screen  and (max-width:1600px) {
.b_history dl dd b {font-size:50px; }
.b_history dl dd ul li  {font-size:18px;}
}

@media screen  and (max-width:1279px) {
.b_history dl dd b {font-size:50px;  padding:20px 0 10px;  margin-bottom:15px; }
.b_history dl dd ul li  {font-size:17px;}
}

@media screen  and (max-width:1024px) {
.b_history dl dt img {border-radius:10px;} 
.b_history dl dd b {font-size:40px;}
.b_history dl dd ul li  {padding-left:7px; font-size:15px;; }
.b_history dl dd ul li:after {top:8px;}
}




@media screen  and (max-width:767px) {
.b_history dl dd b {font-size:30px; } 
.b_history dl dd ul li  {font-size:13px;}
}
 



/*******************ºê·£µå ¼Ò°³3.  ¿À½Ã´Â±æ***********************/
.b_map_box {width:100%; display:flex; flex-wrap:wrap;}




/* Áöµµ ±¸°£ */
.b_map_box .map {width:40%; float:left;}
.b_map_box .map iframe {width:100%; height:100%;}




/* ÅØ½ºÆ® ±¸°£*/
.b_map_box .txt {width:46%; padding:3% 10% 3% 4%; text-align:left; float:right;}




/* Ç×¸ñ*/
.b_map_box dl dt {width:100%; text-align:left; margin:30px 0 10px;}
.b_map_box dl dt span {background:#F3A06D; border-radius:40px; padding:10px 20px;  font-size:20px; color:#fff; min-width:110px; display:inline-block; text-align:center;line-height:90%;}




/* ¼³¸í±Û*/
.b_map_box dl dd {width:96%; text-align:left;  padding:15px 2%; font-size:20px;}
.b_map_box dl dd p { line-height:1.6;}




/* µ¿±×¶õ ¹öÆ° ±Û¾¾*/
.b_map_box dl dd b {position: relative; display:block;  width:100%; padding-left:22px; border-bottom:1px solid rgba(0,0,0,0.2); padding-bottom:12px; margin-bottom:12px; }
.b_map_box dl dd b:before {content:""; position:absolute; left:2px; top:11px; display:block; z-index:10; width:10px; height:10px; background:#B3B3B3; border-radius:50%;}




/* ¸®½ºÆ®Çü */
.b_map_box dl dd ul li  {line-height:1.4; padding-bottom:10px;}
.b_map_box dl dd ul li b {width:auto; padding-right:10px; display:inline-block;  border:none;  padding-bottom:0px; margin-bottom:0px; }
.b_map_box dl dd ul li :before { top:8px;}




@media screen and (max-width:1440px) {
.b_map_box dl dt span,
.b_map_box dl dd {font-size:18px;}
}




 




@media screen and (max-width:1024px) {
/* Ç×¸ñ*/
.b_map_box dl dt { margin:20px 0 0; }
.b_map_box dl dt span {padding:7px 15px;  min-width:auto;}
.b_map_box dl dt span,
.b_map_box dl dd {font-size:16px;}




/* µ¿±×¶õ ¹öÆ° ±Û¾¾*/
.b_map_box dl dd b { padding-left:15px; padding-bottom:7px; margin-bottom:7px; }
.b_map_box dl dd b:before { top:8px;width:7px; height:7px;}




/* ¸®½ºÆ®Çü */
.b_map_box dl dd ul li  { padding-bottom:7px;}
.b_map_box dl dd ul li b { padding-right:5px;  }
}


 
@media screen and (max-width:767px) {
.b_map_box .map {width:100%;}
.b_map_box .map iframe {height:250px;}
.b_map_box .txt {width:90%; padding:5%;}
.b_map_box dl dt { margin:8px 0 0;}




/* µ¿±×¶õ ¹öÆ° ±Û¾¾*/
.b_map_box dl dd b:before { top:6px;}
.b_map_box dl dt span,
.b_map_box dl dd {font-size:13px;}
.b_map_box dl dd ul li:before {top:4px;}
}



 











/*********************************************************¸ÞÀÎ ¼½¼Ç5. MENU ÅÇ¹öÆ° ¸Þ´º*************************************************************/
/* ÆÐÅÏ ¹è°æ*/
.all_menu_area {overflow:hidden; position:relative; text-align:center; background:#AFDEE6; padding:4% 0; }
.all_menu {position:relative; text-align:center; width:100%; margin:0 auto; padding:0;}

/* Áß¾Ó ´ëÇ¥ Å¸ÀÌÆ²*/
.all_menu_area h4 {display:block; line-height:130%; font-size:40px; color:#fff; font-family: 'Cafe24Ssurround';  padding-bottom:30px;}

/*¹è³Ê¹Ú½º */
.menu_li{ position:inherit; padding:0; position:relative; width:82%; margin:0 auto;} 
.menu_li div.menu_box {text-align:left;}
.menu_li dl{background:#FFFBEC; border-radius:15px; box-shadow:2 5px 5px rgba(0,0,0,0.3); overflow:hidden; padding:10px; margin:10px; height:100%; display:flex; flex-direction:column; justify-content:space-between;}
.menu_li dl dt{text-align:center;} 
.menu_li dl dt img{max-width:100%;height:auto;display:block;margin:0 auto; border-radius:10px;} 

/* ÅØ½ºÆ® ¹Ú½º*/
.menu_li dl dd {position: relative; height: 140px; text-align: center;  width:100%;;}
.fade-text {max-height: 100%; overflow-y: auto;}

/* ±×¶óµ¥ÀÌ¼Ç ¸¶½ºÅ·Àº dd */
.menu_li dl dd::after { content: ""; position: absolute; bottom: 0; left: 0; width:100%; height:1em; background: linear-gradient(to top, #FDF5E0, transparent); pointer-events: none; }
.fade-text::-webkit-scrollbar {width:5px;}
.fade-text::-webkit-scrollbar-track { background-color: rgba(41, 128, 185, 0); }
.fade-text::-webkit-scrollbar-thumb {  background-color: rgba(41, 128, 185, 0.5); border-radius: 3px;}

 /* ÅØ½ºÆ® - Å¸ÀÌÆ² */
.menu_li dl dd b{display:block; font-size:26px; line-height:1.3; color:#F3A06D; padding-top:23px; width:100%; font-family: 'Cafe24Ssurround';  margin:0;}

 /* ÅØ½ºÆ® - ÀÛÀº±Û ¼³¸í±Û */
.menu_li dl dd p {display:block; font-size:16px; line-height:1.5;  padding:12px 0%; }




@media screen and (max-width:1600px) {
.all_menu_area h4 {font-size:37px;}

/* ÅØ½ºÆ® - Å¸ÀÌÆ² */
.menu_li dl dd b{ font-size:25px;}
}


@media screen  and (max-width:1280px) {
.all_menu_area h4 {font-size:34px;}

/* ÅØ½ºÆ® - Å¸ÀÌÆ² */
.menu_li dl dd b{ font-size:23px;}
}



@media screen  and (max-width:1024px) {
.all_menu_area {padding:10% 0; }
.all_menu_area h4 {font-size:27px; padding-bottom:20px;}

/* ÅØ½ºÆ® - Å¸ÀÌÆ² */
.menu_li dl dd b{ font-size:21px;}
}




@media screen  and (max-width:767px) {
.all_menu_area h4 {font-size:20px;}
.menu_li dl{ margin:0px;}
.menu_li dl dt a img { max-width:250px;}

 /* ÅØ½ºÆ® - Å¸ÀÌÆ² */
.menu_li dl dd b{ font-size:19px; padding-top:15px;}

 /* ÅØ½ºÆ® - ÀÛÀº±Û ¼³¸í±Û */
.menu_li dl dd p {font-size:14px;}

/* ÅØ½ºÆ® ¹Ú½º*/
.menu_li dl dd { height:auto; }


/* ±×¶óµ¥ÀÌ¼Ç ¸¶½ºÅ·Àº dd */
.menu_li dl dd::after {dispplay:none;}
}


 

/******************* ¼½¼Ç6. Æ¯Â¡  (4Ä­ ¼½¼Ç ¹è³Ê)  ***********************/
.value_section{position: relative; overflow: hidden;  background:#F3A06D;   text-align:left; overflow:hidden;}
.value_section .vsection {width:100%; margin:0 auto; overflow:hidden; display:block; height:840px; }
.value_section .tab_box{display: none;}
.value_section .con_box{position: relative; z-index:2; width:86%; margin:0 auto; height:100%;}
.value_section .con_box li{ float: left; width: 25%;  height:100%; padding:200px 1% 1% 1%; border-right: 1px solid rgba(255, 255, 255, 0.3);transition: all 0.4s ease; box-sizing:border-box; background-color:transparent; transition:background-color 0.7s ease;}
.value_section .con_box li:first-child {border-left: 1px solid rgba(255, 255, 255, 0.3);}
.value_section .con_box li.active{background-color: rgba(0, 0,0, 0.5);}
.value_section .con_box li .txt_box,
.value_section .con_box li .more{opacity: 0; text-align:center;  visibility: hidden;  transform: translateY(-15px); transition: all 0.4s ease; }
.value_section .con_box li.active .txt_box,
.value_section .con_box li.active .more{opacity: 1; transform: translateY(0);   visibility: visible;}
.value_section .con_box li .con_wrap{display:block; vertical-align: middle; text-align:center; width:100%;}
.value_section .con_box li .con_wrap .title_box {transition: all 0.4s ease;}
.value_section .con_box li.active .con_wrap .title_box {margin-top:20px;}
 
/* ÀÛÀº Å¸ÀÌÆ² */
.value_section .con_box li .con_wrap .title_box h3{font-size:22px; letter-spacing:0; color: #FFF3B0; border-top:1px solid #FFF3B0; border-bottom:1px solid #FFF3B0; padding:1.3%; line-height:100%; display:inline-block;  font-family: 'Cafe24Supermagic-Bold-v1.0'; margin-bottom:20px;}
 
/* Å« Å¸ÀÌÆ² */
.value_section .con_box li .con_wrap .title_box h4{font-size:31px; line-height:120%; color: #fff; font-family:'GmarketSansBold'; font-family: 'Cafe24Ssurround';  margin-bottom:30px; transition: all 0.4s ease; display:block;}
 
/* ¼³¸í±Û ºÎºÐ */
.value_section .con_box li .con_wrap .txt_box{margin-bottom:50px;}
.value_section .con_box li .con_wrap .txt_box p{font-size:16px; color:#fff; line-height:1.6; width:90%; margin:0 auto;}
.value_section .value_img{position: absolute; top:0; left: 0; z-index: 1; width:100%; height:100%;}
.value_section .value_img .bg_box{position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-position: center center; background-size: cover; background-repeat: no-repeat; text-indent: -9999px; transform: scale(1.1); opacity: 0; transition: opacity 0.7s ease, transform 0.7s ease; }
.value_section .value_img .bg_box.active{opacity: 1; transform: scale(1);}

/**¾ÆÀÌÄÜ**/
.value_section .con_box li .more{width:90px; height:90px; border-radius:50%; display:block; position: relative; font-size:0; text-align: center; transition: all 0.1s ease-out; margin:0 auto;}
.value_section .con_box li .more .shape {position:absolute; left:15px; top:15px; width:60px; height:60px; background-size:contain; background-position:center center; background-repeat:no-repeat;}
.value_section .con_box li .more:before {content:"";position: absolute; top:0; right:0; width:90px; height:90px;  z-index:-1;  background:url(../../img/point_y_bg.png) no-repeat 0 0; animation:rotate 6s linear infinite;}
.value_section .con_box li:nth-child(1) .more .shape {background-image: url("../../img/why_icon1.png");}
.value_section .con_box li:nth-child(2) .more .shape {background-image: url("../../img/why_icon2.png");}
.value_section .con_box li:nth-child(3) .more .shape {background-image: url("../../img/why_icon3.png");}
.value_section .con_box li:nth-child(4) .more .shape {background-image: url("../../img/why_icon4.png");}
 
/**¹è°æÀÌ¹ÌÁö °æ·Î**/
.value_section .value_img .bg_box_01{background-image: url("../../img/why_bg_01.jpg");}
.value_section .value_img .bg_box_02{background-image: url("../../img/why_bg_02.jpg");}
.value_section .value_img .bg_box_03{background-image: url("../../img/why_bg_03.jpg");}
.value_section .value_img .bg_box_04{background-image: url("../../img/why_bg_04.jpg");}
 

@media screen and (max-width:1440px){
/* ÀÛÀº Å¸ÀÌÆ² */
.value_section .con_box li .con_wrap .title_box h3{font-size:20px;}

/* Å« Å¸ÀÌÆ² */
.value_section .con_box li .con_wrap .title_box h4{font-size:27px; margin-bottom:20px;}

/* ¼³¸í±Û ºÎºÐ */
.value_section .con_box li .con_wrap .txt_box{margin-bottom:30px;}
.value_section .con_box li .con_wrap .txt_box p{font-size:14px;}
}




@media screen and (max-width:1024px){
.value_section .vsection  {height:700px;}
.value_section .con_box{width:100%;}
.value_section .con_box li:first-child {border:none;}
.value_section .con_box li,
.value_section .con_box li:last-child {width: 100%;  text-align:center; position: absolute; top: 0; left: 0; z-index: 1; opacity: 0; visibility: hidden; border-right: none;}
.value_section .con_box li.active{opacity: 1; visibility: visible; z-index: 2;  background-color: transparent;}
.value_section .con_box li .txt_box,
.value_section .con_box li .btn_box{opacity: 0; visibility: hidden; transform: translateY(-15px); transition: all 0.8s ease 0.6s;}

/* ÅÇ¸Þ´º */
.value_section .tab_box{display: block; width:100%; position:absolute; z-index:3; top:100px; left:50%; transform: translateX(-50%); }
.value_section .tab_box .tabMenu{max-width:800px; margin: 0 auto;}
.value_section .tab_box .tabMenu:after{content: ''; clear: both; visibility: hidden; display: block;}
.value_section .tab_box .tabMenu li{float:left; width: 25%;  text-align: center;  box-sizing: border-box; cursor: pointer; transition: color 0.3s ease;}
.value_section .tab_box .tabMenu li.active,
.value_section .tab_box .tabMenu li:hover{color: #fff; }
.value_section .tab_box .tabMenu li span{position: relative; padding-bottom: 5px; color: rgba(255, 255, 255, 0.5); font-size: 20px; }
.value_section .tab_box .tabMenu li.active span{color: rgba(255, 255, 255, 1);}
.value_section .tab_box .tabMenu li span:before,
.value_section .tab_box .tabMenu li span:after{display: block; content: ''; position: absolute;}
.value_section .tab_box .tabMenu li span:before{top: 10px; left: 50%; transform: translateX(-50%); width: 6px; height: 6px; border-radius: 50%; background-color: #fff; opacity: 0; transition: all 0.3s ease;}
.value_section .tab_box .tabMenu li.active span:before{top: -10px; opacity: 1;}
.value_section .tab_box .tabMenu li span:after{bottom: 0; left: 0; width: 100%; height: 1px; transform: translate3d(0,0,0) scaleX(0); background-color: #fff; transition: transform 0.3s ease;}
.value_section .tab_box .tabMenu li.active span:after{transform: translate3d(0,0,0) scaleX(1);}
}



@media screen and (max-width:767px){
.value_section .vsection  {height:500px;}
.value_section .tab_box{top:50px;} 
.value_section .tab_box .tabMenu li span{font-size:14px;}
.value_section .con_box li{padding-top:100px;}

/* ÀÛÀº Å¸ÀÌÆ² */
.value_section .con_box li .con_wrap .title_box h3{font-size:16px;}

/* Å« Å¸ÀÌÆ² */
.value_section .con_box li .con_wrap .title_box h4{font-size:23px;}

/* ¼³¸í±Û ºÎºÐ */
.value_section .con_box li .con_wrap .txt_box p{font-size:15px;}
.value_section .con_box li .more{width:60px; height:60px;}
.value_section .con_box li .more .shape {left:10px; top:10px; width:40px; height:40px;}
.value_section .con_box li .more:before { width:60px; height:60px; background-size:cover;}
}
 






 


/******************* ¼½¼Ç7. ÁöÁ¡ ¾È³»***********************/
.store {width: 100%; padding-bottom:3%;}

/**³×ÀÌ°ÔÀÌ¼Ç ¹Ù**/
.store_slide>.store_pagination {position: relative; width:94%; margin:40px auto; height:6px; border:1px solid #94DDC2; background:#fff; border-radius:3px;}
.store_slide>.store_pagination>span {background:#94DDC2;}

/** ÀÌ¹ÌÁö ¹Ú½º **/
.store_item { width:330px; margin-left: 2.5%; position: relative; overflow: hidden; transition: transform 0.6s ease, filter 0.5s ease; }
.img_inner.bgimg {width:98%;margin-left:1%;  height:280px;  aspect-ratio: 1 / 1;overflow:hidden; clip-path: polygon(50% 0%, 100% 35%, 100% 100%, 0% 100%, 0% 35%);overflow: hidden;  position: relative; background-size:cover; background-position: center;  transition: background-size 0.4s ease, filter 0.4s ease;}
.store_item:hover .img_inner.bgimg {background-size: 110%;  filter: brightness(0.6);}

/** ÅØ½ºÆ® ¹Ú½º **/
.info_box { background-color: #fff; padding:30px; text-align: center; border-radius: 0 0 0 0; }
 
/** Å¸ÀÌÆ² **/
.store_name { font-size: 25px; font-weight: 600; color: #3C3C3C; margin-bottom:20px;   font-family: 'Cafe24Ssurround';  letter-spacing:-0.05em; }
 
/** ¾ÆÀÌÄÜ **/
.store_info .icon { width: 25px; height: 25px; background-size: cover; background-position: center; margin: 0 4px; text-decoration: none; display: inline-block; transition: color 0.3s ease; text-indent: -9999px; }
.store_info .icon:hover { color: #F3A06D; transform: scale(1.2); transition: transform 0.2s ease, color 0.3s ease; }
.store_info .phone { background-image: url('../../img/sicon_tel.png'); }
.store_info .map { background-image: url('../../img/sicon_map.png'); }
.store_info .insta { background-image: url('../../img/sicon_insta.png'); }
.store_info .icon:hover { color: #F3A06D; }
 

@media screen and (max-width:1024px) {
.store_item { width:270px;}
.img_inner.bgimg { height: 200px; }
 
/** ÀÌ¹ÌÁö ¹Ú½º **/
.info_box { padding: 15px; }

/** Å¸ÀÌÆ² **/
.store_name { font-size:22px; margin-bottom:14px; }

/** ¾ÆÀÌÄÜ **/
.store_info .icon { width: 20px; height: 20px;  margin: 0 2px; }
}





@media screen and (max-width:786px) {
/**³×ÀÌ°ÔÀÌ¼Ç ¹Ù**/
.store_slide>.store_pagination { margin:20px auto; }

.store_item { width:230px;}
.img_inner.bgimg { height: 170px; }

/** Å¸ÀÌÆ² **/
.store_name { font-size:19px; margin-bottom:9px; }
}





 

 



/******************* ¼½¼Ç8. °í¸ÅÃâ ÇàÁø ·Ñ¸µ¹è³Ê  ***********************/
.mstore { position:relative;  text-align:center; padding:2% 0 6%; background:#AFDEE6 url(../../img/pa_st_w.png) repeat center; overflow:hidden;}
.mstore .store_li {position:inherit; padding:0; position:relative; margin:0 auto; width:82%;}

/* ¹Ú½º*/
.profit-banner {position:relative; text-align: center;}
.container {margin: auto;  width:94%; background-color: #FFFBEC; padding:1.5rem ; box-sizing: border-box; border-radius:0.7rem;}
.container > * {  position: relative;  z-index: 1;}

/* Å¸ÀÌÆ² */
h3 { color: #635042; font-size:32px; margin-bottom: 0.1rem; }

/* ¼­ºê Å¸ÀÌÆ²  */
.subtitle { color: #635042; margin-bottom:1rem; font-size:20px; font-weight:600;}

/* »ó¼¼ ¸ñÂ÷  */
.info-table { padding: 1rem;  margin-bottom: 1rem; color:#352920; font-weight:400;}
.info-table .row { display: flex; justify-content: space-between; padding: 0.4rem 0; border-bottom: 1px solid rgba(99, 80, 66, 0.2); font-size: 16px; align-items: flex-start; position: relative;}

/* ¿ù¸ÅÃâ  */
.info-table .highlight { color: #E78D56; font-weight: bold; font-size: 20px; position: absolute;   right: 1.5rem; top: 0.1rem;}

/* ¿ù¼ø¼öÀÍ */
.net-profit-box { background: #635042;  padding:15px; border-radius:10px;  }
.net-profit-box  p{ color:#FDF3DB; font-size:20px; }

/* °¡°Ý */
.net-profit-box .profit-highlight { color: #FFF3B0; font-size:30px; font-weight: bold; }

/* ¿ø*/
.net-profit-box .unit { margin-left: 0.2rem; font-size:16px;  color:#FDF3DB; }




@media screen and (max-width:1024px) {
/* Å¸ÀÌÆ² */
h3 {font-size:23px;}

/* ¼­ºê Å¸ÀÌÆ²  */
.subtitle {font-size:15px;}

/* »ó¼¼ ¸ñÂ÷  */
.info-table .row {font-size:12px;}

/* ¿ù¸ÅÃâ  */
.info-table .highlight {font-size:16px;}

/* ¿ù¼ø¼öÀÍ */
.net-profit-box { font-size:16px; }

/* °¡°Ý */
.net-profit-box .profit-highlight { font-size:23px;}

/* ¿ø*/
.net-profit-box .unit {font-size:13px;}
}



 







/********************************************* ¼½¼Ç9. Ã¢¾÷ÀýÂ÷ ¾È³» *************************************************/
.procress { position: relative; padding:0% 0 5%;}
.procress .box01 {padding:% 0; text-align: center; }
.procress .box01 ul { max-width: 1200px; width:88%; margin:0 auto; display: flex; flex-wrap: wrap; justify-content: center; }

/**** ¹Ú½º ****/
.procress .box01 ul li { position: relative; width:320px;  padding:40px 0 80px; margin:0px 40px 50px; border-radius:25px; box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); transition: all 0.4s ease;   }
.procress .box01 ul li:hover { transform: scale(1.05); }

/* ¹Ú½º ÄÃ·¯ ÁöÁ¤ */
.procress .box01 ul li:nth-child(1) {background: #FFD8B3;}
.procress .box01 ul li:nth-child(2) {background: #FFF3B0;}
.procress .box01 ul li:nth-child(3) {background: #BCEAD5;}
.procress .box01 ul li:nth-child(4) {background: #FFDEDC;}
.procress .box01 ul li:nth-child(5) {background: #D8F0F1;}
.procress .box01 ul li:nth-child(6) {background: #FEF7DA;}

/**** ¼ýÀÚ ****/
.procress .box01 ul li .step-num { font-size:18px; font-weight:600; color: #fff; padding:2px 10px; border-radius:30px; }

/* ¼ýÀÚ ¹Ú½º ÄÃ·¯ÁöÁ¤  */
.procress .box01 ul li:nth-child(1)  .step-num {background: #F3A06D;}
.procress .box01 ul li:nth-child(2)  .step-num {background: #FFD051;}
.procress .box01 ul li:nth-child(3)  .step-num {background: #94DDC2;}
.procress .box01 ul li:nth-child(4)  .step-num {background: #FE9DAC;}
.procress .box01 ul li:nth-child(5)  .step-num {background: #8AD4F6;}
.procress .box01 ul li:nth-child(6)  .step-num {background: #FECB73;}


/**** ÅØ½ºÆ® ****/
.procress .box01 ul li .text-wrap { text-align: center; width:90%; margin:0 auto; }

/* Å¸ÀÌÆ² */
.procress .box01 ul li .text-wrap .title { font-size:30px;margin:15px 0; font-family: 'Cafe24Ssurround'; }


/* ¼³¸í¹®±¸ */
.procress .box01 ul li .text-wrap .desc {font-size: 18px; line-height: 1.4; word-break: keep-all;}

/* ÅØ½ºÆ® ÄÃ·¯ ÁöÁ¤ */
.procress .box01 ul li:nth-child(1) .text-wrap {color:#A32606;}
.procress .box01 ul li:nth-child(2) .text-wrap {color:#B17725;}
.procress .box01 ul li:nth-child(3) .text-wrap {color:#2E635C;}
.procress .box01 ul li:nth-child(4) .text-wrap {color:#A45347;}
.procress .box01 ul li:nth-child(5) .text-wrap {color:#517282;}
.procress .box01 ul li:nth-child(6) .text-wrap {color:#AB7924;}



/**** ¾ÆÀÌÄÜ ****/
.procress .box01 ul li .step-icon {position:absolute; bottom:-15px; z-index:1; width:100%; height:100px;  background-size: contain; background-repeat: no-repeat; background-position: center bottom; display:block; }

/* ¾ÆÀÌÄÜ ÀÌ¹ÌÁö °æ·Î */
.procress .box01 ul li:nth-child(1) .step-icon { background-image: url("../../img/mp_icon1.png"); }
.procress .box01 ul li:nth-child(2) .step-icon { background-image: url("../../img/mp_icon2.png"); }
.procress .box01 ul li:nth-child(3) .step-icon { background-image: url("../../img/mp_icon3.png"); }
.procress .box01 ul li:nth-child(4) .step-icon { background-image: url("../../img/mp_icon4.png"); }
.procress .box01 ul li:nth-child(5) .step-icon { background-image: url("../../img/mp_icon5.png"); }
.procress .box01 ul li:nth-child(6) .step-icon { background-image: url("../../img/mp_icon6.png"); }
 

/**** È­»ìÇ¥ ****/
.procress .box01 ul li:after { content: ""; position: absolute; right: -60px; top: 50%; width: 50px; height: 40px; margin-top:-20px; background: url("../../img/arrow_dot.png") no-repeat; background-size: 100%; background-position:center center; animation: arrow 2s linear infinite; }
.procress .box01 ul li:last-child:after { display: none; }

@keyframes arrow {
  0% { transform: translateX(0); opacity: 1; }
  50% { transform: translateX(10px); opacity: 0.5; }
  100% { transform: translateX(0); opacity: 1; }
}

 
 
@media screen and (max-width:1440px) {
.procress .box01 ul { max-width: 930px; }
.procress .box01 ul li { width:250px;  margin:0px 30px 30px;  }
/* ¼ýÀÚ */
.procress .box01 ul li .step-num { font-size:16px; }
 
/* È­»ìÇ¥ */
.procress .box01 ul li:after { right: -40px; width:35px; }

 
/* ÅØ½ºÆ® */
.procress .box01 ul li .text-wrap .title { font-size:21px;}
.procress .box01 ul li .text-wrap .desc {font-size:14px;;}



/**** ÅØ½ºÆ® ****/

/* Å¸ÀÌÆ² */
.procress .box01 ul li .text-wrap .title { font-size:27px; }

/* ¼³¸í¹®±¸ */
.procress .box01 ul li .text-wrap .desc {font-size:16px;}
}




@media screen and (max-width:786px) {
.procress {padding:5% 0 9%;}
.procress .box01 ul { padding: 0 10px; }
.procress .box01 ul li { width: 100%; height: auto; display: block; position: relative; border-radius:12px; padding:18px 10px;  margin:0px 0px 20px; box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);}
.procress .box01 ul li .row { display: flex; align-items: flex-start; gap:15px; }

/* ¼ýÀÚ */
.procress .box01 ul li .step-num { position: absolute; left:15px; top:15px; font-size: 14px; }

/**** ¾ÆÀÌÄÜ ****/
.procress .box01 ul li .step-icon { bottom:-9px;  right:5px; width:70px; }

/* ÅØ½ºÆ® */
.procress .box01 ul li .text-area { margin-left:5px; padding-top:16px; padding-right:35px;}
.procress .box01 ul li .text-wrap { flex:1; text-align: left; }
.procress .box01 ul li .text-wrap .title { font-size:22px; margin-bottom:0px; }
.procress .box01 ul li .text-wrap .desc { font-size:14px; width:100%; }
.procress .box01 ul li:after {display:none;}
}





 
 


 




/*********************************************************¸ÞÀÎ ¼½¼Ç10. Ã¢¾÷ºñ¿ë, FAQ  ÅÇ¹öÆ° ¸Þ´º*************************************************************/


/***************1.Ã¢¾÷FAQ  *****************/  
/* ¶³¾îÁö´Â ·¹ÀÌ¾î*/
.faq {position:relative;  text-align:center; padding:0 0 7%; background:#fff8dc;  z-index: 1;}
.faqList {width:94%; max-width:1400px; display:block; margin:0 auto; }
.faq_box {margin:10px 0;  display:block; cursor:pointer; text-align:left; }


/* Áú¹® */
.faq_box .qustion {position:relative;   border-radius:30px ; background:#fff;;}
.faq_box .qustion a {display:block; position:relative; font-size:20px;  line-height:140%;  padding:20px 0 20px 60px;  font-weight:600; color:#000; }
.faq_box .qustion a:before {  content: "Q";  display: flex; justify-content: center; align-items: center; position: absolute;  left: 10px;  top: 50%;  transform: translateY(-50%);  width: 35px;
 height: 35px;  background-color: #F3A06D;  color: #fff;  font-weight: bold;  font-size: 18px;  border-radius: 50%; line-height: 35px; }



/* ´äº¯*/
.faq_box .answer {display:none; padding:30px 70px;  position: relative;}
.faq_box .answer:before {  content: "A";  display: flex; justify-content: center; align-items: center; position: absolute;  left: 30px;  top: 30px;   color: #F3A06D;  font-weight:900;  font-size:27px; line-height:1;}
.faq_box .answer p {font-size:18px; line-height:1.6; padding-bottom:7px;}
.faq_box .answer a {color:#F3A06D; animation:flicker 0.5s infinite;  font-weight:600;}
.faq_box .answer b { color:#000; font-weight:600; }








@media screen and (max-width:1024px) {
.faqList:before { background-size:50px; }




/* Áú¹® */
.faq_box .qustion a { font-size:15px; padding:10px 0 10px 30px;}
.faq_box .qustion a:before { left: 4px; width:20px; height:20px;  font-size: 16px;; line-height:20px; }




/* ´äº¯*/
.faq_box .answer { padding:20px 30px 15px;}
.faq_box .answer:before {left:10px;  top:20px;font-size:20px;}
.faq_box .answer p {font-size:15px;}
}








 
@media screen and (max-width:767px) {




/* Áú¹® */
.faq_box .qustion a { font-size:15px;}
.faq_box .qustion a:before { font-size: 13px;}




/* ´äº¯*/
.faq_box .answer:before {font-size:17px;}
.faq_box .answer p {font-size:13px;}
}










 

/******************* Ã¢¾÷ºñ¿ë  ***********************/
table {border-collapse: collapse;  width: 100%;  border: 1px solid  rgba(0, 0, 0, 0.2);  /* ÀüÃ¼ Å×ÀÌºí ¿Ü°û */}
table th, table td {  border: 1px solid  rgba(0, 0, 0, 0.2);  /* ¼¿ ±¸ºÐ¼± */  padding: 10px;  text-align: left;}
.m_money  { z-index: 1;position:relative;  text-align:center; padding-bottom:5%;  background:#fff8dc;}
.m_money::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: url('../../img/pa_bg.png');  background-repeat:no-repeat; background-position:0 0;   z-index: -1;   pointer-events: none;  }
.tstyle_common {width:92%; max-width:1400px; margin:0 auto; padding-top:3%}
.tstyle_common thead {background:#F3A06D;}
.tstyle_common tfoot {background:#FFB500;}
.tstyle_common td span {color:#fff; }
.tstyle_common thead th,
.tstyle_common tfoot th{ padding:20px 10px;  font-size:22px; color:#fff; font-weight:800; text-align:center; }
.tstyle_common td{ color:#000; padding:20px 10px;  font-size:18px;   line-height:120%; text-align:center;}
.tstyle_common td b {font-weight:800; font-size:20px;  }
.tstyle_common td b.red {color:#F3A06D; animation:flicker 0.4s infinite;}
.tstyle_common caption {font-size:0; line-height:0;}
.tstyle_common .tL {text-align:left;}




/* ÇÏ´Ü Ãß°¡ ¹®±¸ ÅØ½ºÆ® */
.txt_add {width:92%; max-width:1400px; margin:1.5% auto; text-align:left;}
.txt_add li {padding:7px 0 7px 20px; position:relative; font-size:18px; }
.txt_add li:before { content: ''; position: absolute; top:40%; left:4px; width:7px; height:7px; z-index:100; display:block; background-size:100%; background:#F3A06D; animation:rotate 6s linear infinite;}
.txt_add li b {color:#F3A06D;}




@media screen and (max-width:1024px) {
.m_money::before { background-size:50px; }
.tstyle_common thead th,
.tstyle_common tfoot th{ padding:15px 5px; font-size:17px;}
.tstyle_common td{ padding:15px 5px; font-size:14px;}
.tstyle_common td b {font-size:16px;}
.m_money .rotate_txt {margin-right:-150px;}
.txt_add li {padding:5px 0px 5px 15px;  font-size:16px; }
.txt_add li:before { left:2px; width:5px; height:5px; top:13px;}
}




@media screen and (max-width:767px) {
.tstyle_common thead th,
.tstyle_common tfoot th{ padding:12px 1px;  font-size:14px;}
.tstyle_common td{ padding:12px 1px;  font-size:12px;}
.tstyle_common td b {font-size:12px; }
.m_money .rotate_txt {margin-right:-115px;}
.txt_add li {padding:5px 0px 5px 12px;  font-size:12px; }
.txt_add li:before {width:4px; height:4px; top:11px;}
}
 





 




/******************************************************************* ¸ÞÀÎ¼½¼Ç11. Ã¢¾÷ÁÖ ÀÎÅÍºä :: À¯Æ©ºê¿µ»ó  *************************************************************/
.m_movie {width:100%;  padding:2% 0;  position:relative; position:relative; text-align:center;}
.petshop-video-section {max-width:1400px;  width:88%; margin: 0 auto;}
.video-list { display: flex; flex-wrap: wrap;  gap: 2.5%;  justify-content: center; margin-bottom:40px; }

/**** ¹Ú½º ****/
.video-list li {width: 30%;border-radius: 16px; overflow: hidden; position: relative; transition: transform 0.3s ease;}
.video-list li:hover {  transform: translateY(-8px);}
.video-card { background: #FFEDCE; padding:30px 15px; border:1px solid #F3A06D; border-radius:30px; overflow: hidden; box-shadow: 0 6px 18px rgba(0,0,0,0.08); transition: 0.3s ease; text-align: center;}
.video-thumb {width: 100%; border-radius:24px; padding-top: 65%; background-size: cover; background-position: center;  position: relative;  border-bottom: 1px solid #ffd4a8;}


/**** ÇÃ·¹ÀÌ¹öÆ° ****/
.play-button {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 60px;  height: 60px;  background-color: #F3A06D;  border-radius: 50%;
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='10,8 16,12 10,16' /%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: center;background-size:40px; text-indent: -9999px;box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); cursor: pointer;  transition: transform 0.3s ease;}
.play-button:hover {transform: translate(-50%, -50%) scale(1.15);  background-color: #E48042;}

/**** ÁÂÃø »ó´Ü ¹Ú½º ±ÛÀÚ  ****/
.badge { position: absolute; top: -15px; left: 10px; background-color: #F3A06D; color: white; font-size:0.9rem; line-height:1; padding:9px 12px;  border-radius:999px; box-shadow: 0 2px 6px rgba(0,0,0,0.15);}

/**** ÇÏ´Ü ÅØ½ºÆ® ****/
.video-desc { margin-top: 14px; font-size: 18px; color: #333;}
.more-videos {  text-align: center;}

/**** ´õ ¸¹Àº ¿µ»óº¸±â ¹öÆ° ****/
.more-videos a { background:url('../../img/icon_paw_w.png') no-repeat 19px center; background-size:25px; display: inline-block; background-color: #F3A06D;color: #fff; font-weight: bold; font-size: 18px;  padding:14px 25px 15px 55px; border-radius: 999px;  text-decoration: none;  box-shadow: 0 4px 10px rgba(0,0,0,0.2);  transition: background-color 0.3s ease;}
.more-videos a:hover { background-color: #E48042;}



@media screen and (max-width: 1280px) {


/**** ÇÃ·¹ÀÌ¹öÆ° ****/
.play-button {width:40px;  height:40px; background-size:30px;}

/**** ÇÏ´Ü ÅØ½ºÆ® ****/
.video-desc { margin-top: 10px; font-size: 18px;}

/**** ´õ ¸¹Àº ¿µ»óº¸±â ¹öÆ° ****/
.more-videos a {font-size: 16px;}
}


@media screen and (max-width: 1024px) {
.m_movie {padding:7% 0;}  

.video-card {padding:22px 10px; 15px} 

/**** ÇÏ´Ü ÅØ½ºÆ® ****/
.video-desc { font-size: 16px;}

/**** ´õ ¸¹Àº ¿µ»óº¸±â ¹öÆ° ****/
.more-videos a {font-size: 14px;  padding:10px 20px 11px 45px; background-size:20px;}
}


@media screen and (max-width: 767px) {
/**** ÇÏ´Ü ÅØ½ºÆ® ****/
.video-desc { font-size: 14px;}


/**** ¹Ú½º ****/
.video-list li {width:100%;  margin:10px 0;}
}



#portfol_load { display: block; width: 100%; max-width: 160px; margin: 20px auto; text-align: center; margin-left: 42%; border: 1px solid #000; padding: 10px 0;}
/* movie opup CSS */
.mfp-bg {top: 0;left: 0; width: 100%; height: 100%;z-index: 1042;  overflow: hidden; position: fixed;background: #0b0b0b; opacity: 0.8; }
.mfp-wrap { top: 0;left: 0;width: 100%;  height: 100%;z-index: 1043;position: fixed;  outline: none !important; -webkit-backface-visibility: hidden; }
.mfp-container {text-align: center; position: absolute; width: 100%;  height: 100%; left: 0; top: 0;padding: 0 8px;  box-sizing: border-box; }
.mfp-container:before { content: ''; display: inline-block;  height: 100%; vertical-align: middle; }
.mfp-align-top .mfp-container:before {  display: none; }
.mfp-content {position: relative;  display: inline-block;  vertical-align: middle;  margin: 0 auto;text-align: left;  z-index: 1045; }
.mfp-close{overflow: visible;cursor: pointer;background: transparent;border: 0; -webkit-appearance: none; display: block; outline: none; padding: 0; z-index: 1046; box-shadow: none; touch-action: manipulation; }
.mfp-close {width: 44px; height: 44px; line-height: 44px;position: absolute;right: 0;top: 0; text-decoration: none;text-align: center;opacity: 0.65;padding: 0 0 18px 10px; color: #FFF; font-style: normal;font-size: 28px; font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus { opacity: 1; }
.mfp-close:active { top: 1px; }
.mfp-iframe-holder {padding-top:40px; padding-bottom: 40px;}
.mfp-iframe-holder .mfp-content {line-height: 0;  width: 100%; max-width: 900px;}
.mfp-iframe-holder .mfp-close { top: 0px; }
.mfp-iframe-scaler { width: 100%; height: 0; overflow: hidden; padding-top: 56.25%;}
.mfp-iframe-scaler iframe { position: absolute; display: block;top: 0; left: 0; width: 100%; height: 100%; box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); background: #000;}











/******************* ¼½¼Ç12. ¸®ºä ·Ñ¸µ¹è³Ê ***********************/
.mreview {position:relative; text-align:center; padding:3% 0 7%; background:url('../../img/bg_r.jpg') no-repeat center top; background-size:cover; overflow:hidden;}
.mreview::before {content:""; position:absolute; top:0; left:0; width:100%; height:100%; background:linear-gradient(to right, rgba(148,221,194,0.85), rgba(148,221,194,0.2)), rgba(0,0,0,0.4); z-index:1;}
.mreview > * {position:relative; z-index:2;}
.mreview .gb_arlim {position:relative; }
.mreview .popup_li img {width:96%; position:relative; margin:2%;box-shadow: 3px 3px 8px rgba(0,0,0,0.3); opacity:0.8; transform : scale(0.9); transition: all 0.35s ease-in-out; border-radius:15px;}
.mreview .popup_li img:before {content:""; position:absolute; top:0; left:0; width:100%; height:100%; background:rgba(255,255,255,0.4); backdrop-filter: blur(3px); z-index:0;}
.mreview .popup_li .slick-center img{ transform : scale(1); opacity:1; }
.mreview .gb_arlim { max-width:100%; width:100%; }








/* ·Ñ¸µ¹è³Ê °øÅë ÀÌÀü ´ÙÀ½ Àç»ý¹öÆ° */
.mreview  .prev {left:5%; } 
.mreview  .next {right:5%;}
 








@media screen and (max-width:1280px) {
.mreview  .prev {left:5%; } 




.mreview  .next {right:5%;}
}




@media screen and (max-width:767px) {
.mreview  .prev {left:9%; } 
.mreview  .next {right:9%;}
} 




/*1µî·©Å· Æ÷ÀÎÆ® ºÎºÐ*/
.mreview .gb_arlim .phone {position:absolute; width:21.4%; height:100%; text-align:center; display:block; top:41.5%; left: 50%; transform: translate(-50%,-50%); z-index:100;} 
.mreview .gb_arlim .phone .inner {position:relative; width:100%; height:100%;} 
.mreview .gb_arlim .phone img {width:100%;}
.mreview .gb_arlim .phone .first {position:absolute; right:0; top:0; z-index:15;} 
.mreview .gb_arlim .phone .first:before {content:"";position: absolute; top:0; right:0; width:120px; height:120px; z-index:-1; background:url(../../img/review_phone_first_bg.png) no-repeat 0 0;  animation:rotate 6s linear infinite;} 
.mreview .gb_arlim .phone .first img, 
.mreview .gb_arlim .phone .first:before {width:120px; height:120px; background-size:100%;} 


@media screen and (max-width:1279px){ 
.mreview .gb_arlim .phone {width:36%;} 
.mreview .gb_arlim .phone .first img, 
.mreview .gb_arlim .phone .first:before {width:100px; height:100px; background-size:100%;} 
} 




@media screen and (max-width:767px){ 
.mreview .gb_arlim .phone {width:72%;}
.mreview .gb_arlim .phone .first img, 
.mreview .gb_arlim .phone .first:before {width:80px; height:80px;} 
}