/*  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_photo_mainbanner1 {
    width: 100%;
    height: 250px;
    margin-top: 50px;
    background-position: center;
    background-size: cover;
    background-image: url(../image/pho8.png);
}

.m_marginbottom {
    margin-bottom: 20px;
}
.m_marginbottom2 {
    margin-bottom: 40px;
}





















