body {
	min-height: 2000px;
}
header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
	transition: .2s ease-in-out;
}
#content {
	margin: 0;
	padding: 0;
	background: transparent;
}
#content h4 {
	margin: 0;
	padding: 0;
}
section,
section .area {
	position: relative;
}
section#visual-area {
	width: 100%;
	height: 100%;
	min-height: 840px;
	/*background: #ffdd00 url(/images/ko/main/visual-bg.png) 50% 50% no-repeat;
	background-size: contain;*/
}
section#visual-area .hightlight {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	max-width: 1260px;
	max-height: 709px;
	transform: translate(-50%,-50%);
	z-index: 10;
	box-shadow: 0 2px 15px #666;
}
section#visual-area .hightlight .youtube-box {
	position: relative;
	max-width: 1260px;
	max-height: 709px;
	width: 100%;
	height: 100%;
}
section#visual-area .hightlight .youtube-box .youtube-outline {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
section#visual-area .hightlight iframe {
	display: block;
	width: 100%;
	height: 100%;
}
section#visual-area .slick-slide img {
	width: 100%;
	/*max-width: 1920px;*/
}
section#visual-area .content ul.slick-dots {
	position: relative;
	text-align: center;
	margin-top: -100px;
	padding-top: 30px;
}
section#visual-area .content ul.slick-dots li {
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
}
section#visual-area .content ul.slick-dots li button {
	position: relative;
	display: inline-block;
	text-indent: -9999em;
	width: 18px;
	height: 18px;
	border: 0 none;
	/*background-color: #bbb;*/
	background: transparent;
	border-radius: 50%;
}
section#visual-area .content ul.slick-dots li button:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	text-indent: -9999em;
	width: 12px;
	height: 12px;
	background: #fff;
	border: 2px solid #000;
	transform: translate(-50%,-50%);
	border-radius: 50%;
}
section#visual-area .content ul.slick-dots li.slick-active button:before {
	background-color: #ff5722;
}
section#visual-area .content.slick-slider button {
	position: absolute;
	top: 50%;
	text-indent: -9999em;
	width: 55px;
	height: 85px;
	border: 0 none;
	transform: translateY(-60%);
	z-index: 10;
}
section#visual-area .area {
	max-width: 1280px;
	max-height: 100%;
	margin: 0 auto;
	padding-top: 50px;
}
section#visual-area .area .title {
	width: 640px;
	height: 600px;
	margin: 0 auto;
	background: transparent url(/images/common/visual-title-bg.svg) 50% 50% no-repeat;
	background-size: contain;
}
section#visual-area .area .title h4 {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 0 !important;
	transform: translate(-50%, -50%);
}
section#visual-area .area .title h4 span {
	display: block;
	font-size: 130%;
	font-family: "S-CoreDream-8Heavy", sans-serif;
}
section#visual-area .area .title h4 span.first {
	color: #08af6b;
	/*margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #f00;*/
}
section#visual-area .area .title h4 span.sub {
	color: #16b3ff;
	font-size: 75%;
	letter-spacing: 0;
	margin-bottom: 10px;
}
section#visual-area .area .title h4 span.sub img {
	width: 100%;
}
section#visual-area .area .title h4 span.point {
	display: block;
	color: #fff;
	font-size: 75%;
	font-family: "S-CoreDream-5Medium", sans-serif;
	letter-spacing: 1px;
	text-align: center;
	padding: 2px 0;
	background: #000;
}
section#visual-area .area .title h4 span.st {
	text-align: right;
}



section.point-area {
	width: 100%;
	height: 100%;
	min-height: 382px;
	padding: 120px 0 0 0;
	background: #fff;
	background-size: contain;
	z-index: 2;
}
section.point-area:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60;
	background: #dd4500;
	z-index: 1;
}
section.point-area:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	min-height: 382px;
	background: #d2ffe0 url(/images/ko/main/point-bg.png) 50% 50% no-repeat;
	z-index: 1;
}
section.point-area .area {
	position: relative;
	max-width: 1280px;
	max-height: 100%;
	margin: 0 auto;
	z-index: 10;
}
#content section.point-area .area .title h4 {
	font-size: 220%;
	font-family: "S-CoreDream-8Heavy", sans-serif;
	text-align: center;
}
section#fe-area {
	width: 100%;
	height: 100%;
	padding: 100px 0;
	background: #fff;
}
#content section#fe-area .fe {
	position: relative;
}
#content section#fe-area div.title,
div.title {
	position: relative;
	max-width: 1280px;
	margin: 0 auto 50px auto;
}
#content section#fe-area .title h4,
div.title-guid h4 {
	font-size: 200%;
	font-family: "S-CoreDream-8Heavy", sans-serif;
	text-align: center;
}
div.title-guid h4 {
    background: url(/images/common/shoptag-sky.svg) 44% 50% no-repeat;
    text-align: righ;
    background-size: 25px;
}
section#fe-area .title a.more-btn {
	display: block;
	position: absolute;
	top: 1px;
	right: 0;
	text-indent: -9999em;
	width: 40px;
	height: 40px;
	border: 1px solid #e24947;
	background: url(/images/common/plus-cr.svg) 50% 50% no-repeat;
	background-size: 12px;
	border-radius: 50%;
}
section#fe-area .title a.more-btn:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 18px;
	height: 2px;
	background-color: #e24947;
	transform: translate(-50%,-50%);
}
section#fe-area .title a.more-btn:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2px;
	height: 18px;
	background-color: #e24947;
	transform: translate(-50%,-50%);
}
section#fe-area .title a.more-btn:hover,
section#fe-area .title a.more-btn:focus {
	transform: rotate(-180deg);
}
section#fe-area .content .slick-slide {
	margin: 15px;
}
section#fe-area .content .element a {
	display: block;
	position: relative;
}
section#fe-area .content .element a span {
	display: block;
}
section#fe-area .content .element a span.img {
	position: relative;
	overflow: hidden;
	width: 100%;
	max-height: 334px;
}
section#fe-area .content .element a span.outline {
	width: 100%;
	height: 100%;
}
section#fe-area .content .element a span.img img {
	width: 100%;
}
section#fe-area .content .element a span.condition {
	position: absolute;
	top: 15px;
	left: -2px;
	color: #fff;
	font-size: 75%;
	padding: 8px 20px 8px 15px;
	background-color: #ef1083;
	z-index: 10;
}
section#fe-area .content .element a span.condition.off {
	background-color: #666;
}
section#fe-area .content .element a span.contents {
	padding: 15px;
	border: 1px solid #ddd;
	border-top: 0 none;
}
section#fe-area .content .element a span.contents span.title {
}
section#fe-area .content .element a span.contents span.description {
	color: #777;
	font-size: 80%;
	font-family: "S-CoreDream-3Light", "Noto Sans KR", sans-serif;
	font-weight: 300;
	padding: 5px 0 5px 22px;
	background: url(/images/common/date-icon.svg) 0 50% no-repeat;
	background-size: 15px 15px;
}
section#fe-area .content .element a span.contents span.detail {
	display: inline-block;
	font-size: 65%;
	margin-top: 15px;
	padding: 10px 15px;
	background: #ffe740;
	transition: .2s ease-in-out;
}
section#fe-area .content .element a:hover span.contents span.detail {
	color: #fff;
	background: #129cff;
}
section#fe-area .content ul.slick-dots {
	text-align: center;
	padding-top: 30px;
}
section#fe-area .content ul.slick-dots li {
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
}
section#fe-area .content ul.slick-dots li button {
	position: relative;
	display: inline-block;
	text-indent: -9999em;
	width: 18px;
	height: 18px;
	border: 0 none;
	/*background-color: #bbb;*/
	background: transparent;
	border-radius: 50%;
}
section#fe-area .content ul.slick-dots li button:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	text-indent: -9999em;
	width: 12px;
	height: 12px;
	background-color: #bbb;
	transform: translate(-50%,-50%);
	border-radius: 50%;
}
section#fe-area .content ul.slick-dots li.slick-active button:before {
	background-color: #ff5722;
}
section#fe-area .content.slick-slider button {
	position: absolute;
	top: 50%;
	text-indent: -9999em;
	width: 55px;
	height: 85px;
	border: 0 none;
	transform: translateY(-60%);
	z-index: 10;
}
section#fe-area .content.slick-slider button.slick-prev {
	left: 0;
	background: rgba(0,0,0,.6) url(/images/common/prev-icon.svg) 40% 50% no-repeat;
	background-size: 20px;
}
section#fe-area .content.slick-slider button.slick-next {
	right: 0;
	background: rgba(0,0,0,.6) url(/images/common/next-icon.svg) 60% 50% no-repeat;
	background-size: 20px;
}

section#fe-area .control-area {
	position: absolute;
	right: 15%;
	bottom: 15px;
	z-index: 10;
}
section#fe-area .control-area button {
	display: inline-block;
	vertical-align: top;
	text-indent: -9999em;
	width: 30px;
	height: 30px;
	border: 1px solid #999;
	border-radius: 50%;
	margin-left: 5px;
}
section#fe-area .control-area button.pause {
	background: url(/images/common/stop.svg) 50% 50% no-repeat;
	background-size: 12px;
}
section#fe-area .control-area button.play {
	background: url(/images/common/play.svg) 50% 50% no-repeat;
	background-size: 12px;
}
section#fe-area .control-area button.active {
	opacity: .5;
}

section#youtube-area {
	padding: 60px 0 80px 0;
	background-color: #f4f4f4;
}
section#youtube-area div.title {
	position: relative;
	max-width: 1280px;
	margin: 0 auto 50px auto;
}
section#youtube-area .title h4 {
	font-size: 130%;
	font-family: "S-CoreDream-8Heavy", sans-serif;
	padding-left: 45px;
	background: url(/images/common/youtube.svg) 0 50% no-repeat;
}
section#youtube-area .title a.more-btn {
	display: block;
	position: absolute;
	top: 1px;
	right: 0;
	text-indent: -9999em;
	width: 40px;
	height: 40px;
	border: 1px solid #e24947;
	background: url(/images/common/plus-cr.svg) 50% 50% no-repeat;
	background-size: 12px;
	border-radius: 50%;
}
section#youtube-area .title a.more-btn:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 18px;
	height: 2px;
	background-color: #e24947;
	transform: translate(-50%,-50%);
}
section#youtube-area .title a.more-btn:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2px;
	height: 18px;
	background-color: #e24947;
	transform: translate(-50%,-50%);
}
section#youtube-area .title a.more-btn:hover,
section#youtube-area .title a.more-btn:focus {
	transform: rotate(-180deg);
}
section#youtube-area .content .area {
	max-width: 1280px;
	margin: 0 auto;
}
section#youtube-area .content .area ul {
	margin-left: -2%;
}
section#youtube-area .content .area ul li {
	display: inline-block;
	vertical-align: top;
	width: 23%;
	margin-left: 2%;
}
section#youtube-area .content .area ul li a span.img,
section#youtube-area .content .area ul li a span.title {
	display: block;
}
section#youtube-area .content .area ul li a span.img {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
section#youtube-area .content .area ul li a span.img img {
	display: block;
	width: 100%;
	transition: .3s ease-in-out;
}
section#youtube-area .content .area ul li a:hover span.img img {
	transform: scale(1.1);
}
section#youtube-area .content .area ul li a span.title {
	font-size: 90%;
	font-family: "S-CoreDream-3Light", "Noto Sans KR", sans-serif;
	font-weight: 300;
	text-align: left;
	height: 85px;
	padding: 15px;
	overflow: hidden;
	background-color: #fff;
}
section#instagram-area {
	padding: 60px 0 30px 0;
}
section#instagram-area div.title {
	position: relative;
	max-width: 1280px;
	margin: 0 auto 50px auto;
}
section#instagram-area .title h4 {
	font-size: 130%;
	font-family: "S-CoreDream-8Heavy", sans-serif;
	padding-left: 40px;
	background: url(/images/common/instagram.svg) 0 50% no-repeat;
	background-size: 26px;
}

section#instagram-area .content .area ul {
	margin-left: -2%;
}
section#instagram-area .content .area ul li {
	display: inline-block;
	vertical-align: top;
	width: 14.6%;
	margin: 1%;
}
section#instagram-area .content .area ul li a span.img img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	transition: .2s ease-in-out;
}
section#instagram-area .content .area ul li a:hover span.img img {
	transform: scale(1.075);
}
section#instagram-area .title a.more-btn {
	display: block;
	position: absolute;
	top: 1px;
	right: 0;
	text-indent: -9999em;
	width: 40px;
	height: 40px;
	border: 1px solid #e24947;
	background: url(/images/common/plus-cr.svg) 50% 50% no-repeat;
	background-size: 12px;
	border-radius: 50%;
}
section#instagram-area .title a.more-btn:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 18px;
	height: 2px;
	background-color: #e24947;
	transform: translate(-50%,-50%);
}
section#instagram-area .title a.more-btn:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2px;
	height: 18px;
	background-color: #e24947;
	transform: translate(-50%,-50%);
}
section#instagram-area .title a.more-btn:hover,
section#instagram-area .title a.more-btn:focus {
	transform: rotate(-180deg);
}
section#instagram-area .content .area {
	max-width: 1280px;
	margin: 0 auto;
}

section#banner-area {
	padding: 30px 0 60px 0;
}

section#banner-area .area {
	max-width: 1280px;
	margin: 0 auto;
}
section#banner-area .area .content .slick-slide {
	margin: 0 15px;
}
section#banner-area .area .content .slick-slide img {
	width: auto;
}

section#banner-area .area .content ul.slick-dots {
	text-align: center;
	margin-top: 15px;
}
section#banner-area .area .content ul.slick-dots li {
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
}
section#banner-area .area .content ul.slick-dots li button {
	position: relative;
	display: inline-block;
	text-indent: -9999em;
	width: 18px;
	height: 18px;
	border: 0 none;
	/*background-color: #bbb;*/
	background: transparent;
	border-radius: 50%;
}
section#banner-area .area .content ul.slick-dots li button:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	text-indent: -9999em;
	width: 12px;
	height: 12px;
	background-color: #bbb;
	transform: translate(-50%,-50%);
	border-radius: 50%;
}
section#banner-area .area .content ul.slick-dots li.slick-active button:before {
	background-color: #ff5722;
}
footer {
	border-top: 1px solid #e3e3e3;
}
@media screen and (max-width: 1680px) {
	section#visual-area {
		min-height: 756px;
	}
}
@media screen and (max-width: 1440px) {
	section#visual-area {
		min-height: 648px;
	}
}

@media screen and (max-width: 1280px) {
	section#visual-area {
		min-height: 520px;
	}
	section#visual-area .hightlight {
		width: 90%;
		height: 80%;
		max-width: auto;
		max-height: 600px;
	}
	section#fe-area {
		padding: 50px 0;
	}
	section#fe-area .content .element a span.img {
		max-height: 300px;
	}
	section div.title,
	section .content .area {
		padding: 0 20px !important;
	}
	section .title a.more-btn {
		right: 20px !important;
	}
}
@media screen and (max-width: 1024px) {
	section#visual-area {
		min-height: 460px;
	}
}
@media screen and (max-width: 960px) {
	section#visual-area {
		min-height: 420px;
	}
}
@media screen and (max-width: 768px) {
	section#visual-area {
		min-height: auto;
	}
	section#visual-area .content .slick-slide {
		height: 370px;
	}
	section#visual-area .content .slick-slide img {
		width: 100%;
	}
	section#visual-area .area {
		padding-top: 0;
	}
	section#visual-area .area .title {
		width: 90%;
		height: 390px;
	}
	section#visual-area .area .title h4 {
		margin-top: -25px !important;
	}
	section#visual-area .area .title h4 span {
		font-size: 100%;
		text-align: center;
	}
	section#visual-area .area .title h4 span.sub {
		font-size: 55%;
		width: 60%;
		margin: 0 auto 10px auto;
	}
	#content section.point-area .area .title h4 {
		font-size: 180%;
	}
	section#fe-area .content.slick-slider button.slick-prev,
	section#fe-area .content.slick-slider button.slick-next {
		display: none;
	}
	section#youtube-area .content .area ul li {
		display: inline-block;
		vertical-align: top;
		width: 48%;
		margin-left: 2%;
		margin-bottom: 2%;
	}
	section .title a.more-btn {
		width: 34px !important;
		height: 34px !important;
	}
	section#youtube-area div.title {
		margin-bottom: 36px !important;
	}
	section#instagram-area .content .area ul li {
		width: 23%;
		margin: 1%;
	}
	section#banner-area .content .slick-slide {
		margin: 0 10px;
	}
	section#banner-area .area .content .slick-slide img {
		width: 100%;
	}
}
@media screen and (max-width: 640px) {
	section#fe-area .control-area {
		position: relative;
		top: 0;
		right:0;
		bottom: 0;
		left: 0;
		text-align: center;
		margin-top: 10px;
	}
}
@media screen and (max-width: 480px) {
	section#visual-area .hightlight {
		width: 90%;
		max-height: 200px;
	}
	section#visual-area .content .slick-slide img {
		position: absolute;
		top: 0;
		left: 50%;
		width: 180%;
		transform: translateX(-50%);
	}
	section#visual-area .content ul.slick-dots {
		margin-top: -60px;
	}
	section#visual-area .area .title h4 span {
		font-size: 80%;
	}
	section.point-area:after {
		min-height: none;
		background-size: 240%;
	}
}



@media screen and (max-width: 768px) {
	section#banner-area {
		padding: 0px 0 60px 0;
	}
	div.company-info span {
		display: block;
	}
	div.title-guid h4{
		background: url(/images/common/shoptag-sky.svg) 31% 10% no-repeat;
		background-size: 27px;
	}
}
