
.m3_m1{
    padding: 30px 0;
    background: #fff;
}

.m3_m1 > div{
    max-width: 1100px;
    margin: auto;
}

.m3_m1 article{
    width: 100%;
}
.m3_m1 article ~ article{
    margin-top: 50px;
}


.m3_m1 article .title{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    font: 23px/1.4em "나눔바른고딕";
    color: #000;
} 
.m3_m1 article .title p{
    font: 23px/1.4em "나눔바른고딕";
    color: #000;
    flex: 1;
}

.m3_m1 article .title:before{
    content: "";
    display: inline-block;
    min-width: 3px;
    height: 22px;
    background: url(../../../../images/iosf/ko/content/m3_m1/bar_3x22.png)no-repeat center;
    margin-right: 10px;
    margin-top: 5px;
}
.m3_m1 article .title:after{
    content: "";
    display: block;
    min-width: 100%;
    height: 1px;
    background: #222222;
    margin-top: 26px;
    margin-bottom: 30px;
}


.m3_m1 .info .case{
    width: 100%;
    padding: 30px 0;
}
.m3_m1 .info .title + .case{
    padding: 0 0 30px;
}

.m3_m1 .info > div:not(.title) ~ div{
    border-top: 1px solid #d8d8d8;
}
.m3_m1 .info > div:last-of-type{
    border-bottom: 1px solid #d8d8d8;
}

/* 리스트 테이블 */
/* 리스트 테이블 */
.m3_m1 .info .case .list{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.m3_m1 .info .case .list dt{
    width: calc((100% / 2) - (20px / 2));
}
.m3_m1 .info .case .list dt > p{
    text-align: center;
    font: bold 17px/1.4em "나눔바른고딕";
    color: #fff;
    background: #313133;
    padding: 12px 15px;
}
.m3_m1 .info .case .list table{
    display: flex;
    border: 1px solid #d8d8d8;
    border-top: 2px solid #830020;
    border-bottom: 1px solid #222222;
}
.m3_m1 .info .case .list table:not(:first-child){
    margin-top: 20px;
}

.m3_m1 .info .case .list table tbody{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.m3_m1 .info .case .list table tbody tr{
    display: flex;
    /* flex-direction: column; */
}
.m3_m1 .info .case .list table tbody tr th,
.m3_m1 .info .case .list table tbody tr td{
    width: 100%;
    text-align: center;
}

.m3_m1 .info .case .list table tbody tr th{
    font: bold 17px/1.4em "나눔바른고딕";
    color: #000;
    border-bottom: 1px solid #9f9f9f;
    padding: 12px 15px;
}
.m3_m1 .info .case .list table tbody tr td p{
    font: 17px/1.4em "나눔바른고딕";
    color: #000;
    background: #ffffff;
    padding: 12px 8px;
}

.m3_m1 .info .case .list table tbody tr td p.fix2{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 74px;
    padding: 12px 8px;
    word-break: keep-all;
}

.m3_m1 .info .case .list table tbody tr td p:first-of-type{
    color: #6e5d42;
    background: #f9f7f2;
    border-bottom: 1px solid #d8d8d8;
}
.m3_m1 .info .case .list table tbody:first-of-type tr td p:first-of-type{
    background: #f6f6f6;
}
.m3_m1 .info:not(:first-of-type) .case .list dt ~ dt table tbody:first-of-type tr td p:first-of-type{
    background: #f9f7f2;
}
.m3_m1 .info .case .list table tbody ~ tbody,
.m3_m1 .info .case .list table tbody tr td ~ td{
    border-left: 1px solid #d8d8d8;
}



/* 리스트 테이블 */
/* 리스트 테이블 */




.m3_m1 .info .case p{
    font: 17px/1.4em "나눔바른고딕";
    color: #000;
}
.m3_m1 .info .case p:not(:first-child):first-of-type{
    margin-top: 20px;
}

.m3_m1 .info .case p.brown{
    color: #6e5d42;
}
.m3_m1 .info .case p.grey{
    color: #535353;
}
.m3_m1 .info .case > p ~ p{
    margin-top: 6px;
}
.m3_m1 .info .case:has(a) p:last-of-type{
    margin-bottom: 17px;
}
.m3_m1 .info .case a{
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    min-width: 224px;
    font: bold 15px/1.4em "나눔바른고딕";
    color: #fff;
    padding: 9px 15px;
    background: #830020;
}
.m3_m1 .info .case a:after{
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../../../../images/iosf/ko/content/m3_m1/down_14x14.png)no-repeat center;
    margin-left: 13px;
}



/* ----------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */

@media screen and (max-width: 1100px) {

    .m3_m1 .info .case .list table tbody tr td p.fix{
        display: flex;
        align-items: center;
        justify-content: center;
        word-break: keep-all;
        height: 74px;
        padding: 12px 8px;
    }
   
}

@media screen and (max-width: 1040px) {
   
}



@media screen and (max-width: 960px) {

    .m3_m1 article .title p{
        font-size: 21px;
    }
    .m3_m1 article .title:before{
        height: 20px;
        margin-top: 3px;
    }
    .m3_m1 article ~ article{
        margin-top: 40px;
    }

    .m3_m1 .info .case .list{
        flex-direction: column;
        /* justify-content: space-between; */
    }
    .m3_m1 .info .case .list dt ~ dt{
        margin-top: 20px;
    }
    .m3_m1 .info .case .list dt{
        width: 100%;
    }

    .m3_m1 .info .case .list table tbody tr td p.fix{
        /* word-break:break-all; */
        height: auto;
    }

}

@media screen and (max-width: 600px) {
    .m3_m1 .info .case .list table tbody tr td p.fix{
        height: 74px;
    }
}

@media screen and (max-width: 480px) {

    .m3_m1{
        padding: 20px 0;
    }
    .m3_m1 .info .case .list table tbody tr td p.fix{
        height: 91px;
    }
    .m3_m1 .info .case .list table tbody tr td p.fix2{
        word-break:break-all;
        height: 91px;
    }
}