/* 헤더 2단계 */
.header_2 {
    font-family: notokr-medium, sans-serif;
    color: #8d002a;
    line-height: 1.2;
}

@media screen and (min-width: 1241px){
    .header_2 {
        font-size: 24px;
        letter-spacing: -0.48px;
        margin-bottom: 38px;
    }

    .header_2:not(:first-child) {
        margin-top: 92px;
    }
}
@media screen and (max-width: 1240px) and (min-width: 768px){
    .header_2 {
        font-size: 20px;
        letter-spacing: -0.4px;
        margin-bottom: 28px;
    }

    .header_2:not(:first-child) {
        margin-top: 50px;
    }
}
@media screen and (max-width: 767px){
    .header_2 {
        font-size: 20px;
        letter-spacing: -0.4px;
        margin-bottom: 28px;
    }

    .header_2:not(:first-child) {
        margin-top: 50px;
    }
}


/* 숫자가 있는 리스트 */
ol.number_list {
    list-style: inherit;
    margin: 30px 0px;
    padding-left: 15px
}

ol.number_list li{
    list-style: decimal;
}


@media screen and (min-width: 1241px){
}
@media screen and (max-width: 1240px) and (min-width: 768px){
}
@media screen and (max-width: 767px){
}


/* 탭버튼 */

.tab_list {
    width: 100%;
    border: 1px solid #e5e5e5;
}

.tab_list .tab_btn {
    font-family: notokr-regular, san-serif;
    color: #707070;
    text-align: center;
    cursor: pointer;
    border-collapse: collapse;
    box-sizing: border-box;
}

.tab_list .tab_btn:not(:last-child) {
    border-right: 1px solid #e5e5e5;
}

.tab_list .tab_btn:hover, .tab_list .tab_btn.active {
    color: white;
    background-color: #8d002a;
    border-color: #8d002a;
}

@media screen and (min-width: 1241px){
    .tab_list {
        display: table;
        table-layout: fixed;
    }

    .tab_list .tab_btn {
        display: table-cell;
        font-size: 16px;
        letter-spacing: -0.32px;
        line-height: 60px;
    }
}
@media screen and (max-width: 1240px) and (min-width: 768px){
}
@media screen and (max-width: 767px){
}