body {
    -ms-overflow-style: none;
}
img {
    /* -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none; */
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
}
.lenis-scrolling iframe {
    pointer-events: none;
} 

.expo2025-wrapper img {
    max-width: 100%;
    display: block;
    object-fit: cover;
}
.expo2025-wrapper img.img-full {
    width: 100%;
    max-width: none;
}
.hmj-container.expo2025-wrapper {
    padding: 0;
}

.expo2025-wrapper .contents-sec {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 1.615;
}
.expo2025-wrapper .container {
    width: 1120px;
    margin: 0 auto;
}
.expo2025-wrapper .sec-head {
    margin-bottom: 72px;
}
.expo2025-wrapper .sec-head-tagline {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #002C5F;
}
.expo2025-wrapper .sec-head-tit {
    font-size: 40px;
    font-weight: 500;
    line-height: 64px;
}

.expo2025-wrapper .cont-wrapper {
    display: flex;
    flex-direction: column;
    gap: 80px;
}
.expo2025-wrapper .cont-wrapper .img-box {
    width: 100%;
    height: auto;
}
.expo2025-wrapper .cont-wrapper .text-box {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}
.expo2025-wrapper .out-link, .expo2025-wrapper .out-link:hover {
    color: #1C6BBA;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-decoration-line: underline;
}
.expo2025-wrapper .move-detail {
    --color: #999;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 22px;
    color: var(--color);
}
.expo2025-wrapper .move-detail::after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background-color: var(--color);
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.67383 2.37937L5.32462 1.62012L12.7675 7.99975L5.32462 14.3794L4.67383 13.6201L11.2302 7.99875L4.67383 2.37937Z' fill='%23999999'/%3E%3C/svg%3E");
    mask-position: center -1px;
    mask-repeat: no-repeat;
    mask-size: 16px;
    margin-left: 4px;
}

/* visual-section */
.expo2025-wrapper .visual-section {
    overflow: hidden;
    position: relative;
    padding: 0;
}
.expo2025-wrapper .visual-section .cont-box {
    position: absolute;
    left: 50%;
    top: 0;
    padding: 80px 0 90px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 1120px;
    height: 100%;
    margin-left: -560px;
    z-index: 1;
}
.expo2025-wrapper .visual-section .text-box {
    color: #fff;
}
.expo2025-wrapper .visual-section .text-box .label {
    margin-bottom: 8px;
    font-size: 24px;
    font-weight: 500;
    line-height: 38px;
}
.expo2025-wrapper .visual-section .text-box .tit {
    font-size: 56px;
    font-weight: 500;
    line-height: 90px;
}
.expo2025-wrapper .visual-section .btn-group {
    display: flex;
    gap: 16px;
}
.expo2025-wrapper .visual-section .sub-info {
    display: flex;
    max-width: 1120px;
    margin: 16px auto 0;
}
.expo2025-wrapper .visual-section .sub-info span {
    font-family: 'HyundaiSansTextJP', sans-serif;;
    font-size: 12px;
    line-height: 20px;
    color: #666;
}
.expo2025-wrapper .visual-section .sub-info span + span {
    margin-left: auto;
}
.expo2025-wrapper .visual-slide {
    position: relative;
}
.expo2025-wrapper .visual-slide img {
	width: 100%;
	object-fit: cover;
	object-position: center center;
}
.expo2025-wrapper .visual-slide .swiper-button-prev,
.expo2025-wrapper .visual-slide .swiper-container-rtl .swiper-button-next {
	left: 80px;
}
.expo2025-wrapper .visual-slide .swiper-button-next,
.expo2025-wrapper .visual-slide .swiper-container-rtl .swiper-button-prev {
	right: 80px;
}
.expo2025-wrapper .visual-slide .swiper-button-next,
.expo2025-wrapper .visual-slide .swiper-button-prev {
	color: #fff;
    transform: translateY(-50%);
}

.expo2025-wrapper .visual-slide .swiper-button-next::after,
.expo2025-wrapper .visual-slide .swiper-button-prev::after {
	color: transparent;
}
.expo2025-wrapper .visual-slide .swiper-button-next,
.expo2025-wrapper .visual-slide .swiper-button-prev {
    position: absolute;
	width: 80px;
	height: 116px;
}
.expo2025-wrapper .visual-slide .swiper-button-next {
	background: url("../../images/brandstory/expo2025/slide-next.svg");
}
.expo2025-wrapper .visual-slide .swiper-button-prev {
	background: url("../../images/brandstory/expo2025/slide-prev.svg");
}
.expo2025-wrapper .visual-slide .control-area {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
}
.expo2025-wrapper .visual-slide .control-area .swiper-pagination {
	position: relative;
    bottom: auto;
    width: auto;
    margin-top: 0;
}
.expo2025-wrapper .visual-slide .control-area .swiper-pagination-bullet {
	margin: 0 4px;
	opacity: 0.5;
	background-color: #fff;
}
.expo2025-wrapper .visual-slide .control-area .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 20px;
	border-radius: 4px;
	background-color: #fff;
	opacity: 1;
}
.expo2025-wrapper .visual-slide .swiper-control.stop {
	background-image: url('../../images/brandstory/expo2025/icon_play_w.svg');
}
.expo2025-wrapper .visual-slide .swiper-control {
	width: 16px;
	height: 16px;
	margin: 2px 0 0 16px;
	background: url('../../images/brandstory/expo2025/icon_stop_w.svg') no-repeat center;
	font-size: 0;
	float: none;
	z-index: 1;
}

/* intro-section */
.expo2025-wrapper .intro-section {
    overflow: hidden;
    padding-top: 72px;
}
.expo2025-wrapper .intro-section .sec-head {
    margin-bottom: 40px;
}
.expo2025-wrapper .intro-section .intro-cont {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.expo2025-wrapper .intro-section .anchor-box {
    display: flex;
    gap: 32px;
    margin-top: 120px;
}
.expo2025-wrapper .intro-section .anchor-box .step-link {
    flex: 1;
    padding: 23px 40px;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #333;
}
.expo2025-wrapper .intro-section .anchor-box .step {
    display: block;
    font-size: 32px;
    line-height: 52px;
}
.expo2025-wrapper .intro-section .anchor-box .text {
    display: block;
    font-size: 18px;
    line-height: 30px;
}

/* step-section */
.expo2025-wrapper section[class*="step"] {
    padding-top: 160px;
}
.expo2025-wrapper section[class*="step"] .step-container {
    display: flex;
}
.expo2025-wrapper section[class*="step"] .step-tit {
    font-weight: 500;
}
.expo2025-wrapper section[class*="step"] .step-tit .step {
    display: block;
    font-size: 56px;
    line-height: 90px;
}
.expo2025-wrapper section[class*="step"] .step-tit .title {
    display: block;
    font-size: 32px;
    line-height: 42px;
}
.expo2025-wrapper section[class*="step"] .text-box {
    margin-top: 40px;
}
.expo2025-wrapper section[class*="step"] .desc {
    display: block;
    font-size: 16px;
    line-height: 26px;
}

.expo2025-wrapper .step01-section .step-container {
    flex-direction: column;
    gap: 40px;
}
.expo2025-wrapper .step01-section .info {
    display: block;
    margin-top: 8px;
    font-size: 14px;
    line-height: 22px;
    color: #666;
}
.expo2025-wrapper .step01-section .img-centered .image-box {
    display: flex;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
}
.expo2025-wrapper .step01-section .img-centered picture {
    flex: 1;
    overflow: hidden;
    position: relative;
}
.expo2025-wrapper .step01-section .img-centered picture + picture {
    margin-left: -1px;
}

.expo2025-wrapper .step02-section {
    overflow: hidden;
    padding-bottom: 98px;
}
.expo2025-wrapper .step02-section .step-container {
    flex-direction: column;
    gap: 40px;
}
.expo2025-wrapper .step02-section .info-list {
    margin-top: 24px;
}
.expo2025-wrapper .step02-section .info-list li {
    display: block;
    position: relative;
    padding-left: 16px;
    font-size: 14px;
    line-height: 22px;
    color: #666;
}
.expo2025-wrapper .step02-section .info-list li::before {
    content: '';
    position: absolute;
    top: 9px;
    left: 0;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #666;
}
.expo2025-wrapper .step02-section .info-list li + li {
    margin-top: 8px;
}

.expo2025-wrapper .step02-section .swiper {
    margin-left: 0;
    width: 680px;
    overflow: visible;
}
.expo2025-wrapper .step02-section .slide-img {
    position: relative;
    background-color: #d9d9d9;
    padding-bottom: 50.725%;
}
.expo2025-wrapper .step02-section .slide-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.expo2025-wrapper .swiper-controller {
    position: absolute;
    width: auto;
    height: 58px;
    top: calc(100% + 40px);
    left: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    z-index: 10;
}
.expo2025-wrapper .swiper-controller .swiper-page-num {
    margin-left: 39px;
    color: #A0A0A0;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}
.expo2025-wrapper .swiper-controller .swiper-page-num span {
    display: inline-block;
    color: #000000;
}
.expo2025-wrapper .swiper-button-prev,
.expo2025-wrapper .swiper-button-next {
    position: initial;
    width: 58px;
    height: 58px;
    margin: 0;
    background: #000;
    cursor: pointer;
}
.expo2025-wrapper .swiper-button-prev::after,
.expo2025-wrapper .swiper-button-next::after {
    content: none;
}
.expo2025-wrapper .swiper-button-prev {
    background: url("../../../assets/images/brandstory/expo2025/swiper-prev.png") center center / contain no-repeat;
}
.expo2025-wrapper .swiper-button-next {
    background: url("../../../assets/images/brandstory/expo2025/swiper-next.png") center center / contain no-repeat;
}

.expo2025-wrapper .step03-section .step-container {
    flex-direction: row-reverse;
    gap: 40px;
}
.expo2025-wrapper .step03-section .info {
    display: block;
    margin-top: 8px;
    font-size: 14px;
    line-height: 22px;
    color: #666;
}
.expo2025-wrapper .step03-section .step-content .image-box {
    display: flex;
    flex-direction: column;
    width: 360px;
    gap: 24px;
}
.expo2025-wrapper .step03-section .image-container {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 80px;
}
.expo2025-wrapper .step03-section .image-container picture {
    width: calc(50% - 40px);
}
.expo2025-wrapper .step03-section .image-container picture:nth-child(2) {
    margin-top: 160px;
}
.expo2025-wrapper .step03-section .image-container picture:nth-child(3) {
    margin-top: -160px;
}


/* link-promotion-section */
.expo2025-wrapper .link-promotion-section {
    padding: 104px 0;
    background-color: #F5F5F5;
}
.expo2025-wrapper .link-promotion-section .sec-head {
    margin-bottom: 8px;
    text-align: left;
}
.expo2025-wrapper .link-promotion-section .text-box {
    margin-bottom: 40px;
}
.expo2025-wrapper .link-promotion-section .text-box .tagline {
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: 500;
    line-height: 38px;
}
.expo2025-wrapper .link-promotion-section .text-box .tit {
    margin-bottom: 16px;
    font-size: 40px;
    font-weight: 500;
    line-height: 64px;
}
.expo2025-wrapper .link-promotion-section .text-box .desc {
    font-size: 16px;
    line-height: 26px;
}

/* link-banner-section */
.expo2025-wrapper .link-banner-sec {
    margin-top: 104px;
}
.expo2025-wrapper .link-banner-sec .banner-content-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.expo2025-wrapper .link-banner-sec .banner-content-box .banner-text {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 30px;
}

.expo2025-wrapper .link-banner-sec .banner-content-box .banner-btn {
    display: flex;
    justify-content: center;
    width: 100%;
}

.expo2025-wrapper .link-banner-sec .banner-group {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.expo2025-wrapper .link-banner-sec .banner-img-box a {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

.expo2025-wrapper .link-banner-sec .banner-img-box a .banner-text {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: absolute;
    left: 72px;
    top: 50%;
    transform: translateY(-50%);
}

.expo2025-wrapper .link-banner-sec .banner-img-box a .banner-text p {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 38px;
}
.expo2025-wrapper .link-banner-sec .banner-img-box .move-detail {
    --color: #fff;
}

/* gallery-section */
.gallery-section {
    padding-top: 160px;
}
.gallery-section .container {
    overflow: hidden;
    position: relative;
    width: 1120px;
    margin: 0 auto 
}
.gallery-section h3 {
    font-size: 40px;
    font-weight: 500;
    line-height: 64px;
    text-align: center;
    color: #000; 
}
.gallery-section .swiper-gallery {
    overflow: hidden;
    position: relative;
    margin-top: 40px;
    background-color: #000;
}
.gallery-section .swiper-gallery .swiper-slide img {
    width: 100%;
}
.gallery-section .swiper-gallery .swiper-pagination {
    bottom: 34px 
}
.gallery-section .swiper-gallery .swiper-pagination .swiper-pagination-bullet {
    opacity: 0.5;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    margin: 0 4px;
    background: #fff;
}
.gallery-section .swiper-gallery .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    width: 20px;
}
.gallery-section .swiper-gallery-thumb {
    overflow:hidden;
    position:relative;
    background-color: #000;
}
.gallery-section .swiper-gallery-thumb .swiper-slide {
    cursor: pointer;
    opacity:0.5;
    transition: opacity 0.5s ease;
}
.gallery-section .swiper-gallery-thumb .swiper-slide-thumb-active {
    opacity:1
}
.gallery-section .swiper-button-prev, .gallery-section .swiper-button-next {
    position: absolute;
    width:44px;
    height:44px;
    background:url("../../../assets/images/brandstory/expo2025/icon_arrow.png") no-repeat;
}
.gallery-section .swiper-button-prev {
    left:0;
    transform: rotate(180deg);
}
.gallery-section .swiper-button-next {
    right:0;
}
.gallery-section .swiper-button-prev::after, .gallery-section .swiper-button-next::after {
    display: none;
}
.gallery-section .swiper-gallery-thumb .swiper-button-prev, .gallery-section .swiper-gallery-thumb .swiper-button-next {
    display: none;
}
.gallery-section .sub-info {
    margin-top: 16px;
}
.gallery-section .sub-info span {
    font-family: 'HyundaiSansTextJP', sans-serif;;
    font-size: 12px;
    line-height: 20px;
    color: #666;
}

/* share-section */
.expo2025-wrapper .share-section {
    padding: 104px 0 160px;
}
.expo2025-wrapper .share-section .container {
    display: flex;
    flex-direction: column;
    gap: 104px;
}
.expo2025-wrapper .share-section .card-cont-tit {
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: 500;
    line-height: 38px;
}
.expo2025-wrapper .share-section .card-cont {
    display: flex;
    gap: 20px;
}
.expo2025-wrapper .share-section .card-cont li {
    width: 33.33%;
    height: 200px;
    cursor: pointer;
    overflow: hidden;
}
.expo2025-wrapper .share-section .card-cont a {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
}
.expo2025-wrapper .share-section .card-cont a h5 {
    position: absolute;
    top: 24px;
    left: 24px;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 38px;
    letter-spacing: -0.96px;
}
.expo2025-wrapper .share-section .card-cont a::before {
    position: absolute;
    content: "";
    bottom: 24px;
    right: 24px;
    width: 48px;
    height: 48px;
    background: url("../../../assets/images/brandstory/expo2025/card-btn.png") center center / contain no-repeat;
}
.expo2025-wrapper .share-cont {
    display: flex;
    flex-direction: column;
    gap: 17px;
}
.expo2025-wrapper .share-cont p {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}
.expo2025-wrapper .share-cont .link-sns {
    display: flex;
    align-items: center;
    gap: 32px;
}
.expo2025-wrapper .share-cont .link-sns li {
    width: 30px;
    height: 30px;
}

/* popup */
.layer-popup-wrap.popup-example .layer-popup-body .layer-cont {
    display: flex;
    flex-direction: column;
}
.layer-popup-wrap.popup-example .layer-scroll {
    flex: 1 0 calc(100% - 128px);
    height: calc(100% - 128px);
    overflow-y: auto;
}
.layer-popup-wrap.popup-example .layer-btn-area {
    margin-top: 32px;
}

@media screen and (min-width: 1120px) {
    .expo2025-wrapper .intro-section .anchor-box .step-link:hover {
        color: #0793ea;
        font-weight: 500;
    }
}

@media screen and (max-width: 1119px) {
    .expo2025-wrapper .contents-sec {
        font-size: 14px;
    }
    .expo2025-wrapper .container {
        width: 100%;
        padding: 0 20px;
    }
    .expo2025-wrapper section[class*="step"] {
        padding-top: 80px;
    }
    .expo2025-wrapper section[class*="step"] .step-tit .step {
        font-size: 32px;
        line-height: 52px;
    }
    .expo2025-wrapper section[class*="step"] .step-tit .title {
        font-size: 20px;
        line-height: 32px;
    }
    .expo2025-wrapper section[class*="step"] .text-box {
        margin-top: 32px;
    }
    .expo2025-wrapper section[class*="step"] .desc {
        font-size: 15px;
        line-height: 24px;
    }

    .expo2025-wrapper .out-link, .expo2025-wrapper .out-link:hover {
        font-size: 14px;
        line-height: 22px;
    }
    .expo2025-wrapper .move-detail {
        font-size: 12px;
        line-height: 20px;
    }
    .expo2025-wrapper .move-detail::after {
        mask-position: center;
    }
    .expo2025-wrapper .sec-head {
        margin-bottom: 40px;
    }
    .expo2025-wrapper .sec-head .tagline {
        margin-bottom: 8px;
        font-size: 16px;
        line-height: 26px;
    }
    .expo2025-wrapper .sec-head-tit {
        font-size: 24px;
        line-height: 38px;
        letter-spacing: -0.04em;
    }

    .expo2025-wrapper .visual-section .cont-box {
        padding: 40px 20px 36px;
        left: 0;
        margin-left: 0;
        width: 100%;
    }
    .expo2025-wrapper .visual-section .text-box .label {
        margin-bottom: 0;
        font-size: 16px;
        line-height: 26px;
    }
    .expo2025-wrapper .visual-section .text-box .tit {
        font-size: 32px;
        line-height: 52px;
    }
    .expo2025-wrapper .visual-section .btn-group {
        gap: 8px;
    }
    .expo2025-wrapper .visual-section .btn-group .btn {
        min-width: auto;
        flex: 1;
        height: 48px;
    }
    .expo2025-wrapper .visual-section .btn-group .btn span {
        font-size: 13px;
    }
    .expo2025-wrapper .visual-section .sub-info {
        padding: 0 20px;
    }

    .expo2025-wrapper .visual-slide .control-area {
        bottom: 24px;
    }
    .expo2025-wrapper .visual-slide .swiper-control {
        margin-left: 8px;
    }

    .expo2025-wrapper .intro-section .img-box {
        flex: 1 1 auto;
    }
    .expo2025-wrapper .intro-section {
        padding-top: 56px;
    }
    .expo2025-wrapper .intro-section .sec-head {
        margin-bottom: 40px;
    }
    .expo2025-wrapper .intro-section .intro-cont {
        gap: 32px;
    }
    .expo2025-wrapper .intro-section .anchor-box {
        flex-direction: column;
        gap: 16px;
        margin-top: 0;
    }
    .expo2025-wrapper .intro-section .anchor-box .step-link {
        padding-left: 24px;
        padding-right: 24px;
    }
    .expo2025-wrapper .intro-section .anchor-box .step {
        font-size: 20px;
        line-height: 32px;
    }
    .expo2025-wrapper .intro-section .anchor-box .text {
        font-size: 15px;
        line-height: 24px;
    }
    .expo2025-wrapper .intro-section .image-box {
        margin: 0 -20px;
    }

    .expo2025-wrapper .step01-section .step-container {
        flex-direction: column;
        gap: 32px;
    }
    .expo2025-wrapper .step01-section .info {
        font-size: 13px;
        line-height: 20px;
    }
    .expo2025-wrapper .step02-section {
        padding-bottom: 0;
    }
    .expo2025-wrapper .step02-section .step-container {
        gap: 32px;
    }
    .expo2025-wrapper .step02-section .info-list {
        margin-top: 16px;
    }
    .expo2025-wrapper .step02-section .swiper {
        width: auto;
    }
    .expo2025-wrapper .step02-section .swiper-pagination {
        height: 6px;
    }
    .expo2025-wrapper .step02-section .swiper-pagination-bullet {
        vertical-align: top;
    }
    .expo2025-wrapper .step02-section .swiper-pagination-bullet-active {
        width: 20px;
        background-color: #191919;
        border-radius: 4px;
    }

    .expo2025-wrapper .step03-section .step-container {
        flex-direction: column;
        gap: 32px;
    }
    
    .expo2025-wrapper .swiper-controller {
        display: none;
    }
    .expo2025-wrapper .swiper-pagination {
        --swiper-pagination-color: #002C5F;
        --swiper-pagination-bullet-size: 6px;
        --swiper-pagination-bullet-horizontal-gap: 3px;
        position: static;
        margin-top: 16px;
        pointer-events: none;
    }

    .expo2025-wrapper .step03-section .step-head .image-box {
        margin-top: 32px;
    }
    .expo2025-wrapper .step03-section .image-container {
        flex-direction: column;
        margin-top: 40px;
        gap: 24px;
    }
    .expo2025-wrapper .step03-section .image-container picture {
        width: 240px;
    }
    .expo2025-wrapper .step03-section .image-container picture:nth-child(2),
    .expo2025-wrapper .step03-section .image-container picture:nth-child(3) {
        margin-top: 0;
    }
    .expo2025-wrapper .step03-section .image-container picture:nth-of-type(even) {
        margin-left: auto;
    }
    .gallery-section {
        padding-top: 80px;
    }
    .gallery-section h3 {
        font-size: 24px;
        line-height: 38px;
    }
    .gallery-section .swiper-gallery {
        margin-top: 24px;
    }
    .gallery-section .swiper-gallery .swiper-pagination {
        position: absolute;
        bottom: 16px;
    }
    .gallery-section .sub-info {
        margin-top: 8px;
    }
    .gallery-section .sub-info span {
        color: #999;
    }


    /* link-banner-section */
    .expo2025-wrapper .link-banner-sec {
        margin-top: 56px;
    }
    .expo2025-wrapper .link-banner-sec .banner-content-box {
        padding: 40px 20px;
    }
    .expo2025-wrapper .link-banner-sec .banner-content-box .banner-text {
        margin-bottom: 22px;
        font-size: 16px;
        line-height: 28px;
        text-align: center;
    }

    .expo2025-wrapper .link-banner-sec .banner-img-box a .banner-text {
        left: 24px;
    }

    .expo2025-wrapper .link-banner-sec .banner-img-box a .banner-text p {
        font-size: 18px;
        line-height: normal;
    }

    .expo2025-wrapper .link-banner-sec .banner-img-box img {
        width: 100%;
    }

    /* share-section */
    .expo2025-wrapper .share-section {
        padding: 80px 0;
    }
    .expo2025-wrapper .share-section .container {
        gap: 56px;
    }
    .expo2025-wrapper .share-section .card-cont-tit {
        margin-bottom: 24px;
        font-size: 18px;
        line-height: 30px;
    }
    .expo2025-wrapper .share-section .card-cont {
        flex-direction: column;
        gap: 18px;
    }
    .expo2025-wrapper .share-section .card-cont li {
        width: 100%;
        height: auto;
    }
    .expo2025-wrapper .share-section .card-cont a h5 {
        font-size: 18px;
        line-height: normal;
        letter-spacing: -0.72px;
    }
    .expo2025-wrapper .share-section .card-cont a::before {
        top: 50%;
        transform: translateY(-50%);
        width: 45px;
        height: 45px;
        background: url("../../../assets/images/brandstory/expo2025/card-btn-mo.png") center center / contain no-repeat;
    }
    .expo2025-wrapper .share-cont {
        gap: 10px;
    }

    
}