@charset "utf-8";
/* [lang="en"] .search_game, [lang="en"] .index_chart_2 {
    display: none !important;
} */


/*通用*/
body {
	margin:0; 
	padding:0; 
	line-height:190%;  
	color:#333;
	font-family:"微軟正黑體",open-sans, Arial, sans-serif !important;
	font-size:1em;
}
h1 {
    font-size: 2.6em;
    line-height: none;
    margin: 0;
}
h2 {
    line-height: 150%;
	margin: 0;
	color: #176c92;
    font-weight: bold;
    font-size: 1.25em;
    margin: 0 0 25px 0;
}
h3 {
	font-size: 1.6em;
    line-height: 150%;
	font-weight:bold;
	margin-bottom:15px;
    color: #333;
	float:left;
	width:100%;
	text-transform:inherit;
}
h4{
	font-weight:bold;
	color:#176c92;
}
h5{
	font-size:1.1em;
	color: #C45519;
}
h6{
	color: #618118;
}
.title_01{
	font-size:1.2em;
	font-weight:bold;
	line-height:170%;
}
.title_02{
	font-weight:bold;
	line-height:170%;
}
a{
	text-decoration:none !important;
	color:#333;
}
a:hover, a:focus{
	color:#176c92;
}
p {
    margin: 0;
	color:#333;
}
li{
	line-height:190%;
}
label{
	font-weight:400;
}
hr{
	float:left;
	width:100%;
}
*{
	padding:0;
	margin:0;
}
img{
	max-width:100%; 
	height:auto;
}
.container {
    padding-right: 20px;
    padding-left: 20px;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 0px;
    padding-left: 0px;
}
.btn_01{
	padding:7px 25px 8px 25px !important;
	background:#176c92;
	color:#fff;
	cursor:pointer;
	margin:5px;
	border:0;
	border-radius:30px;
	line-height:130%;
	height: 34px;
	white-space:nowrap;
}
.btn_01:hover ,.btn_01:focus{
	background:#333;
	color:#fff;
}
button.btn_01{
	font-size:1em;
}
.btn_02{
	padding:7px 25px 8px 25px !important;
	background:#666;
	color:#fff;
	cursor:pointer;
	margin:5px;
	border:0;
	border-radius:30px;
	line-height:130%;
	height: 34px;
	white-space:nowrap;
}
.btn_02:hover ,.btn_02:focus{
	background:#333;
	color:#fff;
}
.btn_03{
	padding:7px 25px 8px 25px !important;
	background:#618118;
	color:#fff;
	cursor:pointer;
	margin:5px;
	border:0;
	border-radius:30px;
	line-height:130%;
	height: 34px;
	white-space:nowrap;
}
.btn_03:hover ,.btn_03:focus{
	background:#415a08;
	color:#fff;
}
.btn_04{
	padding:6px 15px 8px 15px !important;
	background-color: #fff;
	color:#333;
	cursor:pointer;
	margin:5px;
	border:0;
	border-radius:4px;
	line-height:130%;
	height: 34px;
	white-space:nowrap;
	border:solid #ccc 1px;
}
.btn_04:hover ,.btn_04:focus{
	background:#176c92;
	color:#fff;
}
.btn_04.active{
	background:#555;
	color:#fff;
}
.btn_05{
	padding:6px 15px 8px 15px !important;
	background-color: #bc5705;
	color:#fff;
	cursor:pointer;
	margin:5px;
	border:0;
	border-radius:4px;
	line-height:130%;
	height: 34px;
	white-space:nowrap;
}
.btn_05:hover ,.btn_05:focus{
	background-color: #9f4c08;
}
.btn_06{
	background: #e8f0f3;
    color: #333;
    padding: 3px 20px;
    border-radius: 30px;
    float: left;
}
.btn_06:hover ,.btn_06:focus{
	background-color: #333;
	color:#fff;
}
.btn_delete{
	padding:6px 15px 8px 15px !important;
	background-color: #c00;
	color:#fff;
	cursor:pointer;
	margin:5px;
	border:0;
	border-radius:4px;
	line-height:130%;
	height: 34px;
	white-space:nowrap;
}
.btn_delete:hover ,.btn_delete:focus{
	background-color: #900;
}
.btn_box .btn_delete{
	padding:7px 25px 8px 25px !important;
	border-radius:30px;
}
.red{
	color:#c00;
}
.gray{
	color:#999;
}
.bg-white {
    background: #fff!important;
}
.display_none{
	display:none;
}
.display_inline {
    display: inline-block !important;
}
.float_left{
	float:left;
}
.float_right{
	float:right;
}
.big_font{
	font-size:1.2em;
}
.small_font{
	font-size:0.9em;
}
.scroll-to-top:hover{
	background:#176c92 !important;
}
.scroll-to-top i{
	color:#fff !important;
}
.top_line {
    border-top: solid #efefef 1px;
}
.text_center{
	text-align:center;
}
.text_right{
	text-align:right;
}
.text_left{
	text-align:left;
}
marquee{
	font-size:1.2em;
}
.w-auto{
	width:auto;
}
.w-100{
	width:100%;
}
.input-large {
    width: 320px!important;
}
.input-medium {
    width: 240px!important;
}
.input-small {
    width: 145px!important;
}
.input-xsmall {
    width: 80px!important;
}
.nomargin{
	margin:0px;
}
.nomargintop{
	margin-top:0px;
}
.nomarginbottom{
	margin-bottom:0px;
}
.nomarginleft{
	margin-left:0px;
}
.nomarginright{
	margin-right:0px;
}
.nopaddingtop{
	padding-top:0px;
}
.nopaddingbottom{
	padding-bottom:0px;
}
.nopaddingleft{
	padding-left:0px;
}
.nopaddingright{
	padding-right:0px;
}
.img_padding{
	padding:10px;
}
.price{
	font-family:Tahoma;
	font-weight:bold;
	color:#c00;
	font-size:1.2em;
}
.con_font{
	float:left;
	width:100%;
}
.pt-1{
    padding-top: .25rem!important;
}
.pt-2{
    padding-top: .5rem!important;
}
.pt-3{
    padding-top: .75rem!important;
}
.btn_box{
	float:left;
	width:100%;
	margin:20px 0;
}
.btn_box a.btn_02 ,.btn_box a.btn_01{
	display:inline-block;
}
.btn_box label{
	line-height: 150%;
	margin:0 10px;
	font-weight:400;
}
a.text_line{
	color: #176c92!important;
}
a.text_line:hover{
	text-decoration: underline!important;
}
.text_break{
	word-break: break-all;
}
.font_nowrap {
	white-space: nowrap;
}


/*for無障礙*/
.accesskey{
	text-decoration:none;
}
.accesskey:focus {
	outline:2px solid #00b0f0;
	text-decoration:none;
}
a:focus {
	outline:2px solid #00b0f0 !important;
	text-decoration:none;
}
a.sr-only {
    color: #fff;
    background: #000;
    float: left;
	padding:0 10px;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
    position: absolute!important;
	z-index:99;
}
input.form-control:focus ,textarea.form-control:focus ,input[type="text"]:focus,input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus, textarea:focus ,select:focus{
    background-color:#ffbf47 !important;
	color:#000 !important;
	outline:2px solid #00b0f0!important;
}
input[type=submit]:focus ,.owl-theme .owl-nav [class*=owl-]:focus{
	outline:2px solid #00b0f0!important;
}
button:focus{
	outline:2px solid #00b0f0;
}
:focus {
    outline: 2px solid #00b0f0 !important;
    text-decoration: none;
}


/*date*/
.item_date .day{
	text-align:center;
	color:#176c92;
	font-size:1.75em;
	font-family: 'Anton', sans-serif;
}
.item_date .month{
	text-align:center;
	color:#176c92;
	font-size:0.625em;
}
.item_date .year{
	text-align:center;
	color:#176c92;
	font-size:0.625em;
	font-weight:bold;
	margin-top:-3px;
	line-height: 150%;
}
.item_class{
	font-size:0.9em;
	border-radius:20px;
	background:#fff;
	padding:5px 10px;
	line-height:150%;
}
a:hover .item_class{
	color:#333
}


/*header*/
#header {
    float: left;
    width: 100%;
	height:189px;
}
#header .header-top a{
	float:left;
	font-size:0.9em;
	height:37px;
}
#header .header-top a:hover ,#header .header-top a:focus{
	background:#176c92;
	color:#fff;
}
.header-top .float_right{
	height:37px;
}


/*top link*/
.top_link{
	display: inline-block;
}
.top_link a {
	color:#333;
	text-decoration:none;
}
.top_link a:hover {
	color:#333;
}
.top_link ul{
	list-style:none;
	text-align: right;
	margin-bottom:0;
}
.top_link ul li{
	display:inline-block;
}
.top_link ul li a{
	border-left:solid #fff 1px;
	padding: 3px 12px;
	margin-right: -3px;
	height: 37px;
}
.top_link ul li:last-child a{
	border-right:solid #fff 1px;
}


/*font size*/
.font_size{
	list-style:none;
	display: inline-block;
	vertical-align: top;
}
.font_size a{
	display:inline-block;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	line-height:200%;
	padding:4px 12px 6px 12px;
	height:37px;
	margin-right: -3px;
}
.font_size a:hover ,.font_size a:focus,.search_icon:hover,.search_icon_1:hover{
	background:#176c92;
	color:#fff;
}


/*font-size*/
.font_l{font-size:120%}
.font_m{font-size:100%}
.font_s{font-size:80%}



/*login*/
.header-top .login{
	display:inline-block;
	height:37px;
	vertical-align:top;
	overflow: hidden;
}
.header-top .login a{
	padding: 3px 12px;
	border-left:solid #fff 1px;
	border-right:solid #fff 1px;
}
.header-top .login i{
	padding:0 5px;
}
.header-top .login .fa-caret-down{
	display:none;
}
.login .dropdown-menu{
	right:20px;
	left:auto;
	margin-top:-1px;
}
.login .dropdown-menu i{
	padding:0 10px 0 0;
}
.login .dropdown-menu>li>a{
	width:100%;
	padding:10px 15px;
}
.login .dropdown-menu>li>a:hover ,.login .dropdown-menu>li>a:focus{
	background:#e8f0f3 !important;
	color:#333!important;
}
.login .dropdown-menu li:last-child a{
	border-radius:0 0 4px 4px;
}
.login .dropdown-menu .divider {
    margin: 0;
}


/*mobile login*/
.header-nav-login{
	background:#e8f0f3;
	padding:10px
}
.header-nav-login nav{
	border:solid #ccc 1px;
}
.header-nav-login li{
	float:left;
	width:100%;
	border-top:solid #eee 1px;
	background:#fff;
}
.header-nav-login li:first-child{
	border-top:none;
}
.header-nav-login li a{
	padding:8px 15px;
}
.header-nav-login .user_mobile{
	background:#555;
	color:#fff;
	float: left;
    width: 100%;
	padding:8px 15px;
}
.header-nav-login .divider{
	background-image:none;
	height:1px;
	background:#ccc;
	margin:0;
}
.nav-pills>li+li {
    margin-left: 0;
}
.header-nav-login li i{
	width:25px;
}


/*search_game*/
.search_game .item{
	padding:0 5px;
	display:inline-block;
	position:relative;
	margin-top: -40px;
}
.search_game .item:nth-child(1) {
    margin-right: -55px;
}
.search_game .item a{
	border-radius:50px;
	padding:15px 0 15px 60px;
	overflow:hidden;
	font-size:1.25em;
	font-weight:bold;
}
.search_game .item:before{
	background-repeat:no-repeat;
    display: inline-block;
    width: 75px; 
    height: 70px;
    content:"";
	top:30px;
	position:relative;
	left:55px;
}
.search_game .item:nth-child(1):before{
	background-image: url(../img/search_icon_01.png);
}
.search_game .item:nth-child(1) a{
	background:#fbefbb;
}
.search_game .item:nth-child(2):before{
	background-image: url(../img/search_icon_02.png);
}
.search_game .item:nth-child(2) a{
	background:#fae2cf;
}
.search_game .item a>span.title{
	z-index:2;
	margin-right: -40px;
	position:relative;
}
.search_game .item a:hover ,.search_game .item a:focus{
	color:#000;
}
.search_game .item i{
	font-size: 4.375em;
    color: rgba(255,255,255,.5);
	position: relative;
    top: 15px;
}


/*mobile search*/
.header-nav-search{
	background:#fff;
	text-align:center;
	border-top:solid #eee 1px;
	padding: 0 10px;	
}
.header-nav-search li{
	float:left;
	width:50%;
}
.header-nav-search li a{
	border-radius:30px;
	margin:6px 3px;
	padding:5px;
}
.header-nav-search li:nth-child(1) a{
	background:#fbefbb;
}
.header-nav-search li:nth-child(2) a{
	background:#fae2cf;
}
.header-nav-search li img{
	width:20px;
	padding-right:5px;
}


/*topmenu*/
#header .header-nav-main .nav {
    margin: 6px 0;
}
#header .header-nav-main nav > ul > li > a.dropdown-toggle:after{ /*隱藏下拉icon*/
	display:none;
}
#header .header-nav-main nav > ul > li > a{ /*隱藏下拉icon+主選單寬度*/
	padding-right: 15px;
	padding-left: 15px;
}
#header .header-nav-main nav ul li.dropdown.open >.dropdown-menu,
#header .header-nav-main nav > ul > li.dropdown:focus > .dropdown-menu{
    top: auto ;
    display: block;
    opacity: 1;
	transform: translate3d(0, 0, 0);
}
#header .header-nav-main-effect-1 nav > ul > li.dropdown.open > .dropdown-menu>li>a{
    transform: translate3d(0, 0, 0);
}
#header .header-nav-main nav ul li.dropdown.open  li.dropdown-submenu> .dropdown-menu.open{
    top: 0 !important;
    display: block !important;
    opacity: 1 !important;
	transform: translate3d(0, 0, 0) !important;
	background:#fff;
}
.nav .open>a {
    background-color: transparent;
}
.dropdown-backdrop{
	z-index:auto !important;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li{
	border-bottom: 1.2px dotted rgba(0,0,0,.1);
}


/*首頁主廣告圖*/
.index_banner{
	float:left;
	width:100%;
}
.tp-loader {
    display: none;
}
.index_banner a:focus .tp-caption, .index_banner a:focus .videoisplaying {
    border: 5px solid #00b0f0!important;
}


/*swiper*/
.swiper {
	float: left;
	width: 100%;
	/* padding: 0 45px; */
}
.swiper a {
	float: left;
	width: 100%;
}
.swiper [class^='swiper-button-']:after {
	background: rgba(0, 0, 0, 0.8);
	padding: 9px 13px;
	font-size: 1.1em;
	border-radius: 30px;
	color: #fff;
}
.swiper [class^='swiper-button-']:focus {
	outline: 2px solid #00b0f0 !important;
}
.swiper img {
	width: 100%;
}
.swiper-slide video {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}


/*首頁輪播語法*/
.defaultimg{
	position:relative;
}
.defaultimg div {
    position: absolute;
    top: 0px;
    left: 0;
	z-index:10;
    opacity: 0;
	/*透明度先0 設定總輪播一輪所需時間*/
    filter: alpha(opacity=0);
    -webkit-animation: round 10s linear infinite;
            animation: round 10s linear infinite;		
}
/*漸入漸出的輪播圖時間控制,需先將時間換算成百分比*/
@-webkit-keyframes round {
    20% {
        opacity: 1;
        filter: alpha(opacity=100);
        /* 0 - 2秒 淡入*/
    }
    50% {
        opacity: 1;
        filter: alpha(opacity=100);
        /* 2- 5秒靜止*/
    }
    70% {
        opacity: 0;
        filter: alpha(opacity=0);
        /* 5-7秒淡出*/
    }
}
@keyframes round {
    20% {
        opacity: 1;
        filter: alpha(opacity=100);
        /* 0 - 2秒 淡入*/
    }
    50% {
        opacity: 1;
        filter: alpha(opacity=100);
        /* 2- 5秒靜止*/
    }
    70% {
        opacity: 0;
        filter: alpha(opacity=0);
        /* 5-7秒淡出*/
    }
}
/*用選取器抓取div中的img並設定開始淡入淡出的時間*/
.defaultimg div:nth-child(1) {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
}

.defaultimg div:nth-child(2) {
    -webkit-animation-delay: 5s;
            animation-delay: 5s;
}
.defaultimg div img{width:100%; height:auto;}
/*首頁輪播語法*/



/*index_chart*/
.index_chart{
	float:left;
	width:100%;
	background-color:#e8f0f3;
	background-image:url(../img/index_chart_bg.png);
	background-repeat:repeat-x;
}
.index_chart .container{
	padding:20px 3% 20px 5%;
	display:table;
	position:relative;
}
.index_chart .container .con{
	display:table-row;
}
.index_chart .con_font{
	float:none;
	width:70%;
	line-height:150%;
	display:table-cell;
	vertical-align: middle;
}
.index_chart .btn{
	width:30%;
	display:table-cell;
	vertical-align: middle;
}
.index_chart .btn.active, .index_chart .btn:active {
    box-shadow: none;
}
.index_chart .btn_01{
	font-size:1.5em;
	font-weight:bold;
	/*letter-spacing:0.1em;*/
	padding:10px 25px!important;	
}


/*index_grade*/
.index_grade{
	float:left;
	width:100%;
}
.index_grade .container{
	padding:3% 3% 5% 3%;
}
.index_grade .con{
	width:60%;
	float:left;
	position: relative;
}
.index_grade h2{
	font-size:1.8em;
	color:#333;
	position: relative;
}
.index_grade h2:after{
	content:url(../img/icon_01.png);
	position:absolute;
	left:0;
	top:30px;
}
.index_grade .con_font{
	padding:20px 0 10px 0;
}
.index_grade .img{
	float:left;
	width:100%;
}
.index_grade .img img{
	width:19%;
	padding:20px;
}
.index_grade .btn_box{
	float:left;
	width:100%;
	margin:20px 0;
}
.index_grade .icon{
	position:absolute;
	right:-70%;
	bottom:-90px;
}


/*index_vr*/
.index_vr{
	float:left;
	width:100%;
	background:#ebf0e0;
}
.index_vr:before{
	background:#ebf0e0;
	content: "";
    display: block;
    width: 100%;
    height: 100px;
    transform: skewY(-2deg);
    position: relative;
	top:-50px;
    z-index: -1;
}
.index_vr .container{
	padding:0 3% 5% 3%;
}
.index_vr .con{
	width:100%;
	float:left;
	position: relative;
	padding-left:40%;
}
.index_vr .icon{
	position:absolute;
	left:0;
}
.index_vr h2{
	font-size:1.8em;
	color:#333;
	position: relative;
	width:100%
}
.index_vr h2:after{
	content:url(../img/icon_01.png);
	position:absolute;
	left:0;
	top:30px;
}
.index_vr .item_box{
	width:100%;
	float:left;
}
.index_vr .con_font{
	padding:20px 0 10px 0;
	width:75%;
	display:inline-block;
}
.index_vr .img{
	width:25%;
	display:inline-block;
	padding:20px 0 0 30px;
}
.index_vr .btn_box{
	float:left;
	width:100%;
	margin:20px 0;
}


/*index_chart_2*/
.index_chart_2{
	float:left;
	width:100%;
	padding:5% 0;
}


/*index_news*/
.index_news{
	float:left;
	width:100%;
	background:url(../img/worn_dots.jpg);
	min-height:700px;
}
.index_news .container{
	padding:7% 3% 5% 3%;
}
.index_news .con{
	width:60%;
	float:left;
	position: relative;
}
.index_news h2{
	font-size:1.8em;
	color:#333;
	position: relative;
}
.index_news h2:after{
	content:url(../img/icon_01.png);
	position:absolute;
	left:0;
	top:30px;
}
.index_news ul{
	padding:20px 0 10px 0;
	list-style:none;
	margin-bottom:0;
}
.index_news ul li a{
	float:left;
	width:100%;
	background:#e9f0f3;
	border-radius:10px;
	padding:10px;
	margin:10px 0;
}
.index_news ul li a:hover{
	background:#f1f1f1;
}
.index_news .item_date{
	display:inline-block;
	float:left;
	font-size:1.5em;
	padding:15px 15px 5px 15px;
	width: 75px;
}
.index_news .item_date .day{
	padding-bottom:5px;
}
.index_news ul li .item_box{
	display:inline-block;
	float:left;
	width: calc(100% - 80px);
	padding:10px 15px;
	border-left: solid #fff 1px;
}
.index_news .title{
	padding-top:10px;
	font-size:1.2em;
	line-height:150%;
}
.index_news .img{
	float:left;
	width:100%;
}
.index_news .img img{
	width:19%;
	padding:20px;
}
.index_news .btn_box{
	float:left;
	width:100%;
	margin:20px 0;
}
.index_news .icon{
	position:absolute;
	right:-70%;
}


/*index_link*/
.index_link{
	float:left;
	width:100%;
}
.index_link .container{
	padding:40px 70px;
}
.index_link .owl-carousel {
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.index_link .owl-carousel .item{
	padding:25px;
	float:left;
}
.index_link .owl-carousel .item a{
	float:left;
	width:100%;
}
.index_link .owl-carousel .item a:focus{
    outline: none!important;
}
.index_link .owl-carousel .item a:focus img{
    border: 2px solid #00b0f0 !important;
}
.index_link .owl-carousel img{
	border-radius:20px;
	box-shadow:10px 10px 0px 0px #e8f0f3;
}
.index_link .owl-carousel .owl-nav .owl-prev {
    left: -50px;
}
.index_link .owl-carousel .owl-nav .owl-next {
    right: -50px;
}


/*footer*/
footer{
	float:left;
	width:100%;
	background-color:#0e5575;
	background-image:url(../img/footer_top.jpg);
	background-repeat:repeat-x;
}
footer .container{
	color:#fff;
}
.footer_list{
	float:left;
	width:100%;
	list-style:none;
	background-image:url(../img/footer_icon_01.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	min-height:200px;
	border-bottom:solid rgba(255,255,255,0.3) 1px;
	font-size:0.9em;
}
.footer_list>.online{
	float:left;
	width:25%;
	padding:60px 0 0 0;
}
.footer_list>.menu{
	float:left;
	width:30%;
	padding:30px 1.5% 20px 1.5%;
}
.footer_list>.menu ul{
	list-style:none;
}
.footer_list>.menu ul li{
	float:left;
	padding:5px 10px 10px 0;
}
.footer_list>.menu ul li a{
	background:#e8f0f3;
	padding:5px 15px;
	border-radius:30px;
	color:#0e5575;
	word-break:break-all;
}
.footer_list>.menu ul li a:hover ,.footer_list>.menu ul li a:focus{
	background:#fbefbb;
	color:#333;
}
.footer_list>.contact{
	float:left;
	width:45%;
	padding-right: 210px;
}
.footer_list>.contact .title{
	color:#a5e389;
	font-size:1.4em;
	padding:55px 0 10px 0;
}
.footer_list>.contact ul{
	list-style:none;
	text-shadow: 0 1px 3px rgba(0,0,0,.8);
	padding-left:30px;
	margin-bottom:20px;
}
.footer_list>.contact ul li{
	text-indent:-30px;
	line-height:150%;
}
.footer_list>.contact ul li a{
	color:#fff;
}
.footer_list>.contact ul li a:hover{
	color:#fbefbb;
}
.footer_list>.contact i{
	width:25px;
	text-indent: 5px;
}


/*copyright*/
.copyright{
	float:left;
	width:100%;
	position:relative;
	font-size:0.8em;
	line-height:150%;
}
.copyright .logo{
	float:left;
	width:20%;
	margin-bottom:10px
}
.copyright .con{
	float:left;
	width:80%;
	padding: 10px 110px 20px 20px;
	line-height:150%;
}
.copyright .link{
	position:absolute;
	right:0;
	top:10px;
}
.copyright .link img{
	width:100px;
	margin-bottom:10px;
}


/*page_top*/
.page_top{
	border-bottom:solid #eee 1px;
	float: left;
    width: 100%;
	background:#fff;
	/*margin-top: 42px;*/
}
.page_top_left{
	font-size:0.85em;
}
.page_top_left ,.page_top_left a{
	color:#333;
	padding:8px 0;
	line-height: 150%;
}
.page_top_left a:hover{
	color:#176c92;
}
.page_top_left i{
	padding:0 5px;
}
/*.page_top_right{
	float:right;
	padding-top:3px;
}
.page_top_right img{
	width:27px;
}*/


/*page banner*/
.page_banner{
	height:164px;
	float: left;
    width: 100%;
	background-size:cover !important;
}
.page_banner .container{
	position: relative;
    height: 164px;
}
.page_banner h2{
	color:#176c92;
	font-size:1.75em;
	font-weight:bold;
	position:absolute;
	bottom:0;
	padding-right: 400px;
    line-height: 110%;
}
.page_banner h2:before{
	content:" ";
	background:url(../img/icon_01.png);
	background-repeat:no-repeat;
	position:absolute;
	left:5px;
	height:7px;
	width:55px;
	top:-20px;
}



/*page content*/
.page_content{
	float:left;
	width:100%;
}
.page_content .container{
	padding: 50px 30px;
	min-height:500px;
}
.table-toolbar{
	float: left;
    width: 100%;
	margin-bottom:10px;
	padding:5px 0 ;
}
.list_class{
	list-style:none;
	float:left;
	width:100%;
	margin-bottom:0
}
.list_class .title{
	float:left;
	padding:10px 10px 0 0;
	font-weight:bold;
}
.list_class li a{
	float:left;
	padding:5px 20px;
	border-radius:30px;
	white-space:nowrap;
	margin:5px 10px 5px 0;
	border:solid #ccc 1px;
}
.list_class li a:hover{
	background:#176c92;
	color:#fff;
}
.list_class li a.active{
	background:#555;
	color:#fff;
}
.img_padding {
    padding: 10px;
}


/*page_class*/
.page_class{
	float:left;
	width:100%;
	color:#618118;
	margin-bottom: 5px;
}
.page_class .date{
	display:inline-block;
	font-size:0.9em;
}
.page_class .item_class{
	display:inline-block;
}
.page_class .item_class:before{
	content:"|";
	padding-right:10px;
	color:#ccc;
}


/*edit_con*/
.edit_con{
	float:left;
	width:100%;
}
.edit_con ul, .edit_con ol{
	padding-left:30px;
}


/*news list*/
.news_list{
	padding:0 0 10px 0;
	list-style:none;
	margin-bottom:0;
	width:100%;
	float:left;
}
.news_list .item{
	display:table;
	width:100%;
	float:left;
	position:relative;
}
.news_list .item:after{
	content: "\f0a9";
    font-family: FontAwesome;
    font-size: 1.5em;
	color:#ababab;
	position:absolute;
	right:30px;
	top: 34%;
}
.news_list .item a{
	float:left;
	width:100%;
	background:#e9f0f3;
	border-radius:30px;
	padding:5px 10px;
	margin:10px 0;
	display:table-row
}
.news_list .item a:hover{
	background:#f1f1f1;
}
.news_list .item_date{
	display: table-cell;
	vertical-align: middle;
	padding:3px 10px;
}
.news_list .item_box{
	display:table-cell;
	padding:10px 55px 10px 15px;
	border-left: solid #fff 1px;
}
.news_list .item_class{
	margin:0 10px 3px 0;
	float:left;
	padding: 2px 10px 0 10px;
}
.news_list .title{
	line-height:150%;
	float:left;
	font-size: 1.1em;
}


/*down_list*/
.down_list{
	padding:20px 0 10px 0;
	list-style:none;
	margin-bottom:0;
	width:100%;
	float:left;
}
.down_list .item{
	display:table;
	width:100%;
	float:left;
	position:relative;
}
.down_list .item{
	float:left;
	width:100%;
	background:#e9f0f3;
	border-radius:30px;
	padding:5px 10px;
	margin:10px 0;
	display:table-row
}
.down_list .item:hover{
	background:#f1f1f1;
}
.down_list .item_no{
	display: table-cell;
	vertical-align: middle;
}
.down_list .item_no .no{
	/*font-family: 'Anton', sans-serif;*/
    background: #fff;
    color: #666;
    border-radius: 20px;
    padding:5px;
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 0.75em;
    margin-left: -25px;
    border: solid #e8f0f3 3px;
    line-height: 150%;
	font-weight: bold;
}
.down_list .item:hover .no{
    border: solid #f1f1f1 3px;
}
.down_list .item_date{
	display: table-cell;
	vertical-align: middle;
	padding:3px 10px;
}
.down_list .item_box{
	display:table-cell;
	padding:10px 15px 10px 15px;
	border-left: solid #fff 1px;
}
.down_list .item_class{
	margin:0 10px 3px 0;
	float:left;
	padding: 2px 10px 0 10px;
}
.down_list .title{
	line-height:150%;
	float:left;
	font-size: 1.1em;
	font-weight:bold;
}
.down_list .con_font{
	line-height:150%;
	float:left;
	font-size:0.95em;
	padding:5px 0 0 0;
	float:left;
	width:100%;
}
.down_list .file{
	float:left;
	width:100%;
	padding:5px 0 0 0;
}
.down_list .file a{
	margin:3px;
	padding:3px 5px;
	font-size:0.9em;
	background:#666;
	border-radius:4px;
}
.down_list .file a:hover ,.down_list .file a:focus{
	background:#176c92;
}
.down_list .file a i{
	color:#fff;
}


/*page_bottom*/
.page_bottom{
	float:left;
	width:100%;
	padding:20px 0;
	font-size:0.9em;
}
.page_bottom>div{
	float:left;
	width:100%;
	padding:3px 0;
}
.page_bottom .title{
	width:120px;
	background:#eee /*#747474*/;
	/*color:#fff;*/
	border-radius: 20px;
    padding: 2px 5px;
	text-align:center;
	float:left;
}
.page_bottom .title i{
	padding-right:5px;
}
.page_bottom .con_font{
	padding-left:130px;
	line-height:170%;
	margin-top:-30px;
	float:left;
	clear:both;
}
.page_bottom .con_font a{
	padding:0 0 4px 0;
	float:left;
	/*width:100%;*/
	clear:both;
}


/*faq常見問答*/
.faq_list{
	float:left;
	width:100%;
	margin:10px 0;
}
.faq_list .navbar-nav{
	float:left;
	width:100%;
	margin:0;
}
.faq_list .item>a{
	width: 100%;
    float: left;
    font-weight: bold;
    background: #e8f0f3;
    border: none;
    margin: 10px 0;
    border-radius: 30px;
	padding: 12px 40px 12px 25px;
	font-weight:400;
	width:100%;
}
.faq_list .item>a:hover{
    background: #f1f1f1;
}
.faq_list .item.open>a{
	background: #176c92 !important;
    color: #fff;
}
.faq_list .item>a i{
    float: right;
	margin-top:5px;
	margin-right:-30px;
}
.faq_list .item>a i:before {
    content: "\f0da";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 1.125em;
    padding-right: 0.5em;
    position: relative;
    left: 0;
}
.faq_list .item.open>a i:before {
    content: "\f0d7";
}
.faq_list .item.open .dropdown-menu{
	padding:0 15px;
	float:left !important; 
} 
.faq_class {
    font-size: 0.85em;
	background: #fff;
    border-radius: 20px;
    padding: 3px 10px;
	white-space:nowrap;
	margin-right: 10px;
}
.faq_list .item.open .faq_class {
	color:#176c92;
	background:#e8f0f3;
}
.faq_list .open .dropdown-menu {
    position: static;
    float: none;
    width: 100%;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    min-width: auto;
	line-height: 190%;
}
.faq_page_top{
	float:right;
	margin-top:10px;
	width: 100%;
    text-align: right;
    margin-bottom: 20px;
}
.faq_page_top img{
	width:25px;
}


/*sitemap*/
.one_content{
	float: left;
	width: 98%;
    background: #fff;
    padding-bottom: 500em;
    margin-bottom: -500em;
    box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.1);
    margin-top: 14px;
	margin-right:1%;
	margin-left:1%;
    border-top: solid #ddd 3px;
	background-position:right top;
	background-repeat:no-repeat;
	background-image:url(../img/one_bg.jpg);
}
.one_con{
	padding: 3% 4% 5% 4%;
	float:left;
	width:100%;
	min-height: 500px;
	font-size: 1.4em;
}
.sitemap_list{
	list-style:none;
	float:left;
	width:100%;
	display:table;
	margin-bottom: 25px;
}
.sitemap_list .sitemap_item{
	border-top: solid 1px #ddd;
	border-left: solid 1px #ddd;
	border-right: solid 1px #ddd;
	vertical-align: middle !important;
    padding: 10px 10px 10px 20px;
	width: 100%;
	float:left;
	display:table-row;
}
.sitemap_list .sitemap_item:last-child{
	border-bottom: solid 1px #ddd;
}
.sitemap_list_1{
	list-style:none;
	float:left;
	width:100%;
	display:table;
	margin-top:5px;
}
.sitemap_list_1>li{
	vertical-align: middle !important;
	width: 100%;
	float:left;
	display:table-row;
}
.sitemap_item {
    float: left;
}
.sitemap_item_1{
	padding:5px 10px 3px 23px !important;
	float:left;	
}
.sitemap_item_2{
	list-style:none;
	margin:3px 0;
}
.sitemap_item_2 li{
	padding:3px 10px 3px 30px !important;
}
.sitemap_no{
	display:table-cell;
}
.sitemap_font{
	padding-left:10px;
	display:table-cell;
}


/*inform_list*/
.inform_list{
	float:left;
	width:100%;
	list-style:none;
	text-align: center;
}
.inform_list li{
	width:24.5%;
	padding:2%;
	display: inline-block;
}
.inform_list li a{
	float:left;
	width:100%;
	padding:20px 5px;
	text-align:center;
	background:#f1f1f1;
	color:#176c92;
	border-radius:10px;
	font-size:1.1em;
	font-weight:bold;
	line-height:150%;
}
.inform_list li a:hover ,.inform_list li a:focus{
	background:#176c92;
	color:#fff;
}
.inform_list li a i{
	padding-bottom:5px;
	width:100%;
	font-size:1.8em;	
}


/*declare_con聲明書*/
.declare_con{
	background:#f9f9f9;
	border:solid #ccc 1px;
	padding:20px;
	height:300px;
	overflow-y:scroll;
}
.btn_box.text-center .mt-radio{
	float:none;
}


/*inform*/
.inform_title{
	margin:0 auto;
	max-width:720px;
	background: #e8f0f3;
    padding: 5px 20px;
    border-radius: 30px 30px 0 30px;
    margin: 0 0 10px 20px;
	font-weight: bold;
    font-size: 1.2em;
}
.inform_title i{
    background: #176c92;
    color: #fff;
    padding: 10px;
    width: 40px;
    height: 40px;
    border-radius: 30px;
    text-align: center;
    margin: 0 10px 0 -40px;
}
.inform_con_01 ,.inform_con_02 ,.inform_con_03{
	float:left;
	width:100%;
}
.inform_con_02 .inform_title i{
	font-size:0.8em;
	padding-top: 13px;
}
.form_con .required.form_date{
	vertical-align:top;
	margin-top:-10px;
	display:inline-block;
}


/*表單管理*/
.submit_btn{
	width:100%;
	float:left;
	text-align:center;
}
.form_con{
	margin:0 auto;
	max-width:720px;
	padding:20px 0 0 0;
}
.form_box{
	/*border: solid #f5f5f5 10px !important;*/
	padding:10px;
	background:#fff;
	border-radius: 10px;
}
.form_box .table-row{
	border-bottom:#900 solid 1px;
}
.form_q{
	display:table-cell;
	width:25%;
	padding:15px 8px 10px 8px;
	text-align:right;
	/*border-bottom: #ccc dotted 1px;
	border-right: #ccc dotted 1px;*/
	font-weight:bold;
	color:#000;
	vertical-align: top;
	line-height:150%;
}
.form_q label{
	font-weight:400;
}
.form_a{
	display:table-cell;
	width:75%;
	padding:8px;
	margin:8px;
	/*border-bottom: #ccc dotted 1px;*/
	line-height:170%;
}
.form_a input{
	height:34px;
}
.form_a#divCap > .title{
	display:none;
}
input[type=file] {
	max-width:100%;
	width:100%;
}
.form_a .mt-radio,.form_a .mt-checkbox ,.input_table .mt-radio,.input_table .mt-checkbox{
	margin:5px 25px 5px 30px;	
}
.form_a .btn_02{
	margin:0;
	font-size:0.9em;
	border-radius:4px;
	padding: 8px 10px 8px 10px !important;
}
.form_a .required{
	width:100%;
	float:left; 
	clear: both;
}
.form_a .product_img{
	max-width:300px;
	padding:10px;
}
.mt-radio,.mt-checkbox{
	width:100%;	
}
.mt-radio.mt-radio-outline ,.mt-checkbox.mt-checkbox-outline{
	width:auto;
	float:left;	
}
.mt-radio span,.mt-checkbox span{
	margin-top:3px !important;
	background:#fff  !important;	
}
.form_box .table-row:nth-child(even){
	/*background:#f5f5f5;*/
}
.form-control{
	box-shadow:none;
	padding: 6px;
}
select {
    padding: 4px 5px!important;
}
.required{
	color:#c00;
	font-size:0.9em;
	line-height:140%;
	padding:3px 0;
}
.required.chk{
	background:#c00;
	color:#fff;
	padding:3px 5px;
}
.required_inline{
	clear:none!important;
	padding:10px 0 0 10px!important;
	width:auto!important;
}
.required a{
	color:#c00;
}
.required a:hover{
	text-decoration: underline!important;
}
.form_a i{
	padding:0 5px 0 10px;
}
.form_a label{
	font-weight:400;
	margin-bottom:3px;
	margin-top:2px;
}
.verification_code{
	margin:3px 0 3px 10px;
	display:inline-block;
}
.form_con .btn_01{
	border-radius:4px;
	padding:8px 10px 8px 10px !important;
	margin:3px 5px;;
	font-size:0.9em;
}
.form_con .form-control{
	margin:3px 0;
	border-radius:4px !important;
}
.form_con .form-group{
	float:left;
	width:100%;
	background:#f5f5f5;
	border-radius:5px;
	padding:5px 10px;
}
.form_con .form-group .title{
	width:100px;
	float:left;
	padding-top: 5px;
}
.form_con .form-group .con_font{
	width:calc(100% - 100px);
	float:left;
}
.form-group.toggle_01 ,.form-group.toggle_02,.form-group.toggle_03 , .form_box .ad_01{
	display:none;
}


/*表單checkbox radio*/
input[type=checkbox], input[type=radio] {
    width: 20px;
    height: 20px;
    background: #fff !important;
    border: 1px solid #ccc;
	vertical-align: top;
	margin:4px 5px 0 -25px;
}
.form_radio ,.form_checkbox{
	vertical-align: middle;
    margin:0 5px 0 0 !important;
}
.radio_padding{
	padding-right:20px;
}
.btn_box input[type=checkbox],.btn_box input[type=radio]{
	margin:4px 5px 0 0!important;
}


/*表單checkbox radio
.mt-checkbox, .mt-radio {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    margin-top: 5px;
    cursor: pointer;
    font-size: 0.9em;
    webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.mt-checkbox.mt-checkbox-disabled, .mt-checkbox.mt-radio-disabled, .mt-radio.mt-checkbox-disabled, .mt-radio.mt-radio-disabled {
    opacity: .6;
    filter: alpha(opacity=60);
}
.mt-checkbox>input, .mt-radio>input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    filter: alpha(opacity=0);
}
.mt-checkbox>span, .mt-radio>span {
    border: 1px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
    height: 19px;
    width: 19px;
    background: #E6E6E6;
	margin-top:1px;
}
.mt-checkbox>span:after, .mt-radio>span:after {
    content: '';
    position: absolute;
    display: none;
}
.input-icon>i, .mt-checkbox-list .mt-checkbox, .mt-checkbox-list .mt-radio, .mt-checkbox>input:checked~span:after, .mt-radio-list .mt-checkbox, .mt-radio-list .mt-radio, .mt-radio>input:checked~span:after {
    display: block;
}
.mt-checkbox:hover>input:not([disabled])~span, .mt-checkbox>input:focus~span, .mt-radio:hover>input:not([disabled])~span, .mt-radio>input:focus~span {
    background: #d9d9d9;
    webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.mt-checkbox:hover>input:not([disabled]):checked~span, .mt-checkbox>input:checked~span, .mt-radio:hover>input:not([disabled]):checked~span, .mt-radio>input:checked~span {
    webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background: #d9d9d9;
}
.icon-btn, .icon-btn:hover {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.mt-checkbox>input:disabled~span, .mt-radio>input:disabled~span {
    opacity: .6;
    filter: alpha(opacity=60);
    pointer-events: none;
}
.mt-checkbox.mt-checkbox-outline:hover>input:not([disabled]):checked~span, .mt-checkbox.mt-checkbox-outline:hover>input:not([disabled])~span, .mt-checkbox.mt-checkbox-outline>input:checked~span, .mt-checkbox.mt-checkbox-outline>input:focus~span, .mt-checkbox.mt-checkbox-outline>span, .mt-checkbox.mt-radio-outline:hover>input:not([disabled]):checked~span, .mt-checkbox.mt-radio-outline:hover>input:not([disabled])~span, .mt-checkbox.mt-radio-outline>input:checked~span, .mt-checkbox.mt-radio-outline>input:focus~span, .mt-checkbox.mt-radio-outline>span, .mt-radio.mt-checkbox-outline:hover>input:not([disabled]):checked~span, .mt-radio.mt-checkbox-outline:hover>input:not([disabled])~span, .mt-radio.mt-checkbox-outline>input:checked~span, .mt-radio.mt-checkbox-outline>input:focus~span, .mt-radio.mt-checkbox-outline>span, .mt-radio.mt-radio-outline:hover>input:not([disabled]):checked~span, .mt-radio.mt-radio-outline:hover>input:not([disabled])~span, .mt-radio.mt-radio-outline>input:checked~span, .mt-radio.mt-radio-outline>input:focus~span, .mt-radio.mt-radio-outline>span {
    border: 1px solid #ccc;
    background: 0 0;
}
.mt-radio>span {
    -ms-border-radius: 50%!important;
    -o-border-radius: 50%!important;
    border-radius: 50%!important;
}
.mt-radio>span:after {
    left: 6px;
    top: 6px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #666;
}
.mt-radio>input:disabled~span:after {
    background: #666;
}
.mt-checkbox>span:after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #666;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.mt-checkbox>input:disabled~span:after {
    border-color: #666;
}
.mt-checkbox-list, .mt-radio-list {
    padding: 10px 0;
}
.mt-checkbox.mt-checkbox-outline>span ,.mt-checkbox.mt-checkbox-outline>span:hover{
	background:#fff !important;
}
.mt-checkbox input:focus span, .mt-radio input:focus span{
    outline: 2px solid #00b0f0 !important;
    text-decoration: none;
}*/



/*分級級別評量*/
.grade_tag{
	float:left;
	width:100%;
	text-align:center;
	margin-top:10px;
}
.grade_tag .item{
	width:28%;
	margin:2%;
	display:inline-block;
	vertical-align:top;
	border:solid 1px #ccc;
	border-radius:20px;
	text-align:left;
	min-height:410px;
}
.grade_tag .item .title{
	background:#e8f0f3;
	color:#176c92;
	font-weight:bold;
	font-size:1.1em;
	padding:15px 20px;
	border-radius:20px 20px 0 0;
	text-align:center;
}
.grade_tag .item .con_font{
	padding:20px;
	border-radius:0 0 20px 20px;
}
.grade_tag .item:nth-child(4) ,.grade_tag .item:nth-child(5){
	min-height:595px;
}
.grade_tag .item .con_font img{
	padding-top:10px;
}
.ex_con img{
	width:25%;
	float:left;
	padding:3%;
}
.ex_con ul{
	width:75%;
	float:left;
	padding:3% 3% 3% 30px;
}
input[type="file"]:selection:after{
	content:"*";
}
.file_check{
	position:absolute;
	padding-top: 8px !important;
	color: #588216;
}


/*grade_type*/
.grade_type_list label{
	width:100% !important;
	padding-left: 30px;
    /*text-indent: -25px;*/
}
.grade_type_font{
	float:left;
	width:60%;
}
.grade_type_img{
	float:left;
	width:40%;
	padding-right:10%;
}
.grade_type_result{
	padding:20px 0;
	border-top:dotted #eee 2px; 
	margin-top:20px;
	text-align: right;
	width:100%;
	float:left;
}
.grade_type_result img{
	width:90px;
}


/*.grade_result*/
.grade_result_img{
	float:left;
	width:20%;
	margin:0 5%;
	text-align:right;
}
.grade_result_img img{
	max-width:150px;
	width:100%;
}
.grade_result{
	float:left;
	width:70%;
	padding-right:5%;
}
.grade_item_red{
	color:#c00;
	font-weight:bold;
	font-size:1.3em;
	padding:0 5px;
}
.grade_info{
	float:left;
	width:100%;
	display:block;
	margin:10px 0;
}
.grade_info a{
	background:#e8f0f3;
	color:#333;
	padding:3px 20px;
	border-radius:30px;
	float:left;
}
.grade_info .grade_info_con{
	position:relative;
	float:left;
	width:100%;
	background:#fff;
	padding:20px 20px 20px 30px;
	box-shadow:none;
	border-radius:20px;
	margin-top:-3px;
	border:solid #e8f0f3 5px;
	z-index:1;
	font-size:1em;
}
.grade_info .grade_info_con.item{
	text-indent:-25px;
	padding-left:20px;
	line-height:170%;
	margin:7px 0;
}
.grade_info .grade_info_con img{
	width:20px;
	margin-bottom:5px;
}
.grade_info .grade_info_con b:after{
	content:"-";
	padding:0 5px 0 0;
	color:#f3c91d;
}
.grade_warning{
	float:left;
	width:100%;
}
.grade_warning ul{
	padding-left:25px;
}


/*member_login登入*/
.member_login{
	float:left;
	width:100%;
	margin:30px auto;
	position:relative;
}
.member_login>.required{
	margin:0 auto;
	max-width:400px;
	background:url(../img/login_pic_01.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	background-size:60px;
	height:45px;
	width:80%;
}
.member_login.forget>.required{
	margin:0 auto;
	max-width:400px;
	background:url(../img/login_pic_02.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	background-size:65px;
	height:45px;
	width:80%;
} 
.member_login.login_user>.required{
	margin:0 auto;
	max-width:400px;
	background:url(../img/login_pic_03.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	background-size:65px;
	height:50px;
	width:80%;
}
.member_login .login_con{
	background: rgba(232,240,243,.4);
    border-radius: 30px;
    padding: 5% 7%;
    border: solid #e8f0f3 5px;
	max-width:500px;
	margin:0 auto;
}
.member_login .login_con>.title ,.member_login .create_con>.title{
	padding-bottom:20px;
}
.member_login .login_con ul{
	padding-left:25px;
}
.member_login .form_con{
	padding:0;
}
.member_login .form_con label{
	width:100%;
	/*margin-bottom:15px;*/
}
.member_login .form_con label .title{
	font-weight:400;
	text-align:left;
	margin-bottom:-1px;
	color:#000;
	width:100%;
}
.member_login .form-group {
    background-color: transparent;
    border-radius: 0;
    padding: 0;
	margin-bottom:5px;
}
.member_login .form-group .mt-radio{
	width:auto;
	margin: 5px 25px 5px 5px;
}
.member_login input[type=radio] {
    margin: 6px 5px 0 0;
}
.verification_img{
	float:left;
	padding:4px 0 0 5px;
}
.verification_img i{
	padding:5px;
	cursor:pointer;
}
.member_login .forget a{
	color:#c00;
}
.member_login .btn_box{
	text-align:center;
	margin-bottom:0;
	padding: 10px 0 0 0;
}
.member_login .form-group a i{
	padding:5px;
}



/*流程圖*/
.mt-element-step .step-line .mt-step-col {
  padding: 30px 0;
  text-align: center;
}
.mt-element-step .step-line .mt-step-number {
  font-size: 1.125em;
  border-radius: 50% !important;
  display: inline-block;
  margin: auto;
  padding: 9px;
  margin-bottom: 8px;
  border: 3px solid;
  border-color: #666;
  position: relative;
  z-index: 5;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 1.4em;
}
.mt-element-step .step-line .mt-step-title {
  font-size: 1em;
  font-weight: bold;
  position: relative;
  padding:10px;
  line-height:150%;
}
/*右邊線；手機版display:none*/
.mt-element-step .step-line .mt-step-title:after {
  content: '';
  height: 3px;
  width: 50%;
  position: absolute;
  background-color: #666;
  top: -32px;
  left: 50%;
  z-index: 4;
  transform: translateY(-100%);
}
/*左邊線；手機版display:none*/
.mt-element-step .step-line .mt-step-title:before {
  content: '';
  height: 3px;
  width: 50%;
  position: absolute;
  background-color: #666;
  top: -32px;
  right: 50%;
  z-index: 4;
  transform: translateY(-100%);
}
.mt-element-step .step-line .first .mt-step-title:before {
  content: none;
}
.mt-element-step .step-line .last .mt-step-title:after {
  content: none;
}
.mt-element-step .step-line .done .mt-step-number {
  color: #fff !important;
  border-color: #618118 !important;
  background:#618118;
}
.mt-element-step .step-line .done .mt-step-title:after, .mt-element-step .step-line .done .mt-step-title:before {
  background-color: #ccc;
}
.mt-step-content{
	font-size:0.8em;
	line-height:150%;
	padding:0 10%;
	color:#333 !important;
	min-height:40px;
}
.flow_chart{
	float: left;
    width: 100%;
	margin:30px auto;
	display:none;
}
.flow_chart .mt-step-col{
	float:left;
	width:20%;
}


/*新註冊會員*/
.form_a .btn_02.sidetitle{
	margin-right:10px;
}


/*業者專區-用戶資料*/
.password_show{
	background:#fff !important;
	border:none!important;
}
.password_show i {
    padding: 0 10px;
}

/*tab_list
.tab_list{
	float:left;
	width:100%;
	list-style:none;
	margin-bottom:20px;
	padding-left:0 !important;
}
.tab_list a{
	float:left;
	padding:5px 15px;
	border-radius:5px;
	color:#333;
	margin:5px;
	text-decoration:none;
	background:#f5f5f5;
}
.tab_list a.active ,.tab_list a.active:hover ,.tab_list a.active:focus{
	background:#176c92;
	color:#fff;
}
.tab_list li{
	float:left;
}
.tab_list a:hover ,.tab_list a:focus{
	background:#e8f0f3;
	box-shadow:none;
}*/


/*page_search*/
.page_search{
	float:left;
	width:100%;
	background:#f5f5f5;
	padding:10px 10px 8px 10px;
	border-radius:10px;
	margin:10px 0 20px 0;
}
.page_search .form_group{
	float:left;
	padding-right:20px;
}
.page_search .item{
	padding:7px 20px 0 5px;
}
.page_search .form_group.item .title{
	display:inline-block;
	background:#ddd;
	border-radius:50px;
	padding:0 10px;
	margin-right:7px;
	line-height: 170%;
}
.page_search label{
	padding:0 10px;
}
.page_search label .title{
	float:left;
	padding-right:5px;
	padding-top: 2px;
}


/*業者專區-新增遊戲*/
.area_title{
	padding:5px 10px 0 0;
}
.area_item{
	float:left;
	width:100%;
	/*padding-left:70px;
	margin-top:-30px;*/
}


/*業者專區-產品資料*/
.product_box{
	/*float:left;*/
	width:100%;
}
.product_box .img{
	display:inline-block;
	width:25%;
	vertical-align: top;
	padding:0 20px 20px 0;
	text-align:right;
}
.product_box img{
	border:solid #ddd 1px;
	padding:10px;
	border-radius:5px;
	margin-top:10px;
}
.product_box .item{
	clear:both;
	margin:10px 0;
}
.product_box .item .title{
	/*font-weight:bold;*/
	width:140px;
	text-align:center;
	background:#eee;
	border-radius:30px;
	padding:5px 10px;
	line-height:130%;
	font-size:0.9em;
}
.product_box .item .title:after{
	/*content:":";
	padding:0 3px;*/
}
.product_box .item .con_font{
	padding-left:150px;
	margin-top:-30px;
}
.product_box .con{
	display:inline-block;
	width:72%;
}
.product_box .con a.btn_01{
	margin:0;
}
.product_box .con_font{
	float:none;
}


/*業者專區qrcode*/
.qrcode_info{
	float:left;
	width:100%;
}
.qrcode_info .item{
	
}


/*業者專區-友善遊戲*/
.friendly_type{
    float: left;
    width: 100%;
    list-style: none;
    text-align: center;
}
.friendly_type .item{
	display: inline-block;
	width:28.3%;
	margin:2%;
	vertical-align:top;
}
.friendly_type .item:nth-child(3n+1){
	clear:both;
}
.friendly_type .item a{
	float:left;
	width:100%;
	padding:30px 20px;
	background:#f5f5f5;
	text-align:center;
	font-size:1.2em;
	color:#176c92;
	font-weight:bold;
	border-radius:20px;
	line-height:130%;
}
.friendly_type .item a:hover ,.friendly_type .item a:focus{
	background:#176c92;
	color:#fff;
}
.friendly_type .item i{
	clear:both;
	font-size:2.5em;
	padding:10px;
	width:100%;
}
.firendly_table td{
	vertical-align:middle!important;
}


/*搜尋遊戲*/
.search_box {
	background: rgba(232,240,243,.4);
    border-radius: 30px;
    padding: 5% 7%;
    border: solid #e8f0f3 5px !important;
	margin:0 auto;
	max-width:600px;
	position:relative;
}
.search_box .icon{
	position:absolute;
	margin: 0 auto;
    max-width: 400px;
    background: url(../img/login_pic_02.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 60px;
    height: 45px;
    width: 80%;
	right:20px;
	top:-50px;
}
.search_box .form-group {
    background: #fff;
}

/*table scroll*/
.table-scrollable{
	width:100%;
	overflow-x:auto;
	overflow-y:hidden;
	border:none;
	/*font-size:0.9em;*/
}
.table-scrollable>.table-bordered>thead>tr:last-child>th,.table.table-bordered thead>tr>th{
	border-bottom:0;
	border:1px solid #ddd;
	line-height: 130%;
    vertical-align: middle;
	padding: 10px;
}
.table-scrollable>.table{
	width:100%!important;
	margin:0!important;
	min-width:850px;
}
.table>tbody>tr>td{
	line-height: 190%;
}
.table-scrollable>.table>thead{
	border-top: solid 1px #ddd;
}
.table-scrollable>.table>thead>tr>th , .table-scrollable th ,table>thead>tr>th{
	white-space:nowrap; 
	padding:8px; 
	background:#666; 
	color:#fff;
	font-weight:500;
	text-align:center;
}
.table-even > tbody > tr:nth-child(even){
	background:rgba(0,0,0,0.03);
}
.table-hover > tbody > tr:hover{
	background:rgba(23,108,146,0.05);
}
td .mt-checkbox span ,th .mt-checkbox span {
    margin-top: -9px !important;
}
.delete_th{
	padding: 0 5px !important;
}
.table-center th ,.table-center td {
	text-align:center;
}
table .btn_delete ,table .btn_03 ,table .btn_04 ,table .btn_02 ,table .btn_05{
	font-size:0.9em;
	padding:0 7px!important;
	border-radius:4px;
	margin:7px 2px;
	height:28px;
}


/*table*/
.table {
  	display: table;
    margin-bottom: 10px;
}
.table-row {
  	display: table-row;    
}
.table-cell {
  	display: table-cell;   
}


/*rwd table*/
.rwd-table {
	background: #fff;
	overflow: hidden;
	min-width: 100%;
	font-size:0.9em;
}
.rwd-table tr:nth-of-type(2n) {
	/*background: #eee;*/
}
.rwd-table th,.rwd-table td {
	/*margin: 0.5em 1em;*/
}
.rwd-table th {
	display: none;
}
.rwd-table td {
	display: block;
}
.rwd-table td:before {
	content: attr(data-th) " : ";
	font-weight: bold;
	width: 6.5em;
	display: inline-block;
}
.rwd-table th, .rwd-table td {
	/*text-align: left;*/
}
.rwd-table th, .rwd-table td:before {
	/*color: #D20B2A;
	font-weight: bold;*/
}
.rwd-table.table-bordered>tbody>tr>td{
	border-top:none;
	border-left:none;
	line-height:150%;
}


/*頁碼*/
#page_number{
	padding-top:10px;
}
.page_total{
	vertical-align:middle;
	margin:0 0 10px 0;
}
.page_icon{
	text-align:right;
	margin-bottom:10px;
}
.page_icon select{
	margin:1px 2px;
}
.btn_page{
	display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: none /*1px solid #ccc*/;
    padding: 3px 12px;
    font-size: 0.9em;
	background:#666;
	border-radius:5px;
	color:#fff;
	height:34px;
	float: left;
    margin: 1px 2px;
}
.page_list{
	border: 1px solid #ccc;
	display:inline-block;
	width:auto;
	cursor: pointer;
	box-shadow:none;
}
.btn_page:hover ,.btn_page:focus{
	background:#176c92;
	color:#fff;
}


/***Hover效果1: 放大淡出***/
.imh_opacity{
	background:#000;
	overflow:hidden;}

.imh_opacity img{	
	transition:all 0.3s linear;
	-webkit-backface-visibility: hidden;
	width:100%;}

.imh_opacity:hover img ,a:hover .imh_opacity img{
	opacity:0.8;
	transform:scale(1.05);}


/*chart_filter*/
.chart_filter{
	float:left;
	width:100%;
    background: #f5f5f5;
    padding: 15px 10px 15px 20px;
    border-radius: 10px;
    margin: 0 0 2% 0;
	display:table-row;
}
.chart_filter .filter_title{
	width:115px;
	display:table-cell;
	vertical-align:top;
	font-weight:bold;
}
.chart_filter .filter_font{
	width:calc(100%-120px);
	display:table-cell;
	vertical-align:top;
}
.filter_font>.mt-radio-outline {
    margin: 0 20px 0 25px;
}
.filter_value{
	display:table-row;
	float: left;
    width: 100%;
	margin-top:5px;
}
.filter_value .title{
	display:table-cell;
	width:40px;
}
.filter_value .font{
	display:table-cell;
}
.filter_value button{
	padding: 1px 10px!important;
    border-radius: 4px;
    margin-right: 3px;
    border: solid #ccc 1px!important;
    background: #fff;
    color: #333;
    display: inline-block;
	height:34px;
	margin:2px 0;
}
.filter_value button:hover{
	background:#176c92!important;
    color: #fff !important;
}
.filter_value button.active{
	background: #555!important;
    color: #fff!important;
}


/*chart_total*/
.chart_total{
	float:left;
	width:100%;
}
.chart_total .total{
	float:left;
	width:20%;
	position:relative;
	padding:20px;
	line-height:150%;
	margin-top: 40px;
}
.chart_total .total .top{
	position:absolute;
	top:-35px;
}
.chart_total .total img{
	background:#e8f0f3;
	border-radius:50%;
}
.chart_total .total .font{
	position:absolute;
	top: 40%;
	text-align:center;
	width:calc(100% - 40px);
}
.chart_total .total .number{
	float:left;
	width:100%;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:2.5em;
	font-weight:bold;
	color:#176c92;
}
.chart_total .total .title{
	float:left;
	width:100%;
	padding:10px 0;
}
.chart_total .chart{
	float:left;
	width:80%;
}


/*bookmark*/
.tabs{
 	margin-bottom: 0;
}
.nav-tabs {
    border-bottom-color: transparent;
	font-size:1em;
}
.nav-tabs li {
    margin: 3px 0;
}
.nav-tabs>li>a {
    padding: 5px 20px!important;
    border-radius: 30px;
    margin-right: 5px;
    border: solid #ccc 1px!important;
    background: #fff;
	color:#333;
    position: relative;
    display: block;
	font-weight:400;
}
.nav-tabs li.active a,
.nav-tabs li.active a:focus {
	background: #555;
    color: #fff;
}
.nav-tabs li a:hover {
    background:#176c92!important;
	color:#fff !important;
}
.tab-content {
	border-radius: none;
	box-shadow: none;
	background-color: transparent;
	border: none;
	padding: 0;
	min-height:auto;
}


/*chart_con*/
.chart_con {
	float:left;
	width:100%;
	padding:20px 0;
}
.chart_con .text{
	text-align:right;
	width:100%;
	font-size:0.9em;
}
.chart_con .pie{
	float:left;
	width:45%!important;
}
.chart_con .bar{
	float:left;
	width:55%!important;
}


/*chart_list*/
.chart_list{
	float:left;
	width:100%;
	list-style:none;
	/*border:solid #ccc 1px;*/
	padding:10px 15px;
	border-radius:5px;
	margin-left: 20px;
}
.chart_list li{
	float:left;
	width:25%;
	font-size:0.9em;
	line-height:130%;
	margin:3px 0;
	position:relative;
}
.chart_list li:nth-child(4n+1){
	clear:both;
}
.chart_list li .color ,.chart_list li .title ,.chart_list li .quantity{
	display:inline-block;
}
.chart_list li img{
	width:12px;
	display:inline-block;
	margin-top: -3px;
	margin-right:5px;
}
.chart_list li:nth-child(20n+1) img{
	background:#03658c;
}
.chart_list li:nth-child(20n+2) img{
	background:#1588b6/*#6eb7d4*/;
}
.chart_list li:nth-child(20n+3) img{
	background:#6eb7d4/*#45827a*/;
}
.chart_list li:nth-child(20n+4) img{
	background:#ace5f2/*#9bbf63*/;
}
.chart_list li:nth-child(20n+5) img{
	background:#a6ddd1/*#e4a234;*/
}
.chart_list li:nth-child(20n+6) img{
	background:#96cb9d/*#d56130*/;
}
.chart_list li:nth-child(20n+7) img{
	background:#9bbf63/*#a13f56*/;
}
.chart_list li:nth-child(20n+8) img{
	background:#799c42/*#8c4d3f*/;
}
.chart_list li:nth-child(20n+9) img{
	background:#788c64/*#958f9d*/;
}
.chart_list li:nth-child(20n+10) img{
	background:#3b5f16/*#704589;*/
}
.chart_list li:nth-child(20n+11) img{
	background:#075814/*#183b59*/;
}
.chart_list li:nth-child(20n+12) img{
	background:#038c33/*#788c64*/;
}
.chart_list li:nth-child(20n+13) img{
	background:#34b561/*#f2cb05*/;
}
.chart_list li:nth-child(20n+14) img{
	background:#349f8c/*#ff8400*/;
}
.chart_list li:nth-child(20n+15) img{
	background:#42c7c5/*#e31c4b*/;
}
.chart_list li:nth-child(20n+16) img{
	background:#11b8e2/*#e465b9*/;
}
.chart_list li:nth-child(20n+17) img{
	background:#36a0c3/*#b189c3*/;
}
.chart_list li:nth-child(20n+18) img{
	background:#456a82/*#45175f*/;
}
.chart_list li:nth-child(20n+19) img{
	background:#174b6c/*#033d8c*/;
}
.chart_list li:nth-child(20n) img{
	background:#033351/*#038c33*/;
}
.chart_list li .title{
	padding-right:10px;
	width:calc(100% - 60px);
	text-indent: -16px;
}
.chart_list li .quantity{
	width:40px;
	text-align:right;
	position:absolute;
	top:0;
	right:40px;
}
#game_grade .chart_list li:nth-child(20n+1) img{
	background:#5bb531 !important;
}
#game_grade .chart_list li:nth-child(20n+2) img{
	background:#00a0ea !important;
}
#game_grade .chart_list li:nth-child(20n+3) img{
	background:#fdd100 !important;
}
#game_grade .chart_list li:nth-child(20n+4) img{
	background:#ee7700 !important;
}
#game_grade .chart_list li:nth-child(20n+5) img{
	background:#e70012 !important;
}
.chart_list .more{
	font-size:1em;
}


/*chart_area*/
.chart_area{
	float:left;
	width:100%;
	list-style:none;
	background: #eaf0dc;
    padding: 10px 10px 10px 20px;
    border-radius: 15px;
}
.chart_area>.title{
	display:inline-block;
	width:110px;
	float: left;
	margin:3px 0;
}
.chart_area ul{
	display:inline-block;
	width:calc(100% - 110px);
	list-style:none;
	margin:0;
}
.chart_area li{
	display:inline-block;
	margin:5px 2px;
	font-size:0.9em;
	vertical-align: top;
}
.chart_area li a{
	padding:5px 15px;
	background:#618118;
	color:#fff;
	border-radius:50px;
}
.chart_area li .title{
	display: inline-block;
	padding-right:10px;
}


/*area_total*/
.area_total .area {
    position: absolute;
    top: -5px;
    text-align: center;
    color: #fff;
    font-size: 1.6em;
    font-weight: bold;
    margin: 0 auto;
    background: #415a08;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.area_total img{
	background:#eaf0dc !important;
	border: solid #eaf0dc 10px;
}
.area_total .number {
    color: #618118!important;
}


/*chart_file*/
.chart_file{
	float:left;
	width:100%;
	display:none;
}
.chart_file .tabs{
	text-align:center;
}
.chart_file .tab-pane>ul{
	float:left;
	width:100%;
	list-style:none;
}
.chart_file .tab-pane>ul>li{
	float:left;
	width:33.3%;
	padding:2%;
}
.chart_file .tab-pane>ul>li:nth-child(3n+1){
	clear:both;
}
.chart_file .tab-pane .year{
	float:left;
	width:100%;
	background:#176c92;
	color:#fff;
	padding:5px 15px;
	border-radius:50px;
	text-align:center;
}
.chart_file .tab-pane ul ul{
	float:left;
	width:100%;
	list-style:none;
	background:#e8f0f3;
	padding:10px;
	border-radius:10px;
	min-height:130px;
}
.chart_file .tab-pane ul ul li{
	float:left;
	width:25%;
	text-align:center;
	padding:3px;
}
.chart_file .tab-pane ul ul li a{
	float:left;
	width:100%;
	/*background:#fff;
	border-radius:50px;*/
	margin-right:0 !important;
	line-height:130%;
	padding:5px;
}
#file_season ul ul{
	min-height:auto !important;
}
#file_year li{
	padding:3px;
	display:inline-block;
	width:auto !important;
}
#file_year li a{
	padding:9.5px 25px!important;
	background:#176c92;
	color:#fff;
	border-radius:50px;
}



/*--------------------------------------------------------------------------------------------------*/ 
/* 大螢幕 */
@media (min-width: 1200px) {
/*header*/
[lang="en"] #header {
	height: 189px;
}
#header {
    height: 234px;
}
.header-nav .container{
	display:flex;
	align-items:center;
	justify-content:center;
}


}

/* 一般桌機解析度 */
@media (min-width: 992px) and (max-width: 1200px) {
.container {
    width: 100% !important;
}	


/*header*/
.header-nav .container{
	display:flex;
	align-items:center;
	justify-content:center;
}

/*首頁主廣告圖*/
.index_banner{
    /*margin-top: 42px;*/
}


/*area_total*/
.area_total .area {
    font-size: 1.4em;
    width: 70px;
    height: 70px;
}
}


/* 平板電腦、橫向手機 */
@media (min-width: 768px) and (max-width: 991px) {
.container {
    width: 100% !important;
}	


/*header*/
#header{
	position: fixed !important;
	width:100%;
	top:0!important;
	height:162px;
}
#header .container{
	padding:0;
}
#header .header-body {
	box-shadow: 0px 4px 4px rgba(20%,20%,20%,0.1);
	background: rgba(255,255,255,1) !important;
}
#header .header-logo {
    width: 300px;
}
.header-nav .container{
    display: flex;
    align-items: center;
    justify-content: center;
}


/*login*/
.login .dropdown-menu{
	right:0;
}


/*search_game*/
.search_game .item:before{
	background-size: 55px 51px;
    width: 55px; 
    height: 51px;
	top:20px;
	font-size: 3.4375em;
}
.search_game .item a {
    padding: 12px 0 12px 60px;
    font-size: 1em;
}
.search_game .item i{
	font-size: 3.4375em;
}


/*手機版下拉按鈕
#header .header-btn-collapse-nav {
    margin: 8px 10px 8px 0;
}
.hot_keyword {
    float: right;
}*/

/*search
.top_search input {
    width: 180px;
}*/

/*手機版topmenu
.header-nav{
	background:#176c92;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
	margin-left:0px;
}*/


/*footer
.footer_list {
    font-size: 0.9em;
}
.footer_list_01 li {
    font-size: 0.9em;
}*/



/*首頁主廣告圖*/
.index_banner {
    margin-top: 162px;
}


/*index_grade*/
.index_grade .container {
    padding: 30px 5% 100px 5%;
}
.index_grade .img img {
    width: 19%;
    padding:5px;
}
.index_grade .icon img{
	width:270px;
}


/*index_vr*/
.index_vr .container {
    padding: 30px 5% 100px 5%;
}
.index_vr .icon img{
	width:270px;
}


/*index_news*/
.index_news .container {
    padding: 60px 5%;
}
.index_news .icon img{
	width:270px;
}


/*index_link*/
.index_link .container {
    padding: 40px 60px;
}


/*footer*/
footer .container {
	padding:0 25px;
}
.footer_list>.online {
    width: 40%;
    padding: 60px 0 0 0;
}
.footer_list>.menu {
    width: 60%;
}
.footer_list>.contact {
    width: 100%;
    padding-right: 210px;
}
.footer_list>.contact .title {
    padding: 35px 0 10px 0;
}


/*copyright*/
.copyright .con {
    font-size: 0.7em;
	padding: 5px 100px 0 20px;
}


/*page_top*/
.page_top {
    margin-top: 163px;
}


/*page_banner*/
.page_banner h2{
	padding-right: 200px;
}


/*inform_list*/
.inform_list li a{
	font-size:1em;
}


/*日期*/
.datepicker{
	margin-top: 110px;
}


/*分級級別評量*/
.grade_tag .item{
	width:45%;
	min-height:491px;
}
.grade_tag .item:nth-child(3) ,.grade_tag .item:nth-child(4){
	min-height:730px;
}
.grade_tag .item:nth-child(5){
	min-height:auto;
}


/*chart_total*/
.chart_total .total{
	font-size: 0.65em;		
}
.chart_total .tabs a {
    font-size: 1em;
}
.chart_total .total .title {
    padding: 5px 0;
}


/*chart_list*/
.chart_list li {
    width: 33.3%;
}
.chart_list li:nth-child(4n+1){
	clear:none;
}
.chart_list li:nth-child(3n+1){
	clear:both;
}
.chart_list .more{
	margin-top:25px;
}


/*area_total*/
.area_total .area {
    width: 50px;
    height: 50px;
	top:0;
}

}
 
 
/* 橫向智慧手機到竪立平板電腦解析度 */
@media (max-width: 767px) {
h2{
	font-size:1.5em !important;
}
h3{
	font-size:1.4em !important;
}

/*header*/
#header{
	position:absolute;
	width:100%;
	top:0;
	min-height: auto !important;
	height: 50px !important;
}
#header .header-body {
	box-shadow: 0px 4px 4px rgba(20%,20%,20%,0.1);
	position: fixed;
    width: 100%;
    background: #fff;
}
.header-logo{
	width: 180px !important;
    padding: 5px 0 0 2px !important;
	margin:0 !important;
}
#header .header-logo img {
    vertical-align: top;
    margin-top: 2px;
}


/*手機版下拉按鈕*/
#header .header-btn-collapse-nav {
    margin: 8px 8px 8px 5px;
	padding: 6px 10px;
}
#header .header_btn_login {
    margin: 8px 0 8px 5px ;
	padding: 6px 10px;
	float:right;
}
#header .header_btn_login i ,#header .header_btn_search i{
	color:#176c92;
}
#header .header_btn_search {
    margin: 8px 0 8px 5px ;
	padding: 6px 10px;
	float:right;
}


/*手機版topmenu*/
#header .container {
	padding:0px;
}
.header-nav .container {
	max-height: 80vh;
	overflow-x: hidden;
	overflow-y: auto;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
	padding:0px;
	margin-left:0px;
	background: #e8f0f3;
}
#header nav > ul > li > a:hover ,.dropdown-submenu > ul > li > a:hover {
	background: rgba(0,0,0,0.1);
	border-radius:0;
}
.dropdown-submenu .dropdown-menu > li a{
	padding: 10px 30px 10px 45px !important;
}
.header-nav{
	background:#176c92;
}
.dropdown-menu>li>a:focus{
    text-decoration: none;
    background-color:rgba(255,255,255,0.2);
}
#header .header-nav-main .nav {
    margin:  0;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background: rgba(255,255,255,.2);
}
#header .header-nav-main .dropdown-submenu.opened .dropdown-menu {
	background:#fff;
}


/*上方選單*/
.top_link_mobile{
	background:#666;
}
.top_link_mobile a{
	padding: 10px 15px !important;
}
.top_link_mobile li{
	border-bottom: 1px solid rgba(255,255,255,0.2) !important;
}


/*首頁主廣告圖*/
.index_banner{
    margin-top: 50px;
}


/*index_grade*/
.index_grade .container {
    padding: 30px 8% 100px 8%;
}
.index_grade .con {
    width: 100%;
}
.index_grade .img img {
    width: 18.5%;
    padding:1.5%;
}
.index_grade .icon{
	display:none;
}


/*index_vr*/
.index_vr .container {
    padding: 0 8% 50px 8%;
	margin-top: -70px;
}
.index_vr .icon{
	display:none;
}
.index_vr .con {
    padding-left: 0;
}


/*index_chart_2*/
.index_chart_2 .chart_total .total {
    display: none;
}


/*index_news*/
.index_news .container {
    padding: 60px 8%;
}
.index_news .con {
    width: 100%;
}
.index_news ul li a {
    padding: 10px 5px 10px 0;
}
.index_news .title {
    font-size: 1em;
}
.index_news .icon{
	display:none;
}


/*index_link*/
.index_link .container {
    padding: 40px 60px;
}
.index_link .owl-carousel .item {
    padding: 15px;
}


/*footer*/
footer .container {
	padding:0 25px;
}
.footer_list {
    background-size: 30%;
}
.footer_list>.online {
    width: 40%;
    padding: 60px 0 0 0;
}
.footer_list>.menu {
    width: 60%;
}
.footer_list>.contact {
    width: 100%;
    padding-right: 210px;
}
.footer_list>.contact .title {
    padding: 35px 0 10px 0;
}


/*copyright*/
.copyright .con {
    font-size: 0.7em;
	padding: 5px 100px 0 20px;
}


/*page_top*/
.page_top{
	margin-top: 52px;
	font-size: 0.8em;
	background: #176c92;
}
.page_top_left, .page_top_left a {
    padding: 5px 0;
	color: #fff;
}
.page_top_left i {
    padding: 0 5px;
}
.page_top_right{
	padding-bottom:5px;
	padding-top:0px;
	margin-top: 5px;
}


/*page_banner*/
.page_banner ,.page_banner .container{
    height: 130px;
}
.page_banner h2:before {
	background-size:70%;
	top:-15px;
}
.page_banner h2 {
    padding-right: 200px;
}


/*page content*/
.page_content .container {
    padding: 30px 20px 40px 20px;
}


/*page content*/
.list_class li a {
    padding: 2px 10px;
    font-size: 0.85em;
	margin: 5px 5px 5px 0;
}


/*page_bottom*/
.bootbox-body #page_number {
	margin-top:-10px;
}
.page_bottom .con_font{
	padding-left:10px;
	margin-top:0;
}
.page_bottom .con_font a {
    padding: 4px 0;
}


/*頁碼*/
.bootbox-body #page_number {
    padding: 0!important;
}
#page_number>div{
	float:left;
	width:100%;
}
#page_number .page_icon{
	text-align:center;
}


/*news*/
.news_list {
    padding: 0 0 10px 0;
}


/*down_list*/
.down_list {
    padding: 0 0 10px 0;
}


/*faq常見問答*/
.faq_list{
	margin:0;
}


/*sitemap*/
.one_content{
	background-size:100%;
}


/*inform_list*/
.inform_list li {
    width: 49%;
    padding: 2%;
}
.inform_list li a{;
	font-size:0.9em;
	padding: 20px 5px;
}


/*日期*/
.date-picker {
    max-width: 205px;
}
.input-group-addon {
    padding: 6px 3px;
}
.date-picker .form-control{
	padding:6px;
}
.datepicker{
	margin-top: 55px;
}


/*分級級別評量*/
.grade_tag .item{
	width:45%;
	min-height:400px;
}
.grade_tag .item:nth-child(3) ,.grade_tag .item:nth-child(4){
	min-height:605px;
}
.grade_tag .item:nth-child(5){
	min-height:auto;
}


/*grade_type*/
.grade_type_font{
	width:100%;
}
.grade_type_img{
	display:none;
}


/*流程圖*/
.mt-element-step .step-line .mt-step-number {
  font-size: 1em;
  padding: 0;
  height: 30px;
  width: 30px;
}
.mt-element-step .step-line .mt-step-title {
    font-size: 0.7em;
}
.mt-element-step .step-line .mt-step-title:before {
    top: -20px;
}
.mt-element-step .step-line .mt-step-title:after {
    top: -20px;
}


/*page_search*/
.page_search{
	font-size:0.9em;
}
.page_search .item{
	padding:6px 20px 6px 5px;
}


/*table scroll*/
.table-scrollable.rwd{
	width: 100%;
    overflow-y: auto;
}
.table-scrollable.rwd>.table {
    min-width: 100%!important;
}


/*rwd table*/
.rwd-table.table{
	border:none;
}
.rwd-table.table-bordered tr td:nth-child(1){
	border-top:solid #ddd 1px!important;
}
.rwd-table tbody tr td:last-child{
	/*border-bottom:solid #ddd 1px!important;*/
}
.rwd-table.table-bordered tr td{
	border-left:solid #ddd 1px!important;
}
.rwd-table.table-bordered tr {
	/*border-bottom:solid #fff 20px ;*/
	margin-bottom:20px;
}
.rwd-table.table-center td{
	text-align:left !important;
}
.rwd-table tbody tr{
	display:table;
	width:100%;
}
.rwd-table tbody tr td{
	display:table-row;
}
.rwd-table tbody tr td:before{
	display:table-cell;
	padding:8px;
}


/*業者專區-產品資料*/
.product_box .img{
	width:100%;
	text-align:center;
	padding:0 0 20px 0;
}
.product_box img{
	max-width:100%;
	width:400px;
}
.product_box .con{
	width:100%;
}



/*業者專區-友善遊戲*/
.friendly_type .item{
	display: inline-block;
	width:45%;
	margin:2%;	
}
.friendly_type .item:nth-child(3n+1){
	clear:nonoe;
}
.friendly_type .item:nth-child(2n+1){
	clear:both;
}
.friendly_type .item a {
    font-size: 1.1em;
}


/*chart_total*/
.chart_total .total {
    width: 150px;
	font-size: 0.65em;
	margin-top:10px;
}
.chart_total .total .top {
    top: -20px;
}
.chart_total .total .title {
    padding: 5px 0;
}
.chart_total .chart {
    width: 100%;
}
.chart_total .tabs a {
    font-size: 1em;
    padding: 5px 15px!important;
	margin-right: 2px;
}


/*chart_list*/
.chart_list{
	font-size:0.9em;
}
.chart_list li {
    width: 33.3%;
}
.chart_list li:nth-child(4n+1){
	clear:none;
}
.chart_list li:nth-child(3n+1){
	clear:both;
}
.chart_list li .quantity {
    right: 30px;
}
.chart_list .more{
	margin-top:25px;
	width:100%;
    text-align: center;
	font-size:1.1em;
}
.chart_list .more .btn_01{
	padding: 7px 25px 8px 25px !important;
}


/*chart_area*/
.chart_area>.title ,.chart_area ul{
	width:100%;
}



/*chart_file*/
.chart_file .tab-pane>ul>li{
	width:50%;
}
.chart_file .tab-pane>ul>li:nth-child(3n+1){
	clear:none;
}
.chart_file .tab-pane>ul>li:nth-child(2n+1){
	clear:both;
}
.chart_file .tab-pane ul ul li a{
	padding: 5px 1px!important;
	font-size:0.9em;
}
#file_year li{
	clear:none;
}


/*area_total*/
.area_total{
	margin-top: 20px!important;
}
.area_total .area {
    width: 45px;
    height: 45px;
	top:0;
	font-size:1.4em;
}

}

 
/* 橫向智慧手機及其他更小解析度 */
@media (max-width: 480px) { 
h2{
	font-size:1.4em !important;
	margin-bottom: 10px;
}
h3{
	font-size:1.2em !important;
}
.modal-footer {
    border-top:none;
}


/*date*/
.delete_date {
    display: block;
    padding-left: 0;
}


/*index_chart*/
.index_chart{
	font-size:0.9em;
}
.index_chart .container {
    padding: 20px 5%;
}
.index_chart .con_font {
    width: 100%;
	display:block;
}
.index_chart .btn {
    width: 100%;
	display:block;
	margin-top:15px;
}


/*index_vr*/
.index_vr .con_font {
    width: 100%;
}
.index_vr .img {
    width: 100%;
	padding: 30px 20%;
}


/*footer*/
footer .container {
	padding:0 25px;
}
.footer_list {
	font-size:0.8em;
    background-size: 30%;
}
.footer_list>.online {
	display:none !important;
}
.footer_list>.menu {
    width: 100%;
	padding: 10px 0;
}
.footer_list>.contact {
    padding-right: 0;
}
.footer_list>.contact .title {
    padding: 5px 0 10px 0;
}


/*copyright*/
.copyright .con {
    font-size: 0.7em;
	padding: 0 0 5px 0;
}
.copyright .logo ,.copyright .link {
	display:none;
}
.copyright .con {
    width: 100%;
}


/*page_banner*/
.page_banner h2{
	padding-right:50px;
}
.page_banner ,.page_banner .container{
    height: 80px;
}
.page_banner h2:before {
	background-size:60%;
	top:-15px;
}


/*表單管理*/
.form_box {
	/*border: solid #f5f5f5 5px;*/
    padding: 5px;
}
.form_q{
	border-right:none;
	text-align:left;
	width:100%;
	display:block;
	margin: 0 0 -20px 0;
	padding:8px 15px 0 15px;
	float: left;
}
.form_q label {
    font-weight:bold;
}
.form_a {
    width: 100%;
	display:block;
	margin: 0;
	padding:15px 15px 10px 15px;
	/*border-bottom: #ccc dotted 1px;*/
	float: left;	
}
.form_box .table-row:last-child .form_a{
	border-bottom: none;
}
.verification_code{
	margin:5px 0 3px 0;
	display:inline-block;
}
.forum_subject img {
	width:100px;
}
.form_con .form-group .title ,.form_con .form-group .con_font{
	width:100%;
}

/*sitemap*/
.one_content{
	background-size:130%;
}


/*分級級別評量*/
.grade_tag .item{
	width:100%;
	margin: 20px 0 0 0;
	min-height:auto !important;
}
.grade_tag{
	margin-bottom: 20px;
}


/*grade_type*/
.grade_result img {
    width: 60px;
}


/*.grade_result*/
.grade_result_img{
	width:100%;
	text-align:left;
	margin: 0 0 30px 0;
}
.grade_result_img img{
	width:60px;
}
.grade_result{
	width:100%;
}


/*業者專區-產品資料*/
.product_box .title{
	width:100% !important;
	text-align:left !important;
	padding:7px 15px !important;
	font-size:1em !important;
}
.product_box .con_font{
	width:100% !important;
	padding:2px 15px 15px 15px !important;
    margin-top: 0 !important;
}


/*業者專區-友善遊戲*/
.friendly_type .item a {
    font-size: 1em;
}


/*chart_filter*/
.chart_filter .filter_title ,.chart_filter .filter_font {
    width: 100%;
    display: block;
}


/*chart_total*/
.chart_total {
	font-size:0.9em;
}
.chart_total .total {
    width: 130px;
}


/*chart_con*/
.chart_con .pie {
    width: 100%!important;
	margin-bottom:20px;
}
.chart_con .bar{
    width: 100%!important;
}


/*chart_list*/
.chart_list li {
    width: 50%;
}
.chart_list li:nth-child(4n+1),.chart_list li:nth-child(3n+1){
	clear:none;
}
.chart_list li:nth-child(2n+1){
	clear:both;
}


/*chart_file*/
.chart_file .tab-pane ul ul{
	min-height:auto;
}
.chart_file .tab-pane>ul>li{
	width:100%;
}



}


@media (min-width: 769px) {
/*rwd table*/
.rwd-table td:before {
    display: none;
}
.rwd-table th, .rwd-table td {
    display: table-cell;
    padding: 0.25em 0.5em;
}
.rwd-table th:first-child,.rwd-table td:first-child {
    /*padding-left: 0;*/
}
}

/*-----------------------------------------for編輯器--------------------------------------------*/
.w-100{
	width:100%;
}
.w-80{
	width:80%;
}
.w-800{
	max-width:800px;
}
.w-auto{
	width:auto;
	max-width:100%;
}
.input-xlarge {
    width: 420px!important;
}
.input-large {
    width: 320px!important;
}
.input-medium {
    width: 240px!important;
}
.input-small {
    width: 145px!important;
}
.input-xsmall {
    width: 80px!important;
}
.float_left {
    float: left;
}
.float_right {
    float: right;
}
.text_center ,.text-center {
    text-align: center!important;
}
.text_right ,.text-right {
    text-align: right!important;
}
.text_left ,.text-left {
    text-align: left!important;
}
.red {
    color: #c00;
}
.white{
	color:#fff;
}
.black{
	color:#000;
}
.gray{
	color:#666;
}
.blue_01{
	color:#3e76b6;
}
.blue_02{
	color:#003f86;
}
.green_01{
	color:#588216;
}
.green_02{
	color:#00693E;
}
.orange_01{
	color:#C45519;
}
.orange_02{
	color:#a6410a;
}
.brown_01{
	color:#817461;
}
.brown_02{
	color:#513710;
}
.pink{
	color:#B648B7;
}
.purple{
	color:#800080;
}
.required {
    color: #c00;
    font-size: 0.9em;
    line-height: 140%;
    padding: 3px 0;
}
.img_padding {
    padding: 10px;
}
.img_pic {
    border: solid #ccc 1px;
    padding: 10px;
    box-shadow: 0px 0px 2px 2px rgba(20%,20%,20%,0.1);
}
.blockquote_font{
	max-width: 96%;
    margin: 30px auto;
    color: #333;
    border-left: 6px solid #2b50a8;
	padding-left: 1.5em;
}
.noborder{
	border:none!important;
}

@media (max-width: 480px) { 
.input-large ,.input-medium ,.input-small ,.input-xsmall {
    max-width:100%!important;
	width:100%!important;
}
}


/*for 後台 table scroll*/
.modal-content ,.modal-body ,.modal-footer{
	width: 100%;
	float:left;
}
.bootbox-body{
	width:100%;
}
.modal-content .modal-title{
	color:#000;
}
.bootbox-body .table-scrollable {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    border: none;
}
.bootbox-body .table-scrollable > .table-bordered > thead > tr:last-child > th,.bootbox-body .table.table-bordered thead > tr > th {
	border-bottom: 0;
	border: 1px solid #ddd;
	line-height: 130%;
	vertical-align: middle;
	padding: 10px;
}
.bootbox-body .table-scrollable > .table {
	width: 100% !important;
	margin: 0 !important;
	min-width: 650px;
}
.bootbox-body .table{
	margin-bottom:5px;
}
.bootbox-body .table > tbody > tr > td {
    line-height: 190%;
	border: 1px solid #ddd;
	padding: 5px 10px;
	line-height:150%;
}
.bootbox-body .table-scrollable > .table > thead {
    border-top: solid 1px #ddd;
}
.bootbox-body .table-scrollable > .table > thead > tr > th,.bootbox-body .table-scrollable th,.bootbox-body .table > thead > tr > th {
	white-space: nowrap;
	padding: 8px;
	background: #666;
	color: #fff;
	font-weight: 500;
}
.bootbox-body .table-hover > tbody > tr:hover {
    /*background: rgba(0,105,62,0.05);*/
}
.bootbox-body .table-even > tbody > tr:nth-child(even) {
    /*background: rgba(0,105,62,0.05);*/
}
.bootbox-body .delete_th {
    padding:0 !important;
}
.bootbox-body #page_number{
	float:none!important;
	width:100%;
	max-width:868px;
	height: 40px;
	padding:0 !important;
}
.bootbox-body #page_number>div{
	opacity:1 !important;
    transform: translateX(-0px) scale(0.95)!important;
    -webkit-transform: translateX(-0px) scale(0.95)!important;
}


@media (max-width: 991px) { 
.bootbox-body #page_number{
	height: 80px;
	padding:0;
}
}


/*table*/
.table {
    display: table;
	border-color:#ddd;
	width:100%;
}
.table_01 {
    display: table;
	border:none;
	text-align:left;
}
.table-row {
    display: table-row;
}
.table-cell {
    display: table-cell;
}


/*縮排*/
.paddingleft22{
	padding-left:22px;
}
.textindent22{
	text-indent: -22px;
}
.text_indent{
	text-indent: 2em;
}


/*清單*/
.ol_01{
	list-style-type:cjk-ideographic; /*一, 二, 三*/
}
.ol_02{
	list-style-type:upper-latin; /*A, B, C*/
}
.ol_03{
	list-style-type:lower-alpha; /*a, b, c*/
}
.ul_01{
	list-style-type:square; /*實心方塊*/
}
.ul_02{
	list-style-type: disc; /*實心圓*/
}
.ul_none ,.ol_none{
	list-style:none;
	padding-left: 0;
}

/*for IE*/
@media screen\0 {
.ol_01{
	list-style-type:decimal-leading-zero; /*01,02,03*/
}
}


/*錨點*/
.anchor_list{
	float:left;
	width:100%;
	list-style:none;
	margin-bottom:20px;
	padding-left:0 !important;
}
.anchor_list a{
	float:left;
	padding:5px 15px;
	border-radius:5px;
	color:#333;
	margin:5px;
	border: solid #ccc 1px;
	text-decoration:none;
}
.anchor_list li{
	float:left;
}
.anchor_list a:hover ,.anchor_list a:focus{
	background:#176c92;
	color:#fff;
	box-shadow:none;
	border: solid #176c92 1px;
}


/*併排4*/
.list_04{
	float:left;
	width:100%;
}
.list_04 .item {
	float: left;
	width: 22%;
	margin: 1.5%;
}
.list_04 .item img{
	margin-bottom:10px;
}
.list_04 .item:nth-child(4n+1) {
	clear: both;
}

@media (max-width: 767px) {
.list_04 .item  {
	width: 29.3%;
	margin:2%;
}
.list_04 .item:nth-child(4n+1) {
	clear: none;
}
.list_04 .item:nth-child(3n+1) {
	clear: both;
}
}

@media (max-width: 480px) {
.list_04 .item{
	width: 44%;
	margin: 3%;
}
.list_04 .item:nth-child(4n+1) ,.list_04 .item:nth-child(3n+1) {
	clear: none;
}
.list_04 .item:nth-child(2n+1) {
	clear: both;
}
.list_04 .item img {
	width: 100%;
}
}


/*併排3*/
.list_03{
	float:left;
	width:100%;
}
.list_03 .item {
	float: left;
	width: 29.3%;
	margin: 2%;
}
.list_03 .item img{
	margin-bottom:10px;
}
.list_03 .item:nth-child(3n+1) {
	clear: both;
}

@media (max-width: 767px) {
.list_03 .item  {
	width: 46%;
}
.list_03 .item:nth-child(3n+1) {
	clear: none;
}
.list_03 .item:nth-child(2n+1) {
	clear: both;
}
}

@media (max-width: 480px) {
.list_03 .item{
	width: 90%;
	margin: 5%;
}
.list_03 .item img {
	width: 100%;
}
}


/*併排2*/
.list_02{
	float:left;
	width:100%;
}
.list_02 .item {
	float: left;
	width: 44%;
	margin: 3%;
}
.list_02 .item img{
	margin-bottom:10px;
}
.list_02 .item:nth-child(2n+1) {
	clear: both;
}

@media (max-width: 767px) {
.list_02 .item{
	width: 90%;
	margin: 5%;
}
}


/*youtube影片*/
.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
	width:100%;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.embed-responsive-16by9 {
	padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
	padding-bottom: 75%;
}


@media print {
/*清除網址*/
a[href]:after {
	content: none !important;
}

/*解決Safari 在列印時使用異常小的字體*/
.container {
	width: auto;
}

.con_box{
	margin: 0;
	border: initial;
	border-radius: initial;
	width: initial;
	min-height: initial;
	box-shadow: initial;
	background: initial;
	page-break-after: always;
}

}

/*列印尺寸電腦版*/
@page {
 size: A3;
 margin: 0;
}


