@media all and (min-width: 992px) {
  .mo {
    display: none !important;
  }
}
@media all and (max-width: 991px) {
  .pc {
    display: none !important;
  }
}
.inner {
  padding: 5.8em 0;
}

h2.tit {
  font-size: 1.75em;
  font-weight: 700;
}

h3.txt {
  margin: 1.75em 0 0;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.4;
}

.btn__more {
  font-size: 1em;
  color: #FF825A;
  font-weight: 500;
}

.section__kv .slick-box {
  width: 100%;
}
.section__kv .slick-slider {
  margin-bottom: 0;
}
.section__kv .slick-slide {
  width: 100vw !important;
  height: auto;
}
.section__kv .slick-slide img {
  width: 100%;
  height: 100%;
}
.section__kv .slick-dots {
  position: absolute;
  bottom: 44px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 0 10px;
  align-items: center;
  justify-content: center;
}
.section__kv .slick-dots li {
  width: 10px;
  height: 10px;
  padding: 0;
  background: #FFF;
  opacity: 40%;
  margin: 0;
  border-radius: 100%;
  cursor: pointer;
}
.section__kv .slick-dots li.slick-active {
  opacity: 80%;
}
.section__kv .slick-dots button {
  display: none;
}
.section__intro {
  background: #151515;
}
.section__intro .inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.section__intro .left {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 144px 0;
}
.section__intro .left .logo {
  width: 195px;
  height: auto;
}
.section__intro .txt {
  font-size: 1.4em;
  color: #FFF;
}
.section__intro .txt b {
  color: #FF825A;
}
.section__prd {
  /*
  .prd {
      &__list {
          margin: 77px 0 0;
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          justify-content: center;
          gap: 40px;

          &__item {
              width: 580px;
              aspect-ratio: 580/375;
              overflow: hidden;
              position: relative;
              border-radius: 20px;

              .img {
                  width: 100%;
                  height: 100%;
                  transition: all 0.6s;
              }
              .hover {
                  position: absolute;
                  left: 0;
                  top: 0;
                  width: 100%;
                  height: 100%;
                  background: rgba(0,0,0,0.2);
                  display: flex;
                  align-items: center;
                  justify-content: center;
                  text-align: center;
                  font-size: 1.25em;
                  font-weight: 500;
                  color: #FFF;
                  opacity: 0;
                  transition: all 0.4s;
              }

              &:hover {
                  .img {
                      transform: scale(1.1);
                  }
                  .hover {
                      opacity: 1;
                  }
              }
          }
      }
  }
  */
}
.section__prd .btn__more {
  display: table;
  margin: 0 auto;
  margin-top: 77px;
}
.section__info {
  background: #F8F8F8;
}
.section__info__article {
  margin: 77px 0 0;
  display: flex;
  align-items: first baseline;
  justify-content: space-between;
}
.section__info__article .address {
  width: 44%;
}
.section__info__article h3 {
  font-size: 1em;
  color: #FF825A;
  font-weight: 500;
}
.section__info__article p {
  margin: 5px 0 0;
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.4;
}
.section__info__article p a {
  text-decoration: underline;
}
.section__info__map {
  margin: 77px 0 0;
}
.section__info__map .root_daum_roughmap_landing {
  width: 100% !important;
}
.section__strategy img, .section__group img {
  display: block;
  margin: 0 auto;
  margin-top: 77px;
  max-width: 100%;
}
.section__work {
  background: #F8F8F8;
}
.section__work article {
  margin: 77px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 30px;
}
.section__work article .item {
  flex: 1;
  border-radius: 20px;
  overflow: hidden;
  background: #FFF;
}
.section__work article .item img {
  aspect-ratio: 379/370;
}
.section__work article .item .con {
  height: 194px;
  padding: 25px 0 0;
  text-align: center;
}
.section__work article .item .con h4 {
  color: #FF825A;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.6;
}
.section__work article .item .con .txt {
  margin: 8px 0 15px;
  font-size: 1em;
  font-weight: 400;
}
.section__work article .item .con a {
  color: #FF825A;
  font-size: 0.85em;
  font-weight: 400;
}
.section__group {
  background: #F8F8F8;
}
.section__loca {
  position: relative;
  width: 100%;
  height: 1099px;
}
.section__loca__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section__loca__article {
  margin: 70px 0 0;
}
.section__loca .tab {
  margin: 0 0 1.5em;
  display: flex;
  align-items: center;
  gap: 1.2em;
  font-size: 1.1em;
  font-weight: 700;
  color: #ccc;
}
.section__loca .tab li {
  cursor: pointer;
  transition: all ease 0.15s;
}
.section__loca .tab .on {
  color: #FF825A;
}
.section__loca .tabcont {
  display: none;
  gap: 1.8em 0;
}
.section__loca .tabcont.on {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.section__loca .tabcont img {
  width: 25em;
  height: auto;
}
.section__loca .tabcont p {
  margin: 1em 0 0;
  font-size: 1em;
  font-weight: 500;
  word-break: break-word;
}
.section__loca .tabbg {
  display: block;
  opacity: 0;
  position: absolute;
  width: 1920px;
  height: auto;
  aspect-ratio: 1920/1099;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all ease 0.2s;
}
.section__loca .tabbg.on {
  opacity: 1;
}

#sub_content.about, #sub_content.contact {
  margin-top: 0;
  margin-bottom: -80px;
}
#sub_content.about .section__info, #sub_content.contact .section__info {
  background: #FFF;
}

@media all and (max-width: 991px) {
  h2.tit {
    font-size: 2.5em;
    text-align: center;
  }
  h3.txt {
    text-align: center;
  }
  .btn__more {
    font-size: 20px !important;
  }
  .container {
    width: 90%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .section__intro .inner {
    flex-direction: column;
    text-align: center;
  }
  .section__intro .left {
    width: 100%;
    align-items: center;
    margin: 0 0 2.25em;
  }
  .section__intro .txt {
    font-size: 1.3em;
    width: 100%;
  }
  .section__prd .btn__more {
    display: table;
    margin: 0 auto;
    margin-top: 77px;
  }
  .section__info__article {
    margin: 40px 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    gap: 42px 33px;
  }
  .section__info__article .address {
    width: 100%;
  }
  .section__info__map {
    margin: 40px 0 0;
  }
  .section__strategy img, .section__group img {
    margin-top: 54px;
  }
  .section__work article {
    margin: 42px 0 0;
    flex-direction: column;
    gap: 48px 0;
  }
  .section__work article .item {
    max-width: 100%;
  }
  .section__work article .item img {
    aspect-ratio: 379/370;
  }
  .section__work article .item .con {
    height: auto;
    padding: 25px 0;
  }
  .section__loca {
    height: auto;
  }
  .section__loca__bg {
    display: none;
  }
  .section__loca__article {
    margin: 0;
    text-align: center;
  }
  .section__loca h4 {
    margin-top: 38px;
    font-size: 1em;
    color: #FF825A;
    padding: 0 0 4.5333333333vw;
    position: relative;
  }
  .section__loca .tabcont {
    gap: 1.8em 0;
  }
  .section__loca .tabcont > div {
    width: 100%;
  }
  .section__loca .tabcont.on {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .section__loca .tabcont img {
    width: 100%;
  }
  .section__loca .tabcont span {
    color: #FF825A;
  }
}