@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:1260px; margin:0 auto;}
	.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%;}
	.bookmark {top:-85px;}
}





/*Çì´õ*/
.header {position:fixed; top:-100px; left:0; opacity:0; width:100%; min-width:1260px; padding:20px 20px; z-index:93; transition:all .2s ease; -webkit-transition:all .2s ease;}
.header_fix {top:0; opacity:1; 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:250px;}

	.header .navi {float:right; transition:all .2s ease; -webkit-transition:all .2s ease;}
		.header .navi li {float:left; margin:15px 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:#e2a03b;}

@media (max-width:750px){
.header {top:0; 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; height:0; overflow:hidden;}
	.header_fix .navi {display:table;}
		.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:1px; background:#e2a03b; content:'';}
}








/*¿Â¶óÀÎ»ó´ã ½Å±Ô*/
.inquiry_area {position:fixed; bottom:0; left:0; width:100%; min-width:1260px; text-align:center; padding:5px 50px 0; z-index:99; background:#fced60; box-shadow:0 0 3px rgba(0,0,0,.3);}
	.inquiry_area .centerdiv {position:relative; width:100%; max-width:1360px; margin:0 auto;}
	.inquiry_area .modelimg {position:absolute; right:-45px; bottom:-15px; z-index:10;}
		.inquiry_area .modelimg img {width:220px;}
	.inquiry_area .inquiry_customer {position:relative; float:left;}
		.inquiry_area .inquiry_customer ul {float:left;}
		.inquiry_area .inquiry_customer ul:nth-child(2) {margin:4px 8px 0;}
			.inquiry_area .inquiry_customer ul li {float:left; font-family:'SebangGothic'; font-weight:400; text-align:left;}
			.inquiry_area .inquiry_customer ul:nth-child(1) li {}
				.inquiry_area .inquiry_customer ul:nth-child(1) li img {width:46px;}
			.inquiry_area .inquiry_customer ul:nth-child(2) li {clear:both;}
			.inquiry_area .inquiry_customer ul:nth-child(2) li:nth-child(1) {}
				.inquiry_area .inquiry_customer ul:nth-child(2) li:nth-child(1) img {width:97px;}
			.inquiry_area .inquiry_customer ul:nth-child(2) li:nth-child(2) {font-size:27px; line-height:30px; letter-spacing:0;}
			.inquiry_area .inquiry_customer ul:nth-child(3) li {font-size:35px; font-weight:700; color:#fff; background:#191919; border-radius:5px; padding:11px 10px 8px; margin-top:8px;}
	.inquiry_area .inquiry_formbox {float:right; width:790px; margin-top:14px;}
		.inquiry_area .inquiry_formbox iframe {width:100%; height:50px;}

@media (max-width:750px)  {
.inquiry_area {min-width:100%; padding:5px 10px;}
	.inquiry_area .modelimg {position:absolute; right:20px; bottom:35px; z-index:10;}
		.inquiry_area .modelimg img {width:130px; image-rendering:pixelated;}
	.inquiry_area .inquiry_customer {float:none; display:table; width:100%; margin:0;}
		.inquiry_area .inquiry_customer ul {display:inline-block; vertical-align:top; float:none; padding:0; margin:0;}
		.inquiry_area .inquiry_customer ul:nth-child(2) {margin:4px 3px 0;}
			.inquiry_area .inquiry_customer ul li {font-family:'SebangGothic'; font-weight:400; text-align:left;}
			.inquiry_area .inquiry_customer ul:nth-child(1) li {position:relative; width:30px;}
				.inquiry_area .inquiry_customer ul:nth-child(1) li img {position:absolute; bottom:auto; top:-23px; left:0; width:100%;}
			.inquiry_area .inquiry_customer ul:nth-child(2) li {clear:none; float:left;}
			.inquiry_area .inquiry_customer ul:nth-child(2) li:nth-child(1) {margin-right:5px;}
				.inquiry_area .inquiry_customer ul:nth-child(2) li:nth-child(1) img {width:60px;}
			.inquiry_area .inquiry_customer ul:nth-child(2) li:nth-child(2) {font-size:14px; line-height:20px; margin-top:2px;}
			.inquiry_area .inquiry_customer ul:nth-child(3) li {font-size:20px; color:#e60012; background:none; padding:0; margin-top:5px;}
	.inquiry_area .inquiry_formbox {width:100%; margin-top:2px;}
		.inquiry_area .inquiry_formbox iframe {height:55px;}
}




/*¿Â¶óÀÎ»ó´ã*/
.footer_btn {position:fixed; bottom:0; left:0; width:100%; min-width:1260px; text-align:center; padding:0; z-index:99;}
	.footer_btn .footer_btn_contents {position:absolute; bottom:20px; font-family:'SebangGothic'; font-weight:400; font-size:20px; line-height:25px; color:#fff; margin:0 20px; padding:20px; box-sizing:border-box; border-radius:5px; 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:#b2000f;}
	.footer_btn .inquiry {right:0; background:#ffc600; color:#000; cursor:pointer;}
		.footer_btn .footer_btn_contents span {position:relative; padding-left:30px;}
		.footer_btn .footer_btn_contents i {position:absolute; top:-2px; left:0; font-size:25px;}

.online_inquiry_contents {position:fixed; bottom:-100%; left:0; width:100%; height:100vh; background:#ffc600; z-index:90; overflow:hidden; opacity:0; transition:all .2s ease; -webkit-transition:all .2s ease;}
	.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 #000; border-radius:100px; overflow:hidden; padding-top:13px; cursor:pointer;}
		.online_inquiry_contents .close_btn i {font-size:50px; color:#000;}
		.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:40%; font-size:10px; letter-spacing:-.5px; line-height:17px; margin:0 10px; padding:10px 0; border-radius:3px;}
				.footer_btn .footer_btn_contents span {padding-left:15px;}
				.footer_btn .footer_btn_contents i {top:-1px; font-size:15px;}

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

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





/*ÇªÅÍ*/
.bottom {display:table; width:100%; min-width:1260px; text-align:center; background:#191919; padding:80px 0 220px;}
	.bottom .bi {clear:both; width:100%; margin:0 0 30px;}
		.bottom .bi img {width:200px;}
	.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:#c1c1c1;}
		.bottom .companyinfo a {font-family:'SebangGothic'; font-weight:400; font-size:17px; text-decoration:none; color:#c1c1c1;}
	.bottom .sns_link {clear:both; width:100%; margin:30px 0 0;}
		.bottom .sns_link ul {font-size:0;}
			.bottom .sns_link li {display:inline-block; font-size:35px; color:#fff; cursor:pointer; margin:0 5px;}

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

.soundon {position:fixed; bottom:200px; right:20px; width:80px; height:80px; text-align:center; border-radius:100%; background:#fff100; z-index:100; box-shadow:0 0 3px rgba(0,0,0,.3); transition:all .2s ease; -webkit-transition:all .2s ease; cursor:pointer;}
	.soundon .soundontext {position:absolute; top:50%; left:0; margin-top:-2px; transform:translateY(-50%); width:100%; font-family:'SebangGothic'; font-weight:700; font-size:17px; line-height:18px; text-decoration:none; color:#000;  z-index:1;}
	.soundon .soundBtn {position:absolute; top:0; left:0; width:100%; height:100%; z-index:5;}
		.soundon i {font-size:25px; margin-bottom:3px;}
@media (max-width:750px){
.soundon {bottom:160px; right:10px; width:40px; height:40px; padding-top:5px;}
	.soundon .soundontext {font-size:10px; line-height:11px;}
		.soundon i {font-size:15px;}
}

.footer_top {position:fixed; bottom:105px; right:20px; width:80px; height:80px; text-align:center; padding-top:15px; border-radius:100%; background:#e60012; z-index:100; box-shadow:0 0 3px rgba(0,0,0,.3); transition:all .2s ease; -webkit-transition:all .2s ease; cursor:pointer;}
	.footer_top a {display:block; font-family:'SebangGothic'; font-weight:700; font-size:17px; line-height:23px; text-decoration:none; color:#fff;}
		.footer_top i {font-size:30px;}
@media (max-width:750px){
.footer_top {bottom:110px; right:10px; width:40px; height:40px; padding-top:5px;}
	.footer_top a {font-size:10px; line-height:15px;}
		.footer_top i {font-size:30px;}
}




.kakaogift {position:fixed;  width:180px; z-index:99;}
.kakaogift1 {bottom:100px; left:20px;}
.kakaogift2 {bottom:380px; left:20px;}
.kakaogiftclose {display:none;}
	.kakaogift img {width:100%;}
	.kakaogift div {position:absolute; bottom:100%; right:0; border-radius:1000px; background:#000; font-family:'SebangGothic'; font-weight:400; font-size:17px; color:#fff; padding:5px 10px 5px 35px; margin-bottom:5px; cursor:pointer;}
		.kakaogift div:after {position:absolute; top:5px; left:10px; content:'\e925'; font-family:'xeicon'; font-size:20px;}

@media (max-width:750px){
.kakaogift {width:120px;}
.kakaogift1 {bottom:120px; left:10px;}
.kakaogift2 {bottom:120px; left:135px;}
	.kakaogift div {font-size:13px; padding:3px 5px 3px 25px; margin-bottom:2px;}
		.kakaogift div:after {top:3px; left:5px; font-size:15px;}
}

/* 20240119 ¹é¾÷
.footer_top {position:fixed; bottom:-60px; left:50%; width:50px; height:50px; text-align:center; margin-left:-25px; border-radius:5px; background:#fff; opacity:.8; z-index:98; box-shadow:0 0 3px rgba(0,0,0,.3); transition:all .2s ease; -webkit-transition:all .2s ease; cursor:pointer;}
.footer_top_fix {bottom:30px;}
.footer_top:hover {opacity:1; background:#EC6724;}
	.footer_top a {display:block; text-decoration:none;}
	.footer_top i {font-size:30px; line-height:45px; color:#000; transition:all .2s ease; -webkit-transition:all .2s ease;}
	.footer_top:hover i {color:#fff;}
@media (max-width:750px){
.footer_top {width:37px; height:37px; margin-left:-18px; border-radius:3px; }
.footer_top_fix {bottom:10px;}
	.footer_top i {font-size:20px; line-height:35px; color:#000;}
}
*/





/*¸ÞÀÎ ÄÁÅÙÃ÷*/
.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;}
}





/*ÀÎÆ®·Î*/
.cfmovie {position:relative; width:100%; padding:0;}






/*ÀÎÆ®·Î*/
.intro {height:100vh; min-height:800px; padding:0; background:#000 url('../images/intro_bg.jpg') no-repeat center; background-size:cover;}
	.intro .intro_text {position:absolute; top:50%; left:0; width:100%; z-index:4; margin-top:-340px;}
		.intro .intro_text .intro_title {display:table; font-family:'SebangGothic'; text-align:center; font-weight:400; font-size:82px; line-height:85px; color:#fff; text-shadow:0 0 5px #000; margin:0 auto; background:url('../images/firepot.png') no-repeat 55% top; padding-top:160px;}
			.intro .intro_text .intro_title strong {position:relative; font-weight:700;}
/*				.intro .intro_text .intro_title strong:first-child:before {position:absolute; top:-110px; left:-110px; width:144px; height:143px; content:''; background:url('../images/stamp.png') no-repeat center; background-size:100% 100%; z-index:2;}*/
				.intro .intro_text .intro_title strong:first-child:after {position:absolute; top:-50px; left:20px; content:'¡¤¡¤'; letter-spacing:35px; z-index:1;}
			.intro .intro_text .intro_title b {position:relative; color:transparent;}
				.intro .intro_text .intro_title b:before {position:absolute; top:5px; left:0; content:'È­´ö'; font-weight:700; background:url('../images/intro_firebg.jpg') no-repeat center; background-size:110% 110%; -webkit-text-fill-color:transparent; -webkit-background-clip:text; text-shadow:none; z-index:3;}
				.intro .intro_text .intro_title b:after {position:absolute; top:-60px; left:0; content:'Ãµ¿¬ È­»ê¼®'; font-weight:700; font-size:30px; color:#fff; z-index:3;}
			.intro .intro_text .intro_title span {position:relative;}
				.intro .intro_text .intro_title span:before {position:absolute; top:-90px; left:110px; content:'500¡É'; font-weight:700; font-size:30px; color:#e60012; z-index:3; transform:rotate(10deg);}
				.intro .intro_text .intro_title 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%;}
		.intro .intro_text .intro_comment {display:table; font-family:'SebangGothic'; text-align:center; font-weight:700; font-size:70px; line-height:80px; color:#d2b17b; text-shadow:0 0 5px #000; margin:30px auto 0;}
	.intro .intro_food {position:absolute; top:55%; left:50%; width:1000px; margin-left:-500px; z-index:50; opacity:0;}
		.intro .intro_food img {width:100%;}
	.intro .movie {position:relative; top:0; left:0; width:100%; height:100%; overflow:hidden;}
		.intro .movie iframe {position:absolute; top:50%; left:50%; width:3000px; height:1300px; margin-left:-1500px; margin-top:-650px; z-index:1; opacity:1;}
			.intro .movie:after {position:absolute; top:0; left:0; width:100%; height:100%; content:''; background:linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,.0)); z-index:2;}

@media (max-width:750px){
.intro {position:relative; height:500px; min-height:500px;}
	.intro .intro_text {margin-top:-80px;}
		.intro .intro_text .intro_title {font-size:30px; line-height:35px; background:url('../images/firepot.png') no-repeat 55% top; background-size:100px; padding-top:50px; text-shadow:0 0 2px #000;}
				.intro .intro_text .intro_title strong:first-child:before {top:-55px; left:-55px; width:70px; height:70px;}
				.intro .intro_text .intro_title strong:first-child:after {top:-20px; left:7px; letter-spacing:14px;}
				.intro .intro_text .intro_title b:before {top:1px; left:0;}
				.intro .intro_text .intro_title b:after {top:-25px; left:0; font-size:11px;}
			.intro .intro_text .intro_title span {position:relative;}
				.intro .intro_text .intro_title span:before {top:-35px; left:50px; font-size:12px;}
				.intro .intro_text .intro_title span:after {bottom:-2px; height:5px;}
		.intro .intro_text .intro_comment {font-size:20px; line-height:25px; text-shadow:0 0 2px #000; margin:20px auto 0;}
	.intro .intro_food {top:75%; left:50%; width:300px; margin-left:-150px;}
		.intro .movie iframe {top:0; width:3000px; height:500px; margin-left:-1500px; margin-top:0;}
}





/*ºê·£µå*/
.brand {background:#000 url('../images/brand_bg.jpg') no-repeat center bottom; padding:200px 0;}
	.brand .centerdiv {width:100%; padding:0 50px;}
	.brand .brand_introduce {position:relative; width:100%; max-width:1300px; height:1000px; margin:0 auto; background:#000;}
		.brand .brand_introduce .brand_comment {position:absolute; top:200px; left:0; width:100%; font-family:'pretendard'; text-align:center; font-weight:300; font-size:20px; line-height:30px; color:#fff; z-index:3;}
			.brand .brand_introduce .brand_comment strong {font-family:'SebangGothic'; font-weight:700; font-size:80px; line-height:100px; color:#ffd58f;}
			.brand .brand_introduce .brand_comment span {font-family:'SebangGothic'; font-weight:700; color:#ffd58f;}
		.brand .brand_introduce .movie {position:relative; top:0; left:0; width:100%; height:100%; overflow:hidden;}
			.brand .brand_introduce .movie:after {position:absolute; top:0; left:0; width:100%; height:100%; content:''; z-index:10;}
			.brand .brand_introduce .movie iframe {position:absolute; top:0; left:50%; width:3000px; height:100%; margin-left:-1500px; z-index:1; opacity:.5;}
	.brand .interior {display:table; position:relative; width:100%; margin:0 auto; margin-top:100px;}
		.brand .interior .interior_title {width:100%; font-family:'SebangGothic'; text-align:center; font-weight:400; font-size:80px; line-height:100px; color:#ffd48e;}
			.brand .interior .interior_title span {font-weight:700; color:#ffc600;}
		.brand .interior .interior_comment {width:100%; font-family:'SebangGothic'; text-align:center; font-weight:400; font-size:20px; line-height:30px; color:#fff; margin:30px 0 100px;}
			.brand .interior .interior_comment span {font-size:40px; line-height:40px;}
		.brand .interior .interior_slide {position:relative; width:100%; height:300px; font-size:0; overflow:hidden;}
			.brand .interior .interior_slide ul {position:absolute; top:0; left:0; white-space:nowrap; will-change:transform; z-index:1; animation:marquee 40s linear infinite;}
			.brand .interior .interior_slide li {display:inline-block; margin:0 5px;}
				.brand .interior .interior_slide li img {height:300px;}

		#slides4 {display:none; width:auto; max-width:1300px; position:relative; text-align:center; margin:120px auto 0;}
		#slides4 .slide_contents {position:relative; width:100%; height:auto; overflow:hidden;}
			#slides4 .slide_contents img {width:100%;}
			#slides4 .slide_contents iframe {position:absolute; top:0; left:50%; width:2000px; margin-left:-1000px; height:100%; z-index:1;}

		#slides4 .slidesjs-navigation {position:absolute; z-index:91;}
		#slides4 a {text-decoration:none;}
		#slides4 a.slidesjs-next,
		#slides4 a.slidesjs-previous,
		#slides4 a.slidesjs-play,
		#slides4 a.slidesjs-stop {padding:0; margin:0; transition:all .2s ease; -webkit-transition:all .2sease;}

		#slides4 a.slidesjs-previous {top:45%; left:10px; width:30px; height:30px; font-family:'Jalnan'; font-size:20px; line-height:30px; background:#fff; border-radius:100%; overflow:hidden; box-shadow:0 0 3px rgba(0,0,0,.3);}
		#slides4 a:hover.slidesjs-previous {background:#ed1b23; color:#fff;}

		#slides4 a.slidesjs-next {top:45%; right:10px; width:30px; height:30px; font-family:'Jalnan'; font-size:20px; line-height:30px; background:#fff; border-radius:100%; overflow:hidden; box-shadow:0 0 3px rgba(0,0,0,.3);}
		#slides4 a:hover.slidesjs-next {background:#ed1b23; color:#fff;}
		
		#slides4 a.slidesjs-play {font-family:'Jalnan'; font-size:15px; line-height:15px; text-align:center; color:#ed1b23; bottom:50px; left:50%; margin-left:-7px; text-shadow:0 0 3px rgba(0,0,0,.3);}
		#slides4 a.slidesjs-play:after {position:absolute; top:50%; left:50%; content:''; border:1px solid #ed1b23; background:rgba(0,0,0,.4); border-radius:100%; width:30px; height:30px; transform:translate(-50%,-50%); z-index:-1; margin-top:-1px; margin-left:-1px;}
		#slides4 a:hover.slidesjs-play {}

		#slides4 a.slidesjs-stop {font-family:'Jalnan'; font-size:11px; line-height:11px; color:#fff; bottom:-40px; left:50%; margin-left:-5px; opadity:0;}
		#slides4 a:hover.slidesjs-stop {}

		#slides4 .slidesjs-pagination {position:absolute; bottom:20px; left:0; width:100%; font-size:0; z-index:90;}
		#slides4 .slidesjs-pagination li {display:inline-block; *display:inline; margin:0 3px;}
		#slides4 .slidesjs-pagination li a {display:block; width:10px; height:10px; border-radius:100%; font-size:0; float:left; overflow:hidden; background:#fff; box-shadow:0 0 5px rgba(0,0,0,.3);}
		#slides4 .slidesjs-pagination li a.active,
		#slides4 .slidesjs-pagination li a:hover.activ {background:#ed1b23;}
		#slides4 .slidesjs-pagination li a:hover {background:#ed1b23;}

@media (max-width:750px){	
.brand {padding:100px 0; background-position:right top; background-size:auto 120%;}
	.brand .centerdiv {padding:0 10px;}
	.brand .brand_introduce {height:650px;}
		.brand .brand_introduce .brand_comment {top:100px; font-size:11px; line-height:15px; padding:0 20px;}
			.brand .brand_introduce .brand_comment strong {font-size:30px; line-height:40px;}
	.brand .interior {margin-top:50px;}
		.brand .interior .interior_title {font-size:30px; line-height:40px; text-shadow:0 0 2px #000;}
		.brand .interior .interior_comment {font-size:11px; line-height:15px; margin:15px 0 50px; text-shadow:0 0 2px #000;}
			.brand .interior .interior_comment span {font-size:20px; line-height:20px;}

		.brand .interior .interior_slide {height:100px;}
			.brand .interior .interior_slide li {margin:0 2px;}
				.brand .interior .interior_slide li img {height:100px;}


		#slides4 {margin:10px auto 0;}
		#slides4 a.slidesjs-previous { left:5px; width:20px; height:20px; font-size:10px; line-height:20px;}
		#slides4 a.slidesjs-play {font-size:9px; line-height:9px; color:#ed1b23; bottom:35px; left:50%; margin-left:-3px; text-shadow:0 0 3px rgba(0,0,0,.3);}
		#slides4 a.slidesjs-next {right:5px; width:20px; height:20px; font-size:10px; line-height:20px; margin-top:-10px;}
		#slides4 a:hover.slidesjs-next {background:#ed1b23; color:#fff;}
		#slides4 .slidesjs-pagination {bottom:10px; margin-left:0;}
		#slides4 .slidesjs-pagination li a {width:5px; height:5px;}
}

@media (max-width:350px){	
	.brand .brand_introduce {height:750px;}
}




/*¼º°øÆ÷ÀÎÆ®*/
@keyframes borderblingnews {
	0%	{border-image:linear-gradient(to bottom, #dadada, #000); border-image-slice:1; box-sizing:border-box;}
	12.5%	{border-image:linear-gradient(to bottom left, #dadada, #000); border-image-slice:1; box-sizing:border-box;}
	25%	{border-image:linear-gradient(to left, #dadada, #000); border-image-slice:1; box-sizing:border-box;}
	37.5%	{border-image:linear-gradient(to top left, #dadada, #000); border-image-slice:1; box-sizing:border-box;}
	50%	{border-image:linear-gradient(to top, #dadada, #000); border-image-slice:1; box-sizing:border-box;}
	62.5%	{border-image:linear-gradient(to top right, #dadada, #000); border-image-slice:1; box-sizing:border-box;}
	75%	{border-image:linear-gradient(to right, #dadada, #000); border-image-slice:1; box-sizing:border-box;}
	87.5%	{border-image:linear-gradient(to bottom right, #dadada, #000); border-image-slice:1; box-sizing:border-box;}
	100%	{border-image:linear-gradient(to bottom, #dadada, #000); border-image-slice:1; box-sizing:border-box;}
}
/*¹Ìµð¾î*/
.media {padding:200px 0; background:#f3f3f3;}
	.media .media_food1 {position:absolute; top:-250px; left:50%; width:1000px; margin-left:-1300px; z-index:15;}
	.media .media_food2 {position:absolute; top:-70px; left:50%; width:520px; margin-left:500px; z-index:15;}
	.media .media_food3 {position:absolute; top:-30px; left:50%; width:380px; margin-left:250px; z-index:15;}
		.media .media_food1 img,
		.media .media_food2 img,
		.media .media_food3 img {width:100%;}
	.media .media_title {position:absolute; top:400px; left:0; width:100%; font-family:'SebangGothic'; text-align:center; font-weight:400; font-size:70px; line-height:90px; color:#000; z-index:20;}
		.media .media_title:before {position:absolute; top:50px; left:0; width:100%; content:'MEDIA'; font-weight:700; font-size:300px; z-index:-1; opacity:.05;}
		.media .media_title strong {position:relative; font-size:120px; font-weight:700;}
			.media .media_title strong:after {position:absolute; top:-55px; left:-80px; width:462px; height:136px; content:'¿äÁò ÇÖÇÑ ºê·£µå!'; font-size:30px; color:#fff; background:url('../images/media_label.png') no-repeat; background-size:100% 100%; z-index:2;}
			.media .media_title strong:before {position:absolute; top:-180px; left:80px; width:175px; height:175px; content:''; background:url('../images/media_pig.png') no-repeat center; background-size:100%; z-index:1; animation:tok 1s ease-in-out infinite;}
		.media .media_title span {position:relative; color:transparent;}
			.media .media_title span:after {position:absolute; top:-2px; left:-4px; content:'¸ñ'; color:#e60012; transform:rotate(10deg);}
	.media .media_comment {width:100%; font-family:'SebangGothic'; text-align:center; font-weight:400; font-size:25px; line-height:35px; color:#000; margin:430px 0 50px;}
		.media .media_comment span {color:#fff; background:#000; border-radius:5px; padding:2px 3px 0;}
	.media .media_youtube {width:100%; font-size:0; text-align:center; padding:0 50px;}
		.media .media_youtube .youtube_contents {display:inline-block; width:24.5%; margin:.25%; vertical-align:top; cursor:pointer;}
			.media .media_youtube .youtube_contents .youtube_thumnail {position:relative; width:100%;}
/*				.media .media_youtube .youtube_contents .youtube_thumnail:before {position:absolute; top:50%; left:50%; width:50px; height:50px; background:#fff; content:'';  z-index:1; transform: translate(-50%,-50%); opacity:1; transition:all .2s ease; -webkit-transition:all .2s ease;}*/
				.media .media_youtube .youtube_contents .youtube_thumnail:after {position:absolute; top:50%; left:50%; content:'\ea40'; font-family:'xeicon'; font-size:70px; color:#ff0000;  z-index:2; transform: translate(-50%,-50%); opacity:1; transition:all .2s ease; -webkit-transition:all .2s ease;}
				.media .media_youtube .youtube_contents:hover .youtube_thumnail:before {opacity:1;}
				.media .media_youtube .youtube_contents:hover .youtube_thumnail:after {opacity:1;}
				.media .media_youtube .youtube_contents .youtube_thumnail img {width:100%;}
			.media .media_youtube .youtube_contents .youtube_title {width:100%; font-family:'SebangGothic'; text-align:center; font-weight:400; font-size:20px; line-height:25px; color:#000; margin:10px 0 20px;}
	.media .media_news {width:100%; margin:50px 0; padding:0 50px;}
		.media .media_news .media_news_line {width:100%; border:1px solid rgba(0,0,0,.1); padding:20px; animation:borderblingnews 2s linear infinite;}
		.media .media_news iframe {width:100%; height:810px;}
	.media .sns {position:relative; width:100%;}
		.media .sns .sns_icon1 {position:absolute; top:5px; left:50%; width:77px; margin-left:-480px; z-index:2; animation:tok 1s ease-in-out infinite;}
		.media .sns .sns_icon2 {position:absolute; top:150px; left:50%; width:57px; margin-left:420px; z-index:1; animation:tok 1.5s ease-in-out infinite;}
		.media .sns .sns_icon3 {position:absolute; top:5px; left:50%; width:89px; margin-left:370px; z-index:1; animation:tok 1.2s ease-in-out infinite;}
		.media .sns .sns_icon4 {position:absolute; top:180px; left:50%; width:84px; margin-left:120px; z-index:1; animation:tok 2s ease-in-out infinite;}
			.media .sns .sns_icon img {width:100%;}
		.media .sns .sns_titlebg {position:absolute; top:30px; left:50%; width:125px; margin-left:-430px; z-index:1;}
		.media .sns .sns_title {position:absolute; top:55px; width:100%; font-family:'SebangGothic'; text-align:center; font-weight:400; font-size:80px; line-height:80px; color:#000; z-index:2;}
			.media .sns .sns_title span {position:relative; font-weight:700;
														background:radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), 
														radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), 
														radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), 
														radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), 
														radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), 
														radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), 
														radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), 
														linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%); -webkit-text-fill-color:transparent; -webkit-background-clip:text;}
			.media .sns .sns_title strong {font-weight:700;}
		.media .sns .sns_title_e {width:100%; font-family:'SebangGothic'; text-align:center; font-weight:700; font-size:180px; line-height:200px; color:rgba(0,0,0,.05); overflow:hidden; white-space:nowrap; }
		.media .sns .phone {display:table; width:344px; border:3px solid #000; border-radius:10px; overflow:hidden; box-shadow:0 0 3px rgba(0,0,0,.3); z-index:2; margin:0 auto;}
			.media .sns .phone img {width:100%;}
		.media .sns .sns_slide {position:absolute; top:280px; left:0; width:100%;}
			.media .sns .sns_slide iframe {width:100%; height:540px;}

@media (max-width:750px){	
.media {padding:100px 0;}
	.media .media_food1 {top:-130px; left:50%; width:300px; margin-left:-400px;}
	.media .media_food2 {top:-30px; left:auto; right:-30px; width:150px; margin-left:0;}
	.media .media_food3 {top:-30px; left:auto; right:120px; width:100px; margin-left:0;}
	.media .media_title {top:100px; font-size:20px; line-height:30px;}
		.media .media_title:before {top:15px; font-size:100px;}
		.media .media_title strong {font-size:40px;}
			.media .media_title strong:after {top:-22px; left:-25px; width:160px; height:50px; font-size:13px; padding-top:5px;}
			.media .media_title strong:before {top:-80px; left:20px; width:80px; height:80px;ackground-size:100%; z-index:1; animation:tokm 1s ease-in-out infinite;}
			.media .media_title span:after {top:-3px; left:0;}
	.media .media_comment {font-size:15px; line-height:20px; margin:80px 0 30px;}
		.media .media_comment span {border-radius:3px; padding:2px 3px 0;}
	.media .media_youtube {padding:0 10px;}
		.media .media_youtube .youtube_contents {width:49.5%;}
			.media .media_youtube .youtube_contents .youtube_thumnail:before {width:30px; height:25px;}
			.media .media_youtube .youtube_contents .youtube_thumnail:after {font-size:50px;}
			.media .media_youtube .youtube_contents .youtube_title {font-size:10px; line-height:13px; margin:5px 0 10px;}
	.media .media_news {margin:30px 0; padding:0 10px;}
		.media .media_news .media_news_line {border-width:.5px; padding:10px;}
		.media .media_news iframe {height:360px;}
	.media .sns {}
		.media .sns .sns_icon1 {top:5px; width:35px; margin-left:-180px; z-index:2; animation:tokm 1s ease-in-out infinite;}
		.media .sns .sns_icon2 {top:100px; width:30px; margin-left:140px; z-index:1; animation:tokm 1.5s ease-in-out infinite;}
		.media .sns .sns_icon3 {top:5px; width:45px; margin-left:140px; z-index:1; animation:tokm 1.2s ease-in-out infinite;}
		.media .sns .sns_icon4 {top:80px; width:40px; margin-left:60px; z-index:1; animation:tokm 2s ease-in-out infinite;}
		.media .sns .sns_titlebg {top:20px; width:51px; margin-left:-160px;}
		.media .sns .sns_title {top:27px; font-size:30px; line-height:40px;}
		.media .sns .sns_title_e {font-size:60px; line-height:100px;}
		.media .sns .phone {width:190px; border-width:1.5px; border-radius:5px;}
		.media .sns .sns_slide {top:140px;}
			.media .sns .sns_slide iframe {width:100%; height:330px;}
}





/*¼º°øÆ÷ÀÎÆ®*/
@keyframes borderbling {
	0%	{border-image:linear-gradient(to bottom, #f4c05b, #856a33); border-image-slice:1; box-sizing:border-box;}
	12.5%	{border-image:linear-gradient(to bottom left, #f4c05b, #856a33); border-image-slice:1; box-sizing:border-box;}
	25%	{border-image:linear-gradient(to left, #f4c05b, #856a33); border-image-slice:1; box-sizing:border-box;}
	37.5%	{border-image:linear-gradient(to top left, #f4c05b, #856a33); border-image-slice:1; box-sizing:border-box;}
	50%	{border-image:linear-gradient(to top, #f4c05b, #856a33); border-image-slice:1; box-sizing:border-box;}
	62.5%	{border-image:linear-gradient(to top right, #f4c05b, #856a33); border-image-slice:1; box-sizing:border-box;}
	75%	{border-image:linear-gradient(to right, #f4c05b, #856a33); border-image-slice:1; box-sizing:border-box;}
	87.5%	{border-image:linear-gradient(to bottom right, #f4c05b, #856a33); border-image-slice:1; box-sizing:border-box;}
	100%	{border-image:linear-gradient(to bottom, #f4c05b, #856a33); border-image-slice:1; box-sizing:border-box;}
}
.success {height:1700px; padding:0; background:#000;}
	.success .success_foodimg {position:absolute; top:-370px; left:50%; width:975px; margin-left:-1350px; z-index:3; border-radius:100%; overflow:hidden; animation:rotate 60s linear infinite;}
		.success .success_foodimg img {width:100%;}
	.success .success_impact {position:absolute; top:-60px; left:50%; width:295px; height:295px; background:rgba(0,0,0,.8); border:2px solid #ffd48e; margin-left:-530px; z-index:4; border-radius:100%; padding-top:70px; transform:rotate(-15deg); animation:bling 1.5s linear infinite;}
		.success .success_impact li {width:100%; font-family:'SebangGothic'; text-align:center; font-weight:400; color:#ffd48e;}
		.success .success_impact li:nth-child(1) {font-weight:700; font-size:45px; line-height:40px;}
		.success .success_impact li:nth-child(2) {font-size:37px; line-height:40px;}
		.success .success_impact li:nth-child(3) {font-size:54px; line-height:50px;}
		.success .success_impact li:nth-child(4) {font-weight:700; font-size:26px; line-height:30px;}
	.success .contents {position:absolute; top:0; left:0; width:100%; padding:200px 50px; z-index:3;}
		.success .contents .success_title {display:table; margin:0 auto; text-shadow:0 0 5px #000;}
			.success .contents .success_title li:nth-child(1) {width:100%; font-family:'SebangGothic'; text-align:center; font-weight:400; font-size:45px; color:#fff;}
				.success .contents .success_title li:nth-child(1) span {position:relative; color:transparent; letter-spacing:10px;}
					.success .contents .success_title li:nth-child(1) span:after {position:absolute; top:-35%; left:0; width:100%; height:150%; content:''; background:url('../images/logo.png') no-repeat center top; background-size:100%;}
			.success .contents .success_title li:nth-child(2) {position:relative; width:100%; font-family:'SebangGothic'; text-align:center; font-weight:400; font-size:79px; line-height:120px; color:#fff;}
				.success .contents .success_title li:nth-child(2):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;}
				.success .contents .success_title li:nth-child(2) span {position:relative; font-weight:700;}
					.success .contents .success_title li:nth-child(2) span:after {position:absolute; top:-20%; left:-15%; width:130%; height:160%; content:''; background:url('../images/line_circle.png') no-repeat center; background-size:100% 100%; z-index:-1;}
			.success .contents .success_title li:nth-child(3) {width:100%; font-family:'SebangGothic'; text-align:center; font-weight:700; font-size:125px; line-height:130px; color:#ffd48e;}
		.success .contents .success_contents {width:100%; display:inline-flex; flex-wrap:wrap; justify-content:center; margin:100px 0 0 0;}
			.success .contents .success_contents .success_box {display:inline-block; width:33.33%; text-align:center; border:2px solid transparent; padding:50px; padding-top:30px; transition:all .2s ease; -webkit-transition:all .2s ease;}
			.success .contents .success_contents .success_box * {transition:all .2s ease; -webkit-transition:all .2s ease;}
				.success .contents .success_contents .success_box:hover {background:rgba(210,177,123,.9); animation:borderbling 1s linear infinite;}
				.success .contents .success_contents .success_box .success_no {width:100%; font-family:'SebangGothic'; text-align:center; font-weight:400; font-size:20px; line-height:80px; color:#fff;}
				.success .contents .success_contents .success_box .success_contents_title {width:100%; font-family:'SebangGothic'; text-align:center; font-weight:400; font-size:40px; line-height:50px; color:#fff;}
					.success .contents .success_contents .success_box .success_contents_title span {font-weight:700; color:#ffd48e;}
					.success .contents .success_contents .success_box .success_contents_title b {font-family:'Noto Serif KR'; font-weight:700; color:#ffd48e;}
					.success .contents .success_contents .success_box .success_contents_title strong {font-size:20px; line-height:15px;}
				.success .contents .success_contents .success_box .success_contents_comment {width:100%; font-family:'SebangGothic'; text-align:center; font-weight:400; font-size:20px; line-height:30px; color:#fff; margin-top:50px;}
					.success .contents .success_contents .success_box .success_contents_comment span {color:#000; background:#ffd48e; border-radius:5px; padding:2px 5px 0;}
				.success .contents .success_contents .success_box:hover * {color:#000;}
					.success .contents .success_contents .success_box:hover .success_contents_title span {color:#ac0000;}
					.success .contents .success_contents .success_box:hover .success_contents_title b {color:#ac0000;}
					.success .contents .success_contents .success_box:hover .success_contents_comment span {color:#fff; background:#000;}
	.success .movie {position:relative; top:0; left:0; width:100%; height:100%; overflow:hidden;}
		.success .movie:after {position:absolute; top:0; left:0; width:100%; height:100%; content:''; z-index:2;}
		.success .movie iframe {position:absolute; top:0; left:50%; width:4000px; height:1700px; margin-left:-2000px; z-index:1; opacity:.5;}

@media (max-width:750px){	
.success {height:1000px;}
	.success .success_foodimg {top:-160px; width:300px; margin-left:-365px}
	.success .success_impact {top:-30px; width:130px; height:130px; border-width:1px; margin-left:-200px; padding-top:23px;}
		.success .success_impact li:nth-child(1) {font-size:20px; line-height:23px;}
		.success .success_impact li:nth-child(2) {font-size:17px; line-height:20px;}
		.success .success_impact li:nth-child(3) {font-size:25px; line-height:25px;}
		.success .success_impact li:nth-child(4) {font-size:12px; line-height:17px;}
	.success .contents {padding:100px 10px;}
		.success .contents .success_title {text-shadow:0 0 2px #000;}
			.success .contents .success_title li:nth-child(1) {font-size:17.5px;}
				.success .contents .success_title li:nth-child(1) span {letter-spacing:5px;}
			.success .contents .success_title li:nth-child(2) {font-size:31px; line-height:40px;}
				.success .contents .success_title li:nth-child(2):after {bottom:10px; left:0; width:100%; height:5px;}
			.success .contents .success_title li:nth-child(3) {font-size:50px; line-height:55px;}
		.success .contents .success_contents {margin:50px 0 0 0;}
			.success .contents .success_contents .success_box {width:50%; border-width:1px; padding:10px 10px 30px;}
				.success .contents .success_contents .success_box .success_no {font-size:10px; line-height:50px;}
				.success .contents .success_contents .success_box .success_contents_title {font-size:20px; line-height:25px;}
					.success .contents .success_contents .success_box .success_contents_title strong {font-size:10px; line-height:10px;}
				.success .contents .success_contents .success_box .success_contents_comment {font-size:10px; line-height:13px; margin-top:20px;}
					.success .contents .success_contents .success_box .success_contents_comment span {border-radius:3px; padding:0 3px 0;}
		.success .movie iframe {height:1000px;}
}





/*¸ÅÃâ°ø°³*/
.sales {background:#000 url('../images/sales_bg.jpg') no-repeat center bottom;}
	.sales .sales_foodimg {position:absolute; top:-170px; left:50%; width:842px; margin-left:400px; z-index:3; border-radius:100%; overflow:hidden; animation:rotate 60s linear infinite;}
		.sales .sales_foodimg img {width:100%;}
	.sales .sales_title1 {clear:both; display:table; font-family:'SebangGothic'; text-align:center; font-weight:400; font-size:70px; line-height:80px; color:#fff; margin:0 auto; text-shadow:0 0 5px #000;}
	.sales .sales_tag {clear:both; display:table; margin:50px auto; text-shadow:0 0 5px #000; border-top:1px solid #fff; border-bottom:1px solid #fff; padding:20px;}
		.sales .sales_tag li {float:left; font-family:'SebangGothic'; text-align:center; font-weight:400; font-size:23px; line-height:50px; color:#fff; margin:0 5px;}
	.sales .sales_title2 {clear:both; display:table; font-family:'SebangGothic'; text-align:center; font-weight:400; font-size:70px; line-height:80px; color:#fff; margin:0 auto; text-shadow:0 0 5px #000;}
		.sales .sales_title2 span {font-weight:700; color:#ffc600;}
		.sales .sales_title2 strong {font-weight:700;}
	.sales .sales_title3 {clear:both; display:table; font-family:'SebangGothic'; text-align:center; font-weight:400; font-size:70px; line-height:100px; color:#fff; margin:50px auto; text-shadow:0 0 5px #000;}
		.sales .sales_title3 span {position:relative; font-weight:700; font-size:100px; color:#ffc600;}
			.sales .sales_title3 span:after {position:absolute; bottom:-50px; right:5px; content:'¸ÅÀå¸¶´Ù »óÀÌÇÔ'; font-weight:400; font-size:17px; color:#fff;}
	.sales .sales_title4 {clear:both; display:table; font-family:'SebangGothic'; text-align:center; font-weight:400; font-size:70px; line-height:70px; color:#fff; margin:50px auto 0; text-shadow:0 0 5px #000;}
		.sales .sales_title4 span {font-size:30px;}
		.sales .sales_title4 strong {font-weight:700;}
		.sales .sales_title4 strong:nth-child(4) {color:#ffc600;}
	.sales .sales_contents {width:100%; text-align:center; font-size:0; padding:50px;}
		.sales .sales_contents .sales_bill_contents {display:inline-block; width:23%; min-width:300px; margin:1%; margin-bottom:430px; background:linear-gradient(to bottom, #fafafa, #626262); border-radius:100px; padding:3px; box-shadow:0 0 3px rgba(0,0,0,.3);}
			.sales .sales_contents .sales_bill_contents .sales_bill_bg {position:relative; width:100%; height:10px; background:#000; border-radius:100px;}
				.sales .sales_contents .sales_bill_contents .sales_bill_bg .sales_bill_body {position:absolute; top:4px; left:2%; width:96%; background:linear-gradient(to bottom, #cdcdcd, #fff, #fff, #fff); padding:10px 5px;}
					.sales .sales_contents .sales_bill_contents .sales_bill_bg .sales_bill_body:after {position:absolute; bottom:-6px; left:0; width:100%; height:6px; content:''; background:url('../images/sales_billbg.png') bottom; background-size:10px;}
					.sales .sales_contents .sales_bill_contents .sales_bill_bg .sales_bill_body .sales_bill_title {width:100%; font-family:'SebangGothic'; text-align:center; font-weight:400; font-size:17px; line-height:35px; color:#666; padding:20px 0; border-bottom:1px dashed rgba(0,0,0,.3); margin:0 0 20px;}
						.sales .sales_contents .sales_bill_contents .sales_bill_bg .sales_bill_body .sales_bill_title span {font-weight:700; font-size:30px; color:#000;}
					.sales .sales_contents .sales_bill_contents .sales_bill_bg .sales_bill_body .sales_bill_number {display:table; width:100%; font-family:'SebangGothic'; text-align:center; font-weight:700; font-size:20px; line-height:25px; color:#000; margin:40px 0;}
						.sales .sales_contents .sales_bill_contents .sales_bill_bg .sales_bill_body .sales_bill_number strong {position:relative; font-weight:700; font-size:30px; color:#e60012;}
							.sales .sales_contents .sales_bill_contents .sales_bill_bg .sales_bill_body .sales_bill_number strong .impact {position:absolute; top:-90px; right:-80px; border:1px solid #e60012; padding:2px; box-shadow:0 0 5px rgba(0,0,0,.5); border-radius:100%; transform:rotate(15deg); animation:bling 2s ease-in-out infinite;}
								.sales .sales_contents .sales_bill_contents .sales_bill_bg .sales_bill_body .sales_bill_number strong .impact ul {width:100px; height:100px; background:#e60012; border-radius:100%; padding-top:5px;}
									.sales .sales_contents .sales_bill_contents .sales_bill_bg .sales_bill_body .sales_bill_number strong .impact li {width:100%; font-family:'SebangGothic'; text-align:center; font-weight:400; color:#fff;}
									.sales .sales_contents .sales_bill_contents .sales_bill_bg .sales_bill_body .sales_bill_number strong .impact li:nth-child(1) {font-size:17px; line-height:35px;}
									.sales .sales_contents .sales_bill_contents .sales_bill_bg .sales_bill_body .sales_bill_number strong .impact li:nth-child(2) {font-weight:700; font-size:40px;}
									.sales .sales_contents .sales_bill_contents .sales_bill_bg .sales_bill_body .sales_bill_number strong .impact li:nth-child(3) {font-size:14px;}
						.sales .sales_contents .sales_bill_contents .sales_bill_bg .sales_bill_body .sales_bill_number span {font-weight:400; font-size:17px; color:#666; display:none;}
					.sales .sales_contents .sales_bill_contents .sales_bill_bg .sales_bill_body .sales_barcode {width:100%; margin:0 0 10px;}
						.sales .sales_contents .sales_bill_contents .sales_bill_bg .sales_bill_body .sales_barcode img {width:130px;}

@media (max-width:750px){	
.sales {}
	.sales .sales_foodimg {top:-130px; width:300px; margin-left:100px;}
	.sales .sales_title1 {font-size:30px; line-height:35px; text-shadow:0 0 2px #000; margin-top:30px;}
	.sales .sales_tag {margin:30px auto; text-shadow:0 0 2px #000; border-width:.5px; padding:10px;}
		.sales .sales_tag li {font-size:11px; line-height:20px; margin:0 3px;}
	.sales .sales_title2 {font-size:20px; line-height:25px; text-shadow:0 0 2px #000;}
	.sales .sales_title3 {font-size:15px; line-height:25px; margin:30px auto; text-shadow:0 0 2px #000;}
		.sales .sales_title3 span {font-size:30px;}
			.sales .sales_title3 span:after {right:2px; bottom:-17px; font-size:8px;}
	.sales .sales_title4 {font-size:20px; line-height:20px; margin:30px auto 0; text-shadow:0 0 2px #000;}
		.sales .sales_title4 span {font-size:10px;}
	.sales .sales_contents {padding:10px;}
		.sales .sales_contents .sales_bill_contents {width:31.33%; min-width:31.33%; margin-bottom:200px; padding:2px;}
			.sales .sales_contents .sales_bill_contents .sales_bill_bg {height:5px;}
				.sales .sales_contents .sales_bill_contents .sales_bill_bg .sales_bill_body {top:2px; left:1%; width:98%; padding:5px 5px;}
					.sales .sales_contents .sales_bill_contents .sales_bill_bg .sales_bill_body:after {bottom:-3px; height:3px; background-size:5px;}
					.sales .sales_contents .sales_bill_contents .sales_bill_bg .sales_bill_body .sales_bill_title {font-size:8px; line-height:15px; padding:10px 0; border-width:.5px; margin:0 0 10px;}
						.sales .sales_contents .sales_bill_contents .sales_bill_bg .sales_bill_body .sales_bill_title span {font-size:13px;}
					.sales .sales_contents .sales_bill_contents .sales_bill_bg .sales_bill_body .sales_bill_number {font-size:8px; line-height:13px; margin:15px 0;}
						.sales .sales_contents .sales_bill_contents .sales_bill_bg .sales_bill_body .sales_bill_number strong {font-size:13px;}
							.sales .sales_contents .sales_bill_contents .sales_bill_bg .sales_bill_body .sales_bill_number strong .impact {top:-30px; right:-40px; border-width:.5px; padding:1px; box-shadow:0 0 2px rgba(0,0,0,.5); z-index:2;}
								.sales .sales_contents .sales_bill_contents .sales_bill_bg .sales_bill_body .sales_bill_number strong .impact ul {width:40px; height:40px; padding-top:1px;}
									.sales .sales_contents .sales_bill_contents .sales_bill_bg .sales_bill_body .sales_bill_number strong .impact li:nth-child(1) {font-size:8px; line-height:14px;}
									.sales .sales_contents .sales_bill_contents .sales_bill_bg .sales_bill_body .sales_bill_number strong .impact li:nth-child(2) {font-size:17px;}
									.sales .sales_contents .sales_bill_contents .sales_bill_bg .sales_bill_body .sales_bill_number strong .impact li:nth-child(3) {font-size:6px; line-height:9px;}
						.sales .sales_contents .sales_bill_contents .sales_bill_bg .sales_bill_body .sales_bill_number span {font-size:7px;}
					.sales .sales_contents .sales_bill_contents .sales_bill_bg .sales_bill_body .sales_barcode {margin:0 0 5px;}
						.sales .sales_contents .sales_bill_contents .sales_bill_bg .sales_bill_body .sales_barcode img {width:50px;}
}





/*¼º°ø½ºÅä¸®*/
.story {background:#f3f3f3 url('../images/story_bg.jpg') no-repeat center bottom; overflow:hidden;}
	.story .contents {display:table; width:100%; max-width:1300px; margin:0 auto; padding:0 50px;}
	.story .story_title {position:relative; float:left; width:40%; font-family:'SebangGothic'; text-align:left; font-weight:400; font-size:35px; line-height:65px; color:#aaa; padding:50px 0 0 100px;}
		.story .story_title:after {position:absolute; top:-50px; left:-170px; width:375px; height:600px; content:''; background:url('../images/story_title_bg.png') no-repeat center top; background-size:100%;}
		.story .story_title span {font-weight:700; font-size:60px; color:#231815;}
		.story .story_title strong {font-weight:700; font-size:60px; color:#e60012;}
	.story .story_list {float:right; width:60%; font-size:0;}
		.story .story_list .youtube_contents {display:inline-block; width:48%; margin:1%; vertical-align:top; cursor:pointer;}
				.story .story_list .youtube_contents .youtube_thumnail {position:relative; width:100%;}
					.story .story_list .youtube_contents .youtube_thumnail:before {position:absolute; top:50%; left:50%; width:40px; height:30px; background:#fff; content:'';  z-index:1; transform: translate(-50%,-50%); opacity:1; transition:all .2s ease; -webkit-transition:all .2s ease;}
					.story .story_list .youtube_contents .youtube_thumnail:after {position:absolute; top:50%; left:50%; content:'\ec32'; font-family:'xeicon'; font-size:60px; color:#ff0000;  z-index:2; transform: translate(-50%,-50%); opacity:1; transition:all .2s ease; -webkit-transition:all .2s ease;}
					.story .story_list .youtube_contents .youtube_thumnail img {width:100%;}
				.story .story_list .youtube_contents:hover .youtube_thumnail:before {opacity:1;}
				.story .story_list .youtube_contents:hover .youtube_thumnail:after {opacity:1;}
			.story .story_list .youtube_contents .youtube_title {width:100%; font-family:'SebangGothic'; text-align:center; font-weight:400; font-size:20px; line-height:25px; color:#000; margin:10px 0 20px;}

@media (max-width:750px){	
.story {background-size:100%; background-position:left bottom; background-size:150%; padding-bottom:200px;}
	.story .contents {padding:0 10px;}
	.story .story_title {width:100%; font-size:18px; line-height:22px; padding:0 0 80px 110px;}
		.story .story_title:after {top:-70px; left:0; width:150px; height:300px;}
		.story .story_title span {font-size:22px;}
		.story .story_title strong {font-size:22px;}
			.story .story_list .youtube_contents .youtube_thumnail:before {width:25px; height:20px;}
			.story .story_list .youtube_contents .youtube_thumnail:after {font-size:40px;}
	.story .story_list {clear:both; width:100%;}
		.story .story_list .youtube_contents {}
			.story .story_list .youtube_contents .youtube_title {font-size:10px; line-height:13px; margin:5px 0 10px; text-shadow:0 0 5px #f3f3f3;}
}





/*¸Þ´º*/
.menu {padding:0; background:#04090d; overflow:hidden;}
	.menu .contents {position:absolute; display:table; top:200px; left:50%; width:100%; max-width:1300px; padding:0 50px; z-index:15; transform:translateX(-50%);}
		.menu .contents .menu_title {float:left; font-family:'SebangGothic'; font-weight:400; text-align:center; font-size:81px; line-height:95px; color:#fff; text-shadow:0 0 5px #000; margin-top:200px;}
			.menu .contents .menu_title span {font-weight:700;}
			.menu .contents .menu_title strong {position:relative; font-weight:700; color:#ffd48e;}
				.menu .contents .menu_title strong:after {position:absolute; bottom:3px; left:0; width:100%; height:2px; background:#ffd48e; content:''; box-shadow:0 0 3px rgba(0,0,0,.3);}
			.menu .contents .menu_title img {width:450px;}
		.menu .contents .menu_service {position:absolute; top:-180px; left:500px;}
			.menu .contents .menu_service img {width:1123px;}
				.menu .contents .menu_service img:nth-child(2) {position:absolute; top:-50px; left:150px; width:364px;}
			.menu .contents .menu_service .menu_service_title {position:absolute; top:50%; left:50%; width:295px; height:295px; font-family:'SebangGothic'; font-weight:400; text-align:center; font-size:30px; line-height:35px; color:#fff; border-radius:100%; border:2px solid #ffd48e; background:rgba(0,0,0,.8); transform:translate(-50%,-50%) rotate(15deg); padding-top:25px; animation:bling 2s linear infinite;}
				.menu .contents .menu_service .menu_service_title span {font-weight:700;}
				.menu .contents .menu_service .menu_service_title strong {font-weight:700; color:#ffd48e;}
		.menu .contents .menu_tab {clear:both; width:100%; text-align:center; font-size:0; padding-top:250px; z-index:30;}
			.menu .contents .menu_tab li {position:relative; display:inline-block; vertical-align:top; width:150px; font-family:'SebangGothic'; font-weight:400; text-align:center; font-size:25px; line-height:60px; color:#fff; margin:0 2px; border:1px solid rgba(255,255,255,.2); cursor:pointer;}
			.menu .contents .menu_tab .active {font-weight:700; background:#e60012; border-color:#e60012;}
				.menu .contents .menu_tab .active:before {position:absolute; top:-21px; left:-2px; border-bottom:20px solid #e60012; border-left:76px solid transparent; border-right:76px solid transparent; content:''; z-index:1;}
				.menu .contents .menu_tab .active:after {position:absolute; bottom:-21px; left:-2px; border-top:20px solid #e60012; border-left:76px solid transparent; border-right:76px solid transparent; content:''; z-index:1;}
	.menu .movie {position:relative; top:0; left:0; width:100%; height:1200px; overflow:hidden;}
		.menu .movie:before {position:absolute; bottom:0; left:0; width:100%; height:200px; content:''; background:linear-gradient(to bottom, rgba(4,9,13,0), rgba(4,9,13,1)); z-index:2;}
		.menu .movie:after {position:absolute; top:0; left:0; width:100%; height:100%; content:''; z-index:10;}
		.menu .movie iframe {position:absolute; top:-50px; left:50%; width:4000px; height:1300px; margin-left:-2000px; z-index:1; opacity:.5;}
	.menu .menu_list {display:table; width:100%; max-width:1300px; text-align:center; padding:0 50px 200px; margin:0 auto;}
	.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.33%; margin:.5%; vertical-align:top;}
			.menu .menu_list .menu_box5 .menu_br {position:relative; display:inline-block; width:100%; vertical-align:top;}
				.menu .menu_list .menu_box .menu_item .menu_item_name {position:relative; display:table; font-family:'SebangGothic'; text-align:center; font-weight:400; font-size:25px; line-height:30px; color:#fff; margin:10px auto;}
					.menu .menu_list .menu_box .menu_item .menu_item_name .impactmenu {position:absolute; top:-30px; left:-10px; font-size:18px; line-height:20px; text-shadow:0 0 3px #000; background:#b00000; padding:5px; border-radius:5px; transform:rotate(-5deg); z-index:10; animation:bling 1.5s linear infinite;}
					.menu .menu_list .menu_box .menu_item .menu_item_name .signature {font-weight:700; color:#fff000;}
					.menu .menu_list .menu_box .menu_item .menu_item_name .hit {color:#000; background:#ffb400; text-shadow:none;}
				.menu .menu_list .menu_box .menu_item .menu_item_detail {width:100%;  font-family:'Pretendard'; text-align:center; font-weight:300; font-size:17px; color:#fff; padding:0 10px;}
				.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%; transition:all .2s ease; -webkit-transition:all .2s ease;}
					.menu .menu_list .menu_box1 .menu_item:first-child .menu_img img {opacity:.0;}
					.menu .menu_list .menu_box1 .menu_item:first-child .menu_img img:nth-child(2) {width:170%; position:absolute; bottom:20px; right:0; opacity:1; z-index:3;}
					.menu .menu_list .menu_box .menu_item:hover .menu_img img {-webkit-transform:scale(1.05); -ms-transform:scale(1.05); transform:scale(1.05);}

@media (max-width:750px){	
.menu {}
	.menu .contents {top:100px; padding:0 10px;}
		.menu .contents .menu_title {font-size:25px; line-height:30px; text-shadow:0 0 2px #000; margin-top:50px;}
				.menu .contents .menu_title strong:after {bottom:1px; height:1px;}
			.menu .contents .menu_title img {width:150px;}
		.menu .contents .menu_service {top:-70px; left:auto; right:0;}
			.menu .contents .menu_service img {width:400px;}
				.menu .contents .menu_service img:nth-child(2) {top:-50px; left:80px; width:150px;}
			.menu .contents .menu_service .menu_service_title {left:20%; width:130px; height:130px; font-size:13px; line-height:15px; border-width:1px; padding-top:13px; transform:translate(0,-50%) rotate(15deg);}
		.menu .contents .menu_tab {padding-top:70px;}
			.menu .contents .menu_tab li {width:50px; font-size:10px; line-height:30px; margin:0 1px; border-width:.5px;}
				.menu .contents .menu_tab .active:before {top:-10.5px; left:0; border-bottom:10px solid #e60012; border-left:25px solid transparent; border-right:24px solid transparent;}
				.menu .contents .menu_tab .active:after {bottom:-10.5px; left:0; border-top:10px solid #e60012; border-left:25px solid transparent; border-right:24px solid transparent;}
	.menu .movie {height:420px;}
		.menu .movie:after {height:50px;}
		.menu .movie iframe {top:0; height:420px;}
	.menu .menu_list {padding:0 10px 100px;}
			.menu .menu_list .menu_box .menu_item {width:49%;}
			.menu .menu_list .menu_box5 .menu_br {display:none;}
				.menu .menu_list .menu_box .menu_item .menu_item_name {font-size:13px; line-height:15px; margin:5px auto;}
					.menu .menu_list .menu_box .menu_item .menu_item_name .impactmenu {top:-18px; left:-5px; font-size:10px; line-height:12px; padding:3px; border-radius:2px;}
				.menu .menu_list .menu_box .menu_item .menu_item_detail {font-size:10px;}
				.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%; transition:all .2s ease; -webkit-transition:all .2s ease;}
}

@media (max-width:550px){	
		.menu .contents .menu_service {left:150px; right:auto;}
}




/*¼ÕÀÍºÐ¼®*/
.analisys {height:1400px; padding:0; background:#000;}
	.analisys .analisys_foodimg {position:absolute; top:530px; left:50%; width:1500px; z-index:4; margin-left:-1450px;}
		.analisys .analisys_foodimg img {width:100%;}
	.analisys .contents {position:absolute; display:table; top:200px; left:50%; width:100%; max-width:1300px; padding:0 50px; z-index:5; transform:translateX(-50%);}
		.analisys .contents .analisys_graph_contents {position:relative; float:left; width:50%;}
			.analisys .contents .analisys_graph_contents .analisys_graph {position:absolute; top:0; left:0; width:600px; height:600px; text-align:center; background:conic-gradient(#343434 0% 40%, #3a6300 40% 57.9%, #634f00 57.9% 63.1%, #c14c27 63.1% 63.4%, #c19727 63.4% 75.0%, #e60012 75% 100.0%); border-radius:100%; animation:rotate 100s linear infinite; box-shadow:0 0 5px rgba(0,0,0,.5); z-index:10;}
				.analisys .contents .analisys_graph_contents .analisys_graph .analisys_graph_title {position:absolute; top:50%; left:50%; width:300px; height:300px; background:#000; margin-left:-150px; margin-top:-150px; border-radius:100%; animation:rotate2 100s linear infinite;
																																					font-family:'SebangGothic'; font-weight:400; font-size:20px; line-height:20px; color:#fff; padding-top:50px;}
					.analisys .contents .analisys_graph_contents .analisys_graph .analisys_graph_title span {font-size:30px; line-height:45px; font-weight:700;}
					.analisys .contents .analisys_graph_contents .analisys_graph .analisys_graph_title .analisys_impact {position:absolute; top:125px; left:50%; width:320px; font-family:'SebangGothic'; font-weight:700; font-size:23px; line-height:50px; color:#e60012; background:#000; border:3px solid #e60012; border-radius:100px; margin-left:-160px; padding:15px 0 7px; animation:bling 1.5s linear infinite; box-shadow:0 0 3px rgba(0,0,0,.3);}
						.analisys .contents .analisys_graph_contents .analisys_graph .analisys_graph_title .analisys_impact span {font-size:40px;}
				.analisys .contents .analisys_graph_contents .analisys_graph .analisys_graph_name {position:absolute; left:50%; font-family:'SebangGothic'; font-weight:400; font-size:27px; line-height:30px; color:#fff; animation:rotate2 100s linear infinite;}
				.analisys .contents .analisys_graph_contents .analisys_graph .analisys_graph_name1 {top:200px; margin-left:150px;}
				.analisys .contents .analisys_graph_contents .analisys_graph .analisys_graph_name2 {top:490px; margin-left:-15px;}
				.analisys .contents .analisys_graph_contents .analisys_graph .analisys_graph_name3 {top:490px; margin-left:-210px; font-size:17px; line-height:20px;}
				.analisys .contents .analisys_graph_contents .analisys_graph .analisys_graph_name4 {top:410px; margin-left:-205px; font-size:17px; line-height:20px;}
				.analisys .contents .analisys_graph_contents .analisys_graph .analisys_graph_name5 {top:370px; margin-left:-265px; font-size:17px; line-height:20px;}
				.analisys .contents .analisys_graph_contents .analisys_graph .analisys_graph_name6 {top:130px; margin-left:-217px;}
		.analisys .contents .analisys_text {float:right; width:50%;}
			.analisys .contents .analisys_text .analisys_title {width:100%; font-family:'SebangGothic'; text-align:right; font-weight:700; font-size:80px; line-height:90px; color:#ffd461;}
			.analisys .contents .analisys_text .analisys_comment {width:100%; font-family:'SebangGothic'; text-align:right; font-weight:400; font-size:40px; line-height:45px; color:#fff;}
		.analisys .contents .analisys_bill {clear:right; float:right; width:45%; margin-top:50px; background:linear-gradient(to bottom, #fafafa, #626262); border-radius:5px; padding:5px; box-shadow:0 0 3px rgba(0,0,0,.3);}
			.analisys .contents .analisys_bill .analisys_bill_bg {position:relative; width:100%; height:7px; background:#000; border-radius:2px;}
				.analisys .contents .analisys_bill .analisys_bill_bg .analisys_bill_contents {position:absolute; top:4px; left:1%; width:98%; background:#fff; padding:30px;}
					.analisys .contents .analisys_bill .analisys_bill_bg .analisys_bill_contents:after {position:absolute; bottom:-6px; left:0; width:100%; height:6px; content:''; background:url('../images/sales_billbg.png') bottom; background-size:10px;}
					.analisys .contents .analisys_bill .analisys_bill_bg .analisys_bill_contents:before {position:absolute; top:0; left:0; width:100%; height:3px; content:''; background:linear-gradient(to bottom, rgba(0,0,0,.3), rgba(0,0,0,.0)); z-index:1;}
				.analisys .contents .analisys_bill .analisys_bill_bg .analisys_bill_contents .analisys_ex1 {width:100%; font-family:'SebangGothic'; text-align:right; font-weight:400; font-size:17px; line-height:25px; color:#000;}
				.analisys .contents .analisys_bill .analisys_bill_bg .analisys_bill_contents .analisys_ex2 {width:100%; font-family:'SebangGothic'; text-align:left; font-weight:400; font-size:17px; line-height:25px; color:#000;}
					.analisys .contents .analisys_bill .analisys_bill_bg .analisys_bill_contents .analisys_ex2 li {position:relative; padding-left:20px;}
						.analisys .contents .analisys_bill .analisys_bill_bg .analisys_bill_contents .analisys_ex2 li:after {position:absolute; top:0; left:0; content:'¡Ø';}
				.analisys .contents .analisys_bill .analisys_bill_bg .analisys_bill_contents .analisys_table {display:table; width:100%; margin:20px 0;}
					.analisys .contents .analisys_bill .analisys_bill_bg .analisys_bill_contents .analisys_table ul {display:table; clear:both; float:left; width:100%; border-top:1px solid rgba(0,0,0,.1); padding:3px;}
					.analisys .contents .analisys_bill .analisys_bill_bg .analisys_bill_contents .analisys_table ul:nth-child(2) {background:#191919; border-radius:5px; border:none;}
						.analisys .contents .analisys_bill .analisys_bill_bg .analisys_bill_contents .analisys_table ul:nth-child(2) li:first-child {color:#fff;}
						.analisys .contents .analisys_bill .analisys_bill_bg .analisys_bill_contents .analisys_table ul:nth-child(2) li:nth-child(2),
						.analisys .contents .analisys_bill .analisys_bill_bg .analisys_bill_contents .analisys_table ul:nth-child(2) li:nth-child(3) {background:#fff; border-radius:3px;}
					.analisys .contents .analisys_bill .analisys_bill_bg .analisys_bill_contents .analisys_table ul:last-child {background:#e60012; border-radius:5px; border:none;}
						.analisys .contents .analisys_bill .analisys_bill_bg .analisys_bill_contents .analisys_table ul:last-child li:first-child {color:#fff;}
						.analisys .contents .analisys_bill .analisys_bill_bg .analisys_bill_contents .analisys_table ul:last-child li:nth-child(2),
						.analisys .contents .analisys_bill .analisys_bill_bg .analisys_bill_contents .analisys_table ul:last-child li:nth-child(3) {background:#fff; color:#e60012; border-radius:3px;}
						.analisys .contents .analisys_bill .analisys_bill_bg .analisys_bill_contents .analisys_table li {float:left; width:32.83%; font-family:'SebangGothic'; text-align:center; font-weight:400; letter-spacing:0; font-size:18px; line-height:25px; color:#000; padding:10px 15px 10px; margin:0 .25%;}
						.analisys .contents .analisys_bill .analisys_bill_bg .analisys_bill_contents .analisys_table ul:first-child li:nth-child(2) {text-align:center;}
						.analisys .contents .analisys_bill .analisys_bill_bg .analisys_bill_contents .analisys_table ul:first-child li:nth-child(3) {text-align:center;}
						.analisys .contents .analisys_bill .analisys_bill_bg .analisys_bill_contents .analisys_table li:nth-child(2) {text-align:right;}
						.analisys .contents .analisys_bill .analisys_bill_bg .analisys_bill_contents .analisys_table li:nth-child(3) {text-align:right;}
	.analisys .movie {position:relative; top:0; left:0; width:100%; height:100%; overflow:hidden;}
		.analisys .movie:after {position:absolute; top:0; left:0; width:100%; height:100%; content:''; z-index:10;}
		.analisys .movie iframe {position:absolute; top:0; left:50%; width:4000px; height:1400px; margin-left:-2000px; z-index:1; opacity:.5;}

@media (max-width:750px){	
.analisys {height:500px;}
	.analisys .analisys_foodimg {top:280px; width:450px; margin-left:-400px;}
	.analisys .contents {top:100px; padding:0 10px;}
		.analisys .contents .analisys_graph_contents {width:45%;}
			.analisys .contents .analisys_graph_contents .analisys_graph {left:auto; right:10px; width:200px; height:200px;}
				.analisys .contents .analisys_graph_contents .analisys_graph .analisys_graph_title {width:120px; height:120px; margin-left:-60px; margin-top:-60px;
																																					font-size:10px; line-height:10px; padding-top:15px;}
					.analisys .contents .analisys_graph_contents .analisys_graph .analisys_graph_title span {font-size:10px; line-height:10px;}
					.analisys .contents .analisys_graph_contents .analisys_graph .analisys_graph_title .analisys_impact {top:45px; width:130px; font-size:10px; line-height:20px; border-width:1.5px; margin-left:-65px; padding:2px 0 2px;}
						.analisys .contents .analisys_graph_contents .analisys_graph .analisys_graph_title .analisys_impact span {font-size:13px;}
				.analisys .contents .analisys_graph_contents .analisys_graph .analisys_graph_name {font-size:10px; line-height:12px;}
				.analisys .contents .analisys_graph_contents .analisys_graph .analisys_graph_name1 {top:60px; margin-left:55px;}
				.analisys .contents .analisys_graph_contents .analisys_graph .analisys_graph_name2 {top:170px; margin-left:-10px;}
				.analisys .contents .analisys_graph_contents .analisys_graph .analisys_graph_name3 {top:165px; margin-left:-70px; font-size:8px; line-height:10px;}
				.analisys .contents .analisys_graph_contents .analisys_graph .analisys_graph_name4 {top:140px; margin-left:-80px; font-size:8px; line-height:10px;}
				.analisys .contents .analisys_graph_contents .analisys_graph .analisys_graph_name5 {top:120px; margin-left:-100px; font-size:8px; line-height:10px;}
				.analisys .contents .analisys_graph_contents .analisys_graph .analisys_graph_name6 {top:30px; margin-left:-80px;}
		.analisys .contents .analisys_text {}
			.analisys .contents .analisys_text .analisys_title {font-size:20px; line-height:30px;}
			.analisys .contents .analisys_text .analisys_comment {font-size:12px; line-height:15px;}
		.analisys .contents .analisys_bill {width:55%; margin-top:30px; border-radius:3px; padding:2px; box-shadow:0 0 2px rgba(0,0,0,.3);}
			.analisys .contents .analisys_bill .analisys_bill_bg {height:4px;}
				.analisys .contents .analisys_bill .analisys_bill_bg .analisys_bill_contents {top:2px; padding:10px 5px;}
					.analisys .contents .analisys_bill .analisys_bill_bg .analisys_bill_contents:after {bottom:-3px; height:3px; background-size:5px;}
				.analisys .contents .analisys_bill .analisys_bill_bg .analisys_bill_contents .analisys_ex1 {font-size:9px; line-height:12px;lor:#000;}
				.analisys .contents .analisys_bill .analisys_bill_bg .analisys_bill_contents .analisys_ex2 {font-size:9px; line-height:12px;}
					.analisys .contents .analisys_bill .analisys_bill_bg .analisys_bill_contents .analisys_ex2 li {padding-left:10px;}
				.analisys .contents .analisys_bill .analisys_bill_bg .analisys_bill_contents .analisys_table {margin:10px 0;}
					.analisys .contents .analisys_bill .analisys_bill_bg .analisys_bill_contents .analisys_table ul {border-width:.5px; padding:2px;}
					.analisys .contents .analisys_bill .analisys_bill_bg .analisys_bill_contents .analisys_table ul:nth-child(2) {border-radius:3px;}
						.analisys .contents .analisys_bill .analisys_bill_bg .analisys_bill_contents .analisys_table ul:nth-child(2) li:nth-child(2),
						.analisys .contents .analisys_bill .analisys_bill_bg .analisys_bill_contents .analisys_table ul:nth-child(2) li:nth-child(3) {border-radius:2px;}
					.analisys .contents .analisys_bill .analisys_bill_bg .analisys_bill_contents .analisys_table ul:last-child {border-radius:3px;}
						.analisys .contents .analisys_bill .analisys_bill_bg .analisys_bill_contents .analisys_table ul:last-child li:nth-child(2),
						.analisys .contents .analisys_bill .analisys_bill_bg .analisys_bill_contents .analisys_table ul:last-child li:nth-child(3) {border-radius:2px;}
						.analisys .contents .analisys_bill .analisys_bill_bg .analisys_bill_contents .analisys_table li {font-size:8px; line-height:13px; color:#000; padding:0 5px 0;}
						.analisys .contents .analisys_bill .analisys_bill_bg .analisys_bill_contents .analisys_table ul:first-child li:nth-child(2) {text-align:center;}
						.analisys .contents .analisys_bill .analisys_bill_bg .analisys_bill_contents .analisys_table ul:first-child li:nth-child(3) {text-align:center;}
						.analisys .contents .analisys_bill .analisys_bill_bg .analisys_bill_contents .analisys_table li:nth-child(2) {text-align:right;}
						.analisys .contents .analisys_bill .analisys_bill_bg .analisys_bill_contents .analisys_table li:nth-child(3) {text-align:right;}
		.analisys .movie:after {position:absolute; bottom:0; left:0; width:100%; height:100px; content:''; background:linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1)); z-index:2;}
		.analisys .movie iframe {height:500px;}
}





/*Ã¢¾÷ºñ¿ë*/
.price {}
	.price .contents {width:100%; max-width:1300px; padding:0 50px; margin:0 auto;}
		.price .contents .price_title {width:100%; font-family:'SebangGothic'; text-align:right; font-weight:400; font-size:50px; line-height:60px; color:#000;}
			.price .contents .price_title span {font-weight:700; color:#e60012;}
		.price .contents .price_comment {width:100%; font-family:'SebangGothic'; text-align:right; font-weight:400; font-size:20px; line-height:30px; color:#000; margin:30px 0;}
		.price .contents .price_ex1 {width:100%; font-family:'SebangGothic'; text-align:right; font-weight:400; font-size:17px; line-height:25px; color:#000; margin:30px 0;}
		.price .contents .price_ex2 {width:100%; font-family:'SebangGothic'; text-align:left; font-weight:400; font-size:17px; line-height:25px; color:#666; margin:30px 0;}
					.price .contents .price_ex2 li {position:relative; padding-left:20px; margin:5px 0;}
						.price .contents .price_ex2 li:after {position:absolute; top:0; left:0; content:'¡Ø';}
		.price .contents .price_comment {width:100%; font-family:'SebangGothic'; text-align:right; font-weight:400; font-size:20px; line-height:30px; color:#000; margin:30px 0;}
		.price .contents .price_table {display:table; width:100%;}
			.price .contents .price_table table {width:100%;}
				.price .contents .price_table table td {font-family:'SebangGothic'; text-align:center; font-weight:400; font-size:20px; line-height:30px; color:#000; padding:20px 10px; border-bottom:1px solid rgba(0,0,0,.1);}
				.price .contents .price_table table tr:first-child td {background:#231815; color:#fff; border:none;}
				.price .contents .price_table table tr:last-child td {background:#e60012; font-weight:700; color:#fff; border:none;}
					.price .contents .price_table table td span {color:#e60012;}

@media (max-width:750px){	
.price {}
	.price .contents {padding:0 10px;}
		.price .contents .price_title {font-size:20px; line-height:30px;}
		.price .contents .price_comment {font-size:13px; line-height:15px; margin:20px 0;}
		.price .contents .price_ex1 {font-size:9px; line-height:13px; margin:15px 0;}
		.price .contents .price_ex2 {font-size:9px; line-height:13px; margin:15px 0;}
					.price .contents .price_ex2 li {padding-left:10px; margin:3px 0;}
				.price .contents .price_table table td {font-size:11px; line-height:13px; padding:10px 5px; border-width:.5px;}
}





/*»ó´ã¹®ÀÇ*/
.inquiry_section {padding:20px; text-align:left; font-size:0; background:url('../images/inquiry_section_bg.jpg') no-repeat center; background-size:cover; overflow:hidden;}
	.inquiry_section .inquiry_section_line {width:100%; border:10px solid #960000; box-shadow:0 0 10px rgba(0, 0, 0, 0.8), inset 0 0 5px rgba(0, 0, 0, 0.8); padding:15px;}
	.inquiry_section .inquiry_section_line2 {width:100%; border:5px solid #960000; box-shadow:0 0 10px rgba(0, 0, 0, 0.8), inset 0 0 5px rgba(0, 0, 0, 0.8); padding:200px 50px;}
	.inquiry_section .inquiry_section_title {position:relative; display:inline-block; vertical-align:top; width:50%; text-align:center; padding:30px 50px 0;}
		.inquiry_section .inquiry_section_title img {width:600px; max-width:100%;}
	.inquiry_section .inquiry_section_form {display:inline-block; vertical-align:top; width:50%; padding:15px; background:rgba(255,255,255,.8); z-index:1;}
		.inquiry_section .inquiry_section_form:after {position:absolute; bottom:0; left:0; width:100%; height:50%; content:''; background:linear-gradient(to top, rgba(255,255,255,1), rgba(255,255,255,.0)); z-index:-1;}
		.inquiry_section .inquiry_section_form .inquiry_section_form_linebox {width:100%; border:5px solid #960000; padding:15px;}
		.inquiry_section .inquiry_section_form .inquiry_section_form_line {width:100%; border:3px solid #960000; padding:0;}
		.inquiry_section .inquiry_section_form iframe {width:100%; height:550px; margin:0 auto;}

@media (max-width:750px){	
.inquiry_section {padding:10px;}
	.inquiry_section .inquiry_section_line {border-width:5px; padding:10px;}
	.inquiry_section .inquiry_section_line2 {border-width:3px; padding:50px 10px;}
	.inquiry_section .inquiry_section_title {width:100%; padding:0 30px 50px;}
		.inquiry_section .inquiry_section_title img {width:100%; max-width:500px;}
	.inquiry_section .inquiry_section_form {padding:10px; width:100%;}
		.inquiry_section .inquiry_section_form .inquiry_section_form_linebox {border-width:3px; padding:5px;}
		.inquiry_section .inquiry_section_form .inquiry_section_form_line {border-width:2px; padding:0;}
		.inquiry_section .inquiry_section_form iframe {display:table; max-width:328px; height:350px; margin:0 auto;}
}




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

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





/*À¯Æ©ºê·¹ÀÌ¾î*/
	.youtube_pop_bg {position:fixed; top:-100%; left:0; width:100%; height:0; padding:100px 200px; background:rgba(0,0,0,.9); backdrop-filter:blur(3px); -webkit-backdrop-filter:blur(3px); z-index:125; opacity:0; transition:all .2s ease; -webkit-transition:all .2s ease; overflow:hidden;}
		.youtube_pop_bg .youtube_closebtn {position:absolute; bottom:20px; left:50%; font-family:'SebangGothic'; text-align:center; font-weight:400; font-size:17px; line-height:30px; color:#fff; border:1px solid rgba(255,255,255,.3); border-radius:100px; padding:5px 10px; padding-left:40px; background:rgba(0,0,0,.9); transform: translateX(-50%); cursor:pointer; z-index:2;}
			.youtube_pop_bg .youtube_closebtn i {position:absolute; top:7px; left:10px; font-size:25px;}
		.youtube_pop_bg .youtube_pop_contents {position:absolute; top:50%; left:50%; width:70%; transform: translate(-50%,-50%); z-index:1;}
		.youtube_pop_bg .youtube_pop_contents:before {position:absolute; top:50%; left:0; width:100%; content:'\ec37'; font-family:'xeicon'; text-align:center; color:#fff; font-size:40px; transform: translate(-50%,0); z-index:-1; animation:rotate 2s linear infinite;}

	.youtube_popup_open {top:0 !important; height:100%; opacity:1 !important;}

@media (max-width:750px){
	.youtube_pop_bg {padding:0;}
		.youtube_pop_bg .youtube_pop_contents {width:100%;}
}