@charset "utf-8";

/** bootstrap **/
@import url(bootstrap.css);

/** 文字icon **/
@import url(font-awesome.min.css);

/** 手機選單 **/
@import url(slicknav.css) screen and (max-width:1024px);

/** 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:1024px){
    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;transition: all 0.5s ease 0s;}
.head-main .logo{width: 250px; height:auto;position: relative;z-index: 3;padding: 0 ;transition: all 0.5s ease 0s;}
.head-main .logo a{display: block;}
.head-main .logo img{width:100%; height:auto;mix-blend-mode: darken;-ms-mix-blend-mode: darken;}
.head-main .logo02{width: 130px; height:auto;position: relative;z-index: 3;padding: 0;transition: all 0.5s ease 0s;}
.head-main .logo02 a{display: block;}
.head-main .logo02 img{width:100%; height:auto;}
@media screen and (max-width:1160px){
    .head-main .logo{width: 196px; }
    .head-main .logo02{width: 110px;}
}
@media screen and (max-width:1024px){
    header{padding:32px 15px 17px 15px;}
    .head-main .logo02{margin: 0 2rem;}
}
@media screen and (max-width:575px){
    .head-main .logo{width: 180px;  padding: .35rem 0;}
    .head-main .logo02{width: 100px;margin: 0 1.5rem;}
}
@media screen and (max-width:374px){
    .head-main .logo{width: 140px; padding: .484rem 0;}
    .head-main .logo02{width: 90px;}
}

/** 主選單與下拉 **/
nav{flex: 1;margin: 0 1.8rem;}
.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 1.2rem;font-weight: 500;}
.menu>li>a{color:#000000; display:block; padding:46.21px 0; margin:0;position: relative; transition: all 0.5s ease 0s;}
.menu>li>a:after{content: "";display: block;width: 0%;height: 4px; background: #a50034;position: absolute;bottom: 36.21px;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 .menu-note{position: absolute;top: 24px;left: 0;background: #a50034;padding: .2rem .76rem;border-radius: 50px;font-size: 1.2rem;color: #ffffff;font-weight: 400;line-height: 1.2;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:133px;visibility: visible;opacity: 1; display:flex;flex-wrap: wrap;transition: all 0.5s ease 0s;}
.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;}
.header-height .menu>li>a{padding:29.71px 0; transition: all 0.5s ease 0s;}
.header-height .menu>li>a:after{bottom: 19.71px;transition: all 0.5s ease 0s;}
.header-height .menu>li .menu-note{top: 10px;transition: all 0.5s ease 0s;}
.header-height .menu>li.sub:hover ul.sub-menu{top:100px;transition: all 0.5s ease 0s;}
@media screen and (max-width:1160px){
    nav{margin: 0 .5rem;}
    .menu>li{ margin:0 1rem;}
}
@media screen and (max-width:1024px){
    nav{flex:initial;margin: 0;}
	#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:133px 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{margin:81px auto 0 auto;height: 67rem;}
}
@media screen and (max-width:991px){
	.edm-main{height: 51rem;}
}
@media screen and (max-width:767px){
	.edm-main{margin:80px auto 0 auto;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:1024px){
    .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;}
}

/** 首頁TREHA®基礎知識 **/
.i-knowledge-main{padding: 5vw 1.5rem;}
.i-knowledge{max-width: 1200px;margin: 0 auto;display: flex;}
.i-knowledge-title{flex: 1;}
.i-knowledge-content{flex: 2;}
.i-knowledge-content>ul {list-style: none;padding: 0;margin: 0;column-count: 2;column-gap:0;} 
.i-knowledge-content>ul>li {counter-increment: num;page-break-inside: avoid;padding:0;margin:0 0 4rem 9.5rem;}
.i-knowledge-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-knowledge-content>ul>li h3 i{display: none;}
.i-knowledge-content>ul>li .i-knowledge-content-open {}
.i-knowledge-content>ul>li .i-knowledge-content-open .i-knowledge-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:1024px){
    .i-knowledge-main{padding: 3rem 15px;}
    .i-knowledge{display:block;}
    .i-knowledge-title{flex:initial;width: 100%;}
    .i-knowledge-content{flex: initial;width: 100%;margin: 3rem 0 0 0;}
    .i-knowledge-content>ul>li {margin:0 1.5rem 3rem 1.5rem;}
    .i-knowledge-content>ul>li h3 {font-size:1.8rem;margin:0 0 1rem 0;}
}
@media screen and (max-width:575px){
    .i-knowledge-content{margin:1.5rem 0 3rem 0 ;}
    .i-knowledge-content>ul {column-count: inherit;display: block;} 
    .i-knowledge-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-knowledge-content>ul>li h3 {display: flex;justify-content: space-between;margin:1rem 0;}
    .i-knowledge-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-knowledge-content>ul>li h3 i img{width: 14px; height: 14px;}
    .i-knowledge-content-open {display: none;transition: all 0.5s ease 0s;}
    .i-knowledge-content>ul>li.active .i-knowledge-content-open {display: block;transition: all 0.5s ease 0s;}
}

/** 首頁TREHA®建議用量 **/
.i-dosage-main{padding:0 1.5rem 5vw 1.5rem;}
.i-dosage{max-width: 1200px;margin: 0 auto;display: flex;}
.i-dosage-title{flex: 1;}
.i-dosage-content{flex: 2;}
.i-dosage-content>ul {list-style: none;padding: 0;margin: 0;column-count: 2;column-gap:0;} 
.i-dosage-content>ul>li {counter-increment: num;page-break-inside: avoid;padding:0;margin:0 0 4rem 9.5rem;}
.i-dosage-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-dosage-content>ul>li h3 i{display: none;}
.i-dosage-content>ul>li .i-dosage-content-open {}
.i-dosage-content>ul>li .i-dosage-content-open .i-dosage-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:1024px){
    .i-dosage-main{padding:0 15px 3rem 15px;}
    .i-dosage{display:block;}
    .i-dosage-title{flex:initial;width: 100%;}
    .i-dosage-content{flex: initial;width: 100%;margin: 3rem 0 0 0;}
    .i-dosage-content>ul>li {margin:0 1.5rem 3rem 1.5rem;}
    .i-dosage-content>ul>li h3 {font-size:1.8rem;margin:0 0 1rem 0;}
}
@media screen and (max-width:575px){
    .i-dosage-content{margin:1.5rem 0 3rem 0 ;}
    .i-dosage-content>ul {column-count: inherit;display: block;} 
    .i-dosage-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-dosage-content>ul>li h3 {display: flex;justify-content: space-between;margin:1rem 0;}
    .i-dosage-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-dosage-content>ul>li h3 i img{width: 14px; height: 14px;}
    .i-dosage-content-open {display: none;transition: all 0.5s ease 0s;}
    .i-dosage-content>ul>li.active .i-dosage-content-open {display: block;transition: all 0.5s ease 0s;}
}

/** 內頁banner **/
.inside-banner{padding:133px 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:1024px){
	.inside-banner{padding:81px 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{padding:80px 0 0 0;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;margin: 0;}
.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;flex-wrap: wrap;}
.content .content-info{flex: 2;}
.content .content-photo{flex: 1;margin: 0 0 0 2.4rem;text-align: center;}
@media screen and (max-width:1024px){
    .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%;}
    .content .content-photo{flex: initial;width: 100%;margin: 1.6rem auto 0 auto;max-width: 300px;}
}

/** 最新消息 **/
.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:1024px){
    .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;}
} 

/** 基礎知識 **/
.knowledge{display: flex;flex-wrap: wrap;}
.knowledge .knowledge-content{flex: 1.86;}
.knowledge .knowledge-photo{flex: 1;margin: 0 0 0 2.4rem;text-align: center;}
.knowledge .knowledge-photo02{flex: .68;}
.knowledge .knowledge-photo03{flex: .76;margin: 0 2.4rem 0 0;}
.knowledge .knowledge-photo04{flex: 1.6;margin: 0 2.4rem 0 0;}
.knowledge .knowledge-table-main{flex: 2;margin:  0 0 0 2.4rem;display: flex;font-size: 1.4rem;}
.knowledge .knowledge-table-main .knowledge-photo-table{flex: 1;text-align: center;}
.knowledge .knowledge-table-main .knowledge-table{flex: 2;margin: 0 0 0 1rem;}
@media screen and (max-width:1024px){
    .knowledge .knowledge-content{flex: 1.4;}
    .knowledge .knowledge-photo{margin:  0 0 0 1.5rem;}
    .knowledge .knowledge-photo03{margin: 0 1.5rem 0 0;}
    .knowledge .knowledge-photo04{margin: 0 1.5rem 0 0;}
    .knowledge .knowledge-table-main{flex: initial;width: 100%; margin:2rem 0 0 0;}
}
@media screen and (max-width:767px){
    .knowledge{display: block;}
    .knowledge .knowledge-content{flex: initial;width: 100%;}
    .knowledge .knowledge-photo{flex: initial;width: 100%;margin: 2rem auto ;max-width: 400px;}
    .knowledge .knowledge-photo02{max-width: 340px;}
    .knowledge .knowledge-photo03{max-width: 340px;}
    .knowledge .knowledge-photo04{max-width: 500px;}
}
@media screen and (max-width:575px){
    .knowledge .knowledge-table-main{display: block;}
    .knowledge .knowledge-table-main .knowledge-photo-table{flex: initial;width: 100%;max-width: 300px;margin: 0 auto;}
    .knowledge .knowledge-table-main .knowledge-table{flex:initial;width: 100%;margin:2rem 0 0 0;}
}

/** TREHA®的11機能 **/
.pro{}
.pro>ul{ margin:0; padding:0; list-style:none; display:flex; flex-wrap:wrap;}
.pro>ul>li{width:calc(100%/5 - 3rem); margin:1.5rem; padding:0;border-radius: 10px; overflow: hidden; }
.pro>ul>li a{display: block;background: #ffffff;height: 100%;}
.pro>ul>li a:hover{box-shadow: 0 0 15px 0 rgba(0,0,0,.1);}
.pro-table{}
.pro-table>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;}
.pro-table>ul>li{width: calc(100%/3);padding: 0;margin: 0; border-right: 1px #dbdbdb solid;}
.pro-table>ul>li:nth-child(3n){border-right: 0;}
@media screen and (max-width:1024px){
    .pro>ul>li {width: calc(100%/ 4 - 2rem);margin:1rem;}
}
@media screen and (max-width:767px){
    .pro>ul>li {width: calc(100%/ 3 - 2rem);}
    .pro-table>ul>li{width: 100%; border-right: 0;}
}
@media screen and (max-width:575px){
    .pro>ul>li {width: calc(100%/ 2 - 2rem);}
}

/** TREHA®建議用量 **/
.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;}

/** TREHA®的11個機能分類 **/
.pro-menu{margin: 0 0 4rem 0;}
.pro-menu>ul{list-style: none;margin: 0;display: flex;flex-wrap: wrap;padding:0;justify-content:center;}
.pro-menu>ul>li{padding: 0;margin:0 .5rem 1rem.5rem;width:60px; height: 60px; display: flex;align-items: center;justify-content: center;color: #ffffff;}
.pro-menu>ul>li>a{ display: flex;align-items: center;justify-content: center;width:60px; height: 60px;color: #121212;background: #f3f3f3;border-radius: 100px;padding: .5rem;}
.pro-menu>ul>li>.current{background: #a50034;color: #ffffff;}
.pro-menu>ul>li>a:hover:not(.current){background: #a50034;color: #ffffff;}
@media screen and (max-width:1024px){
    .pro-menu{margin: 0 0 2rem 0;}
    .pro-menu>ul>li{width:50px; height: 50px;margin:0 .3rem .6rem .3rem;}
    .pro-menu>ul>li>a{width:50px; height: 50px;}
}

/** TREHA®的效果 **/
.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%;}

/** 常見問題 **/
.faq {}
.accordion {display: block;position: relative;width: 100%;margin:0;padding:0;}
.accordion__item {display: block;width: 100%;margin: 0;}
.accordion__item:last-child {margin-bottom: 0;}
.accordion__title {display: block;position: relative;font-size: 2.2rem; padding:2rem 5.5rem 2rem 0;font-weight:700;color:#121212;border-bottom:1px #dbdbdb solid;overflow: hidden;}
.accordion__title:hover {color: #a50034;}
.accordion__title.active {}
.accordion__title.active .x7 {-webkit-transform: rotate(-90deg);transform: rotate(-90deg);}
.accordion__title.active .x7 .btop {width: 46%;height: 2px;top: 6px;-webkit-transform: translateY(-50%) rotate(-45deg);transform: translateY(-50%) rotate(-45deg);-webkit-transform-origin: 50% 50%;transform-origin: 50% 50%;}
.accordion__title.active .x7 .bmid {opacity: 0;}
.accordion__title.active .x7 .bbot {width: 46%;height: 2px;bottom: 2px;-webkit-transform: translateY(50%) rotate(45deg);transform: translateY(50%) rotate(45deg);-webkit-transform-origin: 50% 50%;transform-origin: 50% 50%;}
.accordion__content {display: none;overflow: hidden;padding:2rem 0;color:#585857;}
.accordion__content a{color:#000000;text-decoration: underline;}
.accordion__content a:hover{color: #a50034;}
.bmenu {width: 26px;height: 16px;display: block;position: absolute;right: 2rem;top: 2.9rem;}
.btop, .bmid, .bbot {right: 0;width: 100%;height: 3px;position: absolute;background-color: #a50034;}
.btop {width:3px;}
.bmid {width:3px;}
.bbot { width:3px;}
.x7 {-webkit-transition: -webkit-transform .3s ease-out;transition: -webkit-transform .3s ease-out;transition: transform .3s ease-out;transition: transform .3s ease-out, -webkit-transform .3s ease-out;-webkit-transform-origin: 60% 75%;transform-origin: 60% 75%;}
.x7 .btop {top: 0;-webkit-transition: width .3s, top .0s, -webkit-transform .3s;transition: width .3s, top .0s, -webkit-transform .3s;transition: width .3s, transform .3s, top .0s;transition: width .3s, transform .3s, top .0s, -webkit-transform .3s;-webkit-transition-timing-function: ease-out;transition-timing-function: ease-out;}
.x7 .bmid {top: calc(50% - 1.5px);-webkit-transform-origin: 100% 50%;transform-origin: 100% 50%;-webkit-transition: opacity .1s;transition: opacity .1s;-webkit-transition-timing-function: ease-out;transition-timing-function: ease-out;}
.x7 .bbot {bottom: 0;-webkit-transition: width .3s, bottom .0s, -webkit-transform .3s;transition: width .3s, bottom .0s, -webkit-transform .3s;transition: width .3s, transform .3s, bottom .0s;transition: width .3s, transform .3s, bottom .0s, -webkit-transform .3s;-webkit-transition-timing-function: ease-out;transition-timing-function: ease-out;}
@media screen and (max-width:1024px){
    .accordion__title {font-size: 1.8rem; padding:1.5rem 5.5rem 1.5rem 0;}
    .accordion__content {padding:1.5rem 0;}
    .bmenu {right: 1.5rem;top: 2.2rem;}
}

/** 商標一覽 **/
.trademark{}
.trademark>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;}
.trademark>ul>li{margin:1rem;width: calc(100%/3 - 2rem);border: 1px solid #585857;color: #000000;;border-radius: 5px;text-align: center;padding: 1.5rem 1.5rem;}
@media screen and (max-width:575px){
    .trademark>ul>li{margin:1rem 0;width:100%;}
}

/** 聯絡我們 **/
.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:1024px){
    .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:1024px){
    .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:1024px){
    .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:1024px){
    .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%/4);}
.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 .menu-note{display: inline-block;background: #a50034;padding: .2rem .76rem;margin: 0; border-radius: 50px;font-size: 1.2rem;color: #ffffff;font-weight: 400;line-height: 1.2;}
.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-contact .f-related-logo{margin: 4rem 0 0 0;}
.f-contact .f-related-logo>ul{list-style: none;padding: 0;margin: 0;}
.f-contact .f-related-logo>ul>li{padding: 0;margin:2rem 0;}
.f-contact .f-related-logo>ul>li img{filter: brightness(0) invert(1);max-width: 190px;}
.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;}
.f-logo-copyright .f-logo img{filter: brightness(0) invert(1);}
.f-logo-copyright .f-contact-info{flex: 1;font-size: 1.2rem;color: #ffffff;margin: 0 4rem;}
.f-logo-copyright .f-contact-info a{display: inline-block;color: #ffffff;}
.f-logo-copyright .f-contact-info a:hover{text-decoration: underline;}

.f-logo-copyright .f-contact-info .f-logo2{width: 10px; margin: 10 20px 0 0; display: inline-block;vertical-align: super;}
.f-logo-copyright .f-contact-info .f-logo2 img{width: 10px; height: 10px; filter: brightness(0) invert(1);}
.f-logo-copyright .f-contact-info .f-logo2 span a{width: 10px; height: 10px; filter: brightness(0) invert(1);color: #ffffff;}

.f-logo-copyright .copyright{width: auto;text-align: right;font-size: 1.2rem;color: #ffffff;}
.f-logo-copyright .copyright span{display: block;width: 100%;}
.f-logo-copyright .copyright span a{display: block;color: #ffffff;}
.f-logo-copyright .copyright span a:hover{text-decoration: underline;}

.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:1024px){
	.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-contact .f-related-logo>ul>li img{max-width: 160px;}
    .f-logo-copyright{padding: 2rem 0;flex-wrap: wrap; }
    .f-logo-copyright .f-contact-info{margin: 0 0 0 4rem;}
    .f-logo-copyright .copyright{width: 100%;margin: .5rem 0 0 0;}
	
    .f-logo-copyright2 .copyright{width: 100%;margin: .5rem 0 0 0;}
	
	.f-logo-copyright .f-contact-info .f-logo2{width: 10px; margin: 10 20px 0 0; display: inline-block;vertical-align: super;}
    .f-logo-copyright .f-contact-info .f-logo2 img{width: 10px; height: 10px; filter: brightness(0) invert(1);}
    .f-logo-copyright .f-contact-info .f-logo2 span a{width: 10px; height: 10px; filter: brightness(0) invert(1);color: #ffffff;}
	
}
@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-contact .f-related-logo{margin: 2rem 0 0 0;}
    .f-contact .f-related-logo>ul{display: flex;flex-wrap: wrap;}
    .f-contact .f-related-logo>ul>li{margin:1rem;width: calc(100%/4 - 2rem);}
    .f-contact .f-related-logo>ul>li img{max-width: inherit;width: 100%;}
    .f-logo-copyright{display: block;}
    .f-logo-copyright .f-logo{width: 174px;margin: 0 auto;}
    .f-logo-copyright .f-contact-info{text-align: center;margin: 1.5rem 0;}
    .f-logo-copyright .copyright{flex: initial;text-align:center;width: 100%;margin: 0;}
	
	.f-logo-copyright2{display: block;}
	.f-logo-copyright2 .copyright{flex: initial;text-align:center;width: 100%;margin: 0;}
	
	.f-logo-copyright .f-contact-info .f-logo2{width: 10px; margin: 10 20px 0 0; display: inline-block;vertical-align: super;}
    .f-logo-copyright .f-contact-info .f-logo2 img{width: 10px; height: 10px; filter: brightness(0) invert(1);}
    .f-logo-copyright .f-contact-info .f-logo2 span a{width: 10px; height: 10px; filter: brightness(0) invert(1);color: #ffffff;}
}
@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;}
    .f-contact .f-related-logo>ul>li{width: calc(100%/3 - 2rem);}
}
@media screen and (max-width:450px){
    .f-contact .f-related-logo>ul>li{width: calc(100%/2 - 2rem);}
}

/** 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:1024px){
	#scrollUp {background-image: url("../images/m-top.png");right: 1rem; height: 42px; }
    #scrollUp:hover {background-image: url("../images/m-top_h.png");}
}