
@import url(../fonts/flaticon/flaticon.css);
@import url(revise.css);
@import url(header.css);
@import url(footer.css);
@import url(hover.css);
@import url(banner.css);


/*========================================================
                      	 顏色設定
=========================================================*/

.text-red {
    color: #e71f19;
}
.text-orange {
    color: #e3680c;
}



/*========================================================
                      	 h1 設定
=========================================================*/

.h1-title {
	font-size: 1.6rem;
	text-align: center;
	margin: 0 0 50px 0;
	color: #fff;
    padding: 8px 15px 10px;
    background-color: #25ab8a;
}

.h2-title {
    font-size: 1.2em;
	font-weight: bold;
    margin: 0 0 10px 0;
    text-align: left;
    color: #00907d;
}
.h2-title:before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 16px;
    margin-right: 8px;
    background-color: #00907d;
}
.h3-title {
    color: #333;
	margin: 0 0 20px 0;
	font-size: 26px;
	position: relative;
	font-weight: bold;
}
.h3-title:after {
    content: '';
	display: block;
	width: 40px;
	height: 4px;
	background-color: #9d2109;
	margin-top: 6px;
}

/*  尺寸設定 */
@media (min-width: 768px) {
    .h1-title {
        font-size: 1.8rem;
    }
}
@media (min-width: 1200px) {
    .h1-title {
        font-size: 2rem;
    }
}
@media (min-width: 1600px) {
    .h1-title {
        font-size: 2.4rem;
    }
    .h2-title {
        font-size: 1.4em;
    }
}



/*========================================================
                      	 內頁框架
=========================================================*/

.content {
	padding-bottom: 50px;
/*    text-align: justify;*/
}

/* 麵包屑 */
.breadcrumbs {
	text-align: left;
    font-size: 1rem;
}
.breadcrumbs a {
	display: inline-block;
	text-decoration: underline;
	color: #000;
	padding: 0 0 10px 0;
}
.breadcrumbs a:hover {
	text-decoration: none;
}
.breadcrumbs a.home {
	font-weight: bold;
}
.breadcrumbs span {
	margin: 0 2px 0 6px;
	color: #25ab8a;
	font-weight: bold;
    font-size: 1.1rem;
}


/* 字級設定 */
.function-list {
	text-align: right;
	margin-bottom: 20px;
}
.font-change {
	display: -moz-inline-stack;
	display: inline-block;
 *display: inline;
	zoom: 1;
	vertical-align: top;
	margin: 0 0 0 30px;
	font-weight: bold;
	line-height: 32px;
}
.font-change h3 {
	display: inline-block;
	font-size: 1rem;
	margin: 0;
	vertical-align: sub;
}
.font-change ul {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}
.font-change ul li {
	display: -moz-inline-stack;
	display: inline-block;
     *display: inline;
	zoom: 1;
	vertical-align: top;
}
.font-change ul li a {
	display: inline-block;
	border: 1px solid #e1e1e1;
	width: 32px;
	text-align: center;
	padding: 0;
	margin: 4px 0 0 0;
	font-weight: normal;
	background-color: #33b48d;
	color: #fff !important;
	font-size: 0.938rem;
    vertical-align: top;
}


/*========================================================
                      	 選單
=========================================================*/

.navsub {
	display: none;
}
.navsub-list {
	-webkit-box-shadow: 0 0 5px rgba(65, 65, 65, 0.7);
	box-shadow: 0 0 5px rgba(65, 65, 65, 0.7);
	text-align: center;	
	margin-right: 30px;
	padding-bottom: 5px;
	background-color: #fff;
/*	border: 1px solid #adadad;*/
}

.navsub-list h2 {
	color: #fff;
	background-color: #32c19e;
	padding: 12px 10px;
	text-align: center;
	margin: 0 0 10px 0;
    font-size: 1.5rem;
}
.navsub-list ul {
	list-style: none;
	margin: 20px 20px 40px 20px;
	padding: 0;
}
.navsub-list ul li {
}
.navsub-list ul li a {
	display: block;
	padding: 10px 20px;
	color: #333;
	font-size: 18px;
	margin: 0 0 10px 0;
	background-color: #ededed;
    line-height: 28px;
}
.navsub-list ul li a:hover {
	color: #000;
	background-color: #d9eee1;
}

.navsub-select {
	margin-left: 15px;
	margin-right: 15px;
    width: 100%;
	}
.navsub-select h3 {
	text-align: center;
    font-size: 1.5rem;
	}
.navsub-select .form-control {
	margin-bottom: 20px;
}

/*  尺寸設定 */
@media (min-width: 1200px) {
	.navsub {
		display: block;
	}
    .navsub-list h2 {
        font-size: 1.7rem;
    }
	.navsub-select {
		display: none;
	}
}
@media (min-width: 1600px) {
    .navsub-list h2 {
        font-size: 1.9rem;
    }
}

/*========================================================
                      	 切換選單
=========================================================*/

/*.wrap-tabs {
}
.nav-tabs {
    border-bottom: none;
}
.nav-tabs li {
	text-align: center;
    margin-bottom: 10px;
}
.nav-tabs li a {
	display: block;
	font-size: 1.1rem;
	border-radius: 0;
	color: #333;
    background-color: #d9d9d9;
    padding: 10px;
}
.nav-tabs li a span {
    display: block;
}
.nav-tabs > li > a.active, 
.nav-tabs > li > a.active:hover, 
.nav-tabs > li > a.active:focus {
	display: block;
	background-color: #0078bd;
    color: #fff;
}
.nav > li > a:hover, .nav > li > a:focus {
	display: block;
    text-decoration: none;
    background-color: #0078bd;
    color: #fff;
}
.tab-content {
	padding: 40px 0;
}

@media (max-width: 639px) {
	.nav-tabs {
		margin-bottom: 20px;
	}
}
@media (min-width: 1600px) {
    .nav-tabs li a span {
        padding: 15px;
    }
}

*/

/*========================================================
                        認識本所
=========================================================*/

.about-link {
    position: relative;
}
.about-link a {
    position: absolute;
    z-index: 2;
    transition: all 1s;
}
.about-link a i {
	position : absolute;
	top: 25px;
	right: 30px;
	z-index: 9;
    background-color: #fff;
    color: #000;
    padding: 0px 12px 0px 10px;
    border-radius: 10%;
    transition: all 1s;
    opacity: 0;
}
.about-link a:hover {
    background-color: rgba(255,255,255,0.15);
/*    background-color: rgba(0,0,0,0.2);*/
}
.about-link a:hover i {
    opacity: 1;
}

/*  尺寸設定 */
@media (max-width: 479px)  {
    .about-link img {
        width: 280px;
    }
    .about-link a {
        top: 20px;
        left: 60px;
        right: 30px;
        bottom: 135px;
    }
}
@media (min-width: 480px) and (max-width: 767px)  {
    .about-link img {
        width: 440px;
    }
    .about-link a {
        top: 10px;
        left: 40px;
        right: 10px;
        bottom: 90px;
    }
}
@media (min-width: 768px) {
    .about-link a {
        top: 30px;
        left: 100px;
        right: 0px;
        bottom: 200px;
    }
}
@media (min-width: 992px) {
    .about-link a {
        top: 30px;
        left: 110px;
        right: 120px;
        bottom: 230px;
    }
}
@media (min-width: 1200px) {
    .about-link a {
        top: 30px;
        left: 110px;
        right: 0px;
        bottom: 210px;
    }
}
@media (min-width: 1600px) {
    .about-link a {
        top: 30px;
        left: 120px;
        right: 320px;
        bottom: 230px;
    }
}



/*========================================================
                        師資陣容
=========================================================*/

.teacher-box .team {
    padding-top: 0px;
    padding-bottom: 60px;
    position: relative;
    min-height: 300px;
}
.teacher-box .team .img {
    width: 180px;
    height: 180px;
    margin: 0 0 30px 0;
    border-radius: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid #ededed;
}
.teacher-box .team .text {
    width: calc(100% - 180px);
}
.teacher-box h2 {
    font-size: 1.3em;
    margin-bottom: 0px;
    color: #00907d;
    font-weight: bold;
}
.teacher-box h2 span {
    display: block;
    font-size: 1rem;
    padding-left: 2px;
}
.teacher-box .team .book {
    position: absolute;
    top: 195px;
    left: 38px;
    z-index: 10;
}

.team .book .btn-primary {
  color: #fff;
  background-color: #4ebb7c;
  border-color: #4ebb7c;
}

.team .book .btn-primary:hover {
  color: #fff;
  background-color: #339561;
  border-color: #339561;
}
.team .book .btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #4ebb7c;
  border-color: #4ebb7c;
}



/*  尺寸設定 */
@media (max-width: 767.98px) {
    .teacher-box [class*="col-"] {
        border-bottom: 3px dashed #adadad;
    }
    .teacher-box [class*="col-"]:last-of-type {
        border-bottom: none;
    }
    .teacher-box .team {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .teacher-box .team .img {
        margin: 0 auto;
        margin-bottom: 80px !important;
    }
    .teacher-box .team .text {
        width: 100%;
    }
    .teacher-box .team .book {
        position: absolute;
        top: 235px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 10;
    }
    .teacher-box2 .team .img {
        margin-bottom: 20px !important;
    }
    .teacher-box2 h2 {
        text-align: center;
    }
}


/*========================================================
                       歷任主管介紹
=========================================================*/

.teacher-box2 .team {
    padding-bottom: 40px;
    min-height: 260px;
}
.teacher-box2 .team .img {
    width: 200px;
    height: 200px;
}
.teacher-box2 .team .text {
    width: calc(100% - 200px);
}
.teacher-box2 .ul-s1 li:first-of-type {
    color: #D90E11;
}
.teacher-box2 .ul-s1 li:nth-of-type(2n+1) {
    background-color: #f6f6f6;
}


/*  尺寸設定 */
@media (max-width: 767.98px) {
    .teacher-box2 .team .text {
        width: 100%;
    }
    .teacher-box2 .team .img {
        margin-bottom: 20px !important;
    }
    .teacher-box2 h2 {
        text-align: center;
    }
}




/*========================================================
                        師生園地
=========================================================*/

.photo-box .team {
    padding-top: 0px;
    padding-bottom: 50px;
    position: relative;
    min-height: 360px;
}
.photo-box .team .img {
    width: 300px;
    height: 240px;
    margin: 3px 0 30px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid #ededed;
}
.photo-box .team .text {
    width: calc(100% - 300px);
}
.photo-box h2 {
    font-size: 1.3em;
    margin-bottom: 0px;
    color: #00907d;
    font-weight: bold;
}
.photo-box .team .book {
    position: absolute;
    top: 255px;
    left: 88px;
    z-index: 10;
}


/* 上方資料 */
.info-top {
    margin-bottom: 1rem;
}

/* 圖示列表 */
.img-box {
    margin-bottom: 2rem;
}
.img-box img {
    width: 100%;
    vertical-align: bottom;
    border: 1px dashed #adadad;
    padding: 5px;
    background-color: #fff;
}

/* 影片 */
.video-box iframe {
    height: 300px;
}


/* 尺寸設定 */
@media (max-width: 767.98px) {
    .photo-box [class*="col-"] {
        border-bottom: 3px dashed #adadad;
    }
    .photo-box [class*="col-"]:last-of-type {
        border-bottom: none;
    }
    .photo-box .team {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .photo-box .team .img {
        margin: 0 auto;
        margin-bottom: 80px !important;
    }
    .photo-box .team .text {
        width: 100%;
    }
    .photo-box .team .book {
        position: absolute;
        top: 295px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 10;
    }
}
@media (min-width: 640px) {
	.video-box iframe {
		height: 400px;
	}
}
@media (min-width: 992px) {
	.video-box iframe {
		height: 480px;
	}
}
@media (min-width: 1200px) {
	.video-box iframe {
		height: 560px;
	}
}


/*========================================================
                        好站連結功能
=========================================================*/

.link-box {
    margin-bottom: 30px;
}
.link-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.link-box ul li {
}

.link-box ul li a {
    display: block;
	color: #333;
	padding: 16px 20px 12px 55px;
	border-bottom: 1px dashed #adadad;   
    background: url(../images/icon-download.png) no-repeat 20px 18px;
}
.link-box ul li a.link {
    background: url(../images/icon-link.png) no-repeat 21px 20px;
}
.link-box ul li:nth-of-type(2n+1) a {
	background-color: #f4f4f4;
}
.link-box ul li a:hover {
	background-color: #e0eef5;
}



/* 尺寸設定 */
@media (min-width: 640px) {
	.link-box dl dt {
		float: left;
		margin-right: 10px;
	}
}






/*========================================================
                        最新消息
=========================================================*/

.news-list a {
	color: #333;
}
.news-list a:nth-of-type(2n) dl {
	background-color: #f6f6f6;
}
.news-list a:last-of-type dl {
	margin-bottom: 30px;
}
.news-list dl {
	clear: both;
	overflow: hidden;
	margin: 0;
	padding: 20px 30px 16px;
	border-bottom: 1px dashed #adadad;
}
.news-list dl dt time {
	display: inline-block;
	background-color: #479d88;
	color: #fff;
	text-align: center;
	padding: 2px 15px;
	margin-bottom: 6px;
}
.news-list dl dd {
	font-size: 1.2rem;
	overflow: hidden;
	line-height: 34px;
    margin: 0;
}
.news-list > a {
	display: block;
}
.news-list > a:nth-of-type(2n+1) {
	background-color: #f4f4f4;
}
.news-list > a:hover {
	background-color: #e0eef5;
}



/* 尺寸設定 */
@media (min-width: 640px) {
	.news-list dl dt {
		float: left;
		margin-right: 10px;
	}
}


/*========================================================
                   	  最新消息-內頁
=========================================================*/

.news-detail {
	margin-top: 10px;
	margin-bottom: 50px;
	text-align: left;
}
.news-detail h3 {
	text-align: left;
	margin: 20px 0 10px 0;
	color: #222;
	font-size: 1.4rem;
    font-weight: bold;
}
.news-content {
	padding: 0;
}
.news-content img {
	max-width: 100%;
}
/*@media (min-width: 992px) {.news-content img {width:40%;}}*/


.news-date {
	display: inline-block;
	margin:0;

}
.news-date i {
    color: #6bcad2;
	margin-right:5px;
}



/*附件下載*/
.news-detail .download h3 {
    color: #476b89;
    font-weight: bold;
    margin-bottom: 10px;
}
.news-detail .download p {
	margin: 5px 0;
}
.news-detail .download a {
    display: inline-block;
	background-color: #476b89;
	padding: 5px 20px 7px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border:1px solid #22415a;
	border-radius: 5px;
	color: #fff;
	font-size: 0.938em;
}
.news-detail .download a:hover {
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	background-color: #22415a;
	color: #fff;
	text-decoration: none;
}


/*========================================================
                         回目錄頁
=========================================================*/

.btn-back {
	text-align: right;
	padding-top: 20px;
}
.btn-back a {
	background-color: #4ebb7c;
	padding: 8px 20px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	font-size: 0.938em;
}
.btn-back a:hover {
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	background-color: #339561;
	color: #fff;
	text-decoration: none;
}


/*========================================================
                         聯絡我們
=========================================================*/

.contact-box {
	background: url(../images/contact_bg3.jpg) no-repeat center top;
	background-size: cover;
	padding-bottom: 50px;
	position: relative;
}
.contact-box > .row > .col-md-6 {
	padding-bottom: 50px;
}
.contact-list h2 {
	border-left: 10px solid #ce4737;
	padding: 10px;
	margin-bottom: 20px;
	background-color: #f4f4f4;
	font-size: 24px;
}
.map ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.map ul li {
	list-style: none;
	margin: 0;
	padding: 5px 0 5px 50px;
	position: relative;
	min-height: 40px;
	margin-bottom: 10px;
}
.map ul li b {
	font-weight: bold;
	font-size: 20px;
	display: block;
	color: #4e98bb;
}
.map ul li i {
	list-style: none;
	margin: 0;
	padding: 5px 0;
}
.circle {
	width: 40px;
	height: 40px;
	border-radius: 20px;
	font-size: 20px;
	color: #fff;
	line-height: 40px;
	text-align: center;
	background: #4e98bb;
	position: absolute;
	left: 0;
	top: 10px;
	z-index: 9;
}
.map ul li [class^="flaticon-"]:before, 
.map ul li [class*=" flaticon-"]:before, 
.map ul li [class^="flaticon-"]:after, 
.map ul li [class*=" flaticon-"]:after {
    margin-right: 0px;
}




/* 尺寸設定 */

@media (min-width: 992px) {
	.contact-box > .row > .col-md-6:nth-of-type(1) {
		padding-right: 50px;
	}
	.contact-box > .row > .col-md-6:nth-of-type(2) {
		padding-top: 20px;
		padding-left: 50px;
	}
}




/*========================================================
                         各類表單
=========================================================*/

.contant-list {
	
}


/* 說明 */
.form-info {
	border: 2px dashed #adadad;
	padding: 20px 20px 20px 100px;
	background: #f7f7f7 url(../images/warning.png) no-repeat 20px center;
	margin-bottom: 20px;
	min-height: 60px;
}
.form-info p {
	margin-bottom: 6px;
}



/* 表單設定 */
.form-horizontal {
	margin-bottom: 40px;
}
.form-horizontal .control-label {
	color: #333;
}
.form-horizontal .form-control {
	border-radius: 0;
	padding: 5px 20px 5px 40px;
	border: 1px dashed #c4c4c4;
	background-color: #f6f6f6;
}
.form-control {
    background-color: #f6f6f6;
	height: 40px;
}	
.form-control::-moz-placeholder {
	color: #666;
	opacity: 1;
	font-size: 16px;
	font-weight: bold;
}
.form-control:-ms-input-placeholder {
	  color: #666;
}
.form-control::-webkit-input-placeholder {
	  color: #666;
}

/* 意見表單 */

.contact-form {
	margin-bottom: 20px;
}
.contact-form [class *= col-] {
	position: relative;
	margin-bottom: 10px;
}
.contact-form [class *= col-] i {
    display: block;
    font-size: 20px;
    color: #666;
    width: 28px;
    line-height: 28px;
    text-align: center;
    background-color: #f6f6f6;
    position: absolute;
    left: 26px;
    top: 4px;
    border-radius: 5px;
    transition: all 0.4s ease;
    font-style: normal;
}
.contact-form [class *= col-] i.text-red {
    color: #333;
}


.form_out {
}
.form_out  [class *= col-] {
	padding: 0;
}
.form_out .col-md-2 {
	text-align: left;
	font-weight: bold;
}
.form-group {
	padding: 10px 15px;
	margin-bottom: 0 !important;
}
.form-group:nth-of-type(2n+2) {
	background-color: #ededed;
}
/*.form-group:nth-of-type(2n+1) {
	background-color: #e8e8e8;
}*/
.form-group b {
	display: block;
	font-size: 15px;
}
.input {
	text-decoration: none;
	border: 1px solid #c7c7c7;
	width: 100%;
	padding: 2px 2px;
}




/* 尺寸設定 */

@media (min-width: 768px) {
	.form-info {
		padding: 20px 20px 20px 70px;
		background: #f7f7f7 url(../images/warning2.png) no-repeat 20px center;
	}
	.form-info {
		margin-right: 15px;
	}
	.contact-form [class *= col-] {
		padding-right: 15px;
	}
	.form_out .col-md-3 {
		padding-right: 15px;
	}
	.form_out .col-md-3 span {
		text-align: center;
		background-color: #fff;
	}
	.input {
		width: 40%;
	}
	.form-group b {
		display: inline-block;
	}
}


/*========================================================
                        檔案下載
=========================================================*/

.download-1 {
    margin-bottom: 20px;
}
.download-1 dl {
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 12px;
    border-bottom: 1px dashed #ddd;
    margin: 0;
}
.download-1 dl dt {
    float: left;
    margin-right: 10px;
}
.download-1 dl dd {
    margin: 0;
}
.download-1 dl dd h4 {
    font-size: 1.2em;
    font-weight: normal;
    margin: 0;
}
.download-1 dl dd p {
    color: #adadad;
    margin: 0;
}



/*========================================================
                         活動花絮
=========================================================*/

.activity-1 {

}
.activity-1 dl {
	overflow: hidden;
	margin: 0 0 30px 0;
}
.activity-1 dl dt {
	position: relative;
	float: none;
	margin-bottom: 20px;
}
.activity-1 dl dd {
	overflow: hidden;
	line-height: 30px;
}
.activity-1 dl dd .title {
	background-color: #f2f6fa;
	border-top: 1px dashed #4b97c3;
	border-bottom: 1px dashed #4b97c3;
	padding: 10px 10px;
	color: #0078bd;
	font-size: 1.2rem;
	margin: 0 0 10px 0;
	font-weight: bold;
}
.activity-1 dl dd time {
    display: block;
}
.activity-1 dl dd time span {
    display: inline-block;
    background: url('https://api.iconify.design/bx:bx-time.svg?color=%233e88cc&width=24px&height=24px') no-repeat left center;
    color: #adadad;
    padding-left: 28px;
}

/* 圖片效果 */
.image-pic {
	position: relative;
}

.image-pic a {
	display: block;
	color: #fff;
}
.image-pic:hover .thumb-inner {
	display: block;
}
.image-pic:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 5;
	width: 100%;
	height: 10%;
	opacity: 0;
	transition: all 0.3s;
}
.image-pic:hover:before {
	background-color: rgba(255, 255, 255, 0.5);
	opacity: 1;
	height: 100%;
}
.thumb-inner {
	display: none;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 6;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;

}
.thumb-inner span {
	display: inline-block;
	color: #333;
	font-size: 20px;
	padding: 5px 30px 7px;
	border: 1px solid #333;
}

/* 內頁設定 */

.activity-info {
	margin-bottom: 30px;
	border-top: 2px dashed #adadad;
	border-bottom: 2px dashed #adadad;
	background-color: #dceef5;
	padding: 20px 30px 10px 30px;
}
.activity-info h3 {
    font-size: 1.2rem;
	font-weight: bold;
	margin: 0 0 10px 0;
}
.activity-img > div {
	margin-bottom: 20px;
}    
.activity-img > div img {
	width: 100%;
	vertical-align: bottom;
}    



/* 尺寸設定 */
@media (max-width: 639px) {
	.image-pic > img {
		width: 100%;
		margin-bottom: 0;
	}
}
@media (min-width: 640px) {
	.activity-1 dl dt {
		position: relative;
		float: left;
		margin: 0 20px 0 0;
	}
	.image-pic > img {
		width: 250px;
		margin-bottom: 0;
	}
}


/*========================================================
                           表格
=========================================================*/

.table1 {
	border-collapse: collapse;
	text-align: left;
	margin: 0 0 20px 0;
	border: 1px solid #c0bebe;
}
.table1 a.link-a {
	color: #333;
    background: url('https://api.iconify.design/bx:bx-link.svg?color=%230078bd') no-repeat right center;
    padding-right: 20px;
}
.table1 a:hover {
	color: #0078bd;
}
.table1 caption {
	color: #333;
	font-weight: bold;
}
.table1 tr:nth-of-type(2n+1) {
	background-color: #efefef;
}
.table1 th {
	background: #2b966f;
	color: #fff;
	font-weight: bold;
	padding: 10px 5px !important;
	text-align: center;	
	border-top: 0 !important;
    border-right: 1px solid #c0bebe;
	border-bottom: 1px solid #c0bebe;
}
.table1 td {
	padding: 4px 10px;
	border: 1px solid #c0bebe;
}
.table1 td.c {
	text-align: center;
    background-color: #e3f0f6;
}

.table-center {
	text-align: center;
}


.table2 tr:nth-of-type(2n+1) {
	background-color: #fff;
}
.table2 tr.bg1 {
    background-color: #efefef;
}


/*========================================================
                         ul設定
=========================================================*/

.ul-s1 {
    list-style: none;
    margin: 0;
    padding: 0;
}
.ul-s1 > li {
    background: url('https://api.iconify.design/dashicons:arrow-right.svg?color=%2342aa6e&width=20px&height=20px') no-repeat left 6px;
    padding: 0 0 0 20px;
    margin-left: -4px;
}
.ul-s1 > li span {
    font-weight: bold;
}
.ul-s1 > li a {
    color: #333;
    text-decoration: underline;
}
.ul-s1 > li a:hover {
    text-decoration: none;
}
.ul-s1 > li ul {
    list-style: none;
	margin: 0 0 10px 0;
    padding: 0;
}
.ul-s1 > li ul li {
	background: none;
	padding: 0;
	font-weight: normal;
}

.ul-s2 {
	list-style-type: none;
	margin: 0 0 30px 1.9em;
	padding: 0;
}
.ul-s2 p {
	margin: 0 0 10px 0;
	}	
.ul-s2 li:first-letter {
    margin-left: -1.9em;
	}	
.ul-s2 li ul {
	margin: 0 0 10px 1.1em;
    list-style: none;
    padding: 0;
	}
.ul-s2 li ul li:first-letter {
    margin-left: -1.1em;
	}

.ul-s3 {
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0;
    line-height: 28px;
}
.ul-s3 > li {
    margin-bottom: 10px;
    position: relative;
}
.ul-s3 > li > span {
    display: block;
    font-weight: bold;
    width: 100%;
    background-color: #d7eefb;
    padding: 0 10px;
    text-align: left;
    margin-bottom: 6px;
}
.ul-s3 > li a {
    display: inline-block;
    color: #333;
    text-decoration: underline;
    margin-right: 15px;
}
.ul-s3 > li a:hover {
    text-decoration: none;
}


.ul-s4 {
	list-style: none;
	margin: 20px 0 0 2em;
	padding: 0;
	}
.ul-s4 * {
	list-style: none;
	margin: 0;
	padding: 0;
	}
.ul-s4 > li {
	margin: 0 0 10px 0;	
	}	
.ul-s4 li > span {
    display: inline-block;
    background: url('https://api.iconify.design/dashicons:arrow-right.svg?color=%234284aa&width=26px&height=26px') no-repeat 6px 3px;
    margin-left: -2em;
    padding-left: 2em;
/*
    background: url(../images/icon-star.png) no-repeat left 4px;
    font-weight: bold;
    margin-left: -2em;
    padding-left: 2em;
*/
	}			
.ul-s4 li:first-letter {
    margin-left: -2em;
	}	
.ul-s4 li ul {
	margin:0 0 10px 2em;
	}	
.ul-s4 li ul li:first-letter {
    margin-left: -2em;
	}	
.ul-s4 li ul li ul {
	margin: 0 0 0 1em;
	}
.ul-s4 li ul li ul li:first-letter {
    margin-left: -1em;
	}
.ul-s4 li ul li ul li ul{
	margin: 0 0 0 1.5em;
	}
.ul-s4 li ul li ul li ul li:first-letter {
    margin-left: -1.5em;
	}

.ul-s5 {
	list-style: none;
	margin: 20px 0 0 2em;
	padding: 0;
	}
.ul-s5 * {
	list-style: none;
	margin: 0;
	padding: 0;
	}
.ul-s5 > li {
	margin: 0 0 10px 0;	
	}
.ul-s5 > li span {
    font-weight: bold;

	}
.ul-s5 li:first-letter {
    margin-left: -2em;
	}	
.ul-s5 li ul {
	margin: 0 0 10px 1em;
	}	
.ul-s5 li ul li:first-letter {
    margin-left: -1em;
	}	
.ul-s5 li ul li ul {
	margin: 0 0 0 1.6em;
	}
.ul-s5 li ul li ul li:first-letter {
    margin-left: -1.6em;
	}




.ol-s1 {
	list-style-type: decimal;
	padding: 0 0 0 20px;
	margin: 0 0 20px 0;	
}
.ol-s1 li {
}
.ol-s1 p {
	color: #900;
	margin: 0 0 0 -24px;	
	text-decoration: underline;
}
.ol-s1 li p {
	color: #900;
	text-decoration: underline;
}
.ol-s1 li ol{
	list-style-type: none;
}
.ol-s1 li ol li {
}


/* 尺寸設定 */
@media (min-width: 768px) {
    .ul-s3 > li {
        margin-bottom: 10px;
        position: relative;
        padding-left: 110px;
    }
    .ul-s3 > li > span {
        position: absolute;
        left: 0;
        top: 2px;
        z-index: 9;
        display: inline-block;
        font-weight: bold;
        width: 100px;
        background-color: #dcf6f0;
        padding: 0 10px;
        text-align: center;
        margin-bottom: 0;
    }
}


/*========================================================
                         檔案下載
=========================================================*/

.ul-down {
    list-style: none;
    margin: 0;
    padding: 0;
}
.ul-down li {
    background: url(../images/icon-download.png) no-repeat 10px 10px;
    padding: 7px 5px 7px 44px;
    border-bottom: 1px solid #ededed;
}
.ul-down li.link {
    background: url(../images/icon-link.png) no-repeat 10px 10px;
}
.ul-down li:nth-of-type(2n) {
    background-color: #f1f1f1;
}
.ul-down li > a {
    display: inline-block;
    margin-left: 5px;
}


/*========================================================
                         圖片效果
=========================================================*/

a.figure {
	display: block;
	position: relative;
}
a.figure:before {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    content: '';
    display: inline-block;
    background: rgba(255,255,255,0.15) url(../images/magnifier.png) no-repeat center center;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    transition: .2s;
}
a.figure:hover:before {
    opacity: 1;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

/*========================================================
                      	 字型設定
=========================================================*/

.fonts-style {
    color: #333;
}
.fonts-style ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.fonts-style ul li {
    float: left;
    width: 10%;
    margin-bottom: 20px;
}




