@charset "utf-8";
/* CSS Document */

@import url("https://fonts.googleapis.com/css?family=Francois+One&display=swap");



/*----- 公司簡介 -----*/
.aboutArea {
	padding-top: 75px;
	padding-bottom: 75px;
}

ul.leaderBox {
	margin-bottom: 70px;
}

ul.leaderBox:last-of-type {
	margin-bottom: 0;
}

ul.leaderBox li.leaderPhoto {
	width: 40%;
}

ul.leaderBox li.leaderInfo {
	width: 50%;
}

ul.leaderBox li.leaderInfo .leaderName {
	font-size: 38px;
	color: #444;
	font-weight: normal;
	padding-bottom: 3px;
	margin-bottom: 22px;
	border-bottom: 1px solid #bfbfbf;
}

ul.leaderBox li.leaderInfo .leaderName span {
	font-size: 24px;
	color: #005bac;
	margin-left: 15px;
}

ul.leaderBox li.leaderInfo .leaderTxt {
	line-height: 34px;
}

.bgWhite {
	background: #fff;
}

.featureTitle {
	font-size: 27px;
	color: #005bac;
	margin-bottom: 20px;
}

.featureTxt {
	float: left;
	width: 40%;
	line-height: 34px;
}

.featureImg {
	float: right;
	width: 53%;
	margin-top: 9px;
}

.logoImg {
	margin: -12px 0 15px;
}

.bgImg {
	padding-top: 90px;
	padding-bottom: 90px;
	background: url(../images/dot.png) repeat #fff;
}

.subtitle {
	width: 220px;
	font-size: 26px;
	color: #e11e19;
	font-weight: bold;
	padding: 12px 0;
	margin: 0 auto;
	margin-bottom: 60px;
	border-radius: 80px;
	border: 3px solid #f76061;
	background-color: #fff;
	box-shadow: 0 0 0 6px #ffb1b2;
	text-align: center;
}



/*----- 大事記 -----*/
.historyWrap {
	padding-top: 10px;
}

.historyBox + .historyBox .historyCon {
    padding-top: 31px;
}

.historyCon {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.historyCon::before {
    content: '';
    position: absolute;
    width: 4px;
    height: 100%;
    top: 0;
    left: 145px;
    z-index: 1;
    background-color: #1c77a4;
}

.historyCon .year {
    -webkit-flex: 0 0 175px;
    -ms-flex: 0 0 175px;
    flex: 0 0 175px;
    position: relative;
    text-align: left;
    font-style: italic;
    font-size: 26px;
    color: #1c77a4;
    z-index: 2;
	line-height: 16px;
}

.historyCon .year::after {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    top: 0;
    right: 19px;
    border-radius: 50%;
    border: 4px solid #1c77a4;
    background-color: #f3f3f3;
}

.historyCon .year span {
	font-size: 18px;
    color: #1c77a4;
	margin-left: 7px;
}

.historyTxt {
	font-size: 17px;
	color: #222;
	font-weight: normal;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    margin: -4px 0 0 20px;
	padding-bottom: 25px;
	border-bottom: 1px solid #ccc;
	line-height: 28px;
}

.historyTxt img {
	display: block;
	margin: 20px 0 7px;
}

.last-item {
    margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}



/*----- 媒體廣告 -----*/
.serviceBox {
	padding: 20px 0 50px;
}

.serviceLeft {
	width: 35%;
	display: inline-block;
	margin-right: 5%;
	vertical-align: middle;
}

.serviceRight {
	width: -webkit-calc(60% - 4px);
	width: -moz-calc(60% - 4px);
	width: calc(60% - 4px);
	display: inline-block;
	vertical-align: middle;
}

ul.serviceInfo ul {
}

ul.serviceInfo li {
	margin-bottom: 20px;
	line-height: 28px;
}

ul.serviceInfo li p.serviceTitle {
	float: left;
	color: #01ada2;
	font-weight: bold;
	padding-right: 3px;
}

ul.serviceInfo li p.serviceTXt {
	overflow: hidden;
}

.select {
	display: block;
	margin-top: 3px;
	padding: 2px 8px 4px 5px;
	border: 1px solid #ccc;
	background-color: #fff;
}

.fancybox-content {
	width: 360px !important;
	height: 100px !important;
}


.serviceLine {
	font-size: 17px;
	text-align: center;
}

.serviceLine .email {
	margin-left: 80px;
}

.serviceLine .tel {
	font-size: 25px;
	color: #fc0f0f;
	margin-left: 8px;
}



/*----- 台內產品 -----*/
.prodBox {
	padding-bottom: 70px;
	margin-bottom: 70px;
	border-bottom: 1px solid #e1e1e1; 
}

.prodBox:last-of-type {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none; 
}

.prodPhoto {
	width: 46%;
}

.prodPhoto img {
	width: 100%;
	height: auto;
}

.prodInfo {
	width: 48%;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.prodName {
	font-size: 30px; 
	color: #222;
	font-weight: normal;
}

.capacity {
	color: #01ada2;
	margin-top: 8px;
}

.prodFeature {
	width: 96px;
	font-size: 15px;
	color: #fff;
	padding: 3px 0;
	margin: 35px 0 15px;
	background-color: #21b7ad;
	text-align: center;
}

.featureBox {
	line-height: 30px;
}

ul.feature {
	list-style: none; 
}

ul.feature li {
	padding-left: 18px;
	position: relative;
}

ul.feature li:before {
    content: "•";
	position: absolute;
	left: 1px;
	top: 0;
	font-size: 24px;
    color: #333;
}

a.download {
	color: #0091d0 !important;
	margin-top: 45px;
	display: block;
}

a.download i {
	font-size: 18px;
	margin-right: 10px;
}

a.download span {
	text-decoration: underline;
}

a.download:hover span {
	text-decoration: none;
}

.focus {
	color: #af0c0c;
}

.small-icon {
	font-size: 12px;
	margin: 0 5px 0 1px;
	vertical-align: top;
}



/*----- 最新消息 -----*/
.news-wrap {
	width: 1400px;
}

ul.newsList {
	margin-bottom: -70px;
}

ul.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

ul.newsList li .newsBox {
	margin-bottom: 70px;
	position: relative;
	overflow: hidden;
	background-color: #e5e5e5;
	vertical-align: top;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

ul.newsList li:hover .newsBox {
}

.photo-mask {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}

ul.newsList li figure img {
	width: 100%;
	height: auto;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

ul.newsList li:hover figure img {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
}

ul.newsList li .newsInfo {
	padding: 16px 11px;
}

ul.newsList li .newsCate {
	width: 60px;
	height: 60px;
	font-size: 15px;
	color: #fff;
	padding: 13px 14px 12px 16px;
	margin-right: 8px;
	display: inline-block;
	border-radius: 99em;
	/*background-color: #f0ad4e;*/
	line-height: 18px;
	text-align: center;
	vertical-align: middle;
}

ul.newsList li .newsTitleBox {
	width: -webkit-calc(100% - 73px);
	width: -moz-calc(100% - 73px);
	width: calc(100% - 73px);
	display: inline-block;
	vertical-align: middle;
}

ul.newsList li .newsTitleBox p.newsDate {
	font-size: 13px;
	color: #0091d0;
	margin-bottom: 4px;
}

ul.newsList li .newsTitleBox h3 {
	font-size: 16px;
	font-weight: normal;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

ul.newsList li:hover .newsTitleBox h3 {
	color: #0091d0;
}

.blueBg {
	background-color: #45aed6 !important;
}



/*----- 最新消息內頁 -----*/
.newsconBox {
	min-height: 150px;
	padding: 30px 50px 50px;
	background-color: #fff;
	border: 1px solid #e8e8e8;
	box-shadow: 0 1px 4px rgba(195, 195, 195, 0.5);
	line-height: 32px;
}

.newstitleBox {
	padding-bottom: 14px;
	margin-bottom: 30px;
	border-bottom: 1px solid #d7d7d7;
}

.newsconDate {
	float: right;
	font-size: 14px;
	color: #0091d0;
	margin: 4px 0 0 30px;
	text-align: right;
}

h3.newsconTitle {
	font-size: 24px;
	font-weight: normal;
	color: #222;
	line-height: 1.6;
}

a.backBtn {
	width: 190px;
	margin: 0 auto;
	margin-top: 40px;
	display: block;
	font-size: 15px;
	color: #fff;
	padding: 10px 0;
	border-radius: 30px;
	background: #0091d0;
	position: relative;
	text-align: center;
}

a.backBtn:hover {
	background: #21b7ad;
}

a.backBtn::before {
	content: '\f104';
    font-family: FontAwesome;
    font-size: 16px;
    display: inline-block;
    margin-right: 9px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

a.backBtn:hover::before {
	margin-right: 40%;
}



@media (max-width: 1199px){

/*----- 最新消息 -----*/
.news-wrap {
	width: 100%;
}

}



@media (max-width: 991px){

/*----- 公司簡介 -----*/
ul.leaderBox li.leaderPhoto {
	width: 42%;
}

ul.leaderBox li.leaderInfo {
	width: 52%;
}

ul.leaderBox li.leaderInfo .leaderName {
	font-size: 30px;
	margin-bottom: 15px;
}

ul.leaderBox li.leaderInfo .leaderName span {
	font-size: 18px;
	margin-left: 12px;
}



/*----- 媒體廣告 -----*/
.serviceLine .email {
	margin-left: 38px;
}

	
}


@media (max-width: 767px){

/*----- 公司簡介 -----*/
.aboutArea {
	padding-top: 50px;
	padding-bottom: 50px;
}

.featureTxt,
.featureImg {
	float: none;
	width: 100%;
}

.featureImg {
	margin: 30px 0 10px;
	text-align: center;
}

.logoImg {
	margin: -7px 0 10px;
}

.bgImg {
	padding-top: 65px;
	padding-bottom: 65px;
}



/*----- 媒體廣告 -----*/
.serviceBox {
	padding: 0 0 30px;
}

.serviceLeft {
	width: 100%;
	display: block;
	margin: 0 0 20px 0;
	text-align: center;
}

.serviceRight {
	width: 100%;
	display: block;
}

.serviceLine {
	font-size: 16px;
}

.serviceLine .email {
	display: block;
	margin: 15px 0 0 0;
}



/*----- 台內產品 -----*/
.prodBox {
	padding-bottom: 50px;
	margin-bottom: 40px;
}

.prodPhoto {
	width: 100%;
	text-align: center;
}

.prodInfo {
	width: 100%;
	margin-top: 35px;
}

.floatLeft,
.floatRight {
	float: none;
}

.reduceMargin {
	margin: -25px 0 -35px;
}

a.download {
	margin-top: 35px;
}



/*----- 最新消息內頁 -----*/
.newsconBox {
	padding-left: 30px;
	padding-right: 30px;
}

.newsconDate {
	float: none;
	margin: 0 0 2px 0;
	text-align: left;
}

h3.newsconTitle {
	font-size: 18px;
}


}


@media (max-width: 575px){

/*----- 公司簡介 -----*/
ul.leaderBox {
	margin-bottom: 50px;
}

ul.leaderBox li.leaderPhoto {
	width: 100%;
	text-align: center;
}

ul.leaderBox li.leaderInfo {
	width: 100%;
	margin-top: 25px;
}

.float-left,
.float-right {
	float: none;
}

ul.leaderBox li.leaderInfo .leaderName {
	font-size: 27px;
}

ul.leaderBox li.leaderInfo .leaderName span {
	font-size: 17px;
	margin-left: 10px;
}

.featureTitle {
	font-size: 22px;
	margin-bottom: 15px;
}

.subtitle {
	width: 180px;
	font-size: 22px;
	font-weight: normal;
	padding: 7px 0;
	margin-bottom: 50px;
	border: 2px solid #f76061;
	box-shadow: 0 0 0 4px #ffb1b2;
}



/*----- 大事記 -----*/
.historyCon::before {
    width: 3px;
	left: 107px;
}

.historyCon .year {
    -webkit-flex: 0 0 137px;
    -ms-flex: 0 0 137px;
    flex: 0 0 137px;
    font-size: 17px;
}

.historyCon .year::after {
    width: 15px;
    height: 15px;
    right: 21px;
    border: 3px solid #1c77a4;
}

.historyCon .year span {
	font-size: 17px;
	margin-left: 0;
}

.historyTxt {
	font-size: 15px;
	margin: -6px 0 0 0;
}



/*----- 媒體廣告 -----*/
.serviceLine {
	font-size: 15px;
}



/*----- 台內產品 -----*/
.prodName {
	font-size: 24px; 
}




/*----- 最新消息 -----*/
ul.newsList {
	margin-bottom: -40px;
}

ul.newsList .row {
	margin-left: -8px;
	margin-right: -8px;
}

ul.newsList li.col-6 {
	padding-left: 8px;
	padding-right: 8px;
}

ul.newsList li .newsBox {
	margin-bottom: 40px;
}

ul.newsList li .newsInfo {
	padding-top: 13px;
	padding-bottom: 13px;
}

ul.newsList li .newsCate {
	display: none;
}

ul.newsList li .newsTitleBox {
	width: 100%;
}

ul.newsList li .newsTitleBox h3 {
	font-size: 15px;
}



/*----- 最新消息內頁 -----*/
.newsconBox {
	padding: 20px 22px 40px;
}

.newstitleBox {
	margin-bottom: 20px;
}


}

