﻿@charset "utf-8";
a:link , a:visited{
	text-decoration: none;
	/*transition: color 0.5s;*/
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
a.mainLink:link , a.mainLink:visited{
	text-decoration: none; 
	transition: color 0.5s;
	color: #0099CC;
}
a.mainLink:hover{
	text-decoration: none;
	color: #a11939;
}
i{ margin-right:5px;margin-left:3px;}
img{
	vertical-align: middle;
}
a img {
	border: none;
	vertical-align: middle;
}
.imgOutline{
	border: 1px solid #666;
	padding:5px;
}
ul, ol, dl {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
ol{
	list-style-type: decimal;
	padding-left: 30px;
}
p{
	padding-top: 5px;
	padding-bottom: 5px;
}
h1 , h2 , h3 , h4{
	font-family: Arial, "微軟正黑體", "新細明體";
}
/*卷軸樣式   */
::-webkit-scrollbar {
    width: 8px;
    height: 8px; 
    background-color:#efefef;
}

::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #666;
    border: solid 2px #efefef;
}
table{border-spacing: 0px;border-collapse: separate;}
 
 input:focus, textarea:focus, select:focus{
        outline: none;
    }
button{ cursor:pointer;}

 input::-webkit-input-placeholder {color: #ccc;font-size:0.9em;}
input::-moz-placeholder { color: #ccc;font-size:0.9em; }
input::-moz-placeholder{color: #ccc;font-size:0.9em;}
-ms-input-placeholder{color: #ccc;font-size:0.9em;}

.form-control.fc-auto{width: auto;display: inline-block;}
.form-control.txtline5{width: 5em;}
.form-control.txtline8{width: 8em;}
.form-control.txtline10{width: 10em;}
/* 排列樣式 */
.goCenter {
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
}
.goRight {
	float: right;
}
.goLeft {
	float: left;
}
.heightSpace {
	display: block;
	height: 10px;
}
.inCenter{
	text-align: center;
}
.inLeft{
	text-align: left;
}
.inRight{
	text-align: right;
}
.padding10{padding: 10px;}
.padding5{padding: 5px;}
 
/* 排列樣式 --------------------到此*/

/* 字型樣式 */
.txtArial{font-family: Arial, "微軟正黑體", "新細明體";}
.txt08em {
    font-size: 0.8em;
}
.txt09em {
	font-size: 0.9em;
	line-height: 1em;
}
.txt10em {
	font-size: 1em;
	line-height: 1.2em;
}
.txt12em {
	font-size: 1.2em;
	line-height: 1.2em;
}
.txt15em {
	font-size: 1.5em;
	line-height: 1.8em;
}
.txt20em {
	font-size: 2em;
	line-height: 2em;
}
.txtbold{font-weight: bold;}
 
/* 字型樣式 --------------------到此*/

/* 顏色樣式 -------------------------*/
.colorRed{color: #d93621;}
.colorBule{color: #0099FF;}
.colorOrange{color: #F60;} 
.colorYellow{color: #f7e901;} 
.colorPurple{color: #b962de;} 
.colorPink{color: #fa6aa4;} 
.colorCoffee{color: #482c12;}
.colorLatte{color: #a88e75;}
.colorGreen{color: #107661;}
.colorGray70{color: #333333;}
.colorGray50{color: #999999;}
.colorWhite{color: #fff;}
.colorBlack {color: #000000;}

.colorbg_gray10{background-color: #efefef;}
.colorbg_gray30{background-color: #ccc;}
.colorbg_White{background-color: #fff;}
.colorbg_lightyellow{background-color: #F7F9DE;}
.colorbg_lightblue{background-color: #C2F0F8;}
.colorbg_White70{background-color: rgba(255,255,255,0.7);}
/* 顏色樣式 --------------------到此*/

/* 線條樣式 -------------------*/
.TOPdashline{
	border-top: 1px dashed #ccc; 
}
.BOTTOMdashline{
	border-bottom: 1px dashed #ccc;
}
.TOPsolidline{
	border-top: 1px solid #ccc;
}
.BOTTOMsolidline{
	border-bottom: 1px solid #ccc; 
}
.solidline{
	border: 1px solid #666;
}
 
/* 線條樣式 --------------------到此*/

.linebreak{word-break:break-all;}
.nobreak{word-break:keep-all;}

.overflow{
	overflow: auto;
}
.clearfloat {
	clear: both;
}
.clearfloat::after{content: "";display: block;clear: both;}

#goTopBOX{
	height: 5px;
	width:100%;
	position: fixed;
	bottom: 0px;
	display: none;
	}
#goTop{
	border-radius: 50%;
	cursor: pointer;
	transition: background 0.5s;
	height: 60px;
	width: 60px;
	float: right;
	background-color: #1c2631;
	background-repeat: no-repeat;
	background-position: right top;
	border: 3px solid #0CF;
	background-image: url(images/BUT_goTop.png);
	margin-top: -70px;
	margin-right: -30px;
}
#goTop:hover {
background-color: #0CF;
}
.goTopcon{
	max-width: 1300px;
	margin-right: auto;
	margin-left: auto;
}  
	
@media only screen and (max-width: 768px){	
 .goTopcon{max-width: 100%;}
 #goTop{
	height: 40px;
	width: 40px;
	background-size:cover;
	border: 0px solid #0CF;
	margin-top: -40px;
	margin-right: 10px;
}
	 }


/*Slider bar 樣式*/
input[type="range"] {
	/*removes default webkit styles*/
	-webkit-appearance: none;
	/*fix for FF unable to apply focus style bug */
	border-style: none;
	/*required for proper track sizing in FF*/
	width: 70px;
}
input[type="range"]::-webkit-slider-runnable-track {/*chrom*/
    width: 70px;
    height: 6px;
    background: #9fc1ba;
    border: none;
    border-radius: 3px;
}
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background: #2c3e50;
    margin-top: -4px;
}
input[type="range"]:focus {
    outline: none;
}
input[type="range"]:focus::-webkit-slider-runnable-track {
    background: #91b2ab;
}

input[type="range"]::-moz-range-track { /*firefox*/
    width: 70px;
    height: 6px;
    background: #9fc1ba;
    border: none;
    border-radius: 3px;
}
input[type="range"]::-moz-range-thumb {
    border: none;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background: #2c3e50;
}

/*hide the outline behind the border*/
input[type="range"]:-moz-focusring{
    outline: 1px solid white;
    outline-offset: -1px;
}

input[type="range"]::-ms-track { /*IE*/
    width: 70px;
    height: 6px;
    
    /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
    background: transparent;
    
    /*leave room for the larger thumb to overflow with a transparent border */
    border-color: transparent;
    border-width: 6px 0;

    /*remove default tick marks*/
    color: transparent;
}
input[type="range"]::-ms-fill-lower {
    background: #9fc1ba;
    border-radius: 10px;
}   
input[type="range"]::-ms-fill-upper {
    background: #91b2ab;
    border-radius: 10px;
}
input[type="range"]::-ms-thumb {
    border: none;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background: #2c3e50;
}
input[type="range"]:focus::-ms-fill-lower {
    background: #9fc1ba;
}
input[type="range"]:focus::-ms-fill-upper {
    background: #91b2ab;
}

@media screen and (-webkit-min-device-pixel-ratio:0)
{
/*針對 Safari 的 CSS Hack */	
input[type='range'] {
		-webkit-appearance: none;
		border-radius: 3px;
		background-color: #9fc1ba;
		width: 70px;
		height: 6px;
		vertical-align: middle;
	}

input[type='range']::-webkit-slider-thumb {
		-webkit-appearance: none !important;
		border-radius: 50%;
		background-color: #2c3e50;
		height: 14px;
		width: 14px;
	}
	
	}
	
/*Slider bar 樣式 END*/


/* 限制內容字數 */
.wordLimit{
overflow:hidden;
white-space: nowrap;
text-overflow: ellipsis;
/*上面三個一定要 寬度自己訂*/ 
}

a.wordkieru{
/* 讓字消失 */
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.winstyleBG{background-color:#efefef;font-family:  "微軟正黑體", "新細明體",Arial;}
h3.winstyleTitle { line-height: 60px; }
.winstyleBG .container{background-color:#fff; padding: 20px;}


/* 字體漸層 */
.text_gradient{color: rgba(255,255,255,0.9);display: block;background:linear-gradient(90deg, #0089D4, #14BAF8);
	-webkit-background-clip:text;
	-webkit-text-fill-color:transparent;}


span.starRed{position: relative;}
 span.starRed::before{color: #F72D31;content: "*";position: absolute;top:-5px;left: -5px;}


.animatag{
	animation-duration: 300s;
	animation-iteration-count: infinite;   
	animation-name: animatrun; 
}


@keyframes animatrun {
    0% {background-position: 0px bottom;}
	50% { background-position: -550px bottom;}  
    100%{background-position: 0px bottom; }
  }