﻿
.custom-mb {
    margin-bottom: 20px;
}

/* --------------- section1 --------------- */
.hero-section1 {
    height: 936px;
    width: 100%;
}

    .hero-section1::before {
        content: "";
        background-image: url('../../images/home/toppage_background_home.jpg');
        position: absolute;
        background-repeat: round;
        top: 0;
        left: 0;
        width: 100%;
        height: 936px;
        opacity: 40%;
        transform: scaleX(-1);
        z-index: -1;
    }

.red-corner {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding-right: 0;
}

    .red-corner > picture > img {
        max-width: 100%;
        height: auto;
    }

.content-1 {
    font-family: 'Pretendard';
    font-weight: 500;
    font-style: normal;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: normal;
}

.content-box-1 {
    margin-top: 240px;
}

.content-box-2 > picture > img {
    max-width: 100%;
    height: auto;
}

.content-2 {
    font-family: 'Pretendard';
    font-weight: 500;
    font-style: normal;
    font-size: 48px;
    line-height: 72px;
    letter-spacing: normal;
    margin-top: 20px;
    margin-bottom: 40px;
}

    .content-2 > span {
        font-family: 'Pretendard';
        font-weight: 700;
        font-style: normal;
        font-size: 48px;
        line-height: 72px;
        letter-spacing: normal;
    }

.content-3 {
    font-family: 'Pretendard';
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: normal;
    margin-bottom: 45px;
}

.btn-danger {
    border-radius: unset;
    margin-bottom: 300px;
}

/* --------------- section2 --------------- */
.hero-section2 {
    background-color: #F7F8FA;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-top: 200px;
}

.hero-card {
    width: 100%;
    max-width: var(--max-width);
    text-align: center;
    display: flex;
    flex-direction: column;
}

.eyebrow {
    font-family: 'Pretendard';
    font-weight: 500;
    font-size: 36px;
    line-height: 54px;
    letter-spacing: normal;
    text-align: center;
    margin-bottom: 20px;
}

.title {
    font-family: 'Pretendard';
    font-weight: 700;
    font-size: 48px;
    line-height: 72px;
    letter-spacing: normal;
    text-align: center;
    margin-bottom: 50px;
}

    .title .accent-text {
        color: #D92032;
        font-family: "Pretendard";
        font-size: 48px;
        line-height: 72px;
        letter-spacing: normal;
        text-align: center;
    }

.desc {
    font-family: 'Pretendard';
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: normal;
    text-align: center;
    margin-bottom: 50px;
}

.btn-accent {
    font-family: 'Pretendard';
    font-weight: 400;
    background: #D92032;
    border: none;
    border-radius: unset;
    color: white;
    margin: 0;
    margin-bottom: 110px;
}

    .btn-accent:active,
    .btn-accent:focus {
        outline: none;
    }

.logos {
    margin-top: 2.2rem;
    display: flex;
    gap: 40px;
    justify-content: center;
    align-items: center;
    opacity: .9;
    padding-bottom: 90px;
}

.logo {
    height: 34px;
    display: inline-block;
    filter: grayscale(1) opacity(.8);
}

.hero-bottom-space {
    height: 6vh;
}

/* --------------- section3 --------------- */
.hero-section3 {
    background-color: #FFFFFF;
}

    .hero-section3 .text-header-section {
        font-family: 'Pretendard';
        font-weight: 700;
        font-size: 36px;
        line-height: 54px;
        letter-spacing: normal;
        text-align: center;
        margin-top: 200px;
        margin-bottom: 100px;
        color: var(--text-black);
    }

    .hero-section3 .text-picture-desc-section {
        font-family: 'Pretendard';
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: normal;
        text-align: center;
        color: #7C8697;
    }

.curve-overlay-left {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: polygon(0 100%, 0 70%, 30% 100%);
    opacity: 0.9;
}

.overlay-left {
    bottom: 0;
    position: absolute;
    left: 0;
    display: flex;
}

    .overlay-left> picture > img {
        position: absolute;
        bottom: 0;
        padding: 20px;
        left: 0;
    }

.overlay-right {
    bottom: 0;
    position: absolute;
    right: 0;
    display: flex;
}

    .overlay-right > picture > img {
        position: absolute;
        bottom: -5px;
        padding: 20px;
        right: 0;
    }

.curve-overlay-right {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    clip-path: polygon(70% 100%, 100% 70%, 100% 100%);
    opacity: 0.9;
}

.content-desc {
    margin-top: 60px;
}

.title-mg10 {
    margin-bottom: 10px;
}

.title-lg {
    font-family: 'Pretendard';
    font-weight: 700;
    font-size: 36px;
    line-height: 54px;
    letter-spacing: normal;
}

.title-md {
    font-family: 'Pretendard';
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: normal;
}

.title-sm {
    font-family: 'Pretendard';
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: normal;
}

.text-muted {
    color: #111820 !important;
}

.readmore-btn {
    width: auto;
    padding: 0 20px 0 20px;
    height: 37px;
    border: none;
    color: #FFFFFF;
    border-radius: unset;
    text-align: center;
    font-family: 'Pretendard';
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: normal;
}

.btn-blue {
    background-color: #0032A0;
}

    .btn-blue:hover {
        background-color: #0032A0;
        color: #FFFFFF;
    }

.btn-red {
    background-color: #D92032;
}

    .btn-red:hover {
        background-color: #D92032;
        color: #FFFFFF;
    }

.btn-grey {
    background-color: #545859;
}

    .btn-grey:hover {
        background-color: #545859;
        color: #FFFFFF;
    }

.mb-210 {
    padding-bottom: 210px;
}
/* --------------- product-strip --------------- */
.product-strip {
    background-color: #F7F8FA;
    padding-top: 170px;
    padding-bottom: 150px;
    height: 849px;
}

    .product-strip > .container {
        max-width: 100%;
    }

    .product-strip > .col-auto {
        position: relative;
        margin: 0;
        padding: 0;
        padding-right: 15px;
    }

.product-card-title {
    font-family: 'Pretendard';
    font-weight: 700;
    font-size: 36px;
    line-height: 54px;
    letter-spacing: normal;
    text-align: center;
}

.product-card {
    text-align: center;
    padding: 8px;
    border-radius: unset;
    width: 300px;
    height: 300px;
    opacity: 1;
}

    .product-card img {
        max-width: 100%;
        height: 280px;
        object-fit: contain;
        margin-bottom: 8px;
        background: #fff;
    }

.product-title {
    width: auto;
    height: 54px;
    opacity: 1;
    padding-left: 10px !important;
}

.product-title-small {
    padding-left: 10px !important;
}

.product-title div {
    font-family: 'Pretendard';
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: normal;
}

.product-title-small div {
    font-family: 'Pretendard';
    font-weight: 400;
    color: #7C8697;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: normal;
}

.faq-section {
    max-height: 563px;
    position: relative;
    background: linear-gradient(90deg, #111820 0%, #1A232D 100%);
    color: #fff;
    overflow: hidden;
}

.img-mobile {
    display: none;
}

.bg-img {
    width: 100%;
    height: auto;
    display: block;
}

.overlay-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    pointer-events: none; /* không cản click */
}

.faq-inner {
    position: relative;
    z-index: 2;
}

.faq-title {
    font-family: 'Pretendard';
    font-weight: 700;
    font-size: 36px;
    line-height: 54px;
    letter-spacing: normal;
    text-align: center;
    margin-top: 131px;
}

.faq-title-desc {
    font-family: 'Pretendard';
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: normal;
    text-align: center;
}

.faq-sub {
    color: #FFFFFF;
    line-height: 1.6;
}

.faq-buttons .btn {
    min-width: 160px;
    margin-right: 12px;
}

.site-footer {
    background: #0b0f12;
    color: rgba(255,255,255,0.6);
    padding: 18px 0;
    font-size: 13px;
}

.brand-left {
    color: #cfd8dc;
    font-weight: 600;
}

.contact-number {
    color: #ff5b5b;
    font-weight: 700;
    font-size: 18px;
}

.product-card-logo {
    position: absolute;
    padding: 15px;
}

.ask-question {
    gap: 40px;
}

.ask-question-btn {
    width: 153px;
    height: 47px;
    border: none;
    color: #FFFFFF;
    border-radius: unset;
    text-align: center;
}

/*swipper*/
.new_main {
    overflow: hidden;
}

    .new_main .main_tit {
        text-align: left;
        margin: auto;
    }

        .new_main .main_tit p {
            font-size: 13px;
            color: #7e7e7e;
            border-bottom: 1px solid #7e7e7e;
        }

.new_list {
    display: flex;
    height: auto;
    padding: 0;
    justify-content: center;
}

    .new_list li {
        position: relative;
        width: 340px;
        height: 395px;
        opacity: 1;
        cursor: pointer;
    }

.inline-pc {
    display: block;
}

.img-mobile {
    display: none;
}

/* ====================== Tablet ========================= */
@media (min-width: 768px) and (max-width: 1024px) {
    .title-mg200 {
        margin-bottom: 40px;
    }

    .mb-210 {
        padding-bottom: 150px;
    }

    .mb-120 {
        margin-bottom: 50px;
    }

    button.button-red-custom {
        width: 150px;
    }
    /* --------------- section1 --------------- */
    .content-box-1 {
        margin-top: 150px;
        display: flex;
        flex-direction: column;
    }

    .btn-danger {
        border-radius: unset;
        margin-bottom: 25px;
    }

    .content-box-2 > picture > img {
        max-width: 60%;
        height: auto;
    }

    .red-corner {
        position: absolute;
        bottom: 0;
        right: 0;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        padding-right: 0;
        text-align: right;
    }

        .red-corner > picture  {
            max-width: 50%;
            height: auto;
        }
    /* --------------- section2 --------------- */
    .hero-section2 {
        padding-top: 125px;
    }

    /*.eyebrow {
        font-size: 20px;
        line-height: 150%;
    }

    .title {
        font-size: 28px;
        line-height: 150%;
        margin-bottom: 30px;
    }

        .title .accent-text {
            font-size: 28px;
            line-height: 150%;
        }

    .desc {
        font-size: 16px;
        line-height: 150%;
    }

    .logos {
        padding-bottom: 30px;
    }
*/
    /* --------------- section3 --------------- */
    .overlay-left > picture > img {
        position: absolute;
        width: 30%;
        bottom: -5px;
        padding: 14px;
        left: 0 !important
    }

    .overlay-right > picture > img {
        position: absolute;
        width: 30%;
        bottom: -3px;
        padding: 14px;
        right: 0 !important
    }

    .col-custom-left {
        order: 2;
        padding-bottom: 130px !important;
    }

    .col-custom-right {
        order: 1;
        padding-left: 10px !important;
        padding-top: 0 !important;
        margin-top: 0 !important;
    }

    .mobile-210-custom-section3 {
        padding-bottom: 50px;
    }

    .faq-section {
        max-height: 420px;
        display: flex;
        align-items: flex-end;
    }

    .faq-inner {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
    }

    .img-desktop {
        display: none;
    }

    .img-mobile {
        display: block;
    }

    .inline-mobile {
        display: block;
    }

    .new_list {
        justify-content: space-between;
    }

    .product-strip > .container {
        display: flex;
    }
}

/* ====================== Mobile ========================= */
@media (max-width: 767px) {
    .title-mg200 {
        margin-bottom: 40px;
    }

    .mb-120 {
        margin-bottom: 50px;
    }

    .inline-pc {
        display: unset;
    }

    .inline-mobile {
        display: block;
    }

    .mb-210 {
        padding-bottom: 150px;
    }
    /* --------------- section1 --------------- */
    .content-1 {
        font-size: 20px;
    }

    .content-box-1 {
        margin-top: 150px;
    }

    .content-2 {
        font-size: 28px;
        line-height: 150%;
    }

        .content-2 > span {
            font-size: 28px;
            line-height: 150%;
        }

    .btn-danger {
        border-radius: unset;
        margin-bottom: 25px;
    }

    .content-box-2 > picture {
        max-width: 90%;
        height: auto;
    }

    .content-box-2 > picture> img {
        max-width: 90%;
        height: auto;
    }
    .red-corner {
        position: absolute;
        bottom: 0;
        right: 0;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        padding-right: 0;
    }

        .red-corner > picture {
            max-width: 80%;
            height: auto;
        }
    /* --------------- section2 --------------- */
    .hero-section2 {
        padding-top: 125px;
    }

    .eyebrow {
        font-size: 20px;
        line-height: 150%;
    }

    .title {
        font-size: 28px;
        line-height: 150%;
        margin-bottom: 30px;
    }

        .title .accent-text {
            font-size: 28px;
            line-height: 150%;
        }

    .desc {
        font-size: 16px;
        line-height: 150%;
        padding: 0 20px 0 20px;
    }

    .logos {
        padding-bottom: 30px;
    }

    /* --------------- section3 --------------- */
    .overlay-left > picture > img {
        width: 30%;
        bottom: -3px;
        padding: 14px;
        position: absolute;
        left: 0 !important
    }

    .overlay-right > picture > img {
        width: 30%;
        bottom: -3px;
        padding: 14px;
        position: absolute;
        right: 0 !important
    }

    .col-custom-left {
        order: 2;
        padding-bottom: 80px !important;
    }

    .col-custom-right {
        order: 1;
        padding-left: 10px !important;
        padding-top: 0 !important;
        margin-top: 0 !important;
    }

    .mobile-210-custom-section3 {
        padding-bottom: 50px;
    }

    .faq-section {
        max-height: 420px;
        display: flex;
        align-items: flex-end;
    }

    .faq-inner {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
    }

    .img-desktop {
        display: none;
    }

    .img-mobile {
        display: block;
    }

    /* --------------- font-size mobile custom --------------- */
    .hero-section3 .text-header-section {
        font-size: 20px;
        margin-top: 100px;
    }

    .title-lg {
        font-size: 20px;
    }

    .title-md {
        font-size: 16px;
    }

    .title-sm {
        font-size: 15px;
    }

    .hero-section3 .text-picture-desc-section {
        display: none !important;
    }

    .product-strip {
        padding-top: 100px;
        padding-bottom: 100px;
        height: auto;
    }

    .faq-title {
        font-size: 20px;
        margin-top: 100px;
        margin-bottom: 30px;
    }

    .faq-title-desc {
        font-size: 16px;
    }

    .product-card-title {
        font-size: 20px;
    }

    .product-title div {
        font-size: 16px;
    }

    .product-title-small div {
        font-size: 14px;
    }

    .new_list {
        justify-content: space-between;
        align-items: center;
    }

    .product-strip > .container {
        display: flex;
    }

    .title-mg60 {
        margin-bottom: 30px;
    }
    .ask-question {
        gap: 40px;
        margin-bottom: 125px !important;
    }

}
