.conmot {
    padding: 4vw 17vw;
    background-color: #fff;
}

.techtable {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2.5vw 0;
}

.techtable > div {
    font-size: 1vw;
    padding: 0.7vw 1vw;
    color: #000;
    cursor: pointer;
    transition: all 0.3s ease;
}

.techtable .change {
    background-color: #00A2E9;
    color: #fff;
}

.span {
    padding: 0 1vw;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

.techtable .change .span {
    padding: 0;
    border: none;
}

.techBox {
    display: none;
}

.techBoxtop {
    font-size: 0.9vw;
    line-height: 2;
}

.techitem {
    padding-bottom: 2vw;
}

.techitem_top {
    color: #00A2E9;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 0.6vw;
    font-size: 1vw;
    font-weight: 600;
}

.techitem_cont {
    font-size: 0.8vw;
    line-height: 2;
    margin: 1vw 0;
}

.techitem_food {
    width: 100%;
    text-align: center;
}

.techitem_food img {
    max-width: 100%;
    height: auto;
}

.copyBox_btn {
    text-align: center;
    background-color: #fff;
    padding: 0.8vw 0;
}

/* 響應式設計 - iPhone 14 Pro Max & iPad Mini */
@media (max-width: 480px) {
    .conmot {
        padding: 4vw 5vw;
    }
    .techtable > div {
        font-size: 3.5vw;
        padding: 2vw 3vw;
    }
    .techBoxtop {
        font-size: 3.2vw;
    }
    .techitem_top {
        font-size: 3.5vw;
    }
    .techitem_cont {
        font-size: 2.8vw;
    }
}

@media (min-width: 481px) and (max-width: 768px) {
    .conmot {
        padding: 4vw 10vw;
    }
    .techtable > div {
        font-size: 2vw;
    }
}
