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

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

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

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

.PageBG.index {
    display: none;
}

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

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

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

.PageBG.video, .PageBG.location, .PageBG.faqs, .PageBG.article {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100vw;
	z-index: -1;
	background-size: cover;
	background-position: center;
}

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

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

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

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

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

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

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

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

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




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

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

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

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

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

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

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


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

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

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

.MobileMenu.active a span:nth-child(3) {
    top: 30%;
    transform: rotate(-45deg);
}
.MobileMenu.active a p {
    letter-spacing: 0.9px;
    color: #f0d985;
}
/*-------------------------BODY-------------------------*/
article.page {
	padding-top: 80px;
}
section {
	
}
/*-------------------------FOOTER-----------------------*/
footer {
	background: #000;
} 

.FooterBg {
    background: -moz-linear-gradient(left, rgba(6,42,97,0) 0%, rgba(4,25,58,1) 68%, rgba(1,8,19,1) 100%);
    background: -webkit-linear-gradient(left, rgba(6,42,97,0) 0%,rgba(4,25,58,1) 68%,rgba(1,8,19,1) 100%);
    background: linear-gradient(to right, rgba(6,42,97,0) 0%,rgba(4,25,58,1) 68%,rgba(1,8,19,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00062a61', endColorstr='#010813',GradientType=1 );
}

/*回頂端*/
#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 #dac678;
    padding-right: 40px;
    display: block;
    color: #dac678;
    position: relative;
}

#Gotop a::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    height: 25px;
    width: 1px;
    background: #dac678;
    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: #00113C;
}

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

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

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

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

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

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

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

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

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


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

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

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

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


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

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

#PageBg {
    background: url("../images/BG_page.jpg") top center no-repeat;
}
#IndexBg, #PageBg {
    background-size: cover !important;
    display: block;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

/*----------內頁標題----------*/
article.page > h1 {
    padding-top: 40px;
    display: block;
    margin-bottom: 40px;
    color: #fff;
    text-shadow: 0 0 5px #000000;
}

article.page h1 span {
    display: block;
}

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

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

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

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

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

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

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

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

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


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

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

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

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

.newsListPageCtrlColor a {
	color: #fff;
}


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

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

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

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

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

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


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

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

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

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


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

.SearchBtn {
    width: 150px;
    padding-left: 25px;
    border: none;
    height: 50px;
    vertical-align: middle;
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
    background: url(../images/icon_sc.svg) 40px center no-repeat, rgb(240,217,133);
    background: -moz-linear-gradient(-45deg, rgba(240,217,133,1) 0%, rgba(201,145,66,1) 100%);
    background: url(../images/icon_sc.svg) 40px center no-repeat, -webkit-linear-gradient(-45deg, rgba(240,217,133,1) 0%,rgba(201,145,66,1) 100%);
    background: url(../images/icon_sc.svg) 40px center no-repeat, linear-gradient(135deg, rgba(240,217,133,1) 0%,rgba(201,145,66,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0d985', endColorstr='#c99142',GradientType=1 );
}

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


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

#KV::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    min-height: 100vh;
}

#KVLogo {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}
#KVLogo img {
    display: block;
    width: 100%;
    height: auto;
    /* padding-top: 25%; */
}

#KVLogo div:first-child {
    display: block;
    margin: 0 auto -7%;
    width: 70%;
}

#KVLogo div:last-child {
    display: block;
    width: 50%;
    margin: 0 auto;
}

/*背景故事*/
#WebInfo {
	display: block;
	position: relative;
	background: url("../images/indexInfoBg.jpg") no-repeat left center;
	background-size: 60% auto;
}

.WebInfoBk {
	background: -moz-linear-gradient(left,  rgba(6,42,97,0) 0%, rgba(4,25,58,1) 39%, rgba(1,8,19,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(6,42,97,0) 0%,rgba(4,25,58,1) 39%,rgba(1,8,19,1) 100%);
	background: linear-gradient(to right,  rgba(6,42,97,0) 0%,rgba(4,25,58,1) 39%,rgba(1,8,19,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00062a61', endColorstr='#010813',GradientType=1 );
	padding: 8vw 21vw 8vw 20vw;
    width: 29vw;
    float: right;
}

.TitleTxt {
    margin-bottom: 50px;
}

img.VirtueRFTxt {
    width: 288px;
    height: auto;
}

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

.WebInfoContent {
    color: #fff;
}

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

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

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

/*產品說明*/
#index_ProductsBk {
    display: block;
    font-size: 0;
	background: url("../images/indexProductBg.jpg");
	background-size: cover;
	background-position: center;
}

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


.index_productsLogo {
    display: block;
    border-bottom: 1px solid #fff;
    padding: 10px 0;
}

.index_productsLogo img {
    display: block;
    width: 60%;
    height: auto;
}

.index_productsSubTitle {
    font-size: 1.4rem;
    color: #fff;
    margin-bottom: 50px;
}

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

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

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

.index_productsContent p, .index_productsContent li {
    font-size: 1.4rem;
}

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

.index_productsContent::-webkit-scrollbar {
    width: 5px;
    background-color: #D5D5D5;
}

.index_productsContent::-webkit-scrollbar-thumb {
    width: 5px;
    background-color: #AAAFC3;
}

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

.index_productsLink a {
    display: block;
    background: rgb(9,57,119);
	background: -moz-linear-gradient(-45deg,  rgba(9,57,119,1) 0%, rgba(0,17,60,1) 100%);
	background: -webkit-linear-gradient(-45deg,  rgba(9,57,119,1) 0%,rgba(0,17,60,1) 100%);
	background: linear-gradient(135deg,  rgba(9,57,119,1) 0%,rgba(0,17,60,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#093977', endColorstr='#00113c',GradientType=1 );

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

.index_productsLink a:hover {
}

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

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


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

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

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

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

.indexNewsMoreBtn a {
    vertical-align: middle;
    padding: 10px 0;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    display: block;
    width: 300px;
    margin: 0 auto;
    color: #fff;
    background: #f0d985;
    background: -moz-linear-gradient(-45deg, #f0d985 0%, #c99142 100%);
    background: -webkit-linear-gradient(-45deg, #f0d985 0%,#c99142 100%);
    background: linear-gradient(135deg, #f0d985 0%,#c99142 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0d985', endColorstr='#c99142',GradientType=1 );
}


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

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

.index_articleTopType {
    display: inline-block;
    background: linear-gradient(135deg, rgba(9,57,119,1) 0%,rgba(0,17,60,1) 100%);
    padding: 5px 10px;
    color: #fff;
    font-size: 1.2rem;
}

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

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

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

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

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

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

.index_articleTopLink {
    display: block;
}

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

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

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

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

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

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

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

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

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


/*影音*/
#indexVideo {
    background: url("../images/BG_4.jpg");
	background-size: cover;
	background-position: center;
    padding: 100px 0 50px;
}

.indexVideoList {
    margin-bottom: 50px;
}

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

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

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

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

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

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

.indexVideoMoreBtn a {
    margin: 0 auto;
    text-align: center;
    width: 300px;
    display: block;
    background: rgb(9,57,119);
    background: -moz-linear-gradient(-45deg, rgba(9,57,119,1) 0%, rgba(0,17,60,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(9,57,119,1) 0%,rgba(0,17,60,1) 100%);
    background: linear-gradient(135deg, rgba(9,57,119,1) 0%,rgba(0,17,60,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#093977', endColorstr='#00113c',GradientType=1 );
    font-size: 1.6rem;
    padding: 10px 0;
    line-height: 2rem;
    font-weight: bold;
    color: #FFF;
	transition: .5s;
}


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

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

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

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

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

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

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

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



/*尋找院所*/
#indexLocation {
    padding: 200px 0;
    background: url("../images/BG_index_location.png") no-repeat center;
    background-size: cover !important;
    text-align: center;
}

#indexLocation a {
    display: block;
    width: 320px;
    margin: 0 auto;
    background: #f0d985;
    background: -moz-linear-gradient(-45deg,  #f0d985 0%, #c99142 100%);
    background: -webkit-linear-gradient(-45deg,  #f0d985 0%,#c99142 100%);
    background: linear-gradient(135deg,  #f0d985 0%,#c99142 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0d985', endColorstr='#c99142',GradientType=1 );
}

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

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

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



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

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

.articleSlickImg > div {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 60px);
    padding:  20px 30px;
    background: rgba(255, 255, 255, .8);
    color: #1C346C;
}

.articleSlickType {
    font-size: 1.2rem;
}

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

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

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

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

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

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

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

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

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

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

.articleTypeDate span:first-child {
    margin-right: 10px;
    color: #fff;
    padding: 5px 10px;
    background: linear-gradient(135deg, rgba(9,57,119,1) 0%,rgba(0,17,60,1) 100%);
}

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

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

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

.articlePageTitle div:first-child {
	display: inline-block;
	background: linear-gradient(135deg,  rgba(9,57,119,1) 0%,rgba(0,17,60,1) 100%);
    padding: 5px 10px;
    color: #fff;
    font-size: 1.2rem;
}

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

/*回文章列表*/
.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: #f0d985;
    background: -moz-linear-gradient(-45deg, #f0d985 0%, #c99142 100%);
    background: -webkit-linear-gradient(-45deg, #f0d985 0%,#c99142 100%);
    background: linear-gradient(135deg, #f0d985 0%,#c99142 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0d985', endColorstr='#c99142',GradientType=1 );
}

/*----------影音專區----------*/
/*置頂影音*/
#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: #093977;
}

.videoTopInfo .videoTitle {
    color: #f0d986;
}

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

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

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

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

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

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

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

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

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

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

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

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

.videoInfoBox {
    text-align: justify;
}


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

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

.videoList .videoInfo::-webkit-scrollbar {
    width: 5px;
    background-color: #F0D985;
}

.videoList .videoInfo::-webkit-scrollbar-thumb {
    width: 5px;
    background-color: #dcb462;
}

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

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

.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;
    border: 2px solid #c99142;
    color: #c99142;
}

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

/*----------20240416-內容更新----------*/
#pd_01 img, #pd_02 img, #pd_03 > img, #pd_04 img {
    width: 100% !important;
}

.pd_03bk {
    padding: 22vw 10vw 10vw;
    background: url(../images/pd_Img/bg_pd_03_m.jpg) top center no-repeat;
    background-size: 100% auto;
    overflow: auto;
}

.pd_03bk img {
    width: 250% !important;
    max-width: none !important;
}

/*----------20240416-內容更新----------*/

/*區塊1*/
#ProductsKv {
	background: url("../images/info/productsInfoBg.jpg") top center no-repeat;
	background-size: cover !important;
	position: relative;
}

.productsKvBox {
    font-size: 0;
    display: block;
	position: relative;
    z-index: 1;
	margin-bottom: 10%;
}

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

.Caprimachine {
    width: 30%;
    padding-top: 5%;
}

.ProductsKv_Content {
    width: 60%;
    margin-right: 10%;
    padding-top: 5.5%;
}

.ProductsKv_Content > div {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

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

.ProductsKv_Title {
    width: 66%;
    margin-bottom: 5%;
}

.ProductsKv_subTtile {
    margin-bottom: 1%;
    width: 40%;
}


.ProductsKv_txt_1 {
    margin-bottom: 5%;
    width: 61%;
}

.ProductsKv_list {
    width: 83%;
}



/*區塊2*/
.productsInfoBox {
    font-size: 0;
    display: block;
    padding-bottom: 10%;
}

.productsInfoBox > div, .productsInfoBox3 > div {
    display: inline-block;
    vertical-align: middle;
}

.productsInfoL {
    width: 48%;
    margin-right: 2%;
}

.productsInfoR {
    width: 50%;
}



/*區塊3*/
.productsInfoBox3 {
    font-size: 0;
    display: block;
    padding-bottom: 10%;
}

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

.productsInfo3L {
    width: 43%;
    margin-right: 2%;
}

.productsInfo3R {
    width: 55%;
}



/*區塊4*/
#ProductsInfo {
    padding: 5% 0;
    background: url("../images/BG_4.jpg") center no-repeat;
	background-size: cover !important;
	position: relative;
}

#ProductsInfo div {
	margin-left: auto;
    margin-right: auto;
}

.productsInfoBox4 {
    font-size: 0;
    display: block;
    margin-bottom: 10%;
}

.productsInfoBox4_title {
	margin-bottom: 2%;
}

.productsInfoBox4_Content {
}

/*區塊5*/
.productsInfoBox5 {
    font-size: 0;
    display: block;
    padding-bottom: 10%;
}

.productsInfoBox5_title {
	margin-bottom: 2%;
}


/*區塊6*/
.productsInfoBox6 {
    font-size: 0;
    display: block;
}

.productsInfoBox6_title {
	margin-bottom: 2%;
}

.productsInfoBox6_Content {
}




#ProductsGood {
    padding: 5% 0 0;
    background: url("../images/BG_2.png") top center no-repeat;
	background-size: cover !important;
	position: relative;
}


/*區塊6:輪播*/
#ProductsSlider {
	background: url("../images/BG_3.jpg") center no-repeat;
	background-size: cover;
}


#ProductsSlider ul li > div {
    display: block;
    padding: 5% 0;
    background-size: cover !important;
    background-position: center !important;
}

#ProductsSlider ul li > div > div {
    width: 95%;
    max-width: 1000px;
    margin: 0 auto;
}


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

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

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

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




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

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

}



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

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


@media only screen and (max-width: 1100px) {
#WebInfo {
    background: url(../images/indexInfoBg.jpg) no-repeat left -20% center;
    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: 880px){	
.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% 20%;
    width: 50%;
}
}
@media only screen and (max-width: 830px){
article.page {
    padding-top: 60px;
}
header {
    padding: 5px 10px;
    width: calc(100% - 20px);
}

.MobileMenu {
    display: block;
}
    
    
#KVLogo {
    width: 90%;
}    
    
    
nav {
    background: url("../images/BG_5.jpg") top right no-repeat; 
    background-size: cover !important;
    display: block;
    position: absolute;
    top: 60px;
    right: -100%;
    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: 740px) {
.WebInfoBk {
    padding: 50px 2.5%;
    width: 95%;
}

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

img.VirtueRFTxt {
    width: auto;
    max-width: 100%;
}	

.WebInfoHightLine {
    text-align: center;
    padding: 5px;
}

.WebInfoContent {
    text-align: center;
}	
	
.TitleTxt {
    text-align: center;
}	
	
}
@media only screen and (max-width: 680px) {
.articleImg {
    padding-top: 56.25%;
}


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

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

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

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

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

.CityBlock {
    padding: 0 15px;
}

.CityName {
    font-size: 1.5rem;
}

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

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

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

}

@media only screen and (max-width: 650px) {
#index_ProductsBk {
    padding-top: 50px;
}	
	
.index_productsContent {
    height: auto;
    padding-right: 0;
    width: 100%;
}	
	
	
.index_productsinfo {
    width: 100%;
    padding: 0;
    margin-right: 0 !important;
} 
    
.index_ProductsImg {
    margin-top: 20px;
    margin: 20px auto 0;
    display: block;
    width: 65%;
}	
	
.indexTopArticle {
    width: 95%;
    margin-bottom: 50px;
}

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

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

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

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

.index_articleTopLink a {
    padding: 10px 0;
}

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

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

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

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

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

.indexNewsList li::after {
    content: "";
    clear: both;
    display: block;
}
    
    
/*-----產品介紹頁-----*/
.productsKvBox > div {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.Caprimachine {
    max-width: 200px;
}

	
.productsInfoBox > div, .productsInfoBox3 > div {
    display: block;
    width: 100%;
}

.productsInfoBox {
    padding: 15% 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%;
}

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

.ProductsSuitableBox {
    padding: 10% 0;
}	
	
    
#ProductsSlider ul li > div {
    padding: 10% 0;
}    
    
/*-----最新消息-----*/
#articleTop {
    padding-bottom: 20px;
}
    
.articleSlickImg > div {
    padding: 10px;
    width: calc(100% - 20px);
}

.articleSlickType {
    font-size: 1rem;
}

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

.typeList {
    padding: 10px;
}

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

.typeList li {
    margin: 5px auto;
}    

.articleList {
    padding: 15px;
}

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

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

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

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


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

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

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

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

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


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

}