@charset "utf-8";

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
	font-size: 16px;
}

body {
	position: relative;
}

a[href^=tel] {
	color: inherit;
	text-decoration: none;
}

.mgt10 {
	margin-top: 10px;
}

.mgt20 {
	margin-top: 20px;
}

.mgt30 {
	margin-top: 30px;
}

.mgt40 {
	margin-top: 40px;
}

.mgt50 {
	margin-top: 50px;
}

.mgt60 {
	margin-top: 60px;
}

.mgt70 {
	margin-top: 70px;
}

.mgt80 {
	margin-top: 80px;
}

.mgt90 {
	margin-top: 90px;
}

.mgt100 {
	margin-top: 100px;
}

.mgt120 {
	margin-top: 120px;
}

.mgt150 {
	margin-top: 150px;
}

.pdt10 {
	padding-top: 10px;
}

.pdt20 {
	padding-top: 20px;
}

.pdt30 {
	padding-top: 30px;
}

.pdt40 {
	padding-top: 40px;
}

.pdt50 {
	padding-top: 50px;
}

.pdt60 {
	padding-top: 60px;
}

.pdt70 {
	padding-top: 70px;
}

.pdt80 {
	padding-top: 80px;
}

.pdt90 {
	padding-top: 90px;
}

.pdt100 {
	padding-top: 100px;
}

.pdt120 {
	padding-top: 120px;
}

.pdt150 {
	padding-top: 150px;
}

@media (max-width: 800px) {
	.mgt10 {
		margin-top: 5px;
	}

	.mgt20 {
		margin-top: 10px;
	}

	.mgt30 {
		margin-top: 15px;
	}

	.mgt40 {
		margin-top: 20px;
	}

	.mgt50 {
		margin-top: 25px;
	}

	.mgt60 {
		margin-top: 30px;
	}

	.mgt70 {
		margin-top: 35px;
	}

	.mgt80 {
		margin-top: 40px;
	}

	.mgt90 {
		margin-top: 45px;
	}

	.mgt100 {
		margin-top: 50px;
	}

	.mgt120 {
		margin-top: 60px;
	}

	.mgt150 {
		margin-top: 70px;
	}

	.pdt10 {
		padding-top: 5px;
	}

	.pdt20 {
		padding-top: 10px;
	}

	.pdt30 {
		padding-top: 15px;
	}

	.pdt40 {
		padding-top: 20px;
	}

	.pdt50 {
		padding-top: 25px;
	}

	.pdt60 {
		padding-top: 30px;
	}

	.pdt70 {
		padding-top: 35px;
	}

	.pdt80 {
		padding-top: 40px;
	}

	.pdt90 {
		padding-top: 45px;
	}

	.pdt100 {
		padding-top: 50px;
	}

	.pdt120 {
		padding-top: 60px;
	}

	.pdt150 {
		padding-top: 70px;
	}
}

.pdb10 {
	padding-bottom: 10px;
}

.pdb20 {
	padding-bottom: 20px;
}

.pdb30 {
	padding-bottom: 30px;
}

.pdb40 {
	padding-bottom: 40px;
}

.pdb50 {
	padding-bottom: 50px;
}

.mgr10 {
	margin-right: 10px;
}

.mgr20 {
	margin-right: 20px;
}

.mgr30 {
	margin-right: 30px;
}

.mgr40 {
	margin-right: 40px;
}

.mgr50 {
	margin-right: 50px;
}

.bdr {
	border-right: 1px solid #ededed;
}

.bdt {
	border-top: 1px solid #ededed;
}

.bdl {
	border-left: 1px solid #ededed;
}

.bdb {
	border-bottom: 1px solid #ededed;
}

.tcenter {
	text-align: center;
}

.tright {
	text-align: right;
}

.rela {
	position: relative;
}

.absol {
	position: absolute;
}

.f_left {
	float: left;
}

.f_right {
	float: right;
}

.f_after::after {
	content: '';
	display: block;
	clear: both;
}

.overh {
	overflow: hidden;
}

.w50 {
	width: 50%;
}

.w33 {
	width: 33.333333%;
}

.w25 {
	width: 25%;
}

.w100 {
	width: 100%;
}

.h100 {
	height: 100%;
}

.wh100 {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.mw100 {
	max-width: 100%;
}

.l50 {
	left: 50%;
}

.t50 {
	top: 50%;
}

.l0t0 {
	left: 0;
	top: 0;
}

h2,
h3,
h4,
h5 {
	font-weight: normal;
}

.trans {
	-webkit-transition: all 350ms ease;
	-o-transition: all 350ms ease;
	transition: all 350ms ease;
}

.trans_f {
	-webkit-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	transition: all 150ms ease;
}

.bcenter {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.xcenter {
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.ycenter {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* layout & font */
.align {
	max-width: 1320px;
}

.mauto {
	margin-left: auto;
	margin-right: auto;
}

.pds {
	padding-left: 20px;
	padding-right: 20px;
}

.op0 {
	-ms-filter: alpha(opacity=0);
	filter: alpha(opacity=0);
	opacity: 0;
}

.bga {
	background-color: #f7f7f7;
}

.mInline {
	display: block;
}

.noto {
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: 300;
}

.fgmarket {
	font-family: 'GmarketSans', sans-serif;
	font-weight: 300;
}

.fbing {
	font-family: 'Binggrae-Two', serif;
}

.f62570 {
	font-family: '62570체', serif;
}

.light {
	font-weight: 200;
}

.medium {
	font-weight: 500;
}

.bold {
	font-weight: 700;
}

.lh12 {
	line-height: 1.2;
}

.lh14 {
	line-height: 1.4;
}

.lh15 {
	line-height: 1.5;
}

.lh16 {
	line-height: 1.6;
}

.lh18 {
	line-height: 1.8;
}

.lsp {
	letter-spacing: -0.04em;
}

.fcblack {
	color: #252525;
}

.fcgrey {
	color: #666;
	word-break: keep-all;
}

.fcgrey2 {
	color: #999;
}

.fcgreen {
	color: #457854;
}

/* .fcgrey em, .fcgren2 em{font-weight:700;color:#292929;} */
.fcwhite {
	color: #fff;
}

.fcyellow {
	color: #ffd200;
}

.fcred {
	color: #dd0017;
}

.bga {
	background-color: #fafafa;
}

.bgb {
	background-color: #fbdecd;
}

.bgc {
	background-color: #f5e1be;
}

.f14 {
	font-size: 14px;
}

.f15 {
	font-size: 15px;
	letter-spacing: -1px;
}

.f16 {
	font-size: 16px;
}

.f17 {
	font-size: 17px;
}

.f18 {
	font-size: 18px;
}

.f20 {
	font-size: 20px;
}

.f24 {
	font-size: 24px;
}

.f28 {
	font-size: 28px;
}

.f30 {
	font-size: 30px;
}

.f35 {
	font-size: 35px;
}

.f40 {
	font-size: 40px;
}

.f45 {
	font-size: 45px;
}

.f50 {
	font-size: 50px;
}

.f55 {
	font-size: 55px;
}

.f65 {
	font-size: 65px;
}

.f80 {
	font-size: 80px;
}

.f90 {
	font-size: 90px;
}

.f120 {
	font-size: 120px;
}

.btoi {
	display: block;
}

@media (max-width: 1080px) {
	.f14 {
		font-size: 11px;
	}

	.f15 {
		font-size: 12px;
	}

	.f16 {
		font-size: 13px;
	}

	.f17 {
		font-size: 14px;
	}

	.f18 {
		font-size: 15px;
	}

	.f20 {
		font-size: 16px;
	}

	.f24 {
		font-size: 19px;
	}

	.f28 {
		font-size: 23px;
	}

	.f30 {
		font-size: 24px;
	}

	.f35 {
		font-size: 28px;
	}

	.f40 {
		font-size: 32px;
	}

	.f45 {
		font-size: 36px;
	}

	.f50 {
		font-size: 38px;
	}

	.f55 {
		font-size: 42px;
	}

	.f65 {
		font-size: 52px;
	}

	.f80 {
		font-size: 66px;
	}

	.f90 {
		font-size: 75px;
	}

	.f120 {
		font-size: 96px;
	}
}

@media (max-width: 800px) {
	.f14 {
		font-size: 8px;
	}

	.f15 {
		font-size: 9px;
	}

	.f16 {
		font-size: 10px;
	}

	.f17 {
		font-size: 11px;
	}

	.f18 {
		font-size: 12px;
	}

	.f20 {
		font-size: 13px;
	}

	.f24 {
		font-size: 14px;
	}

	.f28 {
		font-size: 17px;
	}

	.f30 {
		font-size: 18px;
	}

	.f35 {
		font-size: 21px;
	}

	.f40 {
		font-size: 24px;
	}

	.f45 {
		font-size: 26px;
	}

	.f50 {
		font-size: 28px;
	}

	.f55 {
		font-size: 32px;
	}

	.f65 {
		font-size: 39px;
	}

	.f80 {
		font-size: 45px;
	}

	.f90 {
		font-size: 48px;
	}

	.f120 {
		font-size: 70px;
	}

	.itob {
		display: block;
	}

	.pds {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (max-width: 680px) {
	.lsp {
		letter-spacing: -0.02em;
	}

	.pds {
		padding-left: 10px;
		padding-right: 10px;
	}

	.btoi {
		display: inline;
	}

	.btn_box {
		padding: 12px 25px;
	}

	.wb {
		word-break: keep-all;
	}
}

/* animation */
@-webkit-keyframes scaleA {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	50% {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes scaleA {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	50% {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes scaleB {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	50% {
		-webkit-transform: scale(1.15);
		transform: scale(1.15);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes scaleB {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	50% {
		-webkit-transform: scale(1.15);
		transform: scale(1.15);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes blink {
	60% {
		-webkit-transform: scale(1.25);
		transform: scale(1.25);
		opacity: 0.05;
	}

	99% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes blink {
	60% {
		-webkit-transform: scale(1.25);
		transform: scale(1.25);
		opacity: 0.05;
	}

	99% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

@-webkit-keyframes blink_o {
	50% {
		opacity: 0.3;
	}

	100% {
		opacity: 1;
	}
}

@keyframes blink_o {
	50% {
		opacity: 0.3;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes tag_move {
	50% {
		-webkit-transform: translateX(-80%);
		transform: translateX(-80%);
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes tag_move {
	50% {
		-webkit-transform: translateX(-80%);
		transform: translateX(-80%);
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@-webkit-keyframes rotate_r {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	50% {
		-webkit-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}

	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

@keyframes rotate_r {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	50% {
		-webkit-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}

	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

@-webkit-keyframes cs_move {
	15% {
		-webkit-transform: scale(0.8) rotateY(90deg);
		transform: scale(0.8) rotateY(90deg);
	}

	30% {
		-webkit-transform: scale(1) rotateY(180deg);
		transform: scale(1) rotateY(180deg);
	}

	50% {
		-webkit-transform: scale(1) rotateY(180deg);
		transform: scale(1) rotateY(180deg);
	}

	65% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}

	80% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes cs_move {
	15% {
		-webkit-transform: scale(0.8) rotateY(90deg);
		transform: scale(0.8) rotateY(90deg);
	}

	30% {
		-webkit-transform: scale(1) rotateY(180deg);
		transform: scale(1) rotateY(180deg);
	}

	50% {
		-webkit-transform: scale(1) rotateY(180deg);
		transform: scale(1) rotateY(180deg);
	}

	65% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}

	80% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes intro_bg {
	0% {
		background-position: left bottom;
	}

	40% {
		background-position: right bottom;
	}

	50% {
		background-position: right bottom;
	}

	90% {
		background-position: left bottom;
	}

	100% {
		background-position: left bottom;
	}
}

@keyframes intro_bg {
	0% {
		background-position: left bottom;
	}

	40% {
		background-position: right bottom;
	}

	50% {
		background-position: right bottom;
	}

	90% {
		background-position: left bottom;
	}

	100% {
		background-position: left bottom;
	}
}

@-webkit-keyframes snowflakes-fall {
	0% {
		top: -10%;
	}

	100% {
		top: 100%;
	}
}

@-webkit-keyframes snowflakes-shake {
	0% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}

	50% {
		-webkit-transform: translateX(80px);
		transform: translateX(80px);
	}

	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
}

@keyframes snowflakes-fall {
	0% {
		top: -10%;
	}

	100% {
		top: 100%;
	}
}

@keyframes snowflakes-shake {
	0% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}

	50% {
		-webkit-transform: translateX(80px);
		transform: translateX(80px);
	}

	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
}

@-webkit-keyframes smoke1 {
	15% {
		left: 25%;
		bottom: 38%;
		opacity: 0.8;
		-webkit-filter: blur(0);
		filter: blur(0);
		-webkit-transform: translateX(-50%) scale(1.5);
		transform: translateX(-50%) scale(1.5);
	}

	34% {
		left: 28%;
		bottom: 45%;
		opacity: 1;
		-webkit-filter: blur(0);
		filter: blur(0);
		-webkit-transform: translateX(-50%) scale(2.5);
		transform: translateX(-50%) scale(2.5);
	}

	62% {
		left: 5%;
		bottom: 60%;
		opacity: 0.8;
		-webkit-filter: blur(1px);
		filter: blur(1px);
		-webkit-transform: translateX(-50%) scale(5);
		transform: translateX(-50%) scale(5);
	}

	100% {
		left: 15%;
		bottom: 100%;
		opacity: 0.1;
		-webkit-filter: blur(30px);
		filter: blur(30px);
		-webkit-transform: translateX(-50%) scale(9) rotate(-50deg) skewX(15deg);
		transform: translateX(-50%) scale(9) rotate(-50deg) skewX(15deg);
	}
}

@keyframes smoke1 {
	15% {
		left: 25%;
		bottom: 38%;
		opacity: 0.8;
		-webkit-filter: blur(0);
		filter: blur(0);
		-webkit-transform: translateX(-50%) scale(1.5);
		transform: translateX(-50%) scale(1.5);
	}

	34% {
		left: 28%;
		bottom: 45%;
		opacity: 1;
		-webkit-filter: blur(0);
		filter: blur(0);
		-webkit-transform: translateX(-50%) scale(2.5);
		transform: translateX(-50%) scale(2.5);
	}

	62% {
		left: 5%;
		bottom: 60%;
		opacity: 0.8;
		-webkit-filter: blur(1px);
		filter: blur(1px);
		-webkit-transform: translateX(-50%) scale(5);
		transform: translateX(-50%) scale(5);
	}

	100% {
		left: 15%;
		bottom: 100%;
		opacity: 0.1;
		-webkit-filter: blur(30px);
		filter: blur(30px);
		-webkit-transform: translateX(-50%) scale(9) rotate(-50deg) skewX(15deg);
		transform: translateX(-50%) scale(9) rotate(-50deg) skewX(15deg);
	}
}

@-webkit-keyframes smoke2 {
	15% {
		left: 26%;
		bottom: 38%;
		opacity: 0.8;
		-webkit-filter: blur(0);
		filter: blur(0);
		-webkit-transform: translateX(-50%) scale(1.5);
		transform: translateX(-50%) scale(1.5);
	}

	34% {
		left: 35%;
		bottom: 45%;
		opacity: 1;
		-webkit-filter: blur(0);
		filter: blur(0);
		-webkit-transform: translateX(-50%) scale(2.5);
		transform: translateX(-50%) scale(2.5);
	}

	62% {
		left: 23%;
		bottom: 60%;
		opacity: 0.8;
		-webkit-filter: blur(1px);
		filter: blur(1px);
		-webkit-transform: translateX(-50%) scale(5);
		transform: translateX(-50%) scale(5);
	}

	100% {
		left: 30%;
		bottom: 90%;
		opacity: 0;
		-webkit-filter: blur(30px);
		filter: blur(30px);
		-webkit-transform: translateX(-50%) scale(15) rotate(-40deg) skewX(20deg);
		transform: translateX(-50%) scale(15) rotate(-40deg) skewX(20deg);
	}
}

@keyframes smoke2 {
	15% {
		left: 26%;
		bottom: 38%;
		opacity: 0.8;
		-webkit-filter: blur(0);
		filter: blur(0);
		-webkit-transform: translateX(-50%) scale(1.5);
		transform: translateX(-50%) scale(1.5);
	}

	34% {
		left: 35%;
		bottom: 45%;
		opacity: 1;
		-webkit-filter: blur(0);
		filter: blur(0);
		-webkit-transform: translateX(-50%) scale(2.5);
		transform: translateX(-50%) scale(2.5);
	}

	62% {
		left: 23%;
		bottom: 60%;
		opacity: 0.8;
		-webkit-filter: blur(1px);
		filter: blur(1px);
		-webkit-transform: translateX(-50%) scale(5);
		transform: translateX(-50%) scale(5);
	}

	100% {
		left: 30%;
		bottom: 90%;
		opacity: 0;
		-webkit-filter: blur(30px);
		filter: blur(30px);
		-webkit-transform: translateX(-50%) scale(15) rotate(-40deg) skewX(20deg);
		transform: translateX(-50%) scale(15) rotate(-40deg) skewX(20deg);
	}
}

@-webkit-keyframes smoke3 {
	15% {
		left: 40%;
		bottom: 38%;
		opacity: 0.8;
		-webkit-filter: blur(0);
		filter: blur(0);
		-webkit-transform: translateX(-50%) scale(1.5);
		transform: translateX(-50%) scale(1.5);
	}

	34% {
		left: 48%;
		bottom: 45%;
		opacity: 1;
		-webkit-filter: blur(0);
		filter: blur(0);
		-webkit-transform: translateX(-50%) scale(2.5);
		transform: translateX(-50%) scale(2.5);
	}

	62% {
		left: 39%;
		bottom: 60%;
		opacity: 0.8;
		-webkit-filter: blur(1px);
		filter: blur(1px);
		-webkit-transform: translateX(-50%) scale(5);
		transform: translateX(-50%) scale(5);
	}

	100% {
		left: 42%;
		bottom: 100%;
		opacity: 0.1;
		-webkit-filter: blur(30px);
		filter: blur(30px);
		-webkit-transform: translateX(-50%) scale(9) rotate(-65deg) skewX(35deg);
		transform: translateX(-50%) scale(9) rotate(-65deg) skewX(35deg);
	}
}

@keyframes smoke3 {
	15% {
		left: 40%;
		bottom: 38%;
		opacity: 0.8;
		-webkit-filter: blur(0);
		filter: blur(0);
		-webkit-transform: translateX(-50%) scale(1.5);
		transform: translateX(-50%) scale(1.5);
	}

	34% {
		left: 48%;
		bottom: 45%;
		opacity: 1;
		-webkit-filter: blur(0);
		filter: blur(0);
		-webkit-transform: translateX(-50%) scale(2.5);
		transform: translateX(-50%) scale(2.5);
	}

	62% {
		left: 39%;
		bottom: 60%;
		opacity: 0.8;
		-webkit-filter: blur(1px);
		filter: blur(1px);
		-webkit-transform: translateX(-50%) scale(5);
		transform: translateX(-50%) scale(5);
	}

	100% {
		left: 42%;
		bottom: 100%;
		opacity: 0.1;
		-webkit-filter: blur(30px);
		filter: blur(30px);
		-webkit-transform: translateX(-50%) scale(9) rotate(-65deg) skewX(35deg);
		transform: translateX(-50%) scale(9) rotate(-65deg) skewX(35deg);
	}
}

@-webkit-keyframes smoke4 {
	15% {
		left: 46%;
		bottom: 38%;
		opacity: 0.8;
		-webkit-filter: blur(0);
		filter: blur(0);
		-webkit-transform: translateX(-50%) scale(1.5);
		transform: translateX(-50%) scale(1.5);
	}

	34% {
		left: 44%;
		bottom: 45%;
		opacity: 1;
		-webkit-filter: blur(0);
		filter: blur(0);
		-webkit-transform: translateX(-50%) scale(2.5);
		transform: translateX(-50%) scale(2.5);
	}

	62% {
		left: 54%;
		bottom: 60%;
		opacity: 0.8;
		-webkit-filter: blur(1px);
		filter: blur(1px);
		-webkit-transform: translateX(-50%) scale(5);
		transform: translateX(-50%) scale(5);
	}

	100% {
		left: 49%;
		bottom: 100%;
		opacity: 0.1;
		-webkit-filter: blur(30px);
		filter: blur(30px);
		-webkit-transform: translateX(-50%) scale(9) rotate(15deg) skewX(-20deg);
		transform: translateX(-50%) scale(9) rotate(15deg) skewX(-20deg);
	}
}

@keyframes smoke4 {
	15% {
		left: 46%;
		bottom: 38%;
		opacity: 0.8;
		-webkit-filter: blur(0);
		filter: blur(0);
		-webkit-transform: translateX(-50%) scale(1.5);
		transform: translateX(-50%) scale(1.5);
	}

	34% {
		left: 44%;
		bottom: 45%;
		opacity: 1;
		-webkit-filter: blur(0);
		filter: blur(0);
		-webkit-transform: translateX(-50%) scale(2.5);
		transform: translateX(-50%) scale(2.5);
	}

	62% {
		left: 54%;
		bottom: 60%;
		opacity: 0.8;
		-webkit-filter: blur(1px);
		filter: blur(1px);
		-webkit-transform: translateX(-50%) scale(5);
		transform: translateX(-50%) scale(5);
	}

	100% {
		left: 49%;
		bottom: 100%;
		opacity: 0.1;
		-webkit-filter: blur(30px);
		filter: blur(30px);
		-webkit-transform: translateX(-50%) scale(9) rotate(15deg) skewX(-20deg);
		transform: translateX(-50%) scale(9) rotate(15deg) skewX(-20deg);
	}
}

@-webkit-keyframes smoke5 {
	15% {
		left: 51%;
		bottom: 38%;
		opacity: 0.8;
		-webkit-filter: blur(0);
		filter: blur(0);
		-webkit-transform: translateX(-50%) scale(1.5);
		transform: translateX(-50%) scale(1.5);
	}

	34% {
		left: 64%;
		bottom: 45%;
		opacity: 1;
		-webkit-filter: blur(0);
		filter: blur(0);
		-webkit-transform: translateX(-50%) scale(2.5);
		transform: translateX(-50%) scale(2.5);
	}

	62% {
		left: 55%;
		bottom: 60%;
		opacity: 0.8;
		-webkit-filter: blur(1px);
		filter: blur(1px);
		-webkit-transform: translateX(-50%) scale(5);
		transform: translateX(-50%) scale(5);
	}

	100% {
		left: 68%;
		bottom: 90%;
		opacity: 0;
		-webkit-filter: blur(30px);
		filter: blur(30px);
		-webkit-transform: translateX(-50%) scale(12) rotate(-40deg) skewX(20deg);
		transform: translateX(-50%) scale(12) rotate(-40deg) skewX(20deg);
	}
}

@keyframes smoke5 {
	15% {
		left: 51%;
		bottom: 38%;
		opacity: 0.8;
		-webkit-filter: blur(0);
		filter: blur(0);
		-webkit-transform: translateX(-50%) scale(1.5);
		transform: translateX(-50%) scale(1.5);
	}

	34% {
		left: 64%;
		bottom: 45%;
		opacity: 1;
		-webkit-filter: blur(0);
		filter: blur(0);
		-webkit-transform: translateX(-50%) scale(2.5);
		transform: translateX(-50%) scale(2.5);
	}

	62% {
		left: 55%;
		bottom: 60%;
		opacity: 0.8;
		-webkit-filter: blur(1px);
		filter: blur(1px);
		-webkit-transform: translateX(-50%) scale(5);
		transform: translateX(-50%) scale(5);
	}

	100% {
		left: 68%;
		bottom: 90%;
		opacity: 0;
		-webkit-filter: blur(30px);
		filter: blur(30px);
		-webkit-transform: translateX(-50%) scale(12) rotate(-40deg) skewX(20deg);
		transform: translateX(-50%) scale(12) rotate(-40deg) skewX(20deg);
	}
}

@-webkit-keyframes smoke6 {
	15% {
		left: 70%;
		bottom: 38%;
		opacity: 0.8;
		-webkit-filter: blur(0);
		filter: blur(0);
		-webkit-transform: translateX(-50%) scale(1.5);
		transform: translateX(-50%) scale(1.5);
	}

	34% {
		left: 62%;
		bottom: 45%;
		opacity: 1;
		-webkit-filter: blur(0);
		filter: blur(0);
		-webkit-transform: translateX(-50%) scale(2.5);
		transform: translateX(-50%) scale(2.5);
	}

	62% {
		left: 79%;
		bottom: 60%;
		opacity: 0.8;
		-webkit-filter: blur(1px);
		filter: blur(1px);
		-webkit-transform: translateX(-50%) scale(5);
		transform: translateX(-50%) scale(5);
	}

	100% {
		left: 82%;
		bottom: 100%;
		opacity: 0.1;
		-webkit-filter: blur(30px);
		filter: blur(30px);
		-webkit-transform: translateX(-50%) scale(9) rotate(45deg) skewX(-60deg);
		transform: translateX(-50%) scale(9) rotate(45deg) skewX(-60deg);
	}
}

@keyframes smoke6 {
	15% {
		left: 70%;
		bottom: 38%;
		opacity: 0.8;
		-webkit-filter: blur(0);
		filter: blur(0);
		-webkit-transform: translateX(-50%) scale(1.5);
		transform: translateX(-50%) scale(1.5);
	}

	34% {
		left: 62%;
		bottom: 45%;
		opacity: 1;
		-webkit-filter: blur(0);
		filter: blur(0);
		-webkit-transform: translateX(-50%) scale(2.5);
		transform: translateX(-50%) scale(2.5);
	}

	62% {
		left: 79%;
		bottom: 60%;
		opacity: 0.8;
		-webkit-filter: blur(1px);
		filter: blur(1px);
		-webkit-transform: translateX(-50%) scale(5);
		transform: translateX(-50%) scale(5);
	}

	100% {
		left: 82%;
		bottom: 100%;
		opacity: 0.1;
		-webkit-filter: blur(30px);
		filter: blur(30px);
		-webkit-transform: translateX(-50%) scale(9) rotate(45deg) skewX(-60deg);
		transform: translateX(-50%) scale(9) rotate(45deg) skewX(-60deg);
	}
}

@-webkit-keyframes lineHori {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}

@keyframes lineHori {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}

@-webkit-keyframes lineHori_r {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
}

@keyframes lineHori_r {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
}

@-webkit-keyframes lineVerti {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
}

@keyframes lineVerti {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
}

@-webkit-keyframes lineVerti_r {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
}

@keyframes lineVerti_r {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
}

.scaleA {
	-webkit-animation: scaleA 1.2s ease infinite;
	-moz-animation: scaleA 1.2s ease infinite;
	-o-animation: scaleA 1.2s ease infinite;
	animation: scaleA 1.2s ease infinite;
}

.scaleB {
	-webkit-animation: scaleB 1s ease infinite;
	-moz-animation: scaleB 1s ease infinite;
	-o-animation: scaleB 1s ease infinite;
	animation: scaleB 1s ease infinite;
}

.rot_r {
	-webkit-animation: rotate_r 30s linear infinite;
	-moz-animation: rotate_r 30s linear infinite;
	-o-animation: rotate_r 30s linear infinite;
	animation: rotate_r 30s linear infinite;
}

.rot_f {
	-webkit-animation: rotate_r 10s linear infinite;
	-moz-animation: rotate_r 10s linear infinite;
	-o-animation: rotate_r 10s linear infinite;
	animation: rotate_r 10s linear infinite;
}

.tag_move {
	-webkit-animation: tag_move 60s linear infinite;
	-moz-animation: tag_move 60s linear infinite;
	-o-animation: tag_move 60s linear infinite;
	animation: tag_move 60s linear infinite;
}

.cs_move {
	-webkit-animation: cs_move 4s infinite;
	-moz-animation: cs_move 4s infinite;
	-o-animation: cs_move 4s infinite;
	animation: cs_move 4s infinite;
}

/* layout & header */
.wrap_entire.page {
	padding-top: 90px;
}

/* .page_box{min-height:calc(100vh - 90px);} */
.wrap_header {
	width: 100%;
	height: 90px;
	position: fixed;
	top: 0;
	z-index: 20;
	background: transparent;
}

.wrap_header .align {
	max-width: 1600px;
}

/* .wrap_header.page .align{max-width:1320px;} */
.wrap_header.on {
	height: 90px;
	background: #fff;
	-webkit-box-shadow: 2.294px 3.277px 11.28px 0.72px rgba(0, 0, 0, 0.15);
	box-shadow: 2.294px 3.277px 11.28px 0.72px rgba(0, 0, 0, 0.15);
}

.bi_top {
	width: 145px;
	padding-top: 30px;
	float: left;
}

.wrap_header.on .bi_top {
	width: 203px;
	padding-top: 14px;
}

.bi_top .small,
.cs_top .small {
	display: none;
}

.wrap_header.on .bi_top .large {
	display: none;
}

.wrap_header.on .bi_top .small {
	display: block;
}

.cs_top {
	width: 190px;
	margin-top: 20px;
}

.cs_top .number {
	width: 100%;
	height: 100%;
}

.cs_top .number .inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	-webkit-transition: -webkit-transform 0.6s;
	transition: -webkit-transform 0.6s;
	-o-transition: transform 0.6s;
	transition: transform 0.6s;
	transition: transform 0.6s, -webkit-transform 0.6s;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.cs_top .number .inner .front,
.cs_top .number .inner .back {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.cs_top .number .inner .back {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.lgnb {
	margin-top: 55px;
	padding-right: 20px;
}

.wrap_header.on .lgnb {
	margin-top: 30px;
}

.lgnb li {
	float: left;
	margin-right: 30px;
}

.lgnb li a {
	font-size: 22px;
	color: #457854;
	display: block;
	padding: 10px 15px;
}

.lgnb li a:hover {
	color: #111;
}

.btn_menu_m,
.cs_top .small {
	display: none;
	color: #457854;
	font-size: 20px;
	padding: 10px;
}

.wrap_mgnb {
	position: fixed;
	z-index: 1000;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #457854;
	padding: 70px 0;
	overflow-y: scroll;
	left: -100%;
}

.wrap_mgnb .bi {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	display: block;
	width: 167px;
}

.wrap_mgnb .btnClosemap {
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;
	width: 38px;
	background: transparent;
	z-index: 1001;
	cursor: pointer;
}

.wrap_mgnb .mgnb {
	padding: 0 20px;
}

.wrap_mgnb .mgnb li {
	padding: 8px 6px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.wrap_mgnb .mgnb li:last-child {
	border-bottom: none;
}

.wrap_mgnb .mgnb li a {
	color: #fff;
	display: block;
	font-size: 20px;
}

.wrap_mgnb .mgnb li a span {
	display: block;
	margin: 5px 0;
}

.wrap_mgnb .mgnb .depth2 {
	padding-top: 10px;
	padding-bottom: 5px;
	display: none;
}

.deco_top {
	position: fixed;
	width: 31%;
	left: 0;
	top: 0;
	z-index: 2;
	opacity: 0;
	pointer-events: none;
}

.deco_top.on {
	opacity: 0.4;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.btn_link {
	display: inline-block;
	color: #005c47;
	padding: 15px 32px;
	border: 2px solid rgba(0, 92, 71, 0.5);
	border-radius: 25px;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.btn_link:hover {
	color: #fff;
	background: #005c47;
}

.ticker_blink {
	display: block;
}

.ticker_blink img {
	position: relative;
	z-index: 1;
}

.ticker_blink::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #9e2320;
	border-radius: 100%;
	-webkit-animation: blink 0.7s linear infinite;
	-moz-animation: blink 0.7s linear infinite;
	-o-animation: blink 0.7s linear infinite;
	animation: blink 0.7s linear infinite;
}

.ease {
	-webkit-transition-timing-function: cubic-bezier(0.420, 0.000, 0.630, 1.220) !important;
	-o-transition-timing-function: cubic-bezier(0.420, 0.000, 0.630, 1.220) !important;
	transition-timing-function: cubic-bezier(0.420, 0.000, 0.630, 1.220) !important;
}

.wrap_csms {
	width: 100%;
	height: 70px;
	background: #005c47;
}

.wrap_csms.on {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 4;
}

.wrap_footer {
	background: #222;
	padding-bottom: 250px;
}

.wrap_footer .top {
	padding: 10px 0;
	border-bottom: 1px solid #333;
}

.wrap_footer .top .privacy {
	float: left;
}

.wrap_footer .top .privacy li {
	float: left;
	margin-right: 30px;
	position: relative;
}

.wrap_footer .top .privacy li:first-child::after {
	display: block;
	content: '';
	position: absolute;
	width: 1px;
	height: 10px;
	background: #555;
	right: -15px;
	top: 10px;
}

.wrap_footer .top .privacy li button {
	color: #ddd;
	line-height: 30px;
	background: transparent;
}

.wrap_footer .top .privacy li button:hover {
	color: #fff;
}

.wrap_footer .top .sns {
	float: right;
}

.wrap_footer .top .sns li {
	float: left;
	margin-left: 10px;
}

.wrap_footer .top .sns li a {
	display: inline-block;
	width: 30px;
}

.wrap_footer .bottom address,
.wrap_footer .bottom .copyr {
	color: #aaa;
	font-style: normal;
}

#btn_top {
	display: block;
	position: fixed;
	right: 5%;
	bottom: 5%;
	width: 60px;
	z-index: 4;
	display: none;
	-ms-filter: alpha(opacity=0);
	filter: alpha(opacity=0);
	opacity: 0;
	cursor: pointer;
	background: none;
	border-radius: 100%;
	-webkit-box-shadow: 5px 5px 7px 0px rgba(0, 0, 0, 0.12);
	box-shadow: 5px 5px 7px 0px rgba(0, 0, 0, 0.12);
}

@media (max-width: 1080px) {
	.wrap_header {
		height: 90px;
		background: #fff;
		-webkit-box-shadow: 2.294px 3.277px 11.28px 0.72px rgba(0, 0, 0, 0.15);
		box-shadow: 2.294px 3.277px 11.28px 0.72px rgba(0, 0, 0, 0.15);
	}

	.wrap_header .bi_top {
		width: 203px;
		padding-top: 14px;
	}

	.wrap_header .bi_top .large {
		display: none;
	}

	.wrap_header .bi_top .small {
		display: block;
	}

	.wrap_header .lgnb {
		margin-top: 30px;
		padding-right: 30px;
	}

	.wrap_header .lgnb li {
		margin-right: 10px;
	}

	.wrap_header .lgnb li a {
		font-size: 18px;
		padding: 8px 12px;
	}

	.cs_top {
		width: auto;
		margin-top: 25px;
	}

	.cs_top .small {
		display: block;
	}

	.cs_top .large {
		display: none;
	}

	.deco_top {
		display: none;
	}

	.wrap_footer {
		padding-bottom: 150px;
	}
}

@media (max-width: 800px) {
	.wrap_entire.page {
		padding-top: 70px;
	}

	/* .page_box{min-height:calc(100vh - 70px);} */
	.wrap_header,
	.wrap_header.on {
		height: 70px;
	}

	.wrap_header .bi_top,
	.wrap_header.on .bi_top {
		position: relative;
		width: 167px;
		padding-top: 0;
		float: none;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.wrap_header .lgnb {
		display: none;
	}

	.btn_menu_m {
		display: block;
	}

	.btn_menu_m,
	.cs_top {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.btn_menu_m {
		left: 10px;
	}

	.cs_top {
		right: 10px;
		margin-top: 0;
	}

	.btn_link {
		padding: 10px 15px;
	}

	.wrap_footer {
		padding-bottom: 100px;
	}

	.wrap_footer .top .privacy li {
		float: left;
		margin-right: 10px;
		position: relative;
	}

	.wrap_footer .top .privacy li:first-child::after {
		height: 8px;
		background: #555;
		right: -5px;
		top: 6px;
	}

	.wrap_footer .top .privacy li button {
		line-height: 20px;
	}

	.wrap_footer .top .sns li {
		margin-left: 8px;
	}

	.wrap_footer .top .sns li a {
		display: inline-block;
		width: 20px;
	}

	#btn_top {
		right: 2%;
		bottom: 2%;
		width: 40px;
	}
}

@media (max-width: 680px) {

	.btn_menu_m,
	.cs_top .small {
		font-size: 18px;
	}

	.wrap_csms {
		height: 60px;
	}

	#btn_top {
		right: 1.5%;
		bottom: 8%;
		width: 30px;
	}
}


/* intro page  */
.fullpage_indicator {
	position: fixed;
	left: 50%;
	bottom: 30px;
	width: 100%;
	z-index: 3;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
	text-align: center;
	font-size: 0;
	line-height: 0;
}

.fullpage_indicator li {
	margin: 0 10px;
	display: inline-block;
}

.fullpage_indicator li a {
	position: relative;
	display: block;
	width: 30px;
	height: 30px;
}

.fullpage_indicator li a .circle {
	position: absolute;
	display: block;
	width: 6px;
	height: 6px;
	left: 50%;
	top: 50%;
	margin: -3px 0 0 -3px;
	border-radius: 50%;
	background-color: #333;
}

.fullpage_indicator li a .circle::before {
	display: none;
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	left: -5px;
	top: -5px;
	border-radius: 50%;
	border: 1px solid #333;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.fullpage_indicator li.on a .circle::before {
	display: block;
}

#fullPage .sec01 .bg {
	background: url(../images/intro/bg01.jpg) 50% bottom/cover no-repeat;
	opacity: 0.2;
	-webkit-transition: all 1.2s ease-out;
	-o-transition: all 1.2s ease-out;
	transition: all 1.2s ease-out;
}

#fullPage .sec01 .contents {
	/*width:35vw;height:35vw;max-width:670px;max-height:670px;*/
	width: 670px;
	height: 670px;
}

#fullPage .sec01 .contents .contents_bg {
	background-color: rgba(251, 237, 221, 0.9);
	border-radius: 50%;
	-webkit-transform: scale(0.1);
	-ms-transform: scale(0.1);
	transform: scale(0.1);
	opacity: 0;
}

#fullPage .sec01 .contents .contents_text {
	opacity: 0;
}

#fullPage .sec02 .box {
	width: 50%;
	position: absolute;
	right: 0;
	top: 0;
	background: url(../images/intro/bg02.jpg) 50% 50%/cover no-repeat;
	opacity: 0.2;
	-webkit-transition: all 1.2s ease-out;
	-o-transition: all 1.2s ease-out;
	transition: all 1.2s ease-out;
}

#fullPage .sec02 .box .video {
	width: 150vh;
	height: 100vh;
}

#fullPage .sec02 .box .cover {
	background: url(../images/intro/bg02_top_gr.png) 50% top no-repeat;
	background-size: 100% auto;
}

#fullPage .sec02 .contents .contents_bg {
	-webkit-transform: scale(0.1);
	-ms-transform: scale(0.1);
	transform: scale(0.1);
	opacity: 0;
}

#fullPage .sec02 .contents {
	width: 100%;
	max-width: 1320px;
}

#fullPage .sec02 .contents_text {
	opacity: 0;
}

#fullPage .sec02 .contents .ticker {
	width: 25%;
	left: 48%;
	top: -60%;
	-webkit-transform: translateX(-50%) scale(1.2);
	-ms-transform: translateX(-50%) scale(1.2);
	transform: translateX(-50%) scale(1.2);
	opacity: 0;
}

#fullPage .sec03 .bg,
#fullPage .sec03 .box {
	width: 100%;
	max-width: 1320px;
	right: 0;
	bottom: 0;
}

#fullPage .sec03 .box {
	left: 50%;
	right: auto;
}

#fullPage .sec03 .bg {
	opacity: 0.2;
	-webkit-transition: all 1.2s ease-out;
	-o-transition: all 1.2s ease-out;
	transition: all 1.2s ease-out;
	pointer-events: none;
}

#fullPage .sec03 .bg .deco {
	width: 79.545454%;
	right: 0;
	bottom: 0;
}

#fullPage .sec03 .box .wrap_insta {
	width: 40.454545%;
	right: 5%;
	bottom: -5%;
	opacity: 0.2;
}

#fullPage .sec03 .box .wrap_insta .instaS {
	width: 55.43071161048689%;
	left: 13.5%;
	top: 2.5%;
}

#fullPage .sec03 .box .contents {
	opacity: 0;
}

#fullPage .sec03 .box .contents .title {
	display: inline-block;
}

#fullPage .sec03 .box .contents .ticker {
	right: -36%;
	top: -30%;
}

#fullPage .sec03 .box .contents em {
	display: block;
}

@media (max-width: 1280px) {
	#fullPage .f90 {
		font-size: 70px;
	}

	#fullPage .f24 {
		font-size: 20px;
	}

	#fullPage .sec01 .contents {
		width: 550px;
		height: 550px;
	}

	#fullPage .sec02 .contents .ticker {
		width: 20%;
	}

	#fullPage .sec03 .box .contents .ticker {
		width: 130px;
	}

	#fullPage .sec03 .box .wrap_insta {
		-webkit-transform: translateY(10%);
		-ms-transform: translateY(10%);
		transform: translateY(10%);
	}
}

@media (max-width: 1080px) {
	#fullPage .sec03 .box .wrap_insta {
		width: 40%;
	}
}

@media (max-width: 840px) {
	#fullPage .sec02 .box {
		width: 100%;
		height: 100%;
	}

	#fullPage .sec02 .contents {
		top: 40%;
		text-align: center;
		width: 550px;
		height: 550px;
		padding: 0;
	}

	#fullPage .sec02 .contents_bg {
		background-color: rgba(251, 237, 221, 0.8);
		border-radius: 50%;
	}

	#fullPage .sec02.on .contents_text {
		-webkit-transition: all 0.4s 1s;
		-o-transition: all 0.4s 1s;
		transition: all 0.4s 1s;
		opacity: 1;
	}

	#fullPage .sec02 .contents .ticker {
		display: none;
	}

	#fullPage .sec03 .box .wrap_insta {
		width: 55%;
		-webkit-transform: translateY(10%);
		-ms-transform: translateY(10%);
		transform: translateY(10%);
		right: 18%;
	}

	#fullPage .sec03 .box .contents {
		text-align: center;
		top: 150px;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	#fullPage .sec03 .box .contents .ticker {
		width: 100px;
		right: -32%;
		top: -18%;
	}
}

@media (max-width: 800px) {
	#fullPage .f90 {
		font-size: 48px;
	}

	#fullPage .f24 {
		font-size: 14px;
	}

	#fullPage .sec01 .bg {
		background-position: 44% bottom;
	}

	#fullPage .sec01 .contents {
		width: 450px;
		height: 450px;
		top: 40%;
	}

	#fullPage .sec02 .contents {
		width: 450px;
		height: 450px;
		padding: 0;
	}

	#fullPage .sec03 .box .contents .ticker {
		width: 70px;
		right: -40%;
		top: -28%;
	}
}

@media (max-width: 680px) {
	.fullpage_indicator {
		bottom: 20px;
	}

	.fullpage_indicator li {
		margin: 0 5px;
	}

	#fullPage .f90 {
		font-size: 40px;
	}

	#fullPage .sec01 .bg {
		background-position: 34% bottom;
		-webkit-animation: intro_bg 30s linear infinite;
		-moz-animation: intro_bg 30s linear infinite;
		-o-animation: intro_bg 30s linear infinite;
		animation: intro_bg 30s linear infinite;
	}

	#fullPage .sec01 .contents {
		width: 84vw;
		height: 84vw;
	}

	#fullPage .sec02 .contents {
		width: 90vw;
		height: 90vw;
	}

	#fullPage .sec02 .contents .contents_text {
		width: 90vw;
	}

	#fullPage .sec02 .box .video {
		left: 30%;
	}

	#fullPage .sec03 .box .contents {
		top: 100px;
		padding: 0;
	}

	#fullPage .sec03 .box .wrap_insta {
		width: 70%;
		-webkit-transform: translateY(12%);
		-ms-transform: translateY(12%);
		transform: translateY(12%);
		right: 8%;
	}

	#fullPage .sec03 .box .contents_bg {
		width: 160vw;
		height: 120vw;
		left: -30vw;
		position: absolute;
		background: rgba(251, 237, 221, 0.9);
		z-index: -1;
		border-radius: 100%;
		top: -70vw;
	}
}

@media (max-width: 480px) {
	#fullPage .sec03 .box .wrap_insta {
		width: 100%;
		right: -8%;
	}

	#fullPage .sec03 .box .contents_bg {
		top: -55vw;
	}

	#fullPage .sec03 .bg {
		display: none;
	}
}

@media (max-width: 300px) {
	#fullPage .f90 {
		font-size: 30px;
	}

	#fullPage .f24 {
		font-size: 12px;
	}

	#fullPage .sec01 .contents {
		width: 94vw;
		height: 94vw;
	}

	#fullPage .sec02 .contents {
		width: 98vw;
		height: 98vw;
	}

	#fullPage .sec02 .contents .contents_text {
		width: 98vw;
	}

	#fullPage .sec03 .box .contents em {
		display: inline;
	}

	#fullPage .sec03 .box .contents .ticker {
		right: -53%;
		top: -52%;
	}
}


/* brand page  */
.brand .contents {
	padding: 140px;
	word-break: keep-all;
}

.brand_story {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 5fr 2.5fr 2.5fr;
	grid-template-columns: 5fr 2.5fr 2.5fr;
}

.brand_story .contents {
	-ms-grid-row: 1;
	-ms-grid-row-span: 2;
	grid-row: 1/3;
	-ms-grid-column: 1;
	grid-column: 1;
}

.brand_story .story_btn li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 20px;
	max-width: 700px;
}

.brand_story .story_btn li.on {
	background: #eccbc9;
}

.brand_story .icon {
	width: 70px;
	margin-left: 50px;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.brand_story .story_btn li.on .icon {
	-webkit-filter: none;
	filter: none;
}

.brand_story .btn_cha {
	padding: 20px 30px 20px 30px;
	color: rgba(17, 17, 17, 0.5);
}

.brand_story .story_btn li.on .btn_cha,
.brand_story .story_btn li:hover .btn_cha {
	color: #111;
}

.brand_story .cha {
	background: #fff;
}

.brand_story .cha .gd {
	background: url(../images/brand/01_story/cha_gd.png) 50% 50% no-repeat;
}

.brand_story .cha .gs {
	background: url(../images/brand/01_story/cha_gs.png) 50% 50% no-repeat;
}

.brand_story .cha .hj {
	background: url(../images/brand/01_story/cha_hj.png) 50% 50% no-repeat;
}

.brand_story .cha .box {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-size: 70% auto;
	opacity: 0;
	-webkit-transform: scale(0.3);
	-ms-transform: scale(0.3);
	transform: scale(0.3);
}

.brand_story .cha .box.on {
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.brand_story .wall {
	background-color: #fbdecd;
}

.brand_story .bg {
	-ms-grid-column: 2;
	-ms-grid-column-span: 2;
	grid-column: 2/4;
	background: url(../images/brand/01_story/bg.jpg) 50% 50%/cover no-repeat;
}

.brand_story .bg_hj {
	-ms-grid-column: 2;
	-ms-grid-column-span: 2;
	grid-column: 2/4;
	background: url(../images/brand/01_story/bg_hj.jpg) 50% 50%/cover no-repeat;
}

.brand_story .wall .pattern {
	position: absolute;
	top: -50%;
	z-index: 3;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	-webkit-animation-name: snowflakes-fall, snowflakes-shake;
	-webkit-animation-duration: 6s, 3s;
	-webkit-animation-timing-function: linear, ease-in-out;
	-webkit-animation-iteration-count: infinite, infinite;
	-webkit-animation-play-state: running, running;
	animation-name: snowflakes-fall, snowflakes-shake;
	animation-duration: 6s, 3s;
	animation-timing-function: linear, ease-in-out;
	animation-iteration-count: infinite, infinite;
	animation-play-state: running, running;
}

.brand_story .wall .pattern img {
	width: 75%;
}

.brand_story .wall .pattern:nth-of-type(1) {
	left: 0%;
	-webkit-animation-delay: 0s, 0s;
	animation-delay: 0s, 0s;
}

.brand_story .wall .pattern:nth-of-type(12) {
	left: 7%;
	-webkit-animation-delay: 1s, 1s;
	animation-delay: 1s, 1s;
}

.brand_story .wall .pattern:nth-of-type(3) {
	left: 14%;
	-webkit-animation-delay: 5.5s, 0.5s;
	animation-delay: 5.5s, 0.5s;
}

.brand_story .wall .pattern:nth-of-type(4) {
	left: 21%;
	-webkit-animation-delay: 4s, 2s;
	animation-delay: 4s, 2s;
}

.brand_story .wall .pattern:nth-of-type(5) {
	left: 28%;
	-webkit-animation-delay: 2s, 2s;
	animation-delay: 2s, 2s;
}

.brand_story .wall .pattern:nth-of-type(6) {
	left: 35%;
	-webkit-animation-delay: 7s, 3s;
	animation-delay: 7s, 3s;
}

.brand_story .wall .pattern:nth-of-type(7) {
	left: 42%;
	-webkit-animation-delay: 6s, 2s;
	animation-delay: 6s, 2s;
}

.brand_story .wall .pattern:nth-of-type(10) {
	left: 49%;
	-webkit-animation-delay: 2.5s, 1s;
	animation-delay: 2.5s, 1s;
}

.brand_story .wall .pattern:nth-of-type(9) {
	left: 56%;
	-webkit-animation-delay: 1s, 0s;
	animation-delay: 1s, 0s;
}

.brand_story .wall .pattern:nth-of-type(8) {
	left: 63%;
	-webkit-animation-delay: 3s, 1.5s;
	animation-delay: 3s, 1.5s;
}

.brand_story .wall .pattern:nth-of-type(2) {
	left: 70%;
	-webkit-animation-delay: 1.8s, 1s;
	animation-delay: 1.8s, 1s;
}

.brand_story .wall .pattern:nth-of-type(11) {
	left: 77%;
	-webkit-animation-delay: 3.6s, 0.8s;
	animation-delay: 3.6s, 0.8s;
}

.brand_faith {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.brand_faith .contents,
.brand_faith .bg {
	width: 50%;
}

.brand_faith .contents {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.brand_faith .bg {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.brand_faith .ticker ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.brand_faith .bg .smoke {
	position: absolute;
	left: 50%;
	bottom: 25%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	will-change: auto;
}

.brand_faith .bg .smoke:nth-child(1) {
	-webkit-animation: smoke1 8s ease-in-out infinite;
	-moz-animation: smoke1 8s ease-in-out infinite;
	-o-animation: smoke1 8s ease-in-out infinite;
	animation: smoke1 8s ease-in-out infinite;
}

.brand_faith .bg .smoke:nth-child(2) {
	-webkit-animation: smoke2 8s ease-in-out infinite 2s;
	-moz-animation: smoke2 8s ease-in-out infinite 2s;
	-o-animation: smoke2 8s ease-in-out infinite 2s;
	animation: smoke2 8s ease-in-out infinite 2s;
}

.brand_faith .bg .smoke:nth-child(3) {
	-webkit-animation: smoke3 8s ease-in-out infinite 4.6s;
	-moz-animation: smoke3 8s ease-in-out infinite 4.6s;
	-o-animation: smoke3 8s ease-in-out infinite 4.6s;
	animation: smoke3 8s ease-in-out infinite 4.6s;
}

.brand_faith .bg .smoke:nth-child(4) {
	-webkit-animation: smoke4 8s ease-in-out infinite 6.6s;
	-moz-animation: smoke4 8s ease-in-out infinite 6.6s;
	-o-animation: smoke4 8s ease-in-out infinite 6.6s;
	animation: smoke4 8s ease-in-out infinite 6.6s;
}

.brand_faith .bg .smoke:nth-child(5) {
	-webkit-animation: smoke5 8s ease-in-out infinite 1.2s;
	-moz-animation: smoke5 8s ease-in-out infinite 1.2s;
	-o-animation: smoke5 8s ease-in-out infinite 1.2s;
	animation: smoke5 8s ease-in-out infinite 1.2s;
}

.brand_faith .bg .smoke:nth-child(6) {
	-webkit-animation: smoke6 8s ease-in-out infinite 3.4s;
	-moz-animation: smoke6 8s ease-in-out infinite 3.4s;
	-o-animation: smoke6 8s ease-in-out infinite 3.4s;
	animation: smoke6 8s ease-in-out infinite 3.4s;
}

.brand_place {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.brand_place .contents,
.brand_place .wall {
	width: 50%;
}

.brand_place .ticker ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.brand_place .wall {
	background-color: #f5e1be;
	padding: 60px;
}

/* display:flex;align-items:center;} */
.brand_place .wall .inner {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 30px 1fr 30px 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 30px;
}

.brand_place .wall .inner .card {
	-webkit-transition: -webkit-transform 0.6s;
	transition: -webkit-transform 0.6s;
	-o-transition: transform 0.6s;
	transition: transform 0.6s;
	transition: transform 0.6s, -webkit-transform 0.6s;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.brand_place .wall.on .inner .card {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.brand_place .wall .inner .card .front,
.brand_place .wall .inner .card .back {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.brand_place .wall .inner .card .back {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.brand_place .wall .inner .card:nth-child(1) {
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
	grid-row: 1/2;
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-column: 1/2;
}

.brand_place .wall .inner .card:nth-child(2) {
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
	grid-row: 1/2;
	-ms-grid-column: 2;
	-ms-grid-column-span: 1;
	grid-column: 2/3;
	-webkit-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.brand_place .wall .inner .card:nth-child(3) {
	-ms-grid-row: 2;
	-ms-grid-row-span: 1;
	grid-row: 2/3;
	-ms-grid-column: 2;
	-ms-grid-column-span: 1;
	grid-column: 2/3;
	-webkit-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.brand_place .wall .inner .card:nth-child(4) {
	-ms-grid-row: 2;
	-ms-grid-row-span: 1;
	grid-row: 2/3;
	-ms-grid-column: 3;
	-ms-grid-column-span: 1;
	grid-column: 3/4;
	-webkit-transition-delay: 0.6s;
	-o-transition-delay: 0.6s;
	transition-delay: 0.6s;
}

.brand_place .wall .inner .card:nth-child(5) {
	-ms-grid-row: 3;
	-ms-grid-row-span: 1;
	grid-row: 3/4;
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-column: 1/2;
	-webkit-transition-delay: 0.8s;
	-o-transition-delay: 0.8s;
	transition-delay: 0.8s;
}

.brand_place .wall .inner .card:nth-child(6) {
	-ms-grid-row: 3;
	-ms-grid-row-span: 1;
	grid-row: 3/4;
	-ms-grid-column: 2;
	-ms-grid-column-span: 1;
	grid-column: 2/3;
	-webkit-transition-delay: 1s;
	-o-transition-delay: 1s;
	transition-delay: 1s;
}

.brand_sns {
	background: url(../images/brand/04_instagram/bg.png)
}

@-webkit-keyframes bar_right {
	0% {
		left: -15%;
		width: 15%;
	}

	100% {
		left: 100%;
		width: 40%;
	}
}

@keyframes bar_right {
	0% {
		left: -15%;
		width: 15%;
	}

	100% {
		left: 100%;
		width: 40%;
	}
}

.brand_menu {
	background: #fff;
	padding: 20px;
}

.brand_menu .indicator {
	margin-bottom: 5px;
	display: none;
}

.brand_menu .indicator .text {
	position: relative;
	display: inline-block;
}

.brand_menu .indicator .bar {
	position: absolute;
	width: 100px;
	height: 2px;
	right: 100%;
	top: 50%;
	margin-top: -1px;
	margin-right: -3px;
	background-color: rgba(69, 120, 84, 0.2);
	overflow: hidden;
}

.brand_menu .indicator .bar::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 15%;
	height: 100%;
	background: #457854;
	-webkit-animation: bar_right 2s ease-in-out infinite;
	-moz-animation: bar_right 2s ease-in-out infinite;
	-o-animation: bar_right 2s ease-in-out infinite;
	animation: bar_right 2s ease-in-out infinite;
}

.brand_menu .menubook {
	border-radius: 20px;
}

@media (min-width: 1920px) {
	.brand .contents {
		padding: 140px 240px;
	}

	.brand_story {
		min-height: 1200px;
	}

	.brand_story .wall .pattern img {
		width: 100%;
	}

	.brand_faith .ticker ul li img {
		width: 240px;
	}

	.brand_place .ticker ul li img {
		width: 240px;
	}
}

@media (max-width: 1680px) {
	.brand .contents {
		padding: 120px;
	}

	.brand_faith .ticker ul li img {
		max-width: 150px;
	}

	.brand_place .ticker ul li img {
		max-width: 150px;
	}
}

@media (max-width: 1440px) {
	.brand .contents {
		padding: 90px;
	}

	.brand_faith {
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}

	.brand_faith .ticker ul li img {
		max-width: 130px;
	}

	.brand_faith .bg {
		background: url(../images/brand/02_faith/bg.jpg) 50% bottom/cover no-repeat;
	}

	.brand_faith .bg .img {
		display: none;
	}

	.brand_place .ticker ul li img {
		max-width: 130px;
	}

	.brand_place .wall {
		padding: 50px;
	}

	.brand_place .wall .inner {
		grid-gap: 20px;
	}
}

@media (max-width: 1280px) {
	.brand .contents {
		padding: 60px;
	}

	.brand_story .btn_cha {
		font-size: 30px;
	}

	.brand_place {
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}

	.brand_place .wall {
		padding: 40px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.brand_place .wall .inner {
		grid-gap: 10px;
	}
}

@media (max-width: 1080px) {
	.brand_story .wall .pattern img {
		width: 65%;
	}

	.brand_story .btn_cha {
		font-size: 26px;
		padding: 15px 20px 15px 20px;
	}

	.brand_story .icon {
		width: 50px;
		margin-left: 30px;
	}

	.brand_faith .ticker ul li img {
		max-width: 110px;
	}

	.brand_place .ticker ul li img {
		max-width: 110px;
	}

	.brand_place .wall {
		padding: 40px;
	}
}

@media (max-width: 820px) {
	.brand .contents {
		padding: 40px 30px;
	}

	.brand_story .wall .pattern img {
		width: 45%;
	}

	.brand_story .story_btn li {
		border-radius: 10px;
	}

	.brand_story .btn_cha {
		font-size: 22px;
		padding: 10px 16px 10px 16px;
	}

	.brand_story .icon {
		width: 40px;
		margin-left: 25px;
	}

	.brand_faith {
		display: block;
	}

	.brand_faith .contents,
	.brand_faith .bg {
		width: 100%;
	}

	.brand_faith .bg {
		height: 120vw;
	}

	.brand_faith .ticker ul li img {
		max-width: 90px;
	}

	.brand_place .ticker ul li img {
		max-width: 90px;
	}

	.brand_place .wall {
		padding: 30px;
	}

	.brand_menu {
		padding: 10px;
	}

	.brand_menu .menubook {
		border-radius: 15px;
	}
}

@media (max-width: 680px) {
	.brand .contents {
		padding: 30px 20px;
	}

	.brand_story {
		-ms-grid-columns: 5fr 5fr;
		grid-template-columns: 5fr 5fr;
	}

	.brand_story .contents {
		-ms-grid-row: 1;
		grid-row: 1;
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		grid-column: 1/3;
	}

	.brand_story .cha {
		-ms-grid-row: 2;
		grid-row: 2;
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		grid-column: 1/2;
		height: 50vw;
	}

	.brand_story .wall {
		-ms-grid-row: 2;
		grid-row: 2;
		-ms-grid-column: 2;
		-ms-grid-column-span: 1;
		grid-column: 2/3;
		height: 50vw;
	}

	.brand_story .wall .pattern img {
		width: 40%;
	}

	.brand_story .bg {
		-ms-grid-row: 3;
		grid-row: 3;
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		grid-column: 1/3;
		height: 70vw;
	}

	.brand_place {
		display: block;
	}

	.brand_place .contents,
	.brand_place .wall {
		width: 100%;
	}

	.brand_place .wall {
		padding: 20px;
	}

	.brand_place .wall .inner {
		-ms-grid-columns: 1fr 10px 1fr;
		grid-template-columns: 1fr 1fr;
	}

	.brand_place .wall .inner .card {
		grid-row: inherit !important;
		grid-column: inherit !important;
	}

	.brand_menu .menubook {
		overflow-x: scroll;
	}

	.brand_menu .indicator {
		display: block;
	}

	.brand_menu .menubook img {
		width: 250vw;
		max-width: 250vw;
	}
}

/* franchise */
.franchise .line_move .line_hori {
	will-change: auto;
	-webkit-animation: lineHori 15s linear infinite;
	-moz-animation: lineHori 15s linear infinite;
	-o-animation: lineHori 15s linear infinite;
	animation: lineHori 15s linear infinite;
}

.franchise .line_move.reverse .line_hori {
	will-change: auto;
	-webkit-animation: lineHori_r 15s linear infinite;
	-moz-animation: lineHori_r 15s linear infinite;
	-o-animation: lineHori_r 15s linear infinite;
	animation: lineHori_r 15s linear infinite;
}

.franchise .line_move .line_verti {
	will-change: auto;
	-webkit-animation: lineVerti 15s linear infinite;
	-moz-animation: lineVerti 15s linear infinite;
	-o-animation: lineVerti 15s linear infinite;
	animation: lineVerti 15s linear infinite;
}

.franchise .line_move.reverse .line_verti {
	will-change: auto;
	-webkit-animation: lineVerti_r 15s linear infinite;
	-moz-animation: lineVerti_r 15s linear infinite;
	-o-animation: lineVerti_r 15s linear infinite;
	animation: lineVerti_r 15s linear infinite;
}

.franchise .title .spot {
	position: relative;
}

.franchise .title .spot::after {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	background: #dd0017;
	border-radius: 50%;
	top: -20px;
	left: 50%;
}

.franchise .deco {
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fran_hot {
	background: url(../images/franchise/bg01.jpg);
}

.fran_hot .hambak {
	width: 56.818181%;
	right: -5%;
}

.fran_hot .hambak .img {
	position: relative;
	z-index: 2;
}

.fran_hot .hambak .deco {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
}

.fran_hot .hambak .deco.top {
	left: 50%;
	top: 15%;
}

.fran_hot .hambak .deco.bottom {
	right: 50%;
	bottom: 15%;
}

.fran_hot .hambak .deco img {
	width: auto;
	max-width: inherit;
	height: 100%;
}

.fran_hot .hands {
	width: 149.733333%;
	bottom: 0;
	z-index: 2;
}

.fran_hot .text {
	position: absolute;
	width: 100%;
	left: -10%;
	top: -3%;
	z-index: 1;
}

.fran_hot .text .hot {
	width: 36%;
	position: relative;
}

.fran_hot .text .hot .glow {
	-webkit-animation: blink_o 1s ease infinite;
	-moz-animation: blink_o 1s ease infinite;
	-o-animation: blink_o 1s ease infinite;
	animation: blink_o 1s ease infinite;
}

.fran_hot .text p {
	padding-left: 5px;
}

.fran_review {
	background: url(../images/franchise/bg02.jpg);
}

.fran_review .deco {
	position: absolute;
	width: 177px;
}

.fran_review .deco.left {
	left: 3%;
	bottom: 0;
}

.fran_review .deco.right {
	right: 3%;
	top: 0;
}

.wrap_review {
	max-width: 680px;
}

.wrap_review .phone {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.wrap_review .phone .screen {
	max-width: 320px;
	max-height: 564px;
	overflow: hidden;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	border: 3px solid #40704d;
}

.wrap_review .phone .screen.left img {
	-webkit-animation: lineVerti 60s linear infinite;
	-moz-animation: lineVerti 60s linear infinite;
	-o-animation: lineVerti 60s linear infinite;
	animation: lineVerti 60s linear infinite;
}

.wrap_review .phone .screen.right img {
	-webkit-animation: lineVerti 60s linear infinite reverse;
	-moz-animation: lineVerti 60s linear infinite reverse;
	-o-animation: lineVerti 60s linear infinite reverse;
	animation: lineVerti 60s linear infinite reverse;
}

.wrap_review .dummy {
	position: absolute;
	top: -15%;
}

.wrap_review .dummy.left {
	width: 69.70588235294118%;
	left: -15%;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}

.wrap_review .dummy.right {
	width: 64.55882352941176%;
	right: -15%;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}

.wrap_ticker {
	max-width: 830px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: -50px;
}

.wrap_ticker .ticker {
	width: 30%;
	border-radius: 100%;
	-webkit-box-shadow: 7.757px 13.994px 24px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 7.757px 13.994px 24px 0px rgba(0, 0, 0, 0.25);
}

.fran_taste {
	background: url(../images/franchise/03_taste/bg.jpg) left 50%/cover no-repeat;
}

.fran_taste>.align {
	max-width: 1160px;
}

.fran_taste .inner {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
}

.fran_taste .inner .box {
	padding: 55px;
	position: relative;
}

.fran_taste .inner .box:nth-child(1) {
	background-color: #40704d;
	-ms-grid-row: 1;
	-ms-grid-row-span: 2;
	grid-row: 1/3;
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-column: 1/2;
}

.fran_taste .inner .box:nth-child(2) {
	background-color: rgba(54, 47, 45, 0.6);
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
	grid-row: 1/2;
	-ms-grid-column: 2;
	-ms-grid-column-span: 1;
	grid-column: 2/3;
}

.fran_taste .inner .box:nth-child(3) {
	background-color: rgba(54, 47, 45, 0.6);
	-ms-grid-row: 3;
	-ms-grid-row-span: 1;
	grid-row: 3/4;
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-column: 1/2;
}

.fran_taste .inner .box:nth-child(4) {
	background-color: #e15d2f;
	-ms-grid-row: 2;
	-ms-grid-row-span: 2;
	grid-row: 2/4;
	-ms-grid-column: 2;
	-ms-grid-column-span: 1;
	grid-column: 2/3;
}

.fran_taste .inner .box .thumb {
	width: 60%;
}

.fran_taste .inner .box .elem01 {
	width: 90%;
	left: 15%;
	bottom: -5%;
}

.fran_taste .inner .box .elem02 {
	width: 40%;
	right: -4%;
	bottom: -4%;
	z-index: 1;
}

.fran_menu {
	background: url(../images/franchise/bg02.jpg);
}

.fran_menu .align {
	background: url(../images/franchise/04_menu/deco.png) 50% 50% no-repeat;
	background-size: auto 100%;
	z-index: 1;
}

.franchise .deco.dot {
	width: 20vw;
}

.franchise .deco.dot.left {
	left: 5%;
	top: 30%;
}

.franchise .deco.dot.right {
	right: 5%;
	bottom: 10%;
}

.fran_menu .menuS {
	max-width: 1920px;
}

.fran_menu .menuS .swiper-container {
	overflow: visible;
}

.fran_menu .menuS .swiper-slide h3 {
	margin-top: 10px;
}

.fran_menu .menuS .swiper-slide .image {
	-webkit-animation: rotate_r 20s linear infinite;
	-moz-animation: rotate_r 20s linear infinite;
	-o-animation: rotate_r 20s linear infinite;
	animation: rotate_r 20s linear infinite;
}

.fran_menu .menuS .swiper-slide:nth-of-type(even) .image {
	-webkit-animation: rotate_r 20s linear infinite reverse;
	-moz-animation: rotate_r 20s linear infinite reverse;
	-o-animation: rotate_r 20s linear infinite reverse;
	animation: rotate_r 20s linear infinite reverse;
}

.fran_menu .menuS .swiper-slide.none .image {
	-webkit-animation: none;
	animation: none;
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
}

.fran_key {
	background: url(../images/franchise/bg03.jpg);
}

.fran_key .inner {
	width: 78vw;
	left: 26vw;
}

.fran_key .inner .title_section {
	max-width: 965px;
}

.fran_key .inner .prev_compet,
.fran_key .inner .next_compet {
	display: inline-block;
	position: absolute;
	width: 80px;
	height: 80px;
	border: 2px solid #e15d2f;
	bottom: 0;
	right: 0;
}

.fran_key .inner .prev_compet {
	right: 78px;
	background: url(../images/franchise/05_key/prev.png) 50% 50% no-repeat;
}

.fran_key .inner .next_compet {
	background: url(../images/franchise/05_key/next.png) 50% 50% no-repeat;
}

.fran_key .inner .competS {
	word-break: keep-all;
}

.fran_key .deco.circle {
	width: 36.875vw;
	left: -15vw;
	bottom: -18.4375vw;
	-webkit-animation: rotate_r 30s linear infinite;
	-moz-animation: rotate_r 30s linear infinite;
	-o-animation: rotate_r 30s linear infinite;
	animation: rotate_r 30s linear infinite;
}

.fran_key .deco.line_move {
	position: absolute;
	width: 9.21875vw;
	left: 5%;
	bottom: 0;
}

.fran_earning {
	background: url(../images/franchise/06_earning/bg.jpg) right 50%/cover no-repeat;
}

.fran_earning .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.fran_earning .inner .box {
	width: 49%;
}

.fran_earning .inner .ticker1 {
	width: 17.51937984496124%;
	right: 10%;
	top: 8%;
}

.fran_earning .inner .ticker2 {
	width: 100%;
	left: 0;
	bottom: 0;
}

.fran_process {
	background: url(../images/franchise/bg03.jpg);
}

.fran_process .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.fran_process .inner .box {
	width: 31.2%;
}

.fran_process .deco.dot.left {
	left: 2%;
	top: 20%;
}

.fran_process .deco.dot.right {
	right: 2%;
	bottom: 10%;
}

.fran_consult .align {
	max-width: 1120px;
}

@media (max-width: 1680px) {
	.fran_hot .text {
		left: 0;
	}

	.fran_hot .hambak {
		right: -10%;
	}

	.fran_review .deco {
		width: 165px;
	}
}

@media (max-width: 1440px) {
	.fran_hot .hambak {
		right: -20%;
	}
}

@media (max-width: 1280px) {
	.fran_hot .text {
		left: 20px;
	}

	.fran_review .deco {
		width: 150px;
	}

	.wrap_review .dummy {
		display: none;
	}

	.fran_key .inner .title_section {
		max-width: 850px;
	}

	.fran_key .inner .prev_compet,
	.fran_key .inner .next_compet {
		width: 60px;
		height: 60px;
		border: 2px solid #e15d2f;
		background-size: 14px auto;
	}

	.fran_key .inner .prev_compet {
		right: 58px;
	}
}

@media (max-width: 1080px) {
	.fran_hot {
		padding-top: 100px;
	}

	.fran_hot .hambak .deco img {
		height: 120px;
	}

	.fran_review .deco {
		width: 130px;
	}

	.fran_taste .inner .box {
		padding: 40px;
	}

	.fran_key .inner {
		width: 82vw;
		left: 20vw;
	}

	.fran_key .inner .title_section {
		max-width: 800px;
	}
}

@media (max-width: 800px) {
	.franchise .deco.dot {
		width: 35vw;
	}

	.fran_hot {
		padding-top: 70px;
	}

	.fran_hot .hambak .deco img {
		height: 90px;
	}

	.fran_review .deco {
		width: 120px;
	}

	.fran_taste .inner .box {
		padding: 30px;
	}

	.fran_key .inner .title_section {
		max-width: 600px;
	}

	.fran_process .inner .box {
		width: 48%;
	}

	.fran_process .deco {
		display: none;
	}
}

@media (max-width: 680px) {
	.franchise .f120 {
		font-size: 55px;
	}

	.franchise .f80 {
		font-size: 36px;
	}

	.franchise .f65 {
		font-size: 32px;
	}

	.franchise .title .spot::after {
		width: 6px;
		height: 6px;
		top: -10px;
	}

	.fran_hot {
		padding-top: 50px;
	}

	.fran_hot .text {
		position: relative;
		width: 100%;
		left: 0;
		word-break: keep-all;
	}

	.fran_hot .text .hot {
		width: 55%;
	}

	.fran_hot .hambak {
		width: 70%;
		right: 0;
		padding-top: 30px;
	}

	.fran_hot .hambak .deco img {
		height: 60px;
	}

	.fran_review .text_sec {
		text-align: left;
	}

	.fran_review .deco {
		width: 80px;
		opacity: 0.6;
	}

	.wrap_review .phone .screen {
		width: 49%;
		max-height: 90vw;
		border-radius: 0;
	}

	.wrap_ticker {
		margin-top: -30px;
	}

	.wrap_ticker .ticker {
		width: 32%;
	}

	.fran_taste .inner .box {
		padding: 20px 18px;
	}

	.fran_taste .inner .box h3 {
		font-size: 20px;
	}

	.fran_taste .inner .box p {
		font-size: 12px;
		text-align: left;
	}

	.fran_taste .inner .box .elem02 {
		right: -8%;
		bottom: 65%;
		z-index: 1;
	}

	.fran_key .inner {
		width: 100vw;
		left: 5vw;
	}

	.fran_key .deco.line_move {
		width: 10vw;
		left: 1%;
		opacity: 0.4;
	}

	.fran_key .inner .prev_compet,
	.fran_key .inner .next_compet {
		width: 30px;
		height: 30px;
		border: 1px solid #e15d2f;
		background-size: 8px auto;
	}

	.fran_key .inner .prev_compet {
		right: 29px;
	}

	.fran_key .inner .title_section {
		max-width: 94vw;
	}

	.fran_earning .inner {
		display: block;
	}

	.fran_earning .inner .box {
		width: 90%;
		left: 5%;
		margin-top: 30px;
	}
}

/* loading */
.ready {
	position: fixed;
	z-index: 2000;
	width: 100vw;
	height: 100vh;
	background: #457854;
}

.lds-ripple {
	display: inline-block;
	position: absolute;
	width: 160px;
	height: 160px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.lds-ripple div {
	position: absolute;
	border: 4px solid #fff;
	opacity: 1;
	border-radius: 50%;
	animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
	animation-delay: -0.5s;
}

@keyframes lds-ripple {
	0% {
		top: 72px;
		left: 72px;
		width: 0;
		height: 0;
		opacity: 0;
	}

	4.9% {
		top: 72px;
		left: 72px;
		width: 0;
		height: 0;
		opacity: 0;
	}

	5% {
		top: 72px;
		left: 72px;
		width: 0;
		height: 0;
		opacity: 1;
	}

	100% {
		top: 0px;
		left: 0px;
		width: 144px;
		height: 144px;
		opacity: 0;
	}
}

/* 인스타그램 */
.insta-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	justify-items: center;
	max-width: 1280px;
	margin: 0 auto;
}

.insta-list__item {
	position: relative;
	width: 100%;
	max-width: 320px;
	cursor: pointer;
}

.insta-list__item:hover .overflow-box {
	opacity: 1;
}


.overflow-box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 30px 0;
	transition: all 0.3s;
	opacity: 0;
}

.overflow-box::before {
	opacity: 0;
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(255, 126, 0, 0.9);
	transition: all 0.3s;
}

.insta-list__item:hover .overflow-box::before {
	opacity: 1;
}

.insta-hit {
	position: relative;
	z-index: 100;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, Open Sans, Helvetica Neue, sans-serif;
	line-height: 18px;
	font-weight: 400;
	font-size: 20px;
	color: #fff;
	text-align: center;
}

.insta-hit img {
	max-width: 25px;
	margin-right: 5px;
}

.insta-content__text {
	position: relative;
	z-index: 100;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, Open Sans, Helvetica Neue, sans-serif;
	line-height: 18px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	padding: 0 20px;
	word-break: keep-all;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	/* 최대 3줄 표시 */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-word;
}

@media(max-width:1200px) {
	.insta-list {
		grid-template-columns: repeat(3, 1fr);
	}

	.insta-list__item:nth-child(7),
	.insta-list__item:nth-child(8) {
		display: none;
	}
}

@media(max-width:500px) {
	.insta-list {
		grid-template-columns: repeat(2, 1fr);
	}

	.insta-list__item:nth-child(5),
	.insta-list__item:nth-child(6),
	.insta-list__item:nth-child(7),
	.insta-list__item:nth-child(8) {
		display: none;
	}
}