@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;
	background: #002943;
	
}
body {
	margin: 0;
	min-height: 100%;
	background: #002943;
	background: -webkit-linear-gradient(left, rgba(0, 41, 67, 1) 0%, rgba(0, 101, 145, 1) 100%);
	background: -o-linear-gradient(left, rgba(0, 41, 67, 1) 0%, rgba(0, 101, 145, 1) 100%);
	background: linear-gradient(to right, rgba(0, 41, 67, 1) 0%, rgba(0, 101, 145, 1) 100%);
}

/*清除格式*/
.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, .PageBG.video, .PageBG.location, .PageBG.faqs, .PageBG.article*/
.PageBG {
	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.782vw 3vw 0.782vw 2vw;
    width: 95vw;
    font-size: 0;
    background: #fff;
    top: 0;
    transition: .5s;
}

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

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

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

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: 3%;
}

nav li a {
    color: #008EDC;
}
nav li.active a, nav li a:hover  {
    color: #004B7F;
}

nav li a div {
    font-size: 1vw;
    line-height: 1.2vw;
}




/*-----手機版選單------*/
.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: #008edc;
    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: #008edc;
    transition: 0.5s;
    width: 100%;
    text-align: center;
}


.MobileMenu.active a span {
    background: #008edc;
}

.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;
}
/*-------------------------BODY-------------------------*/
article.page {
	padding-top: 4.7vw;
}
section {
	
}
/*-------------------------FOOTER-----------------------*/
footer {
	background: #008EDC;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(0, 142, 220, 1) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(0, 142, 220, 1) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(0, 142, 220, 1) 100%);
    width: 100%;
    display: block;
    position: relative;
    text-align: center;
    font-size: 0;
    border-top: 1vw solid transparent;
    border-top-left-radius: 20vw;
    overflow: hidden;
} 

.FooterBg {
    background: #008edc;
}



/*回頂端*/
#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: 1vw;
    bottom: 1vw;
    z-index: 20;
}

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

#LocateLink a > div:first-child img {
	width: 2vw;
    height: auto;
    margin: 0 auto;
}

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

#LocateLink a > div:last-child {
    font-size: 1vw;
	color: #fff;
}

#LocateLink a::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 55%;
    bottom: 0;
    right: 0;
    z-index: -1;
    transform-origin: bottom;
    background: #008edc;
    border-bottom-left-radius: 0.5vw;
    border-top-right-radius: 0.5vw;
    box-shadow: 0 0 0.5vw 0 #004462;
}

/*社群*/
#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: 1rem;
    text-align: justify;
    margin-bottom: 10px;
}

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

/*版權宣告列*/
#footer {
    background: #c1e3f6;
    margin-top: 3vw;
}

#CopyRight {
    font-size: 0.8vw;
    color: #002843;
    padding: 1.5vw 0;
    text-align: center;
}
/*--------------------------共用項目-------------------------------*/
/*----------共用寬度----------*/
.siteWidth {
    width: 70%;
    margin: 0 auto;
}


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

/*----------背景----------*/
#PageBg {

}

#IndexBg, #PageBg {

}

/*----------內頁標題----------*/
article.page > h1 {
    padding-top: 40px;
    display: block;
    margin-bottom: 40px;
    color: #fff;
    /*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;
	display: none;
}

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

.typeList a {
    font-size: 1vw;
    color: #fff;
    /* font-weight: bold; */
}


.typeList li.active a {
	font-size: 1.2vw;
    font-weight: bolder;
}


/*----------頁面底色----------*/
.pageContent {
    display: block;
}

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

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

.pageCtrlBtn a {
    color: #008edc;
    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 #008edc 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 #008edc;
}

.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: #008edc;
    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, #008edc;
}

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: 1vw;
    text-align: justify;
}

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

/*--------------------------內容開始-------------------------------*/
/*----------首頁----------*/
/*KV*/
#KV {
    background: #008EDC;
    background: -webkit-linear-gradient(left, rgba(0, 142, 220, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(left, rgba(0, 142, 220, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to right, rgba(0, 142, 220, 1) 0%, rgba(255, 255, 255, 1) 100%);
    width: 100%;
    min-height: calc(100vh - 1vw);
    display: block;
    position: relative;
    text-align: center;
    font-size: 0;
    border-bottom: 1vw solid transparent;
    border-bottom-right-radius: 20vw;
    overflow: hidden;
}

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

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


/*KV背景圖片設定*/
.KVContent {
    position: absolute;
    bottom: 0;
    width: 80%;
    left: 10%;
    font-size: 0;
}

.KVContent > div {
    display: block;
    position: absolute;
}

.KV_girl {width: 50%;bottom: 0;}

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

.KV_Txt {
    bottom: 13vw;
    left: 40vw;
}

.KV_Txt img:first-child {
    width: 25vw;
    margin-bottom: 2vw;
}

.KV_Txt img:last-child {
    width: 32vw;
}

/*產品說明*/
#index_ProductsBk {
    padding: 8vw 0 4vw;
}

.index_PdBk {
    display: block;
    font-size: 0;
    width: 60%;
    margin: 0 auto 2vw;
}

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

.index_productsContent {
	color: #fff;
}

.index_productsinfoTxt {
    width: 40%;
    margin-right: 10%;
}

.index_pdLogo {
    display: block;
    width: 80%;
    margin-bottom: 2vw;
}


.index_pdSlogan {
    font-size: 1.3vw;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-bottom: 2vw;
}

.index_productsContent p {
    margin-bottom: 1vw;
}


.index_productsLink {
    display: block;
    margin: 0 auto;
    width: 15%;
}

.index_productsLink a {
    display: block;
    background: #008edc;
    color: #fff;
    text-align: center;
	font-weight: bold;
    font-size: 1.8vw;
    border-bottom-left-radius: 1vw;
    border-top-right-radius: 1vw;
	padding: 0.5vw 0;
}



.index_productsinfoImg {
    width: 50%;
}


/*TFDA適應症*/
#index_Info {
    padding: 4vw 0 4vw;
}

.Index_InfoBg {
    display: block;
    width: 55vw;
    margin: 0 auto;
    background: #002034;
    padding: 2.5vw 4vw;
    border-top-right-radius: 10vw;
    border-bottom-left-radius: 10vw;
}

.Index_InfoBg h2 {
    color: #fff;
    text-align: center;
    font-size: 2vw;
    margin-bottom: 2vw;
}

.Index_InfoLabel {
    display: block;
    text-align: center;
    font-size: 0;
    margin-bottom: 5vw;
}

.Index_InfoLabel li {
    display: inline-block;
    vertical-align: middle;
    padding: 0.2vw 0.5vw 0.2vw 0.7vw;
    color: #008edc;
    letter-spacing: 0.2vw;
    font-weight: bold;
    background: #ffffff;
    font-size: 1.6vw;
    border-radius: 0.5vw;
    margin-right: 1.5vw;
}

.Index_InfoLabel li:last-child {
    margin-right: 0;
}

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

.index_InfoList li {
    display: inline-block;
    margin-right: 2%;
    margin-bottom: 3%;
    font-size: 0;
}

.index_InfoList li:nth-child(odd) {
    width: 50%;
    margin-right: 5vw;
}

.index_InfoList li:nth-child(even) {
    width: calc(50% - 5vw);
    margin-right: 0;
}

.index_InfoList li div {
    display: inline-block;
    vertical-align: middle;
}

.index_InfoListImg {
    width: 16%;
    margin-right: 2%;
}

.index_InfoList img {
    display: block;
    max-width: 100%;
    height: auto;
}

.index_InfoList li:nth-child(3), .index_InfoList li:nth-child(4) {
    /* margin-bottom: 0; */
}

.index_InfoTxt {
    width: 82%;
    font-size: 1.2vw;
    color: #008edc;
}


#index_Info .indexNewsMoreBtn {
    margin-top: 3vw;
}


/*最新消息*/
#indexNews {
	padding: 4vw 0;
}

.indexTopArticle {
    display: grid;
    grid-template-columns: 1fr 1fr;
    font-size: 0;
    position: relative;
    width: 61%;
    margin: 0 auto 5vw;
}

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

.indexNewsMoreBtn a {
    display: block;
	width: 15vw;
	margin: 0 auto;
    background: #008edc;
    color: #fff;
    text-align: center;
	font-weight: bold;
    font-size: 1.8vw;
    border-bottom-left-radius: 1vw;
    border-top-right-radius: 1vw;
	padding: 0.5vw 0;
}


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

.index_articleTopInfo {
    display: grid;
	align-content: center;
    background: #fff;
    padding: 1.5vw;
    position: relative;
    z-index: 1;
}

.index_articleTopType span {
    display: inline-block;
    background: #008edc;
    padding: 0.2vw 0.8vw;
    color: #fff;
    font-size: 1vw;
    border-bottom-left-radius: 0.8vw;
    border-top-right-radius: 0.8vw;
}

.index_articleTopTitle {
    text-align: justify;
    font-size: 1.5vw;
    font-weight: bold;
    color: #008edc;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
	margin-bottom: 1.5vw;
}

.index_articleTopDate {
	font-size: 0.8vw;
	color: #707070;
}

.index_articleTopDec {
    margin-bottom: 1.5vw;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-align: justify;
    color: #000;
    font-size: 1vw;
    line-height: 1.8vw;
}

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

.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: #008edc;
    font-size: 1vw;
    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;
}

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

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

.index_articleInfo {
    display: block;
    padding: 10px;
    text-align: left;
    background: rgba(255, 255, 255, .8);
}

.index_articleType {
    color: #707070;
}

.index_articleTitle {
    font-size: 1.4rem;
    color: #164062;
    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 {
    padding: 4vw 0;
}

.indexVideoList {
    width: 80%;
    margin: 0 auto 5vw;
}

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

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

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

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



/*跑馬燈*/
/*--相簿跑馬燈--*/
#indexImageShow {
	padding: 5vw 0;
}

.MarqueeImgTitle {
   	display: block;
	text-align: center;
	font-size: 2vw;
	color: #fff;
	font-weight: bold;
	margin-bottom: 2vw;
}

.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 {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 24vw;
	padding: 0.5vw;
	transform: scale(0.9);
}

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

.marqboard {
	position: absolute;
	background: url("../images/img_photobox.png") center no-repeat;
	background-size: cover;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


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

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

.indexLocalBtn a {
    margin: 0 auto;
    text-align: center;
    width: 400px;
    display: block;
	transition: .5s;
}


/*-----BA照-----*/
#indexBA {
	padding: 4vw 0 5vw;
}

.BAList {
    display: block;
    margin: 0 auto;
    width: 60%;
}

.BAList li {
    text-align: center;
	padding-bottom: 2vw;
}

.baImg {
    display: block;
    font-size: 0;
    margin-bottom: 1vw;
    background: #fff;
    border-radius: 1vw;
    padding: 1vw;
}

.baImg > div {
    display: inline-block;
    width: calc(50% - 0.5vw);
    padding-top: calc(50% - 0.5vw);
	background-size: cover !important;
    background-position: center !important;
}

.baTxt {
    display: inline-block;
    font-size: 1.2vw;
    color: #fff;
    background: #009de1;
    text-align: center;
    padding: 0.5vw 1vw;
    border-radius: 2vw;
}

.baImg > div:first-child {
    margin-right: 1vw;
}

.BAList .slick-prev, .BAList .slick-next, .indexVideoList .slick-prev, .indexVideoList .slick-next {
    height: 2vw;
    width: 2vw;
    top: calc(50% - 2vw);
}

.BAList .slick-prev, .indexVideoList .slick-prev {
    left: -2vw;
}

.BAList .slick-next, .indexVideoList .slick-next {
    right: -2vw;
}

.BAList .slick-prev:before, .BAList .slick-next:before, .indexVideoList .slick-prev:before, .indexVideoList .slick-next:before {
    font-size: 2vw;
}

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

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

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

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

.articleListInfoBk {
    display: block;
    background: #fff;
    padding: 0.8vw;
}

.articleTypeDate {
    padding: 0 0 0.8vw;
    color: #6F6F6F;
}

.articleTitle {
    color: #008edc;
    font-size: 1.2vw;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.8vw;
    height: 3.6vw;
	word-wrap:break-word;
}

.articleRead {
    color: #008edc;
    font-weight: bold;
	text-align: right;
	margin-top: 1vw;
}

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

.articleTypeDate span:first-child {
    margin-right: 0.8vw;
    color: #fff;
	background: #008edc;
	display: inline-block;
    padding: 0.2vw 0.8vw;
    font-size: 1vw;
    border-bottom-left-radius: 0.8vw;
    border-top-right-radius: 0.8vw;
}

/*----------最新消息:內容頁----------*/
#articleCover {
    padding-top: 3vw;
    width: 63%;
    margin: 0 auto;
}

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

.articlePageTitle h1 {
    display: block;
    font-size: 2vw;
    color: #008edc;
    font-weight: bold;
}

.articlePageTitle div:first-child {
	display: inline-block;
	background: #008edc;
    padding: 0.5vw 1vw;
    color: #fff;
    font-size: 1vw;
	border-bottom-left-radius: 1vw;
    border-top-right-radius: 1vw;
}

.articlePageTitle div:last-child {
	font-size: 1vw;
    color: #707070;
}

#articleContent {
    padding: 2vw;
    width: calc(63% - 4vw);
    margin-bottom: 2vw;
    background: rgba(255, 255, 255, .8);
}

.Content {
    font-size: 1vw;
    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: 43.6%;
    height: 1px;
    background: #000;
}

.articleShare a {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 5%;
    margin: 0 0.67%;
}

.articleShare a svg {
    display: block;
    width: 100%;
    margin: 0 auto;
}

/*文章上下篇連結*/
.articleOther {
    padding: 0.8vw 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: #000;
    font-size: 1vw;
}

.articleOther a {
    font-size: 1.2vw;
    color: #008EDC;
    font-weight: bold;
}

.articleOther a:hover {
    color: #004B7F;
}

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

.BacktoArticleList a {
    font-size: 1.2vw;
	text-align: center;
    color: #FFF;
    font-weight: bold;
    display: block;
    padding: 0.5vw 0;
    width: 15vw;
    margin: 0 auto;
    background: #008edc;
	border-bottom-left-radius: 1vw;
    border-top-right-radius: 1vw;
}

/*----------影音專區----------*/
/*置頂影音*/
#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.5vw;
    font-weight: bold;
    color: #fff;
    margin-bottom: 1vw;
}

.videoTopInfo .videoTitle {
    color: #fff;
}

.videoTopInfo > div:last-child {
    width: 85px;
}

.videoTopInfo img {
    display: block;
    position: relative;
    top: -28px;
    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;
}

.videoIgLink img {
	width: 75%;
	margin: 0 auto;
}

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

/*.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 {
    display: block;
    text-align: justify;
    overflow: auto;
    max-height: 6vw;
    line-height: 1.5vw;
    font-size: 1vw;
    color: #bcbcbc;
}

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

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


.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;
	filter: contrast(0) brightness(2);
}

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


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

#FAQsList > ul {
    display: block;
}

#FAQsList > ul > li {
    margin-bottom: 1vw;
}

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

.FAQTitle {
	position: relative;
    display: block;
    background: #008edc;
    color: #fff;
    padding: 0.5vw 3vw 0.5vw 0.5vw;
    transition: .5s;
    cursor: pointer;
}

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

.active .FAQTitle {
    background: #4398d3;
}

.FAQTitle::before {
	content: "．";
    display: inline-block;
    vertical-align: top;
    font-size: 1.2vw;
    line-height: 1.8vw;
    margin-right: 0.2vw;
    width: 1vw;
    font-weight: bold;
}

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

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

.FAQContent {
    display: none;
    padding: 3vw;
	background: #fff;
}


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

.searchResults {
	margin-bottom: 2vw;
    text-align: center;
}

.searchResults div {
    font-size: 1vw;
    font-weight: bold;
    color: #fff;
}

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

/*----------院所地圖----------*/
.locationBk {
    margin-bottom: 3vw;
	background: rgba(255, 255, 255, 0.8);
}

.LocatArea {
    padding: 0 0 2vw;
    text-align: center;
    font-size: 0;
}

.LocatArea span {
    font-size: 2vw;
    font-weight: bold;
    display: block;
    margin: 0 auto;
    background: #008edc;
    color: #fff;
}

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

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

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

.CityList li {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 4.5vw);
    margin-right: 3vw;
    margin-bottom: 2vw;
    padding: 1.5vw;
    background: #fff;
    border-bottom-left-radius: 2vw;
    border-top-right-radius: 2vw;
}

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

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

.HostName {
    font-size: 1.4vw;
    font-weight: bold;
    color: #008edc;
    display: block;
    margin: 0 auto;
}

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

.HostContact {
    margin-top: 1vw;
    font-size: 0;
}


.HostContact a {
    display: inline-block;
    width: 3vw;
    border-radius: 1.5vw;
    margin-right: 1vw;
    background: #008edc;
}

.HostContact a img {
    display: block;
    margin: 0 auto;
    height: auto;
    width: 100%;
    filter: contrast(0) brightness(2);
}

.HostContact a:hover {
	background: #004b7f;
}


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

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

/*-----產品簡介-----*/
#Pd_Kv {
    background: #008EDC;
    background: -webkit-linear-gradient(left, rgba(0, 142, 220, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(left, rgba(0, 142, 220, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to right, rgba(0, 142, 220, 1) 0%, rgba(255, 255, 255, 1) 100%);
    width: 100%;
    min-height: calc(100vh - 5.7vw);
    display: block;
    position: relative;
    text-align: center;
    font-size: 0;
    border-bottom: 1vw solid transparent;
    border-bottom-right-radius: 20vw;
    overflow: hidden;
	margin-bottom: 8vw;
}

.PdKvBg {
    display: block;
    gap: 5%;
    position: absolute;
    background: #C1E8FB;
    background: linear-gradient(180deg,rgba(193, 232, 251, 1) 0%, rgba(255, 255, 255, 1) 80%);
    height: 100%;
    width: 100%;
    font-size: 0;
    text-align: center;
}

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

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

.PdImg {
     width: 32%;
     margin-right: 5%;
}

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

.PdInfo {
     width: 30%; 
}

.PdInfoContent img {
    display: block;
    width: 90%;
    height: auto;
    margin-bottom: 1.5vw;
}

.pdKvLosgan {
    font-size: 1.5vw;
    font-weight: bold;
    color: #008edc;
    margin-bottom: 1vw;
    text-align: left;
}

.pdInfoTst {
    width: 100%;
    font-size: 1.2vw;
    text-align: left;
    margin: 0 auto;
}



#Pd_Txt {
    text-align: center;
    color: #fff;
    margin-bottom: 8vw;
}

#Pd_Txt h3 {
    font-size: 2vw;
    margin-bottom: 1vw;
}

.Pd_TxtContent {
    font-size: 1.2vw;
    margin-bottom: 5vw;
}

.Pd_TxtImg {
    display: block;
    width: 80%;
    margin: 0 auto;
    font-size: 0;
}

.Pd_TxtImg > div {
    display: inline-block;
    vertical-align: middle;
    width: 45%;
}

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

.Pd_TxtImg > div:first-child {
    margin-right: 10%;
}

#Pd_theory {
	width: 80%;
	margin: 0 auto 8vw;
	font-size: 0;
}

#Pd_theory > div {
    display: inline-block;
    vertical-align: middle;
}

.theory_Bk {
    width: 35%;
    margin-right: 10%;
    color: #fff;
    text-align: justify;
}

.theory_img {
    width: 55%;
}

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


.dev_w {
    display: block;
}

.dev_m {
    display: none !important;
}

.theory_Bk h3 {
    display: block;
    font-size: 0;
    margin-bottom: 1vw;
}

.theory_Bk h3 span {
    display: inline-block;
    vertical-align: middle;
}

.theory_Bk h3 .Label {
    padding: 0.2vw 1vw;
    font-size: 1.8vw;
    background: #008edc;
    border-bottom-left-radius: 1vw;
    border-top-right-radius: 1vw;
    margin-right: 1vw;
}

.theory_Bk h3 .Txt {
    font-size: 1.9vw;
}

.theory_Bk > div {
    font-size: 1.2vw;
}





#LaserGunBk {
    width: 70%;
    margin: 0 auto 8vw;
    font-size: 0;
}

#LaserGunBk > div {
    display: inline-block;
    vertical-align: middle;
}

#LaserGun {
    width: 50%;
    margin-right: 10%;
}


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

.LaserGunInfo {
    width: 40%;
}

.LaserGunInfo h3 {
    display: inline-block;
    background: #008edc;
    padding: 0.2vw 1vw;
    font-size: 1.8vw;
    color: #fff;
    border-bottom-left-radius: 1vw;
    border-top-right-radius: 1vw;
    margin-bottom: 1vw;
}

.LaserGunInfo p {
    font-size: 1.2vw;
    margin-bottom: 2vw;
    color: #Fff;
}


#Bione {
    width: 58%;
    margin: 0 auto 8vw;
    text-align: center;
}

#Bione img {
    display: block;
    margin: 0 auto 2vw;
    width: 35%;
    height: auto;
}

#Bione > div {
    font-size: 1.2vw;
    color: #fffca7;
    font-weight: bold;
}

#Bione > p {
    font-size: 1.2vw;
    color: #fff;
    margin-bottom: 2vw;
}


/*-----區塊6：BA輪播-----*/
.BA_Bk {
    display: block;
    margin: 0 auto;
    width: 65%;
    /* padding: 2% 3%; */
    /* background: rgba(255, 255, 255, .8); */
}

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


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


@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_articleTopImg.articleImg {
    display: block;
    width: 100%;
    padding-top: 56.25%;
}	*/
	
}

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

}
@media only screen and (max-width: 960px) {
		
}
@media only screen and (max-width: 890px){	

	
	

}

@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){

	
	
}

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

.product_B_Width {
    width: 100%;
}

.FaceTxt {
    width: 90%;
    padding: 5%;
    border-radius: 0;
    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: 720px) {

header {
    top: 0;
	padding: 5px;
}
	
#Logo {
	width: auto;
    height: 50px;
}
	
#Logo img {
    height: 100%;
    width: auto;
}		
	
article.page {
    padding-top: 60px;
}
header {
    padding: 5px 10px;
    width: calc(100% - 20px);
}

.MobileMenu {
    display: block;
}
    
    
#KVLogo {
    width: 90%;
}    
    
    
nav {
    background: rgb(255 255 255 / 90%);
    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 30px auto;
} 
	
nav li a div {
    font-size: 4vw;
    line-height: 5vw;
}	
	
.marqList a {
	width: 50vw;
}	
	
	
.WebInfoContent > div {
    display: block;
    width: 100%;
}
	
.KVMenu {
    display: none;
}

	
footer {
    border-top: 2.5vw solid transparent;
}
	
	
/*-----電腦版與手機版切換-----*/	
.img_w {
	display: none !important;
}

.img_m {
	display: block !important;
}
	
.siteWidth {
    width: 95%;
}	
	
	

	
	
/*-----首頁-----*/
/*-----kv-----*/
#KV {
    border-bottom-width: 3vw;
    min-height: calc(100vh - 3vw);
    border-bottom-right-radius: 30vw;
}		
	
.indexKvBgBk {
    height: 100%;
    position: absolute;
}
	
.KVContent {
    width: 90%;
	left: 5%;
}
	
.KVContent > div {position: relative;left: 0;}

.KV_Txt {
    width: 100%;
    margin-bottom: 5vw;
    bottom: 0;
}

.KV_Txt img:first-child {
    width: 80%;
    margin: 0 auto 5vw;
}

.KV_Txt img:last-child {
    width: 100%;
}

.KV_girl {
    width: 100%;
}

.index_productsContent {
	height: auto;
	padding-right: 0;
	width: 100%;
	margin-bottom: 5vw;
}
	
.index_PdBk {
    width: 90%;
    margin: 0px auto 5vw;
}

.index_PdBk > div {
    display: block;
}

.index_productsinfoTxt {
    width: 100%;
    margin-right: 0;
}

.index_pdLogo img, .index_productsinfoImg img {
    display: block;
    width: 100%;
    height: auto;
}

.index_pdSlogan {
    font-size: 4.8vw;
}

.index_productsContent p {
    font-size: 4vw;
}

.index_productsinfoImg {
    width: 100%;
}
	
	
	
.indexTopArticle {
    display: block;
}

.index_articleTopInfo {
    display: block;
    padding: 5vw;
}

.index_articleTopType span {
    font-size: 4vw;
    padding: 1vw 4vw;
    border-bottom-left-radius: 3vw;
    border-top-right-radius: 3vw;
}

.index_articleTopTitle {
    font-size: 6vw;
}

.index_articleTopDate {
    font-size: 3vw;
}

.index_articleTopDec {
    font-size: 4vw;
    line-height: 5vw;
    -webkit-line-clamp: 3;
    margin-bottom: 4vw;
}

.index_articleTopLink a {
    font-size: 4vw;
}	
	
	
.Index_InfoBg {
    width: calc(95% - 10vw);
    padding: 5vw;
}

.Index_InfoBg h2 {
    font-size: 6vw;
    margin-bottom: 5vw;
}

.Index_InfoLabel li {
	padding: 0.5vw 2vw;
	font-size: 5vw;
	border-radius: 3vw;
	margin-right: 3vw;
	margin-bottom: 3vw;
}

.index_InfoList li {
    display: block;
    width: 100% !important;
    margin-right: 0;
    margin-bottom: 7%;
}
	
.index_InfoList li:nth-child(odd) {
    margin-right: 0;
}
	

.index_InfoListImg {
    width: 25%;
    margin-right: 5%;
}

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

.index_InfoTxt {
    width: 70%;
    font-size: 4.8vw;
}	
	
	
	
.indexVideoList {
    width: 85%;
}		
	
	
/*-----最新消息-----*/	
#articleCover {
    width: 100%;
    padding-top: 0;
}	
	
.articleImg {
    padding-top: 56.25%;
}


.articlePageTitle div:first-child {
    font-size: 4vw;
}

.articlePageTitle h1 {
    font-size: 5vw;
}
.articlePageTitle div:last-child {
    font-size: 4vw;
}
  
#articleContent {
	padding: 5vw;
	width: calc(90% - 10vw);
	margin-bottom: 5vw;
}

.articleShare a {
    width: 10vw;
    margin: 0 1vw;
}

.articleShare::before, .articleShare::after {
    width: calc(50% - 12vw);
}	
	
.articleOther > div > div:first-child {
    font-size: 4vw;
}    
	
.articleOther a {
    font-size: 4vw;
}	
	
.BacktoArticleList {
    margin-bottom: 10vw;
}	
	
.BacktoArticleList a {
    width: 35vw;
    font-size: 5vw;
    padding: 1vw 0;
    border-bottom-left-radius: 3vw;
    border-top-right-radius: 3vw;
}
	
    
/*-----常見問題-----*/
#FAQsList > ul > li {
    margin-bottom: 2vw;
}

.FAQContent.Content {
    padding: 15px;
}    
    
.searchResults div {
    font-size: 4vw;
}
    
    
/*-----院所地圖-----*/
.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% - 6vw);
	padding: 2vw 3vw;
	border-bottom-left-radius: 5vw;
	border-top-right-radius: 5vw;
}
	
.HostName {
    font-size: 6vw;
}

.HostAdd, .HostTel {
    font-size: 4vw;
}

.HostContact {
    margin-top: 2vw;
    text-align: right;
}

.HostContact a {
    width: 10vw;
    border-radius: 5vw;
    margin-right: 0;
    margin-left: 5vw;
}
    
    
/*-----常見問題-----*/
#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(90% - 20px);
	font-size: 4vw;
}

	
	
	
/*----------產品頁面----------*/
#Pd_Kv {
    border-bottom-width: 3vw;
    border-bottom-right-radius: 30vw;
    margin-bottom: 15vw;
}	
	
.PdKvBg > div {
    display: block;
    width: 90%;
    margin: 0 auto;
}

.PdKvBg::before {
    display: none;
}

.PdKvBg {
    display: grid;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.PdInfoContent img {
    width: 80%;
    margin: 0 auto 5vw;
}

h1.pdKvLosgan {
    text-align: center;
    font-size: 7vw;
    margin-bottom: 5vw;
}

.pdInfoTst {
    font-size: 4vw;
}	
	
#Pd_Txt {
	margin-bottom: 15vw;
}
	
	
#Pd_Txt h3 {
    font-size: 7vw;
    margin-bottom: 3vw;
}

.Pd_TxtContent {
    font-size: 4vw;
    margin: 0 auto 5vw;
    width: 90%;
    text-align: left;
}

.Pd_TxtImg {
    width: 90%;
}

.Pd_TxtImg > div {
    display: block;
    width: 100%;
}

.Pd_TxtImg > div:first-child {
    margin-right: 0;
    margin-bottom: 5vw;
}	
	
	
	
	
#Pd_theory {
    width: 90%;
    margin: 0 auto 15vw;
}

#Pd_theory > div {
    display: block;
    width: 100%;
}

.theory_Bk {
    margin-right: 0;
    margin-bottom: 5vw;
}

.theory_Bk h3 .Label {
    padding: 1.2vw 2vw;
    margin-right: 4vw;
    font-size: 5vw;
    border-bottom-left-radius: 3vw;
    border-top-right-radius: 3vw;
}

.theory_Bk h3 .Txt {
    font-size: 6.5vw;
}

.theory_Bk h3 {
    text-align: center;
    margin-bottom: 5vw;
}

.theory_Bk > div {
    font-size: 4vw;
}	
	
	
#LaserGunBk {
    width: 90%;
    margin-bottom: 15vw;
}

#LaserGunBk > div {
    display: block;
}

#LaserGun {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15vw;
}

.LaserGunInfo {
    width: 100%;
    text-align: center;
}

.LaserGunInfo h3 {
    padding: 1.5vw 3vw;
    font-size: 5vw;
    border-bottom-left-radius: 3vw;
    border-top-right-radius: 3vw;
    margin-bottom: 3vw;
}

.LaserGunInfo p {
    text-align: left;
    font-size: 4vw;
    margin-bottom: 8vw;
}

.slick-dots li button:before {
    width: 2vw;
    height: 2vw;
    font-size: 2vw;
    line-height: 2vw;
}

.slick-dots li {
    width: 2vw;
    height: 2vw;
    margin: 0 1.5vw;
}

#Bione {
    width: 90%;
    margin-bottom: 15vw;
}

#Bione img {
    width: 75%;
    margin-bottom: 5vw;
}

#Bione > p {
    font-size: 4vw;
    text-align: justify;
    margin-bottom: 5vw;
}

#Bione > div {
    font-size: 5vw;
}	
	
	
	
.dev_m {
    display: block !important;
}

.dev_w {
    display: none !important;
}	
	
.PD_Table_Bk {
    background: #fff;
    width: 90%;
    padding: 5%;
    margin-bottom: 10%;
}

.PD_Table {
    display: block;
    width: 100%;
    overflow: auto;
    height: 37vh;
}

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

.BA_Bk {
    width: 90%;
}

#ProductsSlider {
    padding: 5% 5% 10%;
}
	
.Content p {
    font-size: 4vw;
}	
	
#index_ProductsBk {
    padding: 20vw 0;
}	
	
.index_productsContent {
    height: auto;
    padding-right: 0;
    width: 100%;
}	
	

.index_productsinfo {
    padding: 0 0 100%;
	background-position: center bottom;
	background-size: 150% auto;
} 
	
#index_Info, #indexNews, #indexImageShow, #indexBA, #indexVideo {
    padding: 0 0 20vw;
}
   

    
.index_productsLink {
    width: 50vw;
}	
	
.indexNewsMoreBtn a, .index_productsLink a {
    width: 50vw;
    font-size: 6vw;
    border-bottom-left-radius: 5vw;
    border-top-right-radius: 5vw;
}	
	
.MarqueeImgTitle {
	font-size: 8vw;
}	


	
	
	
/*-----BA照-----*/
.BAList {
    width: 85%;
}

.baImg {
    padding: 2vw;
	margin-bottom: 4vw;
}

.baImg > div {
    width: 100%;
    padding-top: 100%;
}

.baImg > div:first-child {
    margin-right: 0;
    margin-bottom: 2vw;
}
	
.baTxt {
    font-size: 5vw;
    padding: 1vw 2vw;
    border-radius: 5vw;
}	
	
	
.BAList .slick-prev, .BAList .slick-next {
    height: 8vw;
    width: 8vw;
    top: calc(50% - 7vw);
}

.BAList .slick-prev {
    left: -8vw;
}

.BAList .slick-next {
    right: -8vw;
}

.BAList .slick-prev:before, .BAList .slick-next:before {
    font-size: 8vw;
}	
	
/*-----產品介紹頁-----*/
.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: 2vw 5vw 2vw 2vw;
}

.FAQTitle::before {
	width: 4vw;
	font-size: 4vw;
	line-height: 5vw;
	margin-right: 1vw;
}

.FAQTitle > div {
    font-size: 4vw;
    line-height: 5vw;
	width: calc(100% - 5vw);
}
	
.FAQTitle::after {
    width: 3vw;
    height: 3vw;
    top: calc(50% - 1.5vw);
}	

.FAQTitle > div {
    font-size: 4vw;
    line-height: 5vw;
}

.FAQTitle::after {
    width: 3vw;
    height: 3vw;
    top: calc(50% - 1.5vw);
}
	

	
.PageCtrlLBtn, .PageCtrlRBtn {
    width: 40%;
}	
	
#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%;
	right: 0;
	bottom: 0;
}

#LocateLink a {
	height: 10vw;
	background: #008edc;
	box-shadow: 0 0 0.5vw 0 #004462;
}  
    
#LocateLink a > div:first-child {
	display: inline-block;
	vertical-align: middle;
	margin-right: 3vw;
}
	
#LocateLink a > div:first-child img {
	width: 5vw;
}
	
#LocateLink a > div:last-child {
    display: inline;
    vertical-align: middle;
    font-size: 5vw;
}	

#LocateLink a::after {
	height: 100%;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 1px;
	box-shadow: none;
}

#footer {
    padding-bottom: 10vw;
}
#CopyRight {
    font-size: 1rem;
    padding: 30px 0;
}
/*-----產品介紹頁-----*/
.productsKvBox > div {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.Caprimachine {
    max-width: 200px;
}

.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 {
    padding-top: 80%;
}		
	
	
.articleSlickImg > div {
    padding: 10px;
    width: calc(100% - 20px);
}

.articleSlickType {
    font-size: 4vw;
}

.articleSlickTitle {
    font-size: 5vw;
}    
    
.typeBar {
    margin-bottom: 20px;
}

.typeList {
    padding: 10px;
}

.typeList a {
    font-size: 4vw;
}
	
.typeList li.active a {
    font-size: 4.5vw;
}

.typeList li {
    margin: 5px auto;
}    

	
	
.articleList {
	width: 90%;
	margin: 0 auto;
	padding: 0;
}

.articleList li {
	margin: 0 auto 5vw;
	width: 100%;
	padding-bottom: 0;
}

/*.articleImg, .articleListImg, .articleSlickImg {
    padding-top: 67%;
}	*/

.articleListInfoBk {
    padding: 2vw;
}

	
.articleTypeDate {
    padding: 0;
	margin-bottom: 2vw;
}		
	
.articleTypeDate span {
	font-size: 4vw;
}

.articleTypeDate span:first-child {
    font-size: 4vw;
    padding: 1vw 3vw;
    border-bottom-left-radius: 3vw;
    border-top-right-radius: 3vw;
    margin-right: 2vw;
}	

.articleTitle {
	font-size: 5vw;
	line-height: 6vw;
	text-align: justify;
	font-weight: bold;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 12vw;
} 
	
.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(100% - 20px);
}

.videoTopInfo > div:last-child {
    display: none;
}    

	
#VideoTop > a {
    /*padding-top: 85%;*/
}	
	
.videoTopInfo img {
    top: -25px;
}

.videoTopShareBtn {
    bottom: -75px;
    right: 0px;
}
	
.videoList {
	padding: 0;
    width: 90%;
    margin: 0 auto;
}	
	
.videoTitle {
    font-size: 5vw;
}	
	
.videoTopInfo .videoTitle {
    color: #fff;
}
    
	
.videoList .videoInfo {
	font-size: 4vw;
	line-height: 5.5vw;
	max-height: 22vw;
	padding-right: 1.2vw;
}



.PD_Title {
    font-size: 24px;
}	
	
.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;
}    
}

