@media screen and (max-width: 375px) {
  .tour_list_place .list .box .content h3 {
    border-bottom: none;
  }
}

/* ----------- RWD ---------- */
/*＿＿＿＿＿公版2訂購面板樣01款＿＿＿＿＿*/
@media screen and (max-width: 1600px) {
  .selectDate {
    font-size: 0.97222vw;
  }
}
@media screen and (max-width: 1024px) {
  .selectDate {
    font-size: 16px;
  }
  .priceGroup .price table .price-item01 {
    width: 33%;
  }
  .priceGroup .price table .price-item02 {
    width: 34%;
  }
  .priceGroup .price table .price-item03 {
    width: 18%;
  }
}

@media screen and (max-width: 768px) {
  .priceGroup .hotel-box select {
    width: calc(100% - 146px);
  }
}

@media screen and (max-width: 640px) {
  .selectDate {
    font-size: 2.10938vw;
  }
}

@media screen and (max-width: 375px) {
  .priceGroup .hotel-box select {
    width: calc(100% - 128px);
  }
  .selectDate {
    font-size: 3.73333vw;
  }
}

@media screen and (max-width: 320px) {
  .selectDate {
    font-size: 4.0625vw;
  }
}

/*＿＿＿＿＿公版2訂購面板樣02款-日期排序＿＿＿＿＿*/
@media screen and (max-width: 1400px) {
  .list_wrap .table > div {
    font-size: 16px;
  }
  .list_wrap .row {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .list_wrap .row > div:first-of-type {
    -webkit-align-self: flex-start;
    align-self: flex-start;
  }
  .list_wrap .row > div:last-of-type {
    -webkit-align-self: flex-end;
    align-self: flex-end;
  }
  .list_wrap .row p {
    margin-bottom: 0;
  }
  .list_wrap .item-box-head .btn {
    padding: 0px 8px;
    font-size: 14px;
  }
  .list_wrap .total {
    margin-top: 20px;
  }
}

@media screen and (max-width: 1280px) {
  .list_wrap h3 {
    font-size: 1.5625vw;
  }
  .list_wrap .table > div {
    white-space: nowrap;
    /*font-size: 0.40625vw;*/
    font-size: 1.20625vw;
  }
  .list_wrap .item-box-head .btn {
    white-space: nowrap;
    padding: 0px 5px;
    font-size: 1.17188vw;
  }
  .list_wrap .item-box-body {
    padding: 0 15px 20px;
  }
  .list_wrap .item-box-body .cpy {
    font-size: 1.40625vw;
  }
  .list_wrap .item-box-body .cpy span {
    font-size: 1.40625vw;
  }
  .list_wrap .item-box-body p {
    font-size: 1.5625vw;
  }
  .list_wrap .item-box-body select {
    width: 4.6875vw;
    height: 2.5vw;
    padding-left: 0.46875vw;
    margin-left: 0.625vw;
    font-size: 1.25vw;
  }
}

@media screen and (max-width: 1000px) {
  .list_wrap h3 {
    font-size: 20px;
  }
  .list_wrap .table > div {
    font-size: 18px;
  }
  .list_wrap .item-box-head .btn {
    font-size: 15px;
  }
  .list_wrap .item-box-body .cpy {
    font-size: 18px;
  }
  .list_wrap .item-box-body .cpy span {
    font-size: 18px;
  }
  .list_wrap .item-box-body p {
    font-size: 20px;
  }
  .list_wrap .item-box-body select {
    width: 60px;
    height: 32px;
    padding-left: 6px;
    margin-left: 8px;
    font-size: 16px;
  }
}

@media screen and (max-width: 640px) {
  .list_wrap h3 {
    font-size: 4.6875vw;
  }
  .list_wrap h3:before {
    width: 1.875vw;
    height: 6.25vw;
    margin-right: 1.875vw;
  }
  .list_wrap .item-content_wrap {
    margin-bottom: 3.125vw;
  }
  .list_wrap .table > div {
    font-size: 4.0625vw;
  }
  .list_wrap .item-box-head .btn {
    padding: 0 1.875vw;
    font-size: 3.75vw;
  }
  .list_wrap .item-box-body {
    padding: 0 4.0625vw 4.0625vw;
  }
  .list_wrap .item-box-body .cpy {
    margin: 2.5vw 0 2.5vw;
    font-size: 4.0625vw;
  }
  .list_wrap .item-box-body .cpy span {
    font-size: 2.8125vw;
  }
  .list_wrap .item-box-body p {
    margin: 3.125vw 0 0;
    font-size: 4.0625vw;
  }
  .list_wrap .item-box-body span {
    font-size: 4.0625vw;
  }
  .list_wrap .item-box-body select {
    width: 14.6875vw;
    height: 5vw;
    padding-left: 0.625vw;
    margin-left: 0;
    font-size: 3.75vw;
  }
}


/*＿＿＿＿＿公版2-行程列表頁 start＿＿＿＿＿*/
@media screen and (max-width: 1440px) { 

  .tour_list_place .list .box .content .h4 {
    max-height: 110px;
  }
  .tour_list_place .list .box .content h4.ellipsis {
    line-height: 1.5;
  }
}
@media screen and (max-width: 1330px) {
  .tour_list_place .list .box .item {
    height: 21.96193vw;
  }
  .tour_list_place .list .box .content h3 {
    line-height: 1.3;
    font-size: 1.45305vw;
  }
  .tour_list_place .list .box .content h4 {
    font-size: 1.19900vw;
  }
  .tour_list_place .list .box .content .h4 {
    max-height: 120px;
    height: auto;
  }
  .tour_list_place .list .box .content .price {
    font-size: 1.02489vw;
    padding: 8px 0;
  }
  .tour_list_place .list .box .content .price span {
    /* font-size: 1.81054vw; */
  }
  .tour_list_place .list .box .content h4.ellipsis {
    margin-top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .tour_list_place .list .box .content h3 {
    margin-bottom: 3px;
    font-size: 1.50710vw;
  }
  .tour_list_place .list .box .content h4.ellipsis {
    margin-top: 0;
    height: 50px;
    line-height: 1.4;
  }
  /* 行程列表頁-分頁 start*/
  .pagination-wrap .page-item .page-link {
    /* width: 45px; */
    /* height: 45px; */
    /* line-height: 45px; */
  }
}
@media screen and (max-width: 900px) {

  .tour_list_place .list .box .item {
    height: 34.09091vw;
  }
  .tour_list_place .list .box .content h3 {
    overflow: hidden;
    font-size: 1.99455vw;
  }
  .tour_list_place .list .box .content h4 {
    font-size: 1.9091vw;
  }
  .tour_list_place .list .box .content h4.ellipsis {
    margin-top: 10px;
    line-height: 1.5;
    height: 65px;
  }
  .tour_list_place .list .box .content .h4 span.multi+span.multi {
    padding-left: 5px;
  }
  .tour_list_place .list .box .content .price {
    font-size: 1.59091vw;
  }
  .tour_list_place .list .box .content .price span {
    /* font-size: 2.5vw; */
  }
}

@media screen and (max-width: 750px) {
  .tour_list_place .list .box .item {
    height: auto;
  }
  .tour_list_place .list .box .content h3 {
    height: auto;
    font-size: 2vw;
    padding-bottom: 0.66667vw;
    margin-bottom: 0.66667vw;
  }
  .tour_list_place .list .box .content h4 {
    font-size: 1.86667vw;
  }
  .tour_list_place .list .box .content .h4 {
    height: auto;
  }
  .tour_list_place .list .box .content h4.ellipsis {
    margin-top: 10px;
    line-height: 1.5;
    height: 65px;
  }
  .tour_list_place .list .box .content .price {
    font-size: 1.86667vw;
  }
  .tour_list_place .list .box .content .price span {
    font-size: 2.93333vw;
  }
}

@media screen and (max-width: 640px) { 
  .product-filter__box li.sort-btn a {
    padding: 13px 10px;
  }
  .tour_list_place .list .box .content {
    width: 100%;
  }
  .tour_list_place .list .box .content h3 {
    font-size: 3.7vw;
  }
  .tour_list_place .list .box .content h4 {
    font-size: 3.1vw;
  }
  .tour_list_place .list .box .content h4.ellipsis {
    font-size: 3.16667vw;
  }
  .tour_list_place .list .box .content .price {
    font-size: 3.7vw;
  }
  .tour_list_place .list .box .content .price span {
    font-size: 4.2vw;
  }
}

@media screen and (max-width: 425px) {
  .product-filter__box ul {
    display: -webkit-flex;
    display: flex;
  }
  .product-filter__box ul li {
    width: calc(100%/4);
  }
  .product-filter__box ul li a {
    display: block;
    padding: 3.05882vw 2.35294vw;
  }
  .product-filter__box ul li a i {
    display: none;
  }
  .tour_list_place .list .box .item {
    height: auto;
  }

  .tour_list_place .list .box .content h3 {
    font-size: 4vw;
  }
  .tour_list_place .list .box .content h4 {
    font-size: 3.5vw;
  }
  .tour_list_place .list .box .content h4.ellipsis {
    line-height: 1.3;
    height: auto;
    font-size: 3.5vw;
  }
  .tour_list_place .list .box .content .price {
    font-size: 4.06667vw;
  }
  .tour_list_place .list .box .content .price span {
    font-size: 4.83333vw;
  }

  .pagination-bg-open {
    background-color: #666;
    color: #fff;
  }
}

@media screen and (max-width: 375px) {
  .product-filter__box li.sort-btn a {
    padding: 5px;
  }
  .tour_list_place .list .box .item {
    height: auto;
  }
  .tour_list_place .list .box .content h3 {
    font-size: 4.9vw;
  }
  .tour_list_place .list .box .content h4 {
    font-size: 4.39333vw;
  }
  .tour_list_place .list .box .content h4.ellipsis {
    font-size: 4.2vw;
  }
  .tour_list_place .list .box .content .h4 {
    height: auto;
  }
  .tour_list_place .list .box .content .price {
    font-size: 5vw;
  }
  .tour_list_place .list .box .content .price span {
    font-size: 6vw;
  }
  .tour_list_place .list .box .content .h4 span.multi + span.multi {
    padding-left: 10px;
  }
  /* 分頁 */
  .pagination-wrap .page-item {
    background-color: rgb(237, 238, 239);
    font-size: 16px;
    font-weight: bold;
    margin: 0 3px;
  }
}
/*＿＿＿＿＿公版2-行程列表頁 end＿＿＿＿＿*/
