@charset"utf-8";
.mobile, .mb{
	display: inline-block;
}
.comuter{
	display: none;
}
header {
	position: fixed;
	width: 100%;
	max-width: auto;
	height: 65px;
	left: 0;
	right: 0;
	top: 0;
	background: #fff;
	padding: 0;
	z-index: 400;
	border-top: none;
}
.header_inside {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	border-bottom: 2px solid #20365d;
}
.logo, .logo a{
	width: 100px;
	height: 60px;
}
.logo {
	display: block;
	float:none;
	margin: 5px auto 0 auto;
}
.logo a{
	background: url(../images/logo.png) no-repeat;
	background-size: 100%;
}
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white ,.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white{
	display: none;
}
.banner{
	margin:65px 0 0 0;
}
.banner_text{
	display: none;
}
 /*選單*/
.menu_mobile{
	float: none;
	display:none;
	padding:10px 0 60px 0;
	margin:10px 0 0 0;
	position:absolute;
	background: #fff;
	width:100%;
	box-sizing:border-box;
	z-index: 700;
}
.mobile_btn{
	position:absolute;
	left: 20px;
	top: 20px;
	cursor:pointer;
	z-index:2;
	display: block;
	width:30px;
	height:30px;
	transform:rotate(180deg);
	-ms-transform:rotate(180deg); 	/* IE 9 */
	-moz-transform:rotate(180deg); 	/* Firefox */
	-webkit-transform:rotate(180deg); /* Safari ��� Chrome */
	-o-transform:rotate(180deg); 	/* Opera */
	overflow:hidden;
}
.mobile_btn li{
	width:30px;
	height:2px;
	background:#20365d;
	margin:6px 0 0px 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}
.mobile_btn #btn_m{
	width:30px;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.mobile_btn #btn_t{
	width:30px;
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.mobile_btn li.btn_t{
	-webkit-transform: translate(0, 36px);
	-ms-transform: translate(0, 36px);
	transform: translate(0, 55px);
}
.mobile_btn li.btn_m{
	-webkit-transform: translate(0, 36px);
	-ms-transform: translate(0, 36px);
	transform: translate(0, 55px);
}
.mobile_btn li.btn_b{
	-webkit-transform: translate(0, 36px);
	-ms-transform: translate(0, 36px);
	transform: translate(0, 55px);
}
.mobile_btn div{
	width:30px;
	height:2px;
	background:#20365d;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
div.close_l{
	transform:rotate(45deg);
	-ms-transform:rotate(45deg); 	/* IE 9 */
	-moz-transform:rotate(45deg); 	/* Firefox */
	-webkit-transform:rotate(45deg); /* Safari ��� Chrome */
	-o-transform:rotate(45deg); 	/* Opera */
	margin: -100px 0 0 -4px;
}
div.close_r{
	transform:rotate(135deg);
	-ms-transform:rotate(135deg); 	/* IE 9 */
	-moz-transform:rotate(135deg); 	/* Firefox */
	-webkit-transform:rotate(135deg); /* Safari ��� Chrome */
	-o-transform:rotate(135deg); 	/* Opera */
	margin: -2px 0 0 -4px;
}
.mobile_btn div.close_click_l{
	margin: -12px 0 0 -5px;
}
.menu{
	flex-wrap: wrap;
	padding:0 0 50px 0;
}
.menu li{
	width:100%;
	flex: none;
	background: transparent;
	margin-bottom: 0;
	cursor: pointer;
	font-size: 19px;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	border-left: none;
}
.menu li a {
	width: 100%;
	height: auto;
	color: #666;
	padding: 10px 0px;
}
.menu li a:hover{
	background: none;
}
.menu li.last a{
	margin: 0;
}
.menu .options{
	margin: 0;
	padding: 0;
	display: none;
	position: relative;
	background: #efefef;
	top: 0;
	width: 100%;
}
.menu .options div {
	padding: 0 10px ;
	font-size: 16px;
}
.menu .options div a:before{
	content: '';
	display: inline-block;
	vertical-align: super;
	width: 10px;
	height: 1px;
	background: #20365d;
	 margin-right: 10px;
}
.menu .options div a {
	color: #3F4E4E;
	background: none;
	padding: 10px;
	width: 100%;
}
/*sitemap*/
.s_item{
	width:100%;
	display: none;
}
/*footer*/
footer{
	width:100%;
	position: relative;
	background: #f8f9f9;
}
.footer_inside{
	width:auto;
	padding:20px 10px;
}
.copyright {
	width: auto;
	padding: 20px 10px;
	font-size: 14px;
	line-height: 150%;
}
.footer_logo, .info{
	float: none;
	width:100%;
	text-align: center;
}
.info {
	margin: 0;
	text-align: left;
}
.info ul {
	margin: 20px 0 0 0;
}
.info ul li {
	margin: 0 0 15px 0;
	font-size: 15px;
}
.share_icon {
	margin: 30px 0 0 0;
	float: none;
	text-align: center;
}
 /*top*/
.scrollTop001 {
	bottom: 24%;
	right: 3%;
}
/** 電腦版Layout **/
.swiper-slide img{
	width:100%;
	height: auto;
	padding: 0;
}
/*main*/
.main {
	width:100%;
}
.main ul li{
	width:100%;
	margin:0 0 30px 0;
}
.main ul li p {
	width: 70%;
}
 /*news*/
.index_news{
	width:auto;
	padding:15px 0;
 }
.news,.application{
	width: 100%;
}
.event{
	width:auto;
	padding:0 15px;
}
.event ul li{
	width:100%;
	float:left;
	margin: 0 0 20px 0;
}
.event ul li:last-child{
	margin:0;
}
.event ul li img{
	width:100%;
	height: auto;
}
.news ul li a{
	width: 85%;
}
.e_btn {
	width: 100%;
}
/** 內頁共用 **/
.crumbs{
	text-align: left;
}
.content{
	padding:0 15px;
	width:auto;
}
.ins_banner{
	margin:67px 0 0 0;
}
.ins_text{
	width:auto;
	padding:0 15px;
}
.snCategory {
	margin: 20px 0;
	display: block;
}
select#pSelect {
	width: 100%;
	font-size: 16px;
	color: #666666;
	height: 36px;
	padding: 0 0 0 10px;
	border: 1px solid #666666;
}
.L{
	display: none;
}
.R{
	float:none;
	width:100%;
}
.sub_tit{
	font-size: 30px;
}
.title{
	font-size: 23px;
	color:#004187;
	border-left: 4px solid #004187;
	padding: 0 0 0 20px;
	margin:20px 0 30px 0;
}
/** CPD **/
.cpdtable{
	display: table;
	width: 100%;
}
.no, .day, .eventname, .host {
	width: 100%;
}
.cpdtable .row.th{
	display: none
}
.cpdtable .row {
    display: block;
    margin: 10px 0;
}
.cpdtable .row:nth-child(odd){
	background: #eaeaea;
}
.cpdtable .cell {
	display: block;
	border-bottom: 0;
}
.cpdtable .cell:before {
	content: attr(data-th) " ： ";
	font-weight: bold;
	min-width: 6.5em;
	display: inline-block;
	color:#20365d;
}
.cpdtable thead {
    display: none;
}
.cpdtable tbody, .cpdtable tbody tr {
    display: block;
}
.cpdtable tbody tr:nth-child(odd){
	background: #eaeaea;
}
.cpdtable tbody tr td {
	border: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: left;
	padding: 10px;
}
.cpdtable tbody td:before {
	content: attr(data-title);
	margin-right: 10px;
	min-width: 5.5em;
	color: #20365d;
	font-weight: bold;
}
/** 關於我們 **/
.about_item{
	padding: 0 0 30px 0;
}
.about_item ,.about_item p{
	font-size: 17px;
	color:#666666;
	line-height: 180%;
}
.org_list{
	width:100%;
	text-align: center;
	display: inline-block;
}
.org img{
	width:auto;
	max-width: 100%;
	margin: auto;
	padding:0;
}
.about_table .table{
	border-left:1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.about_table .cell{
	border-right:1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
/** 註冊名單 **/
.regtable .cell.th {
	display: none;
}
.regtable .row , .newtable .row{
	display: block;
	margin:0 0 20px 0;
}
.newtable .row {
	border: 1px solid #ccc;
	padding: 10px;
	font-size: 14px;
}
.regtable .cell {
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #ccc;
	padding:0;
}
.regtable .cell span{
	width:45%;
	font-weight: bold;
	font-size: 15px;
	margin:0 20px 0 0;
	padding:5px;
}
.td {
	font-size: 13px;
	padding: 10px;
}
.regtable .td{
	font-size: 15px;
}
.newtable .row.th{
	display: none;
}
.newtable .cell {
	display: block;
	line-height: 150%;
	padding: 0;
	text-align: left;
}
.newtable .cell::before {
	content: attr(data-th) " ： ";
	font-weight: bold;
	width: 94px;
	display: inline-block;
	color: rgb(0, 0, 0);
	padding: 5px 10px 5px 0px;
	text-align: right;
}
/** login **/
.input-group-addon{
	width: 90px;
	font-size: 15px;
}
.login {
	padding: 0;
	background: none;
	box-shadow: none;
}
.input-group input {
	width: 80%;
	font-size: 15px;
}
.select {
	width: 93%;
}
.select option{
	padding:0 15px;
}
.select_sub{
	font-weight: bold;
	padding: 0;
	font-size: 18px;
}
/** Online **/
.add{
	float:none;
}
.table.form .cell {
	padding: 5px;
	font-size: 14px;
}
.table.form input {
	width: 90%;
}
#TextArea1, .textarea {
	width: 96%;
	height: 300px;
	font-size: 15px;
	padding: 6px;
	line-height: 150%;
	max-width: 100%;
}
.table.form.long .cell:before {
	content: attr(data-th) " ： ";
	font-weight: bold;
	min-width: 6.5em;
	display: inline-block;
	color:#20365d;
}
.table.form.long .cell{
	display: block;
	border-bottom: 1px solid #efefef;
}
.table.form.long .cell .edit, .table.form.long .cell .delete{
	display: inline-block;
	margin:0 20px 0 0;
	padding: 2px 15px;
}
.table.form.block .cell{
	width: 100%;
	display: block;
}
.row.computer{
	display: none;
}
.cell p b {
    width: auto;
    display: block;
    font-size: 15px;
}
.width_auto, .table.form input.width_auto, .form_block input.width_auto {
    width:85%;
}
.width_auto, .table.form input.width_auto.margin_r,.form_block input.width_auto.margin_r {
    margin: 0;
}
.table.form .cell span.tip, .tip{
	display: none;
}
/** 行事曆 **/
#calendar {
    width: 100%;
    height: 300px;
}
#goToTop{
	bottom: 5%;
	right: 5%;
}
@media screen and (max-width:320px) {
/** About **/
.about_table .table.form .cell {
	padding: 3px;
	font-size: 12px;
}
}