@media (min-width: 900px){
  #advantage3-section{
    margin-bottom: 138px;
  }

  #advantage3-section .sub-advantage-container{
    background-image: url("../img/png/2x/advantage3_bg.png");
  }

  .sub-advantage-img3-1, .sub-advantage-img3-2, .sub-advantage-img3-3{
    background-image: url();
  }

  .sub-advantage2-detail-sentence{
    height: 200px;
  }

  .sub-advantage2-detail-btn{
    position: static;
  }

  .smaller-sub-advantage{
    width: 330px;
    margin: 0 10px
  }

  .tour-container{
    max-width: 1250px;
    min-height: 400px;
    height: auto;
    padding: 50px 40px;
    margin: 0 20px;
  }

  .tour-gallery{
    width: 450px;
  }

  .tour-img{
    width: 214px;
  }

  .tour-img img{
    width: 100%;
  }

  .tour-info{
    display: flex;
    justify-content: center;
    margin-bottom: 68px;
    align-items: flex-end;
    flex-wrap:wrap;
  }

  .tour-text{
    width: 600px;
    margin-left: 46px;
  }

  .tour-title{
    font-size: 33pt;
    margin-bottom: 0;
  }

  .tour-detail-msg{
    width: 100%;
    font-size: 26pt;
    font-weight: normal;
  }

  .tour-contact{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .tour-container{
    border-radius: 20px;
  }

  .tour-container .contact-title p{
    font-size: 15pt;
    color: var(--main-color);
  }
}