:root {
    --banner-ratio-720: calc(100vw * (624 / 624)); /* 預設比例 */
    --banner-ratio-1024: calc(100vw * ((480 * 0.7435) / 1024));
    --banner-ratio-1440: calc(100vw * ((536 * 0.7435) / 1520));
    --banner-ratio-1280: calc(100vw * ((480 * 0.7435) / 1280));
    --banner-ratio-1920: calc(100vw * ((536 * 0.7435) / 1520));

    --banner2-ratio-720: calc(100vw * (720 / 720)); /* 預設比例 */
    --banner2-ratio-1024: calc(100vw * (720 / 1024));
    --banner2-ratio-1440: calc(100vw * (624 / 1440));
    --banner2-ratio-1280: calc(100vw * (624 / 1280));
    --banner2-ratio-1920: calc(100vw * (624 / 1920));

    --ab-bg-1024: calc(100vw * (512 / 1024));
    --ab-bg-1440: calc(100vw * (1080 / 1440));
    --ab-bg-1280: calc(100vw * (720 / 1280));
    --ab-bg-1920: calc(100vw * (1080 / 1920));
    --ab-bg-1080: calc(100vw * (1920 / 1080));
    --ab-bg-750: calc(100vw * (1334 / 750));

    /* --pro-bg-1024: calc(100vw * (720 / 1024));
    --pro-bg-1440: calc(100vw * (1200 / 1440));
    --pro-bg-1280: calc(100vw * (1080 / 1280));
    --pro-bg-1920: calc(100vw * (1200 / 1920)); */
}

body,
html {
    font-family: "微軟正黑體", "Noto Sans TC", sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "微軟正黑體", "Noto Sans TC", sans-serif !important;
}

a {
    color: #cc914b;
    cursor: url(../images/00-hp/cursor.png), auto;
}

a:hover {
    color: #cc914b;
}

p {
    color: #71706e;
    font-weight: 600;
    letter-spacing: 1.5px;
    font-size: 1.2rem;
}

span {
    font-size: 1.18rem;
}

.nav-dropdown {
    border-top: 5px solid #f8e5ce !important;
    background: white !important;
}

@media (max-width: 992px) {
    .nav-dropdown {
        width: max-content !important;
        border-left: unset;
        border-right: unset;
        border-bottom: unset;
    }
}

@media (min-width: 992px) {
    .nav-dropdown {
        border-bottom-left-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }
}

.dropdown-item:not(:last-child)::after {
    position: relative;
    width: 100%;
    height: 1px;
    text-align: center;
    content: "";
    display: block;
    margin: 0 auto;
    margin-top: 5px;
    background-color: #c9a15acc;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #c9a15acc;
}

.navbar .navbar-nav .nav-link {
    color: #ffffff !important;
}

.navbar .navbar-nav .nav-link {
    margin-right: 23px;
}

.navbar .navbar-nav .nav-link {
    font-size: 1.5rem;
}

.dropdown-item {
    /* color: #c9a15a !important; */
    color: #71706e !important;
    font-size: 15px;
    font-weight: 600;
}

.nav-link-sub-text {
    font-size: 13px;
    color: #cca97d;
}

.carousel-item {
    transition: opacity 2s ease-in-out !important;
    -webkit-transition: opacity 2s ease-in-out !important;
    -moz-transition: opacity 2s ease-in-out !important;
    -ms-transition: opacity 2s ease-in-out !important;
    -o-transition: opacity 2s ease-in-out !important;
}

/*
  .carousel-item-next, .carousel-item-prev, .carousel-item.active {
      display: block;
      z-index: 1;
  } */

/* .carousel-item {
      display: none;
      opacity: 0;
  }

  .carousel-item.active {
      display: block;
      opacity: 1;
  } */

.z-nav {
    background-color: #090909;
}

.hp-section {
    /* background-size: calc(100vw * (750 / 750)); */
    background-size: calc(100vw * (750 / 480));
    background-repeat: repeat-x;
    background-position: center top;
}

.hp-section {
    background-image: url(../images/00-hp/top_bg750.jpg);
}

@media (min-width: 768px) and (max-width: 1024px) {
    .hp-section {
        background-image: url(../images/00-hp/top_bg1024.jpg);
        background-size: calc(100vw * (750 / 1024));
    }
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .hp-section {
        background-image: url(../images/00-hp/top_bg1280.jpg);
        background-size: calc(100vw * (750 / 1280));
    }
}

@media (min-width: 1280px) and (max-width: 1440px) {
    .hp-section {
        background-image: url(../images/00-hp/top_bg1440.jpg);
        background-size: calc(100vw * (750 / 1280));
    }
}

@media (min-width: 1440px) {
    .hp-section {
        background-image: url(../images/00-hp/top_bg1920.jpg);
        /* background-size: calc(100vw*(750 / 860)); */
        background-size: 100% auto;
        background-position: center 15%;
    }
}

/* hp-section2 */

.hp-section2 {
    /* background-size: calc(100vw * (750 / 750)); */
    /* background-size: calc(100vw*(750 / 480)); */
    background-size: cover;
    background-repeat: repeat-x;
    background-position: center;
}

.hp-section2 {
    background-image: url(../images/01/01top_bg750.jpg);
}

@media (min-width: 768px) and (max-width: 1024px) {
    .hp-section2 {
        background-image: url(../images/01/01top_bg1024.jpg);
        /* background-size: calc(100vw*(750 / 1024)); */
    }
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .hp-section2 {
        background-image: url(../images/01/01top_bg1280.jpg);
        /* background-size: calc(100vw*(750 / 1280)); */
    }
}

@media (min-width: 1280px) and (max-width: 1440px) {
    .hp-section2 {
        background-image: url(../images/01/01top_bg1440.jpg);
        /* background-size: calc(100vw*(750 / 1280)); */
    }
}

@media (min-width: 1440px) {
    .hp-section2 {
        background-image: url(../images/01/01top_bg1920.jpg);
        /* background-size: calc(100vw*(750 / 860)); */
    }
}

@media (max-width: 768px) {
    .z-carousel .site-blocks-cover {
        width: 85%;
    }
}

.welcome-content {
    padding-right: 2rem;
    border-right: 1px solid #444444;
}

@media (max-width: 768px) {
    .welcome-content {
        padding-right: 1rem;
        /* border-right: none; */
    }
}

.btn-hp-ab {
    border: 4px solid #333333;
    color: #333333;
    background-color: transparent;
}

.btn-hp-ab:hover {
    background-color: #333333;
    color: #ffffff;
}

.heroSwiper .swiper-slide {
    /* background-size: cover;
  background-position: center; */
    background-color: transparent !important;
}

.hp-ab-box {
    background-color: #f8f8f8;
    border: 1px solid #dcdcdc;
}

.hp-ab-box h5 {
    font-size: 1.5rem;
}

.hp-ab-img {
    border: 5px solid #d3d3d3;
}

.btn-z {
    border: 4px solid #333333;
    color: #333333;
    background-color: transparent;
}

.btn-z:hover {
    background-color: #333333;
    color: #ffffff;
}

/*----------------------------------------------
  # Hero Section
  ----------------------------------------------*/
#main {
    /* background-color: #ece9e2d7; */
}

.bg-gray-20 {
    /* background-color: #ece9e2d7; */
    background-color: #f9f5f1;
}

#hero {
    /* background: linear-gradient(#fff 0%, #f1f0ede0 50%, #ece9e2d7 50%); */
    /* background: linear-gradient(#fff 0%, #ece9e2d7 50%, #f9f5f1 100%); */
    /* background: linear-gradient(#fff 0%, #f9f5f1 100%); */
}

.carousel-caption {
    background: transparent !important;
}

#hero {
    min-height: auto !important;
}

#hero .item1,
#hero .item2,
#hero .item3 {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    /* width: 100vw; */
}

#hero .item1 {
    background-image: url(../images/00-hp/banner01_624.jpg);
}
#hero .item2 {
    background-image: url(../images/00-hp/banner02_624.jpg);
}
#hero .item3 {
    background-image: url(../images/00-hp/banner03_624.jpg);
}

@media (max-width: 768px) {
    #hero .item1,
    #hero .item2,
    #hero .item3 {
        /* height: var(--banner-ratio-720); */
        height: 85vw;
        /* 以正方形顯示 */
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    #hero .item1,
    #hero .item2,
    #hero .item3 {
        height: var(--banner-ratio-1024);
    }
}

@media (min-width: 1024px) and (max-width: 1280px) {
    #hero .item1,
    #hero .item2,
    #hero .item3 {
        height: var(--banner-ratio-1280);
    }
}

@media (min-width: 1280px) and (max-width: 1440px) {
    #hero .item1,
    #hero .item2,
    #hero .item3 {
        height: var(--banner-ratio-1440);
    }
}

@media (min-width: 1440px) {
    #hero .item1,
    #hero .item2,
    #hero .item3 {
        height: var(--banner-ratio-1920);
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    #hero .item1 {
        background-image: url(../images/00-hp/banner01_1024.jpg);
    }
    #hero .item2 {
        background-image: url(../images/00-hp/banner02_1024.jpg);
    }
    #hero .item3 {
        background-image: url(../images/00-hp/banner03_1024.jpg);
    }
}

@media (min-width: 1024px) and (max-width: 1280px) {
    #hero .item1 {
        background-image: url(../images/00-hp/banner01_1280.jpg);
    }
    #hero .item2 {
        background-image: url(../images/00-hp/banner02_1280.jpg);
    }
    #hero .item3 {
        background-image: url(../images/00-hp/banner03_1280.jpg);
    }
}

@media (min-width: 1024px) and (max-width: 1440px) {
    #hero .item1 {
        background-image: url(../images/00-hp/banner01_1520.jpg);
    }
    #hero .item2 {
        background-image: url(../images/00-hp/banner02_1520.jpg);
    }
    #hero .item3 {
        background-image: url(../images/00-hp/banner03_1520.jpg);
    }
}

@media (min-width: 1440px) {
    #hero .item1 {
        background-image: url(../images/00-hp/banner01_1520.jpg);
    }
    #hero .item2 {
        background-image: url(../images/00-hp/banner02_1520.jpg);
    }
    #hero .item3 {
        background-image: url(../images/00-hp/banner03_1520.jpg);
    }
}

.navlogo {

}

.navbar .navbar-brand {
    position: relative;
    height: inherit !important;
    /* width: inherit !important; */
    width: 100% !important;
}

.navbar .navbar-brand img {
    height: 3.6rem;
}

@media (max-width: 768px) {
    .navbar .navbar-brand img {
        height: 3.2rem;
    }
}

@media (max-width: 1280px) {
    .navbar .navbar-brand {
        position: relative;
        height: inherit !important;
        width: inherit !important;
    }
}

.marquee {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    padding: 10px 0;
}
.marquee-text {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 20s linear infinite;
    color: #d09a5d;
    -webkit-animation: marquee 20s linear infinite;
}
@keyframes marquee {
    from {
        transform: translateX(0%);
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
    }
    to {
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
    }
}

.w-90 {
    width: 90%;
}

.pg-title h2 {
    color: #ca233d;
}

.wm-content {
    width: max-content;
}

.rounded-gray-5 {
    border-radius: 10px;
    border: 5px solid #e5e3e8;
}

.rounded-left {
    border-radius: 10px 0 0 10px;
}

.rounded-right {
    border-radius: 0 10px 10px 0;
}

@media (max-width: 992px) {
    .rounded-m-top {
        border-radius: 10px 10px 0 0 !important;
        -webkit-border-radius: 10px 10px 0 0 !important;
        -moz-border-radius: 10px 10px 0 0 !important;
        -ms-border-radius: 10px 10px 0 0 !important;
        -o-border-radius: 10px 10px 0 0 !important;
    }
}

.bg-00hp-s1 {
    background: linear-gradient(to bottom, #fff 30%, #fef1e9 100%);
}

.s1-step-box {
    background-color: #fff;
    border: 5px solid #fde9e7;
    border-radius: 10px;
    position: relative;
}

.s1-step-num {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    width: 50px;
}

.w-60 {
    width: 60% !important;
}

.text-red {
    color: #ca233d !important;
}

.bg-00hp-s2 {
    background: url(../images/00-hp/cases_bg1024.jpg) no-repeat center center;
    background-size: cover;
}

@media (max-width: 768px) {
    .bg-00hp-s2 {
        background-color: #ffffff;
        background-image: url(../images/00-hp/cases_bg750.jpg);
        background-position: center top;
        background-repeat: no-repeat;
        background-size: contain;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .bg-00hp-s2 {
        background: url(../images/00-hp/cases_bg1024.jpg) no-repeat center
            center;
        background-size: cover;
    }
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .bg-00hp-s2 {
        background: url(../images/00-hp/cases_bg1280.jpg) no-repeat center
            center;
        background-size: cover;
    }
}

@media (min-width: 1280px) and (max-width: 1440px) {
    .bg-00hp-s2 {
        background: url(../images/00-hp/cases_bg1440.jpg) no-repeat center
            center;
        background-size: cover;
    }
}

@media (min-width: 1440px) {
    .bg-00hp-s2 {
        background: url(../images/00-hp/cases_bg1920.jpg) no-repeat center
            center;
        background-size: cover;
    }
}

@media (max-width: 768px) {
    .hp-section-height {
        height: 20rem;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .hp-section-height {
        height: 36rem;
    }
}

.hp-cases-box {
    border: 5px solid #ffb93f;
    background: linear-gradient(to bottom, #fff 0%, #fffaee 100%);
    border-radius: 10px;
}

.text-highlight {
    display: inline-block;
    position: relative;
    /* line-height: 1.2;  */
    color: #312953; /* 文字顏色 */
}

.text-highlight::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%; /* 覆蓋文字的一半高度 */
    background-color: #f5e3da; /* 覆蓋部分的顏色 */
    z-index: -1; /* 將覆蓋層放在文字下方 */
}

.text-1rem {
    font-size: 1rem !important;
}

.hp-qa-box:not(:last-child) {
    border-bottom: 1px solid #ff7a89;
}

.hp-qa-icon {
    min-width: 80px !important;
    width: 5rem !important;
}

.bg-00hp-s4 {
    background: url(../images/00-hp/card_bg1024.jpg) no-repeat center center;
    background-size: cover;
}

@media (max-width: 768px) {
    .bg-00hp-s4 {
        /* background-color: #ffffff; */
        background-image: url(../images/00-hp/card_bg750.jpg);
        background-position: center top;
        background-repeat: repeat;
        background-size: contain;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .bg-00hp-s4 {
        background: url(../images/00-hp/card_bg1024.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .bg-00hp-s4 {
        background: url(../images/00-hp/card_bg1280.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 1280px) and (max-width: 1440px) {
    .bg-00hp-s4 {
        background: url(../images/00-hp/card_bg1440.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 1440px) {
    .bg-00hp-s4 {
        background: url(../images/00-hp/card_bg1920.jpg) no-repeat center center;
        background-size: cover;
    }
}

.hp-card-box {
    border: 5px solid #e2e2e2;
    background: linear-gradient(to bottom, #fff 0%, #f9f9f9 100%);
    border-radius: 10px;
}

.footer-line {
    border-bottom: 5px solid #f9b250;
}

.footer-link {
    line-height: 1.8em;
}

@media (min-width: 992px) {
    .footer-link:not(:last-child) {
        border-right: 1px solid #fff;
    }
}

.footer {
    background-color: #090909;
}

.copyright {
    background-color: #090909;
}

.copyright p {
    font-size: 12px !important;
    margin-bottom: 0;
    color: #848484;
}

.copyright span {
    font-size: 12px !important;
    color: #848484;
}

.copyright a {
    font-size: 12px !important;
    color: #848484;
}

.social-links-btn {
    position: fixed;
    z-index: 9;
    top: 50%;
    left: 2%;
    transform: translate(-5%, -50%);
    -webkit-transform: translate(-5%, -50%);
    -moz-transform: translate(-5%, -50%);
    -ms-transform: translate(-5%, -50%);
    -o-transform: translate(-5%, -50%);
}

.social-links-btn a {
    width: 4rem;
}

.social-links-btn-mobile {
    width: 100vw;
    height: 45px;
    z-index: 9;
}

.s-line-btn {
    background: linear-gradient(to top, #71a42c 0%, #a0c251 100%);
    height: 100%;
    border-right: 0.5px solid #fff;
    /* border-left: 0.5px solid #fff; */
}

.s-phone-btn {
    /* background: linear-gradient(to top, #ff4a61 0%, #ff7a89 100%); */
    background: #090909 !important;
    height: 100%;
    /* border-right: 0.5px solid #fff; */
    border-left: 0.5px solid #fff;
}

.s-location-btn {
    background: linear-gradient(to top, #0281ff 0%, #2893ff 100%);
    height: 100%;
    /* border-right: 0.5px solid #fff; */
    border-left: 0.5px solid #fff;
}

.social-links-btn-mobile a {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    line-height: 50px;
}

.back-to-top {
    right: 20px;
}

@media (max-width: 768px) {
    .back-to-top {
        right: 12px;
        bottom: 60px;
    }
}

.title-dark-blue {
    color: #322854 !important;
}

.about-box {
    border: 5px solid #ffdea2;
    background: linear-gradient(to bottom, #fffbf2 0%, #fff 100%);
    border-radius: 10px;
}

.bg-about-section2 {
    background: url(../images/01/01bottombg1024.jpg) no-repeat center center;
    background-size: cover;
}

@media (max-width: 768px) {
    .bg-about-section2 {
        /* background-color: #ffffff; */
        background-image: url(../images/01/01bottombg750.jpg);
        background-position: center top;
        background-repeat: repeat;
        background-size: contain;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .bg-about-section2 {
        background: url(../images/01/01bottombg1024.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .bg-about-section2 {
        background: url(../images/01/01bottombg1280.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 1280px) and (max-width: 1440px) {
    .bg-about-section2 {
        background: url(../images/01/01bottombg1440.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 1440px) {
    .bg-about-section2 {
        background: url(../images/01/01bottombg1920.jpg) no-repeat center center;
        background-size: cover;
    }
}

.about-illu-img {
    position: relative;
    top: -1.2rem;
    left: 0;
}

@media (max-width: 768px) {
    .about-illu-img {
        position: relative;
        /* top: -3rem; */
        left: 0;
        width: 80%;
    }
}

.about-section2 p {
    color: #676567 !important;
}

.about-tick {
    width: 24px;
    height: max-content;
}

.exchange-box-title {
    background: linear-gradient(to right, #ffecb1 60%, #fff 100%);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.exchange-box-icon {
    min-width: 150px;
    width: 150px;
}

.bg-exchange-section2 {
    background: url(../images/02/02bottombg1080.jpg) no-repeat center center;
    background-size: cover;
}

@media (max-width: 768px) {
    .bg-exchange-section2 {
        /* background-color: #ffffff; */
        background-image: url(../images/02/02bottombg750.jpg);
        background-position: center top;
        background-repeat: repeat;
        background-size: contain;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .bg-exchange-section2 {
        background: url(../images/02/02bottombg1080.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .bg-exchange-section2 {
        background: url(../images/02/02bottombg1280.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 1280px) and (max-width: 1440px) {
    .bg-exchange-section2 {
        background: url(../images/02/02bottombg1440.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 1440px) {
    .bg-exchange-section2 {
        background: url(../images/02/02bottombg1920.jpg) no-repeat center center;
        background-size: cover;
    }
}

.exchange-tick {
    width: 24px;
    height: max-content;
}

.about-box2 {
    background-color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.btn-bnpl-item {
    padding: 5px 10px;
    margin: 0px 3px;
    color: #ca213f;
    background-color: #fcf6f2;
    border: 3px solid #fc6e7e;
    border-radius: 30px;
}

.btn-bnpl-item:hover {
    color: #fff;
    background-color: #ca213f;
    border: 3px solid #ca213f;
}

.bnpl-box {
    background-color: #fff;
    border: 5px solid #d4d0e3;
    box-shadow: #eeecf6 -8px 8px 0px 0px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.bnpl-box-item:not(:last-child) {
    border-right: 1px solid #dddbe9;
}

.bnpl-box-item-img img {
    min-width: 120px;
    width: 120px;
}

.feat-txt {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    padding: 5px 12px;
    color: #fff;
    background-color: #322854;
    border: 3px solid #d4d0e3;
    border-radius: 30px;
}

.bg-f3f2f7 {
    background-color: #f3f2f7 !important;
}

.text-6a {
    color: #6a6a6a !important;
}

.btn-apply {
    background-color: #fcfcfd !important;
    color: #4c456a !important;
    border-radius: 30px;
    border: 3px solid #d4d0e3;
    padding: 5px 20px;
}

.btn-apply:hover {
    background-color: #4c456a !important;
    color: #fcfcfd !important;
}

.quick-apply-section2 p {
    color: #676567 !important;
}

.quick-apply-tick {
    width: 24px;
    height: max-content;
}

.quick-apply-illu-img {
    position: relative;
    top: -1.5rem;
    left: 0;
}

@media (max-width: 768px) {
    .quick-apply-illu-img {
        position: relative;
        top: 0rem;
        left: 0;
        width: 80%;
    }
}

.bg-quick-apply-section2 {
    background: url(../images/05/05bottombg1080.jpg) no-repeat center center;
    background-size: cover;
}

@media (max-width: 768px) {
    .bg-quick-apply-section2 {
        /* background-color: #ffffff; */
        background-image: url(../images/05/05bottombg750.jpg);
        background-position: center top;
        background-repeat: repeat;
        background-size: contain;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .bg-quick-apply-section2 {
        background: url(../images/05/05bottombg1080.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .bg-quick-apply-section2 {
        background: url(../images/05/05bottombg1280.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 1280px) and (max-width: 1440px) {
    .bg-quick-apply-section2 {
        background: url(../images/05/05bottombg1440.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 1440px) {
    .bg-quick-apply-section2 {
        background: url(../images/05/05bottombg1920.jpg) no-repeat center center;
        background-size: cover;
    }
}

.quick-apply-box {
    background: linear-gradient(to bottom, #fbf6f3 0%, #fff 20%);
    border: 5px solid #fde9e7;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.quick-apply-illu img {
    min-width: 150px;
    width: 150px;
}

.quick-apply-step-num {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    width: 50px;
}

.faq-header {
    background: url(../images/06/06linebg1280.jpg) no-repeat center center;
    background-size: cover;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

@media (max-width: 768px) {
    .faq-header {
        /* background-color: #ffffff; */
        background-image: url(../images/06/06linebg640.jpg);
        background-position: center top;
        background-repeat: repeat;
        background-size: contain;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .faq-header {
        background: url(../images/06/06linebg1280.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .faq-header {
        background: url(../images/06/06linebg1280.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 1280px) and (max-width: 1440px) {
    .faq-header {
        background: url(../images/06/06linebg1440.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 1440px) {
    .faq-header {
        background: url(../images/06/06linebg1608.jpg) no-repeat center center;
        background-size: cover;
    }
}

.faq-header h5 {
    color: #4bb62f !important;
}

.faq-header a,
.faq-header a:hover,
.faq-header span {
    color: #4bb62f !important;
}

.faq-illu-img {
    position: absolute;
    bottom: 0rem;
    /* top: -1.8rem; */
    left: 0;
}

@media (max-width: 992px) {
    .faq-illu-img {
        position: relative;
        top: 0rem;
        left: 0;
        width: 80%;
    }
}

.norah-title h1 {
    font-size: 2rem;
    font-weight: 900;
}

.norah-title h3 {
    font-size: 2rem;
    font-weight: 900;
}

#about p {
    color: #3a3a3a !important;
    line-height: 2rem;
    font-weight: 500;
}

.ab-light-img {
    object-fit: contain;
}

.about-mb-text p {
    color: #3a3a3a !important;
    line-height: 2rem;
    font-weight: 500;
}

.line-10 {
    border-bottom: 10px solid #090909;
}

.bg-gray {
    background-color: #eeeeee;
}

.case-date span {
    color: #71706ecc;
    font-size: 15px !important;
}

.case-title h5 {
    color: #3a3a3a !important;
    font-size: 1.75rem;
    font-weight: 700;
}

.case-title p {
    background-color: #3a3a3a !important;
    color: #ffffff !important;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 5px 10px;
    width: max-content;
}

.btn-case-detail {
    color: #3a3a3a !important;
    border-bottom: 1px solid #3a3a3a;
    /* padding: 5px 20px; */
}

.case-line {
    /* border-right: 1px double #3a3a3a; */
    background-color: #3a3a3a;
    height: 100%;
    width: 1px;
}

@media (max-width: 768px) {
    .case-line {
        background-color: #3a3a3a;
        height: 1px;
        width: 100%;
    }

    .w-m-100 {
        width: 100%;
    }
}

.text-3a {
    color: #3a3a3a !important;
    font-weight: 500;
}

.nclass-box .nclass-img {
    border: 5px solid #e9e9e9;
}

.nclass-img img {
    width: 100%;
    height: 23rem;
    object-fit: contain;
    object-position: center;
}

@media (max-width: 768px) {
    .nclass-img img {
        width: 100%;
        height: 12rem;
        object-fit: contain;
        object-position: center;
    }
}

.nclass-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: 80%;
}

.nclass-title h5 {
    color: #3a3a3a !important;
    font-size: 1.75rem;
    font-weight: 700;
}

.nclass-type span {
    border: 1px solid #3a3a3a;
    color: #3a3a3a;
    /* font-size: 15px; */
}

.goods-bg {
    background: linear-gradient(180deg, #fff 50%, #090909 50%);
}

#goods {
    background: url(../images/00-hp/goods_bg1280.jpg) no-repeat center center;
    background-size: cover;
}

@media (max-width: 768px) {
    #goods {
        /* background-color: #ffffff; */
        background-image: url(../images/00-hp/goods_bg624.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    #goods {
        background: url(../images/00-hp/goods_bg1024.jpg) no-repeat center
            center;
        background-size: cover;
    }
}

@media (min-width: 1024px) and (max-width: 1280px) {
    #goods {
        background: url(../images/00-hp/goods_bg1280.jpg) no-repeat center
            center;
        background-size: cover;
    }
}

@media (min-width: 1280px) and (max-width: 1440px) {
    #goods {
        background: url(../images/00-hp/goods_bg1440.jpg) no-repeat center
            center;
        background-size: cover;
    }
}

@media (min-width: 1440px) {
    #goods {
        background: url(../images/00-hp/goods_bg1608.jpg) no-repeat center
            center;
        background-size: cover;
    }
}

.btn-goods-mall {
    border-bottom: 1px solid #fff;
    color: #fff;
}

.btn-goods-mall:hover {
    color: #fff;
}

.pg-about-box-01 {
    background: linear-gradient(to bottom, #f2f2f2 0%, #f2f2f2 100%);
    border: 5px solid #f2f2f2;
}

@media (max-width: 768px) {
    .pg-about-box-img {
        width: 100%;
        height: 12rem;
        object-fit: cover;
        object-position: center;
    }
}

.hp-ab-items .hp-ab-list {
    width: max-content;
}

.hp-ab-items .hp-ab-list li {
    line-height: 1.8rem;
    letter-spacing: 2px;
    font-size: 1.275rem;
}

.pic02-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.case-border-line {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 100%;
    background-color: #3a3a3acc;
}

/* @media (min-width: 992px) {
    .case-item:nth-of-type(3n) .case-border-line {
        display: none;
    }
} */

@media (max-width: 992px) {
    .case-border-line {
        position: relative;
        width: 100%;
        height: 1px;
        background-color: #3a3a3acc;
    }
}

.case-box {
    min-height: 34rem;
}

@media (max-width: 768px) {
    .case-box {
        min-height: 32rem;
    }
}

.multiline-ellipsis-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.works-category .nav-link {
    font-size: 1.2rem !important;
    color: #3a3a3a;
    border: 1px solid #3a3a3a;
    background-color: transparent;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.works-category .nav-link.active {
    color: #fff;
    background-color: #3a3a3a;
}

.works-category .nav-item {
    padding-right: 0.5rem;
}

.works-category .nav-item:last-child {
    padding-right: 0;
}

.works-category {
    margin-left: 5rem;
    overflow-y: scroll;
    scrollbar-width: none;
}
.works-category ul {
    width: max-content;
}

.btn-search {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    border: none;
    padding: 5px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.btn-search img {
    width: 30px;
    height: 30px;
}

.works-search {
    border: 1px solid #3a3a3a;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

@media (max-width: 992px) {
    .works-category {
        /* display: none; */
        /* margin-top: 1rem; */
        margin-left: 0;
        /* margin-bottom: 0.5rem; */
        max-height: 200px;
        overflow-y: scroll;
        scrollbar-width: auto;
    }
    .works-category ul {
        width: 100%;
        /* width: auto !important; */
    }
    .works-category .nav-item {
        width: 100%;
        /* padding-right: 0.5rem; */
        padding-right: 0;
        padding-bottom: 0;
    }
}

.work-details-title {
    background-color: #3a3a3a;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 1rem 0;
}

@media (max-width: 768px) {
    .work-details-title {
        font-size: 1.35rem;
    }
}

.work-details-img img {
}

.btn-back {
    background-color: #3a3a3a;
    color: #fff;
    border: 1px solid #3a3a3a;
}

.btn-back:hover {
    background-color: #fff;
    color: #3a3a3a;
}

.work-details-info {
    color: #71706ecc;
    font-size: 14px;
}

.classroom-category .nav-link {
    font-size: 1.2rem !important;
    color: #3a3a3a;
    border: 1px solid #3a3a3a;
    background-color: transparent;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.classroom-category .nav-link.active {
    color: #fff;
    background-color: #3a3a3a;
}

.classroom-category .nav-item {
    padding-right: 0.5rem;
}

.classroom-category .nav-item:last-child {
    padding-right: 0;
}

.classroom-category {
    margin-left: 5rem;
    overflow-y: scroll;
    scrollbar-width: none;
}
.classroom-category ul {
    width: max-content;
}

.classroom-search {
    border: 1px solid #3a3a3a;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

@media (max-width: 992px) {
    .classroom-category {
        /* display: none; */
        /* margin-top: 1rem; */
        margin-left: 0;
        /* margin-bottom: 0.5rem; */
        max-height: 200px;
        overflow-y: scroll;
        scrollbar-width: auto;
    }
    .classroom-category ul {
        width: 100%;
        /* width: auto !important; */
    }
    .classroom-category .nav-item {
        width: 100%;
        /* padding-right: 0.5rem; */
        padding-right: 0;
        padding-bottom: 0;
    }
}

.classroom-details-title {
    color: #3a3a3a;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 1rem 0;
}

.classroom-details-title-line {
    background-color: #3a3a3a;
    height: 5px;
    width: 5rem;
}

.classroom-details-info {
    /* color: #71706ecc; */
    color: #3a3a3a;
    font-size: 14px;
}

.classroom-details-border {
    border: 1px solid #3a3a3a;
}

.w-m-90 {
    width: 90% !important;
}

@media (max-width: 992px) {
    .w-m-90 {
        width: 100% !important;
    }
}

.quick-links p,
.quick-links a {
    font-size: 1.3rem;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .copyright {
        margin-bottom: 40px;
    }
}

.category-dropdown {
    background-color: #3a3a3a;
    border-bottom: 1px solid #fff;
    color: #fff;
    padding: 0.5rem 1rem;
}

.line-height {
    line-height: 1.8rem;
}

.hp-ab-title h4 {
    font-size: 1.5rem;
}

@media (max-width: 768px) {
    .hp-ab-title h4 {
        font-size: 1.2rem;
    }
}
