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


/*----- shared -----*/

/* 服務項目子選單區 */
ul.serviceMenu {
	margin: 0 -10px 35px;
}

ul.serviceMenu li a {
	width: 178px;
	height: 40px;
	float: left;
	font-size: 17px;
	color: #00adaf;
	font-weight: bold;
	border: 2px solid #00adaf;
	border-radius: 99em;
	margin: 0 10px 15px;
	text-align: center;
	line-height: 38px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

ul.serviceMenu li:hover a,
ul.serviceMenu li.active a {
	color: #fff;
	background-color: #00adaf;
}


ul.contentBox {
	margin-bottom: 80px;
}

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

ul.contentBox > li {
	display: inline-block;
	vertical-align: middle;
}

ul.contentBox li.photo {
	width: 40%;
}

ul.contentBox li.infoBox {
	width: 52%;
	margin-left: 7%;
}

.subTitle {
	font-size: 24px;
	color: #f6ae54;
	font-weight: bold;
	margin-bottom: 12px;
}

.subheading {
	font-size: 18px;
	color: #000;
	padding: 7px 15px 6px;
	margin-bottom: 14px;
	display: inline-block;
	background: #ddf1f3;
}

ul.listItem {
	list-style: none; 
}

ul.listItem li {
	padding-left: 22px;
	position: relative;
}

ul.listItem li:before {
    content: "•";
	position: absolute;
	left: 5px;
	top: -4px;
	font-size: 20px;
}

ol.listNum {
	padding-left: 20px;
}

ol.listNum li {
	padding-left: 5px;
	position: relative;
	list-style-type: decimal;
}

/*
ul.listItem li,
ol.listNum li {
	display: list-item;
}*/

ul.greenList {
	list-style: none; 
}

ul.greenList > li {
	padding-left: 26px;
	margin-bottom: 28px;
	line-height: 2.0;
	position: relative;
}

ul.greenList > li:last-child {
	margin-bottom: 0;
}

ul.greenList > li:before {
    content: "•";
	position: absolute;
	left: 3px;
	top: -3px;
	font-size: 28px;
    color: #00adaf;
	line-height: 1.3;
}

.greenTxt {
	color: #00adaf;
}

hr {
	margin: 45px 0;
	border-top: 1px solid #dedede;
}



/*----- 診所介紹 -----*/
.doctorBox {
	margin-bottom: 60px; 
}

.doctorLeft {
	float: left;
	width: 36%;
	margin: 10px 0 0 5%;
	padding: 0 0 30px 30px;
	background: url(../images/color-block.jpg) no-repeat left bottom;
}

.doctorLeft img {
	max-width: 100%;
	height: auto;
}

.doctorRight {
	float: right;
	width: 47.5%;
}

.doctorName {
	font-size: 30px;
	color: #00adaf;
	font-weight: bold;
	padding-bottom: 12px;
	margin-bottom: 30px;
	border-bottom: 1px dashed #c8c8c8;
}

ul.doctorInfo > li {
	margin-bottom: 0;
}


ul.deviceList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -27px;
    margin-right: -27px;
	margin-bottom: 40px;
}

/*
ul.deviceList .row {
    margin-left: -27px;
    margin-right: -27px;
	
}
*/

ul.deviceList li.col-6,
ul.deviceList li.col-sm-4 {
	padding-left: 27px;
	padding-right: 27px;
}

ul.deviceList li {
	margin-bottom: 55px;
}

ul.deviceList li h4 {
	font-size: 20px;
	color: #00adaf;
	font-weight: bold;
	margin-top: 17px;
	text-align: center;
}

ul.clinicItem {
	margin-bottom: -25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
}

/*
ul.clinicItem .row {
    margin-left: 0;
    margin-right: 0;
	justify-content: center;
}
*/

ul.clinicItem li {
	position: relative;
	width: 100%;
	min-height: 1px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
	margin-bottom: 55px;
}

ul.clinicItem li .iconImg {
	width: 140px;
	height: 140px;
	margin: 0 auto;
	border-radius: 99em;
	background: #f6ae54;
	line-height: 140px;
	text-align: center;
}

ul.clinicItem li h3 {
    font-size: 20px;
    color: #6a6a6a;
	font-weight: bold;
    margin-top: 17px;
	text-align: center;
}



/*----- 品牌故事 -----*/
.aboutWrap {
	padding: 20px 0 25px;
}

.aboutLeft {
	float: left;
	width: 45%;
}

.aboutRight {
	float: right;
	width: 50%;
	text-align: right;
}

.aboutLeft h2 {
	font-size: 34px;
	color: #00adaf;
	font-weight: bold;
	margin-bottom: 30px;
	line-height: 1.4;
}

.aboutLeft p {
	padding-left: 2px;
	line-height: 2.0;
}



/*----- 慢性病控制 & 常見疾病診治 -----*/
.txtBg {
	color: #000;
	padding: 10px 15px 9px;
	margin-top: 20px;
	/*display: inline;*/
	background: #ddf1f3;
}

.diseaseBox {
	padding-bottom: 55px;
	margin-bottom: 45px;
	border-bottom: 1px solid #dedede;
}

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

.diseasePhoto {
	width: 240px;
	float: left;
}

.diseaseInfo {
	width: -webkit-calc(100% - 290px);
	width: -moz-calc(100% - 290px);
	width: calc(100% - 290px);
	float: right;
}

ul.diseaseItem {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -25px;
    margin-right: -25px;
	margin-bottom: -35px;
}

/*
ul.diseaseItem .row {
    margin-left: -25px;
    margin-right: -25px;
}
*/

ul.diseaseItem li {
	margin-bottom: 35px;
}

ul.diseaseItem li.col-md-4 {
	padding-left: 25px;
	padding-right: 25px;
}

ul.diseaseItem li .iconImg {
	width: 118px;
	height: 118px;
	margin: 0 auto;
	border-radius: 99em;
	border: 1px solid #00adaf;
	line-height: 114px;
	text-align: center;
}

ul.diseaseItem li h4 {
    font-size: 20px;
    color: #00adaf;
	font-weight: bold;
    margin: 15px 0 10px;
	text-align: center;
}

ul.diseaseItem li p {
	line-height: 1.7;
}



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

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

ul.newsList li.col-sm-4 {
	padding-left: 20px;
	padding-right: 20px;
}

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

ul.newsList li .newsBox {
	position: relative;
	overflow: hidden;
	vertical-align: top;
	cursor: pointer;
	background: #fff;
	border: 1px solid #d5d5d5;
	border-radius: 10px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

ul.newsList li:hover .newsBox {
	transform: translateY(-8px);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

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

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

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

ul.newsList li .newsInfo {
	padding: 15px 20px 18px;
	position: relative;
}

.month {
	font-size: 14px;
    color: #a2a2a2;
	display: inline-block;
	line-height: 1.1;
	font-family: 'Brygada 1918', 微軟正黑體, 新細明體, sans-serif;
}

.month span {
	display: block;
}

.day {
	font-size: 40px;
    color: #00adaf;
	display: inline-block;
	margin-left: 2px;
	line-height: 1.1;
	font-family: 'Oswald', 微軟正黑體, 新細明體, sans-serif;
}

ul.newsList li .newsInfo h3 {
	font-size: 17px;
	font-weight: bold;
	margin-top: 8px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

ul.newsList li:hover .newsInfo h3 {
	color: #00adaf;
}


.newsTitle {
	padding-bottom: 8px;
	border-bottom: 1px solid #ccc;
}

.newsTitle h3 {
	font-size: 30px;
	color: #00adaf;
	font-weight: bold;
	line-height: 1.4;
}

.newsDate {
	font-size: 15px;
    color: #939393;
	/*line-height: 1.8;*/
	font-family: 'Brygada 1918', 微軟正黑體, 新細明體, sans-serif;
}

.newsTxt {
	padding: 40px 0 50px;
	line-height: 2.0;
	border-bottom: 1px solid #ccc;
}

.newsTxt ul,
.newsTxt ol {
	margin-left: 20px;
}

.newsTxt ul li {
	list-style-type: disc;
}

.newsTxt ol li {
	list-style-type: decimal;
}

a.backBtn {
	width: 180px;
	margin: 0 auto;
	display: block;
	font-size: 16px;
	color: #00adaf;
	padding: 8px 0;
	margin-top: 35px;
	position: relative;
	border-radius: 99em;
	border: 2px solid #00adaf;
	text-align: center;
	z-index: 1;
}

a.backBtn:hover {
	color: #fff;
	background-color: #00adaf;
}



/*----- 聯絡我們 -----*/
.greenBg {
	background-color: #f3fafb;
}

.contactTitle {
	color: #00adaf;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
}

.notice {
	color: #d65a54;
	line-height: 1.8;
	text-align: center;
}


/*門診時間表*/
.timeBox {
	padding: 40px 40px 30px;
	margin: 30px 0 110px;
	border-radius: 20px;
	background-color: #fff;
	box-shadow: 0 1px 12px rgba(0, 0, 0, 0.2);  /* 往右偏移0往下偏移1px ，10px的模糊半徑 */
}

.timeTable th,
.timeTable td {
	font-size: 17px;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	line-height: 1.5;
}

.timeTable th {
	color: #fff;
	padding: 12px 8px 11px;
	background: #00adaf url(../images/line.jpg) no-repeat center right;
}

.timeTable th:last-child {
	background-image: none;
}


.timeTable td {
	color: #00adaf;
	padding: 25px 8px 24px;
}

.timeTable tr:nth-child(2n) > td {
	border-bottom: 1px solid #96d6d7;
}

.timeTable td p.time {
	font-size: 16px;
	color: #7e7e7e;
	font-weight: normal;
	margin-top: 6px;
	line-height: 1.1;
}

.timeTable td.open {
	color: #f6ae54;
}


/*地圖資訊*/
.contactInfo {
	width: 28%;
	float: left;
}

.contactMap {
	width: 67%;
	float: right;
	margin-bottom: 25px;
	border: 1px solid #72c8c9;
}

.contactMap iframe {
	display: block;
}

.clinicName {
	margin-bottom: 40px;
	border-bottom: 1px solid #72c8c9;
}

.clinicName img {
	width: 40px;
	height: auto;
}

ul.infoList {
}

ul.infoList li {
	color: #00888a;
	margin-bottom: 20px;
}

ul.infoList li i {
	float: left;
	font-size: 20px;
	margin-top: 6px;
	text-align: center;
}

ul.infoList li .infoTxt {
	width: 100%;
	padding: 0 0 0 34px;
	display: block;
}

ul.infoList li .tel {
	font-size: 30px;
	line-height: 1.0;
}



@media (max-width: 1399px){



}


@media (max-width: 1199px){

/*----- 品牌故事 -----*/
.aboutRight {
	margin-top: 7px;
}



/*----- 常見疾病診治 -----*/
.diseaseBox {
	padding-bottom: 45px;
}

ul.diseaseItem {
    margin-left: -15px;
    margin-right: -15px;
}

ul.diseaseItem li.col-md-4 {
	padding-left: 15px;
	padding-right: 15px;
}



/*----- 最新消息 -----*/
ul.newsList .row {
    margin-left: -15px;
    margin-right: -15px;
}

ul.newsList li.col-sm-4,
ul.newsList li.col-sm-3 {
	padding-left: 15px;
	padding-right: 15px;
}


}


@media (max-width: 991px){

/*----- 診所介紹 -----*/
.doctorLeft {
	width: 40%;
	margin-left: 0;
}

ul.deviceList {
    margin-left: -15px;
    margin-right: -15px;
}

ul.deviceList li.col-6,
ul.deviceList li.col-sm-4 {
	padding-left: 15px;
	padding-right: 15px;
}

ul.clinicItem li {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}



/*----- 聯絡我們 -----*/

}


@media (max-width: 767px){

/*----- shared -----*/
ul.serviceMenu {
	display: none;
}

ul.contentBox {
	margin-bottom: 55px;
}

ul.contentBox > li {
	display: block;
}

ul.contentBox li.photo,
ul.contentBox li.infoBox {
	width: 100%;
}

ul.contentBox li.photo {
	margin-bottom: 30px;
	text-align: center;
}

ul.contentBox li.infoBox {
	margin-left: 0;
}



/*----- 診所介紹 -----*/
.doctorLeft,
.doctorRight {
	float: none;
	width: 100%;
}

.doctorLeft {
	margin-bottom: 35px;
	text-align: center;
}

ul.deviceList {
	margin-bottom: 10px;
}

ul.deviceList li h4 {
	font-size: 17px;
}

ul.clinicItem li h3 {
    font-size: 17px;
}



/*----- 品牌故事 -----*/
.aboutWrap {
	padding-top: 0;
}

.aboutLeft,
.aboutRight {
	float: none;
	width: 100%;
}

.aboutRight {
	margin-top: 45px;
	text-align: center;
}



/*----- 常見疾病診治 -----*/
.diseasePhoto {
	width: 100%;
	float: none;
	text-align: center;
}

.diseaseInfo {
	width: 100%;
	float: none;
	margin-top: 45px;
}



/*----- 最新消息 -----*/
ul.newsList li .newsInfo {
	padding: 12px 15px 15px;
}



/*----- 聯絡我們 -----*/
.timeBox {
	padding: 20px 20px 10px;
	margin-bottom: 60px;
}

.contactInfo,
.contactMap {
	width: 100%;
	float: none;
}

.contactMap {
	margin-top: 40px;
}

}


@media (max-width: 575px){

/*----- shared -----*/
.subTitle {
	font-size: 22px;
}



/*----- 診所介紹 -----*/
.doctorBox {
	margin-bottom: 45px; 
}

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

ul.deviceList li.col-6,
ul.deviceList li.col-sm-4 {
	padding-left: 8px;
	padding-right: 8px;
}

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

ul.clinicItem {
	margin-bottom: -40px;
}

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

ul.clinicItem li .iconImg {
	width: 90px;
	height: 90px;
	line-height: 90px;
}

ul.clinicItem li .iconImg img {
	width: 46px;
	height: auto;
}



/*----- 品牌故事 -----*/
.aboutLeft h2 {
	font-size: 26px;
	margin-bottom: 22px;
}



/*----- 常見疾病診治 -----*/
.diseaseBox {
	text-align: center;
}



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

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

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

ul.newsList li.col-sm-4,
ul.newsList li.col-sm-3 {
	padding-left: 8px;
	padding-right: 8px;
}

.day {
	font-size: 14px;
    color: #a2a2a2;
	font-family: 'Brygada 1918', 微軟正黑體, 新細明體, sans-serif;
}

.month span {
	display: inline-block;
	margin-left: 6px;
}

.newsTitle h3 {
	font-size: 24px;
}



/*----- 聯絡我們 -----*/
.contactTitle {
	font-size: 24px;
}

.clinicName img {
	width: 34px;
}

}


@media (max-width: 479px){



}