.header-wrap {
  position: absolute;
  background: rgba(34, 34, 34, 0.2);
}

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

.visual {
  width: 100%;
  height: 60rem;
  padding-bottom: 5rem;
}
.visual.vis1 {
  background: url("../img/sub/visual/vis1.jpg") no-repeat center;
  background-size: cover;
}
.visual.vis2 {
  background: url("../img/sub/visual/vis2.jpg") no-repeat center;
  background-size: cover;
}
.visual.vis3 {
  background: url("../img/sub/visual/vis3.jpg") no-repeat center;
  background-size: cover;
}
.visual.vis4 {
  background: url("../img/sub/visual/vis4.jpg") no-repeat center;
  background-size: cover;
}
.visual.vis5 {
  background: url("../img/sub/visual/vis5.jpg") no-repeat center;
  background-size: cover;
}
.visual .inner {
  height: 100%;
}
.visual .v-txt-wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 1rem;
  padding-bottom: 1rem;
  height: 100%;
}
.visual .v-tit {
  font-size: var(--fs-vtit);
  font-weight: 900;
  line-height: normal;
  letter-spacing: -2.25px;
  color: #fff;
  font-family: "Noto Sans KR", sans-serif;
}
.visual .v-desc {
  font-size: var(--fs-stit);
  font-weight: 500;
  line-height: normal;
  color: #fff;
  word-break: keep-all;
}

.loc {
  width: 100%;
  padding: 2.5rem 0;
  border-bottom: 0.1rem solid #ededed;
}
.loc .loc-now {
  font-size: var(--fs-com);
  font-weight: 500;
  line-height: normal;
  color: #CDCDCD;
}
.loc .loc-list {
  display: flex;
  align-items: center;
}

.section {
  padding-bottom: 10rem;
}

.article-wrap {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding-top: 4rem;
}
.article-wrap .article {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
  padding-top: 5rem;
}

.sec-tit {
  font-size: var(--fs-tit);
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.25px;
  text-align: center;
  font-family: "Noto Sans KR", sans-serif;
}

@media all and (max-width: 64rem) {
  .visual {
    height: 50rem;
  }
  .article-wrap .article {
    padding-top: 4rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .visual {
    height: 45rem;
  }
  .article-wrap {
    gap: 3rem;
  }
  .article-wrap .article {
    gap: 3rem;
  }
  .section {
    padding-bottom: 8rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .inner {
    padding: 0 2rem;
  }
  .section {
    padding-bottom: 6rem;
  }
  .visual .v-tit {
    line-height: 1.1;
  }
  .loc {
    padding: 2rem 0;
  }
}
.about .sec-txt-wrap {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  align-items: center;
}
.about .sec-txt-wrap .desc {
  font-size: var(--fs-md);
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
.about .bg-box {
  width: 100%;
  padding: 5rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  background: #F8F8F8;
}
.about .bg-box .desc {
  font-size: var(--fs-md);
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}

@media all and (max-width: 63.9375rem) {
  .about .sec-txt-wrap .desc {
    word-break: keep-all;
  }
  .about .sec-txt-wrap .desc br {
    display: none;
  }
  .about .bg-box {
    gap: 1.6rem;
    padding: 4rem 0;
  }
  .about .article:last-of-type .full {
    width: 100%;
  }
  .about .article:last-of-type .full img {
    min-width: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    content: url(/static/img/sub/sub1/full2-1.png);
  }
}
@media all and (max-width: 47.9375rem) {
  .about .bg-box {
    gap: 1.2rem;
    padding: 3rem 0;
  }
  .about .article-wrap {
    gap: 2rem;
    padding-top: 3rem;
  }
  .about .sec-txt-wrap {
    gap: 1.6rem;
  }
  .about .article {
    gap: 2rem;
    padding-top: 3rem;
  }
  .about .article:last-of-type .full {
    overflow: auto;
    width: 100%;
  }
}
.ceo .bg {
  position: absolute;
  width: 100vw;
  height: 48.7rem;
  background: #FBFBFB;
  z-index: -1;
  bottom: 0;
}
.ceo .flex-wrap {
  display: flex;
  padding-bottom: 5.9rem;
  gap: 3.2rem;
  align-items: center;
}
.ceo .txt-wrap {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.ceo .txt-wrap .desc {
  margin-top: 2rem;
  font-size: var(--fs-md);
  font-weight: 500;
  line-height: 1.5;
}
.ceo .sub-tit {
  font-size: var(--fs-stit);
  font-weight: 700;
  line-height: 1.4;
}
.ceo .sign {
  display: flex;
  align-items: center;
  gap: 2rem;
  font-size: var(--fs-md);
  font-weight: 500;
  line-height: 1.5;
}
.ceo .card {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  margin-top: 7rem;
}
.ceo .card > li {
  width: calc(33.3333333333% - 2.6666666667rem);
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.ceo .card .under {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  padding-top: 1rem;
}
.ceo .card .type-wrap {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.ceo .card .main-type {
  font-size: var(--fs-com);
  font-weight: 700;
  line-height: 1;
  color: #777;
}
.ceo .card .name {
  font-size: calc(var(--fs-stit) + 0.2rem);
  font-weight: 700;
  line-height: 1;
}
.ceo .card .sub-type {
  font-size: var(--fs-com);
  font-weight: 500;
  line-height: 1;
  color: #777;
}
.ceo .card .dot-list li {
  position: relative;
  padding-left: 2.4rem;
  font-size: var(--fs-com);
  font-weight: 500;
  line-height: 1.5;
  word-break: keep-all;
}
.ceo .card .dot-list li::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: #222;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}

@media all and (max-width: 85.375rem) {
  .ceo .card {
    margin-top: 5rem;
  }
}
@media all and (max-width: 64rem) {
  .ceo .sub-tit {
    font-size: calc(var(--fs-stit) - 0.2rem);
  }
  .ceo .bg {
    height: 37.7rem;
  }
  .ceo .flex-wrap {
    gap: 2.4rem;
    padding-bottom: 4rem;
  }
  .ceo .txt-wrap {
    max-width: 60%;
  }
  .ceo .txt-wrap .desc {
    margin-top: 1rem;
    word-break: keep-all;
    font-size: calc(var(--fs-md) - 0.2rem);
  }
  .ceo .txt-wrap .desc br {
    display: none;
  }
  .ceo .card {
    margin-top: 4rem;
    gap: 2rem;
  }
  .ceo .card > li {
    width: calc(33.3333333333% - 1.3333333333rem);
  }
  .ceo .card .under {
    gap: 2rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .ceo .flex-wrap {
    flex-direction: column;
  }
  .ceo .txt-wrap {
    width: 100%;
    max-width: none;
  }
  .ceo .card {
    margin-top: 3rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .ceo .sub-tit {
    word-break: keep-all;
  }
  .ceo .txt-wrap {
    gap: 1rem;
  }
  .ceo .card {
    margin-top: 0;
  }
  .ceo .card li {
    width: 100%;
  }
}
.vision .txt-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}
.vision .sub-tit {
  font-size: calc(var(--fs-stit) + 0.2rem);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.vision .desc {
  font-size: calc(var(--fs-md) + 0.6rem);
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}

@media all and (max-width: 63.9375rem) {
  .vision .desc {
    font-size: calc(var(--fs-md) + 0.2rem);
  }
}
@media all and (max-width: 47.9375rem) {
  .vision .sub-tit {
    word-break: keep-all;
    font-size: var(--fs-stit);
  }
  .vision .txt-wrap {
    gap: 2rem;
  }
  .vision .desc {
    word-break: keep-all;
    font-size: calc(var(--fs-md) - 0.2rem);
  }
}
.network .logo-img {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.network .logo-img li {
  width: calc(25% - 1.5rem);
}

@media all and (max-width: 64rem) {
  .network .logo-img li {
    width: calc(33.3333333333% - 1.3333333333rem);
  }
}
@media all and (max-width: 47.9375rem) {
  .network .logo-img {
    gap: 1rem;
  }
  .network .logo-img li {
    width: calc(50% - 0.5rem);
  }
}
.rnd-cont .flex-wrap {
  display: flex;
  align-items: flex-start;
}
.rnd-cont .txt-wrap {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  width: 100%;
  max-width: 97rem;
}
.rnd-cont .txt-wrap .sec-tit {
  text-align: left;
}
.rnd-cont .txt-wrap .desc {
  font-size: var(--fs-md);
  font-weight: 500;
  line-height: 1.4;
}
.rnd-cont .bg {
  padding-bottom: 5rem;
  background: #FBFBFB;
}
.rnd-cont .bg .sub-tit {
  text-align: left;
}
.rnd-cont .in-flex {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.rnd-cont .sub-tit {
  font-size: var(--fs-mtit);
  text-align: center;
}
.rnd-cont .icon-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.rnd-cont .icon-list li {
  display: flex;
  gap: 1.5rem;
  width: calc(33.3333333333% - 1.3333333333rem);
}
.rnd-cont .icon-list .icon {
  min-width: 6rem;
}
.rnd-cont .icon-list dl {
  display: flex;
  flex-direction: column;
}
.rnd-cont .icon-list dl dt {
  font-size: calc(var(--fs-md) + 0.4rem);
  font-weight: 700;
  line-height: 1.4;
}
.rnd-cont .icon-list dl dd {
  font-size: var(--fs-md);
  font-weight: 500;
  line-height: 1.4;
}
.rnd-cont .fea {
  display: flex;
  gap: 3rem;
}
.rnd-cont .fea > li {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: calc(33.3333333333% - 2rem);
}
.rnd-cont .fea > li img {
  display: block;
}
.rnd-cont .fea > li dl {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.rnd-cont .fea dt {
  font-size: calc(var(--fs-md) + 0.4rem);
  font-weight: 700;
}
.rnd-cont .fea .dot li {
  position: relative;
  padding-left: 3rem;
  font-size: var(--fs-md);
  font-weight: 500;
  line-height: 1.4;
}
.rnd-cont .fea .dot li::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  position: absolute;
  top: 1.2rem;
  left: 1.2rem;
  background: #222;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}
.rnd-cont .nano {
  display: flex;
  justify-content: center;
  gap: 2rem;
}
.rnd-cont .nano li {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.rnd-cont .nano li img {
  display: block;
}
.rnd-cont .nano li .name {
  display: block;
  text-align: center;
  font-size: calc(var(--fs-md) + 0.4rem);
  font-weight: 700;
  line-height: 1.4;
}
.rnd-cont .table-wrap {
  width: 100%;
  border-top: 0.2rem solid #222;
}
.rnd-cont .table {
  width: 100%;
}
.rnd-cont table {
  width: 100%;
}
.rnd-cont .no-wid {
  width: 7.333333%;
}
.rnd-cont tr {
  border-bottom: 0.1rem solid #d4d4d4;
}
.rnd-cont th,
.rnd-cont td {
  padding: 2.4rem 2rem;
  font-size: var(--fs-com);
  font-weight: 500;
  line-height: normal;
}
.rnd-cont td:first-child {
  text-align: center;
}
.rnd-cont td:last-child a {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rnd-cont .infocard {
  display: flex;
  gap: 3rem;
}
.rnd-cont .infocard li {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.rnd-cont .infocard .card-tit {
  text-align: center;
  font-size: calc(var(--fs-md) + 0.4rem);
  font-weight: 700;
  line-height: 1.4;
}
.rnd-cont .infocard .info {
  display: block;
  text-align: center;
  font-size: var(--fs-md);
  font-weight: 500;
  line-height: 1.4;
}

@media all and (max-width: 85.375rem) {
  .rnd-cont .flex-wrap {
    gap: 8rem;
  }
  .rnd-cont .txt-wrap {
    max-width: 55%;
  }
  .rnd-cont .txt-wrap .desc {
    word-break: keep-all;
  }
  .rnd-cont .txt-wrap .desc br {
    display: none;
  }
  .rnd-cont .icon-list dl dd {
    font-size: calc(var(--fs-md) - 0.2rem);
    word-break: keep-all;
  }
  .rnd-cont .fea .dot li {
    font-size: calc(var(--fs-md) - 0.2rem);
    word-break: keep-all;
  }
  .rnd-cont .infocard .info {
    font-size: calc(var(--fs-md) - 0.2rem);
    word-break: keep-all;
  }
}
@media all and (max-width: 64rem) {
  .rnd-cont .flex-wrap {
    gap: 6rem;
    align-items: center;
  }
  .rnd-cont .icon-list dl dt {
    font-size: calc(var(--fs-md) + 0.2rem);
  }
  .rnd-cont .icon-list .icon {
    min-width: 5rem;
    width: 5rem;
  }
  .rnd-cont .fea dt {
    font-size: calc(var(--fs-md) + 0.2rem);
  }
  .rnd-cont .nano li .name {
    font-size: calc(var(--fs-md) + 0.2rem);
  }
  .rnd-cont .infocard .card-tit {
    font-size: calc(var(--fs-md) + 0.2rem);
  }
  .rnd-cont .infocard .info br {
    display: none;
  }
}
@media all and (max-width: 47.9375rem) {
  .rnd-cont .flex-wrap {
    flex-direction: column;
  }
  .rnd-cont .flex-wrap .txt-wrap {
    max-width: none;
    width: 100%;
  }
  .rnd-cont .icon-list > li {
    width: 100%;
  }
  .rnd-cont .fea {
    flex-wrap: wrap;
  }
  .rnd-cont .fea > li {
    width: 100%;
    gap: 1rem;
  }
  .rnd-cont .nano {
    flex-wrap: wrap;
  }
  .rnd-cont .nano li {
    width: 100%;
    gap: 1rem;
  }
  .rnd-cont th,
  .rnd-cont td {
    padding: 1.6rem 1.2rem;
  }
  .rnd-cont .infocard {
    flex-wrap: wrap;
  }
  .rnd-cont .infocard li {
    width: 100%;
  }
}
.business .card {
  display: flex;
  gap: 3rem;
}
.business .card li {
  position: relative;
}
.business .card li img {
  display: block;
}
.business .card li .type {
  position: absolute;
  top: 50%;
  left: 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%);
  font-size: var(--fs-stit);
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
}
.business .btn {
  padding: 2.6rem 6rem;
  margin: 0 auto;
  font-size: var(--fs-md);
  font-weight: 500;
  line-height: normal;
  text-align: center;
  border: 0.1rem solid #CDCDCD;
}

@media all and (max-width: 64rem) {
  .business .card {
    gap: 2rem;
  }
  .business .card li {
    width: calc(33.3333333333% - 1.3333333333rem);
  }
  .business .card li .type {
    font-size: calc(var(--fs-stit) - 0.4rem);
  }
}
@media all and (max-width: 63.9375rem) {
  .business .card {
    gap: 1rem;
  }
  .business .card li {
    width: calc(33.3333333333% - 0.6666666667rem);
  }
  .business .card li .type {
    font-size: calc(var(--fs-stit) - 1rem);
  }
  .business .btn {
    padding: 1.8rem 4rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .business .card {
    flex-wrap: wrap;
    gap: 1.6rem;
  }
  .business .card li {
    width: 100%;
  }
  .business .card li .type {
    font-size: calc(var(--fs-stit) - 0.4rem);
  }
  .business .card li a {
    display: block;
  }
  .business .card li img {
    width: 100%;
  }
  .business .btn {
    padding: 1.6rem 3rem;
  }
}
.cosmetics .sec-1 {
  padding-bottom: 0;
}
.cosmetics .in-flex {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.cosmetics .tab-img img {
  display: block;
}
.cosmetics .tab-cont {
  padding-bottom: 10rem;
}
.cosmetics .tab-cont.pn {
  padding-bottom: 0;
}
.cosmetics .tab {
  display: flex;
  justify-content: center;
  width: 100vw;
  margin-top: -1rem;
  border-bottom: 0.1rem solid #ededed;
}
.cosmetics .tab a {
  display: block;
  width: 25rem;
  padding: 4rem 2.4rem;
  text-align: center;
  font-size: var(--fs-md);
  font-weight: 500;
  line-height: 1.6;
  color: #777;
}
.cosmetics .tab .on a {
  color: #222;
}
.cosmetics .tab .on {
  border-bottom: 0.2rem solid #FB0;
}
.cosmetics .bg {
  margin-top: 4rem;
  padding: 7rem 0 10rem;
  background: #FBFBFB;
}
.cosmetics .bg .tec {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
.cosmetics .bg .sub-tit {
  font-size: var(--fs-stit);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.cosmetics .bg .img-list {
  display: flex;
  justify-content: center;
}
.cosmetics .bg .img-list li {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  width: 50%;
  max-width: 40rem;
}
.cosmetics .bg .img-list li .img {
  text-align: center;
}
.cosmetics .bg .img-list li span {
  display: block;
  font-size: calc(var(--fs-md) + 0.4rem);
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}

@media all and (max-width: 63.9375rem) {
  .cosmetics .tab a {
    width: 21rem;
    padding: 2.4rem 2rem;
  }
  .cosmetics .bg {
    padding: 5rem 0 8rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .cosmetics .tab a {
    width: 15rem;
    padding: 1.6rem 0.4rem;
    font-size: calc(var(--fs-md) - 0.2rem);
  }
  .cosmetics .bg {
    margin-top: 3rem;
    padding: 4rem 0 6rem;
  }
  .cosmetics .bg .img-list {
    flex-wrap: wrap;
    gap: 2rem;
  }
  .cosmetics .bg .img-list li {
    gap: 1rem;
    width: 100%;
  }
}
.medi .txt-wrap {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.medi .desc {
  font-size: var(--fs-md);
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  word-break: keep-all;
}
.medi .sub-tit {
  text-align: center;
  font-size: var(--fs-mtit);
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1px;
}
.medi .bg-part {
  padding: 7rem 0;
  background: #FBFBFB;
  margin: 4rem 0;
}
.medi .bg-part.bn {
  margin-bottom: 0 !important;
}
.medi .flex-wrap {
  display: flex;
  gap: 5rem;
  justify-content: center;
  margin-top: 5rem;
  align-items: center;
}
.medi .flex-wrap .desc {
  text-align: left;
}
.medi .small-tit {
  text-align: center;
  font-size: calc(var(--fs-stit) + 0.2rem);
  font-weight: 500;
  line-height: 1.2;
  font-family: "Noto Sans KR", sans-serif;
}
.medi .small-tit .point {
  font-weight: 700;
  color: #FB0;
}
.medi .info-list {
  display: flex;
  justify-content: space-between;
}

@media all and (max-width: 64rem) {
  .medi .flex-wrap {
    gap: 4rem;
  }
  .medi .flex-wrap .img {
    min-width: 45%;
  }
  .medi .desc br {
    display: none;
  }
  .medi .small-tit {
    font-size: calc(var(--fs-stit) - 0.4rem);
  }
}
@media all and (max-width: 47.9375rem) {
  .medi .txt-wrap {
    gap: 2rem;
  }
  .medi .bg-part {
    padding: 5rem 0;
    margin: 3rem 0;
  }
  .medi .info-list {
    flex-wrap: wrap;
    gap: 2rem;
  }
  .medi .info-list li {
    width: 100%;
  }
  .medi .flex-wrap {
    margin-top: 3rem;
    flex-direction: column;
    gap: 2rem;
  }
  .medi .small-tit {
    word-break: keep-all;
  }
}
.ther .full {
  text-align: center;
}

.news .top {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
.news .search-form {
  display: flex;
  gap: 1rem;
}
.news select {
  padding: 1.55rem 2rem;
  width: 12rem;
  font-size: var(--fs-com);
  font-weight: 400;
  line-height: normal;
  color: #777;
  border: 0.1rem solid #CDCDCD;
  background: url("../img/icon/all.png") no-repeat 85%;
}
.news .search-wrap {
  width: 30rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2rem;
  font-size: var(--fs-com);
  font-weight: 400;
  line-height: normal;
  color: #777;
  border: 0.1rem solid #CDCDCD;
}
.news .search-wrap .search {
  max-width: calc(100% - 4.2rem);
  width: 100%;
  outline: none;
}
.news .search-wrap img {
  display: block;
}
.news .news-list {
  display: flex;
  gap: 3rem;
  flex-wrap: wrap;
}
.news .news-list li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  width: calc(25% - 2.25rem);
  padding: 5rem;
  aspect-ratio: 1/1;
  outline: 0.1rem solid #CDCDCD;
}
.news .news-list li:hover {
  outline: 0.2rem solid #FB0;
}
.news .news-list .news-txt-cont {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.news .news-list .title {
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: calc(var(--fs-stit) + 0.2rem);
  font-weight: 700;
  line-height: 1.2;
}
.news .news-list .desc {
  font-size: var(--fs-md);
  font-weight: 500;
  line-height: 1.2;
  color: #777;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news .viewmore {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
  font-size: var(--fs-com);
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.4px;
  color: #777;
}
.news .viewmore span,
.news .viewmore img {
  display: block;
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 2rem;
  align-items: center;
}
.pagination img {
  display: block;
}
.pagination ul {
  display: flex;
  gap: 2rem;
}
.pagination ul a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  text-align: center;
  font-size: var(--fs-com);
  font-weight: 500;
  line-height: normal;
}
.pagination ul .active a {
  background: #FB0;
  color: #fff;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
}

@media all and (max-width: 85.375rem) {
  .news .news-list li {
    padding: 3rem;
  }
  .news .news-list .news-txt-cont {
    gap: 2rem;
  }
  .news .news-list .title {
    font-size: var(--fs-stit);
  }
  .news .news-list .desc {
    font-size: calc(var(--fs-md) - 0.2rem);
  }
}
@media all and (max-width: 64rem) {
  .news .news-list li {
    width: calc(33.3333333333% - 2rem);
  }
}
@media all and (max-width: 63.9375rem) {
  .news .news-list {
    gap: 1.6rem;
  }
  .news .news-list li {
    padding: 2rem;
    width: calc(33.3333333333% - 1.0666666667rem);
  }
  .news .news-list .news-txt-cont {
    gap: 1.2rem;
  }
  .news .news-list .title {
    font-size: calc(var(--fs-stit) - 0.3rem);
  }
  .news .news-list .desc {
    font-size: var(--fs-com);
  }
}
@media all and (max-width: 47.9375rem) {
  .news .news-list {
    gap: 1rem;
  }
  .news .news-list li {
    padding: 1.2rem;
    width: calc(50% - 0.5rem);
  }
  .news .news-list .news-txt-cont {
    gap: 0.6rem;
  }
  .news .news-list .title {
    font-size: calc(var(--fs-stit) - 0.3rem);
  }
  .news .news-list .desc {
    font-size: var(--fs-com);
  }
  .news select {
    width: 10rem;
  }
  .news .search-wrap {
    width: calc(100% - 11rem);
  }
  .pagination {
    gap: 0.8rem;
  }
  .pagination ul {
    gap: 0.8rem;
  }
  .pagination ul a {
    width: 3rem;
    height: 3rem;
  }
}
.news-view .view-header {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 4rem;
  padding: 2.4rem 2rem;
  width: 100%;
  border-top: 0.2rem solid #222;
}
.news-view .view-header .title {
  font-size: var(--fs-md);
  font-weight: 500;
  line-height: normal;
}
.news-view .view-header .info {
  display: flex;
  gap: 1.1rem;
}
.news-view .view-header .info li {
  position: relative;
}
.news-view .view-header .info li span {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: normal;
  color: #777;
}
.news-view .view-header .info li:first-child::before {
  content: "";
  width: 0.1rem;
  height: 1rem;
  position: absolute;
  top: 50%;
  right: -0.6rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  background: #777;
}
.news-view .view-body {
  padding: 5rem 2rem 3rem;
  border-top: 0.1rem solid #d4d4d4;
}
.news-view .view-body p,
.news-view .view-body div {
  font-size: var(--fs-com);
  font-weight: 500;
  line-height: normal;
  color: #222;
}
.news-view .down-file {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  gap: 0.5rem;
  margin-left: 2rem;
  margin-bottom: 5rem;
  padding: 1.6rem 2rem;
  border: 0.1rem solid #dedede;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  font-size: var(--fs-com);
  font-weight: 500;
  line-height: 1;
}
.news-view .down-file .icon,
.news-view .down-file img {
  display: block;
}
.news-view .list-view {
  border-top: 0.1rem solid #d4d4d4;
}
.news-view .list-view li {
  border-bottom: 0.1rem solid #d4d4d4;
}
.news-view .list-view a {
  display: flex;
  gap: 2rem;
  align-items: center;
  padding: 2.4rem 2rem;
}
.news-view .list-view .text {
  min-width: 13.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: var(--fs-com);
  font-weight: 500;
  line-height: normal;
  color: #777;
}
.news-view .list-view .list-txt {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: center;
  width: 100%;
}
.news-view .list-view .list-txt .p-title,
.news-view .list-view .list-txt .n-title {
  display: block;
  width: 100%;
  max-width: calc(100% - 17rem);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: var(--fs-com);
  font-weight: 500;
  line-height: normal;
}
.news-view .list-view .list-txt .p-date,
.news-view .list-view .list-txt .n-date {
  display: block;
  min-width: 15rem;
  text-align: center;
  font-size: var(--fs-com);
  font-weight: 500;
  line-height: normal;
  color: #777;
}
.news-view .list-btn {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2rem 3rem;
  text-align: center;
  border: 0.1rem solid #CDCDCD;
  font-size: var(--fs-com);
  font-weight: 500;
  line-height: normal;
  margin: 4rem auto 0;
}

@media all and (max-width: 63.9375rem) {
  .news-view .view-header {
    padding: 1.6rem 1rem;
  }
  .news-view .view-body {
    padding: 4rem 1rem 2rem;
  }
  .news-view .down-file {
    margin-left: 1rem;
    margin-bottom: 4rem;
  }
  .news-view .list-view a {
    padding: 1.6rem 1rem;
  }
  .news-view .list-view .text {
    min-width: 10.4rem;
  }
  .news-view .list-view .list-txt .p-date,
  .news-view .list-view .list-txt .n-date {
    min-width: 10rem;
  }
  .news-view .list-view .list-txt .p-title,
  .news-view .list-view .list-txt .n-title {
    max-width: calc(100% - 12rem);
  }
  .news-view .list-btn {
    padding: 1.6rem 2rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .news-view .list-view a {
    gap: 1rem;
  }
  .news-view .list-view .text {
    min-width: 7.4rem;
  }
  .news-view .list-view .list-txt {
    gap: 1rem;
  }
  .news-view .list-view .list-txt .p-date,
  .news-view .list-view .list-txt .n-date {
    min-width: 7rem;
  }
  .news-view .list-view .list-txt .p-title,
  .news-view .list-view .list-txt .n-title {
    max-width: calc(100% - 8rem);
  }
  .news-view .list-btn {
    margin: 3rem auto 0;
  }
}
.inq .wid-full {
  width: 100%;
}
.inq .input-form {
  width: 100%;
  border-top: 0.1rem solid #222;
}
.inq .input-group {
  display: flex;
}
.inq .input-group .input-flex {
  width: 50%;
}
.inq .input-flex {
  display: flex;
  border-bottom: 0.1rem solid #CDCDCD;
}
.inq .input-flex label {
  display: flex;
  align-items: center;
  min-width: 20rem;
  padding: 2rem;
  background: #f9f9f9;
}
.inq .input-flex label span {
  position: relative;
  font-size: var(--fs-com);
  font-weight: 500;
  line-height: normal;
}
.inq .input-flex label span::before {
  content: "*";
  position: absolute;
  top: 58%;
  transform: translateY(-50%);
  right: -1.5rem;
  font-size: 1.7rem;
  line-height: 1;
  font-weight: 700;
  color: #ff0000;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.inq .input-flex > input {
  width: calc(100% - 20rem);
  padding-left: 2rem;
  height: 7rem;
  font-size: var(--fs-com);
  font-weight: 500;
  line-height: normal;
  color: #777;
  outline: none;
}
.inq textarea {
  padding: 2rem;
  width: calc(100% - 20rem);
  font-size: var(--fs-com);
  font-weight: 500;
  line-height: normal;
  color: #777;
  outline: none;
  height: 30rem;
  resize: none;
}
.inq .input-wrap {
  display: flex;
  width: calc(100% - 20rem);
  padding-left: 2rem;
  gap: 1rem;
  align-items: center;
  height: 7rem;
}
.inq .itel input,
.inq .itel select {
  width: 33%;
  max-width: 15rem;
  height: 5rem;
  padding: 1rem;
  font-size: var(--fs-com);
  font-weight: 500;
  line-height: normal;
  color: #777;
  border: 0.1rem solid #CDCDCD;
  outline: none;
}
.inq .itel select {
  background: url("../img/icon/all.png") no-repeat 92%;
}
.inq .imail input,
.inq .imail select {
  width: 33%;
  max-width: 25rem;
  height: 5rem;
  padding: 1rem;
  font-size: var(--fs-com);
  font-weight: 500;
  line-height: normal;
  color: #777;
  border: 0.1rem solid #CDCDCD;
  outline: none;
}
.inq .imail select {
  background: url("../img/icon/all.png") no-repeat 96%;
}
.inq .file-box input {
  width: 0 !important;
  height: 0 !important;
  opacity: 0 !important;
  padding: 0 !important;
}
.inq .form {
  display: flex;
  gap: 2rem;
  align-items: center;
  padding: 1rem 2rem;
  height: 7rem;
  width: 100%;
  max-width: calc(100% - 20rem);
}
.inq .form .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.5rem;
  text-align: center;
  width: 10rem;
  height: 4rem;
  font-size: var(--fs-com);
  font-weight: 500;
  line-height: normal;
  border: 0.1rem solid #CDCDCD;
}
.inq .form .file-data-box {
  width: calc(100% - 12rem);
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: var(--fs-com);
  font-weight: 500;
  line-height: normal;
  color: #777;
}
.inq .desc {
  display: block;
  width: 100%;
  margin: 4rem 0;
  text-align: right;
  font-size: var(--fs-com);
  font-weight: 500;
  line-height: normal;
  color: #777;
}
.inq .send {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 2.5rem 6rem;
  text-align: center;
  font-size: var(--fs-md);
  font-weight: 500;
  line-height: 1;
  border: 0.1rem solid #CDCDCD;
}

@media all and (max-width: 64rem) {
  .inq .input-group {
    flex-direction: column;
  }
  .inq .input-group .input-flex {
    width: 100%;
  }
}
@media all and (max-width: 63.9375rem) {
  .inq .input-flex label {
    min-width: 12rem;
    padding: 1.6rem 1.2rem;
  }
  .inq .input-flex > input {
    width: calc(100% - 12rem);
    padding-left: 1.2rem;
  }
  .inq .input-wrap {
    padding-left: 1.2rem;
    width: calc(100% - 12rem);
  }
  .inq textarea {
    padding: 1.6rem 1.2rem;
    width: calc(100% - 12rem);
  }
  .inq .form {
    max-width: calc(100% - 12rem);
    padding: 1rem 1.2rem;
  }
  .inq .desc {
    margin: 3rem 0;
  }
  .inq .send {
    padding: 1.6rem 4rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .inq .input-flex {
    flex-direction: column;
  }
  .inq .input-flex label {
    background: none;
    padding: 1rem 1.2rem;
  }
  .inq .input-flex > input {
    height: 4rem;
    width: 100%;
  }
  .inq .input-wrap {
    height: 5rem;
    padding-bottom: 1rem;
    width: 100%;
    gap: 0.6rem;
  }
  .inq .itel input,
  .inq .itel select,
  .inq .imail input,
  .inq .imail select {
    height: 4rem;
  }
  .inq .itel select,
  .inq .imail select {
    background: url("../img/icon/all.png") no-repeat 90%;
  }
  .inq textarea {
    width: 100%;
  }
  .inq .form {
    width: 100%;
    max-width: none;
    height: 5rem;
    padding-top: 0;
    gap: 1rem;
  }
  .inq .form .file-data-box {
    width: calc(100% - 11rem);
  }
  .inq .desc {
    margin: 2rem 0;
  }
}
.tab {
  display: flex;
  justify-content: center;
  width: 100vw;
  margin-top: -1rem;
  border-bottom: 0.1rem solid #ededed;
}
.tab a {
  display: block;
  width: 25rem;
  padding: 4rem 2.4rem;
  text-align: center;
  font-size: var(--fs-md);
  font-weight: 500;
  line-height: 1.6;
  color: #777;
}
.tab .on a {
  color: #222;
}
.tab .on {
  border-bottom: 0.2rem solid #FB0;
}

.product {
  padding: 9rem 0;
}
.product .product-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
  margin-bottom: 10rem;
}
.product .product-top .title {
  font-weight: 700;
  line-height: 1;
  color: #222;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.25px;
}
.product .product-top .tab-menu {
  display: flex;
  align-items: center;
  gap: 6rem;
}
.product .product-top .tab-menu li {
  position: relative;
}
.product .product-top .tab-menu li.active button {
  color: #222;
  font-weight: 600;
}
.product .product-top .tab-menu li.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1.6rem;
  width: 100%;
  height: 0.2rem;
  background: #f0b400;
}
.product .product-top .tab-menu li button {
  color: #888;
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 0;
  color: #222;
  font-family: "Pretendard", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 0.8;
  /* 80% */
}
.product .product-item {
  display: flex;
  gap: 5rem;
}
.product .product-item + .product-item {
  margin-top: 12rem;
}
.product .product-item .img-box {
  width: 50%;
}
.product .product-item .img-box img {
  width: 100%;
  display: block;
}
.product .product-item .img-box.double {
  display: flex;
  gap: 2rem;
}
.product .product-item .img-box.double .half {
  flex: 1;
}
.product .product-item .img-box.double .half span {
  display: block;
  margin-top: 2rem;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  color: #222;
  font-family: "Pretendard", sans-serif;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  /* 33.6px */
}
.product .product-item .text-box {
  width: 50%;
}
.product .product-item .text-box .tit {
  font-weight: 700;
  color: #222;
  line-height: 1.2;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.25px;
}
.product .product-item .text-box .desc {
  margin-top: 2.4rem;
  text-align: left;
  color: #222;
  font-family: "Pretendard", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  /* 28px */
  margin-bottom: 5rem;
}
.product .product-item .text-box .info-list {
  margin-top: 5rem;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  padding: 3rem;
  background: #FBFBFB;
}
.product .product-item .text-box .info-list li {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.product .product-item .text-box .info-list li .icon {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.product .product-item .text-box .info-list li .txt strong {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
  color: #222;
  font-family: "Pretendard", sans-serif;
  font-size: 2.4rem;
  font-style: normal;
  line-height: 1.4;
  /* 33.6px */
}
.product .product-item .text-box .info-list li .txt p {
  font-size: 1.6rem;
  color: #666;
  line-height: 1.6;
  color: #222;
  text-align: center;
  font-family: "Pretendard", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  /* 28px */
}

.product1,
.product2 {
  display: none;
}
.product1.active,
.product2.active {
  display: block;
}

.product1 {
  display: block;
}

.product2 .product-item .img-box {
  width: auto;
}
.product2 .product-item .text-box {
  flex: 1;
}
.product2 .sub-tit {
  margin-top: 1rem;
  text-align: left;
  color: #222;
  font-family: "Pretendard", sans-serif;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  /* 33.6px */
}
.product2 .product-item .text-box .info-list li .txt p {
  text-align: left;
}

@media (max-width: 1024px) {
  .product {
    padding: 8rem 0;
  }
  .product .product-top {
    margin-bottom: 6rem;
  }
  .product .product-top .title {
    font-size: 4.8rem;
  }
  .product .product-item {
    flex-direction: column;
    gap: 5rem;
  }
  .product .product-item .img-box,
  .product .product-item .text-box {
    width: 100%;
  }
  .product .product-item .text-box .tit {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .product .product-top {
    gap: 3rem;
  }
  .product .product-top .title {
    font-size: 3.8rem;
  }
  .product .product-top .tab-menu {
    gap: 3rem;
  }
  .product .product-item .img-box.double {
    flex-direction: column;
  }
  .product .product-item .text-box .tit {
    font-size: 3.2rem;
  }
  .product .product-item .text-box .desc {
    font-size: 1.5rem;
  }
  .product .product-item .text-box .desc br {
    display: none;
  }
  .product .product-item .text-box .info-list {
    padding: 3rem 2.4rem;
  }
  .product .product-item .text-box .info-list li {
    gap: 1.6rem;
  }
  .product .product-item .text-box .info-list li .icon {
    width: 5rem;
    height: 5rem;
  }
  .product .product-item .text-box .info-list li .txt strong {
    font-size: 1.8rem;
  }
  .product .product-item .text-box .info-list li .txt p {
    font-size: 1.4rem;
  }
}
/*aos*/
.ceo .sec-tit,
.ceo .flex-wrap,
.ceo .card {
  opacity: 0;
}

.about .sec-tit,
.about .desc,
.about .full {
  opacity: 0;
}

.vision .sec-tit,
.vision .txt-wrap {
  opacity: 0;
}

.network .sec-tit,
.network .logo-img {
  opacity: 0;
}

.rnd-cont .sec-tit,
.rnd-cont .desc,
.rnd-cont .sub-tit,
.rnd-cont .icon-list,
.rnd-cont .fea,
.rnd-cont .nano,
.rnd-cont .table-wrap {
  opacity: 0;
}
.rnd-cont .flex-wrap .img {
  opacity: 0;
}

.business .sec-tit,
.business .card {
  opacity: 0;
}

.cosmetics .sec-tit,
.cosmetics .tab,
.cosmetics .tab-box {
  opacity: 0;
}

.ther .sec-tit,
.ther .full {
  opacity: 0;
}

.news .sec-tit,
.news .top,
.news .news-list,
.news .pagination {
  opacity: 0;
}

.news-view .sec-tit,
.news-view .view-header,
.news-view .view-body,
.news-view .down-file,
.news-view .list-view,
.news-view .list-btn {
  opacity: 0;
}

.inq .sec-tit,
.inq .wid-full {
  opacity: 0;
}/*# sourceMappingURL=style.css.map */