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

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

.m1_m1 article .image{
    width: 100%;
    height: 260px;
    background: url(../../../../images/iosf/ko/content/m1_m1/bg_1100x260.jpg)no-repeat center;
    padding-top: 40px;
    border-top: 2px solid #830020;
}
.m1_m1 article .image p{
    font: bold 29px/1.4em "나눔바른고딕";
    color: #fefefe;
    text-align: center;
    text-shadow: 1px 1px 0px #000;
    letter-spacing: 1px;
}
.m1_m1 article .image p:after{
    content: "";
    display: block;
    width: 120px;
    height: 1px;
    background: #ffffff;
    margin: auto;
    margin-top: 15px;
}

.m1_m1 article .text{
    font: 17px/1.5em "나눔바른고딕";
    word-break: keep-all;
    color: #000;
    margin-top: 55px;
}
.m1_m1 article .text p{
    font: 17px/1.4em "나눔바른고딕";
    color: #000;
}

.m1_m1 article .text p ~ p{
    margin-top: 20px;
}

.m1_m1 article .text .bold{
    font-weight: bold;
}
.m1_m1 article .text .brown{
    color: #6e5d42;
}
.m1_m1 article .text .big{
    font-size: 21px;
}


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

@media screen and (max-width: 960px) {
    .m1_m1 article .image p{
        font-size: 19px;
    }
}

@media screen and (max-width: 580px) {
    
    .m1_m1 article .image{
        height: 221px;
        background: url(../../../../images/iosf/ko/content/m1_m1/bg_580x221.jpg)no-repeat center;
        padding: 40px;
    }

    .m1_m1 article .image p{
        font-size: 19px;
    }
    .m1_m1 article .image p:after{
        width: 91px;
        margin-top: 20px;
    }

    
    .m1_m1 article .text{
        word-break: break-all;
        margin-top: 40px;
    }
    .m1_m1 article .text p ~ p{
        margin-top: 10px;
    }

}


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

    .m1_m1{
        padding: 20px 0;
    }
}