@font-face {
    font-family: 'NotoSansKR-R';
    src: local('noto sans kr'),
        url(/public_html/resource/font/NotoSansKR-Regular.otf);
}

@font-face {
    font-family: 'NotoSansKR-B';
    src: local('noto sans kr'),
        url(/public_html/resource/font/NotoSansKR-Bold.otf);
}

@font-face {
    font-family: 'NanumSquareRound';
    font-weight: 200;
    src: url(/public_html/resource/font/NanumSquareRoundL.eot);
    src: url(/public_html/resource/font/NanumSquareRoundL.eot?#iefix) format('embedded-opentype'),
        local(※), url(/public_html/resource/font/NanumSquareRoundL.woff) format('woff'),
        local(※), url(/public_html/resource/font/NanumSquareRoundL.ttf) format('truetype');
}

@font-face {
    font-family: 'NanumSquareRound';
    font-weight: 400;
    src: url(/public_html/resource/font/NanumSquareRoundR.eot);
    src: url(/public_html/resource/font/NanumSquareRoundR.eot?#iefix) format('embedded-opentype'),
        local(※), url(/public_html/resource/font/NanumSquareRoundR.woff) format('woff'),
        local(※), url(/public_html/resource/font/NanumSquareRoundR.ttf) format('truetype');
}

@font-face {
    font-family: 'NanumSquareRound';
    font-weight: 600;
    src: url(/public_html/resource/font/NanumSquareRoundB.eot);
    src: url(/public_html/resource/font/NanumSquareRoundB.eot?#iefix) format('embedded-opentype'),
        local(※), url(/public_html/resource/font/NanumSquareRoundB.woff) format('woff'),
        local(※), url(/public_html/resource/font/NanumSquareRoundB.ttf) format('truetype');
}

@font-face {
    font-family: 'NanumSquareRound';
    font-weight: 800;
    src: url(/public_html/resource/font/NanumSquareRoundEB.eot);
    src: url(/public_html/resource/font/NanumSquareRoundEB.eot?#iefix) format('embedded-opentype'),
        local(※), url(/public_html/resource/font/NanumSquareRoundEB.woff) format('woff'),
        local(※), url(/public_html/resource/font/NanumSquareRoundEB.ttf) format('truetype');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-position: center;
    background-repeat: no-repeat;
    letter-spacing: -0.05em;
    word-break: keep-all;
}

html,
body {
    min-width: unset;
}

body {
    font-family: 'NotoSansKR-R';
    font-size: 20px;
    font-weight: 500;
    color: #3d3d3d;
}

body.act {
    height: 100%;
    min-height: 100%;
    overflow: hidden !important;
    touch-action: none;
}

ul,
ol,
li,
a {
    list-style: none;
    text-decoration: none;
    color: inherit;
}

img,
video {
    display: block;
}

button {
    cursor: pointer;
}

input:focus,
select:focus,
textarea:focus {
    outline: 0;
    border: 1px solid #7700C1;
    box-shadow: inset 1px 1px 0px #7700C1, inset -1px -1px 0px #7700C1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 1em;
}

.wrap {
    position: relative;
}

.con {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
}

.section {
    position: relative;
    display: block;
    padding-top: 124px;
}

.tit {
    font-family: 'NotoSansKR-B';
}

.section_tit {
    transform: translateY(100px);
    margin-bottom: 64px;
    opacity: 0;
    transition: 2s;
}

.section.act .section_tit:not(.section08 .section_tit) {
    transform: translateY(0);
    opacity: 1;
}

.section .con .section_tit img {
    margin: 0 auto;
}

.delay2 {
    animation-delay: 0.4s;
}

.delay4 {
    animation-delay: 1s;
}

.delay6 {
    animation-delay: 1.3s;
}

.yellow {
    color: #FFFB92;
    font-weight: 600;
}

.pink {
    color: #FF7676;
    font-weight: 600;
}

.redPink {
    color: #FF3D8E;
    font-weight: 600;
}

.purple {
    color: #7700C1;
}

/**************************/
/* header */
header {
    z-index: 99;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 100px;
    background-color: #f5f5f5;
}

.logo {
    width: 171px;
    height: 69px;
    background-image: url(/public_html/resource/images/common/logo.svg);
    text-indent: -999%;
    overflow: hidden;
    cursor: pointer;
}

.nav {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    display: flex;
    justify-content: space-around;
    width: 60%;
    height: 100%;
    font-weight: 800;
}

.nav li {
    width: 100%;
    max-width: 250px;
    cursor: pointer;
    text-align: center;
    line-height: 93px;
    transition: 0.3s;
    position: relative;
}

.nav li .sub_menu {
    position: absolute;
    background-color: #ececec;
    width: 100%;
    display: none;
}

.nav li:hover {
    /*     background-color: #ececec; */
    color: #9528d9;
}

.nav li:hover .sub_menu {
    display: block;
}

.nav li .sub_menu>li {
    color: #3d3d3d;
}

.nav li .sub_menu>li:hover {
    color: #ffffff;
    background-color: rgb(139, 139, 139);
}

.util {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 16px;
    color: #767676;
}

.util li {
    display: flex;
    gap: 2px;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
}

.util li.mypage {
    width: 135px;
    border-radius: 100px;
    color: #252525;
    font-size: 18px;
    font-family: 'NotoSansKR-B';
    padding: 6px 0px;
    display: flex;
    gap: 5px;
}

.util li.login {
    width: 135px;
    background-color: #471c78;
    border-radius: 100px;
    color: #fff;
    font-size: 18px;
    font-family: 'NotoSansKR-B';
}

.util li.login span {
    display: block;
    width: 100%;
    height: 100%;
    padding: 6px 0px;
    text-align: center;
}

.util li.admin {
    position: relative;
    margin-right: 8px;
}

.util li.admin::before {
    content: "";
    position: absolute;
    transform: translate(0, -50%);
    top: 50%;
    right: -8px;
    width: 1px;
    height: 12px;
    background-color: #c0c0c0;
}

.m_menu {
    position: relative;
    display: none;
    width: 48px;
    height: 48px;
    border-radius: 6px;
    cursor: pointer;
}

.m_menu .bar {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 30px;
    height: 3px;
    background-color: #3D3D3D;
}

.m_menu .bar2 {
    top: 30%;
}

.m_menu .bar3 {
    top: 71%;
}

.m_nav {
    position: absolute;
    top: 93px;
    right: 0;
    display: none;
    width: 80%;
    height: calc(100vh - 93px);
    background-color: #fff;
    z-index: 1000;
}

.m_nav.act {
    display: block;
}

.m_nav .m_nav_top {
    background-color: #e7e7e7;
}

.m_nav .m_nav_top .user {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 20px 24px;
    border-bottom: 1px solid #cecece;
}

.m_nav .m_nav_top .user .icon_wrap {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    background-color: #fff;
    border-radius: 50%;
    line-height: 36px;
    text-align: center;
}

.m_nav .m_nav_top .user span {
    font-weight: 800;
}

.m_nav .m_nav_top .user_option {
    display: flex;
    border-bottom: 1px solid #cecece;
}

.m_nav .m_nav_top .user_option p {
    padding: 8px 0;
    text-align: center;
    cursor: pointer;
    flex: 1;
}

.m_nav .m_nav_top .user_option p:first-child {
    border-right: 1px solid #CECECE;
}

.m_nav .m_nav_bottom ul li {
    display: block;
    padding: 30px 48px;
    border-bottom: 1px solid #f2f2f2;
}

/* header end*/
/* section01 */
.section01 {
    /* height: calc(100vh - 93px); */
    padding: 0;
    background-color: #471C78;
    background-image: url(/public_html/resource/images/common/bg_space.png);
    background-size: cover;
    padding: 64px 0;
}

.section01::before {
    content: "";
    position: absolute;
    bottom: -1px;
    transform: rotate(180deg) scaleX(-1);
    width: 100%;
    height: 100px;
    background-image: url(/public_html/resource/images/common/section_wave.svg);
    background-size: auto 100%;
    background-repeat: no-repeat;
}

.section01 .con {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    height: 100%;
    /* padding: 64px 0; */
}

.section01 .con .wayKor {
    margin: 0 auto;
    margin-bottom: 14px;
}

.section01 .con>div {
    width: 100%;
}

.section01 .con .left .searchStyle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 560px;
    height: 74px;
    margin: 0 auto;
    padding: 17px 34px;
    border-radius: 100px;
    background-color: #fff;
    font-size: 28px;
    box-shadow: 6px 6px 20px #2B0754, -8px -8px 14px #5816A3, inset 14px 14px 10px #ebebeb;
}

.section01 .con .left .searchStyle .text_wrap .text {
    display: none;
}

.section01 .con .right {
    position: relative;
    width: 960px;
    height: 540px;
    background-color: #333;
    border-radius: 30px;
    flex-shrink: 0;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}

.section01 .con .right iframe {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
}

.section01 .con .scrInfo {
    position: absolute;
    transform: translate(-50%, 0);
    bottom: 150px;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 84px;
    height: 84px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
}

.section01 .con .scrInfo::before {
    content: "";
    position: absolute;
    top: 24px;
    left: 50%;
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 30px;
    animation-name: bounce;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

@keyframes bounce {
    0% {
        transform: translate(-50%, -50%);
    }

    100% {
        transform: translate(-50%, 100%);
    }
}

/* section01 end*/
/* section02 */
.section02 {
    padding-bottom: 124px;
}

.section02::before {
    content: "";
    position: absolute;
    bottom: -1px;
    transform: scaleX(-1);
    width: 100%;
    height: 124px;
    background-image: url(/public_html/resource/images/common/section_wave.svg);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-color: #FAF9FE;
}

.section02 .con .item {
    position: relative;
    display: flex;
    flex-direction: column;
    font-size: 24px;
    margin-bottom: 164px;
}

.section02 .con .item .point {
    left: 0;
    display: flex;
    gap: 24px;
    align-items: center;
}

.section02 .con .item:nth-child(2n+1) .point {
    flex-direction: row-reverse;
    left: inherit;
    right: 0;
}

.section02 .con .item .point .text_wrap {
    flex-shrink: 0;
}

.section02 .con .item .point .point_img_wrap {
    position: relative;
}

.section02 .con .item .point .text_wrap .flag {
    display: inline-block;
    margin-bottom: 16px;
    font-weight: 800;
    font-size: 18px;
    padding: 4px 18px;
    background-color: #F0E3FF;
    border-radius: 100px;
}

.section02 .con .item .point .text_wrap .tit {
    font-size: 36px;
    margin-bottom: 24px;
}

.section02 .con .item .point .point_img_wrap img {
    width: 100%;
}

.section02 .con .item .point2 .book_wrap {
    transform: rotate(-30deg) skew(25deg) translate(-10%, -50px);
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
    width: 940px;
    opacity: 0.8;
}

.section02 .con .item .point2 .book_wrap div {
    display: flex;
    gap: 24px;
}

.section02 .con .item .point2 .book {
    width: 180px;
    height: 240px;
    background-size: cover;
    box-shadow: -10px 10px 5px #E4DFFF;
    opacity: 0.4;
}

.section02 .con .item .point2 .book {
    animation-name: stand;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.section02 .con .item .point2 .book:nth-child(2) {
    animation-delay: 0.5s;
}

.section02 .con .item .point2 .book:nth-child(3) {
    animation-delay: 0.8s;
}

@keyframes stand {
    0% {
        transform: translate(0, 0);
        opacity: 0.4;
        box-shadow: -10px 10px 5px #E4DFFF;
    }

    50% {
        transform: translate(0, 0);
        opacity: 0.4;
        box-shadow: -10px 10px 5px #E4DFFF;
    }

    100% {
        transform: translate(20px, -20px);
        opacity: 1;
        box-shadow: -30px 30px 20px #E4DFFF;
    }
}

.section02 .con .item .point2 .point_img_wrap .logo_wrap {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 458px;
    height: 210px;
    background-image: url(/public_html/resource/images/common/point2_img.png);
}

.section02 .con .item .point3 {
    flex-direction: column;
}

.section02 .con .item .point3 .text_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}

.section02 .con .item .point3 .text_wrap .flag {
    margin-right: 100%;
}

.section02 .con .item .point3 .point_img_wrap {
    width: 100%;
    perspective: 1500px;
}

.section02 .con .item .point3 .text_wrap .tit {
    margin-right: 24px;
}

.section02 .con .item .point3 .point_img_wrap img.pc {
    width: 80%;
}

.section02 .con .item .point3 .point_img_wrap img.m {
    display: none;
    width: 80%;
    margin: 0 auto;
}

.section02 .con .item .point3 .point_img_wrap .perspective_img {
    position: absolute;
    transform: rotateY(-20deg);
    right: 60px;
    bottom: 50%;
    width: 500px;
    height: 280px;
    background-image: url(/public_html/resource/images/common/point3_perspectiveImg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

@keyframes skrew {
    0% {
        transform: translate(40%, 40%) rotateY(-20deg);
        opacity: 0;
    }

    100% {
        transform: translate(40%, 40%) rotateY(-45deg);
        opacity: 1;
    }
}

.section02 .con .item .point4 .point_img_wrap {
    width: 50vw;
    height: 600px;
}

.section02 .con .item .point4 .point_img_wrap .phone {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 500px;
}

.section02 .con .item .point4 .point_img_wrap .phone img:first-child {
    width: 100%;
}

.section02 .con .item .point4 .point_img_wrap .bubble {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 150px;
    height: 150px;
    animation-name: bubble;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.section02 .con .item .point4 .point_img_wrap .bubble.bubble1 {
    top: -15%;
    left: -15%;
}

.section02 .con .item .point4 .point_img_wrap .bubble.bubble2 {
    width: 160px;
    height: 160px;
    top: -25%;
    left: 50%;
    z-index: -1;
}

.section02 .con .item .point4 .point_img_wrap .bubble.bubble3 {
    width: 200px;
    height: 200px;
    top: 100%;
    left: 0;
}

.section02 .con .item .point4 .point_img_wrap .bubble.bubble4 {
    width: 200px;
    height: 200px;
    top: -10%;
    left: 100%;
}

.section02 .con .item .point4 .point_img_wrap .bubble.bubble5 {
    width: 220px;
    height: 220px;
    top: 100%;
    left: 100%;
}

@keyframes bubble {
    0% {
        transform: translate(-50%, -50%);
    }

    100% {
        transform: translate(-50%, -60%);
    }
}

/* section02 end */
/* section03 */
.section03 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: 100vh;
    height: 550vh;
    padding: 0;
    padding-top: 64px;
    background-color: #FAF9FE;
}

.section03 .section03_wrap {
    width: 100%;
    height: 100vh;
    padding-top: 124px;
    position: sticky;
    top: 0;
}

.section03 .con .section_tit {
    transition: 0.5s;
}

.section03 .con .section_tit img.m {
    display: none;
}

.section03 .item_wrap {
    /* opacity: 0; */
    position: relative;
    height: 434px;
}

.section03 .item {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
}

.section03 .item .left .talk>div {
    display: flex;
    gap: 10px;
    align-items: center;
}

.section03 .item .left .talk>div .question_mark,
.section03 .item .left .talk>div .question_mark img,
.section03 .item .left .talk>div .answer_mark,
.section03 .item .left .talk>div .answer_mark img {
    flex-shrink: 0;
    width: 68px;
    height: 68px;
}

.section03 .item .left .talk>div:last-child {
    margin-top: 24px;
    flex-direction: row-reverse;
    min-height: 120px;
    padding-bottom: 24px;
}

.section03 .item .left .talk .text {
    display: inline;
    padding: 14px 28px;
    border-radius: 30px;
    border: 1px solid #E1E1E1;
    word-break: keep-all;
}

.section03 .item .left .talk .text span {
    font-family: 'NotoSansKR-B';
    font-size: 24px;
}

.section03 .item .left .talk .answer .text {
    background-color: #471C78;
    color: #fff;
}

.section03 .item02 .left .talk .answer .text {
    display: flex;
    flex-direction: row;
}

.section03 .item02 .left .talk .answer .text div ul li {
    font-size: 16px;
}

.section03 .item02 .left .talk .answer .text div ul li span {
    color: #FFFB92;
    font-size: 20px;
}

.section03 .item02 .left .talk .answer .text div:nth-child(1) {
    width: 70%;
}

.section03 .item02 .left .talk .answer .text div:nth-child(2) {
    width: 30%;
}

.section03 .item02 .left .talk .answer .text div:nth-child(2) p {
    border-left: 1px solid #fff;
}

.section03 .item02 .left .talk .answer .text div p {
    text-align: center;
}

.section03 .item04 .left .talk .answer .text p {
    text-align: left;
}

.section03 .item04 .left .talk .answer .text p span.goo,
.section03 .item04 .left .talk .answer .text p span.app {
    font-size: inherit;
    padding-left: 24px;
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: left center;
}

.section03 .item04 .left .talk .answer .text p span.goo {
    background-image: url(/public_html/resource/images/common/playstore.png);
}

.section03 .item04 .left .talk .answer .text p span.app {
    background-image: url(/public_html/resource/images/common/appstore.png);
}

.section03 .item .left .talk .answer .text span {
    font-family: 'NotoSansKR-B';
    font-size: 24px;
}

.section03 .item .right {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.section03 .item .right img {
    flex-shrink: 1;
    border-radius: 10px;
}

.section03 .range {
    position: absolute;
    /* bottom: 20px; */
    bottom: 0;
    left: 0;
    width: 100%;
    height: 36px;
    background-color: #EAEAEA;
    overflow: hidden;
}

.section03 .range ul {
    position: absolute;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100vw;
    height: 100%;
}

.section03 .range ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25%;
    flex-shrink: 0;
}

.section03 .range ul li img {
    height: 18px;
}

.section03 .range.active {
    position: absolute;
    /* bottom: 20px; */
    bottom: 0;
    left: 0;
    background-color: #FF3D8E;
    width: 0;
    max-width: 100%;
    transition: 0.5s;
}

/* section03 end */
/* section04 */
.section04 {
    padding-bottom: 124px;
}

.section04 .con .review {
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

.section04 .con .review li {
    width: 100%;
    padding: 24px;
    border: 1px solid #DDDDDD;
    border-radius: 30px;
    line-height: 1.8;
    word-break: keep-all;
}

.section04 .con .review li .user {
    display: flex;
    gap: 18px;
    align-items: center;
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #DDDDDD;
    color: #9f9f9f;
    font-size: 18px;
}

.section04 .con .review li .user .teacher {
    width: 64px;
    height: 64px;
    flex-shrink: 0;
    border-radius: 100px;
    background-color: #F5F5F5;
    overflow: hidden;
}

/* section04 end */
/* section05 */
.section05 {
    margin: 0 50px;
    padding: 28px 0;
    background: url(/public_html/resource/images/common/section05_bg.png), linear-gradient(45deg, #6B36A7, #E20088);
    border-radius: 30px;
    background-size: auto 100%;
    background-repeat: no-repeat;
    overflow: hidden;
    box-shadow: 0px 8px 10px rgba(122, 51, 204, 0.2);
}

.section05 .section_tit {
    display: flex;
    justify-content: center;
    gap: 16px;
    padding: 0;
    margin: 28px 0;
}

.section05 .cta_btn {
    display: block;
    width: 185px;
    margin: 0 auto;
    padding: 12px 24px;
    border-radius: 100px;
    text-align: center;
    background-color: #fff;
    font-weight: 800;
    font-size: 24px;
    cursor: pointer;
}

/* section05 end */
/* section06 */
.section06 .con .item {
    display: flex;
    gap: 48px;
    padding: 0 50px;
}

.section .con .item .video {
    position: relative;
    width: 704px;
    height: 396px;
    box-shadow: 0px 0px 20px rgba(122, 51, 204, 0.4);
    border-radius: 20px;
    flex-shrink: 0;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}

.section .con .item .video iframe {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.section .con .item .video::before {
    position: absolute;
    content: "";
    bottom: -100px;
    left: -50px;
    background-image: url(/public_html/resource/images/common/section06_img.png);
    width: 180px;
    height: 216px;
}

.section .con .item .text {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 36px 0px;
}

.section .con .item .text .hp_logo {
    width: 100%;
    height: 110px;
    object-fit: contain;
    padding-bottom: 36px;
    margin-bottom: 36px;
    border-bottom: 1px solid #D1D1D1;
}

.section .con .item .text p {
    line-height: 1.8;
    word-break: keep-all;
}

/* section06 end */
/* section07 */
.section07 {
    margin-bottom: 124px;
}

.section07 .section_tit {
    position: relative;
    padding-bottom: 64px;
}

.section07 .con .section_tit img.m {
    display: none;
}

.section07 .section_tit::before {
    position: absolute;
    transform: translateX(-50%);
    bottom: 0;
    left: 50%;
    content: "";
    display: block;
    width: 102px;
    height: 1px;
    background-color: #CECECE;
}

.section07 .history {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.section07 .history img {
    margin-bottom: 10px;
}

.section07 .cc_logo {
    margin: 0 auto;
    margin-bottom: 54px;
}

/* section07 end */
/* section08 */
.section08 {
    padding-bottom: 124px;
    margin: 0;
    background-image: url(/public_html/resource/images/common/bg_space.png);
    background-size: cover;
    background-position: center;
    background-color: #471C78;
}

.con .application_wrap {
    max-width: 872px;
    margin: 0 auto;
    padding: 54px;
    border-radius: 30px;
    box-sizing: border-box;
    background-color: #ffffff;
}

.con .application_wrap h2 {
    font-size: 36px;
    margin-bottom: 36px;
    font-weight: 900;
    text-align: center;
}

.con .application_wrap .input_wrap label {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 24px;
}

.con .application_wrap .input_wrap label input,
.con .application_wrap .input_wrap select,
textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #cecece;
    border-radius: 4px;
    font-size: 18px;
    resize: none;
}

.con .application_wrap .input_wrap label input:focus,
.con .application_wrap .input_wrap select:focus {
    outline: 0;
    border: 1px solid #7700C1;
    box-shadow: inset 1px 1px 0px #7700C1, inset -1px -1px 0px #7700C1;
}

.con .application_wrap .input_wrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(/public_html/resource/images/common/input_arrow.png);
    background-position: right 14px center;
    background-size: 24px;
}

.con .application_wrap .input_wrap label input::placeholder,
textarea::placeholder {
    color: #ababab;
}

.con .application_wrap .input_wrap label p.info {
    width: 100%;
    margin-bottom: 4px;
    text-align: left;
}

.con .application_wrap .input_wrap label p.info span {
    color: #ff1818;
}

.con .application_wrap .input_wrap label.tel div {
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: space-between;
    width: 100%;
}

.con .application_wrap .input_wrap select.time,
.con .application_wrap .input_wrap select.area {
    width: calc((100% - 16px)/2);
}

.con .application_wrap .input_wrap label.check_box {
    flex-wrap: nowrap;
    justify-content: left;
    align-items: center;
    gap: 4px;
    flex: 1;
    margin-bottom: 54px;
}

.con .application_wrap .input_wrap label.check_box .info {
    margin-bottom: 0;
    font-size: 16px;
}

.con .application_wrap .input_wrap label p.info span.policy_btn {
    color: #C0C0C0;
    cursor: pointer;
}

.con .application_wrap .input_wrap label.check_box input[type="checkbox"] {
    width: 20px;
    height: 20px;
}

.con .application_wrap .input_wrap label.inquiry_wrap {
    margin-bottom: 10px;
}

.input_wrap button {
    display: block;
    margin: 0 auto;
    padding: 14px 54px;
    border-radius: 100px;
    font-size: 18px;
    color: #fff;
    background-color: #7700C1;
    border: 0;
    outline: 0;
    font-weight: 900;
}

/* section08 end*/
/* footer */
footer {
    background-color: #f5f5f5;
    font-size: 16px;
}

footer .con .wrap {
    display: flex;
    align-items: center;
    gap: 54px;
    padding: 24px 0;
}

footer .con .wrap .footer_info {
    max-width: 478px;
}

footer .con .wrap .footer_info .link_wrap {
    display: flex;
    gap: 54px;
    margin-bottom: 24px;
}

footer .con .wrap .footer_info .link_wrap li {
    cursor: pointer;
}

footer .con .wrap .footer_info .info {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 10px;
}

footer .con .wrap .footer_info .info div span:first-child {
    padding-right: 10px;
}

footer .con .wrap .qr_wrap {
    display: flex;
    gap: 24px;
    margin-left: auto;
    text-align: center;
}

footer .con .wrap .qr_wrap .qr img {
    margin-bottom: 6px;
}

/* footer end */
/* pupUp */
.pupUp {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    z-index: 100;
}

.pupUp.act {
    display: block;
}

.pupUp .text_wrap {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    padding: 36px;
    border-radius: 20px;
    background-color: #fff;
    max-width: 1280px;
    height: 540px;
    font-size: 16px;
    line-height: 1.8;
}

.pupUp .text_wrap p {
    display: none;
    height: 100%;
    padding-right: 10px;
    overflow-y: scroll;
}

.pupUp .text_wrap p.act {
    display: block;
}

.pupUp .text_wrap p::-webkit-scrollbar {
    width: 4px;
}

.pupUp .text_wrap p::-webkit-scrollbar-thumb {
    background: #FF3D8E;
    border-radius: 10px;
}

.pupUp .text_wrap p::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0);
}

.pupUp .text_wrap .close_btn {
    position: absolute;
    transform: translate(50%, -50%);
    right: 0px;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    font-size: 24px;
    background-color: #7700C1;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
}

/* pupUp end */
/* plyaer btn wrap */
.player_btn_wrap {
    position: fixed;
    top: 164px;
    right: 24px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.player_btn_wrap li {
    width: 252px;
    height: 88px;
    padding: 20px;
    border-radius: 100px;
    cursor: pointer;
    transition: 0.3s;
}

.player_btn_wrap li.way2 {
    background-color: #55C560;
    background-image: url(/public_html/resource/images/common/way2_player_btn.png);
}

.player_btn_wrap li.way3 {
    background-color: #FF922E;
    background-image: url(/public_html/resource/images/common/way3_player_btn.png);
}

.player_btn_wrap li.way2:hover {
    background-color: #43DC52;
    box-shadow: 0px 0px 20px rgba(37 255 88 / 40%);
}

.player_btn_wrap li.way3:hover {
    background-color: #FF701F;
    box-shadow: 0px 0px 20px rgba(255, 146, 46, 0.4);
}

.player_btn_wrap li.hp {
    background-color: #558FFF;
    background-image: url(/public_html/resource/images/common/hp_player_btn.png);
}

.player_btn_wrap li.hp:hover {
    background-color: #377CFF;
    box-shadow: 0px 0px 20px rgba(85, 143, 255, 0.4);
}

.player_btn_wrap li.way3-1 {
    background-color: #FF68B1;
    background-image: url(/public_html/resource/images/common/way3-1_player_btn.png);
}

.player_btn_wrap li.way3-1:hover {
    background-color: #FF5BAA;
    box-shadow: 0px 0px 20px rgba(255, 146, 46, 0.4);
}

.top_btn {
    display: none;
    position: fixed;
    bottom: 180px;
    right: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 88px;
    height: 88px;
    background-color: #252525;
    border-radius: 50%;
    cursor: pointer;
}

/* scr animation */
.section02 .con .item .point .text_wrap .flag,
.section02 .con .item .point .text_wrap .tit,
.section02 .con .item .point .text_wrap .info,
.section02 .con .item .point .point_img_wrap,
.section .con .item,
.section04 .con .review li {
    transition: 1s;
    transform: translateY(100px);
    opacity: 0;
}

.section08 .section_tit {
    transform: translateY(0);
    opacity: 1;
}

.section.act .con .item {
    transition-delay: 0.5s;
    transform: translateY(0);
    opacity: 1;
}

.section02 .con .item.act .point .text_wrap .flag {
    transition-delay: 0;
    transform: translateY(0);
    opacity: 1;
    white-space: nowrap;
}

.section02 .con .item.act .point .text_wrap .tit {
    transition-delay: 0.1s;
    transform: translateY(0);
    opacity: 1;
}

.section02 .con .item.act .point .text_wrap .info {
    transition-delay: 0.2s;
    transform: translateY(0);
    opacity: 1;
}

.section02 .con .item.act .point .point_img_wrap {
    transition-delay: 0.1s;
    transform: translateY(0);
    opacity: 1;
}

.section02 .con .item.act .point3 .point_img_wrap .perspective_img {
    animation-name: skrew;
    transition-delay: 1s;
    object-fit: contain;
}

.section03.act .con .item {
    opacity: 0;
    transition: 0.5s 0.3s;
}

.section03.act .con .item.act {
    opacity: 1;
}

.section04.act .con .review li {
    transition-delay: 0.2s;
    opacity: 1;
    transform: translateY(0);
}

.section04.act .con .review li:nth-child(2) {
    transition-delay: 0.4s;
    opacity: 1;
    transform: translateY(0);
}

.section04.act .con .review li:nth-child(3) {
    transition-delay: 0.6s;
    opacity: 1;
    transform: translateY(0);
}

.section05 {
    opacity: 0.5;
    transform: translateY(100px);
    background-position: center;
    background-size: auto 100%;
    box-shadow: 0px 0px 0px rgba(122, 51, 204, 0.0);
}

.section05.act {
    opacity: 1;
    transition: 1s;
    transform: translateY(0);
    background-position: center;
    background-size: auto 100%;
    box-shadow: 0px 8px 10px rgba(122, 51, 204, 0.2);
}

.section07 .history {
    transition: 2s;
    opacity: 0;
    justify-content: center;
    width: calc(100% - (140px * 5));
    margin: 0 auto;
}

.section07.act .history {
    width: 100%;
    opacity: 1;
    justify-content: space-between;
}

.section08 {
    transition: 1s;
    background-size: auto 90%;
}

.section08.act {
    background-size: auto 100%;
}

.section08.act .con {
    opacity: 1;
    transition: 1s;
    transform: translateY(0);
}

.main {
    padding: 36px 0px;
    font-family: 'NanumSquareRound';
}

.main .con-wrap {
    width: 100%;
    height: 510px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 48px;
    color: #3D3D3D;
    margin-bottom: 90px;
}

.main .con-wrap .con {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.main .con .month {
    border-radius: 0px 20px 20px 0px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 36px;
    padding: 36px;
    padding-left: 100px;
    background-color: #471C78;
    background-image: url(/public_html/resource/images/common/main_bg.png);
    color: #ffff;
    box-shadow: 0px 4px 10px #92849e;
}

.main.grade .con-wrap .month {
    border-radius: 20px;
}

.main .con .month .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main .con .month .title a {
    background-color: #FF3D8E;
    padding: 5px 20px;
    border-radius: 50px;
    transition: all 0.2s;
    color: #ffffff;
    font-weight: 600;
}

.main .con .month .title a:hover {
    box-shadow: 0px 0px 10px #FF3D8E;
}

.main .con .month .title a:hover svg {
    fill: #ffffff;
}

.main .con h2 {
    font-size: 32px;
    font-weight: 900;
}

.main .left .books {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 18px;
}

.main .left .books li {
    width: 100%;
    min-height: 200px;
    /*     padding: 18px; */
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    border-radius: 5px;
}

.main .left .books li p {
    margin-bottom: 10px;
    text-align: center;
    font-weight: 800;
}

.main .left .books li img {
    border-radius: 10px;
    cursor: pointer;
}

/* 
.main .left .books li:hover img {
    transform: scale(1.05);
    transition: all 0.1s;
} */

.main .left .player-btn-wrap {
    display: flex;
    gap: 18px;
    padding-left: 100px;
}

.main .left .player-btn-wrap .player-btn {
    width: 100%;
    min-height: 45px;
    max-height: 110px;
    aspect-ratio: 45/11;
    box-shadow: 0px 0px 10px #FF3D8E;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main .left .player-btn-wrap .player-btn img {
    width: 100%;
    height: 100%;
    max-width: 450px;
    max-height: 110px;
}

.main .left .player-btn-wrap .player-btn {
    border: none;
    background-color: #FF3D8E;
    border-radius: 20px;
    transition: all 0.2s;
}

.main .left .player-btn-wrap .player-btn.line {
    background-color: #ffffff;
}

.main .left .player-btn-wrap .player-btn:hover {
    margin-top: -5px;
}

.main.fourth-grade .con-wrap {
    height: auto;
}

.main.fourth-grade .con .month {
    border-radius: 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 36px;
    padding: 36px;
    padding-left: 36px;
    background-color: #471C78;
    background-image: url(/public_html/resource/images/common/main_bg.png);
    color: #ffff;
    box-shadow: 0px 4px 10px #92849e;
}

.main.fourth-grade .left .player-btn-wrap {
    padding-left: 0px;
    width: 100%;
}

.main.fourth-grade .left .player-btn-wrap .player-btn {
    width: 100%;
    height: 90px;
    box-shadow: 0px 0px 10px #FF3D8E;
}

.main.fourth-grade .left .player-btn-wrap .player-btn img {
    width: auto;
    height: 100%;
    margin: 0 auto;
}

.main.fourth-grade .right {
    display: none;
}

.main.fourth-grade .guide-btn {
    display: none;
}

.main .right {
    height: 100%;
    padding-right: 100px;
}

.main .right .title {
    border-bottom: 1px solid #3d3d3d;
    display: flex;
    gap: 10px;
    align-items: center;
    padding-bottom: 18px;
}

.main .right .title a {
    width: 42px;
    height: 42px;
    background-image: url(/public_html/resource/images/icon/arrow-circle-right.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.main .right .title a:hover {
    background-image: url(/public_html/resource/images/icon/arrow-circle-right-fill.svg);
}

.main .right .notice-wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: space-between;
    border-bottom: 1px solid #3d3d3d;
}

.main .right .notice-wrap li {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 18px 10px;
}

.main .right .notice-wrap li:hover {
    background-color: #f8f3ff;
    border-radius: 5px;
}

.main .right .notice-wrap li ins {
    color: #838383cc;
    text-decoration: none;
    font-size: 16px;
}

.main .right .notice-wrap li a {
    position: relative;
    width: calc(100% - 100px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.main .right .notice-wrap li a.new {
    padding-left: 55px;
}

.main .right .notice-wrap li a.new:hover::before {
    font-weight: 400;
}

.main .right .notice-wrap li a.new::before {
    content: "New";
    position: absolute;
    left: 0px;
    background-color: #FF3D8E;
    color: white;
    width: 50px;
    height: 30px;
    text-align: center;
    border-radius: 5px;
}

.main .btn-wrap {
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 18px;
    padding-right: 100px;
}

.main .btn-wrap .btn {
    display: inline-block;
    height: 100%;
    line-height: 70px;
    font-weight: 800;
    width: 250px;
    border-radius: 50px;
    text-align: center;
    justify-content: center;
    align-items: center;
    transition: all 0.2s;
    background-color: #b1b1b1;
    color: #ffffff;
    box-shadow: 0px 0px 10px #e0e0e0;
}

.main .btn-wrap .btn:hover {
    background-color: #747474;
    color: #ffffff;
}

.main .btn-wrap .guide-btn {
    position: relative;
    background-color: #3d3d3d;
    display: flex;
    gap: 5px;
    color: #ffffff;
    line-height: 100px;
}

.main .btn-wrap .guide-btn img {
    position: absolute;
    top: -70px;
    width: 90px;
    height: 90px;
    border-radius: 50px;
}

.main .btn-wrap .guide-btn:hover {
    background-color: #FF3D8E;
    color: #ffffff;
}

.main .btn-wrap .guide-btn:hover p {
    color: #ffffff;
}

.main .btn-wrap .guide-btn:hover svg {
    fill: #ffffff;
}

/* agency recruit */
.agency_recruit {
    background: linear-gradient(180deg, #FCF9FE 0%, #FAF9FE 100%);
}

.agency_recruit .con {
    padding: 85px 0;
    color: #3B3983;
}

.agency_recruit .con h1 {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 15px;
    font-size: 40px;
    font-weight: bold;
}

.agency_recruit .con h1 img {
    height: 69px;
}

.agency_recruit .con h2 {
    padding: 30px 0 120px;
    color: #3B3983;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
}

.agency_recruit .con ul.step {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    max-width: 774px;
    font-size: 20px;
    font-weight: bold;
    margin: 0 auto 50px;
}

.agency_recruit .con ul.step li img {
    margin: 0 auto 20px;
}

.agency_recruit .con ul.info {
    display: grid;
    grid-template: repeat(2, auto) / repeat(3, 1fr);
    gap: 6px;
}

.agency_recruit .con ul.info>li {
    padding: 15px;
    border-radius: 10px;
    background-color: #fff;
    font-size: 18px;
    color: #333;
}

.agency_recruit .con ul.info .title {
    background-color: #F2E6FF;
    font-weight: bold;
    color: #471C78;
    text-align: center;
}

.agency_recruit .con ul.info .title img {
    display: inline-block;
    vertical-align: sub;
    margin-right: 10px;
}

.agency_recruit .con ul.info>li ul {
    padding-left: 23px;
}

.agency_recruit .con ul.info>li ul li {
    list-style: disc;
    line-height: 1.6;
}

.about {
    background: #471C78 url("/public_html/resource/images/common/about_bg.png") center / auto 248px no-repeat;
    transition: background-size 0.5s;
}



.about .con {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 50px;
    height: 248px;
    transition: height 0.5s;
}

.about .con div {
    display: grid;
    grid-template-rows: 124px auto;
    justify-items: center;
    align-items: center;
    width: 324px;
    padding: 0 30px 20px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
}

.about .con div a {
    width: 100%;
    padding: 8px 30px;
    border-radius: 25px;
    color: #fff;
    text-align: center;
}

.about .con div a.btn_way {
    background-color: #8A1FFF;
}

.about .con div a.btn_cc {
    background-color: #0034FF;
}

.contact .con .application_wrap {
    max-width: 764px;
    padding: 85px 0;
}

/* scr animation end */
@media(max-width:1440px) {
    header {
        padding: 12px 50px;
    }
}

@media(max-width:1320px) {
    header {
        padding: 12px 15px;
    }

    .con {
        padding: 0px 30px;
    }

    .section02 .con .item {
        height: auto;
    }

    .section02 .con .item .point2 .book_wrap {
        transform: rotate(-30deg) skew(25deg);
    }

    .section02 .con .item .point2 .point_img_wrap .logo_wrap {
        left: 60%;
    }

    .section02 .con .item .point3 .point_img_wrap {
        position: relative;
        display: flex;
        justify-content: cneter;
    }

    .section02 .con .item .point3.point_img_wrap>img {
        display: none;
        position: static;
    }

    .section02 .con .item .point3 .point_img_wrap .perspective_img {
        right: inherit;
    }

    .section05 {
        margin: 0 15px;
    }

    .section06 .con .item {
        padding: 0;
    }

    .agency_recruit .con {
        padding: 85px 30px;
    }
}

@media(max-width:1280px) {
    .section {
        padding-top: 80px;
    }

    .section_tit {
        margin-bottom: 54px;
    }

    .nav,
    .util {
        display: none;
    }

    .top_btn {
        right: 50px;
    }

    .m_menu {
        display: block;
    }

    .section01 {
        height: auto;
        padding-top: 124px;
        padding-bottom: 124px;
    }

    .section01::before {
        height: 50px;
    }

    .section01 .con {
        flex-direction: column;
    }

    .section03 .range,
    .section03 .range.active {
        bottom: 88px;
    }

    .player_btn_wrap {
        top: inherit;
        bottom: 0;
        right: 0;
        flex-direction: row;
        gap: 0;
        width: 100%;
    }

    .player_btn_wrap li.way,
    .player_btn_wrap li.hp {
        width: 50%;
        border-radius: 0;
        background-color: #302F30;
    }

    .player_btn_wrap li.way2 {
        background-image: url(/public_html/resource/images/common/m_way2_player_btn.png);
    }

    .player_btn_wrap li.way3 {
        background-image: url(/public_html/resource/images/common/m_way3_player_btn.png);
    }

    .player_btn_wrap li.way3-1 {
        background-image: url(/public_html/resource/images/common/m_way3-1_player_btn.png);
    }

    .player_btn_wrap li.hp {
        background-image: url(/public_html/resource/images/common/m_hp_player_btn.png);
    }

    .player_btn_wrap li {
        border-right: 1px solid #484848;
    }

    .player_btn_wrap li:last-child {
        border-right: inherit;
    }

    .section02 .con .item {
        margin-bottom: 86px;
    }

    .section02 .con .item .point,
    .section02 .con .item:nth-child(2n+1) .point {
        flex-direction: column;
        align-items: center;
    }

    .section02 .con .item .point .text_wrap {
        width: 100%;
        text-align: center;
        padding-top: 30px;
        transition: 0.8s;
        opacity: 0;
    }

    .section02 .con .item.act .point .text_wrap {
        opacity: 1;
    }

    .section02 .con .item .point .text_wrap .flag,
    .section02 .con .item .point .text_wrap img {
        margin: 0 auto;
    }

    .section02 .con .item .point .text_wrap .tit {
        margin-bottom: 8px;
    }

    .section02 .con .item.act .point .point_img_wrap,
    .section02 .con .item .point2 .book_wrap {
        width: 100%;
        align-items: flex-start;
    }

    .section02 .con .item .point2 .book_wrap,
    .section02 .con .item .point2 div {
        transform: inherit;
        flex-direction: row;
        gap: 12px;
        flex-wrap: nowrap;
    }

    .section02 .con .item .point2 .book_wrap div {
        gap: 12px;
    }

    .section02 .con .item .point2 .book_wrap div .book {
        width: 15.36vw;
        height: 18.75vw;
        animation-name: stand;
        animation-duration: 4s;
        animation-iteration-count: infinite;
        animation-direction: alternate;
    }

    .section02 .con .item .point2 .book_wrap div:nth-child(1) div:nth-child(2) {
        animation-delay: 0.4s;
    }

    .section02 .con .item .point2 .book_wrap div:nth-child(2) div:nth-child(1) {
        animation-delay: 0.8s;
    }

    .section02 .con .item .point2 .book_wrap div:nth-child(2) div:nth-child(2) {
        animation-delay: 1.2s;
    }

    .section02 .con .item .point2 .book_wrap div:nth-child(2) div:nth-child(3) {
        animation-delay: 1.4s;
    }

    .section02 .con .item .point3 .text_wrap {
        display: block;
    }

    .section02 .con .item .point3 .tit {
        margin: 0 auto;
        margin-bottom: 8px;
    }

    .section02 .con .item .point3 .text_wrap .info {
        margin: 0;
    }

    .section02 .con .item .point3 .point_img_wrap img.pc,
    .section02 .con .item .point3 .point_img_wrap .perspective_img {
        display: none;
    }

    .section02 .con .item .point3 .point_img_wrap img.m {
        display: block;
    }

    @keyframes stand {
        0% {
            transform: translate(0, 0);
            opacity: 0.4;
            box-shadow: 0px 10px 5px #E4DFFF;
        }

        50% {
            transform: translate(0, 0);
            opacity: 0.4;
            box-shadow: 0px 10px 5px #E4DFFF;
        }

        100% {
            transform: translate(0, -10px);
            opacity: 1;
            box-shadow: 0px 30px 20px #E4DFFF;
        }
    }

    .section02 .con .item .point2 .point_img_wrap .logo_wrap {
        left: 50%;
        width: 320px;
        height: 180px;
        background-size: 100%;
        align-items: center;
    }

    .section02 .con .item .point3 .point_img_wrap {
        max-width: 720px;
        width: 100%;
        gap: 16px;
    }

    .section02 .con .item .point3 .point_img_wrap .perspective_img {
        animation: none;
        transform: rotate(0) translate(0);
        position: static;
        width: 70%;
        height: auto;
        border-radius: 10px;
        background-image: none;
        box-shadow: none;
    }

    .section02 .con .item .point3 .point_img_wrap .perspective_img::before {
        content: "";
        display: block;
        width: 100%;
        padding-bottom: 56.276%;
        background-image: url(/public_html/resource/images/common/point3_perspectiveImg.jpg);
        background-size: cover;
        border-radius: 10px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    }

    .section03 .range ul li img {
        height: 2vw;
    }

    .section03 .item {
        align-items: center;
    }

    .section03 .item .left>img {
        display: none;
    }

    .section03 .item .left .talk>div:last-child {
        margin-top: 14px;
    }

    .section05 {
        padding: 24px 0 48px 0;
    }

    .section06 .con .item {
        flex-direction: column-reverse;
        align-items: center;
    }

    .section .con .item .text {
        padding: 0
    }

    .section .con .item .text p {
        text-align: center;
    }

    .section .con .item .text .hp_logo {
        padding-bottom: 12px;
        margin-bottom: 12px;
    }

    .section07 .history {
        flex-wrap: wrap;
        gap: 36px;
        width: 100%;
    }

    .section07 .history li {
        width: calc((100% - 72px) / 3);
    }

    .section07 .history li img {
        margin: 0 auto;
    }

    footer {
        margin-bottom: 88px;
    }
}

@media(max-width:1080px) {
    .section .con .section_tit img {
        width: 100%;
        object-fit: contain;
    }

    .section02 .con .section_tit img {
        height: 100px;
    }

    .section03 .con .section_tit img {
        height: 100px;
    }

    .section04 .con .section_tit img {
        height: 92px;
    }

    .section06 .con .section_tit img {
        height: 48px;
    }

    .section07 .con .section_tit img {
        height: 170px;
    }
}

@media(max-width:1024px) {
    .section01 .con .scrInfo {
        display: none;
    }

    .section02 .con .item:last-child {
        margin-bottom: 0;
    }

    .section02 .con .item .point4 .point_img_wrap {
        height: 450px;
    }

    .section02 .con .item .point4 .point_img_wrap .phone {
        width: auto;
    }

    .section02 .con .item .point4 .point_img_wrap .phone img:first-child {
        width: 450px;
        margin: 0 auto;
    }

    .section02 .con .item .point4 .point_img_wrap .bubble.bubble1 {
        top: 0;
        left: 0;
    }

    .section02 .con .item .point4 .point_img_wrap .bubble.bubble2 {
        top: 0;
    }

    .section03 .section03_wrap {
        padding-top: 54px;
    }


    .section03 .item {
        flex-direction: column;
    }

    .section03 .item .left .talk>div {
        align-items: flex-start;
    }

    .section03 .item .right {
        flex-direction: row;
        align-items: center;
    }

    .section03 .item .right img {
        width: calc((100% - 12px)/2);
    }

    .section04 .con .review {
        max-width: 600px;
        flex-direction: column;
        margin: 0 auto;
    }

    .section04 .con .review li {
        border-radius: 14px;
    }

    .section05 {
        padding: 24px 0;
        border-radius: 14px;
    }

    .section05 .section_tit {
        flex-direction: column;
        align-items: center;
        margin: 0;
        margin-bottom: 16px;
    }

    .section05 .section_tit img:nth-child(1) {
        width: 41.41vw;
    }

    .section05 .section_tit img:nth-child(2) {
        width: 47.75vw;
    }

    .section05 .cta_btn {
        font-size: 15px;
    }

    .section07 .cc_logo {
        width: 280px;
    }

    footer .con .wrap {
        flex-direction: column;
    }

    footer .con .wrap .footer_info .link_wrap {
        align-items: center;
    }

    footer .con .wrap .qr_wrap {
        margin: 0 auto;
    }

    .agency_recruit .con h1 {
        column-gap: 10px;
        font-size: 30px;
    }

    .agency_recruit .con h1 img {
        height: 50px;
    }

    .agency_recruit .con h2 {
        padding: 20px 0 85px;
    }

    .agency_recruit .con ul.step {
        padding: 0 30px;
        font-size: 18px;
    }

    .agency_recruit .con ul.step li:first-child img {
        width: calc(61px * 0.8);
    }

    .agency_recruit .con ul.step li:nth-child(2) img {
        width: calc(53px * 0.8);
    }

    .agency_recruit .con ul.step li:nth-child(3) img {
        width: calc(71px * 0.8);
    }

    .agency_recruit .con ul.step li:last-child img {
        width: calc(49px * 0.8);
    }

    .agency_recruit .con ul.info>li {
        font-size: 16px;
    }

    .about {
        background-size: auto 193px;
    }

    .about .con {
        height: 193px;
    }

    .about .con div {
        width: 210px;
        grid-template-rows: 99px auto;
    }

    .about .con div:first-child img {
        width: calc(171px * 0.7);
    }

    .about .con div:last-child img {
        width: calc(118px * 0.7);
    }

    .about .con div a {
        padding: 5px 30px;
        font-size: 16px;
    }


}

@media(max-width:960px) {
    .section01 .con .right {
        width: 92.45vw;
        height: 52.08vw;
        border-radius: 16px;
    }

}

@media(max-width:768px) {
    .con {
        padding: 0px 15px;
    }

    .logo {
        width: 90px;
        height: 36px;
        background-size: 100%;
    }

    .m_menu {
        width: 24px;
        height: 24px;
    }

    .m_nav {
        top: 60px;
        height: calc(100vh - 60px);
    }

    .m_menu .bar {
        width: 18px;
        height: 2px;
    }

    .m_menu .bar2 {
        top: 25%;
    }

    .m_menu .bar3 {
        top: 75%;
    }

    body {
        font-size: 16px;
    }

    .section {
        padding-top: 54px;
    }

    .section_tit {
        margin-bottom: 36px;
    }

    .section .con .item .video {
        width: 91.67vw;
        height: 51.56vw;
    }

    .top_btn {
        right: 10px;
        width: 64px;
        height: 64px;
    }

    .top_btn img {
        height: 36px;
    }

    .section01 {
        padding: 56px 0 80px 0;
    }

    .section01 .con {
        gap: 24px;
    }

    .section01 .con .wayKor {
        width: 240px;
    }

    .section01 .con .left .searchStyle {
        height: 52px;
        font-size: 18px;
    }

    .section02 {
        padding-bottom: 54px;
    }

    .section02 .con .item {
        margin-bottom: 64px;
        font-size: 16px;
    }

    .section02 .con .item .point .text_wrap .flag {
        font-size: 14px;
    }

    .section02 .con .item .point {
        gap: 16px;
    }

    .section02 .con .item .point2,
    .section02 .con .item .point3 {
        gap: 32px;
    }

    .section02::before {
        height: 50px;
    }

    .section02 .con .item .point .text_wrap .tit {
        font-size: 24px;
    }

    .section02 .con .item .point4 .point_img_wrap .phone img:first-child {
        width: 320px;
    }

    .section02 .con .item .point4 .point_img_wrap {
        height: 360px;
    }

    .section02 .con .item .point4 .point_img_wrap .bubble {
        width: 90px;
        height: 90px;
    }

    .section02 .con .item .point4 .point_img_wrap .bubble.bubble2 {
        width: 130px;
        height: 130px;
    }

    .section02 .con .item .point4 .point_img_wrap .bubble.bubble4,
    .section02 .con .item .point4 .point_img_wrap .bubble.bubble3 {
        width: 150px;
        height: 150px;
    }

    .section02 .con .item .point4 .point_img_wrap .bubble.bubble5 {
        width: 160px;
        height: 160px;
    }

    .section03 .con .section_tit img.m {
        display: block;
    }

    .section03 .con .section_tit img.pc {
        display: none;
    }

    .section03 .item .left .talk>div .question_mark,
    .section03 .item .left .talk>div .question_mark img,
    .section03 .item .left .talk>div .answer_mark,
    .section03 .item .left .talk>div .answer_mark img {
        width: 36px;
        height: 36px;
    }

    .section03 .item .left .talk .text {
        padding: 6px 12px;
        border-radius: 16px;
    }

    .section03 .item .left .talk .text,
    .section03 .item .left .talk .text span,
    .section03 .item .left .talk .answer .text span,
    .section04 .con .review li .user,
    .section03 .item02 .left .talk .answer .text div ul li span {
        font-size: 16px;
    }

    .section04 {
        padding-bottom: 54px;
    }

    .section04 .con .review li {
        padding: 14px;
    }

    .section05 {
        margin: 0;
        border-radius: 0;
        padding: 24px 0;
    }

    .section .con .item .text .hp_logo {
        height: 74px;
    }

    .section06 .con .item {
        gap: 24px;
    }

    .section07 {
        margin-bottom: 56px;
    }

    .section07 .section_tit {
        padding-bottom: 24px;
    }

    .section07 .con .section_tit img.m {
        display: block;
        width: 90%;
        margin: 0 auto;
    }

    .section07 .con .section_tit img.pc {
        display: none;
    }

    .section07 .history li img {
        width: 96px;
    }

    .section08 .con .application_wrap {
        padding: 18px;
        border-radius: 16px;
    }

    .section08 .con .application_wrap h2 {
        font-size: 18px;
    }

    .con .application_wrap .input_wrap label input,
    .con .application_wrap .input_wrap select,
    textarea {
        padding: 8px 10px;
        font-size: 15px;
    }

    .pupUp .text_wrap {
        width: calc(100vw - 60px);
        height: 75vh;
        padding: 36px 20px;
    }

    .agency_recruit .con {
        padding: 54px 15px;
    }

    .agency_recruit .con h2 {
        padding: 20px 0 54px;
    }

    .agency_recruit .con ul.step {
        margin: 0 auto 30px;
    }

    .contact .con .application_wrap {
        padding: 54px 0;
    }

    .contact .con .application_wrap h2 {
        font-size: 22px;
    }
}

@media(max-width:680px) {
    .section01 .con .right {
        width: 100%;
        height: 50.34vw;
    }
}

@media(max-width:650px) {
    .m_nav .m_nav_bottom ul li {
        padding: 30px;
    }

    .section02 .con .section_tit img {
        height: 74px;
    }

    .section02 .con .item .point4 .point_img_wrap .phone img:first-child {
        width: 240px;
    }

    .section02 .con .item .point4 .point_img_wrap .bubble {
        width: 70px;
        height: 70px;
    }

    .section02 .con .item .point4 .point_img_wrap .bubble.bubble2 {
        width: 80px;
        height: 80px;
    }

    .section02 .con .item .point4 .point_img_wrap .bubble.bubble4,
    .section02 .con .item .point4 .point_img_wrap .bubble.bubble3,
    .section02 .con .item .point4 .point_img_wrap .bubble.bubble5 {
        width: 100px;
        height: 100px;
    }

    .section02 .con .item .point4 .point_img_wrap {
        height: 260px;
    }

    .agency_recruit .con h2 {
        padding: 20px 0 30px;
    }

    .agency_recruit .con ul.step {
        display: grid;
        grid-template: repeat(2, auto) / repeat(2, auto);
        justify-content: center;
        gap: 30px 15px;
        font-size: 16px;
    }

    .agency_recruit .con ul.step li {
        width: 110px;
        text-align: center;
    }

    .agency_recruit .con ul.step li img {
        margin: 0 auto 10px;
    }

    .agency_recruit .con ul.step li:first-child img {
        width: calc(61px * 0.6);
    }

    .agency_recruit .con ul.step li:nth-child(2) img {
        width: calc(53px * 0.6);
    }

    .agency_recruit .con ul.step li:nth-child(3) img {
        width: calc(71px * 0.6);
    }

    .agency_recruit .con ul.step li:last-child img {
        width: calc(49px * 0.6);
    }

    .agency_recruit .con ul.info {
        grid-template: repeat(6, auto) / 100%;
    }

    .agency_recruit .con ul.info .title {
        padding: 10px;
        font-size: 14px;
    }

    .agency_recruit .con ul.info>li:first-child {
        order: 1;
    }

    .agency_recruit .con ul.info>li:nth-child(2) {
        order: 3;
    }

    .agency_recruit .con ul.info>li:nth-child(3) {
        order: 5;
    }

    .agency_recruit .con ul.info>li:nth-child(4) {
        order: 2;
    }

    .agency_recruit .con ul.info>li:nth-child(5) {
        order: 4;
    }

    .agency_recruit .con ul.info>li:last-child {
        order: 6;
    }

    .about .con {
        justify-content: space-evenly;
        column-gap: unset;
    }

    .about .con div {
        width: 40%;
        min-width: 160px;
        padding: 0 15px 15px;
    }

    .about .con div a {
        padding: 5px 15px;
    }

    .contact .con .application_wrap .input_wrap label.check_box {
        align-items: flex-start;
    }

    .contact .con .application_wrap .input_wrap label.check_box input {
        margin-top: 3px;
    }
}

@media(max-width:480px) {

    .player_btn_wrap li.way,
    .player_btn_wrap li.hp {
        background-size: 90%;
    }

    .section02 .con .item .point2 .point_img_wrap .logo_wrap {
        width: 180px;
    }

    .section02 .con .item .point3 .point_img_wrap img.m {
        width: 80%;
        margin: 0 auto;
    }

    .section.act .con .item:nth-child(3) {
        margin-bottom: 86px;
    }

    .section07 .cc_logo {
        width: 180px;
    }

    .section07 .history {
        gap: 24px;
    }

    .section07 .history li {
        width: calc((100% - 24px) / 2);
    }
}

@media(max-width:380px) {
    .section03 .range ul li img {
        height: 3vw;
    }
}

/*  pop-up */

.scrollLock {
    overflow: hidden;
}

.dimmed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
}

.dimmed.act {
    display: block;
    animation: fadeEffect;
    animation-duration: 0.2s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.log-in {
    position: relative;
    background-color: rgba(255, 255, 255, 0.95);
    background-image: url(/public_html/resource/images/common/bg_space.png);
    background-size: cover;
    padding: 32px 48px;
    border-radius: 18px;
    color: #343434;
}

.log-in form {
    width: 380px;
}

.log-in>div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.log-in .pop-close {
    background-color: transparent;
    position: absolute;
    top: 20px;
    right: 20px;
    border: none;
    width: 48px;
    height: 48px;
    background-image: url(/public_html/resource/images/common/x-circle.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.log-in .pop-close:hover {
    background-image: url(/public_html/resource/images/common/x-circle-fill.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.log-in .pop-close svg {
    fill: #460e8b;
}

.log-in h2 img {
    width: 249.33333333333334px;
    height: 100px;
}

.log-in h3 {
    font-size: 20px;
    text-align: center;
    font-weight: 600;
}

.log-in label {
    padding-top: 10px;
    padding-bottom: 5px;
    display: inline-block;
    font-size: 16px;
    letter-spacing: -0.1em;
}

.log-in input[type="text"],
.log-in input[type="password"] {
    font-size: 1em;
    font-weight: 600;
    letter-spacing: -0.08em;
    display: inline-block;
    width: 100%;
    height: 50px;
    border-radius: 10px;
    background: #fff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    color: #460e8b;
    border: 1px solid #bcbcbc;
    text-indent: 10px;

    &:focus {
        outline: none;
        box-shadow: 0px 0px 10px #8b69b5;
        ;
        text-indent: 10px;
        font-weight: 600;
        letter-spacing: -0.08em;
        color: #460e8b;
    }

    &::placeholder {
        font-size: 0.8em;
        color: #6e6e6e;
    }

    &:disabled {
        background-color: #EDEDED;
        border: 1px solid var(--color-border);
        color: var(--color-font-gray);
    }
}

.log-in .save_id input[type="checkbox"] {
    display: none;
    visibility: hidden;
}

.log-in .save_id .cbx {
    margin: auto;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
}

.log-in .save_id .cbx span {
    display: inline-block;
    vertical-align: middle;
    transform: translate3d(0, 0, 0);
}

.log-in .save_id .cbx span:first-child {
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    transform: scale(1);
    vertical-align: middle;
    border: 1px solid #9098A9;
    transition: all 0.2s ease;
}

.log-in .save_id .cbx span:first-child svg {
    position: absolute;
    top: 3px;
    left: 2px;
    fill: none;
    stroke: #FFFFFF;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    transition: all 0.3s ease;
    transition-delay: 0.1s;
    transform: translate3d(0, 0, 0);
}

.log-in .save_id .cbx span:first-child:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #460e8b;
    display: block;
    transform: scale(0);
    opacity: 1;
    border-radius: 50%;
}

.log-in .save_id .cbx span:last-child {
    padding-left: 8px;
}

.log-in .save_id .cbx:hover span:first-child {
    border-color: #460e8b;
}

.log-in .save_id .inp-cbx:checked+.cbx span:first-child {
    background: #460e8b;
    border-color: #460e8b;
    animation: check-wave 0.4s ease;
}

.log-in .save_id .inp-cbx:checked+.cbx span:first-child svg {
    stroke-dashoffset: 0;
}

.log-in .save_id .inp-cbx:checked+.cbx span:first-child:before {
    transform: scale(3.5);
    opacity: 0;
    transition: all 0.6s ease;
}

@keyframes check-wave {
    50% {
        transform: scale(0.9);
    }
}

.log-in .log-in ul {
    width: 100%;
}

.log-in ul li:last-child {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
}

.log-in ul li:last-child label {
    font-size: 16px;
}

.log-in ul li .save_id {
    width: 30%;
}

.log-in .btn-wrap {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.log-in .btn-wrap a {
    width: 100%;
    padding: 10px 0px;
    text-align: center;
    border-radius: 10px;
}

.log-in .btn-wrap .login_btn {
    background-color: #460e8b;
    font-weight: 800;
    color: white;
}

.log-in .btn-wrap .join_btn {
    border: 1px solid #460e8b;
    background-color: #ffffff;
    font-weight: 800;
    color: #460e8b;
}

.log-in ins {
    text-decoration: none;
    color: #460e8b;
    font-size: 16px;
    letter-spacing: -0.1em;
    text-align: center;
}

@media (max-width: 1400px) {
    .main .con-wrap {
        flex-direction: column;
        width: 100%;
        height: auto;
    }

    .main .con-wrap .con {
        width: 100%;
        padding: 36px;
    }

    .main .con .month {
        padding-left: 36px;
        border-radius: 20px;
    }

    .main .left .player-btn-wrap {
        padding-left: 0;
    }

    .main .right {
        padding-right: 0px;
    }

    .main .btn-wrap {
        padding-right: 36px;
    }
}