@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=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+TC:wght@200..900&family=Oswald:wght@200..700&display=swap');

:root {
    --f80: 80px;
    --f55: 55px;
    --f50: 50px;
    --f45: 45px;
    --f40: 40px;
    --f32: 32px;
    --f30: 30px;
    --f25: 25px;
    --f22: 22px;
    --f20: 20px;
    --f18: 18px;
    --f16: 16px;
    --f15: 15px;
    --f12: 12px;
    --p3: 3%;
    --p5: 5%;
    --p100: 100px;
    --fM: "Montserrat", sans-serif;
    --fo: "Oswald", sans-serif, "微軟正黑體", "Microsoft JhengHei";
    --coP: #ecdeed;
    --coP01: #c8a2cc;
    --coB: #666666;
    --coB01: #000;
    --coY: #f0cc22;
    --coO: #f7a74a;
    background-color: #FAFAFA;
}
@media screen and (max-width: 1100px) {
    :root {
        --f80: 70px;
        --f55: 50px;
        --f50: 45px;
        --f45: 40px;
        --f40: 35px;
        --f32: 30px;
        --f30: 26px;
        --f25: 23px;
    }
}
@media screen and (max-width: 768px) {
    :root {
        --f80: 60px;
        --f55: 45px;
        --f50: 40px;
        --f45: 35px;
        --f40: 30px;
        --f32: 26px;
        --f30: 23px;
        --f25: 20px;
        --f22: 20px;
        --f20: 18px;
        --p3: 5%;
    }
}
@media screen and (max-width: 600px) {
    :root {
        --f80: 50px;
        --f55: 40px;
        --f50: 35px;
        --f45: 30px;
        --f40: 25px;
        --f32: 23px;
        --f30: 20px;
        --f25: 18px;
        --f22: 18px;
        --f20: 16px;
        --f18: 16px;
        --p100: 70px;
    }
}
@media screen and (max-width: 480px) {
    :root {
        --f80: 40px;
        --f55: 35px;
        --f50: 30px;
        --f45: 25px;
        --f40: 20px;
        --f32: 20px;
        --f30: 18px;
        --f25: 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);
    }
}
@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 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);
    }
}

input.login_mem_name:-internal-autofill-selected,
input.login_mem_pass:-internal-autofill-selected{
    padding:10px;
}

.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: var(--fo);
    font-size: var(--f18);
    letter-spacing: 1px;
    color: #000;
    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: 180%;
}
.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;
}
.box_container h4 {
    text-align: center;
}
.box_container h4 b {
    display: block;
    color: #191e3e;
    font-size: var(--f45);
    line-height: 150%;
    font-family: var(--fM);
    font-weight: bold;
}
.box_container h4 p {
    font-size: var(--f30);
    color: var(--coB);
    line-height: 150%;
    width: fit-content;
    padding: 0 55px;
    margin: 0 auto;
    position: relative;
}
.box_container h4 p:before,
.box_container h4 p:after {
    content: "";
    width: 2vw;
    max-width: 25px;
    height: 50px;
    position: absolute;
    top: 0;
    animation: shake 2s linear infinite;
    -webkit-animation: shake 2s linear infinite;
}
.box_container h4 p:before {
    background: url(../img/comma_01.png) no-repeat center top;
    background-size: contain;
    left: 0;
}
.box_container h4 p:after {
    background: url(../img/comma_02.png) no-repeat center bottom;
    background-size: contain;
    right: 0;
    bottom: 0;
    top: unset;
}

@media screen and (max-width: 1024px) {
    .box_container h4 p {
        padding: 0 5vw;
    }
}

/*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(0.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 logo*/


.main_header_area .container {
    width: 90%;
    max-width: 1500px;
    margin: 0 auto;
}

.nav-brand {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 185px;
    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;
}

.nav-header {
    position: static;
}

/*-------------------------------------------------------------------------*/
.main_header_area {
    padding: 10px 0px;
    background: #fff;
}

.nav-menu {
    margin: 0px 0 0 0;
}

.nav-menu > li > a {
    color: #000;
    font-size: 16px;
    transition: all 0.5s;
    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{
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.tp_links a {
    display: flex !important;
    justify-content: center;
    align-items: center;
    border: 1px solid #CCC;
    min-width: 40px;
    height: 40px;
    border-radius: 500px;
}
.tp_links a:hover{
    background-color: #000;
    border: 1px solid #000;
}
.tp_links a:hover img{
    filter: brightness(100);
    -webkit-filter: brightness(100);
}
.tp_links a:before{
    content: unset;
}

.footer {
    background: #f2f2f2;
}

.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: #ffffff;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.banner {
    height: 400px;
    background-position: center bottom;
    background-color: #efefef;
    box-shadow: none;
    background-repeat: no-repeat;
}

.banner h5 {
    display: none;
}

.banA {
    background-image: url(#);
}

.banB {
    background-image: url(https://pic03.eapple.com.tw/fcproteam/banB.jpg);
}

.banC {
    background-image: url(https://pic03.eapple.com.tw/fcproteam/banC.jpg);
}

.banD {
    background-image: url(#);
}

.banE {
    background-image: url(https://pic03.eapple.com.tw/fcproteam/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: 128px 5%;
    text-align: center;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    color: #fff;
    font-size: var(--f45);
    line-height: 130%;
    font-weight: bold;
}
.all_banner .ab01{
    width: 100%;
    max-width: 300px;
    margin: auto;
}
.all_banner .ab02{
    padding: 30px 15px;
    background-color: rgba(255, 255, 255, .9);
    box-shadow: 0 0 2px #333;
    border-bottom: 10px solid #333;
}
.all_banner b {
    display: block;
    color: #333;
    font-size: var(--f32);
    line-height: 150%;
    font-weight: 500;
}
.all_banner b s{
    color: #DC0000;
}
.all_banner p {
    font-size: var(--f25);
    color: #000;
    line-height: 150%;
    width: fit-content;
    padding: 0;
    position: relative;
    margin: 0 auto;
}
.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{
    padding: calc(4vw + 70px) 5%;
    background: url(../img/footer_inbg01.jpg);
    background-position: center;
    background-size: cover;
    text-align: center;
    position: relative;
    z-index: 10;
}
.footer_in section{
    max-width: 1300px;
    margin: auto;
}
.footer_in section dl{
    max-width: 600px;
    margin: 0 0 0 auto;
    background-color: #fff;
    padding: calc(1vw + 50px) 5%;
    border-bottom: 15px solid #333;
}
.footer_in section dl dd{
    max-width: 390px;
    margin: auto;
}
.footer_in section dl dd article{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    max-width: fit-content;
    margin: auto;
    overflow: hidden;
}
.footer_in section dl dd article h4{
    position: relative;
    z-index: 1;
    max-width: fit-content;
    font-size: clamp(20px,5vw,35px);
    color: #333;
    font-family: var(--fo);
    line-height: 150%;
    margin: 0 40px 0 0;
}
.footer_in section dl dd article h4:nth-last-of-type(1){
    margin: unset;
}
.footer_in section dl dd article h4::after{
    content: '';
    width: 8px;
    height: 8px;
    background-color: #333;
    position: absolute;
    top: 50%;
    right: calc(100% + 15px);
    transform: translateY(-50%);
}
.footer_in section dl dd article h4 s{
    color: #DC0000;
}
.footer_in section dl dd h5{
    font-size: var(--f25);
    color: #000;
    line-height: 180%;
    letter-spacing: 0.02em;
    margin: 15px 0 calc(1vw + 30px);
    transition: all .4s;
}
.footer_in section dl dd a{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    border: 1px solid #999;
    font-weight: bold;
    font-size: var(--f18);
    line-height: 120%;
    color: #000;
    transition: all .4s;
}
.footer_in section dl dd a i{
    display: block;
    min-width: fit-content;
    margin: 0 0 0 20px;
}
.footer_in section dl dd a:hover{
    background-color: #000;
    color: #fff;
    transition: all .4s;
}
.footer_in section dl dd a:hover img{
    filter: invert(1);
    -webkit-filter: invert(1);
    transition: all .4s;
}

@media (max-width: 992px) {
}

@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;
    }
}

@media screen and (max-width: 1200px) {
    .ab01 {
        max-width: 800px;
    }

    .all_banner::before {
        width: 43vw;
        height: 34vw;
    }
}

@media (max-width: 800px) {
    .ab02 {
        margin: auto;
    }
}

@media (max-width: 768px) {
    .all_banner {
        padding: 50px 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;
    }
}

@media screen and (max-width: 600px) {
    .all_banner section ul li:before {
        width: 20px;
        height: 30px;
        margin-right: 5px;
    }
}

@media (max-width: 600px) {
    .ab02 p span {
        font-size: 23px;
    }
}

@media (max-width: 500px) {
    .ab02 b,
    .ab02 i {
        text-align: center;
    }

    .ab02 p {
        align-items: center;
    }

    .ab02 p span {
        text-align: center;
        word-break: break-all;
    }

    .all_banner::before {
        width: 58vw;
        height: 46vw;
    }
}

@media (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: #5aacfd;
}

@media screen and (max-width: 768px) {
    .bannerindex {
        top: 0;
    }
    .pageIndex .main_header_area,
    .main_header_area {
        padding: 20px 5%;
    }
    .nav-header {
        width: 60%;
        max-width: 250px;
    }
}

@media screen and (max-width: 480px) {
    .nav-brand img {
        padding: 13px 43px 0px 0px;
    }
}

@media screen and (max-width: 400px) {
    .pageIndex .main_header_area,
    .main_header_area {
        padding: 10px 5%;
    }
}


@media (max-width: 1200px) {
    .nav-menus-wrapper {
        margin-left: 25px;
    }
}

@media (max-width: 768px) {
    .nav-menus-wrapper {
        margin: 0;
    }

    .nav-header {
        margin: 0;
    }

    .nav-toggle {
        top: 3px;
    }
}

@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: calc(.5vw + 50px) 5%;
    background-color: #FAFAFA;
    position: relative;
    z-index: 99;
}
.str_con{
    max-width: 900px;
    margin: auto;
    display: grid;
    grid-template-columns: .5fr 1fr 130px;
    column-gap: 5%;
    row-gap: 30px;
}
.str_con > div:nth-of-type(2){
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    padding: 0 50px;
}
.str_01 {
    display: block;
    align-self: center;
}

.str_logo {
    display: block;
    width: fit-content;
}
.str_01 p {
    width: fit-content;
    margin-left: 55px;
}
.str_02 p a {
    display: block;
    max-width: fit-content;
    color: #333333;
    font-size: var(--f16);
    line-height: 200%;
    transition: 0.5s;
    letter-spacing: 1px;
    font-family: '微軟正黑體';
}
.str_02 p a:hover {
    transition: 0.5s;
    color: #AAAAAA;
}
.str_02 > h4,
.str_03 > h4{
    font-size: var(--f18);
    color: #000;
    font-weight: normal;
    line-height: 200%;
    letter-spacing: 0.1em;
    margin: 0 0 15px;
}

.su_footer a {
    display: block;
    max-width: fit-content;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 200%;
    letter-spacing: 1px;
    transition: 0.5s;
    text-align: left;
    font-family: '微軟正黑體';
}
.su_footer a:first-child {
    display: none;
}

.su_footer a:hover {
    color: #AAAAAA;
    transition: 0.5s;
}

.double_key {
    text-align: center;
    background-color: #FAFAFA;
    position: relative;
    z-index: 10;
    padding: 5px;
}
.double_key a {
    font-size: 12px;
    color: #333;
    display: inline-block;
}
.double_key a:after {
    content: ' , ';
    font-size: 14px;
    color: #333;
}
.double_key a:last-child:after {
    display: none;
}

.copy {
    background-color: #EEEEEE;
    color: #888888;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    text-align: center;
    padding: 30px 15px 30px;
    position: relative;
    z-index: 99;
    margin: 0;
    border: none;
}
.copy a {
    font-family: var(--fo);
    color: #888888;
    transition: all 0.4s;
}
.copy a:hover {
    color: #FF0000;
}

@media (max-width: 992px) {
    .str_con{grid-template-columns: .5fr 1fr;max-width: 670px;}
    .str_con > div:nth-of-type(2){border-right: unset;padding: 0 0 0 5%;}
    .str_03{grid-column: 1/3;}
    .su_footer{display: flex;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap;}
    .su_footer a{margin: 0 20px 0 0;}
    
}   

@media (max-width: 568px) {
    .str_con{grid-template-columns: 1fr;}
    .str_con > div:nth-of-type(2){border: unset;padding: 0px;}
    .str_01{text-align: center;}
    .str_01 img{width: 150px;}
    .str_03{grid-column: unset;}
    .str_02 p a{margin: 0 15px 0 0;}
    .str_02 p a:nth-of-type(1),
    .str_02 p a:nth-of-type(2),
    .str_02 p a:nth-of-type(3),
    .str_02 p a:nth-of-type(4){display: inline-block;}

}

@media (max-width: 425px) {

}

/* 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;
}
.path {
    display: none;
}

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: 25px;
}

@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 .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;
    overflow: hidden;
    padding: 5px 0;
}

.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: 40px;
}

.promotion_title h2 {
    border: none;
    color: #333326;
    font-size: var(--f25);
    font-weight: bold;
    margin-bottom: 30px;
}

.promotion_title span {
    border: 1px dashed #ccc;
    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,
body.promotions_page .all_banner,
body.blog_page .all_banner,
body.other_page .all_banner {
    background-image: url(../img/men_ban.jpg);
}

body.member .all_banner::before {
    width: 441px;
    height: 350px;
}

body.member .main_part {
    padding: 50px 20px 120px;
    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: #f7f7f7;
}

.member_login_regist address 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: #DC0000;
    font-weight: bold;
    font-style: normal;
    line-height: 120%;
}

.member_login_regist img {
    width: fit-content;
    position: absolute;
    right: 0;
    bottom: 22px;
    width: 162px;
    height: 162px !important;
    z-index: 0;
}

.member_login_regist p {
    text-align: justify;
    color: #888888;
    font-size: var(--f15);
    font-weight: 400;
    line-height: 150%;
    position: relative;
    z-index: 50;
}

.member_login_regist a {
    max-width: 250px;
    width: 100%;
    padding: 10px 5px;
    background-color: var(--coB);
    margin-top: 25px;
    transition: 0.5s;
    position: relative;
    z-index: 50;
    font-size: var(--f16);
}

.member_login_regist a:hover {
    transition: 0.5s;
    background-color: var(--coB01);
}

.login_line{
    padding: 10px 5px;
    text-align: center;
    max-width: 250px;
    width: 100%;
    margin-top: 15px;
    background-color: #4CAF50;
    color: #fff;
    font-size: var(--f16);
    transition: 0.5s;
    position: relative;
    z-index: 50;
}
.login_line:hover{
    background-color: #208924;
    transition: 0.5s;
}

.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: #DC0000;
    padding: 14px 5px;
    transition: 0.5s;
}

body.member .login_mem_submit:hover {
    transition: 0.5s;
    background: var(--coB01);
}

body.member .login_mem_other_link {
    text-align: right;
    color: #999;
}

body.member .login_mem_other_link a {
    color: #999;
    font-size: var(--f16);
}
body.member .login_mem_other_link a:hover{
    color: #DC0000;
}

.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(--coB);
    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(--coB01);
}

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: #102b6c;
    font-size: 25px;
    font-weight: bold;
    line-height: 120%;
    padding: 0 5px;
}

.mu01 h6 {
    max-width: 750px;
    margin: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.mu01 h6 a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 150px;
    background-color: #fff;
    border-radius: 150px;
    margin: 0 10px 2px;
    transition: 0.5s;
    border: 1px solid #999999;
}
.mu01 h6 a:nth-of-type(1){
    background-color: #DC0000;
    border-color: unset;
}
.mu01 h6 a:nth-of-type(1) span{
    color: #fff;
}
.mu01 h6 a:hover {
    transition: 0.5s;
    border-color: #DC0000;
}
.mu01 h6 a:nth-of-type(1):hover{
    background-color: #000;
    transition: 0.5s;
}
.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;
}
.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(--coB);
    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(--coB01);
}

.mem_box2 input.bbtn01,
.mem_box2 input.bbtn02,
.mem_box2 input.bbtn02 {
    max-width: 225px;
    width: 100%;
    background: var(--coB);
    margin: 15px 10px;
    transition: all 0.4s;
}

.mem_box2 input.bbtn01:hover,
.mem_box2 input.bbtn02:hover,
.mem_box2 input.bbtn02:hover {
    background: var(--coB01);
}

.mem_box2 input.bbtn02 {
    background: #DC0000;
}

.mem_box2 input.bbtn02:hover {
    background: #8f0000;
}

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;
    max-width: 320px;
    margin: 0 auto 40px;
}

.str_detail03 {
    max-width: 1200px;
    margin: auto;
    padding: 70px 20px 100px 20px;
    background-color: #f7f7f7;
}

.str_detail03 b {
    display: block;
    color: #DC0000;
    font-size: 25px;
    font-weight: 400;
    line-height: 120%;
    text-align: center;
    margin-bottom: 50px;
}

.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: #102B6C;
    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(--coB01);
}

@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: #F4F4F4;
    overflow: hidden;
    border: 10px solid #B9B9B9;
    position: relative;
    z-index: 1;
    padding:calc(1vw + 50px) 5px;
}
.ind_lightbox_img{
    max-width: fit-content;
    margin: auto;
}
.ind_lightbox_img > img{
    max-width: 200px;
    width: 80%;
    margin: auto;
}
.indexImg_cont dl{
    padding:30px 0 0;
    max-width: 645px;
    margin: auto;
}
.indexImg_cont dl dt p{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 20px 0 0;
}
.indexImg_cont dl dt p b{
    min-width: 30px;
    height: 30px;
    background-color: #DC0000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--f16);
    line-height: 100%;
    color:#fff;
    font-weight: 400;
    margin: 0 10px 0 0;
}
.indexImg_cont dl dt p span{
    font-size: var(--f16);
    color: #000;
    line-height: 150%;
    letter-spacing: 0.05em;
}
.indexImg_close{
    display: block;
    max-width: 150px;
    margin:30px auto 0;
    border: 1px solid #999999;
    background-color: #fff;
    padding: 10px;
    font-size: var(--f18);
    color: #000;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
}
.indexImg_close:hover{
    border-color: #DC0000;
}


@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;
    }
}

/*首頁*/
.keyword_i {
    height: 0;
    max-height: 0;
    overflow: hidden;
    position: absolute;
    z-index: -100;
    opacity: 0;
}

@media screen and (max-width: 1360px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 992px) {}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 600px) {}
@media screen and (max-width: 475px) {}

