@charset "UTF-8";

.main {
    padding-top: 80px;
    background-color: var(--White-0, #FFF);
}
.main > section .inner {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.main > section .top h3 {
    font-size: 40px;
    font-weight: 700;
}
.main > section .top .sub_desc {
    margin-top: 16px;
    font-size: 24px;
}
.main .con01 {
    padding: 80px 0 60px;
    height: 820px;
    background: url("../img/main_bg01.png") no-repeat top center / cover;
    overflow-y: hidden;
    color: var(--Blue-50, #F0F2FF);
}
.main .con01 .top h2 {
    font-size: 44px;
    font-weight: 800;
    background: url("../img/text_gradient_bg01.png") no-repeat center / 458px 62px;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}
.main .con01 .bottom {
    display: flex;
    margin-top: 28px;
}
.main .con01 .bottom .img_box {
    width: 360px;
    height: 540px;
    opacity: 0;
    -webkit-transform: translate3d(0,50px,0);
    transform: translate3d(0,50px,0);
    animation: fadeInUpMockup 0.5s 0.3s ease-in-out forwards;
}
.main .con01 .bottom .img_box:last-child {
    animation: fadeInUpMockup 1.0s 0.3s ease-in-out forwards;
}
.main .con02 {
    height: 858px;
    background: url("../img/main_bg02.png") no-repeat top center / cover;
    overflow-y: hidden;
}
.main .con02 .inner {
    justify-content: center;
    height: 100%;
}
.main .con05 .top .sub_desc,
.main .con03 .top .sub_desc,
.main .con02 .top .sub_desc {
    color: var(--Gray-600, #727272);
}
.main .con02 .bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 72px;
    width: 100%;
}
.main .con02 .bottom li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 68px 0 56px;
    width: 360px;
    height: 360px;
    border-radius: 40px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: rgba(255, 255, 255, 0.50);
    color: var(--Blue-Gray-700, #334155);
    font-size: 24px;
    font-weight: 600;
}
.main .con02 .bottom li .img_box {
    width: 160px;
    height: 160px;
}
.main .con03 {
    padding: 160px 0 120px;
    height: 966px;
    background: url("../img/main_bg03.png") no-repeat top center / cover;
    overflow-y: hidden;
}
.main .con03 .bottom {
    margin-top: 40px;
    margin-left: -36.5px;
    width: 777px;
}
.main .con03 .bottom > div {
    opacity: 0;
}
.main .con04 {
    height: 1486px;
    background: url("../img/main_bg04.png") no-repeat top center / cover;
    overflow-y: hidden;
}
.main .con04 .inner {
    height: 100%;
    justify-content: center;
}
.main .con04 .top h3 {
    color: var(--White-0, #FFF);
}
.main .con04 .top .sub_desc  {
    color: var(--Blue-Gray-400, #94A3B8);
}
.main .con04 .bottom {
    margin-top: 100px;
    width: 100%;
    color: var(--Blue-Gray-400, #94A3B8);
}
.main .con04 .bottom > div {
    display: flex;
    align-items: center;
}
.main .con04 .bottom > div:last-child {
    justify-content: end;
    margin-top: 120PX;
}
.main .con04 .bottom > div .img_box {
    margin-right: 120px;
    width: 552px;
}
.main .con04 .bottom > div:last-child .img_box {
    margin-right: 0;
    margin-left: 153px;
}
.main .con04 .bottom > div .text_box {
    font-size: 20px;
    text-align: left;
}
.main .con04 .bottom > div .text_box h4 {
    margin-bottom: 16px;
    font-size: 32px;
    font-weight: 700;
    color: var(--White-0, #FFF);
}
.main .con05 {
    padding: 160px 0 80px;
    height: 982px;
    background: var(--White-0, #FFF);
    overflow-y: hidden;
}
.main .con05 .bottom {
    position: relative;
    margin-top: -8px;
}
.main .con05 .bottom .circle_bg {
    margin: 0 auto;
    width: 660px;
    animation: rotate_circle 12s linear infinite;
    transform-origin: 50% 50%;
}
.main .con05 .bottom .phone_bg {
    position: absolute;
    z-index: 1;
    top: 16px;
    left: 50%;
    transform: translateX(-50%);
    width: 400px;
}
.main .con05 .bottom ul {
    position: absolute;
    z-index: 2;
    top: 136px;
    left: 50%;
    transform: translateX(-50%);
}
.main .con05 .bottom ul li {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    padding: 24px 0 24px 20px;
    width: 327px;
    height: 96px;
    border-radius: 32px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: rgba(239, 239, 239, 0.80);
    backdrop-filter: blur(2px);
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    word-break: break-all;
}
.main .con05 .bottom ul li .img_box {
    margin-right: 20px;
    width: 48px;
}
.main .con06 {
    padding: 80px 0 90px;
    height: 362px;
    background: var(--Blue-Gray-100, #F1F5F9);
}
.main .con06 h3 {
    margin-bottom: 32px;
    font-size: 40px;
    font-weight: 700;
}
.main .con06 h3 span {
    display: block;
    background: url("../img/text_gradient_bg02.png") no-repeat center / 478px 56px;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}
.main .con06 .download_btn button {
    width: 140px;
    height: 48px;
    padding: 16px 20px;
    font-size: 16px;
    font-weight: 600;
}

/* 애니메이션 */
.fade {
    opacity: 0;
    -webkit-transform: translate3d(0,60%,0);
    transform: translate3d(0,60%,0);
}

.fade_in {
    animation: fadeIn 1.3s 0.2s ease-in-out forwards;
}

.fade_in_up {
	animation: fadeInUp 0.8s 0s ease forwards;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
	}

    to {
        opacity: 1;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,80%,0);
        transform: translate3d(0,80%,0)
	}

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInUpMockup {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,20%,0);
        transform: translate3d(0,20%,0)
	}

    50% {
        opacity: 0.3;
	}

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes rotate_circle{
    100% {
        transform: rotate(360deg);
    }
}