@charset "utf-8";

* { margin: 0; padding: 0; box-sizing: border-box; }
a { color: #222; text-decoration: none; }
a:hover { color: #fff; text-decoration: none; }

.blue { color: #0088d5; }
.green { color: #92D050; }
.green2 { color: #07BE20; }
.orange { color: #FF8B00; }
.yellow { color: #FFFF00;}

#wrap { 
    width: 100%;
    height: 100%;
    overflow: hidden;
}

body {
    font-size: 14px;
    box-sizing: border-box;
}
/* ==============================
#header
============================== */
#header {
    width: 100%;
    height: 100px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    top: 0;
}
#header nav {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100px;
    z-index: 9999;
    transition: background-color 0.4s ease;
}
#header nav.active {
    background: #fff;
}
#header .nav .nav-wrap {
    position: relative;
    width: 100%;
    max-width: 1440px;
    height: 100px;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    padding: 0 60px;
    box-sizing: border-box;
}
#header nav .logo a {
    width: 225px;
    height: auto;
    display: block;
}

/* header : gnb-menu */
#header .gnb-menu {
    margin-left: 56px;
    display: flex; 
    align-items: flex-end;
    gap: 10px;
    margin-bottom: .5rem;
    flex: 0.4;
}
#header .gnb-menu li {
    width: 100%;
}
#header .gnb-menu li a {
    display: inline-block;
    width: 100%;
    height: 30px;
    text-align: center;
    color: #222;
    font-size: 18px;
    font-weight: 500;
}
#header .gnb-menu li a:hover {
    text-decoration: none;
}

/* header : lnb-menu */
#header .lnb-menu {
    position: absolute;
    right: 72px;
    bottom: 5px;
    display: flex;
    gap: 7px;
    margin-bottom: 0;
}
#header .lnb-menu .get-started-btn.join {
    background: #38B8FF;
}
#header .aside .btn-nav,
#header .mo-btn-nav,
header .mo-nav-menu {
    display: none;
}

/* ==============================
section#visual
============================== */
#visual {
    width: 100%;
    background: url(../images/bg_header.png) no-repeat top right -60px;
}
#visual .container {
    max-width: 1440px;
    height: 947px;
    margin: 0 auto;
    padding: 236px 68px 136px;
}
#visual h2 {
    font-size: 53px;
	font-family: 'GmarketSansBold';
    letter-spacing: -3px;
    color: #222;
    line-height: 1.2;
    margin: 0;
}
    #visual h2 span.blue.gradi {
        background: linear-gradient(90deg, #2EA8FF 0%, #0077B8 100%);
        background-clip: text;
        -webkit-background-clip: text;
        color: transparent;
        padding-right: 5px;
    }
    #visual h2 span.orange.gradi {
        background: linear-gradient(to right, #FF9E32, #FF6A00);
        background-clip: text;
        -webkit-background-clip: text;
        color: transparent;
        padding-right: 5px;
    }
#visual p {
    font-weight: 400;
    font-size: 25px;
    line-height: 32px;
    color: #000;
    margin-bottom: 52px;
}

    
/* ==============================
section#certi
============================== */
    #certi {
        max-width: 1440px;
        margin: 0 auto;
        text-align: center;
        position: relative;
    }
#certi::before {
    display: block;
    content: "";
    position: absolute;
    width: 178px;
    height: 180px;
    left: -97px;
    top: -53px;
    background: url(../images/char_02_deco.png) no-repeat right;
}
section .section-title {
    font-size: 50px;
	font-family: 'GmarketSansBold';
    letter-spacing: -3px;
    color: #222;
    line-height: 62px;
}
    section .section-title span.blue.gradi {
        background: linear-gradient(90deg, #2EA8FF 0%, #0077B8 100%);
        background-clip: text;
        -webkit-background-clip: text;
        color: transparent;
        padding-right: 5px;
    }
    section .section-title span.orange.gradi {
        background-image: linear-gradient(to right, #FF9E32, #FF6A00);
        background-clip: text;
        -webkit-background-clip: text;
        color: transparent;
        padding-right: 5px;
    }
    section .section-title span.green.gradi {
        background-image: linear-gradient(to right, #00CF54, #0AC455);
        background-clip: text;
        -webkit-background-clip: text;
        color: transparent;
        padding-right: 5px;
    }

#certi .con-authn {
    margin-top: 53px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
}
#certi .con-authn li img {
    margin-right: 20px;
}

/* ==============================
section#ebook
============================== */
#ebook {
    width: 100%;
    background: url(../images/bg_ebook.png) no-repeat 0 0;
    background-size: cover;
    position: relative;
}
#ebook::before {
    display: block;
    content: "";
    position: absolute;
    top: 7%;
    right: 10%;
    width: 199px;
    height: 192px;
    background: url(../images/char_04.svg) no-repeat 0 0;
}
#ebook .ebook-wrap {
    max-width: 1440px;
    margin: 0 auto;
    padding-top: 480px;
    padding-bottom: 130px;
    text-align: center;
}
#ebook .ebook-con {
    margin-top: 75px;
    display: flex;
    justify-content: center;
    position: relative;
}

/* ==============================
section#contents
============================== */
#contents .contents-list {
    width: 100%;
    background: #D9F5FF;
    position: relative;
}
#contents .contents-list.conli02 {
    background: #EBFAE5;
}
#contents .contents-list .contents-wrap {
    padding: 136px 0 160px;
    margin: 0 auto;
    max-width: 1440px;
    text-align: center;
}
.contents-wrap .list-con {
    padding: 45px 74px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 40px;
}
.list-con li {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    position: relative;
}
.list-01 .list-con li::before {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 128px;
    height: 128px;
    border-radius: 50%;
    background: url(../images/icon_beforeR.png) no-repeat 0 0;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
    z-index: 1;
}
.list-01 .list-con li:nth-of-type(2)::before {
    background: url(../images/icon_afterR.png) no-repeat 0 0;
}
.list-con li div {
    width: 50%;
    /* min-height: 495px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    background: #fff;
    border-radius: 40px;
    padding: 0 47px 47px;
}
.list-con li div h5 {
    width: 90%;
    height: 70px;
    background: #1D91F0;
    border-radius: 0 0 40px 40px;
    line-height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 26px;
    font-family: 'GmarketSansBold';
}
.list-con li div img {
    width: 100%;
    height: 100%;
}
.list-con li:last-child div h5 {
    background: #FF8201;
}
.list-02 .list-con li:last-child div h5 {
    background: #0AC455;
}
.list-02 h4 { position: relative; }
.list-02 h4::after {
    display: block;
    content: "";
    right: 227px;
    top: -104%;
    width: 145px;
    height: 153px;
    position: absolute;
    background: url(../images/char_05.png) no-repeat 0 0;
    background-size: cover;
}

.conli01 .list-01 .list-con li:nth-of-type(2) div:last-child {
    position: relative;
}
.conli01 .list-01 .list-con li:nth-of-type(2) div:last-child::before {
    display: block;
    content: "";
    position: absolute;
    right: -200px;
    bottom: -127px;
    width: 268px;
    height: 230px;
    background: url(../images/char_02_deco.png) no-repeat 0 0;
    z-index: 1;
}

/* ==============================
section#sample
============================== */
#sample {
    position: relative;
    max-width: 1440px;
    /* height: 860px; */
    margin: 0 auto;
    padding-top: 164px;
    text-align: center;
}
#sample::after {
    display: block;
    content: "";
    position: absolute;
    right: 15%;
    transform: translateX(-50%);
    top: 127px;
    width: 134px;
    height: 124px;
    background: url(../images/char_01.png) no-repeat 0 0;
}
section ul li.section-text {
    font-size: 22px;
	font-weight: 400;
}
#sample .swiper {
    width: 100%;
    margin: 70px 0 53px 0;
}
#sample .swiper .swiper-slide {
    /* width: 310px !important;s */
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-slide img {
    display: block;
    width: 310px;
    height: 389px;
    object-fit: cover;
}

#sample button.btn-type02 {
    margin-bottom: 30px;
}

/* ==============================
section#experience
============================== */
#experience {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    padding: 188px 0;
    position: relative;
}
    #experience br {
        display: none;
    }
    #experience::before {
        display: block;
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
        width: 100%;
        height: 900px;
        background: #1873D6;
        clip-path: ellipse(130% 100% at 50% 100%);
        z-index: -1;
    }
#experience .container {
    width: 100%;
    position: relative;
}

#experience .container::before {
    display: block;
    content: "";
    position: absolute;
    left: 6%;
    top: -24%;
    width: 268px;
    height: 230px;
    background: url(../images/char_02.png) no-repeat 0 0;
}
#experience .container::after {
    display: block;
    content: "";
    position: absolute;
    right: 6%;
    top: -28%;
    width: 268px;
    height: 230px;
    background: url(../images/char_02_deco.png) no-repeat 0 0;
}

#experience .container ul {
    padding-top: 30px;
}
#experience .container ul li {
    color: #fff;
}

/* experience : exp-con */
#experience .container .exp-con {
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
    margin-top: 30px;   
    pointer-events: none;
}
#experience .container .exp-con .swiper {
    width: 90%;
    margin-bottom: 14px;
}
#experience .container .exp-con .swiper.mySwiper2 {
    margin-right: 0;
}
#experience .container .exp-con .swiper.mySwiper3 {
    margin-left: 0;
}
#experience .container .exp-con .swiper .swiper-wrapper {
    transition-timing-function: linear !important;
}
#experience .container .exp-con .swiper-slide {
    width: 345px;
    height: 202px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    user-select: none;
    border-radius: 16px;
}
#experience .container .exp-con .swiper-slide ul {
    width: 346px;
    height: 212px;
    padding: 28px 25px;
    text-align: left;
    box-sizing: border-box;
}
#experience .container .exp-con .swiper-slide ul::before {
    display: block;
    content: "";
    right: 20px;
    top: 17px;
    position: absolute;
    width: 75px;
    height: 19px;
    background: url(../images/star.png) 0 0;
}
#experience .container .exp-con .swiper-slide.star3 ul::before {
    width: 56px;
}

#experience .container .exp-con .swiper-slide.star5 ul::before {
    width: 94px;
}

#experience .container .exp-con .swiper-slide ul li {
    word-break: break-all;
    color: #333;
}

#experience .container .exp-con .swiper-slide ul li:first-child {
    font-weight: 700;
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 25px;
}
#experience .container .exp-con .swiper-slide ul li:first-child span {
    font-weight: 500;
    font-size: 15px;
    color: #B2B2B2;
    margin-left: 10px;
}
#experience .container .exp-con .swiper-slide ul li:last-child {
    line-height: 22px;
    font-weight: 500;
    font-size: 17px;
}





/* ==============================
section#lowcost
============================== */
#lowcost {
    width: 100%;
    background: linear-gradient(#E1EEFF, #D1E7FE);
}
#lowcost .lowcost-wrap {
    max-width: 1440px;
    padding: 146px 0;
    margin: 0 auto;
    background: url(../images/bg_lowcost.png) no-repeat 0 0;
    text-align: center;
}
    #lowcost .lowcost-wrap br {
        display: none;
    }
    #lowcost .lowcost-con {
        margin-top: 40px;
        display: flex;
        gap: 45px;
        justify-content: center;
    }
#lowcost .lowcost-con li {
    width: 328px;
    height: 302px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 40px;
    background: #fff;
    border-radius: 40px;
    font-size: 28px;
    font-weight: 700;
	font-family: 'GmarketSansBold';
    position: relative;
}
#lowcost .lowcost-con li::before {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 97px;
    width: 190px;
    height: 165px;
    background: url(../images/icon_low01.png) no-repeat 0 0;
}
#lowcost .lowcost-con li:nth-of-type(2)::before {
    background: url(../images/icon_low02.png) no-repeat 0 0;
}
#lowcost .lowcost-con li:nth-of-type(3)::before {
    background: url(../images/icon_low03.png) no-repeat 0 0;
}

/* ==============================
section#package
============================== */
#package {
    max-width: 1440px;
    /* height: 727px; */
    padding-top: 146px;
    padding-bottom: 130px;
    margin: 0 auto;
    text-align: center;
}
#package br {
    display: none;
}
#package .package-con {
    margin-top: 40px;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    gap: 46px;
}
.package-con li {
    width: 328px;
    /* height: 307px; */
    border: 3px solid #07BE20;
    border-radius: 40px;
    padding: 0 30px 33px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.package-con li:nth-of-type(2) { border: 3px solid #FF7200; }
.package-con li:nth-of-type(3) { border: 3px solid #1D88FF; }

.package-con li p.package-title {
    background: #07BE20;
    width: 238px;
    height: 65px;
    line-height: 65px;
    border-radius: 0 0 20px 20px;
    font-family: 'GmarketSansBold';
    font-size: 32px;
    color: #fff;
    margin-bottom: 40px;
}
.package-con li:nth-of-type(2) p.package-title { background: #FF7200; }
.package-con li:nth-of-type(3) p.package-title { background: #1D88FF; }

.package-con div {
    width: 100%;
    background: #F3F3F3;
    border-radius: 20px;
    padding: 32px;
    font-size: 25px;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}
.package-con div p:nth-of-type(2) {
    text-indent: -9999px;
    overflow: hidden;
    width: 34px;
    height: 34px;
    border-radius: 30px;
    background: #07BE20 url(../images/icon_plus.png) no-repeat center;
}

.package-con li:nth-of-type(2) div p:nth-of-type(2) { 
    background: #FF7200 url(../images/icon_plus.png) no-repeat center;
}
.package-con li:nth-of-type(3) div p:nth-of-type(2) { 
    background: #1D88FF url(../images/icon_plus.png) no-repeat center;
}
#package .btn-type02 {
    background: #FF7200;
}

/* ==============================
section#counsel
============================== */
#counsel {
    width: 100%;
    /* height: 727px; */
    padding-top: 90px;
    padding-bottom: 76px;
    background: #6FC4F3;
}
#counsel .counsel-wrap {
    max-width: 1077px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}
.counsel-wrap .counsel-left h2 {
    font-family: 'GmarketSansBold';
    font-size: 50px;
    letter-spacing: -3px;
    color: #222;
    line-height: 56px;
    position: relative;
}
.counsel-wrap .counsel-left span {
    color: #fff;
}
.counsel-wrap .counsel-left p {
    font-size: 22px;
    font-weight: 400;
}
.counsel-wrap .counsel-left h2::before {
    display: block;
    content: "";
    position: absolute;
    left: 30px;
    bottom: -335px;
    width: 205px;
    height: 146px;
    background: url(../images/char_03.png) no-repeat 0 0;
}
.counsel-wrap .counsel-right {
    text-align: center;
}
.counsel-right ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.counsel-right ul li {
    display: flex;
    align-items: center;
    gap: 10px;
}
.counsel-right ul li .counsel-title {
    font-size: 20px;
    font-weight: 700;
    width: 10%;
    text-align: left;
}
.counsel-right ul li input[type="text"] {
    width: 88%;
    height: 54px;
    border-radius: 7px;
    border: none;
}
.counsel-right ul li input::placeholder {
    color: #959595;
}
.counsel-right ul li:nth-of-type(2) input[type="text"] {
    width: 308px;
}
.counsel-right ul li:nth-of-type(2) select {
    width: 139px;
    height: 54px;
    line-height: 54px;
    border-radius: 7px;
    color: #000;
    font-weight: 500;
    appearance: none;
    background: #fff url(../images/icon_arrow.png) no-repeat 90% center;
}
.counsel-right > p {
    font-size: 16px;
    font-weight: 700;
    margin-top: 32px;
    padding-top: 16px;
    margin-bottom: 36px;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 12px;
    border-top: 1px solid white;
}
.counsel-right > p > input[type="checkbox"]{
    display: none;
}
input[type="checkbox"] + label{
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid white;
    position: relative;
    border-radius: 3px;
    cursor: pointer;
}
input[id="check1"]:checked + label::after{
    content:'✔';
    font-size: 25px;
    width: 20px;
    height: 20px;
    text-align: center;
    position: absolute;
    left: 0;
    top: -15px;
}

/* ==============================
footer
============================== */
footer {
    background: #112755;
    /* height: 330px; */
    padding: 20px;
}
footer p {
    color: #B9B9B9;
}

footer .footer-top {
    /* height: 205px; */
    height: 160px;
    border-bottom: 1px solid #313948;
}

footer .footer-top > .footer-wrap {
    max-width: 1077px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.footer-wrap .footer-top-left {
    width: 350px;
    height: 100%;
}

.footer-top-left p:first-child {
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 8px;
}

.footer-top-left h4 {
    color: white;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    margin-top: 4px;
}

.footer-top-left p:nth-of-type(2) {
    letter-spacing: 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 6px;
}

.footer-top-left ul {
    display: flex;
    gap: 40px;
    color: #fff;
    margin-top: 50px;
}

.footer-top-left ul li a {
    font-weight: 700;
    font-size: 16px;
    color: #fff;
}
.footer-wrap .footer-top-right {
    display: flex;
    align-items:end;
    width: 150px;
    gap: 10px;
}

footer .footer-bottom > .footer-wrap {
    max-width: 1077px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.footer-wrap .footer-bottom-top {
    margin-top: 26px;
    display: flex;
    gap: 20px;
    font-size: 15px;
    font-weight: 400;
}

.footer-wrap .footer-bottom-bottom {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 18px;
    font-size: 15px;
    font-weight: 400;
    color: #B9B9B9;
    padding-bottom: 10px;
}
.footer-wrap .footer-bottom-bottom li {
    color: #B9B9B9;
}

.footer-wrap .footer-bottom-bottom::after {
    display:none;
}


/* ==============================
back-to-top
============================== */
.back-to-top {
    position: fixed;
    display: none;
    right: 20px;
    bottom: 50px;
    z-index: 9999;
}

.back-to-top i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #EDB233;
    transition: all 0.4s;
}
.back-to-top i img {
    width: 17px;
    height: 14px;
}

.back-to-top i:hover {
    background: #E9A81D;
    color: #fff;
}

/* ==============================
quickPop
============================== */
.quickPop-wrap {
    position: fixed;
    right: 0;
    bottom: 100px;
    width: 145px;
    display: block;
    overflow-y: hidden;
    padding: 0 !important;
}
.quickPop-wrap img {
    margin-bottom: 14px;
}

/* ==============================
modal-pop
============================== */
#modal-wrap.on {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.25);
    display: flex;
    justify-content: center;
    align-items: center;
}

/* modal-wrap : modal-pop01 */
.modal-pop01 {
    width: 670px;
    height: 486px;
    background: #fff;
    border-radius: 12px ;
    padding: 67px 70px 37px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.modal-pop01 ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.modal-pop01 ul li {
    display: flex;
    align-items: center;
}
#modal-wrap ul li p.pop-title {
    font-weight: 700;
    font-size: 22px;
    width: 80px;
    text-align: center;
    line-height: 40px;
    margin-right: 18px;
}
#modal-wrap ul li input[type="text"] {
    width: 458px;
    height: 54px;
    border-radius: 10px;
    background: #F0F0F0;
    border: none;
}
#modal-wrap ul li input::placeholder {
    color: #696969;
    font-size: 15px;
}
#modal-wrap ul li:nth-of-type(2) input[type="text"] {
    width: 286px;
}
#modal-wrap ul li:nth-of-type(2) select {
    width: 166px;
    border-radius: 10px;
    height: 54px;
    margin-right: 6px;
    color: #000;
    border: none;
    font-weight: 500;
    font-size: 16px;
    appearance: none;
    background: #F0F0F0 url(../images/icon_arrow.png) no-repeat 90% center;
}
.modal-pop01 p {
    width: 100%;
    color: #000;
    font-size: 15px;
    font-weight: 700;
    gap: 6px;
    display: flex;
    align-items: center;
    justify-content: end;
}
.modal-pop01 > p > input[type="checkbox"] {
    display: none;
}
.modal-pop01 > p > input[type="checkbox"] + label {
    width: 18px;
    height: 18px;
    border-radius: 0;
    border: 1px solid #888888;
}

/* modal-wrap : modal-pop02 */
.modal-pop02 {
    width: 970px;
/*    height: 420px;*/
    background: #fff;
    border-radius: 12px ;
    padding: 52px 54px 32px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.modal-pop02 ul {
    width: 100%;
}
.modal-pop02 ul li {
    display: flex;
    flex-wrap: wrap;
}
.modal-pop02 ul li:first-child {
    margin-bottom: 10px;
}
.modal-pop02 ul li.radio-product,
.modal-pop02 ul li.radio-people {
    padding-left: 88px;
    position: relative;
}
.modal-pop02 ul li.radio-product > p,
.modal-pop02 ul li.radio-people > p {
    position: absolute;
    left: 0;
}
.modal-pop02 ul li.radio-product div,
.modal-pop02 ul li.radio-people div {
    font-family: 'GmarketSansBold';
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 28px;
    margin-right: 40px;
}
.modal-pop02 ul li.radio-product div input[type="radio"],
.modal-pop02 ul li.radio-people div input[type="radio"] {
    width: 16px;
    height: 16px;
    border: 1px solid #8D8D8D;
    accent-color: #242424;
}
.modal-pop02 ul li.radio-people div {
    font-size: 22px;
    color: #404040;
    margin-right: 20px;
}
.modal-pop02 ul li.radio-product div:last-child,
.modal-pop02 ul li.radio-people div:last-child {
    margin-right: 0;
}
.modal-pop02 ul li.radio-people div p {
    letter-spacing: -1px;
}

.modal-pop02 .price {
    width: 100%;
    height: 116px;
    background: #F0F0F0;
    border-radius: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    font-family: 'GmarketSansBold';
    line-height: 52px;
}
.modal-pop02 .price p:first-child {
    color: #404040;
    font-size: 32px;
    letter-spacing: -1px;
}
.modal-pop02 .price p:last-child {
    font-size: 40px;
}
.modal-pop02 > p {
    color: #AAAAAA;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
}
@media (max-width: 970px) {
    .modal-pop02 {
        margin: 0 30px;
    }
}
@media (max-width: 700px) {
    .modal-pop02 ul li.radio-product,
    .modal-pop02 ul li.radio-people {
        padding: 70px 0 0;
        margin-bottom: 20px;
        justify-content: center;
    }
    .modal-pop02 ul li.radio-product div,
    .modal-pop02 ul li.radio-people div {
        height: 44px;
        margin-right: 30px;
        justify-content: center;
    }
    .modal-pop02 ul li.radio-product > p,
    .modal-pop02 ul li.radio-people > p {
        left: 50%;
        top: 0;
        transform: translateX(-50%);
    }
    #modal-wrap ul li p.pop-title {
        width: 60%;
        padding-bottom: 10px;
        margin-right: 0;
        border-bottom: 1px solid #ccc;
    }
    .modal-pop02 .price {
        flex-direction: column;
        height: 100px;
        gap: 0;
        line-height: 40px;
    }
    .modal-pop02 .price p:first-child {
        font-size: 30px;
    }
    .modal-pop02 .price p:last-child {
        font-size: 36px;
    }

}

@media (max-width: 500px) {
    .modal-pop02 ul li.radio-product div,
    .modal-pop02 ul li.radio-people div {
        margin-right: 13px;
        font-size: 20px;
    }
    .modal-pop02 .price {
        height: 90px;
        line-height: 36px;
    }
    .modal-pop02 .price p:first-child {
        font-size: 24px;
    }
    .modal-pop02 .price p:last-child {
        font-size: 30px;
    }
    .modal-pop02 {
        padding: 52px 28px 32px
    }
}
@media (max-width: 400px) {
    .modal-pop02 {
        gap: 14px;
    }
    .modal-pop02 .price p:first-child {
        font-size: 22px;
    }
    .modal-pop02 .price p:last-child {
        font-size: 28px;
    }
    .modal-pop02 ul li.radio-product div,
    .modal-pop02 ul li.radio-people div {
        font-size: 16px;
        height: 34px;
        justify-content: left;
    }
    #modal-wrap ul li p.pop-title {
        width: 100%;
        font-size: 20px;
        padding-bottom: 6px;
        line-height: 30px;
    }
    .modal-pop02 ul li.radio-product,
    .modal-pop02 ul li.radio-people {
        padding: 40px 0 0;
        margin-bottom: 10px;
        flex-direction: column;
    }
    .modal-pop02 .price {
        height: 86px;
        border-radius: 60px;
    }
}
@media (max-width: 320px) {
    .modal-pop02 {
        gap: 10px;
        padding: 32px 14px;
        margin: 0 14px;
    }
    .modal-pop02 > p {
        font-size: 12px;
    }
    .modal-pop02 ul li.radio-product div,
    .modal-pop02 ul li.radio-people div {
        margin-right: 10px;
    }
}