@media all and (max-width: 47.9375rem) {
  .inner {
    padding: 0 2rem;
  }
}
@keyframes visual {
  0% {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
}
.visual {
  position: relative;
  width: 100%;
  height: 55rem;
  overflow: hidden;
}
.visual .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  animation: visual 1s ease;
  -webkit-animation: visual 1s ease;
}
.visual.vis1 .bg {
  background: url("../img/sub/visual/vis1.jpg") no-repeat center;
  background-size: cover;
}
.visual.vis2 .bg {
  background: url("../img/sub/visual/vis2.jpg") no-repeat center;
  background-size: cover;
}
.visual.vis3 .bg {
  background: url("../img/sub/visual/vis3.jpg") no-repeat center;
  background-size: cover;
}
.visual.vis4 .bg {
  background: url("../img/sub/visual/vis4.jpg") no-repeat center;
  background-size: cover;
}
.visual.vis5 .bg {
  background: url("../img/sub/visual/vis5.jpg") no-repeat center;
  background-size: cover;
}
.visual .v-wrap {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  padding-top: 24rem;
}
.visual .v-name {
  font-size: var(--fs-sm);
  font-weight: 700;
  line-height: 1.57143;
  color: #DFDFDF;
  letter-spacing: -1.4px;
}
.visual .vis-tit {
  font-size: var(--fs-vtit);
  font-weight: 700;
  line-height: 1.25;
  color: #FFFFFF;
}

.sub-nav-wrap {
  width: 100%;
  margin-top: 12rem;
}
.sub-nav-wrap .sub-2dep {
  display: flex;
  justify-content: center;
  gap: 1.2rem;
}
.sub-nav-wrap .sub-2dep a {
  display: flex;
  padding: 1.4rem 3.6rem;
  font-size: var(--fs-com);
  font-weight: 400;
  line-height: 1.75;
}
.sub-nav-wrap .sub-2dep li {
  border: 0.1rem solid #9AA0AD;
  border-radius: 10rem;
  -webkit-border-radius: 10rem;
  -moz-border-radius: 10rem;
  -ms-border-radius: 10rem;
  -o-border-radius: 10rem;
}
.sub-nav-wrap .sub-2dep .active {
  border: 0.2rem solid #233DC0;
}
.sub-nav-wrap .sub-2dep .active a {
  font-weight: 600;
  color: #233DC0;
}

.section {
  padding: 12rem 0;
  gap: 12rem;
}

.section1 {
  padding: 0 0 12rem;
}

.article-wrap {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
}
.article-wrap .blue-cont-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem;
}
.article-wrap .blue-cont {
  background: #f6f9fb;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  border-radius: 12px;
}
.article-wrap .blue-cont .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
}
.article-wrap .blue-cont .title b {
  font-weight: 600;
  color: #233dc0;
}
.article-wrap .blue-cont .desc {
  font-size: 16px;
  line-height: 28px;
  color: #222;
}

@media all and (max-width: 64rem) {
  .visual {
    height: 50rem;
  }
  .sub-nav-wrap {
    margin-top: 10rem;
  }
  .section {
    padding: 10rem 0;
    gap: 10rem;
  }
  .article-wrap {
    gap: 10rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .visual {
    height: 45rem;
  }
  .sub-nav-wrap {
    margin-top: 8rem;
  }
  .sub-nav-wrap .sub-2dep {
    gap: 0.8rem;
  }
  .sub-nav-wrap .sub-2dep a {
    padding: 1rem 2rem;
  }
  .section {
    padding: 8rem 0;
    gap: 8rem;
  }
  .article-wrap {
    gap: 8rem;
  }
  .article-wrap .blue-cont-wrap {
    grid-template-columns: 1fr;
  }
  .article-wrap .blue-cont {
    padding: 2.4rem;
  }
}
.company .sec-tit {
  font-size: calc(var(--fs-tit) - 0.4rem);
  font-weight: 700;
  line-height: 1.25;
  word-break: keep-all;
}
.company .sec-1 {
  overflow: hidden;
}
.company .sec-1 .inner {
  position: relative;
}
.company .sec-1 .inner .sec-tit,
.company .sec-1 .inner .desc-wrap {
  z-index: 1;
  position: relative;
}
.company .sec-1 .inner .fst-img {
  height: 200px;
  position: absolute;
  bottom: 0;
  right: -120px;
}
.company .desc-wrap {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin-top: 4.8rem;
}
.company .desc-wrap .desc {
  font-size: var(--fs-com);
  font-weight: 400;
  line-height: 1.75;
  word-break: keep-all;
}
.company .desc-wrap .desc.wid-600 {
  font-weight: 600;
}
.company .bg {
  padding: 12rem 0;
  background: #F6F9FB;
}
.company .flex-wrap {
  display: flex;
  justify-content: space-between;
}
.company .icon-list {
  display: flex;
  gap: 2.4rem;
}
.company .icon-list li {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  align-items: center;
}
.company .icon-list .info {
  font-size: var(--fs-md);
  font-weight: 400;
  line-height: 1.775;
  color: #222222;
  text-align: center;
  word-break: keep-all;
}
.company .swiper1 {
  width: 74.583333%;
  overflow: hidden;
}
.company .swiper-btn {
  position: absolute;
  padding: 0 2.4rem;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.company .swiper-btn .swiper-button-next,
.company .swiper-btn .swiper-button-prev {
  position: static;
  margin: 0;
  width: 6.4rem;
  height: 6.4rem;
}
.company .swiper-button-next {
  background: url("../img/sub/sub1/next.png") no-repeat;
  background-size: cover;
}
.company .swiper-button-prev {
  background: url("../img/sub/sub1/prev.png") no-repeat;
  background-size: cover;
}

@media all and (max-width: 64rem) {
  .company .desc br {
    display: none;
  }
  .company .flex-wrap {
    flex-direction: column;
    gap: 4rem;
  }
  .company .bg {
    padding: 10rem 0;
  }
  .company .swiper1 {
    width: 100%;
  }
  .company .sec-1 .inner .fst-img {
    height: 160px;
    right: -80px;
  }
  .company .icon-list {
    gap: 2rem;
    justify-content: space-between;
  }
}
@media all and (max-width: 63.9375rem) {
  .company .sec-1 .inner .fst-img {
    height: 130px;
    right: -30px;
  }
  .company .icon-list .info br {
    display: none;
  }
}
@media all and (max-width: 47.9375rem) {
  .company .desc-wrap {
    gap: 1rem;
    margin-top: 3rem;
  }
  .company .bg {
    padding: 8rem 0;
  }
  .company .icon-list {
    flex-direction: column;
  }
  .company .flex-wrap {
    gap: 2rem;
  }
  .company .sec-1 .inner .fst-img {
    height: 100px;
    right: 0;
  }
  .company .swiper-btn {
    padding: 0 1.6rem;
  }
  .company .swiper-btn .swiper-button-next,
  .company .swiper-btn .swiper-button-prev {
    width: 5rem;
    height: 5rem;
  }
}
.history .his-wrap {
  position: relative;
}
.history .line {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  width: 0.1rem;
  height: 100%;
  background: #9AA0AD;
}
.history .his-flex {
  position: relative;
  display: flex;
  align-items: center;
}
.history .his-flex::before {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  background: #FFFFFF;
  border: 0.2rem solid #233DC0;
  border-radius: 10rem;
  -webkit-border-radius: 10rem;
  -moz-border-radius: 10rem;
  -ms-border-radius: 10rem;
  -o-border-radius: 10rem;
}
.history .his-flex > div {
  width: 50%;
}
.history .his-flex .img {
  padding: 8rem 9.8rem 8rem 0;
}
.history .his-flex .his-cont {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  padding-left: 9.8rem;
}
.history .his-flex .year {
  font-size: calc(var(--fs-tit) - 0.4rem);
  font-weight: 700;
  line-height: 1.25;
}
.history .his-flex .dot {
  font-size: var(--fs-md);
  font-weight: 400;
  line-height: 1.775;
  color: #222222;
}

@media all and (max-width: 64rem) {
  .history .his-flex .img {
    padding: 6rem 7.8rem 6rem 0;
  }
  .history .his-flex .his-cont {
    padding-left: 7.8rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .history .his-flex .img {
    padding: 4rem 4rem 4rem 0;
  }
  .history .his-flex .his-cont {
    padding-left: 4rem;
    gap: 2rem;
  }
  .history .his-flex .dot {
    font-size: var(--fs-com);
  }
}
@media all and (max-width: 47.9375rem) {
  .history .his-wrap {
    display: flex;
    flex-direction: column;
    gap: 3rem;
  }
  .history .line {
    display: none;
  }
  .history .his-flex {
    flex-direction: column;
    gap: 2rem;
  }
  .history .his-flex::before {
    display: none;
  }
  .history .his-flex > div {
    width: 100%;
    padding: 0 !important;
  }
}
.tech .article1 .inner {
  padding-top: 12rem;
}
.tech .flex-wrap-col {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
}
.tech .flex-wrap {
  display: flex;
  gap: 6rem;
}
.tech .full {
  width: 100%;
}
.tech .full img {
  width: 100%;
}
.tech .full-img {
  width: 100%;
  text-align: right;
}
.tech .full-img img {
  width: auto;
}
.tech .noti {
  font-size: 14px;
  line-height: 20px;
  color: #666;
}
.tech .noti span {
  font-weight: 600;
}
.tech .txt-wrap {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.tech .sec-tit {
  font-size: calc(var(--fs-tit) - 0.4rem);
  font-weight: 700;
  line-height: 1.25;
}
.tech .desc-wrap {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.tech .desc {
  font-size: var(--fs-com);
  font-weight: 400;
  line-height: 1.75;
  color: #222222;
  word-break: keep-all;
}
.tech .desc b {
  font-weight: 600;
}
.tech .desc.wid-600 {
  font-weight: 600;
}
.tech .img-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem;
}
.tech .img-wrap img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media all and (max-width: 64rem) {
  .tech .flex-wrap-col {
    gap: 3.6rem;
  }
  .tech .flex-wrap {
    gap: 4rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .tech .flex-wrap-col {
    gap: 3rem;
  }
  .tech .flex-wrap-col .full-img img {
    width: 100%;
  }
  .tech .flex-wrap {
    flex-direction: column;
  }
  .tech .img-wrap {
    grid-template-columns: 1fr;
  }
  .tech .desc br {
    display: none;
  }
}
@media all and (max-width: 47.9375rem) {
  .txt-wrap {
    gap: 2rem;
  }
  .tech .flex-wrap-col {
    gap: 2.4rem;
  }
  .tech .flex-wrap {
    flex-direction: column;
  }
  .tech .img-wrap {
    grid-template-columns: 1fr;
  }
  .tech .desc br {
    display: none;
  }
}
.product-list .txt-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.4rem;
}
.product-list .sec-tit {
  font-size: calc(var(--fs-tit) + 0.4rem);
  font-weight: 700;
  line-height: 1.25;
}
.product-list .desc {
  font-size: var(--fs-com);
  font-weight: 400;
  line-height: 1.75;
  color: #222222;
  word-break: keep-all;
  text-align: center;
}
.product-list .list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem;
  margin-top: 9.6rem;
}
.product-list .list li {
  width: calc(25% - 1.8rem);
  overflow: hidden;
  border-radius: 1.2rem;
  -webkit-border-radius: 1.2rem;
  -moz-border-radius: 1.2rem;
  -ms-border-radius: 1.2rem;
  -o-border-radius: 1.2rem;
  border: 1px solid #DFDFDF;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.product-list .list li:hover {
  background: linear-gradient(116deg, #232d48 0%, #233dc0 100%);
  box-shadow: 6px 6px 12px 0 rgba(0, 0, 0, 0.2);
}
.product-list .list li:hover .icon-arrow {
  opacity: 1;
}
.product-list .list li:hover .type {
  color: #FFFFFF;
}
.product-list .list a {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  align-items: center;
  padding: 4rem;
}
.product-list .list .img {
  position: relative;
  display: flex;
  align-items: center;
  height: 10rem;
}
.product-list .list .img img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}
.product-list .list .icon-arrow {
  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%);
  opacity: 0;
  transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
}
.product-list .list .type {
  display: block;
  text-align: center;
  font-size: var(--fs-stit);
  font-weight: 700;
  line-height: 1.5;
  color: #000;
}

@media all and (max-width: 64rem) {
  .product-list .list {
    margin-top: 7.6rem;
  }
  .product-list .list li {
    width: calc(33.3333333333% - 1.6rem);
  }
}
@media all and (max-width: 63.9375rem) {
  .product-list .list {
    margin-top: 6rem;
  }
  .product-list .list a {
    padding: 3rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .product-list .list {
    margin-top: 4rem;
    gap: 1rem;
  }
  .product-list .list li {
    width: calc(50% - 0.5rem);
  }
  .product-list .list a {
    padding: 2rem;
    gap: 1rem;
  }
}
.product .inner {
  width: 100%;
}
.product .flex-wrap {
  display: flex;
  justify-content: space-between;
}
.product .txt-cont {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
  padding-top: 4.8rem;
  width: 50.833333%;
}
.product .top-img {
  width: 42.361111%;
}
.product .p-name {
  font-size: calc(var(--fs-tit) + 0.4rem);
  font-weight: 700;
  line-height: 1.25;
}
.product .dl-wrap {
  display: flex;
  gap: 1.2rem;
  min-width: 50%;
  flex-grow: 1;
}
.product dl {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  width: 100%;
  padding: 2.4rem;
  min-width: 50%;
  border: 0.1rem solid #DFDFDF;
  border-radius: 1.2rem;
  -webkit-border-radius: 1.2rem;
  -moz-border-radius: 1.2rem;
  -ms-border-radius: 1.2rem;
  -o-border-radius: 1.2rem;
  flex: 1;
}
.product dt {
  font-size: var() --fs-md;
  font-weight: 600;
  line-height: 1.44444;
  color: #233DC0;
}
.product dd {
  font-size: var(--fs-com);
  font-weight: 400;
  line-height: 1.75;
  color: #222222;
}
.product .p-outer {
  position: relative;
  display: flex;
  gap: 6rem;
}
.product .p-article-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 12rem;
  gap: 12rem;
  width: calc(100% - 28rem);
}
.product .navi-list {
  position: sticky;
  align-self: flex-start;
  display: flex;
  flex-direction: column;
  z-index: 99;
  top: 12rem;
  margin-top: 12rem;
  width: 15.277778%;
  min-width: 22rem;
  gap: 1.2rem;
}
.product .navi-list a {
  display: block;
  width: 100%;
  padding: 1.6rem 0;
  text-align: center;
  border: 0.1rem solid #9AA0AD;
  border-radius: 99rem;
  -webkit-border-radius: 99rem;
  -moz-border-radius: 99rem;
  -ms-border-radius: 99rem;
  -o-border-radius: 99rem;
  font-size: var(--fs-md);
  font-weight: 400;
  line-height: 1.44444;
  color: #222222;
}
.product .navi-list .on a {
  background: #233DC0;
  color: #FFFFFF;
  font-weight: 600;
}
.product .article {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.product .article:not(.arti-none) {
  width: 100%;
}
.product .blue-cont {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
  padding: 4rem;
  background: #F6F9FB;
  border-radius: 12px;
}
.product .txt-wrap {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.product .type {
  font-size: var(--fs-md);
  font-weight: 600;
  line-height: 1.4444;
  color: #233DC0;
}
.product .desc-wrap {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.product .desc {
  font-size: var(--fs-com);
  font-weight: 400;
  line-height: 1.75;
  color: #222222;
}
.product .desc b {
  font-weight: 600;
}
.product .table-wrap {
  width: 100%;
}
.product .table {
  width: 100%;
}
.product table {
  width: 100%;
}
.product .full-table {
  overflow: hidden;
  border-radius: 1.2rem;
  -webkit-border-radius: 1.2rem;
  -moz-border-radius: 1.2rem;
  -ms-border-radius: 1.2rem;
  -o-border-radius: 1.2rem;
  border: 0.1rem solid #DFDFDF;
}
.product .full-table .th-wid {
  width: 13.103448%;
}
.product .full-table tr {
  border-bottom: 0.1rem solid #DFDFDF;
}
.product .full-table th {
  background: #F6F9FB;
  border-right: 0.1rem solid #DFDFDF;
  font-size: var(--fs-com);
  font-weight: 600;
  line-height: 1.75;
  color: #222222;
}
.product .full-table thead th {
  padding: 1.6rem 0;
  vertical-align: middle;
}
.product .full-table thead th:last-child {
  border-right: none;
}
.product .full-table tbody tr {
  vertical-align: middle;
}
.product .full-table tbody tr:last-child {
  border-bottom: none;
}
.product .full-table tbody th {
  padding: 1.4rem 2rem;
  text-align: left;
  font-size: var(--fs-sm);
  line-height: 1.42857;
  vertical-align: middle;
}
.product .full-table tbody td {
  padding: 1.4rem 1.2rem;
  text-align: center;
  vertical-align: middle;
  font-size: var(--fs-sm);
  font-weight: 400;
  line-height: 1.42867;
  color: #222222;
  border-right: 0.1rem solid #DFDFDF;
}
.product .full-table tbody td:last-child {
  border-right: none;
}
.product .btn {
  display: block;
  margin: 0 auto;
  padding: 1.4rem 3rem;
  background: #232D48;
  text-align: center;
  border-radius: 10rem;
  -webkit-border-radius: 10rem;
  -moz-border-radius: 10rem;
  -ms-border-radius: 10rem;
  -o-border-radius: 10rem;
  color: #FFFFFF;
  font-weight: 600;
  font-size: var(--fs-sm);
  line-height: 1.42857;
}
.product .swiper-btn {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 99;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  padding: 0 2.4rem;
}
.product .swiper-btn .swiper-button-next2,
.product .swiper-btn .swiper-button-prev2 {
  position: static;
  margin: 0;
  width: 6.4rem;
  height: 6.4rem;
}
.product .swiper-btn .swiper-button-next2 {
  background: url("../img/sub/sub3/xm/next.png") no-repeat;
  background-size: cover;
}
.product .swiper-btn .swiper-button-prev2 {
  background: url("../img/sub/sub3/xm/prev.png") no-repeat;
  background-size: cover;
}
.product .compare {
  display: flex;
  gap: 2.4rem;
}
.product .compare dl {
  border: none;
  background: #FFFFFF;
}
.product .compare dt {
  color: #000;
}
.product .compare dt .point {
  color: #233DC0;
}
.product .table-flex {
  display: flex;
  gap: 2.4rem;
}
.product .table-outer {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  width: calc(50% - 1.2rem);
}
.product .half-table {
  overflow: hidden;
  border-radius: 1.2rem;
  -webkit-border-radius: 1.2rem;
  -moz-border-radius: 1.2rem;
  -ms-border-radius: 1.2rem;
  -o-border-radius: 1.2rem;
}
.product .half-table tr {
  border-bottom: 0.1rem solid #DFDFDF;
}
.product .half-table th {
  background: #9AA0AD;
  color: #FFFFFF;
  vertical-align: middle;
}
.product .half-table thead th {
  padding: 1.6rem 0;
  font-size: var(--fs-com);
  font-weight: 600;
  line-height: 1.75;
  border-right: 0.1rem solid #DFDFDF;
}
.product .half-table thead th:last-child {
  border-right: none;
}
.product .half-table tbody tr:last-child {
  border-bottom: none;
}
.product .half-table tbody th {
  padding: 1.4rem 2rem;
  text-align: left;
  font-size: var(--fs-sm);
  font-weight: 600;
  line-height: 1.42857;
}
.product .half-table td {
  padding: 1.4rem 1.2rem;
  text-align: center;
  background: #FFFFFF;
  border-right: 0.1rem solid #DFDFDF;
  font-size: var(--fs-sm);
  font-weight: 400;
  line-height: 1.42857;
  color: #222222;
}
.product .half-table td:last-child {
  border-right: none;
}
.product .wid-fix {
  width: 12.8rem;
}
.product .caption {
  word-break: keep-all;
  font-size: var(--fs-sm);
  font-weight: 400;
  line-height: 1.42857;
  color: #666;
}

@media all and (max-width: 85.375rem) {
  .product .full-table {
    overflow-x: scroll;
  }
  .product .full-table table {
    min-width: 110rem;
  }
}
@media all and (max-width: 64rem) {
  .product .txt-cont {
    gap: 3.6rem;
    padding-top: 3.6rem;
  }
  .product .p-outer {
    gap: 4rem;
  }
  .product .blue-cont {
    padding: 3.6rem;
    gap: 3.6rem;
  }
  .product .p-article-wrap {
    width: calc(100% - 22rem);
    gap: 10rem;
    margin-top: 10rem;
  }
  .product .navi-list {
    min-width: 18rem;
    margin-top: 10rem;
    gap: 1rem;
  }
  .product .navi-list a {
    padding: 1.2rem 0;
  }
  .product .swiper-btn .swiper-button-next2,
  .product .swiper-btn .swiper-button-prev2 {
    width: 5rem;
    height: 5rem;
  }
  .product .half-table {
    overflow-x: scroll;
  }
  .product .half-table table {
    min-width: 40rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .product .txt-cont {
    gap: 3rem;
    padding-top: 3rem;
  }
  .product .dl-wrap {
    flex-direction: column;
  }
  .product .p-outer {
    gap: 3rem;
  }
  .product .blue-cont {
    padding: 3rem;
    gap: 3rem;
  }
  .product .in-img {
    width: 100%;
    overflow-x: scroll;
  }
  .product .in-img img {
    min-width: 70rem;
  }
  .product .txt-wrap {
    gap: 1.6rem;
  }
  .product .desc-wrap {
    gap: 1rem;
  }
  .product .p-article-wrap {
    width: calc(100% - 17rem);
  }
  .product .navi-list {
    min-width: 14rem;
  }
  .product .compare {
    flex-direction: column;
  }
  .product .table-flex {
    flex-direction: column;
  }
  .product .table-outer {
    width: 100%;
  }
}
@media all and (max-width: 47.9375rem) {
  .product .flex-wrap {
    flex-direction: column;
    gap: 2rem;
  }
  .product .top-img {
    width: 100%;
  }
  .product .txt-cont {
    width: 100%;
    gap: 1.6rem;
    padding-top: 0;
  }
  .product dl {
    padding: 1.6rem;
  }
  .product .navi-list {
    display: none;
  }
  .product .p-article-wrap {
    width: 100%;
    gap: 8rem;
    margin-top: 8rem;
  }
}
.news .top {
  margin-left: auto;
  width: 34.2rem;
  padding: 1.2rem 1.6rem;
  border: 0.1rem solid #DFDFDF;
}
.news .select-wrap {
  display: flex;
  width: 100%;
}
.news select {
  width: 10.6rem;
  font-size: var(--fs-sm);
  font-weight: 400;
  line-height: 1.74;
  border: none;
  border-right: 1px solid var(--df, #dfdfdf);
  outline: none;
  background: url("../img/sub/sub4/arrow.png") no-repeat 88%;
}
.news .search-form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 1.2rem;
  width: 19.2rem;
}
.news .search-form .btn {
  width: 1.6rem;
  height: 1.6rem;
}
.news .search-form .btn img {
  display: block;
}
.news .search-form input {
  width: calc(100% - 2.6rem);
  outline: none;
  font-size: var(--fs-com);
  font-weight: 400;
  line-height: 1.75;
}
.news .table-wrap {
  width: 100%;
  margin-top: 2.4rem;
  border-top: 0.2rem solid #000;
  border-bottom: 0.1rem solid #000;
}
.news .table {
  width: 100%;
}
.news table {
  width: 100%;
}
.news thead tr {
  border-bottom: 0.1rem solid #000;
}
.news tbody tr {
  border-bottom: 0.1rem solid #DFDFDF;
}
.news tbody tr:hover .title {
  text-decoration: underline;
}
.news th {
  padding: 2.4rem 0;
  font-size: var(--fs-md);
  font-weight: 600;
  line-height: 1.4444;
}
.news td {
  padding: 2.4rem;
  font-size: var(--fs-com);
  font-weight: 400;
  line-height: 1.75;
  vertical-align: middle;
  text-align: center;
}
.news .title {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: var(--fs-md);
  font-weight: 600;
  text-align: left;
}
.news .wid-num {
  width: 10%;
}
.news .wid-date {
  width: 15%;
}

.pagination ul {
  display: flex;
  justify-content: center;
  gap: 2.4rem;
  margin-top: 8rem;
}
.pagination ul a {
  padding: 0 0.4rem 0.4rem;
  font-size: var(--fs-com);
  font-weight: 600;
  line-height: 1.74937;
  color: #9AA0AD;
}
.pagination ul .active a {
  color: #233DC0;
  border-bottom: 0.2rem solid #233DC0;
}

@media all and (max-width: 63.9375rem) {
  .news th,
  .news td {
    padding: 1.6rem;
  }
  .pagination {
    margin-top: 6rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .news .top {
    width: 30.2rem;
  }
  .news thead {
    display: none;
  }
  .news colgroup {
    display: none;
  }
  .news tr {
    display: flex;
    flex-wrap: wrap;
  }
  .news td {
    padding: 1rem;
  }
  .news td:nth-child(2) {
    width: calc(100% - 5.2rem);
  }
  .news td:last-child {
    padding-top: 0;
  }
  .news .title {
    font-size: var(--fs-com);
  }
  .pagination {
    margin-top: 4rem;
  }
}
.news-view .view-header {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: center;
  width: 100%;
  padding: 2.4rem 0;
  border-top: 0.2rem solid #000;
  border-bottom: 0.1rem solid #DFDFDF;
}
.news-view .title {
  font-size: var(--fs-stit);
  font-weight: 700;
  line-height: 1.5;
}
.news-view .date {
  font-size: var(--fs-com);
  font-weight: 400;
  line-height: 1.75;
}
.news-view .view-body {
  padding: 6rem 0;
  border-bottom: 0.1rem solid #DFDFDF;
}
.news-view .view-body p,
.news-view .view-body div {
  font-size: var(--fs-com);
  font-weight: 400;
  line-height: 1.75;
  color: #222222;
}
.news-view .file-area {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding: 1.2rem 0;
  border-bottom: 0.1rem solid #DFDFDF;
}
.news-view .fst {
  font-size: var(--fs-com);
  font-weight: 600;
  line-height: 1.75;
}
.news-view .file-in {
  display: flex;
  max-width: calc(100% - 3.8rem);
  width: 100%;
  align-items: center;
  gap: 1.2rem;
}
.news-view .file-name {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  max-width: calc(100% - 14.4rem);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: var(--fs-com);
  font-weight: 400;
  line-height: 1.75;
}
.news-view .d-btn {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 1.2rem 2.4rem;
  background: #F6F9FB;
  border-radius: 10rem;
  -webkit-border-radius: 10rem;
  -moz-border-radius: 10rem;
  -ms-border-radius: 10rem;
  -o-border-radius: 10rem;
  font-size: var(--fs-sm);
  font-weight: 600;
  line-height: 1.42857;
  color: #232D48;
}
.news-view .d-btn .icon,
.news-view .d-btn img {
  display: block;
}
.news-view .list-btn {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 12rem auto 0;
  padding: 1.4rem 3rem;
  background: #232D48;
  color: #FFFFFF;
  border-radius: 10rem;
  -webkit-border-radius: 10rem;
  -moz-border-radius: 10rem;
  -ms-border-radius: 10rem;
  -o-border-radius: 10rem;
  font-size: var(--fs-sm);
  font-weight: 600;
  line-height: 1.42857;
}

@media all and (max-width: 64rem) {
  .news-view .list-btn {
    margin: 10rem auto 0;
  }
}
@media all and (max-width: 47.9375rem) {
  .news-view .view-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
    padding: 1.6rem 0;
  }
  .news-view .list-btn {
    margin: 8rem auto 0;
  }
  .news-view .view-body {
    padding: 4rem 0;
  }
}
.qna .accordion-list {
  width: 100%;
  border-top: 0.2rem solid #000;
}
.qna .accordion-list li {
  width: 100%;
}
.qna .accordion-header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 2.4rem;
  align-items: center;
  border-bottom: 0.1rem solid #DFDFDF;
}
.qna .title-area {
  display: flex;
  gap: 2.4rem;
  align-items: center;
}
.qna .ques {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  border-radius: 5rem;
  -webkit-border-radius: 5rem;
  -moz-border-radius: 5rem;
  -ms-border-radius: 5rem;
  -o-border-radius: 5rem;
  background: #232D48;
  color: #FFFFFF;
  font-size: var(--fs-md);
  font-weight: 600;
  line-height: 1.44444;
}
.qna .header-txt {
  font-size: var(--fs-md);
  font-weight: 600;
  line-height: 1.44444;
  color: #000;
}
.qna .accordion-body {
  display: none;
  padding: 4.8rem 2.4rem;
  background: #F6F9FB;
  border-bottom: 0.1rem solid #DFDFDF;
}
.qna .in-flex {
  display: flex;
  gap: 2.4rem;
  align-items: center;
}
.qna .answ {
  display: block;
  width: 5rem;
  text-align: center;
  font-size: var(--fs-md);
  font-weight: 600;
  line-height: 1.44444;
  color: #233DC0;
}
.qna .desc {
  font-size: var(--fs-com);
  font-weight: 400;
  line-height: 1.625;
}
.qna .arrow {
  transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -o-transition: transform 0.3s;
}
.qna .open .arrow {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

@media all and (max-width: 64rem) {
  .qna .accordion-body {
    padding: 3rem 2.4rem;
  }
  .qna .accordion-header {
    padding: 2rem 2.4rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .qna .accordion-body {
    padding: 2rem 1.6rem;
  }
  .qna .accordion-header {
    padding: 1.2rem 1.6rem;
  }
  .pagination ul {
    margin-top: 6rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .qna .accordion-body {
    padding: 2rem 1rem;
  }
  .qna .accordion-header {
    padding: 1.2rem 1rem;
  }
  .qna .ques {
    width: 4rem;
    height: 4rem;
  }
  .qna .answ {
    width: 4rem;
  }
  .qna .title-area {
    gap: 1.2rem;
  }
  .qna .in-flex {
    gap: 1.2rem;
  }
  .pagination ul {
    margin-top: 4rem;
  }
}
.location .sec-2 {
  padding: 0 !important;
}
.location .box-wrap {
  display: flex;
  flex-direction: column;
  gap: 6rem;
}
.location .info-box {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.location .sec-tit {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  font-size: calc(var(--fs-tit) - 0.4rem);
}
.location .sec-tit .icon,
.location .sec-tit img {
  display: block;
  width: 3rem;
}
.location .list {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  padding: 4rem;
  background: #F6F9FB;
  border-radius: 1.2rem;
  -webkit-border-radius: 1.2rem;
  -moz-border-radius: 1.2rem;
  -ms-border-radius: 1.2rem;
  -o-border-radius: 1.2rem;
}
.location .list li {
  display: flex;
  gap: 2.4rem;
  font-size: var(--fs-com);
  font-weight: 400;
  line-height: 1.75;
  word-break: keep-all;
}
.location .list li span {
  display: block;
  min-width: 13rem;
  color: #000;
  white-space: nowrap;
  font-weight: 600;
  line-height: 1.44444;
  font-size: var(--fs-md);
}
.location .list li span .point {
  display: inline;
  color: #233DC0;
}
.location .desc {
  font-size: var(--fs-md);
  font-weight: 400;
  color: #000;
  word-break: keep-all;
}
.location .map {
  margin-top: 4.8rem;
  width: 100%;
  height: 60rem;
}
.location .map iframe {
  width: 100%;
  height: 100%;
}

@media all and (max-width: 63.9375rem) {
  .location .map {
    height: 50rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .location .box-wrap {
    gap: 4rem;
  }
  .location .list {
    padding: 3rem 2rem;
    gap: 1.6rem;
  }
  .location .list li {
    flex-direction: column;
    gap: 1rem;
  }
  .location .map {
    margin-top: 3rem;
    height: 40rem;
  }
}
.inq-list .write {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  padding: 1.4rem 3rem;
  background: #232D48;
  font-size: var(--fs-sm);
  font-weight: 600;
  line-height: 1.42857;
  color: #FFFFFF;
  border-radius: 10rem;
  -webkit-border-radius: 10rem;
  -moz-border-radius: 10rem;
  -ms-border-radius: 10rem;
  -o-border-radius: 10rem;
}
.inq-list .title {
  display: flex;
  gap: 1.2rem;
  align-items: center;
}
.inq-list .title .icon {
  display: flex;
  align-items: center;
  min-width: 1.2rem;
}
.inq-list .inq-title {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media all and (max-width: 47.9375rem) {
  .inq-list .write {
    padding: 1.2rem 2rem;
  }
}
.inq .input-group {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 6rem 4rem;
  border-top: 0.2rem solid #000;
  border-bottom: 0.1rem solid #000;
}
.inq .input-wrap {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
.inq .input-wrap label {
  min-width: 8.2rem;
  font-size: var(--fs-md);
  font-weight: 600;
  line-height: 1.4444;
}
.inq .input-wrap label span {
  position: relative;
}
.inq .input-wrap label span::before {
  content: "*";
  position: absolute;
  top: 0;
  right: -1rem;
  font-size: var(--fs-com);
  font-weight: 400;
  line-height: 1;
  color: #233DC0;
}
.inq input,
.inq select {
  width: 100%;
  padding: 1.6rem;
  font-size: var(--fs-com);
  font-weight: 400;
  line-height: 1.75;
  border: 0.1rem solid #DFDFDF;
  outline: none;
}
.inq input::-moz-placeholder, .inq select::-moz-placeholder {
  opacity: 0.5;
}
.inq input::placeholder,
.inq select::placeholder {
  opacity: 0.5;
}
.inq .input-in-wrap {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  width: 100%;
}
.inq .input-in-wrap input,
.inq .input-in-wrap select {
  width: 33.3333333333%;
  max-width: 22rem;
}
.inq .input-in-wrap select {
  background: url("../img/sub/sub4/arrow.png") no-repeat 93%;
}
.inq textarea {
  width: 100%;
  height: 17.2rem;
  resize: none;
  padding: 1.6rem;
  font-size: var(--fs-com);
  font-weight: 400;
  line-height: 1.75;
  border: 0.1rem solid #DFDFDF;
  outline: none;
}
.inq textarea::-moz-placeholder {
  opacity: 0.5;
}
.inq textarea::placeholder {
  opacity: 0.5;
}
.inq .file-box {
  gap: 1.2rem;
}
.inq .file-box input {
  visibility: hidden;
  width: 0 !important;
  padding: 0 !important;
  opacity: 0;
  border: none;
}
.inq .file-box .form {
  display: flex;
  width: 100%;
  gap: 1.2rem;
  align-items: center;
}
.inq .file-box .file-data-box {
  display: block;
  width: calc(100% - 12.5rem);
  padding: 1.6rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: var(--fs-com);
  font-weight: 400;
  line-height: 1.75;
  border: 0.1rem solid #DFDFDF;
  outline: none;
}
.inq .file-add-btn {
  display: flex;
  gap: 0.6rem;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.2rem 2.4rem;
  font-size: var(--fs-sm);
  font-weight: 600;
  line-height: 1.42857;
  color: #232D48;
  background: #F6F9FB;
  border-radius: 10rem;
  -webkit-border-radius: 10rem;
  -moz-border-radius: 10rem;
  -ms-border-radius: 10rem;
  -o-border-radius: 10rem;
}
.inq .file-add-btn .icon,
.inq .file-add-btn img {
  display: block;
}
.inq .btn-wrap {
  display: flex;
  justify-content: center;
  gap: 0.6rem;
  margin: 8rem auto 0;
}
.inq .btn-wrap .btn {
  padding: 1.4rem 3rem;
  border-radius: 99rem;
  -webkit-border-radius: 99rem;
  -moz-border-radius: 99rem;
  -ms-border-radius: 99rem;
  -o-border-radius: 99rem;
  border: 1px solid rgba(35, 45, 72, 0.5);
  font-size: var(--fs-sm);
  font-weight: 600;
  line-height: 1.42857;
  color: #232D48;
}
.inq .btn-wrap .btn.sum {
  background: #232D48;
  color: #FFFFFF;
}

@media all and (max-width: 63.9375rem) {
  .inq .input-group {
    padding: 4rem 2rem;
  }
  .inq .btn-wrap {
    margin-top: 6rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .inq .input-group {
    padding: 2rem 1rem;
    gap: 1rem;
  }
  .inq .input-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.6rem;
  }
  .inq .btn-wrap {
    margin-top: 4rem;
  }
  .inq input,
  .inq select,
  .inq textarea {
    padding: 1rem;
  }
  .inq .input-in-wrap {
    gap: 0.6rem;
  }
  .inq .file-box {
    gap: 0.3rem;
  }
  .inq .file-box input {
    height: 0;
  }
  .inq .file-box .file-data-box {
    padding: 1rem;
  }
}
.pwform .pw-form {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6rem 0;
  gap: 2.4rem;
  border-top: 0.2rem solid #000;
  border-bottom: 0.1rem solid #000;
}
.pwform label {
  font-size: var(--fs-md);
  font-weight: 600;
  line-height: 1.4444;
  color: #000;
}
.pwform input {
  width: 22rem;
  padding: 1.6rem;
  font-size: var(--fs-com);
  font-weight: 400;
  line-height: 1.75;
  border: 0.1rem solid #DFDFDF;
  outline: none;
}
.pwform input::-moz-placeholder {
  opacity: 0.5;
}
.pwform input::placeholder {
  opacity: 0.5;
}
.pwform .btn-wrap {
  display: flex;
  justify-content: center;
  gap: 0.6rem;
  margin: 8rem auto 0;
}
.pwform .btn-wrap .btn {
  padding: 1.4rem 3rem;
  border-radius: 99rem;
  -webkit-border-radius: 99rem;
  -moz-border-radius: 99rem;
  -ms-border-radius: 99rem;
  -o-border-radius: 99rem;
  border: 1px solid rgba(35, 45, 72, 0.5);
  font-size: var(--fs-sm);
  font-weight: 600;
  line-height: 1.42857;
  color: #232D48;
}
.pwform .btn-wrap .btn.sum {
  background: #232D48;
  color: #FFFFFF;
}

.inq-view .info-part {
  display: flex;
  border-bottom: 0.1rem solid #DFDFDF;
}
.inq-view .info-part li {
  display: flex;
  gap: 2.4rem;
  align-items: center;
  width: 50%;
}
.inq-view .info-part .in {
  display: block;
  min-width: 12.2rem;
  padding: 1.6rem;
  background: #F6F9FB;
  font-size: var(--fs-md);
  font-weight: 600;
  line-height: 1.44444;
  color: #000;
}
.inq-view .info-part .name,
.inq-view .info-part .email {
  font-size: var(--fs-com);
  font-weight: 400;
  line-height: 1.75;
}
.inq-view .link-area {
  display: flex;
  gap: 1.2rem;
  align-items: center;
  padding: 2rem 0;
  border-bottom: 0.1rem solid #DFDFDF;
}
.inq-view .link-area .link {
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: var(--fs-com);
  font-weight: 400;
  line-height: 1.75;
  opacity: 0.5;
}
.inq-view .btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 12rem;
  gap: 0.6rem;
}
.inq-view .btn-wrap .list-btn {
  margin: 0;
}
.inq-view .btn-wrap .delet {
  background: none;
  border: 1px solid rgba(35, 45, 72, 0.5);
  color: #232D48;
}

@media all and (max-width: 64rem) {
  .inq-view .btn-wrap {
    margin-top: 10rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .inq-view .btn-wrap {
    margin-top: 8rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .inq-view .info-part {
    flex-direction: column;
  }
  .inq-view .info-part .in {
    min-width: 9.2rem;
    padding: 1rem;
  }
  .inq-view .info-part li {
    width: 100%;
    gap: 1rem;
  }
  .inq-view .btn-wrap {
    margin-top: 6rem;
  }
}/*# sourceMappingURL=style-en.css.map */