@charset "utf-8";
/* ----------------------------------------
 * COSFET21 Terms Page Styles
 * Created : 202505
 * topbar 공통 스타일은 cosfet21.css 참고
 * (privacy-policy.css 기반, class명 cosfet21-terms로 변경)
 --------------------------------------- */

.top-wrap.cosfet21-terms {
    background-image: url("../../images/index/main-privacy-policy-top-bg.jpg");
}

.contents-box.cosfet21-terms {
    background-color: #f0f0f0;
}

.contents-box.cosfet21-terms * {
    transition: all 0.3s ease;
}

.contents-box.cosfet21-terms .heading-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contents-box.cosfet21-terms .heading-box h3 {
    font-weight: 700;
    font-size: 45px;
    text-align: center;
    line-height: 100%;
}

.cosfet21-terms .cont-item {
    display: flex;
    flex-direction: column;
    gap: 36px;
    background-color: #fff;
    width: 100%;
    max-width: 1004px;
    padding: 65px 75px;
    border-radius: 10px;
    box-shadow: 1px 1px 12px 0 #00000029;
}

.cosfet21-terms .cont-item .text-box .top-text {
    font-weight: 600;
    font-size: 17px;
    padding-bottom: 48px;
    line-height: 30px;
}

.cosfet21-terms .cont-item .text-box .date {
    padding-top: 56px;
    font-weight: 500;
    font-size: 17px;
    line-height: 30px;
    text-align: center;
}

.cosfet21-terms .cont-item .text-box .policy-section {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.cosfet21-terms .cont-item .text-box dl {
    display: flex;
    flex-direction: column;
}

.cosfet21-terms .cont-item .text-box dl dt {
    font-size: 15px;
    font-weight: 700;
    line-height: 30px;
}

.cosfet21-terms .cont-item .text-box dl dd {
    font-size: 15px;
    line-height: 30px;
}

@media only screen and (max-width: 768px) {
    .cosfet21-terms .cont-item {
        padding: 36px 24px;
    }

    .cosfet21-terms .cont-item .text-box .top-text {
        padding-bottom: 36px;
    }

    .cosfet21-terms .cont-item .text-box .policy-section {
        gap: 16px;
    }

    .contents-box.cosfet21-terms .heading-box h3 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 768px) {
    .cosfet21-terms .cont-item .text-box {
        gap: 24px;
        padding-top: 24px;
    }

    .cosfet21-terms .cont-item .text-box dl {
        gap: 8px;
    }
}
