@media (min-width: 1024px) {
  .mobile-table-wrap{
    margin-bottom: 100px;
  }
  a, a:link, a:visited, a:active, a:hover{
    text-decoration: none;
    color: #2a2a2a;
  }
  li{
  list-style:none;
  padding-left:0px;
  }

  /* nav */
  #nav-mobile{
    display: none;
  }
  #container{
    padding-top: 96px;
  }

  div#main-nav {
    width: 90%;
    text-align: center;
  }
  .navbar-nav{
    float: none !important;
  }

  .companyinfo-wrap{
    padding: 0 10px;
    max-width: 1000px;
    margin: 0 auto 150px auto;
  }
  .side-menu-wrap{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
  }

  .side-menu{
    border:1.5px solid #999a9a;
    border-radius: 5px;
    background-color: #FFF;
    padding: 10px;
    width: 200px;
    position: absolute;
    z-index: 1;
    top: 208px;
    left:2%;
    margin-top:230px;
  }
  .side-menu-title{
    color: #FFF;
    background-color:#37495f;
    text-align: center;
    line-height: 35px;
    height:35px;
    border-radius: 5px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
  }
  .side-menu-title a{
    color: #FFF;
  }
  .sidemenu-list{
    display: block;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 15px;
  }
  .sidemenu-list li a{
    display: block;
    height: 35px;
    line-height: 35px;
  }
  .sidemenu-list li:hover,.sidemenu-list a:hover{
    width: 100%;
    background-color: #37495f;
    border-radius: 5px;
    color: #FFF !important;
  }

  .sidemenu-list a:hover{
    color: #FFF;
  }
  .sidemenu-list a{
    font-weight: 300;
    font-size: 18px;
    color: #1a1a1a;
  }
  .companyinfo-header{
    padding-top: 70px;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 36px;
    font-weight: 400;
    letter-spacing: 3px;
  }
  .mobile-ceo-contents-wrap{
    display: none;
  }
  .ceo-contents-wrap{
    display: flex;
    justify-content: space-between;
  }
  .ceo-contents{
    padding: 50px 0 15px 30px;
    line-height: 34px;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 16px;
    font-weight: 400;
  }
  .ceo-contents-title{
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 20px;
    font-weight: bold;
  }
  .ceo-contents-endWrap{
    text-align: end;
  }

  .ceo-contents-end{
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 10px;
  }

  .ceo-contents-end2{
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 5px;
  }

  .ethics-contents-header{
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 25px;
    font-weight: 500;
    line-height:30px;
  }
  .ethics-contents-1,.ethics-contents-2{
    padding: 50px 0 15px 30px;
    line-height: 40px;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 18px;
    font-weight: 300;
  }

  .productinfo-wrap{
    max-width: 1000px;
    padding: 0 10px;
    margin: 0 auto;
    padding-bottom: 150px;
    /*margin: 0 auto 150px auto;*/
  }

  .productinfo-header{
    padding-top: 70px;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 36px;
    font-weight: 400;
    letter-spacing: 3px;
  }

  .faclist-wrap{
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 50px;
  }

  .notice-wrap{
    max-width: 1000px;
    margin: 0 auto;
  }

  .notice-header{
    padding-top: 70px;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 3px;
  }

  .estimate-wrap{
    max-width: 1000px;
    margin: 0 auto;
  }

  .faclist-item{
    height:750px;
    border:1px solid #DADADA;
  }
  .img-div{
    width: 100%;
    height: 700px;
    overflow: hidden;
    margin: 0 auto;
  }
  .img-div img{
    padding: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .faclist-item-title{
    text-align:center;
    height: 50px;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 18px;
    font-weight: 500;
    padding-left: 12px;
    padding-top: 5px;
  }
  .google-map{
    text-align:center;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
  }
  .google-map > iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .productitem-wrap{
    border: 0px solid;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .product-item{
    width:250px;
    height:250px;
    border:1px solid #DADADA;
    margin: 30px;
  }
  .productimg-div{
    width: 100%;
    height: 200px;
    overflow: hidden;
    margin: 0 auto;
  }
  .productimg-div img{
    padding: 10px;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .product-item-title{
    height: 50px;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    padding-top: 10px;
  }
  .faclist-item{
    width: 400px;
    height:400px;
    border:1px solid #DADADA;
    margin: 30px;
  }
  .faclist{
    border: 0px solid;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }
  .certlist{
    border: 0px solid;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }
  .certlist-item{
    width: 400px;
    height:600px;
    border:1px solid #DADADA;
    margin: 30px;
  }
  .certimg-div{
    width: 100%;
    height: 550px;
    overflow: hidden;
    margin: 0 auto;
  }
  .certlist-item-title{
    text-align: center;
    height: 50px;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 18px;
    font-weight: 500;
    padding-left: 12px;
    padding-top: 5px;
  }
  .facimg-div{
    width: 100%;
    height: 350px;
    overflow: hidden;
    margin: 0 auto;
  }
  .faclist-item-title{
    height: 50px;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 18px;
    font-weight: 500;
    padding-left: 12px;
    padding-top: 5px;
  }

  .boxshape-wrap{
    border: 0px solid;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }
  .boxshape-item{
    width:250px;
    height:250px;
    border:1px solid #DADADA;
    margin: 30px;
  }
  .boxshapeimg-div{
    width: 100%;
    height: 200px;
    overflow: hidden;
    margin: 0 auto;
  }
  .boxshapeimg-div img{
    padding: 10px;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .boxshape-item-title{
    height: 50px;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    padding-top: 10px;
  }
  .boxshape-item-subtitle{
    height: 50px;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 15px;
    font-weight: 300;
    text-align: center;
    padding-top: 10px;
  }
}




@media all and (min-width:768px) and (max-width:1400px) {
  #nav-mobile{
    display: none;
  }
  .side-menu{
    display: none;
  }
}

/* PC , 테블릿 가로 (해상도 768px ~ 1023px)*/
@media all and (min-width:768px) and (max-width:1023px) {
  a, a:link, a:visited, a:active, a:hover{
    text-decoration: none;
    color: #2a2a2a;
  }
  li{
  list-style:none;
  padding-left:0px;
  }

  html,body{
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 16px;
  }
  #header_wrapper, .side-menu, .snb{
    display: none;
  }
  #nav-mobile{
    width: 100%;
    position: fixed;
    top: 0;
    background-color: #FFF;
    height: 70px;
    z-index: 20;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
  }
  #container{
    position: relative;
    width: 100%;
    min-height: 100%;
    padding-top: 97px;
    padding-bottom: 90px;
  }
  .footer_wrapper {
    width: 100%;
    height: 90px;
    bottom: 0;
    left: 0;
    right: 0;
    /*
    transform: translateY(-100%);*/
    background: #000000;
  }
  /* nav */
  div#main-nav {
    width: 90%;
    text-align: center;
  }
  .navbar-nav{
    float: right !important;
  }
  .logo-mobile{
    padding-bottom: 10px;
  }
  .show-nav-mobile{
    position: fixed;
    top: 0;
    right: 0;
    width: 50%;
    max-width: 382px;
    height: 100%;
    background-color: #fcfcfc;
    z-index: 30;
  }

  .nav-mobile-xbtnWrap{
    width: 100%;
    height: 50px;
    font-size: 30px;
    color: #1a1a1a;
  }
  .nav-mobile-ul-title{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .nav-mobile-ul{
    font-size: 16px;
    text-align: center;
    padding-top: 10px;
    padding-left: 0;
  }
  .nav-mobile-ul li{
    padding: 5px 0;
  }
  .companyinfo-header{
    text-align: center;
    padding-top: 70px;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 36px;
    font-weight: 400;
    letter-spacing: 3px;
  }
  .ceo-contents-wrap{
    display: flex;
    justify-content: space-between;
  }
  .mobile-ceo-contents-wrap{
    display: none;
  }
  .companyinfo-wrap{
    padding: 0 10px;
    max-width: 1000px;
    margin: 0 auto 150px auto;
  }
    .ethics-contents-header{
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 25px;
    font-weight: 500;
    line-height:30px;
  }
  .ethics-contents-1,.ethics-contents-2{
    padding: 50px 0 0px 30px;
    line-height: 40px;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 18px;
    font-weight: 300;
  }
  .img-wrap{
    padding: 0 5%;
    text-align: center;
    width: 100%;
    margin-bottom: 100px;
  }
  .productinfo-header{
    text-align: center;
    padding: 30px 0;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 36px;
    font-weight: 400;
    letter-spacing: 3px;
  }
  .productitem-wrap{
    border: 0px solid;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .product-item{
    width:250px;
    height:250px;
    border:1px solid #DADADA;
    margin: 30px;
  }
  .productimg-div{
    width: 100%;
    height: 200px;
    overflow: hidden;
    margin: 0 auto;
  }
  .productimg-div img{
    padding: 10px;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .product-item-title{
    height: 50px;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    padding-top: 10px;
  }
  .certlist{
    padding-left: 10px;
    border: 0px solid;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }
  .certlist-item{
    width: 300px;
    height:500px;
    border:1px solid #DADADA;
    margin: 10px;
  }
  .certimg-div{
    width: 100%;
    height: 450px;
    overflow: hidden;
    margin: 0 auto;
  }
  .certimg-div img{
    padding: 10px;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .certlist-item-title{
    text-align: center;
    height: 50px;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 18px;
    font-weight: 500;
    padding-left: 12px;
    padding-top: 5px;
  }
  .ethics-img{
    max-width: 100%;
    height: auto;
  }
  .faclist{
    border: 0px solid;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }
  .faclist-item{
    width: 200px;
    height:200px;
    border:1px solid #DADADA;
    margin: 30px;
  }
  .img-div{
    width: 100%;
    height: 600px;
    overflow: hidden;
    margin: 0 auto;
  }
  .img-div img{
    padding: 10px;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .faclist-item-title{
    text-align:center;
    height: 50px;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 18px;
    font-weight: 500;
    padding-left: 12px;
    padding-top: 5px;
  }
  .google-map{
    text-align:center;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
  }
  .google-map > iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .productinfo-header{
    padding-top: 70px;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 36px;
    font-weight: 400;
    letter-spacing: 3px;
  }
  .productinfo-wrap{
    max-width: 1000px;
    padding: 0 10px;
    margin: 0 auto;
    padding-bottom: 150px;
    /*margin: 0 auto 150px auto;*/
  }
  .buttonWrap{
    width: 100%;
    text-align: center;
  }
  .item-wrap{
    border: 0px solid;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .product-item{
    width:250px;
    height:250px;
    border:1px solid #DADADA;
    margin: 30px;
  }
  .faclist{
    border: 0px solid;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }
  .faclist-item{
    width: 300px;
    height:300px;
    border:1px solid #DADADA;
    margin: 30px;
  }
  .facimg-div{
    width: 100%;
    height: 250px;
    overflow: hidden;
    margin: 0 auto;
  }
  .faclist-item-title{
    height: 50px;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 18px;
    font-weight: 500;
    padding-left: 12px;
    padding-top: 5px;
  }

  .boxshape-wrap{
    border: 0px solid;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }
  .boxshape-item{
    width:250px;
    height:300px;
    border:1px solid #DADADA;
    margin: 30px;
  }
  .boxshapeimg-div{
    width: 100%;
    height: 200px;
    overflow: hidden;
    margin: 0 auto;
  }
  .boxshapeimg-div img{
    padding: 10px;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .boxshape-item-title{
    height: 50px;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    padding-top: 10px;
  }
  .boxshape-item-subtitle{
    height: 50px;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 15px;
    font-weight: 300;
    text-align: center;
    padding-top: 10px;
  }
  .notice-wrap{
    max-width: 768px;
    margin: 0 auto;
  }

  .notice-header{
    text-align: center;
    padding-top: 40px;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 36px;
    font-weight: 400;
    letter-spacing: 3px;
  }
  .notice-table{
    width: 100%;
    table-layout: fixed;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .estimate-table{
    width: 100%;
    table-layout: fixed;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .note-editor.note-airframe, .note-editor.note-frame{
    width: 550px !important;
  }
}

/* 테블릿 세로 (해상도 768px ~ 1023px)*/
@media all and (min-width:768px) and (max-width:1023px){
  #header_wrapper, .side-menu, .snb{
    display: none;
  }
  #nav-mobile{
    width: 100%;
    position: fixed;
    top: 0;
    background-color: #FFF;
    height: 70px;
    z-index: 20;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
  }
  .side-menu{
    display: none;
  }
  .header-banner{
    height: 150px;
  }
  .header-banner img{
    height: 150px;
    object-fit: cover;
  }
  .ceo-contents{
    padding: 50px 0 15px 30px;
    line-height: 34px;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 16px;
    font-weight: 400;
  }
  .ceo-contents-title{
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 20px;
    font-weight: bold;
  }
  .ceo-contents-endWrap{
    text-align: end;
  }

  .ceo-contents-end{
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 10px;
  }

  .ceo-contents-end2{
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 5px;
  }

  .item-wrap{
    border: 0px solid;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .product-item{
    width:250px;
    height:250px;
    border:1px solid #DADADA;
    margin: 30px;
  }
}

/* 모바일 가로, 테블릿 세로 (해상도 480px ~ 767px)*/
@media all and (min-width:480px) and (max-width:767px){
  html,body{
    margin: 0;
    padding:0;
    width: 100%;
    height: 100%;
  }
  a, a:link, a:visited, a:active, a:hover{
    text-decoration: none;
    color: #2a2a2a;
  }
  li{
  list-style:none;
  padding-left:0px;
  }
  #header_wrapper, .side-menu{
    display: none;
  }
  #nav-mobile{
    width: 100%;
    position: fixed;
    top: 0;
    background-color: #FFF;
    height: 70px;
    z-index: 20;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
  }
  #container{
    position: relative;
    width: 100%;
    min-height: 100%;
    padding-top: 70px;
    padding-bottom: 90px;
  }
  .header-banner{
    height: 150px;
  }
  .header-banner img{
    height: 150px;
    object-fit: cover;
  }
  .footer_wrapper {
    width: 100%;
    height: 90px;
    bottom: 0;
    left: 0;
    right: 0;
    /*
    transform: translateY(-100%);*/
    background: #000000;
  }
  .footer_bottom{
    padding: 12px 0 0 0 !important;
  }
  .logo-mobile{
    padding-bottom: 10px;
  }
  .show-nav-mobile{
    position: fixed;
    right: 0;
    width: 50%;
    max-width: 382px;
    height: 100%;
    background-color: #fcfcfc;
    z-index: 30;
  }

  .nav-mobile-xbtnWrap{
    width: 100%;
    height: 50px;
    font-size: 30px;
    color: #1a1a1a;
  }
  .nav-mobile-ul-title{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .nav-mobile-ul{
    font-size: 16px;
    text-align: center;
    padding-top: 10px;
    padding-left: 0;
    margin-bottom: 30px;
  }
  .nav-mobile-ul li{
    padding: 5px 0;
  }
  .companyinfo-wrap{
    padding: 10px 20px 50px 20px;
    max-width: 768px;
    height: 100%;
  }
  .companyinfo-header{
    text-align: center;
    padding-top: 20px;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 3px;
  }
  .ceo-contents-wrap{
    display: none;
  }
  .mobile-ceo-logo{
    padding: 50px 0;
    width: 100%;
    text-align: center;
  }
  .mobile-ceo-logo img{
    width: 35%;
  }
  .mobile-ceo-contents{
    line-height: 25px;
    position: relative;
    width: 100%;
    height: 100%;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 16px;
    font-weight: 400;
  }
  .mobile-ceo-contents-title{
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 20px;
    font-weight: bold;
  }
  .mobile-ceo-contents-endWrap{
    text-align: end;
    width: 84%;
  }
  .mobile-ceo-contents-end{
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 10px;
  }
  .mobile-ceo-contents-end2{
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 5px;
  }

  .ethics-contents-header{
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 25px;
    font-weight: 500;
    line-height:30px;
  }
  .ethics-contents-1{
    margin-top: 30px;
  }
  .ethics-contents-1,.ethics-contents-2{
    line-height: 40px;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 18px;
    font-weight: 300;
  }
  .ethics-contents-2{
    margin-bottom: 50px;
  }
  .histoy-table{
    margin-left:0 !important;
    margin-top: 40px !important;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .certlist{
    padding-top: 20px;
    border: 0px solid;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }
  .certlist-item{
    width: 300px;
    height:500px;
    border:1px solid #DADADA;
    margin: 10px;
  }
  .certimg-div{
    width: 100%;
    height: 450px;
    overflow: hidden;
    margin: 0 auto;
  }
  .certimg-div img{
    padding: 10px;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .certlist-item-title{
    text-align: center;
    height: 50px;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 18px;
    font-weight: 500;
    padding-left: 12px;
    padding-top: 5px;
  }
  .google-map{
    margin-top: 20px;
    text-align:center;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 80%;
  }
  .google-map > iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .productinfo-header{
    text-align: center;
    padding-top: 70px;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 36px;
    font-weight: 400;
    letter-spacing: 3px;
  }
  .productinfo-wrap{
    max-width: 480px;
    padding: 0 10px;
    margin: 0 auto;
    padding-bottom: 150px;
    /*margin: 0 auto 150px auto;*/
  }
  .buttonWrap{
    width: 100%;
    text-align: center;
  }
  .select_btn{
    margin: 10px 5px;
    border: 1px solid #ccc;
    width: 19% !important;
    height: 45px;
    font-size: 14px !important;
    font-weight: 400;
    background-color: #fff;
    color: #141414;
  }
  .select_btn:hover{
    background-color: #37495f;
    transition: 0.3s;
    color: #FFF;
  }
  .product-item{
    width:200px;
    height:200px;
    border:1px solid #DADADA;
    margin: 20px;
  }
  .productimg-div{
    width: 100%;
    height: 150px;
    overflow: hidden;
    margin: 0 auto;
  }
  .productimg-div img{
    padding: 10px;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .product-item-title{
    height: 50px;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    padding-top: 10px;
  }
  .productitem-wrap{
    border: 0px solid;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }
  .boxshape-wrap{
    border: 0px solid;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }
  .boxshape-item{
    width:150px;
    height:170px;
    border:1px solid #DADADA;
    margin: 30px;
  }
  .boxshapeimg-div{
    width: 100%;
    height: 120px;
    overflow: hidden;
    margin: 0 auto;
  }
  .boxshapeimg-div img{
    padding: 10px;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .boxshape-item-title{
    height: 50px;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    padding-top: 10px;
  }
  .boxshape-item-subtitle{
    height: 0px;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 15px;
    font-weight: 300;
    text-align: center;
    padding-top: 10px;
  }
  .faclist-wrap{
    max-width: 480px;
    margin: 0 auto;
    padding-bottom: 50px;
  }
  .faclist-item{
    width: 350px;
    height:350px;
    border:1px solid #DADADA;
    margin: 30px;
  }
  .facimg-div{
    width: 100%;
    height: 300px;
    overflow: hidden;
    margin: 0 auto;
  }
  .faclist-item-title{
    text-align:center;
    height: 50px;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 18px;
    font-weight: 500;
    padding-left: 12px;
    padding-top: 5px;
  }
  .faclist{
    border: 0px solid;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }
  .notice-wrap{
    max-width: 480px;
    margin: 0 auto;
  }

  .notice-header{
    text-align: center;
    padding-top: 40px;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 36px;
    font-weight: 400;
    letter-spacing: 3px;
  }
  .notice-table{
    width: 100%;
    table-layout: fixed;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .notice_name{
    text-align: center;
  }
  .estimate-wrap{
    width: 100%;
    min-width: 480px;
  }
  .estimateContent-1{
    width: 20% !important;
  }
  .note-editor.note-airframe, .note-editor.note-frame {
    width: 420px !important;
    height: 400px !important;
  }
  .estimate-table{
    width: 95%;
    table-layout: fixed;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

/* 모바일 가로, 테블릿 세로 (해상도 ~ 479px)*/
@media all and (max-width:479px){
  html,body{
    margin: 0;
    padding:0;
    width: 100%;
    height: 100%;
  }
  a, a:link, a:visited, a:active, a:hover{
    text-decoration: none;
    color: #2a2a2a;
  }
  li{
  list-style:none;
  padding-left:0px;
  }
  .header-banner{
    height: 150px;
  }
  .header-banner img{
    height: 150px;
    object-fit: cover;
  }
  #header_wrapper, .side-menu{
    display: none;
  }
  #nav-mobile{
    width: 100%;
    position: fixed;
    top: 0;
    background-color: #FFF;
    height: 70px;
    z-index: 20;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
  }
  #container{
    position: relative;
    width: 100%;
    min-height: 100%;
    padding-top: 70px;
    padding-bottom: 90px;
  }
  .footer_wrapper {
    width: 100%;
    height: 90px;
    bottom: 0;
    left: 0;
    right: 0;
    /*
    transform: translateY(-100%);*/
    background: #000000;
  }
  .footer_bottom{
    padding: 12px 0 0 0 !important;
  }
  .logo-mobile{
    padding-bottom: 10px;
  }
  .show-nav-mobile{
    position: fixed;
    right: 0;
    width: 50%;
    max-width: 382px;
    height: 100%;
    background-color: #fcfcfc;
    z-index: 30;
  }
  .nav-mobile-xbtnWrap{
    width: 100%;
    height: 50px;
    font-size: 30px;
    color: #1a1a1a;
  }
  .nav-mobile-ul-title{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .nav-mobile-ul{
    font-size: 16px;
    text-align: center;
    padding-top: 10px;
    padding-left: 0;
    margin-bottom: 30px;
  }
  .nav-mobile-ul li{
    padding: 5px 0;
  }
  .companyinfo-wrap{
    padding: 10px 20px 50px 20px;
    max-width: 768px;
    height: 100%;
  }
  .companyinfo-header{
    text-align: center;
    padding-top: 20px;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 3px;
  }
  .ceo-contents-wrap{
    display: none;
  }
  .mobile-ceo-logo{
    padding: 50px 0;
    width: 100%;
    text-align: center;
  }
  .mobile-ceo-logo img{
    width: 35%;
  }
  .mobile-ceo-contents{
    line-height: 25px;
    position: relative;
    width: 100%;
    height: 100%;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 16px;
    font-weight: 400;
  }
  .mobile-ceo-contents-title{
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 20px;
    font-weight: bold;
  }
  .mobile-ceo-contents-endWrap{
    text-align: end;
    width: 100%;
  }
  .mobile-ceo-contents-end{
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 10px;
  }
  .mobile-ceo-contents-end2{
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 5px;
  }
  .ethics-contents-header{
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 25px;
    font-weight: 500;
    line-height:30px;
  }
  .ethics-contents-1{
    margin-top: 30px;
  }
  .ethics-contents-1,.ethics-contents-2{
    line-height: 40px;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 18px;
    font-weight: 300;
  }
  .ethics-contents-2{
    margin-bottom: 50px;
  }
  .histoy-table{
    margin-left:0 !important;
    margin-top: 40px !important;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .certlist{
    padding-top: 20px;
    border: 0px solid;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }
  .certlist-item{
    width: 230px;
    height:285px;
    border:1px solid #DADADA;
    margin: 10px;
  }
  .certimg-div{
    width: 100%;
    height: 250px;
    overflow: hidden;
    margin: 0 auto;
  }
  .certimg-div img{
    padding: 10px;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .certlist-item-title{
    text-align: center;
    height: 50px;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 14px;
    font-weight: 500;
    padding-left: 12px;
    padding-top: 5px;
  }
  .google-map{
    margin-top: 20px;
    text-align:center;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 80%;
  }
  .google-map > iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .productinfo-header{
    text-align: center;
    padding-top: 70px;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 36px;
    font-weight: 400;
    letter-spacing: 3px;
  }
  .productinfo-wrap{
    max-width: 480px;
    padding: 0 10px;
    margin: 0 auto;
    padding-bottom: 150px;
    /*margin: 0 auto 150px auto;*/
  }
  .buttonWrap{
    width: 100%;
    text-align: center;
  }
  .select_btn{
    margin: 10px 5px;
    border: 1px solid #ccc;
    width: 20% !important;
    height: 45px;
    font-size: 10px !important;
    font-weight: 400;
    background-color: #fff;
    color: #141414;
    overflow: hidden;
    word-break:break-all;
  }
  .select_btn:hover{
    background-color: #37495f;
    transition: 0.3s;
    color: #FFF;
  }
  .product-item{
    width:130px;
    height:130px;
    border:1px solid #DADADA;
    margin: 5px;
  }
  .productimg-div{
    width: 100%;
    height: 80px;
    overflow: hidden;
    margin: 0 auto;
  }
  .productimg-div img{
    padding: 10px;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .product-item-title{
    height: 50px;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    padding-top: 10px;
  }
  .productitem-wrap{
    border: 0px solid;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }
  .boxshape-wrap{
    border: 0px solid;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }
  .boxshape-item{
    width:150px;
    height:170px;
    border:1px solid #DADADA;
    margin: 10px;
  }
  .boxshapeimg-div{
    width: 100%;
    height: 120px;
    overflow: hidden;
    margin: 0 auto;
  }
  .boxshapeimg-div img{
    padding: 10px;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .boxshape-item-title{
    height: 50px;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    padding-top: 10px;
  }
  .boxshape-item-subtitle{
    height: 0px;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 15px;
    font-weight: 300;
    text-align: center;
    padding-top: 10px;
  }
  .faclist-wrap{
    max-width: 480px;
    margin: 0 auto;
    padding-bottom: 50px;
  }
  .faclist-item{
    width: 250px;
    height:250px;
    border:1px solid #DADADA;
    margin: 30px;
  }
  .facimg-div{
    width: 100%;
    height: 200px;
    overflow: hidden;
    margin: 0 auto;
  }
  .faclist-item-title{
    text-align:center;
    height: 50px;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 18px;
    font-weight: 500;
    padding-left: 12px;
    padding-top: 5px;
  }
  .faclist{
    border: 0px solid;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }
  .notice-wrap{
    min-width: 350px;
    width: 100%;
    margin: 0 auto;
  }
  .mobile-table-wrap{
    min-width: 350px;
    overflow: auto;
  }

  .notice-header{
    text-align: center;
    padding-top: 40px;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 36px;
    font-weight: 400;
    letter-spacing: 3px;
  }
  .notice-table{
    width: 100%;
    table-layout: fixed;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .notice_name{
    text-align: center;
  }
  .estimate-wrap{
    width: 100%;
    min-width: 480px;
  }
  .estimateContent-1{
    width: 20% !important;
  }
  .note-editor.note-airframe, .note-editor.note-frame {
    width: 350px !important;
    height: 400px !important;
  }
  .estimate-table{
    width: 95%;
    table-layout: fixed;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .note-editing-area{
    width: 400px;
    height:300px;
  }
} 
