@charset "utf-8";
/* CSS Document */
body{
	margin: 0;
	padding: 0;
	font-family:"微软雅黑","Microsoft YaHei","微軟正黑體","Microsoft JhengHei","Lucida Grande","Tahoma","Verdana","Arial","sans-serif","新細明體","PMingLiU";-webkit-text-size-adjust:100%;
	overflow-y:scroll;
	overflow-x:hidden; 
	color:#333333;
	}
a{
   outline: none;
   text-decoration: none;
   color: inherit;
}
img{
   border:0;
}
gray{
	color:#949494;
}
red{
	color:#ec799a;	
}
blue{
	color:#143949;	
}
/*inner_center 寬1024 置中*/
/*pc_hide 在網頁版隱藏 需包在外面*/
/*phone_hide 在手機版隱藏 需包在外面*/
.float{
	float:left;
}
.clear{
	clear:both;
}
.module_video{
	width: 100%;
	max-width: 600px;
	margin:20px 0; 
}
.mt25{
	margin-top:25px; 
}
.mt10{
	margin-top:10px; 
}
.vertical{
	display: table;
	height: 100%;
	width: 100%;
}
.vertical .vertical_cell{
	display: table-cell;
	vertical-align:middle;
}
.header{
	width: 100%;
}
.inner_center{
	margin:auto;
}
.banner{
	width: 100%;
	background-color: #568abb;
}
.banner .banner_img{
	position: relative;
	display: block;
	width: 100%;
	z-index: 0;
}
.menu{
	width: 100%;
	background-color: #ec799a;
	text-align: center;
}
.menu .inner_center{
	position: relative;
	background-image: url("../img/menu_border.png");
	background-repeat: no-repeat;
}
.menu .menu_btn1,.menu .menu_btn2,.menu .menu_btn3,.menu .menu_btn4{
	position: absolute;
	top:0;
	height:100%;
	cursor: pointer;
	color:#ffffff;
	letter-spacing: 2px;
	/*font-weight: bold;*/
}
.menu .menu_btn1.active,.menu .menu_btn2.active,.menu .menu_btn3.active,.menu .menu_btn4.active{
	background-color: #ffffff;
	color:#ec799a;
}
.menu .menu_btn1{
	left:0;
	/*width: 16%;	*/
	width: 16.5%;	
}
.menu .menu_btn2{
	left:16%;
	width: 26%;
}
.menu .menu_btn3{
	left:41.2%;
	width: 29.7%;
}
.menu .menu_btn4{
	/*left:71%;*/
	left:70.6%;
	/*width: 29%;*/
	width: 29.4%;
}
.menu .home_img{
	display: inline-block;
	background-image: url("../img/home.png");
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}
.menu_btn1.active .home_img{
	background-image: url("../img/home_active.png");
}
.content{
	width: 100%;
	background-color: #e4e4e4;
}
.content .inner_center{
	background-color: #ffffff;
	min-height: 400px;
}
.footer{
	background-color: #568abb;
	color:#ffffff;
	text-align: center;
}
.title{
	background-image: url("../img/title.png");
	background-repeat: no-repeat;
	color:#ec799a;
	font-weight: bold;
}
.title.sp{
	background-image: none;
	padding:0 !important;
}
.text_large{
	color:#143949;
	font-weight: bold;
}
.ol_general2,.ol_general4,.ol_general4s{
	position: relative;
	margin:5px 0;
	padding-left:50px; 
}
.ol_general2{
	padding-left:50px; 
}
.ol_general4{
	padding-left:85px; 
}
.ol_general4s{
	padding-left:75px; 
}
.ol_general2 .ol_title,.ol_general4 .ol_title,.ol_general4s .ol_title{
	position: absolute;
	top:0;
	left:0;
	color:#ed7a9b;
	display: inline-block;
	padding-right:8px;
	height:16px;    
}
.ol_general2 .ol_title .ol_general_border,.ol_general4 .ol_title .ol_general_border,.ol_general4s .ol_title .ol_general_border{
	position: absolute;
	right: 0;
	top:3px;
	width: 1px;
	height:17px;
}
.ol_general2 .ol_text,.ol_general4 .ol_text,.ol_general4s .ol_text{
	margin:7px 0;
}
.ol_general2 .ol_text2,.ol_general4 .ol_text2,.ol_general4s .ol_text2{
	margin-left: -85px;
	margin-top: 10px;
}
.ol_general2 .ol_number,.ol_general4 .ol_number,.ol_general4s .ol_number{
	width:17px;
	margin:0px 3px -3px 3px;
}

.table_radius{
	width:100%;
	overflow: hidden;
	border-radius: 7px;
}
.table_radius .table1{
	width:100%;
}
.table_radius .table1 td{
	background-color: #eeefef;
	text-align: center;
	border:3px solid #ffffff;
	padding:8px 0px; 
}
.table_radius .table1 td.othercolor{
	background-color: #ec7a9b;
	color:#ffffff;	
}
.table_radius .table1 td.othercolor2{
	background-color: #e2e2e2;
}
.table_outer .table_des{
	color:#ec7a9b;
	float:right;
}
.title_s{
	display: inline-block;
	overflow: hidden;
}
.title_s .text{
	position: relative;
	background-color: #ec7a9b;
	color:#ffffff;
	display: inline-block;
}
.title_s .text img{
	position: absolute;
	top:0px;
	right:-19px;
	width: 20px;	
}
.map{
	width: 30px;
	margin:0px 3px -11px 3px;
}
.module_btn{
	background-color: #568abb;
	color:#ffffff;
	padding:3px 15px;
	display: inline-block;
	border-radius: 1em;
	margin-right: 5px;
}
.module_btn2{
	background-color: #ec799a;
	color:#ffffff;
	padding:10px 5px 14px 5px;
	border-radius: 13px;
	width: 209px;
	margin:48px auto 0 auto;
	text-align: center;
}
.hr{
	width: 100%;
	height:2px;
	background-color: #e4e4e4;
}
.half_divl{
	float:left;
	width: 40%;
}
.half_divr{
	float:right;
	width: 56%;
}
.text_centerb{
	color:#ec799a;
	font-weight: bold;
	text-align: center;
}
#gotop {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;    
    cursor: pointer;
    background-repeat: no-repeat;
    width: 70px;
    height:70px;
    background-size: 100%;
    background-position: center;
    background-image: url("../img/top.png");
}
#gotop:hover{
	background-image: url("../img/top_active.png");
}
.page_Switch .btn{
	display: inline-block;
	border-radius: 1em;
	border:1px solid #ec799a;
	background-color:#efefef;
	color:#333333;
	margin-bottom: 10px;  
	padding:5px 30px;
	margin-right: 14px;	
}
.page_Switch .btn.active{
	background-color:#ec799a;
	color:#ffffff;
}
.essential{
	background-color: #F5F5F5;
	display: inline-block;
}
.essential .e_title{
	color:#143949;
	font-weight: bold;
}
.essential .e_title span{
	color:#e72054;
}

.essential .e_ol span{
	color:#e72054;
}
.table_outer.p4_1{
	max-width: 320px;
}
.img_general{
	display: block;
	width: 100%;
	margin:20px 0;
}
.organizer{
	margin:20px auto 10px auto;
	max-width: 860px;
}
.organizer.organizer3{
	max-width: 100%;
}
.organizer .in_div{
	margin:10px 4%;
	width:42%;
	float:left;
}
.organizer.organizer3 .in_div{
	margin:10px 2.6%;
	width:28%;
}
.organizer .top{
	color:#ec7a9b;
	text-align: center;
	border-bottom:2px solid #ed7a9b; 
	padding-bottom: 12px;
	font-weight: bold;
} 
.organizer .bottom{
	text-align: center;
	padding-top:20px; 
} 
.organizer.organizer3 .bottom .logo_img{
	width:77%;
} 
.organizer.organizer3 .bottom .logo_img_div{
	width:91%;
	display: inline-block;
	margin-top: 2%;
} 
.organizer.organizer3 .bottom .logo_img_div img{
	width:100%;
	display: block;
} 
.organizer .bottom .logo_img{
	width:49%;
} 
.organizer .bottom .logo_img1{
	width:39.9%;
} 
.organizer .bottom .logo_img2{
	width:58.1%;
} 
.point_li_outer{
	margin:15px 0;
}
.point_li_outer .point_li{
	position: relative;
	padding-left: 16px;
}
.point_li_outer .point_img{
	position: absolute;
	top:8px;
	left:0;
	width: 8px;
	height:8px;
	border-radius: 50%;
	background-color: #ec7a9b;
	display: inline-block;
}

.brackets_li_outer{
	margin:15px 0;
}
.brackets_li_outer .brackets_li{
	position: relative;
	padding-left: 27px;
	line-height: 1.9em;
}
.brackets_li_outer .brackets_img{
	position: absolute;
	top:0px;
	left:0;
}

.brackets_li_outer2{
	margin:15px 0;
}
.brackets_li_outer2 .brackets_li{
	position: relative;
	padding-left: 19px;
	line-height: 1.7em;
}
.brackets_li_outer2 .brackets_img{
	position: absolute;
	top:0px;
	left:0;
}
.fb_icon{
	width: 22px;
	margin-bottom: -4px;
}
.table1.p4_2 td{
	padding:8px 10px;
}
.vertical_table{
	display:inline-block;
}
.full{
	background-color: #ec7a9b;
	border-radius: 50%;
	color:#ffffff;
	font-size: 15px;
	width: 22px;
	height:22px;
	text-align: center;
	display: inline-block;
	margin-left: 2px;
}
.footer .indiv{
	line-height: 1.8em;
	text-align: left;
	display: inline-block;
	max-width: 712px;
	padding:0 2%; 

}
.traffic_icon{
	margin-top: 25px;
}
.traffic_icon img{
	width:28px;
	margin-bottom: -7px;
	margin-right: 5px;
}
.traffic .point_li_outer{
	margin-left: 30px !important;
}
@media screen and (min-width: 1024px) {
     /*如果使用者之視窗寬度 >= 1024px，將會再載入這裡的 CSS。 電腦*/
.pc_hide{
	display: none;
}
.phone_hide{
	display: block;
}
.inner_center{
	width: 886px;
	padding:0 69px;
}
.banner .inner_center{
	width: 936px;
	height:386px;
	position: relative;
}
.menu .home_img{
	width: 31px;
	height:26px;
}
.menu .inner_center{
	height:57px;
	background-size: 100% 58px;
}
.content .inner_center{
	padding-top:63px;
	padding-bottom:75px;
}
.footer{
	padding:27px 5px;
}
.title{
	background-size: 71px;
	padding:11px 0 19px 69px;
	margin-left: -69px;
	margin-bottom: 20px;
	background-position: 0px 0px;
}
.title.sp{
	margin:0 0 14px 0 !important;
}
.text_large{
	margin:10px 0;
}
.text_general{
	line-height: 1.7em;
	margin:15px 0; 
}
.table_outer{
	margin:20px 0; 
}
.table_outer .table_des{
	margin-top: 9px;
}
.title_s{
	padding-right: 22px;
	margin:20px 0; 
}
.title_s .text{
	padding:9px 5px 9px 14px;
}
.hr{
	margin:45px 0;
}
.text_centerb{
	margin:30px 0;
}
.essential{
	padding:20px 40px 30px 40px;
	margin: 20px 0;
}
.essential .e_title{
	margin-bottom: 12px;
}
.essential .e_ol{
	text-indent: -30px;
	padding-left:30px;
	margin-top: 9px;
}
.page_Switch{
	margin-top: -25px;
	margin-bottom: 25px;
}
.point_li_outer .point_li{
	margin:7px 0;
}
.ol_general2.sp,.ol_general4.sp{
	line-height: 1.8em;
}
.ol_general2.sp .ol_general_border,.ol_general4.sp .ol_general_border{
	top:9px;
}
.vertical_table{
	width:20px;
}

	/*電腦版結束*/
}

@media screen and (max-width: 1023px) {
     /*如果使用者之視窗寬度 <= 1023px，將會再載入這裡的 CSS。手機板*/
.pc_hide{
	display: block;
}
.phone_hide{
	display: none;
}
.inner_center{
	width: 100%;
}
.content .inner_center{
	width: auto;
	padding:20px 18px;
}
.menu .home_img{
	width: 25px;
	height: 21px;
}
.menu .inner_center{
	height:45px;
	background-size: 100% 45px;
}
.footer{
	padding:11px 5px;
}
.title{
	background-size: 37px 31px;
	padding:4px 0 7px 89px;
	margin-left: -72px;
	background-position: 54px 3px;
	margin-bottom: 10px;
}
.title.sp{
	margin:0 0 12px 0 !important;
}
.text_large{
	margin:7px 0;
}
.text_general{
	line-height: 1.6em;
	margin:7px 0; 
}
.table_outer{
	margin:10px 0; 
}
.table_outer .table_des{
	margin-top: 4.5px;
}
.title_s{
	padding-right: 22px;
	margin:10px 0; 
}
.title_s .text{
	padding:5px 4px 6px 10px;
}
.hr{
	margin:30px 0;
}
.text_centerb{
	margin:20px 0;
}
.essential{
	padding:20px 25px 22px 25px;
	margin: 10px 0;
}
.essential .e_title{
	margin-bottom: 8px;
}
.essential .e_ol{
	text-indent: -26px;
	padding-left:26px;
	margin-top: 5px;
}
.page_Switch{
	margin-bottom: 10px;
}
.point_li_outer .point_li{
	margin:6px 0;
}
.ol_general2.sp,.ol_general4.sp{
	line-height: 1.6em;
}
.ol_general2.sp .ol_general_border,.ol_general4.sp .ol_general_border{
	top:6px;
}
.vertical_table{
	width:18px;
}
.module_btn2{
	padding:8px 5px 9px 5px;
	border-radius: 13px;
	width: 190px;
	margin:35px auto 0 auto;
}
     /*手機版結束*/
}
@media screen and (max-width: 750px) {
.half_divl{
	float: none;
	width: 100%;
}
.half_divr{
	float: none;
	width: 100%;
}

.organizer .in_div{
	margin:25px auto;
	width:100%;
	float: none;
	max-width: 300px;
}
.organizer.organizer3 .in_div{
	margin:20px auto 10px auto;
	width:100%;
	float: none;
}
.organizer.organizer3 .bottom{
	padding-top:0px; 
} 
.page_Switch .btn{
	padding:4px 12px;
	font-size: 15px;
}
}
@media screen and (max-width: 550px) {
.full{
	font-size: 12px;
	width: 17px;
	height:17px;
	margin-left: 1px;
}
.menu .vertical_cell{
	font-size: 14px;
}
.table_radius{
	font-size: 13px;
}
.vertical_table{
	width: 17px;
}
.page_Switch .btn{
	padding:3px 8px;
	margin-right: 3px;
	font-size: 13.5px;
}

}
@media screen and (max-width: 430px) {
.page_Switch{
	margin-left: -10px;
}
.page_Switch .btn{
	padding:3px 8px;
	font-size: 12px;
}

}
@media screen and (max-width: 376px) {
.menu .home_img{
	width: 21px;
	height: 17px;
}
.table_radius{
	font-size: 12px;
}
.full{
	font-size: 12px;
	width: 15px;
	height:16px;
	margin-left: 0px;
}
.vertical_table{
	width: 14px;
}

}
@media screen and (max-width: 370px) {
.menu .vertical_cell{
	font-size: 12px;
}
.page_Switch{
	margin-left: -16px;
	width: 120%;
}
.page_Switch .btn{
	padding:3px 3px;
	font-size: 12px;
	margin-right: 1px;
}
}

