@charset "utf-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-dynamic-subset.min.css");

*,
*::before,
*::after {box-sizing: border-box;}
html, body {
    -webkit-touch-callout: none;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;

	margin: 0 auto;
	max-width: 1920px;

    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    letter-spacing: -1.2px;
    font-size: 16px;
}
body.no-scroll {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
}
.clearfix::after {
	display: block;
	content: '';
	clear: both;
}
.inner {
    margin: 0 auto;
    max-width: 1136px;
}
li {list-style: none;}
p, span, h1, h2, h3, ul, li, div {
    margin: 0;
    padding: 0;
    text-indent: 0%;
}
.br-mo {display: none;}
.br-pc {display: inline;}
.eng-content {
    display: none;
    letter-spacing: -0.5px;
    line-height: 1.2;
}

/* nav */
.nav {
    position: sticky;
    top: 0;
    z-index: 100;

    width: 100%;
    padding: 16px 0px;

    background: #f2f4f6;
}
.nav .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav .inner .logo {
    width: 100px;
    margin-top: -8px;
}
.nav .inner a {display: block;}
.nav .inner .language-toggle {
    display: flex;
    align-items: center;

    border-radius: 50px;
}
.nav .inner .language-toggle .globe-icon {margin-right: 10px;}
.nav .inner .language-toggle .switch {
    position: relative;
    display: inline-block;
    width: 144px;
    border-radius: 50px;
    background: #ddd;
}
.nav .inner .language-toggle .switch input {
    display: none;
}
.nav .inner .language-toggle .switch .btn {
    display: flex;
    justify-content: space-between;
    align-items: center;

    position: relative;
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    background: transparent;

    cursor: pointer;
}
.nav .inner .language-toggle .switch .btn .lang {
    position: relative;
    z-index: 1;
    transition: color 0.3s;

    display: inline-block;
    width: 50%;
    height: 100%;
    padding: 6px 0px;
    border-radius: 50px;
    
    color: #666;
    font-weight: 600;
    text-align: center;
}
.nav .inner .language-toggle .switch .btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 50%;
    height: 100%;
    border-radius: 50px;
    background: #fff;
    box-shadow: 0 2px 6px #0000001a;
    z-index: 0;

    transition: left 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.nav .inner .language-toggle .switch input:checked + .btn::before {left: 50%;}
.nav .inner .language-toggle .switch input:checked + .btn .lang.kor {color: #666;}
.nav .inner .language-toggle .switch input:checked + .btn .lang.eng {color: #1e1e1e;}

/* sec01 */
.sec01 {
    position: relative;
    width: 100%;
    height: auto;
    padding: 80px 0px;
    background: #fff;

    border-radius: 0px 0px 60px 60px;
    box-shadow: 0px 10px 20px #0000002A;
}
.sec01 .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sec01 .container .banner {
    width: calc((100% - 16px) / 2);    
    aspect-ratio: 1 / 1;
    border-radius: 20px;    
    box-shadow: 0 5px 20px #0000002a;
    cursor: pointer;
}
.sec01 .container .banner .banner-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    
    width: 100%;
    height: 100%;
    padding: 30px;
}
.sec01 .container .banner:hover {background-size: 110%;}
.sec01 .container .banner .title {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
    text-shadow: 0px 0px 10px #000000BF;
}
.sec01 .container .banner .title.eng-content {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    text-shadow: 0px 0px 10px #000000BF;
}
.sec01 .container .banner .title-text {
    margin-top: 20px;

    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.5;
    color: #fff;
}
.sec01 .container .banner .sub-title {
    width: fit-content;
    margin-top: 40px;
    padding: 12px 28px;
    border-radius: 50px;
    background: rgba(0,0,0,0.65);

    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1;
    color: #fff;
}
.sec01 .container .banner-01 {
    background: /*linear-gradient(180deg,rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0.25) 50%, rgba(30, 30, 30, 0.75) 100%),*/ url(../img/bg_main_bn_twig.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    transition: background-size 1s cubic-bezier(0.25, 1, 0.5, 1);
}
.sec01 .container .banner-02 {
    background: /*linear-gradient(180deg,rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0.25) 50%, rgba(30, 30, 30, 0.75) 100%),*/ url(../img/bg_main_bn_all.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    transition: background-size 1s cubic-bezier(0.25, 1, 0.5, 1);
}
.sec01 .container .banner-02 .logo {width: 240px;}
.sec01 .container .banner-02 .logo img {width: 100%;}
.sec01 .content-box {
    display: flex;
    align-items: center;
    justify-content: center;

    margin-top: 60px;
}
.sec01 .content-box .img-box {margin-right: 30px;}
.sec01 .content-box .img-box img {width: 100%;}
.sec01 .content-box p {
    padding-left: 10px;

    font-size: 1.3rem;
    font-weight: 500;
}
.sec01 .content-box ul {
    display: flex;
    align-items: center;
    justify-content:space-between;
}
.sec01 .content-box ul li {
    display: inline-block;
    padding: 8px 20px;
    margin: 20px 10px 0px 0px;
    border-radius: 50px;
    background: #f2f4f6;

    font-weight: 400;
}
.sec01 .content-box ul li:last-child {margin-right: 0px;}

/* parallax section */
.parallax-sec {
    display: flex;
    justify-content: center;
    align-items: center;

    position: relative;
    height: 100vh;
    margin-top: -25vh;
    overflow: hidden;
}
.parallax-sec02 {margin-top: -25vh;}
.parallax-sec02 .b-logo {
    width: 506px;
    margin: 0 auto;
}
.parallax-sec02 .b-logo img {width: 100%;}
.parallax-sec .parallax-bg.bg-pink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1204px;
    background-image: url(../img/bg_twig.png);
    background-size: cover;
    background-position: center;
    z-index: -1;
    will-change: transform;
}
.parallax-sec .parallax-bg.bg-skyblue {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1204px;
    background-image: url(../img/bg_all.png);
    background-size: cover;
    background-position: center;
    z-index: -1;
    will-change: transform;
}
.parallax-sec .content {
    position: relative;
    z-index: 1;
    padding: 100px 0px;
    
    text-align: center;
}
.parallax-sec .content .b-title {
    margin-top: 40px;

    font-size: 3rem;
    font-weight: 700;
    line-height: 1.5;
    color: #BE1254;
}
.parallax-sec .content .b-title.eng-content {font-size: 2.8rem;}

/* sec02 */
.sec02 {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: -25vh;
    padding: 150px 0px;
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 80%, #FFE7F0 100%);

    border-radius: 60px;
    box-shadow: 0px 10px 20px #0000002A;
}
.sec02 .content {margin-bottom: 150px;}
.sec02 .content:last-child {margin-bottom: 0px;}
.sec02 .bubble {
    position: relative;
    width: 700px;
    height: 80px;
    padding: 0px;
    margin: 0px auto 56px;
    background: #FF126D;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    border-radius: 16px;

    display: flex;
    justify-content: center;
    align-items: center;
    
    text-align: center;
}
.sec02 .bubble::after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 18px 12px 0;
    border-color: #FF126D transparent;
    display: block;
    width: 0;
    z-index: 1;
    bottom: -16px;
    left: 335px;
}
.sec02 .bubble span {
    font-size: 1.8rem;
    font-weight: 600;
    color: #fff;
}
.sec02 .txt-box {
    font-size: 1.3rem;
    line-height: 1.5;
    text-align: center;
    color: #1e1e1e;

    margin: 0px auto 60px;
}
.sec02 .txt-box .pink {
    padding: 0px 4px;
    background: #FFE6F0;
}
.sec02 .video-wrap {
    display: flex;
    justify-content: space-between;
    align-content: center;

    gap: 16px;
}
.sec02 .video-wrap .video {width: calc((100% - 16px) / 2);}
.sec02 .video-wrap .video iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 16px;
    border: 0;
}

/* sec03 */
.sec03 {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: -25vh;
    padding: 150px 0px;
    background: linear-gradient(180deg, #FFFFFF 0%, #ffffff 80%, #DBEBFD 100%);

    border-radius: 60px;
    box-shadow: 0px 10px 20px #0000002A;
}
.sec03 .content {margin-bottom: 150px;}
.sec03 .content:last-child {margin-bottom: 0px;}
.sec03 .bubble {
    position: relative;
    width: 700px;
    height: 80px;
    padding: 0px;
    margin: 0px auto 56px;
    background: #0673F4;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    border-radius: 16px;

    display: flex;
    justify-content: center;
    align-items: center;
    
    text-align: center
}
.sec03 .bubble::after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 18px 12px 0;
    border-color: #0673F4 transparent;
    display: block;
    width: 0;
    z-index: 1;
    bottom: -16px;
    left: 335px;
}
.sec03 .bubble span {
    font-size: 1.8rem;
    font-weight: 600;
    color: #fff;
}
.sec03 .txt-box {
    font-size: 1.3rem;
    line-height: 1.5;
    text-align: center;
    color: #1e1e1e;

    margin-bottom: 60px;
}
.sec03 .txt-box .skyblue {
    padding: 0px 4px;
    background: #E5F1FE;
}
.sec03 .img-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;

    width: 850px;
    margin: 0 auto;
    gap: 16px;

    cursor: pointer;
}
.sec03 .img-wrap span {    
    position: absolute;
    top: 5%;
    right: 5%;
    padding: 8px 20px;
    border-radius: 50px;
    background: rgba(0,0,0,0.65);

    color: #fff;
    font-size: 1rem;
    font-weight: 500;
}
.sec03 .img-wrap .img {
    position: relative;

    display: flex;
    justify-content: flex-end;
    align-items: flex-start;

    width: calc((100% - 16px) / 3);
    aspect-ratio: 3 / 4;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0px 3px 15px #0000002a;
}
.sec03 .img-wrap .img::before {
    position: absolute;
    width: 100%;
    height: 100%;

    content: "";

    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    border-radius: 16px;
}
.sec03 .img-wrap .img:hover::before {
    background: rgba(0,0,0,0);
    transition: 0.65s;
}
.sec03 .img-wrap .literacy {
    width: 100%;
    height: 100%;

    background-image: url(../img/thumnail_literacy.png);
    background-size: cover;
    background-position: center;
}
.sec03 .img-wrap .oralvoca {
    width: 100%;
    height: 100%;
    
    background-image: url(../img/thumnail_voca.png);
    background-size: cover;
    background-position: center;
}
.sec03 .img-wrap .lexile {
    width: 100%;
    height: 100%;
    
    background-image: url(../img/thumnail_lexile.png);
    background-size: cover;
    background-position: center;
}
.sec03 .video-wrap {
    display: flex;
    justify-content: space-between;
    align-content: center;

    gap: 16px;
}
.sec03 .video-wrap .video {width: calc((100% - 16px) / 2);}
.sec03 .video-wrap .video iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 16px;
    border: 0;
}

/* sec04 */
.sec04 {
    width: 100%;
    height: auto;
    margin-top: -100px;
    padding: 100px 0px;
    background-image: url(../img/bg_review.png);
    background-size: cover;
    background-position: center;

    text-align: center;
}
.sec04 h2 {
    font-size: 3rem;
    font-weight: 600;
    color: #1e1e1e;

    margin: 100px auto 60px;
}

/* review */
.my-swiper {
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding-bottom: 40px;
}
.my-swiper .swiper-wrapper {
    align-items: center;
}
.my-swiper .swiper-wrapper .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;

    width: 560px !important;
    height: 320px;
    background: #fff;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0px 3px 20px #0000001A;

    color: rgba(0,0,0,0.85);
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.5;
    word-break: keep-all;
}
.my-swiper .swiper-wrapper .swiper-slide strong {
    margin-top: 20px;
    font-weight: 600;
}
.swiper-button-next, .swiper-button-prev {
    top: var(--swiper-navigation-top-offset,45%);
    color: rgba(0,0,0,0.3);
    font-weight: 600;
}
.swiper-pagination {
    position: none;
    margin-top: 20px;
}
.swiper-pagination-bullet-active {background: #FF126D;}

/* sec05 */
.sec05 {
    width: 100%;
    height: auto;
    padding: 100px 0px;
    background: #1e1e1e;

    text-align: center;
}
.sec05 h2 {    
    font-size: 3rem;
    font-weight: 600;
    color: #fff;
}
.sec05 .information-box {
    width: 560px;
    height: auto;
    margin: 40px auto 0px;
}
.sec05 .information-box div {margin-bottom: 20px;}
.sec05 .information-box label {
    display: block;
    font-size: 1rem;
    color: #ccc;
    margin-bottom: 10px;
}
.sec05 .information-box input {
    width: 100%;
    height: 60px;
    border-radius: 12px;

    text-align: center;
    font-size: 1rem;
}
.sec05 .agree {
    display: flex;
    justify-content: center;
    align-items: center;
}
.sec05 .agree .check-box {
    display: flex;
    justify-content: center;
    align-items: center;
}
.sec05 .agree input {margin-right: 10px;}
.sec05 .agree span {margin-right: 10px; color: #ccc;}
.sec05 .agree .agree-modal {
    color: #0674F5;
    font-weight: 500;
}
.sec05 .counsel-btn {
    width: 560px;
    height: 70px;
    margin: 60px auto 0;
    line-height: 70px;
    border-radius: 50px;
    background: #0674F5;
}
.sec05 .counsel-btn p {
    line-height: 70px;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 500;
	cursor: pointer;
}

/* sec06 */
.sec06 {
    padding: 60px 0px;
    text-align: left;
    letter-spacing: -0.5px;
}
.sec06 .logo {
    width: 100px;
    margin-top: -10px;
}
.sec06 .logo img {width: 100%;}
.sec06 .text {
    margin: 30px 0px 20px;
    color: #666666;
    line-height: 1.5;
}
.sec06 .text:last-child {margin: 0px;}

/* modal */
.modal {
    display: none;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.65);
}
.modal .modal-content {
    margin: 5% auto;
    padding: 10px;
    width: 100%;
    max-width: 720px;
    background: rgba(0,0,0,0);
    border-radius: 16px;
    border: 0px;
}
.modal .close-btn {
    float: right;
    padding: 0px 8px;
    color: #aaa;
    font-size: 2.4rem;
    font-weight: 300;
}
.modal .close-btn:hover,
.modal .close-btn:focus {
    color: #1e1e1e;
    text-decoration: none;
    cursor: pointer;
}
.modal img {
    width: 100%;
}
.contact-modal .modal-content {
    width: 560px;
    max-width: 560px;
    height: auto;
    padding: 20px;
    background: #fff;

    text-align: center;
    word-break: keep-all;
}
.contact-modal .modal-content .sub-txt {
    display: block;
    width: 90%;
    margin: 20px auto;
}
.contact-modal .modal-content h2 {
    display: block;
    width: 100%;
    padding-left: 20px;
}
.contact-modal .modal-content .text-box {
    padding-top: 40px;
    margin-bottom: 30px;

    line-height: 1.5;
}
.contact-modal .modal-content .text-box .part {
    width: 90%;
    text-align: left;
    margin: 0 auto 20px;
}
.contact-modal .modal-content .text-box .part:last-child {margin-bottom: 0px;} 
.contact-modal .modal-content .agree-btn {
    float: none;    
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    height: 60px;
    margin: 0 auto;
    padding: 0px;
    border-radius: 50px;
    background: #EDEDED;

    text-align: center;
}
.contact-modal .modal-content .agree-btn:hover {background: rgba(0,0,0,0.2);}
.contact-modal .modal-content .agree-btn span {
    font-size: 1.2rem;
    font-weight: 500;
    color: #666;
	width: 100%;
	height: 60px;
	line-height: 60px;
}

/* float banner */
.float-banner {
    position: fixed;
    bottom: 5%;
    right: 5%;

    width: 90px;
    height: 90px;
    background: #fff;
    border-radius: 50px;
    box-shadow:  0px 5px 20px #0000002A;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    cursor: pointer;
    z-index: 99;
    text-align: center;
}
.float-banner img {
    width: 24px;
    height: 24px;
    margin-bottom: 8px;
}
.float-banner p {
    font-size: 0.8rem;
    color: #1e1e1e;
    font-weight: 500;
}


/* 태블릿/노트북 (960 ~ 1279px) */
@media (min-width: 960px) and (max-width: 1279px) {
    .br-pc {display: none !important;}
    .br-mo {display: inline;}
    .inner {
        width: 100%;
        max-width: 900px;
        margin: 0 auto;
    }
    .sec01 {border-radius: 0px 0px 40px 40px;}
    .sec01 .container .banner .title {font-size: 1.9rem;}

    .parallax-sec {
        margin-top: -24%;
        padding: 100px 0px;
    }
    .parallax-sec .content .b-logo {
        width: 300px;
        margin: 0 auto;
    }
    .parallax-sec .content .b-logo img {width: 100%;}
    .parallax-sec .content .b-title {font-size: 2.4rem;}
    .parallax-sec .content .b-title.eng-content {font-size: 2.4rem;}

    .sec02 {
        margin-top: -24%;
        padding: 100px 0px;
        border-radius: 40px;
    }
    .sec03 {
        margin-top: -24%;
        padding: 100px 0px;
        border-radius: 40px;
    }
}

/* 태블릿 세로 / 대형 모바일 (600 ~ 959px) */
@media (min-width: 600px) and (max-width: 959px) {
    .br-pc {display: none !important;}
    .br-mo {display: inline;}
    .inner {
        width: 100%;
        max-width: 560px;
        margin: 0 auto;
    }
    .sec01 {
        padding: 20px 0px 60px;
        border-radius: 0px 0px 40px 40px;
    }
    .sec01 .container {
        flex-direction: column;
        justify-content: space-between;
        gap: 16px;
    }
    .sec01 .container .banner {width: 100%;}
    .sec01 .content-box {    
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;        
    }
    .sec01 .content-box ul {
        display: block;
    }
    .sec01 .content-box p {
        padding-left: 0px;
        line-height: 1.5;
    }
    
    .parallax-sec .content .b-logo {
        width: 240px;
        margin: 0 auto;
    }
    .parallax-sec .content .b-title {font-size: 2.5rem;}
    .parallax-sec .content .b-title.eng-content {font-size: 2.5rem;}
    .parallax-sec .content .b-logo img {width: 100%;}

    .sec02, .sec03 {
        padding: 60px 0px;
        border-radius: 40px;
    }
    .sec02 .content,
    .sec03 .content {margin-bottom: 80px;}
    .sec02 .bubble,
    .sec03 .bubble {
        width: 560px;
        margin-bottom: 40px;
    }
    .sec02 .bubble:after {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 18px 12px 0;
        border-color: #FF126D transparent;
        display: block;
        width: 0;
        z-index: 1;
        bottom: -18px;
        left: 268px;
    }
    .sec02 .txt-box,
    .sec03 .txt-box {margin-bottom: 40px;}
    .sec03 .bubble:after {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 18px 12px 0;
        border-color: #0673F4 transparent;
        display: block;
        width: 0;
        z-index: 1;
        bottom: -18px;
        left: 268px;
    }
    .sec02 .bubble span,
    .sec03 .bubble span {
        font-size: 1.5rem;
    }
    .sec02 .video-wrap,
    .sec03 .video-wrap {
        flex-direction: column;
        justify-content: space-between;
        gap: 16px;
    }
    .sec02 .video-wrap .video,
    .sec03 .video-wrap .video {width: 100%;}
    .sec02 .video-wrap .video iframe,
    .sec03 .video-wrap .video iframe {
        width: 100%;
        aspect-ratio: 16 / 9;
        border-radius: 20px;
        border: 0;
    }

    .sec03 .img-wrap {
        width: 100%;
        display: block;
    }
    .sec03 .img-wrap .img:first-child {
        margin-top: 0px;
        box-shadow: 0px 0px 15px #00000070;
    }
    .sec03 .img-wrap .img {
        width: 100%;
        margin-top: -80px;
        aspect-ratio: 16 / 9;
        border-radius: 20px;
        border: 0;
        box-shadow: 0px -10px 15px #00000070;
    }
    .sec04 {padding: 100px 0px 80px;}
    .sec04 h2 {
        margin: 80px auto 40px;
        font-size: 2.5rem;
    }

    .sec05 {padding: 80px 0px;}
    .sec05 h2 {font-size: 2.5rem;}
    .sec05 .information-box label {font-size: 1.2rem;}
    .sec05 .agree {
        flex-direction: column;
        align-items: center;

        font-size: 1.2rem;
    }
    .sec05 .agree .check-box {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .my-swiper .swiper-wrapper .swiper-slide {box-shadow: 0px 0px 0px rgba(0,0,0,0);}
    .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {display: none;}
    .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {display: none;}
    .swiper-pagination-bullet {
        width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,16px));
        border-radius: var(--swiper-pagination-bullet-border-radius,50px);
    }
    .contact-modal .modal-content {
        width: 100%;
        max-width: 100%;
        height: 100vh;
        margin: 0 auto;
        padding-bottom: 40px;
        border-radius: 0px;

        text-align: left;
    }
    .contact-modal .modal-content .br-px {display: none;}
    .modal .close-btn {font-size: 3rem;}
    .contact-modal .modal-content h2 {
        font-size: 2rem;
        padding-left: 0px;
    }
    .contact-modal .modal-content h2 {font-size: 2rem;}
    .contact-modal .modal-content .sub-txt {
        width: 100%;
        font-size: 1.2rem;
    }
    .contact-modal .modal-content .text-box {padding: 60px 40px 40px 40px;}
    .contact-modal .modal-content .text-box .part {
        width: 100%;
        font-size: 1.2rem;
    }

    .float-banner img {
        width: 40px;
        height: 40px;
        margin-bottom: 0px;
    }
    .float-banner p {display: none;}
}

/* 모바일 (599px 이하) */
@media (max-width: 599px) {
    .br-pc {display: none !important;}
    .br-mo {display: inline;}
    .inner {
        width: 90%;
        max-width: 90%;
        margin: 0 auto;
    }
    .sec01 {
        padding: 20px 0px 40px;
        border-radius: 0px 0px 20px 20px;
    }
    .sec01 .container {
        flex-direction: column;
        justify-content: space-between;
        gap: 16px;
    }
    .sec01 .container .banner {width: 100%;}
    .sec01 .container .banner .banner-inner {padding: 20px;}
    .sec01 .container .banner .logo {
        width: 50%;
        height: auto;
    }
    .sec01 .container .banner-02 .logo {
        width: 70%;
        height: auto;
    }
    .sec01 .container .banner .logo img {width: 100%;}
    .sec01 .container .banner .title {font-size: 1.6rem;}
    .sec01 .container .banner .sub-title {font-size: 1rem;}
    .sec01 .container .banner .title.eng-content {font-size: 1.6rem;}
    .sec01 .container .banner .sub-title.eng-content,
    .sec01 .container .banner .title-text.eng-content {font-size: 1rem;}
    .sec01 .content-box {    
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;    
        
        margin-top: 40px;       
    }
    .sec01 .content-box ul {
        display: block;
    }
    .sec01 .content-box .eng-content ul li {
        padding: 8px 16px;
        margin: 10px 10px 0px 0px;
        font-size: 0.8rem;
    }
    .sec01 .content-box .img-box {
        width: 20%;
        margin-right: 20px;
    }
    .sec01 .content-box p {
        padding-left: 0px;

        font-size: 1rem;
        line-height: 1.5;
    }
    
    .sec02, .parallax-sec {margin-top: -32vh;}
    .sec03, .parallax-sec02 {margin-top: -34vh;}
    .parallax-sec .content {padding: 60px 0px;}
    .parallax-sec .content .b-logo {
        width: 200px;
        margin: 0 auto;
    }
    .parallax-sec .content .b-title {
        margin-top: 30px;
        font-size: 1.6rem;
    }
    .parallax-sec .content .b-title.eng-content {
        margin-top: 30px;
        font-size: 1.6rem;
    }
    .parallax-sec .content .b-logo img {width: 100%;}
    .parallax-sec .parallax-bg.bg-pink,
    .parallax-sec .parallax-bg.bg-skyblue {background-size: 120%;}

    .sec02, .sec03 {
        padding: 40px 0px;
        border-radius: 20px;
    }
    .sec02 .content,
    .sec03 .content {margin-bottom: 80px;}
    .sec02 .bubble,
    .sec03 .bubble {
        width: 100%;
        height: auto;
        padding: 20px 0px;
        margin-bottom: 40px;
    }
    .sec02 .bubble:after {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 18px 12px 0;
        border-color: #FF126D transparent;
        display: block;
        width: 0;
        z-index: 1;
        bottom: -18px;
        left: 50%;
        transform: translate(-50%);
    }
    .sec02 .txt-box,
    .sec03 .txt-box {
        font-size: 1.1rem;
        margin-bottom: 40px;
    }
    .sec03 .bubble:after {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 18px 12px 0;
        border-color: #0673F4 transparent;
        display: block;
        width: 0;
        z-index: 1;
        bottom: -18px;
        left: 50%;
        transform: translate(-50%);
    }
    .sec02 .bubble span,
    .sec03 .bubble span {
        font-size: 1.3rem;
    }
    .sec02 .video-wrap,
    .sec03 .video-wrap {
        flex-direction: column;
        justify-content: space-between;
        gap: 16px;
    }
    .sec02 .video-wrap .video,
    .sec03 .video-wrap .video {width: 100%;}
    .sec02 .video-wrap .video iframe,
    .sec03 .video-wrap .video iframe {
        width: 100%;
        aspect-ratio: 16 / 9;
        border-radius: 20px;
        border: 0;
    }

    .sec03 .img-wrap {
        width: 100%;
        display: block;
    }
    .sec03 .img-wrap .img:first-child {margin-top: 0px;}
    .sec03 .img-wrap .img {
        width: 100%;
        margin-top: -80px;
        aspect-ratio: 16 / 9;
        border-radius: 20px;
        border: 0;
        box-shadow: 0px 0px 15px #0000002a;
    }
    .sec04 {padding: 100px 0px 80px;}
    .sec04 h2 {
        margin: 80px auto 20px;
        font-size: 2rem;
    }

    .sec05 {padding: 80px 0px;}
    .sec05 h2 {font-size: 2rem;}
    .sec05 .information-box {width: 100%;}
    .sec05 .counsel-btn {width: 100%;}
    .sec05 .information-box label {font-size: 1.1rem;}
    .sec05 .agree {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;

        font-size: 1.1rem;
    }
    .sec05 .agree .check-box {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .sec05 .agree .check-box .eng-content {
        text-align: left !important;
    }

    .my-swiper .swiper-wrapper .swiper-slide {box-shadow: 0px 0px 0px rgba(0,0,0,0);}
    .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {display: none;}
    .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {display: none;}
    .swiper-pagination-bullet {
        width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,16px));
        border-radius: var(--swiper-pagination-bullet-border-radius,50px);
    }
    .contact-modal .modal-content {
        width: 100%;
        max-width: 100%;
        height: 100vh;
        margin: 0 auto;
        padding-bottom: 100px;
        border-radius: 0px;
        overflow-y: scroll;

        text-align: left;
    }
    .modal .close-btn {font-size: 3rem;}
    .contact-modal .modal-content h2 {
        font-size: 2rem;
        padding-left: 0px;
    }
    .contact-modal .modal-content h2 {font-size: 1.5rem;}
    .contact-modal .modal-content .sub-txt {
        width: 100%;
        margin: 20px 0px;
        font-size: 1.1rem;
    }
    .contact-modal .modal-content .text-box .part {
        width: 100%;
        font-size: 1.1rem;
    }
    .contact-modal .modal-content .agree-btn {
        width: 90%;
		text-align: center;
    }

    .float-banner {
        width: 60px;
        height: 60px;
    }
    .float-banner img {
        width: 30px;
        height: 30px;
        margin-bottom: 0px;
    }
    .float-banner p {display: none;}

    .my-swiper .swiper-wrapper .swiper-slide {
        width: 100% !important;
        height: auto;
        min-height: 300px;
        padding: 20px;

        text-align: left;
    }
}