@charset "UTF-8";
/*
CSS파일 직접 수정 금지...
SCSS 이용해서 수정해야함
*/
#nt_body {
  padding: 0px;
}

main {
  /*
  @include media(991px){
       article { padding: 70px 0;}
  }
  @include media(576px){
       article { padding: 60px 0;}
  }
  */
}

.clients .nt-container-main{max-width:1300px;}
main article {
  position: relative;
  padding: 0px 0;
}

.prod .nt-container {
  padding: 0;
}

.prod .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  min-height: 847px;
}
.prod .wrap .prod-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 60px;
  width: 395px;
  -webkit-transition: 1s;
  transition: 1s;
}
.prod .wrap .prod-title .txt {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding: 120px 0px;
  height: 900px;
}
.prod .wrap .prod-title .txt h2 {
  position: relative;
  z-index: 2;
  line-height: 1.2;
  font-size: 45px;
  font-weight: 700;
  color: #000;
}
.prod .wrap .prod-title .txt p {
  margin-top: 35px;
  font-weight: 400;
  line-height: 1.5;
  font-size: 20px;
  color: #333;
}
.prod .wrap .prod-title .txt a {
  position: absolute;
  left: 68px;
  bottom: 100px;
  display: block;
  padding: 11px 30px;
  width: 240px;
  font-size: 20px;
  color: #fff;
  background-color: #014e43;
  border: 1px solid #014e43;
  text-align: center;
}
.prod .wrap .prod-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 630px;
  -webkit-transition: 1s;
  transition: 1s;
  border-left: 1px solid #e1e1e1;
}
.prod .wrap .prod-content .img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  text-align: right;
}
.prod .wrap .prod-content .img img {
  width: 100%;
}
.prod .wrap .prod-content .txt {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-left: 70px;
}
.prod .wrap .prod-content .txt span {
  position: relative;
  z-index: 3;
  display: block;
  padding: 110px 0 40px;
  font-weight: 500;
  font-size: 45px;
  color: #ccc;
}
.prod .wrap .prod-content .txt h3 {
  position: relative;
  z-index: 3;
  padding: 0px 0 110px;
  font-size: 35px;
  font-weight: 700;
  color: #000;
  line-height: 1;
}
.prod .wrap .prod-content .txt h4 {
  position: relative;
  z-index: 3;
  display: none;
  width: 140px;
  font-weight: 700;
  line-height: 1.5;
  font-size: 30px;
  color: #fff;
}
.prod .wrap .prod-content .txt p {
  position: relative;
  z-index: 3;
  display: none;
  font-weight: 400;
  line-height: 2;
  font-size: 20px;
  color: #fff;
}
.prod .wrap .prod-content .txt a.more {
  z-index: 3;
  display: none;
  text-align: center;
}
.prod .wrap .prod-content .prod-menu {
  display: none;
}
.prod .wrap .prod-content:hover {
  position: relative;
}
.prod .wrap .prod-content:hover .img {
  display: none;
}
.prod .wrap .prod-content:hover .prod-menu {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: url("/img/hana/prod-menu-bg.png") no-repeat right top;
  background-size: cover;
}
.prod .wrap .prod-content:hover .txt {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-left: 70px;
}
.prod .wrap .prod-content:hover .txt span {
  color: #fff;
}
.prod .wrap .prod-content:hover .txt h3 {
  color: #fff;
}
.prod .wrap .prod-content:hover .txt h3 a {
  color: #fff;
}
.prod .wrap .prod-content:hover .txt a.more {
  position: absolute;
  right: 68px;
  bottom: 100px;
  display: block;
  padding: 11px 30px;
  width: 180px;
  font-size: 18px;
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
}
.prod .wrap .prod-content:hover .txt h4 {
  display: block;
}
.prod .wrap .prod-content:hover .txt p {
  display: block;
}
.prod .wrap .prod-content:hover .txt p a {
  color: #fff;
}
.prod .prod-dot {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  margin: 0 -4px;
}
.prod .prod-dot li {
  margin: 0 4px;
  width: 13px;
  height: 13px;
  background: #c9c9c9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.prod .prod-dot li.on, .prod .prod-dot li:hover {
  background: #38489e;
}
@media (max-width: 1340px) {
  .prod .wrap {
    min-height: 360px;
  }
  .prod .wrap .prod-title {
    padding-left: 20px;
    width: 395px;
    -webkit-transition: 1s;
    transition: 1s;
  }
  .prod .wrap .prod-title .txt {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 120px 0px;
    height: 900px;
  }
  .prod .wrap .prod-title .txt h2 {
    font-size: 40px;
  }
  .prod .wrap .prod-title .txt p {
    margin-top: 30px;
    font-size: 17px;
  }
  .prod .wrap .prod-title .txt a {
    left: 30px;
    bottom: 100px;
    padding: 11px 20px;
    width: 180px;
    font-size: 17px;
  }
  .prod .wrap .prod-content .txt span {
    padding: 108px 0 35px;
    font-size: 40px;
  }
  .prod .wrap .prod-content .txt h3 {
    font-size: 30px;
  }
  .prod .wrap .prod-content .txt h4 {
    font-size: 26px;
  }
  .prod .wrap .prod-content .txt p {
    font-size: 17px;
    text-align: left;
  }
  .prod .wrap .prod-content:hover .txt a.more {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .prod .wrap {
    min-height: 360px;
  }
  .prod .wrap .prod-title {
    padding-left: 20px;
    width: 395px;
    -webkit-transition: 1s;
    transition: 1s;
  }
  .prod .wrap .prod-title .txt {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 120px 0px;
    height: 750px;
  }
  .prod .wrap .prod-title .txt h2 {
    font-size: 35px;
  }
  .prod .wrap .prod-title .txt p {
    margin-top: 30px;
    font-size: 15px;
  }
  .prod .wrap .prod-title .txt a {
    left: 30px;
    bottom: 100px;
    padding: 11px 20px;
    width: 180px;
    font-size: 15px;
  }
  .prod .wrap .prod-content .txt span {
    padding: 100px 0 35px;
    font-size: 35px;
  }
  .prod .wrap .prod-content .txt h3 {
    font-size: 25px;
  }
  .prod .wrap .prod-content .txt h4 {
    font-size: 21px;
  }
  .prod .wrap .prod-content .txt p {
    font-size: 15px;
  }
  .prod .wrap .prod-content:hover .txt a.more {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .prod .nt-container-main {
    padding: 0 0;
  }
  .prod .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    min-height: auto;
  }
  .prod .wrap .prod-title {
    width: 100%;
  }
  .prod .wrap .prod-title .txt {
    height: auto;
    padding: 40px 0px 50px;
  }
  .prod .wrap .prod-title .txt h2 {
    padding: 0 0 20px;
  }
  .prod .wrap .prod-title .txt h2 br {
    display: none;
  }
  .prod .wrap .prod-title .txt a {
    position: relative;
    left: 0;
    bottom: 0;
    margin-top: 30px;
    width: 200px;
    padding: 8px 30px;
    font-size: 15px;
  }
  .prod .wrap .prod-title .txt p {
    margin-top: 5px;
  }
  .prod .wrap .prod-title .txt .p1 br {
    display: none;
  }
  .prod .wrap .prod-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    border-left: 0;
    border-top: 1px solid #cccccc;
  }
  .prod .wrap .prod-content .img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    overflow: hidden;
    position: relative;
    width: calc(100% - 200px);
    max-width: 630px;
    height: 480px;
    padding: 0;
    margin: 0;
    max-width: 660px;
  }
  .prod .wrap .prod-content .img img {
    position: absolute;
    right: 0;
    bottom: 0;
    height: calc(100% - 30px);
    width: auto;
  }
  .prod .wrap .prod-content .txt {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 200px;
    height: 220px;
    padding-top: 20px;
    padding-left: 20px;
    text-align: left;
  }
  .prod .wrap .prod-content .txt .menu-box.flex {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .prod .wrap .prod-content .txt span {
    padding: 50px 0 20px;
    font-size: 40px;
  }
  .prod .wrap .prod-content .txt h3 {
    padding: 0 0 80px;
    font-size: 30px;
  }
  .prod .wrap .prod-content .txt .p2 {
    padding: 20px 0 40px;
  }
  .prod .wrap .prod-content .txt a.more {
    margin: 0 auto;
  }
  .prod .wrap .prod-content:hover {
    nposition: relative;
  }
  .prod .wrap .prod-content:hover .img {
    display: block;
  }
  .prod .wrap .prod-content:hover .prod-menu {
    display: none;
  }
  .prod .wrap .prod-content:hover .txt {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-left: 20px;
  }
  .prod .wrap .prod-content:hover .txt span {
    color: #ccc;
  }
  .prod .wrap .prod-content:hover .txt h3 {
    color: #000;
  }
  .prod .wrap .prod-content:hover .txt h3 a {
    color: #000;
  }
  .prod .wrap .prod-content:hover .txt a.more {
    display: none;
  }
  .prod .wrap .prod-content:hover .txt h4 {
    display: none;
  }
  .prod .wrap .prod-content:hover .txt p {
    display: none;
  }
  .prod .prod-dot {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px;
  }
}
@media (max-width: 576px) {
  .prod .wrap .prod-title {
    padding-left: 20px;
  }
  .prod .wrap .prod-title .txt {
    height: auto;
    padding: 50px 0px;
  }
  .prod .wrap .prod-title .txt h2 {
    font-size: 27px;
  }
  .prod .wrap .prod-title .txt p {
    margin-top: 0px;
    font-size: 16px;
  }
  .prod .wrap .prod-title .txt a {
    position: relative;
    left: 0;
    bottom: 0;
    margin-top: 30px;
    width: 200px;
    padding: 8px 30px;
    font-size: 15px;
  }
  .prod .wrap .prod-content .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    width: calc(100% - 160px);
    height: 250px;
  }
  .prod .wrap .prod-content .txt {
    width: 160px;
    padding: 0 20px;
  }
  .prod .wrap .prod-content .txt span {
    padding: 45px 0 20px;
    font-size: 25px;
  }
  .prod .wrap .prod-content .txt h3 {
    padding: 0 0 15px;
    font-size: 20px;
  }
}
@media (max-width: 440px) {
  .prod .wrap .prod-content .txt span {
    padding: 45px 0 20px;
    font-size: 18px;
  }
  .prod .wrap .prod-content .txt h3 {
    padding: 0 0 15px;
    font-size: 23px;
  }
}

.clients {
  padding: 150px 0;
  background: url("/img/hana/client-bg.jpg") no-repeat right top;
  background-size: cover;
}
.clients .wrap {
  padding: 45px 0;
}
.clients a.more {
  display: inline-block;
  position: relative;
  padding: 15px 100px;
  margin: 0 auto;
  border: 1px solid #fff;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.clients h2 {
  padding: 20px;
  position: relative;
  font-size: 25px;
  font-weight: 500;
  text-align: center;
  color: #fff;
}
.clients p {
  padding: 20px;
  position: relative;
  font-size: 60px;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
@media (max-width: 1199px) {
  .clients .wrap {
    padding: 60px 0;
  }
  .clients h2 {
    padding: 10px;
    font-size: 22px;
  }
  .clients p {
    padding: 10px;
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  .clients .wrap {
    padding: 60px 0;
  }
  .clients h2 {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  .clients .wrap {
    padding: 20px 0;
  }
  .clients a.more {
    padding: 15px 80px;
    font-size: 15px;
  }
  .clients h2 {
    font-size: 15px;
  }
  .clients p {
    padding: 0 10px 10px;
    font-size: 30px;
  }
}

@media (max-width: 1199px) {
  .clients {
    padding: 120px 0;
  }
}
@media (max-width: 991px) {
  .clients {
    padding: 100px 0;
  }
}
@media (max-width: 576px) {
  .clients {
    padding: 50px 0;
  }
}
/*
.quick { padding: 50px 0 ; background: #f9f9f9;
    li { flex:1;  padding: 0 20px 25px; border-right: 1px solid #e1e1e1;
        a {
            h2 { position: relative; margin: 0 0  40px; font-size: 18px; font-weight: 700; color: #111; transition: 0.3s;
                i { position: absolute; right: 10px; top: 50%; transform: translateY(-50%); font-size: 22px; transition: 0.3s}
            }
            p { font-size: 14px; line-height: 1.7142; color: #999;  }
            &:hover h2 { color: $primary-color;}
            &:hover h2 i{ right: 0; color: $primary-color; }
        }
        &:last-of-type { border-right: 0; }
    }
    @include media(991px){
        ul { margin: 0 -10px;
        li { padding:  0 10px 25px;
            a {
                h2 { margin: 0 0 20px; font-size: 18px; }
                p { line-height: 1.5;
                    br { display: none;}
                }
            }
        }
        }
    }
    @include media(768px){
        padding: 40px 0;
        ul{
            li { padding:  0 10px 20px;
                a {
                    h2 { margin: 0 0 15px; font-size: 16px;
                        i { display: none;}
                     }
                }
            }
        }
    }
    @include media(576px){
        ul{ flex-wrap:wrap;
            li { flex:auto; padding:  20px 10px;  width: 50%; border-bottom: 1px solid #e1e1e1;
                &:nth-of-type(n+3) { border-bottom: 0;}
            }
        }
    }
}
*//*# sourceMappingURL=main.css.map */
