@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: #3CA093;
    top: 0;
    transition: .5s;
}

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

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

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

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: #F0D985;
}

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

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: #f0d985;
}

.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: #f0d985;
}
/*-------------------------BODY-------------------------*/
article.page {
	padding-top: 80px;
}
section {
	
}
/*-------------------------FOOTER-----------------------*/
footer {
	background: #3CA093;
} 

.FooterBg {
    background: -webkit-linear-gradient(left, rgba(6,42,97,0) 0%,#9ae3ca 68%,#3CA093 100%);
    background: linear-gradient(to right, rgba(6,42,97,0) 0%,#9ae3ca 68%,#3CA093 100%);
}

/*回頂端*/
#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: #3da093;
}

/*社群*/
#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: #fff;
    padding: 50px 0;
    text-align: center;
}
/*--------------------------共用項目-------------------------------*/
/*----------共用寬度----------*/
.siteWidth {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
}


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

/*----------背景----------*/
#IndexBg {
    background: url("../images/indexProductBg.jpg") bottom center no-repeat;
}

#PageBg {
    background: url("../images/BG_page.jpg") top center no-repeat;
}
#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: #3da093;
    text-shadow: 0 0 5px #fff;
}

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: #000;
    /* font-weight: bold; */
}

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

.typeList li.active a {
    color: #3da093;
}


/*----------頁面底色----------*/
.pageContent {
    display: block;
    background: rgba(255, 255, 255, .5);
}

/*----------上下頁按鈕----------*/
.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, rgb(61 160 147);
    background: url(../images/icon_sc.svg) 40px center no-repeat, -webkit-linear-gradient(-45deg, rgba(154,227,202,1) 0%,rgb(61 160 147) 100%);
    background: url(../images/icon_sc.svg) 40px center no-repeat, linear-gradient(135deg, rgb(154 227 202) 0%,rgb(61 160 147) 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/indexBg.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: relative;
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

#KV img {
    display: block;
    width: 100%;
    height: auto;
}
.KVInfo, .KVImg {
    display: block;
    position: absolute;
}

.KVImg {
    width: 34vw;
    bottom: 0;
    left: 20%;
}

.KVInfo {
    width: 24.305%;
    top: 40%;
    right: 20%;
}

.KVInfo > div {
	margin: 0 auto;
    margin-top: 10%;
    opacity: 0;
    transition: .5s;
}

.KVInfo > div.active {
    margin-top: 0;
    opacity: 1;
}


.KVInfo > div:nth-child(1), .KVInfo > div:nth-child(2) {
    width: 81%;
}

.KVInfo > div:nth-child(2) {
    margin-bottom: 20px;
}


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

/*影片*/
.WebInfoBg {
    display: block;
    width: 45%;
    position: absolute;
    z-index: 0;
    height: 100%;
}

#WebInfoBg {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.WebInfoVideo {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}


/*文字區*/
.WebInfoBk {
    background: url(../images/WebInfoBg.png);
    background-position: center;
    background-size: cover;
    width: 30%;
    padding: 5% 20% 5% 50%;
    position: relative;
}

.TitleTxt {
    margin-bottom: 50px;
}

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

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

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

.WebInfoContent {
    color: #000;
}

.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;
}

#index_ProductsBk_2 {
    display: block;
    font-size: 0;
	background: #E5E5E5;
}

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

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

.index_productsinfo .TitleTxt, .index_productsinfo_2 .TitleTxt {
    width: 100%;
    max-width: 497px;
    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: #3da093;
    text-align: justify;
    padding-right: 20px;
}


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

.index_productsContent::-webkit-scrollbar-thumb {
    width: 5px;
    background-color: rgba(60, 160, 147, 0.5);
}

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

.index_productsLink a {
    display: block;
    background: #3CA093;

	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: 26%;
    padding-top: 5%;
}

.index_ProductsImg_2 {
    display: inline-block;
    vertical-align: bottom;
    width: 39%;
    padding-top: 5%;
}

.index_ProductsImg img, .index_ProductsImg_2 img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}


/*最新消息*/
#indexNews {
    display: block;
    position: relative;
    padding: 100px 0 50px;
}

.indexNewsBg {
	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;
}

#indexNewsBg {
	object-fit: cover;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.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(-45deg, #98e1c8 0%,#3da093 100%);
    background: linear-gradient(135deg, #98e1c8 0%,#3da093 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: linear-gradient(135deg, #98e1c8 0%,#3da093 100%);
    padding: 5px 10px;
    color: #fff;
    font-size: 1.2rem;
}

.index_articleTopTitle {
    text-align: justify;
    font-size: 2rem;
    font-weight: bold;
    color: #3da093;
    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;
}

.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: #3da093;
    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: #3CA093;
    padding: 100px 0 50px;
}

.indexVideoList {
    margin-bottom: 50px;
}

.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;
}

.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: #3CA093;
	transition: .5s;
}



/*跑馬燈*/
/*--相簿跑馬燈--*/
#indexImageShow {
    background: #95d289;
}

.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: 50px 0;
    background: url("../images/BG_index_location.png") no-repeat center;
    background-size: cover !important;
    text-align: center;
}

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

#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: rgba(255, 255, 255, .8);
    color: #3da093;
}

.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: #3da093;
    font-size: 1.5rem;
    font-weight: bold;
}

.articleRead {
    color: #3da093;
    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: linear-gradient(135deg, rgb(153 226 201) 0%,rgb(61 160 147) 100%);
}

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

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

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

.articlePageTitle div:first-child {
	display: inline-block;
	background: linear-gradient(135deg, rgb(151 224 200) 0%,rgb(61 160 147) 100%);
    padding: 5px 10px;
    color: #fff;
    font-size: 1.2rem;
}

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

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

.Content {
    font-size: 1.2rem;
    word-wrap:break-word;
}

.Content p {
    font-size: 1em;
    margin-bottom: 1em;
}

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

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

.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: #000;
}

.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: #3CA093;
    font-size: 1.2rem;
}

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

.articleOther a:hover {
    color: #3da093;
}

/*回文章列表*/
.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: #3CA093;
    background: linear-gradient(135deg, rgb(151 224 200) 0%,rgb(61 160 147) 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: #3da093;
}

.videoTopInfo .videoTitle {
    color: #3da093;
}

.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: #3da093;
}

.typeList.videoType li a {
    color: #000;
}

/*影片列表*/
.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: #707070;
}

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

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

.videoList .videoInfo::-webkit-scrollbar-thumb {
    width: 5px;
    background-color: rgba(60, 160, 147, 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: #707070;
}

.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: #3da093;
    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: 50px 50px 0;
    text-align: center;
}

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

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

/*----------院所地圖----------*/
.Warning {
    text-align: center;
    color: #ff0000;
    font-weight: bold;
    padding: 0.5vw 0;
    font-size: 1.1vw;
    width: 60%;
    margin: 0 auto 2vw;
    border: 1px solid #ff0000;
    background: rgba(255, 255, 255, .5);
}

.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 #9ae3ca;
    color: #9ae3ca;
}

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

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

.CityName {
    border-bottom: 1px solid #3da093;
    font-size: 2rem;
    padding-left: 5px;
    margin-bottom: 20px;
    color: #3da093;
    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: #3da093;
    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: #3da093;
    border-radius: 35px;
    margin-right: 10px;
}

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

.HostContact a:hover {
	background: #9ae3ca;
}


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

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

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


/*--區塊1--*/
#productInfo_A {
    padding: 3% 0;
	margin-bottom: 5vw;
}

#productInfo_A img {
	display: none;
}

#productInfo_A.active img {
	display: block;
}

.productInfo_A_w {
    position: relative;
    width: 100%;
	max-width: 1652px;
	padding-top: 43%;
	display: block;
}

@media only screen and (min-width: 1650px) {
.productInfo_A_w {
    padding-top: 705px;
}
}

.productInfo_A_m {
	position: relative;
    width: 95%;
    padding-top: 92.625%;
	display: none;
}

.productInfo_A_w img, .productInfo_A_m img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}



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

.product_B_Width {
    display: block;
    width: calc(1200px + (100% - 1200px) / 2);
    font-size: 0;
}
.product_B_Width.Float_R {
	float: right;
	margin-bottom: 6vw;
	
}

.product_B_Width.Float_L {
	float: left;
}


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

.product_B_Width.Float_L > div {
	float: right;
}

.FaceImg {
    width: 273px;
}



.FaceTypeTxt {
	display: block;
	position: relative;
	height: 46px;
}


.FaceTypeTxt > div {
	display: block;
	position: absolute;
    background: #3da093;
    color: #fff;
    text-align: center;
    font-size: 24px;
	line-height: 26px;
    border-radius: 100px;
    padding: 10px 0;
	width: 100%;
	top: 0;
	left: 0;
}

.FaceTypeImg, .FaceTypeImg_2 {
    margin-top: 20px;
    display: block;
}

.FaceTypeImg img, .FaceTypeImg_2 img {
    display: block;
    width: 100%;
    height: auto;
    transition: .5s;
}

.FaceTypeImg {
    background: url("../images/info/productInfo_B_2.png") center no-repeat;
    background-size: cover;
}

.young, .FaceTypeImg img {
    animation-name: faceFade;
    animation-duration:5s;
	animation-iteration-count: infinite;
}
@keyframes faceFade {
    0% {
        opacity: 0;
    }
    25%{
        opacity: 1;
    }
	50% {
        opacity: 1;
    }
    75%{
        opacity: 0;
    }
	100% {
		opacity: 0;
	}
}

.FaceTxt {
    background: #F6F9FA;
}

.product_B_Width.Float_R .FaceTxt {
	padding: 5% calc((100vw - 1200px) / 2) 5% 8%;
    width: calc(87% - (100vw - 1200px) / 2 - 273px);
    margin-left: 5%;
    -webkit-border-top-left-radius: 5000px;
    -webkit-border-bottom-left-radius: 5000px;
    -moz-border-radius-topleft: 5000px;
    -moz-border-radius-bottomleft: 5000px;
    border-top-left-radius: 5000px;
    border-bottom-left-radius: 5000px;
}

.product_B_Width.Float_L .FaceTxt {
	padding: 5% 8% 5% calc((100vw - 1200px) / 2);
    width: calc(87% - (100vw - 1200px) / 2 - 273px);
    margin-right: 5%;
    -webkit-border-top-right-radius: 5000px;
    -webkit-border-bottom-right-radius: 5000px;
    -moz-border-radius-topright: 5000px;
    -moz-border-radius-bottomright: 5000px;
    border-top-right-radius: 5000px;
    border-bottom-right-radius: 5000px;
}

.FaceTxt h2 {
    font-size: 36px;
    color: #3da093;
    margin-bottom: 18px;
}

.FaceInfo p {
    text-align: justify;
    font-size: 18px;
    margin-bottom: 18px;
    color: #696969;
}




/*--區塊3--*/
#productInfo_C {
	margin-bottom: 5vw;
}

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

#productInfo_C .siteWidth {
    font-size: 0;
}

.HandCtrlTxt {
    width: 50%;
    margin-right: 5%;
}

.HandCtrlTxt h2 {
    font-size: 36px;
    color: #3da093;
}

.HandCtrlTxt h3 {
    font-size: 24px;
    margin-bottom: 18px;
}

.HandCtrlInfo p {
    font-size: 18px;
    margin-bottom: 18px;
    color: #696969;
    text-align: justify;
}

.HandCtrlImg {
    width: 45%;
}

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




/*--區塊4--*/
.PD_bgline_top {
    background: url(../images/8020_bgline.png);
    background-position: left center;
    background-size: contain;
    background-repeat: repeat-x;
    width: 40%;
    height: 30px;
    margin-left: 60%;
    margin-bottom: 3vw;
}

.PD_bgline_btn {
    background: url(../images/8020_bgline.png);
    background-position: right center;
    background-size: contain;
    background-repeat: repeat-x;
    width: 40%;
    height: 30px;
}

.PD_img {
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
    display: block;
    position: relative;
	transition: .5s;
	opacity: 0;
}

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

.PD_img_line_Top {
    display: block;
    width: 2px;
    padding-top: 20%;
    background: #3da093;
    position: absolute;
    right: 25%;
    top: -5%;
    transform: rotate(25deg);
}

.PD_img_line_Btn {
    display: block;
    width: 2px;
    padding-top: 20%;
    background: #8fc322;
    position: absolute;
    left: 25%;
    bottom: -5%;
    transform: rotate(25deg);
}

.PD_Txt_Top {
    display: block;
    font-size: 18px;
    width: 500px;
    padding-bottom: 35px;
    margin-left: 50%;
    text-align: justify;
	opacity: 0;
	transition: .5s;
}

.PD_Txt_Btn {
    display: block;
    font-size: 18px;
    width: 500px;
    padding-top: 35px;
    margin-left: calc(50% - 500px);
    padding-bottom: 3vw;
    text-align: right;
	opacity: 0;
	transition: .5s;
}

.PD_Title {
    position: relative;
    display: block;
    width: 500px;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    background: #3da093;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    text-align: center;
    margin-bottom: 100px;
    margin-left: calc(45% - 500px);
    padding: 5px 0;
}

.PD_Title::after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 40px 35px 0;
    border-color: transparent #008D70 transparent transparent;
    bottom: -35px;
}



/*--區塊5--*/
#productInfo_E {
    padding: 5vw 0;
}

#productInfo_E .siteWidth > div {
    /* display: inline-block; */
    /* vertical-align: top; */
}

#productInfo_E .siteWidth {
    font-size: 0;
}

.SkinAni {
    /* width: 60%; */
    margin-bottom: 2vw;
}

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

.SkinCircle {
    position: relative;
    padding-top: 30%;
}

.SkinCircle > div {
    display: block;
    position: absolute;
    width: 25%;
    animation-duration:10s;
    animation-timing-function:linear;
    animation-iteration-count: infinite;
}

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

.SkinCircle > div:nth-child(1) {
	animation-name: SkinCircleA;
}

.SkinCircle > div:nth-child(2) {
	animation-name: SkinCircleB;
}

.SkinCircle > div:nth-child(3) {
	animation-name: SkinCircleC;
}

@keyframes SkinCircleA {
    0% {
        top: 0;
    	left: 35%;
		transform: scale(1);
    }
    25%{
        top: -1vw;
    	left: 38%;
		transform: scale(1.1);
    }
	50% {
        top: 0vw;
    	left: 41%;
		transform: scale(1);
    }
    75%{
        top: 1vw;
    	left: 38%;
		transform: scale(.9);
    }
	100% {
		top: 0;
    	left: 35%;
		transform: scale(1);
	}
}

@keyframes SkinCircleB {
    0% {
        top: 2vw;
    	left: 5%;
		transform: scale(.9);
    }
    25%{
        top: 3vw;
    	left: 3%;
		transform: scale(1);
    }
	50% {
        top: 4vw;
    	left: 5%;
		transform: scale(.9);
    }
    75%{
        top: 3vw;
    	left: 7%;
		transform: scale(1);
    }
	100% {
		top: 2vw;
    	left: 5%;
		transform: scale(.9);
	}
}

@keyframes SkinCircleC {
    0% {
        top: 4vw;
    	left: 70%;
		transform: scale(1);
    }
    25%{
        top: 5vw;
    	left: 73%;
		transform: scale(0.9);
    }
	50% {
        top: 6vw;
    	left: 70%;
		transform: scale(1);
    }
    75%{
        top: 5vw;
    	left: 67%;
		transform: scale(1.05);
    }
	100% {
		top: 4vw;
    	left: 70%;
		transform: scale(1);
	}
}


/*-----區塊6：輪播-----*/
#ProductsSlider {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
	padding: 0 0 50px;
}

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


/*---------------------------自適應內容----------------------------*/
/*--高--*/
@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% !important;;
    width: calc(79% - 273px) !important;;
}
	
	
}


@media only screen and (max-width: 1111px) {
.PD_Title {
    margin-left: 0;
}
	
.PD_Txt_Top, .PD_Txt_Btn {
    margin: 0 auto !important;
    width: 90%;
    max-width: 500px;
	text-align: justify;
}
	

}
	
@media only screen and (max-width: 1100px) {
#WebInfo {
    background-size: auto 100%;
}
	
	
.index_articleTopInfo {
    height: 310px;
    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;
}

header {
    top: 0;
	padding: 5px;
}
	
#Logo img {
    height: 50px;
}	
}

@media only screen and (max-width: 840px){
#WebInfo {
    background-position: left -50% center;
}
	
.WebInfoBk {
    padding: 8% 5% 8% 45%;
    width: 50%;
}
}
@media only screen and (max-width: 830px){
article.page {
    padding-top: 60px;
}
header {
    padding: 5px 10px;
    width: calc(100% - 20px);
}

.MobileMenu {
    display: block;
}
    
    
#KVLogo {
    width: 90%;
}    
    
    
nav {
    background: url("../images/menuBg.png") 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;
}
 
nav li a {
    color: #3da093;
}	
	
    
	
.marqList a {
	width: 50vw;
}	
	
}

@media only screen and (max-width: 800px) {
.product_B_Width > div {
    display: block !important;
    margin: 0 auto !important;
}

.product_B_Width {
    width: 100%;
}

.product_B_Width.Float_L > div {
	float: none;
}	
	
.FaceTxt {
    width: 90% !important;;
    padding: 5% !important;;
    border-radius: 0 !important;
    margin-top: 30px !important;
}

.FaceTxt h2 {
    text-align: center;
}

#productInfo_C .siteWidth > div {
    display: block;
    width: 100%;
}

.HandCtrlTxt h2, .HandCtrlTxt h3 {
    text-align: center;
}

.HandCtrlTxt {
    margin-right: 0;
    margin-bottom: 30px;
}

.HandCtrlImg {
    max-width: 500px;
    margin: 0 auto;
}

#productInfo_C, #productInfo_D, #productInfo_E {
    margin-bottom: 50px;
}
	
.PD_bgline_top {
    margin-bottom: 50px;
}
.PD_Txt_Btn {
    padding-bottom: 50px;
}	
	
.PD_Title {
    width: 90%;
    max-width: 500px;
    margin: 0 auto 30px;
    border-radius: 50px;
}	
	
.PD_Title::after {
	display: none;
}
	

#productInfo_E {
    padding: 0;
}

#productInfo_E .siteWidth > div {
    display: block;
    width: 100%;
}

.SkinCircle {
    margin-top: 20px;
    padding-top: 70%;
}	
	
.SkinCircle > div {
    width: 35%;
}
	
.SkinCircle > div:nth-child(2) {
    animation-name: SkinCircleB_m;
}		
	
.SkinCircle > div:nth-child(3) {
    animation-name: SkinCircleC_m;
}	
	
	
}
@keyframes SkinCircleB_m {
    0% {
        top: 15vw;
    	left: 5%;
		transform: scale(.9);
    }
    25%{
        top: 16vw;
    	left: 3%;
		transform: scale(1);
    }
	50% {
        top: 17vw;
    	left: 5%;
		transform: scale(.9);
    }
    75%{
        top: 16vw;
    	left: 7%;
		transform: scale(1);
    }
	100% {
		top: 15vw;
    	left: 5%;
		transform: scale(.9);
	}
}

@keyframes SkinCircleC_m {
    0% {
        top: 28vw;
    	left: 55%;
		transform: scale(1);
    }
    25%{
        top: 27vw;
    	left: 58%;
		transform: scale(0.9);
    }
	50% {
        top: 26vw;
    	left: 55%;
		transform: scale(1);
    }
    75%{
        top: 27vw;
    	left: 52%;
		transform: scale(1.05);
    }
	100% {
		top: 28vw;
    	left: 55%;
		transform: scale(1);
	}
}



@media only screen and (max-width: 740px) {
.WebInfoBk {
	background: url("../images/WebInfoBg_m.png");
    padding: 50px 2.5% 400px;
    width: 95%;
}

#WebInfo {
    padding-bottom: 0;
    background-size: 100% auto;
    background-position: center bottom;
}

.WebInfoBg {
    width: 100%;
    height: 400px;
    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) {
#index_ProductsBk, #index_ProductsBk_2 {
    padding-top: 50px;
}	
	
.index_productsContent {
    height: auto;
    padding-right: 0;
    width: 100%;
}	
	
	
.index_productsinfo, .index_productsinfo_2 {
    width: 100%;
    padding: 0;
    margin-right: 0 !important;
} 
    
.index_ProductsImg {
    margin-top: 20px;
    margin: 20px auto 0;
    display: block;
    width: 65%;
}	

.index_ProductsImg_2 {
    margin-top: 20px;
    margin: 20px auto 0;
    display: block;
    width: 90%;
}	
	
.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;
}
    
    
/*-----產品介紹頁-----*/
.productsKvBox > div {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.Caprimachine {
    max-width: 200px;
}
    
	
	.productsInfoBox {
		margin-bottom: 50px;
	}	
	
.productsInfoBox > div, .productsInfoBox3 > div {
    display: block;
    width: 100%;
}

.productsInfoBox {
    padding: 2% 0;
}    
    
.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: 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;
}
/*-----產品介紹頁-----*/
.productsKvBox > div {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.Caprimachine {
    max-width: 200px;
}

.dev_m {
    display: block !important;
}

.dev_w {
    display: none !important;
}

.ProductsKv_subTtile {
    width: 189px;
}

.ProductsKv_txt_1 {
    width: 80%;
}

.ProductsKv_Title {
    width: 60%;
}

.ProductsKv_list {
    width: 70%;
}    
    
.laserGunAni {
    bottom: 46%;
}

.laserGun {
    width: 20%;
}
    
.productsInfoBox > div {
    display: block;
    width: 100%;
}

.productsInfoBox {
    padding: 2% 0;
}

.ProductsSuitable_Title {
    width: 100%;
    margin-bottom: 10%;
}

.ProductsSuitableBox {
    padding: 10% 0;
}	
	
    
#ProductsSlider ul li > div {
    padding: 10% 0;
}    
	
	

    

	
	
.PD_bgline_top {
    width: 60%;
    margin-left: 40%;
}	
.PD_bgline_btn {
    width: 60%;
}	
	
/*-----最新消息-----*/
#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%;
}
	
.PD_Title {
    font-size: 24px;
}	
	
}
@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: 3rem;
}

#indexLocation {
    padding: 50px 0px;
}    
	
	
	
.SkinCircle {
    padding-top: 120%;
    margin-top: 0;
}

.SkinCircle > div {
    width: 55%;
}
	
	
.SkinCircle > div:nth-child(2) {
    animation-name: SkinCircleB_m2;
}		
	
.SkinCircle > div:nth-child(3) {
    animation-name: SkinCircleC_m2;
}	
	
	
}
@keyframes SkinCircleB_m2 {
    0% {
        top: 30vw;
    	left: 2%;
		transform: scale(.9);
    }
    25%{
        top: 31vw;
    	left: 0%;
		transform: scale(1);
    }
	50% {
        top: 32vw;
    	left: 2%;
		transform: scale(.9);
    }
    75%{
        top: 31vw;
    	left: 4%;
		transform: scale(1);
    }
	100% {
		top: 30vw;
    	left: 2%;
		transform: scale(.9);
	}
}

@keyframes SkinCircleC_m2 {
    0% {
        top: 58vw;
    	left: 45%;
		transform: scale(1);
    }
    25%{
        top: 57vw;
    	left: 48%;
		transform: scale(0.9);
    }
	50% {
        top: 56vw;
    	left: 45%;
		transform: scale(1);
    }
    75%{
        top: 57vw;
    	left: 42%;
		transform: scale(1.05);
    }
	100% {
		top: 58vw;
    	left: 45%;
		transform: scale(1);
	}
}


@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%;
}
}