/* Mobile */
@media (max-width:600px) {
  .Galloping_Box {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background: url(../images/Mobile/Galloping_BK.jpg) center center no-repeat;
    background-size: 100vw 100vh;
  }

  .Galloping_Div {
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    overflow: hidden;
  }

  .Galloping_Title {
    padding-top: 12.3vw;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 4vw;
  }

  .Galloping_Title p {
    margin: 0 auto;
    width: 86vw;
    height: auto;
    overflow: hidden;
    margin-bottom: 4vw;
  }

  .Galloping_Title p img {
    width: 86vw;
    height: auto;
  }

  .Galloping_Title h4 {
    margin: 0 auto;
    width: 86vw;
    height: auto;
    font-size: 3.2vw;
    font-family: "Georgia";
    color: #FFDF91;
    line-height: 4vw;
    text-align: center;
    overflow: hidden;
    margin-bottom: 4vw;
  }

  .Galloping_Swiper_Div {
    position: relative;
    margin: 0 auto;
    width: 92vw;
    height: auto;
    padding-bottom: 12vw;
  }

  .Galloping_Swiper {
    margin: 0 auto;
    width: 78vw;
    height: 105vw;
    overflow: hidden;
  }

  .Galloping_Swiper .swiper-slide {
    margin: 0 auto;
    width: 78vw;
    height: 105vw;

    background-color: rgba(36, 27, 17, 0.7);
  }

  .Galloping_Swiper p {
    margin: 0 auto;
    margin-top: 6vw;
    width: 70vw;
    height: 60vw;
    overflow: hidden;
  }

  .Galloping_Swiper p img {
    width: 70vw;
    height: 60vw;
  }

  .Galloping_Txt {
    position: absolute;
    bottom: 6vw;
    width: 100%;
    height: auto;
  }

  .Galloping_Txt h4 {
    padding: 0 5vw;
    background: url(../images/Galloping_Txt_BK.png) left top 2px no-repeat;
    font-size: 3.2vw;
    line-height: 4vw;
    font-weight: bold;
    color: #FFE099;
    font-family: "Georgia";
    margin-bottom: 2vw;
  }

  .Galloping_Txt h4 a {
    color: #FFE099;
  }

  .Galloping_Txt h5 {
    padding: 0 5vw;
    font-size: 3vw;
    line-height: 4vw;
    /* font-weight: bold; */
    color: #FFE099;
    font-family: "Georgia";
  }

  .Galloping_BTPrev {
    position: absolute;
    left: 0;
    top: calc(50% - 3.8vw);        
    background: url(../images/BT_Prev.png);
    width: 4.8vw;
    height: 7.6vw;
    background-size: 4.8vw 7.6vw;
    z-index: 2;
    cursor: pointer;
  }

  .Galloping_BTNext {
    position: absolute;
    right: 0;
    top: calc(50% - 3.8vw); 
    background: url(../images/BT_Next.png);
    width: 4.8vw;
    height: 7.6vw;
    background-size: 4.8vw 7.6vw;
    z-index: 2;
    cursor: pointer;
  }

  .Galloping_pagination {
    font-size: 12px;
    bottom: 0 !important;
    height: 20px !important;
  }

  .Galloping_pagination .swiper-pagination-bullet {

    width: 3vw;
    height: 3.2vw;
    background: url(../images/pigination.png) center center no-repeat;
    background-size: 3vw 3.2vw;
    opacity: 1;
  }

  .Galloping_pagination .swiper-pagination-bullet-active {
    background: url(../images/pigination_on.png) center center no-repeat;
    background-size: 3vw 3.2vw;
  }
  .Galloping_Txt em {
    font-weight: inherit;
    font-style: italic;
  }
}



@media (max-width:600px) {}