/* ***** 폰트 굵기 ***** */
.fw_500 {
    font-weight: 500;
}

.fw_700 {
    font-weight: 700;
}

.fw_800 {
    font-weight: 800;
}

.fc_gray {
    color: #495059;
}

.fc_light_gray {
    color: #cbd2dd;
}

.fc_white {
    color: #fff;
}

/* ***** 패딩 ***** */
.pt_50 {
    padding-top: 50px;
}

.pt_30 {
    padding-top: 30px;
}

.pt_20 {
    padding-top: 20px;
}

.pb_50 {
    padding-bottom: 50px;
}

.pb_30 {
    padding-bottom: 30px;
}

.pb_20 {
    padding-bottom: 20px;
}

/* ***** 마진 ***** */
.mt_50 {
    margin-top: 50px;
}

.mt_30 {
    margin-top: 30px;
}

.mt_20 {
    margin-top: 20px;
}

.mb_50 {
    margin-bottom: 50px;
}

.mb_30 {
    margin-bottom: 30px;
}

.mb_20 {
    margin-bottom: 20px;
}

/* ***** 폰트사이즈 ***** */
.fs_70 {
    font-size: 70px;
    line-height: 80px;
}

.fs_50 {
    font-size: 50px;
    line-height: 60px;
}

.fs_40 {
    font-size: 40px;
    line-height: 50px;
}

.fs_36 {
    font-size: 36px;
    line-height: 46px;
}

.fs_32 {
    font-size: 32px;
    line-height: 42px;
}

.fs_30 {
    font-size: 30px;
    line-height: 40px;
}

.fs_28 {
    font-size: 28px;
    line-height: 28px;
}

.fs_26 {
    font-size: 26px;
    line-height: 36px;
}

.fs_24 {
    font-size: 24px;
    line-height: 34px;
}

.fs_22 {
    font-size: 22px;
    line-height: 32px;
}

.fs_20 {
    font-size: 20px;
    line-height: 30px;
}

.fs_16 {
    font-size: 16px;
    line-height: 26px;
}

/* ***** 기타 ***** */
.form_con:focus {
    border: 1px solid #ffa83f;
    box-shadow: 0 0 0 0.3rem rgba(255, 168, 63, 0.3);
}

.text_center {
    text-align: center;
}

/* 텍스트잘림 */
.text_cut {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

/* ********** 모바일 조절 ********** */
@media screen and (max-width: 980px) {
    .pt_50 {
        padding-top: 45px;
    }

    .pb_50 {
        padding-bottom: 45px;
    }

    .mt_50 {
        margin-top: 45px;
    }

    .mb_50 {
        margin-bottom: 45px;
    }

    .fs_70 {
        font-size: 65px;
        line-height: 75px;
    }

    .fs_50 {
        font-size: 45px;
        line-height: 55px;
    }
}

@media screen and (max-width: 860px) {
    .pt_50 {
        padding-top: 40px;
    }

    .pb_50 {
        padding-bottom: 40px;
    }

    .mt_50 {
        margin-top: 40px;
    }

    .mb_50 {
        margin-bottom: 40px;
    }

    .fs_70 {
        font-size: 65px;
        line-height: 75px;
    }

    .fs_50 {
        font-size: 45px;
        line-height: 55px;
    }
}

@media screen and (max-width: 650px) {
    /* ***** 폰트사이즈 ***** */
    .fs_70 {
        font-size: 60px;
        line-height: 70px;
    }

    .fs_50 {
        font-size: 45px;
        line-height: 55px;
    }

    .fs_40 {
        font-size: 38px;
        line-height: 48px;
    }

    .fs_36 {
        font-size: 34px;
        line-height: 44px;
    }

    .fs_32 {
        font-size: 30px;
        line-height: 40px;
    }

    .fs_30 {
        font-size: 28px;
        line-height: 38px;
    }

    .fs_28 {
        font-size: 26px;
        line-height: 36px;
    }

    .fs_26 {
        font-size: 24px;
        line-height: 34px;
    }

    .fs_24 {
        font-size: 22px;
        line-height: 32px;
    }

    .fs_22 {
        font-size: 20px;
        line-height: 30px;
    }

    .fs_20 {
        font-size: 18px;
        line-height: 28px;
    }

    .fs_16 {
        font-size: 14px;
        line-height: 24px;
    }
}

@media screen and (max-width: 520px) {
    /* ***** 패딩 ***** */
    .pt_50 {
        padding-top: 30px;
    }

    .pb_50 {
        padding-bottom: 30px;
    }

    .pt_30 {
        padding-top: 20px;
    }

    .pt_20 {
        padding-top: 10px;
    }

    .pb_30 {
        padding-bottom: 20px;
    }

    .pb_20 {
        padding-bottom: 10px;
    }

    /* ***** 마진 ***** */
    .mt_50 {
        margin-top: 30px;
    }

    .mb_50 {
        margin-bottom: 30px;
    }

    .mt_30 {
        margin-top: 20px;
    }

    .mt_20 {
        margin-top: 10px;
    }

    .mb_30 {
        margin-bottom: 20px;
    }

    .mb_20 {
        margin-bottom: 10px;
    }

    /* ***** 폰트사이즈 ***** */
    .fs_70 {
        font-size: 50px;
        line-height: 60px;
    }

    .fs_50 {
        font-size: 40px;
        line-height: 50px;
    }

    .fs_40 {
        font-size: 36px;
        line-height: 46px;
    }

    .fs_36 {
        font-size: 32px;
        line-height: 42px;
    }

    .fs_32 {
        font-size: 28px;
        line-height: 38px;
    }

    .fs_30 {
        font-size: 26px;
        line-height: 36px;
    }

    .fs_28 {
        font-size: 24px;
        line-height: 34px;
    }

    .fs_26 {
        font-size: 22px;
        line-height: 32px;
    }

    .fs_24 {
        font-size: 20px;
        line-height: 30px;
    }

    .fs_22 {
        font-size: 18px;
        line-height: 28px;
    }

    .fs_20 {
        font-size: 16px;
        line-height: 26px;
    }
}

@media screen and (max-width: 480px) {
    .fs_70 {
        font-size: 40px;
        line-height: 50px;
    }

    .fs_50 {
        font-size: 35px;
        line-height: 45px;
    }

    .fs_40 {
        font-size: 32px;
        line-height: 42px;
    }

    .fs_36 {
        font-size: 28px;
        line-height: 38px;
    }

    .fs_32 {
        font-size: 26px;
        line-height: 36px;
    }

    .fs_30 {
        font-size: 24px;
        line-height: 34px;
    }

    .fs_28 {
        font-size: 22px;
        line-height: 32px;
    }

    .fs_26 {
        font-size: 20px;
        line-height: 30px;
    }

    .fs_24 {
        font-size: 18px;
        line-height: 28px;
    }

    .fs_22 {
        font-size: 16px;
        line-height: 26px;
    }
}

/* ********* 애니메이션 효과 ********* */
.ani {
    opacity: 0;
    transition: all 0.5s ease;
}

.ani.show {
    opacity: 1;
    transform: none;
}

.ani_up {
    transform: translate(0, 100px);
}

.ani_down {
    transform: translate(0, -100px);
}

.ani_right {
    transform: translate(-100px, 0);
}

.ani_left {
    transform: translate(100px, 0);
}

.ani_rotateL {
    transform: rotate(180deg);
}

.ani_rotateR {
    transform: rotate(-180deg);
}

.ani_scaleUp {
    transform: scale(0.5);
}

.ani_scaleDown {
    transform: scale(1.5);
}

.sa.show {
    opacity: 1;
    transform: none;
}

.cach_accent {
    font-weight: bold;
}

@keyframes x_right {
    0% {
        transform: translateX(100px);
        opacity: 0;
    }

    100% {
        transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes x_left {
    0% {
        transform: translateX(-100px);
        opacity: 0;
    }

    100% {
        transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes y_bottom {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

@keyframes y_top {
    0% {
        transform: translateY(-30px);
        opacity: 0;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

@keyframes main_zoom {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.05);
    }
}

@keyframes w_ani {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}