@charset "utf-8";
/* CSS Document */

/*-----css基本設定---------*/
*, body, h1, h2, h3, h4, h5, h6, a, p, select  {
	font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif, Arial, Helvetica;
}
/*文字反選顏色*/
::selection, ::-moz-selection {
	background: #e78d09;
	color: #ffffff;
}

/*a:focus {
	background-color: #F7AD00 !important;
}*/
a {
	transition: .5s;
}
/*a:hover {
	filter:brightness(110%);
	transition: .5s;
}*/
/*a:focus img {
	-webkit-filter:saturate(0.2);
}*/


/*--行動版隱藏--*/
.mob {
	display: none !important;
}


html {
	height: 100%;
	margin: 0;
}
body {
	margin: 0;
	min-height: 100%;
	background: #fff;
}

/*清除格式*/
.CleanFormat { 
	clear: both;
}
#article::after, section::after, header::after {
	content: "";
	display: block;
	clear: both;
}

/*分隔線*/
.Dividers {
	margin: 10px auto;
	width: 100%;
	height: 1px;
	border-bottom: 1px dotted #373b80;
}

/*------------------------WebStart----------------------*/
#wrap {
	display: block;
	position: relative;
}

.PageBG.index {
    display: none;
}

.PageBG.location, .PageBG.faqs {
	/*background: url("../images/BG_3.jpg");*/
}

.PageBG.video {
	/*background: url("../images/BG_4.jpg");*/
}

.PageBG.article {
	/*background: url("../images/BG_2.png");*/
}

.PageBG.video, .PageBG.location, .PageBG.faqs, .PageBG.article {
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100vw;
	/*z-index: -1;*/
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	/*background-size: cover;
	background-position: center;*/
}

#PageBG {
	object-fit: cover;
	height: 100%;
	width: 100%;

	position: absolute;
	top: 0;
	left: 0;
}

/*-------------------------Header-----------------------*/
header {
    display: block;
    position: fixed;
    z-index: 99;
    padding: 0 15px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 80%);
    width: calc(100% - 30px);
    font-size: 0;
    background: #302C27;
    top: 0;
    transition: .5s;
}

/*---------------------------Menu-----------------------*/
#Logo {
    display: inline-block;
    vertical-align: middle;
    width: 195px;
    padding: 20px 0;
}

#Logo img {
    display: block;
    height: 30px;
    width: auto;
}

nav {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 195px);
}

nav ul {
    font-size: 0;
    display: block;
    width: 100%;
    text-align: right;
}

nav li {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin-left: 4%;
}

nav li a {
    color: #fff;
}
nav li.active a  {
    color: #CE863E;
}

nav li a:hover {
    color:#CE863E;
}

nav li a div {
    font-size: 1.2rem;
    line-height: 20px;
}




/*-----手機版選單------*/
.MobileMenu {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 51;
}

.MobileMenu a {
    display: block;
    width: 40px;
    height: 40px;
    transition: 0.5s;
}

.MobileMenu a span {
    display: block;
    background: #fff;
    height: 3px;
    border-radius: 3px;
    position: absolute;
    right: 0;
    transition: 0.5s;
}

.MobileMenu a span:first-child {
    width: 33%;
    margin-bottom: 8px;
    top: 0;
}

.MobileMenu a span:nth-child(2) {
    width: 66%;
    margin-bottom: 8px;
    top: 10px;
}

.MobileMenu a span:nth-child(3) {
    top: 20px;
    width: 100%;
}

.MobileMenu a p {
    position: absolute;
    bottom: 0;
    font-size: 0.7rem;
    letter-spacing: 1.2px;
    font-weight: bold;
    line-height: 0.7rem;
    color: #fff;
    transition: 0.5s;
    width: 100%;
    text-align: center;
}


.MobileMenu.active a span {
    background: #CE863E;
}

.MobileMenu.active a span:first-child {
    width: 100%;
    top: 30%;
    transform: rotate(45deg);
}

.MobileMenu.active a span:nth-child(2) {
    opacity: 0;
    right: 22%;
}

.MobileMenu.active a span:nth-child(3) {
    top: 30%;
    transform: rotate(-45deg);
}
.MobileMenu.active a p {
    letter-spacing: 0.9px;
    color: #CE863E;
}
/*-------------------------BODY-------------------------*/
article.page {
	padding-top: 80px;
}
section {
	
}
/*-------------------------FOOTER-----------------------*/
footer {
	background: -webkit-linear-gradient(left, rgba(90,50,0,1) 0%, rgba(206,134,62,1) 50%, rgba(90,50,0,1) 100%);
	background: -o-linear-gradient(left, rgba(90,50,0,1) 0%, rgba(206,134,62,1) 50%, rgba(90,50,0,1) 100%);
	background: linear-gradient(to right, rgba(90,50,0,1) 0%, rgba(206,134,62,1) 50%, rgba(90,50,0,1) 100%);
} 

.FooterBg {
    
}

/*回頂端*/
#Gotop {
    display: block;
    position: fixed;
    right: -40px;
    bottom: -70px;
    z-index: 10;
    transform: rotate(-90deg);
    transition: .5s;
    text-shadow: 0 0 5px #000;
}
#Gotop.active {
    bottom: 130px;
}

#Gotop a {
    border-bottom: 1px solid #fff;
    padding-right: 40px;
    display: block;
    color: #fff;
    position: relative;
}

#Gotop a::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    height: 25px;
    width: 1px;
    background: #fff;
    bottom: 0;
    transform-origin: center bottom;
    transform: rotate(-45deg);
}

/*尋找院所按鈕*/
#LocateLink {
    display: block;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 20;
}

#LocateLink a {
    display: block;
    padding: 0 20px;
    font-size: 0;
    color: #fff;
    text-align: center;
    position: relative;
}

#LocateLink a > div:first-child {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 5px;
}

#LocateLink img {
    display: block;
    width: auto;
    height: 45px;
}

#LocateLink a > div:last-child {
    display: inline-block;
    font-size: 1.2rem;
    padding-bottom: 2px;
	color: #fff;
}

#LocateLink a::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 70%;
    bottom: 0;
    right: 0;
    z-index: -1;
    transform-origin: bottom;
    transform: skewX(-20deg);
	background: #CE863E;
}

/*社群*/
#community {
    padding: 60px 0;
    text-align: center;
}

#community ul {
    display: block;
    margin: 0 auto;
    font: 0;
}

#community li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 50px;
}

#community li:last-child {
    margin-right: 0px;
}

#community a {
    display: block;
    color: #fff;
    font-size: 0;
}

#community a > div:first-child {
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    margin-right: 15px;
}

#community a > div:first-child svg {
    display: block;
    height: 100%;
    width: auto;
}

#community a > div:last-child {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    font-weight: bold;
}


/*免責聲明*/
#Notice {
    color: #fff;
}
#Notice > div:first-child {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 20px;
}
#Notice > div:last-child {
    width: 70%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10% 20px;
}
#Notice > div:last-child p {
    font-size: 1.2rem;
    /*text-align: justify;*/
    margin-bottom: 10px;
}

#Notice > div:last-child p:last-child {
    margin-bottom: 0;
}

/*版權宣告列*/
#footer {
    
}

#CopyRight {
    font-size: 1.2rem;
    color: #302C27;
    padding: 50px 0;
    text-align: center;
}
/*--------------------------共用項目-------------------------------*/
/*----------共用寬度----------*/
.siteWidth {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
	font-size: 0;
	position: relative;
}


/*----------最新消息圖片設定----------*/
.articleImg, .articleListImg {
    display: block;
    padding-top: 56.25%;
    background-size: cover !important;
    background-position: center !important;
    width: 100%;
    position: relative;
}

/*----------背景----------*/
.videoBg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 0;
}

.videoBg video  {
	object-fit: cover;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}



#IndexBg, #PageBg {
    background-size: cover !important;
    display: block;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

/*----------內頁標題----------*/
article.page > h1 {
    padding-top: 40px;
    display: block;
    margin-bottom: 40px;
    color: #ce863e;
}

article.page h1 span {
    display: block;
}

article.page h1 span:first-child {
    font-size: 2rem;
    line-height: 2rem;
}

article.page h1 span:last-child {
    font-size: 2rem;
    line-height: 2rem;
}

/*----------類別Bar----------*/
.typeBar {
    margin-bottom: 30px;
}

.typeList {
    display: block;
    padding: 20px;
    text-align: center;
}

.typeList ul {
    display: block;
    font-size: 0;
}

.typeList li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    /*border-right: 1px solid #707070;*/
}

.typeList a {
    font-size: 1.4rem;
    color: #FFF;
    /* font-weight: bold; */
}

.typeList li:last-child {
    border-right: none;
}

.typeList li.active a {
    color: #CE863E;
}


/*----------頁面底色----------*/
.pageContent {
    display: block;
    background: rgb(48 31 13 / 80%);
}

/*----------上下頁按鈕----------*/
.pageCtrlBtn {
    display: block;
    padding-bottom: 50px;
}

.pageCtrlBtn::after {
    content: "";
    display: block;
    clear: both;
}

.pageCtrlBtn a {
    color: #0a3977;
    display: block;
    position: relative;
    padding-bottom: 15px;
    font-size: 1rem;
}

.newsListPageCtrlColor a {
	color: #fff;
}


.pageCtrlBtn a > div {
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.PageCtrlLBtn {
    display: block;
    float: left;
    width: 20%;
    text-align: right;
}

.PageCtrlRBtn {
    float: right;
    display: block;
    width: 20%;
    text-align: left;
}

.PageCtrlLBtn a > div::before, .PageCtrlRBtn a > div::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-style: solid;
}

.PageCtrlLBtn a > div::before {
    border-width: 12.5px 25px 12.5px 0;
    border-color: transparent #0a3977 transparent transparent;
}

.newsListPageCtrlColor .PageCtrlLBtn a > div::before {
	border-color: transparent #fff transparent transparent;
}


.PageCtrlRBtn a > div::after {
    border-width: 12.5px 0 12.5px 25px;
    border-color: transparent transparent transparent #0a3977;
}

.newsListPageCtrlColor .PageCtrlRBtn a > div::after {
	border-color: transparent transparent transparent #fff;
}

.PageCtrlLBtn a > div::after, .PageCtrlRBtn a > div::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 25px);
    background: #0a3977;
    height: 1px;
}

.newsListPageCtrlColor .PageCtrlLBtn a > div::after, .newsListPageCtrlColor .PageCtrlRBtn a > div::before {
    background: #fff;
}


/*----------搜尋表單----------*/
#kw {
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 1);
    padding: 10px;
    /* border-radius: 50px; */
    width: 300px;
    font-size: 1.5rem;
    /* text-align: center; */
    margin-right: 10px;
    vertical-align: middle;
}

.SearchBtn {
    width: 150px;
    padding-left: 25px;
    border: none;
    height: 50px;
    vertical-align: middle;
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
    background: url(../images/icon_sc.svg) 40px center no-repeat, -o-linear-gradient(top left, rgba(206,134,62,1) 50%, rgba(90,50,0,1) 100%);
    background: url(../images/icon_sc.svg) 40px center no-repeat, -webkit-linear-gradient(top left, rgba(206,134,62,1) 50%, rgba(90,50,0,1) 100%);
    background: url(../images/icon_sc.svg) 40px center no-repeat, linear-gradient(to bottom right, rgba(206,134,62,1) 50%, rgba(90,50,0,1) 100%);
	
}

select {
    height: 50px;
    width: 110px;
    font-size: 1.5rem;
    vertical-align: middle;
    background: url(../images/icon_arrow.svg) right 10px center no-repeat, rgba(255, 255, 255, 1);
    background-size: 15px;
    border: 1px solid #fff;
    color: #707070;
    padding: 0 15px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    margin-right: 10px;
}

/*-----編輯器設定-----*/
.FormContent span {
	font-size: inherit;
	font-weight: inherit;
}

.FormContent strong {
	font-size: inherit;
	font-weight: bolder;
}

.FormContent img {
    display: block;
    width: auto;
	max-width: 100%;
    height: auto !important;
}

.FormContent p, .FormContent li {
    font-size: 1.2rem;
	text-align: justify;
}

.FormContent ul, .FormContent ol {
    margin-left: 20px;
    list-style: disc;
}

/*--------------------------內容開始-------------------------------*/
/*----------首頁----------*/
/*KV*/
#KV {
    background: url("../images/KvBg.jpg") no-repeat top center;
    background-size: cover !important;
    width: 100%;
    min-height: 100vh;
    display: block;
    position: relative;
    text-align: center;
    font-size: 0;
}

/*KV背景影片*/
#indexKvBg {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;

}
.indexKvBgBk {
    width: 100%;
    height: 100vh;
    position: absolute;
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    z-index: 0;
}

#KV img {
    display: block;
    width: 100%;
    height: auto;
}

.KVInfoBk {
    display: block;
    font-size: 0;
    height: 100vh;
    position: relative;
    z-index: 1;
    text-align: center;
}

.KVInfoBk::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

.KvInfo {
	display: inline-block;
	vertical-align: middle;
	width: 90%;
    max-width: 1000px;
	color: #fff;
}

.KvInfo > div {
    margin: 0 auto;
}

.KvInfo > div:first-child {
    width: 90%;
    max-width: 373px;
    margin-bottom: 2%;
}

.KvInfo > div:nth-child(2) {
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 2%;
}

.KvInfo > div:nth-child(3) {
    padding: 0.5% 0;
    background: linear-gradient(to right, rgba(206,134,62,0) 0%,rgba(206,134,62,0.05) 1%,rgba(206,134,62,1) 20%,rgba(206,134,62,1) 80%,rgba(206,134,62,0) 100%);
    font-size: 32px;
}

.KvInfo > div:last-child {
    width: 100%;
    max-width: 579px;
    margin-top: -2%;
}

/*背景故事*/
#WebInfo {
    display: block;
    position: relative;
}

/*影片*/
.WebInfoBg {
    display: block;
    width: 55%;
    position: absolute;
    z-index: 0;
    height: 100%;
	background: url("../images/WebInfoImg.png");
	background-size: cover !important;
	background-position: top center;
}


/*文字區*/
.WebInfoBk {
	background: -webkit-linear-gradient(left, rgba(206,134,62,0) 40%, rgba(206,134,62,1) 55%, rgba(90,50,0,1) 100%);
	background: -o-linear-gradient(left, rgba(206,134,62,0) 40%, rgba(206,134,62,1) 55%, rgba(90,50,0,1) 100%);
	background: linear-gradient(to right, rgba(206,134,62,0) 40%, rgba(206,134,62,1) 55%, rgba(90,50,0,1) 100%);
    width: 30%;
    padding: 8% 20% 10% 50%;
    position: relative;
}

.TitleTxt {
    margin-bottom: 30px;
}

.TitleTxt img {
    display: block;
    width: 100%;
    height: auto;
}

.WebInfoBk .TitleTxt img {
    max-width: 404px;
}

.SecTitle {
    font-size: 1.8rem;
    color: #FFF;
    letter-spacing: 0.25rem;
    margin-top: 0.5vw;
}

.WebInfoContent {
    color: #FFF;
}

.WebInfoContent p {
    font-size: 1.2rem;
    text-align: justify;
    line-height: 2rem;
    margin-bottom: 2vw;
}

.WebInfoHightLine {
    font-size: 1.2rem;
    background: #093977;
    display: inline-block;
    line-height: 2rem;
}

.WebInfoTag {
    font-size: 1.2rem;
    line-height: 2rem;
}

/*產品說明*/
#index_ProductsBk {
    display: block;
    font-size: 0;
	background: #EEEEEE;
	position: relative;
}

.index_productsinfo {
    display: inline-block;
    padding: 5% 0;
    vertical-align: bottom;
    width: 55%;
    margin-right: 10%;
}

.index_productsinfo .TitleTxt {
    width: 100%;
    max-width: 373px;
    margin-left: auto;
    margin-right: auto;
}

.index_productsBox {
    display: block;
    width: 100%;
    max-width: 660px;
}

.index_productsContent {
    margin-bottom: 50px;
    display: block;
    overflow: auto;
    width: calc(100% - 20px);
    height: 22rem;
    color: #FFF;
    text-align: justify;
    padding-right: 20px;
}


.index_productsContent::-webkit-scrollbar {
    width: 5px;
    background-color: rgba(255, 255, 255, 0.3);
}

.index_productsContent::-webkit-scrollbar-thumb {
    width: 5px;
    background-color: rgba(255, 255, 255, 1);
}

.index_productsLink {
    width: 300px;
    text-align: center;
    margin: 0 auto;
}

.index_productsLink a {
    display: block;
    background: -webkit-linear-gradient(top left, rgba(206,134,62,1) 50%, rgba(90,50,0,1) 100%);
    background: -o-linear-gradient(top left, rgba(206,134,62,1) 50%, rgba(90,50,0,1) 100%);
    background: linear-gradient(to bottom right, rgba(206,134,62,1) 50%, rgba(90,50,0,1) 100%);

	font-size: 1.6rem;
    padding: 10px 0;
    line-height: 2rem;
    font-weight: bold;
    color: #FFF;
}

.index_productsLink a:hover {
}

.index_ProductsImg {
    display: inline-block;
    vertical-align: bottom;
    width: 35%;
    padding-top: 55%;
    background: url(../images/smartPICO_product.png) no-repeat;
    background-size: cover;
    background-position: center;
}


/*最新消息*/
#indexNews {
    display: block;
    position: relative;
    padding: 100px 0 50px;
	background: url("../images/index_News_Bg.png") no-repeat center;
	background-size: cover;
}



.indexTopArticle {
    display: block;
    margin-bottom: 100px;
	font-size: 0;
	position: relative;
}

.indexNewsList {
    display: block;
    margin-bottom: 50px;
}

.indexNewsMoreBtn {
	position: relative;
    display: block;
    font-size: 0;
}

.indexNewsMoreBtn a {
    vertical-align: middle;
    padding: 10px 0;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    display: block;
    width: 300px;
    margin: 0 auto;
    color: #fff;
    background: -webkit-linear-gradient(top left, rgba(206,134,62,1) 50%, rgba(90,50,0,1) 100%);
    background: -o-linear-gradient(top left, rgba(206,134,62,1) 50%, rgba(90,50,0,1) 100%);
    background: linear-gradient(to bottom right, rgba(206,134,62,1) 50%, rgba(90,50,0,1) 100%);
}


.index_articleTopImg {
	display: inline-block;
    padding-top: 33.75%;
    background-size: cover !important;
    background-position: center !important;
    width: 60%;
    position: relative;
}

.index_articleTopInfo {
    display: inline-block;
    width: calc(40% - 40px);
    vertical-align: bottom;
    background: rgba(255, 255, 255, .8);
    padding: 20px;
    position: relative;
    z-index: 1;
    height: 365px;
}

.index_articleTopType {
    display: inline-block;
    background: #CE863E;
    padding: 5px 10px;
    color: #fff;
    font-size: 1.2rem;
}

.index_articleTopTitle {
    text-align: justify;
    font-size: 2rem;
    font-weight: bold;
    color: #CE863E;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.index_articleTopDate {
	color: #707070;
	margin-bottom: 20px;
}

.index_articleTopDec {
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-align: justify;
    color: #0F0C1F;
	font-size: 1.2rem;
}

.index_articleTopDec p {
    font-size: 1.2rem;
    margin-bottom: 20px;
}

.index_articleTopLinkBar {
    display: block;
    position: relative;
    font-size: 0;
}

.index_articleTopLinkBar div:first-child {
    font-size: 1.2rem;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 250px);
}

.index_articleTopLink {
    display: block;
}

.index_articleTopLink a {
    display: block;
    color: #CE863E;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: right;
}

.indexNewsList ul {
    display: block;
    font-size: 0;
}

.indexNewsList li {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin-right: 5%;
    text-align: center;
}

.indexNewsList li:last-child {
    margin: 0;
}

.index_articleDate {
    color: #707070;
    font-size: .8rem;
    margin-bottom: 5px;
}

.index_articleImg {
    margin-bottom: 15px;
    transition: .5s;
    background-size: 100% !important;
}

.indexNewsList li a:hover .index_articleImg {
    background-size: 105% !important;
}

.index_articleType {
    color: #707070;
    margin-bottom: 10px;
}

.index_articleTitle {
    font-size: 1.4rem;
    color: #555555;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-weight: bold;
    transition: .5s;
}
.indexNewsList li a:hover .index_articleTitle {
    color:#1c346c;
}


/*影音*/
#indexVideo {
	background: #CE863E;
    padding: 100px 0 50px;
	position: relative;
}

.indexVideoList {
    margin-bottom: 50px;
	position: relative;
}

.indexVideoList .slick-slide {
    margin: 0 50px;
}

.indexVideoList .slick-center li {
    -webkit-filter:brightness(1);
}

.indexVideoList li {
    transition: .5s;
    -webkit-filter:brightness(.5);
}

.videoCover {
    display: block;
    width: 100%;
    position: relative;
    padding-top: 56.25%;
    background-size: cover !important;
	background-position: center !important;
}

.videoCover img {
    display: block;
    position: absolute;
    width: 80px;
    height: auto;
    top: calc(50% - 40px);
    left: calc(50% - 40px);
}

.indexVideoMoreBtn {
    display: block;
    font-size: 0;
	position: relative;
}

.indexVideoMoreBtn a {
    margin: 0 auto;
    text-align: center;
    width: 300px;
    display: block;
    background: #fff;
    font-size: 1.6rem;
    padding: 10px 0;
    line-height: 2rem;
    font-weight: bold;
    color: #CE863E;
	transition: .5s;
}


/*跑馬燈*/
#indexImageShow {
    /*background: url(../images/BG_2.png);
    background-size: cover;
    background-position: top;*/
	background: #814e11;
}

.MarqueeImgTitle {
    text-align: center;
    font-size: 2.5rem;
	letter-spacing: .3rem;
    padding: 50px 0 30px;
    font-weight: bold;
    color: #fff;
}

#ind_marqImg {
	/*background: url("../images/bg_3.jpg");
	background-size: cover;
	background-position: top center;
	padding-top: 3vw;*/
}

.Bk_Title {
    text-align: center;
    margin-bottom: 2vw;
    font-size: 2vw;
    color: #6c6b92;
    font-weight: bold;
}

.marqList .str_item {
	font-size:0;
	line-height:0;
}

.marqList a {
	opacity:0.8;
	display: inline-block;
	vertical-align: middle;
	width: 25vw;
}
.marqList a:hover {
	opacity:1;
}

.marqList a img {
	display: block;
	width: 100%;
	height: auto;
}

.marqList.str_wrap.str_active {
	background:#fff;
}


/*尋找院所*/
#indexLocation {
    padding: 150px 0;
    text-align: center;
	position: relative;
}

#indexLocation a {
    display: block;
    width: 320px;
    margin: 0 auto;
    /*background: #CE863E;*/
	/*border: 2px solid #fff;*/
    border-radius: 50px;
	
	position: relative;
}

#indexLocation a::before {
    content: "";
    display: block;
    position: absolute;
    border: 2px solid #fff;
    width: 150px;
    padding-top: 150px;
    transform: rotate(45deg);
    right: calc((100% - 154px) / 2);
    top: -45px;
}

#indexLocation a div {
    display: block;
    color: #fff;
    font-size: 2rem;
    padding: 10px 0;
    font-weight: bold;
    transition: .5s;
}

/*#indexLocation a:hover {
    background: #f0d985;
	background: -moz-linear-gradient(45deg,  #f0d985 0%, #c99142 100%);
	background: -webkit-linear-gradient(45deg,  #f0d985 0%,#c99142 100%);
	background: linear-gradient(45deg,  #f0d985 0%,#c99142 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0d985', endColorstr='#c99142',GradientType=1 );
}*/

#indexLocation img {
    display: block;
    margin: 0 auto 20px;
}



/*----------最新消息----------*/
/*頂端輪播*/
#articleTop {
    padding-bottom: 50px;
}

.articleSlickImg {
    display: block;
    width: 100%;
    position: relative;
    padding-top: 56.25%;
    background-size: cover !important;
}

.articleSlickImg > div {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 60px);
    padding:  20px 30px;
    background: rgb(48 31 13 / 80%);
    color: #CE863E;
}

.articleSlickType {
    font-size: 1.2rem;
}

.articleSlickTitle {
    font-size: 1.5rem;
    font-weight: bold;
}

/*最新消息列表*/
#articleList {
    margin-bottom: 30px;
}

.articleList {
    display: block;
    padding: 30px;
}

.articleList ul {
    display: block;
    font-size: 0;
}

.articleList li {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 25px);
    margin-right: 50px;
    padding-bottom: 50px;
}

.articleList li:nth-child(even) {
    margin-right: 0;
}

.articleTypeDate {
    padding: 10px 0;
    color: #707070;
}

.articleTitle {
    display: block;
    /* padding: 10px 0; */
    color: #CE863E;
    font-size: 1.5rem;
    font-weight: bold;
}

.articleRead {
    color: #ecd683;
    font-weight: bold;
}

.articleTypeDate span {
    display: inline-block;
    font-size: 1.2rem;
    vertical-align: middle;
}

.articleTypeDate span:first-child {
    margin-right: 10px;
    color: #fff;
    padding: 5px 10px;
	background: -o-linear-gradient(top left, rgba(206,134,62,1) 50%, rgba(90,50,0,1) 100%);
    background: -webkit-linear-gradient(top left, rgba(206,134,62,1) 50%, rgba(90,50,0,1) 100%);
    background: linear-gradient(to bottom right, rgba(206,134,62,1) 50%, rgba(90,50,0,1) 100%);
}

/*----------最新消息:內容頁----------*/
#articleCover {
    padding-top: 10px;
}

.articlePageTitle {
    display: block;
	margin-bottom: 20px;
}

.articlePageTitle h1 {
	display: block;
    font-size: 2rem;
    color: #CE863E;
    font-weight: bold;
}

.articlePageTitle div:first-child {
	display: inline-block;
	background: -o-linear-gradient(top left, rgba(206,134,62,1) 50%, rgba(90,50,0,1) 100%);
    background: -webkit-linear-gradient(top left, rgba(206,134,62,1) 50%, rgba(90,50,0,1) 100%);
    background: linear-gradient(to bottom right, rgba(206,134,62,1) 50%, rgba(90,50,0,1) 100%);
    padding: 5px 10px;
    color: #fff;
    font-size: 1.2rem;
}

.articlePageTitle div:last-child {
    color: #ecd683;
}

#articleContent {
    padding: 20px 50px;
    width: calc(95% - 100px);
    max-width: 1100px;
	margin-bottom: 50px;
}

.Content {
    font-size: 1.2rem;
    word-wrap:break-word;
}
.FormContent {
	color: #fff;
}
.Content p {
    font-size: 1em;
    margin-bottom: 1em;
}

.Content h1 {
    font-size: 1.8em;
    color: #ecd683;
}

.Content h2 {
    font-size: 1.4em;
    color: #ecd683;
}

.Content h3 {
    font-size: 1.2em;
    color: #ecd683;
}

.Content .kw {
    font-size: inherit;
    font-weight: bold;
    color: red;
    text-decoration: underline;
}

.Content img {display: block;width: auto;max-width: 100%; margin: 0 auto;}


/*文章分享按鈕*/
.articleShare {
    font-size: 0;
    display: block;
    padding: 50px 0 10px;
}

.articleShare::before, .articleShare::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: calc(50% - 50px);
    height: 1px;
    background: #CE863E;
}

.articleShare a {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 35px;
    margin: 0 7.5px;
}

/*文章上下篇連結*/
.articleOther {
    padding: 10px 0;
    font-size: 0;
}

.articleOther > div {
    display: inline-block;
    vertical-align: top;
    width: 48%;
}

.articleOther > div:first-child {
    padding-right: 2%;
}

.articleOther > div:last-child {
    padding-left: 2%;
    text-align: right;
}

.articleOther > div.nextPost {
    padding-left: 52%;
}

.articleOther > div > div:first-child {
    color: #CE863E;
    font-size: 1.2rem;
}

.articleOther a {
    font-size: 1.4rem;
    color: #fff;
    font-weight: bold;
}

.articleOther a:hover {
    color: #ecd683;
}

/*回文章列表*/
.BacktoArticleList {
    margin-bottom: 50px;
}

.BacktoArticleList a {
    font-size: 1.5rem;
	text-align: center;
    color: #FFF;
    font-weight: bold;
    display: block;
    padding: 10px 0;
    width: 320px;
    margin: 0 auto;
    background: #CE863E;
	background: -o-linear-gradient(top left, rgba(206,134,62,1) 50%, rgba(90,50,0,1) 100%);
    background: -webkit-linear-gradient(top left, rgba(206,134,62,1) 50%, rgba(90,50,0,1) 100%);
    background: linear-gradient(to bottom right, rgba(206,134,62,1) 50%, rgba(90,50,0,1) 100%);
}

/*----------影音專區----------*/
/*置頂影音*/
#VideoTop {
    margin-bottom: 50px;
    display: block;
    position: relative;
}

#VideoTop > a {
    display: block;
    position: relative;
    padding-top: 56.25%;
    background-size: cover !important;
    background-position: center !important;
}

.videoTopInfo {
    display: block;
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, .8);
    bottom: 0;
    left: 0;
    font-size: 0;
}

.videoTopInfo > div {
    display: inline-block;
    vertical-align: top;
}

.videoTopInfo > div:first-child {
    width: calc(100% - 140px);
    padding: 20px;
    color: #fff;
}

.videoDate {
    font-size: 1rem;
	color: #707070;
}

.videoTitle {
    font-size: 1.5rem;
    font-weight: bold;
	color: #CE863E;
}

.videoTopInfo .videoTitle {
    color: #CE863E;
}

.videoTopInfo img {
    display: block;
    position: relative;
    top: -40px;
    width: 100%;
    height: auto;
}

.videoTopShareBtn {
    display: block;
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 0;
    text-align: center;
    width: 80px;
}

.videoTopShareBtn a {
    display: inline-block;
    vertical-align: middle;
}

.videoTopShareBtn a:first-child {
    margin-right: 15px;
}

/*影片類型*/
.typeList.videoType li.active a {
    color: #CE863E;
}


/*影片列表*/
.videoList {
    padding: 30px;
    margin-bottom: 20px;
}

.videoList > ul {
    display: block;
    font-size: 0;
}

.videoList li {
    display: inline-block;
    vertical-align: top;
    width: 47.5%;
    margin-right: 5%;
}

.videoList li:nth-child(even) {
    margin-right: 0;
}

.videoList li > a {
    display: block;
    padding-top: 56.25%;
    background-size: cover !important;
    background-position: center !important;
    position: relative;
    margin-bottom: 10px;
}

.videoList li > a img {
    display: block;
    width: 14%;
    height: auto;
    position: absolute;
    top: 43%;
    left: 43%;
}

.videoInfoBox {
    text-align: justify;
}


.videoList .videoTitle::after {
    content: "";
    width: 30%;
    display: block;
    margin: 10px auto;
    height: 1px;
    background: #fff;
}

.videoList .videoInfo {
    padding: 0 20px;
    display: block;
    text-align: justify;
    overflow: auto;
    max-height: 8rem;
    line-height: 2rem;
    font-size: 1.2rem;
	color: #fff;
}

.videoList .videoInfo::-webkit-scrollbar {
    width: 5px;
    background-color: rgba(255, 255, 255, 0.3);
}

.videoList .videoInfo::-webkit-scrollbar-thumb {
    width: 5px;
    background-color: rgba(255, 255, 255, 0.5);
}


.videoShareBtn {
    display: block;
    text-align: center;
    padding: 20px 0 50px;
    font-size: 0;
}

.videoShareBtn::before {
        content: "";
    display: inline-block;
    vertical-align: middle;
    height: 1px;
    width: calc(100% - 100px);
    background: #fff;
}

.videoShareBtn a {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
}

/*----------常見問題----------*/
/*常見問題搜尋Bar*/
#FAQsearchBar {
    text-align: center;
    margin-bottom: 30px;
}


/*常見問題列表*/
#FAQsList {
    margin-bottom: 50px;
}

#FAQsList > ul {
    display: block;
}

#FAQsList > ul > li {
    margin-bottom: 10px;
}

#FAQsList > ul > li:last-child {
    margin: 0;
}

.FAQTitle {
	position: relative;
    display: block;
    background: #CE863E;
    color: #fff;
    padding: 10px 40px 10px 20px;
    transition: .5s;
    cursor: pointer;
}

.FAQTitle::after {
	content:"";
	display: block;
	position: absolute;
	background: url("../images/FAQarrow.png") no-repeat center;
	background-size: 100%;
	width: 20px;
	height: 18px;
	right: 10px;
	top: calc(50% - 10px);
	transition: .5s;
	transform: rotate(90deg);
}

.active .FAQTitle {
    background: #ecd683;
}

.FAQTitle::before {
    content: "．";
    display: inline-block;
    vertical-align: top;
    font-size: 1.5rem;
    line-height: 2rem;
    margin-right: 5px;
    width: 20px;
    font-weight: bold;
}

.active .FAQTitle::after {
	transform: rotate(0deg);
}

.FAQTitle > div {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 25px);
    font-size: 1.2rem;
    line-height: 2rem;
    font-weight: bold;
}

.FAQContent {
    display: none;
    padding: 5%;
	background: #fff;
}


/*常見問題搜尋結果*/
.FAQTitle span {
    color: #ffea76;
    font-size: inherit;
    text-decoration: underline;
}

.searchResults {
    padding: 0 0 50px;
    text-align: center;
}

.searchResults div {
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
}

.searchResults div span {
    font-size: inherit;
    color: #ecd683;
}

/*----------院所地圖----------*/
.locationBk {
    margin-bottom: 50px;
}

.LocatArea {
    padding: 20px 0;
    text-align: center;
    font-size: 0;
    color: #C99142;
    width: 90%;
    margin: 0 auto;
}

.LocatArea span {
    font-size: 2.2rem;
    font-weight: bold;
    display: block;
    margin: 0 auto;
    width: 150px;
    border: 2px solid #fff;
    color: #fff;
}

.CityBlock {
    display: block;
    width: 90%;
    margin: 0 auto 50px;
}

.CityBlock:last-child {
    margin-bottom: 0;
    padding-bottom: 50px;
}

.CityName {
    border-bottom: 1px solid #CE863E;
    font-size: 2rem;
    padding-left: 5px;
    margin-bottom: 20px;
    color: #CE863E;
    font-weight: bold;
    text-align: center;
}

.CityList li {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 60px);
    margin-right: 40px;
    margin-bottom: 30px;
    background: #fff;
    padding: 20px;
}

.CityList li:nth-child(even) {
    margin-right: 0;
}

.CityList ul {
    display: block;
    font-size: 0;
}

.HostName {
    font-size: 1.4rem;
    font-weight: bold;
    color: #CE863E;
    display: block;
    margin: 0 auto;
}

.HostAdd, .HostTel {
    font-size: 1.2rem;
    color: #909090;
    margin: 0 auto;
}

.HostContact {
    margin-top: 10px;
    font-size: 0;
}

.HostContact a {
    display: inline-block;
    width: 35px;
    padding: 7.5px 0;
    background: #CE863E;
    border-radius: 35px;
    margin-right: 10px;
}

.HostContact img {
    display: block;
    margin: 0 auto;
    height: 20px;
    width: auto;
}

.HostContact a:hover {
	background: #ecd683;
}


/*院所搜尋*/
#locat_search {
    margin-bottom: 50px;
}

#locat_search .searchResults {
    padding-top: 50px;
}

#locatSearchBar {
    text-align: center;
    margin-bottom: 50px;
}
 

/*-----------------產品簡介-------------------*/
.dev_m {
    display: none !important;
}


/*--區塊1--*/
#productInfo_A {
    padding: 3% 0;
	margin-bottom: 5vw;
	background: url("../images/ProductsImg/productInfo_A_Bg.png") no-repeat;
	background-size: 100% auto;
	background-position: center;
}

.productFixed {
	position: fixed;
	z-index: -1;
}

#productInfo_A .siteWidth {
    text-align: center;
}

.productsInfoBk {
    display: inline-block;
    vertical-align: middle;
    width: 45%;
    margin-right: 10%;
    color: #fff;
    max-width: 400px;
}

.productsInfoBk .logo {
    display: block;
    width: 80%;
    margin: 0 auto 10%;
    max-width: 373px;
}

.productsInfoBk .logo img {
    display: block;
    width: 100%;
    height: auto;
}

.ProductTxt p {
    font-size: 18px;
    text-align: justify;
    margin-bottom: 5%;
}

.ProductTxt p:last-child {
    margin-bottom: 0;
}

.ProductImg {
    display: inline-block;
    vertical-align: middle;
    width: 45%;
    max-width: 350px;
}

.ProductImg img {
    width: 100%;
    height: auto;
}


/*--區塊2--*/
#productInfo_B {
	margin-bottom: 5vw;
	color: #fff;
}

#productInfo_B .siteWidth > div {
    display: inline-block;
    vertical-align: middle;
}

#productInfo_B img {
    display: block;
    width: 100%;
    height: auto;
}

.product_B_before {
    display: block;
    width: 30%;
}



.product_B_before div {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-top: 2%;
}

.product_B_arrow {
    background: url(/images/ProductsImg/skin_arrow.png)  no-repeat center;
    background-size: contain;
    width: 10%;
    padding-top: 10%;
    margin: 0 2.5%;
}

.product_B_after {
    display: block;
    font-size: 0;
}

.product_B_after > div {
    display: inline-block;
    vertical-align: middle;
}

.product_B_skin {
    width: 55%;
}

.product_B_after > div:first-child {
    width: 35%;
    margin-right: 5%;
}

.product_B_after > div:last-child {
    width: 60%;
}

.product_B_after > div:last-child div:first-child {
    font-size: 24px;
    font-weight: bold;
    color: #cd863f;
}

.product_B_after > div:last-child p {
    font-size: 18px;
	text-align: justify;
}

.skinA {
    margin-bottom: 5%;
}


/*--區塊3--*/
#productInfo_C {
	background: rgba(255, 255, 255, .75);
	padding: 50px 0;
}


.productInfo_Title {
    font-size: 36px;
    text-align: center;
    font-weight: bold;
    color: #ce863e;
    margin-bottom: 30px;
}

.waveDeepSelect {
    text-align: center;
    margin-bottom: 30px;
}

.waveDeepSelect ul {
    display: block;
    font-size: 0;
}

.waveDeepSelect ul li {
    display: inline-block;
    vertical-align: middle;
    width: 45%;
    max-width: 150px;
}

.waveDeepSelect ul li:first-child {
    margin-right: 20px;
}

.waveDeepSelect a {
    color: #fff;
    font-size: 24px;
    display: block;
    border-radius: 50px;
    opacity: .6;
    transition: 0.5s;
}

.waveDeepSelect .TypeA a {
    background: #ce863e;
}

.waveDeepSelect .TypeB a {
    background: #835C98;
}

.waveDeepSelect ul li.active a {
    opacity: 1;
}


.waveDeepSelect a:hover, .waveDeepSelect a.active {
    opacity: 1;
}

.waveDeepInfo {
    display: block;
    font-size: 0;
    text-align: center;
}

.waveDeepInfo > div {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    transition: .5s;
}

.waveDeepImg img {
    display: block;
    width: 100%;
    height: auto;
}

.waveDeepImgType {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transition: .5s;
    opacity: 0;
}

.waveDeepImg {
    width: 45%;
}

.waveDeepTypeTxt {
    width: calc(55% - 50px);
    margin-left: 50px;
}

.waveDeepType > div:first-child {
    font-size: 30px;
    font-weight: bold;
    padding: 5px 10px;
    text-align: center;
    color: #fff;
}

.waveDeepType p {
    font-size: 18px;
    color: #333;
}

.waveDeepType.TypeA > div:first-child {
    background: #ce863e;
}

.waveDeepType.TypeA {
    border: 5px solid #ce863e;
    margin-bottom: 20px;
}

.waveDeepType > div:last-child {
    padding: 10px;
}

.waveDeepType.TypeB {
    border: 5px solid #835c98;
    border-radius: 10px;
}

.waveDeepType.TypeB > div:first-child {
    background: #835c98;
}

.waveDeepImgType.active, .waveDeepType.active {
    opacity: 1;
}

.waveDeepType {
    /*opacity: 0;*/
    border-radius: 10px;
    transition: .5s;
	display: none;
}


/*--第4塊--*/
#productInfo_D {
    padding: 50px 0;
    background: rgba(0,0,0,0.75);
}

#productInfo_D img {
    display: block;
    width: 100%;
    height: auto;
}

.productInfo_Title span {
    font-size: inherit;
	display: inline-block;
}

.productInfo_Title span:first-child {
    margin-right: 24px;
}

.productsVsW, .productsVsM {
    width: 90%;
    margin: 0 auto;
}

.productsVsW {
    max-width: 1135px;
}

.productsVsM {
    max-width: 400px;
}


/*--第5塊--*/
#productInfo_E {
    padding: 50px 0;
    background: rgba(0, 0, 0, .75);
}

#productInfo_E .productInfo_Title {
    color: #fff;
}

.actStep ul {
    font-size: 0;
}

.actStep li {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin: 0 calc((100% / 3 - 30%) / 3);
    max-width: 263px;
}

.actStep {
    text-align: center;
}

.actStep li > div:first-child {
    background: url(../images/ProductsImg/STEP_Skin.png);
    margin-bottom: 20px;
    background-size: contain;
    background-position: center;
}

.actStep li > div:last-child {
    color: #fff;
    text-align: left;
    opacity: 0;
	transition: .5s;
}

.actStep li > div:last-child p {
    font-size: 18px;
}

.actStep li > div:first-child img {
    display: block;
    width: 100%;
    height: auto;
    opacity: 0;
	transition: .5s;
}

.actStep li.active > div:first-child img, .actStep li.active > div:last-child {
    opacity: 1;
}


/*--區塊6--*/
#productInfo_F {
    padding: 50px 0;
    background: rgb(206 134 62 / 50%);
}

#productInfo_F .productInfo_Title {
    color: #fff;
}

.product_F_Content {
    width: 100%;
    max-width: 800px;
    margin: 0 auto 20px;
    color: #fff;
}

.product_F_Content p {
    font-size: 18px;
}

.product_F_Img_Bk {
    background: rgba(255, 255, 255, .5);
    border-radius: 20px;
    padding: 20px;
    font-size: 0;
}

.product_F_Img_Bk > div {
    display: inline-block;
    vertical-align: middle;
}

.product_F_Img {
    width: 40%;
    margin-right: 10%;
    position: relative;
    padding-top: 40%;
}

.product_F_Blue {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 5px solid #8ca8d7;
    background: #c2e4e7;
    top: 0;
    left: 0;
}

.product_F_Yellow {
    width: calc(80% - 10px);
    height: calc(80% - 10px);
    border: 5px solid #f0c29c;
    background: #fbdeb4;
    top: 10%;
    left: 10%;
}

.product_F_Blue div, .product_F_Yellow div {
    font-weight: bold;
    text-shadow: 0 0 10px #fff;
    position: absolute;
}

.product_F_Img > div {
    text-align: center;
    border-radius: 100%;
    position: absolute;
}

.product_F_Blue div:first-child, .product_F_Yellow div:first-child {
    font-size: 30px;
    width: 100%;
}

.product_F_Blue div {
    color: #295eab;
}

.product_F_Yellow div {
    color: #f29119;
}

.product_F_Blue div:last-child, .product_F_Yellow div:last-child {
    font-size: 18px;
}

.product_F_Blue div:last-child {
    text-align: right;
}

.product_F_Blue div:last-child {right: 0;}

.product_F_Yellow div:first-child {
    top: 20%;
}

.product_F_Yellow div:last-child {
    width: 100%;
    top: 35%;
}

.product_F_ImgTxt > div {
    display: block;
    width: calc(100% - 20px);
    padding: 10px;
    border-radius: 20px;
}

.product_F_ImgTxt {
    width: 50%;
}

.product_F_BlueTxt {
    background: #c2e4e7;
    margin-bottom: 20px;
}

.product_F_YellowTxt {
    background: #fbdeb4;
}

.product_F_ImgTxt > div > div:first-child {
    font-size: 24px;
    font-weight: bold;
}

.product_F_ImgTxt > div > div:last-child {
    font-size: 18px;
}

.product_F_BlueTxt > div:first-child {
    color: #2a5dab;
}

.product_F_YellowTxt > div:first-child {
    color: #f29119;
}





/*--區塊7:輪播--*/
#ProductsSlider {
	position: relative;
    margin: 0 auto;
	padding: 50px 0;
}

#ProductsSlider img {
    display: block;
    width: 100%;
    height: auto;
	max-width: 1000px;
	margin: 0 auto;
}

#InfoSlider {
    display: block;
    position: relative;
    width: 90%;
    margin: 0 auto;
}

.slick-dots {
    bottom: -25px !important;
}


/*--區塊8:BA照--*/
#BASlider {
    display: block;
    padding: 100px 0;
	/*background: url(../images/BG_2.png);
    background-size: cover;
    background-position: center;*/
}

#BASlider img {
    display: block;
    width: 100%;
    height: auto;
}

.BA_Title {
    display: block;
    width: 100%;
    max-width: 550px;
    margin: 0 auto 50px;
}

#BAList {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
}

#BAList .slick-dots {
    bottom: -45px;
}



/*---------------------------自適應內容----------------------------*/
/*--高--*/
@media only screen and (max-height: 820px) {

}
@media only screen and (max-height: 600px) {

}



/*--寬--*/
@media only screen and (max-width: 1650px) {

}
@media only screen and (max-width: 1300px) {
.WebInfoBk {
    padding: 5% 10% 5% 50%;
    width: 40%;
}
}
@media only screen and (max-width: 1264px) {
.articlePageTitle {
    left: 2.5%;
}
	
	
.index_articleTopInfo {
    height: calc(32.1vw - 40px);
}	
	

.product_B_Width {
    width: 97.5%;
}	
	
.FaceTxt {
    padding: 5% 8%;
    width: calc(79% - 273px);
}
	
	
}


@media only screen and (max-width: 1150px) {
.product_F_Img_Bk > div {
    display: block;
}

.product_F_Img {
    margin: 0 auto 20px;
    width: 400px;
    padding-top: 400px;
}
	
.product_F_ImgTxt {
    width: 100%;
    font-size: 0;
}

.product_F_ImgTxt > div {
    display: inline-block;
    vertical-align: middle;
    width:calc(48% - 20px);
}

.product_F_BlueTxt {
    margin: 0 4% 0 0;
}
	
}
	
@media only screen and (max-width: 1100px) {

.KvInfo > div:nth-child(3) {
    font-size: 3vw;
}	
	
	
.index_articleTopInfo {
    height: auto;
    display: block;
    width: calc(100% - 40px);
}

.index_articleTopImg.articleImg {
    display: block;
    width: 100%;
    padding-top: 56.25%;
}	
	
	
	
	
}

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

}
@media only screen and (max-width: 960px) {
.WebInfoContent > div {
    display: block;
    width: 100%;
}
}
@media only screen and (max-width: 890px){	
.KVInfo {
    width: 460px;
    top: calc(5% + 60px);
    right: calc(50% - 230px);
}	
.KVImg {
    width: 80%;
    left: 10%;
}	
	
	
	
.KVMenu {
    display: none;
}


	
.productInfo_Title span:first-child {
    margin-right: 0;
}	
	
}

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

.WebInfoBk {
    padding: 8% 5% 8% 45%;
    width: 50%;
}
	
	
	
#productInfo_B .siteWidth > div {
    display: block;
    width: 100%;
    margin: 2% auto;
}

.product_B_arrow {
    transform: rotate(90deg);
}

.product_B_skin {
    font-size: 0;
}

.product_B_after {
    display: inline-block;
    width: 49%;
	vertical-align: top;
}

.skinA {
    margin-right: 2%;
    margin-bottom: 0;
}

.product_B_after > div {
    display: block;
    width: 100% !important;
}

.product_B_after > div:first-child {
    margin-right: 0;
    margin-bottom: 10px;
}

.product_B_after > div:last-child div:first-child {
    text-align: center;
}	
	
}
@media only screen and (max-width: 830px){
article.page {
    padding-top: 60px;
}
header {
    padding: 5px 10px;
    width: calc(100% - 20px);
}
#Logo {
    padding: 10px;
}
.MobileMenu {
    display: block;
}
    
    
#KVLogo {
    width: 90%;
}    
    
    
nav {
    background: url("../images/KvBg.jpg") bottom center no-repeat, #fff; 
    background-size: cover !important;
    display: block;
    position: absolute;
    top: 60px;
    right: -100vw;
    width: 100vw;
    /*max-width: 320px;*/
    height: calc(100vh - 60px);
    transition: 1s;
}

nav.active {
    right: 0;
}    
    
nav ul {
    padding: 50px 0;
    /*background: rgba(0, 0, 0, .4);*/
    height: calc(100% - 100px);
}   
    
nav li {
    display: block;
    text-align: center;
    margin: 0 auto 20px auto;
}
 
	
.marqList a {
	width: 50vw;
} 
}

@media only screen and (max-width: 800px) {
.waveDeepType > div:first-child {
    font-size: 20px;
}
	
}




@media only screen and (max-width: 740px) {
.WebInfoBk {
	background: -webkit-linear-gradient(rgba(90,50,0,1) 0%, rgba(206,134,62,1) 50%, rgba(206,134,62,0) 91%, rgba(206,134,62,0) 100%);
	background: -o-linear-gradient(rgba(90,50,0,1) 0%, rgba(206,134,62,1) 50%, rgba(206,134,62,0) 91%, rgba(206,134,62,0) 100%);
	background: linear-gradient(rgba(90,50,0,1) 0%, rgba(206,134,62,1) 50%, rgba(206,134,62,0) 91%, rgba(206,134,62,0) 100%);
    padding: 50px 2.5% 520px;
    width: 95%;
}

.WebInfoBg {
    width: 100%;
    height: 500px;
    bottom: 0;
}	
	
.WebInfoHightLine {
    text-align: center;
    padding: 5px;
}

.WebInfoContent {
    text-align: center;
}	
	
.TitleTxt {
    text-align: center;
}	

	.WebInfoBk .TitleTxt img {
		margin: 0 auto;
	}	
	
}
@media only screen and (max-width: 680px) {
.articleImg {
    padding-top: 56.25%;
}


.articlePageTitle div:first-child {
    font-size: 1rem;
}

.articlePageTitle h1 {
    padding: 0 10px;
    font-size: 1.5rem;
}
  
#articleContent {
    padding: 20px;
    width: calc(95% - 40px);
}

.articleOther > div > div:first-child {
    font-size: 1rem;
}    
    
/*-----常見問題-----*/    
#FAQsList > ul {
    padding: 15px;
}

.FAQContent.Content {
    padding: 15px;
}    
    
/*.searchResults {
    padding: 15px 15px 0;
}  
  */  
    
/*-----院所地圖-----*/
.LocatArea {
    padding: 15px;
}

.LocatArea span {
    font-size: 1.8rem;
}

.CityBlock {
    padding: 0 15px;
}

.CityName {
    font-size: 1.5rem;
}

.CityList li {
    display: block;
    margin-right: 0;
    width: calc(100% - 20px);
    padding: 10px;
}
    
    
/*-----常見問題-----*/
#locatSearchBar select {
    font-size: 1.2rem;
    margin-right: 0px;
    margin-bottom: 10px;
    width: 150px;
}

#locatSearchBar #kw {
    width: calc(100% - 20px);
    margin: 0;
    font-size: 1.2rem;
    max-width: 270px;
}
    
.SearchBtn {
    display: block;
    margin: 15px auto 0;
}

#FAQsearchBar #kw {
    margin: 0;
    width: calc(95% - 20px);
    font-size: 1.2rem;
}

}

@media only screen and (max-width: 650px) {
.KvInfo > div:nth-child(3) {
    font-size: 4.6vw;
}	
	
#index_ProductsBk {
    padding: 50px 0;
}	
	
.index_productsContent {
    height: auto;
    padding-right: 0;
    width: 100%;
}	
	
	
.index_productsinfo {
    width: 100%;
    padding: 0;
    margin-right: 0 !important;
} 
    
.index_ProductsImg {
    margin-top: 20px;
    margin: 20px auto 0;
    display: block;
    width: 65%;
	padding-top: 145%;
}	
	
.indexTopArticle {
    width: 95%;
    margin-bottom: 50px;
}

.index_articleTopImg, .index_articleTopInfo {
    margin-left: 0;
}

.index_articleTopInfo {
    padding: 20px;
    width: calc(100% - 40px);
    margin-top: 0;
}

.index_articleTopTitle::after {
    margin: 10px auto 0;
}

.index_articleTopLinkBar > div {
    display: block !important;
    text-align: center;
    width: 100% !important;
}

.index_articleTopLink a {
    padding: 10px 0;
}

.index_articleTopLink a:hover {
    padding: 10px 0;
    text-align: center;
}

.index_articleTopLinkBar div:first-child {
    margin-bottom: 10px;
}

.indexNewsList li {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.index_articleImg {
    width: 45%;
    padding-top: 30%;
    float: left;
    margin-bottom: 0;
}

.index_articleDate, .index_articleType, .index_articleTitle {
    float: right;
    width: 50%;
    text-align: left;
}

.indexNewsList li::after {
    content: "";
    clear: both;
    display: block;
}
    
    
/*-----產品介紹頁-----*/
.waveDeepInfo > div {
    display: block;
}

.waveDeepImg {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 20px;
}

.waveDeepTypeTxt {
    width: 100%;
    margin-left: 0;
    text-align: left;
}


	
/*-----影音專區-----*/	
    
.videoList li {
    display: block;
    width: 100%;
    margin: 0 auto;
}    


    
/*-----常見問題-----*/
.FAQTitle {
    padding: 10px;
}

.FAQTitle::before {
    width: 10px;
    font-size: 1rem;
}

.FAQTitle > div {
    width: calc(100% - 15px);
}
}

@media only screen and (max-width: 560px) {
.articleList li {
    width: 100%;
    margin-right: 0;
}	
	
.PageCtrlLBtn, .PageCtrlRBtn {
    width: 40%;
}	
}

@media only screen and (max-width: 535px) {
.KvInfo > div:nth-child(2) {
    font-size: 11vw;
}

.product_B_after > div:last-child div:first-child {
    font-size: 20px;
}	
	
}
	
@media only screen and (max-width: 500px) {
#KVLogo div:first-child {
    width: 100%;
    margin-bottom: -13%;
}

#KVLogo div:last-child {
    width: 75%;
}	
	
	
#community {
    padding: 30px;
}    
#Notice > div:last-child {
    width: calc(89% - 40px);
    padding: 0 20px 20px;
}
    
#Gotop.active {
    bottom: 90px;
}
    
#LocateLink {
    width: 100%;
}
    
#LocateLink img {
    height: 60px;
}

#LocateLink a {
    height: 40px;
}    
    
#LocateLink a > div:first-child {
    margin-top: -25px;
}

#LocateLink a::after {
    transform: skewX(0deg);
    height: 100%;
}

#footer {
    padding-bottom: 57px;
}
#CopyRight {
    font-size: 1rem;
    padding: 30px 0;
}
/*-----產品介紹頁-----*/
	
#productInfo_A {
    background-size: cover;
	padding: 50px 0;
}

.dev_m {
    display: block !important;
}

.dev_w {
    display: none !important;
}

.productsInfoBk {
    width: 100%;
    margin: 0 auto;
}

.ProductImg {
    width: 100%;
    margin: 0 auto 30px;
}
	
	
.productInfo_Title {
    font-size: 24px;
    margin-bottom: 20px;
}	
	
	
/*-----最新消息-----*/
#articleTop {
    padding-bottom: 20px;
}
    
.articleSlickImg > div {
    padding: 10px;
    width: calc(100% - 20px);
}

.articleSlickType {
    font-size: 1rem;
}

.articleSlickTitle {
    font-size: 1.2rem;
}    
    
.typeBar {
    margin-bottom: 20px;
}

.typeList {
    padding: 10px;
}

.typeList a {
    font-size: 1rem;
}

.typeList li {
    margin: 5px auto;
}    

.articleList {
    padding: 15px;
}

.articleList li {
    margin-right: 15px;
    width: calc(50% - 7.5px);
    padding-bottom: 20px;
}

.articleTypeDate span {
    font-size: 1rem;
}

.articleTitle {
    font-size: 1.15rem;
    text-align: justify;
    font-weight: bold;
}   
	
.articleOther > div {
    display: block;
    width: 98%;
}

.articleOther > div:first-child {
    margin-bottom: 10px;
}	

.articleOther > div.nextPost {
    padding-left: 2%;
}

/*-----影音專區-----*/
#VideoTop, .typeBar {
    margin-bottom: 20px;
}
    
.videoList li {
    display: block;
    width: 100%;
    margin: 0 auto;
}    
    
.videoTopInfo > div:first-child {
    padding: 10px;
    width: calc(85% - 20px);
}

.videoTopInfo > div {
        width: 12%;
}    
    
.videoTopInfo img {
    top: -25px;
}

.videoTopShareBtn {
    bottom: -75px;
    right: 0px;
}
.videoTopInfo {
    top: 100%;
    bottom: auto;
}
    

    
}
@media only screen and (max-width: 460px) {
.KVInfo {
    width: 90%;
    right: 5%;
}	
	
.KVImg {
    width: 90%;
    left: 5%;
}
	
	
	
	
/*-----產品介紹-----*/
.product_F_ImgTxt {
    width: 100%;
    font-size: 0;
}

.product_F_ImgTxt > div {
    display: inline-block;
    vertical-align: middle;
    width:calc(48% - 20px);
}

.product_F_BlueTxt {
    margin: 0 4% 0 0;
}

.product_F_Img {
    width: 100%;
    padding-top: 100%;
}

.product_F_Blue div:last-child {
    top: -20px;
}

.product_F_Blue div:first-child, .product_F_Yellow div:first-child {
    font-size: 6vw;
}

.product_F_Yellow div:last-child {
    top: 32%;
}	

.product_F_ImgTxt > div {
    display: block;
    width: calc(100% - 20px);
}

.product_F_BlueTxt {
    margin: 0 0 10px;
}
	
}
@media only screen and (max-width: 420px) {

.videoCover img {
    width: 50px;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
}
    
.WebInfoContent h1 {
    font-size: 2.5rem;
}
    
    
#indexLocation a {
    width: 80%;
}

#indexLocation a div {
    font-size: 2.5rem;
}
 	

}	



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


}
@media only screen and (max-width: 375px) {
.KVInfo {
    width: 85%;
    right: 7.5%;
}
.KVImg {
    width: 85%;
    left: 7.5%;
}
}