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



/*----- 關於我們 -----*/
.aboutBg {
	padding: 100px 0 120px;
	margin-top: 78px;
	background: url(../images/about-bg.jpg) no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.aboutBox {
	width: 1100px;
	margin: 0 auto;
}

.aboutTitle {
	font-size: 38px;
	color: #770f73;
	font-weight: bold;
}

.aboutTitle-s {
	font-size: 32px;
	color: #222;
	font-family: 'Noto Serif TC', 微軟正黑體, 新細明體, sans-serif;
	margin: 18px 0 35px;
}

.aboutTxt {
	color: #070707;
	line-height: 36px;
}

.about-container {
	margin-top: 35px;
}

.secondTxt {
	float: left;
	width: 70%;
}

.secondTxt ul li {
	position: relative;
	padding-left: 30px;
}

.secondTxt ul li::before {
	content: '★';
	position: absolute;
	display: block;
	left: 5px;
}

.aboutLogo {
	float: right;
	width: 32%;
	margin-top: 4%;
}

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



/*----- 專業團隊 -----*/
.jobTitle {
	font-size: 16px;
	color: #8d2489;
	margin-left: 17px;
}

.Profile {
	font-size: 20px;
	color: #c01a80;
	margin-bottom: 15px;
}

ul.fileList {
	margin-bottom: 45px;
	list-style: none; 
}

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


ul.fileList li {
	padding-left: 23px;
	line-height: 32px;
	position: relative;
}

ul.fileList li:before {
    content: "•";
	position: absolute;
	left: 6px;
	top: 1px;
}



/*----- 服務項目 -----*/
.serviceTable {
	border: 1px solid #ea9799;
}

.serviceTable th,
.serviceTable td {
    border: 1px solid #ea9799;
	vertical-align: middle;
}

.serviceTable th {
	color: #222;
	font-weight: normal;
	padding: 8px;
	border-bottom: none;
	background-color: #ffbbbc;
	text-align: center;
}

.serviceTable td {
	padding: 15px 22px;
	background-color: #fff;
	line-height: 1.9;
}

.serviceTable tr:nth-child(2n+1) > td {
	background-color: #fdf0e9;
}

.serviceTable td.serviceItem {
	color: #931863;
	font-weight: bold;
}

.serviceTable td.serviceFee {
	text-align: center; 
}



/*----- 門診時間 -----*/
.clinicTable {
	margin-top: 15px;
	border: 1px solid #ccc;
}

.clinicTable th,
.clinicTable td {
    border: 1px solid #ccc;
	vertical-align: middle;
	text-align: center;
}

.clinicTable th {
	color: #fff;
	font-weight: normal;
	padding: 8px;
	border-bottom: none;
	border-top: 5px solid #b24387;
	background-color: #ea719a;
}

.clinicTable th:first-child {
	border-left: 1px solid #ea719a;
}

.clinicTable th:last-child {
	border-right: 1px solid #ea719a;
}

.clinicTable td {
	padding: 20px 22px;
	line-height: 1.9;
}

.clinicTable tr:nth-child(2n) > td {
	background-color: #fdf1f5;
}

.clinicTable td.time {
	color: #903352;
	background-color: #fad6e2 !important;
	line-height: 1.6;
}

.redTxt {
	color: #df3b73;
}

.purpleTxt {
	color: #9a1fa7;
}



/*----- 最新消息 -----*/
ul.newsList li {
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px dashed #c8c8c8;
}

ul.newsList li:last-child {
}

ul.newsList li .newsPhoto {
	width: 30%;
	display: inline-block;
	margin-right: 5.5%;
}

ul.newsList li .newsBox {
	width: -webkit-calc(64.5% - 4px);
	width: -moz-calc(64.5% - 4px);
	width: calc(64.5% - 4px);
	display: inline-block;
	position: relative;
	vertical-align: middle;
}

ul.newsList li .newsBox h3 {
	font-size: 18px;
	color: #1a1a1a;
	margin: -3px 0 7px;
	line-height: 28px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

ul:hover.newsList li .newsBox h3 {
	color: #c01a80;
}

ul.newsList li .newsBox p.date {
	font-size: 14px;
	color: #a6a6a6;
}

ul.newsList li .newsBox p.summary {
	font-size: 15px;
	color: #666;
	margin-top: 14px;
	line-height: 26px;
}



/*----- 最新消息內頁 -----*/
.newsDate {
	font-size: 15px;
	color: #c01a80;
	margin-bottom: 8px;
}

.newsTitle {
	font-size: 24px;
	color: #1a1a1a;
	padding-bottom: 13px;
	border-bottom: 1px solid #d2d2d2;
	line-height: 1.5;
}

.newsconBox {
	padding-top: 32px;
	line-height: 32px;
}

a.backBtn {
	width: 190px;
	margin: 0 auto;
	margin-top: 40px;
	display: block;
	font-size: 15px;
	color: #fff;
	padding: 8px 0;
	background: #8ec118;
	position: relative;
	text-align: center;
}

a.backBtn:hover {
	background: #333;
}

a.backBtn::before {
	content: '\f104';
    font-family: FontAwesome;
    font-size: 16px;
    display: inline-block;
    margin-right: 9px;
	vertical-align: bottom;
	-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%;
}



/*----- 好站連結 -----*/
.linkClass {
	font-size: 17px;
	color: #fff;
	display: inline-block;
	padding: 8px 35px 6px;
	margin-bottom: 25px;
	border-radius: 30px;
	background: #ea719a;
}

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

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

ul.linkItem li {
	padding: 0 0 13px 10px;
	margin-bottom: 13px;
	border-bottom: 1px solid #ddd;
}



/*----- 聯絡我們 -----*/
.contactArea {
	padding: 55px 0 90px;
	position: relative;
	background: #fff;
}

.contactTitle {
	font-size: 35px;
    color: #414141;
	margin-bottom: 35px;
	font-family: 'Noto Serif TC', 微軟正黑體, 新細明體, sans-serif;
} 

.contactTxt {
	margin-bottom: 60px;
	text-align: center;
	line-height: 1.8;
}

.contactTxt span {
	color: #ec060b;
	margin: 0 2px;
}

.contactBox {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}

.contactBox > .row > .col-md-4 {
	border-right: 1px solid #d5d5d5;
}

.contactBox > .row > .col-md-4:last-child {
	border-right: none;
}

.contactIcon .iconImg {
	width: 56px;
	height: 56px;
	font-size: 24px;
    color: #b24387;
	margin: 0 auto;
	display: inline-block;
    line-height: 53px;
    border: 2px solid #b24387;
	border-radius: 99em;
	text-align: center;
	vertical-align: bottom;
}

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

.contactIcon h4 {
    font-size: 20px;
    color: #b24387;
    margin-left: 22px;
	display: inline-block;
	text-align: left;
}

.contactIcon h4 span {
    font-size: 15px;
    color: #3d3d3d;
	display: block;
	margin-bottom: 6px;
}

.contactIcon h4 a {
	color: #b24387;
}

.contactIcon h4 a:hover {
	color: #8a44a0;
}


.contactForm {
	padding: 70px 0 90px;
	background-color: #f5f5f5;
}

.contactFormBox {
	padding: 24px;
	margin-top: -10px;
	background-color: #fff;
	box-shadow: 0 1px 20px rgba(191, 191, 191, 0.55);
	text-align: left;
}

.contactMap {
	margin: -10px 0 80px;
}

.contactMap iframe {
	display: block;
}

.traffic {
	text-align: left;
}

.traffic > .row {
	margin-left: -30px;
	margin-right: -30px;
}

.traffic > .row > .col-md-6 {
	padding-left: 30px;
	padding-right: 30px;
}

.trafficTitle {
	font-size: 18px;
    color: #fff;
	padding: 12px 18px 9px;
	margin-bottom: 20px;
	background-color: #b24387;
}

.trafficTxt {
	padding-left: 19px;
	line-height: 36px;
}



/* 表單樣式 */

.form-group {
	margin-bottom: 20px;
	position: relative;
}

.form-column {
	padding: 16px 20px;
	border: 1px solid #ccc;
}

.form-left,
.form-right {
	width: 48.5%;
	padding: 2px 0 2px 20px;
	border: 1px solid #ccc;
}

.form-left {
	float: left;
}

.form-right {
	float: right;
}

.form-group label {
	width: 60px;
	vertical-align: middle;
}

.form-group label.textLabel {
	width: 100%;
	margin-bottom: 10px;
}

.form-field {
	width: -webkit-calc(100% - 65px);
	width: -moz-calc(100% - 65px);
	width: calc(100% - 65px);
	display: inline-block;
	vertical-align: middle;
}

.required {
	font-size: 14px;
	color: #fa0a0a;
	margin-left: 4px;
}

.sex-field {
	padding: 14px 15px;
}

label.radio-inline {
	width: auto;
	margin: 0 20px 0 5px;
	vertical-align:bottom;
}

.input {
	padding: 15px 12px 15px 0;
	border: none;
	background-color: #fff;
}

.textarea {
	min-height: 100px;
	padding: 0;
	border: none;
	background-color: #fff;
}

.codeInput {
	width: 70%;
	float: left;
}

.submit {
	width: 25%;
	float: right;
	position: relative;
    z-index: 1;
	margin-top: 25px;
	font-size: 18px; 
	color: #fff;
	display: block;
	padding: 12px 0;
	text-align: center;
	border: none;
	cursor: pointer;
	background-color: #b24387;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.submit:hover {
	background-color: #8ec118;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: top .3s ease-out, background-color .2s ease-out, box-shadow .5s ease-out, color .3s ease-out .2s;
}

.submit::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 0;
  background-color: #8ec118;
  transition-duration: .3s;
}

.submit:hover::before {
  height: 100%;
  top: auto;
  bottom: 0;
}



@media (max-width: 1399px){

/*----- 關於我們 -----*/
.aboutBox {
	width: 100%;
	padding: 0 10%;
}



/*----- 聯絡我們 -----*/
.contactBox > .row,
.traffic > .row {
	margin-left: 0;
	margin-right: 0;
}

.traffic > .row > .col-md-6 {
	padding-left: 15px;
	padding-right: 15px;
}

.contactIcon h4 {
    margin-left: 12px;
}


}


@media (max-width: 1199px){

/*----- 關於我們 -----*/
.aboutBg {
	padding: 70px 0 90px;
	margin-top: 60px;
}



/*----- 聯絡我們 -----*/
.contactBox {
	width: 100%;
	padding: 0 3%;
}

.contactBox > .row,
.traffic > .row {
	margin-left: -15px;
	margin-right: -15px;
}

.contactBox > .row > .col-md-4 {
	padding-left: 7px;
	padding-right: 7px;
}


}



@media (max-width: 991px){

/*----- 關於我們 -----*/
.aboutTitle {
	font-size: 30px;
}

.aboutTitle-s {
	font-size: 25px;
}



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


}


@media (max-width: 767px){

/*----- 聯絡我們 -----*/
.contactBox > .row > .col-md-4 {
	margin-bottom: 45px;
	border-right: none;
}

.contactBox > .row > .col-md-4:last-child {
	margin-bottom: 0;
}

.traffic > .row > .col-md-6 {
	margin-bottom: 45px;
}

.traffic > .row > .col-md-6:last-child {
	margin-bottom: 0;
}

}


@media (max-width: 575px){

/*----- 關於我們 -----*/
.aboutTitle {
	font-size: 23px;
	line-height: 1.5;
}

.aboutTitle-s {
	font-size: 20px;
	margin-bottom: 25px;
}

.about-container {
	margin-top: 25px;
}

.secondTxt,
.aboutLogo {
	float: none;
	width: 100%;
}

.aboutLogo {
	margin-top: 0;
	margin-bottom: 30px;
	text-align: center;
}

.aboutLogo img {
	width: 135px;
}

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



/*----- 專業團隊 -----*/
.Profile {
	font-size: 18px;
}

ul.fileList li:before {
	top: 0;
}



/*----- 服務項目 -----*/
.serviceTable td {
	padding-left: 13px;
	padding-right: 13px;
}



/*----- 門診時間 -----*/
.clinicTable td {
	padding-left: 17px;
	padding-right: 17px;
	line-height: 1.6;
}

.clinicTable td.time {
	padding-left: 12px;
	padding-right: 12px;
}



/*----- 最新消息 -----*/
ul.newsList li {
	padding-bottom: 30px;
}

ul.newsList li .newsPhoto {
	width: 100%;
	display: block;
	margin-right: 0;
	text-align: center;
}

ul.newsList li .newsBox {
	width: 100%;
	display: block;
	margin-top: 30px;
}

ul.newsList li .newsBox h3 {
	font-size: 16px;
	line-height: 25px;
}


.newsTitle {
	font-size: 20px;
}



/*----- 聯絡我們 -----*/
.contactArea {
	padding: 45px 0 60px;
}

.contactTitle {
	font-size: 28px;
} 

.contactTxt {
	margin-bottom: 45px;
}

.contactBox > .row,
.traffic > .row {
	margin-left: 0;
	margin-right: 0;
}

.contactBox > .row > .col-md-4 {
	margin-left: 15px;
	text-align: left;
}

.contactIcon h4 {
    font-size: 18px;
	margin-bottom: 3px;
}

.contactForm {
	padding: 50px 0 70px;
}

.contactMap {
	margin-bottom: 60px;
}

.form-column {
	padding-left: 13px;
	padding-right: 13px;
}

.form-left,
.form-right {
	width: 100%;
	float: none;
	padding-left: 13px;
}

.form-right {
	margin-top: 20px;
}

.codeInput {
	width: 100%;
	float: none;
}

.submit {
	width: 100%;
	float: none;
	margin-top: 20px;
	font-size: 16px; 
}


}

