/* 輪播A */

.widget-bannerA {
    position: relative;
    width: 100%;
}

.owl-carousel-bannerA {
    position: relative;
    width: 100%;
}

.widget-bannerA .owl-stage-outer {
    overflow: hidden;
    width: 100%;
}

.widget-bannerA .owl-item {
    width: 100%;
    height: auto;
    aspect-ratio: 21/9;
}

.widget-bannerA .owl-item .item {
    width: 100%;
    height: 100%;
}

.owl-carousel-bannerA .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    padding: 0px;
    box-sizing: border-box;
    z-index: 100;
}

.owl-carousel-bannerA .owl-nav button.owl-prev,
.owl-carousel-bannerA .owl-nav button.owl-next {
    background: #00000061 !important;
    color: #ffffff !important;
    width: 50px;
    height: 50px;
    margin: 0;
    border-radius: 0px;
    transition: all 0.3s ease;
}

.owl-carousel-bannerA .owl-nav button.owl-next:hover,
.owl-carousel-bannerA .owl-nav button.owl-prev:hover {
    background: rgba(0, 0, 0, .1) !important;
    color: #ffffff !important;
}



/* 輪播B */

.widget-bannerB {
    position: relative;
    width: 100%;
}

.widget-bannerB .owl-stage-outer {
    overflow: hidden;
    width: 100%;
    border-radius: 99rem;
}

.owl-carousel-bannerB .owl-item {
    height: 550px;
}

.owl-carousel-bannerB .owl-nav {
    position: absolute;
    bottom: 0;
    margin-top: 0;
    display: flex;
    justify-content: start;
}

.owl-carousel-bannerB .owl-nav button.owl-prev,
.owl-carousel-bannerB .owl-nav button.owl-next {
    background: #aeaeae !important;
    color: #ffffff !important;
    width: 35px;
    height: 35px;
    margin: 0;
    border-radius: 99rem;
    transition: all 0.3s ease;
    margin-right: 10px;
}

.owl-carousel-bannerB .owl-nav button.owl-prev:hover,
.owl-carousel-bannerB .owl-nav button.owl-next:hover {
    background: #c9c8c8 !important;
    color: #ffffff !important;
}


/* 輪播C */

.owl-carousel-bannerC .owl-item {
    opacity: 0.5;
}

.widget-bannerC .owl-item {
    width: 100%;
    height: auto;
    aspect-ratio: 21/9;
}

.widget-bannerC .owl-item .item {
    width: 100%;
    height: 100%;
}

.owl-carousel-bannerC .owl-item.center {
    opacity: 1;
}

/* 輪播D */

.widget-bannerD {
    position: relative;
    width: 100%;
}

.widget-bannerD .owl-stage-outer {
    overflow: hidden;
    width: 100%;
}

.owl-carousel-bannerD {
    position: relative;
    width: 100%;
}

.owl-carousel-bannerD .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    padding: 15px;
    margin-top: 0px;
    box-sizing: border-box;
    z-index: 100;
}

.owl-carousel-bannerD .owl-nav button.owl-prev {
    background: #ffffff !important;
    box-shadow: rgba(149, 157, 165, 0.47) 0px 8px 24px;
    color: #000000 !important;
    width: 50px;
    height: 50px;
    margin: 0;
    border-radius: 99rem;
    transition: all 0.3s ease;
}

.owl-carousel-bannerD .owl-nav button.owl-next {
    background: #ffffff !important;
    box-shadow: rgba(149, 157, 165, 0.47) 0px 8px 24px;
    color: #000000 !important;
    width: 50px;
    height: 50px;
    margin: 0;
    border-radius: 99rem;
    transition: all 0.3s ease;
}

.owl-carousel-bannerD .owl-nav button.owl-prev:hover {
    box-shadow: rgba(41, 41, 41, 0.47) 0px 8px 24px;
}

.owl-carousel-bannerD .owl-nav button.owl-next:hover {
    box-shadow: rgba(41, 41, 41, 0.47) 0px 8px 24px;
}

/* 輪播E */

.widget-bannerE .owl-item {
    width: 100%;
    height: auto;
    aspect-ratio: 960/403;
}

.widget-bannerE .owl-item .item {
    width: 100%;
    height: 100%;
}

.owl-carousel-bannerE .owl-item {
    opacity: 0.5;
}

.owl-carousel-bannerE .owl-item.center {
    opacity: 1;
}

/* 輪播通用 */

.owl-carousel .owl-item .item {
    height: 100%;
}

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


/* ------------------------------------------------------------------------------------------------ */

/* Container 設定 */

.container-800 {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .container-800 {
        padding: 10px 15px;
    }
}

.container-800 img {
    max-width: 800px;
}

.container-1600 {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
}

@media screen and (max-width: 576px) {
    .container-1600 {
        width: 100%;
        margin: 0 auto;
        padding: 0 20px;
    }
}

@media screen and (min-width: 576px) {
    .container-1600 {
        width: 100%;
        margin: 0 auto;
        padding: 0 20px;
    }
}

@media screen and (min-width: 576px) {
    .container-1600 {
        width: 100%;
        margin: 0 auto;
        padding: 20px;
    }
}


@media screen and (min-width: 768px) {
    .container-1600 {
        width: 100%;
        margin: 0 auto;
        padding: 20px;
    }
}

@media screen and (min-width: 992px) {
    .container-1600 {
        max-width: 1140px;
        width: 100%;
        margin: 0 auto;
        padding: 20px;
    }
}

@media screen and (min-width: 1200px) {
    .container-1600 {
        max-width: 1140px;
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }
}

@media screen and (min-width: 1300px) {
    .container-1600 {
        max-width: 1200px;
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }
}


@media screen and (min-width: 1400px) {
    .container-1600 {
        max-width: 1300px;
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }
}

@media screen and (min-width: 1440px) {
    .container-1600 {
        max-width: 1400px;
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }
}

@media screen and (min-width: 1530px) {
    .container-1600 {
        max-width: 1460px;
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }
}

@media screen and (min-width: 1620px) {
    .container-1600 {
        max-width: 1600px;
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }
}



.container-1600 img {
    max-width: 1600px;
}



/*  Margin設定 */

.ml-25vw {
    margin-left: 25vw;
}

.mr-25vw {
    margin-right: 25vw;
}

/* 標題 widget */

.widget-block-title h1 {
    color: #333333;
    line-height: 55px;
    margin-bottom: 0;
    /* padding: 55px 0 16px; */
    padding: 10px 0;
    font-size: 30px;
    text-transform: uppercase;
}

@media screen and (max-width: 992px) {
    .widget-block-title h1 {
        line-height: 43px;
        padding: 16px 0 18px;
        font-size: 24px;
    }
}

@media screen and (max-width: 768px) {
    .widget-block-title h1 {
        line-height: 36px;
        padding: 10px 0 12px;
        font-size: 20px;
    }
}

.widget-block-title h2 {
    color: #333333;
    line-height: 43px;
    margin-bottom: 0;
    padding: 43px 0 16px;
    font-size: 24px;
    text-transform: uppercase;
}

@media screen and (max-width: 992px) {
    .widget-block-title h2 {
        line-height: 32px;
        padding: 16px 0 18px;
        font-size: 20px;
    }
}

@media screen and (max-width: 768px) {
    .widget-block-title h2 {
        line-height: 28px;
        padding: 10px 0 12px;
        font-size: 18px;
    }
}

.widget-block-title h3 {
    color: #333333;
    line-height: 36px;
    margin-bottom: 0;
    padding: 36px 0 16px;
    font-size: 20px;
    text-transform: uppercase;
}

@media screen and (max-width: 992px) {
    .widget-block-title h3 {
        line-height: 30px;
        padding: 16px 0 18px;
        font-size: 18px;
    }
}

@media screen and (max-width: 768px) {
    .widget-block-title h3 {
        line-height: 27px;
        padding: 10px 0 12px;
        font-size: 16px;
    }
}

.widget-block-title h4 {
    color: #333333;
    line-height: 32px;
    margin-bottom: 0;
    padding: 32px 0 16px;
    font-size: 18px;
    text-transform: uppercase;
}

@media screen and (max-width: 992px) {
    .widget-block-title h3 {
        line-height: 30x;
        padding: 16px 0 18px;
        font-size: 15px;
    }
}

@media screen and (max-width: 768px) {
    .widget-block-title h3 {
        line-height: 27px;
        padding: 10px 0 12px;
        font-size: 14px;
    }
}


/* ------------------------------------------------------------------------------------------------ */

/* 內文通用 */

.widget-text {
    margin: 10px auto;
    position: relative;
}

.widget-text-bgImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.widget-text-bg {
    width: 100%;
    height: 100%;
    z-index: 2;
}

.widget-text h2 {
    font-size: 28px;
    line-height: 52px;
    margin-bottom: 16px;
    color: #333333;
    font-weight: 200;
}

.widget-text p {
    font-size: 24px;
    line-height: 48px;
    margin-bottom: 16px;
    color: #333333;
    font-weight: 200;
}

.widget-text p img {
    width: 100%;
    margin: 32px auto;
}

@media screen and (max-width: 992px) {

    .widget-text-bg {
        /* background: #3410c8; */
        padding: 16px 0;

    }

    .widget-text {
        margin: 20px auto 30px;
    }

    .widget-text p {
        font-size: 20px;
        line-height: 36px;
        margin-bottom: 14px;
    }
}

@media screen and (max-width: 768px) {

    .widget-text-bg {
        /* background: #3410c8; */
        padding: 16px 0;
    }

    .widget-text {
        margin: 16px auto 18px;
    }

    .widget-text p {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 12px;
    }
}

.widget-text .img-box {
    width: 100%;
    height: auto;
    margin: 40px 0;
}

.widget-text .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* ------------------------------------------------------------------------------------------------ */

/* 圖文widget */


/* 圖+文A通用 */

.imgTextA-Box {
    width: 100%;
    height: 100%;
    background: rgb(235, 235, 235);
    aspect-ratio: 1/1;
}

.imgTextA-Box .imgTextA-ImgBox {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.imgTextA-Box .imgTextA-ImgBox .imgTextA-Img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.imgTextA-Box .imgTextA-TextBox {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 50px 50px 10px 50px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}

.imgTextA-Box .imgTextA-BtnBox {
    width: 100%;
    height: fit-content;
    overflow: hidden;
    padding: 10px 50px 50px 50px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}

.imgTextA-Box .imgTextA-BtnBox .btnA {
    width: fit-content;
    background-color: #ffffff;
    border: 1px solid #303030;
    color: #5a5a5a;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px auto;
    cursor: pointer;
    height: fit-content;
}

.imgTextA-Box .imgTextA-BtnBox .btnA:hover {
    background-color: #303030;
    border: 1px solid #ffffff;
    color: #fefefe;
}

.btnA2 {
    width: fit-content;
    color: #5a5a5a;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px auto;
    cursor: pointer;
    height: fit-content;
}

.btnA2:hover {
    background-color: #303030;
    color: #fefefe;
}



@media screen and (max-width: 768px) {
    .imgTextA-Box .imgTextA-TextBox {
        padding: 30px 20px 20px;
    }
}

.imgTextA-Box .imgTextA-TextBox .title {
    font-size: 24px;
    color: #000000;
    width: fit-content;
    padding: 8px 20px;
    border-radius: 99rem;
    font-family: HGPMinchoE;
    font-display: swap;
    margin-bottom: 20px;
    font-weight: 700;
}

@media screen and (max-width: 768px) {
    .imgTextA-Box .imgTextA-TextBox .title {
        font-size: 16px;
        margin-bottom: 16px;
    }
}

.imgTextA-Box .imgTextA-TextBox .text {
    font-size: 16px;
    line-height: 32px;
    color: #333333;
}

@media screen and (max-width: 768px) {
    .imgTextA-Box .imgTextA-TextBox .text {
        font-size: 12px;
    }
}

/* 圖+文A-1 */

.imgTextA1-Box {
    border-radius: 99rem;
    display: flex;
    flex-direction: column;
    justify-content: start;
}

.imgTextA1-Box .imgTextA-ImgBox {
    border-radius: 99rem;
}

.imgTextA1-Box .imgTextA-TextBox {
    height: fit-content;
}

.imgTextA1-Box .imgTextA-BtnBox {
    height: fit-content;
}

.imgTextA1-Box .imgTextA-BtnBox .btnA {
    border-radius: 99rem;
}

/* 圖+文A-2 */


.imgTextA2-Box {
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.imgTextA2-Box .imgTextA-ImgBox {
    border-radius: 20px;
}

.imgTextA2-Box .imgTextA-TextBox {
    flex-grow: 1;
    height: fit-content;
}

.imgTextA2-Box .imgTextA-BtnBox {
    flex-grow: 1;
    height: fit-content;
}

.imgTextA2-Box .imgTextA-BtnBox .btnA {
    border-radius: 0rem;
    width: 100%;
}

/* 圖+文A-3 */


.imgTextA3-Box {
    clip-path: polygon(15% 0, 85% 0, 100% 15%, 100% 85%, 85% 100%, 15% 100%, 0 85%, 0 15%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.imgTextA3-Box .imgTextA-ImgBox {
    clip-path: polygon(15% 0, 85% 0, 100% 15%, 100% 85%, 85% 100%, 15% 100%, 0 85%, 0 15%);
}

.imgTextA3-Box .imgTextA-TextBox {
    flex-grow: 2;
    height: fit-content;
}

.imgTextA3-Box .imgTextA-BtnBox {
    flex-grow: 1;
    height: fit-content;
}

.imgTextA3-Box .imgTextA-BtnBox .btnA {
    border-radius: 0rem;
    width: 100%;
}

/* 圖+文A-4 */


.imgTextA4-Box {
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.imgTextA4-Box .imgTextA-ImgBox {
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.imgTextA4-Box .imgTextA-TextBox {
    height: fit-content;
}

.imgTextA4-Box .imgTextA-BtnBox {
    height: fit-content;
}

.imgTextA4-Box .imgTextA-BtnBox .btnA {
    border-radius: 99rem;
}

/* 圖+文B通用 */

.imgTextB-Box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 16px;
}

.imgTextB-Box .imgTextB-BoxTitle {
    width: -moz-fit-content;
    width: fit-content;
    background: #ffffff;
    padding: 10px 20px;
    border-radius: 99rem;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.imgTextB-Box .imgTextB-BoxTitle .triangle-down {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #DD8C06;
}

.imgTextB-Box .imgTextB-BoxTitle .imgTextB-Title {
    font-size: 16px;
    color: #A06400;
    font-family: HGPMinchoE;
    font-display: swap;
    margin-bottom: 0px;
    margin-left: 10px;
    margin-right: 10px;
}

.imgTextB-imgBox {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.imgTextB-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.widget-imgTextB .col-lg-2 {
    width: 20%;
}

@media screen and (max-width: 1440px) {
    .widget-imgTextB .col-lg-2 {
        width: 50%;
    }
}

@media (min-width: 768px) {
    .widget-imgTextB .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}


/* 圖+文B2 上下顛倒 */

.imgTextB2-Box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
}

.imgTextB2-Box .imgTextB-BoxTitle {
    margin-top: 20px;
}

.imgTextB2-Box .imgTextB-BoxTitle .triangle-down {
    transform: rotate(180deg);
}

/* 圖+文c通用 */

.widget-imgTextC {
    background: #ebebeb;
}

.imgTextC-padding {
    padding: 0 100px;
}

@media screen and (max-width: 1440px) {
    .imgTextC-padding {
        padding: 1.5rem;
        margin: 0 auto;
    }
}

.imgTextC-imgBox {
    width: 650px;
    height: 650px;
    aspect-ratio: 1/1;
}

@media screen and (max-width: 1440px) {
    .imgTextC-imgBox {
        width: 100%;
        height: 100%;
        aspect-ratio: 1/1;
    }
}

.imgTextC-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.imgTextC-textBox {
    max-width: 40%;
}

@media screen and (max-width: 1440px) {
    .imgTextC-textBox {
        max-width: 60%;
        padding: 30px 0;
    }
}

.imgTextC-textBox .imgTextC-Title {
    font-size: 24px;
    color: #333333;
    padding: 10px;
}

.imgTextC-textBox .imgTextC-Content {
    font-size: 14px;
    color: #333333;
    line-height: 28px;
    margin-bottom: 30px;
}

.imgTextC-textBox .imgTextC-BtnBox .btnC {
    width: fit-content;
    background-color: #ffffff;
    border: 1px solid #303030;
    color: #5a5a5a;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px auto;
    cursor: pointer;
    height: fit-content;
}

.imgTextC-textBox .imgTextC-BtnBox .btnC:hover {
    background-color: #303030;
    border: 1px solid #303030;
    color: #FFFFFF;
}

/* 圖+文c3、4 */

.imgTextC3-imgBox,
.imgTextC4-imgBox {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
}

@media screen and (max-width: 1440px) {

    .imgTextC3-imgBox,
    .imgTextC4-imgBox {
        width: 100%;
        height: 100%;
        aspect-ratio: 16/9;
    }
}

.imgTextC-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}


/* 圖+文D通用 */

.widget-imgTextD {
    background: #ffffff;
    padding: 20px 0;
}

@media screen and (max-width: 992px) {

    .widget-imgTextD {
        padding: 16px 0;
    }
}

@media screen and (max-width: 768px) {

    .widget-imgTextD {
        padding: 16px 0;
    }
}

.imgTextD-TitleBox {
    width: fit-content;
    padding: 12px 0;
    margin-bottom: 10px;
    position: relative;
}

.imgTextD-TitleBox ::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -300px;
    width: 268px;
    height: 1.2px;
    background: #231815;
}


.imgTextD-TitleBox .imgTextD-Title {
    font-size: 28px;
    color: #595757;
    margin-bottom: 0px;
}

@media screen and (max-width: 992px) {

    .imgTextD-TitleBox {
        width: 100%;
        text-align: center;
        padding: 10px 0;
        margin-bottom: 24px;
        position: relative;
    }

    .imgTextD-TitleBox ::after {
        content: "";
        top: 80%;
        right: 50%;
        width: 1.2px;
        height: 24px;
        background: #231815;
    }

    .imgTextD-TitleBox .imgTextD-Title {
        font-size: 16px;
        margin-bottom: 4px;
    }
}

@media screen and (max-width: 768px) {

    .imgTextD-TitleBox {
        width: 100%;
        text-align: center;
        padding: 10px 0;
        margin-bottom: 30px;
        position: relative;
    }

    .imgTextD-TitleBox ::after {
        content: "";
        top: 80%;
        right: 50%;
        width: 1.2px;
        height: 24px;
        background: #231815;
    }

    .imgTextD-TitleBox .imgTextD-Title {
        font-size: 16px;
        margin-bottom: 4px;
    }
}

.imgTextD-Box {
    width: 100%;
    height: 100%;
    background: rgb(235, 235, 235);
    aspect-ratio: 458/354;
    position: relative;
    text-decoration: none;
    display: block;
    cursor: pointer;
}

.imgTextD-Box:hover .imgTextD-ImgBox .imgTextD-Cover {
    transform: scale(1.05);
}

.imgTextD-Box .imgTextD-ImgBox {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.imgTextD-Box .imgTextD-ImgBox .imgTextD-Cover {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 0.2s ease-in-out;
}

.imgTextD-TextBox {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: transparent;
}

.imgTextD-TextBox .title {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 4px;
    color: #ffffff;
    width: fit-content;
    font-weight: 700;
}

.imgTextD-TextBox .text {
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    width: fit-content;
    font-weight: 400;
}

.owl-carousel-imgTextD.owl-theme .owl-dots {
    text-align: start;
    margin-top: 20px !important;
}

.owl-carousel-imgTextD.owl-theme .owl-dots.disabled {
    display: block !important;
}


.owl-carousel-imgTextD.owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    background: #e0dedc;
}

.owl-carousel-imgTextD.owl-theme .owl-dots .owl-dot.active span {
    width: 20px;
    height: 20px;
    outline: 2px solid #3e3a39;
    background: #e0dedc;
}


@media screen and (max-width: 992px) {

    .imgTextD-TextBox .title {
        font-size: 16px;
        line-height: 24px;
    }

    .imgTextD-TextBox .text {
        font-size: 14px;
        line-height: 22px;
    }

    .owl-carousel-imgTextD.owl-theme .owl-dots {
        text-align: center;
    }

    .owl-carousel-imgTextD.owl-theme .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
    }

    .owl-carousel-imgTextD.owl-theme .owl-dots .owl-dot.active span {
        width: 10px;
        height: 10px;
        outline: 1.5px solid #3e3a39;
    }
}

.owl-nav-custom {
    display: flex;
}

@media screen and (max-width: 768px) {

    .owl-nav-custom {
        display: none;
    }
}



/* ------------------------------------------------------------------------------------------------ */

/* 影片 */

.widget-video {
    width: 100%;
    height: 100%;
    margin: 100px auto;
    position: relative;
}


.widget-video-bgImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.widget-video-bg {
    /* background: rgb(69, 208, 199); */
    width: 100%;
    height: 100%;
}

.video-Box {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    overflow: hidden;
    margin-bottom: 30px;
}


/* 影片html */

.video-Box .video-Video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/* 影片YT */

.video-Box iframe {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/* 純圖片 */

.widget-image {
    width: 100%;
    height: 100%;
    margin: 20px auto;
    position: relative;
}

.widget-image-bgImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.widget-image-bg {
    /* background: red; */
    width: 100%;
    height: 100%;
}

.img-Box {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    overflow: hidden;
    margin-bottom: 30px;
}

.img-Box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}