@font-face {
font-family:Gmarket Sans;
font-style:normal;
font-weight:500;
src:url(fonts/GmarketSansMedium.woff) format("woff")
}
@font-face {
font-family:Gmarket Sans;
font-style:normal;
font-weight:300;
src:url(fonts/GmarketSansLight.woff) format("woff")
}
@font-face {
font-family:Gmarket Sans;
font-style:normal;
font-weight:700;
src:url(fonts/GmarketSansBold.woff) format("woff")
}

@font-face {
    font-family: Montserrat;
    src: url(fonts/Montserrat-VariableFont_wght.woff2) format("woff2");
}

@font-face {
    font-family: Montserrat;
    src: url(fonts/Montserrat-VariableFont_wght.ttf) format("truetype");
}

html {
	font-size:100px;
	-webkit-tap-highlight-color: transparent;
}
@media screen and (max-width: 600px) {
 html {
 font-size: 100px;
 font-size: 16.6666666vw;
}
}

body, html {
	-webkit-overflow-scrolling: touch;
	margin:0;
	padding: 0;
}
* {
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
	outline: none;
	user-select: none;
}
a {
	text-decoration: none;
	color: #fff;
}
em, i {
	font-style: normal;
}
ol, ul, li, p {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	width:auto;
	max-width:100%;
	height:auto;
}
textarea, input {
	resize: none;
	font-size:inherit;
}
.button, .btn {
	cursor:pointer;
}
body {
	background-color: #fff;
	display: flex;
	flex-direction: column;
}
.app {
	flex: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position:relative;
	width: 100%;
	max-width:600px;
	margin:auto;
	font-family: "Montserrat",emoji,sans-serif;
	min-height: 100vh;
	font-size:16px;
}

.section-1 {
	padding: 56px 0px 62px;
}

.section-1 .titleWrapper {
	padding: 0px 24px;
}

.section-1 .titleWrapper h3 {
	font-size: .56rem;
	font-weight: 400;
	text-align:center;
	font-family: "Gmarket Sans";
}

.section-1 .detailTitle {
	margin-top: 20px;
	font-size: 15px;
	font-family: "Gmarket Sans";
}

.section-1 .subTitle{
	display:flex;
	margin:20px -5px 0;
}

.section-1 .subTitle span{
	flex:1;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	border-radius:.1rem;
	text-align:center;
	border:solid .06rem #fdbb4d;
	margin:0 .1rem;
	font-weight:bold;
	color:#3b2d2d;
	padding:.1rem 0;
	font-size:.29rem;
	font-weight:bold;
}

.section-1 .highlight {
	box-shadow: rgb(255, 246, 181) 0px 0px 0px 2px;
	background: rgb(255, 246, 181);
}

.section-1 .swiper {
	display: flex;
	flex-wrap: nowrap;
	overflow: hidden;
	margin: 40px 0px 0px;
	padding: 0px 24px;
}

.section-1 .swiper .swiper-slide{
	padding: 0px 12px;
}

.section-1 .swiper .swiper-slide img{
	border-radius:.25rem;
}

.section-1 .swiper .swiper-slide p{
	margin: 0px;
    padding: 0px;
    width: 100%;
    color: rgb(102, 102, 102);
    letter-spacing: -0.2px;
    font-size: 14px;
    line-height: 21px;
	margin-top: 16px;
    white-space: pre-line;
	font-weight:100;
}

.section-1 .swiper .swiper-button-prev, 
.section-1 .swiper .swiper-button-next {
    font-size: 0px;
    line-height: 0;
    position: absolute;
    outline: none;
    top: calc(50% - 5px);
	transform: scale(0.5);
    background: rgb(255, 255, 255);
    border: 2px solid rgb(0, 0, 0);
    width: 36px;
    height: 36px;
    padding: 16px;
    border-radius: 50%;
	box-sizing:content-box;
}

.swiper-button-disabled{
	display:none !important;
}

.section-1 .swiper .swiper-button-prev::after, 
.section-1 .swiper .swiper-button-next::after {
    color: rgb(0, 0, 0);
	font-size:30px;
	font-weight:bold;
}

.section-2 .content {
    max-width: 600px;
    margin: 0px auto;
    padding: 64px 24px;
}

.mainTitle {
    margin-top: 5px;
    font-size: 28px;
	font-family: "Gmarket Sans";
}

.section-2{
    background: rgb(252, 249, 228);
}
.section-2 li {
    margin-top: 8px;
	display:flex;
	align-items:flex-start;
}

.section-2 li:first-of-type {
    margin-top: 18px;
}

.section-2 svg {
    width: 14px;
    margin-right: 6px;
}

.section-2 svg path {
    fill: rgb(0, 0, 0);
}

.section-2 p, 
.section-2 span {
    font-size: 15px;
}

.section-2 .highlight {
    position: relative;
    padding: 0px 2px;
    box-shadow: rgb(255, 230, 0) 0px -8px 0px inset;
    border-bottom: 4px solid rgb(255, 230, 0);
}

.section-3 {
    margin: 0px auto;
    padding: 64px 24px;
    background: rgb(255, 255, 255);
}

.section-3 ul {
    display: block;
}

.section-3 li {
    margin-top: 32px;
}

.section-3 .subTitle {
    font-size: 22px;
	font-family: "Gmarket Sans";
}

.section-3 .detail {
    margin: 0px;
    padding: 0px;
    width: 100%;
    color: rgb(136, 136, 136);
    letter-spacing: -0.2px;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
	margin-top: 4px;
    margin-bottom: 16px;
    white-space: pre-line;
}

.section-3 img {
    display: inline-block;
	width:100%;
    max-width: 100%;
}

/**/
.section-4 {
    margin: 0px auto;
    padding: 64px 24px;
    background: rgb(252, 249, 228);
}

.section-4 .detailTitle{
	display:flex;
	margin:0 -5px;
	margin-top:15px;
}

.section-4 ul {
    display: block;
}

.section-4 li {
    margin-top: 32px;
}

.section-4 .subTitle {
    font-size: 22px;
	font-family: "Gmarket Sans";
}

.section-4 .detail {
    margin: 0px;
    padding: 0px;
    width: 100%;
    color: rgb(136, 136, 136);
    letter-spacing: -0.2px;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
	margin-top: 4px;
    margin-bottom: 16px;
    white-space: pre-line;
}

.section-4 img {
    display: inline-block;
	width:100%;
    max-width: 100%;
}

.section-4 .radios{
	display:flex;
	align-items:center;
	flex-direction:row;
	/*border: 1px solid #ccc;*/
}

.section-4 .radios span{
	position:relative;
	flex:1;
}

.section-4 .radios input {
    width: 100%;
    height: 60px;
    opacity: 0;
}

.section-4 .radios label {
    position: absolute;
    top: 0;
    left: 0;
    color: #3b2d2d;
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    /*border-right: 1px solid #ccc;*/
	font-size:14px;
}

.section-4 .radios span:last-child label {
	border:none;
}

.section-4 .radios input:checked + label {
    background: #fee595;
    font-weight: 500;
}

.section-4 .ani-button{
	animation: pulse 1.5s ease infinite;
}

.section-4 .submit{
	display:block;
	width:100%;
	margin:auto;
	display:flex;
	text-align:center;
	align-items:center;
	justify-content:space-between;
	background-color:#ffc200;
	border:none;
	color:#fff;
	border-radius:.15rem;
	padding:.15rem 0;
	font-weight:bold;
	font-size:.32rem;
	margin-top:30px;
	line-height:1.2;
	/*box-shadow:0px .1rem 0 .01rem rgb(189 84 2);*/
}
.section-4 .submit:before,
.section-4 .submit:after{
	content:"";
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.section-4 .submit:before{
	height:.6rem;
	width:.6rem;
	background-image:url(../img/line.svg);
	margin-left:.2rem;
}

.section-4 .submit:after{
	height:.4rem;
	width:.4rem;
	background-size:70%;
	background-position:right 20% center;
	background-image:url(../img/arrow.png);
	margin-right:.2rem;
	border-radius:100%;
	border:solid .02rem #fff;
}

.section-5 {
    margin: 0px auto;
    padding: 64px 24px;
    background: rgb(255, 255, 255);
}

.section-5 h3 {
    font-size: 24px;
    font-weight: 400;
    font-family: "Gmarket Sans";
}

.section-5 .list {
    margin-top: 36px;
}

.section-5 .text {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
	font-family: "Gmarket Sans";
}

.section-5 .circle {
    flex: 0 0 auto;
    width: 50px;
    height: 50px;
    margin-right: 16px;
    background: rgb(255, 112, 0);
    color: rgb(255, 255, 255);
    font-weight: 700;
    font-size: 22px;
    line-height: calc(46px);
    text-align: center;
    border-radius: 50%;
	display:flex;
	align-items:center;
	justify-content:center;
}

.section-5 .iconWrapper {
    width: 50px;
    padding: 8px 0px 15px;
    text-align: center;
}

.section-6{
	background: rgb(246, 246, 246);
	padding-bottom:100px;
}

.section-6 > .content {
    margin: 0px auto;
    padding: 38px 18px 8px;
}

.section-6 h3 {
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    font-family: "Noto Sans KR", sans-serif !important;
}

.section-6 .accordion-button {
    height: 72px;
	display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
}

.section-6 .accordion-button .txt{
    margin: 0px;
    padding: 0px;
    color: rgb(0, 0, 0);
    letter-spacing: -0.2px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
	text-align:center;
	margin-right:5px;
	font-family: "Gmarket Sans";
}

.section-6 .accordion-button .arrow-ico{
	width: 16px;
    transition: transform 0.3s ease 0s;
    transform: rotate(90deg);
	display:flex;
	align-items:center;
	justify-content:center;
}

.section-6 .detail {
	display:none;
    border-color: transparent;
}

.section-6 .active .detail{
	border-color:inherit;
}

.section-6 .active .accordion-button .arrow-ico{
	transform: rotate(-90deg);
}

.section-6 .detail p{
	margin: 0px;
    padding: 0px;
    width: 100%;
    color: rgb(68, 68, 68);
    letter-spacing: -0.2px;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    padding-bottom: 24px;
}

.subButton{
	outline: none;
    border: none;
    width: 100%;
    color: rgb(255, 255, 255);
    box-sizing: border-box;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    position: fixed;
    left: 50%;
    bottom: 0px;
    max-width: 600px;
    transform: translateX(-50%);
    height: 56px;
    border-radius: 0px;
    background: rgb(255, 112, 0);
    z-index: 9;
	font-weight:bold;
	font-size: 16px;
}

.layui-layer{
	font-size:14px;
}

.layui-layer-btn .layui-layer-btn0{
	background-color:#ffc200 !important;
	border-color:#ffc200 !important;
}

.mv-popup{
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background:rgba(0, 0, 0, 0.4);
	z-index:99999;
	display:none;
	align-items:center;
}

.mv-popup.show{
	display:flex;
}

.mv-popup .content{
	background-color:#ffffff;
	border-radius: 21px;
	width:80%;
	max-width:300px;
	margin:auto;
	position:relative;
	overflow:hidden;
}

.mv-popup .content a{
	text-decoration:none;
}

.mv-popup .content .close{
	position:absolute;
	top:15px;
	right:15px;
}

.mv-popup .content .close svg{
	width:17px;
	height:auto;
}

.mv-popup .wechat{
	text-align:center;
	padding:23px;
}

.mv-popup .wechat .ico{
	width:42px;
	height:42px;
	margin:auto;
	background-image:url(../img/success.png@f_webp);
	background-position:center;
	background-size:contain;
	background-repeat:no-repeat;
}

.mv-popup .wechat .line{
	display:flex;
	align-items:center;
	justify-content:center;
	line-height:1;
	margin-bottom:10px;
	line-height:1.3;
	color:#666;
	font-size:15px;
}

.mv-popup .wechat .title{
	font-size:19px;
	font-weight:bold;
	margin:10px 0;
	color:#000;
}

.mv-popup .wechat .button{
	margin:auto;
	margin-top:15px;
	width:50%;
	background-color:#ffc200;
	color:#fff;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:17px;
	border-radius:8px;
	height:44px;
}

@keyframes pulse{
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	50% {
		-webkit-transform: scale3d(1.05,1.05,1.05);
		transform: scale3d(1.05,1.05,1.05);
	}
	100% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@-webkit-keyframes pulse{
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	50% {
		-webkit-transform: scale3d(1.05,1.05,1.05);
		transform: scale3d(1.05,1.05,1.05);
	}
	100% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}