* {
    box-sizing: border-box;
    word-break: keep-all;
}

.ces-title {
    font-family: "pretendard", sans-serif;
    font-weight: 700;
    font-size: 80px;
    line-height: 120%;
    color: #fff;
}

.ces-sub-title {
    font-family: "pretendard", sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 100%;
    color: #aaa;
}

/*ces-highlights*/
.ces-highlights {
    background: #111111;
    padding: 150px 0 190px 0;
}

.ces-highlights .swiper-wrapper {
    transition-timing-function: linear !important;
    position: relative;
}

.ces-highlights .ces-sub-title {
    margin-top: 30px;
    width: 100%;
}

.ces-highlights .title-area {
    padding: 0 145px;
    margin-bottom: 80px;
}

.ces-highlights .top-slide-section {
    margin-bottom: 30px;
}

.ces-highlights .box {
    width: 100%;
    aspect-ratio: 500 / 320;
    /*width: 500px;*/
    /*height: 320px;*/
    display: block;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.ces-highlights .box.img {
    pointer-events: none;
}

.ces-highlights .box.youtube:before {
    content: "";
    width: 66px;
    height: 66px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url("../img/ces/icon-play.svg") center center no-repeat;
    background-size: contain;
}

.ces-highlights .box .item-text {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    display: flex;
    align-items: end;
}

.ces-highlights .box .item-text .badge {
    color: #fff;
    font-family: "pretendard", sans-serif;
    font-size: 24px;
    line-height: 20px;
    font-width: 400;
}

.ces-highlights .swiper-slide {
    border-radius: 20px;
    overflow: hidden;
    min-width: 500px;
}

.ces-highlights .swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
}


/*ces-awards*/
.ces-awards {
    font-family: "Pretendard", sans-serif;
    background: #16110F;
    color: #FFFFFF;
    position: relative;
    height: 100vh;
}

.ces-awards .swiper, .ces-awards .swiper-wrapper, .ces-awards .swiper-container-autoheight, .ces-awards .swiper-container-autoheight, .ces-awards .swiper-slide {
    height: 100% !important;
}

.ces-awards .tabs {
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 6px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(40px);
    border-radius: 6px;
    height: 47px;
}

.ces-awards .tab-btn {
    display: flex;
    align-items: center;
    padding: 6px 24px;
    height: 35px;
    color: #fff;
    opacity: 50%;
    font-size: 16px;
    font-weight: 700;
    font-family: "Pretendard", sans-serif;
}

.ces-awards .tab-btn.active {
    opacity: 1;
    color: #000;
    background: #FFFFFF;
    border-radius: 6px;
}

.ces-awards .tab-content {
    position: relative;
    height: 100%;
    padding: 150px 145px;
    /*display: none;*/
}

.ces-awards .tab-content .left {
    display: flex;
    flex-direction: column;
    gap: 60px;
    position: relative;
    z-index: 99;
}

.ces-awards .tab-content .sub-tit {
    font-weight: 400;
    font-size: 40px;
    line-height: 140%;
    margin-bottom: 12px;
}

.ces-awards .tab-content .tit-badge {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 40px;
}

.ces-awards .tab-content .tit-badge:before {
    content: "";
    width: 123px;
    height: 170px;
    display: inline-flex;
    background: url("../img/ces/ces-badge01.png") center no-repeat;
    background-size: contain;
}

.ces-awards .tab-content#tab2023 .tit-badge:before {
    background: url("../img/ces/ces-badge02.png") center no-repeat;
    background-size: contain;
}

.ces-awards .tab-content#tab2025 {
    background: url("../img/ces/award-02.png") center no-repeat;
    background-size: cover;
}

.ces-awards .tab-content#tab2026-2 {
    background: url("../img/ces/award-2026-2.jpg") no-repeat;
    background-size: cover;
    background-position: right bottom;
}

.ces-awards .tab-content#tab2026-2 .tit-badge:before {
    display: none;
}

.ces-awards .tab-content:before {
    content: "";
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg, rgba(17, 17, 17, 0.6) 24.76%, rgba(17, 17, 17, 0) 86.49%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}


.ces-awards .tab-content#tab2023 {
    background: url("../img/ces/award-03.png") center no-repeat;
    background-size: cover;
}

.ces-awards .tab-content#tab2026-1 .bg-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ces-awards .tab-content .tit {
    font-weight: 700;
    font-size: 80px;
    line-height: 120%;
}

.ces-awards .tab-content .sub-txt {
    font-weight: 400;
    font-size: 22px;
    line-height: 140%;
    color: #ccc;
}

.ces-awards .tab-content .left .btn-area {
    display: flex;
    gap: 10px;
}

.ces-awards .tab-content .btn-area a span {
    font-family: 'LGSmHa', sans-serif;
    font-weight: 400;
    letter-spacing: -1.5px;
    font-size: 20px;
    line-height: 100%;
    color: #fff;


}

.ces-awards .tab-content .btn-area a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 20px;
    border-radius: 8px;
    background: transparent;
    border: 1px solid #fff;
}

.ces-awards .tab-content .btn-area a.red-btn {
    /*background: #FF3333;*/
    background: linear-gradient(0deg, #FF0000 0%, #FF8686 100%);
    border: 0;
}


.ces-awards .tab-content .btn-area a:after {
    content: "";
    display: inline-flex;
    background: url("../img/ces/ico-link-arrow.svg") center no-repeat;
    width: 20px;
    height: 20px;
}

.ces-awards-swiper {
    overflow: hidden !important;
}

.ces-awards-swiper .swiper-slide {
    overflow: hidden !important;
}

.ces-awards-swiper .swiper-slide:not(.swiper-slide-active) {
    opacity: 0 !important;
    pointer-events: none !important;
}

/* ces-product */
.ces-product-scroll {
    position: relative;
    min-height: 400vh;
}

.ces-product-scroll .floating-cards {
    position: absolute;
    top: 80px;
    right: 5%;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    z-index: 10;
    /* column-count: 2; */
    /* width: 60%; */
    width: 750px;
    padding-top: 50vh;
    padding-bottom: 50vh;
}

.ces-product-scroll .floating-cards .card {
    break-inside: avoid;
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 30px 30px 36px 30px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(40px);
    max-width: 360px;
    border-radius: 20px;
    height: fit-content;
}

.ces-product-scroll .floating-cards .card:nth-child(2) {
    margin-top: 180px;
}

.ces-product-scroll .floating-cards .card:nth-child(odd) {
    margin-top: -150px;
}

.ces-product-scroll .floating-cards .card:nth-child(1) {
    margin-top: 0;
}

.ces-product-scroll .floating-cards .card .img {
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ces-product-scroll .floating-cards .card:nth-child(5) .img, .ces-product-scroll .floating-cards .card:nth-child(7) .img {
    padding: 20px;
}

.ces-product-scroll .floating-cards .card .img img {
    width: 100%;
}

.ces-product-scroll .floating-cards .card .txt {
    font-family: 'pretendard', sans-serif;
    font-size: 24px;
    line-height: 140%;
    color: #fff;
    font-weight: 700;

}

.ces-product-scroll .floating-cards .card:hover {
    cursor: pointer;
    background: #fff;
    transition: background 0.3s ease, transform 0.3s ease;
}

.ces-product-scroll .floating-cards .card:hover .txt {
    color: #111;
}

/* background sections */
.ces-product-scroll .product-bg-sections {
    width: 100%;
    position: sticky;
    top: 0;
    height: 100vh;
}

.ces-product-scroll .bg-section {
    height: 100vh;
    padding: 150px 145px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 0.6s ease;
}


.product-bg-sections .ces-sub-title {
    color: #fff;
    line-height: 140%;
    margin-top: 30px;
}


.ces-product-scroll .bg-section .inner {
    position: relative;
    z-index: 11;
}

.ces-product-scroll .bg-section:before {
    content: "";
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg, rgba(17, 17, 17, 0.6) 24.76%, rgba(17, 17, 17, 0) 86.49%);
    position: absolute;
    top: 0;
    left: 0;
}

.ces-product-scroll .bg1 {
    background: url("../img/ces/product-bg-01.png") no-repeat;
    background-size: cover;
}

.ces-product-scroll .bg2 {
    background: url("../img/ces/product-bg-02.png") center no-repeat;
    background-size: cover;
}

.ces-product-scroll .bg3 {
    background: url("../img/ces/product-bg-03.png") center no-repeat;
    background-size: cover;
}

.ces-product-scroll .bg4 {
    background: url("../img/ces/product-bg-04.png") center no-repeat;
    background-size: cover;
}

.ces-product-scroll .bg-section.active {
    opacity: 1;
}


/*cex-news*/
.ces-news {
    background: #111111;
    color: #fff;
    padding: 160px 190px 140px;
    display: flex;
    gap: 60px;
}

.ces-news .left {
    width: 470px;
    font-family: "pretendard", sans-serif;
}

.ces-news .ces-sub-title {
    color: #ffffff;
    margin-top: 30px;
}

.ces-news .news-area {
    flex: 1
}

.ces-news .news-area ul li {
    border-bottom: 1px solid #444444;
}

.ces-news .news-list li {
    display: none;
}

.ces-news .news-list li:nth-child(-n+4) {
    display: block;
}


.ces-news .load-more {
    cursor: pointer;
    display: flex;
    gap: 10px;
    height: 44px;
    align-items: center;
    padding: 12px 24px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 8px;
    font-family: "Noto Sans SC", sans-serif !important;
    font-weight: 400;
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
}

.ces-news .news-area .news-btn-area {
    width: 100%;
    height: 40px;
    position: relative;
    /*background: linear-gradient(180deg, rgba(17, 17, 17, 0) 0%, #111111 76.44%);*/
}

.ces-news .news-area .news-btn-area:before {
    content: "";
    width: 100%;
    height: 132px;
    display: block;
    position: absolute;
    top: -132px;
    left: 0;
    background: linear-gradient(180deg, rgba(17, 17, 17, 0) 0%, #111111 76.44%);
}

.ces-news .news-area .news-btn-area.hide-before:before {
    display: none;
}


.ces-news .load-more:after {
    content: "";
    width: 20px;
    height: 20px;
    background: url("../img/ces/ico-arrow-down.svg") center no-repeat;
}


.ces-news .news-area ul li .tag {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    color: #666666;
    margin-bottom: 12px;
}

.ces-news .news-area ul li .title {
    font-weight: 700;
    font-size: 26px;
    line-height: 120%;
    color: #fff;
}

.ces-news .news-area ul li:first-child a {
    padding: 0;
    padding-bottom: 30px;
}

.ces-news .news-area ul li a {
    display: block;
    padding: 30px 0;
    transition: ease-in-out .2s;
}

.ces-news .news-area ul li a:hover .title {
    color: #FF3333
}

.ces-news .news-area ul li a:hover {
    transform: translateX(12px);

}

.ces-news .news-area {
    color: #fff
}

/*cesBottom*/
.cesBottom {
    height: auto;
    width: 100%;
    background: url('../img/ces/ces-newletter.png') no-repeat;
    background-color: rgba(36, 22, 22, 1);
    background-size: cover;
}

.cesBottom .txtBox {
    display: flex;
    gap: 15px;
}

.cesBottom .inner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 1;
    padding: 96px 140px 110px;
}


.cesBottom .txtBox p {
    font-family: 'Pretendard', sans-serif;
    font-weight: 700;
    font-size: 70px;
    line-height: 120%;
    color: #fff;
}

.cesBottom .txtBox p.red {
    color: #FF0000;
}

.cesBottom .btn-box a {
    display: block;
    padding: 29px 80px;
    background: linear-gradient(0deg, #FF0000 0%, #FF8686 100%);
    border-radius: 8px;
}

.cesBottom .btn-box a span {
    font-family: "Noto Sans SC", sans-serif !important;
    font-size: 28px;
    line-height: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 20px;
}

.cesBottom .btn-box a span:after {
    content: "";
    width: 20px;
    height: 20px;
    background: url("../img/ces/ico-arrow-right.png") center no-repeat;
    display: inline-flex;
}

/*cesFullpage*/
#cesFullpage {
    height: 100vh;
    overflow: hidden;
}

/*헤더*/

.headerWrap.on header.newHeader.headerCes {
    background: transparent;
}

.headerWrap.on header.newHeader.headerCes nav .media > a {
    color: #fff;
    font-weight: 300;
}

.headerWrap.on header.newHeader.headerCes .wt {
    display: block;
}

.headerWrap.on header.newHeader.headerCes .gr {
    display: none;
}

.headerWrap.on header.newHeader.headerCes .subContent .icon a .right .menuWrap span, .headerWrap.on header.newHeader.headerCes .subContent .icon a {
    color: #fff;
}

