@charset "utf-8";
/* CSS Document */



/*----- 首頁 -----*/
.indexBanner {
	width: 100%;
	height: auto;
	margin-top: 73px;
	overflow: hidden;
	position: relative;
	clear: both;
	background: none;
}

.indexBanner > figure {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: left 1s ease;
	-moz-transition: left 1s ease;
	-o-transition: left 1s ease;
	transition: left 1s ease;
} 

.indexBanner > p {
	position: absolute;
	bottom: 20px; 
	left: 50%;
	z-index: 3;
	-ms-transform: translateX(-50%);  
    -moz-transform: translateX(-50%);  
	-webkit-transform: translateX(-50%);  
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: auto;
	padding: 0;
	margin: 0; 
}
  
.indexBanner > p > a { 
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.3);
	text-indent: 20em; 
	overflow: hidden;
	margin: 0 7px;
}

.indexBanner > p > a.active,
.indexBanner > p > a:hover {
	background-color: #fff;
}



/* 最新消息區塊 */
.hotNewsArea {
	min-height: 485px;
	padding: 65px 0 80px;
	position: relative;
	background: #fff url(../images/index-news.png) no-repeat top 35px left 55px;
}

.hotNewsBox {
	width: 42%;
	float: left;
}

.clinicInfoBox {
	width: 50%;
	float: right;
	margin-top: 55px;
}

.hotNewsTitle {
	font-size: 36px;
	color: #070707;
	margin-bottom: 20px;
}

.hotNewsTitle span {
	color: #00adaf;
	margin-left: 8px;
	font-family: 'Oswald', 微軟正黑體, 新細明體, sans-serif;
}

ul.hotNewsList {
}

ul.hotNewsList li {
	padding: 12px 4px;
	border-bottom: 1px solid #dfdfdf;
	background: #fff;
	transition: all 0.3s ease;
}

ul.hotNewsList li .newsDate {
	width: 95px;
	display: inline-block;
	vertical-align: middle;
}

ul.hotNewsList li .newsCon {
	width: -webkit-calc(100% - 100px);
	width: -moz-calc(100% - 100px);
	width: calc(100% - 100px);
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
}

.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;
}

a.moreBtn {
	width: 150px;
	font-size: 16px; 
	color: #00adaf;
	font-weight: bold;
	display: block;
	padding: 8px 0 7px;
	margin-top: 50px;
	border-radius: 99em;
	border: 1px solid #00adaf;
	cursor: pointer;
	position: relative;
	text-align: center;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

a:hover.moreBtn, 
a:focus.moreBtn {
	color: #fff;
	background-color: #00adaf;
}

a.solidBtn {
	color: #fff;
	background-color: #00adaf;
}

a:hover.solidBtn, 
a:focus.solidBtn {
	color: #00adaf;
	background-color: #fff;
}


.clinicInfoBox > .row {
    margin-left: -27px;
    margin-right: -27px;
}

.clinicInfoBox > .row > .col-sm-6 {
	padding-left: 27px;
	padding-right: 27px;
}

.clinicInfo {
	min-height: 242px;
	padding: 52px 35px 30px;
	border-radius: 18px;
	background-color: #00adaf;
	position: relative;
}

.clinicInfo h2 {
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 5px;
	text-align: center;
	position: relative;
}

.clinicInfo p {
	width: fit-content;
	margin: 0 auto;
	color: #fff;
	line-height: 1.7;
}

.clinicInfo .icon {
	width: 90px;
	height: 90px;
	border-radius: 99em;
	position: absolute;
	left: 50%;
	top: -45px;
	margin-left: -45px;
	border: 3px solid #00adaf;
	background-color: #fff;
	text-align: center;
	line-height: 84px;
	z-index: 11;
}

.clinicInfo .plus a {
	width: 24px;
	height: 24px;
	font-size: 16px;
	color: #00adaf;
	border-radius: 99em;
	position: absolute;
	left: 50%;
	bottom: 13px;
	margin-left: -12px;
	background-color: #fff;
	text-align: center;
	line-height: 24px;
}

.orangeBg {
	background-color: #f6a441;
}

.clinicInfo .orangeIcon {
	border: 3px solid #f6a441;
}

.clinicInfo .orangePlus a {
	color: #f6a441;
}



/* 診所介紹 */
.aboutArea {
	height: 503px;
	position: relative;
	background: #f7f7f7 url(../images/index-img-01.jpg) no-repeat right;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
}

.aboutCon {
	width: 40%;
	position: absolute;
	top: 50%;
	left: 14%;
	transform: translateY(-50%);
}

.summaryTitle {
	font-size: 40px;
	color: #00adaf;
	font-weight: bold;
	margin-bottom: 40px;
	position: relative;
	line-height: 1.4;
}

.summaryTitle::after {
	content: " ";
	display: block;
	width: 88px;
	height: 2px;
	background: #00adaf;
	position: absolute;
	bottom: -13px;
	left: 0;
}

.summarySubtitle {
	font-size: 24px;
	color: #000;
	font-weight: bold;
	margin-bottom: 15px;
}

.aboutArea .mobile-photo {
	display: none;
}



/* 服務介紹 */
.summaryLeft,
.summaryRight {
	height: 638px;
	display: table;
}

.summaryLeft {
	width: 48%;
	float: left;
	position: relative;
	background: url(../images/index-img-02.jpg) no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: center;
}

.summaryRight {
	width: 45%;
	float: right;
}

.summaryRight .txtBlock {
	display: table-cell;
	padding-right: 25%;
	vertical-align: middle;
}



/* 服務理念 */
.grayBg {
	background-color: #f7f7f7;
}

.ideaArea {
	padding: 80px 0 120px;
}

.ideaBox {
	width: 40%;
	min-height: 450px;
	position: absolute;
	bottom: -35px;
	right: 9%;
	padding: 50px 65px 55px;
	background: #fff;
	box-shadow: 0 1px 5px rgba(191, 191, 191, 0.65);
	z-index: 50;
}

.ideaTitle {
	position: absolute;
	top: -105px;
	left: 160px;
	font-size: 48px;
	color: #888;
	font-weight: bold;
}



@media (max-width: 1679px){

/*----- 首頁 -----*/
.hotNewsArea {
	background-image: none;
}
}


@media (max-width: 1399px){

/*----- 首頁 -----*/
.aboutCon {
	width: 40%;
	left: 7%;
}

.summaryRight .txtBlock {
	padding-right: 15%;
}

.ideaBox {
	right: 3%;
}

}


@media (max-width: 1279px){

/*----- 首頁 -----*/
.clinicInfoBox {
	width: 53%;
}

.clinicInfoBox > .row {
    margin-left: -18px;
    margin-right: -18px;
}

.clinicInfoBox > .row > .col-sm-6 {
	padding-left: 18px;
	padding-right: 18px;
}

}


@media (max-width: 1199px){

/*----- 首頁 -----*/
.ideaBox {
	width: 30%;
}

.ideaTitle {
	display: none;
}

}


@media (max-width: 991px){

/*----- 首頁 -----*/
.indexBanner {
	margin-top: 60px;
}

.hotNewsBox,
.clinicInfoBox {
	width: 100%;
	float: none;
}

.clinicInfoBox {
	margin-top: 90px;
}

.aboutArea {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.summaryTitle {
	font-size: 30px;
	margin-bottom: 40px;
}

.ideaArea {
	padding-bottom: 85px;
}

.ideaBox {
	width: 100%;
	min-height: auto;
	position: relative;
	bottom: 0;
	right: 0;
	padding: 50px 65px 55px;
}

}


@media (max-width: 767px){

/*----- 首頁 -----*/
.indexBanner > figure {
	width: 125%;
} 

.aboutArea {
	height: auto;
	background-image: none;
}

.aboutCon {
	width: 100%;
	position: relative;
	padding: 60px 50px;
	top: 0;
	left: 0;
	transform: none;
}

.aboutArea .mobile-photo {
	display: block;
}

.summaryLeft {
	display: none;
}

.summaryRight {
	width: 100%;
	height: auto;
	float: none;
}

.summaryRight .txtBlock {
	padding: 60px 50px;
}

}


@media (max-width: 575px){

/*----- 首頁 -----*/
.hotNewsArea {
	padding: 40px 0 0;
}

.hotNewsTitle {
	font-size: 30px;
	margin-bottom: 10px;
}

ul.hotNewsList li .newsCon {
	font-size: 17px;
}

a.moreBtn {
	margin-top: 40px;
}

.clinicInfoBox > .row > .col-sm-6 {
	margin-bottom: 70px;
}

.ideaBox {
	padding-left: 40px;
	padding-right: 40px;
}

}


@media (max-width: 479px){

/*----- 首頁 -----*/
.indexBanner > p {
	bottom: 7px; 
}


}