@charset "utf-8";
/* CSS Document */
* {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "微軟正黑體", Arial, sans-serif;
}
.pure-g [class*=pure-u], .pure-g {
    font-family: "微軟正黑體", 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;
    background-color: #151424;
}
body::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -5;
    width: 100%;
    height: 100vh;
}
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;
}
/* .home::after {
    position: absolute;
    display: inline-block;
    content: "";
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: transparent url(../skin/images/bg_line.png) top no-repeat;
    background-size: 1900px auto;
} */
main>div {
    width: 100%;
}
.page_detail {
    width: 100%;
    position: relative;
    padding-top: 95px;
}
.header_scroll .page_detail{
    padding-top: 82px;
}
.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%;
    height: 95px;
    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;
    box-shadow: 0 0 5px #444;
}
header.header_scroll{
    height: 82px;
}
.headerbox {
    width: 100%;
    margin: 0 auto;
    padding: 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;
    position: relative;
}
.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;
}
.logo img {
    max-width: 250px;
    margin-bottom: 5px;
}
.logo>a {
    font-size: 25px;
    font-weight: 900;
}
.header_else {
    width: 34px;
    position: absolute;
    right: 2%;
}
.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: 115px;
    position: absolute;
    z-index: 9999;
}
.header_elselinkbox > div{
    width: auto;
    display: flex;
    justify-content: flex-end;
    align-self: flex-start;
}
.header_elselink {
    margin: 13px 10px 0;
}
.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 {
    background-color: #151424;
    background: linear-gradient(to right,#151515 0%, #151424 20%, #1E1E2F 50%, #151424 80%, #151515 100%);
}
header {
    background-color: #0d1f45;
}
header.header_scroll .logo img {
    max-width: 196px;
}
header.header_scroll .hnav .mli>a:hover {
    transition: 0s;
}
/* header.header_scroll .hnav .mli>a{
    line-height: 100px;
} */
header.header_scroll .header_elselinkbox .product_search_box {
    margin: 25px 0 0;
}
/* 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: 35px 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 #DBDBDB;
    font-size: 14px;
    color: #DBDBDB;
}
.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*/
.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;
    margin-top: 100px;
}
#normal_banner, #mul_banner{
    display: none;
}
/* #mainslider li.caption{
    height: auto!important;
} */
/* #mainslider .tp-bgimg{
   background-size: 100% 100%!important;
   background-position: top center!important;
}  */
/*3版banner*/
.ibanner {
	width: 100%;
	overflow: hidden;
    margin-top: 84px;
}
.ibanner .slick-dotted.slick-slider{
	margin-bottom: 0;
}
.ibanner .single-item {
	background: url("../skin/images/loding.gif") no-repeat center center;
}
.ibanner .wp {
	z-index: 8;
}
.ibanner .slick-dots {
	position: absolute;
	left: 50%;
	bottom: 0px;
	z-index: 8;
	margin-left: -43px;
}
.ibanner .slick-dots li {
	float: left;
	margin: 0 5px;
	width: auto;
	height: auto;
}
.ibanner .slick-dots li button {
	float: left;
	width: 47px;
	height: 47px;
	padding: 0px;
	border: none;
	cursor: pointer;
	box-sizing: border-box;
	text-indent: -9999px;
	overflow: hidden;
	background: url("../skin/images/banner_page.png") no-repeat -47px 0;
}
.ibanner .slick-dots li.slick-active button {
	width: 47px;
	background-position: 0 0;
}
.ibanner .slick-slide {
}
.ibanner .slick-slide .heading-title{
	font-size: 40px;
	font-weight: 700;
	width: 80%;
	position: absolute;
	z-index: 999;
	top: 48%;
	left: 10%;
	text-align: center;
}
button.slick-prev.slick-arrow {
    /* display: none!important; */
}
.slick-prev:before, .slick-next:before {
    font-size: 20px;
    color: #ccc;
}
/* .ibanner .slick-slide .heading-title::before{
	content: "";
	width: 40%;
	height: 1px;
	left: 30%;
	top: 1.7em;
	background-color: rgba(0,0,0,0.4);
	position: relative;
	display: block;
	opacity: 0.5;
} */
.ibanner .slick-slide img {
	width: 100%;
	height: auto;
}
.ibanner .slick-slide a {
	display: block;
}
.ibanner .slick-arrow {
	width: 71px;
	height: 139px;
	border: none;
	padding: 0px;
	cursor: pointer;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -70px;
	z-index: 89;
}
.ibanner .slick-prev {
	left: 0px;
	background-position: -71px -140px;
}
.ibanner .slick-next {
	right: 0px;
	background-position: 0 -140px;
}
.ibanner .slick-slider .slick-prev:hover {
	background-position: -71px 0px;
}
.ibanner .slick-slider .slick-next:hover {
	background-position: 0 0px;
}
/**/
.s_banner{
    margin-top: 95px;
}
.page_detail_s_titlebar{
    margin-top: 0px;
}
/* .s_banner_detail{
    margin-top: 180px;
} */
.s_titlebar {
    /* background: -webkit-linear-gradient(left, #0996B4 0%, #6AC1FB 100%); */
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 0 30px;
}
.s_titlebarbox{
    margin: 0 auto;
    max-width: 1366px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.s_titlebar .classLink {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
}
.s_titlebar .classLink.tag-seatLink{
    justify-content: flex-start;
}
.s_titlebar .classLink.tag-seatLink{
    width: 60%;
}
.s_titlebar .tag-seat-img{
    width: 40%;
}
.s_titlebar .classLink li {
    padding: 0;
    margin: 0 10px;
    position: relative;
}
.s_titlebar .classLink li:not(:nth-child(-n+5)){
    display: none;
}
.s_titlebar .classLink a {
    display: block;
    width: 100%;
    padding: 12px 36px;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    position: relative;
    white-space:nowrap;
    letter-spacing: 0px;
    border-radius: 6px;
    /* background-color: rgba(255, 255, 255, 0.1); */
    background-color: #252836;
    border: 1px solid transparent;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.s_titlebar .classLink a:hover, .s_titlebar .classLink a.active:hover{
    background-color: #FFCC00;
    border: 1px solid #FFCC00;
    color: #151526;
}
.s_titlebar .classLink a.active{
    background: rgba(254, 218, 3, 0.02);
    color: #FFCC00;
    border: 1px solid rgba(254, 218, 3, 0.5);
}
.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: #0996b4;
    font-weight: 900;
    margin-bottom: 1.5vw;
    font-family: "Noto Serif TC";
    text-shadow: 1px 1px #fff;
}
.banner_txtin {
    font-size: 1.5vw;
    color: #0996b4;
    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 {
    order: -1;
    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;
}
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: auto;
    margin-right: 100px;
}
header.header_scroll .navbox {
    width: auto;
}
header .hnav .mul {
    display: inline-flex;
    justify-content: center;
    width: 100%;
    height: auto;
    order: 1;
    white-space: nowrap;
    transition: .5s ease-out 0s;
}
header .hnav .mul>li {
    padding: 0px;
    margin: 0;
    position: relative;
}
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-transform: uppercase;
}
header .hnav .mul li a>span {
    display: block;
    font-size: 0.65em;
}
.hnav .mli>a {
    padding: 29px 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: #c3c3c3;
    font-size: 16px;
    letter-spacing: 1px;
    position: relative;
    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;
    transition: 0.3s;
    overflow: hidden;
    display: block;
    color: #c3c3c3;
    text-transform: uppercase;
}
header.header_scroll .hnav .mli>a {
    padding: 22px 15px;}
.hnav .mli>a b:after {
    content: attr(data-title);
    position: absolute;
    left: 0;
    transform: translateY(100%);
    width: 100%;
    top: 0;
}
.hnav .mli>a:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    right: 50%;
    margin-left: 0px;
    margin-right: 0px;
    bottom: 0px;
    height: 4px;
    opacity: 0;
    background-color: #007BFF;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}
.hnav .mli>a:hover:after {
	left: 1%;
	right: 1%;
	opacity: 1;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}
.hnav .mli>a:hover {
    color: #fff;
}
.hnav a:hover {
    text-decoration: none;
    vertical-align: top;
}
@keyframes product_line {
    0% {
        left: -100%;
    }
    100% {
        left: 0%;
    }
}
.hnav .mli .sul {
    background: #151424;
    -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    position: absolute;
    z-index: 9999;
    width: auto;
    display: none;
    left: 50%;
    padding:0 10px;
    transition: all 0.3s;
    transform: translateX(-50%);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.hnav .mli .sul::before {
    content: "";
    width: 60%;
    display: block;
    position: absolute;
    left: 20%;
    top: -4px;
    height: 4px;
    opacity: 0;
    background-color: #007BFF;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}
.hnav .mli .sul:hover::before {
    width: 100%;
    left: 0%;
    opacity: 1;
}
.hnav .mli:hover .sul {
    display: block;
}
.hnav .sli {
    display: inline-block;
    cursor: pointer;
    padding: 10px 0;
}
.hnav .sli a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 7px 20px;
    font-size: 1.1em;
    color: #fff;
    border-left:1px solid #454545;
}
.hnav .sli:first-child a{
    border-left:0
}
.hnav .sli:last-child {
}
.hnav .sli a:hover {
    color: #FFCC00;
}
.menu-trigger{
    display: none;
}
.menu_fb {
    display: block;
    position: absolute;
    right: 0;
    top: 35px;
}
.header_scroll .menu_fb{
    top: 30px;
}
.menu_fb ul{
    display: inline-flex;
    flex-wrap: wrap;
}
.menu_fb a {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 5px 5px;
    display: inline-block;
    border-radius: 50%;
}
.menu_fb ul li:nth-child(1) a:hover {
    background: linear-gradient(100deg, #1C4A9F -6.76%, #2ebafb 106.76%);
}
.menu_fb ul li:nth-child(2) a:hover {
    background: linear-gradient(100deg, #f1078b -6.76%, #e85d62 106.76%);
}
.menu_fb a img{
    height: 15px;
    vertical-align: middle;
    position: relative;
    top: -2px;
}
.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 header nav {
    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 {
    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: 10px;
    cursor: pointer;
    z-index: 9999;
    background-color: #151424;
    padding: 10px;
    box-sizing: border-box;
    width: 42px;
    border-radius: 50%;
    border: 1px solid #ccc;
}
#gotop img {
    width: auto;
    height: auto;
}
/*more*/
.more {
    text-align: center;
    padding: 30px 0 30px;
    width: 100%;
    position: relative;
    z-index: 10;
}
.inews_box.home_news .more .inews_links {
    text-align: center;
    padding: 1rem;
    color: rgba(255, 255, 255, 0.8);
    border: 1px solid transparent;
    background-color: #007BFF;
    font-size: 16px;
    letter-spacing: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 150px;
    margin: 0 auto;
}
.inews_box.home_news .more .inews_links:hover {
    color: rgba(255, 255, 255, 0.8);
    background: rgba(0, 0, 0, 0.2);
}
.inews_box.home_news .more .inews_links:hover .line:nth-of-type(1)::before {
    border-left: 1px solid #007BFF;
  }
  .inews_box.home_news .more .inews_links:hover .line:nth-of-type(1)::after {
    border-top: 1px solid #007BFF;
  }
  .inews_box.home_news .more .inews_links:hover .line:nth-of-type(2)::before {
    border-right: 1px solid #007BFF;
  }
  .inews_box.home_news .more .inews_links:hover .line:nth-of-type(2)::after {
    border-bottom: 1px solid #007BFF;
  }
/*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: 25px;
    line-height: 1;
    letter-spacing: 1px;
    color: #C6C8CC;
    width: 100%;
    max-width: 1366px;
    padding: 60px 0;
    position: relative;
    margin: 0px auto;
}
/* .title::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(129, 21, 255, 1) 0%, rgba(255, 42, 208, 1) 50%, rgba(255, 143, 42, 1) 100%);
    background: linear-gradient(90deg, #E74258 0%, rgba(255, 42, 208, 1) 50%, rgba(255, 143, 42, 1) 100%);
    top: 0;
    left: 0;
    margin: 0 auto;
} */
.title>img {
    max-width: 62px;
    vertical-align: top;
}
.title>.ch_title {
    text-transform: uppercase;
    letter-spacing: 3px;
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 35px;
    color: #fff;
}
.ch_s_title{
    display: block;
    margin-top: 10px;
}
.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{
}
.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: #0996b4;
}
.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: #0996b4;
}
.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: #0996b4;
    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: #0996b4;
}
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;
    width: 100%;
    padding: 0px 0 0px 0!important;
    background-color: #232428;
    background: -webkit-linear-gradient(top, #0d0c16 10%, #0e244f 100%);
    background: linear-gradient(to bottom, #0d0c16 10%, #0e244f 100%);
}
.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: #232323;
    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: 30px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #ccc;
    font-size: 18px;
    margin: 0px 0.1em 0;
    transition: all 0.2s ease-in-out;
    line-height: 30px;
    padding-bottom: 2px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
}
.page ul li a strong{
	width: 38px;
    height: 38px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
	background: #0EBAE7;
	color: #f4eff4;
	font-size: 18px;
	margin: 0.1em;
	border: 1px solid #0EBAE7;
	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: #f6f6f6;
	background: #0EBAE7;
}
.page ul li.page_arrow a {
    border: 1px solid #d0d0d0;
}
.page ul li.page_arrow a i {
    font-weight: bolder;
}
/*news*/
.inews_box.home_news {
    padding: 2% 0 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    margin: 0;
    z-index: 5;
}
.inews_box.home_news::before{
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url(../skin/images/bg_homenews2.webp);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    opacity: 0.7;
}
.inews_box.home_news > div{
    margin: 0 auto;
    max-width: 1366px;
}
.titleNewBox{
    width: 100%;
    text-align: center;
}
.titleBox {
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    text-align: right;
    position: relative;
    margin-bottom: 0px;
}
.titleBox.black{
    color: #333;
}
.titleBox2{
    display: flex;
    margin: 0 auto;
    flex-direction: column;
    padding: 40px 10px;
}
.titleBox .oneline {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
}
.titleBox .enTitle {
    display: inline-block;
    margin-bottom: 12px;
    font-size: 62px;
    line-height: 0.9;
}
.titleBox .enTitle span {
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    letter-spacing: 0;
    font-family: "Oswald";
}
.titleBox.black .enTitle span {
    -webkit-text-stroke: 1px #333;
}
.titleBox .title1 {
    margin: 0;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.06rem;
    padding-top: 44px;
    padding-bottom: 17px;
    position: relative;
    z-index: 3;
    font-family: '微軟正黑體';
}
.titleBox .decoTitle {
    color: rgba(15, 15, 15, 0.3);
    font-size: 75px;
    font-weight: 700;
    line-height: normal;
    font-family: Arial;
    letter-spacing: -0.1rem;
    text-transform: uppercase;
    position: absolute;
    top: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
}
.titleBox .decoTitle.white{
    color: rgba(75, 75, 75, 0.2);
}
.titleBox .title1 span{
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    color: #FFCC00;
    display: block;
    text-align: center;
    margin-top: 15px;
    display: none;
}
.titleBox.black .title1 {
    color: #333;
}
.titleBox .enTitle {
    line-height: 0.9;
    transition: all .6s .4s;
    font-family: "Oswald";
    font-weight: 500;
    font-style: normal;
}
.inews_box.home_news .inews_mainbox{
    position: relative;
}
/* .inews_box.home_news .inews_mainbox::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0%;
    width: 100%;
    height: 100%;
    background: rgba(21, 23, 40, .7);
    opacity: 0.5;
    background-image: url(../skin/images/bg_pu.webp);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    z-index: 0;
} */
.inews_box.home_news .inews_main_out {
    margin: 0 auto;
    width: 100%;
    padding: 0;
    text-align: left;
}
.inews_box.home_news .inews_mainbox {
    padding: 0px 3%;
    width: 100%;
    margin: 0px auto 0;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    align-content: center;
    flex-wrap: wrap;
    z-index: 5;
    position: relative;
}
.inews_box.home_news .inews_main {
    margin: 30px 1%;
    padding: 0px 0;
    width: 48%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    z-index: 10;
    background: rgba(21, 23, 40, 1);
}
.inews_box.home_news .inews_main .inews_left{
    width: 30%;
    height: 100%;
}
.inews_box.home_news .inews_main .inews_right{
    width: 70%;
    position: relative;
    padding: 0px 0px 0px 30px;
    z-index: 10;
}
.inews_box.home_news .inews_left > a {
    width: 100%;
    height: 100%;
    display: flex;
}
.inews_box.home_news .inews_right_Txt{
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 0;
}
.inews_box.home_news .inews_main a {
    color: #888;
    font-size: 15px;
    line-height: 1.5;
}
.inews_box.home_news .inews_main .inews_Txt {
    padding: 0 20px 30px 0;
    width: 100%;
    margin-top: -10px;
}
.inews_box.home_news .inews_main a:hover{
    color: #aaa;
}
.inews_box.home_news .inews_list{
    width: 100%;
    text-align: right;
}
.inews_box.home_news .notice_classname{
    font-size: 15px;
    display: inline-block;
    line-height: 1;
    padding: 0;
    position: relative;
    top: 0;
    right: 0;
    /* background: rgba(9, 150, 180, 0.7); */
    background: transparent;
    padding: 5px 15px;
}
.inews_box.home_news .notice_classname:before {
    pointer-events: none;
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width:100%;
    border-top: 1px solid #9e9e9e;
    border-bottom: 1px solid #9e9e9e;
    transition: all .4s .4s linear;
}
.inews_box.home_news .notice_classname:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .4s linear;
    background-repeat: no-repeat;
    background-image: linear-gradient(to bottom, #9e9e9e 0%, #9e9e9e 100%), linear-gradient(to bottom, #9e9e9e 0%, #9e9e9e 100%), linear-gradient(to bottom, #9e9e9e 0%, #9e9e9e 100%), linear-gradient(to bottom, #9e9e9e 0%, #9e9e9e 100%);
    background-size: 1px 10px;
    background-position: 0 0, 0 100%, 100% 0, 100% 100%;
}
.inews_box.home_news .inews_pic {
    width: 100%;
}
.inews_box.home_news .inews_showbox {
    position: relative;
    width: 100%;
    height: 100%;
    max-height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.inews_box.home_news .inews_showbox span{
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.inews_box.home_news a:hover .inews_showbox span:before {
    opacity: 1;
    margin-top: -20px;
}
/* .inews_box.home_news .inews_main::after, .inews_box.home_news .inews_main::before {
    content: "";
    display: inline-block;
    position: absolute;
    border: 2px solid transparent;
    z-index: 0;
    width: 0;
    height: 0;
}
.inews_box.home_news .inews_main:before {
    top: -2px;
    left: -2px;
    z-index: 2;
}
.inews_box.home_news .inews_main:after {
    bottom: -2px;
    right: -2px;
}
.inews_box.home_news .inews_main:hover:after, .inews_box.home_news .inews_main:hover:before {
    width: calc(100% + 4px);
    height: calc(100% + 4px)
}
.inews_box.home_news .inews_main:hover:before {
    border-top-color: rgba(2, 69, 120, 1);
    border-right-color: rgba(2, 69, 120, 0.8);
    transition: width .15s ease-out,height .15s ease-out .15s
}
.inews_box.home_news .inews_main:hover:after {
    border-bottom-color: rgba(2, 69, 120, 0.6);
    border-left-color: rgba(2, 69, 120, 0.4);
    transition: border-color 0s ease-out .3s,width .15s ease-out .3s,height .15s ease-out .45s
} */
.inews_box.home_news .inews_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
    position: relative;
    z-index: 0;
    top: 0;
}
.inews_box.home_news .inews_main:hover .inews_pic img {
    filter: brightness(0.8);
    transform: scale(1.1);
}
.inews_box.home_news .inews_main .inews_links {
    text-align: center;
    padding: 5px 15px;
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 16px;
    letter-spacing: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 170px;
}
.inews_box.home_news .inews_main:hover .inews_links{
    color: rgba(255, 255, 255, 0.5);
    background: rgba(0, 0, 0, 0.2);
}
.inews_box.home_news .inews_main .date.dateBox {
    font-size: 14px;
    color: #AAAAAA;
    margin: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.inews_box.home_news .inews_main .date .day {
    font-size: 40px;
    color: #AAAAAA;
    line-height: 56px;
    font-weight: normal;
    margin-right: 10px;
}
.inews_box.home_news .inews_main .date .day > span{
    font-weight: normal;
    color: #666;
    margin-left: 5px;
    font-size: 35px;
    line-height: 35px;
    position: relative;
    top: -4px;
}
.inews_box.home_news .inews_main .date .year {
    font-size: 14px;
    letter-spacing: 1px;
}
.inews_box.home_news .inews_main .date .month, .inews_box.home_news .inews_main .date .year {
    line-height: 1.2;
    font-size: 15px;
    font-weight: 600;
    color: #AAAAAA;
    white-space: nowrap;
}
.inews_box.home_news .inews_main .date .month .slash, .inews_box.home_news .inews_main .date .year .slash {
    margin-left: 5px;
    margin-right: 5px;
}
.inews_box.home_news .inews_main .name {
    width: 100%;
    color: #fff;
    display: block;
    font-weight: 300;
    font-size: 24px;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.inews_box.home_news .inews_main .txt {
    width: 100%;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    height: calc(3em);
    font-size: 16px;
    line-height: 1.5;
    word-break: break-all;
    font-weight: normal;
    margin-top: 5px;
    margin-bottom: 20px;
    color: #aaa;
    transition: 0.3s;
}
/*news第二版*/
.newmovie_info {
    padding: 80px 0 30px 0;
    /* background: url(../images/bg/bg-2020.jpg) no-repeat; */
    background-size: cover;
}
.newmovie_info .container {
    max-width: 1300px;
    width: 100%;
    margin: 15px auto;
}
.newmovie_info .container .row {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding: 5% 0 5% 5%;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
}
.newmovie_info .container .row:nth-child(even){
    padding: 5% 5% 5% 0;
}
/* .newmovie_info .container .row:nth-child(1)::after{
    content: "";
    display: block;
    position: absolute;
    width: 10vw;
    height: 10vw;
    bottom: -12%;
    right: -20%;
    background-image: url(../skin/images/icon_circle.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.newmovie_info .container .row:nth-child(2)::after {
    content: "";
    display: block;
    position: absolute;
    width: 10vw;
    height: 10vw;
    bottom: -15%;
    left: -32%;
    background-image: url(../skin/images/icon_star.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0.7;
}
.newmovie_info .container .row:nth-child(3)::after {
    content: "";
    display: block;
    position: absolute;
    width: 30vw;
    height: 30vw;
    bottom: -55%;
    right: -35%;
    background-image: url(../skin/images/icon_movie2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0.1;
} */
.newmovie_info .container .row:nth-child(even) .movie_row_info{
    order: -1;
}
.newmovie_info .notice_classname {
    font-size: 15px;
    display: inline-block;
    line-height: 1;
    padding: 0;
    position: relative;
    top: 0;
    right: 0;
    background: #000;
    padding: 5px 10px;
}
.newmovie_info .notice_classname a {
    color: #FFCC00;
    font-size: 15px;
    line-height: 1.5;
}
.newmovie_info .date.dateBox {
    font-size: 14px;
    color: #e74258;
    margin: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.newmovie_info .date.dateBox::before {
    content: "";
    position: absolute;
    width: 35px;
    height: 1px;
    background-color: #007BFF;
    bottom: 0;
    left: 0;
    pointer-events: none;
}
.newmovie_info .date .day {
    font-size: 35px;
    color: #ddd;
    line-height: 56px;
    font-weight: normal;
    margin-right: 10px;
    font-family: 'Georgia';
}
.newmovie_info .date .day > span{
    font-weight: normal;
    color: #ddd;
    margin-left: 5px;
    font-size: 30px;
    line-height: 30px;
    position: relative;
    top: -4px;
    font-family: 'Georgia';
}
.newmovie_info .date .year {
    font-size: 14px;
    letter-spacing: 1px;
}
.newmovie_info .date .month, .newmovie_info .date .year {
    line-height: 1;
    font-size: 15px;
    font-weight: 600;
    color: #ddd;
    white-space: nowrap;
    font-family: 'Georgia';
}
.newmovie_info .date .month .slash, .newmovie_info .date .year .slash {
    margin-left: 5px;
    margin-right: 5px;
}
.newmovie_info .inews_links {
    text-align: center;
    padding: 5px 15px;
    margin: 0;
    background: #007BFF;
    border: 1px solid #007BFF;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 170px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
    z-index: 5;
}
.newmovie_info .inews_links:hover{
    background: transparent;
    color: #007BFF;
}
.newmovie_info .inews_links .line {
    position: absolute;
    z-index: 1;
    top: -5px;
    right: -5px;
    left: -5px;
    bottom: -5px;
  }
  .newmovie_info .inews_links .line::before, .newmovie_info .inews_links .line::after {
    content: "";
    display: block;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    position: absolute;
    z-index: 1;
  }
  .newmovie_info .inews_links .line:nth-of-type(1)::before {
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-left: 1px solid #0f51cb;
  }
  .newmovie_info .inews_links .line:nth-of-type(1)::after {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-top: 1px solid #0f51cb;
  }
  .newmovie_info .inews_links .line:nth-of-type(2)::before {
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-right: 1px solid #0f51cb;
  }
  .newmovie_info .inews_links .line:nth-of-type(2)::after {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-bottom: 1px solid #0f51cb;
  }
.movie_row_img {
    position: relative;
    padding: 0px;
    width: 30%;
}
.movie_row_img:hover::before{
    right: -8px;
    width: 103%;
}
.movie_row_img a{
    width: 100%;
    height: 0;
    padding: 100% 0 0;
    display: flex;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 10px #333;
    background: #222;
}
.movie_row_img a:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    /* filter: brightness(0.5); */
}
/* .movie_row_img:before {
    content: "";
    position: absolute;
    bottom: -7px;
    right: -17px;
    width: 100%;
    height: 0;
    padding-top: 103%;
    background-color: #222;
    border-radius: 50%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
} */
.movie_row_img img {
    width: 100%;
    z-index: 5;
    height: 100%;
    object-fit: cover;
    vertical-align: middle;
    position: absolute;
    top: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.movie_row_img_cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.movie_row_info{
    width: 70%;
    padding: 0 0 0 5%;
}
.newmovie_info .container .row:nth-child(even) .movie_row_info{
    padding: 0 5% 0 0;
}
.movie_row_info .movie_row_info_box {
    width: 100%;
    padding: 20px 30px;
}
.movie_row_info .movie_row_info_box h1 {
    font-size: 30px;
    color: #fff;
    letter-spacing: 2px;
    font-weight: normal;
    line-height: 40px;
    margin: 5px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    -moz-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -o-box;
    -o-box-orient: vertical;
    -o-line-clamp: 2;
    display: box;
    box-orient: vertical;
    line-clamp: 2;
}
.movie_row_info .movie_row_info_box p{
    font-size: 16px;
}
.movie_row_info .movie_row_info_box p {
    color: #d1d1d1;
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 2px;
    margin: 20px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    -moz-line-clamp: 6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    display: -o-box;
    -o-box-orient: vertical;
    -o-line-clamp: 6;
    display: box;
    box-orient: vertical;
    line-clamp: 6;
}
/*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: #0996b4;
    display: inline-block;
    font-family: "Cormorant", sans-serif;
    font-size: 90px;
    font-style: initial;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 4px;
    text-transform: uppercase;
}
.titleBox.titleStyle1 .title {
    color: #0996b4;
    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;
}
/*首頁相簿產品*/
.title_box {
    padding:20px 5px  20px 5px;
    text-align: left;
    /* border-bottom: 1px solid #aaa; */
    width: 100%;
    margin: 0 auto;
    max-width: 1366px;
    position: relative;
    z-index: 15;
    display: flex;
    flex-wrap: nowrap;
}
.type_title{
    width: 165px;
    height: 135px;
}
.type_title .titleBox .title1 {
    padding: 42px 0;
    font-size: 36px;
}
.title_box h1{
    font-weight: 300;
    letter-spacing: 5px;
    font-size: 36px;
    display: none;
    margin: 0;
    color: #fff;
    transition: all .5s ease;
}
.title_box h1.is-active{
    display: inline-block;
}
.section__line {
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
    width: calc(96% - 168px - 165px);
    position: relative;
    margin: 62px 2% 0;
}
.section__line.page_line{
    margin: 0px auto 0;
}
.section__line::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #fff;
}
.section__line::after {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #fff;
}
.type_box {
    display: inline-block;
    float: right;
    margin-top: 48px;
    width: 168px;
}
.type_box > div{
    display: inline-block;
}
.type_box a{
    color: #aaa;
    font-weight: normal;
    font-size: 18px;
    border-right:none;
    display: inline-block;
    cursor: pointer;
    padding: 2px 5px;
    border-bottom: 2px solid transparent;
}
.type_box .is-active a{
    color: white;
    border-bottom: 2px solid white;
}
.recommend-list .tabs {
    width: 90%;
    max-width: 586px;
    margin: 25px auto 0;
    position: relative;
    z-index: 1;
    background: transparent;
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #01579B;
}
.recommend-list .tabs li {
    width: 50%;
}
.recommend-list .tabs li a {
    transition: all .2s ease .1s;
    text-align: center;
    font-size: 14px;
    padding: 10px 1rem;
    color: #01579B;
    display: flex;
    justify-content: center;
    align-items: center;
}
.recommend-list .tabs li.is-active a {
    color: #fff;
    background: radial-gradient(circle farthest-corner at left,#0277BE,#01579B);
}
.recommend-list .tabs li.is-active:hover a{
    color: #fff;
    background: radial-gradient(circle farthest-corner at left,#0277BE,#01579B);
}
.recommend-list .tabs li a:hover {
    color: #fff;
    background: radial-gradient(circle farthest-corner at right,#0277BE,#01579B);
}
.home .grid_products {
    transform: translateX(0%);
    transition: transform 0.5s ease;
}
.home .aside_rightbox {
    transform: translateX(100%);
    transition: transform 0.5s ease;
    margin-top: 175px;
}
.home .show3 {
    transform: translateX(100%);
}
.home .show2 {
    transform: translateX(-100%);
}
.home .show {
    transform: translateX(0);
}
.grid_products{
    width: 100%;
    margin: 0px auto;
    padding: 0 70px;
}
.grid_products > div{
    max-width: 1366px;
    margin: 0 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: #0996b4;
    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;
}
/*首頁時刻查詢*/
.time_box{
    width: 100%;
    background: -webkit-linear-gradient(to left, #0d0c16 0%, #1d438e 60%);
    background: linear-gradient(to left, #0d0c16 0%, #1d438e 60%);
    padding: 0;
    position: relative;
    text-align: center;
}
.time_box .adv1 {
    position: relative;
    cursor: pointer;
    z-index: 10;
    width: auto;
    text-align: center;
    display: inline-block;
    padding: 23px 76px;
}
.time_box .adv1 span {
    color: #fff;
    font-size: 26px;
    margin-right: 5px;
    transition: none;
}
.time_box .adv1 a {
    position: relative;
    z-index: 1;
    line-height: 1;
    color: #fff;
    font-size: 26px;
    transition: none;
}
.time_box .adv1:hover span, .time_box .adv1:focus span{
    color: #FFCC00;
}
.time_box .adv1:hover a, .time_box .adv1:focus a{
    color: #FFCC00;
}
/**/
.home .products_bg {
    /* background-image: url(../skin/images/bg_black.webp);
    background-repeat: repeat;
    background-size: 100%;
    background-position: top center; */
    /* overflow: hidden; */
    position: relative;
    display: flex;
}
/* .home .products_bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 19.7%;
    width: 31.5%;
    height: 200%;
    background-color: rgba(14, 147, 231, 0.25);
    transform-origin: top left;
    transform: skewx(-34.5deg);
    z-index: 1;
} */
.iproduct_box {
    padding: 0 20px;
    width: 100%;
    margin: 2% auto;
    max-width: 1366px;
}
.page_product{
    /* background-image: url(../skin/images/bg_black_leather.webp);
    background-repeat: repeat-y;
    background-size: 100% auto;
    background-position: top center; */
    overflow: hidden;
}
.page_product .iproduct_box{
    max-width: 100%;
    padding: 0 0px;
    margin: 0 auto 0;
}
.page_product .iproduct_box.iproduct_box_showtimes{
    max-width: 100%;
    padding: 0 10px;
}
.page_product .iproduct {
    max-width: 100%;
}
.home .iproduct_box {
    max-width: none;
    padding: 0 0px;
    z-index: 5;
}
.iproduct {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    padding: 30px 0 0 0;
}
.home .iproduct{
    padding: 0px 0 0 0;
    max-width: 100%;
}
.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: 18%;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    margin: 0 10px 25px 10px;
    padding: 0;
    color: #4a4a4a;
    font-size: 16px;
    /* background-color: rgba(0, 0, 0, 0.2); */
    background-color: #1E1E2F;
    -webkit-box-shadow: 0px 4px 28px 0px rgba(21, 21, 21, 0);
    box-shadow: 0px 4px 28px 0px rgba(21, 21, 21, 0);
}
.iproduct .ipbox .listbox .list:hover{
    background: #0C1F3F;
    color: #000;
}
.iproduct .ipbox .listbox .list:hover .pro_sname{
    color: #aaa;
}
.iproduct .ipbox .listbox.hot1_theaterImg .list{
    margin: 0 10px 25px 10px;
}
.listbox.hot1_theaterImg .slick-next, .listbox.hot2_theaterImg .slick-next {
    /* right: 0px; */
}
.listbox.hot1_theaterImg .slick-prev, .listbox.hot2_theaterImg .slick-prev {
    /* left: 0px; */
}
.listbox.hot1_theaterImg .slick-next::before, .listbox.hot2_theaterImg .slick-next::before, .listbox.recommend_theaterImg .slick-next::before {
    content: "〉";
}
.listbox.hot1_theaterImg .slick-prev::before, .listbox.hot2_theaterImg .slick-prev::before, .listbox.recommend_theaterImg .slick-prev::before {
    content: "〈";
}
.iproduct .ipbox .listbox .list:nth-child(even) {
    flex-direction: row-reverse;
}
.iproduct .ipbox .listbox .list:last-child {
    margin-bottom: 0;
}
.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;
    background-color: #0C1F3F;
    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%;
}
.showbox {
    background-color: #0C1F3F;
    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;
    width: 100%;
    /* height: 100%; */
    overflow: hidden;
    z-index: 100;
}
.showboxbg{
    overflow: visible;
}
/* .showboxbg:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #666;
    transform: rotate(4deg);
    z-index: -1;
} */
.showboxbg .test2{
    box-shadow: 0 0 5px 3px #333;
}
.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: #0996b4;
    border: 1px solid #0996b4;
    transition: 0.3s;
}
.showbox_more span:nth-child(1) {
    font-size: 30px;
}
.iproduct .listbox .list .Txt {
    padding: 25px 10px 25px;
    text-align: left;
    margin: 0px 0px 0px;
    position: relative;
    border: 1px solid rgba(255, 255, 255,0.08);
}
.iproduct .listbox .list .Txt .wtline1::before, .iproduct .listbox .list .Txt .wtline1::after{
    content: "";
    position: absolute;
    display: block;
    left: 0;
    bottom: 0px;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 5;
}
.iproduct .listbox .list .Txt .wtline1::before{
    width: 7px;
    height: 1px;
}
.iproduct .listbox .list .Txt .wtline1::after{
    width: 1px;
    height: 7px;
}
.iproduct .listbox .list .Txt .wtline2::before, .iproduct .listbox .list .Txt .wtline2::after{
    content: "";
    position: absolute;
    display: block;
    right: 0;
    top: 0px;
    background-color: rgba(255, 255, 255, 0.5);
}
.iproduct .listbox .list .Txt .wtline2::before{
    width: 7px;
    height: 1px;
}
.iproduct .listbox .list .Txt .wtline2::after{
    width: 1px;
    height: 7px;
}
.iproduct .listbox a.list:hover .showbox .showbox_more {
    transform: translate(-50%, -50%) scale(1);
    transition: 0.3s;
}
.ipbox_con {
    width: 100%;
    text-align: center;
}
.iproduct .listbox .list .pro_name {
    padding: 0;
    display: block;
    line-height: 1.5;
    min-height: 1em;
    width: 100%;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    word-break: break-all;
    font-size: 20px;
    color: #fff;
    position: relative;
}
.iproduct .listbox .list .pro_sname{
    padding: 0;
    display: block;
    line-height: 1.5em;
    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: #777;
    position: relative;
}
.iproduct .listbox .list .pro_price {
    line-height: 1.8;
    font-size: 13px;
    color: #FFCC00;
    display: inline-block;
    padding: 2px 0px;
}
.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;
}
/*首頁熱門電影*/
.iproduct_hotmovie_box{
    background-image: url(../skin/images/bg_gray3.webp);
    background-position: top center;
    background-repeat: repeat;
    width: 100%;
    position: relative;
    padding: 2vw 0;
    z-index: 1;
}
.iproduct_hotmovie_box::before{
    content: "";
    width: 100%;
    height: 2vw;
    display: block;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    left: 0;
}
.iproduct_hotmovie_box::after{
    content: "";
    width: 100%;
    height: 2vw;
    display: block;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: 0;
    left: 0;
}
.iproduct_hotmovie{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    /* max-width: 1600px; */
    margin: 0 auto;
    position: relative;
}
.iproduct_hotmovie:before {
    content: "";
    position: absolute;
    top: 0px;
    right: 15%;
    width: 50%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    transform-origin: top left;
    transform: skewx(42deg);
}
/* .contactArea.show:before {
    height: 100%;
    transition: height .6s ease-in-out,opacity 0s ease-in-out;
    opacity: 1;
} */
.iproduct_hotmovie .ipbox_center{
    padding: 0;
    margin: 0;
    width: 100%;
}
.iproduct_hotmovie .showbox_index{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    align-items: stretch;
    width: 100%;
}
.iproduct_hotmovie .Left_next{
    width: 8%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.iproduct_hotmovie .Left_next .adv1{
    width: 100%;
    padding: 20px;
    text-align: center;
}
.iproduct_hotmovie .Left_next a {
    position: relative;
    z-index: 1;
    line-height: 38px;
    margin-bottom: 0;
    color: #ccc;
    font-size: 24px;
    font-weight: normal;
}
.iproduct_hotmovie .Left_next .adv1 span{
    color: #ddd;
    display: block;
    font-size: 30px;
}
.iproduct_hotmovie .showbox{
    width: 40%;
    background-color: transparent;
}
.iproduct_hotmovie .showbox .focus-img {
    width: 100%;
    height: 0%;
    padding-bottom: 65%;
    position: relative;
    /* background-size: auto 100%; */
    background-size: 100% auto;
    background-position: top;
    background-repeat: no-repeat;
}
.iproduct_hotmovie .showbox .focus-img::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: 5;
    background: linear-gradient(to right, rgba(0,0,0,1) 0%,transparent 50%,rgba(0,0,0,1) 100%);
}
.iproduct_hotmovie .showbox .focus-img .test2{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}
.iproduct_hotmovie .showbox .play-button {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}
.iproduct_hotmovie .showbox .play-button img {
    transition: transform .2s ease .1s;
    z-index: 11;
}
.iproduct_hotmovie .showbox:hover .play-button:after, .iproduct_hotmovie .showbox:hover .play-button img {
    transform: scale(1.2)
}
.iproduct_hotmovie .showbox .play-button:after {
    transition: transform .2s ease .2s;
    background: transparent url(../skin/images/clip_icon_bg.png) 0 0 no-repeat;
    background-size: 50px auto;
    z-index: 10;
    content: "";
    display: block;
}
.iproduct_hotmovie .showbox .focus-img img {
    width: auto;
    min-width: auto;
    height: auto;
}
.iproduct_hotmovie .showbox .focus-img .play-button img{
    -webkit-animation-name: scaleDraw;
        -webkit-animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-duration: 5s;
}
@keyframes scaleDraw {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(1.1);
    }
    50% {
        transform: scale(1);
    }
    75% {
        transform: scale(1.1);
    }
}
.iproduct_hotmovie .showbox .play-button:after, .iproduct_hotmovie .showbox .play-button img {
    width: 50px!important;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px;
    position: absolute;
    left: 50%;
    top: 50%;
}
.iproduct_hotmovie .Txt{
    width: 52%;
    padding: 0 8% 0 2%;
    align-self: center;
}
.iproduct_hotmovie .Txt .focus-info {
    position: relative;
    z-index: 1;
    padding: 10px 20px;
    font-size: 16px;
    color: #aaa;
}
.iproduct_hotmovie .Txt .tag {
    color: #515151;
    font-size: 14px;
    position: relative;
    padding: 5px 15px;
}
.iproduct_hotmovie .Txt .tag:before {
    pointer-events: none;
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width:100%;
    border-top: 1px solid #9e9e9e;
    border-bottom: 1px solid #9e9e9e;
    transition: all .4s .4s linear;
}
.iproduct_hotmovie .Txt .tag:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .4s linear;
    background-repeat: no-repeat;
    background-image: linear-gradient(to bottom, #9e9e9e 0%, #9e9e9e 100%), linear-gradient(to bottom, #9e9e9e 0%, #9e9e9e 100%), linear-gradient(to bottom, #9e9e9e 0%, #9e9e9e 100%), linear-gradient(to bottom, #9e9e9e 0%, #9e9e9e 100%);
    background-size: 1px 10px;
    background-position: 0 0, 0 100%, 100% 0, 100% 100%;
}
.iproduct_hotmovie .Txt h2 {
    font-weight: 700;
    margin: 15px 0 0;
    font-size: 36px;
    color: #454545;
    font-weight: normal;
}
.iproduct_hotmovie .Txt h6 {
    font-weight: 300;
    margin-bottom: 10px;
    font-size: 18px;
}
.iproduct_hotmovie .Txt .Txtinfo{
    padding: 0;
    display: block;
    width: 100%;
    height: 55px;
    margin-bottom: 45px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    word-break: break-all;
    font-size: 20px;
    color: #fff;
    position: relative;
}
.iproduct_hotmovie .Txt p {
    font-weight: normal;
    color: #777;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
    position: relative;
    text-align: justify;
}
.iproduct_hotmovie .Txt .Link {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.iproduct_hotmovie .Txt .button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: rgba(255, 255, 255, 0.9);
    background: #0996B4;
    max-width: 180px;
    width: calc(50% - 5px);
    margin: 0 5px 0 0;
    padding: 10px 15px;
    font-size: 14px;
    position: relative;
}
.iproduct_hotmovie .Txt .button .border-animate {
    overflow: hidden;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}
.iproduct_hotmovie .Txt .button:hover .border-animate > div.top {
    top: 0;
    background: -webkit-linear-gradient(left, #0996B4, #fff);
    background: -webkit-gradient(linear, left top, right top, from(#0996B4), to(#fff));
    background: -o-linear-gradient(left, #0996B4, #fff);
    background: linear-gradient(90deg, #0996B4, #fff);
    -webkit-animation: border-animate-top 2s linear infinite;
    animation: border-animate-top 2s linear infinite;
}
.iproduct_hotmovie .Txt .button:hover .border-animate > div.right {
    right: 0;
    background: -webkit-linear-gradient(top, #0996B4, #fff);
    background: -webkit-gradient(linear, left top, left bottom, from(#0996B4), to(#fff));
    background: -o-linear-gradient(top, #0996B4, #fff);
    background: linear-gradient(180deg, #0996B4, #fff);
    -webkit-animation: border-animate-right 2s linear infinite;
    animation: border-animate-right 2s linear infinite;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.iproduct_hotmovie .Txt .button:hover .border-animate > div.bottomb {
    background: -webkit-linear-gradient(right, #0996B4, #fff);
    background: -webkit-gradient(linear, right top, left top, from(#0996B4), to(#fff));
    background: -o-linear-gradient(right, #0996B4, #fff);
    background: linear-gradient(270deg, #0996B4, #fff);
    bottom: 0;
    -webkit-animation: border-animate-bottom 2s linear infinite;
    animation: border-animate-bottom 2s linear infinite;
}
.iproduct_hotmovie .Txt .button:hover .border-animate > div.left {
    background: -webkit-linear-gradient(bottom, #0996B4, #fff);
    background: -webkit-gradient(linear, left bottom, left top, from(#0996B4), to(#fff));
    background: -o-linear-gradient(bottom, #0996B4, #fff);
    background: linear-gradient(0deg, #0996B4, #fff);
    left: 0;
    -webkit-animation: border-animate-left 2s linear infinite;
    animation: border-animate-left 2s linear infinite;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.iproduct_hotmovie .Txt .button:hover .border-animate > div.bottomb,
.iproduct_hotmovie .Txt .button:hover .border-animate > div.top {
    width: 100%;
    height: 1px;
    left: 0;
}
.iproduct_hotmovie .Txt .button:hover .border-animate > div.left,
.iproduct_hotmovie .Txt .button:hover .border-animate > div.right {
    height: 100%;
    width: 1px;
    top: 0;
}
.iproduct_hotmovie .Txt .button:hover .border-animate > div {
    position: absolute;
}
@keyframes border-animate-top {
    0% {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
    to {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
    }
  }
  @keyframes border-animate-right {
    0% {
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%);
    }
    to {
      -webkit-transform: translateY(100%);
      transform: translateY(100%);
    }
  }
  @keyframes border-animate-bottom {
    0% {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
    }
    to {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
      }
  }
  @keyframes border-animate-left {
    0% {
      -webkit-transform: translateY(100%);
      transform: translateY(100%);
    }
    to {
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%);
      }
  }
/*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;
    display: none;
}
.arrow-left {
    width: 20px;
    margin-left: 33px;
    cursor: pointer;
}
.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: 900px) {
    .ibanner {
        margin-top: 82px;
    }
    .ibanner .slick-arrow {
        margin-top: 0px;
    }
    .ibanner .slick-dots{
        display: none!important;
    }
    #normal_banner{
        display: block;
        margin-top: 82px;
    }
    #mul_banner, #normal_banner{
        display: none;
    }
    #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: 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: 100%;
    padding: 0 70px;
    margin: 0 auto;
    position: absolute;
}
.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: #0996b4;
    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: #0996b4;
}
.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, .grid_products {
        width: 100%;
        padding: 0 25px;
    }
    .inews_box.home_news::before{opacity: 1;}
}
/* new footer */
.footer_container {
    width: 100%;
    margin: 0 auto;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    align-content: center;
    flex-wrap: wrap;
}
.footer_top{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    padding: 20px 0;
}
.footer_top .footer_top_main{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}
.footer_bottom{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 0 15px;
}
.footer_logo {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
}
.footer_logo img{
    max-width: 196px;
}
.footer_socialBox{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: none;
}
.footer_socialBox .socialList {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0;
}
.footer_socialBox .socialList li {
    margin: 0 5px;
    padding: 0;
}
.footer_socialBox .socialList li a.foot_link_icons{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-align: center;
    font-size: 18px;
    line-height: 35px;
    z-index: 9999;
    color: #fff;
    width: 40px;
    height: 40px;
    padding: 8px;
    border-radius: 6px;
    background-color: rgba(255, 255, 255, 0.06);
    border: 2px solid rgba(255, 255, 255, 0.08);
}
.footer_socialBox .socialList li a.foot_link_icons:hover {
    -webkit-animation: tada 1s;
    -moz-animation: tada 1s;
    -ms-animation: tada 1s;
    -o-animation: tada 1s;
    animation: tada 1s;
}
.footer_socialBox .socialList li:nth-child(1) a.foot_link_icons:hover {
    background: linear-gradient(100deg, #1C4A9F -6.76%, #2ebafb 106.76%);
}
.footer_socialBox .socialList li:nth-child(2) a.foot_link_icons:hover {
    background: linear-gradient(100deg, #f1078b -6.76%, #e85d62 106.76%);
}
.footer_socialBox .socialList li a img{
    max-width: 100%;
    width: auto;
    height: auto;;
    padding: 0px;
    border-radius: unset;
    margin-right: 0px;
}
.footer_bottom .RWDedictor {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
}
.footer_menu.footer_menu_01{
    width: 29%;
}
.footer_menu.footer_menu_02{
    width: 15%;
}
.footer_menu.footer_menu_03 {
    width: 56%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 10px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.footer_menu h3 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    padding: 0;
    position: relative;
    margin: 0;
}
.footer_menu ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 0px;
    width: 100%;
    display: flex;
    justify-content: space-around;
}
.footer_menu ul.sul{
    margin: 15px 0 0 0;
    width: 100%;
    flex-direction: column;
}
.footer_menu ul li{
    border-bottom: none;
    padding: 0px 2px;
    font-size: 16px;
    line-height: 1;
}
.footer_menu ul li a span{display: none;}
.footer_menu ul.sul li{
    margin: 0 0 10px;
    padding: 0px;
}
.footer_menu ul.sul li a{
    color: #aaa;
    font-size: 14px;
    font-weight: normal;
    position: relative;
    padding-left: 10px;
}
.footer_menu ul.sul li a::before{
    content: "+";
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    line-height: 10px;
    font-size: 10px;
    top:3px;
    left:0;
    color: #aaa;
}
.footer_menu ul li a{
    color: #fff;
}
.footer_menu ul li a:hover{
    color: #fff;
}
.footer_menu ul, .footer_menu ul a {
    color: #d8d8d8;
    line-height: 1;
}
.footer_menu ul.txt{
    margin: 15px 0 0 0;
    width: 100%;
    flex-direction: column;
}
.footer_menu ul.txt li{
    font-size: 14px;
    margin: 0 0 15px;
}
.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;
    }
}