@charset "utf-8";
.home #container {
  padding-top: 120px;
}
#mainimage {
  text-align: center;
  overflow: hidden;
}
#mainimage img {
  display: none;
}
#mainimage.slick-initialized img {
  display: block;
  width: 478px;
}
#mainimage .pc_main_slide_once {
  padding: 0 40px;
}
#mainimage .slick-list {
  /* background: #f4f3ef; */
  overflow: hidden;
}
#mainimage .slick-track img {
  margin-right: auto;
  margin-left: auto;
}
#mainimage .slick-prev, #mainimage .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  border: none;
  outline: none;
  font-size: 0;
  line-height: 0;
  -webkit-appearance: none;
  height: auto;
}
#mainimage .slick-prev {
  left: calc(50% - 300px);
  /*background: url(../../../images/object/component/carousel-arrow-left.png);*/
  background: none;
}
#mainimage .slick-prev:after {
  content: "\e900";
  font-family: "mwcico";
  font-size: 48px;
  display: inline-block;
  background-color: transparent;
  width: auto;
  height: auto;
  line-height: 1;
}
#mainimage .slick-next {
  right: calc(50% - 300px);
  /*background: url(../../../images/object/component/carousel-arrow-right.png);*/
  background: none;
}
#mainimage .slick-next:after {
  content: "\e901";
  font-family: "mwcico";
  font-size: 48px;
  display: inline-block;
  color: #937437;
  background-color: transparent;
  width: auto;
  height: auto;
  line-height: 1;
} 
#mainimage .slick-next:before {
}
#mainimage .slick-prev:before {
}
#mainimage .slick-dots li {
  display: inline-block;
  margin: 0 5px;
  width: 240px;
  border: 1px solid #dddddd;
  padding: 4px;
  background-color: #fff;
}
.pc_main_slide_once {
  position: relative;
}
.pc_slide_monitor {
  position: absolute;
  bottom: 4%;
  left: 16%;
  width: 50%;
  height: auto;
}
#mainimage .slideTxt {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  font-size: 16px;
  /* text-shadow: 1px 1px 0px rgba(0,0,0,0.3); */
  text-align: left;
}
#mainimage .slideTxt p {
  margin-bottom: 1em;
}
#mainimage .slideTxt strong {
  font-weight: bold;
}
#mainimage .slideTxt em {
  font-style: italic;
}
#sp-mainimage {
  margin-top: 64px;
  margin-bottom: 10px;
}
#sp-mainimage .slick-slide {
  padding: 0;
}
#sp-mainimage .slick-arrow {
  display: block;
  cursor: pointer;
  border: 0;
  outline: none;
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: -4px;
  width: 18px;
  height: 18px;
}
#sp-mainimage .slick-prev.slick-arrow {
  top: 50%;
  margin-top: -10px;
  z-index: 4;
  background: none;
}
#sp-mainimage .slick-prev.slick-arrow:after {
  content: "\f104";
  font-family: FontAwesome;
  font-size: 40px;
  display: inline-block;
  padding-top: 10px;
  color: #937437;
}
#sp-mainimage .slick-next.slick-arrow {
  top: 50%;
  right: 4px;
  margin-top: -10px;
  z-index: 4;
  background: none;
}
#sp-mainimage .slick-next.slick-arrow:after {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 40px;
  display: inline-block;
  padding-top: 10px;
  color: #937437;
}

#sp-mainimage .slick-dots {
  display: block;
  text-align: center;
}
#sp-mainimage .slick-dots li {
  position: relative;
  display: inline-block;
  width: 5px;
  margin: 0 5px;
}
#sp-mainimage .slick-dots li button {
  display: block;
  cursor: pointer;
  border: 0;
  outline: none;
  font-size: 0;
  line-height: 0;
  width: 5px;
  height: 5px;
  background: url(../../../images/object/component/circle-gray-sm.png) no-repeat 0 0/5px 5px;
  padding: 0;
}
#sp-mainimage .slick-dots li.slick-active button {
  background-image: none;
  background-color: #937437;
  border-radius: 50%;
}
.sp_main_slide_once {
  position: relative;
}
.sp_slide_monitor {
  position: absolute;
  bottom: 9%;
  right: 2%;
  width: 60%;
}

.recommend {
  margin-top: 80px;
  margin-bottom: 80px;
  border-top: 1px solid #d9d9d9;
}
.recommend__row {
  display: flex;
  flex-wrap: wrap;
}
.recommend__item {
  border-right: 1px solid #d9d9d9;
  width: 33.33%;
  height: calc((100vw - 180px - 16px) / 3);
  text-align: center;
  border-bottom: 1px solid #d9d9d9;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.recommend__item:nth-child(3n) {
  border-right-style: none;
}
.recommend__item a {
  color: inherit;
  transition: .3s;
}
.recommend__item a:hover {
  opacity: 0.8;
}
.recommend__thumb {
  margin-bottom: 10px;
}
.recommend__title {
  font-size: 20px;
  margin-bottom: 10px;
}
.recommend__text {
  
}
.recommend__link {
  padding: 5px 15px;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #d9d9d9;
}
.recommendBanner {
  display: flex;
  flex-wrap: wrap;
}
.recommendBanner__item {
  width: 50%;
  position: relative;
}
.recommendBanner__info {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  text-align: center;
}
@media screen and (max-width: 768px){
  .recommend__item {
    padding: 10px;
    height: auto;
  }
  .recommend__thumb img {
    width: 36px;
  }
  .recommend__title {
    font-size: 16px;
    margin-bottom: 0;
  }
  .recommend__text {
    font-size: 13px;
  }
}
.concept-menu-group.row {
  margin-left: -5px;
  margin-right: -5px;
}
.concept-menu-group.row > div {
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
}
.concept-menu {
  padding: 20px 6px;
  text-align: center;
  background: #f9f9f9;
}
.concept-menu .reason {
  display: block;
  margin-bottom: 3px;
  font-size: 12px;
  line-height: 1;
  color: #937437;
}
.concept-menu .num {
  display: block;
  margin-bottom: 5px;
  font-size: 22px;
  line-height: 1;
  color: #e10586;
}
.concept-menu h3 {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
}

.treatment .section-inner {
  padding: 0px;
}

.subtitle {
  text-align: center;
  font-size: 20px;
}
.care .section-header .subtitle strong {
  font-weight: 200;
  color: #e10586;
  font-size: 32px;
}
.costcut {
  text-align: center;
  background: #fbfbfb;
}
.costcut .section-title {
  background-image: url(../../../images/pages/top/costcut-title-bg.png);
}
.costcut-menu-group.row {
  background: #fff;
}
.medicaltreatment-nav-group {
  margin-left: -10px;
  margin-right: -10px;
}
.medicaltreatment-nav-group > div {
  padding-left: 10px;
  padding-right: 10px;
}
.medicaltreatment .medicaltreatment-nav-new {
  background: none;
  border-style: none !important;
}
.medicaltreatment .medicaltreatment-nav-new li {
  width: 24%;
  margin-right: 1%;
  float: left;
  border: 1px solid #eeeeee;
  border-bottom-style: none;
  margin-bottom: 10px;
}
.monitor {
  text-align: center;
}
.monitor .section-title {
  background-image: url(../../../images/pages/top/monitor-title-bg.png);
}
.media {
  text-align: center;
  margin-top: 135px;
}
.media-title {
  color: #937437;
  margin-bottom: 20px;
  background-color: rgba(0,0,0,0) !important;
}
.under-media-title {
  margin-bottom: 30px;
}
.media-title a {
  color: #937437;
}
.media-item-group .slick-prev {
  left: 8px;
}
.media-item-group .slick-next {
  right: 8px;
}
.media-item {
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
}
.media-item-title {
  font-weight: bold;
  font-size: 14px;
  color: #444;
}
.media-item-img {
  margin-bottom: 5px;
}
.media-item-img img {
  margin: 0 auto;
}
.doctor {
  margin-top: 100px;
}
.doctor-mainimg {
  padding-bottom: 40px;
  border-top: 1px solid #d9d9d9;
}
.doctorSection__inner {
  padding: 0px;
}
.doctor-profile {
  padding: 0px 15px 40px;
}
.contentSlider__container {
  margin-top: 80px;
  display: flex;
  border-bottom: 1px solid #D9D9D9;
  border-top: 1px solid #D9D9D9;
}
.contentSlider__left {
  width: 50px;
  border-right: 1px solid #D9D9D9;
}
.contentSlider__right {
  width: 50px;
  border-left: 1px solid #D9D9D9;
}
.contentSlider {
  width: calc(100% - 100px);
}
.contentSlider__item {
  border-right: 1px solid #D9D9D9;
  text-align: center;
  padding: 20px 20px 60px;
}
.contentSlider__item a {
  color: inherit;
  transition: .3s;
}
.contentSlider__item a:hover {
  opacity: 0.6;
}
.contentSlider__title {
  font-size: 20px;
  margin-bottom: 20px;
}
.contentSlider__excerpt {
  margin-bottom: 30px;
  text-align: left;
}
.contentSlider__excerpt p {
  margin-bottom: 1em;
}
.contentSlider__excerpt strong {
  font-weight: bold;
}
.contentSlider__excerpt em {
  font-style: italic;
}
.contentSlider__link {
  text-align: center;
  padding: 5px 10px;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  display: inline-block;
}
.recommendBanner__item .contentSlider__link {
  position: absolute;
  bottom: 20px;
  left: 50%;
  bottom: 11%;
  transform: translate(-50%,50%);
}
.recommendBanner__item a {
  display: block;
  width: 100%;
  height: 100%;
}
.medicaltreatment {
  margin: 145px 0 80px;
  @media screen and (max-width: 750px){
    margin-top: 45px;
  }
}
.contentSlider__thumb {
  margin-bottom: 20px;
}
.contentSlider__thumb img {
  margin: 0 auto;
  width: 150px;
  height: 150px;
}
.contentSlider .slick-prev,
.contentSlider .slick-next {
  position: absolute;
  top: 50%;
  z-index: 10;
}
.contentSlider .slick-prev {
  left: -40px;
  background: none;
}
.contentSlider .slick-next {
  right: -40px;
  background: none;
}

@media screen and (max-width: 768px){
  .home #container {
    padding-top: 10px;
  }
  #mainimage.slick-initialized img {
    width: 60vw;
  }
  #mainimage .pc_main_slide_once {
    padding: 0 4vw;
  }
  #mainimage .slideTxt {
    font-size: 12px;
  }
  #mainimage .slick-prev, #mainimage .slick-next {
    top: calc(50% - 5vw);
  }
  #mainimage .slick-prev {
    left: 12vw;
  }
  #mainimage .slick-next {
    right: 12vw;
  }
  #mainimage .slick-prev:after, #mainimage .slick-next:after {
    font-size: 7vw;
  }
}

.halfContent {
  max-width: 1200px;
  margin: 180px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.halfContent.-reverse {
  flex-direction: row-reverse;
}
.halfContent__left {
  width: 50%;
  padding: 0 40px;
}
.halfContent__right {
  width: 50%;
}
.fullContent {
  margin: 100px 0;
}
@media screen and (max-width: 768px){
  .halfContent,
  .halfContent.-reverse {
    flex-direction: column-reverse;
    padding: 0 10px 40px;
    border-bottom: 1px solid #d9d9d9;
    margin-top: 80px;
  }
  .halfContent__left {
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
  .halfContent__title .en {
    font-size: 32px;
  }
  .halfContent__right {
    width: 100%;
    padding: 0 40px;
  }
  .halfContent__btn {
    text-align: center;
  }
  .fullContent {
    margin: 40px 0;
  }
}

.specialContent {
  margin-top: 180px;
}
.specialContent__wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
.specialContentList {
  display: flex;
  justify-content: space-between;
  border-right: 1px solid #d9d9d9;
}
.specialContentList__item {
  width: 25%;
  height: calc((100vw - 180px - 16px) * 0.25);
  border: 1px solid #d9d9d9;
  border-right-style: none;
  padding: 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 1200px){
  .specialContentList__item {
    height: calc(1200px * 0.25);
  }
}
.specialContentList__title {
  font-size: 20px;
}
.specialContentList__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.specialContentList__icon img {
  max-height: 48px;
}
.specialContentList__text {
  font-size: 14px;
  line-height: 1.3;
  margin-top: 10px;
}
.specialContentList__btn {
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 768px){
  .specialContent {
    margin-top: 80px;
  }
  .specialContentList {
    padding: 0 0px;
    margin: 0 10px;
    flex-wrap: wrap;
    border-bottom: 1px solid #d9d9d9;
  }
  .specialContentList__item {
    width: 50%;
    border-bottom-style: none;
    height: auto;
    margin: 0;
  }
  .specialContentList__title {
    font-size: 18px;
  }
  .specialContentList__text {
    font-size: 13px;
  }
}
.homeHero video {
  width: 100%;
  height: auto;
}