.section-serveice {
  padding-top: 240px;
  padding-bottom: 200px; }
  @media (max-width: 1023.98px) {
    .section-serveice {
      padding-top: 134px;
      padding-bottom: 90px; } }

.service {
  width: 100%; }
  @media (hover: hover) {
    .service:hover .hover-wrapper {
      opacity: 1;
      pointer-events: initial; } }
  .service .img {
    width: 66.66667vw; }
    .service .img-inner {
      padding-top: 37.1875%; }
    .service .img img {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .service .title-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 50%;
    width: 29.6875vw;
    height: 14.0625vw;
    padding: 0 4.0625vw;
    -webkit-box-shadow: -10px 10px 30px rgba(0, 0, 0, 0.25);
    box-shadow: -10px 10px 30px rgba(0, 0, 0, 0.25); }
  .service .title-en {
    margin-bottom: 1.04167vw; }
  .service .hover-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s; }
    .service .hover-wrapper .title {
      margin-bottom: 1.875vw; }
    .service .hover-wrapper .content {
      opacity: 0.7; }
    .service .hover-wrapper .more {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: absolute;
      top: 80%; }
      .service .hover-wrapper .more::before {
        content: "";
        display: block;
        width: 2px;
        height: 6.25vw;
        margin-bottom: 1.875vw;
        background-color: #df003a; }
  .service-row:nth-child(2n + 1) .title-wrapper {
    left: 100%;
    -webkit-transform: translate(-32%, -50%);
    -ms-transform: translate(-32%, -50%);
    transform: translate(-32%, -50%); }
  .service-row:nth-child(2n) .img {
    margin-left: auto; }
  .service-row:nth-child(2n) .title-wrapper {
    right: 100%;
    -webkit-transform: translate(32%, -50%);
    -ms-transform: translate(32%, -50%);
    transform: translate(32%, -50%); }
  .service-row:nth-child(n + 2) {
    margin-top: 8.33333vw; }
  @media (max-width: 1023.98px) {
    .service .img {
      width: 100%; }
    .service .title-wrapper {
      top: 25.625vw;
      width: 55vw;
      height: 26.25vw;
      padding: 0 6.25vw;
      -webkit-box-shadow: -3px 3px 10px rgba(0, 0, 0, 0.25);
      box-shadow: -3px 3px 10px rgba(0, 0, 0, 0.25); }
    .service .title-en {
      margin-bottom: 1.875vw; }
    .service-row {
      padding: 0 7.5vw; }
      .service-row:nth-child(n) .title-wrapper {
        left: 0;
        right: initial;
        -webkit-transform: initial;
        -ms-transform: initial;
        transform: initial; }
      .service-row:nth-child(n + 2) {
        margin-top: 50px; }
    .service .hover-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      position: relative;
      background-color: initial;
      opacity: 1;
      pointer-events: initial;
      margin-top: calc((64vw / 320 * 100) + 30px);
      white-space: initial; }
      .service .hover-wrapper .title {
        margin-bottom: 20px; }
      .service .hover-wrapper .more {
        position: relative;
        top: initial;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        border-bottom: 2px solid #df003a;
        padding-bottom: 6px;
        margin-top: 30px; }
        .service .hover-wrapper .more::before {
          display: none; } }
