@charset "utf-8";
/* CSS Document */

body{
	font-family:"微軟正黑體";
	background:#efefef;
}

*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

ul{
	list-style-type:none;
	margin:0;
	padding:0;
}

ul li, p{
	padding:0;
	margin:0;
}



/*---------------description--------------*/

.wrapper3{
	width:100%;
	max-width:1110px;
	margin:0 auto;
	background: #fff;
	height:100%;
}

.decription-tabs-content{
	overflow: hidden;
	height: auto;
	padding-bottom: 50px;
}

.wrapper3 .btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
    padding: 0 20px;
}

.wrapper3 .btn-group-justified > .btn, 
.wrapper3 .btn-group-justified > .btn-group {
    display: table-cell;
    float: none;
    width: 1%;
    padding: 35px 15px;
}

.wrapper3 .btn{
	height:115px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#363636+1,000000+100 */
	background: rgb(54,54,54); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(54,54,54,1) 1%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(54,54,54,1) 1%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(54,54,54,1) 1%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#363636', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	border:none;
	color: #efefef;
	font-size: 50px;
	font-weight: bold;
}

.btn-bg {
    padding: 2px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#da952b+1,f6d9a9+46,da952b+100 */
	background: rgb(218,149,43); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(218,149,43,1) 1%, rgba(246,217,169,1) 46%, rgba(218,149,43,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(218,149,43,1) 1%,rgba(246,217,169,1) 46%,rgba(218,149,43,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(218,149,43,1) 1%,rgba(246,217,169,1) 46%,rgba(218,149,43,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#da952b', endColorstr='#da952b',GradientType=1 ); /* IE6-9 */
    border-radius: 2px;
}

.btn-pref .btn {
    -webkit-border-radius:0 !important;
}

.wrapper3 .well {
    margin-bottom: 0;
	padding: 0;
}

.wrapper3 .btn-default:active:hover, 
.wrapper3 .btn-default.active:hover, 
.wrapper3 .open > .dropdown-toggle.btn-default:hover, 
.wrapper3 .btn-default:active:focus, 
.wrapper3 .btn-default.active:focus, 
.wrapper3 .open > .dropdown-toggle.btn-default:focus, 
.wrapper3 .btn-default:active.focus, 
.wrapper3 .btn-default.active.focus, 
.wrapper3 .open > .dropdown-toggle.btn-default.focus {
    color: #efefef;
    background-color: none;
}

.well-title{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffebcd+0,c9a165+100 */
	background: rgb(255,235,205); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,235,205,1) 0%, rgba(201,161,101,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,235,205,1) 0%,rgba(201,161,101,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,235,205,1) 0%,rgba(201,161,101,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffebcd', endColorstr='#c9a165',GradientType=0 ); /* IE6-9 */
	overflow: hidden;
	border-bottom:3px solid #ffeac9;
	font-size: 60px;
	color:#282828;
	font-weight: bold;
	text-align: center;
	height:122px;
	line-height: 122px;
}

.well-title .col-xs-7{
	position:relative;
}

.well-title .col-xs-7:after{
	content: "";
	display: inline-block;
	position: absolute;
	width:3px;
	height: 105px;
	top:10px;
	background: #c9a165;
	right: 0;
	box-shadow: 3px 0 0 #ffeac9;
}



.well-list{
	padding: 0;
	margin-top: 10px;
}

.well-list>li{
	border-bottom: 2px solid #464646;
	box-shadow: 0 2px 0 #000;
	font-size: 48px;
	font-weight: bold;
	color:#333;
	line-height: 55px;
	padding: 40px 55px 35px;
	overflow: hidden;
	
}

.well-list>li>ul>li:nth-child(1){
	text-align: left;
}

.well-list>li>ul>li:nth-child(2){
	text-align: right;
}

.pd0{
	padding: 0;
}

.pr0{
	padding-right: 0;
}

.well-list.well-list2>li{	
	padding: 20px 55px;	
}

.well-list.well-list2>li>ul>li:nth-child(2) span{	
	font-family: Times, "Times New Roman", "serif"
}



@media (max-width:991px){
	.wrapper3 .btn{
		font-size: 40px;
		height:100px;
	}
	
	.well-title{
		font-size: 50px;
		height:112px;
		line-height: 112px;
	}
	
	.well-title .col-xs-7:after{
		height: 95px;
		width:2px;
		top:8px;
		box-shadow: 2px 0 0 #ffeac9;
	}
	
	.well-list>li{
		font-size: 40px;
		line-height: 48px;
		padding: 35px 50px 30px;

	}
	
	.well-list.well-list2>li{	
		padding: 15px 50px;	
	}
}

@media (max-width:767px){
	.wrapper3 .hidden-xs {
		display: block !important;
	}
	
	.wrapper3 .btn{
		font-size: 32px;
		height:80px;
	}
	
	.well-title{
		font-size: 40px;
		height:100px;
		line-height: 100px;
	}
	
	.well-title .col-xs-7:after{
		height: 90px;
		width:2px;
		top:6px;
		box-shadow: 2px 0 0 #ffeac9;
	}
	
	.well-list>li{
		font-size: 35px;
		line-height: 42px;
		padding: 28px 40px 25px;
	}
	
	.well-list.well-list2>li{	
		padding: 15px 40px;	
	}	
}




@media (max-width:680px){	
	.wrapper3 .btn{
		font-size: 28px;
		height:80px;
	}
	
	.well-title{
		font-size: 35px;
		height:90px;
		line-height: 90px;
	}
	
	.well-title .col-xs-7:after{
		height: 80px;
		width:1px;
		top:5px;
		box-shadow: 1px 0 0 #ffeac9;
	}
	
	.well-list>li{
		font-size: 30px;
		line-height: 37px;
		padding: 20px 35px;
	}
	
	.well-list.well-list2>li{	
		padding: 10px 35px;	
	}	
}

@media (max-width:580px){    
	.wrapper3 .btn{
		font-size: 22px;
		height:60px;
	}
	
	.well-title{
		font-size: 27px;
		height:70px;
		line-height: 70px;
	}
	
	.well-title .col-xs-7:after{
		height: 60px;
		top:5px;
	}
	
	.wrapper3 .btn-group-justified > .btn, 
	.wrapper3 .btn-group-justified > .btn-group {		
		padding: 25px 10px;
	}	
	
	.well-list>li{
		font-size: 25px;
		line-height: 32px;
		padding: 15px 30px;
		border-bottom: 1px solid #464646;
		box-shadow: 0 1px 0 #000;
	}
	
	.well-list.well-list2>li{	
		padding: 10px 30px;	
	}
}


@media (max-width:480px){	
	.decription-tabs-content{
		padding-bottom: 27px;
	}
	
	.wrapper3 .btn{
		font-size: 20px;
		height:60px;
	}
	
	.well-title{
		font-size: 24px;
		height:60px;
		line-height: 60px;
		border-bottom: 2px solid #ffeac9;
	}
	
	.well-title .col-xs-7:after{
		height: 48px;
		top:5px;
	}	
	
	.wrapper3 .btn-group-justified {
		padding: 0 10px;
	}
	
	.well-list>li{
		font-size: 20px;
		line-height: 27px;
		padding: 12px 20px;
	}
	
	.well-list.well-list2>li{	
		padding: 8px 20px;	
	}
}

@media (max-width:380px){
	.wrapper3 .btn{
		font-size: 18px;
		height:45px;
	}
	
	.well-title{
		font-size: 20px;
		height:50px;
		line-height: 50px;
	}
	
	.well-title .col-xs-7:after{
		height: 38px;
		top:5px;
	}	
	
	.wrapper3 .btn-group-justified > .btn, 
	.wrapper3 .btn-group-justified > .btn-group {		
		padding: 20px 5px;
	}	
	
	.well-list>li{
		font-size: 18px;
		line-height: 24px;
		padding: 10px 15px;
	}
	
	.well-list.well-list2>li{	
		padding: 8px 15px;	
	}
}

@media (max-width:320px){
	.wrapper3 .btn{
		font-size: 17px;
		letter-spacing: -1px;
	}
}





/*------------privacy-------------*/

.font-size1{
	font-size:45px;
	font-weight: bold;
	line-height: 56px;
	color:#333;
}

.notic-detail{
	overflow: hidden;
	background: #fff;
	position: relative;
	padding:20px 40px 25px;
	padding-bottom: 25%;
}

.notice-list .left h3,
.notic-detail h3{
	font-size: 60px;
	color:#2e619c;
	font-weight: bold;
}

.notic-detail h3{
	margin-top: 20px;
}

.privacy-text{
	margin-top: 30px;
}

.text-justify{
	text-align: justify;
}

@media (max-width:991px){
	.font-size1{
		font-size:35px;
		line-height: 48px;
	}
	
	.notic-detail h3{
		font-size: 50px;
	}
	
	.privacy-text{
		margin-top: 20px;
	}
}

@media (max-width:850px){
	.font-size1{
		font-size:28px;
		line-height: 40px;
	}
	
	.notic-detail{
		padding:15px 30px 20px;
		padding-bottom: 20%;
	}
}

@media (max-width:767px){
	.font-size1{
		font-size:22px;
		line-height: 35px;
	}
	
	.notic-detail{
		padding:15px 25px 13px;
		padding-bottom: 20%;
	}
	
	.notic-detail h3{
		font-size: 38px;
		margin-top: 10px;
	}
	
	.privacy-text{
		margin-top: 15px;
	}
}

@media (max-width:680px){
	.privacy-text{
		margin-top: 10px;
	}
}

@media (max-width:580px){
	.font-size1{
		font-size:20px;
		line-height: 30px;
	}
	
	.notic-detail{
		padding:12px 20px 10px;
		padding-bottom: 25%;
	}
	
	.notic-detail h3{
		font-size: 30px;
	}
}

@media (max-width:480px){
	.font-size1{
		font-size:17px;
		line-height: 28px;
	}	
}

@media (max-width:350px){
	.notic-detail h3{
		font-size: 22px;
	}
}




.privacy_mb{
	margin-bottom: 80px;
}

ul.font-size1.text-justify.privacy_list {
    padding-left: 55px;
}

ul.privacy_list li{
	list-style: decimal;
	margin-bottom: 35px;
}

ul.privacy_list.privacy_list_mb li{
	margin-bottom: 15px;
}

.privacy{
	font-family: "微軟正黑體";
	color:#e2a426;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 5px;
	font-size: 55px;
}

.privacyTxt_mb{
	margin-bottom: 25px;
}

@media (max-width:991px){
	.privacy{
		font-size: 50px;
	}
	
	.privacy_mb{
		margin-bottom: 70px;
	}
	
	ul.font-size1.text-justify.privacy_list {
		padding-left: 40px;
	}
}


@media (max-width:850px){
	.privacy{
		font-size: 40px;
	}
	
	.privacy_mb{
		margin-bottom: 60px;
	}
}

@media (max-width:767px){
	.privacy{
		font-size: 30px;
	}
	
	.privacy_mb{
		margin-bottom: 50px;
	}
	
	ul.privacy_list li {
		margin-bottom: 25px;
	}
	
	ul.font-size1.text-justify.privacy_list {
		padding-left: 30px;
	}
}

@media (max-width:680px){
	.privacy{
		font-size: 28px;
	}
	
	ul.font-size1.text-justify.privacy_list {
		padding-left: 25px;
	}
	
	ul.privacy_list li {
		margin-bottom: 15px;
	}
}

@media (max-width:580px){
	.privacy{
		font-size: 26px;
		margin-top: 35px;
	}
	
	.privacy_mb{
		margin-bottom: 40px;
	}
}

@media (max-width:480px){
	.privacy{
		font-size: 20px;
    	letter-spacing: -0.5px;
	}
	
	ul.font-size1.text-justify.privacy_list {
		padding-left: 20px;
	}
	
	ul.privacy_list li {
		margin-bottom: 10px;
	}
	
	ul.privacy_list.privacy_list_mb li{
	margin-bottom: 10px;
}
}

@media (max-width:400px){	
	ul.font-size1.text-justify.privacy_list {
		padding-left: 15px;
	}
}


/*********************************/
/*            back btn           */
/*********************************/

.back_btn {
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 1110px;
	z-index: 10;
}

.back_btn a{
	display: block;
	width:100%;
	height:150px;
	line-height: 150px;
	font-size: 55px;
	font-weight: bold;
	text-align: center;
	color:#282828;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffebcd+0,c9a165+100 */
	background: rgb(255,235,205); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,235,205,1) 0%, rgba(201,161,101,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,235,205,1) 0%,rgba(201,161,101,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,235,205,1) 0%,rgba(201,161,101,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffebcd', endColorstr='#c9a165',GradientType=0 ); /* IE6-9 */
	padding: 0;
}

.back_btn a:hover{
	color:#000;
	text-decoration: none;
}

@media (max-width:991px){
	.back_btn a{
		height:130px;
		line-height: 130px;
		font-size: 50px;
	}
}

@media (max-width:850px){
	.back_btn a{
		height:110px;
		line-height: 110px;
		font-size: 40px;
	}
}

@media (max-width:767px){
	.back_btn a{
		height:90px;
		line-height: 90px;
		font-size: 35px;
	}
}

@media (max-width:580px){
	.back_btn a{
		height:75px;
		line-height: 75px;
		font-size: 30px;
	}
}

@media (max-width:480px){
	.back_btn a{
		height:65px;
		line-height: 65px;
		font-size: 25px;
	}
}

@media (max-width:360px){
	.back_btn a{
		height:60px;
		line-height: 60px;
		font-size: 23px;
	}
}
