@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
html, body{ 
	margin:0; 
	height:100%;
	font-family: 'Noto Sans TC', sans-serif;
	word-break: break-all;
}

/* CSS Document */
.bg-1{
		background:#FCC;
	}
.bg-2{
		background:#CF0;
	}	
.bg-3{
		background:#6CF;
	}
.bg-4{
		background:#ffca2c;
	}
.bg-5{
		background:#c5c7c9;
	}
.bg-b{
		background:#000000;
	}

a,a:focus, a:hover  {
		text-decoration: none;
		font-family: 'Noto Sans TC', sans-serif;
	}
	
a:active {
		outline: 0;
		text-decoration: none;
		font-family: 'Noto Sans TC', sans-serif;
	}

ul ,li{
		list-style-type: none;
		font-family: 'Noto Sans TC', sans-serif;
	}

.svg {
    fill:currentColor;    
  }

.col-lg-05,.col-md-05,.col-sm-05,.col-xs-05 {
		position: relative;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px
	}
.col-xs-05 {
		float: left;
		width: 20%;
	}
	
@media (min-width:768px) {
	.col-sm-05 {
		float: left;
		width: 20%
	}
	}

@media (min-width:992px) {
	.col-md-05{
		float: left;
		width: 20%;
	}
	}

@media (min-width:1200px) {
	.col-lg-05 {
		float: left;
		width: 20%;
	}
}

	
.header-title{
		background:#333333;
		height:40px;
		color:#ffffff;
		font-family: 'Noto Sans TC', sans-serif;
	}
.header-title img{
		height:32px;
		width:auto;
		padding:5px;
	}
.header-info{
    display:inline-block;
    float:right;
    font-size:14px;
		font-family: 'Noto Sans TC', sans-serif;
  }


	
@media (min-width:768px) {
	.header-company a{
		color:#ffffff;
		font-size:14px;
		font-family: 'Noto Sans TC', sans-serif;
		padding-right:10px;
		height:40px;
		line-height:40px;
	}
	.header-slogan{
		color:#ffffff;
		font-size:10px;
		font-family: 'Noto Sans TC', sans-serif;
		padding-left:10px;
		height:40px;
		line-height:40px;
	}
	.header-info{
		font-size:12px;
		font-family: 'Noto Sans TC', sans-serif;
		margin-top:12px;
		padding-bottom:-3px;
	}
	.header-info img{
		margin-top:-6px;
		margin-left:8px;
		height:28px;
		width:auto;
	
	}
	}
	
@media (min-width:992px) {
	.header-company a{
		color:#ffffff;
		font-size:16px;
		font-family: 'Noto Sans TC', sans-serif;
		padding-right:10px;
		height:38px;
		line-height:38px;
	}
	.header-slogan{
		color:#ffffff;
		font-size:12px;
		font-family: 'Noto Sans TC', sans-serif;
		padding-left:12px;
		height:38px;
		line-height:38px;
	}
	.header-info{
		font-size:12px;
		font-family: 'Noto Sans TC', sans-serif;
		margin-top:12px;
		padding-bottom:-3px;
	}
	.header-info img{
		margin-top:-6px;
		margin-left:8px;
		height:30px;
		width:auto;
	}
	}
	
@media (min-width:1200px) {
	.header-company a{
		color:#ffffff;
		font-size:18px;
		font-family: 'Noto Sans TC', sans-serif;
		padding-right:10px;
		height:38px;
		line-height:38px;
	}
	.header-slogan{
		color:#ffffff;
		font-size:14px;
		font-family: 'Noto Sans TC', sans-serif;
		height:38px;
		line-height:38px;
		padding-left:10px;
	}
	.header-info{
		font-size:14px;
		font-family: 'Noto Sans TC', sans-serif;
		margin-top:12px;
		padding-bottom:-3px;
	}
	.header-info img{
		margin-top:-8px;
		margin-left:8px;
		height:32px;
		width:auto;
	}
	}

.navbar-default {
		background-color: #ffffff;
		border-color: #e7e7e7;
	}
.navbar-default .navbar-nav>li>a {
		color: #000000;
		font-family: 'Noto Sans TC', sans-serif;
	}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
		color: #333;
		font-family: 'Noto Sans TC', sans-serif;
		background-color: transparent
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
		color: #555;
		font-family: 'Noto Sans TC', sans-serif;
		background-color:#6495ED
}
.navbar-default .navbar-nav>.disabled>a, .navbar-default .navbar-nav>.disabled>a:focus, .navbar-default .navbar-nav>.disabled>a:hover {
		color: #ccc;
		font-family: 'Noto Sans TC', sans-serif;
		background-color: transparent
}
.navbar-default .navbar-toggle {
		border-color: #ddd;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
		background-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
		background-color: #000;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border-color: #e7e7e7;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
		color: #ffffff;
		font-family: 'Noto Sans TC', sans-serif;
		background-color: #6495ED
}
.navbar-default,.navbar-collapse{
		padding:0;
		margin:0;
		color:#000000;
		font-size:12px;
		font-weight: 400;
		font-family: 'Noto Sans TC', sans-serif;
		text-align:center; 
		background: #fff;
	}
.dropdown-menu li a:hover{
		background: #000000;
		color:#ffffff;
		font-family: 'Noto Sans TC', sans-serif;
	}
.nav-header button{
		border:none;						
	} 

@media (min-width:768px) {
	.navbar {			
		min-height: 30px;
		margin-bottom: 0px;
		font-family: 'Noto Sans TC', sans-serif;
	}
}

@media screen and (max-width: 767px) {
  /*left*/
  .side-collapse-container-left{
		font-family: 'Noto Sans TC', sans-serif;
    position:relative;
    left:0;
    transition:left .4s;
  }
  .side-collapse-container-left.out{
    left:60%;
  }
  .side-collapse-left {
		font-family: 'Noto Sans TC', sans-serif;
		position:fixed;
    top:52px;
    left:0;
    width:60%;			
    overflow:hidden;
    transition:width .4s;
    z-index:9;
    box-shadow: 3px 1px 2px 0px rgba(0,0,0,.2);
    background:#fff;

  }
  .side-collapse-left.in {
    width:0;					
  }
  /*right*/
  .side-collapse-container-right{
		font-family: 'Noto Sans TC', sans-serif;
    position:relative;
    right:0;
    transition:right .4s;
  }
  .side-collapse-container-right.out{
    right:80%;
  }
  .side-collapse-right {
		font-family: 'Noto Sans TC', sans-serif;
    top:50px;
    bottom:0;
    right:0;
    width:80%;
    position:fixed;
    overflow:hidden;
    transition:width .4s;
  }
  .side-collapse-right.in {
    width:0;
  }
}




.menu {
	position: relative;
	font-family: 'Noto Sans TC', sans-serif;
}
.nav-svg{
	position: absolute;
	top: 0px;
	right : 15px;
	line-height:65px;
	font-family: 'Noto Sans TC', sans-serif;
}
.nav-svg a{
	display:inline-block;
  color:#000;
	padding:0 1.5px;
	font-family: 'Noto Sans TC', sans-serif;
 } 

.nav-logo img{
	display:inline-block;	
	padding:0 1px;
}
.search-toggle {
	position: relative;
	display: block; 
	font-family: 'Noto Sans TC', sans-serif;
}
.search-input:focus {
	outline: none;
	font-family: 'Noto Sans TC', sans-serif;
}
.search-input .form-control{
	height:50px;
	font-family: 'Noto Sans TC', sans-serif;
}
.search-input button{
	width:50px;
	height:50px;
	font-family: 'Noto Sans TC', sans-serif;
}
#header-1 {
}
#header-1 .search-box {
	position: absolute;
	top:0;  
	bottom: 0;
	width: 100%;
	height: 60px;
	max-height: 0;
	transform: translateY(100%);
	background-color: none;
	transition: all 0.3s;
	z-index:-1;
	font-family: 'Noto Sans TC', sans-serif;
}
#header-1 .search-box .search-input {
	width: 100%;
	height: 50px;
	padding: 0 1em; 
	background-color: transparent;
	opacity: 0;
	color: #000;
	font-size:18px;
	font-family: 'Noto Sans TC', sans-serif;
	z-index:-1;

}
#header-1 .search-box .search-input::-webkit-input-placeholder {
	font-family: 'Noto Sans TC', sans-serif;
}
#header-1.show .search-box {
	max-height: 50px;
	font-family: 'Noto Sans TC', sans-serif;
}
#header-1.show .search-box .search-input {
	opacity: 1;
	font-family: 'Noto Sans TC', sans-serif;
}

@media(max-width: 374px){
	.nav-logo img{
    display:inline-block;
    height:30px;
    line-height:30px;
    float:left;
    margin-top:7px;
    margin-right:10px;	
    padding:0;
	}
	.nav-company{
    display:inline-block;
    height:50px;
    line-height:50px;
    float:left;
    color:#000000;
    font-size: 20px;
    font-weight:bold;
		font-family: 'Noto Sans TC', sans-serif;
  }
}	

@media (min-width: 375px) {	
  .nav-logo img{
    display:inline-block;
    height:35px;
    line-height:35px;
    float:left;
    margin-top:7px;
    margin-right:10px;	
    padding:0px;
	}
	.nav-svg{
		position: absolute;
		line-height:50px;
		display:inline-block;
		font-size:12px;
		font-family: 'Noto Sans TC', sans-serif;
	}
	.nav-svg img{
		width:30px;
		height:30px;
  }
  .nav-company{
    display:inline-block;
    height:50px;
    line-height:50px;
    float:left;
    color:#000000;
    font-size: 20px;
    font-weight:400;
		font-family: 'Noto Sans TC', sans-serif;
  }
  .pull-left {
    margin-left:10px;
		border:none;
		font-family: 'Noto Sans TC', sans-serif;
  }

  .navbar-nav li a {
    text-align:left; 
		font-size:16px;
		font-family: 'Noto Sans TC', sans-serif;
	}
	.dropdown-menu li a{
    text-align:center;
		font-family: 'Noto Sans TC', sans-serif;
	}
	#header-1 .search-box {
		position: absolute;
		top:0;  
		bottom: 0;
		width: 100%;
		height: 60px;
		max-height: 0;
		transform: translateY(100%);
		background-color: none;
		transition: all 0.3s;
		z-index:-1;
		font-family: 'Noto Sans TC', sans-serif;
	}
	#header-1.show .search-box {
		margin-left:-17px;
		font-family: 'Noto Sans TC', sans-serif;
	}


}
@media (min-width:768px) {
  .nav-logo{
    height:35px;
    line-height:35px;
		font-family: 'Noto Sans TC', sans-serif;
  }
  .nav-logo img{
    height:22px;
    line-height:22px;
		margin-left:5px;
		margin-right:5px;
  }
	.nav-svg{
		position: absolute;
		line-height:35px;
		display:inline-block;
		font-size:12px;
		font-family: 'Noto Sans TC', sans-serif;
	}
  .nav-svg img{
    height:17px;
		width: 17px;
		margin-top:-5px;
		margin-right:1px;
  } 
  .navbar-nav ul{
    padding: 0;
    margin:0;
		font-family: 'Noto Sans TC', sans-serif;
  }
  .navbar-nav li a {
    height:35px;
    line-height: 35px;
    min-width: 100%;    
    padding: 0 3.5px;
		margin:0;
    text-align:left;
    font-size:12px;
		font-family: 'Noto Sans TC', sans-serif;
  }
  .dropdown-menu{
    padding:0;
    margin:0;	
    text-align:center; 
		font-family: 'Noto Sans TC', sans-serif;
  }
  .dropdown-menu li a{
    height:40px; 
    line-height: 40px;
    background: #ffffff;
    color:#000000;
		text-align:center; 
		font-family: 'Noto Sans TC', sans-serif;
  }
  .dropdown-menu li a:hover{
    background: #000000;
    color:#ffffff;
		font-family: 'Noto Sans TC', sans-serif;
  }
	#header-1 .search-box {
		position: absolute;
		top:-15px;  
		bottom: 0;
		font-family: 'Noto Sans TC', sans-serif;
	}
	#header-1.show .search-box {
		margin-left:-15px;
		font-family: 'Noto Sans TC', sans-serif;
	}
}	


@media (min-width:992px) {
  .nav-logo{
    height:40px;
    line-height:40px;
		font-family: 'Noto Sans TC', sans-serif;
  }
  .nav-logo img{
    height:35px;
    line-height:35px;
		margin-left:5px;
		margin-right:5px;
  }
	.nav-svg{
		position: absolute;
		line-height:50px;
		display:inline-block;
		font-size:14px;
		font-family: 'Noto Sans TC', sans-serif;
	}
	.nav-svg img{
		height:22px;
		width:22px;		
		margin-top:-10px;

	}
	.navbar-default,.navbar-collapse{
		font-size:18px;
		font-family: 'Noto Sans TC', sans-serif;
	}
	.navbar-nav ul{
    padding: 0;
    margin:0;
		font-family: 'Noto Sans TC', sans-serif;
  }
  .navbar-nav li a {
    height:50px;
    line-height: 50px;
    min-width: 100%;    
		font-size:14px;
		font-family: 'Noto Sans TC', sans-serif;
    text-align:center; 
		padding:0 8px;
  }
  .dropdown-menu{
    padding:0;
    margin:0;	
    text-align:center; 
		font-family: 'Noto Sans TC', sans-serif;
  }
	.dropdown-menu li a{
    margin:0;
    padding:0;
		height:48px;
		line-height: 48px;
		background: #ffffff;
		color:#000000;
    text-align:center;    
    overflow:hidden;
		font-family: 'Noto Sans TC', sans-serif;
	}
  .dropdown-menu li a:hover{
    background: #000000;
    color:#ffffff;
		font-family: 'Noto Sans TC', sans-serif;
  }
	#header-1 .search-box {
		position: absolute;
		top:-5px;  
		bottom: 0;
		font-family: 'Noto Sans TC', sans-serif;
	}
	#header-1.show .search-box {
		margin-left:-15px;
		font-family: 'Noto Sans TC', sans-serif;
	}

}	

@media (min-width:1200px) {
	.nav-logo{
		height:65px;
		line-height:65px;
		font-family: 'Noto Sans TC', sans-serif;
	}
	.nav-logo img{	
		height:50px;
		line-height:50px;
		margin:0 5px;
		margin-top:5px;
	}
	.nav-svg{
		position: absolute;
		display:inline-block;
		line-height:65px;
		font-size:16px;
		font-family: 'Noto Sans TC', sans-serif;
		
	}
	.nav-svg img{
		height:26px;
		width:26px;
		margin-top:-10px;
		margin-right:3px;
		
	}
	.navbar-default,.navbar-collapse{
		font-size:18px;
		font-family: 'Noto Sans TC', sans-serif;
	}
	.navbar-nav li a {
		padding: 0px;
		height:65px;
		line-height: 65px;
		color:#000000;
		font-size:16px;
		font-family: 'Noto Sans TC', sans-serif;
		padding:0 12px;
    text-align:center; 
		z-index:9;
	}
	.dropdown-menu{
		padding:0px;
		margin:0px;
		text-align:center;
		color:#000000;
		font-family: 'Noto Sans TC', sans-serif; 
		z-index:9;
	}
  .dropdown-menu li {
    padding:0;
    margin:0; 
		font-family: 'Noto Sans TC', sans-serif;
		z-index:9;
	}
	.dropdown-menu li a{
    margin:0;
    padding:0 20px;
		height:48px;
		line-height: 48px;
		background: #ffffff;
		color:#000000;
    text-align:center;    
    overflow:hidden; 
		font-family: 'Noto Sans TC', sans-serif;
		z-index:9;
	}
	#header-1 .search-box {
		position: absolute;
		top:16px;  
		bottom: 0;
		width: 100%;
		height: 60px;
		max-height: 0;
		transform: translateY(100%);
		background-color: none;
		transition: all 0.3s;
		font-family: 'Noto Sans TC', sans-serif;
		z-index:-1;
	}
	#header-1.show .search-box {
		max-height: 50px;
		margin-left:-19px;
		font-family: 'Noto Sans TC', sans-serif;
	}



}

@media (max-width:767px) {
	.navbar-nav {
    margin: 0;
	}
	.menu-list{
		display:inline-block;
		text-align:left;
		padding-left:20px;
		font-size:16px;	
		font-family: 'Noto Sans TC', sans-serif;
	}
	.menu-to{
		display:inline-block !important;
		float:right;
		text-align:right;
		width:20px;
		font-size:16px;
		font-family: 'Noto Sans TC', sans-serif;
	}

	.dropdown a{
		height:48px;
		color:#000;
		font-family: 'Noto Sans TC', sans-serif;
	}
	.dropdown-menu li{
		padding-left:20px;
		padding-right:-20px;
		color:#000;
		font-family: 'Noto Sans TC', sans-serif;
	}
	.dropdown-menu > li > a {
	height:35px;
	font-size:14px;
	text-align: left;
	font-family: 'Noto Sans TC', sans-serif;
	color:#000 !important;
}

}

.wrapper{
	min-height:calc(100% - 141px);
}


	.pview{
    margin-top:130px;  
		margin-bottom:20px;
		min-height:70VH;
  }
	.view{
    margin-top:130px;  
		margin-bottom:20px;
  }

  @media (max-width:767px) {
    .pview{
      background:#ffffff;
      margin-top:50px;  		 

    }
		.view{
      background:#ffffff;
      padding:0;
      margin:0;
      margin-top:99px;  
			min-height:0;  
    }
		.view .container{   
      padding:0;
    }
  }
	
	@media (min-width: 768px) and (max-width: 991px){
		.pview{
			padding-top:0px;
			margin-top:90px;  
		}
		.view{
			padding-top:0px;
			margin-top:90px;  
		}
	}
	@media (min-width: 992px) and (max-width: 1024px){
		.pview{
			padding-top:0px;
			margin-top:110px;  
		}
		.view{
			padding-top:0px;
			margin-top:110px;  	
		}
}


.banner{
		margin-top:107px;
}
@media (max-width:1199px) {
	.banner{
		margin-top:67px;
	}
}
@media (max-width:767px) {
	.banner{
		background:#ffffff;
		margin-top:50px;
	}
	.banner .container{
		padding:0;
	}
	
}

.path a{
  color:#000;
  font-family: 'Noto Sans TC', sans-serif;
}

@media (max-width:767px) {
.path{
  position:fixed;
  top:50px;
  height:50px;
  width:100%;
  color:#fff;
  background-color: #333;
  font-size:14px;
  font-family: 'Noto Sans TC', sans-serif;
  z-index:5;
}
.path a{
  line-height:50px;
  color:#fff;
  font-size:14px;
  font-family: 'Noto Sans TC', sans-serif;
}

}



.plist {
	margin-top:15px;
	margin-bottom:15px;
	font-family: 'Noto Sans TC', sans-serif;
	word-break: break-all;
}
.pmain{
	padding-top:15px;
	padding-bottom:15px;
	font-family: 'Noto Sans TC', sans-serif;
}
.pitem{
	transition: all 2s;
	padding-bottom:5px;
	font-family: 'Noto Sans TC', sans-serif;
}
.pitem:hover{
	box-shadow: 0px 4px 20px rgba(0,0,0,.3);
	-webkit-transform: scale(1.0);
	border: none;
	background: #fff;
	display:block;
	border-radius:10px ;
	font-family: 'Noto Sans TC', sans-serif;
}
.pitem img{
	display:block;
	width:100%	!important;	
}
.pitem .Pn{
	word-break: break-all;
	color:#6495ed;
	font-size:14px;
	font-weight:450;
	font-family: 'Noto Sans TC', sans-serif;
	padding-left:5px;
	padding-right:5px;
	margin-top:10px;
}
.pitem .Txt{
  word-break: break-all;
	color:#333333;
	font-size:16px;
	font-weight:450;
	font-family: 'Noto Sans TC', sans-serif;
	padding-left:5px;
	padding-right:5px;
	line-height:22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.pitem .pri{
  padding-top:24px;
	display: inline-block;
	width:84%;
	color:#FF0000 ;
	font-weight: 900;
	font-size:20px;
	font-family: 'Noto Sans TC', sans-serif;
	padding-left:5px;
 
}

.product .Pn{
	font-size:14px;
	font-family: 'Noto Sans TC', sans-serif;
}
.product .Txt{
	font-size:14px;
	font-family: 'Noto Sans TC', sans-serif;

}
.product .pri{
	font-size:18px;	
	font-family: 'Noto Sans TC', sans-serif;
}

.pitem .bplus{
	display: inline-block;
	width:10%;
	font-family: 'Noto Sans TC', sans-serif;
}

.bplus span{
	float: left;
	height: 22px;
	width: 22px;
	line-height: 22px;
	text-align: center;
  padding-top:3px;
}  
.bplus span:hover {
	border-color: #f60;
	color: #f60;
	font-family: 'Noto Sans TC', sans-serif;
}
.bplus .add{
  font-size: 22px;
}

@media (max-width:375px) {
	.pitem{
		transition: all 2s;
		padding-bottom:5px;
		margin-left:-2px;
		margin-right:-2px;
		font-family: 'Noto Sans TC', sans-serif;
	}

.pitem .Pn{
	word-break: break-all;
	font-size:12px;
	font-family: 'Noto Sans TC', sans-serif;
}
.pitem .Txt{
	word-break: break-all;
	font-size:14px;
	font-family: 'Noto Sans TC', sans-serif;
}
.pitem .pri{
	font-size:18px;   
	font-family: 'Noto Sans TC', sans-serif;

}
.pitem .plus{
	display: inline-block;
	width:10%;
	color:#333333;
	font-size:18px;
	font-family: 'Noto Sans TC', sans-serif;
	margin-top:-6px;
}
.btn-plus{
	display:inline-block;
	font-size:18px;
	font-family: 'Noto Sans TC', sans-serif;
	margin-left:-10px;
	margin-top:-10px;
}

}

.pmain {
  position: relative;
}
.phover{
  display: none;
}
.pmain:hover .phover{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: .8em;
  background:rgba(0,0,0,0.8);
  padding: 5px;
  border-radius: 5px;
  z-index:3;
  width:100%;
}

.pad{
  padding-bottom:20px;
}

.page{
	margin-top:-15px;
	margin-bottom:25px;
	font-size:20px;
	font-family: 'Noto Sans TC', sans-serif;
	text-align:center;
}
.page a{
	margin:0 5px;
	color:#000;
	font-family: 'Noto Sans TC', sans-serif;
}

.Key{
	font-family: 'Noto Sans TC', sans-serif;
	margin-top:10px;
	margin-bottom:5px;
}
.K-word,.K-num{
	margin:0 5px;
	color:#FF0000;
	font-size:16px;
	font-weight:450;
}




.nodata{
  padding:30px;
  text-align:center;
  font-size:16px;
  font-weight:450px;
  font-family: 'Noto Sans TC', sans-serif;
  }
.cpnote{
  }
.con-must{
  padding-left:80px;
  padding-right:-80px;
  line-height:48px;
  color:#FF0000;
  font-family: 'Noto Sans TC', sans-serif;
  }

.inq-list{
  font-size:16px;
  font-weight:bold;
  text-align:center;
  letter-spacing:2px;
  font-family: 'Noto Sans TC', sans-serif;
  }

.contact{
  margin-top:30px;
  font-family: 'Noto Sans TC', sans-serif;
  }
.contactus{
  font-size:18px;
  font-weight:bold;
  background:#f2f2f2;
  text-align:center;
  letter-spacing:2px;
  padding:2px;
  font-family: 'Noto Sans TC', sans-serif;
  }
.con-title{
    display:inline-block;
    float: left;
    width:70px;
    margin-bottom:5px;
    font-family: 'Noto Sans TC', sans-serif;
  }
.con-input input {
    float: left;
    display:inline-block;
    border: 0px;
    border-bottom:1px solid #333333;
		outline:none;	
    width:70%;	
    font-family: 'Noto Sans TC', sans-serif;
  }
.con-box{
    padding-top:15px;
    padding-bottom:15px;
    padding-left:80px;
    padding-right:-80px; 
    font-family: 'Noto Sans TC', sans-serif;
  }
.con-tarea{
    font-family: 'Noto Sans TC', sans-serif;
    display:block;
    width:100%;
    margin-top:5px;
  }
textarea{
    font-family: 'Noto Sans TC', sans-serif;
    outline:none;	
    width:93%;
    overflow:auto;
    word-break:break-all;
    resize: none; 
  }
.captcha{
    font-family: 'Noto Sans TC', sans-serif;
    display: flex;
    justify-content: center; 
    align-items: center;  
    padding-bottom:20px;
  }
.captcha input{
    font-family: 'Noto Sans TC', sans-serif;
    float:left;
    width:120px;
    height:32px;
    font-size:18px;
    margin:0;
    padding:0;  
  }
.captcha-img{
    float:left;
    margin-left:5px;
    height:32px;
    border:1px solid #666;
  }
.iqsubmit{
    font-family: 'Noto Sans TC', sans-serif;
    display: flex;
    justify-content: center;  
    align-items: center; 
  }

#button{
    font-family: 'Noto Sans TC', sans-serif;
    color:#fff;
    background: #333;
    width:200px;
    border-radius:5px;
    padding:5px;
    margin-bottom:20px;
  }

  .bline{
    border:1px #e5e5e5 solid;
    border-radius: 10px;
  }

.p-img{
    padding:0;
    margin:0 auto 0 auto;
   }
.p-img img{
    padding:6px;
    width:100%;
    height:100%;
   }
.pnote {
    font-family: 'Noto Sans TC', sans-serif;
    padding-top:10px;
    padding-bottom:5px;

  }
.iqpath{
    font-family: 'Noto Sans TC', sans-serif;
    margin-top:0px;
    margin-bottom:5px;

  }
.iqpath a{
      font-family: 'Noto Sans TC', sans-serif;
      color:#000;
    }
.inquiry-box{
    font-family: 'Noto Sans TC', sans-serif;
    border:1px solid #333;
		padding:0;
		margin:0;
		border-radius:10px;
		box-shadow: 0px 0px 8px rgba(0,0,0,0.5);
		padding-bottom:20px;

  }

.i-title{
    font-family: 'Noto Sans TC', sans-serif;
		height:30px;
		line-height:30px;
		color:#fff;
		background:#333;
		font-size:14px;
		font-weight:bold;
		padding:0;
		margin:0;
		border-radius:10px 10px 0 0;
		text-align:center;
	}
.i-list{
    font-family: 'Noto Sans TC', sans-serif;
		padding:10px;
	}
.inquiry-pn{
    font-family: 'Noto Sans TC', sans-serif;
    margin-top:15px;
		margin-bottom:5px;
    color:#5489C8;
    font-size:16px;
	}

.inquiry-name{
  font-family: 'Noto Sans TC', sans-serif;
	font-size:16px;
  }

  .in-trash{
    font-family: 'Noto Sans TC', sans-serif;
    margin:0 auto 0 auto;
    text-align:center;
    height:80px;    
  }

.in-remove {
    font-family: 'Noto Sans TC', sans-serif;
    float: left;
    height: 22px;
    width: 22px;
    margin:0 auto 0 auto;
    line-height: 18px;
    text-align: center;
    border: 1px solid #999999;
    cursor: pointer;
    border-radius:20%;
    color:#FF0000;
    position: relative;
    top: 40%;  
    left: 50%;
    transform: translate(-50%,0%);
  }

.inq{
  }

.inq-title{
    text-align:left;
    float:left;
    line-height:18px;
    font-size:12px;
  } 
.ntmoney{
    font-family: 'Noto Sans TC', sans-serif;
    display: flex;
    align-items: center;   
    justify-content: center;  
    line-height:80px;
    margin:0 -15px;
    padding:0;
  }

.inq-num {
    font-family: 'Noto Sans TC', sans-serif;
    font-size:16px;
    padding:0;
    padding:31px 0;
  }
.inq-num span {
    font-family: 'Noto Sans TC', sans-serif;
    float: left;
    font-size:14px;
	
  }

.inq-price,.inq-Subtotal {
    font-family: 'Noto Sans TC', sans-serif;
    text-align:right;
  }
  
.inq-money,.Subtotal{
      font-family: 'Noto Sans TC', sans-serif;
      float: right;
      text-align:right;
      line-height:20px;
      font-size:16px;
  }
.i-total{
      font-family: 'Noto Sans TC', sans-serif;
      position: relative;
      height:32px;      
   }
.settotal{
      font-family: 'Noto Sans TC', sans-serif;
      position: absolute;
      top:0;
      right:8%;
      font-size:22px;
   }
.i-total span{
      font-family: 'Noto Sans TC', sans-serif;
		  float:left;
      padding-top:15px;
	 }
.total-char{
      font-family: 'Noto Sans TC', sans-serif;
      font-size:18px;
      margin-right:30px;
    }
.inq-total,.total-unit{
      font-family: 'Noto Sans TC', sans-serif;
      margin-top:-10px;
      color:#F00000;
      font-size:26px;
	 }
.i-control{
      font-family: 'Noto Sans TC', sans-serif;
	  	margin:0;
		  padding:0;
		  text-align:left;
	 }
.hrr{
      padding:0;
   }
  .count{
    font-family: 'Noto Sans TC', sans-serif;
  }
  .count span {
      font-family: 'Noto Sans TC', sans-serif;
      height: 20px;
      width: 20px;
      line-height: 20px;
    }    
  .count span:hover {
      font-family: 'Noto Sans TC', sans-serif;
      border-color: #f60;
      color: #f60;
    }
  
  .count input {
      font-family: 'Noto Sans TC', sans-serif;
      float: left;
      width: 38px;
      height: 26px;
      text-align: center;
      border: 0px;
      border-bottom:1px solid #000000;
      margin:-5px 4px 0 4px;
      color:#FF0000;
      font-size:18px;
      padding-bottom:5px;
      outline:none;		
    }
    .count .sub,.count .add{
      margin-top:-3px;
      color: #7f7f7f;
      font-size: 20px;
    }
   
    .sub:before {
      content: '\e905';
      font-family: 'icomoon' !important;
      -webkit-transition: all 0.5s;
      transition: all 0.5s;
      -webkit-transform: scale(1);
              transform: scale(1);
      }
    .add:before{
      content: '\e906';
      font-family: 'icomoon' !important;
      -webkit-transition: all 0.5s;
      transition: all 0.5s;
      -webkit-transform: scale(1);
              transform: scale(1);
      }   


  @media (max-width:1200px) {
      .count{
        font-family: 'Noto Sans TC', sans-serif;
      }
      .count input {
        font-family: 'Noto Sans TC', sans-serif;
        width: 32px;
        height: 22px;
        font-size:14px;
        padding-bottom:5px;
      }
      .count span {
        font-family: 'Noto Sans TC', sans-serif;
        height: 18px;
        width: 18px;
        line-height: 18px;
      }  
      .count .sub,.count .add{
        font-size: 18px;
      }
      .inq-price,.inq-Subtotal {
        font-family: 'Noto Sans TC', sans-serif;
        text-align:right;
        padding-right:12px;
      }
      .captcha input{
        font-family: 'Noto Sans TC', sans-serif;
        float:left;
        width:100px;
        height:32px;
        font-size:16px;   
      }
      #button{
        font-family: 'Noto Sans TC', sans-serif;
        color:#fff;
        background: #333;
        width:180px;
        border-radius:5px;
        padding:5px;
        margin-bottom:20px;
      }    
      .con-must{
        font-family: 'Noto Sans TC', sans-serif;
        padding-left:60px;
        padding-right:-60px;
        line-height:48px;      
      }
      .con-box{
        font-family: 'Noto Sans TC', sans-serif;
        padding-left:60px;
        padding-right:-60px; 
      }
      textarea{
        font-family: 'Noto Sans TC', sans-serif;
        width:95%;
      }
    }
  
  @media (max-width:991px) {
      .inquiry-pn{
        font-size:14px;
      }
      .inquiry-name{
        font-size:14px;
      }
      .count input {
        font-family: 'Noto Sans TC', sans-serif;
        width: 32px;
        height: 22px;
        font-size:14px;
        padding-bottom:5px;
      }
      .count span {
        font-family: 'Noto Sans TC', sans-serif;
        height: 16px;
        width: 16px;
        line-height: 16px;
      }  
      .count .sub,.count .add{
        font-size: 16px;
      }
      .i-title{
        font-family: 'Noto Sans TC', sans-serif;
        background:#333;
        font-size:12px;
        text-align:left;
      }
      .captcha input{
        font-family: 'Noto Sans TC', sans-serif;
        float:left;
        width:75px;
        height:32px;
        font-size:14px;
        margin-left:2px; 
      }
      .captcha-img{
        float:left;
        margin-left:5px;
        height:32px;
        width:65px;
        border:1px solid #666;
      }
      #button{
        font-family: 'Noto Sans TC', sans-serif;
        width:150px;
      }
      .con-must{
        font-family: 'Noto Sans TC', sans-serif;
        padding-left:40px;
        padding-right:-40px;
        line-height:48px;      
      }
      .con-box{
        font-family: 'Noto Sans TC', sans-serif;
        padding-left:40px;
        padding-right:-40px; 
      }
        textarea{
        font-family: 'Noto Sans TC', sans-serif;
        width:97%;
      }
 
    }

    @media (max-width:767px) {
      .iqpath{
        font-family: 'Noto Sans TC', sans-serif;
        margin-top:-52px;
        color:#fff;
        background:#333;
        padding-top:10px;
        padding-bottom:10px;
        max-width:100%;
        z-index:5;
        position: fixed;
      }
      .iqpath a{
        font-family: 'Noto Sans TC', sans-serif;
        color:#fff;
      }
      .inquiry-box{	
        font-family: 'Noto Sans TC', sans-serif;
        margin-top:-10px;
        font-size:12px;
        border:0;
        border-radius:0px;
        box-shadow: 0 0 0 0;
      } 
      .inq{
        font-family: 'Noto Sans TC', sans-serif;
        height:22px;
        line-height:22px;
        padding-top:15px;
        padding-bottom:15px;
        margin-bottom:20px;
      }
      .inq-title{
        font-family: 'Noto Sans TC', sans-serif;
        text-align:left;
        float:left;
        height:30px;
        line-height:30px;
        font-size:14px;
        margin-left:10px;
      } 
      .inq-price,.inq-Subtotal {
        font-family: 'Noto Sans TC', sans-serif;
        margin-left:-15px;
        height:30px;
        padding-bottom:5px;
        font-size:14px;
        padding:0;
        float:left;
        text-align:left;
      }
      .inq-money,.Subtotal{
        font-family: 'Noto Sans TC', sans-serif;
        float: right;
        text-align:right;
        line-height:22px;
        font-size:14px;
        margin-right:10px;
      }
      .inq-num{
        font-family: 'Noto Sans TC', sans-serif;
        float:left;
        text-align:left;
        margin-top:10px;
        padding:0;
        padding-left:15px;
        height:30px;
        font-size:14px;
      }
      .total-char{
        font-family: 'Noto Sans TC', sans-serif;
        font-size:18px;
        margin-right:20px;
      }
     .inq-total,.total-unit{
        font-family: 'Noto Sans TC', sans-serif;
        margin-top:-10px;
        color:#F00000;
        font-size:26px;
     }
      .in-trash{
        font-family: 'Noto Sans TC', sans-serif;
        margin:0 auto 0 auto;
        text-align:center;
        height:113px;
      }
      .inquiry-pn,.inquiry-name{
        font-family: 'Noto Sans TC', sans-serif;
        font-size:14px;
      }  
      .count input {
        font-family: 'Noto Sans TC', sans-serif;
        margin-top:4px;	
        width: 30px;
        height: 16px;
       }
       .ntmoney{
        font-family: 'Noto Sans TC', sans-serif;
        display: flex;
        align-items: right;  
        justify-content: right; 
        line-height:30px;
      }
      .con-input input {
        font-family: 'Noto Sans TC', sans-serif;
        float: left;
        display:inline-block;
        border-bottom:1px solid #333333;
        padding-bottom:0px;
        outline:none;	
        width:75%;	
      }
      .hrr{
        margin-top:22px;
      }
      .captcha input{
        font-family: 'Noto Sans TC', sans-serif;
        margin:0;
        width:70px;
      }
      #button{
        font-family: 'Noto Sans TC', sans-serif;
        color:#fff;
        background: #333;
        width:140px;
        border-radius:5px;
        padding:5px;
        margin-bottom:20px;
      }
      .con-must{
        font-family: 'Noto Sans TC', sans-serif;
        padding-left:20px;
        padding-bottom:0; 
        margin-bottom:-15px;   
        line-height:36px;      
      }
      .con-box{
        font-family: 'Noto Sans TC', sans-serif;
        padding:0;
        padding-top:20px;
        padding-bottom:20px;
        padding-left:20px;
        border:0;
        font-size:12px;  
      }
  
      textarea{
        font-family: 'Noto Sans TC', sans-serif;
        width:95%;
      }
      .pnote {
        padding-top:60px;
        padding-bottom:5px;

      }

      .count .sub,.count .add{
        margin-top:4px;
        color: #7f7f7f;
        font-size: 18px;
      }
    
    }


  .pdimg{ 

  }
  .pdimg img{
    width:100%;
    height:100%;    
  }
  .pd-imgbox{
    padding:0;
    display:inline-block;
    margin-left:14px;
    margin-right:5px;
    margin-top:-5px;
  
  }

  .pd-imgbox img{
    width:75px;
    height:75px;  
  }
  .pd-pn{  
    font-family: 'Noto Sans TC', sans-serif;  
    color:#6495ed;
    font-size:16px;
    font-weight:450;
    word-break: break-all;
    padding-bottom:8px;

  }
  .pd-brand{
    font-family: 'Noto Sans TC', sans-serif;
    color:#3E3A39;
    font-size:20px;
    font-weight:600;
    padding-bottom:4px;
  }
  .pd-name{
    color:#3E3A39;
    font-family: 'Noto Sans TC', sans-serif;
    font-size:18px;
    font-weight:450;
    word-break: break-all;
    padding-bottom:8px;    
  }
  .pd-brief{
    height:236px;
    color:#888;
    font-family: 'Noto Sans TC', sans-serif;
    font-size:16px;
    font-weight:400;
    padding-bottom:8px;
  }
  .pd-pribox{
    width:100%;
    margin-bottom:15px;
    padding:0 3px;     
    display:flex;
    justify-content:flex-end;
    align-items:baseline;
  }
  .pd-pribox span{   
    margin:0 2px; 
  }
  .pri-txt{ 
    display: inline-block;
    color:#000000;
    font-size:16px;
    padding-right:5px;      
  }
  .pd-pri{  
    display: inline-block;
    color:#E50012;
    font-size:30px;
    font-weight:bold;
  }
.pd-buttom{
  height:60px;
  width:100%;
  background:#6495ED;
  border-radius: 10px;
  color:#ffffff;
  line-height:60px;
  text-align:center;
  font-size:20px;
  margin-bottom:15px;
}
.pd-buttom:hover{
	background:#6B9FFD;

}
.pdnote{
  margin-top:30px;
  margin-bottom:20px;
  min-height:275px;  
  border-top:1px #ccc solid;
  padding-top:5px;
}
.pdnote img{
  width:100%;
}

.pdes{
  margin-top:30px;
  margin-bottom:20px;
  min-height:275px;  
  border-top:1px #ccc solid;
  padding-top:5px;
}
.pdes img{
  width:100%;
}

@media (max-width:1199px) {
  .pd-imgbox{
    padding:0;
    display:inline-block;
    margin-left:14px;
    margin-right:-4px;
    margin-top:-5px;
  
  }
  .pd-imgbox img{
    width:65px;
    height:65px;  
  }
  .pd-pn{  
    font-family: 'Noto Sans TC', sans-serif;  
    color:#6495ed;
    font-size:14px;
    font-weight:450;
    word-break: break-all;
    padding-bottom:5px;

  }
  .pd-brand{
    font-family: 'Noto Sans TC', sans-serif;
    color:#3E3A39;
    font-size:16px;
    font-weight:450;
    padding-bottom:5px;
  }

  .pd-name{
    color:#3E3A39;
    font-family: 'Noto Sans TC', sans-serif;
    font-size:16px;
    font-weight:450;
    word-break: break-all;
    padding-bottom:5px;    
  }
  .pd-brief{
    height:191px;
    font-family: 'Noto Sans TC', sans-serif;
    font-size:16px;
    font-weight:300;
    padding-bottom:5px;
  }
  .pd-pribox span{   
    margin:0 2px; 
  }
  .pri-txt{ 
    display: inline-block;
    color:#000000;
    font-size:14px;
    padding-right:5px;      
  }
  .pd-pri{  
    display: inline-block;
    color:#E50012;
    font-size:24px;
    font-weight:bold;
  }
  .pd-buttom{
    height:50px;
    width:100%;
    border-radius: 10px;
    color:#ffffff;
    line-height:50px;
    text-align:center;
    font-size:22px;
    }

}
@media (max-width:991px) {
  .pdnote{
    margin-top:15px;
    margin-bottom:20px;
  }
  .pd-imgbox{
    padding:0;
    display:inline-block;
    margin-left:14px;
    margin-right:-11px;
    margin-top:-5px;
  
  }
  .pd-imgbox img{
    width:45px;
    height:45px;  
  }
  .pd-pn{  
    font-family: 'Noto Sans TC', sans-serif;  
    color:#6495ed;
    font-size:12px;
    font-weight:450;
    word-break: break-all;
    
  }
  .pd-brand{
    font-family: 'Noto Sans TC', sans-serif;
    color:#3E3A39;
    font-size:14px;
    font-weight:450;
   
  }

  .pd-name{
    color:#3E3A39;
    font-family: 'Noto Sans TC', sans-serif;
    font-size:14px;
    font-weight:450;
    word-break: break-all;
     
  }
  .pd-brief{
    height:99px;
    font-family: 'Noto Sans TC', sans-serif;
    font-size:14px;
    font-weight:300;
  }

  .pd-pribox span{   
    margin:0 2px; 
  }
  .pri-txt{ 
    display: inline-block;
    color:#000000;
    font-size:12px;
    padding-right:5px;      
  }
  .pd-pri{  
    display: inline-block;
    color:#E50012;
    font-size:22px;
    font-weight:bold;
  }
  .pd-buttom{
    margin-top:0;
    margin-bottom:0px;
    height:45px;
    width:100%;
    border-radius: 10px;
    color:#ffffff;
    line-height:45px;
    text-align:center;
    font-size:20px;
    }

}
@media (max-width:767px) {
  .pd-brief{  
    height:auto;      
    min-height:20px;
    display:flex;
    font-family: 'Noto Sans TC', sans-serif;
    font-size:18px;
    font-weight:300;
    padding-bottom:8px;
  }
  .pd-imgbox{      
    margin-top:-12px;
    margin-left:14px;
    margin-right:-2px;
    display:inline-block;
  }
  .pd-imgbox img{
    width:75px;
    height:75px;  
  }
  .pd-pn{  
    margin-top:20px;
    font-family: 'Noto Sans TC', sans-serif;  
    font-size:12px;
    font-weight:450;
    word-break: break-all;
    padding-left:5px;
  }
  .pd-brand{
    font-family: 'Noto Sans TC', sans-serif;
    font-size:14px;
    font-weight:450;
    padding-left:5px;
  }
  .pd-name{
    font-family: 'Noto Sans TC', sans-serif;
    font-size:14px;
    font-weight:450;
    word-break: break-all;
    padding-left:5px;    
  }
  .pd-brief{
    font-family: 'Noto Sans TC', sans-serif;
    font-size:14px;
    font-weight:300;
    padding-left:5px;
  }
  .pd-pribox{
    clear:both;  
    margin-bottom:5px;   
    display:flex;
    justify-content:flex-start;
    align-items:baseline;
  }
  .pri-txt{
    display: inline-block;
    font-size:16px;
    padding-right:5px;
    background: #111111;
  }
  .pd-pri{
    display: inline-block;
    font-size:30px;
    font-weight:bold;
  }
  .pd-buttom{
    margin-top:5px;
    margin-bottom:10px;
    height:40px;
    width:100%;
    border-radius: 10px;
    color:#ffffff;
    line-height:40px;
    text-align:center;
    font-size:20px;
    }
  .pdnote{
    margin-top:10px;
  }
  .pdnote img{
    width:100%;
  }
}




.footer{
  clear:both;		
  background:#333333;
  color:#ffffff;
  letter-spacing:1.2px;
  padding-top:30px;
  padding-left:30px;
  padding-right:30px;
  padding-bottom:20px;
  min-height:140px;
  
 }

.footer-img img{
  margin-top:8px;
  float:left;
  max-width:50px;
  max-height:50px;
}

.footer-company{  
  float:left;
  margin-left:12px;
  margin-top:14px;
  color:#ffffff;
}
.ch-company{
  font-size:16px;
  font-weight:400;
  letter-spacing:2px;
}
.eng-company{ 
  margin-top:-10px;
  font-size:10px;
  font-weight:300;
  letter-spacing:1px;
}
.footer-info{
  float:left;
}
.footer-info p{
   line-height:14px;
  font-size:14px;
  margin-left:25px;
  margin-right:25px;
}

.footer-info a{
  color:#fff;
}
.footer-state {
  border-top:1px solid #ffffff;
  margin-top:5px;
}
.footer-state p{
  text-align:right; 
  margin-top:10px;
  font-size:10px;

}


@media (max-width:1199px) {
  .footer-state p{
    margin-left:10px;
    font-size:10px;
  }
  .footer-info p{
    line-height:12px;
    font-size:12px;
    margin-left:16px;
    margin-right:16px;
  }
  .footer-company{  
    float:left;
    margin-left:8px;
    margin-top:18px;
    color:#ffffff;
}
  .ch-company{
    font-size:14px;
    font-weight:400;
    letter-spacing:2px;
}
  .eng-company{ 
    font-size:10px; 
    font-weight:300;
    -webkit-transform:scale(0.83);
    margin-top:-10px;
    margin-left:-10px;   
    letter-spacing:1px;
}

}
@media (max-width:991px) {
  .footer{
    padding:20px;
  }
  .footer-info p{
    margin-left:5px;
    margin-right:5px;
  }
.footer-state p{
  float:right;
  font-size:10px; 
  margin-left:0px;
  
}
.footer-img img{
  margin-top:8px;
  float:left;
  max-width:40px;
  max-height:40px;
}

.footer-company{  
  float:left;
  margin-left:6px;
  margin-top:14px;
  color:#ffffff;
}
.ch-company{
  font-size:12px;
  font-weight:400;
  letter-spacing:2px;
}
.eng-company{ 
  margin-top:-10px;
  font-size:8px;
  font-weight:300;
  letter-spacing:1px;
}
}
@media (max-width:767px) {
.footer{
  padding:10px;
  padding-left:30px;
  padding-right:30px;
}
.footer-img img{
  margin-top:12px;
  margin-bottom:16px;
  margin-left:25px;
  float:left;
}
.footer-info{
  clear:both;
}
.footer-info p{
  margin-left:25px;
  margin-right:25px;
}
.footer-state p{
  -webkit-transform:scale(0.83);
  text-align:center; 
}

}
@media (max-width:374px) {
.footer{
  padding:10px;
  padding-left:8px;
  padding-right:8px;
}
.footer-info{
  clear:both;
}
.footer-info p{
  margin-left:40px;
  margin-right:40px;
}
.footer-img img{
  margin-top:12px;
  margin-left:40px;
}

}

.aboutus{
  margin-top:30px;
  min-height:100px;
}

.privacy {
  margin-top:30px;
  min-height:100px;
}

@media (max-width:767px) {
  .aboutus{
    margin-top:0px;
    min-height:0px;
  }
  
  .privacy {
    margin-top:0px;
    min-height:100px;
  }

}




.swal2-html-container{
  font-size:16px;
	font-family: 'Noto Sans TC', sans-serif;
}


.fademsg{
  display:none;
  padding:15px;
  position:fixed;
  top:40%;
  right:45%;
  border-radius:5px;
  background:rgba(0,0,0,0.8);
  z-index:99999;
  color:#fff;
  font-size:16px;
	font-family: 'Noto Sans TC', sans-serif;
}


@media (max-width:767px) {

	.fademsg{
		display:none;
		padding:15px;
		position:fixed;
		top:40%;
		right:30%;
		border-radius:5px;
		background:rgba(0,0,0,0.8);
		z-index:99999;
		color:#fff;
		font-size:16px;
		font-family: 'Noto Sans TC', sans-serif;
	}

}

.notice{
  text-align: left;
  font-size: 14px;
  font-family: 'Noto Sans TC', sans-serif;  
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left:30px;

}
@media (max-width:767px) {
  .notice{
    text-align: left;
    font-size: 14px;
    font-family: 'Noto Sans TC', sans-serif;  
    padding-top: 0px;
    padding-bottom: 10px;
    padding-left:10px;  
  }
}


.carousel-caption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height:80vh;
  font-size: 20px;
  color: #fff;
  text-align: center;
}






.carousel-caption a{
	position: absolute;
	right: 0;
  left:0;
  width: 100%;
	height:80vh;
	bottom: 20px;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
	}		