
#in_left ul li a:hover{ background-color:#7a7067;color:#ef8226;}
#in_left ul .tag{ background-color:#7a7067;}

/*20171208*/
#info_box > p{ text-align: justify;text-justify:inter-ideograph;/*font-family:"Arial"; */}
#info_box .txtDetail{ 
text-align: justify;text-justify:inter-ideograph;
/*20170321sW
white-space: nowrap;overflow: hidden;text-overflow: ellipsis;*/
}

#menu_btn{ position:fixed; width:36px; height:82px; /*bottom:50px; margin:0 0 0 1220px;*/ z-index:999;
right: 0; bottom: 20%; margin:0;}
/*left: 2%; bottom: 15%; margin:0;}*/

@media (max-width: 600px) {
#menu_btn{
    position:fixed; width:36px;/* height:82px; bottom:20px;*/ left:6%; margin:0; z-index:999;
}
}
@media (max-width: 1024px) and (min-width: 600px) {

#menu_btn{display:normal; position:fixed; /*width:36px; height:82px; */bottom:80px; left:6%; margin:0; z-index:999;}

}
/* ===== LINE LIFF 線上賀卡區塊 ===== */
/* 2026-01-09 新增 */

#liff_card_box {
    text-align: center;
    margin: 0 0 40px 0;
    padding: 25px;
    background: linear-gradient(135deg, #fdf8f3 0%, #f5ebe3 100%);
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(130, 61, 91, 0.1);
    border: 2px solid #e8d5c4;
    position: relative;
    overflow: hidden;
}

#liff_card_box::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(240, 142, 62, 0.05) 0%, transparent 70%);
    pointer-events: none;
}

#liff_card_box .card-title {
    font-size: 24px;
    font-weight: bold;
    color: #823d5b;
    margin-bottom: 20px;
    letter-spacing: 2px;
    position: relative;
}

#liff_card_box .card-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #ef8226, #823d5b);
    margin: 10px auto 0;
    border-radius: 2px;
}

#liff_card_box .card-link {
    display: inline-block;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(130, 61, 91, 0.25);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

#liff_card_box .card-link:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 50px rgba(130, 61, 91, 0.35);
}

#liff_card_box .card-link::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
    transition: left 0.6s ease;
}

#liff_card_box .card-link:hover::after {
    left: 100%;
}

#liff_card_box .card-link img {
    display: block;
    max-width: 400px;
    width: 100%;
    height: auto;
    border: none;
    transition: transform 0.4s ease;
}

#liff_card_box .card-link:hover img {
    transform: scale(1.03);
}

#liff_card_box .card-desc {
    margin-top: 20px;
    font-size: 16px;
    color: #70665e;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

#liff_card_box .card-desc::before {
    content: '👆';
    font-size: 20px;
}

#liff_card_box .card-badge {
    display: inline-block;
    background: linear-gradient(135deg, #06c755, #00b843);
    color: #fff;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: bold;
    margin-left: 10px;
    box-shadow: 0 2px 8px rgba(6, 199, 85, 0.3);
}

/* 手機版 RWD */
@media (max-width: 600px) {
    #liff_card_box {
        margin: 0 0 30px 0;
        padding: 20px 15px;
        border-radius: 12px;
    }
    
    #liff_card_box .card-title {
        font-size: 20px;
        margin-bottom: 15px;
    }
    
    #liff_card_box .card-link {
        border-radius: 10px;
    }
    
    #liff_card_box .card-link img {
        max-width: 100%;
    }
    
    #liff_card_box .card-desc {
        font-size: 14px;
        flex-direction: column;
        gap: 5px;
    }
    
    #liff_card_box .card-badge {
        margin-left: 0;
        margin-top: 8px;
    }
}

/* 平板版 RWD */
@media (max-width: 1024px) and (min-width: 601px) {
    #liff_card_box {
        padding: 22px 20px;
    }
    
    #liff_card_box .card-link img {
        max-width: 350px;
    }
}

