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



/*----- 服務項目 -----*/
.serviceFrame {
	padding: 38px 30px;
	border: 1px solid #c2c2c2;
}

.mainBox {
	margin-bottom: 60px; 
}

.leftBox {
	float: left;
	width: 40%;
}

.leftBox img {
	width: 100%;
	height: auto;
	border-radius: 20px;
	border: 5px solid #a0d7e9;
}

.rightBox {
	float: right;
	width: 55%;
}

.productName {
	font-size: 22px; 
	color: #0a7e9a;
	font-weight: bold;
	margin-bottom: 13px;
	line-height: 32px;
}

.featureBox {
	padding-left: 2px;
	line-height: 32px;
}

.subject {
	border-bottom: 1px solid #ccc;
}

.subject h4 {
	width: 150px;
    color: #4e4e4e;
    font-size: 18px;
	display: inline-block;
	padding: 11px 0 7px;
    margin-bottom: -1px;
	text-align: center;
	background: #fff;
	border-top: 4px solid #0f95b6;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.specBox {
	padding-top: 30px;
	margin-bottom: 60px;
	line-height: 32px;
	position: relative;
}

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

ul.photo {
}

ul.photo li {
	width: 40%;
	float: left;
	margin-right: 7%;
	margin-top: 40px;
}

ul.photo li:nth-child(2n) {
	margin-right: 0;
}


ul.application {
	list-style: none; 
}

ul.application li {
	padding-left: 19px;
}

ul.application li:before {
    content: "•";
    padding-right: 10px;
    margin-left: -14px;
    color: #333;
	vertical-align: middle;
}




/*----- 關於我們 -----*/
.aboutBox {
	line-height: 32px;
}

.heading {
	font-size: 22px;
	color: #0a7e9a;
	font-weight: bold;
	margin-bottom: 30px;
	line-height: 36px;
}

.heading span {
	font-size: 16px;
	color: #333;
	display: block;
}

.m-b {
	margin-bottom: 35px;
}

.m-t-b {
	margin: 45px 0 40px;
}



/*----- 聯絡我們 -----*/
.contactTitle {
	font-size: 30px;
	color: #0a7e9a;
	font-weight: normal;
	margin-bottom: 30px;
}

.contactTitle span {
	color: #333;
}

.delete-p-b {
	padding-bottom: 75px;
}

.lineHeight {
	line-height: 30px;
}

.contact-iconBox {
	margin-top: 60px;
}

.contact-iconBox .col-md-3 {
	padding-left: 6px;
	padding-right: 6px;
}

.contactIcon .iconImg {
	width: 66px;
	height: 66px;
	font-size: 23px;
    color: #34a4c0;
	margin: 0 auto;
    line-height: 64px;
    border: 1px solid #34a4c0;
	border-radius: 99em;
	text-align: center;
}

.contactIcon .iconImg.lineIcon {
	background: url(../images/line-logo.svg) no-repeat center;
	background-size: 28px auto;
}

.contactIcon h4 {
    font-size: 16px;
    color: #0f95b6;
    margin: 17px 0 11px;
	/*font-family: 'Philosopher', 微軟正黑體, 新細明體, sans-serif;*/
}

.contactIcon p {
	font-size: 17px;
	color: #666;
}

.contactIcon p a {
	color: #666;
}

.contactIcon p a:hover {
	color: #0f95b6;
}

#map {
	width: 100%;
	height: 480px;
}




@media (max-width: 1199px){

/*----- 關於我們 -----*/


}



@media (max-width: 991px){

/*----- 關於我們 -----*/


	
}


@media (max-width: 767px){

/*----- 服務項目 -----*/
.mainBox {
	margin-bottom: 50px; 
}

.featureBox,
.specBox {
	line-height: 30px;
}

ul.photo li {
	width: 46.5%;
	margin-right: 7%;
}



/*----- 聯絡我們 -----*/
.contact-iconBox {
	margin-top: 45px;
	margin-bottom: -40px;
}

.col-6 {
	margin-bottom: 40px;
}



}


@media (max-width: 575px){

/*----- 服務項目 -----*/
.serviceFrame {
	padding: 15px 0 0 0;
	border: none;
}

.leftBox,
.rightBox {
	float: none;
	width: 100%;
}

.leftBox img {
	border-radius: 20px;
	border: 5px solid #a0d7e9;
}

.rightBox {
	margin-top: 33px;
}

.productName {
	font-size: 20px; 
}

ul.photo {
	margin-top: 10px;
}

ul.photo li {
	width: 47%;
	margin-right: 6%;
	margin-top: 30px;
}



/*----- 關於我們 -----*/
.heading {
	font-size: 20px;
	margin-bottom: 25px;
}

.m-t-b {
	font-size: 18px;
	margin: 40px 0 33px;
}




/*----- 聯絡我們 -----*/
.contactTitle {
	font-size: 22px;
	margin-bottom: 25px;
}

.delete-p-b {
	padding-bottom: 55px;
}

.col-6 {
	padding-left: 10px;
	padding-right: 10px;
}

.contactIcon h4 {
    margin: 15px 0 10px;
}

.contactIcon p {
	font-size: 16px;
}



}


@media (max-width: 360px){




}
