



/* ---------- 메인 페이지 ---------- */
.index .section.fp-table {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
}
.index .fp-is-overflow > .fp-overflow {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.index .section-cont {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.index .section-cont p {
    font-size: 36px;
    line-height: 55px;
    color: #fff;
    font-weight: 500;
}
.index .section-cont em {
    display: block;
    color: #69ffdf;
    font-size: 50px;
    line-height: 70px;
    font-weight: bold;
}
.index .section01 {
    background: url(../img/index-01_01.png) no-repeat top center / cover;
}
.index .section02 {
    background: url(../img/index-02_01.png) no-repeat top center / cover;
}
.index .section03 {
    background: url(../img/index-03_01.png) no-repeat top center / cover;
}
.index .section01 .section-cont p {
    margin-top: 143px;
}
.index .section01 .section-cont em {
    margin-top: 18px;
}
.index .section02 .section-cont p {
    margin-top: 103px;
}
.index .section032 .section-cont em {
    margin-top: 21px;
}
.index .section03 .section-cont p {
    margin-top: 80px;
}
.index .section03 .section-cont em {
    margin-top: 13px;
}



.fp-overflow {
    margin-top: -10%;
}
#fp-nav {
    top: unset !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    margin-top: 0;
    bottom: 20% !important;
    z-index: unset !important;
}
#fp-nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

#fp-nav ul li a  {
    display: block;
    width: 12px !important;
    height: 12px !important;
    border: 1px solid #fff !important;
    border-radius: 50%;
    margin: auto !important;
    left: auto !important;
    top: auto !important;
}
#fp-nav a.active {
    background-color: #fff !important;
}
#fp-nav ul li a span {
    background: transparent !important;
}





.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #3c3a39;
}
.footer .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
    height: 100px;
}
.footer .info-area {
    display: flex;
    gap: 80px;
}
.footer a {
    font-size: 20px;
    color: rgba(255, 255, 255,0.5);
}
.footer .footer-pc {display: block;}
.footer .footer-mo {display: none;}







@media (max-width: 1199.9999px) {

    .footer .inner {
        padding: 14px 20px;
        height: 50px;
    }
    .footer .footer-pc {display: none;}
    .footer .footer-mo {display: block;width: 85px;}
    .footer .info-area {
        align-items: start;
        flex-direction: column;
        gap: 0;
    }
    .footer a {
        font-size: 10px;
    }

    .index .section-cont img {
        width: 184px;
    }
    .index .section-cont p,
    .index .section-cont em {
        font-size: 18px;
        line-height: normal;
    }

}




/* mobile */
@media (max-width: 768.999px) {

    .index .section-cont {
        margin-top: -22%;
        width: 70%;
        margin: 0 auto;
    }
    .index .section .section-cont p {
        margin-top: 25px;
    }

}