@charset "UTF-8";
/*
 * safe-area-inset 처리
 * $key - 넣을곳(padding-top, marin-bottom, ...)
 * $direction - 방향(top, right, bottom, left)
 * $value - 더해질 값(생략가능)
 */
.pc-display {
  display: block;
}

.mo-display {
  display: none;
}

.delighter {
  transform: translateY(100px);
  opacity: 0;
  transition: 0.5s;
}
.delighter.started {
  transform: translateY(0);
  opacity: 1;
}

.sub-content {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 280px;
  /* padding-top: 30px; */
  /* background-color: #444; */
  background-size: cover;
  background-position: 50%;
}
.sub-content .sub-title {
  position: relative;
  z-index: 2;
  width: 90%;
}
.sub-content .sub-title .title-type {
  position: relative;
  font-size: 42px;
  font-weight: 700;
  color: #000;
}
.sub-content .sub-title p {
  position: relative;
  font-size: 22px;
  font-weight: 500;
  margin-top: 34px;
  color: #7d7d7d;
}

.sub-content .btn-box {
  position: absolute;
  bottom: 43px;
  left: 50%;
  width: 30%;
  text-align: right;
}
.sub-content .btn-box .btn-type {
  padding: 0 18px;
  background: none;
  border-color: #fff;
  color: #fff;
}
.sub-content .btn-box .btn-type .ico-arr {
  background-image: url("data: image/svg+xml, %3Csvg width='29' height='54' viewBox='0 0 29 54' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath d='M28 53 2 27 28 1' stroke='%23fff' stroke-width='6' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E%0A");
}
.sub-content .btn-box .btn-type:hover {
  background: #000;
  border-color: #000;
}

.sub-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 531px;
  padding-top: 30px;
  /* background-color: #444; */
  background-size: cover;
  background-position: 50%;
}
.sub-visual .sub-title {
  position: relative;
  z-index: 2;
}
.sub-visual .sub-title .title-type {
  position: relative;
  font-size: 42px;
  font-weight: 700;
  color: #000;
}
.sub-visual .sub-title .title-type::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 14px;
  background-color: #E30011;
  border-radius: 50%;
}
.sub-visual .btn-box {
  position: absolute;
  bottom: 43px;
  left: 50%;
  width: 30%;
  text-align: right;
}
.sub-visual .btn-box .btn-type {
  padding: 0 18px;
  background: none;
  border-color: #fff;
  color: #fff;
}
.sub-visual .btn-box .btn-type .ico-arr {
  background-image: url("data: image/svg+xml, %3Csvg width='29' height='54' viewBox='0 0 29 54' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath d='M28 53 2 27 28 1' stroke='%23fff' stroke-width='6' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E%0A");
}
.sub-visual .btn-box .btn-type:hover {
  background: #000;
  border-color: #000;
}

.sub-nav {
  position: relative;
  /* border-bottom: 1px solid #d7d7d7; */
  margin-top: -69px;
  background-color: rgba(0,0,0,0.3);
  transition: 0.4s;
}
.sub-nav .inner-box {
  display: flex;
  align-items: center;
}
.sub-nav .inner-box .btn-home {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 69px;
  /* border-style: solid;
  border-width: 0 1px 0 1px;
  border-color: #d7d7d7; */
}
.sub-nav .inner-box .link-select {
  width: 240px;
}
.sub-nav .inner-box .link-select::after {
  right: 28px;
  width: 0;
  height: 0;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  border-left: 6px solid #FFFFFF;
  border-right: 6px solid transparent;
  transform: rotate(90deg);
  transform-origin: 50% 50%;
  margin-top: -2px;
}
.sub-nav .inner-box .link-select .list-select {
  left: -1px;
  width: calc(100% + 1px);
  border: 1px solid #d7d7d7;
}
.sub-nav .inner-box .link-select .list-select a {
  min-height: 30px;
  height: auto;
}
.sub-nav .inner-box .link-select a {
  padding-left: 30px;
  font-size: 16px;
  font-weight: 700;
}
.sub-nav .inner-box .link-select .current {
  height: 69px;
  border-bottom: 0;
  border-top: 0;
  border-left: 0;
  padding-right: 40px;
  color: #FFFFFF;
}
.sub-nav .inner-box .link-select.active::after {
  transform: rotate(-90deg) translateX(5px);
}
.sub-nav .inner-box .link-select.focus .current {
  color: #FFFFFF;
}
.sub-nav .inner-box .link-select.focus::after {
  border-left: 6px solid #FFFFFF;
}
.sub-nav .inner-box .sns-box {
  position: absolute;
  top: 0;
  right: 0;
}
.sub-nav .inner-box .sns-box .btn-share {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
}
.sub-nav .inner-box .sns-box .sns-pop {
  display: none;
  align-items: flex-start;
  position: absolute;
  right: 100%;
  top: 0;
  bottom: 0;
  min-width: 224px;
  padding: 0 0 0 20px;
  border: 1px solid #d7d7d7;
}
.sub-nav .inner-box .sns-box .sns-pop .list-sns {
  display: flex;
  align-items: center;
  height: 70px;
}
.sub-nav .inner-box .sns-box .sns-pop .list-sns li {
  margin-left: 10px;
}
.sub-nav .inner-box .sns-box .sns-pop .list-sns li:first-child {
  margin-left: 0;
}
.sub-nav .inner-box .sns-box .sns-pop .btn-close {
  padding: 10px;
}
.sub-nav .inner-box .sns-box.active .ico-share {
  background-image: url("data: image/svg+xml, %3Csvg width='24' height='28' viewBox='0 0 24 28' xmlns='http://www.w3.org/2000/svg' %3E%3Cg stroke='%23093389' stroke-width='1.5' fill='none' fill-rule='evenodd' %3E%3Ccircle cx='20' cy='4' r='3.25' /%3E%3Ccircle cx='20' cy='24' r='3.25' /%3E%3Ccircle cx='4' cy='14' r='3.25' /%3E%3Cpath stroke-linecap='square' d='m8.5 13.5 8-7M8.5 14.5l8 7' /%3E%3C/g%3E%3C/svg%3E%0A");
}
.sub-nav .inner-box .sns-box.active .sns-pop {
  display: flex;
}

.content-wrap {
  padding: 100px 0 180px;
}
.content-wrap .content-box {
  margin: 120px 0;
}
.content-wrap .content-box:first-child {
  margin-top: 0;
}
.content-wrap .content-box + .content-box.bg {
  margin-top: 120px;
}
.content-wrap .content-box + .content-box.bg + .content-box.bg {
  margin-top: 0;
}
.content-wrap .content-box.bg {
  margin-top: 0;
  padding: 100px 0;
  background-color: #f4f5f7;
}
.content-wrap .content-box.bg.bg2 {
  background-color: #e1e4e8;
}
.content-wrap .content-box.webzine {
  overflow: hidden;
}
.content-wrap .content-box + .full-img {
  margin-top: 120px;
}
.content-wrap.is-last-bg {
  padding-bottom: 0;
}

.info-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 380px;
  padding: 50px 0;
  background-color: #666;
  background-position: 50%;
  background-size: cover;
  text-align: center;
}
.info-wrap .info-title {
  font-weight: 500;
  font-size: 32px;
  line-height: 1.55;
  color: #fff;
}
.info-wrap .btn-wrap {
  margin-top: 30px;
}

.full-img {
  position: relative;
  height: 0;
  padding-bottom: 31.8%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}

.full-box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 360px;
  padding: 50px 30px;
}
.full-box img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.full-box .text {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  line-height: 1.6;
  text-align: center;
}

.content-img {
  text-align: center;
}
.content-img img, .content-img object {
  width: auto;
  vertical-align: top;
  margin: 0 auto;
}
.content-img + [class^=list-detail] {
  margin-top: 68px;
}

.content-btn {
  margin-bottom: 70px;
  padding-block: 70px;
  text-align: center;
}

.content-btn.bg {
  background-color: #f4f5f7;
}

.video-box .img-flex {
  width: 70%;
  padding-bottom: 40%;
  margin: 0 auto;
}

.editor-box img {
  width: auto;
  max-width: 720px;
}

@media all and (max-width: 1024px) {
  .scroll-wrap {
    position: relative;
    /* .table-wrap & {
    	&::after {
    		background: linear-gradient(to right, transparent, #fff);
    	}
    }

    .global-wrap & {
    	&::after {
    		background: linear-gradient(to right, transparent, #000);
    	}
    } */
  }
  .scroll-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100px;
    background: linear-gradient(to right, transparent, #fff);
    opacity: 1;
    transition: 0.3s;
  }
  .scroll-wrap.shadow-none::after {
    opacity: 0;
  }
  .editor-box img {
    width: 100%;
    max-width: 100%;
  }
}
@media all and (min-width: 768px) and (max-width: 1439px) {
  .content-img img {
    max-width: 100%;
  }
  .content-img object {
    max-width: 100%;
  }
  .video-box .img-flex {
    width: 100%;
    padding-bottom: 58%;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .sub-visual .btn-box {
    width: auto;
    transform: translateX(-50%);
  }
  .info-wrap .btn-wrap {
    display: flex;
    flex-direction: column;
  }
  .info-wrap .btn-wrap .btn-type {
    margin-top: 16px;
    margin-left: 0;
  }
}
@media all and (max-width: 767px) {
  .pc-display {
    display: none;
  }
  .mo-display {
    display: block;
  }
  .sub-visual {
    height: 250px;
    padding-top: 60px;
  }
  .sub-visual .sub-title .title-type {
    font-size: 33px;
  }
  .sub-visual .sub-title .title-type::after {
    width: 8px;
    height: 8px;
    margin-left: 7px;
  }
  .content-wrap {
    padding: 55px 0 100px;
  }
  .content-wrap .content-box {
    margin-top: 70px;
  }
  .content-wrap .content-box + .content-box.bg {
    margin-top: 70px;
  }
  .content-wrap .content-box + .content-box.bg + .content-box.bg {
    margin-top: 0;
  }
  .content-wrap .content-box.bg {
    padding: 70px 0;
  }
  .content-wrap .content-box + .full-img {
    margin-top: 60px;
  }
  .content-wrap .content-box .inner-box .content-img {
    margin-left: -20px;
    margin-right: -20px;
  }
  .content-wrap .content-box .inner-box .content-img img {
    width: 100%;
  }
  .content-wrap .content-box .inner-box .tab-type {
    margin-top: -20px;
    margin-left: -20px;
    margin-right: -20px;
  }
  .info-wrap {
    min-height: 219px;
    height: auto;
    padding: 50px 20px;
  }
  .info-wrap .info-title {
    font-size: 22px;
  }
  .info-wrap .info-title span {
    display: block;
  }
  .info-wrap .btn-wrap {
    margin-top: 20px;
  }
  .info-wrap .btn-wrap .btn-type {
    justify-content: space-between;
    width: 70%;
    margin-top: 7px;
    margin-left: 0;
  }
  .info-wrap .btn-wrap .btn-type:only-child {
    width: 100%;
  }
  .full-box {
    min-height: auto;
  }
  .full-box .text {
    font-size: 18px;
  }
  .video-box {
    position: relative;
    margin-left: -20px;
    margin-right: -20px;
  }
  .video-box .img-flex {
    width: 100%;
    padding-bottom: 60%;
  }
  .bg .video-box {
    margin-top: -70px;
    margin-bottom: -70px;
  }
  .content-btn {
    margin-bottom: 30px;
    padding-block: 30px;
  }
}
@media all and (max-width: 1024px) {
  .sub-nav {
    display: none;
  }
}
/*
 * safe-area-inset 처리
 * $key - 넣을곳(padding-top, marin-bottom, ...)
 * $direction - 방향(top, right, bottom, left)
 * $value - 더해질 값(생략가능)
 */
.pdf-wrap {
  display: flex;
  justify-content: space-between;
}
.pdf-wrap .list-pdf {
  display: flex;
  width: 1072px;
}
.pdf-wrap .list-pdf li {
  position: relative;
  margin-left: 38px;
  text-align: center;
}
.pdf-wrap .list-pdf li:first-child {
  margin-left: 0;
}
.pdf-wrap .list-pdf li .img-box {
  display: block;
  width: 332px;
  height: 423px;
  border: 1px solid #d7d7d7;
  transition: 0.3s;
}
.pdf-wrap .list-pdf li .img-box img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pdf-wrap .list-pdf li .img-box:hover {
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.16);
  border-color: #093389;
}
.pdf-wrap .list-pdf li .title-box {
  margin-top: 30px;
}
.pdf-wrap .list-pdf li .title-box strong {
  display: block;
  font-size: 24px;
  font-weight: 500;
}
.pdf-wrap .list-pdf li .btn-wrap {
  margin-top: 30px;
}

.box-wrap {
  margin-bottom: 100px;
}
.box-wrap .list-box {
  display: flex;
}
.box-wrap .list-box li {
  width: 100%;
  margin-left: 28px;
  padding: 46px 10px;
  background-color: #f4f5f7;
  text-align: center;
}
.box-wrap .list-box li:first-child {
  margin-left: 0;
}
.box-wrap .list-box li dl dt {
  height: 44px;
  font-size: 18px;
  color: #666;
}
.box-wrap .list-box li dl dd {
  font-size: 28px;
  font-weight: 700;
}

.iframe-wrap {
  width: 750px;
  margin: 0 auto 50px;
}

.news-swiper .news-box {
  display: flex;
  align-items: center;
}
.news-swiper .news-box .img-flex {
  width: 50%;
  padding-bottom: 29%;
}
.news-swiper .news-box .text-box {
  width: 50%;
  padding-left: 50px;
  padding-bottom: 50px;
  padding-right: 100px;
}
.news-swiper .news-box .text-box .date {
  font-size: 18px;
  color: #666;
}
.news-swiper .news-box .text-box .title {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 40px;
  font-size: 32px;
}
.news-swiper .news-box .text-box .desc {
  margin-top: 20px;
  font-size: 20px;
  color: #303030;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 34px;
  white-space: initial;
  height: 170px;
}
.news-swiper .swiper-button-box {
  top: auto;
  bottom: 0;
  left: calc(50% + 50px);
}

.webzine-wrap {
  display: flex;
  align-items: center;
}
.webzine-wrap .update-webzine {
  width: 44%;
  text-align: center;
}
.webzine-wrap .update-webzine .img-webzine {
  position: relative;
}
.webzine-wrap .update-webzine .img-webzine::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 20px;
  background-color: #fff;
  box-shadow: 0 16px 24px 0 rgba(0, 0, 0, 0.16);
}
.webzine-wrap .update-webzine .img-flex {
  overflow: hidden;
  padding-bottom: 62%;
}
.webzine-wrap .update-webzine .img-flex img {
  left: 40px;
  right: 40px;
  width: calc(100% - 80px);
  height: 440px;
}
.webzine-wrap .update-webzine .img-flex:hover img {
  transform: scale(1.2);
}
.webzine-wrap .update-list {
  width: 56%;
  padding-left: 90px;
}
.webzine-wrap .update-list > .desc {
  font-weight: 500;
  font-size: 18px;
}
.webzine-wrap .update-list > .title {
  display: block;
  margin-top: 22px;
  font-size: 36px;
}
.webzine-wrap .update-list ul {
  margin-top: 58px;
}
.webzine-wrap .update-list ul li .title-box {
  display: flex;
  align-items: center;
}
.webzine-wrap .update-list ul li .title-box .title {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 10px;
  font-weight: 500;
  font-size: 20px;
  transition: 0.3s;
}
.webzine-wrap .update-list ul li .title-box .ico-arr {
  min-width: 12px;
}
.webzine-wrap .update-list ul li .title-box:hover .title {
  color: #093389;
}
.webzine-wrap .update-list ul li .title-box:hover .ico-arr {
  min-width: 61px;
  height: 11px;
  background-image: url(../images/icon/more_bk.svg);
  transform: rotate(0);
}

@media all and (min-width: 768px) and (max-width: 1439px) {
  .pdf-wrap {
    flex-direction: column;
  }
  .pdf-wrap .list-pdf {
    overflow: hidden;
    overflow-x: scroll;
    width: auto;
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: -50px;
    padding: 0 30px 50px;
  }
  .box-wrap .list-box {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: -28px;
    margin-left: -28px;
  }
  .box-wrap .list-box li {
    width: calc(50% - 28px);
    margin-top: 28px;
    margin-left: 28px;
  }
  .box-wrap .list-box li:first-child {
    margin-left: 28px;
  }
}
@media all and (min-width: 1025px) {
  .box-wrap .list-box li {
    width: calc(33% - 28px);
  }
}
@media all and (max-width: 1024px) {
  .news-swiper .news-box {
    flex-direction: column;
  }
  .news-swiper .news-box .img-flex {
    width: 100%;
    margin-bottom: 50px;
    padding-bottom: 58%;
  }
  .news-swiper .news-box .text-box {
    width: 100%;
    padding-left: 0;
    padding-bottom: 0;
    padding-right: 0;
    text-align: center;
    opacity: 0;
    transition: 0.3s;
  }
  .news-swiper .swiper-slide.swiper-slide-active .news-box {
    opacity: 1;
  }
  .news-swiper .swiper-slide.swiper-slide-active .news-box .text-box {
    opacity: 1;
  }
  .news-swiper .swiper-button-box {
    justify-content: center;
    position: initial;
  }
  .webzine-wrap .update-list {
    padding-left: 50px;
  }
}
@media all and (max-width: 767px) {
  .sub-wrap.business-product .content-box.bg .title-wrap2 {
    text-align: center;
  }
  .pdf-wrap {
    flex-direction: column;
  }
  .pdf-wrap .list-pdf {
    overflow: hidden;
    overflow-x: scroll;
    width: auto;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -50px;
    padding: 0 20px 50px;
  }
  .pdf-wrap .list-pdf li {
    margin-left: 12px;
  }
  .pdf-wrap .list-pdf li:first-child {
    margin-left: 0;
  }
  .pdf-wrap .list-pdf li .img-box {
    width: 150px;
    height: 204px;
  }
  .pdf-wrap .list-pdf li .title-box {
    margin-top: 20px;
  }
  .pdf-wrap .list-pdf li .title-box strong {
    font-size: 16px;
  }
  .pdf-wrap .list-pdf li .btn-wrap {
    position: absolute;
    top: 156px;
    right: 1px;
    margin-top: 0;
  }
  .box-wrap {
    margin-bottom: 60px;
  }
  .box-wrap .list-box {
    flex-direction: column;
  }
  .box-wrap .list-box li {
    margin-left: 0;
    margin-top: 13px;
    padding: 23px 18px;
  }
  .box-wrap .list-box li:first-child {
    margin-top: 0;
  }
  .box-wrap .list-box li dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .box-wrap .list-box li dl dt {
    height: auto;
    font-size: 16px;
    text-align: left;
  }
  .box-wrap .list-box li dl dd {
    margin-top: 0;
    font-size: 20px;
  }
  .iframe-wrap {
    width: 100%;
    margin-bottom: 50px;
  }
  .news-swiper {
    margin: 0 -20px;
  }
  .news-swiper .news-box {
    flex-direction: column;
    opacity: 0.6;
    transition: 0.3s;
  }
  .news-swiper .news-box .img-flex {
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 58%;
  }
  .news-swiper .news-box .text-box {
    width: 100%;
    padding-left: 0;
    padding-bottom: 0;
    padding-right: 0;
    text-align: center;
    opacity: 0;
    transition: 0.3s;
  }
  .news-swiper .news-box .text-box .date {
    font-size: 14px;
  }
  .news-swiper .news-box .text-box .title {
    margin-top: 12px;
    font-size: 22px;
  }
  .news-swiper .news-box .text-box .desc {
    margin-top: 16px;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 23px;
    white-space: initial;
    height: 115px;
  }
  .news-swiper .swiper-slide.swiper-slide-active .news-box {
    opacity: 1;
  }
  .news-swiper .swiper-slide.swiper-slide-active .news-box .text-box {
    opacity: 1;
  }
  .news-swiper .swiper-button-box {
    position: initial;
  }
  .webzine-wrap {
    position: relative;
    flex-direction: column;
    padding-top: 40px;
  }
  .webzine-wrap .update-webzine {
    width: 100%;
  }
  .webzine-wrap .update-webzine .img-flex {
    width: 98%;
    padding-bottom: 65%;
    margin: 0 auto;
  }
  .webzine-wrap .update-webzine .img-flex::after {
    height: 10px;
  }
  .webzine-wrap .update-webzine .img-flex img {
    left: 10px;
    right: 10px;
    width: calc(100% - 20px);
  }
  .webzine-wrap .update-list {
    width: 100%;
    padding-left: 0;
  }
  .webzine-wrap .update-list > .desc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 18px;
    letter-spacing: -0.5px;
  }
  .webzine-wrap .update-list > .title {
    margin-top: 36px;
    font-size: 22px;
  }
  .webzine-wrap .update-list ul {
    flex-direction: column;
    margin-top: 15px;
  }
  .webzine-wrap .update-list ul li {
    width: 100%;
    margin-left: 0;
  }
  .webzine-wrap .update-list ul li .title-box .title {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
  }
}
/*
 * safe-area-inset 처리
 * $key - 넣을곳(padding-top, marin-bottom, ...)
 * $direction - 방향(top, right, bottom, left)
 * $value - 더해질 값(생략가능)
 */
.agree-wrap {
  border: 1px solid #d7d7d7;
}
.agree-wrap .agree-box {
  overflow: hidden;
  overflow-y: auto;
  height: 240px;
  padding: 50px;
  font-size: 16px;
  line-height: 1.7;
}
.agree-wrap .check-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 25px 0;
  background-color: #f4f5f7;
  text-align: center;
}
.agree-wrap .check-wrap .msg {
  display: none;
  align-items: center;
  margin-left: 20px;
  font-size: 14px;
  letter-spacing: -0.5px;
  color: #f73636;
}
.agree-wrap .check-wrap [class^=ico-] {
  margin-right: 6px;
}
.agree-wrap .check-wrap .check-box.invalid + .msg {
  display: inline-flex;
}

.brochure-wrap {
  display: flex;
  align-items: center;
}
.brochure-wrap .img-box {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
}
.brochure-wrap .img-box img {
  width: auto;
  height: 267px;
  -o-object-fit: cover;
     object-fit: cover;
}
.brochure-wrap > .btn-type {
  margin-left: 100px;
}
.brochure-wrap.full {
  margin-top: 120px;
  padding: 0 40px;
  background: #f4f5f7;
}
.brochure-wrap.full .inner-box {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 120px 0;
}
.brochure-wrap.full .text-box {
  margin-left: 90px;
  font-size: 32px;
  line-height: 1.6;
}
.brochure-wrap.full .text-box p strong {
  display: block;
}
.brochure-wrap.full .text-box .btn-type {
  margin-top: 26px;
  border-color: #d7d7d7;
}

.promotion-wrap {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
  padding-right: 40px;
  padding-bottom: 100px;
}
.promotion-wrap .img-flex {
  width: calc(100% - 285px);
  padding-bottom: 38%;
}
.promotion-wrap .narration-box {
  width: 285px;
  margin-left: 38px;
}
.promotion-wrap .narration-box .btn-narration {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 26px 0;
  border-bottom: 1px solid #d7d7d7;
  font-weight: 500;
  font-size: 22px;
}
.promotion-wrap .narration-box .text-box {
  display: none;
  overflow: hidden;
  overflow-y: auto;
  height: 250px;
  margin: 30px 0;
  font-size: 18px;
  line-height: 1.6;
}
.promotion-wrap .narration-box.active {
  border-bottom: 1px solid #d7d7d7;
}
.promotion-wrap .narration-box.active .btn-narration {
  border-color: #000;
}
.promotion-wrap .narration-box.active .btn-narration .ico-more2 {
  width: 18px;
  height: 2px;
  background: #000;
  -webkit-mask: none;
}
.promotion-wrap .narration-box.active .text-box {
  display: block;
}

@media all and (min-width: 768px) and (max-width: 1024px) {
  .promotion-wrap {
    flex-direction: column;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .promotion-wrap .img-flex {
    width: 100%;
    padding-bottom: 60%;
  }
  .promotion-wrap .narration-box {
    width: 100%;
    margin-left: 0;
  }
  .promotion-wrap .narration-box .text-box {
    height: 130px;
  }
  .brochure-wrap {
    flex-direction: column;
  }
  .brochure-wrap.full {}
  .brochure-wrap.full .inner-box {
    flex-direction: column;
  }
  .brochure-wrap.full .inner-box .img-box {
    margin-bottom: 20px;
  }
  .brochure-wrap.full .text-box {
    width: 100%;
    margin-left: 0;
  }
  .brochure-wrap .img-box img {
    width: 100%;
    height: auto;
  }
  .brochure-wrap > .btn-type {
    margin-left: 0;
    margin-top: 40px;
  }
}
@media all and (max-width: 767px) {
  .sub-wrap.customer-promotion .board-wrap.tab .board-body {
    border-top: 0;
  }
  .agree-wrap .agree-box {
    height: 170px;
    padding: 15px 10px;
    font-size: 15px;
  }
  .agree-wrap .check-wrap {
    padding: 15px;
  }
  .agree-wrap .check-wrap .msg {
    justify-content: center;
    position: absolute;
    top: calc(100% + 15px);
    left: 0;
    transform: translateY(0);
    width: 100%;
    margin-left: 0;
    font-size: 11px;
  }
  .agree-wrap .check-wrap [class^=ico-] {
    margin-right: 6px;
  }
  .agree-wrap .check-wrap .check-box {
    margin-left: 0;
  }
  .agree-wrap + .btn-wrap {
    margin-top: 60px;
  }
  .brochure-wrap {
    flex-direction: column;
  }
  .brochure-wrap .img-box {
    min-width: 149px;
  }
  .brochure-wrap .img-box img {
    width: 100%;
    height: auto;
  }
  .brochure-wrap > .btn-type {
    margin-left: 0;
    margin-top: 40px;
  }
  .brochure-wrap.full {
    padding: 0;
  }
  .brochure-wrap.full .inner-box {
    padding: 70px 35px 50px;
    flex-direction: column;
  }
  .brochure-wrap.full .text-box {
    order: -1px;
    width: 100%;
    margin-left: 0;
    font-size: 16px;
  }
  .brochure-wrap.full .text-box p strong {
    margin-bottom: 6px;
    font-size: 22px;
  }
  .brochure-wrap.full .text-box .btn-type {
    height: 40px;
    margin-left: 0;
  }
  .brochure-wrap.full .img-box {
    margin-bottom: 20px;
  }
  .promotion-wrap {
    flex-direction: column;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .promotion-wrap .img-flex {
    width: 100%;
    padding-bottom: 60%;
  }
  .promotion-wrap .narration-box {
    width: 100%;
    margin-top: 12px;
    margin-left: 0;
  }
  .promotion-wrap .narration-box .btn-narration {
    padding: 16px 0;
    font-size: 16px;
  }
  .promotion-wrap .narration-box .text-box {
    height: 130px;
    margin: 15px 0;
    font-size: 15px;
  }
}
/*
 * safe-area-inset 처리
 * $key - 넣을곳(padding-top, marin-bottom, ...)
 * $direction - 방향(top, right, bottom, left)
 * $value - 더해질 값(생략가능)
 */
.sub-wrap.business-product .content-box.bg {
  /* margin-top: 0; */
  padding: 0px 0 200px 0;
  /* background: linear-gradient(-180deg, #fff 200px, #f4f5f7 200px); */
}
.sub-wrap.business-solution .full-img {
  background-image: url(../images/business/full_solution.jpg);
}
.sub-wrap.business-success .title-wrap.v2 {
  margin-bottom: 50px;
}
.sub-wrap.business-success .title-wrap:only-child {
  margin-bottom: 0;
}
.sub-wrap.network-main .list-gallery li .img-flex img {
  -o-object-fit: cover;
     object-fit: cover;
}
.sub-wrap.business-solution .img-flex img, .sub-wrap.business-3depth .img-flex img, .sub-wrap.business-4depth .img-flex img {
  -o-object-fit: contain;
     object-fit: contain;
}

.summary-wrap ul {
  display: flex;
  justify-content: center;
}
.summary-wrap ul li {
  display: flex;
  align-items: center;
  margin-left: 115px;
}
.summary-wrap ul li:first-child {
  margin-left: 0;
}
.summary-wrap ul li [class^=ico-] {
  margin-right: 12px;
}
.summary-wrap ul dl {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
.summary-wrap ul dl dt {
  color: #666;
}
.summary-wrap ul dl dd strong {
  font-size: 42px;
}

.map-wrap {
  margin-top: 85px;
  background-color: #e1e7ef;
}
.map-wrap .map-box {
  position: relative;
  overflow: hidden;
  overflow-x: auto;
}
.map-wrap .map-box .map-object {
  display: block;
  width: 100%;
}
.map-wrap .map-box .area-box {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: 18.5vw;
  margin-top: -5.5vw;
}
.map-wrap .map-box .area-box.active {
  z-index: 5;
}
.map-wrap .map-box .area-box.korea {
  margin-left: -11.5vw;
  margin-top: -5.5vw;
}
.map-wrap .map-box .area-box.asia {
  margin-left: -16vw;
  margin-top: 0.5vw;
}
.map-wrap .map-box .area-box.oceania {
  margin-left: -10.5vw;
  margin-top: 8.5vw;
}
.map-wrap .map-box .area-box.middle {
  margin-left: -32vw;
  margin-top: -3vw;
}
.map-wrap .map-box .area-box.eu {
  margin-left: -36.6vw;
  margin-top: -8.6vw;
}
.map-wrap .map-box .area-box.africa {
  margin-left: -33.5vw;
  margin-top: 3vw;
}
.map-wrap .map-box .area-box .title-box strong {
  font-size: 1.1vw;
  font-weight: 500;
  letter-spacing: -1px;
}
.map-wrap .map-box .area-box .title-box .ico-pin {
  display: block;
  width: 2.2vw;
  height: 2.4vw;
  margin: 0 auto;
  background: url(../images/icon/pin.svg) no-repeat;
  background-size: cover;
}
.map-wrap .map-box .area-box .title-box .ico-pin.v2 {
  background-image: url(../images/icon/pin2.svg);
}
.map-wrap .map-box .area-box .list-box {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: calc(100% + 20px);
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 15px;
  border-radius: 20px;
  white-space: nowrap;
  background-color: #fff;
  box-shadow: 0 0 8px 8px rgba(0, 0, 0, 0.1);
}
.map-wrap .map-box .area-box .list-box::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -4px;
  border-bottom: 6px solid transparent;
  border-top: 6px solid transparent;
  border-left: 8px solid #fff;
  border-right: 8px solid transparent;
  transform: rotate(90deg);
}
.map-wrap .map-box .area-box .list-box .item {
  margin: 0 4px;
  font-size: 0.9vw;
  font-weight: 500;
}
.map-wrap .map-box .area-box .list-box .item strong {
  margin-left: 4px;
}
.map-wrap .map-box .area-box .list-box .ico-arr {
  margin-left: 4px;
}

.solution-wrap ul {
  overflow: hidden;
  margin-left: -21px;
  margin-top: -14px;
}
.solution-wrap ul li {
  float: left;
  position: relative;
  width: calc(25% - 21px);
  margin-left: 21px;
  margin-top: 14px;
  background-color: #303030;
}
.solution-wrap ul li:first-child {
  width: calc(50% - 21px);
}
.solution-wrap ul li:first-child .img-flex {
  padding-bottom: 58%;
}
.solution-wrap ul li > a {
  display: block;
  position: relative;
}
.solution-wrap ul li > a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #093389;
  opacity: 0;
  transition: 0.3s;
}
.solution-wrap ul li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 50%;
  background: linear-gradient(to bottom, transparent, #000);
  opacity: 0.8;
}
.solution-wrap ul li > a .img-flex {
  transition: 0.3s;
}
.solution-wrap ul li > a .title-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  padding: 28px 30px;
  color: #fff;
}
.solution-wrap ul li > a .title-box .sub {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
}
.solution-wrap ul li > a .title-box .title {
  display: inline-flex;
  align-items: center;
  height: 60px;
  transform: translateY(100%);
  font-size: 24px;
  transition: 0.3s;
}
.solution-wrap ul li > a .title-box .desc {
  height: 45px;
  margin-top: 10px;
  font-size: 18px;
  letter-spacing: -1px;
  opacity: 0;
  transform: translateY(100%);
  transition: 0.3s;
}
.solution-wrap ul li > a .title-box .ico-more {
  display: none;
  margin-left: 10px;
  opacity: 0;
  transition: 0.3s;
}
.solution-wrap ul li > a .title-box .ico-arr {
  width: 15px;
  height: 15px;
  margin-left: 5px;
  background-image: url("data: image/svg+xml, %3Csvg width='29' height='54' viewBox='0 0 29 54' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath d='M28 53 2 27 28 1' stroke='%23ffffff' stroke-width='6' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E%0A");
  vertical-align: baseline;
}
.solution-wrap ul li > a:hover {
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.16);
}
.solution-wrap ul li > a:hover::after {
  opacity: 1;
}
.solution-wrap ul li > a:hover .img-flex {
  opacity: 0.5;
}
.solution-wrap ul li > a:hover .title-box .title {
  transform: translateY(0);
}
.solution-wrap ul li > a:hover .title-box .desc {
  transform: translateY(0);
}
.solution-wrap ul li > a:hover .title-box .desc, .solution-wrap ul li > a:hover .title-box .ico-more {
  opacity: 1;
}
.solution-wrap ul li.contact > a::before {
  display: none;
}
.solution-wrap ul li.contact > a .title-box .title {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  transform: translateY(0);
}
.solution-wrap ul li.contact > a .ico-contact {
  position: absolute;
  top: 30px;
  right: 30px;
}
.solution-wrap ul li.contact > a .ico-arr {
  transition: 0.3s;
}
.solution-wrap ul li.contact > a:hover .ico-arr {
  transform: rotate(180deg) translateX(-10px);
}

.product-top .list-product {
  display: flex;
  margin-left: -28px;
  margin-top: -28px;
}
.product-top .list-product li {
  width: calc(25% - 28px);
  margin-top: 28px;
  margin-left: 28px;
}
.product-top .list-product li a {
  display: block;
  position: relative;
}
.product-top .list-product li a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: 0.3s;
}
.product-top .list-product li.active a,
.product-top .list-product li a:hover {
  border: 1px solid #000;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.16);
}
.product-top .list-product li.active a::after,
.product-top .list-product li a:hover::after {
  opacity: 0;
}
.product-top .list-product li .title {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  width: 90%;
  font-size: 32px;
  font-weight: 500;
  color: #fff;
  text-align: center;
}

.product-desc {
  position: relative;
  margin-top: 36px;
}
.product-desc .title-box .title {
  font-size: 76px;
  font-weight: 700;
}
.product-desc .title-box .title > span {
  margin-left: 10px;
  font-size: 20px;
  font-weight: 500;
  color: #6f9600;
  display: block;
}
.product-desc .title-box .desc {
  padding-right: 2;
  margin-top: 20px;
  font-size: 20px;
  line-height: 1.6;
}
.product-desc .title-box .desc > span {
  display: block;
}

/* =========================================
   제품 상세 설명 2열 레이아웃 (Product Description)
   ========================================= */

/* 1. PC 및 태블릿 (가로 배치) */
.product-desc {
    display: flex;           /* 플렉스 박스 적용 (가로 정렬의 핵심) */
    justify-content: space-between; /* 좌우 요소를 양 끝으로 배치 */
    align-items: flex-start; /* 상단 기준 정렬 (중앙 정렬 원하면 center 로 변경) */
    gap: 40px;               /* 텍스트와 이미지 사이의 간격 */
    margin-bottom: 60px;     /* 하단 여백 */
}

/* 텍스트 영역 (왼쪽) */
.product-desc .title-box {
    width: 60%;              /* 텍스트 영역 너비 (조절 가능) */
    word-break: keep-all;    /* 한글 단어 잘림 방지 */
}

/* 이미지 영역 (오른쪽) */
.product-desc .title-img {
    width: 40%;              /* 이미지 영역 너비 (조절 가능) */
    text-align: right;       /* 이미지를 우측 정렬 */
}

/* 이미지 반응형 처리 */
.product-desc .title-img img {
    max-width: 100%;         /* 부모 영역을 넘지 않도록 설정 */
    height: auto;            /* 비율 유지 */
    /* border-radius: 10px;     모서리 둥글게 (선택 사항) */
    display: block;
}




/* 2. 모바일 반응형 (세로 배치) 
   화면 폭이 768px 이하일 때는 위아래로 떨어지게 설정 */
@media screen and (max-width: 768px) {
    .product-desc {
        flex-direction: column; /* 세로 방향으로 변경 */
        gap: 30px;
    }

    .product-desc .title-box,
    .product-desc .title-img {
        width: 100%; /* 너비를 꽉 차게 변경 */
    }
    
    .product-desc .title-img {
        text-align: center; /* 모바일에서는 이미지 가운데 정렬 */
    }
}

.product-desc .btn-wrap {
  position: absolute;
  bottom: 10px;
  right: 0;
}
.product-desc .btn-wrap .btn-type {
  min-width: 127px;
}

.product-type {
  margin-top: 230px;
}
.product-type a {
  display: block;
}
.product-type .list-depth1 {
  display: flex;
  flex-wrap: wrap;
  margin-top: -24px;
  margin-left: -24px;
}
.product-type .list-depth1 > li {
  width: calc(33.33% - 24px);
  min-height: 190px;
  margin-top: 24px;
  margin-left: 24px;
  padding: 45px 50px 40px;
  background-color: #fff;
}
.product-type .list-depth1 > li .title {
  font-size: 32px;
}
.product-type .list-depth1 > li.is-depth3 {
  width: calc(100% - 24px);
}
.product-type .list-depth1 > li.is-depth3 .list-depth2 {
  display: flex;
}
.product-type .list-depth1 > li.is-depth3 .list-depth2 > li {
  width: 50%;
  margin-right: 95px;
}
.product-type .list-depth1 > li.is-depth3 .list-depth2 > li:nth-child(n+2) {
  padding-left: 60px;
  border-left: 1px solid #d7d7d7;
}
.product-type .list-depth1 > li.is-depth3 .list-depth2 > li > a {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 500;
}
.product-type .list-depth1 > li.is-depth3 .list-depth2 > li > a .ico-arr {
  width: 18px;
  height: 18px;
  margin-top: -2px;
  margin-left: 4px;
}
.product-type .list-depth1 > li.is-depth3 .list-depth2 > li > a:hover {
  color: #093389;
  text-decoration: none;
}
.product-type .list-depth1 > li.is-depth3 .list-depth2 > li > a:hover .ico-arr {
  width: 61px;
  height: 11px;
  background-image: url(../images/icon/more_b.svg);
  transform: rotate(0) translateX(10px);
}
.product-type .list-depth2 {
  margin-top: 20px;
}
.product-type .list-depth2 li a:hover {
  text-decoration: underline;
  text-underline-position: under;
}
.product-type .list-depth2 > li > a {
  padding: 15px 0;
  font-size: 18px;
}
.product-type .list-depth3 {
  position: relative;
}
.product-type .list-depth3:nth-of-type(n+2) {
  padding-top: 10px;
  margin-top: 10px;
}
.product-type .list-depth3:nth-of-type(n+2)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 1px;
  background-color: #aaa;
}
.product-type .list-depth3 > li > a {
  padding: 15px 0;
  font-size: 18px;
}

.product-intro {
  display: flex;
  align-items: center;
  height: 600px;
  margin-top: 100px;
  background: url(../images/business/product_depth3_01.png) 50% 50% no-repeat;
  background-size: cover;
}
.product-intro .text-box {
  font-size: 20px;
  line-height: 1.8;
  color: #fff;
}

.detail-top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  height: 586px;
  padding-left: 634px;
}
.detail-top .img-box {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 586px;
}
.detail-top .img-box .swiper-button-prev {
  left: 20px;
}
.detail-top .img-box .swiper-button-next {
  right: 20px;
}
.detail-top .img-box .swiper-button-next.swiper-button-disabled, .detail-top .img-box .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.detail-top .category {
  font-size: 18px;
  color: #093389;
}
.detail-top .title-wrap2 {
  position: initial;
  margin-top: 20px;
  margin-bottom: 15px;
}
.detail-top .title-wrap2 .title-type {
  font-size: 38px;
  letter-spacing: -1px;
}
.detail-top .desc {
  font-size: 20px;
  line-height: 1.8;
}
.detail-top .btn-wrap {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 0;
}
.detail-top .btn-wrap .btn-type {
  border-color: #d7d7d7;
}
.detail-top .tag-box {
  margin-top: 70px;
}
.detail-top + .detail-wrap {
  margin-top: 100px;
  padding-top: 100px;
  border-top: 1px solid #d7d7d7;
}
.detail-top.v2 {
  height: 501px;
  padding-left: 748px;
}
.detail-top.v2 .img-box {
  width: 700px;
}

.global-detail {
  position: relative;
  padding-top: 366px;
}
.global-detail .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 475px;
  background: url(../images/business/global_detail/vis01.jpg) 50% 0 no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.global-detail .bg.v2 {
  background-image: url(../images/business/global_detail/vis02.jpg);
}
.global-detail .bg.v3 {
  background-image: url(../images/business/global_detail/vis03.jpg);
}
.global-detail .bg.v4 {
  background-image: url(../images/business/global_detail/vis04.jpg);
}
.global-detail .bg.v5 {
  background-image: url(../images/business/global_detail/vis05.jpg);
}
.global-detail .bg.v6 {
  background-image: url(../images/business/global_detail/vis06.jpg);
}
.global-detail .bg.v7 {
  background-image: url(../images/business/global_detail/vis07.jpg);
}
.global-detail .inner-box {
  padding: 70px 206px 100px;
  background-color: #fff;
  box-shadow: 0 37px 70px 0 rgba(0, 0, 0, 0.1);
}
.global-detail .desc {
  margin-bottom: 50px;
  font-size: 20px;
  line-height: 1.8;
  color: #303030;
  text-align: center;
}

.detail-wrap > dl {
  display: flex;
  margin-top: 90px;
}
.detail-wrap > dl:first-child {
  margin-top: 0;
}
.detail-wrap > dl > dt {
  position: relative;
  min-width: 300px;
  padding-left: 16px;
  font-size: 32px;
  font-weight: 700;
  flex: 1;
}
.detail-wrap > dl > dt::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 2px;
  height: 29px;
  background-color: #093389;
}
.detail-wrap > dl > dd {
  position: relative;
  width: calc(100% - 300px);
  font-size: 20px;
  line-height: 1.7;
}
.detail-wrap > dl > dd .list-type:last-child .table-wrap {
  padding-bottom: 0;
}
.detail-wrap > dl > dd .text {
  color: #303030;
}
.detail-wrap > dl > dd .img-flex {
  float: right;
  width: 39%;
  padding-bottom: 23%;
  margin-left: 100px;
}
.detail-wrap .list-type {
  margin-top: 16px;
  font-size: 20px;
  color: #000;
}
.detail-wrap .list-type:first-child {
  margin-top: 0;
}
.detail-wrap .list-type li .table-wrap {
  margin-left: -16px;
  padding-bottom: 80px;
}
.detail-wrap .list-type.v2 {
  color: #303030;
}
.detail-wrap .list-info li {
  margin-top: 10px;
}
.detail-wrap .list-info li:first-child {
  margin-top: 0;
}
.detail-wrap .list-info li dl {
  font-size: 20px;
}
.detail-wrap .list-info li dl dt {
  min-width: 104px;
  padding-right: 20px;
}
.detail-wrap .list-info li dl dd {
  width: calc(100% - 104px);
}
.detail-wrap .table-wrap {
  margin-top: 16px;
}
.detail-wrap .table-wrap:first-child {
  margin-top: 0;
}
.detail-wrap .table-wrap .table-type {
  border-color: #aaa;
  border-width: 1px;
}

.detail-wrap2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  position: relative;
  min-height: 510px;
  padding-left: 770px;
  transform: translateY(0);
  opacity: 1;
}
.detail-wrap2 .title {
  display: block;
  margin-bottom: 40px;
  font-size: 38px;
  font-weight: 700;
}
.detail-wrap2 .img-flex {
  position: absolute;
  top: 0;
  left: 0;
  width: 720px;
  padding-bottom: 35.7%;
}
.detail-wrap2 .text {
  position: relative;
  padding-bottom: 40px;
  font-size: 20px;
  font-weight: 500;
  color: #000;
  line-height: 1.7;
}
.detail-wrap2 .text::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -50px;
  width: calc(100% + 50px);
  height: 1px;
  background-color: #093389;
}
.detail-wrap2 .text .focus {
  color: #093389;
}
.detail-wrap2 .list-type {
  margin-top: 45px;
  font-size: 18px;
  color: #303030;
}
.detail-wrap2.right {
  padding-left: 0;
  padding-right: 770px;
}
.detail-wrap2.right .img-flex {
  left: auto;
  right: 0;
}
.detail-wrap2.right .text::before {
  left: auto;
  right: -50px;
}

.related-wrap ul {
  display: flex;
}
.related-wrap ul li {
  width: 100%;
}
.related-wrap ul li:first-child a, .related-wrap ul li:nth-child(n+4) a {
  border-left: 1px solid #d7d7d7;
}
.related-wrap ul li a {
  display: flex;
  align-items: center;
  position: relative;
  height: 120px;
  padding-left: 50px;
  padding-right: 10px;
  border: 1px solid #d7d7d7;
  border-left: 0;
}
.related-wrap ul li a .img-box {
  overflow: hidden;
  min-width: 70px;
  width: 70px;
  height: 70px;
  margin-right: 30px;
  border-radius: 50%;
}
.related-wrap ul li a .img-box img {
  -o-object-fit: cover;
     object-fit: cover;
}
.related-wrap ul li a .title {
  font-size: 24px;
  font-weight: 500;
  word-break: keep-all;
}
.related-wrap ul li a .title .ico-arr {
  width: 15px;
  height: 15px;
  margin-left: 15px;
  margin-top: -4px;
}
.related-wrap ul li a .title > span {
  margin-left: 4px;
  color: #666;
}

.procedure-box {
  margin-top: 150px;
  text-align: center;
}
.procedure-box img {
  display: inline-block;
  width: auto;
  height: 208px;
}

.saying-wrap {
  margin-top: 110px;
  padding: 115px;
  background-color: #f4f5f7;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6;
}
.saying-wrap .saying-box {
  position: relative;
}
.saying-wrap .saying-box::before, .saying-wrap .saying-box::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 30px;
  background: url(../images/icon/quotes.svg) 0 0 no-repeat;
  background-size: contain;
}
.saying-wrap .saying-box::before {
  top: -24px;
  left: -24px;
}
.saying-wrap .saying-box::after {
  right: -24px;
  bottom: -24px;
  transform: rotate(180deg);
}
.saying-wrap .name {
  display: block;
  margin-top: 55px;
  font-size: 20px;
  color: #666;
}

@media all and (min-width: 1025px) {
  .detail-wrap2 .title, .detail-wrap2 .text, .detail-wrap2 .list-type {
    transform: translateX(100px);
    opacity: 0;
    transition: 0.8s;
  }
  .detail-wrap2.right .title, .detail-wrap2.right .text, .detail-wrap2.right .list-type {
    transform: translateX(-100px);
  }
  .detail-wrap2.started .title, .detail-wrap2.started .text, .detail-wrap2.started .list-type {
    transform: translateX(0);
    opacity: 1;
  }
}
@media all and (max-width: 1024px) {
  .global-detail .bg {
    background-attachment: initial;
    background-position-y: 100%;
  }
  .related-wrap:not(.related-swiper) ul {
    flex-direction: column;
  }
  .related-wrap:not(.related-swiper) ul li {
    width: 100%;
  }
  .related-wrap ul {
    border-top: 1px solid #d7d7d7;
  }
  .related-wrap ul li a {
    border-width: 0 1px 1px 1px;
    border-color: #d7d7d7;
    border-style: solid;
  }
}
@media all and (min-width: 768px) and (max-width: 1439px) {
  .procedure-box {
    overflow: hidden;
    overflow-x: auto;
    padding: 30px;
    margin-top: 60px;
    margin-left: -30px;
    margin-right: -30px;
  }
  .product-desc .title-box .desc {
    padding-right: 0;
  }
  .product-desc .btn-wrap {
    position: initial;
    margin-top: 30px;
    text-align: left;
  }
  .detail-top .btn-wrap, .detail-top.v2 .btn-wrap {
    position: initial;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 1024px) {
  .sub-wrap.business-product .content-box.bg {
    padding-top: 30px;
    background: #f4f5f7;
  }
  .product-desc {
    margin-top: 60px;
  }
  .product-desc .title-box .desc {
    padding-right: 0;
  }
}
/* 2023-01-13 추가 */
@media all and (min-width: 768px) and (max-width: 1320px) {
  .product-top .list-product.eng {
    flex-wrap: wrap;
    margin-left: -10px;
    margin-top: -10px;
  }
  .product-top .list-product.eng li {
    width: calc(50% - 10px);
    margin-top: 10px;
    margin-left: 10px;
  }
}
/* // 2023-01-13 추가 */
@media all and (min-width: 768px) and (max-width: 1024px) {
  .product-type .list-depth1 > li {
    width: calc(50% - 24px);
  }
  .product-type .list-depth1 > li.is-depth3 {
    width: 100%;
  }
  .product-top .list-product {
    margin-left: -10px;
    margin-top: -10px;
  }
  .product-top .list-product li {
    width: calc(50% - 10px);
    margin-top: 10px;
    margin-left: 10px;
  }
  .solution-wrap ul li {
    width: calc(33.333% - 21px);
  }
  .solution-wrap ul li:first-child {
    width: calc(66.666% - 21px);
  }
  .solution-wrap ul li.contact {
    order: 2;
  }
  .solution-wrap ul li.contact > a .ico-contact {
    display: none;
  }
  .detail-wrap2 {
    min-height: auto;
    padding-left: 0;
  }
  .detail-wrap2 .title {
    position: relative;
    padding-left: 10px;
    margin-bottom: 17px;
  }
  .detail-wrap2 .title::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 1px;
    height: 29px;
    background-color: #093389;
  }
  .detail-wrap2 .img-flex {
    position: relative;
    width: 100%;
    padding-bottom: 70%;
    margin-bottom: 25px;
  }
  .detail-wrap2 .text {
    padding-bottom: 15px;
  }
  .detail-wrap2 .text::before {
    display: none;
  }
  .detail-wrap2 .list-type {
    margin-top: 0;
  }
  .detail-wrap2.right {
    padding-left: 0;
    padding-right: 0;
  }
  .global-detail .inner-box {
    padding-left: 60px;
    padding-right: 60px;
  }
  .detail-top, .detail-top.v2 {
    height: auto;
    padding-left: 0;
  }
  .detail-top .img-box, .detail-top.v2 .img-box {
    position: inherit;
    width: 100%;
    margin: 40px 0;
  }
  .detail-top .category, .detail-top .title-wrap2, .detail-top .btn-wrap, .detail-top.v2 .category, .detail-top.v2 .title-wrap2, .detail-top.v2 .btn-wrap {
    order: -1;
    text-align: center;
  }
  .detail-top .title-wrap2, .detail-top.v2 .title-wrap2 {
    margin-top: 10px;
    margin-bottom: 35px;
  }
  .detail-top .btn-wrap, .detail-top.v2 .btn-wrap {
    position: initial;
    margin-top: 0;
  }
  .detail-top + .detail-wrap {
    margin-top: 54px;
    padding-top: 58px;
  }
  .detail-top.v2 .img-box {
    margin-top: 0;
  }
}
@media all and (max-width: 767px) {

  .sub-content {

    height: 200px;
  }

  .sub-content .sub-title {
    position: relative;
    z-index: 2;
    width: 100%;
  }
  .sub-content .sub-title .title-type {
    position: relative;
    font-size: 26px;
    font-weight: 700;
    color: #000;
  }
  .sub-content .sub-title p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.4;
  }
    .sub-wrap.business-product .content-box.bg {
    margin-top: 30px;
    padding-top: 20px;
  }
  .sub-wrap.business-3depth .board-wrap .list-gallery {
    flex-direction: row;
  }
  .sub-wrap.business-success .title-wrap.v2 {
    margin-bottom: 30px;
  }
  .sub-wrap.business-success .list-summary {
    flex-direction: column;
  }
  .sub-wrap.network-main .list-gallery .list-item > .title {
    display: none;
  }
  .summary-wrap ul li {
    flex-direction: column;
    justify-content: flex-end;
    margin-left: 60px;
  }
  .summary-wrap ul li [class^=ico-] {
    margin-right: 0;
    margin-bottom: 18px;
  }
  .summary-wrap ul dl {
    font-size: 15px;
  }
  .summary-wrap ul dl dd strong {
    font-size: 30px;
  }
  .map-wrap {
    margin-top: 40px;
  }
  .map-wrap .map-box .map-object, .map-wrap .map-box .list-area {
    width: 1024px;
  }
  .map-wrap .map-box .list-area {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
  .map-wrap .map-box .list-area .area-box {
    margin-left: 190px;
    margin-top: -65px;
  }
  .map-wrap .map-box .list-area .area-box.korea {
    margin-left: -120px;
    margin-top: -65px;
  }
  .map-wrap .map-box .list-area .area-box.asia {
    margin-left: -171px;
    margin-top: -13px;
  }
  .map-wrap .map-box .list-area .area-box.oceania {
    margin-left: -120px;
    margin-top: 79px;
  }
  .map-wrap .map-box .list-area .area-box.middle {
    margin-left: -342px;
    margin-top: -39px;
  }
  .map-wrap .map-box .list-area .area-box.eu {
    margin-left: -389px;
    margin-top: -98px;
  }
  .map-wrap .map-box .list-area .area-box.africa {
    margin-left: -350px;
    margin-top: 16px;
  }
  .map-wrap .map-box .list-area .area-box .title-box strong {
    font-size: 15px;
  }
  .map-wrap .map-box .list-area .area-box .title-box .ico-pin {
    width: 30px;
    height: 34px;
  }
  .map-wrap .map-box .list-area .area-box .list-box .item {
    font-size: 13px;
  }
  .solution-wrap ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -14px;
    margin-top: -14px;
  }
  .solution-wrap ul li {
    float: none;
    width: calc(50% - 14px);
    margin-left: 14px;
    margin-top: 14px;
  }
  .solution-wrap ul li:first-child {
    width: 100%;
  }
  .solution-wrap ul li > a .title-box {
    padding: 14px 12px;
  }
  .solution-wrap ul li > a .title-box .title {
    transform: translateY(0);
    height: auto;
    font-size: 18px;
  }
  .solution-wrap ul li > a .title-box .sub {
    margin-bottom: 4px;
    font-size: 15px;
  }
  .solution-wrap ul li > a .title-box .desc, .solution-wrap ul li > a .title-box .ico-more {
    display: none;
  }
  .solution-wrap ul li.contact {
    order: 99;
  }
  .solution-wrap ul li.contact > a .ico-contact {
    display: none;
  }
  .product-top .list-product {
    flex-wrap: wrap;
    margin-left: -10px;
    margin-top: -10px;
  }
  .product-top .list-product li {
    width: calc(50% - 10px);
    margin-top: 10px;
    margin-left: 10px;
  }
  .product-top .list-product li .title {
    font-size: 22px;
  }
  .product-desc {
    margin-top: 30px;
  }
  .product-desc .title-box .title {
    font-size: 26px;
  }
  .product-desc .title-box .title > span {
    margin-left: 0px;
    font-size: 15px;
  }
  .product-desc .title-box .desc {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.4;
  }
  .product-desc .title-box .desc > span {
    display: inline;
  }
  .product-desc .btn-wrap {
    position: initial;
    margin-top: 30px;
    text-align: center;
  }
  .product-type {
    margin-top: 50px;
  }
  .product-type .list-depth1 {
    flex-direction: column;
    margin-top: 0;
    margin-left: 0;
  }
  .product-type .list-depth1 > li {
    width: 100%;
    min-height: auto;
    margin-top: 24px;
    margin-left: 0;
    padding: 28px 28px 18px;
  }
  .product-type .list-depth1 > li:first-child {
    width: 100%;
  }
  .product-type .list-depth1 > li .title {
    font-size: 22px;
  }
  .product-type .list-depth1 > li.is-depth3 .list-depth2 {
    flex-direction: column;
  }
  .product-type .list-depth1 > li.is-depth3 .list-depth2 > li {
    width: 100%;
    margin-right: 0;
  }
  .product-type .list-depth1 > li.is-depth3 .list-depth2 > li:nth-child(n+2) {
    padding-top: 15px;
    margin-top: 15px;
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid #d7d7d7;
  }
  .product-type .list-depth1 > li.is-depth3 .list-depth2 > li > a {
    font-size: 18px;
  }
  .product-type .list-depth1 > li.is-depth3 .list-depth2 > li > a .ico-arr {
    width: 15px;
    height: 15px;
    margin-top: -5px;
    margin-left: 6px;
  }
  .product-type .list-depth1 > li.is-depth3 .list-depth2 > li > a:hover .ico-arr {
    width: 61px;
    height: 11px;
    background-image: url(../../images/icon/more_b.svg);
    transform: rotate(0) translateX(10px);
  }
  .product-type .list-depth2 {
    margin-top: 18px;
  }
  .product-type .list-depth2 > li > a {
    padding: 8px 0;
    font-size: 15px;
  }
  .product-type .list-depth3:nth-of-type(n+2) {
    padding-top: 20px;
  }
  .product-type .list-depth3:nth-of-type(n+2)::after {
    width: 20px;
  }
  .product-type .list-depth3 > li > a {
    padding: 8px 0;
    font-size: 15px;
  }
  .product-intro {
    height: auto;
    margin-top: 30px;
    padding: 70px 0;
  }
  .product-intro .text-box {
    font-size: 16px;
    line-height: 1.5;
  }
  .detail-top, .detail-top.v2 {
    height: auto;
    padding-left: 0;
  }
  .detail-top .img-box, .detail-top.v2 .img-box {
    position: inherit;
    width: 100%;
    margin-top: 40px;
  }
  .detail-top .category, .detail-top .title-wrap2, .detail-top .btn-wrap, .detail-top.v2 .category, .detail-top.v2 .title-wrap2, .detail-top.v2 .btn-wrap {
    order: -1;
    text-align: center;
  }
  .detail-top .category, .detail-top.v2 .category {
    font-size: 15px;
  }
  .detail-top .title-wrap2, .detail-top.v2 .title-wrap2 {
    margin-top: 10px;
    margin-bottom: 35px;
  }
  .detail-top .title-wrap2 .title-type, .detail-top.v2 .title-wrap2 .title-type {
    font-size: 26px;
  }
  .detail-top .desc, .detail-top.v2 .desc {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.8;
  }
  .detail-top .btn-wrap, .detail-top.v2 .btn-wrap {
    position: initial;
    margin-top: 0;
  }
  .detail-top .tag-box, .detail-top.v2 .tag-box {
    margin-top: 35px;
  }
  .detail-top .btn-share, .detail-top.v2 .btn-share {
    top: -40px;
  }
  .detail-top + .detail-wrap {
    margin-top: 54px;
    padding-top: 58px;
  }
  .detail-top.v2 .img-box {
    margin-top: 0;
  }
  .detail-wrap > dl {
    flex-direction: column;
    margin-top: 52px;
  }
  .detail-wrap > dl:first-child {
    margin-top: 0;
  }
  .detail-wrap > dl > dt {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 10px;
    font-size: 22px;
  }
  .detail-wrap > dl > dt::before {
    top: 3px;
    width: 3px;
    height: 20px;
  }
  .detail-wrap > dl > dd {
    display: flex;
    flex-direction: column;
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
  }
  .detail-wrap > dl > dd .img-flex {
    order: 1;
    float: none;
    width: 100%;
    padding-bottom: 58%;
    margin-left: 0;
    margin-top: 25px;
  }
  .detail-wrap .list-type {
    margin-top: 15px;
    font-size: 16px;
  }
  .detail-wrap .list-type:first-child {
    margin-top: 0;
  }
  .detail-wrap .list-type li .table-wrap {
    margin-left: -10px;
    padding-bottom: 40px;
  }
  .detail-wrap .list-info li dl {
    font-size: 16px;
  }
  .detail-wrap .list-info li dl dt {
    min-width: 80px;
  }
  .detail-wrap .list-info li dl dd {
    width: calc(100% - 80px);
  }
  .detail-wrap .table-wrap {
    margin-top: 10px;
  }
  .detail-wrap .table-wrap:first-child {
    margin-top: 0;
  }
  .detail-wrap.v2 > dl > dt,
.detail-wrap.v2 > dl > dd {
    width: 100%;
  }
  .detail-wrap2 {
    min-height: auto;
    padding-left: 0;
  }
  .detail-wrap2 .title {
    position: relative;
    padding-left: 10px;
    margin-bottom: 17px;
    font-size: 22px;
  }
  .detail-wrap2 .title::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    width: 1px;
    height: 20px;
    background-color: #093389;
  }
  .detail-wrap2 .img-flex {
    position: relative;
    width: 100%;
    padding-bottom: 70%;
    margin-bottom: 25px;
  }
  .detail-wrap2 .text {
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 1.45;
    color: #303030;
  }
  .detail-wrap2 .text::before {
    display: none;
  }
  .detail-wrap2 .list-type {
    margin-top: 0;
    font-size: 16px;
  }
  .detail-wrap2.right {
    padding-left: 0;
    padding-right: 0;
  }
  .global-detail {
    padding-top: 155px;
  }
  .global-detail .bg {
    height: 300px;
  }
  .global-detail .inner-box {
    width: auto;
    margin: 0 20px;
    padding: 25px 15px 25px;
    box-shadow: 0 18px 35px 0 rgba(0, 0, 0, 0.1);
  }
  .global-detail .desc {
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 1.55;
  }
  .related-wrap ul li a {
    height: 80px;
    padding-left: 20px;
  }
  .related-wrap ul li a .img-box {
    min-width: 50px;
    width: 50px;
    height: 50px;
    margin-right: 20px;
    border-radius: 50%;
  }
  .related-wrap ul li a .title {
    font-size: 18px;
  }
  .related-wrap ul li a .title .ico-arr {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(180deg);
    width: 15px;
    height: 15px;
    margin-top: 0;
    margin-left: 0;
  }
  .procedure-box {
    overflow: hidden;
    overflow-x: auto;
    padding: 20px;
    margin-top: 30px;
    margin-left: -20px;
    margin-right: -20px;
  }
  .procedure-box img {
    height: 156px;
  }
  .saying-wrap {
    margin-top: 40px;
    margin-left: -20px;
    margin-right: -20px;
    padding: 55px 40px;
    font-size: 16px;
    line-height: 1.5;
  }
  .saying-wrap .saying-box::before, .saying-wrap .saying-box::after {
    width: 18px;
    height: 16px;
  }
  .saying-wrap .saying-box::before {
    left: -18px;
  }
  .saying-wrap .saying-box::after {
    right: -18px;
  }
  .saying-wrap .name {
    margin-top: 25px;
    font-size: 15px;
  }
}
/*
 * safe-area-inset 처리
 * $key - 넣을곳(padding-top, marin-bottom, ...)
 * $direction - 방향(top, right, bottom, left)
 * $value - 더해질 값(생략가능)
 */
.sitemap-wrap {
  position: relative;
  /* company  년도옆에 선때문에 */
}

.ico-system1 {
  width: 65px;
  height: 65px;
  background-image: url(../images/icon/company_system1.svg);
}

.ico-system2 {
  width: 65px;
  height: 65px;
  background-image: url(../images/icon/company_system2.svg);
}

.ico-system3 {
  width: 65px;
  height: 65px;
  background-image: url(../images/icon/company_system3.svg);
}

.ico-system4 {
  width: 65px;
  height: 65px;
  background-image: url(../images/icon/company_system4.svg);
}

.ico-system5 {
  width: 65px;
  height: 65px;
  background-image: url(../images/icon/company_system5.svg);
}

.ico-system6 {
  width: 65px;
  height: 65px;
  background-image: url(../images/icon/company_system6.svg);
}

.ico-system7 {
  width: 65px;
  height: 65px;
  background-image: url(../images/icon/company_system7.svg);
}

.ico-system8 {
  width: 65px;
  height: 65px;
  background-image: url(../images/icon/company_system8.svg);
}

.ico-system9 {
  width: 65px;
  height: 65px;
  background-image: url(../images/icon/company_system9.svg);
}

.on-visual::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.on-visual::-webkit-scrollbar-track {
  background: transparent;
}
.on-visual::-webkit-scrollbar-thumb {
  background: transparent;
}

.sub-wrap.company-rnd .ico-newmarket {
  width: 66px;
  height: 80px;
}
.sub-wrap.company-rnd .ico-newprod {
  width: 78px;
  height: 80px;
}
.sub-wrap.company-rnd .ico-newtech {
  width: 80px;
  height: 80px;
}
.sub-wrap.company-summary .list-summary.v3 li dl dd {
  position: relative;
}
.sub-wrap.company-summary .list-summary.v3 li dl dd .add-text {
  display: block;
  /* position: absolute;
  width: 100%;
  left: 0;
  bottom: -17px; */
  font-size: 18px;
  text-align: center;
}
.sub-wrap.company-ci .logo-wrap {
  display: flex;
  align-items: center;
}
.sub-wrap.company-ci .logo-wrap .logo-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 300px;
  border: 1px solid #d7d7d7;
  background-color: #fff;
}
.sub-wrap.company-ci .logo-wrap .logo-box .ico-logo {
  width: 291px;
  height: 76px;
}
.sub-wrap.company-ci .logo-wrap .logo-box.v2 {
  height: 200px;
  border: 0;
}
.sub-wrap.company-ci .logo-wrap dl {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-left: 40px;
  text-align: center;
}
.sub-wrap.company-ci .logo-wrap dl:first-child {
  margin-left: 0;
}
.sub-wrap.company-ci .logo-wrap dl dt {
  margin-top: 18px;
  font-size: 20px;
  font-weight: 400;
  color: #303030;
}
.sub-wrap.company-ci .logo-wrap dl dd {
  order: -1;
}
.sub-wrap.company-ci .logo-wrap dl .logo-box {
  height: 200px;
}
.sub-wrap.company-ci .logo-wrap + .btn-wrap {
  margin-top: 40px;
}
.sub-wrap.company-ci .color-wrap {
  display: flex;
  width: 1080px;
  margin: 0 auto;
}
.sub-wrap.company-ci .color-wrap .color-box {
  width: 100%;
  margin-left: 40px;
}
.sub-wrap.company-ci .color-wrap .color-box:first-child {
  margin-left: 0;
}
.sub-wrap.company-ci .color-wrap .color-box dt {
  display: flex;
  align-items: center;
  height: 70px;
  padding: 0 30px;
  background-color: #093389;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}
.sub-wrap.company-ci .color-wrap .color-box dd {
  padding: 30px 0;
  font-size: 18px;
  color: #303030;
  line-height: 2;
}
.sub-wrap.company-ci .color-wrap .color-box.v2 dt {
  background-color: #E30011;
}
.sub-wrap.company-ci .list-circle {
  display: flex; 
  align-items:center;
  padding-left:20px;
}
.sub-wrap.company-ci .list-circle li {
  width: 100px;
  height: 100px;
  margin-left: 20px;
  border-radius: 50%;
}
.sub-wrap.company-ci .list-circle li:first-child {
  margin-left: 0;
}
.sub-wrap.company-ci .list-circle li.brand-color {
  background-color: #093389;
}
.sub-wrap.company-ci .list-circle li.brand-color2 {
  background-color: #E30011;
}
.sub-wrap.company-history .history-visual-wrap {
  overflow: hidden;
}
.sub-wrap.company-history .history-visual {
  position: relative;
  height: 100vh;
  background: url(../images/company/history/bg_visual.jpg) no-repeat 50% 50%;
  background-size: cover;
  color: #fff;
}
.sub-wrap.company-history .history-visual .scroll-down {
  position: absolute;
  left: 50%;
  bottom: 70px;
  z-index: 9;
  transform: translateX(-50%);
  color: #fff;
  font-size: 15px;
}
.sub-wrap.company-history .history-visual .scroll-down .ico-scroll {
  display: block;
  margin: 10px auto 0;
}
.sub-wrap.company-history .history-visual .intro {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.sub-wrap.company-history .history-visual .intro .his-intro-txt {
  font-size: 54px;
  line-height: 74px;
}
.sub-wrap.company-history .history-visual .intro .his-intro-txt strong {
  display: block;
}
.sub-wrap.company-history .history-visual .intro .open-window {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.sub-wrap.company-history .history-visual .intro .open-window:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: #101010;
}
.sub-wrap.company-history .history-visual .intro .open-window:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: #101010;
}
.sub-wrap.company-history .history-visual .text-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 200%;
}
.sub-wrap.company-history .history-visual .text-box .his-next-txt {
  position: relative;
  top: 55%;
  height: 100%;
  text-align: center;
  transform: translateY(-50%);
}
.sub-wrap.company-history .history-visual .text-box .his-next-txt p {
  opacity: 0;
  position: relative;
  top: 22%;
  margin-top: -9rem;
  font-size: 38px;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
}
.sub-wrap.company-history .history-visual .text-box.text-box2 .his-next-txt p {
  top: 20%;
}
.sub-wrap.company-history .history-visual .cross-title {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sub-wrap.company-history .history-visual.init-animation .intro .open-window:after, .sub-wrap.company-history .history-visual.init-animation .intro .open-window:before {
  width: 0;
  transition: all 0.7s;
}
.sub-wrap.company-history .content-wrap {
  padding: 0;
}
.sub-wrap.company-history .cross-title {
  overflow: hidden;
  transform: translateY(0);
  opacity: 0;
}
.sub-wrap.company-history .cross-title .title-type {
  font-size: 200px;
  color: #dcdfe7;
  line-height: 1;
}
.sub-wrap.company-history .cross-title .title-type span {
  display: block;
  transition: 0.8s ease-in-out;
  font-size: 11vw;
  white-space: nowrap;
  background: linear-gradient(to bottom, #dcdfe7, #dcdfe7, rgba(0, 0, 0, 0));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sub-wrap.company-history .cross-title .title-type span + span {
  margin-top: 89px;
  background: linear-gradient(to top, #dcdfe7, #dcdfe7, rgba(0, 0, 0, 0));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: right;
}
.sub-wrap.company-history .cross-title .title-type .left {
  text-align: left;
}
.sub-wrap.company-history .cross-title .title-type .right {
  text-align: center;
}
.sub-wrap.company-history .cross-title.started {
  opacity: 1;
}
.sub-wrap.company-history .cross-title.started .title-type .left, .sub-wrap.company-history .cross-title.started .title-type .right {
  transform: translateX(0);
}
.sub-wrap.company-history .history-list {
  position: relative;
  padding-bottom: 100px;
}
.sub-wrap.company-history .history-list:before {
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  background: #ccc;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-595px);
}
.sub-wrap.company-history .history-list .inner-box {
  width: 1200px;
}
.sub-wrap.company-history .history-list .list {
  margin-top: 200px;
}
.sub-wrap.company-history .history-list .list .title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
}
.sub-wrap.company-history .history-list .list .title .bg {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 500px;
  text-align: center;
}
.sub-wrap.company-history .history-list .list .title .bg .img {
  position: absolute;
  left: 50%;
  top: 0;
  width: 70%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transform: translateX(-50%);
  filter: grayscale(100%);
}
.sub-wrap.company-history .history-list .list .title .bg .img:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
}
.sub-wrap.company-history .history-list .list .title .bg .img.active {
  filter: grayscale(0);
}
.sub-wrap.company-history .history-list .list .title .bg .inner-box {
  display: flex;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, 0);
  height: 100%;
  align-items: center;
  justify-content: center;
}
.sub-wrap.company-history .history-list .list .title .bg .inner-box .text {
  color: #fff;
}
.sub-wrap.company-history .history-list .list .title .bg .inner-box .text h3 {
  font-size: 54px;
  line-height: 40px;
  font-weight: 700;
}
.sub-wrap.company-history .history-list .list .title .bg .inner-box .text h3 span {
  display: block;
  margin-top: 20px;
  font-size: 38px;
}
.sub-wrap.company-history .history-list .list .title .bg .inner-box .text p {
  margin-top: 35px;
  font-size: 20px;
  line-height: 34px;
}
.sub-wrap.company-history .history-list .list .title.active .bg .img {
  filter: grayscale(0);
}
.sub-wrap.company-history .history-list .list .title.ended .bg .img {
  width: 100%;
  filter: grayscale(0);
}
.sub-wrap.company-history .history-list .list .cont {
  margin-top: 200px;
}
.sub-wrap.company-history .history-list .list .cont.last .inner-box .text-box .text-item:before {
  height: 100vh;
}
.sub-wrap.company-history .history-list .list .cont .inner-box {
  position: relative;
  display: flex;
  align-items: flex-start;
}
.sub-wrap.company-history .history-list .list .cont .inner-box .text-box {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  top: 40%;
  left: 0;
  width: 50%;
  padding-right: 50px;
}
.sub-wrap.company-history .history-list .list .cont .inner-box .text-box .text-item {
  position: relative;
  padding-left: 38px;
}
.sub-wrap.company-history .history-list .list .cont .inner-box .text-box .text-item:after {
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  background: #a8cf38;
  border-radius: 100%;
  position: absolute;
  top: 40px;
  left: 0;
}
.sub-wrap.company-history .history-list .list .cont .inner-box .text-box .text-item .cover {
  display: none !important;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  will-change: transform, opacity;
}
.sub-wrap.company-history .history-list .list .cont .inner-box .text-box .text-item .cover-first {
  display: none;
}
.sub-wrap.company-history .history-list .list .cont .inner-box .text-box .text-item .year {
  font-size: 70px;
  font-weight: 600;
  color: #000;
}
.sub-wrap.company-history .history-list .list .cont .inner-box .text-box .text-item ol {
  margin-top: 20px;
}
.sub-wrap.company-history .history-list .list .cont .inner-box .text-box .text-item ol li {
  display: flex;
  margin-top: 20px;
  font-family: SpoqaHanSansNeo, sans-serif;
  align-items: flex-start;
}
.sub-wrap.company-history .history-list .list .cont .inner-box .text-box .text-item ol li strong {
  display: inline-flex;
  min-width: 20px;
  width: 20px;
  margin-right: 30px;
  font-size: 18px;
  font-weight: 700;
  justify-content: center;
  align-items: center;
  color: #000;
  height: 22.5px;
}
.sub-wrap.company-history .history-list .list .cont .inner-box .text-box .text-item ol li strong.desc:before {
  display: inline-block;
  content: "";
  width: 3px;
  height: 3px;
  background: #333;
  border-radius: 100%;
}
.sub-wrap.company-history .history-list .list .cont .inner-box .text-box .text-item ol li span {
  font-size: 18px;
  font-weight: 400;
  color: #303030;
}
.sub-wrap.company-history .history-list .list .cont .inner-box .img-box {
  position: relative;
  width: 50%;
  padding-left: 50px;
}
.sub-wrap.company-history .history-list .list .cont .inner-box .img-box .img-item {
  display: block;
  align-items: center;
  margin-top: 150px;
}
.sub-wrap.company-history .history-list .list .cont .inner-box .img-box .img-item:first-child {
  margin-top: 0;
}
.sub-wrap.company-history .history-list .list .cont .inner-box .img-box .img-item p {
  margin-top: 20px;
  font-size: 17px;
  color: #666;
}
.sub-wrap.company-history .history-list .list .cont .inner-box .img-box .img-item .item {
  overflow: hidden;
  margin-top: 150px;
  text-align: left;
}
.sub-wrap.company-history .history-list .list .cont .inner-box .img-box .img-item .item:first-child {
  margin-top: 0;
}
.sub-wrap.company-history .history-list .list .cont .inner-box .img-box .img-item .item .box {
  display: block;
  float: left;
  margin-top: 20px;
}
.sub-wrap.company-history .history-list .list .cont .inner-box .img-box .img-item .item .box:first-child {
  margin-top: 0;
}
.sub-wrap.company-history .history-list .list .cont .inner-box .img-box .img-item .item .box:nth-child(2) .img {
  width: 350px;
  height: 300px;
}
.sub-wrap.company-history .history-list .list .cont .inner-box .img-box .img-item .item .box:nth-child(even) {
  float: right;
}
.sub-wrap.company-history .history-list .list .cont .inner-box .img-box .img-item .img {
  width: 500px;
  height: 300px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.sub-wrap.company-history .history-list .list .cont .inner-box .img-box .img-item .img.type2 {
  width: 300px;
  height: 440px;
}
.sub-wrap.company-history .history-list .list .cont.active .inner-box:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
}
.sub-wrap.company-history .history-navi {
  overflow: hidden;
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
.sub-wrap.company-history .history-navi .inner-box {
  width: 1200px;
  border-top: 2px solid #303030;
}
.sub-wrap.company-history .history-navi ol {
  display: flex;
  padding: 30px 0;
  justify-content: center;
}
.sub-wrap.company-history .history-navi ol li {
  display: flex;
  align-items: flex-start;
  margin-right: 22px;
  opacity: 0.4;
}
.sub-wrap.company-history .history-navi ol li:last-child {
  margin-right: 0;
}
.sub-wrap.company-history .history-navi ol li.active {
  opacity: 1;
}
.sub-wrap.company-history .history-navi ol li.active .line span {
  background-color: #E30011;
}
.sub-wrap.company-history .history-navi ol li:hover {
  opacity: 1;
}
.sub-wrap.company-history .history-navi ol li:hover a strong {
  font-weight: 600;
}
.sub-wrap.company-history .history-navi ol li:hover a span {
  font-weight: 700;
}
.sub-wrap.company-history .history-navi ol li a {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  transition: 0.5s ease;
}
.sub-wrap.company-history .history-navi ol li a strong {
  display: block;
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 20px;
}
.sub-wrap.company-history .history-navi ol li .line {
  margin-top: 10px;
  margin-left: 20px;
  position: relative;
  width: 60px;
  height: 1px;
  background: #999;
}
.sub-wrap.company-history .history-navi ol li .line span {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  max-width: 60px;
  background: #000;
  transition: 0.5s;
}
.sub-wrap.company-history .history-navi ol li.end {
  opacity: 1;
}
.sub-wrap.company-history .history-navi ol li.end .line span {
  width: 100%;
  background-color: #E30011;
}
.sub-wrap.company-history .history-navi.top {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
}
.sub-wrap.company-history .history-navi.top .line {
  background: #999;
}
.sub-wrap.company-history .history-navi.top .line span {
  background: #fff;
}
.sub-wrap.company-system .inner-box img {
  max-width: 100%;
  margin: 0 auto;
}
.sub-wrap.company-system .list-summary.v2 {
  margin-left: -27px;
}
.sub-wrap.company-system .list-summary.v2 li {
  width: calc(25% - 27px);
  min-height: 200px;
  margin-left: 27px;
  margin-top: 27px;
  padding: 40px;
  align-items: flex-start;
}
.sub-wrap.company-system .list-summary.v2 li .icon-box {
  display: block;
  margin-right: 0;
  margin-left: auto;
  background-color: transparent;
  border-radius: 0;
  min-width: 50px;
  height: auto;
}
.sub-wrap.company-system .list-summary.v2 li .icon-box [class^=ico-system] {
  background-size: 100% auto;
}
.sub-wrap.company-system .list-summary.v2 li .icon-box.mo-display {
  display: none;
}
.sub-wrap.company-system .list-summary.v2 li dl {
  padding-right: 10px;
}
.sub-wrap.company-system .list-summary.v2 li dl dt {
  font-size: 24px;
  color: #000;
  font-weight: 700;
}
.sub-wrap.company-system .list-summary.v2 li dl dd {
  margin-top: 24px;
  font-size: 18px;
  color: #000;
}
.sub-wrap.company-system .slider-wrap {
  margin-top: 150px;
}
.sub-wrap.company-system .slider-wrap .slider {
  overflow: hidden;
}
.sub-wrap.company-system .slider-wrap .slider ul {
  display: flex;
}
.sub-wrap.company-system .slider-wrap .slider ul li {
  width: 340px;
  margin-right: 70px;
}
.sub-wrap.company-system .slider-wrap .slider ul li .img {
  width: 340px;
  height: 252px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.sub-wrap.company-system .slider-wrap .slider ul li.even .img {
  width: 250px;
  height: 342px;
}
.sub-wrap.company-system .slider-wrap .slider ul li.odd {
  margin-top: 190px;
}
.sub-wrap.company-system .board-wrap .board-body .list-board2 li .list-item .img-flex {
  width: 35%;
  /* padding-bottom: 11%; */
}
.sub-wrap.company-system .content-text {
  margin-top: 35px;
}
.sub-wrap.company-system .content-text .inner-box {
  max-width: 1236px;
}
.sub-wrap.company-system .content-text ul {
  display: flex;
}
.sub-wrap.company-system .content-text ul li {
  width: 100%;
}
.sub-wrap.company-system .content-text ul li:nth-child(2) {
  margin: 0 40px;
}
.sub-wrap.company-system .content-text ul li dl {
  text-align: center;
}
.sub-wrap.company-system .content-text ul li dl dt {
  font-weight: 700;
  font-size: 28px;
}
.sub-wrap.company-system .content-text ul li dl dt em {
  display: block;
  margin-bottom: 10px;
  color: #093389;
  font-weight: 600;
}
.sub-wrap.company-system .content-text ul li dl dd {
  margin-top: 25px;
  font-size: 20px;
  line-height: 1.7;
  color: #303030;
}
.sub-wrap.company-recruit .cont-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.sub-wrap.company-recruit .cont-inner .list-detail {
  margin-top: 0;
}
.sub-wrap.company-recruit .cont-inner .list-detail > li {
  display: block;
  margin-top: 60px;
}
.sub-wrap.company-recruit .cont-inner .list-detail > li .desc-box {
  margin-top: 30px;
  padding-left: 0;
}
.sub-wrap.company-recruit .cont-inner .list-detail + .list-detail {
  max-width: 50%;
  margin-left: 55px;
}
.sub-wrap.company-recruit .recruit-banner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.sub-wrap.company-recruit .recruit-banner > a {
  width: 1440px;
  height: 340px;
  display: block;
}
.sub-wrap.company-recruit .recruit-banner > a:hover .img-box {
  transform: scale(1.2);
}
.sub-wrap.company-recruit .recruit-banner > a .img-box {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  transition: 0.5s;
}
.sub-wrap.company-recruit .recruit-banner > a .img-box img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sub-wrap.company-recruit .recruit-banner > a .title-box {
  position: absolute;
  right: 78px;
  bottom: 50px;
  text-align: left;
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
}
.sub-wrap.company-recruit .recruit-banner > a .title-box .ico-more {
  margin-left: 15px;
}
.sub-wrap.company-recruit .recruit-process {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.sub-wrap.company-recruit .recruit-process:before {
  content: "";
  width: 100%;
  background: #d7d7d7;
  height: 1px;
  position: absolute;
  left: 0;
  top: calc(50% - 48px);
  z-index: -1;
}
.sub-wrap.company-recruit .recruit-process li {
  width: 13%;
}
.sub-wrap.company-recruit .recruit-process .text-box {
  margin-top: 30px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}
.sub-wrap.company-recruit .recruit-process .text-box .num {
  font-size: 24px;
  color: #093389;
}

.explain-wrap {
  position: relative;
  margin-top: 120px;
  padding-top: 0;
}
.explain-wrap .bg {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(../images/business/content_bg1.jpg) 50% 0 no-repeat;
  background-size: cover;
}
.explain-wrap .explain-swiper .swiper-pagination {
  display: none;
}
.explain-wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding-bottom: 120px;
}
.explain-wrap ul li {
  width: calc(50% - 100px);
  max-width: 488px;
  background-color: #fff;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.16);
  transition: 2s cubic-bezier(0.17, 0.67, 0, 1.05);
}
.explain-wrap ul li:nth-child(even) {
  margin-top: 180px;
  margin-left: 100px;
}
.explain-wrap ul li .text-box {
  padding: 55px 45px;
  font-size: 20px;
  line-height: 1.6;
}
.explain-wrap ul li .text-box .title {
  display: block;
  margin-bottom: 42px;
  font-size: 24px;
  font-weight: 500;
}
.explain-wrap ul li .text-box .desc {
  color: #303030;
}

.history-wrap {
  margin: 80px 0;
}
.history-wrap .list-history {
  display: flex;
  position: relative;
  border-top: 1px solid #d7d7d7;
}
.history-wrap .list-history li {
  position: relative;
  width: 100%;
  padding-top: 33px;
  font-size: 20px;
}
.history-wrap .list-history li::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: #E30011;
  border-radius: 50%;
}
.history-wrap .list-history li .date {
  display: block;
  margin-bottom: 8px;
  color: #303030;
}
.history-wrap .list-info {
  display: flex;
  justify-content: center;
  margin-top: 60px;
  padding: 30px 50px;
  background-color: #f4f5f7;
}
.history-wrap .list-info li {
  position: relative;
  width: 100%;
  margin-top: 0;
  text-align: center;
}
.history-wrap .list-info li:nth-child(n+2)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 30px;
  background-color: #d7d7d7;
}
.history-wrap .list-info li dl {
  display: inline-flex;
  align-items: flex-start;
  font-size: 18px;
}
.history-wrap .gallery-swiper {
  margin-top: 80px;
}
.history-wrap.v2 {
  padding-top: 120px;
}
.history-wrap.v2 .list-history {
  padding-left: 120px;
}
.history-wrap.v2 .list-history li .icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: calc(100% + 20px);
  left: -44px;
  width: 100px;
  height: 100px;
  background-color: #f4f5f7;
  border-radius: 50%;
}

@media all and (min-width: 768px) and (max-width: 1439px) {
  .sub-wrap.company-ci .list-detail.v4 .desc-box {
    flex-direction: column;
  }
  .sub-wrap.company-ci .list-circle {
    margin-top: 20px;
  }
  .sub-wrap.company-ci .color-wrap {
    width: 100%;
  }
  .sub-wrap#content.company-history .cross-title .title-type {
    font-size: 100px;
  }
  .sub-wrap#content.company-history .history-visual .text-box .his-next-txt p {
    padding: 0 20px;
    font-size: 36px;
  }
  .sub-wrap#content.company-history .history-list::before {
    left: 36px;
    transform: translateX(0);
  }
  .sub-wrap#content.company-history .history-list .inner-box {
    width: 100%;
  }
  .sub-wrap#content.company-history .history-list .cont .inner-box .img-box .img-item .img {
    width: 40vw;
    height: 30vh;
  }
  .sub-wrap#content.company-history .history-list .cont .inner-box .img-box .img-item .img.type2 {
    width: 25vw;
    height: 40vh;
  }
  .sub-wrap#content.company-history .history-list .cont .inner-box .text-box .text-item ol li strong, .sub-wrap#content.company-history .history-list .cont .inner-box .text-box .text-item ol li span {
    font-size: 14px;
  }
  .sub-wrap#content.company-history .history-navi .inner-box {
    width: 100%;
  }
  .sub-wrap#content.company-history .history-navi ol li {
    margin-right: 5px;
  }
  .sub-wrap#content.company-history .history-navi ol li a {
    font-size: 14px;
  }
  .sub-wrap#content.company-system .content-text ul {
    padding: 0;
  }
  .history-wrap .list-info {
    flex-direction: column;
  }
  .history-wrap .list-info li {
    margin-top: 10px;
    text-align: left;
  }
  .history-wrap .list-info li::before {
    display: none;
  }
  .history-wrap .list-info li:first-child {
    margin-top: 0;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .sub-wrap#content.company-history .history-list::before {
    left: 25px;
    transform: translateX(0);
  }
  .sub-wrap#content.company-history .history-list .list .cont .inner-box .img-box {
    padding: 40% 0 10%;
  }
  .sub-wrap#content.company-system .board-wrap .board-body .list-board2 li .list-item .title-box .desc {
    padding-right: 0;
    max-height: auto;
  }
  .sub-wrap.company-system .inner-box img {
    max-width: 100%;
    margin: 0 auto;
  }
  .sub-wrap.company-system .list-summary.v2 li {
    width: calc(50% - 27px);
  }
  .explain-wrap ul {
    flex-direction: column;
    align-content: flex-end;
  }
  .explain-wrap ul li {
    margin-top: 100px;
  }
  .explain-wrap ul li:nth-child(even) {
    margin-top: 100px;
    margin-left: 0;
  }
}
@media all and (max-width: 767px) {
  [class^=ico-system] {
    width: 35px;
    height: 35px;
  }
  .ico-system-text1 {
    width: 38.5px;
    height: 42.5px;
    background-image: url(../images/icon/ico-company-01.svg);
  }
  .ico-system-text2 {
    width: 38.5px;
    height: 42.5px;
    background-image: url(../images/icon/ico-company-02.svg);
  }
  .ico-system-text3 {
    width: 38.5px;
    height: 42.5px;
    background-image: url(../images/icon/ico-company-03.svg);
  }
  .sub-wrap.company-ci .logo-wrap .logo-box {
    width: 100%;
    height: 150px;
  }
  .sub-wrap.company-ci .logo-wrap .logo-box .ico-logo {
    width: 145.5px;
    height: 38px;
  }
  .sub-wrap.company-ci .logo-wrap .logo-box.v2 {
    height: 100px;
  }
  .sub-wrap.company-ci .logo-wrap dl {
    display: flex;
    flex-direction: column;
    width: calc(50% - 6px);
    margin-left: 12px;
  }
  .sub-wrap.company-ci .logo-wrap dl dt {
    margin-top: 14px;
    font-size: 15px;
  }
  .sub-wrap.company-ci .logo-wrap dl .logo-box {
    height: 100px;
  }
  .sub-wrap.company-ci .logo-wrap + .btn-wrap {
    margin-top: 20px;
  }
  .sub-wrap.company-ci .logo-wrap + .btn-wrap .btn-type {
    width: 100%;
  }
  .sub-wrap.company-ci .color-wrap {
    flex-direction: column;
    width: 100%;
  }
  .sub-wrap.company-ci .color-wrap .color-box {
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
  }
  .sub-wrap.company-ci .color-wrap .color-box:first-child {
    margin-top: 0;
  }
  .sub-wrap.company-ci .color-wrap .color-box dt {
    height: 50px;
    font-size: 18px;
  }
  .sub-wrap.company-ci .color-wrap .color-box dd {
    padding: 15px 30px;
    font-size: 15px;
    line-height: 1.6;
  }
  .sub-wrap.company-ci .list-circle {
    justify-content: center;
    margin-top: 20px;
	padding-left:0;
  }
  .sub-wrap.company-ci .list-circle:first-child {
    margin-top: 0;
  }
  .sub-wrap.company-ci .list-circle li {
    width: 75px;
    height: 75px;
    margin-left: 25px;
  }
  .sub-wrap.company-ci .list-circle li:first-child {
    margin-left: 0;
  }
  .sub-wrap.company-rnd .ico-newmarket {
    width: 40px;
    height: 40px;
  }
  .sub-wrap.company-rnd .ico-newprod {
    width: 50px;
    height: 50px;
  }
  .sub-wrap.company-rnd .ico-newtech {
    width: 50px;
    height: 50px;
  }
  .sub-wrap#content.company-history {
    overflow: hidden;
  }
  .sub-wrap#content.company-history .history-visual .intro .his-intro-txt {
    font-size: 30px;
    line-height: 42px;
  }
  .sub-wrap#content.company-history .history-visual .text-box {
    height: 100%;
  }
  .sub-wrap#content.company-history .history-visual .text-box .his-next-txt {
    top: 50%;
  }
  .sub-wrap#content.company-history .history-visual .text-box .his-next-txt p {
    font-size: 22px;
    line-height: 29px;
    top: 50%;
  }
  .sub-wrap#content.company-history .history-visual .text-box.text-box2 .his-next-txt p {
    top: 50%;
  }
  .sub-wrap#content.company-history .cross-title .title-type {
    font-size: 45px;
    line-height: 50px;
  }
  .sub-wrap#content.company-history .cross-title .title-type span + span {
    margin-top: 40px;
  }
  .sub-wrap#content.company-history .history-navi .inner-box {
    width: 100%;
    padding: 0;
  }
  .sub-wrap#content.company-history .history-navi ol {
    padding: 0;
  }
  .sub-wrap#content.company-history .history-navi ol li {
    position: relative;
    margin: 0;
    padding: 14px;
  }
  .sub-wrap#content.company-history .history-navi ol li:before {
    display: block;
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.2);
  }
  .sub-wrap#content.company-history .history-navi ol li:first-child:before {
    display: none;
  }
  .sub-wrap#content.company-history .history-navi ol li a span {
    display: none;
  }
  .sub-wrap#content.company-history .history-navi ol li a strong {
    margin-bottom: 0;
    font-size: 15px;
  }
  .sub-wrap#content.company-history .history-navi ol li .line {
    display: none;
  }
  .sub-wrap#content.company-history .history-navi.top {
    position: fixed;
    top: 0;
    left: 0;
  }
  .sub-wrap#content.company-history .history-navi.top ol li.active {
    background: #26282c;
  }
  .sub-wrap#content.company-history .history-list::before {
    left: 25px;
    transform: translateX(0);
  }
  .sub-wrap#content.company-history .history-list .inner-box {
    width: 100%;
  }
  .sub-wrap#content.company-history .history-list .list {
    margin-top: 200px;
  }
  .sub-wrap#content.company-history .history-list .list .title .bg .inner-box .text h3 {
    font-size: 33px;
  }
  .sub-wrap#content.company-history .history-list .list .title .bg .inner-box .text h3 span {
    margin-top: 20px;
    font-size: 26px;
  }
  .sub-wrap#content.company-history .history-list .list .title .bg .inner-box .text p {
    margin-top: 35px;
    font-size: 15px;
    line-height: 22px;
  }
  .sub-wrap#content.company-history .history-list .list .title .bg .img {
    min-width: 100%;
    width: 100% !important;
    filter: grayscale(0);
  }
  .sub-wrap#content.company-history .history-list .list .cont {
    margin: 100px 0;
  }
  .sub-wrap#content.company-history .history-list .list .cont .inner-box {
    align-items: flex-start;
  }
  .sub-wrap#content.company-history .history-list .list .cont .inner-box .img-box {
    display: none;
    padding: 0;
    padding-left: 10px;
  }
  .sub-wrap#content.company-history .history-list .list .cont .inner-box .img-box .img-item {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .sub-wrap#content.company-history .history-list .list .cont .inner-box .img-box .img-item .img {
    width: 100%;
    height: 20vh;
  }
  .sub-wrap#content.company-history .history-list .list .cont .inner-box .img-box .img-item p {
    margin-top: 10px;
    font-size: 14px;
  }
  .sub-wrap#content.company-history .history-list .list .cont .inner-box .text-box {
    position: static;
    align-items: flex-start;
    height: auto;
    width: 100%;
    padding-right: 10px;
  }
  .sub-wrap#content.company-history .history-list .list .cont .inner-box .text-box .text-item {
    padding-left: 18px;
  }
  .sub-wrap#content.company-history .history-list .list .cont .inner-box .text-box .text-item:after {
    top: 26px;
  }
  .sub-wrap#content.company-history .history-list .list .cont .inner-box .text-box .text-item:before {
    top: 30px;
  }
  .sub-wrap#content.company-history .history-list .list .cont .inner-box .text-box .text-item .year {
    font-size: 45px;
  }
  .sub-wrap#content.company-history .history-list .list .cont .inner-box .text-box .text-item ol {
    margin-top: 25px;
  }
  .sub-wrap#content.company-history .history-list .list .cont .inner-box .text-box .text-item ol li {
    display: flex;
    margin-top: 12px;
    align-items: flex-start;
    line-height: 1.5;
  }
  .sub-wrap#content.company-history .history-list .list .cont .inner-box .text-box .text-item ol li strong {
    margin-right: 10px;
    font-size: 15px;
    height: 22.5px;
  }
  .sub-wrap#content.company-history .history-list .list .cont .inner-box .text-box .text-item ol li span {
    font-size: 15px;
  }
  .sub-wrap#content.company-system .list-summary {
    margin-left: 0;
    margin-top: 0;
  }
  .sub-wrap#content.company-system .list-summary, .sub-wrap#content.company-system .list-summary.v2, .sub-wrap#content.company-system .list-summary.v3 {
    margin-left: 0;
  }
  .sub-wrap#content.company-system .list-summary li, .sub-wrap#content.company-system .list-summary.v2 li, .sub-wrap#content.company-system .list-summary.v3 li {
    width: 100%;
    min-height: 105px;
    margin-left: 0;
    margin-top: 13px;
  }
  .sub-wrap#content.company-system .list-summary li .icon-box, .sub-wrap#content.company-system .list-summary.v2 li .icon-box, .sub-wrap#content.company-system .list-summary.v3 li .icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    margin-right: 15px;
    margin-left: 0;
  }
  .sub-wrap#content.company-system .list-summary li .icon-box.pc-display, .sub-wrap#content.company-system .list-summary.v2 li .icon-box.pc-display, .sub-wrap#content.company-system .list-summary.v3 li .icon-box.pc-display {
    display: none;
  }
  .sub-wrap#content.company-system .list-summary li .icon-box.mo-display, .sub-wrap#content.company-system .list-summary.v2 li .icon-box.mo-display, .sub-wrap#content.company-system .list-summary.v3 li .icon-box.mo-display {
    display: flex;
  }
  .sub-wrap#content.company-system .list-summary li dl dt, .sub-wrap#content.company-system .list-summary.v2 li dl dt {
    font-size: 15px;
  }
  .sub-wrap#content.company-system .list-summary li dl dd, .sub-wrap#content.company-system .list-summary.v2 li dl dd {
    margin-top: 4px;
    font-size: 14px;
  }
  .sub-wrap#content.company-system .list-summary li dl dd strong, .sub-wrap#content.company-system .list-summary.v2 li dl dd strong {
    font-size: 18px;
  }
  .sub-wrap#content.company-system .list-summary li.col2, .sub-wrap#content.company-system .list-summary.v2 li.col2 {
    width: 100%;
  }
  .sub-wrap#content.company-system .list-summary li.col2 dl dd strong, .sub-wrap#content.company-system .list-summary.v2 li.col2 dl dd strong {
    font-size: 16px;
  }
  .sub-wrap#content.company-system .list-summary.v2 li {
    padding: 20px;
  }
  .sub-wrap#content.company-system .list-summary.v2 li .icon-box {
    background-color: #fff;
    border-radius: 100%;
    width: 65px;
    height: 65px;
    margin-right: 23px;
  }
  .sub-wrap#content.company-system .list-summary.v2 li dl {
    padding-right: 0;
  }
  .sub-wrap#content.company-system .list-summary.v2 li dl dt {
    font-size: 18px;
  }
  .sub-wrap#content.company-system .list-summary.v2 li dl dt .mo-display {
    display: inline;
  }
  .sub-wrap#content.company-system .list-summary.v2 li dl dd {
    font-size: 15px;
  }
  .sub-wrap#content.company-system .list-summary.v2 li dl dd strong {
    font-size: 22px;
  }
  .sub-wrap#content.company-system .list-summary.v3 {
    flex-wrap: wrap;
    margin-top: 75px;
  }
  .sub-wrap#content.company-system .list-summary.v3 li {
    justify-content: flex-start;
    flex-direction: row;
    text-align: left;
  }
  .sub-wrap#content.company-system .list-summary.v3 li .icon-box {
    margin-bottom: 0;
  }
  .sub-wrap#content.company-system .list-summary.v3 li dl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .sub-wrap#content.company-system .list-summary.v3 li dl dt > span, .sub-wrap#content.company-system .list-summary.v3 li dl dd > span {
    display: block;
  }
  .sub-wrap#content.company-system .list-summary.v3 li dl dt {
    font-size: 16px;
  }
  .sub-wrap#content.company-system .list-summary.v3 li dl dt > span {
    text-align: left;
  }
  .sub-wrap#content.company-system .list-summary.v3 li dl dd {
    margin-top: 0;
    font-size: 16px;
  }
  .sub-wrap#content.company-system .list-summary.v3 li dl dd > span {
    text-align: right;
  }
  .sub-wrap#content.company-system .list-summary.v3 li dl dd strong {
    font-size: 26px;
  }
  .sub-wrap#content.company-system .slider-wrap {
    margin-top: 50px;
  }
  .sub-wrap#content.company-system .slider-wrap .slider ul {
    display: flex;
  }
  .sub-wrap#content.company-system .slider-wrap .slider ul li {
    width: 238px;
    margin-right: 50px;
  }
  .sub-wrap#content.company-system .slider-wrap .slider ul li .img {
    width: 238px;
    height: 175px;
  }
  .sub-wrap#content.company-system .slider-wrap .slider ul li img {
    width: 100%;
  }
  .sub-wrap#content.company-system .slider-wrap .slider ul li.even .img {
    width: 175px;
    height: 238px;
  }
  .sub-wrap#content.company-system .slider-wrap .slider ul li.odd {
    margin-top: 100px;
  }
  .sub-wrap#content.company-system .board-wrap .board-body .list-board2 li .list-item .img-flex {
    width: 100%;
    padding-bottom: 45%;
  }
  .sub-wrap#content.company-system .content-text {
    margin-top: 40px;
  }
  .sub-wrap#content.company-system .content-text ul {
    display: block;
    padding: 0;
  }
  .sub-wrap#content.company-system .content-text ul li {
    display: flex;
    align-items: flex-start;
    margin-top: 50px;
    justify-content: space-around;
  }
  .sub-wrap#content.company-system .content-text ul li:nth-child(2) {
    margin: 0;
    margin-top: 50px;
  }
  .sub-wrap#content.company-system .content-text ul li:fist-child {
    margin-top: 0;
  }
  .sub-wrap#content.company-system .content-text ul li .icon-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 90px;
    height: 90px;
    margin-top: 15px;
    margin-right: 17px;
    background: #fff;
    border-radius: 100%;
  }
  .sub-wrap#content.company-system .content-text ul li dl {
    width: 100%;
    text-align: left;
  }
  .sub-wrap#content.company-system .content-text ul li dl dt {
    font-size: 18px;
  }
  .sub-wrap#content.company-system .content-text ul li dl dt em {
    margin-top: 10px;
    font-size: 15px;
  }
  .sub-wrap#content.company-system .content-text ul li dl dd {
    margin-top: 15px;
    font-size: 15px;
  }
  .sub-wrap.company-recruit .cont-inner {
    display: block;
  }
  .sub-wrap.company-recruit .cont-inner .list-detail > li {
    display: block;
    margin-top: 40px;
  }
  .sub-wrap.company-recruit .cont-inner .list-detail > li .desc-box {
    margin-top: 15px;
    padding-left: 0;
  }
  .sub-wrap.company-recruit .cont-inner .list-detail + .list-detail {
    max-width: 100%;
    margin-left: 0;
  }
  .sub-wrap.company-recruit .recruit-banner {
    padding: 0 20px;
  }
  .sub-wrap.company-recruit .recruit-banner > a {
    width: 100%;
    height: 175px;
    position: relative;
  }
  .sub-wrap.company-recruit .recruit-banner > a .title-box {
    right: 23px;
    bottom: 20px;
    font-size: 15px;
  }
  .sub-wrap.company-recruit .recruit-banner > a:hover .img-box {
    transform: scale(1);
  }
  .sub-wrap.company-recruit .recruit-process {
    justify-content: center;
  }
  .sub-wrap.company-recruit .recruit-process:before {
    content: "";
    top: calc(50% - 26px);
  }
  .sub-wrap.company-recruit .recruit-process li {
    width: 96px;
  }
  .sub-wrap.company-recruit .recruit-process li + li {
    margin-left: 18px;
  }
  .sub-wrap.company-recruit .recruit-process .text-box {
    margin-top: 10px;
    font-size: 15px;
  }
  .sub-wrap.company-recruit .recruit-process .text-box .num {
    font-size: 18px;
  }
  .sub-wrap.company-recruit .recruit-process:last-child {
    margin-top: 30px;
  }
  .sub-wrap.company-recruit .recruit-process:last-child li + li {
    margin-left: 34px;
  }
  .sub-wrap.company-summary .list-summary.v3 li dl dd .add-text {
    font-size: 16px;
  }
  .explain-wrap {
    margin-top: 75px;
    padding-top: 100px;
    background: url(../images/business/content_bg1.jpg) 50% 0 no-repeat;
    background-size: cover;
  }
  .explain-wrap .bg {
    display: none;
  }
  .explain-wrap .explain-swiper {
    margin-left: -20px;
    margin-right: -20px;
    padding-bottom: 100px;
  }
  .explain-wrap .explain-swiper .swiper-pagination {
    display: block;
    bottom: 60px;
  }
  .explain-wrap ul {
    flex-wrap: nowrap;
    justify-content: initial;
    padding-bottom: 0;
  }
  .explain-wrap ul li {
    width: auto;
    height: auto;
  }
  .explain-wrap ul li:nth-child(even) {
    margin-top: 0;
    margin-left: 0;
  }
  .explain-wrap ul li .text-box {
    padding: 35px 10px;
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
  }
  .explain-wrap ul li .text-box .title {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 500;
  }
  .history-wrap {
    margin-top: 40px;
  }
  .history-wrap .list-history {
    flex-direction: column;
    position: relative;
    border-top: 0;
  }
  .history-wrap .list-history::before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(50% - 4px);
    bottom: 0;
    width: 1px;
    background-color: #d7d7d7;
  }
  .history-wrap .list-history li {
    width: 50%;
    padding: 0 20px;
    margin-top: 20px;
    font-size: 15px;
  }
  .history-wrap .list-history li::before {
    top: 0;
    left: auto;
    right: 0;
    width: 7px;
    height: 7px;
  }
  .history-wrap .list-history li .date {
    margin-bottom: 6px;
  }
  .history-wrap .list-history li:first-child {
    margin-top: 0;
  }
  .history-wrap .list-history li:nth-child(odd) {
    margin-left: auto;
  }
  .history-wrap .list-history li:nth-child(odd)::before {
    left: -7px;
    right: auto;
  }
  .history-wrap .list-info {
    flex-direction: column;
    margin-top: 45px;
    padding: 20px;
  }
  .history-wrap .list-info li {
    width: 100%;
    margin-top: 8px;
    text-align: left;
  }
  .history-wrap .list-info li:nth-child(n+2)::before {
    display: none;
  }
  .history-wrap .list-info li dl {
    display: flex;
    align-items: flex-start;
    font-size: 15px;
  }
  .history-wrap .gallery-swiper {
    margin-top: 40px;
  }
  .history-wrap.v2 {
    padding-top: 0;
  }
  .history-wrap.v2 .list-history {
    flex-direction: row;
    flex-wrap: wrap;
    padding-left: 0;
  }
  .history-wrap.v2 .list-history::before {
    top: 73px;
    left: -21px;
    right: 0;
    width: 100%;
    height: 167px;
    background-color: #fff;
    border: 1px solid #d7d7d7;
  }
  .history-wrap.v2 .list-history li {
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 166px;
    margin: 0;
    padding: 0 10px;
    text-align: center;
  }
  .history-wrap.v2 .list-history li::before {
    bottom: auto;
    top: 70px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
  .history-wrap.v2 .list-history li .icon-box {
    position: initial;
    width: 65px;
    height: 65px;
    margin-bottom: 20px;
  }
}
/*
 * safe-area-inset 처리
 * $key - 넣을곳(padding-top, marin-bottom, ...)
 * $direction - 방향(top, right, bottom, left)
 * $value - 더해질 값(생략가능)
 */
.sub-wrap.esg-compliance .board-wrap .board-body .list-board2 li .list-item .img-flex {
  padding-bottom: 12%;
}
.sub-wrap.esg-environment .board-wrap .board-body .list-board2 li .list-item .img-flex {
  width: 25%;
  padding-bottom: 11%;
}

.security-wrap {
  margin-top: 80px;
  text-align: center;
  font-size: 18px;
  letter-spacing: -0.5px;
  color: #303030;
}
.security-wrap .security-box {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.security-wrap .security-box img {
  width: 200px;
  height: 60px;
}
.security-wrap .security-box .btn-refresh {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  height: 60px;
  margin-left: 10px;
  background-color: #eceef0;
}
.security-wrap .security-box input {
  width: 310px;
  margin-left: 30px;
}

.confirm-wrap {
  width: 100%;
  max-width: 1080px;
  margin: -30px auto 0;
  padding: 90px 0;
  background-color: #f4f5f7;
  text-align: center;
}
.confirm-wrap > p {
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
  letter-spacing: -1px;
  color: #303030;
}
.confirm-wrap .form-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 35px;
}
.confirm-wrap .form-box .form-item dl {
  display: flex;
  align-items: center;
  justify-content: center;
}
.confirm-wrap .form-box .form-item dl dt {
  width: 130px;
  font-weight: 700;
  font-size: 18px;
  text-align: left;
}
.confirm-wrap .form-box .form-item dl:nth-child(2) {
  margin-top: 20px;
}
.confirm-wrap .form-box .form-item dd input {
  width: 365px;
}
.confirm-wrap .form-box .btn-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 136px;
  height: 136px;
  margin-left: 24px;
  background-color: #303030;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}
.confirm-wrap .focus {
  color: #E30011;
}
.confirm-wrap .title {
  font-size: 24px;
  font-weight: 500;
}
.confirm-wrap .desc {
  margin-top: 12px;
  font-size: 20px;
}
.confirm-wrap .confirm-number {
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 50px;
}
.confirm-wrap .confirm-number::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 50px);
  width: 100px;
  height: 1px;
  background-color: #000;
}
.confirm-wrap .confirm-number dt {
  font-size: 32px;
}
.confirm-wrap .confirm-number dd {
  display: inline-block;
  position: relative;
  margin-top: 8px;
  font-size: 46px;
}
.confirm-wrap .confirm-number dd .btn-type {
  position: absolute;
  top: 50%;
  left: calc(100% + 20px);
  transform: translateY(-50%);
  min-width: 100px;
  height: 40px;
  padding: 0;
  border-color: #d7d7d7;
}
.confirm-wrap > .btn-type {
  margin-top: 55px;
}

.list-category {
  display: flex;
  width: 1198px;
  margin: 0 auto;
}
.list-category > li {
  width: 100%;
  padding: 90px 0;
  background-color: #f4f5f7;
  margin-left: 26px;
  text-align: center;
  transition: 0.3s;
  /* >a {
  	display: block;
  	padding: 90px 0;
  	background-color: $CBg;
  }

  &.unhover {
  	opacity: 0.5;
  }

  &.hover {
  	box-shadow: 0 0 16px rgba(0, 0, 0, .16);
  } */
}
.list-category > li:first-child {
  margin-left: 0;
}
.list-category > li .title {
  display: block;
  margin-bottom: 10px;
  font-size: 32px;
}
.list-category > li .title .ico-arr {
  width: 24px;
  height: 24px;
  margin-left: 8px;
  vertical-align: baseline;
}
.list-category > li .list-type {
  display: inline-block;
  padding-right: 30px;
  text-align: left;
}
.list-category > li .list-type li {
  margin-top: 10px;
}
.list-category > li .list-type li:first-child {
  margin-top: 0;
}
.list-category > li .btn-wrap {
  margin-top: 45px;
}
.list-category > li .btn-type {
  min-width: 190px;
  border-color: #d7d7d7;
}

.eval-wrap {
  margin-bottom: 120px;
}
.eval-wrap .list-eval {
  display: flex;
  justify-content: center;
  gap: 80px;
}
.eval-wrap .list-eval li {
  width: 160px;
  text-align: center;
}
.eval-wrap .list-eval li .title {
  display: block;
  margin-top: 30px;
  font-size: 22px;
  font-weight: 500;
}
.eval-wrap .label-box {
  display: flex;
  justify-content: center;
  margin-top: 55px;
}
.eval-wrap .label-box dl {
  display: inline-flex;
  align-items: center;
  height: 52px;
  padding: 0 40px;
  background-color: #f4f5f7;
  border-radius: 30px;
  text-align: center;
  font-size: 18px;
  color: #666;
}
.eval-wrap .label-box dl dt::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 16px;
  margin: 0 10px;
  background-color: #666;
  vertical-align: baseline;
}

.green-wrap {
  padding-top: 40px;
  padding-bottom: 100px;
  /* background: url(../images/aboutus/bg_green.png) 50% 0 no-repeat; */
}
.green-wrap .title-type {
  display: block;
  margin-bottom: 55px;
  font-size: 60px;
  font-weight: 700;
  text-align: center;
}

.full-text {
  overflow: hidden;
  margin-top: -40px;
}
.full-text strong {
  display: block;
  font-size: 11vw;
  white-space: nowrap;
  background: linear-gradient(to bottom, #dcdfe7, rgba(0, 0, 0, 0));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.full-text strong:last-child {
  margin-top: 60px;
  background: linear-gradient(to top, #dcdfe7, rgba(0, 0, 0, 0));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: right;
}

.cp-wrap {
  overflow: hidden;
  margin-top: 100px;
  padding: 110px 80px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.16);
  text-align: center;
  line-height: 1.6;
}
.cp-wrap .text-box .title {
  font-size: 32px;
}
.cp-wrap .text-box .text {
  margin-top: 20px;
  font-size: 22px;
}
.cp-wrap .text-box .text2 {
  margin-top: 15px;
  font-size: 20px;
  color: #303030;
}
.cp-wrap .text-box .sign {
  display: inline-block;
  position: relative;
  margin-top: 30px;
  font-size: 20px;
  font-weight: 500;
  color: #6e6e6e;
}
.cp-wrap .text-box .sign .img {
  position: absolute;
  top: calc(100% - 45px);
  left: calc(100% - 28px);
  z-index: -1;
  width: 248px;
}
.cp-wrap .btn-box {
  margin-top: 70px;
}

@media all and (min-width: 768px) and (max-width: 1439px) {
  .list-category {
    width: 100%;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .sub-wrap.esg-ethics .list-detail > li {
    flex-direction: column;
    padding: 42px;
  }
  .sub-wrap.esg-ethics .list-detail > li:first-child {
    margin-top: 0;
  }
  .sub-wrap.esg-ethics .list-detail > li .title-box {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 14px;
  }
  .sub-wrap.esg-ethics .list-detail > li .desc-box {
    padding-left: 0;
  }
  .sub-wrap.esg-ethics .list-detail > li .desc-box::before {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .sub-wrap.esg-social .board-wrap {
    text-align: center;
  }
  .sub-wrap.esg-compliance .board-wrap .board-body .list-board2 li .list-item .img-flex {
    padding-bottom: 43%;
  }
  .sub-wrap.esg-environment .board-wrap .board-body .list-board2 li .list-item .img-flex {
    width: 100%;
    padding-bottom: 40%;
  }
  .security-wrap {
    margin-top: 80px;
    font-size: 16px;
    line-height: 1.5;
  }
  .security-wrap .security-box {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin-top: 30px;
  }
  .security-wrap .security-box img {
    width: 150px;
    height: 45px;
  }
  .security-wrap .security-box .btn-refresh {
    min-width: 45px;
    height: 45px;
    margin-left: 10px;
  }
  .security-wrap .security-box input {
    width: 100%;
    height: 45px;
    margin-top: 10px;
    margin-left: 0;
  }
  .confirm-wrap {
    max-width: 100%;
    margin: -30px auto 0;
    padding: 45px 0;
  }
  .confirm-wrap > p {
    padding: 0 25px;
    font-size: 16px;
    line-height: 1.45;
  }
  .confirm-wrap > p > span {
    display: block;
  }
  .confirm-wrap .form-box {
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .confirm-wrap .form-box .form-item dl dt {
    width: 65px;
    font-size: 15px;
  }
  .confirm-wrap .form-box .form-item dl:nth-child(2) {
    margin-top: 10px;
  }
  .confirm-wrap .form-box .form-item dd input {
    width: 100%;
  }
  .confirm-wrap .form-box .btn-submit {
    width: 170px;
    height: 60px;
    margin-left: 0;
    margin-top: 30px;
    font-size: 18px;
  }
  .confirm-wrap .title {
    font-size: 18px;
  }
  .confirm-wrap .desc {
    margin-top: 12px;
    font-size: 16px;
  }
  .confirm-wrap .confirm-number {
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  .confirm-wrap .confirm-number::before {
    left: calc(50% - 25px);
    width: 50px;
  }
  .confirm-wrap .confirm-number dt {
    font-size: 22px;
  }
  .confirm-wrap .confirm-number dd {
    margin-top: 6px;
    font-size: 30px;
  }
  .confirm-wrap .confirm-number dd .number {
    display: block;
  }
  .confirm-wrap .confirm-number dd .btn-type {
    position: initial;
    transform: translateY(0);
    min-width: 82px;
    height: 30px;
    margin-top: 4px;
  }
  .confirm-wrap > .btn-type {
    margin-top: 35px;
  }
  .list-category {
    flex-direction: column;
    width: 100%;
  }
  .list-category > li {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  .list-category > li > a {
    padding: 45px 0;
  }
  .list-category > li:first-child {
    margin-top: 0;
  }
  .list-category > li .title {
    margin-bottom: 5px;
    font-size: 22px;
  }
  .list-category > li .title .ico-arr {
    width: 15px;
    height: 15px;
  }
  .list-category > li .list-type {
    padding-right: 30px;
  }
  .list-category > li .list-type li {
    margin-top: 8px;
  }
  .list-category > li .list-type li:first-child {
    margin-top: 0;
  }
  .eval-wrap {
    margin-bottom: 88px;
  }
  .eval-wrap .list-eval {
    flex-wrap: wrap;
    gap: 0;
  }
  .eval-wrap .list-eval li {
    width: 50%;
    margin-bottom: 30px;
  }
  .eval-wrap .list-eval li .title {
    margin-top: 10px;
    font-size: 18px;
  }
  .eval-wrap .list-eval li img {
    width: 105px;
  }
  .eval-wrap .label-box {
    margin-top: 15px;
  }
  .eval-wrap .label-box dl {
    height: 35px;
    padding: 0 18px;
    font-size: 15px;
  }
  .eval-wrap .label-box dl dt::after {
    height: 13px;
  }
  .full-text {
    margin-top: 0;
  }
  .full-text strong {
    font-size: 13vw;
  }
  .full-text strong:last-child {
    margin-top: 20px;
  }
  .green-wrap {
    margin-top: 0px;
    padding: 0px 0px 150px 0;
    background-size: 180%;
  }
  .green-wrap .title-type {
    margin-bottom: 30px;
    font-size: 30px;
  }
  .cp-wrap {
    margin-top: 50px;
    padding: 40px 30px 0;
    line-height: 1.5;
  }
  .cp-wrap .text-box .title {
    font-size: 22px;
  }
  .cp-wrap .text-box .text {
    margin-top: 20px;
    font-size: 16px;
  }
  .cp-wrap .text-box .text2 {
    margin: 20px 0;
    font-size: 16px;
  }
  .cp-wrap .text-box .sign {
    margin-top: 30px;
    font-size: 16px;
  }
  .cp-wrap .text-box .sign .img {
    top: calc(100% - 23px);
    left: calc(100% - 20px);
    width: 144px;
  }
  .cp-wrap .btn-box {
    margin-top: 60px;
    margin-left: -30px;
    margin-right: -30px;
    border-top: 1px solid #d7d7d7;
  }
  .cp-wrap .btn-box .btn-type {
    border: 0;
  }
}
/*
 * safe-area-inset 처리
 * $key - 넣을곳(padding-top, marin-bottom, ...)
 * $direction - 방향(top, right, bottom, left)
 * $value - 더해질 값(생략가능)
 */
.serach-wrap .tab-wrap {
  margin-top: 80px;
  margin-bottom: 100px;
}
.serach-wrap .search-top {
  font-size: 18px;
}
.serach-wrap .search-top em {
  color: #093389;
}
.serach-wrap .search-body {
  margin-top: 35px;
}
.serach-wrap .search-body .list-search {
  border-top: 1px solid #d7d7d7;
}
.serach-wrap .search-body .list-search > li {
  position: relative;
  padding: 46px 300px 46px 28px;
  border-bottom: 1px solid #d7d7d7;
}
.serach-wrap .search-body .list-search > li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #f4f5f7;
  opacity: 0;
  transition: 0.3s;
}
.serach-wrap .search-body .list-search > li .category-box {
  margin-bottom: 16px;
  font-size: 18px;
  color: #093389;
}
.serach-wrap .search-body .list-search > li .title-box {
  display: block;
}
.serach-wrap .search-body .list-search > li .title-box .title {
  display: flex;
  align-items: center;
}
.serach-wrap .search-body .list-search > li .title-box .title strong {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 32px;
  white-space: initial;
  max-height: 32px;
  font-weight: 500;
  font-size: 24px;
}
.serach-wrap .search-body .list-search > li .title-box .desc {
  margin-top: 10px;
  font-size: 18px;
  color: #303030;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 32px;
  white-space: initial;
  max-height: 64px;
}
.serach-wrap .search-body .list-search > li .title-box .ico-down {
  min-width: 21px;
  margin-left: 10px;
}
.serach-wrap .search-body .list-search > li .title-box .ico-arr {
  min-width: 61px;
  margin-left: 10px;
  background-position: 100%;
}
.serach-wrap .search-body .list-search > li .title-box:hover .ico-arr {
  height: 11px;
  background-image: url(../images/icon/more_bk.svg);
  transform: rotate(0);
}
.serach-wrap .search-body .list-search > li .img-box {
  overflow: hidden;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  width: 250px;
  background-color: #eceef0;
}
.serach-wrap .search-body .list-search > li .img-box img {
  height: 145px;
  -o-object-fit: contain;
     object-fit: contain;
}
.serach-wrap .search-body .list-search > li .tag-box {
  margin-top: 20px;
}
.serach-wrap .search-body .list-search > li:hover::before {
  opacity: 1;
}

@media all and (max-width: 767px) {
  .serach-wrap .tab-wrap {
    margin-top: 60px;
    margin-bottom: 35px;
  }
  .serach-wrap .search-top {
    font-size: 16px;
  }
  .serach-wrap .search-body {
    margin-top: 22px;
  }
  .serach-wrap .search-body .list-search > li {
    padding: 28px 0 28px 10px;
  }
  .serach-wrap .search-body .list-search > li::before {
    display: none;
  }
  .serach-wrap .search-body .list-search > li .category-box {
    margin-bottom: 10px;
    font-size: 15px;
  }
  .serach-wrap .search-body .list-search > li .title-box {
    padding-right: 130px;
  }
  .serach-wrap .search-body .list-search > li .title-box .title {
    font-size: 18px;
  }
  .serach-wrap .search-body .list-search > li .title-box .desc {
    margin-top: 10px;
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 22px;
    white-space: initial;
    max-height: 44px;
  }
  .serach-wrap .search-body .list-search > li .title-box [class^=ico-] {
    margin-left: 10px;
  }
  .serach-wrap .search-body .list-search > li .title-box:hover .ico-arr {
    width: 61px;
    height: 11px;
    background-image: url(../../images/icon/more_b.svg);
    transform: rotate(0);
  }
  .serach-wrap .search-body .list-search > li .img-box {
    top: 30px;
    right: 10px;
    transform: translateY(0);
    width: 100px;
  }
  .serach-wrap .search-body .list-search > li .img-box img {
    height: 58px;
  }
  .serach-wrap .search-body .list-search > li .tag-box {
    margin-top: 15px;
  }
}
/*
 * safe-area-inset 처리
 * $key - 넣을곳(padding-top, marin-bottom, ...)
 * $direction - 방향(top, right, bottom, left)
 * $value - 더해질 값(생략가능)
 */
.error-wrap {
  padding: 100px 0;
  text-align: center;
}
.error-wrap [class^=ico-] {
  margin-bottom: 40px;
}
.error-wrap .title {
  display: block;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
}
.error-wrap .desc {
  margin-top: 20px;
  font-size: 18px;
  color: #666;
  line-height: 1.7;
}

.terms-wrap p {
  font-size: 18px;
  line-height: 1.7;
  word-break: keep-all;
}
.terms-wrap p.list-text {
  position: relative;
  padding-left: 22px;
}
.terms-wrap strong {
  font-weight: 500;
}
.terms-wrap em {
  font-size: 18px;
  line-height: 1.7;
  color: #333;
  font-weight: 500;
}
.terms-wrap .title {
  font-size: 24px;
  font-weight: 700;
  display: block;
  margin: 110px 0 49px;
}
.terms-wrap .desc {
  font-size: 16px;
  color: #666;
  padding-left: 22px;
}
.terms-wrap .list-text {
  font-size: 18px;
  line-height: 1.7;
  color: #333;
}
.terms-wrap .list-text li {
  position: relative;
  padding-left: 22px;
}
.terms-wrap .list-text em {
  position: absolute;
  left: 0;
  top: 0;
}
.terms-wrap .list-text dl {
  padding-left: 10px;
}
.terms-wrap .list-text dl dt {
  color: #00328e;
}
.terms-wrap .list-text dl dt:before {
  content: "-";
  display: inline-block;
  text-indent: -10px;
}
.terms-wrap .table-type {
  margin: 30px 0;
}
.terms-wrap .bg-box {
  background: #f4f5f7;
  padding: 50px;
  margin-top: 60px;
}
.terms-wrap .terms-box {
  border-top: 2px solid #000;
  border-bottom: 1px solid #aaa;
  margin: 100px 0 50px;
  padding-bottom: 130px;
}
.terms-wrap .search-box {
  margin: 0;
  width: 276px;
}
.terms-wrap .search-box .select-type .nice-select {
  font-size: 18px;
}
.terms-wrap .search-box .select-type .nice-select .list {
  max-height: 300px;
  overflow-y: scroll;
}

@media all and (max-width: 767px) {
  .error-wrap {
    padding: 15px 0;
  }
  .error-wrap [class^=ico-] {
    margin-bottom: 30px;
  }
  .error-wrap .title {
    font-size: 22px;
    line-height: 1.4;
  }
  .error-wrap .desc {
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.5;
  }
}
/*
 * safe-area-inset 처리
 * $key - 넣을곳(padding-top, marin-bottom, ...)
 * $direction - 방향(top, right, bottom, left)
 * $value - 더해질 값(생략가능)
 */
[lang=en] body {
  font-family: Inter, sans-serif;
}
[lang=en] .header-wrap,
[lang=en] .nav-wrap,
[lang=en] .footer-wrap,
[lang=en] .sitemap-wrap,
[lang=en] .search-wrap,
[lang=en] .sub-wrap [class^=title-type],
[lang=en] .product-top .title,
[lang=en] .product-desc .title-box .title,
[lang=en] .product-type .list-depth1 li > .title,
[lang=en] .sub-visual,
[lang=en] .product-wrap .title-box strong,
[lang=en] .list-banner .title-text,
[lang=en] .main-title h2,
[lang=en] .main-title .btn-more,
[lang=en] .main-title strong {
  font-family: Montserrat, SpoqaHanSansNeo, sans-serif;
}
[lang=en] .header-wrap .sub-menu .menu-box .list-depth2 {
  width: 900px;
}
[lang=en] .header-wrap .sub-menu .menu-box .list-depth2.row2 {
  justify-content: flex-start;
  transform: translateX(90px);
}
[lang=en] .header-wrap .sub-menu .menu-box .list-depth2.row2 > li:nth-child(4), [lang=en] .header-wrap .sub-menu .menu-box .list-depth2.row2 > li:last-child {
  margin-right: 180px;
}
[lang=en] .header-wrap .sub-menu .menu-box .list-depth2.row2 > li:nth-child(5) {
  margin-left: 180px;
}
[lang=en] .header-wrap .sub-menu .menu-box .list-depth2 > li {
  width: 180px;
}
[lang=en] .sub-nav .inner-box .link-select {
  width: 280px;
}
[lang=en] .sub-nav .inner-box .link-select a {
  padding-left: 30px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 16px;
}
[lang=en] .solution-wrap ul li > a .title-box {
  padding: 23px 25px;
}
[lang=en] .solution-wrap ul li > a .title-box .title {
  height: 57px;
  font-size: 20px;
}
[lang=en] .solution-wrap ul li > a .title-box .desc {
  height: 43px;
  font-size: 16px;
}
[lang=en] .solution-wrap ul li.contact > a .title-box .title {
  height: auto;
}
[lang=en] .company-rnd .list-detail2 > li .icon-box > strong {
  font-size: 18px;
  text-align: center;
}
[lang=en] .list-info li dl dt {
  min-width: 150px;
}
[lang=en] .tab-type li a {
  text-align: center;
}
[lang=en] .list-detail2 > li .icon-box {
  text-align: center;
}
[lang=en] .list-detail7 > li .title-box {
  text-align: center;
}
[lang=en] .list-detail8 > li .title-box {
  width: 115px;
}
[lang=en] .list-detail8 > li .desc-box {
  width: calc(100% - 115px);
}
[lang=en] .sub-wrap.company-history .history-navi ol li a strong {
  font-size: 17px;
}
[lang=en] .board-wrap .board-body .list-store > li .title-box .title {
  width: 100%;
}
[lang=en] .list-detail3 > li > strong {
  min-width: 130px;
}
[lang=en] .history-wrap .list-info li {
  /* display: inline-flex;
  align-items: center;
  justify-content: center; */
}
[lang=en] .history-wrap .list-info li:nth-child(n+2)::before {
  top: 0;
  height: 100%;
}
[lang=en] .title-wrap.v3 .title-type .sub {
  font-size: 32px;
}
@media all and (min-width: 1025px) {
  [lang=en] .quick-wrap ul {
    width: 214px;
  }
  [lang=en] .quick-wrap.active ul {
    transform: translateX(-140px);
  }
}
@media all and (max-width: 767px) {
  [lang=en] [class^=title-wrap] .side-box {
    position: initial;
    text-align: left;
  }
  [lang=en] .title-wrap.v3 .title-type .sub {
    font-size: 22px;
  }
  [lang=en] .product-wrap .list-product li .img-box .type-box .type {
    font-size: 14px;
  }
  [lang=en] .solution-wrap ul li > a .title-box .title {
    height: auto;
    font-size: 16px;
  }
  [lang=en] .list-info li dl dt {
    min-width: 100px;
  }
  [lang=en] .list-detail8 > li .title-box {
    width: 90px;
  }
  [lang=en] .list-detail8 > li .desc-box {
    width: calc(100% - 90px);
  }
  [lang=en] .history-wrap.v2 .list-history::before {
    height: 190px;
  }
  [lang=en] .history-wrap.v2 .list-history li {
    min-height: 190px;
    height: auto;
  }
  [lang=en] .list-detail3 > li > strong {
    min-width: 90px;
  }
  [lang=en] .company-rnd .list-detail2 > li .icon-box > strong {
    font-size: 16px;
  }
  [lang=en] .company-summary .list-summary.v3 li dl {
    display: block;
  }
  [lang=en] .company-summary .list-summary.v3 li dl dd .add-text {
    text-align: left;
  }
  [lang=en] .company-summary .list-summary.v3 li dl dd > span {
    text-align: left;
  }
}/*# sourceMappingURL=sub.css.map */
/* =========================================
   1. 상단 대분류 탭 (.tab-1)
   ========================================= */
.tab-1 {
    display: flex;
    justify-content: center;
    margin: 50px 0;
    border-bottom: 1px solid #ddd;
}
.tab-1 li {
    flex: 1;
    max-width: 300px;
    text-align: center;
}
.tab-1 li a {
    display: block;
    padding: 15px 0;
    font-size: 18px;
    font-weight: 500;
    color: #888;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-bottom: none;
    margin-right: -1px;
    text-decoration: none;
    transition: all 0.3s;
}
.tab-1 li.active a {
    background: #002c5f;
    color: #fff;
    border-color: #002c5f;
    font-weight: 700;
}

/* =========================================
   2. 제품 상세 (.productDetail)
   ========================================= */
.productDetail {
    display: none;
    position: relative;
    overflow: hidden;
    padding-bottom: 60px;
    margin-top: 20px;
}
.productDetail.active {
    display: block;
}

/* 왼쪽 이미지 */
.productDetail .photoWrap {
    float: left;
    width: 45%;
    text-align: center;
    /* background: #f4f4f4; */
    padding: 20px;
    box-sizing: border-box;
}
.productDetail .photoWrap img {
    max-width: 100%;
    height: auto;
}

/* 오른쪽 텍스트 */
.productDetail .txtWrap {
    float: right;
    width: 50%;
    padding-top: 10px;
}

/* 타이틀 스타일 */
.productDetail .busTitle3 {
    font-size: 40px;
    font-weight: 800;
    color: #111;
    margin-bottom: 30px;
    line-height: 1.2;
    border-bottom: 2px solid #333;
    padding-bottom: 20px;
}
.productDetail .busTitle3 small {
    display: block;
    font-size: 16px;
    color: #6f9600;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase;
}

/* 설명(Definition) 리스트 */
.productDetail .def dt {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-top: 25px;
    margin-bottom: 10px;
}
.productDetail .def dt:first-child { margin-top: 0; }
.productDetail .def dd {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
}

/* 다운로드 버튼 (.btnC) */
.productDetail .absBtn {
    text-align: right;
    margin-bottom: 20px;
}
.btnC {
    display: inline-block;
    padding: 10px 25px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
}
.btnC.btn-2 {
    background: #333;
    color: #fff;
    border: 1px solid #333;
}
.btnC.btn-2:hover {
    background: #555;
}
.ico.i-download::before {
    content: '⬇';
    margin-right: 5px;
}

/* 반응형 (모바일) */
@media screen and (max-width: 768px) {
    .tab-1 li a { font-size: 14px; padding: 10px 0; }
    
    .productDetail .photoWrap,
    .productDetail .txtWrap {
        float: none;
        width: 100%;
    }
    .productDetail .photoWrap { margin-bottom: 30px; }
    .productDetail .busTitle3 { font-size: 28px; }
    .busTab2 .tab { padding: 15px 40px; }
}


/* =========================================
   3. 제품 슬라이드 탭 디자인 (.busTab2)
   ========================================= */

/* 탭 컨테이너 */
.busTab2 .tab {
    position: relative;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 26px 60px;   /* 좌우 화살표 공간 */
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
}

/* 슬라이드 마스크 영역 */
.slideList {
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
}

/* 리스트 아이템 (공통 및 가로 정렬 설정) */
.list-equipment {
    padding: 0; margin: 0;
    height: 100%;
    list-style: none;
}

.list-equipment li {
    display: inline-block; /* [중요] 가로 배치 */
    vertical-align: top;
    text-align: center;
    line-height: 60px;     /* 세로 중앙 정렬 */
    cursor: pointer;
    outline: none;
    position: relative;    /* 구분선(before) 위치 기준 */
}

/* 리스트 구분선 (옵션) */
.busTab2 .tab li:before { 
    content:''; 
    position:absolute; 
    top:50%; 
    left:-3px; /* 위치 미세 조정 */
    width:3px; 
    height:3px; 
    background:#d6d6d6; 
    border-radius:3px; 
    margin-top: -1.5px;
}
/* 첫 번째 아이템 앞에는 점 제거 */
.busTab2 .tab li:first-child:before { display: none; }


/* 링크 텍스트 스타일 */
.list-equipment li a {
    display: block;
    padding: 0 15px;
    font-size: 18px;
    color: #666;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
}

/* 활성화 상태 (Active) - 주황색 */
.list-equipment li.active a,
.list-equipment .slick-current a {
    color: #6f9600;
    font-weight: 800;
}

/* 활성화 시 하단 포인트 라인 */
.list-equipment li.active,
.list-equipment .slick-current {
    border-bottom: 3px solid #6f9600;
    box-sizing: border-box; 
}


/* 화살표 버튼 디자인 */
.busTab2 button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    font-size: 0;
    outline: none;
    transition: all 0.3s;
}

.busTab2 .btnPrev { left: 0; }
.busTab2 .btnNext { right: 0; }

.busTab2 .btnPrev::before {
    content: '‹'; font-size: 30px; color: #333; line-height: 38px;
}
.busTab2 .btnNext::before {
    content: '›'; font-size: 30px; color: #333; line-height: 38px;
}

.busTab2 button:hover {
    border-color: #333;
    background: #f9f9f9;
}


/* =========================================
   4. Slick Slider 필수 스타일 (가로 정렬 강제)
   ========================================= */
.list-equipment.slick-initialized .slick-slide {
    display: block;
    float: left;
    height: 100%;
}

.list-equipment .slick-track::after {
    content: "";
    display: block;
    clear: both;
}