@charset "utf-8";

/** bootstrap **/
@import url(bootstrap.css);

/** 文字icon **/
@import url(font-awesome.min.css);

/** 手機選單 **/
@import url(slicknav.css) screen and (max-width:991px);

/** font **/
@import url(Noto+Sans+TC-Nunito+Sans.css);

*{-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
html{width:100%; height:auto;font-size: 10px;}
body{background:url("../images/bg.png")no-repeat right top;background-size: 100%; margin:0; padding:0; width:100%; height:auto; font-size:1.6rem;line-height: 1.6;font-family: "Noto Sans TC", sans-serif;word-break: break-word;letter-spacing: 0px; overflow-y: scroll;position: relative;}
body:after{content: "";display: block;width: 100%;height: 100%;background: rgba(255,255,255,.8);backdrop-filter: blur(100px);-webkit-backdrop-filter: blur(100px); position: absolute;top: 0;left: 0;z-index: 1;}
a,a:hover{text-decoration:none;transition: all 0.5s ease 0s;cursor: pointer;}
img{border:0; vertical-align:middle; max-width:100%;}
input{vertical-align:middle;border-radius: 0; }
input:focus, select:focus, textarea:focus, button:focus{outline:0;}
/** 取消ios按鈕樣式 **/
input[type="button"], input[type="submit"], input[type="reset"], button[type="button"], button[type="submit"], button[type="reset"], a[type="button"], a[type="submit"], a[type="reset"], textarea{border-radius: 0; -webkit-appearance: none;-moz-appearance: none;appearance: none;}
.slicknav_menu{display:none;}
table{border-collapse:inherit;}
.table-responsive{}
.table-responsive table{min-width:850px;}
p{margin: 0 0 1.6rem 0;}
@media screen and (max-width:991px){
    body{font-size:1.4rem;}
}

/** 表單預設文字顏色設定 **/
::-webkit-input-placeholder{color:#999999;}
::-moz-placeholder{color:#999999;}
:-ms-input-placeholder{color:#999999;}
input:-moz-placeholder{color:#999999;}
#field2::-webkit-input-placeholder{color:#999999;}
#field3::-webkit-input-placeholder{color:#999999; background:lightgreen; text-transform:uppercase;}
#field4::-webkit-input-placeholder{font-style:italic; text-decoration:overline; letter-spacing:3px; color:#999999;}
#field2::-moz-placeholder{color:#999999;}
#field3::-moz-placeholder{color:#999999; background:lightgreen; text-transform:uppercase;}
#field4::-moz-placeholder{font-style:italic; text-decoration:overline; letter-spacing:3px; color:#999999;}

/** 清除瀏覽器的默認選擇框樣式清除，隱藏拖動箭頭 **/
select {appearance:none;-moz-appearance:none;-webkit-appearance:none;background:#ffffff url("../images/select-icon.svg")no-repeat right 15px center;background-size: 1.4rem;padding: 10px 44px 10px 15px;}
select::-ms-expand { display: none; }

/** 手機選單、選單 色塊-變色 **/
.b-color, .slicknav_menu{}
.slicknav_icon-bar{background-color:#000000;}
.b-color>li:hover, .b-color>li>ul>li>a:hover, .slicknav_nav .slicknav_row:hover, .slicknav_nav a:hover{color: #a50034;}
.border-color{border-left:7px #A0A0A0 solid;}
.slicknav_nav .slicknav_arrow{font-family:Arial;position: absolute;top: .6rem; right: 0rem;font-size: 2.8rem;color: #000000;}

/** 上版 **/
header{background: rgba(255,255,255,.8);backdrop-filter: blur(30px);-webkit-backdrop-filter: blur(30px); /* For Safari */padding: 15px 15px 0 15px;position: fixed;top: 0;left: 0;width: 100%;z-index: 10000;}
header:before{content: "";display: block;width: 100%;height: 15px; background: url("../images/head-line.jpg")no-repeat center;background-size: cover;position: absolute;top: 0;left: 0;z-index: 2;}
.head-main{max-width:1200px; margin:0 auto;display: flex;align-items: center;}
.head-main .logo{width: 174px; height:auto;position: relative;z-index: 3;padding: 0;}
.head-main .logo a{display: block;}
.head-main .logo img{width:100%; height:auto;}
.lang-menu{ flex: 1;display: flex;flex-direction:row-reverse;align-items: center;padding:0;}
.lang-main{width: auto;position:relative;z-index: 10001;cursor: pointer;margin: 0 0 0 25px;}
.lang-main .lang{width: auto; display: flex;justify-content: flex-end;}
.lang-main .lang .lang-icon{width: 18px; height: 18px;display: flex;align-items: center;justify-content: center;}
.lang-main .lang .lang-icon img{filter: brightness(0);transition: all 0.5s ease 0s;}
.lang-main .lang .lang-icon.active img{filter: brightness(1);transition: all 0.5s ease 0s;}
.lang-main>ul{list-style: none;padding: 8px;margin: 0; width: 200px; box-shadow: 0 8px 18px 0 rgba(0, 0, 0, .1);display: none;position: absolute;top: 30px;right: 0;background: #ffffff;border-radius: 5px;overflow: hidden;}
.lang-main>ul>li{border-bottom: 1px #dbdbdb solid;padding: 0;margin: 0;}
.lang-main>ul>li:last-of-type{border-bottom: 0;}
.lang-main>ul>li a{display: block;padding: 8px 24px;color: #222222;}
.lang-main>ul>li a:hover{color: #a50034;background: #f6f5f5;}
@media screen and (max-width:991px){
    header{padding:32px 15px 17px 15px;}
	.head-main .logo{padding: 0;}
    .lang-menu{position: absolute;top: 49px;right: 56px; padding: 0;}
    .lang-main>ul{padding: 5px;width: 150px; }
    .lang-main>ul>li{font-size: 14px;}
    .lang-main>ul>li a{padding: 5px 15px;}
}

/** 主選單與下拉 **/
nav{flex: 1;}
.menu{max-width:1200px; padding:0; list-style:none; margin:0 auto; display:flex;justify-content: flex-end;}
.menu>li{ color:#000000; text-align:center; cursor:pointer; padding:0; margin:0 0 0 30px;font-weight: 500;}
.menu>li>a{color:#000000; display:block; padding:29.71px 0; margin:0;position: relative; }
.menu>li>a:after{content: "";display: block;width: 0%;height: 4px; background: #a50034;position: absolute;bottom: 20.71px;left: calc(50% - 0%);transition: all 0.5s ease 0s;}
.menu>li>a:hover{}
.menu>li>a:hover:after{width: 100%;left: calc(50% - 50%);transition: all 0.5s ease 0s;}
.menu>li.sub>ul.sub-menu{background:#f6f5f5;visibility: hidden;opacity: 0; position:absolute; top: 0;display: none;width:100%; left:0; z-index:1; margin:0; padding:2rem 1.5rem; overflow:hidden;box-shadow: 0 2rem 2rem 0 rgba(0,0,0,.1);transition: all 0.5s ease 0s;}
.menu>li.sub:hover ul.sub-menu{position:absolute; top:100px;visibility: visible;opacity: 1; display:flex;flex-wrap: wrap;}
.menu>li.sub>ul.sub-menu>li{display:block;width: calc(100%/3);text-align: left;font-size:1.5rem;}
.menu>li.sub>ul.sub-menu>li>a{display:block; color:#121212; padding: 1rem 4rem 1rem 2rem;border-radius: 5px;position: relative;}
.menu>li.sub>ul.sub-menu>li>a:after{content: "";display: block;width: 14px;height: 14px;background: url("../images/more-icon.svg")no-repeat center;position: absolute;top:1.3rem;right: 4rem;visibility: hidden;opacity: 0;transition: all 0.5s ease 0s;}
.menu>li.sub>ul.sub-menu>li>a:hover{background: #ffffff;color: #a50034;}
.menu>li.sub>ul.sub-menu>li>a:hover:after{right: 2rem;visibility:visible;opacity:1;transition: all 0.5s ease 0s;}
@media screen and (max-width:991px){
	#menu{display:none;}
	.slicknav_menu{display:block;background: rgba(255,255,255,.8);padding:3.5rem;position: fixed;top: 0;right: -100%;width: 100%;height:100vh;z-index: 10001;transition: all 0.5s ease 0s;}
    .slicknav_menu.show{background: rgba(255,255,255,1);right: 0px;width: 100%;transition: all 0.5s ease 0s;}
    .slicknav_menu-height{background:rgba(255,255,255,1);border-bottom: 0;transition: all 0.5s ease 0s;}
    .slicknav_btn-line{display:block;position: fixed;top: 15px;right: 15px;z-index: 10000;pointer-events: none;}
}

/** edm輪播 **/
.edm-main{margin:100px auto 0 auto;position: relative;z-index: 2;}
.edm{}
.edm img{width: 100%;height: 100%;object-fit: cover;object-position: center;}
.edm a{display: block;height: 100%;}
@media screen and (max-width:1400px){
	.edm-main{height: 82rem;}
	.edm{height: 100%;}
	.edm .swiper{height: 100%;}
}
@media screen and (max-width:1200px){
	.edm-main{height: 69rem;}
}
@media screen and (max-width:1024px){
	.edm-main{height: 67rem;}
}
@media screen and (max-width:991px){
	.edm-main{margin:100px auto 0 auto;height: 51rem;}
}
@media screen and (max-width:767px){
	.edm-main{height: 38rem;}
}
@media screen and (max-width:575px){
	.edm-main{height: 27rem;}
}
@media screen and (max-width:420px){
	.edm-main{height: 25rem;}
}
@media screen and (max-width:374px){
	.edm-main{height: 21rem;}
}

/** 配置 **/
.warpper{position: relative;z-index: 2;}
.main{}
.i-title-photo{border-radius: 10px;overflow: hidden;margin: 0 0 2.5rem 0;}
.i-title-photo img{border-radius: 10px;overflow: hidden;}
.i-title{font-size: 4rem;color: #121212;font-weight: 700;line-height: 1.4;padding: 0;margin: 0 0 2.5rem 0;}
.button{color: #ffffff;width: auto;margin: 2.5rem 0 0 0;}
.button a{display: inline-flex;align-items: center; border-radius: 50px;overflow: hidden;color: #ffffff;padding: 10px;background: #a50034;}
.button a:hover{background: #680021;}
.button .button-title{width:auto;border-right: 1px #cd7a94 solid;padding:3.5px 14px;}
.button .button-icon{width:auto;padding:3.5px 14px;display: flex;align-items: center;justify-content: center;transition: all 0.5s ease 0s;}
.button .button-icon img{width: 20px;height: 20px;filter: brightness(0) invert(1);}
.button a:hover .button-icon{padding:3.5px 8px 3.5px 20px;transition: all 0.5s ease 0s;}
.button02{color: #a50034;width: auto;margin: 2.5rem 0 0 0;display: inline-flex;}
.button02 a{display: inline-flex;align-items: center;padding: 0px;color: #a50034;}
.button02 a:hover{color: #680021;}
.button02 .button-title{width:auto;padding:0px;}
.button02 .button-icon{width:auto;padding:0px;margin: 0 0 0 12px;display: flex;align-items: center;justify-content: center; transition: all 0.5s ease 0s;}
.button02 .button-icon img{width: 13px;height: 13px;transition: all 0.5s ease 0s;}
.button02 a:hover .button-icon{margin: 0 0 0 20px;transition: all 0.5s ease 0s;}
.button02 a:hover .button-icon img{filter: hue-rotate(55deg); transition: all 0.5s ease 0s;}
.photo-main{overflow: hidden;}
.photo{background-color:#ffffff;background-position: center center;background-repeat: no-repeat;background-size: contain;}
@media screen and (max-width:991px){
    .i-title-photo{margin: 0 0 2rem 0;}
    .i-title{font-size: 2.8rem;margin: 0 0 2rem 0;}
    .button{margin: 2rem 0 0 0;}
    .button02{margin: 1.5rem 0 0 0;}
}

/** 首頁事業介紹 **/
.i-business-main{padding: 5vw 1.5rem;}
.i-business{max-width: 1200px;margin: 0 auto;display: flex;}
.i-business-title{flex: 1;}
.i-business-content{flex: 2;}
.i-business-content>ul {list-style: none;padding: 0;margin: 0;column-count: 2;column-gap:0;} 
.i-business-content>ul>li {counter-increment: num;page-break-inside: avoid;padding:0;margin:0 0 4rem 9.5rem;}
.i-business-content>ul>li h3 {color:#121212;font-size: 2.2rem;padding: 0;margin:0 0 1.5rem 0;line-height: 1.4;font-weight:700;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.i-business-content>ul>li h3 i{display: none;}
.i-business-content>ul>li .i-business-content-open {}
.i-business-content>ul>li .i-business-content-open .i-business-info{color:#585857;padding: 0;margin: 0; overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;}
@media screen and (max-width:991px){
    .i-business-main{padding: 3rem 15px;}
    .i-business{display:block;}
    .i-business-title{flex:initial;width: 100%;}
    .i-business-content{flex: initial;width: 100%;margin: 3rem 0 0 0;}
    .i-business-content>ul>li {margin:0 1.5rem 3rem 1.5rem;}
    .i-business-content>ul>li h3 {font-size:1.8rem;margin:0 0 1rem 0;}
}
@media screen and (max-width:575px){
    .i-business-content{margin:1.5rem 0 3rem 0 ;}
    .i-business-content>ul {column-count: inherit;display: block;} 
    .i-business-content>ul>li {counter-increment: inherit;page-break-inside: inherit;width: 100%; margin:0;padding: 1.5rem 0; border-bottom: 1px #dbdbdb solid;position: relative;}
    .i-business-content>ul>li h3 {display: flex;justify-content: space-between;margin:1rem 0;}
    .i-business-content>ul>li h3 i{display:flex;align-items: center;justify-content: center;min-width: 14px; width: 14px; height: 14px;margin: .6rem 0 0 1.5rem; }
    .i-business-content>ul>li h3 i img{width: 14px; height: 14px;}
    .i-business-content-open {display: none;transition: all 0.5s ease 0s;}
    .i-business-content>ul>li.active .i-business-content-open {display: block;transition: all 0.5s ease 0s;}
}

/** 首頁最新消息 **/
.i-news-main{padding:0 1.5rem 5vw 1.5rem;}
.i-news{max-width: 1200px;margin: 0 auto;}
.i-news-title{display: flex;margin: 0 0 2.5rem 0;}
.i-news-title .i-title{flex: 1;margin: 0;}
.i-news-title .button{width: auto;margin: 0;}
.i-news>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;}
.i-news>ul>li{padding: 0;margin:1.5rem 4.5rem 1.5rem 0;width: calc(100%/3 - 3rem);}
.i-news>ul>li:nth-child(3n){margin:1.5rem 0;}
.i-news>ul>li .i-news-data{display: flex;align-items: center;margin: 0 0 4rem 0 ;}
.i-news>ul>li .i-news-data .i-news-data-icon{width:48px;height: 42px;margin: 0 1.2rem 0 0;}
.i-news>ul>li .i-news-data .i-news-data-title{flex: 1;font-size: 1.4rem;color: #585857;}
.i-news>ul>li .i-news-content{}
.i-news>ul>li .i-news-content h3{color:#121212;font-size: 2.2rem;padding: 0;margin:0 0 2rem 0;line-height: 1.4;font-weight:700;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:2;-webkit-box-orient: vertical;}
.i-news>ul>li .i-news-content h3 i{display: none;}
.i-news>ul>li .i-news-content .i-news-content-open{}
.i-news>ul>li .i-news-content .i-news-content-open .i-news-info{color:#585857;padding: 0;margin: 0; overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
@media screen and (max-width:991px){
    .i-news-main{padding:0 1.5rem 3rem 1.5rem;}
    .i-news-title{margin: 0 0 2rem 0;}
    .i-news>ul>li{margin:1.5rem 3rem 1.5rem 0;width: calc(100%/3 - 2rem);}
    .i-news>ul>li .i-news-data{margin: 0 0 2rem 0 ;}
    .i-news>ul>li .i-news-data .i-news-data-icon{margin: 0 1rem 0 0;}
    .i-news>ul>li .i-news-content h3{font-size: 1.8rem;margin:0 0 1rem 0;}
}
@media screen and (max-width:767px){
    .i-news>ul>li{margin:1.5rem 0; width:100%;}
}
@media screen and (max-width:575px){
    .i-news>ul>li {margin:0;padding: 1.5rem 0; border-bottom: 1px #dbdbdb solid;}
    .i-news>ul>li .i-news-content h3 {display: flex;justify-content: space-between;}
    .i-news>ul>li .i-news-content h3 i{display:flex;align-items: center;justify-content: center;min-width: 14px; width: 14px; height: 14px;margin: .6rem 0 0 1.5rem; }
    .i-news>ul>li .i-news-content h3 i img{width: 14px; height: 14px;}
    .i-news-content-open {display: none;transition: all 0.5s ease 0s;}
    .i-news-content.active .i-news-content-open {display: block;transition: all 0.5s ease 0s;}
} 

/** 首頁相關連結 **/
.i-link-main{padding:0 1.5rem 2vw 1.5rem;}
.i-link{max-width: 1200px;margin: 0 auto;display: flex;}
.i-link-title{flex: 1;}
.i-link-content{flex: 2;}
.i-link-content>ul {list-style: none;padding: 0;margin: 0;column-count: 2;column-gap:0;} 
.i-link-content>ul>li {counter-increment: num;page-break-inside: avoid;padding:0;margin:0 0 9.5rem 9.5rem;}
.i-link-content>ul>li a {display: block;border: 1px #d5d5d5 solid;}
.i-link-content>ul>li a:hover {display: block;}
@media screen and (max-width:991px){
    .i-link-main{padding:0 1.5rem 3rem 1.5rem;}
    .i-link{display:block;}
    .i-link-title{flex:initial;width: 100%;}
    .i-link-content{flex: initial;width: 100%;margin: 3rem 0 0 0;}
    .i-link-content>ul>li {margin:0 1.5rem 3rem 1.5rem;}
}
@media screen and (max-width:575px){
    .i-link-content>ul>li {margin:0 1rem 2rem 1rem;}
}

/** 首頁選單 **/
.i-menu-main{padding:0 1.5rem 5vw 1.5rem;}
.i-menu{max-width: 1200px;margin: 0 auto;}
.i-menu>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;}
.i-menu>ul>li{padding: 0;margin: 1.5rem 4.5rem 1.5rem 0;width: calc(100%/3 - 3rem);}
.i-menu>ul>li:nth-child(3n){margin: 1.5rem 0;}
@media screen and (max-width:991px){
    .i-menu-main{padding:0 1.5rem 3rem 1.5rem;}
    .i-menu>ul>li{margin:1.5rem 3rem 1.5rem 0;width: calc(100%/3 - 2rem);}
}
@media screen and (max-width:767px){
    .i-menu>ul>li{margin:1.5rem 0; width:100%;}
}

/** 內頁banner **/
.inside-banner{padding:100px 0 0 0;background-color:#f6f5f5;background-position: center top 15px;background-repeat: no-repeat; background-size:cover;position: relative;z-index: 3;overflow: hidden;}
.banner-main{padding: 7vw 1.5rem ;position: relative;}
.banner-main:after{content: "";display:block;width: 100%;height: 100%;background: rgba(255,255,255,.8);backdrop-filter: blur(30px);-webkit-backdrop-filter: blur(30px); /* For Safari */position: absolute;top: 0;left: -60%;transform: skewX(30deg);}
.banner-main .banner{max-width:1200px; margin:0 auto;}
.banner-main .banner .banner-content{font-size:5.6rem; color:#121212;position: relative;z-index: 3;font-weight: 700;}
.banner-main .banner .banner-content .banner-company{font-size:1.2rem; color:#000000;font-weight: 700;display: flex;align-items:center;margin: 0 0 2rem 0; }
.banner-main .banner .banner-content .banner-company i{width: 26px; height: 34px;display: flex;align-items: center;justify-content: center;margin: 0 1rem 0 0;}
.banner-main .banner .banner-content .banner-company i img{width: 26px; height: 34px;}
.banner-main .banner .banner-content .banner-title{font-size:5.6rem; color:#121212;font-weight: 700;padding: 0;margin: 0;line-height: 1.4;}
@media screen and (max-width:991px){
	.inside-banner{padding:100px 0 0 0;}
    .banner-main .banner .banner-content{font-size:4rem;}
    .banner-main .banner .banner-content .banner-company i{width: 17px; height: 22px;margin: 0 .8rem 0 0;}
    .banner-main .banner .banner-content .banner-company i img{width: 17px; height: 22px;}
    .banner-main .banner .banner-content .banner-title{font-size:4rem;} 
}
@media screen and (max-width:767px){
	.inside-banner{background-position: center top 30px;} 
    .banner-main .banner .banner-content .banner-title{text-shadow: 1px 1px #ffffff,-1px -1px #ffffff,1px -1px #ffffff,-1px 1px #ffffff;} 
}
@media screen and (max-width:575px){
    .banner-main .banner .banner-content .banner-company{margin: 0 0 1rem 0; }
    .banner-main .banner .banner-content .banner-title{font-size:3rem;} 
}

/** Breadcrumb **/
nav[aria-label="breadcrumb"]{background: rgba(255,255,255,.8);backdrop-filter: blur(30px);-webkit-backdrop-filter: blur(30px); /* For Safari */font-size: 1.2rem;padding: 0 1.5rem;}
.breadcrumb{display:flex; flex-wrap:wrap; width:100%; max-width:1200px; margin:0 auto; list-style:none; background-color:transparent; border-top: 1px #dbdbdb solid;padding: 1rem 0;}
.breadcrumb-item{padding-left:0.5rem;}
.breadcrumb-item + .breadcrumb-item::before{display:inline-block; padding-right:0.5rem; color:#585857; content:"/";}
.breadcrumb-item a{display: inline-block;text-decoration:none; color:#a50034;}
.breadcrumb-item a:hover{text-decoration: underline;}
.breadcrumb-item.active{color:#585857; }
@media screen and (max-width:767px){
	nav[aria-label="breadcrumb"]{display: none;}
}

/** 內頁架構 **/
.content-body-main{padding:5vw 1.5rem;}
.content-body{max-width:1200px; margin:0 auto;}
.page-title{font-size: 4rem ;color: #121212;padding: 0 0 2.4rem 0;margin: 0;font-weight: 700;line-height: 1.4;}
.page-main{color:#585857;}
.page-main a{color:#000000;text-decoration: underline;}
.page-main a:hover{color:#a50034;}
.font001{font-size: 4rem ;color: #121212;padding:4rem 0 2.4rem 0;margin: 0;font-weight: 700;line-height: 1.4;}
.font002{font-size: 2.8rem ;color: #121212;padding: 3rem 0 2.4rem 0;margin: 0;font-weight: 700;line-height: 1.4;}
.font003{color: #585857;padding: 1.6rem 0 1.2rem 0;margin: 0;font-weight: 700;}
.font004{font-size: 2.2rem ;color: #a50034;padding: 3rem 0 2.4rem 0;margin: 0;font-weight: 700;line-height: 1.4;}
.font-padding{padding: 0 0 2.4rem 0;}
.content{display: flex;}
.content .content-info{flex: 1;margin: 0 1.5rem;}
@media screen and (max-width:991px){
    .content-body-main{padding:3rem 1.5rem;}
    .page-title{font-size: 2.8rem ;padding: 0 0 1.5rem;}
    .font001{font-size: 2.8rem ;padding: 1.5rem 0;}
    .font002{font-size: 2.2rem ;padding: 1.5rem 0;}
    .font004{font-size: 1.8rem ;padding: 1.5rem 0;}
    .font-padding{padding: 0 0 1.5rem 0;}
}
@media screen and (max-width:767px){
    .content{display:block;}
    .content .content-info{flex: initial;width: 100%; margin:1.5rem 0;}
}

/** 相關連結 **/
.link{}
.link>ul {list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;} 
.link>ul>li {width: calc(100%/ 3 - 4.4rem); padding:0;margin:2.2rem 2.2rem 5rem 2.2rem;}
.link>ul>li .photo-main {border: 1px #d5d5d5 solid;}
.link>ul>li a {display: block;}
.link>ul>li a:hover {display: block;}
.link>ul>li .link-content{margin: 2rem 0 0 0;display: flex;}
.link>ul>li .link-content h3{flex: 1; font-size:2rem; color:#121212; font-weight:700; padding:0; margin:0;line-height: 1.4;}
.link>ul>li .link-content .button-icon{width:20px;height: 100%;padding: .4rem 0; margin: 0 0 0 1.5rem;display: flex;align-items: center;justify-content: center;}
.link>ul>li .link-content .button-icon img{width: 20px;height: 20px;}
.link>ul>li:hover .link-content h3{color: #680021;}
.link>ul>li:hover .link-content .button-icon img{filter: hue-rotate(55deg); transition: all 0.5s ease 0s;}
@media screen and (max-width:991px){
    .link>ul>li {width: calc(100%/ 3 - 3rem);margin:1.5rem 1.5rem 3rem 1.5rem;}
    .link>ul>li .link-content{margin: 1.5rem 0 0 0;}
    .link>ul>li .link-content .button-icon{padding: .2rem 0;}
    .link>ul>li .link-content h3{ font-size:1.8rem;}
}
@media screen and (max-width:767px){
    .link>ul>li {width: calc(100%/ 2 - 3rem);margin:1.5rem 1.5rem 2rem 1.5rem;}
}
@media screen and (max-width:575px){
    .link>ul>li{width: 100%;margin: 1rem 0 3rem 0;}
}

/** 最新消息 **/
.news{}
.news>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;}
.news>ul>li{padding: 0;margin:1.5rem 4.5rem 4rem 0;width: calc(100%/3 - 3rem);}
.news>ul>li:nth-child(3n){margin:1.5rem 0 4rem 0;}
.news>ul>li .news-data{display: flex;align-items: center;margin: 0 0 4rem 0 ;}
.news>ul>li .news-data .news-data-icon{width:48px;height: 42px;margin: 0 1.2rem 0 0;}
.news>ul>li .news-data .news-data-title{flex: 1;font-size: 1.4rem;color: #585857;}
.news>ul>li .news-content{}
.news>ul>li .news-content h3{color:#121212;font-size: 2.2rem;padding: 0;margin:0 0 2rem 0;line-height: 1.4;font-weight:700;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:2;-webkit-box-orient: vertical;}
.news>ul>li .news-content .news-content-open{}
.news>ul>li .news-content .news-content-open .news-info{color:#585857;padding: 0;margin: 0; overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.news-detail-date{font-size: 1.8rem;color: #585857;padding: 0 0 2.4rem 0;font-weight: 700;}
@media screen and (max-width:991px){
    .news-main{padding:0 1.5rem 3rem 1.5rem;}
    .news-title{margin: 0 0 2rem 0;}
    .news>ul>li{margin:1.5rem 3rem 3rem 0;width: calc(100%/3 - 2rem);}
    .news>ul>li:nth-child(3n){margin:1.5rem 0 3rem 0;}
    .news>ul>li .news-data{margin: 0 0 2rem 0 ;}
    .news>ul>li .news-data .news-data-icon{margin: 0 1rem 0 0;}
    .news>ul>li .news-content h3{font-size: 1.8rem;margin:0 0 1rem 0;}
}
@media screen and (max-width:767px){
    .news>ul>li{margin:1.5rem 0; width:100%;}
    .news>ul>li:nth-child(3n){margin:1.5rem 0;}
} 

/** 影片 **/
.movie {position: relative;padding-bottom: 56.25%;padding-top: 30px;height: 0;overflow: hidden;}
.movie iframe {position: absolute;top:0;left: 0;width: 100%;height: 100%;}

/** 公司介紹 **/
.about-company{margin: 2vw 0 0 0;}
.about-company>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;}
.about-company>ul>li{width: calc(100%/3 - 4.4rem);padding: 2.5rem;margin: 2.2rem;border-radius: 5px; background: #f5f5f5;overflow: hidden;text-align: center;}
.about-company>ul>li:last-of-type{width: calc(100%/1 - 4.4rem);}
.about-company>ul>li .about-company-icon{width: 10rem;height: 10rem;border-radius: 10rem;padding: 2.5rem;background: #ffffff;margin: 0 auto 1rem auto;}
.about-company>ul>li .about-company-content{}
.about-company>ul>li .about-company-content .about-company-title{color: #a50034;font-weight: 700;font-size: 2rem;padding: 0;margin: 0 0 .5rem 0;}
.about-company>ul>li .about-company-content .about-company-info{color: #121212;}
@media screen and (max-width:991px){
    .about-company{margin:2rem 0 0 0;}
    .about-company>ul>li{width: calc(100%/3 - 3rem);padding: 1.5rem;margin: 1.5rem;}
    .about-company>ul>li:last-of-type{width: calc(100%/1 - 3rem);}
    .about-company>ul>li .about-company-icon{width: 8rem;height: 8rem;padding: 2rem;}
    .about-company>ul>li .about-company-content .about-company-title{font-size: 1.6rem;}
}
@media screen and (max-width:767px){
    .about-company>ul>li{width: calc(100%/2 - 2rem);margin: 1rem;}
    .about-company>ul>li:last-of-type{width: calc(100%/2 - 2rem);}
}
@media screen and (max-width:374px){
    .about-company>ul>li{width: 100%;margin: 1rem 0;}
    .about-company>ul>li:last-of-type{width: 100%;}
}

/** 公司沿革 **/
.history{margin: 0;}
.history>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;}
.history>ul>li{width: calc(100%/4 - 4.4rem);padding: 2.5rem;margin: 2.2rem;border-radius: 5px; background: #f5f5f5;overflow: hidden;}
.history>ul>li .history-year{color: #121212;font-weight: 700;font-size: 2.8rem;padding: 0;margin: 0;}
.history>ul>li .history-date{color: #a50034;font-weight: 700;font-size: 2.2rem;padding: 0;margin:.5rem 0 1rem 0;}
.history>ul>li .history-content{color: #585857;}
@media screen and (max-width:991px){
    .history{margin:2rem 0 0 0;}
    .history>ul>li{width: calc(100%/3 - 3rem);padding: 1.5rem;margin: 1.5rem;}
    .history>ul>li .history-year{font-size: 2.2rem;}
    .history>ul>li .history-date{font-size: 1.8rem;}
}
@media screen and (max-width:767px){
    .history>ul>li{width: calc(100%/2 - 2rem);margin: 1rem;}
}
@media screen and (max-width:374px){
    .history>ul>li{width: 100%;margin: 1rem 0;}
}

/** 公司理念 **/
.about-idea{display: flex;}
.about-idea .about-idea-content{flex: 1;}
.about-idea .about-idea-content .about-idea-title{color: #121212;font-weight: 700;font-size: 2.8rem;padding: 0;margin: 0;}
.about-idea .about-idea-content .about-idea-info{}
.about-idea .about-idea-photo{flex: 1;margin:  0 0 0 2.4rem;}
.about-philosophy{margin: 2vw 0 0 0;}
.about-philosophy>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;}
.about-philosophy>ul>li{width: calc(100%/3 - 4.4rem);padding: 2.5rem;margin: 2.2rem;border-radius: 5px; background: #f5f5f5;overflow: hidden;}
.about-philosophy>ul>li .about-philosophy-icon{width: 10rem;height: 10rem;border-radius: 10rem;padding: 2.5rem;background: #ffffff;margin: 0 0 1rem 0;}
.about-philosophy>ul>li .about-philosophy-content{}
.about-philosophy>ul>li .about-philosophy-content .about-philosophy-title{color: #a50034;font-weight: 700;font-size: 2rem;padding: 0;margin: 0 0 .5rem 0;}
.about-philosophy>ul>li .about-philosophy-content .about-philosophy-info{color: #121212;}
@media screen and (max-width:991px){
    .about-idea{display: block;}
    .about-idea .about-idea-content{flex: initial;width: 100%;}
    .about-idea .about-idea-photo{flex: initial;width: 100%;margin: 2rem auto 1.5rem auto;max-width: 500px;}
    .about-philosophy{margin:2rem 0 0 0;}
    .about-philosophy>ul>li{width: calc(100%/3 - 3rem);padding: 1.5rem;margin: 1.5rem;}
    .about-philosophy>ul>li .about-philosophy-icon{width: 8rem;height: 8rem;padding: 2rem;}
    .about-philosophy>ul>li .about-philosophy-content .about-philosophy-title{font-size: 1.6rem;}
}
@media screen and (max-width:767px){
    .about-philosophy>ul>li{width: 100%;margin: 1rem 0;}
}

/** 集團據點 **/
.locations{display: flex;}
.locations .locations-content{flex: 1;}
.locations .locations-lang{width: auto;min-width: 226px; margin: 0 0 0 3rem;display: flex;justify-content: flex-end;height: 100%;}
.locations .locations-lang a{display:flex;align-items: center;justify-content: center;margin: .5rem; border-radius: 50px;overflow: hidden;color: #ffffff;padding: 6px;background: #a50034;text-decoration: none;}
.locations .locations-lang a:hover{background: #680021;}
.locations .locations-lang .locations-title{width:auto;border-right: 1px #cd7a94 solid;padding:3.5px 14px;}
.locations .locations-lang .locations-icon{width:auto;padding:3.5px 14px;display: flex;align-items: center;justify-content: center;transition: all 0.5s ease 0s;}
.locations .locations-lang .locations-icon img{width: 14px;height: 14px;filter: brightness(0) invert(1);}
.locations .locations-lang a:hover .locations-icon{padding:3.5px 8px 3.5px 20px;transition: all 0.5s ease 0s;}
.index-brand{ margin: 3rem 0 0 0;}
#brand{ height:auto; width:100%; border-bottom: 1px #dbdbdb solid;}
#brand ul{  list-style:none;  height:auto; margin:0;  padding:0;display: flex;}
#brand ul li{ text-align:center;cursor:pointer;  width: auto;padding:1.5rem 0;margin: 0 6rem 0 0; color:#000000; display:flex; }
#brand ul li:hover{ color:#a50034;} 
#brand ul li.active{ border-bottom:0;position: relative;}
#brand ul li.active:after{content: "";display: block;width: 100%;height: 4px; background: #a50034;position: absolute;bottom: 0;left: 0;}
#brand-info{ width:100%;overflow:hidden; border-top:0;padding: 3rem 0; }
#brand-info>.box{  width:auto;  height:auto;  display:none;}
.about-locations{}
.about-locations>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;}
.about-locations>ul>li{width: calc(100%/ 3 - 4.4rem); padding:0;margin:2.2rem 2.2rem 5rem 2.2rem;}
.about-locations>ul>li .about-locations-title{margin: 0 0 1.5rem 0;padding: 0 0 1.5rem 0;border-bottom: 1px #dbdbdb solid;}
.about-locations>ul>li .about-locations-title a{display: flex;text-decoration: none;}
.about-locations>ul>li .about-locations-title h3{flex: 1;color: #121212;font-weight: 700;font-size: 2.2rem;padding: 0;margin: 0;line-height: 1.4;}
.about-locations>ul>li .about-locations-title i{width: 20px; height: 20px;margin: .1rem 0 .1rem 1.5rem;}
.about-locations>ul>li .about-locations-title i img{width: 20px; height: 20px;}
.about-locations>ul>li .about-locations-content{}
.about-locations>ul>li .about-locations-content>ul{list-style: none;padding: 0;margin: 0;}
.about-locations>ul>li .about-locations-content>ul>li{padding: 0;margin: 0;display: flex;}
.about-locations>ul>li .about-locations-content>ul>li .about-locations-content-title{width: auto;color: #a50034;margin: 0 1rem 0 0 ;font-weight: 700;}
.about-locations>ul>li .about-locations-content>ul>li .about-locations-content-dep{flex: 1;}
.about-locations>ul>li .about-locations-title a:hover h3{color: #a50034;}
@media screen and (max-width:991px){
    .locations .locations-lang{margin: 0 0 0 1.5rem;}
    #brand ul li{ margin: 0 2rem 0 0; }
    .about-locations>ul>li {width: calc(100%/ 3 - 3rem);margin:1.5rem 1.5rem 3rem 1.5rem;}
    .about-locations>ul>li .about-locations-title h3{ font-size:1.8rem;}
    .about-locations>ul>li .about-locations-title i{margin: 0 0 0 1rem;}
}
@media screen and (max-width:767px){
    .locations{display: block;}
    .locations .locations-content{flex:initial;width: 100%;}
    .locations .locations-lang{width: 100%;min-width: inherit; margin: 1.5rem 0 0 0;}
    .about-locations>ul>li {width: calc(100%/ 2 - 3rem);margin:1.5rem 1.5rem 2rem 1.5rem;}
}
@media screen and (max-width:575px){
    .about-locations>ul>li{width: 100%;margin: 1rem 0 3rem 0;}
}

/** 集團社長 **/
.about-president{display: flex;}
.about-president .about-president-content{flex: 1;}
.about-president .about-president-content .about-president-title{color: #121212;font-weight: 700;font-size: 2.8rem;padding: 0;margin: 0;}
.about-president .about-president-content .about-president-info{}
.about-president .about-president-photo{flex: 1;margin:  0 0 0 2.4rem;}
.about-president .about-president-photo img{width: 100%;height: 100%;object-fit: cover;object-position: center; border-radius: 10px;overflow: hidden;}
@media screen and (max-width:767px){
    .about-president{display: block;}
    .about-president .about-president-content{flex:initial;width: 100%;}
    .about-president .about-president-photo{flex:initial;width: 100%;margin: 2rem 0 0 0;}
}

/** 產品搜尋 **/
.search{padding:0;}
.search-input{padding:0px 0 10px 0; position:relative; color:#333;}
.search-input img{position:absolute; right:0; top:0px;}
.search input{background:#eeeeee; font-size:16px; color:#333; padding:5px 66px 5px 15px; width:100%; border:0; margin:0; vertical-align:middle; min-height:31px; font-family:"Microsoft JhengHei";}
.search img{vertical-align:middle;}
.pro-search-info{font-size:18px; color:#64691F; line-height:1.5em; border-bottom:1px #CCC dotted; margin-bottom:20px; text-align:center; padding-bottom:10px;}

/** 產品分類介紹 **/
.pro-store-info{color:#585857;margin: 0 0 3rem 0;}
.pro-store-info a{color:#000000;text-decoration: underline;}
.pro-store-info a:hover{color:#a50034;}
.pro-contact{margin: 2rem 0 0 0;}
.pro-contact>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;}
.pro-contact>ul>li{padding: 0;margin:1.5rem ;width: calc(100%/2 - 3rem);}
.pro-contact>ul>li .pro-contact-icon{width:48px;height: 42px;margin: 0 0 1.5rem 0;}
.pro-contact>ul>li .pro-contact-content{}
.pro-contact>ul>li .pro-contact-content h3{color:#121212;font-size: 2.2rem;padding: 0;margin:0 0 .5rem 0;line-height: 1.4;font-weight:700;}
.pro-contact>ul>li .pro-contact-content .pro-contact-info{color:#585857;padding: 0;margin: 0; overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.pro-contact>ul>li .pro-contact-content .pro-contact-info a{color:#585857;text-decoration: none;}
.pro-contact>ul>li .pro-contact-content .pro-contact-info a:hover{color:#a50034;}
@media screen and (max-width:991px){
    .pro-contact>ul>li .pro-contact-content h3{font-size: 1.8rem;}
}
@media screen and (max-width:575px){
    .pro-contact>ul>li{margin:1rem ;width: calc(100%/2 - 2rem);}
}
@media screen and (max-width:374px){
    .pro-contact>ul>li{width: 100%;margin: 1rem 0;}
}

/** 產品列表 **/
.pro{}
.pro>ul{margin:0; padding:0; list-style:none; display:flex; flex-wrap:wrap;}
.pro>ul>li{width:calc(100%/4 - 2.4rem); margin:1.2rem 1.2rem 5rem 1.2rem; padding:0; }
.pro>ul>li a{display: block;border-radius: 10px; background: #ffffff;box-shadow: 0 9pt 22px 0 rgba(0,0,0,.1);height: 100%;overflow: hidden;}
.pro>ul>li a:hover{box-shadow: 0 0 15px 0 rgba(0,0,0,.1);}
.pro>ul>li .photo{background-size: cover;}
.pro>ul>li .pro-content{ padding:2.4rem; }
.pro>ul>li .pro-content h3{font-size:2rem; color:#121212; font-weight:700; padding:0; margin:0;line-height: 1.4;}
.pro>ul>li .button02{margin: 1.5rem 0 0 0;}
.pro>ul>li:hover .pro-content h3{color: #680021;}
.pro>ul>li:hover .button02{color: #680021;}
.pro>ul>li:hover .button-icon{margin: 0 0 0 20px;transition: all 0.5s ease 0s;}
.pro>ul>li:hover .button-icon img{filter: hue-rotate(55deg); transition: all 0.5s ease 0s;}
@media screen and (max-width:991px){
    .pro>ul>li {width: calc(100%/ 3 - 2rem);margin:1rem 1rem 3rem 1rem;}
    .pro>ul>li .pro-content{ padding:1.5rem; }
    .pro>ul>li .pro-content h3{font-size:1.6rem; }
}
@media screen and (max-width:767px){
    .pro>ul>li {width: calc(100%/ 2 - 2rem);margin:1rem 1rem 2rem 1rem;}
}
@media screen and (max-width:374px){
    .pro>ul>li{width: 100%;margin: 1rem 0 3rem 0;}
}

/** 產品明細 **/
.pro-detaile-title{font-size:18px; color:#333; padding:5px; margin:0 0 10px 0; font-weight:normal;}
.pro-detaile-box{display:flex; flex-wrap:wrap; margin:0 0 3rem 0;}
.pro-detaile-photo-box{flex: 1; margin:0 3rem 0 0;height: 100%;}
.pro-detaile-photo-box img{width: 100%;height:auto;text-align: center;}
.pro-detaile-spe-box{flex: 2; }
.pro-detaile .pro-photo-box{background:#fff; width:100%; margin:0; padding:0;}
.pro-detaile .pro-photo-box img{width:100%; height:auto;}
.pro-list-time{background:url(../images/time.png) left center no-repeat; font-size:12px; color:#968c69; padding-left:20px;}
.pro-specification{font-size:16px; color:#333; position:relative;}
h3.pro-introduce{background:#999; font-weight:normal; border-left:5px #111111 solid; padding:8px 10px; font-size:20px; color:#fff; margin:25px 0 15px 0;}
.pro-detail-content{margin:4rem 0 0 0;}
.pro-detail-content>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;}
.pro-detail-content>ul>li{width: calc(100%/3 - 2rem);padding: 0;margin: 1.5rem 3rem 1.5rem 0;text-align: center;}
.pro-detail-content>ul>li:nth-child(3n){margin: 1.5rem 0 ;}
@media screen and (max-width:767px){
	.pro-detaile-box{display:block;margin:0 0 1.6rem 0;}
	.pro-detaile-photo-box{flex: initial; width:100%; max-width: 400px; margin:0 auto 1.5rem auto;}
	.pro-detaile-spe-box{flex: initial; width:100%;}
    .pro-detail-content{margin:3rem 0 0 0;}
    .pro-detail-content>ul>li{width: calc(100%/2 - 1rem);margin: 1rem 2rem 1rem 0;}
    .pro-detail-content>ul>li:nth-child(3n){margin: 1rem 2rem 1rem 0;}
    .pro-detail-content>ul>li:nth-child(2n){margin: 1rem 0 ;}
}
@media screen and (max-width:575px){
    .pro-detail-content>ul>li{width: calc(100%/2 - .5rem);margin: .5rem 1rem .5rem 0;}
    .pro-detail-content>ul>li:nth-child(3n){margin: .5rem 1rem .5rem 0;}
    .pro-detail-content>ul>li:nth-child(2n){margin: .5rem 0 ;}
}

/** 產品品牌 **/
.brand{display: flex;margin: 4rem 0 0 0;border-top: 1px #dbdbdb solid;padding: 4rem 0 0 0;}
.brand .brand-photo{flex: 1;height: 100%;}
.brand .brand-title{flex: 1.5;color:#121212;}
.brand .brand-title .font003{color:#121212;}
.brand .brand-title a{color:#121212;text-decoration: underline;}
.brand .brand-title a:hover{color:#a50034;}
.brand .brand-content{flex: 4;margin: 0 0 0 5rem;padding: 0;}
.brand .brand-content .brand-info{color:#121212;}
.brand .brand-content .brand-info a{color:#121212;text-decoration: underline;}
.brand .brand-content .brand-info a:hover{color:#a50034;}
.brand .brand-content .brand-btn{display: flex;margin: 3rem 0 0 0;}
.brand .brand-content .brand-btn02{margin:0;}
.brand .brand-content .brand-btn a{display: block;border-radius: 50px;overflow: hidden;color: #ffffff;padding:1.4rem 2.4rem;background: #a50034;}
.brand .brand-content .brand-btn a:hover{background: #680021;}
@media screen and (max-width:991px){
    .brand .brand-content{margin: 0 0 0 2rem;}
	.brand .brand-content .brand-btn{margin: 2rem 0 0 0;}
	.brand .brand-content .brand-btn02{margin: 0;}
}
@media screen and (max-width:767px){
    .brand{margin: 3rem 0 0 0;padding: 3rem 0 0 0;}
    .brand .brand-content{flex: 2;}
}
@media screen and (max-width:575px){
    .brand{display:block;}
    .brand .brand-photo{width: 100%;max-width: 300px;}
    .brand .brand-title{flex: initial;width: 100%;}
    .brand .brand-content{margin: 2rem 0 0 0;padding: 0;}
}

/** 人事招募 **/
.recruiting-btn{display: flex;margin: 1.5rem 0 0 0;}
.recruiting-btn a{display: block;text-decoration: none; border-radius: 50px;overflow: hidden;color: #ffffff;padding:1.4rem 2.4rem;background: #a50034;}
.recruiting-btn a:hover{background: #680021;color: #ffffff;}

/** 聯絡我們 **/
.contact-body{background: #f6f5f5;padding: 2.8rem 1.4rem;border-radius: 5px;}
.contact-note{padding:10px 0; font-size:1.2rem; color:#a50034;}
.terms-main{padding: 0 1.5rem;}
.terms{margin: 1.2rem 0 2rem 0;}
.terms a{color:#a50034;text-decoration: underline;}
.terms-agree{position: relative;}
@media screen and (max-width:991px){
    .terms-main{padding: 0 1rem;}
}
@media screen and (max-width:767px){
    .contact-body{padding: 1.5rem;}
    .terms-main{padding: 0 ;}
}

/** 表單欄位 **/
.star{color: #a50034;font-size: 1.2rem;padding: 0 .5rem 0 0;}
label{min-width: 100px;}
.form-box input, .form-box img{vertical-align:middle;}
.opinion-main{display:flex; flex-wrap:wrap;width: 100%;}
.opinion{flex: 1; display:flex; flex-wrap:wrap; margin:.6rem 1.5rem;padding: 0;position: relative;}
.opinion-left01{width: 100%; padding:.6rem 0; font-size:1.2rem; color:#121212; display:flex; align-items:center;}
.input-main-style01{background: #ffffff; flex:1; width:100%; border: 1px #585857 solid;border-radius: 4px; margin:0; padding:10px 15px;font-size:1.4rem; color:#585857;  min-height:46.59px; }
.input-main-style02{background: #ffffff; flex:1; width:100%; border: 1px #585857 solid;border-radius: 4px;margin:0; padding:10px 15px; font-size:1.4rem; color:#585857;   min-height:46.59px;}
.input-main-style03{background: #ffffff; width:100%; border:0;border: 1px #585857 solid;border-radius: 4px; margin:5px 0 0 0; padding:10px 15px; font-size:1.4rem; color:#585857;   min-height:46.59px;}
.input-main-style04{background: #ffffff; flex:1; width:100%; border:0;margin:0; padding:10px 15px;font-size:1.4rem; color:#585857;  min-height:46.59px;}
.input-main-select{background:none; flex:1; width:100%; border:0;margin:0; padding:0; font-size:1.4rem; color:#585857; display:flex; flex-wrap:wrap;}
.input-main-select select{flex: 1; margin:0; font-size:1.4rem; color:#585857; min-height:46.59px;appearance:none;-moz-appearance:none;-webkit-appearance:none;background:#ffffff url("../images/select-icon.svg")no-repeat right 15px center;background-size: 1.4rem;padding: 10px 44px 10px 15px;border: 0;border: 1px #585857 solid;border-radius: 4px;}
.select-style{background:#8a6e0c; font-size:1.4rem; color:#f3f3f3; line-height:20px; padding:5px 10px; border:0;}
.input-style01{background:#f4f8fb; flex:1; width:100%; border:0; margin:0;padding:5px 15px; font-size:1.4rem; color:#585857; min-height:46.59px;}
input:disabled{background-color:#fff; color:#2d7fb9; cursor:no-drop;}
.btn.openlink{margin:3px 0; padding:0 10px; text-align:center; font-size:1.4rem; line-height:1.5; font-weight:bold; background-color:#2d7fb9; color:#fff; border-radius:5px;}
.btn.openlink:hover{background-color:#ffbe00;}
img.code{width:100px; height:46.59px; margin:0; vertical-align:middle; display:inline-block;}
.pay-main{padding:0;font-size: 1.4rem; color: #333333;border-radius:0;margin: 15px 0 ;}
.input-main-style01:focus, .input-main-style02:focus, .input-main-style03:focus, .input-main-select select:focus{border: 1px #ffffff solid;box-shadow: 0 0 0 2px inset #121212;}
input[type="checkbox"] {display:none;}
input[type="checkbox"] + label {width:calc(100%/3 - 3px);display: inline-block;padding: 0 5px 0 0;font-size: 1.4rem;}
input[type="checkbox"] + label span {display:inline-block;width:19px;height:19px;margin:-4px 2px 0 0;vertical-align:middle;background:url(../images/input-button.png) left top no-repeat;background-size: 76px;cursor:pointer;}
input[type="checkbox"]:checked + label span {background: url(../images/input-button.png) -19px top no-repeat;background-size: 76px;}
input[type="radio"] {display:none;}
input[type="radio"] + label {width:calc(100%/3 - 3px);display:inline-block;padding: 0 5px 0 0 ;font-size: 1.4rem;}
input[type="radio"] + label span {display:inline-block;width:19px;height:19px;margin:-4px 2px 0 0;vertical-align:middle;background:url(../images/input-button.png) -38px top no-repeat;background-size: 76px;cursor:pointer;}
input[type="radio"]:checked + label span {background:url(../images/input-button.png) -57px top no-repeat;background-size: 76px;}
.just-validate-error-label{position: absolute;bottom: -3.5rem;left:1.5rem;padding: .4rem 1rem; background: #a50034;color: #ffffff!important;font-size: 1.6rem; border-radius: 5px;z-index: 10;}
.just-validate-error-label:after{content: "";display: block;width: 0;height: 0;border-style: solid;border-width: 0 5px 8px 5px;border-color: transparent transparent #a50034 transparent;position: absolute;top: -8px ;left: 15px;}
.terms-agree input[type="checkbox"] + label{font-size:inherit;width: 100%;padding: 0;}
.terms-agree input[type="checkbox"] + label span.star {width:auto;height:auto;margin:0;vertical-align: text-top;background:none;cursor:none;}
.terms-agree input[type="checkbox"]:checked + label span.star {background:none;}
@media screen and (max-width:991px){
    .opinion{margin:.6rem 1rem;}
    .just-validate-error-label{font-size: 1.4rem;bottom: -3rem;}
}
@media screen and (max-width:767px){
    .opinion-main{display:block;}
	.opinion{display:block;margin:.6rem 0;}
	.opinion-left01{width:100%;}
	.input-main-style02{width:calc(100% - 105px); display:inline-block;}
}

/** 按鈕 **/
.cart-btn{padding:0; text-align:center; margin-top:4rem; display:flex; flex-wrap:wrap; justify-content:flex-start; align-items:center;}
.cart-btn-margin{margin:4rem 1.5rem 0 1.5rem;}
a.btn-send{display: inline-flex;align-items: center;justify-content: center; border-radius: 50px;overflow: hidden;color: #ffffff;padding:1rem ;background: #a50034;border: 0;}
a.btn-send:hover{background: #680021;}
button[type="submit"]{display: inline-flex;align-items: center;justify-content: center; border-radius: 50px;overflow: hidden;color: #ffffff;padding:1rem ;background: #a50034;border: 0;}
button[type="submit"]:hover{background: #680021;}
.btn-send .btn-title{width:auto;padding: 3.5px 1.4rem;color: #ffffff;margin:0;border-right: 1px #cd7a94 solid;}
.btn-send .btn-icon{width:auto;display: flex;align-items: center;justify-content: center;transition: all 0.5s ease 0s; padding: 3.5px 1.4rem;margin: 0;}
.btn-send .btn-icon img{width: 20px;height: 20px;filter: brightness(0) invert(1);}
a.btn-send:hover .btn-icon{padding: 3.5px .8rem 3.5px 2rem;transition: all 0.5s ease 0s;}
button[type="submit"]:hover .btn-icon{padding: 3.5px .8rem 3.5px 2rem;transition: all 0.5s ease 0s;}
a.btn-reset{background:#666666; padding:8px 25px; text-align:center; font-size:16px; color:#ffffff; min-width:100px; margin:5px;}
a.btn-reset:hover{background:#222222;}
a.btn-send-over{background:#7ea2c5; padding:8px 25px; text-align:center; font-size:16px; color:#fff; min-width:100px; margin:5px;}
a.btn-send-over:hover{background:#96b9dc; border:2px solid #96b9dc;}
@media screen and (max-width:991px){
    .cart-btn-margin{margin:4rem 1rem 0 1rem;}
}
@media screen and (max-width:767px){
    .cart-btn-margin{margin:4rem 0 0 0;}
}

/** 送出訊息 **/
.jump-window-box{max-width:640px;margin:0 auto;}
@media screen and (max-width:1024px){
    .jump-window-box{padding: 2.8rem 2.4rem;}
}
@media screen and (max-width:767px){
    .jump-window-box{padding: 1.5rem;}
}

/** 頁次 **/
.pagination-main {width: 100%;display: flex;flex-wrap: wrap; justify-content:center;align-items: center;margin:40px 0 0 0;letter-spacing: 0;}
.pagination {width: auto;display:table;color: #000000;line-height: 1;text-align: center;}
.pagination a {color:#000000;display: inline-flex;align-items: center;justify-content: center; padding: 8px;width: auto;height: 40px;margin: 0 5px ;}
.pagination span {color:#000000;display: inline-block;padding: 8px;}
.pagination a.active {color: #a50034;border-bottom: 1px #a50034 solid;}
.pagination a:hover:not(.active) {color:#000000;}
.page{color: #ffffff;width: auto;margin: 4rem 0 0 0;display: flex;align-items: center;justify-content: center; }
.page a{display: flex;align-items: center;justify-content: center; border-radius: 50px;overflow: hidden;color: #ffffff;padding: 10px;background: #a50034;}
.page a:hover{background: #680021;}
.page .page-btn-title{width:auto;border-right: 1px #cd7a94 solid;padding:3.5px 14px;}
.page .page-btn-icon{width:auto;padding:3.5px 14px;display: flex;align-items: center;justify-content: center;transition: all 0.5s ease 0s;}
.page .page-btn-icon img{width: 20px;height: 20px;filter: brightness(0) invert(1);}
.page a:hover .page-btn-icon{padding:3.5px 8px 3.5px 20px;transition: all 0.5s ease 0s;}
@media screen and (max-width:991px){
    .page{margin: 3rem 0 0 0;}
}
@media screen and (max-width:575px){
    .pagination a {height: 30px;padding: 4px;}
    .pagination span {padding: 4px;}
}

/** 下版 **/
footer{background:#121212 url("../images/footer_bg.svg")no-repeat right center;background-size: 210px; padding: 0 15px 15px 15px; position: relative;z-index: 3;}
footer:after{content: "";display: block;width: 100%;height: 15px; background: url("../images/footer-line.jpg")no-repeat center;background-size: cover;position: absolute;bottom: 0;left: 0;z-index: 2;}
footer .footer{max-width:1200px; margin:0 auto; display: flex;flex-wrap: wrap;flex-direction: row-reverse;}
.f-menu-title{font-size: 1.2rem;color: rgba(255,255,255,.7);margin: 0 0 4rem 0 ;padding: 0;font-weight: 700;line-height: 1.4;}
.f-menu-title a{display: block;color: rgba(255,255,255,.7);}
.f-menu-title a:hover{text-decoration: underline;}
.sitemap{border-right: 1px #444444 solid;flex: 2.25;padding: 6rem 2rem 4rem 0;}
.sitemap>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;}
.sitemap>ul>li{padding: 0 1.5rem 0 0;margin: 0;width: calc(100%/3);}
.sitemap>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;}
.sitemap>ul>li .f-menu-title i{display: none;}
.sitemap>ul>li .sitemap-content{}
.sitemap>ul>li .sitemap-content>ul{list-style: none;padding: 0;margin: 0;}
.sitemap>ul>li .sitemap-content>ul>li{padding: 0;margin: 0;width: 100%;}
.sitemap>ul>li .sitemap-content>ul>li a{display:block;color: #ffffff;padding:0 0 1.6rem 0;}
.sitemap>ul>li .sitemap-content>ul>li a:hover{text-decoration: underline;}
.f-contact{flex: 1;padding: 6rem 0 4rem 6rem ;}
.f-contact .f-menu-title{margin: 0 0 2rem 0 ;}
.f-contact-content{font-size: 2.8rem;color: #ffffff;font-weight: 700;margin: 0 0 4rem 0;line-height: 1.2;}

.f-logo-copyright{width: 100%; border-top: 1px #444444 solid;display: flex;align-items: center; padding: 2.5rem 0;}
.f-logo-copyright .f-logo{width: 174px;margin: 0 20px 0 0;}
.f-logo-copyright .f-logo img{filter: brightness(0) invert(1);}

.f-logo-copyright .f-info{text-align: left;font-size: 1.2rem;color: #ffffff;}
.f-logo-copyright .f-info span{width: 100%;}
.f-logo-copyright .f-info span a{color: #ffffff;}
.f-logo-copyright .f-info span a:hover{text-decoration: underline;}

.f-logo-copyright .f-info .f-logo2{width: 10px; margin: 10 20px 0 0; display: inline-block;vertical-align: super;}
.f-logo-copyright .f-info .f-logo2 img{width: 10px; height: 10px; filter: brightness(0) invert(1);}
.f-logo-copyright .f-info .f-logo2 span a{width: 10px; height: 10px; filter: brightness(0) invert(1);color: #ffffff;}

.f-logo-copyright2{width: 100%; border-top: 0px #444444 solid;display: flex;align-items: center; padding: 0.5rem 0;}

.f-logo-copyright2 .copyright{flex: 1;text-align: center;font-size: 1.2rem;color: #ffffff;}
.f-logo-copyright2 .copyright span{width: 100%;}
.f-logo-copyright2 .copyright span a{color: #ffffff;}
.f-logo-copyright2 .copyright span a:hover{text-decoration: underline;}

@media screen and (max-width:991px){
	.sitemap{padding: 6rem 0 4rem 0;}
    .f-contact{flex: 1;padding: 6rem 0 4rem 3rem ;}
    .f-contact-content{font-size: 2.2rem;margin: 0 0 2rem 0;}
    .f-logo-copyright{padding: 2rem 0;}
}
@media screen and (max-width:767px){
    footer{background:#121212 url("../images/footer_bg.svg")no-repeat right top;background-size: 100px; }
    .f-menu-title{margin: 0 0 2rem 0 ;}
	.sitemap{flex: initial;width: 100%;border-right: 0;padding: 3rem 0;}
    .sitemap>ul>li .sitemap-content>ul>li a{padding:0 0 1.4rem 0;}
    .f-contact{flex: initial;width: 100%;padding: 3rem 0 1rem 0;}
    .f-logo-copyright{display: block;}
    .f-logo-copyright .f-logo{width: 174px;margin: 0 auto;}
	
.f-logo-copyright .f-info .f-logo2{width: 14px; margin: 10 20px 0 0; display: inline-block;vertical-align: super;}
.f-logo-copyright .f-info .f-logo2 img{width: 14px; height: 14px; filter: brightness(0) invert(1);}
.f-logo-copyright .f-info .f-logo2 span a{width: 14px; height: 14px; filter: brightness(0) invert(1);color: #ffffff;}
	
	.f-logo-copyright .f-info{flex: initial;text-align:center;width: 100%;margin: 1.5rem 0 0 0;}
	
	.f-logo-copyright2{display: block;}
    .f-logo-copyright2 .copyright{flex: initial;text-align:center;width: 100%;margin: 1.5rem 0 0 0;}
}
@media screen and (max-width:575px){
    .f-menu-title {color: rgba(255,255,255,1);display: flex;justify-content: space-between;margin:2rem 0;}
    .f-menu-title a{color: rgba(255,255,255,1);width: 100%;}
    .sitemap{padding:0;}
    .sitemap>ul>li{padding: .5rem 0;margin: 0;width: 100%;border-bottom: 1px #585857 solid;}
    .sitemap>ul>li:last-of-type{border-bottom: 0;}
    .sitemap>ul>li .f-menu-title i{display:flex;align-items: center;justify-content: center;min-width: 14px; width: 14px; height: 14px;margin: .6rem 0 0 1.5rem; }
    .sitemap>ul>li .f-menu-title i img{width: 14px; height: 14px;}
    .sitemap-content {display: none;transition: all 0.5s ease 0s;}
    .sitemap>ul>li.active .sitemap-content {display: block;transition: all 0.5s ease 0s;}
    .sitemap>ul>li .sitemap-content>ul{padding:1rem 0 0 1rem;}
    .sitemap>ul>li .sitemap-content>ul>li a{padding:1rem 0;}
    .f-contact{padding: 3rem 0 1.5rem 0;}
}

/** top **/
#scrollUp {background-image: url("../images/top.png");bottom: 6rem;right: 0;width: 42px; height: 102px; }
#scrollUp:hover {background-image: url("../images/top_h.png");}
@media screen and (max-width:991px){
	#scrollUp {background-image: url("../images/m-top.png");right: 1rem; height: 42px; }
    #scrollUp:hover {background-image: url("../images/m-top_h.png");}
}