@charset "UTF-8";
.imgToCover {
  /* background-cover */
  position: relative;
  overflow: hidden;
}

.imgToCover > img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 1000%;
  min-height: 1000%;
  max-width: none;
  max-height: none;
  -webkit-transform: translate(-50%, -50%) scale(0.1);
          transform: translate(-50%, -50%) scale(0.1);
}

.imgToContain {
  /* background-contain */
  position: relative;
  overflow: hidden;
}

.imgToContain > img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 0;
  min-height: 0;
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/*grid*/
.row, [class*="row_"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.row.a_center, [class*="row_"].a_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.row.j_bet, [class*="row_"].j_bet {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.row {
  margin-right: -15px;
  margin-top: -15px;
}

.row > [class*='col-'] {
  padding-right: 15px;
  padding-top: 15px;
}

.row_30 {
  margin-right: -30px;
  margin-top: -30px;
}

.row_30 > [class*="col-"] {
  padding-right: 30px;
  padding-top: 30px;
}

.row_40 {
  margin-right: -40px;
  margin-top: -40px;
}

.row_40 > [class*="col-"] {
  padding-right: 40px;
  padding-top: 40px;
}

.row_50 {
  margin-right: -50px;
  margin-top: -50px;
}

.row_50 > [class*="col-"] {
  padding-right: 50px;
  padding-top: 50px;
}

.row_80 {
  margin-right: -80px;
  margin-top: -80px;
}

.row_80 > [class*="col-"] {
  padding-right: 80px;
  padding-top: 80px;
}

@media all and (max-width: 768px) {
  .row_sm_15 {
    margin-right: -15px;
    margin-top: -15px;
  }
  .row_sm_15 > [class*="col-"] {
    padding-right: 15px;
    padding-top: 15px;
  }
}

@media all and (max-width: 500px) {
  .row_xs_5 {
    margin-right: -5px;
    margin-top: -5px;
  }
  .row_xs_5 > [class*="col-"] {
    padding-right: 5px;
    padding-top: 5px;
  }
}

.col-grid-0 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 1;
          flex: 1 0 1;
}

.col-grid-05 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 4.16667%;
          flex: 1 0 4.16667%;
  max-width: 4.16667%;
}

.col-grid-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 8.33333%;
          flex: 1 0 8.33333%;
  max-width: 8.33333%;
}

.col-grid-15 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 12.5%;
          flex: 1 0 12.5%;
  max-width: 12.5%;
}

.col-grid-2 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 16.66667%;
          flex: 1 0 16.66667%;
  max-width: 16.66667%;
}

.col-grid-25 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 20.83333%;
          flex: 1 0 20.83333%;
  max-width: 20.83333%;
}

.col-grid-225 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 20%;
          flex: 1 0 20%;
  max-width: 20%;
}

.col-grid-3 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 25%;
          flex: 1 0 25%;
  max-width: 25%;
}

.col-grid-35 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 29.16667%;
          flex: 1 0 29.16667%;
  max-width: 29.16667%;
}

.col-grid-4 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 33.33333%;
          flex: 1 0 33.33333%;
  max-width: 33.33333%;
}

.col-grid-45 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 37.5%;
          flex: 1 0 37.5%;
  max-width: 37.5%;
}

.col-grid-5 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 41.66667%;
          flex: 1 0 41.66667%;
  max-width: 41.66667%;
}

.col-grid-55 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 45.83333%;
          flex: 1 0 45.83333%;
  max-width: 45.83333%;
}

.col-grid-6 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  max-width: 50%;
}

.col-grid-65 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 54.16667%;
          flex: 1 0 54.16667%;
  max-width: 54.16667%;
}

.col-grid-7 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 58.33333%;
          flex: 1 0 58.33333%;
  max-width: 58.33333%;
}

.col-grid-75 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 62.5%;
          flex: 1 0 62.5%;
  max-width: 62.5%;
}

.col-grid-8 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 66.66667%;
          flex: 1 0 66.66667%;
  max-width: 66.66667%;
}

.col-grid-85 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 70.83333%;
          flex: 1 0 70.83333%;
  max-width: 70.83333%;
}

.col-grid-9 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 75%;
          flex: 1 0 75%;
  max-width: 75%;
}

.col-grid-95 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 79.16667%;
          flex: 1 0 79.16667%;
  max-width: 79.16667%;
}

.col-grid-10 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 83.33333%;
          flex: 1 0 83.33333%;
  max-width: 83.33333%;
}

.col-grid-105 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 87.5%;
          flex: 1 0 87.5%;
  max-width: 87.5%;
}

.col-grid-11 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 91.66667%;
          flex: 1 0 91.66667%;
  max-width: 91.66667%;
}

.col-grid-115 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 95.83333%;
          flex: 1 0 95.83333%;
  max-width: 95.83333%;
}

.col-grid-12 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  max-width: 100%;
}

@media all and (max-width: 1280px) {
  .col-lag-0 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 1;
            flex: 1 0 1;
  }
  .col-lag-05 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 4.16667%;
            flex: 1 0 4.16667%;
    max-width: 4.16667%;
  }
  .col-lag-1 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 8.33333%;
            flex: 1 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lag-15 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 12.5%;
            flex: 1 0 12.5%;
    max-width: 12.5%;
  }
  .col-lag-2 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 16.66667%;
            flex: 1 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lag-25 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 20.83333%;
            flex: 1 0 20.83333%;
    max-width: 20.83333%;
  }
  .col-lag-225 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 20%;
            flex: 1 0 20%;
    max-width: 20%;
  }
  .col-lag-3 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 25%;
            flex: 1 0 25%;
    max-width: 25%;
  }
  .col-lag-35 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 29.16667%;
            flex: 1 0 29.16667%;
    max-width: 29.16667%;
  }
  .col-lag-4 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 33.33333%;
            flex: 1 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lag-45 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 37.5%;
            flex: 1 0 37.5%;
    max-width: 37.5%;
  }
  .col-lag-5 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 41.66667%;
            flex: 1 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lag-55 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 45.83333%;
            flex: 1 0 45.83333%;
    max-width: 45.83333%;
  }
  .col-lag-6 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    max-width: 50%;
  }
  .col-lag-65 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 54.16667%;
            flex: 1 0 54.16667%;
    max-width: 54.16667%;
  }
  .col-lag-7 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 58.33333%;
            flex: 1 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lag-75 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 62.5%;
            flex: 1 0 62.5%;
    max-width: 62.5%;
  }
  .col-lag-8 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 66.66667%;
            flex: 1 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lag-85 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 70.83333%;
            flex: 1 0 70.83333%;
    max-width: 70.83333%;
  }
  .col-lag-9 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 75%;
            flex: 1 0 75%;
    max-width: 75%;
  }
  .col-lag-95 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 79.16667%;
            flex: 1 0 79.16667%;
    max-width: 79.16667%;
  }
  .col-lag-10 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 83.33333%;
            flex: 1 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lag-105 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 87.5%;
            flex: 1 0 87.5%;
    max-width: 87.5%;
  }
  .col-lag-11 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 91.66667%;
            flex: 1 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lag-115 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 95.83333%;
            flex: 1 0 95.83333%;
    max-width: 95.83333%;
  }
  .col-lag-12 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    max-width: 100%;
  }
}

@media all and (max-width: 1024px) {
  .col-lg-0 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 1;
            flex: 1 0 1;
  }
  .col-lg-05 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 4.16667%;
            flex: 1 0 4.16667%;
    max-width: 4.16667%;
  }
  .col-lg-1 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 8.33333%;
            flex: 1 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-15 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 12.5%;
            flex: 1 0 12.5%;
    max-width: 12.5%;
  }
  .col-lg-2 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 16.66667%;
            flex: 1 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-25 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 20.83333%;
            flex: 1 0 20.83333%;
    max-width: 20.83333%;
  }
  .col-lg-225 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 20%;
            flex: 1 0 20%;
    max-width: 20%;
  }
  .col-lg-3 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 25%;
            flex: 1 0 25%;
    max-width: 25%;
  }
  .col-lg-35 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 29.16667%;
            flex: 1 0 29.16667%;
    max-width: 29.16667%;
  }
  .col-lg-4 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 33.33333%;
            flex: 1 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-45 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 37.5%;
            flex: 1 0 37.5%;
    max-width: 37.5%;
  }
  .col-lg-5 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 41.66667%;
            flex: 1 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-55 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 45.83333%;
            flex: 1 0 45.83333%;
    max-width: 45.83333%;
  }
  .col-lg-6 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    max-width: 50%;
  }
  .col-lg-65 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 54.16667%;
            flex: 1 0 54.16667%;
    max-width: 54.16667%;
  }
  .col-lg-7 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 58.33333%;
            flex: 1 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-75 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 62.5%;
            flex: 1 0 62.5%;
    max-width: 62.5%;
  }
  .col-lg-8 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 66.66667%;
            flex: 1 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-85 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 70.83333%;
            flex: 1 0 70.83333%;
    max-width: 70.83333%;
  }
  .col-lg-9 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 75%;
            flex: 1 0 75%;
    max-width: 75%;
  }
  .col-lg-95 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 79.16667%;
            flex: 1 0 79.16667%;
    max-width: 79.16667%;
  }
  .col-lg-10 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 83.33333%;
            flex: 1 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-105 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 87.5%;
            flex: 1 0 87.5%;
    max-width: 87.5%;
  }
  .col-lg-11 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 91.66667%;
            flex: 1 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-115 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 95.83333%;
            flex: 1 0 95.83333%;
    max-width: 95.83333%;
  }
  .col-lg-12 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    max-width: 100%;
  }
}

@media all and (max-width: 768px) {
  .col-sm-0 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 1;
            flex: 1 0 1;
  }
  .col-sm-05 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 4.16667%;
            flex: 1 0 4.16667%;
    max-width: 4.16667%;
  }
  .col-sm-1 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 8.33333%;
            flex: 1 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-15 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 12.5%;
            flex: 1 0 12.5%;
    max-width: 12.5%;
  }
  .col-sm-2 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 16.66667%;
            flex: 1 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-25 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 20.83333%;
            flex: 1 0 20.83333%;
    max-width: 20.83333%;
  }
  .col-sm-225 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 20%;
            flex: 1 0 20%;
    max-width: 20%;
  }
  .col-sm-3 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 25%;
            flex: 1 0 25%;
    max-width: 25%;
  }
  .col-sm-35 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 29.16667%;
            flex: 1 0 29.16667%;
    max-width: 29.16667%;
  }
  .col-sm-4 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 33.33333%;
            flex: 1 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-45 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 37.5%;
            flex: 1 0 37.5%;
    max-width: 37.5%;
  }
  .col-sm-5 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 41.66667%;
            flex: 1 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-55 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 45.83333%;
            flex: 1 0 45.83333%;
    max-width: 45.83333%;
  }
  .col-sm-6 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    max-width: 50%;
  }
  .col-sm-65 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 54.16667%;
            flex: 1 0 54.16667%;
    max-width: 54.16667%;
  }
  .col-sm-7 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 58.33333%;
            flex: 1 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-75 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 62.5%;
            flex: 1 0 62.5%;
    max-width: 62.5%;
  }
  .col-sm-8 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 66.66667%;
            flex: 1 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-85 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 70.83333%;
            flex: 1 0 70.83333%;
    max-width: 70.83333%;
  }
  .col-sm-9 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 75%;
            flex: 1 0 75%;
    max-width: 75%;
  }
  .col-sm-95 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 79.16667%;
            flex: 1 0 79.16667%;
    max-width: 79.16667%;
  }
  .col-sm-10 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 83.33333%;
            flex: 1 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-105 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 87.5%;
            flex: 1 0 87.5%;
    max-width: 87.5%;
  }
  .col-sm-11 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 91.66667%;
            flex: 1 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-115 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 95.83333%;
            flex: 1 0 95.83333%;
    max-width: 95.83333%;
  }
  .col-sm-12 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    max-width: 100%;
  }
}

@media all and (max-width: 500px) {
  .col-xs-0 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 1;
            flex: 1 0 1;
  }
  .col-xs-05 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 4.16667%;
            flex: 1 0 4.16667%;
    max-width: 4.16667%;
  }
  .col-xs-1 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 8.33333%;
            flex: 1 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xs-15 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 12.5%;
            flex: 1 0 12.5%;
    max-width: 12.5%;
  }
  .col-xs-2 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 16.66667%;
            flex: 1 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xs-25 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 20.83333%;
            flex: 1 0 20.83333%;
    max-width: 20.83333%;
  }
  .col-xs-225 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 20%;
            flex: 1 0 20%;
    max-width: 20%;
  }
  .col-xs-3 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 25%;
            flex: 1 0 25%;
    max-width: 25%;
  }
  .col-xs-35 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 29.16667%;
            flex: 1 0 29.16667%;
    max-width: 29.16667%;
  }
  .col-xs-4 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 33.33333%;
            flex: 1 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xs-45 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 37.5%;
            flex: 1 0 37.5%;
    max-width: 37.5%;
  }
  .col-xs-5 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 41.66667%;
            flex: 1 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xs-55 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 45.83333%;
            flex: 1 0 45.83333%;
    max-width: 45.83333%;
  }
  .col-xs-6 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    max-width: 50%;
  }
  .col-xs-65 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 54.16667%;
            flex: 1 0 54.16667%;
    max-width: 54.16667%;
  }
  .col-xs-7 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 58.33333%;
            flex: 1 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xs-75 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 62.5%;
            flex: 1 0 62.5%;
    max-width: 62.5%;
  }
  .col-xs-8 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 66.66667%;
            flex: 1 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xs-85 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 70.83333%;
            flex: 1 0 70.83333%;
    max-width: 70.83333%;
  }
  .col-xs-9 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 75%;
            flex: 1 0 75%;
    max-width: 75%;
  }
  .col-xs-95 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 79.16667%;
            flex: 1 0 79.16667%;
    max-width: 79.16667%;
  }
  .col-xs-10 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 83.33333%;
            flex: 1 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xs-105 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 87.5%;
            flex: 1 0 87.5%;
    max-width: 87.5%;
  }
  .col-xs-11 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 91.66667%;
            flex: 1 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xs-115 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 95.83333%;
            flex: 1 0 95.83333%;
    max-width: 95.83333%;
  }
  .col-xs-12 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    max-width: 100%;
  }
}

@media all and (max-width: 380px) {
  .col-xxs-0 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 1;
            flex: 1 0 1;
  }
  .col-xxs-05 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 4.16667%;
            flex: 1 0 4.16667%;
    max-width: 4.16667%;
  }
  .col-xxs-1 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 8.33333%;
            flex: 1 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xxs-15 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 12.5%;
            flex: 1 0 12.5%;
    max-width: 12.5%;
  }
  .col-xxs-2 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 16.66667%;
            flex: 1 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xxs-25 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 20.83333%;
            flex: 1 0 20.83333%;
    max-width: 20.83333%;
  }
  .col-xxs-225 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 20%;
            flex: 1 0 20%;
    max-width: 20%;
  }
  .col-xxs-3 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 25%;
            flex: 1 0 25%;
    max-width: 25%;
  }
  .col-xxs-35 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 29.16667%;
            flex: 1 0 29.16667%;
    max-width: 29.16667%;
  }
  .col-xxs-4 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 33.33333%;
            flex: 1 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xxs-45 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 37.5%;
            flex: 1 0 37.5%;
    max-width: 37.5%;
  }
  .col-xxs-5 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 41.66667%;
            flex: 1 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xxs-55 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 45.83333%;
            flex: 1 0 45.83333%;
    max-width: 45.83333%;
  }
  .col-xxs-6 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    max-width: 50%;
  }
  .col-xxs-65 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 54.16667%;
            flex: 1 0 54.16667%;
    max-width: 54.16667%;
  }
  .col-xxs-7 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 58.33333%;
            flex: 1 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xxs-75 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 62.5%;
            flex: 1 0 62.5%;
    max-width: 62.5%;
  }
  .col-xxs-8 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 66.66667%;
            flex: 1 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xxs-85 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 70.83333%;
            flex: 1 0 70.83333%;
    max-width: 70.83333%;
  }
  .col-xxs-9 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 75%;
            flex: 1 0 75%;
    max-width: 75%;
  }
  .col-xxs-95 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 79.16667%;
            flex: 1 0 79.16667%;
    max-width: 79.16667%;
  }
  .col-xxs-10 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 83.33333%;
            flex: 1 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xxs-105 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 87.5%;
            flex: 1 0 87.5%;
    max-width: 87.5%;
  }
  .col-xxs-11 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 91.66667%;
            flex: 1 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xxs-115 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 95.83333%;
            flex: 1 0 95.83333%;
    max-width: 95.83333%;
  }
  .col-xxs-12 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    max-width: 100%;
  }
}

.point {
  color: #0071bb !important;
}

.point2 {
  color: #1088d3 !important;
}

.f_ns {
  font-family: 'NanumSquare', sans-serif !important;
}

.f_ss {
  font-family: sans-serif !important;
}

.c_white {
  color: #fff !important;
}

.ex_bold {
  font-weight: 800 !important;
}

.bold {
  font-weight: 700 !important;
}

.reg {
  font-weight: 400 !important;
}

.light {
  font-weight: 300 !important;
}

.underline {
  text-decoration: underline !important;
}

.text_over {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.wrapper {
  margin: 0 auto;
  width: 95%;
  max-width: 1800px;
  position: relative;
}

@media all and (max-width: 768px) {
  .wrapper {
    width: 92%;
  }
}

.wrapper2 {
  margin: 0 auto;
  width: 95%;
  max-width: 1400px;
  position: relative;
}

@media all and (max-width: 768px) {
  .wrapper2 {
    width: 92%;
  }
}

.wrapper3 {
  margin: 0 auto;
  width: 95%;
  max-width: 1200px;
  position: relative;
}

@media all and (max-width: 768px) {
  .wrapper3 {
    width: 92%;
  }
}

.img_src {
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  background-size: cover;
}

/*박스라인*/
.line_ani,
.line_ani_wrap {
  position: relative;
  z-index: inherit;
}

.line_ani .line,
.line_ani_wrap .line {
  position: absolute;
  width: 0;
  height: 0;
  z-index: 2;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.line_ani .line.lineT,
.line_ani_wrap .line.lineT {
  right: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, right top, from(#0070b9), to(#26bede));
  background: linear-gradient(to right, #0070b9, #26bede);
}

.line_ani .line.lineL,
.line_ani_wrap .line.lineL {
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#26bede), to(#0070b9));
  background: linear-gradient(to top, #26bede, #0070b9);
}

.line_ani .line.lineB,
.line_ani_wrap .line.lineB {
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, right top, left top, from(#1499cc), to(#26bede));
  background: linear-gradient(to left, #1499cc, #26bede);
}

.line_ani .line.lineR,
.line_ani_wrap .line.lineR {
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#26bede), to(#1499cc));
  background: linear-gradient(to bottom, #26bede, #1499cc);
}

.line_ani:hover .lineT,
.line_ani:hover .lineB,
.line_ani_wrap:hover .lineT,
.line_ani_wrap:hover .lineB {
  width: 100%;
  height: 3px;
}

.line_ani:hover .lineR,
.line_ani:hover .lineL,
.line_ani_wrap:hover .lineR,
.line_ani_wrap:hover .lineL {
  width: 3px;
  height: 100%;
}

@media all and (max-width: 1024px) {
  .m_hide {
    display: none;
  }
}

.m_show {
  display: none;
}

@media all and (max-width: 1024px) {
  .m_show {
    display: block;
  }
}

@media all and (max-width: 768px) {
  .sm_hide {
    display: none;
  }
}

.sm_show {
  display: none;
}

@media all and (max-width: 768px) {
  .sm_show {
    display: block;
  }
}

body.fix, html.fix {
  overflow-y: hidden;
}

#header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

#header.on, #header.scroll {
  background: #fff;
}

#header.on .gnb-area .depth .depth01 > a, #header.scroll .gnb-area .depth .depth01 > a {
  color: #222;
}

#header.on .nav-btn, #header.scroll .nav-btn {
  color: #333;
}

#header.scroll {
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

#header.scroll .gnb-area .depth .depth01 > a {
  height: 90px;
}

#header .logo {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

@media all and (max-width: 1024px) {
  #header .logo {
    position: static;
    height: 80px;
  }
}

@media all and (max-width: 768px) {
  #header .logo {
    height: 65px;
  }
}

#header .logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media all and (max-width: 1280px) {
  #header .logo a {
    width: 240px;
  }
}

@media all and (max-width: 768px) {
  #header .logo a {
    width: 180px;
  }
}

#header .gnb-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 180px;
}

@media all and (max-width: 1280px) {
  #header .gnb-area {
    margin-right: 160px;
  }
}

@media all and (max-width: 1024px) {
  #header .gnb-area {
    display: none;
  }
}

#header .gnb-area .depth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#header .gnb-area .depth .depth01 {
  position: relative;
  margin: 0 2em;
}

@media all and (max-width: 1280px) {
  #header .gnb-area .depth .depth01 {
    margin: 0 1.375em;
  }
}

#header .gnb-area .depth .depth01 > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.125em;
  font-family: "Montserrat", "NanumSquare", sans-serif;
  font-weight: 700;
  height: 130px;
  color: #fff;
  position: relative;
  letter-spacing: 0;
  text-transform: uppercase;
  -webkit-transition: height 0.4s;
  transition: height 0.4s;
}

@media all and (max-width: 1280px) {
  #header .gnb-area .depth .depth01 > a {
    font-size: 1.063em;
  }
}

#header .gnb-area .depth .depth01 > a:hover {
  color: #0071bb;
}

#header .gnb-area .depth .depth02 {
  display: none;
  position: absolute;
  left: 50%;
  bottom: auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 180px;
  background: #0071bb;
  padding: 15px 10px;
  text-align: center;
}

#header .gnb-area .depth .depth02:before {
  content: '';
  width: 48px;
  height: 13px;
  background: url(../images/icon/dp2_deco.png) no-repeat;
  position: absolute;
  left: 50%;
  top: -13px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

#header .gnb-area .depth .depth02 li {
  margin: 10px 0;
}

#header .gnb-area .depth .depth02 li a {
  font-size: 15px;
  display: inline-block;
  color: #95b4c9;
}

#header .gnb-area .depth .depth02 li a:hover, #header .gnb-area .depth .depth02 li a.on {
  text-decoration: underline;
  color: #fff;
}

#header .gnb-area .depth .m_4,
#header .gnb-area .depth .m_5,
#header .gnb-area .depth .m_guide {
  display: none;
}

#header .gnb-area .inquiry-btn {
  width: 120px;
  text-align: center;
  border-radius: 60px;
  height: 50px;
  margin-left: 15px;
  position: relative;
}

#header .gnb-area .inquiry-btn:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 60px;
  border: 1px solid #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#header .gnb-area .inquiry-btn:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(42deg, #0071bb, #26bede);
  opacity: 0;
  border-radius: 60px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-shadow: 0 2px 10px rgba(53, 129, 178, 0.6);
          box-shadow: 0 2px 10px rgba(53, 129, 178, 0.6);
}

#header .gnb-area .inquiry-btn:hover:before, #header .gnb-area .inquiry-btn.on:before {
  opacity: 0;
}

#header .gnb-area .inquiry-btn:hover:after, #header .gnb-area .inquiry-btn.on:after {
  opacity: 1;
}

#header .gnb-area .inquiry-btn a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  position: relative;
  z-index: 1;
}

#header .sns-area {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media all and (max-width: 1024px) {
  #header .sns-area {
    display: none;
  }
}

#header .sns-area li {
  display: inline-block;
  margin-left: 10px;
}

@media all and (max-width: 1280px) {
  #header .sns-area li {
    margin-left: 6px;
  }
}

#header .nav-btn {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  font-size: 30px;
  display: none;
}

@media all and (max-width: 1024px) {
  #header .nav-btn {
    display: block;
  }
}

.nav-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.6);
}

.gnb-mobile {
  background: #fff;
  right: -100%;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 700px;
  z-index: 99999999;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  overflow-y: auto;
}

.gnb-mobile.on {
  right: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 5px 20px 15px rgba(0, 0, 0, 0.3);
          box-shadow: 5px 20px 15px rgba(0, 0, 0, 0.3);
}

.gnb-mobile .m-top {
  position: relative;
  background: #fff;
  border-bottom: 1px solid #ddd;
  padding: 18px 25px;
}

@media all and (max-width: 500px) {
  .gnb-mobile .m-top {
    padding: 18px 15px;
  }
}

.gnb-mobile .m-top .sns-area {
  display: inline-block;
  vertical-align: middle;
}

.gnb-mobile .m-top .sns-area li {
  display: inline-block;
  margin-right: 10px;
}

.gnb-mobile .m-top .nav-btn-off {
  display: block;
  position: absolute;
  text-align: center;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10000;
  cursor: pointer;
}

@media all and (max-width: 500px) {
  .gnb-mobile .m-top .nav-btn-off {
    right: 15px;
  }
}

.gnb-mobile .m-top .nav-btn-off img {
  width: 19px;
}

@media all and (max-width: 500px) {
  .gnb-mobile .m-top .nav-btn-off img {
    width: 15px;
  }
}

.gnb-mobile .m-gnb .depth01 {
  text-align: left;
}

.gnb-mobile .m-gnb .depth01 > a {
  font-family: "Montserrat", "NanumSquare", sans-serif;
  color: #333;
  display: block;
  font-weight: 700;
  padding: 20px 25px;
  border-bottom: 1px solid #ddd;
  position: relative;
  text-transform: uppercase;
}

@media all and (max-width: 500px) {
  .gnb-mobile .m-gnb .depth01 > a {
    font-size: 14px;
    padding: 15px;
  }
}

.gnb-mobile .m-gnb .depth01 > a:not(.no):after {
  content: '\e9c5';
  font-family: 'xeicon' !important;
  color: #0071bb;
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media all and (max-width: 500px) {
  .gnb-mobile .m-gnb .depth01 > a:not(.no):after {
    right: 15px;
  }
}

.gnb-mobile .m-gnb .depth01 > a.selected1 {
  background: #0071bb;
  color: #fff;
  border-color: #0071bb;
}

.gnb-mobile .m-gnb .depth01 > a.selected1:after {
  content: '\e9c1';
  color: #fff;
}

.gnb-mobile .m-gnb .depth02 {
  background: #f1f4f8;
  padding: 20px 25px;
  position: relative;
}

@media all and (max-width: 500px) {
  .gnb-mobile .m-gnb .depth02 {
    padding: 12px 15px;
  }
}

.gnb-mobile .m-gnb .depth02 > li {
  margin: 10px 0;
}

.gnb-mobile .m-gnb .depth02 > li > a {
  display: inline-block;
  font-size: 15px;
  color: #666;
  font-weight: 300;
}

@media all and (max-width: 500px) {
  .gnb-mobile .m-gnb .depth02 > li > a {
    font-size: 14px;
  }
}

.gnb-mobile .m-gnb .depth02 > li > a.on {
  color: #0071bb;
}

.gnb-mobile .m-gnb .depth03,
.gnb-mobile .m-gnb .m_guide {
  display: none;
}

#footer {
  background: #191919;
}

#footer .f-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 35px 0 20px;
  position: relative;
}

@media all and (max-width: 768px) {
  #footer .f-top {
    padding: 20px 0 15px;
  }
}

#footer .f-top .f-logo img {
  width: 190px;
}

@media all and (max-width: 768px) {
  #footer .f-top .f-logo img {
    width: 170px;
  }
}

#footer .f-top .f-util {
  position: absolute;
  right: 0;
  bottom: 20px;
}

#footer .f-top .f-util .sns {
  display: inline-block;
  vertical-align: middle;
}

#footer .f-top .f-util .sns li {
  display: inline-block;
  margin-right: 10px;
}

@media all and (max-width: 768px) {
  #footer .f-top .f-util .sns li {
    margin: 0 0 0 5px;
    width: 30px;
  }
}

#footer .f-top .f-util .staff-btn {
  display: inline-block;
  vertical-align: middle;
  width: 142px;
  height: 50px;
  line-height: 48px;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media all and (max-width: 768px) {
  #footer .f-top .f-util .staff-btn {
    display: none;
  }
}

#footer .f-top .f-util .staff-btn:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#footer .f-top .f-util .staff-btn:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 50px;
  background: linear-gradient(42deg, #0071bb, #26bede);
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-shadow: 0 2px 10px rgba(53, 129, 178, 0.6);
          box-shadow: 0 2px 10px rgba(53, 129, 178, 0.6);
}

#footer .f-top .f-util .staff-btn span {
  position: relative;
  z-index: 1;
}

#footer .f-top .f-util .staff-btn:hover:before {
  opacity: 0;
}

#footer .f-top .f-util .staff-btn:hover:after {
  opacity: 1;
}

#footer .f-copy {
  padding: 20px 0 50px;
}

#footer .f-copy li {
  display: inline-block;
  letter-spacing: 0;
  margin: 0 16px 3px 0;
  color: #838383;
  font-size: 14px;
  line-height: 1.5;
  position: relative;
}

@media all and (max-width: 1024px) {
  #footer .f-copy li {
    font-size: 13px;
  }
}

@media all and (max-width: 768px) {
  #footer .f-copy li {
    display: block;
    margin: 0 0 3px;
  }
}

#footer .f-copy li:before {
  content: '';
  width: 1px;
  height: 12px;
  background: #838383;
  position: absolute;
  left: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media all and (max-width: 768px) {
  #footer .f-copy li:before {
    display: none;
  }
}

#footer .f-copy li.copyright {
  display: block;
  color: #bbb;
}

#footer .f-copy li:first-child:before, #footer .f-copy li.copyright:before {
  display: none;
}

.main-slider {
  position: relative;
}

.main-slider .slider .item {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.main-slider .slider .item > img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 1000%;
  min-height: 1000%;
  max-width: none;
  max-height: none;
  -webkit-transform: translate(-50%, -50%) scale(0.1);
          transform: translate(-50%, -50%) scale(0.1);
}

.main-slider .slogan-bx {
  position: absolute;
  left: 20px;
  right: 20px;
  /* top:55%;
    transform:translateY(-50%); */
  bottom: 10em;
  text-align: center;
  color: #fff;
  z-index: 1;
  text-transform: uppercase;
}

@media all and (max-width: 768px) {
  .main-slider .slogan-bx {
    bottom: 5em;
  }
}

.main-slider .slogan-bx .t1 {
  font-family: "Montserrat", "NanumSquare", sans-serif;
  font-weight: 700;
  font-size: 4.375em;
  line-height: 1.1;
}

@media all and (max-width: 1024px) {
  .main-slider .slogan-bx .t1 {
    font-size: 3.875em;
  }
}

@media all and (max-width: 768px) {
  .main-slider .slogan-bx .t1 {
    font-size: 3.250em;
  }
}

.main-slider .slogan-bx .t2 {
  font-weight: 300;
  line-height: 1.6;
  margin-top: 25px;
}

@media all and (max-width: 768px) {
  .main-slider .slogan-bx .t2 br {
    display: none;
  }
}

.main-slider .control-bx {
  margin-top: 4.5em;
  text-align: center;
}

.main-slider .control-bx .paging-bx {
  display: inline-block;
  vertical-align: middle;
}

.main-slider .control-bx .paging-bx .slick-dots {
  position: static;
}

.main-slider .control-bx .paging-bx li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
}

.main-slider .control-bx .paging-bx li button {
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  border-radius: 100%;
}

.main-slider .control-bx .paging-bx li.slick-active button {
  background: #fff;
}

.main-slider .control-bx .btn {
  vertical-align: bottom;
  font-size: 19px;
  color: #fff;
  display: none;
}

.main-slider .control-bx .btn.on {
  display: inline-block;
}

.main-slider .mouse_scroll {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transition: 1200ms all;
  transition: 1200ms all;
  animation-name: mouse;
  -webkit-animation-name: mouse;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@media all and (max-width: 1024px) {
  .main-slider .mouse_scroll {
    display: none !important;
  }
}

@keyframes mouse {
  0% {
    bottom: 40px;
  }
  50% {
    bottom: 30px;
  }
  100% {
    bottom: 40px;
  }
}

@-webkit-keyframes mouse {
  0% {
    bottom: 40px;
  }
  50% {
    bottom: 30px;
  }
  100% {
    bottom: 40px;
  }
}

.rolling-logo {
  margin-left: -1px;
}

.rolling-logo .logo-bx .inner {
  display: block;
  /* display: flex;
      height:12.5em;
      align-items:center;
      justify-content:center; */
  margin-left: 1px;
  padding: 1em 3em;
}

@media all and (max-width: 768px) {
  .rolling-logo .logo-bx .inner {
    padding: 0.5em 1.5em;
  }
}

.rolling-logo .logo-bx .inner .img_src {
  padding-top: 75%;
}

section {
  padding: 4em 0 4.5em;
  position: relative;
  overflow: hidden;
}

section .main-title {
  font-family: "Montserrat", "NanumSquare", sans-serif;
  font-size: 2.375em;
  font-weight: 700;
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 50px;
  position: relative;
  text-transform: uppercase;
}

@media all and (max-width: 1024px) {
  section .main-title {
    font-size: 2em;
    margin-bottom: 40px;
  }
}

@media all and (max-width: 500px) {
  section .main-title {
    font-size: 1.875em;
    margin-bottom: 32px;
  }
}

section .main-title.c_white:after {
  background: #fff;
}

section .main-title.sm {
  font-size: 2.188em;
  padding-bottom: 0;
  margin-bottom: 25px;
}

@media all and (max-width: 1024px) {
  section .main-title.sm {
    font-size: 1.750em;
  }
}

@media all and (max-width: 500px) {
  section .main-title.sm {
    font-size: 1.5em;
    margin-bottom: 20px;
  }
}

section .main-title.sm:after {
  display: none;
}

section .main-title:after {
  content: '';
  width: 40px;
  height: 3px;
  background: #0071bb;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media all and (max-width: 500px) {
  section .main-title:after {
    width: 30px;
    height: 2px;
  }
}

section .main-title .en {
  color: #0071bb;
  font-size: 18px;
  font-weight: 700;
  display: block;
}

@media all and (max-width: 1024px) {
  section .main-title .en {
    font-size: 16px;
  }
}

@media all and (max-width: 500px) {
  section .main-title .en {
    font-size: 15px;
  }
}

section .slide-btn {
  width: 33px;
  height: 60px;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  outline: none;
}

@media all and (max-width: 1024px) {
  section .slide-btn {
    display: none !important;
  }
}

section .slide-btn.prev {
  background-image: url(../images/icon/prev_btn.png);
  left: -5.5%;
}

section .slide-btn.prev.__white {
  background-image: url(../images/icon/prev_btn_w.png);
}

section .slide-btn.next {
  background-image: url(../images/icon/next_btn.png);
  right: -5.5%;
}

section .slide-btn.next.__white {
  background-image: url(../images/icon/next_btn_w.png);
}

section.main-products .side-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: -480px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #0071bb;
  color: #fff;
  -webkit-transition: left 0.4s;
  transition: left 0.4s;
  /* @include size (lg) {
        position: fixed;
        left:0;
        right:0;
        bottom:0;
        top:auto;
        transform:none;
        z-index:10;
      } */
}

@media all and (max-width: 1024px) {
  section.main-products .side-category {
    display: none;
  }
}

section.main-products .side-category.open {
  left: 0;
}

section.main-products .side-category.open .hide-wrap {
  display: block;
}

section.main-products .side-category .show-wrap {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  position: relative;
  /* @include size (lg) {
          display: block;
          width:100%;
          height:auto;
          padding:20px 4%;
          text-align: left;
        } */
}

section.main-products .side-category .show-wrap .xi {
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius: 100%;
  background: #108ee0;
  position: absolute;
  left: 50%;
  top: 30px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  /* @include size (lg) {
            left:auto;
            right:4%;
            top:50%;
            transform:translateY(-50%);
          } */
}

section.main-products .side-category .show-wrap p {
  min-height: 430px;
  font-size: 1.188em;
  font-weight: 800;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 0.2em;
  /* @include size (lg) {
            writing-mode:inherit;
          } */
}

section.main-products .side-category .hide-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 480px;
          flex: 1 0 480px;
  max-width: 480px;
  /* @include size (lg) {
          display: none;
          flex:1 0 100%;
          max-width:100%;
        } */
}

section.main-products .side-category .hide-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 0;
}

section.main-products .side-category .hide-wrap ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  max-width: 50%;
  padding: 5px 0 5px 25px;
}

section.main-products .side-category .hide-wrap ul li:nth-child(2n) {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

section.main-products .side-category .hide-wrap ul li a {
  color: #c2d6e3;
  position: relative;
  padding-left: 10px;
}

section.main-products .side-category .hide-wrap ul li a:before {
  content: '';
  width: 2px;
  height: 2px;
  background: #c2d6e3;
  position: absolute;
  left: 0;
  top: 9px;
}

section.main-products .side-category .hide-wrap ul li a:hover {
  color: #fff;
  text-decoration: underline;
}

section.main-products .side-category .hide-wrap ul li a:hover:before {
  background: #fff;
}

section.main-products .slick-dots {
  display: none;
}

@media all and (max-width: 1024px) {
  section.main-products .slick-dots {
    display: block;
    position: static;
    margin-top: 20px;
    text-align: center;
  }
}

section.main-products .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
}

section.main-products .slick-dots li button {
  width: 12px;
  height: 12px;
  border: 1px solid #ddd;
  border-radius: 100%;
}

section.main-products .slick-dots li.slick-active button {
  background: #0071bb;
  border-color: #0071bb;
}

section.main-news {
  background: url(../images/main/main_news_bg.jpg) no-repeat center;
  background-size: cover;
}

section.main-news .news-slider {
  margin: 0 -10px;
}

@media all and (max-width: 1024px) {
  section.main-news .news-slider {
    margin: 0 -7px;
  }
}

@media all and (max-width: 500px) {
  section.main-news .news-slider {
    margin: 0 -3px;
  }
}

section.main-news .news-slider .item {
  padding: 0 10px;
}

@media all and (max-width: 1024px) {
  section.main-news .news-slider .item {
    padding: 0 7px;
  }
}

@media all and (max-width: 500px) {
  section.main-news .news-slider .item {
    padding: 0 3px;
  }
}

section.main-news .news-slider .item .inner {
  overflow: hidden;
  display: block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  margin-bottom: 20px;
}

section.main-news .news-slider .item .inner:hover {
  -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
          box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
}

section.main-news .news-slider .item .inner:hover .img-bx .img_src {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}

section.main-news .news-slider .item .inner:hover .txt-bx {
  -webkit-transform: translateY(-60px);
          transform: translateY(-60px);
}

@media all and (max-width: 1024px) {
  section.main-news .news-slider .item .inner:hover .txt-bx {
    -webkit-transform: none;
            transform: none;
  }
}

section.main-news .news-slider .item .inner:hover .view-btn {
  -webkit-transform: translateY(-60px);
          transform: translateY(-60px);
}

@media all and (max-width: 1024px) {
  section.main-news .news-slider .item .inner:hover .view-btn {
    -webkit-transform: none;
            transform: none;
  }
}

section.main-news .news-slider .item .img-bx {
  border: 1px solid #ddd;
  position: relative;
  overflow: hidden;
}

section.main-news .news-slider .item .img-bx .img_src {
  padding-top: 75%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

section.main-news .news-slider .item .txt-bx {
  background: #fff;
  text-align: center;
  padding: 25px 15px 30px;
  position: relative;
  z-index: 3;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media all and (max-width: 768px) {
  section.main-news .news-slider .item .txt-bx {
    padding: 18px 10px 20px;
  }
}

section.main-news .news-slider .item .txt-bx .title {
  font-size: 1.125em;
  font-weight: 700;
  line-height: 35px;
  height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

@media all and (max-width: 768px) {
  section.main-news .news-slider .item .txt-bx .title {
    font-size: 1.063em;
    line-height: 26px;
    height: 26px;
  }
}

section.main-news .news-slider .item .txt-bx .desc {
  font-size: 15px;
  color: #666;
  line-height: 23px;
  height: 46px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 20px 0;
}

@media all and (max-width: 768px) {
  section.main-news .news-slider .item .txt-bx .desc {
    font-size: 13px;
    line-height: 20px;
    height: 40px;
    margin: 12px 0 15px;
  }
}

section.main-news .news-slider .item .txt-bx .date {
  font-size: 14px;
}

@media all and (max-width: 768px) {
  section.main-news .news-slider .item .txt-bx .date {
    font-size: 13px;
  }
}

section.main-news .news-slider .item .view-btn {
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#0071bb), to(#26bede));
  background: linear-gradient(to right, #0071bb, #26bede);
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  font-family: "Montserrat", "NanumSquare", sans-serif;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: absolute;
  left: 0;
  right: 0;
  bottom: auto;
  z-index: 3;
}

@media all and (max-width: 1024px) {
  section.main-news .news-slider .item .view-btn {
    display: none;
  }
}

section.main-news .news-slider .item .view-btn i {
  font-size: 17px;
  margin-left: 10px;
  vertical-align: sub;
}

section.main-news .swiper-pagination {
  display: none !important;
}

@media all and (max-width: 1024px) {
  section.main-news .swiper-pagination {
    display: block !important;
    position: static;
    width: 100%;
    margin: 20px 0;
    text-align: center;
  }
}

section.main-news .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  background: transparent;
  border-radius: 100%;
}

section.main-news .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}

section.main-board {
  background: #edf3f6;
}

section.main-board .f-bx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media all and (max-width: 1024px) {
  section.main-board .f-bx {
    display: block;
  }
}

section.main-board .f-bx .f-bx-board {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 47%;
          flex: 1 0 47%;
  max-width: 47%;
}

@media all and (max-width: 1024px) {
  section.main-board .f-bx .f-bx-board {
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
}

@media all and (max-width: 1024px) {
  section.main-board .f-bx .f-bx-board.__campus {
    margin-top: 70px;
  }
}

section.main-board .notice-list {
  border-top: 2px solid #222;
}

section.main-board .notice-list li {
  border-bottom: 1px solid #ddd;
}

section.main-board .notice-list li a {
  display: block;
  padding: 29px 70px 25px 20px;
  position: relative;
}

@media all and (max-width: 1280px) {
  section.main-board .notice-list li a {
    padding: 22px 60px 22px 20px;
  }
}

@media all and (max-width: 768px) {
  section.main-board .notice-list li a {
    padding: 18px 30px 17px 12px;
  }
}

section.main-board .notice-list li a:hover .plus-btn {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

section.main-board .notice-list li a .tit {
  padding-left: 14px;
  position: relative;
  font-size: 1.125em;
}

@media all and (max-width: 768px) {
  section.main-board .notice-list li a .tit {
    font-size: 1.063em;
    padding-left: 10px;
  }
}

section.main-board .notice-list li a .tit:before {
  content: '';
  width: 4px;
  height: 4px;
  background: #0071bb;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media all and (max-width: 768px) {
  section.main-board .notice-list li a .tit:before {
    width: 2px;
    height: 2px;
  }
}

section.main-board .notice-list li a .plus-btn {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 30px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

@media all and (max-width: 768px) {
  section.main-board .notice-list li a .plus-btn {
    font-size: 20px;
    right: 12px;
  }
}

section.main-board .campus-list {
  margin: -8px -8px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media all and (max-width: 500px) {
  section.main-board .campus-list {
    margin: -3px -3px 0 0;
  }
}

section.main-board .campus-list li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 25%;
          flex: 1 0 25%;
  max-width: 25%;
}

section.main-board .campus-list li a {
  display: block;
  overflow: hidden;
  margin: 8px 8px 0 0;
  position: relative;
}

@media all and (max-width: 500px) {
  section.main-board .campus-list li a {
    margin: 3px 3px 0 0;
  }
}

section.main-board .campus-list li a:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 3px solid #0071bb;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

section.main-board .campus-list li a:hover:after {
  opacity: 1;
}

section.main-board .campus-list li a .img_src {
  padding-top: 100%;
}

section.main-contact {
  background: url(../images/main/main_contact_bg.jpg) no-repeat center;
  background-size: cover;
  padding: 5em 0;
}

section.main-contact .f-bx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media all and (max-width: 1024px) {
  section.main-contact .f-bx {
    display: block;
  }
}

section.main-contact .f-bx .f-bx-introd {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 46%;
          flex: 1 0 46%;
  max-width: 46%;
}

@media all and (max-width: 1024px) {
  section.main-contact .f-bx .f-bx-introd {
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
}

section.main-contact .f-bx .f-bx-contact {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  max-width: 50%;
  padding-left: 4%;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

@media all and (max-width: 1024px) {
  section.main-contact .f-bx .f-bx-contact {
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    padding: 35px 0 0;
    margin-top: 35px;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}

@media all and (max-width: 1024px) {
  section.main-contact .f-bx .f-bx-contact .j_bet {
    display: block;
  }
}

section.main-contact .f-bx .f-bx-contact .btn-type-01:hover {
  background: #0071bb !important;
  border-color: #0071bb !important;
}

section.main-contact .main-txt {
  color: #a3a3a3;
  line-height: 1.7;
}

section.main-contact .contact-list li {
  position: relative;
  margin: 8px 0;
  padding-right: 20px;
  color: #e2e2e2;
  text-transform: uppercase;
}

section.main-contact .contact-list li i {
  padding-right: 5px;
}

section.main-contact .contact-list li.__deco {
  padding-left: 10px;
}

section.main-contact .contact-list li.__deco:before {
  content: '';
  width: 3px;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 10px;
}

.sub-visu-wrap {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 28.125em;
  color: #fff;
  background-image: url(../images/sub/sub_visu_1.jpg);
}

@media all and (max-width: 768px) {
  .sub-visu-wrap {
    height: 25em;
  }
}

.sub-visu-wrap.__2 {
  background-image: url(../images/sub/sub_visu_2.jpg);
}

.sub-visu-wrap.__3 {
  background-image: url(../images/sub/sub_visu_3.jpg);
}

.sub-visu-wrap.__4 {
  background-image: url(../images/sub/sub_visu_4.jpg);
}

.sub-visu-wrap.__5 {
  background-image: url(../images/sub/sub_visu_5.jpg);
}

.sub-visu-wrap .visu-title {
  font-size: 3.750em;
  font-weight: 700;
  font-family: "Montserrat", "NanumSquare", sans-serif;
  line-height: 1.2;
}

@media all and (max-width: 1024px) {
  .sub-visu-wrap .visu-title {
    font-size: 3.250em;
    margin-top: 1em;
  }
}

@media all and (max-width: 768px) {
  .sub-visu-wrap .visu-title {
    font-size: 2.750em;
  }
}

.sub-visu-wrap .visu-title-kr {
  font-size: 1.750em;
  font-weight: 700;
}

@media all and (max-width: 1024px) {
  .sub-visu-wrap .visu-title-kr {
    font-size: 1.438em;
  }
}

@media all and (max-width: 768px) {
  .sub-visu-wrap .visu-title-kr {
    font-size: 1.313em;
  }
}

.sub-menu-wrap {
  overflow: hidden;
  margin-top: -60px;
  position: relative;
  z-index: 1;
}

@media all and (max-width: 768px) {
  .sub-menu-wrap {
    display: none;
  }
}

.sub-menu-wrap .depth01 > a,
.sub-menu-wrap .depth03 {
  display: none;
}

.sub-menu-wrap .depth02 {
  display: none;
  text-align: center;
  font-size: 0;
}

.sub-menu-wrap .depth02 > li {
  display: inline-block;
  text-align: center;
  width: 16.66%;
  padding: 0 1px;
}

.sub-menu-wrap .depth02 > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
  padding: 0 5px;
  color: #fff;
  position: relative;
  line-height: 1.2;
  letter-spacing: -0.04em;
  font-size: 17px;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sub-menu-wrap .depth02 > li > a.on, .sub-menu-wrap .depth02 > li > a:hover {
  background: #fff;
  color: #222;
  font-weight: 700;
}

.sub-menu-wrap-m {
  display: none;
  background: #0071bb;
}

@media all and (max-width: 768px) {
  .sub-menu-wrap-m {
    display: block;
  }
}

.sub-menu-wrap-m .depth01 > a {
  display: none;
}

.sub-menu-wrap-m .menu_st {
  color: #fff;
  padding: 0 4%;
  line-height: 50px;
  height: 50px;
  font-size: 15px;
  cursor: pointer;
  background: url(../images/icon/submenu_arrow.png) no-repeat right 4% center;
}

.sub-menu-wrap-m .menu_st.on {
  background: url(../images/icon/submenu_arrow_on.png) no-repeat right 4% center;
}

.sub-menu-wrap-m .depth02 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: auto;
  display: none;
  background: #0071bb;
  z-index: 1;
  padding: 10px 4%;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.sub-menu-wrap-m .depth02 li a {
  display: block;
  padding: 5px 0;
  font-size: 14px;
  color: #fff;
}

.sub-menu-wrap-m .depth03 {
  display: none;
}

.sub-con {
  padding: 70px 0 150px;
  min-height: 450px;
}

@media all and (max-width: 768px) {
  .sub-con {
    padding: 60px 0 100px !important;
    min-height: 300px;
  }
}

@media all and (max-width: 500px) {
  .sub-con {
    padding: 40px 0 80px !important;
  }
}

.sub-con .sub-tit {
  font-size: 2.5em;
  font-weight: 800;
  text-align: center;
  letter-spacing: -0.05px;
  position: relative;
  margin-bottom: 1.5em;
  padding-bottom: 20px;
}

@media all and (max-width: 1024px) {
  .sub-con .sub-tit {
    font-size: 2.125em;
  }
}

@media all and (max-width: 768px) {
  .sub-con .sub-tit {
    font-size: 1.875em;
    padding-bottom: 15px;
  }
}

.sub-con .sub-tit:after {
  content: '';
  width: 60px;
  height: 3px;
  background: #0071bb;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media all and (max-width: 1024px) {
  .sub-con .sub-tit:after {
    width: 50px;
  }
}

@media all and (max-width: 768px) {
  .sub-con .sub-tit:after {
    width: 36px;
    height: 2px;
  }
}

.btn-area.mt2 {
  margin-top: 40px;
}

@media all and (max-width: 500px) {
  .btn-area.mt2 {
    margin-top: 30px;
  }
}

.btn-area.mt {
  margin-top: 80px;
}

@media all and (max-width: 768px) {
  .btn-area.mt {
    margin-top: 60px;
  }
}

@media all and (max-width: 500px) {
  .btn-area.mt {
    margin-top: 45px;
  }
}

.btn-area.text_center > .btn-type-01 {
  margin: 0 3px;
}

@media all and (max-width: 768px) {
  .btn-area.text_center > .btn-type-01 {
    margin: 0 1px;
  }
}

.btn-area .left,
.btn-area .right {
  width: 49%;
}

@media all and (max-width: 768px) {
  .btn-area .left,
  .btn-area .right {
    width: 49.5%;
  }
}

.btn-area .left .btn-type-01,
.btn-area .right .btn-type-01 {
  width: 100%;
}

.btn-area .btn-type-01.arrow {
  line-height: normal;
  height: auto;
  font-weight: 500;
  padding: 20px 80px 20px 50px;
  letter-spacing: -0.5px;
  background: url(../images/icon/btn_arrow.png) no-repeat right 50px center;
}

.tab-wrap .tab-content {
  display: none;
}

.policy-box {
  line-height: 1.8;
}

.comm-tit {
  font-size: 2.5em;
  font-weight: 700;
}

@media all and (max-width: 1024px) {
  .comm-tit {
    font-size: 2.125em;
  }
}

@media all and (max-width: 768px) {
  .comm-tit {
    font-size: 2em;
  }
}

.comm-tit.__mb {
  margin-bottom: 60px;
}

@media all and (max-width: 1024px) {
  .comm-tit.__mb {
    margin-bottom: 50px;
  }
}

@media all and (max-width: 768px) {
  .comm-tit.__mb {
    margin-bottom: 35px;
  }
}

.lag-tit {
  font-size: 1.750em;
  font-weight: 700;
  letter-spacing: -0.04em;
}

@media all and (max-width: 1024px) {
  .lag-tit {
    font-size: 1.625em;
  }
}

@media all and (max-width: 768px) {
  .lag-tit {
    font-size: 1.375em;
  }
}

.lag-tit.__mb {
  margin-bottom: 30px;
}

@media all and (max-width: 1024px) {
  .lag-tit.__mb {
    margin-bottom: 20px;
  }
}

@media all and (max-width: 768px) {
  .lag-tit.__mb {
    margin-bottom: 15px;
  }
}

.lag-tit.__mt {
  margin-top: 70px;
}

@media all and (max-width: 1024px) {
  .lag-tit.__mt {
    margin-top: 50px;
  }
}

@media all and (max-width: 768px) {
  .lag-tit.__mt {
    margin-top: 35px;
  }
}

.lag-tit.__st2 {
  margin-bottom: 15px;
  font-size: 2em;
}

@media all and (max-width: 1024px) {
  .lag-tit.__st2 {
    font-size: 1.875em;
  }
}

@media all and (max-width: 768px) {
  .lag-tit.__st2 {
    font-size: 1.688em;
    margin-bottom: 10px;
  }
}

.comm-txt {
  color: #666;
  line-height: 1.7;
}

hr.line01 {
  border-top: 0;
  border-bottom: 1px solid #e5e5e5;
  margin: 70px 0;
}

@media all and (max-width: 1024px) {
  hr.line01 {
    margin: 50px 0;
  }
}

@media all and (max-width: 768px) {
  hr.line01 {
    margin: 40px 0;
  }
}

.comm-ul li {
  color: #666;
  padding-left: 10px;
  position: relative;
  margin: 5px 0;
}

.comm-ul li:before {
  content: '';
  width: 3px;
  height: 3px;
  background: #0071bb;
  position: absolute;
  left: 0;
  top: 9px;
}

@media all and (max-width: 768px) {
  .comm-ul li:before {
    width: 2px;
    height: 2px;
    top: 7px;
  }
}

.icon-txt-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -50px -20px 0 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media all and (max-width: 1024px) {
  .icon-txt-list {
    margin: -30px -10px 0 0;
  }
}

.icon-txt-list .list {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  max-width: 50%;
  padding: 50px 20px 0 0;
}

@media all and (max-width: 1024px) {
  .icon-txt-list .list {
    padding: 30px 10px 0 0;
  }
}

@media all and (max-width: 768px) {
  .icon-txt-list .list {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    max-width: 100%;
  }
}

.icon-txt-list .list .inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media all and (max-width: 768px) {
  .icon-txt-list .list .inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.icon-txt-list .list .icon-bx {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 160px;
          flex: 1 0 160px;
  max-width: 160px;
  height: 160px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: linear-gradient(42deg, #0071bb, #26bede);
  position: relative;
}

@media all and (max-width: 1024px) {
  .icon-txt-list .list .icon-bx {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 130px;
            flex: 1 0 130px;
    max-width: 130px;
    height: 130px;
  }
}

@media all and (max-width: 500px) {
  .icon-txt-list .list .icon-bx {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100px;
            flex: 1 0 100px;
    max-width: 100px;
    height: 100px;
  }
}

@media all and (max-width: 1024px) {
  .icon-txt-list .list .icon-bx img {
    width: 65px;
  }
}

@media all and (max-width: 500px) {
  .icon-txt-list .list .icon-bx img {
    width: 50px;
  }
}

.icon-txt-list .list .numb {
  color: #ddd;
  position: absolute;
  right: -10px;
  top: -5px;
  font-size: 3.125em;
  font-weight: 800;
  z-index: -1;
  line-height: 1;
  letter-spacing: -0.05em;
}

@media all and (max-width: 1024px) {
  .icon-txt-list .list .numb {
    font-size: 2.750em;
  }
}

@media all and (max-width: 500px) {
  .icon-txt-list .list .numb {
    font-size: 2.250em;
    right: -5px;
  }
}

.icon-txt-list .list .txt-bx {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 30px;
  text-align: left;
}

@media all and (max-width: 500px) {
  .icon-txt-list .list .txt-bx {
    padding-left: 20px;
  }
}

.icon-txt-list .list .txt-bx .tt {
  font-size: 1.125em;
  font-weight: 800;
  margin-bottom: 12px;
}

@media all and (max-width: 1024px) {
  .wide-tbl-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

@media all and (max-width: 1024px) {
  .wide-tbl-scroll table {
    min-width: 700px;
  }
}

.tbl-st1 {
  border-top: 2px solid #222;
  text-align: center;
}

.tbl-st1 th,
.tbl-st1 td {
  padding: 15px 10px;
  border-bottom: 1px solid #ddd;
}

.tbl-st1 th {
  font-weight: 700;
}

.tbl-st1 td {
  color: #666;
}

.tbl-st1 .text_left {
  padding-left: 20px;
}

.img-board-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -30px -30px 0 0;
}

@media all and (max-width: 1280px) {
  .img-board-list {
    margin: -30px -20px 0 0;
  }
}

@media all and (max-width: 768px) {
  .img-board-list {
    margin: -20px -10px 0 0;
  }
}

@media all and (max-width: 500px) {
  .img-board-list {
    margin: -20px -5px 0 0;
  }
}

.img-board-list .item {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 33.33%;
          flex: 1 0 33.33%;
  max-width: 33.33%;
}

@media all and (max-width: 1024px) {
  .img-board-list .item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    max-width: 50%;
  }
}

.img-board-list .item .inner {
  display: block;
  margin: 30px 30px 0 0;
  text-align: center;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media all and (max-width: 1280px) {
  .img-board-list .item .inner {
    margin: 30px 20px 0 0;
  }
}

@media all and (max-width: 768px) {
  .img-board-list .item .inner {
    margin: 20px 10px 0 0;
  }
}

@media all and (max-width: 500px) {
  .img-board-list .item .inner {
    margin: 20px 5px 0 0;
  }
}

.img-board-list .item .inner:hover .img_src {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.img-board-list .item .inner:hover .txt_bx {
  background: #0071bb;
}

.img-board-list .item .inner:hover .txt_bx p {
  color: #fff;
}

.img-board-list .item .img-bx {
  overflow: hidden;
}

.img-board-list .item .img-bx .img_src {
  padding-top: 75%;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.img-board-list .item .txt-bx {
  padding: 25px 10px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

@media all and (max-width: 768px) {
  .img-board-list .item .txt-bx {
    padding: 20px 10px;
  }
}

.img-board-list .item .txt-bx .title {
  font-size: 1.125em;
  font-weight: 700;
}

@media all and (max-width: 768px) {
  .img-board-list .item .txt-bx .title {
    font-size: 1.063em;
  }
}

.img-board-list .item .txt-bx .des {
  margin-top: 12px;
  font-size: 15px;
  color: #666;
  line-height: 23px;
  height: 46px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media all and (max-width: 768px) {
  .img-board-list .item .txt-bx .des {
    font-size: 13px;
  }
}

.img-board-list .item .txt-bx .date {
  margin-top: 12px;
  font-size: 15px;
  color: #888;
  font-weight: 300;
}

@media all and (max-width: 768px) {
  .img-board-list .item .txt-bx .date {
    font-size: 13px;
  }
}

.prod-board-list {
  margin: 0 -7px;
}

@media all and (max-width: 500px) {
  .prod-board-list {
    margin: 0 -3px;
  }
}

.prod-board-list .item {
  padding: 0 7px;
}

@media all and (max-width: 500px) {
  .prod-board-list .item {
    padding: 0 3px;
  }
}

.prod-board-list .item .inner {
  display: block;
}

.prod-board-list .item .inner:hover .img-bx .img_src {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}

.prod-board-list .item .img-bx {
  border: 1px solid #ddd;
  position: relative;
  overflow: hidden;
}

.prod-board-list .item .img-bx .img_src {
  padding-top: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.prod-board-list .item .txt-bx {
  text-align: center;
  padding: 15px 10px 35px;
}

@media all and (max-width: 768px) {
  .prod-board-list .item .txt-bx {
    padding: 12px 10px 20px;
  }
}

.prod-board-list .item .txt-bx .cate {
  font-size: 15px;
  font-weight: 800;
  color: #0071bb;
  margin-bottom: 5px;
}

@media all and (max-width: 768px) {
  .prod-board-list .item .txt-bx .cate {
    font-size: 13px;
  }
}

.prod-board-list .item .txt-bx .title {
  font-size: 1.125em;
  font-weight: 700;
  line-height: 25px;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media all and (max-width: 768px) {
  .prod-board-list .item .txt-bx .title {
    line-height: 21px;
    height: 42px;
  }
}

.brand-list-wrap .item .inner {
  display: block;
}

.brand-list-wrap .item .inner:hover .img-bx:after {
  opacity: 0.9;
}

.brand-list-wrap .item .inner:hover .hover-txt {
  opacity: 1;
}

.brand-list-wrap .item .img-bx {
  /* display: flex;
      align-items:center;
      justify-content:center;
      height:16.875em;
      background:#f7f7f7; */
  overflow: hidden;
  position: relative;
  display: block;
}

.brand-list-wrap .item .img-bx:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(42deg, #0071bb, #26bede);
  opacity: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.brand-list-wrap .item .img-bx .img_src {
  padding-top: 75%;
}

.brand-list-wrap .item .hover-txt {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  font-size: 1.125em;
  font-weight: 700;
  z-index: 1;
  text-align: center;
  opacity: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.brand-list-wrap .item .hover-txt .xi {
  vertical-align: middle;
  margin-left: 10px;
}

.brand-list-wrap .item .site-link {
  text-align: center;
  margin-top: 20px;
}

.brand-list-wrap .item .site-link a {
  display: inline-block;
  color: #fff;
  background: #0071bb;
  padding: 7px 17px;
  border-radius: 5px;
  font-size: 15px;
}

@media all and (max-width: 768px) {
  .brand-list-wrap .item .site-link a {
    font-size: 13px;
  }
}

.brand-list-wrap .item .txt-bx {
  padding: 25px 10px 25px 0;
}

@media all and (max-width: 768px) {
  .brand-list-wrap .item .txt-bx {
    padding: 20px 10px 20px 0;
  }
}

.brand-list-wrap .item .txt-bx .title {
  font-size: 1.125em;
  font-weight: 700;
  margin-bottom: 20px;
}

@media all and (max-width: 768px) {
  .brand-list-wrap .item .txt-bx .title {
    margin-bottom: 12px;
  }
}

.brand-list-wrap .item .txt-bx .desc {
  color: #666;
  font-size: 15px;
  line-height: 1.6;
}

@media all and (max-width: 768px) {
  .brand-list-wrap .item .txt-bx .desc {
    font-size: 13px;
  }
}

/* 인사말 */
.greeting-wrap {
  text-align: center;
  letter-spacing: -0.04em;
}

.greeting-wrap .txt {
  background: #fff;
  margin: -50px 8% 0;
  padding: 70px 0 0;
  position: relative;
  z-index: 1;
}

@media all and (max-width: 1024px) {
  .greeting-wrap .txt {
    margin: -40px 3% 0;
    padding: 40px 0 0;
  }
}

@media all and (max-width: 768px) {
  .greeting-wrap .txt {
    margin: 0;
    padding: 35px 0 0;
  }
}

.greeting-wrap .lag-tit {
  margin: 20px 0 40px;
}

.greeting-wrap .ceo-name {
  font-size: 1.063em;
  margin-top: 50px;
  color: #666;
  font-weight: 700;
}

.greeting-wrap .ceo-name span {
  vertical-align: middle;
  margin-left: 20px;
}

/* 회사소개 */
.introd-wrap .lag-tit {
  margin: 50px 0 30px;
}

@media all and (max-width: 1024px) {
  .introd-wrap .lag-tit {
    margin: 40px 0 25px;
  }
}

@media all and (max-width: 768px) {
  .introd-wrap .lag-tit {
    margin: 30px 0 15px;
  }
}

.introd-wrap .video-wrap {
  max-width: 100%;
  width: 600px;
  margin: 70px auto 0;
}

@media all and (max-width: 1024px) {
  .introd-wrap .video-wrap {
    margin: 50px auto 0;
  }
}

@media all and (max-width: 768px) {
  .introd-wrap .video-wrap {
    margin: 35px auto 0;
  }
}

.introd-wrap .video {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
}

.introd-wrap .video iframe,
.introd-wrap .video video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* 연혁 */
.history-wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.history-wrap dl:last-child .cont:before {
  display: none;
}

.history-wrap dl .year {
  font-size: 2.625em;
  font-weight: 700;
  color: #0071bb;
  font-family: "Montserrat", "NanumSquare", sans-serif;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 320px;
          flex: 1 0 320px;
  max-width: 320px;
  margin-left: 2em;
  line-height: 1;
}

@media all and (max-width: 1280px) {
  .history-wrap dl .year {
    margin-left: 0;
  }
}

@media all and (max-width: 1024px) {
  .history-wrap dl .year {
    font-size: 2.250em;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 240px;
            flex: 1 0 240px;
    max-width: 240px;
  }
}

@media all and (max-width: 768px) {
  .history-wrap dl .year {
    font-size: 1.938em;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 110px;
            flex: 1 0 110px;
    max-width: 110px;
  }
}

.history-wrap dl .cont {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 4.5em;
  padding-bottom: 70px;
  position: relative;
}

@media all and (max-width: 1024px) {
  .history-wrap dl .cont {
    padding-left: 4em;
  }
}

@media all and (max-width: 768px) {
  .history-wrap dl .cont {
    padding-left: 2.5em;
  }
}

.history-wrap dl .cont:before {
  content: '';
  position: absolute;
  left: 0;
  top: 25px;
  bottom: -30px;
  background: #ddd;
  width: 1px;
}

@media all and (max-width: 768px) {
  .history-wrap dl .cont:before {
    bottom: -15px;
    top: 10px;
  }
}

.history-wrap dl .cont:after {
  content: '';
  width: 19px;
  height: 19px;
  border-radius: 100%;
  border: 5px solid #0071bb;
  background: #fff;
  position: absolute;
  left: -9px;
  top: 12px;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media all and (max-width: 1024px) {
  .history-wrap dl .cont:after {
    border-width: 4px;
    width: 17px;
    height: 17px;
    left: -8px;
    top: 9px;
  }
}

@media all and (max-width: 768px) {
  .history-wrap dl .cont:after {
    border-width: 3px;
    width: 14px;
    height: 14px;
    left: -7px;
    top: 6px;
  }
}

.history-wrap dl .logo-bx {
  margin-bottom: 20px;
  font-size: 0;
}

.history-wrap dl .logo-bx li {
  display: inline-block;
  margin: 2px 2px 0 0;
}

.history-wrap dl .career li {
  margin: 10px 0;
}

/* 오시는길 */
.map-bx {
  position: relative;
  padding-bottom: 30em;
}

.map-bx .root_daum_roughmap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
}

.map-bx .root_daum_roughmap .wrap_map {
  width: 100%;
  height: 100% !important;
}

.map-bx .root_daum_roughmap .wrap_controllers {
  display: none;
}

.map-bx .root_daum_roughmap .roughmap_maker_label {
  display: none !important;
}

.map-bx .root_daum_roughmap .map_border {
  display: none !important;
}

@media all and (max-width: 768px) {
  .map-bx {
    position: relative;
    padding-bottom: 24em;
  }
  .map-bx .root_daum_roughmap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    border: none;
  }
  .map-bx .root_daum_roughmap .wrap_map {
    width: 100%;
    height: 100% !important;
  }
  .map-bx .root_daum_roughmap .wrap_controllers {
    display: none;
  }
  .map-bx .root_daum_roughmap .roughmap_maker_label {
    display: none !important;
  }
  .map-bx .root_daum_roughmap .map_border {
    display: none !important;
  }
}

.location-wrap {
  margin: 0 6%;
}

@media all and (max-width: 1024px) {
  .location-wrap {
    margin: 0 3%;
  }
}

@media all and (max-width: 768px) {
  .location-wrap {
    margin: 0;
  }
}

.location-wrap .map-info {
  background: linear-gradient(42deg, #0071bb, #26bede);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 30px;
  margin: -55px 0 0;
  position: relative;
  z-index: 10;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media all and (max-width: 768px) {
  .location-wrap .map-info {
    margin: 0;
    display: block;
    padding: 22px 15px;
  }
}

.location-wrap .map-info p {
  color: #fff;
  letter-spacing: -0.045em;
  margin: 2px 15px;
  position: relative;
}

.location-wrap .map-info p.add {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}

.location-wrap .map-info p:after {
  content: '';
  width: 1px;
  height: 15px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  right: -15px;
  top: 3px;
}

@media all and (max-width: 768px) {
  .location-wrap .map-info p:after {
    display: none;
  }
}

.location-wrap .map-info p.add:after, .location-wrap .map-info p:last-child:after {
  display: none;
}

.location-wrap .contact-info {
  margin-top: 70px;
  position: relative;
  /* &:before {
      content:'';
      position: absolute;
      left:50%;
      top:0;
      bottom:0;
      width:1px;
      background:#ddd;
    } */
}

@media all and (max-width: 1024px) {
  .location-wrap .contact-info {
    margin-top: 50px;
  }
}

@media all and (max-width: 768px) {
  .location-wrap .contact-info {
    margin: 0;
  }
}

.location-wrap .contact-info .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 30px;
}

@media all and (max-width: 768px) {
  .location-wrap .contact-info .list {
    padding: 30px 0 0 0;
  }
}

.location-wrap .contact-info .list:last-child {
  border-left: 1px solid #ddd;
}

@media all and (max-width: 768px) {
  .location-wrap .contact-info .list:last-child {
    border: none;
  }
}

.location-wrap .contact-info .list .icon {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 60px;
          flex: 1 0 60px;
  max-width: 60px;
}

.location-wrap .contact-info .list .cont {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 20px;
}

.location-wrap .contact-info .list .cont .tit {
  font-size: 1.563em;
  font-weight: 700;
  margin-bottom: 12px;
}

@media all and (max-width: 768px) {
  .location-wrap .contact-info .list .cont .tit {
    font-size: 1.313em;
  }
}

/* 제품소개 */
.product-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media all and (max-width: 1024px) {
  .product-wrap {
    display: block;
  }
}

.product-wrap .product-nav {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 250px;
          flex: 1 0 250px;
  max-width: 250px;
  position: relative;
}

@media all and (max-width: 1280px) {
  .product-wrap .product-nav {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 220px;
            flex: 1 0 220px;
    max-width: 220px;
  }
}

@media all and (max-width: 1024px) {
  .product-wrap .product-nav {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    max-width: 100%;
    margin-bottom: 30px;
  }
}

.product-wrap .product-nav .prod-on {
  display: none;
  padding: 17px 15px;
  font-family: "Montserrat", "NanumSquare", sans-serif;
  background: #0071bb;
  color: #fff;
  font-weight: 700;
  position: relative;
}

.product-wrap .product-nav .prod-on:after {
  content: '\e943';
  font-family: 'xeicon' !important;
  color: #fff;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 16px;
}

.product-wrap .product-nav .prod-on.on:after {
  content: '\e946';
}

@media all and (max-width: 1024px) {
  .product-wrap .product-nav .prod-on {
    display: block;
  }
}

.product-wrap .product-nav ul {
  padding: 1px 1px 0 0;
}

@media all and (max-width: 1024px) {
  .product-wrap .product-nav ul {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: auto;
    z-index: 1;
  }
}

.product-wrap .product-nav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  color: #666;
  font-weight: 500;
  font-family: "Montserrat", "NanumSquare", sans-serif;
  padding: 0 20px;
  line-height: 1.2;
  border: 1px solid #ddd;
  margin: -1px -1px 0 0;
  position: relative;
}

@media all and (max-width: 1024px) {
  .product-wrap .product-nav ul li a {
    padding: 0 15px;
    color: #666 !important;
    background: #fff !important;
    border: 1px solid #ddd !important;
    font-weight: 500 !important;
  }
}

@media all and (max-width: 768px) {
  .product-wrap .product-nav ul li a {
    height: 52px;
    font-size: 13px;
  }
}

.product-wrap .product-nav ul li a:hover {
  color: #0071bb;
}

.product-wrap .product-nav ul li a.on {
  background: #0071bb;
  color: #fff;
  font-weight: 700;
  border-color: #0071bb;
}

.product-wrap .product-nav ul li a.on:after {
  content: '\e940';
  font-family: 'xeicon' !important;
  color: #fff;
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 18px;
}

.product-wrap .product-cont {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 70%;
          flex: 1 0 70%;
  max-width: 1250px;
  padding-left: 50px;
}

@media all and (max-width: 1280px) {
  .product-wrap .product-cont {
    padding-left: 30px;
  }
}

@media all and (max-width: 1024px) {
  .product-wrap .product-cont {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    max-width: 100%;
    padding: 0;
  }
}

.product-wrap .product-cont .brand-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media all and (max-width: 1280px) {
  .product-wrap .product-cont .brand-intro {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media all and (max-width: 768px) {
  .product-wrap .product-cont .brand-intro {
    display: block;
  }
}

.product-wrap .product-cont .brand-intro .img-bx {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 380px;
          flex: 1 0 380px;
  max-width: 380px;
  /* background:#f7f7f7;
        height:16.875em;
        @include imgToBg(contain); */
}

.product-wrap .product-cont .brand-intro .img-bx .img_src {
  padding-top: 75%;
}

@media all and (max-width: 1280px) {
  .product-wrap .product-cont .brand-intro .img-bx {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 320px;
            flex: 1 0 320px;
    max-width: 320px;
  }
}

@media all and (max-width: 768px) {
  .product-wrap .product-cont .brand-intro .img-bx {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    max-width: 100%;
  }
}

.product-wrap .product-cont .brand-intro .txt-bx {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 3em;
}

@media all and (max-width: 1280px) {
  .product-wrap .product-cont .brand-intro .txt-bx {
    padding-left: 2em;
  }
}

@media all and (max-width: 768px) {
  .product-wrap .product-cont .brand-intro .txt-bx {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    padding: 25px 0 0;
  }
}

.product-wrap .product-cont .brand-intro .txt-bx .brand-title {
  font-size: 1.563em;
  font-weight: 700;
  font-family: "Montserrat", "NanumSquare", sans-serif;
}

@media all and (max-width: 1280px) {
  .product-wrap .product-cont .brand-intro .txt-bx .brand-title {
    font-size: 1.375em;
  }
}

.product-wrap .product-cont .brand-intro .txt-bx .brand-maker {
  font-size: 1.375em;
  font-weight: 700;
  color: #0071bb;
  margin: 30px 0 20px;
}

@media all and (max-width: 1280px) {
  .product-wrap .product-cont .brand-intro .txt-bx .brand-maker {
    font-size: 1.250em;
    margin: 20px 0 15px;
  }
}

.product-wrap .product-cont .brand-intro .txt-bx .brand-cont {
  color: #8d8d8d;
  line-height: 1.7;
}

.product-wrap .product-cont .prod-depth02 {
  margin-bottom: 60px;
}

@media all and (max-width: 768px) {
  .product-wrap .product-cont .prod-depth02 {
    margin-bottom: 40px;
  }
}

.product-wrap .product-cont .prod-depth02 .prod-depth02-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -1px -1px 0 0;
}

.product-wrap .product-cont .prod-depth02 .prod-depth02-list li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 20%;
          flex: 1 0 20%;
  max-width: 20%;
}

@media all and (max-width: 768px) {
  .product-wrap .product-cont .prod-depth02 .prod-depth02-list li {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 33.33%;
            flex: 1 0 33.33%;
    max-width: 33.33%;
  }
}

.product-wrap .product-cont .prod-depth02 .prod-depth02-list li a {
  background: #e5e9eb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 0 5px;
  height: 70px;
  font-weight: 600;
  font-family: "Montserrat", "NanumSquare", sans-serif;
  color: #8f9297;
  margin: 1px 1px 0 0;
  line-height: 1.2;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media all and (max-width: 1024px) {
  .product-wrap .product-cont .prod-depth02 .prod-depth02-list li a {
    height: 60px;
    font-size: 14px;
  }
}

@media all and (max-width: 768px) {
  .product-wrap .product-cont .prod-depth02 .prod-depth02-list li a {
    font-size: 13px;
  }
}

.product-wrap .product-cont .prod-depth02 .prod-depth02-list li a:hover, .product-wrap .product-cont .prod-depth02 .prod-depth02-list li a.on {
  color: #fff;
  background: #0071bb;
}

.product-wrap .product-cont .prod-depth03 {
  margin-bottom: 40px;
}

@media all and (max-width: 768px) {
  .product-wrap .product-cont .prod-depth03 {
    margin-bottom: 30px;
  }
}

.product-wrap .product-cont .prod-depth03 .prod-depth03-list {
  text-align: center;
}

@media all and (max-width: 1024px) {
  .product-wrap .product-cont .prod-depth03 .prod-depth03-list {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

.product-wrap .product-cont .prod-depth03 .prod-depth03-list li {
  display: inline-block;
  vertical-align: middle;
  padding: 7px 15px;
  position: relative;
  line-height: 1;
}

.product-wrap .product-cont .prod-depth03 .prod-depth03-list li a {
  color: #888;
  font-size: 1.125em;
}

@media all and (max-width: 1280px) {
  .product-wrap .product-cont .prod-depth03 .prod-depth03-list li a {
    font-size: 1.063em;
  }
}

.product-wrap .product-cont .prod-depth03 .prod-depth03-list li a:hover, .product-wrap .product-cont .prod-depth03 .prod-depth03-list li a.on {
  color: #222;
  font-weight: 600;
}

.product-wrap .product-cont .prod-depth03 .prod-depth03-list li + li:before {
  content: '';
  position: absolute;
  left: -2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #ccc;
  width: 1px;
  height: 14px;
  position: absolute;
}

.product-wrap .product-cont .prod-board .prod-board-list {
  margin: -20px -4% 0 0;
}

@media all and (max-width: 1024px) {
  .product-wrap .product-cont .prod-board .prod-board-list {
    margin: -15px -20px 0 0;
  }
}

@media all and (max-width: 500px) {
  .product-wrap .product-cont .prod-board .prod-board-list {
    margin: -10px -5px 0 0;
  }
}

.product-wrap .product-cont .prod-board .prod-board-list .item {
  padding: 20px 4% 0 0;
}

@media all and (max-width: 1024px) {
  .product-wrap .product-cont .prod-board .prod-board-list .item {
    padding: 15px 20px 0 0;
  }
}

@media all and (max-width: 500px) {
  .product-wrap .product-cont .prod-board .prod-board-list .item {
    padding: 10px 5px 0 0;
  }
}

.product-wrap .product-cont .prod-board .prod-board-view .view-cont1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media all and (max-width: 768px) {
  .product-wrap .product-cont .prod-board .prod-board-view .view-cont1 {
    display: block;
  }
}

.product-wrap .product-cont .prod-board .prod-board-view .view-cont1 .img-bx {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 480px;
          flex: 1 0 480px;
  max-width: 480px;
}

@media all and (max-width: 1280px) {
  .product-wrap .product-cont .prod-board .prod-board-view .view-cont1 .img-bx {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 380px;
            flex: 1 0 380px;
    max-width: 380px;
  }
}

@media all and (max-width: 1024px) {
  .product-wrap .product-cont .prod-board .prod-board-view .view-cont1 .img-bx {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 320px;
            flex: 1 0 320px;
    max-width: 320px;
  }
}

@media all and (max-width: 768px) {
  .product-wrap .product-cont .prod-board .prod-board-view .view-cont1 .img-bx {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    max-width: 100%;
  }
}

.product-wrap .product-cont .prod-board .prod-board-view .view-cont1 .img-bx .img_src {
  padding-top: 100%;
}

.product-wrap .product-cont .prod-board .prod-board-view .view-cont1 .img-bx .prod-slider-thum {
  margin: 10px auto 0;
  width: 42%;
}

.product-wrap .product-cont .prod-board .prod-board-view .view-cont1 .img-bx .prod-slider-thum li {
  margin: 0 5px;
  position: relative;
}

.product-wrap .product-cont .prod-board .prod-board-view .view-cont1 .img-bx .prod-slider-thum li.slick-current:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 3px solid #0071bb;
  z-index: 1;
}

.product-wrap .product-cont .prod-board .prod-board-view .view-cont1 .info-bx {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 8%;
}

@media all and (max-width: 1280px) {
  .product-wrap .product-cont .prod-board .prod-board-view .view-cont1 .info-bx {
    padding-left: 4%;
  }
}

@media all and (max-width: 768px) {
  .product-wrap .product-cont .prod-board .prod-board-view .view-cont1 .info-bx {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    padding: 25px 0 0;
  }
}

.product-wrap .product-cont .prod-board .prod-board-view .view-cont1 .info-bx .prod-title {
  color: #0071bb;
  font-size: 1.875em;
  font-weight: 700;
  margin-bottom: 20px;
}

@media all and (max-width: 1280px) {
  .product-wrap .product-cont .prod-board .prod-board-view .view-cont1 .info-bx .prod-title {
    font-size: 1.688em;
  }
}

.product-wrap .product-cont .prod-board .prod-board-view .view-cont1 .info-bx .prod-txt {
  margin-bottom: 40px;
}

@media all and (max-width: 1024px) {
  .product-wrap .product-cont .prod-board .prod-board-view .view-cont1 .info-bx .prod-txt {
    margin-bottom: 30px;
  }
}

.product-wrap .product-cont .prod-board .prod-board-view .view-cont1 .info-bx .prod-txt li {
  color: #8d8d8d;
}

.product-wrap .product-cont .prod-board .prod-board-view .view-cont1 .info-bx .prod-simple-txt {
  border-top: 1px solid #e5e5e5;
  padding-top: 40px;
  color: #8d8d8d;
  line-height: 1.7;
}

@media all and (max-width: 1024px) {
  .product-wrap .product-cont .prod-board .prod-board-view .view-cont1 .info-bx .prod-simple-txt {
    padding-top: 30px;
    line-height: 1.6;
  }
}

.product-wrap .product-cont .prod-board .prod-board-view .view-cont-detail {
  border: 1px solid #ccc;
  margin-top: 80px;
  padding: 40px 40px 50px;
}

@media all and (max-width: 1024px) {
  .product-wrap .product-cont .prod-board .prod-board-view .view-cont-detail {
    margin-top: 60px;
    padding: 30px 25px 35px;
  }
}

@media all and (max-width: 768px) {
  .product-wrap .product-cont .prod-board .prod-board-view .view-cont-detail {
    margin-top: 40px;
  }
}

.product-wrap .product-cont .prod-board .prod-board-view .view-cont-detail .tit {
  font-weight: 800;
  margin-bottom: 15px;
  font-size: 1.250em;
}

@media all and (max-width: 768px) {
  .product-wrap .product-cont .prod-board .prod-board-view .view-cont-detail .tit {
    font-size: 1.188em;
    margin-bottom: 10px;
  }
}

.product-wrap .product-cont .prod-board .prod-board-view .view-cont-detail .detail-txt {
  font-size: 15px;
  line-height: 1.7;
  color: #666;
}

@media all and (max-width: 768px) {
  .product-wrap .product-cont .prod-board .prod-board-view .view-cont-detail .detail-txt {
    font-size: 13px;
    line-height: 1.6;
  }
}

/* 팝업 */
.pop-con {
  width: 100%;
  max-width: 1200px;
  padding: 0;
  background: #fff;
}

.pop-con.w_auto {
  width: auto;
  max-width: 100%;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 12px 20px rgba(153, 153, 153, 0.4);
          box-shadow: 0 12px 20px rgba(153, 153, 153, 0.4);
}

.pop-con.w_auto .mfp-close {
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/icon/close_i_b.png) no-repeat center !important;
  background-size: 18px !important;
}

.pop-con.w_auto .tbl_st1 {
  max-width: 600px;
  width: 100%;
}

.pop-con.w8 {
  max-width: 800px;
}

.pop-con.video {
  max-width: 800px;
  background: none;
}

.pop-con.video .videoWrap {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}

.pop-con.video .videoWrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.pop-con .pop-content {
  padding: 40px 50px 45px;
  position: relative;
}

@media all and (max-width: 768px) {
  .pop-con .pop-content {
    padding: 30px 20px 35px;
  }
}

.pop-con .pop-tit {
  border-bottom: 1px solid #ddd;
  font-size: 1.125em;
  font-weight: 700;
  padding: 22px 50px 22px 30px;
  text-align: left;
  position: relative;
}

/* 2020-05-20 ysb tab추가 */
.tab-st1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 1px;
  margin-bottom: 40px;
}

.tab-st1 li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 33.33%;
          flex: 1 0 33.33%;
  max-width: 33.33%;
}

.tab-st1 li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 65px;
  border: 1px solid #ddd;
  font-size: 1.125em;
  margin-left: -1px;
}

@media all and (max-width: 768px) {
  .tab-st1 li a {
    height: 50px;
    font-size: 1em;
  }
}

.tab-st1 li a.on {
  color: #fff;
  border-color: #0071bb;
  background: #0071bb;
}
/*# sourceMappingURL=style.css.map */