@charset "utf-8";

/* ============== main ==============  */

.main {
    background-color: var(--black);
    color: var(--white);
}

.section {
    position: relative;
    overflow: hidden;
    transition: background-position 1.5s ease;
}

.section .fp-tableCell {
    padding-top: var(--head-h);
}

.section .container {
    position: relative;
    margin: 0 auto;
    padding: 0 var(--main-p);
    max-width: 1542px;
    width: 100%;
}

.section .container .section-link {
    display: flex;
    width: fit-content;
    margin: 0 auto;
    letter-spacing: -0.02em;
}

.section .container .section-link .i {
    margin-left: 8px;
    margin-right: 0;
    width: 20px;
    height: 20px;
    background-image: url('../images/i-link.png');
}

.section .parallax {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateY(-100%) scale(0.85) rotate(0.001deg);
    transition: transform 1.2s ease;
    z-index: -1;
}

.section.active .parallax  {
    transform: translateY(0) scale(1) rotate(0.001deg);
    z-index: 1;
}

.section.prev .parallax { 
    transform: translateY(0) scale(1.3) rotate(0.001deg);
}

/* ============== section-01 ==============  */
.section-01 {
    text-align: center;
}

.section-01 .bg {
    position: absolute;
    top: var(--head-h);
    left: 0;
    right: 0;
    height: calc(100vh - var(--head-h));
    z-index: -10;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
}

.section-01 .bg video {
    width: 100%;
    height: calc(100vh - var(--head-h));
    object-fit: cover;
}

.section-01 .container {
    position: relative;
    max-width: initial;
    z-index: 10;
}

.section-01 .container h3 {
    font-size: var(--font-size-40);
    font-weight: var(--font-w-semibold);
    line-height: 1;
}

.section-01 .container .sub-tit {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 7.6596vh;
    font-size: var(--font-size-80);
    font-weight: var(--font-w-light);
}

.section-01 .container .sub-tit span {
    position: relative;
    display: block;
    padding: 0 20px;
    font-weight: var(--font-w-bold);
}

.section-01 .container .sub-tit i {
    display: block;
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 100%;
    font-size: var(--font-size-20);
    font-weight: var(--font-w-medium);
    font-style: normal;
    white-space: nowrap;
    transform: translateX(-50%);
}

.section-01 .container a {
    margin-bottom: 11.7021vh;
}

.section-01 .container .section-01-swiper{
    height: 232px;
}

.section-01 .container .section-01-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 77px;
    font-size: var(--font-size-48);
    font-weight: var(--font-w-bold);
    opacity: 0.2;
    transition: all 0.2s ease;
}

.section-01 .container .section-01-swiper .swiper-slide.swiper-slide-active {
    font-size: var(--font-size-64);
    opacity: 1;
}


/* ============== section-02 ==============  */

.section-02 {
    background-color: var(--white);
    color: var(--default);
    text-align: center;
}

.section-02 .container h3 {
    margin-bottom: 20px;
    font-size: var(--font-size-48);
    font-weight: var(--font-w-semibold);
    line-height: 1.25;
    letter-spacing: -0.01em;
    color: var(--primary);;
}

.section-02 .container .sub-tit {
    margin-bottom: 45px;
    font-size: var(--font-size-24);
    letter-spacing: -0.02em;
}

.section-02 .container .section-link .i {
    background-image: url('../images/i-link_b.png');
}

.section-02 .counter-container {
    display: flex;
    margin: 0 auto;
    max-width: 1086px;
    width: 100%;
    margin-top: 40px;
    font-weight: var(--font-w-semibold);
}

.section-02 .counter-container li {
    position: relative;
    width: 25%;
    text-align: center;
    z-index: 1;
}

.section-02 .counter-container li img {
    display: block;
    margin: 0 auto 63px;
}

.section-02 .counter-container li strong {
    display: block;
    position: relative;
    margin: 0 auto;
    font-size: var(--font-size-120);
    line-height: 1.5;
}

.section-02 .counter-container li p {
    margin-top: 10px;
    font-size: var(--font-size-24);
    line-height: 1;
    color: var(--primary);
}

/* ============== section-03 ==============  */

.section-03 .container {
    height: calc(100vh - var(--head-h) - 78px);
}

.section-03 .container .section-box {
    display: flex;
    justify-content: space-between;
}

.section-03 .container .section-txt {
    flex: 0 0 auto;
    width: fit-content;
}

.section-03 .container .section-txt .sub-tit {
    margin-bottom: 42px;
    font-size: var(--font-size-48);
    font-weight: var(--font-w-semibold);
    line-height: 1.25;
    letter-spacing: -0.01em;
}

.section-03 .container .section-txt .section-link {
    margin-left: 0;
} 

.section-03 .container .section-03-tab {
    margin-top: 10.1064vh;
    width: fit-content;
}

.section-03 .container .section-03-tab .tab-list li {
    position: relative;
    margin-right: 54px;
    margin-bottom: 64px;
    font-size: var(--font-size-20);
    font-weight: var(--font-w-medium);
    transition: font-weight 0.2s 0.2s ease;
} 

.section-03 .container .section-03-tab .tab-list li::before {
    content: '';
    display: block;
    position: absolute;
    bottom: -4px;
    left: 50%;
    width: 0;
    height: 17px;
    background-color: var(--primary);
    transition: width 0.2s 0.2s ease;
    transform: translateX(-50%);
    z-index: -1;
}

.section-03 .container .section-03-tab .tab-list li:last-child {
    margin-right: 0;
} 

.section-03 .container .section-03-tab .tab-list li.active {
    font-weight: var(--font-w-semibold);
}

.section-03 .container .section-03-tab .tab-list li:hover:before,
.section-03 .container .section-03-tab .tab-list li:hover:focus,
.section-03 .container .section-03-tab .tab-list li:hover:focus-visible,
.section-03 .container .section-03-tab .tab-list li.active::before {
    width: 100%;
}

.section-03 .container .section-03-tab .tab-pane h3 {
    margin-bottom: 10px;
    font-size: var(--font-size-32);
}

.section-03 .container .section-03-tab .tab-pane h3 + p {
    margin-bottom: 30px;
    min-height: 50px;
    letter-spacing: -0.02em;
}

.section-03 .container .section-03-tab .tab-content.tab-slide {
    display: flex;
    width: 100%;
    margin: 0 -15px;
}

.section-03 .container .section-03-tab .tab-content.tab-slide .tab-pane {
    display: block;
    flex: 0 0 auto;
    padding: 0 15px;
}

.section-03 .container .section-03-tab .tab-content.tab-slide .tab-pane div {
    width: 114px;
    height: 375px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 4px;
    transition: width 0.2s ease;
}

.section-03 .container .section-03-tab .tab-content.tab-slide .tab-pane p {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0%;
    height: 100%;
    font-size: var(--font-size-30);
    font-weight: var(--font-w-bold);
    letter-spacing: -0.02%;
    transition: color 0.2s ease, width 0.2s ease;
    color: transparent;
    text-align: center;
}

.section-03 .container .section-03-tab .tab-content.tab-slide .tab-pane.active {
    flex-grow: 1;
}

.section-03 .container .section-03-tab .tab-content.tab-slide .tab-pane.active div {
    width: 420px;
}

.section-03 .container .section-03-tab .tab-content.tab-slide .tab-pane.active p {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: var(--white);
}

/* ============== section-04 ==============  */

.section-04 {
    background-position: right 0% center;
    background-size: 80%;
    background-repeat: no-repeat;
    background-image: url('../images/bg-section-04.png');
    text-align: center;
}

.section-04 .container {
    max-width: 1120px;
}

.section-04 .container .video-content {
    position: relative;
    width: fit-content;
    margin: 0 auto 28px;
}

.section-04 .container .video-content .video-box {
    position: relative;
    margin: 40px auto;
    width: 500px;
    height: 280px;
    border-radius: 12px;
    overflow: hidden;
}

.section-04 .container .video-content .video-box video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.section-04 .container .video-content .video-box .video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 86px;
    height: 86px;
    background-position: center;
    background-size: 24px;
    background-image: url('../images/i-play.png');
    background-color: var(--primary);
    border-radius: 100%;
    transform: translate(-50%, -50%);
}

.section-04 .container .video-content h3 {
    position: absolute;
    top: 50%;
    font-size: var(--font-size-64);
    font-weight: var(--font-w-bold);
}

.section-04 .container .video-content h3.text-left {
    left: 0;
    transform: translate(-70%, -50%);
}

.section-04 .container .video-content h3.text-right {
    right: 0;
    transform: translate(60%, -50%);
}

.section-04 .container .video-content h3 span {
    display: block;
}

.section-04 .container .sub-tit {
    margin-bottom: 48px;
    font-size: var(--font-size-24);
    font-weight: var(--font-w-medium);
    letter-spacing: -0.02em;
}

.section-04 .container .section-04-list {
    display: flex;
    margin: 0 -10px;
    margin-bottom: 52px;
}

.section-04 .container .section-04-list li {
    width: 20%;
    padding: 0 10px;
    text-align: center;
}

.section-04 .container .section-04-list li {
    width: 20%;
    padding: 0 10px;
    font-size: var(--font-size-20);
    font-weight: var(--font-w-medium);
    text-align: left;
}

.section-04 .container .section-04-list li h4 {
    margin-bottom: 4px;
    font-size: var(--font-size-16);
    color: var(--primary);
}

.section-04 .container .section-04-list li div {
    position: relative;
    margin-top: 20px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 4px;
}

.section-04 .container .section-04-list li div a {
    display: block;
    width: 100%;
    padding-top: 60%;
}


/* ============== section-05 ==============  */

.section-05 {
    background-color: var(--white);
    color: var(--default);
}

.section-05 .container h3 {
    margin-bottom: 20px;
    font-size: var(--font-size-24);
    font-weight: var(--font-w-semibold);
    line-height: 1;
    color: var(--primary);;
}

.section-05 .container .sub-tit {
    margin-bottom: 42px;
    font-size: var(--font-size-48);
    font-weight: var(--font-w-semibold);
    letter-spacing: -0.01em;
    line-height: 1.25;
}

.section-05 .container .section-link {
    margin-left: 0;
}

.section-05 .container .section-link .i {
    background-image: url('../images/i-link_b.png');
}

.section-05 .marquee {
    margin-top: 12.4468vh;
    height: 200px;
}

.section-05 .marquee img {
    margin: 0 45px;
    height: 50px;
}

.section-05 .marquee .js-marquee + .js-marquee {
    margin-left: 50px;
}

/* ============== sub ==============  */
.sub {
    padding-top: var(--head-h);
}

.sub .container {
    margin: 0 auto;
    max-width: 1120px;
    width: 100%;
    padding:0 var(--main-p);
}

.sub .sub-visual {
    display: flex;
    justify-content: center;
    align-items: end;
    position: relative;
    width: 100vw;
    height: 500px;
    padding-bottom: 135px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: var(--white);
    transition: all 0.3s ease;
}

.sub .sub-visual::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--black);
    opacity: 0.4;
    z-index: 0;
}

.sub .sub-visual .container {
    position: relative;
    z-index: 1;
}

.sub .sub-visual .container h3 {
    margin-bottom: 12px;
    font-size: var(--font-size-64);
    font-weight: var(--font-w-semibold);
}

.sub .sub-visual .container h3 p {
    font-size: var(--font-size-20);
    font-weight: var(--font-w-medium);
}

.sub .sub-gnb {
    position: absolute;
    top: 500px;
    left: 0;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    color: var(--white);
}

.sub .sub-gnb .sub-gnb-list {
    display: flex;
}

.sub .sub-gnb .sub-gnb-list li {
    display: flex;
    height: var(--head-h);
    margin-right: 5.2083vw;
    font-size: var(--font-size-20);
    font-weight: var(--font-w-medium);
    opacity: 0.7;
    transition: font-weight 0.2s ease, opacity 0.2s ease;
}

.sub .sub-gnb .sub-gnb-list li:last-child {
    margin-right: 0;
}

.sub .sub-gnb .sub-gnb-list li.active {
    font-weight: var(--font-w-semibold);
    opacity: 1;
}

.sub .sub-gnb .sub-gnb-list li a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

.sub .sub-gnb.fix-top {
    position: fixed;
    top: 0;
    background-color: rgba(255, 255, 255, 1);
    border-bottom: 1px solid var(--border-02);
    color: var(--default);
    z-index: 990;
}

.sub .sub-content {
    padding-top: 65px;
    padding-bottom: 80px;
}

/* sub-slide */

.sub .sub-slide {
    padding-top: 80px;
    padding-bottom: 70px;
    /* background-color: var(--bg-01); */
    background-color: #F3F3F3;
}

.sub .sub-slide .subSwiper {
    overflow: visible;
}

.sub .sub-slide .subSwiper .swiper-slide {
    width: 100%;
}

.sub .sub-slide .subSwiper .swiper-slide .subSwiper-txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 49%;
    right: 680px;
    width: 400px;
    height: 690px;
    padding-right:10px;
    word-break:keep-all;
    color: var(--white);
    transform: translateY(-50%);
}

.sub .sub-slide .subSwiper .swiper-slide .subSwiper-txt::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100%;
    background-color: var(--primary);
    z-index: 0;
}

.sub .sub-slide .subSwiper .swiper-slide .subSwiper-txt h5 {
    padding-bottom: 20px;
    font-size: var(--font-size-32);
    font-weight: var(--font-w-semibold);
}

.sub .sub-slide .subSwiper .swiper-slide .subSwiper-txt h5::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 27px;
    height: 1px;
    background-color: var(--white);
}

.sub .sub-slide .subSwiper .swiper-slide .subSwiper-txt p {
    margin-top: 20px;
    letter-spacing: -0.02em;
}

.sub .sub-slide .subSwiper .swiper-slide .subSwiper-txt .swiper-btn {
    display: flex;
    position: absolute;
    bottom: 0;
    right: 0;
}

.sub .sub-slide .subSwiper .swiper-slide .subSwiper-txt .swiper-btn .swiper-button-prev,
.sub .sub-slide .subSwiper .swiper-slide .subSwiper-txt .swiper-btn .swiper-button-next {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 83px;
    height: 83px;
    margin-top:0;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.sub .sub-slide .subSwiper .swiper-slide .subSwiper-txt .swiper-btn .swiper-button-prev {
    background-image: url('../images/i-swiper-prev.png');
}

.sub .sub-slide .subSwiper .swiper-slide .subSwiper-txt .swiper-btn .swiper-button-next {
    margin-left: 4px;
    background-image: url('../images/i-swiper-next.png');
}

.sub .sub-slide .subSwiper .swiper-slide .subSwiper-txt .swiper-btn .swiper-button-prev:after,
.sub .sub-slide .subSwiper .swiper-slide .subSwiper-txt .swiper-btn .swiper-button-next:after {
    content: '';
}

.sub .sub-slide .subSwiper .swiper-slide .subSwiper-txt > *{
    position: relative;
    z-index: 2;
}

.sub .sub-slide .subSwiper .swiper-slide .subSwiper-thum {
    position:relative; /* 20250909 추가 */
    margin-left: auto;
    max-width: 432px;
    width: 100%;
    height: 540px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* 20250909 추가 */
.sub .sub-slide .subSwiper .swiper-slide .subSwiper-thum a {
    display:block;
    position:absolute;
    bottom:-1.875rem;
    left:0;
    width:100%;
    text-align:center;
    font-size:1.125rem;
    font-weight:700;
}

.sub .sub-slide .subSwiper .swiper-slide .subSwiper-thum a .ic {
    display:inline-block;
    width:1.2188rem;
    height:0.5rem;
    margin-left:0.5rem;
    background-image:url('../images/icon-arrow.png');
    background-size:100%;
    background-repeat:no-repeat;
    vertical-align:4px;
}


/* brand */
.sub .sub-content .brand-box {
    text-align: center;
}

.sub .sub-content .brand-box h4 {
    margin-bottom: 20px;
    font-size: var(--font-size-45);
    font-weight: var(--font-w-semibold);
    letter-spacing: -0.01em;
}

.sub .sub-content .brand-box p {
    margin-bottom: 50px;
    color: var(--txt-02);
}

/* history-content */

.sub .sub-content .history-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 100px;
}

.sub .sub-content .history-content .history-years {
    position: relative;
    flex: 0 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: normal;
    width: 347px;
}

.sub .sub-content .history-content .history-years .fixed-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    transition: top 0.5s linear, bottom 0.5s linear;
}

.sub .sub-content .history-content .history-years li {
    margin-bottom: 20px;
    font-size: var(--font-size-20);
    font-weight: var(--font-w-medium);
    line-height: 1.875rem;
    color: var(--txt-02);
    transition: .3s;
}

.sub .sub-content .history-content .history-years li:last-child {
    margin-bottom: 0;
}

.sub .sub-content .history-content .history-years li.current {
    font-size: var(--font-size-45);
    font-weight: var(--font-w-semibold);
    line-height: 3.4375rem;
    letter-spacing: -0.01em;
    color: var(--primary);
}

.sub .sub-content .history-content .history-box {
    position: relative;
    flex: 1;
}

.sub .sub-content .history-content .history-progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%
}

.sub .sub-content .history-content .history-progress .line {
    position: relative;
    width: 1px;
    height: 100%;
    margin: 0 auto;
    background: var(--border-03);
}

.sub .sub-content .history-content .history-progress .line::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: var(--primary);
    transform: translate(-50%);
}

.sub .sub-content .history-content .history-progress .line::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: var(--border-03);
    transform: translate(-50%);
}

.sub .sub-content .history-content .history-progress .line .active {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 300px;
    background: var(--primary);
    transition: height 0.5s linear;
}

.sub .sub-content .history-content .history-progress .line .end_spot {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: var(--primary);
    transform: translate(-50%);
    z-index: 1;
}

.sub .sub-content .history-content .history-details .history-block {
    position: relative;
    padding-left: 90px;
    padding-bottom: 80px;
}

.sub .sub-content .history-content .history-details .history-block:last-child {
    padding-bottom: 0;
}

.sub .sub-content .history-content .history-details .history-block h5 {
    display: none;
    margin-bottom: 20px;
    font-size: var(--font-size-20);
    font-weight: var(--font-w-medium);
    line-height: 1.875rem;
    color: var(--txt-02);
    transition: font-size 0.2s linear, color 0.2s linear;
}

.sub .sub-content .history-content .history-details .history-block .history-txt {
    display: flex;
    margin-bottom: 28px;
    font-size: var(--font-size-18);
    line-height: 1.75rem;
}

.sub .sub-content .history-content .history-details .history-block .history-txt:last-child {
    margin-bottom: 0;
}

.sub .sub-content .history-content .history-details .history-block .history-txt h6 {
    width: 116px;
    font-weight: var(--font-w-semibold);
}

.sub .sub-content .history-content .history-details .history-block .history-txt li {
    position: relative;
    padding-left: 24px;
    letter-spacing: -0.02em;
}

.sub .sub-content .history-content .history-details .history-block .history-txt li::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 10px;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color: var(--default);
    transform: translateY(-50%);
}


.sub .sub-content .history-content .history-details .history-block.current h5 {
    margin-bottom: 28px;
    font-size: var(--font-size-45);
    font-weight: var(--font-w-semibold);
    line-height: 3.4375rem;
    letter-spacing: -0.01em;
    color: var(--primary);
}

.sub .sub-content .history-content .history-details .history-block.current h6 {
    color: var(--primary);
}

.sub .sub-content .history-content .history-details .history-block.current:before{
    display: block;
    content: "";
}