@charset "UTF-8";
/* * CSS Document
 * * ==========================================================================
 * * 版權所有 2021 鉅潞科技網頁設計公司，並保留所有權利。
 * * 網站地址: http://www.grnet.com.tw
 * * ==========================================================================
 * * $Author: Rain, Buzz $
 * * $Date: 2021/06 $ 
 * * $Description: Page Style $
 * * */
/*Color & Font */
/* Pager */
.p-pager {
  text-align: center;
  position: relative;
  z-index: 5;
  display: block;
  margin: 80px auto 20px;
}
.p-pager a {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: center;
  font-size: 1rem;
  min-width: 45px;
  line-height: 43px;
  color: #ccc;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 60%;
  margin: 0 5px;
  -webkit-transition: color 0.15s, background 0.15, border 0.15s;
  transition: color 0.15s, background 0.15, border 0.15s;
}
.p-pager a:hover {
  color: #888;
  border-color: #888;
}
.p-pager a.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.p-pager a.num.current, .p-pager a.num.current:hover {
  color: #036eb7;
  border-color: #036eb7;
}
.p-pager a.prev, .p-pager a.next {
  display: inline-block;
  min-width: auto;
  width: 45px;
  height: 45px;
  border-radius: 60%;
  font-size: 0;
  border: none;
  background-color: transparent;
  position: relative;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
}
.p-pager a.prev.disabled, .p-pager a.next.disabled {
  background-col7or: #999;
  opacity: 0.5;
  cursor: not-allowed;
}
.p-pager a.prev:hover, .p-pager a.next:hover {
  background-color: #036eb7;
}
.p-pager a.prev:hover::before, .p-pager a.next:hover::before {
  border-color: #fff;
  -webkit-transform: rotate(-45deg) scale(0.8);
          transform: rotate(-45deg) scale(0.8);
}
.p-pager a.prev::before, .p-pager a.next::before {
  content: "";
  display: block;
  position: absolute;
  width: 17px;
  height: 17px;
  top: 50%;
  margin-top: -8px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-color: #036eb7;
  border-style: solid;
  -webkit-transition: -webkit-transform 0.15s;
  transition: -webkit-transform 0.15s;
  transition: transform 0.15s;
  transition: transform 0.15s, -webkit-transform 0.15s;
}
.p-pager a.prev {
  margin-right: 10px;
}
.p-pager a.prev::before {
  margin-left: -5px;
  left: 50%;
  border-width: 2px 0 0 2px;
}
.p-pager a.next {
  margin-left: 10px;
}
.p-pager a.next::before {
  margin-right: -5px;
  right: 50%;
  border-width: 0 2px 2px 0;
}

@media (max-width: 991px) {
  .p-pager {
    margin: 30px auto;
  }
}
@media (min-width: 768px) {
  .p-pager a.num {
    display: none;
  }
  .p-pager a.num.sib-num, .p-pager a.num.first-num, .p-pager a.num.last-num, .p-pager a.num.current {
    display: inline-block !important;
  }
  .p-pager a.num.last-num:not(.current):not(.sib-num) {
    margin-left: 35px;
  }
  .p-pager a.num.last-num:not(.current):not(.sib-num)::before {
    content: "...";
    position: absolute;
    top: 40%;
    left: -25px;
    display: inline-block;
    line-height: 0;
    color: #888;
  }
  .p-pager a.num.first-num:not(.current):not(.sib-num) {
    margin-right: 35px;
  }
  .p-pager a.num.first-num:not(.current):not(.sib-num)::before {
    content: "...";
    position: absolute;
    top: 40%;
    right: -25px;
    display: inline-block;
    line-height: 0;
    color: #888;
  }
}
@media (max-width: 767px) {
  .p-pager a {
    min-width: 35px;
    line-height: 33px;
  }
  .p-pager a.prev, .p-pager a.next {
    width: 35px;
    height: 35px;
  }
  .p-pager a.prev::before, .p-pager a.next::before {
    width: 10px;
    height: 10px;
    margin-top: -5px;
  }
  .p-pager a:prev::before {
    margin-left: -5px;
  }
  .p-pager a:next::before {
    margin-right: -5px;
  }
  .p-pager a.num {
    display: none;
  }
  .p-pager a.num.sib-num, .p-pager a.num.current {
    display: inline-block;
  }
}
@media (max-width: 499px) {
  .p-pager a {
    margin: 0 3px;
  }
  .p-pager a:prev {
    margin-right: 3px;
  }
  .p-pager a:next {
    margin-left: 3px;
  }
}
/* Text Link Effect */
.js-imghover img {
  z-index: 0;
}
.js-imghover .eff {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.1);
  opacity: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}
.js-imghover .eff::before {
  content: "VIEW";
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.3);
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  font-size: 0.875rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
}

.pc .js-imghover:hover .eff, .pc a:hover .js-imghover .eff {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* --- Page Kanban --- */
.p-kanban {
  height: 530px;
  padding-bottom: 60px;
  padding-left: 80px;
  overflow: hidden;
  position: relative;
}
.p-kanban::after, .p-kanban::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 38%;
}
.p-kanban::before {
  z-index: 0;
  background-color: #E2ECF9;
  background-size: 6px 6px;
  background-image: repeating-linear-gradient(45deg, #2ca6e0 0, #2ca6e0 0.6px, #E2ECF9 0, #E2ECF9 50%);
}
.p-kanban::after {
  z-index: 1;
  background: #2ca6e0;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.p-kanban > .container {
  max-width: 1760px;
  padding-left: 50px;
  padding-right: 80px;
  width: 100%;
  min-height: 100%;
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-kanban .bg {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 80px;
  height: 470px;
  line-height: 0;
  overflow: hidden;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  background: #e9f2fa;
}
.p-kanban .bg::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.p-kanban .bg::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.p-kanban .bg picture {
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.p-kanban .bg img, .p-kanban .bg source {
  height: 100% !important;
  width: auto !important;
  max-width: none !important;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.p-pgtitle {
  margin: 0;
  padding: 0;
  color: #fff;
  line-height: 1.4;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  opacity: 0;
  -webkit-transform: translateX(10%);
          transform: translateX(10%);
  -webkit-transition: opacity 0.85s ease, -webkit-transform 0.85s ease;
  transition: opacity 0.85s ease, -webkit-transform 0.85s ease;
  transition: opacity 0.85s ease, transform 0.85s ease;
  transition: opacity 0.85s ease, transform 0.85s ease, -webkit-transform 0.85s ease;
}
.p-pgtitle .t1 {
  display: block;
  font-size: 3.75rem;
}
.p-pgtitle .t2 {
  font-weight: 500;
  display: block;
  margin-top: 5px;
  padding-left: 0.3em;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
}

#clinic-view .p-kanban {
  height: auto;
  padding-bottom: 0;
}
#clinic-view .p-kanban > .container {
  padding-bottom: 32.43%;
  min-height: auto;
}
#clinic-view .p-kanban::after {
  -webkit-animation: none;
          animation: none;
}
#clinic-view .p-kanban .bg {
  height: 100%;
}
#clinic-view .p-kanban .bg::after {
  background: rgba(0, 0, 0, 0.05);
}

.p-kanban::after {
  -webkit-animation: ani_kaban_blue 1.7s cubic-bezier(0.45, 0, 0.55, 1) both;
          animation: ani_kaban_blue 1.7s cubic-bezier(0.45, 0, 0.55, 1) both;
}
.p-kanban .bg::before {
  -webkit-animation: ani_kaban_mask 1.3s ease-in-out both;
          animation: ani_kaban_mask 1.3s ease-in-out both;
}
.p-kanban .bg picture {
  -webkit-animation: ani_kaban_img 1.3s ease-in-out both;
          animation: ani_kaban_img 1.3s ease-in-out both;
}
.p-kanban .p-pgtitle {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

_:-ms-input-placeholder, :root .p-kanban > .container {
  top: 50%;
  transform: translateY(-50%);
  min-height: auto;
}

@media (min-width: 1925px) {
  .p-kanban .bg img, .p-kanban .bg source {
    height: auto !important;
    width: 100% !important;
  }
}
@media (max-width: 1599px) {
  .p-pgtitle .t1 {
    font-size: 2.875rem;
  }
  .p-pgtitle .t2 {
    font-size: 1.125rem;
  }
}
@media (max-width: 1299px) {
  .p-kanban {
    height: 440px;
    padding-bottom: 40px;
    padding-left: 40px;
  }
  .p-kanban > .container {
    padding-left: 30px;
  }
  .p-kanban::after {
    height: 45%;
  }
  .p-kanban .bg {
    left: 40px;
    height: 400px;
  }

  .p-pgtitle .t1 {
    font-size: 2.5rem;
  }
  .p-pgtitle .t2 {
    font-size: 1.0625rem;
  }
}
@media (max-width: 767px) {
  .p-kanban {
    height: 330px;
    padding-bottom: 50px;
    padding-left: 20px;
  }
  .p-kanban > .container {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 30px;
    padding-left: 25px;
    padding-right: 0;
  }
  .p-kanban .bg {
    height: 280px;
    left: 20px;
  }
  .p-kanban .bg picture {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .p-kanban .bg img, .p-kanban .bg source {
    left: auto;
    right: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  .p-pgtitle .t1 {
    font-size: 1.875rem;
  }
  .p-pgtitle .t2 {
    font-size: 1rem;
  }

  #clinic-view .p-kanban .p-breadcrumb {
    -webkit-transform: none;
            transform: none;
    bottom: 5px;
  }
}
@media (max-width: 599px) {
  .p-kanban {
    height: 280px;
  }
  .p-kanban > .container {
    padding: 15px 22px;
  }
  .p-kanban .bg {
    height: 230px;
  }

  .p-pgtitle .t1 {
    font-size: 1.25rem;
  }
  .p-pgtitle .t2 {
    font-size: 0.75rem;
  }
}
@supports ((-webkit-backdrop-filter: blur(30px)) or (backdrop-filter: blur(30px))) {
  .p-kanban .bg::before {
    background: rgba(255, 255, 255, 0);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
  }
}
@media (max-width: 499px) {
  .p-kanban {
    height: 230px;
  }
  .p-kanban .bg {
    height: 180px;
  }
  .p-kanban .p-pgtitle .t1 {
    font-size: 1.125rem;
  }
  .p-kanban .p-pgtitle .t2 {
    font-size: 0.68rem;
    margin-top: 2px;
  }

  #clinic-view .p-kanban > .container {
    padding-bottom: 200px;
  }
}
@-webkit-keyframes ani_kaban_img {
  0%, 30% {
    opacity: 0;
  }
  55%, 100% {
    opacity: 1;
  }
}
@keyframes ani_kaban_img {
  0%, 30% {
    opacity: 0;
  }
  55%, 100% {
    opacity: 1;
  }
}
@-webkit-keyframes ani_kaban_blue {
  0%, 10% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  60%, 100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@keyframes ani_kaban_blue {
  0%, 10% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  60%, 100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@-webkit-keyframes ani_kaban_mask {
  0% {
    -webkit-transform-origin: top right;
            transform-origin: top right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  45% {
    -webkit-transform-origin: top right;
            transform-origin: top right;
    -webkit-transform: scaleX(1.1);
            transform: scaleX(1.1);
  }
  46% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-transform: scaleX(1.1);
            transform: scaleX(1.1);
  }
  100% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
@keyframes ani_kaban_mask {
  0% {
    -webkit-transform-origin: top right;
            transform-origin: top right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  45% {
    -webkit-transform-origin: top right;
            transform-origin: top right;
    -webkit-transform: scaleX(1.1);
            transform: scaleX(1.1);
  }
  46% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-transform: scaleX(1.1);
            transform: scaleX(1.1);
  }
  100% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
/* --- Breadcrumb --- */
.p-breadcrumb {
  position: absolute;
  bottom: 10px;
  right: 80px;
  padding: 10px;
  width: 100%;
  white-space: nowrap;
  text-align: right;
}
.p-breadcrumb.showrole {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.p-breadcrumb.showrole.scroll-view {
  opacity: 1;
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
.p-breadcrumb ul {
  font-size: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.p-breadcrumb ul li {
  position: relative;
  white-space: nowrap;
  display: inline-block;
  vertical-align: top;
  color: #ddd;
  padding-left: 20px;
  line-height: 1.2;
  font-size: 0.9375rem;
}
.p-breadcrumb ul li::before {
  content: "";
  width: 1px;
  height: 14px;
  top: 3px;
  left: 11px;
  display: inline-block;
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
.p-breadcrumb ul li:last-child {
  color: #fff;
}
.p-breadcrumb ul li:first-child {
  padding-left: 23px;
}
.p-breadcrumb ul li:first-child::before {
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  -webkit-transform: none;
          transform: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ddd'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8z'/%3E%3C/svg%3E") no-repeat 0 0/contain;
}
.p-breadcrumb ul li a {
  color: inherit;
  text-decoration: none;
  display: block;
}
.p-breadcrumb ul li a:hover {
  text-decoration: underline;
}
.p-breadcrumb.dark ul li {
  color: #999;
}
.p-breadcrumb.dark ul li::before {
  background: rgba(0, 0, 0, 0.3);
}
.p-breadcrumb.dark ul li:last-child {
  color: #666;
}
.p-breadcrumb.dark ul li:first-child::before {
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23666'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8z'/%3E%3C/svg%3E");
}

@media (max-width: 991px) {
  .p-breadcrumb ul li {
    font-size: 0.75rem;
    padding-left: 15px;
  }
  .p-breadcrumb ul li::before {
    height: 11px;
    left: 7px;
    top: 3px;
  }
  .p-breadcrumb ul li:first-child {
    padding-left: 19px;
  }
  .p-breadcrumb ul li:first-child::before {
    top: -2px;
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 767px) {
  .p-breadcrumb {
    position: absolute;
    bottom: -5px;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    right: auto;
    width: calc(100% - 50px);
    text-align: left;
    padding: 10px 0;
  }
  .p-breadcrumb ul {
    margin-left: -20px;
  }
}
/* block-title*/
.block-subhead {
  font-size: 1.66rem;
  line-height: 1.5;
  font-weight: 600;
  color: #222;
  margin: 10px 0 40px 0;
  padding: 0 0 18px 0;
  position: relative;
  text-align: center;
  display: block;
}
.block-subhead::before {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 1px;
  left: 50%;
  margin-left: -20px;
  bottom: 0;
  background: #2ca6e0;
}

/* --- Category --- */
.p-catetab {
  position: relative;
  z-index: 20;
  margin: 0 auto 20px;
}
.p-catetab .cur-item {
  display: none;
  position: relative;
  z-index: 2;
}
.p-catetab > ul {
  position: relative;
  z-index: 1;
  display: block;
  white-space: nowrap;
  list-style: none;
  margin: 0 auto;
  list-style: none;
  padding: 0;
  width: 100%;
  text-align: center;
  font-size: 0;
}
.p-catetab > ul > li {
  display: inline-block;
  vertical-align: top;
  min-width: 175px;
  border: 1px solid #ccc;
  border-left: none;
}
.p-catetab > ul > li > a {
  display: block;
  color: #888;
  background: #eee;
  font-weight: 600;
  font-size: 1.0625rem;
  text-align: center;
  padding: 0 25px;
  line-height: 60px;
  white-space: nowrap;
  position: relative;
  -webkit-transition: color 0.15s, background 0.15s;
  transition: color 0.15s, background 0.15s;
}
.p-catetab > ul > li > a::after {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: -1px;
  right: -1px;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  background: #2ca6e0;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}
.p-catetab > ul > li:first-child {
  border-left: 1px solid #ccc;
}
.p-catetab > ul > li.current > a {
  color: #2ca6e0;
  background: #fff;
}
.p-catetab > ul > li.current > a::after {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

@media (min-width: 768px) and (max-height: 769px) {
  .p-catetab {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .p-catetab.more-item {
    margin: 0 auto 20px;
    padding: 0;
    max-width: 500px;
  }
  .p-catetab.more-item .cur-item {
    cursor: pointer;
    display: block;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 15px 40px;
    margin: 0 auto;
    text-align: center;
    font-weight: 600;
    font-size: 1.0625rem;
    border: 2px solid transparent;
    overflow: hidden;
    color: #666;
    border-radius: 10px;
    background: #fff;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
            box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
  }
  .p-catetab.more-item .cur-item::after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 18px;
    display: inline-block;
    width: 10px;
    height: 10px;
    border: none;
    border-right: 2px solid #666;
    border-bottom: 2px solid #666;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .p-catetab.more-item .cur-item:hover {
    border-color: #4bb0e0;
    color: #2ca6e0;
  }
  .p-catetab.more-item .cur-item:hover::after {
    border-color: #2ca6e0;
  }
  .p-catetab.more-item > ul {
    display: none;
    margin: 0;
    top: 70px;
    right: 0;
    position: absolute;
    overflow: hidden;
    padding: 0;
    border-radius: 10px;
    max-width: 500px;
    background: #fff;
    border: 2px solid #eee;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  }
  .p-catetab.more-item > ul > li {
    display: block;
    min-width: auto;
    padding: 0;
    margin: 0;
    border: none;
  }
  .p-catetab.more-item > ul > li:first-child {
    border-left: none;
  }
  .p-catetab.more-item > ul > li::before {
    display: none;
  }
  .p-catetab.more-item > ul > li > a {
    background: none;
    border: none;
    border-top: none;
    display: block;
    padding: 15px 20px;
    margin: 0;
    font-size: 1rem;
    color: #666;
    line-height: 1.5;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .p-catetab.more-item > ul > li > a::after {
    display: none;
  }
  .p-catetab.more-item > ul > li > a:active {
    color: #333;
    background: #f6f9fb;
  }
  .p-catetab.more-item > ul > li:first-child > a {
    border-top: none;
  }
  .p-catetab.more-item > ul > li:hover > a {
    background: #f6f9fb;
  }
  .p-catetab.more-item > ul > li.current > a {
    color: #2ca6e0;
  }
  .p-catetab.more-item.is-open > ul {
    display: block;
  }
  .p-catetab.more-item.is-open .cur-item {
    border-color: #4bb0e0;
    color: #2ca6e0;
  }
  .p-catetab.more-item.is-open .cur-item::after {
    border-color: #2ca6e0;
  }
  .p-catetab:not(.more-item) > ul {
    display: block !important;
  }

  .pc .p-catetab:not(.more-item) > ul > li:not(.current):hover > a {
    background: #f9f9f9;
    color: #555;
  }
}
@media (max-width: 767px) {
  .p-catetab {
    margin: 0 auto 20px;
    padding: 0;
    max-width: 500px;
  }
  .p-catetab .cur-item {
    cursor: pointer;
    display: block;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 15px 40px;
    margin: 0 auto;
    text-align: center;
    font-weight: 600;
    font-size: 1.0625rem;
    border: 2px solid transparent;
    overflow: hidden;
    color: #666;
    border-radius: 10px;
    background: #fff;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
            box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
  }
  .p-catetab .cur-item::after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 18px;
    display: inline-block;
    width: 10px;
    height: 10px;
    border: none;
    border-right: 2px solid #666;
    border-bottom: 2px solid #666;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .p-catetab .cur-item:hover {
    border-color: #4bb0e0;
    color: #2ca6e0;
  }
  .p-catetab .cur-item:hover::after {
    border-color: #2ca6e0;
  }
  .p-catetab > ul {
    display: none;
    margin: 0;
    top: 70px;
    right: 0;
    position: absolute;
    overflow: hidden;
    padding: 0;
    border-radius: 10px;
    max-width: 500px;
    background: #fff;
    border: 2px solid #eee;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  }
  .p-catetab > ul > li {
    display: block;
    min-width: auto;
    padding: 0;
    margin: 0;
    border: none;
  }
  .p-catetab > ul > li:first-child {
    border-left: none;
  }
  .p-catetab > ul > li::before {
    display: none;
  }
  .p-catetab > ul > li > a {
    background: none;
    border: none;
    border-top: none;
    display: block;
    padding: 15px 20px;
    margin: 0;
    font-size: 1rem;
    color: #666;
    line-height: 1.5;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .p-catetab > ul > li > a::after {
    display: none;
  }
  .p-catetab > ul > li > a:active {
    color: #333;
    background: #f6f9fb;
  }
  .p-catetab > ul > li:first-child > a {
    border-top: none;
  }
  .p-catetab > ul > li:hover > a {
    background: #f6f9fb;
  }
  .p-catetab > ul > li.current > a {
    color: #2ca6e0;
  }
  .p-catetab.is-open > ul {
    display: block;
  }
  .p-catetab.is-open .cur-item {
    border-color: #4bb0e0;
    color: #2ca6e0;
  }
  .p-catetab.is-open .cur-item::after {
    border-color: #2ca6e0;
  }
  .p-catetab .cur-item {
    padding: 12px 40px;
    font-size: 1rem;
  }
  .p-catetab > ul {
    top: 60px;
  }
  .p-catetab > ul > li > a {
    padding: 12px 20px;
    font-size: 1rem;
  }
}
/* --- Case List --- */
#case .page-wrap {
  position: relative;
  overflow: hidden;
}
#case:not(.bg--case) .page-wrap {
  background-color: #d3ebf7;
  background-image: url(../images/case_list_bg.png), url(../images/case_list_bg.png);
  background-repeat: repeat-y, repeat-y;
  background-position: -20% 0%, 120% 50%;
  background-size: 33%, 35%;
}
#case .page-wrap > .container {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 1600px;
  padding-left: 80px;
  padding-right: 80px;
}
#case .page-wrap .mask {
  content: "";
  display: block;
  pointer-events: none;
  z-index: 0;
  width: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  height: 25%;
  max-height: 450px;
  overflow: visbile;
}
#case .page-wrap .mask::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  padding-bottom: 20%;
  bottom: 2px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 60'%3E%3Cpath fill='%23ffffff' stroke='none' d='M0,57.344c0,0,60.156-54.375,150.078-54.375S300,57.344,300,57.344V0H0.156L0,57.344z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
#case .case-list-wrap {
  margin: 60px auto;
}
#case .case-list {
  margin: 0 -60px;
}
#case .case-list .item {
  width: calc(100% / 3);
  padding: 0 60px;
  margin-bottom: 60px;
  text-align: center;
}
#case .case-list .item.showrole--list > a {
  opacity: 0;
  -webkit-transform: translateY(12%);
          transform: translateY(12%);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.65s ease;
  transition: opacity 0.35s, -webkit-transform 0.65s ease;
  transition: opacity 0.35s, transform 0.65s ease;
  transition: opacity 0.35s, transform 0.65s ease, -webkit-transform 0.65s ease;
}
#case .case-list .item.showrole--list .pic {
  opacity: 0;
  -webkit-transition: opacity 1s 0.2s;
  transition: opacity 1s 0.2s;
}
#case .case-list .item.scroll-view > a {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
#case .case-list .item.scroll-view .pic {
  opacity: 1;
}
#case .case-list .item > a {
  position: relative;
  display: block;
}
#case .case-list .item .pic {
  position: relative;
  margin-bottom: 35px;
  line-height: 0;
}
#case .case-list .item .pic::before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  right: -10px;
  left: -10px;
  bottom: -10px;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  z-index: 0;
  -webkit-transition: -webkit-box-shadow 0.25s;
  transition: -webkit-box-shadow 0.25s;
  transition: box-shadow 0.25s;
  transition: box-shadow 0.25s, -webkit-box-shadow 0.25s;
}
#case .case-list .item .pic > div {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
#case .case-list .item .pic > div img {
  width: 100%;
  height: auto !important;
}
#case .case-list .item .date {
  display: inline-block;
  vertical-align: top;
  font-style: normal;
  font-size: 0.875rem;
  color: #0055c4;
  position: relative;
}
#case .case-list .item .cate {
  display: inline-block;
  position: relative;
  vertical-align: top;
  font-style: normal;
  text-align: center;
  color: #0055c4;
  font-size: 0.875rem;
  padding-left: 10px;
  margin-left: 7px;
  white-space: nowrap;
  font-weight: 600;
}
#case .case-list .item .cate::before {
  content: "";
  width: 1px;
  height: 16px;
  position: absolute;
  display: block;
  background: #aaa;
  left: 0;
  top: 4px;
}
#case .case-list .item .title {
  margin: 6px auto 0 auto;
  font-size: 1.125rem;
  color: #222;
  font-weight: 600;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  max-height: 3.75rem;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}

.pc #case .case-list .item > a:hover .title {
  color: #003273;
}

@media (min-width: 840px) {
  #case .case-list .item:nth-of-type(3n+1), #case .case-list .item:nth-of-type(3n+3) {
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  #case .case-list .item:nth-of-type(3n+1), #case .case-list .item:nth-of-type(3n+3) {
    margin-top: 70px;
  }
}
@media (max-width: 1599px) {
  #case .case-list {
    margin: 0 -3%;
  }
  #case .case-list .item {
    padding: 0 3%;
  }
}
@media (max-width: 1199px) {
  #case .page-wrap > .container {
    padding-left: 50px;
    padding-right: 50px;
  }
  #case .case-list {
    margin: 0 -20px;
  }
  #case .case-list .item {
    padding: 0 20px;
    margin-bottom: 40px;
  }
  #case .case-list .item .pic {
    margin-bottom: 25px;
  }
  #case .case-list .item .pic::before {
    top: -8px;
    left: -8px;
    right: -8px;
    bottom: -8px;
  }
  #case .case-list .item .title {
    margin: 5px auto 0 auto;
    font-size: 1.0625rem;
    max-height: 3.1875rem;
  }
}
@media (max-width: 839px) {
  #case .case-list .item {
    width: 50%;
    margin-bottom: 30px;
  }
  #case .case-list .item .pic {
    margin-bottom: 17px;
  }
  #case .case-list .item .cate {
    font-size: 0.75rem;
    padding-left: 8px;
    margin-left: 5px;
  }
  #case .case-list .item .cate::before {
    height: 12px;
    left: 0;
  }
  #case .case-list .item .date {
    font-size: 0.75rem;
  }
  #case .case-list .item .title {
    margin-top: 0;
  }
}
@media (max-width: 599px) {
  #case .case-list-wrap {
    margin: 30px auto;
  }
  #case .case-list .item .title {
    font-size: 1rem;
    max-height: 3rem;
  }
}
@media (max-width: 449px) {
  #case .page-wrap > .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 399px) {
  #case .case-list {
    margin: 0 auto;
  }
  #case .case-list .item {
    width: 100%;
    padding: 0;
  }
}
/* --- Treatment List --- */
.treatment-list-wrap {
  margin: 50px auto;
}

.treatment-list {
  margin: 0 -25px;
  font-size: 0;
}
.treatment-list .item {
  display: inline-block;
  vertical-align: top;
  width: calc(100% / 3);
  padding: 0 25px;
  margin-bottom: 50px;
  text-align: center;
}
.treatment-list .item.showrole--list {
  opacity: 0;
  -webkit-transform: translateY(12%);
          transform: translateY(12%);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.65s ease;
  transition: opacity 0.35s, -webkit-transform 0.65s ease;
  transition: opacity 0.35s, transform 0.65s ease;
  transition: opacity 0.35s, transform 0.65s ease, -webkit-transform 0.65s ease;
}
.treatment-list .item.showrole--list .pic {
  opacity: 0;
  -webkit-transition: opacity 1s 0.2s;
  transition: opacity 1s 0.2s;
}
.treatment-list .item.scroll-view {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.treatment-list .item.scroll-view .pic {
  opacity: 1;
}
.treatment-list .item > a {
  background: #fff;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  position: relative;
  display: block;
  padding: 20px;
  text-align: center;
  -webkit-transition: background 0.35s, -webkit-box-shadow 0.35s;
  transition: background 0.35s, -webkit-box-shadow 0.35s;
  transition: background 0.35s, box-shadow 0.35s;
  transition: background 0.35s, box-shadow 0.35s, -webkit-box-shadow 0.35s;
}
.treatment-list .item .pic {
  position: relative;
  margin-bottom: 30px;
  line-height: 0;
  overflow: hidden;
}
.treatment-list .item .pic img {
  width: 100%;
  height: auto !important;
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}
.treatment-list .item .desc {
  padding: 18px 10px 0;
  margin-top: 12px;
  margin-bottom: 20px;
  position: relative;
  font-size: 1rem;
  line-height: 1.5;
  color: #666;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
.treatment-list .item .desc > div {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: 4.5rem;
}
.treatment-list .item .desc::before {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 1px;
  left: 50%;
  margin-left: -20px;
  top: 0;
  background: #2ca6e0;
}
.treatment-list .item .title {
  margin: 0 auto;
  padding: 0;
  font-size: 1.66rem;
  color: #222;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}

.pc .treatment-list .item > a:hover {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  background: #036eb7;
}
.pc .treatment-list .item > a:hover .title {
  color: #fff;
}
.pc .treatment-list .item > a:hover .desc {
  color: #fff;
}
.pc .treatment-list .item > a:hover .pic img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

@media (max-width: 1499px) {
  .treatment-list {
    margin: 0 -15px;
  }
  .treatment-list .item {
    padding: 0 15px;
    margin-bottom: 30px;
  }
  .treatment-list .item > a {
    padding: 12px;
  }
  .treatment-list .item .title {
    font-size: 1.226rem;
  }
}
@media (max-width: 991px) {
  .treatment-list .item {
    width: 50%;
  }
  .treatment-list .item .pic {
    margin-bottom: 20px;
  }
}
@media (max-width: 599px) {
  .treatment-list {
    margin: 0 -5px;
  }
  .treatment-list .item {
    padding: 0 5px;
  }
  .treatment-list .item > a {
    padding: 10px;
  }
  .treatment-list .item .title {
    font-size: 1.11rem;
  }
  .treatment-list .item .desc {
    font-size: 0.88rem;
  }
  .treatment-list .item .desc > div {
    height: 3.96rem;
  }
  .treatment-list .item .desc::before {
    width: 30px;
    margin-left: -15px;
  }
}
@media (max-width: 449px) {
  .treatment-list {
    margin: 0 auto;
  }
  .treatment-list .item {
    padding: 0;
    width: 100%;
  }
}
/* --- FAQ --- */  
#faq .page-wrap {
  margin-left: auto;
  margin-right: auto;
}

.p-faq-list {
  margin-top: 50px;
  margin-bottom: 50px;
}
.p-faq-list .item {
  display: block;
  color: #222;
  border-bottom: 1px solid #ddd;
}
.p-faq-list .item:first-child {
  border-top: 1px solid #ddd;
}
.p-faq-list .item.is-open .q {
  background: #036eb7;
  color: #ffffff;
}
.p-faq-list .item.is-open .q::before {
  background: #fff;
  color: #036eb7;
}
.p-faq-list .item.is-open .q::after {
  content: "";
  top: 34px;
  height: 1px;
  background: #fff;
}
.p-faq-list .item .q {
  margin: 0;
  padding: 25px 70px 25px 85px;
  position: relative;
  min-height: 80px;
  font-size: 1rem;
  display: block;
  font-weight: 500;
  line-height: 1.8;
  cursor: pointer;
}
.p-faq-list .item .q:before {
  content: "Q";
  position: absolute;
  top: 15px;
  left: 20px;
  font-weight: 600;
  padding: 0 0 4px 0;
  font-size: 1.38rem;
  color: #fff;
  line-height: 50px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  background: #036eb7;
}
.p-faq-list .item .q:after {
  content: "";
  display: block;
  position: absolute;
  right: 25px;
  top: 28px;
  height: 17px;
  width: 17px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 17'%3E%3Cpolygon fill='%23666' points='17,8 9,8 9,0 8,0 8,8 0,8 0,9 8,9 8,17 9,17 9,9 17,9'/%3E%3C/svg%3E") no-repeat 0 0/contain;
}
.p-faq-list .item .a {
  padding: 30px 50px 50px;
  display: none;
  line-height: 2;
  background: #f6f6f6;
}
.p-faq-list .item .a a {
  color: #036eb7;
  text-decoration: underline;
}
.p-faq-list .item .a a:hover {
  color: #036eb7;
  text-decoration: none;
}

.pc .p-faq-list .item:not(.is-open) .q:hover {
  background: #fff;
}

@media (max-width: 767px) {
  .p-faq-list .a {
    padding: 30px;
  }
}
@media (max-width: 599px) {
  .p-faq-list {
    margin: 30px -20px;
  }
  .p-faq-list .item .q {
    padding: 22px 40px 22px 65px;
    min-height: 74px;
  }
  .p-faq-list .item .q::after {
    right: 15px;
    width: 15px;
    height: 15px;
    top: 30px;
  }
  .p-faq-list .item .q:before {
    top: 15px;
    left: 15px;
    font-size: 1.22rem;
    line-height: 40px;
    width: 40px;
    height: 40px;
  }
  .p-faq-list .item .a {
    padding: 25px 20px;
  }
}
/* --- Cataract List Bottom --- */
.block-gotofaq {
  background: #036eb7;
  margin-top: 50px;
  padding: 50px 20px 65px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.block-gotofaq.showrole {
  opacity: 0;
  -webkit-transform: translateY(5%);
          transform: translateY(5%);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.65s ease;
  transition: opacity 0.35s, -webkit-transform 0.65s ease;
  transition: opacity 0.35s, transform 0.65s ease;
  transition: opacity 0.35s, transform 0.65s ease, -webkit-transform 0.65s ease;
}
.block-gotofaq.scroll-view {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.block-gotofaq .deco {
  position: absolute;
  width: 50%;
  right: -20%;
  top: 10%;
  z-index: 0;
}
.block-gotofaq .deco::before {
  content: "";
  display: block;
  padding-bottom: 80.96%;
  background: url(../images/environment_bg.png) no-repeat 0 0;
  background-size: contain;
  animation: ani_wiggle 35s linear both reverse infinite;
}
.block-gotofaq .title {
  display: block;
  margin: 25px auto 0 auto;
  padding: 0;
  font-size: 1.66rem;
  color: #fff;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
  z-index: 10;
}
.block-gotofaq .text {
  padding: 18px 0 0;
  margin-top: 18px;
  margin-bottom: 20px;
  position: relative;
  font-size: 1rem;
  line-height: 1.8;
  color: #fff;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
  z-index: 10;
}
.block-gotofaq .text::before {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 1px;
  left: 50%;
  margin-left: -20px;
  top: 0;
  background: #2ca6e0;
}
.block-gotofaq .g-btn {
  z-index: 10;
  margin: 15px auto;
}

@media (max-width: 767px) {
  .block-gotofaq {
    padding: 30px 20px 45px 20px;
  }
  .block-gotofaq .title {
    font-size: 1.44rem;
  }
}
/* --- Cataract List --- */
.cataract-list {
  margin: 50px -25px;
  font-size: 0;
}
.cataract-list .item {
  display: inline-block;
  vertical-align: top;
  width: calc(100% / 3);
  padding: 0 25px;
  margin-bottom: 50px;
}
.cataract-list .item.showrole--list {
  opacity: 0;
  -webkit-transform: translateY(12%);
          transform: translateY(12%);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.65s ease;
  transition: opacity 0.35s, -webkit-transform 0.65s ease;
  transition: opacity 0.35s, transform 0.65s ease;
  transition: opacity 0.35s, transform 0.65s ease, -webkit-transform 0.65s ease;
}
.cataract-list .item.showrole--list .pic {
  opacity: 0;
  -webkit-transition: opacity 1s 0.2s;
  transition: opacity 1s 0.2s;
}
.cataract-list .item.scroll-view {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.cataract-list .item.scroll-view .pic {
  opacity: 1;
}
.cataract-list .item > a {
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  position: relative;
  display: block;
  padding: 35px;
  -webkit-transition: background 0.35s, -webkit-box-shadow 0.35s;
  transition: background 0.35s, -webkit-box-shadow 0.35s;
  transition: background 0.35s, box-shadow 0.35s;
  transition: background 0.35s, box-shadow 0.35s, -webkit-box-shadow 0.35s;
}
.cataract-list .item .pic {
  position: relative;
  margin-bottom: 30px;
  line-height: 0;
  overflow: hidden;
  margin: -35px -35px 0;
}
.cataract-list .item .pic img {
  width: 100%;
  height: auto !important;
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}
.cataract-list .item .desc {
  padding: 18px 0 0;
  margin-top: 18px;
  margin-bottom: 20px;
  position: relative;
  font-size: 1rem;
  line-height: 1.8;
  color: #666;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
.cataract-list .item .desc::before {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 1px;
  left: 0;
  top: 0;
  background: #2ca6e0;
}
.cataract-list .item .title {
  margin: 25px auto 0 auto;
  padding: 0;
  font-size: 1.66rem;
  color: #222;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}

.pc .cataract-list .item > a:hover {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  background: #fff;
}
.pc .cataract-list .item > a:hover .title {
  color: #171c61;
}
.pc .cataract-list .item > a:hover .desc {
  color: #222;
}
.pc .cataract-list .item > a:hover .pic img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

@media (max-width: 1499px) {
  .cataract-list {
    margin: 40px -15px;
  }
  .cataract-list .item {
    padding: 0 15px;
    margin-bottom: 30px;
  }
  .cataract-list .item > a {
    padding: 25px;
  }
  .cataract-list .item .pic {
    margin: -25px -25px 0;
  }
  .cataract-list .item .title {
    font-size: 1.226rem;
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .cataract-list .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cataract-list {
    margin: 30px -10px;
  }
  .cataract-list .item .desc > div {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    height: 5.4rem;
  }
}
@media (max-width: 599px) {
  .cataract-list {
    margin: 30px -10px;
  }
  .cataract-list .item {
    padding: 0 10px;
  }
  .cataract-list .item > a {
    padding: 15px;
  }
  .cataract-list .item .pic {
    margin: -15px -15px 0;
  }
  .cataract-list .item .title {
    font-size: 1.11rem;
  }
  .cataract-list .item .desc {
    font-size: 0.88rem;
    margin-bottom: 10px;
    padding-top: 15px;
    margin-top: 12px;
  }
  .cataract-list .item .desc > div {
    height: 4.752rem;
  }
  .cataract-list .item .desc::before {
    width: 30px;
  }
}
@media (max-width: 449px) {
  .cataract-list {
    margin: 30px auto;
  }
  .cataract-list .item {
    padding: 0;
    width: 100%;
  }
}
/* --- Background --- */
.bg--news .page-wrap {
  background: #f6f6f6 url(../images/news_bg.jpg) no-repeat 0 0;
  background-size: 1920px auto;
  background-attachment: fixed;
}

.bg--case .page-wrap {
  background: #fff url(../images/case_bg.jpg) no-repeat 0 0;
  background-size: 1920px auto;
  background-attachment: fixed;
}

.bg--treatment .page-wrap {
  background: #dee8f9 url(../images/treatment_bg.jpg) no-repeat 0 0;
  background-size: 1920px auto;
  background-attachment: fixed;
}

.bg--clinic .page-wrap {
  background: #f6f6f6 url(../images/clinic_bg.jpg) no-repeat 0 0;
  background-size: 1920px auto;
  background-attachment: fixed;
}

.bg--about .page-wrap {
  background: #f6f6f6 url(../images/clinic_bg.jpg) no-repeat 0 0;
  background-size: 1920px auto;
  background-attachment: fixed;
}
.bg--about .page-wrap::after {
  content: "";
  z-index: 1;
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.2);
}
.bg--about .page-wrap > * {
  z-index: 10;
}

.bg--catract .page-wrap {
  background-color: #fff;
  background-image: linear-gradient(#eff5f8 0.9px, transparent 0.9px), linear-gradient(to right, #eff5f8 0.9px, #fff 0.9px);
  background-size: 18px 18px;
}

.bg--catract-list .page-wrap {
  background-color: #f4fafd;
  background-image: linear-gradient(#eff5f8 0.9px, transparent 0.9px), linear-gradient(to right, #eff5f8 0.9px, #f4fafd 0.9px);
  background-size: 18px 18px;
}

.bg--laser .page-wrap {
  background-color: #fff;
  background-image: url(../images/laser_view_bg02.png), url(../images/laser_view_bg01.png);
  background-repeat: repeat-y, repeat-y;
  background-position: -32% -20%, 132% 0%;
  background-size: 35%, 35%;
}

@media (min-width: 1920px) {
  .bg--news .page-wrap,
.bg--treatment .page-wrap,
.bg--clinic .page-wrap,
.bg--about .page-wrap {
    background-size: 100% auto;
  }
}
/* --- Clinic List --- */
#clinic .page-wrap {
  position: relative;
  overflow: hidden;
}
#clinic .page-wrap > .container {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 1560px;
  padding-left: 80px;
  padding-right: 80px;
}
#clinic .clinic-list-wrap {
  margin: 50px auto;
}
#clinic .clinic-list {
  font-size: 0;
}
#clinic .clinic-list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 50px;
  width: 100%;
}
#clinic .clinic-list .item.showrole--list {
  opacity: 0;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.65s ease;
  transition: opacity 0.35s, -webkit-transform 0.65s ease;
  transition: opacity 0.35s, transform 0.65s ease;
  transition: opacity 0.35s, transform 0.65s ease, -webkit-transform 0.65s ease;
}
#clinic .clinic-list .item.scroll-view {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
#clinic .clinic-list .item.is-no-qrcode .text .inner-bg {
  padding-right: 60px;
}
#clinic .clinic-list .item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#clinic .clinic-list .item:nth-of-type(even) .text .inner-bg {
  float: left;
}
#clinic .clinic-list .item .pic {
  display: block;
  position: relative;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 700px;
  overflow: hidden;
  z-index: 0;
}
#clinic .clinic-list .item .pic > div {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
#clinic .clinic-list .item .text {
  display: block;
  position: relative;
  z-index: 1;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-item-align: center;
      align-self: center;
  padding: 40px 0;
  font-size: 1rem;
}
#clinic .clinic-list .item .text .inner-bg {
  padding: 60px calc(28% + 60px) 140px 60px;
  float: right;
  width: calc(100% + 60px);
  position: relative;
  background: rgb(241,251,255);
  background: linear-gradient(0deg, rgba(241,251,255,1) 0%, rgba(255,255,255,1) 100%);
  min-height: 370px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
#clinic .clinic-list .item .text .g-btn {
  position: absolute;
  bottom: 60px;
  left: 60px;
}
#clinic .clinic-list .item .text .title {
  font-size: 1.66rem;
  line-height: 1.2;
  font-weight: 600;
  margin: 0 0 20px;
}
#clinic .clinic-list .item .text .info {
  margin-bottom: 30px;
}
#clinic .clinic-list .item .text .info li {
  display: block;
  position: relative;
  padding-left: 80px;
  min-height: 1rem;
  line-height: 1.5;
  margin: 0 0 10px 0;
  color: #666;
}
#clinic .clinic-list .item .text .info li a {
  position: relative;
  display: block;
  color: #666;
  -webkit-transition: padding 0.25s;
  transition: padding 0.25s;
}
#clinic .clinic-list .item .text .info li .tit {
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  color: #2ca6e0;
}
#clinic .clinic-list .item .text .qrcode {
  position: absolute;
  right: 20px;
  top: 60px;
  bottom: 60px;
  right: 20px;
  border-left: 1px solid #ddd;
  padding: 10px;
  min-width: 140px;
  width: 27%;
}
#clinic .clinic-list .item .text .qrcode a {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 100px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
#clinic .clinic-list .item .text .qrcode a img {
  max-width: 100%;
  display: inline-block;
}
#clinic .clinic-list .item .text .qrcode a span {
  display: block;
  font-size: 0.75rem;
  line-height: 1.2;
  font-weight: 600;
  color: #666;
  font-family: "Arial", sans-serif;
  margin: 2px auto 0;
  white-space: nowrap;
}

.pc #clinic .clinic-list .item .text .info li a:hover {
  color: #0055c4;
}
.pc #clinic .clinic-list .item .text .info li a:hover.link-map {
  padding-left: 25px;
}
.pc #clinic .clinic-list .item .text .info li a:hover.link-map::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 5px;
  width: 15px;
  height: 22px;
  background: url(../images/icon_gmap.png) no-repeat 0 0/contain;
  -webkit-animation: ani_zoomIn 0.25s both ease;
          animation: ani_zoomIn 0.25s both ease;
}
.pc #clinic .clinic-list .item .text .info li a:hover.link-tel {
  padding-left: 30px;
}
.pc #clinic .clinic-list .item .text .info li a:hover.link-tel::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 5px;
  width: 18px;
  height: 25px;
  background: url(../images/phone.png) no-repeat 0 0/contain;
  -webkit-animation: ani_zoomIn 0.25s both ease;
          animation: ani_zoomIn 0.25s both ease;
}

@media (max-width: 1299px) {
  #clinic .clinic-list .item .text .inner-bg {
    padding: 40px calc(28% + 40px) 120px 40px;
    width: calc(100% + 40px);
    min-height: 310px;
  }
  #clinic .clinic-list .item .text .g-btn {
    bottom: 40px;
    left: 40px;
  }
  #clinic .clinic-list .item .text .qrcode {
    top: 40px;
    bottom: 40px;
    right: 0;
  }
}
@media (max-width: 1149px) {
  #clinic .clinic-list .item .text .title {
    font-size: 1.375rem;
  }
}
@media (min-width: 1150px) {
  #clinic .clinic-list .item.showrole--list:nth-of-type(odd) .text {
    opacity: 0;
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
    -webkit-transition: opacity 0.8s, -webkit-transform 0.8s ease;
    transition: opacity 0.8s, -webkit-transform 0.8s ease;
    transition: opacity 0.8s, transform 0.8s ease;
    transition: opacity 0.8s, transform 0.8s ease, -webkit-transform 0.8s ease;
  }
  #clinic .clinic-list .item.showrole--list:nth-of-type(even) .text {
    opacity: 0;
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
    -webkit-transition: opacity 0.8s, -webkit-transform 0.8s ease;
    transition: opacity 0.8s, -webkit-transform 0.8s ease;
    transition: opacity 0.8s, transform 0.8s ease;
    transition: opacity 0.8s, transform 0.8s ease, -webkit-transform 0.8s ease;
  }
  #clinic .clinic-list .item.scroll-view:nth-of-type(odd) .text, #clinic .clinic-list .item.scroll-view:nth-of-type(even) .text {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition-delay: 0.1s, 0.1s;
            transition-delay: 0.1s, 0.1s;
  }
}
@media (max-width: 1149px) {
  #clinic .clinic-list {
    display: block;
    margin: 0 -15px;
  }
  #clinic .clinic-list .item {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 30px);
    margin: 0 15px 45px;
  }
  #clinic .clinic-list .item:nth-of-type(even) .text .inner-bg {
    float: none;
  }
  #clinic .clinic-list .item.is-no-qrcode .text .inner-bg {
    padding-right: 25px;
  }
  #clinic .clinic-list .item .pic {
    display: block;
  }
  #clinic .clinic-list .item .pic > div {
    position: relative;
    height: 0;
    width: 100%;
    left: auto;
    top: auto;
    padding-bottom: 65%;
  }
  #clinic .clinic-list .item .text {
    padding: 0;
  }
  #clinic .clinic-list .item .text .inner-bg {
    padding: 25px;
    float: none;
    width: 100%;
    min-height: auto;
  }
  #clinic .clinic-list .item .text .info {
    margin-bottom: 25px;
  }
  #clinic .clinic-list .item .text .qrcode {
    top: 10px;
    right: 0;
    bottom: auto;
    border-left: none;
    text-align: center;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.15);
            box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.15);
    background: #fff;
    padding: 3px 3px;
    border-radius: 0;
    text-align: center;
    min-width: auto;
    width: 120px;
  }
  #clinic .clinic-list .item .text .qrcode > a {
    display: inline-block;
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  #clinic .clinic-list .item .text .g-btn {
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 1199px) {
  #clinic .page-wrap > .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 991px) {
  #clinic .clinic-list-wrap {
    margin: 30px auto;
  }
  #clinic .clinic-list .item .text .title {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  #clinic .page-wrap > .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  #clinic .clinic-list {
    margin: 0 -10px;
  }
  #clinic .clinic-list .item {
    width: calc(50% - 20px);
    margin: 0 10px 35px;
  }
  #clinic .clinic-list .item.is-no-qrcode .text .inner-bg {
    padding-right: 15px;
  }
  #clinic .clinic-list .item .text .inner-bg {
    padding: 20px 15px;
  }
  #clinic .clinic-list .item .text .title {
    font-size: 1.125rem;
  }
}
@media (max-width: 649px) {
  #clinic .clinic-list {
    margin: 0 auto;
  }
  #clinic .clinic-list .item {
    width: 100%;
    margin: 0 auto 35px;
  }
}
/* --- News List --- */
#news .page-wrap {
  position: relative;
  overflow: hidden;
}
#news .page-wrap > .container {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 1560px;
  padding-left: 80px;
  padding-right: 80px;
}
#news .news-list-wrap {
  margin: 50px auto;
}
#news .news-list {
  margin: 0 -4%
}
#news .news-list .item {
  width: calc(50% - 8%);
  margin: 0 4% 60px;
  display: inline-block;
  vertical-align: top;
  background: #fff;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
#news .news-list .item:nth-child(2){
  margin-top: 60px;
}
#news .news-list .item.showrole--list {
  opacity: 0;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.65s ease;
  transition: opacity 0.35s, -webkit-transform 0.65s ease;
  transition: opacity 0.35s, transform 0.65s ease;
  transition: opacity 0.35s, transform 0.65s ease, -webkit-transform 0.65s ease;
}
#news .news-list .item.scroll-view {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
#news .news-list .item .pic {
  display: block;
  position: relative;
  line-height: 0;
  width: 100%;
  overflow: hidden;
}
#news .news-list .item .pic > div {
  position: relative;
  width: 100%;
  padding-bottom: 65.32%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
#news .news-list .item .text {
  display: block;
  position: relative;
  text-align: center;
  padding: 30px 40px ;
}
#news .news-list .item .date {
  display: inline-block;
  vertical-align: top;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1;
  color: #0055c4;
  position: relative;
}
#news .news-list .item .cate {
  display: inline-block;
  position: relative;
  vertical-align: top;
  font-style: normal;
  text-align: center;
  color: #0055c4;
  font-size: 0.875rem;
  line-height: 1;
  padding-left: 10px;
  margin-left: 7px;
  white-space: nowrap;
  font-weight: 600;
}
#news .news-list .item .cate::before {
  content: "";
  width: 1px;
  height: 16px;
  position: absolute;
  display: block;
  background: #aaa;
  left: 0;
  top: 0;
}
#news .news-list .item .title {
  margin: 10px auto 0 auto;
  font-size: 1.5rem;
  color: #222;
  font-weight: 600;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  max-height: 4.5rem;
}
#news .news-list .item .desc {
  margin: 20px auto 0 auto;
  font-size: 1rem;
  color: #666;
  line-height: 1.66;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  max-height: 5.29125rem;
}
#news .news-list .item .g-btn {
  display: inline-block;
  margin-top: 20px;
}

.pc #news .news-list .item .pic:hover > div {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

@media (max-width: 1199px) {
  #news .page-wrap > .container {
    padding-left: 50px;
    padding-right: 50px;
  }
  
  #news .news-list .item .title {
    margin: 10px auto 0 auto;
    font-size: 1.25rem;
    max-height: 3.75rem;
  }
  #news .news-list .item .desc {
    margin-top: 10px;
    font-size: 1rem;
    max-height: 4.98rem;
  }
  #news .news-list .item .g-btn {
    margin-top: 15px;
  }
}
@media (max-width: 991px) {
  #news .news-list-wrap {
    margin: 30px auto;
  }
  #news .news-list {
    margin: 0 -15px
  }
  #news .news-list .item {
    width: calc(50% - 30px);
    margin: 0 15px 40px;
  }
  #news .news-list .item:nth-child(2){
    margin-top: 40px;
  }
  #news .news-list .item .text {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  #news .news-list {
    margin: 30px -12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #news .news-list .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 24px);
            flex: 0 0 calc(50% - 24px);
    width: calc(50% - 24px);
    margin: 0 12px 40px;
    display: block !important;
    height: auto;
  }
  #news .news-list .item:first-child {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  #news .news-list .item .pic {
    display: block;
    width: 100%;
    max-width: none;
  }
  #news .news-list .item .pic > div {
    position: relative;
    height: 0;
    padding-bottom: 65.32%;
  }
  #news .news-list .item .text {
    display: block;
    padding: 20px;
    max-height: auto;
  }
  #news .news-list .item .title {
    font-size: 1.125rem;
    max-height: 3.375rem;
    height: 3.375rem;
  }
  #news .news-list .item .desc {
    -webkit-line-clamp: 2;
    max-height: 3.1125rem;
    height: 3.1125rem;
    font-size: 0.9375rem;
  }
  #news .news-list .item .g-btn {
    width: 100%;
  }
}
@media (max-width: 679px) {
  #news .news-list {
    margin: 30px auto;
    display: block;
  }
  #news .news-list .item {
    padding: 0;
    width: 100%;
    margin: 0 auto 35px;
  }
  #news .news-list .item .pic > div {
    padding-bottom: 150px;
  }
  #news .news-list .item .title {
    height: auto;
  }
  #news .news-list .item .desc {
    height: auto;
  }
}
@media (max-width: 449px) {
  #news .page-wrap > .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  #news .news-list .item .text {
    padding: 15px;
  }
  #news .news-list .item .date {
    font-size: 0.75rem;
  }
  #news .news-list .item .cate {
    font-size: 0.75rem;
  }
  #news .news-list .item .title {
    font-size: 1.0625rem;
    max-height: 3.1875rem;
    margin-top: 10px;
  }
  #news .news-list .item .desc {
    margin-top: 5px;
  }
}
/* Article View (News, Treatment, Case) */
.sm-no-padding .p-breadcrumb {
  position: absolute;
  top: -10px;
  bottom: auto;
  right: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.article--news {
  position: relative;
  padding: 50px 60px;
  background: #fff;
}
.article--news .article-head {
  position: relative;
  padding-right: 250px;
  margin-bottom: 60px;
}
.article--news .article-head::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -25px;
  left: 0;
  border-bottom: 3px solid rgba(44, 166, 224, 0.1);
}
.article--news .article-head .article-date {
  display: block;
  color: #0055c4;
  padding-left: 3px;
}
.article--news .article-head .article-date i {
  font-style: normal;
  display: inline-block;
  position: relative;
  padding-left: 23px;
  font-size: 0.88rem;
}
.article--news .article-head .article-date i::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 4px;
  width: 1px;
  height: 0.88rem;
  background: rgba(0, 85, 196, 0.8);
}
.article--news .article-head .article-date i:first-child {
  padding-left: 0;
}
.article--news .article-head .article-date i:first-child::before {
  display: none;
}
.article--news .article-head .subhead {
  font-size: 1.66rem;
  line-height: 1.5;
  font-weight: 600;
  color: #222;
  margin: 10px 0 0 0;
  padding: 0;
}
.article--news .article-head .p-share-box {
  position: absolute;
  width: 240px;
  right: 0;
  bottom: 0;
}

.article--case {
  position: relative;
  background: none;
  padding: 0;
}
.article--case .article-body {
  background: #fff;
  padding: 50px;
}
.article--case .article-head {
  position: relative;
  padding: 30px;
  text-align: center;
}
.article--case .article-head .article-date {
  display: block;
  color: #0055c4;
  padding-left: 3px;
}
.article--case .article-head .article-date i {
  font-style: normal;
  display: inline-block;
  position: relative;
  padding-left: 23px;
  font-size: 0.88rem;
}
.article--case .article-head .article-date i::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 4px;
  width: 1px;
  height: 0.88rem;
  background: rgba(0, 85, 196, 0.8);
}
.article--case .article-head .article-date i:first-child {
  padding-left: 0;
}
.article--case .article-head .article-date i:first-child::before {
  display: none;
}
.article--case .article-head .subhead {
  font-size: 1.66rem;
  line-height: 1.5;
  font-weight: 600;
  color: #222;
  margin: 10px 0 0 0;
  padding: 0;
}
.article--case .article-head .p-share-box {
  position: relative;
  display: inline-block;
  margin-top: 10px;
}

.article-wrap {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1400px;
}

.article-body {
  line-height: 2;
  color: #333;
}

.article-btm {
  padding-top: 40px;
  margin-top: 45px;
  margin-bottom: 40px;
  border-top: 3px solid rgba(44, 166, 224, 0.1);
  display: block;
  font-size: 0;
  position: relative;
}
.article-btm.has-sibling-page .g-btn {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  white-space: nowrap;
}

.article-prev, .article-next {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 100px);
  position: relative;
  z-index: 0;
  font-size: 1rem;
  color: #222;
  line-height: 1.5;
  font-weight: 600;
  -webkit-transition: color 0.35s ease, padding 0.35s;
  transition: color 0.35s ease, padding 0.35s;
}
.article-prev .date, .article-next .date {
  font-style: normal;
  font-size: 0.88rem;
  white-space: nowrap;
  display: block;
  font-weight: 400;
  color: #0055c4;
  margin-bottom: 5px;
}
.article-prev::before, .article-next::before {
  content: "";
  font-weight: 400;
  position: absolute;
  width: 80px;
  top: 2px;
  display: block;
  color: #888;
  font-size: 1rem;
  line-height: 1;
  -webkit-transition: color 0.35s ease, padding 0.35s;
  transition: color 0.35s ease, padding 0.35s;
}
.article-prev::after, .article-next::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 6px;
  border-style: solid;
  border-color: #888;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: border 0.35s ease;
  transition: border 0.35s ease;
}

.article-prev {
  float: left;
  padding-left: 80px;
}
.article-prev::before {
  left: 0;
  content: "Prev";
  padding-left: 18px;
}
.article-prev::after {
  left: 0;
  border-width: 0 0 2px 2px;
}

.article-next {
  float: right;
  text-align: right;
  padding-right: 80px;
}
.article-next::before {
  right: 0;
  content: "Next";
  padding-right: 18px;
}
.article-next::after {
  right: 0;
  border-width: 2px 2px 0 0;
}

.pc .article-prev:hover::before, .pc .article-next:hover::before {
  color: #2ca6e0;
}
.pc .article-prev:hover::after, .pc .article-next:hover::after {
  border-color: #2ca6e0;
}
.pc .article-prev:hover::before {
  padding-left: 15px;
}
.pc .article-next:hover::before {
  padding-right: 15px;
}

@media (max-width: 1099px) {
  .article--news .article-head .subhead {
    font-size: 1.375rem;
  }
}
@media (max-width: 991px) {
  .sm-no-padding .p-breadcrumb {
    top: 0;
  }
}
@media (max-width: 839px) {
  .article--news {
    padding: 50px 30px;
  }
  .article--news .article-head {
    padding-right: 0;
  }
  .article--news .article-head .subhead {
    font-size: 1.375rem;
  }
  .article--news .article-head .p-share-box {
    width: auto;
    bottom: auto;
    right: auto;
    position: relative;
    margin: 10px 0 0 0;
  }

  .article--case .article-body {
    padding: 50px 30px;
  }
  .article--case .article-head .subhead {
    font-size: 1.375rem;
  }
  .article--case .article-head .p-share-box {
    width: auto;
    bottom: auto;
    right: auto;
    position: relative;
    margin: 10px 0 0 0;
  }

  .article-prev, .article-next {
    width: 50%;
    float: none;
    padding-top: 30px;
  }
  .article-prev::before, .article-next::before {
    font-size: 0.88rem;
  }
  .article-prev::after, .article-next::after {
    width: 9px;
    height: 9px;
    top: 5px;
  }

  .article-prev {
    padding-left: 0;
    padding-right: 25px;
  }

  .article-next {
    padding-left: 25px;
    padding-right: 0;
  }

  .article-btm {
    padding-top: 20px;
    margin-top: 20px;
  }
  .article-btm.has-sibling-page .g-btn {
    position: relative;
    left: auto;
    top: auto;
    margin: 25px auto 0;
    -webkit-transform: none;
            transform: none;
  }
}
@media (max-width: 767px) {
  .sm-no-padding .p-breadcrumb {
    background: #eee;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    right: 0;
    left: 0;
    top: 0;
    width: auto;
    padding: 10px 30px;
  }

  .article--case .article-head {
    padding: 50px 15px 20px;
  }
}
@media (max-width: 499px) {
  .article-prev {
    padding-right: 10px;
    font-size: 0.88rem;
  }

  .article-next {
    padding-left: 10px;
    font-size: 0.88rem;
  }

  .article--case .article-head .subhead, .article--news .article-head .subhead {
    font-size: 1.25rem;
    line-height: 1.2;
  }
}
/* --- Clinic View --- */  
#clinic-view .cv-sec-title {
  display: block;
  margin: 25px 0;
  padding: 0;
  line-height: 1.2;
}
#clinic-view .cv-sec-title .t1 {
  display: inline-block;
  vertical-align: bottom;
  font-size: 2.22rem;
  font-weight: 600;
  color: #171c61;
}
#clinic-view .cv-sec-title .t2 {
  display: inline-block;
  vertical-align: bottom;
  font-size: 1.11rem;
  color: #036eb7;
  position: relative;
  padding-left: 12px;
  margin-left: 5px;
  margin-bottom: 5px;
}
#clinic-view .cv-sec-title .t2::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 1rem;
  background: #036eb7;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  left: 0;
  top: 2px;
}
#clinic-view .cv-sec-title.text-center {
  text-align: center;
}
#clinic-view .cv-sec-title.text-center .t1 {
  display: block;
}
#clinic-view .cv-sec-title.text-center .t2 {
  padding-left: 0;
  margin-top: 10px;
}
#clinic-view .cv-sec-title.text-center .t2::before {
  display: none;
}
#clinic-view .container-1400 {
  width: calc(100% - 100px);
}

@media (min-width: 768px) and (max-width: 1199px) {
  #clinic-view .container-1400 {
    width: calc(100% - 60px)
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  #clinic-view .container-1400 {
    width: calc(100% - 150px)
  }
}
@media (max-width: 1199px) {
  #clinic-view .container-1400 {
    width: calc(100% - 60px);
  }
}
@media (max-width: 767px) {
  #clinic-view .container-1400 {
    width: 100%;
  }
  #clinic-view .cv-sec-title {
    text-align: center;
    margin: 20px 0;
  }
  #clinic-view .cv-sec-title .t1 {
    display: block;
    line-height: 1;
    font-size: 1.875rem;
  }
  #clinic-view .cv-sec-title .t2 {
    padding-left: 0;
    font-size: 1rem;
    margin: 8px auto 0;
    display: block;
  }
  #clinic-view .cv-sec-title .t2::before {
    display: none;
  }
}
/* 診所資訊 */  
.clinic-view1 {
  background: #2ca6e0;
  position: relative;
  z-index: 10;
}
.clinic-view1 > .container-1400 {
  z-index: 10;
  padding-top: 60px;
  padding-bottom: 60px;
}
.clinic-view1 .deco {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.clinic-view1 .deco > div {
  pointer-events: none;
  position: absolute;
  width: 35.57%;
  background: url(../images/case_list_bg.png) no-repeat right bottom/100% auto;
  left: -25%;
  top: 0;
}
.clinic-view1 .deco > div::before {
  content: "";
  display: block;
  padding-bottom: 80.96%;
}

.clinic-infolist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  font-size: 0;
}
.clinic-infolist li {
  position: relative;
  color: #fff;
  font-size: 1.11rem;
  padding: 0 25px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 16%;
          flex: 1 1 16%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
.clinic-infolist li:first-of-type {
  border-left: none;
}
.clinic-infolist li:last-child {
  padding-right: 0;
}
.clinic-infolist li .tit {
  display: block;
  font-size: 0.88rem;
  font-weight: 600;
  margin-bottom: 5px;
}
.clinic-infolist li a {
  position: relative;
  display: inline-block;
  color: #fff;
}
.clinic-infolist li a:hover {
  text-decoration: underline;
}
.clinic-infolist li .text {
  position: relative;
}
.clinic-infolist li.name {
  -ms-flex-preferred-size: 27%;
      flex-basis: 27%;
  max-width: 30%;      
  font-size: 1.88rem;
  font-weight: 600;
  padding-left: 0;
}
.clinic-infolist li.name .tit {
  display: block;
}
.clinic-infolist li.name .text {
  padding-left: 120px;
  white-space: nowrap;
}
.clinic-infolist li.name img {
  max-width: 100px;
  height: auto !important;
  position: absolute;
  left: 0;
  top: 45%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.clinic-infolist li.name .clinic-name {
  font-weight: 600;
  white-space: normal;
}
.clinic-infolist li.map {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}
.clinic-infolist li.map .text {
  padding-left: 50px;
}
.clinic-infolist li.map .text::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 47px;
  width: 35px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='%23fff' d='M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z'/%3E%3C/svg%3E") no-repeat 0 0/contain;
}
.clinic-infolist li.tel .text {
  white-space: nowrap;
  padding-left: 50px;
}
.clinic-infolist li.tel .text::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 35px;
  width: 35px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23fff' d='M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z'/%3E%3C/svg%3E") no-repeat 0 0/contain;
}
.clinic-infolist li.qrcode {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.clinic-infolist li.qrcode .text {
  white-space: nowrap;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.clinic-infolist li.qrcode .text img {
  max-width: 100px;
  display: inline-block;
}
.clinic-infolist li.qrcode .text > div {
  max-width: calc(100% - 120px);
  padding-left: 10px;
  display: inline-block;
}

@media (max-width: 1349px) {
  .clinic-infolist {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .clinic-infolist li.name {
    max-width: none;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    margin: 0 auto 20px;
  }
  .clinic-infolist li:nth-child(2) {
    border-left: none;
    padding-left: 0;
  }
}
@media (max-width: 1099px) {
  .clinic-infolist li {
    padding: 0 15px;
    font-size: 1rem;
  }
  .clinic-infolist li.map .text {
    padding-left: 35px;
  }
  .clinic-infolist li.map .text::before {
    height: 33px;
    width: 25px;
  }
  .clinic-infolist li.tel .text {
    padding-left: 35px;
  }
  .clinic-infolist li.tel .text::before {
    height: 25px;
    width: 25px;
  }
}
@media (max-width: 767px) {
  .clinic-view1 > .container-1400 {
    padding-bottom: 30px;
  }

  .clinic-infolist {
    position: relative;
    display: block;
    max-width: calc(100% - 50px);
    margin: 0 auto !important;
  }
  .clinic-infolist li {
    display: block;
    padding: 15px 0;
    border-left: none;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .clinic-infolist li .tit {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin-bottom: 0;
    font-size: 1rem;
  }
  .clinic-infolist li.name {
    min-height: 72px;
    border-top: none;
    margin: 0 auto;
    padding: 0 100px 15px 0;
  }
  .clinic-infolist li.name .text {
    padding-left: 85px;
    white-space: normal;
  }
  .clinic-infolist li.name img {
    max-width: 72px;
  }
  .clinic-infolist li.name .clinic-name {
    font-size: 1.5rem;
  }
  .clinic-infolist li.map .text {
    padding-left: 30px;
  }
  .clinic-infolist li.map .text::before {
    top: 1px;
    -webkit-transform: none;
            transform: none;
    height: 27px;
    width: 20px;
  }
  .clinic-infolist li.tel .text {
    padding-left: 30px;
  }
  .clinic-infolist li.tel .text::before {
    top: 4px;
    -webkit-transform: none;
            transform: none;
    height: 20px;
    width: 20px;
  }
  .clinic-infolist li.qrcode {
    padding: 12px 8px;
    border-top: none;
    position: absolute;
    top: 0;
    right: 0;
    background: #2ca6e0;
    border-radius: 5px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .clinic-infolist li.qrcode .text {
    display: block;
    text-align: center;
    max-width: 100px;
    padding: 0;
  }
  .clinic-infolist li.qrcode .text img {
    display: block;
    margin: 0 auto 5px;
    max-width: 80px;
  }
  .clinic-infolist li.qrcode .text > div {
    font-size: 0.75rem;
    max-width: none;
    display: block;
    padding: 0;
  }
  .clinic-infolist li.qrcode .text > div .tit {
    font-size: 0.75rem;
    display: block;
    margin-right: 0;
  }
}
@media (max-width: 499px) {
  .clinic-view1 > .container-1400 {
    padding-top: 40px;
  }

  .clinic-infolist {
    max-width: calc(100% - 20px);
  }
  .clinic-infolist li {
    font-size: 0.88rem;
  }
  .clinic-infolist li .tit {
    font-size: 0.88rem;
  }
  .clinic-infolist li.name {
    padding-right: 0;
    min-height: auto;
  }
  .clinic-infolist li.name .clinic-name {
    font-size: 1.1875rem;
  }
  .clinic-infolist li.name .tit {
    margin-bottom: 5px;
  }
  .clinic-infolist li.map .text {
    padding-left: 26px;
  }
  .clinic-infolist li.map .text::before {
    height: 24px;
    width: 18px;
    top: 0px;
  }
  .clinic-infolist li.tel .text {
    padding-left: 26px;
  }
  .clinic-infolist li.tel .text::before {
    height: 18px;
    width: 18px;
    top: 2px;
  }
  .clinic-infolist li.qrcode {
    top: -90px;
    right: -30px;
    border-radius: 5px 0 0 0;
  }
}
/* 門診時刻表 */
.clinic-view2 {
  position: relative;
  z-index: 11;
}
.clinic-view2 > .container-1400 {
  padding-top: 70px;
  padding-bottom: 25px;
}

.schedule-table {
  width: 100%;
  background: #fff;
  border-collapse: collapse;
  border: 1px solid rgba(200, 200, 200, 0.5);
}
.schedule-table .rest {
  color: #aaa;
}
.schedule-table th, .schedule-table td {
  padding: 20px;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  border: 1px solid rgba(200, 200, 200, 0.5);
}
.schedule-table th.first, .schedule-table td.first {
  width: 210px;
}
.schedule-table th a, .schedule-table td a {
  color: #333;
  display: block;
}
/* 強制樣式start  */
.schedule-table td:not(.first) {
  font-size: 0.75rem;
}
.schedule-table td.first + td {
  font-size: 1rem;
}
.col-fixed .schedule-table td {
  font-size: 1rem;
  line-height: 1.5;
}
.schedule-table td a {
  margin-top: 12px;
  font-size: 1rem;
  line-height: 1.2;
}
.schedule-table td a:first-child{
  margin-top: 0;
}
/* 強制樣式end  */
.schedule-table th a:hover, .schedule-table td a:hover {
  color: #036eb7;
  text-decoration: underline;
}
.schedule-table thead th, .schedule-table thead td {
  background: #036eb7;
  color: #fff;
  border-bottom: none;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
}
.schedule-table > tbody tr:nth-of-type(even) th, .schedule-table > tbody tr:nth-of-type(even) td {
  background: #f2fafd;
}

.schedule-table-wrap {
  position: relative;
  padding-left: 210px;
}
.schedule-table-wrap .schedule-table th.first, .schedule-table-wrap .schedule-table td.first {
  display: none;
}
.schedule-table-wrap .col-fixed {
  position: absolute;
  z-index: 2;
  width: 212px;
  top: 0;
  left: 0;
  height: 100%;
}
.schedule-table-wrap .col-fixed .schedule-table tr:nth-of-type(even) th, .schedule-table-wrap .col-fixed .schedule-table tr:nth-of-type(even) td {
  background: none;
}
.schedule-table-wrap .col-fixed .schedule-table tr:nth-of-type(odd) th, .schedule-table-wrap .col-fixed .schedule-table tr:nth-of-type(odd) td {
  background: #f2fafd;
}
.schedule-table-wrap .col-fixed .schedule-table tr:first-of-type th, .schedule-table-wrap .col-fixed .schedule-table tr:first-of-type td {
  padding: 20px 15px;
  font-weight: 600;
  background: #036eb7 !important;
  color: #fff !important;
}
.schedule-table-wrap .col-body {
  position: relative;
  z-index: 1;
  overflow-x: scroll;
}
.schedule-table-wrap .col-body::-webkit-scrollbar {
  height: 5px;
}
.schedule-table-wrap .col-body::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  border-radius: 0;
  margin: 0;
  background: rgba(3, 110, 183, 0.1);
}
.schedule-table-wrap .col-body::-webkit-scrollbar-thumb {
  -webkit-box-shadow: none;
  border-radius: 0;
  background: rgba(3, 110, 183, 0.25);
}
.schedule-table-wrap .col-body:hover::-webkit-scrollbar-thumb {
  background: rgba(3, 110, 183, 0.5);
}

.schedule-table-note {
  background: #f8f8f8;
  padding: 15px 20px;
  border: 1px solid rgba(200, 200, 200, 0.5);
  margin-top: -1px;
  margin-bottom: 20px;
}
.schedule-table-note ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.schedule-table-note ul li {
  font-size: 1rem;
  display: block;
  position: relative;
  padding-left: 20px;
  margin-top: 12px;
  margin-bottom: 12px;
}
.schedule-table-note ul li::before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  left: 5px;
  top: 10px;
  border-radius: 50%;
  background: #036eb7;
}

.schedule-table-scroll-notice {
  display: none;
}

@media (max-width: 1199px) {
  .clinic-view2 > .container-1400 {
    padding-top: 50px;
  }

  .schedule-table th.first, .schedule-table td.first {
    width: 130px;
  }

  .schedule-table-wrap {
    padding-left: 130px;
  }
  .schedule-table-wrap .col-fixed {
    width: 130px;
  }
  .schedule-table-wrap .col-fixed .schedule-table th, .schedule-table-wrap .col-fixed .schedule-table td {
    padding: 20px 0;
    letter-spacing: -0.01rem;
  }
}
@media (max-width: 899px) {
  .clinic-view2 > .container-1400 {
    padding-top: 25px;
  }

  .schedule-table-scroll-notice {
    pointer-events: none;
    height: 0;
    display: block;
    margin: 8px auto;
    position: relative;
  }
  .schedule-table-scroll-notice span {
    position: absolute;
    right: 0;
    top: -55px;
    display: inline-block;
    font-size: 15px;
    padding: 5px 20px;
    background: #d4e5f1;
    color: #036eb7;
    border-radius: 25px;
  }
}
@media (max-width: 767px) {
  .schedule-table-scroll-notice {
    height: auto;
    margin-top: -5px;
    text-align: center;
  }
  .schedule-table-scroll-notice span {
    position: relative;
    right: auto;
    top: auto;
  }
}
@media (max-width: 569px) {
  .clinic-view2 > .container-1400 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
/* 交通指南  */
.clinic-view3 {
  z-index: 1;
  position: relative;
}
.clinic-view3 > .container-1400 {
  padding-top: 25px;
  padding-bottom: 25px;
}
.clinic-view3 .map-wrap {
  padding: 15px;
  background: #fff;
  border: 3px solid #ddd;
}
.clinic-view3 .map-wrap .inner {
  position: relative;
  height: 470px;
}
.clinic-view3 .map-wrap .inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.clinic-view3 .park-pic {
  margin: 25px auto;
  display: block;
}
.clinic-view3 .park-pic img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .clinic-view3 > .container-1400 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .clinic-view3 .map-wrap {
    padding: 5px;
    border: 1px solid #ddd;
  }
  .clinic-view3 .map-wrap .inner {
    height: 320px;
  }
}
@media (max-width: 499px) {
  .clinic-view3 > .container-1400 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
/* 醫師團隊 */
.clinic-view4 {
  background: url(../images/clinic_bg.jpg) no-repeat 0 20%;
  background-size: cover;
  position: relative;
  z-index: 3;
}
.clinic-view4::before {
  content: "";
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 20%;
  background: rgba(255, 255, 255, 0);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, white 100%);
}
.clinic-view4::after {
  content: "";
  display: block;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  mix-blend-mode: multiply;
  background: rgba(8, 137, 212, 0.7);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(28, 137, 212, 0.8)), color-stop(58%, rgba(148, 219, 255, 0.7)), color-stop(65%, rgba(148, 219, 255, 0.5)), color-stop(85%, rgba(148, 219, 255, 0.1)), to(white));
  background: linear-gradient(0deg, rgba(28, 137, 212, 0.8) 0%, rgba(148, 219, 255, 0.7) 58%, rgba(148, 219, 255, 0.5) 65%, rgba(148, 219, 255, 0.1) 85%, white 100%);
}
.clinic-view4 > .container-1400 {
  z-index: 10;
  padding-top: 25px;
  padding-bottom: 70px;
}
.clinic-view4 .flash-light {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.clinic-view4 .flash-light::before {
  content: "";
  width: 60%;
  height: 100%;
  top: 0;
  position: absolute;
  background: rgba(255, 255, 255, 0.6);
  -webkit-transform: skewX(-60deg) translateX(45%);
          transform: skewX(-60deg) translateX(45%);
}

.doctor-slider {
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.doctor-slider.loading {
  opacity: 0;
}
.doctor-slider .swiper-button-disabled {
  opacity: 0;
}
.doctor-slider .swiper-button-prev, .doctor-slider .swiper-button-next {
  position: absolute;
  top: 50%;
  margin-top: -27px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1px solid #8abde0;
  background: #fff;
  color: #036eb7;
  line-height: 52px;
  text-align: center;
  -webkit-transition: background 0.25s, border 0.25s, color 0.25s;
  transition: background 0.25s, border 0.25s, color 0.25s;
}
.doctor-slider .swiper-button-prev::after, .doctor-slider .swiper-button-next::after {
  font-size: 16px;
  font-weight: 600;
}
.doctor-slider .swiper-button-next {
  right: 0;
}
.doctor-slider .swiper-button-prev {
  left: 0;
}
.doctor-slider .swiper-slide {
  padding: 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0;
}
.doctor-slider .swiper-slide .pic {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  text-align: center;
}
.doctor-slider .swiper-slide .pic > div {
  position: relative;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(88%, black), to(transparent));
  -webkit-mask-image: linear-gradient(to bottom, black 88%, transparent 100%);
          mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(88%, black), to(transparent));
          mask-image: linear-gradient(to bottom, black 88%, transparent 100%);
}
.doctor-slider .swiper-slide .pic img {
  max-width: 100%;
  height: auto;
}
.doctor-slider .swiper-slide .right {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: 52%;
      flex-basis: 52%;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.doctor-slider .swiper-slide .right .name {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 30px;
  padding-bottom: 20px;
  position: relative;
  margin-left: -3px;
}
.doctor-slider .swiper-slide .right .name .stit {
  margin-left: 3px;
}
.doctor-slider .swiper-slide .right .name::after {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 1px;
  background: #036eb7;
  bottom: 0;
  left: 0;
}
.doctor-slider .swiper-slide .right .stit {
  font-size: 1.11rem;
  font-weight: 600;
  color: #036eb7;
  display: block;
  margin-bottom: 10px;
}
.doctor-slider .swiper-slide .right .info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 60%;
          flex: 1 1 60%;
  display: inline-block;
  vertical-align: top;
  width: 54%;
  font-size: 1rem;
  line-height: 2;
}
.doctor-slider .swiper-slide .right .info:nth-of-type(even) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 40%;
          flex: 1 1 40%;
  width: 46%;
  padding-left: 20px;
}
.doctor-slider .swiper-slide .right .info ul li {
  position: relative;
  line-height: 1.3;
  margin: 15px 0;
}

.pc .doctor-slider .swiper-button-prev:hover, .pc .doctor-slider .swiper-button-next:hover {
  border-color: #036eb7;
  background: #036eb7;
  color: #fff;
}

.team-view-other-doctors{
  position: relative;
  padding-top: 50px;
  padding-bottom: 30px;
  background: #fff;
  overflow: hidden;
}
.team-view-other-doctors .doctor-thumb-slider{
  margin-top: 0;
  padding: 0 40px;
}
.doctor-thumb-slider .swiper-button-prev {
  left: 0;
}
.doctor-thumb-slider .swiper-button-next {
  right: 0;
}
.doctor-thumb-slider .swiper-button-prev, .doctor-thumb-slider .swiper-button-next {
  margin-top: -15px;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.doctor-thumb-slider .swiper-button-prev:after, .doctor-thumb-slider .swiper-button-next:after{
  font-size: 30px;
}
.team-view-other-doctors .bg-deco {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}
.team-view-other-doctors .bg-deco::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 40%;
  position: absolute;
  background: #e8f3fb;
  -webkit-transform: skewX(-60deg) translateX(-25%);
          transform: skewX(-60deg) translateX(-25%);
}
.doctor-thumb-slider {
  margin-top: 50px;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.doctor-thumb-slider.loading {
  opacity: 0;
}
.doctor-thumb-slider .swiper-slide {
  padding: 10px;
  max-width: 90px;
}
.doctor-thumb-slider .swiper-slide .pic {
  width: 70px;
  max-width: 70px;
  position: relative;
  cursor: pointer;
  display: block;
  overflow: hidden;
  box-shadow: 0 2px 10px rgb(0 0 0 / 10%);
}
.doctor-thumb-slider .swiper-slide .pic img{
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}
.doctor-thumb-slider .swiper-slide a.pic:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
      transform: scale(1.1);
}
.doctor-thumb-slider .swiper-slide a.pic:hover::before {
  border-color: #2ca6e0;
}
.doctor-thumb-slider .swiper-slide .pic::before {
  content: "";
  position: absolute;
  z-index: 1;
  pointer-events: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #fff;
  -webkit-transition: border 0.25s;
  transition: border 0.25s;
}
.doctor-thumb-slider .swiper-slide .pic img {
  position: relative;
  z-index: 0;
  max-width: 100%;
  height: auto;
}
.doctor-thumb-slider .swiper-slide.swiper-slide-thumb-active .pic::before {
  border-color: #2ca6e0;
}

body.is-ie .clinic-view4 .flash-light {
  display: none;
}
body.is-ie .doctor-slider {
  opacity: 1 !important;
}
body.is-ie .doctor-slider .swiper-container {
  position: relative;
  display: block !important;
}
body.is-ie .doctor-slider .swiper-wrapper {
  position: relative;
  display: block !important;
  margin: 0 auto;
}
body.is-ie .doctor-slider .swiper-button-prev, body.is-ie .doctor-slider .swiper-button-next {
  display: none;
}
body.is-ie .doctor-slider .swiper-slide {
  margin-bottom: 50px;
}
body.is-ie  .team-view-other-doctors .doctor-thumb-slider{
  display: block;
}

@media (max-width: 1199px) {
  .clinic-view4 > .container-1400 {
    padding-bottom: 50px;
  }
  .clinic-view4 .flash-light::before {
    width: 75%;
    -webkit-transform: skewX(-45deg) translateX(25%);
            transform: skewX(-45deg) translateX(25%);
  }

  .doctor-slider .swiper-slide .pic {
    -ms-flex-preferred-size: 280px;
        flex-basis: 280px;
  }
  .doctor-slider .swiper-slide .pic > div {
    -webkit-transform: scale(1.2) translateX(-20px);
            transform: scale(1.2) translateX(-20px);
  }
  .doctor-slider .swiper-slide .right {
    -ms-flex-preferred-size: calc(100% - 280px);
        flex-basis: calc(100% - 280px);
  }
  .doctor-slider .swiper-slide .right .name {
    font-size: 1.666rem;
  }
}
@media (max-width: 991px) {
  .doctor-slider .swiper-button-prev, .doctor-slider .swiper-button-next {
    margin-top: -20px;
    width: 40px;
    height: 40px;
    line-height: 38px;
  }
  .doctor-slider .swiper-slide {
    padding: 0 50px;
  }
}
@media (max-width: 849px) {
  .doctor-slider .swiper-slide .right {
    display: block;
  }
  .doctor-slider .swiper-slide .right .info, .doctor-slider .swiper-slide .right .info:nth-of-type(even) {
    display: block;
    width: 100%;
    padding-left: 0;
    margin-top: 25px;
  }
}
@media (min-width: 768px) {
  .doctor-slider .swiper-slide {
    min-height: 370px;
  }
}
@media (max-width: 767px) {
  .clinic-view4 > .container-1400 {
    padding-top: 35px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .clinic-view4::after {
    content: "";
    display: block;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    mix-blend-mode: multiply;
    background: rgba(8, 137, 212, 0.8);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(28, 137, 212, 0.8)), color-stop(38%, rgba(255, 255, 255, 0.8)), color-stop(85%, rgba(255, 255, 255, 0.3)), to(white));
    background: linear-gradient(0deg, rgba(28, 137, 212, 0.8) 0%, rgba(255, 255, 255, 0.8) 38%, rgba(255, 255, 255, 0.3) 85%, white 100%);
  }
  .clinic-view4 .flash-light {
    display: none;
  }

  .doctor-slider {
    margin-top: 120px;
  }
  .doctor-slider .swiper-button-prev, .doctor-slider .swiper-button-next {
    margin-top: auto;
    top: 80px;
  }
  .doctor-slider .swiper-slide {
    display: block;
    padding: 0 25px;
  }
  .doctor-slider .swiper-slide .pic {
    position: absolute;
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 200px;
    left: 50%;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .doctor-slider .swiper-slide .pic > div {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .doctor-slider .swiper-slide .right {
    width: 100%;
    display: block;
    margin: -20px auto 0;
  }
  .doctor-slider .swiper-slide .right .stit {
    font-size: 1rem;
  }
  .doctor-slider .swiper-slide .right .name {
    padding-bottom: 0;
    min-height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 50%;
  }
  .doctor-slider .swiper-slide .right .name::after {
    display: none;
  }
  .doctor-slider .swiper-slide .right .info {
    max-width: 500px;
    margin: 0 auto;
  }
  .doctor-slider .swiper-slide .right .info .stit {
    border-bottom: 1px solid rgba(28, 137, 212, 0.8);
    padding: 10px 10px;
  }
  .doctor-slider .swiper-slide .right .info ul {
    padding: 0 10px !important;
  }

  .doctor-thumb-slider {
    margin-top: 0;
    position: absolute;
    top: 150px;
    width: 100%;
  }
  .doctor-thumb-slider .swiper-slide {
    padding: 10px 5px;
  }
  .team-view-other-doctors .doctor-thumb-slider{
    position: relative;
    top: auto;
  }
}
@media (max-width: 699px) {
  .clinic-view4 > .container-1400 {
    padding-bottom: 50px;
  }
}
@media (max-width: 639px) {
  .team-view-other-doctors .doctor-thumb-slider{
    padding: 0;
  }
}
@media (max-width: 499px) {
  .doctor-slider .swiper-slide {
    padding-left: 10px;
    padding-right: 10px;
  }
  .doctor-slider .swiper-slide .pic {
    position: relative;
    left: auto;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .doctor-slider .swiper-slide .right .stit {
    text-align: center;
  }
  .doctor-slider .swiper-slide .right .name {
    font-size: 1.388rem;
    padding-left: 0;
    text-align: center;
    min-height: auto;
    display: block;
  }
}
/* 診所環境 */
.clinic-view5 {
  z-index: 0;
  position: relative;
  background-color: #fff;
}
.clinic-view5 .deco1 {
  position: absolute;
  width: 40%;
  left: -11.5%;
  bottom: -20%;
}
.clinic-view5 .deco1::before {
  content: "";
  display: block;
  padding-bottom: 80.96%;
  background: url(../images/environment_bg.png) no-repeat 0 0;
  background-size: contain;
  -webkit-animation: ani_wiggle 28s linear both infinite;
          animation: ani_wiggle 28s linear both infinite;
}
.clinic-view5 .deco2 {
  position: absolute;
  width: 35.57%;
  right: -11.5%;
  top: -30%;
}
.clinic-view5 .deco2::before {
  content: "";
  display: block;
  padding-bottom: 80.96%;
  background: url(../images/environment_bg.png) no-repeat 0 0;
  background-size: contain;
  animation: ani_wiggle 35s linear both reverse infinite;
}
.clinic-view5 > .container-1400 {
  padding-top: 80px;
  padding-bottom: 50px;
}
.clinic-view5 img {
  height: auto;
}

.environment-slider {
  padding-bottom: 60px;
}
.environment-slider .swiper-pagination {
  bottom: 0;
}
.environment-slider .swiper-pagination .swiper-pagination-bullet {
  margin: 0 6px;
  background: none;
  border: 1px solid #8f8f8f;
  opacity: 1;
}
.environment-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #2ca6e0;
  border-color: #2ca6e0;
}
.environment-slider .swiper-button-disabled {
  opacity: 0;
}
.environment-slider .swiper-button-prev, .environment-slider .swiper-button-next {
  position: absolute;
  top: calc(50% - 30px);
  margin-top: -27px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1px solid #8abde0;
  background: #fff;
  color: #036eb7;
  line-height: 52px;
  text-align: center;
  -webkit-transition: background 0.25s, border 0.25s, color 0.25s;
  transition: background 0.25s, border 0.25s, color 0.25s;
}
.environment-slider .swiper-button-prev::after, .environment-slider .swiper-button-next::after {
  font-size: 16px;
  font-weight: 600;
}
.environment-slider .swiper-button-next {
  right: 10%;
}
.environment-slider .swiper-button-prev {
  left: 10%;
}

.pc .environment-slider .swiper-button-prev:hover, .pc .environment-slider .swiper-button-next:hover {
  border-color: #036eb7;
  background: #036eb7;
  color: #fff;
}

body.is-ie .environment-slider .swiper-container {
  position: relative;
  display: block !important;
}
body.is-ie .environment-slider .swiper-wrapper {
  position: relative;
  display: block !important;
  margin: 0 auto;
  font-size: 0;
}
body.is-ie .environment-slider .swiper-slide {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
body.is-ie .environment-slider img {
  width: 100%;
  height: auto;
}

@media (max-width: 1399px) {
  .clinic-view5 > .container-1400 {
    padding-top: 80px;
    padding-bottom: 120px;
  }
}
@media (max-width: 1199px) {
  .clinic-view5 > .container-1400 {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .environment-slider .swiper-button-prev {
    left: 0;
  }
  .environment-slider .swiper-button-next {
    right: 0;
  }
}
@media (max-width: 991px) {
  .clinic-view5 .deco1, .clinic-view5 .deco2 {
    width: 45%;
  }
  .clinic-view5 > .container-1400 {
    padding-top: 30px;
    padding-bottom: 80px;
  }

  .environment-slider {
    padding-bottom: 40px;
  }
  .environment-slider .swiper-button-prev, .environment-slider .swiper-button-next {
    margin-top: -20px;
    width: 40px;
    height: 40px;
    line-height: 38px;
    top: calc(50% - 20px);
  }
  .environment-slider .swiper-slide {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .clinic-view5 > .container-1400 {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
/* About all */
.about-wrap {
  padding-top: 50px;
}

@media (max-width: 767px) {
  .about-wrap {
    padding-top: 20px;
  }
}
/* Team - List */  
#team .bottom-no-padding {
  padding-bottom: 0;
}
#team .page-wrap {
  position: relative;
}
#team .page-wrap > * {
  position: relative;
  z-index: 10;
}
#team .page-wrap::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.5);
}

.team-list {
  font-size: 0;
  margin: 0 -45px;
}
.team-list .item {
  display: inline-block;
  vertical-align: top;
  width: calc(100% / 3);
  padding: 0 45px;
  margin-bottom: 45px;
}
.team-list .item.showrole--list {
  opacity: 0;
  -webkit-transform: translateY(8%);
          transform: translateY(8%);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.65s ease;
  transition: opacity 0.35s, -webkit-transform 0.65s ease;
  transition: opacity 0.35s, transform 0.65s ease;
  transition: opacity 0.35s, transform 0.65s ease, -webkit-transform 0.65s ease;
}
.team-list .item.showrole--list .pic {
  opacity: 0;
  -webkit-transition: opacity 1s 0.2s;
  transition: opacity 1s 0.2s;
}
.team-list .item.scroll-view {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.team-list .item.scroll-view .pic {
  opacity: 1;
}
.team-list .item .pic {
  position: relative;
  padding: 10px;
}
.team-list .item .pic::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 80%;
  height: 50%;
  background: #036eb7;
  z-index: 0;
  -webkit-box-shadow: 10px 15px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 10px 15px 20px rgba(0, 0, 0, 0.15);
}
.team-list .item .pic:after {
  content: "";
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 10px solid #fff;
}
.team-list .item .pic > div {
  position: relative;
  background: #f2f3f3;
  background: -webkit-gradient(linear, left bottom, left top, from(#e5e6e5), to(#f2f3f3));
  background: linear-gradient(0deg, #e5e6e5 0%, #f2f3f3 100%);
  z-index: 11;
  width: 100%;
  padding-bottom: 100%;
}
.team-list .item .pic > div img {
  width: 100%;
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 0;
}
.team-list .item .pic > div::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -25px;
  width: 1px;
  z-index: 5;
  height: 30px;
  background: #2ca6e0;
}
.team-list .item .title {
  display: block;
  margin: 35px 10px 0 10px;
  padding: 0;
  text-align: center;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  font-size: 1.66rem;
  color: #333;
  line-height: 1.2;
}
.team-list .item .title .job {
  display: block;
  text-shadow: none;
  color: #036eb7;
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 15px;
}

_:-ms-input-placeholder, :root .team-list .item {
  width: 30%;
}

@media (max-width: 1599px) {
  .team-list {
    margin: 0 -30px;
  }
  .team-list .item {
    padding: 0 30px;
    margin-bottom: 40px;
  }
}
@media (max-width: 1199px) {
  #team .page-wrap > .container-1400 {
    width: calc(100% - 60px);
  }

  .team-list {
    margin: 0 -15px;
  }
  .team-list .item {
    padding: 0 15px;
    margin-bottom: 40px;
  }
  .team-list .item .pic {
    padding: 8px;
  }
  .team-list .item .pic::after {
    border-width: 8px;
  }
  .team-list .item .pic::before {
    bottom: -5px;
    right: -5px;
    opacity: 0.5;
    width: 100%;
    background: rgba(55, 138, 215, 0.5);
  }
  .team-list .item .title {
    font-size: 1.375rem;
    margin: 30px 10px 0 10px;
  }
  .team-list .item .title .job {
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .team-list .item {
    width: 50%;
  }

  _:-ms-input-placeholder, :root .team-list .item {
    width: 48%;
  }
}
@media (max-width: 767px) {
  #team .page-wrap > .container-1400 {
    width: 100%;
  }

  .team-list .item .title {
    font-size: 1.25rem;
  }
}
@media (max-width: 499px) {
  .team-list {
    margin: 0 auto;
  }
  .team-list .item {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }

  _:-ms-input-placeholder, :root .team-list .item {
    width: 100%;
  }
}
/* Team - View */  
.team-view1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 60px;
}
.team-view1 .left {
  width: 43%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 43%;
          flex: 1 1 43%;
}
.team-view1 .left .pic {
  position: relative;
  padding: 10px;
  background: #fff;
}
.team-view1 .left .pic > div {
  position: relative;
  background: #f2f3f3;
  background: -webkit-gradient(linear, left bottom, left top, from(#e5e6e5), to(#f2f3f3));
  background: linear-gradient(0deg, #e5e6e5 0%, #f2f3f3 100%);
  z-index: 11;
  width: 100%;
  padding-bottom: 100%;
}
.team-view1 .left .pic > div img {
  width: 100%;
  max-width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 0;
}
.team-view1 .right {
  width: 57%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 57%;
          flex: 1 1 57%;
  padding-left: 60px;
  padding-top: 35px;
  padding-bottom: 35px;
  position: relative;
}
.team-view1 .right .top {
  position: relative;
  padding-right: 250px;
}
.team-view1 .right .top .p-share-box {
  position: absolute;
  right: 0;
  bottom: 0;
}
.team-view1 .right .top .title {
  display: block;
  margin: 0 0 0 -3px;
  padding: 0;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  font-size: 2rem;
  color: #333;
  line-height: 1.2;
}
.team-view1 .right .top .title .job {
  display: block;
  text-shadow: none;
  color: #036eb7;
  font-weight: 600;
  font-size: 1.11rem;
  margin-bottom: 10px;
  padding-left: 3px;
}
.team-view1 .right .top .clinic {
  display: block;
  margin-top: 10px;
}
.team-view1 .right .top .clinic .t {
  display: inline;
  text-shadow: none;
  color: #036eb7;
  font-weight: 600;
  font-size: 1rem;
}
.team-view1 .right .top .clinic a {
  color: #036eb7;
}
.team-view1 .right .top .clinic a:hover {
  text-decoration: underline;
}
.team-view1 .right .info {
  font-size: 1rem;
  border-top: 1px solid #2ca6e0;
  padding-top: 35px;
  margin-top: 35px;
}
.team-view1 .right .info .stit {
  display: block;
  margin: 0 0 10px 0;
  padding: 0;
  color: #036eb7;
  font-weight: 600;
  font-size: 1rem;
}
.team-view1 .right .info ul li {
  display: block;
  position: relative;
  line-height: 1.3;
  margin: 15px 0;
  padding: 0 0 0 20px;
}
.team-view1 .right .info ul li::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #036eb7;
}

@media (max-width: 1299px) {
  .team-view1 .right .top {
    padding-right: 0;
  }
  .team-view1 .right .top .p-share-box {
    position: relative;
    bottom: auto;
    right: auto;
    margin-top: 10px;
  }
  .team-view1 .right .info {
    margin-top: 20px;
    padding-top: 20px;
  }
}
@media (max-width: 991px) {
  .team-view1 .right {
    padding-left: 40px;
  }
  .team-view1 .right .top .title {
    font-size: 1.66rem;
  }
}
@media (max-width: 767px) {
  .team-view1 .left {
    -ms-flex-preferred-size: 210px;
        flex-basis: 210px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .team-view1 .left .pic {
    padding: 8px;
  }
  .team-view1 .right {
    padding: 10px 0 10px 35px;
  }
}
@media (max-width: 599px) {
  .team-view1 {
    display: block;
  }
  .team-view1 .left {
    width: 100%;
    max-width: 210px;
    display: block;
    margin: 0 auto;
  }
  .team-view1 .right {
    padding: 20px 0;
    display: block;
    width: 100%;
  }
  .team-view1 .right .top {
    padding-right: 0;
    text-align: center;
  }
}
.team-btn-wrap {
  padding: 50px 20px 20px;
  text-align: center;
  z-index: 15;
}

.team-view2 {
  background: #fff;
}
.team-view2::before {
  content: "";
  background: url(../images/i_service_bg.jpg) no-repeat 0 0;
  background-attachment: fixed;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.8;
}
.team-view2::after {
  content: "";
  mix-blend-mode: darken;
  background: rgba(3, 110, 183, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.team-view2 > .container {
  max-width: 1530px;
  position: relative;
  z-index: 10;
  padding-top: 60px;
  padding-bottom: 30px;
}
.team-view2 .g-title {
  padding-left: 55px;
  padding-right: 55px;
}
.team-view2 .g-title .en, .team-view2 .g-title .ch {
  color: #fff;
}
.team-view2 .g-title::after {
  background: #fff;
}
.team-view2 .certi-list-wrap {
  padding-left: 55px;
  padding-right: 55px;
  position: relative;
}
.team-view2 .certi-list-wrap .swiper-button-disabled {
  opacity: 0;
}
.team-view2 .certi-list-wrap .swiper-button-prev, .team-view2 .certi-list-wrap .swiper-button-next {
  position: absolute;
  top: 50%;
  margin-top: -35px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: none;
  color: #79b3da;
  line-height: 52px;
  text-align: center;
  -webkit-transition: background 0.25s, border 0.25s, color 0.25s;
  transition: background 0.25s, border 0.25s, color 0.25s;
}
.team-view2 .certi-list-wrap .swiper-button-prev::after, .team-view2 .certi-list-wrap .swiper-button-next::after {
  font-size: 16px;
  font-weight: 600;
}
.team-view2 .certi-list-wrap .swiper-button-prev:hover, .team-view2 .certi-list-wrap .swiper-button-next:hover {
  background: #79b3da;
  color: #3086c0;
}
.team-view2 .certi-list-wrap .swiper-button-next {
  right: 0;
}
.team-view2 .certi-list-wrap .swiper-button-prev {
  left: 0;
}
.team-view2 .certi-list {
  margin: 30px -15px;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.team-view2 .certi-list.loading {
  opacity: 0;
}
.team-view2 .certi-list .item {
  padding: 0 15px;
}
.team-view2 .certi-list .item .pic {
  position: relative;
  padding: 10px;
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
.team-view2 .certi-list .item .pic::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  border: 10px solid #fff;
  z-index: 10;
  pointer-events: none;
}
.team-view2 .certi-list .item .pic::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 141.93%;
}
.team-view2 .certi-list .item .pic img {
  width: 100%;
  max-width: 100%;
  height: auto;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  line-height: 0;
}
.team-view2 .certi-list .item .text {
  padding: 10px;
  margin-top: 10px;
  text-align: center;
  font-weight: 600;
  font-size: 1rem;
  color: #fff
}

@media (max-width: 991px) {
  .team-view2 .g-title {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .team-btn-wrap {
    padding: 20px 20px 50px;
  }

  .team-view2 > .container {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .team-view2 .g-title {
    padding-left: 0;
    padding-right: 0;
  }
  .team-view2 .certi-list-wrap {
    margin-left: -6px;
    margin-right: -6px;
    padding-left: 35px;
    padding-right: 35px;
  }
  .team-view2 .certi-list-wrap .swiper-button-prev, .team-view2 .certi-list-wrap .swiper-button-next {
    margin-top: -50px;
    width: 35px;
    height: 35px;
  }
  .team-view2 .certi-list {
    margin: 20px -10px;
  }
  .team-view2 .certi-list .item {
    padding: 0 10px;
  }
  .team-view2 .certi-list .item .pic {
    padding: 8px;
  }
  .team-view2 .certi-list .item .pic::after {
    border-width: 8px;
  }
}
/* Alliance */
.alliance-list {
  margin: 0 -60px;
  font-size: 0;
}
.alliance-list .item {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 0 60px;
  margin-bottom: 60px;
  text-align: center;
}
.alliance-list .item:hover .inner {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
.alliance-list .item.showrole--list {
  opacity: 0;
  -webkit-transform: translateY(12%);
          transform: translateY(12%);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.65s ease;
  transition: opacity 0.35s, -webkit-transform 0.65s ease;
  transition: opacity 0.35s, transform 0.65s ease;
  transition: opacity 0.35s, transform 0.65s ease, -webkit-transform 0.65s ease;
}
.alliance-list .item.showrole--list .pic {
  opacity: 0;
  -webkit-transition: opacity 1s 0.2s;
  transition: opacity 1s 0.2s;
}
.alliance-list .item.scroll-view {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.alliance-list .item.scroll-view .pic {
  opacity: 1;
}
.alliance-list .item .pic {
  position: relative;
  line-height: 0;
  overflow: hidden;
}
.alliance-list .item .pic::before {
  content: "";
  display: block;
  padding-bottom: 65.07%;
  position: relative;
}
.alliance-list .item .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto !important;
}
.alliance-list .item .inner {
  background: #fff;
  text-align: left;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -webkit-transition: -webkit-box-shadow 0.35s ease;
  transition: -webkit-box-shadow 0.35s ease;
  transition: box-shadow 0.35s ease;
  transition: box-shadow 0.35s ease, -webkit-box-shadow 0.35s ease;
}
.alliance-list .item .text {
  padding: 20px 25px 40px;
}
.alliance-list .item .p-share-box {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
}
.alliance-list .item .title {
  font-size: 1.66rem;
  color: #222;
  font-weight: 600;
  display: block;
}
.alliance-list .item .info {
  color: #666;
  font-size: 1rem;
  margin: 10px auto;
}
.alliance-list .item .info a {
  color: inherit;
}
.alliance-list .item .info li {
  display: block;
  position: relative;
  padding-left: 85px;
  min-height: 1rem;
  margin: 15px 0;
}
.alliance-list .item .info li .tit {
  position: absolute;
  top: 0;
  left: 0;
  color: #2ca6e0;
  font-weight: 600;
}
.alliance-list .item .info .link-map::after {
  content: "Google Map";
  display: inline-block;
  vertical-align: middle;
  font-size: 0.88rem;
  line-height: 1.5;
  text-decoration: underline;
  white-space: nowrap;
  color: #e96100;
  margin-left: 5px;
  padding-left: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23e96100' stroke='none' d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z'/%3E%3C/svg%3E");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 24px 24px;
}

@media (min-width: 768px) {
  .alliance-list {
    margin: 0 -60px;
  }
  .alliance-list .item:nth-of-type(2) {
    margin-top: 80px;
  }
}
@media (max-width: 1199px) {
  .alliance-list {
    margin: 0 -20px;
  }
  .alliance-list .item {
    padding: 0 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .alliance-list {
    margin: 0 -10px;
  }
  .alliance-list .item {
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .alliance-list .item .title {
    font-size: 1.38rem;
  }
  .alliance-list .item .text {
    padding: 20px 20px 35px;
  }
}
@media (max-width: 639px) {
  .alliance-list {
    margin: 0 auto;
  }
  .alliance-list .item {
    width: 100%;
    display: block;
    padding: 0;
  }
}
/* About */  
.g-wrap.about-top-mask .g-title {
  position: relative;
  z-index: 10;
}
.g-wrap.about-top-mask .about-wrap {
  position: relative;
  z-index: 0;
}
.g-wrap.about-top-mask .page-wrap {
  z-index: 0;
  padding-bottom: 1px;
  position: relative;
}
.g-wrap.about-top-mask .page-wrap::before {
  content: "";
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 300px;
  background-color: white;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(70%, white));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, white 70%);
}

.about-flash-light {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: -1;
}
.about-flash-light::before {
  content: "";
  width: 70%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: rgba(255, 255, 255, 0.4);
  -webkit-transform: skewX(60deg) translateX(-25%);
          transform: skewX(60deg) translateX(-25%);
}

.about-sec-title {
  font-size: 2rem;
  font-weight: 600;
  color: #222;
  margin: 0 0 10px 0;
  line-height: 1.2;
  display: block;
}

@media (max-width: 991px) {
  .about-sec-title {
    font-size: 1.66rem;
  }
}
@media (max-width: 767px) {
  .about-sec-title {
    font-size: 1.44rem;
    text-align: center;
    margin: 0 0 15px;
  }
}
.about-sec1 {
  position: relative;
  z-index: 5;
  line-height: 2;
}
.about-sec1::after {
  content: "";
  position: absolute;
  pointer-events: none;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
  border-style: solid;
  border-color: transparent transparent #0871b8 transparent;
  border-width: 0 0 95px 100vw;
}
.about-sec1 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 100px;
  padding-bottom: 195px;
  z-index: 11;
  position: relative;
}
.about-sec1 .inner .left {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  padding-right: 60px;
}
.about-sec1 .inner .left .t2 {
  color: #036eb7;
  font-weight: 600;
  font-size: 1.388rem;
  display: block;
  margin: 0 0 5px;
}
.about-sec1 .inner .right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  padding-left: 60px;
  padding-right: 50px;
  text-align: right;
}
.about-sec1 .inner .pic {
  display: inline-block;
  width: 450px;
  background: #2ca6e0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #1e8dd5), to(#2ca6e0));
  background: linear-gradient(0deg, #1e8dd5 10%, #2ca6e0 100%);
  border-radius: 50%;
  position: relative;
  line-height: 0;
}
.about-sec1 .inner .pic::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.about-sec1 .inner .pic:after {
  content: "";
  position: absolute;
  z-index: -3;
  top: -33px;
  left: -33px;
  right: -33px;
  bottom: -33px;
  border-radius: 50%;
  border: 33px solid #d5edf9;
}
.about-sec1 .inner .pic .brand {
  z-index: 10;
  width: 43%;
  position: absolute;
  left: 0;
  bottom: 5%;
  background: url(../images/about1_brand.png) no-repeat 0 0/contain;
  filter: drop-shadow(0 0 0.75rem rgb(0 0 0 / 10%));
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.about-sec1 .inner .pic .brand::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.about-sec1 .inner .pic .peo {
  z-index: 5;
  display: block;
  width: calc(100% - 20px);
  position: absolute;
  bottom: 10px;
  left: 10px;
  overflow: hidden;
  border-radius: 0 0 225px 225px;
}
.about-sec1 .inner .pic .peo::before {
  content: "";
  display: block;
  padding-bottom: 133%;
}
.about-sec1 .inner .pic .peo .doctor {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/about1_peo.png) no-repeat 0 0/auto 102%;
}
.about-sec1 .inner .pic .peo .name {
  position: absolute;
  z-index: 10;
  white-space: nowrap;
  text-align: right;
  bottom: 15%;
  right: 15%;
  font-size: 2rem;
  line-height: 1.2;
  color: #333;
}
.about-sec1 .inner .pic .peo .name span {
  font-size: 1.11rem;
  color: #036eb7;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}
.about-sec1 .inner .pic .circle {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.about-sec1 .inner .pic .circle::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  border: 10px solid #fff;
  -webkit-box-shadow: 0 0 2px 2px #2ca6e0;
          box-shadow: 0 0 2px 2px #2ca6e0;
}
.about-sec1 .inner .pic .circle svg {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.about-sec1 .inner .pic .circle circle {
  stroke-dasharray: 3, 5;
  stroke-width: 1px;
  -webkit-animation: ani_stroke 15s both infinite linear;
          animation: ani_stroke 15s both infinite linear;
}

@media (max-width: 1199px) {
  .about-sec1 .inner {
    padding-top: 50px;
    padding-bottom: 100px;
  }
  .about-sec1 .inner .right {
    padding-top: 50px;
  }
  .about-sec1 .inner .right .pic {
    width: 400px;
  }
  .about-sec1 .inner .right .pic:after {
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
    border: 15px solid #d5edf9;
  }
  .about-sec1 .inner .right .pic .peo {
    border-radius: 0 0 200px 200px;
  }
  .about-sec1 .inner .right .pic .peo .name {
    font-size: 1.38rem;
  }
}
@media (max-width: 991px) {
  .about-sec1 .inner {
    padding-top: 30px;
  }
  .about-sec1 .inner .left {
    padding-right: 20px;
  }
  .about-sec1 .inner .left .t2 {
    font-size: 1.22rem;
    line-height: 1.2;
  }
  .about-sec1 .inner .right {
    width: 350px;
    -ms-flex-preferred-size: 350px;
        flex-basis: 350px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0 35px 0 0;
  }
  .about-sec1 .inner .right .pic {
    width: 250px;
  }
  .about-sec1 .inner .right .pic:after {
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border: 10px solid #d5edf9;
  }
  .about-sec1 .inner .right .pic .peo {
    border-radius: 0 0 125px 125px;
  }
  .about-sec1 .inner .right .pic .peo .name {
    font-size: 1.22rem;
  }
}
@media (max-width: 767px) {
  .about-sec1 .inner {
    display: block;
    padding-top: 0;
    padding-bottom: 55px;
  }
  .about-sec1 .inner .left {
    padding: 0;
    display: block;
    max-width: 500px;
    margin: 0 auto 65px;
  }
  .about-sec1 .inner .left .t2 {
    text-align: center;
    font-size: 1.066rem;
    margin-bottom: 15px;
  }
  .about-sec1 .inner .right {
    display: block;
    width: 100%;
    padding-right: 40px;
    margin: 0 auto -50px;
  }
}
@media (max-width: 499px) {
  .about-sec1 .inner .right {
    padding-right: 0;
  }
}
@-webkit-keyframes ani_pin {
  0%, 40%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20%, 60% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@keyframes ani_pin {
  0%, 40%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20%, 60% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@-webkit-keyframes ani_pin_drip {
  0%, 100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    opacity: 0;
  }
  20%, 60% {
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
    opacity: 0;
  }
  40%, 80% {
    -webkit-transform: scaleX(1.5);
            transform: scaleX(1.5);
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
}
@keyframes ani_pin_drip {
  0%, 100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    opacity: 0;
  }
  20%, 60% {
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
    opacity: 0;
  }
  40%, 80% {
    -webkit-transform: scaleX(1.5);
            transform: scaleX(1.5);
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
}
.about-sec2 {
  position: relative;
  z-index: 8;
  line-height: 2;
}
.about-sec2 .about-sec-title {
  color: #fff;
}
.about-sec2 .inner {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
  z-index: 10;
  color: #fff;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding-bottom: 120px;
  padding-top: 80px;
}
.about-sec2 .inner::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: -1px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0871b8;
  background: radial-gradient(circle at 100% 55%, #0871b8 20%, rgba(8, 113, 184, 0) 60%), -webkit-gradient(linear, left bottom, left top, color-stop(80%, rgba(8, 113, 184, 0)), to(#0871b8));
  background: radial-gradient(circle at 100% 55%, #0871b8 20%, rgba(8, 113, 184, 0) 60%), linear-gradient(0deg, rgba(8, 113, 184, 0) 95%, #0871b8 100%);
}
.about-sec2 .inner .left {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  padding-right: 60px;
  position: relative;
  z-index: 1;
}
.about-sec2 .inner .right {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  padding-left: 60px;
  position: relative;
  z-index: 3;
}
.about-sec2 .inner .tw {
  position: absolute;
  /*left: 0;
  top: 0;
  width: 191%;*/
  top: 0;
  left: 0;
  margin-left: 20%;
  margin-top: -9%;
  max-width: 450px;
  width: 100%;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.about-sec2 .inner .tw .land {
  position: relative;
  z-index: 0;
  background: url(../images/taiwan.svg) no-repeat 0 0/contain;
}
.about-sec2 .inner .tw .land:before {
  content: "";
  display: block;
  padding-bottom: 189.41%;
}
.about-sec2 .inner .tw .pin {
  width: 0;
  height: 0;
  position: absolute;
  padding-bottom: 32px;
  margin-top: -32px;
}
/* .about-sec2 .inner .tw .pin.taipei {
  left: 77%;
  top: 9%;
} */
.about-sec2 .inner .tw .pin.taipei {
  left: 78.7%;
  top: 10.1%;
}
.about-sec2 .inner .tw .pin.newtaipei {
  left: 72.5%;
  top: 13.5%;
}
.about-sec2 .inner .tw .pin.taichung {
  left: 35%;
  top: 34%;
}
.about-sec2 .inner .tw .pin.chiayi {
  left: 20.5%;
  top: 55.15%;
}
.about-sec2 .inner .tw .pin.tainan {
  left: 12%;
  top: 63%;
}
.about-sec2 .inner .tw .pin.kaohsiung {
  left: 14.7%;
  top: 73.15%;
}
.about-sec2 .inner .tw .pin.pingtung {
  left: 26.47%;
  top: 85.85%;
}
.about-sec2 .inner .tw .pin .dist {
  position: absolute;
  left: 100%;
  bottom: 100%;
  white-space: nowrap;
  margin-left: 35px;
  color: #fff;
  font-weight: 600;
  line-height: 1.6;
  font-size: 0.9375rem;
  text-shadow: 1px 1px 0  #036eb7, -1px 1px 0   #036eb7, 1px -1px 0   #036eb7, -1px -1px 0  #036eb7, 0px 1px 0  #036eb7, 0px -1px 0   #036eb7, -1px 0px 0   #036eb7, 1px 0px 0  #036eb7, 2px 2px 0  #036eb7, -2px 2px 0   #036eb7, 2px -2px 0   #036eb7, -2px -2px 0  #036eb7, 0px 2px 0  #036eb7, 0px -2px 0   #036eb7, -2px 0px 0   #036eb7, 2px 0px 0  #036eb7, 1px 2px 0  #036eb7, -1px 2px 0   #036eb7, 1px -2px 0   #036eb7, -1px -2px 0  #036eb7, 2px 1px 0  #036eb7, -2px 1px 0   #036eb7, 2px -1px 0   #036eb7, -2px -1px 0  #036eb7;
  -webkit-transform: translateY(16%);
      -ms-transform: translateY(16%);
          transform: translateY(16%);
}
.about-sec2 .inner .tw .pin.tainan .dist{
  -webkit-transform: translate(-8%, 0%);
      -ms-transform: translate(-8%, 0%);
          transform: translate(-8%, 0%);
}
.about-sec2 .inner .tw .pin .icon {
  position: absolute;
  width: 100px;
  height: 100px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 26.4' fill='%23036eb7'%3E%3Cg%3E%3Crect fill='none' height='26.4' width='24' y='0'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M12,2c-4.2,0-8,3.22-8,8.2c0,3.18,2.45,6.92,7.34,11.23c0.38,0.33,0.95,0.33,1.33,0 C17.55,17.12,20,13.38,20,10.2C20,5.22,16.2,2,12,2z M12,12c-1.1,0-2-0.9-2-2c0-1.1,0.9-2,2-2c1.1,0,2,0.9,2,2 C14,11.1,13.1,12,12,12z' enable-background='new'/%3E%3C/g%3E%3C/svg%3E") no-repeat 0 0/100%;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  left: 50%;
  bottom: 0;
  margin-left: -55px;
  -webkit-animation: ani_pin 5s ease both infinite;
          animation: ani_pin 5s ease both infinite;
}
.about-sec2 .inner .tw .pin .icon::before {
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  padding-bottom: 50%;
  top: 15%;
  left: 50%;
  border-radius: 80px;
  margin-left: -25%;
  background: url(../images/about1_brand_map.png) no-repeat 0 0 / contain;
}
.about-sec2 .inner .tw .pin .icon::after {
  content: "";
  width: 36px;
  height: 15px;
  border: 2px solid #036eb7;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  bottom: 3px;
  margin-left: -18px;
  -webkit-animation: ani_pin_drip ease 5s both infinite;
          animation: ani_pin_drip ease 5s both infinite;
}
.about-sec2::after {
  content: "";
  position: absolute;
  z-index: 10;
  pointer-events: none;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  border-width: 0 0 95px 100vw;
}
.about-sec2 .bg {
  position: absolute;
  z-index: 0;
  width: 100vw;
  left: 50%;
  top: 0;
  bottom: 0;
  background: #0871b8;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 1299px) {
  .about-sec2 .inner .tw {
    margin-top: -8%
  }
}
@media (max-width: 1199px) {
  .about-sec2 .inner .left {
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
  }
  .about-sec2 .inner .right {
    -ms-flex-preferred-size: 65%;
        flex-basis: 65%;
  }
  .about-sec2 .inner .tw .pin .dist {
    font-size: 0.875rem;
  }
}
@media (max-width: 991px) {
  .about-sec2 .inner {
    display: block;
    padding-bottom: 0;
    margin: 0 -20px;
  }
  .about-sec2 .inner::before {
    display: none;
  }
  .about-sec2 .inner .left {
    /* overflow: hidden; */
    margin: -5% auto 5%;
    display: block;
    width: auto;
    top: auto;
    padding: 0;
    max-width: 500px;
  }
  .about-sec2 .inner .left::after {
    content: "";
    padding-bottom: min(93%, 850px);
    display: none;
  }
  .about-sec2 .inner .right {
    display: block;
    padding: 0 20px;
  }
  .about-sec2 .inner .tw {
    margin: 0 auto;
    max-width: 100%;
    position: relative;
  }
  .about-sec2 .inner .tw .pin .dist {
    font-size: 0.875rem;
    margin-left: 45px;
  }
}
@media (max-width: 599px) {
  .about-sec2 .inner .left::after {
    padding-bottom: 140%;
  }
}
@media (max-width: 499px) {
  .about-sec2 .inner .left::after {
    padding-bottom: 180%;
  }
}
.about-sec3 {
  position: relative;
  z-index: 6;
  line-height: 2;
  z-index: 0;
  text-align: center;
}
.about-sec3 .signature {
  display: block;
  text-align: right;
  margin: 30px auto 10px;
}
.about-sec3 .signature .s1 {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.22rem;
  font-weight: 600;
  color: #000;
}
.about-sec3 .signature .s2 {
  font-size: 0;
  width: 100%;
  max-width: 345px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/about3_name.png) no-repeat 0 0/contain;
}
.about-sec3 .signature .s2::before {
  content: "";
  display: block;
  padding-bottom: 31.88%;
}
.about-sec3 .deco1 {
  position: absolute;
  width: 40%;
  left: -15.5%;
  bottom: -20%;
  z-index: 1;
}
.about-sec3 .deco1::before {
  content: "";
  display: block;
  padding-bottom: 80.96%;
  background: url(../images/environment_bg.png) no-repeat 0 0;
  background-size: contain;
  -webkit-animation: ani_wiggle 28s linear both infinite;
          animation: ani_wiggle 28s linear both infinite;
}
.about-sec3 .deco2 {
  position: absolute;
  width: 40.57%;
  right: -25.5%;
  top: 2%;
  z-index: 1;
}
.about-sec3 .deco2::before {
  content: "";
  display: block;
  padding-bottom: 80.96%;
  background: url(../images/environment_bg.png) no-repeat 0 0;
  background-size: contain;
  animation: ani_wiggle 35s linear both reverse infinite;
}
.about-sec3 .inner {
  position: relative;
  z-index: 10;
  padding-bottom: 80px;
  padding-top: 80px;
}
.about-sec3 .bg {
  position: absolute;
  z-index: 0;
  width: 100vw;
  left: 50%;
  top: 0;
  bottom: 0;
  background: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.about-sec3 .photo-wall {
  font-size: 0;
  margin: 0 -10px;
  text-align: left;
}
.about-sec3 .photo-wall .pic {
  display: inline-block;
  vertical-align: top;
  width: calc(100% / 7);
  padding: 10px;
}
.about-sec3 .photo-wall .pic img {
  width: 100%;
  height: auto;
  line-height: 0;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1099px) {
  .about-sec3 .photo-wall .pic {
    width: calc(100% / 5);
  }
}
@media (max-width: 767px) {
  .about-sec3 .inner {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .about-sec3 .photo-wall {
    margin: 0 -5px;
  }
  .about-sec3 .photo-wall .pic {
    width: calc(100% / 4);
    padding: 5px;
  }
}
@media (max-width: 639px) {
  .about-sec3 .inner {
    padding-top: 30px;
  }
  .about-sec3 .signature {
    margin: 20px auto 10px;
    max-width: 450px;
  }
  .about-sec3 .signature .s1 {
    display: block;
    text-align: left;
    font-size: 1.11rem;
  }
}
@media (max-width: 499px) {
  .about-sec3 .photo-wall .pic {
    width: calc(100% / 3);
  }
}
/* --- cataract --- */
#cataract {
  line-height: 2;
}
#cataract hr {
  display: block;
  height: 3px;
  background: #eef5fa;
  margin: 30px auto;
  border: none;
}
#cataract .page-wrap {
  margin-left: auto;
  margin-right: auto;
}
#cataract div.theme-fixedbg {
  padding-top: 0;
  padding-bottom: 0;
}
#cataract section, #cataract section.theme-fixedbg {
  position: relative;
  padding-top: 50px;
  padding-bottom: 60px;
}

.theme-cataract-ti {
  font-size: 2rem;
  line-height: 1.2;
  margin: 0 0 20px 0;
  position: relative;
  padding-left: 95px;
  padding-top: 20px;
  font-weight: 600;
}
.theme-cataract-ti img {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: auto;
}

.theme-cataract-p {
  margin-bottom: 40px;
}
.theme-cataract-p.p-pleft {
  padding-left: 95px;
}

.theme-cataract-legend-box {
  font-size: 1rem;
  display: block;
  text-align: center;
  border-radius: 1.5rem;
  border-width: 2px;
  border-style: solid;
  padding: 20px;
  margin-top: 30px;
  background: #fff;
  margin-bottom: 0 !important;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.theme-cataract-legend-box img {
  max-width: 100%;
}
.theme-cataract-legend-box .ti {
  display: block;
  position: relative;
  margin: -20px auto 0 auto;
  line-height: 1.2;
  color: #fff;
  font-size: 1.33rem;
  z-index: 1;
  font-weight: 600;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.theme-cataract-legend-box .ti span {
  padding: 15px 25px;
  position: relative;
  display: inline-block;
  min-width: 62.5%;
}
.theme-cataract-legend-box .ti span::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
  z-index: -1;
}
.theme-cataract-legend-box.c-green {
  border-color: #6bb92f;
}
.theme-cataract-legend-box.c-green .ti span::before {
  background: #6bb92f;
}
.theme-cataract-legend-box.c-darkblue {
  border-color: #0b4166;
}
.theme-cataract-legend-box.c-darkblue .ti span::before {
  background: #0b4166;
}
.theme-cataract-legend-box.c-orange {
  border-color: #e96100;
}
.theme-cataract-legend-box.c-orange .ti span::before {
  background: #e96100;
}

.theme-cataract-flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 50px -25px -40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.theme-cataract-flexbox > * {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: calc((100% / 3) - 50px);
      flex-basis: calc((100% / 3) - 50px);
  margin-left: 25px;
  margin-right: 25px;
  margin-bottom: 50px;
}

_:-ms-input-placeholder > *, :root .theme-cataract-flexbox > * {
  -ms-flex-preferred-size: calc(25% - 50px);
      flex-basis: calc(25% - 50px);
}

.theme-compare-list {
  border: none;
  border-collapse: collapse;
  width: 100%;
  margin: 30px auto;
  background: #fff;
  border: 1px solid #ddd;
}
.theme-compare-list td, .theme-compare-list th {
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  padding: 18px 20px;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
}
.theme-compare-list thead {
  z-index: 2;
}
.theme-compare-list thead th, .theme-compare-list thead td {
  background: #036eb7;
  color: #ffffff;
  text-align: center;
}
.theme-compare-list thead .crown {
  display: inline-block;
  color: #fcc800;
  font-style: normal;
  position: relative;
}
.theme-compare-list thead .crown img {
  display: inline-block;
  width: 100%;
  position: absolute;
  right: -50px;
  top: -20px;
  max-width: 60px;
}
.theme-compare-list tbody th {
  text-align: center;
  border-left: none;
  width: 21%;
  color: #171c61;
  white-space: nowrap;
  background: #f2fafd;
}

.theme-cataract1-sec2 {
  z-index: 2;
}
.theme-cataract1-sec2 .theme-cataract-flexbox .item {
  background: #036eb7;
  color: #fff;
  border-radius: 0 25px 0 25px;
  overflow: hidden;
  padding: 20px 40px;
  text-align: center;
}
.theme-cataract1-sec2 .theme-cataract-flexbox .item .tit {
  font-size: 1.388rem;
  font-weight: 600;
  line-height: 1.2;
  display: block;
  padding: 20px;
}
.theme-cataract1-sec2 .theme-cataract-flexbox .item .txt {
  display: block;
  padding: 20px 0;
  line-height: 1.8;
  min-height: calc(3.6rem + 40px);
  border-top: 1px solid #3993d1;
}

.theme-cataract1-compare {
  margin-top: 50px;
}
.theme-cataract1-compare img {
  padding: 15px;
  border: 3px solid #ddd;
  position: relative;
  z-index: 0;
  background: #fff;
}
.theme-cataract1-compare .text {
  padding: 15px 25px;
  display: inline-block;
  position: absolute;
  bottom: 50px;
  min-width: 25%;
  max-width: 410px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  z-index: 10;
  font-size: 1.388rem;
}
.theme-cataract1-compare .text:nth-of-type(1) {
  left: 50%;
  -webkit-transform: translateX(-150%);
          transform: translateX(-150%);
}
.theme-cataract1-compare .text:nth-of-type(1)::before {
  background: #6bb92f;
}
.theme-cataract1-compare .text:nth-of-type(2) {
  left: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.theme-cataract1-compare .text:nth-of-type(2)::before {
  background: #0b4166;
}
.theme-cataract1-compare .text span {
  display: inline-block;
}
.theme-cataract1-compare .text::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
  z-index: -1;
}

.theme-cataract1-bg {
  margin: 0 !important;
}
.theme-cataract1-bg .bg-outside {
  z-index: 0;
  pointer-events: none;
  position: relative;
}
.theme-cataract1-bg .deco1 {
  position: absolute;
  width: 55%;
  right: -25.5%;
  bottom: 35%;
  top: auto;
}
.theme-cataract1-bg .deco1::before {
  content: "";
  display: block;
  padding-bottom: 80.96%;
  background: url(../images/environment_bg.png) no-repeat 0 0;
  background-size: contain;
  -webkit-animation: ani_wiggle 28s linear both infinite;
          animation: ani_wiggle 28s linear both infinite;
}
.theme-cataract1-bg .deco2 {
  position: absolute;
  width: 35.57%;
  left: -8.5%;
  top: -2%;
}
.theme-cataract1-bg .deco2::before {
  content: "";
  display: block;
  padding-bottom: 80.96%;
  background: url(../images/environment_bg.png) no-repeat 0 0;
  background-size: contain;
  animation: ani_wiggle 35s linear both reverse infinite;
}

.theme-cataract1-sec3 {
  position: relative;
  z-index: 0;
  padding-top: 80px;
  padding-bottom: 40px;
}
.theme-cataract1-sec3 .theme-cataract-flexbox {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.theme-cataract1-sec3 .theme-cataract-flexbox .item {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  text-align: center;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 40px;
  padding: 25px;
  border-left: 1px solid #ddd;
}
.theme-cataract1-sec3 .theme-cataract-flexbox .item .tit {
  display: inline-block;
  border-radius: 50px;
  background: #e96100;
  color: #fff;
  font-size: 1.388rem;
  padding: 15px 20px;
  font-weight: 600;
}
.theme-cataract1-sec3 .theme-cataract-flexbox .item .txt {
  display: block;
  margin: 15px auto 0;
  font-weight: 600;
  font-size: 1.388rem;
}

_:-ms-input-placeholder .theme-cataract-flexbox .item, :root .theme-cataract1-sec3 .theme-cataract-flexbox .item {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
}

.theme-cataract1-sec6 .list {
  margin: 50px -25px 20px -25px;
  font-size: 0;
  text-align: center;
}
.theme-cataract1-sec6 .list .item {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 20%;
  padding: 0 25px;
  margin: 20px 0;
}
.theme-cataract1-sec6 .list .item .icon {
  max-width: 220px;
  width: 100%;
  background: #2ca6e0;
  border-radius: 50%;
  position: relative;
  margin: 0 auto;
  display: block;
}
.theme-cataract1-sec6 .list .item .icon::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.theme-cataract1-sec6 .list .item .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 72%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.theme-cataract1-sec6 .list .item .icon::after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border-radius: 50%;
  z-index: -1;
  background: #e3f1f8;
  background: -webkit-gradient(linear, left bottom, left top, from(#e3f1f8), to(#b1d3ee));
  background: linear-gradient(0deg, #e3f1f8 0%, #b1d3ee 100%);
}
.theme-cataract1-sec6 .list .item .ti {
  font-weight: 600;
  font-size: 1.388rem;
  color: #171c61;
  display: block;
  margin: 30px auto 0;
  padding: 0;
}
.theme-cataract1-sec6 .list .item .text {
  display: block;
  margin: 10px auto 0;
  font-size: 1rem;
}

.theme-cataract1-sec7 .theme-cataract-flexbox .item {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  max-width: 430px;
}
.theme-cataract1-sec7 .theme-cataract-flexbox .item img {
  border-radius: 25px;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.12);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.12);
  margin: 0 auto 25px;
  display: block;
}
.theme-cataract1-sec7 .theme-cataract-flexbox .item .tit {
  margin: 0 10px;
  padding-left: 15px;
  position: relative;
  font-size: 1.388rem;
  font-weight: 600;
}
.theme-cataract1-sec7 .theme-cataract-flexbox .item .tit::before {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  left: 0;
  top: 0;
  bottom: 0;
  background: #036eb7;
}

.theme-cataract2-sec1 .theme-cataract-flexbox {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  text-align: center;
}
.theme-cataract2-sec1 .theme-cataract-flexbox > div {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-preferred-size: 350px;
      flex-basis: 350px;
  padding-left: 0;
  padding-right: 0;
}
.theme-cataract2-sec1 .theme-cataract-flexbox .mid {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  min-height: 100%;
  -ms-flex-preferred-size: 65%;
      flex-basis: 65%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.theme-cataract2-sec1 .theme-cataract-legend-box .tt {
  display: block;
  color: #fff;
  font-weight: 600;
  font-size: 1.388rem;
  text-shadow: -3px -3px 0 #e96100, -3px 3px 0 #e96100, 3px -3px 0 #e96100, 3px 3px 0 #e96100, -3px -2px 0 #e96100, -3px 2px 0 #e96100, 3px -2px 0 #e96100, 3px 2px 0 #e96100, -2px -3px 0 #e96100, -2px 3px 0 #e96100, 2px -3px 0 #e96100, 2px 3px 0 #e96100, -3px -1px 0 #e96100, -3px 1px 0 #e96100, 3px -1px 0 #e96100, 3px 1px 0 #e96100, -1px -3px 0 #e96100, -1px 3px 0 #e96100, 1px -3px 0 #e96100, 1px 3px 0 #e96100, -3px 0 0 #e96100, 3px 0 0 #e96100, 0 -3px 0 #e96100, 0 3px 0 #e96100;
}
.theme-cataract2-sec1 .theme-cataract-legend-box .desc {
  display: block;
  padding: 0 20px;
  font-size: 1.388rem;
}
.theme-cataract2-sec1 .theme-cataract-legend-box .desc:nth-child(1) {
  margin-top: 6%;
  padding-bottom: 20px;
}
.theme-cataract2-sec1 .theme-cataract-legend-box .desc:nth-child(2) {
  padding-top: 20px;
  margin-bottom: 11%;
}
.theme-cataract2-sec1 .theme-cataract-legend-box .desc i {
  font-style: normal;
  font-weight: 600;
}

.theme-cataract2-sec2 .theme-cataract-flexbox {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.theme-cataract2-sec2 .theme-cataract-flexbox div {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.theme-cataract2-sec2 .theme-cataract-flexbox div:nth-child(1) {
  -ms-flex-preferred-size: 35.9%;
      flex-basis: 35.9%;
}
.theme-cataract2-sec2 .theme-cataract-flexbox div:nth-child(2) {
  -ms-flex-preferred-size: 64.1%;
      flex-basis: 64.1%;
}

.theme-cataract2-sec3 .price-notice {
  font-size: 1.4125rem;
  line-height: 1.5;
  display: block;
  margin: 20px 0;
}

.theme-cataract2-price {
  display: table;
  width: 100%;
  vertical-align: top;
  margin-bottom: 50px;
}
.theme-cataract2-price .pic {
  display: table-cell;
  width: 43%;
  text-align: center;
  vertical-align: top;
}
.theme-cataract2-price .word {
  display: table-cell;
  width: 57%;
  text-align: left;
  vertical-align: top;
  font-size: 1rem;
}
.theme-cataract2-price.rtl {
  direction: rtl
}
.theme-cataract2-price.rtl .word {
  padding-right: 50px;
  direction: ltr;
}
.theme-cataract2-price:not(.rtl) .word {
  padding-left: 50px;
}
.theme-cataract2-price .name,
.theme-cataract2-insurance .name {
  padding-left: 34px;
  position: relative;
  display: block;
  margin: 0 0 10px 0;
  line-height: 1.5;
  font-weight: 600;
  color: #000;
  font-size: 1.5625rem;
}
.theme-cataract2-price .name strong,
.theme-cataract2-insurance .name strong {
  color: #1c89d4;
  margin-right: 5px;
}
.theme-cataract2-price .name:before,
.theme-cataract2-insurance .name:before {
  content: '';
  width: 25px;
  height: 25px;
  position: absolute;
  top: 6px;
  left: 2px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%231c89d4'%3E%3Cpath d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3E%3C/svg%3E") no-repeat center center/contain;
}
.theme-cataract2-price .title {
  color: #1c89d4;
  font-weight: 600;
  font-size: 1.125rem;
  display: block;
  margin-bottom: 5px;
}
.theme-cataract2-price ul,
.theme-cataract2-insurance ul {
  list-style: decimal;
  margin: 0;
  padding: 0;
}
.theme-cataract2-price ul > li,
.theme-cataract2-insurance ul > li{
  position: relative;
  padding: 0 0 10px 0;
  margin-left: 1.5em;
  line-height: 1.8;
  font-size: inherit;
  display: list-item;
  list-style-position: outside;
}
.theme-cataract2-insurance {
  display: table;
  width: 100%;
  margin-bottom: 50px;
  background: #f6f6f6;
}
.theme-cataract2-insurance .pic {
  display: table-cell;
  width: 350px;
  max-width: 350px;
  text-align: center;
  vertical-align: middle;
}
.theme-cataract2-insurance .word {
  display: table-cell;
  width: calc(100% - 350px);
  text-align: left;
  vertical-align: middle;
  font-size: 1rem;
  padding: 10px 10px 10px 40px
}

.theme-cataract2-sec4 .theme-cataract-p.p-pleft {
  margin-top: 30px;
}

.theme-cataract2-sec5 .theme-block-title {
  color: #000
}
.theme-cataract2-sec5 strong {
  background: #1c89d4;
  color: #fff;
  border-radius: 20px;
  padding: 15px 20px;
  margin: 20px auto;
  font-size: 1.25em;
  display: block;
}
.theme-cataract2-sec5 .theme-list li {
  margin: 15px 0;
  padding-left: 25px;
}
.theme-cataract2-sec5 .theme-list li::before {
  border-radius: 0;
  width: 0;
  height: 0;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #1c89d4;
  border-style: solid;
  background: none;
  top: 12px;
}

.theme-cataract5-sec2 .theme-cataract-p {
  margin-bottom: 20px;
}
.theme-cataract5-sec2 .theme-cataract-flexbox {
  margin-bottom: 40px;
}
.theme-cataract5-sec2 .theme-cataract-flexbox > * {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin-bottom: 0;
}
.theme-cataract5-sec2 .s3 {
  border: 1px solid #ddd;
  background: #fff;
  padding: 50px 10px 30px 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.theme-cataract5-sec2 .s3 > * {
  -ms-flex-preferred-size: calc(50% - 50px);
      flex-basis: calc(50% - 50px);
  margin-top: 5px;
  margin-bottom: 5px;
}
.theme-cataract5-sec2 .s5 > * {
  text-align: center;
  -ms-flex-preferred-size: calc(50% - 50px);
      flex-basis: calc(50% - 50px);
}
.theme-cataract5-sec2 .s5 .tt {
  border-radius: 50px;
  padding: 10px 20px;
  margin: 0 auto 20px;
  display: block;
  text-align: center;
  font-weight: 600;
  font-size: 1.388rem;
  line-height: 1.5;
  color: #fff;
  background: #3078c2;
}

.theme-cataract5-sec3 .surgery {
  margin-bottom: 0;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.theme-cataract5-sec3 .surgery .item {
  margin-bottom: 0;
  -ms-flex-preferred-size: calc(25% - 50px);
      flex-basis: calc(25% - 50px);
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  background: #a9caed;
  background: linear-gradient(5deg, #a9caed 0%, white 60%);
  position: relative;
  border-radius: 0 0 15px 15px;
}
.theme-cataract5-sec3 .surgery .item::before {
  content: "";
  display: block;
  position: absolute;
  top: 32%;
  margin-top: -25px;
  left: -50px;
  height: 50px;
  width: 50px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23a9cae9'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M12 8V4l8 8-8 8v-4H4V8z'/%3E%3C/svg%3E") no-repeat 0 0/contain;
}
.theme-cataract5-sec3 .surgery .item:first-of-type::before {
  display: none;
}
.theme-cataract5-sec3 .surgery .item .text {
  padding: 30px 20px;
  font-weight: 600;
  font-size: 1.11rem;
}

.theme-cataract5-sec5 .feature {
  background: #036eb7 url(../images/cataract5_sec5bg.jpg) no-repeat right top;
  color: #fff;
  position: relative;
  padding: 60px 80px;
  margin: 120px auto 0;
}
.theme-cataract5-sec5 .feature .pic {
  z-index: 0;
  bottom: 0;
  right: 10%;
  width: 50%;
  max-width: 378px;
  position: absolute;
}
.theme-cataract5-sec5 .feature .pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.theme-cataract5-sec5 .feature .pic::before {
  content: "";
  display: block;
  padding-bottom: 116.4%;
}
.theme-cataract5-sec5 .feature .text {
  position: relative;
  z-index: 5;
  font-size: 1rem;
  max-width: 550px;
  text-shadow: -3px -3px 0 #036eb7, -3px 3px 0 #036eb7, 3px -3px 0 #036eb7, 3px 3px 0 #036eb7, -3px -2px 0 #036eb7, -3px 2px 0 #036eb7, 3px -2px 0 #036eb7, 3px 2px 0 #036eb7, -2px -3px 0 #036eb7, -2px 3px 0 #036eb7, 2px -3px 0 #036eb7, 2px 3px 0 #036eb7, -3px -1px 0 #036eb7, -3px 1px 0 #036eb7, 3px -1px 0 #036eb7, 3px 1px 0 #036eb7, -1px -3px 0 #036eb7, -1px 3px 0 #036eb7, 1px -3px 0 #036eb7, 1px 3px 0 #036eb7, -3px 0 0 #036eb7, 3px 0 0 #036eb7, 0 -3px 0 #036eb7, 0 3px 0 #036eb7;
}
.theme-cataract5-sec5 .feature .text .theme-block-title {
  color: #fff;
  display: block;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 3px solid rgba(255, 255, 255, 0.1);
}
.theme-cataract2-sec6 .theme-cataract-flexbox{
  margin-top: 10px;
}
.theme-cataract2-sec6 .theme-cataract-flexbox > * {
  -ms-flex-preferred-size: calc(25% - 40px);
    flex-basis: calc(25% - 40px);
    width: calc(25% - 40px);
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 60px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.theme-cataract2-sec6 .theme-cataract-legend-box .tt{
  display: block;
  color: #fff;
  font-weight: 600;
  font-size: 1.388rem;
  text-shadow: -3px -3px 0 #e96100, -3px 3px 0 #e96100, 3px -3px 0 #e96100, 3px 3px 0 #e96100, -3px -2px 0 #e96100, -3px 2px 0 #e96100, 3px -2px 0 #e96100, 3px 2px 0 #e96100, -2px -3px 0 #e96100, -2px 3px 0 #e96100, 2px -3px 0 #e96100, 2px 3px 0 #e96100, -3px -1px 0 #e96100, -3px 1px 0 #e96100, 3px -1px 0 #e96100, 3px 1px 0 #e96100, -1px -3px 0 #e96100, -1px 3px 0 #e96100, 1px -3px 0 #e96100, 1px 3px 0 #e96100, -3px 0 0 #e96100, 3px 0 0 #e96100, 0 -3px 0 #e96100, 0 3px 0 #e96100;
  line-height: 1.5;
}

@media (min-width: 992px) {
  .theme-cataract1-sec3 .theme-cataract-flexbox .item:nth-of-type(1), .theme-cataract1-sec3 .theme-cataract-flexbox .item:nth-of-type(5) {
    border-left: none;
  }

  .theme-cataract4-sec3 {
    margin-top: 60px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .theme-cataract1-sec3 .theme-cataract-flexbox .item:nth-of-type(1), .theme-cataract1-sec3 .theme-cataract-flexbox .item:nth-of-type(4), .theme-cataract1-sec3 .theme-cataract-flexbox .item:nth-of-type(7) {
    border-left: none;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .theme-cataract1-sec3 .theme-cataract-flexbox .item:nth-of-type(odd) {
    border-left: none;
  }
}
@media (max-width: 1399px) {
  .theme-cataract-flexbox {
    margin: 40px -15px;
  }
  .theme-cataract-flexbox > * {
    margin-left: 15px;
    margin-right: 15px;
    -ms-flex-preferred-size: calc((100% / 3) - 30px);
        flex-basis: calc((100% / 3) - 30px);
  }

  .theme-cataract1-sec6 .list {
    margin: 40px -10px 10px -10px;
  }
  .theme-cataract1-sec6 .list .item {
    padding: 0 10px;
  }
  .theme-cataract1-sec6 .list .item .icon {
    width: 80%;
  }
  .theme-cataract1-sec6 .list .item .ti {
    font-size: 1.22rem;
  }

  .theme-cataract2-sec1 .theme-cataract-legend-box .tt {
    font-size: 1.22rem;
  }
  .theme-cataract2-sec1 .theme-cataract-legend-box .desc {
    font-size: 1.22rem;
  }
  .theme-cataract2-sec1 .theme-cataract-legend-box .desc:nth-child(1) {
    margin-top: 2%;
  }
  .theme-cataract2-sec1 .theme-cataract-legend-box .desc:nth-child(2) {
    margin-bottom: 8%;
  }

  .theme-cataract5-sec2 .s3 > *, .theme-cataract5-sec2 .s5 > * {
    -ms-flex-preferred-size: calc(50% - 30px);
        flex-basis: calc(50% - 30px);
  }

  .theme-cataract2-sec6 .theme-cataract-flexbox > * {
    margin-bottom: 0;
  }
}
@media (max-width: 1299px) {
  .theme-cataract1-sec6 .list {
    margin: 30px -10px 10px -10px;
  }
  .theme-cataract1-sec6 .list .item {
    width: calc(100% / 3);
  }
}
@media (max-width: 1199px) {
  .theme-cataract1-compare {
    margin-top: 50px;
  }
  .theme-cataract1-compare img {
    padding: 10px;
  }
  .theme-cataract1-compare .text {
    padding: 10px;
    font-size: 1.11rem;
  }
    
  .theme-cataract2-price.rtl .word {
    padding-right: 30px;
  }
  .theme-cataract2-price:not(.rtl) .word {
    padding-left: 30px;
  }

  .theme-cataract5-sec3 .surgery {
    display: block;
    margin: 20px auto;
    max-width: 800px;
  }
  .theme-cataract5-sec3 .surgery .item {
    position: relative;
    width: 100%;
    border: 2px solid #a9caed;
    border-radius: 15px;
    padding: 0 0 0 200px;
    min-height: 220px;
    margin: 50px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    background: #a9caed;
    background: linear-gradient(-90deg, #a9caed 0%, white calc(100% - 190px));
    position: relative;
  }
  .theme-cataract5-sec3 .surgery .item::before {
    content: "";
    left: 50%;
    top: -25px;
    margin-left: -25px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .theme-cataract5-sec3 .surgery .item img {
    position: absolute;
    width: 180px;
    top: 10px;
    left: 10px;
  }
  .theme-cataract5-sec3 .surgery .item .text {
    padding: 20px;
    margin: 0;
  }
  
  .theme-cataract2-sec6 .theme-cataract-legend-box .tt{
    font-size: 1.25rem;
  }
}
@media (max-width: 991px) {
  #cataract section, #cataract section.theme-fixedbg {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .theme-cataract-ti {
    padding-left: 60px;
    font-size: 1.5rem;
    padding-top: 10px;
  }
  .theme-cataract-ti img {
    max-width: 50px;
  }

  .theme-cataract-p.p-pleft {
    padding-left: 60px;
  }

  .theme-cataract-flexbox > * {
    -ms-flex-preferred-size: calc(50% - 30px);
        flex-basis: calc(50% - 30px);
    margin-bottom: 30px;
  }

  .theme-cataract-legend-box .ti {
    font-size: 1.11rem;
  }

  .theme-compare-list {
    display: block;
    position: relative;
    font-size: 0;
  }
  .theme-compare-list td, .theme-compare-list th {
    line-height: 1.3;
    padding: 15px 10px;
    width: 50%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
  }
  .theme-compare-list tr {
    display: block;
    width: 100%;
  }
  .theme-compare-list thead {
    display: block;
    width: 100%;
  }
  .theme-compare-list thead tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .theme-compare-list thead td, .theme-compare-list thead th {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 15px 0;
  }
  .theme-compare-list thead td:first-child, .theme-compare-list thead th:first-child {
    display: none;
  }
  .theme-compare-list tbody {
    display: block;
  }
  .theme-compare-list tbody th {
    background: #f2fafd;
    border-bottom: 2px solid #ddd;
    display: block;
    width: 100%;
    padding: 10px 5px;
    height: auto !important;
  }
  .theme-compare-list tbody td:nth-child(even) {
    background: #fff;
  }

  .js-fixed-table {
    position: relative;
    display: block;
  }
  .js-fixed-table thead {
    position: absolute;
    top: 0;
  }
  .js-fixed-table.is-fixed thead {
    position: fixed;
    top: 0;
  }

  .theme-cataract1-compare {
    margin: 50px -20px;
  }
  .theme-cataract1-compare img {
    padding: 0;
    border: none;
  }
  .theme-cataract1-compare .text {
    max-width: 50%;
    font-size: 1rem;
    bottom: 0;
  }
  .theme-cataract1-compare .text:nth-of-type(1) {
    left: -20px;
    -webkit-transform: translateY(70%);
            transform: translateY(70%);
    padding-left: 40px;
  }
  .theme-cataract1-compare .text:nth-of-type(2) {
    left: auto;
    right: -20px;
    -webkit-transform: translateY(70%);
            transform: translateY(70%);
    padding-right: 40px;
  }

  .theme-cataract1-sec3 {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .theme-cataract1-sec3 .theme-cataract-flexbox .item {
    -ms-flex-preferred-size: calc(100% / 3);
        flex-basis: calc(100% / 3);
    padding: 10px;
  }
  .theme-cataract1-sec3 .theme-cataract-flexbox .item .tit {
    font-size: 1.22rem;
  }
  .theme-cataract1-sec3 .theme-cataract-flexbox .item .txt {
    font-size: 1.11rem;
  }

  _:-ms-input-placeholder .theme-cataract-flexbox .item, :root .theme-cataract1-sec3 .theme-cataract-flexbox .item {
    -ms-flex-preferred-size: 15%;
        flex-basis: 15%;
  }

  .theme-cataract2-sec3 .price-notice {
    font-size: 1.22rem;
    padding: 0 10px;
  }
  .theme-cataract2-price {
    display: block;
    max-width: 620px;
    margin: 0 auto 60px
  }
  .theme-cataract2-price .pic {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
  .theme-cataract2-price .word {
    display: block;
    width: 100%;
  }
  .theme-cataract2-price.rtl{
    direction: ltr;
  }
  .theme-cataract2-price.rtl .word {
    padding-right: 0;
    direction: ltr;
  }
  .theme-cataract2-price:not(.rtl) .word {
    padding-left: 0;
  }

  .theme-cataract2-sec4 .theme-cataract-p.p-pleft {
    padding-left: 0;
  }

  .theme-cataract5-sec2 .s2 > *, .theme-cataract5-sec2 .s4 > * {
    margin-left: 5px;
    margin-right: 5px;
    -ms-flex-preferred-size: calc((100% / 3) - 10px);
        flex-basis: calc((100% / 3) - 10px);
  }
  .theme-cataract5-sec2 .s3 > *, .theme-cataract5-sec2 .s5 > * {
    margin-left: 5px;
    margin-right: 5px;
    -ms-flex-preferred-size: calc(50% - 10px);
        flex-basis: calc(50% - 10px);
  }
  .theme-cataract5-sec2 .s5 .tt {
    font-size: 1.11rem;
  }

  .theme-cataract5-sec5 .feature {
    margin: 30px auto 0;
    padding: 60px;
  }
  .theme-cataract5-sec5 .feature .pic {
    right: 5%;
    width: 30%;
  }
  
}
@media (max-width: 849px) {
  .theme-cataract2-sec4 .theme-pic-float-right {
    max-width: 610px;
  }
  .theme-cataract2-sec4 .theme-pic-float-right .pic {
    float: none;
    width: 100%;
    text-align: center;
    max-width: none;
    margin: 25px auto;
    display: block;
  }

  .theme-cataract2-sec5.theme-r-word-l-pic {
    padding-top: 20px;
    margin-top: 0 !important;
  }
  .theme-cataract2-sec5.theme-r-word-l-pic .pic {
    margin-bottom: 20px;
  }
  .theme-cataract2-sec5.theme-r-word-l-pic .pic img {
    width: 350px;
  }
}
@media (max-width: 767px) {
  #cataract hr {
    margin: 20px auto;
  }
  #cataract section, #cataract section.theme-fixedbg {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .theme-cataract-ti {
    font-size: 1.38rem;
  }

  .theme-cataract-flexbox {
    margin: 20px -10px;
  }
  .theme-cataract-flexbox > * {
    -ms-flex-preferred-size: calc(50% - 20px);
        flex-basis: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 25px;
  }

  _:-ms-input-placeholder > *, :root .theme-cataract-flexbox > * {
    -ms-flex-preferred-size: calc(48% - 20px);
        flex-basis: calc(48% - 20px);
  }

  .theme-cataract1-sec1 {
    padding-top: 0 !important;
  }

  .theme-cataract1-sec2 .theme-cataract-flexbox .item {
    padding: 15px;
  }
  .theme-cataract1-sec2 .theme-cataract-flexbox .item .tit {
    padding: 10px;
    font-size: 1.22rem;
  }
  .theme-cataract1-sec2 .theme-cataract-flexbox .item .txt {
    padding: 15px 0 0;
    min-height: auto;
  }
  .theme-cataract2-price .name,
  .theme-cataract2-insurance .name {
    padding-left: 27px;
    font-size: 1.4125rem;
    margin-bottom: 8px;
  }
  .theme-cataract2-price .name:before,
  .theme-cataract2-insurance .name:before {
    width: 22px;
    height: 22px;
    top: 8px
  }
  
  .theme-cataract2-insurance .pic {
    width: 250px;
    max-width: 250px;
  }
  .theme-cataract2-insurance .word {
    width: calc(100% - 250px);
    padding: 15px 10px 10px 20px
  }

  .theme-cataract1-sec3 {
    padding-top: 30px;
  }
  .theme-cataract1-sec3 .theme-cataract-flexbox .item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }

  _:-ms-input-placeholder .theme-cataract-flexbox .item, :root .theme-cataract1-sec3 .theme-cataract-flexbox .item {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
  }

  .theme-cataract-legend-box {
    padding: 10px;
    margin-top: 40px;
  }
  .theme-cataract-legend-box .ti {
    margin: -10px auto 0 auto;
    font-size: 1.11rem;
  }
  .theme-cataract-legend-box .ti span {
    padding: 10px 15px;
  }

  .theme-cataract1-sec6 .list .item {
    width: 50%;
  }

  .theme-cataract2-sec1 .theme-cataract-flexbox {
    display: block;
  }
  .theme-cataract2-sec1 .theme-cataract-flexbox img {
    max-width: 200px;
  }
  .theme-cataract2-sec1 .theme-cataract-flexbox .left img {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .theme-cataract2-sec1 .theme-cataract-flexbox .right {
    padding-bottom: 50px;
    position: relative;
  }
  .theme-cataract2-sec1 .theme-cataract-flexbox .right .tt {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .theme-cataract2-sec1 .theme-cataract-flexbox .right img {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .theme-cataract2-sec1 .theme-cataract-flexbox .mid {
    margin: -20px auto 0 auto;
    max-width: 450px;
    display: block;
  }
  .theme-cataract2-sec1 .theme-cataract-flexbox .mid::after {
    content: "";
    display: block;
    clear: both;
  }
  .theme-cataract2-sec1 .theme-cataract-legend-box .desc {
    font-size: 1rem;
    width: calc(50% - 4px);
  }
  .theme-cataract2-sec1 .theme-cataract-legend-box .desc:nth-child(2) {
    float: left;
    margin: 0;
    padding: 0 10px 0 0;
  }
  .theme-cataract2-sec1 .theme-cataract-legend-box .desc:nth-child(1) {
    float: right;
    margin: 0;
    padding: 0 0 0 10px;
  }
  .theme-cataract2-sec1 .theme-cataract-legend-box .desc i {
    display: block;
    white-space: nowrap;
  }
  .theme-cataract2-sec5 strong {
    font-size: 1.125em;
  }

  .theme-cataract5-sec2 .s3, .theme-cataract5-sec2 .s5 {
    max-width: 550px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .theme-cataract5-sec2 .s3 > *, .theme-cataract5-sec2 .s5 > * {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .theme-cataract2-sec6 .theme-cataract-legend-box .tt{
    font-size: 1.125rem;
  }
    
}
@media (max-width: 639px) {
  .theme-cataract-p.p-pleft {
    padding: 0 10px;
    margin-top: 10px;
  }

  .theme-cataract-flexbox {
    display: block;
    margin: 0 auto;
  }
  .theme-cataract-flexbox > * {
    margin-left: auto;
    margin-right: auto;
  }
  .theme-cataract-flexbox > *:last-of-type {
    margin-bottom: 0;
  }

  .theme-compare-list thead .crown {
    padding-top: 20px;
  }
  .theme-compare-list thead .crown img {
    position: absolute;
    right: auto;
    left: 50%;
    margin-left: -20px;
    top: -10px;
    max-width: 40px;
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }

  .theme-cataract1-compare .text {
    font-size: 0.75rem;
  }
  .theme-cataract1-compare .text span {
    display: block;
    font-size: 0.88rem;
  }

  .theme-cataract1-sec3 .theme-cataract-flexbox {
    display: block;
    margin: 0 auto;
  }
  .theme-cataract1-sec3 .theme-cataract-flexbox .item {
    display: block;
    width: 100%;
    border-left: none;
    border-top: 1px solid #ddd;
    margin: 0 auto;
    padding: 25px 0 25px 90px;
    text-align: left;
    position: relative;
  }
  .theme-cataract1-sec3 .theme-cataract-flexbox .item:first-of-type {
    border-top: none;
  }
  .theme-cataract1-sec3 .theme-cataract-flexbox .item .tit {
    position: absolute;
    top: 18px;
    left: 0;
    padding: 10px 8px;
    font-size: 1rem;
  }
  .theme-cataract1-sec3 .theme-cataract-flexbox .item .txt {
    margin: 0;
  }

  .theme-cataract1-sec6 .list {
    margin: 20px auto 0;
    max-width: 550px;
    text-align: left;
  }
  .theme-cataract1-sec6 .list .item {
    min-height: 140px;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 25px 0 25px 130px;
    text-align: left;
    border-top: 1px solid #ddd;
  }
  .theme-cataract1-sec6 .list .item:first-of-type {
    border-top: none;
  }
  .theme-cataract1-sec6 .list .item .icon {
    position: absolute;
    width: 100px;
    left: 0;
    top: 20px;
  }
  .theme-cataract1-sec6 .list .item .ti {
    margin: 0;
  }

  .theme-cataract2-sec2 .theme-cataract-flexbox div:nth-child(1) {
    max-width: 50%;
    margin-bottom: 50px;
  }

  .theme-cataract2-price .word {
    font-size: 1rem;
  }
  .theme-cataract2-price .name,
  .theme-cataract2-insurance .name {
    font-size: 1.25rem;
  }
  .theme-cataract2-price .name:before,
  .theme-cataract2-insurance .name:before {
    width: 20px;
    height: 20px;
    top: 5px
  }
  .theme-cataract2-insurance {
    display: block;
    margin-bottom: 20px;
  }
  .theme-cataract2-insurance .pic {
    display: block;
    width: 100%;
    max-width: none;
  }
  .theme-cataract2-insurance .word {
    display: block;
    width: 100%;
    padding: 15px;
  }

  .theme-cataract5-sec2 .s2, .theme-cataract5-sec2 .s4 {
    font-size: 0;
    text-align: center;
  }
  .theme-cataract5-sec2 .s2 > *, .theme-cataract5-sec2 .s4 > * {
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    display: inline-block;
    max-width: 200px;
    vertical-align: top;
  }
  .theme-cataract5-sec2 .s2 > * img, .theme-cataract5-sec2 .s4 > * img {
    display: inline-block;
  }

  .theme-cataract5-sec5 .feature {
    margin: 20px auto 0;
    padding: 30px 25px 200px 25px;
  }
  .theme-cataract5-sec5 .feature .pic {
    width: 56%;
  }

  .theme-cataract2-sec6 .theme-cataract-flexbox {
    margin: 0 
  }
  .theme-cataract2-sec6 .theme-cataract-flexbox > * {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 4px);     
    margin: 0 0 20px 0;
    padding: 0 10px
  }
  .theme-cataract2-sec6  .theme-cataract-legend-box.c-orange .ti {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    background: #e96100;
    border-radius: 20px 20px 0 0;
    padding: 10px;
    margin: -12px -12px 20px -12px;
  }
  .theme-cataract2-sec6  .theme-cataract-legend-box.c-orange .ti span::before{
    display: none;
  }
}
@media (max-width: 449px) {
  .theme-cataract5-sec3 .surgery .item {
    display: block;
    padding: 10px 0 0 0;
    min-height: auto;
    background: #a9caed;
    background: linear-gradient(5deg, #a9caed 0%, white 60%);
  }
  .theme-cataract5-sec3 .surgery .item img {
    position: relative;
    top: auto;
    left: auto;
    display: block;
    width: 250px;
    margin: 0 auto;
  }
}
@media (max-width: 399px) {
  #cataract hr {
    margin: 10px auto;
  }

  .theme-cataract1-sec6 .list .item {
    min-height: 120px;
    padding: 25px 0 25px 100px;
  }
  .theme-cataract1-sec6 .list .item .icon {
    width: 80px;
  }
  .theme-cataract1-sec6 .list .item .icon::after {
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
  }

  .theme-cataract2-sec2 .theme-cataract-flexbox div:nth-child(1) {
    max-width: 300px;
  }
}
/* --- Laser --- */
.laser1-content-theme {
  padding: 3% 0;
}
.laser1-content-theme img {
  max-width: 100%;
  height: auto !important;
}
.laser1-content-theme .laser1-theme-ti {
  font-size: 2rem;
  margin: 1rem 0 0 0;
  position: relative;
  vertical-align: middle;
  padding-left: 90px;
  padding-top: 15px;
}
.laser1-content-theme .laser1-theme-ti img {
  display: block;
  position: absolute;
  left: 15px;
  top: 15px;
  width: 50px;
}
.laser1-content-theme .laser1-theme-ti::before {
  content: "";
  width: 80px;
  height: 80px;
  background: #d5edf9;
  border-radius: 40px;
  display: block;
  margin: 0 10px 0 0;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.laser1-content-theme .laser1-theme-txt {
  padding-left: 90px;
  font-size: 1rem;
  line-height: 2rem;
}
.laser1-content-theme .laser1-theme-pic img {
  width: 100%;
  margin: 1rem 0;
}
.laser1-content-theme .laser1-theme-pic.recommend {
  font-size: 0;
}
.laser1-content-theme .laser1-theme-pic.recommend img {
  display: inline-block;
  vertical-align: bottom;
}
.laser1-content-theme .laser1-theme-pic.recommend img:nth-child(1) {
  width: 56%;
}
.laser1-content-theme .laser1-theme-pic.recommend img:nth-child(2) {
  width: 44%;
}
.laser1-content-theme .laser1-theme-pic.dj {
  font-size: 0;
}
.laser1-content-theme .laser1-theme-pic.dj img {
  margin: 0;
  display: inline-block;
  vertical-align: bottom;
}
.laser1-content-theme .laser1-theme-pic.dj img:nth-child(1) {
  width: 50%;
}
.laser1-content-theme .laser1-theme-pic.dj img:nth-child(2) {
  width: 50%;
}
.laser1-content-theme .laser1-theme-pic.praise {
  font-size: 0;
}
.laser1-content-theme .laser1-theme-pic.praise img {
  margin: 0;
  display: inline-block;
  vertical-align: bottom;
}
.laser1-content-theme .laser1-theme-pic.praise img:nth-child(1) {
  width: 28.5%;
}
.laser1-content-theme .laser1-theme-pic.praise img:nth-child(2) {
  width: 28.5%;
}
.laser1-content-theme .laser1-theme-pic.praise img:nth-child(3) {
  width: 43%;
}
.laser1-content-theme .laser1-theme-hr {
  margin: 2rem 0;
  border-top: 3px solid #e5f0f8;
}
.laser1-content-theme .laser1-theme-wrap {
  font-size: 0;
  margin: 0 -1rem;
  margin-bottom: 3%;
  padding: 3% 0;
  position: relative;
}
.laser1-content-theme .laser1-theme-wrap .laser1-theme-box {
  font-size: 1rem;
  display: inline-block;
  vertical-align: middle;
  width: calc(33.33% - 2rem);
  margin: 0 1rem;
  text-align: center;
  border-radius: 1.5rem;
  border-width: 2px;
  border-style: solid;
  border-color: #6bb92f;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.laser1-content-theme .laser1-theme-wrap .laser1-theme-box img {
  margin-top: 2rem;
  max-width: 100%;
}
.laser1-content-theme .laser1-theme-wrap .laser1-theme-box .ti {
  position: relative;
  margin: 0 auto;
  line-height: 50px;
  margin-top: -25px;
  color: #fff;
  font-size: 1.5rem;
  z-index: 1;
}
.laser1-content-theme .laser1-theme-wrap .laser1-theme-box .ti::before {
  content: "";
  display: block;
  background: #6bb92f;
  width: 60%;
  position: absolute;
  left: 20%;
  height: 50px;
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
  z-index: -1;
}
.laser1-content-theme .laser1-theme-wrap .laser1-theme-box .txt {
  border-top: 1px solid #ddd;
  padding: 1rem 1rem 2rem;
}
.laser1-content-theme .laser1-theme-wrap .laser1-theme-box:nth-child(2) {
  border-color: #ed6d00;
}
.laser1-content-theme .laser1-theme-wrap .laser1-theme-box:nth-child(2) .ti::before {
  background: #ed6d00;
}
.laser1-content-theme .laser1-theme-wrap .laser1-theme-box:nth-child(3) {
  border-color: #036eb7;
}
.laser1-content-theme .laser1-theme-wrap .laser1-theme-box:nth-child(3) .ti::before {
  background: #036eb7;
}

@media (max-width: 1366px) {
  .laser1-content-theme .laser1-theme-wrap .laser1-theme-box .ti {
    font-size: 1.25rem;
  }
  .laser1-content-theme .laser1-theme-wrap .laser1-theme-box .ti::before {
    width: 80%;
    left: 10%;
  }
}
@media (max-width: 991px) {
  .laser1-content-theme .laser1-theme-ti {
    padding-left: 70px;
    font-size: 1.5rem;
    padding-top: 10px;
    font-weight: bold;
  }
  .laser1-content-theme .laser1-theme-ti img {
    left: 10px;
    top: 10px;
    max-width: 40px;
  }
  .laser1-content-theme .laser1-theme-ti::before {
    width: 60px;
    height: 60px;
  }
  .laser1-content-theme .laser1-theme-txt {
    padding-left: 0px;
  }
  .laser1-content-theme .laser1-theme-wrap {
    margin: 0 -10px;
  }
  .laser1-content-theme .laser1-theme-wrap .laser1-theme-box {
    margin: 0 10px;
    width: calc( 33.33% - 20px );
  }
  .laser1-content-theme .laser1-theme-wrap .laser1-theme-box .ti {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .laser1-content-theme .laser1-theme-ti {
    font-size: 1.125rem;
    padding-left: 55px;
  }
  .laser1-content-theme .laser1-theme-ti img {
    max-width: 25px;
  }
  .laser1-content-theme .laser1-theme-ti::before {
    width: 45px;
    height: 45px;
  }
  .laser1-content-theme .laser1-theme-wrap {
    margin: 0;
  }
  .laser1-content-theme .laser1-theme-wrap .laser1-theme-box {
    margin: 1rem 0 2rem;
    width: 100%;
  }
  .laser1-content-theme .laser1-theme-pic.recommend img:nth-child(1), .laser1-content-theme .laser1-theme-pic.recommend img:nth-child(2), .laser1-content-theme .laser1-theme-pic.recommend img:nth-child(3), .laser1-content-theme .laser1-theme-pic.dj img:nth-child(1), .laser1-content-theme .laser1-theme-pic.dj img:nth-child(2), .laser1-content-theme .laser1-theme-pic.dj img:nth-child(3), .laser1-content-theme .laser1-theme-pic.praise img:nth-child(1), .laser1-content-theme .laser1-theme-pic.praise img:nth-child(2), .laser1-content-theme .laser1-theme-pic.praise img:nth-child(3) {
    width: 100%;
  }
}
.laser2-content-theme {
  padding: 0;
}
.laser2-content-theme img {
  max-width: 100%;
  height: auto !important;
}
.laser2-content-theme .laser2-theme-hr {
  margin: 2rem 0;
  border-top: 3px solid #e5f0f8;
}
.laser2-content-theme .laser2-theme-ti {
  font-size: 2rem;
  margin: 1rem 0 0 0;
  position: relative;
  vertical-align: middle;
  padding-left: 90px;
  padding-top: 15px;
}
.laser2-content-theme .laser2-theme-ti img {
  display: block;
  position: absolute;
  left: 15px;
  top: 15px;
  width: 50px;
}
.laser2-content-theme .laser2-theme-ti::before {
  content: "";
  width: 80px;
  height: 80px;
  background: #d5edf9;
  border-radius: 40px;
  display: block;
  margin: 0 10px 0 0;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.laser2-content-theme .laser2-theme-txt {
  padding-left: 90px;
  font-size: 1rem;
  line-height: 2rem;
  margin: 1rem 0;
}
.laser2-content-theme .theme-fixedbg {
  overflow: visible;
  padding: 80px 0;
  position: relative;
}
.laser2-content-theme .theme-fixedbg .ti {
  font-weight: bold;
  margin-bottom: 1rem;
}
.laser2-content-theme .theme-fixedbg .h3 {
  font-size: 2rem;
  text-align: center;
}
.laser2-content-theme .theme-fixedbg .bg-outside {
  width: 100vw;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  overflow: hidden;
  background: #f4fafd;
}
.laser2-content-theme .laser2-theme-ul-list {
  font-size: 1rem;
  list-style: none;
  padding: 0 20px;
  line-height: 2rem;
}
.laser2-content-theme .laser2-theme-ul-list > li {
  position: relative;
  margin-bottom: 1rem;
  padding-left: 20px;
}
.laser2-content-theme .laser2-theme-ul-list > li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 5px;
  display: block;
  position: absolute;
  left: 0px;
  top: 10px;
  background: #036eb7;
}
.laser2-content-theme .laser2-theme-ul-list > li > span {
  color: #036eb7;
  margin-right: 5px;
}
.laser2-content-theme .laser2-theme-wrap {
  font-size: 0;
  margin: 0 -1rem;
  margin-bottom: 3%;
  padding: 3% 0;
  position: relative;
}
.laser2-content-theme .laser2-theme-wrap .laser2-theme-box {
  text-align: center;
  display: inline-block;
  width: calc( 25% - 2rem );
  margin: 0 1rem 1rem;
  background: #fff;
  padding: 6rem 1rem 2rem;
  position: relative;
  vertical-align: top;
}
.laser2-content-theme .laser2-theme-wrap .laser2-theme-box span {
  font-size: 6.25rem;
  font-weight: bold;
  position: absolute;
  color: #036eb7;
  opacity: 0.2;
  text-align: center;
  font-style: italic;
  left: 50%;
  top: 40%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.laser2-content-theme .laser2-theme-wrap .laser2-theme-box .h4 {
  font-size: 1.5625rem;
  height: 4rem;
  line-height: 2rem;
}
.laser2-content-theme .laser2-theme-wrap .laser2-theme-left-box,
.laser2-content-theme .laser2-theme-wrap .laser2-theme-right-box {
  display: inline-block;
  width: 50%;
  vertical-align: middle;
}
.laser2-content-theme .laser2-theme-wrap .laser2-theme-left-box img {
  width: 100%;
}
.laser2-content-theme .laser2-theme-wrap .laser2-theme-right-box {
  font-size: 1rem;
  padding: 0 0 0 2rem;
  line-height: 2.2rem;
  text-align: justify;
}

@media (max-width: 1366px) {
  .laser2-content-theme .laser2-theme-wrap {
    margin: 1rem 0;
  }
  .laser2-content-theme .laser2-theme-wrap .laser2-theme-box {
    margin: 0 10px 20px;
    width: calc( 25% - 20px );
  }
  .laser2-content-theme .laser2-theme-wrap .laser2-theme-box span {
    font-size: 4.25rem;
  }
  .laser2-content-theme .laser2-theme-wrap .laser2-theme-box .h4 {
    font-size: 1.25rem;
  }
}
@media (max-width: 1199px) {
  .laser2-content-theme .laser2-theme-wrap {
    margin: 1rem 0;
  }
  .laser2-content-theme .laser2-theme-wrap .laser2-theme-box {
    padding: 5rem 10px 1rem;
  }
  .laser2-content-theme .laser2-theme-wrap .laser2-theme-box span {
    font-size: 3.25rem;
  }
  .laser2-content-theme .laser2-theme-wrap .laser2-theme-box .h4 {
    font-size: 1rem;
  }
}
@media (max-width: 991px) {
  .laser2-content-theme .laser2-theme-ti {
    padding-left: 70px;
    font-size: 1.5rem;
    padding-top: 10px;
    font-weight: bold;
  }
  .laser2-content-theme .laser2-theme-ti img {
    left: 10px;
    top: 10px;
    max-width: 40px;
  }
  .laser2-content-theme .laser2-theme-ti::before {
    width: 60px;
    height: 60px;
  }
  .laser2-content-theme .laser2-theme-txt {
    padding-left: 0px;
  }
  .laser2-content-theme .laser2-theme-wrap {
    padding: 1rem 0;
    margin: 1rem 0;
  }
  .laser2-content-theme .laser2-theme-wrap .laser2-theme-box {
    width: calc( 50% - 20px );
    padding: 5rem 10px 10px;
  }
  .laser2-content-theme .laser2-theme-wrap .laser2-theme-box span {
    font-size: 3.25rem;
  }
  .laser2-content-theme .laser2-theme-wrap .laser2-theme-box .h4 {
    font-size: 1.25rem;
  }
  .laser2-content-theme .laser2-theme-wrap .laser2-theme-left-box,
.laser2-content-theme .laser2-theme-wrap .laser2-theme-right-box {
    width: 100%;
    display: block;
    padding: 0;
  }
  .laser2-content-theme .laser2-theme-wrap .laser2-theme-left-box {
    margin-bottom: 1rem;
  }
  .laser2-content-theme .theme-fixedbg .h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .laser2-content-theme .laser2-theme-ti {
    font-size: 1.125rem;
    padding-left: 55px;
  }
  .laser2-content-theme .laser2-theme-ti img {
    max-width: 25px;
  }
  .laser2-content-theme .laser2-theme-ti::before {
    width: 45px;
    height: 45px;
  }
  .laser2-content-theme .laser2-theme-txt {
    font-size: 0.9375rem;
  }
  .laser2-content-theme .laser2-theme-wrap {
    padding: 1rem 0;
    margin: 1rem 0;
  }
  .laser2-content-theme .laser2-theme-wrap .laser2-theme-box {
    margin: 0 5px 10px;
    width: calc( 50% - 10px );
    padding: 3rem 10px 10px;
  }
  .laser2-content-theme .laser2-theme-wrap .laser2-theme-box br {
    display: none;
  }
  .laser2-content-theme .laser2-theme-wrap .laser2-theme-box span {
    font-size: 3.25rem;
  }
  .laser2-content-theme .laser2-theme-wrap .laser2-theme-box .h4 {
    font-size: 0.999rem;
    line-height: 1.5rem;
  }
  .laser2-content-theme .theme-fixedbg .h3 {
    font-size: 1.25rem;
  }
}
.laser3-content-theme {
  padding: 0;
}
.laser3-content-theme img {
  max-width: 100%;
  height: auto !important;
}
.laser3-content-theme .laser3-theme-ti {
  font-size: 2rem;
  margin: 1rem 0 0 0;
  position: relative;
  vertical-align: middle;
  padding-left: 90px;
  padding-top: 15px;
  font-weight: 600;
}
.laser3-content-theme .laser3-theme-ti img {
  display: block;
  position: absolute;
  left: 15px;
  top: 15px;
  width: 50px;
}
.laser3-content-theme .laser3-theme-ti::before {
  content: "";
  width: 80px;
  height: 80px;
  background: #d5edf9;
  border-radius: 40px;
  display: block;
  margin: 0 10px 0 0;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.laser3-content-theme .laser3-theme-txt {
  padding-left: 90px;
  font-size: 1rem;
  line-height: 2rem;
  margin: 1rem 0;
}
.laser3-content-theme .laser3-theme-txt .h3 {
  color: #036eb7;
  font-size: 1.5625rem;
}
.laser3-content-theme .laser3-theme-txt .h4 {
  color: #e96100;
}
.laser3-content-theme .laser3-theme-txt .h4::before {
  content: '';
  width: 9px;
  height: 25px;
  display: inline-block;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 512' fill='%23e96100'%3E%3Cpath d='M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z'/%3E%3C/svg%3E") no-repeat center center/contain;
  margin-right: 0.5rem;
}
.laser3-content-theme .laser3-theme-pic img {
  width: 100%;
  margin: 1rem 0;
}
.laser3-content-theme .laser3-theme-pic.techonlas {
  font-size: 0;
  border: 1px solid #ddd;
}
.laser3-content-theme .laser3-theme-pic.techonlas img {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  margin: 0;
}
.laser3-content-theme .laser3-theme-pic.victus {
  font-size: 0;
  margin: 0 0 2rem 0;
}
.laser3-content-theme .laser3-theme-pic.victus img {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  margin: 0;
}
.laser3-content-theme .laser3-theme-pic.treatment {
  font-size: 0;
}
.laser3-content-theme .laser3-theme-pic.treatment img {
  display: inline-block;
  vertical-align: middle;
  width: 33.33%;
  margin: 0;
}
.laser3-content-theme .laser3-theme-hr {
  margin: 2rem 0;
  border-top: 3px solid #e5f0f8;
}
.laser3-theme-flexwrap {
  margin: 30px auto 50px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.laser3-theme-flexwrap > .laser3-theme-box {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: calc(20% - 2rem);
      flex-basis: calc(20% - 2rem);
  width: calc(20% - 2rem);
  max-width: 300px;
  margin: 0 1rem;
  display: inline-block;
  vertical-align: top;
  font-size: 1rem;
  line-height: 1.8;
  position: relative;
}
.laser3-theme-flexwrap > .laser3-theme-box img{
  margin-bottom: 10px;
}
.laser3-content-theme .laser3-theme-wrap {
  font-size: 0;
  margin: 0 -1rem;
  margin-bottom: 3%;
  padding: 3% 0 !important;
  position: relative;
  text-align: center;
}
.laser3-content-theme .laser3-theme-wrap .laser3-theme-left-box,
.laser3-content-theme .laser3-theme-wrap .laser3-theme-right-box {
  display: inline-block;
  vertical-align: middle;
  width: calc(50% - 2rem);
}
.laser3-content-theme .laser3-theme-wrap .laser3-theme-box {
  font-size: 1rem;
  display: inline-block;
  vertical-align: middle;
  margin: 0 1rem;
  text-align: center;
}
.laser3-content-theme .laser3-theme-wrap .laser3-theme-box.four-box {
  margin: 0 1rem;
  vertical-align: top;
  width: calc(25% - 2rem);
  border-radius: 20px;
  color: #fff;
  font-size: 1rem;
  background: #036eb7;
  position: relative;
}
.laser3-content-theme .laser3-theme-wrap .laser3-theme-box.four-box img {
  position: relative;
  z-index: 0;
  width: 100%;
  border-radius: 20px 20px 0 0;
}
.laser3-content-theme .laser3-theme-wrap .laser3-theme-box.four-box::before {
  font-size: 1.5rem;
  position: absolute;
  z-index: 15;
  left: 50%;
  top: -25px;
  width: 60%;
  line-height: 50px;
  padding: 1px;
  background: #1c89d4;
  background: -webkit-gradient(linear, left top, right top, from(#1c89d4), color-stop(77%, #2ca6e0));
  background: linear-gradient(90deg, #1c89d4 0%, #2ca6e0 77%);
  border-radius: 30px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.laser3-content-theme .laser3-theme-wrap .laser3-theme-box.four-box:nth-of-type(1)::before {
  content: "STEP 01";
}
.laser3-content-theme .laser3-theme-wrap .laser3-theme-box.four-box:nth-of-type(2)::before {
  content: "STEP 02";
}
.laser3-content-theme .laser3-theme-wrap .laser3-theme-box.four-box:nth-of-type(3)::before {
  content: "STEP 03";
}
.laser3-content-theme .laser3-theme-wrap .laser3-theme-box.four-box:nth-of-type(4)::before {
  content: "STEP 04";
}
.laser3-content-theme .laser3-theme-wrap .laser3-theme-box.four-box::after {
  content: "";
}
.laser3-content-theme .laser3-theme-wrap .laser3-theme-box.four-box .h3 {
  font-size: 1.5rem;
  line-height: 2rem;
  height: 3rem;
  padding: 0 1rem;
  margin: 1.5rem 0;
}
.laser3-content-theme .laser3-theme-wrap .laser3-theme-box.three-box {
  margin: 0 1rem;
  vertical-align: top;
  width: calc(33.33% - 2rem);
}
.laser3-content-theme .laser3-theme-wrap .laser3-theme-box.six-circle {
  color: #fff;
  width: 180px;
  height: 180px;
  background: #2ca6e0;
  border-radius: 50%;
  padding: 4% 0;
  position: relative;
  margin-bottom: 1.5rem;
}
.laser3-content-theme .laser3-theme-wrap .laser3-theme-box.six-circle::before {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  left: -10px;
  right: -10px;
  top: -10px;
  bottom: -10px;
  border-radius: 50%;
  background: #b2d4ee;
  background: -webkit-gradient(linear, left top, left bottom, from(#b2d4ee), to(#e4f1f8));
  background: linear-gradient(180deg, #b2d4ee 0%, #e4f1f8 100%);
}
.laser3-content-theme .laser3-theme-wrap .laser3-theme-box.six-circle:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -90%;
  width: 90%;
  top: 50%;
  border-top: 1px dashed #2ca6e0;
  z-index: -2;
}
.laser3-content-theme .laser3-theme-wrap.bl-bg {
  padding: 4%;
  background: #f4fafd;
}
.laser3-content-theme .laser3-theme-wrap.bl-bg .three-box {
  margin: 0 2rem;
  vertical-align: top;
  width: calc(33.33% - 4rem);
}
.laser3-content-theme .laser3-theme-wrap.bl-bg .three-box img {
  margin-bottom: 1rem;
}
.laser3-content-theme .laser3-theme-wrap.bl-bg .three-box .h3 {
  font-size: 1.5625rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #3993d1;
}
.laser3-content-theme .laser3-theme-wrap.bl-bg .three-box .txt {
  color: #666;
  line-height: 2rem;
}
.laser3-content-theme .theme-fixedbg {
  overflow: visible;
  padding: 80px 0;
  position: relative;
}
.laser3-content-theme .theme-fixedbg .bg-outside {
  width: 100vw;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  overflow: hidden;
  background: #f4fafd;
}
.laser3-content-theme .theme-fixedbg .h3 {
  text-align: center;
  font-size: 2rem;
}
.laser3-content-theme .laser3-theme-ul-list {
  font-size: 1rem;
  list-style: none;
  padding: 0;
}
.laser3-content-theme .laser3-theme-ul-list > li {
  margin: 0 20px 10px 0;
}
.laser3-content-theme .laser3-theme-ul-list > li::before {
  content: '';
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23036eb7'%3E%3Cpath d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3E%3C/svg%3E") no-repeat center center/contain;
  margin-right: 0.5rem;
}
.laser3-content-theme .laser3-theme-ul-list.center {
  text-align: cenrter;
}
.laser3-content-theme .laser3-theme-ul-list.center > li {
  display: inline-block;
}

@media (max-width: 1366px) {
  .laser3-content-theme .laser3-theme-wrap .laser3-theme-box .ti {
    font-size: 1.25rem;
  }
  .laser3-content-theme .laser3-theme-wrap .laser3-theme-box .ti::before {
    width: 80%;
    left: 10%;
  }
  .laser3-content-theme .laser3-theme-wrap .laser3-theme-box.six-circle {
    width: 150px;
    height: 150px;
  }
  .laser3-content-theme .laser3-theme-wrap .laser3-theme-box.four-box::before {
    font-size: 1.25rem;
    top: -20px;
    line-height: 40px;
  }
  .laser3-content-theme .laser3-theme-wrap .laser3-theme-box.four-box .h3 {
    font-size: 1.125rem;
    margin: 1rem 0;
    line-height: 1.5rem;
    height: 3rem;
  }
}
@media (max-width: 1199px) {
  .laser3-content-theme .laser3-theme-wrap .laser3-theme-box.six-circle {
    width: 180px;
    height: 180px;
    margin: 0 3rem 2rem;
  }
  .laser3-content-theme .laser3-theme-wrap .laser3-theme-box.six-circle:nth-child(3)::after {
    display: none;
  }
  .laser3-content-theme .laser3-theme-wrap.bl-bg .three-box {
    margin: 0 1rem;
  }
  .laser3-content-theme .laser3-theme-wrap.bl-bg .three-box .h3 {
    font-size: 1.35rem;
  }
}
@media (max-width: 991px) {
  .laser3-content-theme .laser3-theme-ti {
    padding-left: 70px;
    font-size: 1.5rem;
    padding-top: 10px;
    font-weight: bold;
  }
  .laser3-content-theme .laser3-theme-ti img {
    left: 10px;
    top: 10px;
    max-width: 40px;
  }
  .laser3-content-theme .laser3-theme-ti::before {
    width: 60px;
    height: 60px;
  }
  .laser3-content-theme .laser3-theme-txt {
    padding-left: 0px;
  }
  .laser3-content-theme .laser3-theme-txt .h3 {
    font-size: 1.25rem;
  }
  .laser3-content-theme .laser3-theme-txt .h4 {
    font-size: 1.125rem;
  }
  .laser3-content-theme .laser3-theme-txt .h4::before {
    margin-right: 10px;
  }
  .laser3-theme-flexwrap > .laser3-theme-box {
    -ms-flex-preferred-size: calc(33% - 2rem);
        flex-basis: calc(33% - 2rem);
    width: calc(33% - 2rem);
  }
  .laser3-content-theme .laser3-theme-wrap {
    margin: 0 -10px;
  }
  .laser3-content-theme .laser3-theme-wrap .laser3-theme-box {
    margin: 0 10px;
  }
  .laser3-content-theme .laser3-theme-wrap .laser3-theme-box.six-circle {
    font-size: 0.875rem;
    width: 130px;
    height: 130px;
    margin: 0 2rem 2rem;
  }
  .laser3-content-theme .laser3-theme-wrap .laser3-theme-box.six-circle:nth-child(3)::after {
    display: none;
  }
  .laser3-content-theme .laser3-theme-wrap .laser3-theme-box.three-box {
    width: calc( 33.33% - 20px );
  }
  .laser3-content-theme .laser3-theme-wrap .laser3-theme-box .ti {
    font-size: 1.125rem;
  }
  .laser3-content-theme .laser3-theme-wrap .laser3-theme-box.four-box {
    margin: 0 1rem 2rem;
    width: calc( 50% - 2rem );
  }
  .laser3-content-theme .laser3-theme-wrap .laser3-theme-box.four-box::before {
    font-size: 1rem;
  }
  .laser3-content-theme .laser3-theme-wrap .laser3-theme-box.four-box .h3 {
    font-size: 1rem;
  }
  .laser3-content-theme .laser3-theme-wrap.bl-bg .three-box {
    margin: 0 10px;
  }

  .theme-fixedbg {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .laser3-content-theme .laser3-theme-ti {
    font-size: 1.125rem;
    padding-left: 55px;
  }
  .laser3-content-theme .laser3-theme-ti img {
    max-width: 25px;
  }
  .laser3-content-theme .laser3-theme-ti::before {
    width: 45px;
    height: 45px;
  }
  .laser3-content-theme .laser3-theme-txt .h3 {
    font-size: 1rem;
  }
  .laser3-content-theme .laser3-theme-txt .h4 {
    font-size: 0.9375rem;
  }
  .laser3-content-theme .laser3-theme-txt .h4::before {
    font-size: 1rem;
    margin-right: 5px;
  }
  .laser3-content-theme .laser3-theme-pic.techonlas img {
    display: block;
    width: 100%;
  }
  .laser3-content-theme .laser3-theme-pic.victus img {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
  }
  .laser3-content-theme .laser3-theme-pic.treatment img {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
  }
  .laser3-content-theme .laser3-theme-wrap {
    margin: 0 0 2rem 0;
    padding-top: 40px!important;
  }
  .laser3-content-theme .laser3-theme-wrap .laser3-theme-left-box,
  .laser3-content-theme .laser3-theme-wrap .laser3-theme-right-box {
    width: 100%;
    display: block;
  }
  .laser3-content-theme .laser3-theme-wrap .laser3-theme-box {
    width: 100%;
  }
  .laser3-content-theme .laser3-theme-wrap .laser3-theme-box.six-circle {
    font-size: 0.9375rem;
    margin: 0 0 2rem;
    width: 135px;
    height: 135px;
    margin: 0 15px 40px;
    padding: 8% 4%;
    line-height: 1.3rem;
  }
  .laser3-content-theme .laser3-theme-wrap .laser3-theme-box.six-circle:nth-child(3)::after {
    display: block;
  }
  .laser3-content-theme .laser3-theme-wrap .laser3-theme-box.six-circle:nth-child(even)::after {
    display: none;
  }
  .laser3-content-theme .laser3-theme-wrap .laser3-theme-box.four-box {
    margin: 0 5px 2rem;
    width: calc( 50% - 10px );
  }
  .laser3-content-theme .laser3-theme-wrap .laser3-theme-box.four-box::before {
    font-size: 0.875rem;
    height: 40px;
    line-height: 40px;
  }
  .laser3-content-theme .laser3-theme-wrap .laser3-theme-box.four-box .h3 {
    padding: 0 10px;
    font-size: 0.9375rem;
  }
  .laser3-content-theme .laser3-theme-wrap.bl-bg {
    padding: 20px;
  }
  .laser3-content-theme .laser3-theme-wrap.bl-bg .three-box {
    width: 100%;
    display: block;
    margin: 0;
  }
  .laser3-content-theme .laser3-theme-wrap.bl-bg .three-box .h3 {
    font-size: 1.125rem;
  }
  .laser3-content-theme .laser3-theme-wrap.bl-bg .three-box img {
    width: 60px;
  }
  .laser3-content-theme .theme-fixedbg {
    padding: 20px 0 0;
  }
  .laser3-content-theme .theme-fixedbg .h3 {
    font-size: 1.125rem;
  }
  .laser3-content-theme .laser3-theme-ul-list {
    text-align: left;
  }
  .laser3-content-theme .laser3-theme-ul-list > li {
    display: block;
    font-size: 0.9375rem;
  }
  .laser3-content-theme .laser3-theme-ul-list > li::before {
    font-size: 0.875rem;
    margin-right: 10px;
  }
}
@media (max-width:599px){
  .laser3-theme-flexwrap > .laser3-theme-box {
    margin: 0 10px 30px;
    -ms-flex-preferred-size: calc(50% - 20px);
        flex-basis: calc(50% - 20px);
    width: calc(50% - 20px);
    font-size: 1rem;
  }
  .laser3-theme-flexwrap.xs-list{
    display: block;
  }
  .laser3-theme-flexwrap.xs-list > .laser3-theme-box {
    max-width: 400px;
    padding: 20px 0 10px 110px;
    min-height: 90px;
    border-top: 1px solid #ddd;
    text-align: left;
    margin: 0 auto;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
  }
  .laser3-theme-flexwrap.xs-list > .laser3-theme-box:first-of-type {
    border-top: none
  }
  .laser3-theme-flexwrap.xs-list > .laser3-theme-box img {
    position: absolute;
    top: 5px;
    left: 10px;
    max-width: 90px;
  }
  .laser3-theme-flexwrap.xs-list > .laser3-theme-box br {
    display: none;
  }
}
@media (max-width:399px){
  .laser3-theme-flexwrap{
    display: block;
  }
  .laser3-theme-flexwrap > .laser3-theme-box {
    margin: 0 auto 20px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
  }
}
.laser4-content-theme {
  padding: 0;
}
.laser4-content-theme img {
  max-width: 100%;
  height: auto !important;
}
.laser4-content-theme .h3 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 2rem;
}
.laser4-content-theme .laser4-theme-hr {
  margin: 2rem 0;
  border-top: 3px solid #e5f0f8;
}
.laser4-content-theme .laser4-theme-ti {
  font-size: 2rem;
  margin: 1rem 0 0 0;
  position: relative;
  vertical-align: middle;
  padding-left: 90px;
  padding-top: 15px;
}
.laser4-content-theme .laser4-theme-ti img {
  display: block;
  position: absolute;
  left: 15px;
  top: 15px;
  width: 50px;
}
.laser4-content-theme .laser4-theme-ti::before {
  content: "";
  width: 80px;
  height: 80px;
  background: #d5edf9;
  border-radius: 40px;
  display: block;
  margin: 0 10px 0 0;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.laser4-content-theme .laser4-theme-txt {
  padding-left: 90px;
  font-size: 1rem;
  line-height: 2rem;
  margin: 1rem 0;
}
.laser4-content-theme .laser4-theme-txt .h4 {
  font-size: 1rem;
  color: #e96100;
}
.laser4-content-theme .laser4-theme-ul-list {
  font-size: 1rem;
  list-style: none;
  padding: 0 20px;
  line-height: 2rem;
}
.laser4-content-theme .laser4-theme-ul-list > li {
  position: relative;
  margin-bottom: 1rem;
}
.laser4-content-theme .laser4-theme-ul-list > li > span::before {
  content: '';
  width: 6px;
  height: 16px;
  display: inline-block;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 512' fill='%23036eb7'%3E%3Cpath d='M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z'/%3E%3C/svg%3E") no-repeat center center/contain;
  margin: 2px 5px 0 0;
}
.laser4-content-theme .laser4-theme-ul-list > li > span {
  color: #036eb7;
  border: 1px solid #2ca6e0;
  border-radius: 50px;
  padding: 7px 15px 5px;
  margin-bottom: 5px;
}
.laser4-content-theme .laser4-theme-wrap {
  position: relative;
  font-size: 0;
  margin: 0 auto;
  margin-bottom: 3%;
  position: relative;
}
.laser4-content-theme .laser4-theme-wrap.top-wrap {
  font-size: 1rem;
  padding: 17% 50% 20% 3%;
  text-align: center;
  z-index: 5;
}
.laser4-content-theme .laser4-theme-wrap.top-wrap img {
  left: 0;
  top: 0;
  width: 100%;
  position: absolute;
  z-index: -1;
}
.laser4-content-theme .laser4-theme-wrap.top-wrap .h3 {
  font-size: 3.3333rem;
  color: #036eb7;
}
.laser4-content-theme .laser4-theme-wrap.top-wrap p {
  font-size: 1.25rem;
}
.laser4-content-theme .laser4-theme-wrap.top-wrap p > span {
  color: #fff;
  position: relative;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  z-index: 0;
  margin: 1rem 0;
}
.laser4-content-theme .laser4-theme-wrap.top-wrap p > span::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: #036eb7;
  left: -20px;
  top: 0;
  right: -20px;
  bottom: 0;
  z-index: -1;
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
}
.laser4-content-theme .laser4-theme-wrap.process {
  padding: 3%;
  margin: 1rem 0;
  background: url(../images/del/laser_4_06.jpg) center center no-repeat;
  background-size: cover;
  text-align: center;
}
.laser4-content-theme .laser4-theme-wrap.process .h3 {
  color: #2ca6e0;
}
.laser4-content-theme .laser4-theme-wrap.process .laser4-theme-box {
  font-size: 1rem;
  display: inline-block;
  vertical-align: middle;
  margin: 0 1rem;
  text-align: center;
  width: calc(25% - 2rem);
  border-radius: 20px;
  color: #fed900;
  font-size: 1rem;
  position: relative;
}
.laser4-content-theme .laser4-theme-wrap.process .laser4-theme-box .pic-box {
  position: relative;
  background: url(../images/del/laser_4_process_img_bg.png) center center no-repeat;
  background-size: contain;
  padding: 5% 20% 8%;
}
.laser4-content-theme .laser4-theme-wrap.process .laser4-theme-box .pic-box img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
}
.laser4-content-theme .laser4-theme-wrap.process .laser4-theme-box:nth-child(odd) {
  margin-top: 80px;
}
.laser4-content-theme .laser4-theme-wrap.process .laser4-theme-box::before {
  display: block;
  font-size: 1.5rem;
  color: #fed900;
}
.laser4-content-theme .laser4-theme-wrap.process .laser4-theme-box:nth-of-type(1)::before {
  content: "STEP 01";
}
.laser4-content-theme .laser4-theme-wrap.process .laser4-theme-box:nth-of-type(2)::before {
  content: "STEP 02";
}
.laser4-content-theme .laser4-theme-wrap.process .laser4-theme-box:nth-of-type(3)::before {
  content: "STEP 03";
}
.laser4-content-theme .laser4-theme-wrap.process .laser4-theme-box:nth-of-type(4)::before {
  content: "STEP 04";
}
.laser4-content-theme .laser4-theme-wrap.process .laser4-theme-box .h4 {
  font-size: 1.3889rem;
}
.laser4-content-theme .laser4-theme-wrap .laser4-theme-left-box,
.laser4-content-theme .laser4-theme-wrap .laser4-theme-right-box {
  display: inline-block;
  width: 50%;
  vertical-align: middle;
}
.laser4-content-theme .laser4-theme-wrap .laser4-theme-left-box img {
  width: 100%;
}
.laser4-content-theme .laser4-theme-wrap .laser4-theme-right-box {
  font-size: 1rem;
  line-height: 2.2rem;
  text-align: justify;
  position: relative;
  overflow: hidden;
}
.laser4-content-theme .laser4-theme-wrap .laser4-theme-right-box img {
  position: absolute;
  width: 100%;
  display: block;
}
.laser4-content-theme .laser4-theme-wrap .laser4-theme-right-box .security-wrap {
  padding-top: 5%;
  padding-bottom: 62.5%;
  position: relative;
}
.laser4-content-theme .laser4-theme-wrap .laser4-theme-right-box .security-wrap .h3 {
  margin: 0;
  color: #2ca6e0;
}
.laser4-content-theme .laser4-theme-wrap .laser4-theme-right-box .security-wrap .h4 {
  position: absolute;
  padding: 0px 20px;
  border-radius: 30px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  border: 1px solid #2ca6e0;
  font-size: 1rem;
  background: rgba(255, 255, 255, 0.1);
}
.laser4-content-theme .laser4-theme-wrap .laser4-theme-right-box .security-wrap .h4::after {
  position: absolute;
}
.laser4-content-theme .laser4-theme-wrap .laser4-theme-right-box .security-wrap .h4:nth-of-type(1) {
  left: 11%;
  top: 29%;
}
.laser4-content-theme .laser4-theme-wrap .laser4-theme-right-box .security-wrap .h4:nth-of-type(1)::after {
  content: url(../images/del/laser_4_h4_line_01.png);
  left: 100%;
}
.laser4-content-theme .laser4-theme-wrap .laser4-theme-right-box .security-wrap .h4:nth-of-type(2) {
  left: 70%;
  top: 13%;
}
.laser4-content-theme .laser4-theme-wrap .laser4-theme-right-box .security-wrap .h4:nth-of-type(2)::after {
  right: 100%;
  top: 20px;
  content: url(../images/del/laser_4_h4_line_02.png);
}
.laser4-content-theme .laser4-theme-wrap .laser4-theme-right-box .security-wrap .h4:nth-of-type(3) {
  left: 74%;
  top: 46%;
}
.laser4-content-theme .laser4-theme-wrap .laser4-theme-right-box .security-wrap .h4:nth-of-type(3)::after {
  right: 100%;
  top: 20px;
  content: url(../images/del/laser_4_h4_line_03.png);
}
.laser4-content-theme .laser4-theme-wrap .laser4-theme-right-box .security-wrap .h4:nth-of-type(4) {
  left: 10%;
  top: 60%;
}
.laser4-content-theme .laser4-theme-wrap .laser4-theme-right-box .security-wrap .h4:nth-of-type(4)::after {
  left: 100%;
  top: -10px;
  content: url(../images/del/laser_4_h4_line_04.png);
}
.laser4-content-theme .laser4-theme-wrap .laser4-theme-right-box .security-wrap .h4:nth-of-type(5) {
  left: 69%;
  top: 80%;
}
.laser4-content-theme .laser4-theme-wrap .laser4-theme-right-box .security-wrap .h4:nth-of-type(5)::after {
  right: 100%;
  bottom: 0;
  content: url(../images/del/laser_4_h4_line_05.png);
}
.laser4-content-theme .laser4-theme-wrap.features .laser4-theme-ul-list {
  font-size: 0;
  list-style: none;
  padding: 0 20px;
  line-height: 2rem;
  margin: 0 -3rem;
}
.laser4-content-theme .laser4-theme-wrap.features .laser4-theme-ul-list > li {
  font-size: 1rem;
  display: inline-block;
  width: calc(50% - 6rem);
  vertical-align: top;
  margin: 0 3rem;
}
.laser4-content-theme .laser4-theme-wrap.features .features-wrap {
  position: relative;
  padding-top: 5%;
  padding-bottom: 43.5%;
  position: relative;
  overflow: hidden;
}
.laser4-content-theme .laser4-theme-wrap.features .features-wrap img {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.laser4-content-theme .laser4-theme-wrap.features .features-wrap img:nth-of-type(1) {
  width: 100%;
}
.laser4-content-theme .laser4-theme-wrap.features .features-wrap img:nth-of-type(2) {
  width: 40%;
}
.laser4-content-theme .laser4-theme-wrap.features .features-wrap .h3 {
  margin: 0;
  color: #2ca6e0;
}
.laser4-content-theme .laser4-theme-wrap.features .features-wrap .h4 {
  position: absolute;
  color: #fff;
  font-size: 1.3889rem;
  line-height: 1.5rem;
}
.laser4-content-theme .laser4-theme-wrap.features .features-wrap .h4 .aw {
  display: block;
  font-size: 1rem;
  color: #3fbdf9;
}
.laser4-content-theme .laser4-theme-wrap.features .features-wrap .h4::after {
  position: absolute;
}
.laser4-content-theme .laser4-theme-wrap.features .features-wrap .h4:nth-of-type(1) {
  text-align: right;
  left: 7%;
  top: 9%;
}
.laser4-content-theme .laser4-theme-wrap.features .features-wrap .h4:nth-of-type(1)::after {
  content: url(../images/del/laser_4_features_line_01.png);
  left: calc(100% + 10px);
}
.laser4-content-theme .laser4-theme-wrap.features .features-wrap .h4:nth-of-type(2) {
  left: 75.5%;
  top: 13%;
}
.laser4-content-theme .laser4-theme-wrap.features .features-wrap .h4:nth-of-type(2)::after {
  right: calc(100% + 10px);
  top: 20px;
  content: url(../images/del/laser_4_features_line_02.png);
}
.laser4-content-theme .laser4-theme-wrap.features .features-wrap .h4:nth-of-type(3) {
  left: 79%;
  top: 42%;
}
.laser4-content-theme .laser4-theme-wrap.features .features-wrap .h4:nth-of-type(3)::after {
  right: calc(100% + 10px);
  top: 11px;
  content: url(../images/del/laser_4_features_line_03.png);
}
.laser4-content-theme .laser4-theme-wrap.features .features-wrap .h4:nth-of-type(4) {
  left: 2%;
  top: 62%;
  text-align: right;
}
.laser4-content-theme .laser4-theme-wrap.features .features-wrap .h4:nth-of-type(4)::after {
  left: calc(100% + 10px);
  top: -100%;
  content: url(../images/del/laser_4_features_line_04.png);
}
.laser4-content-theme .laser4-theme-wrap.features .features-wrap .h4:nth-of-type(5) {
  left: 76%;
  top: 82%;
}
.laser4-content-theme .laser4-theme-wrap.features .features-wrap .h4:nth-of-type(5)::after {
  right: calc(100% + 10px);
  top: 0;
  content: url(../images/del/laser_4_features_line_05.png);
}
.laser4-content-theme .laser4-theme-wrap.faq .faq-list {
  padding: 0;
}
.laser4-content-theme .laser4-theme-wrap.faq .faq-list .box {
  display: block;
  padding: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-bottom: 1px solid #dddddd;
}
.laser4-content-theme .laser4-theme-wrap.faq .faq-list .box .q {
  display: block;
  position: relative;
  margin: 0;
  font-size: 1rem;
  padding: 10px 30px 10px 60px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: normal;
  line-height: 1.5rem;
}
.laser4-content-theme .laser4-theme-wrap.faq .faq-list .box .q > span {
  display: block;
  position: absolute;
  width: 15px;
  height: 1px;
  right: 0px;
  top: 50%;
  background: #333;
}
.laser4-content-theme .laser4-theme-wrap.faq .faq-list .box .q > span::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 16px;
  right: 7px;
  top: 50%;
  margin-top: -7.5px;
  background: #333;
}
.laser4-content-theme .laser4-theme-wrap.faq .faq-list .box .q:before {
  content: "";
  background: url(../images/del/laser_4_faq_icon.png) center center no-repeat #036eb7;
  position: absolute;
  font-size: 1rem;
  text-align: center;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  font-weight: normal;
}
.laser4-content-theme .laser4-theme-wrap.faq .faq-list .box .a {
  position: relative;
  padding: 10px 1rem 1rem 60px;
  margin: 0;
  font-size: 1rem;
  color: #444444;
  line-height: 2rem;
}
.laser4-content-theme .laser4-theme-wrap.faq .faq-list .box.open .q {
  border-bottom: 1px solid #ddd;
  color: #036eb7;
}
.laser4-content-theme .laser4-theme-wrap.faq .faq-list .box.open .q > span::after {
  display: none;
}
.laser4-content-theme .laser4-theme-wrap.faq .faq-list .box.open .a {
  display: block !important;
}
.laser4-content-theme .order-list {
  margin-bottom: 50px;
}
.laser4-content-theme .order-list .thead {
  width: 100%;
  background-color: #036eb7;
  color: #fff;
}
.laser4-content-theme .order-list .thead .box {
  font-size: 0;
}
.laser4-content-theme .order-list .thead .box .th {
  width: calc(85%/4);
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 15px 0;
  text-align: center;
  font-size: 1rem;
}
.laser4-content-theme .order-list .thead .box .th:first-child {
  width: 15%;
}
.laser4-content-theme .order-list .tbody {
  display: block;
  width: 100%;
}
.laser4-content-theme .order-list .tbody .box {
  display: table;
  width: 100%;
  position: relative;
  -webkit-transition: background 0.8s ease;
  transition: background 0.8s ease;
}
.laser4-content-theme .order-list .tbody .box .td {
  width: calc(85%/4);
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 15px;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  font-size: 1rem;
}
.laser4-content-theme .order-list .tbody .box .td:first-child {
  width: 15%;
  color: #171c61;
  text-align: left;
  padding-left: 20px;
}
.laser4-content-theme .order-list .tbody .box .td:last-child {
  border-right: 1px solid #ddd;
}

@media (max-width: 1366px) {
  .laser4-content-theme .laser4-theme-wrap.top-wrap {
    padding: 15% 50% 20% 3%;
  }
  .laser4-content-theme .laser4-theme-wrap.top-wrap .h3 {
    font-size: 2.5rem;
  }
  .laser4-content-theme .laser4-theme-wrap.features {
    margin: 0;
  }
  .laser4-content-theme .laser4-theme-wrap.features .features-wrap .h4 {
    font-size: 1.25rem;
  }
  .laser4-content-theme .laser4-theme-wrap.features .features-wrap .h4::after {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  .laser4-content-theme .laser4-theme-wrap.features .features-wrap .h4:nth-of-type(1)::after {
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  .laser4-content-theme .laser4-theme-wrap.features .features-wrap .h4:nth-of-type(2)::after {
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
  .laser4-content-theme .laser4-theme-wrap.features .features-wrap .h4:nth-of-type(3)::after {
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
  .laser4-content-theme .laser4-theme-wrap.features .features-wrap .h4:nth-of-type(4)::after {
    top: 0;
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  .laser4-content-theme .laser4-theme-wrap.features .features-wrap .h4:nth-of-type(5)::after {
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
}
@media (min-width: 1200px) {
  .laser4-content-theme .order-list .tbody .box:hover {
    background: #f5f5f5;
  }
  .laser4-content-theme .table-small {
    display: none;
  }
}
@media (max-width: 1199px) {
  .laser4-content-theme .laser4-theme-ul-list {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .laser4-content-theme .laser4-theme-ul-list > li {
    margin-bottom: 0;
  }
  .laser4-content-theme .laser4-theme-wrap.top-wrap {
    padding: 12% 50% 16% 3%;
  }
  .laser4-content-theme .laser4-theme-wrap.top-wrap .h3 {
    font-size: 1.8rem;
  }
  .laser4-content-theme .laser4-theme-wrap.top-wrap p {
    font-size: 1rem;
  }
  .laser4-content-theme .laser4-theme-wrap.features .features-wrap .h4 {
    font-size: 1rem;
  }
  .laser4-content-theme .laser4-theme-wrap.features .features-wrap .h4 .aw {
    font-size: 0.875rem;
  }
  .laser4-content-theme .laser4-theme-wrap.features .features-wrap .h4:nth-of-type(5) {
    left: 73%;
  }
  .laser4-content-theme .order-list .thead {
    display: none;
  }
  .laser4-content-theme .order-list .tbody {
    background: none;
    border-bottom: none;
  }
  .laser4-content-theme .order-list .tbody .box {
    position: relative;
    display: block;
    margin: 0 auto 1rem;
    background: #fff;
    border-right: 1px solid #e1e1e1;
    padding: 45px 0 0 0;
    border-bottom: 0;
  }
  .laser4-content-theme .order-list .tbody .box:before {
    content: attr(data-mtit);
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 1px;
    height: 45px;
    line-height: 45px;
    padding: 0px 20px;
    background-color: #036eb7;
    color: #fff;
    font-size: 1.125rem;
    z-index: 1;
  }
  .laser4-content-theme .order-list .tbody .box .td {
    position: relative;
    display: block;
    width: 100%;
    border-bottom: 1px solid #ddd;
    text-align: left;
    padding: 10px 10px 10px 30%;
  }
  .laser4-content-theme .order-list .tbody .box .td:before {
    content: attr(data-mtit);
    display: inline-block;
    vertical-align: middle;
    border-right: 1px solid #ddd;
    width: calc(30% - 15px);
    left: 0;
    top: 0;
    padding: 10px;
    height: 100%;
    position: absolute;
    text-align: center;
  }
  .laser4-content-theme .order-list .tbody .box .td:first-child {
    width: 100%;
    padding: 10px 10px 10px 30%;
    color: #333;
  }
  .laser4-content-theme .table-large {
    display: none;
  }
}
@media (max-width: 991px) {
  .laser4-content-theme .h3 {
    font-size: 1.35rem;
  }
  .laser4-content-theme .laser4-theme-ti {
    padding-left: 70px;
    font-size: 1.5rem;
    padding-top: 10px;
    font-weight: bold;
  }
  .laser4-content-theme .laser4-theme-ti img {
    left: 10px;
    top: 10px;
    max-width: 40px;
  }
  .laser4-content-theme .laser4-theme-ti::before {
    width: 60px;
    height: 60px;
  }
  .laser4-content-theme .laser4-theme-txt {
    padding-left: 0px;
  }
  .laser4-content-theme .laser4-theme-ul-list {
    padding: 0;
  }
  .laser4-content-theme .laser4-theme-wrap {
    margin: 1rem 0;
  }
  .laser4-content-theme .laser4-theme-wrap.top-wrap {
    padding: 12% 50% 16% 3%;
  }
  .laser4-content-theme .laser4-theme-wrap.top-wrap .h3 {
    font-size: 1.45rem;
  }
  .laser4-content-theme .laser4-theme-wrap.top-wrap p {
    font-size: 1rem;
  }
  .laser4-content-theme .laser4-theme-wrap.top-wrap p > span {
    font-size: 0.9375rem;
  }
  .laser4-content-theme .laser4-theme-wrap .laser4-theme-left-box,
.laser4-content-theme .laser4-theme-wrap .laser4-theme-right-box {
    width: 100%;
    display: block;
    padding: 0;
  }
  .laser4-content-theme .laser4-theme-wrap.process {
    margin: 0;
    padding: 5%;
  }
  .laser4-content-theme .laser4-theme-wrap.process .h3 {
    margin-bottom: 1rem;
  }
  .laser4-content-theme .laser4-theme-wrap.process .laser4-theme-box {
    width: 25%;
    margin: 0 0 10px 0;
  }
  .laser4-content-theme .laser4-theme-wrap.process .laser4-theme-box .pic-box {
    padding: 5% 15% 8%;
  }
  .laser4-content-theme .laser4-theme-wrap.process .laser4-theme-box::before {
    font-size: 0.875rem;
    margin-bottom: 1rem;
  }
  .laser4-content-theme .laser4-theme-wrap.process .laser4-theme-box .h4 {
    font-size: 1rem;
  }
  .laser4-content-theme .laser4-theme-wrap.features .laser4-theme-ul-list {
    margin: 0 -1rem;
  }
  .laser4-content-theme .laser4-theme-wrap.features .laser4-theme-ul-list > li {
    padding: 0;
    width: calc( 50% - 2rem );
    margin: 0 1rem;
  }
  .laser4-content-theme .laser4-theme-wrap.features .features-wrap .h4 {
    font-size: 0.9375rem;
  }
  .laser4-content-theme .laser4-theme-wrap.features .features-wrap .h4 .aw {
    font-size: 0.875rem;
  }
  .laser4-content-theme .laser4-theme-wrap.features .features-wrap .h4::after {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  .laser4-content-theme .laser4-theme-wrap.features .features-wrap .h4:nth-of-type(5) {
    left: 73%;
  }
  .laser4-content-theme .laser4-theme-wrap.features .features-wrap img:nth-of-type(2) {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .laser4-content-theme .h3 {
    margin-bottom: 1rem;
  }
  .laser4-content-theme .laser4-theme-ti {
    font-size: 1.125rem;
    padding-left: 55px;
  }
  .laser4-content-theme .laser4-theme-ti img {
    max-width: 25px;
  }
  .laser4-content-theme .laser4-theme-ti::before {
    width: 45px;
    height: 45px;
  }
  .laser4-content-theme .laser4-theme-ul-list {
    padding: 0;
    font-size: 0.9375rem;
  }
  .laser4-content-theme .laser4-theme-wrap.top-wrap {
    overflow: hidden;
    padding: 0 0 70% 0;
  }
  .laser4-content-theme .laser4-theme-wrap.top-wrap img {
    bottom: 0;
    right: 0;
    left: unset;
    top: unset;
    width: 150%;
    max-width: 150%;
  }
  .laser4-content-theme .laser4-theme-wrap.top-wrap .h3 {
    font-size: 1.45rem;
  }
  .laser4-content-theme .laser4-theme-wrap.top-wrap p {
    font-size: 1rem;
  }
  .laser4-content-theme .laser4-theme-wrap.top-wrap p > span {
    font-size: 0.875rem;
    height: 40px;
    line-height: 40px;
  }
  .laser4-content-theme .laser4-theme-wrap .laser4-theme-right-box img {
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    max-width: unset !important;
  }
  .laser4-content-theme .laser4-theme-wrap .laser4-theme-right-box .security-wrap {
    padding: 8% 20px;
  }
  .laser4-content-theme .laser4-theme-wrap .laser4-theme-right-box .security-wrap .h4 {
    height: 36px;
    line-height: 34px;
    font-size: 1rem;
    position: relative;
  }
  .laser4-content-theme .laser4-theme-wrap .laser4-theme-right-box .security-wrap .h4::after {
    display: none;
  }
  .laser4-content-theme .laser4-theme-wrap .laser4-theme-right-box .security-wrap .h4:nth-of-type(1), .laser4-content-theme .laser4-theme-wrap .laser4-theme-right-box .security-wrap .h4:nth-of-type(2), .laser4-content-theme .laser4-theme-wrap .laser4-theme-right-box .security-wrap .h4:nth-of-type(3), .laser4-content-theme .laser4-theme-wrap .laser4-theme-right-box .security-wrap .h4:nth-of-type(4), .laser4-content-theme .laser4-theme-wrap .laser4-theme-right-box .security-wrap .h4:nth-of-type(5) {
    left: unset;
    top: unset;
    bottom: unset;
  }
  .laser4-content-theme .laser4-theme-wrap.process {
    padding: 5% 3%;
    margin: 1rem 0;
    background: url(../images/del/laser_4_06.jpg) center center no-repeat;
    background-size: cover;
  }
  .laser4-content-theme .laser4-theme-wrap.process .laser4-theme-box {
    width: 50%;
  }
  .laser4-content-theme .laser4-theme-wrap.process .laser4-theme-box:nth-child(odd) {
    margin-top: 50px;
  }
  .laser4-content-theme .laser4-theme-wrap.process .laser4-theme-box::before {
    margin-bottom: 0;
  }
  .laser4-content-theme .laser4-theme-wrap.process .h3 {
    font-size: 1.35rem;
    position: relative;
    margin: 1rem 0 0;
  }
  .laser4-content-theme .laser4-theme-wrap.features .laser4-theme-ul-list {
    margin: 0;
  }
  .laser4-content-theme .laser4-theme-wrap.features .laser4-theme-ul-list > li {
    width: 100%;
    display: block;
    margin: 0;
  }
  .laser4-content-theme .laser4-theme-wrap.features .features-wrap {
    padding: 3% 0;
    margin-bottom: 1rem;
    background: #033860;
  }
  .laser4-content-theme .laser4-theme-wrap.features .features-wrap img {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 1rem;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  .laser4-content-theme .laser4-theme-wrap.features .features-wrap img:nth-of-type(1) {
    position: absolute;
    width: auto !important;
    max-width: unset !important;
    height: 100% !important;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .laser4-content-theme .laser4-theme-wrap.features .features-wrap img:nth-of-type(2) {
    width: 90%;
    margin: 3% auto;
  }
  .laser4-content-theme .laser4-theme-wrap.features .features-wrap .h4 {
    display: block;
    max-width: 90%;
    margin: 2% auto;
    margin-bottom: 1rem;
    padding: 0 1rem;
    position: relative;
    border-radius: 30px;
    border: 1px solid #ddd;
    line-height: 1.2rem;
    padding: 8px 1rem;
  }
  .laser4-content-theme .laser4-theme-wrap.features .features-wrap .h4::after {
    display: none;
  }
  .laser4-content-theme .laser4-theme-wrap.features .features-wrap .h4:nth-of-type(1), .laser4-content-theme .laser4-theme-wrap.features .features-wrap .h4:nth-of-type(2), .laser4-content-theme .laser4-theme-wrap.features .features-wrap .h4:nth-of-type(3), .laser4-content-theme .laser4-theme-wrap.features .features-wrap .h4:nth-of-type(4), .laser4-content-theme .laser4-theme-wrap.features .features-wrap .h4:nth-of-type(5) {
    left: unset;
    top: unset;
    bottom: unset;
    text-align: center;
  }
  .laser4-content-theme .laser4-theme-wrap.faq .faq-list .box {
    padding: 10px 0;
  }
  .laser4-content-theme .laser4-theme-wrap.faq .faq-list .box .q {
    padding: 5px 20px 10px 50px;
  }
  .laser4-content-theme .laser4-theme-wrap.faq .faq-list .box .q:before {
    width: 40px;
    height: 40px;
  }
  .laser4-content-theme .laser4-theme-wrap.faq .faq-list .box .a {
    padding: 15px 0;
  }

  .order-list .tbody .box:before {
    font-size: 1rem;
  }
  .order-list .tbody .box .td {
    padding-left: 130px;
    font-size: 1rem;
  }
  .order-list .tbody .box .td:before {
    width: calc(130px - 10px);
    line-height: 1;
    padding: 15px 5px;
  }
  .order-list .tbody .box .td:first-child {
    padding-left: 130px;
  }
}
@media (max-width:449px){
  .laser4-content-theme .laser4-theme-wrap .laser4-theme-right-box img {
    width: auto;
    height: 100%!important;
  }
}
.theme-block-title {
  font-size: 2rem;
  line-height: 1.2;
  color: #036eb7;
  padding: 0;
  margin: 0 0 15px 0;
  display: block;
  font-weight: 600;
}
.theme-block-title h1, .theme-block-title h2, .theme-block-title h3, .theme-block-title h4, .theme-block-title h5, .theme-block-title h6 {
  display: inline-block;
  font: inherit;
  margin: 0;
  padding: 0;
}

.theme-sub-title {
  font-size: 1.44rem;
  line-height: 1.5;
  color: #222;
  padding: 0;
  margin: 0 0 15px 0;
  display: block;
  font-weight: 600;
}

.theme-third-title {
  font-size: 1.22rem;
  line-height: 1.5;
  color: #036eb7;
  padding: 0;
  margin: 10px 0;
  display: block;
  font-weight: 600;
}

.theme-aw-title {
  display: block;
  position: relative;
  margin: 10px 0;
  font-size: 1.22rem;
  color: #1c89d4;
  padding-left: 20px;
  font-weight: 600;
}
.theme-aw-title::before {
  content: "";
  position: absolute;
  border-radius: 0;
  width: 0;
  height: 0;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #1c89d4;
  border-style: solid;
  background: none;
  top: 7px;
  left: 5px;
}
.theme-aw-title.c-orange {
  color: #e96100;
}
.theme-aw-title.c-orange::before {
  border-color: transparent transparent transparent #e96100;
}

/* 樣版1️⃣ - 左圖右文 */
.theme-r-word-l-pic {
  display: table;
  width: 100%;
  margin: 0 auto 60px auto;
}
.theme-r-word-l-pic p {
  margin-top: 5px;
  margin-bottom: 5px;
}
.theme-r-word-l-pic .pic {
  display: table-cell;
  vertical-align: middle;
  width: 50.5%;
  line-height: 0;
  position: relative;
  z-index: 10;
}
.theme-r-word-l-pic .word {
  display: table-cell;
  vertical-align: middle;
  width: 49.5%;
  padding-left: 40px;
}

/* 樣版2️⃣ - 右圖左文 */
.theme-r-pic-l-word {
  display: table;
  width: 100%;
  margin: 0 auto 60px auto;
  direction: rtl;
}
.theme-r-pic-l-word p {
  margin-top: 5px;
  margin-bottom: 5px;
}
.theme-r-pic-l-word .pic {
  display: table-cell;
  vertical-align: middle;
  width: 50.5%;
  direction: ltr;
  text-align: right;
  line-height: 0;
  position: relative;
  z-index: 10;
}
.theme-r-pic-l-word .word {
  display: table-cell;
  vertical-align: middle;
  width: 49.5%;
  direction: ltr;
  padding-right: 40px;
}

/* 樣版3️⃣ - 單圖單文 */
.theme-full {
  width: 100%;
  margin: 0 auto 60px;
}
.theme-full .pic {
  line-height: 0;
}
.theme-full img {
  width: 100%;
  display: block;
  margin: 0 auto 20px;
}
.theme-full p {
  margin-top: 5px;
  margin-bottom: 5px;
}

/* 樣版4️⃣ - 圖浮動左 */
.theme-pic-float-left {
  margin: 0 auto 60px auto;
}
.theme-pic-float-left::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  width: 100%;
}
.theme-pic-float-left .pic {
  max-width: 50%;
  float: left;
  margin: 0 40px 10px 0;
  line-height: 0;
  position: relative;
  z-index: 10;
}
.theme-pic-float-left p {
  margin-top: 5px;
  margin-bottom: 5px;
}

/* 樣版5️⃣ - 圖浮動右 */
.theme-pic-float-right {
  margin: 0 auto 60px auto;
}
.theme-pic-float-right::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  width: 100%;
}
.theme-pic-float-right .pic {
  max-width: 50%;
  float: right;
  margin: 0 0 10px 40px;
  line-height: 0;
  position: relative;
  z-index: 10;
}
.theme-pic-float-right p {
  margin-top: 5px;
  margin-bottom: 5px;
}

/* 樣版6️⃣ - 多欄圖文 */
.theme-mutiple-columns {
  margin: 0 -15px 60px -15px;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.theme-mutiple-columns > * {
  display: inline-block;
  vertical-align: top;
  width: calc(25% - 30px);
  margin: 0 15px 15px;
  height: auto !important;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1rem;
}
.theme-mutiple-columns p {
  margin-top: 5px;
  margin-bottom: 5px;
}
.theme-mutiple-columns img {
  line-height: 0;
  display: block;
}

.theme-pic-text {
  font-size: 0.88rem;
  text-align: left;
  line-height: 1.25;
  display: block;
  padding: 12px 5px 0 5px;
  margin-left: 1rem;
  text-indent: -1.2rem;
}
.theme-pic-text::before {
  content: "▲";
  font-size: 0.88em;
  margin-right: 0.2rem;
  vertical-align: top;
}

.is-ie .theme-mutiple-columns {
  display: block;
}
.is-ie .theme-mutiple-columns > * {
  display: inline-block;
  max-width: calc(25% - 35px);
}

/* 樣版7️⃣ - 列表樣式 */
.theme-list {
  list-style: none;
  margin: 10px 0 30px 0;
  padding: 0;
}
.theme-list li {
  display: block;
  position: relative;
  padding-left: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.theme-list li::before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  left: 5px;
  top: 15px;
  border-radius: 50%;
  background: #036eb7;
}

.theme-list-number {
  list-style-image: url(data:0);
  list-style: decimal;
  margin: 10px 0 30px 1.3rem;
  padding: 0 0 0 1.3rem;
}
.theme-list-number li {
  position: relative;
  padding: 0;
  margin: 5px 0 5px -1.3rem;
  display: list-item;
  list-style-position: outside;
}

/* 樣版8️⃣ - 背景壓圖 */
.theme-fixedbg {
  overflow: visible;
  padding: 80px 0;
  position: relative;
}
.theme-fixedbg + div {
  margin-top: 80px;
}
.theme-fixedbg p {
  margin-top: 5px;
  margin-bottom: 5px;
}
.theme-fixedbg .bg-outside {
  width: 100vw;
  height: 100%;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  overflow: hidden;
}
.theme-fixedbg .bg-inside {
  position: absolute !important;
  width: 100%;
  height: 150%;
  left: 0;
  top: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.theme-fixedbg > * {
  position: relative;
  z-index: 10;
}
.theme-fixedbg > .word {
  position: relative;
  max-width: 1500px;
  padding: 120px 0;
  text-align: center;
}
.theme-fixedbg > .word .cutline {
  display: block;
}

/* 樣版9️⃣ - 表格樣式 */
.theme-table {
  position: relative;
  overflow-y: hidden;
  overflow-x: auto;
  margin: 0 auto 60px;
}
.theme-table::after {
  content: "";
  width: 50px;
  height: 45px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  pointer-events: none;
  line-height: 1;
  z-index: 20;
  display: block;
  opacity: 0;
  top: 10px;
  right: 35px;
  -webkit-animation: ani_LR 0.8s both linear infinite;
          animation: ani_LR 0.8s both linear infinite;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.theme-table.need-scroll::after {
  opacity: 0.9;
}
.theme-table::-webkit-scrollbar {
  height: 5px;
}
.theme-table::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  border-radius: 0;
  margin: 0;
  background: rgba(3, 110, 183, 0.1);
}
.theme-table::-webkit-scrollbar-thumb {
  -webkit-box-shadow: none;
  border-radius: 0;
  background: rgba(3, 110, 183, 0.25);
}
.theme-table:hover::-webkit-scrollbar-thumb {
  background: rgba(3, 110, 183, 0.5);
}
.theme-table table {
  position: relative;
  z-index: 1;
  width: 100%;
  background: #fff;
  border-collapse: collapse;
  border: 1px solid rgba(200, 200, 200, 0.5);
}
.theme-table table thead {
  background: #036eb7;
}
.theme-table table thead th, .theme-table table thead td {
  white-space: nowrap;
  background: #036eb7;
  color: #fff;
  border: 1px solid #1587d3;
}
.theme-table table tbody th, .theme-table table tbody td {
  white-space: nowrap;
}
.theme-table table tbody tr:nth-of-type(even) th, .theme-table table tbody tr:nth-of-type(even) td {
  background: #f2fafd;
}
.theme-table table th, .theme-table table td {
  padding: 20px 15px;
  text-align: center;
  border: 1px solid rgba(200, 200, 200, 0.5);
}
.theme-table table tfoot {
  background: #f2f2f2;
  padding: 30px;
  font-size: 0.88rem;
  color: #666;
  width: 100%;
}
.theme-table table tfoot th, .theme-table table tfoot td {
  text-align: left;
  padding: 30px;
}

.pc .theme-table::after {
  background-image: url(../images/touch_icon_pc.png);
}

.mb .theme-table::after {
  background-image: url(../images/touch_icon_mb.png);
}

/* 樣版Animation */
@-webkit-keyframes ani_LR {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(35%);
            transform: translateX(35%);
  }
}
@keyframes ani_LR {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(35%);
            transform: translateX(35%);
  }
}
.theme-block-title.showrole, .theme-table.showrole {
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.theme-block-title.scroll-view, .theme-table.scroll-view {
  opacity: 1;
  -webkit-transition: opacity 0.5s 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.5s 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.theme-r-word-l-pic {
  -webkit-perspective: 900px;
          perspective: 900px;
}
.theme-r-word-l-pic.showrole .word {
  opacity: 0;
  -webkit-transform: translateX(-15px);
          transform: translateX(-15px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: transform 0.35s, opacity 0.35s;
  transition: transform 0.35s, opacity 0.35s, -webkit-transform 0.35s;
}
.theme-r-word-l-pic.showrole .pic {
  opacity: 0;
  -webkit-transform: translateX(15px) rotateY(25deg);
          transform: translateX(15px) rotateY(25deg);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: transform 0.35s, opacity 0.35s;
  transition: transform 0.35s, opacity 0.35s, -webkit-transform 0.35s;
}
.theme-r-word-l-pic.scroll-view .word {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity 0.8s 0.1s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.8s 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.8s 0.1s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.8s 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.8s 0.1s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 0.8s 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.8s 0.1s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 0.8s 0.1s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.8s 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.theme-r-word-l-pic.scroll-view .pic {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity 0.8s 0.2s, -webkit-transform 0.8s 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.8s 0.2s, -webkit-transform 0.8s 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.8s 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 0.8s 0.2s;
  transition: transform 0.8s 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 0.8s 0.2s, -webkit-transform 0.8s 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.theme-r-pic-l-word {
  -webkit-perspective: 900px;
          perspective: 900px;
}
.theme-r-pic-l-word.showrole .pic {
  opacity: 0;
  -webkit-transform: translateX(15px) rotateY(-25deg);
          transform: translateX(15px) rotateY(-25deg);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: transform 0.35s, opacity 0.35s;
  transition: transform 0.35s, opacity 0.35s, -webkit-transform 0.35s;
}
.theme-r-pic-l-word.showrole .word {
  opacity: 0;
  -webkit-transform: translateX(-15px);
          transform: translateX(-15px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: transform 0.35s, opacity 0.35s;
  transition: transform 0.35s, opacity 0.35s, -webkit-transform 0.35s;
}
.theme-r-pic-l-word.scroll-view .pic {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity 0.8s 0.1s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.8s 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.8s 0.1s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.8s 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.8s 0.1s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 0.8s 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.8s 0.1s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 0.8s 0.1s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.8s 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.theme-r-pic-l-word.scroll-view .word {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity 0.8s 0.2s, -webkit-transform 0.8s 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.8s 0.2s, -webkit-transform 0.8s 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.8s 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 0.8s 0.2s;
  transition: transform 0.8s 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 0.8s 0.2s, -webkit-transform 0.8s 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.theme-mutiple-columns.showrole > * {
  opacity: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: transform 0.35s, opacity 0.35s;
  transition: transform 0.35s, opacity 0.35s, -webkit-transform 0.35s;
}
.theme-mutiple-columns.scroll-view > * {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.theme-mutiple-columns.scroll-view > *:nth-child(1) {
  -webkit-transition-delay: 0.02s;
          transition-delay: 0.02s;
}
.theme-mutiple-columns.scroll-view > *:nth-child(2) {
  -webkit-transition-delay: 0.04s;
          transition-delay: 0.04s;
}
.theme-mutiple-columns.scroll-view > *:nth-child(3) {
  -webkit-transition-delay: 0.06s;
          transition-delay: 0.06s;
}
.theme-mutiple-columns.scroll-view > *:nth-child(4) {
  -webkit-transition-delay: 0.08s;
          transition-delay: 0.08s;
}
.theme-mutiple-columns.scroll-view > *:nth-child(5) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.theme-mutiple-columns.scroll-view > *:nth-child(6) {
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
}
.theme-mutiple-columns.scroll-view > *:nth-child(7) {
  -webkit-transition-delay: 0.14s;
          transition-delay: 0.14s;
}
.theme-mutiple-columns.scroll-view > *:nth-child(8) {
  -webkit-transition-delay: 0.16s;
          transition-delay: 0.16s;
}
.theme-mutiple-columns.scroll-view > *:nth-child(9) {
  -webkit-transition-delay: 0.18s;
          transition-delay: 0.18s;
}
.theme-mutiple-columns.scroll-view > *:nth-child(10) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.theme-list-number.showrole, .theme-list.showrole {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: transform 0.35s, opacity 0.35s;
  transition: transform 0.35s, opacity 0.35s, -webkit-transform 0.35s;
}
.theme-list-number.scroll-view, .theme-list.scroll-view {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.theme-fixedbg.showrole {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: transform 0.35s, opacity 0.35s;
  transition: transform 0.35s, opacity 0.35s, -webkit-transform 0.35s;
}
.theme-fixedbg.showrole > .word {
  opacity: 0;
  -webkit-transform: translateY(15%);
          transform: translateY(15%);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: transform 0.35s, opacity 0.35s;
  transition: transform 0.35s, opacity 0.35s, -webkit-transform 0.35s;
}
.theme-fixedbg.scroll-view {
  opacity: 1;
  -webkit-transition: opacity 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.theme-fixedbg.scroll-view .word {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.8s 0.35s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.8s 0.35s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.8s 0.35s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.8s 0.35s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.8s 0.35s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 0.8s 0.35s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.8s 0.35s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 0.8s 0.35s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.8s 0.35s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.theme-pic-float-right.showrole, .theme-pic-float-left.showrole, .theme-full.showrole {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: transform 0.35s, opacity 0.35s;
  transition: transform 0.35s, opacity 0.35s, -webkit-transform 0.35s;
}
.theme-pic-float-right.showrole .pic, .theme-pic-float-left.showrole .pic, .theme-full.showrole .pic {
  opacity: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: transform 0.35s, opacity 0.35s;
  transition: transform 0.35s, opacity 0.35s, -webkit-transform 0.35s;
}
.theme-pic-float-right.scroll-view, .theme-pic-float-left.scroll-view, .theme-full.scroll-view {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.theme-pic-float-right.scroll-view .pic, .theme-pic-float-left.scroll-view .pic, .theme-full.scroll-view .pic {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 0.6s 0.1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.6s 0.1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.6s 0.1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.6s 0.1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.6s 0.1s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.6s 0.1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.6s 0.1s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.6s 0.1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.6s 0.1s cubic-bezier(0.23, 1, 0.32, 1);
}

@media (max-width: 1299px) {
  .theme-block-title {
    font-size: 1.77rem;
  }

  .theme-sub-title {
    font-size: 1.22rem;
  }

  .theme-mutiple-columns {
    margin: 0 -8px 30px -8px;
  }
  .theme-mutiple-columns > * {
    width: calc(25% - 16px);
    margin: 0 8px 16px;
  }

  .is-ie .theme-mutiple-columns > * {
    max-width: calc(25% - 16px);
  }
}
@media (max-width: 991px) {
  .theme-block-title {
    font-size: 1.66rem;
  }

  .theme-mutiple-columns > * {
    width: calc(50% - 16px);
  }

  .is-ie .theme-mutiple-columns > * {
    max-width: calc(50% - 16px);
  }

  .theme-fixedbg {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .theme-fixedbg + div {
    margin-top: 60px;
  }
  .theme-fixedbg > .word {
    padding-top: 70px;
    padding-bottom: 60px;
  }
}
@media (max-width: 849px) {
  .theme-r-pic-l-word {
    display: block;
    direction: ltr;
  }
  .theme-r-pic-l-word .pic {
    display: block;
    width: 100%;
    margin: 0 auto 20px auto;
    text-align: center;
    max-width: none;
  }
  .theme-r-pic-l-word .word {
    display: block;
    width: 100%;
    padding-right: 0;
    max-width: none;
  }
  .theme-r-pic-l-word .theme-tour-stit {
    text-align: center;
  }

  .theme-r-word-l-pic {
    display: block;
  }
  .theme-r-word-l-pic .pic {
    display: block;
    width: 100%;
    margin: 0 auto 20px auto;
    text-align: center;
    max-width: none;
  }
  .theme-r-word-l-pic .word {
    display: block;
    width: 100%;
    padding-left: 0;
    max-width: none;
  }
  .theme-r-word-l-pic .theme-tour-stit {
    text-align: center;
  }

  .theme-r-word-l-pic.showrole .word, .theme-r-pic-l-word.showrole .word {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: transform 0.35s, opacity 0.35s;
    transition: transform 0.35s, opacity 0.35s, -webkit-transform 0.35s;
  }
  .theme-r-word-l-pic.showrole .pic, .theme-r-pic-l-word.showrole .pic {
    opacity: 0;
    -webkit-transform: translateY(50px) scale(0.98);
            transform: translateY(50px) scale(0.98);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: transform 0.35s, opacity 0.35s;
    transition: transform 0.35s, opacity 0.35s, -webkit-transform 0.35s;
  }
  .theme-r-word-l-pic.scroll-view .word, .theme-r-word-l-pic.scroll-view .pic, .theme-r-pic-l-word.scroll-view .word, .theme-r-pic-l-word.scroll-view .pic {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: opacity 0.65s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.65s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: opacity 0.65s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.65s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: transform 0.65s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.65s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: transform 0.65s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.65s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.65s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  .theme-r-word-l-pic.scroll-view .word, .theme-r-pic-l-word.scroll-view .word {
    -webkit-transition-delay: 0.25s;
            transition-delay: 0.25s;
  }
}
@media (max-width: 767px) {
  .theme-pic-float-left .pic {
    margin: 0 20px 6px 0;
  }

  .theme-pic-float-right .pic {
    margin: 0 0 6px 20px;
  }

  .theme-block-title {
    font-size: 1.625rem;
    font-weight: 600;
  }

  .theme-fixedbg {
    padding: 40px 0;
  }
  .theme-fixedbg > .word {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .theme-fixedbg + div {
    margin-top: 40px;
  }
}
@media (max-width: 639px) {
  .theme-mutiple-columns > * {
    width: calc(50% - 8px);
  }

  .is-ie .theme-mutiple-columns > * {
    max-width: calc(50% - 8px);
  }

  .theme-fixedbg > .word .cutline {
    display: inline;
  }

  .theme-block-title {
    font-size: 1.388rem;
  }

  .theme-sub-title {
    font-size: 1.11rem;
  }

  .theme-third-title {
    font-size: 1.11rem;
  }

  .theme-aw-title {
    font-size: 1.11rem;
    margin-left: -20px;
  }
  .theme-aw-title::before {
    top: 5px;
  }
}
@media (max-width: 499px) {
  .theme-mutiple-columns {
    display: block;
  }
  .theme-mutiple-columns > * {
    display: block;
    width: 100%;
    margin: 0 0 10px 0;
  }

  .is-ie .theme-mutiple-columns > * {
    max-width: none;
  }
}

/* 2023.03.30 */
.container-1400.catalog,
.article--news.catalog {
  padding: 0;
}
.catalog-wrap .form-box {
  padding-left: 0;
  max-width: 500px;
}
.catalog-wrap .input-style {
  background-color: #f6f6f6;
  border: 1px solid #f6f6f6;
}
.catalog-wrap .g-btn {
  display: block;
  margin: 2% auto 0;
}
.catalog-list-wrap .catalog-list {
  margin: 3% auto 0;
}
.catalog-list .item {
  width: calc(100% / 2 - 4%);
  margin: 0 2% 60px;
  display: inline-block;
  vertical-align: top;
  background: #fff;
  text-align: center;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.catalog-list .item.showrole--list {
  opacity: 0;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.65s ease;
  transition: opacity 0.35s, -webkit-transform 0.65s ease;
  transition: opacity 0.35s, transform 0.65s ease;
  transition: opacity 0.35s, transform 0.65s ease, -webkit-transform 0.65s ease;
}
.catalog-list .item.scroll-view {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
/* .catalog-list .item .pic {
  display: inline-block;
  position: relative;
  line-height: 0;
  width: 40%;
  overflow: hidden;
  vertical-align: top;
}
.catalog-list .item .pic > div {
  position: relative;
  width: 100%;
  padding-bottom: 65.32%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
} */
.catalog-list .item .text {
  display: block;
  width: 100%;
  position: relative;
  padding: 25px 40px;
}
.catalog-list .item .title {
  margin: 10px auto 0 auto;
  font-size: 1.5rem;
  color: #222;
  font-weight: 600;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  max-height: 4.5rem;
}
.catalog-list .item .desc {
  margin: 20px auto 0 auto;
  font-size: 1rem;
  color: #666;
  line-height: 1.66;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  max-height: 5.29125rem;
}
.catalog-list .item .g-btn {
  display: inline-block;
  margin-top: 20px;
}
.pc .catalog-list .item .pic:hover > div {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

@media (max-width: 1299px) {
  .catalog-list .item .pic {
    width: 40%;
    margin: 15px;
  }
  .catalog-list .item .text {
    width: 55%;
  }
}

@media (max-width: 1199px) {
  .catalog-list-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
  .catalog-list .item .text {
    padding: 20px;
  }
  .catalog-list .item .title {
    margin: 10px auto 0 auto;
    font-size: 1.25rem;
    max-height: 3.75rem;
  }
  .catalog-list .item .desc {
    margin-top: 10px;
    font-size: 1rem;
    max-height: 4.98rem;
    -webkit-line-clamp: 2;
  }
}

@media (max-width: 991px) {
  .article--news.catalog {
    padding: 0 30px;
  }
  .catalog-list .item {
    width: calc(100% / 2 - 4%);
    margin: 0 2% 60px;
  }
  .catalog-list .item .pic,
  .catalog-list .item .text {
    display: block;
    width: 100%;
    margin: 0;
    text-align: center;
  }
}

@media (max-width: 679px) {
  .catalog-list .item {
    width: 100%;
    margin: 0 auto 35px;
  }
  .catalog-wrap .g-btn {
    margin: 4% auto 0;
  }
}

/* 2023.04.07 */
.about-sec-title.catalog {
  position: relative;
  margin-bottom: 4%;
  padding-bottom: 15px;
}
.about-sec-title.catalog::before {
  content: "";
  display: block;
  position: absolute;
  width: 60px;
  height: 1px;
  left: 50%;
  margin-left: -30px;
  bottom: 0;
  background: #2ca6e0;
}

@media (max-width: 679px) {
  .about-sec-title.catalog {
    margin-bottom: 8%;
  }
}