/* 廣告頁共用CSS */



/* 底部功能列 */
/* .bottom-bar .msg-box-row:nth-child(2) {
  display: none;
} */

/*  */

.bottom-bar .goto_c,
.bottom-bar .goto_m,
.bottom-bar .m_c {
  display: none;
}

.topbanner :where(.topbanner_line, .topbanner_fb),
.main_sidebar .ms_item_list-share {
  display: none;
}

/* .bottom-bar div.btm-msg:after {
  Content: "我們";
} */

.btm-msg:after {
  content: ".分享" !important;
}

/* 共用修改------------------------- */

.item_li {
  font-size: 16px;
}

.item_price_box {
  font-size: 28px;
}

.fav-btn {}


@media all and (max-width: 820px) {



  .item_date {
    font-size: 17px;
  }

  .layout01 .item_date {
    margin-top: -88px;
    bottom: 8px;
  }

  .layout01 .line_wrapper {
     width: 234px;
  }

  .layout01 .line_wrapper_p:after {
    margin-left: -5px;
  }

  .item_date a {
    color: #C4640D;
  }
  .layout02 .item_date a{
    color: #C4640D;
  }
 
  .item_date a:before {
    content: "";
    background-image: url(/action/CSS/adPage/image/icon_date.png);
    width: 15px;
    height: 17px;
    display: inline-block;
    background-size: cover;
    position: relative;
    top: 1px;
  }

  .more_travel {
    font-size: 16px;
    padding: 3px 15px;
    color: #446A92;
    border-radius: 50px;
    border-color: #446A92;
    padding: 10px 24px;
    box-sizing: border-box;
    width: fit-content;
  }

  .more_travel:after {
    content: " → ";
  }
}

@media all and (max-width: 690px) {
  .more_travel {
    left: unset !important;
    right: 32px !important;
    transform: unset !important;
  }
}