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


.poplink01 {
    position: absolute;
    left: 0;
    width: 50%;
    height: 100%;
    top: 0;
}


.poplink02 {
    position: absolute;
    right: 0;
    width: 50%;
    height: 100%;
    top: 0;
}


.poplink01 a, .poplink02 a {
    display: inline-block;
    width: 100%;
    height: 100%;
}


/* *::selection {background:#b91f1f;color:#fff} */

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

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

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

.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 {width:100%;margin:0 auto;max-width:1920px;height:110px;background:url('../../images/hd_bg.png')no-repeat center/cover;position:fixed;left:50%;top:0;z-index:10;transform:translateX(-50%);transition:0.6s}
	#header.fixed {z-index:22;top:0;}
	#header.abs {top:-100%;}
	#header .header-wrap {width: 100%;height: 100%;}
	#header .header-wrap .inner {justify-content:space-between;width: 100%;padding:0 60px;height:100%;}
	#header .header-wrap .inner .logo {padding-left: 50px;}
	#header .header-wrap .inner .logo img {}
	#header .header-wrap .inner .gnb_wrap {display:flex;align-items:center;justify-content:center;gap:90px;}
	#header .header-wrap .inner .gnb_wrap li {}
	#header .header-wrap .inner .gnb_wrap li.on {}
	#header .header-wrap .inner .gnb_wrap li a {font-size: 21px;font-weight: 500;color:#231815;}
	#header .header-wrap .inner .gnb_wrap li.on a {color:#bb3033;}
	#header .header-wrap .inner .hd_tel_wrap {}
	#header .header-wrap .inner .hd_tel_wrap img {}
	
	#header .header-wrap.header-wrap_pc {display: block;}
	#header .header-wrap.header-wrap_mo {display: none;}

	#footer {background:#231815;}
	#footer .inner {display: block;}
	#footer .inner .right {margin-bottom: 20px;}
	#footer b {font-weight: 400;color:#d5d5d5;}

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

/* 흐르는 슬라이드 */
	.marquee {width: 100%;background:transparent;padding:18px;overflow:hidden;max-width: 1920px;}
	.marquee.solo {background:#ce4e35;width: 100%;margin: 0 auto;padding:0;}
	.marquee.solo.red {background:#b91f1f;}
	.marquee.solo.color-2 {background:#f1e6b2;}
	.marquee.solo.color-3 {background:#ce4e35;}
	.marquee .swiper-wrapper {transition-timing-function: linear !important;}
	.marquee .swiper-slide {}
	.marquee.main .swiper-slide {width: 2383px;}
	.marquee.solo .swiper-slide {width: 1718px;}
	.marquee .swiper-slide img {width: 100%;}
	.marquee_vertical.left_step {position:absolute;left:0px;top:0;background:transparent;z-index:10;}
	.marquee_vertical.right_step {position:absolute;right:0px;top:0;background:transparent;z-index:10;}
	.marquee_vertical.main_slide {margin-left:110px;}
	.left_step ul {animation: hSlideLoop_re 48s 0s infinite linear;opacity:1;margin-bottom: 29px;}
	.right_step ul {animation: hSlideLoop 48s 0s infinite linear;opacity:1;margin-bottom: 29px;}
	.section {width:100%;max-width:1920px;margin:0 auto;position:relative;}
	.inner {width: 1400px;margin:0 auto;position:relative;}

/* wing bottom s */
	.section .wing_wrap {}
	.section .wing_wrap .wing_lines {position: absolute;left: 0;width: 100%;height: 60px;bottom:-48px;top:auto;}
	.section .wing_wrap .wing_lines:before {content: '';position: absolute;top: 0;left: 0;width: 100%;height: 12px;background:#ce4e35;}
	.section .wing_wrap .wing_lines .wing_line {position: absolute;top: 0;left: 0;display: block;width: 100%;height: 12px;background: #ce4e35;}
/* wing bottom e */

/* wing top s */
	.section .wing_wrap {}
	.section .wing_wrap .wing_lines.top {position: absolute;left: 0;width: 100%;height: 60px;bottom:auto;top:0;}
	.section .wing_wrap .wing_lines.top:before {content: '';position: absolute;top: 0;left: 0;width: 100%;height: 12px;background: #ce4e35;}
	.section .wing_wrap .wing_lines .wing_line {position: absolute;top: 0;left: 0;display: block;width: 100%;height: 12px;background: #ce4e35;}
/* wing top e */

/* cont_text_wrap s */
	.cont_text_wrap {text-align: center;}
	.cont_text_wrap p {color:#231815;letter-spacing: -0.02em;}
	.cont_text_wrap p.title {font-size: 66px;font-weight: 500;line-height: 1.1;margin-bottom: 30px;}
	.cont_text_wrap p.desc {font-size: 22px;font-weight: 600;}
	.cont_text_wrap span.color01 {color:#ca3d22;}
/* cont_text_wrap e */


	#intro {position:absolute;left:0;top:0;width:100%;height:100vh;z-index:1000;transition:1s;max-width:100%;overflow:hidden;}
	#intro .intro_img {position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:5;}
	#intro .intro_skip {position:absolute;left:50%;transform:translateX(-50%);z-index:5;text-align: center;color:#fff;font-size: 20px;font-weight: 500;bottom:10%;}
	#intro .wrap {position:absolute;top:0;left:0;width:100%;height:100%;}
	#intro .wrap .video-wrap {position:relative;height:100%;background:#000;overflow:hidden;filter: brightness(0.5);}
	#intro .wrap .video-wrap #video {position:absolute;top:0;left:50%;transform:translateX(-50%);height:100%;}


/* section00 s */
	#section00 {height:1128px;background:url('../../images/main_bg.jpg')no-repeat center/cover;overflow:hidden;}
	#section00 .s00_text_wrap {position:absolute;left:50%;top:160px;transform:translateX(-50%);}
	#section00 .s00_text_wrap img {width: 626px;transition:1s;position:relative;opacity: 0;}
	/* #section00 .s00_text_wrap img.effect {transform:translateY(0);opacity: 1;} */
	#section00 .s00_text_wrap img.effect {animation-name: bounceInDown;animation-delay:0.3s;animation-duration: 1s;-webkit-animation-fill-mode: forwards;animation-fill-mode: forwards;}

	#section00 .s00_food_wrap {}
	#section00 .s00_food_wrap img {position:absolute;}
	#section00 .s00_food_wrap img.s00_food_l {left:-80px;bottom:186px;}
	#section00 .s00_food_wrap img.s00_food_c {left:50%;bottom:-140px;transform:translateX(-50%);z-index:5;}
	#section00 .s00_food_wrap img.s00_food_r {right:-80px;bottom:173px;}
/* section00 e */

/* section01 s */
	#section01 {height:1000px;background:url('../../images/s01_bg.jpg')no-repeat center/cover;padding-top: 150px;overflow:hidden;}
	#section01 .cont_text_wrap {position:relative;z-index:10;}
	#section01 .s01_cont_wrap {width: 1303px;margin:60px auto 0;}
	#section01 .s01_cont_wrap .s01_description {text-align: right;padding-right: 100px;padding-top:20px;}
	#section01 .s01_cont_wrap ul {display:flex;align-items:center;justify-content:center;gap:75px}
	#section01 .s01_cont_wrap ul li {transform:scale(0.81);transition:0.5s}
	#section01 .s01_cont_wrap ul li img {}
	#section01 .s01_cont_wrap ul li:hover {transform:scale(1)}
	#section01 .s01_cont_wrap ul li:hover img {}
	#section01 .s01_cont_wrap ul li.on {transform:scale(1)}
	#section01 .s01_cont_wrap ul li.on img {}
	#section01 .s01_coin {position:absolute;z-index:5;}
	#section01 .s01_coin01 {left:73px;bottom:-30px;}
	#section01 .s01_coin02 {right:-72px;top:342px;}
	#section01 .s01_coin03 {left:-20px;top:-40px;}
	#section01 .s01_coin04 {right:176px;top:-46px;}
	#section01 .s01_coin05 {right:118px;bottom:-50px;}
	#section01 .s01_coin06 {left:608px;top:140px;}
/* section01 e */

/* section02 s */
	#section02 {height:994px;background:url('../../images/s02_bg.jpg')no-repeat center/cover;}
	#section02 .s02_img_wrap {position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:8;}
	#section02 .food_bg_move {width: 100%;height:100%;background:url('../../images/s03_cont_01.jpg')no-repeat center/cover;position:absolute;left:0;top:0;max-width:1903px;}
/* section02 e */

/* section03 s */
	.red_bg {width: 100%;background:#ca3d22;padding:0px 0 200px;}
	#section03 {}
	#section03 .sales_inn {padding-left: 330px;display:flex;gap:260px;}
	#section03 .sales_inn .sales_fix {padding-top: 140px;}
	#section03 .sales_inn .sales_fix .sales_tit {font-size: 67px;font-weight: 500;color:#fff;}
	#section03 .sales_inn .sales_fix .sales_tit span.color01 {color:#f1e6b2;}
	#section03 .sales_inn .sales_fix .sales_num_wrap {margin-top: 80px;}
	#section03 .sales_inn .sales_fix .sales_num_wrap .sales_num_txt {font-size: 21px;font-weight: 400;color:#fff;margin-bottom: 40px;}
	#section03 .sales_inn .sales_fix .sales_num_wrap .sales_num_txt2 {margin-bottom: 20px;}
	#section03 .sales_inn .sales_fix .sales_num_wrap .sales_num {display:flex;align-items:end;}
	#section03 .sales_inn .sales_fix .sales_num_wrap .sales_num li {color:#fff}
	#section03 .sales_inn .sales_fix .sales_num_wrap .sales_num li.num {font-size: 120px;font-weight: 700;line-height: 100px;}
	#section03 .sales_inn .sales_fix .sales_num_wrap .sales_num2 li.num {font-size: 80px;line-height: 70px;}
	#section03 .sales_inn .sales_fix .sales_num_wrap .sales_num li.unit {font-size: 40px;font-weight: 600;}
	#section03 .sales_inn .sales_fix .sales_num_wrap .sales_num li.dot {font-size: 80px;font-weight: 700;}

	#section03 .sales_inn .sales_cont_wrap {padding-top: 140px;}
	#section03 .sales_inn .sales_cont01 {}
	#section03 .sales_inn .sales_cont01 .sales_cont01_img {width: 505px;height: 320px;}
	#section03 .sales_inn .sales_cont01 .sales_cont01_bar_wrap {margin:70px auto;}
	#section03 .sales_inn .sales_cont01 .sales_cont01_bar {width: 504px;height: 59px;background-image:url('../../images/s03_cont_01_text_off.png');position:relative;display:flex;align-items:center;}
	#section03 .sales_inn .sales_cont01 .sales_cont01_bar .sales_cont01_bar_fill01 {background-image:url('../../images/s03_cont_01_text_on_l.png');width: 227px;height: 59px;}
	#section03 .sales_inn .sales_cont01 .sales_cont01_bar .sales_cont01_bar_fill02 {background-image:url('../../images/s03_cont_01_text_on_r.png');width: 277px;height: 59px;}
	#section03 .sales_inn .sales_cont01 .sales_cont01_bar_twrap {display:flex;align-items:center;text-align: center;margin-top: 30px;}
	#section03 .sales_inn .sales_cont01 .sales_cont01_bar_twrap span {font-size: 25px;font-weight: 400;color:#fff;opacity: 0.3;}
	#section03 .sales_inn .sales_cont01 .sales_cont01_bar_twrap .sales_cont01_bar_t01 {width: 227px;}
	#section03 .sales_inn .sales_cont01 .sales_cont01_bar_twrap .sales_cont01_bar_t02 {width: 277px;}

	#section03 .sales_inn .sales_cont01 .sales_cont01_twrap {}
	#section03 .sales_inn .sales_cont01 .sales_cont01_twrap p {color:#fff;letter-spacing: -0.025em;}
	#section03 .sales_inn .sales_cont01 .sales_cont01_twrap .sales_cont01_t01 {font-size: 27px;font-weight: 800;margin-bottom: 20px;}
	#section03 .sales_inn .sales_cont01 .sales_cont01_twrap .sales_cont01_t02 {font-size: 19px;line-height: 28px;}


	#section03 .sales_inn .sales_cont02 {padding-top: 200px;}
	#section03 .sales_inn .sales_cont02 .sales_cont02_twrap {margin-top: 70px;}
	#section03 .sales_inn .sales_cont02 .sales_cont02_twrap p {color:#fff;letter-spacing: -0.025em;}
	#section03 .sales_inn .sales_cont02 .sales_cont02_twrap .sales_cont02_t01 {font-size: 27px;font-weight: 800;margin-bottom: 20px;}
	#section03 .sales_inn .sales_cont02 .sales_cont02_twrap .sales_cont02_t02 {font-size: 19px;line-height: 28px;}
/* section03 e */


/* section04 s */
	#section04 {background:url('../../images/s04_bg.jpg')no-repeat center/cover;padding-top: 150px;overflow:hidden;}
	#section04 .cont_text_wrap {position:relative;z-index:10;}
	#section04 .s04_cont_wrap {text-align: center;margin-top: 190px;}
	#section04 .s04_pack {position:relative;z-index:20;}
	#section04 .s04_pack img {}

	#section04 .s04_cir_wrap {}
	#section04 .s04_cir_wrap img {}
	#section04 .s04_cir_wrap img.s04_cir {position:absolute;z-index:10;filter:drop-shadow(0 0 6px rgba(0,0,0,0.3))}
	#section04 .s04_cir_wrap img.cir01 {top:326px;left:845px;animation: section_2_Bounce 3s ease-in-out 0.5s infinite;}
	#section04 .s04_cir_wrap img.cir02 {top:608px;right:612px;animation: section_2_Bounce 3s ease-in-out 0.7s infinite;}
	#section04 .s04_cir_wrap img.cir03 {top:484px;right:240px;animation: section_2_Bounce 3s ease-in-out 0.9s infinite;}
	#section04 .s04_cir_wrap img.cir04 {top:406px;right:543px;animation: section_2_Bounce 3s ease-in-out 0.5s infinite;}
	#section04 .s04_cir_wrap img.cir05 {top:752px;right:128px;animation: section_2_Bounce 3s ease-in-out 0.7s infinite;}
	#section04 .s04_cir_wrap img.cir06 {top:779px;left:166px;animation: section_2_Bounce 3s ease-in-out 0.9s infinite;}
	#section04 .s04_cir_wrap img.cir07 {top:475px;left:398px;animation: section_2_Bounce 3s ease-in-out 0.5s infinite;}
	#section04 .s04_cir_wrap img.cir08 {top:185px;left:128px;animation: section_2_Bounce 3s ease-in-out 0.7s infinite;}
	
	#section04 .s04_food_wrap {}
	#section04 .s04_food_wrap img {}
	#section04 .s04_food_wrap .s04_food {position:absolute;z-index:10;filter:drop-shadow(0 0 6px rgba(0,0,0,0.3))}
	#section04 .s04_food_wrap .food01 {left:130px;top:472px;}
	#section04 .s04_food_wrap .food01 img {animation: section_2_Bounce 3s ease-in-out 0.5s infinite;}
	#section04 .s04_food_wrap .food02 {left:440px;top:660px;}
	#section04 .s04_food_wrap .food02 img {animation: section_2_Bounce 3s ease-in-out 0.7s infinite;}
	#section04 .s04_food_wrap .food03 {left:426px;top:256px;}
	#section04 .s04_food_wrap .food03 img {animation: section_2_Bounce 3s ease-in-out 0.9s infinite;}
	#section04 .s04_food_wrap .food04 {right:316px;top:780px;}
	#section04 .s04_food_wrap .food04 img {animation: section_2_Bounce 3s ease-in-out 0.5s infinite;}
	#section04 .s04_food_wrap .food05 {right:125px;top:284px;}
	#section04 .s04_food_wrap .food05 img {animation: section_2_Bounce 3s ease-in-out 0.7s infinite;}
	#section04 .s04_food_wrap .food06 {right:403px;top:156px;}
	#section04 .s04_food_wrap .food06 img {animation: section_2_Bounce 3s ease-in-out 0.9s infinite;}
/* section04 e */

/* section05 s */
	#section05 {background:url('../../images/s05_bg.jpg')no-repeat center/cover;padding-top: 150px;overflow:hidden;}
	#section05 .cont_text_wrap {position:relative;z-index:10;}
	#section05 .s05_cont_wrap {text-align: center;margin-top: 80px;}
	#section05 .s05_list_wrap {display:flex;align-items:center;justify-content:center;}
	#section05 .s05_list_wrap .s5_list {width: 294px;height: 294px;border-radius:50%;border:3px solid #ca3d22;background:#ca3d22;transition:0.5s;display:flex;align-items:center;justify-content:center;margin:0 -13px;position:relative;}
	#section05 .s05_list_wrap .s5_list p {font-size: 42px;font-weight: 700;color:#fff;}
	#section05 .s05_list_wrap .s5_list.on {background:#ddd5cc;z-index:3;}
	#section05 .s05_list_wrap .s5_list.on p {color:#ca3d22;}

	#section05 .s05_pack {margin-top: 60px;position:relative;z-index:10;}
	#section05 .s05_pack img {}

	#section05 .s05_food_wrap {}
	#section05 .s05_food_wrap img {}
	#section05 .s05_food_wrap img.s05_food {position:absolute;}
	#section05 .s05_food_wrap img.food01 {left:0;bottom:140px;}
	#section05 .s05_food_wrap img.food02 {left:112px;bottom:0px;z-index:7;}
	#section05 .s05_food_wrap img.food03 {left:280px;bottom:0px;z-index:8;}
	#section05 .s05_food_wrap img.food04 {left:280px;bottom:0px;z-index:6}
	#section05 .s05_food_wrap img.food05 {right:280px;bottom:0px;z-index:5}
	#section05 .s05_food_wrap img.food06 {right:90px;bottom:0px;z-index:6}
	#section05 .s05_food_wrap img.food07 {right:0px;bottom:86px;z-index:5}
/* section05 e */

/* section06 s */
	#section06 {background:url('../../images/s06_bg.jpg')no-repeat center/cover;padding:150px 0 180px;overflow:hidden;}
	#section06 .cont_text_wrap {position:relative;z-index:10;}
	#section06 .cont_text_wrap .title {display:flex;align-items:center;justify-content:center;}
	#section06 .s06_cont_wrap {text-align: center;margin-top: 60px;}
	#section06 .s06_top {width: 1075px;height: 328px;margin:0 auto;position:relative;box-shadow:6px 6px 3px rgba(42,42,42,0.2);border-radius:164px;}
	#section06 .s06_top .s06_left {width: 670px;height: 328px;border-radius:164px;background:url('../../images/s06_left_bg.png')no-repeat center/cover;display:flex;align-items:center;}
	#section06 .s06_top .s06_left .s06_left_cont {height: 251px;display:flex;align-items:center;flex-direction:column;justify-content:center;gap:10px;padding-left: 135px;}
	#section06 .s06_top .s06_left .s06_left_cont img {animation: ddm 3s ease-in-out 0.5s infinite;}
	#section06 .s06_top .s06_right {width: 722px;height: 328px;border:4px solid #c96856;border-radius:164px;background:rgba(233,233,233,0.7);position:absolute;right:0;top:0;display:flex;align-items:center;justify-content:flex-end}
	#section06 .s06_top .s06_right .s06_right_cont {height: 251px;display:flex;align-items:center;flex-direction:column;justify-content:center;gap:10px;padding-right: 100px;}
	#section06 .s06_top .s06_right .s06_right_cont img {}

	#section06 .s06_top .s06_vs {position:absolute;left:447px;top:50%;transform:translateY(-50%);z-index:10;}

	#section06 .s06_top .s06_txt {}
	#section06 .s06_top .s06_txt p {font-size: 30px;font-weight: 700;letter-spacing: -0.025em;}
	#section06 .s06_top .s06_txt p.color01 {color:#f1e6b2;}
	#section06 .s06_top .s06_txt p.color02 {color:#fff;}
	#section06 .s06_top .s06_txt p.color03 {color:#231815;}
	
	#section06 .s06_bottom {
		width: 1075px;height: 328px;margin:80px auto 0;position:relative;box-shadow:6px 6px 3px rgba(42,42,42,0.2);border-radius:164px;border:3px solid #ca3d22;background:#e9e9e9;
		display:flex;align-items:center;gap:20px;
	}
	#section06 .s06_bottom .s06_bot_text {padding-left: 66px;}
	#section06 .s06_bottom .s06_bot_text img {}
	#section06 .s06_bottom .s06_bot_graph {position:relative;}
	#section06 .s06_bottom .s06_bot_graph:after {content:"";display:block;width: 8px;height: 265px;border-radius:4px;background:#a1a1a1;position:absolute;left:0;top:50%;transform:translateY(-50%);}
	#section06 .s06_bottom .s06_bot_86 {}
	#section06 .s06_bottom .s06_bot_33 {margin-top: 30px;}
	#section06 .s06_bottom .price {display:flex;align-items:end;padding-left: 44px;margin-bottom:-5px;}
	#section06 .s06_bottom .price li {font-size: 45px;font-weight: 700;letter-spacing: -0.025em;color:#a1a1a1;}
	#section06 .s06_bottom .price.color li {color:#ca3d22;}
	#section06 .s06_bottom .price .num {}
	#section06 .s06_bottom .price .dot {}
	#section06 .s06_bottom .price .unit {}
	#section06 .s06_bottom .bar {width: 806px;height: 58px;background:#a1a1a1;border-radius:0 30px 30px 0;display:flex;align-items:center;justify-content:flex-end;padding-right: 30px;}
	#section06 .s06_bottom .bar span {color:#fff;font-size: 26px;font-weight: 700;letter-spacing: -0.025em;}

	#section06 .s06_bottom .bar.color {width: 339px;background:#ca3d22;}
	#section06 .s06_bottom .s06_bot_stemp {position:absolute;right:117px;bottom:-84px;}
	#section06 .s06_bottom .s06_bot_stemp img {}
/* section06 e */

/* section07 s */
	#section07 {overflow:hidden;}
	#section07 .cont_text_wrap {}
	#section07 .cont_text_wrap .s07_icon {margin-bottom: 26px;}
	#section07 .cont_text_wrap.color_w .title {color:#fff;}
	#section07 .cont_text_wrap.color_w .desc {color:#fff;}

	#section07 .cont_text_wrap .color02 {color:#f1e6b2;}
	#section07 .cont_text_wrap .color_w {font-weight: 800;}
	#section07 .cont_text_wrap .color_y {color:#f1e6b2;font-weight: 800;}

	#section07 .s07_flex {display:flex;align-items:center;height:1080px;}
	#section07 .s07_fx_left {width: 50%;background:url('../../images/s07_bg_01.jpg')no-repeat center/cover;height:100%;text-align: center;padding-top: 92px;}
	#section07 .s07_fx_left .s07_map_wrap {position:relative;width: 744px;margin:60px auto 0;}
	#section07 .s07_fx_left .s07_map_wrap .s07_map {}
	#section07 .s07_fx_left .s07_map_wrap .s07_pin {position:absolute;left:324px;top:140px;}
	#section07 .s07_fx_left .s07_map_wrap .s07_stemp {position:absolute;right:-75px;bottom:-90px;}
	#section07 .s07_fx_left .s07_map_wrap .s07_stemp img {}


	#section07 .s07_fx_right {width: 50%;background:url('../../images/s07_bg_02.jpg')no-repeat center/cover;height:100%;padding-top: 92px;text-align: center;}
	#section07 .s07_graph_wrap {width: 640px;height: 461px;margin:80px auto 0;border-bottom: 3px solid #ca3d22;padding:0 30px;}
	#section07 .s07_graph_wrap .s07_graph {display:flex;align-items:end;height:100%;justify-content:space-between;}
	#section07 .s07_graph_wrap .s07_graph li {width: 72px;position:relative;}
	#section07 .s07_graph_wrap .s07_graph li.s7_01 {}
	#section07 .s07_graph_wrap .s07_graph li.s7_02 {}
	#section07 .s07_graph_wrap .s07_graph li.s7_03 {}
	#section07 .s07_graph_wrap .s07_graph li.s7_04 {}
	#section07 .s07_graph_wrap .s07_graph li .bar {background: #fff;}
	#section07 .s07_graph_wrap .s07_graph li .s7_t {position:absolute;left:50%;top:-30px;transform:translateX(-50%);width: 100%;text-align: center;min-width:120px;}
	#section07 .s07_graph_wrap .s07_graph li .s7_t .name {font-size: 20px;font-weight: 700;color:#231815;letter-spacing: -0.04em;margin-bottom: 20px;}
	#section07 .s07_graph_wrap .s07_graph li .s7_t .price {font-size: 24px;font-weight: 800;color:#231815;letter-spacing: -0.04em;text-shadow:0 0 3px #fff}
	#section07 .s07_graph_wrap .s07_graph li .s7_t .price small {}

	#section07 .s07_graph_wrap .s07_graph li.s7_01 .bar {height: 160px;}
	#section07 .s07_graph_wrap .s07_graph li.s7_02 .bar {height: 210px;}
	#section07 .s07_graph_wrap .s07_graph li.s7_03 .bar {height: 255px;}
	#section07 .s07_graph_wrap .s07_graph li.s7_04 .bar {height: 340px;background:#ca3d22;}
	#section07 .s07_graph_wrap .s07_graph li.s7_04 .s7_logo {position:absolute;left:50%;transform:translateX(-50%);top:-120px;;}
	#section07 .s07_graph_wrap .s07_graph li.s7_04 .s7_t {top:20px;width: 146px;}
	#section07 .s07_graph_wrap .s07_graph li.s7_04 .s7_t .price {font-size: 36px;color:#fff}

	#section07 .s07_graph_wrap .s07_description {text-align: right;width: 100%;font-size: 16px;font-weight: 500;letter-spacing: -0.02em;margin-top: 10px;margin-left:30px;}
/* section07 e */

/* section08 s */
	#section08 {background:url('../../images/s08_bg.jpg')no-repeat center/cover;padding:150px 0 160px;overflow:hidden;}
	#section08 .cont_text_wrap {}
	#section08 .cont_text_wrap .title {color:#fff;}
	#section08 .cont_text_wrap .title .color02 {color:#f1e6b2;}
	#section08 .cont_text_wrap .desc {color:#fff;}
	
	#section08 .s08_cont_wrap {width: 1210px;margin:50px auto 0;display:flex;align-items:center;justify-content:center;gap:50px;}
	#section08 .s08_cont_wrap .s8_list {background:#231815;width: 370px;height: 460px;display:flex;align-items:center;justify-content:flex-end;flex-direction:column;text-align: center;padding-bottom: 60px;}
	#section08 .s08_cont_wrap .s8_list .s8_list_img {margin-bottom: 20px;animation: section_2_Bounce 3s ease-in-out infinite;}
	#section08 .s08_cont_wrap .s8_list p {color:#fff;letter-spacing: -0.02em;line-height: 1.1;}
	#section08 .s08_cont_wrap .s8_list .s8_tit {color:#f1e6b2;font-size: 38px;font-weight: 700;}
	#section08 .s08_cont_wrap .s8_list .s8_desc {margin-top: 20px;font-size: 22px;line-height: 32px;}
/* section08 e */


/* section09 s */
	#section09 {overflow:hidden;}
	#section09 .cont_text_wrap {}
	#section09 .cont_text_wrap .title {color:#fff;}
	#section09 .cont_text_wrap .title .color02 {color:#f1e6b2;}
	#section09 .cont_text_wrap .desc {color:#fff;}
	
	#section09 .s09_cont_wrap {text-align: center;}
	#section09 .s09_cont_wrap .s9_main_img {background: url('../../images/s09_img_01.png')no-repeat center/cover;position:absolute;}


	/* food */
		.food{width:100%;height:100vh;padding:100px 0;background-image:url('../../images/s09_bg.jpg');background-position:center bottom;}

		.food_img{z-index:1;width:20.6458%;padding-top:20.6458%;margin-left:-10.5104%;left:50%;top:60%;margin-top:10%;}

	/* food02_wrap */
		.food02_wrap{position:absolute;top:0;left:0;width:100%;height:100%;}
		.food_item{position:absolute;top:50%;left:50%;background:no-repeat center / cover}
		.food_item01{margin-top:-21%;margin-left:-39%;width:25.5%;padding-top:25.5%;background-image:url('../../images/s09_img_02.png')}
		.food_item02{margin-top:-5%;margin-left:-1.5%;width:10.6%;padding-top:5.5%;background-image:url('../../images/s09_img_01_txt.png')}
		.food_item03{margin-top:-21%;margin-left:13%;width:25.5%;padding-top:25.5%;background-image:url('../../images/s09_img_03.png')}
		.food_item04{margin-top:-1%;margin-left:-26.5%;width:25.5%;padding-top:25.5%;background-image:url('../../images/s09_img_04.png')}
		.food_item05{margin-top:-1%;margin-left:0%;width:25.5%;padding-top:25.5%;background-image:url('../../images/s09_img_05.png')}
/* section09 e */

/* section10 s */
	#section10 {overflow:hidden;padding:17px}
	#section10 .inner {width:100%;height:100%;border:1px solid #ca3d22;overflow: hidden;}
	#section10 .cont_text_wrap {}

	#section10 .s10_tab_wrap {width: 100%;height:770px;display:flex;align-items:center;}
	#section10 .s10_tab_wrap .s10_tab {height: 100%;display:flex;align-items:center;cursor:pointer;}
	#section10 .s10_tab_wrap .s10_tab .s10_tab_tit {width: 90px;writing-mode: vertical-lr;display:flex;align-items:center;border-right:1px solid #ca3d22;height:100%;padding-top: 44px;}
	#section10 .s10_tab_wrap .s10_tab .s10_tab_tit.bb {border-right: 0;}
	#section10 .s10_tab_wrap .s10_tab .s10_tab_tit p {color:#ca3d22;font-size: 34px;}
	#section10 .s10_tab_wrap .s10_tab.on .s10_tab_tit {background:#ca3d22;}
	#section10 .s10_tab_wrap .s10_tab.on .s10_tab_tit p {color:#fff;}
	#section10 .s10_tab_wrap .s10_tab .s10_tab_cont {
		display: flex;width:0;border-right:0px solid #ca3d22;height:100%;align-items:center;gap:120px;
		background:url('../../images/s10_cont_bg.jpg');transition:0.5s;overflow:hidden;position:relative;
	}
	#section10 .s10_tab_wrap .s10_tab .s10_tab_cont.bb {border-right: 0;}
	#section10 .s10_tab_wrap .s10_tab.on .s10_tab_cont {width: 1599px;border-right:1px solid #ca3d22;}
	#section10 .s10_tab_wrap .s10_tab .s10_tab_cont .s10_left {padding-left: 220px;width: 760px;}
	#section10 .s10_tab_wrap .s10_tab .s10_tab_cont .s10_left p {width: 100%;display: block;}
	#section10 .s10_tab_wrap .s10_tab .s10_tab_cont .s10_left .s10_title {font-size: 67px;font-weight: 500;color:#ca3d22;line-height: 72px;}
	#section10 .s10_tab_wrap .s10_tab .s10_tab_cont .s10_left .s10_desc {font-size: 22px;font-weight: 500;color:#ca3d22;line-height: 26px;margin-top: 30px;}
	#section10 .s10_tab_wrap .s10_tab .s10_tab_cont .s10_left .s10_tag_wrap {margin-top: 60px;width: 510px;display:flex;flex-wrap:wrap;gap:19px 12px;}
	#section10 .s10_tab_wrap .s10_tab .s10_tab_cont .s10_left .s10_tag_wrap li {border-radius:22px;border:3px solid #ca3d22;text-align: center;line-height: 42px;width: 160px;height: 45px;font-size: 25px;font-weight: 700;color:#ca3d22;}
	#section10 .s10_tab_wrap .s10_tab .s10_tab_cont .s10_left .s10_tag_wrap li.fzfz {font-size: 20px;letter-spacing: -0.075em;}
	#section10 .s10_tab_wrap .s10_tab .s10_tab_cont .s10_left .s10_3_text_wrap {width: 420px;margin-top: 60px;}
	#section10 .s10_tab_wrap .s10_tab .s10_tab_cont .s10_left .s10_3_text_wrap.mt {margin-top: 50px;}
	#section10 .s10_tab_wrap .s10_tab .s10_tab_cont .s10_left .s10_3_text_wrap li {color:#ca3d22;letter-spacing: -0.075em;}
	#section10 .s10_tab_wrap .s10_tab .s10_tab_cont .s10_left .s10_3_text_wrap li.tit {font-size: 21px;font-weight: 700;margin-bottom: 10px;}
	#section10 .s10_tab_wrap .s10_tab .s10_tab_cont .s10_left .s10_3_text_wrap li.desc {font-size: 18px;font-weight: 500;line-height: 24px;}
	#section10 .s10_tab_wrap .s10_tab .s10_tab_cont .s10_right {opacity: 0;transition:0.5s;}
	#section10 .s10_tab_wrap .s10_tab.on .s10_tab_cont .s10_right {animation:opacity_ani 1s 0.5s forwards}
	#section10 .s10_tab_wrap .s10_tab .s10_tab_cont .s10_right .s10_img_wrap {position:relative;}
	#section10 .s10_tab_wrap .s10_tab .s10_tab_cont .s10_right .s10_img_wrap img {}
	#section10 .s10_tab_wrap .s10_tab .s10_tab_cont .s10_right .s10_img_wrap .s10_img_01_obj {position:absolute;bottom:12px;right:-66px;}
/* section10 e */

/* section11 s */
	#section11 {background:url('../../images/s11_bg.jpg')no-repeat center/cover;padding:250px 0 320px;overflow:hidden;}
	#section11 .cont_text_wrap {}
	#section11 .cont_text_wrap .img {margin: 20px;}
	#section11 .cont_text_wrap .title {color:#fff;margin-bottom: 0;}
	#section11 .cont_text_wrap .title.mb {margin-bottom: 10px;}
	#section11 .cont_text_wrap .title .color02 {color:#f1e6b2;}
	#section11 .cont_text_wrap .desc {color:#fff;}
/* section11 e */

/* section12 s */
	#section12 {background:#ca3d22;padding:130px 0 440px;overflow:hidden;}
	#section12 .inner {width: 1480px;}
	#section12 .cont_text_wrap {text-align: left;}
	#section12 .cont_text_wrap .title {color:#fff;margin-bottom: 0;}
	#section12 .cont_text_wrap .title .color02 {color:#f1e6b2;}
	#section12 .cont_text_wrap .desc {color:#fff;}

	#section12 .s12_swiper_wrap {width: 346px;height:298px;margin-top: 70px;position:relative;}
	#section12 #s12_swiper {position:relative;height:298px;padding-bottom:192px;}
	#section12 #s12_swiper .swiper-wrapper {height:100%;}
	/* #section12 #s12_swiper .swiper-wrapper .swiper-slide {width: 270px;height: 60px;border-radius:33px;border:3px solid #fff;background:#ca3d22;transition:0.5s;text-align: center;margin:10px 0;}
	#section12 #s12_swiper .swiper-wrapper .swiper-slide.swiper-slide-active {background:#fff;width: 346px;height: 86px;border-radius:42px;}
	
	#section12 #s12_swiper .swiper-wrapper .swiper-slide p {color:#fff;font-size: 27px;font-weight: 700;letter-spacing: -0.025em;transition:0.5s;line-height: 54px;}
	#section12 #s12_swiper .swiper-wrapper .swiper-slide.swiper-slide-active p {color:#ca3d22;font-size: 34px;font-weight: 800;line-height: 80px;} */

	#section12 #s12_swiper .swiper-wrapper .swiper-slide {width: 346px;height: 86px;text-align: center;margin:5px 0;}
	/* #section12 #s12_swiper .swiper-wrapper .swiper-slide.swiper-slide-active {background:#fff;width: 346px;height: 86px;border-radius:42px;} */

	#section12 #s12_swiper .swiper-wrapper .swiper-slide .ss_box {
		border:3px solid #fff;background:#ca3d22;transition:0.5s;width:270px;height:66px;border-radius:40px;position:absolute;left:0;top:56%;transform:translateY(-50%);
		display:flex;align-items:center;justify-content:center;
	}

	#section12 #s12_swiper .swiper-wrapper .swiper-slide p {color:#fff;font-size: 27px;font-weight: 700;letter-spacing: -0.025em;transition:0.5s;width: 100%;}
	#section12 #s12_swiper .swiper-wrapper .swiper-slide.swiper-slide-active .ss_box p {color:#ca3d22;font-size: 34px;font-weight: 800;}
	
	#section12 #s12_swiper .swiper-wrapper .swiper-slide.swiper-slide-active .ss_box {background:#fff;width: 100%;height: 100%;left:0;top:50%;transform:translateY(-50%);}
	#section12 .s12_description {font-size: 18px;font-weight: 500;letter-spacing: -0.025em;color:#fff;opacity: 0.8;text-align: right;padding-right: 100px;}

	#section12 .s12_phone_wrap {position:absolute;left:50%;bottom:0;transform:translateX(-50%);z-index:20;}
	#section12 .s12_phone_wrap .s12_phone {}
	#section12 .s12_phone_wrap .s12_icon {position:absolute;filter:drop-shadow(2px 2px 4px rgba(0,0,0,0.5) )}
	#section12 .s12_phone_wrap .s12_icon.s12_bm {top:80px;right:-50px;}
	#section12 .s12_phone_wrap .s12_icon.s12_good {top:280px;left:-240px;}
	#section12 .s12_phone_wrap .s12_icon.s12_smile {top:-20px;left:-150px;}
	#section12 .s12_phone_wrap .s12_heart_wrap {position:absolute;left:-15px;top:130px;}
	#section12 .s12_phone_wrap .s12_heart_wrap .s12_icon {left:0;top:0;}
	#section12 .s12_phone_wrap .s12_heart_wrap .s12_heart_01 {position:relative;z-index:3;}
	#section12 .s12_phone_wrap .s12_heart_wrap .s12_heart_02 {z-index:2;animation: heartWave 0.8s linear infinite}
	#section12 .s12_phone_wrap .s12_heart_wrap .s12_heart_03 {z-index:1;animation: heartWave 0.8s linear infinite}

	#section12 .marquee_wrap {width:960px;position:absolute;right:0;top:0;height:100%;display:flex;gap:29px;justify-content:center;}
	#section12 .marquee_vertical {position:static;}
	#section12 .marquee_vertical.left_step.left {}
	#section12 .marquee_vertical.right_step.center {}
	#section12 .marquee_vertical.left_step.right {}
/* section12 e */

/* section13 s */
	#section13 {background:#f1e6b2;padding:150px 0 190px;overflow:hidden;}
	#section13 .inner {width: 1580px;}
	#section13 .in_flex {display:flex;gap:86px;}
	#section13 .cont_text_wrap {text-align: left;padding-top: 15px;}
	#section13 .cont_text_wrap .title {color:#332521;margin-bottom: 0;}
	#section13 .cont_text_wrap .title .color02 {color:#ca3d22;}

	#section13 .s13_swiper_wrap {margin-top: 20px;}
	#section13 #s13_swiper {}
	#section13 #s13_swiper .swiper-wrapper {}
	#section13 #s13_swiper .swiper-wrapper .swiper-slide {}
	#section13 .s13_swiper_btn_wrap {width: 120px;height: 59px;position:absolute;left:860px;top:320px;}
	#section13 .s13_swiper_btn_wrap .s13_next {right:0;width: 60px;height: 59px;}
	#section13 .s13_swiper_btn_wrap .s13_next:after {content:"";}
	#section13 .s13_swiper_btn_wrap .s13_prev {left:0;width: 60px;height: 59px;}
	#section13 .s13_swiper_btn_wrap .s13_prev:after {content:"";}
/* section13 e */

/* section14 s */
	#section14 {background:url('../../images/s14_bg.jpg')no-repeat center top/cover;padding:150px 0 150px;overflow:hidden;}
	#section14 .inner {width: 1340px;}
	#section14 .cont_text_wrap {}
	#section14 .cont_text_wrap .title {margin-bottom: 0;}
	#section14 .cont_text_wrap .title .color02 {color:#ca3d22;}

	#section14 .cate_tab_wrap {margin-top: 50px;margin-bottom: 70px;}
	#section14 .cate_tab_wrap .cate_wrap {display:flex;align-items:center;gap:50px;justify-content:center;}
	#section14 .cate_tab_wrap .cate_wrap li {width: 228px;height: 62px;line-height: 62px;text-align: center;border:4px solid #ca3d22;background:transparent;transition:0.5s;border-radius:30px;display:flex;align-items:center;justify-content:center;}
	#section14 .cate_tab_wrap .cate_wrap li.on {background:#ca3d22;}
	#section14 .cate_tab_wrap .cate_wrap li a {font-size: 27px;font-weight: 700;color:#ca3d22;display: block;width: 100%;}
	#section14 .cate_tab_wrap .cate_wrap li.on a {color:#fff;}

	#section14 .sub_cont {position:relative;}
	#section14 .s14_swiper_next {right:-100px;}
	#section14 .s14_swiper_prev {left:-100px;}
	#section14 .s14_swiper_next:after {content:"";}
	#section14 .s14_swiper_prev:after {content:"";}
/* section14 e */

/* section15 s */
	#section15 {background:#ca3d22;padding:140px 0 200px;overflow:hidden;}
	#section15 .cont_text_wrap {}
	#section15 .cont_text_wrap .title {color:#fff;margin-bottom: 0;}
	#section15 .cont_text_wrap .title.mb {color:#fff;margin-bottom: 5px;}
	#section15 .cont_text_wrap .title .color02 {color:#f1e6b2;}
	#section15 .cont_text_wrap .desc {color:#fff;margin-top: 30px;}
	#section15 .s15_list_wrap {width: 1316px;margin:80px auto 0;display:flex;flex-wrap:wrap;gap:80px;}
	#section15 .s15_list_wrap .s15_list {width: 269px;height: 247px;background: #fff;border-radius:20px;display:flex;align-items:center;flex-direction:column;justify-content:center;gap:25px}
	#section15 .s15_list_wrap .s15_list.bg-c {background: #f1e6b2;}
	#section15 .s15_list_wrap .s15_list.arr {position:relative;}
	#section15 .s15_list_wrap .s15_list.arr:after {content:"";display:block;width:20px;height:37px;position:absolute;right:-50px;top:50%;transform:translateY(-50%);background:url('../../images/s15_arr.png')no-repeat center/cover;}
	#section15 .s15_list_wrap .s15_list .s15_img_box {}
	#section15 .s15_list_wrap .s15_list .s15_img_box img {}
	#section15 .s15_list_wrap .s15_list .s15_img_box.s15_01 {}
	#section15 .s15_list_wrap .s15_list .s15_img_txt {text-align: center;}
	#section15 .s15_list_wrap .s15_list .s15_img_txt p {color:#332521;letter-spacing: -0.025em;}
	#section15 .s15_list_wrap .s15_list .s15_img_txt p.tit {font-size: 24px;font-weight: 800;}
	#section15 .s15_list_wrap .s15_list .s15_img_txt p.tit.bb {font-size: 28px;}
	#section15 .s15_list_wrap .s15_list .s15_img_txt p.desc {font-size: 17px;line-height: 22px;font-weight: 500;margin-top: 10px;}
	
	#section15 .wing_wrap .wing_lines:before {background: #f1e6b2;}
	#section15 .wing_wrap .wing_lines .wing_line {background: #f1e6b2;}
/* section15 e */

/* section16 s */
	#section16 {background:url('../../images/s16_bg.jpg')no-repeat center/cover;padding:150px 0 170px;overflow:hidden;}
	#section16 .cont_text_wrap {}
	#section16 .cont_text_wrap .slogan {color:#332521;font-size: 42px;font-weight: 500;}
	#section16 .cont_text_wrap .title {color:#fff;}
	#section16 .cont_text_wrap .title.mb {color:#fff;margin-bottom: 5px;}
	#section16 .cont_text_wrap .title .color02 {color:#ca3d22;}
	#section16 .cont_text_wrap .desc {color:#332521;}
	#section16 .s16_list_wrap {display:flex;align-items:center;justify-content:center;gap:124px;margin-top: 70px;}
	#section16 .s16_list_wrap .s16_list {width: 343px;height: 363px;transition:0.5s;background:url('../../images/s16_off.png')no-repeat center/cover;position:relative;}
	#section16 .s16_list_wrap .s16_list.on {background:url('../../images/s16_on.png')no-repeat center/cover;}
	#section16 .s16_list_wrap .s16_list .s16_img_box {position:absolute;left:50%;bottom:27px;transform:translateX(-50%);z-index:6;}
	#section16 .s16_list_wrap .s16_list .s16_img_box img {}
	#section16 .s16_list_wrap .s16_list .s16_img_txt {padding-top: 96px;text-align: center;}
	#section16 .s16_list_wrap .s16_list .s16_img_txt p {font-size: 33px;font-weight: 700;letter-spacing: -0.025em;color:#fff;}
	#section16 .s16_list_wrap .s16_list .s16_img_txt p span {color:#f1e6b2;}
	#section16 .s16_list_wrap .s16_list .s16_event {margin-top: 35px;text-align: center;}
	#section16 .s16_list_wrap .s16_list .s16_event p {font-size: 30px;font-weight: 500;color:#f1e6b2;}
	#section16 .s16_list_wrap .s16_list .s16_event img {}
	#section16 .s16_list_wrap .s16_list .s16_top_txt {position:absolute;left:50%;transform:translateX(-50%);top:15px;}
	#section16 .s16_list_wrap .s16_list .s16_top_txt img {}
/* section16 e */

/* section17 s */
	#section17 {background:#f1e6b2;padding:150px 0 140px;overflow:hidden;}
	#section17 .cont_text_wrap {}
	#section17 .cont_text_wrap .title {color:#fff;}
	#section17 .cont_text_wrap .title .color02 {color:#ca3d22;}
	#section17 .cont_text_wrap .desc {color:#332521;}

	#section17 .s17_cont_wrap {text-align: center;position:relative;margin-top: 70px;}
	#section17 .s17_cont_wrap .s17_table_wrap {}
	#section17 .s17_cont_wrap .s17_table_wrap img {margin:0 auto;}

	#section17 .s17_cont_wrap .s17_sticker_wrap {position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);}
	#section17 .s17_cont_wrap .s17_sticker_wrap img {}
/* section17 e */



/* section17 ADD 20251120 s */
	#section17.addSec {background:#f1e6b2;padding:150px 0 140px;overflow:hidden;}
	#section17.addSec .cont_text_wrap {}
	#section17.addSec .cont_text_wrap .title {color:#fff; margin-bottom:10px;}
	#section17.addSec .cont_text_wrap .title .color02 {color:#ca3d22;}
	#section17.addSec .cont_text_wrap .desc {color:#332521;}

	#section17.addSec .s17_cont_wrap {
		text-align: center;
		position: relative;
		margin: 0 auto;
		padding: 0 20px;
		width: 100%;
		max-width: 1410px;
	}
	
	#section17Top {padding-top: 70px;}
	#section17.addSec .s17_cont_wrap .s17_table_wrap {}
	#section17.addSec .s17_cont_wrap .s17_table_wrap img {margin:0 auto;}

	#section17.addSec .s17_cont_wrap .s17_sticker_wrap {position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);}
	#section17.addSec .s17_cont_wrap .s17_sticker_wrap img {}
	
	#section17.addSec .Stitle {font-size:42px; color:#332521;}
	#section17.addSec .telInqBox {
		background: #231815;
		display: inline-block;
		padding: 17px 23px;
		margin-top:42px;
	}
	#section17.addSec .telInqT {
		font-size: 65px;
		letter-spacing: -0.025em;
		color: #f1e6b2;
		font-weight: 900;
		line-height: 1;
	}
	
	#section17.addSec .s17_table_Title {
		font-size: 52px;
		margin-bottom: 0;
	}
	
#section17.addSec .s17_Newtable_Img {
    width: 100%;
    height: auto;
    position: relative;
}
	
	#section17.addSec .s17_Newtable_Img img {
		width:100%;
		height:auto;
	}
	
	#section17.addSec .s17_table_wrap.s17_table02 {
		padding-top:120px;
	}
	
	#section17.addSec .s17_tableTxt {
		font-size:22px;
		line-height:1.36;
		letter-spacing:-0.025em;
		color:#332521;
		margin-top:62px;
		text-align:center;
		font-weight: 600;
	}
	
	
	#section17.addSec .s17_table_Stemp {
		width: 170px;
		height: auto;
		position: absolute;
		right: 10%;
		top: 16%;
	}
	#section17.addSec .s17_table_Stemp img {width:100%; height:auto;}


	.s17_table_Stemp.aos-animate img {
		animation: stampBounceScale 0.75s ease-out forwards;
		-webkit-animation: stampBounceScale 0.75s ease-out forwards;
	}



	/* sec02 스탬프 효과*/
	@keyframes stampBounceScale {
		0% { opacity: 0; transform: scale(1.8);
		}
		30% {
			opacity: 1;
			transform:  scale(1);
		}
		50% {
			transform: scale(0.95);
		}
		70% {
			transform: scale(1.02);
		}
		85% {
			transform:scale(0.98);
		}
		100% {
			opacity: 1;
			transform:scale(1);
		}
	}
	
	
	
/* section17 e */




/* section18 s */
	#section18 {background:#ca3d22;padding:150px 0 140px;overflow:hidden;}
	#section18 .inner {width: 1370px;}
	#section18 .cont_text_wrap {}
	#section18 .cont_text_wrap .title {color:#fff;}
	#section18 .cont_text_wrap .title .color02 {color:#f1e6b2;}
	#section18 .cont_text_wrap .desc {color:#fff;}

	#section18 .s18_cont_wrap {margin-top: 70px;}

/* section18 e */




.tright {text-align: right !important;  margin-top:10px; }
.txt_rgt {margin-right: 100px ;  }





@media(max-width: 1920px){
	
}
@media(max-width: 1600px){
	/* header */
		#header {max-width:100%;height:6.8750vw;}
		#header .header-wrap .inner {padding:0 3.7500vw;}
		#header .header-wrap .inner .logo {padding-left: 3.1250vw;}
		#header .header-wrap .inner .gnb_wrap {gap:5.6250vw;}
		#header .header-wrap .inner .gnb_wrap li a {font-size: 1.3125vw;}
		#footer .inner .right {margin-bottom: 1.2500vw;}

	/* 메인 숫자 카운팅 */
		.rolling-counter-wrap { margin-top: 3.1250vw;}
		.rolling-counter-wrap * {font-size:6.2500vw;}
		.rolling-number {width:5.0000vw; height: 8.4375vw;}
		.rolling-number .numbers span {line-height: 8.1875vw;width: 5.0000vw;height: 8.1875vw;}
		.rolling-dot {margin: 0 0.3125vw; font-size: 3.7500vw;}
		.rolling-unit {font-size: 4.3750vw;padding-bottom: 2.0000vw;}

	/* 흐르는 슬라이드 */
		.marquee {padding:1.1250vw;max-width: 100%;}
		.marquee.main .swiper-slide {width: 148.9375vw;}
		.marquee.solo .swiper-slide {width: 107.3750vw;}
		.marquee_vertical.main_slide {margin-left:6.8750vw;}
		.left_step ul {margin-bottom: 1.8125vw;}
		.right_step ul {margin-bottom: 1.8125vw;}
		.section {max-width:100%;}
		.inner {width: 87.5000vw;}

	/* wing bottom s */
		.section .wing_wrap .wing_lines {height: 3.7500vw;bottom:-3.0000vw;}
		.section .wing_wrap .wing_lines:before {height: 0.7500vw;}
		.section .wing_wrap .wing_lines .wing_line {height: 0.7500vw;}
	/* wing bottom e */

	/* wing top s */
		.section .wing_wrap .wing_lines.top {height: 3.7500vw;}
		.section .wing_wrap .wing_lines.top:before {height: 0.7500vw;}
		.section .wing_wrap .wing_lines .wing_line {height: 0.7500vw;}
	/* wing top e */

	/* cont_text_wrap s */
		.cont_text_wrap p.title {font-size: 4.1250vw;margin-bottom: 1.8750vw;}
		.cont_text_wrap p.desc {font-size: 1.3750vw;}
	/* cont_text_wrap e */

	#intro .intro_skip {font-size: 1.2500vw;}

	/* section00 s */
		#section00 {height:70.5000vw;}
		#section00 .s00_text_wrap img {width: 39.1250vw;}
		#section00 .s00_food_wrap img.s00_food_l {left:-5.0000vw;bottom:11.6250vw;}
		#section00 .s00_food_wrap img.s00_food_c {bottom:-8.7500vw;}
		#section00 .s00_food_wrap img.s00_food_r {right:-5.0000vw;bottom:10.8125vw;}
	/* section00 e */

	/* section01 s */
		#section01 {height:62.5000vw;padding-top: 9.3750vw;}
		#section01 .s01_cont_wrap {width: 81.4375vw;margin:3.7500vw auto 0;}
		#section01 .s01_cont_wrap .s01_description {padding-right: 6.2500vw;padding-top:1.2500vw;}
		#section01 .s01_cont_wrap ul {gap:4.6875vw}
		#section01 .s01_coin01 {left:4.5625vw;bottom:-1.8750vw;}
		#section01 .s01_coin02 {right:-4.5000vw;top:21.3750vw;}
		#section01 .s01_coin03 {left:-1.2500vw;top:-2.5000vw;}
		#section01 .s01_coin04 {right:11.0000vw;top:-2.8750vw;}
		#section01 .s01_coin05 {right:7.3750vw;bottom:-3.1250vw;}
		#section01 .s01_coin06 {left:38.0000vw;top:8.7500vw;}
	/* section01 e */

	/* section02 s */
		#section02 {height:62.1250vw;}
		#section02 .food_bg_move {max-width:100%;}
	/* section02 e */

	/* section03 s */
		.red_bg {padding:0.0000vw 0 12.5000vw;}
		#section03 .sales_inn {padding-left: 20.6250vw;gap:16.2500vw;}
		#section03 .sales_inn .sales_fix {padding-top: 8.7500vw;}
		#section03 .sales_inn .sales_fix .sales_tit {font-size: 4.1875vw;}
		#section03 .sales_inn .sales_fix .sales_num_wrap {margin-top: 6.2500vw;}
		#section03 .sales_inn .sales_fix .sales_num_wrap .sales_num_txt {font-size: 1.3125vw;margin-bottom: 2.5000vw;}
		#section03 .sales_inn .sales_fix .sales_num_wrap .sales_num_txt2 {margin-bottom: 1.2500vw;}
		#section03 .sales_inn .sales_fix .sales_num_wrap .sales_num li.num {font-size: 7.5000vw;line-height: 6.2500vw;}
		#section03 .sales_inn .sales_fix .sales_num_wrap .sales_num2 li.num {font-size: 5.0000vw;line-height: 4.3750vw;}
		#section03 .sales_inn .sales_fix .sales_num_wrap .sales_num li.unit {font-size: 2.5000vw;}
		#section03 .sales_inn .sales_fix .sales_num_wrap .sales_num li.dot {font-size: 5.0000vw;}
		#section03 .sales_inn .sales_cont_wrap {padding-top: 8.7500vw;}
		#section03 .sales_inn .sales_cont01 .sales_cont01_img {width: 31.5625vw;height: 20.0000vw;}
		#section03 .sales_inn .sales_cont01 .sales_cont01_bar_wrap {margin:4.3750vw auto;}
		#section03 .sales_inn .sales_cont01 .sales_cont01_bar {width: 31.5000vw;height: 3.6875vw;}
		#section03 .sales_inn .sales_cont01 .sales_cont01_bar .sales_cont01_bar_fill01 {width: 14.1875vw;height: 3.6875vw;}
		#section03 .sales_inn .sales_cont01 .sales_cont01_bar .sales_cont01_bar_fill02 {width: 17.3125vw;height: 3.6875vw;}
		#section03 .sales_inn .sales_cont01 .sales_cont01_bar_twrap {margin-top: 1.8750vw;}
		#section03 .sales_inn .sales_cont01 .sales_cont01_bar_twrap span {font-size: 1.5625vw;}
		#section03 .sales_inn .sales_cont01 .sales_cont01_bar_twrap .sales_cont01_bar_t01 {width: 14.1875vw;}
		#section03 .sales_inn .sales_cont01 .sales_cont01_bar_twrap .sales_cont01_bar_t02 {width: 17.3125vw;}
		#section03 .sales_inn .sales_cont01 .sales_cont01_twrap .sales_cont01_t01 {font-size: 1.6875vw;margin-bottom: 1.2500vw;}
		#section03 .sales_inn .sales_cont01 .sales_cont01_twrap .sales_cont01_t02 {font-size: 1.1875vw;line-height: 1.7500vw;}
		#section03 .sales_inn .sales_cont02 {padding-top: 12.5000vw;}
		#section03 .sales_inn .sales_cont02 .sales_cont02_twrap {margin-top: 4.3750vw;}
		#section03 .sales_inn .sales_cont02 .sales_cont02_twrap .sales_cont02_t01 {font-size: 1.6875vw;margin-bottom: 1.2500vw;}
		#section03 .sales_inn .sales_cont02 .sales_cont02_twrap .sales_cont02_t02 {font-size: 1.1875vw;line-height: 1.7500vw;}
	/* section03 e */


	/* section04 s */
		#section04 {padding-top: 9.3750vw;}
		#section04 .s04_cont_wrap {margin-top: 11.8750vw;}

		#section04 .s04_cir_wrap img.s04_cir {filter:drop-shadow(0 0 0.3750vw rgba(0,0,0,0.3))}
		#section04 .s04_cir_wrap img.cir01 {top:20.3750vw;left:52.8125vw;}
		#section04 .s04_cir_wrap img.cir02 {top:38.0000vw;right:38.2500vw;}
		#section04 .s04_cir_wrap img.cir03 {top:30.2500vw;right:15.0000vw;}
		#section04 .s04_cir_wrap img.cir04 {top:25.3750vw;right:33.9375vw;}
		#section04 .s04_cir_wrap img.cir05 {top:47.0000vw;right:8.0000vw;}
		#section04 .s04_cir_wrap img.cir06 {top:48.6875vw;left:10.3750vw;}
		#section04 .s04_cir_wrap img.cir07 {top:29.6875vw;left:24.8750vw;}
		#section04 .s04_cir_wrap img.cir08 {top:11.5625vw;left:8.0000vw;}

		#section04 .s04_food_wrap .s04_food {filter:drop-shadow(0 0 0.3750vw rgba(0,0,0,0.3))}
		#section04 .s04_food_wrap .food01 {left:8.1250vw;top:29.5000vw;}
		#section04 .s04_food_wrap .food01 img {}
		#section04 .s04_food_wrap .food02 {left:27.5000vw;top:41.2500vw;}
		#section04 .s04_food_wrap .food02 img {}
		#section04 .s04_food_wrap .food03 {left:26.6250vw;top:16.0000vw;}
		#section04 .s04_food_wrap .food03 img {}
		#section04 .s04_food_wrap .food04 {right:19.7500vw;top:48.7500vw;}
		#section04 .s04_food_wrap .food04 img {}
		#section04 .s04_food_wrap .food05 {right:7.8125vw;top:17.7500vw;}
		#section04 .s04_food_wrap .food05 img {}
		#section04 .s04_food_wrap .food06 {right:25.1875vw;top:9.7500vw;}
		#section04 .s04_food_wrap .food06 img {}
	/* section04 e */

	/* section05 s */
		#section05 {padding-top: 9.3750vw;}
		#section05 .s05_cont_wrap {margin-top: 5.0000vw;}
		#section05 .s05_list_wrap .s5_list {width: 18.3750vw;height: 18.3750vw;border:0.1875vw solid #ca3d22;margin:0 -0.8125vw;}
		#section05 .s05_list_wrap .s5_list p {font-size: 2.6250vw;}

		#section05 .s05_pack {margin-top: 3.7500vw;}
		#section05 .s05_pack img {}
		#section05 .s05_food_wrap img.food01 {left:0;bottom:8.7500vw;}
		#section05 .s05_food_wrap img.food02 {left:7.0000vw;bottom:0.0000vw;}
		#section05 .s05_food_wrap img.food03 {left:17.5000vw;bottom:0.0000vw;}
		#section05 .s05_food_wrap img.food04 {left:17.5000vw;bottom:0.0000vw;}
		#section05 .s05_food_wrap img.food05 {right:17.5000vw;bottom:0.0000vw;}
		#section05 .s05_food_wrap img.food06 {right:5.6250vw;bottom:0.0000vw;}
		#section05 .s05_food_wrap img.food07 {right:0.0000vw;bottom:5.3750vw;}
	/* section05 e */

	/* section06 s */
		#section06 {padding:9.3750vw 0 11.2500vw;}
		#section06 .s06_cont_wrap {margin-top: 3.7500vw;}
		#section06 .s06_top {width: 67.1875vw;height: 20.5000vw;box-shadow:0.3750vw 0.3750vw 0.1875vw rgba(42,42,42,0.2);border-radius:10.2500vw;}
		#section06 .s06_top .s06_left {width: 41.8750vw;height: 20.5000vw;border-radius:10.2500vw;}
		#section06 .s06_top .s06_left .s06_left_cont {height: 15.6875vw;gap:0.6250vw;padding-left: 8.4375vw;}
		#section06 .s06_top .s06_left .s06_left_cont img {}
		#section06 .s06_top .s06_right {width: 45.1250vw;height: 20.5000vw;border:0.2500vw solid #c96856;border-radius:10.2500vw;}
		#section06 .s06_top .s06_right .s06_right_cont {height: 15.6875vw;gap:0.6250vw;padding-right: 6.2500vw;}
		#section06 .s06_top .s06_right .s06_right_cont img {}
		#section06 .s06_top .s06_vs {left:27.9375vw;}
		#section06 .s06_top .s06_txt p {font-size: 1.8750vw;}
		
		#section06 .s06_bottom {
			width: 67.1875vw;height: 20.5000vw;margin:5.0000vw auto 0;box-shadow:0.3750vw 0.3750vw 0.1875vw rgba(42,42,42,0.2);
			border-radius:10.2500vw;border:0.1875vw solid #ca3d22;gap:1.2500vw;
		}
		#section06 .s06_bottom .s06_bot_text {padding-left: 4.1250vw;}
		#section06 .s06_bottom .s06_bot_text img {}
		#section06 .s06_bottom .s06_bot_graph:after {width: 0.5000vw;height: 16.5625vw;border-radius:0.2500vw;}
		#section06 .s06_bottom .s06_bot_33 {margin-top: 1.8750vw;}
		#section06 .s06_bottom .price {padding-left: 2.7500vw;margin-bottom:-0.6250vw;}
		#section06 .s06_bottom .price li {font-size: 2.8125vw;}
		#section06 .s06_bottom .bar {width: 50.3750vw;height: 3.6250vw;border-radius:0 1.8750vw 1.8750vw 0;padding-right: 1.8750vw;}
		#section06 .s06_bottom .bar span {font-size: 1.6250vw;}
		#section06 .s06_bottom .bar.color {width: 21.1875vw;}
		#section06 .s06_bottom .s06_bot_stemp {right:7.3125vw;bottom:-5.2500vw;}
		#section06 .s06_bottom .s06_bot_stemp img {}
	/* section06 e */

	/* section07 s */
		#section07 .cont_text_wrap .s07_icon {margin-bottom: 1.6250vw;}

		#section07 .s07_flex {height:67.5000vw;}
		#section07 .s07_fx_left {padding-top: 5.7500vw;}
		#section07 .s07_fx_left .s07_map_wrap {width: 46.5000vw;margin:3.7500vw auto 0;}
		#section07 .s07_fx_left .s07_map_wrap .s07_map {}
		#section07 .s07_fx_left .s07_map_wrap .s07_pin {left:20.2500vw;top:8.7500vw;}
		#section07 .s07_fx_left .s07_map_wrap .s07_stemp {right:-4.6875vw;bottom:-5.6250vw;}
		#section07 .s07_fx_left .s07_map_wrap .s07_stemp img {}


		#section07 .s07_fx_right {padding-top: 5.7500vw;}
		#section07 .s07_graph_wrap {width: 40.0000vw;height: 28.8125vw;margin:5.0000vw auto 0;border-bottom: 0.1875vw solid #ca3d22;padding:0 1.8750vw;}
		#section07 .s07_graph_wrap .s07_graph li {width: 4.5000vw;}
		#section07 .s07_graph_wrap .s07_graph li .s7_t {top:-1.8750vw;min-width:7.5000vw;}
		#section07 .s07_graph_wrap .s07_graph li .s7_t .name {font-size: 1.2500vw;margin-bottom: 1.2500vw;}
		#section07 .s07_graph_wrap .s07_graph li .s7_t .price {font-size: 1.5000vw;text-shadow:0 0 0.1875vw #fff}

		#section07 .s07_graph_wrap .s07_graph li.s7_01 .bar {height: 10.0000vw;}
		#section07 .s07_graph_wrap .s07_graph li.s7_02 .bar {height: 13.1250vw;}
		#section07 .s07_graph_wrap .s07_graph li.s7_03 .bar {height: 15.9375vw;}
		#section07 .s07_graph_wrap .s07_graph li.s7_04 .bar {height: 21.2500vw;}
		#section07 .s07_graph_wrap .s07_graph li.s7_04 .s7_logo {top:-7.5000vw;;}
		#section07 .s07_graph_wrap .s07_graph li.s7_04 .s7_t {top:1.2500vw;width: 9.1250vw;}
		#section07 .s07_graph_wrap .s07_graph li.s7_04 .s7_t .price {font-size: 2.2500vw;}

		#section07 .s07_graph_wrap .s07_description {font-size: 1.0000vw;margin-top: 0.6250vw;margin-left:1.8750vw;}
	/* section07 e */

	/* section08 s */
		#section08 {padding:9.3750vw 0 10.0000vw;}
		
		#section08 .s08_cont_wrap {width: 75.6250vw;margin:3.1250vw auto 0;gap:3.1250vw;}
		#section08 .s08_cont_wrap .s8_list {width: 23.1250vw;height: 28.7500vw;padding-bottom: 3.7500vw;}
		#section08 .s08_cont_wrap .s8_list .s8_list_img {margin-bottom: 1.2500vw;}
		#section08 .s08_cont_wrap .s8_list .s8_tit {font-size: 2.3750vw;}
		#section08 .s08_cont_wrap .s8_list .s8_desc {margin-top: 1.2500vw;font-size: 1.3750vw;line-height: 2.0000vw;}
	/* section08 e */

	/* section09 s */
		/* food */
			.food{padding:6.2500vw 0;}
	/* section09 e */

	/* section10 s */
		#section10 {padding:1.0625vw}
		#section10 .inner {border:0.0625vw solid #ca3d22;}
		#section10 .s10_tab_wrap {height:48.1250vw;}
		#section10 .s10_tab_wrap .s10_tab .s10_tab_tit {width: 5.6250vw;border-right:0.0625vw solid #ca3d22;padding-top: 2.7500vw;}
		#section10 .s10_tab_wrap .s10_tab .s10_tab_tit p {font-size: 2.1250vw;}
		#section10 .s10_tab_wrap .s10_tab .s10_tab_cont {
			border-right:0.0000vw solid #ca3d22;gap:7.5000vw;
		}
		#section10 .s10_tab_wrap .s10_tab.on .s10_tab_cont {width: 99.9375vw;border-right:0.0625vw solid #ca3d22;}
		#section10 .s10_tab_wrap .s10_tab .s10_tab_cont .s10_left {padding-left: 13.7500vw;width: 47.5000vw;}
		#section10 .s10_tab_wrap .s10_tab .s10_tab_cont .s10_left .s10_title {font-size: 4.1875vw;line-height: 4.5000vw;}
		#section10 .s10_tab_wrap .s10_tab .s10_tab_cont .s10_left .s10_desc {font-size: 1.3750vw;line-height: 1.6250vw;margin-top: 1.8750vw;}
		#section10 .s10_tab_wrap .s10_tab .s10_tab_cont .s10_left .s10_tag_wrap {margin-top: 3.7500vw;width: 31.8750vw;gap:1.1875vw 0.7500vw;}
		#section10 .s10_tab_wrap .s10_tab .s10_tab_cont .s10_left .s10_tag_wrap li {
			border-radius:1.3750vw;border:0.1875vw solid #ca3d22;line-height: 2.6250vw;width: 10.0000vw;height: 2.8125vw;font-size: 1.5625vw;
		}
		#section10 .s10_tab_wrap .s10_tab .s10_tab_cont .s10_left .s10_tag_wrap li.fzfz {font-size: 1.2500vw;}
		#section10 .s10_tab_wrap .s10_tab .s10_tab_cont .s10_left .s10_3_text_wrap {width: 26.2500vw;margin-top: 3.7500vw;}
		#section10 .s10_tab_wrap .s10_tab .s10_tab_cont .s10_left .s10_3_text_wrap.mt {margin-top: 3.1250vw;}
		#section10 .s10_tab_wrap .s10_tab .s10_tab_cont .s10_left .s10_3_text_wrap li.tit {font-size: 1.3125vw;margin-bottom: 0.6250vw;}
		#section10 .s10_tab_wrap .s10_tab .s10_tab_cont .s10_left .s10_3_text_wrap li.desc {font-size: 1.1250vw;line-height: 1.5000vw;}
		#section10 .s10_tab_wrap .s10_tab .s10_tab_cont .s10_right .s10_img_wrap .s10_img_01_obj {bottom:0.7500vw;right:-4.1250vw;}
	/* section10 e */

	/* section11 s */
		#section11 {padding:15.6250vw 0 20.0000vw;}
		#section11 .cont_text_wrap .img {margin: 1.2500vw;}
		#section11 .cont_text_wrap .title.mb {margin-bottom: 0.6250vw;}
	/* section11 e */

	/* section12 s */
		#section12 {padding:8.1250vw 0 27.5000vw;}
		#section12 .inner {width: 92.5000vw;}

		#section12 .s12_swiper_wrap {width: 21.6250vw;height:18.6250vw;margin-top: 4.3750vw;}
		#section12 #s12_swiper {height:18.6250vw;padding-bottom:12.0000vw;}
		#section12 #s12_swiper .swiper-wrapper .swiper-slide {width: 21.6250vw;height: 5.3750vw;margin:0.3125vw 0;}

		#section12 #s12_swiper .swiper-wrapper .swiper-slide .ss_box {
			border:0.1875vw solid #fff;width:16.8750vw;height:4.1250vw;border-radius:2.5000vw;
		}

		#section12 #s12_swiper .swiper-wrapper .swiper-slide p {font-size: 1.6875vw;}
		#section12 #s12_swiper .swiper-wrapper .swiper-slide.swiper-slide-active .ss_box p {font-size: 2.1250vw;}
		
		#section12 .s12_description {font-size: 1.1250vw;padding-right: 6.2500vw;}

		#section12 .s12_phone_wrap .s12_phone {}
		#section12 .s12_phone_wrap .s12_icon {filter:drop-shadow(0.1250vw 0.1250vw 0.2500vw rgba(0,0,0,0.5) )}
		#section12 .s12_phone_wrap .s12_icon.s12_bm {top:5.0000vw;right:-3.1250vw;}
		#section12 .s12_phone_wrap .s12_icon.s12_good {top:17.5000vw;left:-15.0000vw;}
		#section12 .s12_phone_wrap .s12_icon.s12_smile {top:-1.2500vw;left:-9.3750vw;}
		#section12 .s12_phone_wrap .s12_heart_wrap {left:-0.9375vw;top:8.1250vw;}

		#section12 .marquee_wrap {width:60.0000vw;gap:1.8125vw;}
	/* section12 e */

	/* section13 s */
		#section13 {padding:9.3750vw 0 11.8750vw;}
		#section13 .inner {width: 98.7500vw;}
		#section13 .in_flex {display:flex;gap:5.3750vw;}
		#section13 .cont_text_wrap {padding-top: 0.9375vw;}

		#section13 .s13_swiper_wrap {margin-top: 1.2500vw;}
		#section13 .s13_swiper_btn_wrap {width: 7.5000vw;height: 3.6875vw;left:53.7500vw;top:20.0000vw;}
		#section13 .s13_swiper_btn_wrap .s13_next {right:0;width: 3.7500vw;height: 3.6875vw;}
		#section13 .s13_swiper_btn_wrap .s13_prev {left:0;width: 3.7500vw;height: 3.6875vw;}
	/* section13 e */

	/* section14 s */
		#section14 {padding:9.3750vw 0 9.3750vw;}
		#section14 .inner {width: 83.7500vw;}
		#section14 .cate_tab_wrap {margin-top: 3.1250vw;margin-bottom: 4.3750vw;}
		#section14 .cate_tab_wrap .cate_wrap {gap:3.1250vw;}
		#section14 .cate_tab_wrap .cate_wrap li {width: 14.2500vw;height: 3.8750vw;line-height: 3.8750vw;border:0.2500vw solid #ca3d22;border-radius:1.8750vw;}
		#section14 .cate_tab_wrap .cate_wrap li a {font-size: 1.6875vw;}
		#section14 .s14_swiper_next {right:-6.2500vw;}
		#section14 .s14_swiper_prev {left:-6.2500vw;}
	/* section14 e */

	/* section15 s */
		#section15 {padding:8.7500vw 0 12.5000vw;}
		#section15 .cont_text_wrap .title.mb {margin-bottom: 0.3125vw;}
		#section15 .cont_text_wrap .desc {margin-top: 1.8750vw;}
		#section15 .s15_list_wrap {width: 82.2500vw;margin:5.0000vw auto 0;gap:5.0000vw;}
		#section15 .s15_list_wrap .s15_list {width: 16.8125vw;height: 15.4375vw;border-radius:1.2500vw;gap:1.5625vw}
		#section15 .s15_list_wrap .s15_list.arr:after {width:1.2500vw;height:2.3125vw;right:-3.1250vw;}
		#section15 .s15_list_wrap .s15_list .s15_img_txt p.tit {font-size: 1.5000vw;}
		#section15 .s15_list_wrap .s15_list .s15_img_txt p.tit.bb {font-size: 1.7500vw;}
		#section15 .s15_list_wrap .s15_list .s15_img_txt p.desc {font-size: 1.0625vw;line-height: 1.3750vw;margin-top: 0.6250vw;}
	/* section15 e */

	/* section16 s */
		#section16 {padding:9.3750vw 0 10.6250vw;}
		#section16 .cont_text_wrap .slogan {font-size: 2.6250vw;}
		#section16 .cont_text_wrap .title.mb {margin-bottom: 0.3125vw;}
		#section16 .s16_list_wrap {gap:7.7500vw;margin-top: 4.3750vw;}
		#section16 .s16_list_wrap .s16_list {width: 21.4375vw;height: 22.6875vw;}
		#section16 .s16_list_wrap .s16_list .s16_img_box {bottom:1.6875vw;}
		#section16 .s16_list_wrap .s16_list .s16_img_txt {padding-top: 6.0000vw;}
		#section16 .s16_list_wrap .s16_list .s16_img_txt p {font-size: 2.0625vw;}
		#section16 .s16_list_wrap .s16_list .s16_event {margin-top: 2.1875vw;}
		#section16 .s16_list_wrap .s16_list .s16_event p {font-size: 1.8750vw;}
		#section16 .s16_list_wrap .s16_list .s16_top_txt {top:0.9375vw;}
	/* section16 e */

	/* section17 s */
		#section17 {padding:9.3750vw 0 8.7500vw;}
		#section17 .s17_cont_wrap {margin-top: 4.3750vw;}
	/* section17 e */

	/* section18 s */
		#section18 {padding:9.3750vw 0 8.7500vw;}
		#section18 .inner {width: 85.6250vw;}
		#section18 .s18_cont_wrap {margin-top: 4.3750vw;}
	/* section18 e */
}

@media(max-width: 1400px){
	/* header */
		#header {height:7.8571vw;}
		#header .header-wrap .inner {padding:0 4.2857vw;}
		#header .header-wrap .inner .logo {padding-left: 3.5714vw;}
		#header .header-wrap .inner .gnb_wrap {gap:6.4286vw;}
		#header .header-wrap .inner .gnb_wrap li a {font-size: 1.5000vw;}
		#footer .inner .right {margin-bottom: 1.4286vw;}

	/* 메인 숫자 카운팅 */
		.rolling-counter-wrap { margin-top: 3.5714vw;}
		.rolling-counter-wrap * {font-size:7.1429vw;}
		.rolling-number {width:5.7143vw; height: 9.6429vw;}
		.rolling-number .numbers span {line-height: 9.3571vw;width: 5.7143vw;height: 9.3571vw;}
		.rolling-dot {margin: 0 0.3571vw; font-size: 4.2857vw;}
		.rolling-unit {font-size: 5.0000vw;padding-bottom: 2.2857vw;}

	/* 흐르는 슬라이드 */
		.marquee {padding:1.2857vw;max-width: 100%;}
		.marquee.main .swiper-slide {width: 170.2143vw;}
		.marquee.solo .swiper-slide {width: 122.7143vw;}
		.marquee_vertical.main_slide {margin-left:7.8571vw;}
		.left_step ul {margin-bottom: 2.0714vw;}
		.right_step ul {margin-bottom: 2.0714vw;}
		.inner {width: 100%;}

	/* wing bottom s */
		.section .wing_wrap .wing_lines {height: 4.2857vw;bottom:-3.4286vw;}
		.section .wing_wrap .wing_lines:before {height: 0.8571vw;}
		.section .wing_wrap .wing_lines .wing_line {height: 0.8571vw;}
	/* wing bottom e */

	/* wing top s */
		.section .wing_wrap .wing_lines.top {height: 4.2857vw;}
		.section .wing_wrap .wing_lines.top:before {height: 0.8571vw;}
		.section .wing_wrap .wing_lines .wing_line {height: 0.8571vw;}
	/* wing top e */

	/* cont_text_wrap s */
		.cont_text_wrap p.title {font-size: 4.7143vw;margin-bottom: 2.1429vw;}
		.cont_text_wrap p.desc {font-size: 1.5714vw;}
	/* cont_text_wrap e */

	#intro .intro_skip {font-size: 1.4286vw;}
	
	/* section00 s */
		#section00 {height:80.5714vw;}
		#section00 .s00_text_wrap img {width: 44.7143vw;}
		#section00 .s00_food_wrap img.s00_food_l {left:-5.7143vw;bottom:13.2857vw;}
		#section00 .s00_food_wrap img.s00_food_c {bottom:-10.0000vw;}
		#section00 .s00_food_wrap img.s00_food_r {right:-5.7143vw;bottom:12.3571vw;}
	/* section00 e */

	/* section01 s */
		#section01 {height:71.4286vw;padding-top: 10.7143vw;}
		#section01 .s01_cont_wrap {width: 93.0714vw;margin:4.2857vw auto 0;}
		#section01 .s01_cont_wrap .s01_description {padding-right: 7.1429vw;padding-top:1.4286vw;}
		#section01 .s01_cont_wrap ul {gap:5.3571vw}
		#section01 .s01_coin01 {left:5.2143vw;bottom:-2.1429vw;}
		#section01 .s01_coin02 {right:-5.1429vw;top:24.4286vw;}
		#section01 .s01_coin03 {left:-1.4286vw;top:-2.8571vw;}
		#section01 .s01_coin04 {right:12.5714vw;top:-3.2857vw;}
		#section01 .s01_coin05 {right:8.4286vw;bottom:-3.5714vw;}
		#section01 .s01_coin06 {left:43.4286vw;top:10.0000vw;}
	/* section01 e */

	/* section02 s */
		#section02 {height:71.0000vw;}
	/* section02 e */

	/* section03 s */
		.red_bg {padding:0.0000vw 0 14.2857vw;}
		#section03 .sales_inn {padding-left: 23.5714vw;gap:18.5714vw;}
		#section03 .sales_inn .sales_fix {padding-top: 10.0000vw;}
		#section03 .sales_inn .sales_fix .sales_tit {font-size: 4.7857vw;}
		#section03 .sales_inn .sales_fix .sales_num_wrap {margin-top: 7.1429vw;}
		#section03 .sales_inn .sales_fix .sales_num_wrap .sales_num_txt {font-size: 1.5000vw;margin-bottom: 2.8571vw;}
		#section03 .sales_inn .sales_fix .sales_num_wrap .sales_num_txt2 {margin-bottom: 1.4286vw;}
		#section03 .sales_inn .sales_fix .sales_num_wrap .sales_num li.num {font-size: 8.5714vw;line-height: 7.1429vw;}
		#section03 .sales_inn .sales_fix .sales_num_wrap .sales_num2 li.num {font-size: 5.7143vw;line-height: 5.0000vw;}
		#section03 .sales_inn .sales_fix .sales_num_wrap .sales_num li.unit {font-size: 2.8571vw;}
		#section03 .sales_inn .sales_fix .sales_num_wrap .sales_num li.dot {font-size: 5.7143vw;}
		#section03 .sales_inn .sales_cont_wrap {padding-top: 10.0000vw;}
		#section03 .sales_inn .sales_cont01 .sales_cont01_img {width: 36.0714vw;height: 22.8571vw;}
		#section03 .sales_inn .sales_cont01 .sales_cont01_bar_wrap {margin:5.0000vw auto;}
		#section03 .sales_inn .sales_cont01 .sales_cont01_bar {width: 36.0000vw;height: 4.2143vw;}
		#section03 .sales_inn .sales_cont01 .sales_cont01_bar .sales_cont01_bar_fill01 {width: 16.2143vw;height: 4.2143vw;}
		#section03 .sales_inn .sales_cont01 .sales_cont01_bar .sales_cont01_bar_fill02 {width: 19.7857vw;height: 4.2143vw;}
		#section03 .sales_inn .sales_cont01 .sales_cont01_bar_twrap {margin-top: 2.1429vw;}
		#section03 .sales_inn .sales_cont01 .sales_cont01_bar_twrap span {font-size: 1.7857vw;}
		#section03 .sales_inn .sales_cont01 .sales_cont01_bar_twrap .sales_cont01_bar_t01 {width: 16.2143vw;}
		#section03 .sales_inn .sales_cont01 .sales_cont01_bar_twrap .sales_cont01_bar_t02 {width: 19.7857vw;}
		#section03 .sales_inn .sales_cont01 .sales_cont01_twrap .sales_cont01_t01 {font-size: 1.9286vw;margin-bottom: 1.4286vw;}
		#section03 .sales_inn .sales_cont01 .sales_cont01_twrap .sales_cont01_t02 {font-size: 1.3571vw;line-height: 2.0000vw;}
		#section03 .sales_inn .sales_cont02 {padding-top: 14.2857vw;}
		#section03 .sales_inn .sales_cont02 .sales_cont02_twrap {margin-top: 5.0000vw;}
		#section03 .sales_inn .sales_cont02 .sales_cont02_twrap .sales_cont02_t01 {font-size: 1.9286vw;margin-bottom: 1.4286vw;}
		#section03 .sales_inn .sales_cont02 .sales_cont02_twrap .sales_cont02_t02 {font-size: 1.3571vw;line-height: 2.0000vw;}
	/* section03 e */


	/* section04 s */
		#section04 {padding-top: 10.7143vw;}
		#section04 .s04_cont_wrap {margin-top: 13.5714vw;}

		#section04 .s04_cir_wrap img.s04_cir {filter:drop-shadow(0 0 0.4286vw rgba(0,0,0,0.3))}
		#section04 .s04_cir_wrap img.cir01 {top:23.2857vw;left:60.3571vw;}
		#section04 .s04_cir_wrap img.cir02 {top:43.4286vw;right:43.7143vw;}
		#section04 .s04_cir_wrap img.cir03 {top:34.5714vw;right:17.1429vw;}
		#section04 .s04_cir_wrap img.cir04 {top:29.0000vw;right:38.7857vw;}
		#section04 .s04_cir_wrap img.cir05 {top:53.7143vw;right:9.1429vw;}
		#section04 .s04_cir_wrap img.cir06 {top:55.6429vw;left:11.8571vw;}
		#section04 .s04_cir_wrap img.cir07 {top:33.9286vw;left:28.4286vw;}
		#section04 .s04_cir_wrap img.cir08 {top:13.2143vw;left:9.1429vw;}

		#section04 .s04_food_wrap .s04_food {filter:drop-shadow(0 0 0.4286vw rgba(0,0,0,0.3))}
		#section04 .s04_food_wrap .food01 {left:9.2857vw;top:33.7143vw;}
		#section04 .s04_food_wrap .food01 img {}
		#section04 .s04_food_wrap .food02 {left:31.4286vw;top:47.1429vw;}
		#section04 .s04_food_wrap .food02 img {}
		#section04 .s04_food_wrap .food03 {left:30.4286vw;top:18.2857vw;}
		#section04 .s04_food_wrap .food03 img {}
		#section04 .s04_food_wrap .food04 {right:22.5714vw;top:55.7143vw;}
		#section04 .s04_food_wrap .food04 img {}
		#section04 .s04_food_wrap .food05 {right:8.9286vw;top:20.2857vw;}
		#section04 .s04_food_wrap .food05 img {}
		#section04 .s04_food_wrap .food06 {right:28.7857vw;top:11.1429vw;}
		#section04 .s04_food_wrap .food06 img {}
	/* section04 e */

	/* section05 s */
		#section05 {padding-top: 10.7143vw;}
		#section05 .s05_cont_wrap {margin-top: 5.7143vw;}
		#section05 .s05_list_wrap .s5_list {width: 21.0000vw;height: 21.0000vw;border:0.2143vw solid #ca3d22;margin:0 -0.9286vw;}
		#section05 .s05_list_wrap .s5_list p {font-size: 3.0000vw;}

		#section05 .s05_pack {margin-top: 4.2857vw;}
		#section05 .s05_pack img {}
		#section05 .s05_food_wrap img.food01 {left:0;bottom:10.0000vw;}
		#section05 .s05_food_wrap img.food02 {left:8.0000vw;bottom:0.0000vw;}
		#section05 .s05_food_wrap img.food03 {left:20.0000vw;bottom:0.0000vw;}
		#section05 .s05_food_wrap img.food04 {left:20.0000vw;bottom:0.0000vw;}
		#section05 .s05_food_wrap img.food05 {right:20.0000vw;bottom:0.0000vw;}
		#section05 .s05_food_wrap img.food06 {right:6.4286vw;bottom:0.0000vw;}
		#section05 .s05_food_wrap img.food07 {right:0.0000vw;bottom:6.1429vw;}
	/* section05 e */

	/* section06 s */
		#section06 {padding:10.7143vw 0 12.8571vw;}
		#section06 .s06_cont_wrap {margin-top: 4.2857vw;}
		#section06 .s06_top {width: 76.7857vw;height: 23.4286vw;box-shadow:0.4286vw 0.4286vw 0.2143vw rgba(42,42,42,0.2);border-radius:11.7143vw;}
		#section06 .s06_top .s06_left {width: 47.8571vw;height: 23.4286vw;border-radius:11.7143vw;}
		#section06 .s06_top .s06_left .s06_left_cont {height: 17.9286vw;gap:0.7143vw;padding-left: 9.6429vw;}
		#section06 .s06_top .s06_left .s06_left_cont img {}
		#section06 .s06_top .s06_right {width: 51.5714vw;height: 23.4286vw;border:0.2857vw solid #c96856;border-radius:11.7143vw;}
		#section06 .s06_top .s06_right .s06_right_cont {height: 17.9286vw;gap:0.7143vw;padding-right: 7.1429vw;}
		#section06 .s06_top .s06_right .s06_right_cont img {}
		#section06 .s06_top .s06_vs {left:31.9286vw;}
		#section06 .s06_top .s06_txt p {font-size: 2.1429vw;}
		
		#section06 .s06_bottom {
			width: 76.7857vw;height: 23.4286vw;margin:5.7143vw auto 0;box-shadow:0.4286vw 0.4286vw 0.2143vw rgba(42,42,42,0.2);
			border-radius:11.7143vw;border:0.2143vw solid #ca3d22;gap:1.4286vw;
		}
		#section06 .s06_bottom .s06_bot_text {padding-left: 4.7143vw;}
		#section06 .s06_bottom .s06_bot_text img {}
		#section06 .s06_bottom .s06_bot_graph:after {width: 0.5714vw;height: 18.9286vw;border-radius:0.2857vw;}
		#section06 .s06_bottom .s06_bot_33 {margin-top: 2.1429vw;}
		#section06 .s06_bottom .price {padding-left: 3.1429vw;margin-bottom:-0.7143vw;}
		#section06 .s06_bottom .price li {font-size: 3.2143vw;}
		#section06 .s06_bottom .bar {width: 57.5714vw;height: 4.1429vw;border-radius:0 2.1429vw 2.1429vw 0;padding-right: 2.1429vw;}
		#section06 .s06_bottom .bar span {font-size: 1.8571vw;}
		#section06 .s06_bottom .bar.color {width: 24.2143vw;}
		#section06 .s06_bottom .s06_bot_stemp {right:8.3571vw;bottom:-6.0000vw;}
		#section06 .s06_bottom .s06_bot_stemp img {}
	/* section06 e */

	/* section07 s */
		#section07 .cont_text_wrap .s07_icon {margin-bottom: 1.8571vw;}

		#section07 .s07_flex {height:77.1429vw;}
		#section07 .s07_fx_left {padding-top: 6.5714vw;}
		#section07 .s07_fx_left .s07_map_wrap {width: 53.1429vw;margin:4.2857vw auto 0;}
		#section07 .s07_fx_left .s07_map_wrap .s07_map {}
		#section07 .s07_fx_left .s07_map_wrap .s07_pin {left:23.1429vw;top:10.0000vw;}
		#section07 .s07_fx_left .s07_map_wrap .s07_stemp {right:-5.3571vw;bottom:-6.4286vw;}
		#section07 .s07_fx_left .s07_map_wrap .s07_stemp img {}


		#section07 .s07_fx_right {padding-top: 6.5714vw;}
		#section07 .s07_graph_wrap {width: 45.7143vw;height: 32.9286vw;margin:5.7143vw auto 0;border-bottom: 0.2143vw solid #ca3d22;padding:0 2.1429vw;}
		#section07 .s07_graph_wrap .s07_graph li {width: 5.1429vw;}
		#section07 .s07_graph_wrap .s07_graph li .s7_t {top:-2.1429vw;min-width:8.5714vw;}
		#section07 .s07_graph_wrap .s07_graph li .s7_t .name {font-size: 1.4286vw;margin-bottom: 1.4286vw;}
		#section07 .s07_graph_wrap .s07_graph li .s7_t .price {font-size: 1.7143vw;text-shadow:0 0 0.2143vw #fff}

		#section07 .s07_graph_wrap .s07_graph li.s7_01 .bar {height: 11.4286vw;}
		#section07 .s07_graph_wrap .s07_graph li.s7_02 .bar {height: 15.0000vw;}
		#section07 .s07_graph_wrap .s07_graph li.s7_03 .bar {height: 18.2143vw;}
		#section07 .s07_graph_wrap .s07_graph li.s7_04 .bar {height: 24.2857vw;}
		#section07 .s07_graph_wrap .s07_graph li.s7_04 .s7_logo {top:-8.5714vw;;}
		#section07 .s07_graph_wrap .s07_graph li.s7_04 .s7_t {top:1.4286vw;width: 10.4286vw;}
		#section07 .s07_graph_wrap .s07_graph li.s7_04 .s7_t .price {font-size: 2.5714vw;}

		#section07 .s07_graph_wrap .s07_description {font-size: 1.1429vw;margin-top: 0.7143vw;margin-left:2.1429vw;}
	/* section07 e */

	/* section08 s */
		#section08 {padding:10.7143vw 0 11.4286vw;}
		
		#section08 .s08_cont_wrap {width: 86.4286vw;margin:3.5714vw auto 0;gap:3.5714vw;}
		#section08 .s08_cont_wrap .s8_list {width: 26.4286vw;height: 32.8571vw;padding-bottom: 4.2857vw;}
		#section08 .s08_cont_wrap .s8_list .s8_list_img {margin-bottom: 1.4286vw;}
		#section08 .s08_cont_wrap .s8_list .s8_tit {font-size: 2.7143vw;}
		#section08 .s08_cont_wrap .s8_list .s8_desc {margin-top: 1.4286vw;font-size: 1.5714vw;line-height: 2.2857vw;}
	/* section08 e */

	/* section09 s */
		/* food */
			.food{padding:7.1429vw 0;}
	/* section09 e */

	/* section10 s */
		#section10 {padding:1.2143vw}
		#section10 .inner {border:0.0714vw solid #ca3d22;}
		#section10 .s10_tab_wrap {height:55.0000vw;}
		#section10 .s10_tab_wrap .s10_tab .s10_tab_tit {width: 6.4286vw;border-right:0.0714vw solid #ca3d22;padding-top: 3.1429vw;}
		#section10 .s10_tab_wrap .s10_tab .s10_tab_tit p {font-size: 2.4286vw;}
		#section10 .s10_tab_wrap .s10_tab .s10_tab_cont {
			border-right:0.0000vw solid #ca3d22;gap:8.5714vw;
		}
		#section10 .s10_tab_wrap .s10_tab.on .s10_tab_cont {width: 114.2143vw;border-right:0.0714vw solid #ca3d22;}
		#section10 .s10_tab_wrap .s10_tab .s10_tab_cont .s10_left {padding-left: 15.7143vw;width: 54.2857vw;}
		#section10 .s10_tab_wrap .s10_tab .s10_tab_cont .s10_left .s10_title {font-size: 4.7857vw;line-height: 5.1429vw;}
		#section10 .s10_tab_wrap .s10_tab .s10_tab_cont .s10_left .s10_desc {font-size: 1.5714vw;line-height: 1.8571vw;margin-top: 2.1429vw;}
		#section10 .s10_tab_wrap .s10_tab .s10_tab_cont .s10_left .s10_tag_wrap {margin-top: 4.2857vw;width: 36.4286vw;gap:1.3571vw 0.8571vw;}
		#section10 .s10_tab_wrap .s10_tab .s10_tab_cont .s10_left .s10_tag_wrap li {
			border-radius:1.5714vw;border:0.2143vw solid #ca3d22;line-height: 3.0000vw;width: 11.4286vw;height: 3.2143vw;font-size: 1.7857vw;
		}
		#section10 .s10_tab_wrap .s10_tab .s10_tab_cont .s10_left .s10_tag_wrap li.fzfz {font-size: 1.4286vw;}
		#section10 .s10_tab_wrap .s10_tab .s10_tab_cont .s10_left .s10_3_text_wrap {width: 30.0000vw;margin-top: 4.2857vw;}
		#section10 .s10_tab_wrap .s10_tab .s10_tab_cont .s10_left .s10_3_text_wrap.mt {margin-top: 3.5714vw;}
		#section10 .s10_tab_wrap .s10_tab .s10_tab_cont .s10_left .s10_3_text_wrap li.tit {font-size: 1.5000vw;margin-bottom: 0.7143vw;}
		#section10 .s10_tab_wrap .s10_tab .s10_tab_cont .s10_left .s10_3_text_wrap li.desc {font-size: 1.2857vw;line-height: 1.7143vw;}
		#section10 .s10_tab_wrap .s10_tab .s10_tab_cont .s10_right .s10_img_wrap .s10_img_01_obj {bottom:0.8571vw;right:-4.7143vw;}
	/* section10 e */

	/* section11 s */
		#section11 {padding:17.8571vw 0 22.8571vw;}
		#section11 .cont_text_wrap .img {margin: 1.4286vw;}
		#section11 .cont_text_wrap .title.mb {margin-bottom: 0.7143vw;}
	/* section11 e */

	/* section12 s */
		#section12 {padding:9.2857vw 0 31.4286vw;}
		#section12 .inner {width: 100%;}

		#section12 .s12_swiper_wrap {width: 24.7143vw;height:21.2857vw;margin-top: 5.0000vw;}
		#section12 #s12_swiper {height:21.2857vw;padding-bottom:13.7143vw;}
		#section12 #s12_swiper .swiper-wrapper .swiper-slide {width: 24.7143vw;height: 6.1429vw;margin:0.3571vw 0;}

		#section12 #s12_swiper .swiper-wrapper .swiper-slide .ss_box {
			border:0.2143vw solid #fff;width:19.2857vw;height:4.7143vw;border-radius:2.8571vw;
		}

		#section12 #s12_swiper .swiper-wrapper .swiper-slide p {font-size: 1.9286vw;}
		#section12 #s12_swiper .swiper-wrapper .swiper-slide.swiper-slide-active .ss_box p {font-size: 2.4286vw;}
		
		#section12 .s12_description {font-size: 1.2857vw;padding-right: 7.1429vw;}

		#section12 .s12_phone_wrap .s12_phone {}
		#section12 .s12_phone_wrap .s12_icon {filter:drop-shadow(0.1429vw 0.1429vw 0.2857vw rgba(0,0,0,0.5) )}
		#section12 .s12_phone_wrap .s12_icon.s12_bm {top:5.7143vw;right:-3.5714vw;}
		#section12 .s12_phone_wrap .s12_icon.s12_good {top:20.0000vw;left:-17.1429vw;}
		#section12 .s12_phone_wrap .s12_icon.s12_smile {top:-1.4286vw;left:-10.7143vw;}
		#section12 .s12_phone_wrap .s12_heart_wrap {left:-1.0714vw;top:9.2857vw;}

		#section12 .marquee_wrap {width:68.5714vw;gap:2.0714vw;}
	/* section12 e */

	/* section13 s */
		#section13 {padding:10.7143vw 0 13.5714vw;}
		#section13 .inner {width: 100%;}
		#section13 .in_flex {display:flex;gap:6.1429vw;}
		#section13 .cont_text_wrap {padding-top: 1.0714vw;}

		#section13 .s13_swiper_wrap {margin-top: 1.4286vw;}
		#section13 .s13_swiper_btn_wrap {width: 8.5714vw;height: 4.2143vw;left:61.4286vw;top:22.8571vw;}
		#section13 .s13_swiper_btn_wrap .s13_next {right:0;width: 4.2857vw;height: 4.2143vw;}
		#section13 .s13_swiper_btn_wrap .s13_prev {left:0;width: 4.2857vw;height: 4.2143vw;}
	/* section13 e */

	/* section14 s */
		#section14 {padding:10.7143vw 0 10.7143vw;}
		#section14 .inner {width: 95.7143vw;}
		#section14 .cate_tab_wrap {margin-top: 3.5714vw;margin-bottom: 5.0000vw;}
		#section14 .cate_tab_wrap .cate_wrap {gap:3.5714vw;}
		#section14 .cate_tab_wrap .cate_wrap li {width: 16.2857vw;height: 4.4286vw;line-height: 4.4286vw;border:0.2857vw solid #ca3d22;border-radius:2.1429vw;}
		#section14 .cate_tab_wrap .cate_wrap li a {font-size: 1.9286vw;}
		#section14 .s14_swiper_next {right:-7.1429vw;}
		#section14 .s14_swiper_prev {left:-7.1429vw;}
	/* section14 e */

	/* section15 s */
		#section15 {padding:10.0000vw 0 14.2857vw;}
		#section15 .cont_text_wrap .title.mb {margin-bottom: 0.3571vw;}
		#section15 .cont_text_wrap .desc {margin-top: 2.1429vw;}
		#section15 .s15_list_wrap {width: 94.0000vw;margin:5.7143vw auto 0;gap:5.7143vw;}
		#section15 .s15_list_wrap .s15_list {width: 19.2143vw;height: 17.6429vw;border-radius:1.4286vw;gap:1.7857vw}
		#section15 .s15_list_wrap .s15_list.arr:after {width:1.4286vw;height:2.6429vw;right:-3.5714vw;}
		#section15 .s15_list_wrap .s15_list .s15_img_txt p.tit {font-size: 1.7143vw;}
		#section15 .s15_list_wrap .s15_list .s15_img_txt p.tit.bb {font-size: 2.0000vw;}
		#section15 .s15_list_wrap .s15_list .s15_img_txt p.desc {font-size: 1.2143vw;line-height: 1.5714vw;margin-top: 0.7143vw;}
	/* section15 e */

	/* section16 s */
		#section16 {padding:10.7143vw 0 12.1429vw;}
		#section16 .cont_text_wrap .slogan {font-size: 3.0000vw;}
		#section16 .cont_text_wrap .title.mb {margin-bottom: 0.3571vw;}
		#section16 .s16_list_wrap {gap:8.8571vw;margin-top: 5.0000vw;}
		#section16 .s16_list_wrap .s16_list {width: 24.5000vw;height: 25.9286vw;}
		#section16 .s16_list_wrap .s16_list .s16_img_box {bottom:1.9286vw;}
		#section16 .s16_list_wrap .s16_list .s16_img_txt {padding-top: 6.8571vw;}
		#section16 .s16_list_wrap .s16_list .s16_img_txt p {font-size: 2.3571vw;}
		#section16 .s16_list_wrap .s16_list .s16_event {margin-top: 2.5000vw;}
		#section16 .s16_list_wrap .s16_list .s16_event p {font-size: 2.1429vw;}
		#section16 .s16_list_wrap .s16_list .s16_top_txt {top:1.0714vw;}
	/* section16 e */

	/* section17 s */
		#section17 {padding:10.7143vw 0 10.0000vw;}
		#section17 .s17_cont_wrap {margin-top: 5.0000vw;}
	/* section17 e */

	/* section18 s */
		#section18 {padding:10.7143vw 0 10.0000vw;}
		#section18 .inner {width: 97.8571vw;}
		#section18 .s18_cont_wrap {margin-top: 5.0000vw;}
	/* section18 e */
}

@media(max-width: 1080px){
	#intro {display: none;}
	#header .pc_only {display: none;}
	#header .mobile_only {display: block;}

	/* header */
		#header {max-width:100%;background:url('../../images/m/hd_bg_m.png')no-repeat center/cover;z-index:1000;}
		#header .header-wrap .inner .logo {padding-left: 0;}
		#header .header-wrap .inner .gnb_wrap {display: none;}
		#header .header-wrap .inner .hd_tel_wrap {display: none;}

		#header {width:100%;height:9.2593vw;position:fixed;left:0;top:0;transform:translateX(0)}
		#header .header-wrap.header-wrap_pc {display: none;}
		#header .header-wrap.header-wrap_mo {display: block;}
		#header .header-wrap {height:9.2593vw;}
		#header .header-wrap .inner {padding:0 2.7778vw;max-width:100%;}
		#header .header-wrap .inner .logo {display: block;}
		#header .header-wrap .inner .logo img {width: 18.5185vw;}

		/* menu btn s */
			.menuBtn {position:absolute;z-index:9999;top:50%;transform:translateY(-50%);right:2.7778vw;width: 7.0370vw;height: 7.0370vw;background:#eb5c17;}
			.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: 2.7778vw;height: 2.2222vw;}
			.menu-trigger span {position: absolute;left: 0;width: 100%;height: 0.1852vw;background-color: #fff;}
			.menu-trigger span:nth-of-type(1) {top: 0;}
			.menu-trigger span:nth-of-type(2) {top: 1.0185vw}
			.menu-trigger span:nth-of-type(3) {bottom: 0;}
			/* type-01 */
			/* 중앙 라인이 고정된 자리에서 투명하게 사라지며 상하라인 회전하며 엑스자 만들기 */
			.menu-trigger.active-1 span:nth-of-type(1) {-webkit-transform: translateY (1.0185vw) rotate (-45deg);transform: translateY(1.0185vw) 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.0185vw) rotate(45deg);transform: translateY(-1.0185vw) rotate(45deg);}
		/* menu btn e */
		#navigation_m {height:100vh;background:rgba(255,255,255,0.9);position:fixed;left:0;top:-120vh;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:8.3333vw;}
		#navigation_m .nav_m li a {font-size: 3.8889vw;color:#414141;opacity: 1;font-weight: 500;}
		#navigation_m .nav_m li.on a {opacity: 1;color:#eb5c17;}
		
		#header .header-wrap .inner .nav_m li a {font-size: 1.9444vw;font-weight: 500;color:#231815;}
		#header .header-wrap .inner .nav_m li.on a {color:#bb3033;}

	#footer .private {justify-content:center;}

	/* 메인 숫자 카운팅 */
		.rolling-counter-wrap { margin-top: 4.6296vw;}
		.rolling-counter-wrap * {font-size:9.2593vw;}
		.rolling-number {width:7.4074vw; height: 12.5000vw;}
		.rolling-number .numbers span {line-height: 12.1296vw;width: 7.4074vw;height: 12.1296vw;}
		.rolling-dot {margin: 0 0.4630vw; font-size: 5.5556vw;}
		.rolling-unit {font-size: 6.4815vw;padding-bottom: 2.9630vw;}

	/* 흐르는 슬라이드 */
		.marquee {padding:1.6667vw;max-width: 100%;}
		.marquee.main .swiper-slide {width: 220.6481vw;}
		.marquee.solo .swiper-slide {width: 159.0741vw;}
		.marquee_vertical.main_slide {margin-left:10.1852vw;}
		.left_step ul {margin-bottom: 2.6852vw;}
		.right_step ul {margin-bottom: 2.6852vw;}

	/* wing bottom s */
		.section .wing_wrap .wing_lines {height: 5.5556vw;bottom:-4.4444vw;}
		.section .wing_wrap .wing_lines:before {height: 1.1111vw;}
		.section .wing_wrap .wing_lines .wing_line {height: 1.1111vw;}
	/* wing bottom e */

	/* wing top s */
		.section .wing_wrap .wing_lines.top {height: 5.5556vw;}
		.section .wing_wrap .wing_lines.top:before {height: 1.1111vw;}
		.section .wing_wrap .wing_lines .wing_line {height: 1.1111vw;}
	/* wing top e */

	/* cont_text_wrap s */
		.cont_text_wrap p.title {font-size: 6.1111vw;margin-bottom: 2.7778vw;}
		.cont_text_wrap p.desc {font-size: 2.0370vw;}
	/* cont_text_wrap e */

	/* section00 s */
		#section00 {height:104.4444vw;}
		#section00 .s00_text_wrap img {width: 57.9630vw;animation-name: bounceInDown;animation-delay:0.6s;animation-duration: 1s;-webkit-animation-fill-mode: both;animation-fill-mode: both;}
		#section00 .s00_food_wrap img.s00_food_l {left:-7.4074vw;bottom:17.2222vw;width: 50%;}
		#section00 .s00_food_wrap img.s00_food_c {bottom:-12.9630vw;width: 80%;}
		#section00 .s00_food_wrap img.s00_food_r {right:-7.4074vw;bottom:16.0185vw;width: 50%;}
	/* section00 e */

	/* section01 s */
		#section01 .pc_only {display: none;}
		#section01 .mobile_only {display: block;}
		#section01 {height:auto;background:url('../../images/s01_bg.jpg')no-repeat center/cover;padding: 13.8889vw 0 8.3333vw;}
		#section01 .s01_cont_wrap {width: 100%;margin:5.5556vw auto 0;}
		#section01 .s01_cont_wrap .s01_description {padding-right: 0;padding-top:5.5556vw;text-align: center;font-size: 2.2222vw;}
		#section01 .s01_cont_wrap .swiper-slide {width: 51.7593vw;margin:0 1.8519vw;opacity: 0.5;}
		#section01 .s01_cont_wrap .swiper-slide-active {opacity: 1;}
		#section01 .s01_cont_wrap .swiper-slide img {width: 51.7593vw;}
		#section01 .s01_coin01 {left:3.8889vw;bottom:-3.7037vw;width: 18.6111vw;}
		#section01 .s01_coin02 {right:-5.7407vw;top:34.2593vw;width: 19.7222vw;}
		#section01 .s01_coin03 {left:-5.0000vw;top:-3.7037vw;width: 18.2407vw;}
		#section01 .s01_coin04 {display: none;}
		#section01 .s01_coin05 {display: none;}
		#section01 .s01_coin06 {left:56.2963vw;top:12.9630vw;width: 19.2593vw;}
	/* section01 e */

	/* section02 s */
		#section02 {height:92.0370vw;}
		#section02 .food_bg_move {display: none;}
	/* section02 e */

	/* section03 s */
		#section03 .pc_only {display: none;}
		#section03 .mobile_only {display: block;}
		.red_bg {width: 100%;background:url('../../images/m/s03_bg_m.jpg')no-repeat center bottom/cover;padding:0.0000vw 0 16.2037vw;}
		#section03 .sales_inn {padding-left: 0;display:flex;gap:9.2593vw;flex-direction:column;justify-content:center;}
		#section03 .sales_inn .sales_fix {padding-top: 13.8889vw;text-align: center;}
		#section03 .sales_inn .sales_fix .sales_tit {font-size: 6.6667vw;}
		#section03 .sales_inn .sales_fix .sales_num_wrap {margin-top: 10.1852vw;}
		#section03 .sales_inn .sales_fix .sales_num_wrap.no2 {margin-top: 6.4815vw;}
		#section03 .sales_inn .sales_fix .sales_num_wrap .sales_num_txt {font-size: 2.5926vw;margin-bottom: 2.7778vw;}
		#section03 .sales_inn .sales_fix .sales_num_wrap .sales_num_txt2 {margin-bottom: 2.2222vw;}
		#section03 .sales_inn .sales_fix .sales_num_wrap .sales_num {display:flex;align-items:end;justify-content:center;}
		#section03 .sales_inn .sales_fix .sales_num_wrap .sales_num li {color:#fff}
		#section03 .sales_inn .sales_fix .sales_num_wrap .sales_num li.num {font-size: 11.1111vw;font-weight: 700;line-height: 9.2593vw;}
		#section03 .sales_inn .sales_fix .sales_num_wrap .sales_num2 li.num {font-size: 7.4074vw;line-height: 6.4815vw;}
		#section03 .sales_inn .sales_fix .sales_num_wrap .sales_num li.unit {font-size: 3.7037vw;font-weight: 600;}
		#section03 .sales_inn .sales_fix .sales_num_wrap .sales_num li.dot {font-size: 7.4074vw;font-weight: 700;}
		#section03 .sales_inn .sales_cont_wrap {padding-top: 0;}
		#section03 .sales_inn .sales_cont01 {text-align: center;}
		#section03 .sales_inn .sales_cont01 .sales_cont01_img {width: 47.1296vw;height: 29.6296vw;margin:0 auto;}
		#section03 .sales_inn .sales_cont01 .sales_cont01_img img {width: 100%;height:100%;object-fit:cover;}
		#section03 .sales_inn .sales_cont01 .sales_cont01_bar_wrap {margin:6.4815vw auto;}
		#section03 .sales_inn .sales_cont01 .sales_cont01_bar {width: 47.1296vw;height: 5.4630vw;background-image:url('../../images/s03_cont_01_text_off.png');margin:0 auto;background-size: cover;}
		#section03 .sales_inn .sales_cont01 .sales_cont01_bar .sales_cont01_bar_fill01 {background-image:url('../../images/s03_cont_01_text_on_l.png');width: 21.0185vw;height: 5.4630vw;background-size: cover;}
		#section03 .sales_inn .sales_cont01 .sales_cont01_bar .sales_cont01_bar_fill02 {background-image:url('../../images/s03_cont_01_text_on_r.png');width: 26.1111vw;height: 5.4630vw;background-size: cover;}
		#section03 .sales_inn .sales_cont01 .sales_cont01_bar_twrap {margin: 2.7778vw;justify-content:center;}
		#section03 .sales_inn .sales_cont01 .sales_cont01_bar_twrap span {font-size: 2.3148vw;font-weight: 400;color:#fff;opacity: 0.3;}
		#section03 .sales_inn .sales_cont01 .sales_cont01_bar_twrap .sales_cont01_bar_t01 {width: 21.0185vw;}
		#section03 .sales_inn .sales_cont01 .sales_cont01_bar_twrap .sales_cont01_bar_t02 {width: 25.6481vw;}
		#section03 .sales_inn .sales_cont01 .sales_cont01_twrap p {color:#fff;letter-spacing: -0.025em;}
		#section03 .sales_inn .sales_cont01 .sales_cont01_twrap .sales_cont01_t01 {font-size: 3.3333vw;margin-bottom: 2.9630vw;}
		#section03 .sales_inn .sales_cont01 .sales_cont01_twrap .sales_cont01_t02 {font-size: 2.5926vw;line-height: 3.3333vw;}
		#section03 .sales_inn .sales_cont02 {padding-top: 13.8889vw;}
		#section03 .sales_inn .sales_cont02 .sales_cont02_img {text-align: center;}
		#section03 .sales_inn .sales_cont02 .sales_cont02_img img {width: 46.5741vw;}
		#section03 .sales_inn .sales_cont02 .sales_cont02_twrap {margin-top: 6.4815vw;text-align: center;}
		#section03 .sales_inn .sales_cont02 .sales_cont02_twrap .sales_cont02_t01 {font-size: 3.3333vw;margin-bottom: 2.9630vw;}
		#section03 .sales_inn .sales_cont02 .sales_cont02_twrap .sales_cont02_t02 {font-size: 2.5926vw;line-height: 3.3333vw;}
	/* section03 e */


	/* section04 s */
		#section04 {padding-top: 13.8889vw;}
		#section04 .s04_cont_wrap {margin-top: 17.5926vw;}

		#section04 .s04_cir_wrap img.s04_cir {filter:drop-shadow(0 0 0.5556vw rgba(0,0,0,0.3))}
		#section04 .s04_cir_wrap img.cir01 {top:30.1852vw;left:78.2407vw;}
		#section04 .s04_cir_wrap img.cir02 {top:56.2963vw;right:56.6667vw;}
		#section04 .s04_cir_wrap img.cir03 {top:44.8148vw;right:22.2222vw;}
		#section04 .s04_cir_wrap img.cir04 {top:37.5926vw;right:50.2778vw;}
		#section04 .s04_cir_wrap img.cir05 {top:69.6296vw;right:11.8519vw;}
		#section04 .s04_cir_wrap img.cir06 {top:72.1296vw;left:15.3704vw;}
		#section04 .s04_cir_wrap img.cir07 {top:43.9815vw;left:36.8519vw;}
		#section04 .s04_cir_wrap img.cir08 {top:17.1296vw;left:11.8519vw;}

		#section04 .s04_food_wrap .s04_food {filter:drop-shadow(0 0 0.5556vw rgba(0,0,0,0.3))}
		#section04 .s04_food_wrap .food01 {left:0.0370vw;top:43.7037vw;}
		#section04 .s04_food_wrap .food01 img {}
		#section04 .s04_food_wrap .food02 {left:5.7407vw;top:61.1111vw;}
		#section04 .s04_food_wrap .food02 img {}
		#section04 .s04_food_wrap .food03 {left:9.4444vw;top:23.7037vw;}
		#section04 .s04_food_wrap .food03 img {}
		#section04 .s04_food_wrap .food04 {right:9.2593vw;top:72.2222vw;}
		#section04 .s04_food_wrap .food04 img {}
		#section04 .s04_food_wrap .food05 {right:11.5741vw;top:36.2963vw;}
		#section04 .s04_food_wrap .food05 img {}
		#section04 .s04_food_wrap .food06 {right:7.3148vw;top:14.4444vw;}
		#section04 .s04_food_wrap .food06 img {}
	/* section04 e */

	/* section05 s */ /* 완료 */
		#section05 {padding-top: 13.8889vw;}
		#section05 .s05_cont_wrap {margin-top: 7.4074vw;}
		#section05 .s05_list_wrap .s5_list {width: 27.2222vw;height: 27.2222vw;border:0.2778vw solid #ca3d22;margin:0 -1.2037vw;}
		#section05 .s05_list_wrap .s5_list p {font-size: 3.8889vw;}
		#section05 .s05_pack {margin-top: 5.5556vw;}
		#section05 .s05_pack img {width: 33.9815vw;}
		#section05 .s05_food_wrap img.food01 {left:-5vw;bottom:6.9630vw;width: 21.2963vw;}
		#section05 .s05_food_wrap img.food02 {left:2.3704vw;bottom:0.0000vw;width: 21.7593vw;}
		#section05 .s05_food_wrap img.food03 {left:10.9259vw;bottom:0.0000vw;width: 25.0000vw;}
		#section05 .s05_food_wrap img.food04 {left:10.9259vw;bottom:4.0000vw;width: 42.5000vw;}
		#section05 .s05_food_wrap img.food05 {right:10.9259vw;bottom:4.0000vw;width: 41.8519vw;}
		#section05 .s05_food_wrap img.food06 {right:4.3333vw;bottom:0.0000vw;width: 26.2037vw;}
		#section05 .s05_food_wrap img.food07 {right:0.0000vw;bottom:7.9630vw;width: 17.8704vw;}
	/* section05 e */

	/* section06 s */ /* 완료 */
		#section06 {padding:13.8889vw 2.7778vw 16.6667vw;}
		#section06 .s06_cont_wrap {margin-top: 5.5556vw;}
		#section06 .s06_top {width: 100%;height: 30.3704vw;box-shadow:0.5556vw 0.5556vw 0.2778vw rgba(42,42,42,0.2);border-radius:15.1852vw;}
		#section06 .s06_top .s06_left {width: 62.0370vw;height: 30.3704vw;border-radius:15.1852vw;}
		#section06 .s06_top .s06_left .s06_left_cont {height: 23.2407vw;gap:0.9259vw;padding-left: 12.5000vw;}
		#section06 .s06_top .s06_left .s06_left_cont img {}
		#section06 .s06_top .s06_right {width: 62.8519vw;height: 30.3704vw;border:0.3704vw solid #c96856;border-radius:15.1852vw;}
		#section06 .s06_top .s06_right .s06_right_cont {height: 23.2407vw;gap:0.9259vw;padding-right: 4.2593vw;}
		#section06 .s06_top .s06_right .s06_right_cont img {}
		#section06 .s06_top .s06_vs {left:41.3889vw;}
		#section06 .s06_top .s06_txt p {font-size: 2.7778vw;}
		
		#section06 .s06_bottom {
			width: 100%;height: 30.3704vw;margin:7.4074vw auto 0;box-shadow:0.5556vw 0.5556vw 0.2778vw rgba(42,42,42,0.2);
			border-radius:15.1852vw;border:0.2778vw solid #ca3d22;gap:1.8519vw;
		}
		#section06 .s06_bottom .s06_bot_text {padding-left: 6.1111vw;}
		#section06 .s06_bottom .s06_bot_text img {}
		#section06 .s06_bottom .s06_bot_graph:after {width: 0.7407vw;height: 24.5370vw;border-radius:0.3704vw;}
		#section06 .s06_bottom .s06_bot_33 {margin-top: 2.7778vw;}
		#section06 .s06_bottom .price {padding-left: 4.0741vw;margin-bottom:-0.9259vw;}
		#section06 .s06_bottom .price li {font-size: 4.1667vw;}
		#section06 .s06_bottom .bar {width: 64.6296vw;height: 5.3704vw;border-radius:0 2.7778vw 2.7778vw 0;padding-right: 2.7778vw;}
		#section06 .s06_bottom .bar span {font-size: 2.4074vw;}
		#section06 .s06_bottom .bar.color {width: 31.3889vw;}
		#section06 .s06_bottom .s06_bot_stemp {right:10.8333vw;bottom:-7.7778vw;}
		#section06 .s06_bottom .s06_bot_stemp img {}
	/* section06 e */

	/* section07 s */ /* 완료 */
		#section07 .cont_text_wrap .s07_icon {margin-bottom: 2.4074vw;}

		#section07 .s07_flex {height:auto;flex-direction:column;}
		#section07 .s07_fx_left {width: 100%;padding: 8.5185vw 0;}
		#section07 .s07_fx_left .s07_map_wrap {width: 68.8889vw;margin:5.5556vw auto 0;}
		#section07 .s07_fx_left .s07_map_wrap .s07_map {}
		#section07 .s07_fx_left .s07_map_wrap .s07_pin {left:30.0000vw;top:12.9630vw;}
		#section07 .s07_fx_left .s07_map_wrap .s07_stemp {right:-6.9444vw;bottom:-8.3333vw;}
		#section07 .s07_fx_left .s07_map_wrap .s07_stemp img {}


		#section07 .s07_fx_right {width: 100%;padding: 8.5185vw 0;}
		#section07 .s07_graph_wrap {width: 59.2593vw;height: 42.6852vw;margin:7.4074vw auto 0;border-bottom: 0.2778vw solid #ca3d22;padding:0 2.7778vw;}
		#section07 .s07_graph_wrap .s07_graph li {width: 6.6667vw;}
		#section07 .s07_graph_wrap .s07_graph li .s7_t {top:-2.7778vw;min-width:11.1111vw;}
		#section07 .s07_graph_wrap .s07_graph li .s7_t .name {font-size: 1.8519vw;margin-bottom: 1.8519vw;}
		#section07 .s07_graph_wrap .s07_graph li .s7_t .price {font-size: 2.2222vw;text-shadow:0 0 0.2778vw #fff}

		#section07 .s07_graph_wrap .s07_graph li.s7_01 .bar {height: 14.8148vw;}
		#section07 .s07_graph_wrap .s07_graph li.s7_02 .bar {height: 19.4444vw;}
		#section07 .s07_graph_wrap .s07_graph li.s7_03 .bar {height: 23.6111vw;}
		#section07 .s07_graph_wrap .s07_graph li.s7_04 .bar {height: 31.4815vw;}
		#section07 .s07_graph_wrap .s07_graph li.s7_04 .s7_logo {top:-11.1111vw;;}
		#section07 .s07_graph_wrap .s07_graph li.s7_04 .s7_t {top:1.8519vw;width: 13.5185vw;}
		#section07 .s07_graph_wrap .s07_graph li.s7_04 .s7_t .price {font-size: 3.3333vw;}

		#section07 .s07_graph_wrap .s07_description {font-size: 1.4815vw;margin-top: 0.9259vw;margin-left:2.7778vw;}
	/* section07 e */

	/* section08 s */ /* 완료 */
		#section08 {padding:13.8889vw 2.7778vw 14.8148vw;}
		#section08 .s08_cont_wrap {width: 100%;margin:4.6296vw auto 0;gap:4.6296vw;}
		#section08 .s08_cont_wrap .s8_list {width: 34.2593vw;height: 42.5926vw;padding-bottom: 5.5556vw;}
		#section08 .s08_cont_wrap .s8_list .s8_list_img {margin-bottom: 1.8519vw;}
		#section08 .s08_cont_wrap .s8_list .s8_tit {font-size: 3.5185vw;}
		#section08 .s08_cont_wrap .s8_list .s8_desc {margin-top: 1.8519vw;font-size: 2.0370vw;line-height: 2.9630vw;}
	/* section08 e */

	/* section09 s */ /* 완료 */
		#section09 .pc_only {display: none;}
		#section09 .mobile_only {display: block;}
		#section09 .s09_cont_wrap {display: none;}
		#section09 .s09_cont_wrap .s9_main_img {background: url('../../images/s09_img_01.png')no-repeat center/cover;position:absolute;}
		#section09 .s09_cont_wrap_m {margin-top: 6.4815vw;}
		#section09 #s09_swiper_m {padding-bottom: 5.5556vw;}
		#section09 .s9_list {text-align: center;}
		#section09 .s9_list .s9_list_img {width: 60%;}
		#section09 .s09_pagi {bottom:0;}
		#section09 .s09_pagi .swiper-pagination-bullet {width: 1.2963vw;height:1.2963vw;background:#fff;opacity: 0.6;}
		#section09 .s09_pagi .swiper-pagination-bullet-active {opacity: 1;background: #ca3d22;}
		.food{width:100%;height:auto;padding:13.8889vw 0 12.9630vw;background:url('../../images/m/s09_bg_m.jpg')no-repeat center/cover;}
	/* section09 e */

	/* section10 s */ /* 완료 */
		#section10 {padding:1.5741vw;}
		#section10 .pc_only {display: none;}
		#section10 .mobile_only {display: block;}
		#section10 .inner {border:0.0926vw solid #ca3d22;background:url('../../images/m/s10_bg_m.jpg')no-repeat center/cover;}
		#section10 .s10_tab_wrap {display: none;}
		#section10 .s10_cont_wrap_m {padding-top:12.9630vw;}
		#section10 #s10_swiper_m {padding-bottom:13.8889vw;}
		#section10 .s10_list {text-align: center;}
		#section10 .s10_list .s10_m_tit p {font-size: 6.6667vw;font-weight: 500;color:#ca3d22;line-height: 1.1;}
		#section10 .s10_list .s10_m_img {width: 58.7963vw;margin:6.4815vw auto 11.1111vw;text-align: center;position:relative;}
		#section10 .s10_list .s10_m_img img.s10_m {width: 70%;}
		#section10 .s10_list .s10_m_img img.s10_m_01_img {width: 21.1111vw;position:absolute;right:-0.9259vw;bottom:-5.5556vw;}
		#section10 .s10_list .s10_m_img img.s10_m_02_img {width: 25.4630vw;position:absolute;right:-0.9259vw;bottom:-5.5556vw;}
		#section10 .s10_list .s10_m_img img.s10_m_03_img {width: 25.7407vw;position:absolute;right:-0.9259vw;bottom:-5.5556vw;}
		#section10 .s10_list .s10_m_desc {}
		#section10 .s10_list .s10_m_desc.margin-top {margin-top:7.4074vw;}
		#section10 .s10_list .s10_m_desc p {font-size: 3.5185vw;font-weight: 600;color:#ca3d22;line-height: 1.2;letter-spacing: -0.025em;}
		#section10 .s10_list .s10_m_desc p.desc_tit {font-size: 3.8889vw;font-weight: 800;margin-bottom: 1.8519vw;}
		#section10 .s10_list .s10_m_tag {display:flex;flex-wrap:wrap;gap:1.1111vw;width:49.0741vw;margin:9.2593vw auto 0;}
		#section10 .s10_list .s10_m_tag.tag2 {margin-top: 6.4815vw;}
		#section10 .s10_list .s10_m_tag span {width: 15.1852vw;height: 4.6296vw;border-radius:2.2222vw;border:0.2778vw solid #ca3d22;text-align: center;display:block;line-height:4.6296vw;font-size: 2.5926vw;font-weight: 700;color:#ca3d22;letter-spacing: -0.025em;}
		#section10 .s10_list .s10_m_tag span.sm {font-size: 1.9444vw;}
		#section10 .s10_pagi {bottom:4.0741vw;}
		#section10 .s10_pagi .swiper-pagination-bullet {width: 1.2963vw;height:1.2963vw;background:#2e1b12;opacity: 0.6;}
		#section10 .s10_pagi .swiper-pagination-bullet-active {opacity: 1;background: #ca3d22;}
	/* section10 e */

	/* section11 s */
		#section11 {padding:23.1481vw 0 29.6296vw;}
		#section11 .cont_text_wrap .img {margin: 1.8519vw;}
		#section11 .cont_text_wrap .title.mb {margin-bottom: 0.9259vw;}
	/* section11 e */

	/* section12 s */
		#section12 {padding:12.0370vw 0 40.7407vw;}
		#section12 .inner {width: 100%;}

		#section12 .s12_swiper_wrap {width: 32.0370vw;height:27.5926vw;margin-top: 6.4815vw;}
		#section12 #s12_swiper {height:27.5926vw;padding-bottom:17.7778vw;}
		#section12 #s12_swiper .swiper-wrapper .swiper-slide {width: 32.0370vw;height: 7.9630vw;margin:0.4630vw 0;}

		#section12 #s12_swiper .swiper-wrapper .swiper-slide .ss_box {
			border:0.2778vw solid #fff;width:25.0000vw;height:6.1111vw;border-radius:3.7037vw;
		}

		#section12 #s12_swiper .swiper-wrapper .swiper-slide p {font-size: 2.5000vw;}
		#section12 #s12_swiper .swiper-wrapper .swiper-slide.swiper-slide-active .ss_box p {font-size: 3.1481vw;}
		
		#section12 .s12_description {font-size: 1.6667vw;padding-right: 9.2593vw;}

		#section12 .s12_phone_wrap .s12_phone {}
		#section12 .s12_phone_wrap .s12_icon {filter:drop-shadow(0.1852vw 0.1852vw 0.3704vw rgba(0,0,0,0.5) )}
		#section12 .s12_phone_wrap .s12_icon.s12_bm {top:7.4074vw;right:-4.6296vw;}
		#section12 .s12_phone_wrap .s12_icon.s12_good {top:25.9259vw;left:-22.2222vw;}
		#section12 .s12_phone_wrap .s12_icon.s12_smile {top:-1.8519vw;left:-13.8889vw;}
		#section12 .s12_phone_wrap .s12_heart_wrap {left:-1.3889vw;top:12.0370vw;}

		#section12 .marquee_wrap {width:88.8889vw;gap:2.6852vw;}
	/* section12 e */

	/* section13 s */
		#section13 {padding:13.8889vw 0 17.5926vw;}
		#section13 .inner {width: 100%;}
		#section13 .in_flex {display:flex;gap:7.9630vw;}
		#section13 .cont_text_wrap {padding-top: 1.3889vw;}

		#section13 .s13_swiper_wrap {margin-top: 1.8519vw;}
		#section13 .s13_swiper_btn_wrap {width: 11.1111vw;height: 5.4630vw;left:79.6296vw;top:29.6296vw;}
		#section13 .s13_swiper_btn_wrap .s13_next {right:0;width: 5.5556vw;height: 5.4630vw;}
		#section13 .s13_swiper_btn_wrap .s13_prev {left:0;width: 5.5556vw;height: 5.4630vw;}
	/* section13 e */

	/* section14 s */
		#section14 {padding:13.8889vw 0 13.8889vw;}
		#section14 .inner {width: 100%;}
		#section14 .cate_tab_wrap {margin-top: 4.6296vw;margin-bottom: 6.4815vw;}
		#section14 .cate_tab_wrap .cate_wrap {gap:4.6296vw;}
		#section14 .cate_tab_wrap .cate_wrap li {width: 21.1111vw;height: 5.7407vw;line-height: 5.7407vw;border:0.3704vw solid #ca3d22;border-radius:2.7778vw;}
		#section14 .cate_tab_wrap .cate_wrap li a {font-size: 2.5000vw;}
		#section14 .s14_swiper_next {right:-9.2593vw;}
		#section14 .s14_swiper_prev {left:-9.2593vw;}
	/* section14 e */

	/* section15 s */
		#section15 {padding:12.9630vw 0 18.5185vw;}
		#section15 .cont_text_wrap .title.mb {margin-bottom: 0.4630vw;}
		#section15 .cont_text_wrap .desc {margin-top: 2.7778vw;}
		#section15 .s15_list_wrap {width: 100%;margin:7.4074vw auto 0;gap:7.4074vw;}
		#section15 .s15_list_wrap .s15_list {width: 24.9074vw;height: 22.8704vw;border-radius:1.8519vw;gap:2.3148vw}
		#section15 .s15_list_wrap .s15_list.arr:after {width:1.8519vw;height:3.4259vw;right:-4.6296vw;}
		#section15 .s15_list_wrap .s15_list .s15_img_txt p.tit {font-size: 2.2222vw;}
		#section15 .s15_list_wrap .s15_list .s15_img_txt p.tit.bb {font-size: 2.5926vw;}
		#section15 .s15_list_wrap .s15_list .s15_img_txt p.desc {font-size: 1.5741vw;line-height: 2.0370vw;margin-top: 0.9259vw;}
	/* section15 e */

	/* section16 s */
		#section16 {padding:13.8889vw 0 15.7407vw;}
		#section16 .cont_text_wrap .slogan {font-size: 3.8889vw;}
		#section16 .cont_text_wrap .title.mb {margin-bottom: 0.4630vw;}
		#section16 .s16_list_wrap {gap:11.4815vw;margin-top: 6.4815vw;}
		#section16 .s16_list_wrap .s16_list {width: 31.7593vw;height: 33.6111vw;}
		#section16 .s16_list_wrap .s16_list .s16_img_box {bottom:2.5000vw;}
		#section16 .s16_list_wrap .s16_list .s16_img_txt {padding-top: 8.8889vw;}
		#section16 .s16_list_wrap .s16_list .s16_img_txt p {font-size: 3.0556vw;}
		#section16 .s16_list_wrap .s16_list .s16_event {margin-top: 3.2407vw;}
		#section16 .s16_list_wrap .s16_list .s16_event p {font-size: 2.7778vw;}
		#section16 .s16_list_wrap .s16_list .s16_top_txt {top:1.3889vw;}
	/* section16 e */

	/* section17 s */
		#section17 {padding:13.8889vw 0 12.9630vw;}
		#section17 .s17_cont_wrap {margin-top: 6.4815vw;}
	/* section17 e */

	/* section18 s */
		#section18 {padding:13.8889vw 0 12.9630vw;}
		#section18 .inner {width: 100%;}
		#section18 .s18_cont_wrap {margin-top: 6.4815vw;}
	/* section18 e */

}

@media(max-width: 768px){
    .pc_only {display: none;}
    .mobile_only {display: block;}
	body {background:#231815;}
	/* wing bottom s */
		.section .wing_wrap .wing_lines {height: 7.8125vw;bottom:-6.2500vw;}
		.section .wing_wrap .wing_lines:before {height: 1.5625vw;}
		.section .wing_wrap .wing_lines .wing_line {height: 1.5625vw;}
	/* wing bottom e */

	/* wing top s */
		.section .wing_wrap .wing_lines.top {height: 7.8125vw;}
		.section .wing_wrap .wing_lines.top:before {height: 1.5625vw;}
		.section .wing_wrap .wing_lines .wing_line {height: 1.5625vw;}
	/* wing top e */
	
	/* cont_text_wrap s */
		.cont_text_wrap p.title {font-size: 9.3750vw;margin-bottom: 3.9063vw;}
		.cont_text_wrap p.desc {font-size: 4.6875vw;}
	/* cont_text_wrap e */


	/* 흐르는 슬라이드 */
		.marquee {padding:1.3021vw 0;max-width: 250.0000vw;}
		.marquee.solo .text_slide {padding:0;border-top:0.2604vw solid #b58054;border-bottom: 0.2604vw solid #b58054;;}
		.marquee.main .swiper-slide {width: 310.2865vw;}
		.marquee.solo .swiper-slide {width: 223.6979vw;display:flex;align-items:center;}
		.marquee.solo .swiper-slide .mobile_only {width: 216.0156vw;}
		.marquee_vertical.main_slide {margin-left:14.3229vw;}
		.left_step ul li {margin-bottom: 5.2083vw;}
		.right_step ul li {margin-bottom: 5.2083vw;}
		.section {max-width:100vw;}
		.inner {width: 100%;}
	
	/* header */

		#header {max-width:100%;background:url('../../images/m/hd_bg_m.png')no-repeat center/cover;z-index:1000;}
		#header .header-wrap .inner .logo {padding-left: 0;}
		#header .header-wrap .inner .gnb_wrap {display: none;}
		#header .header-wrap .inner .hd_tel_wrap {display: none;}

		#header {width:100%;height:13.0208vw;position:fixed;left:0;top:0;transform:translateX(0)}
		#header .header-wrap.header-wrap_pc {display: none;}
		#header .header-wrap.header-wrap_mo {display: block;}
		#header .header-wrap {height:13.0208vw;}
		#header .header-wrap .inner {padding:0 3.9063vw;max-width:100%;}
		#header .header-wrap .inner .logo {display: block;}
		#header .header-wrap .inner .logo img {width: 26.0417vw;}

		/* menu btn s */
			.menuBtn {position:absolute;z-index:9999;top:50%;transform:translateY(-50%);right:3.9063vw;width: 9.8958vw;height: 9.8958vw;background:#eb5c17;}
			.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: 3.9063vw;height: 3.1250vw;}
			.menu-trigger span {position: absolute;left: 0;width: 100%;height: 0.2604vw;background-color: #fff;}
			.menu-trigger span:nth-of-type(1) {top: 0;}
			.menu-trigger span:nth-of-type(2) {top: 1.4323vw}
			.menu-trigger span:nth-of-type(3) {bottom: 0;}
			/* type-01 */
			/* 중앙 라인이 고정된 자리에서 투명하게 사라지며 상하라인 회전하며 엑스자 만들기 */
			.menu-trigger.active-1 span:nth-of-type(1) {-webkit-transform: translateY (1.4323vw) rotate (-45deg);transform: translateY(1.4323vw) 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.4323vw) rotate(45deg);transform: translateY(-1.4323vw) rotate(45deg);}
		/* menu btn e */
		#navigation_m {height:100vh;background:rgba(255,255,255,0.9);position:fixed;left:0;top:-120vh;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.4688vw;color:#414141;opacity: 1;font-weight: 500;}
		#navigation_m .nav_m li.on a {opacity: 1;color:#eb5c17;}
		
		#header .header-wrap .inner .nav_m li a {font-size: 21px;font-weight: 500;color:#231815;}
		#header .header-wrap .inner .nav_m li.on a {color:#bb3033;}

	#footer .private {justify-content:center;}

	/* section00 s */
		#section00 {height:149.4792vw;background:url('../../images/m/main_bg_m.jpg')no-repeat center/cover;}
		#section00 .s00_text_wrap {top:36.9792vw;}
		#section00 .s00_text_wrap img {width: 61.8490vw;}
		#section00 .s00_food_wrap img.s00_food_l {left:-32.5521vw;bottom:30.2188vw;width: 72.9167vw;}
		#section00 .s00_food_wrap img.s00_food_c {bottom:0;width: 86.9792vw;z-index:2;}
		#section00 .s00_food_wrap img.s00_food_r {right:-32.5521vw;bottom:28.5260vw;width: 72.9167vw;}
	/* section00 e */

	/* section01 s */
		#section01 {height:auto;background:url('../../images/s01_bg.jpg')no-repeat center/cover;padding: 19.5313vw 0 11.7188vw;}
		#section01 .s01_cont_wrap {width: 100%;margin:7.8125vw auto 0;}
		#section01 .s01_cont_wrap .s01_description {padding-right: 0;padding-top:7.8125vw;text-align: center;font-size: 3.1250vw;}
		#section01 .s01_cont_wrap .swiper-slide {width: 72.7865vw;margin:0 2.6042vw;opacity: 0.5;}
		#section01 .s01_cont_wrap .swiper-slide-active {opacity: 1;}
		#section01 .s01_cont_wrap .swiper-slide img {width: 72.7865vw;}
		#section01 .s01_coin {display: none;}
		#section01 .s01_coin01 {left:5.4688vw;bottom:-5.2083vw;width: 26.1719vw;}
		#section01 .s01_coin02 {right:-8.0729vw;top:48.1771vw;width: 27.7344vw;}
		#section01 .s01_coin03 {left:-7.0313vw;top:-5.2083vw;width: 25.6510vw;}
		#section01 .s01_coin04 {display: none;}
		#section01 .s01_coin05 {display: none;}
		#section01 .s01_coin06 {left:79.1667vw;top:18.2292vw;width: 27.0833vw;}
	/* section01 e */

	/* section02 s */
		#section02 {height:auto;background:url('../../images/s02_bg.jpg')no-repeat center/cover;padding:14.3229vw 0 11.7188vw}
		#section02 .s02_img_wrap {position:static;transform:translate(0);text-align: center;}
		#section02 .s02_img_wrap img {width: 89.9740vw;}
		#section02 .food_bg_move {display: none;}
	/* section02 e */

	/* section03 s */
		.red_bg {width: 100%;background:url('../../images/m/s03_bg_m.jpg')no-repeat center bottom/cover;padding:0.0000vw 0 22.7865vw;}
		#section03 .sales_inn {padding-left: 0;display:flex;gap:13.0208vw;flex-direction:column;justify-content:center;}
		#section03 .sales_inn .sales_fix {padding-top: 19.5313vw;text-align: center;}
		#section03 .sales_inn .sales_fix .sales_tit {font-size: 9.3750vw;}
		#section03 .sales_inn .sales_fix .sales_num_wrap {margin-top: 14.3229vw;}
		#section03 .sales_inn .sales_fix .sales_num_wrap.no2 {margin-top: 9.1146vw;}
		#section03 .sales_inn .sales_fix .sales_num_wrap .sales_num_txt {font-size: 3.6458vw;margin-bottom: 3.9063vw;}
		#section03 .sales_inn .sales_fix .sales_num_wrap .sales_num_txt2 {margin-bottom: 3.1250vw;}
		#section03 .sales_inn .sales_fix .sales_num_wrap .sales_num {display:flex;align-items:end;justify-content:center;}
		#section03 .sales_inn .sales_fix .sales_num_wrap .sales_num li {color:#fff}
		#section03 .sales_inn .sales_fix .sales_num_wrap .sales_num li.num {font-size: 15.6250vw;font-weight: 700;line-height: 13.0208vw;}
		#section03 .sales_inn .sales_fix .sales_num_wrap .sales_num2 li.num {font-size: 10.4167vw;line-height: 9.1146vw;}
		#section03 .sales_inn .sales_fix .sales_num_wrap .sales_num li.unit {font-size: 5.2083vw;font-weight: 600;}
		#section03 .sales_inn .sales_fix .sales_num_wrap .sales_num li.dot {font-size: 10.4167vw;font-weight: 700;}
		#section03 .sales_inn .sales_cont_wrap {padding-top: 0;}
		#section03 .sales_inn .sales_cont01 {text-align: center;}
		#section03 .sales_inn .sales_cont01 .sales_cont01_img {width: 66.2343vw;height: 41.6667vw;margin:0 auto;}
		#section03 .sales_inn .sales_cont01 .sales_cont01_img img {width: 100%;height:100%;object-fit:cover;}
		#section03 .sales_inn .sales_cont01 .sales_cont01_bar_wrap {margin:9.1146vw auto;}
		#section03 .sales_inn .sales_cont01 .sales_cont01_bar {width: 66.2343vw;height: 7.6823vw;background-image:url('../../images/s03_cont_01_text_off.png');margin:0 auto;background-size: cover;}
		#section03 .sales_inn .sales_cont01 .sales_cont01_bar .sales_cont01_bar_fill01 {background-image:url('../../images/s03_cont_01_text_on_l.png');width: 29.5573vw;height: 7.6823vw;background-size: cover;}
		#section03 .sales_inn .sales_cont01 .sales_cont01_bar .sales_cont01_bar_fill02 {background-image:url('../../images/s03_cont_01_text_on_r.png');width: 36.677vw;height: 7.6823vw;background-size: cover;}
		#section03 .sales_inn .sales_cont01 .sales_cont01_bar_twrap {margin: 3.9063vw;justify-content:center;}
		#section03 .sales_inn .sales_cont01 .sales_cont01_bar_twrap span {font-size: 3.2552vw;font-weight: 400;color:#fff;opacity: 0.3;}
		#section03 .sales_inn .sales_cont01 .sales_cont01_bar_twrap .sales_cont01_bar_t01 {width: 29.5573vw;}
		#section03 .sales_inn .sales_cont01 .sales_cont01_bar_twrap .sales_cont01_bar_t02 {width: 36.0677vw;}
		#section03 .sales_inn .sales_cont01 .sales_cont01_twrap p {color:#fff;letter-spacing: -0.025em;}
		#section03 .sales_inn .sales_cont01 .sales_cont01_twrap .sales_cont01_t01 {font-size: 4.6875vw;margin-bottom: 4.1667vw;}
		#section03 .sales_inn .sales_cont01 .sales_cont01_twrap .sales_cont01_t02 {font-size: 3.6458vw;line-height: 4.6875vw;}
		#section03 .sales_inn .sales_cont02 {padding-top: 19.5313vw;}
		#section03 .sales_inn .sales_cont02 .sales_cont02_img {text-align: center;}
		#section03 .sales_inn .sales_cont02 .sales_cont02_img img {width: 65.4948vw;}
		#section03 .sales_inn .sales_cont02 .sales_cont02_twrap {margin-top: 9.1146vw;text-align: center;}
		#section03 .sales_inn .sales_cont02 .sales_cont02_twrap .sales_cont02_t01 {font-size: 4.6875vw;margin-bottom: 4.1667vw;}
		#section03 .sales_inn .sales_cont02 .sales_cont02_twrap .sales_cont02_t02 {font-size: 3.6458vw;line-height: 4.6875vw;}
	/* section03 e */

	/* section04 s */
		#section04 {background:url('../../images/s04_bg.jpg')no-repeat center/cover;padding-top: 19.5313vw;}
		#section04 .s04_cont_wrap {margin-top: 20.8333vw;}
		#section04 .s04_pack img {width: 77.6042vw;}
		#section04 .s04_cir_wrap img.s04_cir {filter:drop-shadow(0 0 0.7813vw rgba(0,0,0,0.3));z-index:20;}
		#section04 .s04_cir_wrap img.cir01 {top:61.8490vw;left:30.5990vw;width: 20.4427vw;}
		#section04 .s04_cir_wrap img.cir02 {top:69.0104vw;right:16.4063vw;width: 14.8438vw;}
		#section04 .s04_cir_wrap img.cir03 {top:116.6667vw;right:7.8125vw;width: 21.4844vw;}
		#section04 .s04_cir_wrap img.cir04 {top:52.0833vw;right:7.8125vw;width: 12.5000vw;}
		#section04 .s04_cir_wrap img.cir05 {display: none;}
		#section04 .s04_cir_wrap img.cir06 {top:115.3646vw;left:9.3750vw;width: 14.9740vw;}
		#section04 .s04_cir_wrap img.cir07 {top:41.6667vw;left:7.8125vw;width: 11.3281vw;}
		#section04 .s04_cir_wrap img.cir08 {display: none;}
		#section04 .s04_food_wrap .s04_food {filter:drop-shadow(0 0 0.7813vw rgba(0,0,0,0.3))}
		#section04 .s04_food_wrap .food01 {left:6.5104vw;top:56.5104vw;}
		#section04 .s04_food_wrap .food01 img {width: 19.2708vw;}
		#section04 .s04_food_wrap .food02 {left:-7.8125vw;top:95.9635vw;}
		#section04 .s04_food_wrap .food02 img {width: 19.9219vw;}
		#section04 .s04_food_wrap .food03 {display: none;}
		#section04 .s04_food_wrap .food04 {right:1.3021vw;top:91.4063vw;}
		#section04 .s04_food_wrap .food04 img {width: 22.3958vw;}
		#section04 .s04_food_wrap .food05 {display: none;}
		#section04 .s04_food_wrap .food06 {right:4.1667vw;top:31.9010vw;}
		#section04 .s04_food_wrap .food06 img {width: 18.2292vw;}
	/* section04 e */

	/* section05 s */
		#section05 {background:url('../../images/m/s05_bg_m.jpg')no-repeat center/cover;padding-top: 19.5313vw;}
		#section05 .s05_cont_wrap {margin-top: 11.7188vw;}
		#section05 .s05_list_wrap {flex-direction:column;gap:3.9063vw;}
		#section05 .s05_list_wrap .s5_list {width: 54.0365vw;height: 13.2813vw;border-radius:6.5104vw;border:0.5208vw solid #ce4e35;background:#ce4e35;margin:0;}
		#section05 .s05_list_wrap .s5_list p {font-size: 7.0313vw;opacity: 1;transition:0.5s;color:#fff;}
		#section05 .s05_list_wrap .s5_list.on {background:#eee5db;z-index:3;}
		#section05 .s05_list_wrap .s5_list.on p {color:#ce4e35;opacity: 1;}
		#section05 .s05_pack {margin-top: 7.8125vw;position:relative;z-index:10;text-align: center;}
		#section05 .s05_pack img {width: 61.8490vw;}
		#section05 .s05_food_wrap img {display: none;}
	/* section05 e */

	/* section06 s */
		#section06 {background:url('../../images/s06_bg.jpg')no-repeat center/cover;padding:19.5313vw 2.6042vw 29.9479vw;}
		#section06 .cont_text_wrap {text-align: center;}
		#section06 .cont_text_wrap .title {text-align: center;}
		#section06 .cont_text_wrap .title img {width: 35.5469vw;margin:0 auto;}
		#section06 .s06_cont_wrap {margin-top: 9.1146vw;}
		#section06 .s06_top {width: 100%;height: 28.9063vw;box-shadow:0.7813vw 0.7813vw 0.3906vw rgba(42,42,42,0.2);border-radius:21.3542vw;}
		#section06 .s06_top .s06_left {width: 59.1146vw;height: 28.9063vw;border-radius:21.3542vw;background:url('../../images/s06_left_bg.png')no-repeat center/cover;}
		#section06 .s06_top .s06_left .s06_left_cont {height: 32.6823vw;gap:0.5208vw;padding-left: 10.4167vw;}
		#section06 .s06_top .s06_left .s06_left_cont img {width: 12.5417vw;animation: ddm_m 3s ease-in-out 0.5s infinite;}
		#section06 .s06_top .s06_right {width: 63.6719vw;height: 28.9063vw;border:0.5208vw solid #c96856;border-radius:21.3542vw;background:rgba(233,233,233,0.7);position:absolute;right:0;top:0;display:flex;align-items:center;justify-content:flex-end}
		#section06 .s06_top .s06_right .s06_right_cont {height: 32.6823vw;gap:0.5208vw;padding-right: 8.5938vw;}
		#section06 .s06_top .s06_right .s06_right_cont img {width: 25.0000vw;}

		#section06 .s06_top .s06_vs {position:absolute;left:39.4531vw;}
		#section06 .s06_top .s06_vs img {width: 11.8490vw;}
		#section06 .s06_top .s06_txt p {font-size: 3.9063vw;}
		
		#section06 .s06_bottom {
			width: 100%;height: 28.9063vw;margin:6.5104vw auto 0;box-shadow:0.7813vw 0.7813vw 0.3906vw rgba(42,42,42,0.2);border-radius:21.3542vw;border:0.3906vw solid #ca3d22;
			gap:1.9531vw;
		}
		#section06 .s06_bottom .s06_bot_text {padding-left: 5.4688vw;}
		#section06 .s06_bottom .s06_bot_text img {width: 9.2448vw;}
		#section06 .s06_bottom .s06_bot_graph {position:relative;}
		#section06 .s06_bottom .s06_bot_graph:after {width: 0.6510vw;height: 23.3073vw;border-radius:0.5208vw;}
		#section06 .s06_bottom .s06_bot_33 {margin-top: 3.9063vw;}
		#section06 .s06_bottom .price {padding-left: 3.9063vw;margin-bottom:-0.7021vw;}
		#section06 .s06_bottom .price li {font-size: 3.9063vw;}
		#section06 .s06_bottom .bar {width: 71.0938vw;height: 5.0781vw;border-radius:0 3.9063vw 3.9063vw 0;padding-right: 3.9063vw;}
		#section06 .s06_bottom .bar span {font-size: 3.6458vw;}
		#section06 .s06_bottom .bar.color {width: 29.9479vw;}
		#section06 .s06_bottom .s06_bot_stemp {position:absolute;right:9.1146vw;bottom:-16.9271vw;}
		#section06 .s06_bottom .s06_bot_stemp img {width: 30.8594vw;}
	/* section06 e */

	/* section07 s */
		#section07 .cont_text_wrap .s07_icon {margin-bottom: 3.9063vw;width: 13.6719vw;}
		#section07 .s07_flex {height:auto;flex-direction:column;}
		#section07 .s07_fx_left {width: 100%;background:#ca3d22;padding: 14.3229vw 0 22.1354vw;}
		#section07 .s07_fx_left .s07_map_wrap {position:relative;width: 96.8750vw;margin:10.4167vw auto 0;}
		#section07 .s07_fx_left .s07_map_wrap .s07_map {width: 94.7917vw;height:59.8958vw;object-fit:cover;}
		#section07 .s07_fx_left .s07_map_wrap .s07_pin {position:absolute;left:42.1875vw;top:18.2292vw;width: 22.3958vw;}
		#section07 .s07_fx_left .s07_map_wrap .s07_stemp {position:absolute;right:3.1250vw;bottom:-9.1146vw;}
		#section07 .s07_fx_left .s07_map_wrap .s07_stemp img {width: 30.8594vw;}
		#section07 .s07_fx_right {width: 100%;background:url('../../images/s07_bg_02.jpg')no-repeat center/cover;padding: 11.9792vw 0 18.2292vw;}
		#section07 .s07_graph_wrap {width: 83.3333vw;height: 82.0313vw;margin:3.9063vw auto 0;border-bottom: 0.3906vw solid #ca3d22;padding:0 3.9063vw;}
		#section07 .s07_graph_wrap .s07_graph li {width: 12.7604vw;}
		#section07 .s07_graph_wrap .s07_graph li .s7_t {top:-3.9063vw;min-width:15.6250vw;}
		#section07 .s07_graph_wrap .s07_graph li .s7_t .name {font-size: 2.6042vw;margin-bottom: 2.6042vw;}
		#section07 .s07_graph_wrap .s07_graph li .s7_t .price {font-size: 3.1250vw;text-shadow:0 0 0.3906vw #fff;display:flex;align-items:center;justify-content:center;}
		#section07 .s07_graph_wrap .s07_graph li .s7_t .price .pr01 {width: 17.8385vw;}
		#section07 .s07_graph_wrap .s07_graph li .s7_t .price .pr02 {width: 17.8385vw;}
		#section07 .s07_graph_wrap .s07_graph li .s7_t .price .pr03 {width: 17.8385vw;}
		#section07 .s07_graph_wrap .s07_graph li .s7_t .price .pr04 {width: 25.2604vw;}
		#section07 .s07_graph_wrap .s07_graph li.s7_01 .bar {height: 28.7760vw;}
		#section07 .s07_graph_wrap .s07_graph li.s7_02 .bar {height: 37.5000vw;}
		#section07 .s07_graph_wrap .s07_graph li.s7_03 .bar {height: 45.4427vw;}
		#section07 .s07_graph_wrap .s07_graph li.s7_04 .bar {height: 60.4167vw;background:#ca3d22;}
		#section07 .s07_graph_wrap .s07_graph li.s7_04 .s7_logo {top:-20.7479vw;}
		#section07 .s07_graph_wrap .s07_graph li.s7_04 .s7_logo img {width:14.3229vw}
		#section07 .s07_graph_wrap .s07_graph li.s7_04 .s7_t {top:2.6042vw;width: 19.0104vw;}
		#section07 .s07_graph_wrap .s07_graph li.s7_04 .s7_t .price {font-size: 4.6875vw;color:#fff}
		#section07 .s07_graph_wrap .s07_description {font-size: 2.6042vw;margin-top: 1.3021vw;margin-left:3.9063vw;}
	/* section07 e */

	/* section08 s */
		#section08 {background:url('../../images/s08_bg.jpg')no-repeat center/cover;padding:19.5313vw 0 18.2292vw;}
		
		#section08 .s08_cont_wrap {width: 100%;margin:6.5104vw auto 0;gap:6.5104vw;position:relative;}
		#section08 .s08_cont_wrap #s08_swiper_m {width: 75.9115vw;margin:0 auto;}
		#section08 .s08_cont_wrap .swiper-wrapper {}
		#section08 .s08_cont_wrap .s8_list {background:#231815;width: 75.9115vw;height: 87.2396vw;padding-bottom: 7.8125vw;margin:0 5.8594vw;}
		#section08 .s08_cont_wrap .s8_list .s8_list_img {margin-bottom: 5.2083vw;animation: section_2_Bounce 3s ease-in-out infinite;}
		#section08 .s08_cont_wrap .s8_list .s8_list_img.s8_list_img01 {width: 34.6354vw;}
		#section08 .s08_cont_wrap .s8_list .s8_list_img.s8_list_img02 {width: 32.5521vw;}
		#section08 .s08_cont_wrap .s8_list .s8_list_img.s8_list_img03 {width: 39.1927vw;}
		#section08 .s08_cont_wrap .s8_list p {}
		#section08 .s08_cont_wrap .s8_list .s8_tit {font-size: 8.5938vw;}
		#section08 .s08_cont_wrap .s8_list .s8_desc {margin-top: 3.9063vw;font-size: 4.5573vw;line-height: 1.2;}

		#section08 .swiper-button-prev {left:2.6042vw;}
		#section08 .swiper-button-prev img {width: 5.9896vw;}
		#section08 .swiper-button-prev:after {content:"";}
		#section08 .swiper-button-next {right:2.6042vw;}
		#section08 .swiper-button-next img {width: 5.9896vw;}
		#section08 .swiper-button-next:after {content:"";}
	/* section08 e */

	/* section09 s */
		#section09 .s09_cont_wrap {display: none;}
		#section09 .s09_cont_wrap .s9_main_img {background: url('../../images/s09_img_01.png')no-repeat center/cover;position:absolute;}
		
		#section09 .s09_cont_wrap_m {margin-top: 9.1146vw;}
		#section09 #s09_swiper_m {padding-bottom: 7.8125vw;}
		#section09 .s9_list .s9_list_img {width: 100%;}
		#section09 .s09_pagi {bottom:0;}
		#section09 .s09_pagi .swiper-pagination-bullet {width: 1.8229vw;height:1.8229vw;background:#fff;opacity: 0.6;}
		#section09 .s09_pagi .swiper-pagination-bullet-active {opacity: 1;background: #ca3d22;}

		/* food */
			.food{width:100%;height:auto;padding:19.5313vw 0 18.2292vw;background:url('../../images/m/s09_bg_m.jpg')no-repeat center/cover;}
	/* section09 e */

	/* section10 s */
		#section10 {padding:2.2135vw;}
		#section10 .inner {border:0.1302vw solid #ca3d22;background:url('../../images/m/s10_bg_m.jpg')no-repeat center/cover;}
		#section10 .cont_text_wrap {}

		#section10 .s10_tab_wrap {display: none;}
	
		#section10 .s10_cont_wrap_m {padding-top:18.2292vw;}
		#section10 #s10_swiper_m {padding-bottom:19.5313vw;}
		#section10 .swiper-wrapper {}
		#section10 .s10_list {text-align: center;}
		#section10 .s10_list .s10_m_tit {}
		#section10 .s10_list .s10_m_tit p {font-size: 9.3750vw;font-weight: 500;color:#ca3d22;line-height: 1.1;}
		#section10 .s10_list .s10_m_img {width: 82.6823vw;margin:9.1146vw auto 15.6250vw;text-align: center;position:relative;}
		#section10 .s10_list .s10_m_img img {}
		#section10 .s10_list .s10_m_img img.s10_m {width: 100%;}
		#section10 .s10_list .s10_m_img img.s10_m_01_img {width: 29.6875vw;position:absolute;right:-1.3021vw;bottom:-7.8125vw;}
		#section10 .s10_list .s10_m_img img.s10_m_02_img {width: 35.8073vw;position:absolute;right:-1.3021vw;bottom:-7.8125vw;}
		#section10 .s10_list .s10_m_img img.s10_m_03_img {width: 36.1979vw;position:absolute;right:-1.3021vw;bottom:-7.8125vw;}
		#section10 .s10_list .s10_m_desc {}
		#section10 .s10_list .s10_m_desc.margin-top {margin-top:10.4167vw;}
		#section10 .s10_list .s10_m_desc p {font-size: 4.9479vw;font-weight: 600;color:#ca3d22;line-height: 1.2;letter-spacing: -0.025em;}
		#section10 .s10_list .s10_m_desc p.desc_tit {font-size: 5.4688vw;font-weight: 800;margin-bottom: 2.6042vw;}
		#section10 .s10_list .s10_m_tag {display:flex;flex-wrap:wrap;gap:1.5625vw;width:69.0104vw;margin:13.0208vw auto 0;}
		#section10 .s10_list .s10_m_tag.tag2 {margin-top: 9.1146vw;}
		#section10 .s10_list .s10_m_tag span {width: 21.3542vw;height: 6.5104vw;border-radius:3.1250vw;border:0.3906vw solid #ca3d22;text-align: center;display:block;line-height:6.5104vw;font-size: 3.6458vw;font-weight: 700;color:#ca3d22;letter-spacing: -0.025em;}
		#section10 .s10_list .s10_m_tag span.sm {font-size: 2.7344vw;}
		
		#section10 .s10_pagi {bottom:5.7292vw;}
		#section10 .s10_pagi .swiper-pagination-bullet {width: 1.8229vw;height:1.8229vw;background:#2e1b12;opacity: 0.6;}
		#section10 .s10_pagi .swiper-pagination-bullet-active {opacity: 1;background: #ca3d22;}
	/* section10 e */
	
	/* section11 s */
		#section11 {background:url('../../images/m/s11_bg_m.jpg')no-repeat center/cover;padding:46.8750vw 0 46.8750vw;}
		#section11 .cont_text_wrap .img {margin: 2.6042vw;}
		#section11 .cont_text_wrap .img img {width: 33.9844vw;}
		#section11 .cont_text_wrap .title.mb {margin-bottom: 1.3021vw;}
	/* section11 e */

	/* section12 s */
		#section12 {padding:19.5313vw 0 0;}
		#section12 .inner {width: 100%;}
		#section12 .cont_text_wrap {text-align: center;}
		#section12 .s12_swiper_wrap {width: 54.0365vw;height:48.8281vw;margin: 10.4167vw auto 0;}
		#section12 #s12_swiper {height:43.3177vw;padding-bottom:25.0000vw;}
		#section12 #s12_swiper .swiper-wrapper .swiper-slide {width: 54.0365vw;height: 13.2813vw;margin:0.6510vw auto;}
		#section12 #s12_swiper .swiper-wrapper .swiper-slide .ss_box {
			border:0.3906vw solid #fff;width:41.9271vw;height:10.2865vw;border-radius:10.2083vw;left:50%;top:56%;transform:translate(-50%,-50%);
		}

		#section12 #s12_swiper .swiper-wrapper .swiper-slide p {font-size: 3.5156vw;}
		#section12 #s12_swiper .swiper-wrapper .swiper-slide.swiper-slide-active .ss_box {width: 54.0365vw;height: 13.2813vw;left:50%;top: 50%;transform: translate(-50%,-50%);}

		#section12 #s12_swiper .swiper-wrapper .swiper-slide.swiper-slide-active .ss_box p {font-size: 5.3385vw;}
	
		#section12 .s12_description {font-size: 3.1250vw;padding-right:0;text-align: center;margin-top: 2.6042vw;}
		#section12 .s12_phone_wrap {position:static;transform:translateX(0);text-align: center;}
		#section12 .s12_phone_wrap .s12_phone {width: 89.1927vw;margin:0 auto;}
		#section12 .s12_phone_wrap .s12_icon {filter:drop-shadow(0.2604vw 0.2604vw 0.5208vw rgba(0,0,0,0.5) )}
		#section12 .s12_phone_wrap .s12_icon.s12_bm {top:19.5313vw;right:2.6042vw;width: 16.1458vw;}
		#section12 .s12_phone_wrap .s12_icon.s12_good {top:-104.1667vw;left:14.9740vw;width: 10.8073vw;}
		#section12 .s12_phone_wrap .s12_icon.s12_smile {top:-114.5833vw;left:auto;right:10.4167vw;width: 14.3229vw;}
		#section12 .s12_phone_wrap .s12_heart_wrap {left:2.6042vw;top:27.7344vw;}
		#section12 .s12_phone_wrap .s12_heart_wrap .s12_icon {left:0;top:0;width: 11.8490vw;}

		#section12 .flow-ani-wrap {margin:11.7188vw 0 8.4635vw;}
		#section12 .flow-ani-wrap ul li {margin:0 2.8646vw;}
		#section12 .flow-ani-wrap ul li img {width: 45.9635vw;}

		#section12 .marquee_wrap {display: none;}
	/* section12 e */

	/* section13 s */
		#section13 {padding:19.5313vw 0 22.1354vw;}
		#section13 .inner {width: 100%;}
		#section13 .in_flex {display:flex;gap:11.1979vw;flex-direction:column-reverse;}
		#section13 .in_flex .s13_video_wrap {width: 89.7135vw;height: 50.3906vw;margin:0 auto;}
		#section13 .in_flex .s13_video_wrap iframe {width: 100%;height:100%;}
		#section13 .cont_text_wrap {text-align:center;padding-top: 0;}

		#section13 .s13_swiper_wrap {margin: 7.8125vw auto 0;width: 65.1042vw;height: 36.4583vw;position:relative;}
		#section13 #s13_swiper .swiper-wrapper .swiper-slide img {width: 100%;}
		#section13 .s13_swiper_btn_wrap {width: 100%;height: 7.6823vw;position:absolute;left:0;top:50%;transform:translateY(-50%);}
		#section13 .s13_swiper_btn_wrap .s13_next {right:-11.9792vw;width: 7.8125vw;height: 7.6823vw;}
		#section13 .s13_swiper_btn_wrap .s13_next img {width: 7.6823vw;}
		#section13 .s13_swiper_btn_wrap .s13_prev {left:-11.9792vw;width: 7.8125vw;height: 7.6823vw;}
		#section13 .s13_swiper_btn_wrap .s13_prev img {width: 7.6823vw;}
	/* section13 e */

	/* section14 s */
		#section14 {background:url('../../images/s14_bg.jpg')no-repeat center top/cover;padding:19.5313vw 0 22.1354vw;}
		#section14 .inner {width: 100%;padding:0 9.3750vw;}

		#section14 .cate_tab_wrap {margin: 9.1146vw 0 8.4635vw;}
		#section14 .cate_tab_wrap .cate_wrap {gap:1.5625vw;}
		#section14 .cate_tab_wrap .cate_wrap li {width: auto;height: 7.2917vw;line-height: 7.2917vw;border:0.5208vw solid #ca3d22;border-radius:3.9063vw;padding:0 3.9063vw;}
		#section14 .cate_tab_wrap .cate_wrap li a {font-size: 3.6458vw;}

		#section14 .sub_cont {position:relative;}
		#section14 .swiper-slide {width: 38.1510vw;}
		#section14 .swiper-slide img {width: 100%;}
		#section14 .s14_swiper_next {right:-7.8125vw;}
		#section14 .s14_swiper_next img {width: 6.1198vw;}
		#section14 .s14_swiper_prev {left:-7.8125vw;}
		#section14 .s14_swiper_prev img {width: 6.1198vw;}
	/* section14 e */
	
	/* section15 s */
		#section15 {padding:19.5313vw 10.1563vw 31.2500vw;}
		#section15 .cont_text_wrap .title.mb {margin-bottom: 0.6510vw;}
		#section15 .cont_text_wrap .desc {margin-top: 3.9063vw;}
		#section15 .s15_list_wrap {width: 100%;margin:9.6354vw auto 0;gap:9.6354vw;}
		#section15 .s15_list_wrap.reverse {flex-direction: row-reverse;}
		#section15 .s15_list_wrap .s15_list {width: 35.0260vw;height: 32.1615vw;border-radius:2.6042vw;gap:0vw}
		#section15 .s15_list_wrap .s15_list.arr:after {width:2.6042vw;height:4.8177vw;right:-6.5104vw;}
		#section15 .s15_list_wrap .s15_list.arr_l:after {right:auto;left:-6.5104vw;transform:translateY(-50%) rotate(180deg)}
		#section15 .s15_list_wrap .s15_list.arr_b:after {right:auto;left:50%;top:auto;bottom:-6.5104vw;transform:translateX(-50%) rotate(90deg)}
		#section15 .s15_list_wrap .s15_list .s15_img_box {margin-bottom: 1.3021vw;}
		#section15 .s15_list_wrap .s15_list .s15_img_box img {width: 9.5052vw;}
		#section15 .s15_list_wrap .s15_list .s15_img_txt p.tit {font-size: 4.9479vw;}
		#section15 .s15_list_wrap .s15_list .s15_img_txt p.tit.bb {font-size: 4.9479vw;}
		#section15 .s15_list_wrap .s15_list .s15_img_txt p.desc {font-size: 3.1250vw;line-height: 3.9063vw;margin-top: 1.3021vw;letter-spacing: -0.04em;}
		#section15 .s15_list_wrap .s15_list .s15_img_txt p.desc.mobile {font-size: 2.8646vw;}
	/* section15 e */

	/* section16 s */
		#section16 {background:url('../../images/s16_bg.jpg')no-repeat center/cover;padding:19.5313vw 0 22.1354vw;}
		#section16 .cont_text_wrap .slogan {font-size: 9.3750vw;}
		#section16 .cont_text_wrap .title.mb {margin-bottom: 0.6510vw;}
		#section16 .s16_list_wrap {gap:0vw;margin-top: 13.0208vw;}
		#section16 .s16_list_wrap .s16_list {width: 68.6198vw;height: 72.6563vw;background:url('../../images/s16_on.png')no-repeat center/cover;margin:0 3.9063vw;opacity: 0.5;}
		#section16 .s16_list_wrap .s16_list.swiper-slide-active {opacity: 1;}
		#section16 .s16_list_wrap .s16_list .s16_img_box {bottom:3.5156vw;}
		#section16 .s16_list_wrap .s16_list .s16_img_box img {width: 73.0469vw;}
		#section16 .s16_list_wrap .s16_list .s16_img_txt {padding-top: 19.5313vw;}
		#section16 .s16_list_wrap .s16_list .s16_img_txt p {font-size: 6.5104vw;}
		#section16 .s16_list_wrap .s16_list .s16_event {margin-top: 7.8125vw;}
		#section16 .s16_list_wrap .s16_list .s16_event p {font-size: 5.9896vw;}
		#section16 .s16_list_wrap .s16_list .s16_event img {width: 17.1875vw;}
		#section16 .s16_list_wrap .s16_list .s16_top_txt {top:1.9531vw;}
		#section16 .s16_list_wrap .s16_list .s16_top_txt img {width: 23.5677vw;}
	/* section16 e */

	/* section17 s */
		#section17 {padding:19.5313vw 0 19.5313vw;}
		#section17 .s17_cont_wrap {margin-top: 9.1146vw;}
		#section17 .s17_cont_wrap .s17_table_wrap {text-align: center;}
		#section17 .s17_cont_wrap .s17_table_wrap img {width: 93.6198vw;margin:0 auto;}
		#section17 .s17_cont_wrap .s17_sticker_wrap img {width: 77.3438vw;}
	/* section17 e */


	#section17.addSec {padding: 20.31vw 0 20.31vw;}
	
	#section17.addSec .cont_text_wrap .title {line-height: 1; margin-bottom: 1.5vw;}
	#section17.addSec .Stitle {font-size: 5.86vw; color: #332521;}
	#section17.addSec .telInqT {font-size: 8.46vw;}
	
	#section17.addSec .telInqBox {padding:2.21vw 2.99vw; margin-top: 4.5vw;}
	#section17.addSec .s17_cont_wrap {margin-top: 0; padding: 2.60vw;}
	#section17Top {padding-top:13.54vw;}
	
	#section17.addSec .s17_table_Title {font-size: 6.51vw;}
	#section17.addSec .s17_tableTxt {font-size: 3.26vw; margin-top: 4.17vw;}
	
	#section17.addSec .s17_table_wrap.s17_table02 {padding-top: 9.64vw;}
	
	#section17.addSec .s17_cont_wrap .s17_table_wrap img {width: 100%; margin: 0 auto;}
	#section17.addSec .s17_table_Stemp {width: 13.88vw; right: 3%; top: 15%;}


	/* section18 s */
		#section18 {padding:19.5313vw 0 19.5313vw;}
		#section18 .inner {width: 100%;padding:0 4.5573vw;}
		#section18 .s18_cont_wrap {margin-top: 9.1146vw;}
	/* section18 e */
    
    
.tright {text-align: center !important;  margin-top:10px;          font-size: 3vw;}
.txt_rgt {margin-right: 0 ;  }

 
}	

@media(max-width: 480px){

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