@charset "UTF-8";
@-webkit-keyframes opacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes opacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes opacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.opacityAni {
    -webkit-animation: opacity .5s 0s ease-out forwards;
    animation: opacity .5s 0s ease-out forwards;
}

.title {
    text-align: center;
    line-height: normal;
    letter-spacing: 0;
}

section.m_sec00 {
    position: relative;
    width: 100%;
    height: 100vh;
    text-shadow: 1px 1px 2px #222222;
}
@-webkit-keyframes opacity2 {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes opacity2 {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}
@keyframes opacity2 {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}
section.m_sec00 video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-animation: opacity2 1.5s 0s ease-out forwards;
    animation: opacity2 1.5s 0s ease-out forwards;
}
section.m_sec00 .inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 63.6rem;
    color: #fff;
    z-index: 1;
}
section.m_sec00 .inner .title {
    opacity: 0;
    -webkit-animation: opacity 1s .5s ease-out forwards;
    animation: opacity 1s .5s ease-out forwards;
}
section.m_sec00 .inner h6 {
    margin-top: 3.6rem;
    text-align: center;
    font-size: 1.6rem;
    opacity: 0;
    -webkit-animation: opacity 1s .8s ease-out forwards;
    animation: opacity 1s .8s ease-out forwards;
}
section.m_sec00 .mouse-scroll {
    color: #fff;
    background: transparent;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 4rem;
    font-size: 1.6rem;
    letter-spacing: 0;
    font-weight: 500;
    transition: 0.5s all;
    z-index: 1;
}
section.m_sec00 .mouse-scroll img {
    display: block;
    margin: 2rem auto 0;
}

section.m_sec01 {
    width: 100%;
    height: 100vh;
    position: relative;
}
section.m_sec01 .inner {
    padding: 40rem 0 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
section.m_sec01 .inner .title-wrap {
    position: relative;
}
section.m_sec01 .inner h1.title {
    width: 57.4rem;
    margin: 0 auto;
}
section.m_sec01 .inner h3 {
    text-align: center;
    width: 31rem;
    line-height: 3rem;
    margin: 2.6rem auto 0;
    font-weight: 500;
}
section.m_sec01 .inner .hover-div {
    cursor: pointer;
    font-size: 1.6rem;
    display: inline-block;
}
section.m_sec01 .inner .hover-div .default {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 1.5rem 2.8rem;
    border: 1px solid #F4F4F4;
    border-radius: 3rem;
    font-weight: 500;
    width: max-content;
}
section.m_sec01 .inner .hover-div .default img {
    margin-left: 1rem;
}
section.m_sec01 .inner .hover-div .appear {
    position: absolute;
    left: 30px;
    top: 74px;
    display: flex;
    align-items: center;
    width: max-content;
    display: none;
    font-weight: 500;
    opacity: 0;
}
section.m_sec01 .inner .hover-div .appear img {
    margin-left: 1rem;
}
section.m_sec01 .inner .hover-div.div00 {
    position: absolute;
    left: -130px;
    top: -120px;
}
section.m_sec01 .inner .hover-div.div01 {
    position: absolute;
    top: -40px;
    right: -160px;
}
section.m_sec01 .inner .hover-div.div01 .default {
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(2px);
}
section.m_sec01 .inner .hover-div.div01 .appear {
    left: 58px;
    top: 78px;
    line-height: 24px;
}
section.m_sec01 .inner .hover-div.div01 .appear img {
    margin-top: 22px;
}
section.m_sec01 .inner .hover-div.div02 {
    position: absolute;
    left: -180px;
    bottom: -160px;
}
section.m_sec01 .inner .hover-div.div03 {
    position: absolute;
    right: -114px;
    bottom: -169px;
}
section.m_sec01 .inner .hover-div.div04 {
    position: absolute;
    left: 200px;
    bottom: -280px;
}
section.m_sec01 .inner .hover-div:hover .default {
    color: #fff;
    background: #2D8EFF;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1607843137);
    border: unset;
}
section.m_sec01 .inner .hover-div:hover .appear {
    opacity: 1;
    height: inherit;
    display: flex;
}

section.m_sec02 {
    width: 100%;
    height: 100%;
    max-width: 1920px;
}
section.m_sec02 .fixed-title {
    width: 60rem;
    text-align: center;
    position: fixed;
    top: 20%;
    left: 0;
    display: none;
}
section.m_sec02 .fixed-title h2 {
    font-size: 3.6rem;
}
section.m_sec02 .fixed-title.active {
    display: block;
}
section.m_sec02 .inner {
    display: flex;
    padding: 30rem 30rem 0 30rem;
    flex-direction: column;
    align-items: flex-end;
    gap: 20rem;
}
section.m_sec02 .inner .title, section.m_sec02 .inner h6 {
    text-align: left;
    font-weight: 500;
    width: 100rem;
    margin-left: auto;
}
section.m_sec02 .inner .title {
    margin-bottom: 4rem;
    font-weight: 800;
}
section.m_sec02 .inner h6 {
    line-height: 3rem;
    margin-bottom: 6rem;
    font-size: 1.8rem;
    font-weight: 500;
}

section.m_sec03 {
    width: 100%;
    height: 100%;
}
section.m_sec03 .inner {
    padding: 32rem;
    max-width: 1920px;
    margin: 0 auto;
}
section.m_sec03 .inner .layout {
    display: flex;
    align-items: center;
    gap: 3rem;
    justify-content: space-between;
    margin-bottom: 10rem;
}
section.m_sec03 .inner .layout .right-part a:hover::after {
    transition: transform 0.5s;
    transform: translate(5px, -5px);
}
section.m_sec03 .inner a.with-icon {
    font-size: 3.6rem;
    font-weight: 700;
    display: block;
    text-align: right;
}
section.m_sec03 .inner a.with-icon:after {
    background: url("../icons/common/button-arrow.png") center no-repeat;
    width: 23px;
    height: 23px;
    vertical-align: top;
    margin-left: 1.5rem;
}
section.m_sec03 .inner h3 {
    margin-bottom: 4rem;
    white-space: nowrap;
}
section.m_sec03 .inner h1.title {
    text-align: left;
    margin-bottom: 4rem;
    white-space: nowrap;
}
section.m_sec03 .inner h6 {
    line-height: 2.5rem;
    font-weight: 500;
    font-size: 1.8rem;
}
section.m_sec03 .inner .bottom-part {
    display: flex;
    gap: 5.2rem;
    font-weight: 500;
    align-items: flex-start;
}
section.m_sec03 .inner .bottom-part.mobile {
    display: none;
}

section.m_sec03 .inner .bottom-part .part .round-title {
    border-radius: 3rem;
    color: #fff;
    background: #2D8EFF;
    padding: 1.5rem 2rem;
    margin-bottom: 1.2rem;
    display: inline-block;
}
section.m_sec03 .inner .bottom-part .part img {
    margin-bottom: 2.2rem;
    display: block;
}
section.m_sec03 .inner .bottom-part .part .color-blue {
    font-size: 2rem;
    font-weight: 700;
    padding-left: 2rem;
}
section.m_sec03 .inner .bottom-part .part .text {
    margin-top: 1.6rem;
    line-height: 2.5rem;
    font-size: 1.6rem;
    font-weight: 600;
    padding-left: 2rem;
}

section.m_sec03 .inner .bottom-part .part> p {
    margin-top: 1.4rem;
    line-height: 2.5rem;
    font-size: 1.6rem;
    font-weight: 600;
    padding-left: 2rem;
    color: #A4A4A4;
}

.m_title {
    display: none;
}

.m-text {
    display: none;
}

.m-img,.mobileOnly,.DeepLinkBack {
    display: none;
}

@media screen and (max-width: 1340px) {
    section.m_sec02 .inner {
        padding: 30rem 2rem 0 2rem;
        align-items: center;
    }
}

/* 테블릿 ~ 모바일 */
@media screen and (max-width: 1024px) {
    .mobileOnly {
        display: block;
    }
    .DeepLinkBack {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.8);
        z-index: 9998;
    }
    .DeepLinkModal {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        background: white;
        z-index: 9999;
        text-align: center;
        border-radius: 28px 28px 0 0;
        transition: transform 0.2s ease-out;
        transform: translateY(100%);
    }
    .DeepLinkModal.active{
        transform: translateY(0);
    }
    .DeepLinkModal > div:nth-child(1) > button {
        display: flex;
        justify-content: center;
        padding: 20px 0;
        width: 100%;
        background: inherit;
    }
    .DeepLinkModal > div:nth-child(1) > button > span {
        display: inline-block;
        width: 60px;
        height: 4px;
        border-radius: 9999px;
        background: #ccc;
    }
    .DeepLinkModal > div:nth-child(1) > img {
        width: 80px;
        margin-top: 35px;
    }
    .DeepLinkModal > div:nth-child(1) > div {
        margin-top: 28px;
    }
    .DeepLinkModal > div:nth-child(1) > div h3 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 16px;
    }
    .DeepLinkModal > div:nth-child(1) > div p {
        font-size: 14px;
        font-weight: 400;
        color: #A4A4A4;
    }
    .DeepLinkModal > div:nth-child(2) {
        display: flex;
        flex-direction: column;
        margin-top: 36px;
    }
    .DeepLinkModal > div:nth-child(2) > a {
        font-weight: 600;
        font-size: 16px;
        color: white;
        border-radius: 9999px;
        background: #4C76FF;
        align-self: center;
        width: 100%;
        max-width: 280px;
        padding: 20px 0;
    }

    .DeepLinkModal > div:nth-child(2) > button {
        margin: 20px 0 30px;
        background-color: initial;
        color: #A4A4A4;
        font-size: 14px;
    }

    .banner_store_wrap, .banner_call_wrap {
        display: none !important;
    }
    html {
        font-size: 48% !important;
    }
    html .fixed-title {
        display: none !important;
    }

    html section.m_sec02 .inner {
        padding: 180px 20px 0 20px;
    }

    html section.m_sec03 .inner {
        padding: 180px 20px 0 20px;
        margin-bottom: 200px;
    }
    html section.m_sec03 .inner h1.title {
        font-size: 32px;
        line-height: 42px;
    }
    html section.m_sec03 .inner h3 {
        margin-bottom: 30px;
    }
    html section.m_sec03 .inner h6 {
        width: 320px;
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 2rem;
    }
    html section.m_sec03 .inner .layout {
        flex-wrap: wrap;
        justify-content: space-around;
    }
    html section.m_sec03 .inner .right-part {
        display: none;
    }
    html section.m_sec03 .inner .right-part a {
        font-size: 24px;
        text-align: left;
        padding: 0;
    }
    html section.m_sec03 .inner .bottom-part {
        flex-wrap: wrap;
        justify-content: center;
    }
    html section.m_sec03 .inner .bottom-part.pc {
        display: none;
    }
    html section.m_sec03 .inner .bottom-part.mobile {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }
    html section.m_sec03 .inner .bottom-part.mobile .part {
        display: flex;
        align-items: center;
        text-align: center;
        gap: 24px;
    }
    html section.m_sec03 .inner .bottom-part.mobile .part > img {
        flex: none;
        width: 150px;
        margin-bottom: 0;
    }
    section.m_sec03 .inner .bottom-part .part .round-title {
        margin-bottom: 0;
    }
    html section.m_sec03 .inner .bottom-part.mobile .part > div {
        flex: 1;
        text-align: left;
    }
    html section.m_sec03 .inner .bottom-part .part .color-blue {
        font-size: 20px;
        padding-left: 6px;
        margin: 24px 0 12px;
        font-weight: 600;
    }
    html section.m_sec03 .inner .bottom-part .part .text {
        font-size: 16px;
        line-height: 22px;
        padding-left: 6px;
        margin-top: 0;
        font-weight: 400;
    }
    .ftStore{
        display: none;
    }
}
/* 모바일 */
@media screen and (max-width: 767px) {
    .banner_store_wrap, .banner_call_wrap {
        display: none !important;
    }
    html .pc-img {
        display: none;
    }
    html .m-img {
        display: block;
    }
    html .pc-text {
        display: none;
    }
    html .m-text {
        display: block;
    }
    html h1.title {
        font-size: 42px;
        line-height: 52px;
    }
    html section.m_sec00 .inner {
        top: 120px;
        left: 20px;
        transform: unset;
    }
    html section.m_sec00 .inner h1.title {
        display: none;
    }
    html section.m_sec00 .inner h1.title.m_title {
        display: block;
        text-align: left;
    }
    html section.m_sec00 .inner h6 {
        width: 192px;
        line-height: 24px;
        text-align: left;
        font-size: 16px;
    }
    html section.m_sec00 .mouse-scroll {
        font-size: 12px;
    }
    html section.m_sec00 .mouse-scroll img {
        width: 35%;
        margin: 1rem auto 0;
    }
    html section.m_sec01 {
        padding: 3rem;
    }
    html section.m_sec01 .inner {
        padding: 0;
    }
    html section.m_sec01 .inner h1.title {
        display: none;
    }
    html section.m_sec01 .inner h1.title.m_title {
        display: block;
        width: max-content;
    }
    html section.m_sec01 .inner h3 {
        font-size: 16px;
        line-height: 24px;
        width: 215px;
    }
    html section.m_sec01 .inner .hover-div {
        font-size: 14px;
    }
    html section.m_sec01 .inner .hover-div .default {
        font-size: 12px;
        padding: 0.9rem 1.8rem;
        color: #a1adc9;
    }
    html section.m_sec01 .inner .hover-div .default img {
        margin-left: 1rem;
        width: 20px;
        height: 20px;
    }
    html section.m_sec01 .inner .hover-div.div00 {
        left: -50px;
        top: -80px;
    }
    html section.m_sec01 .inner .hover-div.div01 {
        top: -30px;
        right: -59px;
    }
    html section.m_sec01 .inner .hover-div.div01 .default {
        backdrop-filter: unset;
    }
    html section.m_sec01 .inner .hover-div.div02 {
        left: -50px;
        bottom: -25px;
    }
    html section.m_sec01 .inner .hover-div.div02 .default {
        background: rgba(255, 255, 255, 0.3);
    }
    html section.m_sec01 .inner .hover-div.div03 {
        right: -50px;
        bottom: -150px;
    }
    html section.m_sec01 .inner .hover-div.div04 {
        left: -30px;
        bottom: -210px;
    }
    html section.m_sec01 .inner .hover-div:hover .appear {
        display: none;
    }
    html section.m_sec02 .fixed-title {
        display: none !important;
    }
    html section.m_sec02 .inner {
        padding: 30px 20px 0 0;
    }
    html section.m_sec02 .inner .part h1.title {
        font-size: 32px;
    }
    html section.m_sec02 .inner .part .m-img {
        margin-left: auto;
    }
    html section.m_sec02 .inner .part1 h1.title {
        width: 260px;
        margin-bottom: 20px;
    }
    html section.m_sec02 .inner .part1 h6 {
        width: 260px;
        font-size: 16px;
        line-height: 22px;
    }
    html section.m_sec02 .inner .part2 h1.title, html section.m_sec02 .inner .part3 h1.title, html section.m_sec02 .inner .part4 h1.title, html section.m_sec02 .inner .part5 h1.title {
        width: 255px;
        margin-bottom: 20px;
    }
    html section.m_sec02 .inner .part2 h6, html section.m_sec02 .inner .part3 h6, html section.m_sec02 .inner .part4 h6, html section.m_sec02 .inner .part5 h6 {
        width: 255px;
        font-size: 16px;
        line-height: 22px;
    }
    html section.m_sec03 .inner .layout {
        justify-content: flex-start;
    }
}
.banner_store_wrap {
    position: absolute;
    left: 80px;
    bottom: 60px;
    z-index: 10;
    color: white;
}
.banner_store_wrap > img {
    padding-left: 85px;
    animation : storeChat 2s infinite ease-out;
}
@keyframes storeChat {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

.banner_store_wrap > p {
    margin: 12px 0;
    text-shadow: none;
    padding-left: 36px;
}
.banner_store_wrap > div {
    display: flex;
    align-items: center;
    gap: 10px;
}
.banner_store_wrap > div a:nth-child(1) img {
    width: 120px;
}
.banner_store_wrap > div a:nth-child(2) img {
    width: 135px;
}

.banner_call_wrap {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 9999px;
    color: white;
    position: absolute;
    right: 228px;
    bottom: 60px;
    z-index: 50;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 36px;
    text-shadow: initial;
}
.banner_call_wrap > div:nth-child(2) p:nth-child(1) {
    font-weight: 500;
}
.banner_call_wrap > div:nth-child(2) p:nth-child(2) {
    margin-top: 6px;
    font-size: 24px;
    font-weight: 800;
}

/*# sourceMappingURL=main.css.map */
