.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;
}

.link a{
    display: inline-block;
    background-color: transparent;
    border: none;
    color: #2894FF;
    width: 70px;
    /* height: 40px; */
    line-height: 40px;
    text-align: center;
    /* border-radius: 30px; */
    text-decoration: none;
    transition: 0.3s;
}
.link a:hover {
    color: #2894FF;
    background-color: transparent;
}
.link a.active {
    /* background-color: #67b0d1; */
    /* color: #fff; */
    color: #2894FF;
    border-bottom: 3px solid #2894FF;
}

@media(max-width: 768px){
    .link a{
        width: 70px;
    }
}
.nvb_nbbb__main {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    /* max-width: 40%; */
    position: sticky;
    top: 0;
    z-index: 30;
    background-color: #fff;
    /* background-color: #c4edff; */
    /* box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important; */
    box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.2);
    /* border-radius: 30px; */
    /* margin: auto; */
}

.nvb_nbbb__main-list {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    overflow-x: auto;
    font-size: 16px;
    white-space: nowrap;
}

.nvb_nbbb__main-list>li {
    font-size: 18px;
    font-weight: 400;
    /* padding: 0px; */
    /* font-size: 18px; */
    /* font-weight: 700; */
    padding: 10px 15px;
    font-family: MicrosoftJhengHeiBoldFix;
}

.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;
    /* background-color: #67b0d1; */
    color: #444;
}


.th_colt_container_underline {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    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: 400px;
    /* background-color: #eef3f4; */
    border: 1px solid #dfdfdf;
    margin-top: 10px;
}

.cmg_conf_content_title {
    padding: 10px;
    line-height: 26px;
    display: block;
    text-decoration: none;
    color: #444;
    width: 100%;

    height: 95px
}

.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 {
    margin: auto;
    display: flex;
    width: 100%;
    max-width: 1210px;
}

.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: fit-content;
    transition: transform 0.5s ease;
    transform: translateX(0);
    display: flex;
    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;
    /* background-color: #67b0d1; */
    color: #444;
    /* padding: 16px 0px 16px 12px; */
    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_text{
        display: none;
    }
    .th_colt_text-mobile{
        display: inline;
        /* font-size: 14px; */
        color: #7e7d7d;
        margin-left: 20px;
    }
}



@media(max-width: 768px) {
    .th_colt_container {
        width: 100%;
    }

    .th_colt_title {
        font-size: 22px;
    }

    .th_colt_text {
        font-size: 13px;
    }

    .slash {
        font-size: 18px;
        margin: 0 4px;
    }

    .arrow-icon::after {
        border-width: 0 5px 5px 0;
        width: 15px;
        height: 15px;
    }

    .nvb_nbbb__main-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;
	}

	/* 確保每張卡片寬度 100% */
	.cmg_conf_card {
		width: 100% !important;
	}

    .cmg_conf_card img{
        width: 100%;
    }
}

