:root {
    --bm-cr-f5f6f8: #f5f6f8;
    --bm-cr-8a7855: #0a52af; /* 9cc715 */
    --bm-cr-143B62: #143b62; /* 143b62 */
    --bm-cr-236eb6: #236eb6; /* 236eb6 */
    --bm-cr-10654c: #236eb6; /* 2ea4d7 */
    --bm-cr-b1b1b1: #b1b1b1;
    --bm-cr-2a2a2a: #2a2a2a;
    --bm-cr-e5e5e5: #e5e5e5;
    --bm-cr-ffffff: #ffffff;
    --bm-cr-000000: #000000;

    --font-family-noto: "Noto Sans KR";
}
.co_re {
    color: #ff0000;
}
.co_bl {
    color: #236eb6;
}
.margin_auto {
    margin: 0 auto;
}
.long_w {
    width: 100%;
}
.max_w1920 {
    max-width: 1920px;
}
.max_w1300 {
    max-width: 1300px;
}
.max_w1300_10 {
    width: 95%;
    max-width: calc(1300px - 30px);
}
.space80 {
    padding: 40px 0;
    width: 100%;
}
.space56 {
    padding: 28px 0;
    width: 100%;
}
.space30 {
    padding: 15px 0;
    width: 100%;
}
.second_title {
    padding: 0 0 20px 0;
    font-size: 18px;
    font-family: "Noto Sans KR";
    font-weight: 700;
}

.font_n3 {
    font-family: "Noto Sans KR";
    font-weight: 300;
}
.font_n4 {
    font-family: "Noto Sans KR";
    font-weight: 400;
}
.font_n5 {
    font-family: "Noto Sans KR";
    font-weight: 500;
}
.font_n7 {
    font-family: "Noto Sans KR";
    font-weight: 700;
}

.fs_14 {
    font-size: 14px;
}
.fs_15 {
    font-size: 15px;
}
.fs_16 {
    font-size: 16px;
}
.fs_18 {
    font-size: 18px;
}
.fs_20 {
    font-size: 20px;
}
.fs_24 {
    font-size: 24px;
}
.fs_32 {
    font-size: 32px;
}
.fs_40 {
    font-size: 40px;
}
.fs_50 {
    font-size: 50px;
}

/* 폰트 정렬 */
.tc {
    text-align: center;
}
.tr {
    text-align: right;
}
.tl {
    text-align: left;
}
.tj {
    text-align: justify;
}
@media (max-width: 1300px) {
    .max_w1300 {
        max-width: 95%;
    }
    .sub_gnb {
        max-width: 100% !important;
    }
}
@media (max-width: 820px) {
    .fs_14 {
        font-size: 12px;
    }
    .fs_15 {
        font-size: 14px;
    }
    .fs_16 {
        font-size: 15px;
    }
    .fs_18 {
        font-size: 16px;
    }
    .fs_20 {
        font-size: 18px;
    }
    .fs_24 {
        font-size: 20px;
    }
    .fs_35 {
        font-size: 26px;
    }
    .fs_40 {
        font-size: 30px;
    }
    .fs_50 {
        font-size: 33px;
    }
}
@media (max-width: 480px) {
    .fs_35 {
        font-size: 20px;
    }
    .fs_40 {
        font-size: 23px;
    }
    .fs_50 {
        font-size: 26px;
    }
}

/************/
.text_style_v1 {
}
.text_style_v1 p {
    padding: 3px 0;
}
.text_style_v1 .st0 {
    font-family: "Noto Sans KR";
    font-weight: 500;
}
.text_style_v1 .st1 {
    padding-left: 7px;
}
.text_style_v1 .st2 {
    margin-left: 10px;
    padding-left: 7px;
    color: #858585;
}
.text_style_v1 .st1 .s1 {
    position: relative;
    left: -7px;
}
.text_style_v1 .st2 .s2 {
    position: relative;
    left: -7px;
}

/****************/
.table_style {
}
.table_style table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border-top: 2px solid #236eb6;
}
.table_style table thead th {
    background: #f6f7f9;
    border-bottom: 1px solid #b1b1b1;
    height: 55px;
}
.table_style table tbody th,
.table_style table tbody td {
    height: 65px;
    border-bottom: 1px solid #b1b1b1;
}
.table_style table tbody th {
    font-family: "Noto Sans KR";
    font-weight: 400;
}
.table_style table tbody td {
    font-family: "Noto Sans KR";
    font-weight: 400;
}
