@charset "UTF-8";
/*網頁全共用設定*/

/*網路字體引用CSS設定*/
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
/*思源黑體 套用名字 Noto Sans TC */


/*Bootstrap3.37 官方基礎CSS*/
@import url(https://cdn.jsdelivr.net/npm/bootstrap@3.4.1/dist/css/bootstrap.min.css);
/*股溝的ICONFONT*/
/*@import url("https://fonts.googleapis.com/icon?family=Material+Icons");*/
/*font-awesome4-7 iconfont*/
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css);
/*animate動畫CSS*/
@import url(https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css);


html,body {
	font-family: 'Lato',Century Gothic,Arial,'Noto Sans TC','PingFang TC',Microsoft JhengHei,'微軟正黑體',Helvetica,sans-serif;
	position: relative;
	width: 100%;
	padding: 0 !important;
	margin: 0 !important;
	font-size: 17px;
	background-color: #0f143a;	
	}
.background-img{
	background:url("../img/bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
@media screen and (min-width: 320px) and (max-width: 767px){
	.background-img{
		background-size: contain;
        background-size: 100% 50%;
	}
}
/*font-size:100%是為將網頁字體設定成16px，這個文字大小設定會連動到下面的body的字體設定唷*/

/*標題*/
h1,h2,h3,h4,h5,h6{

}

a{
}

p {
	
}

h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6 {
	padding: 0;
	margin: 0;
}

h1,.h1,h2,.h2{
	font-size: 21px;
}
	
h3,.h3,h4,.h4{
	font-size: 20px;
}
	
h5,.h5,h6,.h6{
	font-size: 19px;
}
.container2{
	width: 1600px;
	margin: 0 auto;
}
@media screen and (min-width: 600px) and (max-width: 1000px){
	.container2{
	width: 100%;
	}
}
@media(max-width:767px){
	.container2{
	width: 100%;
}
}
@media(max-width:767px){
h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{
	font-size: 19px;
}
}

a:hover, a:focus {
	text-decoration: none;
	}	/*超連結統一不要下底線*/

img{
	/*backface-visibility:hidden;*/
	}	/*圖片更銳利化*/

/* 應用於GIF和PNG圖片; 防止邊緣模糊 */
img[src$=".gif"], img[src$=".png"] {
	image-rendering: auto;
	}

button, a, input:focus,button:focus{
	outline: none !important;
	}	/*連結或點擊的按鈕 不顯示外虛線*/

ol{
	padding-left:20px;
}

/*標題*/
.h1,.h2,.h3,.h4,.h5,.h6{
	/*border-left: 2px solid #ED7700;*/
}
/*chart表設定*/
.chart-body{
	width: 100%;
	overflow: hidden;
	height: auto;
}
/*自定義RWD寬度*/
.new-row{
}
/*
.WIDTH-5-XS,.WIDTH-5-XS-TABLE,.WIDTH-5-XS-INLINEBLOCK{width:5%;}
.WIDTH-10-XS,.WIDTH-10-XS-TABLE,.WIDTH-10-XS-INLINEBLOCK{width:10%;}
.WIDTH-15-XS,.WIDTH-15-XS-TABLE,.WIDTH-15-XS-INLINEBLOCK{width:15%;}
.WIDTH-20-XS,.WIDTH-20-XS-TABLE,.WIDTH-20-XS-INLINEBLOCK{width:20%;}
.WIDTH-25-XS,.WIDTH-25-XS-TABLE,.WIDTH-25-XS-INLINEBLOCK{width:25%;}
.WIDTH-30-XS,.WIDTH-30-XS-TABLE,.WIDTH-30-XS-INLINEBLOCK{width:30%;}
.WIDTH-35-XS,.WIDTH-35-XS-TABLE,.WIDTH-35-XS-INLINEBLOCK{width:35%;}
.WIDTH-40-XS,.WIDTH-40-XS-TABLE,.WIDTH-40-XS-INLINEBLOCK{width:40%;}
.WIDTH-45-XS,.WIDTH-45-XS-TABLE,.WIDTH-45-XS-INLINEBLOCK{width:45%;}
.WIDTH-50-XS,.WIDTH-50-XS-TABLE,.WIDTH-50-XS-INLINEBLOCK{width:50%;}
.WIDTH-55-XS,.WIDTH-55-XS-TABLE,.WIDTH-55-XS-INLINEBLOCK{width:55%;}
.WIDTH-60-XS,.WIDTH-60-XS-TABLE,.WIDTH-60-XS-INLINEBLOCK{width:60%;}
.WIDTH-65-XS,.WIDTH-65-XS-TABLE,.WIDTH-65-XS-INLINEBLOCK{width:65%;}
.WIDTH-70-XS,.WIDTH-70-XS-TABLE,.WIDTH-70-XS-INLINEBLOCK{width:70%;}
.WIDTH-75-XS,.WIDTH-75-XS-TABLE,.WIDTH-75-XS-INLINEBLOCK{width:75%;}
.WIDTH-80-XS,.WIDTH-80-XS-TABLE,.WIDTH-80-XS-INLINEBLOCK{width:80%;}
.WIDTH-85-XS,.WIDTH-85-XS-TABLE,.WIDTH-85-XS-INLINEBLOCK{width:85%;}
.WIDTH-90-XS,.WIDTH-90-XS-TABLE,.WIDTH-90-XS-INLINEBLOCK{width:90%;}
.WIDTH-100-XS,.WIDTH-100-XS-TABLE,.WIDTH-100-XS-INLINEBLOCK{width:100%;}
*/
.WIDTH-5,.WIDTH-5-TABLE,.WIDTH-5-INLINEBLOCK{width:5%;}
.WIDTH-10,.WIDTH-10-TABLE,.WIDTH-10-INLINEBLOCK{width:10%;}
.WIDTH-15,.WIDTH-15-TABLE,.WIDTH-15-INLINEBLOCK{width:15%;}
.WIDTH-20,.WIDTH-20-TABLE,.WIDTH-20-INLINEBLOCK{width:20%;}
.WIDTH-25,.WIDTH-25-TABLE,.WIDTH-25-INLINEBLOCK{width:25%;}
.WIDTH-30,.WIDTH-30-TABLE,.WIDTH-30-INLINEBLOCK{width:30%;}
.WIDTH-33,.WIDTH-33-TABLE,.WIDTH-33-INLINEBLOCK{width:33.3%;}
.WIDTH-35,.WIDTH-35-TABLE,.WIDTH-35-INLINEBLOCK{width:35%;}
.WIDTH-40,.WIDTH-40-TABLE,.WIDTH-40-INLINEBLOCK{width:40%;}
.WIDTH-45,.WIDTH-45-TABLE,.WIDTH-45-INLINEBLOCK{width:45%;}
.WIDTH-50,.WIDTH-50-TABLE,.WIDTH-50-INLINEBLOCK{width:50%;}
.WIDTH-55,.WIDTH-55-TABLE,.WIDTH-55-INLINEBLOCK{width:55%;}
.WIDTH-60,.WIDTH-60-TABLE,.WIDTH-60-INLINEBLOCK{width:60%;}
.WIDTH-65,.WIDTH-65-TABLE,.WIDTH-65-INLINEBLOCK{width:65%;}
.WIDTH-70,.WIDTH-70-TABLE,.WIDTH-70-INLINEBLOCK{width:70%;}
.WIDTH-75,.WIDTH-75-TABLE,.WIDTH-75-INLINEBLOCK{width:75%;}
.WIDTH-80,.WIDTH-80-TABLE,.WIDTH-80-INLINEBLOCK{width:80%;}
.WIDTH-85,.WIDTH-85-TABLE,.WIDTH-85-INLINEBLOCK{width:85%;}
.WIDTH-90,.WIDTH-90-TABLE,.WIDTH-90-INLINEBLOCK{width:90%;}
.WIDTH-100,.WIDTH-100-TABLE,.WIDTH-100-INLINEBLOCK{width:100%;}

.WIDTH-100-TABLE,.WIDTH-100-XS-TABLE{width:1%;}

.WUDTH-AUTO{
	width:auto;
}

[class*=WIDTH],[class*=-TABLE],[class*=-INLINEBLOCK]{
	overflow: hidden;
	box-sizing: border-box;
	padding: 0;
	position: relative;
    min-height: 1px;
	margin: 0 auto;
}

[class*=WIDTH]{
	float:left;
	display: block !important;
}

[class*=-TABLE]{
	float:none;
	display: table-cell !important;
}

[class*=-INLINEBLOCK]{
	float:none;
	display: inline-block !important;
}

@media screen and (max-width: 991px){

.WIDTH-5,.WIDTH-10,.WIDTH-15,.WIDTH-20,.WIDTH-25,.WIDTH-30,.WIDTH-33,.WIDTH-35,.WIDTH-40,
.WIDTH-45,.WIDTH-50,.WIDTH-55,.WIDTH-60,.WIDTH-65,.WIDTH-70,.WIDTH-75,
.WIDTH-80,.WIDTH-85,.WIDTH-90,.WIDTH-100,
	
.WIDTH-5-TABLE,.WIDTH-10-TABLE,.WIDTH-15-TABLE,.WIDTH-20-TABLE,
.WIDTH-25-TABLE,.WIDTH-30-TABLE,.WIDTH-33-TABLE,.WIDTH-35-TABLE,.WIDTH-40-TABLE,
.WIDTH-45-TABLE,.WIDTH-50-TABLE,.WIDTH-55-TABLE,.WIDTH-60-TABLE,
.WIDTH-65-TABLE,.WIDTH-70-TABLE,.WIDTH-75-TABLE,.WIDTH-80-TABLE,
.WIDTH-85-TABLE,.WIDTH-90-TABLE,.WIDTH-95-TABLE,.WIDTH-100-TABLE,
	
.WIDTH-5-INLINEBLOCK,.WIDTH-10-INLINEBLOCK,.WIDTH-15-INLINEBLOCK,.WIDTH-20-INLINEBLOCK,
.WIDTH-25-INLINEBLOCK,.WIDTH-30-INLINEBLOCK,.WIDTH-33-INLINEBLOCK,.WIDTH-35-INLINEBLOCK,.WIDTH-40-INLINEBLOCK,
.WIDTH-45-INLINEBLOCK,.WIDTH-50-INLINEBLOCK,.WIDTH-55-INLINEBLOCK,.WIDTH-60-INLINEBLOCK,
.WIDTH-65-INLINEBLOCK,.WIDTH-70-INLINEBLOCK,.WIDTH-75-INLINEBLOCK,.WIDTH-80-INLINEBLOCK,
.WIDTH-85-INLINEBLOCK,.WIDTH-90-INLINEBLOCK,.WIDTH-95-INLINEBLOCK,.WIDTH-100-INLINEBLOCK
{
	float: none;
	width:100%;
}

.WIDTH-5-XS,.WIDTH-5-XS-TABLE{width:5%;float: left;}
.WIDTH-10-XS,.WIDTH-10-XS-TABLE{width:10%;float: left;}
.WIDTH-15-XS,.WIDTH-15-XS-TABLE{width:15%;float: left;}
.WIDTH-20-XS,.WIDTH-20-XS-TABLE{width:20%;float: left;}
.WIDTH-25-XS,.WIDTH-25-XS-TABLE{width:25%;float: left;}
.WIDTH-30-XS,.WIDTH-30-XS-TABLE{width:30%;float: left;}
.WIDTH-33-XS,.WIDTH-33-XS-TABLE{width:33.3%;float: left;}
.WIDTH-35-XS,.WIDTH-35-XS-TABLE{width:35%;float: left;}
.WIDTH-40-XS,.WIDTH-40-XS-TABLE{width:40%;float: left;}
.WIDTH-45-XS,.WIDTH-45-XS-TABLE{width:45%;float: left;}
.WIDTH-50-XS,.WIDTH-50-XS-TABLE{width:50%;float: left;}
.WIDTH-55-XS,.WIDTH-55-XS-TABLE{width:55%;float: left;}
.WIDTH-60-XS,.WIDTH-60-XS-TABLE{width:60%;float: left;}
.WIDTH-65-XS,.WIDTH-65-XS-TABLE{width:65%;float: left;}
.WIDTH-70-XS,.WIDTH-70-XS-TABLE{width:70%;float: left;}
.WIDTH-75-XS,.WIDTH-75-XS-TABLE{width:75%;float: left;}
.WIDTH-80-XS,.WIDTH-80-XS-TABLE{width:80%;float: left;}
.WIDTH-85-XS,.WIDTH-85-XS-TABLE{width:85%;float: left;}
.WIDTH-90-XS,.WIDTH-90-XS-TABLE{width:90%;float: left;}
.WIDTH-100-XS,.WIDTH-100-XS-TABLE{width:100%;float: left;}
	
.WIDTH-5-XS-INLINEBLOCK{width:5%;}
.WIDTH-10-XS-INLINEBLOCK{width:10%;}
.WIDTH-15-XS-INLINEBLOCK{width:15%;}
.WIDTH-20-XS-INLINEBLOCK{width:20%;}
.WIDTH-25-XS-INLINEBLOCK{width:25%;}
.WIDTH-30-XS-INLINEBLOCK{width:30%;}
.WIDTH-33-XS-INLINEBLOCK{width:33.3%;}
.WIDTH-35-XS-INLINEBLOCK{width:35%;}
.WIDTH-40-XS-INLINEBLOCK{width:40%;}
.WIDTH-45-XS-INLINEBLOCK{width:45%;}
.WIDTH-50-XS-INLINEBLOCK{width:50%;}
.WIDTH-55-XS-INLINEBLOCK{width:55%;}
.WIDTH-60-XS-INLINEBLOCK{width:60%;}
.WIDTH-65-XS-INLINEBLOCK{width:65%;}
.WIDTH-70-XS-INLINEBLOCK{width:70%;}
.WIDTH-75-XS-INLINEBLOCK{width:75%;}
.WIDTH-80-XS-INLINEBLOCK{width:80%;}
.WIDTH-85-XS-INLINEBLOCK{width:85%;}
.WIDTH-90-XS-INLINEBLOCK{width:90%;}
.WIDTH-100-XS-INLINEBLOCK{width:100%;}
}

/*特殊自定義*/
.no-padding-margin{
	padding:0 !important;
	margin:0 !important;
	}

.no-padding{
	padding:0 !important;
}

@media(max-width:767px){
.no-padding-xs{
	padding:0 !important;
}
}

.all-padding-s{
	padding: 5px !important;
}

.all-padding-m{
	padding: 10px !important;
}

.all-padding{
	padding: 15px !important;
}

.tb-padding-s{
	padding-top:5px !important;
	padding-bottom:5px !important;
}

.lr-padding-s{
	padding-left:5px !important;
	padding-right:5px !important;
}

.tb-padding-m{
	padding-top:10px !important;
	padding-bottom:10px !important;
}

.lr-padding-m{
	padding-left:10px !important;
	padding-right:10px !important;
}

.tb-padding{
	padding-top:15px !important;
	padding-bottom: 15px !important;
}

.lr-padding{
	padding-left:15px !important;
	padding-right: 15px !important;
}

.t-padding-s{
	padding-top:5px !important;
}

.b-padding-s{
	padding-bottom:5px !important;
}

.l-padding-s{
	padding-left:5px !important;
}

.r-padding-s{
	padding-right:5px !important;
}

.t-padding-m{
	padding-top:10px !important;
}

.b-padding-m{
	padding-bottom:10px !important;
}

.l-padding-m{
	padding-left:10px !important;
}

.r-padding-m{
	padding-right:10px !important;
}

.t-padding{
	padding-top:15px !important;
}

.b-padding{
	padding-bottom: 15px !important;
}

.l-padding{
	padding-left:15px !important;
}

.r-padding{
	padding-right: 15px !important;
}

.no-margin{
	margin:0 !important;
}

.all-margin-s{
	margin: 5px !important;
}

.all-margin-m{
	margin: 10px !important;
}

.all-margin{
	margin:15px !important;
}

.tb-margin-s{
	margin-top:5px !important;
	margin-bottom:5px !important;
}

.tb-margin-m{
	margin-top:10px !important;
	margin-bottom:10px !important;
}

.tb-margin{
	margin-top: 15px !important;
	margin-bottom: 15px !important;
}

.lr-margin-s{
	margin-left:5px !important;
	margin-right:5px !important;
}

.lr-margin-m{
	margin-left:10px !important;
	margin-right:10px !important;
}

.lr-margin{
	margin-left: 15px !important;
	margin-right: 15px !important;
}

.t-margin-s{
	margin-top: 5px !important;
}

.b-margin-s{
	margin-bottom: 5px !important;
}

.l-margin-s{
	margin-left: 5px !important;
}

.r-margin-s{
	margin-right: 5px !important;
}

.t-margin-m{
	margin-top: 10px !important;
}

.b-margin-m{
	margin-bottom: 10px !important;
}

.l-margin-m{
	margin-left: 10px !important;
}

.r-margin-m{
	margin-right: 10px !important;
}

.t-margin{
	margin-top: 15px !important;
}

.b-margin{
	margin-bottom: 15px !important;
}

.l-margin{
	margin-left: 15px !important;
}

.r-margin{
	margin-right: 15px !important;
}

.d-block{
	display: block !important;
}

.d-inline{
	display: inline !important;
}

.d-inline-block{
	display: inline-block !important;
}

.d-vm{
	vertical-align: middle !important;
}

.d-vt{
	vertical-align: top !important;
}

.no-border{
	border: 0 !important;
}

.no-shdow{
	box-shadow: none !important;
}

.d-none{
	display: none !important;
}

.d-table{
	display: table !important;
}

.d-table-cell{
	display: table-cell !important;
}

.d-nofloat{
	float: none !important;
}

.d-lfloat{
	float: left !important;
}

.d-rfloat{
	float: right !important;
}

.textover-hidde {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block !important;
	}	/*區塊文字超出時隱藏*/

.inline-father{
	font-size:0px;
	white-space:discard;
	display:inline-block;
	}	/*區塊垂直置中必加的父層屬性*/

.div-inline-block{
	display:inline-block;
	vertical-align:middle;
	float:none;
	zoom:1;
	font-size:16px;
	}	/*區塊垂直置中*/

@media screen and (max-width: 991px){
.d-none-xs{
	display: none !important;
}
	
.d-block-xs{
	display: block !important;
}

.d-inlineblock-xs{
	display: inline-block!important;
}

.d-table-cell-xs{
	display: table-cell !important;
}

.d-vm-xs{
	vertical-align: middle;
}

.d-vt-xs{
	vertical-align: top !important;
}
	
.textover-hidde {
	overflow: initial;
	white-space: initial;
	text-overflow: initial;
	display: block !important;
	}	/*手機版 區塊文字超出時不隱藏*/

.textover-hidde-xs {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block !important;
	}	/*區塊文字超出時隱藏*/

.div-inline-block{
	display:block;
	vertical-align:middle;
	float:none;
	}	/*手機時 區塊不需垂直置中*/
	
.div-inline-block-xs{
	display:inline-block;
	vertical-align:middle;
	float:none;
	zoom:1;
	}	/*區塊垂直置中*/
}

/*自定義寬高*/
[class*="widthpx"]{
	width: auto;
}

[class*="heightpx"]{
	height: 100%;
}

.widthpx50{
	max-width: 50px;
}

.widthpx75{
	max-width: 75px;
}

.widthpx100{
	max-width: 100px;
}

.widthpx125{
	max-width: 125px;
}

.widthpx150{
	max-width: 150px;
}

.heightpx50{
	max-height: 50px;
}

.heightpx100{
	max-height: 100px;
}
/*自己常用的共用樣式 結束*/
/*iframe*/
iframe{
	width: 100%;
	height: auto;
	border: none;
}
/*更改原生樣式*/
input[type="radio"]{
	appearance:checkbox;
	-moz-appearance:checkbox; /* Firefox */
	-webkit-appearance:checkbox; /* Safari and Chrome */
}

input,input[type="checkbox"],input[type="radio"],input[type="text"],select{
	margin: 0;
	margin-bottom: 2px;
	margin-top: 2px;
	font-weight: 400;
}

label{
	padding: 0;
	margin: 0;
	font-weight: 400;
}

textarea{
	min-height: 150px;
	width: 100%;
}

/*原BS3多層下拉選單*/
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 100%;
    left: -1px;
    margin-top: -1px;
}

@media(max-width:767px) {
.dropdown-submenu > a{
    border-bottom: 1px solid #e5e5e5;
}
    
.dropdown-submenu > .dropdown-menu.open{
    display: block;
}
}
    
@media(min-width:768px) {
.dropdown-submenu .dropdown-menu-left {
    right: auto;
    left: 100%;
    top: 0;
}

.dropdown-submenu .dropdown-menu-right {
    right: 100%;
    left: auto;
    top: 0;
}
}

/*原BS3下拉選單以及多層下拉選單 用hover就打開*/
@media(min-width:768px) {
    .dropdown:hover > .dropdown-menu,
    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }
}

/*原bs3選單變mega大選單*/
.menu-large {
    position: static !important;
}

.megamenu {
    padding: 20px 0px;
    width: 100%;
}

.megamenu > li > ul{
    padding: 0;
    margin: 0;
}

.megamenu > li > ul > li{
    list-style: none;
}

.megamenu > li > ul > li > a{
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    white-space: normal;
}

.megamenu > li ul > li > a:hover,
.megamenu > li ul > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

.megamenu.disabled>a,
.megamenu.disabled>a:hover,
.megamenu.disabled>a:focus {
    color: #999999;
}

.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed;
}

.mega .dropdown-header {
    font-size: 18px;
    font-weight: 700;
}

.megamenu .dropdown-menu{
    display: block;
	position: static;
	z-index: 1000;
	float: none;
	min-width:unset;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: none;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}
    
@media (max-width: 767px){
.megamenu {
    margin-left: 0;
    margin-right: 0;
}

.megamenu > li {
    margin-bottom: 30px;
}

.megamenu > li:last-child {
    margin-bottom: 0;
}

.megamenu.dropdown-header {
    padding: 3px 15px !important;

}

.mega .navbar-nav .open .dropdown-menu .dropdown-header {
    font-size: 16px;
    padding-left: 0;
}
    
.mega .open > .dropdown-menu{
	display: block;
}
}

/*bs3的well*/
.well{
	border-radius: 10px;
    padding: 15px;
}

.well-g{
	background: #aaa;
	color:#fff;
}

.well-b{
	background: #333;
	color:#ccc;
}

.well-w{
	background: #fff;
	color:#333;
}

.well-r{
	background: #DF2528;
	color:#fff;
}

.well-o{
	background: #ff9d39;
	color:#fff;
}

.well-nob{
    padding-bottom: 0;
}

/*bs3沒補到的btn按鈕設定*/
.btn-toolbar{
	color: #333;
	background-color: #f0f0f0;
	border-color: #f0f0f0;
}


/*按鈕*/
.btn {
	border-radius: 10px;
	display: inline-block;
	padding: 10px;
	cursor: pointer;
	margin-bottom: 2px;
	margin-top: 2px;
}

.btn1-success {
	color: #fff;
	background-color: #ED7700;
	border-color: #ED7700;
}

.btn1-gray{
	background: #e5e5e5;
	color:#999999;
	border:1px solid #e5e5e5;
}

.btn1-gray:hover{
	background: #d2d2d2;
	border:1px solid #d2d2d2;
}

.btn1-text{
    cursor: text;
    background: #e9e9ed !important;
}

/*IE瀏覽升級提醒*/
/*針對IE9*/
.full-all{
	position:fixed;
	top:0;
	left:0;
	right: 0;
	bottom: 0;
	z-index:1000000;
	width:100% ;
	height:100%;
	text-align:center;
	padding:0;
	margin:0;
	background:white;
	display:table;
	}

.noie9{
	color: #666;
	font-weight: 400;
	display: table-cell;
	vertical-align: middle;
	font-size: 20px;
	letter-spacing: 1px;
	padding:20px;
	text-align: center;
	width:70%;
	height:100%;
	margin:0 auto;
}

.noie9 .ielog{
	width: 210px;
	height: auto;
}

.noie9 p,
.noie9 p.well{
	background: #eaeaea;
	width: 40%;
	display: block;
	padding: 10px;
	margin: 0 auto;
}

.noie9 p{
	background: transparent;
}

.noie9 hr{
	width: 55%;
	margin: 25px auto;
}

.noie9 .dot{
	color:#354c6e;
	font-size: 80px;
	line-height: 20px;
	display: inline-block;
}

.noie9 .dot1{
	color:#354c6e;
}

.noie9 .dot2{
	color:#f19334;
}

.noie9 .dot3{
	color:#f13447;
}

.noie9 .gohome{
	border:1px solid #dfdfdf;
	border-radius: 100px;
	padding: 15px 10px;
	display: block;
	width: 250px;
	margin: 10px auto 0;
	color: #666;
	text-decoration: none;
	transition: all 0.8s;
}

.noie9 .gohome:hover{
	border:1px solid #eaeaea;
	background: #eaeaea;
	color:#000;

}

@media(max-width:767px){
.noie9 .ielog{
	width: 180px;
}

.noie9 p,
.noie9 p.well{
	width: 80%;
}

.noie9 hr{
	width: 80%;
}
}
.wow{
    visibility: hidden;
}
/*上面設定為一些特殊狀況設定，可再自行修改*/
/*從這裡為客製 網頁自定義樣式*/

/*每頁共用區*/
/*----------------------------------------------*/
/*每頁共用回頂部按鈕*/
.scroll-top {
	z-index: 1049;
	position: fixed;
	right: 2%;
	bottom: 15%;
	width: 50px;
	height: 50px;
	transition: all 0.8s;
}
.scroll-top .btn {
	width: 100%;
	font-size: 16px;
	color: #0f143a;
	background-color: #ff1dff;
	opacity: 1;
	border-radius:40px;
	white-space: normal;
	padding: 11px 0;
}
.scroll-top a{
	color: #fff;
}
.page-scroll{
	display: block;
	opacity: 1;
	transition: all 0.2s;
}
/*主選單*/
.topnav{
	padding: 0 1.5% 0 0%;
}
nav.navbar{
    background: rgba(0, 0, 0, 0.5);
    padding-right: 2em;
    position: relative;
    padding-top: .5em;
    padding-bottom: .5em;
}
@media(max-width:767px){
nav.navbar{
	padding-right: 0;
}
}
nav.navbar .navbar-nav > li > a {
	margin: 0 0 0 10px;
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
}
nav.navbar .navbar-nav > li > a:hover {
    color: #ff47ff;
}
/*logo*/
.navbar-brand {
    position: absolute;
    top: 15px;
	padding: 0;
}
/*footer*/
/*版權宣告*/
footer{
    /*padding: 15px 15px;*/
    text-align: center;
    font-size: 14px;
	padding: 0;
}
.footer1{
	margin-top: 5em;
    background: #b30096;
}
.footer1 p{
    color:#fef3ff;
	margin: 0;
	line-height: 20px;
	padding: 1em 0;
}
.footer1 a{
    color:#ffae00;
}
.footer2{
    background: #555;
	text-align: left;
	padding: 0;
}
.footer2 p{
	font-size: 13px;
    color:#fff;
	margin: 1em;
	line-height: 20px;
}
.footer2 .copyright{
	background-color: #002626;
}
.footer2 a {
	color:#ffe029;
}
.footer2 .information{
	background-color: #002a52;
}

/*header*/
.header{
    height: 82vh;
	position: relative;
}
@media screen and (min-width: 1000px) and (max-width: 1300px){
	.header{
		height: 70vh;
	}
}
@media screen and (min-width: 901px) and (max-width: 999px){
	.header{
		height: 45vh;
	}
}
@media screen and (min-width: 767px) and (max-width: 900px){
	.header{
		height: 40vh;
	}
}
@media screen and (min-width: 510px) and (max-width: 766px){
	.header{
		height: 37vh;
	}
}
@media screen and (min-width: 510px) and (max-width: 599px){
	.header {
        height: 25vh;
    }
}
@media screen and (min-width: 400px) and (max-width: 509px){
	.header {
        height: 25vh;
    }
}
@media screen and (min-width: 320px) and (max-width: 399px){
	.header{
		height: 21vh;
	}
}
.banner1,.banner2,.banner3,.balloon{
    position: absolute;
    z-index: 3;
}

.banner1{
	left: 13%;
    width: 70%;
	max-width: 1400px;
	z-index: 99;
}
.banner2{
	right: 29%;
    width: 17%;
	max-width: 310px;
	z-index: 999;
}
@media screen and (min-width: 1301px) and (max-width: 1400px){
	.banner1{
		width: 60%;
		left: 20%;
	}
}
@media screen and (min-width: 1000px) and (max-width: 1300px){
	.banner1{
		width: 60%;
		left: 20%;
	}
}
@media screen and (min-width: 901px) and (max-width: 999px){
	.banner1{
		width: 60%;
		left: 20%;
	}
}
@media screen and (min-width: 768px) and (max-width: 900px){
	.banner1{
		width: 60%;
		left: 20%;
	}
}
@media screen and (min-width: 510px) and (max-width: 767px){
	.banner1{
		width: 60%;
		left: 20%;
	}
}
@media screen and (min-width: 400px) and (max-width: 509px){
	.banner1 {
		width: 74%;
        left: 13%;
        top: 1.5%;
    }
	
.banner2{
	right: 24%;
    width: 18%;
	}
}
@media screen and (min-width: 320px) and (max-width: 399px){
	.banner1{
		width: 80%;
        left: 8%;
        top: 1.3%;
	}
}
/*
.banner2{
	right: 25%;
    top: 3%;
	animation: scale-up-bl 4s ;
	animation-iteration-count: infinite; /*播放次數為無限次*/
	/*animation-play-state：running;播放*/
	/*animation-delay: 4s;動畫延遲*/
/*}
@-webkit-keyframes scale-up-bl {
	0% {
	  -webkit-transform: scale(0.5);
			  transform: scale(0.5);
	  -webkit-transform-origin: 0% 100%;
			  transform-origin: 0% 100%;
	}
	100% {
	  -webkit-transform: scale(1);
			  transform: scale(1);
	  -webkit-transform-origin: 0% 100%;
			  transform-origin: 0% 100%;
	}
  }
  @keyframes scale-up-bl {
	0% {
	  -webkit-transform: scale(0.5);
			  transform: scale(0.5);
	  -webkit-transform-origin: 0% 100%;
			  transform-origin: 0% 100%;
	}
	100% {
	  -webkit-transform: scale(1);
			  transform: scale(1);
	  -webkit-transform-origin: 0% 100%;
			  transform-origin: 0% 100%;
	}
  }
  @media screen and (min-width: 1679px) and (max-width: 1769px){
	.banner2{
		right: 18%;
	}
}
  @media screen and (min-width: 1580px) and (max-width: 1675px){
	.banner2{
		right: 19%;
	}
}
  @media screen and (min-width: 1125px) and (max-width: 1330px){
	.banner2{
		right: 13%;
		top: 2%;
	}
}
@media screen and (min-width: 901px) and (max-width: 1124px){
	.banner2{
		width: 20%;
        right: 17%;
        top: 2.5%;
	}
}
@media screen and (min-width: 768px) and (max-width: 900px){
	.banner2{
		right: 9%;
    	top: 1.5%;
   		width: 30%;
	}
}
@media screen and (min-width: 510px) and (max-width: 767px){
	.banner2 {
		width: 35%;
		right: 5%;
		top: 1.5%;
	}
}
@media screen and (min-width: 400px) and (max-width: 509px){
	.banner2 {
        width: 30%;
        right: 6%;
        top: 1.8%;
    }
}
@media screen and (min-width: 320px) and (max-width: 399px){
	.banner2 {
		width: 33%;
        right: 7%;
        top: 1%;
	}
}*/
/*各頁客製設定開始*/
/*----------------------------------------------*/
/*各頁客製設定開始*/

/*內容區*/
@media screen and (min-width: 320px) and (max-width: 767px){
	.wrapper2{
		padding: 0;
	}
}
/*送筆電*/
.summary{
	display: flex;
	justify-content: center;
}
@media screen and (min-width: 901px) and (max-width: 999px){
	.row.summary{
		margin-right: 0px;
	}
}
@media screen and (min-width: 766px) and (max-width: 900px){
	.row.summary{
		margin-right: 0px;
	}
}
@media screen and (min-width: 400px) and (max-width: 599px){
	.summary{
		display: flex;
		justify-content: center;
	}
}
@media screen and (min-width: 320px) and (max-width: 399px){
	.row.summary{
		margin-right: 0px;
	}
}
.icon{
	padding-top: 1.75em;
    margin-right: 20px;
}
.title{
	color: #fcee21;
	font-weight: 900;
	padding-top: 10px;
}
.title-mark{
	font-size: 24px;
}
@media screen and (min-width: 768px) and (max-width: 900px){
	.title-mark{
		font-size: 32px;
	}
}
@media screen and (min-width: 320px) and (max-width: 399px){
	.title-mark{
		font-size: 20px;
	}
}
.title-mark2{
	font-size: 48px;
}
@media screen and (min-width: 320px) and (max-width: 399px){
	.title-mark2{
		font-size: 32px;
	}
}
.tips{
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 20px;
}
@media screen and (min-width: 768px) and (max-width: 900px){
	.tips{
		font-size: 18px;
	}
}
@media screen and (min-width: 510px) and (max-width: 767px){
	.tips{
		font-size: 14px;
	}
}
@media screen and (min-width: 320px) and (max-width: 509px){
	.tips{
		font-size: 15px;
	}
}
.platform{
	width: 80%;
	border: 3px solid #00ffff;
	border-radius: 10px;
	background-color: #002626;
	padding: 1em;
	margin-bottom: 5em;
}
@media screen and (min-width: 901 px) and (max-width: 999px){
	.platform{
		width: 100%;
	}
}

@media screen and (min-width: 600px) and (max-width: 900px){
	.platform{
		margin-bottom: 2em;
	}
}
@media screen and (min-width: 400px) and (max-width: 599px){
	.platform{
		width: 100%;
		margin-bottom: 1em;
	}
}
@media screen and (min-width: 320px) and (max-width: 399px) {
	.platform {
        width: 90%;
		margin-bottom: 1em;
    }
}

.platform-txt{
	color: #ffffff;
	font-size: 36px;
	font-weight: 900;
	text-align: center;
	position: relative;
	z-index: 10;
}
@media screen and (min-width: 901px) and (max-width: 999px){
	.platform-txt {
		text-align: left;
		padding-left: 18px;
	}
}
@media screen and (min-width: 767px) and (max-width: 900px) {
	.platform-txt{
		left: 0;
        font-size: 31px;
        text-align: left;
        padding-left: 2em;
	}
}
@media screen and (min-width: 591px) and (max-width: 766px){
	.platform-txt {
        text-align: left;
        left: 0;
    }
}
@media screen and (min-width: 510px) and (max-width: 590px){
	.platform-txt{
        font-size: 25px;
		padding-right: 1.5em;
	}
}
@media screen and (min-width: 400px) and (max-width: 509px){
	.platform-txt {
        text-align:left;
		font-size: 27px;
		left: 0;
    }
}
@media screen and (min-width: 320px) and (max-width: 399px){
	.platform-txt {
        margin-left: 0em;
		font-size: 23px;
		text-align: left;
    }
}
.nb{
	position: absolute;
	z-index: 2;
	top: 3.5em;
	right: 0em;
}
.nb img{
	width: 100%;
}
@media screen and (min-width: 1000px) and (max-width: 1200px){
	.nb {
		width: 39%;
		top: 6.5em;
		right: 0em;
	}
.nb img{
	width: 100%;
	}
}
@media screen and (min-width: 901px) and (max-width: 999px){
	.nb{
		width: 39%;
		right: -1em;
		top: 32%;
	}
	.nb img{
		width: 100%;
		}
}
@media screen and (min-width: 768px) and (max-width: 900px){
	.nb{
		width: 44%;
        top: 5.5em;
        right: 0em;
	}
	.nb img{
		width: 100%;
	}
}
@media screen and (min-width: 510px) and (max-width: 767px){
	.nb{
		width: 34%;
        position: absolute;
        top: 9em;
        right: 0em;
	}
	.nb img{
        width: 100%;        
	}
}
@media screen and (min-width: 400px) and (max-width: 509px){
	.nb{
		position: absolute;
        top: 18em;
        right: 0em;
        width: 49%;
	}
	.nb img{		
        width: 100%;
    
	}
}
@media screen and (min-width: 320px) and (max-width: 399px){
	.nb{
		width: 56%;
        top: 15em;
		right: 0em;
	}
	.nb img{
		width: 100%;
	}
}
/*送哀鳳*/
.summary2{
	display: flex;
	justify-content: center;
}
@media screen and (min-width: 901px) and (max-width: 999px){
	.row.summary2{
		margin-left: 0px;
	}
}
@media screen and (min-width: 768px) and (max-width: 900px){
	.row.summary2{
		margin-left: 0px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px){
	.row.summary2{
		margin-left: 0px;
	}
}
.main{
	position: relative;
	text-align: center;
	margin-top: 5em;
}
@media screen and (min-width: 510px) and (max-width: 767px){
	.main{
		margin-top: 2em;
	}
}
@media screen and (min-width: 400px) and (max-width: 509px){
	.main {
        margin-top: 2em;
    }
}
@media screen and (min-width: 320px) and (max-width: 399px){
	.main{
		margin-top: 1em;
	}
}
.phone{
	position: absolute;
	z-index: 2;
	top: 1em;
	left: 4em;
}
.phone img{
	width: 100%;
}
@media screen and (min-width: 901px) and (max-width: 999px){
	.phone{
		position: absolute;
        width: 26%;
        left: 0em;
        top: 96px;
	}
	.phone img{
		width: 100%;
	}
}
@media screen and (min-width: 768px) and (max-width: 900px){
	.phone {
		top: 4.5em;
		width: 30%;
        left: -1.5em;
	}
	.phone img{
		width:100%;
	}
}
@media screen and (min-width: 510px) and (max-width: 767px){
	.phone {
		width: 24%;
        top: 5.5em;
        left: 0em;
	}
	.phone img{
		width:100%;
	}
}
@media screen and (min-width: 400px) and (max-width: 509px){
	.phone {
        width: 37%;
        top: 5.3em;
        left: -2em;
    }
	.phone img {
        width: 100%;
    }
}
@media screen and (min-width: 320px) and (max-width: 399px){
	.phone {
		top: 8px;
		left: -6em;
	}
	.phone img{
		width: 42%;
	}
}
.icon2{
	padding-top: 1.75em;
	margin-left: 1em;
}
@media screen and (min-width: 320px) and (max-width: 767px){
	.icon2{
		display: none;
	}
}
.title2{
	color: #fcee21;
	font-weight: 900;
	padding-top: 10px;
	margin-left: 13em;
}
@media screen and (min-width: 320px) and (max-width: 768px){
	.title2{
		margin-left: 4em;
	}
}
.platform2{
	width: 100%;
	border: 3px solid #00ffff;
	border-radius: 10px;
	background-color: #002626;
	padding: 1em;
}
@media screen and (min-width: 901px) and (max-width: 999px){
	.platform2{
		width: 100%;
	}
}
@media screen and (min-width: 320px) and (max-width: 900px){
	.platform2{
		width: 100%;
	}
}
.platform-txt2{
	color: #ffffff;
	font-size: 36px;
	font-weight: 900;
	/*position: relative;
	right: -2.5em;*/
}
@media screen and (min-width: 1000px) and (max-width: 1199px){
	.platform-txt2{
		padding-left: 4em;
	}
}
@media screen and (min-width: 766px) and (max-width: 999px){
	.platform-txt2{
		right: 0;
        padding-left: 6em;
        text-align: left;
	}
}
@media screen and (min-width: 591px) and (max-width: 767px){
	.platform-txt2{
		right: 0;
        padding-left: 4em;
        text-align: left;
	}
}
@media screen and (min-width: 510px) and (max-width: 590px){
	.platform-txt2 {
        font-size: 27px;
		line-height: 33px;
		text-align: left;
        padding-left: 2.3em;
    }
}
@media screen and (min-width: 400px) and (max-width: 509px){
	.platform-txt2 {
        right: 0;
        padding-left: 1.7em;
        text-align: right;
		font-size: 28px;
    }
}
@media screen and (min-width: 320px) and (max-width: 399px){
	.platform-txt2{
		right: 0;
		font-size: 23px;
	}
}
/*全聯*/
.main2{
	text-align: center;
	margin: 2em auto 0 auto;
}
.title3{
	color: #fcee21;
	font-weight: 900;
	padding-top: 10px;
}
.platform3{
	width: 100%;
	border: 3px solid #00ffff;
	border-radius: 10px;
	background-color: #002626;
	padding: 1em;
	margin: 1em auto 0 auto;
}
@media screen and (min-width: 901px) and (max-width: 999px){
	.platform3{
		width: 100%;
		padding: 1em 0.3em;
	}
}
@media screen and (min-width: 510px) and (max-width: 766px){
	.platform3{
		width: 90%;
	}
}
@media screen and (min-width: 400px) and (max-width: 509px){
	.platform3{
		width: 90%;
	}
}
@media screen and (min-width: 320px) and (max-width: 399px){
	.platform3{
		width: 100%;
	}
}
.icon3{
	width: 15%;
    float: left;
    position: absolute;
    bottom: 17px;
}
.icon3 img{
	width: 100%;
}
@media screen and (min-width: 510px) and (max-width: 766px){
	.icon3 {
		position: absolute;
        bottom: 0em;
	}
	.icon3 img{
		width: 100%;
	}
}
@media screen and (min-width: 400px) and (max-width: 509px){
	.icon3 {
		width: 15%;
	}
}
@media screen and (min-width: 320px) and (max-width: 399px){
	.icon3 {
		position: absolute;
        bottom: 23px;
        left: 26px;
	}
	.icon3 img{
		width: 100%;
	}
}
.platform-txt3{
	color: #ffffff;
	font-size: 22px;
	position: relative;
	z-index: 10;
}
@media screen and (min-width: 768px) and (max-width: 800px){
	.platform-txt3{
		padding-left: 30px;
	}
}
.tips2{
	color: #fff;
	font-size: 36px;
	font-weight: 900;
	line-height: 50px;
	text-shadow: #000 3px 3px 1px;
}
@media screen and (min-width: 600px) and (max-width: 900px){
	.tips2{
		font-size: 28px;
	}
}
@media screen and (min-width: 400px) and (max-width: 599px){
	.tips2{
		font-size: 24px;
		line-height: 1.5em;
	}
}
@media screen and (min-width: 320px) and (max-width: 399px){
	.tips2{
		font-size: 24px;
		line-height: 30px;
		margin-top: 30px;
	}
}
/*活動對象*/
.platform4{
	width: 80%;
	border: 4px solid #ff1dff;
	border-radius: 10px;
	background-color: #002626;
	padding: 2.5em 1em;
	margin: 0 auto;
	text-align: center;
	/*position: relative;*/
}
@media screen and (min-width: 400px) and (max-width: 599px){
	.platform4 {
		width: 100%;
		margin: 6em auto 0 auto;
		padding: 1.5em 1em;
	}
}
@media screen and (min-width: 320px) and (max-width: 399px){
	.platform4{
		width: 100%;
		padding: 0 20px;
		margin: 4em auto 0 auto;
	}
}
.tips3{
	color: #f69df9;
	font-size: 22px;
}
@media screen and (min-width: 320px) and (max-width: 399px){
	.tips3 {
		color: #f69df9;
		font-size: 18px;
		line-height: 60px;
	}
}
.icon4{
	position: absolute;
    width: 4%;
    top: 104px;
    left: 104px;
}
.icon4 img{
	width: 100%;
}
@media screen and (min-width: 1000px) and (max-width: 1199px){
	.icon4{
		left: 5em;
	}
}
@media screen and (min-width: 901px) and (max-width: 999px){
	.icon4{
		left: 2em;
	}
}
@media screen and (min-width: 768px) and (max-width: 900px){
	.icon4{
		display: none;
	}
}
@media screen and (min-width: 600px) and (max-width: 767px){
	
}
@media screen and (min-width: 400px) and (max-width: 599px){
	.icon4{
		display: none;
	}
	.icon4 img{
		width: 80%;
	}
}
@media screen and (min-width: 320px) and (max-width: 399px){
	.icon4{
		display: none;
	}
}
.icon5{
	width: 25%;
    position: relative;
    top: 2.3em;
    margin: 0 auto;
}
.icon5 img{
	width: 100%;
	top: 2em;
}
@media screen and (min-width: 1000px) and (max-width: 1199px){
	.icon5{
		left: 0;
	}
}
@media screen and (min-width: 901px) and (max-width: 999px){
	.icon5{
		left: 155px;
	}
}
@media screen and (min-width: 768px) and (max-width: 900px){
	.icon5{
		margin: 0 auto;
		width: 42%;
	}
}
@media screen and (min-width: 600px) and (max-width: 767px){
}
@media screen and (min-width: 400px) and (max-width: 599px){
	.icon5 {
		width: 61%;
		top: 7em;
	}
}
@media screen and (min-width: 320px) and (max-width: 399px){
	.icon5{
		width: 69% ;
		position: inherit;
        top: 90px;
	}
}
/*常見問題*/
h3{
	font-size: 36px;
	color: #fcee21;
	font-weight: 900;
	text-align: center;
	margin-top: 3em;
}
@media screen and (min-width: 600px) and (max-width: 900px){
	h3 {
		margin-top: 2em;
	}
}
@media screen and (min-width: 509px) and (max-width: 601px){
	h3 {
		margin-top: 2em;
	}

}
@media screen and (min-width: 320px) and (max-width: 399px){
	h3{
		font-size: 36 px;
		margin-top: 2em;
	}
}
.icon6{
	text-align: center;
	margin: 2em auto 1em auto;
}
table{
	color: #fff;
	font-weight: 300;
}
tr{
	display: block;
	margin-top: 1em;
}
td{
    font-size: 18px;
    color: #ffffff;
	align-content: flex-start;
}
.tips4{
	font-size:20px;
    color: #c0c0c0;
	margin-bottom: 20px;
}
.icon7{}
.icon7 img{
	width: 7%;
}
@media screen and (min-width: 400px) and (max-width: 509px){
	.icon7 img{
		width: 19%;
	}
}
@media screen and (min-width: 320px) and (max-width: 399px){
	.icon7 img{
		width: 15%;
	}
}
/*QRCode*/
.info{
	margin-top: 5em;
}
.QRcode img{
	width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 900px) {
	.QRcode{
		text-align: center;
	}
}
@media screen and (min-width: 400px) and (max-width: 599px){
	.QRcode{
		text-align: center;
	}
}
.download_txt{
	text-align: left;
}
.download_tips1{
	color: #fff;
    font-size: 30px;
    font-weight: 900;
    line-height: 50px;
    margin-top: 1em;
}
@media screen and (min-width: 768px) and (max-width: 900px) {
	.download_tips1{
		text-align: center;
	}
}
.download_tips2{
	color: #fcee21;
    font-size: 36px;
    font-weight: 900;
    line-height: 50px;
}
@media screen and (min-width: 768px) and (max-width: 900px) {
	.download_tips2{
		text-align: center;
	}
}
@media screen and (min-width: 400px) and (max-width: 599px){
	.download_tips2{
		font-size: 30px;
		text-align: center;
	}
}
.download_tips3{
	color: #fff;
    font-size: 28px;
    line-height: 50px;
}

