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

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

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


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

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

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

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

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

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

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

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

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



.m2_m9 .info .tip:last-of-type{
    font: 17px/1.4em "나눔바른고딕";
    color: #65001a;
    margin-bottom: 30px;
}
.m2_m9 .info .case{
    width: 100%;
    padding: 30px 0;
}
.m2_m9 .info .title + .case{
    padding: 0 0 30px;
}

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


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

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


.m2_m9 .info .case .step{
    display: flex;
    width: 100%;
    margin-bottom: 30px;
}
.m2_m9 .info .case .step dl{
    position: relative;
    width: calc((100% / 4) - (120px / 4));
    border: 1px solid #d8d8d8;
    border-top: 0;
}
.m2_m9 .info .case .step dl ~ dl{
    margin-left: 40px;
}
.m2_m9 .info .case .step dl:not(:last-of-type):after{
    content: "";
    display: inline-block;
    position: absolute;
    right: -33px;
    top: 42%;
    min-width: 26px;
    height: 26px;
    background: url(../../../../images/iosf/ko/content/m2_m9/arrow_right_red_26x26.png)no-repeat center;
}


.m2_m9 .info .case .step dl dt{
    width: calc(100% + 2px);
    position: relative;
    left: -1px;
    background: #8f816a;
    padding: 16px 14px;
    border-top: 2px solid #736755;
}
.m2_m9 .info .case .step dl dt.grey{
    background: #4a4a4b;
    border-top: 2px solid #313133;
}
.m2_m9 .info .case .step dl dt p{
    font: bold 15px/1.4em "나눔바른고딕";
    color: #fff;
}
.m2_m9 .info .case .step dl dt p:first-of-type:after{
    content: "";
    display: block;
    width: 38px;
    height: 1px;
    background: #ded9d3;
    margin-top: 5px;
    margin-bottom: 15px;
}

.m2_m9 .info .case .step dl dt p + p{
    font: 19px/1.4em "나눔바른고딕";
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
}


.m2_m9 .info .case .step dl dd{
    padding: 17px 16px;
    background: #fff;
}

.m2_m9 .info .case .step dl dd p{
    display: flex;
    align-items: flex-start;
    font: 17px/1.4em "나눔바른고딕";
    color: #000;
    margin-bottom: 0;
}
.m2_m9 .info .case .step dl dd p:before{
    content: "";
    display: inline-block;
    min-width: 6px;
    height: 6px;
    border-radius: 6px;
    background: #af8f8d;
    margin-right: 7px;
    margin-top: 8px;
}

.m2_m9 .info .case .step dl dt.grey + dd p:before{
    background: #8f816a;
}

.m2_m9 .info2 .detail p.point{
    display: flex;
    align-items: flex-start;
    font: 17px/1.4em "나눔바른고딕";
    color: #000;
}
.m2_m9 .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;
}

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





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

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

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



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

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


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

    .m2_m9 .info .case .step{
        flex-direction: column;
    }
    .m2_m9 .info .case .step dl{
        width: 100%;
    }

    .m2_m9 .info .case .step dl ~ dl{
        margin-left: 0;
        margin-top: 40px;
    }
    .m2_m9 .info .case .step dl:not(:last-of-type):after{
        top: initial;
        bottom: -34px;
        left: 50%;
        transform: translateX(-50%);
        background: url(../../../../images/iosf/ko/content/m2_m9/arrow_down_red_26x26.png)no-repeat center;
    }

}



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

    .m2_m9{
        padding: 20px 0;
    }

}