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



/*----- 首頁 -----*/
.indexBanner {
	width: 100%;
	height: auto;
	max-height: 680px;
	overflow: hidden;
	position: relative;
	clear: both;
	border-bottom: 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.35);
	text-indent: 20em; 
	overflow: hidden;
	margin: 0 6px;
}

.indexBanner > p > a.active,
.indexBanner > p > a:hover {
	background-color: #fff;
}



/* 關於我們 */
.companyArea {
	padding: 90px 0 120px;
	position: relative;
}

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

.companyCon {
	width: 56%;
	float: right;
}

.companyTitle {
	color: #222;
	font-size: 36px;
	font-weight: normal;
}

.comSubtitle {
	color: #770f73;
	font-size: 22px;
	position: relative;
	margin: 13px 0 43px;
	line-height: 1.5;
}

.comSubtitle:before {
    content: " ";
	position: absolute;
	width: 105px;
	height: 1px;
	left: 0;
	bottom: -15px;
	display: block;
	background: #770f73;
}

.companyTxt {
	line-height: 32px;
}

a.moreBtn {
	width: 170px;
	font-size: 15px; 
	color: #fff;
	display: block;
	padding: 10px 10px 12px 0;
	margin-top: 40px;
	border-radius: 99em;
	background-color: #ae297c;
	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: #733c97;
}

a.moreBtn i {
	font-size: 14px; 
	color: #fff;
	position: absolute;
	top: 16px;
	right: 38px;
	-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 i {
	right: 12px;
}

.companyBg {
	background: url(../images/circle-01.png) no-repeat -65px 140px;
}

.companyBg-02 {
	position: absolute;
	top: 60px;
	right: 135px;
}



/* 最新消息 */
.hotNewsArea {
	padding: 105px 0 90px;
	position: relative;
	background: url(../images/circle-03.png) no-repeat right 30px bottom 50px #f4f4f4;
}

ul.hotNewsMenu {
	left: 50%;
	top: -27px;
	margin-left: -173px;
	position: absolute;
	z-index: 10;
	border-radius: 20px;
	box-shadow: 0 1px 8px rgba(191, 191, 191, 0.75);
}

ul.hotNewsMenu li {
	width: 173px;
	float: left;
}

ul.hotNewsMenu li a {
	font-size: 17px;
	color: #733c97;
	padding: 14px 0;
	display: block;
	border-right: 1px solid #fff;
	border-radius: 20px 0 0 20px;
	background: #fff;
	text-align: center;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

ul.hotNewsMenu li:last-child a {
	border-right: none;
	border-radius: 0 20px 20px 0;
}

ul.hotNewsMenu li a:hover,
ul.hotNewsMenu li.active > a {
	color: #fff;
	background: #733c97;
}

ul.hotNews .row {
	margin-left: -23px;
	margin-right: -23px;
}

ul.hotNews li.col-md-3 {
	padding-left: 23px;
	padding-right: 23px;
}

ul.hotNews li .newsBox {
	position: relative;
	overflow: hidden;
	padding: 12px 15px 20px;
	background-color: #fff;
	vertical-align: top;
	cursor: pointer;
	border-bottom: 3px solid #733c97;
	box-shadow: 0 1px 10px rgba(181, 181, 181, 0.7);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

ul.hotNews li:hover .newsBox {
	box-shadow: none;
}

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

ul.hotNews 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.hotNews li:hover figure img {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
}

ul.hotNews li .date {
	font-size: 14px;
	color: #a6a6a6;
	margin-bottom: 9px;
}

ul.hotNews li h3 {
	font-size: 16px;
	margin-top: 16px;
	position: relative;
	line-height: 1.5;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

ul.hotNews li:hover h3 {
	color: #733c97;
}

ul.hotNews li .more {
	width: 106px;
	margin: 0 auto;
	font-size: 15px;
	color: #733c97;
	padding: 3px 0;
	margin-top: 15px;
	border-radius: 30px;
	border: 1px solid #733c97;
	text-align: center;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

ul.hotNews li:hover .more {
	color: #fff;
	background-color: #733c97;
}



/* 診所介紹 */
.aboutLeft {
	width: 52%;
	float: left;
}

.aboutRight {
	width: 44%;
	float: right;
}

.m-bottom {
	padding-bottom: 100px;
}



@media (max-width: 1399px){


}

@media (max-width: 1199px){

/*----- 首頁 -----*/
.companyBg-02 {
	top: 40px;
	right: 35px;
}

.hotNewsArea {
	background-image: none;
}


}



@media (max-width: 991px){

/*----- 首頁 -----*/
.companyTitle {
	font-size: 30px;
}

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

ul.hotNews li.col-md-3 {
	padding-left: 15px;
	padding-right: 15px;
}

	
}


@media (max-width: 767px){

/*----- 首頁 -----*/
.companyArea {
	padding: 60px 0 100px;
}

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

.companyImg,
.aboutRight {
	margin-top: 50px;
	text-align: center;
}

.m-bottom {
	padding-bottom: 70px;
}

ul.hotNews {
	margin-bottom: -45px;
}

ul.hotNews li {
	margin-bottom: 45px;
}


}


@media (max-width: 575px){

/*----- 首頁 -----*/
.companyArea {
	padding-top: 45px;
}

.companyTitle {
	font-size: 24px;
}

.comSubtitle {
	font-size: 18px;
	margin: 15px 0 45px;
}

.hotNewsArea {
	padding: 80px 0 65px;
}

ul.hotNewsMenu {
	left: 50%;
	top: -22px;
	margin-left: -140px;
	border-radius: 15px;
}

ul.hotNewsMenu li {
	width: 140px;
}

ul.hotNewsMenu li a {
	font-size: 16px;
	padding: 11px 0;
	border-radius: 15px 0 0 15px;
}

ul.hotNewsMenu li:last-child a {
	border-radius: 0 15px 15px 0;
}

ul.hotNews .row {
    margin-left: -10px;
    margin-right: -10px;
}

ul.hotNews li.col-md-3 {
	padding-left: 10px;
	padding-right: 10px;
}

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

ul.hotNews li .more {
	width: 95px;
	font-size: 14px;
	padding: 2px 0;
}

.companyBg-02 {
	display: none;
}


}


@media (max-width: 480px){

/*----- 首頁 -----*/
.indexBanner > p {
	bottom: 5px; 
}


}