@charset "UTF-8";
.header .gnb .dep-01 {
  color: #000;
}

.inner {
  margin: 0 auto;
  padding: 0 4rem;
  max-width: 168rem;
  width: 100%;
  height: 100%;
}

.section {
  padding: 12rem 0;
}

.sec-tit-wrap {
  text-align: center;
  margin-bottom: 6rem;
}
.sec-tit-wrap .desc {
  margin-bottom: 2rem;
  line-height: 1.55;
  font-size: 1.8rem;
  font-family: "Pretendard", sans-serif;
}

.sec-bg {
  background-color: #eee;
}

.sec-tit {
  font-weight: 700;
  text-transform: uppercase;
}
.sec-tit.lg {
  font-size: 4rem;
  font-family: "Pretendard", sans-serif;
}
.sec-tit.sm {
  margin-bottom: 2rem;
  font-size: 3rem;
  font-family: "Poppins", sans-serif;
}
.sec-tit.xl {
  margin-bottom: 3rem;
  font-size: 5.6rem;
}
.sec-tit.xl + .desc {
  line-height: 1.5;
  font-size: 2rem;
  font-weight: 500;
}

/* 링크 버튼 */
.link-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0 1.6rem;
  width: -moz-fit-content;
  width: fit-content;
  height: 3.6rem;
  font-size: 1.6rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
  color: #fff;
}
.link-btn .fi::before {
  margin-left: 1rem;
  content: "\f105";
}

.desc-wrap {
  margin: 6rem auto 0;
  max-width: 100rem;
  text-align: center;
}
.desc-wrap .tit {
  position: relative;
  margin-bottom: 4.2rem;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #D4297F;
  text-transform: capitalize;
}
.desc-wrap .tit::after {
  position: absolute;
  left: 50%;
  bottom: -2.2rem;
  content: "";
  width: 2rem;
  height: 0.2rem;
  background-color: #D4297F;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.desc-wrap .desc {
  margin-bottom: 6rem;
  line-height: 1.6;
  font-size: 2rem;
  font-family: "Pretendard", sans-serif;
}
.desc-wrap .link-btn {
  background: linear-gradient(275deg, #D4297F -13.37%, #0B1B62 163.44%);
}

@media all and (max-width: 64rem) {
  .link-btn {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .inner {
    padding: 0 2rem;
  }
  .section {
    padding: 10rem 0;
  }
  .sec-tit-wrap {
    margin-bottom: 5rem;
  }
  .sec-tit-wrap .desc {
    font-size: 1.6rem;
  }
  .sec-tit.lg {
    font-size: 3.5rem;
  }
  .sec-tit.sm {
    font-size: 2.5rem;
  }
  .link-btn {
    height: 3rem;
    font-size: 1.2rem;
  }
  .desc-wrap {
    margin: 5rem auto 0;
  }
  .desc-wrap .desc {
    margin-bottom: 5rem;
    font-size: 1.6rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .section {
    padding: 8rem 0;
  }
  .sec-tit-wrap {
    margin-bottom: 4rem;
  }
  .sec-tit-wrap .desc {
    font-size: 1.4rem;
  }
  .sec-tit.lg {
    font-size: 2.6rem;
  }
  .sec-tit.sm {
    font-size: 2rem;
  }
  .desc-wrap {
    margin: 5rem auto 0;
  }
  .desc-wrap .desc {
    margin-bottom: 4rem;
    font-size: 1.4rem;
  }
}
.visual-wrap {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 86rem;
}

.visual {
  position: relative;
  width: 100%;
  height: 100%;
}
.visual .inner {
  z-index: 10;
  position: relative;
}
.visual .visual-txt-wrap {
  position: absolute;
  bottom: 10rem;
  font-family: "Pretendard", sans-serif;
  color: #fff;
}
.visual .visual-txt-wrap .sm-txt {
  margin-bottom: 1rem;
  font-size: 4.6rem;
  line-height: 1.2;
}
.visual .visual-txt-wrap .tit {
  margin-bottom: 5rem;
  line-height: 1.2;
  font-size: 5rem;
  font-weight: 700;
}
.visual .visual-txt-wrap .desc {
  margin-bottom: 4rem;
  line-height: 1.77;
  font-size: 1.8rem;
  font-weight: 600;
}
.visual .visual-txt-wrap .desc-2 {
  margin-bottom: 4rem;
  line-height: 1.66;
  font-size: 1.8rem;
  font-weight: 500;
  color: #000;
}
.visual .visual-txt-wrap .back-link-btn {
  padding: 0 0.8rem 0.8rem;
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
.visual .visual-txt-wrap .back-link-btn:hover {
  border-bottom: 1px solid #D4297F;
}
.visual .visual-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
}
.visual .visual-bg > * {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.visual .visual-bg.video {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(255, 255, 255, 0.06) 100%);
}

.visual.sub-1 .visual-txt-wrap, .visual.sub-2 .visual-txt-wrap, .visual.sub-4 .visual-txt-wrap {
  bottom: 12rem;
}
.visual.sub-1 .visual-txt-wrap .tit, .visual.sub-2 .visual-txt-wrap .tit, .visual.sub-4 .visual-txt-wrap .tit {
  text-transform: capitalize;
}
.visual.sub-2 .visual-txt-wrap .tit {
  font-weight: 800;
}

/* 로케이션 */
.location-wrap {
  position: absolute;
  left: 50%;
  bottom: 9.5rem;
  padding: 0 4rem;
  width: 100%;
  max-width: 168rem;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.location {
  display: flex;
  justify-content: flex-start;
}
.location li {
  margin-right: 5rem;
  padding: 0 0.8rem 0.8rem;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.location li.active {
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 1px solid #D4297F;
}

@media all and (min-width: 120.0625rem) {
  .visual-wrap {
    height: 90vh;
  }
}
@media all and (max-width: 85.375rem) {
  .visual-wrap {
    height: 90vh;
  }
}
@media all and (max-width: 63.9375rem) {
  .visual-wrap {
    height: 65rem;
  }
  .location-wrap {
    padding: 0 2rem;
  }
  .visual .visual-txt-wrap .sm-txt {
    font-size: 4rem;
  }
  .visual .visual-txt-wrap .tit {
    font-size: 4.5rem;
  }
  .visual .visual-txt-wrap .desc {
    font-size: 1.6rem;
  }
  .visual .visual-txt-wrap .back-link-btn {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .visual .visual-txt-wrap {
    bottom: 7rem;
  }
  .visual .visual-txt-wrap .sm-txt {
    font-size: 3rem;
  }
  .visual .visual-txt-wrap .tit {
    margin-bottom: 4rem;
    font-size: 4rem;
  }
  .visual .visual-txt-wrap .desc {
    margin-bottom: 3rem;
    font-size: 1.4rem;
  }
  .visual .visual-txt-wrap .desc-2 {
    margin-bottom: 3rem;
    font-size: 1.4rem;
  }
  .visual .visual-txt-wrap .back-link-btn {
    font-size: 1.2rem;
  }
}
/* About */
.about .sec-1 {
  background: linear-gradient(270deg, #FBEAF2 0%, #E7E9F0 100%);
}
.about .sec-1 .col-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.67;
  margin: 13rem 0;
}
.about .sec-1 .txt-wrap {
  flex-basis: 31.875%;
  font-size: 3rem;
}
.about .sec-1 .txt-wrap .tit {
  font-weight: 300;
}
.about .sec-1 .grid-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  flex: 1 1 0;
}
.about .sec-1 .grid-wrap .circle {
  overflow: hidden;
  position: relative;
  padding-bottom: 100%;
  width: 100%;
  height: 0;
  background: linear-gradient(270deg, #F5D4E5 0%, #D1D2E0 100%);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  border-radius: 100%;
}
.about .sec-1 .grid-wrap .circle::after {
  opacity: 0;
  z-index: -1;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 110%;
  height: 100%;
  background: linear-gradient(270deg, #EDAECE 0%, #A4A9C4 100%), linear-gradient(270deg, #F5D4E5 0%, #D1D2E0 100%);
}
.about .sec-1 .grid-wrap .circle .txt-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  text-align: center;
}
.about .sec-1 .grid-wrap .circle .txt-wrap > strong {
  margin-bottom: 1.5rem;
  font-size: 3.6rem;
  font-weight: 700;
}
.about .sec-1 .grid-wrap .circle .txt-wrap > span {
  font-size: 3.2rem;
}
.about .sec-1 .grid-wrap .circle:hover::after {
  opacity: 1;
  left: 0;
  top: 0;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
}
.about .sec-2 .col-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.9rem;
  margin-bottom: 17rem;
}
.about .sec-2 .col-wrap .item {
  position: relative;
  padding-bottom: 142.58%;
  height: 0;
}
.about .sec-2 .col-wrap .item .hover-el {
  position: absolute;
  left: 0;
  top: 12.7%;
  padding: 5rem;
  width: 100%;
  height: 87.3%;
  color: #000;
  background-image: url("../img/sub/about/txt_box.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: top 1s, background-image 1s, color 1s;
  -webkit-transition: top 1s, background-image 1s, color 1s;
  -moz-transition: top 1s, background-image 1s, color 1s;
  -ms-transition: top 1s, background-image 1s, color 1s;
  -o-transition: top 1s, background-image 1s, color 1s;
}
.about .sec-2 .col-wrap .item .item-tit {
  margin-bottom: 3rem;
  font-size: 2.4rem;
  font-weight: 700;
  font-family: "Pretendard", sans-serif;
}
.about .sec-2 .col-wrap .item .desc {
  margin-bottom: 2rem;
  line-height: 1.6;
  font-size: 1.6rem;
}
.about .sec-2 .col-wrap .item .link-btn {
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 1.4rem;
  font-weight: 500;
  color: #000;
  transition: color 0.5s;
}
.about .sec-2 .col-wrap .item.active .hover-el, .about .sec-2 .col-wrap .item:hover .hover-el {
  top: 0;
  color: #fff;
  background-image: url("../img/sub/about/txt_box_ho.png");
  transition: top 1s, background-image 1s, color 0.5s;
  -webkit-transition: top 1s, background-image 1s, color 0.5s;
  -moz-transition: top 1s, background-image 1s, color 0.5s;
  -ms-transition: top 1s, background-image 1s, color 0.5s;
  -o-transition: top 1s, background-image 1s, color 0.5s;
}
.about .sec-2 .col-wrap .item.active .link-btn, .about .sec-2 .col-wrap .item:hover .link-btn {
  color: #fff;
  font-weight: 300;
  transition: color 0.5s;
}
.about .sec-2 .mqs {
  margin: 11rem 0;
}
.about .sec-2 .swiper-wrapper {
  transition-timing-function: linear !important;
}
.about .sec-3 {
  height: 60rem;
  background-image: url("../img/main/sec-5-right.png"), url("../img/main/sec-5-left.png");
  background-position: right top, left bottom;
  background-repeat: no-repeat;
}
.about .sec-3 .sec-tit-wrap {
  text-align: left;
  font-family: "Pretendard", sans-serif;
}
.about .sec-3 .sec-tit-wrap .sec-tit {
  margin-bottom: 2rem;
  font-size: 3.6rem;
  font-weight: 700;
  text-transform: capitalize;
}
.about .sec-3 .sec-tit-wrap .desc {
  font-size: 2rem;
  font-weight: 600;
}
.about .sec-3 .download-btn {
  margin-top: 6rem;
  padding: 1.4rem 2rem;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2rem;
  font-weight: 600;
  font-family: "Pretendard", sans-serif;
  color: #fff;
  background: linear-gradient(270deg, rgba(212, 41, 127, 0.7) 0%, rgba(11, 27, 98, 0.7) 100%), #FFF;
}
.about .sec-3 .download-btn:hover {
  color: #D4297F;
  background: linear-gradient(270deg, rgba(212, 41, 127, 0.2) 0%, rgba(11, 27, 98, 0.2) 100%), #FFF;
}

@media all and (max-width: 85.375rem) {
  .about .sec-1 .txt-wrap {
    flex-basis: 28%;
    font-size: 2.5rem;
  }
  .about .sec-1 .grid-wrap .circle .txt-wrap > strong {
    font-size: 3rem;
  }
  .about .sec-1 .grid-wrap .circle .txt-wrap > span {
    font-size: 2.5rem;
  }
}
@media all and (max-width: 64rem) {
  .about .sec-1 .col-wrap {
    flex-wrap: wrap;
  }
  .about .sec-1 .col-wrap .txt-wrap {
    margin-bottom: 4rem;
    flex-basis: 100%;
  }
  .about .sec-1 .col-wrap .txt-wrap br:first-child {
    display: none;
  }
  .about .sec-2 .col-wrap .item .hover-el {
    padding: 3rem;
  }
  .about .sec-2 .col-wrap .item .item-tit {
    margin-bottom: 1rem;
    font-size: 2rem;
  }
  .about .sec-2 .col-wrap .item .desc {
    font-size: 1.4rem;
  }
  .about .sec-2 .col-wrap .item .link-btn {
    font-size: 1.2rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .about .sec-1 .col-wrap .circle .txt-wrap > strong {
    font-size: 2rem;
  }
  .about .sec-1 .col-wrap .circle .txt-wrap > span {
    font-size: 1.8rem;
  }
  .about .sec-2 .col-wrap {
    margin: 0 auto;
    max-width: 80%;
    grid-template-columns: repeat(2, 1fr);
  }
  .about .sec-2 .col-wrap .item .hover-el {
    padding: 3rem;
  }
  .about .sec-2 .col-wrap .item .item-tit {
    margin-bottom: 1rem;
    font-size: 2rem;
  }
  .about .sec-2 .col-wrap .item .desc {
    font-size: 1.4rem;
  }
  .about .sec-2 .col-wrap .item .link-btn {
    font-size: 1.2rem;
  }
  .about .sec-2 .mqs {
    margin: 7rem 0;
  }
  .about .sec-3 {
    background-size: 50%;
  }
  .about .sec-3 .sec-tit-wrap .sec-tit {
    font-size: 3rem;
  }
  .about .sec-3 .sec-tit-wrap .desc {
    padding-right: 20%;
    font-size: 1.6rem;
  }
  .about .sec-3 .download-btn {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .about .sec-1 .col-wrap {
    margin: 5rem 0;
    flex-direction: column;
  }
  .about .sec-1 .txt-wrap {
    font-size: 2rem;
  }
  .about .sec-1 .grid-wrap {
    width: 100%;
    grid-template-columns: 1fr;
  }
  .about .sec-1 .grid-wrap .circle {
    margin: 0 auto;
    padding-bottom: 0;
    width: 20rem;
    height: 20rem;
  }
  .about .sec-2 .col-wrap {
    grid-template-columns: 1fr;
  }
  .about .sec-2 .col-wrap .item .hover-el {
    padding: 5rem;
  }
  .about .sec-2 .col-wrap .item.active .hover-el, .about .sec-2 .col-wrap .item:hover .hover-el {
    top: 12.7%;
    transition: background-image 1s, color 0.5s;
    -webkit-transition: background-image 1s, color 0.5s;
    -moz-transition: background-image 1s, color 0.5s;
    -ms-transition: background-image 1s, color 0.5s;
    -o-transition: background-image 1s, color 0.5s;
  }
  .about .sec-3 .sec-tit-wrap .sec-tit {
    font-size: 2.5rem;
  }
  .about .sec-3 .sec-tit-wrap .desc {
    font-size: 1.4rem;
  }
  .about .sec-3 .download-btn {
    font-size: 1.4rem;
  }
}
/* 마케팅 */
.marketing .sec-1 {
  position: relative;
}
.marketing .sec-1::after {
  z-index: -1;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 28rem;
  background-color: #F5F5F5;
}
.marketing .sm-img-col-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(10rem, 25rem));
  gap: 2rem;
  justify-content: center;
  margin: 8rem 0 4rem;
  font-size: 0;
}
.marketing .sm-img-col-grid .figure {
  position: relative;
  display: block;
  width: 100%;
  height: 18rem;
}
.marketing .sm-img-col-grid .figure img {
  overflow: hidden;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}
.marketing .sm-img-col-grid .figure .figcaption {
  margin: 1.8rem 0 0;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "Pretendard", sans-serif;
  color: #000;
  text-transform: capitalize;
}
.marketing .sm-img-col-grid .figure:nth-of-type(even) {
  margin-top: 2rem;
}

.sv-card {
  margin: 12rem 0;
  font-family: "Pretendard", sans-serif;
}
.sv-card:first-child {
  margin-top: 0;
}
.sv-card .card-tit-wrap .card-tit {
  margin-bottom: 3rem;
  font-size: 5.6rem;
  font-weight: 700;
  text-transform: uppercase;
}
.sv-card .card-tit-wrap .desc {
  line-height: 1.5;
  font-size: 2rem;
  font-weight: 500;
}
.sv-card .col-wrap {
  display: flex;
  justify-content: space-between;
  margin: 6rem 0;
}
.sv-card .col-wrap:last-child {
  margin-bottom: 0;
}
.sv-card .img-wrap {
  width: 49.4%;
  max-width: 79rem;
}
.sv-card .txt-wrap {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 41%;
  height: 42rem;
  max-width: 65.5rem;
}
.sv-card .top-box {
  margin-bottom: 7rem;
  font-size: 2rem;
}
.sv-card .top-box .sub-tit {
  margin-bottom: 2rem;
  padding-left: 1rem;
  font-size: 1em;
  font-weight: 700;
  border-left: 2px solid var(--YMG_01, #D4297F);
}
.sv-card .top-box .bar {
  line-height: 1.75;
  font-size: 0.8em;
  font-weight: 300;
  font-family: "Pretendard", sans-serif;
  color: #000;
}
.sv-card .process {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
  font-family: "Poppins", sans-serif;
  color: #fff;
  background: var(--YMG-Gradient, linear-gradient(270deg, #D4297F 0%, #0B1B62 100%));
  font-size: 2rem;
}
.sv-card .process .left {
  font-size: 1em;
  font-weight: 700;
}
.sv-card .process .grid-wrap {
  font-size: 0.8em;
  font-weight: 500;
}
.sv-card .process .right {
  font-size: 1.6rem;
}
.sv-card .num-list {
  width: 100%;
  padding: 2rem 2rem 0;
  font-size: 0;
  font-family: "Pretendard", sans-serif;
}
.sv-card .num-list > div {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  font-size: 0;
}
.sv-card .num-list p {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 0.9rem;
  position: relative;
  line-height: 1.5;
  font-size: 1.6rem;
}
.sv-card .num-list p > sup {
  vertical-align: top;
  margin-right: 0.5rem;
  font-size: 0.7em;
  font-weight: 500;
  color: #D4297F;
}
.sv-card .num-list p > span {
  font-weight: 500;
}
.sv-card .num-list p:nth-of-type(even) {
  position: absolute;
  padding-left: 56%;
}
.sv-card .num-list svg {
  position: absolute;
  left: 40%;
  top: 0.5rem;
}

.marketing .section:last-child {
  padding-bottom: 3rem;
}
.marketing .sv-card:nth-of-type(3) .num-list svg {
  left: 42%;
}
.marketing .sv-card:nth-of-type(3) .num-list p:nth-of-type(even) {
  padding-left: 58.5%;
}
.marketing .sv-card:last-child .card-tit-wrap .card-tit {
  text-transform: none;
}
.marketing .sv-card:last-child .num-list svg {
  left: 50%;
}
.marketing .sv-card:last-child .num-list p:nth-of-type(even) {
  padding-left: 72.5%;
}
.marketing .sv-card .col-wrap {
  margin-bottom: 2rem;
}

@media all and (max-width: 85.375rem) {
  .sv-card .txt-wrap {
    width: 49%;
  }
  .sv-card .num-list p {
    line-height: 1.3;
  }
  .sv-card .num-list p:nth-of-type(even) {
    padding-left: 42%;
  }
  .sv-card .num-list svg {
    left: 36%;
  }
  .marketing .sv-card .txt-wrap {
    display: block;
  }
  .marketing .sv-card .txt-wrap .top-box {
    margin-bottom: 4rem;
  }
  .marketing .sv-card:nth-of-type(3) .num-list p:nth-of-type(even) {
    padding-left: 54%;
  }
  .marketing .sv-card:last-child .num-list p:nth-of-type(even) {
    padding-left: 68%;
  }
}
@media all and (max-width: 64rem) {
  .sv-card {
    margin: 8rem 0;
  }
  .sv-card .card-tit-wrap .card-tit {
    margin-bottom: 2rem;
    font-size: 4rem;
  }
  .sv-card .card-tit-wrap .desc {
    font-size: 1.8rem;
  }
  .sv-card .col-wrap {
    display: block;
    margin: 3rem 0;
  }
  .sv-card .img-wrap {
    margin-bottom: 2rem;
    width: 100%;
  }
  .sv-card .txt-wrap {
    width: 100%;
    max-width: none;
    height: auto;
  }
  .sv-card .num-list > div {
    display: block;
  }
  .sv-card .num-list p {
    line-height: 1.3;
  }
  .sv-card .num-list p:nth-of-type(even) {
    position: relative;
    padding-left: 0 !important;
  }
  .sv-card .num-list svg {
    display: none;
  }
}
@media all and (max-width: 47.9375rem) {
  .marketing .sm-img-col-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 25rem;
  }
  .sv-card {
    margin: 8rem 0;
  }
  .sv-card .card-tit-wrap .card-tit {
    font-size: 3rem;
  }
  .sv-card .card-tit-wrap .desc {
    font-size: 1.6rem;
  }
  .sv-card .process {
    display: block;
  }
  .sv-card .process > span {
    display: block;
    margin: 0.5rem 0;
  }
  .sv-card .top-box {
    margin-bottom: 5rem;
    font-size: 1.8rem;
  }
  .sv-card .num-list > div {
    display: block;
  }
  .sv-card .num-list p {
    margin-bottom: 1.5rem;
    line-height: 1.3;
    font-size: 1.4rem;
  }
  .sv-card .num-list p:nth-of-type(even) {
    position: relative;
    padding-left: 0 !important;
  }
  .sv-card .num-list p:nth-of-type(5), .sv-card .num-list p:last-child {
    margin-bottom: 1.5rem;
  }
  .sv-card .num-list svg {
    display: none;
  }
  .marketing .sv-card {
    margin-bottom: 2rem;
  }
}
/* 디자인 */
.design .section:last-child {
  padding-bottom: 3rem;
}
.design .sv-card .txt-wrap {
  display: block;
  padding-top: 5rem;
}
.design .sv-card .top-box {
  margin-bottom: 10rem;
}
.design .col-wrap .img-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.design .col-wrap .img-top .link-btn {
  display: inline-block;
  margin: 0;
  padding-left: 0;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.6rem;
  color: #000;
}
.design .col-wrap .img-top .link-btn .fi::before {
  font-size: inherit;
  color: #D4297F;
}
.design .col-wrap .img-top > p {
  font-size: 1.6rem;
  color: #333;
}
.design .col-wrap .hover-box {
  position: relative;
}
.design .col-wrap .hover-box img {
  width: 100%;
  height: 100%;
}
.design .col-wrap .hover-box .hover-up {
  opacity: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 10rem;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
  transition: opacity 0.5s, padding-top 0.5s;
  -webkit-transition: opacity 0.5s, padding-top 0.5s;
  -moz-transition: opacity 0.5s, padding-top 0.5s;
  -ms-transition: opacity 0.5s, padding-top 0.5s;
  -o-transition: opacity 0.5s, padding-top 0.5s;
}
.design .col-wrap .hover-box .hover-up .link-btn {
  background: linear-gradient(275deg, rgba(212, 41, 127, 0.5) -13.37%, rgba(11, 27, 98, 0.5) 163.44%);
}
.design .col-wrap .hover-box .hover-up:hover {
  opacity: 1;
  padding-top: 0;
  transition: opacity 0.5s, padding-top 0.5s;
  -webkit-transition: opacity 0.5s, padding-top 0.5s;
  -moz-transition: opacity 0.5s, padding-top 0.5s;
  -ms-transition: opacity 0.5s, padding-top 0.5s;
  -o-transition: opacity 0.5s, padding-top 0.5s;
}
.design .col-wrap .txt-wrap .num-list {
  white-space: nowrap;
}
.design .col-wrap .txt-wrap .num-list svg {
  left: 50%;
}
.design .sv-card.card-1 .num-list p:nth-of-type(even) {
  padding-left: 70%;
}
.design .sv-card.card-2 .num-list p:nth-of-type(even) {
  padding-left: 79%;
}
.design .sv-card.card-3 .num-list p:nth-of-type(even) {
  padding-left: 69%;
}
.design .sv-card.card-4 .num-list p:nth-of-type(even) {
  padding-left: 72.8%;
}
.design .sv-card.card-5 .num-list p:nth-of-type(even) {
  padding-left: 67%;
}
.design .sv-card.card-6 .num-list p:nth-of-type(even) {
  padding-left: 76.5%;
}

@media all and (max-width: 85.375rem) {
  .design .col-wrap {
    align-items: flex-start;
  }
  .design .col-wrap .txt-wrap {
    padding-top: 5rem;
  }
  .design .sv-card .top-box {
    margin-bottom: 5rem;
  }
  .design .sv-card.card-1 .num-list p:nth-of-type(even) {
    padding-left: 65%;
  }
  .design .sv-card.card-2 .num-list p:nth-of-type(even) {
    padding-left: 77%;
  }
  .design .sv-card.card-3 .num-list p:nth-of-type(even) {
    padding-left: 68%;
  }
  .design .sv-card.card-4 .num-list p:nth-of-type(even) {
    padding-left: 70%;
  }
  .design .sv-card.card-5 .num-list p:nth-of-type(even) {
    padding-left: 65%;
  }
  .design .sv-card.card-6 .num-list p:nth-of-type(even) {
    padding-left: 75%;
  }
}
@media all and (max-width: 64rem) {
  .design .sv-card .num-list p:nth-of-type(even) {
    padding-left: 0 !important;
  }
}
@media all and (max-width: 47.9375rem) {
  .design .col-wrap .img-top {
    display: block;
  }
  .design .col-wrap .txt-wrap .bar br {
    display: none;
  }
}
/* wrok 리스트 페이지 */
.work-list-visual .visual-txt-wrap {
  bottom: 25.4rem;
}

.cate-tab {
  z-index: 10;
  display: flex;
  justify-content: flex-start;
  position: absolute;
  left: 50%;
  bottom: 23.5rem;
  padding: 0 4rem;
  width: 100%;
  max-width: 168rem;
  font-size: 1.6rem;
  color: #fff;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.cate-tab li {
  margin-right: 5rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
.cate-tab li .tab {
  position: relative;
  padding: 0 0.8rem 0.8rem;
  white-space: nowrap;
}
.cate-tab li:hover .tab::after, .cate-tab li.active .tab::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #D4297F;
}

.full-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(auto, 33.3333333333%));
  margin-bottom: 6rem;
}
.full-grid > * {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.full-grid .item {
  overflow: hidden;
  position: relative;
  padding-bottom: 91.526%;
  width: 100%;
  height: 0;
}
.full-grid .item .figure {
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 0;
}
.full-grid .item .figure > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.full-grid .item:hover .hover-up {
  background-color: rgba(0, 0, 0, 0.6);
  padding-top: 0;
  transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
}
.full-grid .item.active {
  animation: scale 0.5s;
  -webkit-animation: scale 0.5s;
}
.full-grid .hover-up {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 120%;
  width: 100%;
  height: 100%;
  text-align: center;
  font-family: "SUIT", sans-serif;
  color: #fff;
  background-color: transparent;
  transition: background-color 0.5s;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
}
.full-grid .hover-up .type-wrap {
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: 700;
  color: #eee;
  text-transform: uppercase;
}
.full-grid .hover-up .type-wrap .type {
  position: relative;
  margin-right: 1rem;
  padding-right: 1rem;
}
.full-grid .hover-up .type-wrap .type::after {
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  width: 1px;
  height: 80%;
  background-color: #fff;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.full-grid .hover-up .item-tit {
  margin-bottom: 2rem;
  line-height: 1.5;
  font-size: 2rem;
  font-weight: 800;
  text-transform: capitalize;
}
.full-grid .hover-up .link-btn {
  background: linear-gradient(275deg, rgba(212, 41, 127, 0.5) -13.37%, rgba(11, 27, 98, 0.5) 163.44%);
}

@keyframes scale {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
}
.more-btn {
  display: block;
  margin: 0 auto 3rem;
  padding: 0 1.6rem;
  width: -moz-fit-content;
  width: fit-content;
  height: 3.6rem;
  line-height: 3.6rem;
  font-size: 1.6rem;
  color: #fff;
  background-color: #000;
}

@media all and (max-width: 64rem) {
  .full-grid .hover-up .item-tit {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .work-list-visual .visual-txt-wrap {
    bottom: 23rem;
  }
  .cate-tab {
    display: grid;
    grid-template-columns: repeat(5, auto);
    gap: 0.5rem 0;
    bottom: 4rem;
    padding: 0 2rem;
  }
  .cate-tab li {
    margin-right: 2.5rem;
  }
  .cate-tab li .tab {
    display: inline-block;
    padding: 0.5rem;
    height: 3rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .work-list-visual .visual-txt-wrap {
    bottom: 18rem;
  }
  .cate-tab {
    display: grid;
    grid-template-columns: repeat(2, auto);
    bottom: 4rem;
  }
  .cate-tab li {
    margin-right: 2.5rem;
  }
  .full-grid {
    display: grid;
    grid-template-columns: 1fr;
  }
  .more-btn {
    font-size: 1.2rem;
  }
}
/* 뷰페이지 */
/* 비디오 섹션 */
.video-wrap {
  position: relative;
  margin: 0 auto;
  padding-bottom: 37.5%;
  width: 100%;
  max-width: 106rem;
}
.video-wrap > video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.video-wrap .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

@media all and (max-width: 47.9375rem) {
  .video-wrap {
    padding-bottom: 56%;
  }
}
/* 디자인 섹션 */
.design-wrap {
  position: relative;
  margin: 0 auto;
  padding-bottom: 37.5%;
  width: 100%;
  max-width: 106rem;
}
.design-wrap > .design-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.design-wrap > .design-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.deco-bg {
  position: relative;
}
.deco-bg::after {
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 42.6rem;
  background-color: #eee;
}

.grid-wrap {
  display: grid;
}
.grid-wrap.col-4 {
  grid-template-columns: repeat(4, minmax(auto, 38.5rem));
  gap: 4rem 2rem;
}
.grid-wrap.col-4 .item {
  font-family: "Pretendard", sans-serif;
}
.grid-wrap.col-4 .img-box {
  overflow: hidden;
  position: relative;
  margin-bottom: 1rem;
  padding-bottom: 57.145%;
  width: 100%;
  height: 0;
  font-size: 0;
}
.grid-wrap.col-4 .img-box > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.grid-wrap.col-4 .number {
  line-height: 2.15;
  font-size: 1.4rem;
  font-weight: 700;
  color: #D4297F;
}
.grid-wrap.col-4 .desc {
  line-height: 1.2;
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "NanumGothic", sans-serif !important;
}

.img-grid-wrap {
  display: grid;
  gap: 2rem;
}
.img-grid-wrap .figure {
  position: relative;
  font-size: 0;
}
.img-grid-wrap .figure > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.img-grid-wrap.col-3 {
  grid-template-columns: repeat(3, minmax(auto, 52rem));
}
.img-grid-wrap.col-3 .figure {
  position: relative;
  padding-bottom: 53.849%;
  width: 100%;
  height: 0;
  background-color: #0B1B62;
}
.img-grid-wrap.col-2 {
  grid-template-columns: minmax(41%, 65.5rem) minmax(57.8%, 92.5rem);
  grid-template-rows: 54.4rem;
}
.img-grid-wrap.col-2 .figure {
  background-color: #0B1B62;
}

.list-btn {
  display: block;
  margin: 6rem auto 3rem;
  padding: 0 1.6rem;
  width: -moz-fit-content;
  width: fit-content;
  height: 3.6rem;
  line-height: 3.6rem;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Pretendard", sans-serif;
  color: #fff;
  background-color: #000;
}

.work-view .sec-tit.lg,
.work-view .desc-wrap .desc,
.work-view .sec-tit-wrap .desc {
  font-family: "NanumGothic", sans-serif !important;
}

@media all and (max-width: 85.375rem) {
  .deco-bg::after {
    height: 37rem;
  }
  .grid-wrap.col-4 {
    grid-template-columns: repeat(3, minmax(auto, 38.5rem));
  }
  .grid-wrap.col-4 .desc {
    line-height: 1.3;
    font-size: 1.8rem;
  }
}
@media all and (max-width: 64rem) {
  .img-grid-wrap.col-2 {
    grid-template-rows: 44rem;
  }
  .list-btn {
    margin: 6rem auto 1.5rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .grid-wrap.col-4 .desc {
    font-size: 1.6rem;
  }
  .img-grid-wrap.col-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 47.9375rem) {
  .deco-bg::after {
    height: 25rem;
  }
  .grid-wrap.col-4 {
    grid-template-columns: repeat(2, minmax(auto, 38.5rem));
    gap: 2rem 1rem;
  }
  .grid-wrap.col-4 .number {
    font-size: 1.2rem;
  }
  .grid-wrap.col-4 .desc {
    font-size: 1.4rem;
  }
  .img-grid-wrap.col-3 {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .img-grid-wrap.col-2 {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, 30rem);
  }
  .list-btn {
    margin: 4rem auto 1.5rem;
    font-size: 1.2rem;
  }
}
/* contact us */
.visual.sub-4 {
  background-color: #F6F6FF;
}
.visual.sub-4 .visual-txt-wrap {
  bottom: 11.9rem;
  color: #000;
}
.visual.sub-4 .visual-txt-wrap .tit {
  text-transform: none;
}
.visual.sub-4 .visual-bg img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right;
     object-position: right;
}

.contact .sec-1 {
  position: relative;
}
.contact .sec-1::before {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 5rem;
  height: 23rem;
  background: linear-gradient(to top, #D4297F 0%, #0B1B62 100%);
}

.content-col {
  display: flex;
  justify-content: space-between;
  padding: 6rem 16rem 3rem 10.1rem;
  margin: 0 auto;
  max-width: 192rem;
}
.content-col .sec-tit {
  line-height: 1.2;
  font-size: 4.6rem;
  font-family: "Pretendard", sans-serif;
}
.content-col .form-wrap {
  padding-top: 2rem;
  width: 100%;
  max-width: 106rem;
}
.content-col .form-wrap > form {
  width: 100%;
}
.content-col .fieldset {
  margin-bottom: 18rem;
  font-family: "Pretendard", sans-serif;
}
.content-col .fieldset:nth-last-of-type(1) {
  margin-bottom: 6rem;
}
.content-col .fieldset .legend {
  margin-bottom: 8rem;
  line-height: 1.25;
  font-size: 2.4rem;
  font-weight: 600;
  font-family: "Pretendard", sans-serif;
}
.content-col .input-group {
  font-size: 1.8rem;
  font-weight: 500;
}
.content-col .input-group .label {
  margin-right: 2rem;
  min-width: 9.3rem;
}
.content-col .input-group input[type=tel],
.content-col .input-group input[type=email],
.content-col .input-group input[type=text] {
  padding: 0 1rem;
  flex: 1 1 0;
  font-size: inherit;
}
.content-col .input-group input[type=tel]:focus,
.content-col .input-group input[type=email]:focus,
.content-col .input-group input[type=text]:focus {
  border: 1px solid var(--gray_eee, #EEE);
  background: #FBFBFB;
  outline: 0 none;
}
.content-col input::-moz-placeholder {
  font-size: inherit;
  color: #C7C7C7;
}
.content-col input::placeholder {
  font-size: inherit;
  color: #C7C7C7;
}
.content-col .user-info .input-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem 2rem;
}
.content-col .user-info .input-wrap .input-group {
  display: flex;
  justify-content: flex-start;
  padding: 1rem;
  line-height: 1.66;
  border-bottom: 1px solid #000;
}
.content-col .user-info .input-wrap .label {
  margin-right: 2rem;
}
.content-col .user-check .input-wrap {
  display: grid;
  justify-content: space-between;
  grid-template-columns: repeat(4, auto);
  gap: 6rem 2rem;
}
.content-col .check-wrap > input {
  overflow: hidden;
  width: 0;
  height: 0;
}
.content-col .check-wrap > input:checked + span::before {
  background-color: #000;
}
.content-col .check-wrap > input:focus + span::before {
  border: 2px solid #000;
}
.content-col .check-wrap > .label {
  position: relative;
  display: inline-block;
  padding-left: 3.2rem;
  font-size: 1.8rem;
  font-weight: 500;
}
.content-col .check-wrap > .label::before {
  position: absolute;
  left: 0;
  width: 1.8rem;
  height: 1.8rem;
  content: "";
  border: 1px solid #000;
}
.content-col .user-inquiry .input-wrap .input-group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 6rem;
  padding: 1rem;
  border-bottom: 1px solid #000;
}
.content-col .user-inquiry .input-wrap .input-group > .label {
  margin-right: 2rem;
}
.content-col .user-inquiry .input-wrap .input-group .textarea {
  flex: 1 1 0;
}
.content-col .user-inquiry .input-wrap .input-group .textarea textarea {
  resize: vertical;
}
.content-col .user-inquiry .input-wrap .input-group:last-child {
  margin-bottom: 0;
}
.content-col .user-inquiry .input-wrap .file-input {
  position: relative;
  flex: 1 1 0;
}
.content-col .user-inquiry .input-wrap .file-btn {
  height: 3rem;
  line-height: 3rem;
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "Pretendard", sans-serif;
}
.content-col .user-inquiry .input-wrap .file-btn > * {
  vertical-align: middle;
}
.content-col .user-inquiry .input-wrap .file-btn > span {
  margin-left: 1rem;
}
.content-col .user-inquiry .input-wrap input[type=file] {
  overflow: hidden;
  width: 0;
  height: 0;
}
.content-col .user-inquiry .input-group.textarea-wrap {
  position: relative;
  align-items: flex-start;
}
.content-col .user-inquiry .input-group.textarea-wrap > legend {
  float: left;
  margin-right: 2rem;
}
.content-col .user-inquiry .input-group.textarea-wrap .textarea {
  flex: 1 1 0;
  font-size: inherit;
}
.content-col .user-inquiry .input-group.textarea-wrap .textarea textarea {
  width: 100%;
  height: 13rem;
  font-size: inherit;
}
.content-col .inquiry-btn {
  display: block;
  margin: 10rem auto 3rem;
  padding: 0 3rem;
  width: -moz-fit-content;
  width: fit-content;
  height: 5rem;
  line-height: 5rem;
  font-size: 2.4rem;
  font-weight: 600;
  font-family: "Pretendard", sans-serif;
  color: #fff;
  background-color: #000;
}

@media all and (max-width: 85.375rem) {
  .content-col {
    display: block;
    padding: 4.7rem 10rem;
  }
}
@media all and (max-width: 64rem) {
  .contact .sec-1::before {
    width: 3rem;
    height: 22rem;
  }
  .content-col {
    padding: 4rem;
  }
  .content-col .sec-tit {
    font-size: 5rem;
  }
  .content-col .fieldset {
    margin-bottom: 10rem;
  }
  .content-col .fieldset .legend {
    margin-bottom: 6rem;
    font-size: 2rem;
  }
  .content-col .user-info .input-wrap {
    gap: 4rem 2rem;
  }
  .content-col .user-inquiry .input-wrap .input-group {
    margin-bottom: 4rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .contact .sec-1::before {
    height: 16rem;
  }
  .content-col {
    padding: 2rem;
  }
  .content-col .sec-tit {
    font-size: 4rem;
  }
  .content-col .fieldset {
    margin-bottom: 10rem;
  }
  .content-col .fieldset .legend {
    margin-bottom: 4rem;
    font-size: 1.8rem;
  }
  .content-col .fieldset .input-group {
    font-size: 1.6rem;
  }
  .content-col .user-info .input-wrap {
    gap: 3rem 2rem;
  }
  .content-col .user-info .input-wrap .input-group {
    flex-direction: column;
    height: 8rem;
  }
  .content-col .user-check .input-wrap {
    gap: 3rem 2rem;
  }
  .content-col .user-inquiry .input-wrap .input-group {
    margin-bottom: 4rem;
  }
  .content-col .inquiry-btn {
    font-size: 2rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .contact .sec-1::before {
    width: 2rem;
    height: 14rem;
  }
  .visual.visual.sub-4 .visual-txt-wrap .sm-txt {
    font-size: 2.5rem;
  }
  .visual.visual.sub-4 .visual-txt-wrap .tit {
    font-size: 3rem;
  }
  .content-col .sec-tit {
    font-size: 3rem;
  }
  .content-col .fieldset {
    margin-bottom: 7rem;
  }
  .content-col .fieldset .legend {
    font-size: 1.6rem;
  }
  .content-col .fieldset .input-group {
    font-size: 1.4rem;
  }
  .content-col .user-info .input-wrap {
    display: block;
  }
  .content-col .user-info .input-wrap .label {
    margin-bottom: 0.5rem;
  }
  .content-col .user-info .input-group {
    margin-bottom: 2rem;
  }
  .content-col .check-wrap > .label {
    display: block;
    height: 1.8rem;
    line-height: 1.8rem;
    font-size: 1.4rem;
  }
  .content-col .user-check .input-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem 2rem;
  }
  .content-col .user-inquiry .input-wrap .file-btn > span {
    overflow: hidden;
    display: block;
    width: 0;
    height: 0;
  }
  .content-col .user-inquiry .input-group.textarea-wrap {
    display: block;
  }
  .content-col .user-inquiry .input-group.textarea-wrap > span {
    display: block;
    margin-bottom: 1rem;
  }
  .content-col .inquiry-btn {
    margin: 7rem auto 1rem;
    height: 4rem;
    line-height: 4rem;
    font-size: 1.6rem;
  }
  .content-col .input-group .label {
    min-width: 5rem;
  }
}
.over-box {
  overflow: hidden;
  margin-top: 3rem;
  padding: 1rem 0 0;
  height: 17rem;
  background-color: #FBFBFB;
}

.terms {
  overflow: hidden;
  overflow-y: scroll;
  padding: 0 2rem;
  height: 100%;
  font-weight: 300;
}
.terms .first-line {
  line-height: 2;
}
.terms .line {
  margin-top: 4rem;
  line-height: 1.5;
  font-size: 1.6rem;
}
.terms .line > h4 {
  padding-bottom: 1rem;
  line-height: 1;
  font-size: 2rem;
  font-weight: 600;
}
.terms .line > h4 + p {
  margin-top: 3rem;
}
.terms .line > h5 {
  margin: 2rem 0 1rem;
  line-height: 1;
  font-size: inherit;
  font-weight: 600;
}
.terms .line > b {
  display: block;
  margin-bottom: 1rem;
  padding-left: 2rem;
  line-height: 1;
  font-weight: 500;
}
.terms .line > b + .dot {
  margin-top: 1rem;
}
.terms .line .dot {
  position: relative;
  padding-left: 2rem;
}
.terms .line .dot::before {
  position: absolute;
  left: 1rem;
  content: "·";
  font-weight: 800;
}
.terms .line > p:not(.dot) + .dot {
  margin-top: 1rem;
}
.terms .line .inner-list {
  margin-top: 1rem;
  padding-left: 1.5rem;
  line-height: 1.62;
}
.terms .line .last {
  margin: 4rem 0 1rem;
}
.terms::-webkit-scrollbar {
  width: 1rem;
}
.terms::-webkit-scrollbar-track {
  background-color: #D9D9D9;
}
.terms::-webkit-scrollbar-thumb {
  height: 2.4rem;
  background-color: #999;
  border-width: 0 0.2rem;
  border-style: solid;
  border-color: #D9D9D9;
  border-radius: 4rem;
  -webkit-border-radius: 4rem;
  -moz-border-radius: 4rem;
  -ms-border-radius: 4rem;
  -o-border-radius: 4rem;
}

@media all and (max-width: 47.9375rem) {
  .terms .first-line {
    font-size: 1.4rem;
  }
  .terms .line {
    margin-top: 2rem;
    font-size: 1.4rem;
  }
  .terms .line > h4 {
    font-size: 1.6rem;
  }
  .terms .line > h4 + p {
    margin-top: 2rem;
  }
  .terms .line .last {
    margin: 2rem 0 1rem;
  }
}