
@import url(../fonts/font-awesome/font-awesome.min.css);
@import url(../fonts/flaticon/flaticon.css);
@import url(header.css);
@import url(footer.css);
@import url(hover.css);
@import url(banner.css);


/*========================================================
                      	 最新訊息
=========================================================*/

.news-wrap {	
	background: url(../images/index/news-bg.jpg) no-repeat center bottom;
	background-size: cover;
	padding: 60px 5% 60px;
}
.news-wrap img {
    width: 100%;
    vertical-align: bottom;
}
.news-wrap h1 {
	text-align: center;
	color: #000;
	font-size: 32px;
	position: relative;
	margin: 0 0 20px 0;
	font-weight: bold;
}
.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: 0 30px 60px;
}
.news-wrap [class*="col-"] dl { 
	margin: 10px;
}
.news-wrap [class*="col-"] dl dt { 
	margin-bottom: 10px;
}
.news-wrap [class*="col-"] dl dd {
	color: #292929;
	font-size: 16px;
}
.news-wrap [class*="col-"] dl dd h3 {
	color: #b50404;
	text-align: left;
	font-weight: bold;
}



/*  尺寸設定 */
@media (min-width: 768px) {
	.news-wrap h1 {
		font-size: 36px;
	}
}
@media (min-width: 1200px) {
	.news-wrap h1 {
		font-size: 40px;
	}
}


/*========================================================
                      	 會員福利
=========================================================*/

.welfare-wrap {
	padding: 60px 5% 30px;
}
.welfare-wrap img {
    width: 100%;
    vertical-align: bottom;
}
.welfare-wrap h1 {
	text-align: center;
	color: #000;
	font-size: 32px;
	position: relative;
	margin: 0 0 20px 0;
	font-weight: bold;
}
.welfare-wrap [class*="col-"] dl { 
	box-shadow: 1px 1px 5px #bbb;
    margin-bottom: 50px;
}
.welfare-wrap [class*="col-"] dl dt { 
	margin-bottom: 10px;
}
.welfare-wrap [class*="col-"] dl dd {
	color: #292929;
	font-size: 16px;
}
.welfare-wrap [class*="col-"] dl dd h3 {
	color: #474747;
	text-align: center;
	margin: 0;
	font-size: 24px;
    padding: 10px 0 20px;
    font-weight: bold;
}


/*  尺寸設定 */
@media (min-width: 768px) {
	.welfare-wrap h1 {
		font-size: 36px;
	}
}
@media (min-width: 1200px) {
	.welfare-wrap h1 {
		font-size: 40px;
	}
}


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

.activity-wrap {
	background: url(../images/index/activity-bg.jpg) no-repeat center bottom;
	background-size: cover;
	padding: 60px 5% 30px;
}
.activity-wrap img {
    width: 100%;
    vertical-align: bottom;
}
.activity-wrap h1 {
	text-align: center;
	color: #000;
	font-size: 32px;
	position: relative;
	margin: 0 0 20px 0;
	font-weight: bold;
}
.activity-wrap [class*="col-"] > div { 
    margin-bottom: 50px;
    border: 10px solid #fff;
}


/*  尺寸設定 */
@media (min-width: 640px) {
    .activity-wrap [class*="col-"]  { 
        height: 204px;
    }
}
@media (min-width: 768px) {
	.activity-wrap h1 {
		font-size: 36px;
	}
    .activity-wrap [class*="col-"]  { 
        height: 297px;
    }
}
@media (min-width: 992px) {
    .activity-wrap [class*="col-"]  { 
        height: 383px;
    }
}
@media (min-width: 1200px) {
	.activity-wrap h1 {
		font-size: 40px;
	}
    .activity-wrap [class*="col-"]  { 
        height: 248px;
    }
}
@media (min-width: 1366px) {
    .activity-wrap [class*="col-"]  { 
        height: 263px;
    }
}
@media (min-width: 1600px) {
    .activity-wrap [class*="col-"]  { 
        height: 360px;
    }
}




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

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;
}

.top_welcome_col {
	font-size: 18px;
	font-weight: bold;
	
}