/*@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500&display=swap');*/
@import url('//fonts.googleapis.com/earlyaccess/notosanskr.css');
@import url('/assets/font/gmarket.css');

/* 공통 CSS */
body, html {
    width: 100%;
    height: 100%;
    font-size: 100%;
}
body {
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 300;
    box-sizing: border-box;
}
a {
    text-decoration: none;
    color: #000;
}

.row {display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap; margin-left: -5px; margin-right: -5px}
.row>[class*=col-] {padding-left: 5px;padding-right: 5px;box-sizing: border-box;}
.row .col-1 {flex: 0 0 8.333%;}
.row .col-2 {flex: 0 0 16.666%;}
.row .col-3 {flex: 0 0 25%}
.row .col-4 {flex: 0 0 33.333%}
.row .col-5 {flex: 41.666%}
.row .col-6 {flex: 0 0 50%}
.row .col-7 {flex: 58.333%}
.row .col-8 {flex: 0 0 66.666%}
.row .col-9 {flex: 0 0 75%}
.row .col-10 {flex: 0 0 83.333%}
.row .col-11 {flex: 0 0 91.666%}
.row .col-12 {flex: 0 0 100%}

.mt-10 {margin-top: 10px}
.mb-10 {margin-bottom: 10px}
.ml-10 {margin-left: 10px}
.mr-10 {margin-right: 10px}
.tc {text-align: center !important;}

button {outline: none;cursor: pointer;font-family: 'Noto Sans KR';}

.mobile {
    display: none;
}
section {
    position: relative;
    height: 100%;
    /* display: flex; */
    /* align-items: center; */
}
section img {width: 100%;}
section .content {
    max-width: 1240px;
    padding: 0 20px;
    margin: 0px auto;
    position: relative;
    box-sizing: border-box;
}

#main {
    background-color: #5854c9;
    height: unset;
}
#main .content {
    padding-top: 50px;
    padding-bottom: 410px;
    z-index: 3;
    /* width: 1240px; */
}
#main .logo {
    width: 20vw;
    max-width: 100px;
}
#main .logo img {}
#main .text {
    margin-top: 8%;
    color: #fff;
}
#main .text .title {
    font-size: 55px;
    line-height: 1.2em;
    font-family: GmarketSansL;
}
#main .text .title span {
    display: inline-block;
}
#main .text .title strong {
    font-family: GmarketSansB;
}
#main .text .info {
    margin-top: 40px;
    font-weight: 400;
    left: 40px;
    font-size: 20px;
    line-height: 1.5em;
    letter-spacing: -0.5px;
}
#main .text .btnArea {
    margin-top: 40px;
}
#main .text .btnArea a {
    display: inline-block;
    width: 170px;
    height: 50px;
    background-color: #e8480a;
    border-radius: 15px;
    margin-right: 15px;
    box-sizing: border-box;
    text-align: center;
    padding-top: 10px;
    box-shadow: 2px 2px 5px 0px #0005;
}
#main .text .btnArea a img {
    width: 130px;
}
#main .phone {
    position: absolute;
    top: 480px;
    right: 0;
    width: 800px;
}
#main .phone img {}
#main .sun {
    position: absolute;
    top: 400px;
    right: 0;
    /*animation:sun 30s forwards linear;
    animation-iteration-count: infinite;*/
}

/*@keyframes sun {
    from {transform:rotate(0deg)}
    to {transform:rotate(360deg)}
}*/

#main .sun img {}
#main .cloud {
    position: absolute;
    top: 510px;
    right: 60px;
    opacity: 0;
    animation:cloud 30s forwards linear;
    animation-iteration-count: infinite;
}
@keyframes cloud {
    from {transform: translateX(0); opacity: 0}
    10% {opacity: 1}
    75% {opacity: 1}
    to {transform: translateX(-300px); opacity: 0}
}
#main .cloud img {}
#main .back {
    position: absolute;
    bottom: 0;
    background-color: #fff;
    z-index: 1;
    height: 400px;
    width: 100%;
}
#main .back img {}

#nobel {
    padding-top: 300px;
    padding-bottom: 150px;
    height: unset;
}
#nobel .content {
    width: 1100px;
}
#nobel .percent {
    display: flex;
    justify-content: space-between;
}
#nobel .percent .box {
    width: 48%;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 55px 0;
}
#nobel .percent .box p {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 28px;
}
#nobel .percent .box p span {
    position: relative;
    display: inline-block;
}
#nobel .percent .box p span::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 16px;
    right: 0;
    bottom: -2px;
    z-index: -1;
}
#nobel .percent .box h2 {
    font-size: 60px;
    font-family: GmarketSansB;
}
#nobel .percent .gray {}
#nobel .percent .gray p {
    color: #888888;
}
#nobel .percent .gray p span {}
#nobel .percent .gray p span::after {
    background-color: #edeef0;
}
#nobel .percent .gray h2 {}
#nobel .percent .red {
    color: #e8480a;
}
#nobel .percent .red p {}
#nobel .percent .red p span {}
#nobel .percent .red p span::after {
    background-color: #fbe4d9;
}
#nobel .percent .red h2 {}
#nobel .banner {
    background-color: #e8480a;
    color: #fff;
    margin-top: 30px;
    border-radius: 10px;
    text-align: center;
    font-size: 35px;
    padding: 65px 0;
    position: relative;
    overflow: hidden;
}
#nobel .banner .title {
    line-height: 45px;
    font-weight: 400;
    font-family: GmarketSansM;
}
#nobel .banner .title strong {
    font-family: GmarketSansB;
}
#nobel .banner .name {
    font-size: 17px;
    color: #fae100;
    margin-top: 20px;
    font-family: 'GmarketSansM';
}
#nobel .banner .icon {
    background-image: url('/assets/images/landing/text_bg.png');
    position: absolute;
    width: 60px;
    height: 60px;
}
#nobel .banner .triangle {
    background-position-x: -120px;
    top: 30px;
    left: 150px;
}
#nobel .banner .rhombus {
    background-position-x: -180px;
    top: 30px;
    right: 140px;
}
#nobel .banner .donut {
    background-position-x: -60px;
    bottom: 10px;
    left: 50px;
}
#nobel .banner .round {
    background-position-x: 0;
    bottom: -20px;
    right: 210px;
}

#talk {
    margin-top: 120px;
    background-color: #f9f8fb;
    /* padding-top: 100px; */
    height: 100%;
    /* max-height: 1000px; */
    overflow: hidden;
}
#talk .content {
    height: 100%;
    overflow: hidden;
}
#talk .session {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: absolute;
    width: 100%;
}
#talk .session .text {
    flex: 5;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#talk .session .banner {
    flex: 7;
    position: relative;
}
#talk .session .title {
    font-family: 'GmarketSansL';
    font-size: 45px;
    text-align: center;
    line-height: 56px;
}
#talk .session .title strong {
    font-family: GmarketSansB;
}
#talk .session .info {
    margin-top: 20px;
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    font-weight: 400;
}
#talk .session .phone {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 400px;
    top: 0;
    box-shadow: 20px 47px 30px #adadad80;
    z-index: 3;
}
#talk .session .phone2 {position: absolute;right: 50%;width: 300px;top: 100px;box-shadow: 20px 47px 30px #adadad80;z-index: 2;opacity: 0.5;}
#talk .session .phone3 {position: absolute;left: 50%;width: 300px;top: 100px;box-shadow: 20px 47px 30px #adadad80;z-index: 2;opacity: 0.5;}
#talk .session .phone img {}
#talk .session .talk {
    position: absolute;
    left: 50%;
    top: 345px;
    transform: translateX(-50%);
    width: 340px;
    z-index: 5;
}
#talk .session .talk img {}

#talk .step1 {
    /*display: none;*/
    z-index: 3;
}
#talk .step2 {
    /* display: none; */
    z-index: 2;
}
#talk .step3 {
    /*display: none;*/
    z-index: 1;
}

#talkPhone1 {
}
#talkPhone2 {
}
#talkBox2 {
    display: none;
}
#talkPhone3 {
    z-index: 1;
}
#talkBox3 {
    position: absolute;
    left: 50%;
    transform: translateX(-133px);
    width: 246px;
    top: 136px;
    z-index: 4;
}
#answerBox {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 345px;
    top: 270px;
    z-index: 4;
    border: 1px solid #777;
    border-radius: 10px;
}

#book {
    display: flex;
    align-items: center;
}
#book .content {
    width: 1240px;
}
#book .bookArea {
    display: flex;
}
#book .bookArea li {
    width: 50%;
    position: relative;
}
#book .bookArea .bookPhone {}
#book .bookArea .bookPhone img {}
#book .bookArea .bookPhone .phone {
    width: 350px;
    margin: 0 auto;
}
#book .bookArea .bookPhone .book1 {
    position: absolute;
    z-index: 2;
    width: 450px;
    left: 50%;
    top: 300px;
    transform: translateX(-50%);
}
#book .bookArea .bookPhone .book2 {
    position: absolute;
    width: 174px;
    left: 50%;
    top: 401px;
    z-index: 2;
    transform: translateX(-92px);
    /* display: none; */
}
#book .bookArea .bookPhone .book3 {
    position: absolute;
    width: 146px;
    left: 50%;
    top: 401px;
    z-index: 3;
    transform: translateX(66px);
    /* display: none; */
}
#book .bookArea .bookPhone .book4 {
    position: absolute;
    width: 350px;
    left: 50%;
    top: 465px;
    z-index: 4;
    transform: translateX(-250px);
}
#book .bookArea .bookPhone .book5 {
    position: absolute;
    width: 350px;
    left: 50%;
    top: 520px;
    z-index: 5;
    transform: translateX(-90px);
}
#book .bookArea .info {
    box-sizing: border-box;
    padding-left: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#book .bookArea .info .line {
    display: inline-block;
    width: 25px;
    height: 6px;
    background-color: #e8480a;
    margin-bottom: 45px;
}
#book .bookArea .info .title {
    font-size: 45px;
    font-weight: 400;
    line-height: 56px;
    margin-bottom: 45px;
}
#book .bookArea .info .text {
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    font-weight: 400;
}

#bmi {
    display: flex;
    align-items: center;
}
#bmi .content {
    width: 1240px;
}
#bmi .bmiArea {
    display: flex;
    flex-direction: row-reverse;
}
#bmi .bmiArea li {
    width: 50%;
    position: relative;
}
#bmi .bmiArea .bmiPhone {}
#bmi .bmiArea .bmiPhone img {}
#bmi .bmiArea .bmiPhone .phone {
    width: 350px;
    margin: 0 auto;
}
#bmi .bmiArea .bmiPhone .bmi1 {
    position: absolute;
    z-index: 2;
    width: 140px;
    left: 50%;
    top: 56px;
    transform: translateX(59px);
}
#bmi .bmiArea .bmiPhone .bmi2 {
    position: absolute;
    width: 163px;
    left: 50%;
    top: 242px;
    z-index: 3;
    transform: translateX(-81px);
}
#bmi .bmiArea .bmiPhone .bmi3 {
    position: absolute;
    width: 340px;
    left: 50%;
    top: 260px;
    z-index: 4;
    transform: translateX(-10px);
}
#bmi .bmiArea .info {box-sizing: border-box;padding-left: 130px;display: flex;flex-direction: column;justify-content: center;}
#bmi .bmiArea .info .line {
    display: inline-block;
    width: 25px;
    height: 6px;
    background-color: #e8480a;
    margin-bottom: 45px;
}
#bmi .bmiArea .info .title {
    font-size: 45px;
    font-weight: 400;
    line-height: 56px;
    margin-bottom: 45px;
}
#bmi .bmiArea .info .text {
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    font-weight: 400;
}

#download {
    background-color: #5854c9;
    color: #fff;
    height: unset;
}
#download .content {
    width: 1240px;
}
#download .downloadArea {
    display: flex;
    flex-direction: row-reverse;
}
#download .downloadArea li {
    width: 50%;
    height: 700px;
    box-sizing: border-box;
}
#download .downloadArea .downloadPhone {
    position: relative;
}
#download .downloadArea .downloadPhone .phone {
    position: absolute;
    width: 380px;
    left: 50%;
    bottom: -1px;
    transform: translateX(-50%);
}
#download .downloadArea .downloadPhone .phone img {}
#download .downloadArea .info {display: flex;flex-direction: column;justify-content: center;padding-left: 100px;}
#download .downloadArea .info .title {
    font-size: 45px;
    font-family: GmarketSansL;
    line-height: 56px;
}
#download .downloadArea .info .title strong {
    font-family: 'GmarketSansB';
}
#download .downloadArea .info .title span {}
#download .downloadArea .info .title span::after {
    content: "";
    display: block;
}
#download .downloadArea .info .text {
    font-size: 18px;
    line-height: 30px;
}
#download .downloadArea .btnArea {
    margin-top: 40px;
}
#download .downloadArea .btnArea a {
    display: inline-block;
    width: 170px;
    height: 50px;
    background-color: #e8480a;
    border-radius: 15px;
    margin-right: 15px;
    box-sizing: border-box;
    text-align: center;
    padding-top: 10px;
    box-shadow: 2px 2px 5px 0px #0005;
}
#download .downloadArea .btnArea a img {
    width: 130px;
}

#footer {
    height: unset;
}
#footer .content {
    padding: 30px 0;
    display: flex;
    align-items: center;
}
#footer .logo {
    width: 90px;
}
#footer .logo img {}
#footer .address {
    padding-left: 40px;
    color: #888;
    font-size: 14px;
    line-height: 22px;
}
#footer .address span {
    margin-right: 10px;
}
#footer .address span a {}

@media screen and (max-width: 768px) {
    body {overflow-x: hidden;}

    .mobile {
        display: unset !important;
    }
    section {
        width: 100%;
        /* overflow-x: hidden; */
        box-sizing: border-box;
    }
    section .content {width: unset !important;}
    #main .content {
        padding-top: 30px;
        padding-bottom: 170px;
    }
    #main .text {
        margin-top: 50px;
        position: relative;
        z-index: 2;
    }
    #main .text .title {
        font-size: 5.5vw;
    }
    #main .text .title strong {
    }
    #main .text .info {
        font-size: 4vw;
        margin-top: 10px;
    }
    #main .text .btnArea {
        display: flex;
        justify-content: space-between;
        margin-top: 40px;
    }
    #main .text .btnArea a {
        margin-right: 0;
        width: 48%;
        display: flex;
        align-items: center;
        padding: 0;
        justify-content: center;
    }
    #main .text .btnArea a img {
        width: 70%;
        max-width: 120px;
    }
    #main .phone {
        position: relative;
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
        top: 80px;
    }
    #main .sun {
        width: 15%;
        /* max-width: 60px; */
        right: 20px;
        top: 370px;
        /* bottom: 380px; */
        z-index: 1;
    }
    #main .cloud {
        width: 100%;
        top: unset;
        right: -70px;
        bottom: 290px;
    }
    #main .back {
        width: 150%;
        right: 0;
        height: 250px;
    }

    #nobel {
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 100px;
    }
    #nobel .content {
        width: unset;
        overflow: hidden;
    }
    #nobel .percent {
        flex-direction: column;
    }
    #nobel .percent .box {
        padding: 20px 0;
        width: 100%;
        margin-top: 20px;
    }
    #nobel .percent .box p {
        font-size: 5vw;
        line-height: 1.2em;
        margin-bottom: 10px;
    }
    #nobel .percent .box p span {
    }
    #nobel .percent .box p span::after {
    }
    #nobel .percent .box h2 {
        font-size: 12vw;
    }
    #nobel .percent .gray {}
    #nobel .percent .gray p {
    }
    #nobel .percent .gray p span {}
    #nobel .percent .gray p span::after {
    }
    #nobel .percent .gray h2 {}
    #nobel .percent .red {
    }
    #nobel .percent .red p {}
    #nobel .percent .red p span {}
    #nobel .percent .red p span::after {
    }
    #nobel .percent .red h2 {}
    #nobel .banner {
        margin-top: 20px;
        padding: 65px 10px;
    }
    #nobel .banner .title {
        font-size: 6.5vw;
        line-height: 1.3em;
    }
    #nobel .banner .title strong {
    }
    #nobel .banner .name {
        font-size: 3.6vw;
    }
    #nobel .banner .icon {
    }
    #nobel .banner .triangle {
        left: 60px;
        top: 15px;
    }
    #nobel .banner .rhombus {
        right: 10px;
        top: 22px;
    }
    #nobel .banner .donut {
        left: 20px;
        bottom: 0px;
    }
    #nobel .banner .round {
        right: 30px;
    }

    #talk {
        margin-top: 0;
        /* padding: 0 20px; */
        /* background-color: unset; */
        height: unset;
        overflow: auto;
    }
    #talk .content {
        /* padding: 0 20px; */
        padding: 50px 0;
        height: unset;
    }
    #talk .session {
        padding: 50px 20px;
        box-sizing: border-box;
        display: block;
        position: unset;
    }
    #talk .session .text {
    padding-bottom: 50px;
    }
    #talk .session .banner {
    }
    #talk .session .title {
        width: 100%;
        box-sizing: border-box;
        font-size: 6.2vw;
        line-height: 1.3em;
    }
    #talk .session .title strong {
    }
    #talk .session .title br {
        display: none;
    }
    #talk .session .info {
        font-size: 2.2vh;
        line-height: 1.4em;
        width: 100%;
        box-sizing: border-box;
        text-align: justify;
    }
    #talk .session .info br {
        display: none;
    }
    #talk .session .phone {
        width: 240px;
        box-shadow: none;
        position: relative;
    }
    #talk .session .phone2 {
        width: 200px;
        top: 70px;
        transform: translateX(15%);
        box-shadow: none;
    }
    #talk .session .phone3 {
        width: 200px;
        top: 70px;
        transform: translateX(-15%);
        box-shadow: none;
    }
    #talk .session .phone img {}
    #talk .session .talk {
        width: 205px;
        top: 205px;
    }
    #talk .session .talk img {}
    #talkPhone1 {
    }
    #talkPhone2 {
    }
    #talkBox2 {
        position: absolute;
        left: 50%;
        top: 150px;
        transform: translateX(-50%);
        width: 280px;
        z-index: 5;
        display: block;
    }
    #talkPhone3 {
    }
    #talkBox3 {
        transform: translateX(-79px);
        width: 145px;
        top: 83px;
    }
    #answerBox {
        transform: translateX(-50%);
        width: 215px;
        top: 180px;
    }

    #book {
        height: unset;
        overflow: hidden;
    }
    #book .content {
        padding: 30px 20px 30px;
    }
    #book .bookArea {
        flex-direction: column-reverse;
    }
    #book .bookArea li {
        width: 100%;
    }
    #book .bookArea .bookPhone {
        padding: 50px 0;
    }
    #book .bookArea .bookPhone img {}
    #book .bookArea .bookPhone .phone {
        width: 200px;
    }
    #book .bookArea .bookPhone .book1 {
        top: 220px;
        width: 260px;
    }
    #book .bookArea .bookPhone .book2 {
        width: 100px;
        top: 278px;
        transform: translateX(-50px);
        /* display: none; */
    }
    #book .bookArea .bookPhone .book3 {
        width: 83px;
        top: 278px;
        transform: translateX(42px);
        /* display: none; */
    }
    #book .bookArea .bookPhone .book4 {
        width: 230px;
        top: 315px;
        transform: translateX(-160px);
    }
    #book .bookArea .bookPhone .book5 {
        width: 230px;
        top: 345px;
        transform: translateX(-65px);
    }
    #book .bookArea .info {
        padding: 0;
    }
    #book .bookArea .info .line {
        margin: 0 auto 30px;
    }
    #book .bookArea .info .title {
        font-size: 6vw;
        line-height: 1.4em;
        text-align: center;
        margin-bottom: 20px;
    }
    #book .bookArea .info .title .none{
        display: none;
    }
    #book .bookArea .info .text {
        font-size: 4vw;
        text-align: justify;
        line-height: 1.6em;
    }
    #book .bookArea .info .text br {
        display: none;
    }

    #bmi {height: unset;overflow: hidden;}
    #bmi .content {
        padding: 30px 20px 70px;
    }
    #bmi .bmiArea {
        /* flex-direction: column; */
        flex-direction: column-reverse;
    }
    #bmi .bmiArea li {
        width: 100%;
    }
    #bmi .bmiArea .bmiPhone {
        margin-top: 50px;
    }
    #bmi .bmiArea .bmiPhone img {}
    #bmi .bmiArea .bmiPhone .phone {
        width: 200px;
    }
    #bmi .bmiArea .bmiPhone .bmi1 {
        width: 80px;
        top: 33px;
        transform: translateX(35px);
    }
    #bmi .bmiArea .bmiPhone .bmi2 {
        width: 93px;
        top: 138px;
        transform: translateX(-46px);
    }
    #bmi .bmiArea .bmiPhone .bmi3 {
        width: 230px;
        width: 60%;
        top: 145px;
        transform: translateX(-2%);
    }
    #bmi .bmiArea .info {
        padding: 0;
    }
    #bmi .bmiArea .info .line {
        margin: 0 auto 30px;
    }
    #bmi .bmiArea .info .title {
        font-size: 6vw;
        line-height: 1.4em;
        text-align: center;
        margin-bottom: 20px;
    }
    #bmi .bmiArea .info .title .none {
        display: none;
    }
    #bmi .bmiArea .info .text {
        font-size: 4vw;
        text-align: justify;
        line-height: 1.6em;
    }
    #bmi .bmiArea .info .text br {
        display: none;
    }

    #download {
        height: unset;
    }
    #download .content {
        padding: 80px 20px 0;
    }
    #download .downloadArea {
        flex-direction: column-reverse;
    }
    #download .downloadArea li {
        width: 100%;
        height: unset;
    }
    #download .downloadArea .downloadPhone {
        margin-top: 80px;
    }
    #download .downloadArea .downloadPhone .phone {
        width: 240px;
        position: relative;
    }
    #download .downloadArea .downloadPhone .phone img {}
    #download .downloadArea .info {
        padding: 0;
    }
    #download .downloadArea .info .title {
        font-size: 6vw;
        line-height: 1.4em;
        text-align: center;
        margin-bottom: 20px;
    }
    #download .downloadArea .info .title br {
        display: none;
    }
    #download .downloadArea .info .title strong {
    }
    #download .downloadArea .info .title span {}
    #download .downloadArea .info .title span::after {
    }
    #download .downloadArea .info .text {
        font-size: 4vw;
        text-align: justify;
        line-height: 1.6em;
    }
    #download .downloadArea .btnArea {
        display: flex;
        justify-content: space-between;
        margin-top: 40px;
    }
    #download .downloadArea .btnArea a {
        margin-right: 0;
        width: 48%;
        display: flex;
        align-items: center;
        padding: 0;
        justify-content: center;
    }
    #download .downloadArea .btnArea a img {
        width: 70%;
        max-width: 120px;
    }

    #footer {}
    #footer .content {
        padding: 20px 0;
    }
    #footer .logo {
        flex: 3;
        text-align: center;
    }
    #footer .logo img {
        width: 50px;
    }
    #footer .address {
        flex: 9;
        padding: 0;
        font-size: 12px;
        line-height: 1.4em;
    }
    #footer .address br {
        display: none;
    }
    #footer .address span {
        display: block;
    }
    #footer .address span a {}
}