@charset "utf-8";
/*
 * CSS Document
 * ==========================================================================
 * 版權所有 2015 鉅潞科技網頁設計公司，並保留所有權利。
 * 網站地址: http://www.grnet.com.tw
 * ==========================================================================
 * $Author: dora & Jackie & Jia$
 * $Date: 2015-11-27 (Fri) $
*/

/* ===== 首頁 ====== */
/** banner **/
#iBan {
  position: relative;
  /*top: 50px;*/
  padding-top: 50px;
}
#iBan .fotorama {
  width: 100% !important;
}
@media (min-width: 768px) {
  #iBan {
    /*top: 90px;*/
    padding-top: 90px;
  }
  #iBan .scrollDown {
    width: 52px;
    height: 55px;
    overflow: hidden;
    position: absolute;
    z-index: 10;
    top: 65%;
    left: 50%;
    margin-top: -28px;
    margin-left: -26px;
    display: block;
    cursor: pointer;
  }
  #iBan .scrollDown .scrollAw {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 52px;
    height: 26px;
    background: url(../images/scroll-aw.png) 0 0 no-repeat;
    -webkit-animation: ani-aw 1.5s linear infinite;
    -moz-animation: ani-aw 1.5s linear infinite;
    animation: ani-aw 1.5s linear infinite;
  }
}
@media (min-width: 992px) {
  #iBan {
    /*top: 0px;*/
    padding-top: 0;
  }
}
/* caption 標題 */
#iBan .fotorama__caption {
  top: 76%;
  margin-top: -20px;
  height: 40px;
  text-align: center;
}
#iBan .fotorama__caption__wrap {
  background-color: transparent;
  color: #fff;
  text-shadow: 0px 0px 10px #000;
  color: #fff;
}
#iBan .fotorama__caption__wrap .viewmoreBtn {
  display: inline-block;
  width: 110px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 20px;
  background-color: rgba(255,255,255,0.2);
  line-height: 38px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  font-family: 'Lato', sans-serif;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
#iBan .fotorama__caption__wrap:hover .viewmoreBtn {
  background-color: rgba(86,15,100,.8);
  border: 1px solid rgba(86,15,100,1);
  color: #fff;
}
/* scrolldown 動態 */
@-webkit-keyframes ani-aw {
  0% {
      opacity: 1;
      top: 19px;
  }
  50% {
      opacity: 1;
      top: 30px;
  }
  100% {
      opacity: 1;
      top: 19px;
  }
}
@-moz-keyframes ani-aw {
  0% {
      opacity: 1;
      top: 19px;
  }
  50% {
      opacity: 1;
      top: 30px;
  }
  100% {
      opacity: 1;
      top: 19px;
  }
}
@keyframes ani-aw {
  0% {
      opacity: 1;
      top: 19px;
  }
  50% {
      opacity: 1;
      top: 30px;
  }
  100% {
      opacity: 1;
      top: 19px;
  }
}

/** 換套件 slider index banner **/
.i-slide-wrap {
  position: relative;
  background: none;
  top: 50px;
  margin-bottom: 50px;
}
@media (min-width: 768px) { 
  .i-slide-wrap {
    top: 90px;
    margin-bottom: 90px;
  }
}

.i-slide-wrap .slick-dots {
  z-index: 1000;
  text-align: center;
  position: absolute;
  z-index: 2;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.i-slide {
  position: relative;
  z-index: 1;
  background: none;
}

.i-slide .video {
  position: absolute;
  left: 50%;
  top: 50%;
  height: calc(100vw * 0.5625);
  width: 100vw!important;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
}


@media (min-aspect-ratio: 1920/1080){
  .i-slide .video {
    height: calc(100vw * 0.5625);
    width: 100vw!important;
  }
}

.i-slide .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.i-slide .box { 
  width: 100vw;
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 40%;
  will-change: clip-path;
}

.i-slide .box div[class^="responsive-image"] {
  z-index: 0;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.i-slide .box .slogan {
  max-width: 1030px;
  position: absolute;
  text-align: center;
  top: 50%;
  font-size: 2.375rem;
  left: 0;
  right: 0;
  padding: 0 15px;
  z-index: 5;
  color: #fff;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.i-slide .box .slogan:first-letter {
  color: #1a7bd2;
}

.i-slide .slick-prev, .i-slide .slick-next {

  opacity: 0;
  width: calc(70px + 2.2cm);
  -webkit-transition: left .3s, right .3s, margin .3s, opacity .3s;
  transition: left .3s, right .3s, margin .3s, opacity .3s;
}
.i-slide .slick-prev:before, .i-slide .slick-prev:after, .i-slide .slick-next:before, .i-slide .slick-next:after {
  top: 52%;
}
.i-slide .out .box {
  -webkit-animation: ani_zoomOut_StoB 2s both linear;
          animation: ani_zoomOut_StoB 2s both linear;
}

.i-slide .in .box {
  -webkit-animation: ani_zoomIn_n-soS 3.5s both cubic-bezier(0.215, 0.61, 0.355, 1);
          animation: ani_zoomIn_n-soS 3.5s both cubic-bezier(0.215, 0.61, 0.355, 1);
}


.i-slide:hover .slick-prev, .i-slide:hover .slick-next {
  opacity: 0.8;
}

.pc .i-slide:hover .slick-prev, .pc .i-slide:hover .slick-next {
  opacity: 0.8;
}

/*.mb .i-slide .slick-prev, .mb .i-slide .slick-next {
  opacity: 0.8;
}*/

@media (max-width: 839px) {  
  .i-slide .box {
    height: 0;
    padding-bottom: 55.55%;
  }

  .i-slide .slick-prev, .i-slide .slick-next {
    width: 1.5cm;
  }
  .i-slide .slick-prev:before, .i-slide .slick-prev:after, .i-slide .slick-next:before, .i-slide .slick-next:after {
    width: 20px;
    margin-left: -10px;
  }
}

/** 廣告區 **/
.iAd {
  padding: 30px 0px 40px;
}
.iAd img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .iAd {
    padding: 40px 0px 50px;
  }
  .iAd .lBox {
    width: 66.1%;
    float: left;
  }
  .iAd .rBox {
     width: 33%;
     float: right;
  }
}
@media (min-width: 992px) {
  .iAd {
    padding: 50px 0px;
  }
}

/** 服務項目 **/
#iService {
  padding-bottom: 50px;
}
#iService .container {
  position: relative;
}
#iService .customNavigation .btn {
  width: 40px;
  height: 56px;
  overflow: hidden;
  padding: 0;
  background-image: url(../images/iservice_btn.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-background-size: 80px 56px;
  background-size: 80px 56px;
  display: block;
  position: absolute;
  z-index: 99;
  top: 65%;
  margin-top: -28px;
  text-indent: -999px;
}
#iService .customNavigation .btn:active {
  box-shadow: none;
}
#iService .customNavigation .prev {
  left: 2px;
}
#iService .customNavigation .next {
  background-position: -40px 0;
  right: 6px;
}
/* 服務項目 single box */
.serviceBox {
  width: 98%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.serviceBox img {
  width: 100%;
  height: auto;
}
.serviceBox .nameBox {
  height: 40px;
  padding: 0 10px;
  background-color: rgba(71,21,133,.6);
  color: #fff;
  font-size: 0.75rem;
  line-height: 2rem;
  position: absolute;
  bottom: 0;
  right: 0;
}
.serviceBox a .nameBox {
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.serviceBox a:hover .nameBox {
  background-color: rgba(71,21,133,1);
}

/** 美麗見證 **/
#iBeauty {
  border-top: 1px solid #dcdcdc;
  background-color: #f9f9f9;
  padding: 70px 0 30px;
}
#iBeauty .owl-theme .owl-controls .owl-page span{
  margin: 5px 5px;
  opacity: 1;
  background-color: #fff;
  border: 1px solid #882e8b;
}
#iBeauty .owl-theme .owl-controls .owl-page.active span,
#iBeauty .owl-theme .owl-controls.clickable .owl-page:hover span{
  background-color: #882e8b;
}
/* 美麗見證 single box */
.beautyBox .lBox,
.beautyBox .rBox {
  margin-bottom: 2%;
}
.beautyBox .rBox .twoBox {
  clear: both;
  margin-bottom: 2%;
  overflow: hidden;
}
.beautyBox .rBox .twoBox:last-child {
  margin-bottom: 0;
}
.beautyBox .rBox .imgBox {
  width: 49%;
  float: left;
  overflow: hidden;
}
.beautyBox .rBox .imgBox:last-child {
  float: right;
}
/* imgBox */
.beautyBox .imgBox {
  position: relative;
  overflow: hidden;
}
.beautyBox .imgBox img {
  width: 100%;
  height: auto;
}
.beautyBox .imgBox .cover {
  display: block;
  position: absolute;
  bottom: -83%;
  left: 0;
  background-color: rgba(255, 255, 255, .7);
  width: 100%;
  height: 100%;
  padding: 10px;
  color: #333;
  font-size: 0.7rem;
  line-height: 1rem;
  -webkit-transition: bottom 0.3s ease-in-out;
  -moz-transition: bottom 0.3s ease-in-out;
  -o-transition: bottom 0.3s ease-in-out;
  -ms-transition: bottom 0.3s ease-in-out;
  transition: bottom 0.3s ease-in-out;
}
.beautyBox .rBox .imgBox .cover {
  bottom: -65%;
}
.beautyBox .imgBox a:hover .cover {
  bottom: 0;
}
@media (min-width: 480px) {
  .beautyBox .imgBox .cover {
    bottom: -89%;
    font-size: 0.8rem;
    line-height: 1.2rem;
  }
  .beautyBox .rBox .imgBox .cover {
    bottom: -80.5%;
  }
}
@media (min-width: 768px) {
  .beautyBox .lBox,
  .beautyBox .rBox {
    width: 49.4%;
    float: left;
    margin-right: 1.2%;
  }
  .beautyBox .rBox {
    margin-right: 0;
  }
  .beautyBox .imgBox .cover {
    bottom: -84%;
    font-size: 0.7rem;
  }
  .beautyBox .rBox .imgBox .cover {
    bottom: -68%;
  }
}
@media (min-width: 992px) {
  .beautyBox .imgBox .cover {
    bottom: -87%;
  }
  .beautyBox .rBox .imgBox .cover {
    bottom: -74%;
  }
}
@media (min-width: 1200px) {
  .beautyBox .imgBox .cover {
    bottom: -90%;
    font-size: 0.75rem;
  }
  .beautyBox .rBox .imgBox .cover {
    bottom: -80%;
  }
}
.beautyMore {
	margin-top: -90px;
}

/** 診所認證 **/
#iCertification {
  padding: 50px 0;
}
#iCertification .container {
  position: relative;
}
#iCertification .customNavigation .btn {
  width: 40px;
  height: 56px;
  overflow: hidden;
  padding: 0;
  background-image: url(../images/iservice_btn.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-background-size: 80px 56px;
  background-size: 80px 56px;
  display: block;
  position: absolute;
  z-index: 99;
  top: 63%;
  margin-top: -28px;
  text-indent: -999px;
}
#iCertification .customNavigation .btn:active {
  box-shadow: none;
}
#iCertification .customNavigation .prev {
  left: 2px;
}
#iCertification .customNavigation .next {
  background-position: -40px 0;
  right: 6px;
}
/* 診所認證 single box */
.certificationBox {
  width: 98%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.certificationBox img {
  width: 100%;
  height: auto;
}

/** 最新消息 **/
#iNews {
  background-color: #e7e7e7;
  padding: 50px 0 30px;
}
#iNews .container,
#iEvent .container {
  position: relative;
}
#iNews .mainTitle,
#iEvent .mainTitle {
  text-align: left;
  font-size: 1.2rem;
}
#iNews .mainTitle small,
#iEvent .mainTitle small {
  display: inline-block;
  padding-left: 5px;
}
#iNews .mainTitle .newsBtn,
#iEvent .mainTitle .newsBtn {
  display: none;
}
/* news single */
#iNews .newBox {
  width: 100%;
  background: url(../images/new_gap2.png) bottom repeat-x;
  margin-bottom: 3%;
  overflow: hidden;
}
#iNews .newBox:last-child {
  background: none;
  margin-bottom: 0;
}
#iNews .newBox .imgBox {
  width: 280px;
  padding-bottom: 22px;
  background: url(../images/new_shadow.png) bottom no-repeat;
  -webkit-background-size: 260px 22px;
  background-size: 260px 22px;
}
#iNews .newBox .imgBox .picBox {
  width: 280px;
  overflow: hidden;
  border: 3px solid #fff;
}
#iNews .newBox .imgBox .picBox img {
  width: 100%;
  height: auto;
}
#iNews .newBox .txtBox {
  font-size: 0.7rem;
  line-height: 1rem;
}
#iNews .newBox .txtBox .date {
  font-size: 0.65rem;
  margin-bottom: 2px;
  font-weight: bold;
  color: #000;
}
#iNews .newBox .txtBox .tiName {
  margin-bottom: 5px;
  font-weight: bold;
  color: #000;
}
#iNews .newBox .txtBox p {
  font-size: 0.65rem;
  color: #555;
}
#iNews .newBox a:hover .txtBox .tiName {
  color: #64236f;
}
@media (min-width: 480px) {
  #iNews .mainTitle .newsBtn,
  #iEvent .mainTitle .newsBtn {
    display: inline-block;
    padding-left: 10px;
    position: relative;
    top: 0px;
  }
  #iNews .mainTitle .newsBtn a,
  #iEvent .mainTitle .newsBtn a {
    display: block;
    width: 77px;
    height: 30px;
    overflow: hidden;
    border-radius: 15px;
    border: 1px solid #d3d3d3;
    background: #f2f2f2;
    background: -moz-linear-gradient(top,  #f2f2f2 0%, #cfcfcf 100%);
    background: -webkit-linear-gradient(top,  #f2f2f2 0%,#cfcfcf 100%);
    background: linear-gradient(to bottom,  #f2f2f2 0%,#cfcfcf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#cfcfcf',GradientType=0 );
    text-align: center;
    font-size: 0.6rem;
    line-height: 1.5rem;
    color: #5c016d;
    font-weight: 500;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  #iNews .mainTitle .newsBtn a:hover,
  #iEvent .mainTitle .newsBtn a:hover {
    background-position: 0 -28px;
  }
  #iNews .newBox .imgBox {
    width: 196px;
    padding-bottom: 16px;
    -webkit-background-size: 190px 16px;
    background-size: 190px 16px;
    float: left;
  }
  #iNews .newBox .imgBox .picBox {
    width: 196px;
  }
  #iNews .newBox .txtBox {
    margin-left: 210px;
  }
}
@media (min-width: 768px) {
  #iNews .mainTitle .newsBtn,
  #iEvent .mainTitle .newsBtn {
    top: 9px;
  }
}
@media (min-width: 992px) {
  #iNews .newBox {
    width: 48%;
    float: left;
    padding-right: 10px;
    background: url(../images/new_gap1.png) right repeat-y;
    margin-bottom: 0;
    margin-right: 2%;
  }
  #iNews .newBox:last-child {
    background: none;
    margin-right: 0;
  }
}

/** 媒體報導 **/
#iEvent {
  background-color: #f4f4f4;
  padding: 50px 0 30px;
}
#iEvent .item{
  margin: 10px;
}
#iEvent .mediaGridBox {
  width: 100%;
}

/** 醫師 + 影片 + 診所介紹 **/
#iOther {
  padding: 50px 0 60px;
}
#iOther .container > div {
  position: relative;
  margin-bottom: 30px;
}
#iOther .container > div:last-child {
    margin-bottom: 0;
  }
#iOther .mainTitle {
  text-align: left;
  font-size: 1.2rem;
}
#iOther .mainTitle small {
  display: inline-block;
  padding-left: 5px;
}

@media (min-width: 768px) {
  #iOther .container .iDoctor {
    width: 99.5%;
    margin-bottom: 40px;
  }
  #iOther .container .iVideo,
  #iOther .container .iClinic {
    width: 48.5%;
    float: left;
    margin-right: 2%;
    margin-bottom: 0px;
  }
  #iOther .container .iClinic {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  #iOther .container .iDoctor,
  #iOther .container .iVideo,
  #iOther .container .iClinic {
    width: 32%;
    float: left;
    margin-right: 2%;
  }
  #iOther .container .iDoctor {
    margin-bottom: 0;
  }
  #iOther .container > div:last-child {
    margin-right: 0;
  }
}

/* 醫師 */
#owl-doctor .item img{
  display: block;
  width: 100%;
  height: auto;
}

/* 影片 */
.iVideo .imgBox {
  background-color: #000;
  color: #aaa;
  font-size: 0.7rem;
  text-align: center;
}
.iVideo .imgBox .txtBox {
  padding: 4px 0 6px;
}
.iVideo iframe {
  width: 273px;
  height: 154px;
}

/* 診所介紹 */
#owl-clinic .item img{
  display: block;
  width: 100%;
  height: auto;
}
.iClinic .imgBox {
  position: relative;
}
.iClinic .imgBox .txtBox {
  width: 100%;
  height: 40px;
  color: #333;
  background: url(../images/logo_s.png) 20px 6px no-repeat rgba(221,221,221,.8);
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px 5px 0 65px;
  font-size: 0.75rem;
}
@media (min-width: 480px) {
  .iVideo iframe {
    width: 433px;
    height: 244px;
  }
}
@media (min-width: 600px) {
  #owl-doctor .item {
    margin-right: 10px;
  }
}
@media (min-width: 768px) {
  .iVideo iframe {
    width: 349px;
    height: 190px;
  }
}
@media (min-width: 992px) {
  .iVideo iframe {
    width: 456px;
    height: 257px;
  }
  .iVideo .imgBox .txtBox {
    padding: 4px 0 10px;
  }
}
@media (min-width: 1200px) {
  .iVideo iframe {
    width: 356px;
    height: 201px;
  }
  .iVideo .imgBox .txtBox {
    padding: 4px 0 6px;
  }
}
@media (min-width: 1300px) {
  #owl-doctor .item {
    margin-right: 0;
  }
  .iVideo iframe {
    width: 394px;
    height: 222px;
  }
}



/* ===== owl slider 按鈕 < / > ====== */
.customBtn {
  width: 40px;
  height: 33px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 99;
  background: url(../images/btn_gap.png) center no-repeat;
}
.customBtn .btn {
  width: 20px;
  height: 33px;
  padding: 0;
  display: block;
  color: #777;
  font-size: 1.3rem;
  line-height: 0rem;
  text-align: left;
  position: absolute;
}
.customBtn .btn:hover {
  color: #64236f;
}
.customBtn .btn:active {
  box-shadow: none;
}
.customBtn .prev {
  top: -5px;
  left: 0px;
}
.customBtn .next {
  top: 5px;
  right: -10px;
}
@media (min-width: 768px) {
  .customBtn {
    right: 5px;
  }
}





/* 醫師團隊 - 列表 */
.doctorList {
	font-size: 0;
	margin-bottom: -40px;
}
.doctorList .doctorItem {
	display: inline-block;
	width: calc(20% - 16px);
	margin-bottom: 40px;
	margin-right: 20px;
	vertical-align: top;
}
.doctorList .doctorItem:nth-child(5n) {
	margin-right: 0;
}
.doctorList .doctorItem a {
	display: block;
}
.doctorList .doctorItem .pic {
	position: relative;
}
.doctorList .doctorItem .pic img {
	width: 100%;
	transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
}
.doctorList .doctorItem:hover .pic img {
	opacity: .3;
}
.doctorList .doctorItem .pic:before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 12px;
	background: url('../images/drlist_shadow.png') no-repeat;
	background-size: 100% 100%;
	bottom: -12px;
	left: 0;
	transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
}
.doctorList .doctorItem:hover .pic:before {
	height: 16px;
	bottom: -16px;
}
.doctorList .doctorItem .pic:after {
	content: 'VIEW MORE';
	display: block;
	position: absolute;
	width: 96px;
	height: 32px;
	line-height: 30px;
	font-size: 0.6rem;
	color: #672773;
	border: 1px solid #672773;
	top: 50%;
	left: 50%;
	margin-top: -16px;
	margin-left: -48px;
	text-align: center;
	opacity: 0;
	transform: scale(1.5);
	-ms-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
}
.doctorList .doctorItem:hover .pic:after {
	opacity: 1;
	transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
}
.doctorList .doctorItem .txt {
	margin-top: 20px;
}
.doctorList .doctorItem .txt .name {
	margin: 0;
	padding: 0;
	font-size: 0.9rem;
	color: #333;
}
.doctorList .doctorItem .txt .name small {
	font-size: 0.7rem;
	color: #672773;
}
@media (max-width: 1199px) {
	.doctorList .doctorItem {
		width: calc(25% - 15px);
	}
	.doctorList .doctorItem:nth-child(5n) {
		margin-right: 20px;
	}
	.doctorList .doctorItem:nth-child(4n) {
		margin-right: 0;
	}
}
@media (max-width: 767px) {
	.doctorList .doctorItem {
		width: 31%;
		margin-right: 3.5%;
	}
	.doctorList .doctorItem:nth-child(5n),
	.doctorList .doctorItem:nth-child(4n) {
		margin-right: 3.5%;
	}
	.doctorList .doctorItem:nth-child(3n) {
		margin-right: 0;
	}
}
@media (max-width: 639px) {
	.doctorList .doctorItem {
		width: 50%;
		padding: 0 5px;
		margin-right: 0 !important;
	}
}
@media (max-width: 479px) {
	.doctorList .doctorItem {
		width: 100%;
		padding: 0;
	}
}
/* 醫師團隊 - 詳細 */
.doctorView .doctorPhoto {
	position: relative;
	padding: 16px 16px 20px;
}
.doctorView .doctorPhoto:before {
	content: '';
	display: block;
	position: absolute;
	width: calc(100% - 32px);
	height: 20px;
	background: url('../images/drview_shadow.jpg') center top no-repeat;
	background-size: 100% 100%;
	bottom: 0;
	left: 16px;
}
.doctorView .doctorPhoto:after {
	content: '';
	display: block;
	position: absolute;
	width: calc(100% - 32px);
	height: calc(100% - 36px);
	border: 1px solid #e4cfe8;
	background: #fff;
	top: 16px;
	left: 16px;
	transform: rotateZ(1.5deg);
	-ms-transform: rotateZ(1.5deg);
	-moz-transform: rotateZ(1.5deg);
	-webkit-transform: rotateZ(1.5deg);
}
.doctorView .doctorPhoto .photoBox {
	position: relative;
	z-index: 2;
	border: 1px solid #c3abc8;
	background: #fff;
	padding: 14px;
}
.doctorView .doctorPhoto .photoBox img {
	width: 100%;
}
.doctorView .doctorPhoto .photoBox .photoLogo {
	max-width: 280px;
	margin: 14px auto 0;
}
.doctorView .doctorInfo {
	padding-left: 30px;
	padding-top: 10px;
}
.doctorView .doctorInfo .name {
	font-size: 1.2rem;
	font-weight: 600;
}
.doctorView .doctorInfo .name small {
	font-size: 0.9rem;
	color: #672773;
	margin-left: 10px;
}
.doctorView .doctorInfo .locate {
	font-size: 0.85rem;
	margin-top: 15px;
}
.doctorView .doctorInfo .locate span {
	padding-right: 16px;
	background: url('../images/slash_16x16.gif') right center no-repeat;
}
.doctorView .doctorInfo .locate a {
	color: #64236f;
}
.doctorView .doctorInfo .locate a:hover {
	color: #000;
}
.doctorView .doctorInfo .links {
	position: relative;
	margin-top: 15px;
	padding-top: 15px;
}
.doctorView .doctorInfo .links:before {
	content: '';
	display: block;
	position: absolute;
	width: 48px;
	height: 1px;
	background: #b393b9;
	top: 0;
	left: 0;
}
.doctorView .doctorInfo .links a.btn {
	float: left;
	margin-right: 25px;
}
.doctorView .doctorInfo .links .share {
	float: left;
	line-height: 1.8rem;
	font-size: 0.7rem;
	margin-top: 1px;
}
.doctorView .doctorInfo .links .share span,
.doctorView .doctorInfo .links .share a {
	display: inline-block;
	margin: 0 6px 1px 0;
	vertical-align: top;
}
.doctorView .doctorInfo .links .share a:hover {
	margin: 1px 5px 0 1px;
}
.doctorView .doctorInfo .profileBox {
	position: relative;
	margin-top: 30px;
	padding-top: 30px;
}
.doctorView .doctorInfo .profileBox:before {
	content: '';
	display: block;
	position: absolute;
	width: calc(100% + 5px);
	height: 1px;
	background: #ddcbe1;
	top: 0;
	right: 0;
}
.doctorView .doctorInfo .profileBox:after {
	content: '';
	display: block;
	position: absolute;
	width: calc(100% + 5px);
	height: 1px;
	background: #ddcbe1;
	top: 2px;
	right: 0;
}
.doctorView .doctorInfo .profileTitle {
	font-size: 1.3rem;
	font-weight: 300;
	font-family: 'Raleway', 'Microsoft JhengHei', Sans-serif;
	margin-bottom: 5px;
}
.doctorView .doctorInfo .profileTitle span {
	color: #64236f;
}
.doctorView .doctorInfo .profileTitle small {
	font-size: 0.85rem;
	margin-left: 10px;
	padding-right: 17px;
	background: url('../images/slash_16x16.gif') right center no-repeat;
}
.doctorView .doctorInfo .textEdit {
	margin: 10px 0;
}
.doctorView .doctorInfo ul li {
	position: relative;
	padding: 3px 0 3px 20px;
	line-height: 1rem;
	font-size: 0.75rem;
	color: #555;
}
.doctorView .doctorInfo ul li:before {
	content: '';
	display: block;
	position: absolute;
	width: 6px;
	height: 6px;
	background: #64236f;
	border-radius: 6px;
	top: 10px;
	left: 3px;
}
@media (min-width: 1200px) {
	.doctorView .doctorPhoto {
		width: 39%;
	}
	.doctorView .doctorInfo {
		width: 61%;
	}
}
.drviewCert {
	border-top: 1px solid #dcdcdc;
	background: #f9f9f9;
	margin-top: -30px;
	padding-top: 10px;
	padding-bottom: 0;
}
.drviewCert .rightCont {
	margin-bottom: 45px;
}
.drviewCert .textSlider:before {
	content: '';
	display: block;
	position: absolute;
	width: 33px;
	height: 33px;
	background: url('../images/btn_gap.png') no-repeat;
	top: -54px;
	right: 25px;
}
.drviewCert .textSlider.noaw:before {
  display: none;
}
.drviewCert .certBox {
	padding: 0 5px;
}
.drviewCert .certBox a {
	display: block;
	outline: none;
}
.drviewCert .certBox a img {
	max-width: 100%;
	margin: 0 auto;
}
.drviewCert .certSlickPrev {
	display: block;
	position: absolute;
	width: 20px;
	height: 33px;
	font-size: 1.3rem;
	color: #777;
	top: -66px;
	right: 44px;
	text-align: center;
	outline: none;
}
.drviewCert .certSlickNext {
	display: block;
	position: absolute;
	width: 20px;
	height: 33px;
	font-size: 1.3rem;
	color: #777;
	top: -50px;
	right: 18px;
	text-align: center;
	outline: none;
}
.drviewCert .certSlickPrev:hover,
.drviewCert .certSlickNext:hover {
	color: #64236f;
}
.drviewCert .certSlickPrev.slick-hidden,
.drviewCert .certSlickNext.slick-hidden {
	color: #ccc;
}
.drviewLink {
	border-top: none;
	background: none;
	padding-top: 10px;
	padding-bottom: 0;
}
.drviewLink .rightCont {
	margin-bottom: 70px;
}
.drviewLink .col-lg-7 {
	padding: 0;
}
.drviewLink .col-lg-7 .drviewVideo {
	padding: 0 5px 0 0;
}
.drviewLink .col-lg-7 .drviewArti {
	padding: 0 0 0 5px;
}
.drviewLink .textSlick button.slick-prev,
.drviewLink .textSlick2 button.slick-prev {
	background: url('../images/iservice_btn.png') 0 0 no-repeat;
	background-size: 80px 56px;
}
.drviewLink .textSlick button.slick-next,
.drviewLink .textSlick2 button.slick-next {
	background: url('../images/iservice_btn.png') -40px 0 no-repeat;
	background-size: 80px 56px;
	right: -5px;
}
.drviewLink .drviewVideo p.name {
	height: 51px;
	line-height: 51px;
	font-size: 0.7rem;
	color: #aaa;
	background: #000;
	margin: 0;
	padding: 0 10px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.drviewLink .drviewArti ul {
	border-top: 1px solid #8b8b8b;
	padding-top: 15px;
	margin-left: 15px;
}
.drviewLink .drviewArti ul li {
	position: relative;
	line-height: 1.2rem;
	font-size: 0.75rem;
	padding: 5px 0 5px 22px;
}
.drviewLink .drviewArti ul li:before {
	content: '';
	display: block;
	position: absolute;
	width: 6px;
	height: 6px;
	background: #64236f;
	border-radius: 6px;
	top: 14px;
	left: 6px;
}
.drviewLink .drviewArti ul li a {
	color: #333;
}
.drviewLink .drviewArti ul li a:hover {
	color: #64236f;
}
@media (max-width: 1439px) {
	.drviewLink .drviewVideo p.name {
		height: 42px;
		line-height: 42px;
	}
}
@media (max-width: 1280px) {
	.drviewLink .drviewVideo p.name {
		height: 36px;
		line-height: 36px;
	}
}
@media (max-width: 1199px) {
	.drviewLink .col-lg-7 {
		margin-top: 20px;
		padding: 0 15px;
	}
}
@media (max-width: 991px) {
	.doctorView .doctorInfo .links .share span {
		display: none;
	}
	.drviewLink .col-lg-7 .drviewVideo,
	.drviewLink .col-lg-7 .drviewArti {
		padding: 0;
	}
	.drviewLink .col-lg-7 .drviewArti {
		margin-top: 20px;
	}
	.drviewLink .drviewArti {
		padding-top: 10px;
	}
	.drviewLink .drviewArti ul {
		margin-left: 0;
	}
}
@media (max-width: 543px) {
	.doctorView .doctorInfo .links .share {
		width: 100%;
		margin-top: 15px;
		margin-left: 0;
	}
	.doctorView .doctorInfo .links .share a {
		margin: 0 6px 1px 0;
	}
	.doctorView .doctorInfo .links .share a:hover {
		margin: 1px 5px 0 1px;
	}
	.doctorView .doctorInfo .profileTitle span:after {
		content: '';
		display: table;
		width: 100%;
		height: 1px;
		margin-bottom: -10px;
	}
	.doctorView .doctorInfo .profileTitle small {
		display: inline-block;
		margin-left: 0;
	}
	.drviewMore .drviewCert .textMoreTitle span {
		display: block;
	}
}

/* 診所資訊 - 列表 */
.clinicList {
	font-size: 0;
}
.clinicList .clinicItem {
	display: inline-block;
	width: calc(25% - 15px);
	vertical-align: top;
	margin-right: 20px;
	margin-bottom: 20px;
}
.clinicList .clinicItem:nth-child(4n) {
	margin-right: 0;
}
.clinicList .clinicItem a {
	display: block;
}
.clinicList .clinicItem .pic {
	overflow: hidden;
}
.clinicList .clinicItem .pic img {
	transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
}
.clinicList .clinicItem:hover .pic img {
	opacity: .7;
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
}
.clinicList .clinicItem .txt {
	position: relative;
	margin-top: -40px;
}
.clinicList .clinicItem .txt .name {
	margin: 0;
	padding: 0;
	line-height: 2rem;
	/*font-size: 0.9rem;*/
	font-size: 18px;
	color: #fff;
	background: rgba(103,39,115,.7);
	padding: 0 20px;
}
.clinicList .clinicItem .txt p.info {
	position: relative;
	line-height: 1.2rem;
	/*font-size: 0.75rem;*/
	font-size: 15px;
	color: #333;
	background: #eee;
	padding: 10px 20px 5px 40px;
	margin: 0;
}
.clinicList .clinicItem .txt p.info:last-child {
	padding: 0 20px 10px 40px;
}
.clinicList .clinicItem .txt p.info i {
	display: block;
	position: absolute;
	width: 15px;
	text-align: center;
	top: 15px;
	left: 20px;
}
.clinicList .clinicItem .txt p.info:last-child i {
	top: 5px;
}
@media (max-width: 1280px) {
	.clinicList .clinicItem {
		width: 31%;
		margin-right: 3.5%;
	}
	.clinicList .clinicItem:nth-child(4n) {
		margin-right: 3.5%;
	}
	.clinicList .clinicItem:nth-child(3n) {
		margin-right: 0;
	}
}
@media (max-width: 767px) {
	.clinicList .clinicItem {
		width: calc(50% - 10px);
		margin-right: 20px;
	}
	.clinicList .clinicItem:nth-child(4n) {
		margin-right: 20px;
	}
	.clinicList .clinicItem:nth-child(3n) {
		margin-right: 20px;
	}
	.clinicList .clinicItem:nth-child(2n) {
		margin-right: 0;
	}
}
@media (max-width: 479px) {
	.clinicList .clinicItem {
		width: 100%;
		margin-right: 0 !important;
	}
}

/* 診所資訊 - 詳細 */
.clinicBan .banSlick .slick-slide {
	outline: none;
}
.clinicBan .banSlick img {
	width: 100%;
	height: auto;
}
.clinicBan .banSlick button.slick-prev,
.clinicBan .banSlick button.slick-next {
	display: block;
	position: absolute;
	z-index: 10;
	width: 46px;
	height: 46px;
	font-size: 0;
	border: none;
	background: none;
	outline: none;
	top: 50%;
	margin-top: -23px;
}
.clinicBan .banSlick button.slick-prev {
	left: 0;
}
.clinicBan .banSlick button.slick-prev:after {
	content: '';
	display: block;
	position: absolute;
	width: 16px;
	height: 16px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	top: 15px;
	left: 19px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transition: all .3s linear;
	-ms-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
}
.clinicBan .banSlick button.slick-prev:hover:after {
	border-left-color: #a030a4;
	border-bottom-color: #a030a4;
}
.clinicBan .banSlick button.slick-next {
	right: 0;
}
.clinicBan .banSlick button.slick-next:after {
	content: '';
	display: block;
	position: absolute;
	width: 16px;
	height: 16px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	top: 15px;
	left: 11px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transition: all .3s linear;
	-ms-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
}
.clinicBan .banSlick button.slick-next:hover:after {
	border-top-color: #a030a4;
	border-right-color: #a030a4;
}
.clinicInfo {
	border-top: 1px solid #672773;
	background-color: #f4ebf4;
	background-image: url('../images/clinic_info_shadow.png');
	background-size: 100% 20px;
	background-repeat: no-repeat;
	background-position: bottom center;
	padding: 35px 10px 25px;
}
.clinicInfo table {
	position: relative;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate;
}
.clinicInfo table th.name {
	width: 26%;
	padding: 0 15px;
	border-right: 2px solid #fff;
}
.clinicInfo table th.name p {
	line-height: 1rem;
	font-size: 0.6rem;
	font-weight: 400;
	color: #666;
	margin: 0 0 0 5px;
}
.clinicInfo table th.name p span {
	display: block;
	line-height: 1.5rem;
	font-size: 1.2rem;
	font-weight: 700;
	color: #672773;
}
.clinicInfo table th.name a {
	display: block;
	width: 44px;
	height: 44px;
	background: url('../images/clinic_info_fblike.png') top center no-repeat;
	background-size: 44px 88px;
	margin-left: 10px;
	margin-top: 3px;
}
.clinicInfo table th.name a:hover {
	background-position: 0 -44px;
}
.clinicInfo table td.add {
	width: 34%;
	padding: 0 15px;
	border-left: 1px solid #d0c8d0;
	border-right: 2px solid #fff;
}
.clinicInfo table td.add p {
	line-height: 1.5rem;
	font-size: 0.8rem;
	margin: 10px 0;
}
.clinicInfo table td.add p i {
	display: inline-block;
	width: 25px;
	color: #672773;
	text-align: center;
}
.clinicInfo table td.line {
	width: 25%;
	padding: 0 15px;
	border-left: 1px solid #d0c8d0;
	border-right: 2px solid #fff;
}
.clinicInfo table td.line p {
	padding: 0 10px;
	line-height: 1.6rem;
	font-size: 0.8rem;
	text-align: center;
	margin: 0;
	padding: 12px 0;
}
.clinicInfo table td.line p a {
	display: block;
	height: 32px;
	font-size: 0.7rem;
	font-weight: 700;
	color: #fff;
	background: #884a8a;
	border-radius: 32px;
	padding: 0 16px;
}
.clinicInfo table td.line img {
	margin-right: 10px;
}
.clinicInfo table td.share {
	width: 15%;
	border-left: 1px solid #d0c8d0;
	text-align: center;
}
/*.clinicInfo table td.share span {
	display: block;
	line-height: 1.6rem;
	font-size: 0.7rem;
}*/
.clinicInfo table td.share a {
	display: inline-block;
	position: relative;
	width: 160px;
	height: 34px;
	line-height: 34px;
	font-size: 0.75rem;
	color: #666;
	background: url('../images/clinic_info_fblink.png') no-repeat;
	background-size: 160px 34px;
	margin: 0 3px;
	padding: 0 28px 0 37px;
	overflow: hidden;
}
.clinicInfo table td.share a:hover {
	top: 1px;
	left: 1px;
}
@media (max-width: 1439px) {
	.clinicInfo table td.name {
		width: 21%;
	}
	.clinicInfo table td.add {
		width: 35%;
	}
	.clinicInfo table td.line {
		width: 20%;
	}
	.clinicInfo table td.line p {
		padding-top: 0;
		width: 100%;
	}
	.clinicInfo table td.line img {
		position: relative;
		right: 50%;
		margin-right: -47px;
		margin-top: 10px;
	}
	.clinicInfo table td.share {
		width: 20%;
	}
	.clinicInfo table td.share span {
		display: none;
	}
	.clinicInfo table td.share a {
		display: block;
		margin: 10px auto;
	}
}
@media (max-width: 1439px) and (min-width: 1200px) {
	.clinicInfo table th.name a {
		clear: left;
		margin-top: 10px;
		margin-left: 5px;
	}
}
@media (max-width: 1199px) {
	.clinicInfo table th,
	.clinicInfo table td {
		display: block;
	}
	.clinicInfo table th.name {
		width: 100%;
		height: 70px;
		border-right: none;
	}
	.clinicInfo table td.add {
		width: 100%;
		border: none;
	}
	.clinicInfo table td.add p {
		margin: 0;
	}
	.clinicInfo table td.line {
		position: absolute;
		width: auto;
		top: 0;
		right: 20px;
		border: none;
		padding: 0;
	}
	.clinicInfo table td.share {
		width: 100%;
		border: none;
		text-align: left;
		padding-left: 20px;
		margin-top: 5px;
	}
	.clinicInfo table td.share a {
		display: inline-block;
		width: 160px;
		height: 34px;
		margin-right: 5px;
		text-align: center;
	}
}
@media (max-width: 991px) {
	.clinicInfo table td.line {
		top: auto;
		right: auto;
		left: 185px;
		bottom: 10px;
	}
	.clinicInfo table td.line p {
		font-size: 0;
		padding-left: 39px;
    padding-bottom: 3px;
		background: url('../images/line_btn.png') no-repeat;
		background-size: 34px 34px;
	}
	.clinicInfo table td.line p a {
		display: inline-block;
		height: 34px;
		line-height: 34px;
	}
	.clinicInfo table td.line img {
		display: none;
	}
}
@media (max-width: 479px) {
	.clinicInfo table {
		padding-bottom: 40px;
	}
	.clinicInfo table td.line {
		left: 20px;
		bottom: 0;
	}
}
@media (max-width: 399px) {
	.clinicInfo table th.name a {
		clear: left;
		margin-top: 10px;
		margin-left: 5px;
		margin-bottom: 5px;
	}
}
.clinicCont .clinicDetail {
	position: relative;
	width: calc(100% + 60px);
	border-top: 1px solid #ddcbe1;
	padding-top: 30px;
	margin-top: 30px;
	margin-left: -30px;
}
.clinicCont .clinicDetail.noborder {
	border-top: none;
	margin-top: 0;
}
.clinicCont .clinicDetail:before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	background: #ddcbe1;
	top: 1px;
	left: 0;
}
.clinicCont .clinicDetail.noborder:before {
	display: none;
}
.clinicCont .clinicDetail .clinicDetailTi {
	height: 40px;
	line-height: 2rem;
	font-size: 1.3rem;
	font-weight: 300;
	font-family: 'Raleway', 'Microsoft JhengHei', Sans-serif;
	padding-left: 40px;
	margin-bottom: 15px;
	background: url('../images/pagemore_title.gif') 12px center no-repeat;
	background-size: 17px 14px;
}
.clinicCont .clinicDetail .clinicDetailTi span {
	color: #64236f;
}
.clinicCont .clinicDetail .clinicDetailTi small {
	font-size: 0.9rem;
}
.clinicDetail .clinic-newslist {
  position: relative;
}
.clinicDetail .clinic-newslist a.news-prev {
  display: block;
  position: absolute;
  width: 40px;
  height: 56px;
  background: url('../images/iservice_btn.png') 0 0 no-repeat;
  background-size: 80px 56px;
  top: 50%;
  left: 0;
  margin-top: -36px;
}
.clinicDetail .clinic-newslist a.news-next {
  display: block;
  position: absolute;
  width: 40px;
  height: 56px;
  background: url('../images/iservice_btn.png') -40px 0 no-repeat;
  background-size: 80px 56px;
  top: 50%;
  right: 0;
  margin-top: -36px;
}
.clinicDetail .clinic-newslist .mediaGridBox {
  padding: 0 10px;
}
.clinicDetail .clinicScheduleTi {
	height: 45px;
	line-height: 45px;
	font-size: 0.9rem;
	color: #672773;
	background: #efefef;
	padding: 0 20px;
}
.clinicDetail .clinicScheduleTi span {
	font-size: 0.75rem;
	color: #666;
}
.clinicDetail .clinicSchedule {
	font-size: 1rem;
	border: none;
	margin-bottom: 40px;
}
.clinicDetail .clinicSchedule table {
	width: calc(100% - 1px);
}
.clinicDetail .clinicSchedule table thead th {
	height: 45px;
	font-size: 0.75rem;
	font-weight: 700;
	color: #fff;
	padding: 0 20px;
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #fff;
	border-bottom: none;
	background: #672773;
	background: linear-gradient(top, #8a4896, #672773);
	background: -o-linear-gradient(top, #8a4896, #672773);
	background: -ms-linear-gradient(top, #8a4896, #672773);
	background: -moz-linear-gradient(top, #8a4896, #672773);
	background: -webkit-linear-gradient(top, #8a4896, #672773);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #8a4896), color-stop(1, #672773));
}
.clinicDetail .clinicSchedule table thead th:last-child {
	border-right: 0px;
}
.clinicDetail .clinicSchedule table tbody + tbody {
	border-top: none;
}
.clinicDetail .clinicSchedule table tbody th {
	width: 16%;
	font-size: 0.7rem;
	color: #672773;
	text-align: center;
	vertical-align: middle;
	border-left: 1px solid #d5d1d9;
	border-right: 1px solid #d5d1d9;
	border-bottom: 1px solid #d5d1d9;
	padding: 0 20px;
}
.clinicDetail .clinicSchedule table tbody td {
	width: 12%;
	line-height: 1rem;
	font-size: 0.7rem;
	text-align: center;
	vertical-align: middle;
	border-left: 1px solid #d5d1d9;
	border-right: 1px solid #d5d1d9;
	border-bottom: 1px solid #d5d1d9;
	padding: 14px 20px;
}
/*.clinicDetail .clinicSchedule table tbody.schRow tr:first-child td {
	padding-bottom: 2px;
	border-bottom-color: transparent;
}
.clinicDetail .clinicSchedule table tbody.schRow tr:last-child td {
	padding-top: 2px;
}*/
.clinicDetail .clinicSchedule table tbody td.type {
	color: #672773;
	font-weight: 700;
}
.clinicDetail .clinicSchedule table tbody td.nodata {
	color: #999;
}
.clinicDetail .clinicSchedule table tbody td a {
	color: #000;
}
.clinicDetail .clinicSchedule table tbody td a:hover {
	color: #430c45;
}
.clinicDetail .clinicSchedule table tfoot td {
  width: 12%;
  line-height: 1.2rem;
  font-size: 0.7rem;
  vertical-align: middle;
  border-left: 1px solid #d5d1d9;
  border-right: 1px solid #d5d1d9;
  border-bottom: 1px solid #d5d1d9;
  padding: 14px 20px;
  color: #666;
}
.clinicDetail .clinicSchedule table tfoot td li:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #64236f;
  padding-left: 6px;
}
.clinicDetail .clinicService li, .clinicService li {
	position: relative;
	line-height: 1.5rem;
	font-size: 0.75rem;
	padding: 4px 10px 4px 117px;
}
.clinicDetail .clinicService li span, .clinicService li span {
	display: block;
	position: absolute;
	width: 90px;
	height: 30px;
	font-weight: 700;
	color: #fff;
	background: #b5b5b5;
	text-align: center;
	top: 4px;
	left: 12px;
}
.clinicDetail .clinicMap,
.clinicDetail .clinicView {
	position: relative;
	height: 400px;
	border: 1px solid #ddd;
	background: #fff;
	padding: 4px;
	margin-bottom: 20px;
}
.clinicDetail .clinicMap:before,
.clinicDetail .clinicView:before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 20px;
	background: url('../images/clinic_text_shadow.png') no-repeat;
	background-size: 100% 20px;
	bottom: -20px;
	left: 0;
}
.clinicDetail .clinicMap > div {
	width: 100%;
	height: 100%;
}
.clinicDetail .clinicMap > iframe,
.clinicDetail .clinicView > iframe {
  position: absolute;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  top: 4px;
  left: 4px;
}
.clinicDetail .clinicRoute .col-md-4 {
	padding: 0 60px;
}
.clinicDetail .clinicRoute .icon {
	width: 124px;
	height: 124px;
	font-size: 0.9rem;
	background: #eee;
	border-radius: 124px;
	margin: 20px auto;
	padding-top: 30px;
	text-align: center;
}
.clinicDetail .clinicRoute .icon i {
	display: block;
	margin-bottom: 5px;
}
.clinicDetail .clinicRoute .route {
	font-size: 0.75rem;
	text-align: center;
}
.clinicBot {
	margin-top: 40px;
	padding-bottom: 0 !important;
}
.clinicCont .doctorList {
	padding-top: 30px;
	padding-bottom: 30px;
}
.clinicCont .aboutAlbum {
	margin: 0 -30px;
	margin-top: 30px;
	padding-bottom: 30px;
}
.clinicCont .mediaGridList {
	margin-top: 30px;
  margin-left: 5px;
	padding-bottom: 30px;
}
.clinicCont .mediaGridBox .imgBox .txt {
	height: 113px;
}
.clinicCont .mediaGridBox .imgBox .txt span.date {
	margin-top: 15px;
}
.clinicCont .mediaGridBox .imgBox .txt span.date:before {
	top: -7px;
}
.clinicMore {
	padding-top: 60px;
}
@media (max-width: 1439px) {
	.clinicDetail .clinicRoute .col-md-4 {
		padding: 0 30px;
	}
	.clinicCont .mediaGridBox .imgBox .txt {
		height: 98px;
		padding: 10px 20px;
	}
}
@media (max-width: 1280px) {
	.clinicDetail .clinicRoute .col-md-4 {
		padding: 0 15px;
	}
	.clinicCont .mediaGridBox .imgBox .txt {
		height: 88px;
		padding: 10px 15px;
	}
	.clinicCont .mediaGridBox .imgBox .txt span.date {
		margin-top: 5px;
		padding-left: 10px;
	}
	.clinicCont .mediaGridBox .imgBox .txt span.date:before {
		width: 3px;
		height: 12px;
		top: 4px;
		left: 0;
	}
}
@media (max-width: 1199px) {
	.clinicCont .mediaGridBox .imgBox .txt {
		height: 69px;
	}
}
@media (max-width: 991px) {
	.clinicDetail .clinicRoute .col-md-4 {
		margin-bottom: 30px;
	}
	.clinicCont .clinicDetail {
		width: calc(100% + 30px);
		margin-left: -15px;
	}
  .clinicCont .mediaGridBox .imgBox .txt {
    height: 89px;
  }
  .clinicCont .mediaGridBox .imgBox .txt h3 {
    height: 44px;
    overflow: hidden;
  }
}

/* 服務項目 - 列表 */
.serveList {
	font-size: 0;
	margin-bottom: -40px;
}
.serveList .serveItem {
	display: inline-block;
	width: calc(25% - 15px);
	margin-bottom: 40px;
	margin-right: 20px;
	vertical-align: top;
}
.serveList .serveItem:nth-child(4n) {
	margin-right: 0;
}
.serveList .serveItem a {
	display: block;
	position: relative;
}
.serveList .serveItem a .name {
	position: absolute;
	margin: 0;
	padding: 0;
	line-height: 2rem;
	font-size: 0.75rem;
	color: #fff;
	background: rgba(71,21,133,.6);
	padding: 0 10px;
	bottom: 0;
	right: 0;
	transition: background .3s ease-in-out;
	-ms-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	-webkit-transition: background .3s ease-in-out;
}
.serveList .serveItem a:hover .name {
	background: rgba(71,21,133,1);
}
@media (max-width: 1199px) {
	.serveList .serveItem {
		width: 31%;
		margin-right: 3.5%;
	}
	.serveList .serveItem:nth-child(4n) {
		margin-right: 3.5%;
	}
	.serveList .serveItem:nth-child(3n) {
		margin-right: 0;
	}
}
@media (max-width: 767px) {
	.serveList .serveItem {
		width: 50%;
		margin-right: 0 !important;
		padding: 0 15px;
	}
	.serveList .serveItem a img {
		width: 100%;
	}
}
@media (max-width: 479px) {
	.serveList .serveItem {
		width: 100%;
		margin-bottom: 30px;
	}
}

/* 服務項目 - 詳細 */
.serveBan {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -webkit-box;
}
.serveBan .pic {
	padding: 0;
}
.serveBan .txt {
	position: relative;
	padding: 12px;
	background: #efefef;
}
.serveBan .txt > div {
	position: absolute;
	width: calc(100% - 24px);
	height: calc(100% - 24px);
	background: #fff;
	padding: 30px 25px;
	top: 12px;
	left: 12px;
}
.serveBan .txt .serveBanTitle {
	position: relative;
	height: 40px;
	line-height: 1.4em;
	font-size: 1rem;
	color: #672773;
}
.serveBan .txt .serveBanTitle:before {
	content: '';
	display: block;
	position: absolute;
	width: 48px;
	height: 1px;
	background: #b393b9;
	bottom: 0;
	left: 0;
}
.serveBan .txt .textEdit {
	margin: 10px 0 0;
}
@media (max-width: 1199px) {
	.serveBan .txt > div {
		padding: 10px 15px;
	}
}
@media (max-width: 991px) {
	.serveBan {
		display: block;
	}
	.serveBan .pic img {
		width: 100%;
	}
	.serveBan .txt > div {
		position: relative;
		width: 100%;
		height: auto;
		top: 0;
		left: 0;
	}
}
/* 服務項目 - 療程 */
.serveStep {
	position: relative;
	border-top: 1px solid #ddcbe1;
	padding-top: 30px;
	margin-top: 30px;
}
.serveStep:before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	background: #ddcbe1;
	top: 1px;
	left: 0;
}
.serveStepTi {
	height: 40px;
	line-height: 2rem;
	font-size: 1.3rem;
	font-weight: 300;
	font-family: 'Raleway', 'Microsoft JhengHei', Sans-serif;
	padding-left: 40px;
	background: url('../images/pagemore_title.gif') 12px center no-repeat;
	background-size: 17px 14px;
}
.serveStepTi span {
	color: #64236f;
}
.serveStepTi small {
	font-size: 0.9rem;
}
.serveStepNav {
	position: relative;
	height: 60px;
	background: #672773;
	margin-top: 20px;
}
.serveStepNav:after {
	content: '';
	display: block;
	position: absolute;
	width: 14px;
	height: 60px;
	background: #672773;
	top: 0;
	right: 46px;
}
.serveStepNav .stepNavSlick {
	margin: 0 46px 0 60px;
}
.serveStepNav .stepNavSlick .slick-track {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -webkit-box;
}
.serveStepNav .stepNavSlick .stepNavTab {
	position: relative;
	padding-right: 14px;
}
.serveStepNav .stepNavSlick .stepNavTab:before {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-top: 30px solid transparent;
	border-left: 13px solid rgba(255,255,255,.5);
	border-bottom: 30px solid transparent;
	top: 0;
	right: 1px;
}
.serveStepNav .stepNavSlick .stepNavTab:after {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-top: 30px solid transparent;
	border-left: 13px solid #672773;
	border-bottom: 30px solid transparent;
	top: 0;
	right: 2px;
}
.serveStepNav .stepNavSlick .stepNavTab a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 1rem;
	font-size: 0.75rem;
	padding: 10px;
	text-align: center;
	color: rgba(255,255,255,.25);
	outline: none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.serveStepNav .stepNavSlick .stepNavTab.slick-current a {
  font-size: 0.8rem;
  font-weight: bold;
	color: #fff;
}
.serveStepNav .stepNavSlick .stepNavTab a span {
	display: block;
}
.serveStepNav .stepNavSlick .stepNavTab.slick-current a span {
	color: #d19bdb;
}
.serveStepNav a.stepPrev {
	display: block;
	position: absolute;
	width: 34px;
	height: 34px;
	border: 1px solid #fff;
	border-radius: 34px;
	top: 13px;
	left: 13px;
	opacity: .5;
	transition: opacity .3s linear;
	-ms-transition: opacity .3s linear;
	-moz-transition: opacity .3s linear;
	-webkit-transition: opacity .3s linear;
}
.serveStepNav a.stepPrev:after {
	content: '';
	display: block;
	position: absolute;
	width: 12px;
	height: 12px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	top: 10px;
	left: 12px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.serveStepNav a.stepNext {
	display: block;
	position: absolute;
	z-index: 10;
	width: 34px;
	height: 34px;
	border: 1px solid #fff;
	border-radius: 34px;
	top: 13px;
	right: 13px;
	opacity: .5;
	transition: opacity .3s linear;
	-ms-transition: opacity .3s linear;
	-moz-transition: opacity .3s linear;
	-webkit-transition: opacity .3s linear;
}
.serveStepNav a.stepNext:after {
	content: '';
	display: block;
	position: absolute;
	width: 12px;
	height: 12px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	top: 10px;
	left: 8px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.serveStepNav a.stepPrev:hover,
.serveStepNav a.stepNext:hover {
	opacity: 1;
}
.serveStepNav a.stepPrev.slick-hidden,
.serveStepNav a.stepNext.slick-hidden {
	display: none;
}
.serveStepFor .stepForSlick .textEdit {
  width: 100%;
  max-width: none;
	outline: none;
}
/* 服務項目 - 更多資訊 */
.serveMore {
	padding-bottom: 70px;
	margin-top: -50px;
}
.serveMore .col-lg-7 {
	padding: 0;
}
.serveMore .col-lg-7 .serveVideo {
	padding: 0 5px 0 0;
}
.serveMore .col-lg-7 .serveArti {
	padding: 0 0 0 5px;
}
.serveVideo .videoBox p.name {
	height: 61px;
	line-height: 61px;
	font-size: 0.7rem;
	color: #aaa;
	background: #000;
	margin: 0;
	padding: 0 10px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.serveArti ul {
	border-top: 1px solid #8b8b8b;
	padding-top: 15px;
	margin-left: 15px;
}
.serveArti ul li {
	position: relative;
	line-height: 1.2rem;
	font-size: 0.75rem;
	padding: 5px 0 5px 22px;
}
.serveArti ul li:before {
	content: '';
	display: block;
	position: absolute;
	width: 6px;
	height: 6px;
	background: #64236f;
	border-radius: 6px;
	top: 14px;
	left: 6px;
}
.serveArti ul li a {
	color: #333;
}
.serveArti ul li a:hover {
	color: #64236f;
}
@media (max-width: 1439px) {
	.serveVideo .videoBox p.name {
		height: 52px;
		line-height: 52px;
	}
}
@media (max-width: 1280px) {
	.serveVideo .videoBox p.name {
		height: 47px;
		line-height: 47px;
	}
}
@media (max-width: 1199px) {
	.serveMore .col-lg-7 {
		margin-top: 20px;
		padding: 0 15px;
	}
}
@media (max-width: 991px) {
	.serveStepFor .textEdit .col-md-5 {
		margin-bottom: 20px;
	}
	.serveMore .col-lg-7 .serveVideo,
	.serveMore .col-lg-7 .serveArti {
		padding: 0;
	}
	.serveArti {
		padding-top: 10px;
		margin-top: 20px;
	}
	.serveArti ul {
		margin-left: 0;
	}
}

/* 美麗見證 - grid masonry */
.beautyGridSizer,
.beautyGridBox {
	width: calc(25% - 10px);
}
.beautyGridBox {
	margin-bottom: 10px;
}
.beautyGridBoxLg {
	width: calc(50% - 10px);
}
.beautyGridBox .imgBox {
  position: relative;
  overflow: hidden;
}
.beautyGridBox .imgBox img {
  width: 100%;
  height: auto;
}
.beautyGridBox .imgBox .cover {
  display: block;
  position: absolute;
  left: 0;
  background-color: rgba(255, 255, 255, .7);
  width: 100%;
  height: 100%;
  padding: 10px;
  color: #333;
  font-size: 0.75rem;
  line-height: 1.2rem;
  -webkit-transition: bottom 0.3s ease-in-out;
  -moz-transition: bottom 0.3s ease-in-out;
  -o-transition: bottom 0.3s ease-in-out;
  -ms-transition: bottom 0.3s ease-in-out;
  transition: bottom 0.3s ease-in-out;
}
.beautyGridBox .imgBox .cover {
	bottom: -80%;
}
.beautyGridBoxLg .imgBox .cover {
	bottom: -90%;
}
.beautyGridBox .imgBox a:hover .cover {
  bottom: 0;
}
@media (max-width: 1439px) {
	.beautyGridBox .imgBox .cover {
		bottom: -77%;
	}
	.beautyGridBoxLg .imgBox .cover {
		bottom: -88%;
	}
}
@media (max-width: 1199px) {
	.beautyGridBox .imgBox .cover {
		bottom: -68%;
	}
	.beautyGridBoxLg .imgBox .cover {
		bottom: -85%;
	}
}
@media (max-width: 991px) {
	.beautyGridBox .imgBox .cover {
		bottom: -66%;
		font-size: 0.7rem;
		line-height: 1.2rem;
	}
	.beautyGridBoxLg .imgBox .cover {
		bottom: -83%;
	}
}
@media (max-width: 767px) {
	.beautyGridSizer,
	.beautyGridBox,
	.beautyGridBoxLg {
		width: calc(50% - 5px);
	}
	.beautyGridBox .imgBox .cover,
	.beautyGridBoxLg .imgBox .cover {
		bottom: calc(-100% + 62px);
		font-size: 0.8rem;
    line-height: 1.2rem;
	}
}
@media (max-width: 479px) {
	.beautyGridBox .imgBox .cover,
	.beautyGridBoxLg .imgBox .cover {
		bottom: calc(-100% + 53px);
		font-size: 0.7rem;
    line-height: 1rem;
	}
}

/* 媒體報導 - grid masonry */
.mediaGridSizer,
.mediaGridBox {
	width: calc(25% - 14px);
}
.mediaGridBox {
	margin-bottom: 14px;
}
.mediaGridBoxLg {
	width: calc(50% - 14px);
}
.mediaGridBox .imgBox {
  position: relative;
  overflow: hidden;
}
.mediaGridBox .imgBox .pic {
	height: 0;
	padding-bottom: 65.67%;
	overflow: hidden;
}
.mediaGridBoxLg .imgBox .pic {
	padding-bottom: 85.4%;
}
.mediaGridBox .imgBox img {
  width: 100%;
  height: auto;
	transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
}
.mediaGridBox .imgBox:hover img {
	opacity: .7;
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
}
.mediaGridBox .imgBox .txt {
	background: #f7f7f7;
	height: 98px;
	padding: 10px 15px;
}
.mediaGridBox .imgBox .txt h3 {
	max-height: 50px;
	line-height: 1.1rem;
	font-size: 0.75rem;
	color: #000;
	margin: 0;
	overflow: hidden;
	transition: color .5s ease-in-out;
	-ms-transition: color .5s ease-in-out;
	-moz-transition: color .5s ease-in-out;
	-webkit-transition: color .5s ease-in-out;
}
.mediaGridBox .imgBox:hover .txt h3 {
	color: #64236f;
}
.mediaGridBox .imgBox .txt span.date {
	display: block;
	position: relative;
	font-size: 0.7rem;
	color: #777;
	margin-top: 15px;
}
.mediaGridBox .imgBox .txt span.date:before {
	content: '';
	display: block;
	position: absolute;
	width: 48px;
	height: 1px;
	background: #af8fb5;
	top: -8px;
	left: 0;
}
/*@media (max-width: 1439px) {
	.mediaGridBoxLg .imgBox .pic {
		padding-bottom: 85.43%;
	}
	.mediaGridBox .imgBox .txt {
		height: 98px;
	}
	.mediaGridBox .imgBox .txt h3 {
		line-height: 1.1rem;
		font-size: 0.75rem;
		max-height: 44px;
	}
}*/
/*@media (max-width: 1280px) {
	.mediaGridBoxLg .imgBox .pic {
		padding-bottom: 85.4%;
	}
	.mediaGridBox .imgBox .txt {
		height: 105px;
		padding: 10px 20px;
	}
	.mediaGridBox .imgBox .txt h3 {
		line-height: 1.1rem;
		font-size: 0.75rem;
		max-height: 44px;
	}
	.mediaGridBox .imgBox .txt span.date {
		margin-top: 20px;
	}
	.mediaGridBox .imgBox .txt span.date:before {
		top: -10px;
	}
}*/
@media (max-width: 1199px) {
	.mediaGridBox .imgBox .txt {
		height: 86px;
		padding: 12px 15px;
	}
	.mediaGridBox .imgBox .txt h3 {
		line-height: 1.1rem;
		font-size: 0.75rem;
		max-height: 22px;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}
@media (max-width: 991px) {
	.mediaGridSizer,
	.mediaGridBox,
	.mediaGridBoxLg {
		width: calc(50% - 7px);
	}
	.mediaGridBox .imgBox .txt {
		height: auto;
	}
	.mediaGridBox .imgBox .txt h3 {
		line-height: 1.1rem;
		font-size: 0.75rem;
		max-height: none;
		white-space: normal;
	}
}
@media (max-width: 543px) {
	.mediaGridSizer,
	.mediaGridBox,
	.mediaGridBoxLg {
		width: 100%;
	}
}

/* 品牌故事 */
.aboutText {
	border-top: 1px solid #ddd;
	padding: 30px 0 50px;
}
.aboutText .aboutTi {
	height: 80px;
	line-height: 4rem;
	font-size: 1.5rem;
	color: #9a2b87;
	background: url('../images/about_text2.jpg') 120px top no-repeat;
	margin-top: 10px;
	margin-bottom: -15px;
}
.aboutAlbum {
	position: relative;
  background: #e7e7e7;
  padding-bottom: 20px;
}
.aboutAlbum .albumMenu {
	position: absolute;
	width: 100%;
	border-top: 1px solid #d0d0d0;
	background: #e7e7e7;
	padding: 50px 40px 35px;
	top: 0;
	left: 0;
}
.aboutAlbum .albumMenu .albumThumb {
	width: 256px;
	height: 404px;
	font-size: 0;
	margin-top: 25px;
}
.aboutAlbum .albumMenu .albumThumb > div {
	width: 100%;
	height: 100%;
}
.aboutAlbum .albumMenu .albumThumb .mCSB_outside + .mCSB_scrollTools {
	right: auto;
	left: -10px;
}
.aboutAlbum .albumMenu .albumThumb .mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
	background: #dadada;
}
.aboutAlbum .albumMenu .albumThumb a {
	display: inline-block;
	width: 120px;
	height: 95px;
	background: #fff;
	padding: 3px;
	margin-left: 8px;
	margin-bottom: 8px;
	transition: background .3s linear;
	-ms-transition: background .3s linear;
	-moz-transition: background .3s linear;
	-webkit-transition: background .3s linear;
}
.aboutAlbum .albumMenu .albumThumb a.current {
	background: #aa73b2;
}
.aboutAlbum .albumMenu .albumThumb a:nth-last-child(1),
.aboutAlbum .albumMenu .albumThumb a:nth-last-child(2) {
	margin-bottom: 0;
}
.aboutAlbum .albumMenu .albumThumb a img {
	width: 100%;
	height: 100%;
}
.aboutAlbum .albumBig {
	position: relative;
	float: right;
	z-index: 10;
	width: 860px;
	background: url('../images/about_bigshadow.png') bottom no-repeat;
	background-size: 100% 20px;
	margin-top: 45px;
	margin-right: 40px;
	padding-bottom: 20px;
}
.aboutAlbum .albumBig .albumPic {
	background: #fff;
	padding: 5px;
}
.aboutAlbum .albumBig .albumPic img.fadeOut {
	position: absolute;
	width: calc(100% - 10px);
	height: auto;
	top: 5px;
	left: 5px;
}
.aboutAlbum .albumBig a.albumPrev,
.aboutAlbum .albumBig a.albumNext {
	display: block;
	position: absolute;
	width: 40px;
	height: 56px;
	background: url('../images/about_slide_btn.png') no-repeat;
	background-size: 80px 56px;
	top: 50%;
	margin-top: -38px;
}
.aboutAlbum .albumBig a.albumPrev {
	background-position: 0 0;
	left: -15px;
}
.aboutAlbum .albumBig a.albumNext {
	background-position: -40px 0;
	right: -15px;
}
@media (max-width: 1439px) {
	.aboutAlbum .albumMenu .albumThumb {
		height: 301px;
	}
	.aboutAlbum .albumBig {
		width: 700px;
	}
}
@media (max-width: 1280px) {
	.aboutAlbum .albumMenu .albumThumb {
		height: 198px;
	}
	.aboutAlbum .albumBig {
		width: 610px;
	}
}
@media (max-width: 1199px) {
	.aboutAlbum .albumMenu {
		padding: 30px 30px 400px;
	}
	.aboutAlbum .albumMenu .albumThumb {
		width: 100%;
		height: auto;
	}
	.aboutAlbum .albumMenu .albumThumb .mCSB_container {
		white-space: nowrap;
	}
	.aboutAlbum .albumMenu .albumThumb a {
		margin-bottom: 0;
	}
	.aboutAlbum .albumMenu .albumThumb a:first-child {
		margin-left: 0;
	}
	.aboutAlbum .albumBig {
		width: calc(100% - 60px);
		margin-top: 290px;
		margin-right: 30px;
	}
}
@media (max-width: 991px) {
	.aboutText .col-md-6:first-child {
		margin-bottom: 30px;
	}
}
@media (max-width: 767px) {
	.aboutAlbum .albumMenu {
		padding-bottom: 56%;
	}
}

/* 24H美麗諮詢(表單樣式於style_theme.css共用) */
.consultingForm {
  padding: 30px 0;
}

/* LINE列表 */
.lineCont #lineSelect {
	width: 200px;
	margin: 0 auto;
}
.lineList {
	position: relative;
	font-size: 0;
	margin-top: 40px;
	text-align: center;
}
.lineList .lineSizer {
	width: calc(20% - 24px);
}
.lineList .lineItem {
	display: inline-block;
	width: calc(20% - 30px);
	margin: 0 15px 30px;
	padding: 5px;
	border: 1px solid #ddd;
	background: #fff;
	vertical-align: top;
	transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
}
.lineList .lineItem.mark {
	border-color: #884a8a;
	background: #f4ebf4;
}
.lineList .lineItem.reject {
	opacity: 0;
  display: none!important;
}
.lineList .lineItem .name {
	margin: 0;
	padding: 0;
	line-height: 2rem;
	font-size: 1rem;
}
.lineList .lineItem img {
	display: block;
	margin: 10px auto;
}
.lineList .lineItem a.link {
	display: inline-block;
	height: 32px;
	line-height: 1.6rem;
	font-size: 0.75rem;
	font-weight: 700;
	color: #fff;
	background: #884a8a;
	border-radius: 32px;
	padding: 0 16px;
	margin: 5px 0 10px;
	transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}
.lineList .lineItem a.link:hover {
	box-shadow: 0 0 10px #884a8a;
}
@media (max-width: 1199px) {
	.lineList .lineSizer,
	.lineList .lineItem {
		width: calc(25% - 30px);
	}
}
@media (max-width: 991px) {
	.lineList .lineSizer,
	.lineList .lineItem {
		width: calc(33.33333% - 30px);
	}
}
@media (max-width: 767px) {
	.lineList .lineSizer,
	.lineList .lineItem {
		width: calc(50% - 30px);
	}
}
@media (max-width: 479px) {
	.lineList .lineSizer,
	.lineList .lineItem {
		width: calc(100% - 30px);
		margin: 0 15px 30px;
	}
}

/* 搜尋結果 */
.rearchList {
  padding: 15px 0;
}
.rearchList .sort {
  margin-bottom: 30px;
}
.rearchList .sort .title {
  color: #672773;
  display: block;
}
.rearchList .sort .list {
  color: #999;
  font-size: 0.75rem;
  padding: 15px 10px 15px 25px;
  border-bottom: #f0e2f2 1px solid;
  display: block;
  text-decoration: underline;
}
.rearchList .sort .list:hover {
  color: #666;
}
.rearchList .sort .list.even {
  background: #f8f2f9;
}
.rearchList .sort .title .keyword {
  font-weight: bold;
}
.rearchList .sort .list .keyword {
  font-weight: bold;
  color: #f14d77;
}

/* 系統訊息 */
.systemMsg {
  font-size: 0.75em;
  text-align: center;
  line-height: 1.8em;
  padding: 20px 0;
}
.gap30 {
  height: 30px;
}

/* 20170306 */
.navLink .lineBox {
  position: absolute;
  width: 100%;
  padding: 15px;
  border: 1px solid #ddd;
  border-top: none;
  background: #fff;
  top: 100%;
  left: 0;
  text-align: center;
  opacity: 0;
  transform: scale(0);
  -ms-transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transition: opacity .3s, transform 0s .3s;
  -ms-transition: opacity .3s, transform 0s .3s;
  -moz-transition: opacity .3s, transform 0s .3s;
  -webkit-transition: opacity .3s, transform 0s .3s;
}
.navLink .lineBox.view {
  opacity: 1;
  transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transition: opacity .3s, transform 0s;
  -ms-transition: opacity .3s, transform 0s;
  -moz-transition: opacity .3s, transform 0s;
  -webkit-transition: opacity .3s, transform 0s;
}
.navLink .lineBox p {
  line-height: 34px;
  font-size: 20px;
  color: #666;
  margin: 0;
}
.navLink .lineBox img {
  display: block;
  margin: 10px auto;
}
.navLink .lineBox a {
  float: none;
  display: inline-block;
  width: auto;
  height: 32px;
  line-height: 1.6rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: #fff;
  background: #884a8a;
  border-radius: 32px;
  padding: 0 16px;
  margin: 5px auto 0;
  transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}
.textBotEdit {
  position: relative;
  border-top: 1px solid #ddcbe1;
  padding: 30px 0;
}
.textBotEdit:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #ddcbe1;
  top: 1px;
  left: 0;
}
.textBotEdit .textEdit {
  margin: auto;
}

/* 20180430 */
.site-menu {
  position: fixed;
  z-index: 150;
  width: 70px;
  background: rgba(86,15,100,.9);
  top: 50%;
  right: -70px;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transition: right .3s;
  -moz-transition: right .3s;
  -webkit-transition: right .3s;
}
.site-menu.open {
  right: 0;
}
.site-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-menu ul li:nth-child(even) {
  background: rgba(255,255,255,.15);
}
.site-menu ul li a {
  display: block;
  padding: 7px 5px 5px;
  transition: background .3s;
  -moz-transition: background .3s;
  -webkit-transition: background .3s;
}
.site-menu ul li a:hover {
  background: rgba(255,255,255,.15);
}
.site-menu ul li a img {
  display: block;
  width: 40px;
  height: auto;
  margin: auto;
}
.site-menu ul li a span {
  display: block;
  line-height: 20px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin-top: 4px;
}
.site-menu ul li a span.mb {
  display: none;
}
.site-menu .site-menu-switch {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  background: rgba(86,15,100,.5);
  top: -20px;
  right: 100%;
  opacity: .4;
  transition: opacity .3s, right .3s;
  -moz-transition: opacity .3s, right .3s;
  -webkit-transition: opacity .3s, right .3s;
}
.site-menu.open .site-menu-switch {
  right: 0;
  opacity: .75;
}
.site-menu .site-menu-switch:hover {
  opacity: 1;
}
.site-menu .site-menu-switch:before {
  content: '';
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-left: 2px solid rgba(255,255,255,.75);
  border-bottom: 2px solid rgba(255,255,255,.75);
  top: 6px;
  left: 8px;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.site-menu.open .site-menu-switch:before {
  display: none;
}
.site-menu .site-menu-switch i {
  display: none;
  position: absolute;
  width: 12px;
  height: 12px;
  top: 4px;
  left: 4px;
}
.site-menu.open .site-menu-switch i {
  display: block;
}
.site-menu .site-menu-switch i:before,
.site-menu .site-menu-switch i:after {
  content: '';
  display: block;
  position: absolute;
  width: 12px;
  height: 2px;
  background: rgba(255,255,255,.75);
  top: 5px;
  left: 0;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.site-menu .site-menu-switch i:after {
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
@media (min-width: 768px) {
  .site-menu ul li {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .site-menu {
    width: 100%;
    height: 76px;
    top: auto;
    left: 0;
    right: auto !important;
    bottom: 0;
    transform: translateY(100%);
    -moz-transform: translateY(100%);
    -webkit-transform: translateY(100%);
  }
  .site-menu.ready {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  .site-menu ul {
    font-size: 0;
  }
  .site-menu ul li {
    display: inline-block;
    vertical-align: top;
  }
  .site-menu ul li a img {
    width: 100%;
    max-width: 40px;
  }
  .site-menu ul li a span.pc {
    display: none;
  }
  .site-menu ul li a span.mb {
    display: block;
  }
  .site-menu .site-menu-switch {
    display: none;
  }
}

/* 隱私權保護政策 */
.privacy {
  font-size: 0.8rem;
  line-height: 1.4rem;
}
.privacy p,
.privacy ul,
.privacy ol {
  margin: 0 0 30px;
}
.privacy ul li,
.privacy ol li {
  margin-bottom: 10px;
}
.privacy ol li span {
  font-weight: bold;
  color: #9a2b87;
}
.privacyBox .tibox {
  line-height: 2.5rem;
  font-size: 1.2rem;
  color: #9a2b87;
}

@media (max-width: 768px) {
  .privacyBox .tibox {
    line-height: 2.5rem;
    font-size: 1rem;
  }
  .privacy p,
  .privacy ul,
  .privacy ol {
    margin: 0 0 20px;
  }
}

/*===== 首頁廣告彈出 =====*/
.popup-news-open {
  width: 0px;
  height: 0px;
  position: fixed;
  z-index: 90;
  background: #fff;
  left: 0;
  font-size: 0;
  top: 0;
  padding: 0;
  text-align: center;
  display: none;
}
#popup-news { 
  max-width: 1190px;
  margin: auto; 
  text-align: center; 
  position: relative; 
}
#popup-news .mfp-close { 
  position: absolute; 
  bottom: 0; 
  right: 0; 
  background: #672773;
  color: #fff;
  z-index: 1; 
  opacity: 1; 
  font-size: 0; 
  width: 35px; 
  height: 35px; 
}
#popup-news .mfp-close:before,
#popup-news .mfp-close:after {
  content: '';
  display: block;
  width: 1px;
  height: 16px;
  background-color: #fff;  
  transform-origin: 20% 40%;
  position: absolute;
  top: 30%;
  
}
#popup-news .mfp-close:before {
  -moz-transform:rotate(45deg);
  -webkit-transform:rotate(45deg);
  -o-transform:rotate(45deg);
  -ms-transform:rotate(45deg);
  transform:rotate(45deg);
  left: 50%;
}
#popup-news .mfp-close:after {
  -moz-transform:rotate(-45deg);
  -webkit-transform:rotate(-45deg);
  -o-transform:rotate(-45deg);
  -ms-transform:rotate(-45deg);
  transform:rotate(-45deg);
  right: 50%;
}

#popup-news .mfp-content { 
  padding: 0; 
}
@media (max-width:767px) {
  #popup-news .mfp-close { 
    width: 25px; 
    height: 25px; 
  }
}

/* slider */
.popupNav {
  position: relative;
  height: 50px;
  background: #fff;
  top: -6px;
}
.popupNav:after {
  content: '';
  display: block;
  position: absolute;
  width: 14px;
  height: 50px;
  background: #fff;
  top: 0;
  right: 46px;
}
.popupNav .popupSlick {
  margin: 0 46px 0 60px;
}
.popupNav .popupSlick .slick-track {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
}
.popupNav .popupSlick .popupTab {
  position: relative;
  padding-right: 14px;
}
.popupNav .popupSlick .popupTab:before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 40px solid transparent;
  border-left: 1px solid rgba(0,0,0,.3);
  border-bottom: 1px solid transparent;
  top: 0;
  right: 1px;
}
.popupNav .popupSlick .popupTab a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 1.4rem;
  font-size: 0.75rem;
  padding: 10px;
  text-align: center;
  color: #555;
  outline: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.popupNav .popupSlick .slick-current .popupTab a {
  color: #672773;
  font-size: 0.8rem;
  font-weight: bold;
}

.popupNav a.popupPrev {
  display: block;
  position: absolute;
  width: 34px;
  height: 34px;
  border: 1px solid #666;
  border-radius: 34px;
  top: 9px;
  left: 13px;
  opacity: .5;
  transition: opacity .3s linear;
  -ms-transition: opacity .3s linear;
  -moz-transition: opacity .3s linear;
  -webkit-transition: opacity .3s linear;
}
.popupNav a.popupPrev:after {
  content: '';
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  border-left: 2px solid #666;
  border-bottom: 2px solid #666;
  top: 9px;
  left: 12px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.popupNav a.popupNext {
  display: block;
  position: absolute;
  z-index: 10;
  width: 34px;
  height: 34px;
  border: 1px solid #666;
  border-radius: 34px;
  top: 9px;
  right: 13px;
  opacity: .5;
  transition: opacity .3s linear;
  -ms-transition: opacity .3s linear;
  -moz-transition: opacity .3s linear;
  -webkit-transition: opacity .3s linear;
}
.popupNav a.popupNext:after {
  content: '';
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  border-top: 2px solid #666;
  border-right: 2px solid #666;
  top: 10px;
  left: 8px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.popupNav a.popupPrev:hover,
.popupNav a.popupNext:hover {
  opacity: 1;
}
.popupNav a.popupPrev.slick-hidden,
.popupNav a.popupNext.slick-hidden {
  display: none;
}

.popupForslick .item {
  width: 100%;
  position: relative;
  padding-bottom: 43.69%;
}
.popupForslick .item img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}


/*