@media (max-width: 767px) {
    .banner-desc-box {
        position: absolute;
        top: 50%;
        left: 50%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        transform: translate(-50%, -50%);
    }


    .banner-desc-box-title {
        font-size: 60px;
        color: #FFFFFF;
        text-align: center;
        font-family: Ethereal-Regular;
    }

    .banner-desc-box-title h1 {
        font-size: 60px;
        font-weight: 300;
        color: #FFFFFF;
        text-align: center;
        width: 100%;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    }

    .banner-desc-box-content {
        font-size: 20px;
        color: #FFFFF5;
        width: 100%;
        text-align: center;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    }


    .bg-f1f4f5 {
        background: #f1f4f5;
    }

    .faq-box {
        width: 100%;
        max-width: 1300px;
        margin: 0 auto 50px;
        padding: 0 15px;
    }

    .faq-title {
        font-size: 34px;
        color: #000000;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 80px;
        font-family: ProximaNova-Regular;
        margin: 50px 0;
    }

    .faq-title h1 {
        font-family: ProximaNova-Regular;
        font-size: 56px;
    }

    .faq-item {
        background: #ffffff;
        width: 100%;
        box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.1);
        padding: 10px;
        border-radius: 10px;
    }


    .faq-item-title {
        font-size: 18px;
        /*font-weight: 700;*/
        color: #000000;
        position: relative;
        cursor: pointer;
    }

    .faq-item-title h2 {
        font-size: 18px;
        margin: 0;
        font-family: ProximaNova-Regular;
    }

    .faq-item-title img {
        width: 10px;
        height: auto;
        cursor: pointer;
        position: absolute;
        right: 0;
        top: 0;
    }

    .faq-item-content {
        margin-top: 20px;
        color: #3d3d3d;
    }

    .faq-item-content p {
        color: #666666;
        border-top: 1px solid #dcdcde;
        padding-top: 20px;
    }

    .tab-list {
        width: 100%;
        max-width: 1300px;
        margin: 50px auto;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
        gap: 10px;
    }

    .tab-item {
        padding: 5px 10px;
        background: #eaeaea;
        color: #333333;
        border-radius: 20px;
        height: 40px;
        min-width: 80px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .tab-item a {
        color: #333333;
    }

    .tab-item h2 {
        font-size: 16px;
        margin: 0;
    }

    .tab-item a:hover {
        color: #FFFFFF;
    }

    .tab-item-active {
        background: #333333;
        color: #FFFFFF;
    }

    .tab-item-active a {
        color: #FFFFFF;
    }

    .faq-list {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
        gap: 10px;
    }

    .main {
        margin-top: 115px;
    }

    .carousel-inner {
        height: 450px;
    }

    .carousel-item {
        height: 450px;
    }

    .carousel-item img {
        height: 100%;
        object-fit: cover;
    }

}

@media (min-width: 768px) and (max-width: 1365px) {
    .banner-desc-box {
        position: absolute;
        top: 50%;
        left: 50%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        transform: translate(-50%, -50%);
    }


    .banner-desc-box-title {
        font-size: 60px;
        color: #FFFFFF;
        text-align: center;
        font-family: Ethereal-Regular;
    }

    .banner-desc-box-title h1 {
        font-size: 60px;
        font-weight: 300;
        color: #FFFFFF;
        text-align: center;
        width: 100%;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    }

    .banner-desc-box-content {
        font-size: 20px;
        color: #FFFFF5;
        width: 100%;
        text-align: center;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    }


    .bg-f1f4f5 {
        background: #f1f4f5;
    }

    .faq-box {
        width: 100%;
        max-width: 1300px;
        margin: 0 auto 50px;
    }

    .faq-title {
        font-size: 34px;
        color: #000000;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 80px;
        font-family: ProximaNova-Regular;
        margin: 50px 0;
    }

    .faq-title h1 {
        font-family: ProximaNova-Regular;
        font-size: 56px;
    }

    .faq-item {
        background: #ffffff;
        width: 48%;
        box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.1);
        padding: 20px;
        border-radius: 10px;
    }


    .faq-item-title {
        font-size: 18px;
        /*font-weight: 700;*/
        color: #000000;
        position: relative;
        cursor: pointer;
    }

    .faq-item-title h2 {
        font-size: 18px;
        margin: 0;
        font-family: ProximaNova-Regular;
    }

    .faq-item-title img {
        width: 12px;
        height: auto;
        cursor: pointer;
        position: absolute;
        right: 0;
        top: 0;
    }

    .faq-item-content {
        margin-top: 20px;
        color: #3d3d3d;
    }

    .faq-item-content p {
        color: #666666;
        border-top: 1px solid #dcdcde;
        padding-top: 20px;
    }

    .tab-list {
        width: 100%;
        max-width: 1300px;
        margin: 50px auto;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
        gap: 10px;
        padding: 0 15px;
    }

    .tab-item {
        padding: 10px 20px;
        background: #eaeaea;
        color: #333333;
        border-radius: 20px;
    }

    .tab-item a {
        color: #333333;
    }

    .tab-item h2 {
        font-size: 16px;
        margin: 0;
    }

    .tab-item a:hover {
        color: #FFFFFF;
    }

    .tab-item-active {
        background: #333333;
        color: #FFFFFF;
    }

    .tab-item-active a {
        color: #FFFFFF;
    }

    .faq-list {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
        gap: 10px;
        padding: 0 15px;
    }

    .main {
        margin-top: 115px;
    }

    .carousel-inner {
        height: 450px;
    }

    .carousel-item {
        height: 450px;
    }

    .carousel-item img {
        height: 100%;
        object-fit: cover;
    }

}

@media (min-width: 1366px) {
    .banner-desc-box {
        position: absolute;
        top: 50%;
        left: 50%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        transform: translate(-50%, -50%);
    }


    .banner-desc-box-title {
        font-size: 60px;
        color: #FFFFFF;
        text-align: center;
        font-family: Ethereal-Regular;
    }

    .banner-desc-box-title h1 {
        font-size: 60px;
        font-weight: 300;
        color: #FFFFFF;
        text-align: center;
        width: 100%;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    }

    .banner-desc-box-content {
        font-size: 20px;
        color: #FFFFF5;
        width: 100%;
        text-align: center;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    }


    .bg-f1f4f5 {
        background: #f1f4f5;
    }

    .faq-box {
        width: 100%;
        max-width: 1300px;
        margin: 0 auto 50px;
    }

    .faq-title {
        font-size: 34px;
        color: #000000;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 80px;
        font-family: ProximaNova-Regular;
        margin: 50px 0;
    }

    .faq-title h1 {
        font-family: ProximaNova-Regular;
        font-size: 56px;
    }

    .faq-item {
        background: #ffffff;
        width: 48%;
        box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.1);
        padding: 20px;
        border-radius: 10px;
    }


    .faq-item-title {
        font-size: 18px;
        /*font-weight: 700;*/
        color: #000000;
        position: relative;
        cursor: pointer;
    }

    .faq-item-title h2 {
        font-size: 18px;
        margin: 0;
        font-family: ProximaNova-Regular;
    }

    .faq-item-title img {
        width: 20px;
        height: auto;
        cursor: pointer;
        position: absolute;
        right: 0;
        top: 0;
    }

    .faq-item-content {
        margin-top: 20px;
        color: #3d3d3d;
    }

    .faq-item-content p {
        color: #666666;
        border-top: 1px solid #dcdcde;
        padding-top: 20px;
    }

    .tab-list {
        width: 100%;
        max-width: 1300px;
        margin: 50px auto;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
        gap: 20px;
    }

    .tab-item {
        padding: 10px 20px;
        background: #eaeaea;
        color: #333333;
        border-radius: 20px;
    }

    .tab-item a {
        color: #333333;
    }

    .tab-item h2 {
        font-size: 16px;
        margin: 0;
    }

    .tab-item a:hover {
        color: #FFFFFF;
    }

    .tab-item-active {
        background: #333333;
        color: #FFFFFF;
    }

    .tab-item-active a {
        color: #FFFFFF;
    }

    .faq-list {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
        gap: 20px;
    }

    .main {
        margin-top: 115px;
    }

    .carousel-inner {
        height: 450px;
    }

    .carousel-item {
        height: 450px;
    }

    .carousel-item img {
        height: 100%;
        object-fit: cover;
    }

}
