@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);


/*========================================================
                      	 標題設定
=========================================================*/

.h2-title {
	text-align: center;
	color: #fff;
	font-size: 1.6rem;
	position: relative;
	margin: 0 0 20px 0;
	font-weight: bold;
}
@media (min-width: 768px) {
	.h2-title {
		font-size: 1.8rem;
	}
}
@media (min-width: 1200px) {
	.h2-title {
		font-size: 2rem;
	}
}
@media (min-width: 1600px) {
	.h2-title {
		font-size: 2.2rem;
	}
}



/*========================================================
                      	 運健所資訊
=========================================================*/

.info-wrap {	
    background: url("../images/index/info-bg.jpg") no-repeat center top;
    background-size: cover;
	padding: 60px 5% 40px;
}
.info-wrap img {
    width: 100%;
    vertical-align: bottom;
}
.info-wrap .col-lg-6 { 
	padding-left: 0;
	padding-right: 0;
}
.info-wrap .col-lg-6:nth-of-type(1) { 
	border-right: 1px solid #fff;
}
.info-wrap .slider { 
	padding-bottom: 60px;
}
.info-wrap [class*="col-"] dl {
    background-color: #fff;
    box-shadow: 1px 1px 10px #aaa;	
    padding: 10px;
	margin: 10px;
}
.info-wrap [class*="col-"] dl dt { 
	margin-bottom: 10px;
}
.info-wrap [class*="col-"] dl dd {
	color: #292929;
    padding: 0 15px;
	font-size: 1rem;
}
.info-wrap [class*="col-"] dl dd time {
	color: #000;
	text-align: left;
	font-weight: bold;
    font-size: 1.2rem;
}

.info-wrap .more {
    margin-top: 20px;
    text-align: center;
}
.info-wrap .more a {
    border: 1px solid #4b4b4b;
    color: #4b4b4b;
    padding: 10px 10%;
    font-size: 1.4rem;
}
.info-wrap .more a:hover {
    border: 1px solid #0079bd;
    color: #fff;
    background-color: #0079bd;
}


/*========================================================
                      	 訊息發佈
=========================================================*/

.news-wrap {	
    background: url("../images/index/news-bg.jpg") no-repeat center top;
    background-size: cover;
	padding: 60px 10% 40px;
}
.news-wrap img {
    width: 100%;
    vertical-align: bottom;
}
.news-wrap .col-lg-6 { 
	padding-left: 0;
	padding-right: 0;
}
.news-wrap .col-lg-6:nth-of-type(1) { 
	border-right: 1px solid #fff;
}
.news-wrap .slider { 
	padding-bottom: 60px;
}
.news-wrap [class*="col-"] dl {
    background-color: #fff;
    padding: 0;
	margin: 10px;
}
.news-wrap [class*="col-"] dl dt { 
	margin-bottom: 10px;
}
.news-wrap [class*="col-"] dl dd {
	color: #292929;
    padding: 10px 30px;
	font-size: 1rem;
    min-height: 134px;
}
.news-wrap [class*="col-"] dl dd time {
	color: #000;
	text-align: left;
	font-weight: bold;
    font-size: 1.2rem;
}

.news-wrap .more {
    margin-top: 20px;
    text-align: center;
}
.news-wrap .more a {
    border: 1px solid #4b4b4b;
    color: #4b4b4b;
    padding: 10px 10%;
    font-size: 1.4rem;
}
.news-wrap .more a:hover {
    border: 1px solid #0079bd;
    color: #fff;
    background-color: #0079bd;
}


/*========================================================
                      	 招生資訊
=========================================================*/

.recruit-wrap {
    background: url("../images/index/event-bg.jpg") no-repeat center top;
    background-size: cover;
	padding: 60px 5% 60px;
/*
    background: url("../images/index/recruit-bg.jpg") no-repeat center top;
    background-size: cover;
	padding: 60px 5% 80px;
*/
}
.recruit-wrap h2 {
    color: #0B0B0B;
}
.recruit-wrap .recruit-img {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.recruit-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.recruit-list li a {
    display: block;
    color: #111;
    padding: 15px;
    border-bottom: 1px solid #a3a3a3;
}
.recruit-list li a time {
    display: block;
    color: #b91919; 
    font-weight: bold;
}
.recruit-list li a p {
    margin: 0;
}
.recruit-list li a:hover {
    background-color: #32b78e;
}
.recruit-list li a:hover time {
    color: #ffea01; 
}
.recruit-list li a:hover p {
    color: #fff; 
}


.recruit-btn {
    margin-top: 10px;
    text-align: right;
}
.recruit-btn i {
    display: inline-block;
    margin: 0 10px;
}
.recruit-btn a {
    display: inline-block;
    color: #000;
    padding: 2px 3px;
    font-weight: bold;
}
.recruit-btn a:hover {
    background-color: #38a882;
    color: #fff;
}

/*  尺寸設定 */
@media (min-width: 1200px) {
    .recruit-list {
        padding: 0 30px 0 0;
        border-right: 1px solid #a3a3a3;
        min-height: 400px;
    }
}


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

.event-wrap {	
    background: url("../images/index/event-bg.jpg") no-repeat center top;
    background-size: cover;
	padding: 60px 5% 60px;
}
.event-wrap img {
    width: 100%;
    vertical-align: bottom;
}
.event-wrap h2 {
    color: #0B0B0B;
    margin-bottom: 40px;
}
.event-wrap [class*="col-"] {
	margin-bottom: 20px;
}
.event-wrap [class*="col-"] dl dt { 
	margin-bottom: 10px;
}
.event-wrap [class*="col-"] dl dd {
    font-weight: bold;
	text-align: center;
}

.event-btn {
    margin-top: 20px;
    text-align: center;
}
.event-btn a {
    background-color: #2a8f70;
    color: #fff;
    padding: 10px 30px;
    font-size: 1.2rem;
}
.event-btn a:hover {
    background-color: #096649;
}


/*========================================================
                      	 經典作品
=========================================================*/

.performance-wrap {
	padding: 60px 5% 80px;
    position: relative;
}
.performance-wrap h2 {
    color: #0B0B0B;
    margin-bottom: 40px;
}
.performance-img {
    height: 360px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
}
.performance-info {
    background: url("../images/index/performance-bg.jpg") repeat center center;
}
.performance-info > div {
    color: #fff;
    padding: 60px 60px 100px;
    overflow: hidden;
}
.performance-info h3:after {
    content: "";
    display: block;
    width: 200px;
    border-bottom: 3px solid #000;
    margin-top: 6px;
    margin-bottom: 30px;
}
.performance-info ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.performance-btn {
    text-align: right;
    margin-top: 20px;
}
.performance-btn a {
    background: url("../images/index/performance-btn1.png") no-repeat right top;
    color: #fff;
    display: inline-block;
    padding-top: 20px;
    padding-right: 30px;
    font-size: 1rem;
}
.performance-btn a:hover {
    background: url("../images/index/performance-btn2.png") no-repeat right top;
    color: #ef8018;
}


/*  尺寸設定 */
@media (min-width: 992px) {
    .performance-img {
        height: 440px;
    }
    .performance-info > div {
        height: 520px;
        padding: 60px;
    }
}
@media (min-width: 1200px) {
    .performance-img {
        height: 500px;
    }
    .performance-info > div {
        height: 580px;
        padding: 80px;
    }
}
@media (min-width: 1600px) {
    .performance-img {
        height: 500px;
    }
    .performance-info > div {
        height: 580px;
        padding: 100px;
    }
}



/*========================================================
                         榮譽表現
=========================================================*/

.activity-box {
    margin: 2rem;
    font-size: 1.2rem;
}
.activity-box [class*="col-"]:nth-of-type(1) {
    position: relative;
}
.activity-box [class*="col-"]:nth-of-type(1) img {
    width: 100%;
}
.activity-box [class*="col-"]:nth-of-type(2) {
    background-color: #38b5b9;
    color: #fff;
    padding: 30px 30px 80px 30px;
}

.activity-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.activity-box .more {
    position: absolute;
    right: 50px;
    bottom: 30px;
    z-index: 9;
}
.activity-box .more a {
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 30px;
    font-size: 1rem;
}
.activity-box .more a:hover {
    background-color: #11777a;
}


/*  尺寸設定 */
@media (min-width: 992px) {
    .activity-box {
        margin: 4rem;
    }
    .activity-box [class*="col-"]:nth-of-type(1) > div {
        position: relative;
        z-index: 9;
        width: 100%;
    }
    .activity-box [class*="col-"]:nth-of-type(1):after {
        content: '';
        position: absolute;
        top: 15px;
        bottom: 60px;
        z-index: -1;
        background-color: #d7d7d7;
    }
    .activity-box [class*="col-"]:nth-of-type(2) {
        padding: 40px 40px 80px 60px;
    }
    .activity-a [class*="col-"]:nth-of-type(1) > div {
        margin: 30px;
    }
    .activity-a [class*="col-"]:nth-of-type(1):after {
        right: 0;
        left: 30px;
    }
    .activity-b [class*="col-"]:nth-of-type(1) > div {
        margin: 30px 30px 30px -30px;
    }
    .activity-b [class*="col-"]:nth-of-type(1):after {
        right: 30px;
        left: 0;
    }
    .activity-b [class*="col-"]:nth-of-type(2) {
        padding: 40px 60px 80px 40px;
    }
}
@media (min-width: 1600px) {
    .activity-box [class*="col-"]:nth-of-type(2) {
        padding: 60px 60px 80px 90px;
    }
    .activity-b [class*="col-"]:nth-of-type(2) {
        padding: 60px 60px 80px 60px;
    }
}


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

/*
.activity-b {
    font-size: 1.2rem;
}
.activity-b [class*="col-"]:nth-of-type(1) {
    position: relative;
}
.activity-b [class*="col-"]:nth-of-type(1) img {
    width: 100%;
}
.activity-b [class*="col-"]:nth-of-type(2) {
    background-color: #38b5b9;
    color: #fff;
    padding: 30px 30px 30px 30px;
}

@media (min-width: 992px) {
    .activity-b [class*="col-"]:nth-of-type(1) > div {
        position: relative;
        z-index: 9;
        margin: 30px 30px 30px -30px;
        width: 100%;
    }
    .activity-b [class*="col-"]:nth-of-type(1):after {
        content: '';
        position: absolute;
        top: 15px;
        right: 30px;
        bottom: 60px;
        left: 0;
        z-index: -1;
        background-color: #d7d7d7;
    }
    .activity-b [class*="col-"]:nth-of-type(2) {
        padding: 60px 60px 60px 90px;
    }
}
*/





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

a.figure {
	display: block;
	position: relative;
	}
a.figure:hover:before {
    opacity: 0.3;
    -webkit-transform: scale(1);
    transform: scale(1);
}
a.figure:before {
    position: absolute;
    top: 6px;
    bottom: 6px;
    left: 6px;
    right: 6px;
    content: '';
    display: inline-block;
    background-color: #fff;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    transition: .3s;
}

.image-box .image-pic {
	position: relative;
    overflow: hidden;
}
.image-box .image-pic > img {
	width: 100%;
	vertical-align: bottom;
    transition: all 1s;
}
.image-box .image-pic a {
	display: block;
	color: #fff;
}
.image-box .image-pic:hover .thumb-inner {
	display: block;
}
.image-box .image-pic:hover img {
	transform: scale(1.1);
    
}
.image-box .image-pic:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 5;
	width: 100%;
	height: 10%;
	opacity: 0;
	transition: all 0.3s;
}
.image-box .image-pic:hover:before {
	background-color: rgba(0, 0, 0, 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: #fff;
	font-size: 24px;
	padding: 5px 50px 7px;
	border: 1px solid #fff;
}
