
@import url(../fonts/font-awesome/font-awesome.min.css);
@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);

/*========================================================
                      	 最新活動
=========================================================*/

.info-wrap {	
	padding: 60px 5% 40px;
}
.info-wrap img {
    width: 100%;
    vertical-align: bottom;
}
.info-wrap h2 {
	text-align: center;
	color: #fff;
	font-size: 1.6rem;
	position: relative;
	margin: 0 0 20px 0;
	font-weight: bold;
    background-color: #0078bd;
    padding: 10px 0;
}
.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 { 
	margin: 10px;
}
.info-wrap [class*="col-"] dl dt { 
	margin-bottom: 10px;
}
.info-wrap [class*="col-"] dl dd {
	color: #292929;
	font-size: 16px;
}
.info-wrap [class*="col-"] dl dd time {
	color: #0078bd;
	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;
}


.image-box .image-pic {
	position: relative;
}
.image-box .image-pic > img {
	width: 100%;
	vertical-align: bottom;
}
.image-box .image-pic a {
	display: block;
	color: #fff;
}
.image-box .image-pic:hover .thumb-inner {
	display: block;
}
.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;
}


/*  尺寸設定 */
@media (min-width: 768px) {
	.info-wrap h2 {
		font-size: 1.8rem;
	}
}
@media (min-width: 1200px) {
	.info-wrap h2 {
		font-size: 2rem;
	}
}
@media (min-width: 1600px) {
	.info-wrap h2 {
		font-size: 2.2rem;
	}
}


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

.news-wrap {
    background-color: #e5e5e5;
}
.news-wrap h2 {
    position: relative;
    margin: 0;
    font-size: 1.6rem;
    font-weight: bold;
}
.news-wrap h2 span {
	position : absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 9;
    display: inline-block;
    color: #fff;
    background-color: rgba(36,108,192,0.85);
    border: 2px solid #fff;
    padding: 10px 10%;
}
.news-wrap .nav-tabs {
    border-bottom: 1px solid #e5e5e5;
}
.news-wrap .nav-tabs li {
	text-align: center;
}
.news-wrap .nav-tabs li a {
	display: block;
	font-size: 1rem;
	border-radius: 0;
	color: #000;
    padding: 10px 3px;
    font-weight: bold;
    line-height: 24px;
    background-color: #e5e5e5;
    border-bottom: 2px solid #fff;
    min-height: 70px;
}
.news-wrap .nav-tabs li:nth-of-type(2) a {
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
}
.news-wrap .nav-tabs li.active  {
	color: #fff;
}
.news-wrap .nav-tabs > li > a.active, 
.news-wrap .nav-tabs > li > a.active:hover, 
.news-wrap .nav-tabs > li > a.active:focus {
	display: block;
	color: #fff;
    background-color: #e5e5e5;
}
.news-wrap .nav-tabs > li:nth-of-type(1) > a.active, 
.news-wrap .nav-tabs > li:nth-of-type(1) > a.active:hover, 
.news-wrap .nav-tabs > li:nth-of-type(1) > a.active:focus {
    background-color: #1b459b;
}
.news-wrap .nav-tabs > li:nth-of-type(2) > a.active, 
.news-wrap .nav-tabs > li:nth-of-type(2) > a.active:hover, 
.news-wrap .nav-tabs > li:nth-of-type(2) > a.active:focus {
    background-color: #603892;
}
.news-wrap .nav-tabs > li:nth-of-type(3) > a.active, 
.news-wrap .nav-tabs > li:nth-of-type(3) > a.active:hover, 
.news-wrap .nav-tabs > li:nth-of-type(3) > a.active:focus {
    background-color: #d26f25;
}

.news-wrap .nav-tabs > li > a {
    margin-right: 0;
}
.news-wrap .nav > li > a:hover, 
.news-wrap .nav > li > a:focus {
	display: block;
    text-decoration: none;
	color: #fff;
    background-color: #e5e5e5;
}

.news-wrap .nav > li:nth-of-type(1) > a:hover, 
.news-wrap .nav > li:nth-of-type(1) > a:focus {
    background-color: #1b459b;
}
.news-wrap .nav > li:nth-of-type(2) > a:hover, 
.news-wrap .nav > li:nth-of-type(2) > a:focus {
    background-color: #603892;
}
.news-wrap .nav > li:nth-of-type(3) > a:hover, 
.news-wrap .nav > li:nth-of-type(3) > a:focus {
    background-color: #d26f25;
}

.news-wrap .tabs li {
	width: 33.33333%;
}

.news-wrap .tab-content {
	background-color: #e5e5e5;
	border-top-color: transparent;
	padding: 40px 5% 50px;
}
.news-wrap .tab-content ul {
	list-style: none;
	margin: -15px 0 0 0;
	padding: 0;
}
.news-wrap .tab-content ul li {
	border-bottom: 1px solid #a6a6a6;
}
.news-wrap .tab-content ul li:first-of-type {
	padding-top: 0;
}
.news-wrap .tab-content ul li:last-of-type {
	border-bottom: none;
}
.news-wrap .tab-content ul li a {
    display: block;
	color: #1c1c1c;
	padding: 12px 15px 12px 20px;
    background: url('https://api.iconify.design/bx:bxs-right-arrow.svg?color=%23cf1313&width=12px&height=12px') no-repeat 6px 22px;
}
.news-wrap .tab-content ul li a:hover {
    color: #fff;
    background: #ab0b8f url('https://api.iconify.design/bx:bxs-right-arrow.svg?color=%23ffffff&width=12px&height=12px') no-repeat 6px 22px;
}
.news-wrap .tab-content ul li a span {
}
.news-wrap .tab-content ul li a span:after {
	content: "|";
    display: inline-block;
    margin: 0 10px;
}

.tab-content .more {
    margin-top: 20px;
	text-align: right;
}
.tab-content .more a {
	font-weight: bold;
    color: #fff;
    padding: 10px 20px;
}
.tab-content #tab11 .more a:hover,
.tab-content #tab21 .more a:hover,
.tab-content #tab12 .more a:hover,
.tab-content #tab22 .more a:hover,
.tab-content #tab13 .more a:hover,
.tab-content #tab23 .more a:hover {
    background-color: #333;
}
.tab-content #tab11 ul li a:hover, 
.tab-content #tab11 .more a,
.tab-content #tab21 ul li a:hover, 
.tab-content #tab21 .more a {
    background-color: #1b459b;
}
.tab-content #tab12 ul li a:hover, 
.tab-content #tab12 .more a,
.tab-content #tab22 ul li a:hover, 
.tab-content #tab22 .more a {
    background-color: #603892;
}
.tab-content #tab13 ul li a:hover, 
.tab-content #tab13 .more a,
.tab-content #tab23 ul li a:hover, 
.tab-content #tab23 .more a {
    background-color: #d26f25;
}



/*  尺寸設定 */
@media (max-width: 479px) {
	.news-wrap .tab-content {
		padding: 40px 20px 10px 20px;
	}
	.news-wrap .tab-content ul li a span {
		display: block;
	}
}
@media (max-width: 639px) {
	.news-wrap .nav-tabs {
		margin-bottom: 20px;
		border-bottom: none;
	}
}
@media (min-width: 768px) {
    .news-wrap h2 {
        font-size: 1.8rem;
    }
}
@media (min-width: 992px) {
    .news-wrap .nav-tabs li a {
        font-size: 1.1rem;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .news-wrap .tab-content dl dt {
        width: 30%;
        float: left;
        margin-right: 20px;
    }
}
@media (min-width: 1200px) {
    .news-wrap h2 {
        font-size: 2rem;
    }
    .news-wrap .nav-tabs li a {
        font-size: 1.4rem;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media (min-width: 1600px) {
    .news-wrap h2 {
        font-size: 2.2rem;
    }
	.news-wrap .tab-content ul li:first-of-type {
		padding-top: 15px;
	}
}



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

.recruit-wrap {
    background-color: #e5e5e5;
}
.recruit-wrap h2 span {
    background-color: rgba(190,98,98,0.85);
}

.recruit-wrap .tab-content ul li a {
    background: url('https://api.iconify.design/bx:bxs-right-arrow.svg?color=%23123fc0&width=12px&height=12px') no-repeat 6px 22px;
}
.recruit-wrap .tab-content ul li a:hover {
    background: #bd3a21 url('https://api.iconify.design/bx:bxs-right-arrow.svg?color=%23ffffff&width=12px&height=12px') no-repeat 6px 22px;
}


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

.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;
}
.image-box .image-pic > img {
	width: 100%;
	vertical-align: bottom;
}
.image-box .image-pic a {
	display: block;
	color: #fff;
}
.image-box .image-pic:hover .thumb-inner {
	display: block;
}
.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;
}

