@charset "utf-8";
@import url("w1336.css");
@import url("w1180.css");
@import url("w1024.css");
@import url("w768.css");
@import url("w736.css");
@import url("w675.css");
@import url("w420.css");
@import url("w360.css");
@import url("w320.css");

/* 메인 */
/*슬라이드*/

#mainVisual {
  width: 100%;
  height: 780px;
  top: 70px;
  overflow: hidden;
  position: relative;
}

.swiper-slide > img {
  width: 100%;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 2% !important;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 30px;
  right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 30px;
  left: auto;
}
.swiper-pagination-bullet {
  background: var(--swiper-pagination-bullet-inactive-color, #fff);
}

.swiper-slide .web-p {
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: normal;
  opacity: 0;
}
.swiper-slide .web-p-1 {
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 35px;
  display: flex;
  justify-content: center;
  color: #fff;
  font-weight: normal;
  opacity: 0;
}
.swiper-slide .web-p1 {
  flex-direction: column;
  font-family: "GmarketSansMedium" !important;
  letter-spacing: 1px;
  font-size: 22px;
  line-height: 1.4;
  margin: 0 auto;
  width: 28%;
  font-weight: 500;
  letter-spacing: -1px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  white-space: pre-line;
}
.swiper-slide .web-p1::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 11rem;
  background-color: rgba(34, 34, 34, 0.6);
  z-index: -1;
  border-radius: 30px;
}
.swiper-slide .web-p1 p:nth-of-type(1) {
  text-align: center;
  position: relative;
}
.swiper-slide .web-p1 p:nth-of-type(1)::before {
  content: "Satisfy";
  font-family: "GmarketSansBold";
  position: absolute;
  color: #fff;
  top: -59px;
  right: 50px;
  font-size: 45px;
}
.swiper-slide .web-p1 p:nth-of-type(2) {
  font-family: "GmarketSansMedium";
  margin-top: 0.5rem;
  text-align: right;
  padding-right: 40px;
  font-size: 19px;
}
.swiper-slide .web-p1 p:nth-of-type(2) span {
  color: #ffd016;
}

.swiper-slide .web-p2 {
  font-family: "GmarketSansBold";
  font-weight: bold;
}
.swiper-slide .web-p2 span {
  font-family: "EliceDigitalBaeum_Bold";
  font-weight: lighter;
  font-size: 30px;
}
.swiper-slide .web-p2::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 6rem;
  background-color: rgba(202, 202, 202, 0.541);
}
.swiper-slide .web-p3 {
  font-family: "GmarketSansBold";
  left: 13%;
  width: 32%;
  padding-left: 1%;
  background-color: rgba(0, 0, 0, 0.8);
  height: 50%;
}

.swiper-slide .web-p3-1 {
  font-family: "IBMPlexSansKR-Text";
  font-size: 20px;
  justify-content: left;
  padding-left: 1%;
  left: 13%;
  font-weight: 500;
}

.swiper-slide .web-p3,
.swiper-slide .web-p4 {
  font-family: "EliceDigitalBaeum_Bold";
  justify-content: left;
  line-height: 1.1;
  font-weight: bold;
  font-size: 38px;
}
.swiper-slide-active:nth-of-type(1) .web-p1 {
  animation: view1 3s linear alternate forwards;
}
.swiper-slide-active:nth-of-type(2) .web-p2 {
  animation: view2 3s linear alternate forwards;
}
/*.swiper-slide-active:nth-of-type(3) .web-p3 {
  animation: view3 2s linear alternate forwards;
}
.swiper-slide-active:nth-of-type(3) .web-p3-1 {
  animation: view3_1 2s linear alternate forwards;
}*/
.swiper-slide-active:nth-of-type(3) .web-p4 {
  animation: view4 2s linear alternate forwards;
}
@keyframes view1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes view2 {
  0% {
    opacity: 0;
    top: -10%;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes view3 {
  0% {
    opacity: 0;
    bottom: -20%;
  }
  100% {
    opacity: 1;
    bottom: -1%;
  }
}
@keyframes view3_1 {
  0% {
    opacity: 0;
    bottom: -5%;
  }
  100% {
    opacity: 1;
    bottom: -20%;
  }
}
@keyframes view4 {
  0% {
    opacity: 0;
    left: 0;
  }
  100% {
    opacity: 1;
    left: 12%;
  }
}
.swiper-button-next,
.swiper-button-prev {
  z-index: 5;
}

#mainVisual .swiper-button-next {
  background: url(../img/main/next.svg) no-repeat;
  /* background-size: 50% auto; */
  background-position: center;
  opacity: 0.5;
}

#mainVisual .swiper-button-prev {
  background: url(../img/main/prev.svg) no-repeat;
  background-position: center;
  opacity: 0.5;
}
#mainVisual .swiper-button-next:hover,
#mainVisual .swiper-button-prev:hover {
  opacity: 1;
}

#mainVisual .swiper-button-next::after,
#mainVisual .swiper-button-prev::after {
  display: none;
}
/** 슬라이드 텍스트**/

.maincopy {
  position: absolute;
  font-size: 20px;
  color: #000;
  opacity: 0;
  top: 42%;
  left: 15%;
  font-family: "Noto Sans KR", sans-serif;
}

.swiper-slide-active .maincopy {
  animation: move 2s alternate forwards;
}

@keyframes move {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.maincopy p {
  padding: 3% 0;
  text-align: left;
  color: #fff;
  line-height: 26px;
}

.maincopy .main {
  font-weight: 100;
  font-size: 40px;
  font-weight: bold;
}
.maincopy .sub2 {
  font-weight: lighter;
}

/*sec1*/
.sec1 {
  padding: 8rem 0;
}
.sec1-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.left {
  width: 40%;
  padding: 8rem 0;
}
.left-txt {
  font-family: "EliceDigitalBaeum_Bold";
  margin: 2rem 0;
  font-size: 18px;
  letter-spacing: -0.5px;
}
.left h2 {
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: -2px;
}
.left h2 span {
  color: #1843b1;
}
.left .left-txt2 {
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 300;
  line-height: 1.2;
}
.left .left-txt3 {
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 300;
  line-height: 1.4;
}
.rig {
  width: 37%;
}
.rig img {
  width: 100%;
}
.more a {
  font-family: "IBMPlexSansKR-Text";
  color: #999;
  position: relative;
  font-size: 14px;
  letter-spacing: 1px;
}
.more a::before {
  content: "";
  width: 100%;
  position: absolute;
  bottom: -5px;
  left: 0;
  border-bottom: 1px solid #999;
}
.more a:hover {
  cursor: pointer;
  color: #000;
}
/* sec2*/
.sec2 {
  padding: 5rem 0;
  background-color: #f7f7f7;
}
.sec2-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.sec2 > div {
  text-align: center;
}
.sec2 h2 {
  font-family: "GmarketSansBold";
  color: #092456;
  font-size: 32px;
  line-height: 1;
  letter-spacing: -1px;
}
.sec2 .sec2-inner > div:hover h2 {
  color: rgb(2, 73, 237);
}
.sec2 .sec2-inner > div:hover p {
  color: #092456;
}
.sec2 p {
  color: #3a3a3a;
  padding-top: 1.5rem;
  font-size: 18px;
  font-weight: 300;
}
/* smartfactory */
#smartFactory {
  margin-top: 16rem;
}

#smartFactory div > h2 {
  font-family: "GmarketSansBold";
  color: #092456;
  font-size: 32px;
  letter-spacing: -1px;
}

#smartFactory h2 > span.sftit {
  font-family: "IBMPlexSansKR-Text";
  font-weight: 300;
  font-size: 18px;
  line-height: 1.1;
  padding: 0.5rem 0;
}

#smartFactory div > p.sftxt {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.3;
  margin-top: 1rem;
}
#smartFactory .txt-box {
  margin: 0 10%;
}
#smartFactory .img-box {
  text-align: center;
}
#smartFactory .img-box img {
  width: 90%;
}
/*sec3*/
.sec3 {
  padding: 15rem 0 6rem 0;
}
.sec3-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.sec3-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec3-top div h2 {
  font-family: "EliceDigitalBaeum_Bold";
  font-size: 32px;
  letter-spacing: -1px;
}
.sec3-top div > p {
  font-size: 20px;
  padding-top: 1.5rem;
  letter-spacing: -0.5px;
  font-weight: lighter;
}
.sec3-bot {
  margin-top: 1rem;
}
.sec3-bot p {
  font-size: 20px;
  font-weight: lighter;
}
.sec3-bot p.slitting_txt,
.sec3-bot p.shearing_txt {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
.name-click {
  font-size: 22px;
  font-weight: normal !important;
  margin-top: 2rem !important;
}
.name-click span:hover {
  cursor: pointer;
}
.sec3-bot .videos {
  width: 100%;
  height: 560px;
  overflow: hidden;
  margin-top: 1rem;
  text-align: center;
}
.sec3-bot .videos video {
  width: 93%;
}
.sec3-bot .slitting-video img,
.sec3-bot .shearing-video img {
  width: 100%;
}
.sec3-bot .slitting-video {
  display: none;
}
.sec3-bot .shearing-video {
  display: none;
}

/*sec4*/
.sec4 {
  padding: 6rem 0;
}

.sec4-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.sec4 h2 {
  font-family: "EliceDigitalBaeum_Bold";
  font-size: 32px;
}

.sec4 h2,
.sec4 p {
  letter-spacing: -0.1px;
  padding: 1rem 0;
}
.sec4 p {
  font-size: 18px;
  font-weight: lighter;
}
.sec4-inner .more {
  margin-bottom: 1.5rem;
  text-align: right;
}
.subSwiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  margin-bottom: 1.2rem;
}
.subSwiper .swiper-wrapper .swiper-slide span {
  font-size: 16px;
  font-weight: normal;
  position: relative;
}
.subSwiper .swiper-wrapper .swiper-slide span::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: rgb(44, 44, 44);
}
.subSwiper .swiper-button-prev {
  width: 60px;
  height: 60px;
}

.subSwiper .swiper-button-next {
  width: 60px;
  height: 60px;
}

.subSwiper .swiper-button-next,
.subSwiper .swiper-button-prev {
  color: #fff !important;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -10px;
}
.swiper-pagination {
  z-index: 9 !important;
}
/*sec5*/
.sec5 {
  color: #fff;
  background-color: rgb(29, 29, 29);
  padding: 3rem 0;
}
.sec5 .sec5-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sec5-left {
  font-family: "EliceDigitalBaeum_Bold";
  width: 60%;
}
.sec5-rig {
  width: 25%;
  margin-right: 10%;
}
.rig-fac,
.rig-hea {
  font-size: 18px;
}
.sec5 h3 {
  font-family: "EliceDigitalBaeum_Bold";
  padding: 1.5rem 0;
  font-size: 28px;
}
.sec5 p {
  font-size: 18px;
  margin: 0.5rem 0;
}
.rig-fac,
.rig-hea {
  font-family: "EliceDigitalBaeum_Bold";
}

.root_daum_roughmap .wrap_btn_zoom {
  /*지도 +-버튼*/
  z-index: 1 !important;
}
.sec5 .factory,
.sec5 .head-office {
  cursor: pointer;
}
.sec5 .factDetail,
.sec5 .HeadDetail {
  display: none;
}
.contact {
  margin: 4rem 0 2rem 0;
}
.contact h4 {
  padding: 1rem 0;
  border-bottom: 1px solid #fff;
}
.contact p {
  padding-top: 1rem;
}

/*패밀리 사이트*/
select {
  width: 200px;
  padding: 0.8em 0.5em;
  background: url(../img/main/downArrow.svg) no-repeat 95% 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #999;
  border-radius: 0px;
}

/* 01 introduce 인사말 */
.slogan {
  color: #3787FF;
  white-space: pre-line;
  padding-bottom: 30px;
  line-height: 1.3;
}
.greeting-img {
  width: 100%;
  overflow: hidden;
}
.greeting-img img {
  width: 100%;
}
.greeting-txt .company-label {
  font-size: 1.5em;
  font-weight: 500;
}
.greeting-txt p {
  padding: 2% 5%;
  font-size: 18px;
  line-height: 1.3;
}
.name-sign {
  text-align: right;
}
/* 01 introduce 연혁 */
.moving-icon {
  position: relative;
}
.moving-icon::before,
.moving-icon::after {
  content: "";
  position: absolute;
  background-image: url(../img/sub/history_bg.svg);
  background-size: contain;
  width: 150px;
  height: 150px;
  transition: all ease 3s 0s;
  opacity: 0.4;
}

.moving-icon::before {
  top: 0;
  left: 20%;
  animation: move1 5s linear alternate infinite;
}

@keyframes move1 {
  0% {
    top: 0;
    transform: rotate(0);
  }
  100% {
    top: 5%;
    transform: rotate(360deg);
  }
}

.moving-icon::after {
  top: 50%;
  right: 20%;
  animation: move2 3s linear alternate infinite;
}

@keyframes move2 {
  0% {
    top: 50%;
    transform: rotate(0);
  }
  100% {
    top: 55%;
    transform: rotate(360deg);
  }
}

.year {
  width: 50%;
  margin: 1rem auto;
  text-align: center;
}
.nthyear {
  font-weight: bold;
  font-size: 28px;
  padding: 2rem 0;
  border-bottom: 2px solid #cfcfcf;
  position: relative;
}
.nthyear::after {
  content: "";
  position: absolute;
  top: 87%;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: rgb(73, 138, 212);
}
.year-detail {
  font-weight: lighter;
  font-size: 20px;
  padding: 1rem 0 2rem 0;
}
.year-detail p {
  padding: 0.5rem 0;
  line-height: 1.1;
}
.year-detail p span.month-label {
  font-weight: 500;
}

/* 01 business 사업분야 */
.business-img {
  width: 100%;
  overflow: hidden;
}
.business-img img {
  width: 100%;
}
.business-txt {
  padding: 2% 5%;
  font-size: 18px;
  line-height: 1.3;
}
.business-txt li {
  margin: 20px 0;
}
.business-txt li.company-label {
  font-size: 1.5em;
  font-weight: 500;
  margin: 40px 0;
}
.business-txt li:has(img) {
  height: 200px;
  background-color: #EEE;
}

/* 01 introduce 주요고객사, 인증 및 특허 */
.customer-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.certificate-list {
  display: flex;
  justify-content: space-between;
}
.customer-list > div,
.certificate-list > div {
  margin-right: 0.5rem;
  margin-top: 1.5rem;
}
.certificate-list > div:nth-of-type(3) > div.hori > div {
  margin-top: 9%;
}
.certificate-list div > .sample-box {
  padding: 0.5rem;
  width: 20vw;
  border: 1px solid #dfdfdf;
}
.customer-list div > .sample-box {
  padding: 0.5rem;
  width: 20vw;
  height: 80%;
  border: 1px solid #dfdfdf;
}
.sample-box img {
  width: 100%;
}

.customer-list > div p,
.certificate-list > div p {
  margin: 0.5rem 0 2.5rem 0;
  padding: 0 0.5rem 0.5rem 0.5rem;
}

.certificate-list div {
  width: 30.333%;
  color: #000;
  text-align: center;
  position: relative;
  margin: 0 auto;
}
.certificate-list {
  margin-top: 2rem;
}
.certificate-list div > .sample-box {
  position: relative;
  margin: 0 auto;
}
/* 02 Product 제품소개 */
.elec-box {
  /* 전기강판 소개 */
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
.elec-box > div {
  width: 50%;
}
.elec-box .elec-img img {
  width: 90%;
}
.elec-txt {
  padding: 2rem;
}
.elec-txt .elec-tit {
  padding: 1.5rem 0;
  border-bottom: 1px solid #838383;
}

.elec-txt .elec-tit,
.pro-standard > p {
  font-family: "EliceDigitalBaeum_Bold";
  font-size: 34px;
  font-weight: bolder;
  color: #1843b1;
}
.elec-txt .elec-sub-txt {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 300;
}
.elec-kind {
  /* 전기강판 종류 */
  margin-bottom: 3rem;
  margin-top: 3rem;
  line-height: 1.4;
}
.elec-kind table thead tr {
  height: 3rem;
}

.elec-kind table thead th {
  background-color: #9ea8c1;
  color: #fff;
}
.pro-standard {
  margin-top: 7rem;
}
.pro-standard > p {
  /* 제품규격 */
  margin-bottom: 3rem;
}
.go {
  /* 방향성 테이블 */
  display: none;
}
.table {
  /*table*/
  table-layout: fixed;
  width: 100%;
  text-align: center;
}
.table th {
  background: #ecedf1;
}
.table td,
.table th {
  padding: 10px 20px;
  border-top: 1px solid #ccc;
  word-break: break-all;
  border: 1px solid #ccc;
}
.no table:nth-child(2) {
  margin-top: 3rem;
}
/* 02 Product 설비현황 */
.machinner {
  width: 100%;
  padding: 2% 5%;
}
.machinner__box {
  max-width: 1276px;
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
}
.big-one,
.big-two,
.small-one,
.small-two,
.cut-one,
.cut-two {
  margin-bottom: 6rem;
}
.machinner__box__left {
  display: flex;
  flex-direction: column;
  text-align: left;
  justify-content: center;
}
.machinner__box__right .mach-box-top {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 20px;
}
.machinner__box__left .mach-box-h2 {
  white-space: pre-line;
  line-height: 30px;
  font-size: 26px;
  color: #fb9b48;
}
.machinner__box__left .mach-box-p {
  white-space: pre-line;
  font-size: 18px;
  padding: 30% 0 0;
  line-height: 24px;
}
.machinner__box__right .mach-box-top .mach {
  margin: 0 1rem;
}
.machinner__box__right .mach-box-top .mach .imgbox {
  width: 140px;
  height: 140px;
}
.machinner__right__de-txt {
  text-align: center;
  padding: 2rem 0 1rem 0;
}
.machinner__box__right .mach-box-top .mach p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 300;
  letter-spacing: 1px;
}
.machinner__box__right .mach-box-top .mach p span {
  font-weight: bold;
  font-size: 18px;
}
.machinner__box__right .mach-box-top .mach .imgbox {
  background-image: url(../img/sub/box2.svg);
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.machinner__box__right .mach-box-top .mach:nth-of-type(1) .imgbox > img {
  width: 100px;
  height: 80px;
}
.machinner__box__right .mach-box-top .mach:nth-of-type(2) .imgbox > img {
  width: 120px;
  height: 90px;
}
.machinner__box__right .mach-box-top .mach:nth-of-type(3) .imgbox > img {
  width: 140px;
  height: 90px;
}
.move-tite {
  width: 100%;
  transition: top 1s linear;
  z-index: 5;
}
.mach-button {
  display: flex;
  justify-content: center;
  margin-top: 3.6rem;
}
.mach-button button:nth-of-type(1) {
  text-align: right;
}
.mach-button button:nth-of-type(2) {
  text-align: left;
}
.mach-button button span {
  font-size: 24px;
  font-weight: 700;
}
.machinner-imgbox {
  max-width: 1100px;
  margin: 0 auto;
}
.machimg-inner {
  margin: 4rem auto 4rem;
}
.slitting-txt-top-box,
.cutting-txt-top-box {
  background-color: #fff;
}
.mach-title {
  padding: 1rem 0;
  border-bottom: 1px dotted #000;
}
.txt-box-inner {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  display: flex;
}
.mach-title h2 {
  width: 50%;
  font-size: 45px;
  font-weight: bolder;
  display: flex;
  align-items: center;
  color: #434343;
}
.mach-title__txt .mach-title__txt__1 {
  display: flex;
}
.mach-title__txt .mach-title__txt__1 p {
  padding: 3% 0;
  margin-right: 1rem;
}
.mach-title__txt .mach-title__txt__1 p span {
  font-size: 16px;
  padding: 2px 8px;
  font-weight: 700;
  border: 0.5px solid #5e5e5e;
  border-radius: 15px;
}
.mach-title__txt .mach-title__txt__2 p {
  text-align: left;
  white-space: pre-line;
  line-height: 20px;
}
.machsubtit-btn {
  padding-top: 1rem;
}
.machsubtit-btn > ul {
  display: flex;
  justify-content: center;
}
.machsubtit-btn > ul > li {
  cursor: pointer;
  margin: 0 1%;
  padding: 7px 12px;
  border-radius: 25px;
  background-color: #fff;
  border: 2px solid #c9c9c9;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.machsubtit-btn > ul > li:hover {
  color: #1843b1;
  border: 2px solid #1843b1;
}
.machsubtit-btn > ul > li.active {
  background-color: #134eda;
  color: #fff;
  border: 2px solid #134eda;
}
.mach-tit {
  width: 100%;
  padding: 0.8rem 1rem 0.8rem 0;
  font: bold 40px/1 "GmarketSansBold";
  border-bottom: 1px solid #000;
}
.mach-txt {
  margin: 2rem 0;
  font: lighter 18px/1.5 "Noto Sans KR", sans-serif #1843b1;
}
.mach-txt .mach-txt__box {
  display: flex;
  flex-wrap: wrap;
}
.mach-txt .mach-txt__box > p:nth-of-type(1) {
  padding: 0.5% 2%;
  font: bold 18px/1.5 "IBMPlexSansKR-Text";
  border-radius: 25px;
  color: #134eda;
  border: 0.5px solid #134eda;
  margin-right: 5px;
  display: flex;
  align-items: center;
}
.mach-txt .mach-txt__box > p:nth-of-type(2) {
  padding: 1% 0;
  color: #47484b;
  font: bold 20px/1.5 "IBMPlexSansKR-Text";
}
.mach-txt .mach-txt__box > p:nth-of-type(1).active {
  color: #134eda;
  border: 0.5px solid #134eda;
}
.machimg-box {
  position: relative;
  margin-top: 5rem;
}
.machimg-box .sli-box,
.machimg-box .cut-box {
  position: relative;
  display: none;
}
.slitting-Swiper,
.minishear-Swiper,
.ctl-Swiper {
  z-index: -10;
}
.cut-box {
  margin-top: 4rem;
}

.go-btn,
.no-btn {
  font: normal 16px/1.5 "Noto Sans KR", sans-serif;
}
.color-box {
  width: 100%;
  margin-top: 1rem;
}
.color-box img {
  width: 100%;
}
.slide-box img {
  width: 100%;
}
.table-box--vertical::-webkit-scrollbar {
  width: 0.5px;
  position: absolute;
  top: 0;
}
.swiper-button-next {
  background: url(../img/common/circle-right-solid.svg) no-repeat;
  background-size: 50% auto;
  background-position: center;
  width: 6%;
  height: 10%;
}

.swiper-button-prev {
  background: url(../img/common/circle-left-solid.svg) no-repeat;
  background-size: 50% auto;
  background-position: center;
  width: 6%;
  height: 10%;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}
/* 02 Product 공정과정 */
.process-intro {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.process-intro div {
  width: 45%;
  margin-right: 5%;
}
.intro__txt__subtxt {
  white-space: pre-line;
}
.process-inner .process-intro > div > img,
.process-inner > div:nth-of-type(3) > img {
  width: 100%;
}
.process-inner > div:nth-of-type(3) {
  margin-top: 20vh;
}
.process-inner > div:nth-of-type(3) .process-tit1 {
  text-align: center;
}
.process-tit {
  border-bottom: 1px solid #838383;
  color: #1843b1;
  text-align: left;
  padding: 1.2rem 0;
  font-size: 30px;
  font-weight: bold;
}
.process-tit1 {
  text-align: center;
  color: #000;
  border-top: 1px solid #cbcbcb;
  border-bottom: 1px solid #cbcbcb;
}
.process-txt {
  text-align: left;
  padding: 1rem 0;
  font-size: 18px;
  line-height: 1.4;
}

/* 02 Product 공정과정 스마트팩토리 */

/* 02  Product process */
.ctl-Swiper .sw-sub-txt,
.sw-sub-ctltxt {
  font-size: 16px;
  margin-top: 0.5rem;
  line-height: 1.4;
}
.ctl-box .sw-sub-txt {
  padding: 1rem 0;
}
.ctl-box .sw-sub-txt span.sw-b,
.sw-sub-ctltxt span.sw-b {
  font-weight: bold;
  color: cornflowerblue;
}
.ctl-box .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ctl-box .wrapper .slide {
  width: 48%;
  float: left;
}
.ctl-box .wrapper .slide img {
  width: 100%;
}
/* 페이지 탑 */
.page-top {
  position: fixed;
  right: 9%;
  bottom: 5%;
  z-index: 90;
}
.page-top .bi-arrow-up-circle-fill {
  font-size: 35px;
  opacity: 0.5;
}
.page-top .bi-arrow-up-circle-fill:hover {
  cursor: pointer;
  opacity: 1;
}

/* 02 Handledproduct 취급제품 */
.handled-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.handled-box {
  display: flex;
  justify-content: space-between;
  padding: 3rem 0 6rem;
}
.intro__txt {
  text-align: right;
  position: relative;
}
.intro__txt > h2 {
  display: block;
  color: #b4b4b4;
}
.intro__txt > h3 {
  display: block;
  color: #0098fe;
  padding: 0.8rem 0;
}
.intro__txt > p {
  color: #000000;
}
.intro__txt > p:nth-of-type(1) {
  font-weight: 700;
  font-size: 18px;
}
.intro__txt > p:nth-of-type(2) {
  position: absolute;
  bottom: 0;
  right: 0;
}
.intro__img {
  width: 55%;
  background-color: #b4b4b4;
  overflow: hidden;
}
.intro__img img,
.core-img img {
  width: 100%;
}
.core-img {
  background-color: #b4b4b4;
}
.core-num2,
.core-num4 {
  text-align: right;
}

.core-text1,
.core-text3 {
  margin-left: 5%;
}

.core-text2 .core-tit,
.core-text4 .core-tit {
  text-align: right;
}

.core-text2,
.core-text4 {
  margin-right: 5%;
}

.core-text p {
  margin-top: 0.5rem;
}
.core-tit {
  font-weight: 700;
  font-size: 22px;
  padding: 0.5rem 0;
}
.core-subtit {
  white-space: pre-line;
  font-size: 18px;
  font-weight: 100 !important;
  line-height: 1.15;
}
.posco-go__txt__subtxt,
.japan-go__txt__subtxt {
  text-align: left;
}
.posco-no__txt__subtxt,
.japan-swgo__txt__subtxt {
  text-align: right;
}
