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

.inner-160 {
  max-width: 160rem;
  padding: 0 4rem;
  margin: 0 auto;
}

.header-wrap {
  top: 2rem;
}

.visual {
  width: 100%;
  height: 70rem;
  padding: 2rem 2rem 0;
  overflow: hidden;
}
.visual .visual-bg {
  position: absolute;
  top: 2rem;
  left: 2rem;
  z-index: -1;
  width: calc(100% - 4rem);
  height: calc(100% - 2rem);
  background-size: cover;
  border-radius: 2rem 2rem 15rem 2rem;
  -webkit-border-radius: 2rem 2rem 15rem 2rem;
  -moz-border-radius: 2rem 2rem 15rem 2rem;
  -ms-border-radius: 2rem 2rem 15rem 2rem;
  -o-border-radius: 2rem 2rem 15rem 2rem;
}
.visual .visual-bg.vis1 {
  background: url("/static/img/sub/visual1.png") no-repeat center;
  background-size: cover;
}
.visual .visual-bg.vis2 {
  background: url("/static/img/sub/visual2.png") no-repeat center;
  background-size: cover;
}
.visual .visual-bg.vis3 {
  background: url("/static/img/sub/visual3.png") no-repeat center;
  background-size: cover;
}
.visual .visual-bg.vis4 {
  background: url("/static/img/sub/visual4.png") no-repeat center;
  background-size: cover;
}
.visual .visual-bg.vis5 {
  background: url("/static/img/sub/visual5.png") no-repeat center;
  background-size: cover;
}
.visual .visual-bg.vis6 {
  background: url("/static/img/sub/visual6.png") no-repeat center;
  background-size: cover;
}
.visual .txt-wrap {
  display: flex;
  padding-top: 27.5rem;
  flex-direction: column;
  gap: 3rem;
  align-items: center;
}
.visual .vis-tit {
  font-size: var(--fs-vtit);
  font-weight: 600;
  text-align: center;
  color: #fff;
}
.visual .desc {
  font-size: calc(var(--fs-md) + 0.5rem);
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.sub-nav-wrap {
  position: absolute;
  margin-top: -11.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.sub-nav-wrap .inner {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  gap: 1.5rem;
}
.sub-nav-wrap .inner a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 17rem;
  height: 5.6rem;
  font-size: var(--fs-md);
  font-weight: 600;
  color: #fff;
}
.sub-nav-wrap .inner li {
  opacity: 0.9;
  border: 0.1rem solid #fff;
  border-radius: 30rem;
  -webkit-border-radius: 30rem;
  -moz-border-radius: 30rem;
  -ms-border-radius: 30rem;
  -o-border-radius: 30rem;
}
.sub-nav-wrap .inner .select {
  opacity: 1;
  background: #fff;
}
.sub-nav-wrap .inner .select a {
  color: #000;
}

.section {
  padding-top: 12rem;
}

.type-tit {
  font-size: var(--fs-mtit);
  font-weight: 800;
  line-height: 2.14286;
  color: #FF416A;
  text-align: center;
}

.sec-tit {
  margin-top: 6rem;
  font-size: var(--fs-tit);
  font-weight: 300;
  line-height: 1.3;
  text-align: center;
}

.sec-tit.p {
  margin-top: 0;
  text-align: center;
  color: #000;
  font-family: "Pretendard", sans-serif;
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857;
}

.txt-line {
  margin: 5rem auto;
  width: 0.1rem;
  height: 5rem;
  background: #000;
  opacity: 0.5;
}

@media all and (max-width: 64rem) {
  .visual {
    height: 60rem;
  }
  .visual .txt-wrap {
    padding-top: 24.5rem;
  }
  .visual .visual-bg {
    border-radius: 2rem 2rem 12rem 2rem;
    -webkit-border-radius: 2rem 2rem 12rem 2rem;
    -moz-border-radius: 2rem 2rem 12rem 2rem;
    -ms-border-radius: 2rem 2rem 12rem 2rem;
    -o-border-radius: 2rem 2rem 12rem 2rem;
  }
  .type-tit {
    font-size: var(--fs-stit);
  }
  .sec-tit {
    margin-top: 5rem;
  }
  .txt-line {
    margin: 4rem auto;
  }
  .section {
    padding-top: 10rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .visual .txt-wrap {
    gap: 2rem;
  }
  .visual .visual-bg {
    border-radius: 2rem 2rem 10rem 2rem;
    -webkit-border-radius: 2rem 2rem 10rem 2rem;
    -moz-border-radius: 2rem 2rem 10rem 2rem;
    -ms-border-radius: 2rem 2rem 10rem 2rem;
    -o-border-radius: 2rem 2rem 10rem 2rem;
  }
  .sub-nav-wrap .inner {
    gap: 1rem;
  }
  .sub-nav-wrap .inner a {
    width: 13rem;
    height: 4.5rem;
    font-size: var(--fs-com);
  }
  .sec-tit {
    margin-top: 4rem;
  }
  .txt-line {
    height: 4rem;
    margin: 3rem auto;
  }
}
@media all and (max-width: 47.9375rem) {
  .inner {
    padding: 0 2rem;
  }
  .header-wrap {
    top: 1rem;
  }
  .visual {
    padding: 1rem 1rem 0;
    height: 55rem;
  }
  .visual .desc {
    word-break: keep-all;
    font-size: var(--fs-md);
    line-height: 1.3;
  }
  .visual .txt-wrap {
    padding-top: 22.5rem;
    gap: 1.6rem;
  }
  .visual .visual-bg {
    top: 1rem;
    left: 1rem;
    width: calc(100% - 2rem);
    height: calc(100% - 1rem);
    border-radius: 1rem 1rem 6rem 1rem;
    -webkit-border-radius: 1rem 1rem 6rem 1rem;
    -moz-border-radius: 1rem 1rem 6rem 1rem;
    -ms-border-radius: 1rem 1rem 6rem 1rem;
    -o-border-radius: 1rem 1rem 6rem 1rem;
  }
  .sub-nav-wrap {
    width: 100%;
    padding: 0 1rem;
    margin-top: -9.5rem;
  }
  .sub-nav-wrap .sub-nav {
    overflow-x: scroll;
  }
  .sub-nav-wrap .sub-nav .inner {
    gap: 1rem;
  }
  .sub-nav-wrap .sub-nav .inner a {
    width: 12rem;
    height: 4.2rem;
    font-size: var(--fs-com);
  }
  .section {
    padding-top: 8rem;
  }
  .type-tit {
    font-size: var(--fs-md);
  }
  .sec-tit {
    margin-top: 3rem;
    font-size: var(--fs-mtit);
    word-break: keep-all;
  }
  .sec-tit br {
    display: none;
  }
  .txt-line {
    height: 3rem;
    margin: 2rem auto;
  }
}
.company .sec-1 {
  padding-bottom: 12rem;
}
.company .desc {
  font-size: var(--fs-md);
  font-weight: 400;
  line-height: 1.65;
}
.company .sec-2 {
  padding: 13rem 0 16.1rem;
  background: #FBFBFB;
}
.company .img-box {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin-bottom: 10rem;
}
.company .img-box img {
  display: block;
  margin: 0 auto;
}
.company .box-tit {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 2rem 5.5rem;
  background: rgba(255, 65, 106, 0.1);
  font-size: calc(var(--fs-tit) - 0.2rem);
  font-weight: 500;
  line-height: 1.35417;
  color: #FF416A;
  text-align: center;
}
.company .icon-list {
  display: flex;
  max-width: 120rem;
  margin: 5rem auto 0;
}
.company .icon-list li {
  display: flex;
  padding-top: 8rem;
  flex-direction: column;
  gap: 5rem;
  align-items: center;
  width: 33.3333333333%;
}
.company .icon-list dl {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.company .icon-list dt {
  text-align: center;
  font-size: calc(var(--fs-stit) + 0.3rem);
  font-weight: 600;
  line-height: 1.45455;
}
.company .icon-list dd {
  text-align: center;
  font-size: var(--fs-md);
  font-weight: 400;
  line-height: 1.5;
  color: #555;
}

@media all and (max-width: 64rem) {
  .company .sec-1 {
    padding-bottom: 10rem;
  }
  .company .sec-2 {
    padding: 10rem 0 12rem;
  }
  .company .box-tit {
    padding: 1.2rem 4rem;
    font-size: var(--fs-mtit);
  }
  .company .icon-list li {
    padding-top: 4rem;
  }
  .company .icon-list dl {
    gap: 2rem;
  }
  .company .icon-list dt {
    font-size: var(--fs-stit);
  }
  .company .icon-list dd {
    font-size: var(--fs-com);
  }
}
@media all and (max-width: 63.9375rem) {
  .company .desc {
    word-break: keep-all;
  }
  .company .desc br {
    display: none;
  }
  .company .sec-2 {
    padding: 10rem 0;
  }
  .company .box-tit {
    padding: 1.2rem 2.4rem;
    font-size: var(--fs-stit);
  }
  .company .icon-list {
    margin: 4rem auto 0;
    gap: 2rem;
  }
  .company .icon-list li {
    gap: 4rem;
  }
  .company .icon-list dl {
    gap: 1rem;
  }
  .company .icon-list dd {
    word-break: keep-all;
  }
  .company .icon-list dd br {
    display: none;
  }
}
@media all and (max-width: 47.9375rem) {
  .company .sec-1 {
    padding-bottom: 8rem;
  }
  .company .desc {
    font-size: var(--fs-com);
  }
  .company .sec-2 {
    padding: 8rem 0;
  }
  .company .icon-list {
    flex-direction: column;
  }
  .company .icon-list li {
    padding-top: 2rem;
    width: 100%;
  }
}
.location .section {
  padding-bottom: 18rem;
}
.location .map-wrap:not(:last-of-type) {
  margin-bottom: 12rem;
}
.location .map-tit {
  margin-bottom: 4rem;
  font-size: var(--fs-stit);
  font-weight: 600;
  line-height: 1.1;
}
.location .map {
  width: 100%;
  height: 43rem;
  overflow: hidden;
  border-radius: 8rem;
  -webkit-border-radius: 8rem;
  -moz-border-radius: 8rem;
  -ms-border-radius: 8rem;
  -o-border-radius: 8rem;
}
.location iframe {
  width: 100%;
  height: 100%;
}
.location .info-list {
  display: flex;
  gap: 3rem;
  margin-top: 4rem;
  padding-top: 2rem;
}
.location .info-list li {
  display: flex;
  gap: 1.5rem;
  padding-right: 7rem;
}
.location .info-list li .icon {
  width: 3.4rem;
}
.location .info-list dl {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.location .info-list dt {
  font-size: var(--fs-md);
  font-weight: 600;
  line-height: 1.5;
}
.location .info-list dd {
  font-size: var(--fs-com);
  font-weight: 400;
  line-height: 1.38889;
  color: #555;
}

@media all and (max-width: 85.375rem) {
  .location .info-list {
    padding-top: 0;
  }
}
@media all and (max-width: 64rem) {
  .location .map-wrap:not(:last-of-type) {
    margin-bottom: 10rem;
  }
  .location .info-list li {
    padding-right: 3rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .location .map {
    height: 38rem;
    border-radius: 6rem;
    -webkit-border-radius: 6rem;
    -moz-border-radius: 6rem;
    -ms-border-radius: 6rem;
    -o-border-radius: 6rem;
  }
  .location .map-tit {
    margin-bottom: 3rem;
  }
  .location .info-list {
    flex-direction: column;
    gap: 2rem;
  }
  .location .info-list li {
    gap: 1rem;
  }
  .location .info-list li dl {
    gap: 1rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .location .map-wrap:not(:last-of-type) {
    margin-bottom: 8rem;
  }
  .location .map {
    height: 30rem;
    border-radius: 4rem;
    -webkit-border-radius: 4rem;
    -moz-border-radius: 4rem;
    -ms-border-radius: 4rem;
    -o-border-radius: 4rem;
  }
  .location .map-tit {
    margin-bottom: 2rem;
  }
  .location .info-list {
    flex-direction: column;
    gap: 1.6rem;
    margin-top: 2rem;
  }
  .location .info-list li {
    padding-right: 0;
    gap: 0.8rem;
  }
  .location .info-list li dl {
    gap: 0.8rem;
  }
  .location .info-list li dd {
    font-size: var(--fs-sm);
  }
  .location .info-list li .icon {
    width: 2.7rem;
    min-width: 2.7rem;
  }
}
.history .section {
  padding-bottom: 25rem;
}
.history .flex-wrap-all {
  position: relative;
}
.history .flex-wrap-all::before {
  content: "";
  position: absolute;
  left: 50.95%;
  transform: translateX(-50%);
  top: 2.5rem;
  width: 0.1rem;
  height: calc(100% - 5rem);
  border-right: 0.1rem dashed rgba(0, 0, 0, 0.3);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.history .past {
  display: block;
  text-align: center;
  font-size: var(--fs-stit);
  font-weight: 500;
  line-height: 1.1;
  color: #FF416A;
}
.history .step-wrap {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: 2rem;
}
.history .step-wrap .step {
  font-size: var(--fs-com);
  font-weight: 300;
  line-height: 1.38889;
  color: #555;
}
.history .flex-wrap-all {
  display: flex;
  flex-direction: column;
  gap: 6rem;
  margin-top: 8rem;
}
.history .his {
  display: flex;
  gap: 9rem;
}
.history .year {
  font-size: calc(var(--fs-stit) + 1rem);
  font-weight: 600;
  text-align: right;
  font-family: "Montserrat", sans-serif;
}
.history .list {
  position: relative;
}
.history .list::before {
  content: "";
  position: absolute;
  left: -3.55rem;
  top: 1.6rem;
  width: 0.9rem;
  height: 0.9rem;
  background: #FF416A;
  border-radius: 9rem;
  -webkit-border-radius: 9rem;
  -moz-border-radius: 9rem;
  -ms-border-radius: 9rem;
  -o-border-radius: 9rem;
}
.history .list li > span {
  display: block;
  width: 5rem;
  text-align: center;
  font-size: var(--fs-md);
  font-weight: 600;
  line-height: 1.25;
  color: #000;
}
.history .list li {
  display: flex;
  font-size: var(--fs-com);
  font-weight: 400;
  line-height: 1.38889;
  color: #555;
}
.history .dot::after {
  content: "";
  position: absolute;
  left: -4.2rem;
  top: 1rem;
  width: 2.1rem;
  height: 2.1rem;
  background: #FF416A;
  border-radius: 9rem;
  -webkit-border-radius: 9rem;
  -moz-border-radius: 9rem;
  -ms-border-radius: 9rem;
  -o-border-radius: 9rem;
  z-index: -1;
}
.history .dot::before {
  background: #fff;
}
.history .dot li {
  color: #000;
}
.history .sec {
  margin-top: 18.5rem;
}
.history .year,
.history .list {
  width: 50%;
  max-width: 50%;
}
.history .flex-wrap {
  position: relative;
}
.history .flex-wrap:first-of-type .year {
  font-size: 13.5rem;
  line-height: 0.8;
}

@media all and (max-width: 85.375rem) {
  .history .section {
    padding-bottom: 20rem;
  }
  .history .step-wrap {
    gap: 1rem;
  }
  .history .list::before {
    left: -3.85rem;
  }
  .history .dot::after {
    left: -4.4rem;
  }
}
@media all and (max-width: 64rem) {
  .history .section {
    padding-bottom: 18rem;
  }
  .history .step-wrap {
    flex-direction: column;
    align-items: center;
  }
  .history .flex-wrap:first-of-type .year {
    font-size: 10.5rem;
  }
  .history .flex-wrap-all::before {
    left: 51.2%;
  }
  .history .list li {
    word-break: keep-all;
  }
  .history .sec {
    margin-top: 12.5rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .history .section {
    padding-bottom: 15rem;
  }
  .history .flex-wrap {
    width: 100%;
  }
  .history .flex-wrap:first-of-type .year {
    font-size: 7.5rem;
  }
  .history .year {
    width: 35%;
  }
  .history .list {
    max-width: none;
    width: 65%;
  }
  .history .list li {
    width: 100%;
  }
  .history .list li > span {
    width: 4rem;
    font-size: var(--fs-com);
    line-height: 1.38889;
  }
  .history .list::before {
    left: -2.5rem;
  }
  .history .dot::after {
    left: -3.1rem;
  }
  .history .his {
    width: 100%;
    gap: 6rem;
  }
  .history .flex-wrap-all {
    margin-top: 6rem;
    gap: 4rem;
  }
  .history .flex-wrap-all::before {
    left: 37.8%;
  }
  .history .sec {
    margin-top: 10.5rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .history .section {
    padding-bottom: 12rem;
  }
  .history .his {
    flex-direction: column;
    gap: 2rem;
  }
  .history .step-wrap .step {
    word-break: keep-all;
    text-align: center;
  }
  .history .list {
    width: 100%;
  }
  .history .list li {
    gap: 1rem;
    font-size: var(--fs-sm);
  }
  .history .list li > span {
    width: -moz-fit-content;
    width: fit-content;
  }
  .history .list::before {
    top: -3.8rem;
  }
  .history .dot::after {
    top: -4.4rem;
  }
  .history .flex-wrap-all {
    padding-left: 3rem;
  }
  .history .flex-wrap-all::before {
    left: 1rem;
    height: calc(100% - 10rem);
  }
  .history .flex-wrap:first-of-type .year {
    font-size: 4.5rem;
  }
  .history .year {
    width: auto;
    padding-left: 0.6rem;
    text-align: left;
  }
  .history .sec {
    margin-top: 8.5rem;
  }
}
.partner .section {
  padding-bottom: 18rem;
}
.partner .logo-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem 10.4rem;
}
.partner .logo-list li {
  width: calc(16.6666666667% - 8.6666666667rem);
}

@media all and (max-width: 85.375rem) {
  .partner .section {
    padding-bottom: 15rem;
  }
  .partner .logo-list {
    gap: 5rem 8.4rem;
  }
  .partner .logo-list li {
    width: calc(16.6666666667% - 7rem);
  }
}
@media all and (max-width: 64rem) {
  .partner .section {
    padding-bottom: 12rem;
  }
  .partner .logo-list {
    gap: 4rem;
  }
  .partner .logo-list li {
    width: calc(16.6666666667% - 3.3333333333rem);
  }
}
@media all and (max-width: 63.9375rem) {
  .partner .section {
    padding-bottom: 10rem;
  }
  .partner .logo-list li {
    width: calc(20% - 3.2rem);
  }
}
@media all and (max-width: 47.9375rem) {
  .partner .section {
    padding-bottom: 8rem;
  }
  .partner .logo-list {
    gap: 2rem;
  }
  .partner .logo-list li {
    width: calc(33.3333333333% - 1.3333333333rem);
  }
}
.rnd .txt-wrap {
  display: flex;
  gap: 4rem;
  margin-bottom: 4rem;
}
.rnd .txt-wrap dt {
  display: block;
  min-width: 25.7rem;
  font-size: var(--fs-stit);
  font-weight: 700;
  line-height: 1.3333;
  color: #FF416A;
}
.rnd .txt-wrap dd {
  font-size: var(--fs-md);
  font-weight: 400;
  line-height: 1.65;
}
.rnd .img-wrap {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  flex-direction: column;
  align-items: center;
  margin: 8rem auto 0;
  gap: 1rem;
}
.rnd .img-wrap .desc {
  width: 100%;
  text-align: center;
  font-size: var(--fs-com);
  font-weight: 600;
  color: #666;
  line-height: 1.83333;
}
.rnd .sec-1 {
  padding-bottom: 12rem;
}
.rnd .sec-2 {
  padding: 13rem 0 15rem;
  background: #FBFBFB;
}
.rnd .sec-2 .list {
  display: flex;
  gap: 3.05rem;
}
.rnd .sec-2 .list li {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  width: calc(25% - 2.2875rem);
}
.rnd .sec-2 .list dl {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.rnd .sec-2 .list dl dt {
  font-size: calc(var(--fs-stit) - 0.2rem);
  text-align: center;
  font-weight: 600;
}
.rnd .sec-2 .list dl dd {
  font-size: var(--fs-md);
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  color: #555;
  word-break: keep-all;
}

@media all and (max-width: 64rem) {
  .rnd .txt-wrap {
    gap: 3rem;
  }
  .rnd .txt-wrap dt {
    width: 20rem;
    min-width: 20rem;
  }
  .rnd .txt-wrap dd {
    word-break: keep-all;
  }
  .rnd .txt-wrap dd br {
    display: none;
  }
  .rnd .img-wrap {
    margin: 6rem auto 0;
  }
  .rnd .sec-2 {
    padding: 10rem 0 12rem;
  }
  .rnd .sec-2 .list {
    flex-wrap: wrap;
    gap: 6rem 2rem;
  }
  .rnd .sec-2 .list li {
    width: calc(50% - 1rem);
  }
  .rnd .sec-2 .list li .img {
    text-align: center;
  }
}
@media all and (max-width: 63.9375rem) {
  .rnd .txt-wrap {
    flex-direction: column;
    gap: 1.6rem;
  }
  .rnd .sec-1 {
    padding-bottom: 10rem;
  }
  .rnd .sec-2 {
    padding: 10rem 0 10rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .rnd .txt-wrap {
    margin-bottom: 2rem;
  }
  .rnd .img-wrap {
    margin: 4rem auto 0;
  }
  .rnd .sec-1 {
    padding-bottom: 8rem;
  }
  .rnd .sec-2 {
    padding: 8rem 0;
  }
  .rnd .sec-2 .list {
    gap: 4rem;
  }
  .rnd .sec-2 .list li {
    width: 100%;
    gap: 2rem;
  }
}
.production .section {
  padding-bottom: 15rem;
}
.production .tab {
  display: flex;
  justify-content: center;
  gap: 10rem;
  margin-bottom: 8rem;
}
.production .tab li {
  position: relative;
}
.production .tab li::before {
  content: "";
  width: 0.1rem;
  height: 2.4rem;
  position: absolute;
  top: 50%;
  right: -5.1rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.2);
}
.production .tab li:last-child::before {
  display: none;
}
.production .tab a {
  font-size: calc(var(--fs-md) + 0.2rem);
  font-weight: 400;
  color: #999;
}
.production .tab .on a {
  color: #000;
  font-weight: 700;
}
.production .step {
  display: flex;
  flex-direction: column;
}
.production .step > li {
  position: relative;
  display: flex;
  gap: 5rem;
  padding-bottom: 9rem;
}
.production .step > li:last-child {
  padding-bottom: 0;
}
.production .step > li:last-child::before {
  display: none;
}
.production .step > li::before {
  content: "";
  width: 0.2rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 4rem;
  border-left: 0.2rem dashed rgba(255, 65, 106, 0.5);
}
.production .step .num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8rem;
  min-width: 8rem;
  height: 8rem;
  background: #FF416A;
  border-radius: 3.4rem;
  text-align: center;
  -webkit-border-radius: 3.4rem;
  -moz-border-radius: 3.4rem;
  -ms-border-radius: 3.4rem;
  -o-border-radius: 3.4rem;
  font-size: var(--fs-stit);
  font-weight: 700;
  line-height: 1.33333;
  color: #fff;
}
.production .step dl {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.production .step dt {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.5rem 3rem;
  gap: 4rem;
  background: rgba(255, 65, 106, 0.05);
  border-radius: 5rem;
  -webkit-border-radius: 5rem;
  -moz-border-radius: 5rem;
  -ms-border-radius: 5rem;
  -o-border-radius: 5rem;
  font-size: calc(var(--fs-stit) - 0.5rem);
  line-height: 1.32;
  font-weight: 500;
}
.production .step dt span {
  position: relative;
  font-weight: 800;
  color: #FF416A;
}
.production .step dt span::before {
  content: "";
  width: 0.1rem;
  height: 1.9rem;
  position: absolute;
  top: 50%;
  right: -2.1rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.2);
}
.production .step .num-list {
  display: flex;
  gap: 0.5rem;
  flex-direction: column;
  padding-left: 2.1rem;
}
.production .step .num-list li {
  list-style: nth;
  font-size: var(--fs-md);
  font-weight: 400;
  line-height: 1.65;
  word-break: keep-all;
}
.production .txt-wrap {
  display: flex;
  gap: 4rem;
  margin-bottom: 4rem;
}
.production .txt-wrap dt {
  display: block;
  min-width: 25.7rem;
  font-size: var(--fs-stit);
  font-weight: 700;
  line-height: 1.3333;
  color: #FF416A;
}
.production .txt-wrap dd {
  font-size: var(--fs-md);
  font-weight: 400;
  line-height: 1.65;
  width: calc(100% - 25.7rem);
}
.production .img-wrap {
  display: flex;
  width: auto;
  flex-direction: column;
  align-items: center;
  margin: 6rem auto 10rem;
  gap: 2rem;
}
.production .img-wrap .desc {
  width: 100%;
  text-align: center;
  font-size: var(--fs-com);
  font-weight: 600;
  color: #666;
  line-height: 1.83333;
}
.production .img-wrap .desc span {
  display: block;
  width: 58%;
  color: #333;
  font-family: "Pretendard", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.65;
  text-align: left;
  margin: 0 auto;
  margin-top: 1rem;
}
.production .img-wrap.flex-2 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 2rem;
}
.production .img-wrap.flex-2 .img {
  width: calc(50% - 1rem);
}
.production .img-wrap.flex-2 .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.production .img-wrap.flex-3 {
  margin-top: 0;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 2.1rem;
       column-gap: 2.1rem;
  row-gap: 4rem;
  display: grid;
}
.production .img-wrap.flex-3 .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.production .img-wrap.flex-3 .img ul li {
  color: #666;
  font-family: "Pretendard", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375;
}

@media all and (max-width: 64rem) {
  .production .section {
    padding-bottom: 12rem;
  }
  .production .txt-wrap {
    gap: 3rem;
  }
  .production .txt-wrap dt {
    width: 100%;
    min-width: 100%;
  }
  .production .txt-wrap dd {
    word-break: keep-all;
    width: 100%;
  }
  .production .txt-wrap dd br {
    display: none;
  }
}
@media all and (max-width: 63.9375rem) {
  .production .section {
    padding-bottom: 10rem;
  }
  .production .tab {
    margin-bottom: 6rem;
  }
  .production .txt-wrap {
    display: block;
    flex-direction: column;
    gap: 1.6rem;
  }
  .production .step > li {
    padding-bottom: 6rem;
    gap: 4rem;
  }
  .production .img-wrap.flex-2 {
    display: block;
  }
  .production .img-wrap.flex-2 .img {
    width: 100%;
  }
  .production .txt-wrap dt {
    margin-bottom: 2rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .production .tab {
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    margin-bottom: 4rem;
  }
  .production .tab li::before {
    display: none;
  }
  .production .step .num {
    width: 4rem;
    min-width: 4rem;
    height: 4rem;
    font-size: var(--fs-md);
    border-radius: 1.8rem;
    -webkit-border-radius: 1.8rem;
    -moz-border-radius: 1.8rem;
    -ms-border-radius: 1.8rem;
    -o-border-radius: 1.8rem;
  }
  .production .step > li {
    padding-bottom: 4rem;
    gap: 2rem;
  }
  .production .step > li::before {
    left: 2rem;
  }
  .production .step dl {
    gap: 1.6rem;
  }
  .production .step dt {
    padding: 1.5rem 2rem;
    gap: 2rem;
    font-size: var(--fs-sm);
  }
  .production .step dt span::before {
    height: 1.5rem;
    right: -1.1rem;
  }
  .production .step .num-list li {
    font-size: var(--fs-sm);
  }
  .production .txt-wrap dd {
    font-size: var(--fs-com);
  }
  .production .img-wrap.flex-3 {
    display: block;
    width: auto;
  }
  .production .img-wrap.flex-3 img {
    margin-bottom: 2rem;
  }
}
.cert {
  padding-top: 0;
}
.cert .inner {
  padding: 12rem 0;
}
.cert .top-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  position: relative;
  z-index: 10;
}
.cert .top-list h5 {
  color: #222;
  font-family: "Pretendard", sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.252;
}
.cert .top-list form {
  display: flex;
}
.cert .top-list form .select-box {
  width: 10rem;
}
.cert .top-list form .select-box .selected {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
  padding: 1rem 1.5rem;
  border: 1px solid #ddd;
  background: url(/static/img/icon/bottom.svg) no-repeat center right 10px;
}
.cert .top-list form .select-box .selected span {
  color: #222;
  font-family: "Pretendard", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 21.6px */
}
.cert .top-list form .select-box .option-list {
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  border: 1px solid #ddd;
  background: #fff;
}
.cert .top-list form .select-box .option-list li {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.2rem;
  cursor: pointer;
}
.cert .top-list form .select-box .option-list li:hover {
  background: #f5f5f5;
}
.cert .top-list form .select-box.open .option-list {
  display: block;
}
.cert .top-list form .select-box.open .option-list span {
  color: #222;
  font-family: "Pretendard", sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.216;
}
.cert .filter-tab {
  display: flex;
  justify-content: center;
  gap: 10rem;
  margin-bottom: 5rem;
}
.cert .filter-tab .tab {
  font-size: 1.6rem;
  position: relative;
  color: #999;
  text-align: center;
  font-family: "Pretendard", sans-serif;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3.40909;
  position: relative;
}
.cert .filter-tab .tab.active {
  color: #000;
  font-weight: 600;
}
.cert .filter-tab .tab.b:after {
  content: "";
  width: 0.1rem;
  height: 2rem;
  background-color: #000;
  opacity: 0.5;
  position: absolute;
  right: -5rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.cert .cert-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 4.2rem;
}
.cert .cert-grid .item {
  text-align: center;
}
.cert .cert-grid .item img {
  width: 100%;
  display: block;
}
.cert .cert-grid .item strong {
  display: block;
  margin-top: 2rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #000;
  text-align: center;
  font-family: "Pretendard", sans-serif;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.04545;
}
.cert .cert-grid .item p {
  color: #000;
  font-family: "Pretendard", sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.66667;
}

@media all and (max-width: 85.375rem) {
  .cert .inner {
    padding: 0 2rem;
  }
  .cert .top-list {
    padding: 0;
  }
  .cert .cert-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 4.2rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .cert {
    padding-bottom: 2rem;
  }
  .cert .cert-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 4.2rem;
    padding: 0 2rem;
  }
  .cert .cert-grid .item {
    text-align: center;
  }
  .cert .cert-grid .item img {
    width: 100%;
    display: block;
  }
  .cert .cert-grid .item strong {
    display: block;
    margin-top: 2rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #000;
    text-align: center;
    font-family: "Pretendard", sans-serif;
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2.04545;
  }
  .cert .cert-grid .item p {
    color: #000;
    font-family: "Pretendard", sans-serif;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1.66667;
  }
}
@media all and (max-width: 47.9375rem) {
  .cert .cert-grid {
    display: block;
  }
}
.pagination {
  display: flex;
  gap: 0.8rem;
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
}
.pagination ul {
  display: flex;
  gap: 0.4rem;
}
.pagination ul a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  font-size: var(--fs-md);
  font-weight: 400;
  line-height: 1.4;
  color: #666;
}
.pagination ul .active a {
  color: #fff;
  font-weight: 700;
  background: #000;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
}

.product .section {
  padding-bottom: 12rem;
}
.product .article {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 9rem;
  padding: 8rem 0;
  border-bottom: 1px solid #000;
}
.product .article.first {
  border-top: 1px solid #000;
}
.product .img {
  min-width: 60rem;
}
.product .flex-wrap {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
.product .reverse {
  flex-direction: row-reverse;
}
.product .reverse .icon {
  justify-content: center;
}
.product .type {
  display: block;
  text-align: center;
  font-size: calc(var(--fs-stit) + 0.3rem);
  font-weight: 800;
}
.product .detail {
  color: #000;
  font-family: "Pretendard", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.65;
  /* 165% */
}
.product .icon {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 2.6rem;
  width: 100%;
  max-width: 73rem;
}
.product .icon li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  width: calc(16.6666666667% - 2.1666666667rem);
}
.product .icon li span {
  display: block;
  text-align: center;
  font-size: var(--fs-com);
  font-weight: 400;
  line-height: 1.1111;
}

@media all and (max-width: 85.375rem) {
  .product .article {
    gap: 6rem;
    padding: 6rem 0;
  }
  .product .img {
    min-width: 50rem;
    width: 50rem;
  }
}
@media all and (max-width: 64rem) {
  .product .section {
    padding-bottom: 10rem;
  }
  .product .article {
    gap: 6rem;
    padding: 6rem 0;
  }
  .product .img {
    min-width: 36rem;
    width: 36rem;
  }
  .product .flex-wrap {
    gap: 4rem;
  }
  .product .icon {
    gap: 2rem 1.2rem;
  }
  .product .icon li {
    width: calc(20% - 0.96rem);
  }
}
@media all and (max-width: 63.9375rem) {
  .product .article {
    flex-direction: column;
    gap: 4rem;
    padding: 6rem 0;
  }
  .product .img {
    width: 100%;
    text-align: center;
    min-width: 0;
  }
  .product .flex-wrap {
    gap: 4rem;
    width: 100%;
  }
  .product .icon {
    gap: 2rem 1.6rem;
  }
  .product .icon li {
    width: calc(20% - 1.28rem);
  }
}
@media all and (max-width: 47.9375rem) {
  .product .section {
    padding-bottom: 8rem;
  }
  .product .article {
    gap: 3rem;
    padding: 4rem 0;
  }
  .product .reverse .icon {
    justify-content: flex-start;
  }
  .product .flex-wrap {
    gap: 2rem;
  }
  .product .icon {
    gap: 2rem 1rem;
  }
  .product .icon li {
    width: calc(25% - 0.75rem);
  }
  .product .icon li span {
    font-size: var(--fs-sm);
  }
}
.odm .title-wrap p {
  color: #000;
  text-align: center;
  font-family: "Pretendard", sans-serif;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.59091;
  /* 159.091% */
  margin-bottom: 8rem;
}
.odm .desc {
  margin-bottom: 8rem;
  font-size: var(--fs-md);
  font-weight: 500;
  line-height: 1.65;
}
.odm .desc-25 {
  color: #000;
  text-align: center;
  font-family: "Pretendard", sans-serif;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  /* 160% */
  margin-top: 3rem;
}
.odm .step {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem 6.7rem;
  margin-bottom: 8rem;
}
.odm .step li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.3rem;
  padding: 3rem 0;
  width: calc(20% - 5.36rem);
  border: 0.1rem solid rgba(255, 65, 106, 0.3);
  background: rgba(246, 244, 245, 0.5);
  border-radius: 5rem;
  -webkit-border-radius: 5rem;
  -moz-border-radius: 5rem;
  -ms-border-radius: 5rem;
  -o-border-radius: 5rem;
}
.odm .step li::before {
  content: "";
  width: 2.3rem;
  height: 4.5rem;
  position: absolute;
  top: 50%;
  right: -4.5rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  background: url("../img/sub/arrow.png") no-repeat;
  background-size: cover;
}
.odm .step li:nth-child(5)::before, .odm .step li:last-child::before {
  display: none;
}
.odm .step li dl {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  text-align: center;
}
.odm .step li dt {
  font-size: calc(var(--fs-md) + 0.2rem);
  font-weight: 800;
  line-height: 1.5;
}
.odm .step li dd {
  font-size: var(--fs-md);
  font-weight: 400;
  line-height: 1.25;
}

@media all and (max-width: 85.375rem) {
  .odm .step li {
    gap: 2rem;
  }
  .odm .step li dt {
    font-size: calc(var(--fs-com) + 0.2rem);
  }
  .odm .step li dd {
    font-size: var(--fs-com);
  }
}
@media all and (max-width: 64rem) {
  .odm .section {
    padding-bottom: 12rem;
  }
  .odm .desc {
    margin-bottom: 6rem;
  }
  .odm .step li {
    width: calc(25% - 5.025rem);
  }
  .odm .step li:nth-child(4)::before, .odm .step li:nth-child(8)::before, .odm .step li:last-child::before {
    display: none;
  }
  .odm .step li:nth-child(5)::before {
    display: block;
  }
}
@media all and (max-width: 63.9375rem) {
  .odm .section {
    padding-bottom: 0;
  }
  .odm .step {
    gap: 3rem 5rem;
  }
  .odm .step li {
    width: calc(33.3333333333% - 3.3333333333rem);
  }
  .odm .step li::before {
    right: -3.8rem;
  }
  .odm .step li:nth-child(3)::before, .odm .step li:nth-child(6)::before, .odm .step li:last-child::before {
    display: none;
  }
  .odm .step li:nth-child(4)::before, .odm .step li:nth-child(8)::before {
    display: block;
  }
}
@media all and (max-width: 47.9375rem) {
  .odm .section {
    padding-bottom: 0;
  }
  .odm .desc {
    margin-bottom: 4rem;
  }
  .odm .step {
    gap: 2rem;
  }
  .odm .step li {
    width: calc(50% - 1rem);
    gap: 1rem;
    padding: 2rem 0;
  }
  .odm .step li::before {
    display: none !important;
  }
  .odm .step li dt {
    font-size: calc(var(--fs-sm) + 0.2rem);
  }
  .odm .step li dd {
    font-size: var(--fs-sm);
  }
}
.raw,
.china {
  padding: 0 0 15rem;
}
.raw .tab-wrapper,
.china .tab-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12rem;
}
.raw .txt-wrap,
.china .txt-wrap {
  display: flex;
  gap: 4rem;
  margin-bottom: 12rem;
}
.raw .txt-wrap dt,
.china .txt-wrap dt {
  display: block;
  min-width: 28rem;
  font-size: var(--fs-stit);
  font-weight: 700;
  line-height: 1.3333;
  color: #FF416A;
}
.raw .txt-wrap dd,
.china .txt-wrap dd {
  font-size: var(--fs-md);
  font-weight: 400;
  line-height: 1.65;
  min-width: 85%;
}
.raw .txt-wrap dd .fw-600,
.china .txt-wrap dd .fw-600 {
  color: #000;
  font-family: "Pretendard", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.65;
  margin-bottom: 2rem;
  /* 165% */
}
.raw .txt-wrap dd .keywords h4,
.china .txt-wrap dd .keywords h4 {
  color: #000;
  font-family: "Pretendard", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.65;
  /* 165% */
}
.raw .txt-wrap dd .keywords span,
.china .txt-wrap dd .keywords span {
  display: inline-block;
  padding: 2rem 2.8rem;
  border-radius: 5rem;
  -webkit-border-radius: 5rem;
  -moz-border-radius: 5rem;
  -ms-border-radius: 5rem;
  -o-border-radius: 5rem;
  background: #F6F6F6;
  margin-right: 1rem;
}
.raw .txt-wrap dd .development-p,
.china .txt-wrap dd .development-p {
  margin: 5rem 0;
  color: #000;
  font-family: "Pretendard", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.65;
}
.raw .txt-wrap dd .img,
.china .txt-wrap dd .img {
  text-align: left;
}
.raw .img-wrap,
.china .img-wrap {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  flex-direction: column;
  align-items: center;
  margin: 8rem auto 0;
  gap: 1rem;
}
.raw .img-wrap .desc,
.china .img-wrap .desc {
  width: 100%;
  text-align: center;
  font-size: var(--fs-com);
  font-weight: 600;
  color: #666;
  line-height: 1.83333;
}
.raw .raw-img,
.china .raw-img {
  background: #FAFAFA;
  padding: 0;
}
.raw .raw-img .inner,
.china .raw-img .inner {
  padding: 13rem 0 20rem;
}
.raw .raw-img .sec-tit,
.china .raw-img .sec-tit {
  margin-top: 0;
  color: #000;
  text-align: center;
  font-family: "Pretendard", sans-serif;
  font-size: 5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
}
.raw .raw-img .img-box,
.china .raw-img .img-box {
  display: flex;
  gap: 3.05rem;
}
.raw .raw-img .img-box .left-img,
.china .raw-img .img-box .left-img {
  width: calc(50% - 1.525rem);
}
.raw .raw-img .img-box .left-img img,
.china .raw-img .img-box .left-img img {
  width: 100%;
}
.raw .raw-img .img-box .right-img,
.china .raw-img .img-box .right-img {
  width: calc(50% - 1.525rem);
  display: flex;
  gap: 3.05rem;
}
.raw .raw-img .img-box .right-img .text-box,
.china .raw-img .img-box .right-img .text-box {
  width: calc(50% - 1.525rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.raw .raw-img .img-box .right-img .text-box p,
.china .raw-img .img-box .right-img .text-box p {
  color: #000;
  font-family: "Pretendard", sans-serif;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.66667;
}
.raw .raw-img .img-box .right-img .img,
.china .raw-img .img-box .right-img .img {
  width: calc(50% - 1.525rem);
}
.raw .raw-img .img-box .right-img .img img,
.china .raw-img .img-box .right-img .img img {
  width: 100%;
}

@media all and (max-width: 85.375rem) {
  .raw,
  .china {
    padding: 0 0 15rem;
  }
  .raw .inner,
  .china .inner {
    width: 100%;
  }
  .raw .tab-wrapper,
  .china .tab-wrapper {
    display: flex;
    flex-direction: column;
    gap: 12rem;
  }
  .raw .txt-wrap,
  .china .txt-wrap {
    display: block;
    margin-bottom: 12rem;
  }
  .raw .txt-wrap dt,
  .china .txt-wrap dt {
    display: block;
    min-width: 22rem;
    font-size: var(--fs-stit);
    font-weight: 700;
    line-height: 1.3333;
    color: #FF416A;
  }
  .raw .txt-wrap dd,
  .china .txt-wrap dd {
    font-size: var(--fs-md);
    font-weight: 400;
    line-height: 1.65;
    min-width: 78%;
  }
  .raw .txt-wrap dd .fw-600,
  .china .txt-wrap dd .fw-600 {
    color: #000;
    font-family: "Pretendard", sans-serif;
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.65;
    margin-bottom: 2rem;
    /* 165% */
  }
  .raw .txt-wrap dd .keywords h4,
  .china .txt-wrap dd .keywords h4 {
    color: #000;
    font-family: "Pretendard", sans-serif;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.65;
    /* 165% */
  }
  .raw .txt-wrap dd .keywords span,
  .china .txt-wrap dd .keywords span {
    display: inline-block;
    padding: 1rem;
    border-radius: 5rem;
    -webkit-border-radius: 5rem;
    -moz-border-radius: 5rem;
    -ms-border-radius: 5rem;
    -o-border-radius: 5rem;
    background: #F6F6F6;
    margin-right: 1rem;
    margin-bottom: 1rem;
  }
  .raw .txt-wrap dd .development-p,
  .china .txt-wrap dd .development-p {
    margin: 5rem 0;
    color: #000;
    font-family: "Pretendard", sans-serif;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.65;
  }
  .raw .txt-wrap dd .img,
  .china .txt-wrap dd .img {
    text-align: left;
  }
  .raw .img-wrap,
  .china .img-wrap {
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    flex-direction: column;
    align-items: center;
    margin: 8rem auto 0;
    gap: 1rem;
  }
  .raw .img-wrap .desc,
  .china .img-wrap .desc {
    width: 100%;
    text-align: center;
    font-size: var(--fs-com);
    font-weight: 600;
    color: #666;
    line-height: 1.83333;
  }
  .raw .raw-img,
  .china .raw-img {
    background: #FAFAFA;
    padding: 0;
  }
  .raw .raw-img .inner,
  .china .raw-img .inner {
    padding: 13rem 2rem 12rem;
  }
  .raw .raw-img .sec-tit,
  .china .raw-img .sec-tit {
    margin-top: 0;
    color: #000;
    text-align: center;
    font-family: "Pretendard", sans-serif;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.3;
  }
  .raw .img-box,
  .china .img-box {
    display: flex;
    gap: 3.05rem;
  }
  .raw .img-box .left-img,
  .china .img-box .left-img {
    width: calc(50% - 1.525rem);
  }
  .raw .img-box .left-img img,
  .china .img-box .left-img img {
    width: 100%;
  }
  .raw .img-box .right-img,
  .china .img-box .right-img {
    width: calc(50% - 1.525rem);
    display: flex;
    gap: 3.05rem;
  }
  .raw .img-box .right-img .text-box,
  .china .img-box .right-img .text-box {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .raw .img-box .right-img .text-box p,
  .china .img-box .right-img .text-box p {
    color: #000;
    font-family: "Pretendard", sans-serif;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.66667;
  }
  .raw .img-box .right-img .img,
  .china .img-box .right-img .img {
    flex: 1;
  }
  .raw .img-box .right-img .img img,
  .china .img-box .right-img .img img {
    width: 100%;
  }
}
@media all and (max-width: 63.9375rem) {
  .raw,
  .china {
    padding: 0 0 15rem;
  }
  .raw .inner,
  .china .inner {
    width: 100%;
  }
  .raw .tab-wrapper,
  .china .tab-wrapper {
    display: flex;
    flex-direction: column;
    gap: 12rem;
  }
  .raw .txt-wrap,
  .china .txt-wrap {
    display: block;
    margin-bottom: 12rem;
  }
  .raw .txt-wrap dt,
  .china .txt-wrap dt {
    display: block;
    min-width: 28rem;
    font-size: var(--fs-stit);
    font-weight: 700;
    line-height: 1.3333;
    color: #FF416A;
  }
  .raw .txt-wrap dd,
  .china .txt-wrap dd {
    font-size: var(--fs-md);
    font-weight: 400;
    line-height: 1.65;
    min-width: 85%;
  }
  .raw .txt-wrap dd .fw-600,
  .china .txt-wrap dd .fw-600 {
    color: #000;
    font-family: "Pretendard", sans-serif;
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.65;
    margin-bottom: 2rem;
    /* 165% */
  }
  .raw .txt-wrap dd .keywords h4,
  .china .txt-wrap dd .keywords h4 {
    color: #000;
    font-family: "Pretendard", sans-serif;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.65;
    /* 165% */
  }
  .raw .txt-wrap dd .keywords span,
  .china .txt-wrap dd .keywords span {
    display: inline-block;
    padding: 1rem;
    border-radius: 5rem;
    -webkit-border-radius: 5rem;
    -moz-border-radius: 5rem;
    -ms-border-radius: 5rem;
    -o-border-radius: 5rem;
    background: #F6F6F6;
    margin-right: 1rem;
    margin-bottom: 1rem;
  }
  .raw .txt-wrap dd .development-p,
  .china .txt-wrap dd .development-p {
    margin: 5rem 0;
    color: #000;
    font-family: "Pretendard", sans-serif;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.65;
  }
  .raw .txt-wrap dd .img,
  .china .txt-wrap dd .img {
    text-align: left;
  }
  .raw .img-wrap,
  .china .img-wrap {
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    flex-direction: column;
    align-items: center;
    margin: 8rem auto 0;
    gap: 1rem;
  }
  .raw .img-wrap .desc,
  .china .img-wrap .desc {
    width: 100%;
    text-align: center;
    font-size: var(--fs-com);
    font-weight: 600;
    color: #666;
    line-height: 1.83333;
  }
  .raw .raw-img,
  .china .raw-img {
    background: #FAFAFA;
    padding: 0;
  }
  .raw .raw-img .inner,
  .china .raw-img .inner {
    padding: 13rem 2rem 0rem;
  }
  .raw .raw-img .sec-tit,
  .china .raw-img .sec-tit {
    margin-top: 0;
    color: #000;
    text-align: center;
    font-family: "Pretendard", sans-serif;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.3;
  }
  .raw .raw-img .img-box,
  .china .raw-img .img-box {
    display: block;
    gap: 3.05rem;
  }
  .raw .raw-img .img-box .left-img,
  .china .raw-img .img-box .left-img {
    width: 100%;
    text-align: center;
    margin-bottom: 2rem;
  }
  .raw .raw-img .img-box .left-img img,
  .china .raw-img .img-box .left-img img {
    width: 100%;
  }
  .raw .raw-img .img-box .right-img,
  .china .raw-img .img-box .right-img {
    width: 100%;
    display: block;
    gap: 3.05rem;
  }
  .raw .raw-img .img-box .right-img .text-box,
  .china .raw-img .img-box .right-img .text-box {
    width: 100%;
    display: block;
    margin-bottom: 2rem;
  }
  .raw .raw-img .img-box .right-img .text-box p,
  .china .raw-img .img-box .right-img .text-box p {
    color: #000;
    font-family: "Pretendard", sans-serif;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.66667;
  }
  .raw .raw-img .img-box .right-img .text-box img,
  .china .raw-img .img-box .right-img .text-box img {
    width: 100%;
  }
  .raw .raw-img .img-box .right-img .text-box .img,
  .china .raw-img .img-box .right-img .text-box .img {
    width: 100%;
  }
  .raw .raw-img .img-box .right-img .text-box .img img,
  .china .raw-img .img-box .right-img .text-box .img img {
    width: 100%;
    max-width: 100%;
  }
  .raw .raw-img .img-box .right-img .img,
  .china .raw-img .img-box .right-img .img {
    width: 100%;
  }
}
@media all and (max-width: 47.9375rem) {
  .raw,
  .china {
    padding: 0 0 15rem;
  }
  .raw .inner,
  .china .inner {
    width: 100%;
  }
  .raw .tab-wrapper,
  .china .tab-wrapper {
    display: flex;
    flex-direction: column;
    gap: 12rem;
  }
  .raw .txt-wrap,
  .china .txt-wrap {
    display: block;
    margin-bottom: 12rem;
  }
  .raw .txt-wrap dt,
  .china .txt-wrap dt {
    display: block;
    min-width: 28rem;
    font-size: var(--fs-stit);
    font-weight: 700;
    line-height: 1.3333;
    color: #FF416A;
  }
  .raw .txt-wrap dd,
  .china .txt-wrap dd {
    font-size: var(--fs-md);
    font-weight: 400;
    line-height: 1.65;
    min-width: 85%;
  }
  .raw .txt-wrap dd .fw-600,
  .china .txt-wrap dd .fw-600 {
    color: #000;
    font-family: "Pretendard", sans-serif;
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.65;
    margin-bottom: 2rem;
    /* 165% */
  }
  .raw .txt-wrap dd .keywords h4,
  .china .txt-wrap dd .keywords h4 {
    color: #000;
    font-family: "Pretendard", sans-serif;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.65;
    /* 165% */
  }
  .raw .txt-wrap dd .keywords span,
  .china .txt-wrap dd .keywords span {
    display: inline-block;
    padding: 1rem;
    border-radius: 5rem;
    -webkit-border-radius: 5rem;
    -moz-border-radius: 5rem;
    -ms-border-radius: 5rem;
    -o-border-radius: 5rem;
    background: #F6F6F6;
    margin-right: 1rem;
    margin-bottom: 1rem;
  }
  .raw .txt-wrap dd .development-p,
  .china .txt-wrap dd .development-p {
    margin: 5rem 0;
    color: #000;
    font-family: "Pretendard", sans-serif;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.65;
  }
  .raw .txt-wrap dd .img,
  .china .txt-wrap dd .img {
    text-align: left;
  }
  .raw .img-wrap,
  .china .img-wrap {
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    flex-direction: column;
    align-items: center;
    margin: 8rem auto 0;
    gap: 1rem;
  }
  .raw .img-wrap .desc,
  .china .img-wrap .desc {
    width: 100%;
    text-align: center;
    font-size: var(--fs-com);
    font-weight: 600;
    color: #666;
    line-height: 1.83333;
  }
  .raw .raw-img,
  .china .raw-img {
    background: #FAFAFA;
    padding: 0;
  }
  .raw .raw-img .inner,
  .china .raw-img .inner {
    padding: 13rem 2rem 0rem;
  }
  .raw .raw-img .sec-tit,
  .china .raw-img .sec-tit {
    margin-top: 0;
    color: #000;
    text-align: center;
    font-family: "Pretendard", sans-serif;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.3;
  }
  .raw .raw-img .img-box,
  .china .raw-img .img-box {
    display: block;
    gap: 3.05rem;
  }
  .raw .raw-img .img-box .left-img,
  .china .raw-img .img-box .left-img {
    width: 100%;
    text-align: center;
    margin-bottom: 2rem;
  }
  .raw .raw-img .img-box .left-img img,
  .china .raw-img .img-box .left-img img {
    width: 100%;
  }
  .raw .raw-img .img-box .right-img,
  .china .raw-img .img-box .right-img {
    width: 100%;
    display: block;
    gap: 3.05rem;
  }
  .raw .raw-img .img-box .right-img .text-box,
  .china .raw-img .img-box .right-img .text-box {
    width: 100%;
    display: block;
    margin-bottom: 2rem;
  }
  .raw .raw-img .img-box .right-img .text-box p,
  .china .raw-img .img-box .right-img .text-box p {
    color: #000;
    font-family: "Pretendard", sans-serif;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.66667;
  }
  .raw .raw-img .img-box .right-img .text-box img,
  .china .raw-img .img-box .right-img .text-box img {
    width: 100%;
  }
  .raw .raw-img .img-box .right-img .text-box .img img,
  .china .raw-img .img-box .right-img .text-box .img img {
    width: 100%;
    max-width: 100%;
  }
}
.china .txt-wrap {
  margin-bottom: 0rem;
}
.china .txt-wrap .img-china {
  text-align: center;
}
.china .tab {
  display: flex;
  justify-content: center;
  gap: 10rem;
  margin-bottom: 8rem;
}
.china .tab li {
  position: relative;
}
.china .tab li::before {
  content: "";
  width: 0.1rem;
  height: 2.4rem;
  position: absolute;
  top: 50%;
  right: -5.1rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.2);
}
.china .tab li:last-child::before {
  display: none;
}
.china .tab a {
  font-size: calc(var(--fs-md) + 0.2rem);
  font-weight: 400;
  color: #999;
}
.china .tab .on a {
  color: #000;
  font-weight: 700;
}
.china .keywords.b span:nth-child(3) {
  border-radius: 5rem;
  -webkit-border-radius: 5rem;
  -moz-border-radius: 5rem;
  -ms-border-radius: 5rem;
  -o-border-radius: 5rem;
  border: 1px solid #FF416A;
  background: rgba(255, 65, 106, 0.1);
}

.inquiry-form .form-table {
  width: 100%;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 3rem 0 2rem;
}
.inquiry-form .row {
  display: grid;
  align-items: start;
  padding: 0.5rem 0;
}
.inquiry-form .row.half {
  grid-template-columns: 12rem 1fr 12rem 1fr;
  gap: 6rem;
}
.inquiry-form .row.full, .inquiry-form .row.file, .inquiry-form .row.privacy, .inquiry-form .row.agree {
  grid-template-columns: 12rem 1fr;
  gap: 6rem;
}
.inquiry-form .label {
  font-weight: 500;
  font-size: 1.4rem;
  color: #000;
  font-family: "Pretendard", sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.5;
}
.inquiry-form .input input,
.inquiry-form .input textarea {
  width: 100%;
  padding: 1.2rem 1.4rem;
  border: 1px solid #ddd;
  font-size: 1.4rem;
  color: #333;
  height: 4.8rem;
  padding: 0 20px;
}
.inquiry-form .input input::-moz-placeholder, .inquiry-form .input textarea::-moz-placeholder {
  color: #C7C7C7;
  font-family: "Pretendard", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 4.6875;
}
.inquiry-form .input input::placeholder,
.inquiry-form .input textarea::placeholder {
  color: #C7C7C7;
  font-family: "Pretendard", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 4.6875;
}
.inquiry-form .input textarea {
  height: 22rem;
  resize: none;
}
.inquiry-form .file-wrap {
  display: flex;
  gap: 0.5rem;
}
.inquiry-form .file-wrap .file-name {
  flex: 1;
}
.inquiry-form .file-wrap .file-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2.4rem;
  background: #888;
  color: #fff;
  font-size: 1.3rem;
  cursor: pointer;
  white-space: nowrap;
  width: 11rem;
}
.inquiry-form .privacy-text {
  padding: 1rem 2rem;
  line-height: 1.6;
  background: #F6F6F6;
  border: 1px solid #E9E9E9;
  color: #919191;
  font-family: "Pretendard", sans-serif;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.53846;
  padding-bottom: 3rem;
}
.inquiry-form .agree label {
  font-size: 1.3rem;
}
.inquiry-form .row.agree input {
  width: 2.2rem;
  height: 2.2rem;
  padding: 0;
  vertical-align: middle;
  margin-right: 0.5rem;
  display: block;
}
.inquiry-form .row.agree input[type=checkbox] {
  -moz-appearance: auto;
       appearance: auto;
  -webkit-appearance: checkbox;
  display: inline-block;
}
.inquiry-form .btn-wrap {
  margin-top: 4rem;
  text-align: center;
}
.inquiry-form .btn-wrap button {
  padding: 1.2rem 4.8rem;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 3rem;
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  -ms-border-radius: 3rem;
  -o-border-radius: 3rem;
  font-size: 1.4rem;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  cursor: pointer;
}
.inquiry-form .btn-wrap button:hover {
  border-radius: 60px;
  border: 1px solid #FF416A;
  background: #FFF;
  color: #FF416A;
}

.gap-3-wrapper {
  padding: 2.5rem 0 1.5rem;
}

@media all and (max-width: 47.9375rem) {
  .inquiry-form .row {
    display: block;
  }
}
.acordian .acordian-box {
  border-top: 0.1rem solid #000;
  background-color: #fff;
}
.acordian .acordian-box:nth-child(10) {
  border-bottom: 0.1rem solid #000;
}
.acordian .acordian-box .q-item input {
  display: none;
}
.acordian .acordian-box .q-item label {
  display: block;
  width: 100%;
  color: #000;
  padding: 1.5rem 3rem;
  font-family: "Pretendard", sans-serif;
  font-size: var(--fs-md)0.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 225%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.acordian .acordian-box .q-item label span {
  margin-right: 3rem;
  display: inline-block;
  color: #EF2F59;
  text-align: center;
  font-family: "Pretendard", sans-serif;
  font-size: var(--fs-ctit);
  font-style: normal;
  font-weight: 600;
  padding: 0 1.3rem;
  border-radius: 0.3rem;
  background: #F2F8F3;
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -ms-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
  width: 4.5rem;
  height: 4.5rem;
  line-height: 4rem;
  border-radius: 3px;
  border: 1px solid rgba(239, 47, 89, 0.3);
  background: #FFF7F9;
}
.acordian .acordian-box .q-item .a-item {
  display: flex;
  gap: 3rem;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  opacity: 0;
  height: 0;
}
.acordian .acordian-box .q-item .a-item span {
  display: inline-block;
  text-align: center;
  font-family: "Pretendard", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  padding: 0 1.3rem;
  border-radius: 0.3rem;
  background: transparent;
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -ms-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
  color: #000;
  line-height: 1.8;
}
.acordian .q-item input[name=item]:checked ~ label {
  display: block;
  width: 100%;
  color: #000;
  font-family: "Pretendard", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 204.545%;
  background-color: #FBF9FA;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.04545;
}
.acordian .q-item input[name=item]:checked ~ label span {
  color: #FFF;
  border: 1px solid #990021;
  background: #FF416A;
}
.acordian .q-item input[name=item]:checked ~ .a-item {
  opacity: 1;
  background: #FBF9FA;
  padding: 2rem 3rem 3rem;
  height: auto;
}
.acordian .text-box p,
.acordian .text-box ul {
  color: #000;
  font-family: "Pretendard", sans-serif;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 300;
  line-height: 2.04545;
}

.news .section {
  padding-bottom: 12rem;
}
.news .list {
  width: 100%;
}
.news .list li {
  border-bottom: 0.1rem solid #000;
}
.news .list li:first-child {
  border-top: 0.1rem solid #000;
}
.news .list li:hover {
  background: rgba(255, 65, 106, 0.05);
}
.news .list li:hover .title {
  font-weight: 600;
}
.news .list .top {
  padding: 1.5rem 0;
  display: flex;
  justify-content: space-between;
}
.news .list .title {
  display: inline-block;
  width: calc(100% - 20rem);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: var(--fs-md);
  font-weight: 400;
  line-height: 2.25;
}
.news .list .title.a {
  background: url(/static/img/icon/link.png) no-repeat center left 45rem;
}
.news .list .type {
  display: inline-block;
  min-width: 5rem;
  width: 5rem;
  max-width: 6.6rem;
  margin-right: 2rem;
  text-align: center;
}
.news .list .right {
  display: flex;
  align-items: center;
  min-width: 15rem;
  width: 15rem;
  gap: 3.6rem;
}
.news .list .right span {
  position: relative;
  font-size: var(--fs-sm);
  font-weight: 300;
  line-height: 2.8125;
  color: #888;
}
.news .list .right span::before {
  content: "";
  width: 0.1rem;
  height: 1.5rem;
  position: absolute;
  top: 50%;
  right: -1.9rem;
  background: #888;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.news .list .right span:last-of-type::before {
  display: none;
}
.news .top-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  position: relative;
  z-index: 10;
}
.news .top-list h5 {
  color: #222;
  font-family: "Pretendard", sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.252;
}
.news .top-list form {
  display: flex;
}
.news .top-list form .select-box {
  width: 10rem;
}
.news .top-list form .select-box .selected {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
  padding: 1rem 1.5rem;
  border: 1px solid #ddd;
  background: url(/static/img/icon/bottom.svg) no-repeat center right 10px;
}
.news .top-list form .select-box .selected span {
  color: #222;
  font-family: "Pretendard", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 21.6px */
}
.news .top-list form .select-box .option-list {
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  border: 1px solid #ddd;
  background: #fff;
}
.news .top-list form .select-box .option-list li {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.2rem;
  cursor: pointer;
}
.news .top-list form .select-box .option-list li:hover {
  background: #f5f5f5;
}
.news .top-list form .select-box.open .option-list {
  display: block;
}
.news .top-list form .select-box.open .option-list span {
  color: #222;
  font-family: "Pretendard", sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.216;
}

@media all and (max-width: 63.9375rem) {
  .news .section {
    padding-bottom: 10rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .news .section {
    padding-bottom: 8rem;
  }
  .news .top {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
  }
  .news .list .title {
    line-height: 1.3;
    width: 100%;
  }
  .news .list .right span {
    line-height: 1.3;
  }
}
.viewpage .section {
  padding-bottom: 12rem;
}
.viewpage .view-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4rem 5rem;
  border: 0.1rem solid #000;
}
.viewpage .view-header .title-area {
  display: flex;
  font-size: calc(var(--fs-stit) + 0.3rem);
  font-weight: 400;
  line-height: 1.36364;
}
.viewpage .view-header .title-area .type {
  font-weight: 600;
}
.viewpage .view-header .title-area .title {
  font-weight: 400;
}
.viewpage .view-header .right {
  display: flex;
  align-items: center;
  min-width: 15rem;
  width: 15rem;
  gap: 3.6rem;
}
.viewpage .view-header .right span {
  position: relative;
  font-size: var(--fs-sm);
  font-weight: 300;
  line-height: 2.8125;
}
.viewpage .view-header .right span::before {
  content: "";
  width: 0.1rem;
  height: 1.5rem;
  position: absolute;
  top: 50%;
  right: -1.9rem;
  background: #000;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.viewpage .view-header .right span:last-of-type::before {
  display: none;
}
.viewpage .view-body {
  padding: 4rem 0 8rem;
  border-bottom: 0.1rem solid #000;
}
.viewpage .view-body .img-wrap {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 0rem;
}
.viewpage .view-body p,
.viewpage .view-body div {
  font-size: var(--fs-com);
  font-weight: 300;
  line-height: 1.66667;
}
.viewpage .view-body .desc {
  margin-bottom: 5rem;
}
.viewpage .view-body .file span img {
  margin-left: 1rem;
}
.viewpage .view-body strong {
  padding-right: 1rem;
}
.viewpage .view-body a:hover {
  text-decoration: underline;
}
.viewpage .list-btn {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 4rem auto 0;
  padding: 1.1rem 5.6rem;
  font-size: var(--fs-com);
  font-weight: 500;
  line-height: 1.66667;
  border: 0.1rem solid;
  border-radius: 10rem;
  -webkit-border-radius: 10rem;
  -moz-border-radius: 10rem;
  -ms-border-radius: 10rem;
  -o-border-radius: 10rem;
  border: 1px solid rgba(0, 0, 0, 0.3);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.viewpage .list-btn:hover {
  border-radius: 6rem;
  -webkit-border-radius: 6rem;
  -moz-border-radius: 6rem;
  -ms-border-radius: 6rem;
  -o-border-radius: 6rem;
  border: 1px solid #FF416A;
  background: #FFF;
  color: #FF416A;
}

@media all and (max-width: 85.375rem) {
  .viewpage .view-header {
    padding: 3rem 4rem;
  }
  .viewpage .view-header .title-area {
    font-size: var(--fs-stit);
  }
}
@media all and (max-width: 64rem) {
  .viewpage .view-header {
    padding: 2.4rem 3.2rem;
  }
  .viewpage .view-header .title-area {
    font-size: var(--fs-md);
  }
  .viewpage .view-body {
    padding: 6rem 0 8rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .seciton {
    padding-bottom: 10rem;
  }
  .viewpage .view-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .viewpage .view-header .right > span {
    line-height: 1;
  }
  .viewpage .view-body {
    padding: 4rem 0 6rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .viewpage .section {
    padding-bottom: 8rem;
  }
  .viewpage .view-header {
    padding: 1.6rem;
  }
  .viewpage .view-header .title-area {
    flex-direction: column;
  }
  .viewpage .view-header .right > span {
    line-height: 1;
  }
  .viewpage .view-body {
    padding: 3rem 0 4rem;
  }
  .viewpage .list-btn {
    margin: 3rem auto 0;
  }
}
.ref .section {
  padding-bottom: 12rem;
}
.ref .list {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 5rem;
}
.ref .list li {
  width: calc(33.3333333333% - 3.3333333333rem);
}
.ref .list li .img {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
}
.ref .list li .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.ref .list li:hover .img {
  outline: 0.1rem solid #FF416A;
}
.ref .list dl {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  margin: 4rem 0 2.5rem;
}
.ref .list dt {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: calc(var(--fs-md) + 0.5rem);
  font-weight: 600;
  line-height: 1.12;
}
.ref .list dd {
  font-size: var(--fs-com);
  font-weight: 500;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: wrap;
}
.ref .date {
  font-size: calc(var(--fs-sm) - 0.1rem);
  font-weight: 300;
  color: rgba(0, 0, 0, 0.5);
}
.ref .viewmore {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 2.5rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2.5;
}
.ref .viewmore .icon,
.ref .viewmore img {
  display: block;
}
.ref .top-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  position: relative;
  z-index: 10;
}
.ref .top-list h5 {
  color: #222;
  font-family: "Pretendard", sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.252;
}
.ref .top-list form {
  display: flex;
}
.ref .top-list form .select-box {
  width: 10rem;
}
.ref .top-list form .select-box .selected {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
  padding: 1rem 1.5rem;
  border: 1px solid #ddd;
  background: url(/static/img/icon/bottom.svg) no-repeat center right 10px;
}
.ref .top-list form .select-box .selected span {
  color: #222;
  font-family: "Pretendard", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 21.6px */
}
.ref .top-list form .select-box .option-list {
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  border: 1px solid #ddd;
  background: #fff;
}
.ref .top-list form .select-box .option-list li {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.2rem;
  cursor: pointer;
}
.ref .top-list form .select-box .option-list li:hover {
  background: #f5f5f5;
}
.ref .top-list form .select-box.open .option-list {
  display: block;
}
.ref .top-list form .select-box.open .option-list span {
  color: #222;
  font-family: "Pretendard", sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.216;
}

@media all and (max-width: 64rem) {
  .ref .list {
    gap: 4rem 3rem;
  }
  .ref .list li {
    width: calc(33.3333333333% - 2rem);
  }
  .ref .list dl {
    margin: 3rem 0 2rem;
    gap: 2rem;
  }
  .ref .viewmore {
    margin-top: 2rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .ref .section {
    padding-bottom: 10rem;
  }
  .ref .list {
    gap: 4rem 2rem;
  }
  .ref .list li {
    width: calc(50% - 1rem);
  }
}
@media all and (max-width: 47.9375rem) {
  .ref .section {
    padding-bottom: 8rem;
  }
  .ref .list {
    gap: 3rem;
  }
  .ref .list li {
    width: 100%;
  }
}
.talent .card-article {
  padding: 9rem 0;
  background: #FBFBFB;
}
.talent .card {
  display: flex;
  gap: 3rem;
  flex-wrap: wrap;
}
.talent .card li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
  width: calc(25% - 2.25rem);
}
.talent .card dl {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: center;
}
.talent .card dt {
  font-size: var(--fs-stit);
  font-weight: 600;
  line-height: 1.6;
}
.talent .card dd {
  font-size: calc(var(--fs-md) + 0.5rem);
  font-weight: 300;
  line-height: 1.2;
  color: #666;
}
.talent .sec-2 {
  padding: 12rem 0 10rem;
}
.talent .flex-wrap {
  display: flex;
  gap: 3.9rem;
}
.talent .flex-wrap .flex-tit {
  font-size: var(--fs-stit);
  font-weight: 700;
  line-height: 1.33333;
  color: #FF416A;
  min-width: 25.7rem;
}
.talent .step {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.talent .step li {
  display: flex;
  flex-direction: column;
  gap: 7rem;
  padding-bottom: 4rem;
  width: 25%;
  position: relative;
}
.talent .step li:after {
  content: "";
  position: absolute;
  width: 2.3rem;
  height: 4.5rem;
  background: url(/static/img/icon/right.svg) no-repeat center center;
  right: 3.5rem;
  top: 50%;
}
.talent .step li:nth-child(4)::after {
  display: none;
}
.talent .step .num {
  font-size: calc(var(--fs-md) + 0.5rem);
  font-weight: 500;
  line-height: 1.32;
  font-family: "Montserrat", sans-serif;
}
.talent .step dl {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.talent .step dt {
  font-size: calc(var(--fs-md) + 0.5rem);
  font-weight: 600;
  line-height: 1.32;
}
.talent .step dd {
  font-size: var(--fs-com);
  font-weight: 300;
  line-height: 1.38889;
}
.talent .sec-3 {
  padding: 0 0 12rem;
}
.talent .benefits {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.talent .benefits li {
  width: 25%;
  display: flex;
  flex-direction: column;
  gap: 9rem;
  padding: 4rem;
  outline: 0.1rem solid #ccc;
}
.talent .benefits span {
  display: block;
  height: 5.6rem;
  font-size: calc(var(--fs-md) + 0.2rem);
  font-weight: 600;
  line-height: 1.5;
}

@media all and (max-width: 85.375rem) {
  .talent .flex-wrap .flex-tit {
    min-width: 20.7rem;
  }
  .talent .benefits span {
    font-size: var(--fs-md);
  }
}
@media all and (max-width: 64rem) {
  .talent .card li {
    gap: 3rem;
  }
  .talent .card dt {
    font-size: calc(var(--fs-md) + 0.4rem);
  }
  .talent .card dd {
    font-size: var(--fs-md);
  }
  .talent .flex-wrap .flex-tit {
    min-width: 19.7rem;
  }
  .talent .benefits li {
    width: 50%;
  }
  .talent .step li {
    width: 50%;
  }
}
@media all and (max-width: 63.9375rem) {
  .talent .card li {
    width: calc(50% - 1.5rem);
  }
  .talent .sec-2 {
    padding: 10rem 0;
  }
  .talent .sec-3 {
    padding: 0 0 10rem;
  }
  .talent .flex-wrap .flex-tit {
    min-width: 14.7rem;
  }
  .talent .step li {
    gap: 4rem;
  }
  .talent .benefits li {
    gap: 6rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .talent .card-article {
    padding: 6rem 0;
  }
  .talent .card {
    gap: 3rem 2rem;
  }
  .talent .card li {
    width: calc(50% - 1rem);
    gap: 1.6rem;
  }
  .talent .card dl {
    gap: 0.4rem;
  }
  .talent .card dt {
    font-size: var(--fs-md);
  }
  .talent .card dd {
    font-size: var(--fs-com);
  }
  .talent .sec-2 {
    padding: 8rem 0;
  }
  .talent .sec-3 {
    padding: 0 0 8rem;
  }
  .talent .flex-wrap {
    flex-direction: column;
    gap: 4rem;
  }
  .talent .flex-wrap .flex-tit {
    min-width: 0;
  }
  .talent .step li {
    gap: 2rem;
  }
  .talent .step li dl {
    gap: 1rem;
  }
  .talent .step li dt {
    font-size: var(--fs-md);
  }
  .talent .step li dd {
    font-size: var(--fs-sm);
  }
  .talent .benefits li {
    gap: 4rem;
    padding: 2rem;
  }
  .talent .benefits li span {
    font-size: var(--fs-com);
    height: 4.8rem;
  }
}
.info .sec-1 {
  padding-bottom: 12rem;
}
.info .step {
  display: flex;
  gap: 6.7rem;
}
.info .step li {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  align-items: center;
  padding-top: 5rem;
  width: calc(20% - 5.36rem);
  aspect-ratio: 1/1;
  border: 0.1rem solid rgba(255, 65, 106, 0.3);
  border-radius: 15rem;
  -webkit-border-radius: 15rem;
  -moz-border-radius: 15rem;
  -ms-border-radius: 15rem;
  -o-border-radius: 15rem;
  text-align: center;
}
.info .step li::before {
  content: "";
  width: 2.3rem;
  height: 4.5rem;
  position: absolute;
  top: 50%;
  right: -4.5rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  background: url("../img/sub/arrow.png") no-repeat;
  background-size: cover;
}
.info .step li:last-child::before {
  display: none;
}
.info .step li .num {
  display: block;
  font-size: calc(var(--fs-stit) - 0.5rem);
  font-weight: 800;
  line-height: 1.32;
  color: #FF416A;
}
.info .step .line {
  height: 0.1rem;
  width: 3rem;
  background: #000;
}
.info .step .desc {
  display: block;
  font-size: calc(var(--fs-md) + 0.2rem);
  font-weight: 400;
  line-height: 1.27273;
  text-align: center;
}
.info .sec-2 {
  padding: 12rem 0;
  background: #FBFBFB;
}
.info .list {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  padding: 5rem 0 5rem 8rem;
  background: #fff;
}
.info .list li {
  display: flex;
  gap: 1.5rem;
  font-size: var(--fs-md);
  font-weight: 300;
  line-height: 1.25;
}
.info .list li span {
  display: block;
  font-size: calc(var(--fs-md) + 0.2rem);
  font-weight: 600;
  line-height: 1.36364;
  min-width: 16rem;
}
.info .down {
  display: flex;
  justify-content: center;
  margin: 4rem auto 0;
  align-items: center;
  width: 32rem;
  height: 8rem;
  background: #fff;
  border: 0.1rem solid rgba(170, 170, 170, 0.6666666667);
  border-radius: 8rem;
  gap: 0.8rem;
  -webkit-border-radius: 8rem;
  -moz-border-radius: 8rem;
  -ms-border-radius: 8rem;
  -o-border-radius: 8rem;
}
.info .down .icon,
.info .down img {
  display: block;
}

@media all and (max-width: 85.375rem) {
  .info .step li {
    padding-top: 4.5rem;
    gap: 1.5rem;
  }
  .info .step .desc {
    font-size: var(--fs-md);
  }
}
@media all and (max-width: 64rem) {
  .info .step li {
    padding-top: 3rem;
    gap: 1rem;
  }
  .info .step li .num {
    font-size: var(--fs-md);
  }
  .info .step .desc {
    font-size: var(--fs-com);
    line-height: 1.2;
  }
  .info .down {
    width: 27rem;
    height: 7rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .info .step {
    flex-wrap: wrap;
    justify-content: center;
    gap: 3rem 6.7rem;
  }
  .info .step li {
    width: calc(33.3333333333% - 5.1333333333rem);
    gap: 2rem;
  }
  .info .step li .num {
    font-size: var(--fs-md);
  }
  .info .step li:nth-child(3)::before {
    display: none;
  }
  .info .step .desc {
    font-size: var(--fs-com);
    line-height: 1.2;
  }
  .info .down {
    width: 27rem;
    height: 7rem;
  }
  .info .sec-1 {
    padding-bottom: 10rem;
  }
  .info .sec-2 {
    padding: 10rem 0;
  }
  .info .list {
    padding: 4rem;
  }
  .info .list li span {
    min-width: 12rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .info .sec-1 {
    padding-bottom: 8rem;
  }
  .info .sec-2 {
    padding: 8rem 0;
  }
  .info .step {
    gap: 2rem;
  }
  .info .step li {
    width: calc(50% - 1rem);
  }
  .info .step li::before {
    display: none;
  }
  .info .list {
    padding: 4rem 2rem;
  }
  .info .list li {
    flex-direction: column;
  }
}
.inq .inq-form {
  padding: 8rem 0 12rem;
  background: #FBFBFB;
}
.inq .top {
  display: block;
  width: 100%;
  text-align: right;
  border-bottom: 0.1rem solid #000;
  font-size: var(--fs-com);
  font-weight: 400;
  line-height: 1.833333;
  color: #FF416A;
}
.inq .flex-wrap {
  padding: 5rem 0;
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.inq .last {
  border-bottom: 1px solid #000;
}
.inq .group-type {
  display: block;
  min-width: 25.7rem;
  font-size: var(--fs-stit);
  font-weight: 700;
  line-height: 1.33333;
  color: #FF416A;
}
.inq .right {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 1.5rem;
}
.inq .input-group {
  display: flex;
  gap: 4rem;
  width: 100%;
}
.inq .input-wrap {
  display: flex;
  gap: 1rem;
  align-items: center;
  width: calc(50% - 2rem);
}
.inq label {
  display: block;
  min-width: 12.3rem;
  font-size: var(--fs-com);
  font-weight: 300;
  line-height: 1.65;
}
.inq input {
  padding: 1.05rem 1rem;
  width: calc(100% - 13.3rem);
  border: 0.1rem solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -ms-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.65;
  background: #fff;
  color: #666;
}
.inq .wid100 {
  width: 100% !important;
}
.inq .mt20 {
  margin-top: 2rem;
}
.inq .file-box input {
  display: none;
}
.inq .file-box .form {
  display: flex;
  width: calc(100% - 21.1rem);
}
.inq .file-box .file-data-box {
  width: calc(100% - 12rem);
  padding: 1.05rem 1rem;
  height: 4.4rem;
  border-radius: 3px 0 0 3px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.65;
  background: #fff;
  color: #666;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -ms-border-radius: 3px 0 0 3px;
  -o-border-radius: 3px 0 0 3px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.inq .file-box .btn {
  width: 12rem;
  height: 4.4rem;
  border-radius: 0 3px 3px 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #EF2F59;
  color: #fff;
  font-size: var(--fs-com);
}
.inq .down {
  width: 20.1rem;
  min-width: 20.1rem;
  display: flex;
  gap: 0.5rem;
  height: 4.4rem;
  align-items: center;
  justify-content: center;
  font-size: var(--fs-com);
  font-weight: 400;
  line-height: 1;
}
.inq .down .icon,
.inq .down span {
  display: block;
}
.inq .down {
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #E8E8E8;
}
.inq label {
  white-space: nowrap;
}
.inq .box {
  width: calc(100% - 13.3rem);
  padding: 1rem 2rem;
  height: 11rem;
  overflow-y: scroll;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #F5F5F5;
  border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -ms-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
}
.inq .box .desc {
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.38462;
  color: #888;
}
.inq .agree-wrap {
  display: flex;
  justify-content: center;
  padding-left: 5rem;
  gap: 1.5rem;
  align-items: center;
}
.inq .agree-wrap .agree {
  font-size: var(--fs-sm);
  font-weight: 300;
  line-height: 1.5626;
}
.inq .agree-wrap .input-btn {
  display: flex;
}
.inq .agree-wrap .check {
  display: flex;
}
.inq .agree-wrap label {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 400;
  width: 9rem;
  height: 4rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #F3F3F3;
}
.inq .agree-wrap input {
  display: none;
}
.inq .agree-wrap input:checked + label {
  background: #FF416A;
  color: #fff;
}
.inq .bot {
  vertical-align: middle;
  padding: 3rem 0;
  padding-left: 25.6rem;
  display: flex;
  align-items: center;
}
.inq .bot .text-number {
  display: inline-block;
  margin-right: 3rem;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.32;
  letter-spacing: 12.5px;
}
.inq .bot input {
  width: 100px;
  height: 40px;
  margin-right: 1.5rem;
}
.inq .bot img {
  margin-right: 1.5rem;
}
.inq .btn-wrap {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.inq .btn-wrap button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18rem;
  height: 6.4rem;
  text-align: center;
  font-size: calc(var(--fs-md) + 0.2rem);
  font-weight: 500;
  line-height: 1.36364;
  border-radius: 8rem;
  -webkit-border-radius: 8rem;
  -moz-border-radius: 8rem;
  -ms-border-radius: 8rem;
  -o-border-radius: 8rem;
  background: #fff;
}
.inq .btn-wrap .cancle {
  border: 0.1rem solid #aaa;
}
.inq .btn-wrap .done {
  border: 0.1rem solid #FF416A;
  color: #FF416A;
}

.modal-wrap {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  width: 100vw;
  height: 100vh;
}
.modal-wrap .modal {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 66rem;
  padding: 3rem 0 10rem;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.modal-wrap .modal-body {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.modal-wrap .pw-tit {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}
.modal-wrap .btn-wrap {
  margin: 4rem auto 0;
  width: -moz-fit-content;
  width: fit-content;
}
.modal-wrap .btn {
  width: 15rem;
  height: 5.2rem;
  border-radius: 60px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background: #FFF;
  font-size: var(--fs-com);
  font-weight: 500;
  line-height: 1.66667;
  text-align: center;
}
.modal-wrap .modal-close-btn {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  padding-right: 3rem;
}

@media all and (max-width: 64rem) {
  .inq .group-type {
    min-width: 14.7rem;
    font-size: var(--fs-md);
  }
  .inq .input-group {
    gap: 2rem;
  }
  .inq .input-wrap {
    width: calc(50% - 1rem);
  }
  .inq .file-box .file-data-box {
    width: calc(100% - 10rem);
  }
  .inq .file-box .btn {
    width: 10rem;
  }
  .inq .down {
    width: 17.1rem;
    min-width: 17.1rem;
    font-size: var(--fs-sm);
  }
}
@media all and (max-width: 63.9375rem) {
  .inq .inq-form {
    padding: 6rem 0 10rem;
  }
  .inq .flex-wrap {
    padding: 3rem 0;
    flex-direction: column;
    gap: 3rem;
  }
  .inq .file-box .form {
    width: calc(100% - 31.5rem);
  }
  .inq .btn-wrap button {
    width: 16rem;
    height: 5.4rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .inq .inq-form {
    padding: 4rem 0 8rem;
  }
  .inq .input-group {
    flex-direction: column;
    gap: 0.8rem;
  }
  .inq .input-wrap {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
  }
  .inq input {
    width: 100%;
  }
  .inq .file-box {
    gap: 0.8rem;
  }
  .inq .file-box .form {
    width: 100%;
  }
  .inq .box {
    width: 100%;
  }
  .inq .agree-wrap {
    padding-left: 0;
    flex-direction: column;
    gap: 1rem;
  }
  .inq .btn-wrap button {
    width: 14rem;
    height: 4.4rem;
    font-size: var(--fs-com);
  }
  .modal-wrap .modal {
    width: calc(100% - 4rem);
  }
  .modal-wrap .pw-tit {
    font-size: 1.7rem;
  }
  .modal-wrap .btn {
    width: 13rem;
    height: 4.2rem;
  }
}
/*aos*/
.type-tit,
.sec-tit,
.txt-line {
  opacity: 0;
}

.company .desc,
.company .box-tit,
.company .icon-list {
  opacity: 0;
}

.location .map-wrap {
  opacity: 0;
}

.history .his-article {
  opacity: 0;
}

.partner .logo-list {
  opacity: 0;
}

.rnd .txt-wrap,
.rnd .img-wrap,
.rnd .list {
  opacity: 0;
}

.production .tab-boc,
.production .tab {
  opacity: 0;
}

.cer .tab,
.cer .cer-list {
  opacity: 0;
}

.product .article {
  opacity: 0;
}

.odm .desc,
.odm .step {
  opacity: 0;
}

.news .list,
.ref .list,
.info .list {
  opacity: 0;
}

.talent .card,
.talent .flex-wrap {
  opacity: 0;
}

.info .step,
.info .down {
  opacity: 0;
}

.inq .flex-wrap,
.inq .top,
.inq .btn-wrap {
  opacity: 0;
}

.viewpage .view-header,
.viewpage .view-body,
.viewpage .list-btn {
  opacity: 0;
}

.sec-2 .img-box {
  opacity: 0;
}

.odm .img {
  opacity: 0;
}

.odm .inner {
  opacity: 0;
}

.china .inner {
  opacity: 0;
}/*# sourceMappingURL=style.css.map */