/*--------------------------------------pt1-------------------------------------------------*/
.pt1 {
    background: url(../img/bg-1.jpg) center/cover no-repeat;
    overflow: hidden;
}

.a01box {
    width: var(--box-width);
    margin: 1em auto;
}

.a01bg {
    position: relative;
    margin: 1em 0;
    border: 4px solid;
    border-image: linear-gradient(to right, #ffffff 0%, #cf9f57 50%, #ffffff 100%) 1;
}

.a01-1 {
    background: rgb(255 255 255 / 20%);
    overflow: hidden;
}

.a01-2 {
    padding: 1em 2em;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #fff;
}

.a01bg:not(:last-child) .a01-2:last-child {
    background: rgb(0 0 0 / 50%);
}

.a01-L {
    width: 25%;
    font-family: "SourceHanSansTCB" !important;
}

.a01-R {
    padding-left: 1em;
    border-left: 2px solid #fff;
}

.a01-R span {
    color: #efd4a5;
    font-family: "SourceHanSansTCH" !important;
    letter-spacing: 2px;
}

.a01-R small {
    display: block;
}

.a01-I {
    position: absolute;
    top: 50%;
    right: 1%;
    transform: translateY(-50%);
    width: 20%;
}

@media all and (max-width:768px) {}

@media all and (max-width:575px) {
    .a01-L {
        width: 100%;
        margin-bottom: .5em;
    }

    .a01-I {
        width: 25%;
        top: unset;
        bottom: 5%;
        transform: unset;
    }

    .a01bg:first-child .a01-I {
        bottom: 30%;
    }
}



/* ------------------------------------------ */
.a02box {
    width: calc(var(--box-width) + 5%);
    margin: 1em auto;
}

.a02box table {
    width: 100%;
    table-layout: fixed;
}

.a02box tbody,
.a02box thead {
    color: #Fff;
    text-align: center;
}

.a02box tr,
.a02box td {
    border: 2px solid #efd4a5;
}

.a02box td {
    padding: .5em .2em;
}

.a02box thead td {
    background: var(--theadcolo);
}

.a02box tbody td:not(:first-child) {
    font-size: .9em;
}

.a02box small {
    color: rgb(255 255 255 / 50%);
}

.tdLT {
    position: relative;
    font-size: .8em;
}

.tdLT::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 8em;
    height: 0px;
    border-top: 2px solid #efd4a5;
}

.table2 .tdLT::before {
    transform: translate(-50%, -50%) rotate(24deg);
    width: 11em;
}

.thtop td:last-child {
    font-size: 1.2em;
    line-height: 1;
    padding: 0 .5em;
}

.tdLT p {
    text-align: right;
    line-height: 1;
    font-size: 1.2em;
}

.tdLT p:last-child {
    text-align: left;
}

.a02box td:first-child {
    width: 8%;
    background: rgba(255, 255, 255, 0.2);
}

.a02box tbody td:nth-child(2),
.a02box tbody td:nth-child(3),
.a02box tbody td:nth-child(4) {
    background: rgba(255, 255, 255, 0.1);
}

.a02box tbody td:nth-child(5),
.a02box tbody td:nth-child(6),
.a02box tbody td:nth-child(7) {
    background: rgba(239, 212, 165, 0.2);
}

.a02box tbody td:nth-child(8),
.a02box tbody td:nth-child(9),
.a02box tbody td:nth-child(10) {
    background: rgba(172, 108, 40, 0.2);
}

.a02box tbody td:nth-child(11),
.a02box tbody td:nth-child(12),
.a02box tbody td:nth-child(13) {
    background: rgba(118, 47, 23, 0.2);
}

.a02box tbody td:nth-child(14),
.a02box tbody td:nth-child(15),
.a02box tbody td:nth-child(16) {
    background: rgb(62 45 33 / 20%);
}

/* ------------------- */
.table2 td:first-child {
    width: 15%;
}

.table2 tbody td:nth-child(2) {
    background: rgba(255, 255, 255, 0.1);
}

.table2 tbody td:nth-child(3) {
    background: rgba(239, 212, 165, 0.2);
}

.table2 tbody td:nth-child(4) {
    background: rgba(172, 108, 40, 0.2);
}

.table2 tbody td:nth-child(5) {
    background: rgba(118, 47, 23, 0.2);
}

.table2 tbody td:nth-child(6) {
    background: rgba(62, 45, 33, 0.2);
}

.a02box>h4 {
    text-align: center;
    color: #fff;
    margin: 1em 0;
}

@media all and (max-width:575px) {
    .t-scroll {
        overflow-x: scroll;
    }

    .t-scroll table {
        width: 900px !important;
    }

    .thtop td:last-child {
        text-align: left;
        font-size: 1.5em;
    }
}



/*--------------------------------------#pt1-------------------------------------------------*/

/*--------------------------------------pt2-------------------------------------------------*/
.pt2 {
    background: url(../img/bg-2.jpg) center top/cover no-repeat;
    overflow: hidden;
}

/* ---------------------- */
.vidbox {
    width: var(--box-width);
    margin: 2em auto;
}

.vid>h3 {
    width: fit-content;
    margin: .5em auto;
    padding: 5px 1em;
    color: #fff;
    text-align: center;
    background: #b7282c;
    border-radius: 30px;
    font-size: 1.75em;
}

/*------------ YouTube嵌入 -----------------*/
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

/*padding-bottom:56.25%; 為影片高度與寬度的比例16:9計算得來，9除以16=0.5625換算高度比0.5625=56.25% */
/*padding-top: 30px; 用於修正的高度，可用25px或30px */
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*------------ #YouTube嵌入 -----------------*/

@media all and (max-width:1024px) {}

@media all and (max-width:768px) {
    .vidbox {
        width: 90%;
    }
}

@media all and (max-width:576px) {
    .vid>h3 {
        font-size: 1.4em;
        padding: 0 .5em;
    }
}

@media all and (max-width:425px) {}

@media all and (max-width:375px) {}


.b01box {
    width: var(--box-width);
    margin: 2em auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.b01-1 {
    width: calc((100% - -5em)/3);
    margin: .5em -1em;
}

.b01-1:hover {
    transform: scale(1.2);
    transition: all .15s ease-in-out;
}

@media all and (max-width:768px) {}

@media all and (max-width:575px) {
    .b01-1 {
        width: calc((100% - 0em)/2);
        margin: .5em -1em;
    }
}

/* ---------------------- */
.b02box {
    width: var(--box-width);
    margin: 2em auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.b02-1 {
    position: relative;
    width: calc((100% - 6em)/3);
    margin: 1em;
    padding: .5em;
    border: 4px solid;
    border-image: linear-gradient(to right, #ffffff 0%, #cf9f57 50%, #ffffff 100%) 1;
    color: #fff;
    text-align: center;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.2);
}

.b02-1::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 15em;
    height: 15em;
    background: url(../img/b02-1.png) center/cover no-repeat;
    z-index: -1;
}

.b02-1 h4 {
    margin: 0;
}

/* .b02-1 p {} */
.b02-1:hover::before {
    animation: b02bg 10s infinite linear;
    transition: all .15s ease-in-out !important;
}

@keyframes b02bg {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@media all and (max-width:768px) {}

@media all and (max-width:575px) {

    .b02-1 {
        width: calc((100% - 4em)/2);
    }
}



/*--------------------------------------#pt2-------------------------------------------------*/



/*--------------------------------------pt3-------------------------------------------------*/
.pt3 {
    background: url(../img/bg-3.jpg) center top/cover no-repeat;
    overflow: hidden;
}

.c01top {
    width: fit-content;
    margin: 1em auto;
    text-align: center;
    color: #fff;
    font-family: 'LongTeMing' !important;
}

.c01top mark {
    color: #fff;
    padding: 0.2em 2em;
    font-family: 'LongTeMing' !important;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(200, 146, 64, 1) 50%, rgba(255, 255, 255, 0) 100%);
    /* background: linear-gradient(to right, rgb(0 0 0 / 0%) 0%, rgb(200 146 64 / 40%) 50%, rgb(0 0 0 / 0%) 100%); */
}

.c01box {
    width: var(--box-width);
    margin: 2em auto;
}

.c01-1 {
    margin: 1em 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    color: #fff;
}

.c01-L {
    width: 25%;
    padding: 5px 7px 5px 5px;
    margin-right: -2em;
    background: linear-gradient(to right, #ffffff 0%, #cf9f57 50%, #ffffff 100%);
    clip-path: polygon(0 0, 100% 0%, 9em 100%, 0% 100%);
}

.c01I {
    clip-path: polygon(0 0, 100% 0%, 8.5em 100%, 0% 100%);
}

.c01-R {
    width: calc(75% - -2em);
    padding: 5px 5px 5px 7px;
    background: linear-gradient(to right, #ffffff 0%, #cf9f57 50%, #ffffff 100%);
    clip-path: polygon(4em 0%, 100% 0%, 100% 100%, 0% 100%);
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.c01bg {
    width: 100%;
    clip-path: polygon(3.7em 0%, 100% 0%, 100% 100%, 0% 100%);
    background: #36302f;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.c01-R h4 {
    padding: 0.2em 2em;
    font-family: 'SourceHanSansTCB' !important;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(200, 146, 64, .5) 50%, rgba(255, 255, 255, 0) 100%);
}


@media all and (max-width:768px) {}

@media all and (max-width:575px) {
    .c01-L {
        clip-path: none;
        width: 40%;
        padding: 5px;
        margin-right: -5px;
    }

    .c01I {
        clip-path: none;
    }

    .c01-R {
        clip-path: none;
        width: 60%;
    }

    .c01bg {
        clip-path: none;
    }

    .c01-R p {
        padding: 0 .5em !important;
    }
}

/* ---------------- */
.c01bot {
    position: relative;
    width: var(--box-width);
    margin: 1em auto;
    padding: 1em 1em 0;
    display: flex;
    background: rgb(239 212 165 / 20%);
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.c01botL {
    width: 25%;
}

.c01botR {
    width: 75%;
    color: #fff;
}

.c01botT {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    margin-bottom: .5em;
}

.c01botT h4 {
    width: 100%;
}

.c01botT h4 span {
    background: rgb(193 118 30 / 50%);
    padding: .2em 1em;
}

.c01botT h5 {
    color: #efd4a5;
    margin: 0;
}

.c01botT h6 {
    margin: 0 .5em;
}

.c01botT h6 span {
    color: #efd4a5;
    font-size: 1.5em;
}

/* .c01botR p {} */

@media all and (max-width:768px) {}

@media all and (max-width:575px) {
    .c01bot {
        padding: 2em 1em 1em;
    }

    .c01botL {
        position: absolute;
        width: 25%;
        top: 0%;
        left: 0%;
        border-radius: 50%;
        overflow: hidden;
    }

    .c01botR {
        width: 100%;
    }

    .c01botT {
        margin-left: 22%;
    }

    .c01botT h6 {
        margin: unset;
    }
}

/* ------------------------------- */
.c02box {
    position: relative;
    width: var(--box-width);
    margin: 1em auto;
    padding: 1em;
    background: rgb(255 255 255 / 20%);
    border-radius: 100px;
    text-align: center;
    color: #Fff;
}

.c02box::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
    width: 15%;
    height: 100%;
    background: url(../img/c02-1.png) center/100% no-repeat;
}

.c02box span {
    color: #efd4a5;
}

.c02box h4 {
    margin: 0;
}

@media all and (max-width:768px) {}

@media all and (max-width:575px) {
    .c02box::before {
        top: unset;
        bottom: -40%;
        right: 0em;
        transform: unset;
        height: 73%;
        width: 20%;
    }
}

/* --------------------------------- */
.c03box {
    width: var(--box-width);
    margin: 2em auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.c03-1 {
    width: calc((100% - 2em)/2);
    margin: .5em;
    color: #fff;
}

.c03h4 {
    padding: .2em 0;
    text-align: center;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(200, 146, 64, .5) 50%, rgba(255, 255, 255, 0) 100%);
    font-family: 'SourceHanSansTCB' !important;
}

.c03-2 {
    background: url(../img/c03-1.png) center/cover no-repeat;
    border: 3px solid #efd4a5;
}

.c03-1:nth-child(2) .c03-2 {
    background: url(../img/c03-2.png) center/cover no-repeat;
}

.c03-1:nth-child(3) .c03-2 {
    background: url(../img/c03-3.png) center/cover no-repeat;
}

.c03-1:nth-child(4) .c03-2 {
    background: url(../img/c03-4.png) center/cover no-repeat;
}

.c03-T {
    padding: 1em 0;
    text-align: center;
    font-family: 'SourceHanSansTCB' !important;
}

.c03-2 h5 {
    background: rgb(239 212 165 / 80%);
    text-align: center;
    padding: 0.2em 0;
    margin: 0;
    color: #42210b;
    font-family: 'SourceHanSansTCB' !important;
}

@media all and (max-width:768px) {}

@media all and (max-width:575px) {

    .c03h4,
    .c03-2 h5 {
        font-size: 1.3em !important;
    }
}


/*--------------------------------------#pt3-------------------------------------------------*/



/*--------------------------------------pt4-------------------------------------------------*/
.pt4 {
    background: url(../img/bg-4.jpg) center top/cover no-repeat;
    overflow: hidden;
}

.d01bg {
    width: var(--box-width);
    margin: 2em auto;
    border: 2px solid #fff;
    background: rgb(0 0 0 / 20%);
}

.d01tit {
    text-align: center;
    padding: .5em .2em;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(200, 146, 64, .5) 50%, rgba(255, 255, 255, 0) 100%);
    color: #fff;
    font-family: 'LongTeMing' !important;
}

.d01tit span {
    font-family: 'wt005' !important;
    padding: 0 4px;
}

.d01box {
    width: 95%;
    margin: 1em auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(9, 1fr);
    grid-auto-flow: column dense;
    grid-gap: 8px;
    justify-content: space-between;
}

.d01li {
    color: #fff;
    font-family: 'SourceHanSansTCB' !important;
}

.d01li mark {
    background: #c1761e;
    color: #fff;
    font-family: 'SourceHanSansTCB' !important;
    padding: 0px .5em;
    border-radius: 40px;
}

.d01li span {
    color: #efd4a5;
    font-family: 'SourceHanSansTCB' !important;
}

@media all and (max-width:768px) {}

@media all and (max-width:575px) {
    .d01box {
        grid-template-columns: repeat(1, 1fr);
        grid-auto-flow: row;
        grid-template-rows: auto;
        justify-content: space-between;
    }
}



/*--------------------------------------#pt4-------------------------------------------------*/

/*--------------------------------------pt5-------------------------------------------------*/
.pt5 {
    background: url(../img/bg-5.jpg) center top/cover no-repeat;
    overflow: hidden;
}

/* ------- */
.e01top {
    position: relative;
    width: var(--box-width);
    margin: 3em auto;
    padding: 0.5em 1em;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.1) 100%);
}

.e01topI {
    width: 15%;
    margin-top: -2em;
}

.e01topL {
    width: 38%;
    font-family: "wt005" !important;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #ffffff 0%, #f4db8c 50%, #c89240 100%);
    filter: drop-shadow(1px 1px 2px #000);
}

.e01topR {
    width: 42%;
}

.e01topR h4 {
    width: fit-content;
    margin: .5em auto;
    padding: 2px;
    border-radius: 40px;
    color: #fff;
    background: linear-gradient(to right, #ffffff 0%, #cf9f57 50%, #ffffff 100%);
}

.e01topR h4 span {
    display: block;
    padding: 5px 2em;
    background: rgb(104 82 56);
    border-radius: 40px;
}

.e01topR p {
    text-align: center;
    color: #fff;
}

/* .e01top strong {} */


.e01box {
    width: var(--box-width);
    margin: 1em auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}

.e01bor {
    width: calc((100% - 2em)/2);
    margin: .5em;
    padding: 3px;
    background: linear-gradient(to right, #ffffff 0%, #cf9f57 50%, #ffffff 100%);
}

.e01-1 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #a08669;
    overflow: hidden;
}

.e01-L {
    width: 30%;
}

.e01-R {
    flex-grow: 1;
    text-align: center;
    color: #fff;
}

.e01-R h4 {
    font-family: 'SourceHanSansTCB' !important;
}

.e01-R p {
    line-height: 1.2;
}

@media all and (max-width:768px) {}

@media all and (max-width:575px) {
    .e01-1 {
        flex-direction: column;
        padding-bottom: 1em;
    }

    .e01-L {
        width: 100%;
        margin-bottom: .5em;
    }

    .e01topL {
        width: 100%;
        text-align: center;
    }

    .e01topR {
        width: 100%;
    }

    .e01topI {
        width: 18%;
        margin-top: -2em;
        margin-bottom: -4em;
    }
}

/*--------------------------------------#pt5-------------------------------------------------*/