@charset "utf-8";
html,
body.is-pc {
    overflow-y: visible !important;
    overflow-x: clip !important;
}

.product_wid {
    padding: 130px 0 130px;
    position: relative;
}

.product_wid .container_fix {
    width: 100%;
    height: 100%;
    position: relative;
    max-width: 1510px;
}

.product_wid .flex-box {
    display: flex;
    width: 100%;
    height: 100%;
}


.product_wid .content-box {
    height: 100%;
    z-index: 5;
    display: flex;
    position: relative;
}

.product_wid .top_text_box {
    margin-bottom: 16px;
    text-align: left;
    flex: 1;
    position: sticky;
    top: 140px;
    height: 100%;
    margin-top: 100px;
}

.product_wid .top_text_box .product_top {
    margin-bottom: 30px;
}

.product_wid .top_text_box .product_top h5{
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 600;
    color:#fbae25;
}

.product_wid .top_text_box .product_title {
    margin-bottom: 25px;
    transition: 1.2s;
    line-height: 77px;
}

.product_wid .top_text_box .product_title  h3 {
    font-family: "Poppins", sans-serif;
    font-size: 72px;
    color: #222222;
    font-weight: 700;
}



.product_wid .top_text_box .product_content {
    transition: 1.2s;
    margin-bottom: 30px;
}

.product_wid .top_text_box .product_content p {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 500;
    color: #5d5d5d ;
}



.product_wid .product_more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width:181px;
    height:54px;
    border-radius: 50px;
    border:2px solid #fbae25;
    background:#fff;
    transition: all .3s ease-in-out;
}

.product_wid .product_more span {
    font-weight: 500;
    font-size: 18px;
    color: #fbae25;
}

.product_wid .product_more:hover {
    background:#fbae25;
}

.product_wid .product_more:hover span {
    color:#fff;
}

.product_wid .history_content_box {
    width: 60.8%;
    padding-top: 0;
    height: 100%;
}

.product_wid .history_content_nav {
    display: none;
}

.product_wid .history_content {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap:40px 60px;
}

.product_wid .history_content .content {
    position: relative;
    width: calc((100% - 60px)/2);
    max-width: 420px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 15px 5px rgba(102, 102, 102, 0.2);
}
.product_wid .history_content li {
    overflow: hidden;
}

.product_wid .history_content li.content:nth-child(even) {
    transform: translateY(140px);
}

.product_wid .history_content .img_box {
    width: 100%;
    height: 100%;
}

.product_wid .history_content .img_box img {
    width: 100%;
    height: 100%;
    object-fit:cover;
}

/* 텍스트 섹션 */
.product_wid .text_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; 
}

.product_wid .text_box::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(34, 34, 34,0) 40%);
}

.product_wid .text_box ul {
    position: relative;
    z-index: 2;
}

.product_wid .text_box .card_title {
    font-family:"Poppins", sans-serif;
    line-height: 1;
    font-weight: 600;
    font-size: 42px;
    color:#fff;
}

.product_wid .text_box .card_content {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 500;
    color:#fff;
}

.product_wid .text-center {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
}

.product_wid .text-center a span {
    color: #fff;
    background: #000;
}

@media (max-width:1280px) {
    
    .product_wid .text_box {
        padding: 30px;
    }
    .product_wid .text_box .card_title {
        font-size: 32px;
    }

    .product_wid .text_box .card_content{
        margin-top: 14px;
        font-size: 17px;
    }

    .product_wid .top_text_box .product_top {
        margin-bottom: 20px;
    }

    .product_wid .top_text_box .product_title {
        line-height: 1;
    }

    .product_wid .top_text_box .product_title h3{
        font-size: 62px;
        line-height: 1.15;
    }

    .product_wid .top_text_box .product_content p {
        font-size: 20px;
    }
}

@media (max-width:991px) {
    .product_wid {
        padding: 70px 0;
    }
    .product_wid .flex-box {
        display: block;
    }
    .product_wid .content-box {
        flex-direction: column;
        margin-bottom: 0;
    }
    .product_wid .top_text_box {
        position: static;
        margin-top: 0;
        height: auto;
        margin-bottom: 45px;
    }
    .product_wid .history_content_box {
        width: 100%;
        overflow: visible;
    }
    .product_wid .history_content {
        flex-wrap: nowrap;
        width: 100%;
        gap:0
    }
    .product_wid .history_content li.content:nth-child(even) {
        transform: translateY(0);
    }

    .product_wid .text_box {
        padding: 37px 22px;
    }

    .product_wid .text_box .card_title {
        font-size: 25px;
    }

    .product_wid .text_box .card_content {
        font-size: 15px;
        margin-top: 11px;
    }

    .product_wid .top_text_box .product_top {
        margin-bottom: 7px;
    }
    .product_wid .top_text_box .product_top h5 {
        font-size: 14px;
    }
    .product_wid .top_text_box .product_title {
        margin-bottom: 21px;
    }
    .product_wid .top_text_box .product_title h3 {
        font-size: 38px;
        line-height: 1.21;
    }

    .product_wid .top_text_box .product_content {
        margin-bottom: 25px;
    }
    .product_wid .top_text_box .product_content p {
        font-size: 14px;
        line-height: 1.5;
    }

    .product_wid .product_more {
        max-width: 135px;
        height: 47px;
        border: 1px solid #fbae25;
    }
    .product_wid .product_more span {
        font-size: 14px;
    }

    .product_wid .history_content .content {
        max-width: none;
        border-radius: 10px;
    }

}