@charset "UTF-8";

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

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

.visual {
  width: 100%;
  height: 60rem;
  background: url("../img/sub/visual.jpg") no-repeat;
  background-size: cover;
}

.visual .vis-tit {
  padding-top: 34.5rem;
  margin-bottom: 2rem;
  font-size: var(--fs-vtit);
  font-weight: 700;
  color: #fff;
}

.visual .vis-desc {
  font-size: var(--fs-md);
  color: #999;
}

.visual .vis-desc .point {
  color: #1059BC;
  font-weight: 700;
}

.sub-nav-wrap {
  position: sticky;
  top: 0;
  z-index: 99;
  padding: 2.8rem 0;
  width: 100%;
  border-bottom: 1px solid #EBEBEB;
  background: #fff;
}

.sub-nav-wrap.active {
  position: fixed;
  top: 0;
}

.sub-nav {
  display: flex;
  align-items: center;
}

.sub-nav>li {
  position: relative;
  padding: 0 2.4rem;
  font-size: 1.8rem;
  border-right: 1px solid #EBEBEB;
}

.sub-nav>li:nth-child(2)::before {
  height: 4rem;
}

.sub-nav>li:last-child {
  border-right: none;
}

.sub-nav>li:last-child .select-btn .select {
  color: #031C3E;
}

.sub-nav>li:last-child::before {
  display: none;
}

.sub-nav>li:first-child {
  padding-left: 0;
}

.sub-nav .icon {
  display: block;
  width: 100%;
  height: 100%;
}

.sub-nav .select-box {
  position: relative;
  width: 26rem;
  min-width: 11.5rem;
}

.sub-nav .select-btn {
  width: 100%;
  z-index: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sub-nav .select-btn .select {
  display: inline-block;
  font-size: var(--fs-com);
  font-weight: 500;
  color: #999;
  line-height: 1.11111;
  text-align: left;
}

.sub-nav .select-btn>img {
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
}

.sub-nav .select-btn.active .select {
  color: #031C3E;
  font-weight: 700;
}

.sub-nav .select-btn.active>img {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
}

.sub-nav .option {
  position: absolute;
  overflow-y: auto;
  display: none;
  z-index: 0;
  left: 0;
  top: 4.8rem;
  width: 100%;
  padding: 2rem 0;
  background: #f9f9f9;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.06);
}

.sub-nav .option li {
  padding: 0 1rem 0 3rem;
  margin-bottom: 1.4rem;
}

.sub-nav .option li a {
  display: block;
  padding: 1.2rem 0;
  width: 100%;
  height: 100%;
  line-height: 1.11111;
  font-size: var(--fs-com);
  font-weight: 500;
  color: #999;
  text-align: left;
}

.sub-nav .option li:first-child a {
  padding-top: 0;
}

.sub-nav .option li:last-child {
  margin-bottom: 0;
}

.sub-nav .option li:last-child a {
  padding-bottom: 0;
}

.sub-nav .option li:hover a {
  color: #031C3E;
  font-weight: 800;
}

@media all and (max-width: 85.375rem) {
  .section {
    padding: 12rem 0 15rem;
  }
}

@media all and (max-width: 64rem) {
  .section {
    padding: 12rem 0 12rem;
  }
}

@media all and (max-width: 63.9375rem) {
  .section {
    padding: 10rem 0 12rem;
  }

  .visual {
    height: 50rem;
  }

  .sub-nav-wrap {
    padding: 2.4rem 0;
  }

  .sub-nav .select-box {
    width: 21rem;
    padding: 0 2rem;
  }

  .sub-nav .option {
    top: 4.3rem;
  }
}

@media all and (max-width: 47.9375rem) {
  .section {
    padding: 8rem 0 10rem;
  }

  .inner {
    padding: 0 2rem;
  }

  .visual {
    height: 40rem;
  }

  .visual .vis-tit {
    padding-top: 26.5rem;
  }

  .sub-nav-wrap {
    padding: 0;
  }

  .sub-nav {
    flex-direction: column;
  }

  .sub-nav>li {
    border-bottom: 0.1rem solid #EBEBEB;
  }

  .sub-nav>li:first-child {
    display: none;
  }

  .sub-nav>li:nth-child(2) {
    z-index: 3;
  }

  .sub-nav>li:nth-child(3) {
    z-index: 2;
  }

  .sub-nav>li:last-child {
    z-index: 1;
    border-bottom: none;
  }

  .sub-nav .option {
    top: 3.5rem;
  }

  .sub-nav .select-box {
    width: 100%;
    border-right: none;
    padding: 1.1rem 1rem;
  }
}

/*ceo*/
.ceo .section {
  padding: 0;
}

.ceo .flex-wrap {
  display: flex;
}

.ceo .right-cont {
  padding: 15rem 0 20rem 8rem;
}

.ceo .sub-tit {
  font-size: var(--fs-md);
  color: #031C3E;
}

.ceo .sub-tit .point {
  color: #1059BC;
  font-weight: 800;
}

.ceo .mid-tit {
  display: block;
  margin-top: 1.2rem;
  font-size: var(--fs-stit);
  color: #031C3E;
  font-weight: 600;
}

.ceo .desc-wrap {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
  margin-top: 4.4rem;
}

.ceo .desc {
  font-size: var(--fs-com);
  color: #555;
  line-height: 1.71429;
}

.ceo .ceo {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  margin-top: 3.2rem;
  font-size: var(--fs-md);
  color: #031C3E;
  font-weight: 600;
}

@media all and (min-width: 120.0625rem) {
  .ceo .flex-wrap {
    gap: 12rem;
  }
}

@media all and (max-width: 85.375rem) {
  .ceo .right-cont {
    min-width: 55%;
    padding: 12rem 4rem 15rem;
  }

  .ceo .img {
    min-width: 45%;
  }
}

@media all and (max-width: 64rem) {
  .ceo .right-cont {
    padding: 12rem 4rem 12rem;
  }

  .ceo .desc {
    word-break: keep-all;
  }

  .ceo .desc br {
    display: none;
  }
}

@media all and (max-width: 63.9375rem) {
  .ceo .right-cont {
    padding: 10rem 4rem 12rem;
  }
}

@media all and (max-width: 47.9375rem) {
  .ceo .flex-wrap {
    flex-direction: column;
  }

  .ceo .img {
    margin-top: 6rem;
  }

  .ceo .right-cont {
    padding: 4rem 2rem 10rem;
  }

  .ceo .desc-wrap {
    margin-top: 2.4rem;
    gap: 1.2rem;
  }

  .ceo .ceo {
    margin-top: 1.6rem;
  }
}

/*경영이념*/
.management .article {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-top: 6rem;
}

.management .article:first-of-type {
  margin-top: 0;
}

.management .right-txt {
  display: flex;
  flex-direction: column;
  padding-left: 8rem;
}

.management .icon {
  margin-bottom: 3.4rem;
}

.management .type {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  font-size: var(--fs-stit);
  font-weight: 700;
}

.management .type span {
  font-size: var(--fs-com);
  font-weight: 400;
  color: #999;
}

.management .list {
  margin-top: 2.4rem;
  max-width: 28rem;
}

.management .list li {
  display: inline-flex;
  margin-top: 1rem;
  padding: 1rem 1.4rem;
  border-radius: 0.6rem;
  -webkit-border-radius: 0.6rem;
  -moz-border-radius: 0.6rem;
  -ms-border-radius: 0.6rem;
  -o-border-radius: 0.6rem;
  border: 0.1rem solid #1059BC;
  font-weight: 500;
  color: #1059BC;
}

.management .list li:first-child {
  margin-top: 0;
}

@media all and (max-width: 85.375rem) {
  .management .right-txt {
    min-width: 45%;
    padding-left: 4rem;
  }
}

@media all and (max-width: 64rem) {
  .management .icon {
    margin-bottom: 2.4rem;
  }

  .management .right-txt {
    min-width: 40%;
  }
}

@media all and (max-width: 63.9375rem) {
  .management .article {
    align-items: flex-start;
  }

  .management .icon {
    margin-bottom: 2rem;
    height: 5rem;
  }

  .management .icon img {
    height: 100%;
  }

  .management .right-txt {
    padding-left: 2rem;
  }
}

@media all and (max-width: 47.9375rem) {
  .management .article {
    flex-direction: column;
    gap: 3rem;
    margin-top: 4rem;
  }

  .management .icon {
    margin-bottom: 2rem;
    height: 5rem;
  }

  .management .icon img {
    height: 100%;
  }

  .management .list {
    max-width: 26rem;
  }

  .management .right-txt {
    padding-left: 0;
  }
}

/*연혁*/
.history .article {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
}

.history .left,
.history .right {
  width: 50%;
}

.history .left {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-top: 11rem;
}

.history .left-date {
  display: block;
  font-size: 7rem;
  line-height: 1.05714;
  font-weight: 900;
  color: rgba(16, 89, 188, 0.1);
}

.history .right {
  padding: 10rem 0 10rem 6rem;
  border-left: 0.1rem solid #EBEBEB;
}

.history .date {
  margin-bottom: 6rem;
  font-size: var(--fs-vtit);
  font-weight: 600;
  color: #1059BC;
}

.history .list {
  display: flex;
  flex-direction: column;
  gap: 3.4rem;
}

.history .list>li {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}

.history .list>li span {
  font-size: var(--fs-md);
  font-weight: 600;
}

.history .list>li::before {
  content: "";
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  top: 0.5rem;
  left: -6.4rem;
  border-radius: 10rem;
  -webkit-border-radius: 10rem;
  -moz-border-radius: 10rem;
  -ms-border-radius: 10rem;
  -o-border-radius: 10rem;
  background: #1059BC;
}

.history .in-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.history .in-list li {
  font-size: var(--fs-com);
  color: #999;
}

.history .img-wrap img {
  display: block;
}

.history .img-wrap.aos-animate {
  animation: long 2s forwards ease-in;
  -webkit-animation: long 2s forwards ease-in;
  animation-timing-function: cubic-bezier(0.42, 0, 0.14, 1.01);
}

@keyframes long {
  0% {
    opacity: 0;
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }

  100% {
    opacity: 1;
    -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
  }
}

@media all and (max-width: 85.375rem) {
  .history .in-list li {
    line-height: 1.2;
    word-break: keep-all;
  }
}

@media all and (max-width: 64rem) {
  .history .article {
    gap: 4rem;
  }

  .history .left {
    width: 40%;
    padding-top: 9rem;
  }

  .history .right {
    width: 60%;
    padding: 8rem 0 8rem 6rem;
  }

  .history .left-date {
    font-size: 6rem;
  }
}

@media all and (max-width: 63.9375rem) {
  .history .left {
    padding-top: 7rem;
  }

  .history .right {
    padding: 6rem 0 6rem 4rem;
  }

  .history .left-date {
    font-size: 5rem;
  }

  .history .date {
    margin-bottom: 4rem;
  }

  .history .list {
    gap: 3rem;
  }

  .history .list>li::before {
    left: -4.4rem;
  }
}

@media all and (max-width: 47.9375rem) {
  .history .article {
    flex-direction: column;
  }

  .history .article:last-of-type {
    margin-top: 4rem;
  }

  .history .left {
    width: 100%;
    padding-top: 0;
  }

  .history .right {
    width: 100%;
    padding: 2rem 0 4rem 2rem;
  }

  .history .left-date {
    font-size: 5rem;
  }

  .history .date {
    margin-bottom: 3rem;
  }

  .history .list {
    gap: 2rem;
  }

  .history .list>li {
    gap: 1.2rem;
  }

  .history .list>li::before {
    left: -2.3rem;
    width: 0.6rem;
    height: 0.6rem;
  }
}

/*특허 및 인증서*/
.certificate .cer-card-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0 2rem;
}

.certificate .cer-box {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  width: calc(25% - 1.5rem);
  padding: 5rem;
}

.certificate .under-txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.4rem;
}

.certificate .type {
  display: inline-block;
  padding: 0.6rem 1.4rem;
  border-radius: 10rem;
  -webkit-border-radius: 10rem;
  -moz-border-radius: 10rem;
  -ms-border-radius: 10rem;
  -o-border-radius: 10rem;
  border: 0.1rem solid #1059BC;
  font-size: var(--fs-sm);
  font-weight: 500;
  color: #1059BC;
}

.certificate .name {
  text-align: center;
  font-size: var(--fs-md);
  font-weight: 600;
  line-height: 1.375;
}

@media all and (max-width: 85.375rem) {
  .certificate .cer-box {
    padding: 3rem;
  }
}

@media all and (max-width: 64rem) {
  .certificate .cer-box {
    width: calc(33.3333333333% - 1.3333333333rem);
  }
}

@media all and (max-width: 63.9375rem) {
  .certificate .cer-box {
    padding: 2rem;
    gap: 3rem;
  }

  .certificate .name {
    word-break: keep-all;
  }

  .certificate .name br {
    display: none;
  }
}

@media all and (max-width: 47.9375rem) {
  .certificate .cer-card-wrap {
    gap: 0 1rem;
  }

  .certificate .cer-box {
    width: calc(50% - 0.5rem);
    padding: 2rem 1rem;
    gap: 2rem;
  }

  .certificate .name {
    font-size: var(--fs-com);
  }

  .certificate .under-txt {
    gap: 1rem;
  }
}

/*품질 및 환경방침*/
.quality .article {
  display: flex;
  flex-direction: column;
  gap: 6rem;
  max-width: 133rem;
  margin: 0 auto;
}

.quality .article:last-of-type {
  margin-top: 24rem;
}

.quality .mid-tit {
  text-align: center;
  font-size: var(--fs-tit);
  font-weight: 500;
  line-height: 1.64286;
}

.quality .top-flex-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}

.quality .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(25% - 2.25rem);
  padding: 4rem 5rem;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
  background: #F6F9FC;
}

.quality .num {
  margin-top: 3rem;
  padding-bottom: 1.4rem;
  font-size: var(--fs-md);
  font-weight: 700;
  border-bottom: 0.1rem solid #111;
}

.quality .step {
  margin-top: 1.4rem;
  text-align: center;
  font-size: var(--fs-stit);
  font-weight: 400;
  line-height: 1.45455;
}

.quality .under-flex-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.quality .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(50% - 1rem);
  padding: 4rem 5.4rem;
  background: #F6F9FC;
  border-radius: 0.6rem;
  -webkit-border-radius: 0.6rem;
  -moz-border-radius: 0.6rem;
  -ms-border-radius: 0.6rem;
  -o-border-radius: 0.6rem;
}

.quality .left-txt {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
}

.quality .card-tit {
  font-size: var(--fs-bd);
  font-weight: 600;
}

.quality .desc {
  font-size: var(--fs-com);
  font-weight: 400;
  line-height: 1.57143;
}

@media all and (max-width: 85.375rem) {
  .quality .article:last-of-type {
    margin-top: 20rem;
  }

  .quality .card {
    padding: 4rem;
  }
}

@media all and (max-width: 64rem) {
  .quality .article:last-of-type {
    margin-top: 15rem;
  }

  .quality .top-flex-wrap {
    gap: 2rem;
  }

  .quality .card {
    width: calc(25% - 1.5rem);
    padding: 4rem 2rem;
  }

  .quality .step {
    font-size: var(--fs-bd);
  }

  .quality .box {
    padding: 4rem 2.4rem;
    gap: 2rem;
  }

  .quality .box .icon {
    min-width: 8rem;
    width: 8rem;
  }

  .quality .desc {
    word-break: keep-all;
  }

  .quality .desc br {
    display: none;
  }
}

@media all and (max-width: 63.9375rem) {
  .quality .article:last-of-type {
    margin-top: 12rem;
  }

  .quality .card {
    width: calc(50% - 1rem);
    padding: 4rem 2rem;
  }
}

@media all and (max-width: 47.9375rem) {
  .quality .article {
    gap: 4rem;
  }

  .quality .article:last-of-type {
    margin-top: 10rem;
  }

  .quality .card {
    width: 100%;
  }

  .quality .box {
    width: 100%;
  }
}

/*조직도*/
.organization .responsible {
  display: flex;
  padding: 1.2rem 4rem;
  background: #031C3E;
  font-size: var(--fs-com);
  font-weight: 700;
  line-height: 1.71429;
  color: #fff;
  border-radius: 0.6rem;
  -webkit-border-radius: 0.6rem;
  -moz-border-radius: 0.6rem;
  -ms-border-radius: 0.6rem;
  -o-border-radius: 0.6rem;
}

.organization .sub-responsible {
  position: absolute;
  width: 14.7rem;
  top: 8.4rem;
  left: calc(50% + 15.1rem);
  padding: 1.2rem 4rem;
  border: 0.1rem solid #1059BC;
  font-size: var(--fs-com);
  font-weight: 600;
  line-height: 1.71429;
  color: #1059BC;
  border-radius: 0.6rem;
  -webkit-border-radius: 0.6rem;
  -moz-border-radius: 0.6rem;
  -ms-border-radius: 0.6rem;
  -o-border-radius: 0.6rem;
}

.organization .sub-responsible::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -14.5rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 14.1rem;
  height: 0.1rem;
  border-top: thick dotted #ccc;
}

.organization .team {
  display: inline-block;
  border: 0.1rem solid #E8EFF9;
  border-radius: 0.6rem;
  -webkit-border-radius: 0.6rem;
  -moz-border-radius: 0.6rem;
  -ms-border-radius: 0.6rem;
  -o-border-radius: 0.6rem;
}

.organization .name {
  padding: 1.2rem 4rem;
  text-align: center;
  background: #E8EFF9;
  font-size: var(--fs-com);
  font-weight: 600;
  line-height: 1.71429;
  color: #1059BC;
}

.organization .list {
  padding: 1.2rem 4rem;
}

.organization .list li {
  font-size: var(--fs-com);
  color: #031C3E;
  font-weight: 400;
  line-height: 1.42857;
}

.organization .chart {
  text-align: center;
}

.organization .top {
  position: relative;
  display: inline-block;
  text-align: center;
  justify-content: center;
  flex-direction: column;
}

.organization .top .responsible {
  margin-bottom: 12rem;
}

.organization .bot {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 6rem;
}

.organization .under-cont {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 50rem;
  justify-content: center;
  margin: 0 auto;
}

.organization .under-cont::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  width: 50rem;
  height: 0.1rem;
  left: 37rem;
  border-top: thick dotted #ccc;
}

.organization .under-cont::after {
  content: "";
  position: absolute;
  top: -6.7rem;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  width: 79.92938%;
  height: 0.1rem;
  left: 48.3%;
  border-top: thick dotted #ccc;
}

.organization .under-cont2 {
  display: flex;
  justify-content: center;
  padding-left: 10rem;
  gap: 14rem;
}

.organization .re1 {
  position: relative;
}

.organization .re1::before {
  content: "";
  height: 21.8rem;
  width: 0.1rem;
  position: absolute;
  left: 50%;
  bottom: -21.8rem;
  transform: translateX(-50%);
  border-right: thick dotted #ccc;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.organization .re-under {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}

.organization .re-under:first-child::before {
  content: "";
  position: absolute;
  top: -3.5rem;
  left: 51%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  width: 55%;
  height: 0.1rem;
  border-top: thick dotted #ccc;
}

.organization .re-under:last-child::before {
  content: "";
  position: absolute;
  top: -3.45rem;
  left: 51%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  width: 78%;
  height: 0.1rem;
  border-top: thick dotted #ccc;
}

.organization .re3,
.organization .re4 {
  position: relative;
  z-index: 999;
}

.organization .re3::before,
.organization .re4::before {
  content: "";
  height: 6.5rem;
  width: 0.1rem;
  position: absolute;
  left: 50%;
  bottom: 5rem;
  transform: translateX(-50%);
  border-right: thick dotted #ccc;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.organization .re3::after,
.organization .re4::after {
  content: "";
  height: 2.5rem;
  width: 0.1rem;
  position: absolute;
  left: 50%;
  bottom: -2.5rem;
  transform: translateX(-50%);
  border-right: thick dotted #ccc;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.organization .team {
  position: relative;
}

.organization .team::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -2.5rem;
  width: 0.1rem;
  height: 2.5rem;
  border-right: thick dotted #ccc;
}

@media all and (max-width: 85.375rem) {
  .organization .under-cont2 {
    gap: 8rem;
  }
}

@media all and (max-width: 64rem) {
  .organization .under-cont2 {
    padding-left: 0;
    justify-content: space-between;
  }

  .organization .name {
    padding: 1.2rem 2rem;
  }

  .organization .list {
    padding: 1.2rem 2rem;
  }

  .organization .re-under:first-child::before {
    left: 51.1%;
    width: 56.3%;
  }

  .organization .re-under:last-child::before {
    left: 51.2%;
    width: 79.3%;
  }
}

@media all and (max-width: 63.9375rem) {
  .organization .under-cont {
    width: 100%;
    align-items: center;
    gap: 4rem;
  }

  .organization .under-cont::after {
    display: none;
  }

  .organization .under-cont::before {
    width: 4rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }

  .organization .responsible {
    width: 16.8rem;
    text-align: center;
    justify-content: center;
  }

  .organization .sub-responsible {
    top: 5.4rem;
    left: calc(50% + 12.1rem);
    width: 16.8rem;
    text-align: center;
    background: #fff;
  }

  .organization .sub-responsible::before {
    left: -11.5rem;
    width: 11.1rem;
  }

  .organization .top .responsible {
    margin-bottom: 6rem;
  }

  .organization .bot {
    gap: 4rem;
  }

  .organization .under-cont2 {
    align-items: flex-start;
    gap: 4rem;
  }

  .organization .re-under {
    width: 50%;
    flex-direction: column;
  }

  .organization .re-under:first-child {
    align-items: flex-end;
  }

  .organization .re-under:first-child::before {
    display: none;
  }

  .organization .re-under:last-child {
    align-items: flex-start;
  }

  .organization .re-under:last-child::before {
    display: none;
  }

  .organization .team {
    width: 16.8rem;
  }

  .organization .re1::before {
    height: 19.5rem;
    bottom: -19.5rem;
  }

  .organization .re3::before,
  .organization .re4::before {
    display: none;
  }

  .organization .re3::after,
  .organization .re4::after {
    height: 4rem;
    bottom: -4rem;
  }

  .organization .team::before {
    top: -2rem;
    height: 2rem;
  }

  .organization .team:first-child::before {
    display: none;
  }
}

@media all and (max-width: 47.9375rem) {

  .organization .responsible,
  .organization .sub-responsible {
    width: 12.8rem;
    padding: 1.2rem 2rem;
  }

  .organization .sub-responsible {
    position: static;
    margin-bottom: 4rem;
  }

  .organization .sub-responsible::before {
    display: none;
  }

  .organization .top .responsible {
    margin-bottom: 4rem;
  }

  .organization .team {
    width: 12.8rem;
  }

  .organization .re1::before {
    height: 23rem;
    bottom: -23rem;
  }
}

/*esg*/
.esg .article {
  display: flex;
  flex-direction: column;
  gap: 6rem;
}

.esg .article:last-of-type {
  margin-top: 20rem;
}

.esg .article:last-of-type .sec-tit {
  margin-bottom: 0;
}

.esg .sec-tit {
  margin-bottom: 4rem;
  font-size: var(--fs-tit);
  font-weight: 500;
  line-height: 1.64258;
}

.esg .sec-tit .point {
  font-weight: 700;
  color: #1059BC;
}

.esg .card-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.esg .card {
  padding: 10rem 0 8rem 9rem;
  width: calc(50% - 1rem);
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
  overflow: hidden;
}

.esg .card.card1 {
  background: url("../img/sub/sub3/box1.png") no-repeat right;
  background-size: cover;
}

.esg .card.card2 {
  background: url("../img/sub/sub3/box2.png") no-repeat right;
  background-size: cover;
}

.esg .card.card3 {
  width: 100%;
  background: url("../img/sub/sub3/box3.png") no-repeat right;
  background-size: cover;
}

.esg .card-tit {
  margin-bottom: 2.4rem;
  font-size: var(--fs-vtit);
  font-weight: 800;
}

.esg .desc {
  font-size: var(--fs-com);
  font-weight: 400;
  line-height: 1.71429;
}

.esg .info {
  margin-bottom: 2.4rem;
  font-size: var(--fs-md);
  font-weight: 500;
  color: #555;
  text-align: right;
}

.esg .table-wrap {
  width: 100%;
  border-top: 0.2rem solid #555;
}

.esg .table-wrap .table {
  width: 100%;
}

.esg .table-wrap table {
  width: 100%;
}

.esg thead tr {
  border-bottom: 0.1rem solid #EBEBEB;
}

.esg tbody tr {
  border-bottom: 0.1rem solid #EBEBEB;
  background: #F6F9FC;
}

.esg th,
.esg td {
  padding: 3rem 0;
  text-align: center;
  font-size: var(--fs-md);
  font-weight: 500;
  vertical-align: middle;
}

@media all and (max-width: 85.375rem) {
  .esg .article {
    gap: 4rem;
  }

  .esg .article:last-of-type {
    margin-top: 15rem;
  }
}

@media all and (max-width: 64rem) {
  .esg .article:last-of-type {
    margin-top: 12rem;
  }

  .esg .card {
    padding: 10rem 0 8rem 6rem;
  }
}

@media all and (max-width: 63.9375rem) {
  .esg .article {
    gap: 3rem;
  }

  .esg .article:last-of-type {
    margin-top: 10rem;
  }

  .esg .sec-tit {
    margin-bottom: 3rem;
  }

  .esg .card {
    padding: 8rem 0 6rem 2rem;
  }

  .esg .card-tit {
    margin-bottom: 2rem;
  }

  .esg th,
  .esg td {
    padding: 2rem 0;
  }

  .esg .info {
    margin-bottom: 2rem;
  }
}

@media all and (max-width: 47.9375rem) {
  .esg .article {
    gap: 2rem;
  }

  .esg .article:last-of-type {
    margin-top: 8rem;
  }

  .esg .sec-tit {
    margin-bottom: 2rem;
    word-break: keep-all;
  }

  .esg .sec-tit br {
    display: none;
  }

  .esg .card-wrap {
    flex-direction: column;
  }

  .esg .card-wrap .card {
    width: 100%;
  }

  .esg th,
  .esg td {
    padding: 2rem 0;
  }

  .esg .table-wrap {
    overflow-x: scroll;
  }

  .esg .table-wrap .table {
    min-width: 60rem;
  }

  .esg .info {
    margin-bottom: 1.5rem;
  }
}

/*윤리경영*/
.ethical .article {
  display: flex;
  flex-direction: column;
  gap: 6rem;
}

.ethical .article:last-of-type {
  margin-top: 20rem;
}

.ethical .sec-tit {
  margin-bottom: 4rem;
  font-size: var(--fs-tit);
  font-weight: 500;
  line-height: 1.64258;
}

.ethical .sec-tit .point {
  font-weight: 700;
  color: #1059BC;
}

.ethical .flex-wrap {
  display: flex;
  align-items: flex-end;
  gap: 7rem;
}

.ethical .right {
  display: flex;
  flex-direction: column;
  gap: 4.6rem;
  padding-bottom: 2.4rem;
}

.ethical .list {
  display: flex;
  flex-direction: column;
  gap: 4.6rem;
}

.ethical .list li {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.ethical .step-tit {
  padding-left: 1.6rem;
  border-left: 0.3rem solid #999;
  font-size: var(--fs-bd);
  font-weight: 600;
}

.ethical .desc {
  font-size: var(--fs-com);
  font-weight: 400;
  line-height: 1.57143;
  color: #555;
}

.ethical .bdesc {
  font-size: var(--fs-md);
  color: #555;
  line-height: 1.625;
}

.ethical .step {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 137.2rem;
  border-top: 0.2rem solid #555;
}

.ethical .step li {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 3rem;
  padding: 2.4rem 2rem;
  border-bottom: 0.1rem solid #e9ebec;
  font-size: var(--fs-md);
  font-weight: 400;
  line-height: 1.625;
}

.ethical .num {
  display: block;
  padding: 0.2rem 1.6rem 0.4rem 1.6rem;
  background: #031C3E;
  border-radius: 10rem;
  -webkit-border-radius: 10rem;
  -moz-border-radius: 10rem;
  -ms-border-radius: 10rem;
  -o-border-radius: 10rem;
  color: #fff;
  font-size: var(--fs-md);
  font-weight: 600;
  line-height: 1;
}

@media all and (max-width: 85.375rem) {
  .ethical .article {
    gap: 4rem;
  }

  .ethical .article:last-of-type {
    margin-top: 15rem;
  }

  .ethical .flex-wrap {
    gap: 4rem;
  }

  .ethical .right {
    min-width: 40%;
    gap: 3.6rem;
  }

  .ethical .list {
    gap: 3.6rem;
  }

  .ethical .bdesc {
    word-break: keep-all;
  }
}

@media all and (max-width: 64rem) {
  .ethical .article:last-of-type {
    margin-top: 12rem;
  }

  .ethical .flex-wrap {
    align-items: flex-start;
  }

  .ethical .right {
    padding-bottom: 0;
  }

  .ethical .bdesc br {
    display: none;
  }

  .ethical .step li {
    word-break: keep-all;
  }

  .ethical .step li br {
    display: none;
  }
}

@media all and (max-width: 63.9375rem) {
  .ethical .article {
    gap: 3rem;
  }

  .ethical .article:last-of-type {
    margin-top: 10rem;
  }

  .ethical .sec-tit {
    margin-bottom: 3rem;
  }

  .ethical .flex-wrap {
    flex-direction: column;
  }

  .ethical .img {
    width: 80%;
  }

  .ethical .list {
    width: 100%;
  }

  .ethical .step li {
    padding: 1.6rem 1rem;
    gap: 2rem;
  }
}

@media all and (max-width: 47.9375rem) {
  .ethical .article {
    gap: 2rem;
  }

  .ethical .article:last-of-type {
    margin-top: 8rem;
  }

  .ethical .sec-tit {
    margin-bottom: 2rem;
    word-break: keep-all;
  }

  .ethical .sec-tit br {
    display: none;
  }

  .ethical .img {
    width: 100%;
  }

  .ethical .desc {
    word-break: keep-all;
  }

  .ethical .desc br {
    display: none;
  }

  .ethical .step li {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}

/*안전보건환경경영*/
.hse .article {
  display: flex;
  flex-direction: column;
  gap: 6rem;
  margin-top: 20rem;
}

.hse .article:first-of-type {
  margin-top: 0;
}

.hse .sec-tit {
  font-size: var(--fs-tit);
  font-weight: 500;
  line-height: 1.64258;
}

.hse .txt-wrap .sec-tit {
  margin-bottom: 4rem;
}

.hse .card-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.hse .card-wrap .card {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
  width: calc(50% - 1rem);
  padding: 4rem 4.3rem 2.8rem 5.4rem;
  background: #F6F9FC;
  border-radius: 0.6rem;
  -webkit-border-radius: 0.6rem;
  -moz-border-radius: 0.6rem;
  -ms-border-radius: 0.6rem;
  -o-border-radius: 0.6rem;
}

.hse .card-tit {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  font-size: var(--fs-bd);
  font-weight: 600;
}

.hse .desc {
  font-size: var(--fs-com);
  font-weight: 400;
  line-height: 1.57143;
  color: #555;
}

.hse .bdesc {
  font-size: var(--fs-md);
  font-weight: 400;
  line-height: 1.625;
  color: #555;
}

.hse .box-wrap {
  display: flex;
  gap: 2rem;
}

.hse .txt-cont {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  padding: 3.4rem 0 3.4rem 1.6rem;
}

.hse .box-tit {
  font-size: var(--fs-stit);
  font-weight: 700;
  line-height: 1.27273;
}

.hse .list li {
  font-size: var(--fs-com);
  font-weight: 400;
  line-height: 1.71429;
  color: #999;
}

@media all and (max-width: 85.375rem) {
  .hse .article {
    gap: 4rem;
    margin-top: 15rem;
  }

  .hse .card-wrap .card {
    padding: 4rem 2.3rem 2.8rem 2.4rem;
  }

  .hse .desc {
    word-break: keep-all;
  }
}

@media all and (max-width: 64rem) {
  .hse .article {
    margin-top: 12rem;
  }

  .hse .desc {
    word-break: keep-all;
  }

  .hse .desc br {
    display: none;
  }

  .box-wrap {
    flex-wrap: wrap;
  }

  .box {
    width: calc(50% - 1rem);
  }
}

@media all and (max-width: 63.9375rem) {
  .hse .article {
    gap: 3rem;
    margin-top: 10rem;
  }

  .hse .txt-wrap .sec-tit {
    margin-bottom: 3rem;
  }

  .hse .card-tit {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media all and (max-width: 63.9375rem) and (max-width: 63.9375rem) {
  .hse .article {
    gap: 2rem;
    margin-top: 8rem;
  }

  .hse .txt-wrap .sec-tit {
    margin-bottom: 2rem;
    word-break: keep-all;
  }

  .hse .txt-wrap .sec-tit br {
    display: none;
  }

  .hse .bdesc {
    word-break: keep-all;
  }

  .hse .card-wrap .card {
    width: 100%;
  }

  .hse .box {
    width: 100%;
  }

  .hse .txt-cont {
    padding: 2em 0 3.4rem 1.6rem;
  }
}

/*오시는길*/
.location .flex-wrap {
  display: flex;
  gap: 2rem;
}

.location .map-box {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.location .map {
  width: 100%;
  max-width: 65.5rem;
  height: 40rem;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
  overflow: hidden;
}

.location .map iframe {
  width: 100%;
  height: 100%;
}

.location .txt-wrap {
  width: 100%;
  max-width: 65.5rem;
  padding: 4rem 0 6rem 2.4rem;
}

.location .name {
  font-size: var(--fs-com);
  font-weight: 400;
  color: #1059BC;
}

.location .loc {
  margin-top: 1.2rem;
  font-size: var(--fs-stit);
  font-weight: 600;
}

.location .list {
  margin-top: 3.4rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.location .list li {
  display: flex;
  gap: 1.4rem;
  font-size: var(--fs-com);
  font-weight: 400;
  color: #555;
}

.location .list li span {
  font-weight: 500;
}

@media all and (max-width: 85.375rem) {
  .location .map {
    height: 35rem;
  }
}

@media all and (max-width: 63.9375rem) {
  .location .flex-wrap {
    flex-direction: column;
  }

  .location .map-box {
    width: 100%;
  }

  .location .txt-wrap {
    padding: 3rem 0 4rem 2.4rem;
  }
}

@media all and (max-width: 47.9375rem) {
  .location .map {
    height: 30rem;
  }

  .location .txt-wrap {
    padding: 3rem 0;
  }

  .location .list {
    margin-top: 2rem;
  }
}

/*문의*/
.inq .flex-wrap {
  display: flex;
  justify-content: space-between;
}

.inq .sec-tit {
  width: 100%;
  max-width: 63rem;
  font-size: var(--fs-tit);
  font-weight: 500;
  line-height: 1.64286;
}

.inq .right {
  width: 100%;
  max-width: 76rem;
}

.inq .personal {
  display: flex;
  flex-direction: column;
  gap: 6rem;
  padding: 3rem;
  height: 12rem;
  overflow-y: auto;
  background: #EBEBEB;
}

.inq .personal::-webkit-scrollbar {
  background: #fff;
  width: 1rem;
}

.inq .personal::-webkit-scrollbar-thumb {
  background: #031C3E;
}

.inq .personal .arti {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.inq .personal .per-tit {
  font-size: var(--fs-bd);
  font-weight: 700;
  line-height: 2.22222;
}

.inq .personal .first-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.inq .personal .first-list>li {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  font-size: var(--fs-md);
  font-weight: 600;
  line-height: 1.5;
}

.inq .personal .dot-list>li {
  list-style-type: disc;
  list-style-position: inside;
  font-size: var(--fs-com);
  font-weight: 400;
  line-height: 1.71429;
}

.inq .personal .num-list li {
  font-size: var(--fs-com);
  font-weight: 600;
  line-height: 1.71429;
}

.inq .personal .desc {
  font-size: var(--fs-com);
  font-weight: 400;
  line-height: 1.71429;
}

.inq .all-form-wrap {
  display: flex;
  flex-direction: column;
  gap: 4.4rem;
  margin-top: 2rem;
}

.inq .input-wrap {
  display: flex;
  width: 100%;
  border-bottom: 0.1rem solid #EBEBEB;
}

.inq .input-wrap label {
  width: 7rem;
}

.inq .input-wrap input {
  max-width: calc(100% - 7rem);
  width: 100%;
}

.inq .area-wrap {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}

.inq label {
  display: flex;
  align-items: flex-end;
}

.inq label span {
  position: relative;
  display: block;
  padding: 1.2rem 0.6rem;
  font-size: var(--fs-md);
  font-weight: 500;
  line-height: 1.625;
}

.inq label span::before {
  content: "*";
  position: absolute;
  top: 1rem;
  right: -0.4rem;
  font-size: var(--fs-md);
  font-weight: 400;
  line-height: 1.625;
  color: #031C3E;
}

.inq label span.before-none::before {
  display: none;
}

.inq input {
  padding: 1.2rem 2.4rem;
  outline: none;
  font-size: var(--fs-md);
  line-height: 1.625;
  color: #555;
}

.inq textarea {
  padding: 1.6rem 3rem;
  outline: none;
  border: 0.1rem solid #EBEBEB;
  resize: none;
  height: 21rem;
  font-size: var(--fs-md);
  line-height: 1.625;
  color: #555;
}

.inq .area-wrap {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}

.inq .info {
  text-align: right;
}

.inq .info span {
  position: relative;
  font-size: var(--fs-com);
  font-weight: 400;
}

.inq .info span::before {
  content: "*";
  position: absolute;
  top: -0.4rem;
  left: -0.8rem;
  font-size: var(--fs-com);
  font-weight: 400;
  line-height: 1.625;
  color: #031C3E;
}

.inq .agree {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 4rem 0 2rem;
}

.inq .check {
  padding: 0;
  width: 1.8rem;
  height: 1.8rem;
  background: url("../img/sub/sub3/n-check.png") no-repeat;
  background-size: cover;
}

.inq .check:checked {
  background: url("../img/sub/sub3/check.png") no-repeat;
}

.inq .agg {
  font-size: var(--fs-md);
  line-height: 2;
}

.inq .btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 8rem;
}

.inq .btn {
  padding: 1.2rem 4rem;
  background: #031C3E;
  font-size: var(--fs-com);
  font-weight: 700;
  line-height: 1.71429;
  color: #fff;
}

@media all and (max-width: 85.375rem) {
  .inq .sec-tit {
    width: 40%;
  }

  .inq .personal .desc {
    word-break: keep-all;
  }

  .inq .personal .desc br {
    display: none;
  }
}

@media all and (max-width: 64rem) {
  .inq .flex-wrap {
    gap: 4rem;
  }

  .inq .all-form-wrap {
    gap: 3.6rem;
  }

  .inq .personal {
    gap: 5rem;
  }

  .inq .btn-wrap {
    margin-top: 6rem;
  }
}

@media all and (max-width: 63.9375rem) {
  .inq .sec-tit {
    width: 100%;
  }

  .inq .flex-wrap {
    flex-direction: column;
  }

  .inq .right {
    max-width: none;
  }
}

@media all and (max-width: 47.9375rem) {
  .inq .all-form-wrap {
    margin-top: 1rem;
    gap: 2rem;
  }

  .inq input {
    padding: 1rem 1.6rem;
  }

  .inq .area-wrap {
    gap: 0.8rem;
  }

  .inq textarea {
    padding: 1rem 1.6rem;
  }

  .inq .agree {
    margin: 2rem 0 1rem;
  }

  .inq .personal {
    padding: 2rem 1rem;
    gap: 3.6rem;
  }

  .inq .personal .arti {
    gap: 1.4rem;
  }

  .inq .personal .first-list>li {
    gap: 1rem;
  }

  .inq .btn-wrap {
    margin-top: 4rem;
  }
}

/*product*/
.frtu .sec-tit {
  font-size: var(--fs-tit);
  font-weight: 500;
  line-height: 1.64286;
}

.frtu .blue {
  font-weight: 700;
  color: #1059BC;
}

.frtu .txt-wrap {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin-top: 10rem;
}

.frtu .subject-tit {
  font-size: var(--fs-tit);
  font-weight: 600;
  line-height: 1.64286;
}

.frtu .desc {
  font-size: var(--fs-md);
  color: #555;
  line-height: 1.625;
}

@media all and (max-width: 85.375rem) {
  .frtu .txt-wrap {
    margin-top: 8rem;
  }
}

@media all and (max-width: 64rem) {
  .frtu .desc {
    word-break: keep-all;
  }

  .frtu .desc br {
    display: none;
  }
}

@media all and (max-width: 63.9375rem) {
  .frtu .sec-tit {
    word-break: keep-all;
  }

  .frtu .txt-wrap {
    margin-top: 6rem;
    gap: 3rem;
  }
}

@media all and (max-width: 47.9375rem) {
  .frtu .txt-wrap {
    margin-top: 4rem;
    gap: 2rem;
  }
}

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

.product .sec-tit {
  margin-bottom: 4rem;
  font-size: var(--fs-tit);
  font-weight: 500;
  line-height: 1.64286;
}

.product .blue {
  font-weight: 700;
  color: #1059BC;
}

.product .bg {
  padding: 6rem 0 20rem;
  background: #F8F8FA;
}

.product .product-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12rem 2rem;
}

.product .product-card {
  display: flex;
  flex-direction: column;
  gap: 3.4rem;
  padding: 0 3rem;
  width: calc(33.3333333333% - 1.3333333333rem);
}

.product .img-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 71.74%;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  overflow: hidden;
}

.product .img-wrap img {
  position: absolute;
  width: 100%;
  height: 100%;
}

.product .txt-wrap {
  padding-left: 1rem;
}

.product .txt-wrap .type {
  display: block;
  margin-bottom: 1.2rem;
  font-size: var(--fs-com);
  font-weight: 500;
  color: #999;
}

.product .txt-wrap .p-name {
  font-size: var(--fs-stit);
  font-weight: 500;
  line-height: 1.45455;
}

.product .txt-wrap .view-more {
  display: flex;
  align-items: flex-start;
  gap: 0.4rem;
  margin-top: 2.6rem;
  font-size: var(--fs-com);
  font-weight: 500;
  color: #1059BC;
}

.product .txt-wrap .view-more span {
  display: block;
}

.product .txt-wrap .view-more span img {
  display: block;
}

@media all and (max-width: 85.375rem) {
  .product .bg {
    padding-bottom: 15rem;
  }

  .product .product-list {
    gap: 10rem 2rem;
  }

  .product .product-card {
    padding: 0 2rem;
    gap: 3rem;
  }

  .product .txt-wrap .p-name {
    font-size: calc(var(--fs-stit) - 0.2rem);
  }

  .product .txt-wrap .view-more {
    margin-top: 1.4rem;
  }
}

@media all and (max-width: 64rem) {
  .product .bg {
    padding-bottom: 12rem;
  }

  .product .product-list {
    gap: 8rem 2rem;
  }

  .product .product-card {
    padding: 0;
  }
}

@media all and (max-width: 63.9375rem) {
  .product .product-list {
    gap: 6rem 2rem;
  }

  .product .product-card {
    width: calc(50% - 1rem);
    gap: 2.4rem;
  }
}

@media all and (max-width: 47.9375rem) {
  .product .sec-tit {
    word-break: keep-all;
  }

  .product .sec-tit br {
    display: none;
  }

  .product .bg {
    padding: 4rem 0 10rem;
  }

  .product .product-list {
    gap: 4rem 1rem;
  }

  .product .product-card {
    width: calc(50% - 0.5rem);
    gap: 2rem;
  }

  .product .txt-wrap {
    padding-left: 0.6rem;
  }

  .product .txt-wrap .type {
    margin-bottom: 0.8rem;
  }

  .product .txt-wrap .p-name {
    font-size: var(--fs-md);
  }

  .product .txt-wrap .view-more {
    margin-top: 1rem;
  }
}

/*view*/
.product-view .sec-1 {
  background: #F8F8FA;
}

.product-view .flex-wrap {
  display: flex;
  gap: 2rem;
}

.product-view .img-slide,
.product-view .all-right-cont {
  width: 50%;
}

.product-view .img-slide {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  align-items: center;
  padding: 9.4rem 4rem 0;
}

.product-view .img-slide .swiper-pagination {
  position: static;
  display: inline-flex;
  gap: 0.8rem;
  padding: 0.8rem 1.4rem;
  border-radius: 10rem;
  -webkit-border-radius: 10rem;
  -moz-border-radius: 10rem;
  -ms-border-radius: 10rem;
  -o-border-radius: 10rem;
  background: linear-gradient(0deg, #EBEBEB 0%, #EBEBEB 100%), #FFF;
}

.product-view .img-slide .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  width: 1rem;
  height: 1rem;
  background: #ccc;
  opacity: 1;
}

.product-view .img-slide .swiper-pagination .swiper-pagination-bullet-active {
  background: #031C3E;
}

.product-view .sub-swiper {
  width: 100%;
  max-width: 52rem;
  overflow: hidden;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
}

.product-view .all-right-cont {
  display: flex;
  flex-direction: column;
  gap: 6rem;
}

.product-view .txt-content {
  margin-top: 5rem;
  line-height: 1.875;
}

.product-view .product-info {
  display: flex;
  flex-direction: column;
}

.product-view .txt-wrap {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  padding-left: 1rem;
}

.product-view .txt-wrap .type {
  font-size: var(--fs-com);
  font-weight: 500;
  color: #999;
}

.product-view .txt-wrap .p-name {
  font-size: var(--fs-tit);
  font-weight: 600;
}

.product-view .normal-list li {
  font-size: var(--fs-md);
  font-weight: 400;
  line-height: 1.875;
  color: #555;
  list-style: nth;
  list-style-position: inside;
  word-break: keep-all;
}

.product-view .out-dot-list {
  display: flex;
  flex-direction: column;
  word-break: keep-all;
}

.product-view .out-dot-list>li {
  font-size: var(--fs-md);
  font-weight: 400;
  line-height: 1.875;
  color: #555;
  list-style: nth;
  list-style-position: inside;
  word-break: keep-all;
}

.product-view .inner-dot-liist li {
  font-size: var(--fs-md);
  font-weight: 400;
  line-height: 1.875;
  color: #555;
  list-style: disc;
  list-style-position: inside;
  word-break: keep-all;
}

.product-view .all-card {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.product-view .card-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.product-view .card {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  width: calc(50% - 1rem);
  min-height: 11.2rem;
  padding: 3.4rem 3rem;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  background: #fff;
}

.product-view .subject {
  font-size: var(--fs-com);
  font-weight: 500;
  color: #1059BC;
  line-height: 1;
}

.product-view .spec {
  font-size: var(--fs-md);
  font-weight: 600;
  line-height: 1.28571;
  font-family: "Noto Sans KR", sans-serif;
  white-space: pre-wrap;
}

.product-view .additional-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding-left: 1rem;
}

.product-view .additional-wrap .additional {
  position: relative;
  font-size: var(--fs-com);
  font-weight: 400;
  color: #999;
}

.product-view .under-article-wrap {
  display: flex;
  flex-direction: column;
  gap: 15rem;
}

.product-view .under-article {
  display: flex;
  flex-direction: column;
  gap: 5.4rem;
  align-items: center;
}

.product-view .coil-wrap {
  display: flex;
  justify-content: center;
  gap: 2rem;
}

.product-view .coil-wrap li {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  align-items: center;
  width: 25rem;
  padding: 6rem 1.9rem 5rem;
  border-radius: 1rem;
  border: 0.1rem dashed #ccc;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}

.product-view .coil-wrap .img-name {
  display: block;
  padding: 1rem 1.6rem;
  border: 0.1rem solid #1059BC;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
  font-size: var(--fs-com);
  font-weight: 600;
  color: #1059BC;
}

.product-view .arti-tit {
  font-size: var(--fs-stit);
  font-weight: 600;
  text-align: center;
}

.product-view .table {
  display: flex;
  justify-content: center;
  width: auto;
}

.product-view .table>.ex {
  height: 30rem;
  background: #ccc;
  text-align: center;
}

.product-view .under-article>.table {
  flex-direction: column;
  gap: 1.6rem;
}

.product-view .under-article>.table>* {
  text-align: center;
}

.product-view .under-article .row-table {
  flex-direction: row !important;
  gap: 5.4rem;
}

.product-view .under-article .column-table {
  flex-direction: column !important;
  gap: 5.4rem;
}

.product-view figure.table table {
  width: auto !important;
}

@media all and (max-width: 85.375rem) {
  .product-view .sub-swiper {
    max-width: 48rem;
  }

  .product-view .img-slide {
    padding: 7.4rem 4rem 0;
  }

  .product-view .card {
    padding: 2.4rem 2rem;
  }

  .product-view .spec {
    font-size: var(--fs-com);
  }

  .product-view .under-article-wrap {
    gap: 10rem;
  }

  .product-view .under-article .row-table {
    gap: 4rem;
  }

  .product-view .under-article .column-table {
    gap: 4rem;
  }
}

@media all and (max-width: 64rem) {
  .product-view .img-slide {
    padding: 5.4rem 4rem 0;
  }

  .product-view .txt-content {
    margin-top: 4rem;
  }

  .product-view .spec {
    word-break: keep-all;
  }

  .product-view .under-article-wrap {
    gap: 8rem;
  }

  .product-view .under-article {
    gap: 4rem;
  }
}

@media all and (max-width: 63.9375rem) {
  .product-view .flex-wrap {
    flex-direction: column;
    gap: 4rem;
  }

  .product-view .img-slide,
  .product-view .all-right-cont {
    width: 100%;
  }

  .product-view .img-slide {
    padding: 0 2rem;
  }

  .product-view .coil-wrap li {
    width: calc(33.3333333333% - 1.3333333333rem);
    padding: 5rem 1rem 4rem;
  }

  .product-view .coil-wrap .img-name {
    padding: 1rem;
  }

  .product-view .under-article .row-table {
    flex-direction: column !important;
    gap: 2rem;
  }

  .product-view .table {
    width: 100%;
  }

  .product-view .table .table {
    width: 100%;
    justify-content: flex-start;
    overflow-x: scroll;
  }

  .product-view .table .table table {
    min-width: 85rem;
  }

  .product-view .row-table table {
    min-width: 63rem;
  }
}

@media all and (max-width: 47.9375rem) {
  .product-view .img-slide {
    gap: 2rem;
  }

  .product-view .txt-content {
    margin-top: 2rem;
  }

  .product-view .out-dot-list {
    gap: 1.2rem;
  }

  .product-view .card-wrap {
    gap: 1.6rem;
  }

  .product-view .card-wrap .card {
    width: 100%;
    height: auto;
    min-height: 0;
  }

  .product-view .coil-wrap {
    width: 100%;
    flex-direction: column;
  }

  .product-view .coil-wrap li {
    width: 100%;
  }

  .product-view .under-article-wrap {
    gap: 6rem;
  }

  .product-view .under-article {
    gap: 3rem;
  }

  .product-view .under-article .row-table {
    gap: 2rem;
  }

  .product-view .under-article .column-table {
    gap: 2rem;
  }
}

/*게시판*/
.notice .top-section {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 3rem;
}

.notice .select {
  padding: 1.2rem 5rem 1.2rem 1rem;
  min-width: 8.8rem;
  border: 0.1rem solid #EBEBEB;
  font-size: var(--fs-com);
  font-weight: 400;
  line-height: 1.71429;
  background: url("../img/sub/sub3/under.png") no-repeat 85%;
  outline: none;
}

.notice .search {
  padding: 1.2rem 1rem;
  width: 38rem;
  margin-left: -0.1rem;
  outline: none;
  border: 0.1rem solid #EBEBEB;
  font-size: var(--fs-com);
  font-weight: 400;
  line-height: 1.71429;
  color: #999;
}

.notice .btn {
  padding: 1.2rem 1rem;
  width: 8.8rem;
  background: #031C3E;
  border: 0.1rem solid #031C3E;
  font-size: var(--fs-com);
  font-weight: 700;
  line-height: 1.71429;
  color: #fff;
  text-align: center;
}

.notice .no {
  width: 9.875%;
}

.notice .sub-info {
  width: 10%;
}

.notice .table-wrap {
  width: 100%;
  border-top: 0.1rem solid #111;
  border-bottom: 0.1rem solid #111;
}

.notice .table {
  width: 100%;
}

.notice table {
  width: 100%;
}

.notice thead tr {
  background: #EBEBEB;
}

.notice tbody tr {
  border-bottom: 0.1rem solid #EBEBEB;
}

.notice td,
.notice th {
  padding: 3rem 0;
}

.notice td {
  font-size: var(--fs-com);
  font-weight: 400;
  line-height: 1.71429;
  opacity: 0.6;
}

.notice td span {
  display: block;
  text-align: center;
}

.notice th {
  font-size: var(--fs-com);
  font-weight: 500;
  line-height: 1.71429;
}

.notice .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  margin-top: 10rem;
}

.notice .pagination ul {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.notice .pagination ul li a {
  display: block;
  padding: 0.4rem;
  width: 3.4rem;
  height: 3.4rem;
  font-size: var(--fs-md);
  font-weight: 400;
  line-height: 1.625;
  color: #999;
  text-align: center;
}

.notice .pagination ul li.active a {
  background: #031C3E;
  color: #fff;
  font-weight: 600;
}

.notice .title:hover {
  text-decoration: underline;
}

@media all and (max-width: 85.375rem) {
  .notice .pagination {
    margin-top: 8rem;
  }
}

@media all and (max-width: 64rem) {
  .notice .pagination {
    margin-top: 6rem;
  }
}

@media all and (max-width: 63.9375rem) {
  .notice .search {
    width: 25rem;
  }

  .notice th,
  .notice td {
    padding: 2rem 0;
  }
}

@media all and (max-width: 47.9375rem) {
  .notice .search {
    width: calc(100% - 15.6rem);
  }

  .notice .btn {
    width: 6.8rem;
  }

  .notice colgroup {
    display: none;
  }

  .notice thead {
    display: none;
  }

  .notice tr {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
  }

  .notice td {
    padding: 1.2rem 1em;
  }

  .notice td:nth-child(2) {
    width: calc(100% - 5.1rem);
  }

  .notice td:nth-child(3) {
    padding-top: 0;
  }

  .notice td:nth-child(4) {
    padding-top: 0;
  }

  .notice td:last-child {
    padding-top: 0;
  }

  .notice .title {
    display: block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .notice .pagination {
    margin-top: 4rem;
  }
}

/*게시판 view*/
.notice-view .view-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.2rem 3rem;
  border-top: 0.1rem solid #111;
  border-bottom: 0.1rem solid #EBEBEB;
}

.notice-view .title {
  font-size: var(--fs-com);
  font-weight: 500;
  line-height: 1.71429;
}

.notice-view .right-wrap {
  display: flex;
}

.notice-view .right-wrap li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 12rem;
  text-align: center;
  font-size: var(--fs-sm);
  font-weight: 400;
  line-height: 1.83333;
}

.notice-view .right-wrap li span {
  display: block;
}

.notice-view .file-wrap {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 1.6rem 2rem;
  border-bottom: 0.1rem solid #EBEBEB;
}

.notice-view .name {
  font-size: var(--fs-sm);
  font-weight: 500;
  line-height: 1.83333;
}

.notice-view .file {
  font-size: var(--fs-sm);
  line-height: 1.83333;
}

.notice-view .file:hover {
  text-decoration: underline;
}

.notice-view .view-body {
  padding: 6rem 3rem 0;
}

.notice-view .view-body>* {
  margin-top: 4rem;
}

.notice-view .view-body>*:first-child {
  margin-top: 0;
}

.notice-view .view-body p {
  margin-top: 0;
  font-size: var(--fs-com);
  font-weight: 400;
  color: #555;
  line-height: 1.71429;
}

.notice-view .btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 10rem;
}

.notice-view .btn-wrap .btn {
  padding: 1.2rem 4rem;
  background: #031C3E;
  font-size: var(--fs-com);
  font-weight: 700;
  line-height: 1.71429;
  color: #fff;
}

@media all and (max-width: 64rem) {
  .notice-view .right-wrap li {
    width: 9rem;
  }

  .notice-view .view-body {
    padding: 4rem 3rem 0;
  }

  .notice-view .btn-wrap {
    margin-top: 8rem;
  }
}

@media all and (max-width: 63.9375rem) {
  .notice-view .view-header {
    padding: 1.6rem 1rem;
  }

  .notice-view .file-wrap {
    padding: 1.6rem 1rem;
  }

  .notice-view .view-body {
    padding: 4rem 1.6rem 0;
  }
}

@media all and (max-width: 47.9375rem) {
  .notice-view .view-header {
    flex-direction: column;
    align-items: flex-start;
    padding: 1.6rem 1rem;
    gap: 0.4rem;
  }

  .notice-view .right-wrap {
    gap: 2rem;
  }

  .notice-view .right-wrap li {
    width: auto;
  }

  .notice-view .file-wrap {
    gap: 1rem;
  }

  .notice-view .file {
    display: block;
    width: 100%;
    max-width: calc(100% - 5.1rem);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .notice-view .view-body {
    padding: 2rem 1.6rem 0;
  }

  .notice-view .view-body>* {
    margin-top: 3rem;
  }

  .notice-view .btn-wrap {
    margin-top: 6rem;
  }
}

.video .video-wrap {
  position: relative;
  width: 100%;
  max-width: 133rem;
  margin: 0 auto;
  height: 0;
  padding-bottom: 46.813%;
  overflow: hidden;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
}

.video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@media all and (max-width: 85.375rem) {
  .video .video-wrap {
    padding-bottom: 56.315789%;
  }
}