/* common s */
html {scroll-behavior: smooth}
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
html, body{
  -webkit-text-size-adjust : none;  /* 크롬, 사파리, 오페라 신버전 */
  -ms-text-size-adjust : none;  /* IE */
  -moz-text-size-adjust : none;  /* 파이어폭스 */
  -o-text-size-adjust : none;  /* 오페라 구버전 */
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, figure, legend, input, textarea, button, p, blockquote, th, td, form, fieldset, blockquote, iframe {
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
}
body {position:relative;}
#container_wrap {min-height:1000px;}
.inner {width:1200px;margin:0 auto;}
.section {width:100%;max-width:1920px;margin:0 auto;position:relative;}
.marquee .swiper-wrapper {transition-timing-function: linear !important;}

/* .section, .marquee {overflow: hidden;} */
.pc_show {display: block;}
.mobile_show {display: none;}

/* rolling counter */
@keyframes rollingNumber {
	100% { top: -0%; }
} 
@-webkit-keyframes rollingNumber {
	100% { top: -0%; }
} 

/* common e */

/* header s */
#hd {background:transparent;}
#header {height:116px;width:100%;position:relative;z-index: 1000;background:#fff;}
.hd_inner {width:100%;height:100%;max-width:1200px;margin:0 auto;position: relative;display:flex;align-items: center;justify-content: space-between;}
#header .logo img {width: 249px;}
#header .hd_gnb-wrap ul {width:100%;display:flex;justify-content:space-between;;align-items: center;}
#header .hd_gnb-wrap li {padding:0 40px;font-size: 19px;font-weight: 700;letter-spacing: -0.05em;color:#2d2d2d;}
#header .hd_gnb-wrap li.on a {color:#2aa0df}
#header .hd_gnb-wrap li:hover a {color:#2aa0df}
#header .hd-right {position:relative;width:218px;height: 65px;animation: textChange2 3s infinite;}
#header .hd-right::after {
    display: none;
    content:"가맹문의";position:absolute;right:16%;top:35%;;font-size: 24px;line-height:24px;font-weight: 700;color:#0054a7;
    animation: textChange 1s ease-in-out infinite;
}
#header .hd-right img {width: 218px;}
.section-wrapper { position: relative; }

.section-scrollNab { position: relative; height: 0; overflow: hidden; }
.section-scrollNab.scrollDown {height: 64px;}
.section-scrollNab {display:flex;align-items: center;justify-content: space-between;}
.nab_inner {position:relative;width:100%;max-width:1400px;height:64px;margin:0 auto;display: flex;justify-content: space-between;align-items: center;}
.section-scrollNab .logo {padding:0;display:flex;align-items: center;cursor: pointer;}
.section-scrollNab .hd-right {position:relative;width:218px;}

.section-scrollNab .hd-right img {width: 218px;}
.section-scrollNab .section-nab-wrap {
    position: absolute; left: 0; top: 0; width: 100%;  height: 64px; transition: all 0.3s; -webkit-transition: all 0.3s; opacity: 0;
    background: #fff;z-index:100;
}
.section-scrollNab .section-nab-wrap ul {width:100%;display:flex;justify-content:center;align-items: center;}
.section-scrollNab .section-nab-wrap ul li {padding:0 30px;font-size: 18px;font-weight:600;letter-spacing: -0.05em;color:#3c1e12;}
.section-scrollNab .section-nab-wrap ul li.on {font-weight: 700;}
.section-scrollNab .section-nab-wrap ul li.on a {}
.section-scrollNab .section-nab-wrap ul li:hover a {font-weight: 700;}
.section-scrollNab.scrollUp .section-nab-wrap { position: fixed; top: -70px; opacity: 0; }
.section-scrollNab.scrollDown .section-nab-wrap { position: fixed; opacity: 1; }

/* header e */


/* footer s */
#footer { background: #111; color: #d6d6d6; font-size: 15px; line-height: 24px; letter-spacing:-0.05em;}
#footer .inner { display: flex; justify-content: space-between; align-items: flex-start; margin: 0 auto; padding: 60px 0; max-width: 1170px; }
#footer .info { display: flex; justify-content: flex-start; align-items: flex-start; }
#footer .copyright { margin-top: 30px;font-weight: 300;}
#footer .private { color: #d6d6d6; display: flex; justify-content: flex-start; align-items: center; }
#footer .private li:first-child a {color:#fff}
#footer .private li:last-child a:hover {color:#fff}
#footer .private li { display: flex; justify-content: flex-start; align-items: center; }
#footer .private li:first-child { font-weight: 700; color: var(--color-primary); }
#footer .private li + li:before { content: ""; margin: 0 16px; width: 2px; height: 2px; background-color: currentColor; }
#footer .left span {padding:0 10px;font-size: 16px;}
.insta {position:absolute;right:0;top:40px;width: 26px;height: 26px;}
/* footer e */

/************** policy layer s *************/
.policy_wrap {
	position: fixed;
	/* keeps the policy_wrap window in the current viewport */
	top: 0;left: 0;display: none;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#A6000000, endColorstr=#A6000000);
	text-align: center;z-index: 999999;font-family: 'Pretendard', sans-serif;
}
.policy_wrap .policy-wrapper {
	overflow: hidden;margin: 50px auto;position: absolute;left:50%;top:50%;
    -webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);transform: translate(-50%,-50%);
	box-shadow: 0 0 25px #111;-webkit-box-shadow: 0 0 25px #111;-moz-box-shadow: 0 0 25px #111;
	width: 90%;background-color: #fff;border: 1px solid #999;outline: 0;-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);background-clip: padding-box;max-width: 820px;border-radius: 10px;
}
.close-popup {
	position: absolute;top: 20px;right: 20px;background-color: #fff;font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;font-weight: bold;line-height: 1;color: #ccc;text-shadow: 0 1px 0 #fff;border: none;
}
.policy_wrap .policy-wrapper h4 {
    padding: 15px;border-bottom: 1px solid #e5e5e5;font-size: 18px;font-weight: 500;font-family: var(--font-family-ptd);
}
.policy_wrap .policy {overflow-y: auto;padding: 30px;text-align: left;line-height: 163%;font-size: 12px;}
form a.popup-trigger {
    display: inline-block;padding: 0 5px;line-height: 1.25;text-indent: 0;color: #fff;background-color: #8C8984;font-size: 12px;
    vertical-align: middle;
}
:root {
    --sec2_Height : 199vh;  /* 섹션 스크롤모션 범위기준 */
}
/************** policy layer e *************/

/* 흐르는 슬라이드 */
.marquee00 {width:100%;background:transparent;position:absolute;left:0;bottom:0px;z-index:1;}
.marquee01 {width:100%;background:transparent;position:absolute;left:0;bottom:0px;z-index:1;}
.marquee02 {width: 100%;;background:url('../../images/sec08_marquee_bg.png');padding:37px 0px;}
.marquee .text_slide {width:100%;overflow: hidden;}
.marquee00 .text_slide .swiper-slide img {width:100%;}
.marquee01 .text_slide .swiper-slide {width:2538px;}
.marquee02 .text_slide .swiper-slide {width:2224px;}
.marquee01 .text_slide img {width:100%;}


/**/
[data-aos="highlight"]:before {
    content: "";position: absolute;left: 0;top: 0px;width: 0%;height: 100%;background: #fe6b03;
    transition-delay: .4s;-webkit-transition-delay: .4s;transition-duration: .4s;-webkit-transition-duration: .4s;z-index: -1;
}
span.na[data-aos="highlight"]:before {
    content: "";position: absolute;left: 0;top: 0px;width: 0%;height: 100%;background: #0053a6;
    transition-delay: .4s;-webkit-transition-delay: .4s;transition-duration: .4s;-webkit-transition-duration: .4s;z-index: -1;
}
span.aos-animate[data-aos="highlight"]:before {width: 100%;}
span.na.aos-animate[data-aos="highlight"]:before {width: 100%;}

.rotate {
    animation-duration: 30s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: rotate;
    animation-name: rotate;
}

#content_wrapper {overflow: hidden;}
#section00 {position:relative;}
#section00 .main_line {width:100%;position:relative;z-index:10;}
.background {position:absolute;left:50%;top:50%;transform: translate(-50%,-50%);width:1870px;height:1051px;}
/* .background {position:absolute;left:50%;top:50%;transform: translate(-50%,-50%);width:1850px;height:900px;} */
.background video {width: 100%;}

.background_slide {position:absolute;left:50%;bottom:-60px;transform: translateX(-50%);width:100%;height:183px;z-index:10;}
.background_slide img {width: 100%;}
.background_slide video {width: 100%;}

/* section01 s */
#section01 {background:url('../../images/sec01_full_bg.jpg')no-repeat center top/cover;width: 100%;z-index:3;min-height: 2541px;}
.sec01_top {height:1535px;padding-top: 230px;}
.sec01_top .sec01_top_marker {text-align: center;}
.sec01_top .sec01_top_marker img {width: 782px;}
.sec01_bottom {padding-top: 225px;}
.sec01_content_wrap {position:relative;}
.sec01_content_wrap .img_box {position:absolute;z-index:2}
.sec01_content_wrap .sec01_left_img {top:-155px;left:10%;transition:1.2s}
.sec01_content_wrap.aos-animate .sec01_left_img {left:-140px;}
.sec01_content_wrap .sec01_left_img img {width: 772px;}
.sec01_content_wrap .sec01_right_img {top:-275px;right:10%;transition:1.2s}
.sec01_content_wrap.aos-animate .sec01_right_img {right:-90px;}
.sec01_content_wrap .sec01_right_img img {width: 750px;}

.sec01_content_wrap .text_wrapper {opacity: 0;transition:2.0s}
.sec01_content_wrap.aos-animate .text_wrapper {opacity: 1;}
.text_wrapper {text-align: center;}
.text_wrapper p {letter-spacing: -0.03em;color:#fff;}
.text_wrapper p.content_title {font-size: 76px;line-height: 86px;}
.text_wrapper p.content_slogan {font-size: 36px;line-height: 46px;margin-bottom:30px;}
.text_wrapper p.content_slogan span {font-size: 42px;color:#ffcc00;display:inline-block;position: relative;}
.text_wrapper p.content_slogan span::after, .text_wrapper p.content_slogan span::before {content:'';display:block;width: 42px;height: 22px;position:absolute;top:50%;transform: translateY(-50%);}
.text_wrapper p.content_slogan span::before {background:url('../../images/sec01_sub_title_left.png')no-repeat center/cover;left:-60px;}
.text_wrapper p.content_slogan span::after {background:url('../../images/sec01_sub_title_right.png')no-repeat center/cover;right:-60px;}
.text_wrapper p.content_desc {font-size: 24px;line-height: 30px;margin-bottom:30px;color:#edd8cd;}
.text_wrapper p.content_desc:last-child {margin-bottom: 0;}
.text_wrapper p.content_sub_desc {}

.dot_wrap {display: flex;justify-content: center;align-items: center;margin:40px auto;}
.dot_wrap li {width: 7px;height: 7px;border-radius: 50%;background:#e8e2d8;margin:0 7px;}


/* section01 e */
.inner {position:relative;}
/* section02 s */
#section02 {background:url('../../images/sec02_bg.jpg')no-repeat center top/cover;width: 100%;z-index:2;padding: 140px 0 160px;}
#section02 .text_wrapper p.content_title {color:#3c1b0c;}
#section02 .text_wrapper p.content_title span {color:#ab2025;}
#section02 .text_wrapper p.content_sub_desc {font-size: 20px;line-height: 28px;margin-top: 50px;color:#333}

#section02 .count_wrap {margin:50px auto 70px;}
#section02 .count_wrap .flex {display:flex;justify-content: center;align-items:end;color:#3c1b0c;position:relative;}
#section02 .count_wrap .flex::after , #section02 .count_wrap .flex::before {content:'';display:block;width: 72px;height:181px;position:absolute;top:50%;transform: translateY(-50%);}
#section02 .count_wrap .flex::before {background:url('../../images/sec02_leaf_left.png')no-repeat center/cover;left:180px;}
#section02 .count_wrap .flex::after {background:url('../../images/sec02_leaf_right.png')no-repeat center/cover;right:180px;}
#section02 .count_wrap .text_name {text-align: right;margin-right: 20px;padding-bottom:30px}
#section02 .count_wrap .text_name p {font-size: 26px;font-weight: 700;}
#section02 .count_wrap .stat-number {font-size: 160px;line-height: 1;width: 392px;}
#section02 .count_wrap .text_won {font-size: 80px;line-height:80px;margin-left: 20px;padding-bottom: 30px;}

#section02 .content_list {display:flex;justify-content: center;align-items: center;}
#section02 .content_list .cont_list {width: 370px;height: 220px;background:url('../../images/sec02_box_bg.png')no-repeat center /cover;margin:0 15px;}
#section02 .content_list .cont_list {display: flex;justify-content: center;align-items: center;text-align: center;flex-direction: column;}
#section02 .content_list .cont_list p {letter-spacing: -0.05em;}
#section02 .content_list .cont_list p.cont_title {font-size: 56px;line-height:78px;color:#ffcc00;}
#section02 .content_list .cont_list p.cont_desc {font-size: 26px;line-height: 34px;color:#fff;}
#section02 .content_list .cont_list p.cont_info {font-size: 20px;line-height:34px;opacity: 0.6;color:#fff;}
.coin {position:absolute;}
.coin.coin01 {top: 115px;left:-70px}
.coin.coin02 {top: 80px;right:35px}
.coin.coin03 {top:-30px;left:110px;}
/* section02 e */
/* section03 s */
#section03 {background:url('../../images/sec03_bg.jpg')no-repeat center top/cover;width: 100%;z-index:2;overflow: hidden;height:920px;}
#section03 .text_wrapper p.content_title {}
#section03 .text_wrapper p.content_title span {color:#ffcc00;}

#section03 .flex_wrap {display:flex;justify-content: space-between;align-items: center;height:100%;position: relative;;}
#section03 .flex_wrap > div {width:50%;height:100%;transition: 0.5s;}
#section03 .flex_wrap > div p {color:#6a5353;}
#section03 .flex_wrap .flex_left {text-align: left;padding-left:260px;}
#section03 .flex_wrap .flex_left:hover {background:url('../../images/sec03_left_hover.jpg')no-repeat center / cover;}
#section03 .flex_wrap >div:hover p {color:#fff}
#section03 .flex_wrap .flex_right {text-align: right;padding-right: 260px;}
#section03 .flex_wrap .flex_right:hover {background:url('../../images/sec03_right_hover.jpg')no-repeat center / cover;}
#section03 .flex_wrap .flex_left .flex_text_box {}
#section03 .flex_wrap .flex_right .flex_text_box {}
#section03 .flex_wrap .flex_text_box {position:relative;z-index:333;height:100%;padding-top: 360px;}
#section03 .flex_wrap .flex_text_box p {letter-spacing: -0.03em;}
#section03 .flex_wrap .flex_text_box p.ftb_title1 {font-size: 46px;}
#section03 .flex_wrap .flex_text_box p.ftb_title2 {font-size: 60px;}
#section03 .flex_wrap .flex_text_box p.ftb_desc {font-size: 20px;line-height: 26px;margin-top: 35px;}

#section03 .inner {position:absolute;left:50%;top:50%;transform: translate(-50%,-50%);height:100%;padding-top: 145px;z-index:2;}
#section03 .rotate_img {position:absolute;left:50%;bottom:-50%;transform: translateX(-50%);}
#section03 .rotate_img img {}
/* section03 e */
/* section04 s */
#section04 {position:relative;padding:145px 0 145px;background:url('../../images/sec04_bg.jpg')no-repeat center/cover;}

#section04 .section_content .swiper-container { width: 320px; overflow: visible; } 
#section04 .section_content .swiper-slide { position: relative;width: 320px;height: 320px;}
.swiper_top,
.swiper_bot { width: 50%; overflow: hidden; }
.swiper_top {  margin-left: auto; margin-right: 0; overflow: hidden; margin-bottom: 50px; }
.swiper_bot { margin-right: auto; }
.swiper_top .swiper-container { margin-left: 0; }
.swiper_top .swiper-slide { margin-right: 20px; }
.swiper_top .swiper-slide:last-child { margin-right: 0; }
.swiper_bot .swiper-container { margin-right: 0; }
.swiper_bot .swiper-slide { margin-right: 20px; }
.swiper_bot .swiper-slide:first-child { margin-right: 0; }
#section04 .inner {position:absolute;left:50%;top:50%;transform: translate(-50%,-50%);height:690px;z-index:2;width: 1400px;overflow:hidden;}
#section04 .inner .text_wrapper {position:absolute;text-align: left;}
#section04 .inner .text_wrapper p {color:#ab2025;margin-bottom: 10px;}
#section04 .inner .text_wrapper img {}
#section04 .inner .text_top {left:-50%;top:0;transition:1.2s;opacity: 0;}
#section04 .inner .text_bottom {right:-50%;bottom:0;transition:1.2s;opacity: 0;}

#section04 .inner.aos-animate .text_top {left:0;opacity: 1;}
#section04 .inner.aos-animate .text_bottom {right:0;opacity: 1;}

#section04 .inner .slide_images {position:absolute;left:50%;top:50%;transform: translate(-50%,-50%);width:601px;}
#section04 .inner .slide_images::after, #section04 .inner .slide_images::before {content:'';display:block;position:absolute;opacity: 0.6;}
#section04 .inner .slide_images::before {width:216px;height:159px;background:url('../../images/sec04_fade_left.png')no-repeat center / cover;left:-25px;top:72px;}
#section04 .inner .slide_images::after {width:215px;height:155px;background:url('../../images/sec04_fade_right.png')no-repeat center / cover;right:-25px;bottom:75px;}
#section04 .inner #sec04_slide {}
#section04 .inner #sec04_slide .swiper-wrapper {}
#section04 .inner #sec04_slide .swiper-slide {}
#section04 .inner #sec04_slide .swiper-slide img {width: 601px;}
/* section04 e */

/* section05 s */
#section05 {position:relative;padding:150px 0 140px;background:url('../../images/sec05_bg.jpg')no-repeat center/cover;}
#section05 .inner {width: 1400px;}
#section05 .text_wrapper {}
#section05 .text_wrapper p {}
#section05 .text_wrapper p.content_slogan {color:#ffcc00;margin-bottom:15px;}
#section05 .text_wrapper p.content_title {}
#section05 .text_wrapper p.content_title span {color:#ffcc00;}
#section05 .text_wrapper p.content_desc {color:#edd8cd;margin-top:40px;font-size: 20px;line-height:28px;font-weight: 300;}
#section05 .content_wrap {margin-top: 70px;}
#section05 .content_wrap ul {display: flex;justify-content: space-between;}
#section05 .content_wrap ul li {
width: 328px;height: 450px;background-position: center;background-repeat: no-repeat;background-size: cover;padding:54px 40px;
}
#section05 .content_wrap ul li:nth-child(1) {background-image:url('../../images/sec05_list_1_off.png');}
#section05 .content_wrap ul li:nth-child(2) {background-image:url('../../images/sec05_list_2_off.png');margin-top: 40px;}
#section05 .content_wrap ul li:nth-child(3) {background-image:url('../../images/sec05_list_3_off.png');}
#section05 .content_wrap ul li:nth-child(4) {background-image:url('../../images/sec05_list_4_off.png');margin-top: 40px;}

#section05 .content_wrap.aos-animate ul li:nth-child(1) {}
#section05 .content_wrap.aos-animate ul li:nth-child(2) {}
#section05 .content_wrap.aos-animate ul li:nth-child(3) {}
#section05 .content_wrap.aos-animate ul li:nth-child(4) {}

#section05 .content_wrap ul li:hover:nth-child(1) {background-image:url('../../images/sec05_list_1_on.png');}
#section05 .content_wrap ul li:hover:nth-child(2) {background-image:url('../../images/sec05_list_2_on.png');}
#section05 .content_wrap ul li:hover:nth-child(3) {background-image:url('../../images/sec05_list_3_on.png');}
#section05 .content_wrap ul li:hover:nth-child(4) {background-image:url('../../images/sec05_list_4_on.png');}
#section05 .content_wrap ul li p {color:#fff;letter-spacing: -0.05em;}
#section05 .content_wrap ul li p.list_title {font-size: 42px;line-height:46px;}
#section05 .content_wrap ul li p.list_desc {font-size: 20px;line-height:26px;margin-top:10px;font-weight: 300;}
/* section05 e */

/* section06 s */
#section06 {position:relative;padding:130px 0 190px;background:#fff9eb;overflow: hidden;}
.bg-full {position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.h100 {height: 100%;}
.owl .head .sub{margin-top: 31px;font-size: 62px;text-align: center;}
.owl .cont{height: calc(100vh - 132px);position:relative;}
.owl .cont_head{text-align: center;opacity: 0;transform:translateY(100%);}
.owl .aos-animate .cont_head {animation: upMove 0.5s ease-in-out 1.0s forwards;}
.owl .cont_head .content_title {color:#3c1b0c;}
.owl .cont_head .content_title span {color:#ab2025;}
.owl .content_desc {color:#333;margin-top: 40px;font-size: 20px;text-align: center;font-weight: 400;}
.owl_boxes_wrap{bottom: -50px;left: 0;right: 0;height: 459px;position:absolute;}
.owl_box{position: absolute;bottom: 0;left: 0;width: 100%;height: 100%;box-sizing: border-box;overflow: hidden;padding:85px}
.owl_box:not(:first-child){bottom: -100%}
.owl_box01{background-image: url('../../images/sec06_slide_1_bg.png');}
.owl_box02{background-image: url('../../images/sec06_slide_2_bg.png');}
.owl_box03{background-image: url('../../images/sec06_slide_3_bg.png');}
.owl_box p {color:#fff;letter-spacing:-0.05em}
.owl_box p.slogan_box {font-size: 20px;padding:6px 9px;background: #ab2025;display:inline-block;font-weight: 700;margin-bottom:10px}
.owl_box p.title_box {font-size: 60px;}
.owl_box p.title_box span {font-size: 100px;}
.owl_box p.desc_box {font-size: 20px;line-height: 26px;margin-top:10px;}
#section06 .rotate {position:absolute;right:-65px;top:-84px;z-index:3;}
.sec06_text_wrap {position:relative;height:272px;}
.effect_text {position:absolute;left:50%;top:38%;transform: translate(-50%,-50%);width: 100%;height:272px;}
.effect_text p {font-size: 250px;color:#3c1b0c;width:210px;position:absolute;transition:0.5s;top:50%;transform:translateY(-50%);}
.effect_text p.left_text {transition:0.5s;left:36%;}
.effect_text p.right_text {transition:0.5s;right:36%;}

.aos-animate .effect_text p {width: 210px;position:absolute;}
.aos-animate .effect_text p.left_text {
	/* left:185px; */
	animation: leftMove 0.5s ease-in-out 0.8s forwards;
}
.aos-animate .effect_text p.right_text {
	/* right:107px;/ */
	animation: rightMove 0.5s ease-in-out 0.8s forwards;
}



@keyframes leftMove {
    100%{
		left:185px;
		color:#e7dbbf;
	}
}

@keyframes rightMove {
    100%{
		right:107px;
		color:#e7dbbf;
	}
}

@keyframes upMove {
    100%{
		transform:translateY(0%);
		opacity:1;
	}
}

.effect_text p.right_text span {font-size: 80px;}
.marquee_vertical.left_step {position:absolute;left:50px;top:0;}
.marquee_vertical.right_step {position:absolute;right:50px;top:0;}
.left_step ul {animation: hSlideLoop 48s 0s infinite linear;}
.right_step ul {animation: hSlideLoop2 48s 0s infinite linear;}
.right_step2 ul {animation: hSlideLoop3 48s 0s infinite linear;}
.left_step ul li {width:auto;}
.right_step ul li {width:auto;}
.left_step ul li img {width:138px;}
.right_step ul li img {width:138px;}
.left_step2 ul li img {width:445px;}
.right_step2 ul li img {width:445px;}
/* section06 e */

/* section07 s */
#section07 {position:relative;padding:115px 0 95px;background:url('../../images/sec07_bg.jpg')no-repeat center/cover;}
#section07 .inner {width: 1400px;}
#section07 .text_wrapper p.content_title {color:#3c1b0c;}
#section07 .text_wrapper p.content_title span {color:#ab2025;}
#section07 .text_wrapper p.content_desc {color:#333;margin-top: 30px;font-size: 20px;}
#section07 .content_wrap {width: 1279px;margin:40px auto 0;}
#section07 .flow-ani-wrap {
    width: 100%;height:482px;
    mask-image: url('../../images/sec07_slide_bg.png');
    mask-mode: alpha;
    mask-repeat: no-repeat;
    mask-size:100%;position:relative;background:#fff;
    display: flex;justify-content: flex-start;align-items: stretch;flex-wrap: nowrap;overflow: hidden;
}
#section07 .flow-ani-wrap:after {content:'';display:block;width:1279px;height:482px;background:url('../../images/sec07_slide_bg_frame.png')no-repeat center/cover;position:absolute;left:0;top:0;}
#section07 .flow-ani-wrap ul {
    display: flex;
    justify-content: flex-start;align-items: center;transform: translate3d(0%, 0, 0);-webkit-transform: translate3d(0%, 0, 0);
    -webkit-animation-name: flowAni;animation-name: flowAni;-webkit-animation-duration: 24s;animation-duration: 24s;
    -webkit-animation-timing-function: linear;animation-timing-function: linear;-webkit-animation-iteration-count: infinite;animation-iteration-count: infinite;
    animation-play-state: running;-webkit-animation-play-state: running;
}
#section07 .flow-ani-wrap ul li {margin-right:30px;}
#section07 .rotate {position:absolute;left:-120px;top:-367px;z-index:3;}
/* section07 e */

/* section08 s */
#section08 {position:relative;padding:100px 0 0px;background:url('../../images/sec08_bg.jpg')no-repeat center/cover;width: 100%;min-height: 1033px;overflow: hidden;}
#section08 .inner {width: 1400px;}
#section08 .text_wrapper {position:relative;z-index:5;opacity: 0;transform:translateY(30%)}
#section08.aos-animate .text_wrapper {animation: fadeTitleUp 0.8s ease-in-out 1s forwards;}
#section08 .content_wrap img {position:absolute;opacity: 0;}
#section08 .content_wrap .sec08_bottom {left:0;bottom:-3px;transform:translateY(30%)}
#section08 .content_wrap .sec08_left {left:0;top:0;transform:translateX(-30%)}
#section08 .content_wrap .sec08_right {right:0;top:0;transform:translateX(30%)}

#section08.aos-animate .content_wrap .sec08_bottom {animation: fadeInUp 0.8s ease-in-out forwards;}
#section08.aos-animate .content_wrap .sec08_left {animation: fadeLeft 0.8s ease-in-out forwards;}
#section08.aos-animate .content_wrap .sec08_right {animation: fadeRight 0.8s ease-in-out forwards;}

/* section08 e */

/* section09 s */
#section09 {position:relative;padding:150px 0 140px;background:url('../../images/sec09_bg.jpg')no-repeat center/cover;width: 100%;min-height: 1312px;overflow: hidden;}
#section09 .text_wrapper p.content_title {color:#3c1b0c;}
#section09 .text_wrapper p.content_title span {color:#ab2025;}
#section09 .text_wrapper p.content_desc {color:#333;font-size: 20px;line-height: 28px;margin-top: 30px;}
#section09 .content_wrap {width:100%;height:796px;position:relative;}
#section09 .content_wrap .img_wrapper ul li {position:absolute;transition: 0.5s;opacity: 0;}
#section09 .content_wrap .img_wrapper ul li:nth-child(1) {left:50%;top:60px;transform: translateX(-50%);}
#section09 .content_wrap .img_wrapper ul li:nth-child(2) {left:243px;top:0;}
#section09 .content_wrap .img_wrapper ul li:nth-child(3) {right:243px;;top:260px;}
#section09 .content_wrap .img_wrapper ul li:nth-child(4) {left:243px;top: 430px;}
#section09 .content_wrap .img_wrapper ul li:nth-child(5) {right:243px;top:0;}
#section09 .content_wrap .img_wrapper ul li:nth-child(6) {left:0;top:160px;}
#section09 .content_wrap .img_wrapper ul li:nth-child(7) {right:0;top:160px;}

#section09 .content_wrap.aos-animate .img_wrapper ul li:nth-child(1) {animation: fade 0.8s ease-in 0.1s forwards;}
#section09 .content_wrap.aos-animate .img_wrapper ul li:nth-child(2) {animation: fade 0.8s ease-in 0.6s forwards;}
#section09 .content_wrap.aos-animate .img_wrapper ul li:nth-child(3) {animation: fade 0.8s ease-in 0.3s forwards;}
#section09 .content_wrap.aos-animate .img_wrapper ul li:nth-child(4) {animation: fade 0.8s ease-in 0.2s forwards;}
#section09 .content_wrap.aos-animate .img_wrapper ul li:nth-child(5) {animation: fade 0.8s ease-in 0.5s forwards;}
#section09 .content_wrap.aos-animate .img_wrapper ul li:nth-child(6) {animation: fade 0.8s ease-in 0.7s forwards;}
#section09 .content_wrap.aos-animate .img_wrapper ul li:nth-child(7) {animation: fade 0.8s ease-in 0.4s forwards;}
#section09 .sec09_frame {position:absolute;width: 240px;}
#section09 .sec09_frame.fr_lt {left: 40px;top: 40px;}
#section09 .sec09_frame.fr_rt {right: 40px;top: 40px;}
#section09 .sec09_frame.fr_lb {left: 40px;bottom: 40px;}
#section09 .sec09_frame.fr_rb {right: 40px;bottom: 40px;}
/* section09 e */

/* section10 s */
#section10 {position:relative;padding:150px 0 140px;background:url('../../images/sec10_bg.jpg')no-repeat center/cover;width: 100%;overflow: hidden;}
#section10 .text_wrapper p.content_title {color:#fff;}
#section10 .text_wrapper p.content_title span {color:#ffcc00;}
#section10 .text_wrapper p.content_desc {color:#fff;font-size: 20px;line-height: 28px;margin-top: 30px;font-weight: 300;}
#section10 .content_wrap {width:100%;height:472px;}
#section10 #sec10_slide .swiper-slide {width:715px;height: 402px;background: pink;margin:0 35px;text-align: center;transition: 0.5s;opacity: 0.5;}
#section10 #sec10_slide .swiper-slide.swiper-slide-active {margin-top:70px;opacity: 1;}
#section10 #sec10_slide .swiper-slide.swiper-slide-duplicate-active {margin-top:70px;opacity: 1;}
/* section10 e */

/* section11 s */
#section11 {position:relative;background:url('../../images/sec11_bg.jpg')no-repeat center/cover;width: 100%;overflow: hidden;min-height: 980px;}
#section11 .text_wrapper {
    width:658px;height: 693px;background:url('../../images/sec11_title.png');margin:0 auto;padding-top: 140px;position:absolute;left:50%;top:0;transform: translateX(-50%);
    z-index:10;
}
#section11 .text_wrapper .text_effect1 {margin-bottom: 100px;}
#section11 .text_wrapper .text_effect2 {}
#section11 .text_wrapper p.content_slogan {color:#ffcc00;margin-bottom: 15px;}
#section11 .text_wrapper p.content_title {color:#fff;}
#section11 .text_wrapper p.content_title span {color:#ffcc00;}
#section11 .text_wrapper p.content_sub_slogan {color:#fff;font-size: 30px;line-height: 28px;}
#section11 .text_wrapper p.content_sub_slogan span {color:#ffcc00;}
#section11 .text_wrapper p.content_desc {color:#edd8cd;font-size: 20px;line-height: 28px;margin-top: 20px;font-weight: 300;}
#section11 .content_wrap {}
#section11 .content_wrap .flex_wrap {display:flex;justify-content: center;}
#section11 .content_wrap .flex_wrap >div {width: 50%;height:980px;color:#fff;position:relative;}
#section11 .content_wrap .flex_left {text-align: left;padding-left: 260px;}
#section11 .content_wrap .flex_right {text-align: right;padding-right: 170px;}
#section11 .content_wrap .flex_text_box {position:absolute;bottom:60px;z-index:3}
#section11 .content_wrap .flex_left .flex_text_box {left:260px;}
#section11 .content_wrap .flex_right .flex_text_box {right:170px;}
#section11 .content_wrap .flex_text_box p {opacity:0;transition: 0.6s;letter-spacing: -0.05em;}
#section11 .content_wrap .flex_left:hover p {opacity:1;}
#section11 .content_wrap .flex_right:hover p {opacity:1;}
#section11 .content_wrap .flex_text_box p.ftb_title {font-size: 30px;font-weight: 700;margin-bottom: 15px;}
#section11 .content_wrap .flex_text_box p.ftb_desc {font-size: 22px;line-height: 28px;}
#section11 .content_wrap .flex_text_box p.ftb_desc.mb {margin-bottom: 10px;}
#section11 .content_wrap .flex_text_box p.ftb_main_name {
    opacity: 1;
}
#section11 #hover {width:100%;height:118px;position:relative;margin-top: 40px;}
#section11 .flex_left #hover .hoverOff {position:absolute;left:0;top:50%;transform: translateY(-50%);width:100%;overflow: hidden;}
#section11 .flex_left #hover .hoverOn {position:absolute;left:0;top:50%;transform: translateY(-50%);clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);}
#section11 .flex_left:hover #hover .hoverOn {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
#section11 .flex_left:after {content:'';display:block;width:100%;height:100%;background:url('../../images/sec11_left_dimm.png');position:absolute;left:0;top:0;transition: 0.6s;opacity: 0;}
#section11 .flex_left:hover:after {opacity: 1;}
#section11 .flex_right #hover .hoverOff {position:absolute;left:0;top:50%;transform: translateY(-50%);width:100%;overflow: hidden;}
#section11 .flex_right #hover .hoverOn {position:absolute;left:0;top:50%;transform: translateY(-50%);clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);}
#section11 .flex_right:hover #hover .hoverOn {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
#section11 .flex_right:after {content:'';display:block;width:100%;height:100%;background:url('../../images/sec11_right_dimm.png');position:absolute;right:0;top:0;transition: 0.6s;opacity: 0;}
#section11 .flex_right:hover:after {opacity: 1;}

/* section12 s */
#section12 {background:url('../../images/sec12_bg.jpg')no-repeat center / cover;position:relative;padding:60px 0 90px;width: 100%;overflow: hidden;}
#section12 .content_wrap {}
#section12 .content_wrap .limit_rotate {position:relative;width: 972px;height: 972px;margin: 0 auto;padding-top: 140px;box-sizing: border-box;}
#section12 .content_wrap .limit_rotate .limit_bg {background: #f6e2cc;}
#section12 .content_wrap .limit_rotate .limit_rotate_line {background-image: url('../../images/sec12_loading_line.png');animation: rotate2 3s linear infinite;}
#section12 .content_wrap .limit_rotate .limit_rotate_bg {background-image: url('../../images/sec12_loading_bg.png');}
/* section12 e */
#section12 .content_wrap .limit_rotate .bg-full {position: absolute;top: 0;left: 0;width: 100%;height: 100%}

/* limit */
@keyframes rotate2 {
    0%{transform: rotate(0deg);}
    100%{transform: rotate(360deg);}
}

#section12 .limit_twrap {position:relative;z-index: 10;text-align: center;}
#section12 .limit_twrap .sec12_title_img {margin-bottom:25px;}
#section12 .limit_twrap .content_title.hambak {font-size: 60px;line-height: 82px;color:#3c1b0c}
#section12 .limit_twrap .content_title.sogang {font-size: 90px;line-height:1;color:#ab2025;}

#section12 .limit_twrap .txt_title {font-size: 40px;line-height:1;color:#111;margin:60px auto 0px;font-weight: 700;}
#section12 .limit_twrap .txt_title span {color:#ab2025;}
#section12 .aos-animate .limit_twrap .txt_title {animation: flashContent 3s ease-in forwards;}
.sec12_coin {position:absolute;}
.sec12_coin.coin01 {top:120px;left:280px;}
.sec12_coin.coin02 {top:440px;left:345px;}
.sec12_coin.coin03 {top:350px;right:325px;}
.sec12_coin.coin04 {top:190px;right:235px;}
.sec12_food {position:absolute;}
.sec12_food.food1 {left:0;bottom:0;transform: translateX(-30%);opacity: 0;}
.sec12_food.food2 {right:0;bottom:0;transform: translateX(30%);opacity: 0;}

#section12.aos-animate .sec12_food.food1 {animation: fadeLeft 0.8s ease-in-out forwards;}
#section12.aos-animate .sec12_food.food2 {animation: fadeRight 0.8s ease-in-out forwards;}


/* 메인 숫자 카운팅 */
.rolling-counter-wrap { margin-top:20px; display: flex; justify-content: center; align-items: center;position:relative; }
.rolling-counter-wrap * {font-size:160px;}
.rolling-number {position: relative; width:115px; height: 162px; overflow: hidden;text-align: center;}
.rolling-number::after {content:"";display:block;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width: 96px;height: 128px;}
.rolling-number + .rolling-number { margin-left: 13px; }
.rolling-number .numbers { position: absolute; left: 0; top: 0; width: 100%; display: flex; justify-content: flex-start; align-items: stretch; flex-direction: column; }
.rolling-number .numbers span {
    line-height: 162px;width: 115px;height: 162px;background:#3c1b0c;
    font-family: 'SF_HambakSnow', sans-serif;font-size: 160px;color:#fff;
}
.rolling-dot { margin: 0 14px 0 8px;font-family: 'SF_HambakSnow', sans-serif;color:#3c1b0c;}
/* 롤링 중 글자 */
.rolling-unit {
    line-height: 1;margin: 0 15px;
    display: flex; justify-content: flex-start; align-items: stretch; flex-direction: column;font-size:56px;
}
.rolling-unit .white { opacity: 0.5; }
.rolling-number[data-number="0"] .numbers { top: -1000%; }
.rolling-number[data-number="1"] .numbers { top: -1100%; }
.rolling-number[data-number="2"] .numbers { top: -1200%; }
.rolling-number[data-number="3"] .numbers { top: -1300%; }
.rolling-number[data-number="4"] .numbers { top: -1400%; }
.rolling-number[data-number="5"] .numbers { top: -1500%; }
.rolling-number[data-number="6"] .numbers { top: -1600%; }
.rolling-number[data-number="7"] .numbers { top: -1700%; }
.rolling-number[data-number="8"] .numbers { top: -1800%; }
.rolling-number[data-number="9"] .numbers { top: -1900%; }
.rolling-number[data-number="10"] .numbers { top: -1000%; }
.rolling-number:nth-child(1) .numbers { animation-delay: .3s; }
.rolling-number:nth-child(3) .numbers { animation-delay: .4s; }
.rolling-number:nth-child(5) .numbers { animation-delay: .5s; }
.rolling-number:nth-child(6) .numbers { animation-delay: .6s; }
.rolling-number:nth-child(7) .numbers { animation-delay: .7s; }
.aos-animate .rolling-number .numbers {
    animation-name: rollingNumber;animation-duration: 1500ms;animation-timing-function: ease-out;animation-fill-mode: inherit;animation-fill-mode: forwards;
}

/* section13 s */
#section13 {background:url('../../images/sec13_bg.jpg')no-repeat center / cover;position:relative;padding:150px 0 140px;width: 100%;overflow: hidden;}

#section13 .inner {position:relative;z-index:2;width: 1400px;}
#section13 .text_wrapper {}
#section13 .text_wrapper .content_title {}
#section13 .text_wrapper .content_title span {color:#ffcc00;}
#section13 .text_wrapper .content_desc {font-size: 20px;line-height: 28px;margin-top: 30px;color:#fff;}

#section13 .content_wrap {}
#section13 .content_wrap .phone_wrap {width: 584px;height: 570px;position:relative;margin:70px auto 0;}
#section13 .content_wrap .phone_wrap img {position:absolute;left:50%;transform: translateX(-50%);}
#section13 .content_wrap .phone_wrap img.phone {top:0;}
#section13 .content_wrap .phone_wrap img.food {bottom:0;z-index:2}
#section13 .content_wrap .phone_wrap img.text {top:36px;transform:translateX(-50%) translateY(30%);transition:0.6s;opacity: 0;}
/* #section13 .content_wrap .phone_wrap.aos-animate img.text {top:36px;transform: translateX(-50%) translateY(0);opacity: 1;} */
#section13 .content_wrap .phone_wrap.aos-animate img.text {animation: moveTop 0.8s ease 0.4s forwards;}

#section13 .balloon {position:absolute;transition:0.6s;opacity: 0;}
#section13 .balloon.ballon1 {left: 30%;top: 35%;z-index:2}
#section13 .balloon.ballon2 {left: 30%;top: 35%;z-index:2}
#section13 .balloon.ballon3 {left: 30%;top: 35%;}
#section13 .balloon.ballon4 {right: 30%;top: 35%;z-index:2}
#section13 .balloon.ballon5 {right: 30%;top: 35%;z-index:2}
#section13 .balloon.ballon6 {right: 30%;top: 35%;}

#section13 .aos-animate .balloon {opacity: 1;}
#section13 .aos-animate .balloon.ballon1 {left: 115px;top: 176px;z-index:2}
#section13 .aos-animate .balloon.ballon2 {left: 17px;top: 318px;z-index:2}
#section13 .aos-animate .balloon.ballon3 {left: 12px;top: 90px;}
#section13 .aos-animate .balloon.ballon4 {right: 73px;top: 118px;z-index:2}
#section13 .aos-animate .balloon.ballon5 {right: 3px;top: 313px;z-index:2}
#section13 .aos-animate .balloon.ballon6 {right: -60px;top: 242px;}

#section13 .flow-ani-wrap {display: flex;justify-content: flex-start;align-items: stretch;flex-wrap: nowrap;position: absolute;left:0;bottom:168px;overflow: hidden;}
#section13 .flow-ani-wrap ul {
    display: flex;
    justify-content: flex-start;align-items: center;transform: translate3d(0%, 0, 0);-webkit-transform: translate3d(0%, 0, 0);
    -webkit-animation-name: flowAni;animation-name: flowAni;-webkit-animation-duration:36s;animation-duration:36s;
    -webkit-animation-timing-function: linear;animation-timing-function: linear;-webkit-animation-iteration-count: infinite;animation-iteration-count: infinite;
    animation-play-state: running;-webkit-animation-play-state: running;
}
#section13 .flow-ani-wrap ul li {margin-right: 40px;}
/* section13 e */


.sub_cont{display:none; text-align:center;}
.sub_cont.on{display:block;}


/* section14 s */
#section14 {position:relative;width: 100%;overflow: hidden;}
#section14 .inner {width: 1400px;}
#section14 .sec_top_area {width:100%;background:url('../../images/sec14_top_bg.jpg')no-repeat center / cover;padding:150px 0 60px;}
#section14 .sec_top_area .sec14_acj {position:absolute;}
#section14 .sec_top_area .sec14_acj.acj1 {left:20px;top:260px;}
#section14 .sec_top_area .sec14_acj.acj2 {left:297px;top:60px;}
#section14 .sec_top_area .sec14_acj.acj3 {left:495px;top:247px;}
#section14 .sec_top_area .sec14_acj.acj4 {right:502px;top:78px;}
#section14 .sec_top_area .sec14_acj.acj5 {right:246px;top:208px;}
#section14 .sec_top_area .sec14_acj.acj6 {right:77px;top:116px;}

#section14 .sec_top_area .text_wrapper {}
#section14 .sec_top_area .text_wrapper p {}
#section14 .sec_top_area .text_wrapper p.content_title {color:#3c1b0c;}
#section14 .sec_top_area .text_wrapper p.content_title span {color:#ab2025;}
#section14 .sec_top_area .text_wrapper p.content_desc {font-size: 20px;line-height: 28px;color:#333;margin-top: 30px;}
#section14 .sec_top_area .content_wrap {margin-top: 70px;position:relative;height:420px;}
#section14 .sec_top_area .content_wrap .sec14_slide_pagi {position:absolute;right:24px;top:50%;transform: translateY(-50%);}
#section14 .sec_top_area .content_wrap .sec14_slide_pagi .swiper-pagination-bullet {width: 10px;height: 10px;opacity:0.3;background: #fff;margin:10px auto;cursor: pointer;}
#section14 .sec_top_area .content_wrap .sec14_slide_pagi .swiper-pagination-bullet-active{opacity: 1;}
#section14 .sec_top_area .content_wrap #sec14_slide {height:100%;}
#section14 .sec_top_area .content_wrap #sec14_slide .swiper-slide {}
#section14 .sec_top_area .content_wrap #sec14_slide .swiper-slide img {}

#section14 .sec_bottom_area {background:#fff9eb;padding:68px 0 140px;}
#section14 .sec_bottom_area .cate_tab_wrap {margin-bottom: 80px;}
#section14 .sec_bottom_area .cate_tab_wrap ul {display:flex;justify-content:center;align-items:center;position:relative;}
#section14 .sec_bottom_area .cate_tab_wrap ul::before {content:"";display:block;width: 350px;height: 1px;background: #3c1b0c;position:absolute;left:0;top:50%;transform: translateY(-50%);}
#section14 .sec_bottom_area .cate_tab_wrap ul:after {content:"";display:block;width: 350px;height: 1px;background: #3c1b0c;position:absolute;right:0;top:50%;transform: translateY(-50%);}
#section14 .sec_bottom_area .cate_tab_wrap ul li {
	background:url('../../images/sec14_tab_off.png')no-repeat center/cover;
	text-align:center;width:180px;height:60px;line-height:60px;position:relative;margin:0 25px;
}
#section14 .sec_bottom_area .cate_tab_wrap ul li.on {background:url('../../images/sec14_tab_on.png')no-repeat center/cover;}
#section14 .sec_bottom_area .cate_tab_wrap ul li a {display:block;font-size:26px;font-weight:400;color:#ab2025;}
#section14 .sec_bottom_area .cate_tab_wrap ul li.on a {font-weight:700;color:#fff;}

#section14 .sec_bottom_area .sub_cont {}
#section14 .sec_bottom_area .text_wrapper {}
#section14 .sec_bottom_area .text_wrapper p {letter-spacing: -0.03em;}
#section14 .sec_bottom_area .text_wrapper p.content_slogan {color:#ab2025;font-size: 42px;line-height: 46px;font-weight: 700;}
#section14 .sec_bottom_area .text_wrapper p.content_desc {margin-top: 15px;font-size: 20px;line-height: 26px;color:#333;}

#section14 .sec_bottom_area .content_wrap {position:relative;width:1230px;margin:60px auto 0;}
#section14 .sec_bottom_area .content_wrap .swiper-container {width: 1170px;}
#section14 .sec_bottom_area .content_wrap .swiper-container .swiper-slide {width: 370px;}
#section14 .sec_bottom_area .content_wrap .swiper-container .swiper-slide img {}

#section14 .sec_bottom_area .content_wrap .swiper-button-next {top:50%;transform:translateY(-50%);right:0;margin-top: 0;height:48px;width: 16px;}
#section14 .sec_bottom_area .content_wrap .swiper-button-prev {top:50%;transform:translateY(-50%);left:0;margin-top: 0;height:48px;width: 16px;}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: '';
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: '';
}

/* section14 e */

/* section15 s */
#section15 {background:url('../../images/sec15_bg.jpg')no-repeat center / cover;position:relative;padding:150px 0 140px;width: 100%;overflow: hidden;}
#section15 .inner {}
#section15 .text_wrapper {}
#section15 .text_wrapper p.content_title {}

#section15 .content_wrap {width: 970px;margin:80px auto 0;}
#section15 .content_wrap .changup_wrap {padding-left: 70px;}
#section15 .content_wrap .changup_wrap ul {display:flex;justify-content:flex-start;align-items:center;}
#section15 .content_wrap .changup_wrap ul li {margin-right: 27px;margin-bottom: 38px;}
#section15 .content_wrap .changup_wrap ul.mb li {margin-bottom: 0;}
#section15 .content_wrap .changup_wrap ul li:nth-child(3n) {margin-right: 0;}

/**/

/* section16 s */
#section16 {background:#ab2025;position:relative;padding:150px 0 140px;width: 100%;overflow: hidden;}
#section16 .inner {}
#section16 .text_wrapper {}
#section16 .text_wrapper p.content_title {}
#section16 .img_wrap {position:relative;margin-top:70px;text-align: center;}
#section16 .img_wrap .marker_wrap {position:absolute;left:50%;top:70%;transform: translate(-50%,-50%);opacity: 0;}
#section16 .img_wrap .marker_wrap.aos-animate {position:absolute;left:50%;top:50%;transform: translate(-50%,-50%);opacity: 1;}
/* section17 s */
#section17 {background:url('../../images/sec17_bg.jpg')no-repeat center / cover;position:relative;padding:150px 0 140px;width: 100%;overflow: hidden;}
#section17 .inner {}
#section17 .text_wrapper {margin-bottom: 90px;}
#section17 .text_wrapper p.content_title {color:#3c1b0c;}
#section17 .content_wrap {border:3px solid #ab2025;}

@keyframes moveTop {
    100% {
        transform: translateX(-50%) translateY(0);
        opacity: 1;
    }
}
@keyframes fadeInUp {
    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }
}
@keyframes fadeLeft {
    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        opacity: 1;
    }
}
@keyframes fadeRight {
    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        opacity: 1;
    }
}

header {display: none;} 
@keyframes fade {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}

@keyframes flashContent {
    0%   { opacity: 0.3; }
    20%   { opacity: 1; }
    40%   { opacity: 0.3; }
    60%   { opacity: 1; }
    80%   { opacity: 0.3; }
    100% { opacity: 1; }
}


@keyframes fadeTitleUp {
    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }
}

/* flow */
@keyframes flowAni {
	form { transform: translate3d(0%, 0, 0); }
    to { transform: translate3d(-100%, 0, 0); }
} 
@-webkit-keyframes flowAni {
    form { transform: translate3d(0%, 0, 0); }
    to { transform: translate3d(-100%, 0, 0); }
}

@keyframes hSlideLoop {
	0% {
		transform: translateY(0%);
	}
	100% {
		transform: translateY(-100%);
	}
}
@keyframes hSlideLoop2 {
	0% {
		transform: translateY(-100%) rotate(180deg);
	}

	100% {
		transform: translateY(0%) rotate(180deg);
	}
}
@keyframes hSlideLoop3 {
	0% {
		transform: translateY(-100%);
	}

	100% {
		transform: translateY(0%);
	}
}

/* 애니메이션 효과 s */
@keyframes hSlideLoop {
	0% {
		transform: translateY(0%);
	}
	100% {
		transform: translateY(-100%);
	}
}
@keyframes hSlideLoop2 {
	0% {
		transform: translateY(-100%) rotate(180deg);
	}

	100% {
		transform: translateY(0%) rotate(180deg);
	}
}
@keyframes hSlideLoop_mo {
	0% {
		transform: translateX(0%) rotate(90deg);
	}
	100% {
		transform: translateX(-100%) rotate(90deg);
	}
}
@keyframes txtAni2 {
	50% {
		opacity:0.3;
	}
}
@keyframes txtAni22 {
	33% {
        color:#f8f5ac;
	}
	66% {
        color:#ffe537;
	}
}
@keyframes section_2_Bounce {
    0% {
        transform: translateY(0%);
    }
    50% {
        transform: translateY(10%);
    }
    100% {
        transform: translateY(0%);
    }
}
@keyframes section_scale {
    0% {
        transform: scale(0.5);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes section_position {
    0% {
        opacity: 0;
        transform: translateX(-50%);
    }
    100% {
        opacity: 1;
        transform: translateX(0%);
    }
}

@keyframes left_position {
    0% {
        transform: translateX(-10%);
    }
    25% {
        transform: translateX(-5%);
    }
    50% {
        transform: translateX(0);
    }
    75% {
        transform: translateX(-5%);
    }
    100% {
        transform: translateX(-10%);
    }
}
@keyframes top_position {
    0% {
        transform: translateY(-10%);
    }
    25% {
        transform: translateY(-5%);
    }
    50% {
        transform: translateY(0);
    }
    75% {
        transform: translateY(-5%);
    }
    100% {
        transform: translateY(-10%);
    }
}
@keyframes fadeUp {
    100% {
        -webkit-transform: translateY(-20%);
        transform: translateY(-20%);
        opacity: 0;
    }
}

/* 애니메이션 효과 e */

/*  1920  */
@media(max-width: 1920px){
#container_wrap {min-height:52.0833vw;}
.inner {width:62.5000vw;margin:0 auto;}
.section {width:100%;max-width:100.0000vw;margin:0 auto;}
.marquee .swiper-wrapper {transition-timing-function: linear !important;}

/* .section, .marquee {} */
.pc_show {}
.mobile_show {}

/* rolling counter */
@keyframes rollingNumber {
	100% { top: -0%; }
} 
@-webkit-keyframes rollingNumber {
	100% { top: -0%; }
} 

/* common e */

/* header s */
#hd {background:transparent;}
#header {height:6.0417vw;width:100%;background:#fff;}
.hd_inner {width:100%;height:100%;max-width:62.5000vw;margin:0 auto;align-items: center;}
#header .logo img {width: 12.9688vw;}
#header .hd_gnb-wrap ul {width:100%;align-items: center;}
#header .hd_gnb-wrap li {padding:0 2.0833vw;font-size: 0.9896vw;letter-spacing: -0.05em;}
#header .hd_gnb-wrap li.on a {color:#2aa0df}
#header .hd_gnb-wrap li:hover a {color:#2aa0df}
#header .hd-right {width:11.3542vw;height: 3.3854vw;animation: textChange2 3s infinite;}
#header .hd-right::after {
    
    content:"가맹문의";right:16%;top:35%;;font-size: 1.2500vw;line-height:1.2500vw;
    animation: textChange 1s ease-in-out infinite;
}
#header .hd-right img {width: 11.3542vw;}
.section-wrapper {  }

.section-scrollNab {  height: 0;  }
.section-scrollNab.scrollDown {height: 3.3333vw;}
.section-scrollNab {align-items: center;}
.nab_inner {width:100%;max-width:72.9167vw;height:3.3333vw;margin:0 auto;justify-align-items: center;}
.section-scrollNab .logo {padding:0;align-items: center;cursor: pointer;}
.section-scrollNab .hd-right {width:11.3542vw;}

.section-scrollNab .hd-right img {width: 11.3542vw;}
.section-scrollNab .section-nab-wrap {
     left: 0; top: 0; width: 100%;  height: 3.3333vw; transition: all 0.3s; -webkit-transition: all 0.3s; opacity: 0;
    background: #fff;
}
.section-scrollNab .section-nab-wrap ul {width:100%;justify-align-items: center;}
.section-scrollNab .section-nab-wrap ul li {padding:0 1.5625vw;font-size: 0.9375vw;letter-spacing: -0.05em;}
.section-scrollNab .section-nab-wrap ul li.on {}
.section-scrollNab .section-nab-wrap ul li.on a {}
.section-scrollNab .section-nab-wrap ul li:hover a {}
.section-scrollNab.scrollUp .section-nab-wrap {  top: -3.6458vw; opacity: 0; }
.section-scrollNab.scrollDown .section-nab-wrap {  opacity: 1; }

/* header e */


/* footer s */
#footer { background: #111;  font-size: 0.7813vw; line-height: 1.2500vw; letter-spacing:-0.05em;}
#footer .inner { align-items: flex-start; margin: 0 auto; padding: 3.1250vw 0; max-width: 60.9375vw; }
#footer .info { align-items: flex-start; }
#footer .copyright { margin-top: 1.5625vw;}
#footer .private {align-items: center; }
#footer .private li:first-child a {color:#fff}
#footer .private li:last-child a:hover {color:#fff}
#footer .private li {align-items: center; }
#footer .private li:first-child {  color: var(--color-primary); }
#footer .private li + li:before {  margin: 0 0.8333vw; width: 0.1042vw; height: 0.1042vw;  }
#footer .left span {padding:0 0.5208vw;font-size: 0.8333vw;}
.insta {right:0;top:2.0833vw;width: 1.3542vw;height: 1.3542vw;}
/* footer e */

/************** policy layer s *************/
.policy_wrap {
	
	/* keeps the policy_wrap window in the current viewport */
	top: 0;left: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#A6000000, endColorstr=#A6000000);
	font-family: 'Pretendard', sans-serif;
}
.policy_wrap .policy-wrapper {
	margin: 2.6042vw auto;left:50%;top:50%;
    -webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);transform: translate(-50%,-50%);
	box-shadow: 0 0 1.3021vw #111;-webkit-box-shadow: 0 0 1.3021vw #111;-moz-box-shadow: 0 0 1.3021vw #111;
	width: 90%;border: 0.0521vw solid #999;outline: 0;-webkit-box-shadow: 0 0.1563vw 0.4688vw rgba(0, 0, 0, 0.5);
	box-shadow: 0 0.1563vw 0.4688vw rgba(0, 0, 0, 0.5);background-clip: padding-box;max-width: 42.7083vw;border-radius: 0.5208vw;
}
.close-popup {
	top: 1.0417vw;right: 1.0417vw;font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0938vw;line-height: 1;text-shadow: 0 0.0521vw 0 #fff;border: none;
}
.policy_wrap .policy-wrapper h4 {
    padding: 0.7813vw;border-bottom: 0.0521vw solid #e5e5e5;font-size: 0.9375vw;font-family: var(--font-family-ptd);
}
.policy_wrap .policy {overflow-y: auto;padding: 1.5625vw;line-height: 163%;font-size: 0.6250vw;}
form a.popup-trigger {
    padding: 0 0.2604vw;line-height: 1.25;text-indent: 0;font-size: 0.6250vw;
    
}
:root {
    --sec2_Height : 199vh;  /* 섹션 스크롤모션 범위기준 */
}
/************** policy layer e *************/

/* 흐르는 슬라이드 */
.marquee00 {width:100%;background:transparent;left:0;bottom:0.0000vw;}
.marquee01 {width:100%;background:transparent;left:0;bottom:0.0000vw;}
.marquee02 {width: 100%;;background:url('../../images/sec08_marquee_bg.png');padding:1.9271vw 0.0000vw;}
.marquee .text_slide {width:100%;}
.marquee00 .text_slide .swiper-slide img {width:100%;}
.marquee01 .text_slide .swiper-slide {width:132.1875vw;}
.marquee02 .text_slide .swiper-slide {width:115.8333vw;}
.marquee01 .text_slide img {width:100%;}
.marquee02 .text_slide img {width:100%;}


/**/
[data-aos="highlight"]:before {
    left: 0;top: 0.0000vw;width: 0%;height: 100%;background: #fe6b03;
    transition-delay: .4s;-webkit-transition-delay: .4s;transition-duration: .4s;-webkit-transition-duration: .4s;
}
span.na[data-aos="highlight"]:before {
    left: 0;top: 0.0000vw;width: 0%;height: 100%;background: #0053a6;
    transition-delay: .4s;-webkit-transition-delay: .4s;transition-duration: .4s;-webkit-transition-duration: .4s;
}
span.aos-animate[data-aos="highlight"]:before {width: 100%;}
span.na.aos-animate[data-aos="highlight"]:before {width: 100%;}

.rotate {
    animation-duration: 30s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: rotate;
    animation-name: rotate;
}

#content_wrapper {}
#section00 {}
#section00 .main_line {width:100%;}
.background {left:50%;top:50%;transform: translate(-50%,-50%);width:97.3958vw;height:54.7396vw;}
/* .background {left:50%;top:50%;transform: translate(-50%,-50%);width:96.3542vw;height:46.8750vw;} */
.background video {width: 100%;}

.background_slide {left:50%;bottom:-3.1250vw;transform: translateX(-50%);width:100%;height:9.5313vw;}
.background_slide img {width: 100%;}
.background_slide video {width: 100%;}

/* section01 s */
#section01 {background:url('../../images/sec01_full_bg.jpg')no-repeat center top/cover;width: 100%;min-height: 132.3438vw;}
.sec01_top {height:79.9479vw;padding-top: 11.9792vw;}
.sec01_top .sec01_top_marker {}
.sec01_top .sec01_top_marker img {width: 40.7292vw;}
.sec01_bottom {padding-top: 11.7188vw;}
.sec01_content_wrap {}
.sec01_content_wrap .img_box {z-index:2}
.sec01_content_wrap .sec01_left_img {top:-8.0729vw;left:10%;transition:1.2s}
.sec01_content_wrap.aos-animate .sec01_left_img {left:-7.2917vw;}
.sec01_content_wrap .sec01_left_img img {width: 40.2083vw;}
.sec01_content_wrap .sec01_right_img {top:-14.3229vw;right:10%;transition:1.2s}
.sec01_content_wrap.aos-animate .sec01_right_img {right:-4.6875vw;}
.sec01_content_wrap .sec01_right_img img {width: 39.0625vw;}

.sec01_content_wrap .text_wrapper {opacity: 0;transition:2.0s}
.sec01_content_wrap.aos-animate .text_wrapper {opacity: 1;}
.text_wrapper {}
.text_wrapper p {letter-spacing: -0.03em;}
.text_wrapper p.content_title {font-size: 3.9583vw;line-height: 4.4792vw;}
.text_wrapper p.content_slogan {font-size: 1.8750vw;line-height: 2.3958vw;margin-bottom:1.5625vw;}
.text_wrapper p.content_slogan span {font-size: 2.1875vw;}
.text_wrapper p.content_slogan span::after, .text_wrapper p.content_slogan span::before {width: 2.1875vw;height: 1.1458vw;top:50%;transform: translateY(-50%);}
.text_wrapper p.content_slogan span::before {background:url('../../images/sec01_sub_title_left.png')no-repeat center/cover;left:-3.1250vw;}
.text_wrapper p.content_slogan span::after {background:url('../../images/sec01_sub_title_right.png')no-repeat center/cover;right:-3.1250vw;}
.text_wrapper p.content_desc {font-size: 1.2500vw;line-height: 1.5625vw;margin-bottom:1.5625vw;}
.text_wrapper p.content_desc:last-child {margin-bottom: 0;}
.text_wrapper p.content_sub_desc {}

.dot_wrap {justify-align-items: center;margin:2.0833vw auto;}
.dot_wrap li {width: 0.3646vw;height: 0.3646vw;border-radius: 50%;background:#e8e2d8;margin:0 0.3646vw;}


/* section01 e */
.inner {}
/* section02 s */
#section02 {background:url('../../images/sec02_bg.jpg')no-repeat center top/cover;width: 100%;padding: 7.2917vw 0 8.3333vw;}
#section02 .text_wrapper p.content_title {}
#section02 .text_wrapper p.content_title span {}
#section02 .text_wrapper p.content_sub_desc {font-size: 1.0417vw;line-height: 1.4583vw;margin-top: 2.6042vw;color:#333}

#section02 .count_wrap {margin:2.6042vw auto 3.6458vw;}
#section02 .count_wrap .flex {justify-align-items:end;}
#section02 .count_wrap .flex::after , #section02 .count_wrap .flex::before {width: 3.7500vw;height:9.4271vw;top:50%;transform: translateY(-50%);}
#section02 .count_wrap .flex::before {background:url('../../images/sec02_leaf_left.png')no-repeat center/cover;left:9.3750vw;}
#section02 .count_wrap .flex::after {background:url('../../images/sec02_leaf_right.png')no-repeat center/cover;right:9.3750vw;}
#section02 .count_wrap .text_name {margin-right: 1.0417vw;padding-bottom:1.5625vw}
#section02 .count_wrap .text_name p {font-size: 1.3542vw;}
#section02 .count_wrap .stat-number {font-size: 8.3333vw;line-height: 1;width: 20.4167vw;}
#section02 .count_wrap .text_won {font-size: 4.1667vw;line-height:4.1667vw;margin-left: 1.0417vw;padding-bottom: 1.5625vw;}

#section02 .content_list {justify-align-items: center;}
#section02 .content_list .cont_list {width: 19.2708vw;height: 11.4583vw;background:url('../../images/sec02_box_bg.png')no-repeat center /cover;margin:0 0.7813vw;}
#section02 .content_list .cont_list {justify-align-items: center;flex-direction: column;}
#section02 .content_list .cont_list p {letter-spacing: -0.05em;}
#section02 .content_list .cont_list p.cont_title {font-size: 2.9167vw;line-height:4.0625vw;}
#section02 .content_list .cont_list p.cont_desc {font-size: 1.3542vw;line-height: 1.7708vw;}
#section02 .content_list .cont_list p.cont_info {font-size: 1.0417vw;line-height:1.7708vw;opacity: 0.6;}
.coin {}
.coin.coin01 {top: 5.9896vw;left:-3.6458vw;width: 11.5625vw;}
.coin.coin02 {top: 4.1667vw;right:1.8229vw;width: 8.8542vw;}
.coin.coin03 {top:-1.5625vw;left:5.7292vw;width: 6.4583vw;}
/* section02 e */
/* section03 s */
#section03 {background:url('../../images/sec03_bg.jpg')no-repeat center top/cover;width: 100%;height:47.9167vw;}
#section03 .text_wrapper p.content_title {}
#section03 .text_wrapper p.content_title span {}

#section03 .flex_wrap {justify-align-items: center;height:100%;;}
#section03 .flex_wrap > div {width:50%;height:100%;transition: 0.5s;}
#section03 .flex_wrap > div p {}
#section03 .flex_wrap .flex_left {padding-left:13.5417vw;}
#section03 .flex_wrap .flex_left:hover {background:url('../../images/sec03_left_hover.jpg')no-repeat center / cover;}
#section03 .flex_wrap >div:hover p {color:#fff}
#section03 .flex_wrap .flex_right {padding-right: 13.5417vw;}
#section03 .flex_wrap .flex_right:hover {background:url('../../images/sec03_right_hover.jpg')no-repeat center / cover;}
#section03 .flex_wrap .flex_left .flex_text_box {}
#section03 .flex_wrap .flex_right .flex_text_box {}
#section03 .flex_wrap .flex_text_box {height:100%;padding-top: 18.7500vw;}
#section03 .flex_wrap .flex_text_box p {letter-spacing: -0.03em;}
#section03 .flex_wrap .flex_text_box p.ftb_title1 {font-size: 2.3958vw;}
#section03 .flex_wrap .flex_text_box p.ftb_title2 {font-size: 3.1250vw;}
#section03 .flex_wrap .flex_text_box p.ftb_desc {font-size: 1.0417vw;line-height: 1.3542vw;margin-top: 1.8229vw;}

#section03 .inner {left:50%;top:50%;transform: translate(-50%,-50%);height:100%;padding-top: 7.5521vw;}
#section03 .rotate_img {left:50%;bottom:-50%;transform: translateX(-50%);}
#section03 .rotate_img img {width: 48.5938vw;}
/* section03 e */
/* section04 s */
#section04 {padding:7.5521vw 0 7.5521vw;background:url('../../images/sec04_bg.jpg')no-repeat center/cover;}

#section04 .section_content .swiper-container { width: 16.6667vw;  } 
#section04 .section_content .swiper-slide { width: 16.6667vw;height: 16.6667vw;}
#section04 .section_content .swiper-slide img { width: 100%;}
.swiper_top,
.swiper_bot { width: 50%;  }
.swiper_top {  margin-left: auto; margin-right: 0;  margin-bottom: 2.6042vw; }
.swiper_bot { margin-right: auto; }
.swiper_top .swiper-container { margin-left: 0; }
.swiper_top .swiper-slide { margin-right: 1.0417vw; }
.swiper_top .swiper-slide:last-child { margin-right: 0; }
.swiper_bot .swiper-container { margin-right: 0; }
.swiper_bot .swiper-slide { margin-right: 1.0417vw; }
.swiper_bot .swiper-slide:first-child { margin-right: 0; }
#section04 .inner {left:50%;top:50%;transform: translate(-50%,-50%);height:35.9375vw;width: 72.9167vw;}
#section04 .inner .text_wrapper {}
#section04 .inner .text_wrapper p {margin-bottom: 0.5208vw;}
#section04 .inner .text_wrapper img {width: 23.6458vw;}
#section04 .inner .text_top {left:-50%;top:0;transition:1.2s;opacity: 0;}
#section04 .inner .text_bottom {right:-50%;bottom:0;transition:1.2s;opacity: 0;}

#section04 .inner.aos-animate .text_top {left:0;opacity: 1;}
#section04 .inner.aos-animate .text_bottom {right:0;opacity: 1;}

#section04 .inner .slide_images {left:50%;top:50%;transform: translate(-50%,-50%);width:31.3021vw;}
#section04 .inner .slide_images::after, #section04 .inner .slide_images::before {opacity: 0.6;}
#section04 .inner .slide_images::before {width:11.2500vw;height:8.2813vw;background:url('../../images/sec04_fade_left.png')no-repeat center / cover;left:-1.3021vw;top:3.7500vw;}
#section04 .inner .slide_images::after {width:11.1979vw;height:8.0729vw;background:url('../../images/sec04_fade_right.png')no-repeat center / cover;right:-1.3021vw;bottom:3.9063vw;}
#section04 .inner #sec04_slide {}
#section04 .inner #sec04_slide .swiper-wrapper {}
#section04 .inner #sec04_slide .swiper-slide {}
#section04 .inner #sec04_slide .swiper-slide img {width: 31.3021vw;}
/* section04 e */

/* section05 s */
#section05 {padding:7.8125vw 0 7.2917vw;background:url('../../images/sec05_bg.jpg')no-repeat center/cover;}
#section05 .inner {width: 72.9167vw;}
#section05 .text_wrapper {}
#section05 .text_wrapper p {}
#section05 .text_wrapper p.content_slogan {margin-bottom:0.7813vw;}
#section05 .text_wrapper p.content_title {}
#section05 .text_wrapper p.content_title span {}
#section05 .text_wrapper p.content_desc {margin-top:2.0833vw;font-size: 1.0417vw;line-height:1.4583vw;}
#section05 .content_wrap {margin-top: 3.6458vw;}
#section05 .content_wrap ul {}
#section05 .content_wrap ul li {
width: 17.0833vw;height: 23.4375vw;padding:2.8125vw 2.0833vw;
}
#section05 .content_wrap ul li:nth-child(1) {background-image:url('../../images/sec05_list_1_off.png');}
#section05 .content_wrap ul li:nth-child(2) {background-image:url('../../images/sec05_list_2_off.png');margin-top: 2.0833vw;}
#section05 .content_wrap ul li:nth-child(3) {background-image:url('../../images/sec05_list_3_off.png');}
#section05 .content_wrap ul li:nth-child(4) {background-image:url('../../images/sec05_list_4_off.png');margin-top: 2.0833vw;}

#section05 .content_wrap.aos-animate ul li:nth-child(1) {}
#section05 .content_wrap.aos-animate ul li:nth-child(2) {}
#section05 .content_wrap.aos-animate ul li:nth-child(3) {}
#section05 .content_wrap.aos-animate ul li:nth-child(4) {}

#section05 .content_wrap ul li:hover:nth-child(1) {background-image:url('../../images/sec05_list_1_on.png');}
#section05 .content_wrap ul li:hover:nth-child(2) {background-image:url('../../images/sec05_list_2_on.png');}
#section05 .content_wrap ul li:hover:nth-child(3) {background-image:url('../../images/sec05_list_3_on.png');}
#section05 .content_wrap ul li:hover:nth-child(4) {background-image:url('../../images/sec05_list_4_on.png');}
#section05 .content_wrap ul li p {letter-spacing: -0.05em;}
#section05 .content_wrap ul li p.list_title {font-size: 2.1875vw;line-height:2.3958vw;}
#section05 .content_wrap ul li p.list_desc {font-size: 1.0417vw;line-height:1.3542vw;margin-top:0.5208vw;}
/* section05 e */

/* section06 s */
#section06 {padding:6.7708vw 0 9.8958vw;background:#fff9eb;}
.bg-full {left: 0;top: 0;width: 100%;height: 100%;}
.h100 {height: 100%;}
.owl .head .sub{margin-top: 1.6146vw;font-size: 3.2292vw;}
.owl .cont{height: calc(100vh - 6.8750vw);}
.owl .cont_head{opacity: 0;transform:translateY(100%);}
.owl .aos-animate .cont_head {animation: upMove 0.5s ease-in-out 1.0s forwards;}
.owl .cont_head .content_title {}
.owl .cont_head .content_title span {}
.owl .content_desc {margin-top: 2.0833vw;font-size: 1.0417vw;}
.owl_boxes_wrap{bottom: -2.6042vw;left: 0;right: 0;height: 23.9063vw;}
.owl_box{bottom: 0;left: 0;width: 100%;height: 100%;padding:4.4271vw;background-size:cover;}
.owl_box:not(:first-child){bottom: -100%}
.owl_box01{background-image: url('../../images/sec06_slide_1_bg.png');}
.owl_box02{background-image: url('../../images/sec06_slide_2_bg.png');}
.owl_box03{background-image: url('../../images/sec06_slide_3_bg.png');}
.owl_box p {letter-spacing:-0.05em}
.owl_box p.slogan_box {font-size: 1.0417vw;padding:0.3125vw 0.4688vw;background: #ab2025;margin-bottom:0.5208vw}
.owl_box p.title_box {font-size: 3.1250vw;}
.owl_box p.title_box span {font-size: 5.2083vw;}
.owl_box p.desc_box {font-size: 1.0417vw;line-height: 1.3542vw;margin-top:0.5208vw;}
#section06 .rotate {right:-3.3854vw;top:-4.3750vw;}
#section06 .rotate img {width: 22.8646vw;}
.sec06_text_wrap {height:14.1667vw;}
.effect_text {left:50%;top:38%;transform: translate(-50%,-50%);width: 100%;height:14.1667vw;}
.effect_text p {font-size: 13.0208vw;width:10.9375vw;transition:0.5s;top:50%;transform:translateY(-50%);}
.effect_text p.left_text {transition:0.5s;left:36%;}
.effect_text p.right_text {transition:0.5s;right:36%;}

.aos-animate .effect_text p {width: 10.9375vw;}
.aos-animate .effect_text p.left_text {
	/* left:9.6354vw; */
	animation: leftMove 0.5s ease-in-out 0.8s forwards;
}
.aos-animate .effect_text p.right_text {
	/* right:5.5729vw;/ */
	animation: rightMove 0.5s ease-in-out 0.8s forwards;
}



@keyframes leftMove {
    100%{
		left:9.6354vw;
		
	}
}

@keyframes rightMove {
    100%{
		right:5.5729vw;
		
	}
}

@keyframes upMove {
    100%{
		transform:translateY(0%);
		opacity:1;
	}
}

.effect_text p.right_text span {font-size: 4.1667vw;}
.marquee_vertical.left_step {left:2.6042vw;top:0;}
.marquee_vertical.right_step {right:2.6042vw;top:0;}
.left_step ul {animation: hSlideLoop 48s 0s infinite linear;}
.right_step ul {animation: hSlideLoop2 48s 0s infinite linear;}
.right_step2 ul {animation: hSlideLoop3 48s 0s infinite linear;}
.left_step ul li {width:auto;}
.right_step ul li {width:auto;}
.left_step ul li img {width:7.1875vw;}
.right_step ul li img {width:7.1875vw;}
.left_step2 ul li img {width:23.1771vw;}
.right_step2 ul li img {width:23.1771vw;}
/* section06 e */

/* section07 s */
#section07 {padding:5.9896vw 0 4.9479vw;background:url('../../images/sec07_bg.jpg')no-repeat center/cover;}
#section07 .inner {width: 72.9167vw;}
#section07 .text_wrapper p.content_title {}
#section07 .text_wrapper p.content_title span {}
#section07 .text_wrapper p.content_desc {margin-top: 1.5625vw;font-size: 1.0417vw;}
#section07 .content_wrap {width: 66.6146vw;margin:2.0833vw auto 0;}
#section07 .flow-ani-wrap {
    width: 100%;height:25.1042vw;
    mask-image: url('../../images/sec07_slide_bg.png');
    mask-mode: alpha;
    mask-repeat: no-repeat;
    mask-size:100%;background:#fff;
    justify-align-items: stretch;flex-wrap: nowrap;
}
#section07 .flow-ani-wrap:after {width:66.6146vw;height:25.1042vw;background:url('../../images/sec07_slide_bg_frame.png')no-repeat center/cover;left:0;top:0;}
#section07 .flow-ani-wrap ul {
    justify-align-items: center;transform: translate3d(0%, 0, 0);-webkit-transform: translate3d(0%, 0, 0);
    -webkit-animation-name: flowAni;animation-name: flowAni;-webkit-animation-duration: 24s;animation-duration: 24s;
    -webkit-animation-timing-function: linear;animation-timing-function: linear;-webkit-animation-iteration-count: infinite;animation-iteration-count: infinite;
    animation-play-state: running;-webkit-animation-play-state: running;
}
#section07 .flow-ani-wrap ul li {margin-right:1.5625vw;}
#section07 .flow-ani-wrap ul li img {width: 20.8333vw;}
#section07 .rotate {left:-6.2500vw;top:-19.1146vw;}
#section07 .rotate img {width: 23.4375vw;}
/* section07 e */

/* section08 s */
#section08 {padding:5.2083vw 0 0.0000vw;background:url('../../images/sec08_bg.jpg')no-repeat center/cover;width: 100%;min-height: 53.8021vw;}
#section08 .inner {width: 72.9167vw;}
#section08 .text_wrapper {opacity: 0;transform:translateY(30%)}
#section08 .text_wrapper img {width: 39.4271vw;}
#section08.aos-animate .text_wrapper {animation: fadeTitleUp 0.8s ease-in-out 1s forwards;}
#section08 .content_wrap img {opacity: 0;}
#section08 .content_wrap .sec08_bottom {left:0;bottom:-0.1563vw;transform:translateY(30%);width: 100%;}
#section08 .content_wrap .sec08_left {left:0;top:0;transform:translateX(-30%);width:28.3333vw;}
#section08 .content_wrap .sec08_right {right:0;top:0;transform:translateX(30%);width: 28.3333vw;}

#section08.aos-animate .content_wrap .sec08_bottom {animation: fadeInUp 0.8s ease-in-out forwards;}
#section08.aos-animate .content_wrap .sec08_left {animation: fadeLeft 0.8s ease-in-out forwards;}
#section08.aos-animate .content_wrap .sec08_right {animation: fadeRight 0.8s ease-in-out forwards;}

/* section08 e */

/* section09 s */
#section09 {padding:7.8125vw 0 7.2917vw;background:url('../../images/sec09_bg.jpg')no-repeat center/cover;width: 100%;min-height: 68.3333vw;}
#section09 .text_wrapper p.content_title {}
#section09 .text_wrapper p.content_title span {}
#section09 .text_wrapper p.content_desc {font-size: 1.0417vw;line-height: 1.4583vw;margin-top: 1.5625vw;}
#section09 .content_wrap {width:100%;height:41.4583vw;}
#section09 .content_wrap .img_wrapper ul li {transition: 0.5s;opacity: 0;}
#section09 .content_wrap .img_wrapper ul li img {width: 100%;}
#section09 .content_wrap .img_wrapper ul li:nth-child(1) {left:50%;top:3.1250vw;transform: translateX(-50%);width: 33.8542vw;}
#section09 .content_wrap .img_wrapper ul li:nth-child(2) {left:12.6563vw;top:0;width: 18.1250vw;}
#section09 .content_wrap .img_wrapper ul li:nth-child(3) {right:12.6563vw;;top:13.5417vw;width: 18.1250vw;}
#section09 .content_wrap .img_wrapper ul li:nth-child(4) {left:12.6563vw;top: 22.3958vw;width: 18.1250vw;}
#section09 .content_wrap .img_wrapper ul li:nth-child(5) {right:12.6563vw;top:0;width: 18.1250vw;}
#section09 .content_wrap .img_wrapper ul li:nth-child(6) {left:0;top:8.3333vw;width: 10.7292vw;}
#section09 .content_wrap .img_wrapper ul li:nth-child(7) {right:0;top:8.3333vw;width: 10.7292vw;}

#section09 .content_wrap.aos-animate .img_wrapper ul li:nth-child(1) {animation: fade 0.8s ease-in 0.1s forwards;}
#section09 .content_wrap.aos-animate .img_wrapper ul li:nth-child(2) {animation: fade 0.8s ease-in 0.6s forwards;}
#section09 .content_wrap.aos-animate .img_wrapper ul li:nth-child(3) {animation: fade 0.8s ease-in 0.3s forwards;}
#section09 .content_wrap.aos-animate .img_wrapper ul li:nth-child(4) {animation: fade 0.8s ease-in 0.2s forwards;}
#section09 .content_wrap.aos-animate .img_wrapper ul li:nth-child(5) {animation: fade 0.8s ease-in 0.5s forwards;}
#section09 .content_wrap.aos-animate .img_wrapper ul li:nth-child(6) {animation: fade 0.8s ease-in 0.7s forwards;}
#section09 .content_wrap.aos-animate .img_wrapper ul li:nth-child(7) {animation: fade 0.8s ease-in 0.4s forwards;}
#section09 .sec09_frame {width: 12.5000vw;}
#section09 .sec09_frame.fr_lt {left: 2.0833vw;top: 2.0833vw;}
#section09 .sec09_frame.fr_rt {right: 2.0833vw;top: 2.0833vw;}
#section09 .sec09_frame.fr_lb {left: 2.0833vw;bottom: 2.0833vw;}
#section09 .sec09_frame.fr_rb {right: 2.0833vw;bottom: 2.0833vw;}
/* section09 e */

/* section10 s */
#section10 {padding:7.8125vw 0 7.2917vw;background:url('../../images/sec10_bg.jpg')no-repeat center/cover;width: 100%;}
#section10 .text_wrapper p.content_title {}
#section10 .text_wrapper p.content_title span {}
#section10 .text_wrapper p.content_desc {font-size: 1.0417vw;line-height: 1.4583vw;margin-top: 1.5625vw;}
#section10 .content_wrap {width:100%;height:24.5833vw;}
#section10 #sec10_slide .swiper-slide {width:37.2396vw;height: 20.9375vw;background: pink;margin:0 1.8229vw;transition: 0.5s;opacity: 0.5;}
#section10 #sec10_slide .swiper-slide img {width: 100%;}
#section10 #sec10_slide .swiper-slide.swiper-slide-active {margin-top:3.6458vw;opacity: 1;}
#section10 #sec10_slide .swiper-slide.swiper-slide-duplicate-active {margin-top:3.6458vw;opacity: 1;}
/* section10 e */

/* section11 s */
#section11 {background:url('../../images/sec11_bg.jpg')no-repeat center/cover;width: 100%;min-height: 51.0417vw;}
#section11 .text_wrapper {
    width:34.2708vw;height: 36.0938vw;background:url('../../images/sec11_title.png')no-repeat center/ cover;margin:0 auto;padding-top: 7.2917vw;left:50%;top:0;transform: translateX(-50%);
    
}
#section11 .text_wrapper .text_effect1 {margin-bottom: 5.2083vw;}
#section11 .text_wrapper .text_effect2 {}
#section11 .text_wrapper p.content_slogan {margin-bottom: 0.7813vw;}
#section11 .text_wrapper p.content_title {}
#section11 .text_wrapper p.content_title span {}
#section11 .text_wrapper p.content_sub_slogan {font-size: 1.5625vw;line-height: 1.4583vw;}
#section11 .text_wrapper p.content_sub_slogan span {}
#section11 .text_wrapper p.content_desc {font-size: 1.0417vw;line-height: 1.4583vw;margin-top: 1.0417vw;}
#section11 .content_wrap {}
#section11 .content_wrap .flex_wrap {}
#section11 .content_wrap .flex_wrap >div {width: 50%;height:51.0417vw;}
#section11 .content_wrap .flex_left {padding-left: 13.5417vw;}
#section11 .content_wrap .flex_right {padding-right: 8.8542vw;}
#section11 .content_wrap .flex_text_box {bottom:3.1250vw;z-index:3}
#section11 .content_wrap .flex_left .flex_text_box {left:13.5417vw;}
#section11 .content_wrap .flex_right .flex_text_box {right:8.8542vw;}
#section11 .content_wrap .flex_text_box p {opacity:0;transition: 0.6s;letter-spacing: -0.05em;}
#section11 .content_wrap .flex_left:hover p {opacity:1;}
#section11 .content_wrap .flex_right:hover p {opacity:1;}
#section11 .content_wrap .flex_text_box p.ftb_title {font-size: 1.5625vw;margin-bottom: 0.7813vw;}
#section11 .content_wrap .flex_text_box p.ftb_desc {font-size: 1.1458vw;line-height: 1.4583vw;}
#section11 .content_wrap .flex_text_box p.ftb_desc.mb {margin-bottom: 0.5208vw;}
#section11 .content_wrap .flex_text_box p.ftb_main_name {
    opacity: 1;
}
#section11 #hover {width:100%;height:6.1458vw;margin-top: 2.0833vw;}
#section11 .flex_left #hover img {width: 19.7917vw;}
#section11 .flex_right #hover img {width: 27.9167vw;}
#section11 .flex_left #hover .hoverOff {left:0;top:50%;transform: translateY(-50%);width:100%;}
#section11 .flex_left #hover .hoverOn {left:0;top:50%;transform: translateY(-50%);clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);}
#section11 .flex_left:hover #hover .hoverOn {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
#section11 .flex_left:after {width:100%;height:100%;background:url('../../images/sec11_left_dimm.png');left:0;top:0;transition: 0.6s;opacity: 0;}
#section11 .flex_left:hover:after {opacity: 1;}
#section11 .flex_right #hover .hoverOff {left:0;top:50%;transform: translateY(-50%);width:100%;}
#section11 .flex_right #hover .hoverOn {left:0;top:50%;transform: translateY(-50%);clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);}
#section11 .flex_right:hover #hover .hoverOn {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
#section11 .flex_right:after {width:100%;height:100%;background:url('../../images/sec11_right_dimm.png');right:0;top:0;transition: 0.6s;opacity: 0;}
#section11 .flex_right:hover:after {opacity: 1;}

/* section12 s */
#section12 {background:url('../../images/sec12_bg.jpg')no-repeat center / cover;padding:3.1250vw 0 4.6875vw;width: 100%;}
#section12 .content_wrap {}
#section12 .content_wrap .limit_rotate {width: 50.6250vw;height: 50.6250vw;margin: 0 auto;padding-top: 7.2917vw;}
#section12 .content_wrap .limit_rotate .limit_bg {background: #f6e2cc;}
#section12 .content_wrap .limit_rotate .limit_rotate_line {background-image: url('../../images/sec12_loading_line.png');animation: rotate2 3s linear infinite;background-size:cover}
#section12 .content_wrap .limit_rotate .limit_rotate_bg {background-image: url('../../images/sec12_loading_bg.png');background-size:cover}
/* section12 e */
#section12 .content_wrap .limit_rotate .bg-full {top: 0;left: 0;width: 100%;height: 100%}

/* limit */
@keyframes rotate2 {
    0%{transform: rotate(0deg);}
    100%{transform: rotate(360deg);}
}

#section12 .limit_twrap {}
#section12 .limit_twrap .sec12_title_img {margin-bottom:1.3021vw;}
#section12 .limit_twrap .content_title.hambak {font-size: 3.1250vw;line-height: 4.2708vw;color:#3c1b0c}
#section12 .limit_twrap .content_title.sogang {font-size: 4.6875vw;line-height:1;}

#section12 .limit_twrap .txt_title {font-size: 2.0833vw;line-height:1;margin:3.1250vw auto 0.0000vw;}
#section12 .limit_twrap .txt_title span {}
#section12 .aos-animate .limit_twrap .txt_title {animation: flashContent 3s ease-in forwards;}
.sec12_coin {}
.sec12_coin.coin01 {top:6.2500vw;left:14.5833vw;width: 9.3229vw;}
.sec12_coin.coin02 {top:22.9167vw;left:17.9688vw;width: 6.5104vw;}
.sec12_coin.coin03 {top:18.2292vw;right:16.9271vw;width: 11.5625vw;}
.sec12_coin.coin04 {top:9.8958vw;right:12.2396vw;width: 7.1875vw;}
.sec12_food {}
.sec12_food.food1 {left:0;bottom:0;transform: translateX(-30%);opacity: 0;width: 36.9271vw;}
.sec12_food.food2 {right:0;bottom:0;transform: translateX(30%);opacity: 0;width: 39.3750vw;}

#section12.aos-animate .sec12_food.food1 {animation: fadeLeft 0.8s ease-in-out forwards;}
#section12.aos-animate .sec12_food.food2 {animation: fadeRight 0.8s ease-in-out forwards;}


/* 메인 숫자 카운팅 */
.rolling-counter-wrap { margin-top:1.0417vw; align-items: center; }
.rolling-counter-wrap * {font-size:8.3333vw;}
.rolling-number { width:5.9896vw; height: 8.4375vw; }
.rolling-number::after {left:50%;top:50%;transform:translate(-50%,-50%);width: 5.0000vw;height: 6.6667vw;}
.rolling-number + .rolling-number { margin-left: 0.6771vw; }
.rolling-number .numbers {  left: 0; top: 0; width: 100%;align-items: stretch; flex-direction: column; }
.rolling-number .numbers span {
    line-height: 8.4375vw;width: 5.9896vw;height: 8.4375vw;background:#3c1b0c;
    font-family: 'SF_HambakSnow', sans-serif;font-size: 8.3333vw;
}
.rolling-dot { margin: 0 0.7292vw 0 0.4167vw;font-family: 'SF_HambakSnow', sans-serif;}
/* 롤링 중 글자 */
.rolling-unit {
    line-height: 1;margin: 0 0.7813vw;
    align-items: stretch; flex-direction: column;font-size:2.9167vw;
}
.rolling-unit .white { opacity: 0.5; }
.rolling-number[data-number="0"] .numbers { top: -1000%; }
.rolling-number[data-number="1"] .numbers { top: -1100%; }
.rolling-number[data-number="2"] .numbers { top: -1200%; }
.rolling-number[data-number="3"] .numbers { top: -1300%; }
.rolling-number[data-number="4"] .numbers { top: -1400%; }
.rolling-number[data-number="5"] .numbers { top: -1500%; }
.rolling-number[data-number="6"] .numbers { top: -1600%; }
.rolling-number[data-number="7"] .numbers { top: -1700%; }
.rolling-number[data-number="8"] .numbers { top: -1800%; }
.rolling-number[data-number="9"] .numbers { top: -1900%; }
.rolling-number[data-number="10"] .numbers { top: -1000%; }
.rolling-number:nth-child(1) .numbers { animation-delay: .3s; }
.rolling-number:nth-child(3) .numbers { animation-delay: .4s; }
.rolling-number:nth-child(5) .numbers { animation-delay: .5s; }
.rolling-number:nth-child(6) .numbers { animation-delay: .6s; }
.rolling-number:nth-child(7) .numbers { animation-delay: .7s; }
.aos-animate .rolling-number .numbers {
    animation-name: rollingNumber;animation-duration: 1500ms;animation-timing-function: ease-out;animation-fill-mode: inherit;animation-fill-mode: forwards;
}

/* section13 s */
#section13 {background:url('../../images/sec13_bg.jpg')no-repeat center / cover;padding:7.8125vw 0 7.2917vw;width: 100%;}

#section13 .inner {width: 72.9167vw;}
#section13 .text_wrapper {}
#section13 .text_wrapper .content_title {}
#section13 .text_wrapper .content_title span {}
#section13 .text_wrapper .content_desc {font-size: 1.0417vw;line-height: 1.4583vw;margin-top: 1.5625vw;}

#section13 .content_wrap {}
#section13 .content_wrap .phone_wrap {width: 30.4167vw;height: 29.6875vw;margin:3.6458vw auto 0;}
#section13 .content_wrap .phone_wrap img {left:50%;transform: translateX(-50%);}
#section13 .content_wrap .phone_wrap img.phone {top:0;width: 30.4167vw;}
#section13 .content_wrap .phone_wrap img.food {bottom:0;z-index:2;width: 30.4167vw;}
#section13 .content_wrap .phone_wrap img.text {top:1.8750vw;transform:translateX(-50%) translateY(30%);transition:0.6s;opacity: 0;width: 13.1250vw;}
/* #section13 .content_wrap .phone_wrap.aos-animate img.text {top:1.8750vw;transform: translateX(-50%) translateY(0);opacity: 1;} */
#section13 .content_wrap .phone_wrap.aos-animate img.text {animation: moveTop 0.8s ease 0.4s forwards;}

#section13 .balloon {transition:0.6s;opacity: 0;}
#section13 .balloon.ballon1 {left: 30%;top: 35%;z-index:2;width: 16.1458vw;}
#section13 .balloon.ballon2 {left: 30%;top: 35%;z-index:2;width: 18.7500vw;}
#section13 .balloon.ballon3 {left: 30%;top: 35%;width: 15.9896vw;}
#section13 .balloon.ballon4 {right: 30%;top: 35%;z-index:2;width: 16.6667vw;}
#section13 .balloon.ballon5 {right: 30%;top: 35%;z-index:2;width: 17.7083vw;}
#section13 .balloon.ballon6 {right: 30%;top: 35%;width: 15.9896vw;}

#section13 .aos-animate .balloon {opacity: 1;}
#section13 .aos-animate .balloon.ballon1 {left: 5.9896vw;top: 9.1667vw;z-index:2}
#section13 .aos-animate .balloon.ballon2 {left: 0.8854vw;top: 16.5625vw;z-index:2}
#section13 .aos-animate .balloon.ballon3 {left: 0.6250vw;top: 4.6875vw;}
#section13 .aos-animate .balloon.ballon4 {right: 3.8021vw;top: 6.1458vw;z-index:2}
#section13 .aos-animate .balloon.ballon5 {right: 0.1563vw;top: 16.3021vw;z-index:2}
#section13 .aos-animate .balloon.ballon6 {right: -3.1250vw;top: 12.6042vw;}

#section13 .flow-ani-wrap {justify-align-items: stretch;flex-wrap: nowrap;left:0;bottom:8.7500vw;}
#section13 .flow-ani-wrap ul {
    
    justify-align-items: center;transform: translate3d(0%, 0, 0);-webkit-transform: translate3d(0%, 0, 0);
    -webkit-animation-name: flowAni;animation-name: flowAni;-webkit-animation-duration:36s;animation-duration:36s;
    -webkit-animation-timing-function: linear;animation-timing-function: linear;-webkit-animation-iteration-count: infinite;animation-iteration-count: infinite;
    animation-play-state: running;-webkit-animation-play-state: running;
}
#section13 .flow-ani-wrap ul li {margin-right: 2.0833vw;}
#section13 .flow-ani-wrap ul li img {width: 13.0208vw;}
/* section13 e */


.sub_cont{ }
.sub_cont.on{}


/* section14 s */
#section14 {width: 100%;}
#section14 .inner {width: 72.9167vw;}
#section14 .sec_top_area {width:100%;background:url('../../images/sec14_top_bg.jpg')no-repeat center / cover;padding:7.8125vw 0 3.1250vw;}
#section14 .sec_top_area .sec14_acj {}
#section14 .sec_top_area .sec14_acj.acj1 {left:1.0417vw;top:13.5417vw;width: 12.3958vw;}
#section14 .sec_top_area .sec14_acj.acj2 {left:15.4688vw;top:3.1250vw;width: 9.8438vw;}
#section14 .sec_top_area .sec14_acj.acj3 {left:25.7813vw;top:12.8646vw;width: 7.9688vw;}
#section14 .sec_top_area .sec14_acj.acj4 {right:26.1458vw;top:4.0625vw;width: 7.6042vw;}
#section14 .sec_top_area .sec14_acj.acj5 {right:12.8125vw;top:10.8333vw;width: 10.3125vw;}
#section14 .sec_top_area .sec14_acj.acj6 {right:4.0104vw;top:6.0417vw;width: 7.7604vw;}

#section14 .sec_top_area .text_wrapper {}
#section14 .sec_top_area .text_wrapper p {}
#section14 .sec_top_area .text_wrapper p.content_title {}
#section14 .sec_top_area .text_wrapper p.content_title span {}
#section14 .sec_top_area .text_wrapper p.content_desc {font-size: 1.0417vw;line-height: 1.4583vw;margin-top: 1.5625vw;}
#section14 .sec_top_area .content_wrap {margin-top: 3.6458vw;height:21.8750vw;}
#section14 .sec_top_area .content_wrap .sec14_slide_pagi {right:1.2500vw;top:50%;transform: translateY(-50%);}
#section14 .sec_top_area .content_wrap .sec14_slide_pagi .swiper-pagination-bullet {width: 0.5208vw;height: 0.5208vw;opacity:0.3;background: #fff;margin:0.5208vw auto;cursor: pointer;}
#section14 .sec_top_area .content_wrap .sec14_slide_pagi .swiper-pagination-bullet-active{opacity: 1;}
#section14 .sec_top_area .content_wrap #sec14_slide {height:100%;}
#section14 .sec_top_area .content_wrap #sec14_slide .swiper-slide {}
#section14 .sec_top_area .content_wrap #sec14_slide .swiper-slide img {width: 100%;}

#section14 .sec_bottom_area {background:#fff9eb;padding:3.5417vw 0 7.2917vw;}
#section14 .sec_bottom_area .cate_tab_wrap {margin-bottom: 4.1667vw;}
#section14 .sec_bottom_area .cate_tab_wrap ul {justify-align-items:center;}
#section14 .sec_bottom_area .cate_tab_wrap ul::before {width: 18.2292vw;height: 0.0521vw;background: #3c1b0c;left:0;top:50%;transform: translateY(-50%);}
#section14 .sec_bottom_area .cate_tab_wrap ul:after {width: 18.2292vw;height: 0.0521vw;background: #3c1b0c;right:0;top:50%;transform: translateY(-50%);}
#section14 .sec_bottom_area .cate_tab_wrap ul li {
	background:url('../../images/sec14_tab_off.png')no-repeat center/cover;
	width:9.3750vw;height:3.1250vw;line-height:3.1250vw;margin:0 1.3021vw;
}
#section14 .sec_bottom_area .cate_tab_wrap ul li.on {background:url('../../images/sec14_tab_on.png')no-repeat center/cover;}
#section14 .sec_bottom_area .cate_tab_wrap ul li a {font-size:1.3542vw;}
#section14 .sec_bottom_area .cate_tab_wrap ul li.on a {}

#section14 .sec_bottom_area .sub_cont {}
#section14 .sec_bottom_area .text_wrapper {}
#section14 .sec_bottom_area .text_wrapper p {letter-spacing: -0.03em;}
#section14 .sec_bottom_area .text_wrapper p.content_slogan {font-size: 2.1875vw;line-height: 2.3958vw;}
#section14 .sec_bottom_area .text_wrapper p.content_desc {margin-top: 0.7813vw;font-size: 1.0417vw;line-height: 1.3542vw;}

#section14 .sec_bottom_area .content_wrap {width:64.0625vw;margin:3.1250vw auto 0;}
#section14 .sec_bottom_area .content_wrap .swiper-container {width: 60.9375vw;}
#section14 .sec_bottom_area .content_wrap .swiper-container .swiper-slide {width: 19.2708vw;}
#section14 .sec_bottom_area .content_wrap .swiper-container .swiper-slide img {width: 100%;}

#section14 .sec_bottom_area .content_wrap .swiper-button-next {top:50%;transform:translateY(-50%);right:0;margin-top: 0;height:2.5000vw;width: 0.8333vw;}
#section14 .sec_bottom_area .content_wrap .swiper-button-prev {top:50%;transform:translateY(-50%);left:0;margin-top: 0;height:2.5000vw;width: 0.8333vw;}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    
}

/* section14 e */

/* section15 s */
#section15 {background:url('../../images/sec15_bg.jpg')no-repeat center / cover;padding:7.8125vw 0 7.2917vw;width: 100%;}
#section15 .inner {}
#section15 .text_wrapper {}
#section15 .text_wrapper p.content_title {}

#section15 .content_wrap {width: 50.5208vw;margin:4.1667vw auto 0;}
#section15 .content_wrap .changup_wrap {padding-left: 3.6458vw;}
#section15 .content_wrap .changup_wrap ul {justify-align-items:center;}
#section15 .content_wrap .changup_wrap ul li {margin-right: 1.4063vw;margin-bottom: 1.9792vw;width: 14.2188vw;}
#section15 .content_wrap .changup_wrap ul li img {width:100%;}
#section15 .content_wrap .changup_wrap ul.mb li {margin-bottom: 0;}
#section15 .content_wrap .changup_wrap ul li:nth-child(3n) {margin-right: 0;}
#section15 .content_wrap .changup_wrap ul.mb li:nth-child(3) {width: 11.9792vw;}

/**/

/* section16 s */
#section16 {background:#ab2025;padding:7.8125vw 0 7.2917vw;width: 100%;}
#section16 .inner {}
#section16 .text_wrapper {}
#section16 .text_wrapper p.content_title {}
#section16 .img_wrap {margin-top:3.6458vw;}
#section16 .img_wrap >img{width: 100%;}
#section16 .img_wrap .marker_wrap {left:50%;top:70%;transform: translate(-50%,-50%);opacity: 0;}
#section16 .img_wrap .marker_wrap img {width: 40.7292vw;}
#section16 .img_wrap .marker_wrap.aos-animate {left:50%;top:50%;transform: translate(-50%,-50%);opacity: 1;}
/* section17 s */
#section17 {background:url('../../images/sec17_bg.jpg')no-repeat center / cover;padding:7.8125vw 0 7.2917vw;width: 100%;}
#section17 .inner {}
#section17 .text_wrapper {margin-bottom: 4.6875vw;}
#section17 .text_wrapper p.content_title {}
#section17 .content_wrap {border:0.1563vw solid #ab2025;}

}

/*  1600  */
@media(max-width: 1600px){

.sec12_coin.coin01 {top:7.5000vw;left:17.5000vw;width: 9.1875vw;}
.sec12_coin.coin02 {top:27.5000vw;left:21.5625vw;width: 5.8125vw;}
.sec12_coin.coin03 {top:21.8750vw;right:20.3125vw;width: 11.8750vw;}
.sec12_coin.coin04 {top:11.8750vw;right:14.6875vw;width: 6.6250vw;}
.sec12_food {}
.sec12_food.food1 {left:0;bottom:0;transform: translateX(-30%);opacity: 0;width: 38.3125vw;}
.sec12_food.food2 {right:0;bottom:0;transform: translateX(30%);opacity: 0;width: 41.2500vw;}
}

/*  1024  */
@media(max-width: 1024px){
.sec12_coin.coin01 {width: 11.3555vw;}
.sec12_coin.coin02 {width: 6.0820vw;}
.sec12_coin.coin03 {width: 11.5547vw;}
.sec12_coin.coin04 {width: 7.3516vw;}
.sec12_food {}
.sec12_food.food1 {left:0;bottom:0;transform: translateX(-30%);opacity: 0;width: 26.8633vw;}
.sec12_food.food2 {right:0;bottom:0;transform: translateX(30%);opacity: 0;width: 31.4531vw;}

}

/*  768  */
@media(max-width: 768px){
    .pc_show {display: none !important;}
    .mobile_show {display: block !important;}
    #header {display: none;}
    #content_wrapper {overflow: visible;}

    .inner {
        width: 100%;
    }

    .section-scrollNab { position: relative; height: 0; overflow: hidden; }
    .section-scrollNab.scrollDown {height: 11.7188vw;}
    .section-scrollNab {display:flex;align-items: center;justify-content: space-between;}
    .nab_inner {position:relative;width:100%;max-width:100%;height:11.7188vw;margin:0 auto;display: flex;justify-content: center;align-items: center;}
    .section-scrollNab .logo {display: none;}
    .section-scrollNab .hd-right {display: none;}
    .section-scrollNab .section-nab-wrap {
        position: absolute; left: 0; top: 0; width: 100%;  height: 11.7188vw; transition: all 0.3s; -webkit-transition: all 0.3s; opacity: 0;
        background: #fff;z-index:100;
    }
    .section-scrollNab .section-nab-wrap ul {width:100%;display:flex;justify-content:center;align-items: center;gap:3.9063vw;}
    .section-scrollNab .section-nab-wrap ul li {padding:0;font-size: 3.3854vw;font-weight:600;letter-spacing: -0.05em;color:#3c1e12;}
    .section-scrollNab .section-nab-wrap ul li.active {font-weight: 700;}
    .section-scrollNab .section-nab-wrap ul li:hover a {font-weight: 700;}
    .section-scrollNab.scrollUp .section-nab-wrap { position: fixed; top: -9.1146vw; opacity: 0; }
    .section-scrollNab.scrollDown .section-nab-wrap { position: fixed; opacity: 1; }

    /* footer s */
    #footer { font-size: 2.8646vw; line-height:3.9063vw;text-align: center;}
    #footer .inner { display: block; margin: 0 auto; padding: 8.0729vw 0 9.1146vw; max-width: 100%; }
    #footer .info { display: flex; justify-content: flex-start; align-items: flex-start; }
    #footer .copyright { margin-top: 3.9063vw;font-weight: 300;}
    #footer .private {justify-content: center;margin-bottom:2.6042vw; }
    #footer .private li:first-child a {font-size: 2.6042vw}
    #footer .private li:last-child a {font-size: 2.6042vw}
    #footer .private li:last-child a:hover {color:#d6d6d6}
    #footer .private li { display: flex; justify-content: flex-start; align-items: center; }
    #footer .private li:first-child { font-weight: 700; color: var(--color-primary); }
    #footer .private li + li:before { content: ""; margin: 0 2.0833vw; width: 0.2604vw; height: 0.2604vw; background-color: currentColor; }
    #footer .left span {padding:0 1.3021vw;font-size: 2.0833vw;}
    .insta {position:relative;right:auto;top:auto;width: 4.1667vw;height: 4.1667vw;display:block;margin:0 auto 5.2083vw;}
    .insta img {width:100%;}
    /* footer e */


    /* 흐르는 슬라이드 */
    .marquee00 {width:100%;background:transparent;position:absolute;left:0;bottom:0.0000vw;z-index:1;}
    .marquee01 {width:100%;background:transparent;position:absolute;left:0;bottom:0.0000vw;z-index:1;}
    .marquee02 {width: 100%;;background:url('../../images/sec08_marquee_bg.png');padding:4.8177vw 0.0000vw;background-size: contain;}
    .marquee .text_slide {width:100%;overflow: hidden;}
    .marquee00 .text_slide .swiper-slide img {width:100%;}
    .marquee01 .text_slide .swiper-slide {width:330.4688vw;}
    .marquee02 .text_slide .swiper-slide {width:289.5833vw;}
    .marquee01 .text_slide img {width:100%;}
    .marquee02 .text_slide img {width:100%;}

    #section00 {position:relative;}
    #section00 .main_line {width:100%;position:relative;z-index:10;}
    #section00 .main_hd_m {position:absolute;left:50%;top:0;transform: translateX(-50%);z-index:10;width:50.9115vw;}
    .background {position:relative;left:auto;top:auto;transform:none;width:100vw;height:123.6979vw;}

    .background_slide {bottom:-7.8125vw;height:19.5313vw;}

    /* section01 s */
    #section01 {background:url('../../images/m/sec01_full_bg_m.jpg')no-repeat center top/cover;width: 100%;z-index:3;min-height:auto;padding-bottom:70.3125vw;}
    .sec01_top {height:160.8073vw;padding-top: 28.6458vw;}
    .sec01_top .sec01_top_marker {text-align: center;}
    .sec01_top .sec01_top_marker img {width: 80.0781vw;}
    .sec01_bottom {padding-top:7.8125vw;}
    .sec01_content_wrap {position:relative;}
    .sec01_content_wrap .img_box {display: none;}

    .sec01_content_wrap .text_wrapper {opacity: 1;}

    .text_wrapper p.content_title {font-size: 9.1146vw;line-height: 10.4167vw;}
    .text_wrapper p.content_slogan {font-size: 4.6875vw;line-height: 5.9896vw;margin-bottom:3.9063vw;}
    .text_wrapper p.content_slogan span {font-size: 5.9896vw;margin-bottom: 1.3021vw;}
    .text_wrapper p.content_slogan span::after, .text_wrapper p.content_slogan span::before {width: 5.4688vw;height: 2.8646vw;}
    .text_wrapper p.content_slogan span::before {left:-7.8125vw;}
    .text_wrapper p.content_slogan span::after {right:-7.8125vw;}
    .text_wrapper p.content_desc {font-size: 3.6458vw;line-height: 4.9479vw;margin-bottom:4.4271vw;}

    .m_sec01_img {position:absolute;left:0;bottom:-10.4167vw;z-index: 10;width: 100%;}
    .m_sec01_img img {width: 100%;}
    .dot_wrap {margin:5.2083vw auto;}
    .dot_wrap li {width: 0.9115vw;height: 0.9115vw;margin:0 0.9115vw;}
    /* section01 e */
    /* section02 s */
    #section02 {padding: 19.5313vw 0 16.9271vw;overflow:hidden;}
    #section02 .text_wrapper p.content_sub_desc {font-size: 3.6458vw;line-height: 4.9479vw;margin-top: 6.5104vw;}

    #section02 .count_wrap {margin:6.5104vw auto 11.7188vw;}
    #section02 .count_wrap .flex::after , #section02 .count_wrap .flex::before {width: 10.4167vw;height:26.6927vw;top:35%;}
    #section02 .count_wrap .flex::before {left:3.3854vw;}
    #section02 .count_wrap .flex::after {right:3.3854vw;}
    #section02 .count_wrap .text_name.mobile_show {text-align: center;margin-right:0;padding-bottom:1.9531vw;}
    #section02 .count_wrap .text_name p {font-size: 3.9063vw;line-height: 4.9479vw;color:#3c1b0c;}
    #section02 .count_wrap .stat-number {font-size: 20.8333vw;width: 51.0417vw;}
    #section02 .count_wrap .text_won {font-size: 10.4167vw;line-height:10.4167vw;margin-left:1.3021vw;padding-bottom: 3.9063vw;}

    #section02 .content_list {justify-content: flex-start;}
    #section02 .content_list .cont_list {width: 48.1771vw;height: 28.6458vw;margin:0 1.9531vw;}
    #section02 .content_list .cont_list p.cont_title {font-size: 7.2917vw;line-height:10.1563vw;}
    #section02 .content_list .cont_list p.cont_desc {font-size: 3.3854vw;line-height: 4.9479vw;}
    #section02 .content_list .cont_list p.cont_info {font-size: 2.6042vw;line-height:4.9479vw;}

    #section02 #sec02_slide_m .content_list .cont_list {opacity: 0.5;}
    #section02 #sec02_slide_m .content_list .cont_list.swiper-slide-active {opacity:1;}

    .coin.coin01 {display: none;}
    .coin.coin02 {top: -14.3229vw;right:8.4635vw;width:22.1354vw;}
    .coin.coin03 {top:-6.5104vw;left:9.1146vw;width:15.6250vw;}
    /* section02 e */
    /* section03 s */
    #section03 {background:url('../../images/m/sec03_bg_m.jpg')no-repeat center top/cover;overflow: hidden;height:auto;min-height: 221.7448vw;}

    #section03 .flex_wrap {display: none;}
    #section03 .inner {padding-top: 19.5313vw;}
    #section03 .rotate_img {bottom:auto;top:83.5938vw;}
    #section03 .rotate_img img {width:82.0313vw;}
    #section03 .flex_text_box {position:absolute;}
    #section03 .flex_text_box.left {left:9.1146vw;top:49.4792vw;}
    #section03 .flex_text_box.right {right:9.1146vw;bottom:18.2292vw;text-align: right;}

    #section03 .flex_text_box .ftb_title1 {font-size: 5.9896vw;line-height: 8.3333vw;color:#fff;letter-spacing: -0.03em;}
    #section03 .flex_text_box .ftb_title2 {font-size: 7.8125vw;line-height: 8.3333vw;color:#fff;letter-spacing: -0.03em;}
    #section03 .flex_text_box .ftb_desc {font-size: 3.6458vw;line-height: 4.9479vw;color:#fff;letter-spacing: -0.03em;margin-top:3.9063vw;}
    /* section03 e */
    /* section04 s */
    #section04 {position:relative;padding:55.9896vw 0 55.9896vw;background:url('../../images/sec04_bg.jpg')no-repeat center/cover;}
    #section04 .section_content .swiper-container { width: 41.6667vw; overflow: visible; } 
    #section04 .section_content .swiper-slide { position: relative;width: 41.6667vw;height: 41.6667vw;}
    .swiper_top,
    .swiper_bot { width: 100%; overflow: hidden;  position:absolute;}
    .swiper_top {  margin-left: auto; margin-right: 0; overflow: hidden; margin-bottom: 6.5104vw;top:6.5104vw;}
    .swiper_bot { margin-right: auto; bottom:6.5104vw;}
    .swiper_top .swiper-container { margin-left: 0; }
    .swiper_top .swiper-container .swiper-wrapper {transition-timing-function: linear !important;}
    .swiper_top .swiper-slide { margin-right: 2.6042vw; }
    .swiper_top .swiper-slide img {width:41.6667vw;}
    .swiper_bot .swiper-slide img {width:41.6667vw;}
    .swiper_top .swiper-slide:last-child { margin-right: 0;}
    .swiper_bot .swiper-container { margin-right: 0; }
    .swiper_bot .swiper-container .swiper-wrapper {transition-timing-function: linear !important;}
    .swiper_bot .swiper-slide { margin-right: 2.6042vw; }
    .swiper_bot .swiper-slide:first-child { margin-right: 0; }
    #section04 .inner {position:relative;left:auto;top:auto;transform: translate(0);width: 100%;overflow:hidden;height:auto;}
    #section04 .inner .text_wrapper {position:relative;text-align: center;}
    #section04 .inner .text_wrapper p {margin-bottom: 1.3021vw;}
    #section04 .inner .text_wrapper img {width:58.7240vw;margin:0 auto;}
    #section04 .inner .text_top {left:auto;top:auto;transition:1.2s;opacity: 1;}
    #section04 .inner .text_bottom {right:auto;bottom:auto;transition:1.2s;opacity: 1;}

    #section04 .inner.aos-animate .text_top {left:auto;opacity: 1;}
    #section04 .inner.aos-animate .text_bottom {right:auto;opacity: 1;}

    #section04 .inner .slide_images {position:relative;left:auto;top:auto;transform: translate(0);width:78.2552vw;margin:5.2083vw auto;}
    #section04 .inner .slide_images::before {width:28.1250vw;height:20.7031vw;left:-3.2552vw;top:9.3750vw;}
    #section04 .inner .slide_images::after {width:27.9948vw;height:20.1823vw;right:-3.2552vw;bottom:9.7656vw;}
    #section04 .inner #sec04_slide .swiper-slide img {width: 78.2552vw;}
    /* section04 e */
    /* section05 s */
    #section05 {padding:19.5313vw 0 18.2292vw;}
    #section05 .inner {width: 100%;}
    #section05 .text_wrapper p.content_slogan {margin-bottom:1.9531vw;}
    #section05 .text_wrapper p.content_desc {margin-top:5.2083vw;font-size: 3.6458vw;line-height:4.9479vw;}
    #section05 .content_wrap {margin-top: 9.1146vw;padding-top:5.2083vw;padding-bottom:2.6042vw;}
    #section05 .content_wrap ul {display: flex;justify-content: space-between;}
    #section05 .content_wrap ul li {
    width: 42.7083vw;height: 58.5938vw;background-position: center;background-repeat: no-repeat;background-size: cover;padding:7.0313vw 5.2083vw;
    margin:0 2.6042vw;opacity:0.4;
    }
    #section05 .content_wrap ul li.slide01 {background-image:url('../../images/sec05_list_1_off.png');}
    #section05 .content_wrap ul li.slide02 {background-image:url('../../images/sec05_list_2_off.png');margin-top: 0;}
    #section05 .content_wrap ul li.slide03 {background-image:url('../../images/sec05_list_3_off.png');}
    #section05 .content_wrap ul li.slide04 {background-image:url('../../images/sec05_list_4_off.png');margin-top:0;}

    #section05 .content_wrap ul li:hover.slide01 {background-image:url('../../images/sec05_list_1_off.png');}
    #section05 .content_wrap ul li:hover.slide02 {background-image:url('../../images/sec05_list_2_off.png');}
    #section05 .content_wrap ul li:hover.slide03 {background-image:url('../../images/sec05_list_3_off.png');}
    #section05 .content_wrap ul li:hover.slide04 {background-image:url('../../images/sec05_list_4_off.png');}

    #section05 .content_wrap ul li.swiper-slide-active {margin-top:-5.2083vw;opacity: 1;}
    #section05 .content_wrap ul li.swiper-slide-active.slide01 {background-image:url('../../images/sec05_list_1_on.png');}
    #section05 .content_wrap ul li.swiper-slide-active.slide02 {background-image:url('../../images/sec05_list_2_on.png');}
    #section05 .content_wrap ul li.swiper-slide-active.slide03 {background-image:url('../../images/sec05_list_3_on.png');}
    #section05 .content_wrap ul li.swiper-slide-active.slide04 {background-image:url('../../images/sec05_list_4_on.png');}

    #sec05_m_page {bottom:0;}
    #sec05_m_page .swiper-pagination-bullet {background:transparent;border:1px solid #ffcc00;width: 2.0833vw;height: 2.0833vw;}
    #sec05_m_page .swiper-pagination-bullet.swiper-pagination-bullet-active {background: #ffcc00;}
    #section05 .content_wrap ul li p {color:#fff;letter-spacing: -0.05em;}
    #section05 .content_wrap ul li p.list_title {font-size: 5.4688vw;line-height:5.9896vw;}
    #section05 .content_wrap ul li p.list_desc {font-size:3.3854vw;line-height:4.9479vw;margin-top:1.3021vw;}
    /* section05 e */
    /* section06 s */
    #section06 {position:relative;padding:0;background:#fff9eb;overflow: hidden;padding-bottom:24.7396vw;}
    .bg-full {position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
    .h100 {height: 100%;}
    .owl .head .sub{margin-top: 4.0365vw;font-size: 8.0729vw;text-align: center;}
    .owl .cont{height: auto;position:relative;}
    .owl .cont_head{text-align: center;opacity: 1;transform:translateY(0);}
    .owl .aos-animate .cont_head {animation:none}
    .owl .cont_head .year {color:#3c1b0c;font-size:15.6250vw;}
    .owl .cont_head .year span {font-size:10.4167vw;position:relative;top:-0.6510vw}
    .owl .cont_head .content_title {color:#3c1b0c;}
    .owl .cont_head .content_title span {color:#ab2025;}
    .owl .content_desc {color:#333;margin-top: 5.2083vw;font-size: 3.6458vw;line-height:4.9479vw;}
    .owl_boxes_wrap{bottom: auto;left:auto;right:auto;height: auto;position:relative;width: 89.33vw;margin:0 auto;padding:9.1146vw 0 0}
    .owl_box{position: relative;bottom: 0;left: 0;width: 100%;height: 59.7656vw;box-sizing: border-box;overflow: hidden;padding:0;background-repeat: no-repeat;
        background-size: contain;margin:0 auto;background-position: center;}
    .owl_box .mobile_show {width:100%;height:59.7656vw;padding:9.1146vw 7.8125vw;position:absolute;left:0;top:50%;transform: translateY(-50%);}
    .owl_box:not(:first-child){bottom: auto;margin-top:5.2083vw;}
    .owl_box01{background-image: url('../../images/m/sec06_slide_3_bg_m.png');}
    .owl_box02{background-image: url('../../images/m/sec06_slide_2_bg_m.png');}
    .owl_box03{background-image: url('../../images/m/sec06_slide_1_bg_m.png');}
    .owl_box p {color:#fff;letter-spacing:-0.05em}
    .owl_box p.slogan_box {font-size: 3.3854vw;padding:0.7813vw 1.1719vw;background: #ab2025;display:inline-block;font-weight: 700;margin-bottom:1.3021vw}
    .owl_box p.title_box {font-size: 7.8125vw;}
    .owl_box p.title_box span {font-size: 13.0208vw;}
    .owl_box p.desc_box {font-size: 3.3854vw;line-height:4.9479vw;margin-top:1.3021vw;}
    #section06 .rotate {position:absolute;right:-8.4635vw;top:-10.9375vw;z-index:3;}
    #section06 .rotate img {width:41.2760vw;}
    .sec06_text_wrap {position:relative;height:auto;padding-top:10.4167vw;}
    .effect_text {display: none;}
    .pin-spacer {padding-bottom:76.1719vw}
    .marquee_vertical.left_step {position:absolute;left:6.5104vw;top:0;}
    .marquee_vertical.right_step {position:absolute;right:6.5104vw;top:0;}
    .left_step ul {animation: hSlideLoop 48s 0s infinite linear;}
    .right_step ul {animation: hSlideLoop2 48s 0s infinite linear;}
    .right_step2 ul {animation: hSlideLoop3 48s 0s infinite linear;}
    .left_step ul li {width:auto;}
    .right_step ul li {width:auto;}
    #section06 .marquee_vertical {display: none;}
    /* section06 e */
    /* section07 s */
    #section07 {position:relative;padding:19.5313vw 0 18.2292vw;background:url('../../images/sec07_bg.jpg')no-repeat center/cover;}
    #section07 .inner {width: 100%;}
    #section07 .text_wrapper p.content_title {color:#3c1b0c;}
    #section07 .text_wrapper p.content_title span {color:#ab2025;}
    #section07 .text_wrapper p.content_desc {color:#333;margin-top: 3.9063vw;font-size: 3.6458vw;line-height:4.9479vw;}
    #section07 .content_wrap {width: 100%;margin:6.5104vw auto 0;}
    #section07 .flow-ani-wrap {
        mask-image: none;
        width: 100%;height:70.7031vw;position:relative;background:url('../../images/m/sec07_slide_bg_m.png')no-repeat center /cover ;
    }
    #section07 .flow-ani-wrap:after {display: none;}
    #section07 .flow-ani-wrap ul li {margin-right:3.9063vw;}
    #section07 .flow-ani-wrap ul li img {width:52.0833vw;}
    #section07 .rotate {position:absolute;left:-13.5417vw;top:-33.8542vw;z-index:3;}
    #section07 .rotate img {width:39.3229vw;}
    /* section07 e */
    /* section08 s */
    #section08 {position:relative;padding:19.5313vw 0 0.0000vw;background:url('../../images/sec08_bg.jpg')no-repeat center/cover;min-height:176.4323vw;}
    #section08 .inner {width: 100%;}
    #section08 .text_wrapper {position:relative;z-index:5;opacity: 0;transform:translateY(30%)}
    #section08.aos-animate .text_wrapper {animation: fadeTitleUp 0.8s ease-in-out 1s forwards;}
    #section08.aos-animate .text_wrapper img {width: 92.1875vw;}
    #section08 .content_wrap img {position:absolute;opacity: 1;}
    #section08 .content_wrap .sec08_bottom_m {left:0;bottom:0;transform:translateY(0);width:100%;}
    #section08 .content_wrap .sec08_left_m {left:0;top:-12.2396vw;transform:translateX(-30%);width:28.1250vw;}
    #section08 .content_wrap .sec08_right_m {right:0;top:-12.2396vw;transform:translateX(30%);width:28.1250vw;}

    #section08 .left_step.mobile_show {display: block;left:50%;transform: translateX(-50%);}
    #section08 .left_step.mobile_show ul {animation: hSlideLoop 12s 0s infinite linear;}
    #section08 .left_step.mobile_show img {width:59.5052vw;}
    #section08 .marquee_vertical {display: none;}
    /* section08 e */
    /* section09 s */
    #section09 {position:relative;padding:19.5313vw 0 18.2292vw;background:url('../../images/sec09_bg.jpg')no-repeat center/cover;width: 100%;min-height: 170.8333vw;overflow: hidden;}
    #section09 .text_wrapper p.content_title {color:#3c1b0c;}
    #section09 .text_wrapper p.content_title span {color:#ab2025;}
    #section09 .text_wrapper p.content_desc {color:#333;font-size: 3.6458vw;line-height: 4.9479vw;margin-top: 3.9063vw;}
    #section09 .content_wrap {width:calc(100% - 9.1146vw);height:136.9792vw;position:relative;margin:0 auto;margin-top:9.1146vw;}
    #section09 .content_wrap .img_wrapper ul {height: 136.9792vw;position:relative;}
    #section09 .content_wrap .img_wrapper ul li {position:absolute;transition: 0.5s;opacity: 1;width: 31.6406vw;}
    #section09 .content_wrap .img_wrapper ul li:nth-child(1) {left:0;transform: translateX(0);top:0;}
    #section09 .content_wrap .img_wrapper ul li:nth-child(2) {left:0;transform: translateX(0);top:38.2813vw;}
    #section09 .content_wrap .img_wrapper ul li:nth-child(3) {right:0;top:0;width: 56.6406vw;}
    #section09 .content_wrap .img_wrapper ul li:nth-child(4) {left:0;bottom:0;top:auto;width: 56.6406vw;}
    #section09 .content_wrap .img_wrapper ul li:nth-child(5) {right:0;bottom:38.1510vw;top:auto;width: 31.6406vw;}
    #section09 .content_wrap .img_wrapper ul li:nth-child(6) {right:0;bottom:0;top:auto;left:auto;width: 31.6406vw;}

    #section09 .content_wrap .img_wrapper ul li img {width:31.6406vw;}
    #section09 .content_wrap .img_wrapper ul li:nth-child(3) img {width:56.6406vw;}
    #section09 .content_wrap .img_wrapper ul li:nth-child(4) img {width:56.6406vw;}

    #section09 .content_wrap.aos-animate .img_wrapper ul li:nth-child(1) {animation: none}
    #section09 .content_wrap.aos-animate .img_wrapper ul li:nth-child(2) {animation: none}
    #section09 .content_wrap.aos-animate .img_wrapper ul li:nth-child(3) {animation: none}
    #section09 .content_wrap.aos-animate .img_wrapper ul li:nth-child(4) {animation: none}
    #section09 .content_wrap.aos-animate .img_wrapper ul li:nth-child(5) {animation: none}
    #section09 .content_wrap.aos-animate .img_wrapper ul li:nth-child(6) {animation: none}

    #section09 .sec09_frame {position:absolute;width: 20.9635vw;}
    #section09 .sec09_frame.fr_lt {left: 1.9531vw;top: 1.9531vw;}
    #section09 .sec09_frame.fr_rt {right: 1.9531vw;top: 1.9531vw;}
    #section09 .sec09_frame.fr_lb {left: 1.9531vw;bottom: 1.9531vw;display: none;}
    #section09 .sec09_frame.fr_rb {right: 1.9531vw;bottom: 1.9531vw;display: none;}
    /* section09 e */
    /* section10 s */
    #section10 {position:relative;padding:19.5313vw 0 18.2292vw;background:url('../../images/sec10_bg.jpg')no-repeat center/cover;width: 100%;overflow: hidden;}
    #section10 .text_wrapper p.content_desc {font-size: 3.6458vw;line-height: 4.9479vw;margin-top: 3.9063vw;}
    #section10 .content_wrap {width:100%;height:48.6979vw;margin-top:5.2083vw;}
    #section10 #sec10_slide .swiper-slide {width:75.1302vw;height:42.1875vw;margin:0 1.9531vw;}
    #section10 #sec10_slide .swiper-slide img {width:100%;}
    #section10 #sec10_slide .swiper-slide.swiper-slide-active {margin-top:6.5104vw;}
    #section10 #sec10_slide .swiper-slide.swiper-slide-duplicate-active {margin-top:6.5104vw;}
    /* section10 e */
    /* section11 s */
    #section11 {position:relative;background:url('../../images/m/sec11_bg_m.jpg')no-repeat center/cover;width: 100%;overflow: hidden;min-height:174.0885vw;}
    #section11 .text_wrapper {
        width:85.6771vw;height: 90.2344vw;background:url('../../images/sec11_title.png')no-repeat center /cover;padding-top: 19.5313vw;
    }
    #section11 .text_wrapper .text_effect1 {margin-bottom: 13.0208vw;}
    #section11 .text_wrapper p.content_slogan {margin-bottom: 1.9531vw;}
    #section11 .text_wrapper p.content_sub_slogan {font-size: 4.1667vw;line-height: 3.6458vw;}
    #section11 .text_wrapper p.content_desc {font-size: 3.6458vw;line-height: 4.9479vw;margin-top: 2.6042vw;}

    #section11 .content_wrap {height:174.0885vw;}
    #section11 .content_wrap #sec11_slide_m {padding-top:93.7500vw;}
    #section11 .content_wrap #sec11_slide_m .swiper-wrapper {align-items: flex-end;}
    #section11 .content_wrap .flex_wrap {display:none}

    #section11 .content_wrap .flex_text_box {position:relative;bottom:auto;z-index:3;text-align: center;}

    #section11 .content_wrap .flex_text_box p {opacity:1;transition: 0.6s;letter-spacing: -0.05em;color:#fff;}
    #section11 .content_wrap .flex_text_box p.ftb_title {font-size: 4.4271vw;font-weight: 700;margin-bottom: 3.9063vw;}
    #section11 .content_wrap .flex_text_box p.ftb_desc {font-size: 3.3854vw;line-height: 4.9479vw;}
    #section11 .content_wrap .flex_text_box p.ftb_desc.mb {margin-bottom: 3.2552vw;}
    #section11 .content_wrap .flex_text_box p.ftb_main_name {opacity: 1;}
    #section11 #hover {width:100%;height:15.3646vw;position:relative;margin-top: 6.5104vw;}

    .hov1 img {width: 49.4792vw;}
    .hov2 img {width: 69.7917vw;}
    #section11 .flex_left:after {display: none;}
    #section11 .flex_right:after {display: none;}

    #sec11_slide_m_page {bottom:10.6250vw;}
    #sec11_slide_m_page .swiper-pagination-bullet {background:transparent;border:1px solid #fff;width: 2.0833vw;height: 2.0833vw;}
    #sec11_slide_m_page .swiper-pagination-bullet.swiper-pagination-bullet-active {background: #fff;}

    /* section11 e */

    /* section12 s */
    #section12 {background:url('../../images/sec12_bg.jpg')no-repeat center / cover;position:relative;padding:7.8125vw 0 23.4375vw;width: 100%;overflow: hidden;}
    #section12 .content_wrap .limit_rotate {position:relative;width: 100%;height: 114.5833vw;margin: 0 auto;padding-top: 15.6250vw;box-sizing: border-box;}
    #section12 .content_wrap .limit_rotate .limit_bg.bg-full {position: absolute;top: 50%;left:50%;transform:translate(-50%,-50%);width: 99%;height: 99%;background: #f6e2cc;}
    #section12 .content_wrap .limit_rotate .limit_rotate_line {
        background-image: url('../../images/m/sec12_loading_line_m.png');animation: rotate2 3s linear infinite;background-size: cover;
    }
    #section12 .content_wrap .limit_rotate .limit_rotate_bg {
        background-image: url('../../images/m/sec12_loading_bg_m.png');background-size: cover;
    }
    
    #section12 .content_wrap .limit_rotate .bg-full {position: absolute;top: 0;left: 0;width: 100%;height: 100%}

    /* limit */
    @keyframes rotate2 {
        0%{transform: rotate(0deg);}
        100%{transform: rotate(360deg);}
    }

    #section12 .limit_twrap {position:relative;z-index: 10;text-align: center;}
    #section12 .limit_twrap .sec12_title_img {margin-bottom:3.2552vw;width: 12.1094vw;}
    #section12 .limit_twrap .content_title.hambak {font-size: 7.8125vw;line-height: 10.6771vw;color:#3c1b0c}
    #section12 .limit_twrap .content_title.sogang {font-size: 11.7188vw;line-height:1;color:#ab2025;}

    #section12 .limit_twrap .txt_title {font-size: 4.1667vw;margin:7.8125vw auto 0.0000vw;}

    .sec12_coin {position:absolute;}
    .sec12_coin.coin01 {top:15.6250vw;left:auto;right:-1.9531vw;width: 17.9688vw;}
    .sec12_coin.coin02 {top:6.5104vw;left:11.1979vw;width: 16.2760vw;}
    .sec12_coin.coin03 {top:45.5729vw;right:42.3177vw;display: none;}
    .sec12_coin.coin04 {top:22.5260vw;right:auto;left:-10.2865vw;width:23.3073vw;}
    .sec12_food {position:absolute;}
    .sec12_food.food1 {left:0;bottom:-5.2083vw;transform: translateX(0);opacity: 1;width: 60.0260vw;}
    .sec12_food.food2 {right:0;bottom:-5.2083vw;transform: translateX(0);opacity: 1;width: 64.0625vw;}

    #section12.aos-animate .sec12_food.food1 {animation: none;}
    #section12.aos-animate .sec12_food.food2 {animation: none;}

    /* 메인 숫자 카운팅 */
    .rolling-counter-wrap { margin-top:2.6042vw; display: flex; justify-content: center; align-items: center;position:relative; background: #fff9eb;}
    .rolling-counter-wrap * {font-size:19.5313vw;}
    .rolling-number {position: relative; width:14.0625vw; height: 19.7917vw; overflow: hidden;text-align: center;}
    .rolling-number::after {content:"";display:block;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width: 13.0208vw;height:100%;}
    .rolling-number + .rolling-number { margin-left: 1.1719vw; }
    .rolling-number .numbers { position: absolute; left: 0; top: 0; width: 100%; display: flex; justify-content: flex-start; align-items: stretch; flex-direction: column; }
    .rolling-number .numbers span {
        line-height: 19.7917vw;width:100%;height: 19.7917vw;background:#3c1b0c;
        font-family: 'SF_HambakSnow', sans-serif;font-size: 19.5313vw;color:#fff;padding-top:2%;
    }
    .rolling-dot { margin: 0 1.8229vw 0 0;font-family: 'SF_HambakSnow', sans-serif;color:#3c1b0c;}
    /* 롤링 중 글자 */
    .rolling-unit {
        line-height: 1;margin: 0 1.9531vw;
        display: flex; justify-content: flex-start; align-items: stretch; flex-direction: column;font-size:7.2917vw;
    }
    .rolling-unit .left_txt {width: 5.8594vw;}
    .rolling-unit .right_txt {width: 9.3750vw;}
    /* section12 e */
    /* section13 s */
    #section13 {background:url('../../images/sec13_bg.jpg')no-repeat center / cover;position:relative;padding:19.5313vw 0 18.2292vw;width: 100%;overflow: hidden;}

    #section13 .inner {position:relative;z-index:2;width: 100%;}
    #section13 .text_wrapper .content_desc {font-size: 3.6458vw;line-height: 4.9479vw;margin-top: 3.9063vw;}
    #section13 .content_wrap .phone_wrap {width: 72.5260vw;height: 74.2188vw;position:relative;margin:9.1146vw auto 0;}
    #section13 .content_wrap .phone_wrap img {position:absolute;left:50%;transform: translateX(-50%);}
    #section13 .content_wrap .phone_wrap img.phone {top:0;width:72.5260vw;height:74.2188vw;}
    #section13 .content_wrap .phone_wrap img.food {bottom:0;z-index:2;width:72.5260vw;}
    #section13 .content_wrap .phone_wrap img.text {top:4.6875vw;transform:translateX(-50%) translateY(30%);transition:0.6s;opacity: 0;width:32.8125vw;}
    #section13 .content_wrap .phone_wrap.aos-animate img.text {animation: moveTop 0.8s ease 0.4s forwards;}

    #section13 .balloon {display: none;}


    #section13 .flow-ani-wrap {display: flex;justify-content: flex-start;align-items: stretch;flex-wrap: nowrap;position: absolute;left:0;bottom:28.1250vw;overflow: hidden;}
    #section13 .flow-ani-wrap ul {
        display: flex;
        justify-content: flex-start;align-items: center;transform: translate3d(0%, 0, 0);-webkit-transform: translate3d(0%, 0, 0);
        -webkit-animation-name: flowAni;animation-name: flowAni;-webkit-animation-duration:36s;animation-duration:36s;
        -webkit-animation-timing-function: linear;animation-timing-function: linear;-webkit-animation-iteration-count: infinite;animation-iteration-count: infinite;
        animation-play-state: running;-webkit-animation-play-state: running;
    }
    #section13 .flow-ani-wrap ul li {margin-right: 5.2083vw;}
    #section13 .flow-ani-wrap ul li img {width: 32.5521vw;}
    /* section13 e */
    /* section14 s */
    #section14 {position:relative;width: 100%;overflow: hidden;}
    #section14 .inner {width: 100%;}
    #section14 .sec_top_area {width:100%;background:url('../../images/sec14_top_bg.jpg')no-repeat center / cover;padding:19.5313vw 0 18.2292vw;}
    #section14 .sec_top_area .sec14_acj {position:absolute;}
    #section14 .sec_top_area .sec14_acj.acj1 {left:2.6042vw;top:33.8542vw;display: none;}
    #section14 .sec_top_area .sec14_acj.acj2 {left:4.6875vw;top:7.5521vw;width: 16.276vw;}
    #section14 .sec_top_area .sec14_acj.acj3 {left:-3.9063vw;top:31.7708vw;width:14.0625vw;}
    #section14 .sec_top_area .sec14_acj.acj4 {right:9.8958vw;top:6.5104vw;width:13.5417vw;}
    #section14 .sec_top_area .sec14_acj.acj5 {right:-6.5104vw;top:26.0417vw;width:18.3594vw;}
    #section14 .sec_top_area .sec14_acj.acj6 {right:10.0260vw;top:15.1042vw;display: none;}

    #section14 .sec_top_area .text_wrapper p.content_desc {font-size:3.6458vw;line-height: 4.9479vw;margin-top: 3.9063vw;}
    #section14 .sec_top_area .content_wrap {margin-top: 9.1146vw;position:relative;height:85.9375vw;padding:0 3.9063vw;}
    #section14 .sec_top_area .content_wrap .sec14_slide_pagi {position:absolute;right:3.1250vw;top:auto;transform: translateY(0);bottom:0}
    #section14 .sec_top_area .content_wrap .sec14_slide_pagi .swiper-pagination-bullet {
        width: 1.8229vw;height: 1.8229vw;opacity:1;background:transparent;margin:auto 0.7813vw ;border:0.1302vw solid #ab2025; 
    }
    #section14 .sec_top_area .content_wrap .sec14_slide_pagi .swiper-pagination-bullet-active{opacity: 1;background:#ab2025;}
    #section14 .sec_top_area .content_wrap #sec14_slide {height:auto;padding-bottom:5.2083vw;}
    #section14 .sec_top_area .content_wrap #sec14_slide .swiper-slide {text-align: center;width:92.1875vw;margin:0 auto}
    #section14 .sec_top_area .content_wrap #sec14_slide .swiper-slide img {width:100%;}

    #section14 .sec_bottom_area {background:#fff9eb;padding:9.1146vw 0 18.2292vw;}
    #section14 .sec_bottom_area .cate_tab_wrap {margin-bottom: 10.4167vw;}
    #section14 .sec_bottom_area .cate_tab_wrap ul {display:flex;justify-content:center;align-items:center;gap:6.5104vw;}
    #section14 .sec_bottom_area .cate_tab_wrap ul li {
        background:url('../../images/sec14_tab_off.png')no-repeat center/cover;
        text-align:center;width:23.4375vw;height:7.8125vw;line-height:7.8125vw;position:relative;margin:0;
    }
    #section14 .sec_bottom_area .cate_tab_wrap ul li a {display:block;font-size:3.3854vw;}

    #section14 .sec_bottom_area .text_wrapper p.content_slogan {font-size: 5.4688vw;line-height: 5.9896vw;;}
    #section14 .sec_bottom_area .text_wrapper p.content_desc {margin-top: 1.9531vw;font-size: 3.6458vw;line-height:4.9479vw;}

    #section14 .sec_bottom_area .content_wrap {position:relative;width:100%;margin:7.8125vw auto 0;}
    #section14 .sec_bottom_area .content_wrap .swiper-container {width: 100%;}
    #section14 .sec_bottom_area .content_wrap .swiper-container .swiper-slide {width: 48.1771vw;}

    #section14 .sec_bottom_area .content_wrap .swiper-button-next {top:50%;transform:translateY(-50%);right:0;margin-top: 0;height:6.2500vw;width: 2.0833vw;}
    #section14 .sec_bottom_area .content_wrap .swiper-button-prev {top:50%;transform:translateY(-50%);left:0;margin-top: 0;height:6.2500vw;width: 2.0833vw;}

    #section14 .sec_bottom_area .content_wrap .list_wrap {display: flex;justify-content: space-between;flex-wrap: wrap;padding:0 7.8125vw;}
    #section14 .sec_bottom_area .content_wrap .list_wrap .list_item {width: 40.3646vw;height: 40.3646vw;margin-bottom:3.9063vw;}
    #section14 .sec_bottom_area .content_wrap .list_wrap .list_item img {width:100%;}
    #section14 .sec_bottom_area .content_wrap .list_wrap .list_item.hidden {display: none;}

    #section14 .sec_bottom_area .cate_tab_wrap ul::before {width: 10%;height: 1px;display: none;}
    #section14 .sec_bottom_area .cate_tab_wrap ul:after {width: 10%;height: 1px;display: none;}

    /* 더보기 버튼 스타일 */
    .load_more_btn {
        display: block;text-align: center;margin: 2.6042vw 0;cursor: pointer;width: 27.3438vw;height: 8.3333vw;margin:0 auto;
        font-size: 3.3854vw;line-height:8.3333vw;font-weight: 700;color: #fff;background-color: #1c1c1c;border-radius: 4.1667vw;
    }
    /* section14 e */
    /* section15 s */
    #section15 {padding:19.5313vw 0 18.2292vw;}
    #section15 .content_wrap {width:100%;margin:10.4167vw auto 0;}
    #section15 .content_wrap .changup_wrap {padding:0 11.0677vw 0 13.0208vw;}
    #section15 .content_wrap .changup_wrap ul {display:flex;justify-content:flex-start;align-items:center;flex-wrap: wrap;gap:3.2552vw}
    #section15 .content_wrap .changup_wrap ul li {margin-right:0;margin-bottom:0;width:auto;}
    #section15 .content_wrap .changup_wrap ul li img {width:35.5469vw;}
    #section15 .content_wrap .changup_wrap ul li:last-child img {width: 29.9479vw;}
    /* section15 e */
    /* section16 s */
    #section16 {padding:19.5313vw 0 18.2292vw;}
    #section16 .img_wrap {margin-top:9.1146vw;}
    #section16 .img_wrap>img{width: 84.3750vw;margin:0 auto;}
    #section16 .img_wrap .marker_wrap {top:50%;opacity: 1;}
    #section16 .img_wrap .marker_wrap img {width: 95.4427vw;}
    /* section16 e */
    /* section17 s */
    #section17 {background:url('../../images/sec17_bg.jpg')no-repeat center / cover;position:relative;padding:19.5313vw 4.5573vw 18.2292vw;width: 100%;overflow: hidden;}
    #section17 .inner {}
    #section17 .text_wrapper {margin-bottom: 11.7188vw;}
    #section17 .text_wrapper p.content_title {color:#3c1b0c;}
    #section17 .content_wrap {border:0.3906vw solid #ab2025;}
    /* section17 e */
}   


/*  480  */
@media(max-width: 480px){
    
}