* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    font-family: "nobel", 'Helvetica', '微軟正黑體', serif;

}


@font-face {
    font-family: "nobel";
    src: local(nobel), local(nobel);
    unicode-range: U+00-024F;
}

body {
    /* font-family: 'Helvetica', '文鼎UD晶熙黑體B5Pro MD', 'Nobel', '微軟正黑體', Verdana, 'Times New Roman', Times, Georgia, '新細明體', PMingLiU, NSimSun, serif; */
    margin: 0px;
    background: rgb(187, 170, 152);
    background: linear-gradient(0deg, rgba(187, 170, 152, 1) 0%, rgba(48, 35, 28, 1) 51%, rgba(37, 23, 17, 1) 80%);
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.logo {
    height: 44px;
    position: absolute;
    top: 15px;
    left: 15px;
    height: auto;
}

.logo img {
    margin: 20px;
    max-width: 200px;
    min-width: 150px;

}

.kv-2 {
    display: flex;
    justify-items: flex-start;

}

.kv-2 img {
    display: flex;
    width: 85%;
    justify-items: flex-start;
}

.row {
    display: flex;
    text-align: center;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
}

.container {
    max-width: 1200px;
    flex-wrap: wrap;
    justify-items: center;
    padding: 0px;
}

.car {
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-items: center;
}

h1 {
    display: flex;
    font-size: 58px;
    color: #ffffff;
    letter-spacing: 2px;
    font-family: "nobel", sans-serif;
    font-weight: 200;
    font-style: normal;
}

span {
    font-weight: 500;
    font-style: normal;
    letter-spacing: 5px;
    font-size: 32px;
    color: #ffffff;
}

.wrap {
    margin: 0 auto;
    display: flex;
    line-height: 27px
}

.seat {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    align-self: stretch;
    min-width: 165px;
    background-color: rgba(0, 0, 0, 0);
    text-align: center;
    padding: 25px;
    border: 0px;
}

.seat img {
    max-width: 100px;
}

.seat p {
    margin-top: 14px;

}

@media(max-width: 1220px) {

    .footer {
        margin-top: 30px;
        max-width: 1200px;
    }
}

div {
    display: flex;
    align-items: center;
}

h2 {
    font-size: 26px;
    color: #ffffff;
    margin: 40px 0px 20px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 3px;
}

.h2-1 {
    font-size: 26px;
    color: #1B1714;
    margin: 40px 0px 20px 0px;
    padding-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

h3 {
    font-size: 22px;
    color: #0C0205;
    font-weight: bold;
}

.kv {
    justify-content: center;
    width: 100%;
    background-image: url(./img/background_extend.png);
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    background-size: auto;

}

.row .word {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    -webkit-filter: drop-shadow(3px 3px 3px rgb(0, 0, 0));
    filter: drop-shadow(3px 3px 3px rgb(0, 0, 0));

}

.carname span {
    font-size: 18px;
    color: #ffffff;
    display: flex;
    margin-bottom: 8px;
}

@media (max-width: 1500px) {
    .kv {
        background-size: cover;

    }
}

.kv {
    background-size: cover;

}


@media (min-width: 992px) {

    .parent {
        display: grid;
        grid-template-columns: repeat(8, 1fr);
        grid-template-rows: repeat(7, 1fr);
        grid-column-gap: 0px;
        grid-row-gap: 0px;
    }

    .kv-2 {
        grid-area: 4 / 4 / 9 / 9;
    }

    .word {
        grid-area: 3 / 1 / 5 / 4;
    }
}

div .carname {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 992px) {
    .kv {
        display: flex;
        flex-direction: column;
    }

    .kv-2 {
        justify-content: center;
        margin-top: 25px;

    }

    .kv-2 img {
        display: flex;
        width: 75%;
        min-width: 400px;
        justify-items: flex-start;
    }

    .row .word {
        align-items: center;
        display: flex;
        margin-top: 70px;
    }

    .logo {
        display: flex;
        height: 44px;
        justify-items: center;
        height: auto;
    }

    .logo img {
        margin-top: 0px;
    }
}

@media (max-width: 768px) {
    .car {
        display: flex;
        align-content: center;
    }

    .row {
        display: flex;
        text-align: center;
        flex-direction: row;
        justify-content: center;
    }
}

h5 {
    color: #ffffff;
    font-size: 24px;
}



.project {
    width: 100%;
    padding: 8px;
    display: flex;
    height: 310px;
    max-height: 320px;
    max-width: 274px;


}

.card-group {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.card-w {
    width: 100vw;
}


.project p {
    text-align: center;
}

.project img {
    display: flex;
    justify-items: center;
    align-items: center;
    max-width: 160px;
    width: 100%;
    padding: 38px 0px 10px 0px;
}

.project:hover {
    border: 1px solid rgba(48, 35, 28, 1);
    transform: scale(1.05);
}

.discount {
    padding: 10px 16px;
    display: flex;
    justify-content: center;
}

.project:active {
    transform: scale(0.95);
}

.card-img-overlay {
    background-image: url(./img/SVG/lattice.svg);
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
    padding: 24px 14px 10px 14px;
    /* padding: 1rem 0.4rem; */
}

.car {
    max-width: 1200px;
    display: flex;
    justify-content: space-evenly;

}

hr {
    width: 100%;
    border: 0px;
    height: 3px;
    background: #fff6ed;
    /* 讓背景色填滿高度 1px 的元素空間 */
    margin: 20px 0;
}

ol {
    text-align: left;
    font-size: 14px;
}

.cup {
    min-height: 60px;
    max-height: 132px;
    max-width: 450px;
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 25px !important;
    ;
    font-size: 15px;
    background: #f7f9f9;
    border: solid 1px #c4d0e3;
    border-radius: 8px;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
    align-items: center;
}

.yushan {
    float: left;
    position: relative;
    width: auto;
    max-height: 170px;
    display: flex;
    align-items: center;
    vertical-align: middle;
    margin-right: 10px;
}

.awardtext {
    display: flex;
    flex-direction: column;
}

.awardtext span {
    font-size: 20px;
    color:#4e6689;
    font-weight: bolder;
    display: inline-block;
    position: relative;
}

.display span::before,
.display span::after {
    content: "";
    width: 11px;
    height: 28px;
    display: block;
    position: absolute;
    top: 1px;
    background-image: url(./img/tassel.svg);
    background-size: contain;
}

.display span::before {
    left: -14px;
}

.display span::after {
    right: -14px;
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}
.display span{ letter-spacing: 0px;}
.awardtext p {
    font-size: 15px;
}

.footer-1 {
    display: flex;
    flex-direction: row;
}

.award {
    display: flex;
    justify-content: center;
}

@media (max-width: 832px) {
    .footer-1 {
        display: flex;
        flex-direction: column;
        align-content: center;
        margin: 1px;
    }

    .col-6 {

        width: 100%;
    }

    .award {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 440px) {
    h1 {
        font-size: 46px;
    }

    span {
        font-size: 25px;
        line-height: 15px;
        letter-spacing: 3px;
    }

    .kv-2 img {
        min-width: 300px;
    }

    .logo img {
        width: 150px;
        text-align: center;
        justify-items: center;
    }

    .h2-1 {
        padding-top: 10px;

    }

    .row {

        display: flex;

        justify-content: center;
    }

    main {
        display: flex;
        justify-items: center;
        flex-direction: column;
        position: relative;
    }

    footer-1 {
        display: flex;
        justify-items: center;
        flex-direction: column;
        position: relative;
    }

    .seat img {
        width: auto;
        min-width: 100px;
    }

    .kv {
        background-size: cover;
    }

    .awardtext span {
        font-size: 16px;
        line-height: 20px
    }

    .awardtext p {
        font-size: 12px;
    }

    .cup {
        margin: 0px;
    }

    .display span::before,
    .display span::after {
        content: "";
        width: 11px;
        height: 28px;
        display: block;
        position: absolute;
        top: -5px;

        .section-2 {
            margin-bottom: 40px;
        }
    }
}

.pc-rbt {
    width: 60px;
    position: fixed;
    top: 10%;
    right: 10px;
}

.mb-dbt {
    width: 100%;
    position: fixed;
    bottom: 0px;
    z-index: 99;
    background-color: rgba(48, 35, 28, 1);
    text-align: center;
}

@media screen and (min-width:721px) {
    .mb-dbt {
        width: 100%;
        position: fixed;
        bottom: 0px;
        z-index: 99;
        display: none;
    }
}

@media screen and (max-width:720px) {
    .pc-rbt {
        display: none;
        width: 9%;
        top: 15%;
        right: 2px;
    }

    .footer {
        margin-top: 30px;
        margin-bottom: 151px;
    }

    @media (max-width:575px) {
        .row {
            display: flex;
            justify-content: center;
        }

        .seat {
            display: flex;
            flex-direction: row;
            justify-content: flex-start;
        }

        .seat p {
            display: flex;
            text-align: left;
        }

        .card-text {
            padding-left: 10px;
        }
    }
}

@media screen and (max-width:425px) {
    .footer-1 {
        margin-bottom: 100px;
    }

    .yushan {
        width: auto;
        max-height: 150px;
    }

    .seat {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        padding-left: 17vw
    }
}

@media (min-width: 1200px) {

    section {
        text-align: center;
        margin-top: 40px;

        justify-content: stretch;
    }

    .footer {
        max-width: 1200px;
    }
}

.section-1 {
    margin-bottom: 40px;
}

.section-2,
.section-3 {
    background: #FEF4E8;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
    padding: 0px 12px;

}

.section-3 {
    padding-top: 20px;
    margin: 0px;
    padding: 0px;
}

footer.container {
    background: #FEF4E8;
}
@media (max-width: 375px){
    .award br{display: none;}
}