/** {
    font-family: 'NanumSquare', sans-serif !important;
}*/

html {
    font-size: 10px;
    overflow-x: hidden;
    max-width: 750px;
    /*margin: 0 auto;
    background: #000;*/
}

.wrap-comm iframe {
    display: none;
}

input[type="radio"] {
    display: none;
}

@font-face {
    font-family: 'S-CoreDream-9Black';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-9Black.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/***** couple landing css *****/
.landing1-wrap {
    box-sizing: border-box;
    min-height: 100vh;
    padding: 50px 0;
}

.landing1-wrap h1, .landing1-wrap p, .landing1-wrap h2,
.landing1-wrap strong, .landing1-wrap button, .landing-form label,
.landing-form p,.landing-form span,.link-wrap a {
    font-family: 'NanumSquare', sans-serif !important;
}
.landing1-wrap .landing-intro,
.landing1-wrap .landing-form {
    opacity: 0;
    transition: 0.5s;
}

.landing1-wrap .landing-intro {
    transform: translateX(-50px);
}

.landing1-wrap .landing-form {
    transform: translateX(50px);
    padding: 30px 0;
}

.landing1-wrap .intro-tit-wrap {
    text-align: center;
    opacity: 0;
    transform: scale(0.4);
    transition: 0.5s;
}

.landing1-wrap .intro-tit-wrap p {
    font-size: 1.7rem;
    font-weight: 800;
    color: #000;
    margin-bottom: 20px;
}

.landing1-wrap .intro-tit-wrap h1 {
    font-size: 4.2rem;
    font-weight: 400;
    color: #000;
    letter-spacing: -0.05em;
    line-height: 1.05;
}

.landing1-wrap .intro-tit-wrap h1 span {
    font-size: 6rem;
    font-weight: 900;
    color: #78004d;
}

.landing1-wrap .ani-wrap {
    position: relative;
    min-height: 49vh;
    margin-bottom: -35px;
    opacity: 0;
    transition: 0.5s;
    transition-delay: 1s;
}

.landing1-wrap #ani-heart {
    position: absolute;
    width: 42%;
    top: 4%;
    left: 50%;
    transform: translateX(-50%);
}

.landing1-wrap #ani-couple {
    width: 175%;
    margin-left: calc(50% - 88%);
}

.landing1-wrap .intro-txt-wrap {
    text-align: center;
    color: #000;
    margin-bottom: 20px;
    opacity: 0;
    transform: translateY(-30px);
    transition: 0.5s;
    transition-delay: 0.5s;
}

.landing1-wrap .btn-wrap {
    opacity: 0;
    transform: translateY(-30px);
    transition: 0.5s;
    transition-delay: 0.5s;
}

.landing1-wrap .intro-txt-wrap strong {
    font-weight: 900;
    font-size: 1.55rem;
    letter-spacing: -0.1em;
}

.landing1-wrap .intro-txt-wrap p {
    font-size: 1.35rem;
    margin-top: 5px;
}

.btn-wrap {
    text-align: center;
}

.btn-wrap button {
    border-radius: 30px;
    background: #78004D;
    color: #fff;
    font-size: 2.7rem;
    width: 90%;
    padding: 15px 0;
    line-height: 1;
}

div.on {
    opacity: 1 !important;
    transform: none !important;
}

.landing-form {
    display: none;
    width: 100%;
    position: relative;
    padding: 0;		/*35px*/
}

.landing1-wrap .form-ani-wrap {
    position: relative;
}

.landing1-wrap #form-ani {
    width: 50%;
    margin: 0 auto;
    transition: 0.5s;
}

.landing1-wrap #form-ani.active {
    width: 100%;
}

.qs-box {
    display: none;
}

.qs-box:first-child {
    display: block;
}

.qs-txt-wrap {
    text-align: center;
    margin-bottom: 45px;
}

.qs-txt-wrap p {
	font-family: 'Nanum Myeongjo', serif !important;
	font-size: 4rem;
    font-weight: 600;
    color: #78004D;
    margin-bottom: 10px;
    line-height: 1.3;
}

.qs-txt-wrap span {
    display: block;
    font-size: 1.95rem;
    color: #fff;
    /*background: #78004d;*/
    width: 70%;
    padding: 10px 0;
    margin: 0 auto;
   /*border-radius: 30px;*/
    background-image: url(/landing/img/select_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.radio-cont-wrap {
    display: grid;
    grid-template-areas: ". .";
    grid-auto-columns: 110px;
    grid-gap: 25px;
    justify-content: center;
    padding: 0 10px;
}

.radio-cont-wrap.areas3 {
    grid-template-areas: ". . .";
    grid-gap: 10px;
    grid-auto-columns: 80px;
}

.radio-cont-wrap.areas3 label {
    height: 80px;
}

.radio-cont-wrap label {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #654a3d;
    font-weight: 800;
    border: 3px solid #e0d4bf;
    border-radius: 25px;
    font-size: 3rem;
    text-align: center;
    height: 110px;
    box-shadow: 2px 3px 8px #ccc;
    transition: 0.4s;
    line-height: 1.25;
}

.radio-cont-wrap label:hover {
    color: #fff;
    background: #654a3d;
}

.kakao-box {
    display: none;
}

.kakao-box .kakao-txt,
.kakao-box .last-txt {
    text-align: center;
    font-size: 2.8rem;
    color: #78004d;
    line-height: 1.23;
    letter-spacing: -0.05em;
}

.kakao-box .kakao-txt strong {
    font-weight: 600;
}

.kakao-btn-wrap,
.link-wrap {
    text-align: center;
    margin-top: 25px;
}

#btnK {
    background: #fae100;
    border-radius: 30px;
    width: 90%;
    padding: 7px 0;
    box-shadow: 0 5px 7px #ccc;
}

#btnK img {
    width: auto;
    vertical-align: middle;
}

#btnK span {
    color: #000;
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: -0.05em;
    vertical-align: middle;
}

.last-cont {
    display: none;
}

.link-wrap a {
    background: #654a3d;
    border-radius: 30px;
    color: #fff;
    font-size: 1.8rem;
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 17px 0;
}

/***** ...couple landing css *****/

/***** shoe landing css *****/
.landing2-wrap {
    background: #000;
    height: 100vh;
    box-sizing: border-box;
    padding: 30px 0;
    position: relative;
}

.landing2-wrap .intro-tit-wrap {
    text-align: center;
}

.landing2-wrap .intro-tit-wrap h1 {
    position: relative;
    color: #ac4fe2;
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 1.3;
}

.landing2-wrap .intro-tit-wrap h1 span {
    opacity: 0;
    transition: opacity 1s;
}

.landing2-wrap .intro-tit-wrap h1 span:nth-child(1){transition-delay: 0.2s;}
.landing2-wrap .intro-tit-wrap h1 span:nth-child(3){transition-delay: 0.3s;}
.landing2-wrap .intro-tit-wrap h1 span:nth-child(5){transition-delay: 0.4s;}
.landing2-wrap .intro-tit-wrap h1 span:nth-child(7){transition-delay: 0.5s;}
.landing2-wrap .intro-tit-wrap h1 span:nth-child(9){transition-delay: 0.6s;}

.landing2-wrap .intro-tit-wrap h1 strong {
    font-size: 4rem;
    position: absolute;
    top: 75%;
    left: 59%;
    transform: translateX(-50%);
    font-weight: 900;
    font-family: 'S-CoreDream-9Black' !important;
    opacity: 0;
    transition: opacity 1s;
    transition-delay: 1s;
}

.landing2-wrap .intro-tit-wrap span.on,
.landing2-wrap .intro-tit-wrap strong.on {
    opacity: 1 !important;
}

.landing2-wrap .shoes-wrap {
    padding: 50px 50px 0;
    position: relative;
    text-align: center;
}

.landing2-wrap .shoes-wrap img {
    max-width: 450px;
}

.landing2-wrap .shoes-wrap .intro-txt-wrap {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 75%;
    transform: translateX(-50%)
}

.landing2-wrap .shoes-wrap .intro-txt-wrap h2 {
    color: #fff;
    font-family: 'S-CoreDream-9Black' !important;
    font-size: 2.4rem;
    margin-bottom: 20px;
}

.landing2-wrap .shoes-wrap .intro-txt-wrap p {
    font-size: 1.6rem;
    color: #a2a2a2;
    font-family: 'Noto Sans KR', sans-serif !important;
    letter-spacing: -0.05em;
    line-height: 1.5;
}

.landing2-wrap .btn-wrap {
    margin-top: 15px;
}

.landing2-wrap .btn-wrap button {
    background: #ac4fe2;
    color: #000;
    font-family: 'S-CoreDream-9Black' !important;
    font-size: 3rem;
    width: 70%;
    position: relative;
    padding-left: 35px;
}

.star-wrap {
    width: 100%;
    position: absolute;
    top: -1%;
    right: -31%;
}

.star { /** 인트로 별똥별 **/
	position: absolute;
	width: 2px;
	height: 180px;
	background: linear-gradient(-45deg, #fff, rgba(0, 0, 255, 0));
	animation: sstar infinite 5s;
	left: 100%;
	top: -175px;
}

.star::before {
	content: '';
    position: absolute;
    top: 98%;
    right: 1px;
        background: linear-gradient(-45deg, rgba(0, 0, 255, 0), rgba(255, 255, 255, 1), rgba(0, 0, 255, 0));
    transform: translateX(50%) rotateZ(45deg);
    border-radius: 100%;
    animation : sstar1 infinite alternate 0.6s;
}

.star::after {
	content: '';
    position: absolute;
    top: 98%;
    right: 1px;
    background: linear-gradient(-45deg, rgba(0, 0, 255, 0), rgba(255, 255, 255, 1), rgba(0, 0, 255, 0));
    transform: translateX(50%) rotateZ(155deg);
    border-radius: 100%;
	animation : sstar1 infinite alternate 0.6s;
}

@keyframes sstar {

	100% {
		transform: rotate(35deg) translateY(100vh);
		opacity: 0;
		height: 0;
	}
}

@keyframes sstar1 {
	0% {
		width: 2px;
		height: 2px;
	}
	100% {
		width: 30px;
		height: 2px;
	}
}

.landing2-wrap .radio-cont-wrap label:hover {
    background: #ac4fe2;
    color: #fff;
}


.form-shoes-wrap img {
    max-width: 20%;
    transition: 0.5s;
}

.form-shoes-wrap.active img {
    max-width: 45%;
}
/***** ...shoe landing css *****/
/**** taro landing css *****/
.landing3-wrap {
    padding: 30px 0;
	min-height: 100vh;
    background-image: url(/landing/img/test_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	background-position:center;
}

.landing3-wrap_on{background-image: url(/landing/img/test_bg_on.jpg);}

/*.landing3-wrap .btn-wrap{width:77.77%;margin:0 auto;}*/
.landing3-wrap #startBtn{}
.landing3-wrap #startBtn span{
    display: block;
	font-size:3.0rem;
	font-family: 'Nanum Myeongjo', serif !important;
	color:#654a3d;
	font-weight:900;
    width: 80%;
    padding: 23px 0px 28px;
    margin: 0 auto;
    background-image: url(/landing/img/btn_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.landing3-wrap .landing3-intro {
    display: none;
}

.landing3-wrap .top-txt-wrap {
    text-align: center;
}

.landing3-wrap .top-txt-wrap img {
    width: auto;
}

.landing3-wrap .top-txt-wrap p {
    font-family: 'Nanum Myeongjo', serif !important;
    font-size: 2.2rem;
    color: #fff;
}

.landing3-wrap .top-txt-wrap p:after,
.landing3-wrap .top-txt-wrap p:before {
    content: " ";
    display: block;
    width: 100%;
    height: 2px;
    background: url(/landing/img/gradient.png) no-repeat center center;
}

.landing3-wrap .top-txt-wrap p:before {
    margin-bottom: 12px;
}

.landing3-wrap .top-txt-wrap p:after {
    margin-top: 12px;
}

.landing3-wrap .card-wrap {
    margin-top: 5%;/*40px;*/
    box-sizing: border-box;
    padding: 0 15px;
    padding-bottom: calc(200 / 344 * 100%);
}

.landing3-wrap .card-wrap .card-inner {
    position: relative;
    width: 100%;
}

.landing3-wrap .card-wrap .card-inner img {
    position: absolute;
    width: 27%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
    transition: 0.7s;
}

.landing3-wrap .card-wrap .card-inner img:nth-child(1).on {
    z-index: 1;
    opacity: 1;
    transform: translate(-150%,30px) rotate(-35deg);
    transition-delay: 0.9s;
}

.landing3-wrap .card-wrap .card-inner img:nth-child(2).on {
    z-index: 2;
    opacity: 1;
    transform: translate(-102%, 8px) rotate(-19deg);
    transition-delay: 0.3s;
}

.landing3-wrap .card-wrap .card-inner img:nth-child(3) {
    opacity: 1;
    z-index: 3;
}

.landing3-wrap .card-wrap .card-inner img:nth-child(4).on {
    z-index: 4;
    opacity: 1;
    transform: translateY(8px) rotate(19deg);
    transition-delay: 0.6s;
}

.landing3-wrap .card-wrap .card-inner img:nth-child(5).on {
    z-index: 5;
    opacity: 1;
    transform: translate(50px,33px) rotate(35deg);
    transition-delay: 1.2s;
}

.landing3-wrap .tit-wrap h1 {
    font-family: 'Nanum Myeongjo', serif !important;
    text-align: center;
    font-size: 3rem;
    color: #fff;
    line-height: 1.35;
    text-shadow: 7px 4px 15px #000;
}

.landing3-wrap .tit-wrap h1 span {
    font-family: 'Nanum Myeongjo', serif !important;
    font-size: 5rem;
}

.landing3-wrap .tit-wrap h1 span >span {
    font-size: 6rem;
}

.landing3-wrap .intro-txt-wrap {
    margin-top: 20px;
}

.landing3-wrap .intro-txt-wrap p {
    font-family: 'Noto Sans KR', sans-serif !important;
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 1.3;
    color: #e9c3ff;
    text-align: center;
}

.landing3-wrap .btn-wrap {
    margin-top: 25px;
}

.landing3-wrap .btn-wrap button {
    font-size: 3rem;
    font-family: 'S-CoreDream-9Black' !important;
    font-weight: 600;
    color: #1a0a32;
    background: #fff;
    letter-spacing: -0.05em;
    width: 70%;
    padding-left: 35px;
}

.landing2-wrap .btn-wrap button img,
.landing3-wrap .btn-wrap button img {
    width: auto;
    float: right;
    margin-right: 20px;
}

.form-card-wrap,
.form-shoes-wrap {
    text-align: center;
    margin-bottom: 40px;
}

.form-card-wrap img {
    max-width: 40%;
    transition: 0.5s;
}


.form-card-wrap.active img {
    max-width: 90%;
}

.landing2-wrap .qs-txt-wrap p,
.landing3-wrap .qs-txt-wrap p {
    color: #fff;
}

.landing2-wrap .radio-cont-wrap label,
.landing3-wrap .radio-cont-wrap label {
    background: #fff;
    box-shadow: 2px 3px 8px #000;
   /* border: 0;*/
}

.landing3-wrap .radio-cont-wrap label:hover {
    background: #654a3d;
}

.landing2-wrap .kakao-box .kakao-txt, 
.landing2-wrap .kakao-box .last-txt,
.landing3-wrap .kakao-box .kakao-txt, 
.landing3-wrap .kakao-box .last-txt {
    color: #fff;
}

.landing2-wrap #btnK,
.landing3-wrap #btnK {
    box-shadow: none;
}

.topImg{width:65%;}

/**** ...taro landing css *****/
@media screen and (max-width: 360px) {
    html {
        font-size: 9px;
    }
} 
@media screen and (max-width: 320px) {
    html {
        font-size: 8px;
    }

    .landing3-wrap .intro-txt-wrap {
        margin-top: 13px;
    }

}