/*  common code  */

* {
    margin: 0;
    padding: 0;
    
}

@import url('http://fonts.googleapis.com/earlyaccess/nanumgothic.css');
            input:-ms-input-placeholder { color: #555; } // Internet Explorer 10 이상에 적용
            input::-webkit-input-placeholder { color: red; } //  Webkit, Blink, Edge에 적용
            input::-moz-placeholder { color: red; } // Mozilla Firefox 4 부터 18에 적용
            input::-moz-placeholder { color: red; } // Mozilla Firefox 19 이상에 적용
.clearfix {
    content: '';
    display: block;
    clear: both;
}
html,body,div,p,h2,table,span {
     font-family:'Nanum Gothic';
}
html,body {
    width: 100%;
    height: 100%;
}


.m_mainbanner {
    width: 100%;
    height: 400px;
    background-position: center;
    background-size: cover;
}
.m_section {
    width: 100%;
}
.common_h2 {
    font-size: 22px;
    font-weight: bold;
    line-height: 27px;
    color: #444;
}

.common_h3 {
    font-size: 15px;
    padding: 10px 0 5px;
}

.common_span {
    font-size: 17px;
    font-weight: bold;
    display: block;
}

.common_p {
    font-size: 13px;
    color: #545454;
    line-height: 20px;
}
.common_img {
    width: 100%;
    height: 200px;
    background-position: center;
    background-size: cover;
}
.common_section_article {
    width:94%;
    padding: 40px 3% 0;
}


/*-----------------------------------------------*/

.m_c_mainbanner1 {
    background-image: url(../image/m_c_mainbanner1.jpg);
}

.m_c_section1text {
    background: #545454;
    width: 94%;
    padding: 50px 3%;
    text-align: center;
    margin-bottom: 20px;
}
.m_c_section1text h2,.m_c_section1text p {
    color: #d7d7d7;
    margin-bottom: 5px;
}

.m_c_s1c1 h2 {
    margin-bottom: 10px;
}
.m_c_s1img1 {
    margin-top: 10px;
    background-image: url(../image/m_c_s1p1.jpg);
}
.m_c_s1img2 {
    margin-top: 60px;
    margin-bottom: 20px;
    background-image: url(../image/m_c_s1p2.jpg);
}
.m_c_s1img3 {
    margin-top: 10px;
    background-image: url(../image/m_c_s1p3.jpg);
}
.m_c_s1img4 {
    margin-top: 60px;
    margin-bottom: 20px;
    background-image: url(../image/m_c_s1p4.jpg);
}
.m_c_s1img5 {
    margin-top: 10px;
    background-image: url(../image/m_c_s1p5.jpg);
}
.m_c_s1img6 {
    margin-top: 60px;
    background-image: url(../image/m_c_s1p6.jpg);
}
.m_c_s1img7 img {
    width: 100%;
    vertical-align: top;
}