﻿/* 藍底區webmap-area */
/* *桌機頁面*+其他 */
.webmap {
    padding: 0 18px;
}

.webmap-area {
    background-color: #002f4a;
    color: #D8D8D8;
    padding: 50px 0;
}

.desktop {
    display: flex;
    justify-content: space-between;
}

.webmap-span {
    margin-left: -20px;
    margin-right: 10px;
}

.webmap-tit {
    margin-bottom: 19.8px;
}

/* .news-tit, */
.allProducts-tit {
    margin: 40px 0 19.8px 0;
}

.webmap-tit a {
    font-size: 20px;
    color: #D8D8D8;
    font-weight: bold;
    text-align: center;
}

.webmap-tit a:hover {
    color: #ffffff;
}

.webmap-sub {
    margin: 0;
    margin-bottom: 13px;
}

.webmap-sub a {
    font-size: 16px;
    color: #D8D8D8;
}

.webmap-sub a:hover {
    color: #ffffff;
    /* font-weight: bold; */
}

/* 桌機頁面+平板頁面用來抵銷「|」的margin-left:-20px */
.webmap-column-d,
.webmap-column-t {
    padding-right: 20px;
}

.webmap-column-d:last-child {
    padding-right: 0;
}

.foom-item {
    position: relative;
}

.foom-item > span {
    position: absolute;
    right: 0;
    top: 0;
}

/* *平板頁面* */
@media screen and (max-width: 992px) {
    .desktop {
        display: none;
    }

    .tablet {
        display: flex;
        flex-wrap: wrap;
        padding-left: 2rem;
    }

    .tablet .allProducts-tit {
        margin: 0;
        margin-bottom: 19.8px;
    }

    .webmap-column-t {
        width: 25%;
        margin-bottom: 60px;
    }
}


/* *手機頁面* */
@media screen and (max-width: 770px) {
    .desktop {
        display: none;
    }

    .tablet {
        display: none;
    }

    .mobile {
        display: block;
    }

    .mobile,
    .mobile a,
    .mobile a:hover {
        color: #D8D8D8;
    }

    .mobile > img.logo {
        width: 50%;
        margin: auto;
        margin-bottom: 1rem;
        position: relative;
        left: 25%;
    }

    .mobile hr {
        margin: 20px 0;
        border: 1px solid #D8D8D8;
    }

    .webmap-column-m {
        display: flex;
        margin: auto;
        justify-content: center;
    }

    .webmap-column-m > div {
        /* flex: 1 1 auto; */
        text-align: center;
    }

    .webmap-column-m .webmap-tit:nth-child(1) .webmap-span {
        display: none;
    }

    .webmap-column-m .webmap-span {
        margin: 0 5px 0 10px;
    }

    .mobile .companyName {
        font-size: 1.2rem;
    }
}


/* 黑底區copyright */
/* *平板+手機頁面* */
.copyright {
    background-color: #000000;
    color: #949494;
    padding: 26px 0;
    bottom: 0;
}

.copyright .container .d-flex {
    justify-content: center;
    align-items: center;
}

.copyright .container .d-flex:nth-child(1) {
    margin-bottom: 12px;
}

.copyright a {
    color: #949494;
}

.copyright a:hover {
    color: #ffffff;
}

.footer-menu span {
    /* margin: 0 10px;*/
}

.foom-item a {
    padding: 0 10px;
    text-align: center;
}

/* *桌機頁面版* */
@media screen and (min-width: 770px) {
    .copyright > .container {
        display: flex;
        flex-direction: row-reverse;
        padding: 0;
        justify-content: space-between;
    }

    .copyright .container .d-flex:nth-child(1) {
        margin-bottom: 0;
    }

    .foom-item a {
        padding: 0 5px;
    }
}

/* TOP鍵 */
.top {
    position: fixed;
    bottom: 6rem;
    right: 50px;
    display: none;
    z-index: 100;
}

.top > img {
    height: 65px;
    width: 65px;
}

.top:hover {
    transform: scale(1.2, 1.2);
    cursor: pointer;
    transform: 0.5s;
}

ul {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
}

/* goTOP手機版 */
@media screen and (max-width: 770px) {
    .top {
        right: 0.5rem;
    }

    .webmap-tit a {
        font-size: 16px;
    }
}