﻿.center {
    margin-top: 100px !important;
}

    .center .title {
        font-size: 25px;
        font-weight: 600;
        color: #000;
    }

.description-wrap {
    padding: 5px 15px;
    background: #fff;
}

    .description-wrap ul {
        list-style: disc;
    }

        .description-wrap ul li {
            font-size: 15px;
            font-weight: 600;
            color: #000;
            padding: 10px 0;
        }

.process img {
    width: 100%;
}



.sup-wrap {
    padding: 20px;
}

.sup-item {
    height: max-content;
    display: flex;
    flex-direction: column;
    align-content: center;
    border: 1px solid #ddd;
    border-radius: 12px;
}

    .sup-item .title {
        width: 100%;
        font-size: 18px;
        font-weight: 600;
        padding: 15px 45px;
        color: #000;
        border-bottom: 1px dashed #ddd;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .sup-item .info {
        display: flex;
        flex-direction: column;
        padding: 40px 20px;
        line-height: 30px;
    }

.strong_text {
    font-weight: 700;
    text-decoration: underline;
}

.tabs_area {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.scroll-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: #000;
    cursor: pointer;
    z-index: 10;
    font-weight: 600;
}

    .scroll-arrow.left {
        left: 0;
    }

    .scroll-arrow.right {
        right: 0;
    }

    .scroll-arrow.disabled {
        opacity: 0.3; /* 흐릿하게 보여서 비활성처럼 보이게 */
        pointer-events: none; /* 클릭 안 되게 */
        cursor: default; /* 커서도 바뀌지 않게 */
    }



@media(max-width:767px){
    .center .title{
        font-size:20px !important;
    }
}
@media(max-width:480px) {
    .center .title {
        font-size: 18px !important;
    }

    .description-wrap ul li {
        font-size: 13px !important;
    }
}
