@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');

: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;;
    --coP: #ECDEED;
    --coP01: #C8A2CC;
    --coB: #8BC4E7;
    --coB01: #191E3E;
    --coY: #F0CC22;
    --coO: #F7A74A;
}
@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(.5deg) translateX(-50%);}
}
@-webkit-keyframes shake01{
    0%,100%{-webkit-transform: rotate(0deg) translateX(-50%);}
	50%{-webkit-transform: rotate(.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);}
}

.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(--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(../images/img/comma_01.png) no-repeat center top; background-size: contain; left: 0;}
.box_container h4 p:after { background: url(../images/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(.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;
}

.pageIndex .main_header_area {
    padding: 10px 0px;
}

.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*/
.nav-brand {
    width: 320px;
}

.nav-header {
    margin: -8px 0 0;
    padding: 0px;
}

/*-------------------------------------------------------------------------*/
/*header右側按鈕*/
.tp_links a:before {
    width: 30px;
    height: 30px;
    margin: -10px 0px;
}

.tp_links a.me_tp_line:before {
    background-image: url(https://pic03.eapple.com.tw/chucyutraveler/tp_line.png) !important;
}

.tp_links a.me_tp_call:before {
    background-image: url(https://pic03.eapple.com.tw/chucyutraveler/tp_call.png) !important;
}

.tp_links a.me_tp_mail:before {
    background-image: url(https://pic03.eapple.com.tw/chucyutraveler/tp_email.png) !important;
}

/*-------------------------------------------------------------------------*/
.main_header_area {
    padding: 10px 0px;
    background: #ECDEED;
}

.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 .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;
}

.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;
    padding-bottom: 50px;
}

.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/chucyutraveler/banB.jpg);
}

.banC {
    background-image: url(https://pic03.eapple.com.tw/chucyutraveler/banC.jpg);
}

.banD {
    background-image: url(#);
}

.banE {
    background-image: url(https://pic03.eapple.com.tw/chucyutraveler/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 b {
    display: block;
    color: #fff;
    font-size: var(--f45);
    line-height: 150%;
}

.all_banner p {
    font-size: var(--f30);
    color: var(--coB);
    line-height: 150%;
    width: fit-content;
    padding: 0 55px;
    position: relative;
}
.all_banner p:before,
.all_banner 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;
}
.all_banner p:before{
    background: url(../images/img/comma_01.png) no-repeat center top;
    background-size: contain;
    left: 0;
}
.all_banner p:after{
    background: url(../images/img/comma_02.png) no-repeat center bottom;
    background-size: contain;
    right: 0;
    bottom: 0;
    top: unset;
}

.all_banner i,
.all_banner span{
    display: none;
}

.all_banner section{
    width: 50vw;
    max-width: 656px;
    min-height: 269px;
    margin-left: auto;
    background: url(../images/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(../images/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: #F7F7F7;
    position: relative;
    z-index: 1;
    z-index: 121;
    text-align: center;
    padding: 0 0;
}
.footer_in:after{
    content: '';
    background: url(../images/img/foo_08.png) no-repeat center bottom;
    width: 90%;
    max-width: 1858px;
    height: 170px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: -2;
}
.footer_in img{
    width: auto;
    max-width: 100%;
}
.footer_in section{
    background: #F7F7F7;
    border-radius: 100% 100% 0 0;
    padding: 40px 0 50px;
    position: relative;
    top: -104px;
    margin: 0 auto -104px;
    width: 100%;
    max-width: 575px;
}
.footer_in section > img{
    max-width: 35%;
}
.footer_in section p{
    font-size: var(--f80);
    color: var(--coP);
    line-height: 100%;
    font-weight: bold;
    margin-top: 25px;
    letter-spacing: -1px;
}
.footer_in  a{
    display: block;
    width: fit-content;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    top: -30px;
}
.footer_in a > img{
    animation: sc01 2.2s linear infinite;
    -webkit-animation: sc01 2.2s linear infinite;
}
.footer_in a i{
    display: block;
    width: fit-content;
    margin: 0 auto -10px;
    position: relative;
    z-index: -1;
}
.footer_in a i img:first-child{
    animation: updo 3s linear infinite;
    -webkit-animation: updo 3s linear infinite;
}
.footer_in a i img:last-child{
    position: absolute;
    left: 50%;
    margin-left: -15px;
    animation: updo01 3s linear infinite;
    -webkit-animation: updo01 3s linear infinite;
}
.footer_in a:hover > img{
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}
.footer_in dl{
    width: 100%;
    max-width: 1430px;
    padding-bottom: 45px;
    margin: 0 auto;
    position: relative;
    z-index: -1;
}
.footer_in dl dt{
    width: 45vw;
    max-width: 596px;
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 0;
}
.footer_in dl dt img:first-child{
    width: 15vw;
    max-width: 233px;
    position: absolute;
    left: 35%;
    bottom: 20px;
    animation: shake 5s linear infinite;
    -webkit-animation: shake 5s linear infinite;
}

@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:980px) {
    .footer_in{padding: 0 5%;}
    .footer_in dl{padding-bottom: 18vw;}
    .footer_in dl dt{left: 50%; transform: translateX(-50%);}
}

@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, .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;
    }

    .footer_in section p{
        margin-top: 10px;
    }
    .footer_in dl{
        padding-bottom: 28vw;
    }
    .footer_in dl dt{
        width: 80vw;
    }
    .footer_in dl dt img:first-child{
        width: 26vw;
        bottom: 15px;
    }
}

@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%;}
}

/*  */

/* 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;
}

.nav-header {
    position: static;
}

.tp_links {
    position: relative;
    top: -5px;
    right: -15px;
}

.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) {
    .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: 40px 5% 20px;
    background-color: #ECDEED;
    position: relative;
    z-index: 99;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.str_01 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.str_logo {
    display: block;
    width: fit-content;
}

.str_01 p {
    width: fit-content;
    margin-left: 55px;
}

.str_01 p a {
    display: block;
    color: #535353;
    font-size: var(--f15);
    line-height: 180%;
    transition: 0.5s;
    letter-spacing: 1px;
    font-family: '微軟正黑體','Microsoft JhengHei';
}

.str_01 p a:hover {
    transition: 0.5s;
    color: #3EECB8;
}

.su_footer {
    max-width: 450px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 10px 5px;
    grid-auto-columns: minmax(80px, auto);
}

.su_footer a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 1px;
    text-indent: 0.1em;
    text-align: center;
    transition: 0.5s;
}
.su_footer a:first-child{
    display: none;
}

.su_footer a:hover {
    font-weight: bold;
    transition: 0.5s;
}

.copy {
    background-color: #ACD5EA;
    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 .4s;
}
.copy a:hover{
    color: var(--coB01);
}

@media (max-width:1024px) {
    .str_all{flex-direction: column; align-items: center;}
    .su_footer{margin-top: 20px;}
}

@media (max-width:700px) {
    .str_all {
        padding: 50px 15px 20px 15px;
    }

    .str_01 {
        flex-direction: column;
    }

    .str_01 p {
        margin: 0;
        margin-top: 30px;
    }

    .su_footer {
        max-width: 500px;
        grid-template-columns: repeat(4, 1fr);
    }

}

@media (max-width:425px) {
    .su_footer {
        max-width: 250px;
        grid-template-columns: repeat(2, 1fr);
    }

    .str_logo {
        max-width: 250px;
    }

    .str_logo img {
        width: 100%;
    }
}

/* 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 .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('../images/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 .all_banner {
    background-image: url('../images/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,.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,.65));
    -webkit-filter:grayscale(1) brightness(10) drop-shadow(10px 10px 10px rgba(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: center;
    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;
    border-radius: 10px 10px 0 0;
    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('../images/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 {
    background-image: url(../images/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 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(--coB);
    margin-top: 25px;
    transition: 0.5s;
    position: relative;
    z-index: 50;
}

.member_login_regist a:hover {
    transition: 0.5s;
    background-color: var(--coB01);
}

.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(--coB);
    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;
}

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(--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: 550px;
    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(--coB);
}

.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(--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 .4s;
}

.mem_box2 input.bbtn01:hover,
.mem_box2 input.bbtn02:hover,
.mem_box2 input.bbtn02:hover{
    background: var(--coB01);
}

.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: #1F3875;
    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(--coB);
    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(--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, .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: .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(../images/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 .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;}
}

/*首頁*/
.keyword_i{
    height: 0;
    max-height: 0;
    overflow: hidden;
}
.ibg01{
    padding: var(--p100) var(--p3);
    text-align: center;
}
.ibg01 h5{
    font-size: var(--f50);
    color: var(--coY);
    line-height: 130%;
    margin: 35px auto 25px;
}
.ibg01 h5 span{
    display: inline-block;
    line-height: 130%;
}
.ibg01 section{
    max-width: 1000px;
    margin: 0 auto;
}
.ibg01 i{
    display: block;
    margin-top: 30px;
}
.ibg01 i img:last-child{
    display: none;
}
.ibg02{
    position: relative;
    z-index: 1;
}
.ibg02:before{
    content: '';
    background: url(../images/img/ibg_02.jpg);
    width: 100%;
    height: 60%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.ibg02 ul{
    width: 94%;
    max-width: 1690px;
    margin: 40px auto auto;
    background: #ECDEED;
    padding: var(--p100) var(--p3);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    border-radius: 70px;
}
.ibg02 ul li{
    padding: 5px;
}
.ibg02 ul i{
    display: block;
    text-align: center;
    border-right: 1px solid #fff;
}
.ibg02 ul li:last-child i{
    border-right: none;
}
.ibg02 ul dl{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 25px auto auto;
    width: fit-content;
}
.ibg02 ul dl dd{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--f12);
    letter-spacing: 0;
    margin-right: 10px;
}
.ibg02 ul dl dd b{
    display: inline-block;
    background: #F6DF71;
    color: #fff;
    font-size: var(--f25);
    line-height: 130%;
    padding: 1px 8.5px;
    margin-left: 6px;
}
.ibg02 ul dl dt h6{
    font-size: var(--f30);
    line-height: 130%;
}
.ibg03{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 40px;
}
.ibg03 dt{
    margin: 0 -2%;
}
.ibg03 dt a{
    display: block;
    width: fit-content;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.ibg03 dt a i {
    display: block;
    width: fit-content;
    margin: 0 auto -7px;
    position: relative;
    z-index: -1;
}
.ibg03 dt a i img:first-child {
    animation: updo 3s linear infinite;
    -webkit-animation: updo 3s linear infinite;
}
.ibg03 dt a i img:last-child {
    position: absolute;
    left: 50%;
    margin-left: -15px;
    animation: updo01 3s linear infinite;
    -webkit-animation: updo01 3s linear infinite;
}
.ibg03 dt a > img {
    animation: sc01 2.2s linear infinite;
    -webkit-animation: sc01 2.2s linear infinite;
}
.ibg03 dt a:hover > img {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}
.ibg03 dt section{
    position: relative;
    margin-top: 45px;
}
.ibg03 dt section u{
    width: 15vw;
    max-width: 321px;
    position: absolute;
    left: 50%;
    bottom: 3.5vw;
    transform-origin: top left;
}
.ibg03 dt section u img{
    display: block;
    animation: shake01 0.3s linear infinite;
    -webkit-animation: shake01 0.3s linear infinite;
}
.ibg04{
    padding: var(--p100) 0 0;
    text-align: center;
}
.ibg04 section{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
    margin: 50px auto auto;
}
.ibg04 section a{
    display: block;
    position: relative;
    line-height: 0;
    transition: all .4s;
    width: fit-content;
}
.ibg04 section a figure{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    flex-direction: column;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    color: #fff;
    font-size: var(--f16);
    padding: 20px var(--p5);
    letter-spacing: 0;
    background:linear-gradient(0deg, rgba(23,112,164,.5) 0%,rgba(23,112,164,.0) 100%);
}
.ibg04 section a b{
    font-size: var(--f30);
    border: 1px solid #fff;
    line-height: 130%;
    padding: 4px 10px;
    font-family: var(--fM);
}
.ibg04 section a h6{
    font-size: var(--f40);
    line-height: 120%;
    margin: 10px auto 0;
}
.ibg04 section a p{
    line-height: 0;
    opacity: 0;
    transition: all .4s;
}
.ibg04 section a:hover figure{
    background: rgba(23,112,164,.5);
}
.ibg04 section a:hover p{
    margin-top: 35px;
    opacity: 1;
    line-height: 120%;
}
.ibg05{
    background: url(../images/img/ibg_03.jpg) no-repeat;
    background-size: cover;
    padding: var(--p100) 0 170px;
    text-align: center;
}
.ibg05 h4 span{
    display: block;
    width: fit-content;
    background: var(--coB);
    color: #fff;
    font-size: var(--f22);
    border-radius: 50px;
    padding: 5px 20px;
    line-height: 120%;
    margin: 0 auto;
}
.ibg05 ul{
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: -90px;
}
.ibg05 ul li > img{
    animation: sc02 2.5s linear infinite;
    -webkit-animation: sc02 2.5s linear infinite;
}
.ibg05 ul section{
    width: 90%;
    max-width: 550px;
    margin: -20px auto auto;
}
.ibg05 ul section h5{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--f32);
    line-height: 140%;
    letter-spacing: .2px;
}
.ibg05 ul section h5 span{
    display: inline-block;
    font-size: var(--f18);
    background: var(--coB);
    color: #fff;
    border-radius: 50px;
    padding: 5px 18px;
    line-height: 130%;
    margin-left: 13px;
}
.ibg05 ul section p{
    text-align: left;
    letter-spacing: 0;
    margin-top: 25px;
}

@media screen and (max-width: 1500px) {
	.ibg02 ul i{padding-right: 10px;}
}

@media screen and (max-width:1024px) {
    .ibg02 ul{grid-template-columns: 1fr 1fr; gap: 30px 5px;}
	.ibg02 ul li:nth-child(even) i{border-right: none;}
	.ibg02 ul i img{max-width: 60%;}
	.ibg03{flex-wrap: wrap;}
	.ibg03 dd{order: 1; width: 50%;}
	.ibg03 dt{order: 2; margin: 0 auto;}
	.ibg03 dt section u{width: 29vw; bottom: 8.5vw;}
	.ibg04 section{grid-template-columns: 1fr 1fr;}

}

@media screen and (max-width:768px) {
	.ibg03 dd{width: 55%; margin: 0 -2.5%;}
	.ibg03 dt section u{width: 38vw; bottom: 11vw;}
    .ibg04 section a figure{background: rgba(23,112,164,.5);}
    .ibg04 section a p{margin-top: 20px; opacity: 1; line-height: 120%;}
	.ibg05 ul{grid-template-columns: 1fr; gap: 50px; margin-top: 50px;}
}

@media screen and (max-width:600px) {
	.ibg01 i img:first-child{display: none;}
	.ibg01 i img:last-child{display: block;}
    .ibg04 section{grid-template-columns: 1fr;}
    .ibg04 section a{margin: 0 auto;}
    .ibg05{padding-bottom: 150px;}
}

@media screen and (max-width:480px) {
	.ibg02 ul{grid-template-columns: 1fr;}
	.ibg02 ul li{border-bottom: 1px solid #fff; padding: 0 0 20px;}
	.ibg02 ul li:last-child{border-bottom: none;}
	.ibg02 ul li i{border-right: none;}
	.ibg02 ul i img{max-width: 40%;}
	.ibg03 dd{width: 100%; margin: 0 auto;}
	.ibg03 dt{padding-top: 30px;}
}