@charset "utf-8";

/*初趣*/
/*-------------------------------------------------------------------------*/
/*固定大圖隨著滑鼠往上移動*/
/*.pageIndex #header { position: static;}
#content_main { margin:0;}
.bannerindex { position:static; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
*/

@import url('https://fonts.googleapis.com/css2?family=LXGW+WenKai+TC&display=swap');

:root {
    --f100: 100px;
    --f80: 80px;
    --f60: 60px;
    --f55: 55px;
    --f50: 50px;
    --f45: 45px;
    --f40: 40px;
    --f32: 32px;
    --f30: 30px;
    --f26: 26px;
    --f24: 24px;
    --f22: 22px;
    --f20: 20px;
    --f18: 18px;
    --f16: 16px;
    --f15: 15px;
    --f12: 12px;
    --p3: 3%;
    --p5: 5%;
    --p100: 100px;
    --fLWT: "LXGW WenKai TC", cursive;
    --coP: #ecdeed;
    --coP01: #7E6DB6;
    --coP02: #E5CAFD;
    --coB: #8bc4e7;
    --coB01: #191e3e;
    --coY: #F9B24E;
    --coO: #f7a74a;
}
@media screen and (max-width: 1100px) {
    :root {
        --f100: 85px;
        --f80: 70px;
        --f60: 55px;
        --f55: 50px;
        --f50: 45px;
        --f45: 40px;
        --f40: 35px;
        --f32: 30px;
        --f30: 26px;
        --f26: 25px;
        --f24: 23px;
    }
}
@media screen and (max-width: 768px) {
    :root {
        --f100: 70px;
        --f80: 60px;
        --f60: 50px;
        --f55: 45px;
        --f50: 40px;
        --f45: 35px;
        --f40: 30px;
        --f32: 26px;
        --f30: 23px;
        --f26: 23px;
        --f24: 20px;
        --f22: 20px;
        --f20: 18px;
        --p3: 5%;
        --p100: calc(2vw + 50px);
    }
}
@media screen and (max-width: 600px) {
    :root {
        --f100: 65px;
        --f80: 50px;
        --f60: 45px;
        --f55: 40px;
        --f50: 35px;
        --f45: 30px;
        --f40: 25px;
        --f32: 23px;
        --f30: 20px;
        --f26: 20px;
        --f24: 18px;
        --f22: 18px;
        --f20: 16px;
        --f18: 16px;
    }
}
@media screen and (max-width: 480px) {
    :root {
        --f100: 50px;
        --f80: 40px;
        --f60: 37px;
        --f55: 35px;
        --f50: 30px;
        --f45: 25px;
        --f40: 20px;
        --f32: 20px;
        --f30: 18px;
        --f26: 18px;
        --f24: 17px;
        --f22: 17px;
    }
}

@media screen and (max-width: 400px) {
    :root {
        --f50: 27px;
    }
}

@keyframes shake {
    25% {
        transform: rotate(-4deg);
    }
    75% {
        transform: rotate(4deg);
    }
}
@-webkit-keyframes shake {
    25% {
        -webkit-transform: rotate(-4deg);
    }
    75% {
        -webkit-transform: rotate(4deg);
    }
}
@keyframes shake01 {
    0%,
    100% {
        transform: rotate(0deg) translateX(-50%);
    }
    50% {
        transform: rotate(0.5deg) translateX(-50%);
    }
}
@-webkit-keyframes shake01 {
    0%,
    100% {
        -webkit-transform: rotate(0deg) translateX(-50%);
    }
    50% {
        -webkit-transform: rotate(0.5deg) translateX(-50%);
    }
}
@keyframes shake02 {
    0%,
    100% {
        transform: rotate(4deg);
    }
    50% {
        transform: rotate(-4deg);
    }
}
@-webkit-keyframes shake02 {
    0%,
    100% {
        -webkit-transform: rotate(4deg);
    }
    50% {
        -webkit-transform: rotate(-4deg);
    }
}
@-webkit-keyframes shake03 {
    50% {
        -webkit-transform: rotate(-.6deg);
    }
}
@keyframes updo {
    50% {
        transform: translateY(-5px);
    }
    0%,
    100% {
        transform: translateY(0);
    }
}
@-webkit-keyframes updo {
    50% {
        -webkit-transform: translateY(-5px);
    }
    0%,
    100% {
        -webkit-transform: translateY(0);
    }
}
@keyframes updo01 {
    50% {
        transform: translateY(5px);
    }
    0%,
    100% {
        transform: translateY(0);
    }
}
@-webkit-keyframes updo01 {
    50% {
        -webkit-transform: translateY(-5px);
    }
    0%,
    100% {
        -webkit-transform: translateY(0);
    }
}
@keyframes leri01 {
    50% {
        transform: translateX(-2vw);
    }
    0%,
    100% {
        transform: translateX(2vw);
    }
}
@keyframes sc01 {
    50% {
        transform: scale(1.05);
    }
}
@-webkit-keyframes sc01 {
    50% {
        -webkit-transform: scale(1.05);
    }
}
@keyframes sc02 {
    50% {
        transform: scale(1.02);
    }
}
@-webkit-keyframes sc02 {
    50% {
        -webkit-transform: scale(1.02);
    }
}
@keyframes ro01 {
    100% {
        transform: rotate(360deg);
    }
}
@keyframes run{
    0% {background-position: 0px bottom;}
    100% {background-position: -3810px bottom;}
}
@keyframes scroll{from{transform: translateX(100%)} to{transform: translateX(-100%)}}
@keyframes scroll2{from{transform: translateX(0%)} to{transform: translateX(-200%)}}

.pageIndex {
    max-width: 100%;
    padding: 0;
}
.main_part {
    max-width: 2000px;
    padding: 0;
    margin: 0 auto;
}
.edit,
.edit_part,
.show_content,
.main_part {
    width: 100%;
    max-width: 100%;
    padding: 0;
}
.edit * {
    word-break: normal;
}

.box_container {
    width: 100%;
    max-width: 2000px;
    font-family: "微軟正黑體", Microsoft JhengHei;
    font-size: var(--f20);
    letter-spacing: 1px;
    color: #333;
    border: 0;
    text-decoration: none;
    overflow: hidden;
    background: #ffffff;
    margin: auto;
}
.box_container img {
    width: auto;
    max-width: 100%;
}
.box_container * {
    box-sizing: border-box;
    max-width: 100%;
    padding: 0;
    margin: 0;
    line-height: 150%;
}
.box_container a {
    text-decoration: none;
}
.box_container ul {
    list-style: none;
}
.box_container i,
.box_container em,
.box_container dfn,
.box_container var {
    font-style: normal;
    line-height: 0px;
}
.box_container u {
    text-decoration: none;
}

/*Animations*/
[data-animate-in] { opacity: 0; transition: transform 0.8s ease, opacity 0.8s ease;}
[data-animate-in="up"] { transform: translate3d(0, 20%, 0);}/*由下往上*/
[data-animate-in="left"] { transform: translate3d(-30%, 0, 0);}/*由左往右*/
[data-animate-in="right"] { transform: translate3d(30%, 0, 0);}/*由右往左*/
[data-animate-in="down"] { transform: translate3d(0, -20%, 0);}/*由上往下*/
[data-animate-in="fadeIn"] { transform: translate3d(0, 0, 0);}/*淡入*/
[data-animate-in="scaleIn"] {transform: scale(.3);}/*放大淡入*/
[data-animate-in].in-view { opacity: 1; transform:translate3d(0,0,0); -webkit-transform:translate3d(0,0,0); transition: transform 1.2s ease, opacity 1s ease;}
.fade-in { opacity: 0; transition: opacity 1s ease; }

.content_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.all_main_set * {
    box-sizing: border-box;
    max-width: 100%;
}

.all_main_set {
    max-width: 2000px;
    width: 100%;
    margin: auto;
    font-family: "Microsoft JhengHei", serif;
    border: 0;
    text-decoration: none;
    overflow: hidden;
}

.all_main_set img {
    width: auto;
    max-width: 100%;
    vertical-align: bottom;
}

.all_main_set ul {
    padding: 0 0;
    margin: 0;
}

.all_main_set li {
    list-style: none;
}

.all_main_set h6,
.all_main_set h5,
.all_main_set h4,
.all_main_set h3,
.all_main_set h2 {
    margin: 0;
}

.all_main_set u {
    text-decoration: none;
}

.all_main_set p {
    margin: 0;
}

.all_main_set em,
.all_main_set i {
    font-style: normal;
}

.all_main_set a {
    text-decoration: none;
}

.all_main_set dd,
.all_main_set dt {
    margin: 0 0;
}

.swiper-slide img {
    height: auto;
}

.bannerindex {
    top: 99px;
}

.main_part {
    max-width: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}

.show_content {
    max-width: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}

.page {
    margin-bottom: 0;
}

/*-------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------*/
/*header右側按鈕*/
.tp_links a:before {
    display: none;
}

.tp_links a.me_tp_line:before {
    background-image: url(https://pic03.eapple.com.tw/metromilecar/tp_line.png) !important;
}

.tp_links a.me_tp_call:before {
    background-image: url(https://pic03.eapple.com.tw/metromilecar/tp_call.png) !important;
}

.tp_links a.me_tp_mail:before {
    background-image: url(https://pic03.eapple.com.tw/metromilecar/tp_email.png) !important;
}

/*-------------------------------------------------------------------------*/
.main_header_area {
    background: #fff;
    border-top: 5px solid #fff7ec;
}

.me_tp_features{display: none;}

.nav-menu {
    margin: 0px 0 0 0;
}

.nav-menu > li > a {
    color: #000;
    font-size: 16px;
    padding: 10px;
    letter-spacing: 1px;
    transition: all 0.4s;
}

.nav-menu > li:hover > a {
    color: #000;
    font-weight: 900;
}

.nav-dropdown > li > a {
    transition: all 0.5s;
}

.nav-dropdown > li > a:hover,
.nav-dropdown > li > a:focus {
    color: #000;
}

.tp_links a {
    border-bottom: none !important;
}

.nav-menus-wrapper{
    padding-right: 66px;
}
.t_language{
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.t_language > a{
    border: 1px solid #7E6DB6;
    color: #7E6DB6;
    padding: 5px 3px;
    letter-spacing: 0;
    font-size: 12px;
    margin-left: 5px;
    transition: all .4s;
    font-weight: normal;
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.t_language > a:hover{
    background: #7E6DB6;
    color: #fff;
    font-weight: normal;
}

.footer {
    background: #FDFBFF;
}

.footer_menu {
    border-top: 1px solid #f2f2f2 !important;
}

.footer,
#bottom_menu {
    border-top: 1px solid #f2f2f2 !important;
}

.footer_logo img {
    width: 100%;
}

.footer_info li:nth-child(1) {
    width: 40%;
}

.footer_info li:nth-child(2) {
    width: 40%;
}

.footer_info li p.add:before {
    content: "北部：";
}

.footer_info li p.add2:before {
    content: "中部：";
}

/* *********************************** */

/*每頁底色+背景*/
#content {
    border-top: none !important;
    background-image: url(#);
    background-color: #fff;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.banner {
    background-position: center;
    background-color: transparent;
    box-shadow: none;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    border-radius: 0 0 50px 50px;
    text-align: center;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    color: #fff;
    min-height: 160px;
    height: 25vw;
    max-height: 300px;
}

.banner h5 {
    font-size: 36px;
    text-shadow: 0 0 12px rgba(0,0,0,.2);
    line-height: 130%;
}

.banA {
    background-image: url(#);
}

.banB {
    background-image: url(https://pic03.eapple.com.tw/metromilecar/banB.jpg);
}

.banC {
    background-image: url(https://pic03.eapple.com.tw/metromilecar/banC.jpg);
}

.banD {
    background-image: url(#);
}

.banE {
    background-image: url(https://pic03.eapple.com.tw/metromilecar/banE.jpg);
}

.banF {
    background-image: url(#);
}

/* all banner */
.all_banner {
    background-image: url("../img/siu_img018.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 0 5%;
    text-align: center;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    color: #fff;
    line-height: 130%;
    font-weight: bold;
    text-shadow: 0 0 12px rgba(0,0,0,.2);
    min-height: 160px;
    height: 25vw;
    max-height: 300px;
    border-radius: 0 0 50px 50px;
    overflow: hidden;
}
.all_banner b,
.banner b{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    line-height: 150%;
}
.all_banner b:before,
.all_banner b:after,
.banner b:before,
.banner b:after{
    content: '';
    background: #fff;
    width: 40px;
    height: 1px;
    display: block;
    margin: 0 10px;
    box-shadow: 0 0 12px rgba(0,0,0,.2);
}

.all_banner p {
    font-size: 36px;
    line-height: 150%;
}

.all_banner i,
.all_banner span {
    display: none;
}

.all_banner section {
    width: 50vw;
    max-width: 656px;
    min-height: 269px;
    margin-left: auto;
    background: url(../img/ban_bg.png) no-repeat left bottom;
    background-size: cover;
    padding: 50px 3%;
    position: absolute;
    right: 0;
    top: 0;
}
.all_banner section ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    max-width: 470px;
    margin-left: auto;
    font-size: var(--f25);
    font-weight: bold;
}
.all_banner section ul li:before {
    content: "";
    background: url(../img/ser_03.png) no-repeat center;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    display: block;
}
.all_banner section ul li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 120%;
    text-align: left;
    color: #1a1e3e;
}

.footer_in {
    background-image:linear-gradient(to bottom, #fff 0%,#F9F2FF 90%);
    position: relative;
    z-index: 121;
    text-align: center;
    padding: 1px 5%;
    overflow: hidden;
}
.footer_in:before{
    content: '';
    background: url(../img/foo_07.png) no-repeat center bottom;
    background-size: contain;
    width: 80%;
    max-width: 1066px;
    height: 387px;
    position: absolute;
    left: 25%;
    bottom: 0;
    z-index: -2;
    animation: leri01 20s linear infinite;
}
.footer_in:after {
    content: "";
    background: url(../img/foo_08.png) no-repeat center bottom;
    width: 100%;
    max-width: 2384px;
    height: 253px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: -2;
}
.footer_in img {
    width: auto;
    max-width: 100%;
}
.footer_in section{
    max-width: 1600px;
    margin: 0 auto;
}
.footer_in dl{
    width: 100%;
    max-width: 1430px;
    padding: 0 10vw 0 20vw;
    margin: 150px 0 100px;
    position: relative;
    z-index: 1;
}
.footer_in dl dd{
    position: absolute;
    z-index: -1;
    line-height: 0;
}
.footer_in dl dd:first-child{
    width: 35vw;
    max-width: 549px;
    left: 0;
    top: 0;
    animation: shake03 .5s linear infinite;
    transform-origin: left bottom;
}
.footer_in dl dd:last-child{
    width: 10vw;
    max-width: 248px;
    right: 0;
    top: -2vw;
}
.footer_in dl dt h6{
    font-size: var(--f100);
    color: rgba(126,108,182,.1);
    line-height: 100%;
    white-space: nowrap;
}
.footer_in dl dt p{
    font-size: var(--f24);
    font-family: var(--fLWT);
    color: var(--coP01);
    max-width: 350px;
    margin: -30px auto 20px;
    font-weight: 600;
    line-height: 150%;
}
.footer_in dl dt a{
    display: block;
    max-width: 175px;
    background: var(--coY);
    color: #fff;
    text-align: center;
    padding: 5px;
    margin: 0 auto;
    border-radius: 5px;
    font-size: var(--f24);
    font-weight: bold;
    transition: all .4s;
}
.footer_in dl dt a:hover{
    background: #16306F;
}

@media screen and (max-width: 1250px) {
    .all_banner section {
        padding: 30px 2% 10vw 7%;
        min-height: auto;
    }
    .all_banner section ul {
        gap: 10px;
    }
    .all_banner section ul li:before {
        width: 30px;
        background-size: contain;
    }
    .all_banner p {
        padding: 0 5vw;
    }
    .footer_in dl {
        padding: 0 10vw 0 30vw;
        margin: 6vw auto 3vw;
    }
}

@media screen and (max-width: 1200px) {
    .ab01 {
        max-width: 800px;
    }

    .all_banner::before {
        width: 43vw;
        height: 34vw;
    }
}

@media (max-width: 980px) {
    .footer_in {
        padding: 0 3%;
    }

}

@media (max-width: 800px) {
    .ab02 {
        margin: auto;
    }
}

@media (max-width: 768px) {
    .banner{border-radius: 0 0 20px 20px;}
    .banner h5{font-size: 30px;}
    .all_banner {
        padding: 50px 20px;
        font-size: 30px;
        border-radius: 0 0 20px 20px;
    }

    .all_banner::before {
        display: none;
    }

    .all_banner section {
        padding: 20px var(--p5);
        background: rgba(236, 222, 237, 0.8);
        border-radius: 0 0 0 30px;
        width: fit-content;
    }

    .all_banner section ul {
        width: fit-content;
        gap: 0;
    }

    .footer_in dl dd:first-child{
        top: unset;
        bottom: 0;
    }

   .t_language{
        width: fit-content;
        left: 50%;
        top: 10px;
        transform: translateX(-50%);
    }
}

@media screen and (max-width: 700px) {
    .footer_in dl {
        padding: 8vw 0 15vw;
        margin: 0 auto;
    }
    .footer_in dl dd:last-child{
        top: 3vw;
    }
}

@media screen and (max-width: 600px) {
    .ab02 p span {
        font-size: 23px;
    }
}

@media screen and (max-width: 500px) {
    .banner h5,s
    .all_banner{font-size: 25px;}
    .banner b{font-size: 16px;}
    .all_banner b:before,
    .all_banner b:after,
    .banner b:before,
    .banner b:after{width: 30px;}
    .ab02 b,
    .ab02 i {
        text-align: center;
    }

    .ab02 p {
        align-items: center;
    }

    .ab02 p span {
        text-align: center;
        word-break: break-all;
    }

    .footer_in dl{
        padding: 10vw 0 20vw;
    }

}

@media screen and (max-width: 400px) {
    .all_banner section {
        width: 100%;
        padding: 15px 5%;
        margin-bottom: 30px;
    }
    .all_banner section ul {
        width: 100%;
        grid-template-columns: 1fr 1fr;
    }
}

/* *********************************** */

/*聯絡表單*/
.list_before li.btn .animated-arrow {
    display: none;
}

.noborder {
    background-color: #f2f2f2;
    border: 1px solid #f2f2f2;
}

.contact_form li {
    border-bottom: 0px solid #ffffff;
}

.contact_content .information_left {
    display: none;
}

.contact_content .information_right {
    width: 100%;
}

.animated-arrow {
    background-color: var(--coB01);
}

@media screen and (max-width: 768px) {
    .bannerindex {
        top: 0;
    }

}

@media screen and (max-width: 480px) {
    .nav-brand img {
        padding: 13px 43px 0px 0px;
    }
}

@media screen and (max-width: 400px) {

}

/*  */

/* menu */
.main_header_area .container {
    max-width: 90%;
    margin: 0 auto;
}

.nav-brand {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 300px;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}

.nav-brand h1 {
    position: absolute;
    opacity: 0;
}

.navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-menu {
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

/*header logo*/
.nav-header {
    width: 150px;
    background: #fff7ec;
    padding: 15px 10px;
    margin-top: -5px;
    margin-bottom: -35px;
    border-radius: 0 0 20px 20px;
    position: relative;
}
.nav-header img{
    width: 80%;
    max-width: 104px;
}
.tp_links {
    position: relative;
    padding: 0;
}

.tp_links a {
    transition: 0.5s;
}

.tp_links a:hover {
    transition: 0.5s;
    transform: translateY(-5px);
}

@media (max-width: 1200px) {
    .nav-menus-wrapper {
        margin-left: 25px;
    }
}

@media (max-width: 768px) {

    .navigation{
        align-items: flex-start;
    }
    .nav-menus-wrapper {
        margin: 0;
    }

    .nav-toggle {
        top: 3px;
    }
    .nav-header {
        width: 25%;
        max-width: 100px;
        padding: 10px 1%;
        margin-top: -5px;
        border-radius: 0 0 10px 10px;
    }
}

@media (max-width: 480px) {
    .nav-brand img {
        margin: 0;
        padding: 0;
    }
}

@media (max-width: 400px) {
    .nav-brand {
        max-width: 220px;
    }
}

/* member */
.right_member_in {
    padding: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.right_member_in li {
    font-size: 13px;
}

/* footer */
.str_all {
    padding: 40px 5% 10px;
    background-color: #FDFBFF;
    position: relative;
    z-index: 99;
    color: #333;
    font-weight: 600;
}

.str_01 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
}

.str_logo {
    display: block;
    width: fit-content;
}

.str_01 .f_inf {
    width: 915px;
    margin-left: 55px;
    display: grid;
    font-size: 18px;
}

.str_01 p a {
    display: block;
    color: inherit;
    line-height: 180%;
    transition: 0.3s;
    letter-spacing: 1px;
}

.str_01 a:hover {
    transition: 0.3s;
    color: #7E6CB6;
}

.su_footer {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    grid-auto-columns: minmax(100px, auto);
    border-top: 1px solid #ACCEF4;
    padding-top: 15px;
    margin-top: 15px;
}
.su_footer li{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 4%;
}
.su_footer li:last-child{
    margin-right: 0;
}
.su_footer a {
    color: inherit;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 1px;
    text-indent: 0.1em;
    text-align: center;
    transition: 0.5s;
    word-break: keep-all;
}

.su_footer a:hover {
    font-weight: bold;
    transition: 0.5s;
}

.copy {
    background-color: #E5CAFD;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 120%;
    text-align: center;
    padding: 12px 20px;
    position: relative;
    z-index: 99;
    margin: 0;
    border: none;
}
.copy a {
    color: #fff;
    transition: all 0.4s;
}
.copy a:hover {
    color: var(--coB01);
}

@media (max-width: 1300px) {
    .su_footer li{margin-right: 2.5%;}
    .su_footer a{font-size: 18px;}
    .str_01 .f_inf{
        width: 800px;
        margin-left: 5%;
    }
}

@media (max-width: 1024px) {
    .str_all {
        flex-direction: column;
        align-items: center;
    }
    
    .su_footer {
        margin-top: 20px;
    }
    .str_01 .f_inf,
    .su_footer a{
        font-size: 16px;
    }
    
    .su_footer{flex-wrap: wrap;}
    .su_footer li{margin-right: 10px; margin-bottom: 10px;}
}

@media (max-width: 700px) {
    .footer_in{padding: 0 5%;}
    .str_all {
        padding: 20px 15px;
    }

    .str_01 {
        flex-direction: column;
    }
    .str_logo {
        width: 30%;
        max-width: 130px;
    }
    .str_logo img {
        width: auto;
        max-width: 100%;
    }
    .str_01 .f_inf{
        width: 100%;
        max-width: fit-content;
        margin: 20px auto auto;
    }
    .su_footer {
        max-width: 500px;
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 425px) {
    .su_footer {
        grid-template-columns: repeat(2, 1fr);
    }

    .str_all{padding: 0 5% 10px;}
    
    .str_01 .f_inf,
    .su_footer a{font-size: 14px;}
}

/* workshow */
body.work_page .main_part {
    padding: 120px 20px;
}

body.work_page .main_part .show_content {
    max-width: 1406px;
    margin: auto;
}

body.work_page .path {
    max-width: 1378px;
    margin: auto;
    margin-bottom: 35px;
}

body.work_page .show-list .show_name {
    color: #343426;
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
    margin: 0;
    margin-top: 15px;
}

body.work_page .show-list .show_pic {
    padding-bottom: 66%;
}

body.work_page .show-list .show_name {
    height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    box-sizing: border-box;
}

body.work_page .show-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

body.work_page .show-list .item {
    width: 32%;
    padding: 0;
    margin: 20px 0.5%;
}

body.work_page .show-list .item {
    padding: 0;
}

body.work_page .show-list .show_pic img {
    width: 100%;
}

body.work_info_page .other_album_choice li {
    background: linear-gradient(
        to bottom,
        rgba(82, 70, 254, 1) 0%,
        rgba(47, 23, 255, 1) 100%
    );
}

.other_album_choice li,
.other_album_choice li .fa {
    transition: ease 0.4s;
}

.other_album {
    margin-top: 50px;
}

@media (max-width: 1400px) {
    body.blog_page .all_banner,
    body.promotions_page .all_banner,
    body.about_page .all_banner {
        padding: 150px 5% 70px;
    }
}

@media (max-width: 1200px) {
    .all_banner::before {
        width: 43vw;
        height: 34vw;
    }
}

@media (max-width: 1024px) {
    body.work_page .main_part {
        padding: 80px 20px;
    }
}

@media (max-width: 800px) {
    body.work_page .main_part {
        padding: 50px 20px;
    }
}

@media (max-width: 600px) {
    body.work_page .show-list .item {
        width: 47.5%;
        margin: 20px 1%;
    }

    body.work_page .show-list .item {
        width: 100%;
    }

    body.work_info_page .pic-list .item {
        width: 100%;
    }
}

@media (max-width: 400px) {
    body.blog_page .all_banner,
    body.promotions_page .all_banner body.about_page .all_banner {
        padding: 130px 5% 50px;
    }
}

/* 預約 */

body.about_page .main_part {
    max-width: 1290px;
    margin: auto;
    padding: 95px 20px;
}

body.about_page .all_banner {
    background-image: url("../img/boo_ban.jpg");
}

.box_le blockquote i {
    display: block;
    max-width: 308px;
    margin-bottom: 10px;
}

@media (max-width: 800px) {
    body.about_page .main_part {
        padding: 80px 20px;
    }
}

@media (max-width: 600px) {
    body.about_page .main_part {
        padding: 50px 20px;
    }
}

/* 文章 */
body.blog_page .all_banner {
    background-image: url("../img/new_ban.jpg");
}
body.blog_page .all_banner p,
body.promotions_page .all_banner p {
    color: #fff;
    text-shadow: 4px 4px 7px rgba(0, 0, 0, 0.65);
}
body.blog_page .all_banner p:before,
body.blog_page .all_banner p:after,
body.promotions_page .all_banner p:before,
body.promotions_page .all_banner p:after {
    filter: grayscale(1) brightness(10)
        drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.65));
    -webkit-filter: grayscale(1) brightness(10)
        drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.65));
}

body.blog_page .main_part {
    padding: 110px 20px 80px 20px;
}

body.blog_page .show_content {
    max-width: 1515px;
    margin: auto;
}

body.blog_page .path {
    max-width: 1515px;
    margin: auto;
    margin-bottom: 40px;
}

body.blog_page .accordion li .link {
    font-weight: 400;
}

.blog_subbox {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: relative;
    top: -30px;
}

.subbox_item {
    width: 31%;
    float: none;
    padding: 5px;
    margin: 30px 1%;
    position: relative;
    transition: 0.5s;
    border: 1px solid #d7cfcb;
    overflow: hidden;
}

.subbox_item:hover::before {
    transition: 0.5s;
    opacity: 1;
}

.subbox_item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 8;
    opacity: 0;
    border: 1px #ddd solid;
    width: 100%;
    background-color: rgba(33, 33, 33, 0.5);
    transition: 0.5s;
    pointer-events: none;
}

.subbox_item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: 0.5s;
}

.subbox_item a:before {
    content: "+MORE";
    color: white;
    font-size: 15px;
    font-weight: bold;
    line-height: 120%;
    background-color: transparent;
    z-index: 50;
    transition: 0.5s;
}

.subbox_item a:after {
    display: none;
}

.blog_list_le {
    width: 100%;
}

.blog_list_ri {
    width: 100%;
}

.page {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.page li {
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 150px;
    line-height: 25px;
}

.page li a {
    border-radius: 150px;
    padding: 0;
    border: 1px #ccc solid;
}

.page strong,
.page a {
    min-width: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
}

@media (max-width: 700px) {
    .subbox_item {
        width: 47%;
        margin: 25px 1%;
    }

    body.blog_page .main_part {
        padding: 50px 20px;
    }
}

@media (max-width: 425px) {
    .subbox_item {
        width: 100%;
        margin: 25px 0;
    }

    .page {
        margin-top: 0;
    }
}

/* 促銷方案 */
body.promotions_page .all_banner {
    background-image: url("../img/ne_ban.jpg");
}

body.promotions_page .main_part {
    padding: 100px 20px;
    max-width: 1240px;
    margin: auto;
}

body.promotions_page .path {
    max-width: 1240px;
    width: 100%;
    margin-bottom: 40px;
}

body.promotions_page .time {
    margin-bottom: 20px;
}

.promotion_title h2 {
    border: none;
    color: #444;
    font-size: var(--f24);
    font-weight: bold;
    margin-bottom: 20px;
}

.promotion_title span {
    padding: 3px 6px;
    margin-right: 10px;
    letter-spacing: 0;
}

.edit {
    width: 100%;
}

.promotion_title {
    border-bottom: none;
}

.other_promotion {
    margin-top: 70px;
}

@media (max-width: 600px) {
    body.promotions_page .main_part {
        padding: 50px 20px;
    }
}

/* contact */
body.contact_page .all_banner {
    background-image: url("../img/siu_img027.jpg");
}

body.contact_page .main_part {
    max-width: 1240px;
    margin: auto;
    padding: 100px 20px;
}

.contact_form li .form__insert img {
    margin-left: 10px;
}

.contact_content {
    width: 100%;
    padding: 0;
    margin: 0;
}

.contact_form li input {
    padding: 5px;
}

.contact_form li:last-child > input {
    padding: 5px 15px;
}

.contact_form li:last-child .animated-arrow input {
    padding: 0px;
    padding-left: 50px;
}

@media (max-width: 800px) {
    body.contact_page .main_part {
        padding: 50px 20px;
    }
}

@media (max-width: 400px) {
    .contact_form li.last {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .last .animated-arrow {
        margin-top: 10px;
    }
}

/* 會員 */
body.member .all_banner {
    background-image: url(../img/men_ban.jpg);
}

body.member .all_banner::before {
    width: 441px;
    height: 350px;
}

body.member .main_part {
    padding: 100px 20px;
    min-height: auto;
}

body.member .path {
    display: none;
}

body.member .member_title {
    margin-bottom: 100px;
}

body.member .member_title p {
    display: none;
}

body.member .show_content {
    max-width: 1360px;
    width: 100%;
    margin: auto;
}

.member_login_regist {
    max-width: 500px;
    width: 100%;
    margin: 0;
    padding: 45px 50px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    background: #ECECFB;
}

.member_login_regist img {
    width: fit-content;
    position: absolute;
    right: 0;
    bottom: 22px;
    width: 162px;
    height: 162px !important;
}

.mr01 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
    z-index: 50;
}

.mr01 h2 {
    color: #000000;
    font-size: 25px;
    font-weight: bold;
    line-height: 120%;
    margin: 0;
    margin-left: 10px;
}

.member_login_regist i {
    display: block;
    color: #2793ff;
    font-weight: bold;
    font-style: normal;
    line-height: 120%;
}

.member_login_regist p {
    text-align: justify;
    color: #888888;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    position: relative;
    z-index: 50;
}

.member_login_regist a {
    max-width: 250px;
    width: 100%;
    padding: 17px 5px;
    background-color: var(--coB01);
    margin-top: 25px;
    transition: 0.5s;
    position: relative;
    z-index: 50;
}

.member_login_regist a:hover {
    transition: 0.5s;
    background-color: var(--coP01);
}

.member_login {
    margin: 0;
}

.member_index {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.member_index form {
    margin: 0 0 0 auto;
    width: fit-content;
}

body.member .member_login tr td:nth-child(1) {
    width: 115px;
    white-space: nowrap;
}

body.member .member_login tr td:nth-child(2) {
    width: 400px;
    padding-top: 20px;
}

body.member .login_mem_submit {
    background: var(--coB01);
    padding: 14px 5px;
    transition: 0.5s;
}

body.member .login_mem_submit:hover {
    transition: 0.5s;
    background: var(--coP01);
}

body.member .login_mem_other_link {
    text-align: right;
}

body.member .login_mem_other_link a {
    color: #a2204a;
    font-size: var(--f16);
}

.member_index01,
.member_index02 {
    width: 50%;
}

.member_index01 {
    padding-right: 50px;
}

.member_index02 {
    border-left: 1px #cccccc solid;
    padding-left: 50px;
}

body.member .member_login tr td:nth-child(1) {
    color: #000000;
    font-size: 16px;
}

body.member.member_rei .main_part {
    padding: 60px 20px 120px 20px;
}

body.member.member_rei .member_title {
    margin-bottom: 30px;
}

body.member.member_rei .mem_regist_title_s_s02 input {
    max-width: 205px;
    width: 100%;
    margin: auto;
    background-color: var(--coB01);
    color: white;
    font-size: 16px;
    font-weight: bold;
    line-height: 120%;
    letter-spacing: 0.15em;
    text-indent: 0.15em;
    text-align: center;
    padding: 15px 5px;
    transition: 0.5s;
}

body.member.member_rei .mem_regist_title_s_s02 input:hover {
    transition: 0.5s;
    background-color: var(--coP01);
}

body.member .edit {
    padding: 0;
}

.mu01 b {
    display: block;
    color: black;
    font-size: 25px;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
    margin-bottom: 50px;
}

.mu01 p {
    color: #000000;
    font-size: 15px;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}

.mu01 p span {
    color: #00406C;
    font-size: 25px;
    font-weight: bold;
    line-height: 120%;
    padding: 0 5px;
}

.mu01 h6 {
    max-width: 750px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.mu01 h6 a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 150px;
    background-color: #eeeeee;
    border-radius: 150px;
    margin: 0 10px;
    transition: 0.5s;
}

.mu01 h6 a:hover {
    transition: 0.5s;
    background-color: var(--coB01);
}

.mu01 h6 a:hover img {
    filter: invert(1);
}

.mu01 h6 a span {
    display: block;
    color: black;
    font-size: 15px;
    font-weight: 400;
    line-height: 120%;
    text-align: center;
    margin-top: 15px;
    transition: 0.5s;
}

.mu01 h6 a:hover span {
    transition: 0.5s;
    color: white;
}

.mu02 h6 {
    max-width: 910px;
}

.mu03 {
    max-width: 1040px;
    margin: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 20px auto 40px;
}

.mu03 h4 {
    color: #d90000;
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
}

.mu03 h4 a {
    color: #d90000;
}

.mu03 h5 {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.05em;
}

.mu03 h5:nth-of-type(2) {
    margin: 0 10px;
}

.mu03 h5 a {
    color: black;
}

/* 司機隱藏 */
.mu02 {
    display: none;
}

/* 修改密碼 */
body.member.member_pd .member_title {
    margin-bottom: 50px;
}

body.member.member_pd .mem_regist_title_s_s input {
    padding: 16px 5px;
    background-color: var(--coB01);
    max-width: 250px;
    width: 100%;
    color: white;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    letter-spacing: 0.15em;
    text-indent: 0.15em;
    transition: 0.5s;
}

body.member.member_pd .mem_regist_title_s_s input:hover {
    transition: 0.5s;
    background-color: var(--coP01);
}

.mem_box2 input.bbtn01,
.mem_box2 input.bbtn02,
.mem_box2 input.bbtn02 {
    max-width: 225px;
    width: 100%;
    background: var(--coB01);
    margin: 15px 10px;
    transition: all 0.4s;
}

.mem_box2 input.bbtn01:hover,
.mem_box2 input.bbtn02:hover,
.mem_box2 input.bbtn02:hover {
    background: var(--coP01);
}

.mem_box2 input.bbtn02 {
    background: #ee5160;
}

.mem_box2 input.bbtn02:hover {
    background: #a43c53;
}

body.member.member_pd .member_title {
    max-width: 100%;
}

.mask_order_history {
    max-width: 1200px;
    width: 100%;
    margin: auto;
}

.mask_order_history table {
    width: 100%;
    margin-bottom: 50px;
    border-collapse: separate;
    border-spacing: 5px;
    background-color: transparent;
    border-bottom: 1px #cccccc solid;
}

.mask_order_history table tr td {
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    line-height: 120%;
    text-align: center;
    background: white;
    border: none;
    padding: 15px 5px;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
}

.member_icon {
    max-width: 1200px;
    margin: auto;
    text-align: right;
    margin-bottom: 20px;
}

.member_icon h5,
.member_icon h5 a {
    color: #d90000;
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
}

@media (max-width: 900px) {
    .member_index {
        flex-direction: column;
    }

    .member_index01,
    .member_index02 {
        width: 100%;
        padding: 0;
    }

    .member_index02 {
        border: none;
        border-top: 1px #cccccc solid;
        padding-top: 30px;
        margin-top: 30px;
    }

    .member_index form,
    .member_login_regist {
        margin: auto;
    }

    .member_login_regist {
        margin-top: 0;
    }

    body.member .main_part {
        padding: 50px 20px 80px;
    }

    .mu03 {
        justify-content: center;
    }

    .mu01 h6 {
        max-width: 450px;
        justify-content: center;
        flex-wrap: wrap;
    }

    .mu02 h6 {
        max-width: 550px;
        justify-content: center;
        flex-wrap: wrap;
    }

    .mu01 h6 a,
    .mu02 h6 a {
        margin: 15px 10px;
    }

    .member_icon {
        text-align: center;
    }
}

@media (max-width: 800px) {
    body.member .all_banner::before {
        width: 43vw;
        height: 34vw;
    }

    body.member .member_title {
        margin-bottom: 50px;
    }

    body.member.member_rei .main_part {
        padding: 50px 20px;
    }
}

@media (max-width: 768px) {
    .order_history tr td:nth-child(n) {
        text-align: justify;
        word-break: break-all;
    }

    .mask_order_history table tr td::before {
        content: attr(data-str);
        margin-right: 5px;
        color: #000;
    }

    .order_history tr {
        padding: 30px 0;
    }

    .mask_order_history table {
        margin-bottom: 35px;
        border: none;
    }

    .mask_order_history table tbody {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .order_history tr {
        margin: 15px 1%;
        width: 100%;
    }

    .order_history tr td:nth-child(n) {
        width: 50%;
        padding: 15px 5px;
    }
}

@media (max-width: 600px) {
    .mu03 {
        flex-direction: column;
        align-items: center;
        margin: 40px 0;
    }

    .mu03 h5:nth-of-type(2) {
        margin: 15px 0;
    }
}

@media (max-width: 500px) {
    .member_login_regist {
        padding: 35px 20px;
    }

    .order_history tr {
        width: 100%;
    }

    .mask_order_history {
        padding: 0;
    }
}

@media (max-width: 450px) {
    .order_history tr {
        padding: 15px 0;
    }

    .order_history tr td:nth-child(n) {
        width: 100%;
    }

    .member_icon {
        margin: 0;
    }
}

@media (max-width: 400px) {
    .mu01 h6 a {
        width: 120px;
        height: 120px;
    }

    .mu01 h6 a span {
        font-size: 14px;
    }

    .mu01 p {
        flex-direction: column;
        align-items: center;
    }

    .mu01 p span {
        display: block;
        margin: 10px 0;
    }
}

/* 線上購物 */
.str_detail01 {
    padding: 100px 20px;
}

.str_detail02 {
    max-width: 1200px;
    margin: auto;
    text-align: center;
}

.str_detail02 p {
    padding: 0 30px;
    margin-bottom: 45px;
}

.str_detail03 {
    max-width: 1200px;
    margin: auto;
    padding: 70px 20px 100px 20px;
    background-color: #f7f7f7;
}

.str_detail03 b {
    display: block;
    color: var(--coP01);
    font-size: 25px;
    font-weight: 400;
    line-height: 120%;
    text-align: center;
    margin-bottom: 100px;
}

.str_detail03 ul {
    max-width: 600px;
    margin: auto;
    width: 100%;
}

.str_detail03 li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
}

.str_detail03 li + li {
    margin-top: 25px;
}

.str_detail03 li i {
    display: block;
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    width: 140px;
    min-width: 140px;
    margin-right: 15px;
    word-break: break-all;
    text-align: left;
}

.str_detail03 li u {
    display: block;
    color: #ff0000;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    white-space: nowrap;
    padding-right: 30px;
}

.str_detail03 li em,
.str_detail03 li input {
    display: block;
    width: 100%;
    color: #575747;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    border: 1px #e6e6e6 solid;
    padding: 10px 15px;
    background-color: #edf0f3;
}

.str_detail03 li input {
    background-color: white;
}

.str_detail03 ul:nth-of-type(1) li:nth-child(3) i {
    width: 211px;
    min-width: 211px;
}

.str_detail03 ul:nth-of-type(2) {
    margin-top: 110px;
}

.str_detail03 ul:nth-of-type(2) li:last-child {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.str_detail03 ul:nth-of-type(2) li:last-child input {
    max-width: 280px;
}

.str_detail03 ul:nth-of-type(2) li:last-child img {
    margin: 0 10px;
}

.str_detail_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 200px;
    width: 100%;
    height: 50px;
    background-color: var(--coB01);
    border-radius: 10px;
    margin: auto;
    margin-top: 60px;
    transition: 0.5s;
}

.str_detail_btn input[type="button"] {
    background: transparent;
    color: white;
    font-size: 20px;
    font-weight: bold;
    line-height: 140%;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
    text-align: center;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.str_detail_btn:hover {
    transition: 0.5s;
    background-color: var(--coP01);
}

@media (max-width: 700px) {
    .str_detail03 ul:nth-of-type(2) li:last-child {
        flex-direction: column;
        align-items: flex-start;
    }

    .str_detail03 ul:nth-of-type(2) li:last-child img {
        margin: 10px 0;
    }

    .str_detail03 ul:nth-of-type(2) li:last-child i {
        margin: 0;
        margin-bottom: 15px;
    }
}

@media (max-width: 600px) {
    .str_detail03 b {
        font-size: 22px;
        margin-bottom: 50px;
    }

    .str_detail03 ul:nth-of-type(2) {
        margin-top: 50px;
    }
}

@media (max-width: 500px) {
    .str_detail01 {
        padding: 50px 20px;
    }

    .str_detail03 li {
        flex-direction: column;
        align-items: flex-start;
    }

    .str_detail03 li i {
        margin: 0;
        margin-bottom: 15px;
    }

    .str_detail03 li:nth-child(n) i {
        min-width: unset;
        width: 100%;
    }

    .str_detail03 {
        padding: 35px 20px;
    }

    .str_detail02 p {
        text-align: center;
    }
}

/* 頁碼 */
.page {
    margin: 80px 0 50px 0;
}

/*首頁彈跳視窗*/
.indexImg {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
    top: 0;
}
.indexImg::before {
    content: "";
    width: 100%;
    height: 100%;
    backdrop-filter: blur(5px);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
.indexImg_cont {
    position: relative;
    z-index: 5;
    overflow: hidden;
    width: auto;
    display: flex;
    flex-direction: column;
    line-height: 170%;
    font-size: 18px;
}
.swiper-indexImg {
    width: 90vh;
    max-width: 100%;
    height: auto;
    max-height: 90vh;
    background: #f8f8f8;
    overflow: hidden;
    border: 10px solid #fff;
    position: relative;
    z-index: 1;
}
.swiper-indexImg var {
    width: 90%;
    max-width: 694px;
    position: absolute;
    left: 50%;
    bottom: 0.5%;
    transform: translateX(-50%);
    z-index: 1;
    pointer-events: none;
}
.swiper-indexImg var img {
    width: auto;
    max-width: 100%;
}
.swiper-indexImg > p {
    background: #e2cde4;
    text-align: center;
    padding: 10px;
    line-height: 0;
}
.swiper-indexImg > p img {
    width: auto;
    max-width: 60%;
    margin: 0 auto;
}
.swiper-indexImg dl {
    background: url(../img/win_03.jpg);
    padding: 60px 3% 75px;
    position: relative;
    z-index: 1;
}
.swiper-indexImg dl dt {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    line-height: 180%;
    position: relative;
    z-index: 2;
}
.swiper-indexImg dl dt a {
    display: block;
    max-width: 205px;
    background: #5aacfd;
    padding: 10px;
    color: #fff;
    font-size: var(--f16);
    text-align: center;
    line-height: 150%;
    margin: 50px auto auto;
    letter-spacing: 3px;
    transition: all 0.4s;
}
.swiper-indexImg dl dt a:hover {
    background: var(--coP01);
}

@media screen and (max-width: 768px) {
    .swiper-indexImg {
        border-width: 4px;
        overflow-y: scroll;
    }
    .indexImg_cont {
        font-size: 16px;
    }
    .swiper-indexImg dl {
        padding: 50px 5% 60px;
    }
    .swiper-indexImg dl dt a {
        margin-top: 30px;
    }
}

@media screen and (max-width: 480px) {
    .swiper-indexImg dl {
        padding: 30px 5% 40px;
    }
    .swiper-indexImg dl dt a {
        margin-top: 25px;
    }
}

/*首頁*/
.news_part{
    display: none;
}
.keyword_i {
    height: 0;
    max-height: 0;
    overflow: hidden;
}
.ibg00{
    background: url(../img/ibg_03.png) no-repeat center bottom 30%;
}
.ibg01 {
    background: url(../img/ibg_01.png) left top,
    url(../img/ibg_02.png) right top;
    background-repeat: no-repeat;
    background-size: 25vw 30vw;
    padding: var(--p100) var(--p3) 20px;
}
.ibg01 dl{
    max-width: 1572px;
    margin: 0 auto;
}
.ibg01 dl dt{
    width: 624px;
    margin-left: var(--p3);
}
.ibg01 dl h4{
    font-size: var(--f32);
    color: var(--coP01);
    letter-spacing: 0;
    line-height: 130%;
}
.ibg01 dl h4 b{
    display: inline-block;
    margin-right: 15px;
    font-size: var(--f60);
    font-style: italic;
    line-height: 130%;
}
.ibg01 dl h4 span{
    display: inline-block;
    line-height: 130%;
}
.ibg01 dl h5{
    font-family: var(--fLWT);
    font-size: var(--f24);
    color: var(--coP01);
    padding: 10px 0 5px;
    margin-bottom: 15px;
    border-bottom: 2px solid var(--coP);
}
.ibg02{
    padding: 0 var(--p3);
}
.ibg02 dl{
    width: fit-content;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ibg02 dl dt{
    position: absolute;
    text-align: center;
    font-size: var(--f24);
}
.ibg02 dl dt p{
    color: var(--coP01);
    font-family: var(--fLWT);
}
.ibg02 dl dt a{
    display: block;
    background: var(--coY);
    color: #fff;
    padding: 5px;
    margin: 10px auto auto;
    max-width: 175px;
    border-radius: 5px;
    transition: all .4s;
}
.ibg02 dl dt a:hover,
.ibg04 dl dt a:hover{
    background: var(--coB01);
}
.ibg02 i{
    display: block;
    animation: ro01 50s linear infinite;
    width: fit-content;
    max-width: 80%;
    margin: 30px auto;
}
.ibg03{
    background: #FFF9EA;
    position: relative;
    padding: 50px 3%;
    margin-top: -400px;
}
.ibg03:before{
    content: '';
    background: url(../img/ibg_04.png) no-repeat center bottom;
    width: 100%;
    height: 82px;
    position: absolute;
    left: 0;
    top: -82px;
}
.ibg03:after{
    content: '';
    background: url(../img/ibg_05.png) no-repeat center top;
    width: 100%;
    height: 119px;
    position: absolute;
    left: 0;
    bottom: -119px;
}
.ibg03 h4{
    text-align: center;
    font-size: var(--f32);
    color: var(--coP01);
}
.ibg03 h4 b{
    display: block;
    font-style: italic;
    font-size: var(--f60);
    line-height: 100%;
}
.ibg03 article{
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    max-width: 1650px;
    margin: 45px auto auto;
    letter-spacing: .5px;
}
.ibg03 article a{
    display: block;
    max-width: calc(100%/3 - 10px);
    padding: 10px 10px 20px;
    margin: 17px 5px;
    background: #fff;
    border-radius: 15px;
    border: 1px solid var(--coP);
    overflow: hidden;
    transition: all .4s;
}
.ibg03 article a i{
    display: block;
    max-width: 235px;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}
.ibg03 article a p{
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--coP01);
    margin-top: 20px;
    font-weight: bold;
    line-height: 130%;
}
.ibg03 article a p u{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 34px;
    height: 34px;
    border: 1px solid var(--coP);
    font-style: italic;
    letter-spacing: 0;
    border-radius: 10px;
    margin-right: 5px;
    padding-right: 5px;
}
.ibg03 article a p span{
    line-height: 130%;
}
.ibg03 article a p em{
    display: inline-block;
    line-height: 130%;
}
.ibg03 article a:hover{
    box-shadow: 0 0 10px rgba(0,0,0,.3);
}
.ibg04{
    padding: 200px 0 var(--p100);
    position: relative;
}
.ibg04 var{
    width: 30vw;
    max-width: 490px;
    position: absolute;
    bottom: 10px;
    right: 2%;
    z-index: 5;
    animation: shake03 .5s linear infinite;
    transform-origin: right bottom;
}
.ibg04 dl{
    align-items: stretch;
}
.ibg04 dl dt{
    width: 505px;
    padding: 30px var(--p3);
    background: var(--coP02);
    color: var(--coP01);
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-radius: 0 40px 40px 0;
    position: relative;
    z-index: 2;
}
.ibg04 dl dt u{
    display: block;
    font-style: italic;
    font-size: var(--f60);
    font-weight: bold;
    line-height: 100%;
}
.ibg04 dl dt p{
    font-family: var(--fLWT);
    margin: 15px 0;
    font-size: var(--f24);
}
.ibg04 dl dt a{
    display: block;
    background: var(--coY);
    color: #fff;
    padding: 5px;
    max-width: 175px;
    text-align: center;
    line-height: 130%;
    border-radius: 5px;
}
.roll_outbox {display: flex; flex-wrap: nowrap; overflow-x: hidden; width: calc(1495px + 5%); margin-left: -5%;}
.roll_outbox li{margin-right: 20px; border-radius: 15px; overflow: hidden; line-height: 0;}
ul.roll-box {display: flex; width: 100%; min-width: 4010px;}
ul.roll-box.firbox{animation: scroll 100s linear infinite; animation-delay: 0;}
ul.roll-box.secbox{animation: scroll2 100s linear infinite; animation-delay: -50s;}
ul.roll-box li img {width: 100%; min-height: 100%; height: auto; display: block; object-fit: cover;}

@media screen and (max-width: 1500px) {
    ul.roll-box {min-width: 3000px;}
    ul.roll-box li {max-height: 322px;}
}
@media screen and (max-width: 1024px) {
    .ibg01 dl{flex-direction: column-reverse;}
    .ibg01 dl dt{margin: 0 auto 50px;}
    .ibg03{margin-top: -40vw;}
    .ibg04{padding-top: calc(9vw + 50px);}
    ul.roll-box {min-width: 2642px;}
    ul.roll-box li {max-height: 284px;}
}
@media screen and (max-width: 768px) {
    .ibg03 article a {padding: 5px 5px 15px; margin: 8px 3px;}
    .ibg03 article a p{margin-top: 15px;}
    .ibg04 var{width: 35vw;}
    .ibg04 dl{flex-direction: column; position: relative; z-index: 1;}
    .ibg04 dl:before{content: ''; background: var(--coP02); width: 100%; height: 50%; position: absolute; left: 0; top: 15%;}
    .ibg04 dl dt{margin: 0 auto 10px; width: 100%; border-radius: 30px 30px 0 0;}
    .ibg04 dl dt section{margin: 0 auto; text-align: center;}
    .ibg04 dl dt a{margin: 0 auto;}
    .roll_outbox{margin-left: 0; width: 100%;}
    ul.roll-box {min-width: 2000px;}
    ul.roll-box li {max-height: 215px;}
}
@media screen and (max-width: 600px) {
    .ibg01 dl dt{margin-bottom: 35px;}
}

@media screen and (max-width: 480px) {
    .ibg03{padding: 20px var(--p3) 0;}
    .ibg03 article{justify-content: space-between;}
    .ibg03 article a {max-width: calc(100% / 2 - 3px); margin: 5px 0;}
    .ibg03 article a p u{width: 30px; height: 30px;}
    .ibg04{padding-top: calc(15vw + 50px);}
    .ibg04 var{width: 40vw;}
    .ibg04 dl:before{top: 23%;}
    .roll_outbox li{margin-right: 10px;}
    ul.roll-box {min-width: 1400px;}
    ul.roll-box li {max-height: 150px;}
}
@media screen and (max-width: 375px) {
    .ibg03 article{letter-spacing: -1px;}
    .ibg03 article a p u{width: 26px; height: 26px; margin-right: 2px;}
    .ibg04 dl dt{margin: 0 auto;}
}

/* 聯絡我們頁面 */
.con_inf{
    padding: 70px 0;
}
.con_inf section{
    justify-content: center;
    margin: 0 auto;
}
.con_inf section a{
    width: 100%;
    max-width: 210px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #926EB2;
    padding: 10px;
    border-radius: 8px;
    color: #fff;
    font-size: var(--f26);
    line-height: 140%;
    transition: all .4s;
}
.con_inf section a img{
    margin-right: 10px;
}
.con_inf section a:hover{
    background: #26A710;
}
.con_inf section figure{
    color: #926EB2;
    font-size: var(--f24);
    padding-left: 15px;
    margin-left: var(--p3);
    border-left: 1px solid #926EB2;
    font-weight: bold;
}
.con_inf section figure span{
    display: inline-block;
}
@media screen and (max-width: 600px) {
    .con_inf{padding: 50px 0;}
    .con_inf section{flex-direction: column-reverse;}
    .con_inf section figure{border-left: none; padding: 0 0 15px; margin: 0 auto 15px; text-align: center; border-bottom: 1px solid #926EB2;}
    .con_inf section a img{max-width: 35px;}
}