@charset "UTF-8";
/* 인풋스타일*/
input::-moz-placeholder {
  font-size: inherit;
}
input::placeholder {
  font-size: inherit;
}

.vis-tit,
.p-list,
.top-tit,
.about-flex,
.nat-img-wrap,
.txt-wrap,
.history-wrap,
.chart-right,
.chart,
.map,
.location-info,
.sub-nav-wrap,
.s-flex,
.product-card,
.cont-top,
.product-info-flex,
.btn-wrap,
.circle,
.icon-wrap,
.cer-wrap,
.top-in-txt,
.form-wrap,
.line-box,
.noemail-page {
  opacity: 0;
}

.rnd-2 .flex-wrap {
  opacity: 0;
}

.visual {
  width: 100%;
  height: 60rem;
  background-size: cover;
}
.visual.vis1 {
  background-image: url("../img/sub/about/visual.jpg");
}
.visual.vis2 {
  background-image: url("../img/sub/product/visual.jpg");
}
.visual.vis3 {
  background-image: url("../img/sub/rnd/visual.jpg");
}
.visual.vis4 {
  background-image: url("../img/sub/contact/visual.jpg");
}
.visual .vis-tit {
  padding-top: 26.5rem;
  font-size: var(--vis-f);
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.page-location {
  position: absolute;
  left: 50%;
  top: 37.7rem;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.p-list {
  display: flex;
  align-items: center;
  gap: 3.3rem;
}
.p-list li {
  position: relative;
  font-size: 1.7rem;
  color: #fff;
  font-weight: 600;
}
.p-list li:first-child {
  width: 1.9rem;
  height: 1.9rem;
  background: url("../img/icon/home.png") no-repeat;
  background-size: cover;
  text-indent: -999rem;
}
.p-list li::before {
  content: "";
  width: 0.9rem;
  height: 1.9rem;
  background: url("../img/icon/location.png") no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  right: -2.4rem;
}
.p-list li:last-child::before {
  display: none;
}

.sub-nav-wrap {
  width: 100%;
  padding-top: 10rem;
  margin-bottom: 6rem;
  text-align: center;
}

.nav-type {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 2.2rem;
  color: #003da2;
  text-align: center;
  font-weight: 800;
}

.sub-nav {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: 3.3rem;
  border: 1px solid #d9dfed;
}
.sub-nav li a {
  position: relative;
  display: block;
  padding: 2.5rem 0;
  width: 33rem;
  z-index: 2;
  font-family: "Montserrat", sans-serif;
  font-size: var(--com-f);
  color: #293a52;
  font-weight: 400;
}
.sub-nav li a::before {
  content: "";
  width: 1px;
  height: 2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: #293a52;
  opacity: 0.5;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.sub-nav li:last-child a::before {
  display: none;
}
.sub-nav li.on a {
  font-weight: 500;
  color: #fff;
}
.sub-nav li.on a::after {
  content: "";
  width: calc(100% + 1px);
  height: calc(100% + 2px);
  background-color: #003da2;
  position: absolute;
  top: -0.1rem;
  left: -0.1rem;
  z-index: -1;
}

.section {
  padding: 10rem 0 15rem;
}

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

@media all and (max-width: 85.375rem) {
  .page-location {
    top: 35.7rem;
  }
  .sub-nav-wrap {
    padding: 8rem 4rem 0;
  }
  .sub-nav {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .sub-nav li a {
    width: 100%;
  }
}
@media all and (max-width: 64rem) {
  .section {
    padding: 8rem 0 12rem;
  }
  .visual {
    height: 50rem;
  }
  .visual .vis-tit {
    padding-top: 22.5rem;
  }
  .page-location {
    top: 29.7rem;
  }
  .p-list li {
    font-size: 1.6rem;
  }
  .sub-nav li a {
    padding: 2rem 0;
    font-size: 1.4rem;
  }
  .sub-nav li a::before {
    display: none;
  }
}
@media all and (max-width: 63.9375rem) {
  .section {
    padding: 8rem 0 10rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .section {
    padding: 6rem 0 8rem;
  }
  .visual {
    height: 45rem;
  }
  .visual .vis-tit {
    padding-top: 18.5rem;
  }
  .visual .vis-tit .block {
    display: block;
  }
  .page-location {
    width: 100%;
    top: 27.7rem;
  }
  .p-list {
    flex-direction: column;
    gap: 1rem;
  }
  .p-list li {
    font-size: 1.5rem;
  }
  .p-list li:first-child {
    width: 1.6rem;
    height: 1.6rem;
  }
  .p-list li::before {
    display: none;
  }
  .sub-nav-wrap {
    padding: 6rem 2rem 0;
  }
  .nav-type {
    font-size: 2rem;
  }
  .sub-nav {
    display: flex;
    flex-direction: column;
    margin-top: 3rem;
  }
  .sub-nav li {
    width: 100%;
  }
  .inner {
    padding: 0 2rem;
  }
}
.top-tit {
  margin-bottom: 8rem;
}
.top-tit .small-tit {
  display: block;
  text-align: center;
  font-size: 2.2rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  color: #003da2;
}
.top-tit .sec-tit {
  margin-top: 3.5rem;
  font-size: var(--sec-tit);
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #003da2;
  text-align: center;
}

@media all and (max-width: 64rem) {
  .top-tit {
    margin-bottom: 6rem;
  }
  .top-tit .sec-tit {
    margin-top: 3rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .top-tit .small-tit {
    font-size: 2rem;
  }
  .top-tit .sec-tit {
    margin-top: 2rem;
    font-size: 3rem;
  }
}
/*about*/
.about .sec-1 {
  position: relative;
}
.about .sec-1::before {
  content: "";
  position: absolute;
  width: 77.083333%;
  height: calc(100% - 46.6rem);
  right: 0;
  top: 27.2rem;
  z-index: -1;
  background: #f0f7f8;
  border-bottom-left-radius: 10rem;
}

.about-flex {
  position: relative;
  display: flex;
  gap: 13rem;
  padding-top: 10rem;
}
.about-flex .img-wrap {
  width: 63rem;
  min-width: 63rem;
}
.about-flex .top {
  font-size: 2.5rem;
  font-weight: 700;
  color: #293a52;
  opacity: 0.5;
  font-family: "Montserrat", sans-serif;
}
.about-flex .right {
  padding-bottom: 11.5rem;
}
.about-flex .mid-tit {
  margin-top: 2rem;
  font-weight: 800;
  font-size: 3.3rem;
  color: #293a52;
}
.about-flex .line {
  width: 100%;
  height: 1px;
  margin: 5rem 0;
  background: rgba(41, 58, 82, 0.2);
}
.about-flex .desc {
  margin-bottom: 4rem;
  font-size: var(--com-f);
  color: #000;
  line-height: 3.3rem;
}
.about-flex .point {
  color: #00bcbe;
}

@media all and (max-width: 85.375rem) {
  .about-flex {
    padding-top: 8rem;
    gap: 8rem;
  }
  .about-flex .img-wrap {
    width: 50rem;
    min-width: 50rem;
  }
  .about-flex .right {
    padding-bottom: 8.5rem;
  }
}
@media all and (max-width: 64rem) {
  .about .sec-1::before {
    top: 24.2rem;
    height: calc(100% - 39.6rem);
  }
  .about-flex {
    padding-top: 6rem;
    gap: 6rem;
  }
  .about-flex .top {
    font-size: 2.2rem;
  }
  .about-flex .mid-tit {
    font-size: 3rem;
  }
  .about-flex .img-wrap {
    width: 35rem;
    min-width: 35rem;
  }
  .about-flex .line {
    margin: 4rem 0;
  }
  .about-flex .right {
    padding-bottom: 6.5rem;
  }
  .about-flex .desc {
    margin-bottom: 3rem;
    line-height: 1.5;
  }
}
@media all and (max-width: 63.9375rem) {
  .about .sec-1::before {
    top: 23.2rem;
    height: calc(100% - 33.6rem);
  }
  .about-flex {
    flex-direction: column;
  }
  .about-flex .img-wrap {
    width: 80%;
    min-width: 0;
  }
}
@media all and (max-width: 63.9375rem) {
  .about .sec-1::before {
    top: 23.2rem;
    height: calc(100% - 33.6rem);
  }
  .about-flex .img-wrap {
    width: 100%;
  }
}
@media all and (max-width: 47.9375rem) {
  .about .sec-1::before {
    top: 19.2rem;
    width: 100%;
    height: calc(100% - 26.6rem);
  }
  .about-flex {
    gap: 4rem;
  }
  .about-flex .right {
    padding-bottom: 4.5rem;
  }
  .about-flex .top {
    font-size: 1.8rem;
  }
  .about-flex .line {
    margin: 3rem 0;
  }
  .about-flex .desc {
    margin-bottom: 2rem;
  }
  .about-flex .img-wrap {
    width: 100%;
  }
}
/*환경*/
.nat-desc-wrap {
  position: relative;
  padding-bottom: 9rem;
}
.nat-desc-wrap::before {
  content: "";
  width: 100%;
  height: calc(100% - 28rem);
  position: absolute;
  bottom: 0;
  z-index: -1;
  background-color: #f0f7f8;
}
.nat-desc-wrap .nat-img-wrap {
  display: flex;
  gap: 2rem;
  justify-content: center;
}
.nat-desc-wrap .nat-img-wrap .img1 {
  margin-top: 3rem;
}
.nat-desc-wrap .nat-img-wrap .img2 {
  margin-top: 8rem;
}
.nat-desc-wrap .desc-wrap {
  margin-top: 10rem;
}
.nat-desc-wrap .desc-wrap .desc {
  margin-bottom: 3.5rem;
  font-size: var(--com-f);
  line-height: 3.3rem;
}
.nat-desc-wrap .desc-wrap .fw-800 {
  color: #003da2;
}

@media all and (max-width: 85.375rem) {
  .nat-desc-wrap {
    padding-bottom: 6rem;
  }
  .nat-desc-wrap .desc-wrap {
    margin-top: 8rem;
  }
}
@media all and (max-width: 64rem) {
  .nat-desc-wrap .desc-wrap {
    margin-top: 6rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .nat-desc-wrap::before {
    height: calc(100% - 18rem);
  }
  .nat-desc-wrap .nat-img-wrap .img1 {
    margin-top: 1.5rem;
  }
  .nat-desc-wrap .nat-img-wrap .img2 {
    margin-top: 4rem;
  }
  .nat-desc-wrap .desc-wrap {
    margin-top: 6rem;
  }
  .nat-desc-wrap .desc-wrap .desc {
    margin-bottom: 2rem;
    line-height: 1.5;
  }
}
@media all and (max-width: 47.9375rem) {
  .nat-desc-wrap {
    padding-bottom: 4rem;
  }
  .nat-desc-wrap::before {
    height: calc(100% - 8rem);
  }
  .nat-desc-wrap .desc-wrap {
    margin-top: 4rem;
  }
  .nat-desc-wrap .desc-wrap .desc {
    margin-bottom: 2rem;
    line-height: 1.5;
  }
}
/*연혁*/
.history .txt-wrap {
  position: absolute;
}
.history .txt-wrap .top {
  font-size: 2.7rem;
  font-family: "Montserrat", sans-serif;
  color: #003da2;
  font-weight: 600;
}
.history .txt-wrap .mid {
  margin-top: 8.5rem;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-weight: 700;
  font-size: 5.4rem;
  text-shadow: -1px 0px #000, 0px 1px #000, 1px 0px #000, 0px -1px #000;
}
.history .txt-wrap .bot {
  margin-top: 4.4rem;
  font-size: 7rem;
  font-weight: 700;
  color: #293a52;
}
.history .history-wrap {
  position: relative;
}
.history .history-wrap .line {
  position: absolute;
  left: 45.2%;
  top: 1.2rem;
  width: 7.2rem;
  border-right: 0.3rem solid rgba(0, 61, 162, 0.2);
}
.history .history-wrap .line .active-line {
  position: absolute;
  right: -0.3rem;
  width: 0.3rem;
  height: 0;
  background-color: #003da2;
}
.history .history-wrap .line::after {
  z-index: -1;
  position: absolute;
  right: -0.3rem;
  bottom: 2.5%;
  content: "";
  width: 0;
  height: 5rem;
  border-right: 0.3rem dashed #fff;
}
.history .his-item {
  display: flex;
  position: relative;
  padding-left: 45.2%;
}
.history .his-item.active .year::after {
  background-color: #fff;
}
.history .his-item.active .year::before {
  background-color: #003da2;
}
.history .his-item:last-child .img-wrap {
  margin-bottom: 0;
}
.history .year {
  position: relative;
  min-width: 7.5rem;
}
.history .year::after {
  position: absolute;
  top: 1.9rem;
  right: 0;
  content: "";
  width: 0.9rem;
  height: 0.9rem;
  background-color: #b3c6ec;
  border-radius: 0.9rem;
  -webkit-border-radius: 0.9rem;
  -moz-border-radius: 0.9rem;
  -ms-border-radius: 0.9rem;
  -o-border-radius: 0.9rem;
}
.history .year::before {
  position: absolute;
  top: 1.2rem;
  right: -0.7rem;
  content: "";
  width: 2.3rem;
  height: 2.3rem;
  background: none;
  border-radius: 2.3rem;
  -webkit-border-radius: 2.3rem;
  -moz-border-radius: 2.3rem;
  -ms-border-radius: 2.3rem;
  -o-border-radius: 2.3rem;
}
.history .right {
  padding-top: 0.8rem;
  padding-left: 5.2rem;
}
.history .y-num {
  margin-bottom: 4rem;
  font-weight: 600;
  font-size: 3.5rem;
  color: #293a52;
  font-family: "Montserrat", sans-serif;
}
.history .his-txt {
  display: flex;
  flex-direction: column;
  gap: 1.78rem;
  position: relative;
  padding-bottom: 6rem;
  padding-left: 2.7rem;
}
.history .his-txt li {
  display: flex;
  font-family: "Montserrat", sans-serif;
  font-size: var(--sub-f);
  color: #293a52;
  font-weight: 400;
  line-height: 1.9;
}
.history .his-txt li span {
  display: block;
  min-width: 10rem;
}
.history .his-txt li:last-child {
  margin-bottom: 0;
}
.history .img-wrap {
  margin-bottom: 10rem;
}

@media all and (max-width: 85.375rem) {
  .history .txt-wrap .mid {
    margin-top: 6.5rem;
  }
  .history .txt-wrap .bot {
    margin-top: 3.4rem;
    font-size: 6rem;
    line-height: 1.1;
  }
  .history .his-txt {
    padding-bottom: 4rem;
  }
  .history .img-wrap {
    margin-bottom: 8rem;
  }
}
@media all and (max-width: 64rem) {
  .history .txt-wrap .top {
    font-size: 2.4rem;
  }
  .history .txt-wrap .mid {
    margin-top: 4.5rem;
    font-size: 4rem;
  }
  .history .txt-wrap .bot {
    margin-top: 3rem;
    font-size: 5rem;
    line-height: 1.1;
  }
  .history .history-wrap .line {
    left: 43.2%;
  }
  .history .his-item {
    padding-left: 43.2%;
  }
  .history .his-txt li span {
    min-width: 5rem;
  }
  .history .right {
    padding-left: 4.2rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .history .txt-wrap .top {
    font-size: 1.8rem;
  }
  .history .txt-wrap .mid {
    margin-top: 3rem;
    font-size: 3rem;
  }
  .history .txt-wrap .bot {
    margin-top: 2rem;
    font-size: 3.8rem;
  }
  .history .history-wrap .line {
    left: 40.2%;
  }
  .history .y-num {
    margin-bottom: 2rem;
    font-size: 3rem;
  }
  .history .his-item {
    padding-left: 40.2%;
  }
  .history .his-txt {
    padding-left: 0;
  }
  .history .his-txt li {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .history .txt-wrap {
    position: static;
    margin-bottom: 4rem;
  }
  .history .txt-wrap .top {
    font-size: 1.7rem;
  }
  .history .txt-wrap .mid {
    margin-top: 3rem;
    font-size: 2.7rem;
  }
  .history .txt-wrap .bot {
    margin-top: 2rem;
    font-size: 3.2rem;
  }
  .history .history-wrap .line {
    left: 0;
    width: 2.2rem;
  }
  .history .right {
    padding-left: 2.2rem;
  }
  .history .year {
    min-width: 2.5rem;
  }
  .history .y-num {
    font-size: 2.4rem;
  }
  .history .img-wrap {
    margin-bottom: 4rem;
  }
  .history .his-item {
    padding-left: 0;
  }
  .history .his-txt {
    padding-left: 0;
  }
  .history .his-txt li {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
/*조직도*/
.chart-right {
  position: absolute;
  left: 60.84%;
  margin-top: 7rem;
}
.chart-right .total {
  display: flex;
  gap: 1.5rem;
}
.chart-right .total p {
  font-size: var(--com-f);
  color: #003da2;
  font-family: "Montserrat", sans-serif;
  line-height: 2;
}
.chart-right .total .sub-info {
  margin-top: 1rem;
}
.chart-right .total .sub-info li {
  display: flex;
  font-size: 1.6rem;
  color: #003da2;
  font-family: "Montserrat", sans-serif;
  line-height: 2rem;
}
.chart-right .total .sub-info li span {
  display: block;
  min-width: 10rem;
}

.chart {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.chart .ceo {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15rem;
  height: 15rem;
  margin-bottom: 7.3rem;
  font-size: 2.5rem;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  background: #0242c0;
  border-radius: 15rem;
  -webkit-border-radius: 15rem;
  -moz-border-radius: 15rem;
  -ms-border-radius: 15rem;
  -o-border-radius: 15rem;
}
.chart .ceo::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.2);
  -webkit-transform: translate(-50%, -50%) scale(1.2);
  -moz-transform: translate(-50%, -50%) scale(1.2);
  -ms-transform: translate(-50%, -50%) scale(1.2);
  -o-transform: translate(-50%, -50%) scale(1.2);
  width: 100%;
  height: 100%;
  background: #b3c6ec;
  border-radius: 100rem;
  -webkit-border-radius: 100rem;
  -moz-border-radius: 100rem;
  -ms-border-radius: 100rem;
  -o-border-radius: 100rem;
  z-index: -1;
}
.chart .ceo::after {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(100% + 1.5rem);
  transform: translateX(-50%);
  height: 19.5rem;
  width: 0;
  border-right: 1px solid #b3c6ec;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.chart .quality {
  position: relative;
  padding: 2rem 0;
  margin-right: 60.7rem;
  margin-bottom: 12.3rem;
  font-family: "Montserrat", sans-serif;
  font-size: var(--sub-f);
  color: #293a52;
  font-weight: 400;
  width: 32rem;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
  background: #dbf3f8;
  text-align: center;
  line-height: 2.2rem;
}
.chart .quality::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -14.3rem;
  width: 14.3rem;
  height: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  border-top: 1px solid #b3c6ec;
}
.chart .ori-dep2 {
  position: relative;
  width: 100%;
  display: flex;
  gap: 4.4rem;
  align-items: flex-start;
}
.chart .ori-dep2 li {
  width: 100%;
}
.chart .ori-dep2::before {
  content: "";
  position: absolute;
  top: -7rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  width: 82.4%;
  height: 0;
  border-top: 1px solid #b3c6ec;
}
.chart .top {
  position: relative;
  padding: 3.2rem 0;
  width: 100%;
  font-size: var(--com-f);
  color: #293a52;
  font-weight: 600;
  text-align: center;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
  background: #e7eef6;
  border: 1px solid #5d83cf;
}
.chart .top::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -7rem;
  width: 0;
  height: 7rem;
  border-right: 1px solid #b3c6ec;
}
.chart .ori-dep3 {
  display: flex;
  flex-direction: column;
  margin-top: 2.5rem;
  gap: 2rem;
  width: 100%;
}
.chart .ori-dep3 li {
  position: relative;
  padding: 2.5rem 0;
  width: 100%;
  text-align: center;
  font-size: var(--sub-f);
  color: #293a52;
  border: 1px solid #baccfc;
  background: #fff;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
}
.chart .ori-dep3 li::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  top: -2.6rem;
  width: 0;
  height: 2.6rem;
  border-right: 1px solid #b3c6ec;
  z-index: -1;
}

@media all and (max-width: 85.375rem) {
  .chart .ori-dep2 {
    gap: 1.4rem;
  }
  .chart .ori-dep2::before {
    width: 81.2%;
  }
  .chart .top {
    padding: 2.7rem 0;
  }
  .chart .ori-dep3 li {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 64rem) {
  .chart-right {
    left: 55%;
  }
  .chart .ceo {
    width: 12rem;
    height: 12rem;
    font-size: 2rem;
  }
  .chart .quality {
    padding: 1.5rem 0;
    margin-right: 54.7rem;
    width: 26rem;
  }
  .chart .top {
    padding: 2rem 0;
  }
  .chart .ori-dep3 li {
    padding: 2rem 0;
    font-size: 1.3rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .chart-right {
    margin-top: 16rem;
  }
  .chart-right .total p {
    font-size: 1.6rem;
    line-height: 2.5;
  }
  .chart-right .total li {
    margin-top: 0;
    font-size: 1.5rem;
  }
  .chart .ceo {
    margin-bottom: 4.3rem;
  }
  .chart .quality {
    margin-right: 46.7rem;
    width: 18rem;
    margin-bottom: 8.3rem;
  }
  .chart .top {
    padding: 1.5rem 0;
    font-size: 1.6rem;
  }
  .chart .top::before {
    top: -4rem;
    height: 4rem;
  }
  .chart .ori-dep2::before {
    top: -4rem;
    width: 82%;
  }
  .chart .ori-dep3 {
    gap: 1rem;
    margin-top: 1.5rem;
  }
  .chart .ori-dep3 li {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 6.8rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .chart-right {
    position: static;
    margin-top: 0;
    margin-bottom: 6rem;
  }
  .chart .top::before {
    top: -1.6rem;
    height: 1.5rem;
  }
  .chart .top:first-child::before {
    display: none;
  }
  .chart .ori-dep2 {
    flex-direction: column;
  }
  .chart .ori-dep2::before {
    display: none;
  }
  .chart .ori-dep3 {
    position: relative;
  }
  .chart .ori-dep3 li {
    height: auto;
  }
  .chart .quality {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3.3rem;
  }
  .chart .quality::before {
    display: none;
  }
}
/*오시는 길*/
.map {
  width: 100%;
  height: 55rem;
}
.map iframe {
  width: 100%;
  height: 100%;
}

.location-info {
  display: flex;
  flex-direction: column;
  margin-top: 10rem;
  gap: 7.5rem;
  padding-left: 15rem;
}
.location-info li {
  display: flex;
  gap: 3rem;
}
.location-info .type {
  font-size: var(--lg-f);
  font-weight: 800;
}
.location-info .info-txt {
  margin-top: 3rem;
  font-size: var(--com-f);
}

@media all and (max-width: 85.375rem) {
  .location-info {
    margin-top: 8rem;
    gap: 6rem;
    padding-left: 10rem;
  }
}
@media all and (max-width: 64rem) {
  .map {
    height: 45rem;
  }
  .location-info {
    margin-top: 6rem;
    gap: 6rem;
    padding-left: 6rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .map {
    height: 40rem;
  }
  .location-info {
    margin-top: 4rem;
    gap: 4rem;
    padding-left: 0;
  }
  .location-info .type {
    font-size: 2.4rem;
  }
  .location-info .info-txt {
    margin-top: 2rem;
  }
}
/*연구소 소개*/
.rnd-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 17.8rem;
  padding-bottom: 12rem;
  width: 100%;
  background: #f0f7f8;
  overflow: hidden;
}
.rnd-1 .circle {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16.8rem;
  height: 16.8rem;
  text-align: center;
  border-radius: 100rem;
  -webkit-border-radius: 100rem;
  -moz-border-radius: 100rem;
  -ms-border-radius: 100rem;
  -o-border-radius: 100rem;
  background: #437dde;
  font-size: calc(var(--com-f) + 0.6rem);
  line-height: 1.2;
  color: #fff;
  font-weight: 600;
}
.rnd-1 .circle::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.30952381);
  -webkit-transform: translate(-50%, -50%) scale(1.30952381);
  -moz-transform: translate(-50%, -50%) scale(1.30952381);
  -ms-transform: translate(-50%, -50%) scale(1.30952381);
  -o-transform: translate(-50%, -50%) scale(1.30952381);
  background: rgba(0, 61, 162, 0.1);
  border-radius: 100rem;
  -webkit-border-radius: 100rem;
  -moz-border-radius: 100rem;
  -ms-border-radius: 100rem;
  -o-border-radius: 100rem;
}
.rnd-1 .circle::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.9047619);
  -webkit-transform: translate(-50%, -50%) scale(1.9047619);
  -moz-transform: translate(-50%, -50%) scale(1.9047619);
  -ms-transform: translate(-50%, -50%) scale(1.9047619);
  -o-transform: translate(-50%, -50%) scale(1.9047619);
  background: rgba(0, 61, 162, 0.03);
  border-radius: 100rem;
  -webkit-border-radius: 100rem;
  -moz-border-radius: 100rem;
  -ms-border-radius: 100rem;
  -o-border-radius: 100rem;
}
.rnd-1 .step {
  margin-right: -1.1rem;
}
.rnd-1 .step:last-child {
  margin-right: 0;
}
.rnd-1 .icon-wrap {
  position: relative;
  display: flex;
  margin-top: 8.4rem;
}
.rnd-1 .icon-wrap::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 13rem;
  transform: translateX(-50%);
  width: 100vw;
  height: 0;
  border-top: 1px solid #437dde;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  z-index: 0;
}
.rnd-1 .in-circle {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 26rem;
  height: 26rem;
  z-index: 1;
  border-radius: 26rem;
  -webkit-border-radius: 26rem;
  -moz-border-radius: 26rem;
  -ms-border-radius: 26rem;
  -o-border-radius: 26rem;
  background: #fff;
  border: 1px solid #b4c7fa;
}
.rnd-1 .icon {
  margin: 2.3rem 0 2.8rem;
}
.rnd-1 .num {
  font-size: var(--com-f);
  font-weight: 700;
  color: #cbd0d6;
}
.rnd-1 .type {
  font-size: calc(var(--com-f) + 0.4rem);
  font-weight: 700;
  color: #293a52;
}
.rnd-1 .desc {
  display: flex;
  justify-content: center;
  margin-top: 2.9rem;
  font-size: calc(var(--sub-f) - 0.3rem);
  line-height: 2.8rem;
  color: #293a52;
}

.rnd-2 {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background: url("../img/sub/about/bg.png") no-repeat right bottom;
  background-size: cover;
}
.rnd-2 .flex-wrap {
  display: flex;
  gap: 15rem;
}
.rnd-2 .left {
  display: flex;
  gap: 3.4rem;
  padding-top: 20rem;
}
.rnd-2 .img-wrap {
  max-height: 39rem;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
.rnd-2 .img-wrap img {
  display: block;
  height: 100%;
}
.rnd-2 .doc-desc {
  margin-top: 2rem;
  font-size: calc(var(--sub-f) - 0.2rem);
  color: #293a52;
}
.rnd-2 .dev {
  font-size: calc(var(--com-f) + 0.2rem);
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #408fff;
}
.rnd-2 .now {
  margin-top: 2.2rem;
  font-size: calc(var(--lg-f) + 1rem);
  color: #293a52;
}
.rnd-2 .list {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin-top: 5rem;
}
.rnd-2 .list li {
  width: 61.2rem;
  padding: 1.9rem 4.5rem;
  border-radius: 10rem;
  -webkit-border-radius: 10rem;
  -moz-border-radius: 10rem;
  -ms-border-radius: 10rem;
  -o-border-radius: 10rem;
  background: #fff;
  font-size: var(--sub-f);
  color: #293a52;
}

.rnd .sec-1 {
  padding-bottom: 0;
}

@media all and (max-width: 85.375rem) {
  .rnd-1 .circle {
    width: 14.8rem;
    height: 14.8rem;
    font-size: calc(var(--com-f) + 0.2rem);
  }
  .rnd-1 .step {
    margin-right: 0;
  }
  .rnd-1 .in-circle {
    width: 20rem;
    height: 20rem;
  }
  .rnd-1 .icon-wrap {
    width: 100%;
    justify-content: center;
    padding: 0 4rem;
  }
  .rnd-1 .icon-wrap::before {
    top: 10rem;
  }
  .rnd-1 .icon {
    margin: 2.3rem 0 1.8rem;
  }
  .rnd-1 .type {
    font-size: var(--com-f);
  }
  .rnd-1 .desc {
    margin-top: 2rem;
  }
  .rnd-2 .flex-wrap {
    gap: 10rem;
  }
}
@media all and (max-width: 64rem) {
  .rnd-1 {
    padding-top: 15.8rem;
    padding-bottom: 10rem;
  }
  .rnd-1 .in-circle {
    width: 16rem;
    height: 16rem;
  }
  .rnd-1 .num {
    font-size: 1.6rem;
  }
  .rnd-1 .type {
    font-size: 1.6rem;
  }
  .rnd-1 .icon-wrap::before {
    top: 8rem;
  }
  .rnd-1 .icon {
    margin: 1.5rem 0 1.2rem;
  }
  .rnd-1 .desc {
    font-size: 1.25rem;
    line-height: 1.5;
  }
  .rnd-2 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .rnd-2 .flex-wrap {
    gap: 6rem;
  }
  .rnd-2 .list li {
    width: 47.2rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .rnd-1 .icon-wrap {
    flex-wrap: wrap;
    gap: 4rem 0;
  }
  .rnd-1 .icon-wrap::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 51.735rem;
    transform: translateX(-50%);
    width: 100vw;
    height: 0;
    border-top: 1px solid #437dde;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  .rnd-1 .in-circle {
    width: 20.7rem;
    height: 20.7rem;
  }
  .rnd-2 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .rnd-2 .flex-wrap {
    flex-direction: column-reverse;
    gap: 8rem;
  }
  .rnd-2 .left {
    padding-top: 0;
  }
  .rnd-2 .list li {
    width: 80%;
  }
}
@media all and (max-width: 47.9375rem) {
  .rnd-1 {
    padding-top: 10.8rem;
    padding-bottom: 8rem;
  }
  .rnd-1 .circle {
    width: 12.8rem;
    height: 12.8rem;
  }
  .rnd-1 .icon-wrap {
    gap: 4rem 1rem;
    padding: 0 2rem;
  }
  .rnd-1 .icon-wrap::after, .rnd-1 .icon-wrap::before {
    display: none;
  }
  .rnd-1 .step {
    margin-right: 0;
  }
  .rnd-1 .in-circle {
    width: 15.5rem;
    height: 15.5rem;
    margin: 0 auto;
  }
  .rnd-1 .type {
    font-size: 1.4rem;
  }
  .rnd-1 .num {
    font-size: 1.4rem;
  }
  .rnd-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .rnd-2 .flex-wrap {
    gap: 4rem;
  }
  .rnd-2 .now {
    margin-top: 1.5rem;
    font-size: calc(var(--lg-f) + 0.5rem);
  }
  .rnd-2 .list {
    margin-top: 4rem;
  }
  .rnd-2 .list li {
    padding: 1.5rem 3rem;
    width: 100%;
    line-height: 1.2;
  }
  .rnd-2 .list .left {
    gap: 2rem;
  }
}
/*특허*/
.patents .sec-1 {
  position: relative;
}
.patents .sec-1::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 29.2rem);
  background: #f0f7f8;
  z-index: -1;
}

.cer-wrap {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 3rem 2.8rem;
  padding-top: 10rem;
}
.cer-wrap .img-wrap {
  padding: 2.2rem 2rem 0;
  height: 38rem;
  background: #fff;
  border: 1px solid #b2dbe0;
  max-width: 24rem;
}
.cer-wrap .img {
  height: 28rem;
  text-align: center;
}
.cer-wrap .img img {
  height: 100%;
}
.cer-wrap .name {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 7.8rem;
  font-size: 1.6rem;
  line-height: 2rem;
  text-align: center;
}

@media all and (max-width: 85.375rem) {
  .cer-wrap {
    grid-template-columns: repeat(4, 1fr);
    padding-top: 8rem;
  }
}
@media all and (max-width: 64rem) {
  .patents .sec-1::before {
    height: calc(100% - 23.7rem);
  }
  .cer-wrap {
    gap: 2.5rem 1.8rem;
  }
  .cer-wrap .img-wrap {
    height: auto;
  }
  .cer-wrap .name {
    height: 7rem;
    font-size: 1.5rem;
    line-height: 1.1;
  }
}
@media all and (max-width: 63.9375rem) {
  .patents .sec-1::before {
    height: calc(100% - 23.2rem);
  }
  .cer-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media all and (max-width: 47.9375rem) {
  .patents .sec-1::before {
    height: calc(100% - 19.4rem);
  }
  .cer-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 1rem;
    padding-top: 6rem;
    place-items: center;
  }
  .cer-wrap .img-wrap {
    padding: 1.1rem 1rem 0;
  }
  .cer-wrap .img {
    height: auto;
  }
  .cer-wrap .name {
    font-size: 1.4rem;
  }
}
/*제품*/
.product-list .section {
  padding: 0;
}
.product-list .top-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  height: 5.5rem;
}
.product-list .top-wrap .download-btn {
  position: absolute;
  right: 0;
  top: 0;
}

@media all and (max-width: 64rem) {
  .product-list .top-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .product-list .top-wrap .download-btn {
    position: relative;
  }
}
@media all and (max-width: 63.9375rem) {
  .product-list .top-wrap .download-btn {
    width: 20rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .product-list .top-wrap {
    flex-direction: column-reverse;
    align-items: center;
    gap: 4rem 0;
    height: auto;
  }
}
.sec-bg {
  width: 100%;
  background-color: #f0f7f8;
  padding-top: 9rem;
  padding-bottom: 15rem;
}

.s-flex {
  display: flex;
  justify-content: center;
}

.search-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 45rem;
  padding-bottom: 1.4rem;
  border-bottom: 3px solid #003da2;
}
.search-wrap .s-btn {
  width: 2.3rem;
  height: 2.3rem;
  background-image: url("../img/icon/search.png");
  background-size: cover;
}
.search-wrap .search {
  width: calc(100% - 3.3rem);
  font-size: var(--sub-f);
  color: #003da2;
  font-weight: 400;
  outline: none;
}
.search-wrap .search::-moz-placeholder {
  font-size: var(--sub-f);
  color: #003da2;
  font-weight: 400;
}
.search-wrap .search::placeholder {
  font-size: var(--sub-f);
  color: #003da2;
  font-weight: 400;
}

.product-card {
  display: grid;
  grid-template-columns: repeat(4, minmax(23.1%, 36.5rem));
  gap: 5rem 4rem;
  margin-top: 5rem;
}
.product-card .card {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 5rem 1.5rem 1.8rem 4rem;
  height: 60rem;
  width: 100%;
  background: #fff;
}
.product-card .card::before {
  content: "";
  width: 0%;
  height: 0.4rem;
  background: #003da2;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: width 0.5s, opacity 0.5s;
  -webkit-transition: width 0.5s, opacity 0.5s;
  -moz-transition: width 0.5s, opacity 0.5s;
  -ms-transition: width 0.5s, opacity 0.5s;
  -o-transition: width 0.5s, opacity 0.5s;
}
.product-card .card::after {
  content: "";
  width: 0%;
  height: 0.4rem;
  background: #003da2;
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: width 0.5s, opacity 0.5s;
  -webkit-transition: width 0.5s, opacity 0.5s;
  -moz-transition: width 0.5s, opacity 0.5s;
  -ms-transition: width 0.5s, opacity 0.5s;
  -o-transition: width 0.5s, opacity 0.5s;
}
.product-card .card:hover {
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.product-card .card:hover::before {
  width: 100%;
  opacity: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.product-card .card:hover::after {
  width: 100%;
  opacity: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.product-card .card:hover .line::before {
  height: 100%;
  opacity: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.product-card .card:hover .line::after {
  height: 100%;
  opacity: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.product-card .line {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.product-card .line::before {
  content: "";
  height: 0%;
  width: 0.4rem;
  background: #003da2;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: height 0.5s, opacity 0.5s;
  -webkit-transition: height 0.5s, opacity 0.5s;
  -moz-transition: height 0.5s, opacity 0.5s;
  -ms-transition: height 0.5s, opacity 0.5s;
  -o-transition: height 0.5s, opacity 0.5s;
}
.product-card .line::after {
  content: "";
  height: 0%;
  width: 0.4rem;
  background: #003da2;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  transition: height 0.5s, opacity 0.5s;
  -webkit-transition: height 0.5s, opacity 0.5s;
  -moz-transition: height 0.5s, opacity 0.5s;
  -ms-transition: height 0.5s, opacity 0.5s;
  -o-transition: height 0.5s, opacity 0.5s;
}
.product-card .pro {
  font-size: var(--sub-f);
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: #293a52;
}
.product-card .product-name {
  margin-top: 3.7rem;
  margin-bottom: 1rem;
  font-size: 3.5rem;
  /*4.5rem;*/
  font-weight: 700;
  line-height: 1.2;
  font-family: "Montserrat", sans-serif;
  color: #293a52;
  word-break: keep-all;
  word-wrap: break-word;
}
.product-card .full-name {
  font-size: var(--com-f);
  font-weight: 300;
}
.product-card .txt-area,
.product-card .img-area {
  position: relative;
}
.product-card .img-area {
  padding-right: 2.5rem;
}
.product-card .view-more {
  display: flex;
  gap: 0.9rem;
  align-items: center;
}
.product-card .view-more p {
  font-size: 1.3rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: #293a52;
}
.product-card .p-img {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 1.2rem;
  padding-bottom: 90%;
  text-align: center;
  height: 0;
}
.product-card .p-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  height: auto;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media all and (max-width: 85.375rem) {
  .product-card {
    grid-template-columns: repeat(3, minmax(23.1%, 1fr));
    gap: 2rem;
  }
  .product-card .card {
    padding: 3rem 1.5rem 1.8rem 2rem;
    height: 50rem;
  }
  .product-card .product-name {
    margin-top: 2.6rem;
    font-size: 2.8rem;
  }
  .product-card .img-area {
    padding-right: 0;
  }
  .product-card .p-img {
    padding-bottom: 65%;
  }
}
@media all and (max-width: 64rem) {
  .product-card .card {
    height: 45rem;
  }
  .product-card .product-name .small {
    margin-top: 1rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .sec-bg {
    padding-bottom: 12rem;
  }
  .product-card {
    grid-template-columns: repeat(2, minmax(23.1%, 1fr));
  }
  .product-card .product-name {
    margin-top: 2rem;
  }
  .product-card .img-area {
    padding-right: 1.5rem;
  }
  .product-card .p-img {
    padding-bottom: 55%;
  }
}
@media all and (max-width: 47.9375rem) {
  .sec-bg {
    padding-top: 6rem;
    padding-bottom: 8rem;
  }
  .search-wrap {
    padding-bottom: 1rem;
  }
  .search-wrap {
    width: 100%;
  }
  .product-card {
    gap: 2rem 0;
    grid-template-columns: 1fr;
  }
  .product-card .card {
    justify-content: flex-start;
  }
  .product-card .pro {
    font-size: 1.2rem;
  }
  .product-card .product-name {
    margin-top: 1.5rem;
  }
  .product-card .img-area {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    flex: 1 1 0;
    margin-top: 1rem;
    padding-right: 0;
  }
  .product-card .view-more p {
    font-size: 1.2rem;
  }
  .product-card .view-more .icon {
    width: 1.8rem;
  }
  .product-card .p-img {
    display: flex;
    justify-content: center;
    padding-bottom: 0;
    width: 100%;
    flex: 1 1 0;
    margin-top: 0.5rem;
    text-align: center;
  }
  .product-card .p-img img {
    position: relative;
    left: 0;
    top: 0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
  }
}
.product .pro-desc {
  margin-top: 1.5rem;
  text-align: center;
}
.product .sec-1 {
  position: relative;
}
.product .left-bg {
  position: absolute;
  width: 22.916667%;
  height: calc(100% - 42.5rem);
  background: #f0f7f8;
  left: 0;
  top: 27.3rem;
  z-index: -1;
  border-bottom-right-radius: 10rem;
}

.cont-top .dep3-tit {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  color: #003da2;
  font-size: 2.2rem;
  text-align: center;
}
.cont-top .dep4-tit {
  margin-top: 3.4rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #003da2;
  font-size: var(--sec-tit);
  text-align: center;
}
.cont-top .list-wrap {
  margin-top: 4.4rem;
  display: flex;
  justify-content: center;
  gap: 0.9rem;
}
.cont-top .list-wrap a {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  opacity: 0.2;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.cont-top .list-wrap a:hover {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  opacity: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.product-info-flex {
  display: flex;
  margin-top: 10rem;
  gap: 6rem;
}
.product-info-flex .swiper-sub {
  width: 65rem;
  min-width: 65rem;
  height: 50rem;
  overflow: hidden;
  border: 1px solid #b4c7fa;
  box-shadow: 0 80px 100px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.product-info-flex .swiper-sub .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4rem;
}
.product-info-flex .swiper-sub .swiper-slide img {
  font-size: 0;
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-info-flex .pro-img-wrap {
  position: relative;
  height: 50rem;
}
.product-info-flex .pagnation {
  position: absolute;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 99;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.product-info-flex .pagnation .swiper-button-prev,
.product-info-flex .pagnation .swiper-button-next {
  width: 6.6rem;
  height: auto;
  position: static;
  margin-top: 0;
}
.product-info-flex .article {
  margin-bottom: 10rem;
}
.product-info-flex .article .spec-tit {
  padding-bottom: 1.4rem;
  border-bottom: 1px solid rgba(41, 58, 82, 0.5);
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: var(--sub-tit);
  color: #293a52;
}
.product-info-flex .out-img {
  margin-top: 4rem;
  text-align: center;
  background-color: #fff;
}
.product-info-flex .table-wrap {
  width: 100%;
}
.product-info-flex .table {
  overflow-x: auto;
  width: 100%;
  background-color: #fff;
}
.product-info-flex .table::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.product-info-flex .table.down {
  cursor: grab;
}
.product-info-flex .table table {
  width: 100%;
  min-width: 60rem;
}
.product-info-flex .table.wid-table table {
  min-width: 80rem;
}
.product-info-flex th {
  background: #f7f7f7;
}
.product-info-flex th,
.product-info-flex td {
  font-size: var(--sub-f);
  color: #293a52;
}
.product-info-flex tbody th {
  border-right: 1px solid rgba(41, 58, 82, 0.1);
}
.product-info-flex tbody th,
.product-info-flex tbody td {
  padding: 1.2rem 1.5rem;
  vertical-align: middle;
  font-weight: 400;
  border-bottom: 1px solid rgba(41, 58, 82, 0.1);
}
.product-info-flex tbody td {
  text-align: center;
  line-height: 1.5;
}
.product-info-flex thead {
  border-bottom: 1px solid rgba(41, 58, 82, 0.5);
}
.product-info-flex thead th {
  padding: 1.8rem 0;
  font-weight: 800;
  vertical-align: middle;
}
.product-info-flex .list {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  margin-top: 5rem;
}
.product-info-flex .list li {
  position: relative;
  padding-left: 3.5rem;
  font-size: var(--com-f);
  color: #293a52;
  line-height: 1.5;
}
.product-info-flex .list li::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  background: #001437;
  position: absolute;
  top: 1.4rem;
  left: 2.2rem;
}
.product-info-flex .col-left {
  width: 36.781609%;
}
.product-info-flex .col-ss {
  width: 2%;
}
.product-info-flex .col-sm {
  width: 20%;
}
.product-info-flex .bb-0 {
  border-bottom: 0 none;
}
.product-info-flex .br-0 {
  border-right: 0 none;
}

.btn-wrap {
  text-align: center;
}
.btn-wrap .btn {
  width: 21rem;
  padding: 2.5rem 0;
  border-radius: 3.5rem;
  -webkit-border-radius: 3.5rem;
  -moz-border-radius: 3.5rem;
  -ms-border-radius: 3.5rem;
  -o-border-radius: 3.5rem;
  background: #003da2;
  font-size: 2.2rem;
  text-align: center;
  font-weight: 600;
  color: #0eeeed;
}

@media all and (max-width: 85.375rem) {
  .cont-top .dep4-tit {
    margin-top: 3rem;
  }
  .product-info-flex {
    flex-direction: column;
    gap: 6rem;
    margin-top: 8rem;
  }
  .product-info-flex .swiper-sub {
    width: 100%;
    height: 40rem;
    min-width: auto;
  }
  .product-info-flex .swiper-sub .swiper-slide {
    padding: 2rem;
  }
  .product-info-flex .pro-img-wrap {
    height: auto;
  }
  .product-info-flex .pagnation .swiper-button-next,
  .product-info-flex .pagnation .swiper-button-prev {
    width: 4.6rem;
  }
  .product-info-flex .article {
    margin-bottom: 8rem;
  }
  .product-info-flex .out-img {
    margin-top: 2rem;
  }
  .product-info-flex .list {
    margin-top: 2rem;
  }
  .product-info-flex .list li {
    font-size: 1.6rem;
  }
  .btn-wrap .btn {
    padding: 2rem 0;
    width: 16rem;
    font-size: 2rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .product-info-flex tbody th,
  .product-info-flex tbody td {
    padding: 1.2rem 1.5rem;
  }
  .product-info-flex .pagnation .swiper-button-prev,
  .product-info-flex .pagnation .swiper-button-next {
    width: 5.5rem;
  }
  .product-info-flex .article {
    margin-bottom: 6rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .cont-top .dep4-tit {
    margin-top: 2rem;
  }
  .cont-top .list-wrap {
    margin-top: 3rem;
  }
  .cont-top .list-wrap a {
    width: 5rem;
  }
  .product-info-flex .pagnation .swiper-button-prev,
  .product-info-flex .pagnation .swiper-button-next {
    width: 4.4rem;
  }
  .product-info-flex .article .spec-tit {
    font-size: 2.4rem;
  }
  .product-info-flex thead th {
    padding: 2rem 0;
  }
  .product-info-flex tbody th,
  .product-info-flex tbody td {
    padding: 1.4rem 2rem;
  }
  .product-info-flex .list li {
    align-items: flex-start;
    line-height: 1.5;
    padding-left: 2.4rem;
  }
  .product-info-flex .list li::before {
    top: 1.2rem;
    left: 1rem;
  }
  .btn-wrap .btn {
    padding: 1.6rem 0;
    width: 14rem;
    font-size: 1.8rem;
  }
}
/*문의하기*/
.form-wrap {
  width: 100%;
  max-width: 117rem;
  margin: 0 auto;
  padding: 7.2rem 9.6rem 4.8rem;
  background: #fff;
}

.input-group {
  height: 4.5rem;
  margin-bottom: 1.5rem;
  font-size: calc(var(--sub-f) - 0.3rem);
}
.input-group input[type=text] {
  padding: 1.2rem 1.7rem;
  border: 1px solid #9fbff3;
  background: #f8f8f8;
}
.input-group input[type=text]::-moz-placeholder {
  color: rgba(17, 17, 17, 0.5);
}
.input-group input[type=text]::placeholder {
  color: rgba(17, 17, 17, 0.5);
}
.input-group .textarea textarea {
  padding: 1.2rem 1.7rem;
  border: 1px solid #9fbff3;
  background: #f8f8f8;
  font-size: calc(var(--sub-f) - 0.3rem);
  line-height: 2rem;
  outline: none;
}
.input-group .textarea textarea::-moz-placeholder {
  font-size: calc(var(--sub-f) - 0.3rem);
  color: rgba(17, 17, 17, 0.5);
}
.input-group .textarea textarea::placeholder {
  font-size: calc(var(--sub-f) - 0.3rem);
  color: rgba(17, 17, 17, 0.5);
}
.input-group .label {
  width: 12rem;
  min-width: 12rem;
  padding: 0 0 0 1.5rem;
  font-size: calc(var(--sub-f) - 0.2rem);
}
.input-group .file-data-box {
  padding: 1.2rem 1.7rem;
  border: 1px solid #9fbff3;
  background: #f8f8f8;
  line-height: 1.1;
}
.input-group .file-add-btn {
  padding: 0.8rem 2rem;
  height: 100%;
  background: #9abcef;
  border: 1px solid #376fc4;
}
.input-group .input-box.col-2 input {
  width: 35.384615%;
}
.input-group .input-box.col-2 input:nth-of-type(2) {
  width: 53.846154%;
}

.select-box select {
  border: 1px solid #9fbff3;
  background: #f8f8f8;
}
.select-box::after {
  right: 1.7rem;
  top: 50%;
  font-size: 2rem;
}

.input-wrap.col-2 {
  grid-template-columns: repeat(2, calc(50% - 4.6rem));
  gap: 0 9.2rem;
}

.submint-btn {
  margin: 4rem auto 0;
  padding: 2rem 6.55rem;
  border-radius: 10rem;
  -webkit-border-radius: 10rem;
  -moz-border-radius: 10rem;
  -ms-border-radius: 10rem;
  -o-border-radius: 10rem;
  font-weight: 600;
  color: #51fffe;
  background: #003da2;
}

.top-in-txt {
  width: 100%;
  max-width: 117rem;
  margin: 0 auto 4rem;
  padding-top: 8rem;
}
.top-in-txt .type {
  display: block;
  font-size: calc(var(--com-f) + 0.2rem);
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #408fff;
}
.top-in-txt .desc {
  margin-top: 2.2rem;
  font-size: calc(var(--sub-tit) + 0.2rem);
  font-weight: 300;
  line-height: 4.5rem;
  color: #293a52;
}

.inq .sec-1 {
  position: relative;
}
.inq .sec-1::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 29.2rem);
  background: #f0f7f8;
  z-index: -1;
}

@media all and (max-width: 64rem) {
  .form-wrap {
    padding: 6.2rem 5.6rem 4.8rem;
  }
  .top-in-txt {
    padding-top: 6rem;
  }
  .top-in-txt .desc {
    line-height: 1.3;
  }
  .inq .sec-1::before {
    height: calc(100% - 23.7rem);
  }
}
@media all and (max-width: 63.9375rem) {
  .input-wrap.col-2 {
    grid-template-columns: repeat(2, calc(50% - 1.1rem));
    gap: 0 2.2rem;
  }
  .form-wrap {
    padding: 4rem 3rem;
  }
  .input-group .label {
    width: 10rem;
    min-width: 10rem;
    padding: 0px 0 0 1.2rem;
  }
  .input-group input[type=text] {
    padding: 1.2rem;
  }
  .input-group .textarea textarea {
    padding: 1.2rem;
  }
  .input-group .file-data-box {
    padding: 1.2rem;
  }
  .submint-btn {
    padding: 1.5rem 4.55rem;
  }
  .inq .sec-1::before {
    height: calc(100% - 23.1rem);
  }
}
@media all and (max-width: 47.9375rem) {
  .input-wrap.col-2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .form-wrap {
    padding: 2.4rem 1.6rem;
  }
  .select-box {
    width: 100%;
  }
  .select-box select {
    width: 100%;
  }
  .input-group {
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
  }
  .input-group .label {
    width: 100%;
    min-width: 8rem;
  }
  .input-group input[type=text] {
    display: block;
  }
  .input-group .file-box {
    width: 100%;
  }
  .submint-btn {
    margin: 3rem auto 0;
    padding: 1.2rem 3.55rem;
    font-size: 1.6rem;
  }
  .mpl-0 {
    padding-left: 0 !important;
  }
  .top-in-txt {
    padding-top: 4rem;
    margin-bottom: 3rem;
  }
  .top-in-txt .type {
    font-size: 1.6rem;
  }
  .top-in-txt .desc {
    margin-top: 1.6rem;
    font-size: 2.4rem;
  }
  .inq .sec-1::before {
    height: calc(100% - 19.4rem);
  }
}