/*  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_contact_mainbanner1 {
    background-image: url(../image/m_contact_mainbanner1.jpg);
}
.m_contact_pho1 {
    background-image: url(../image/m_contact_pho1.jpg);
}
.m_contact_pho2 {
    background-image: url(../image/m_contact_pho2.jpg);
}
.m_contact_textwrap {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
}

.m_contact_textwrap input {
    display: block;
}

.m_contact_textwrap .m_contact_fullname {
    width: 91%;
    height: 50px;
    margin: 0 auto;
    padding: 0 1%;
}

.m_contact_textwrap .m_contact_fullname1 {
    width: 91%;
    height: 50px;
    margin: 10px auto;
    padding: 0 1%;

}

.m_contact_textwrap .m_contact_adress {
    width: 91%;
    height: 50px;
    margin: 10px auto;
    padding: 0 1%;
}

.m_contact_textfield textarea {
    display: block;
    width: 91%;
    margin: 10px auto;
    height: 200px;
    padding: 0;
    padding: 10px 1%;
}

.m_contact_button {
    width: 91%;
    height: 60px;
    background-color: #2d2d2d;
    color: #fff;
    text-align: center;
    line-height: 60px;
    margin: 10px auto 0px;
    padding: 0 1%;
}
.m_contact_textbox {
    text-align: center;
}
.m_contact_wrap {
    text-align: center;
    background:#e5e5e5;
    padding: 20px;
    margin: 0;
}
























