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

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


/* 머릿말 추가 */
/* 머릿말 추가 */

/* 탭 tab 추가 */
/* 탭 tab 추가 */
.m2_m8_m1 article.tab div{
    display: flex;
}
.m2_m8_m1 article.tab div button{
    width: 100%;
    text-align: center;
    border: 1px solid #c3c3c3;
    font: 19px/1.4em "나눔바른고딕";
    color: #6e5d42;
    background: #fff;
    padding: 14px 15px;
}
.m2_m8_m1 article.tab div button ~ button{
    /* position: relative; */
    /* width: calc(100% + 1px); */
    margin-left: -1px;
}
.m2_m8_m1 article.tab div button.on{
    z-index: 1;
    border: 1px solid #830020;
    color: #fff;
    font-weight: bold;
    background: #830020;
}
/* 탭 tab 추가 */
/* 탭 tab 추가 */
/* 탭 tab 추가 */
/* 탭 tab 추가 */




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

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

.m2_m8_m1 .list{
    width: 100%;
}

.m2_m8_m1 .list .box dl dt{
    height: 56px;
}

.m2_m8_m1 article ~ article{
    margin-top: 50px;
}


.m2_m8_m1 .list .box dl{
    letter-spacing: 1px;
    display: flex;
    width: 100%;
    height: 100%;
    font: bold 17px/1.3em "나눔바른고딕";
    color: #fff;
    border-top: 1px solid #000000 ;
    border-bottom: 1px solid #000000 ;
}
.m2_m8_m1 .list .box.color2 dl{
    border-top: 1px solid #4a0013 ;
    border-bottom: 1px solid #4a0013 ;
}
.m2_m8_m1 .list .box.color3 dl{
    border-top: 1px solid #423b30 ;
    border-bottom: 1px solid #423b30 ;
}
.m2_m8_m1 .list .box.color4 dl{
    border-top: 1px solid #000000 ;
    border-bottom: 1px solid #000000 ;
}


.m2_m8_m1 .list .box dl dt,
.m2_m8_m1 .list .box dl dd{
    display: flex;
    align-items: center;
    justify-content: center;
}

.m2_m8_m1 .list .box dl dt{
    min-width: 100px;
    height: 56px;
    background: #1b1b1b;
}
.m2_m8_m1 .list .box.color1 dl dt{
    height: 88px;
}
.m2_m8_m1 .list .box.color2 dl dt{
    background: #9d0027;
}
.m2_m8_m1 .list .box.color3 dl dt{
    background: #524a3c;
}
.m2_m8_m1 .list .box.color4 dl dt{
    background: #94856d;
    height: 74px;
}

.m2_m8_m1 .list .box dl dt p{
    font: bold 17px/1.3em "나눔바른고딕";
    color: #fff;
}

.m2_m8_m1 .list .box dl dd{
    position: relative;
    flex-direction: column;
    width: 100%;
    text-align: center;
    background: #222222;
    padding: 0 50px;
}
.m2_m8_m1 .list .box.color2 dl dd{
    background: #65001a;
}
.m2_m8_m1 .list .box.color3 dl dd{
    background: #665b4b;
}
.m2_m8_m1 .list .box.color4 dl dd{
    flex-direction: row;
    padding: 0 20px;
    justify-content: space-between;
    background: #e9e9e9;
}
.m2_m8_m1 .list .box.color4 dl dd div{
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc((100% / 4) - (60px /4));
    background: #2b2b2b;
    border-radius: 3px;
}
.m2_m8_m1 .list .box.color4 dl dd div b{
    width: 100%;
    padding: 12px 7px;
    font: bold 17px/1.3em "나눔바른고딕";
}


.m2_m8_m1 .list .box dl dd b{
    z-index: 1;
    word-break: keep-all;
    font: bold 17px/1.3em "나눔바른고딕";
    margin-right: 100px;
}
.m2_m8_m1 .list .box.color4 dl dd b{
    margin: 0;
}
.m2_m8_m1 .list .box dl dd b:first-of-type{
    font: bold 21px/1.3em "나눔바른고딕";
}
.m2_m8_m1 .list .box dl dd b:only-of-type{
    font: bold 19px/1.3em "나눔바른고딕";
}
.m2_m8_m1 .list .box dl dd b ~ b{
    margin-top: 4px;
}
 

.m2_m8_m1 .list .box dl dd:before{
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    min-width: 79px;
    height: 100%;
    background: url(../../../../images/iosf/ko/content/m2_m8_m1/bg2_3_1_56x56.png)no-repeat left;
    background-size: contain;
}
.m2_m8_m1 .list .box dl dd:after{
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    min-width: 79px;
    height: 100%;
    background: url(../../../../images/iosf/ko/content/m2_m8_m1/bg2_3_2_56x56.png)no-repeat right;
    background-size: contain;
}
.m2_m8_m1 .list .box.color3 dl dd:before{
    top: 0;
    left: 0;
    min-width: 79px;
    height: 100%;
    background: url(../../../../images/iosf/ko/content/m2_m8_m1/bg2_2_1_56x56.png)no-repeat left;
    background-size: contain;
}
.m2_m8_m1 .list .box.color3 dl dd:after{
    top: 0;
    right: 0;
    min-width: 79px;
    height: 100%;
    background: url(../../../../images/iosf/ko/content/m2_m8_m1/bg2_2_2_56x56.png)no-repeat right;
    background-size: contain;
}
.m2_m8_m1 .list .box.color4 dl dd:before,
.m2_m8_m1 .list .box.color4 dl dd:after{
    display: none;
}


.m2_m8_m1 .list .box.color1 dl dd:before{
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    min-width: 108px;
    height: 100%;
    background: url(../../../../images/iosf/ko/content/m2_m8_m1/bg2_4_1_88x88.png)no-repeat left;
    background-size: contain;
}
.m2_m8_m1 .list .box.color1 dl dd:after{
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    min-width: 88px;
    height: 100%;
    background: url(../../../../images/iosf/ko/content/m2_m8_m1/bg2_4_2_88x88.png)no-repeat right;
    background-size: 100%;
}

.m2_m8_m1 .list .box.color1{
    position: relative;
}
.m2_m8_m1 .list .box.color2{
    position: relative;
    z-index: 1;
}

.m2_m8_m1 .list .box.color1:before{
    content: "";
    position: absolute;
    display: block;
    top: 79px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 96px;
    background: url(../../../../images/iosf/ko/content/m2_m8_m1/bg_868x96.png)no-repeat center;
}
.m2_m8_m1 .list .box.color1:after{
    content: "";
    display: block;
    width: 80px;
    height: 40px;
    background: url(../../../../images/iosf/ko/content/m2_m8_m1/bg2_4_80x40.png)no-repeat center;
    margin: auto;
}
.m2_m8_m1 .list .box.color2:after{
    content: "";
    display: block;
    width: 80px;
    height: 20px;
    background: url(../../../../images/iosf/ko/content/m2_m8_m1/bg2_3_80x20.png)no-repeat center;
    margin: auto;
}
.m2_m8_m1 .list .box.color3:after{
    content: "";
    display: block;
    width: 80px;
    height: 20px;
    background: url(../../../../images/iosf/ko/content/m2_m8_m1/bg2_2_80x20.png)no-repeat center;
    margin: auto;
}
.m2_m8_m1 .list .box.color4:after{
    content: "";
    display: block;
    width: 186px;
    height: 56px;
    background: url(../../../../images/iosf/ko/content/m2_m8_m1/bg2_1_186x56.png)no-repeat center;
    margin: auto;
}



.m2_m8_m1 .list .part .subject{
    border-top: 1px solid #303030;
    border-bottom: 1px solid #303030;
    margin-top: 5px;
}


/* 하단 리스트 */
/* 하단 리스트 */
/* 하단 리스트 */

.m2_m8_m1 .list .part .subject p{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    font: bold 19px/1.3em "나눔바른고딕";
    color: #fff;
    text-align: center;
    background: 
    url(../../../../images/iosf/ko/content/m2_m8_m1/bg_part_10x28.jpg)no-repeat top/100% 28px,
    #303030;
}

.m2_m8_m1 .list .part .detail{
    position: relative;
    margin-top: 20px;
    overflow: auto;
}
.m2_m8_m1 .list .part .detail dl{
    min-width: 960px;
}

.m2_m8_m1 .list .part .detail dt,
.m2_m8_m1 .list .part .detail dd{
    display: flex;
    justify-content: space-between;
    width: 100%;
}


.m2_m8_m1 .list .part .detail dt .step{
    position: relative;
    display: flex;
    flex-direction: column;
    text-align: center;
    width: calc((100% / 4) - (60px / 4));
    border: 1px solid #830020;
}
.m2_m8_m1 .list .part .detail dt:not(:last-of-type) .step{
    border-bottom: 0;
} 
.m2_m8_m1 .list .part .detail dt:not(:last-of-type) .step:after{
    display: none;
}
.m2_m8_m1 .list .part .detail dt:last-of-type .step{
    border-top: 0;
}

.m2_m8_m1 .list .part .detail dt .step:after{
    content: "";
    position: absolute;
    display: block;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 15px;
    height: 40px;
    background: url(../../../../images/iosf/ko/content/m2_m8_m1/arrowdown_15x40.png)no-repeat center;
}

.m2_m8_m1 .list .part .detail dt .step .text{
    /* width: 100%; */
}

.m2_m8_m1 .list .part .detail dt .step .text p{
    font: bold 19px/1.3em "나눔바른고딕";
    color: #fff;
    padding: 14px;
    background: #830020;
}

.m2_m8_m1 .list .part .detail dt .step .item{
    padding: 20px;
}
.m2_m8_m1 .list .part .detail dt~dt .step .item{
    padding-top: 0;
}

.m2_m8_m1 .list .part .detail dt .step .item.color .level{
    border: 0px solid #d8d8d8;
}
.m2_m8_m1 .list .part .detail dt .step .item.color .level .content{
    color: #fff;
    background: #7f735d;
}
.m2_m8_m1 .list .part .detail dt .step .item.color .level.black .content{
    position: relative;;
    color: #fff;
    font: bold 17px / 1.3em "나눔바른고딕";
    height: 92px;
    padding: 13px 12px;
    align-content: center;
    background: #303030;
}
.m2_m8_m1 .list .part .detail dt .step .item.color .level.black .content:after{
    content: "";
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 17px solid #303030;
}

.m2_m8_m1 .list .part .detail dt .step .item.color .level .content p{
    color: #fff;
}

.m2_m8_m1 .list .part .detail dt .step .item .title2{
    font: bold 17px/1.3em "나눔바른고딕";
    color: #000;
    margin-bottom: 20px;
}
.m2_m8_m1 .list .part .detail dt .step .item .level{
    display: flex;
    flex-direction: column;
    border: 1px solid #d8d8d8;
}

.m2_m8_m1 .list .part .detail dt .step .item .level ~ .level{
    margin-top: 10px;
}
.m2_m8_m1 .list .part .detail dt .step .item.color .level ~ .level{
    margin-top: 15px;
}

.m2_m8_m1 .list .part .detail dt .step .item .level .num{
    font: bold 15px/1.3em "나눔바른고딕";
    color: #6e5d42;
    padding: 9px;
    background: #f4f4f4;
    border-bottom: 1px solid #d8d8d8;
}
.m2_m8_m1 .list .part .detail dt .step .item .level .content{
    display: flex;
    align-items: center;
    justify-content: center;
    font: 15px/1.3em "나눔바른고딕";
    color: #000;
    height: 66px;
    padding: 10px 10px;
    background: #fff;
}
.m2_m8_m1 .list .part .detail dt .step .item .level.black .content{
    display: block;
}
.m2_m8_m1 .list .part .detail dt .step .item .level:nth-of-type(3) .content{
    height: 84px;
}
.m2_m8_m1 .list .part .detail dt .step .item.color .level .content{
    height: 80px;
}
.m2_m8_m1 .list .part .detail dt .step .item .level .content p{
    word-break: keep-all;
    letter-spacing: -1px;
}

/* 하단 리스트 */
/* 하단 리스트 */

.m2_m8_m1 .list .part .detail dd{
    margin-top: 42px;
}
.m2_m8_m1 .list .part .detail dd .step_1{
    position: relative;
    display: flex;
    flex-direction: column;
    text-align: center;
    width: calc((100% / 4) - (60px / 4));
}

.m2_m8_m1 .list .part .detail dd .step_1 p{
    display: flex;
    align-items: center;
    justify-content: center;
    font: 17px/1.3em "나눔바른고딕";
    color: #000;
    height: 58px;
    background: #fefcf4;
}
.m2_m8_m1 .list .part .detail dd .step_1 p ~ p{
    border: 1px solid #65001a;
    border-top: 0px solid #65001a;
}
.m2_m8_m1 .list .part .detail dd .step_1 p:first-of-type{
    font: bold 19px/1.3em "나눔바른고딕";
    color: #fff;
    background: #65001a;
}

/* 탭2 */
/* list2 ---------------------------------------------- */
/* list2 ---------------------------------------------- */
/* list2 ---------------------------------------------- */

.m2_m8_m1 article.list2 .title:after{
    margin-bottom: 0px;
}

.m2_m8_m1 article.list2 .list2_1 div:not(.title){
    padding: 30px;
    font: 17px/1.3em "나눔바른고딕";
    color: #000;
    border: 1px solid #d8d8d8;
    border-top: 0;
}
.m2_m8_m1 article.list2 .list2_1 h2{
    font: 19px/1.3em "나눔바른고딕";
    color: #000;
}
.m2_m8_m1 article.list2 .list2_1 h2:after{
    content: "";
    display: block;
    width: 48px;
    height: 1px;
    background: #8f816a;
    margin-top: 12px;
    margin-bottom: 21px;
}
.m2_m8_m1 article.list2 .list2_1 div:has(table) h2:after{
    margin-bottom: 30px;
}

.m2_m8_m1 article.list2 .list2_1 div:not(.title) p{
    font: 17px/1.3em "나눔바른고딕";
    color: #000;
}
.m2_m8_m1 article.list2 .list2_1 div p.red{
    color: #65001a;
}
.m2_m8_m1 article.list2 .list2_1 div p ~ p{
    margin-top: 14px;
}

.m2_m8_m1 article.list2 .list2_1 p + table {
    margin-top: 15px;
}


.m2_m8_m1 article.list2 .list2_1 table {
    width: 100%;
    border: 1px solid #d8d8d8;
    border-top: 1px solid #830020;
    border-bottom: 1px solid #9f9f9f;
    margin-bottom: 20px;
}
.m2_m8_m1 article.list2 .list2_1 table tbody{
    display: flex;
}
.m2_m8_m1 article.list2 .list2_1 table tbody.column{
    flex-direction: column;
}
.m2_m8_m1 article.list2 .list2_1 table tr{
    width: 100%;
    display: flex;
    flex-direction: column;
}

.m2_m8_m1 article.list2 .list2_1 table tr.row{
    flex-direction: row;
    border-left: 0;
}


.m2_m8_m1 article.list2 .list2_1 table tr ~ tr{
    border-left: 1px solid #d8d8d8;
}
.m2_m8_m1 article.list2 .list2_1 table tr th,
.m2_m8_m1 article.list2 .list2_1 table tr.row td,
.m2_m8_m1 article.list2 .list2_1 table tr td{
    text-align: center;
    padding: 13px;
    font: 17px/1.3em "나눔바른고딕";
    color: #000;
}
.m2_m8_m1 article.list2 .list2_1 table tr.row th,
.m2_m8_m1 article.list2 .list2_1 table tr.row td{
    width: 100%;
    /* height: 100%; */
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.m2_m8_m1 article.list2 .list2_1 table tr.row th + td{
    max-width: 40%;
}
.m2_m8_m1 article.list2 .list2_1 table tr.row th{
    flex-wrap: wrap;
}
.m2_m8_m1 article.list2 .list2_1 table tr.row th p{
    width: 100%;
    text-align: left;
}
.m2_m8_m1 article.list2 .list2_1 table tr.row th p + p{
    margin-top: 7px;
}



.m2_m8_m1 article.list2 .list2_1 table tr.row th + td,
.m2_m8_m1 article.list2 .list2_1 table tr.row td + td{    
    border-left: 1px solid #d8d8d8;
}
.m2_m8_m1 article.list2 .list2_1 table tr.row th + td{
    border-bottom: 1px solid #d8d8d8;
}


.m2_m8_m1 article.list2 .list2_1 table tr th{
    background: #f6f6f6;
    color: #6e5d42;
    border-bottom: 1px solid #d8d8d8;
}
.m2_m8_m1 article.list2 .list2_1 table tr.row th{
    border-bottom: 1px solid #d8d8d8;
    color: #000
}
.m2_m8_m1 article.list2 .list2_1 div:nth-of-type(even) table tr th{
    background: #f9f7f2;
}
.m2_m8_m1 article.list2 .list2_1 div table thead tr.row th,
.m2_m8_m1 article.list2 .list2_1 div table thead tr.row td{
    background: #f6f6f6;
}

.m2_m8_m1 article.list2 .list2_1 div table tr.row th{
    background: white;
}

.m2_m8_m1 article.list2 .list2_1 div a.link{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 140px;
    padding: 12px;
    font: bold 17px/1.3em "나눔바른고딕";
    color: #000;
    border: 1px solid #c3c3c3;
}
.m2_m8_m1 article.list2 .list2_1 div a.link:hover{
    color: #fff;
    background: #8f816a;
    border: 1px solid #8f816a;
    transition: all 0.2s;
}
.m2_m8_m1 article.list2 .list2_1 div a.link:after{
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../../../../images/iosf/ko/content/m2_m8_m1/link_brown_16x16.png)no-repeat center;
    margin-left: 9px;
    margin-bottom: 2px;
}
.m2_m8_m1 article.list2 .list2_1 div a.link:hover:after{
    background: url(../../../../images/iosf/ko/content/m2_m8_m1/link_white_16x16.png)no-repeat center;
    transition: all 0.2s;
}


/* 조직도 추가 */
/* ----------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */


.m2_m8_m1 article.list.set960 > div{
    overflow: auto;
}

.m2_m8_m1 article.list .organization{
    position: relative;
    min-width: 960px;
    width: 100%;
    left: 0%;
    height: 1040px;
    margin-top: 20px;
}
.m2_m8_m1 article.list .organization .group div p{
    display: flex;
    align-items: center;
    justify-content: center;
    font: 17px / 1.3em "나눔바른고딕";
    color: #fff;
    padding: 20px;
    width: 245px;
    height: 60px;
    background: #595959;
    text-align: center;
}
.m2_m8_m1 article.list .organization .group.part6 div{
    width: 100%;
    background: #f2f2f2;
    border: 1px solid #303030;
}
.m2_m8_m1 article.list .organization .group.part6 div p{
    width: 100%;
    flex-direction: column;
    align-items: start;
    justify-content: end;
    font-weight: bold;
    padding-bottom: 15px;
    color: #000;
    background-color: transparent;
}
.m2_m8_m1 article.list .organization .group.part6 div span + p{
    margin-top: 6px;
}
.m2_m8_m1 article.list .organization .group.part6 div span + p::before{
    content: "";
    width: 100%;
    border-bottom: 1px solid #000;
    margin-bottom: 17px;
}
.m2_m8_m1 article.list .organization .group.part6 div span{
    display: flex;
    align-items: start;
    padding: 0 20px 8px;
    font: 17px / 1.3em "나눔바른고딕";
}
.m2_m8_m1 article.list .organization .group.part6 div span::before{
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background: #830020;
    margin-right: 10px;
    margin-top: 8px;
}
.m2_m8_m1 article.list .organization .group.part6 div span:last-of-type{
    margin-bottom: 12px;
}




.m2_m8_m1 article.list .tip div p{
    font: 17px / 1.3em "나눔바른고딕";
    width: 100%;
    padding: 15px;
    text-align: center;
    color: #000;
    background: #f2f2f2;
    border: 1px solid #bfbfbf;
}

.m2_m8_m1 article.list .organization .group{
    position: absolute;
    display: flex;
}
.m2_m8_m1 article.list .organization .group > div{
    position: relative;
}

.m2_m8_m1 article.list .organization .group.center{
    left: 50%;
    transform: translate(-50% , 0);
}
.m2_m8_m1 article.list .organization .group.right{
    right: 0;
    align-items: end;
}

.m2_m8_m1 article.list .organization .group.left{
    left: 0;
    align-items: start;
}
.m2_m8_m1 article.list .organization .group.column{
    flex-direction: column;
}

.m2_m8_m1 article.list .organization .group.part1 div~div{
    margin-top: 100px;
}


.m2_m8_m1 article.list .organization .group.part1::before{
    content: "";
    z-index: -1;
    position: absolute;
    left: 50%;
    top: 0;
    display: inline-block;
    height: 430px;
    border-left: 1px solid #000000;
}
.m2_m8_m1 article.list .organization .group.part2,
.m2_m8_m1 article.list .organization .group.part3{
    width: 50%;
}

.m2_m8_m1 article.list .organization .group.part2::before,
.m2_m8_m1 article.list .organization .group.part3::before,
.m2_m8_m1 article.list .organization .group.part4::before,
.m2_m8_m1 article.list .organization .group.part5::before{
    content: "";
    z-index: 0;
    position: absolute;
    left: 0%;
    top: 30px;
    display: inline-block;
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #000000;
}
.m2_m8_m1 article.list .organization .group.part3::before{
    left: auto;
    right: 0%;
}
.m2_m8_m1 article.list .organization .group.part4::before{
    top: -50px;
    height: 50px;
    width: calc(50% + 30px);
    left: calc(25% - 15px);
    border: 1px solid #000000;
    border-bottom: 0px solid #000000;
}
.m2_m8_m1 article.list .organization .group.part5::before{
    top: -50px;
    height: 50px;
    width: calc((100% * 2 / 3) + 10px);
    left: calc((100% / 6) - 5px);
    border: 1px solid #000000;
    border-bottom: 0px solid #000000;
}

.m2_m8_m1 article.list .organization .group.part2 div:first-of-type:before,
.m2_m8_m1 article.list .organization .group.part3 div:first-of-type:before,
.m2_m8_m1 article.list .organization .group.part4 div:before{
    content: "";
    z-index: 0;
    position: absolute;
    left: -18%;
    top: 30px;
    display: inline-block;
    width: 18%;
    height: 160px;
    border: 1px solid #000000;
    border-right: 0px solid #000000;
}
.m2_m8_m1 article.list .organization .group.part3 div:first-of-type:before{
    left: auto;
    right: -18%;
    width: 18%;
    border: 1px solid #000000;
    border-left: 0px solid #000000;
}
.m2_m8_m1 article.list .organization .group.part4 div:before{
    top: 60px;
    left: 50%;
    right: auto;
    width: 0;
    height: 100px;
    border: 0px solid #000000;
    border-left: 1px solid #000000;
}


.m2_m8_m1 article.list .organization .group.part2 div~div,
.m2_m8_m1 article.list .organization .group.part3 div~div{
    margin-top: 20px;
}
.m2_m8_m1 article.list .organization .group.part3{
    margin-top: 160px;
}
.m2_m8_m1 article.list .organization .group.part4{
    margin-top: 480px;
}
.m2_m8_m1 article.list .organization .group.part5{
    margin-top: 640px;
}
.m2_m8_m1 article.list .organization .group.right.part6{
    margin-top: 590px;
    right: 0;
    align-items: end;
}

.m2_m8_m1 article.list .organization .group.part4,
.m2_m8_m1 article.list .organization .group.part5{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.m2_m8_m1 article.list .organization .group.part5,
.m2_m8_m1 article.list .organization .group.part6{
    width: calc(50% - 30px);;
}
.m2_m8_m1 article.list .organization .group.part4 div{
    width: calc(50% - 30px);
}
.m2_m8_m1 article.list .organization .group.part5 div{
    width: calc((100% / 3) - 10px);
}
.m2_m8_m1 article.list .organization .group.part4 div p{
    width:100%;
}
.m2_m8_m1 article.list .organization .group.part5 div p{
    width: auto;
    height: 100px;
}


.m2_m8_m1 article.list .organization .group .black{
    background: #000;
}
.m2_m8_m1 article.list .organization .group .red{
    background: #830020;
}
.m2_m8_m1 article.list .organization .group .brown{
    background: #7f6000;
}





/* 기본 리스트 끄기 */
article.off{
    display: none;
}

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

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

    /* 머릿말 부분 추가 */
    /* 머릿말 부분 추가 */
    /* 머릿말 부분 추가 */
    .m2_m8_m1 article .title p{
        font-size: 21px;
    }
    .m2_m8_m1 article .title:before{
        height: 20px;
        margin-top: 3px;
    }
    .m2_m8_m1 article ~ article{
        margin-top: 40px;
    }
    /* 머릿말 부분 추가 */
    /* 머릿말 부분 추가 */
    /* 머릿말 부분 추가 */
    /* 탭 부분 추가 */
    .m2_m8_m1 article.tab div button{
        font-size: 17px;
    }
    /* 탭 부분 추가 */
    /* 탭 부분 추가 */



    .m2_m8_m1 .list .box.color1:before{
        top: 108px;
        width: 100%;
        height: 96px;
        background: url(../../../../images/iosf/ko/content/m2_m8_m1/bg_868x96.png)no-repeat center;
        background-size: 96% 50px;
    }
    
    .m2_m8_m1 .list .box dl{
        flex-direction: column;
    }
    .m2_m8_m1 .list .box dl dt,
    .m2_m8_m1 .list .box.color1 dl dt,
    .m2_m8_m1 .list .box.color4 dl dt{
        height: 48px;
    }
    .m2_m8_m1 .list .box dl dd{
        height: auto;
        padding: 17px 90px;
    }
    .m2_m8_m1 .list .box.color1 dl dd{
        height: 88px;
    }

    .m2_m8_m1 .list .box dl dd b{
        font-size: 15px;
        margin: 0;
    }
    .m2_m8_m1 .list .box dl dd b:first-of-type{
        font-size: 19px;
    }
    .m2_m8_m1 .list .box dl dd b:only-of-type{
        font-size: 17px;
    }


    .m2_m8_m1 .list .box.color4 dl dd{
        flex-wrap: wrap;
        height: auto;
        padding-top: 14px;
    }
    .m2_m8_m1 .list .box.color4 dl dd div{
        width: calc((100% / 2) - (20px / 2));
        margin-bottom: 14px;
    }


    .m2_m8_m1 .list .part .subject p,
    .m2_m8_m1 .list .part .detail dt .step .text p,
    .m2_m8_m1 .list .part .detail dd .step_1 p:first-of-type{    
        font-size: 17px;
    }



    /* 리스트2 */

    .m2_m8_m1 article.list2 .list2_1 div:not(.title){
        padding: 30px 0;
        border-left: 0;
        border-right: 0;
    }
    .m2_m8_m1 article.list2 .list2_1 table tbody{
        display: table-row-group;
    }
    .m2_m8_m1 article.list2 .list2_1 table tr th,
    .m2_m8_m1 article.list2 .list2_1 table tr td{
        text-align: left;
    }
    .m2_m8_m1 article.list2 .list2_1 table tr ~ tr{
        border-left: 0;
    }
    .m2_m8_m1 article.list2 .list2_1 table tr th{
        border-bottom: 0;
    }
    .m2_m8_m1 article.list2 .list2_1 table tr td{
        border-bottom: 1px solid #d8d8d8;
    }

    
   

}

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

    .m2_m8_m1 .list .part .detail dt .step,
    .m2_m8_m1 .list .part .detail dd .step_1{    
        min-width: 380px;
        margin-right: 20px;
    }
    .m2_m8_m1 .list .part .detail dt .step .item .level:nth-of-type(n) .content{
        height: 64px;
    }

}


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

    .m2_m8_m1{
        padding: 20px 0;
    }

    .m2_m8_m1 .list .box dl dd,
    .m2_m8_m1 .list .box.color1 dl dd{
        height: auto;
        padding: 17px 14px;
    }
    .m2_m8_m1 .list .box.color4 dl dd div{
        width: 100%;
    }

    .m2_m8_m1 .list .part .detail dt .step,
    .m2_m8_m1 .list .part .detail dd .step_1{    
        min-width: 220px;
        margin-right: 20px;
    }
    .m2_m8_m1 .list .part .detail dt .step .item .level:nth-of-type(n) .content{
        height: 70px;
    }
}