@charset "UTF-8";

:root {
  /* [ 메인 - 비주얼 sec ] */
  --left-pos: 195rem;
}

@media all and (max-width: 1024px) {
  :root {
    /* [ 메인 - 비주얼 sec ] */
    --left-pos: 32rem;
  }
}

/* common */
.cont-sec:not(:first-child) {padding-top: 160rem; margin-top: 0;}
#contents {padding-top: 0; position: relative;}
.txt-btn.large:hover {background: none !important;}
.txt-btn.large span{background-image: url("/common/en/images/icon-txt-btn-arrow-main.svg") !important;}
.only-tab {display: none;}
.only-mob {display: none;}

@media all and (max-width: 1024px) {
  .cont-sec:not(:first-child) {padding-top: 80rem;}
  .only-tab {display: block !important;}
}
@media all and (max-width: 600px) {
  .only-tab {display: none !important;}
  .only-mob {display: block;}
}

/* nav */
/* .sec-nav-wrap:not(.on) .sec-nav-div {cursor: pointer;} */
.sec-nav-wrap:not(.on) .sec-nav {pointer-events: none;}
.sec-nav-wrap:not(.on):hover .btn {background-image: url("/common/en/images/icon-nav-plus-hover.svg");}

.sec-nav-wrap {display: none; position: fixed; bottom: 40rem; left: 50%; z-index: 99; transform: translateX(-50%);}
.sec-nav-wrap .sec-nav-div {cursor: pointer; width: 192rem; height: 56rem; padding: 8rem; border-radius: 28rem; background: rgba(0, 0, 0, .8); overflow: hidden; transition: width .6s ease, height .6s ease, borderRadius .6s ease, padding .6s ease;}
.sec-nav-wrap .btn {position: absolute; right: 16rem; bottom: 12rem; width: 32rem; height: 32rem; background: url("/common/en/images/icon-nav-plus.svg") no-repeat center center / 20rem auto; border-radius: 999rem; overflow: hidden; transition: right .4s ease, transform .4s ease, background .2s ease;}
.sec-nav-wrap .btn:hover {background-image: url("/common/en/images/icon-nav-plus-hover.svg");}
.sec-nav-wrap .sec-nav {display: flex; gap: 16rem; flex-direction: column; height: 100%; width: calc(100% - 10rem);}
.sec-nav-wrap .sec-nav a {width: 100%;}
.sec-nav-wrap .sec-nav a.on {display: block;}
.sec-nav-wrap .sec-nav a:not(.on) {display: none;}
.sec-nav-wrap .sec-nav a .txts {display: flex; align-items: center; gap: 16rem;}
.sec-nav-wrap .sec-nav a .txts .txt {font-family:"Pretendard-Medium"; font-size: 14rem; line-height: 110%; letter-spacing: -0.28rem; color: var(--Color-Gray-White); transition: color .2s ease;}
.sec-nav-wrap .sec-nav a .img {flex-shrink: 0; width: 40rem; height: 40rem; border-radius: 40rem; overflow: hidden;}
.sec-nav-wrap .sec-nav a .img img {width: 100%; height: 100%; object-fit: cover;}

.sec-nav-wrap.on .sec-nav-div {width: 240rem; height: 288rem; padding: 16rem 32rem 8rem 32rem; border-radius: var(--border-radius-lg);}
.sec-nav-wrap.on .btn {right: 8rem; transform: rotate(45deg);}
.sec-nav-wrap.on .sec-nav a {display: block !important; cursor: pointer;}
.sec-nav-wrap.on .sec-nav a.on .txts .txt {color: var(--Color-Green-Eco);}
.sec-nav-wrap.on .sec-nav a:hover .txts .txt {color: var(--Color-Green-Eco);}

@media all and (max-width: 1024px) {
  .sec-nav-wrap {display: none !important;}
}

/* [ main - visual sec ] */
.visual-sec {position: relative; height: 100dvh; /*min-height: 49vw;*/ min-height: 40vw;}

/* aside */
.main-aside-area:not(.on) .main-aside, .main-aside-area:not(.on) .swiper-slide {pointer-events: none !important;}
.main-aside-area.on {right: 40rem;}
.main-aside-area.on .main-aside-wrap {visibility: visible; opacity: 1; pointer-events: unset; transition-delay: 0s;}
.main-aside-area {position: absolute; display: flex; align-items: flex-end; bottom: 0; right: -445rem; z-index: 99; height: 100%; transition: right 1s ease;}
.main-aside-area .dimd {display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 1; background-color: rgba(0, 0, 0, .7);}
.main-aside-area .main-aside-wrap {visibility: hidden; opacity: 0; pointer-events: none; height: calc(100% - 100rem); transition-delay: 1s;}
.main-aside-area .main-aside {position: relative; display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-end; gap: 16rem; height: 100%; padding-bottom: 60rem;}
.main-aside .aside-item {border-radius: var(--border-radius-md); width: 445rem;}
.aside-btn {visibility: hidden; opacity: 0; z-index: 99; position: absolute; top: 50%; right: 0; transform: translateY(-50%); width: 52rem; height: 88rem; transition: right 1.1s ease;}
.visual-sec:has(.main-aside-area.on) .aside-btn {right: 485rem;}
.aside-btn::before {content: ""; display: block; width: 8rem; height: 80rem; border-radius: 999rem; background: rgba(255, 255, 255, .5); transition: background .4s ease;}
.aside-btn:hover::before {background: var(--Color-Blue-Primary);}
/* 배너 */
.main-aside .main-banner {flex: 1; position: relative; display: flex; flex-direction: column; justify-content: space-between; max-height: 540rem; padding: 40rem; overflow: hidden;}
.main-aside .main-banner::before {content: ""; position: absolute; top: 0; right: 0; left: 0; bottom: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.00) 100%); pointer-events: none;}
.main-aside .main-banner:hover .bg img {transform: scale(1.2);}
.main-aside .main-banner .txt {position: relative; color: var(--Color-Gray-White);}
.main-aside .main-banner .btns {position: relative; margin-top: auto;}
.main-aside .main-banner .btns .btn {display: inline-flex; align-items: flex-start; gap: 8rem; transition: background .4s ease;}
.main-aside .main-banner .btns .btn:hover {background: rgba(255, 255, 255, .2);}
.main-aside .main-banner .btns .btn span {color: var(--Color-Gray-White); transition: background .4s ease, color .4s ease;}
.main-aside .main-banner .btns .btn i {color: white; flex-shrink: 0; position: relative; top: 3rem; width: 20rem; height: 20rem;}
.main-aside .main-banner .btns .btn i svg {width: 100%; height: 100%;}
.main-aside .main-banner .bg {position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: -2; overflow: hidden;}
.main-aside .main-banner .bg:not(:has(img)) {background: url("/common/en/images/img-main-aside-banner-bg.jpg") no-repeat center center / cover;}
.main-aside .main-banner .bg img {width: 100%; height: 100%; object-fit: cover; object-position: top; transition: all 1.4s ease;}
/* 뉴스 */
.main-aside .main-news {position: relative; flex-shrink: 0; background-color: var(--Color-Blue-Primary); overflow: hidden;}
.main-aside .main-news .news-img-swiper {position: absolute; top: 24rem; left: 40rem; border-radius: var(--border-radius-xs); overflow: hidden;}
.main-aside .main-news .news-img-swiper .swiper-wrapper {width: 176rem; height: 120rem;}
.main-aside .main-news .news-txt-swiper .swiper-slide {padding: 24rem 40rem;}
.main-aside .main-news .img-wrap {width: 100%; height: 100%; }
.main-aside .main-news .img-wrap img {width: 100%; height: 100%; object-fit: cover;}
.main-aside .main-news .img-wrap:not(:has(img)) {background: url("/common/en/images/icon-logo-noimg.svg") no-repeat center center / 70% auto #f7f7f7;}
.main-aside .main-news .txt-wrap {display: flex; flex-direction: column; justify-content: space-between; width: 165rem; height: 114rem; margin-left: auto; padding-top: 38rem; color: var(--Color-Gray-White);}
.main-aside .main-news .txt-wrap .txt {overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: break-all;}
/* .main-aside .main-news .txt-wrap .btns {margin-top: 12rem;} */
.main-aside .main-news .swiper-control {position: absolute; z-index: 1; top: 24rem; right: 40rem; height: 30rem; padding: 0 8rem 0 12rem; color: rgba(255, 255, 255, .6); border-radius: 999rem; background-color: rgba(0, 0, 0, .5);}
.main-aside .main-news .swiper-control .swiper-button-next {order: 3;}
.main-aside .main-news .swiper-control .swiper-button-prev {order: 2;}
.main-aside .main-news .swiper-control .swiper-pagination {order: 1; margin-right: 4rem;}
.main-aside .main-news .swiper-control .swiper-pagination :is(.swiper-pagination-current, .swiper-pagination-total) {display: inline-block; width: 14rem; white-space: nowrap;}
.main-aside .main-news .swiper-control .swiper-pagination .swiper-pagination-current {font-family:"Pretendard-Bold"; color: rgba(255, 255, 255, 1);}
/* 나우 */
.main-aside .main-now {position: relative; flex-shrink: 0; background-color: var(--Color-Gray-White);}
.main-aside .main-now.on .now-wrap {height: 370rem; width: 1840rem; background-color: var(--Color-Gray-100);}
.main-aside .main-now .now-cont {display: none; position: absolute; bottom: 40rem; right: 40rem; width: 1760rem;}
.main-aside .main-now .now-wrap {display: none; position: absolute; bottom: 0; right: 0; z-index: 2; width: 445rem; height: 86rem; border-radius: var(--border-radius-md); background-color: var(--Color-Gray-White); overflow: hidden; transition: width .8s ease, height .8s ease, background .8s ease;}
.main-aside .main-now .now-btn {width: 100%; height: 86rem; padding: 0 40rem; text-align: left;}
.main-aside .main-now .now-btn .txt {padding-left: 32rem; background: url("/common/en/images/icon-btn-plus-black24.svg") no-repeat center left / 24rem auto;}
.main-aside .main-now .btn-close {position: absolute; top: 0; right: 0; width: 48rem; height: 48rem; background: url("/common/en/images/icon-close-btn-48.svg") no-repeat center center / 100% auto;}
.main-aside .main-now .now-list {position: relative; display: grid; grid-template-columns: 528rem 360rem 332rem 332rem; gap: 40rem;}
.main-aside .main-now .now-list .now-item {display: flex; flex-direction: column;}
.main-aside .main-now .now-list .now-item .item-tit {flex-shrink: 0; margin-bottom: 24rem;}
.main-aside .main-now .now-list .now-item .company-intro {display: grid; gap: 8rem; grid-template-columns: repeat(3, 1fr); height: 100%;}
.main-aside .main-now .now-list .now-item .company-intro .item {position: relative; padding: 20rem; border-radius: var(--border-radius-sm); overflow: hidden;}
.main-aside .main-now .now-list .now-item .company-intro .item .txt {position: relative; z-index: 1; color: var(--Color-Gray-White);}
.main-aside .main-now .now-list .now-item .company-intro .item .bg {position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; overflow: hidden;}
.main-aside .main-now .now-list .now-item .company-intro .item .bg::before {content: ""; position: absolute; top: 0; left: 0; right: 0; width: 100%; height: 100rem; background: linear-gradient(180deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.00) 100%);}
.main-aside .main-now .now-list .now-item .company-intro .item .bg img {width: 100%; height: 100%; object-fit: cover;}
.main-aside .main-now .now-list .now-item .stock-info {position: relative; display: flex; justify-content: space-between; flex-direction: column; height: 100%;}
.main-aside .main-now .now-list .now-item .stock-info .item {border-radius: var(--border-radius-sm); background-color: var(--Color-Gray-White); overflow: hidden;}
.main-aside .main-now .now-list .now-item .stock-info .item:first-child {display: flex; justify-content: space-between; align-items: flex-end; flex-wrap: wrap; padding: 24rem;}
.main-aside .main-now .now-list .now-item .stock-info .item:last-child {display: flex; justify-content: space-between; gap: 10rem; padding: 20rem; text-align: center;}
.main-aside .main-now .now-list .now-item .stock-info .item:last-child::before {content: ""; width: 1px; display: block; height: 100%; background-image: repeating-linear-gradient(0deg, var(--Color-Gray-900), var(--Color-Gray-900) 1px, transparent 1px, transparent 2px); background-position: 0 0; background-size: 1px 100%; background-repeat: no-repeat;}
.main-aside .main-now .now-list .now-item .stock-info .item:last-child::after {content: ""; width: 1px; display: block; height: 100%; background-image: repeating-linear-gradient(0deg, var(--Color-Gray-900), var(--Color-Gray-900) 1px, transparent 1px, transparent 2px); background-position: 0 0; background-size: 1px 100%; background-repeat: no-repeat;}
.main-aside .main-now .now-list .now-item .stock-info .item:last-child .txt-wrap:nth-child(1) {order: 1;}
.main-aside .main-now .now-list .now-item .stock-info .item:last-child .txt-wrap:nth-child(2) {order: 3;}
.main-aside .main-now .now-list .now-item .stock-info .item:last-child .txt-wrap:nth-child(3) {order: 5;}
.main-aside .main-now .now-list .now-item .stock-info .item:last-child::before {order: 2;}
.main-aside .main-now .now-list .now-item .stock-info .item:last-child::after {order: 4;}
.main-aside .main-now .now-list .now-item .stock-info .item .stocks .price {word-break: break-all;}
.main-aside .main-now .now-list .now-item .stock-info .item .stocks .gain {margin-top: 6rem;}
.main-aside .main-now .now-list .now-item .stock-info .item .infos {margin-left: auto;}
.main-aside .main-now .now-list .now-item .stock-info .item .infos .txt {color: var(--Color-Gray-700); text-align: right;}
.main-aside .main-now .now-list .now-item .stock-info .item .infos .txt.date {display: flex; gap: 14rem; margin-top: 4rem;}
.main-aside .main-now .now-list .now-item .stock-info .item .txt-wrap .tit {margin-bottom: 4rem; color: var(--Color-Gray-700);}
.main-aside .main-now .now-list .now-item .stock-info .item .txt-wrap .value {word-break: break-all;}
.main-aside .main-now .now-list .now-item .report-info {display: flex; flex-direction: column; height: 100%;}
.main-aside .main-now .now-list .now-item .report-info .item {display: flex; flex: 1; align-items: center; justify-content: space-between; gap: 16rem; border-bottom: 1px solid var(--Color-Gray-200);}
.main-aside .main-now .now-list .now-item .report-info .item .tit {word-break: break-all; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.main-aside .main-now .now-list .now-item .report-info .item .btns {flex-shrink: 0; display: flex; gap: 4rem;}
.main-aside .main-now .now-list .now-item .report-info .item .btns :is(.file, .link) {display: block; width: 24rem; height: 24rem; background: url("") no-repeat center center / 100% auto;}
.main-aside .main-now .now-list .now-item .report-info .item .btns .file {background-image: url("/common/en/images/icon-file-download-24.svg");}
.main-aside .main-now .now-list .now-item .report-info .item .btns .link {background-image: url("/common/en/images/icon-btn-link-24.svg");}
.main-aside .main-now .now-list .now-item .report-info .item .btns .solid-file {display: flex; align-items: center; justify-content: center; width: auto; height: 28rem; padding: 0 8rem; color: var(--Color-Blue-500); font-size: 12rem; font-family:"Pretendard-Medium"; border-radius: var(--border-radius-xs); border: 1px solid var(--Color-Blue-Primary); background-color: var(--Color-Gray-White);}
.main-aside .main-now .now-list .now-item .news {display: block; height: 100%; padding: 24rem; border-radius: var(--border-radius-sm); background-color: var(--Color-Gray-White); overflow: hidden;}
.main-aside .main-now .now-list .now-item .news .img-wrap {height: 100rem; border-radius: var(--border-radius-xs ); overflow: hidden;}
.main-aside .main-now .now-list .now-item .news .img-wrap:not(:has(img)) {background: url("/common/en/images/icon-logo-noimg.svg") no-repeat center center / 50% auto #f7f7f7;}
.main-aside .main-now .now-list .now-item .news .img-wrap img {width: 100%; height: 100%; object-fit: cover;}
.main-aside .main-now .now-list .now-item .news .txt-wrap {margin-top: 16rem;}
.main-aside .main-now .now-list .now-item .news .txt-wrap .tit {overflow: hidden; word-break: break-all; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2;  -webkit-box-orient: vertical;}
.main-aside .main-now .now-list .now-item .news .txt-wrap .date {margin-top: 8rem; color: var(--Color-Gray-700);}

/* swiper */
.visual-sec .visual-swiper {height: 100%;}
.visual-sec .visual-swiper .swiper-slide {position: relative;}
.visual-sec .visual-swiper .swiper-slide .txt-wrap {position: absolute; top: 50%; left: var(--left-pos); z-index: 1; transform: translateY(-50%); max-width: 1000rem; color: var(--Color-Gray-White);}
.visual-sec .visual-swiper .swiper-slide .txt-wrap .tit {position: relative; overflow: hidden;}
.visual-sec .visual-swiper .swiper-slide .txt-wrap .tit span {display: block;}
.visual-sec .visual-swiper .swiper-slide .txt-wrap .txt {margin-top: 20rem;}
.visual-sec .visual-swiper .swiper-slide .txt-wrap .btns {margin-top: 40rem;}
.visual-sec .visual-swiper .swiper-slide .img {position: absolute; left: 0; right: 0; top: 0; bottom: 0; width: 100%; height: 100%; overflow: hidden;}
.visual-sec .visual-swiper .swiper-slide .img::before {content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; background: #000; opacity: .5; pointer-events: none;}
.visual-sec .visual-swiper .swiper-slide .img :is(img, video) {width: 100%; height: 100%; object-fit: cover;}
.visual-sec .visual-swiper .swiper-control {position: absolute; z-index: 1; left: var(--left-pos); bottom: 60rem;}
.visual-sec .visual-swiper .swiper-control .swiper-button-pause {order: 3; width: 56rem; height: 56rem; background: url("/common/en/images/icon-swiper-btn-pause.svg") no-repeat center center / 100% auto; transition: var(--transition-icon);}
  /* swiper video만 있을 경우 */
  .visual-sec .visual-swiper:not(:has(.swiper-slide img)) .swiper-control :is(.swiper-button-prev, .swiper-button-next) {display: none;}
  .visual-sec .visual-swiper .swiper-control .swiper-button-pause:hover {background-image: url("/common/en/images/icon-swiper-btn-pause-hover.svg");}
  .visual-sec .visual-swiper .swiper-control .swiper-button-pause.on {background-image: url("/common/en/images/icon-swiper-btn-play.svg");}
  .visual-sec .visual-swiper .swiper-control .swiper-button-pause.on:hover {background-image: url("/common/en/images/icon-swiper-btn-play-hover.svg");}
  /* swiper img만 있을 경우 */
  .visual-sec .visual-swiper:not(:has(.swiper-slide video)) .swiper-control .swiper-button-pause {display: none;}
  /* swiper img, video 있을 경우 */
  .visual-sec .visual-swiper:has(.swiper-slide img):has(.swiper-slide video) .swiper-control .swiper-button-pause {margin-left: 10rem; width: 24rem; height: 24rem; background-image: url("/common/en/images/icon-swiper-btn-pause-small.svg");}
  .visual-sec .visual-swiper:has(.swiper-slide img):has(.swiper-slide video) .swiper-control .swiper-button-pause:hover {background-image: url("/common/en/images/icon-swiper-btn-pause-small.svg");}
  .visual-sec .visual-swiper:has(.swiper-slide img):has(.swiper-slide video) .swiper-control .swiper-button-pause.on {background-image: url("/common/en/images/icon-swiper-btn-play-small.svg");}
  .visual-sec .visual-swiper:has(.swiper-slide img):has(.swiper-slide video) .swiper-control .swiper-button-pause.on:hover {background-image: url("/common/en/images/icon-swiper-btn-play-small.svg");}
  .visual-sec .visual-swiper:has(.swiper-slide.swiper-slide-active img) .swiper-button-pause {display: none;}
  
/* motion */
.visual-sec .visual-swiper .swiper-slide .txt-wrap .tit span {display: block; transform: translateY(100%); opacity: 0; transition: transform 1s ease-out, opacity 1s ease;}
.visual-sec .visual-swiper .swiper-slide.swiper-slide-active .txt-wrap .tit span {transform: translateY(0); opacity: 1;}

.visual-sec .visual-swiper .swiper-slide .txt-wrap .txt span,
.visual-sec .visual-swiper .swiper-slide .txt-wrap .btns {position: relative; opacity: 0; top: 80rem; transition: opacity 1s ease-out, top 1s ease-out;}
.visual-sec .visual-swiper .swiper-slide.swiper-slide-active .txt-wrap .txt span,
.visual-sec .visual-swiper .swiper-slide.swiper-slide-active .txt-wrap .btns {opacity: 1; top: 0;}

.visual-sec .visual-swiper .swiper-control {opacity: 0; animation: fadeIn .6s ease forwards .4s;}
@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

@media all and (max-width: 1024px) {
  .visual-sec {min-height: unset;}

  .main-aside-area {display: none !important;}
  .aside-btn {display: none !important;}

  .visual-sec .visual-swiper .swiper-slide .txt-wrap {width: calc(100vw - 64rem); max-width: unset;}
  .visual-sec .visual-swiper .swiper-slide .txt-wrap .txt {margin-top: 16rem; font-size: 13rem;}
  .visual-sec .visual-swiper .swiper-slide .txt-wrap .btns {margin-top: 32rem;}
  .visual-sec .visual-swiper .swiper-control {left: var(--left-pos); bottom: 32rem;}
  .visual-sec .visual-swiper .swiper-control .swiper-button-pause {width: 48rem; height: 48rem;}
  .visual-sec .visual-swiper:has(.swiper-slide img):has(.swiper-slide video) .swiper-control .swiper-button-pause {margin-left: 0; width: 48rem; height: 48rem; background-size: 20rem auto;}
  /* ios 기기 background transition issue */
  .visual-sec .visual-swiper .swiper-control .swiper-button-pause {transition: 0s !important;}
  .visual-sec .visual-swiper .swiper-control .swiper-button-pause:hover {background-image: url("/common/en/images/icon-swiper-btn-pause.svg");}
  .visual-sec .visual-swiper .swiper-control .swiper-button-pause.on:hover {background-image: url("/common/en/images/icon-swiper-btn-play.svg");}
}


/* [ main - business sec ] */
.business-sec {overflow: hidden;}
.business-sec .inner {width: calc(100% - 80rem);}
.business-sec .cont-tit-wrap {align-items: center;}
.business-sec .business-swiper {overflow: visible;}
.business-sec .business-swiper .swiper-slide {position: relative; width: 600rem; height: 400rem; padding: 40rem; border-radius: var(--border-radius-md); overflow: hidden;}
.business-sec .business-swiper .swiper-slide::before {content: ""; position: absolute; z-index: 1; top: 0; bottom: 0; left: 0; right: 0; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.00) 100%); pointer-events: none;}
.business-sec .business-swiper .swiper-slide .txt {position: relative; z-index: 2; color: var(--Color-Gray-White);}
.business-sec .business-swiper .swiper-slide .img-wrap {position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%;}
/* .business-sec .business-swiper .swiper-slide .img-wrap .video {visibility: hidden; opacity: 0; transition: visibility .4s ease, opacity .4s ease;}
.business-sec .business-swiper .swiper-slide:hover .img-wrap .video {visibility: visible; opacity: 1;} */
.business-sec .business-swiper .swiper-slide .img-wrap .img {display: none;}
.business-sec .business-swiper .swiper-slide .img-wrap :is(.img, .video) {/* position: absolute; top: 0; left: 0; right: 0; bottom: 0;  */width: 100%; height: 100%; pointer-events: none;}
.business-sec .business-swiper .swiper-slide .img-wrap :is(.img img, .video video) {width: 100%; height: 100%; object-fit: cover;}
.business-sec .business-swiper .swiper-pagination {display: none;}

@media all and (max-width: 1024px) {
  .business-sec {padding-bottom: 80rem;}
  .business-sec .inner {width: calc(100% - 32rem);}
  .business-sec .cont-tit-wrap .swiper-control {display: none;}
  .business-sec .business-swiper .swiper-slide {width: 100%; height: 350rem; padding: 24rem;}
  .business-sec .business-swiper .swiper-slide::before {height: 100%;}
  .business-sec .business-swiper .swiper-slide .txt {font-size: 20rem;}
  .business-sec .business-swiper .swiper-slide .img-wrap .img {display: block;}
  .business-sec .business-swiper .swiper-slide .img-wrap .video {display: none;}
  .business-sec .business-swiper .swiper-pagination {position: unset; display: block; height: 2px; margin-top: 32rem; background-color: var(--Color-Gray-200);}
  .business-sec .business-swiper .swiper-pagination .swiper-pagination-progressbar-fill {background-color: var(--Color-Blue-Primary);}
}

@media all and (max-width: 600px) {
  .business-sec .business-swiper .swiper-slide {height: 219rem;}
}

/* [ main -heritage-heritage-sustain-secs ] */
.heritage-sustain-secs {position: relative; padding-top: 0 !important; overflow: hidden; background-color: var(--Color-Blue-900);}
.heritage-sustain-secs .heritage-sustain-area {position: relative;}
.heritage-sustain-secs .heritage-sustain-area .heritage-sustain-wrap {position: absolute; bottom: 0; left: 0; right: 0; width: 100%; height: 100dvh;}
.heritage-sustain-secs .heritage-sustain-area .heritage-sustain-wrap .heritage-sustain-fixed {position: absolute; width: 100%; height: 100dvh;}
.heritage-sustain-secs .heritage-sustain-area .heritage-sustain-wrap .heritage-sustain-fixed::before {content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: -1; width: 100%; height: 100%; background-color: var(--Color-Gray-White); pointer-events: none;}
@keyframes scrollText {
  0% {transform: translateX(0);}
  100% {transform: translateX(-50%);}
}

@media all and (max-width: 1024px) {
  .heritage-sustain-secs .heritage-sustain-area .heritage-sustain-wrap {position: relative; margin-top: -100dvh; height: auto;}
  .heritage-sustain-secs .heritage-sustain-area .heritage-sustain-wrap .heritage-sustain-fixed {position: relative; height: 100%;}
}

/* [ main - heritage sec ] */
.heritage-sustain-secs .heritage-bg {position: relative;}
.heritage-sustain-secs .heritage-bg::before {content: ""; /* z-index: 1; */ position: absolute; top: 0; left: 0; right: 0; width: 100%; height: 624rem; background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0) 100%) no-repeat center top / 100% auto;}
.heritage-sustain-secs .heritage-bg img {position: relative; width: 100%; bottom: 0;}
.heritage-sustain-secs .heritage-cont {position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%;}
.heritage-sustain-secs .heritage-cont::before {content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: calc(100vw * 25 / 24); background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0) 100%) top / 100% 624rem no-repeat, url("/common/en/images/img-main-heritage-bg.jpg") no-repeat center bottom / 100% auto;}
.heritage-sustain-secs .heritage-cont::after {content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 490rem; background: linear-gradient(180deg, rgba(9, 22, 39, 0.00) 0%, #001124 100%); background-blend-mode: multiply; opacity: .3;}
.heritage-sustain-secs .heritage-cont .rolling-txt {position: absolute; bottom: 1293rem; left: 0; right: 0; width: 100%; overflow: hidden;}
.heritage-sustain-secs .heritage-cont .rolling-txt .txts {display: flex; animation: scrollText 20s linear infinite; white-space: nowrap; width: max-content;}
.heritage-sustain-secs .heritage-cont .rolling-txt .txts .txt {padding-right: 50rem; font-size: 240rem; font-family: "HDfont-Bold"; line-height: 130%; white-space: nowrap; letter-spacing: -4.8rem; color: var(--Color-Gray-White); text-transform: uppercase;}
.heritage-sustain-secs .heritage-cont .txt-wrap {position: absolute; bottom: 600rem; right: 195rem; z-index: 2; width: 600rem; color: var(--Color-Gray-White);}
.heritage-sustain-secs .heritage-cont .txt-wrap .txts .txt {margin-top: 40rem;}
.heritage-sustain-secs .heritage-cont .txt-wrap .txts .btns {margin-top: 60rem;}
.heritage-sustain-secs .heritage-cont .ship-wrap {position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%;}
.heritage-sustain-secs .heritage-cont .ship-wrap :is(.ship, .shadow) {position: absolute; bottom: 0; width: 1674rem;}
.heritage-sustain-secs .heritage-cont .ship-wrap :is(.ship, .shadow) img {position: relative; width: 100%;}
.heritage-sustain-secs .heritage-cont .ship-wrap .ship {z-index: 1;}
.heritage-sustain-secs .heritage-cont .ship-wrap .shadow {mix-blend-mode: multiply;}
.heritage-sustain-secs .heritage-cont .ship-wrap .shadow img {opacity: .7;}
/* - motion start - */
.heritage-sustain-secs .heritage-cont .txt-wrap .txts {position: relative; top: 80rem; opacity: 0; transition: top 1s ease, opacity 1s ease;}
.heritage-sustain-secs .heritage-cont .ship-wrap :is(.ship, .shadow) {left: -434rem; opacity: 0; transition: left 1s ease, opacity 1s ease;}
.heritage-sustain-secs .heritage-cont .txt-wrap.active .txts {opacity: 1; top: 0;}
@media all and (min-width: 1025px) {
  .heritage-sustain-secs .heritage-cont .txt-wrap.hide .txts {opacity: 0;}
  .heritage-sustain-secs .heritage-cont:has(.txt-wrap.active) .ship-wrap :is(.ship, .shadow) {left: -354rem; opacity: 1;}
  .heritage-sustain-secs .heritage-cont:has(.txt-wrap.hide) .ship-wrap :is(.ship, .shadow) {left: -274rem; opacity: 0;}
}
/* - motion end - */

@media all and (max-width: 1024px) {
  .heritage-sustain-secs .heritage-bg::before {height: 400rem;}
  .heritage-sustain-secs .heritage-cont {height: 100dvh;}
  .heritage-sustain-secs .heritage-cont::before {height: calc(100vw * 125 / 64); background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0) 100%) top / 100% 400rem no-repeat, url("/common/en/images/img-main-heritage-bg-tablet.jpg") no-repeat center bottom / 100% auto;}
  .heritage-sustain-secs .heritage-cont .rolling-txt {bottom: 1000rem;}
  .heritage-sustain-secs .heritage-cont .rolling-txt .txts .txt {font-size: 160rem;}
  .heritage-sustain-secs .heritage-cont .txt-wrap {bottom: 680rem; right: 0; width: 100%; padding: 0 120rem;}
  .heritage-sustain-secs .heritage-cont .txt-wrap .txts .txt {margin-top: 24rem;}
  .heritage-sustain-secs .heritage-cont .txt-wrap .txts .btns {margin-top: 40rem;}
  .heritage-sustain-secs .heritage-cont .ship-wrap :is(.ship, .shadow) {bottom: -60rem; width: 1000rem;}
  /* - motion start - */
  .heritage-sustain-secs .heritage-cont .ship-wrap :is(.ship, .shadow) {left: -240rem; opacity: 0;}
  .heritage-sustain-secs .heritage-cont .ship-wrap :is(.ship, .shadow).active {left: -160rem; opacity: 1;}
  .heritage-sustain-secs .heritage-cont .ship-wrap :is(.ship, .shadow).hide {left: -80rem; opacity: 0;}
  .heritage-sustain-secs .heritage-cont:has(.ship.hide) .txt-wrap .txts {opacity: 0;}
  /* - motion end - */
}

@media all and (max-width: 600px) {
  .heritage-sustain-secs .heritage-bg::before {height: 200rem;}
  .heritage-sustain-secs .heritage-cont::before {height: calc(100vw * 35 / 9); background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0) 100%) top / 100% 200rem no-repeat, url("/common/en/images/img-main-heritage-bg-mob.jpg") no-repeat center bottom / 100% auto;}
  .heritage-sustain-secs .heritage-cont::after {height: 600rem; background: linear-gradient(180deg, rgba(9, 22, 39, 0.00) 0%, #001124 100%); background-blend-mode: multiply; opacity: .5;}
  .heritage-sustain-secs .heritage-cont .rolling-txt .txts .txt {font-size: 120rem; line-height: 120%; letter-spacing: -2.4rem;}
  .heritage-sustain-secs .heritage-cont .txt-wrap {bottom: 160rem; padding: 0 16rem;}
  .heritage-sustain-secs .heritage-cont .ship-wrap :is(.ship, .shadow) {bottom: 480rem; width: 540rem;}
  /* - motion start - */
  .heritage-sustain-secs .heritage-cont .ship-wrap :is(.ship, .shadow).hide {left: -120rem; opacity: 1;}
  .heritage-sustain-secs .heritage-cont:has(.ship.hide) .txt-wrap .txts {opacity: 1;}
  .heritage-sustain-secs .heritage-cont .txt-wrap .txts {opacity: 0 !important;}
  .heritage-sustain-secs .heritage-cont .txt-wrap.active .txts {opacity: 1 !important;}
  .heritage-sustain-secs .heritage-cont .txt-wrap.hide .txts {opacity: 0 !important;}
  .heritage-sustain-secs .heritage-cont .ship-wrap :is(.ship, .shadow) {left: -200rem;}
  .heritage-sustain-secs .heritage-cont .ship-wrap :is(.ship, .shadow).active {left: -120rem;}
  .heritage-sustain-secs .heritage-cont:has(.txt-wrap.hide) .ship-wrap :is(.ship, .shadow) {opacity: 0; left: -40rem;}
  /* - motion end - */
}

/* [ main - sustainability sec  */
.heritage-sustain-secs .sustain-cont {position: relative; z-index: 3; width: 100%; height: 100%; background: var(--Color-Blue-900); opacity: 0; visibility: hidden;}
.heritage-sustain-secs .sustain-cont::before {content: ""; position: absolute; left: 0; right: 0; top: -100dvh; width: 100%; height: 100dvh; background: var(--Color-Blue-900);}
.heritage-sustain-secs .sustain-txts-wrap {display: flex; align-items: center; justify-content: center; height: 100%;}
.heritage-sustain-secs .sustain-txts-wrap .sustain-txts {position: relative; color: var(--Color-Gray-White); text-align: center;}
.heritage-sustain-secs .sustain-txts-wrap .sustain-txts .sustain-tit .sub-tit {position: absolute; top: 50%; transform: translateY(-50%); z-index: 1; display: block; width: 100%; opacity: 0; font-family: "Pretendard-Bold"; font-size: 4.992vw; /* 96rem */ white-space: nowrap; line-height: 1;}
.heritage-sustain-secs .sustain-txts-wrap .sustain-txts .sustain-txt .tit {margin-top: calc(80rem + 36rem)  /* font-siize 36rem */; overflow: hidden; opacity: 0; transition: opacity .8s ease;}
.heritage-sustain-secs .sustain-txts-wrap .sustain-txts .sustain-txt .tit span {position: relative; display: block; transform: translateY(100%); transition: transform .8s ease;}
.heritage-sustain-secs .sustain-txts-wrap .sustain-txts .sustain-txt.on .tit {opacity: 1;}
.heritage-sustain-secs .sustain-txts-wrap .sustain-txts .sustain-txt.on .tit span {transform: translateY(0);}
.heritage-sustain-secs .sustain-txts-wrap .sustain-txts .sustain-txt .txt {margin-top: 40rem; opacity: 0; transform: translateY(60rem); transition: transform .8s ease, opacity .8s ease;}
.heritage-sustain-secs .sustain-txts-wrap .sustain-txts .sustain-txt.on .txt {opacity: 1; transform: translateY(0); transition-delay: .4s;}
.heritage-sustain-secs .sustain-txts-wrap .sustain-txts .sustain-txt .btns {margin-top: 80rem; opacity: 0; transition: opacity .8s ease;}
.heritage-sustain-secs .sustain-txts-wrap .sustain-txts .sustain-txt.on .btns {opacity: 1; transition-delay: .4s;}
/* - motion end - */
.heritage-sustain-secs .sustain-visuals {position: absolute; top: 100%; left: 0; right: 0; display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; padding: 40rem; visibility: hidden; opacity: 0;}
.heritage-sustain-secs .sustain-visuals .sustain-visual {width: 80%; height: 100%;}
.heritage-sustain-secs .sustain-visuals .sustain-visual .visual {position: relative; width: 100%; height: 100%; border-radius: var(--border-radius-lg); overflow: hidden;}
.heritage-sustain-secs .sustain-visuals .sustain-visual .visual .video {width: 100%; height: 100%;}
.heritage-sustain-secs .sustain-visuals .sustain-visual .visual .video video {width: 100%; height: 100%; object-fit: cover;}
.heritage-sustain-secs .sustain-visuals .sustain-visual .visual .rolling-txt {position: absolute; top: 50%; left: 0; right: 0; transform: translateY(-50%); width: 100%; overflow: hidden; opacity: .5;}
.heritage-sustain-secs .sustain-visuals .sustain-visual .visual .rolling-txt .txts {display: flex; animation: scrollText 20s linear infinite; white-space: nowrap; width: max-content;}
.heritage-sustain-secs .sustain-visuals .sustain-visual .visual .rolling-txt .txts .txt {padding-right: 50rem; font-size: 120rem; font-family: "Pretendard-Bold"; line-height: 130%; white-space: nowrap; letter-spacing: -2rem; color: var(--Color-Gray-White);}

@media all and (max-width: 1024px) {
  .heritage-sustain-secs .sustain-cont {height: auto;}
  .heritage-sustain-secs .sustain-txts-wrap {display: block; height: auto; padding-bottom: 200rem;}
  .heritage-sustain-secs .sustain-txts-wrap .sustain-txts .sustain-tit {position: relative; width: 100%; height: 100dvh; display: flex; align-items: center; justify-content: center; pointer-events: none;}
  .heritage-sustain-secs .sustain-txts-wrap .sustain-txts .sustain-tit .sub-tit {margin-top: 0vw; font-size: 5.6vw;  /* 40rem */}
  .heritage-sustain-secs .sustain-txts-wrap .sustain-txts .sustain-txt {padding: 0 16rem; padding-top: 25dvh;}
  .heritage-sustain-secs .sustain-txts-wrap .sustain-txts .sustain-txt .txt br {display: block !important;}
  /* - motion start - */
  .heritage-sustain-secs .sustain-txts-wrap .sustain-txts .sustain-txt .tit {padding-top: 288rem; margin: 0; transition: unset;}
  .heritage-sustain-secs .sustain-txts-wrap .sustain-txts .sustain-txt .tit span {transform: unset; transition: unset;}
  .heritage-sustain-secs .sustain-txts-wrap .sustain-txts .sustain-txt .txt {margin-top: 24rem; transform: unset; transition: unset; opacity: 0;}
  .heritage-sustain-secs .sustain-txts-wrap .sustain-txts .sustain-txt .btns {margin-top: 60rem; transition: unset;}
  /* - motion end - */
  .heritage-sustain-secs .sustain-visuals {position: unset; display: block; height: 100dvh; padding: 0; visibility: visible; opacity: 1;}
  .heritage-sustain-secs .sustain-visuals .sustain-visual {width: 100%; height: 100%;}
  .heritage-sustain-secs .sustain-visuals .sustain-visual .visual {border-radius: 0;}
}
@media all and (max-width: 600px) {
  .heritage-sustain-secs .sustain-txts-wrap .sustain-txts .sustain-txt .txt br {display: none !important;}
}

.heritage-sustain-secs .sustain-esg {padding-top: 750dvh; margin-top: 50dvh;}
.heritage-sustain-secs .esg-list {position: relative; width: 600rem; margin-left: auto; margin-right: 40rem;}
.heritage-sustain-secs .esg-list .item {padding-bottom: 300rem;}
.heritage-sustain-secs .esg-list .item .imgs {position: relative; display: block; height: 480rem; border-radius: var(--border-radius-lg); overflow: hidden;}
.heritage-sustain-secs .esg-list .item .imgs .cursor {opacity: 0; visibility: hidden; transition: opacity .3s ease, visibility .3s ease; position: absolute; top: 0; left: 0; z-index: 1; display: flex; align-items: center; justify-content: center; width: 96rem; height: 96rem; font-family:"Pretendard-Bold"; font-size: 14rem; color: var(--Color-Gray-White); background-color: var(--Color-Green-500); border-radius: 999rem; overflow: hidden;}
.heritage-sustain-secs .esg-list .item .imgs:hover {cursor: none;}
.heritage-sustain-secs .esg-list .item .imgs:hover .cursor {opacity: 1; visibility: visible;}

.heritage-sustain-secs .esg-list .item .imgs span {position: relative; top: 0%; display: block; width: 100%;}
.heritage-sustain-secs .esg-list .item .imgs img {width: 100%;}
.heritage-sustain-secs .esg-list .item .txts {margin-top: 60rem; color: var(--Color-Gray-White);}
.heritage-sustain-secs .esg-list .item .txts .txt {margin-top: 24rem;}

@media all and (max-width: 1024px) {
  .heritage-sustain-secs .sustain-esg {position: relative; padding-top: 80rem; padding-bottom: 200rem; margin-top: 0;}
  .heritage-sustain-secs .esg-list {width: 100%; margin-right: 0; padding: 0 120rem;}
  .heritage-sustain-secs .esg-list .item {padding-bottom: 120rem;}
  .heritage-sustain-secs .esg-list .item:last-child {padding-bottom: 0;}
  .heritage-sustain-secs .esg-list .item .imgs {height: 262rem;}
  .heritage-sustain-secs .esg-list .item .imgs:hover {cursor: pointer;}
  .heritage-sustain-secs .esg-list .item .imgs .cursor {display: none;}

  .heritage-sustain-secs .esg-list .item .txts {margin-top: 40rem;}
  .heritage-sustain-secs .esg-list .item .txts .txt {margin-top: 16rem;}
}
@media all and (max-width: 600px) {
  .heritage-sustain-secs .esg-list {padding: 0 16rem;}
}

/* [ main - news sec ] */
.news-sec .cont-tit-wrap {align-items: flex-end;}
.news-sec .cont-tit-wrap .cont-txt {padding-bottom: 12rem;}

@media all and (max-width: 1024px) {
  .news-sec .cont-tit-wrap {display: flex; align-items: flex-end;}
  .news-sec .cont-tit-wrap .cont-txt {padding-bottom: 5rem;}
}

/* [ main - investors sec ] */
.change.gain {color: var(--Color-Red);}
.change.loss {color: var(--Color-Blue-Primary);}
.change.gain .point::before {content: "▲ ";}
.change.loss .point::before {content: "▼ ";}
.change .percentage::after {content: "%";}

.investors-sec .cont-tit-wrap .btns {margin-top: 16rem;}
.stock-wrap {text-align: right;}
.stock-wrap .stock {display: inline-flex; align-items: center; gap: 34rem; margin-top: 30rem;}
.stock-wrap .stock .kospi {color: var(--Color-Gray-700);}
.stock-wrap .stock .change {display: flex; gap: 16rem;}
.investors-img {position: relative; height: 440rem; padding: 80rem 60rem; border-radius: var(--border-radius-md); overflow: hidden;}
.investors-img .txt {position: relative; z-index: 2; color: var(--Color-Gray-White);}
.investors-img .img {position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%;}
.investors-img .img::before {content: ""; position: absolute; z-index: 1; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; background: #000; opacity: .3;  pointer-events: none;}
.investors-img .img img {width: 100%; transform: translateY(0);}
.investors-list {display: flex; justify-content: space-between; gap: 108rem;}
.investors-list::before,
.investors-list::after {content: ""; display: block; height: 168rem; width: 1px; background-color: var(--Color-Gray-300);}
.investors-list .item {flex: 1;}
.investors-list .item:nth-child(1) {order: 1;}
.investors-list::before {order: 2;}
.investors-list .item:nth-child(2) {order: 3;}
.investors-list::after {order: 4;}
.investors-list .item:nth-child(3) {order: 5;}
.investors-list .item .txt-wrap {display: flex; flex-direction: column; justify-content: space-between; height: 100%;}
.investors-list .item .txt-wrap .btns {margin-top: 40rem;}
.investors-list .item .txt-wrap .btns .txt-btn {white-space: nowrap;}

@media all and (max-width: 1024px) {
  .investors-sec .cont-tit-wrap .cont-tit .tit {font-size: 32rem;}
  .investors-sec .cont-tit-wrap .cont-txt {margin-top: 40rem;}
  .investors-sec .cont-tit-wrap .cont-txt .stock-wrap .price {font-size: 32rem;}
  .stock-wrap .stock {display: block; margin-top: 8rem;}
  .stock-wrap .stock .change {justify-content: flex-end; margin-top: 8rem;}
  .investors-img {padding: 40rem 24rem;}
  .investors-img .img img {width: 100%; transform: translateY(0);}
  .investors-list {flex-direction: column; gap: 80rem;}
  .investors-list::before,
  .investors-list::after {display: none;}
  .investors-list .item .txt-wrap {display: block;}
  .investors-list .item .txt-wrap .btns {margin-top: 24rem;}
}