@charset "utf-8";

/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* 公用 */


/* ======================================================================== */

.page_WISE2410 {
    max-width: 1200px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 20px;
    font-family: Arial, 'Open Sans', '微軟正黑體', "新細明體", sans-serif;
    font-weight: 400;
    color: #636161;
}

.page_WISE2410 br.desktop {
    display: block;
}

.page_WISE2410 br.mobile {
    display: none;
}

.page_WISE2410 div {
    box-sizing: border-box;
}

.page_WISE2410 img {
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.page_WISE2410 img.my20 {
    margin: 20px 0 !important;
}

.page_WISE2410 img.my30 {
    margin: 30px 0 !important;
}

.page_WISE2410 img.my40 {
    margin: 40px 0 !important;
}

.page_WISE2410 img.my50 {
    margin: 50px 0 !important;
}

.page_WISE2410 .clearfix,
.page_WISE2410 .clear {
    clear: both;
}

.page_WISE2410 .hide {
    display: none;
}

.page_WISE2410 .show {
    display: block;
}

.page_WISE2410 ul,
.page_WISE2410 ol {
    margin: 0 !important;
    padding: 0 0 0 25px !important;
}

.page_WISE2410 li {
    margin: 0 !important;
    padding: 0 !important;
}

.page_WISE2410 ul li {
    list-style-type: disc !important;
}

.page_WISE2410 ol li {
    list-style-type: decimal !important;
}

.page_WISE2410 .text-center {
    text-align: center;
}

.page_WISE2410 .h240 {
    height: 240px;
}

.page_WISE2410 .h270 {
    height: 270px;
}

.page_WISE2410 .h290 {
    height: 290px;
}

.page_WISE2410 .h450 {
    height: 450px;
}

.page_WISE2410 .mb-0 {
    margin-bottom: 0 !important;
}

.page_WISE2410 .singleImg {
    width: 100%;
    text-align: center;
}

.page_WISE2410 .singleImg img {
    max-width: 100%;
}

.page_WISE2410 a,
.page_WISE2410 a p {
    color: #0075a2 !important;
}

.page_WISE2410 a:hover,
.page_WISE2410 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_WISE2410 br.desktop {
        display: none;
    }
    .page_WISE2410 br.mobile {
        display: block;
    }
}

@media screen and (max-width: 599px) {}


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* kv 主圖 */


/* ======================================================================== */

.page_WISE2410 .kv {
    position: relative;
    min-height: 400px;
    background: #103357 url(../images/kv_bg.jpg) center bottom no-repeat;
    background-size: contain;
}

.page_WISE2410 .kv .text {
    position: absolute;
    top: 100px;
    left: 50px;
    color: #FFF;
}

.page_WISE2410 .kv .text .t1 {
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}

.page_WISE2410 .kv .text .t2 {
    font-size: 37px;
    line-height: 40px;
    font-weight: bold;
}

.page_WISE2410 .kv .text .t3 {
    font-size: 24px;
    line-height: 30px;
    font-style: italic;
}

.page_WISE2410 .kv .img {
    position: absolute;
    right: 30px;
    bottom: 25px;
    line-height: 1px;
}

.page_WISE2410 .kv .img.logos {
    position: absolute;
    left: 35px;
    bottom: 50px;
}

@media screen and (max-width: 1199px) {
    .page_WISE2410 .kv {
        display: flex;
        align-items: center;
        min-height: calc( 33.33vw);
    }
    .page_WISE2410 .kv .img img {
        max-height: 26vw;
        width: auto;
    }
	.page_WISE2410 .kv .text {
		top: 70px;
		left: 50px;
	}
}

@media screen and (max-width: 991px) {
    .page_WISE2410 .kv .img {
        /* 寬度要配合原稿調整 */
        width: 40%;
        right: 5%;
        text-align: right;
    }
	.page_WISE2410 .kv .text {
		width: 50%;
		top: 30px;
	}
	.page_WISE2410 .kv .img.logos {
		left: -15%;
		bottom: 5px;
}
}

@media screen and (max-width: 767px) {
    .page_WISE2410 .kv {
        display: block;
        min-height: unset;
        background: #103357 url(../images/kv_bg.jpg) 10% bottom no-repeat;
        background-size: auto 70%;
    }
    .page_WISE2410 .kv .text {
        position: static;
        padding-top: 30px;
        width: 100%;
        text-align: center;
    }
    .page_WISE2410 .kv .img {
        position: static;
        padding-top: 30px;
        padding-bottom: 30px;
        width: 100%;
        text-align: center;
    }
    .page_WISE2410 .kv .img img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
    }
	.page_WISE2410 .kv .img.logos {
    position: static;
	}
}

@media screen and (max-width: 599px) {
    .page_WISE2410 .kv {
        min-height: unset;
    }
    .page_WISE2410 .kv .img img {
        max-width: 90%;
    }
}


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* intro 主圖下的主要介紹文 */


/* ======================================================================== */

.page_WISE2410 .intro {
    display: flex;
    align-items: center;
    padding: 20px 50px;
}

.page_WISE2410 .intro p {
    display: block;
    max-width: 960px;
    font-size: 16px;
    line-height: 24px;
    color: #4b4c4c;
    margin: 0 auto;
    text-align: center;
}

@media screen and (max-width: 1199px) {}

@media screen and (max-width: 991px) {
    .page_WISE2410 .intro {
        padding: 20px;
    }
}

@media screen and (max-width: 767px) {
    .page_WISE2410 .intro {
        display: block;
    }
}

@media screen and (max-width: 599px) {}


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* contentBox 內容 default */


/* ======================================================================== */

.page_WISE2410 .contentBox {
    padding: 30px 50px;
}

.page_WISE2410 .contentBox .title {
    color: #3c3c3c;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 30px;
}

.page_WISE2410 .contentBox .box .img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.page_WISE2410 .contentBox .box .img img {
    max-width: 100%;
}

.page_WISE2410 .contentBox .box .subttl {
    color: #000;
    font-size: 21px;
    line-height: 24px;
    margin: 20px 0;
}

.page_WISE2410 .contentBox .box p,
.page_WISE2410 .contentBox .box li {
    color: #4d4d4d;
    font-size: 14px;
    line-height: 21px;
    padding-right: 30px;
}

.page_WISE2410 .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_WISE2410 .contentBox .box a.moreBtn:hover {
    color: #FF0;
}

@media screen and (max-width: 1199px) {}

@media screen and (max-width: 991px) {
    .page_WISE2410 .contentBox {
        padding: 20px;
    }
    .page_WISE2410 .contentBox .box .img {
        width: 100%;
    }
    .page_WISE2410 .contentBox .box .img img {
        max-width: 90%;
    }
    .page_WISE2410 .contentBox .box .subttl br,
    .page_WISE2410 .contentBox.circles .box p br {
        display: none;
    }
    .page_WISE2410 .contentBox.circles .box .img img {
        width: 150px;
    }
}

@media screen and (max-width: 767px) {
    .page_WISE2410 .contentBox .title {
        margin-bottom: 10px;
    }
    .page_WISE2410 .contentBox .box p,
    .page_WISE2410 .contentBox .box li {
        padding-right: 0;
    }
    .page_WISE2410 .contentBox .box .img img {
        width: unset !important;
        height: auto !important;
    }
}

@media screen and (max-width: 599px) {}


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* contentBox b1x1 內容 1*1 */


/* ======================================================================== */

.page_WISE2410 .contentBox.b1x1.screen>p {
    display: block;
    color: #4d4d4d;
    font-size: 14px;
    line-height: 21px;
    max-width: 960px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

.page_WISE2410 .contentBox.b1x1.screen .screenBox {
    position: relative;
    width: 887px;
    height: 355px;
    margin: 0 auto;
    background: url(../images/screen_wall1.jpg) center top no-repeat;
}

.page_WISE2410 .contentBox.b1x1.screen .screenBox img {
    display: block;
    position: absolute;
    bottom: 30px;
    left: calc( 50% - 185px);
}

.page_WISE2410 .contentBox.b1x1.screen .boxList {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 800px;
    margin: 10px auto;
}

.page_WISE2410 .contentBox.b1x1.screen .boxList .sbox {
    flex: 1;
    text-align: center;
}

.page_WISE2410 .contentBox.b1x1.screen .boxList .sbox p {
    color: #3c3c3c;
    font-size: 15px;
    line-height: 18px;
}

@media screen and (max-width: 1199px) {}

@media screen and (max-width: 991px) {
    .page_WISE2410 .contentBox.b1x1.screen .screenBox {
        width: 100%;
        height: 350px;
        text-align: center;
        background-size: contain;
    }
    .page_WISE2410 .contentBox.b1x1.screen .screenBox img {
        bottom: 10px;
    }
    .page_WISE2410 .contentBox.b1x1.screen .boxList .sbox img {
        width: 170px;
    }
}

@media screen and (max-width: 767px) {
    .page_WISE2410 .contentBox.b1x1.screen .screenBox {
        height: 320px;
        background-size: contain;
    }
    .page_WISE2410 .contentBox.b1x1.screen .boxList .sbox {
        min-width: 50%;
    }
    .page_WISE2410 .contentBox.b1x1.screen .boxList .sbox img {
        width: 95%;
    }
}

@media screen and (max-width: 599px) {
    .page_WISE2410 .contentBox.b1x1.screen .screenBox {
        height: unset;
    }
    .page_WISE2410 .contentBox.b1x1.screen .screenBox img {
        display: inline;
        position: static;
        margin-top: 50px !important;
        width: 80vw;
    }
}


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* contentBox b1x2 內容 1*2 */


/* ======================================================================== */

.page_WISE2410 .contentBox.b1x2 .boxs {
    display: flex;
}

.page_WISE2410 .contentBox.b1x2 .box {
    width: 50%;
    margin: 0;
    padding: 0;
}

.page_WISE2410 .contentBox.b1x2 .box.noLine {
    border: 0 !important;
}

.page_WISE2410 .contentBox.b1x2 .box.noLine.large {
    width: 70% !important;
	margin-left: 5%;
	z-index:-99;
}
.page_WISE2410 .contentBox.b1x2 {
    position: relative;
}
.page_WISE2410 .contentBox.b1x2 .box.mt-45.small {
    position: absolute;
	margin-top: 26%;
	right: -7%;
}

.page_WISE2410 .contentBox.b1x2 .box.mt-45 {
    margin-top: 45px;
}

.page_WISE2410 .contentBox.b1x2 .box:nth-child(1) {
    border-right: 1px solid #D1D1D1;
}

.page_WISE2410 .contentBox.b1x2 .box:nth-child(2) {
    padding-left: 40px;
}

@media screen and (max-width: 1199px) {}

@media screen and (max-width: 991px) {}

@media screen and (max-width: 767px) {
    .page_WISE2410 .contentBox.b1x2 .boxs {
        display: block;
    }
    .page_WISE2410 .contentBox.b1x2 .box {
        width: 100%;
        padding: 20px 0 !important;
    }
    .page_WISE2410 .contentBox.b1x2 .box.mt-45 {
        margin-top: unset;
    }
    .page_WISE2410 .contentBox.b1x2 .box .img {
        display: block;
        text-align: center;
        height: unset !important;
    }
    .page_WISE2410 .contentBox.b1x2 .box:nth-child(1) {
        border-right: 0;
    }
    .page_WISE2410 .contentBox.b1x2 .box:nth-child(2) {
        padding-left: 0;
    }
	.page_WISE2410 .contentBox.b1x2 .box.noLine.large {
    width: 100% !important;
	margin-left: 0%;
	z-index:-99;
	}
	.page_WISE2410 .contentBox.b1x2 {
		position: auto;
	}
	.page_WISE2410 .contentBox.b1x2 .box.mt-45.small {
		position: unset;
		margin-top: unset;
		right: unset;
}
}

@media screen and (max-width: 599px) {
    .page_WISE2410 .contentBox.b1x2 .box .img img {
        max-width: 100% !important;
    }
}


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* grayBg 灰底 */


/* ======================================================================== */

.page_WISE2410 .contentBox.grayBg {
    background-color: #e5ebf1;
}


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* productBox title 產品細節 標題 */


/* ======================================================================== */

.page_WISE2410 .productBox.bigTTL {
    color: #3c3c3c;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* productBox 產品細節 default : 1x1 */


/* ======================================================================== */

.page_WISE2410 .productBox {
    padding: 0 50px 50px 50px;
}

.page_WISE2410 .productBox .title {
    color: #3c3c3c;
    font-size: 21px;
    line-height: 40px;
    padding-left: 20px;
    background-color: #f3f3f3;
    margin-bottom: 35px;
}

.page_WISE2410 .productBox .subttl.left {
    color: #4172ae;
    font-size: 18px;
    line-height: 20px;
    padding-left: 20px;
    margin-bottom: 15px;
}

.page_WISE2410 .productBox .subttl.right {
    color: #3c3c3c;
    font-size: 15px;
    line-height: 20px;
    padding-right: 20px;
    margin-bottom: 15px;
    text-align: right;
}

.page_WISE2410 .productBox .box .subttl {
    color: #4172ae;
    font-size: 18px;
    font-weight: bold;
    line-height: 80px;
    text-align: center;
}

.page_WISE2410 .productBox .box .img {
    text-align: center;
}

.page_WISE2410 .productBox .box .img img {
    /* 最大的單張圖寬度要配合原稿調整 */
    max-width: 750px;
}

.page_WISE2410 .productBox p.productBox_text {
    width: 48%;
    padding-left: 20px;
}

@media screen and (max-width: 1199px) {
    .page_WISE2410 .productBox .box .img img {
        /* 最大的單張圖寬度要配合原稿調整 */
        max-width: 750px;
    }
}

@media screen and (max-width: 991px) {
    .page_WISE2410 .productBox {
        padding: 0 20px 20px 20px;
    }
    .page_WISE2410 .productBox .box .img {
        width: 100%;
    }
    .page_WISE2410 .productBox .box .img img {
        max-width: 100%;
    }
    .page_WISE2410 .productBox p.productBox_text {
        width: calc( 100% - 20px);
    }
}

@media screen and (max-width: 767px) {
    .page_WISE2410 .productBox .box .img img {
        width: unset !important;
        height: auto !important;
    }
}

@media screen and (max-width: 599px) {}


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* productBox b1x3 產品細節 1*3 */


/* ======================================================================== */

.page_WISE2410 .productBox.b1x3 .boxs {
    display: flex;
    align-items: center;
}

.page_WISE2410 .productBox.b1x3 .box {
    width: 33%;
}

.page_WISE2410 .productBox.b1x3 .box.unset img {
    max-width: 100%;
    height: auto;
}

@media screen and (max-width: 1199px) {
    .page_WISE2410 .productBox.b1x3 .box.unset img {
        height: unset !important;
    }
}

@media screen and (max-width: 991px) {}

@media screen and (max-width: 767px) {
    .page_WISE2410 .productBox.b1x3 .boxs {
        display: block;
    }
    .page_WISE2410 .productBox.b1x3 .box {
        width: 100%;
    }
    .page_WISE2410 .productBox.b1x3 .box .img img {
        max-width: 100%;
    }
}

@media screen and (max-width: 599px) {}


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* ======================================================================== */


/* Slider */


/* ======================================================================== */

.page_WISE2410 .sliderBox {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 50px;
}


/*.sliderBox_two 新增2格時應用*/

.page_WISE2410 .sliderBox_two {
    width: 750px;
    margin: 0 auto;
}

.page_WISE2410 .owl-carousel .item {
    text-align: center;
}

.page_WISE2410 .owl-carousel .item a {
    display: inline-block;
}

.page_WISE2410 .owl-carousel .item .nonelink {
    cursor: default;
}

.page_WISE2410 .owl-carousel .item img {
    width: 100%;
    max-width: 350px;
    display: inline-block;
    /*fix image*/
}

.page_WISE2410 .owl-carousel .owl-wrapper-outer {
    text-align: center;
}

@media screen and (max-width: 1199px) {
    .page_WISE2410 .sliderBox {
        width: 100%;
    }
    /*.sliderBox_two 新增2格時應用*/
    .page_WISE2410 .sliderBox_two {
        width: 750px;
    }
}

@media screen and (max-width: 991px) {
    .page_WISE2410 .sliderBox {
        padding: 20px;
    }
    /*.sliderBox_two 新增2格時應用*/
    .page_WISE2410 .sliderBox_two {
        width: 750px;
    }
}

@media screen and (max-width: 767px) {
    /*.sliderBox_two 新增2格時應用*/
    .page_WISE2410 .sliderBox_two {
        width: 100%;
    }
}

@media screen and (max-width: 599px) {}