:root {
    --text-shadow-1:0.3125rem 0.3125rem 0px rgba(189,55,0,1);
    --text-shadow-1-re:0px 0.3125rem 0px rgba(189,55,0,1);
    --text-shadow-2-re:0.25rem 0.25rem 0px rgba(220,64,0,1);
    --text-shadow-2:0.3125rem 0.3125rem 0px rgba(255,255,255,1);
    --text-shadow-3:0.3125rem 0.3125rem 0px rgba(0,52,27,1);
    --text-shadow-4:3px 0.3125rem 0px rgba(0,13,7,0.4);
    --text-shadow-5:0.3125rem 0.3125rem 0px rgba(19, 65, 32, 1);
    --text-shadow-5-re:0px 0.3125rem 0px rgba(19, 65, 32, 1);
	
	--color-primary: #ff5c1b;
	--color-gray: #5d5d5d;
	--color-white: #fff;
	--color-active: #b4002d;
    --color-green: #02542c; 
    --color-red: #d12e00; 
    --color-wing: #ff7b43; 
}

/* common */
* i {font-style:italic;}
.pc_only {display: block;}
.mobile_only {display: none;}

/* highlight */
[data-aos="highlight"]:before {
    content: "";position: absolute;left: 0;top: 0px;width: 0%;height: 100%;background:var(--color-red);
    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%;}

.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;
}

.rotate_reverse {
    animation-duration: 10s;
    -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: rotateReverse;
    animation-name: rotateReverse;
}

.stemp {
    opacity: 0;
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    transform-origin: center;
    -webkit-animation-name: stemp;
    animation-name: stemp;
}

.flow-ani-wrap {display: flex;justify-content: flex-start;align-items: stretch;flex-wrap: nowrap;position: relative;overflow: hidden;}
.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: 48s;animation-duration: 48s;
	-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;
}

.flow-ani-wrap.re_flow ul {
	transform: translate3d(-100%, 0, 0);-webkit-transform: translate3d(-100%, 0, 0);
	-webkit-animation-name: flowAni_re;animation-name: flowAni_re;-webkit-animation-duration: 48s;animation-duration: 48s;
	-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;
}

.animate__swing {
	-webkit-animation-name: swing;
	animation-name: swing;
	-webkit-transform-origin: top center;
	transform-origin: top center
}

/************** 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;
}

/* section-scrollNab s */
	.section-scrollNab { position: relative; height: 0; overflow: hidden; }
	.section-scrollNab.scrollDown {height: 5rem;}
	.section-scrollNab {display:flex;align-items: center;justify-content: center;}
	.nab_inner {position:relative;width:100%;max-width:1920px;height:5rem;margin:0 auto;display: flex;justify-content: center;align-items: center;}

	.section-scrollNab .section-nab-wrap {
		position: absolute; left: 0; top: 0; width: 100%;  height:5rem; transition: all 0.3s; -webkit-transition: all 0.3s; opacity: 0;
		background: #fff;z-index:100;box-shadow:0 0.5rem 0.5rem rgba(35,20,6,0.1)
	}
	.section-scrollNab .section-nab-wrap ul {width:100%;display:flex;justify-content:center;align-items: center;gap:1.875rem;}
	.section-scrollNab .section-nab-wrap ul li {font-size: 1.0625rem;font-weight:600;letter-spacing: -0.025em;color:#312927;opacity: 1;}
	.section-scrollNab .section-nab-wrap ul li.on {font-weight: 700;}
	.section-scrollNab .section-nab-wrap ul li.on a {font-weight: 700;color:#b91f1f;}
	.section-scrollNab .section-nab-wrap ul li:hover a {font-weight: 700;color:#b91f1f;}
	.section-scrollNab.scrollUp .section-nab-wrap { position: fixed; top: -5rem; opacity: 0; }
	.section-scrollNab.scrollDown .section-nab-wrap { position: fixed; opacity: 1; }
/* section-scrollNab e */

/* default s */

/* default e */

/* header s */
	#header {width:100%;height:100px;z-index:100;background:transparent;position:absolute;left:0;top:0;}
	#header .header-wrap {height:100px;z-index:100;position:relative;width:100%;}
	#header .header-wrap .inner {
		width:100%;height:100%;padding:0 120px;max-width:1920px;justify-content:space-between;background:transparent;background: linear-gradient(180deg, #00000094, transparent);
	}
	#header .header-wrap .inner .logo img {width: 240px;}
	#header .header-wrap .nav_wrap {position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);}
	#header .header-wrap .nav_wrap ul {display:flex;align-items:center;gap:60px;}
	#header .header-wrap .nav_wrap ul li a {font-size: 20px;font-weight: 500;letter-spacing: -0.025em;color:#ffffff;}

	.sns_wrap {position:absolute;left:50%;top:13%;transform:translateX(-50%);display:flex;align-items;center;gap:1rem;z-index:10;}
	.sns_wrap li {}
	.sns_wrap img {width: 48px;}

	.sns_wrap_fixed {position:fixed;right:2%;bottom:10%;display:flex;align-items;center;gap:1rem;flex-direction:column;z-index:1000;}
	.sns_wrap_fixed li {}
	.sns_wrap_fixed img {width: 48px;}


	#footer .private {margin-bottom: 16px;}
/* header e */

/* 탭메뉴 s */
	.sub_cont{display:none; text-align:center;}
	.sub_cont.on{display:block;}
/* 탭메뉴 e */

/* 메인 숫자 카운팅 */
	.rolling-counter-wrap { margin-top: 50px; display: flex; justify-content: center; align-items: end; }
	.rolling-counter-wrap * { font-family: var(--font-family-ptd); font-size:100px;color:var(--color-white);font-weight: normal;}
	.rolling-number {
		position: relative; width:80px; height: 135px; overflow: hidden; color: var(--color-white); text-align: center;outline:none; 
	}

	.rolling-number + .rolling-number {}
	.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: 131px;width: 80px;height: 131px;background:transparent;color:#a7342f;}
	.rolling-dot { margin: 0 5px; font-size: 60px; color:#a7342f;}
	.rolling-unit {font-size: 70px; color:#a7342f;font-family: var(--font-family-ptd);padding-bottom: 32px;font-weight: 800;}

/* 흐르는 슬라이드 s */
	.marquee {width: 100%;background:transparent;padding:18px;overflow:hidden;max-width: 1920px;}
	.marquee.solo {background:#27592f;width: 100%;margin: 0 auto;}
	.marquee.solo.red {background:#b91f1f;}
	.marquee .swiper-wrapper {transition-timing-function: linear !important;}
	.marquee .swiper-slide {}
	.marquee.main .swiper-slide {width: 2383px;}
	.marquee.solo .swiper-slide {width: 681px;}
	.marquee .swiper-slide img {width: 100%;}

	.marquee_vertical.left_step {position:absolute;left:0px;top:0;background:transparent;padding:0 24px 0 33px;border-left:1px solid #9b5f54;border-right:1px solid #9b5f54;z-index:10;}
	.marquee_vertical.right_step {position:absolute;right:0px;top:0;background:transparent;padding:0 24px 0 33px;border-left:1px solid #9b5f54;border-right:1px solid #9b5f54;z-index:10;}
	.marquee_vertical.main_slide {margin-left:110px;}
	
	.left_step ul {animation: hSlideLoop_re 48s 0s infinite linear;opacity:1;}
	.right_step ul {animation: hSlideLoop 48s 0s infinite linear;opacity:1;}
	.section {width:100%;max-width:1920px;margin:0 auto;overflow:hidden;position:relative;}
	.inner {width: 1400px;margin:0 auto;position:relative;}
/* 흐르는 슬라이드 e */

/* section00 s */
	@keyframes main-bg-active{
		0%{transform:scale(1.12);}
		100%{transform:scale(1);}
	}
	#section00 {width:100%;height:1000px;padding-top: 190px;}
	#section00 .section00_bg {
		width:100%;height:1000px;background:url('../../images/s00_bg.jpg')no-repeat center top/cover;
		animation: main-bg-active 6s linear;position:absolute;left:0;top:0;z-index:1;
	}
	#section00 .main_txt {text-align: center;position:relative;z-index:10;}
	#section00 .main_txt p {color:#fff;}
	#section00 .main_txt p.title {font-size: 80px;font-weight: 800;}
	#section00 .main_txt p.title span {}
	#section00 .main_txt p.title span img {}
	#section00 .main_txt p.desc {font-size: 28px;font-weight: 700;line-height: 40px;letter-spacing: -0.05em;margin-top: 10px;}

	#section00 .main_circle {width: 100%;height:1000px;position:absolute;left:0;top:0;z-index:2;}
	#section00 .main_circle .main_cir {display:flex;align-items:center;justify-content:center;text-align: center;border-radius:50%;position:absolute;}
	#section00 .main_circle .main_cir.bg_line {background: url('../../images/main_line_circle.png')no-repeat center/cover;color:#fff;}
	#section00 .main_circle .main_cir.bg_yel {background: #fff4cd;color:#542f18;}
	#section00 .main_circle .main_cir.bg_brw {background: #55290d;color:#fff;}

	/* #section00 .main_circle .main_cir.cir01 {width: 300px;height: 300px;font-size: 40px;line-height: 50px;left:107px;top:389px} */
	#section00 .main_circle .main_cir.cir01 {width: 300px;height: 300px;font-size: 40px;line-height: 50px;left:50%;top:389px;margin-left: -840px;}
	/* #section00 .main_circle .main_cir.cir02 {width: 180px;height: 180px;font-size: 24px;line-height: 30px;left:450px;top:215px;} */
	#section00 .main_circle .main_cir.cir02 {width: 180px;height: 180px;font-size: 24px;line-height: 30px;left:50%;top:215px;margin-left: -510px;}
	/* #section00 .main_circle .main_cir.cir03 {width: 120px;height: 120px;font-size: 18px;line-height: 20px;left:575px;top:455px;} */
	#section00 .main_circle .main_cir.cir03 {width: 120px;height: 120px;font-size: 18px;line-height: 20px;left:50%;top:455px;margin-left: -387px;}
	/* #section00 .main_circle .main_cir.cir04 {width: 200px;height: 200px;left:470px;top:635px;} */
	#section00 .main_circle .main_cir.cir04 {width: 200px;height: 200px;left:50%;top:635px;margin-left: -490px;}
	/* #section00 .main_circle .main_cir.cir05 {width: 340px;height: 340px;right:98px;top:297px;} */
	#section00 .main_circle .main_cir.cir05 {width: 340px;height: 340px;left:50%;top:297px;margin-left: 522px;}
	/* #section00 .main_circle .main_cir.cir06 {width: 220px;height: 220px;font-size: 30px;line-height: 36px;right:358px;top:625px;} */
	#section00 .main_circle .main_cir.cir06 {width: 220px;height: 220px;font-size: 30px;line-height: 36px;left:50%;top:625px;margin-left: 382px;}
	/* #section00 .main_circle .main_cir.cir07 {width: 120px;height: 120px;font-size: 18px;line-height: 20px;right:543px;top:473px;} */
	#section00 .main_circle .main_cir.cir07 {width: 120px;height: 120px;font-size: 18px;line-height: 20px;left:50%;top:473px;margin-left: 296px;}
	/* #section00 .main_circle .main_cir.cir08 {width: 120px;height: 120px;font-size: 18px;line-height: 20px;right:464px;top:277px;} */
	#section00 .main_circle .main_cir.cir08 {width: 120px;height: 120px;font-size: 18px;line-height: 20px;left:50%;top:277px;margin-left: 365px;}

	#section00 .main_circle .main_cir p {letter-spacing: -0.05em;}
	#section00 .main_circle .main_cir p small {font-size: 60%;}
	#section00 .main_circle .main_cir img {width: 100%;}

	#section00 .main_food {position:absolute;left:50%;bottom:-80px;transform:translateX(-50%);text-align: center;z-index:3;}
	#section00 .main_food .main_base {}
	#section00 .main_food .abs {position:absolute;left:0;top:0;}
	#section00 .main_food .main_sec {}
	#section00 .main_food .main_thr {}
	#section00 .main_food .main_for {}
	#section00 .main_food .main_fiv {}
	#section00 .main_food .main_smoke {}
/* section00 e */

/* cont_text s */
	.cont_text {text-align: center;}
	.cont_text p {letter-spacing: -0.05em;color:#222;}
	.cont_text p.title {font-size: 60px;line-height: 70px;}
	.cont_text p.title span.color {color:#ff5917;}
	.cont_text p.desc {font-size: 18px;font-weight: 500;color:#564e49;line-height: 28px;margin-top: 20px;}
/* cont_text e */

/* section01 s */
	#section01 {width:100%;height:960px;background:url('../../images/s01_bg.jpg')no-repeat center top/cover;padding-top: 120px;}
	#section01 .cont_text {margin-right:380px;}
	#section01 .cont_text p {}
	#section01 .cont_text .title {}
	#section01 .cont_text .desc {}

	#section01 .s01_cont {}
	#section01 .s01_circle {width: 852px;height:521px;position:relative;margin-top: 55px;margin-left: 170px;display:flex;align-items:center;}
	#section01 .s01_circle .s01_day {position:relative;width: 480px;height: 480px;}
	#section01 .s01_circle .s01_day img {}
	#section01 .s01_circle .s01_day .s01_day_text {position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width: 100%;text-align: center;}
	#section01 .s01_circle .s01_day p {font-size: 30px;letter-spacing: -0.05em;color:#fff;font-weight: 700;}
	#section01 .s01_circle .s01_day p span {font-size: 150px;margin-right:-20px;}
	#section01 .s01_circle .s01_food {position:absolute;right:0;top:50%;transform:translateY(-50%);;text-align: center;width: 521px;height: 521px;}
	#section01 .s01_circle .s01_food .s01_rotate {}
	#section01 .s01_circle .s01_food .s01_rotate.base {position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}
	#section01 .s01_circle .s01_food .s01_rotate.rotate {}
	#section01 .s01_circle .s01_food .s01_food {position:absolute;}

	#section01 .s01_price {width: 256px;height: 343px;position:absolute;left:1055px;top:348px;text-align: center;}
	#section01 .s01_price .s01_arr {width: 256px;margin:0 auto;}
	#section01 .s01_price .s01_arr.base {}
	#section01 .s01_price .s01_arr.move {position:absolute;left:50%;transform:translate(-50%);top:0;}
	#section01 .s01_price .s01_price_box {width: 256px;height: 72px;background:url('../../images/s01_price_box_bg.png')no-repeat center/cover;position:absolute;left:0;top:231px;display:flex;align-items:center;justify-content:center;}
	#section01 .s01_price .s01_price_box p {font-size: 38px;font-weight: 800;color:#fff;letter-spacing: -0.05em;}

	#section01 .s01_price_num {display:flex;justify-content:center;}
	#section01 .s01_price_num li {font-size: 30px;letter-spacing: -0.05em;color:#fff;font-weight: 700;}
	#section01 .s01_price_num li.num {font-size: 150px;margin-right: -10px;}
	#section01 .s01_price_num li.unit {margin-top: 120px;}
	

	#section01 .s01_top_store_wrap {width: 380px;position:absolute;right:0;top:0;height:960px;}
	#section01 .s01_top_store_wrap .s01_top_store {width: 380px;height: 240px;background: #ff5917;}
	#section01 .s01_top_store_wrap .s01_top_store .s01_top {height: 50px;background: #db470c;display:flex;align-items:center;gap:100px;}
	#section01 .s01_top_store_wrap .s01_top_store .s01_top span.top_store {background: #40220f;width: 146px;height: 50px;text-align: center;border-radius:0 0 20px 0;line-height: 50px;color:#fff;}
	#section01 .s01_top_store_wrap .s01_top_store .s01_top span {text-align: right;display: block;color:#fbf8ed;font-size: 22px;font-weight: 600;letter-spacing: -0.05em;}
	#section01 .s01_top_store_wrap .s01_top_store .s01_data {text-align: center;display:flex;align-items:center;flex-direction:column;justify-content:center;height:190px;}
	#section01 .s01_top_store_wrap .s01_top_store .s01_data p.price {font-size: 50px;font-weight: 700;letter-spacing: -0.05em;color:#fbf8ed;}
	#section01 .s01_top_store_wrap .s01_top_store .s01_data p.name {font-size: 22px;font-weight: 600;letter-spacing: -0.05em;color:#fff;position:relative;display:inline-block;}
	#section01 .s01_top_store_wrap .s01_top_store .s01_data p.name:before {content:"";display:block;width: 100px;height: 2px;background:#fff;opacity: 0.5;position:absolute;left:-120px;top:50%;transform:translateY(-50%);}
	#section01 .s01_top_store_wrap .s01_top_store .s01_data p.name:after {content:"";display:block;width: 100px;height: 2px;background:#fff;opacity: 0.5;position:absolute;right:-120px;top:50%;transform:translateY(-50%);}

	#section01 .s01_top_store_wrap ul {animation: hSlideLoop 16s 0s infinite linear;opacity:1;}
/* section01 e */

/* section02 s */
	#section02 {width:100%;height:1760px;background:#000000;padding: 140px 0;}
	#section02 .inner {z-index:5;}
	#section02 .cont_text {margin-bottom: 110px;}
	#section02 .cont_text p {}
	#section02 .cont_text .title {color:#fff;}
	#section02 .cont_text .desc {}

	#section02 .s02_cont {position:relative;z-index:10;}
	#section02 .s02_cont .s02_list {display:flex;gap:440px;}
	#section02 .s02_cont .s02_list.margin-top {margin-top: 80px;}
	#section02 .s02_cont .s02_list.reverse {flex-direction: row-reverse;padding-right: 80px;gap:420px;}

	#section02 .s02_cont .s02_list .s02_img {}
	#section02 .s02_cont .s02_list .s02_img .s02_food {}
	#section02 .s02_cont .s02_list .s02_img .s02_store {}
	#section02 .s02_cont .s02_list .s02_txt {}
	#section02 .s02_cont .s02_list .s02_txt .s02_tit {}
	#section02 .s02_cont .s02_list .s02_txt .s02_tit p {font-size: 30px;line-height: 40px;color:#fff;letter-spacing: -0.05em;}
	#section02 .s02_cont .s02_list .s02_txt .s02_tit p span {color:#000000;position:relative;z-index:2;}
	#section02 .s02_cont .s02_list .s02_txt .s02_tit p span.highlight {width: 102%;height:102%;background:#ff5917;padding:4px;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:-1;}
	#section02 .s02_cont .s02_list .s02_txt .s02_desc {margin-top: 20px;}
	#section02 .s02_cont .s02_list .s02_txt .s02_desc p {font-size: 18px;line-height: 28px;color:#a3a3a3;letter-spacing: -0.05em;font-weight: 400;}
	#section02 .s02_cont .s02_list .s02_txt .s02_desc p.margin-top {margin-top: 30px;}
	#section02 .s02_cont .s02_list .s02_txt .s02_desc p span {font-weight: 700;color:#fff;}
	#section02 .s02_cont .s02_list .s02_txt .s02_info_top {margin-bottom: 80px;padding-top: 50px;}
	#section02 .s02_cont .s02_list .s02_txt .s02_info_top .s02_if_tit {margin-bottom: 15px;position:relative;}
	#section02 .s02_cont .s02_list .s02_txt .s02_info_top .s02_if_tit:after {content:"";display:block;width: 280px;height: 1px;background:#fff;}
	#section02 .s02_cont .s02_list .s02_txt .s02_info_top .s02_if_tit p {font-size: 30px;line-height: 40px;color:#fff;letter-spacing: -0.05em;}
	#section02 .s02_cont .s02_list .s02_txt .s02_info_top .s02_if_desc {}
	#section02 .s02_cont .s02_list .s02_txt .s02_info_top .s02_if_desc p {font-size: 18px;line-height: 28px;color:#a3a3a3;letter-spacing: -0.05em;font-weight: 400;}
	#section02 .s02_cont .s02_list .s02_txt .s02_info_top .s02_if_desc p span {font-weight: 700;color:#fff;}

	#section02 .s02_food_center_wrap {position:absolute;left:50%;top:60px;transform:translateX(-50%);width: 827px;text-align: center;}
	#section02 .s02_food_center_wrap.fixed {position:fixed;top:200px;}
	#section02 .s02_food_center_wrap.fixed.bottom {position:absolute;top:auto;bottom:-45px;}

	#section02 .s02_food_center_wrap .s02_food_center_smoke {position:absolute;left:50%;top:0;transform:translateX(-50%);}
	#section02 .s02_circle {position:absolute;right:-96px;top:660px;width: 378px;}

	.s02_marquee {position:absolute;left:50%;transform:translateX(-50%);top:0;background:transparent;z-index:1}
	.s02_marquee_box {width:100%;height:340px;background: rgb(0,0,0);z-index:2;position:absolute;left:50%;transform:translateX(-50%);}
	.s02_marquee_box.top {
		background: linear-gradient(180deg, rgba(0,0,0,1) 90%, rgba(0,0,0,0) 100%);
		top:0;
	}
	.s02_marquee_box.bot {
		background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
		bottom:0;
	}
	.s02_marquee ul {animation: hSlideLoop 48s 0s infinite linear;opacity:1;}
/* section02 e */

/* section03 s */
	#section03 {width:100%;background:url('../../images/s03_bg.jpg')no-repeat center/cover;padding: 160px 0 140px;}
	#section03 .inner {width: 1700px;}
	#section03 .cont_text {margin-bottom:60px;}
	#section03 .cont_text p {}
	#section03 .cont_text .title {color:#fff;}
	#section03 .cont_text .desc {}

	#section03 .s03_cont {}
	#section03 .s03_cont .s03_txt {position:absolute;left:424px;top:220px;}
	#section03 .s03_cont .s03_txt p {}
	#section03 .s03_cont .s03_txt p.tit {font-size: 30px;line-height: 40px;letter-spacing: -0.05em;color:#fff;}
	#section03 .s03_cont .s03_txt p.tit span {color:#ff5917;position:relative;z-index:2;}
	#section03 .s03_cont .s03_txt p.tit span.highlight {width: 108%;height:102%;background:#ffc820;padding:4px;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:-1;}
	#section03 .s03_cont .s03_txt p.desc {font-size: 18px;font-weight: 500;line-height: 28px;color:#fff;letter-spacing: -0.05em;margin-top: 30px;}

	#section03 .s03_cont .s03_img {text-align: center;position:relative;width: 1172px;margin:0 auto;}
	#section03 .s03_cont .s03_img .s03_cloud_base {position:relative;z-index:5;}
	#section03 .s03_cont .s03_img .s03_cloud_base_b {}
	#section03 .s03_cont .s03_img .s03_cloud_base_food {position:absolute;left:0;top:0;}
	#section03 .s03_cont .s03_img .s03_cloud_base_f {position:absolute;left:0;top:0;}
	#section03 .s03_cont .s03_img .s03_cloud {position:absolute;left:0;top:0;}
	#section03 .s03_cont .s03_img .s03_line_box {
		width: 721px;height: 388px;position:absolute;left:254px;top:0px;text-align: center;
		display:flex;align-items:end;
	}
	#section03 .s03_cont .s03_img .s03_line_box .s03_line {}
	#section03 .s03_cont .s03_img .s03_line_box .s03_circle_box {position:absolute;left:0;top:90px;text-align: center;width: 194px;margin:0 auto;offset-path: path("M0.25,368.43 L649.25,0.43"); offset-rotate: 0deg;}
	#section03 .s03_cont .s03_img .s03_line_box .s03_circle_box .s03_circle_wave {position:relative;z-index:2;}
	#section03 .s03_cont .s03_img .s03_line_box .s03_circle_box .abs {position:absolute;left:0;top:0;}
	#section03 .s03_cont .s03_img .s03_line_box .s03_circle_box .s03_wave_01 {}
	#section03 .s03_cont .s03_img .s03_line_box .s03_circle_box .s03_wave_02 {}
	#section03 .s03_cont .s03_img .s03_line_box .s03_circle_box .s03_wave_03 {}

	#section03 .s03_cont .s03_cont_img {
		width: 1700px;height: 592px;background:url('../../images/s03_cont_img.jpg')no-repeat center/cover;display:flex;align-items:center;justify-content:center;
		gap:55px;margin-top: -100px;z-index:5;position:relative;
	}
	#section03 .s03_cont .s03_cont_img_txt {}
	#section03 .s03_cont .s03_cont_img_txt p {color:#fff;letter-spacing: -0.05em;}
	#section03 .s03_cont .s03_cont_img_txt p.tit {font-size: 40px;line-height: 50px;}
	#section03 .s03_cont .s03_cont_img_txt p.desc {font-size: 18px;font-weight: 500;line-height: 28px;margin-top: 15px;}
	#section03 .s03_cont .s03_cont_img_cir {display:flex;align-items:center;}
	#section03 .s03_cont .s03_cont_img_cir .s03_circle_list {width: 280px;height: 280px;border-radius:50%;background:rgba(100,48,15,0.8);display:flex;align-items:center;justify-content:center;}
	#section03 .s03_cont .s03_cont_img_cir .s03_circle_list:nth-child(1) {}
	#section03 .s03_cont .s03_cont_img_cir .s03_circle_list:nth-child(2) {margin:0 -44px}
	#section03 .s03_cont .s03_cont_img_cir .s03_circle_list:nth-child(3) {margin-right:-44px;}
	#section03 .s03_cont .s03_cont_img_cir .s03_circle_list:last-child {width: 302px;height: 302px;background:url('../../images/s03_circle_box.png')no-repeat center/cover;}
	#section03 .s03_cont .s03_cont_img_cir .s03_circle_list p {color:#fff;font-size: 34px;letter-spacing: -0.05em;}
	#section03 .s03_cont .s03_cont_img_cir .s03_circle_list p span {color:#ffe898;}
	#section03 .s03_cont .s03_3minutes {position:absolute;right:0;bottom:-71px;}
	#section03 .s03_cont .s03_circle_wrap {}

	@keyframes bubble {
	  0% {
		transform: scale(0) translateY(0)
	  }
	  100% {
		transform: scale(1.1) translateY(-30px)
	  }
	}

	#section03 .s03_cont .s03_circle_wrap .s03_circle {
		border-radius:50%;position:absolute;background:#ff5917;border:1px solid #fff;
		display:flex;align-items:center;justify-content:center;color:#fff;font-weight: 700;letter-spacing: -0.05em;
		animation: bubble 6s linear infinite;
	}
	#section03 .s03_cont .s03_circle_wrap .s03_circle.w260 {width: 260px;height: 260px;font-size: 32px;}
	#section03 .s03_cont .s03_circle_wrap .s03_circle.w180 {width: 180px;height: 180px;font-size: 24px;}
	#section03 .s03_cont .s03_circle_wrap .s03_circle.w140 {width: 140px;height: 140px;font-size: 20px;}
	#section03 .s03_cont .s03_circle_wrap .s03_circle.op4 {opacity: 0.4;}
	#section03 .s03_cont .s03_circle_wrap .s03_circle.cir01 {left:224px;top:-90px;}
	#section03 .s03_cont .s03_circle_wrap .s03_circle.cir02 {right:114px;top:123px;}
	#section03 .s03_cont .s03_circle_wrap .s03_circle.cir03 {left:14px;top:155px;}
	#section03 .s03_cont .s03_circle_wrap .s03_circle.cir04 {right:111px;top:447px;}
	#section03 .s03_cont .s03_circle_wrap .s03_circle.cir05 {right:374px;top:-36px;}
	#section03 .s03_cont .s03_circle_wrap .s03_circle.cir06 {right:108px;top:-108px;}
	#section03 .s03_cont .s03_circle_wrap .s03_circle.cir07 {left:220px;top:350px;}
/* section03 e */

/* section04 s */
	#section04 {width:100%;background:#331d0f;padding:140px 0 160px;}
	#section04 .inner {width: 1560px;}
	#section04 .cont_text {margin-bottom:-70px;}
	#section04 .cont_text p {}
	#section04 .cont_text .title {color:#fff;}
	#section04 .cont_text .desc {color:#fff;}
	#section04 .s04_cont {}
	#section04 #s04_swiper {padding:120px 0;height:524px;}
	#section04 #s04_swiper .swiper-wrapper {}
	#section04 #s04_swiper .swiper-slide {width: 480px;margin:0 25px;}
	#section04 #s04_swiper .swiper-slide div {filter:brightness(0.5);overflow:hidden;}
	#section04 #s04_swiper .swiper-slide.swiper-slide-active {}
	#section04 #s04_swiper .swiper-slide.swiper-slide-active div {filter:brightness(1); border: 3px solid #fff4cd;box-shadow:0 0 10px #ffe04f, 0 0 20px #ffe04f,0 0 30px #ffe04f;}
	#section04 #s04_swiper .swiper-slide img {width: 100%;}

	#section04 .s04_bg {position:absolute;left:170px;top:50px;}
	#section04 .s04_rotate_wrap {position:absolute;right:-60px;bottom:-110px;}
	#section04 .s04_rotate_wrap .s04_rotate {}
/* section04 e */

/* section05 s */
	#section05 {width:100%;background:#fbf8ed;padding:120px 0 0px;z-index:3;height:820px;}
	#section05 .inner {width: 1700px;}
	#section05 .cont_text {margin-bottom:70px;}
	#section05 .cont_text p {}
	#section05 .cont_text .title {color:#fff;}
	#section05 .cont_text .desc {color:#fff;}
	#section05 .s05_cont {height:700px;overflow:hidden;}
	#section05 .flex_wrap {width: 100%;height:700px;display:flex;text-align: center;}
	#section05 .flex_wrap .flex_div {padding: 140px 0 100px;display:flex;align-items:center;justify-content:space-between;flex-direction:column;}

	#section05 .flex_wrap .flex_left {width: 50%;background:url('../../images/s05_left_bg.png')no-repeat center/cover;padding-bottom: 120px;padding-right: 200px;}
	#section05 .flex_wrap .flex_right {width: 50%;background:url('../../images/s05_right_bg.png')no-repeat center/cover;padding-left: 190px;}

	#section05 .flex_wrap .s05_text_wrap {height:78px;}
	#section05 .flex_wrap .s05_list_wrap {}
	#section05 .flex_wrap .title {font-size: 40px;letter-spacing: -0.05em;color:#fff;opacity: 0.7;}
	#section05 .flex_wrap .title.img {opacity: 1;}
	#section05 .flex_wrap .desc {font-size: 17px;font-weight: 400;color:#fff;letter-spacing: -0.05em;margin-top: 10px;}

	#section05 .flex_wrap .s05_list_box {
		width: 360px;height: 156px;background:transparent;border:1px solid #b3b3b3;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:10px;	
	}
	#section05 .flex_wrap .s05_list_box.margin-top{margin-top: 20px;}
	#section05 .flex_wrap .s05_list_box span {letter-spacing: -0.05em;color:#fff;font-weight: 600;}
	#section05 .flex_wrap .s05_list_box .name {font-size: 30px;line-height: 40px;border:1px solid #fff;border-radius:24px;padding:2px 16px;}
	#section05 .flex_wrap .s05_list_box .price {font-size: 40px;line-height: 40px;}
	#section05 .flex_wrap .s05_list_box.color {width: 386px;height: 182px;background:url('../../images/s05_list_box_border.png')no-repeat center/cover;border:none;}
	#section05 .flex_wrap .s05_list_box.color span {}
	#section05 .flex_wrap .s05_list_box.color span.name {background:#f95715;border:none;;}
	#section05 .flex_wrap .s05_list_box.color span.price {}

	#section05 .s05_circle {width: 590px;height: 590px;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);}
	#section05 .s05_circle .txt_wrap {position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:5;text-align: center;width: 100%;}
	#section05 .s05_circle .txt_wrap p {color:#fff;letter-spacing: -0.05em;}
	#section05 .s05_circle .txt_wrap p.tit {font-size: 50px;line-height: 60px;}
	#section05 .s05_circle .txt_wrap p.tit span {color:#ffe7af;}
	#section05 .s05_circle .txt_wrap p.desc {font-size: 18px;line-height: 28px;font-weight: 400;margin-top: 10px;}
	#section05 .s05_circle .s05_bounce_base {position:relative;z-index:3;}
	#section05 .s05_circle .s05_bounce_wave_wrap {position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width: 590px;height: 590px;}
	#section05 .s05_circle .s05_bounce_wave {position:absolute;left:0;top:0;}
	#section05 .s05_circle .s05_bounce_wave.s05bw01 {z-index:2;}
	#section05 .s05_circle .s05_bounce_wave.s05bw02 {z-index:1;}
/* section05 e */

/* section06 s */
	#section06 {width:100%;background:#fbf8ed;padding:120px 0 30px;overflow:visible;z-index:2;}
	#section06 .inner {width: 1200px;position:relative;z-index:10;}
	#section06 .cont_text {margin-bottom:60px;}
	#section06 .cont_text p {}
	#section06 .cont_text .title {}
	#section06 .cont_text .desc {}
	#section06 .s06_cont {width: 100%;height:644px;position:relative;}
	#section06 .s06_cont .flex_div {width: 489px;height: 563px;position:absolute;padding:0 70px;}
	#section06 .flex_left {background:url('../../images/s06_left_bg.png')no-repeat center/cover;left:0;bottom:0;}
	#section06 .flex_right {text-align: right;background:url('../../images/s06_right_bg.png')no-repeat center/cover;right:0;top:0;}
	#section06 .s06_circle {width: 140px;height: 140px;border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;font-size: 40px;letter-spacing: -0.05em;font-weight: 700;position:absolute;top:40px;}
	#section06 .s06_circle.brown {background:#904c21;left:40px;}
	#section06 .s06_circle.orange {background:#f95715;right:40px;}
	#section06 .s06_txt {transform:translateY(356px)}
	#section06 .s06_txt p {color:#fff;letter-spacing: -0.05em;font-weight: 700;line-height: 32px;}
	#section06 .s06_txt .tit {font-size: 40px;}
	#section06 .s06_txt .desc {font-size: 24px;margin-top: 15px;}
	#section06 .s06_food_wrap {position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);}
	#section06 .s06_bg_circle {position:absolute;right:114px;bottom:-144px;}
	#section06 .s06_bg_coin_wrap {overflow:hidden;width: 100%;height:572px;position:absolute;left:0;top:-40px;}
	#section06 .s06_bg_coin {position:absolute;left:0;top:0;}
/* section06 e */

/* section07 s */
	#section07 {width:100%;background:url('../../images/s07_bg.jpg')no-repeat center bottom/cover;padding:140px 0;overflow:visible;}
	#section07 .inner {width: 1400px;position:relative;z-index:10;}
	#section07 .cont_text {margin-bottom:70px;}
	#section07 .cont_text p {}
	#section07 .cont_text .title {}
	#section07 .cont_text .title span {color:#f95715}
	#section07 .cont_text .desc {}
	#section07 .s07_cont {}
	#section07 .s07_list_wrap {}
	#section07 .s07_list_wrap .s07_list {height: 402px;display:flex;align-items:center;justify-content:space-between;}
	#section07 .s07_list_wrap .s07_list.s07_list01 {background: url('../../images/s07_list01_bg.png')no-repeat center/cover;}
	#section07 .s07_list_wrap .s07_list.s07_list02 {background: #904c21;}
	#section07 .s07_list_wrap .s07_list.s07_list03 {background: #fbf8ed;}

	#section07 .s07_list_wrap .s07_list_txt {padding-left: 165px;}
	#section07 .s07_list_wrap .s07_list_txt .tag {font-size: 18px;color:#ffffff;border-radius:20px;border:1px solid #fff;padding:8px 20px;}
	#section07 .s07_list_wrap .s07_list_txt .tit {margin-top: 10px;font-size: 40px;line-height: 70px;letter-spacing: -0.05em;color:#fff;}
	#section07 .s07_list_wrap .s07_list_txt .desc {margin-top: 20px;font-size: 18px;line-height: 28px;font-weight: 400;letter-spacing: -0.05em;color:#fff;}
	#section07 .s07_list_wrap .s07_list_txt .tag.color {color:#904c21;border-color:#904c21;}
	#section07 .s07_list_wrap .s07_list_txt .tit.color {color:#222;}
	#section07 .s07_list_wrap .s07_list_txt .desc.color {color:#222;}

	#section07 .s07_list_wrap .s07_list_cont {padding-right: 100px;text-align: center;position:relative;}
	#section07 .s07_list_wrap .s07_list_cont.flex {display:flex;align-items:center;gap:20px;}

	#section07 .s07_list_wrap .s07_list_cont .s07_div_01 {display:flex;align-items:center;justify-content:center;}
	#section07 .s07_list_wrap .s07_list_cont .s07_div_01.circle {width: 180px;height: 180px;border-radius:50%;background:transparent;border:1px solid #fff;}
	#section07 .s07_list_wrap .s07_list_cont .s07_div_01.circle p {font-size: 18px;font-weight: 400;line-height: 28px;letter-spacing: -0.05em;color:#fff;}
	#section07 .s07_list_wrap .s07_list_cont .s07_div_01.circle.color {width: 243px;height: 243px;background: #f95715;border:none;}
	#section07 .s07_list_wrap .s07_list_cont .s07_div_01.circle.color p {font-size: 24px;font-weight: 700;line-height: 32px;}

	#section07 .s07_list_wrap .s07_list_cont .s07_div_02_tit {font-size: 24px;font-weight: 700;line-height: 28px;letter-spacing: -0.05em;color:#fff;margin-bottom: 30px;}
	#section07 .s07_list_wrap .s07_list_cont .s07_div_02_wrap {width: 456px;height:193px;border-radius:93px;border:3px dotted #fff;display:flex;align-items:center;justify-content:center;}
	#section07 .s07_list_wrap .s07_list_cont .s07_div_02_wrap .s07_div_02 {width: 160px;height: 160px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size: 24px;font-weight: 700;letter-spacing: -0.05em;}
	#section07 .s07_list_wrap .s07_list_cont .s07_div_02_wrap .s07_div_02.color01 {background: rgba(87,40,16,0.9);}
	#section07 .s07_list_wrap .s07_list_cont .s07_div_02_wrap .s07_div_02.color02 {background: rgba(70,35,16,0.9);margin:0 -36px;}
	#section07 .s07_list_wrap .s07_list_cont .s07_div_02_wrap .s07_div_02.color03 {background: rgba(51,29,15,0.9);}

	#section07 .s07_list_wrap .s07_list_cont .s07_list_03_img_stemp_wrap {position:absolute;right:100px;bottom:33px;}
	#section07 .s07_list_wrap .s07_list_cont img {}
	#section07 .s07_hand_wrap {position:absolute;left:0;top:25px;}
	#section07 .s07_hand_wrap img {}
/* section07 e */

/* section08 s */
	#section08 {width:100%;background:#3f2717;padding:120px 0 150px;}
	#section08 .inner {width: 1700px;position:relative;z-index:10;}
	#section08 .cont_text {margin-bottom:60px;}
	#section08 .cont_text p {}
	#section08 .cont_text .title {color:#fff;}
	#section08 .cont_text .desc {}
	#section08 .s08_cont {width:100%;height:550px;background:url('../../images/s08_cont_bg.jpg')no-repeat center/cover;display:flex;align-items:center;justify-content:space-between;position:relative;overflow:hidden;}
	#section08 .s08_cont .s08_tit {color:#fff;padding-left: 290px;font-size: 40px;line-height: 50px;letter-spacing: -0.05em;}
	#section08 .s08_cont .s08_tit span {color:#e95504;}
	#section08 .s08_cont .s08_info {padding-right: 320px;}
	#section08 .s08_cont .s08_info ul {display:flex;flex-direction:column;gap:50px;}
	#section08 .s08_cont .s08_info ul li {}
	#section08 .s08_cont .s08_info ul li p {color:#fff;letter-spacing: -0.05em;}
	#section08 .s08_cont .s08_info ul li p.tit {font-size: 34px;font-weight: 700;}
	#section08 .s08_cont .s08_info ul li p.desc {font-size: 18px;font-weight: 400;margin-top:10px;}
	#section08 .s08_cont .s08_pin_wrap {position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:10;}
	#section08 .s08_cont .s08_pin_wrap .s08_pin {position:relative;z-index:5;}
	#section08 .s08_cont .s08_wave_wrap {position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:2;width: 646px;height: 550px;}
	#section08 .s08_cont .s08_wave {position:absolute;left:0;top:0;}
	#section08 .s08_cont .s08_wave .s08_wave {position:absolute;}
	#section08 .s08_cont .s08_wave .wave01 {position:relative;z-index:3;}
	#section08 .s08_cont .s08_wave .s08_wave.wave02 {z-index:2;}
	#section08 .s08_cont .s08_wave .s08_wave.wave03 {z-index:1;}
/* section08 e */

/* section09 s */
	#section09 {width:100%;background:#fbf8ed;padding:130px 0 120px;}
	#section09 .inner {width: 100%;}
	#section09 .cont_text {margin-bottom:60px;}
	#section09 .cont_text p {}
	#section09 .cont_text .title {color:#222222;}
	#section09 .cont_text .desc {color:#222222;}
	#section09 .s09_cont {}
	#section09 #s09_swiper {}
	#section09 #s09_swiper .swiper-wrapper {}
	#section09 #s09_swiper .swiper-slide {width: 680px;margin:0 55px;filter: brightness(0.5);transition:0.6s}
	#section09 #s09_swiper .swiper-slide-active {filter: brightness(1);}
	#section09 #s09_swiper .swiper-slide img {}

	#section09 #s09_swiper .s09_next:after , #section09 #s09_swiper .s09_prev:after {content:"";}
	#section09 #s09_swiper .s09_next , #section09 #s09_swiper .s09_prev {width:60px;height:60px;}
	#section09 #s09_swiper .s09_next {right:530px;}
	#section09 #s09_swiper .s09_prev {left:530px;}
	#section09 .flow-ani-wrap {margin: 60px auto 0;width:1000px;}
	#section09 .flow-ani-wrap ul {margin-right: 30px;}
/* section09 e */

/* section10 s */
	#section10 {width:100%;background:#e95504;padding:110px 0 140px;}
	#section10 .inner {width: 100%;}
	#section10 .cont_text {margin-bottom:70px;}
	#section10 .cont_text p {}
	#section10 .cont_text .title {color:#fff;}
	#section10 .cont_text .desc {color:#fff;}
	#section10 .s10_cont {}
	#section10 .flow-ani-wrap {margin-top: 60px;}
	#section10 .flow-ani-wrap ul {}
	#section10 .flow-ani-wrap ul li {margin-right: 30px;}
/* section10 e */

/* section11 s */
	#section11 {width:100%;height:1037px;background:#1a0e08;padding:280px 0 0;}
	#section11 .inner {width: 1400px;position:relative;z-index:10;}
	#section11 .cont_text {text-align: left;}
	#section11 .cont_text p {}
	#section11 .cont_text .title_img {}
	#section11 .cont_text .title {color:#fff;font-size: 50px;}
	#section11 .cont_text .desc {color:#fff;}

	#section11 .value_imgs {position:absolute;left:0;top:0;width:100%;height:100%;background:url('../../images/s11_bg.jpg')no-repeat center/cover;}
	#section11 .value_imgs li {position: absolute;left: 50%;opacity: 0;transform: scale(0.85);transition: all 0.7s;z-index:11;}
	#section11 .value_imgs li:nth-child(1) {top:34px;margin-left: -366px;}
	#section11 .value_imgs li:nth-child(2) {top:52px;margin-left: 332px;}
	#section11 .value_imgs li:nth-child(3) {top:264px;margin-left: -176px;} 
	#section11 .value_imgs li:nth-child(4) {top:576px;margin-left: -590px;}
	#section11 .value_imgs li:nth-child(5) {top:702px;margin-left: 202px;} 
	#section11 .value_imgs li:nth-child(6) {top:449px;margin-left: 467px;}
	/*
	#section11 .value_imgs li:nth-child(1) {top:264px;margin-left: -176px;}
	#section11 .value_imgs li:nth-child(2) {top:576px;margin-left: -590px;}
	#section11 .value_imgs li:nth-child(3) {top:52px;margin-left: 332px;}
	#section11 .value_imgs li:nth-child(4) {top:449px;margin-left: 467px;}
	#section11 .value_imgs li:nth-child(5) {top:49px;margin-left: -364px;}
	#section11 .value_imgs li:nth-child(6) {top:702px;margin-left: 202px;}
	*/
	#section11 .value_imgs li img {}
	#section11 .value_imgs li.on {opacity: 1;transform: scale(1);}
	#section11 .value_imgs li.on img {}
/* section11 e */


/* section12 s */
	#section12 {width:100%;background:url('../../images/s12_bg.jpg')no-repeat center/cover;padding:120px 0 80px;}
	#section12 .inner {width: 1400px;}
	#section12 .cont_text {margin-bottom:50px;}
	#section12 .cont_text p {}
	#section12 .cont_text .title {color:#fff;}
	#section12 .cont_text .desc {color:#fff;}
	#section12 .s12_cont {}
	#section12 .s12_list_wrap {display:flex;flex-wrap:wrap;justify-content:center;gap:10px;}
	#section12 .s12_list_wrap .s12_list {
		width: 300px;height: 300px;background:url('../../images/s12_list_bg.png')no-repeat center/cover;text-align: center;position:relative;
		display:flex;align-items:center;flex-direction:column;justify-content:center;gap:10px;
	}
	#section12 .s12_list_wrap .number {
		font-size: 26px;font-weight: 700;color:#d94e03;letter-spacing: -0.05em;position:absolute;left:50%;top:48px;transform:translateX(-50%);
	}
	#section12 .s12_list_wrap .sub {font-size: 22px;font-weight: 700;letter-spacing: -0.05em;color:#222222;}
	#section12 .s12_list_wrap .main {font-size: 36px;font-weight: 700;color:#222222;letter-spacing: -0.05em;line-height: 36px;}
	#section12 .s12_list_wrap .main span {color:#d94e03;}
	#section12 .s12_list_wrap .desc {font-size: 18px;font-weight: 400;color:#222;letter-spacing: -0.05em;}
	#section12 .s12_stemp_wrap {position:absolute;right:130px;top:10px;}
/* section12 e */

/* section13 s */
	#section13 {width:100%;background:#150d08;padding:160px 0 140px;}
	#section13 .inner {width: 1400px;display:flex;justify-content:space-between;z-index:2;}
	#section13 .cont_text {margin-bottom:50px;text-align: left;position:relative;z-index:3;}
	#section13 .cont_text p {}
	#section13 .cont_text .title {color:#fff;}
	#section13 .cont_text .desc {color:#fff;}
	#section13 .s13_cont {width: 830px;height: 1130px;position:relative;z-index:3;}
	#section13 .s13_list {width: 400px;height: 550px;position:absolute;overflow:hidden;}
	#section13 .s13_list.s13_01 {top:0;left:0;}
	#section13 .s13_list.s13_02 {top:245px;right:0;}
	#section13 .s13_list.s13_03 {bottom:0;left:0;}
	#section13 .s13_list .s13_bg_wrap {width: 400px;height:550px;}
	#section13 .s13_list.s13_01 .s13_bg_wrap {background:url('../../images/s13_01.png')no-repeat center/cover;}
	#section13 .s13_list.s13_02 .s13_bg_wrap {background:url('../../images/s13_02.png')no-repeat center/cover;}
	#section13 .s13_list.s13_03 .s13_bg_wrap {background:url('../../images/s13_03.png')no-repeat center/cover;}
	#section13 .s13_list .s13_txt {position:absolute;left:50px;bottom:60px;}
	#section13 .s13_list .s13_txt p {color:#fff;letter-spacing: -0.05em;}
	#section13 .s13_list .s13_txt .tit {font-size: 40px;line-height: 70px;}
	#section13 .s13_list .s13_txt .desc {font-size: 18px;line-height: 28px;font-weight: 500;}

	#section13 .bg_text {position:absolute;left:0;top:370px;font-size: 175px;line-height: 181px;color:#f95715;}
/* section13 e */

/* section14 s */
	#section14 {width:100%;background:#99613b;padding:120px 0 110px;}
	#section14 .inner {width: 1400px;}
	#section14 .cont_text {margin-bottom:80px;}
	#section14 .cont_text p {}
	#section14 .cont_text .title {color:#fff;}
	#section14 .cont_text .desc {color:#fff;}
	#section14 .s14_cont {position:relative;}
	#section14 .s14_list_wrap {width: 1020px;margin:0 auto;display:flex;justify-content:center;gap:181px 105px;flex-wrap:wrap;position:relative;z-index:5;}
	#section14 .s14_list {width: 266px;height: 196px;background:#fbf8ed;border-radius:10px;display:flex;align-items:center;justify-content:center;position:relative;}
	#section14 .s14_list .s14_txt {text-align: center;}
	#section14 .s14_list .s14_txt p {color:#222;letter-spacing: -0.05em;}
	#section14 .s14_list .s14_txt .tit {font-size: 20px;line-height: 28px;font-weight: 800;}
	#section14 .s14_list .s14_number {width: 48px;height: 48px;border-radius:50%;background:#e95504;display:flex;align-items:center;justify-content:center;position:absolute;left:26px;top:-24px;}
	#section14 .s14_list .s14_number p {font-size: 16px;color:#fbf8ed;font-weight: 700;}

	#section14 .s14_line_wrap {position:absolute;left:50%;transform:translateX(-50%);top:63px;}
	#section14 .s14_pin_wrap {position:absolute;right:-20px;bottom:0;}
/* section14 e */

/* section15 s */
	#section15 {width:100%;background:#fbf8ed;padding:120px 0 80px;}
	#section15 .inner {width: 1400px;}
	#section15 .cont_text {margin-bottom:10px;}
	#section15 .cont_text p {}
	#section15 .cont_text .title {color:#222;}
	#section15 .cont_text .desc {color:#222;}
	#section15 .s15_cont {position:relative;}

	#section15 .s15_table_wrap {text-align: center;}
	#section15 .s15_sticker_wrap {position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);}
/* section15 e */

#section16 {padding:60px 0;}

@media(max-width: 1920px){
	
}
@media(max-width: 1600px){
	
}

@media(max-width: 1400px){
	
}

@media(max-width: 1080px){
	
}

@media(max-width: 768px){
    .pc_only {display: none;}
    .mobile_only {display: block;}	
	/* header s */
		#header {width:100%;height:20.8333vw;position:fixed;}
		#header .header-wrap {height:20.8333vw;z-index:100;position:relative;width:100%;}
		#header .header-wrap .inner {padding:0 3.9063vw;max-width:100%;}
		#header .header-wrap .inner .logo {width: 41.6667vw;}
		#header .header-wrap .inner .logo img {width: 41.6667vw;}
		#header .header-wrap .nav_wrap {display: none;}
		#footer .inner {width: 100%;}
		#footer .private {margin-bottom: 2.0833vw;}
	/* header e */

	/* menu btn s */
		.menuBtn {position:absolute;z-index:9999;top:50%;transform:translateY(-50%);right:3.9063vw;width: 5.4688vw;height: 4.0365vw;}
		.menu-trigger {position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}
		.menu-trigger, .menu-trigger span {display: inline-block;transition: all .4s;box-sizing: border-box;}
		.menu-trigger {position: relative;width: 5.4688vw;height: 4.0365vw;}
		.menu-trigger span {position: absolute;left: 0;width: 100%;height: 0.3906vw;background-color: #fff;}
		.menu-trigger span:nth-of-type(1) {top: 0;}
		.menu-trigger span:nth-of-type(2) {top: 1.8229vw}
		.menu-trigger span:nth-of-type(3) {bottom: 0;}
		.menu-trigger.active-1 span:nth-of-type(1) {-webkit-transform: translateY (1.8229vw) rotate (-45deg);transform: translateY(1.8229vw) rotate(-45deg);}
		.menu-trigger.active-1 span:nth-of-type(2) {opacity: 0;}
		.menu-trigger.active-1 span:nth-of-type(3) {-webkit-transform: translateY(-1.8229vw) rotate(45deg);transform: translateY(-1.8229vw) rotate(45deg);}
	/* menu btn e */

	/* navigation_m s */
		#navigation_m {height:100vh;background:rgba(0,0,0,0.9);position:fixed;left:0;top:-120%;width:100%;z-index:1;transition:0.8s}
		#navigation_m.show {top:0;}
		#navigation_m .nav_m {height:100%;text-align: center;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:11.7188vw;}
		#navigation_m .nav_m li a {font-size: 5.2083vw;font-weight: 700;color:#fff;opacity: 0.4;}
		#navigation_m .nav_m li.on a {opacity: 1;}
	/* navigation_m e */

	/* cont_text s */
		.cont_text {}
		.cont_text p {}
		.cont_text p.title {font-size: 9.1146vw;line-height: 10.4167vw;}
		.cont_text p.title span.color {}
		.cont_text p.desc {font-size: 3.9063vw;line-height: 5.4688vw;margin-top: 3.9063vw;}
	/* cont_text e */

	/* section00 s */
		#section00 {width:100%;height:187.5000vw;padding-top: 36.4583vw;}
		#section00 .section00_bg {
			width:100%;height:187.5000vw;background:url('../../images/m/s00_bg_m.jpg')no-repeat center top/cover;
		}
		#section00 .main_txt p.title {font-size: 10.4167vw;}
		#section00 .main_txt p.title span img {width: 26.8229vw;}
		#section00 .main_txt p.desc {font-size: 4.1667vw;line-height: 5.2083vw;margin-top: 3.9063vw;}
		#section00 .main_circle {width: 100%;height:117.8385vw;position:absolute;left:0;top:69.7917vw;z-index:10;}
		#section00 .main_circle .main_cir.cir01 {width: 41.6667vw;height: 41.6667vw;font-size: 5.2083vw;line-height: 6.5104vw;top:auto;bottom:-5.2083vw;margin-left: -57.8125vw;}
		#section00 .main_circle .main_cir.cir02 {width: 23.4375vw;height: 23.4375vw;font-size: 3.1250vw;line-height: 3.9063vw;top:11.7188vw;margin-left: -43.6198vw;}
		#section00 .main_circle .main_cir.cir03 {display: none;}
		#section00 .main_circle .main_cir.cir04 {width: 18.2292vw;height: 18.2292vw;top:39.5833vw;margin-left: -52.0833vw;}
		#section00 .main_circle .main_cir.cir05 {width: 44.2708vw;height: 44.2708vw;top:63.1510vw;margin-left: 19.7917vw;}
		#section00 .main_circle .main_cir.cir06 {display: none;}
		#section00 .main_circle .main_cir.cir07 {width: 15.6250vw;height: 15.6250vw;font-size: 2.3438vw;line-height: 2.6042vw;top:30.4688vw;margin-left: 26.6927vw;}
		#section00 .main_circle .main_cir.cir08 {width: 19.5313vw;height: 19.5313vw;font-size: 2.3438vw;line-height: 2.6042vw;left:50%;top:1.3021vw;margin-left: 27.3438vw;}
		#section00 .main_food {bottom:22.1354vw;}
		#section00 .main_food .main_base {width: 92.9688vw;}
		#section00 .main_food .abs {width: 92.9688vw;}
	/* section00 e */

	/* section01 s */
		#section01 {width:100%;height:233.9844vw;background:url('../../images/m/s01_bg_m.jpg')no-repeat center top/cover;padding-top: 15.6250vw;}
		#section01 .cont_text {margin-right:0;}
		#section01 .s01_circle {position:relative;width: 88.8021vw;height:54.2969vw;margin: 9.1146vw auto 0;display:flex;align-items:center;}
		#section01 .s01_circle .s01_day {width: 50.2604vw;height: 50.2604vw;}
		#section01 .s01_circle .s01_day p {font-size: 3.1250vw;}
		#section01 .s01_circle .s01_day p span {font-size: 15.6250vw;margin-right:-2.6042vw;}
		#section01 .s01_circle .s01_food {width: 54.2969vw;height: 54.2969vw;}
		#section01 .s01_circle .s01_food .s01_rotate {width: 54.2969vw;height: 54.2969vw;}
		#section01 .s01_price {position:relative;width: 47.1354vw;height: 63.1510vw;left:auto;top:auto;margin:-3.5625vw auto 0;}
		#section01 .s01_price .s01_arr {width: 47.1354vw;}
		#section01 .s01_price .s01_price_box {width: 47.1354vw;height: 13.2813vw;top:38.8021vw;}
		#section01 .s01_price .s01_price_box p {font-size: 7.0313vw;}
		#section01 .s01_price_num li {font-size: 3.9063vw;}
		#section01 .s01_price_num li.num {font-size: 19.5313vw;margin-right: -1.3021vw;}
		#section01 .s01_price_num li.unit {margin-top: 15.6250vw;}
		#section01 .s01_top_store_wrap {width:100%;height:34.6354vw;top:auto;bottom:0;}
		#section01 .s01_top_store_wrap .s01_top_store {width: 54.6875vw;height: 34.6354vw;}
		#section01 .s01_top_store_wrap .s01_top_store .s01_top {height: 7.2917vw;gap:13.0208vw;}
		#section01 .s01_top_store_wrap .s01_top_store .s01_top span.top_store {width: 21.0938vw;height: 7.2917vw;border-radius:0 0 2.6042vw 0;line-height: 6.5104vw;}
		#section01 .s01_top_store_wrap .s01_top_store .s01_top span {font-size: 3.1250vw;}
		#section01 .s01_top_store_wrap .s01_top_store .s01_data {text-align: center;display:flex;align-items:center;flex-direction:column;justify-content:center;height:24.7396vw;}
		#section01 .s01_top_store_wrap .s01_top_store .s01_data p.price {font-size: 7.2917vw;}
		#section01 .s01_top_store_wrap .s01_top_store .s01_data p.name {font-size: 3.1250vw;}
		#section01 .s01_top_store_wrap .s01_top_store .s01_data p.name:before {width: 14.3229vw;height: 0.2604vw;left:-15.6250vw;}
		#section01 .s01_top_store_wrap .s01_top_store .s01_data p.name:after {width: 14.3229vw;height: 0.2604vw;right:-15.6250vw;}

		#section01 .marquee_vertical {display:flex;align-items:center;}
		#section01 .s01_top_store_wrap ul {animation: flowAni 16s 0s infinite linear;opacity:1;display:flex;align-items:center;}
		#section01 .s01_top_store_wrap ul li {border-right:1px solid #fda982;}
	/* section01 e */

	/* section02 s */
		#section02 {width:100%;height:auto;background:#000000;padding: 18.2292vw 0;}
		#section02 .inner {width: 100%;padding:0 7.8125vw;}
		#section02 .cont_text {margin-bottom: 14.3229vw;}
		#section02 .s02_cont {position:relative;z-index:10;}
		#section02 .s02_cont .s02_list {gap:9.1146vw;flex-direction:column;}
		#section02 .s02_cont .s02_list.margin-top {margin-top: 26.0417vw;}
		#section02 .s02_cont .s02_list.reverse {flex-direction: column;padding-right: 0;gap:9.1146vw;}
		#section02 .s02_cont .s02_list .s02_img {text-align: center;}
		#section02 .s02_cont .s02_list .s02_img .s02_food {width: 84.3750vw;margin:0 auto;}
		#section02 .s02_cont .s02_list .s02_img .s02_store {width: 84.3750vw;margin:0 auto;}
		#section02 .s02_cont .s02_list .s02_txt .s02_tit p {font-size: 6.7708vw;line-height: 9.1146vw;}
		#section02 .s02_cont .s02_list .s02_txt .s02_tit p span.highlight {padding:0.5208vw;}
		#section02 .s02_cont .s02_list .s02_txt .s02_desc {margin-top: 6.5104vw;}
		#section02 .s02_cont .s02_list .s02_txt .s02_desc p {font-size: 3.9063vw;line-height: 5.4688vw;}
		#section02 .s02_cont .s02_list .s02_txt .s02_desc p.margin-top {margin-top: 6.5104vw;}
		#section02 .s02_cont .s02_list .s02_txt .s02_info_top {margin-bottom: 0;padding-top:0;}
		#section02 .s02_cont .s02_list .s02_txt .s02_info_top .s02_if_tit {margin-bottom: 1.9531vw;}
		#section02 .s02_cont .s02_list .s02_txt .s02_info_top .s02_if_tit:after {width: 36.4583vw;height: 0.1302vw;}
		#section02 .s02_cont .s02_list .s02_txt .s02_info_top .s02_if_tit p {font-size: 6.7708vw;line-height: 9.1146vw;}
		#section02 .s02_cont .s02_list .s02_txt .s02_info_top .s02_if_desc p {font-size: 3.9063vw;line-height: 5.4688vw;}

		#section02 .s02_food_center_wrap {display: none;}
		#section02 .s02_circle {display: none;}

		.s02_marquee_box {height:44.2708vw;}
		.s02_marquee ul {animation: hSlideLoop_re 48s 0s infinite linear;opacity:1;}
		.s02_marquee ul img {width: 13.5417vw;}
	/* section02 e */

	/* section03 s */
		#section03 {width:100%;background:url('../../images/m/s03_bg_m.jpg')no-repeat center/cover;padding: 16.9271vw 0 18.2292vw;}
		#section03 .inner {width: 100%;}
		#section03 .cont_text {margin-bottom:7.8125vw;}

		#section03 .s03_cont .s03_txt {position:static;text-align: center;}
		#section03 .s03_cont .s03_txt p.tit {font-size: 6.7708vw;line-height: 9.1146vw;}
		#section03 .s03_cont .s03_txt p.tit span.highlight {padding:0.5208vw;}
		#section03 .s03_cont .s03_txt p.desc {font-size: 3.9063vw;line-height: 5.4688vw;margin-top: 3.9063vw;}

		#section03 .s03_cont .s03_img {width: 100%;margin:60.2708vw auto 0;}
		#section03 .s03_cont .s03_img .s03_cloud_base {width: 100vw;}
		#section03 .s03_cont .s03_img .s03_cloud_base_b {width: 100vw;}
		#section03 .s03_cont .s03_img .s03_cloud_base_food {width: 100vw;}
		#section03 .s03_cont .s03_img .s03_cloud_base_f {width: 100vw;}
		#section03 .s03_cont .s03_img .s03_cloud {width: 100vw;}
		#section03 .s03_cont .s03_img .s03_line_box {width: 100vw;height: 47.9167vw;left:0;top:0;justify-content:center;}
		#section03 .s03_cont .s03_img .s03_line_box .s03_line {width:77.2396vw;}
		#section03 .s03_cont .s03_img .s03_line_box .s03_circle_box {left:0;top:0;width: 25.0000vw;opacity: 0;offset-path: none;}
		#section03 .s03_cont .s03_img .s03_line_box .s03_circle_box .s03_circle_wave {position:relative;z-index:2;width: 25.0000vw;}
		#section03 .s03_cont .s03_img .s03_line_box .s03_circle_box .abs {position:absolute;left:0;top:0;width: 25.0000vw;}

		#section03 .s03_cont .s03_cont_img {
			width: 93.7500vw;height: 201.5625vw;background:url('../../images/m/s03_cont_img_m.jpg')no-repeat center/cover;flex-direction:column;
			gap:7.1615vw;margin: 0 auto;
		}
		#section03 .s03_cont .s03_cont_img_txt {text-align: center;}
		#section03 .s03_cont .s03_cont_img_txt p.tit {font-size: 6.5104vw;line-height: 8.5938vw;}
		#section03 .s03_cont .s03_cont_img_txt p.desc {font-size: 3.9063vw;font-weight: 500;line-height: 5.4688vw;margin-top: 1.9531vw;}
		#section03 .s03_cont .s03_cont_img_cir {flex-direction:column;}
		#section03 .s03_cont .s03_cont_img_cir .s03_circle_list {width: 36.7188vw;height: 36.7188vw;}
		#section03 .s03_cont .s03_cont_img_cir .s03_circle_list:nth-child(2) {margin:-5.4688vw auto;}
		#section03 .s03_cont .s03_cont_img_cir .s03_circle_list:nth-child(3) {margin-right:0;margin-bottom:-5.4688vw}
		#section03 .s03_cont .s03_cont_img_cir .s03_circle_list:last-child {width: 39.3229vw;height: 39.3229vw;}
		#section03 .s03_cont .s03_cont_img_cir .s03_circle_list p {font-size: 4.4271vw;}
		#section03 .s03_cont .s03_3minutes {right:-3.9063vw;bottom:-8.3333vw;width: 92.4479vw;}
		#section03 .s03_cont .s03_circle_wrap {}

		#section03 .s03_cont .s03_circle_wrap .s03_circle {border:0.1302vw solid #fff;animation: bubble 3s linear infinite;}
		#section03 .s03_cont .s03_circle_wrap .s03_circle.w260 {width: 33.8542vw;height: 33.8542vw;font-size: 4.1667vw;}
		#section03 .s03_cont .s03_circle_wrap .s03_circle.w180 {width: 23.4375vw;height: 23.4375vw;font-size: 3.1250vw;}
		#section03 .s03_cont .s03_circle_wrap .s03_circle.w140 {width: 18.2292vw;height: 18.2292vw;font-size: 2.6042vw;}
		#section03 .s03_cont .s03_circle_wrap .s03_circle.cir01 {left:8.4635vw;top:69.6615vw;}
		#section03 .s03_cont .s03_circle_wrap .s03_circle.cir02 {right:-5.2083vw;top:88.5417vw;}
		#section03 .s03_cont .s03_circle_wrap .s03_circle.cir03 {left:-7.8125vw;top:102.8646vw;}
		#section03 .s03_cont .s03_circle_wrap .s03_circle.cir04 {right:auto;left:44.2708vw;top:114.8438vw;}
		#section03 .s03_cont .s03_circle_wrap .s03_circle.cir05 {right:31.7708vw;top:91.4063vw;}
		#section03 .s03_cont .s03_circle_wrap .s03_circle.cir06 {right:13.5417vw;top:67.7083vw;}
		#section03 .s03_cont .s03_circle_wrap .s03_circle.cir07 {left:18.7500vw;top:110.0260vw;}
	/* section03 e */

	/* section04 s */
		#section04 {width:100%;padding:18.2292vw 0 20.8333vw;}
		#section04 .inner {width: 100%;}
		#section04 .cont_text {margin-bottom:0;}
		#section04 #s04_swiper {padding:15.6250vw 0;height:68.2292vw;}
		#section04 #s04_swiper .swiper-slide {width: 62.5000vw;margin:0 3.2552vw;}
		#section04 #s04_swiper .swiper-slide.swiper-slide-active div {border: 0.3906vw solid #fff4cd;box-shadow:0 0 1.3021vw #ffe04f, 0 0 2.6042vw #ffe04f,0 0 3.9063vw #ffe04f;}
		#section04 .s04_bg {position:absolute;left:-3.9063vw;top:37.7604vw;width: 42.7083vw;}
		#section04 .s04_rotate_wrap {position:absolute;right:-18.2292vw;bottom:-28.6458vw;}
		#section04 .s04_rotate_wrap .s04_rotate {width: 72.9167vw;}
	/* section04 e */

	/* section05 s */
		#section05 {padding:8.3333vw 0 0vw;height:auto;overflow:visible}
		#section05 .inner {width: 100%;padding:0 7.8125vw;}
		#section05 .cont_text {margin-bottom:9.1146vw;}
		#section05 .s05_cont {height:auto;}
		#section05 .flex_wrap {width: 100%;height:auto;display:flex;text-align: center;flex-direction:column;}
		#section05 .flex_wrap .flex_div {padding: 7.8125vw 0 7.8125vw;height:114.3229vw;justify-content:flex-start;}
		#section05 .flex_wrap .flex_left {width: 100%;background:url('../../images/s05_left_bg.png')no-repeat center/cover;padding-bottom: 15.6250vw;padding-right: 0;}
		#section05 .flex_wrap .flex_right {width: 100%;background:url('../../images/s05_right_bg.png')no-repeat center/cover;padding-left: 0;justify-content:flex-end;}
		#section05 .flex_wrap .s05_text_wrap {height:auto;margin-bottom: 3.9063vw;}
		#section05 .flex_wrap .flex_right .s05_text_wrap {margin-bottom: 1.302vw;}
		#section05 .flex_wrap .title {font-size: 5.9896vw;}
		#section05 .flex_wrap .title.img img {width: 45.5729vw;}
		#section05 .flex_wrap .desc {font-size: 2.6042vw;margin-top:0;}
		#section05 .flex_wrap .s05_list_box {width: 54.6875vw;height: 23.6979vw;border:0.1302vw solid #b3b3b3;gap:2.0833vw;}
		#section05 .flex_wrap .s05_list_box.margin-top{margin-top: 3.3854vw;}
		#section05 .flex_wrap .s05_list_box .name {font-size: 4.1667vw;line-height: 7.2917vw;border:0.1302vw solid #fff;border-radius:5.1250vw;padding:0.1302vw 2.0833vw;}
		#section05 .flex_wrap .s05_list_box .price {font-size: 5.9896vw;line-height: 5.9896vw;}
		#section05 .flex_wrap .s05_list_box.color {width: 58.0729vw;height: 27.2135vw;}
		#section05 .s05_circle {width: 76.8229vw;height: 76.8229vw;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);}
		#section05 .s05_circle .txt_wrap {position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:5;text-align: center;width: 100%;}
		#section05 .s05_circle .txt_wrap p {}
		#section05 .s05_circle .txt_wrap p.tit {font-size: 6.5104vw;line-height: 7.8125vw;}
		#section05 .s05_circle .txt_wrap p.desc {font-size: 2.6042vw;line-height: 3.9063vw;margin-top: 1.3021vw;}
		#section05 .s05_circle .s05_bounce_base {width: 76.8229vw;}
		#section05 .s05_circle .s05_bounce_wave_wrap {width: 76.8229vw;height: 76.8229vw;}
		#section05 .s05_circle .s05_bounce_wave {width: 76.8229vw;}
	/* section05 e */

	/* section06 s */
		#section06 {width:100%;padding:15.6250vw 0 26.0417vw;overflow:hidden}
		#section06 .inner {width: 100%;padding:0 7.8125vw;}
		#section06 .cont_text {margin-bottom:7.8125vw;}
		#section06 .s06_cont {width: 100%;height:auto;position:relative;display:flex;align-items:center;}
		#section06 .s06_cont .flex_div {width: 50%;height: 73.3073vw;position:relative;padding:0 5.2083vw;}
		#section06 .flex_left {background:url('../../images/m/s06_left_bg_m.png')no-repeat center/cover;}
		#section06 .flex_right {text-align: right;background:url('../../images/m/s06_right_bg_m.png')no-repeat center/cover;}
		#section06 .s06_circle {width: 18.2292vw;height: 18.2292vw;font-size: 5.2083vw;top:5.2083vw;}
		#section06 .s06_circle.brown {left:5.2083vw;}
		#section06 .s06_circle.orange {right:5.2083vw;}
		#section06 .s06_txt {transform:translateY(46.3542vw)}
		#section06 .s06_txt p {line-height: 5.4688vw;}
		#section06 .s06_txt .tit {font-size: 5.2083vw;}
		#section06 .s06_txt .desc {font-size: 3.9063vw;margin-top: 1.9531vw;}
		#section06 .s06_food_wrap {position:absolute;left:50%;top:auto;bottom:-50.7813vw;transform:translateX(-50%);}
		#section06 .s06_food_wrap img {width: 62.5000vw;}
		#section06 .s06_bg_circle {display: none;}
		#section06 .s06_bg_coin_wrap {overflow:hidden;width: 100%;height:51.1719vw;position:absolute;left:0;top:-12.3698vw;}
		#section06 .s06_bg_coin {position:absolute;left:0;top:0;width: 100%;}
	/* section06 e */

	/* section07 s */
		#section07 {width:100%;background:url('../../images/m/s07_bg_m.jpg')no-repeat center bottom/cover;padding:14.3229vw 0 81.3802vw;overflow:hidden;}
		#section07 .inner {width: 100%;padding:0 3.9063vw;}
		#section07 .cont_text {margin-bottom:9.1146vw;}
		#section07 .s07_list_wrap .s07_list {height: 108.8542vw;flex-direction:column;justify-content:flex-start;gap:7.8125vw;padding-top:10.4167vw;}
		#section07 .s07_list_wrap .s07_list.s07_list01 {background: url('../../images/s07_list01_bg.png')no-repeat center/cover;}
		#section07 .s07_list_wrap .s07_list.s07_list02 {}
		#section07 .s07_list_wrap .s07_list.s07_list03 {gap:5.2083vw}

		#section07 .s07_list_wrap .s07_list_txt {padding-left:0;text-align: center;}
		#section07 .s07_list_wrap .s07_list_txt .tag {font-size: 3.6458vw;border-radius:3.6042vw;border:0.1302vw solid #fff;padding:1.0417vw 2.6042vw;}
		#section07 .s07_list_wrap .s07_list_txt .tit {margin-top: 2.6042vw;font-size: 6.5104vw;line-height: 10.4167vw;}
		#section07 .s07_list_wrap .s07_list_txt .desc {margin-top: 1.3021vw;font-size: 3.9063vw;line-height: 5.4688vw;}

		#section07 .s07_list_wrap .s07_list_cont {padding-right: 0;}
		#section07 .s07_list_wrap .s07_list_cont.flex {display:flex;align-items:center;gap:2.6042vw;}

		#section07 .s07_list_wrap .s07_list_cont .s07_div_01 {display:flex;align-items:center;justify-content:center;}
		#section07 .s07_list_wrap .s07_list_cont .s07_div_01.circle {width: 29.6875vw;height: 29.6875vw;border:0.1302vw solid #fff;}
		#section07 .s07_list_wrap .s07_list_cont .s07_div_01.circle p {font-size: 3.3854vw;line-height: 4.6875vw;}
		#section07 .s07_list_wrap .s07_list_cont .s07_div_01.circle.color {width: 40.6250vw;height: 40.6250vw;}
		#section07 .s07_list_wrap .s07_list_cont .s07_div_01.circle.color p {font-size: 3.9063vw;line-height: 5.4688vw;}

		#section07 .s07_list_wrap .s07_list_cont .s07_div_02_tit {font-size: 4.1667vw;font-weight: 700;line-height: 3.6458vw;letter-spacing: -0.05em;color:#fff;margin-bottom: 3.9063vw;}
		#section07 .s07_list_wrap .s07_list_cont .s07_div_02_wrap {width: 78.1250vw;height:33.3333vw;border-radius:15.1094vw;border:0.7856vw dotted #fff;}
		#section07 .s07_list_wrap .s07_list_cont .s07_div_02_wrap .s07_div_02 {width: 27.6042vw;height: 27.6042vw;font-size: 4.1667vw;}
		#section07 .s07_list_wrap .s07_list_cont .s07_div_02_wrap .s07_div_02.color01 {}
		#section07 .s07_list_wrap .s07_list_cont .s07_div_02_wrap .s07_div_02.color02 {margin:0 -4.6875vw;}
		#section07 .s07_list_wrap .s07_list_cont .s07_div_02_wrap .s07_div_02.color03 {}

		#section07 .s07_list_wrap .s07_list_cont .s07_list_03_img_stemp_wrap {position:absolute;right:0vw;bottom:4.6875vw;}
		#section07 .s07_list_wrap .s07_list_cont .s07_list_03_img_stemp_wrap img {width: 30.9844vw;}
		#section07 .s07_list_wrap .s07_list_cont .arr img {width: 3.2552vw;}
		#section07 .s07_list_wrap .s07_list_cont img {width: 70.3385vw;}
		#section07 .s07_hand_wrap {position:absolute;left:-37.7604vw;top:15.6250vw;}
		#section07 .s07_hand_wrap img {width: 59.1146vw;}
	/* section07 e */

	/* section08 s */
		#section08 {width:100%;background:#3f2717;padding:15.6250vw 0;}
		#section08 .inner {width: 100%;padding:0 3.9063vw;}
		#section08 .cont_text {margin-bottom:7.8125vw;}
		#section08 .cont_text p {}
		#section08 .cont_text .title {color:#fff;}
		#section08 .cont_text .desc {}
		#section08 .s08_cont {width:100%;height:137.3698vw;background:url('../../images/m/s08_cont_bg_m.jpg')no-repeat center/cover;}
		#section08 .s08_cont .s08_tit {padding-left: 0;font-size: 6.5104vw;line-height: 7.8125vw;width:100%;position:absolute;left:7.8125vw;top:11.7188vw;z-index:20;}
		#section08 .s08_cont .s08_tit span {}
		#section08 .s08_cont .s08_info {padding-right:0;position:absolute;right:7.8125vw;bottom:11.7188vw;text-align: right;z-index:20;}
		#section08 .s08_cont .s08_info ul {display:flex;flex-direction:column;gap:5.2083vw;}
		#section08 .s08_cont .s08_info ul li {}
		#section08 .s08_cont .s08_info ul li p {}
		#section08 .s08_cont .s08_info ul li p.tit {font-size: 5.7292vw;}
		#section08 .s08_cont .s08_info ul li p.desc {font-size: 3.6458vw;margin-top:1.3021vw;}
		#section08 .s08_cont .s08_pin_wrap {}
		#section08 .s08_cont .s08_pin_wrap .s08_pin {position:relative;z-index:5;width: 73.5677vw;margin-left:3.9063vw;}
		#section08 .s08_cont .s08_wave_wrap {width: 83.9844vw;height: 83.9844vw;}
		#section08 .s08_cont .s08_wave {width: 83.9844vw;}
		#section08 .s08_cont .s08_wave .s08_wave {width: 83.9844vw;}
		#section08 .s08_cont .wave01 {position:relative;z-index:3;width: 83.9844vw;}
		#section08 .s08_cont .s08_wave .s08_wave.wave02 {z-index:2;}
		#section08 .s08_cont .s08_wave .s08_wave.wave03 {z-index:1;}
	/* section08 e */

	/* section09 s */
		#section09 {width:100%;background:#fbf8ed;padding:16.9271vw 0 15.6250vw;}
		#section09 .inner {width: 100%;}
		#section09 .cont_text {margin-bottom:7.8125vw;}
		#section09 #s09_swiper .swiper-slide {width: 84.3750vw;margin:0 7.1615vw;}
		#section09 #s09_swiper .swiper-slide-active {}
		#section09 #s09_swiper .swiper-slide img {width: 100%;}

		#section09 #s09_swiper .s09_next , #section09 #s09_swiper .s09_prev {width:7.8125vw;height:7.8125vw;}
		#section09 #s09_swiper .s09_next img , #section09 #s09_swiper .s09_prev img {width: 100%;}
		#section09 #s09_swiper .s09_next {right:3.9063vw;}
		#section09 #s09_swiper .s09_prev {left:3.9063vw;}
		#section09 .flow-ani-wrap {margin: 7.8125vw auto 0;width:130.2083vw;}
		#section09 .flow-ani-wrap ul {margin-right: 3.9063vw;}
		#section09 .flow-ani-wrap ul img {width: 127.7344vw;}
	/* section09 e */

	/* section10 s */
		#section10 {width:100%;background:#e95504;padding:14.3229vw 0 18.2292vw;}
		#section10 .inner {width: 100%;}
		#section10 .cont_text {margin-bottom:9.1146vw;}
		#section10 .flow-ani-wrap {margin-top: 7.8125vw;}
		#section10 .flow-ani-wrap ul li {margin-right: 3.9063vw;}
		#section10 .flow-ani-wrap ul li img {width: 45.5729vw;}
	/* section10 e */

	/* section11 s */
		#section11 {width:100%;height:197.7865vw;background:#1a0e08;padding:11.3281vw 0 0;}
		#section11 .inner {width: 100%;}
		#section11 .cont_text {text-align: center;}
		#section11 .cont_text .title_img {margin-bottom:2.6042vw;}
		#section11 .cont_text .title_img img {width: 64.0625vw;}
		#section11 .cont_text .title {font-size: 9.1146vw;line-height:10.4167vw;}

		#section11 .value_imgs {background:url('../../images/m/s11_bg_m.jpg')no-repeat center/cover;}
		#section11 .value_imgs li {}
		#section11 .value_imgs li img {width: 100%;}
		#section11 .value_imgs li:nth-child(1) {top:40.8854vw;margin-left: -40.3646vw;width: 34.2448vw;}
		#section11 .value_imgs li:nth-child(2) {top:63.6719vw;margin-left: 10.8073vw;width: 38.9323vw;}
		#section11 .value_imgs li:nth-child(3) {top:82.8125vw;margin-left: -24.7396vw;width: 51.3021vw;}
		#section11 .value_imgs li:nth-child(4) {top:122.3958vw;margin-left: -40.8854vw;width: 22.5260vw;}
		#section11 .value_imgs li:nth-child(5) {top:136.0677vw;margin-left: 14.3229vw;width: 33.8542vw;} 
		#section11 .value_imgs li:nth-child(6) {top:149.4792vw;margin-left: -27.3438vw;width: 34.1146vw;}
	/* section11 e */

	/* section12 s */
		#section12 {width:100%;background:url('../../images/m/s12_bg_m.jpg')no-repeat center/cover;padding:15.6250vw 0;}
		#section12 .inner {width: 100%;}
		#section12 .cont_text {margin-bottom:9.1146vw;}
		#section12 .s12_list_wrap {gap:1.9531vw;}
		#section12 .s12_list_wrap .s12_list {
			width: 44.2708vw;height: 44.2708vw;gap:1.3021vw;
		}
		#section12 .s12_list_wrap .number {
			font-size: 3.9063vw;top:6.5104vw;
		}
		#section12 .s12_list_wrap .sub {font-size: 3.9063vw;}
		#section12 .s12_list_wrap .main {font-size: 5.2083vw;line-height: 6.5104vw;}
		#section12 .s12_list_wrap .desc {font-size: 2.8646vw;}
		#section12 .s12_stemp_wrap {right:auto;left:50%;top:119.7917vw;transform:translateX(-50%);}
		#section12 .s12_stemp_wrap img {width: 59.3750vw;}
	/* section12 e */

	/* section13 s */
		#section13 {width:100%;background:#150d08;padding:16.9271vw 0;}
		#section13 .inner {width: 100%;padding:0 7.8125vw;justify-content:center;z-index:2;flex-direction:column;}
		#section13 .cont_text {margin-bottom:18.2292vw;text-align: center;}
		#section13 .s13_cont {width: 100%;height: auto;}
		#section13 .s13_list {width: 100%;height: 116.5365vw;position:relative;overflow:hidden;}
		#section13 .s13_list.s13_01 {top:auto;left:auto;margin-bottom: 5.2083vw;}
		#section13 .s13_list.s13_02 {top:auto;right:auto;margin-bottom: 5.2083vw;}
		#section13 .s13_list.s13_03 {bottom:auto;left:auto;}
		#section13 .s13_list .s13_bg_wrap {width: 100%;height:116.5365vw;}
		#section13 .s13_list .s13_txt {position:absolute;left:10.9375vw;bottom:15.6250vw;}
		#section13 .s13_list .s13_txt .tit {font-size: 8.3333vw;line-height: 14.3229vw;}
		#section13 .s13_list .s13_txt .desc {font-size: 3.9063vw;line-height: 5.4688vw;}
		#section13 .bg_text {position:absolute;left:0;top:36.4583vw;font-size: 22.6563vw;line-height: 23.5677vw;width: 200%;}
	/* section13 e */

	/* section14 s */
		#section14 {width:100%;background:#99613b;padding:15.6250vw 0 13.0208vw;}
		#section14 .inner {width: 100%;padding:0 3.9063vw;}
		#section14 .cont_text {margin-bottom:10.4167vw;}
		#section14 .s14_cont {position:relative;}
		#section14 .s14_list_wrap {width: 100%;gap:6.7708vw 3.6458vw;justify-content:flex-start;}
		#section14 .s14_list {width: 44.2708vw;height: 32.5521vw;background:#fbf8ed;border-radius:1.3021vw;display:flex;align-items:center;justify-content:center;position:relative;}
		#section14 .s14_list.s14_07 {background: #e95504;}
		#section14 .s14_list .s14_txt {text-align: center;}
		#section14 .s14_list .s14_txt p {}
		#section14 .s14_list.s14_07 .s14_txt p {color:#fff;}
		#section14 .s14_list .s14_txt .tit {font-size: 3.6458vw;line-height: 4.6875vw;}
		#section14 .s14_list .s14_number {width: 8.0729vw;height: 8.0729vw;left:4.9479vw;top:-4.1667vw;}
		#section14 .s14_list.s14_07 .s14_number {background:#fff;}
		#section14 .s14_list.s14_07 .s14_number p {color:#e95504}
		#section14 .s14_list .s14_number p {font-size: 2.6042vw;}

		#section14 .s14_line_wrap {display: none;}
		#section14 .s14_pin_wrap {position:absolute;right:11.1979vw;bottom:5.2083vw;}
		#section14 .s14_pin_wrap img {width: 21.0938vw;}
	/* section14 e */

	/* section15 s */
		#section15 {width:100%;background:#fbf8ed;padding:15.6250vw 0 20.8333vw;}
		#section15 .inner {width: 100%;padding:0 3.9063vw;;}
		#section15 .cont_text {margin-bottom:10.4167vw;}
		#section15 .cont_text p {}
		#section15 .cont_text .title {color:#222;}
		#section15 .cont_text .desc {color:#222;}
		#section15 .s15_cont {position:relative;}

		#section15 .s15_table_wrap {text-align: center;}
		#section15 .s15_table_wrap img {width: 100%;}
		#section15 .s15_sticker_wrap {position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);}
		#section15 .s15_sticker_wrap img {width: 65.1042vw;}
	/* section15 e */
}	

@media(max-width: 480px){

}
@media (max-width: 414px){
	
}
@media (max-width: 375px){
	
}