.five {
    grid-template-columns: repeat(5, 1fr);
}

.six {
    grid-template-columns: repeat(6, 1fr);
}


/*primary*/
.logo img {
    max-width: 300px !important;
}

@media only screen and (max-width: 768px) {
    .logo img {
        max-width: 193px !important;
    }

    .baic {
        padding: 0;
    }

    header {
        padding: 9px 0 3px 0 !important;
        box-shadow: none;
        margin: 0 !important;
    }
}

div#primary.content-venue {
    margin: 0 auto 0 auto !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 23px 0 0 0 !important;
}

.narrow {
    padding: 0 30px;
    max-width: 1210px;
    margin: auto;
}

.section_title h2,
.section_title h1 {
    font-size: 40px;
    font-weight: 600;
    /*margin-bottom: 27px;*/
    margin-bottom: 17px;
    text-align: center;
}

.section_title h2 span,
.section_title h1 span {
    font-weight: 600;
} 
.section_case_content .section_title h3,.section_badge_content .section_title h3,.section_promise_content .section_title h3 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 300;
}

.section_case_content .section_title h2,.section_badge_content .section_title h2,.section_promise_content .section_title h2 {
    margin-bottom: 8px;
}


.pading30 {
    padding: 12px 0 28px 0;
}

@media only screen and (max-width: 1024px) {
    div#primary.content-venue {
        padding: 15px 0 0 0 !important;
    }

    section#filter {
        margin-bottom: 15px;
    }
}

/*footer*/
@media screen and (max-width: 768px) {
    .footer_content {
        padding: 17px 25px 26px 25px !important;
    }

    footer#colophon .ay_banner_img {
        margin: 0 auto 14px auto !important;
    }

    .footer_content a.ay_banner {
        padding: 0 !important;
    }
}


/*ad banner*/

.a.ay_banner {
    padding: 46px 0;
    z-index: 10;
    position: relative;
}

.ay_banner_img {
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 768px) {
    a.ay_banner {
        padding: 35px 25px;
        background: #f1f1f1;
    }

    a.ay_banner.footer_banner_img {
        max-width: 100% !important;
        background: #00000000 !important;
    }

}


/*favorite*/

button.simplefavorite-button {
    width: 20px;
    height: 17px;
    background-image: url(/img/venue/list/info/06.svg) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    border: none;
    background-color: transparent !important;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    display: block;
    border-radius: 0;
    padding: 0;
}


/* 收藏後變實心金色愛心 */

.simplefavorite-button.active {
    background-image: url('/img/venue/list/info/07.svg') !important;
}


/*venue_list*/

.venue_list_content.ay_grid.three {
    grid-column-gap: 45px;
    grid-row-gap: 23px;
}

.venue_list_content.ay_grid.three a {
    display: contents;
}

.venue_box {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.venue_box .bk_img {
    position: relative;
}

.venue_box .bk_img:hover {
    opacity: 0.8;
}

.venue_box .box_text {
    padding: 12px 25px 7px 25px;
    text-align: left;
}


.venue_box .box_text h3:hover {
    opacity: 0.8;
}

.venue_box .box_text h3 {
    font-weight: 600;
    margin-bottom: 4px;
}

.venue_box .box_text h3 a {
    font-size: 24px;
}

.venue_box .info li {
    display: flex;
    margin-bottom: 2px;
    font-size: 18px;
}

.venue_box .info li:last-child {
    margin-bottom: 0px;
}

.venue_box .info_svg {
    margin-right: 9px;
    width: 20px;
    text-align: center;
    display: grid;
    align-items: center;
    justify-content: center;
}

.venue_box .info_svg img {
    max-width: 100%;
    height: 17px;
}

.venue_box .keyword {
    margin: 12px 0 0 0;
}

.venue_box .keyword ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.venue_box .keyword li {
    font-size: 14px;
    color: #206BF6;
    margin-right: 5px;
    line-height: 150%;
}

.keyword a {
    font-size: 18px;
    color: #206BF6;
}

.venue_box .more_link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 14px;
}

.venue_box a.more_buttom {
    font-size: 14px;
    color: #747474;
}

.venue_box a.more_buttom:hover {
    opacity: 0.8;
}

.area_tag {
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    position: absolute;
    background: #000;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 11px 6px 6px 6px;
    left: 25px;
    letter-spacing: 5px;
}

.area_tag:after {
    background: url(https://booking.weddings.tw/img/venue/list/info/areabk.png);
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    /* padding-bottom: 50%; */
    background-position: center center;
    left: 0;
}

@media only screen and (max-width: 768px) {
    .venue_list_content.ay_grid.three {
        grid-row-gap: 9px;
    }



    .venue_box .box_text {
        padding: 11px 20px 10px 20px;
    }

    .venue_box .box_text h3 {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 4px;
    }

    .venue_box .info li {
        font-size: 16px;
        margin-bottom: 0;
    }


    .venue_box .info_svg {
        margin-right: 6px;
        width: 17px;
    }

    .venue_box .info_svg img {
        height: 15px;
    }

    .venue_box .keyword {
        margin: 4px 0 !important;
    }

    .venue_box .keyword a {
        font-size: 16px;
    }

    .venue_box .more_link {
        margin-top: 0;
    }
}


/*line_buttom_box*/

a.line_buttom_box {
    background: #33AA4A;
    color: #fff !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 20px;
    padding: 7px 12px 9px 12px;
    border-radius: 5px;
    line-height: 0;
    font-weight: 600;
    justify-content: center;
}

a.line_buttom_box.free_buttom_box {
    background: #E10000 !important;
}

a.line_buttom_box.pic_buttom_box {
    background: #5B5B5B !important;
}

a.line_buttom_box .info_svg {
    margin-right: 5px;
    width: 26px;
}

a.line_buttom_box:hover {
    opacity: 0.8;
}

.addbuttom a.line_buttom_box {
    font-size: 15px;
    gap: 0 !important;
    padding: 11px 10px 11px 10px !important;

}

.addbuttom .info_svg {
    margin-right: 3px !important;
    width: 20px !important;

}

/*form_buttom_box*/

a.form_buttom_box {
    background: #fff;
    color: #5B5B5B !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 20px;
    padding: 7px 12px 9px 12px;
    border-radius: 5px;
    line-height: 0;
    border: 1px solid #5B5B5B;
    font-weight: 600;
    justify-content: center;
}

a.form_buttom_box .info_svg {
    margin-right: 5px;
    width: 28px;
}

a.form_buttom_box:hover {
    opacity: 0.8;
}


/*section_case*/

section#section_case {
    position: relative;
    /*padding: 26px 30px 50px 30px;*/
}

section#section_case .section_title h2 {
    font-weight: 400;
}

.venue_case_content.ay_grid.three {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
}

.venue_case_box {
    background: #FFEDED;
    border-radius: 10px;
    padding: 0 20px 24px 20px;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    box-shadow: 0px 2px 1px #c5c5c5;
}

.venue_case_box .title {
    text-align: center;
}

.venue_case_box .title h3 {
    position: relative;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    background: #E66969;
    border-radius: 0px 0px 10px 10px;
    padding: 4px 30px 5px 30px;
    display: unset;
    margin: auto;
    letter-spacing: 0.1em !important;
    line-height: 180%;
}

.venue_case_box .title h3 span {
    position: relative;
}

/*
.venue_case_box .title h3 span:before {
    width: 100%;
    position: absolute;
    content: '';
    height: 4px;
    background: #D25555;
    left: 0;
    top: -4px;
}
*/
.venue_case_box .price {
    text-align: center;
    margin-top: 26px;
}

.venue_case_box .price h4 {
    font-size: 23px;
    position: relative;
}

.venue_case_box .price h4:after {
    content: '';
    position: absolute;
    width: 80%;
    height: 2px;
    background: #93304C;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.venue_case_box .price h5 {
    font-size: 23px;
    font-weight: 600;
}

.venue_case_box .price h5 span {
    font-size: 16px;
}

.venue_case_box .service {
    padding: 15px 0 25px 0;
    max-width: 245px;
}

.venue_case_box .service li {
    display: flex;
    font-size: 19px;
    padding: 2px 0;
}

.venue_case_box .service .info_svg {
    margin-right: 5px;
    min-width: 18px;
}

@media only screen and (max-width: 1024px) {
    section#section_case {
        padding: 0 !important;
        margin-top: 0 !important;
    }

    section#section_case .title h2 span {
        display: block;
        font-size: 24px !important;
    }

    section#section_case .title h2 {
        font-size: 18px !important;
        margin-bottom: 0;
    }

    .venue_case_content.ay_grid.three {
        grid-column-gap: 15px;
        grid-row-gap: 15px;
        grid-template-columns: 1fr 1fr;
    }
}

@media only screen and (max-width:768px) {
    .section_case {
        margin-top: 0 !important;
    }

    .venue_case_box {
        padding: 2px 20px 13px 20px;
    }

    .venue_case_box .title h3 {
        font-size: 20px;
        padding: 6px 20px 6px 20px;
    }

    .venue_case_box .title h3 span:before {
        top: -6px;
    }

    .venue_case_content.ay_grid.three {
        grid-template-columns: 1fr !important;
    }

    .venue_case_box .price {
        margin-top: 5px;
    }

    .venue_case_box .price h5,
    .venue_case_box .price h4 {
        font-size: 18px;
    }

    .venue_case_box .service {
        padding: 0 0 5px 0;
    }

    .venue_case_box .service li {
        font-size: 17px;
    }
}


/*coupons*/

.section_coupon {
    background: #FFF5F5;
}

.coupon_content a {
    display: none;
    /* 初始全部隱藏 */
}

.coupon_content a.visible {
    display: block;
    /* 顯示出來 */
}

.coupon_content.ay_flex.narrow {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 54px;
    row-gap: 23px;
}

.coupon_content.ay_flex.narrow a {
    width: calc((100% - 108px) / 3);
    box-sizing: border-box;
}


/*
.section_coupon h2 {
    padding: 36px 0;
    text-align: center;
    margin-bottom: 0;
    font-size: 40px;
}
*/

.section_coupon .box_local {
    background: #fff;
    border: 1px solid #C75959;
    border-radius: 10px;
    overflow: hidden;
    padding: 12px 23px;
}

.section_coupon .box_local p {
    font-size: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.section_coupon .box_local svg {
    margin-right: 5px;
}

.section_coupon .box_local h3 {
    font-size: 27px;
    font-weight: 600;
}

.section_coupon .box_text {
    background: #E36363;
    border-radius: 10px;
    display: grid;
    grid-template-columns: auto 60px;
    grid-column-gap: 35px;
    align-items: center;
    padding: 14px 20px 14px 27px;
    position: relative;
}

.section_coupon .box_text:after {
    background: url(http://booking.weddings.tw/img/venue/dede.png);
    position: absolute;
    top: -3.5px;
    width: 100%;
    height: 5px;
    content: '';
    background-repeat: repeat-x;
    background-size: contain;
    background-position: center center;
}

.section_coupon .box_text p {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    word-break: break-word;
}

.section_coupon .box_text span {
    color: #C75959;
    font-weight: 600;
    font-size: 14px;
    background: #fff;
    padding: 5px 8px;
    border-radius: 30px;
    line-height: 100%;
}

.load-more-container {
    text-align: center;
}

button.loadMoreBtn {
    background-color: #3E3E3E !important;
    border-radius: 5px;
    letter-spacing: 0.2em;
    font-weight: 400;
    padding: 15px 30px;
    display: flex;
    align-items: center;
    line-height: 100%;
    margin: 28px auto 0 auto;
}

button.loadMoreBtn svg {
    margin-left: 6px;
}

button.loadMoreBtn:hover {
    opacity: 0.8;
}

.coupon_box {
    transform: translateY(0);
    transition: all 0.5s ease;
}

.coupon_box:hover {
    opacity: 0.8;
}

.coupon_box.visible {
    transform: translateY(0);
}

@media only screen and (max-width: 768px) {

    .coupon_content.ay_flex.narrow {
        column-gap: 10px;
        row-gap: 10px;
    }

    .coupon_content.ay_flex.narrow a {
        width: calc((100% - 10px) / 2);
    }

    .section_case_content.narrow .section_title h2 span {
        display: block;
    }

    section.section_coupon.pading30 {
        padding: 0px 0 14px 0;
    }

    .section_coupon .box_local svg path {
        fill: #8B8B8B;
    }

    .section_coupon .box_local svg {
        max-height: 15px;
    }

    .section_coupon .box_local p {
        font-size: 15px;
        color: #8B8B8B;
        align-items: center;
        justify-content: center;
    }

    .section_coupon .box_local h3 {
        font-size: 16px !important;
        text-align: center;
    }

    .section_coupon .box_text {
        border-radius: 10px;
        grid-template-columns: 1fr;
        align-items: center;
        padding: 13px 15px 15px 15px;
        gap: 12px;
        text-align: center;
    }

    button.loadMoreBtn {
        margin: 14px auto 0 auto;
    }

    .section_coupon {
        padding-bottom: 17px;
    }

    .section_coupon .box_local {
        padding: 9px 17px;
    }

    .section_coupon .box_text p {
        font-size: 16px;
    }

    .section_coupon .box_text span {
        padding: 5px 30px 6px 30px !important;
        margin: auto;
        font-size: 16px;
    }
}


/*top*/

.felx_fixed li {
    margin-bottom: 10px;
}

.felx_fixed li svg {
    width: 45px;
    height: 45px;
}


/*search*/

div#search_Nav {
    opacity: 0;
    z-index: -999;
}

.ay_p_o_b {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
}

.ay_p_o_c_b {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 800px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ay_p_o_c_b_box {
    width: 100%;
    text-align: center;
}

.closebtn {
    position: absolute;
    margin-left: 0;
    padding: 8px 8px 8px 8px;
    text-decoration: none;
    font-size: 30px;
    color: #fff;
    display: block;
    transition: 0.3s;
    font-weight: 600;
    top: 38%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #000;
    border-radius: 50%;
    line-height: 100%;
}

.closebtn:hover {
    color: #fff;
    background: #000;
    opacity: 0.8;
}

li.pc_search {
    display: flex;
}

.nav_box .get_search_form {
    display: none;
}

.get_search_form {
    width: 100%;
    position: relative;
    /*border-bottom: 1px solid #dfdfdf;*/
    margin-bottom: 10px;
}

form.search-form {
    display: flex;
    align-items: center;
}

form.search-form label {
    width: 100%;
}

input.search-field {
    padding: 5px 0px !important;
    border: none;
    width: 100%;
}

::placeholder {
    color: #000;
}

button.search-submit {
    background: #fff !important;
}

button.search-submit svg {
    width: 20px;
    height: 20px;
}

@media screen and (max-width:1024px) {
    .get_search_form {
        width: 90%;
        margin: 0 auto 0 auto;
    }

    .nav_box .get_search_form {
        display: block !important;
    }
}


/*OLD SEARCH

.nav_box form.search-form {
  display: block;
  width: 81%;
  margin-left: 33px;
}

.get_search_form {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 10px;
  margin-top: 50px;
}


/*
form.search-form {
  display: flex;
  align-items: center;
  flex-direction: row;
}


  button.search-submit {
      color: #000;
      background-color: #fff0 !important;
      position: absolute;
      left: -16px;
      bottom: 0;
  }
  button.search-submit {
      float: left;
  }
  */


/* 遮罩層 */

#exit-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
}


/* 彈跳視窗 */

#exit-popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 0;
    border-radius: 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    text-align: center;
    width: auto;
}

div#exit-popup a {
    position: relative;
    line-height: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    display: block;
}

div#exit-popup img {
    max-height: 75vh;
}

div#exit-popup svg {
    fill: #000000;
    width: 4vh !important;
    height: 4vh !important;
}

button#close-button {
    padding: 0;
    position: absolute;
    top: 20px;
    right: 20px;
    background: unset !important;
}

@media only screen and (max-width: 1024px) {

    /*base*/
    #exit-popup {
        width: 80%;
    }

    .narrow {
        padding: 0 10px !important;
        max-width: 100% !important;
    }

    .baic {
        padding: 12px 0 8px 0;
    }

    .section_title h2 {
        padding: 7px 0 9px 0 !important;
        font-size: 24px !important;
        margin-bottom: 0;
    }

    .pading30 {
        padding: 0px 0 18px 0;
    }

    .mb_changle {
        display: flex;
        flex-direction: column-reverse;
    }
}

/*跑馬燈*/
#marquee-container {
    width: 100%;
    height: 45px;
    overflow: hidden;
    position: fixed !important;
    background-color: #000;
    bottom: 0;
    z-index: 1000;
}

#marquee-content {

    position: absolute;

    top: 0;

    width: 100%;

}

.marquee-item {

    height: 45px;

    line-height: 45px;

    text-align: center;


}

.marquee-item a {

    width: 100%;

    font-size: 16px;

    color: #fff;

    word-break: break-word;

    font-weight: 600;

    text-overflow: ellipsis;

    white-space: nowrap;

    overflow: hidden;

    padding: 0 20px;
    display: flex;

    letter-spacing: 2px;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    height: 100%;

}

.marquee-item a:visited {
    color: #fff !important;
}

.marquee-item a:hover {
    color: #fff;
    opacity: 0.8;
}

img.tech {
    max-width: 30px;
    margin-left: 7px;
}

@media screen and (max-width:480px) {

    .marquee-item a {

        font-size: 14px;

        font-weight: 400;

        letter-spacing: 1px;

    }

}

/*banner*/
.ad_home_cat .ay_banner_img {
    margin: 27px auto 30px auto;
}

@media screen and (max-width: 768px) {
    .ad_home_cat .ay_banner_img {
        margin: 0;
    }
}

/*archive_title*/
#archive_title {
    margin-bottom: 015px !important;
}

/**/
.keyword a:visited {
    color: #206BF6 !important;
}

/*20260317-add*
/*vstable*/
section#section_vstable {
    background: #fff;
    padding: 0 0 50px 0;
}

.tg {
    border-collapse: separate;
    /* 關鍵：要實現圓角，需改用 separate */
    border-spacing: 0;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    /* 確保內容不會超出圓角 */
    font-size: 21px;
}

.tg th,
.tg td {
    text-align: center;
    vertical-align: middle;
    padding: 15px 5px 13px 5px;
    word-break: normal;
    border: none;
}

/* --- 背景與文字顏色設定 --- */
.tg-left {
    background: #F4F4F6;
    border-bottom: 5px solid #fff !important;
    width: 181px;
}

.tg-con {
    background: #FAFAFC;
    border-left: 5px solid #fff !important;
    border-bottom: 5px solid #fff !important;
}

.tg-top.one {
    background: #D25555;
    color: #fff;
    border-left: 5px solid #fff;
    border-bottom: 5px solid #fff;
}

.tg-top.two {
    background: #8C8C8C;
    color: #fff;
    border-left: 5px solid #fff;
    border-bottom: 5px solid #fff;
}

.vstable .tg-con.one {
    color: #D25555;
}

.vstable .tg-con.two {
    color: #8C8C8C;
}

/* --- 自動指定四角弧度 (重點) --- */

/* 左上角 */
.tg tr:first-child th:first-child {
    border-radius: 16px 0 0 0;
}

/* 右上角 */
.tg tr:first-child th:last-child {
    border-radius: 0 16px 0 0;
}

/* 左下角：自動抓最後一列的第一個 td */
.tg tr:last-child td:first-child {
    border-radius: 0 0 0 16px;
}

/* 右下角：自動抓最後一列的最後一個 td */
.tg tr:last-child td:last-child {
    border-radius: 0 0 16px 0;
}

/* 移除最後一列的白色底線，讓圓角更乾淨 */
.tg tr:last-child td {
    border-bottom: 0 !important;
}

span.table_king {
    position: relative;
}

span.table_king img {
    position: absolute;
    left: -58px;
    max-width: 53px;
    top: -11px;

}
/*推薦區塊*/
section#section_recommend{
    position: relative;
    background: #F4F4F6;
        padding: 18px 0 35px 0;
}
.section_badge_content .section_title h3 {
    margin-bottom: 24px;
}
.badge_box {
    text-align: center;
    background: #FFEDED;
    border-radius: 10px;
    padding: 20px 10px 18px 10px;
    box-shadow: 0px 4px 4px 0px #0000002e;
}

.badge_svg {
    /* 1. 尺寸與形狀 */
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto; /* 置中並與下方文字保持間距 */

    /* 2. 漸層背景：從 上半透明(0% opacity) 到 下全白(100% opacity) */
    background: linear-gradient(to bottom, rgb(255 255 255 / 0%), rgba(255, 255, 255, 1));

    /* 3. 內存置中：使用 Flexbox */
    display: flex;
    justify-content: center;
    align-items: center;
}

.badge_svg img {
    /* 4. 圖片比例與限制 */
    max-width: 45px;
    max-height: 45px;
    width: auto;
    height: auto;
    object-fit: contain; /* 確保原比例不變形 */
}

/* 額外微調文字（可選） */

.badge_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
        margin:0 auto 38px auto;
        max-width: 741px;
}

.badge_box h2 {
    display: flex;           /* 使用 flex 讓內容水平置中 */
    justify-content: center;
    align-items: flex-start; /* 讓內容對齊頂部（可選） */
    font-size: 30px;         /* 調整你原本 h2 的大小 */
    line-height: 1;
    margin: 13px 0 14px 0;
}

.badge_box h2 span {
    font-size: 0.5em;        /* 讓 + 號變小，通常為原本的 60%-70% */
    margin-left: 2px;        /* 與數字保持一點點距離 */
    
    /* 關鍵：上標定位 */
    position: relative;
    top: -1px;               /* 往上偏移，數值越負越高 */
    
    /* 如果不想用定位，也可以改用這行： */
    /* vertical-align: super; */
}
.badge_box h3 {
    font-size: 16px;
    color: #8C8C8C;
}
/*新人好評*/
.section_recommend_content .section_title h2{
margin-bottom: 23px;
}
/* --- 網格佈局 --- */
.recommend_box_wrapper{
        display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
/* --- 單一卡片的父容器（關鍵：把陰影下在這裡） --- */
.recommend_box {
    /* 這裡負責統整整張卡片的陰影，接合處才會完美 */
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.08));
    
    /* 預防性設定，確保內部元素定位正常 */
    position: relative; 
    z-index: 1;
}

/* --- 上半部：名字標籤 --- */
.name-tab {
    position: relative;
    display: inline-flex;
    align-items: center;
    background-color: #ffffff;
    padding: 6px 76px 0 20px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 0;
}

/* --- 名字標籤的斜切角 --- */
.name-tab::after {
    content: "";
    position: absolute;
    top: 0;
  left: calc(100% - 1px);
    width: 53px;
    height: 100%;
    background-color: #ffffff;
    clip-path: polygon(0 0, 100% 100%, 0 100%);
}

.name-tab h2 {
    margin: 0;
    font-size: 21px;
    font-weight: bold;
    color: #000;
      line-height: 1.4;
}

/* --- 下半部：內容區塊 --- */
.recommend_content {
    background: #ffffff;
    padding: 31px 20px 13px 20px;
    /* 設定剩下的三個圓角 */
    border-radius: 0 12px 12px 12px; 
        margin-top: -16px;
}

.recommend_content h3 {
    font-size: 21px;
    color: #8C8C8C;
    margin-bottom: 5px;
      line-height: 1.4;
}

.recommend_content p {
    font-size: 16px;
    line-height: 1.4;
    color: #000;
    margin-top: 10px;
}
/*承諾*/
section#section_promise {
    position: relative;
    background: #fff;
        padding: 37px 0 28px 0;
}
section#section_promise .right_box {
    background: #F4F4F6;
}
.promise_service_flex {
    display: flex;
    justify-content: center;
    margin-bottom: 26px;
}
.promise_service_box {
    text-align: center;
        max-width: 200px;
}
.promise_service_flex .promise_service_box:nth-child(2) {
    margin: 0 -20px;
}
.promise_svg {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin: 0 auto 15px auto;
    background:#D255551A;
    display: flex;
    justify-content: center;
    align-items: center;
}
.promise_svg img {
    max-width: 100px;
    max-height: 90px;
    width: auto;
    height: auto;
    object-fit: contain;
}
.promise_service_text{
    padding: 0 20px;
}
.promise_service_box h3{
    font-size: 21px;
    font-weight: 600;
      line-height: 140%;
}
.promise_service_box p{
    font-size: 16px;
    font-weight: 400;
    color: #8C8C8C;
  line-height: 125%;
}
.promise_booking .buttom_more {
    justify-content: center;
}
section#section_promise .go_venue_room.cat_venue_info.narrow {
    margin-bottom: 33px;
}
section#section_promise .venue_room_box.ay_grid.two {
    border: none;
}
.promise_service .section_title h2 {
    margin-bottom: 18px;
}
.promise_service_text h3 {
    margin-bottom: 5px;
}

    /*必讀清單*/

    .mustread_content.ay_grid.three {
        grid-row-gap: 34px;
        grid-column-gap: 23px;
    }

    .mustread_box {
        border: 1px solid #B3B3B3;
        border-radius: 10px;
        overflow: hidden;
        background: #fff;
    }

    .mustread_box:hover {
        opacity: 0.8;
    }

    .mustread_box .box_text {
        padding: 12px 10px 17px 16px;
    }

    .mustread_box h3 {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 8px;
    }

    .mustread_box p {
        font-size: 16px;
    }

    .mustread_box svg {
        text-align: center;
        display: block;
        margin: 0 auto 18px auto;
    }

    @media only screen and (max-width: 768px) {
        .mustread_content.ay_grid.three {
            grid-row-gap: 15px !important;
            grid-column-gap: 13px !important;
            grid-template-columns: 1fr;
        }

        .mustread_box .box_text {
            padding: 10px 18px 25px 18px !important;
        }

        .mustread_box h3 {
            margin-bottom: 3px;
        }

        .mustread_box svg {
            margin: 0 auto 17px auto;
        }

    }
    /*收闔夾*/

/*augurio-collapse*/

.augurio-collapse {
    max-width: 100%;
}
body.archive .augurio-collapse {
    margin-top: 22px;
}

.augurio-collapse .title-box .title,
.augurio-collapse .title-box .icons {
    pointer-events: none;
}


.title-box .title,.title-box-single .title {
font-weight: 700;
    line-height: 140%;
     color: #3D3D3D;
    font-size: 21px;
}


.contents-box .contents {
    padding: 16px 25px 18px 25px;
}

.contents-box .contents p {
    font-size: 21px;
    color: #3D3D3D;
}

.title-box ,.title-box-single{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    border-bottom: 1px solid #9C9C9C;
        padding:14px 25px 17px 25px;
}

.icons {
    position: absolute;
    right: 26px;
}


.contents-box {
    overflow: hidden;
    border-top: none;
    border-bottom: none;
    transition: height .3s ease;
}
.fqa_content {
    max-width: 1085px;
    margin: 39px auto 0 auto;
    padding: 0 20px;
    
}
.icons svg {
    transform: rotate(180deg);
}
.title-box.active .icons svg {
    transform: rotate(0);
}
.collapsetech {
    border: 1px solid #9C9C9C;
    margin-bottom: 17px;
        border-radius: 8px;
    background: #fff;
}
/*RWD*/

    @media only screen and (max-width: 1024px) {
.go_venue_room.narrow .buttom_more {
    margin-top: 11px;
}
section#section_vstable {
    padding: 0 0 15px 0;
}
.tg {

    border-radius: unset;
    overflow: unset;
}
.tg th, .tg td {
    padding: 12px 9px 10px 9px;
}
.tg-left {
    width: 64px;
} 
th.tg-left,td.tg-left {
    padding: 13px 13px 11px 13px;
}
.tg {
    font-size: 16px;
}

.tg tr:first-child th:first-child {
    border-radius: 8px 0 0 0;
}
.tg tr:first-child th:last-child {
    border-radius: 0 8px 0 0;
}
.tg tr:last-child td:first-child {
    border-radius: 0 0 0 8px;
}
.tg tr:last-child td:last-child {
    border-radius: 0 0 8px 0;
}
span.table_king img {
        left: -22px;
        max-width: 43px;
        top: -35px;
        z-index: 9;
    }
th.tg-top {
    font-size: 18px;
}

.badge_grid {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
      margin: 0 auto 5px auto;
}
.recommend_box_wrapper {
    grid-template-columns: repeat(1, 1fr);
        gap: 12px;
}
.promise_service_flex {
    flex-direction: column;
    align-items: center;
            gap: 13px;
}
section#section_recommend {
    padding: 5px 0 18px 0;
}
.section_badge_content .section_title h2, .section_promise_content .section_title h2 {
    margin-bottom: 0;
    padding-bottom: 2px !important;
}
.section_badge_content .section_title h3 {
    margin-bottom: 12px;
}
.section_recommend_content .section_title h2 {
    margin-bottom: 0;
}
section#section_promise {
    padding: 7px 0 15px 0;
}
.promise_service {
    padding: 6px 0 0 0;
}
.promise_service .section_title {
    margin-bottom: 8px;
}
.buttom_more.addbuttom{
    flex-direction: column;
            flex-wrap: nowrap;
        align-items: center;
}
.promise_service_flex {
    margin-bottom: 19px;
}
.fqa_content {
    margin: 10px auto 0 auto;
}
body.archive .augurio-collapse {
    margin-top: 4px;
}
.title-box .title, .title-box-single .title {
    font-size: 18px;
}
.contents-box .contents p {
    font-size: 16px;
}
.title-box, .title-box-single {
    padding: 8px 16px 10px 16px;
}
.contents-box .contents {
    padding: 10px 16px 11px 16px;
}
.icons {
    right: 16px;
}
.collapsetech {
    margin-bottom: 11px;

}
section#section_mustread {
    padding-bottom: 15px;
}
.collapsetech:last-child {
    margin-bottom: 0;
}
    }
    /*search*/
    .line_link {
    text-align: center;
    padding: 20px;
}
.line_link h3 {
    margin-bottom: 20px;
}
.buttom_more {
    max-width: 100%;
    margin: auto;
}