@charset "utf-8";

/* CSS Document */

* {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Noto Sans TC", Arial, "微軟正黑體", sans-serif;
}

.pure-g [class*=pure-u],
.pure-g {
    font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
    letter-spacing: 0px;
}

.pure-g.login_box {
    justify-content: center;
}

.pure-g.login_box>p {
    margin-bottom: 5%;
}

body {
    margin: 0;
    top: 0px !important;
    position: relative;
}

body::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -5;
    width: 100%;
    height: 100vh;
    /* background-image: url(../skin/images/body_bg.webp);
    background-size: cover;
    background-position: bottom center; */
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
}

button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: none;
}

#tinymce {
    background: none;
}

#container {
    width: 100%;
    margin: 0 auto;
}

.nodata {
    text-align: center;
    color: #000;
    font-size: 1em;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.nodata span {
    padding: 5em;
    width: 100%;
}

main {
    overflow: hidden;
    position: relative;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    margin: 0px;
    padding: 0;
    -webkit-animation: slowtop 0.6s linear;
    -moz-animation: slowtop 0.6s linear;
    -ms-animation: slowtop 0.6s linear;
    -o-animation: slowtop 0.6s linear;
    animation: slowtop 0.6s linear;
}

main>div {
    width: 100%;
}

.page_detail {
    margin: 5% auto;
    max-width: 1200px;
    width: 90%;
    position: relative;
}

.w1200 {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}


/*header*/

header {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-align-items: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0;
    z-index: 999;
    top: 0;
    -webkit-animation: eimg 0.5s linear;
    -moz-animation: eimg 0.5s linear;
    animation: eimg 0.5s linear;
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    -ms-animation-delay: 0.1s;
    -o-animation-delay: 0.1s;
    animation-delay: 0.1s;
    opacity: 0;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    position: fixed;
    top: 0;
    left: 0;
}

.headerbox {
    width: 100%;
    margin: 0 auto;
    padding: 5px 0 15px 0;
    z-index: 999;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
}

.logo {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: top;
    text-align: center;
    width: 100%;
}

.logo img {
    max-width: 250px;
}

.logo>a {
    font-size: 25px;
    font-weight: 900;
}

.header_else {
    width: 100%;
}

.header_else .w1200 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    align-content: center;
}

.header_elselinkbox {
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
    width: 330px;
    position: absolute;
    z-index: 9999;
}

.header_elselinkbox::before {
    content: "";
    background-color: #f4eff4;
    width: 110%;
    height: 50px;
    top: 0;
    right: -4%;
    display: block;
    position: absolute;
    border-bottom-left-radius: 30px;
    z-index: -1;
    border-bottom-right-radius: 30px;
    border: 2px solid #fff;
    box-shadow: 2px 2px;
    color: #9D78AB;
}

header.header_scroll .header_elselinkbox::before {
    display: none;
}

.header_elselinkbox>div {
    width: auto;
    display: flex;
    justify-content: flex-end;
    align-self: flex-start;
}

.header_elselink {
    margin: 13px 10px 0;
}

.nav_header_elselinkbox {
    display: none;
}

.header_elselink a {
    color: #fff !important;
    padding: 0px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    position: relative;
    width: 22px;
    height: 22px;
    text-align: center;
}

.header_elselink a:hover {
    filter: brightness(0) grayscale(1);
}

.header_elselink a img {
    max-width: 22px;
    max-height: 22px;
    vertical-align: middle;
}


/* header_scroll 開始*/

.ma2_version1,
header {
    background-color: transparent !important;
}

header.header_scroll {
    /* background-color: rgb(255, 255, 255) !important; */
    background-color: #f4eff4!important;
}

header.header_scroll .logo {
    width: auto;
}

header.header_scroll .logo img {
    max-width: 150px;
}

header.header_scroll .hnav .mli>a {
    color: #333 !important;
}

header.header_scroll .hnav .mli>a:hover {
    color: #9d78ab !important;
    transition: 0s;
}


/* header_scroll 結束*/


/*浮動購物車*/

.cart_fixedbox {
    position: fixed;
    right: 0px;
    bottom: 260px;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-startr;
    -o-justify-content: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    z-index: 999;
    padding: 10px 30px 6px 6px;
    background: url(../skin/images/cart_icon.png) no-repeat center;
    background-size: 100%;
    width: 66px;
    height: 103px;
    animation: jump 5s infinite;
}

@keyframes jump {
    0%,
    8% {
        transform: translateY(0)
    }
    5% {
        transform: translateY(-6px)
    }
}

.cart_fixedbox>a {
    color: #000;
    text-align: center;
    width: 100%;
    font-size: 15px;
}

.cart_fixedbox>a>img {}

.cart_fixedbox>a>span {
    position: relative;
    top: -3px;
}

.cart_fixedbox>span {
    position: absolute;
    bottom: 5px;
    left: 41px;
    width: 23px;
    height: 23px;
    text-align: center;
    font-size: 13px;
    line-height: 23px;
    color: #fff;
    font-weight: bolder;
    display: inline-block;
    background-color: #f95d5d;
    border-radius: 50%;
}


/*會員登入*/

.member_login_boxbtn {
    position: absolute;
    top: 30px;
    right: 30px;
    display: inline-block;
    width: 100px;
    height: 50px;
    color: #858585;
    font-size: 18px;
    line-height: 1em;
    font-weight: bolder;
}

.member_login_boxbtn a {
    font-weight: bolder;
    color: #fff;
    font-size: 15px;
    margin: 0 3px;
    background: rgba(255, 255, 255, 0.2);
    display: inline-block;
    width: 100%;
    border-radius: 50px;
    padding: 5px 0;
    margin-top: 5px;
}

.member_login_boxbtn a:hover {
    color: #000;
}


/*產品搜尋*/

.header_elselinkbox .product_search_box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 13px 0 0;
}

.header_elselinkbox .product_search_box span {
    display: block;
}

.product_search_box form {
    height: 23px;
    margin: 0;
}

.product_search_box form>input {
    width: 85px;
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #333;
    font-size: 14px;
    color: #333;
}

.product_search_box form>a,
.product_search_box form>input[type="submit"] {
    background: url(../images/search.png) no-repeat center center;
    background-size: contain;
    width: 25px;
    padding: 0;
    margin: 0;
    border: 0;
    bottom: -4px;
    position: relative;
}


/*產品檢視紀錄*/

.productClickHistory {
    position: fixed;
    top: 50%;
    bottom: 50%;
    right: 0;
    width: auto;
}

.productClickHistory ul {
    background-color: #7b7b7b;
    border: 1px solid #7b7b7b;
}

.productClickHistory li {
    list-style: none;
}

.productClickHistory img {
    width: 100px;
    height: 100px;
}


/*Banner*/

#mul_banner {
    display: block;
}

#normal_banner {
    display: none;
}

.bannerbox {
    width: 100%;
    margin: 0px auto 0;
    -webkit-animation: eimg 0.5s linear;
    -moz-animation: eimg 0.5s linear;
    animation: eimg 0.5s linear;
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    -ms-animation-delay: 0.1s;
    -o-animation-delay: 0.1s;
    animation-delay: 0.1s;
    opacity: 0;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

#banner {
    position: relative;
    overflow: hidden;
    z-index: 99;
}

#banner .img {
    white-space: nowrap;
    position: absolute;
}

#banner .img img {
    vertical-align: top;
}

#banner_control {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    z-index: 100;
}

#banner_control img {
    width: 20px;
}

#banner #banner_control span {
    cursor: pointer;
    padding: 0 3px;
}

#banner #banner_control span img:nth-child(2) {
    display: none;
}

#banner #banner_control span img:nth-child(1) {
    display: inline-block;
}

#banner #banner_control span:active img:nth-child(1),
#banner #banner_control span.now img:nth-child(1) {
    display: none;
}

#banner #banner_control span:active img:nth-child(2),
#banner #banner_control span.now img:nth-child(2) {
    display: inline-block;
}

#mainslider {
    position: relative;
}

.banner_txt {
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, 30%);
    z-index: 99;
    text-align: center;
}

.banner_txt>p {
    font-size: 2.5vw;
    color: #9D78AB;
    font-weight: 900;
    margin-bottom: 1.5vw;
    font-family: "Noto Serif TC";
    text-shadow: 1px 1px #fff;
}

.banner_txtin {
    font-size: 1.5vw;
    color: #9D78AB;
    padding: 0.5vw 3.95vw;
    border: 2px solid #fff;
    border-radius: 44px;
    background-color: #f4eff4;
    box-shadow: 2px 2px;
}

.banner_txtin span {
    display: inline-block;
    line-height: 1.5;
    font-family: "Noto Serif TC";
}


/*Banner End*/


/*menu*/

nav {
    /* border-top: 2px #fff solid; */
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    /* margin-left: 20px; */
}

header .navbox {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    vertical-align: top;
    text-align: center;
    padding: 0;
    justify-content: center;
    width: 100%;
}

header.header_scroll .navbox {
    width: auto;
    margin-top: 60px;
}

header .hnav .mul {
    display: inline-flex;
    justify-content: center;
    width: 100%;
    height: auto;
    /* margin-left: 30px; */
    order: 1;
    /* padding-bottom:10px; */
    white-space: nowrap;
    transition: .5s ease-out 0s;
}

header .hnav .mul>li {
    position: relative;
    padding: 0px;
    margin: 0 0em 0em;
}

header .hnav .mul li a>b {
    display: block;
    vertical-align: top;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: normal;
    /* text-shadow: 1px 1px 1px #00000050; */
}

header .hnav .mul li a>span {
    display: block;
    font-size: 0.85em;
}

.hnav .mli>a {
    padding: 10px 15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    color: #333 !important;
    font-size: 16px;
    letter-spacing: 1px;
    position: relative;
    text-transform: capitalize;
    word-break: normal;
    cursor: pointer;
    vertical-align: top;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    background: #fbedca00;
    transition: 0.3s;
    overflow: hidden;
}

.hnav .mli>a:hover {
    color: #9d78ab !important;
}


/* .hnav .mli>a::after{
    content: '';
    width: 100%;
    height: 1px;
    background-color: #FFF;
    position: absolute;
    bottom: 0;
    left: -100%;
} */


/* .hnav .mli>a:hover::after,
.hnav .mli.has_sub_btn:hover>a::after {
    animation:product_line 0.3s forwards;
} */

@keyframes product_line {
    0% {
        left: -100%;
    }
    100% {
        left: 0%;
    }
}

.hnav .mli .sul {
    position: absolute;
    z-index: 9999;
    width: 100%;
    display: none;
    cursor: pointer;
    left: 0;
    padding: 0;
    background-color: #f1ffab;
}

.hnav .mli:hover .sul {
    display: block;
}

.hnav .sli {
    width: 100%;
}

.hnav .sli a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 7px 10px;
    font-size: 1em;
    color: #fff;
}

.hnav .sli:first-child {
    padding-top: 10px;
}

.hnav .sli:last-child {
    padding-bottom: 10px;
}

.hnav .sli a:hover {
    color: #000;
}

.menu-trigger {
    display: none;
}

.ma2_version1 #google_translate_element,
.ma2_version2 #google_translate_element {
    position: absolute;
    top: 36px;
    right: 140px;
}

.ma2_version1 #language,
.language2 {
    position: relative;
    top: 0px;
    right: -10px;
}

@media screen and (max-width: 768px) {
    .ma2_version1 #google_translate_element,
    .ma2_version2 #google_translate_element {
        position: relative;
        top: 0px;
        right: 0px;
        padding: 10px 0px;
    }
    .ma2_version1 #language,
    .language2 {
        position: relative;
        top: 0px;
        right: 0px;
        padding: 10px 0px;
        width: 100%;
        text-align: center;
        text-align-last: center;
    }
}


/*版型2-start*/

.ma2_version2 .bannerbox {
    margin: 0 auto 0px;
}


/*版型2-end*/


/*版型3-start*/

.ma2_version3 #google_translate_element {
    position: relative;
    right: 20px;
    margin: auto;
}

.ma2_version3 #language {
    position: relative;
    right: 10px;
    margin: auto;
}

@media screen and (max-width: 768px) {
    .ma2_version3 #google_translate_element {
        right: 0px;
        padding: 10px 0px;
    }
    .ma2_version3 #language {
        right: 0px;
        padding: 10px 0px;
        width: 100%;
        text-align: center;
        text-align-last: center;
    }
}

.ma2_version3 .bannerbox {
    /* margin: 74px auto; */
}

.ma2_version3 header nav {
    /* width: calc(75% - 150px); */
    width: 75%;
}

.ma2_version3 header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.ma2_version3 .headerbox {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.ma2_version3 .logo {
    padding: 18px 0 15px 25px;
    width: 240px;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-start;
}

@media screen and (max-width: 500px) {
    .ma2_version3 .logo {
        justify-content: flex-start;
    }
}

.ma2_version3 .logo img {
    width: 100%;
    max-width: 240px;
    max-height: 50px;
    object-fit: contain;
}

.ma2_version3 header .navbox {
    width: calc(100% - 240px);
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
}

.ma2_version3 header .hnav .mul>li {
    margin: 0 0em 0;
}

.ma2_version3 .hnav .mli>a {
    padding: 25px 2em 25px 2em;
    color: #fff;
    font-size: 18px;
    border: 0;
}

.ma2_version3 .hnav .mli>a:hover,
.ma2_version3 .hnav .mli.has_sub_btn:hover>a {
    color: #b5b5b6;
}

.ma2_version3 header .hnav .mul {
    width: calc(100% - 300px);
    order: 0;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ma2_version3 header .hnav .mul2 {
    width: calc(100% - 60px);
}

@media screen and (max-width: 1024px) {
    .ma2_version3 header .hnav .mul2 {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .ma2_version3 header .hnav .mul {
        width: 100%;
    }
}

.ma2_version3 .member_login_boxbtn {
    /* position: relative;

    top: 0px;

    right: 0px; */
    width: 150px;
    height: auto;
    font-size: 18px;
    padding-right: 5px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: calc(95% - 150px);
}

.ma2_version3 .member_login_boxbtn.phone {
    display: none;
}

@media screen and (max-width: 768px) {
    .ma2_version3 header nav {
        width: 100%;
    }
    .ma2_version3 .member_login_boxbtn {
        position: relative;
        top: 0px;
        right: 0px;
        width: 100%;
        height: auto;
        color: #fff;
        background-color: #ccc;
        font-size: 17px;
        line-height: 40px;
        font-weight: normal;
        text-align: center;
        display: block;
        margin: 0px;
        padding: 0px;
    }
    .ma2_version3 .member_login_boxbtn.pc {
        display: none;
    }
    .ma2_version3 .member_login_boxbtn.phone {
        display: block;
    }
}

.ma2_version3 .member_login_boxbtn a {
    font-weight: bolder;
    color: #fff;
    font-size: 15px;
    margin: 0 3px;
    background: rgba(255, 255, 255, 0.2);
    display: inline-block;
    width: 100%;
    border-radius: 50px;
    padding: 5px 0;
    margin-top: 5px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .ma2_version3 .member_login_boxbtn a {
        font-weight: bolder;
        color: #fff;
        font-size: 15px;
        background: rgba(255, 255, 255, 0.2);
        display: inline-block;
        width: 100%;
        border-radius: 0px;
        padding: 0px 0;
        margin-top: 0px;
        margin: 0px;
    }
}

.ma2_version3 .member_login_boxbtn a:hover {
    color: #b5b5b6;
}


/*版型3-end*/


/*top*/

#gotop {
    display: none;
    position: fixed;
    right: 15px;
    bottom: 0;
    cursor: pointer;
    z-index: 9999;
    background-color: #c7b9c0;
    padding: 10px;
    box-sizing: border-box;
    width: 50px;
}

#gotop img {
    width: 58px;
    height: auto;
}


/*more*/

.more a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 42px;
    margin: 50px auto 10px;
    font-size: 16px;
    color: #9d78ab;
    cursor: pointer;
    background: #fff;
    border: 1px solid #9d78ab;
    border-radius: 5px;
    text-decoration: none;
}

.more {
    text-align: right;
    padding: 16px 0;
    width: 100%;
}

.products_bg .more a {
    color: #9d78ab;
}

.more a:hover {
    background: #9d78ab;
    color: #fff;
}


/*back*/

.back {
    text-align: right;
    margin: 16px 0;
    width: 100%;
}

.back a {
    font-weight: bolder;
    font-size: 1.5em;
    letter-spacing: 1px;
    color: #727171;
}

.back a:hover {
    color: #000;
}


/*麵包屑breadcrumb*/

.brandcrumb_box {
    display: none;
}

.brandcrumb li {
    display: inline-block;
    color: #727171;
}

.brandcrumb li a {
    color: #727171;
    font-size: 16px;
}

.brandcrumb li a:hover {
    color: #000;
}


/*內頁標題*/

.title {
    text-align: center;
    font-size: 30px;
    letter-spacing: 1px;
    color: #4b4b4b;
    width: 100%;
}

.title>img {
    max-width: 62px;
    vertical-align: top;
}


/* .title>hr {
    height: 7px;
    background-color: #f8f8f8;
    margin-top: 20px;
    border: none;
} */

.title>.ch_title {
    font-size: 24px;
    font-weight: bold;
    color: #9d78ab;
    text-transform: uppercase;
    letter-spacing: 5px;
    position: relative;
    /* font-family: "Noto Serif TC"; */
    display: inline-block;
    text-align: center;
}

.title>.ch_title.ti_sub:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 20px;
    background: url(../skin/images/title_line.webp)no-repeat;
    background-size: contain;
    margin-right: 15px;
    left: -110%;
    bottom: 6px;
}

.title>.ch_title.ti_sub:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 20px;
    background: url(../skin/images/title_line.webp)no-repeat;
    background-size: contain;
    margin-left: 15px;
    transform: scaleX(-1);
    right: -110%;
    bottom: 6px;
}

.title>.ch_title.ti_icon:before {
    content: '';
    position: absolute;
    right: -100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 72px;
    height: 26px;
    background: url(../skin/images/pro_line.png) no-repeat center;
}

.title>.ch_title.ti_icon:after {
    content: '';
    position: absolute;
    right: -195%;
    top: 33%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 70px;
    height: 56px;
    background: url(../skin/images/proareaIcon.png) no-repeat center;
}

.title>.ch_title.ti_icon>.one {
    position: absolute;
    right: -150%;
    top: 55%;
    margin-top: -19px;
    display: block;
    width: 30px;
    height: 32px;
    background: url(../skin/images/icon-pro-01.png) no-repeat center;
    -webkit-animation: pro 3s infinite ease-in-out both;
    animation: pro 3s infinite ease-in-out both;
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    z-index: 1;
}

.title>.ch_title.ti_icon>.two {
    position: absolute;
    right: -200%;
    top: 34%;
    margin-top: -20px;
    display: block;
    width: 40px;
    height: 28px;
    background: url(../skin/images/icon-pro-02.png) no-repeat center;
    -webkit-animation: proTwo 3s infinite ease-in-out both;
    animation: proTwo 3s infinite ease-in-out both;
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    z-index: 1;
}

@-webkit-keyframes pro {
    0%,
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    30% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg);
    }
    45% {
        -webkit-transform: rotate(-6deg);
        transform: rotate(-6deg);
    }
    60% {
        -webkit-transform: rotate(3.6deg);
        transform: rotate(3.6deg);
    }
    75% {
        -webkit-transform: rotate(-1.2deg);
        transform: rotate(-1.2deg);
    }
}

@keyframes pro {
    0%,
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    30% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg);
    }
    45% {
        -webkit-transform: rotate(-6deg);
        transform: rotate(-6deg);
    }
    60% {
        -webkit-transform: rotate(3.6deg);
        transform: rotate(3.6deg);
    }
    75% {
        -webkit-transform: rotate(-1.2deg);
        transform: rotate(-1.2deg);
    }
}

@-webkit-keyframes proTwo {
    0%,
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    30% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg);
    }
    45% {
        -webkit-transform: rotate(6deg);
        transform: rotate(6deg);
    }
    60% {
        -webkit-transform: rotate(-3.6deg);
        transform: rotate(-3.6deg);
    }
    75% {
        -webkit-transform: rotate(1.2deg);
        transform: rotate(1.2deg);
    }
}

@keyframes proTwo {
    0%,
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    30% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg);
    }
    45% {
        -webkit-transform: rotate(6deg);
        transform: rotate(6deg);
    }
    60% {
        -webkit-transform: rotate(-3.6deg);
        transform: rotate(-3.6deg);
    }
    75% {
        -webkit-transform: rotate(1.2deg);
        transform: rotate(1.2deg);
    }
}

.title>.ch_title span {
    color: #9d78ab;
    font-weight: 900;
    font-size: 1.6em;
    /* font-family: "Noto Serif TC"; */
}

.title>.ch_title img {
    width: 75px;
    margin-right: 20px;
}

.title>.ch_title img.ch_titleimg2 {
    transform: rotate(180deg);
    width: 75px;
    margin-left: 20px;
}

.title>.en_title {
    line-height: 15px;
    font-size: 55px;
    font-style: italic;
    font-weight: 600;
    color: #fbedca;
    padding: 15px;
}

@media screen and (max-width: 768px) {
    .title {
        text-align: center;
    }
    .iitem_box {
        padding: 20% 0;
    }
    .title>span.ch_title::after {
        transform: skewX(-15deg) translate(-55%, -50%);
    }
    /* .title>span.ch_title::before {
        transform: skewX(-15deg) translate(-50%, -35%);
    } */
    .title>.en_title {
        font-size: 40px;
        line-height: 5px;
    }
}

@media screen and (max-width: 400px) {
    .title>.en_title {
        font-size: 36px;
        line-height: 5px;
    }
}


/* 彈跳視窗 */

.light_boxbg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000000c2;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.light_close {
    position: fixed;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.light_close>span {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #ffffff50;
    position: relative;
    transition: 0.3s;
}

.light_close:hover>span {
    background-color: #decdd5;
    transition: 0.3s;
}

.light_close>span::before {
    content: '';
    width: 1px;
    height: calc(100% - 10px);
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.light_close>span::after {
    content: '';
    width: 1px;
    height: calc(100% - 10px);
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.light_close:hover>span::before,
.light_close:hover>span::after {
    background-color: #9d78ab;
}

.light_box {
    max-width: 900px;
    margin: 0 auto;
    width: 90%;
}

.light_box.owl-theme .owl-nav [class*=owl-] {
    color: #FFF !important;
    font-size: 24px !important;
}

.light_box.owl-theme .owl-dots .owl-dot span {
    background: #decdd5;
}

.light_box.owl-theme .owl-dots .owl-dot.active span,
.light_box.owl-theme .owl-dots .owl-dot:hover span {
    background: #9d78ab;
}

.light_box.owl-carousel .owl-item img {
    height: 70vh;
    object-fit: contain;
}

@media screen and (max-width: 450px) {
    .light_close {
        top: 10px;
        right: 10px;
    }
    .light_close>span {
        width: 30px;
        height: 30px;
    }
}


/*按鈕*/

.member_button {
    background: #4b4b4b;
    color: #fff;
    width: 300px;
    margin: 1em auto;
    text-decoration: none;
    font-size: 1.5em;
    line-height: 1em;
    display: block;
    padding: 0.5em;
    border: none;
}

.member_button:hover {
    background: #9d78ab;
    color: #fff;
}

a.btn {
    background: #4b4b4b;
    color: #fff;
    width: 300px;
    margin: 1em auto;
    text-decoration: none;
    font-size: 1.5em;
    font-family: '微軟正黑體';
    text-align: center;
    display: block;
    line-height: 2em;
}

a.btn:hover {
    background: #9d78ab;
}

a.btn_fb {
    background: #1d438e;
    color: #fff;
    width: 300px;
    margin: 1em auto;
    text-decoration: none;
    font-size: 1.5em;
    display: block;
    line-height: 2em;
}

a.btn_fb:hover {
    background: #13213b;
}


/*footer*/

footer {
    position: relative;
    /* overflow: hidden; */
    width: 100%;
    background-color: #4b4b4b;
    background: url(../skin/images/bg_foot.webp) no-repeat center center!important;
    background-size: 100% 100%!important;
    padding: 50px 0 0px 0!important;
}

footer::before {
    content: "";
    width: 294px;
    height: 24px;
    background: url(../skin/images/foot_line.png)no-repeat center;
    background-size: contain;
    position: absolute;
    left: calc(50% - 147px);
    top: -11px;
    display: inline-block;
}

.footer_box,
.foot_main {
    width: 100%;
}

.foot_main {
    padding: 32px 70px 15px;
}

.foot_main_in,
.foot_top,
.foot_bottom {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.foot_top {
    padding: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.foot_top_left {
    width: calc(100% - 180px);
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.foot_top_right {
    width: 100%;
    text-align: right;
}

.foot_top_right a {
    margin-left: 6px;
    width: 50px;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.foot_top_right a img {
    width: 50px;
    vertical-align: middle;
}

.foot_top_right a:hover img {
    -webkit-animation: tada 1s;
    -moz-animation: tada 1s;
    -ms-animation: tada 1s;
    -o-animation: tada 1s;
    animation: tada 1s;
}

a.foot_link_icon:nth-child(1) {
    display: none;
    position: fixed;
    right: 18px;
    bottom: 200px;
    cursor: pointer;
    z-index: 9999;
    width: 50px;
    background-color: #4FB5E8;
    padding: 10px;
    border-radius: 50%;
}

a.foot_link_icon:nth-child(3) {
    display: none;
    position: fixed;
    right: 18px;
    bottom: 80px;
    cursor: pointer;
    z-index: 9999;
    width: 50px;
    background-color: #C97DB2;
    padding: 10px;
    border-radius: 50%;
}

a.foot_link_icon:nth-child(2) {
    display: none;
    position: fixed;
    right: 18px;
    bottom: 140px;
    cursor: pointer;
    z-index: 9999;
    width: 50px;
    background-color: #90C548;
    padding: 10px;
    border-radius: 50%;
}

a.foot_link_icon:hover {
    -webkit-animation: tada 1s;
    -moz-animation: tada 1s;
    -ms-animation: tada 1s;
    -o-animation: tada 1s;
    animation: tada 1s;
}

.foot_logo {
    width: 100%;
}

.foot_logo img {
    max-width: 245px;
}

.foot_nav {
    width: 100%;
    padding: 18px 0;
}

.foot_nav .foot_mul {
    width: calc(100% - 180px);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.foot_nav .foot_mul .foot_mli {
    padding: 0 10px 0 0;
    position: relative;
    margin-right: 10px;
}

.foot_nav .foot_mul .foot_mli::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 18px;
    background-color: #000;
    top: 3px;
    right: -8px;
    position: relative;
}

.foot_nav .foot_mul .foot_mli a {
    color: #9d9e9e;
    font-size: 16px;
}

.foot_nav .foot_mul .foot_mli a b {
    font-weight: 600;
    white-space: nowrap;
}

.foot_nav .foot_mul .foot_mli a:hover {
    color: #fff;
}

.foot_nav .foot_mul .foot_mli .foot_sul {
    position: absolute;
    z-index: 9999;
    width: auto;
    display: none;
    cursor: pointer;
    left: 0;
    padding: 5px 0;
    background-color: #fff;
}

.foot_nav .foot_mul .foot_mli:hover .foot_sul {
    display: block;
}

.foot_nav .foot_mul .foot_mli .foot_sul .foot_sli {
    width: 100%;
}

.foot_nav .foot_mul .foot_mli .foot_sul .foot_sli a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0px 5px;
    font-size: 14px;
    color: #fff;
}

.foot_nav .foot_mul .foot_mli .foot_sul .foot_sli a:hover {
    color: #000;
}

.foot_bottom .foot_cont {
    width: 100%;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #9d9e9e;
    font-size: 17px;
    padding: 0;
}

.foot_bottom .foot_cont .foot_cont_in {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.foot_cont_in>div {
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.foot_cont_in>div.foot_nav {
    padding: 7px 0 10px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: flex-start;
    position: absolute;
    margin-top: -25px;
}

.foot_txt>div {
    width: 100%;
    display: block;
    font-size: 16px;
    line-height: 1.8em;
    font-weight: 600;
}

.foot_txt>div>span {
    margin-right: 1em;
}

.copy {
    width: 100%;
    color: #9d9e9e;
    text-align: center;
    font-size: 13px;
    letter-spacing: 1px;
    padding: 10px 0px;
    background: #9d78ab;
    text-align: center;
}

.copy a {
    color: #fff;
}

.copy address {
    font-style: normal;
    line-height: 1.8;
    text-align: center;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.68);
}

.copy address span a {
    color: rgba(255, 255, 255, 0.68)!important;
}

address {
    margin-bottom: 0px;
}

.foot_counter {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

@media screen and (max-width: 768px) {
    .foot_txt>div {
        width: 100% !important;
    }
}


/*頁碼*/

.page {
    width: 100%;
    padding: 10px 0;
    clear: both;
    text-align: center;
    background: none;
    box-shadow: none;
    margin: 0;
}

.page ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.page ul li {
    display: inline-block;
    padding: 0 6px;
}

.page ul li a {
    width: 38px;
    height: 38px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #f4eff4;
    color: #9d78ab;
    font-size: 18px;
    margin: 0 0.1em;
    border: 1px solid #f4eff4;
    border-radius: 5px;
    transition: all 0.2s ease-in-out;
    border-radius: 50%;
}

.page ul li a strong {
    width: 38px;
    height: 38px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #9d78ab;
    color: #f4eff4;
    font-size: 18px;
    margin: 0.1em;
    border: 1px solid #9d78ab;
    border-radius: 5px;
    transition: all 0.2s ease-in-out;
    border-radius: 50%;
}

.page ul li a:hover,
.page ul li a strong:hover {
    color: #f4eff4;
    background: #9d78ab;
}

.page ul li.page_arrow a {
    border: 1px solid #d0d0d0;
}

.page ul li.page_arrow a i {
    font-weight: bolder;
}


/*iitem_box*/

.iitem_box {
    padding: 10% 0;
    overflow: hidden;
    width: 100%;
    margin: 5% auto 0px;
    background-color: #ededed;
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
}

.iitem_container {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 3% auto 0;
    max-width: 1000px;
}

.iitem_container .icon {
    width: 25%;
    text-align: center;
    line-height: 45px;
    font-size: 16px;
}

.iitem_container .icon:nth-child(1) span {
    background-color: #EEF5E6;
}

.iitem_container .icon:nth-child(2) span {
    background-color: #FBE098;
}

.iitem_container .icon:nth-child(3) span {
    background-color: #E6D8DE;
}

.iitem_container .icon:nth-child(4) span {
    background-color: #DBEFF8;
}

.iitem_container .icon a:hover {
    color: #9d78ab;
}

.iitem_container .icon img {
    max-width: 40px;
    max-height: 40px;
    vertical-align: middle;
    position: relative;
    bottom: -30px;
    z-index: 5;
}

.iitem_container .icon span {
    border-radius: 50%;
    width: 140px;
    height: 140px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: #ddd 0 5px 5px;
    position: relative;
    overflow: hidden;
    font-weight: bold;
    font-size: 18px;
    padding-top: 15px;
}

.iitem_container .icon span::before {
    content: "";
    background-color: #fff;
    width: 130px;
    height: 45px;
    display: flex;
    position: absolute;
    top: 0px;
}

.iitem_container .icon span::after {
    content: "";
    background-color: #A87A95;
    width: 30px;
    height: 3px;
    display: flex;
    position: absolute;
    bottom: 45px;
    border-radius: 5px;
    transition: 0.3s;
}

.iitem_container .icon a:hover span::after {
    width: 70px;
    background-color: #9d78ab;
}

.iitem_container .icon a:hover span,
.iitem_container .icon a:hover img {
    animation: proTwo 3s infinite ease-in-out both;
}


/*news*/

.inews_box {
    padding: 0 auto;
    overflow: hidden;
    width: 90%;
    margin: 5% auto 0px;
    max-width: 1366px;
}

.inews {
    text-align: center;
}

.inews_main_out {
    margin: 0 auto;
    width: 100%;
    padding: 0;
    text-align: left;
    /* overflow: hidden; */
}

.inews_mainbox {
    padding: 0;
    width: 100%;
    margin: 30px auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: center;
    flex-wrap: wrap;
}

.inews_main {
    margin: 0 1%;
    width: 23%;
    position: relative;
}

.inews_main a {
    color: #000000;
    font-size: 16px;
    font-weight: bolder;
    line-height: 1.6em;
    padding: 0;
    display: inline-block;
    width: 100%;
}

.inews_main:hover .inews_top .inews_pic img {
    transform: scale(1.2);
    filter: brightness(0.5);
    transition: 0.3s;
}

.inews_main a:hover,
.inews_main a:hover .inews_bottom .name {
    color: #9d78ab;
}

.inews_main:first-child a {}

.inews_top {
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
}

.inews_bottom {
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
}

.inews_top .inews_pic {
    width: 100%;
}

.inews_showbox {
    position: relative;
    height: 100%;
    overflow: hidden;
    box-shadow: 0 0 3px #c7b9c0;
    border: 1px solid #c7b9c0;
}

.inews_top .inews_pic img {
    width: 100%;
    min-height: 100%;
    object-fit: cover;
    max-width: none;
    transition: 0.3s;
    position: relative;
    z-index: 0;
    top: 0;
    height: 300px;
}

.inews_showbox::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #decdd5;
    position: absolute;
    bottom: -10px;
    right: -10px;
    z-index: -1;
}

.inews_showbox::after {
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid #9d78ab;
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: -1;
}

.inews_showbox::after,
.inews_showbox::before {
    display: none;
}

.news_link {
    background-color: #9d78ab;
    color: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 20px;
    display: none;
    transition: 0.3s;
}

.inews_main:hover .news_link {
    display: inline-block;
    transition: 0.3s;
}

.inews_bottom>div {
    width: 100%;
}

.inews_main .date {
    font-size: 14px;
    letter-spacing: -0.05rem;
    width: 100%;
    text-align: right;
    vertical-align: top;
    color: #9d78ab;
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    align-content: center;
    flex-wrap: wrap;
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 5px;
    line-height: 1;
}

.inews_main .date b {
    font-size: 35px;
    font-weight: 600;
    font-family: "Noto Sans TC"!important;
}

.inews_main .date span {
    font-size: 14px;
    font-weight: 500;
    display: block;
    letter-spacing: 0.02rem;
    width: 100%;
    text-align: left;
    font-family: "Noto Sans TC"!important;
    margin-top: 10px;
}

.inews_main .date img {
    width: 15px;
    margin-right: 5px;
}

.inews_main .name {
    width: 100%;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-inline-box;
    overflow: hidden;
    line-height: 1.4;
    height: 28px;
    vertical-align: top;
    letter-spacing: 1px;
    font-size: 18px;
    color: #393738;
    word-break: break-all;
    font-weight: 500;
}

.inews_bottom .txt {
    width: 100%;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    margin-bottom: 0px;
    height: calc(4.5em);
    font-size: 14px;
    line-height: 1.5em;
    word-break: break-all;
    color: #666;
    font-weight: normal;
    margin-top: 0px;
}


/*product*/


/*首頁產品*/

.products_home {
    background-color: #f5f6f8;
    display: flex;
    flex-wrap: wrap;
    padding: 10% 7%;
    background-image: url(../images/bg3.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: auto;
}

.products_home .leftBox {
    width: 70%;
}

.products_home .pro_homeimg {
    width: 100%;
}

.products_home .pro_homeimg img {
    width: 100%;
}

.products_homelistpro .rightBox {
    width: 30%;
    right: 0;
    max-width: 400px;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    padding-bottom: 30px;
}

.products_homelistpro .rightBox .titleBox {
    text-align: left;
    position: relative;
    right: 0;
}

.titleBox.titleStyle1 .entitle {
    color: #9d78ab;
    display: inline-block;
    font-family: "Cormorant", "Noto Sans TC", sans-serif;
    font-size: 90px;
    font-style: initial;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.titleBox.titleStyle1 .title {
    color: #9d78ab;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 4px;
    margin-bottom: 0;
}


/*首頁產品分類*/

.products_homelistpro {
    width: 100%;
    padding: 100px 0;
    background-color: #f5f6f8;
    display: flex;
    flex-wrap: wrap;
    padding: 10% 7%;
    background-image: url(../images/bg3.png);
    background-image: url(../images/bg3.svg);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 25%;
}

.products_homelistpro .listpro_imgbox {
    width: 95%;
    max-width: 1200px;
    display: flex;
    justify-content: space-around;
    align-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
}

.listpro_imgbox .listpro_imgbox_item {
    width: 30%;
}

.listpro_imgbox .listpro_imgbox_item .showbox {
    border: 1px solid #decdd5;
}

.listpro_imgbox .listpro_imgbox_item .listpro_imgbox_item-title {
    font-weight: bold;
    font-size: 17px;
    line-height: 2;
}


/*首頁相簿產品*/

.grid_products {
    width: 100%;
    max-width: 1200px;
    margin: 50px auto;
}

.grid_products>.listbox {
    display: grid;
    grid-template-rows: 360px 360px;
    grid-template-columns: 50% 25% 25%;
}

.grid_products>.listbox .list {
    box-shadow: 0 0 3px #f4eff4;
    margin: 10px;
    position: relative;
    overflow: hidden;
}

.grid_products>.listbox .list>.pro_name {
    position: absolute;
    display: inline-block;
    bottom: -100%;
    right: 0;
    background-color: #f4eff4;
    color: #9d78ab;
    font-size: 16px;
    padding: 3px 8px;
    text-align: center;
    transition: all .3s;
    border-top-left-radius: 5px;
}

.grid_products>.listbox .list:nth-child(1)>.pro_name {
    background-color: rgba(255, 255, 255, 0.68);
    width: 100%;
    bottom: 0;
    height: 10%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 26px;
    letter-spacing: 2px;
}

.grid_products>.listbox .list:hover:nth-child(1)>.pro_name {
    background-color: rgba(255, 255, 255, 0.9);
}

.grid_products>.listbox .list:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    filter: brightness(0.5);
    transition: all .3s;
}

.grid_products>.listbox .list:hover>.pro_name {
    bottom: 0;
}

.grid_products>.listbox .list:nth-child(1) {
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column-start: 1;
    grid-column-end: 2;
}

.grid_products>.listbox .list:nth-child(2) {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
}

.grid_products>.listbox .list:nth-child(3) {
    grid-row: 1 / 2;
    grid-column: 3 / 4;
}

.grid_products>.listbox .list:nth-child(4) {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
}

.grid_products>.listbox .list:nth-child(5) {
    grid-row: 2 / 3;
    grid-column: 3 / 4;
}

.grid_products>.listbox .list:nth-child(6) {
    display: none;
}

.grid_products>.listbox .list img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/**/

.products_bg {}

.iproduct_box {
    padding: 0;
    width: 90%;
    margin: 5% auto;
    max-width: 1366px;
}

.iproduct {
    width: 100%;
    padding: 30px 0 0 0;
}

.ipbox {
    margin: 0px auto;
    padding: 0px;
    text-align: left;
}

.ipbox_top {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ipbox_center {
    width: 100%;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
}

.iproduct .ipbox .listbox {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: space-between;
    -ms-align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    position: relative;
}

.iproduct .ipbox .listbox .list {
    width: 30%;
    position: relative;
    margin: 0;
    color: #666;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    margin-bottom: 2.5%;
}

.iproduct .ipbox .listbox .list:nth-child(even) {
    flex-direction: row-reverse;
}

.iproduct .ipbox .listbox .list:last-child {
    margin-bottom: 0;
}


/*
.iproduct .ipbox .listbox .list:not(:nth-child(4n)) {
    margin-right: 6.66%;
} */

.iproduct .ipbox .listbox .list:hover {
    color: #000;
}

.iproduct .listbox a.list:hover .showbox {
    position: relative;
}

.iproduct .listbox a.list:hover .showbox::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
}

.iproduct .listbox a.list:hover .showbox img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    filter: brightness(0.5);
    /* opacity: 0.3; */
}

.test2 {
    display: block;
    opacity: 1;
    width: 100%;
    object-fit: cover;
    height: 100%;
    margin: 0 auto;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.homepro .showbox_index {
    width: 100%;
    position: relative;
    overflow: hidden;
}


/* .homepro .showbox_index::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #decdd5;
    position: absolute;
    bottom: -10px;
    right: -10px;
    z-index: -1;
}

.homepro .showbox_index::after {
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid #decdd5;
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: -1;
} */

.homepro .showbox_index .showbox {
    width: 100%;
    position: relative;
    display: block;
    max-width: 100%;
    top: 0;
    left: 0;
    height: 100%;
}

.homepro .showbox_index .showbox::before {
    content: "Hot";
    display: inline-block;
    margin: 0px;
    padding: 0px;
    background: url(../skin/images/icon_flag03.png)no-repeat center/auto 100%;
    width: 25px;
    height: 32px;
    line-height: 28px;
    top: 0px;
    right: 0px;
    position: absolute;
    color: #ffffff;
    font-size: 12px;
    z-index: 1;
    text-align: center;
}

.showbox {
    /* display: block; */
    padding: 4px;
    /* box-shadow: 3px 3px 12px gray; */
    /* margin-bottom: 20px; */
    /* line-height: 1.428571429; */
    background-color: #fff;
    /* -webkit-transition: all .2s ease-in-out; */
    /* transition: all .2s ease-in-out; */
    /* background: 1px #A09FA0; */
    /* width: 48%; */
    position: relative;
    padding: 0px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.showbox_more {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column;
    border-radius: 50%;
    font-size: 12px;
    color: #9d78ab;
    border: 1px solid #9d78ab;
    transition: 0.3s;
}

.showbox_more span:nth-child(1) {
    font-size: 30px;
}

.iproduct .listbox a.list:hover .showbox .showbox_more {
    transform: translate(-50%, -50%) scale(1);
    transition: 0.3s;
}

.ipbox_con {
    width: 100%;
    text-align: center;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #9d78ab !important;
}

.iproduct .listbox .list .pro_name {
    padding: 10px 0 0 0;
    display: block;
    line-height: 2em;
    min-height: 1em;
    width: 100%;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    word-break: break-all;
    font-size: 16px;
    color: #333;
    position: relative;
}

.iproduct .listbox .list .pro_price {
    font-weight: bold;
}

.homepro .pro_con {
    margin-top: 5% !important;
}

.iproduct .listbox .list .pro_con {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    word-break: break-all;
    line-height: 1.8;
}

.ipbox_center .more {
    margin: 0px 0px 28px;
}

.ipbox_more {
    background-color: #decdd5;
    padding: 6px 80px;
    border-radius: 3px;
    display: inline-block;
    min-width: 150px;
    margin-top: 30px;
    border: 1px solid #decdd5;
    transition: 0.3s;
}

.iproduct .ipbox .listbox .list:hover .ipbox_more {
    background-color: #FFF;
    color: #83797d;
    transition: 0.3s;
}


/*about 舊的樣式*/

.iabout_box {
    padding: 0;
    overflow: hidden;
    width: 100%;
    margin: 40px 0 0px;
}

.iabout_box .title {
    width: 83.2%;
    margin: 0 auto;
}

.iabout {
    background-color: #fff;
    width: 100%;
    padding: 0px 0;
    /* margin: 25px 0 15px; */
}

.iabout .iaboutmain {
    width: 83.2%;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.iabout .iaboutmain .about_left {
    width: 30%;
    padding-left: 4.6%;
}

.iabout .iaboutmain .about_right {
    width: 70%;
    color: #d9dada;
    padding: 0 8% 0 10%;
    font-size: 17px;
    line-height: 1.8em;
}

.iabout .iaboutmain .about_right h2 {
    color: #fff;
    letter-spacing: 1px;
}


/* .iabout .iaboutmain .more a{















	color: #fff;















}















.iabout .iaboutmain .more a:hover{















	color: #D9DADA;















} */


/*川流樣式about的首頁*/


/*















.about-wrapper{















	width: 100%;















	display: flex;















	flex-wrap: wrap;















	justify-content: flex-start;















	align-content: flex-start;















	align-items: flex-start;















	margin-bottom: 50px;















	margin-top: 50px;















}















































.about-wrapper .about-pic{















	width: 100%;































}















.about-wrapper .about-pic02{















	width: 50%;















	padding: 40px;































}































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















	.about-wrapper .about-pic02{















	width: 100%;















	padding: 20px;































}































































}















































.about-wrapper .about-text{















	width: 50%;















}















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















	.about-wrapper .about-text{















	width: 90%;















	margin: 0 auto;















}















































}















































.about-wrapper .about-text>b{















	font-size: 35px;















	letter-spacing: 1px;















	text-shadow:2px 6px 6px rgba(0,0,0,0.3);















	color: #3E3A39;















	margin-top: 30px;















	display: block;















}















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















	.about-wrapper .about-text>b{















	font-size: 26px;















	letter-spacing: 0px;















	text-shadow:2px 6px 6px rgba(0,0,0,0.3);















	color: #3E3A39;















	margin-top: 30px;















	display: block;















}















































}































.about-wrapper .about-text>span{















	font-size: 30px;















	font-style: normal;















	letter-spacing: 3px;















	color: #E9A514;















	margin-top: 10px;















	display: block;















}































.about-wrapper .about-text>span>i{















	font-size: 30px;















	font-style: normal;















	letter-spacing: 0px;















	color: #f95b03;















	font-weight: 600;















	margin-top: 10px;































}































.about-wrapper .about-text .about-img{















	width: 350px;















	margin-top: 30px;















}















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















	.about-wrapper .about-text .about-img{















	width: 80%;















	margin-top: 30px;















}















































}































.about-wrapper .about-text .about-img>img{















	width:100%;















	display: block;































}































.about-wrapper .about-text .about-text-title{















	width: 95%;































}















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































.about-wrapper .about-text .about-text-title{















	width: 100%;































}































}















































.about-wrapper .about-text .title-01{















	width: 80%;















	font-size: 25px;















	margin-top: 40px;















	padding-bottom: 10px;















	color: #f95b03;















	border-bottom: 1px solid #ccc;















	font-weight: 600;















}































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















	.about-wrapper .about-text .title-01{















	width: 100%;















	font-size: 25px;















	margin-top: 40px;















	padding-bottom: 10px;















	color: #f95b03;















	border-bottom: 1px solid #ccc;















	font-weight: 600;















}































































}















































.about-wrapper .about-text .text-02{















	width: 90%;















	font-size: 16px;















	line-height: 25px;















	margin-top: 20px;















	padding-bottom: 10px;































}















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















	.about-wrapper .about-text .text-02{















	width: 100%;















	font-size: 15px;















	line-height: 24px;















	margin-top: 20px;















	padding-bottom: 10px;































}















































}















































.about-wrapper .sec03{















	width: 80%;















	margin: 0 auto;















}















.about-wrapper .sec03 .work>img{















	width: 60px;















	display: block;















	padding-right: 10px;















}































.about-wrapper .sec03 .work{















	margin-top: 70px;















	width: 100%;















	display: flex;















	flex-wrap: wrap;















	justify-content: center;















	align-items: center;















	font-size: 35px;















	font-weight: 600;















	color: #E9A514;















	text-shadow:2px 6px 6px rgba(0,0,0,0.3);































}































































.about-wrapper .sec03 .work02{















	line-height: 30px;















	width: 50%;















	font-size: 20px;















	font-weight: 600;















	margin: 40px auto;















	text-align: center;















	color: #6d6d6c;































}















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















	.about-wrapper .sec03 .work02{















	width: 80%;















}















}































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















	.about-wrapper .sec03 .work02{















	line-height: 30px;















	width: 100%;















	font-size: 17px;















	font-weight: 600;















	margin: 40px auto;















	text-align: center;















	color: #6d6d6c;















}















}































*/


/* 影片RWD */


/*@media screen and (max-width: 1920px) {















 iframe{















  width: 80%;















  height: 314px















 }































}































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















 iframe{















  width: 60%;















  height: 314px















 }































}















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















 iframe{















  width: 100%;















  height: 314px;















 }































}*/


/**/

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    10%,
    20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    10%,
    20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}

@-webkit-keyframes eimg {
    from {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
        opacity: 0;
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes eimg {
    from {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
        opacity: 0;
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes slowtop {
    from {
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
        opacity: 0;
    }
    to {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
}

@keyframes slowtop {
    from {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
        opacity: 0;
    }
    to {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
}

@-webkit-keyframes breath {
    50% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
    }
}

@keyframes breath {
    50% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
    }
}

.arrow-right {
    width: 20px;
    display: flex;
    margin-left: 10px;
    cursor: pointer;
}

.arrow-left {
    width: 20px;
    margin-left: 33px;
    cursor: pointer;
}

header .hnav .mul li a b:hover {}

.ma2_version3 .navbar {
    z-index: 1000;
    height: 71px;
}

.navbar__inner {
    padding: 22px 0 22px 25px;
    width: 240px;
    display: inline-flex;
    -webkit-box-pack: end;
    justify-content: flex-start;
}

.navbar__title {
    align-self: center;
    margin-left: 50px;
}

.navbar__sub-title {
    color: #fc477a;
    font-size: 16px;
    font-weight: 600;
}

.recommend_text {
    font-size: 17px;
    font-weight: bolder;
    color: #ffffff;
}

.recommend_title {
    text-align: left;
    padding: 5px 20px;
    background-color: #000000;
}

.recommend {
    background: #000000;
    border-top: 1px solid #666;
    padding: 20px;
}

.recommend2 {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    text-align: left;
    font-family: '微軟正黑體';
}

.recommend_href {
    text-decoration: none;
    padding: 0px;
    margin-right: 5px;
    font-size: 15px;
    color: #ffffff !important;
}

.recommend_href:hover {
    transition: .5s;
    color: #f95b03 !important;
}

@media screen and (max-width: 920px) {
    nav {
        margin-left: -5px;
    }
}

@media screen and (max-width: 860px) {
    #banner_control {
        bottom: 0%;
    }
    #banner_control img {
        width: 14px;
    }
    .catalog-heading {
        width: 100%;
    }
    .catalog-contents {
        width: 100%;
    }
    header .hnav .mul {
        display: -webkit-inline-flex;
        display: -moz-inline-flex;
        display: -ms-inline-flex;
        display: -o-inline-flex;
        display: inline-flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: flex-start;
        -ms-align-items: flex-start;
        align-items: flex-start;
        margin: 0;
        order: 1;
        padding-bottom: 10 10px;
        overflow-y: inherit;
        height: auto;
    }
    .arrow-right {
        display: none !important;
    }
    .arrow-left {
        display: none !important;
    }
    .arrow_left {
        display: none !important;
    }
    nav {
        width: 100%;
        margin-left: 0px;
    }
    header .hnav .mul {
        transform: translateX(0%) !important;
    }
    .ma2_version3 header .hnav .mul {
        transform: translateX(0%) !important;
    }
    .navbar__title {
        align-self: center;
        margin-left: 20px;
    }
    /* .ma2_version3 header:nth-child(2){



        display:none;



    } */
    .ma2_version2 .navbar {
        position: fixed !important;
    }
    .ma2_version3 .navbar {
        position: fixed !important;
    }
}

@media screen and (max-width: 670px) {
    .ma2_version2 .navbar {
        display: block;
    }
    .ma2_version3 .navbar {
        display: block;
    }
    .navbar__sub-title {
        font-size: 14px;
    }
    .navbar__inner {
        padding: 10px 0 4px 25px;
    }
}


/*相簿*/

.bg_album {
    width: 80%;
    max-width: 1024px;
    margin: 50px auto;
}

.bg_album>a>.more_btn {
    padding: 0 10px;
    text-align: right;
    font-weight: bolder;
    font-size: 1.5em;
    letter-spacing: 1px;
    color: #727171;
}

.bg_album>.text_20 {
    padding: 0 10px;
}

@media screen and (max-width: 1024px) {
    .bg_album {
        width: 95%;
    }
}

.album {
    display: flex;
    justify-content: center;
}

.album_box {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 300px;
    padding: 10px;
    background: #ffffff;
    overflow: hidden;
    transition: ease-in-out 0.3s;
    z-index: 100;
}

.album_box>div {
    position: absolute;
    width: 280px;
    height: 280px;
    padding: 10px;
    top: 10px;
    left: 10px;
    background-color: #000000;
    opacity: 0;
    overflow: hidden;
    transition: ease-in-out 0.4s;
}

.album_box::before {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    padding: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #000000;
    opacity: 0;
    overflow: hidden;
    transition: ease-in-out 0.4s;
}

.album_box h1 {
    position: absolute;
    padding: 0 20px;
    color: #ffffff;
    font-size: 18px;
    font-weight: bolder;
    opacity: 0;
    transition: .3s;
}

.album_box>span {
    position: absolute;
    padding: 0 20px;
    color: #ffffff;
    font-weight: bolder;
}

.album_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: ease-in-out 0.4s;
    overflow: hidden;
}

.album_box:hover {
    background: #ecf0f4;
    z-index: 101;
}

.album_box:hover img {
    width: 102%;
    height: 102%;
}

.album_box:hover>div {
    opacity: 0.5;
}

.album_box:hover::before {
    opacity: 0.5;
}

.album_box:hover h1 {
    opacity: 1;
}

@media screen and (max-width: 1024px) {
    .album_box {
        width: 240px;
        height: 240px;
    }
    .album_box>div {
        width: 220px;
        height: 225px;
        padding: 0px;
        top: 8px;
        left: 10px;
    }
}

@media screen and (max-width: 700px) {
    .album {
        flex-wrap: wrap;
    }
    .album_box {
        width: 300px;
        height: 300px;
        padding: 10px;
    }
    .album_box>div {
        width: 280px;
        height: 280px;
        padding: 10px;
        top: 10px;
        left: 10px;
    }
}


/* album list */

.album_menu {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    transition: ease-in-out 0.5s;
}

.album_menu li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 10px;
}

.album_menu li a {
    display: inline-block;
    padding: 10px 5px 0 5px;
    font-size: 15px;
    font-weight: bolder;
    line-height: 10px;
    color: #f39246;
    background: transparent;
    transition: ease-in-out 0.5s;
}

.album_line>hr {
    height: 2px;
    width: 0%;
    margin: 10px 0 0 0;
    border-width: 0px;
    border-bottom: 2px solid #f39246;
    transition: ease-in-out 0.5s;
}

.album_menu li:hover .album_line>hr {
    width: 100%;
}

.album_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 1024px;
    margin: 10px auto;
    padding: 0 20px;
}


/* album detail */

.album_detail_flex {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    margin-top: -20px;
}

.album_detail_box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 190px;
    height: 190px;
    margin: 4px;
    overflow: hidden;
}

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

.bg_album>.title {
    margin: 0 auto;
    padding: 0 0 20px 10px;
    text-align: center;
}

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

@media screen and (max-width: 500px) {
    .album_menu {
        flex-direction: column;
        width: 80%;
        margin: 0 auto;
    }
    .album_detail_box {
        width: 170px;
        height: 170px;
    }
}

.aside_flex {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    align-content: center;
    flex-wrap: wrap;
    width: 100%;
}

.aside_rightbox {
    /* width: calc(100% - 225px);
    padding: 0px 0 0 6.8%; */
    width: 100%;
    padding: 0;
    margin: 0 auto;
    max-width: 1200px;
}

.aside_centerbox {
    width: 100%;
    padding: 0px;
}

.ipbox_left {
    margin-bottom: 20px;
    width: 225px;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: none;
}

.ipbox_left>div {
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.ipbox_left>div>div,
.ipbox_left>div>ul {
    width: 100%;
}

.ipbox_list {
    display: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.ipbox_left .ititle>div {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 40px;
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    background-color: #9d78ab;
    border-radius: 3px;
}

.ipbox_left .ititle>div b {
    font-size: 26px;
}

.ipbox_left #ipul {
    padding: 17px 0;
    overflow: hidden;
    width: 100%;
}

.ipbox_left #ipul>li {
    padding: 0px 10px;
    width: 100%;
    position: relative;
}


/* .ipbox_left #ipul>li::after{
    content: '';
    width: 100%;
    height: 1px;
    background-color:#FEDEE1 ;
    position: absolute;
    bottom: 0;
    left:-100%;
}
.ipbox_left #ipul>li:hover::after{
    animation:product_line 0.3s forwards;
} */

@keyframes product_line {
    0% {
        left: -100%;
    }
    100% {
        left: 0%;
    }
}

.ipbox_left #ipul li>a {
    color: #4a4a4a;
    font-size: 16px;
    padding: 11px 0;
    letter-spacing: 1px;
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    align-content: center;
    /* display: inline-block;
    position: relative;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; */
    cursor: pointer;
}

.ipbox_left #ipul li>a img {
    width: 15px;
    height: 15px;
    object-fit: contain;
    margin-right: 5px;
}

.ipbox_left #ipul li:hover a {
    color: #9d78ab;
}

.ipbox_left .sul {
    display: none;
    padding: 7px 0;
    border-bottom: 1px solid #9FA0A0;
}

.ipbox_left #ipul .sul li {
    padding: 2px 0;
}

.ipbox_left #ipul .sul li a {
    color: #4a4a4a;
    font-weight: bolder;
    word-break: break-all;
    font-size: 18px;
    padding: 0px 0px 0px 42px;
    display: block;
    width: 100%;
}

.ipbox_left #ipul .sul li a:hover {
    color: #333;
}

@media screen and (max-width:768px) {
    .ipbox_left {
        width: 100%;
    }
    .ipbox_left .ititle>div {
        height: 35px;
        font-size: 18px;
        line-height: 35px;
        position: relative;
    }
    .ipbox_left .ititle>div::after {
        position: absolute;
        font-family: "Font Awesome 5 Free";
        content: "\f078";
        color: #fff;
        font-weight: 600;
        right: 20%;
    }
    .ipbox_left #ipul li>a {
        font-size: 16px;
        padding: 5px 0;
    }
    .ipbox_left #ipul .sul li a {
        font-size: 15px;
        padding: 0px 0px 0px 42px;
    }
    .ipbox_left #ipul {
        padding: 10px 0 30px;
        display: none;
    }
    .aside_rightbox {
        width: 100%;
        padding: 0;
    }
}


/* new footer */

.footer_container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 4em 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    align-content: center;
    flex-wrap: wrap;
}

.footer_left {
    width: 200px;
}

.footer_right {
    width: calc(100% - 200px);
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.footer_logo {
    width: 200px;
    margin-bottom: 25px;
}

.footer_right .RWDedictor {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 93%;
}

.footer_menu {
    width: 24%;
    margin-right: 6%;
}

.footer_menu_03 {
    margin-right: 0% !important;
    width: 40%;
}

.footer_menu h3 {
    color: #fff;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 600;
    padding: 16px 32px 16px 0;
    position: relative;
    margin: 0;
}

.footer_menu ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 0px;
}

.footer_menu ul li {
    border-bottom: none;
    padding: 0px;
    font-size: 15px;
}

.footer_menu ul li a {
    color: rgba(255, 255, 255, 0.68)!important;
}

.footer_menu ul li a:hover {
    color: #9d78ab!important;
}

.footer_menu h3::before {
    content: '';
    background: linear-gradient(90deg, rgb(157, 120, 171) 0%, rgba(157 120 171)30%, rgba(255, 255, 255, 1) 30%);
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 0;
}

.footer_menu ul,
.footer_menu ul a {
    color: #ffffffad;
    line-height: 2;
}

.footer_menu ul,
.footer_menu ul a {
    color: #ffffffad;
    line-height: 2;
}

.footer_introtxt {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    margin-bottom: 10px;
}

.footer_menu img {
    width: 30px;
    height: 30px;
    padding: 5px;
    border-radius: 50%;
    margin-right: 5px;
}

.footer_introtxt p span {
    font-weight: 600;
}

.footer_intro {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: center;
    flex-wrap: wrap;
}

.footer_intro>div {
    margin-left: 25px;
}

.footer_introtxt p,
.footer_introtxt a {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: center;
    flex-wrap: wrap;
}

@media screen and (max-width:768px) {
    .footer_container {
        justify-content: flex-start;
    }
}