@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, .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: 20px 3% 20px 2%;
    width: 95%;
    font-size: 0;
    background: rgb(255 255 255 / 60%);
    top: 0;
    transition: .5s;
}

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

#Logo img {
    display: block;
    height: 40px;
    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: 3%;
}

nav li a {
    color: #006DB8;
}
nav li.active a  {
    color: #83caf9;
}

nav li a:hover {
    color: #004B7F;
}

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: #006db8;
    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: #006db8;
    transition: 0.5s;
    width: 100%;
    text-align: center;
}


.MobileMenu.active a span {
    background: #006db8;
}

.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: 80px;
}
section {
	
}
/*-------------------------FOOTER-----------------------*/
footer {
	background: #006DB8;
} 

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

/*社群*/
#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 {
    
}

#CopyRight {
    font-size: 1rem;
    color: #fff;
    padding: 50px 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;
}

/*----------背景----------*/
#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: #006DB8;
    /*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: #909090;
    /* font-weight: bold; */
}

.typeList.wStyle a {
    color: #909090;
}

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

.typeList li.active a {
    color: #006DB8;
}


/*----------頁面底色----------*/
.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: #006DB8;
    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 #006DB8 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 #006DB8;
}

.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: #006DB8;
    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, #006DB8;
}

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

/*--------------------------內容開始-------------------------------*/
/*----------首頁----------*/
.BG3 {
	display: block;
	background: url("../images/bg_3.jpg") center no-repeat;
	background-size: cover;
	position: fixed;
	height: 100vh;
	width: 100vw;
	top: 0;
	left: 0;
	z-index: -1;
}

/*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背景圖片設定*/
.KVContent {
    position: absolute;
    bottom: 0;
    width: 85%;
    left: 7.5%;
    font-size: 0;
}

.KVContent > div {
    display: inline-block;
    vertical-align: bottom;
}

.KV_girl {width: 38%;margin-right: 5%;}

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

.KV_Txt {
    width: 35%;
    margin-right: 5%;
    padding-bottom: 3%;
}

.KV_Pd {
    width: 14%;
}

.KV_Title, .KV_Slogan, .KV_Slogan2 {
    margin-bottom: 5%;
}

.Kv_Content {
    color: #006DB8;
    overflow: auto;
    font-size: 1vw;
    height: 6vw;
    text-align: justify;
    padding-right: 1vw;
}

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

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


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


/*背景故事*/
#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 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_productsinfo {
    display: block;
    background: url(../images/index/index_PD_Img.png);
    background-position: left 100% bottom;
    background-size: auto 90%;
    background-repeat: no-repeat;
}

.index_productsinfoTxt {
    display: block;
    padding: 5% 34% 5% 0;
    width: 34%;
    margin: 0 auto;
}

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

.index_productsContent {
    margin-bottom: 10%;
}

/*最新消息*/
#indexNews {
	background: url("../images/bg_white.jpg") no-repeat center;
	background-size: cover;
    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;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    display: block;
    width: 300px;
    margin: 0 auto;
}


.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: calc(23.45vw - 40px);
}

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

.index_articleTopTitle {
    text-align: justify;
    font-size: 2rem;
    font-weight: bold;
    color: #006db8;
    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: #707070;
    font-size: 1.3rem;
    line-height: 2.5rem;
}

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

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



/*跑馬燈*/
/*--相簿跑馬燈--*/
.Bg_Blue {
	background: url("../images/bg_blue.jpg") no-repeat center;
	background-size: cover;
	display: block;
}

#indexImageShow {
	padding-top: 5%;
}

.MarqueeImgTitle {
   	display: block;
    width: 23%;
    margin: 0 auto 5%;
}

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



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

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

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

.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: rgba(255, 255, 255, .8);
    padding: 10px;
}

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

.articleTitle {
    color: #6F6F6F;
    font-size: 1.5rem;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 2.5rem;
    height: 5rem;
	word-wrap:break-word;
}

.articleRead {
    color: #006DB8;
    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: #6F6F6F;
}

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

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

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

.articlePageTitle div:first-child {
	display: inline-block;
	background: #6f6f6f;
	/*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: 50px;
    width: calc(95% - 100px);
    max-width: 1100px;
    margin-bottom: 50px;
	background: rgba(255, 255, 255, .8)
}

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

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

.articleOther a:hover {
    color: #6F6F6F;
}

/*回文章列表*/
.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: #006DB8;
    /*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: #006DB8;
	margin-bottom: 10px;
}

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

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

/*.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 1.2rem 0 0;
    display: block;
    text-align: justify;
    overflow: auto;
    max-height: 8rem;
    line-height: 2rem;
    font-size: 1.2rem;
	color: #333;
}

.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: #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: #006DB8;
    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: #0081d8;
}

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

/*----------院所地圖----------*/
.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;
	background: #006DB8;
    border: 2px solid #006DB8;
    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 #006db8;
    font-size: 2rem;
    padding-left: 5px;
    margin-bottom: 20px;
    color: #006db8;
    font-weight: bold;
    text-align: center;
}

.CityList li {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 60px);
    margin-right: 40px;
    margin-bottom: 30px;
	border-bottom: 1px solid #006db8;
    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: #006DB8;
    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: 50px;
    border-radius: 35px;
    margin-right: 10px;
}

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

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


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

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

/*-----產品簡介-----*/
section img {
	display: block;
	width: 100%;
	height: auto;
}

.img_w {
	display: block !important;
}

.img_m {
	display: none !important;
}


.PD_whiteBG {
    background: url(../images/pdImg/ba_bg.jpg);
    background-size: cover;
    background-position: center;
    padding-bottom: 5%;
}

.tableImg {
    background: url(../images/pd_05_m.jpg);
    background-size: cover;
    background-position: top center;
    padding: 20% 0 10%;
}

.tableImg div {
    display: block;
    height: 140vw;
    padding: 10%;
    overflow: auto;
}

.tableImg div img {
    height: 100%;
    width: auto;
}





.PD_Table_Bk {
    display: block;
    margin: 0 auto 4%;
    width: 68%;
    padding: 2% 3%;
    background: rgba(255, 255, 255, .8);
}

.PD_Title {
    display: block;
    margin: 0 auto 3%;
    width: 38%;
}






/*-----區塊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%;
}
	
	
.index_articleTopInfo {
    height: calc(32.1vw - 40px);
}	
	

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


@media only screen and (max-width: 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){	

	
	
.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: 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 20px auto;
} 
	
.marqList a {
	width: 50vw;
}	
	
}

@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: 680px) {
/*-----電腦版與手機版切換-----*/	
.img_w {
	display: none !important;
}

.img_m {
	display: block !important;
}
	
.siteWidth {
    width: 95%;
}	
	
	
#Logo {
    padding: 10px 0;
    width: auto;
}	
	
#Logo img {
    height: 30px;
}
	
	
/*-----首頁-----*/
/*-----kv-----*/
.indexKvBgBk {
    height: 100%;
    position: absolute;
}
.KVContent {
    width: 100%;
    position: relative;
    left: 0;
    right: 0;
}

.Kv_Content {
    display: block;
    background: rgba(255, 255, 255, .8);
    padding: 10%;
    height: auto;
    font-size: 14px;
}
	
	
	
	
/*-----最新消息-----*/	
.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;
}

	
	
	
/*-----產品介紹-----*/
.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%;
}
	
}

@media only screen and (max-width: 650px) {
#index_ProductsBk {
    padding-top: 50px;
}	
	
.index_productsContent {
    height: auto;
    padding-right: 0;
    width: 100%;
}	
	
.index_productsinfoTxt {
    padding: 0;
    width: 90%;
}
	
.index_productsinfo {
    padding: 0 0 100%;
	background-position: center bottom;
	background-size: 150% auto;
} 
    
.indexTopArticle {
    width: 95%;
    margin-bottom: 50px;
}

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

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

.index_articleTopDec {
    font-size: 1rem;
    line-height: 2rem;
}	
	
.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_articleInfo {
    float: right;
    width: calc(55% - 20px);
    background: none;
}

.index_articleTitle {
    font-size: 1.2rem;
}

.indexNewsList li::after {
    content: "";
    clear: both;
    display: block;
}
    
    
.indexNewsMoreBtn a, .indexVideoMoreBtn a {
    width: 200px;
}	
	
.MarqueeImgTitle {
    width: 55%;
}	
	
/*-----產品介紹頁-----*/
.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;
}

/*.articleImg, .articleListImg, .articleSlickImg {
    padding-top: 67%;
}	*/
	
.articleTypeDate {
    padding: 0;
}		
	
.articleTypeDate span {
    font-size: 1rem;
}

.articleTitle {
	font-size: 1.15rem;
	line-height: 1.5rem;
	text-align: justify;
	font-weight: bold;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	height: 4.5rem;
} 
	
.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;
}    
    
.videoTopInfo img {
    top: -25px;
}

.videoTopShareBtn {
    bottom: -75px;
    right: 0px;
}
.videoTopInfo {
    top: 100%;
    bottom: auto;
}
    
	
	.videoList .videoInfo {
		font-size: 1rem;
		line-height: 1.5rem;
	}

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

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

}