@media (max-width: 1200px) {
  .header {
    width: 100%;
    height: 80px;
  }

  .app {
    padding-top: 80px;
  }

  .header-wrap {
    width: calc(100% - 30px);
    margin: 0 auto;
    position: relative;
  }

  .header-wrap .header-logo {
    height: 80px;
    padding-top: 17px;
  }

  .header-wrap .header-logo a {
    width: 100%;
    display: inline-block;
  }

  .header-wrap .header-nav {
    height: 80px;
    font-size: 16px;
    line-height: 18px;
  }

  .header-wrap .header-nav .header-nav-list {
    margin-top: 31px;
    margin-right: 30px;
  }

  .header-wrap .header-nav .header-nav-list li {
    margin-right: 20px;
  }

  .header-wrap .header-nav .header-website {
    height: 80px;
    margin-top: 25px;
  }

  .app {
    padding-top: 80px;
  }


  .contents {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .container {
    width: calc(100% - 30px);
  }

  .main-message p {
    width: calc(100% - 30px);
    font-size: 15px;
  }
}

@media (max-width: 868px) {
  ._modis {
    display: none;
  }

  ._mshow {
    display: inline-block;
  }

  .app {
    padding-top: 72px;
  }

  .header {
    width: 100%;
    height: 72px;
  }

  .header-wrap {
    height: 72px;
    position: relative;
  }

  .header-wrap .header-logo {
    height: auto;
    width: 70%;
    max-width: 300px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    padding-top: 0;
  }

  .header-wrap .header-logo a {
    width: 70%;
    height: auto;
    display: inline-block;
  }

  .header-wrap .header-hamburger {
    width: 20px;
    height: 19px;
    position: absolute;
    top: 24px;
    right: 0;
    cursor: pointer;
  }

  .header-wrap .header-hamburger img {
    width: 100%;
    height: 100%;
  }

  .side-panel {
    width: 300px;
    height: 100%;
    position: absolute;
    right: -300px;
    transition: right 300ms;
  }

  .side-panel .side-panel-content{
    width: 100%;
    height: 100%;
    position: relative;
    padding-top: 80px;
    box-sizing: border-box;
    background-color: #fff;
    outline: 0;
  }

  .side-panel .side-panel-content .close-side-panel{
    width: 50px;
    height: 50px;
    top: 8px;
    right: 8px;
    position: absolute;
    background-image: url(../image/close-side-panel.png);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .side-panel .side-panel-content .nav-side-panel{
    width: 100%;
  }

  .side-panel .side-panel-content .nav-side-panel ul{
    width: 100%;
  }

  .side-panel .side-panel-content .nav-side-panel li{
    padding: 16px 30px;
    font-size: 16px;
    box-sizing: border-box;
    border-bottom: 1px solid #dddddd;
    cursor: pointer;
  }

  .side-panel .side-panel-content .nav-side-panel li a{
    color: inherit;
  }

  .side-panel .side-panel-content .nav-side-panel li:first-child{
    border-top: 1px solid #dddddd;
  }

  .side-panel .side-panel-content .nav-side-panel li a:hover{
    text-decoration: none;
  }

  .side-panel .side-panel-content .home-side-panel{
    margin-top: 40px;
    padding-left: 30px;
    color: #999999;
    font-size: 14px;
    box-sizing: border-box;
    cursor: pointer;
  }

  .main-message li {
    letter-spacing: -0.33px;
  }
  
  /* ¸ÞÀÎ ½½¶óÀÌµå ÇÏ´Ü ·Ñ¸µ ÅØ½ºÆ® */
  .main-message {
    padding: 13px 0;
  }  
  .main-message #rolling {
    height: 45px;
  }  
  .main-message #rolling li {
    font-size: 14px;  
  }
   
  .footer {
    width: 100%;
  }

  .footer .footer-customer .call-center {
    padding-bottom: 8px;
    line-height: 24px;
  }

  .footer .footer-customer .call-center .title {
    font-size: 16px;
  }

  .footer .footer-customer .call-center .number {
    font-size: 20px;
  }

  .footer .footer-customer .call-center .explain {
    font-size: 14px;
  }

  .footer .footer-customer .message {
    font-size: 13px;
  }

  .footer .footer-company {
    font-size: 13px;
  }
  
  .layerPopup .layerBox {
    width:98%;
  }
}