/****** 커플(couple) 랜딩페이지 css ******/

* {
    font-family: 'NanumSquare', sans-serif !important;
}

html {
    font-size: 10px;
    overflow-x: hidden;
    max-width: 750px;
    margin: 0 auto;
    background: #000;
}

div.on {
    opacity: 1 !important;
    transform: none !important;
}

.wrap-comm iframe {
    display: none;
}

input[type="radio"] {
    display: none;
}

.landing1-wrap {
    box-sizing: border-box;
    min-height: 100vh;
    padding: 50px 0;
}

.landing-intro,
.landing-form {
    opacity: 0;
    transition: 0.5s;
}

.landing-intro {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    transform: translateX(-50px);
}

.landing-form {
    transform: translateX(50px);
    padding: 30px 0;
}

.intro-tit-wrap {
    text-align: center;
    opacity: 0;
    transform: scale(0.4);
    transition: 0.5s;
}

.intro-tit-wrap p {
    font-size: 1.7rem;
    font-weight: 800;
    color: #000;
    margin-bottom: 20px;
}

.intro-tit-wrap h1 {
    font-size: 4.2rem;
    font-weight: 400;
    color: #000;
    letter-spacing: -0.05em;
    line-height: 1.05;
}

.intro-tit-wrap h1 span {
    font-size: 6rem;
    font-weight: 900;
    color: #78004d;
}

.ani-wrap {
    position: relative;
    min-height: 49vh;
    margin-bottom: -35px;
    opacity: 0;
    transition: 0.5s;
    transition-delay: 1s;
}

#ani-heart {
    max-height: 275px;
    position: absolute;
    width: 42%;
    top: 4%;
    left: 50%;
    transform: translateX(-50%);
}

#ani-couple {
    width: 175%;
    height: calc(55vh - 60px);
    max-height: 340px;
    margin-left: calc(50% - 88%);
}

.intro-txt-wrap {
    text-align: center;
    color: #000;
    margin-bottom: 20px;
    opacity: 0;
    transform: translateY(-30px);
    transition: 0.5s;
    transition-delay: 0.5s;
}

.btn-wrap {
    opacity: 0;
    transform: translateY(-30px);
    transition: 0.5s;
    transition-delay: 0.5s;
}

.intro-txt-wrap strong {
    font-weight: 900;
    font-size: 1.55rem;
    letter-spacing: -0.1em;
}

.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;
}

.landing-form {
    display: none;
    width: 100%;
    position: relative;
    padding: 35px 0;
}

.form-ani-wrap {
    position: relative;
}

#form-ani {
    width: 50%;
    height: 100px;
    margin: 0 auto;
    transition: 0.5s;
}

#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-size: 3rem;
    font-weight: 600;
    color: #78004D;
    margin-bottom: 10px;
    line-height: 1.3;
}

.qs-txt-wrap span {
    display: block;
    font-size: 1.2rem;
    color: #fff;
    background: #78004d;
    width: 40%;
    padding: 5px 0;
    margin: 0 auto;
    border-radius: 30px;
}

.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: #78004d;
    font-weight: 800;
    border: 3px solid #78004d;
    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: #78004d;
}

.kakao-box {
    display: none;
}

.kakao-box .kakao-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;
}

.last-cont {
    display: none;
}

.last-cont p {
    color: #000;
    font-weight: 600;
    text-align: center;
    line-height: 1.3;
    letter-spacing: -0.05em;
    word-break: keep-all;
}

.last-cont .last-txt {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.last-cont .last-txt2 {
    font-size: 2.3rem;
}

.kakao-btn-wrap,
.link-wrap {
    text-align: center;
    margin-top: 25px;
}

#btnK {
    background: #fae100;
    border-radius: 30px;
    font-family: 'Noto Sans KR', sans-serif !important;
    width: 90%;
    padding: 7px 0;
    box-shadow: 0 5px 7px #ccc;
    color: #000;
}

#btnK > span {
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}

#btnK .xi-kakaotalk {
    font-size: 3.8rem;
    margin: -1px 5px 0 0;
}

#btnK .btn-txt {
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: -0.05em;
}

.link-wrap a {
    background: #78004d;
    border-radius: 30px;
    color: #fff;
    font-size: 1.8rem;
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 17px 0;
}


/** mq **/

@media screen and (max-width: 380px) {
    html {
        font-size: 9px;
    }
} 
@media screen and (max-width: 320px) {
    html {
        font-size: 8px;
    }
}

@media screen and (max-width: 300px) {
    html {
        font-size: 7px;
    }
}