<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* 設計師用 桌機版CSS檔 style.css */
/* 說明：
    可提供設計師在此檔，針對桌機版面進行設計；為網站必載CSS檔。*/

body {
    font-size: 16px;
    color: #333;
}

p {
    line-height: 28px;
    margin-bottom: 0;
}

a {
    color: #666;
	transition:all .3s ease;
}

a:hover {
    color: #004e99;
}


.h5{
	font-size:38px;
	color:#000;
	margin:0;
	line-height: 39px;
}
.h4 {
    font-size: 23px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
	line-height: 37px;
}
.h3 {
    font-size: 24px;
    color: #004e99;
    border-bottom: dotted 1px #004e99;
    margin: 10px 0 25px;
    padding-bottom: 10px;
	line-height: 31px;
}


.mgt_s{margin-top:10px;}
.mgl_s{margin-left:10px;}
.mgr_s{margin-right:10px;}
.mgb_s{margin-bottom:10px;}
.mgt_m{margin-top:40px;}
.mgl_m{margin-left:40px;}
.mgr_m{margin-right:40px;}
.mgb_m{margin-bottom:40px;}
.mgt_l{margin-top:80px;}
.mgl_l{margin-left:80px;}
.mgr_l{margin-right:80px;}
.mgb_l{margin-bottom:80px;}

.wow{
	visibility:hidden;
}

.txt_red{
	color:#f00 !important;
}
.txt_gray {
    color: #a5a5a5 !important;
}
.txt_blue {
    color: #5ab3ff !important;
}
.txt_orange {
    color: #ffb141 !important;
}
.txt_pink {
    color: #ff8282 !important;
}

.btn{
	font-size:16px;
	border-radius:0;
	transition:all .3s ease;
}
.btn.orange{
	color:#fff;
	background:#fe9f40;
	padding:20px 60px;
    /*border-radius:0px;
	letter-spacinsg:0.1em;
	font-size:18px;*/
}
.btn.orange:hover{
	background:#00808c;
}
.btn.green:hover {
    background: #00808c;
}
.btn.gray{
	color:#fff;
	background:#bfbfbf;
	padding:20px 60px;
}
.btn.gray:hover{
	background:#00808c;
}
.btn.lightgray{
	color:#000;
	background:#e4e4e4;
	padding:20px 60px;
}
.btn.lightgray:hover{
	background:#e3f2fd;
}
.btn.green{
	color:#fff;
	background:#62c90d;
	padding:20px 60px;
}
.btn.green:hover{
	background:#00808c;
}
.btn.blue{
	color:#fff;
	background:#004d99;
	padding:20px 60px;
}
.btn.blue:hover{
	background:#00808c;
}
.btn.acart {
	display: block;
    width: 25px;
    height: 25px;
    background: url(../../images/all/cart.png) center center no-repeat;
    padding: 0;
    background-size: 100%;
    margin-top: 5px;
}

.btn.active{
	background:#00808c;
}

.btn.ps{
	padding:10px 15px;
}

.gotop {
    display: block;
    position: fixed;
    bottom: 40px;
    background: #004e99;
    text-align: center;
    right: -100px;
	transition:all 0.5s ease;
	z-index: 100;
}
.is_scroll .gotop{
	right:10px;
}
.gotop a {
    color: #fff;
    display: block;
    width: 100%;
    padding: 20px 10px 3px 10px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
}

.gotop .icon {
    display: block;
    margin: 0 auto;
}
.share_sec{
	text-align: right;
	border-top: solid 1px #e0e0e0;
	border-bottom: solid 1px #e0e0e0;
	padding: 10px 0 5px 0;
	margin: 10px 0;
	clear:both;
}
body.home .share_sec{
	display:none;
}
.share_sec .share_txt,
.share_sec .share_icon {
    display: inline-block;
    vertical-align: middle;
}
.share_sec .share_txt p{
	margin-bottom:0;
	font-size:16px;
	color:#000;
}


.form-control{
	border-radius:0;
}
.form-control:focus{
	border-color:#004d99 !important;
	box-shadow:none;
	outline:none;
}
.form-control-static {
    padding: 3px 0 0;
}

.d-block{
	display:block !important;
	width:100%;
}
.d-inline-block{
	display:inline-block !important;
	width:auto;
	vertical-align: bottom;
}

.editor {
    padding: 30px;
	margin-bottom: 40px;
}

/**** hover effect ****/
.hvr-outline-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
}
.hvr-outline-out:before {
    content: '';
    position: absolute;
    border: #e1e1e1 solid 1px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property:all;
    transition-property: all;
	opacity:0;
}
.hvr-outline-out:hover:before, .hvr-outline-out:focus:before, .hvr-outline-out:active:before {
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
	border-width:3px;
	opacity:1;
}



/********************* Header *********************/
.header {
    /*background: url(../../images/all/banner_bg.jpg) center 180px no-repeat;*/
}

.header .navbar{
	background:#e3f2fd;
}



/* header logo */
    .header .navbar .navbar-brand {
        width: 60px;
        height: 60px;
        background: url(../../images/all/logo.jpg) no-repeat;
        text-indent: -9999px;
        display: block;
        margin: 10px;
        margin-left: 15px;
        padding: 0;
    }

.header .navbar .navbar-brand:hover {
    opacity: 0.7;
}

/* header 主選單 */
.header .navbar .navbar-nav {
    /*background: none;
    margin-top: 84px;
    margin-right: -15px;
    float: right;*/
	margin-left: 30px;
    margin-top: 12px;
	position:relative;
}

.header .navbar .navbar-nav &gt; li:not(.cart) &gt; a {
    background: none;
    color: #71797e;
    font-weight: bold;
	padding:10px 15px;
    /*border-bottom: 3px solid transparent;
    padding-top: 0px;*/
}

.header .navbar .navbar-nav li a:hover {
    color: #333;
    /*border-bottom-color: #52CED5;*/
}

.header .navbar .navbar-nav &gt; li &gt; a &gt; .icon {
    margin-left: 5px;
}

.header .navbar .navbar-nav &gt; li + li &gt; a {
    /*border-left: 1px solid #eee;*/
}

.header .navbar .navbar-nav &gt; li ul li a {
    padding: 8px 10px;
    font-size: 16px;
}

.header .navbar .navbar-nav &gt; li ul li a:hover {
    background: #e6e6e6;
    /* font-weight: bold; */
}

.header .navbar .navbar-nav &gt; li ul {
    padding: 0;
    box-shadow: none;
}


/* header 次選單 */
.header .navbar .sub-nav {
    position: absolute;
    right: 196px;
    top: 14px;
}

.header .navbar .sub-nav li {
    padding: 0;
}

.header .navbar .sub-nav li a {
    /*background: url(../../images/all/sub_nav.png) no-repeat;
    width: 32px;
    height: 32px;
    text-indent: -9999px;*/
}

.header .navbar .sub-nav li .acart .count,
.header .navbar  li.cart .acart .count{
	position:absolute;
	display:block;
	width:15px;
	height:15px;
	background:#f00;
	color:#fff;
	text-align:center;
	border-radius:50%;
	font-size: 12px;
    right: -8px;
    top: 0;
	line-height: normal;
}

.header .navbar .sub-nav li a:hover {
    /*position: relative;
    top: 2px;*/
}
.header .navbar .sub-nav li .acart:hover,
.header .navbar  li.cart .acart:hover{
	-webkit-animation-name: swing;
	  -webkit-animation-duration: 1s;
	  animation-name: swing;
	  animation-duration: 1s;
	  background-color:transparent;
}

.header .navbar .btn-default {
    background: #52CED5;
    color: #fff;
    text-shadow: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 7px;
}

.header .navbar .lang {
    position: absolute;
    right: 5px;
    top: 20px;
}

.header .navbar .lang .dropdown-menu {
    background: #52CED5;
    color: #fff;
    border: none;
    border-radius: 0;
}

.header .navbar .lang .dropdown-menu a {
    color: #fff;
}

.header .navbar .lang .dropdown-menu a:hover {
    background: none;
    color: #FCE617;
}


.header .navbar .lang ul{
	margin:0;
}
.header .navbar .lang ul li a {
    color: #004e99;
    font-size: 13px;
    padding: 0 5px;
    position: relative;
}

.header .navbar .lang ul li {
    padding: 0;
}

.header .navbar .lang ul li + li a:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 13px;
    background: #004e99;
    left: -2px;
    top: 2px;
}
.header .navbar .lang ul li a:hover {
    color: #7cbcea;
}

.header .navbar &gt; .container-fluid {
    padding: 0;
}

/*------- Banner -------*/
.banner {
    position: relative;
	padding: 30px 0;
}
body:not(.home) .banner{
	padding:0;
}

.banner .container {
    /*max-width: 1144px;*/
    /*background-color: #EEE;*/
    padding: 0;
}

.banner .bx-wrapper {
    margin-bottom: 0;
}

.banner .bxslider li {
    background-repeat: no-repeat;
    background-position: center top;
}

.banner .bxslider li a {
    display: block;
}

.banner .bxslider li img {
    width: 100%;
    /*display: none;*/
}

.banner .bx-wrapper .bx-viewport {
    background: none;
    border: none;
    box-shadow: none;
    left: 0;
}

.banner .bx-wrapper .bx-pager.bx-default-pager {
    text-align: right;
    padding: 0 15px;
    bottom: 2px;
    z-index: 60;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-align: left;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a.active {
    /*background: #1EB5BE;*/
    background: #bce3f4;
}


.banner .barea {
    margin: 0;
    display: flex;
    align-items: center;
	/*padding: 0 25px;*/
}
.banner .banner_info,
.banner .banner_pic{
	/* display:inline-block; */
	/* vertical-align:middle; */
}
.banner .banner_info_box {
    z-index: 5;
}
.banner .banner_info {
    background: #00808c;
    color: #fff;
    padding: 60px 50px;
    margin-right: -10%;
    z-index: 5;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
	/*transition:all .3s ease;*/
}

.banner .banner_info p {
    margin: 0;
    font-size: 16px;
    line-height: 29px;
}

.banner .banner_info .h6 {
    font-size: 38px;
    margin-bottom: 40px;
    line-height: initial;
}

.banner .banner_pic{
	flex: 0 0 53.33333%;
}
.banner .banner_pic img {
    width: 100%;
    max-width: 630px;
}
.banner .slick-prev, .banner .slick-next{
	width:39px;
	height:119px;
	z-index: 11;
}
.banner .slick-prev:before, 
.banner .slick-next:before{
	display:none;
}
.banner .slick-prev,.banner .slick-prev:hover, 
.banner .slick-prev:focus{
	background: url('../../images/all/arrow_001.png') center center no-repeat;
	left:-40px;
	background-size: 35px;
}
.banner .slick-next, .banner .slick-next:hover, 
.banner .slick-next:focus{
	background: url('../../images/all/arrow_002.png') center center no-repeat;
	right:-40px;
	background-size: 35px;
}
/*.banner .bx-wrapper .bx-controls-direction a{
	width:39px;
	height:119px;
	top: calc(50% - 22px);
}

.banner .bx-wrapper .bx-prev {
	background: url('../../images/all/arrow_001.png') center center no-repeat;
	left:0;
}
.banner .bx-wrapper .bx-next {
	background: url('../../images/all/arrow_002.png') center center no-repeat;
	right:0;
}
.banner .bx-wrapper .bx-next:hover{
	background-position:center center;
}*/

.banner .off{
	opacity:0;
}
.banner .activate {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1 * 100);
  filter: alpha(opacity=1 * 100);
}

.banner .animated {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0 * 100);
  filter: alpha(opacity=0 * 100);
}

/********************* Footer *********************/
.footer {
    padding: 15px 0 0;
    text-align: center;
}

/* sitemap */
.footer .sitemap ul li {
    color: #888;
    padding: 0;
}

.footer .sitemap ul li a {
    color: #888;
    padding: 10px;
}

.footer .sitemap ul li a:hover {
    color: #36B9C0;
}

.footer_content {
    background-color: #888888;
    font-size: 15px;
    line-height: 22px;
    padding: 25px 0 13px;
	color:#fff;
}

/* siteinfo */
.footer .siteinfo ul &gt; li {
    padding: 0;
}
.footer .siteinfo ul &gt; li a{
	color:#fff;
}
.footer .siteinfo ul &gt; li a:hover{
	color:#c5c5c5;
}
.footer .siteinfo ul &gt; li + li:before {
    content: "| ";
    padding: 0 5px;
    color: #fff;
}

.footer .siteinfo .map {
    display: inline-block;
    background: url(../../images/all/icon_map.png) no-repeat;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    vertical-align: text-bottom;
    margin-right: 20px;
}

.footer .siteinfo .map:hover {
    position: relative;
    top: 2px;
}

.footer .copyright b {
    color: #36B9C0;
}

.footer .powered a {
    color: #AAA;
}

.footer .powered a:hover {
    color: #666;
}

/********************* floating *********************/
#floating{
	display:none;
}
#floating .btn-floating {
    width: 28px;
    height: 58px;
    background-color: #52CED5;
    display: none;
    margin: 1px;
    padding: 10px 3px;
    position: absolute;
    left: -30px;
}

#floating .btn-floating .icon-arrow {
    width: 32px;
    height: 40px;
    background: url(../../images/all/arrow.png) no-repeat;
    display: block;
}

#floating.open .btn-floating .icon-arrow {
    background-position: 0 -40px;
}

#floating ul {
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
}

#floating ul li {
    padding: 10px 0;
}

#floating ul li + li {
    border-top: 1px solid #E7E7E7;
}

#floating ul li a {
    width: 56px;
    height: 60px;
    background: url(../../images/all/floating_icon.png) no-repeat;
    background-position-x: 0;
    font-size: 10px;
    color: #bbb;
    text-align: center;
    display: block;
    padding: 40px 0 0;
    position: relative;
}

#floating ul li.b1 a {
    background-position-y: 0;
}

#floating ul li.b2 a {
    background-position-y: -80px;
}

#floating ul li.b3 a {
    background-position-y: -160px;
}

#floating ul li a:hover {
    color: #333;
    background-position-x: -56px;
}


#floating ul li a .num {
    min-width: 20px;
    height: 20px;
    background-color: #EB0F0F;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    right: 8px;
    top: 0;
}

/********************* Main *********************/
.main {
    /*box-shadow: 0 0 10px 0 #919191;*/
    z-index: 10;
}

.main_content {
    min-height: 600px;
    padding: 30px 0;
}
body:not(.home) .main_content{
	padding: 0 0 30px;
}
/*----------------------- side -----------------------*/
.side .side-toggle {
    font-size: 15px;
    color: #004e99;
    text-align: center;
    line-height: 28px;
    margin-top: 0px;
    border: none;
    background: #eaeaea;
}

.side .nav &gt; li + li {
    border-top: 1px solid #ABCFDB;
}

.side .nav &gt; li a {
    color: #1b1b1b;
    line-height: 20px;
    display: block;
    padding: 10px 10px 10px 22px;
}

.side .nav &gt; li &gt; a {
    font-size: 24px;
    margin: 14px 0 7px;
    padding: 10px 0 10px 0;
    color: #004e99;
}

.side .nav &gt; li a:hover,
.side .nav &gt; li a:focus,
.side .nav &gt; li.active a {
    /*background: url(../../images/all/list_icon.png) no-repeat 0 10px;
    color: #02b7c1;*/
	 background: no-repeat;
    font-weight: bold;
}

.side .nav &gt; li &gt; ul {
    /*padding-left: 20px;*/
    list-style-type: none;
}

.side .nav &gt; li &gt; ul &gt; li &gt; a,
.side .nav &gt; li &gt; ul &gt; li &gt; a:hover {
    padding: 8px 5px 8px 5px;
}

.side .nav &gt; li &gt; ul &gt; li &gt; a:hover{
	background:#004e99;
	color:#fff;
}

.side .nav &gt; li &gt; ul &gt; li &gt; ul {
    margin-left: 18px;
    list-style-type: none;
}

.side .nav &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; a,
.side .nav &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; a:hover {
    /* background: url(../../images/all/list_icon3.png) no-repeat 0 6px; */
    padding: 6px 10px 6px 20px;
    color: #949494;
	border-bottom:solid 1px transparent;
}
.side .nav &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; a:hover{
	border-color:#004e99;
	color:#004e99;
}

.side .orange .nav &gt; li &gt; a {
    color: #ff7300;
}
.side .orange .nav &gt; li &gt; ul &gt; li &gt; a:hover {
    background: #ff7300;
}
.side .lightblue .nav &gt; li &gt; a {
    color: #4aa1c6;
}
.side .lightblue .nav &gt; li &gt; ul &gt; li &gt; a:hover {
    background: #4aa1c6;
}

/*----------------------- Content -----------------------*/
.content .h1 {
    /* color: #36b9c0; */
    font-size: 30px;
    /* border-bottom: 1px solid #ABCFDB; */
    padding: 5px 0 15px;
    margin-top: 0;
}
/* breadcrumb */
.content .breadcrumb {
    background: none;
    margin: 0;
    font-size: 13px;
	margin-bottom: 20px;
	padding:8px 5px;
}

.content .breadcrumb &gt; li + li:before {
    content: "＞";
}

/* btn-more */
.content .btn-more {
    position: absolute;
    right: 15px;
    top: 30px;
    display: block;
    width: 52px;
    height: 24px;
    background: url(../../images/all/btn_more.png) no-repeat;
    text-indent: -9999px;
}

.content .btn-more:hover {
    background-position: 0 -24px;
}

/* list-box */
.content .list-box .txt-list {
    margin-bottom: 60px;
}

.content .list-box .txt-list li {
	/*background: url(../../images/all/icon_list.png) no-repeat 8px 12px;*/
	background: url('../../images/all/icon_001.png') no-repeat 8px 26px;
	background-size:12px;
	border-bottom: 1px dotted #ccc;
	padding: 10px 10px 10px 30px;
}
.content .list-box .txt-list li:last-child{
	border:none;
}
.content .list-box .txt-list li:nth-child(2n+1) {
    background-color: rgba(240,240,240,0.3);
}

.content .list-box .txt-list li a {
    line-height: 28px;
    display: block;
    padding: 10px 0;
}

.content .list-box .txt-list li a:hover,
.content .list-box .txt-list li a:focus {
    color: #004e99;
    font-weight: bold;
    padding-left: 10px;
}

.content .list-box .txt-list li span {
    
    /*color: #aaa;
    line-height: 20px;
   
    padding: 3px 20px;*/
}
.content .list-box .txt-list li span.date {
	 display: inline-block;
	 font-size: 13px;
    float: right;
    background: #e3f2fd;
    padding: 7px 20px;
    border-radius: 30px;
    color: #888;
    line-height: initial;
	transition: all .3s ease;
}
.content .list-box .txt-list li a:hover span.date {
    background: #e4e4e4;
}
.content .list-box .txt-list li span.news-title {
    width: 78%;
    color: #848275;
    float: left;
}

.content .list-box .txt-list li.list-header {
    background: none;
    border-bottom: 1px solid #ACE7EB;
    padding-left: 40px;
    padding-right: 15px;
    border-bottom: solid 3px #004e99;
    margin-bottom: 20px;
}
.content .list-box .txt-list li.list-header span {
    float: right;
}
.content .list-box .txt-list li.list-header a,
.content .list-box .txt-list li.list-header a span {
    font-size: 20px;
    color: #004e99;
    font-weight: bold;
}


.content .list-box .txt-list li.list-header a span {
    padding-right: 24px;
}

/* btn-box */
.content .btn-box {
    /*border-top: 1px solid #ACE7EB;*/
    margin: 0 0 20px;
    padding-top: 15px;
    clear: both;
}

.content .btn-box:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.content .btn-box .pager {
    text-align: left;
    display: inline-block;
    margin: 0 0 20px;
}

.content .btn-box .pager li {
    margin: 0 5px;
}

.content .btn-box .pager li &gt; a {
    background: #fff;
    color: #888;
    border-radius: 0;
    border: 1px solid #DFDFDF;
    padding: 5px 20px;
}

.content .btn-box .pager li &gt; a:hover {
    background-color: #004e99;
    color: #fff;
}

.content .btn-box .pager li &gt; a .icon {
    display: none;
}

.content .btn-box .page-info {
    color: #888;
    float: right;
    text-align: center;
    margin: 0 5px;
}

.content .btn-box .page-info select {
    min-width: 60px;
    border: 1px solid #DFDFDF;
    margin-right: 10px;
	border-radius: 0;
}

/*----------------------------------------- 首頁 home --------------------------------------*/
body.home .main_content {
    min-height: 0;
}

body.home .content &gt; h2 {
    font-size: 20px;
    border-bottom: 1px solid #ACE7EB;
    color: #36B9C0;
    padding: 6px;
}

body.home .content .btn-more {
    top: 10px;
    right: 0;
}

/*----------------------------------------- wid --------------------------------------*/
.content .wid {
    position: relative;
    z-index: 10;
}
/* wid-home-news */
.content .wid-home-news {
    margin-left: 0;
}

.content .wid-home-news .txt-list {
    margin-bottom: 10px;
    margin-top: -10px;
}

.content .wid-home-news .txt-list li {
    padding-left: 14px;
    background-position: 0 4px;
    background-color: transparent;
}

.content .wid-home-news .txt-list li:last-child {
    border-bottom: 2px solid #ACE7EB;
}

.content .wid-home-news .txt-list li a {
    padding: 2px 0;
    font-size: 13px;
}

.content .wid-home-news .txt-list li a span {
    padding: 3px 0;
    font-size: 12px;
}

/* wid-home-product */
.content .wid-home-product .bxslider li a {
    border: 1px solid #ACE7EB;
    padding: 2px;
    display: block;
}

.content .wid-home-product .bxslider li a:hover {
    border-color: #36B9C0;
}

.content .wid-home-product .bx-wrapper .bx-controls-direction a {
    width: 24px;
    height: 40px;
    background: url(../../images/home/arrow.png) no-repeat;
}

.content .wid-home-product .bx-wrapper .bx-controls-direction a.bx-prev {
    left: -24px;
}

.content .wid-home-product .bx-wrapper .bx-controls-direction a.bx-next {
    right: -24px;
    background-position: 0 -40px;
}

/* wid-home-contact */
.content .wid-home-contact ul li {
    color: #717171;
    padding-left: 20px;
    font-size: 12px;
    line-height: 1.8;
}

.content .wid-home-contact ul li.phone {
    font-size: 22px;
    color: #333;
    font-weight: bold;
}
.home_about{
	margin-bottom:50px;
	display: flex;
    align-items: center;
}
.home_about .info{
	padding:0 30px;
}
.home_about .pic img{
	width:100%;
}
.home_about .desc{
	margin-top:40px;
	margin-bottom: 30px;
}
.home_about .btn{
	position:relative;
}
.home_about .btn .icon {
	position:absolute;
	right:10px;
	top:calc(50% - 9px);
	font-size:18px;
}
.about_sec &gt; div:nth-child(2n) .home_about .h5{
	font-weight:bold;
}
.home_about .btn:hover{
	-webkit-animation-name: pulse;
	  -webkit-animation-duration: .5s;
	  animation-name: pulse;
	  animation-duration: .5s;
}
.home_online .pic{
	background: url('../../images/all/h_005.jpg') center center no-repeat;
	background-size: cover;
}
.home_online .pic img {
	width: 100%;
	display:none;
}

.home_online .info .det {
    background: #4b85b4;
    height: 100%;
    padding: 50px;
    color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.home_online {
    display: flex;
    align-items: stretch;
	margin-bottom:50px;
}

.home_online .info .det .h5 {
    color: #fff;
    font-weight: bold;
    margin-bottom: 30px;
}


.home_pkind a{
	display:block;
	width:100%;
	padding:30px 10px;
	color: #626262;
	transition:all .3s ease;
}
.home_pkind .item {
	margin-bottom:30px;
}
.home_pkind a .pic img{
	transition:all .2s ease;
}
.home_pkind .info {
    margin-top: 30px;
}
.home_pkind .info p{
	margin-bottom:0;
}
.home_pkind .info .h4 {
    font-size: 23px;
    font-weight: bold;
	margin-bottom:10px;
}



.home_pkind .item a:hover{
	background:#e3f2fd;
	color:#004d99;
}
.home_pkind .item a:hover .pic img{
	/*filter: brightness(0) invert(1);*/
	-webkit-filter:brightness(.5);
	-webkit-animation-name: pulse;
	  -webkit-animation-duration: .5s;
	  animation-name: pulse;
	  animation-duration: .5s;
}

.member_menu {
    text-align: right;
	margin: 10px 0;
}

.member_menu .mem_name {
    font-weight: bold;
    margin-right: 10px;
}

.member_menu a {
    font-size: 14px;
    color: #71797e;
    padding: 0 3px;
}

.member_menu li+li:not(:last-child) {
    border-right: solid 1px #ccc;
}

.member_menu li+li {
    margin-left: -5px;
}

.member_menu a:hover {
    color: #004e99;
}


/****  product  ****/
.product-list {
    margin: 50px 0 20px;
}
.product-list p {
    margin: 0 0 5px;
}
.product-list .item{
	margin-bottom:80px;
    padding: 0 20px;
}
.product-list .item a {
    display: block;
    width: 100%;
}
.product-list .item .pic{
	overflow:hidden;
	background:#004e99;
}
.product-list .item .pic img{
	transition:all .3s ease;
}
.product-list .item .info {
    color: #1b1b1b;
    text-align: center;
	transition:all .3s ease;
}

.product-list .item .info .title {
    font-weight: bold;
    font-size: 18px;
}

.product-list .item .info .price .ptxt,.product-list .item .info .pfloat {
    display: inline-block;
    vertical-align: top;
}

.product-list .item .info .price .ptxt {
    text-align: right;
    margin-right: 5px;
}

.product-list .item .info .price {
    color: #8e8e8e;
    margin-bottom: 0;
}
.product-list .item a:hover img{
	transform:scale(1.1);
	opacity:0.8;
}
.product-list .item a:hover .info {
	color:#004e99;
	background:#ecf7ff;
}
.product-list .item .info .kind {
    display: inline-block;
    background: rgb(236, 236, 236);
    color: #000;
    font-size: 15px;
    line-height: initial;
    padding: 5px;
    width: 100%;
    margin-bottom: 10px;
}

.txt .h4 {
    margin: 0;
    text-align: left;
}


.jcarousel-wrapper {
    position: relative;
}

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    width: 200px;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
}

.jcarousel li a {
    display: block;
}
body.product.show .content .jcarousel-wrapper {
    padding: 0 20px;
}

body.product.show .content .jcarousel-control-prev,
body.product.show .content .jcarousel-control-next {
    background: url(../../images/all/arrow_003.png) no-repeat;
    display: block;
    top: 50%;
    width: 24px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
}

body.product.show .content .jcarousel-control-prev {
    left: 0;
}

body.product.show .content .jcarousel-control-next {
    right: 0;
    background-position: 0 -40px;
}

body.product.show .content .jcarousel li a {
    padding: 2px;
}
body.product.show .content .jcarousel li a.zoomThumbActive {
    border: solid 1px #ccc;
    padding: 10px;
}
body.product.show .content .jcarousel img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto !important;
}
body.product.show .content .product-pic {
    margin-bottom: 10px;
}

body.product.show .content .product-pic a {
    display: block;
}

body.product.show .content .product-pic a .img-zoom {
    width: 100%;
}

body.product.show .content .product-pic .zoomPad {
    float: none;
}

body.product.show .content .product-pic .zoomWindow {
    margin-left: 10px;
    left: 100% !important;
}

.product-detail .det ul li{
	padding:15px 0;
	border-bottom:dotted 1px #ccc;
	line-height:26px;
}
.product-detail .det ul li:last-child{
	border:none;
}
.product-detail .info .h4{
	margin-bottom:20px;
	color:#004e99;
	font-size:26px;
}
.product-detail .btn_sec {
    display: flex;
    justify-content: space-around;
    margin-top: 10px;
}
.product-detail .btn_sec .btn{
	padding: 10px 15px;
	margin: 0 5px;
	width: 100%;
}
.product-detail .btn_sec .btn .icon{
	font-size:20px;
	margin-right:5px;
}
.product-detail .btn_sec .btn:hover{
	-webkit-animation-name: pulse;
	-webkit-animation-duration: .5s;
	animation-name: pulse;
	animation-duration: .5s;
}
body:not(.home)  .sharebar_sec .container {
    width: 100%;
    margin-top: 30px;
    padding: 0;
	clear: both;
}
.tab_sec {
    margin: 50px 0;
}
.tab_sec .nav-tabs&gt;li.active&gt;a, 
.tab_sec .nav-tabs&gt;li.active&gt;a:hover, 
.tab_sec .nav-tabs&gt;li.active&gt;a:focus {
    border: none;
    background: #004e99;
    color: #fff;
}
.tab_sec .nav-tabs&gt;li&gt;a {
    border-radius: 0;
    padding: 10px 30px;
    background: #eaeaea;
    color: #000;
	border:none;
}
.tab_sec .nav-tabs&gt;li {
    margin-right: 10px;
}
.tab_sec .nav-tabs&gt;li&gt;a:hover {
    background: #004e99;
    color: #fff;
}
.tab_sec .tab-content .tab-pane {
    padding: 40px 20px;
    font-size: 16px;
    line-height: 26px;
}


.content .table.table-stack {
    margin-bottom: 0;
}

.content .table.table-stack &gt; thead &gt; tr &gt;th {
    color: #333;
    text-align: center;
	border: none;
    background: #e8e8e8;
	padding: 15px 10px;
}

.content .table.table-stack &gt; tbody &gt; tr &gt; td {
    vertical-align: middle;
    border-top: 1px dotted #ccc;
    text-align: center;
	padding: 20px 8px;
}

.content .table.table-stack &gt; tbody &gt; tr &gt; td a {
    color: #fe9f40;
}

.content .table.table-stack &gt; tbody &gt; tr &gt; td a:hover {
    text-decoration: underline;
}

.content .table.table-stack &gt; tbody &gt; tr &gt; td.pic img {
    max-width: 100px;
}

.content .table.table-stack &gt; tbody &gt; tr &gt; td.pic img:hover {
    opacity: 0.7;
}

.content .table.table-stack &gt; tbody &gt; tr &gt; td.qty .input-group .form-control {
    padding: 6px;
    text-align: center;
    border-color: #DFDFDF;
}

.content .table.table-stack &gt; tbody &gt; tr &gt; td .input-group {
    width: 100px;
    margin: 0 auto;
}

.content .table.table-stack &gt; tbody &gt; tr &gt; td .btn {
    margin: 0;
	color: #fff;
    background: #00808c;
    border: none;
}
.content .table.table-stack &gt; tbody &gt; tr &gt; td p{
	margin:0;
}
.content .table.table-stack &gt; tbody &gt; tr &gt; td .btn:hover,
.content .table.table-stack &gt; tbody &gt; tr &gt; td .btn:focus,
.content .table.table-stack &gt; tbody &gt; tr &gt; td .btn:active {
    /*color: #fff;
    text-decoration: none;*/
	-webkit-animation-name: pulse;
	-webkit-animation-duration: .5s;
	animation-name: pulse;
	animation-duration: .5s;
}

.content .table.table-stack &gt; tbody &gt; tr &gt; td .tn {
    display: none;
}

.content .table.table-stack.no-border th,
.content .table.table-stack.no-border td {
    border: none;
}

.content .table.table-stack.no-border tr {
    border-bottom: 1px dotted #ccc;
}

.content .table.table-stack.no-border th {
    text-align: right;
    width: 120px;
}

.content .table.table-stack.no-border td {
    text-align: left;
    vertical-align: top;
}
.sum {
    padding: 20px 0;
    border-top: solid 2px #004e99;
	text-align: right;
}
.sum .info {
    display: inline-block;
    line-height: 30px;
    font-weight: bold;
}
.delivery_sec {
    text-align: right;
}

body.cart .h4,
body.order.show .h4{
	text-align:left;
	margin:10px 0;
}
body.cart .sec .form-horizontal {
    margin: 0 0 20px;
    border: solid 1px #e0e0e0;
    /*padding: 30px 15px;*/
    padding: 15px 15px;
}

.form_area  .title_sec {
    background: #e8e8e8;
    padding: 15px 10px;
    font-weight: bold;
    border: solid 1px #e8e8e8;
}
.radio_item {
    display: block;
    margin-bottom: 10px;
}
.radio_item:last-child {
    margin: 0;
}
.radio_item label {
    max-width: calc(100% - 20px);
    vertical-align: top;
}
.rdetail {
    padding: 20px 20px 20px;
    background: #efefef;
}
.radio_item .rititle {
    width: 80px;
    display: inline-block;
}

.radio_item .rdet {
    display: inline-block;
    width: calc(100% - 90px);
    vertical-align: top;
}

.radio_item .rdet .caddress .form-control {
    width: 20%;
    margin-bottom: 10px;
}

body.cart.p03  .content .table.table-stack.no-border th,
body.order.show  .content .table.table-stack.no-border th{
    padding: 20px 8px;
}
body.cart.p03 .content .table.table-stack.no-border tr:last-child {
    border: none;
}
body.cart.p03 .h4.t01 {
    background: #fe9f40;
    color: #fff;
    padding: 10px;
}
.demo_sec {
    padding: 10px 0;
    text-align: center;
}

.fancy_sec{
	display:none;
	max-width: 300px;
	border: solid 5px #ccc;
	padding: 10px;
}
body.login .fancy_sec{
	max-width:700px;
}
.fancy_sec  .btn_sec {
    display: flex;
    justify-content: space-around;
    margin: 10px 0;
}
.fancy_sec .btn_sec .btn {
    width: 100%;
    padding: 15px 0;
    margin: 0 5px;
}
.login_sec {
    border: solid 1px #dedede;
    width: 50%;
    margin: 30px auto 50px;
	position:relative;
}
.login_sec:before {
	position: absolute;
    content: "";
    display: block;
    width: 150px;
    height: 177px;
    background: url(../../images/all/mem_bg_001.png) center center no-repeat;
    right: -50px;
    bottom: -40px;
    background-size: 100%;
}

.login_sec .title_sec {
    background: #dedede;
}

.login_sec .title_sec .h4 {
    margin: 0;
    padding: 10px;
}

.login_sec .info {
    padding: 50px;
}

.login_sec .btn {
    display: block;
    padding: 20px 10px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 18px;
}

.login_sec .btn.wechat {
    background: #46AC49;
}

.login_sec .btn.fb {
    background: #395590;
}

.login_sec .btn.google {
    background: #CF4E42;
}

.login_sec .btn.tel {
    background: #097B86;
	margin-bottom: 0;
}
.login_sec .btn:hover{
	-webkit-filter:brightness(1.3);
	-webkit-animation-name: pulse;
	  -webkit-animation-duration: .8s;
	  animation-name: pulse;
	  animation-duration: .8s;
}

.login_sec .sflex {
    display: flex;
    justify-content: space-around;
}

.login_sec .sflex .btn {
    display: block;
    width: 100%;
}

.login_sec .sflex .btn:first-child {
    margin-right: 5px;
}

.login_sec .sflex .btn:last-child {
    margin-left: 5px;
}


body.finish .login_sec .btn{
	display:inline-block;
	padding:15px 30px;
	margin:30px 0 50px;
}

body.member.p01 .login_sec .btn {
    color: #000;
    border: solid 1px #000;
}
body.member.p01 .login_sec .btn:hover{
	background:#00808c;
	color:#fff;
	border-color:#00808c;
}
body.member.p01 .login_sec:before {
	background-image: url('../../images/all/mem_bg_002.png');
	height: 100px;
	transform:rotate(14deg);
}
body.member.p03 .login_sec:before {
    background-image: url('../../images/all/mem_bg_003.png');
    height: 177px;
}
body.member .m_telnote {
    padding-bottom: 10px;
}


.quest_result_sec .item {
    padding: 0 10px;
	position:relative;
	margin-bottom:50px;
}

.quest_result_sec .item .kind_sec {
    background: #000;
    padding: 7px 10px;
    font-size: 20px;
    color: #fff;
    border: solid 1px #000;
    text-align: center;
}

.quest_result_sec .item .info {
    border: solid 1px #dadada;
    border-top: none;
    padding: 20px 10px;
}

.quest_result_sec .item .info .h4 {
    text-align: left;
    margin: 0;
}

.quest_result_sec .item .info ul li {
    padding: 15px 0;
    border-bottom: dotted 1px #ccc;
}

.quest_result_sec .item .info ul li:last-child {
    border: none;
}

.quest_result_sec .item .info ul {
    margin: 10px 0 20px;
}

.quest_result_sec .item .info ul li .tit {
    color: #004e99;
}
.quest_result_sec .item:before{
	position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    background-color: #fff;
    border-radius: 50%;
    left: 0px;
    top: -18px;
}
.quest_result_sec .item.a01:before {
	background-image: url('../../images/all/k_001.png');
}
.quest_result_sec .item.a02:before {
	background-image: url('../../images/all/k_002.png');
}
.quest_result_sec .item.a03:before {
	background-image: url('../../images/all/k_003.png');
}
.quest_result_sec .item.a04:before {
	background-image: url('../../images/all/k_004.png');
}
.quest_result_sec .item.a05:before {
	background-image: url('../../images/all/k_005.png');
}
.quest_result_sec .item.a06:before {
	background-image: url('../../images/all/k_006.png');
}
.quest_result_sec .item.a07:before {
	background-image: url('../../images/all/k_007.png');
}
.quest_result_sec .item.a08:before {
	background-image: url('../../images/all/k_008.png');
}

.tip_sec {
    margin: 0 0 60px;
}

.tip_sec ul li {
    position: relative;
    padding-left: 23px;
    padding-right: 15px;
	margin-bottom: 10px;
}

.tip_sec ul li:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 3px;
    left: 0;
    top: 9px;
}

.tip_sec ul li.red:before,
.quest_result_sec .item.red .kind_sec{
    background: #f00;
	border-color:#f00;
}
.tip_sec ul li.yellow:before,
.quest_result_sec .item.yellow .kind_sec{
    background: #F4BA19;
	border-color:#F4BA19;
}
.tip_sec ul li.green:before,
.quest_result_sec .item.green .kind_sec{
    background: #62c90d;
	border-color:#62c90d;
}
.tip_sec ul li.gray:before,
.quest_result_sec .item.gray .kind_sec{
    background: #888;
	border-color:#888;
}
.tip_sec ul li.black:before,
.quest_result_sec .item.black .kind_sec{
    background: #000;
	border-color:#000;
}
.tip_sec ul {
    margin: 0;
}

.tip_sec ul li:after {
    position: absolute;
    content: "/";
    display: inline-block;
    width: 10px;
    right: 0;
}
.tip_sec ul li:last-child:after{
	display:none;
}

body.news.show .h4 {
    text-align: left;
}

body.news.show .h4 .date {
    display: inline-block;
    font-weight: normal;
    font-size: 13px;
    line-height: initial;
    margin-bottom: 8px;
    background: #e3f2fd;
    padding: 7px 20px;
    border-radius: 30px;
}


.font_control_sec {
    float: right;
    margin-top: -60px;
}

.font_control_sec .btn {
    display: inline-block;
    font-size: 18px;
    letter-spacing: 2px;
    width: 35px;
    height: 35px;
    border: solid 1px #ccc;
    padding: 0;
    text-align: center;
    line-height: 32px;
	margin: 0 -2px;
}

.font_control_sec .btn_sec .btn:first-child {
    border-right: none;
}
.font_control_sec .btn:hover{
	background:#004e99;
	color:#fff;
}
/*----------------------------------------- 常見問題 faq --------------------------------------*/

.faq-box {
    margin-bottom: 50px;
}

.faq-box .st {
    color: #004e99;
    position: absolute;
    left: 15px;
    top: 13px;
    font-size: 16px;
	font-weight:bold;
}

.faq-box .panel {
    border: none;
    background: none;
}

.faq-box .panel + .panel {
    margin-top: 0;
}

.faq-box .panel &gt; .panel-heading {
    background: none;
    border-bottom: 1px dotted #ccc;
    padding: 0;
    position: relative;
}
.faq-box .panel:last-child &gt; .panel-heading{
	border:none;
}
.faq-box .panel &gt; .panel-heading a {
    padding: 15px;
    display: block;
    padding-left: 48px;
    font-size: 18px;
}

    .faq-box .panel &gt; .panel-heading + .panel-collapse &gt; .panel-body {
        border-top: none;
        position: relative;
        padding-left: 48px;
        border-bottom: 1px dotted #ccc;
        color: #000;
        line-height: 30px;
        background: #f3f3f3;
        font-size: 18px;
    }

.btnbox-ask {
    text-align: right;
}

body.survey.p01  .desc_sec {
	margin-top: 70px;
    line-height: 24px;
    text-align: center;
    background: #fff;
    padding:10px 10px 30px 10px;
	border-top:1px dashed #ccc;
	color:#363636;
	font-size:14px;
	letter-spacing:0.05em;
}

/************* 問券 **************/
body.survey .form-horizontal {
    border: solid 1px #ccc;
    margin: 40px 0;
    padding: 40px 15px;
}
body.survey .form-horizontal .form-group {
    margin: 0 0 40px;
}
body.survey .form-horizontal .form-group label.title{
	background: #ececec;
    padding: 10px;
	margin-bottom: 15px;
	line-height: 24px;
}

.anipulse:hover{
	-webkit-animation-name: pulse;
	-webkit-animation-duration: .5s;
	animation-name: pulse;
	animation-duration: .5s;
}
body.survey .login_sec:before{
	display:none;
}
body.survey.finish .btn {
    margin-bottom: 0;
}
.radio_sec label {
    max-width: calc(100% - 20px);
    vertical-align: top;
}
body.survey .lt{
	margin-top:-10px;
}

body.contact .top{
	text-align:center;
}

/*** 症狀介紹 ***/
body.survey .survey_box{
	position:relative;
    display: block;
}
body.survey .s_box01{
	display:inline-block;
}
.s_picbox{
	float:left;
	position:relative;
	display:inline-block;
	z-index:1;
}

body.survey .s_box02 .s_picbox img{
	max-width:350px;
}

body.survey .s_mainbox01:before{
	content:"Eye aging and lesions.";
	color:#b6c165;
	position:absolute;
	height:24px;
	font-size:18px;
	text-transform:uppercase;
	top:-30px;
	font-weight:normal;
}
body.survey .s_mainbox01{
    background-color: #606b11;
    box-shadow: -5px 5px 0 0 #b6c165;
    padding: 20px 30px;
    color: #fff;
    font-size: 15px;
    line-height: 36px;
    margin-top: 120px;
    position: absolute;
    z-index: 5;
    right: 0;
    width: 430px;
}
body.survey .s_mainbox01::after{
	content:"";
	background-image: url('../../images/product/pro_icon01.png');
	position:absolute;
	width:101px;
	height:99px;
	right:20px;
	bottom:-64px;
	z-index:9;
}
body.survey .s_mainbox02:before{
	content:"Respiratory allergy symptoms";
	color:#e7c8b0;
	position:absolute;
	height:24px;
	font-size:18px;
	text-transform:uppercase;
	top:-30px;
	font-weight:normal;
}
body.survey .s_mainbox02{
    background-color: #a47d5b;
    box-shadow: -5px 5px 0 0 #e7c8b0;
    padding: 20px 30px;
    color: #fff;
    font-size: 15px;
    line-height: 36px;
    margin-top: 120px;
    position: absolute;
    z-index: 5;
    right: 0;
    width: 430px;
    /*min-height: 180px;*/		
}
body.survey .s_mainbox02::after{
	content:"";
	background-image: url('../../images/product/pro_icon02.png');
	position:absolute;
	width:101px;
	height:99px;
	right:20px;
	bottom:-64px;
	z-index:9;
}
body.survey .s_mainbox03:before{
	content:"Chronic respiratory disease";
	color:#83ccd2;
	position:absolute;
	height:24px;
	font-size:18px;
	text-transform:uppercase;
	top:-30px;
	font-weight:normal;
}
body.survey .s_mainbox03{
    background-color: #25929b;
    box-shadow: -5px 5px 0 0 #83ccd2;
    padding: 20px 30px;
    color: #fff;
    font-size: 15px;
    line-height: 36px;
    margin-top: 120px;
    position: absolute;
    z-index: 5;
    right: 0;
    width: 430px;	
}
body.survey .s_mainbox03::after{
	content:"";
	background-image: url('../../images/product/pro_icon03.png');
	position:absolute;
	width:101px;
	height:99px;
	right:20px;
	bottom:-64px;
	z-index:9;
}
body.survey .s_mainbox04:before{
	content:"Gastrointestinal disease";
	color:#deae42;
	position:absolute;
	height:24px;
	font-size:18px;
	text-transform:uppercase;
	top:-30px;
	font-weight:normal;
}
body.survey .s_mainbox04{
    background-color: #956d13;
    box-shadow: -5px 5px 0 0 #deae42;
    padding: 20px 30px;
    color: #fff;
    font-size: 15px;
    line-height: 36px;
    margin-top: 120px;
    position: absolute;
    z-index: 5;
    right: 0;
    width: 430px;
}
body.survey .s_mainbox04::after{
	content:"";
	background-image: url('../../images/product/pro_icon04.png');
	position:absolute;
	width:101px;
	height:99px;
	right:20px;
	bottom:-64px;
	z-index:9;
}
body.survey .s_mainbox05:before{
	content:"Hemorrhoids";
	color:#928180;
	position:absolute;
	height:24px;
	font-size:18px;
	text-transform:uppercase;
	top:-30px;
	font-weight:normal;
}
body.survey .s_mainbox05{
    background-color: #534545;
    box-shadow: -5px 5px 0 0 #928180;
    padding: 20px 30px;
    color: #fff;
    font-size: 15px;
    line-height: 36px;
    margin-top: 120px;
    position: absolute;
    z-index: 5;
    right: 0;
    width: 430px;
}
body.survey .s_mainbox05::after{
	content:"";
	background-image: url('../../images/product/pro_icon05.png');
	position:absolute;
	width:101px;
	height:99px;
	right:20px;
	bottom:-64px;
	z-index:9;
}
body.survey .s_mainbox06:before{
	content:"Prostate lesion";
	color:#bebab7;
	position:absolute;
	height:24px;
	font-size:18px;
	text-transform:uppercase;
	top:-30px;
	font-weight:normal;
}
body.survey .s_mainbox06{
    background-color: #707070;
    box-shadow: -5px 5px 0 0 #bebab7;
    padding: 20px 30px;
    color: #fff;
    font-size: 15px;
    line-height: 36px;
    margin-top: 120px;
    position: absolute;
    z-index: 5;
    right: 0;
    width: 430px;
    min-height: 150px;		
}
body.survey .s_mainbox06::after{
	content:"";
	background-image: url('../../images/product/pro_icon06.png');
	position:absolute;
	width:101px;
	height:99px;
	right:20px;
	bottom:-64px;
	z-index:9;
}
body.survey .s_mainbox07:before{
	content:"Physiological symptoms";
	color:#f19c97;
	position:absolute;
	height:24px;
	font-size:18px;
	text-transform:uppercase;
	top:-30px;
	font-weight:normal;
}
body.survey .s_mainbox07{
    background-color: #f54f48;
    box-shadow: -5px 5px 0 0 #f19c97;
    padding: 20px 30px;
    color: #fff;
    font-size: 15px;
    line-height: 36px;
    margin-top: 120px;
    position: absolute;
    z-index: 5;
    right: 0;
    width: 430px;
}
body.survey .s_mainbox07::after{
	content:"";
	background-image: url('../../images/product/pro_icon07.png');
	position:absolute;
	width:101px;
	height:99px;
	right:20px;
	bottom:-64px;
	z-index:9;
}
body.survey .s_mainbox08:before{
	content:"sleep disorder";
	color:#727171;
	position:absolute;
	height:24px;
	font-size:18px;
	text-transform:uppercase;
	top:-30px;
	font-weight:normal;
}
body.survey .s_mainbox08{
    background-color: #343434;
    box-shadow: -5px 5px 0 0 #727171;
    padding: 20px 30px;
    color: #fff;
    font-size: 15px;
    line-height: 36px;
    margin-top: 120px;
    position: absolute;
    z-index: 5;
    right: 0;
    width: 430px;
    min-height: 150px;
}
body.survey .s_mainbox08::after{
	content:"";
	background-image: url('../../images/product/pro_icon08.png');
	position:absolute;
	width:101px;
	height:99px;
	right:20px;
	bottom: -64px;
	z-index:9;
}

body.survey .s_mainbox09:before {
    content: "Anti-epidemic";
    color: #83ccd2;
    position: absolute;
    height: 24px;
    font-size: 18px;
    text-transform: uppercase;
    top: -30px;
    font-weight: normal;
}

body.survey .s_mainbox09 {
    background-color: #25929b;
    box-shadow: -5px 5px 0 0 #83ccd2;
    padding: 20px 30px;
    color: #fff;
    font-size: 15px;
    line-height: 36px;
    margin-top: 120px;
    position: absolute;
    z-index: 5;
    right: 0;
    width: 430px;
}

    body.survey .s_mainbox09::after {
        content: "";
        background-image: url('../../images/product/pro_icon03.png');
        position: absolute;
        width: 101px;
        height: 99px;
        right: 20px;
        bottom: -64px;
        z-index: 9;
    }

body.survey .sL_box{
	display:block;
	position:relative;
}
body.survey .sL_box .s_title{
	/*font-size:24px;
	line-height:38px;
	border-bottom: dotted 1px #004e99;
	letter-spacing:0.05em;
	margin: 15px 0;
    padding-bottom: 5px;*/	
}
body.survey .sL_box .s_title.t01,
body.survey .sL_box .s_title.t01 .h3{
	color:#606b11;
	border-color:#606b11;
}
body.survey .sL_box .s_title.t02,
body.survey .sL_box .s_title.t02 .h3{
	color:#a47d5b;
	border-color:#a47d5b;
}
body.survey .sL_box .s_title.t03,
body.survey .sL_box .s_title.t03 .h3{
	color:#25929b;
	border-color:#25929b;
}
body.survey .sL_box .s_title.t04,
body.survey .sL_box .s_title.t04 .h3{
	color:#deae42;
	border-color:#deae42;
}
body.survey .sL_box .s_title.t05,
body.survey .sL_box .s_title.t05 .h3{
	color:#928180;
	border-color:#928180;
}
body.survey .sL_box .s_title.t06,
body.survey .sL_box .s_title.t06 .h3{
	color:#373737;
	border-color:#373737;
}
body.survey .sL_box .s_title.t07,
body.survey .sL_box .s_title.t07 .h3{
	color:#f54f48;
	border-color:#f54f48;
}
body.survey .sL_box .s_title.t08,
body.survey .sL_box .s_title.t08 .h3{
	color:#343434;
	border-color:#343434;
}
body.survey .sL_box .s_mainbox{
	/*line-height:28px;
	font-size:15px;
	color:#333;
	letter-spacing:0.05em;*/	
}
body.survey .s_mainbox ul{
	padding-left:30px;
	margin:0;
}
body.survey .s_mainbox ul li {
    margin: 3px 0;
}
body.survey .s_mainbox.s03 ul li{
	list-style:decimal-leading-zero;
	line-height: 27px;
}
body.survey .s_picbox02{
	padding-top:50px;
}
body.survey .s_picbox02.pic_wtxt{
	padding:0;
}


/*** 關於安邁 ***/
body.about .editor{
	padding:0;
}
.ab01_sec .top {
    position: relative;
}
.ab01_sec .top:before {
    position: absolute;
    content: "";
    width: 373px;
    height: 448px;
    border: solid 5px #014d9b;
    left: calc(50% - 250px);
    z-index: -1;
}
.ab01_sec .top  .slogan {
    text-align: center;
    background: #fff;
    padding: 10px 0;
    margin-top: 55px;
}

.ab01_sec .top .slogan .h2 {
    font-size: 56px;
    color: #004e99;
    font-weight: bold;
    margin-bottom: 20px;
}

.ab01_sec .top .slogan .desc {
    font-size: 24px;
    color: #3c414c;
}

.ab01_sec .top .slogan p {
    margin-bottom: 15px;
}

.ab01_sec .top .slogan .demo {
    font-size: 14px;
    color: #aaaaaa;
}

.ab01_sec .top .pic .dsflex{
	display: flex;
}

.ab01_sec .top .pic .opic {
    /* float: right; */
    /* text-align: right; */
    /* position: relative; */
}

.ab01_sec .top .pic .info {
    clear: both;
    position: absolute;
    bottom: -30px;
    left: -40px;
    width: 280px;
    height: 256px;
    padding: 30px 20px;
    background: #444444;
    color: #fff;
    line-height: 28px;
    box-shadow: -6px 6px 0px #cdcdcd;
}

.ab01_sec .top .pic {
    position: relative;
    margin-top: 80px;
}
.ab01_sec .main_info.g1 {
    margin-top: 120px;
}
.ab01_sec .main_info.g2 {
    margin-top: 0px;
}
.ab01_sec .main_info.g3 {
    margin-top: 50px;
}
.ab01_sec .main_info{
	margin-bottom: 60px;
}

.ab01_sec .cont .list_box{
	margin:15px 30px 15px 20px;
	position:relative;
	display:block;	
}
.ab01_sec .cont .list_box ul li{
	list-style:none;
	border-bottom:1px dashed #999;
	font-size:14px;
	color:#515151;
	line-height:36px;
	padding-left:5px;
}

body.contact .content .map iframe {
    width: 100%;
    height: 330px;
}
.social_sec {
    margin-top: 30px;
}
.social_sec ul {
    display: flex;
    justify-content: space-around;
}

.social_sec ul li {
    width: 33%;
}
.main_top {
    background: #f9f9f9;
}
body:not(.home)  .main_top {
    margin-bottom: 20px;
}
/*核心技術*/
body.about .core_box{
	padding:20px 0;
	display:block;
	border-bottom:1px dotted #999;
	margin-bottom:30px;
	text-align:center;
}
body.about .core_box ul li{
	list-style:none;
	display:inline-block;
	text-align:center;
	font-size: 23px;
	margin: 0 40px 0 10px;
	position: relative;
	line-height: initial;
}

body.about .core_box ul li .txt_en {
    font-weight: bold;
    /* margin-right: 10px; */
}

body.about .core_box ul li .txt_tw {
    text-align: right;
    font-size: 19px;
    color: #6e6e6e;
}

body.about .core_box ul li .txt_en:first-letter {
    color: #004e99;
    font-size: 29px;
    margin-right: 1px;
}

body.about .core_box ul li:before {
    position: absolute;
    content: "";
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #e3f2fd;
    z-index: -1;
    left: -15px;
    top: -5px;
}

body.about .technology_box {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}
.ab01_sec .main_info .pic_sec {
		padding: 15px 30px;
}
body.survey .s_box02 .ab01_sec .main_info {
    margin-bottom: 25px;
}
body.survey .s_box02 .ab01_sec .main_info:last-child {
    /*margin-bottom: 0;*/
}
body.survey 
.sb08 .s_box02 .ab01_sec .main_info {
    margin-bottom: 30px;
}
body.survey .sL_box .s_title.t01 .h3,
body.survey .sL_box .s_title.t02 .h3,
body.survey .sL_box .s_title.t03 .h3,
body.survey .sL_box .s_title.t04 .h3,
body.survey .sL_box .s_title.t05 .h3,
body.survey .sL_box .s_title.t06 .h3,
body.survey .sL_box .s_title.t07 .h3,
body.survey .sL_box .s_title.t08 .h3{
    margin-bottom: 10px;
}


body.survey .s_picbox.bbox{
	display:block;
	width:100%;
}
body.survey .sL_box.txt_space {
    /*margin-top: 30px;*/
}

body.about .technology_box .item .info {
    text-align: center;
    margin-bottom: -20px;
    z-index: 10;
    position: relative;
}

body.about .technology_box .item .info .title {
    display: inline-block;
    background: #004e99;
    font-size: 18px;
    color: #fff;
    padding: 12px 40px;

	background: rgb(76,112,146); 
	background: -moz-linear-gradient(-45deg, rgba(76,112,146,1) 0%, rgba(2,52,101,1) 64%); 
	background: -webkit-linear-gradient(-45deg, rgba(76,112,146,1) 0%,rgba(2,52,101,1) 64%); 
	background: linear-gradient(135deg, rgba(76,112,146,1) 0%,rgba(2,52,101,1) 64%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7092', endColorstr='#023465',GradientType=1 ); 

	border:solid rgba(2,52,101,1) 2px;
}
body.survey .sL_box.eyesSpace {
    /*margin-top: 20px;*/
}
body.survey .sb04 .s_box02 .s_picbox img {
    max-width: 378px;
    padding-top: 30px;
}
body.survey .sb05 .s_picbox02.pic_wtxt img{
	max-width: 200px;
}

body.survey.p01 .sec .btn_sec .btn {
    margin: 0 5px;
}

.qty_sec .btn.blue {
    font-size: 20px;
    line-height: 33px;
    padding: 0;
    width: 34px;
    height: 34px;
    border: solid 1px #004d99;
    vertical-align: top;
	background:#004e99 !important;
}
.qty_sec .btn.blue:hover{
	background:#00808c !important;
	text-decoration:none !important;
	border-color:#00808c;

	-webkit-animation-name: pulse;
    -webkit-animation-duration: .5s;
    animation-name: pulse;
    animation-duration: .5s;
}
.qty_sec .btn.add {
    margin-right: -4px !important;
}
.qty_sec .btn.minus {
    margin-left: -5px !important;
}

body.cart .qty_sec .form-control {
    width: 70px;
}

/*** 客戶見證 ***/
body.customer .h3 {
    /* background: #004e99; */
    color: #004e99;
    padding: 10px 0 5px;
    margin-bottom: 0;
    line-height: 36px;
    border: none;
    font-weight: bold;
    border-bottom: solid 2px #ccc;
	position:relative;
}

body.customer .h3:before{
	position:absolute;
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 10px 0 10px;
	border-color: #004e99 transparent transparent transparent;
	bottom: -15px;
	left: 20px;
}


.customer_list .item .det{
	margin-bottom:20px;
	padding: 30px 20px;
	background: #eee;
	margin: 0;
}
.customer_list .item .info .tit {
    font-size: 18px;
    color: #000;
    font-weight: bold;
}

.customer_list .item .info .editor {
    padding: 10px 0;
	line-height:28px;
	margin-bottom: 0;
}
.customer_list .item .media{
	margin-top:0;
}

.customer_list  .item {
    margin-bottom: 30px;
}
.customer_list .item .media video {
    max-width: 100%;
    background: #000;
}

/**** mobile login ****/

.mobile_sec  .tab_sec .tab-content .tab-pane {
    padding: 25px 0 0;
}

.mobile_sec .tab_sec .tab-content .tab-pane .btn_sec,
body.forget  .btn_sec{
	margin-top:10px;
}
.mobile_sec .tab_sec .tab-content .tab-pane .btn_sec .btn,
body.forget .btn_sec .btn{
    display: inline-block;
    padding: 9px 25px 6px;
    margin: 0 10px;
}

.mobile_sec .tab_sec .tab-content .tab-pane .btn_sec .btn.lightgray {
    color: #000;
}

.mobile_sec .tab_sec .tab-content .tab-pane .btn_sec .btn.lightgray:hover {
    background: #097b86;
	color:#fff;
}
.mobile_sec .form-horizontal .control-label,
body.forget .form-horizontal .control-label{
    padding-right: 0;
}
.mobile_sec .tab_sec {
    margin: 0 0;
    background: #e3f2fd;
    padding: 16px 10px 4px 10px;
	display:none;

}

.mobile_sec {
    margin-bottom: 20px;
}
.form-group.alarm_sec {
    background: #e3f2fd;
    padding: 10px 0;
}

.form-group.alarm_sec label {
    color: #f00;
}

/**** mobile login ****/
body.cart .h1 .hint {
    font-size: 17px;
    margin-top: 15px;
}</pre></body></html>