
@font-face {
    font-family: 'YeogiOttaeJalnanGothic';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_231029@1.1/JalnanGothic.woff') format('woff');
    font-weight: normal;
    font-display: swap;
}


/* .container{padding-top:40px;padding-bottom:40px;} */


.main-sec {
    height:100vh;
    background:url(../img/main-bg.png) no-repeat center center / cover; 
}

.bubble {
    position: relative;
    width:100%;
    height:58vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:15px 30px;
    /* background:url(../img/bubble.png) no-repeat center center / cover; */
}

.bubb-text {
    position: relative;
    z-index: 1;
    margin-bottom:40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap:10px;
}

.logo {
    width:50%;
    margin:0 auto;
}

.bubb-text p {
    font-family: 'YeogiOttaeJalnanGothic';
    color:#6D9CEA;
    font-size:22px;
    margin-bottom:5px;
    margin-top:5px;
}

.bubb-text h2 {
    font-family:'YeogiOttaeJalnanGothic';
    color:#4E7CCA;
    font-size:52px;
}

.bubb-text h3 {
    font-size:20px;
    color:#888;
    line-height:1.4;
    margin-bottom:10px;
}

.bubb-text span {
    font-size:20px;
    padding:10px 30px;
    border-radius:5px;
    background:#4E7CCA;
    color:#fff;
    display: flex;
    gap:5px;
}


.bubb { 
    background:url(../img/bubble2.png) bottom;
    height:58vh;
    width:100%;
    position:absolute;
    top:0; 
    z-index: 0;
}

.character { 
    width:100%;
    height:42vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.character figure {
    width: 72%;
}

.character figure img {width:100%;object-fit: contain;}


@media (min-width:768px) {

    

.main-sec {
    height:100vh;
    background:url(../img/main2.png) no-repeat center center / cover; 
}

    .Wrap.survey-index {
        max-width: 1200px;
        min-height: 100vh;
        height: auto;
        box-shadow: 0 16px 40px #00000014;
        background: #fff;
        padding: 0;
    }

    .Wrap.survey-index.sub-wrap {
        padding: 0;
    }

    .Wrap.survey-index .main-sec {
        min-height: 100vh;
        height: auto;
        display: grid;
        grid-template-columns: 1.5fr 1fr;
        align-items: center;
        padding: 30px;
        gap: 32px;
    }

    .Wrap.survey-index .bubble {
        height: auto;
        min-height: 530px;
        padding: 0 24px; 
        background:#fff;border-radius:50px;border:2px solid #333;
        position:relative;
    }

    .Wrap.survey-index .bubb {
        height: 100%;
        background-size: cover;
        background-position: center;
        border-radius: 24px;
        overflow: hidden;
        background:none;
    }

    

    .bubble:after {
        display:block;
        content:"";
        width:30px;height:30px;
        background:#fff;
        border-right:2px solid #333;
        border-bottom:2px solid #333;
        position:absolute;
        right:-17px;
        top:60%;
        transform:rotate(-45deg);

    }

    .character figure img {width:100%;margin:200px auto 0;}

    .Wrap.survey-index .bubb-text {
        margin-bottom: 0;
        gap: 16px;
    }

    .Wrap.survey-index .logo {
        width: 38%;
    }


    .Wrap.survey-index .bubb-text h3 {
        font-size: 20px;
        margin-bottom: 14px;
    }

    .Wrap.survey-index .bubb-text span {
        font-size: 22px;
        padding: 14px 34px;
        border-radius: 10px;
    }

    .Wrap.survey-index .character {
        height: auto;
    }

    .Wrap.survey-index .character figure {
        width: 100%;
        max-width: 480px;
    }
}




@media (min-width:1024px) {

    
    .Wrap.survey-index .bubb-text h3 {
        font-size: 24px;
        margin-bottom: 14px;
    }

    .Wrap.survey-index .bubb-text h2 {
        font-size: 66px;
    }

    
    .Wrap.survey-index .bubb-text p {
        font-size: 28px;
    }

    .character figure img {width:80%;margin:200px auto 0;}


    
    .Wrap.survey-index .main-sec { 
        grid-template-columns: 1.1fr 0.9fr; 
        padding: 40px;
    }

    
    .Wrap.survey-index .bubble {border-radius:100px;
    }

}


@media (max-width:480px) {

    
    .bubb-text {
        margin-bottom:40px; 
        gap:10px;
    }

    .logo {
        width:45%;
        margin:0 auto;
    }

    .bubb-text p {
        font-family: 'YeogiOttaeJalnanGothic';
        color:#6D9CEA;
        font-size:16px;
        margin-bottom:5px;
    }

    .bubb-text h2 {
        font-family:'YeogiOttaeJalnanGothic';
        color:#4E7CCA;
        font-size:38px;
    }

    .bubb-text h3 {
        font-size:16px;
        color:#888;
        line-height:1.4;
        margin-bottom:10px;
    }

    .bubb-text span {
        font-size:16px;
        padding:10px 20px 10px 25px;
        border-radius:5px;
        background:#4E7CCA;
        color:#fff;
    }

    .bubb-text span i {
        font-size:18px;
    }


}











