@charset "UTF-8";
/*DESKTOP
======================*/

@media screen and (min-width: 1170px) {

}

@media screen and (min-width: 990px) {

}

@media screen and (min-width: 990px) and (max-width: 1169px) {

}

@media screen and (min-width: 768px) and (max-width: 1169px) {
	.swiper-slide p {
		font: 14px "微軟正黑體", "Lato", sans-serif;
	}

	.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
		bottom: -10px;
		left: 0;
		width: 100%;
	}

	.page1_block p {
		margin-bottom: 0;
		padding: 0 0px;
	}

	.swiper-slide .grid_4 {
		width: 100% !important;
	}

	.container_12 .grid_4.news_box {
		width: 32.3% !important;
		margin: 0 0 0 0 !important;
	}

	.container_12 .grid_4.news_box:nth-child(3) {
		width: 32.3% !important;
		margin: 0 1.5% 0 1.5% !important;
	}

	.container_12 .grid_4.news_box:last-child {
		width: 32.3% !important;
		margin: 0 0 0 0 !important;
	}
}

/*TABLET
======================*/

@media screen and (max-width: 1279px) and (orientation: landscape) {

}

@media screen and (max-width: 989px) {

}

@media screen and (min-width: 600px) and (max-width: 767px) {
	.company_info {
		position: relative;
		right: -15px;
		color: #818181;
		padding-top: 15px;
		font-size: 12px;
		display: block;
		float: right;
		width: 100%;
		text-align: left;
	}

	.company_info span {
		display: block;
		line-height: 25px;
	}

	footer .grid_2 {
		width: 100% !important;
		float: right !important;
	}
}

/* MOBILE
======================*/

@media screen and (max-width: 599px) {
	.company_info {
		position: relative;
		right: -15px;
		color: #818181;
		padding-top: 15px;
		font-size: 12px;
		display: block;
		float: right;
		width: 100%;
		text-align: left;
	}

	.company_info span {
		display: block;
		line-height: 25px;
	}

	footer .grid_2 {
		width: 100% !important;
		float: right !important;
	}
}

@media screen and (max-width: 330px) {

}

/* ONLY
======================*/

@media screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 768px) and (max-width: 989px) {

}

@media screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 767px) {

}

/* Firefox All */
@-moz-document url-prefix() {
	.xxxx {

	}
}

/* Safari 5~6 ONLY */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
	::i-block-chrome, .xxxx {

	}
}

/* Safari 6以上 ONLY */
@media screen and (min-color-index: 0) and(-webkit-min-device-pixel-ratio: 0) {
	@media {
		_:-webkit-full-screen, .xxxx {

		}
	}
}

/**/
