.red {
  color: #e20700;
}

.orange {
  color: #ff9600;
}

#nt_body {
  padding-bottom: 0;
}

main > div {
  padding: 7rem 0;
}
@media (max-width: 576px) {
  main > div {
    padding: 7rem 0;
  }
}
main > div .header {
  text-align: center;
  padding-bottom: 70px;
}
main > div .header .h2 {
  padding: 5rem 0 2rem;
  font-size: 4.5rem;
  line-height: 1.2;
  font-weight: 700;
  background: url(/img/hk/ico_marker1.png) no-repeat center top;
}
main > div .header p {
  color: #282828;
}
main > div .header p b {
  font-weight: 400;
}
@media (max-width: 576px) {
  main > div .header {
    padding-bottom: 6rem;
  }
}

.business .wrap {
  background: #f2f2f2;
}
.business .wrap .img {
  flex: 1;
  background: url(/img/hk/main_business1.png) no-repeat center/cover;
}
@media (max-width: 768px) {
  .business .wrap .img {
    flex: auto;
    height: 30rem;
  }
}
.business .wrap .txt {
  width: 50%;
  padding: 9.5rem 10rem;
}
.business .wrap .txt .h3 {
  padding: 0;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
}
.business .wrap .txt p {
  padding: 3.5rem 0 4.5rem;
  font-size: 2rem;
}
.business .wrap .txt a {
  display: inline-block;
  padding: 1rem 5.8rem;
  border: 1px solid #ccc;
  transition: 0.3s;
}
.business .wrap .txt a:hover {
  background: rgba(0, 0, 0, 0.1);
}
@media (max-width: 1500px) {
  .business .wrap .txt {
    padding: 9.5rem 1rem 9.5rem 5rem;
  }
}
@media (max-width: 1200px) {
  .business .wrap .txt {
    padding: 9.5rem 2rem 9.5rem 3rem;
  }
}
@media (max-width: 991px) {
  .business .wrap .txt {
    padding: 8rem 2rem 8rem 3rem;
  }
  .business .wrap .txt p {
    font-size: 1.8rem;
  }
  .business .wrap .txt a {
    padding: 1rem 5rem;
  }
}
@media (max-width: 768px) {
  .business .wrap .txt {
    padding: 5rem 3rem 6rem;
    width: 100%;
  }
  .business .wrap .txt p {
    padding: 3rem 0 4rem;
  }
  .business .wrap .txt a {
    padding: 1rem 4rem;
    font-size: 1.6rem;
  }
}
@media (max-width: 440px) {
  .business .wrap .txt {
    padding: 5rem 2rem 6rem;
    width: 100%;
  }
  .business .wrap .txt p {
    padding: 2.5rem 0 4rem;
  }
}
.business .wrap:nth-of-type(2) {
  flex-direction: row-reverse;
}
.business .wrap:nth-of-type(2) .img {
  background-image: url(/img/hk/main_business2.png);
}
.business .wrap:nth-of-type(2) .txt {
  text-align: right;
}
@media (min-width: 1201px) and (max-width: 1500px) {
  .business .wrap:nth-of-type(2) .txt {
    padding: 9.5rem 5rem 9.5rem 1rem;
  }
}
@media (max-width: 1200px) {
  .business .wrap:nth-of-type(2) .txt {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .business .wrap {
    flex-direction: column !important;
  }
}



.business a {
    display: flex
;
    justify-content: center;
    align-items: center;
    flex: 1;
    position: relative;
    height: 100vh;
    min-height: 60rem;
    background: no-repeat center / cover;
    transition: .3s;
}
.business {padding-bottom: 0!important}
.business a{display:flex;justify-content:center;align-items:center;flex:1;position:relative;height:100vh;min-height:60rem;background:no-repeat center/cover;transition:.3s}
.business a:nth-of-type(1){background-image:url(/img/hk/back1.png)}
.business a:nth-of-type(2){background-image:url(/img/hk/back2.png)}
.business a:nth-of-type(3){background-image:url(/img/hk/back3.png)}
.business a .inner{position:relative;z-index:2;text-align:center;color:#fff}
.business a .inner .h2{font-size:4.5rem;font-weight:500;transition:.3s;line-height:1}
@media(max-width: 1200px){.business a .inner .h2{font-size:4rem}}.business a .inner p{padding:3.65rem 0 0}
.business a:after{content:"";display:block;position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.2);transition:.3s}
@media(min-width: 992px){.business a .more{opacity:0;height:0;transition:.3s}.business a:hover .inner .h2{font-weight:700;color:#1784ff}
.business a:hover .inner .more{opacity:1;margin-top:4.5625rem;height:6.5rem}
.business a:hover:after{background:rgba(0,0,0,.65)}}
@media(max-width: 991px){.business{flex-direction:column}.business a{flex:auto;height:44rem;min-height:auto}
.business a .inner p{padding-top:3rem}.business a .inner .more{opacity:1;margin-top:3.6rem}}.preinspection{display:flex}


.business .more { opacity: 0;height: 0;transition: 0.3s;     display: inline-flex
;  justify-content: center;
    align-items: center;
    width: 22rem;
    height: 6.5rem;
    width: 22rem;
    height: 6.5rem;
    color: #fff;
    border: 1px solid #fff;}
.business .more:hover .inner .h2{ font-weight: 700; color: $primaryColor;}
.business .more:hover .business .more{ opacity: 1;margin-top: 3.65rem ; height: 6.5rem;;}
.business .more:hover:after {background: rgba(0,0,0,.65);}


.blue{color:#1175aa}





.partner__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 3rem;
}
.partner__list li {
  display: block;
  border: 1px solid #e1e1e1;
}
.partner__list li a {
  pointer-events: none;
}
.partner__list li img {
  position: relative;
  max-width: 100%;
  transition: transform 0.3s;
}
.partner__list li:hover {
  border-style: dashed;
}
.partner__list li:hover img {
  transform: translate(8%, -15%);
  z-index: 10;
  border: 1px solid #e1e1e1;
}
@media (max-width: 991px) {
  .partner__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 768px) {
  .partner__list {
    gap: 2rem;
  }
}
@media (max-width: 600px) {
  .partner__list {
    gap: 1.5rem;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 440px) {
  .partner__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.location {
  background: #f7f9fd;
}

.location__content .map-wrap {
  flex: 1;
}
.location__content .map-wrap .map_border {
  display: none;
}
.location__content .txt {
  padding: 7rem 5rem 0;
  width: 42rem;
  height: 450px;
  background: #fff;
}
.location__content .txt .txt_tit {
  line-height: 1.5;
  font-size: 2.5rem;
  font-weight: 500;
}
.location__content .txt .info {
  margin-top: 2.5rem;
  padding-top: 2.5rem;
  border-top: 1px solid #ccc;
}
.location__content .txt .info .add {
  padding-bottom: 2.5rem;
  font-weight: 500;
}
.location__content .txt .info ul li {
  color: #999;
}
.location__content .txt .info ul li b {
  color: #111;
  font-weight: 400;
}
.location__content .txt .info ul li + li {
  padding-top: 0.5rem;
}
@media (max-width: 768px) {
  .location__content {
    flex-direction: column;
  }
  .location__content .map-wrap {
    overflow: hidden;
    position: relative;
    flex: auto;
    width: 100%;
    height: 30rem;
  }
  .location__content .map-wrap .root_daum_roughmap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .location__content .txt {
    padding: 6rem 3rem;
    height: auto;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .location__content .map-wrap {
    height: 25rem;
  }
  .location__content .txt {
    padding: 4rem 2rem;
  }
  .location__content .txt .info {
    margin-top: 2rem;
    padding-top: 2rem;
  }
  .location__content .txt .info .add {
    padding-bottom: 1.5rem;
  }
}

/*# sourceMappingURL=main.css.map */
