.top_btn {
    width: 150px;
    height: 40px;
    background-color: #cacaca;
    color: #FFF;
    border: none;
    outline: none;
    border-radius: 10px;
    margin: 3px;
}

.top_btn.active, .top_btn:hover {
    background-color: #db287c;
}

.top_btn.notactive:hover {
    background-color: #cacaca;
    cursor: no-drop;
}

#contact_btn {
    width: 80%; 
    height: 80px;
    background-color: #db287c;
    margin: 30px auto 30px auto;
    border-radius: 10px; 
    display: flex; 
    align-items: center; 
    justify-content: center;
    color: white; 
    font-size: 18px;
    cursor: pointer;
}

#contact_notice{
	margin-bottom: 30px;
	font-size: 14px;
}

.ku{width:600px;margin:0 auto;}
.pointbx{
	position:relative;
	width:100%;
	margin:30px auto 25px;
	font-size:15px;
	text-align:left;
	color:#404040;
	}
.pointbx > strong{font-size:18px;color:#0c417e;}
.pointbx > ul{
	display:block;
	padding-left:20px;
	}
.pointbx > ul li{
	list-style-type: decimal;
	font-weight: bold;
}

.pointbx a {
	color: #0A4F81;
	text-decoration: underline !important;
}

p{color:#666666;}

/*   header ------------------------------------------------ */
.header-wrap{ padding:20px;}
.navframe{display: inline-block; margin:0 auto; position:relative;}
a.appled{line-height:1.42857143!important; font-size:15px; display:inline-block; position:absolute; left:-150px; top:0; padding-top: 13px;}
.mainmenu{width:100%;height:50px; background-color:#032e43; z-index:50; top:0; box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);}
.mainmenu ul{margin:0;}
.mainmenu ul li{float:left; display:inline-block;padding-top:7px;}
.mainmenu ul li a{display:inline-block; padding:0 20px; color:#fff; line-height:45px; font-size:18px;}
.mainmenu ul li a:hover{color:#ffdb00;}
.mainmenu ul li.dig{border-right:none; display:inline-block; width:200px;}
.mainmenu ul li.dig 
.mainmenu ul li a:hover, .mainmenu ul li a:focus, .mainmenu ul li a:active, .mainmenu ul li a.active{
	color:#ffdb00;
	background-color: #032e43;
}

.kv{
	padding-top: 55px;
}

.align {
	display: flex;
	flex-direction: column;
    align-items: center;
	text-align: left;
}

.pl {
	padding-left: 0.7em;
}

@media only screen and (max-width: 1200px) and (min-width: 1025px){ 
	.mainmenu ul li a{padding: 0px 15px;font-size: 17px;}
}

/*  iPad 橫式 1024x768  ------------------------------------ */
@media only screen and (max-width: 1024px) and (min-width: 970px) { 
	.mainmenu ul li a{padding: 0px 15px;font-size: 16px;}
	.nav-tabs.nav-justified>li {display: table-cell;width: 10%;}
}

@media only screen and (max-width: 870px) {
	.mainmenu ul li a{padding: 0 11px; font-size: 14px}
}

@media(max-width:767px) {	
.mainmenu{display:none;}
}


/*   content-section-ex1 ------------------------------------------------ */
.content-section-ex1{	
	/*background-image: url(../img/service/bg2.png);*/
	background-repeat: repeat;
	/*background-color: #81C7D4;*/
}

/*.express-tt1{font-size:3.0em;margin-top:30px;margin-bottom:30px;line-height:1em;}
*/

.ex1wd{
	padding-top: 50px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}

.ex1wd h2{color:#0c417d;}

.ex1wd h3{
	font-size:1.6em;
	font-weight: 600;
    font-style: normal;
    line-height: 1.7em;
	margin-top: 24px;
	padding-top:24px;
}

.ex1wd p{
	color:#404040;
	font-size: 0.8em;
	margin-top: 24px;
	padding-top:24px;
}

#pa3 {margin-left: 5%;}

#pa3 ul li {
	text-indent: -0.6em;
	line-height: 1em;
	margin-top: 0.5em;
	font-weight: 400;
	font-size:16px;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) { 
	.kv{
		padding-top: 0px;
	}

    .ex1wd{
        padding-top: 30px;
        padding-bottom: 0px;
        font-size: 10px;
    }

	.ex1wd h3{
		margin-top: 0px;
		padding-top: 0px;	
	}

}

@media(max-width:768px) {
	.ex1wd p {
		margin-top: 0px;
		padding-top: 0px;
		line-height: 2em;
	}

	.content-section-ex1 .col-sm-6 {
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
	}

	#pa3 {margin-left: 7%;}

}

@media(max-width:480px) {
	.ex1wd h3{
		margin-top: 0px;
		padding-top: 0px;	
	}

	.logoimg {
		width: 90%;
		margin: 10% auto;
	}
}

/*   content-section-ex2 ------------------------------------------------ */
.content-section-ex2{
    background-color: #efefef;
	background-repeat: repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e6e4d8;
	text-align:left;
}
        
.logoimg {
	margin-top: 11%;
}

.express-tt1{font-size:3.0em;margin-top:30px;margin-bottom:30px;line-height:1em;}

.ex2wd{
	padding-top: 60px;
	padding-right: 60px;
	padding-bottom: 60px;
	padding-left: 60px;
	margin: 0 auto;
}

.ex2wd h2{color:#0c417e;}

.ex2wd h3{
	font-size:1.6em;
	font-weight: 600;
    font-style: normal;
    line-height: 1.7em;
	margin-top: 24px;
	padding-top:24px;
}

.ex2wd p{
	font-size: 1.4em;
	margin-top: 24px;
}

#pa2 {
	margin-left: 6%;
}

#pa2 ul li {
	list-style-type: disc;
	font-weight:400;
	font-size:16px;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) { 
.ex2wd{
	padding-top: 0px;
    padding-bottom: 0px;
}
}

@media(max-width:767px) {
	.ex2wd{
	padding-top: 0px;
    padding-bottom: 0px;
}

}
/*   content-section-ex3 ------------------------------------------------ */
.content-section-ex3{
	background-repeat: repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e6e4d8;
	text-align:left;
}

.col-lg-4 {width: 25%;}

.pa8 {
    height: 100px;
}

.express-tt1{font-size:3.0em;margin-top:30px;margin-bottom:30px;line-height:1em;}

.ex3wd{
	padding-top: 60px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}

.ex2wd h2{color:#0c417e;}

.ex2wd h3{font-size:1.6em;}

.ex2wd p{
	font-size: 1.4em;
	margin-top: 24px;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) { 
.ex2wd{
	padding-top: 0px;
    padding-bottom: 0px;
}
}

@media(max-width:767px) {
	.col-lg-4 {
		width: 90%;
		margin: 0 auto;
	}

	.ex2wd{
	padding-top: 0px;
    padding-bottom: 0px;
}
}
/*   content-section-ex4 ------------------------------------------------ */
.content-section-ex4{
    background-color: #efefef;
	background-repeat: repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e6e4d8;
	text-align:center;
	}

.express-tt1{font-size:3.0em;margin-top:30px;margin-bottom:30px;line-height:1em;}

.col-lg-3 {width: 25%;}

.ex4wd{
	padding-top: 50px;
	padding-right: 30px;
	padding-left: 30px;
}

.ex4wd h2{color:#0c417e;}

.ex4wd h3{font-size:1.6em;}

.ex4wd p{
	font-size: 1.4em;
	margin-top: 24px;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) { 
.ex3wd{
	padding-top: 0px;
    padding-bottom: 0px;
}
}

@media(max-width:767px) {
	.col-lg-3 {
		width: 70%;
		margin: 0 auto;
	}

	.ex3wd{
	padding-top: 0px;
    padding-bottom: 0px;
}
}


@media only screen and (max-width: 1024px) and (min-width: 768px) { 
.ex4wd{
	padding-top: 0px;
    padding-bottom: 0px;
}
}

@media(max-width:767px) {
	.ex4wd{
	padding-top: 0px;
    padding-bottom: 0px;
}
}

/*   content-section-ex5 ------------------------------------------------ */
.content-section-ex5{
	background-repeat: repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e6e4d8;
	text-align:left;
}

/*   content-section-cr1 ------------------------------------------------ */
.content-section-cr1{
	background-image: url(../img/help/bg_line.png);
	background-repeat: repeat;
	background-color: #f0d770;
	}

.express-tt1{font-size:3.0em;margin-top:30px;margin-bottom:30px;line-height:1em;}

.cr1wd{
	padding-top: 100px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}

.cr1wd h2{color:#0c417d;}

.cr1wd h3{font-size:1.6em;}

.cr1wd p{
	color:#db287c;
	font-size: 1.4em;
	margin-top: 24px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #db287c;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) { 
.cr1wd{
	padding-top: 0px;
    padding-bottom: 0px;
}
}

@media(max-width:767px) {
	.cr1wd{
	padding-top: 0px;
    padding-bottom: 0px;
}
}

/*   content-section-ex4-2
------------------------------------------------ */
.content-section-ex4-2{
	background-repeat: repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e6e4d8;
	text-align:center;
	}

.express-tt1{font-size:3.0em;margin-top:30px;margin-bottom:30px;line-height:1em;}

.ex3-2wd{
	padding-top: 50px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}

.ex3-2wd h2{color:#0c417e;}

.ex3-2wd h3{font-size:1.6em;}

.ex3-2wd p{
	font-size: 1.4em;
	margin-top: 24px;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) { 
.ex3-2wd{
	padding-top: 0px;
    padding-bottom: 0px;
}
}

@media(max-width:767px) {
	.ex3-2wd{
	padding-top: 60px;
    padding-bottom: 0px;
}
}

/*   content-section-ex4-2 ------------------------------------------------ */

.express-tt1{font-size:3.0em;margin-top:30px;margin-bottom:30px;line-height:1em;}

.ex4-2wd{
	padding-top: 50px;
	padding-right: 30px;
	padding-left: 30px;
}

.ex4-2wd h2{color:#0c417e;}

.ex4-2wd h3{font-size:1.6em;}

.ex4-2wd p{
	font-size: 1.4em;
	margin-top: 24px;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) { 
    .ex4-2wd{
        padding-top: 30px;
        padding-bottom: 0px;
		margin-bottom: 20px;
    }
    
    .pa8 {
        height: 80px;
    }
}

@media(max-width:767px) {
    .ex4-2wd{
		padding-top: 30px;
        padding-bottom: 0px;
		
    }

	.ex4-2wd img{
		width: 60%;
	}
    
    .pa8 {
        height: 60px;
    }
}

/*   content-section-atm1 ------------------------------------------------ */
.content-section-atm1{
	background-image: url(../img/service/bg2.png);
	background-repeat: repeat;
	background-color: #90B44B;
	}

.express-tt1{font-size:3.0em;margin-top:30px;margin-bottom:30px;line-height:1em;}

.atm1wd{
	padding-top: 150px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}

.atm1wd h2{color:#0c417d;}

.atm1wd h3{font-size:1.6em;}

.atm1wd p{
	color:#0c417e;
	font-size: 1.4em;
	margin-top: 24px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #0c417e;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) { 
.atm1wd{
	padding-top: 0px;
    padding-bottom: 0px;
}
}

@media(max-width:767px) {
	.atm1wd{
	padding-top: 0px;
    padding-bottom: 0px;
}
}

/*   content-section-cvs1 ------------------------------------------------ */
.content-section-cvs1{
	background-image: url(../img/service/bg2.png);
	background-repeat: repeat;
	background-color: #F4A7B9;
	}

.express-tt1{font-size:3.0em;margin-top:30px;margin-bottom:30px;line-height:1em;}

.cvs1wd{
	padding-top: 150px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}

.cvs1wd h2{color:#0c417d;}

.cvs1wd h3{font-size:1.6em;}

.cvs1wd p{
	color:#0c417e;
	font-size: 1.4em;
	margin-top: 24px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #0c417e;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) { 
.cvs1wd{
	padding-top: 0px;
    padding-bottom: 0px;
}
}

@media(max-width:767px) {
	.cvs1wd{
	padding-top: 0px;
    padding-bottom: 0px;
}
}



.service_btn{
	background-image: url(../img/help/bg_line.png);
	background-repeat: repeat;
	background-color: #0c417e;
	color: #fff;
	font-size: 1.3em;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	font-weight: 800;
	border:0px;
	margin-top:10px;
	border-radius:10px;
	}
	
.service_btn:hover{		background-image: url(../img/help/bg_line.png);
	background-repeat: repeat;background-color: #ff0166;color:#fff;}



@media only screen and (max-width: 1024px) and (min-width: 768px) { 
    #ap_p_1, [class^='content-section'] {
        font-size: 10px;
    }
}

@media(max-width:767px) {
    #ap_p_1, [class^='content-section'] {
        font-size: 10px;
    }
    .s_pic{
        width: 44%;
        margin: 0 auto;
    }
}

.a_targe{
    color: #337ab7;
}

.s_pic{
    width: 154px;
    margin-top: 49px;
}

.activity_text{
	color:#337AB7;
	line-height: 1.3;
}