/* 서브 비주얼 영역*/
.page-top {
  z-index: 1000;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 35rem;
}

.page-top .page-tit {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 5rem;
  font-weight: 400;
  letter-spacing: 1rem;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.page-top .page-tit>span {
  display: block;
}

.visual {
  width: 100%;
  height: 100%;
  color: var(--fc-3);
  background-size: cover;
  background-position: top center;
}

/* 비주얼 이미지 */
.visual.sub-1 {
  background-image: url('../img/sub/sub-1-visual.jpg');
}

.visual.sub-2 {
  background-image: url('../img/sub/sub-2-visual.jpg');
}

.visual.sub-3 {
  background-image: url('../img/sub/sub-3-visual.jpg');
}

.visual.sub-4 {
  background-image: url('../img/sub/sub-4-visual.jpg');
}

.visual.sub-5 {
  background-image: url('../img/sub/sub-5-visual.jpg');
}

/* 서브 네이게이션 */
.sub-nav-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 7rem;
  color: var(--fc-3);
  border-width: 1px 0 0;
  border-color: rgba(255, 255, 255, .2);
  border-style: solid;
}

.sub-nav {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.sub-nav .icon {
  display: flex;
  margin: 0;
  width: 7rem;
  height: 7rem;
  justify-content: center;
  align-items: center;
  border-width: 0 1px;
  border-color: rgba(255, 255, 255, .2);
  border-style: solid;
}

.sub-nav .select-box {
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, .2);
  min-width: 22.5rem;
}

.sub-nav .select-btn {
  width: 100%;
  height: 7rem;
}

.sub-nav .select-btn .select {
  display: flex;
  align-items: center;
  width: calc(100% - 3.5rem);
  height: 7rem;
  line-height: 1.2;
}

.sub-nav .select-box .option {
  top: 7rem;
  width: 100%;
  color: var(--fc-1);
  background-color: var(--white);
}

/* 1680px */
@media all and (max-width:105rem) {
  .page-top {
    height: 55rem;
  }

  .page-top .page-tit {
    font-size: 5rem;
  }
}

/* 1024px*/
@media all and (max-width:64rem) {
  .page-top {
    height: 45rem;
  }

  .page-top .page-tit {
    font-size: 3.5rem;
  }

  .sub-nav-wrap {
    min-height: 5rem;
  }

  .sub-nav .icon {
    width: 5rem;
    height: 5rem;
  }

  .sub-nav .select-btn {
    height: 5rem;
  }

  .sub-nav .select-box .option {
    top: 5rem;
  }

  .sub-nav .select-box {
    min-width: 16rem;
  }
}

.section {
  padding: 5rem 0;
  /*240311*/
}

.caption {
  position: absolute;
  bottom: 4%;
  right: 10%;
  color: #003274;
  text-align: right;
  font-size: 1.8rem;
}

.white {
  color: #fff;
}

.content-tit-wrap {
  margin-bottom: 6.5rem;
  padding: 4rem 2rem 4rem;
  word-break: keep-all;
}

.content-tit-wrap.single {
  margin-top: 10rem;
  padding: 0 2rem;
}

.content-tit {
  text-align: center;
  font-size: 4.5rem;
  font-weight: 600;
}

.s-tit {
  margin-top: 1.8rem;
  text-align: center;
  font-size: 2.1rem;
}

.content-tit>img {
  max-width: 60%;
}

.content-tit-wrap>.desc {
  margin-top: 3.5rem;
  line-height: 1.5;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 300;
  word-break: keep-all;
}

.col-txt-box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 6rem auto;
  width: 100%;
  max-width: 120.4rem;
}

.col-txt-box .br {
  display: block;
}

.col-txt-box .col-txt-tit {
  width: 36%;
  min-width: 30rem;
  line-height: 1.3;
  font-size: 5rem;
  font-weight: 600;
  color: var(--fc-2);
}

.col-txt-box .right {
  flex: 1 1 0;
  line-height: 1.8;
  font-size: 1.8rem;
  word-break: keep-all;
}

.col-txt-box .col-p {
  flex: 1 1 0;
  line-height: 1.8;
  font-size: 2.8rem;
  word-break: keep-all;
  text-align: center;
}

/* 23.11.02 */

/* 1024px*/
@media all and (max-width:64rem) {
  .content-tit-wrap {
    margin-bottom: 0;
    padding: 4rem 0;
  }

  .content-tit {
    font-size: 3.5rem;
  }

  .col-txt-box {
    margin: 0rem auto 5rem;
  }

  .col-txt-box .col-p {
    width: 100%;
    text-align: center;
  }

  .content-tit-wrap>.desc {
    margin-top: 3rem;
    font-size: 1.8rem;
  }
}

/* 820px */
@media all and (max-width:51.25rem) {
  .section {
    padding: 5rem 0;
  }

  .col-txt-box {
    flex-direction: column;
    align-items: flex-start;
  }

  .content-tit>img {
    width: 50%;
  }

  .content-tit {
    font-size: 3.5rem;
  }

  .s-tit {
    font-size: 1.8rem;
  }

  .col-txt-box .col-txt-tit {
    margin-bottom: 2rem;
    width: 100%;
  }

  .col-txt-box .col-txt-tit .br {
    display: inline-block;
  }
}

/* tab */
.tab {
  overflow-x: auto;
  font-size: 0;
}

.tab li {
  display: inline-block;
  background: #edeeef;
}

.product .tab li {
  /* width: calc(calc(100% - 3.6rem)/7); */
  padding: 0 1.5rem;
}

.product .tab li:not(:last-child) {
  margin-right: .6rem;
}

.product .btn-white {
  padding: 0;
  font-size: 1.5rem;
  height: auto;
}

.directions {
  gap: 0;
}

.directions .sec-2 {
  padding-top: 0;
}

.directions .sec-2 .content-tit-wrap{
  padding-top: 0;
}
/* 240219 */
.brand-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 1.8rem;
}

.brand-wrap .caption {
  text-align: left;
  position: relative;
  bottom: 0;
  left: 0;
}

.brand-wrap .logo-wrap {
  width: 13.5rem;
  /*240405*/
}

.brand-wrap .logo-wrap img {
  height: 100%;
}

.directions .tab li {
  width: calc(50% - .3rem);
}

.directions .tab li:first-child {
  margin-right: .6rem;
}

.tab li>a {
  display: block;
  line-height: 6.5rem;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 400;
  color: var(--fc-4)
}

.tab li.on {
  background: #fff;
  border: 1px solid #184683;
}

.tab li.on>a {
  color: #061761;
  font-weight: 600;
}

.tab li:hover a {
  color: #061761;
  font-weight: 600;
}

.inquiry-btn {
  width: 20.2rem;
  height: 6.2rem;
  position: relative;
  top: 5rem;
  left: 50%;
  text-align: center;
  font-size: 2rem;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

/* 1024px */
@media all and (max-width:64rem) {
  .tab li>a {
    font-size: 1.6rem;
  }

  .brand-wrap {
    display: block;
  }

  .brand-wrap .caption {
    margin-bottom: 1rem;
  }
}

/* 모바일 820px */
@media all and (max-width:51.25rem) {

  .product .tab {
    white-space: nowrap;
  }

  .tab.inner {
    padding: 0;
  }

  .product .tab li {
    margin-top: .5rem;
  }

  .tab li>a {
    line-height: 5rem;
  }
}

.col-box {
  display: flex;
  justify-content: center;
}


/* 테이블 */
.table-wrap {
  width: 100%;
}

.table-wrap .table-top {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 2rem;
  font-size: 4rem;
  color: var(--fc-4);
}

.table-wrap .table-top .figure {
  height: 4rem;
}

.table-wrap .table-top .figure img {
  width: auto;
}

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

.card-wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 139rem;
}

.flex-card {
  display: flex;
  gap: 4rem;
}

.img-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.img-card .img {
  font-size: 0;
}

.img-card .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-card .desc {
  line-height: 1.8;
  word-break: keep-all;
}

/* 슬라이드 버튼 */
.slider-next {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.slider-prev {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.slider-next,
.slider-prev {
  z-index: 10;
  width: 8rem;
  height: 8rem;
  background-color: rgba(255, 255, 255, 0.2);
  cursor: pointer;
}

.slider-next:hover::before,
.slider-prev:hover::before {
  opacity: 1;
}

.slider-next::before,
.slider-prev::before {
  opacity: .3;
  color: var(--fc-3);
  position: absolute;
  left: 50%;
  top: 50%;
  font-weight: 300;
  transform: translate(-40%, -50%);
  -webkit-transform: translate(-40%, -50%);
  -moz-transform: translate(-40%, -50%);
  -ms-transform: translate(-40%, -50%);
  -o-transform: translate(-40%, -50%);
}

/* 1280px*/
@media all and (max-width:80rem) {

  .slider-next,
  .slider-prev {
    width: 5rem;
    height: 5rem;
  }

  .table-wrap .table-top {
    font-size: 3rem;
  }

  .table-wrap .table-top .figure {
    height: 3rem;
  }

  .card-wrap {
    display: block;
  }

  .card-wrap .icon-card {
    width: 100% !important;
    margin-bottom: 2rem;
  }
}

/* 820px */
@media all and (max-width:51.25rem) {
  .table-wrap .table-top {
    font-size: 2.5rem;
  }

  .table-wrap .table-top .figure {
    height: 2.5rem;
  }
}

/* //공통 */


/* 회사 개요 경영이념 */

.company .col-txt-box .desc .br {
  display: block;
  margin-bottom: 2.3rem;
}

.company .col-txt-tit {
  font-size: 4.6rem;
}

.company .desc.bold {
  font-weight: 600;
}

.company .full-img {
  margin: 5rem auto;
  height: 40.5rem; /*240318*/
  background: url('../img/sub/sub-1-subvisual.jpg') center/cover no-repeat;
}

.company .color-wrap {
  /*240311*/
  padding-left: 1rem;
  max-width: 35%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.company .color-wrap .color {
  width: 1rem;
  height: 1rem;
  background: #2b2b2b;
}

.company .col-box h4 {
  margin-bottom: 1.5rem;
}

.company .col-box h4 span {
  font-size: 4.5rem;
  font-weight: 500;
}

.company .caption {
  position: absolute;
  bottom: 1rem;
  font-size: 1.7rem;
  right: 20%;
}

.center-txt {
  opacity: .8;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
  line-height: 1.5;
  color: var(--fc-3);
}

.company .section.sec-1 .center-txt {
  font-size: 3.6rem; /*240320*/
  font-weight: 500;
}

.company .section.sec-1 .center-txt span {
  display: block;
  margin: 2rem 0 1rem;
  font-size: 8rem;
  font-weight: 700;
  font-family: "GmarketSans", sans-serif;
}

.sm-inner {
  margin: 6rem auto;
  max-width: 120rem;
}

.col-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6rem;
  gap: 4rem;
}

.col-card .col-box {
  position: relative;
  left: 0;
  top: 0;
  width: 66rem;
}

.col-card .col-box::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 60%;
  height: 1px;
  background-color: #c4c6c6;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.col-card .col-box>li {
  z-index: 10;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 20rem;
  height: 20rem;
  text-align: center;
  color: var(--fc-3);
  border-radius: 20rem;
  -webkit-border-radius: 20rem;
  -moz-border-radius: 20rem;
  -ms-border-radius: 20rem;
  -o-border-radius: 20rem;
}

.col-card .col-box li>span {
  margin-bottom: 1.5rem;
  font-size: 5rem;
  font-weight: 500;
}

.col-card .col-box p {
  width: 100%;
  text-align: center;
}

.col-card .col-box li:nth-of-type(1) {
  background-color: #769091;
}

.col-card .col-box li:nth-of-type(2) {
  margin: 0 3rem;
  background-color: #a7797f;
}

.col-card .col-box li:nth-of-type(3) {
  background-color: #7d8693;
}

.col-card .right {
  flex: 1 1 0;
  display: flex;
  justify-content: flex-end;
  line-height: 1.5;
  font-size: 2rem;
  font-weight: 500;
}

.col-card+.col-box {
  width: 100%;
}

.col-card+.col-box li {
  width: calc(100%/3);
  line-height: 1.8;
  font-size: 2.3rem;
}

.col-card+.col-box li:nth-of-type(2) {
  margin: 0 3.5rem;
}

.col-card+.col-box li:nth-of-type(1)>span {
  padding-bottom: .7rem;
  font-weight: 700;
  color: #308488;
}

.col-card+.col-box li:nth-of-type(2)>span {
  padding-bottom: .7rem;
  font-weight: 700;
  color: #9f404e;
}

.col-card+.col-box li:nth-of-type(3)>span {
  padding-bottom: .7rem;
  font-weight: 700;
  color: #3b6596;
}

.col-card+.col-box li>p {
  text-align: left;
  font-size: .79em;
}

.company .section.sec-2 {
  margin: 0;
}

.company .section.sec-2 .col-wrap {
  margin: 0 auto;
  width: 100%;
}

.company .section.sec-2 .col-wrap::before {
  position: absolute;
  content: "";
  width: 100vw;
  height: 1px;
  left: 0;
  top: 40%;
  background-color: #93a3be;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.company .section.sec-2 .col-box {
  margin: 8rem auto;
  width: 100%;
  max-width: 130rem;
}

.company .section.sec-2 .col-box .col-item {
  margin: 0 5rem;
}

.company .section.sec-2 .col-box .col-item .item-tit {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 4rem;
  width: 33rem;
  height: 33rem;
  line-height: 1.5;
  text-align: center;
  font-size: 3.5rem;
  font-weight: 700;
  color: #325084;
  background-color: var(--white);
  border: 1.7rem solid #93a3be;
}

.company .section.sec-2 .col-box .col-item .item-tit>span {
  display: block;
  font-size: .9em;
  /*240311*/
  font-weight: 400;
  color: var(--fc-1);
}

.company .section.sec-2 .col-box .col-item .item-tit+p {
  display: flex;
  justify-content: center;
  width: 100%;
  line-height: 1.8;
  text-align: left;
  font-size: 2rem;
  letter-spacing: -.1rem;
}


.inno-pd {
  padding-left: 0.8rem;
}


/* 회사개요 Ci*/
.company .section.sec-3 .col-txt-box {
  display: flex;
  justify-content: flex-start;
  margin: 7rem auto 7rem;
  max-width: 120rem;
}

.company .section.sec-3 .col-txt-box.box1 {
  display: block;
  margin-top: 2.2rem;
}

.company .section.sec-3 .col-txt-box .col-p {
  margin-left: 6.3rem;
  text-align: left;
  font-size: 1.8rem;
}

.company .section.sec-3 .col-txt-box .col-p b {
  display: block;
  margin-bottom: 4.2rem;
}

.company .section.sec-3 .col-txt-box:nth-of-type(2) {
  margin: 15rem auto 18rem;
}

.company .section.sec-3 .col-txt-box>.col-txt-tit {
  vertical-align: middle;
}

.company .section.sec-3 .col-txt-box>.col-txt-tit>img {
  width: calc(100% - 6rem);
  max-width: 23rem;
}

.company .section.sec-3 .col-txt-box>.right {
  padding-left: 6.5rem;
  line-height: 1.5;
  flex: 1 1 0;
}

.company .section.sec-3 .col-box {
  max-width: 120rem;
  margin: 8rem auto 10rem; /*240318*/
}

.company .section.sec-3 .ci-img {
  margin-bottom: 5rem;
  width: 63.6rem;
  height: 25rem;
}

.company .section.sec-3 .col-txt-box .tit {
  font-size: 5rem;
  font-weight: 600;
}

.company .section.sec-3 .color-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.company .section.sec-3 .color-list .li-1 {
  width: 37%;
}

.company .section.sec-3 .color-list .li-2,
.company .section.sec-3 .color-list .li-3,
.company .section.sec-3 .color-list .li-4 {
  width: calc(63% / 3);
}

.company .section.sec-3 .color-list .ci-color {
  width: 100%;
  height: 16rem;
  font-size: 0;
}

.company .section.sec-3 .color-list .li-1 .ci-color {
  background-color: #595757;
}

.company .section.sec-3 .color-list .li-2 .ci-color {
  background-color: #6c6b6b;
}

.company .section.sec-3 .color-list .li-3 .ci-color {
  background-color: #b9b9b9;
}

.company .section.sec-3 .color-list .li-4 .ci-color {
  background-color: #e7e9ea;
}

.company .section.sec-3 .color-list dl {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
}

.company .section.sec-3 .color-list dt {
  padding: 1.5rem 0;
  font-weight: 600;
}

.company .section.sec-3 .color-list dd {
  line-height: 1.5;
  font-size: .875em;
}

.company .section.sec-3 .full-img {
  background: url('../img/sub/sub-1-svisual.jpg');
}

.company .section.sec-3 .center-txt {
  font-weight: 500;
  font-style: normal;
}

.company .section.sec-3 .center-txt p {
  line-height: 1.5;
  font-size: 5rem;
  font-weight: 700;
  font-style: italic;
}

.company .section.sec-3 .btn {
  margin: 0 1rem;
}

.company .hei-btn {
  width: auto;
  height: 5.7rem;
  line-height: 5.7rem;
  padding: 0 2.2rem;
}

/* 회사개요 조직도 */

.diagram-wrap {
  margin: 8rem auto;
  max-width: 108rem;
}

.diar-1 {
  position: relative;
  margin: 0 auto;
}

.diar-1::before {
  z-index: 2;
  position: absolute;
  content: "";
  left: 50%;
  top: calc(100% - 1rem);
  width: 1px;
  height: 6rem;
  background-color: var(--line-c-3);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.diar-1::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -4.9rem;
  width: calc(100% - 20%);
  height: 1px;
  background-color: var(--line-c-3);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.diar-1 .figure {
  position: relative;
  margin: 0 auto;
  width: 21.5rem;
  height: 21.5rem;
}

.diar-1 .figure>figcaption {
  z-index: 10;
  position: absolute;
  left: 50%;
  top: calc(50% + 2rem);
  font-size: 2rem;
  color: var(--fc-3);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.diar-1 .figure::after {
  z-index: 10;
  position: absolute;
  content: "";
  left: 47%;
  top: 90%;
  width: 1.3rem;
  height: 1.3rem;
  background-color: var(--white);
  border: 4px solid #922e32;
  border-radius: 1.3rem;
  transform: translateX(-4%);
  -webkit-transform: translateX(-4%);
  -moz-transform: translateX(-4%);
  -ms-transform: translateX(-4%);
  -o-transform: translateX(-4%);
  -webkit-border-radius: 1.3rem;
  -moz-border-radius: 1.3rem;
  -ms-border-radius: 1.3rem;
  -o-border-radius: 1.3rem;
}

.diagram-wrap ul {
  width: 100%;
}

.diagram-wrap>ul>li>ul {
  display: flex;
  justify-content: center;
  margin-top: 8rem;
}

.diagram-wrap>ul>li>ul>li {
  margin: 0 1.5rem;
  width: 22rem;
  text-align: center;
}

.diagram-wrap .group {
  position: relative;
  left: 0;
  top: 0;
  display: flex;
  align-items: center ;
  justify-content: center;
  margin-bottom: 2rem;
  width: 100%;
  height: 7.5rem;
  line-height: 1.1;
  border: 3px solid #003274;
  border-radius: 7.5rem;
  background-color: var(--white);
  -webkit-border-radius: 7.5rem;
  -moz-border-radius: 7.5rem;
  -ms-border-radius: 7.5rem;
  -o-border-radius: 7.5rem;
}

.diagram-wrap .group::after {
  position: absolute;
  content: "";
  left: 50%;
  top: -.9rem;
  width: 1.3rem;
  height: 1.3rem;
  background-color: var(--white);
  border: 4px solid #922e32;
  border-radius: 1.3rem;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-border-radius: 1.3rem;
  -moz-border-radius: 1.3rem;
  -ms-border-radius: 1.3rem;
  -o-border-radius: 1.3rem;
}

.diagram-wrap .group::before {
  position: absolute;
  content: "";
  left: 50%;
  top: -3.4rem;
  width: 1px;
  height: 3.2rem;
  background-color: var(--line-c-3);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.diagram-wrap .group+ul {
  padding: 2rem;
  width: 100%;
  height: 17rem;
  border: 1px solid var(--line-c-2);
  background-color: var(--white);
  border-radius: 1.5rem;
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  -ms-border-radius: 1.5rem;
  -o-border-radius: 1.5rem;
}

.diagram-wrap .group+ul>li {
  margin: .8rem 0;
  font-size: 1.7rem;
  line-height: 1.3;
  color: #111;
}


/* 1680px */
@media all and (max-width:105rem) {
  .col-txt-box .col-txt-tit {
    font-size: 4.5rem;
  }

  .company .full-img {
    margin: 12rem 0 0;
  }

  .company .section.sec-2 .col-box .col-item .item-tit {
    width: 28rem;
    height: 28rem;
  }

  .company .section.sec-3 .color-list dl {
    font-size: 1.4rem;
  }

  .company .section.sec-1 .center-txt {
    font-size: 2.5rem;
  }

  .company .section.sec-1 .center-txt span {
    margin: 2rem 0 1rem;
    font-size: 5rem;
  }
}

/* 1366px */
@media all and (max-width:85.375rem) {

  .col-txt-box .col-txt-tit {
    font-size: 3.2rem;
  }

  .col-txt-box .desc {
    font-size: 1.8rem;
  }

  .company .col-txt-box .desc .br {
    margin-bottom: 1rem;
  }

  .company .col-box h4 span {
    font-size: 3.6rem;
  }

  .col-card .col-box {
    width: 50%;
  }

  .col-card .col-box>li {
    width: 15rem;
    height: 15rem;
  }

  .col-card .right {
    justify-content: center;
  }

  .col-card .desc {
    font-size: 2rem;
  }

  .col-card+.col-box li {
    font-size: 2rem;
  }

  .company .full-img {
    height: 40rem;
  }

  .company .section.sec-2 .col-box {
    margin: 4rem auto 6rem;
    padding-bottom: 0;
  }

  .company .section.sec-2 .col-box .col-item {
    margin: 0 4rem;
  }

  .company .section.sec-2 .col-box .col-item .item-tit {
    width: 25rem;
    height: 25rem;
    font-size: 2.5rem;
    border-width: 1rem;
  }

  .company .section.sec-3 .col-txt-box {
    margin: 4rem 0;
  }

  .company .section.sec-3 .col-txt-box:nth-of-type(2) {
    margin: 7rem 0;
  }

  .company .section.sec-3 .col-txt-box>.right {
    padding-left: 0;
    word-break: keep-all;
    width: 100%;
  }

  .company .section.sec-2 .col-box .col-item .item-tit+p {
    width: 100%;
    font-size: 1.6rem;
  }

  .company .section.sec-3 .color-list .li-1 {
    width: 25%;
  }

  .company .section.sec-3 .col-item .btn-box .btn {
    height: 5.5rem;
    line-height: 5.5rem;
  }

  .company .section.sec-3 .color-list .li-2,
  .company .section.sec-3 .color-list .li-3,
  .company .section.sec-3 .color-list .li-4 {
    width: calc(75% / 3);
  }

  .company .section.sec-3 .ci-img {
    width: 100%;
    height: 50rem;
  }

  .company .section.sec-3 .btn-box {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .company .section.sec-3 .col-box {
    display: block;
  }

  .company .section.sec-3 .center-txt p {
    font-size: 4rem;
  }

  .company .section.sec-3 .col-txt-box .col-p {
    text-align: center;
    font-size: 2rem;
    margin-left: 0;
  }

  .diagram-wrap {
    margin: 4rem 0;
  }

  .diar-1 .figure {
    width: 18.5rem;
    height: 18.5rem;
  }

  .diagram-wrap .group {
    height: 6rem;
    font-size: 1.6rem;
  }

  .diagram-wrap .group+ul>li {
    font-size: 1.6rem;
  }
}

@media all and (max-width:64rem) {
  .col-card .col-box {
    width: 65%;
  }
  .col-card .col-box>li {
    width: 17rem;
    height: 17rem;

  }

  .col-card .col-box p {
    font-size: 1.6rem;
  }

  .diagram-wrap>ul>li>ul>li {
    margin: 0 1rem;
  }

  .diagram-wrap .group {
    font-size: 1.5rem;
  }
  
  .diagram-wrap .group+ul {
    height: 18rem;
  }
}

/* 820px */
@media all and (max-width:51.25rem) {
  .company .col-box h4 span {
    font-size: 2.2rem;
  }

  .company .full-img {
    margin: 6rem 0;
  }

  .company .section.sec-1 .col-txt-box .col-txt-tit .br:last-child {
    display: block;
  }

  .company .section.sec-1 .center-txt {
    font-size: 2.5rem;
  }

  .company .section.sec-1 .center-txt .line {
    margin: 0 3rem 0 1rem;
    height: 4rem;
  }

  .company .full-img {
    height: 35rem;
  }

  .center-txt {
    font-size: 2.5rem;
  }

  .col-card {
    flex-direction: column;
  }

  .col-card .col-box,
  .col-card .right {
    width: 100%;
  }

  .col-card .col-box {
    margin-bottom: 4rem;
  }

  .col-card .col-box li>span {
    font-size: 3.5rem;
  }

  .col-card+.col-box li>p {
    text-align: left;
  }

  .col-txt-box .desc {
    margin-left: 0;
  }

  .company .section.sec-2 .col-box .col-item {
    margin: 0 2rem
  }

  .company .section.sec-2 .col-box .col-item .item-tit {
    width: 20rem;
    height: 20rem;
  }

  .company .section.sec-2 .col-box .col-item .item-tit+p {
    font-size: 1.4rem;
  }

  .company .section.sec-3 .col-txt .col-txt-tit {
    font-size: 4rem;
  }

  .diar-1 .figure {
    width: 15.5rem;
    height: 15.5rem;
  }

  .diar-1::before {
    left: 50%;
    top: 100%;
    height: 5rem;
  }

  .diar-1 .figure::before {
    height: 6.5rem;
  }

  .diar-1 .figure::after {
    left: 47%;
  }

  .company .section.sec-3 .color-list {
    width: 100%;
  }

  .company .section.sec-3 .center-txt p {
    font-size: 2.5rem;
  }

  .company .section.sec-3 .col-txt-box>.col-txt-tit>img {
    width: calc(100% - 22rem);
  }

  .diagram-wrap .group+ul>li {
    font-size: 1.5rem;
  }

  .diagram-wrap .group+ul {
    padding: 1rem;
  }

  .diagram-wrap>ul>li>ul>li {
    margin: 0 1.5rem;
  }

  .company .section.sec-3 .col-txt:nth-of-type(2) {
    margin: 7rem 0 7rem;
  }

  .company .section.sec-3 .col-txt>.col-txt-tit {
    width: 27rem;
  }

  .company .section.sec-3 .col-txt-box .col-p {
    font-size: 1.5rem;
  }

  .company .section.sec-3 .ci-img {
    height: 20rem;
  }

  .diagram-wrap ul {
    flex-direction: column;
  }

  .diagram-wrap>ul>li>ul>li {
    margin: 0 auto 3.2rem;
    width: 90%;
  }
  .diar-1::after {
    display: none;
  }
}

/* 767px 모바일 */
@media all and (max-width:47.9375rem) {
  .col-txt-box .col-txt-tit {
    font-size: 3rem;
  }

  .col-card .col-box li {
    width: 12rem;
    height: 12rem;
    font-size: 1.4rem;
  }

  .sm-inner>.col-box {
    flex-direction: column;
  }

  .sm-inner>.col-box li {
    width: 100%;
  }

  .sm-inner>.col-box li:nth-of-type(2) {
    margin: 4rem 0;
  }

  .company .caption {
    font-size: 1.3rem;
  }

  .company .section.sec-2 .col-wrap::before {
    display: none;
  }

  .company .section.sec-2 .col-box .col-item {
    margin-bottom: 4rem;
  }

  .company .section.sec-2 .col-box {
    flex-direction: column;
    align-items: center;
  }

  .company .section.sec-2 .col-box .col-item .item-tit {
    margin: 2rem auto 2rem;
    font-size: 2rem;
  }

  .company .section.sec-2 .col-box .col-item .item-tit+p {
    position: relative;
    font-size: 1.8rem;
  }

  .diagram-wrap>ul>li>ul>li {
    margin: 0 auto 2.5rem;
  }


  .diar-1::before {
    height: 5.5rem;
  }

  .diar-1 .figure::before {
    left: 50%;
  }

  .diar-1::after {
    display: none;
  }

  .diagram-wrap .group::before {
    top: -3rem;
  }
}



/*  R & D */
.r-and-d {}

.graph-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 12.5rem 0 5rem;
  /*240311*/
  width: 100%;
  height: 54rem;
  background: url('../img/sub/sub1-3-sec1-bg.jpg') center/cover no-repeat;
}

.graph-wrap .graph-item {
  padding: 8rem 0 7rem;
  width: 42rem;
  text-align: center;
}

.graph-wrap .graph-item .graph {
  position: relative;
  left: 0;
  top: 0;
  margin: 0 auto;
  width: 30rem;
  height: 30rem;
  border-radius: 15rem;
  -webkit-border-radius: 15rem;
  -moz-border-radius: 15rem;
  -ms-border-radius: 15rem;
  -o-border-radius: 15rem;
}

.graph-wrap .graph-item .progress {
  position: absolute;
  left: 50%;
  top: 50%;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  transform: translate(-50%, -50%);
  background: conic-gradient(#c2c8d4, #c2c8d4);
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  -ms-border-radius: inherit;
  -o-border-radius: inherit;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.graph-wrap .graph-item .percent::before {
  font-size: 4rem;
  font-weight: 700;
  font-style: italic;
  color: #325084;
  content: attr(data-percent);
}

.graph-wrap .graph-item .percent::after {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
  color: #325084;
  content: "%";
}

.graph-wrap .graph-item .inner-txt {
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14rem;
  height: 14rem;
  line-height: 1.2;
  text-align: center;
  background-color: var(--white);
  border-radius: 15rem;
  transform: translate(-50%, -50%);
  -webkit-border-radius: 15rem;
  -moz-border-radius: 15rem;
  -ms-border-radius: 15rem;
  -o-border-radius: 15rem;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.graph-wrap .graph-item .graph-tit {
  margin: 3rem auto 0;
  display: inline-block;
  width: auto;
  padding: 0 2rem;
  height: 5.5rem;
  line-height: 5.5rem;
  background-color: #fff;
  border-radius: 3rem;
  border: .1rem dashed #c4cdef;
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  -ms-border-radius: 3rem;
  -o-border-radius: 3rem;
}

.r-and-d .img-card {
  justify-content: flex-start;
  margin-bottom: 10rem;
  height: 45rem;
}

.r-and-d .img-card .img {
  width: 40%;
  max-width: 55rem;
  height: inherit;
}

.r-and-d .img-card .txt-box {
  height: inherit;
  padding-left: 5.8%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1 1 0;
}

.r-and-d .img-card.row-reverse .txt-box {
  padding-left: 0;
  padding-right: 5.8%;
}

.r-and-d .img-card .card-tit {
  position: relative;
  left: 0;
  top: 0;
  margin-bottom: 3.5rem;
  padding-left: 0;
  font-size: 4.5rem;
}

.r-and-d .img-card:nth-of-type(3) .txt-box {
  padding-top: 5rem;
}

.r-and-d .img-card .card-tit>span {
  z-index: 10;
  position: relative;
  font-weight: 500;
}

.r-and-d .img-card .card-tit::after {
  opacity: .3;
  position: absolute;
  left: 0;
  bottom: 25px;
  content: attr(data-num);
  font-size: 2.88em;
  font-weight: 700;
  color: #c2c8d4;
}

.r-and-d .img-card .txt-box .desc {
  font-size: 2.2rem;
}

.r-and-d .img-card .txt-box .desc>p {
  margin: 1rem 0;
  line-height: 1.5;

  word-break: keep-all;
}

.row-reverse {
  flex-direction: row-reverse;
}

.rnd-txt {
  flex: 1 1 0;
  margin-left: 4rem;
  line-height: 1.7;
  font-size: 1.9rem;
  word-break: keep-all;
}

/* 1366px */
@media all and (max-width:85.375rem) {
  .r-and-d .img-card .txt-box {
    padding-left: 5%;
  }
}

/* 1024px */
@media all and (max-width:64rem) {
  .r-and-d .img-card {
    height: 40rem;
  }

  .r-and-d .img-card .card-tit {
    margin-bottom: 2.5rem;
    font-size: 3.5rem;
  }

  .r-and-d .img-card .txt-box .desc {
    font-size: 1.8rem;
  }
}

/* 820px */
@media all and (max-width:51.25rem) {
  .graph-wrap {
    margin: 5rem 0 10rem;
  }

  .graph-wrap .graph-item .graph {
    width: 25rem;
    height: 25rem;
  }

  .graph-wrap .graph-item .inner-txt {
    width: 12rem;
    height: 12rem;
  }

  .card-wrap .img-card {
    margin-bottom: 7rem;
  }

  .card-wrap .card-tit {
    font-size: 2rem;
  }

  .card-wrap .card-tit::after {
    bottom: 1.5rem;
  }

  .card-wrap .txt-box .desc>p {
    font-size: 1.7rem;
  }
}

/* 767px */
@media all and (max-width:47.9375rem) {
  .graph-wrap {
    flex-direction: column;
    height: auto;
  }

  .graph-wrap .graph-item:last-child {
    padding-top: 0;
  }

  .card-wrap .img-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .card-wrap .img-card.row-reverse {
    flex-direction: column;
  }

  .card-wrap .txt-box {
    padding-left: 0;
  }

  .r-and-d .img-card {
    flex-direction: column;
    height: auto;
  }

  .r-and-d .img-card .card-tit::after {
    bottom: 0;
    line-height: 1;
  }

  .r-and-d .img-card .img,
  .r-and-d .img-card .txt-box {
    width: 100%;
  }

  .r-and-d .img-card .txt-box {
    margin-top: 8rem;
    padding-left: 0;
  }

  .r-and-d .img-card:nth-of-type(3) .txt-box {
    padding-top: 0;
  }
}


/* 인재상 */

.icon-cards {
  display: flex;
  justify-content: flex-start;
  margin: 0 auto 7rem;
  max-width: 121rem;
}

.icon-cards:last-child {
  margin-bottom: 0;
}

.icon-card-tit {
  min-width: 36.37%;
  max-width: 44rem;
}

.icon-card-tit .tal-num {
  width: 5rem;
  height: 3rem;
  background: #325084;
  border-radius: 1.5rem;
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  -ms-border-radius: 1.5rem;
  -o-border-radius: 1.5rem;
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  line-height: 3rem;
  margin-bottom: 2.5rem;
}

.icon-card-tit .tit {
  line-height: 1.2;
  font-size: 3.3rem;
  font-weight: 400;
  word-break: keep-all;
}

.icon-cards .icon-list {
  display: flex;
  flex-flow: row wrap;
}

.talent .full-img {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8rem 0;
  width: 100%;
  background: #e8edf4;
}

.talent .full-img .figure {
  width: 65%;
  max-width: 78rem;
}

.icon-list>li {
  padding: 3.2rem 3rem 3.2rem;
  margin-right: 1.75rem;
  margin-bottom: 1.75rem;
  width: calc(calc(100% - 5.25rem)/4);
  max-width: 18rem;
  text-align: left;
  background-color: var(--white);
  border: 1px solid #d5d5d5;
}

.icon-list>li:nth-of-type(4n) {
  margin-right: 0;
}

.icon-list .figure {
  margin-bottom: 2rem;
  width: 5rem;
}

.card-tit {
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 2.2rem;
}

.tal-img-wrap {
  width: 78.1rem;
  height: 45.7rem;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.tal-img-wrap img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  max-width: 100%;
  margin: auto;
}

/* 채용절차 */
.step-col {
  display: flex;
  width: 98.5rem;
  margin: 0 auto 10rem;
}

.step-circle {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 5rem 0;
  width: 28rem;
  height: 28rem;
  font-size: 2.2rem;
  background: var(--white);
  border-radius: 28rem;
  -webkit-border-radius: 28rem;
  -moz-border-radius: 28rem;
  -ms-border-radius: 28rem;
  -o-border-radius: 28rem;
  border: 0.1rem solid #c1c9d4;
  position: relative;
}

.step-circle:nth-of-type(2) {
  margin: 0 5rem;
}

.step-num {
  display: block;
  font-size: .82em;
  font-weight: 600;
  color: #376aae;
  text-align: center;
}

.step-circle .figure {
  width: 5.5rem;
  margin: 0 auto;
}

.step-tit {
  font-size: .8em;
  text-align: center;
  font-weight: 400;
}

.step-circle::after {
  content: '';
  width: 4.3rem;
  height: 1.7rem;
  background: url("../img/icon/sub-arrow.png")no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: -4.6rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.step-circle:last-child::after {
  display: none;
}

/* 1680px */
@media all and (max-width:105rem) {}

/* 1366px */
@media all and (max-width:85.375rem) {
  .step-col {
    width: 90rem;
  }

  .step-circle {
    padding: 3rem 0;
    width: 26rem;
    height: 26rem;
    font-size: 2rem;
  }
}

/* 1024px*/
@media all and (max-width:64rem) {

  .icon-cards {
    padding: 0 4rem;
    max-width: 121rem;
  }

  .icon-card-tit {
    margin-right: 2rem;
    min-width: 28%;
  }

  .card-tit {
    font-size: 1.5rem;
  }

  .icon-list>li {
    padding: 2.4rem 1.5rem 2.3rem;
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
    width: calc(calc(100% - 4.5rem)/4);
    max-width: 15.3rem;
  }

  .step-circle .figure {
    margin-bottom: 1rem;
    width: 25%;
  }
}

/* 모바일 820px */
@media all and (max-width:51.25rem) {
  .icon-cards {
    padding: 0 2rem;
  }

  .icon-card-tit {
    margin-right: 0;
    min-width: 26%;
  }

  .icon-list .figure {
    margin-bottom: 1rem;
    width: 4rem;
  }

  .card-tit {
    font-size: 1.5rem;
  }

  .icon-list>li {
    padding: 1.8rem 1.5rem 1.8rem;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
    width: calc(calc(100% - 1.5rem)/3);
  }
  .icon-list>li:nth-of-type(4n) {
    margin-right: .5rem;
  }
  .icon-list>li:nth-of-type(3n) {
    margin-right: .0;
  }
  .step-col {
    width: 80%;
  }

  .step-circle {
    padding: 2.5rem 0;
    width: 17.5rem;
    height: 17.5rem;
    font-size: 1.7rem;
  }
  .step-tit {
    font-size: .75em;
  }
  .step-circle:nth-of-type(2) {
    margin: 0 3rem;
  }
  .step-circle::after {
    right: -2.6rem;
    z-index: -1;
  }

}

@media all and (max-width:47.9375rem) {
  .talent .full-img .figure {
    width: 90%;
  }

  .talent .full-img .figure img {
    content: url('../img/sub/tal-main-mo_en.png');
  }

  .icon-cards {
    flex-direction: column;
  }

  .icon-card-tit {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 1rem;
    width: 100%;
    align-items: center;
  }

  .icon-card-tit .tal-num {
    margin-bottom: 0;
    margin-right: 1rem;
  }

  .icon-card-tit .tit {
    font-size: 2.5rem;
  }

  .icon-list>li {
    margin-right: 1rem;
    margin-bottom: 1rem;
    padding: 1.5rem 1.5rem 1.5rem;
    width: calc(calc(100% - 2rem) /3);
  }

  .icon-list>li:nth-of-type(2n) {
    margin-right: 1rem;
  }

  .icon-list>li:nth-of-type(3n) {
    margin-right: 0;
  }

  .card-tit {
    line-height: 1.5;
  }

  .step-col {
    width: 100%;
  }

  .step-circle {
    padding: 1.5rem 0;
    width: 12rem;
    height: 12rem;
  }

  .step-circle::after {
    top: 45%;
    right: -2.8rem;
    transform: scale(.37);
    -webkit-transform: scale(.37);
    -moz-transform: scale(.37);
    -ms-transform: scale(.37);
    -o-transform: scale(.37);
  }

  .step-circle:nth-of-type(2) {
    margin: 0 1.5rem;
  }
}



/* 오시는 길 */

.directions .inner {
  max-width: 128rem;
  /*240311*/
}

.directions-slider-wrap {
  margin-bottom: 8rem;
  height: 50rem;
  /*240311*/
}

.directions .swiper {
  height: inherit;
  background-color: #000;
}

.directions .swiper .figure {
  width: auto;
  height: inherit;
  text-align: center;
}

.directions .swiper .figure>img {
  /*240320*/
  width: 100%;
  height: 100%;
}

.map-wrap {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 8rem;
}

.directions .map {
  width: 59%;
  height: 40rem; /*240318*/
}


.directions .map>iframe {
  width: 100%;
  height: 100%;
}

.map-info {
  flex: 1 1 0;
  padding-left: 3.64%;
}

.directions .map-tit {
  opacity: .9;
  position: relative;
  padding: 5rem 0;
  font-size: 3.8rem;
  font-weight: 600;
}

.directions .map-tit::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 4rem;
  height: .5rem;
  background-color: #000;
}

.map-info>dl {
  display: flex;
  justify-content: flex-start;
  margin: .5rem 0;
  line-height: 1.5;
  font-size: 1.8rem;
}

.map-info>dl>dt {
  width: 13rem;
  font-weight: 700;
}

.map-info>dl>dd {
  flex: 1 1 0;
}

/* 1280px */
@media all and (max-width:80rem) {

  .directions-slider-wrap {
    height: 80vh;
  }

  .directions .map {
    width: 50%;
  }
  .map-info {
    padding-left: 2.64%;
  }

  .map-info>dl>dt {
    width: 13rem;
  }
}

/* 모바일 820px */
@media all and (max-width:51.25rem) {
  .directions-slider-wrap {
    height: 50vh;
  }

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

  .directions .map {
    margin-bottom: 4rem;
    width: 100%;
  }

  .directions .map-tit {
    padding: 2.5rem 0;
    font-size: 2.8rem;
  }

  .map-info>dl>dt {
    width: 13rem;
  }
}



/* 브랜드 소개*/
.xcore .sec-1 {
  padding-top: 0;
}

.xcore .btn-white,
.gbs .btn-white{
  padding: 0 2.5rem;
  font-size: 1.4rem;
  /*240318*/
}

.gbs .sec-1 {
  padding-top: 0;
}

.full-img.brand {
  width: 100%;
  height: 60rem;
}

.full-img.brand .figure {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.full-img.brand .inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.full-img.brand .btn-box {
  /*240311*/
  margin: auto 0 4rem;
  display: flex;
  gap: 1rem;
  justify-content: right;
}

.full-img.brand .btn {
  float: right;
  border: 1px solid #6f6c69;
}

.content-tit-wrap .r-desc-box {
  margin: 0 auto 1rem;
  display: inline-block;
  padding: 1.8rem 3.5rem;
  text-align: center;
  line-height: 1.2;
  font-size: 2rem;
  font-weight: 500;
  word-break: keep-all;
  border-radius: 6rem;
  -webkit-border-radius: 6rem;
  -moz-border-radius: 6rem;
  -ms-border-radius: 6rem;
  -o-border-radius: 6rem;
}

.content-tit-wrap .r-desc-box:last-child {
  margin-bottom: 0;
}

/* .xcore*/
.xcore {}

.xcore .sec-1 .full-img {
  background: url('../img/sub/sub2-sec1-bg_en.jpg') center/cover no-repeat;
  position: relative;
}

.xcore .sec-2 .full-img {
  margin: 10rem 0;
}

.xcore .sec-2 .full-img .figure {
  margin: 0 auto;
  width: 41%;
  max-width: 66rem;
  min-width: 35rem;
}

.xcore .sec-2 .content-tit-wrap {
  color: var(--fc-6);
}

.xcore .sec-2 .content-tit {
  margin-bottom: 4rem;
}

.xcore .sec-2 .content-tit>img {
  margin-top: 6rem;
  width: 32.3%;
  max-width: 52rem;
}

.xcore .sec-2 .content-tit-wrap .r-desc-box {
  width: 53rem;
  color: #555;
  background-color: var(--white);
}

.xcore .sec-2 .content-tit-wrap .desc {
  margin-top: 5rem;
  font-size: 2.2rem;
  font-weight: 500;
}

.xcore .slider-item-wrap {
  margin-top: 19.5rem;
  margin-bottom: 22rem;
}

.slider-item-wrap .content-tit {
  margin: 0 0 8rem;
  font-size: 4.5rem;
  font-weight: 500;
}

.table-card {
  display: flex;
  justify-content: flex-start;
  margin: 13.5rem 0;
}

.xcore .table-card:nth-of-type(1) {
  margin: 15.5rem 0 -3.5rem;
}

.table-card .col-txt-wrap {
  flex: 1 1 0;
  padding-right: 2rem;
}

.table-card.row-reverse .col-txt-wrap {
  padding-left: 4rem;
}

.table-card .col-txt-wrap .col-txt-tit {
  margin-bottom: 2rem;
}

.table-card .col-txt-wrap .col-txt-tit>img {
  width: 44.84%;
  max-width: 26.9rem;
}

.table-card .desc {
  line-height: 1.8;
  word-break: keep-all;
  letter-spacing: -.05rem;
}

.table-card .desc .br {
  display: block;
}

.table-card .table-wrap {
  width: 73.73%;
}

.table-card .table-wrap .table {
  border-left: 1px solid #dcd5d1;
  border-right: 1px solid #dcd5d1;
}

.t-type-2 {
  border-top: 1px solid #8c2d31;
}

.t-type-2 th,
.t-type-2 td {
  height: 10rem;
  line-height: 1.2;
  font-size: 1.7rem;
  text-align: center;
  vertical-align: middle;
  border-width: 0 0 1px 1px;
  border-style: solid;
  border-color: #dcd5d1;
}

.t-type-2 th:first-child {
  border-left: 0 none;
}

.t-type-2 .top-color-2 {
  border-top: 2px solid #8c2d31;
}

.t-type-2 th {
  font-weight: 500;
  color: var(--fc-6);
  background-color: #f0e9e6;
}

.table-card .table-wrap .t-small {
  float: right;
  line-height: 2.2;
  font-size: 1.5rem;
}

.sample-slider {
  /*240311*/
  max-width: 120rem;
  height: 50rem;
  background-color: #000;
}

.sample-slider .figure {
  text-align: center;
  width: 100%;
  height: 100%;
}

/* 240219 */
.sample-slider .figure img {
  height: 100%;
  object-fit: cover;
}

.sample-slider .item-tit {
  display: none;
  position: absolute;
  left: 5rem;
  bottom: 2rem;
  color: #fff;
}

.xcore-tit {
  font-size: 4rem;
  font-weight: 500;
  color: #684939;
  position: absolute;
  left: 50%;
  top: 27%;
  transform: translate(-50%, -30%);
  -webkit-transform: translate(-50%, -30%);
  -moz-transform: translate(-50%, -30%);
  -ms-transform: translate(-50%, -30%);
  -o-transform: translate(-50%, -30%);
}

.xcore-twrap {
  display: flex;
  position: absolute;
  left: 50%;
  bottom: 25%;
  transform: translate(-50%, -30%);
  -webkit-transform: translate(-50%, -30%);
  -moz-transform: translate(-50%, -30%);
  -ms-transform: translate(-50%, -30%);
  -o-transform: translate(-50%, -30%);
  border-top: 1px solid #c6b2a6;
  padding-top: 2.4rem;
}

.xcore-txt {
  font-size: 3.5rem;
  font-weight: 500;
  font-style: italic;
  color: #684939;
  margin-right: 3.6rem;
  position: relative;
}

.xcore-txt::after {
  content: '';
  width: 0.1em;
  height: 3rem;
  background: #684939;
  position: absolute;
  top: 50%;
  right: -24%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.xcore-txt:last-child:after {
  display: none;
}

.xcore-txt:last-child {
  margin-right: 0;
}

.xcore .caption {
  bottom: -5%;
  right: 12.7%;
  /*240311*/
}

/* 1280px */
@media all and (max-width:80rem) {
  .xcore-tit {
    font-size: 3.6rem;
    top: 33%;
  }
  .xcore .caption {
    right: 0;
  }

}

@media all and (max-width:64rem) {
  .xcore .table-card {
    flex-direction: column;
    gap: 2rem;
  }
  .xcore .table-card .table-wrap {
    width: 100%;
  }
}

/* 모바일 820px */
@media all and (max-width:51.25rem) {
  .xcore-tit {
    width: 100%;
    text-align: center;
    font-size: 2.4rem;
    top: 33%;
  }

  .xcore-twrap {
    padding-top: 1.2rem;
    bottom: 28%;
  }

  .xcore-txt {
    font-size: 2.4rem;

  }

  .xcore-txt::after {
    height: 2rem;
    right: -28%;
  }

}

/*.gbs*/

.gbs {}

.gbs .sec-1 .full-img {
  margin-bottom: 2.5rem;
  background: url('../img/sub/sub2-gbs-sec1-bg.jpg') center/cover no-repeat;
}

.gbs .sec-1 .full-img .desc {
  position: absolute;
  left: 50%;
  top: 66%;
  width: 100%;
  line-height: 1.5;
  text-align: center;
  font-size: 3rem;
  color: #09471b;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.gbs .sec-2 .content-tit-wrap {
  margin-bottom: 6.5rem;
  padding-bottom: 0;
  line-height: 1.2;
}

.gbs .sec-2 .content-tit .sm-txt {
  display: block;
  margin-bottom: 2rem;
  width: 100%;
  font-size: .6em;
  font-weight: 500;
  color: #37a958;
}

.big-txt {
  display: block;
  padding-bottom: 1.5rem;
  font-size: 5rem;
  color: #118a34;
}

.gbs .sec-2 .content-tit>img {
  margin-top: 6rem;
  width: 32.3%;
  max-width: 52rem;
}

.gbs .content-tit-wrap .desc {
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 500;
  color: #09471b;
  word-break: keep-all;
}

.gbs .content-tit-wrap .desc .br {
  display: block;
}

.gbs .sec-2 .content-tit-wrap .r-desc-box {
  font-size: 1.8rem;
  font-weight: 400;
  color: var(--fc-3);
  background-color: #39c160;
}

.gbs .img-card {
  margin-top: 17rem;
  margin-bottom: 3rem;
  background-color: #9fbca7;
}

.gbs .img-card .img,
.gbs .img-card .txt-box {
  width: 50%;
  height: inherit;
}

.gbs .img-card .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gbs .img-card .img .figcaption {
  position: absolute;
  right: 3rem;
  bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  color: #0e3118;
}

.gbs .img-card .txt-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 6rem;
  height: 100%;
  color: var(--fc-3);
}

.gbs .img-card .txt-box .desc {
  margin: 0 0 6rem;
  line-height: 2;
  font-size: 2.5rem;
}

.gbs .img-card .txt-box .desc .br {
  display: block;
}

.gbs .img-card .txt-box>ul {
  margin-top: auto;
}

.gbs .img-card .txt-box>ul li {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-right: 2.3rem;
  text-align: center;
}

.gbs .img-card .txt-box>ul li .figure {
  flex: 1 1 0;
}

.gbs .img-card .txt-box>ul li .figure>img {
  height: auto;
}

.gbs .img-card .txt-box>ul li:last-child .figure {
  margin-left: -1rem;
}

.gbs .img-card .txt-box>ul li>p {
  margin-top: auto;
  padding-top: 1.5rem;
  height: 4rem;
  line-height: 1.2;
  font-size: 1.8rem;
  word-break: keep-all;
}

.gbs .col-box {
  margin: 15rem auto 10rem;
  max-width: 96rem;
}

.gbs .col-box li {
  margin: 0 2.5rem;
  width: calc(100% / 3);
  text-align: center;
}

.gbs .col-box li>p {
  margin-top: 2rem;
  line-height: 1.5;
  color: #09471b;
  word-break: keep-all;
}

.gbs .sec-3 .img-card .img .figcaption::before {
  position: absolute;
  right: 0;
  top: -9rem;
  height: 7.1rem;
  content: url('../img/sub/eco.png');
  transform-origin: right center;
}


/* 1680px */
@media all and (max-width:105rem) {
  .full-img.brand {
    margin-top: 5rem;
  }

  .table-card.row-reverse .col-txt-wrap {
    padding-left: 5rem;
  }

  .table-card:nth-of-type(2) .desc .br {
    display: inline;
  }


  .gbs .img-card .txt-box .desc {
    font-size: 2rem;
  }

  .gbs .img-card .txt-box>ul li {
    margin-right: 2.3rem;
    width: calc(70%/3);
  }

  .gbs .img-card.item-2 .txt-box>ul li:last-child {
    width: calc(calc(70%/3) - 1rem);
  }

  .gbs .sec-3 .img-card .img .figcaption::before {
    top: -7rem;
    transform: scale(.8);
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
  }
}

/* 1366px*/
@media all and (max-width:85.375rem) {
  .full-img.brand {
    height: 78vh;
  }

  .xcore .sec-2 .content-tit {
    font-size: 2.5rem;
  }

  .table-card .desc .br {
    display: inline;
  }

  .xcore .sec-2 .content-tit-wrap .r-desc-box {
    font-size: 1.8rem;
  }

  .xcore .table-card:nth-of-type(1) {
    margin: 10rem 0 -3.5rem;
  }

  .t-type-2 th,
  .t-type-2 td {
    font-size: 1.4rem;
  }

  .xcore .slider-item-wrap {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .big-txt {
    font-size: 4rem;
  }

  .gbs .img-card .txt-box {
    padding: 0 3rem;
  }

  .gbs .img-card .txt-box .desc {
    margin: 0 0 1rem;
    line-height: 1.5;
    font-size: 1.6rem;
  }

  .gbs .img-card .txt-box>ul li {
    margin-right: 2.3rem;
    width: calc(100%/3);
  }

  .gbs .img-card.item-2 .txt-box>ul li:last-child {
    width: calc(calc(100%/3) - 1rem);
  }

  .gbs .img-card .txt-box>ul li>p {
    padding-top: 0;
    font-size: 1.4rem;
  }

  .gbs .content-tit {
    font-size: 4rem;
  }

  .gbs .content-tit-wrap .desc {
    font-size: 1.7rem;
  }

}

/* 1024px*/
@media all and (max-width:64rem) {
  .table-card.row-reverse .col-txt-wrap {
    padding-left: 2rem;
  }

  .xcore .sec-2 .content-tit-wrap .desc {
    font-size: 1.8rem;
  }

  .table-card .desc {
    font-size: 1.6rem;
  }

  .gbs .img-card {
    margin-top: 10rem;
    margin-bottom: 0;
  }

  .gbs .col-box {
    width: 80%;
  }

  .gbs .sec-3 .img-card .img .figcaption::before {
    right: -1rem;
    top: -7rem;
    transform: scale(.6);
    -webkit-transform: scale(.6);
    -moz-transform: scale(.6);
    -ms-transform: scale(.6);
    -o-transform: scale(.6);
  }
}

/* 모바일 820px */
@media all and (max-width:51.25rem) {
  .full-img.brand {
    height: 50rem;
  }

  .full-img.brand {
    margin: 12rem 0 8rem;
  }

  .content-tit-wrap .r-desc-box {
    font-size: 1.7rem;
  }

  .xcore .sec-2 .content-tit-wrap .r-desc-box {
    width: 80%;
  }

  .table-card {
    flex-direction: column;
    margin: 7rem 0;
  }

  .xcore .table-card:nth-of-type(1) {
    margin: 5rem 0 -3.5rem;
  }

  .table-card .col-txt-wrap {
    margin-bottom: 2rem;
  }

  .table-card.row-reverse .col-txt-wrap {
    padding-left: 0;
  }

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

  .table-card .table-wrap .table {
    overflow-x: auto;
    width: 100%;
  }

  .table-card .table-wrap table {
    min-width: 103rem;
  }

  .xcore .slider-item-wrap {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .gbs .sec-1 .full-img .desc {
    font-size: 1.6rem;
  }

  .gbs .img-card {
    flex-direction: column;
    height: auto;
  }

  .gbs .img-card .img,
  .gbs .img-card .txt-box {
    width: 100%;
  }

  .gbs .img-card .img {
    height: 40rem;
  }

  .gbs .img-card .img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .gbs .img-card .txt-box {
    padding: 4rem 2rem 4rem;
  }

  .gbs .img-card .img .figcaption {
    font-size: 1.3rem;
  }

  .gbs .img-card .txt-box>ul li {
    margin-right: 2.3rem;
    width: calc(60%/3);
  }

  .gbs .img-card.item-2 .txt-box>ul li:last-child {
    width: calc(calc(60%/3) - 1rem);
  }

  .gbs .col-box {
    margin: 7rem auto;
    width: 100%;
  }

  .gbs .col-box li {
    font-size: 1.5rem;
  }

  .gbs .sec-3 .img-card .img .figcaption::before {
    top: -8rem;
  }
}


/* 모바일 767px */
@media all and (max-width:47.9375rem) {
  .full-img.brand {
    margin: 0 0 5rem;
    height: 60rem;
  }

  .xcore .sec-2 .content-tit-wrap .r-desc-box {
    width: 100%;
  }

  .gbs .img-card .txt-box>ul li {
    margin-right: 2.3rem;
    width: calc(80%/3);
  }

  .gbs .img-card.item-2 .txt-box>ul li:last-child {
    width: calc(calc(80%/3) - 1rem);
  }

  .gbs .col-box li {
    margin: 0 .5rem;
    font-size: 1.5rem;
  }
  .gbs .sec-1 .full-img .desc {
    top: 57%;
  }

  .gbs .full-img.brand .btn-box {
    flex-direction: column;
    align-items: flex-end;
    gap: .5rem;
  }
  .gbs .btn-white {
    width: 45%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.2rem;
    padding: 0 1.5rem;
  }
  .vietpol .btn-white {
    width: 80%;
  }
  .gbs .btn .icon {
    margin-left: .5rem;
  }

}




/* 제품소개 */

.product .content-tit-wrap .desc {
  margin-top: 5.5rem;
}

.product .tab+.btn {
  margin-top: 4rem;
}

.product .tab.inner {
  /*240312*/
  max-width: 120rem;
  white-space: nowrap;
  padding: 0;
}

.product-slider-wrap {
  /*240312*/
  position: relative;
  left: 50%;
  top: 0;
  width: 100%;
  max-width: 120rem;
  height: 69.5rem;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.product-slider-wrap>.inner {
  z-index: 10;
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 161rem;
}

.product-slider-wrap .slider-tit-box {
  /*240312*/
  z-index: 10;
  position: absolute;
  top: 15rem;
  left: 0;
  font-size: 4.5rem;
  padding: 3rem 3.3% 3rem 4%;
  color: var(--fc-3);
  background-color: rgba(9, 33, 78, 0.8);
}

.slider-tit-box>p {
  margin-bottom: 2rem;
  font-size: .46em;
  font-weight: 300;
}

.slider-tit-box>h4 {
  font-size: 1em;
  font-weight: 400;
}

.product-slider {
  width: 100%;
  height: 60rem;
  position: relative;
}

.product-slider .swiper-wrapper {
  width: 100%;
  height: 100%;
}

.product-slider .swiper-slide {
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 84rem;
}

.product-slider .swiper-slide>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.panel-1 .product-slider-wrap .thumbnail,
.panel-2 .product-slider-wrap .thumbnail,
.panel-3 .product-slider-wrap .thumbnail,
.panel-4 .product-slider-wrap .thumbnail,
.panel-5 .product-slider-wrap .thumbnail,
.panel-6 .product-slider-wrap .thumbnail,
.panel-7 .product-slider-wrap .thumbnail {
  z-index: 20;
  position: absolute;
  bottom: 15rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.product-slider-wrap .thumbnail .swiper-slide {
  position: relative;
  margin: 0 .5rem;
  width: 8rem !important;
  height: 8rem;
  border: 0;
  cursor: pointer;
  box-shadow: 0 0 1rem rgba(0, 0, 0, .5);
}

.product-slider-wrap .thumbnail .swiper-slide-thumb-active {
  border: .3rem solid #6884ff;
}

.product-slider-wrap .thumbnail .swiper-slide>img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  object-fit: cover;
}

.basf-logo {
  height: 3.6rem;
}

.blogo-tit {
  font-size: 3.6rem;
}

/* 1680px */
@media all and (max-width:105rem) {
  .product-slider-wrap .slider-tit-box {
    padding: 5rem 7rem 4.5rem;
    color: var(--fc-3);
    background-color: rgba(9, 33, 78, 0.8);
  }

  .slider-tit-box>p {
    margin-bottom: 2rem;
  }

  .product-slider-wrap .slider-tit-box {
    font-size: 4rem;
  }
}


/* 1280px */
@media all and (max-width:80rem) {
  .product-slider-wrap {
    height: calc(100vh + 10rem);
  }

  .product-slider {
    height: 100vh;
  }
}


/* 820px */
@media all and (max-width:51.25rem) {
  .product-slider-wrap {
    height: 90vh;
  }

  .product-slider {
    height: 80vh;
  }

  .product-slider-wrap .slider-tit-box {
    padding: 4rem 4rem 3.5rem;
    font-size: 3.5rem;
  }

  .product-slider-wrap .thumbnail {
    bottom: 13rem;
  }

  .product-slider-wrap .thumbnail .swiper-slide {
    width: 5rem !important;
    height: 5rem;
  }

  .product .inquiry-btn {
    top: 3rem
  }
}


.product .table-wrap {
  /*240312*/
  margin: 3rem 0 10rem;
}

.product .table-wrap.base {
  margin: 7rem 0 10rem;
}

.t-type-1 {
  border-width: 1px 1px;
  color: var(--fc-4);
  border-style: solid;
  border-color: #184683 #e6e8f0 #e6e8f0;
}

.t-type-1 th,
.t-type-1 td {
  vertical-align: middle;
}

.t-type-1 tbody td:first-child {
  background-color: #fff;
}

.t-type-1 thead th {
  padding: 1rem;
  height: 6.5rem;
  font-size: 1.8rem;
  background-color: #e6eaef;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #dadde8;
  word-break: keep-all;
}

.t-type-1 tbody td {
  padding: 1rem;
  height: 5.2rem;
  font-size: 1.6rem;
  border: 1px solid #dadde8;
  background-color: var(--white);
  font-weight: 600;
  /*240312*/
}

.t-type-1 tbody td.pl-30 {
  line-height: 1.4;
  padding-left: 3rem;
}

.t-type-1 tbody td:nth-of-type(1) {
  border-left: 1px solid #e6e8f0;
}

.t-type-1 tbody td:last-child {
  border-right: 1px solid #e6e8f0;
}

.t-type-1 td.accord {
  position: relative;
  left: 0;
  top: 0;
}

.t-type-1 td.accord::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 1rem;
  background-color: #6884ff;
  transform: translate(-50%, -50%);
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

/* 1680px */
@media all and (max-width:105rem) {

  .t-type-1 tbody td.pl-30 {
    padding-left: 1rem;
  }

  .t-type-1 thead th {
    font-size: 1.5rem;
  }

  .t-type-1 tbody td {
    font-size: 1.45rem;
  }

  .t-type-1 tbody td:nth-last-child(-n+9) {
    width: 6rem;
  }
}

/* 1366px */
@media all and (max-width:85.375rem) {
  .t-type-1 thead th {
    height: 4.5rem;
  }

  .product .table-wrap {
    margin: 10rem 0 5rem;
  }
}

/* 1024px*/
@media all and (max-width:64rem) {
  .product .table-wrap.base {
    margin: 5rem 0 10rem;
  }
}

/* 홍보센터 */

.pr .card-wrap {
  max-width: 0;
}

.pr .btn-box {
/*240320*/
  display: flex;
  justify-content: right;
  gap: 1.3rem;
}

.pr .img-card {
  max-width: 120rem;
  margin: 0 auto;
}

.pr .img-card .img,
.pr .img-card .txt-box {
  width: 50%;
}

.pr .img-card .txt-box {
  padding-left: 5rem;
  /*240312*/
}

.pr .img-card .img>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pr .img-card .left-pd {
  padding-left: 13.8%;
}

.pr .img-card .right-pd {
  padding-right: 2.84375%; /*240320*/
}

.pr .img-card .card-tit {
  padding-left: 0;
  margin-bottom: 3.5rem;
  font-size: 4.5rem;
}

.pr .img-card .txt-box .desc {
  margin-bottom: 6rem;
}

.pr .img-card:not(.row-reverse) .txt-box {
  padding-left: 4.77%;
}
/*240312*/
.pr .img-card.item-1 .card-tit {
  opacity: .9;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.pr .img-card.item-1 .card-tit>img {
  margin-right: 2rem;
  width: 54%;
  max-width: 30rem;
  vertical-align: middle;
}

.pr .img-card.item-1 .card-tit>span {
  flex: 1 1 0;
  line-height: 1.1;
}

.pr .img-card.item-2 {
  background-color: #eaf2ed;
}

.pr .img-card.item-2 .card-tit>img {
  width: 39.57%;
  max-width: 27.5rem;
}

.pr .img-card.item-2 .pdr{
  padding-right:   2.84375%;
}
.pr .img-card.item-3 {
  background-color: #eeecea;
}

.pr .img-card.item-3 .card-tit>img {
  width: 78.85%;
  max-width: 54.8rem;
}

.pr .img-card .btn {
  text-align: center;
  font-size: 1.2rem; /*240320*/
  font-weight: 500;
  height: 5rem;
  line-height: 5rem;
  padding: 0 1rem;
}

.pr .video-wrap {
  position: relative;
  left: 0;
  top: 0;
  margin: 18rem 0 10rem;
  height: 84vh;
  max-height: 80rem;
}

.pr .video-wrap .video {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
  height: inherit;
  max-height: inherit;
}

.pr .video-wrap .video>iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


@media all and (max-width:80rem) {
  .pr .img-card .txt-box .desc {
    margin-bottom: 3rem;
  }

  .pr .img-card:not(.row-reverse) .txt-box {
    padding-left: 2.77%;
  }
  .pr .btn-box {
  gap: .7rem;
  }
  .btn .icon {
    margin-left: .2rem;
  }
  .pr .img-card .btn {
    font-size: 1.4rem;
  }

  .pr .video-wrap {
    margin: 10rem 0 5rem;
  }
}

@media all and (max-width:64rem) {
  .pr .img-card .card-tit {
    margin-bottom: 1.5rem;
    font-size: 3rem;
  }

  .pr .img-card.item-1 {
    margin-bottom: 4rem;
  }

  .pr .img-card.item-1 .card-tit>img {
    margin-right: 1.5rem;
  }

  .pr .img-card .txt-box .desc {
    margin-bottom: 3rem;
    font-size: 1.6rem;
  }

  .pr .img-card .btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 20rem;
    height: 4.5rem;
    line-height: 4.5rem;
  }

  .pr .video-wrap {
    height: 76vh;
  }

  .pr .btn-box {
    flex-direction: column;
  }

  .pr .img-card .txt-box {
    padding: 2rem 0 2rem 5rem;
  }
}

@media all and (max-width:51.52rem) {
  .pr .img-card .txt-box .desc {
    margin-bottom: 1.5rem;
  }

  .pr .img-card:not(.row-reverse) .txt-box {
    padding-left: 3.5%;
  }

  .pr .img-card .left-pd {
    padding-left: 2rem;
  }

  .pr .img-card .right-pd {
    padding-right: 5%;
  }

  .pr .img-card.item-1 .card-tit>img {
    width: 42%;
  }

  .pr .img-card.item-2 .card-tit>img {
    width: 32%;
  }

  .pr .img-card.item-3 .card-tit>img {
    width: 60.85%;
  }

  .pr .inner.video-box {
    padding: 0;
  }

  .pr .video-wrap {
    height: 55vmin;
    min-height: 33rem;
  }

  .pr .video-wrap .video {
    min-height: inherit;
  }

}

@media all and (max-width:47.9375rem) {
  .pr .img-card {
    flex-direction: column;
  }

  .pr .img-card .img,
  .pr .img-card .txt-box {
    width: 100%;
  }

  .pr .img-card .txt-box {
    padding: 4rem 2rem;
  }

}



/* 인증현황 */
.publicity-tit {
  font-size: 4.5rem;
  text-align: center;
  font-weight: 600;
  margin: 5rem 0 10.5rem;
}

.publicity-box-wrap {
  padding: .5rem 0 3rem;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.publicity-box-wrap .figure {
  height: calc(100% - 6rem);
}

.publicity-box-wrap>li {
  margin-right: calc(16.14% / 5);
  margin-bottom: 5rem;
  width: calc(calc(100% - 16.14%) / 6);
  max-width: 22.5rem;
  border: 1px solid #d2d5df;
}

.publicity-box-wrap>li:nth-of-type(6n) {
  margin-right: 0;
}


.publicity-box-wrap>li>a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
}

.pub-box-wrap {
  width: 100%;
}

.pub-img-wrap {
  width: 100%;
}

.pub-img-wrap img {
  display: block;
  width: 100%;
}

.pup-box-tit {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 6rem;
  padding: 0 .5rem;
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.2;
  word-break: keep-all;
}

.pup-box-tit>span {

  vertical-align: middle;
}


/* 1680px */
@media all and (max-width:105rem) {}

/* 1280px*/
@media all and (max-width:80rem) {
  .publicity-box-wrap>li {
    margin-right: calc(10% / 3);
    margin-bottom: 5rem;
    width: calc(calc(100% - 10%) / 4);
  }

  .publicity-box-wrap>li:nth-of-type(4n) {
    margin-right: 0;
  }

  .publicity-box-wrap>li:nth-of-type(6n) {
    margin-right: calc(10% / 3);
  }

  .pup-box-tit {
    font-size: 1.4rem;
  }
}


/* 820px */
@media all and (max-width:51.25rem) {
  .publicity-box-wrap>li {
    margin-right: calc(10% / 2);
    margin-bottom: 2.5rem;
    width: calc(calc(100% - 10%) / 3);
  }

  .publicity-box-wrap>li:nth-of-type(4n),
  .publicity-box-wrap>li:nth-of-type(6n) {
    margin-right: calc(10% / 2);
  }

  .publicity-box-wrap>li:nth-of-type(3n) {
    margin-right: 0;
  }
}


/* 767px */
@media all and (max-width:47.9375rem) {
  .publicity-box-wrap {
    margin: 0 0 5rem;
  }

  .publicity-box-wrap>li {
    margin-right: 2.5%;
    margin-bottom: 2.5rem;
    width: calc(calc(100% - 5%) / 3);
  }

  .publicity-box-wrap>li:nth-of-type(2n),
  .publicity-box-wrap>li:nth-of-type(5n) {
    margin-right: 2.5%;
  }

  .publicity-box-wrap>li:nth-of-type(3n) {
    margin-right: 0;
  }
}

/* 420px */
@media all and (max-width:26.25rem) {
  .publicity-box-wrap {
    margin: 5rem 0;
  }

  .publicity-box-wrap>li {
    margin-right: 5%;
    margin-bottom: 2.5rem;
    width: calc(calc(100% - 5%) / 2);
  }

  .publicity-box-wrap>li:nth-of-type(3n),
  .publicity-box-wrap>li:nth-of-type(5n) {
    margin-right: 5%;
  }

  .publicity-box-wrap>li:nth-of-type(2n) {
    margin-right: 0;
  }
}



/* 고객지원 */
.contact-us .card-wrap {
  display: flex;
  justify-content: space-between;
}

.card-wrap .icon-card {
  display: flex;
  justify-content: flex-start;
  padding: 6rem 2.5rem 6rem 0;
  width: calc(50% - 2.2rem);
  background-color: var(--white);
  border: 1px solid #eaebeb;
}

.card-wrap .icon-card .icon {
  padding: 2.5rem;
  width: 17rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.card-wrap .icon-card .icon>img {
  min-width: 4rem;
}

.icon-card .txt-box {
  padding-left: 5rem;
  border-left: 1px solid #eaebeb;
}

.icon-card .txt-box .card-tit {
  margin-bottom: 3rem;
  font-size: 3rem;
  line-height: 1.3;
  font-weight: 600;
}

.icon-card .txt-box>dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2rem;
  font-size: 1.8rem;
}

.icon-card .txt-box>dl:last-child {
  margin-bottom: 0;
}

.icon-card .txt-box dl>dt {
  width: 8.5rem;
  font-weight: 600;
}

.icon-card .txt-box dl>dd {
  font-size: .89em;
}

@media all and (max-width:85.375rem) {
  .card-wrap .icon-card .icon {
    min-width: 9rem;
  }

  .icon-card .txt-box {
    padding-left: 3rem;
  }

  .icon-card .txt-box .card-tit {
    line-height: 1.2;
    white-space: wrap;
  }
}


@media all and (max-width:51.25rem) {
  .contact-us .card-wrap {
    flex-direction: column;
  }

  .card-wrap .icon-card {
    margin-bottom: 1rem;
    width: 100%;
  }
  .card-wrap .icon-card .icon {
    width: 9rem;
    min-width: 9rem;
  }
}

.form-wrap {
  margin: 6.5rem 0 6rem;
  padding: 8rem 0;
  background-color: #e8edf4;
  border-top: 1px solid #e9ecee;
}

.form-wrap .form-inner {
  margin: 0 auto;
  max-width: 95rem;
}

.form-wrap .fieldset {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 1.6rem 0;
  width: 100%;
}

.form-wrap .fieldset:last-child {
  align-items: flex-start;
}

.form-wrap .fieldset .input-group {
  flex: 1 1 0;
  display: flex;
  justify-content: flex-start;
  min-height: 5rem;
  line-height: 5rem;
}

.form-wrap .fieldset>.label {
  display: inline-block;
  width: 13.5rem;
  font-size: 1.8rem;
  font-weight: 600;
}

.form-wrap .fieldset>.label .req {
  position: relative;
  display: inline-block;
  width: 7.5rem;
}

.form-wrap .req::after {
  position: absolute;
  right: 0;
  content: "*";
  color: #e95f62;
}

.form-wrap .radio-wrap .label {
  position: relative;
  left: 0;
  top: 0;
  margin-right: 3rem;
  padding-left: 2.5rem;
  font-size: 1.6rem;
  cursor: pointer;
}

.form-wrap .radio-wrap .label::before {
  position: absolute;
  left: 0;
  top: 50%;
  height: 2rem;
  line-height: 2rem;
  content: url('../img/icon/radio.png');
  transform: translateY(-44%);
  -webkit-transform: translateY(-44%);
  -moz-transform: translateY(-44%);
  -ms-transform: translateY(-44%);
  -o-transform: translateY(-44%);
}

.form-wrap .radio-wrap .radio:checked+.label::before {
  content: url('../img/icon/radio-ck.png');
}

.form-wrap .col-1 {
  width: 25%;
}

.form-wrap .col-4 {
  width: 100%;
}

.textarea {
  height: 19rem;
  line-height: 1.5;
  color: #000;
  background-color: var(--white);
  border: 1px solid var(--line-c-4);
}

.textarea>textarea {
  padding: 1rem;
  width: 100%;
  border: 0 none;
  resize: none;
}

.personal-info {
  overflow-y: auto;
  width: 100%;
  height: 12rem;
  line-height: 1.5;
  font-size: 1.4rem;
  color: #555;
  padding: 1rem 2.5rem;
  background-color: #dee3eb;
  border: 1px solid #ccd3de;
}

.check-wrap .label {
  position: relative;
  padding-left: 2.5rem;
}

.check-wrap .label::before {
  position: absolute;
  left: 0;
  top: 50%;
  content: url('../img/icon/checkbox.png');
  transform: translateY(-45%);
  -webkit-transform: translateY(-45%);
  -moz-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  -o-transform: translateY(-45%);
}

.check-wrap .checkbox:checked+.label::before {
  content: url('../img/icon/checked.png');
}

.form-wrap .btn-box {
  margin-bottom: 6rem;
  text-align: center;
}

.form-wrap .btn-box .btn {
  width: 20rem;
  height: 6.5rem;
  line-height: 6.5rem;
  font-size: 2rem;
  color: var(--fc-3);
  font-weight: 500;
  background-color: #000;
  border-radius: 3.3rem;
  -webkit-border-radius: 3.3rem;
  -moz-border-radius: 3.3rem;
  -ms-border-radius: 3.3rem;
  -o-border-radius: 3.3rem;
}

.scroll::-webkit-scrollbar {
  width: 1.8rem;
}

.scroll::-webkit-scrollbar-track {
  background-color: #e8ebf1;
}

.scroll::-webkit-scrollbar-thumb {
  border: .5rem solid transparent;
  background-color: #919ca2;
  background-clip: padding-box;
  border-radius: 1.8rem;
  -webkit-border-radius: 1.8rem;
  -moz-border-radius: 1.8rem;
  -ms-border-radius: 1.8rem;
  -o-border-radius: 1.8rem;
}


@media all and (max-width:51.25rem) {
  .card-wrap .icon-card {
    padding: 3rem 2.5rem 3rem 0;
    width: 100%;
  }

  .card-wrap .icon-card:last-child {
    margin-bottom: 0;
  }

  .icon-card .txt-box {
    padding-left: 3rem;
  }

  .icon-card .txt-box .card-tit {
    font-size: 2.5rem;
  }

  .form-wrap {
    margin: 7.5rem 0 6rem;
    padding: 8.5rem 2rem;
  }

  .form-wrap .fieldset>.label {
    width: 9rem;
    font-size: 1.5rem;
  }

  .input-group .radio-wrap .label {
    margin-right: .5rem;
  }

  .input-group .col-1 {
    width: 100%;
  }
}


/* 모달 */

.modal-wrap {
  z-index: 9999;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
}

.modal {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 52.1%;
  height: 95%;
  max-width: 100rem;
  background-color: var(--white);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.modal-inner {
  padding-top: 2rem;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 90%;
  background-color: #bdc3ca;
}

.modal-inner>.modal-close-btn {
  position: absolute;
  right: 3rem;
  top: 3rem;
  width: 4rem;
  height: 4rem;
}

.modal-header {
  display: table;
  min-height: 8rem;
}

.modal-header .modal-tit {
  display: table-cell;
  padding: 0 2rem;
  vertical-align: middle;
  text-align: center;
  line-height: 1.2;
  font-size: 3rem;
  color: var(--fc-3);
  word-break: keep-all;
}

.modal-body {
  padding: 2rem 0 4rem;
  width: 100%;
  height: calc(100% - 8rem);
}

.modal-body .modal-slider-wrap {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}

.modal-body .modal-slider {
  opacity: 0;
  width: 100%;
  height: inherit;
}

.modal-body .modal-slider .slider-wrap {
  width: 100%;
  height: inherit;
}

.modal-body .modal-slider .slider-wrap .figure {
  margin: 1.5rem auto;
  width: 80%;
  height: 100%;
  text-align: center;

}

.modal-body .modal-slider .slider-wrap .figure>img {
  width: auto;
  box-shadow: 0 .5rem .5rem rgba(0, 0, 0, .02);
}

.modal-body .modal-slider-wrap .slider-next,
.modal-body .modal-slider-wrap .slider-prev {
  background-color: rgba(0, 0, 0, 0.2);
}

.modal-body .modal-pagination {
  display: none;
}

.modal-bottom {
  padding: 2rem 0;
  background-color: var(--white);
}

.modal-bottom.btn-box {
  text-align: center;
}

.modal-bottom.btn-box .btn {
  height: 5rem;
  line-height: 5rem;
}


/* 1366px*/
@media all and (max-width:85.375rem) {
  .modal-inner {
    padding-top: 1rem;
  }

  .modal-header {
    min-height: 5rem;
  }

  .modal-header .modal-tit {
    font-size: 2rem;
  }

  .modal-body {
    padding: 1rem 0 2rem;
  }

  .modal-bottom {
    padding:
      1rem 0;
  }

  .modal-bottom.btn-box .btn {
    height: 4rem;
    line-height: 4rem;
  }

  .modal-inner>.modal-close-btn {
    right: 1.5rem;
    top: 1.5rem;
    width: 2rem;
    height: 2rem;
  }
}

/* 모바일 820px */
@media all and (max-width:51.25rem) {
  .modal {
    width: 90%;
    height: 70%;
  }

  .modal-inner {
    height: 100%;
  }

  .modal-inner>.modal-close-btn {
    right: 0;
    top: -3.5rem;
  }
}
.vietpol .none-slide{ /*240318*/
  max-width: 120rem;
  margin: 0 auto;
}

.vietpol  .sec-2 .txt-box{
  text-align: center;
  margin-top: 8rem;
}

.vietpol  .sec-2 .flex-center{
  gap: 2rem;
}

.vietpol  .sec-2 .txt-box{
  padding-bottom: 4rem;
}

.vietpol .section.sec-3 .col-txt-box {
  display: flex;
  justify-content: flex-start;
  margin: 2rem auto 7rem;
  max-width: 120rem;
}

.vietpol .section.sec-3 .col-txt-box.box1 {
  display: block;
}

.vietpol .section.sec-3 .col-txt-box .col-p {
  margin-left: 6.3rem;
  text-align: left;
  font-size: 1.8rem;
}

.vietpol .section.sec-3 .col-txt-box .col-p b {
  display: block;
  margin-bottom: 4.2rem;
}

.vietpol .section.sec-3 .col-txt-box:nth-of-type(2) {
  margin: 15rem auto 18rem;
}

.vietpol .section.sec-3 .col-txt-box>.col-txt-tit {
  vertical-align: middle;
}

.vietpol .section.sec-3 .col-txt-box>.col-txt-tit>img {
  width: calc(100% - 6rem);
  max-width: 23rem;
}

.vietpol .section.sec-3 .col-txt-box>.right {
  padding-left: 6.5rem;
  line-height: 1.5;
  flex: 1 1 0;
}

.vietpol .section.sec-3 .col-box {
  max-width: 120rem;
  margin: 8rem auto 20rem;
}

.vietpol .section.sec-3 .ci-img {
  margin-bottom: 5rem;
  width: 56.4rem;
  height: 20rem;
}

.vietpol .section.sec-3 .col-txt-box .tit {
  font-size: 5rem;
  font-weight: 600;
}

.vietpol .section.sec-3 .color-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.vietpol .section.sec-3 .color-list .li-1 {
  width: 37%;
}

.vietpol .section.sec-3 .color-list .li-2,
.vietpol .section.sec-3 .color-list .li-3,
.vietpol .section.sec-3 .color-list .li-4 {
  width: calc(63% / 3);
}

.vietpol .section.sec-3 .color-list .ci-color {
  width: 100%;
  height: 16rem;
  font-size: 0;
}

.vietpol .section.sec-3 .color-list .li-1 .ci-color {
  background-color: #595757;
}

.vietpol .section.sec-3 .color-list .li-2 .ci-color {
  background-color: #6c6b6b;
}

.vietpol .section.sec-3 .color-list .li-3 .ci-color {
  background-color: #b9b9b9;
}

.vietpol .section.sec-3 .color-list .li-4 .ci-color {
  background-color: #e7e9ea;
}

.vietpol .section.sec-3 .color-list dl {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
}

.vietpol .section.sec-3 .color-list dt {
  padding: 1.5rem 0;
  font-weight: 600;
}

.vietpol .section.sec-3 .color-list dd {
  line-height: 1.5;
  font-size: .875em;
}

.vietpol .section.sec-3 .full-img {
  background: url('../img/sub/sub-1-svisual.jpg');
}

.vietpol .section.sec-3 .center-txt {
  font-weight: 500;
  font-style: normal;
}

.vietpol .section.sec-3 .center-txt p {
  line-height: 1.5;
  font-size: 5rem;
  font-weight: 700;
  font-style: italic;
}

.vietpol .section.sec-3 .btn {
  margin: 0 1rem;
}

.vietpol .hei-btn {
  width: auto;
  height: 5.7rem;
  line-height: 5.7rem;
  padding: 0 2.2rem;
}

.vietpol .color-wrap {
  /*240311*/
  padding-left: 1rem;
  max-width: 35%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.vietpol .color-wrap .color {
  width: 1rem;
  height: 1rem;
  background: #002356;
}

.vietpol .sec-1 .full-img {
  margin-bottom: 2.5rem;
  background: url('../img/sub/vietpol/vietpol.jpg') center/cover no-repeat;
}

.vietpol .sec-1 .full-img .desc,
.vietpol .big-txt,
.vietpol .content-tit-wrap .desc{
  color: #002356;
}

.vietpol .img-card{
  background: #a6b7d1;
  justify-content: center;
}

@media all and (max-width:105rem) {
  .vietpol .section.sec-3 .color-list dl {
     font-size: 1.4rem;
   }
 }
 
 @media all and (max-width:85.375rem) {
   .vietpol .section.sec-3 .col-txt-box {
     margin: 4rem 0;
   }
 
   .vietpol .section.sec-3 .col-txt-box:nth-of-type(2) {
     margin: 7rem 0;
   }
 
   .vietpol .section.sec-3 .col-txt-box>.right {
     padding-left: 0;
     word-break: keep-all;
     width: 100%;
   }
 
 
   .vietpol .section.sec-3 .color-list .li-2,
   .vietpol .section.sec-3 .color-list .li-3,
   .vietpol .section.sec-3 .color-list .li-4 {
     width: calc(75% / 3);
   }
 
   .vietpol .section.sec-3 .ci-img {
     width: 100%;
     height: 50rem;
   }
 
   .vietpol .section.sec-3 .btn-box {
     display: flex;
     align-items: center;
     justify-content: center;
   }
 
   .vietpol .section.sec-3 .col-box {
     display: block;
   }
 
   .vietpol .section.sec-3 .center-txt p {
     font-size: 4rem;
   }
 
   .vietpol .section.sec-3 .col-txt-box .col-p {
     text-align: center;
     font-size: 2rem;
     margin-left: 0;
   }
 }
 
 @media all and (max-width:51.25rem) {
   .vietpol .section.sec-3 .col-txt .col-txt-tit {
     font-size: 4rem;
   }
   .vietpol .section.sec-3 .color-list {
     width: 100%;
   }
 
   .vietpol .section.sec-3 .center-txt p {
     font-size: 2.5rem;
   }
 
   .vietpol .section.sec-3 .col-txt-box>.col-txt-tit>img {
     width: calc(100% - 22rem);
   }
 
   .vietpol .section.sec-3 .col-txt:nth-of-type(2) {
     margin: 7rem 0 7rem;
   }
 
   .vietpol .section.sec-3 .col-txt>.col-txt-tit {
     width: 27rem;
   }
 
   .vietpol .section.sec-3 .col-txt-box .col-p {
     font-size: 1.5rem;
   }
 
   .vietpol .section.sec-3 .ci-img {
     height: 20rem;
   }
 }

 .img-top{
  object-position: top;
 }