@charset "UTF-8";
/* * CSS Document
 * * ==========================================================================
 * * 版權所有 2021 鉅潞科技網頁設計公司，並保留所有權利。
 * * 網站地址: http://www.grnet.com.tw
 * * ==========================================================================
 * * $Author: Rain, Buzz $
 * * $Date: 2021/06 $ 
 * * $Description: Index Style $
 * * */
/*Color & Font */
#index .g-title {
  text-align: center;
}
#index section {
  position: relative;
  padding: 80px 0;
}
#index .i-kanban {
  position: relative;
  height: 80vh;
  width: calc( 100% - 70px );
  margin-left: 70px;
  position: relative;
  z-index: 3;
}
#index .i-kanban::after {
  content: "Dr. Yang Eye alliance";
  position: absolute;
  line-height: 1;
  bottom: 140px;
  left: -110px;
  color: #fff;
  font-size: 0.875rem;
  z-index: 99;
  transform-origin: center;
  transform: rotate(90deg) translateX(50%);
}
#index .scroll-down {
  position: absolute;
  width: 30px;
  height: 65px;
  bottom: 20px;
  left: 50%;
  margin-left: -15px;
  z-index: 25;
  background: url(../images/scrolldown.png) 0 0 no-repeat;
  overflow: hidden;
  animation: translateY 2s ease-in-out infinite;
}

@keyframes translateY {
  0% {
    bottom: 20px;
  }
  50% {
    bottom: 30px;
  }
  100% {
    bottom: 20px;
  }
}
.ds-slider-mask {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  transform-origin: top left;
  transform: scale(0, 1);
  transition: transform 0.5s ease-in-out;
}
.ds-slider-mask.active {
  transform: scale(1, 1);
}

@supports (-webkit-backdrop-filter: blur(30px)) or (backdrop-filter: blur(30px)) {
  .ds-slider-mask {
    background: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
  }
}
.ds-slider-wrap {
  position: relative;
  z-index: 20;
  max-width: 100vw;
}
.ds-slider-wrap.is-disabled {
  pointer-events: none;
}

.ds-slider-awpos {
  z-index: 15;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 102px;
  height: 50px;
  font-size: 0;
}
.ds-slider-awpos .aw {
  outline: none;
  position: absolute;
  display: inline-block;
  z-index: 5;
  width: 50px;
  height: 50px;
  font-size: 0;
  top: 0;
  border-radius: 0;
  top: auto;
  text-align: center;
  transition: all 0.25s;
  background-color: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  opacity: 1;
}
.ds-slider-awpos .aw:before {
  content: "";
  z-index: 5;
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  border-style: solid;
  border-color: #fff;
  transform-origin: center center;
  opacity: 1;
  transform: rotate(-135deg);
}
.ds-slider-awpos .aw:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.ds-slider-awpos .aw:active {
  background-color: #2ca6e0;
}
.ds-slider-awpos .aw:active:after {
  transform: scaleY(1);
}
.ds-slider-awpos .aw:active:before {
  border-color: #fff;
}
.ds-slider-awpos .aw-prev {
  left: 0;
}
.ds-slider-awpos .aw-prev:before {
  border-width: 2px 2px 0 0;
  margin-left: -4px;
  left: 50%;
}
.ds-slider-awpos .aw-next {
  right: 0;
}
.ds-slider-awpos .aw-next:before {
  border-width: 0 0 2px 2px;
  margin-right: -4px;
  right: 50%;
}

.ds-slider {
  position: relative;
  z-index: 0;
  line-height: 0;
  background: #fff;
}
.ds-slider.shown .ds-img {
  animation: ani_kanbanIn 1s both;
}
.ds-slider.shown .ds-text {
  opacity: 1;
  animation: ani_fadeIn 1s 0.25s both;
}
.ds-slider .slick-dots {
  position: absolute;
  left: -45px;
  width: 10px;
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
}
.ds-slider .slick-dots li {
  margin: 10px auto;
  display: block;
}
.ds-slider .slick-dots li button {
  width: 10px;
  height: 10px;
  background: transparent;
  border: 2px solid #b5b6b6;
  transition: background-color 0.25s, width 0.25s;
}
.ds-slider .slick-dots li.slick-active button,
.ds-slider .slick-dots li:hover button {
  border: 2px solid #0055c4;
  background: #0055c4;
}

.ds-slide {
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.ds-slide iframe {
  z-index: 22;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.ds-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.ds-text {
  opacity: 0;
  color: #fff;
  position: absolute;
  text-align: center;
  z-index: 20;
  width: 100%;
  top: 50%;
  left: 50%;
  max-width: calc(100% - 40px);
  transform: translate(-50%, -50%);
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.56);
}

.ds-title {
  font-size: 3.33rem;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  line-height: 1.2;
  display: block;
}

.ds-description {
  font-size: 1.11rem;
  display: block;
  margin: 20px auto 0;
  line-height: 1.5;
}

@media (max-width: 1199px) {
  #index section {
    padding: 50px 0;
  }
  #index .i-kanban {
    width: calc( 100% - 60px );
    margin-left: 60px;
    height: 60vh;
  }

  .ds-slide {
    height: 60vh;
  }

  .ds-title {
    font-size: 2.22rem;
  }
}
@media (max-width: 991px) {
  #index .i-kanban {
    height: 500px;
    width: 100%;
    margin-left: 0;
  }

  .ds-slide {
    height: 500px;
  }
}
@media (max-width: 767px) {
  #index .i-kanban {
    height: 280px;
  }
  #index .scroll-down {
    display: none;
  }

  .ds-slide {
    height: 280px;
  }

  .ds-title {
    font-size: 1.33rem;
  }

  .ds-description {
    font-size: 0.88rem;
  }

  .ds-slider-awpos {
    left: auto;
    right: 0;
  }
}
.i-event {
  position: relative;
  z-index: 1;
  background: url(../images/even_bg.png);
}

.i-event img {
  height: auto;
  position: relative;
}
.i-event .bg {
  position: absolute;
  left: 0;
  top: -200px;
  right: 66.66%;
  bottom: 30%;
  background-position-x: left !important;
  background-repeat: no-repeat;
  background-color: #2ca6e0;
}
.i-event .swiper-wrapper {
  padding-bottom: 50px;
}
.i-event .swiper-container {
  width: 100%;
  height: auto;
  transition: opacity 0.6s ease;
}
.i-event .swiper-container.swiper-container-coverflow {
  padding-top: 30px;
  padding-bottom: 120px;
}
.i-event .swiper-container.loading {
  background: url(../images/loading.gif) no-repeat center 25%;
}
.i-event .swiper-container.loading .swiper-wrapper {
  opacity: 0;
  visibility: hidden;
}
.i-event .swiper-container:hover .swiper-button-prev,
.i-event .swiper-container:hover .swiper-button-next {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.i-event .swiper-slide {
  background-position: center;
  background-size: cover;
}
.i-event .swiper-slide:not(.swiper-slide-active) {
  pointer-events: none;
}
.i-event .swiper-slide img {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
}
.i-event .swiper-slide .content {
  position: absolute;
  top: 40%;
  left: 0;
  width: 50%;
  padding-left: 5%;
  color: #fff;
}
.i-event .swiper-slide .content .title {
  font-size: 2.6em;
  font-weight: bold;
  margin-bottom: 30px;
}
.i-event .swiper-slide .content .caption {
  display: block;
  font-size: 13px;
  line-height: 1.4;
}
.i-event .ratioWrapper {
  position: relative;
  width: 100%;
  height: 0;
  background-color: #000;
  padding-top: 55.71%;
}
.i-event .ratioWrapper img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.i-event .slide-caption {
  font-family: helvetica;
  color: white;
  text-transform: lowercase;
  letter-spacing: 2px;
  font-size: 15px;
  padding-top: 10px;
  text-align: center;
}
.i-event [class^=swiper-button-] {
  width: 44px;
}
.i-event .swiper-button-prev,
.i-event .swiper-button-next {
  width: 30px;
  height: 30px;
  background-size: contain;
  bottom: 0;
  top: unset;
  transform: translateX(0);
}
.i-event .swiper-button-prev::after,
.i-event .swiper-button-next::after {
  color: #036eb7;
  font-size: 1.375rem;
  font-weight: 800;
}
.i-event .swiper-button-prev {
  left: calc(50% - 100px);
}
.i-event .swiper-button-next {
  right: calc(50% - 100px);
}
.i-event .swiper-pagination {
  bottom: 0;
  font-size: 0.9rem;
  color: #888;
}
.i-event .swiper-pagination-total {
  font-size: 0.9rem;
  color: #888;
}
.i-event .swiper-pagination-current {
  color: #0055c4;
  font-weight: bold;
  font-size: 1.2rem;
}
.i-event .videoWrapper {
  position: relative;
  width: 100%;
  height: 0;
  background: none;
  line-height: 0;
  backface-visibility: hidden;
  padding-top: 55.71%;
}
.i-event .summary {
  padding: 15px;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  opacity: 0;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}
.i-event .swiper-slide-active .summary {
  opacity: 1
}
.i-event .summary .tit {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.6;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  max-width: 100%;
  margin-bottom: 10px;
  display: block;
}
.i-event .summary .desc {
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  max-height: 3.2rem;
  width: 100%;
  max-width: 100%;
}
.i-event .videoIframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.i-event .videoPoster {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: none;
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-size: cover;
  text-indent: -999em;
  overflow: hidden;
  opacity: 1;
  transition: opacity 800ms, height 0s;
  transition-delay: 0s, 0s;
}
.i-event .videoWrapperActive .videoPoster {
  opacity: 0;
  height: 0;
  transition-delay: 0s, 800ms;
}
.i-event .videoIframe {
  position: absolute;
  top: 0;
}
.i-event .stroke-solid {
  stroke-dashoffset: 0;
  stroke-dasharray: 300;
  stroke-width: 2px;
  transition: stroke-dashoffset 1s ease, opacity 1s ease;
  opacity: 1;
}
.i-event .vid-icon {
  transition: transform 200ms ease-out;
  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
}
.i-event .play-vid:hover .stroke-dotted {
  stroke-width: 4px;
  opacity: 1;
}
.i-event .play-vid:hover .stroke-solid {
  opacity: 1;
  stroke-dashoffset: 300;
}
.i-event .play-vid:hover .icon {
  transform: scale(1.05);
  opacity: 1;
}
.i-event .play-vid {
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.85;
  width: 80px;
  height: 80px;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
body.is-ie .i-event .swiper-container {
  position: relative;
  display: block !important;
}
body.is-ie .i-event .swiper-wrapper {
  position: relative;
  display: block !important;
  margin: 0 auto;
}
body.is-ie .i-event .swiper-wrapper img {
  width: 100% !important;
  height: auto !important;
}
body.is-ie .i-event .slick-arrow {
  position: absolute;
  z-index: 1;
  width: 50px;
  height: 50px;
  display: block;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  display: block;
  font-size: 0;
  padding: 0;
  top: 50%;
  border: none;
  margin-top: -25px;
  background-color: transparent;
  transition: transform 0.2s;
  transform: scale(0.8, 1);
}
body.is-ie .i-event .slick-arrow:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -1ㄅpx;
  width: 22px;
  height: 22px;
  transform: rotate(-45deg);
}
body.is-ie .i-event .slick-arrow.slick-disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
body.is-ie .i-event .swiper-button-prev {
  left: 0px;
}
body.is-ie .i-event .swiper-button-prev:before {
  left: 50%;
  margin-left: -4px;
  border-left: 3px solid #dedad4;
  border-top: 3px solid #dedad4;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
}
body.is-ie .i-event .swiper-button-prev:not(.slick-disabled):hover:before, body.is-ie .i-event .swiper-button-prev:not(.slick-disabled):active:before {
  border-left: 3px solid #fff;
  border-top: 3px solid #fff;
}
body.is-ie .i-event .swiper-button-next {
  right: 0;
}
body.is-ie .i-event .swiper-button-next:before {
  right: 50%;
  margin-right: -4px;
  border-left: 3px solid transparent;
  border-top: 3px solid transparent;
  border-right: 3px solid #dedad4;
  border-bottom: 3px solid #dedad4;
}
body.is-ie .i-event .swiper-button-next:not(.slick-disabled):hover:before, body.is-ie .i-event .swiper-button-next:not(.slick-disabled):active:before {
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

@media (max-width: 1199px) {
  body:not(.is-ie) .i-event .swiper-container {
    height: auto;
  }
  body:not(.is-ie) .i-event .swiper-container.swiper-container-coverflow {
    padding-top: 0;
  }
  body:not(.is-ie) .i-event .slide-caption {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .i-event {
    background: #e9eaec;
  }
  .i-event .bg {
    top: 0;
    background-size: 80% auto;
  }
}
@media (max-width: 767px) {
  .i-event {
    padding-top: 0;
  }
  .i-event .bg {
    display: none;
  }
}
#index .i-service {
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
}
#index .i-service .g-title {
  text-align: left;
}
#index .i-service .g-title .ch {
  font-size: 1.5rem;
}
#index .i-service .g-title::after {
  display: block;
  width: 40px;
  background: #2ca6e0;
  margin: 1.5rem 0 0 0;
}
#index .i-service .wrap .left-box {
  width: 38%;
  padding-right: 6%;
}
#index .i-service .wrap .left-box .txt {
  line-height: 2rem;
}
#index .i-service .wrap .right-box {
  width: 62%;
}
#index .i-service .wrap .right-box .list {
  margin: 0 -1.5rem;
}
#index .i-service .wrap .right-box .list .box {
  position: relative;
  margin: 0 1.5rem;
  width: calc(50% - 3rem);
}
#index .i-service .wrap .right-box .list .box .txt-box {
  padding: 1.5rem;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background: #0055c4;
  background: linear-gradient(180deg, rgba(0, 85, 196, 0.7) 10%, #0055c4 70%);
  color: #fff;
}
#index .i-service .wrap .right-box .list .box .txt-box .txt {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
  line-height: 2rem;
}
#index .i-service .wrap .right-box .list .box:nth-child(2) .txt-box {
  background: #171c61;
  background: linear-gradient(180deg, rgba(23, 28, 97, 0.75) 10%, #171c61 70%);
}

@media (min-width: 992px) {
  #index .i-service .wrap .right-box .list .box:hover .txt-box .h3 {
    color: #fff;
  }
}
@media (max-width: 1199px) {
  #index .i-service .g-title {
    margin-bottom: 10px;
  }
  #index .i-service .g-title::after {
    margin: 10px 0 0;
  }
  #index .i-service .wrap .left-box {
    width: 33.33%;
    padding-right: 2rem;
    vertical-align: middle;
  }
  #index .i-service .wrap .right-box {
    width: 66.66%;
    vertical-align: middle;
  }
  #index .i-service .wrap .right-box .list {
    margin: 0 -10px;
  }
  #index .i-service .wrap .right-box .list .box {
    margin: 0 10px;
    width: calc(50% - 20px);
  }
  #index .i-service .wrap .right-box .list .box .txt-box {
    padding: 1rem;
  }
  #index .i-service .wrap .right-box .list .box .txt-box .h3 {
    font-size: 1.1rem;
    margin-bottom: 10px;
  }
  #index .i-service .wrap .right-box .list .box .txt-box .txt {
    line-height: 1.5rem;
    font-size: 0.888;
  }
}
@media (max-width: 991px) {
  #index .i-service .g-title {
    margin-bottom: 10px;
  }
  #index .i-service .g-title .en {
    font-size: 1.8rem;
  }
  #index .i-service .g-title .ch {
    font-size: 1rem;
  }
  #index .i-service .g-title::after {
    margin: 10px 0 0;
  }
  #index .i-service .wrap .right-box .list {
    margin: 0 -1rem;
  }
  #index .i-service .wrap .right-box .list .box {
    margin: 0 10px;
    width: calc(50% - 2rem);
  }
}
@media (max-width: 767px) {
  #index .i-service .g-title {
    text-align: center;
    margin-bottom: 10px;
  }
  #index .i-service .g-title .en {
    font-size: 1.8rem;
  }
  #index .i-service .g-title .ch {
    font-size: 1rem;
  }
  #index .i-service .g-title::after {
    margin: 10px auto 0;
  }
  #index .i-service .wrap {
    text-align: center;
  }
  #index .i-service .wrap .right-box,
#index .i-service .wrap .left-box {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 1rem;
  }
  #index .i-service .wrap .right-box .list {
    margin: 30px 0 0;
  }
  #index .i-service .wrap .right-box .list .box {
    margin: 0 5px;
    width: calc(50% - 10px);
  }
  #index .i-service .wrap .right-box .list .box .txt-box .h3 {
    margin-bottom: 5px;
  }
}
@media (max-width: 449px) {
  #index .i-service .wrap .right-box .list .box .txt-box {
    padding: 0.5rem;
  }
  #index .i-service .wrap .right-box .list .box .txt-box .h3 {
    font-size: 0.88rem;
  }
  #index .i-service .wrap .right-box .list .box .txt-box .txt {
    font-size: 0.88rem;
  }
}
.i-news {
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  padding: 80px 0;
  background: #2ca6e0;
  background: linear-gradient(180deg, rgba(44, 166, 224, 0.5) 20%, rgba(5, 119, 198, 0.5) 90%);
}
.i-news .bg {
  z-index: 0;
  position: absolute;
  left: 60%;
  right: -20%;
  top: -30%;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}
.i-news .list {
  position: relative;
  z-index: 1;
  margin-left: -20px;
  margin-right: -20px;
}
.i-news .list .box {
  padding: 0 20px;
  width: 25%;
}
.i-news .list .box::before {
  content: "";
}
.i-news .list .box .pic-box {
  padding-bottom: 65%;
}
.i-news .list .box .pic-box img {
  position: absolute;
  width: 100%;
}
.i-news .list .box .txt-box {
  padding: 1.5rem;
  background: #fff;
}
.i-news .list .box .txt-box .date {
  font-size: 0.888rem;
  color: #0055c4;
}
.i-news .list .box .txt-box .h3 {
  font-size: 1rem;
  line-height: 1.5rem;
  height: 3rem;
  margin-bottom: 0;
  text-overflow: unset;
  white-space: unset;
}
.i-news .slick-dots li button {
  width: 10px;
  height: 10px;
  background: transparent;
  border: 2px solid #fff;
  transition: background-color 0.25s, width 0.25s;
}
.i-news .slick-dots li.slick-active button,
.i-news .slick-dots li:hover button {
  border: 2px solid #fff;
  background: #fff;
}

@media (max-width: 1199px) {
  .i-news .list {
    margin-left: -10px;
    margin-right: -10px;
  }
  .i-news .list .box {
    padding: 0 10px;
  }
  .i-news .list .box .txt-box {
    padding: 1rem;
  }
  .i-news .list .box .txt-box .h3 {
    font-size: 1rem;
  }
}
.i-case {
  opacity: 0;
  position: relative;
  padding-bottom: 28vw !important;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.i-case.scroll-view {
  opacity: 1;
  -webkit-transition-delay: 0.25s;
       -o-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.i-case::after {
  content: "";
  position: absolute;
  left: -5%;
  top: 43%;
  right: -5%;
  bottom: -70%;
  background: #d2eaf7;
  border-radius: 100% 100% 0 0;
  z-index: -1;
}

.i-case-wrap {
  position: absolute;
  width: 0;
  height: 0;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.i-case-wrap::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.i-case-list {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.i-case-list .cell {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transform-origin: center top;
}
.i-case-list .cell a {
  display: block;
  width: 14.5vw;
  min-width: 180px;
  max-width: 305px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 -3px 15px rgba(0, 0, 0, 0.15);
  border: 10px solid #fff;
  background: #fff;
  position: relative;
  color: rgba(0, 0, 0, 0.92);
  transform: translateY(700%);
}
.i-case-list .cell a .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;
  transform: scale(-0.9);
  transition: opacity 0.35s, transform 0.35s;
}
.i-case-list .cell a .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;
  transform: translate(-50%, -50%);
  color: #fff;
}
.i-case-list .cell a:hover .eff {
  opacity: 1;
  transform: scale(-1);
}
.i-case-list .cell a:hover::after {
  opacity: 1;
  top: -20px;
}
.i-case-list .cell a::before {
  content: "";
  display: block;
  padding-bottom: 136.84%;
}
.i-case-list .cell a::after {
  content: attr(title);
  display: block;
  font-size: 1rem;
  position: absolute;
  top: -10px;
  z-index: 35;
  left: 0;
  width: 100%;
  text-align: center;
  transform: translateY(-110%) scale(-1);
  font-weight: 600;
  color: #333;
  opacity: 0;
  transition: top 0.25s, opacity 0.25s;
}
.i-case-list .cell a img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(-1);
}

@media (max-width: 1109px) {
  .i-case {
    padding-bottom: 350px !important;
  }
}
@media (max-width: 767px) {
  .i-case::after {
    top: calc(100% - 250px);
    left: -50%;
    right: -50%;
  }

  .i-case-list .cell a {
    border: 8px solid #fff;
  }
}
