@charset "utf-8";

.wrap {
    width: 100%;
    margin: 0 auto;
}

.inner {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

/* headerStart */
header {
    display: flex;
    justify-content: center;
    padding: 10px 0;
    box-shadow: 0px 4px 8px rgba(0,0,0,.1);
}

header .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header h1 {
    font-size: 4rem;
    font-weight: 900;
    color: #793FDF;
    display: inline-block;
    margin-left: 16px;
}

header h1 span {
    font-size: 1.6rem;
    font-weight: 700;
}

header .btn_lang_select {
    display: flex;
    align-items: center;
    text-align: center;
    margin-right: 16px;
}

header .btn_lang_select button {
    width: 110px;
    height: 36px;
    font-weight: 600;
    color: #fff;
    border-radius: 50px;
    font-size: 1.6rem;
    font-family: "Montserrat", sans-serif;
}

header .btn_lang_select button:first-child {
    background-color: #793FDF;
    margin-right: 10px;
}

header .btn_lang_select button:last-child {
    background-color: #CCCCCC;
}

/* headerEnd */




/* sectionStart */
section {
    width: 100%;
}

section.main_banner {
    width: 100%;
    background: linear-gradient(120deg, #793FDF 50%, #15F5BA);
}

section.main_banner .inner {
    position: relative;
}

section.main_banner .tit_small {
    font-size: 4rem;
    font-weight: 700;
    color: #CBADFF;
    padding: 95px 0 0 16px;
    line-height: 102%;
}

section.main_banner .tit_main {
    font-size: 37rem;
    font-weight: 900;
    color: #fff;
    text-shadow: 0px 6px 13px rgba(0, 0, 0, .3);
    letter-spacing: 2px;
    line-height: 80%;
}

section.main_banner .tit_sub {
    font-size: 6.4rem;
    font-weight: 700;
    color: #fff;
    text-shadow: 0px 4px 6px rgba(15, 27, 112, .5);
    line-height: 112%;
    padding: 4% 0 9% 16px;
}

section.main_banner .img_elea {
    position: absolute;
    z-index: 10;
    width: 34%;
    bottom: 0;
    right: 0;
    max-width: 470px;
}

section.main_banner .img_elea img {
    width: 100%;
}

section.section02 {
    background-image: url('../img/section02_bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

section.section02 .native_teacher_wrap {
    display: flex;
    padding: 6.8% 0;
}

section.section02 .inner .native_teacher {
    width: 50%;
}

section.section02 .native_teacher h2 {
    font-size: 7rem;
    padding: 0 0 38px 10px;
    line-height: 120%;
}

section.section02 .native_teacher p {
    font-size: 3.8rem;
    color: #3F3F3F;
    padding: 20px 4px 0;
    width: 95%;
}

section.section02 .inner .native_teacher_img {
    width: 50%;
}

section.section02 .inner .native_teacher_img img {
    width: 100%;
}

section.section02 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 6.3%;
}

section.section02 ul li {
    width: 49%;
    background-color: #fff;
    border-radius: 30px;
    padding: 20px 40px 40px;
    display: flex;
    margin-bottom: 34px;
}

section.section02 ul li h3 {
    color: #793FDF;
    font-size: 2.4rem;
    font-weight: 900;
    margin-bottom: 15px;
}

section.section02 ul li span {
    color: #3f3f3f;
    font-size: 3rem;
    font-weight: 600;
}

section.section02 ul li .benefit_lt {
    width: 80%;
}

section.section02 ul li .benefit_rt {
    display: flex;
    align-items: flex-end;
    width: 20%;
}

section.section02 ul li:first-child img {
    width: 80%;
}

section.section02 ul li img {
    width: 100%;
}


section.section03 {
    background-color: #793FDF;
    background-image: url('../img/conversation_bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}

section.section03 h2 {
    color: #fff;
    padding: 106px 0 40px;
}

section.section03 .conversation_wrap {
    display: flex;
    justify-content: space-between;
    padding-bottom: 13%;
}

section.section03 .conversation01 {
    width: 49%;
    position: relative;
}

section.section03 .conversation01 img {
    position: absolute;
    top: -14px;
    left: 0;
    z-index: 10;
    width: 100%;
}

section.section03 .conversation01 video {
    width: 96%;
    margin-left: 2%;
    object-fit: fill;
}

section.section03 .conversation01 p {
    font-size: 2.4rem;
    color: #fff;
    font-weight: 500;
    padding: 4%;
}

section.section04 {
    background: linear-gradient(160deg, #793FDF 40%, #5D50FF, #15F5BA);
    text-align: center;
}

section.section04 h2 {
    color: #fff;
    padding: 80px 0 20px;
}

section.section04 h3 {
    color: #793FDF;
    font-weight: 500;
    font-size: 3.2rem;
    padding: 8px 64px;
    border-radius: 100px;
    background-color: #fff;
    display: inline-flex;
    margin-bottom: 50px;
}

section.section04 .topic_img {
    width: 66%;
    margin: 0 auto;
}

section.section04 .topic_img img {
    width: 100%;
}

section.section04 .specialized_wrap {
    display: flex;
    justify-content: space-between;
    text-align: left;
    width: 100%;
    margin-top: 110px;
    padding-bottom: 120px;
}

section.section04 .specialized_wrap .specialized {
    width: 50%;
}

section.section04 .specialized_wrap .specialized h4 {
    font-size: 4.8rem;
    font-weight: 700;
    color: #fff;
    line-height: 120%;
    min-height: 173px;
    display: flex;
    align-items: center;
    padding-left: 20px;
    margin-bottom: 25px;
}

section.section04 .specialized_wrap .specialized img {
    width: 97%;
    margin-left: 1.5%;
}

section.section04 .specialized_wrap .specialized p {
    font-size: 2.4rem;
    font-weight: 500;
    color: #fff;
    padding-left: 20px;
    padding-bottom: 6px;
}

section.section05 {
    background-image: url('../img/tech_bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
    padding-bottom: 160px;
}

section.section05 h2 {
    color: #fff;
    padding: 150px 0 60px;
}

section.section05 ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

section.section05 ul li {
    width: 48%;
    position: relative;
}

section.section05 ul li img {
    width: 100%;
}

section.section05 ul li span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    font-size: 6.8rem;
    font-weight: 800;
    display: flex;
    width: 100%;
    justify-content: center;
}

section.section06 {
    background-color: #f9f9f9;
}

section.section06 h2 {
    text-align: center;
    padding: 160px 0 70px;
}

section.section06 ul {
    display: flex;
    justify-content: space-between;
    padding-bottom: 150px;
}

section.section06 ul li {
    width: 32%;
}

section.section06 ul li img {
    filter: drop-shadow(0px -1px 16px rgba(0, 0, 0, .2));
    width: 100%;
}

section.section06 ul li h3 {
    font-size: 3.6rem;
    font-weight: 800;
    padding: 18px 0 20px;
    line-height: 130%;
}

section.section06 ul li p {
    line-height: 160%;
    font-weight: 500;
    font-size: 1.8rem;
    padding-bottom: 4px;
}

div.sec_wrap {
    background: linear-gradient(100deg, #0B0B0B, #332B95, #332B92);
}

section.section07 {
    background-image: url('../img/feedback_bg01.png');
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

section.section07 h2 {
    color: #fff;
    padding: 150px 0 15px;
    line-height: 120%;
}

section.section07 h3 {
    background-color: #793FDF;
    padding: 10px 30px;
    color: #fff;
    font-size: 3.2rem;
    border-radius: 10px;
    display: inline-block;
    margin-bottom: 136px;
    font-weight: 400;
}

section.section07 ul {
    padding-bottom: 160px;
}

section.section07 ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 140px;
}

section.section07 ul li:nth-child(2) {
    flex-direction: row-reverse;
}

section.section07 ul li div.tablet {
    width: 40%;
}

section.section07 ul li img {
    filter: drop-shadow(0px 0px 14px rgba(254, 255, 215, .15));
    width: 100%;
}

section.section07 ul li .feedback_cont {
    width: 56%;
    color: #fff;
}

section.section07 ul li .feedback_cont p {
    font-size: 4.4rem;
    font-weight: 600;
    padding-bottom: 30px;
    line-height: 120%;
}

section.section07 ul li .feedback_cont span {
    font-size: 2.4rem;
    width: 93%;
    display: inline-block;
}

section.section08 {
    background-image: url('../img/everywhere_bg01.png');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    color: #fff;
}

section.section08 h2 {
    color: #fff;
    padding-bottom: 10px;
    border-bottom: 2px solid #fff;
    padding-left: 30px;
}

section.section08 .top_cont ul {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #fff;
    padding: 40px 0 60px;
}

section.section08 .top_cont ul li:first-child {
    width: 20%;
    padding-left: 30px;
}

section.section08 .top_cont ul li:first-child h3 {
    color: #fff;
    font-size: 4.8rem;
    padding-bottom: 40px;
    font-weight: 600;
}

section.section08 .top_cont ul li:first-child span {
    font-weight: 300;
    font-size: 3.2rem;
    display: block;
    padding-bottom: 60px;
    line-height: 120%;
}

section.section08 .top_cont ul li:first-child img {
    width: 34px;
}

section.section08 .top_cont ul li:nth-child(2) {
    width: 60%;
    padding-left: 40px;
}

section.section08 .top_cont ul li:nth-child(2) p {
    font-size: 4.4rem;
    font-weight: 700;
    line-height: 130%;
    padding-bottom: 30px;
}

section.section08 .top_cont ul li:nth-child(2) span {
    color: #DCC9FF;
    line-height: 150%;
    font-size: 2.4rem;
}

section.section08 .top_cont ul li:last-child {
    width: 20%;
    align-items: flex-end;
    display: flex;
    justify-content: flex-end;
}

section.section08 .top_cont ul li:last-child img {
    width: 80%;
}

section.section08 .bottom_cont {
    margin-top: 230px;
}

section.section08 .bottom_cont ul {
    padding-bottom: 150px;
}

section.section08 .bottom_cont ul li {
    display: flex;
    justify-content: space-between;
    padding: 60px 0 40px;
    border-bottom: 2px solid #fff;
}

section.section08 .bottom_cont ul li .left {
    width: 60%;
    padding-left: 60px;
}

section.section08 .bottom_cont ul li .left h3 {
    color: #fff;
    font-size: 5.2rem;
    padding-bottom: 30px;
}

section.section08 .bottom_cont ul li .left p {
    font-size: 2.8rem;
    width: 85%;
    padding-bottom: 10px;
}

section.section08 .bottom_cont ul li .right {
    width: 40%;
    text-align: center;
}

section.section08 .bottom_cont ul li .right img {
    width: 90%;
}

section.section09 {
    background-image: url('../img/section09_bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

section.section09 h2 {
    font-size: 8rem;
    color: #232323;
    padding: 10% 0 22px 0;
}

section.section09 .video_elea {
    width: 100%;
    max-width: 1400px;
}

section.section09 .video_elea video {
    width: 100%;
    max-width: 1400px;
    padding-bottom: 10%;
}

section.play_demo {
    background-color: #090E2D;
    color: #fff;
}

section.play_demo .inner {
    display: flex;
    justify-content: space-between;
    padding: 130px 0;
}

section.play_demo .txt_demo {
    width: 83%;
    background-image: url('../img/eleasoop.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    font-size: 5.4rem;
    line-height: 160%;
    font-weight: 900;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 218px 20px;
    border-radius: 10px;
    letter-spacing: .5px;
}

section.play_demo .btn_demo {
    width: 14.5%;
    background: linear-gradient(120deg, #793FDF 50%, #15F5BA);
    border-radius: 10px;
    padding: 50px 24px 30px;
    display: flex;
    flex-direction: column;
}

section.play_demo .btn_demo a {
    width: 100%;
    height: 100%;
}

section.play_demo .btn_demo h3 {
    font-size: 4.8rem;
    line-height: 120%;
    color: #fff;
    height: 60%;
}

section.play_demo .btn_demo .ico_go {
    width: 100%;
    height: 25%;
    text-align: center;
    align-items: center;
}

section.play_demo .btn_demo .ico_go img {
    width: 70%;
}

section.play_demo .btn_demo .go_esoop {
    height: 15%;
    text-align: center;
}

section.play_demo .btn_demo .go_esoop p {
    font-size: 4rem;
    font-weight: 600;
    color: #fff;
}

section.play_demo .btn_demo .go_esoop span {
    font-size: 2rem;
    color: #fff;
}

section.section10 {
    background-image: url('../img/section10_bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #1C1C1C;
}

section.section10 .inner {
    text-align: center;
}

section.section10 p.ques {
    color: #fff;
    font-size: 5.4rem;
    font-weight: 900;
    text-shadow: 0px 3px 5px rgba(255, 255, 255, .3);
    padding-top: 25%;
}

section.section10 p.purchase {
    color: #fff;
    font-size: 4.2rem;
    font-weight: 600;
    text-shadow: 0px 4px 6px rgba(0, 0, 0, .5);
    padding-top: 14px;
}

section.section10 button.btn_contact {
    padding: 12px 100px 16px 100px;
    border-radius: 10px;
    color: #fff;
    background-color: rgba(209, 203, 220, .4);
    font-size: 6rem;
    font-weight: 900;
    text-shadow: 0px 5px 4px rgba(20, 28, 84, .2);
    margin: 46px 0 25% 0;
}

section.section10 button.btn_contact:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


/* sectionEnd */

/* footerStart */
footer {
    background-color: #1C1C1C;
}

footer .footer_logo {
    width: 7.8%;
    padding: 4.3% 0 20px 0;
}

footer .footer_logo img {
    width: 100%;
    min-width: 130px;
}

footer .footer_info {
    font-size: 1.4rem;
    color: #fff;
}

footer .copyright {
    text-align: center;
    font-size: 2rem;
    font-weight: 500;
    color: #DEDEDE;
    padding: 36px 0 40px 0;
}

/* footerEnd */


@media screen and (max-width: 1399px) {
    html,
    body {
        font-size: 50%;
    }

    .inner {
        max-width: 1320px;
        width: 80%;
    }

    section.main_banner .tit_small {
        font-size: 4rem;
        padding: 65px 0 0 16px;
    }

    section.main_banner .tit_main {
        font-size: 35rem;
        line-height: 90%;
    }

    section.main_banner .img_elea {
        width: 35%;
        max-width: 370px;
    }

    section.section09 h2 {
        font-size: 8rem;
    }

    section.play_demo .inner{
        padding: 100px 0;
    }

    section.play_demo .btn_demo h3{
        font-size: 4rem;
    }

    section.play_demo .btn_demo{
        padding: 50px 14px 30px;
    }

    section.play_demo .btn_demo .ico_go img{
        width: 70%;
    }
}

@media screen and (max-width: 1280px) {
    section.main_banner .tit_small {
        font-size: 3.8rem;
    }

    section.main_banner .tit_main {
        font-size: 30rem;
    }

    section.main_banner .tit_sub {
        font-size: 5.6rem;
    }

    section.main_banner .img_elea {
        width: 35%;
        max-width: 330px;
    }

    section.play_demo .inner{
        flex-direction: column;
    }
    
    section.play_demo .txt_demo{
        width: 100%;
        background-size: contain;
    }

    section.play_demo .btn_demo{
        width: 100%;
        padding: 20px 40px;
    }

    section.play_demo .btn_demo a{
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    section.play_demo .btn_demo h3{
        display: inline-block;
        width: 60%;
        height: 100%;
        font-size: 5rem;
    }

    section.play_demo .btn_demo .ico_go{
        width: 22%;
        height: 100%;
        text-align: right;
    }

    section.play_demo .btn_demo .ico_go img{
        width: 30%;
    }

    section.play_demo .btn_demo .go_esoop{
        width: 18%;
        height: 100%;
    }
}


@media screen and (max-width: 1199px) {
    html,
    body {
        font-size: 45%;
    }

    header h1 span {
        font-size: 2.6rem;
    }

    header .btn_lang_select button {
        font-size: 2.2rem;
    }

    section.main_banner .tit_small {
        padding: 45px 0 0 16px;
    }

    section.main_banner .tit_sub {
        font-size: 5rem;
    }

    section.main_banner .img_elea {
        width: 34%;
        max-width: 290px;
    }

    section.section02 .native_teacher h2 {
        font-size: 6rem;
        padding: 0 0 10px 10px;
    }

    section.section02 .native_teacher p {
        font-size: 2.8rem;
    }

    section.section02 ul li {
        border-radius: 20px;
        padding: 20px 20px 40px 30px;
    }

    section.section03 .conversation01 img {
        top: -6px;
    }

    section.section03 .conversation_wrap {
        padding-bottom: 4%;
    }

    section.section04 .specialized_wrap .specialized h4 {
        min-height: 126px;
    }

    section.section05 {
        padding-bottom: 100px;
    }

    section.section05 h2 {
        padding: 120px 0 30px;
    }

    section.section06 h2 {
        text-align: center;
        padding: 100px 0 40px;
    }

    section.section06 ul {
        padding-bottom: 100px;
    }

    section.section07 h3 {
        margin-bottom: 60px;
    }

    section.section07 ul {
        padding-bottom: 100px;
    }

    section.section07 ul li {
        padding-bottom: 70px;
    }

    section.play_demo .txt_demo{
        padding: 200px 20px;
    }
}

@media screen and (max-width: 1023px) {
    html,
    body {
        font-size: 36%;
    }

    h2 {
        font-size: 9rem;
    }

    section.main_banner .tit_main {
        font-size: 36rem;
        line-height: 100%;
    }

    section.section03 .conversation01 img {
        top: -6px;
    }

    section.section04 .specialized_wrap .specialized h4 {
        min-height: 102px;
    }

    section.section03 .conversation01 p,
    section.section04 .specialized_wrap .specialized p,
    section.section08 .top_cont ul li:nth-child(2) span{
        font-size: 3rem;
    }

    section.section06 ul li p {
        font-size: 2.6rem;
        padding-bottom: 2px;
        line-height: 140%;
    }

    section.play_demo .inner{
        padding: 80px 0;
    }

    section.play_demo .txt_demo{
        padding: 180px 20px;
    }

    section.play_demo .btn_demo h3{
        font-size: 6rem !important;
    }

    section.play_demo .btn_demo .go_esoop p{
        font-size: 5rem !important;
    }

    section.play_demo .btn_demo .go_esoop span{
        font-size: 3rem !important;
    }

    footer .footer_info {
        font-size: 2.7rem;
    }

    footer .copyright {
        font-size: 3rem;
    }

}

@media screen and (max-width: 929px) {
    section.main_banner .tit_main {
        font-size: 36rem;
    }

    section.main_banner .tit_sub {
        font-size: 6rem;
    }

    section.play_demo .txt_demo {
        padding: 160px 20px;
    }
}

@media screen and (max-width: 863px) {
    .inner {
        width: 86%;
    }

    header h1 {
        font-size: 7rem;
    }

    header h1 span {
        font-size: 3.6rem;
    }

    section.main_banner .tit_main {
        font-size: 34rem;
    }

    section.section02 .native_teacher h2 {
        font-size: 6rem;
        padding: 0 0 10px 10px;
    }

    section.section02 .native_teacher p {
        font-size: 3rem;
    }

    section.section02 ul li {
        border-radius: 16px;
        padding: 16px 20px 20px 30px;
        margin-bottom: 14px;
    }

    section.section03 h2 {
        padding: 76px 0 40px;
    }

    section.section03 .conversation01 img {
        top: -6px;
    }

    section.section03 .conversation_wrap {
        padding-bottom: 2%;
    }

    section.section04 h2 {
        padding: 80px 0 10px;
    }

    section.section04 h3 {
        margin-bottom: 30px;
    }

    section.section04 .specialized_wrap {
        margin-top: 60px;
    }

    section.section04 .specialized_wrap .specialized h4 {
        min-height: 100px;
        margin-bottom: 5px;
    }

    section.section05 {
        padding-bottom: 80px;
    }

    section.section05 h2 {
        color: #fff;
        padding: 60px 0 20px;
    }

    section.section06 h2 {
        padding: 80px 0 30px;
    }

    section.section06 ul {
        padding-bottom: 50px;
    }

    section.section07 h2 {
        padding: 80px 0 15px;
    }

    section.section07 h3 {
        margin-bottom: 46px;
    }

    section.section07 ul {
        padding-bottom: 70px;
    }

    section.section07 ul li {
        padding-bottom: 40px;
    }

    section.section07 ul li .feedback_cont p {
        padding-bottom: 10px;
    }

    section.section08 .top_cont ul {
        padding: 30px 0 40px;
    }

    section.section08 .bottom_cont {
        margin-top: 130px;
    }

    section.section08 .bottom_cont ul li .left {
        padding-left: 20px;
    }

    section.play_demo .btn_demo .ico_go{
        width: 12%;
    }

    section.play_demo .btn_demo .ico_go img{
        width: 70%;
    }

    section.play_demo .btn_demo .go_esoop{
        width: 28%;
    }

    section.section10 p.purchase {
        padding-top: 0px;
    }

    section.section10 button.btn_contact {
        margin: 16px 0 25% 0;
    }

    footer .footer_logo {
        padding: 14.3% 0 20px 0;
    }
}

@media screen and (max-width: 767px) {

    html,
    body {
        font-size: 36%;
    }

    p,
    span {
        font-size: 2.8rem !important;
    }

    h2 {
        font-size: 6rem;
    }

    header .btn_lang_select button {
        width: 100px;
        height: 28px;
        margin-top: 4px;
    }

    section.main_banner .tit_main {
        font-size: 29rem;
    }

    section.main_banner .tit_sub {
        font-size: 5rem;
    }

    section.section02 .native_teacher_wrap {
        padding: 6.8% 0 4.8%;
    }

    section.section02 .native_teacher h2 {
        font-size: 6rem;
        padding: 0 0 10px 0;
    }

    section.section02 .native_teacher p {
        padding: 10px 4px 10px 0;
    }

    section.section02 ul li {
        padding: 10px 20px 30px;
        border-radius: 10px;
        margin-bottom: 14px;
    }

    section.section02 ul li h3 {
        font-size: 3rem;
        margin-bottom: 10px;
    }

    section.section03 .conversation_wrap {
        padding-bottom: 6%;
    }

    section.section03 h2 {
        padding: 50px 0 30px;
    }

    section.section03 .conversation01 img {
        top: -6px;
    }

    section.section04 h3 {
        margin-bottom: 20px;
    }

    section.section04 .specialized_wrap {
        margin-top: 60px;
        padding-bottom: 60px;
    }

    section.section04 .specialized_wrap .specialized h4 {
        min-height: 100px;
        margin-bottom: 8px;
    }

    section.section05 {
        padding-bottom: 100px;
    }

    section.section05 h2 {
        padding: 100px 0 20px;
    }

    section.section06 h2 {
        padding: 120px 0 30px;
    }

    section.section06 ul {
        flex-flow: column;
        align-items: center;
        padding-bottom: 50px;
    }

    section.section06 ul li {
        width: 66%;
        padding-bottom: 60px;
    }

    section.section06 ul li h3 {
        font-size: 4.2rem;
        padding: 18px 0 20px 16px;
    }

    section.section06 ul li p {
        padding-left: 16px;
    }

    section.section07 {
        background-size: contain;
    }

    section.section07 h2 {
        width: 80%;
        margin: 0 auto;
        padding: 80px 0 15px;
    }

    section.section07 h3 {
        width: 80%;
        margin: 0 auto 60px;
        font-size: 3rem;
        display: block;
    }

    section.section07 ul {
        padding-bottom: 80px;
    }

    section.section07 ul li {
        flex-flow: column;
        align-items: center;
        padding-bottom: 50px;
    }

    section.section07 ul li:nth-child(2) {
        flex-flow: column;
        align-items: center;
    }

    section.section07 ul li div.tablet {
        width: 80%;
    }

    section.section07 ul li .feedback_cont {
        width: 78%;
        padding-left: 2%;
    }

    section.section07 ul li .feedback_cont p {
        font-size: 4.6rem !important;
        padding: 6px 0 20px;
        line-height: 130%;
    }

    section.section08 {
        background-position: center;
    }

    section.section08 .top_cont ul {
        padding: 24px 0 20px;
    }

    section.section08 .top_cont ul li:first-child h3 {
        font-size: 3.8rem;
    }

    section.section08 .top_cont ul li:nth-child(2) p {
        font-size: 3.6rem !important;
    }

    section.section08 .top_cont ul li:first-child {
        padding-left: 10px;
    }

    section.section08 .top_cont ul li:nth-child(2) {
        padding-left: 20px;
    }

    section.section08 .top_cont ul li:first-child img {
        width: 24px;
    }

    section.section08 .bottom_cont {
        margin-top: 130px;
    }

    section.section08 h2 {
        padding-left: 10px;
    }

    section.section08 .bottom_cont ul li {
        padding: 30px 0 20px;
    }

    section.section08 .bottom_cont ul li .left {
        padding-left: 0;
    }

    section.section08 .bottom_cont ul li .left h3 {
        font-size: 4.8rem;
        padding-bottom: 20px;
    }

    section.play_demo .inner {
        padding: 60px 0;
    }

    section.play_demo .txt_demo {
        padding: 130px 20px;
    }

    section.section10 p.ques {
        font-size: 5.6rem !important;
    }

    section.section10 p.purchase {
        font-size: 4.2rem !important;
        padding-top: 0px;
    }

    footer .footer_logo {
        padding: 9.3% 0 20px 0;
    }

}

@media screen and (max-width: 679px) {

    html,
    body {
        font-size: 28%;
    }

    header h1{
        display: flex;
        flex-flow: column;
        line-height: 1;
    }

    header .btn_lang_select button {
        width: 80px;
        height: 26px;
    }

    header h1 {
        font-size: 6rem;
        margin-left: 0;
    }

    header h1 span {
        font-size: 3rem;
    }

    header .btn_lang_select {
        margin-right: 0;
    }
}

@media screen and (max-width: 579px) {
    html,
    body {
        font-size: 32%;
    }

    .inner {
        width: 88%;
    }

    header h1 {
        font-size: 5rem;
    }

    header h1 span {
        font-size: 2.9rem;
    }

    section.main_banner .tit_main {
        font-size: 24rem;
    }

    section.main_banner .tit_sub {
        font-size: 4.2rem;
    }

    section.section02 .inner .native_teacher {
        width: 100%;
    }

    section.section02 .native_teacher_wrap {
        flex-flow: column;
    }

    section.section02 .inner .native_teacher_img {
        width: 100%;
    }

    section.section02 ul li {
        padding: 10px 10px 20px;
        border-radius: 10px;
        margin-bottom: 14px;
    }

    section.section02 ul li h3 {
        font-size: 2.4rem;
    }

    section.section04 h3 {
        padding: 8px 40px;
    }

    section.section04 .specialized_wrap .specialized h4 {
        font-size: 3.5rem;
        min-height: 70px;
    }

    section.section04 .specialized_wrap .specialized p {
        line-height: 130%;
    }

    section.section05 h2 {
        padding: 60px 0 20px;
        line-height: 120%;
    }

    section.section06 h2 {
        padding: 80px 0 30px;
    }

    section.section06 ul li {
        width: 80%;
        padding-bottom: 40px;
    }

    section.section06 ul li p {
        padding-bottom: 4px;
    }

    section.section07 h3 {
        margin-bottom: 40px;
    }

    section.section07 ul li {
        padding-bottom: 50px;
    }

    section.section08 .top_cont ul li:first-child {
        width: 25%;
    }

    section.section08 .top_cont ul li:last-child {
        width: 15%;
    }

    section.section08 .top_cont ul li:last-child img {
        width: 90%;
    }

    section.section08 .bottom_cont {
        margin-top: 100px;
    }

    section.section08 .bottom_cont ul li {
        padding: 30px 0 20px 10px;
        align-items: center;
    }

    section.section08 .bottom_cont ul li .left {
        width: 65%;
    }

    section.section08 .bottom_cont ul li .left h3 {
        font-size: 4rem;
    }

    section.section08 .bottom_cont ul li .left p {
        line-height: 120%;
    }

    section.section08 .bottom_cont ul li .right {
        width: 35%;
    }

    section.section08 .bottom_cont ul li .right img {
        width: 100%;
    }

    section.section09 h2 {
        font-size: 6rem;
    }

    section.play_demo .btn_demo h3 {
        font-size: 5rem !important;
    }

    section.play_demo .txt_demo {
        font-size: 5rem;
        padding: 100px 20px;
    }

    section.section10 p.ques {
        font-size: 5.4rem !important;
    }

    section.section10 p.purchase {
        padding-top: 6px;
    }

    section.section10 button.btn_contact {
        font-size: 5rem;
        padding: 8px 60px 12px 60px;
        margin: 24px 0 25% 0;
    }
}

@media screen and (max-width: 479px) {
    .inner {
        width: 90%;
    }

    header h1 span {
        display: block;
    }

    header .btn_lang_select button {
        font-size: 2.6rem;
    }

    section.main_banner .tit_small {
        line-height: 110%;
    }

    section.main_banner .tit_sub {
        font-size: 4.8rem;
        line-height: 120%;
    }

    section.main_banner .img_elea {
        position: relative;
        width: 60%;
        text-align: right;
        margin-top: -54px;
        margin-left: 40%;
    }

    section.section02 ul {
        flex-flow: column;
    }

    section.section02 ul li {
        width: 100%;
        padding: 10px 20px 20px;
    }

    section.section02 ul li h3 {
        font-size: 2.6rem;
    }

    section.section02 ul li .benefit_rt {
        justify-content: flex-end;
    }

    section.section02 ul li:first-child img {
        width: 70%;
    }

    section.section02 ul li img {
        width: 80%;
    }

    section.section03 h2 {
        width: 80%;
        margin: 0 auto;
    }

    section.section03 .conversation_wrap {
        flex-flow: column;
        justify-content: center;
        align-items: center;
    }

    section.section03 .conversation01 {
        width: 80%;
        margin-bottom: 30px;
    }

    section.section03 .conversation01 img {
        top: -3px;
    }

    section.section04 h2 {
        padding: 40px 0 20px;
    }

    section.section04 h3 {
        font-size: 2.8rem;
        padding: 6px 26px;
    }
    section.section04 .specialized_wrap{
    flex-flow: column;
    }

    section.section04 .specialized_wrap .specialized h4 {
        font-size: 3.8rem;
    }

    section.section04 .specialized_wrap .specialized p {
        width: 90%;
    }

    section.section05 {
        padding-bottom: 60px;
    }

    section.section05 h2 {
        padding: 60px 0 10px;
    }

    section.section06 h2 {
        font-size: 7rem;
        padding: 80px 0 20px;
        width: 80%;
        margin: 0 auto;
    }

    section.section06 ul li {
        width: 90%;
    }

    section.section07 h2 {
        width: 90%;
        margin: 0 auto;
    }

    section.section07 h3 {
        width: 90%;
        margin: 0 auto;
        display: block;
        padding: 4px 20px;
    }

    section.section07 ul {
        margin-top: 20px;
    }

    section.section07 ul li {
        padding-bottom: 40px;
    }

    section.section07 ul li div.tablet {
        width: 94%;
    }

    section.section07 ul li .feedback_cont {
        width: 90%;
    }

    section.section08 {
        background-position: bottom;
    }

    section.section08 .top_cont ul {
        flex-flow: column;
    }

    section.section08 .top_cont ul li:first-child {
        display: flex;
        flex-direction: row;
        width: 100%;
        align-items: center;
    }

    section.section08 .top_cont ul li:first-child h3 {
        width: 20%;
        padding-bottom: 10px;
    }

    section.section08 .top_cont ul li:first-child span {
        width: 70%;
        padding-bottom: 10px;
    }

    section.section08 .top_cont ul li:first-child img {
        height: 24px;
    }

    section.section08 .top_cont ul li:nth-child(2) {
        padding: 10px 0 0 10px;
        width: 100%;
    }

    section.section08 .top_cont ul li:nth-child(2) p {
        padding-bottom: 20px;
    }

    section.section08 .top_cont ul li:last-child {
        width: 100%;
    }

    section.section08 .top_cont ul li:last-child img {
        width: 24%;
    }

    section.section08 .bottom_cont ul li {
        flex-flow: column;
        align-items: center;
        justify-content: center;
    }

    section.section08 .bottom_cont ul li .left {
        width: 90%;
    }

    section.section08 .bottom_cont ul li .right {
        width: 90%;
    }

    section.section08 .bottom_cont ul li .right img {
        width: 100%;
    }

    section.section08 .bottom_cont ul {
        padding-bottom: 60px;
    }

    section.section09 h2 {
        padding: 10% 0 10px 0;
    }

    section.play_demo .txt_demo{
        font-size: 4.2rem;
        padding: 80px 20px;
    }

    section.play_demo .btn_demo {
        padding: 14px 30px;
    }

    section.play_demo .btn_demo h3 {
        font-size: 4.6rem !important;
    }

    section.play_demo .btn_demo .go_esoop span{
        font-size: 2.5rem !important;
    }

    section.section10 p.ques {
        padding-top: 30%;
    }
    
    section.section10 p.ques {
        font-size: 5rem;
    }
}

@media screen and (max-width: 399px) {
    .inner {
        width: 90%;
    }

    header .btn_lang_select button {
        width: 64px;
        height: 24px;
    }

    section.main_banner .tit_main {
        font-size: 22rem;
    }

    section.section03 h2 {
        width: 100%;
    }

    section.section03 .conversation01 {
        width: 100%;
    }

    section.section04 h2 {
        font-size: 5.6rem;
    }

    section.section04 h3 {
        font-size: 2.6rem
    }

    section.section04 .specialized_wrap .specialized h4 {
        min-height: fit-content;
        font-size: 4.2rem;
    }

    section.section04 .specialized_wrap .specialized {
        width: 100%;
        margin-bottom: 30px;
        font-size: 4.8rem;
    }

    section.section06 h2 {
        font-size: 6rem;
    }

    section.section08 .top_cont ul li:first-child h3 {
        width: 28%;
    }

    section.section08 .top_cont ul li:first-child span {
        width: 62%;
    }

    section.section08 .bottom_cont ul li .left p {
        padding-bottom: 6px;
        line-height: 120%;
    }

    section.play_demo .txt_demo {
        font-size: 3.8rem;
        padding: 60px 20px;
    }

    section.play_demo .btn_demo {
        padding: 14px 20px;
    }

    section.play_demo .btn_demo h3 {
        width: 54%;
        font-size: 4rem !important;
    }

    section.play_demo .btn_demo .go_esoop{
        width: 34%;
    }

    section.play_demo .btn_demo .go_esoop p {
        font-size: 4rem !important;
    }

    section.section10 p.ques {
        font-size: 5rem !important;
    }

    section.section10 p.purchase {
        font-size: 3.6rem !important;
    }

    section.section10 button.btn_contact {
        font-size: 4.2rem;
        padding: 4px 40px 8px 40px;
    }
}