.button-bar__area-item--active{
    color: #2894FF; 
    border-bottom:3px solid #2894FF;
}
.button-bar__area-item {
    background: #fff;
    margin: 0 5px;
}
.button-bar__area-item a{
    font-size: 24px;
    font-weight: bold;
}
.button-bar__area-item a:hover{
    color: #2894FF;
}
.button-bar__area-item a.active{
    color: #2894FF;
    color: #fff;
}
.button-bar__area-item a, .button-bar__city-item a {
    text-decoration: none;
}
.button-bar__city-item a,
.button-bar__city-item a.active {
    /* 固定寬度，避免active時大小跳動 */
    /* width: 100px; */
    width: 100%;
    /* min-width: 100px; */
    /* max-width: 100px; */
    height: 40px;
    line-height: 40px;
    display: inline-block;
    box-sizing: border-box;

    /* 預留border空間，不會點下去才跳出來（顏色透明就好）*/
    border-bottom: 3px solid transparent;

    color: #444;
    text-align: center;
    background: none;
    font-size: 18px;
    font-family: MicrosoftJhengHeiBoldFix, Arial, sans-serif;
    transition: color 0.2s, border-bottom-color 0.2s;
    text-decoration: none;
}
.button-bar__city-item a:hover{
    color: #ff6600;
}
.button-bar__city-item a.active {
    color: #ff6600;
    border-bottom: 3px solid #ff6600;
}
@media(max-width: 768px){
    .button-bar__area-item a{
        width: 100px;
        font-size: 20px;
    }
    .button-bar__city-item a{
        width: 100px;
    }
}




.th_colt_title {
    font-size: 30px;
    font-weight: 400;
    position: relative;
    padding-left: 15px;  /* 留空間給左側色塊 */
}

.th_colt_title::before {
    content: "";
    position: absolute;
    left: 0;
    top: -5px;
    width: 7px;
    height: 140%;
    background-color: #67b0d1;
}
.button-bar__area{
    margin-top: 10px;
}
.button-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 100%;
    max-width: 100%;
    position: sticky;
    top: 0;
    z-index: 30;
    background-color: #fff;
    box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.2);
}
/* .moreChinaArea {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    position: sticky;
    top: 0;
    z-index: 30;
    background-color: #fff;
    box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.2);
} */
.button-bar__area-list {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    overflow-x: auto;
    font-size: 16px;
    white-space: nowrap;
    flex-wrap: wrap;
}
.button-bar__area-list>li {
    font-size: 18px;
    font-weight: 400;
    padding: 10px 15px;
    font-family: MicrosoftJhengHeiBoldFix;
}
.button-bar__city-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 14px;
    padding: 5px 0;
    margin: 0 auto;
}
.button-bar__city-list > li {
    flex: 0 1 auto;
    max-width: 100%;
    text-align: center;
}
.button-bar__city-item a {
    display: block;
    width: auto;
    padding: 0 14px;
    min-width: 100px;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.button-bar__city-item{
    /* border: 1px solid #f5f5f5;
    border-radius: 5px; */
}

.th_colt .th_colt_title {
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    max-width: 330px;
    width: auto;
    z-index: 1;
}
.th_colt_content {
    padding: 16px 0 16px 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    border-left: none;
    color: #444;
}
.th_colt_container_underline {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    width: 100%;
    max-width: 1210px;
    margin: auto;
}
.cmg_conf_card {
    line-height: 40px;
    color: #222;
    font-size: 16px;
    display: flex;
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 100%;
    min-width: 0;
    border: 1px solid #dfdfdf;
    margin-top: 10px;
    flex-direction: column;   /* 新增：內容垂直排列，防止溢出 */
}

.logout6_textContainer{
    position:relative; display:inline-block;
}
.logout6_textContent{
    position:absolute;
    top:0; left:0;
    background:rgba(255,255,255,0.85);
    color:#ff6700;
    font-size: 1.8rem;
    padding:0.3rem 0.8rem;
    border-bottom-right-radius:15px;
    letter-spacing:0.2em;
    z-index:1;
}

.cmg_conf_content_title {
    padding: 10px;
    line-height: 26px;
    display: block;
    text-decoration: none;
    color: #444;
    width: 100%;
    min-height: 95px;    
    margin-top: 15px;
    min-width: 0;
    word-break: break-word;
    white-space: normal;
    overflow-wrap: break-word;
}
.cmg_conf_content_title,
.cmg_conf_content {
    min-width: 0;
    overflow-wrap: break-word;
    white-space: normal;
    word-break: break-word;
}
.cmg_conf_content img {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
    object-fit: cover;
}

.cmg_conf_price {
    height: 50px;
}

.priceUp {
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    padding: 0 0 3px 3px;
    color: #666;
}

.priceNum {
    color: #ff6700;
}

.col_conl_container_row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
    max-width: 1210px;
    margin: auto;
    
}

.cmg_conf .cmg_conf_price {
    height: 100%;
    text-align: right;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 10px 0;
}

.cmg_conf .cmg_conf_content_price {
    min-width: 140px;
    display: inline-block;
    vertical-align: top;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: right;
    font-family: Arial Rounded MT Bold, Arial Rounded MT, sans-serif;
}

.cmg_conf_content:hover {
    text-decoration: none;
}


/* ---------------------2025.05.12--------------------- */
.slider_wrapper {
    position: relative;
    width: 100%;
    max-width: 1235px;
    margin: auto;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.slider_inner {
    overflow: visible;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    position: relative;
}

.cmg_conf_card_box {
    width: 100%; 
    transition: transform 0.5s ease;
    transform: translateX(0);
    display: contents;
    gap: 5px;

    /* 關閉輪播功能 > 排列顯示 */
    width: 100%;
    flex-wrap: wrap;
    box-sizing: border-box;
    justify-content: flex-start;
}

/* 箭頭按鈕 */
.arrow-icon {
    position: absolute;
    border: none;
    top: 29%;
    width: 40px;
    height: 40px;
    background-color: rgba(66, 66, 66, 0.5);
    border-radius: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.arrow-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 17px;
    height: 17px;
    border: solid #ffffff;
    border-width: 0 7px 7px 0;
    padding: 3px;
}

.arrow-icon-left::after {
    left: 55%;
}

.arrow-icon-right::after {
    left: 45%;
}

.slide_left::after {
    transform: translate(-50%, -50%) rotate(135deg);
}

.slide_right::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.slide_left {
    left: 1%;
}

.slide_right {
    right: 0.5%;
}



.salefocus-content {
    padding: 0 10px;
    color: #444;
    list-style-type: disc;
    padding-left: 2.5rem;
}

.salefocus-content li {
    line-height: 2;
    font-size: 13px;

}


.modern_bar {
    display: flex;
    align-items: center;
    color: #444;
    padding: 16px 0px 16px 0px;
    font-size: 18px;
}

.th_colt_title {
    font-size: 30px;
    font-weight: 400;
}

.slash {
    font-size: 20px;
    margin: 0 8px;
}
.agtPriceText{
    font-size: 20px;
    color: #0066CC;
    padding: 0 2px 0 0px;
}
.th_colt_text {
    font-size: 18px;
    font-weight: 400;
    white-space: nowrap;
    flex-shrink: 1;
    color: #7e7d7d;
}
.th_colt_text-mobile{
    display: none;
}

@media(max-width: 768px) {
    .th_colt_container {
        width: 100%;
    }
    .th_colt_title {
        font-size: 22px;
    }
    .th_colt_text {
        font-size: 13px;
        display: none;
    }
    .th_colt_text-mobile{
        display: inline;
        color: #7e7d7d;
    }
    .slash {
        font-size: 18px;
        margin: 0 4px;
    }
    .arrow-icon::after {
        border-width: 0 5px 5px 0;
        width: 15px;
        height: 15px;
    }
    .button-bar__area-list>li {
        padding: 5px;
    }
    .modern_bar {
        margin: 0 5px;
    }
    .cmg_conf_content_title {
        padding: 5px;
    }
    .slider_wrapper {
        width: 98%;
    }
}


@media (max-width: 768px) {
	/* 手機版：隱藏左右按鈕 */
	.slider_wrapper .arrow-icon {
		display: none !important;
	}

	/* 手機版：直式排列所有卡片 */
	.cmg_conf_card_box {
		flex-direction: column !important;
		transform: none !important;
		width: 100% !important;
        display: contents;
	}
    .col_conl_container_row {
        grid-template-columns: 1fr;
    }
	/* 確保每張卡片寬度 100% */
	.cmg_conf_card {
		width: 100% !important;
        padding: 0 5px;
	}
    .cmg_conf_card img{
        width: 100%;
    }
    .logout6_textContainer{
        padding-top: 5px;
    }
    .logout6_textContent{
        margin-top: 5px;
    }
}

/* 2025.07.09 simon 卡片浮動特效 */
.cmg_conf_card {
  transition: box-shadow 0.25s cubic-bezier(0.22, 1, 0.36, 1);
  box-shadow: 0 2px 8px 0 rgba(0,0,0,0.06);
  will-change: box-shadow;
  background: #fff;
  border-radius: 1.25rem;
  overflow: hidden;
}

.cmg_conf_card:hover {
  /* 這裡**不要**有 transform，也可以略過 z-index，僅加深陰影讓卡片有聚焦感 */
  box-shadow: 0 8px 32px 0 rgba(0,0,0,0.14);
}

.cmg_conf_card .cmg_conf_content img {
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.25s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform, box-shadow;
  border-radius: 0.75rem;
}

.cmg_conf_card:hover .cmg_conf_content img {
  /* 只有圖片會 scale 放大、加陰影，卡片本身不移動也不縮放 */
  transform: scale(1.08);
  box-shadow: 0 6px 24px 0 rgba(0,0,0,0.12);
}



