/*LandingPage 樣式設定*/

body {
    margin: 0;
    font-family: "PingFangTC-Regular", "PingFangTC", Arial, Helvetica, "HeitiTC", "微軟正黑體", "Microsoft JhengHei", sans-serif;
    font-size: 18px !important;
    font-weight: 400;
    line-height: 1.5;
    color: #6C6C6C;
    text-align: left;
    background-color: #fff;
}

a {
    color: #6C6C6C;
    text-decoration: none;
    display: inline;
    transition: 0.3s;
}

a:hover {
    color: #6C6C6C;
    text-decoration: none;
}

:root {
    --primary-color: #006cd9;
    --second-color: #F29B00;
}


/*商城header footer最外層
.eStore_wrapper{min-height:100%; height:auto!important; height:100%; background-color:#fff;}*/

.eStore_container .eStore_block980 {
    width: 980px
}

.eStore_block980 {
    width: 980px;
    margin: 0 auto
}


/*landing page最外層*/

#adventech-lp {
    /*最外層命名 避免CSS衝突*/
}

#adventech-lp.lp-wrapper {
    margin: 0;
    width: 100%;
        /*padding-bottom: 5%;*/
}

#adventech-lp .lp-container {
    width: 100%;
}

/*主視覺*/

#adventech-lp .lp-header {
    background: #DDDDDD;
    /*height: 530px;*/
}

#adventech-lp .lp-header .kv-banner-container {

}

#adventech-lp .lp-header .kv-banner-container .swiper-pagination .swiper-pagination-bullet {
    border-radius: 0;
    /*設定點點形狀、大小*/
}

#adventech-lp .lp-header .kv-banner-container .swiper-pagination .swiper-pagination-bullet-active {
    background: #FFFFFF;
    /*設定點點顏色*/
}

#adventech-lp .lp-header .kv-banner-container .swiper-button-prev,
#adventech-lp .lp-header .kv-banner-container .swiper-button-next {
    color: #FFF;
    opacity: 0.3;
}

#adventech-lp .lp-header .kv-banner {
    /*height: 530px;*/
    background: url("../images/banner_2560x530-01.jpg") no-repeat 50%;
}



/*選單*/

#adventech-lp .lp-nav {
    background: #006cd9;
    min-height: 68px;
    font-size: 18px;
    position: relative;
    overflow: auto;
    color: #FFFFFF;
    padding: 0 20px;
}

#adventech-lp .lp-nav ul {
    padding: 0;
    margin: 0 auto;
    list-style: none;
}

#adventech-lp .lp-nav ul li {
    display: block;
    float: left;
    width: 50%;
    font-weight: bold;
    text-align: center;
}

#adventech-lp .lp-nav ul li a {
    color: #FFFFFF;
    display: block;
    text-decoration: none;
    padding: 20px 15px;
}

#adventech-lp .lp-nav ul li a:hover {
    background: #2988E8;
}


/*描述*/

#adventech-lp .lp-description {
    clear: both;
    padding: 20px 0 0;
}

#adventech-lp .lp-description p {
    line-height: 30px;
    /*text-align: justify;*/
    font-size: 14px;
    line-height: 1.7;
    /* margin-top: 65px;*/
}

#adventech-lp .lp-description .title-name {
    margin: 10px 0;
}
#adventech-lp .lp-description .Features h3{
  text-align:center;
      text-align: left;
}

#adventech-lp .lp-description .Features p{
  text-align:left;
  padding:0 5px;
 
}


/*痛點*/

#adventech-lp .lp-point {
    padding: 20px;
    text-align: center;
    color: #72808E;
}

#adventech-lp .lp-point img {
    width: 170px;
}

#adventech-lp .lp-point p {
    margin-top: 20px;
    font-size: 16px;
}

#adventech-lp .lp-point h2,
#adventech-lp .lp-point h2 a {
    font-weight: bold;
    color: #505050;
    font-size: 34px;
    line-height: 1.5;
    margin: 0;
    text-decoration: none;
    margin-bottom: 20px;
}


/*成功案例*/

#adventech-lp .lp-case {
    background: #F9F9F9;
    padding: 20px;
}

#adventech-lp .lp-case-border {
    border-bottom: 6px solid #006cd9;
    margin-bottom: 35px;
}

#adventech-lp .lp-case h2,
#adventech-lp .lp-case h2 a {
    font-weight: bold;
    color: #505050;
    font-size:40px;
    line-height: 1.5;
    margin: 0;
    text-decoration: none;
}

#adventech-lp .lp-case h2 a:hover {
    color: #F29B00;
    border-bottom: 2px solid #F29B00;
}

#adventech-lp .lp-case p {
    margin-top: 20px;
    /*text-align: justify;*/
    font-size: 18px;
    line-height: 1.7;
}

#adventech-lp .lp-case .lp-case-more {
    color: #A6A6A6;
    display: block;
    text-align: center;
    margin-bottom: 20px;
    font-size: 30px;
    cursor: pointer;
}

#adventech-lp .hide-case {
    display: none;
    width: 100%;
}


/*影片*/

#adventech-lp .lp-video {
    background: #F29B00;
    padding: 20px 20px 30px 20px;
    color: #060400;
}

#adventech-lp .lp-video iframe {
    width: 100%;
    height: 315px;
}

#adventech-lp .lp-video h2,
#adventech-lp .lp-video h2 a {
    color: #5E3C00;
    font-size: 34px;
    line-height: 1.5;
    font-weight: bold;
    margin: 0;
    text-decoration: none;
}

#adventech-lp .lp-video h2 a:hover {
    color: #000000;
    border-bottom: 2px solid #000000;
}

#adventech-lp .lp-video p {
    margin-top: 20px;
    /*text-align: justify;*/
    font-size: 18px;
    line-height: 1.7;
}

#adventech-lp .lp-video-out-container {
    position: relative;
}

#adventech-lp .lp-video-row {
    box-sizing: border-box;
}

#adventech-lp .lp-video-container .swiper-pagination {
    position: static;
    margin-top: 10px;
}

#adventech-lp .lp-video-container .swiper-pagination .swiper-pagination-bullet {
    border-radius: 0;
    /*設定點點形狀、大小*/
    width: 16px;
    height: 16px;
}

#adventech-lp .lp-video-container .swiper-pagination .swiper-pagination-bullet-active {
    background: #EAFEFF;
    /*設定點點顏色*/
}

#adventech-lp .lp-video-swiper-button {
    position: absolute;
    width: 100%;
    z-index: 100;
    top: 43%;
}

#adventech-lp .lp-video-swiper-button .swiper-button-prev,
#adventech-lp .lp-video-swiper-button .swiper-button-next {
    color: #FFF;
    /*設定箭頭顏色*/
    opacity: 0.3;
}

#adventech-lp .lp-video-swiper-button .swiper-button-prev {
    left: -60px;
}

#adventech-lp .lp-video-swiper-button .swiper-button-next {
    right: -60px;
}


/*Banner*/

#adventech-lp .lp-banner {
    padding: 20px;
}

#adventech-lp .lp-banner .deco-banner {
    background: #262626;
    height: 436.5px;
    /*原尺寸436.5px*/
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    margin: 0;
}

#adventech-lp .lp-banner .deco-banner .rect-1 {
    background: #637991;
    height: 250px;
    width: 28px;
    position: absolute;
    right: 55px
}

#adventech-lp .lp-banner .deco-banner .rect-2 {
    background: #712F0C;
    height: 80px;
    width: 28px;
    position: absolute;
    left: 26px;
    bottom: 0;
}

#adventech-lp .lp-banner .deco-banner .brand-text {
    position: absolute;
    color: #999999;
    font-weight: bold;
    font-style: italic;
    font-size: 40px;
    transform: rotate(90deg);
    top: 230px;
    left: -30px;
    letter-spacing: -2px;
    z-index: 2;
}


/*商品*/
#adventech-lp .lp-product .container .col{
     /* hight:3000px; */
}
.colflex {
    display: flex;    
    /*fix 等高*/
}

#adventech-lp .lp-product {
    background: #F9F9F9;
    padding: 20px;
}

#adventech-lp .lp-product .product-item {
    background: #FFFFFF;
    padding: 20px;
    display: block;
    margin-bottom: 20px;
}
#adventech-lp .lp-product .colflex .product-item {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    /*物件上下對齊*/
}
#adventech-lp .lp-product .colflex .colflexbox  {
    width: 100%;
}
#adventech-lp .lp-product .product-item:hover {
    box-shadow: 0px 0px 8px #DDDDDD;
}

#adventech-lp .lp-product .product-item h3.product-title {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0 0 0;
    color: #72808E;
    line-height: 1.2;
    border: none;
    padding-bottom: 0;
}

#adventech-lp .lp-product .product-item h3.product-name {
    font-size: 22px;
    font-weight: bold;
    margin: 10px 0 10px 0;
    color: #222222;
    line-height: 1.2;
    border: none;
    padding-bottom: 0;
}

#adventech-lp .lp-product .product-item p.product-desc {
    font-size: 16px;
    margin: 0px 0 10px 0;
    color: #5C5C5C;
    line-height: 1.2;
}

#adventech-lp .lp-product .product-item ul.product-desc {
    font-size: 16px;
    margin: 0px 0 15px 0;
    color: #5C5C5C;
    line-height: 1.2;
    padding-left: 20px;
}

#adventech-lp .lp-product .product-item ul.product-desc li {
    list-style: square;
    margin-bottom: 5px;
}

#adventech-lp .lp-product .product-item ul {
    padding-left: 20px;
    font-size: 16px;
}

#adventech-lp .lp-product .product-item p.product-price {
    font-size: 26px;
    font-family: Verdana;
    font-weight: bold;
    margin: 0;
    line-height: 1;
    color: #E25739;
    margin-bottom: 15px;
}

#adventech-lp .lp-product .product-item p.product-price:last-child {
    margin-bottom: 0px;
}

#adventech-lp .lp-product .product-item .mute {
    font-size: 13px;
    font-weight: normal;
    color: #ABABAB;
    margin-left: 3px;
}

#adventech-lp .lp-product .product-item .from {
    font-size: 13px;
    color: #E25739;
    margin-left: 3px;
}

#adventech-lp .lp-product .product-item p.product-price-btn {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    line-height: 1.8;
    color: #FFFFFF;
    background: #006cd9;
    text-align: center;
	margin-bottom: 15px;
}

#adventech-lp .lp-product-out-container {
    position: relative;
}

#adventech-lp .lp-product-row {
    box-sizing: border-box;
}

#adventech-lp .lp-product-container .swiper-pagination {
    position: static;
    margin-top: 10px;
    display: none;
    /*商品不顯示*/
}

#adventech-lp .lp-product-container .swiper-pagination .swiper-pagination-bullet {
    border-radius: 0;
    /*設定點點形狀、大小*/
    width: 16px;
    height: 16px;
}

#adventech-lp .lp-product-container .swiper-pagination .swiper-pagination-bullet-active {
    background: #EAFEFF;
    /*設定點點顏色*/
}

#adventech-lp .lp-product-swiper-button {
    position: absolute;
    width: 100%;
    z-index: 100;
    top: 50%;
}

#adventech-lp .lp-product-swiper-button .swiper-button-prev,
#adventech-lp .lp-product-swiper-button .swiper-button-next {
    color: #666666;
    /*設定箭頭顏色*/
    opacity: 0.3;
}

#adventech-lp .lp-product-swiper-button .swiper-button-prev {
    left: -60px;
}

#adventech-lp .lp-product-swiper-button .swiper-button-next {
    right: -60px;
}


/*聯絡*/

#adventech-lp .lp-contact {
    background: #F29B00;
    padding: 20px;
    color: #FFFFFF;
    font-size: 36px;
    text-align: center;
}

#adventech-lp .lp-contact p {
    margin: 26px 0;
}

#adventech-lp .lp-contact .contact-link {
    margin-left: 30px;
    text-align: center;
    background: #006cd9;
    padding: 10px 60px;
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 10px;
}

#adventech-lp .lp-contact .contact-link:hover {
    background: #2988E8;
}


/*底部Banner*/

#adventech-lp .lp-footer {
    background: url("../images/LinkedIn-1192x300.jpg") no-repeat 50%;
    height: 300px;
}


/*-共用css-*/


/*-描述、成功案例標題-*/

#adventech-lp .lp-h1-A {
    font-size: 40px;
    font-weight: bold;
    color: #006cd9;
    border-left: 6px solid #F29B00;
    line-height: 1;
    padding-left: 10px;
    margin: 30px 0;
    position: relative;
    overflow: hidden;
}


/*-精彩影片標題-*/

#adventech-lp .lp-h1-B {
    font-size: 40px;
    font-weight: bold;
    color: #0B0B0B;
    border-left: 6px solid #006cd9;
    line-height: 1;
    padding-left: 10px;
    margin: 30px 0;
}


/*-商品分類標題-*/

#adventech-lp .lp-h1-C {
    font-size: 40px;
    font-weight: bold;
    color: #5C5C5C;
    line-height: 1;
    padding-left: 10px;
    margin: 30px 0 30px 0;

    margin-left: 15px;

    text-align: center;
}

#adventech-lp .lp-h2-C {
    font-size: 18px;
    font-weight: normal;
    color: #5C5C5C;
    line-height: 1;
    padding-left: 18px;
    margin: 20px 0;
}


/*-圖片-*/

#adventech-lp .img-fluid {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}


/*隱藏 顯示*/

#adventech-lp .hide {
    display: none;
}


/*置左、右*/

#adventech-lp .pull-left {
    float: left;
}

#adventech-lp .pull-right {
    float: right;
}

#adventech-lp .text-left {
    text-align: left !important;
}

#adventech-lp .text-center {
    text-align: center !important;
}

#adventech-lp .text-right {
    text-align: right !important;
}


/*按鈕*/

#adventech-lp .primary-btn {
        font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    background: #006cd9;
    background: #f29b00;
    display: block;
    text-decoration: none;
    width: 45%;
    text-align: center;

    /*margin: auto;*/

    margin-top: 2%;
        border: 1px solid;
            /*padding: 5px;
                box-shadow: #1e1e1e 0.1em 0.1em 0.2em;*/
}

#adventech-lp .primary-btn:hover {
    background: #2988E8;
    background: #f28600;
        background: #e56900;
            box-shadow: none;
}

#adventech-lp .second-btn {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    padding: 10px 20px;
    color: #FFFFFF;
    background: #F29B00;
    text-align: center;
    display: inline-block;
}

#adventech-lp .second-btn:hover {
    background: #DF8600;
}

#adventech-lp .primary-txt-btn {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    padding: 10px 20px;
    text-align: center;
    display: inline-block;
    color: #006cd9;
}

#adventech-lp .primary-txt-btn:hover {
    color: #2988E8;
}

#adventech-lp .second-txt-btn {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    padding: 10px 20px;
    text-align: center;
    display: inline-block;
    color: #F29B00;
}

#adventech-lp .second-txt-btn:hover {
    color: #DF8600;
}
/*Other*/
.flip3D{ width:450px; height:256px; margin:0px; float:left; }
.flip3D > .front{
	position:absolute;
	transform: perspective( 450px ) rotateY( 0deg );
	background:#FFFFFF; width:450px; height:256px; border-radius: 0px;
	backface-visibility: hidden;
	transition: transform .5s linear 0s;
}
.flip3D > .back{
	position:absolute;
	transform: perspective( 450px ) rotateY( 180deg );
	background: #FFFFFF; width:450px; height:256px; border-radius: 0px;
	backface-visibility: hidden;
	transition: transform .5s linear 0s;
}
.flip3D:hover > .front{
	transform: perspective( 450px ) rotateY( -180deg );
}
.flip3D:hover > .back{
	transform: perspective( 450px ) rotateY( 0deg );
} 


#adventech-lp .mi-kv-tit{
    font-size: 25px; 
    line-height: 52px; 
    /*padding-top: 150px; */
    font-weight: bold;
    /*color: #4e4e4e;*/
    color: #ffffff;
    text-align: center;
    text-align: left;

        width: 60%;

        margin: auto;
}

#adventech-lp .mi-kv-tit-one{
    /*color: #2B398A; */
        color: #ffffff;
    font-size: 45px;
        font-size: 40px;
    margin-bottom: 1rem;
    display: block;

/*text-shadow: #1e1e1e 0.1em 0.1em 0.2em;*/
    text-shadow: #00366c 0.1em 0.1em 0.2em;
}



#adventech-lp .mi-col-3{
     flex: 0 0 33.3333333%;
        max-width: 33.3333333%;
        margin: auto;
        text-align: center;
}

#adventech-lp .mi-row{
    display: flex;
    flex-wrap: wrap;
        width: 100%;
            margin: auto;
        margin-bottom: 2%;
}

#adventech-lp .mi-row-pd{
        display: flex;
    flex-wrap: wrap;
        width: 90%;
            margin: auto;
                background-color: #ececec;
                border-bottom: 2px solid #fefefe;
}

#adventech-lp .mi-box-2{
    flex: 0 0 50%;
    max-width: 50%;
    margin: auto;
    text-align: center;
}

#adventech-lp .mi-box-call-2{
    flex: 0 0 100%;
    max-width: 100%;
    /*margin: auto;*/
    text-align:center;
}

#adventech-lp .mi-box-1{
    flex: 0 0 100%;
    max-width: 100%;
    margin: auto;
    text-align: center;
}

#adventech-lp .mi-box-3{
    flex: 0 0 30%;
    max-width: 30%;
    margin: auto;
    text-align: center;   
    text-align: left;
    font-size: 1rem;
}

#adventech-lp .mi-box-3-ctr{
        text-align: center;
}

#adventech-lp .mi-box-3 input{
        margin-right: 5%;
}


#adventech-lp .mi-min-btn{
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    padding: 5px 0px;
    color: #FFFFFF;
    background: #006cd9;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    margin-top: 1rem;
    width: 80%;
}

#adventech-lp .mi-min-btn-check{
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0;
    padding: 5px 0px;
    color: #FFFFFF;
    background: #006cd9;
        background: #f29b00;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    margin-top: 1rem;
    width: 90%;
        padding-top: 1%;
        padding-bottom: 1%;

    border: none;
	cursor:pointer;

    transition: all 0.3s;
}

#adventech-lp .mi-min-btn-check:hover{
    color: #FFFFFF;
    background: #2988E8;
        background: #f28600;
}

#adventech-lp .mi-min-btn:hover{
    color: #FFFFFF;
    background: #2988E8;
}

#adventech-lp .mi-select{
    width: 90%;
    padding: 1%;
        margin-bottom: 1rem;
}

#adventech-lp .mi-box-1 .mi-sbig-tit{
        font-size: 2.2rem;
        font-weight: bold;
}

#adventech-lp .mi-box-1 .mi-select-tit{
    margin-bottom: 1%;
    font-size: 1.5rem;
        line-height: 2rem;
            font-weight: bold;
}

#adventech-lp .mi-box-1 .mi-select-tit-sp{
    border-left: 6px solid #F29B00;
    padding-right: 1%;
}

#adventech-lp .mi-box-1 .mi-select-tit-sp-b{
    color: #006cd9;
}

#adventech-lp .mi-box-call-2 .mi-call{
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: bold;
        margin-top: 2%;
}

#adventech-lp .mi-box-call-2 .mi-call-p{
        font-size: 1.2rem;
}

#adventech-lp .mi-box-call-2 .mi-call-sp{
    border-left: 6px solid #F29B00;
    padding-right: 1%;
}


#adventech-lp .mi-ml-pc{
    margin-left: 16%;
    margin-bottom: 2%;
    margin-top: 2%;
}

#adventech-lp .mi-ml-pc-line{
    border-bottom: 1px solid #e6e6e6;
    width: 90%;
    margin: auto;
}

#adventech-lp .mi-select-bg{
    background: #F9F9F9;
    margin-top: 3%;
    padding-top: 4%;
        /*padding-bottom: 5%;*/
        margin-bottom: 2.5%;
}


#adventech-lp .mi-box-info-left{
    background-color: #d2d2d2;
    flex: 0 0 30%;
    max-width: 30%;
    margin: auto;
    text-align: center;

}

#adventech-lp .mi-box-info-right{
        /*background-color: #e2e2e2;*/
    flex: 0 0 70%;
    max-width: 70%;
    margin: auto;
    text-align: center;
}

#adventech-lp .mi-box-item-left{
    background-color: #ececec;
    flex: 0 0 30%;
    max-width: 30%;
    margin: auto;
    text-align: center;

}

#adventech-lp .mi-box-item-right{
    /*background-color: #f1f1f1;*/
    flex: 0 0 70%;
    max-width: 70%;
    margin: auto;
    /*text-align: center;*/
}

#adventech-lp .mi-box-info-left-tit{
        padding: 15px;
    color: #5a5a5a;
    font-weight: bold;
}

#adventech-lp .mi-box-info-right-tit{
        padding: 15px;
    color: #5a5a5a;
    font-weight: bold;
}

#adventech-lp .mi-box-item-left-detail{
    padding: 15px;
    font-size: 0.9rem;
        color: #2a2a2a;
}

#adventech-lp .mi-box-item-right-detail{
    padding: 15px;
}

#adventech-lp .mi-pd-img{
    width: 70px;
    /*width: 100%;*/
}

#adventech-lp .mi-pd-box{
    width: 30%;
    background-color: #fefefe;
    /*padding: 1%;*/
    padding-bottom: 2%;
    display: inline-block;
        margin: 1%;
        text-align: center;
}

#adventech-lp .mi-pd-box:hover{
    box-shadow: 3px 2px 15px 1px #e2e2e2;
}

#adventech-lp .mi-pd-img-mb{
    margin-bottom: 5%;
}


#adventech-lp .mi-pd-name{
    font-size: 0.7rem;
    color: #006cd9;
}

#adventech-lp .mi-pd-name-case{
        overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#adventech-lp .mi-pd-name:hover{
    color: #0859ab;
    font-weight: bold;
}

#adventech-lp .mi-call-btn{
    font-size: 1rem;
}

#adventech-lp .mi-call-one{
    margin-bottom: 5px;
}

#adventech-lp .mi-stp-15{
    flex: 0 0 10%;
    max-width: 10%;
    margin: auto;
    text-align: center;
}

#adventech-lp .mi-stp-icon{
    background-color: #006cd9;
    border-radius: 60px;
    padding: 10px;
}

#adventech-lp .mi-stp-img{
    width: 95%;
}

#adventech-lp .mi-stp-80{
    flex: 0 0 85%;
    max-width: 85%;
    margin: auto;
    text-align: left;
}

#adventech-lp .mi-stp-info{
    font-size: 1.5rem;
    line-height: 7rem;
        background-color: #fefefe;
    border-radius: 102px;
        padding-left: 4%;
}

#adventech-lp .mi-stp-tit{
    font-weight: bold;
}

#adventech-lp .lp-case .mi-mb-3{
    margin-bottom: 3%;
}

#adventech-lp .mi-icon-fa{
    margin-right: 5%;
}

#adventech-lp .mi-pd-tit{
    margin-top: 4%;
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 3%;
}

#adventech-lp .mi-box-s-spetit{
    /*flex: 0 0 39.5%;
    max-width: 39.5%;
    padding-left: 1%;*/
    margin-left: 1.5%;
}

#adventech-lp .mi-box-s-spe-item{
    flex: 0 0 10%;
    max-width: 10%;
}

#adventech-lp .mi-box-s-spe-pl{
    padding-left: 5%;
}

#adventech-lp .mi-show-box{
        margin: auto;
            min-width: 100%;
}

#adventech-lp .mi-box-ssp{
    text-align: right;
        text-align: left;
            text-align: center;
    /*margin-right: 5%;*/
}

#adventech-lp .mi-bo-ssp-one{
        text-align: right;
}

#adventech-lp .mi-bo-ssp-four{
        text-align: left;
}

#adventech-lp .mi-box-ssp-tl{
    text-align: left;
}

#adventech-lp .mi-img-100{
    width: 100%;
}

#adventech-lp .mi-share{
        display: block;

            min-height: 40px;
    line-height: 20px;
    margin-top: 5%;
    padding: 0 10px;
    color:#CE0000;
    font-size: 0.9rem;

}

#adventech-lp .mi-share-case-top{
     margin-top: 5%;
}



#adventech-lp .tabs-menu-a{
        color: #ffffff;
}

#adventech-lp .tabs-menu-a:hover{

}

#adventech-lp .mi-img-step-ss{
        width: 48%;
}

#adventech-lp .mi-tit-sp{
    color: #006cd9;
    border-left: 6px solid #F29B00;
    padding-left: 1%;
}

#adventech-lp .mi-kv-right-box{
    margin: auto;
        width: 40%;
}

#adventech-lp .mi-kv-box{
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#adventech-lp .mi-mb-only{
    display: none;
}

@media screen and (max-width: 768px){

    #adventech-lp .mi-mb-only{
        display: block;
    }

    #adventech-lp .mi-box-call-2 .mi-call-p{
        font-size: 1rem;
    }

    #adventech-lp .mi-kv-right-box{
    margin: auto;
        width: 100%;
}

    #adventech-lp .mi-box-s-spe-pl{
        padding-left: 0%;
    }

    #adventech-lp .mi-ml-pc-line{
            margin-bottom: 5%;
    }

    #adventech-lp .mi-stp-80 {
        flex: 0 0 100%;
    max-width: 100%;
    }

    #adventech-lp .mi-stp-15 {
        flex: 0 0 40%;
          max-width: 30%;
              margin-bottom: 6%;
    margin-top: 6%;
    }

    #adventech-lp .lp-case h2,
    #adventech-lp .lp-case h2 a {
        font-size: 1.8rem;
    }

    #adventech-lp .mi-stp-info{
        font-size: 1rem;
         line-height: 2rem;
         padding: 5%;
             padding: 5% 10%;
    }

    #adventech-lp .mi-stp-icon{
        border-radius: 50px;
        padding: 3px;
    }

    #adventech-lp .lp-header{
        /*height: 600px;*/
    }

    #adventech-lp .lp-header .kv-banner {
        /*height: 600px;*/
        background: url("../images/banner_2560x530-02.jpg") no-repeat 50%;
    }

    #adventech-lp .mi-row{
            width: 95%;
                margin-bottom: 5%;
    }

    #adventech-lp .mi-kv-tit{
        font-size: 1.5rem;
        line-height: 2rem;
            margin-left: 10px;
            padding-top: 180px;
                width: 100%;
    }

    #adventech-lp .mi-kv-tit-one{
        font-size: 2.2rem;
        line-height: 3rem;
    }

    #adventech-lp .mi-row-pd{
            width: 95%;
    }

    #adventech-lp .lp-h1-C{
            font-size: 1.8rem;
            padding-left: 0;
            margin-left: 0px;
                margin-bottom: 0;
    }

    #adventech-lp .mi-video-mb{
        height:auto;
    }

    #adventech-lp .col-4{
        flex: 0 0 100%;
        max-width: 90%;
        margin: auto;
    }

    #adventech-lp .mi-col-3{
     flex: 0 0 100%;
        max-width: 90%;
        margin: auto;
    }

    #adventech-lp .mi-min-btn{
        width: 85%;
    }

    #adventech-lp .mi-min-btn-check{
        width: 90%;
       font-size: 1.2rem;
    }

    #adventech-lp .mi-box-3{
        flex: 0 0 50%;
        max-width: 50%;

        flex: 0 0 100%;
        max-width: 100%;

        margin: auto;
        text-align: center;
        /*text-align: left; */ 

        margin-bottom: 3%; 
    }

    #adventech-lp .mi-ml-pc{
        margin-left: auto;
    }

    #adventech-lp .mi-select-bg{
            margin-top: 10%;
            padding-top: 10%;
    }

    #adventech-lp .primary-btn {
      width: 80%;
          margin-top: 10%;
    }

    #adventech-lp .mi-pd-box{
            width: 90%;
            padding: 6%;
    }

    #adventech-lp .mi-pd-img{
            width: 92%;
    }

    #adventech-lp .mi-pd-name{
        font-size: 0.8rem;
    }

    #adventech-lp .mi-select{
        width: 100%;
            margin-bottom: 1.5rem;
    }

    #adventech-lp .mi-box-call-2{
        flex: 0 0 100%;
    max-width: 100%;
    margin: auto;
    text-align: left;
    padding-left: 0%;
    }

}


.js-null.null{
    position: relative;
}
.js-null{
    max-width: 300px !important;
}
.js-null.null::after{
    content: '此欄位尚未填寫';
    position: absolute;
    right: -100px;
        right: -100px;
    font-size: 12px;
        font-size: 0.9rem;
        line-height: 1.5rem;
    color: red;
}

.js-null .nu-sp{
    right: 10px;
}

.js-select.null{
    position: relative;
}
.js-select.null::after{
    content: '此欄位尚未填寫';
    position: absolute;
    top: 57px;
    left: 72px;
    font-size: 12px;
    font-size: 0.9rem;
        line-height: 1.5rem;
    color: red;
}

#tab-demo{ 
    width:350px; 
    height:200px;
}
#tab-demo > ul{ 
    display:block; 
    margin:0;
    list-style:none;
}
.tab-title{
    list-style:none;
}
#tab-demo > ul > li{ 
    display:inline-block; 
    vertical-align:top;
    font-family:'微軟正黑體'; 
    margin:0 -1px -1px 0 ; 
    border:1px solid #BCBCBC; 
    height:25px; 
    line-height:25px; 
    background:#cdcdcd;
    padding:0 15px;
    list-style:none; 
    box-sizing:border-box;
}

#tab-demo >  ul > li a{ 
    color:#000; 
    text-decoration:none;
}

#tab-demo > ul > li.active{ 
    border-bottom:1px solid #fff; 
    background:#fff;
}
#tab-demo > .tab-inner{ 
    clear:both; 
    color:#000; 
    border:1px #BCBCBC solid;
}

.tab-inner{ 
    padding:15px; 
    height:50px;
}

#adventech-lp .mi-into{
    box-shadow: 0px 3px 12px #045fb24c;
    overflow: hidden;
    margin: 13px 0;
    text-align: center;
}

  .mi-in-ar::before{
    content: '';
    position: absolute;
    height: 100%;
        right: 0;
    width: 0;
    height: 0;
        border-style: solid;
    border-width: 30px 0 30px 15px;
    border-color: transparent transparent transparent #bbddff;
    top: 30%;
    right: -3%;
  }

  .mi-in-ar-two::before{
    content: '';
    position: absolute;
    height: 100%;
        right: 0;
    width: 0;
    height: 0;
        border-style: solid;
    border-width: 30px 0 30px 15px;
    border-color: transparent transparent transparent #bbddff;
    top: 30%;
    right: -3%;
  }

  #adventech-lp .mi-input{
    margin-top: 3%;

        justify-content: center;
  }

  #adventech-lp .focus-p{
  padding:14px 0;
  background: #024786;
  background: #006cd9;
  margin-bottom: 0;
  color:#ffffff;
  /*height: 80px;*/
  padding-bottom: 2rem;
  }

   #adventech-lp .five-space{
        max-width: 23%;
  }

  #adventech-lp .mi-pd-input{
        width: 90%;
  }

#adventech-lp .lp-description .title-name-ss{
        margin-top: 20%;
  }

#adventech-lp .lp-case h2, #adventech-lp .mi-tit-two{
        margin-top: 5%;
  }

#adventech-lp .active-one{
        background-color: #0052a5;
  }

#adventech-lp .mi-tit-bs{
        /*color: #f29b00;*/
        color: #ffbc00;
  }

#adventech-lp .mi-mb-only{
        display: none;
  }

#adventech-lp .mi-pc-only{
     display: inline-block;
  }

  #adventech-lp .mi-last-info{
    margin-top: -2%;
    background-color: #fefefe;
  }

  @media screen and (max-width: 1068px){
    #adventech-lp .mi-mb-only{
        display: block;
    }
  }

    #adventech-lp .container-text{
        max-width: 1060px;
    }

@media screen and (max-width: 768px){

    #adventech-lp .container-text{
        max-width: 85%;
    }

    #adventech-lp .mi-box-mbss{
        text-align: left;
         padding-left: 0;
    }

    #adventech-lp .mi-box-item-left-detail{
        padding-top: 10%;
    }

    #adventech-lp .mi-box-item-left{
        flex: 0 0 100%;
    max-width: 100%;
    }

    #adventech-lp .lp-description .title-name-ss{
        margin-top: 0%;
  }

   #adventech-lp .mi-last-info{
        /*margin-top: -10%;*/
        padding-left: 7%;
    }

    #adventech-lp .mi-mb-only{
           display: block;
  }

  #adventech-lp .mi-pc-only{
     display: none;
  }

    .mi-in-ar-two::before{
        display: none;
    }

    .js-null.null::after{
            position: initial;
        display: block;
    }

    .js-select.null::after{
         position: initial;
        display: block;
    }

}

.tabs-menu{
        display: flex;
        flex-wrap: wrap;
            width: 100%;
    margin: auto;
    justify-content: center;
        margin-top: 1%;

            /*margin-left: -40px;*/
                background-color: #0052a5;
                background-color: #f29b00;
}

.tabs-menu .tabs-menu-item{
    width: 25%;
    list-style: none;

        background-color: #006cd9;
    color: #fefefe;
    padding: 2%;

        cursor: pointer;
}

.tabs-menu .tabs-menu-item:hover{
    background-color: #1477d9;
}

.mi-box-line{
        border-bottom: 1px solid #cdcdcd;
    height: 10px;
    margin-top: 3%;
    margin-bottom: 4%;
}

@media screen and (max-width: 768px){

.mi-box-line{
        margin: auto;
    max-width: 80%;
    margin-top: 5%;
    margin-bottom: 7%;
}

    .tabs-menu .tabs-menu-item {
        width: 100%;
    }

       #adventech-lp .five-space{
            max-width: 100%;
       }
}