@charset "utf-8";

#management .c_section--btm_md>.c_section__item+.c_section__item {
    margin-top: 20px;
}

#management .heading--primary {
    color: #cc2914;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 24px;
}

@media (max-width: 599px) {
    #management .heading--primary {
        font-size: 20px;
        line-height: 1.2;
    }
}

.head_tab_btn {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    border: 1px solid #cc2914;
    border-top-color: #8f1e35;
    border-top-width: 6px;
    background: #fff;
}
.head_tab_btn_itm {
    display: flex;
    width: 100%;
    background: #fff;
    transition: .2s;
    border-left: 1px dashed #cc2914;
}
.head_tab_btn_itm:first-child {
    border-left: none;
}
.head_tab_btn_itm:hover {
    background: #cc2914;
}
.head_tab_btn_itm a {
    height: 3em;
    font-weight: 700;
    font-size: 13px;
    color: #cc2914;
    word-break: keep-all;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: inherit;
    text-decoration: none;
    transition: .2s;
}
.head_tab_btn_itm a:hover {
    color: #fff;
}
.head_tab_btn_active {
    background: #cc2914;
    color: #fff !important;
    height: 3em;
    font-weight: 700;
    font-size: 13px;
    color: #cc2914;
    word-break: keep-all;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: inherit;
}


@media (max-width: 768px) {
    .head_tab_btn {
        display: block;
        padding: 12px 0;
    }
    .head_tab_btn_itm {
        border-left: none;
    }
    .head_tab_btn_itm a {
        justify-content: flex-start;
        position: relative;
        padding-left: 48px;
        height: 2.4em;
    }
    .head_tab_btn_itm a::after {
        content: "";
        position: absolute;
        left: 12px;
        display: block;
        width: 24px;
        height: 1px;
        margin: auto 0;
        background: #cc2914;
    }
    .head_tab_btn_active {
        justify-content: flex-start;
        padding-left: 48px;
    }
}

#management .p_heading--lg.p_content_heading {
    padding-bottom: 10px;
    font-size: 18px;
}

.c_grid_txt_left {
    width: 100%;
    max-width: 49%;
    font-size: 14px;
}
.c_grid .c_section__item_img {
    width: 100%;
    max-width: 45%;
    margin-left: 25px;
}

#management .c_section__item h3 {
    color: #cc2914;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 10px;
}
.c_section__txt_box {
    border: 1px solid #cc2914;
    padding: 12px;
    margin-top: 15px;
}
.c_section__txt_box_head {
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 10px;
}
.c_section__txt_box_lst {
    padding-left: 20px;
}
.c_section__txt_box_lst li {
    font-weight: bold;
    list-style: disc;
    color: #cc2914;
    font-size: 12px;
    line-height: 1.3;
}
.c_section__txt_box_lst li span {
    color: #333;
}
.c_section__txt_box_lst li + li {
    margin-top: 5px;
}
.c_section__txt_box + h4 {
    margin-top: 15px;
}

.c_grid__txt_sec {
    width: 100%;
    max-width: 48%;
}
.c_grid__txt_sec p, .c_grid__txt_sec h4 {
    font-size: 14px;
}
.c_grid__txt_sec + .c_grid__txt_sec {
    margin-left: 25px;
}
.c_grid__txt_sec + .c_section__txt_box {
    width: 100%;
    max-width: 48%;
    margin-left: 25px;
    margin-top: 0;
}

.c_grid__txt_sec h4 {
    font-weight: bold;
    margin-bottom: 10px;
}

#ooda .c_grid {
    align-items: flex-start;
}
#ooda .c_section__item h4 {
    margin-bottom: 10px;
    font-weight: bold;
}
#ooda .c_section__item h4 + .c_grid {
    margin-bottom: 15px;
}

.c_culture_collum_sec {
    margin-top: 20px;
    padding: 20px;
    border: 1px solid #acacac;
    border-radius: 10px;
    background: #fbfbfb;
}
.c_culture_collum_sec h3 {
    font-weight: bold;
    font-size: 18px;
}

.c_culture_collum_cont + .c_culture_collum_cont {
    margin-top: 15px;
}
.c_culture_collum_cont_inr h4 {
    font-weight: bold;
}
.c_culture_collum_cont_inr + .c_culture_collum_cont_inr {
    margin-top: 10px;
}

.c_culture_collum_sec h3 {
    color: #333 !important;
}

.c_culture_collum_sec h4 {
    margin-bottom: 5px;
}
.c_culture_collum_sec h4, .c_culture_collum_sec p {
    font-size: 14px;
}

@media (max-width: 768px) {
    #management .c_grid {
        display: block;
    }
    .c_grid_txt_left {
        max-width: 100%;
    }
    .c_grid .c_section__item_img {
        max-width: 100%;
        margin-left: 0;
        margin-top: 15px;
        text-align: center;
    }

    .c_grid__txt_sec {
        max-width: 100%;
    }
    .c_grid__txt_sec + .c_section__txt_box {
        max-width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }
    .c_grid__txt_sec + .c_grid__txt_sec {
        margin-left: 0;
        margin-top: 15px;
    }
    .c_grid__txt_sec + .c_section__txt_box {
        margin-top: 10px;
    }
    .c_section__txt_box {
        margin-top: 10px;
    }

    #qa01 .c_section__item_img, #qa02 .c_section__item_img, #qa03 .c_section__item_img {
        margin-top: 15px;
    }
}

.c_note_txt {
    font-size: 12px;
    margin-top: 10px;
}
.c_note_txt a {
    text-decoration: underline;
    color: #333;
    transition: .2s;
}
.c_note_txt a:hover {
    color: #cc2914;
    text-decoration: none;
}


.c_unkerlink_sec {
    margin: 30px 0;
}
.c_unkerlink {
    list-style: none;
}
.c_unkerlink_txt + .c_unkerlink_txt {
    margin-top: 12px;
}
.c_unkerlink_txt a {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    transition: .2s;
    text-underline-offset: 5px;
    text-decoration: underline;
}
.c_unkerlink_txt a:hover {
    color: #cc2914;
    text-decoration: none;
}


.c_qa_item + .c_qa_item {
    margin-top: 30px;
}
.c_qa_item .c_section__item + .c_section__item {
    margin-top: 20px;
}

.c_qa_sec {
    margin-bottom: 30px;
}

.c_question {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #333;
    padding-bottom: 15px;
}
.c_ico_q {
    background-color: #333;
    font-size: 15px;
    color: #fff;
    padding: 5px 10px;
    margin-right: 15px;
}
.c_qa_txt p {
    font-size: 15px;
    font-weight: bold;
}
.c_answer {
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.c_ico_a {
    background-color: #cc2914;
    font-size: 15px;
    color: #fff;
    padding: 5px 10px;
    margin-right: 20px;
}

.c_section__item p + .c_section__item_img {
    margin-top: 15px;
}

.c_section__item_img + .c_section__item_img {
    margin-top: 15px;
}
