@charset "UTF-8"; header {
    display: flex;
    align-items: center;
; position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    justify-content: center;
    background: #fff;
    z-index: 3;
    background: rgba(246,246,246,0.5);
}

body {
    overflow-x: hidden;
}

header nav {
    width: 1600px;
}

.content {
    width: 1600px;
    margin: 0 auto;
}

section {
    width: 100vw;
    height: 100vh;
}

main {
    background: url("../images/pc_bg.svg")top center repeat-y;
}

.content {
    padding-top: 152px;
}

.text-box {
    position: absolute;
    bottom: 3vh;
    z-index: 2;
    transition-duration: 1s;
    transform: translateX(-60px);
    opacity: 0;
}

.textArea {
    position: relative;
    z-index: 2;
    transform-origin: left bottom;
}

.textArea h2 {
    font-size: 64px;
    font-weight: 600;
    color: #2A2A2A;
}

.textArea h2 span {
    font-size: 64px;
}

.textArea h2 span:nth-of-type(1) {
    color: #C40051;
    font-weight: 600;
}

.textArea h2 span:nth-of-type(2) {
    color: #0044BD;
    font-weight: 600;
}

.textArea > strong {
    color: #2A2A2A;
    font-family: "shiningStar";
}

.textArea > strong p {
    font-family: "shiningStar";
    font-size: 52px;
}

.textArea > strong p span.grd {
    font-family: "shiningStar";
    font-size: 52px;
    background: var(---500, linear-gradient(259deg, #0349DF 6.87%, #F32177 55.4%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.textArea > strong p.grd {
    display: inline-block;
    background: var(---500, linear-gradient(259deg, #0349DF 6.87%, #F32177 90.4%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-box.on {
    transform: translateX(0px);
    opacity: 1;
    transform-origin: bottom;
}

.slideBox.on img {
    transform: translateX(0px);
    opacity: 1;
}

.download {
    position: fixed;
    bottom: 40px;
    right: 70px;
    display: flex;
    align-items: center;
    padding-left: 17px;
    padding-right: 65px;
    gap: 0px 4px;
    font-size: 20px;
    color: #C40051;
    font-weight: 600;
    border-radius: 30px;
    border: 1px solid #0349df;
    box-shadow: 0px 8px 16px -4px rgba(196, 0, 81, 0.20);
    height: 60px;
    z-index: 6;
    background: #fff url("../images/down_bg.svg")no-repeat;
    background-size: 81px;
    background-position: right -13px top -4px;
}

.download::After {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url("../images/download.svg")center center no-repeat;
    background-size: 100%;
}

.detail_text span {
    margin-top: 50px;
    color: var(---gray_850, #1F1F1F);
    font-size: var(---font_body_xxl, 22px);
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 33.6px */
    letter-spacing: -1px;
}

.detail_text {
    margin-top: 30px;
    color: var(---gray_850, #1F1F1F);
    font-size: var(---font_body_xxl, 22px);
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -1px;
}

.detail_text > a {
    display: flex;
    align-items: center;
    height: 40px;
    width: 224px;
    border-radius: 100px;
    gap: 0px 8px;
    border: 1px solid #B7B7B7;
    font-size: 20px;
    color: #3A3D4E;
    justify-content: center;
    margin-top: 20px;
    transition-duration: 0.2s;
}

.detail_text > a:hover {
    background: #2A2E43;
    color: #fff;
    font-weight: 500;
}

.detail_text > a::after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background: url("../images/link_arrow.svg")center center no-repeat;
    background-size: 100%;
    transition-duration: 0.2s;
}

.detail_text > a:hover::after {
    background: url("../images/link_arrow_hover.svg")center center no-repeat;
    background-size: 100%;
}

.slideBox {
    width: calc(100% - 10px);
    position: Absolute;
    bottom: 0px;
    left: 0px;
    background: #E1E4F380;
    height: 54vh;
    border-radius: 0px 50vw 50vw 0px;
}

.slideBox img {
    position: Absolute;
    height: calc(100vh - 120px);
    bottom: 0px;
    right: 300px;
    transition-duration: 1s;
    transform: translateX(100px);
    opacity: 0;
}

.slideBox p {
    position: absolute;
    right: 100px;
    top: 50%;
    transform: translateY(-50%)rotate(90deg);
    display: flex;
    align-items: center;
    gap: 0px 16px;
}

.slideBox p::after {
    content: "";
    display: block;
    width: 18px;
    height: 28px;
    background: url("../images/mouse.svg")center center no-repeat;
    background-size: 100%;
    transform: rotate(-90deg);
}

.detail_text .sign {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 70px;
    right: 0px;
}

.detail_text .sign strong {
    font-size: 20px;
    font-weight: 600;
}

.detail_text .sign p {
    width: 140px;
    height: 55px;
    background: url("../images/sign.svg")center center no-repeat;
    background-size: 100%;
    font-size: 0px;
}

section:not(:nth-of-type(1)) {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

section:not(:nth-of-type(1)) h2 {
    margin: 0px auto 120px;
    text-align: center;
}

section:not(:nth-of-type(1)) h2 span {
    display: inline-block;
    background: var(---500, linear-gradient(259deg, #0349DF 6.87%, #F32177 90.4%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
}

.sc2 ul li a {
    border-radius: 20px;
    transition-duration: 0.2s;
    border: 1px solid transparent;
    box-shadow: 0px 0px 0px -4px rgba(196, 0, 81, 0.20);
}

.sc2 ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 28px 40px;
    background: transparent;
}

.sc2 ul li a img {
    display: block;
    margin-bottom: 20px;
    max-height: 297px;
}

.sc2 ul li a:hover {
    box-shadow: 0px 8px 16px -4px rgba(196, 0, 81, 0.20);
    background: #fff;
    border: 1px solid #C40051;
}

.sc2 ul li a:hover strong {
    color: #C40051;
}

.sc2 ul li a strong {
    color: #2A2A2A;
    font-size: 32px;
    font-weight: 700;
    transition-duration: 0.3s;
}

.sc2 ul li a p {
    color: #777676;
    font-size: 18px;
    margin-top: 4px;
}

section.sc3 {
    justify-content: end
}

.slick-ctrl-btn {
    margin: 0 auto;
    display: block;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #E5E9F5 url("../images/stop.svg")center center no-repeat;
}

.slick-ctrl-btn.play {
    background: #E5E9F5 url("../images/play.svg")center center no-repeat;
}

.junggu-t {
    position: relative;
}

.junggu-t .junggu-section {
    width: 100vw;
    height: 75vh;
    min-height: 700px;
}

.junggu-t .junggu-section.slide1 {
    background: url("../images/t1.png")top center no-repeat;
    background-size: cover;
}

.junggu-t .junggu-section.slide2 {
    background: url("../images/t2.png")top center no-repeat;
    background-size: cover;
}

.junggu-t .junggu-section.slide3 {
    background: url("../images/t3.png")top center no-repeat;
    background-size: cover;
}

.junggu-t .junggu-section.slide4 {
    background: url("../images/t4.png")top center no-repeat;
    background-size: cover;
}

.junggu-t .junggu-section.slide5 {
    background: url("../images/t5.png")top center no-repeat;
    background-size: cover;
}

.junggu-t .junggu-section .list-box {
    position: relative;
    padding: 40px 0px 0px 60px;
    height: 100%;
    background: rgba(0,0,0,0.5);
    backdrop-filter: blur(5px);
    width: 60vw;
    margin-left: auto;
}

.junggu-t .junggu-section .list-box h3 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 28px;
}

.junggu-t .junggu-section .list-box .list-line {
    display: flex;
    align-items: start;
    gap: 0px 40px;
}

.junggu-t .junggu-section .list-box .list-line ol {
    display: flex;
    flex-direction: column;
    gap: 17px 0px;
    width: 414px;
}

.junggu-t .junggu-section .list-box .list-line ol li {
    display: flex;
    align-items: center;
    gap: 0px 12px;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.junggu-t .junggu-section .list-box .list-line ol li span {
    display: block;
    width: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    background: #fff;
    color: #1f1f1f;
    border-radius: 50%;
}

.junggu-t .arrows {
    position: absolute;
    z-index: 5;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.junggu-t .arrows .right_arrow a {
    display: block;
    width: 120px;
    height: 120px;
    background: url("../images/right_arrow.svg")center center no-repeat;
    background-size: 100%;
    font-size: 0px;
    cursor: pointer;
}

.junggu-t .arrows .left_arrow a {
    display: block;
    width: 120px;
    height: 120px;
    background: url("../images/left_arrow.svg")center center no-repeat;
    background-size: 100%;
    font-size: 0px;
    cursor: pointer;
}

.videoArea {
    width: 1024px;
    height: 576px;
    aspect-ratio: 16/9;
    background: #626262;
    color: #fff;
    font-size: 60px;
    margin: 0 auto;
    border-radius: 20px;
}

.tabMenu {
    display: flex;
    position: fixed;
    bottom: 40px;
    height: 60px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 100px;
    box-s dow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
    z-index: 6;
    align-items: center;
    background: #fff;
}

.tabMenu li {
    display: flex;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
    position: relative;
}

.tabMenu li a {
    display: flex;
    align-items: center;
    padding: 0px 32px;
    height: 100%;
    color: #3A3D4E;
    font-weight: 500;
    transition-duration: 0.3s;
    border-radius: 100px;
}

.tabMenu li.on a {
    color: #fff;
    background: #2A2E43;
    font-weight: 700;
}

.tabMenu li:nth-of-type(1) {
    border-radius: 100px 0px 0px 100px;
    overflow: hidden;
    left: -5px;
}

.tabMenu li:nth-last-of-type(1) {
    border-radius: 0px 100px 100px 0px;
    overflow: hidden;
    right: -5px;
}

@media screen and (max-width: 1440px) {
    .slick-ctrl-btn {
        display:none;
    }

    html {
        font-size: 20px;
    }

    header nav {
        width: 100%;
        justify-content: center;
        display: flex;
        align-items: center;
    }

    header {
        height: 48px;
        backdrop-filter: blur(3px);
    }

    main {
        background: url("../images/mb_bg.png")top center repeat-y;
        background-size: 100%;
    }

    section {
        height: auto;
    }

    .text-box {
        padding-left: 17px;
    }

    .sc2 ul li a img {
        max-height: none;
    }

    .slideBox,.text-box {
        position: relative;
        bottom: 0px;
    }

    .content {
        width: auto;
        padding-top: 0px;
        padding: 74px 0px 26px;
    }

    .textArea h2, .textArea h2 span {
        font-size: 2rem;
    }

    .detail_text .sign {
        position: unset;
    }

    .detail_text .sign strong {
        font-size: 1.25rem;
    }

    .textArea > strong p {
        font-size: 1.875rem;
    }

    .detail_text {
        font-size: 1rem;
        margin-top: 13px;
    }

    .detail_text span {
        font-size: 1.25rem;
    }

    .detail_text > a {
        margin-top: 17px;
        height: auto;
        font-size: 1rem;
        padding: 6px 16px;
        width: auto;
        display: inline-flex;
    }

    .detail_text > a::after {
        width: 20px;
        height: 20px;
    }

    .slideBox {
        width: 100%;
        height: auto;
        background: none;
        position: relative;
    }

    .slideBox::before {
        position: absolute;
        bottom: 0px;
        content: "";
        display: block;
        background: #E1E4F380;
        width: 100%;
        height: 80%;
        border-radius: 0px 50vw 50vw 0px;
    }

    .slideBox.on img {
        position: relative;
        right: 0px;
        max-width: 64vw;
        width: 64vw;
        display: block;
        margin-left: 12vw;
        height: auto
    }

    .slideBox p {
        font-size: 0.5rem;
        right: 0px;
        transform: rotate(90deg)translateX(50%);
        top: unset;
        bottom: 50%;
    }

    .slideBox p::after {
        width: 12px;
        height: 18px;
    }

    .download {
        display: none;
    }

    .sc2 {
        padding: 0px 3.8vw;
    }

    .sc2 ul li img {
        width: 100%;
    }

    section:not(:nth-of-type(1)) h2 {
        margin: 20px auto;
        font-size: 1.5rem;
    }

    section:not(:nth-of-type(1)) h2 span {
        font-size: 1.5rem;
    }

    .sc2 ul li a {
        padding: 5px 20px;
    }

    .sc2 ul li a strong {
        font-size: 1.5rem;
    }

    .sc2 ul li a p {
        font-size: 0.9rem;
    }

    .sc2 ul {
        display: flex;
        flex-direction: column;
        gap: 3.8vw;
    }

    .junggu-t .junggu-section {
        min-height: 0px;
        height: auto;
    }

    .junggu-t .junggu-section.slide1 {
        background: url("../images/t1_m.png")top center no-repeat;
        background-size: contain;
    }

    .junggu-t .junggu-section.slide2 {
        background: url("../images/t2_m.png")top center no-repeat;
        background-size: contain;
    }

    .junggu-t .junggu-section.slide3 {
        background: url("../images/t3_m.png")top center no-repeat;
        background-size: contain;
    }

    .junggu-t .junggu-section.slide4 {
        background: url("../images/t4_m.png")top center no-repeat;
        background-size: contain;
    }

    .junggu-t .junggu-section.slide5 {
        background: url("../images/t5_m.png")top center no-repeat;
        background-size: contain;
    }

    .junggu-t .junggu-section .list-box {
        margin-left: 0px;
        width: 100%;
        margin-top: 50vw;
        background: #3A3D4E;
        backdrop-filter: blur(5px);
        padding: 20px;
        min-height: calc(100vh - 230px);
    }

    .junggu-t .arrows .left_arrow a,.junggu-t .arrows .right_arrow a {
        width: 60px;
        height: 60px;
    }

    .junggu-t .junggu-section .list-box h3 {
        font-size: 1.75rem;
    }

    .junggu-t .arrows {
        transform: translateY(0px);
        top: 85px;
    }

    .junggu-t .junggu-section .list-box .list-line {
        flex-direction: column;
        gap: 4px 0px;
    }

    .junggu-t .junggu-section .list-box .list-line ol {
        gap: 4px 0px;
    }

    .junggu-t .junggu-section .list-box .list-line ol li {
        gap: 0px 8px;
        font-size: 0.925rem;
    }

    .junggu-t .junggu-section .list-box .list-line ol li span {
        width: 18px;
        line-height: 18px;
        font-size: 0.625rem;
    }

    .tabMenu {
        width: 80vw;
        justify-content: space-between;
        height: auto;
    }

    .tabMenu li {
        flex: 1;
        width: 100%;
    }

    .tabMenu li a {
        width: 100%;
        font-size: 0.625rem;
        justify-content: center;
        padding: 10px 0px;
    }
}

@media screen and (max-width: 768px) {
    html {
        font-size:20px;
    }

    header nav {
        width: 100%;
        justify-content: center;
        display: flex;
        align-items: center;
    }

    header {
        height: 48px;
        backdrop-filter: blur(3px);
    }

    main {
        background: url("../images/mb_bg.png")top center repeat-y;
        background-size: 100%;
    }

    section {
        height: auto;
    }

    .text-box {
        padding-left: 17px;
        padding-right: 17px;
    }

    .slideBox,.text-box {
        position: relative;
        bottom: 0px;
    }

    .content {
        width: auto;
        padding-top: 0px;
        padding: 74px 0px 26px;
    }

    .textArea h2, .textArea h2 span {
        font-size: 2rem;
    }

    .detail_text .sign strong {
        font-size: 0.75rem;
    }

    .textArea > strong p {
        font-size: 1.675rem;
    }

    .detail_text {
        font-size: 1rem;
        margin-top: 13px;
    }

    .detail_text span {
        font-size: 1.1rem;
    }

    .detail_text > a {
        margin-top: 17px;
        height: auto;
        font-size: 0.725rem;
        padding: 6px 16px;
        width: auto;
        display: inline-flex;
    }

    .detail_text > a::after {
        width: 20px;
        height: 20px;
    }

    .slideBox {
        width: 100%;
        height: auto;
        background: none;
        position: relative;
    }

    .slideBox::before {
        position: absolute;
        bottom: 0px;
        content: "";
        display: block;
        background: #E1E4F380;
        width: 100%;
        height: 80%;
        border-radius: 0px 50vw 50vw 0px;
    }

    .slideBox.on img {
        position: relative;
        right: 0px;
        max-width: 64vw;
        width: 64vw;
        display: block;
        margin-left: 12vw;
        height: auto
    }

    .slideBox p {
        font-size: 0.5rem;
        right: 0px;
        transform: rotate(90deg)translateX(50%);
        top: unset;
        bottom: 50%;
    }

    .slideBox p::after {
        width: 12px;
        height: 18px;
    }

    .download {
        display: none;
    }

    .sc2 {
        padding: 0px 3.8vw;
    }

    .sc2 ul li img {
        width: 100%;
    }

    section:not(:nth-of-type(1)) h2 {
        margin: 20px auto;
        font-size: 1.5rem;
    }

    section:not(:nth-of-type(1)) h2 span {
        font-size: 1.5rem;
    }

    .sc2 ul li a {
        padding: 5px 20px;
    }

    .sc2 ul li a strong {
        font-size: 1.25rem;
    }

    .sc2 ul li a p {
        font-size: 0.8rem;
    }

    .sc2 ul {
        display: flex;
        flex-direction: column;
        gap: 3.8vw;
    }

    .junggu-t .junggu-section {
        min-height: 0px;
        height: auto;
    }

    .junggu-t .junggu-section .list-box {
        margin-left: 0px;
        width: 100%;
        background: #3A3D4E;
        backdrop-filter: blur(5px);
        padding: 20px;
        min-height: calc(100vh - 230px);
    }

    .junggu-t .arrows .left_arrow a,.junggu-t .arrows .right_arrow a {
        width: 60px;
        height: 60px;
    }

    .junggu-t .junggu-section .list-box h3 {
        font-size: 1.45rem;
    }

    .junggu-t .arrows {
        transform: translateY(0px);
        top: 85px;
    }

    .junggu-t .junggu-section .list-box .list-line {
        flex-direction: column;
        gap: 4px 0px;
    }

    .junggu-t .junggu-section .list-box .list-line ol {
        gap: 4px 0px;
    }

    .junggu-t .junggu-section .list-box .list-line ol li {
        gap: 0px 8px;
        font-size: 0.725rem;
    }

    .junggu-t .junggu-section .list-box .list-line ol li span {
        width: 18px;
        line-height: 18px;
        font-size: 0.425rem;
    }

    .tabMenu {
        width: 80vw;
        justify-content: space-between;
        height: auto;
    }

    .tabMenu li {
        flex: 1;
        width: 100%;
    }

    .tabMenu li a {
        width: 100%;
        font-size: 0.625rem;
        justify-content: center;
        padding: 10px 0px;
    }
}

.letter {
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
    background: url("../images/letter_bg.png")top center no-repeat;
    padding: 40px 80x 40px;
}
