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

@keyframes bling {
	0%	{opacity:1;}
	25%	{opacity:1;}
	50% {opacity:0;}
	75%	{opacity:1;}
	100% {opacity:1;}
}

@keyframes tok {
	0%	{margin-top:0;}
	50%	{margin-top:-10px;}
	100%	{margin-top:0;}
}

@keyframes tokm {
	0%	{margin-top:0;}
	50%	{margin-top:-5px;}
	100%	{margin-top:0;}
}

@keyframes marquee {
	from { transform: translateX(0); }
	to { transform: translateX(-50%); }
}

html {min-width:400px;}
* {border-width:0; margin:0; word-break:keep-all; box-sizing:border-box;}
* {image-rendering: -moz-crisp-edges;
	image-rendering:   -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;}
p {margin:0; padding:0;}	
body {overflow-x:hidden; background-color:#fff;}
body::-webkit-scrollbar-track{
	 /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
	 /*border-radius:100px;*/
	 background:#eee;
}
body::-webkit-scrollbar{
	 width: 7px;
	 background-color: transparent;
}
body::-webkit-scrollbar-thumb{
	 /*border-radius: 100px;*/
	/* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/
	 background: #000;
}
strong {font-weight:normal;}
ul {padding:0; margin:0;}
li {list-style:none;}

.video-container {position:relative; padding-bottom:56.25%; height:0; overflow:hidden;} 
.video-container iframe,.video-container object,.video-container embed {position:absolute; top:0; left:0; width:100%; height:100%;} 

.wrap {top:0px; width:100%; min-width:1260px; max-width:2000px; margin:0 auto; overflow:hidden;}
	.centerdiv {width:100%; max-width:1360px; margin:0 auto; padding:0 50px;}
	.relative {position:relative; left:0; top:0;}
	.bookmark {position:absolute; top:0; left:0;}

@media (max-width:750px){
.wrap {min-width:100%; overflow:hidden;}
	.centerdiv {width:100%; padding:0 10px;}
	.bookmark {top:-85px;}
}





/*Çì´õ*/
.header {position:fixed; top:0; left:0; width:100%; min-width:1260px; padding:20px 20px; z-index:99; transition:all .2s ease; -webkit-transition:all .2s ease;}
.header_fix {background:rgba(0,0,0,.9); box-shadow:0 0 3px rgba(0,0,0,.3); backdrop-filter:blur(3px); -webkit-backdrop-filter:blur(3px);}

	.header .logo {float:left;}
		.header .logo img {width:150px;}

	.header .navi {float:right; transition:all .2s ease; -webkit-transition:all .2s ease;}
		.header .navi li {float:left; margin:5px 20px 0; transition:all .2s ease; -webkit-transition:all .2s ease;}
		.header .navi li:first-child {padding-left:0;}
		.header .navi li:last-child {padding-right:0;}
			.header .navi li a {position:relative; display:block; font-family:'SebangGothic'; font-weight:400; font-size:20px; line-height:40px; color:#fff; cursor:pointer; text-decoration:none; transition:all .2s ease; -webkit-transition:all .2s ease;}
			.header .navi li.on a {color:#ffb400;}

@media (max-width:750px){
.header {min-width:100%; padding:10px; padding-bottom:0;}

	.header .logo {width:100%; text-align:center;}
		.header .logo img {width:130px;}

	.header .navi {float:right; width:100%; margin-top:10px; opacity:0;}
	.header_fix .navi {opacity:1; padding:0 0 3px;}
		.header .navi li {float:left; margin:0; width:25%; text-align:center;}
			.header .navi li a {font-size:13px; line-height:30px;}
			.header .navi li.on a {font-weight:700;}
				.header .navi li.on a:after {position:absolute; bottom:0; left:0; width:100%; height:5px; border:1px solid #ffb400; border-top:none; border-radius:10px; content:'';}
}





/*¿Â¶óÀÎ»ó´ã*/
.footer_btn {position:fixed; bottom:0; left:0; width:100%; min-width:1260px; text-align:center; padding:0; z-index:99; display:none;}
	.footer_btn .footer_btn_contents {position:absolute; bottom:20px; width:150px; height:150px; font-family:'SebangGothic'; font-weight:400; font-size:20px; line-height:25px; color:#fff; margin:0 20px; padding:65px 0 0; box-sizing:border-box; border-radius:100%; box-shadow:0 0 3px rgba(0,0,0,.3); z-index:100; transition:all .2s ease; -webkit-transition:all .2s ease;}
	.footer_btn .customer {left:0; background:#ef3f2f;}
	.footer_btn .inquiry {right:0; background:#243c91; cursor:pointer;}
		.footer_btn .footer_btn_contents span {position:relative;}
		.footer_btn .footer_btn_contents i {position:absolute; top:-40px; left:50%; font-size:30px; margin-left:-15px;}
		.footer_btn .inquiry i {margin-left:-10px;}

.online_inquiry_contents {position:fixed; bottom:-100%; left:0; width:100%; height:100vh; background:rgba(0,0,0,.85); z-index:90; overflow:hidden; opacity:0; transition:all .2s ease; -webkit-transition:all .2s ease; backdrop-filter:blur(5px); -webkit-backdrop-filter:blur(5px);}
	.online_inquiry_contents .inquiry_box {position:absolute; top:50%; left:0; width:100%; height:100%; margin-top:-200px;}
		.online_inquiry_contents .inquiry_box iframe {width:100%; height:100%;}
	.online_inquiry_contents .close_btn {position:absolute; bottom:20px; right:20px; width:80px; height:80px; text-align:center; box-sizing:border-box; border:1px solid #fff; border-radius:100px; overflow:hidden; padding-top:13px; cursor:pointer;}
		.online_inquiry_contents .close_btn i {font-size:50px; color:#fff;}
		.body_open .online_inquiry_contents {z-index:120;}

	/*¸ð¹ÙÀÏ*/
	@media (max-width:750px)  {
		.footer_btn {min-width:100%;}
			.footer_btn .footer_btn_contents {bottom:10px; width:80px; height:80px; font-size:11px; line-height:14px; margin:0 10px; padding:32px 0 0; border-radius:100%;}
				.footer_btn .footer_btn_contents i {top:-20px; font-size:15px; margin-left:-7px;}
		.footer_btn .inquiry i {margin-left:-5px;}

		.online_inquiry_contents .inquiry_box {top:50%; width:90%; height:100%; margin:0 5%; margin-top:-250px;}
		.online_inquiry_contents .close_btn {bottom:13%; bottom:none; width:30px; right:50%; margin-right:-15px; height:30px; padding-top:2px;}
			.online_inquiry_contents .close_btn i {font-size:25px;}
	}






/*¿Â¶óÀÎ»ó´ã*/
.footer_inquiry_section {position:fixed; bottom:0; left:0; width:100%; min-width:1300px; text-align:center; font-size:0; background:#191919; padding:10px 10px; box-shadow:0 0 3px rgba(0,0,0,.3); z-index:99; transition:all .3s ease;}
	.footer_inquiry_section .formgroup_title {position:relative; display:inline-block; vertical-align:top; font-size:0; margin-right:20px;}
		.footer_inquiry_section .formgroup_title ul {position:relative; display:inline-block; vertical-align:top;}
			.footer_inquiry_section .formgroup_title li {position:relative; display:inline-block; vertical-align:top; font-family:'SebangGothic'; font-weight:300; color:#fff;}
				.footer_inquiry_section .formgroup_title li img {image-rendering:auto;}
			.footer_inquiry_section .formgroup_title ul li:nth-child(1) {font-weight:400; text-align:right; font-size:18px; line-height:20px; margin-top:8px; margin-right:10px;}
				.footer_inquiry_section .formgroup_title ul li:nth-child(2) img {width:150px;}
			.footer_inquiry_section .formgroup_title ul li:nth-child(3) {font-weight:700; font-size:40px; line-height:40px; margin-top:9px; margin-left:20px; color:#ef3f2f;}
	.footer_inquiry_section .formgroup_box {display:inline-block; vertical-align:top; margin-top:3px;}

@media (max-width:750px){
.footer_inquiry_section {min-width:100%; padding:10px;}
	.footer_inquiry_section .formgroup_title {width:100%; text-align:center; margin-right:0;}
		.footer_inquiry_section .formgroup_title ul {margin:0 auto;}
			.footer_inquiry_section .formgroup_title ul li:nth-child(1) {font-size:12px; line-height:14px; margin-top:5px; margin-right:5px;}
				.footer_inquiry_section .formgroup_title ul li:nth-child(2) img {width:100px;}
			.footer_inquiry_section .formgroup_title ul li:nth-child(3) {font-size:23px; line-height:25px; margin-top:7px; margin-left:10px;}
	.footer_inquiry_section .formgroup_box {width:100%; margin-top:8px;}
}





.body_open {overflow:hidden;}
.body_open .online_inquiry_contents {bottom:0; opacity:1;}





/*ÇªÅÍ*/
.bottom {display:table; width:100%; min-width:1260px; text-align:center; background:#fff; padding:80px 0 150px;}
	.bottom .companyinfo {clear:both; width:100%; font-size:0;}
		.bottom .companyinfo li {display:inline-block; vertical-align:top; margin:0 15px; font-family:'SebangGothic'; font-weight:400; font-size:17px; line-height:30px; color:#000;}
		.bottom .companyinfo a {font-family:'SebangGothic'; font-weight:400; font-size:17px; text-decoration:none; color:#000;}

@media (max-width:750px){
.bottom {min-width:100%; padding:30px 0 170px;}
	.bottom .companyinfo li {margin:0 5px; font-size:10px; line-height:15px;}
	.bottom .companyinfo a {font-size:10px;}
}





/*¸ÞÀÎ ÄÁÅÙÃ÷*/
.contents-section {clear:both; position:relative; width:100%; min-width:1260px; padding:200px 0;}

@media (max-width:750px){
.contents-section {min-width:100%; padding:100px 0;}
}





/*ÀÎÆ®·Î*/
.intro {height:100vh; min-height:800px; padding:0; background:#000;}
	.intro .intro_text {position:absolute; top:50%; left:0; width:100%; z-index:4; margin-top:-140px; opacity:0;}
		.intro .intro_text .intro_title {display:table; font-family:'GhanaChocolate'; text-align:center; color:#fff; text-shadow:0 0 5px #000; margin:0 auto;}
			.intro .intro_text .intro_title	li {position:relative; float:left; width:100%;}
			.intro .intro_text .intro_title	li:nth-child(1) {font-size:45px;}
				.intro .intro_text .intro_title	li:nth-child(1) strong:after {position:absolute; top:-40%; left:-10%; width:120%; height:180%; content:''; background:url('../images/line_circle.png') no-repeat center; background-size:100% 100%; z-index:-1;}
			.intro .intro_text .intro_title	li:nth-child(2) {font-size:90px;}
				.intro .intro_text .intro_title	li:nth-child(2) strong:after {position:absolute; bottom:10px; left:0; width:100%; height:10px; content:''; background:url('../images/line_under.png') no-repeat center; background-size:100% 100%; z-index:-1;}
			.intro .intro_text .intro_title	li:nth-child(3) {margin-top:50px;}
				.intro .intro_text .intro_title	li:nth-child(3) .comment {position:absolute; top:0; left:50%; font-family:'Nanum Brush Script'; font-size:35px; transform:rotate(-10deg); margin-left:-440px;}
					.intro .intro_text .intro_title	li:nth-child(3) .comment:after {position:absolute; top:15px; right:-45px; width:40px; height:20px; content:''; background:url('../images/arrow_w.png') no-repeat center; background-size:100% 100%;}
				.intro .intro_text .intro_title	li strong {position:relative; color:#ffb400;}
				.intro .intro_text .intro_title	li img {width:350px;}

	.intro .movie {position:absolute; top:0; left:-30%; width:160%; height:120%; border-radius:0 0 100% 100%; overflow:hidden; z-index:2;}
		.intro .movie iframe {position:absolute; top:50%; left:50%; width:3000px; height:1300px; margin-left:-1500px; margin-top:-650px; z-index:1;}
			.intro .movie:after {position:absolute; top:0; left:0; width:100%; height:100%; content:''; background:linear-gradient(to bottom, rgba(0,0,0,.8), rgba(0,0,0,.0)); z-index:2;}

	/*¸ð¹ÙÀÏ*/
	@media (max-width:750px)  {
		.intro {height:600px; min-height:600px;}
			.intro .intro_text {margin-top:-100px;}
				.intro .intro_text .intro_title {}
					.intro .intro_text .intro_title	li {}
					.intro .intro_text .intro_title	li:nth-child(1) {font-size:30px;}
					.intro .intro_text .intro_title	li:nth-child(2) {font-size:40px;}
						.intro .intro_text .intro_title	li:nth-child(2) strong:after {bottom:5px; height:5px;}
					.intro .intro_text .intro_title	li:nth-child(3) {margin-top:20px;}
						.intro .intro_text .intro_title	li:nth-child(3) .comment {top:120px; left:45%; font-size:25px; margin-left:-80px; transform:rotate(10deg);}
							.intro .intro_text .intro_title	li:nth-child(3) .comment:after {top:-5px; right:auto; left:-20px; width:20px; height:10px; transform:rotate(-120deg);}
						.intro .intro_text .intro_title	li img {width:250px;}

				.intro .movie iframe {top:0; height:750px; margin-top:0;}
	}






/*ºê·£µå*/
.brand {background:#000 url('../images/brand_bg.jpg') no-repeat fixed center; background-size:cover; padding:200px 50px;}
	.brand .brand_food1 {position:absolute; top:0; left:50%; margin-left:-1380px; z-index:3; animation:rotate 120s linear infinite;}
	.brand .brand_food2 {position:absolute; top:-240px; left:50%; margin-left:350px; z-index:1;}
	.brand .brand_title {position:relative; display:table; margin:0 auto; margin-top:100px; text-shadow:0 0 5px #000;}
		.brand .brand_title li {clear:both; position:relative; text-align:center;}
		.brand .brand_title li:nth-child(1) {font-family:'GhanaChocolate'; font-size:60px; color:#fff; margin-left:90px; padding-bottom:70px;}
		.brand .brand_title li:nth-child(2) {position:absolute; top:75px; left:170px; font-family:'GhanaChocolate'; font-size:60px; color:#fff; z-index:1; white-space:nowrap;}
			.brand .brand_title li:nth-child(2):after {position:absolute; top:-70px; left:-165px; content:'¿Ö!'; font-family:'GhanaChocolate'; font-size:150px; letter-spacing:-20px; color:#ffb400; z-index:-1; transform:rotate(-15deg);}
		.brand .brand_title li:nth-child(3) {font-family:'SebangGothic'; text-align:right; font-weight:700; font-size:31px; color:#ffb400; margin-right:60px;}
		.brand .brand_title li:nth-child(4) {font-family:'Jalnan'; font-size:100px; line-height:140px; color:#ef3f2f;}
	.brand .brand_comment {position:relative; display:table; margin:0 auto; margin-top:80px; text-shadow:0 0 5px #000;}
		.brand .brand_comment li {clear:both; position:relative; font-family:'SebangGothic'; font-weight:400; text-align:center; color:#fff;}
			.brand .brand_comment li:nth-child(1) {font-size:50px; font-weight:700; color:#ffb400; display:none;}
			.brand .brand_comment li:nth-child(2) {font-size:30px; display:none;}
			.brand .brand_comment li:nth-child(3) {font-size:50px; line-height:80px; font-weight:700; display:none;}
			.brand .brand_comment li:nth-child(3) {font-size:50px; line-height:80px; font-weight:700; display:none;}
			.brand .brand_comment li:nth-child(4) {font-size:28px; line-height:35px;}
				.brand .brand_comment li:nth-child(4) strong {font-weight:700; font-size:35px; color:#ffb400;}
	.brand .brand_contents {position:relative; display:table; width:100%; margin-top:80px;}
		.brand .brand_contents .brand_mainimg {width:100%; text-align:center;}
			.brand .brand_contents .brand_mainimg:before {position:absolute; top:-30%; left:30%; width:660px; height:1100px; content:''; background:url('../images/smoke.png') no-repeat center top; background-size:100% 100%; z-index:3; animation:smokemove1 2s linear infinite;}
			.brand .brand_contents .brand_mainimg:after {position:absolute; top:-20%; left:40%; width:660px; height:1100px; content:''; background:url('../images/smoke.png') no-repeat center top; background-size:100% 100%; z-index:4; animation:smokemove2 2.5s linear infinite;}
			.brand .brand_contents .brand_mainimg	img {}
		.brand .brand_contents .brand_mushroomimg {position:absolute; top:595px; left:50%; margin-left:250px; z-index:1;}
		.brand .brand_contents .brand_shopimg {position:absolute; top:810px; left:50%; margin-left:120px; z-index:3;}
		.brand .brand_contents .brand_movie {position:absolute; top:500px; left:50%; width:850px; height:480px; margin-left:-600px; z-index:2; -webkit-filter:brightness(120%); filter:brightness(120%);}
			.brand .brand_contents .brand_movie:after {position:absolute; top:0; left:0; width:100%; height:100%; content:''; z-index:10;}





.interior {background:#000 url('../images/brand_bg.jpg') no-repeat fixed center; background-size:cover; padding:200px 50px;}
	.interior .brand_comment2 {position:relative; display:table; margin:0 auto; text-shadow:0 0 5px #000;}
		.interior .brand_comment2 li {clear:both; position:relative; font-family:'SebangGothic'; font-weight:400; text-align:center; color:#fff;}
			.interior .brand_comment2 li:nth-child(1) {font-family:'Jalnan'; font-size:100px; line-height:150px;}
			.interior .brand_comment2 li:nth-child(2) {font-size:40px; line-height:50px;}
				.interior .brand_comment2 li:nth-child(2) strong {font-weight:700; color:#ffb400;}
	.interior .brand_interior {position:relative; display:table; width:100%; font-size:0; margin-top:80px;}
		.interior .brand_interior ul {float:left; display:table; width:37.5%;}
		.interior .brand_interior ul:nth-child(2) {width:25.00%;}
			.interior .brand_interior ul li {position:relative; float:left; width:32.83%; overflow:hidden; margin:.25%; -webkit-filter:brightness(120%)saturate(120%); filter:brightness(120%)saturate(120%);}
				.interior .brand_interior ul li:after {position:absolute; top:0; left:0; width:100%; height:100%; content:''; z-index:10;}
		.interior .brand_interior ul:nth-child(2) li {width:99.5%;}
				.interior .brand_interior ul li img {width:100%; transition:all .2s ease; -webkit-transition:all .2s ease;}
				.interior .brand_interior ul li:hover img {-webkit-transform:scale(1.05); -ms-transform:scale(1.05); transform:scale(1.05);}
			.interior .brand_interior ul li iframe {position:absolute; top:0; left:50%; width:1000px; margin-left:-500px; height:100%; z-index:2; transition:all .2s ease; -webkit-transition:all .2s ease;}
				.interior .brand_interior ul li:hover iframe {-webkit-transform:scale(1.05); -ms-transform:scale(1.05); transform:scale(1.05);}





	.brand_graph_contents  {display:table; width:100%; margin:250px 0 0;}
		.brand_graph_title {width:100%;}
			.brand_graph_title ul {width:100%; text-align:center;}
				.brand_graph_title li {display:table; width:100%; font-family:'SebangGothic'; font-weight:400; color:#fff; margin:0 auto;}
				.brand_graph_title li:nth-child(1) {width:auto; font-weight:700; font-size:50px; background:#ef3f2f; border-radius:100px; padding:5px 20px 4px;}
				.brand_graph_title li:nth-child(2) {font-family:'Jalnan'; font-size:100px; line-height:140px; color:#ef3f2f;}
				.brand_graph_title li:nth-child(3) {font-size:25px; line-height:35px;}
					.brand_graph_title li:nth-child(3) strong {font-weight:400; color:#fff; background:#ef3f2f; border-radius:5px; padding:4px 5px 2px;}
		.brand_graph_title2 {width:100%;}
			.brand_graph_title2 ul {width:100%; text-align:center;}
			.brand_graph_title2 ul:nth-child(2) {position:relative; margin:50px 0; font-size:0;}
				.brand_graph_title2 ul:nth-child(2)::after {position:absolute; top:50%; left:50%; content:'VS'; font-family:'SebangGothic'; font-weight:700; font-size:50px; color:#fff;  transform:translate(-50%,-50%);}
				.brand_graph_title2 li {display:table; width:100%; font-family:'SebangGothic'; font-weight:400; color:#fff; margin:0 auto;}
				.brand_graph_title2 ul:nth-child(1) li {font-size:30px;}
					.brand_graph_title2 ul:nth-child(1) li strong {font-family:'Jalnan'; font-size:70px; line-height:90px; color:#ef3f2f;}
				.brand_graph_title2 ul:nth-child(2) li {display:inline-block; vertical-align:top; font-size:30px; width:300px;}
					.brand_graph_title2 ul:nth-child(2) li strong {font-weight:700; font-size:60px; color:#ef3f2f;}
				.brand_graph_title2 ul:nth-child(3) li {font-size:25px; line-height:35px;}
					.brand_graph_title2 ul:nth-child(3) li strong {font-weight:700; font-size:60px; color:#ef3f2f;}
				.brand_graph_title2 ul:nth-child(4) li {font-size:25px; line-height:35px; margin-top:50px;}
					.brand_graph_title2 ul:nth-child(4) li strong {font-weight:400; color:#fff; background:#ef3f2f; border-radius:5px; padding:4px 5px 2px;}
		.people_graph {position:relative; width:100%; max-width:1000px; height:400px; margin:100px auto 150px;}
			.people_graph::after {position:absolute; top:100%; left:0; width:100%; content:'¡Ø À§ ±×·¡ÇÁ´Â ½Å¸²Á¡ 2024³â ±âÁØ ¸ÅÃâÀÚ·áÀÔ´Ï´Ù / ´ÜÀ§ : ¸¸¿ø'; font-family:'SebangGothic'; font-size:17px; text-align:center; font-weight:400; color:#fff; margin-top:50px;}
			.people_graph * {font-family:'SebangGothic'; font-weight:400; color:#fff;}
			.brand_graph_impact {position:absolute; top:0; left:50%; font-size:30px; background:rgba(0,0,0,.8); border:2px solid #ef3f2f; border-radius:10px; padding:10px 15px 3px; z-index:10; transform:translateX(-50%)rotate(-10deg); margin-left:-100px;  animation:bling 1.5s linear infinite;}
				.brand_graph_impact strong {font-weight:700; font-size:80px; color:#ef3f2f;}
			.people_graph .graph-container {position:relative; width:100%; height:100%; border-bottom:1px solid #fff; overflow:visible;    }
				.people_graph .graph-container::before {content:''; position:absolute; width:100%; height:100%; background-image:repeating-linear-gradient(  to top,  transparent,  transparent calc(100% / 7 - 1px),  rgba(255,255,255,.2) calc(100% / 7 - 1px),  rgba(255,255,255,.2) calc(100% / 7) ); z-index: 0; pointer-events: none;    }
			/*¼¼·Î¼±*/
			.people_graph .vertical-line {position: absolute; top: 0; width:1px; height: 100%; border-right:1px dashed rgba(255,255,255,.2); z-index: 0;}
			.people_graph .chart {position:absolute; width:100%; height:100%; z-index:1;}
			/*Á¡*/
			.people_graph .point {position:absolute; width:14px; height:14px; background:#000; border:2px solid #ef3f2f; border-radius:50%; transform:translate(-50%, -50%); z-index: 2;}
				.people_graph .point.highlight {border-width:3px; width:20px; height:20px;}
			/*±Ý¾×*/
			.people_graph .label {position:absolute; font-weight:400; font-size: 17px; color: #fff; text-shadow:0 0 3px #000; transform: translate(-50%, -160%);white-space: nowrap; z-index: 2;}
				.people_graph .label.highlight {color: #fff; font-size: 20px; text-shadow:none; background:#ef3f2f; border-radius:5px; padding:3px 5px 2px;}
					.people_graph .label.highlight:after {position:absolute; top:100%; margin-top:-1px; left:30%; border-top:13px solid #ef3f2f; border-left:10px solid transparent; border-right:0 solid transparent; content:'';}
			/*¶óº§*/
			.people_graph .y-axis {position:absolute; top:-17px; right:100%; height:100%; margin-right:10px; z-index:3; }
				.people_graph .y-label {position:absolute; right:0; transform: translateY(50%); font-size:15px; color: #fff; text-shadow:0 0 3px #000;} 
			.people_graph .x-axis {position:absolute; top:100%; left:0; width: 100%; z-index:3; margin-top:10px;}
				.people_graph .x-label {position:absolute; transform:translateX(-50%); font-size:15px; color:#fff; text-shadow:0 0 3px #000;}

@supports (-webkit-touch-callout: none) {
	.brand{
		background-attachment:scroll;
	}
}
	/*¸ð¹ÙÀÏ*/
	@media (max-width:750px)  {
		.brand {padding:100px 10px;}
			.brand .brand_food1 {top:-30px; margin-left:-380px;}
				.brand .brand_food1 img {width:300px;}
			.brand .brand_food2 {top:-40px; margin-left:120px;}
				.brand .brand_food2 img {width:200px;}
			.brand .brand_title {margin-top:100px;}
				.brand .brand_title li:nth-child(1) {font-size:20px; margin-left:5px; padding-bottom:30px;}
				.brand .brand_title li:nth-child(2) {top:25px; left:63px; font-size:25px;}
					.brand .brand_title li:nth-child(2):after {top:-15px; left:-55px; font-size:50px; letter-spacing:-5px;}
				.brand .brand_title li:nth-child(3) {font-size:15px; margin-right:20px;}
				.brand .brand_title li:nth-child(4) {font-size:40px; line-height:50px;}
			.brand .brand_comment {margin-top:30px;}
					.brand .brand_comment li:nth-child(1) {font-size:21px;}
					.brand .brand_comment li:nth-child(2) {font-size:13px;}
					.brand .brand_comment li:nth-child(3) {font-size:33px; line-height:40px;}
			.brand .brand_comment li:nth-child(4) {font-size:15px; line-height:20px; letter-spacing:-1px;}
				.brand .brand_comment li:nth-child(4) strong {font-size:17px;}
			.brand .brand_contents {margin-top:50px;}
				.brand .brand_contents .brand_mainimg {}
					.brand .brand_contents .brand_mainimg img {width:300px;}
					.brand .brand_contents .brand_mainimg:before {width:160px; height:200px;}
					.brand .brand_contents .brand_mainimg:after {width:160px; height:200px;}
				.brand .brand_contents .brand_mushroomimg {top:150px; margin-left:65px;}
					.brand .brand_contents .brand_mushroomimg img {width:170px;}
				.brand .brand_contents .brand_shopimg {top:200px; margin-left:40px;}
					.brand .brand_contents .brand_shopimg img {width:180px;}
				.brand .brand_contents .brand_movie {top:120px; width:260px; height:280px; margin-left:-180px;}






	.interior {padding:100px 10px;}
			.interior .brand_comment2 {}
					.interior .brand_comment2 li:nth-child(1) {font-size:32px; line-height:50px;}
					.interior .brand_comment2 li:nth-child(2) {font-size:15px; line-height:18px;}
			.interior .brand_interior {margin-top:30px;}
				.interior .brand_interior ul {width:100%;}
				.interior .brand_interior ul:nth-child(2) {display:none;}
				

	.brand_graph_contents  {margin:100px 0 0;}
				.brand_graph_title li:nth-child(1) {font-size:20px; padding:5px 20px 4px;}
				.brand_graph_title li:nth-child(2) {font-size:35px; line-height:60px;}
				.brand_graph_title li:nth-child(3) {font-size:15px; line-height:20px;}
					.brand_graph_title li:nth-child(3) strong {padding:1px 2px 0;}
			.brand_graph_title2 ul:nth-child(2) {margin:30px 0;}
				.brand_graph_title2 ul:nth-child(2)::after {font-size:30px;}
				.brand_graph_title2 li {display:table; width:100%; font-family:'SebangGothic'; font-weight:400; color:#fff; margin:0 auto;}
				.brand_graph_title2 ul:nth-child(1) li {font-size:16px;}
					.brand_graph_title2 ul:nth-child(1) li strong {font-size:34px; line-height:50px;}
				.brand_graph_title2 ul:nth-child(2) li {font-size:17px; width:50%;}
					.brand_graph_title2 ul:nth-child(2) li strong {font-size:30px;}
				.brand_graph_title2 ul:nth-child(3) li {font-size:17px; line-height:35px;}
					.brand_graph_title2 ul:nth-child(3) li strong {font-size:25px;}
				.brand_graph_title2 ul:nth-child(4) li {font-size:14px; line-height:20px; margin-top:30px;}
					.brand_graph_title2 ul:nth-child(4) li strong {padding:2px 5px 0;}
		.people_graph {height:200px; margin:50px auto 100px;}
			.people_graph::after {font-size:11px; margin-top:50px;}
			.brand_graph_impact {left:10px; font-size:15px; border-width:1px; padding:8px 10px 3px; margin-left:0; transform:translateX(0)rotate(-10deg); }
				.brand_graph_impact strong {font-size:40px;}
			.people_graph .graph-container {width:100%; border-width:.5px;}
			/*¼¼·Î¼±*/
				.people_graph .graph-container::before {background-image:repeating-linear-gradient(  to top,  transparent,  transparent calc(100% / 7 - .5px),  rgba(255,255,255,.2) calc(100% / 7 - .5px),  rgba(255,255,255,.2) calc(100% / 7) );}
			.people_graph .vertical-line {width:.5px; border-width:.5px;}
			.people_graph .chart {position:absolute; width:100%; height:100%; z-index:1;}
			/*Á¡*/
			.people_graph .point {width:10px; height:10px; border-width:1px;}
				.people_graph .point.highlight {border-width:2px; width:16px; height:16px;}
			/*±Ý¾×*/
			.people_graph .label {font-size: 12px;}
				.people_graph .label.highlight {font-size: 14px; padding:2px 2px 1px;}
			/*¶óº§*/
			.people_graph .y-axis {display:none; }
			.people_graph .x-axis {margin-top:10px;}
				.people_graph .x-label {font-size:11px;}
	}





/*¸®ºä*/
.review {background:#000 url('../images/sns_bg.jpg') no-repeat center; background-size:cover; overflow:hidden;}
	.review .review_title_contents {position:relative; width:100%; max-width:1300px; margin:0 auto; padding:0 50px;}
		.review .review_title_contents .review_nameboard {position:absolute; top:-30px; left:-60px; z-index:1;}
		.review .review_title_contents .review_title {display:table; width:100%;}
			.review .review_title_contents .review_title li {clear:both; font-family:'SebangGothic'; font-weight:400; color:#fff;}
			.review .review_title_contents .review_title li:nth-child(1) {font-size:40px; line-height:60px;}
			.review .review_title_contents .review_title li:nth-child(2) {font-size:70px; line-height:80px;}
				.review .review_title_contents .review_title li:nth-child(2) span {color:#ef3f2f;}
				.review .review_title_contents .review_title li:nth-child(2) strong {font-weight:700;}
			.review .review_title_contents .review_title li:nth-child(3) {font-size:70px; line-height:80px;}
				.review .review_title_contents .review_title li:nth-child(3) span {color:#ffb400;}
				.review .review_title_contents .review_title li:nth-child(3) strong {font-weight:700;}
		.review .review_title_contents .review_tag {display:table; width:500px; margin:30px 0 0;}
			.review .review_title_contents .review_tag li {float:left; font-family:'SebangGothic'; font-size:20px; font-weight:400; color:#fff; background:#243c91; border-radius:5px; padding:5px 8px; margin:0 10px 10px 0;}
		.review .sns_slide {position:absolute; top:800px; left:0; width:100%; z-index:2;}
			.review .sns_slide iframe {width:100%; height:540px;}
		.review .review_foodimg {position:absolute; top:-350px; left:50%; margin-left:-50px; z-index:1;}
		.review .youtube_contents {width:100%; padding:0 50px; margin-top:800px;}
			.review .youtube_contents .youtube_list {float:left; width:33.33%; padding:0 10px; margin-top:50px;}
				.review .youtube_contents .youtube_list .youtube_name {width:100%; font-family:'SebangGothic'; text-align:center; font-weight:400; font-size:20px; line-height:30px; color:#fff; margin:20px 0 0;}

	/*¸ð¹ÙÀÏ*/
	@media (max-width:750px)  {
		.review {}
			.review .review_title_contents {padding:0 10px;}
				.review .review_title_contents .review_nameboard {position:absolute; top:-10px; left:10px; z-index:1;}
					.review .review_title_contents .review_nameboard img {width:30px;}
				.review .review_title_contents .review_title {padding-left:40px;}
					.review .review_title_contents .review_title li:nth-child(1) {font-size:15px; line-height:20px;}
					.review .review_title_contents .review_title li:nth-child(2) {font-size:15px; line-height:20px;}
					.review .review_title_contents .review_title li:nth-child(3) {font-size:25px; line-height:30px;}
				.review .review_title_contents .review_tag {width:240px; margin:10px 0 0; padding-left:40px;}
					.review .review_title_contents .review_tag li {font-size:9px; border-radius:3px; padding:3px 5px; margin:0 2px 2px 0;}
				.review .sns_slide {top:300px;}
					.review .sns_slide iframe {height:300px;}
				.review .review_foodimg {top:-20px; margin-left:-10px;}
					.review .review_foodimg img {width:300px;}
				.review .youtube_contents {padding:0 10px; margin-top:350px;}
					.review .youtube_contents .youtube_list {clear:both; width:100%; padding:0 2px; margin-top:30px;}
						.review .youtube_contents .youtube_list .youtube_name {font-size:9px; line-height:10px; margin:10px 0 30px;}
	}






/*¸ÅÃâ*/
.sales {background:#e9e3db; padding-top:10px;}
	/*¿µ¼öÁõÅ¸ÀÌÆ²*/
	.sales .sales_contents {position:relative; display:table; width:100%; padding:50px;}
		.sales .sales_contents .sales_title {position:absolute; top:200px; left:0; width:100%; z-index:2;}
			.sales .sales_contents .sales_title li {position:relative; clear:both; display:table; text-align:center; text-shadow:0 0 5px #000; margin:0 auto;}
			.sales .sales_contents .sales_title li:nth-child(1) {font-family:'SebangGothic'; font-weight:400; font-size:50px; line-height:60px; color:#fff;}
				.sales .sales_contents .sales_title li:nth-child(1) strong {font-weight:700;}
			.sales .sales_contents .sales_title li:nth-child(2) {font-family:'Jalnan'; font-size:100px; line-height:120px; color:#fff;}
/*				.sales .sales_contents .sales_title li:nth-child(2):after {position:absolute; top:-50px; left:-70px; width:80px; height:150px; content:''; background:url('../images/logo_simbol.png') no-repeat center top; background-size:100%; transform:rotate(15deg); z-index:1;}*/
			.sales .sales_contents .sales_title li:nth-child(3) {font-family:'SebangGothic'; font-weight:400; font-size:50px; line-height:110px; color:#fff; margin-top:10px;}
				.sales .sales_contents .sales_title li:nth-child(3) strong {font-weight:700; font-size:100px; color:#d60000;}
			.sales .sales_contents .sales_title li:nth-child(4) {font-family:'SebangGothic'; font-weight:400; font-size:30px; line-height:30px; color:#fff; background:#191919; border-radius:100px; padding:10px 20px;}
			.sales .sales_contents .sales_title li:nth-child(5) {font-family:'SebangGothic'; font-weight:700; font-size:50px; line-height:60px; color:#fff; margin-top:50px;}
			.sales .sales_contents .sales_title li:nth-child(6) {font-family:'SebangGothic'; font-weight:400; font-size:50px; line-height:60px; color:#fff;}
				.sales .sales_contents .sales_title li:nth-child(6) strong {position:relative; font-weight:700;}
				.sales .sales_contents .sales_title li:nth-child(6) span {position:relative;}
				.sales .sales_contents .sales_title li:nth-child(6) b {position:relative;}
					.sales .sales_contents .sales_title li:nth-child(6) span:after {position:absolute; bottom:0; left:0; width:100%; height:10px; content:''; background:url('../images/line_under.png') no-repeat center; background-size:100% 100%; z-index:-1;}
					.sales .sales_contents .sales_title li:nth-child(6) b:after {position:absolute; top:-20%; left:-20%; width:140%; height:140%; content:''; background:url('../images/line_circle.png') no-repeat center; background-size:100% 100%; z-index:-1;}
	/*¸ð¹ÙÀÏ*/
	@media (max-width:750px)  {
.sales  {padding-top:5px;}
	.sales .sales_contents {padding:10px;}
		.sales .sales_contents .sales_title {top:100px;}
			.sales .sales_contents .sales_title li:nth-child(1) {font-size:20px; line-height:25px;}
			.sales .sales_contents .sales_title li:nth-child(2) {font-size:30px; line-height:30px;}
/*				.sales .sales_contents .sales_title li:nth-child(2):after {top:-20px; left:-30px; width:30px; height:100px;}*/
			.sales .sales_contents .sales_title li:nth-child(3) {font-size:20px; line-height:30px; margin-top:10px;}
				.sales .sales_contents .sales_title li:nth-child(3) strong {font-size:30px;}
			.sales .sales_contents .sales_title li:nth-child(4) {font-size:13px; line-height:15px; padding:5px 10px;}
			.sales .sales_contents .sales_title li:nth-child(5) {font-size:20px; line-height:30px; margin-top:30px;}
			.sales .sales_contents .sales_title li:nth-child(6) {font-size:17px; line-height:30px;}
					.sales .sales_contents .sales_title li:nth-child(6) span:after {height:5px;}
	}
	@media (max-width:450px)  {
			.sales .sales_contents .sales_title li:nth-child(1) {font-size:15px; line-height:25px;}
			.sales .sales_contents .sales_title li:nth-child(2) {font-size:32px; line-height:35px;}
/*				.sales .sales_contents .sales_title li:nth-child(2):after {top:-20px; left:-30px; width:30px; height:100px;}*/
			.sales .sales_contents .sales_title li:nth-child(3) {font-size:20px; line-height:40px; margin-top:0;}
				.sales .sales_contents .sales_title li:nth-child(3) strong {font-size:25px;}
			.sales .sales_contents .sales_title li:nth-child(4) {font-size:13px; line-height:15px; padding:5px 10px;}
			.sales .sales_contents .sales_title li:nth-child(5) {font-size:15px; line-height:30px; margin-top:30px;}
			.sales .sales_contents .sales_title li:nth-child(6) {font-size:10px; line-height:30px;}
					.sales .sales_contents .sales_title li:nth-child(6) span:after {height:5px;}
	}

		/*¿µ¼öÁõ*/
		.sales .sales_contents .sales_bill_contents {position:absolute; top:850px; left:50%; width:1260px; text-align:center; font-size:0; margin-left:-630px; z-index:2;}
			.sales .sales_contents .sales_bill_contents .sales_bill_bg {display:inline-block; vertical-align:top; width:26%; padding:3px; margin:0 1.5%; border-radius:100px; background:linear-gradient(to bottom, #fff, #ccc);}
				.sales .sales_contents .sales_bill_contents .sales_bill_bg .sales_bill_bg2 {position:relative; width:100%; height:10px; background:#000; border-radius:100px;}
					.sales .sales_contents .sales_bill_contents .sales_bill {position:absolute; top:3px; left:3%; width:94%; text-align:center; background:#0d0d0d; padding:10px;}
						.sales .sales_contents .sales_bill_contents .sales_bill:after {position:absolute; bottom:-19px; left:0; width:100%; height:19px; content:''; background:url('../images/sales_billbg.png') repeat-x center; z-index:2;}
						.sales .sales_contents .sales_bill_contents .sales_impact {position:absolute; top:100px; left:50%; margin-left:-113px; width:225px; display:table; font-family:'SebangGothic'; font-weight:400; font-size:26px; line-height:40px; color:#fff; border-radius:5px; background:#000; border:2px solid #e60012; padding:0 5px; z-index:2; transform:rotate(-10deg); animation:bling 1.5s linear infinite;}
							.sales .sales_contents .sales_bill_contents .sales_impact span {font-weight:700; color:#e60012;}
						.sales .sales_contents .sales_bill_contents .sales_bill_title {width:100%; font-family:'SebangGothic'; font-weight:400; font-size:17px; line-height:40px; color:#666; border-bottom:1px dotted rgba(255,255,255,.3); padding:20px 0 15px;}
							.sales .sales_contents .sales_bill_contents .sales_bill_title span {position:relative; font-weight:700; font-size:50px; color:#fff;}
							.sales .sales_contents .sales_bill_contents .sales_bill_title strong {font-weight:700; color:#fff;}
								.sales .sales_contents .sales_bill_contents .sales_bill_title span:after {position:absolute; top:-40px; left:-30px; width:40px; height:100px; content:''; background:url('../images/logo_simbol.png') no-repeat center top; background-size:100%; transform:rotate(-15deg); z-index:1;}
						.sales .sales_contents .sales_bill_contents .sales_bill_topsale {width:100%; font-family:'SebangGothic'; font-weight:400; font-size:20px; line-height:30px; color:#fff; border-bottom:1px dotted rgba(255,255,255,.3); padding:30px 0 15px;}
							.sales .sales_contents .sales_bill_contents .sales_bill_topsale strong {font-weight:700; font-size:40px; color:#e60012;}
							.sales .sales_contents .sales_bill_contents .sales_bill_topsale span {font-size:17px; color:#666;}
						.sales .sales_contents .sales_bill_contents .sales_bill_table {position:relative; display:table; width:100%; padding:0 15px; margin:20px 0;}
							.sales .sales_contents .sales_bill_contents .sales_bill_table:after {position:absolute; top:2%; left:5px; width:5px; height:96%; content:''; border:1px dashed #e60012; border-right:none; z-index:1;}
							.sales .sales_contents .sales_bill_contents .sales_bill_table .covid19 {position:absolute; top:40%; left:-20px; font-family:'SebangGothic'; font-weight:400; font-size:18px; line-height:35px; color:#fff; background:#000; border:2px solid #e60012; border-radius:5px; padding:0 5px 0 35px; z-index:2; animation:bling 1.5s linear infinite;}
								.sales .sales_contents .sales_bill_contents .sales_bill_table .covid19 i {position:absolute; top:5px; left:5px; font-size:25px;}
							.sales .sales_contents .sales_bill_contents .sales_bill_table ul {position:relative; display:table; width:100%; padding:0 5px 2px; border:2px solid transparent; border-radius:5px; box-sizing:border-box; margin:1px 0;}
							.sales .sales_contents .sales_bill_contents .sales_bill_table ul:nth-child(8) {background:#000; border-color:#e60012;}
								.sales .sales_contents .sales_bill_contents .sales_bill_table ul:nth-child(8):after {position:absolute; top:-20px; right:-40px; content:'Why1'; font-family:'SebangGothic'; font-weight:400; font-size:13px; line-height:15px; color:#fff; border:2px solid #e60012; background:#000; border-radius:5px; padding:3px;}
							.sales .sales_contents .sales_bill_contents .sales_bill_table ul:nth-child(14) {background:#000; border-color:#e60012;}
								.sales .sales_contents .sales_bill_contents .sales_bill_table ul:nth-child(14):after {position:absolute; top:-20px; right:-40px; content:'Why2'; font-family:'SebangGothic'; font-weight:400; font-size:13px; line-height:15px; color:#fff; border:2px solid #e60012; background:#000; border-radius:5px; padding:3px;}
							.sales .sales_contents .sales_bill_contents .sales_bill_table ul:nth-child(21) {background:#000; border-color:#e60012;}
								.sales .sales_contents .sales_bill_contents .sales_bill_table ul:nth-child(21):after {position:absolute; top:-20px; right:-40px; content:'Why3'; font-family:'SebangGothic'; font-weight:400; font-size:13px; line-height:15px; color:#fff; border:2px solid #e60012; background:#000; border-radius:5px; padding:3px;}
							.sales .sales_contents .sales_bill_contents .sales_bill_bg:nth-child(1) ul:nth-child(24) {background:#000; border-color:#ffb400;  animation:bling 1.5s linear infinite;}
								.sales .sales_contents .sales_bill_contents .sales_bill_bg:nth-child(1) ul:nth-child(24):after {position:absolute; top:-14px; left:50%; width:40px; margin-left:-20px; background:#000; border:2px solid #ffb400; content:'ÃÖ°í¸ÅÃâ'; font-family:'SebangGothic'; font-weight:400; font-size:17px; line-height:20px; color:#ffb400; padding:3px; word-break:normal; border-radius:5px;}
								.sales .sales_contents .sales_bill_contents .sales_bill_bg:nth-child(1) ul:nth-child(24) li {color:#ffb400; font-weight:bold;}
							.sales .sales_contents .sales_bill_contents .sales_bill_bg:nth-child(2) ul:nth-child(22) {background:#000; border-color:#ffb400; animation:bling 1.5s linear infinite;}
								.sales .sales_contents .sales_bill_contents .sales_bill_bg:nth-child(2) ul:nth-child(22):after {position:absolute; top:-14px; left:50%; width:40px; margin-left:-20px; background:#000; border:2px solid #ffb400; content:'ÃÖ°í¸ÅÃâ'; font-family:'SebangGothic'; font-weight:400; font-size:17px; line-height:20px; color:#ffb400; padding:3px; word-break:normal; border-radius:5px;}
								.sales .sales_contents .sales_bill_contents .sales_bill_bg:nth-child(2) ul:nth-child(22) li {color:#ffb400; font-weight:bold;}
							.sales .sales_contents .sales_bill_contents .sales_bill_bg:nth-child(3) ul:nth-child(17) {background:#000; border-color:#ffb400; animation:bling 1.5s linear infinite;}
								.sales .sales_contents .sales_bill_contents .sales_bill_bg:nth-child(3) ul:nth-child(17):after {position:absolute; top:-14px; left:50%; width:40px; margin-left:-20px; background:#000; border:2px solid #ffb400; content:'ÃÖ°í¸ÅÃâ'; font-family:'SebangGothic'; font-weight:400; font-size:17px; line-height:20px; color:#ffb400; padding:3px; word-break:normal; border-radius:5px;}
								.sales .sales_contents .sales_bill_contents .sales_bill_bg:nth-child(3) ul:nth-child(17) li {color:#ffb400; font-weight:bold;}
								.sales .sales_contents .sales_bill_contents .sales_bill_table li {float:left; width:50%; font-family:'NanumGothic'; text-align:left; font-size:13px; line-height:20px; color:#fff;}
								.sales .sales_contents .sales_bill_contents .sales_bill_table li:nth-child(2),
								.sales .sales_contents .sales_bill_contents .sales_bill_table li:nth-child(4) {text-align:right;}
								.sales .sales_contents .sales_bill_contents .sales_bill_table li:nth-child(3) {clear:both;}
						.sales .sales_contents .sales_bill_contents .sales_bill_barcode {padding:20px 0 0; border-top:1px dotted rgba(255,255,255,.3);}
			.sales .sales_contents .sales_bill_contents .sales_bill_comment {display:table; width:1030px; margin:1050px auto 0; border:1px solid rgba(0,0,0,.2); padding:10px;}
				.sales .sales_contents .sales_bill_contents .sales_bill_comment li {float:left; font-family:'SebangGothic'; text-align:left; font-weight:400; font-size:15px; line-height:25px; color:#666;}
				.sales .sales_contents .sales_bill_contents .sales_bill_comment li:first-child {width:20%; font-weight:700; font-size:20px; line-height:75px; text-align:center; color:#e60012;}
		.sales .sales_contents .movie {position:relative; top:0; left:0; width:100%; height:1020px; overflow:hidden;}
			.sales .sales_contents .movie:after {position:absolute; top:0; left:0; width:100%; height:100%; content:''; z-index:10;}
		.sales .sales_contents .movie iframe {position:absolute; top:0; left:50%; width:3000px; height:1020px; margin-left:-1500px; z-index:1;}
	/*¸ð¹ÙÀÏ*/
	@media (max-width:750px)  {
		.sales .sales_contents .sales_bill_contents {top:380px; left:0; width:100%; margin-left:0; padding:0 15px;}
			.sales .sales_contents .sales_bill_contents .sales_bill_bg {width:32%; padding:2px; margin:0 .5%;}
				.sales .sales_contents .sales_bill_contents .sales_bill_bg .sales_bill_bg2 {height:5px;}
					.sales .sales_contents .sales_bill_contents .sales_bill {top:2px; left:1%; width:98%; padding:5px 2px;}
						.sales .sales_contents .sales_bill_contents .sales_bill:after {bottom:-5px; height:5px; content:''; background-size:auto 5px;}
						.sales .sales_contents .sales_bill_contents .sales_impact {top:50px; margin-left:-59px; width:115px; font-size:13px; line-height:20px; border-radius:3px; border-width:1px; padding:0 3px;}
						.sales .sales_contents .sales_bill_contents .sales_bill_title {font-size:10px; line-height:15px; border-width:.5px; padding:10px 0 15px;}
							.sales .sales_contents .sales_bill_contents .sales_bill_title span {font-size:15px;}
								.sales .sales_contents .sales_bill_contents .sales_bill_title span:after {top:-15px; left:-5px; width:15px; height:100px;}
						.sales .sales_contents .sales_bill_contents .sales_bill_topsale {font-size:9px; line-height:15px; letter-spacing:-1px; border-width:.5px; padding:10px 0 10px;}
							.sales .sales_contents .sales_bill_contents .sales_bill_topsale strong {font-size:15px;}
							.sales .sales_contents .sales_bill_contents .sales_bill_topsale span {font-size:8px;}
						.sales .sales_contents .sales_bill_contents .sales_bill_table {padding:0 10px; margin:10px 0;}
							.sales .sales_contents .sales_bill_contents .sales_bill_table:after {top:2%; left:3px; width:3px; height:96%; border-width:.5px;}
							.sales .sales_contents .sales_bill_contents .sales_bill_table .covid19 {top:40%; left:-20px; font-size:12px; line-height:18px; letter-spacing:-1px; border-width:1px; border-radius:3px; padding:0 3px 0 18px;}
								.sales .sales_contents .sales_bill_contents .sales_bill_table .covid19 i {top:1px; left:3px; font-size:15px;}
							.sales .sales_contents .sales_bill_contents .sales_bill_table ul {padding:0 3px 1px; border-width:1px; border-radius:3px; margin:.5px 0;}
								.sales .sales_contents .sales_bill_contents .sales_bill_table ul:nth-child(8):after {top:-10px; right:-14px; font-size:8px; line-height:10px; border-width:1px; border-radius:3px; padding:1px;}
								.sales .sales_contents .sales_bill_contents .sales_bill_table ul:nth-child(14):after {top:-10px; right:-14px; font-size:8px; line-height:10px; border-width:1px; border-radius:3px; padding:1px;}
								.sales .sales_contents .sales_bill_contents .sales_bill_table ul:nth-child(21):after {top:-10px; right:-14px; font-size:8px; line-height:10px; border-width:1px; border-radius:3px; padding:1px;}
								.sales .sales_contents .sales_bill_contents .sales_bill_bg:nth-child(1) ul:nth-child(24):after {top:-7px; left:-5px; width:18px; margin-left:0; border-width:1px; font-size:8px; line-height:10px; padding:1px; border-radius:3px;}
								.sales .sales_contents .sales_bill_contents .sales_bill_bg:nth-child(2) ul:nth-child(22):after {top:-7px; left:-5px; width:18px; margin-left:0; border-width:1px; font-size:8px; line-height:10px; padding:1px; border-radius:3px;}
								.sales .sales_contents .sales_bill_contents .sales_bill_bg:nth-child(3) ul:nth-child(17):after {top:-7px; left:-5px; width:18px; margin-left:0; border-width:1px; font-size:8px; line-height:10px; padding:1px; border-radius:3px;}
								.sales .sales_contents .sales_bill_contents .sales_bill_table li {font-size:7px; line-height:10px; letter-spacing:-.5px;}
						.sales .sales_contents .sales_bill_contents .sales_bill_barcode {padding:10px 0 0; border-width:.5px;}
							.sales .sales_contents .sales_bill_contents .sales_bill_barcode img {width:30px;}
			.sales .sales_contents .sales_bill_contents .sales_bill_comment {width:100%; margin:500px auto 0; border-width:.5px; padding:15px;}
				.sales .sales_contents .sales_bill_contents .sales_bill_comment li {clear:both; font-size:10px; line-height:15px;}
				.sales .sales_contents .sales_bill_contents .sales_bill_comment li:first-child {width:100%; font-size:15px; text-align:left; line-height:25px;}
		.sales .sales_contents .movie {height:500px;}
		.sales .sales_contents .movie iframe {height:500px;}
	}
	@media (max-width:450px)  {
			.sales .sales_contents .sales_bill_contents .sales_bill_bg {width:49%;}
			.sales .sales_contents .sales_bill_contents .sales_bill_bg:nth-child(3) {display:none;}
			.sales .sales_contents .sales_bill_contents .sales_bill_comment {padding:10px;}
				.sales .sales_contents .sales_bill_contents .sales_bill_comment li {font-size:7px; line-height:10px;}
				.sales .sales_contents .sales_bill_contents .sales_bill_comment li:first-child {font-size:13px; text-align:left; line-height:20px;}
	}

	/*±×·¡ÇÁ*/
	.sales .sales_graph {position:relative; clear:both; display:table; width:100%; max-width:1260px; margin:1000px auto 0;}
		.sales .sales_graph .sales_graph_impact {position:absolute; top:30px; left:50px; display:table; font-family:'SebangGothic'; font-weight:700; font-size:40px; line-height:45px; color:#d60000; border:2px solid #d60000; padding:3px 3px 0; border-radius:5px; transform:rotate(-15deg); z-index:1;  animation:bling 1s linear infinite;}
		.sales .sales_graph .sales_graph_impact2 {position:absolute; top:150px; left:660px; width:150px; height:300px; display:table; font-family:'SebangGothic'; text-align:center; font-weight:400; font-size:15px; line-height:18px; color:#000; background:rgba(255,204,0,.2); border:2px solid #ffcc00; padding:10px 0 0; border-radius:5px; z-index:1;  animation:bling 1s linear infinite;}
			.sales .sales_graph .sales_graph_impact2 span {font-weight:700; color:#d60000;}
		.sales .sales_graph img {width:100%;}
	/*¸ð¹ÙÀÏ*/
	@media (max-width:750px)  {
		.sales .sales_graph {margin:470px auto 0; padding:15px;}
			.sales .sales_graph .sales_graph_impact {top:30px; left:20px; font-size:15px; line-height:20px; border-width:1px; padding:1px 1px 0; border-radius:3px;}
			.sales .sales_graph .sales_graph_impact2 {top:30%; left:52%; width:10%; height:45%; font-size:5px; line-height:7px; border-width:1px; padding:5px 0 0; border-radius:3px;}
	}

	/*»ó±Ç*/

@keyframes salesaredbg1 {
	0%	{border-color:rgba(255,180,0,.5); background:rgba(255,180,0,.1); opacity:1;}
	49.99%	{border-color:rgba(255,180,0,.5); background:rgba(255,180,0,.1); opacity:1;}
	50% {border-color:#ccc; background:rgba(255,180,0,.00); opacity:.3;}
	99.99% {border-color:#ccc; background:rgba(255,180,0,.00); opacity:.3;}
	100% {border-color:rgba(255,180,0,.5); background:rgba(255,180,0,.1); opacity:1;}
}
@keyframes salesaredbg2 {
	0%	{border-color:#ccc; background:rgba(255,180,0,.00); opacity:.3;}
	49.99%	{border-color:#ccc; background:rgba(255,180,0,.00); opacity:.3;}
	50% {border-color:rgba(255,180,0,.5); background:rgba(255,180,0,.1); opacity:1;}
	99.99% {border-color:rgba(255,180,0,.5); background:rgba(255,180,0,.1); opacity:1;}
	100% {border-color:#ccc; background:rgba(255,180,0,.00); opacity:.3;}
}
@keyframes salesaredbg1text {
	0%	{color:#e60012;}
	49.99%	{color:#e60012;}
	50% {color:#000;}
	99.99% {color:#000;}
	100% {color:#e60012;}
}
@keyframes salesaredbg2text {
	0%	{color:#000;}
	49.99%	{color:#000;}
	50% {color:#e60012;}
	99.99% {color:#e60012;}
	100% {color:#000;}
}
	.sales .sales_slidingimg {clear:both; width:100%; margin:10px 0 100px 0;}
		.sales .sales_slidingimg iframe {width:100%; height:326px;}
	.sales .sales_area {position:relative; clear:both; width:100%;}
		.sales .sales_area .sales_rotateimg {position:absolute; top:-700px; left:50%; margin-left:500px; animation:rotate 120s linear infinite;}
		.sales .sales_area .sales_area_title {width:100%; margin:150px 0 100px;}
			.sales .sales_area .sales_area_title ul {position:relative; width:100%;}
				.sales .sales_area .sales_area_title li {width:100%; font-family:'SebangGothic'; font-weight:400; text-align:center; color:#000;}
				.sales .sales_area .sales_area_title li:nth-child(1) {position:absolute; bottom:100%; margin-bottom:30px; left:50%; margin-left:-400px; width:auto; font-size:30px; line-height:35px; color:#fff; background:#243c91; border-radius:10px; padding:10px; transform:rotate(-5deg);}
					.sales .sales_area .sales_area_title li:nth-child(1)::after {position:absolute; top:100%; left:5%; content:''; border-top:20px solid #243c91; border-left:0 solid transparent; border-right:10px solid transparent;}
				.sales .sales_area .sales_area_title li:nth-child(2) {font-family:'Jalnan'; font-size:80px; line-height:85px; color:#243c91; margin:0 0 20px 0;}
				.sales .sales_area .sales_area_title li:nth-child(3) {font-size:25px; line-height:35px;}
					.sales .sales_area .sales_area_title li:nth-child(3) strong {background:#243c91; border-radius:5px; color:#fff; padding:3px 5px 2px;}
		.sales .sales_area .sales_area_contents {width:100%; max-width:1800px; padding:0; text-align:center; font-size:0; margin:50px auto 0;}
			.sales .sales_area .sales_area_contents .sales_area_box {display:inline-block; width:33.03%; margin:.15%; padding:0 0 50px; vertical-align:top; border:1px solid #ccc;}
				.sales .sales_area .sales_area_contents .sales_area_box .sales_area_box_title {position:absolute; top:50%; left:0; width:100%; display:table; margin:0 auto; z-index:3; transform:translateY(-50%); }
					.sales .sales_area .sales_area_contents .sales_area_box .sales_area_box_title li {display:table; position:relative; font-family:'SebangGothic'; text-align:center; font-weight:400; color:#fff; margin:0 auto;}
					.sales .sales_area .sales_area_contents .sales_area_box .sales_area_box_title li:nth-child(1) {font-size:22px;}
						.sales .sales_area .sales_area_contents .sales_area_box .sales_area_box_title li:nth-child(1) br {display:none;}
					.sales .sales_area .sales_area_contents .sales_area_box .sales_area_box_title li:nth-child(2) {font-weight:700; font-size:30px; background:#e60012; border-radius:100px; padding:6px 10px 5px; margin:5px auto 0;}
						.sales .sales_area .sales_area_contents .sales_area_box .sales_area_box_title li:nth-child(2):after {position:absolute; top:-10px; right:-50px; display:table; font-family:'SebangGothic'; font-weight:700; font-size:25px; line-height:25px; color:#e60012; padding:3px; border:2px solid #e60012; background:#e9e3db; transform:rotate(10deg); border-radius:5px; animation:bling 2s linear infinite; display:none;}
						.sales .sales_area .sales_area_contents .sales_area_box:nth-child(1) .sales_area_box_title li:nth-child(2):after {content:'¼®³²Á¡';}
						.sales .sales_area .sales_area_contents .sales_area_box:nth-child(2) .sales_area_box_title li:nth-child(2):after {content:'ºÎÆò¿ªÁ¡';}
						.sales .sales_area .sales_area_contents .sales_area_box:nth-child(3) .sales_area_box_title li:nth-child(2):after {content:'»êº»Á¡';}
						.sales .sales_area .sales_area_contents .sales_area_box:nth-child(4) .sales_area_box_title li:nth-child(2):after {content:'¿µµîÆ÷Á¡';}
						.sales .sales_area .sales_area_contents .sales_area_box:nth-child(5) .sales_area_box_title li:nth-child(2):after {content:'¸ñÆ÷ÆòÈ­±¤ÀåÁ¡';}
						.sales .sales_area .sales_area_contents .sales_area_box:nth-child(6) .sales_area_box_title li:nth-child(2):after {content:'ºÐ´çÁ¤ÀÚÁ¡';}
					.sales .sales_area .sales_area_contents .sales_area_box .sales_area_box_title li:nth-child(3) {font-weight:700; font-size:60px; margin:10px auto;}
					.sales .sales_area .sales_area_contents .sales_area_box .sales_area_box_title li:nth-child(4) {font-size:18px;}
				.sales .sales_area .sales_area_contents .sales_area_box .sales_area_box_storeimg {position:relative; display:table; width:100%; height:300px; background-size:cover !important; z-index:1;}
					.sales .sales_area .sales_area_contents .sales_area_box .sales_area_box_storeimg::after {position:absolute; top:0; left:0; width:100%; height:100%; content:''; background:#000; opacity:.5; z-index:2;}
				.sales .sales_area .sales_area_contents .sales_area_box:nth-child(1) .sales_area_box_storeimg {background:url('../images/area_storeimg1.jpg') no-repeat center;}
				.sales .sales_area .sales_area_contents .sales_area_box:nth-child(2) .sales_area_box_storeimg {background:url('../images/area_storeimg2.jpg') no-repeat center;}
				.sales .sales_area .sales_area_contents .sales_area_box:nth-child(3) .sales_area_box_storeimg {background:url('../images/area_storeimg3.jpg') no-repeat center;}
				.sales .sales_area .sales_area_contents .sales_area_box:nth-child(4) .sales_area_box_storeimg {background:url('../images/area_storeimg4.jpg') no-repeat center;}
				.sales .sales_area .sales_area_contents .sales_area_box:nth-child(5) .sales_area_box_storeimg {background:url('../images/area_storeimg5.jpg') no-repeat center;}
				.sales .sales_area .sales_area_contents .sales_area_box:nth-child(6) .sales_area_box_storeimg {background:url('../images/area_storeimg6.jpg') no-repeat center;}
				.sales .sales_area .sales_area_contents .sales_area_box .sales_area_box_data {width:100%; padding:40px 0 30px;}
					.sales .sales_area .sales_area_contents .sales_area_box .sales_area_box_data li {float:left; width:37%; font-family:'SebangGothic'; font-size:17px; color:#000;}
					.sales .sales_area .sales_area_contents .sales_area_box .sales_area_box_data li:nth-child(3) {width:26%;}
						.sales .sales_area .sales_area_contents .sales_area_box .sales_area_box_data li strong {font-weight:700; font-size:32px; color:#e60012;}
						.sales .sales_area .sales_area_contents .sales_area_box .sales_area_box_data li i {font-size:45px; line-height:60px;}
/*
			.sales .sales_area .sales_area_contents .sales_area_box:nth-child(1) {animation:salesaredbg1 3s linear infinite;}
					.sales .sales_area .sales_area_contents .sales_area_box:nth-child(1) .sales_area_box_title li:nth-child(2) {animation:salesaredbg1text 3s linear infinite;}
			.sales .sales_area .sales_area_contents .sales_area_box:nth-child(2) {animation:salesaredbg2 3s linear infinite;}
					.sales .sales_area .sales_area_contents .sales_area_box:nth-child(2) .sales_area_box_title li:nth-child(2) {animation:salesaredbg2text 3s linear infinite;}
			.sales .sales_area .sales_area_contents .sales_area_box:nth-child(3) {animation:salesaredbg1 3s linear infinite;}
					.sales .sales_area .sales_area_contents .sales_area_box:nth-child(3) .sales_area_box_title li:nth-child(2) {animation:salesaredbg1text 3s linear infinite;}
			.sales .sales_area .sales_area_contents .sales_area_box:nth-child(4) {animation:salesaredbg2 3s linear infinite;}
					.sales .sales_area .sales_area_contents .sales_area_box:nth-child(4) .sales_area_box_title li:nth-child(2) {animation:salesaredbg2text 3s linear infinite;}
			.sales .sales_area .sales_area_contents .sales_area_box:nth-child(5) {animation:salesaredbg1 3s linear infinite;}
					.sales .sales_area .sales_area_contents .sales_area_box:nth-child(5) .sales_area_box_title li:nth-child(2) {animation:salesaredbg1text 3s linear infinite;}
			.sales .sales_area .sales_area_contents .sales_area_box:nth-child(6) {animation:salesaredbg2 3s linear infinite;}
					.sales .sales_area .sales_area_contents .sales_area_box:nth-child(6) .sales_area_box_title li:nth-child(2) {animation:salesaredbg2text 3s linear infinite;}*/
	/*¸ð¹ÙÀÏ*/
	@media (max-width:750px)  {
		.sales .sales_slidingimg {margin:0 0 30px 0;}
			.sales .sales_slidingimg iframe {height:90px;}
		.sales .sales_area {padding:0 10px;}
			.sales .sales_area .sales_rotateimg {top:-250px; margin-left:90px;}
				.sales .sales_area .sales_rotateimg img {width:200px;}
		.sales .sales_area .sales_area_title {margin:50px 0 50px;}
				.sales .sales_area .sales_area_title li:nth-child(1) {margin-bottom:10px; margin-left:-150px; font-size:14px; line-height:15px; border-radius:5px; padding:5px;}
					.sales .sales_area .sales_area_title li:nth-child(1)::after {border-top:10px solid #243c91; border-left:0 solid transparent; border-right:5px solid transparent;}
				.sales .sales_area .sales_area_title li:nth-child(2) {font-size:30px; line-height:40px; margin:0 0 10px 0;}
				.sales .sales_area .sales_area_title li:nth-child(3) {font-size:14px; line-height:19px;}
					.sales .sales_area .sales_area_title li:nth-child(3) strong {background:#243c91; border-radius:5px; color:#fff; padding:2px 2px 1px;}
			.sales .sales_area .sales_area_contents {margin:30px auto 0; padding:0 ;}
				.sales .sales_area .sales_area_contents .sales_area_box {width:49.5%; margin:.25%; padding:0; border-width:.5px;}
						.sales .sales_area .sales_area_contents .sales_area_box .sales_area_box_title li:nth-child(1) {font-size:12px;}
						.sales .sales_area .sales_area_contents .sales_area_box .sales_area_box_title li:nth-child(1) br {display:table;}
						.sales .sales_area .sales_area_contents .sales_area_box .sales_area_box_title li:nth-child(2) {font-size:17px; line-height:25px; padding:3px 5px 1px;}
							.sales .sales_area .sales_area_contents .sales_area_box .sales_area_box_title li:nth-child(2):after {top:-10px; right:-20px; font-size:13px; line-height:13px; padding:2px 2px 1px; border-width:1px; border-radius:3px;}
						.sales .sales_area .sales_area_contents .sales_area_box .sales_area_box_title li:nth-child(3) {font-size:25px; line-height:25px; margin:5px auto;}
						.sales .sales_area .sales_area_contents .sales_area_box .sales_area_box_title li:nth-child(4) {font-size:10px;}
					.sales .sales_area .sales_area_contents .sales_area_box .sales_area_box_data {display:table; padding:10px 0 15px;}
						.sales .sales_area .sales_area_contents .sales_area_box .sales_area_box_data li {font-size:9px;}
							.sales .sales_area .sales_area_contents .sales_area_box .sales_area_box_data li strong {font-size:14px;}
							.sales .sales_area .sales_area_contents .sales_area_box .sales_area_box_data li i {font-size:20px; line-height:35px;}
				.sales .sales_area .sales_area_contents .sales_area_box .sales_area_box_storeimg {height:150px;}
/*
			.sales .sales_area .sales_area_contents .sales_area_box:nth-child(1) {animation:salesaredbg1 3s linear infinite;}
					.sales .sales_area .sales_area_contents .sales_area_box:nth-child(1) .sales_area_box_title li:nth-child(2) {animation:salesaredbg1text 3s linear infinite;}
			.sales .sales_area .sales_area_contents .sales_area_box:nth-child(2) {animation:salesaredbg2 3s linear infinite;}
					.sales .sales_area .sales_area_contents .sales_area_box:nth-child(2) .sales_area_box_title li:nth-child(2) {animation:salesaredbg2text 3s linear infinite;}
			.sales .sales_area .sales_area_contents .sales_area_box:nth-child(3) {animation:salesaredbg1 3s linear infinite;}
					.sales .sales_area .sales_area_contents .sales_area_box:nth-child(3) .sales_area_box_title li:nth-child(2) {animation:salesaredbg1text 3s linear infinite;}
			.sales .sales_area .sales_area_contents .sales_area_box:nth-child(4) {animation:salesaredbg2 3s linear infinite;}
					.sales .sales_area .sales_area_contents .sales_area_box:nth-child(4) .sales_area_box_title li:nth-child(2) {animation:salesaredbg2text 3s linear infinite;}
			.sales .sales_area .sales_area_contents .sales_area_box:nth-child(5) {animation:salesaredbg1 3s linear infinite;}
					.sales .sales_area .sales_area_contents .sales_area_box:nth-child(5) .sales_area_box_title li:nth-child(2) {animation:salesaredbg1text 3s linear infinite;}
			.sales .sales_area .sales_area_contents .sales_area_box:nth-child(6) {animation:salesaredbg2 3s linear infinite;}
					.sales .sales_area .sales_area_contents .sales_area_box:nth-child(6) .sales_area_box_title li:nth-child(2) {animation:salesaredbg2text 3s linear infinite;}*/
	}

	/*°øÀå*/
	.sales .sales_factory {position:relative; width:100%;}
		.sales .sales_factory .sales_area_comment {width:100%; max-width:1360px; margin:200px auto 100px;}
			.sales .sales_factory .sales_area_comment li {width:100%; font-family:'SebangGothic'; text-align:center; font-weight:400; color:#000;}
			.sales .sales_factory .sales_area_comment li:nth-child(1) {font-size:50px; line-height:80px;}
				.sales .sales_factory .sales_area_comment li:nth-child(1) span {position:relative;}
					.sales .sales_factory .sales_area_comment li:nth-child(1) span:after {position:absolute; bottom:0; left:0; width:100%; height:2px; content:''; background:#000;}
			.sales .sales_factory .sales_area_comment li:nth-child(2) {font-weight:700; font-size:80px; line-height:80px; color:#e60012; margin:10px 0;}
			.sales .sales_factory .sales_area_comment li:nth-child(3) {font-size:30px; line-height:40px;}
				.sales .sales_factory .sales_area_comment li:nth-child(3) span {font-size:50px; line-height:80px; color:#fff; background:#e60012; border-radius:5px; padding:3px 10px;}
				.sales .sales_factory .sales_area_comment li:nth-child(3) strong {font-weight:700; color:#ffb400;}
		.sales .sales_factory .sales_factory_title {width:100%; max-width:1360px; margin:50px auto;}
			.sales .sales_factory .sales_factory_title li {width:100%; font-family:'SebangGothic'; text-align:center; font-weight:400; color:#000;}
			.sales .sales_factory .sales_factory_title li:nth-child(1) {font-weight:700; font-size:100px; color:#243c91;}
			.sales .sales_factory .sales_factory_title li:nth-child(2) {font-size:80px;}
				.sales .sales_factory .sales_factory_title li:nth-child(2) strong {font-weight:700; color:#e60012;}
			.sales .sales_factory .sales_factory_title li:nth-child(3) {font-size:40px; margin:30px 0;}
				.sales .sales_factory .sales_factory_title li:nth-child(3) strong {font-weight:700; color:#e60012;}
		.sales .sales_factory .sales_factory_point {display:table; width:100%; max-width:1360px; text-align:center; font-size:0; margin:100px auto;}
			.sales .sales_factory .sales_factory_point li {position:relative; display:inline-block; width:30%; vertical-align:top;}
			.sales .sales_factory .sales_factory_point li:nth-child(1) {font-family:'SebangGothic'; text-align:center; font-weight:400; font-size:20px; color:#000;}
				.sales .sales_factory .sales_factory_point li:nth-child(1) strong {font-family:'Jalnan'; font-size:100px; line-height:150px; color:#e60012;}
				.sales .sales_factory .sales_factory_point li:nth-child(1) b {font-weight:700;}
				.sales .sales_factory .sales_factory_point li:nth-child(1) span {font-weight:700; font-size:50px;}
			.sales .sales_factory .sales_factory_point li:nth-child(2) {width:auto; font-family:'SebangGothic'; text-align:center; font-weight:400; font-size:230px; color:rgba(0,0,0,.05);}
				.sales .sales_factory .sales_factory_point li:nth-child(2):after {position:absolute; top:0; left:0; width:100%; content:'±×¸®°í'; font-family:'Jalnan'; font-size:30px; line-height:230px; color:#000;}
			.sales .sales_factory .sales_factory_point li:nth-child(3) {font-family:'SebangGothic'; text-align:center; font-weight:400; font-size:20px; color:#000;}
				.sales .sales_factory .sales_factory_point li:nth-child(3) strong {font-family:'Jalnan'; font-size:100px; line-height:150px; color:#e60012;}
				.sales .sales_factory .sales_factory_point li:nth-child(3) b {font-weight:700;}
				.sales .sales_factory .sales_factory_point li:nth-child(3) span {font-weight:700; font-size:50px;}
		.sales .sales_factory .sales_factory_movie {position:absolute; bottom:290px; left:50%; width:830px; margin-left:-415px; z-index:1;}
			.sales .sales_factory .sales_factory_movie:after {position:absolute; top:0; left:0; width:100%; height:100%; content:''; z-index:10;}
			.sales .sales_factory .sales_factory_movie .sales_factory_movie_comment {position:absolute; top:50px; right:-120px; font-family:'SebangGothic'; font-weight:700; font-size:20px; color:#000; z-index:3; transform:rotate(-15deg);}
				.sales .sales_factory .sales_factory_movie .sales_factory_movie_comment:after {position:absolute; top:5px; left:-45px; width:40px; height:20px; content:''; background:url('../images/arrow_b.png') no-repeat center; background-size:100% 100%; transform:rotate(150deg);}
		.sales .sales_factory .sales_factoryimg {position:absolute; bottom:-60px; left:50%; margin-left:90px; z-index:2;}
		.sales .sales_factory .sales_factorysliding {clear:both; display:table; width:100%; margin:480px 0 10px;}
			.sales .sales_factory .sales_factorysliding iframe {width:100%; height:326px;}
	/*¸ð¹ÙÀÏ*/
	@media (max-width:750px)  {
		.sales .sales_factory {}
			.sales .sales_factory .sales_area_comment {margin:50px auto 30px;}
				.sales .sales_factory .sales_area_comment li:nth-child(1) {font-size:20px; line-height:30px;}
						.sales .sales_factory .sales_area_comment li:nth-child(1) span:after {height:1px;}
				.sales .sales_factory .sales_area_comment li:nth-child(2) {font-size:35px; line-height:35px;}
				.sales .sales_factory .sales_area_comment li:nth-child(3) {font-size:15px; line-height:20px;}
					.sales .sales_factory .sales_area_comment li:nth-child(3) span {font-size:17px; line-height:20px; border-radius:3px; padding:2px 5px;}
			.sales .sales_factory .sales_factory_title {margin:30px auto;}
				.sales .sales_factory .sales_factory_title li:nth-child(1) {font-size:30px;}
				.sales .sales_factory .sales_factory_title li:nth-child(2) {font-size:20px;}
				.sales .sales_factory .sales_factory_title li:nth-child(3) {font-size:15px; margin:20px 0;}
			.sales .sales_factory .sales_factory_point {margin:30px auto;}
				.sales .sales_factory .sales_factory_point li {width:30%;}
				.sales .sales_factory .sales_factory_point li:nth-child(1) {font-size:8px;}
					.sales .sales_factory .sales_factory_point li:nth-child(1) strong {font-size:30px; line-height:50px;}
					.sales .sales_factory .sales_factory_point li:nth-child(1) span {font-size:20px;}
				.sales .sales_factory .sales_factory_point li:nth-child(2) {font-size:50px; line-height:100px; margin:0 10px;}
					.sales .sales_factory .sales_factory_point li:nth-child(2):after {font-size:12px; line-height:100px;}
				.sales .sales_factory .sales_factory_point li:nth-child(3) {font-size:8px;}
					.sales .sales_factory .sales_factory_point li:nth-child(3) strong {font-size:30px; line-height:50px;}
					.sales .sales_factory .sales_factory_point li:nth-child(3) span {font-size:20px;}
			.sales .sales_factory .sales_factory_movie {bottom:80px; width:300px; margin-left:-150px;}
				.sales .sales_factory .sales_factory_movie .sales_factory_movie_comment {top:-25px; right:60px; font-size:10px; transform:rotate(10deg);}
					.sales .sales_factory .sales_factory_movie .sales_factory_movie_comment:after {top:10px; left:auto; right:-15px; width:20px; height:10px; transform:rotate(60deg);}
			.sales .sales_factory .sales_factoryimg {bottom:-20px; left:50%; margin-left:10px;}
				.sales .sales_factory .sales_factoryimg img {width:250px;}
			.sales .sales_factory .sales_factorysliding {margin:200px 0 10px;}
				.sales .sales_factory .sales_factorysliding iframe {height:90px;}
	}






/*Æ÷ÀÎÆ®*/
.success {background:#000; padding:0; overflow:hidden;}
	.success .success_foodimg {position:absolute; top:-30px; left:50%; margin-left:-580px; z-index:4;}
		.success .success_foodimg:after {position:absolute; top:160px; left:-50px; content:'¼º°ø ÇÒ Á¶°ÇÀ» ¸ðµÎ °®Ãá ºê·£µå'; font-family:'SebangGothic'; font-weight:400; font-size:18px; color:#fff; z-index:1; text-shadow:0 0 5px #000; transform:rotate(-58deg);}
	.success .success_contents {position:absolute; width:100%; z-index:3; padding:200px 0 0; text-shadow:0 0 5px #000;}
		.success .success_contents .success_title {width:100%; font-family:'Jalnan'; text-align:center; font-size:100px; line-height:110px; color:#ffb400;}
		.success .success_contents .success_tag {width:100%; font-size:0; text-align:center; margin:30px 0;}
			.success .success_contents .success_tag li {position:relative; display:inline-block; font-family:'SebangGothic'; font-weight:400; font-size:30px; color:#fff; margin:0 10px;}
				.success .success_contents .success_tag li:last-child:after {position:absolute; top:-55px; left:-20px; width:50px; height:50px; content:'ÇÑ°è±Øº¹'; font-family:'SebangGothic'; font-weight:700; font-size:22px; line-height:23px; text-align:center; color:#e60012; border:2px solid #e60012; background:rgba(0,0,0,.8); border-radius:100%; word-break:normal; z-index:1; padding:8px 5px 0; transform:rotate(-10deg); animation:bling 1s linear infinite;}
		.success .success_contents .success_box {width:100%; font-size:0; padding:0 50px; margin:100px 0 0; display:inline-flex; flex-wrap:wrap; justify-content:center;}
			.success .success_contents .success_box * {transition:all .2s ease; -webkit-transition:all .2s ease;}
			.success .success_contents .success_box .success_point {position:relative; width:33.33%; padding:50px 10px;}
				.success .success_contents .success_box .success_point:before {position:absolute; top:0; left:0; width:100%; height:10px; content:''; border:2px solid #ffb400; border-bottom:none; z-index:1; opacity:0; transition:all .2s ease; -webkit-transition:all .2s ease;}
				.success .success_contents .success_box .success_point:after {position:absolute; bottom:0; left:0; width:100%; height:10px; content:''; border:2px solid #ffb400; border-top:none; z-index:1; opacity:0; transition:all .2s ease; -webkit-transition:all .2s ease;}
			.success .success_contents .success_box .success_point:nth-child(4) {width:25%;}
			.success .success_contents .success_box .success_point:nth-child(5) {width:25%;}
			.success .success_contents .success_box .success_point:nth-child(6) {width:25%;}
			.success .success_contents .success_box .success_point:nth-child(7) {width:25%;}
				.success .success_contents .success_box .success_point .success_point_number {position:absolute; top:20px; left:-30px; z-index:2; transform:rotate(10deg); opacity:0;}
					.success .success_contents .success_box .success_point .success_point_number li {float:left; font-family:'SebangGothic';}
					.success .success_contents .success_box .success_point .success_point_number li:nth-child(1) {font-size:13px; text-align:right; color:#fff;}
					.success .success_contents .success_box .success_point .success_point_number li:nth-child(2) {width:30px; height:30px; font-weight:700; text-align:center; font-size:19px; line-height:30px; color:#000; background:#ffb400; border-radius:100%; text-shadow:none; margin-left:5px;}
				.success .success_contents .success_box .success_point .success_point_title {width:100%;}
					.success .success_contents .success_box .success_point .success_point_title li {width:100%; font-family:'SebangGothic'; text-align:center; font-weight:400; color:#fff;}
					.success .success_contents .success_box .success_point .success_point_title li:nth-child(1) {font-weight:700; font-size:60px; color:#fff;}
					.success .success_contents .success_box .success_point .success_point_title li:nth-child(2) {font-size:30px; line-height:35px; margin:30px 0; opacity:.2;}
					.success .success_contents .success_box .success_point .success_point_title li:nth-child(3) {font-size:17px; line-height:25px; opacity:.2;}
						.success .success_contents .success_box .success_point .success_point_title li:nth-child(3) span {background:#191919; border-radius:5px; padding:3px;}
			.success .success_contents .success_box .success_point:hover:before {opacity:1;}
			.success .success_contents .success_box .success_point:hover:after {opacity:1;}
				.success .success_contents .success_box .success_point:hover .success_point_number {opacity:1;}
				.success .success_contents .success_box .success_point:hover .success_point_title li:nth-child(1) {color:#ffb400;}
				.success .success_contents .success_box .success_point:hover .success_point_title li:nth-child(2) {color:#ffb400; opacity:1;}
				.success .success_contents .success_box .success_point:hover .success_point_title li:nth-child(3) {opacity:1;}
	.success .movie {width:100%; height:1650px; overflow:hidden; z-index:1;}
		.success .movie iframe {position:absolute; top:0; left:50%; width:3000px; height:1650px; margin-left:-1500px; margin-top:0; z-index:1; opacity:.4;}
			.success .movie:after {position:absolute; top:0; left:0; width:100%; height:100%; content:''; background:rgba(255,180,0,.2); z-index:2;}
	/*¸ð¹ÙÀÏ*/
	@media (max-width:750px)  {
		.success {}
			.success .success_foodimg {top:-10px; left:5%; margin-left:0;}
				.success .success_foodimg img {width:150px;}
				.success .success_foodimg:after {top:80px; left:-40px; font-size:10px;}
			.success .success_contents {padding:100px 0 0;}
				.success .success_contents .success_title {font-size:30px; line-height:30px;}
				.success .success_contents .success_tag {width:300px; margin:10px auto;}
					.success .success_contents .success_tag li {font-size:13px; margin:5px;}
						.success .success_contents .success_tag li:last-child:after {top:-25px; left:-20px; width:30px; height:30px; font-size:13px; line-height:13px; border-width:1px; padding:5px 2px 0;}
				.success .success_contents .success_box {padding:0 10px; margin:10px 0 0;}
					.success .success_contents .success_box .success_point {width:50%; padding:20px 5px 10px;}
						.success .success_contents .success_box .success_point:before {height:5px; border-width:1px;}
						.success .success_contents .success_box .success_point:after {height:5px; border-width:1px;}
					.success .success_contents .success_box .success_point:nth-child(4) {width:50%;}
					.success .success_contents .success_box .success_point:nth-child(5) {width:50%;}
					.success .success_contents .success_box .success_point:nth-child(6) {width:50%;}
					.success .success_contents .success_box .success_point:nth-child(7) {width:50%;}
						.success .success_contents .success_box .success_point .success_point_number {top:10px; left:-10px;}
							.success .success_contents .success_box .success_point .success_point_number li:nth-child(1) {font-size:7px;}
							.success .success_contents .success_box .success_point .success_point_number li:nth-child(2) {width:20px; height:20px; font-size:10px; line-height:20px; margin-left:3px;}
							.success .success_contents .success_box .success_point .success_point_title li:nth-child(1) {font-size:20px;}
							.success .success_contents .success_box .success_point .success_point_title li:nth-child(2) {font-size:15px; line-height:18px; margin:10px 0;}
							.success .success_contents .success_box .success_point .success_point_title li:nth-child(3) {font-size:8px; line-height:12px;}
								.success .success_contents .success_box .success_point .success_point_title li:nth-child(3) span {border-radius:3px; padding:2px;}
					.success .success_contents .success_box .success_point:hover:before {opacity:1;}
					.success .success_contents .success_box .success_point:hover:after {opacity:1;}
						.success .success_contents .success_box .success_point:hover .success_point_number {opacity:1;}
						.success .success_contents .success_box .success_point:hover .success_point_title li:nth-child(1) {color:#ffb400;}
						.success .success_contents .success_box .success_point:hover .success_point_title li:nth-child(2) {color:#ffb400; opacity:1;}
						.success .success_contents .success_box .success_point:hover .success_point_title li:nth-child(3) {opacity:1;}
			.success .movie {height:1000px;}
				.success .movie iframe {height:1000px;}
	}






/*¸Þ´º*/
@keyframes smokemove1 {
	0%	{top:-35%; opacity:0;}
	50%	{opacity:.8;}
	100% {top:-45%; opacity:0;}
}
@keyframes smokemove2 {
	0%	{top:-25%; opacity:0;}
	50%	{opacity:.8;}
	100% {top:-35%; opacity:0;}
}
.menu {background:#fff; padding:0; overflow:hidden;}
	.menu .menu_title_contents {position:relative; display:table; width:100%; background:#000;}
		.menu .menu_title_contents:after {position:absolute; top:0; left:0; width:100%; height:80%; content:''; background:linear-gradient(to bottom, rgba(0,0,0,.8), rgba(0,0,0,.0)); z-index:1;}
		.menu .menu_title_contents .menu_foodimg {position:absolute; top:100px; left:50%; margin-left:-1250px; z-index:2;}
			.menu .menu_title_contents .menu_foodimg:before {position:absolute; top:-30%; left:20%; width:660px; height:1100px; content:''; background:url('../images/smoke.png') no-repeat center top; background-size:100% 100%; z-index:3; animation:smokemove1 2s linear infinite;}
			.menu .menu_title_contents .menu_foodimg:after {position:absolute; top:-20%; left:50%; width:660px; height:1100px; content:''; background:url('../images/smoke.png') no-repeat center top; background-size:100% 100%; z-index:4; animation:smokemove2 2.5s linear infinite;}
		.menu .menu_title_contents .menu_foodimg2 {position:absolute; top:-100px; left:50%; margin-left:-650px; z-index:5;}
		.menu .menu_title_contents .menu_title {position:absolute; top:200px; left:50%; width:1260px; margin-left:-630px; z-index:6;}
			.menu .menu_title_contents .menu_title li {float:right; font-family:'SebangGothic'; text-align:right; font-weight:400; color:#fff; text-shadow:0 0 5px #000;}
			.menu .menu_title_contents .menu_title li:nth-child(1) {font-family:'Jalnan'; font-size:210px; line-height:210px; color:#e60012;}
			.menu .menu_title_contents .menu_title li:nth-child(2) {font-size:60px; line-height:70px;}
			.menu .menu_title_contents .menu_title li:nth-child(3) {clear:both; font-size:30px; line-height:40px; margin:30px 0 0;}
				.menu .menu_title_contents .menu_title li:nth-child(3) span {position:relative; font-weight:700;}
					.menu .menu_title_contents .menu_title li:nth-child(3) span:after {position:absolute; bottom:0; left:0; width:100%; height:1px; content:''; background:#fff;}
		.menu .menu_title_contents .menu_title_bg {width:100%; height:730px; background:url('../images/menu_bg.jpg') no-repeat center;}
		.menu .menu_title_contents .menu_tab {position:absolute; bottom:-30px; left:0; width:100%; text-align:center; font-size:0; z-index:6;}
			.menu .menu_title_contents .menu_tab li {position:relative; display:inline-block; vertical-align:top; width:180px; font-family:'SebangGothic'; text-align:center; font-size:25px; line-height:40px; color:#fff; margin:0 5px; padding:10px 0 13px; background:#000; border-radius:10px; cursor:pointer;}
			.menu .menu_title_contents .menu_tab .active {font-weight:700; color:#fff; background:#c5973a;}
				.menu .menu_title_contents .menu_tab .active span {position:relative;}
					.menu .menu_title_contents .menu_tab .active span:after {position:absolute; bottom:-3px; left:0; width:100%; height:2px; content:''; background:#fff;}
				.menu .menu_title_contents .menu_tab .active:after {position:absolute; bottom:-15px; left:7px; border-top:15px solid #c5973a; border-left:83px solid transparent; border-right:83px solid transparent; content:''; z-index:1;}

	.menu .menu_list {display:table; width:100%; max-width:1260px; padding:0 50px; margin:70px auto 200px;}
	.menu .menu_content_wr > div {clear:both; display:none;}
		.menu .menu_content_wr > div.active {display:block;}
		.menu .menu_list .menu_box {width:100%; font-size:0;}
			.menu .menu_list .menu_box .menu_item {position:relative; display:inline-block; width:32.83%; margin:.25%; vertical-align:top; overflow:hidden;}
			.menu .menu_list .menu_box .menu_item:nth-child(1) {margin-left:33.33%}
				.menu .menu_list .menu_box .menu_item .menu_img {position:relative; width:100%;}
					.menu .menu_list .menu_box .menu_item .menu_img img {width:100%;}
						.menu .menu_list .menu_box .menu_item .menu_img:before {position:absolute; top:-30%; left:30%; width:160px; height:400px; content:''; background:url('../images/smoke.png') no-repeat center top; background-size:100% 100%; z-index:3; animation:smokemove1 2s linear infinite;}
						.menu .menu_list .menu_box .menu_item .menu_img:after {position:absolute; top:-20%; left:40%; width:160px; height:400px; content:''; background:url('../images/smoke.png') no-repeat center top; background-size:100% 100%; z-index:4; animation:smokemove2 2.5s linear infinite;}
				.menu .menu_list .menu_box .menu_item .menu_item_name {width:100%; font-family:'SebangGothic'; font-weight:700; text-align:center; font-size:25px; line-height:30px; color:#000;}
				.menu .menu_list .menu_box .menu_item .menu_item_comment {width:100%; font-family:'SebangGothic'; font-weight:400; text-align:center; font-size:18px; line-height:25px; color:#666;}

		.menu_box2 .menu_item:nth-child(3) .menu_img:before {display:none;}
		.menu_box2 .menu_item:nth-child(3) .menu_img:after {display:none;}
		.menu_box2 .menu_item:nth-child(4) .menu_img:before {display:none;}
		.menu_box2 .menu_item:nth-child(4) .menu_img:after {display:none;}
	/*¸ð¹ÙÀÏ*/
	@media (max-width:750px)  {
		.menu {}
			.menu .menu_title_contents {}
				.menu .menu_title_contents .menu_foodimg {top:70px; margin-left:-350px;}
					.menu .menu_title_contents .menu_foodimg img {width:350px;}
					.menu .menu_title_contents .menu_foodimg:before {width:160px; height:200px;}
					.menu .menu_title_contents .menu_foodimg:after {width:160px; height:200px;}
				.menu .menu_title_contents .menu_foodimg2 {top:-10px; margin-left:-150px;}
					.menu .menu_title_contents .menu_foodimg2 img {width:150px;}
				.menu .menu_title_contents .menu_title {top:100px; left:auto; right:0; width:100%; margin-left:0; padding:0 10px;}
					.menu .menu_title_contents .menu_title li:nth-child(1) {font-size:60px; line-height:60px;}
					.menu .menu_title_contents .menu_title li:nth-child(2) {font-size:15px; line-height:20px;}
					.menu .menu_title_contents .menu_title li:nth-child(3) {font-size:10px; line-height:15px; margin:20px 0 0;}
							.menu .menu_title_contents .menu_title li:nth-child(3) span:after {height:.5px;}
				.menu .menu_title_contents .menu_title_bg {height:300px;}
				.menu .menu_title_contents .menu_tab {bottom:-15px;}
					.menu .menu_title_contents .menu_tab li {width:90px; font-size:12px; line-height:20px; margin:0 3px; padding:5px 0 7px; border-radius:5px;}
							.menu .menu_title_contents .menu_tab .active span:after {bottom:-2px; height:1px;}
						.menu .menu_title_contents .menu_tab .active:after {bottom:-10px; left:5px; border-top:10px solid #c5973a; border-left:40px solid transparent; border-right:40px solid transparent;}

			.menu .menu_list {padding:0 10px; margin:30px auto 100px;}
								.menu .menu_list .menu_box .menu_item .menu_img:before {width:80px; height:150px;}
								.menu .menu_list .menu_box .menu_item .menu_img:after {width:80px; height:150px;}
						.menu .menu_list .menu_box .menu_item .menu_item_name {font-size:10px; line-height:12px;}
						.menu .menu_list .menu_box .menu_item .menu_item_comment {font-size:8px; line-height:10px;}
	}






/*¼öÀÍ*/
.analisys {display:table; background:#ededed; padding-bottom:100px;}
	.analisys .analisys_graph {position:absolute; top:-30px; left:51%; width:450px; height:450px; background:conic-gradient(#222222 0% 39.1%, #167296 39.1% 58.8%, #092e6d 58.8% 63.6%, #00141c 63.6% 72.6%, #ef3f2f 72.6% 100.0%); border-radius:100%; z-index:2;}
		.analisys .analisys_graph .analisys_graph_title {position:absolute; top:50%; left:50%; font-family:'SebangGothic'; font-weight:400; text-align:center; font-size:23px; line-height:28px; color:#ef3f2f; background:#000; padding:2px 5px; border:2px solid #ef3f2f; border-radius:5px; transform:rotate(-10deg)translate(-45%,-60%);}
		.analisys .analisys_graph .analisys_graph_name {position:absolute; left:50%; font-family:'SebangGothic'; font-weight:400; text-align:center; font-size:19px; line-height:23px; color:#fff;}
		.analisys .analisys_graph .analisys_graph_name1 {top:150px; margin-left:80px;}
		.analisys .analisys_graph .analisys_graph_name2 {top:340px; margin-left:-15px;}
		.analisys .analisys_graph .analisys_graph_name3 {top:315px; margin-left:-120px;}
		.analisys .analisys_graph .analisys_graph_name4 {top:270px; margin-left:-180px;}
		.analisys .analisys_graph .analisys_graph_name5 {top:120px; margin-left:-130px;}
	.analisys .analisys_title {clear:both; float:left; width:50%;} 
		.analisys .analisys_title li {clear:both; float:left; width:100%; font-family:'SebangGothic'; font-weight:400;}
		.analisys .analisys_title li:nth-child(1) {font-size:60px; line-height:70px;}
			.analisys .analisys_title li:nth-child(1) strong {font-weight:700;}
			.analisys .analisys_title li:nth-child(1) b {position:relative;}
			.analisys .analisys_title li:nth-child(1) b:after {position:absolute; top:-20%; left:-10%; width:120%; height:140%; content:''; background:url('../images/line_circle.png') no-repeat center; background-size:100% 100%; z-index:1;}
			.analisys .analisys_title li:nth-child(1) span {position:relative;}
				.analisys .analisys_title li:nth-child(1) span:after {position:absolute; bottom:-5px; left:0; width:100%; height:10px; content:''; background:url('../images/line_under.png') no-repeat center; background-size:100% 100%; z-index:1;}
		.analisys .analisys_title li:nth-child(2) {font-size:25px; line-height:70px;}
	.analisys .analisys_comment1 {clear:both; float:left; width:50%; font-family:'SebangGothic'; text-align:right; font-weight:400; font-size:17px; line-height:25px; color:#000;}
	.analisys .analisys_comment2 {clear:both; float:left; width:50%;}
		.analisys .analisys_comment2 li {position:relative; font-family:'SebangGothic'; text-align:left; font-weight:400; font-size:17px; line-height:25px; color:#000; padding-left:20px;}
			.analisys .analisys_comment2 li:after {position:absolute; top:0; left:0; content:'¡Ø';}
	.analisys .analisys_title2 {position:relative; clear:both; float:left; width:50%; font-family:'SebangGothic'; font-weight:400; font-size:40px; line-height:50px; margin:50px 0 0;}
		.analisys .analisys_title2 strong {font-weight:700; color:#ef3f2f;}
		.analisys .analisys_title2:after {position:absolute; top:-20px; right:70px; font-family:'SebangGothic'; font-weight:700; font-size:80px; line-height:80px; color:#ef3f2f; content:'FACT!'; border:2px solid #ef3f2f; border-radius:5px; padding:5px 5px 0; transform:rotate(-10deg); animation:bling 1s linear infinite;}
	.analisys .analisys_foodimg {position:absolute; top:300px; left:53%; z-index:1; animation:rotate 120s linear infinite;}
	.analisys .analisys_table {clear:both; float:left; width:50%; margin:20px 0;}
		.analisys .analisys_table ul {clear:both; display:table; width:100%; border-top:1px solid rgba(0,0,0,.1); padding:3px; border-radius:5px;}
			.analisys .analisys_table ul li {position:relative; float:left; width:32.83%; font-family:'SebangGothic'; font-weight:400; font-size:20px; line-height:40px; color:#000; border-radius:3px; padding:5px; margin:0 .25%;}
			.analisys .analisys_table ul li:nth-child(1) {text-align:center;}
				.analisys .analisys_table ul li:nth-child(1) div {position:absolute; top:0; left:90%; width:260px; text-align:left; font-size:15px; line-height:18px; color:#fff; padding:10px; border-radius:5px; background:rgba(0,0,0,.8); z-index:2; opacity:0; transition:all .2s ease; -webkit-transition:all .2s ease;}
					.analisys .analisys_table ul li:nth-child(1) div:after {position:absolute; top:15px; left:-25px; content:''; border-right:25px solid #000; border-top:10px solid transparent; border-bottom:0 solid transparent; z-index:1; opacity:.8;}
			.analisys .analisys_table ul li:nth-child(2) {text-align:right;}
			.analisys .analisys_table ul li:nth-child(3) {text-align:right;}
		.analisys .analisys_table ul:nth-child(2) {background:#000;}
			.analisys .analisys_table ul:nth-child(2) li:nth-child(1) {color:#fff;}
			.analisys .analisys_table ul:nth-child(2) li:nth-child(2),
			.analisys .analisys_table ul:nth-child(2) li:nth-child(3) {background:#fff;}
		.analisys .analisys_table ul:last-child {background:#ef3f2f;}
			.analisys .analisys_table ul:last-child li:nth-child(2),
			.analisys .analisys_table ul:last-child li:nth-child(3) {background:#fff;}
		.analisys .analisys_table ul:hover li div {opacity:1;}
	/*¸ð¹ÙÀÏ*/
	@media (max-width:750px)  {
		.analisys {padding-bottom:50px;}
			.analisys .analisys_graph {top:70px; left:52%; width:200px; height:200px;}
				.analisys .analisys_graph .analisys_graph_title {top:50%; left:50%; font-size:10px; line-height:12px; Padding:1px 3px; border-width:1px; border-radius:3px;}
				.analisys .analisys_graph .analisys_graph_name {font-size:10px; line-height:12px;}
				.analisys .analisys_graph .analisys_graph_name1 {top:55px; margin-left:35px;}
				.analisys .analisys_graph .analisys_graph_name2 {top:150px; margin-left:-10px;}
				.analisys .analisys_graph .analisys_graph_name3 {top:140px; margin-left:-60px;}
				.analisys .analisys_graph .analisys_graph_name4 {top:115px; margin-left:-85px;}
				.analisys .analisys_graph .analisys_graph_name5 {top:45px; margin-left:-65px;}
			.analisys .analisys_title {clear:both; float:left; width:50%;} 
				.analisys .analisys_title li:nth-child(1) {font-size:20px; line-height:25px;}
						.analisys .analisys_title li:nth-child(1) span:after {bottom:-2px; height:5px;}
				.analisys .analisys_title li:nth-child(2) {font-size:12px; line-height:15px; margin:10px 0;}
			.analisys .analisys_comment1 {font-size:8px; line-height:12px;}
				.analisys .analisys_comment2 li {font-size:8px; line-height:12px; padding-left:10px;}
			.analisys .analisys_title2 {width:50%; font-size:20px; line-height:25px; margin:30px 0 0;}
				.analisys .analisys_title2:after {top:5px; right:auto; left:170px; font-size:30px; line-height:30px; border-width:1px; border-radius:3px; padding:2px 2px 0;}
			.analisys .analisys_foodimg {top:230px;}
				.analisys .analisys_foodimg img {width:300px;}
			.analisys .analisys_table {margin:10px 0;}
				.analisys .analisys_table ul { border-width:.5px; padding:1px; border-radius:3px;}
					.analisys .analisys_table ul li {font-size:8px; line-height:15px; letter-spacing:-.5px; border-radius:2px; padding:2px;}
						.analisys .analisys_table ul li:nth-child(1) div {left:90%; width:100px; font-size:8px; line-height:9px; padding:5px; border-radius:3px;}
							.analisys .analisys_table ul li:nth-child(1) div:after {top:5px; left:-14px; border-right:15px solid #000; border-top:5px solid transparent;}
	}






/*ºñ¿ë*/
.price {display:table; background:#ededed; padding-top:0;}
	.price .price_bg {width:100%; height:535px; background:url('../images/price_bg.jpg') no-repeat center;}
	.price .price_title {position:relative; width:100%; padding:50px 0 0;}
		.price .price_title:after {position:absolute; top:-100px; left:0; width:100%; height:100px; content:''; background:#ededed;}
		.price .price_title li {font-family:'SebangGothic'; text-align:center; font-weight:400; color:#000; opacity:.0;}
		.price .price_title li:nth-child(1) {font-size:77px; line-height:80px;}
			.price .price_title li:nth-child(1) span {font-weight:700;}
			.price .price_title li:nth-child(1) strong{color:#e60012;}
		.price .price_title li:nth-child(2) {font-size:30px; line-height:60px;}
			.price .price_title li:nth-child(2) span {color:#ef3f2f;}
	.price .price_comment1 {clear:both; width:100%; font-family:'SebangGothic'; text-align:right; font-weight:400; font-size:17px; line-height:25px; color:#000; opacity:.5;}
	.price .price_comment2 {clear:both; width:100%; opacity:.5;}
		.price .price_comment2 li {position:relative; font-family:'SebangGothic'; text-align:left; font-weight:400; font-size:17px; line-height:25px; color:#000; padding-left:20px;}
			.price .price_comment2 li:after {position:absolute; top:0; left:0; content:'¡Ø';}
			.price .price_comment2 li span {color:#ef3f2f;}
	.price .price_table {width:100%; margin:20px 0; opacity:.7;}
		.price .price_table table {width:100%;}
			.price .price_table table tr {border-radius:5px;}
			.price .price_table table tr:first-child {background:#000;}
			.price .price_table table tr:last-child {background:#ef3f2f;}
				.price .price_table table td {position:relative; padding:15px 10px; font-family:'SebangGothic'; text-align:center; font-weight:400; font-size:17px; line-height:25px; color:#000;}
				.price .price_table table td:nth-child(1) {width:20%;}
				.price .price_table table td:nth-child(2) {width:40%;}
				.price .price_table table td:nth-child(3) {width:20%;}
				.price .price_table table td:nth-child(4) {width:20%;}
				.price .price_table table tr:first-child td {color:#fff;}
					.price .price_table table td span {color:#ef3f2f;}
					.price .price_table table td div {position:absolute; top:20px; right:-50px; font-family:'SebangGothic'; text-align:center; font-weight:400; font-size:26px; line-height:30px; color:#ef3f2f; border:2px solid #ef3f2f; background:#000; border-radius:5px; padding:5px 10px; transform:rotate(-10deg); animation:blingx 1s linear infinite;}

	.price .price_over {position:absolute; top:0; left:0; width:100%; height:110%; backdrop-filter:blur(10px); -webkit-backdrop-filter:blur(10px); z-index:10; box-sizing:border-box;}
	.price .price_over * {box-sizing:border-box;}
		.price .price_over .price_title li {opacity:1;}
		.price .price_over .price_over_comment {position:relative; display:table; background:#191919; padding:20px; margin:50px auto 0; border-radius:20px;}
			.price .price_over .price_over_comment .price_over_comment_line {width:100%; border:5px solid #fff; padding:50px 100px; border-radius:10px;}
			.price .price_over .price_over_comment .price_over_comment_line li {font-family:'SebangGothic'; text-align:center; font-weight:400; font-size:25px; line-height:30px; color:#fff;}
			.price .price_over .price_over_comment .price_over_comment_line li img {width:300px;}			
			.price .price_over .price_over_comment .price_over_comment_line li:nth-child(2) {margin:30px 0 0;}
			.price .price_over .price_over_comment .price_over_comment_line li:nth-child(3) {font-size:35px; margin:30px auto;}
			.price .price_over .price_over_comment .price_over_comment_line li:nth-child(4) {font-weight:700; font-size:70px; line-height:80px; background:#ef3f2f; padding:10px 0 5px; border-radius:10px;}
	/*¸ð¹ÙÀÏ*/
	@media (max-width:750px)  {
		.price {}
			.price .price_bg {height:150px; background-size:cover;}
				.price .price_title:after {top:-10px; height:10px;}
				.price .price_title li:nth-child(1) {font-size:20px; line-height:25px;}
				.price .price_title li:nth-child(2) {font-size:15px; line-height:20px;}
			.price .price_comment1 {font-size:8px; line-height:12px;}
				.price .price_comment2 li {font-size:8px; line-height:12px; padding-left:10px;}
			.price .price_table {margin:10px 0;}
					.price .price_table table tr {border-radius:3px;}
						.price .price_table table td {padding:10px 5px; font-size:10px; line-height:12px;}
							.price .price_table table td div {top:15px; right:-30px; font-size:10px; line-height:12px; border-width:1px; border-radius:3px; padding:3px 5px;}
							
		.price .price_over .price_over_comment {width:80%; padding:10px; margin:50px 10% 0; border-radius:10px;}
			.price .price_over .price_over_comment .price_over_comment_line {border-width:2px; padding:20px 10px; border-radius:5px;}
			.price .price_over .price_over_comment .price_over_comment_line li {font-size:11px; line-height:15px;}
			.price .price_over .price_over_comment .price_over_comment_line li img {width:170px;}			
			.price .price_over .price_over_comment .price_over_comment_line li:nth-child(2) {margin:15px 0 0;}
			.price .price_over .price_over_comment .price_over_comment_line li:nth-child(3) {font-size:15px; margin:15px auto;}
			.price .price_over .price_over_comment .price_over_comment_line li:nth-child(4) {font-size:17px; line-height:30px; padding:5px 0 5px; border-radius:2px;}
	}





/*¸ÅÀåÃ£±â*/
.store {padding:0; overflow:hidden;}
	.store .store_list {width:100%;}
		.store .store_list	iframe {width:100%; height:1150px;}

@media (max-width:750px){
		.store .store_list	iframe {height:700px;}
}