@charset "utf-8";
/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* 公用 */


/* ======================================================================== */

.page_USB-4700-4800 {
    max-width: 1200px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 20px;
    font-family:  'Open Sans', Arial, '微軟正黑體', "新細明體", sans-serif;
    font-weight: 400;
    color: #636161;
}

.page_USB-4700-4800 ul li{
	list-style-type: disc!important;
}

.page_USB-4700-4800 ol li{
	list-style-type: decimal!important;
}

.page_USB-4700-4800 br.desktop {
    display: block;
}

.page_USB-4700-4800 br.mobile {
    display: none;
}

.page_USB-4700-4800 div {
    box-sizing: border-box;
}

.page_USB-4700-4800 img {
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.page_USB-4700-4800 img.my20 {
    margin: 20px 0 !important;
}

.page_USB-4700-4800 img.my30 {
    margin: 30px 0 !important;
}

.page_USB-4700-4800 img.my40 {
    margin: 40px 0 !important;
}

.page_USB-4700-4800 img.my50 {
    margin: 50px 0 !important;
}

.page_USB-4700-4800 .clearfix,
.page_USB-4700-4800 .clear {
    clear: both;
}

.page_USB-4700-4800 .hide {
    display: none;
}

.page_USB-4700-4800 .show {
    display: block;
}

.page_USB-4700-4800 ul {
    margin: 0 !important;
    padding: 0 !important;
}

.page_USB-4700-4800 li {
    margin: 0 0 0 20px !important;
    padding: 0 !important;
}

.page_USB-4700-4800 .text-center {
    text-align: center;
}

.page_USB-4700-4800 .h160 {
    height: 160px;
}

.page_USB-4700-4800 .h210 {
    height: 210px;
}

.page_USB-4700-4800 .h260 {
    height: 260px;
}

.page_USB-4700-4800 .h310 {
    height: 310px;
}

.page_USB-4700-4800 .h330 {
    height: 330px;
}

.page_USB-4700-4800 .singleImg {
    width: 100%;
    text-align: center;
}

.page_USB-4700-4800 .singleImg img {
    max-width: 100%;
}

.page_USB-4700-4800 a,
.page_USB-4700-4800 a p {
    color: #0075a2 !important;
}

.page_USB-4700-4800 a:hover,
.page_USB-4700-4800 a:hover p {
    text-decoration: underline;
}

@media screen and (max-width: 1199px) {}

@media screen and (max-width: 991px) {}

@media screen and (max-width: 767px) {
    .page_USB-4700-4800 br.desktop {
        display: none;
    }
    .page_USB-4700-4800 br.mobile {
        display: block;
    }
}

@media screen and (max-width: 599px) {}


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* kv 主圖 */


/* ======================================================================== */

.page_USB-4700-4800 .kv {
    position: relative;
    min-height: 400px;
    background: #084a6e url(../images/kv_bg.jpg) center bottom no-repeat;
    background-size: contain;
}

.page_USB-4700-4800 .kv .text {
    position: absolute;
    top: 100px;
    left: 50px;
    color: #FFF;
}

.page_USB-4700-4800 .kv .text .t1 {
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
}

.page_USB-4700-4800 .kv .text .t2 {
    font-size: 60px;
    line-height: 90px;
    font-weight: bold;
}

.page_USB-4700-4800 .kv .text .t3 {
    font-size: 36px;
    line-height: 40px;
    /*font-style:italic;*/
}

.page_USB-4700-4800 .kv .img {
    position: absolute;
    right: 15px;
    bottom: 30px;
    line-height: 1px;
}

@media screen and (max-width: 1199px) {
    .page_USB-4700-4800 .kv {
        display: flex;
        align-items: center;
        min-height: calc( 33.33vw);
    }
    .page_USB-4700-4800 .kv .text {
        top: unset;
    }
    .page_USB-4700-4800 .kv .img img {
        max-height: 22vw;
        width: auto;
    }
}

@media screen and (max-width: 991px) {
    .page_USB-4700-4800 .kv .text {
        /* 寬度要配合原稿調整 */
        width: 60%;
        left: 5%;
    }
    .page_USB-4700-4800 .kv .img {
        /* 寬度要配合原稿調整 */
        width: 35%;
        right: 0;
    }
    .page_USB-4700-4800 .kv .img img {
        max-height: unset;
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .page_USB-4700-4800 .kv {
        display: block;
        min-height: unset;
        background-size: cover;
    }
    .page_USB-4700-4800 .kv .text {
        position: static;
        padding-top: 30px;
        width: 100%;
        text-align: center;
    }
    .page_USB-4700-4800 .kv .img {
        position: static;
        padding-top: 30px;
        width: 80%;
        text-align: center;
        margin: 0 auto;
    }
    .page_USB-4700-4800 .kv .img img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
    }
}

@media screen and (max-width: 599px) {
    .page_USB-4700-4800 .kv {
        min-height: unset;
    }
    .page_USB-4700-4800 .kv .text .t2 {
        font-size: 36px;
        line-height: 40px;
    }
}


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* intro 主圖下的主要介紹文 */


/* ======================================================================== */

.page_USB-4700-4800 .intro {
    display: flex;
    align-items: center;
    padding: 50px;
}

.page_USB-4700-4800 .intro p {
    max-width: 840px;
    font-size: 16px;
    line-height: 24px;
    color: #4b4c4c;
    text-align: center;
    margin: 0 auto;
}

@media screen and (max-width: 1199px) {
    .page_USB-4700-4800 .intro .img {
        width: 400px;
    }
}

@media screen and (max-width: 991px) {
    .page_USB-4700-4800 .intro {
        padding: 20px;
    }
}

@media screen and (max-width: 767px) {
    .page_USB-4700-4800 .intro {
        display: block;
    }
    .page_USB-4700-4800 .intro .img {
        width: 100%;
        min-width: 100%;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 599px) {}


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* contentBox 內容 default */


/* ======================================================================== */

.page_USB-4700-4800 .contentBox {
    padding: 30px 50px;
}

.page_USB-4700-4800 .contentBox .title {
    color: #3c3c3c;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 30px;
}

.page_USB-4700-4800 .contentBox .box .img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.page_USB-4700-4800 .contentBox .box .subttl {
    color: #000;
    font-size: 21px;
    line-height: 24px;
    margin: 20px 0;
}

.page_USB-4700-4800 .contentBox .box p,
.page_USB-4700-4800 .contentBox .box li {
    color: #4d4d4d;
    font-size: 14px;
    line-height: 21px;
}

.page_USB-4700-4800 .contentBox .box a.moreBtn {
    display: block;
    float: right;
    color: #FFF !important;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    width: 130px;
    height: 35px;
    line-height: 35px;
    padding-left: 10px;
    margin-left: 10px;
    margin-bottom: 50px;
    border-radius: 3px;
    background: #144c78 url(../images/btn_arrow.png) 90% center no-repeat;
}

.page_USB-4700-4800 .contentBox .box a.moreBtn:hover {
    color: #FF0;
}

@media screen and (max-width: 1199px) {}

@media screen and (max-width: 991px) {
    .page_USB-4700-4800 .contentBox {
        padding: 20px;
    }
    .page_USB-4700-4800 .contentBox .box .img {
        width: 100%;
    }
    .page_USB-4700-4800 .contentBox .box .img img {
        width: 90%;
    }
    .page_USB-4700-4800 .contentBox .box .subttl br,
    .page_USB-4700-4800 .contentBox.circles .box p br {
        display: none;
    }
    .page_USB-4700-4800 .contentBox.circles .box .img img {
        width: 150px;
    }
}

@media screen and (max-width: 767px) {
    .page_USB-4700-4800 .contentBox .title {
        margin-bottom: 10px;
    }
    .page_USB-4700-4800 .contentBox .box p,
    .page_USB-4700-4800 .contentBox .box li {
        padding-right: 0;
    }
    .page_USB-4700-4800 .contentBox .box .img img {
        width: unset !important;
        height: auto !important;
    }
}

@media screen and (max-width: 599px) {}


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* contentBox b1x1 內容 1*1 */


/* ======================================================================== */

.page_USB-4700-4800 .contentBox.b1x1 .blueList .ttl {
    color: #264461;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
}

.page_USB-4700-4800 .contentBox.b1x1 .blueList p {
    color: #4e88b7;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 1199px) {}

@media screen and (max-width: 991px) {}

@media screen and (max-width: 767px) {}

@media screen and (max-width: 599px) {}


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* contentBox b1x3 內容 1*3 */


/* ======================================================================== */

.page_USB-4700-4800 .contentBox.b1x3 .boxs {
    display: flex;
}

.page_USB-4700-4800 .contentBox.b1x3 .box {
    width: 33.33%;
    margin: 0;
    padding: 0 20px;
}

.page_USB-4700-4800 .contentBox.b1x3 .box:nth-child(1),
.page_USB-4700-4800 .contentBox.b1x3 .box:nth-child(2) {
    border-right: 1px solid #D1D1D1;
}

.page_USB-4700-4800 .contentBox.b1x3 .box .img img {
    width: 80%;
}

@media screen and (max-width: 1199px) {}

@media screen and (max-width: 991px) {
    .page_USB-4700-4800 .contentBox.b1x3 .box {
        padding: 0 10px;
    }
    .page_USB-4700-4800 .contentBox .box .h210 {
        height: 140px;
    }
}

@media screen and (max-width: 767px) {
    .page_USB-4700-4800 .contentBox.b1x3 .boxs {
        display: block;
    }
    .page_USB-4700-4800 .contentBox.b1x3 .box {
        width: 100%;
        padding: 20px 0 !important;
    }
    .page_USB-4700-4800 .contentBox.b1x3 .box .img {
        display: block;
        text-align: center;
        height: unset !important;
    }
    .page_USB-4700-4800 .contentBox.b1x3 .box:nth-child(1),
    .page_USB-4700-4800 .contentBox.b1x3 .box:nth-child(2) {
        border-right: 0;
    }
    .page_USB-4700-4800 .contentBox.b1x3 .box:nth-child(2),
    .page_USB-4700-4800 .contentBox.b1x3 .box:nth-child(3) {
        padding-left: 0;
    }
}

@media screen and (max-width: 599px) {
    .page_USB-4700-4800 .contentBox.b1x3 .box .img img {
        max-width: 100% !important;
    }
}


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* grayBg 灰底 */


/* ======================================================================== */

.page_USB-4700-4800 .contentBox.grayBg {
    background-color: #e5ebf1;
}


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* productBox title 產品細節 標題 */


/* ======================================================================== */

.page_USB-4700-4800 .productBox.bigTTL {
    color: #3c3c3c;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    min-height: 100px;
    padding-top: 15px;
    text-align: center;
}


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* productBox 產品細節 default : 1x1 */


/* ======================================================================== */

.page_USB-4700-4800 .productBox {
    padding: 0 50px 50px 50px;
}

.page_USB-4700-4800 .productBox .title {
    color: #3c3c3c;
    font-size: 21px;
    line-height: 40px;
    padding-left: 20px;
    background-color: #f3f3f3;
    margin-bottom: 35px;
}

.page_USB-4700-4800 .productBox .subttl.left {
    color: #4172ae;
    font-size: 18px;
    line-height: 20px;
    padding-left: 20px;
    margin-bottom: 15px;
}

.page_USB-4700-4800 .productBox .subttl.right {
    color: #3c3c3c;
    font-size: 15px;
    line-height: 20px;
    padding-right: 20px;
    margin-bottom: 15px;
    text-align: right;
}

.page_USB-4700-4800 .productBox .box .subttl {
    color: #4172ae;
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
}

.page_USB-4700-4800 .productBox .box .img {
    text-align: center;
}

.page_USB-4700-4800 .productBox .box .img img {
    /* 最大的單張圖寬度要配合原稿調整 */
    max-width: 1100px;
}

.page_USB-4700-4800 .productBox p.productBox_text {
    /*width:48%;*/
    padding-left: 20px;
}

@media screen and (max-width: 1199px) {
    .page_USB-4700-4800 .productBox .box .img img {
        /* 最大的單張圖寬度要配合原稿調整 */
        max-width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .page_USB-4700-4800 .productBox {
        padding: 0 20px 20px 20px;
    }
    .page_USB-4700-4800 .productBox .box .img {
        width: 100%;
    }
    .page_USB-4700-4800 .productBox.b1x2 .box .img img {
        width: 80%;
        height: auto;
    }
    .page_USB-4700-4800 .productBox p.productBox_text {
        width: calc( 100% - 20px);
    }
}

@media screen and (max-width: 767px) {
    .page_USB-4700-4800 .productBox .box .img img {
        width: unset !important;
        height: auto !important;
    }
}

@media screen and (max-width: 599px) {}


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* productBox b1x2 b1x3 產品細節 1*2 / 1*3 */


/* ======================================================================== */

.page_USB-4700-4800 .productBox.b1x2 .boxs {
    display: flex;
    align-items: center;
    justify-content: center;
}

.page_USB-4700-4800 .productBox.b1x2 .box {
    width: 50%;
}

.page_USB-4700-4800 .productBox.b1x2 .box.unset {
    width: unset;
}

.page_USB-4700-4800 .productBox.b1x2 .specialWidth {
    max-width: 95%;
    margin: 20px auto 0 auto;
}

@media screen and (max-width: 1199px) {
    .page_USB-4700-4800 .productBox.b1x2 .box.unset img {
        height: unset !important;
    }
}

@media screen and (max-width: 991px) {}

@media screen and (max-width: 767px) {
    .page_USB-4700-4800 .productBox.b1x2 .boxs {
        display: block;
    }
    .page_USB-4700-4800 .productBox.b1x2 .box {
        width: 100%;
    }
    .page_USB-4700-4800 .productBox .box .img img {
        max-width: 100%;
    }
}

@media screen and (max-width: 599px) {}


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* specVideoTable 包含video或表格的內容 */


/* ======================================================================== */

.page_USB-4700-4800 .specVideoTable {
    padding: 30px 50px;
}

.page_USB-4700-4800 .specVideoTable .title {
    color: #3c3c3c;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 30px;
}

.page_USB-4700-4800 .specVideoTable .subttl {
    color: #3c3c3c;
    font-size: 21px;
    line-height: 40px;
    padding-left: 20px;
    background-color: #f3f3f3;
    margin-bottom: 35px;
}

.page_USB-4700-4800 .specVideoTable .specVideo,
.page_USB-4700-4800 .specVideoTable .specVideo iframe {
    width: 560px;
    height: calc( 560px * 9/16);
}

.page_USB-4700-4800 .specVideoTable .specVideo {
    margin: 0 auto;
}

.page_USB-4700-4800 .specVideoTable .specTable {
    position: relative;
}

.page_USB-4700-4800 .specVideoTable .specTable .infoTable {
    overflow-y: hidden;
    border: 1px solid #F7F7F7;
}

.page_USB-4700-4800 .specVideoTable .specTable table {
    width: 1097px;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
}

.page_USB-4700-4800 .specVideoTable .specTable table th,
.page_USB-4700-4800 .specVideoTable .specTable table td {
    border: 1px solid #f1f1f1;
}

.page_USB-4700-4800 .specVideoTable .specTable thead td {
    vertical-align: bottom !important;
    text-align: center;
    padding: 30px 0;
    border: 0;
    height: 120px;
}

.page_USB-4700-4800 .specVideoTable .specTable tbody tr:nth-child(odd) {
    background-color: #F7F7F7;
}

.page_USB-4700-4800 .specVideoTable .specTable tbody th,
.page_USB-4700-4800 .specVideoTable .specTable tbody td {
    color: #575757;
    font-size: 13px;
    text-align: center;
    vertical-align: middle;
    height: 35px;
    padding: 5px;
    white-space: nowrap;
}

.page_USB-4700-4800 .specVideoTable .specTable tbody th {
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    background-color: #4985c6;
}

.page_USB-4700-4800 .specVideoTable .specTable tbody td.blueTXT {
    color: #0086C9;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}

.page_USB-4700-4800 .specVideoTable .specTable .infoTable table td:nth-child(1) {
    width: 89px;
}

@media screen and (max-width: 1199px) {}

@media screen and (max-width: 991px) {
    .page_USB-4700-4800 .specVideoTable {
        padding: 20px;
    }
}

@media screen and (max-width: 767px) {}

@media screen and (max-width: 599px) {
    .page_USB-4700-4800 .specVideoTable .specVideo,
    .page_USB-4700-4800 .specVideoTable .specVideo iframe {
        width: 320px;
        height: calc( 320px * 9/16);
    }
}


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* Slider */


/* ======================================================================== */

.page_USB-4700-4800 .sliderBox {
    width: 1140px;
    margin: 0 auto;
    padding: 20px 50px;
}


/*.sliderBox_two 新增2格時應用*/

.page_USB-4700-4800 .sliderBox_two {
    width: 750px;
    margin: 0 auto;
}

.page_USB-4700-4800 .owl-carousel .item {
    text-align: center;
}

.page_USB-4700-4800 .owl-carousel .item a {
    display: inline-block;
}

.page_USB-4700-4800 .owl-carousel .item .nonelink {
    cursor: default;
}

.page_USB-4700-4800 .owl-carousel .item img {
    width: 100%;
    max-width: 350px;
    display: inline-block;
    /*fix image*/
}

.page_USB-4700-4800 .owl-carousel .owl-wrapper-outer {
    text-align: center;
}

@media screen and (max-width: 1199px) {
    .page_USB-4700-4800 .sliderBox {
        width: 100%;
    }
    /*.sliderBox_two 新增2格時應用*/
    .page_USB-4700-4800 .sliderBox_two {
        width: 750px;
    }
}

@media screen and (max-width: 991px) {
    .page_USB-4700-4800 .sliderBox {
        padding: 20px;
    }
    /*.sliderBox_two 新增2格時應用*/
    .page_USB-4700-4800 .sliderBox_two {
        width: 750px;
    }
}

@media screen and (max-width: 767px) {
    /*.sliderBox_two 新增2格時應用*/
    .page_USB-4700-4800 .sliderBox_two {
        width: 100%;
    }
}

@media screen and (max-width: 599px) {}