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

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

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


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

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

.m1_m4 article .mapcover{
    width: 100%;
    height: 540px;
    border: 1px solid #d8d8d8;
}
.m1_m4 article .mapcover dt{
    width: 100%;
    height: 100%;
}

.m1_m4 article .address{
    width: 100%;
    margin-top: 30px;
}

.m1_m4 article .address table{
    width: 100%;
    border: 1px solid #d8d8d8;
    border-top: 1px solid #8f816a;
    border-bottom: 1px solid #9f9f9f;
}
.m1_m4 article .address table tbody{
    display: flex;
}

.m1_m4 article .address table tr{
    flex: 1;
    display: flex;
    flex-direction: column;
}
.m1_m4 article .address table tr:nth-of-type(1){
    flex: 1 0 33%;
}
.m1_m4 article .address table tr:nth-of-type(1) td{
    text-align: left;
}

.m1_m4 article .address table tr.num{
    flex: 0 1 150px;
}
.m1_m4 article .address table tr ~ tr{
    border-left: 1px solid #d8d8d8;
}

.m1_m4 article .address table tr th,
.m1_m4 article .address table tr td{
    letter-spacing: 0px;
    word-break: keep-all;
    text-align: center;
    font: 17px/1.4em "나눔바른고딕";
    color: #000000;
    padding: 18px 14px;
}

.m1_m4 article .address table tr th{
    color: #6e5d42;
    background: #f6f6f6;
    border-bottom: 1px solid #d8d8d8;
    padding: 11px 10px;
}



.m1_m4 .info .tip:last-of-type{
    font: 17px/1.4em "나눔바른고딕";
    color: #65001a;
    margin-bottom: 30px;
}
.m1_m4 .info .case{
    width: 100%;
    padding: 30px 0;
}
.m1_m4 .info > div:not(.title) ~ div{
    border-top: 1px solid #d8d8d8;
}
.m1_m4 .info > div:last-of-type{
    border-bottom: 1px solid #d8d8d8;
}


.m1_m4 .info .case h2{
    font: 19px/1.4em "나눔바른고딕";
    color: #000;
}
.m1_m4 .info .case h2:after{
    content: "";
    display: block;
    width: 48px;
    height: 1px;
    background: #8f816a;
    margin-top: 11px;
    margin-bottom: 30px;
}

.m1_m4 .info .case p{
    font: 17px/1.4em "나눔바른고딕";
    color: #000;
}
.m1_m4 .info .case p.brown{
    color: #6e5d42;
}
.m1_m4 .info .case p ~ p{
    margin-top: 6px;
}
.m1_m4 .info .case p:last-of-type{
    margin-bottom: 17px;
}
.m1_m4 .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;
}
.m1_m4 .info .case a:after{
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../../../../images/iosf/ko/content/m1_m4/link_white_14x14.png)no-repeat center;
    margin-left: 13px;
}


.m1_m4 .info2 .detail p.point{
    display: flex;
    align-items: flex-start;
    font: 17px/1.4em "나눔바른고딕";
    color: #000;
}
.m1_m4 .info2 .detail p.point:before{
    content: "";
    display: inline-block;
    min-width: 6px;
    height: 6px;
    border-radius: 6px;
    background: #8f816a;
    margin-right: 10px;
    margin-top: 8px;
}

.m1_m4 .info2 .detail p ~ p{
    margin-top: 8px;
}





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

@media screen and (max-width: 1100px) {
   
    .m1_m4 article .mapcover{
        height: 491px;
    }
}

@media screen and (max-width: 1040px) {
   
    .m1_m4 article .mapcover{
        height: 442px;
    }
}



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

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


    .m1_m4 article ~ article{
        margin-top: 40px;
    }

    .m1_m4 article .mapcover{
        height: 285px;
    }

    .m1_m4 article .address table tbody{
        display: table-row-group;
    }
    .m1_m4 article .address table tr th,
    .m1_m4 article .address table tr td{
        text-align: left;
    }    

    .m1_m4 article .address table tr ~ tr{
        border-left: 0px solid #d8d8d8;
    }
    .m1_m4 article .address table tr th{
        border-bottom: 0px solid #d8d8d8;
    }
    .m1_m4 article .address table tr:not(:last-of-type) td{
        border-bottom: 1px solid #d8d8d8;
    }
    .m1_m4 article .address table tr th{
        padding: 11px 14px;
    }
}



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

    .m1_m4{
        padding: 20px 0;
    }

}