.br_pc {
    display: none;
}
.br_m {
    display: block;
}

button {
    border:0;
}
.nav {
    display: none!important;
}
.logo {
    margin-left: 10px;
}

    
.product_list {
    padding:0 10px;
    flex-direction: column;
}
.product_list > li {
    width: 100%;
    margin-bottom: 40px;
}


/* 필드존의 기술력 */
.section.tech {
    background:#f9f9f9;
    text-align: center;
    padding:80px 10px;

}
.section.tech.sub {
    text-align: center;
    background:#fff;
}

.tech_wrap {
    display: flex;
    flex-direction: column;
    background:#fff;
    height: auto;
    margin-bottom: 40px;
}

.tech_wrap.first {
    margin-top: 60px;
}
.tech_img {
    width: 100%;
    height: 300px;
    position: relative;
}
.tech_img:after {
    display: none;
}
.tech_img.img01 {
    background-size:contain;
}
.tech_img.img02 {
    background-size:contain;}
.tech_img.img03 {
    background-size:contain;}
.tech_cont {
    width: 100%;
    padding: 0;
    text-align: left;
}
.tech_name {
    width: 100%;
    height: 83px;
}
.tech_name {
    background-size:contain!important;;

}
.tech_cont > h2 {
    font-size: 22px;
    font-weight: 700;
    line-height: 36px;
    margin-top: 30px;
} 
.tech_cont > p {
    font-size: 18px;
    font-weight: 300;
    color:#666;
    line-height: 24px;
    margin-top: 22px;    
} 
.tech_cont > .btn {
    width: 144px;
    height: 44px;
    background:#F20D21;
    border-radius:50px;
    margin:40px auto;

} 
.tech_cont > .btn > a {
    width: 100%;
    height: 100%;
    color:#fff;
    text-align: center;
    line-height: 44px;
    display: block;
} 



/* 푸터 */
footer {
    padding:40px 0;
    margin-top: 50px;
}

footer > .inner {
    flex-direction: column;
    justify-content: center;
    
}

.footer_info {
    margin-left: 0px;
    text-align: center;
}

.footer_info > p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    color:#ddd;
}
/* 푸터 끝 */

.header > .inner {
    height:60px;
}


.m_nav_btn {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 40px;
    height: 40px;
    background:url('../img/m_nav_wrap_btn.png') center no-repeat;
}


/*-------------------모바일 메뉴----------------------*/
.gnbWrap{
    padding-top: 10px; padding-bottom: 8px;
    width: 890px; margin: 0 auto;
}
.gnbWrap>img{
    width: 250px; height: 42px;
}
/* 모바일 메뉴 버튼 */
.menu {position: absolute; top: 10%; right:5%; transform: translateY(-50%);}
.menu>a{width: 100%;height: 100%; display: block;}

a.close{
    background-color: #ffe4c4; width: 50px; height: 50px;
    position: absolute; right: 0; top: 0; color: #000;
    line-height: 50px; text-align: center;
}
.left_gnb {
    margin-top: 50px;
    border-top:1px solid #000;
    
}

.left_gnb > li{
    width: 100%;
    
    border-bottom:1px solid #ddd;
    
}
.left_gnb>li>a{
    display: block; ; line-height: 50px;
    width: 100%; height: 50px;
    color: black;
    padding-left: 30px;
    font-size: 16px;
    font-weight: 600;
}
.left_gnb>li>a.on{
}
.left_gnb>li>ul{
    display: none;
    border-top:1px solid #ddd;
    background:#f9f9f9;
    padding-top: 20px;
    padding-bottom: 20px;
}

.left_gnb>li>ul>li>a{
    display: block;  line-height: 40px;
    width: 100%; height: 40px; 
    font-size: 15px;
    color: #666;
    padding-left:30px;


}




.form-box {}
.form-box .form-con {
    width: 100%;
    margin: 80px auto 0;
    border:1px solid #ddd;
    padding:20px 10px;
}

.form-box .form-con ul li {
    
}

.form-box .form-con ul li .fr-con {
    width: 100%;
    height: 100%;
}

.inquiry_01 {
    display: none;
}

.inquiry_02 {
    width: 100%;
}


.form-box .form-con ul li .fr-con .text-box {
    diaplay: table;
    width: 100%;
    height: 65px;
}

.form-box .form-con ul li .fr-con .text-box input {
    width: 34%;
    float: left;
    margin-left: 1%;
}

.form-box .form-con ul li .fr-con .text-box select {
    width: 30%;
    float: left;
    height: 100%;
    background: #fff;
}




.inner {
    padding:0 10px;
}
/* 인사말 */
.sub_banner {
    height: 280px;
    background:url('../img/sub_banner.png') center no-repeat;
    padding:0 10px;
    color:#fff;
}
.sub_banner > .inner {}

.sub_banner > .inner > p {
    display: inline-block;
    margin-top: 110px;
    font-size: 16px;
    text-transform: uppercase;
    
}
.sub_banner > .inner > h2 {
    font-size: 24px;
    font-weight: 400;
    margin-top: 6px;
    line-height: 30px;
    word-break: keep-all;
}

.sub_tit {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-top: 100px;
}
.sub_tit2 {
    font-size: 18px;
    font-weight: 400;
    color:#666;
    margin-top: 12px;
    text-align: center;
}


.greeting_wrap {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    margin-top: 80px;
    align-items: center;
}
.greeting_wrap > .greeting_cont {
    width: 100%;
    margin-top: 20px;
    padding:0 10px;
}
.greeting_wrap > .greeting_cont > h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
    word-break: keep-all;
}
.greeting_wrap > .greeting_cont > h3 {
    font-size: 20px;
    margin-top: 40px;
}
.greeting_wrap > .greeting_cont > p {
    font-size: 18px;
    font-weight: 300;
    color:#666;
    margin-top: 16px;
    line-height: 30px;
}
.name {
    margin-top: 60px;
    display: flex;
    align-items: center;
}
.name > p {
    font-size: 20px;
    font-weight: 300;
    margin-right: 20px;
}
.name > h2 {
    font-size: 26px;
    font-weight: 700;
}
.greeting_img {
    width: 100%;
    height: 400px;
    background:url('../img/greeting_img.png') center no-repeat;
    background-size:cover;
}







.office_info {
    margin:80px 0;
    padding:0 10px;
}
.office_info > h2 {
    font-size: 30px;
    font-weight: 700;
}
.office_table {
    width: 100%;
    border-top:2px solid #000;
    margin-top: 40px;
    border-collapse: collapse;
}
.office_table  tr {
    height: 50px;

}
.office_table  td {
    height: 50px;
    font-size: 16px;
    font-weight: 300;
    color:#666;
    width: 25%;
    border:1px solid #ddd;
    width: 35%;
    padding-left: 10px;
}
.office_table  .subject {
    font-size: 16px;
    background:#F9F9F9;
    text-align: center;
    width: 15%;
    padding-left: 0;
}

.office_table  .subject2 {

    width: 15%;

}








.sub01_cont_wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 60px;
}
.sub01_cont_wrap > .sub01_cont_img {
    width: 100%;
    height: 255px;
    background:#ddd;
}
.s_product_img.img01 {
    background:url('../img/s_product_img01.png') center no-repeat;
    background-size:contain;
}
.s_product_img.img02 {
    background:url('../img/s_product_img02.png') center no-repeat;
    background-size:cover;
}
.s_product_img.img03 {
    background:url('../img/s_product_img03.png') center no-repeat;
    background-size:cover;
}
.sub01_cont_img.img01 {
    background:url('../img/sub01_cont_img01.png') center no-repeat;
}
.sub01_cont_img2 {
    background:url('../img/sub01_cont_img02.png') center no-repeat;
    background-size:contain;
}
.sub01_cont_wrap > .sub01_cont {}
.sub01_cont_wrap > .sub01_cont > .sub01_cont_img2 {
    width: 100%;
    height: 130px;

}
.sub01_cont_wrap > .sub01_cont > h2 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 32px;
}
.sub01_cont_wrap > .sub01_cont > p {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin-top: 26px;
    color:#666;
}

.sub_con_box {
    flex-direction: column;
}


.sub_con_box > li {
    width: 100%;
    height: auto;
    padding:40px 30px;
    border:1px solid #ddd;
    margin-bottom: 30px;
}
.round {
    width: 60px;
    height: 30px;
    background:#DF0F1F;
    border-radius:30px;
    color:#fff;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    font-weight: 600;
}
.sub_con_box > li > h2 {
    font-size: 24px;
    font-weight: 700;
    margin-top: 20px;
}
.sub_con_box > li > p {
    font-size: 16px;
    font-weight: 300;
    color:#666;
    margin-top: 20px;
    position: relative;
    margin-left: 10px;
    word-break: keep-all;
    line-height: 24px;
}

.sub_con_box > li > p:after {
    content:"";
    position: absolute;
    top: 10px;
    left: -10px;
    width: 4px;
    height: 4px;
    background:#DF0F1F;
    border-radius:4px;
}









.s_product_img {
    background:#ddd;
    height:300px;
    margin-top: 80px;
}

.stit {
    font-size: 24px;
    font-weight: 700;
    margin-top: 80px;
    text-align: center;
}
.stit_desc {
    font-size: 16px;
    font-weight: 300;
    margin-top: 18px;
    color:#666;
    text-align: center;
    word-break: keep-all;
}

.inner.map2 {
    padding:0 10px;
}
.map {
    width: 100%;
    height: auto;
    background:#ddd;
    overflow: hidden;
}

.map_info {
    height: auto;
    background:#DF0F1F;
    padding:20px;
    color:#fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
}
.m_nav {
    width: 100%;
    height: 100%;
}
.m_nav_wrap_logo {
    width: 200px;
    height: 40px;
    margin:20px auto;
}

.hide {
    display: none;
}
.logo2 {
    width: 202px;
    height: 34px;
    background:url('../img/logo2.png') center no-repeat;
    margin:0 auto;
}

.m_nav > .m_nav_left {
  float: left;
  width: 100%;
  height: 100%;
}

.m_nav_left > ul {}
.m_nav_left > ul > li {
    padding-left: 20px;
    margin-bottom: 30px;
}
.m_nav_left > ul > li > a {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 18px;
}

.m_nav > .m_nav_right {
  float: left;
  width: 55%;
  height: 100%;
  background:#fff;
}


.m_nav_wrap {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 90%;
    height: 100%;
    background:#fff;
    border-left:1px solid #ddd;
    z-index: 9999;
 }
 
 .m_nav_wrap > .close_btn {
   position: absolute;
   top: 0;
   left: -41px;
   width: 40px;
   height: 40px;
   background:#222;
   cursor: pointer;
 }
 
 .material-icons.close {
   display: block;
   text-align: center;
   line-height: 40px;
   color:#fff;
 }
 
 
 .m_addr {
     border-top:1px solid #ddd;
     margin-top: 200px;
 }


 .busi_img {
    width: 300px;
    height: 100%;
    background:#ddd;
}