/***************************************** ·Ñ¸µ¹è³Ê¿¡ »ç¿ëµÈ °øÅë ÁÂ¿ì¹öÆ° ÇÏ´Ü ¿µ¿ª ¹öÆ° ***************************************/

/* ·Ñ¸µ¹è³Ê °øÅë ÀÌÀü ´ÙÀ½ Àç»ý¹öÆ° */
.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 rgba(255,0,0,0.6);}
.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='red' 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='red' 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:1000px; margin:0 auto;text-align:center;}
.sec3-tab a{flex:1;position:relative;background:#FFF1E6; padding:18px 30px; line-height:1.2;border-radius:15px 15px 0 0; font-size:22px; color:#e70017; margin:0 1px; font-weight:600;transition:all .4s;text-align:center;}
.sec3-tab a.active{background-color:#e70017;color:#fff;z-index:2; }

/*** ÅÇ ÄÁÅÙÃ÷ ¹Ú½º***/ 
.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;}
.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:14px; height:14px; border:1px solid #fff; background:transparent; margin:0 10px; opacity:1; z-index:100; outline:none !important; box-shadow:none !important; user-select:none; }
.mainslide .main_pagination > span.swiper-pagination-bullet-active {background:#fff;}

/* 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 .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 {position: absolute;top: 50%;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{ font-family: 'Gugi', cursive;  font-weight:900;  line-height:100%; font-size:175px; color:#fff; letter-spacing:0em; }
.main_item .text_g .txt1 {color:#ffda00;}

/* Å«ÆùÆ® ÇÑ±Û¿ë */
.main_item .text_g .ko {font-size: 0.9em; color: inherit; font-weight:800; font-family: "Pretendard Variable", "Noto Sans KR", sans-serif; }
 
/* ÀÛÀº ¼³¸í±Û */
.main_item .text_g .txt3  {padding-top:25px; }
.main_item .text_g .txt3 b {display:inline-block;  font-weight:700;  font-size:54px; line-height:1;position: relative; margin:9px 0; color:#fff;}

/* ¶óÀÎ */
.main_item.swiper-slide-active .text_g .txt3 b:after { content: ""; position: absolute; bottom:-4px;left: 0;width: 100%; height:22px; background-color: rgba(255, 0, 0, 0.5);  z-index:-1;  animation: underline 3s ease forwards;}
@keyframes underline {
 from {width:0;}
 to {width:100%;}
}

.main_item .text_g .txt1 {z-index:1;}
.main_item .text_g .txt2,.main_item .text_g .txt3 {z-index:3;}

/* Áß¾Ó ¹®±¸ ÀÌ¹ÌÁö  */
.main_item .text_g .img {z-index:2; position: absolute;top: 50%;left: 50%;width:100%; text-align:center; transform: translate(-50%,-50%);}

/* È¸Àü¹è°æ */
.main_item .text_g .img_bg {z-index:1; position: absolute;top: 50%;left: 50%;width:100%; text-align:center; transform: translate(-50%,-50%); }
.main_item.swiper-slide-active .text_g .rotate_01 img {animation:rotate_70 2s ease-out 1 forwards;}
 
/** µ¿¿µ»ó **/
.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,
.main_item .text_g .txt2 {font-size:160px;}

/* ÀÛÀº ¼³¸í±Û */
.main_item .text_g .txt3 b { font-size:50px; }

/* Áß¾Ó ¹®±¸ ÀÌ¹ÌÁö */
.main_item .text_g .img img,
.main_item .text_g .img_bg img {width:550px;}
}



@media screen and (max-width:1440px){
/* Áß¾Ó ¹®±¸ ÅØ½ºÆ® */
.main_item .text_g .txt1,
.main_item .text_g .txt2 {font-size:140px;}

/* ÀÛÀº ¼³¸í±Û */
.main_item .text_g .txt3  b{font-size:45px;}

/* Áß¾Ó ¹®±¸ ÀÌ¹ÌÁö */
.main_item .text_g .img img,
.main_item .text_g .img_bg img {width:500px;}
}



@media screen and (max-width:1280px){
/* Áß¾Ó ¹®±¸ ÅØ½ºÆ® */
.main_item .text_g .txt1,
.main_item .text_g .txt2 {font-size:120px;}

/* ÀÛÀº ¼³¸í±Û */
.main_item .text_g .txt3 b {font-size:40px;}

/* Áß¾Ó ¹®±¸ ÀÌ¹ÌÁö */
.main_item .text_g .img img,
.main_item .text_g .img_bg img {width:450px;}
}




@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:8px;height:8px; margin: 0 6px; border:1px solid #fff;background:transparent;margin: 0 10px;opacity: 1; z-index: 100;}
.mainslide .main_pagination>span.swiper-pagination-bullet-active {background:#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,
.main_item .text_g .txt2 {font-size:80px;}

/* ÀÛÀº ¼³¸í±Û */
.main_item .text_g .txt3  {  padding-top:10px;}
.main_item .text_g .txt3 b { font-size:30px; margin:5px 0;}
.main_item.swiper-slide-active .text_g .txt3 b:after {height:10px;}

/* Áß¾Ó ¹®±¸ ÀÌ¹ÌÁö */
.main_item .text_g .img img,
.main_item .text_g .img_bg img {width:400px;}
}


@media screen and (max-width:767px){
.c_full,
.c_full .section_inner {height:550px !important; min-height:auto;}

/* Áß¾Ó ¹®±¸ ÅØ½ºÆ® */
.main_item .text_g .txt1,
.main_item .text_g .txt2 {font-size:54px;}

/* ÀÛÀº ¼³¸í±Û */
.main_item .text_g .txt3 b {font-size:20px;}

/* Áß¾Ó ¹®±¸ ÀÌ¹ÌÁö */
.main_item .text_g .img img,
.main_item .text_g .img_bg img {width:250px;}
}
 
 



/******************* ¼½¼Ç2. NO1. ºê·£µå (¼ýÀÚÄ«¿îÅÍ) ***********************/
.brand {width:100%; position:relative; text-align:center; background:#191919 url(../../img/p_bg1.png) repeat center; z-index:0; overflow:hidden;}
.brand .inner { width:100%; height:100%; padding:7% 0; }
.brand  img {width:100%;}

/* »ó´Ü*/
.brand .brand_top {width:90%; margin:0 auto; max-width:1000px;}

/* »ó´Ü ·Î°í*/
.brand .brand_top .logo img {width:320px; margin-bottom:10px;}

/* »ó´Ü Å¸ÀÌÆ² Å« ±Û¾¾*/
.brand .brand_top strong{color:#fff; text-align:center; font-size:70px;  letter-spacing:0;  font-family: 'Gugi', cursive;  font-weight:900;  margin:30px 0; line-height:1.1; }
.brand .brand_top strong span {color:#ffda00;  font-family: 'Black Han Sans', sans-serif;  font-size:1.1em; font-weight:300;}

/* ¼³¸í±Û °­Á¶ ÅØ½ºÆ® */
.brand .brand_top b {color:#fff; font-size:30px; font-weight:600; display:block; line-height:1.4; } 
.brand .brand_top b span {font-weight:900;}

/* ¼³¸í±Û ÀÛÀº ÅØ½ºÆ® */
.brand .brand_top p {color:#fff;  font-size:21px; margin:30px auto; max-width:700px; line-height:1.8;} 
.brand .brand_top p span{color:#fff;  background:#e9182d; padding:0 3px; margin:0 3px;} 

/* ÁÂÃøÇÏ´Ü  ÀÌ¹ÌÁö */
.brand  .img1 {position:absolute; left:-10%; bottom:-10%; z-index:-1; width:33%;}

/* ¿ìÃø »ó´Ü  ÀÌ¹ÌÁö */
.brand  .img2 {position:absolute; right:-10%; top:-10%; z-index:-1; width:33%;}
 
/* ¼ýÀÚÄ«¿îÆ® */
.m_count {width:100%; max-width:1000px; margin:0 auto; padding-top:30px;}
.m_count ul li {display:inline-block; margin:0 1.5%;}
.m_count ul li dl {text-align:left; }
.m_count ul li dl dt {display:inline-block; float:left; }

/* Ä«¿îÅÍ ¼ýÀÚºÎºÐ*/
.m_count ul li dl dt .counter {font-family: 'Dokdo', cursive;  color:#fff; font-size:200px; padding-right:7px; line-height:90%;letter-spacing:-20px; }

/* ±ÛÀÚ ºÎºÐ*/
.m_count ul li dl dd {display:inline-block; float:left; font-size:40px; font-weight:400; color:#e9182d; line-height:1; padding:25px 0 0 20px;  font-family: 'Gugi', cursive; }

/* »¡°£ ¹Ú½º ±ÛÀÚ ºÎºÐ*/
.m_count ul li dl dd b  {font-family: 'Gugi', cursive;  color:#fff; position:relative; z-index:0; line-height:1;display:inline-block; margin-bottom:10px;}
.m_count ul li dl dd b:after { content: "";position: absolute;  top:-7px; left: -7px; width:125%;height:120%; background: url('../../img/stemp.svg') no-repeat center / cover; z-index: -1; opacity: 0.95; transform: rotate(-3deg); }



@media screen and (max-width:1440px) {
/* »ó´Ü Å¸ÀÌÆ² Å« ±Û¾¾*/
.brand .brand_top strong{font-size:65px;}

/* ¼³¸í±Û °­Á¶ ÅØ½ºÆ® */
.brand .brand_top b { font-size:28px;} 

/* ¼³¸í±Û ÀÛÀº ÅØ½ºÆ® */
.brand .brand_top p {font-size:17px;} 

/* Ä«¿îÅÍ ¼ýÀÚºÎºÐ*/
.m_count ul li dl dt .counter {font-size:180px;}

/* ±ÛÀÚ ºÎºÐ*/
.m_count ul li dl dd {font-size:35px;}
}




@media screen and (max-width:1280px) {
/* ¼³¸í±Û °­Á¶ ÅØ½ºÆ® */
.brand .brand_top strong{font-size:60px;}

/* Ä«¿îÅÍ ¼ýÀÚºÎºÐ*/
.m_count ul li dl dt .counter {font-size:160px;}

/* ±ÛÀÚ ºÎºÐ*/
.m_count ul li dl dd {font-size:30px;  padding:25px 0 0 20px;}
}




@media screen and (max-width:1024px) {
.brand .inner {padding:10% 0; }

/* »ó´Ü ·Î°í*/
.brand .brand_top .logo img {width:200px;}
.brand .brand_top strong{font-size:50px; margin:10px 0;}

/* ¼³¸í±Û °­Á¶ ÅØ½ºÆ® */
.brand .brand_top b { font-size:24px;} 

/* ¼³¸í±Û ÀÛÀº ÅØ½ºÆ® */
.brand .brand_top p {font-size:15px;} 

/* ¼ýÀÚÄ«¿îÆ® */
.m_count {padding-top:10px;}

/* ¼ýÀÚÄ«¿îÆ® */
.m_count {padding-top:0px; }
.m_count ul li { margin:0 0.5%;}
.m_count ul li dl dt .counter {font-size:120px; letter-spacing:-10px;}

/* ±ÛÀÚ ºÎºÐ*/
.m_count ul li dl dd {font-size:24px;  padding:10px 0 0 10px;}

/* »¡°£ ¹Ú½º ±ÛÀÚ ºÎºÐ*/
.m_count ul li dl dd b  { margin-bottom:5px;}
.m_count ul li dl dd b:after {top:-3px; left: -2px; }
}




@media screen and (max-width:786px) {
.brand .inner {padding:20% 0; }

/* ÁÂÃøÇÏ´Ü / ¿ìÃø»ó´Ü  ÀÌ¹ÌÁö */
.brand  .img1,
.brand  .img2 {width:60%;}

/* »ó´Ü ·Î°í*/
.brand .brand_top .logo img {width:160px;}
.brand .brand_top strong{font-size:40px;}

/* ¼³¸í±Û °­Á¶ ÅØ½ºÆ® */
.brand .brand_top b { font-size:21px;} 

/* ¼³¸í±Û ÀÛÀº ÅØ½ºÆ® */
.brand .brand_top p {font-size:13px;} 

/* Ä«¿îÅÍ ¼ýÀÚºÎºÐ*/
.m_count ul li dl dt .counter {font-size:80px;}

/* ±ÛÀÚ ºÎºÐ*/
.m_count ul li dl dd {font-size:16px;  padding:5px 0 0 5px;}
}
 



 




/******************* ¼½¼Ç3. Enjoy ¾²¸® ºí·° ***********************/
.con_block3 {width:100%; padding:2% 0;}
.con_block3 ul {display:flex; flex-wrap:wrap; margin:0 auto; max-width:1600px; width:86%;}

/* ¹Ú½º  */
.con_block3 ul li {width:30.33%; margin:0 1.5%; border-radius:20px; box-sizing: border-box;  border:3px solid #e70017;}
.con_block3 ul li dl {width:100%; padding:30px 5% 40px;}

/* Å¸ÀÌÆ² */
.con_block3 ul li dl dt {position:relative; text-align:center; font-size:57px; font-family: 'Black Han Sans', sans-serif; line-height:1; color:#e70017; text-align:center; padding-bottom:3%; margin-bottom:5%;}
.con_block3 ul li dl dt:before {content:""; position:absolute; left:22%; width:56%; height:1px; opacity:0.4; bottom:0; display:block; z-index:10; background:#e70017;}

/* ¼Ò±×¸² ¾ÆÀÌÄÜ ÅØ½ºÆ® */
.con_block3 ul li dl dt .icon {font-size:15px; padding-top:32px; height:110px; width:140px; color:#fff; text-align:center; margin:0 auto;  font-family: "Pretendard Variable";  font-weight:600; background:url(../../img/cb_icon_bg.png) no-repeat 0 0; background-size:100%;}

/* °£·« ¼³¸í */
.con_block3 ul li dl dd {font-size:20px; text-align:center; line-height:1.4;}



@media screen  and (max-width:1600px) {
/* Å¸ÀÌÆ² */
.con_block3 ul li dl dt {font-size:50px;}

/* °£·« ¼³¸í */
.con_block3 ul li dl dd {font-size:18px;}



.con_block3 ul li dl dt .icon {height: auto; aspect-ratio: 7 / 5;}
}



@media screen  and (max-width:1440px) {
/* Å¸ÀÌÆ² */
.con_block3 ul li dl dt {font-size:44px;}

/* ¼Ò±×¸² ¾ÆÀÌÄÜ ÅØ½ºÆ® */
.con_block3 ul li dl dt .icon {font-size:12px; padding-top:26px;  width:120px;}

/* °£·« ¼³¸í */
.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 dd {font-size:15px;}
}



@media screen  and (max-width:1024px) {
.con_block3 ul li {width:100%; margin:3% auto;  max-width:600px; }
.con_block3 ul li dl {padding:20px 5% 30px;}

/* ¼Ò±×¸² ¾ÆÀÌÄÜ ÅØ½ºÆ® */
.con_block3 ul li dl dt .icon {font-size:11px; padding-top:22px;  width:100px; }

/* °£·« ¼³¸í */
.con_block3 ul li dl dd {font-size:13px;}
}


@media screen  and (max-width:768px) {
/* Å¸ÀÌÆ² */
.con_block3 ul li dl dt {font-size:32px;}

/* ¼Ò±×¸² ¾ÆÀÌÄÜ ÅØ½ºÆ® */
.con_block3 ul li dl dt .icon {font-size:11px; padding-top:17px;  width:80px; }
}





 







/*********************************************************¸ÞÀÎ ¼½¼Ç4. ABOUT US ÅÇ¹öÆ° ¸Þ´º*************************************************************/




/******************* ºê·£µå ¼Ò°³ - 1. ½ºÅä¸®   ***********************/
.story {width:100%; position:relative;}
.story dl {padding:0; margin:0 auto;  width:100%; background:#E9182D  url(../../img/p_bg1.png) repeat center; display:flex; flex-wrap:wrap;}
.story dl dt {float:left; width:43%; background:url('../../img/StoryMain.jpg') no-repeat center center; background-size:cover;}
.story dl dd {float:right; width:47%; padding:4% 5%; text-align:left;}
.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-weight:500; 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 {font-weight:700; color:#fff1e6;}
.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 #e9182d;  font-size:60px; display:block;  padding:30px 0 15px;  margin-bottom:20px;  line-height:100%;font-family: 'Black Han Sans', sans-serif; }
.b_history dl dd b:after {content:"";display:block; clear:both; background:#E70017; 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:#e70017; 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:#513326 url(../../img/p_bg1.png) repeat center; padding:6% 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-weight:500; padding-bottom:40px;}

/*¹è³Ê¹Ú½º */
.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:#3e2723;border-radius:10px; 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{padding:7px;text-align:center; border-radius:3px; background:#fff;} 
.menu_li dl dt img{max-width:100%;height:auto;display:block;margin:0 auto;} 

/* ÅØ½ºÆ® ¹Ú½º*/
.menu_li dl dd { position: relative; height: 150px; text-align: center;  background: #5d4037;  color: #fff; border-top: 2px solid #E9182D;}
.fade-text {max-height: 100%; overflow-y: auto; padding-right: 6px;}

 /* ÅØ½ºÆ® - Å¸ÀÌÆ² */
.menu_li dl dd b{display:block; font-size:27px;line-height:1.3;color:#E9182D; padding:20px 0 15px; font-weight:600; }

 /* ÅØ½ºÆ® - ÀÛÀº±Û ¼³¸í±Û */
.menu_li dl dd p {font-size:16px; line-height:1.5; color:#fff; padding:0 3% 20px; }

/* ±×¶óµ¥ÀÌ¼Ç ¸¶½ºÅ·Àº dd */
.menu_li dl dd::after { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 2em; background: linear-gradient(to top, #5d4037, transparent); pointer-events: none; }
.fade-text::-webkit-scrollbar {width:6px;}
.fade-text::-webkit-scrollbar-track { background: #96817C;}
.fade-text::-webkit-scrollbar-thumb {  background-color: #FFBC19; border-radius: 3px;}


@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:20px;}
}


@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:17px; padding:15px 0 10px;}

 /* ÅØ½ºÆ® - ÀÛÀº±Û ¼³¸í±Û */
.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:#e70017;   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:20px; letter-spacing:0; color: #FFB500; border-top:1px solid #FFB500; border-bottom:1px solid #FFB500; padding:1.3%; line-height:100%; display:inline-block;  margin-bottom:20px;}

/* Å« Å¸ÀÌÆ² */
.value_section .con_box li .con_wrap .title_box h4{font-size:31px; line-height:120%; color: #fff; font-family:'GmarketSansBold';  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_05.jpg");}
.value_section .value_img .bg_box_02{background-image: url("../../img/why_bg_06.jpg");}
.value_section .value_img .bg_box_03{background-image: url("../../img/why_bg_07.jpg");}
.value_section .value_img .bg_box_04{background-image: url("../../img/why_bg_08.jpg");}

@media screen and (max-width:1440px){
/* ÀÛÀº Å¸ÀÌÆ² */
.value_section .con_box li .con_wrap .title_box h3{font-size:18px;}

/* Å« Å¸ÀÌÆ² */
.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:13px;}
.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:5px; border:1px solid #e9182d; background:#fff; border-radius:3px;}
.store_slide>.store_pagination>span {background:#e9182d;}

/** ÀÌ¹ÌÁö ¹Ú½º **/
.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: 100%;  height: 280px; border-radius: 50% 50% 0 0;  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: #FFF1E6; padding: 30px; text-align: center; border-radius: 0 0 0 0; }

/** Å¸ÀÌÆ² **/
.store_name { font-size: 22px; font-weight: 600; color: #000; margin-bottom: 20px; }

/** ¾ÆÀÌÄÜ **/
.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: #e9182d; 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: #e9182d; }


@media screen and (max-width:1024px) {
.store_item { width:270px;}
.img_inner.bgimg { height: 200px; }

/** ÀÌ¹ÌÁö ¹Ú½º **/
.info_box { padding: 15px; }

/** Å¸ÀÌÆ² **/
.store_name { font-size:19px; margin-bottom:14px; }

/** ¾ÆÀÌÄÜ **/
.store_info .icon { width: 20px; height: 20px;  margin: 0 2px; }
}

@media screen and (max-width:786px) {
.store_item { width:230px;}
.img_inner.bgimg { height: 170px; }

/** Å¸ÀÌÆ² **/
.store_name { font-size:17px; margin-bottom:9px; }
}





 
/******************* ¼½¼Ç8. °í¸ÅÃâ ÇàÁø ·Ñ¸µ¹è³Ê  ***********************/
.mstore { position:relative;  text-align:center; padding:3% 0 7%; background:#E9182D url(../../img/p_bg1.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: #f5f5dc; padding:1.5rem ; box-sizing: border-box; border-radius:0.7rem; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);  }
.container::before {content: "";  position: absolute;  inset: 0;  background-image: url('https://www.transparenttextures.com/patterns/noisy.png');background-repeat: repeat; opacity: 0.7;  pointer-events: none; z-index: 0;}
.container > * {  position: relative;  z-index: 1;}

/* Å¸ÀÌÆ² */
h3 { color: #d32f2f; font-size: 30px; margin-bottom: 0.2rem; }

/* ¼­ºê Å¸ÀÌÆ²  */
.subtitle { color: #513326; margin-bottom:1rem; font-size:20px; font-weight:600;}

/* »ó¼¼ ¸ñÂ÷  */
.info-table { background: #fff; border: 1px solid #ccc; border-radius: 8px; padding: 1rem; box-shadow: 0 2px 5px rgba(0,0,0,0.05); margin-bottom: 1rem; }
.info-table .row { display: flex; justify-content: space-between; padding: 0.4rem 0; border-bottom: 1px solid #eee; font-size: 16px; align-items: flex-start; position: relative; /* Ãß°¡ */}

/* ¿ù¸ÅÃâ  */
.info-table .highlight { color: #d32f2f; font-weight: bold; font-size: 20px; position: absolute;   right: 1.5rem; top: 0.1rem;}

/* ¿ù¼ø¼öÀÍ */
.net-profit-box { background: #212121;  padding: 1rem; border-radius:10px;  }
.net-profit-box  p{ color:#fff; font-size:1.4rem; }

/* °¡°Ý */
.net-profit-box .profit-highlight { color: #ffeb3b; font-size:1.8rem; font-weight: bold; }

/* ¿ø*/
.net-profit-box .unit { margin-left: 0.2rem; font-size:1.1rem;  color:#fff; }



@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:17px; }
}




/********************************************* ¼½¼Ç9. Ã¢¾÷ÀýÂ÷ ¾È³» *************************************************/
.procress { position: relative; padding:2% 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; height: 320px; background: #e91e30; margin:30px 40px; border-radius: 50%; box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); transition: all 0.4s ease; display: flex; align-items: center; justify-content: center; }
.procress .box01 ul li:hover { transform: scale(1.05); }

/* È­»ìÇ¥ */
.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; }

/* ¼ýÀÚ */
.procress .box01 ul li .step-num { font-size:18px; font-weight: 600; color: #fff; padding:2px 10px; border-top: 1px solid #fff; border-bottom: 1px solid #fff; }

/* ¾ÆÀÌÄÜ */
.procress .box01 ul li .step-icon { width:100%; height: 60px; margin:10px auto; background-size: contain; background-repeat: no-repeat; background-position: center; 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 .text-wrap { text-align: center; }
.procress .box01 ul li .text-wrap .title { font-size: 23px; color: #fff; font-weight: bold; margin-bottom:8px; }
.procress .box01 ul li .text-wrap .desc {width:88%; margin:0 auto; font-size: 16px; color: #fff; line-height: 1.5; word-break: keep-all; }
 
/* È¸»ö ¹Ú½º */
.procress .box01 ul li:nth-child(2),
.procress .box01 ul li:nth-child(5) { background:#eee; }
.procress .box01 ul li:nth-child(2) .step-num,
.procress .box01 ul li:nth-child(5) .step-num,
.procress .box01 ul li:nth-child(2) .text-wrap .title,
.procress .box01 ul li:nth-child(5) .text-wrap .title,
.procress .box01 ul li:nth-child(2) .text-wrap .desc,
.procress .box01 ul li:nth-child(5) .text-wrap .desc { color: #000; border-color: #000; }

/* ³ë¶õ ¹Ú½º */
.procress .box01 ul li:nth-child(3),
.procress .box01 ul li:nth-child(6) { background: #FFB500; }

@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; height: 250px; margin:20px 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;;}
}


@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:10px;  margin:10px 0px;   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: 0; top: 0; width:20px; height:20px; font-size: 14px; background: #fff; border: 1px solid #aaa; border-radius: 4px; color: #333; text-align: center; line-height:20px; padding: 0; }

/* ¾ÆÀÌÄÜ */
.procress .box01 ul li .step-icon { width:50px; height:50px; background-size: contain; background-repeat: no-repeat; background-position: center; flex-shrink: 0; }

/* ÅØ½ºÆ® */
.procress .box01 ul li .text-area { margin-left:25px; padding-top:0px; }
.procress .box01 ul li .text-wrap { flex:1; text-align: left; }
.procress .box01 ul li .text-wrap .title { font-size: 17px; margin-bottom: 4px; }
.procress .box01 ul li .text-wrap .desc { font-size: 13px; 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;}
.faq::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%;background: url('../../img/bg_p2.png') repeat; opacity:0.4;  z-index: -1;   pointer-events: none; }

.faqList {width:94%; max-width:1400px; display:block; margin:0 auto;  border-top:2px solid #e9182d;  border-bottom:1px solid #e9182d; }
.faq_box {border-bottom:1px solid #e70017; display:block; cursor:pointer; text-align:left; }

/* Áú¹® */
.faq_box .qustion {position:relative; }
.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: #E9182D;  color: #fff;  font-weight: bold;  font-size: 18px;  border-radius: 50%;  border-radius: 50%; line-height: 35px; }

/* ´äº¯*/
.faq_box .answer {display:none; padding:30px 70px;  border-top:1px solid #e70017; position: relative;}
.faq_box .answer:before {  content: "A";  display: flex; justify-content: center; align-items: center; position: absolute;  left: 30px;  top: 30px;   color: #E9182D;  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:#E9182D ; 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: url('../../img/bg_p2.png') repeat; opacity:0.4;  z-index: -1;   pointer-events: none;  }
.tstyle_common {width:92%; max-width:1400px; margin:0 auto; padding-top:3%}
.tstyle_common thead {background:#E9182D ;}
.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:#E9182D ; 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:#E9182D ; animation:rotate 6s linear infinite;}
.txt_add li b {color:#E9182D ;}

@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; background-color: #ffffff;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg fill='%23efede6' fill-opacity='0.4'%3E%3Cpolygon fill-rule='evenodd' points='8 4 12 6 8 8 6 12 4 8 0 6 4 4 6 0 8 4'/%3E%3C/g%3E%3C/svg%3E");}
 
/* ¹Ú½º ¸®½ºÆ® */
.m_movie_box {margin:0 auto 2%; max-width:1500px; width:86%; }
.m_movie_box ul {width:100%; position:relative;}
.m_movie_box ul:after{content:"";display:block;clear:both;}
.m_movie_box ul li { float: left; width: 30.33%; margin: 1.5%; position: relative; display: inline-block; border-radius: 6px; }
.m_movie_box ul li a { display: block; position: relative; border-radius: 6px; }
.img-wrap { position: relative; width: 100%; padding-top: 65%; background-image: url("img/m_movie1.jpg"); background-size: 100%; background-position: center; background-repeat: no-repeat; border-radius: 6px; transform: rotate(-1deg); box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3); transition: transform 0.4s ease, box-shadow 0.4s ease, background-size 0.4s ease; overflow: hidden; z-index: 1; }
.img-wrap::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.25); opacity: 0; transition: opacity 0.4s ease; z-index: 2; pointer-events: none; border-radius: 6px; }
.m_movie_box ul li a:hover .img-wrap { transform: rotate(0deg); background-size: 105%; box-shadow: 0 12px 24px rgba(0, 0, 0, 0.5); }
.m_movie_box ul li a:hover .img-wrap::before { opacity: 1; }
.m_movie_box ul li::after { content: ""; position: absolute; top: -6px; right: -6px; width: 16px; height: 16px; background: radial-gradient(circle at center, #e53935 30%, #8e0000 90%); border-radius: 50%; box-shadow: 0 0 2px rgba(0,0,0,0.4); z-index: 3; }

/* ÇÃ·¹ÀÌ ¹öÆ°  */
.play-button { position: absolute; text-align: center; z-index: 2; left: 50%; top: 50%; width: 70px; height: 70px; transform: translate(-50%, -50%); background-color: #E9182D; border-radius: 50%; display: inline-block; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1' 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: 50px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); text-indent: -9999px; overflow: hidden; cursor: pointer; transition: all 0.3s ease; }
.play-button:hover { background-color: #b71c1c; transform: translate(-50%, -50%) scale(1.15); }

/* ÁÂÃø »ó´Ü ÅØ½ºÆ® ¹Ú½º  */
.tag-label { position: absolute; z-index: 2; top: 10px; left: 10px; background: #E9182D; color: white; font-size: 0.8rem; padding: 4px 8px; border-radius: 4px; animation: badgePulse 1.5s infinite; }
@keyframes badgePulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.8; } }

/* ´õ ¸¹Àº ¿µ»ó º¸·¯°¡±â */
ul.btn_list { margin: 0 auto; text-align: center;}
ul.btn_list li { display: inline; padding: 0 2px; }
.btn { text-align: center; }
.btn a { padding: 12px 25px 12px 50px; color: #fff; font-size: 18px; transition: all 0.3s ease-in-out; display: inline-block; background: #d32f2f url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 fill=%22none%22 stroke=%22white%22 stroke-width=%223%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 viewBox=%220 0 24 24%22%3E%3Cpath d=%22M9 18l6-6-6-6%22/%3E%3C/svg%3E") no-repeat 20px center; background-size: 18px; border-radius: 999px; box-shadow: 0 4px 8px rgba(0,0,0,0.15); letter-spacing: -0.5px; position: relative; overflow: hidden; }
.btn a:hover { background-color: #b71c1c; box-shadow: 0 4px 12px rgba(0,0,0,0.5); }

@media screen and (max-width: 1280px) {
.play-button { width: 50px; height: 50px; }
.btn a { padding: 12px 20px 12px 48px; font-size: 15px; background-size: 10px; }
}

@media screen and (max-width: 1024px) {
.m_movie {padding:7% 0;}  
.m_movie_box {max-width:500px;}
.m_movie_box ul li { width: 94%; margin: 20px 3%; }
}

#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(227,28,47,0.85), rgba(227,28,47,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:150px; height:150px; z-index:-1; background:url(../../img/review_phone_first_bg.png) no-repeat 0 0; animation:rotate 6s linear infinite;} 

@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:120px; height:120px; 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;} 
}