/* reset */
.n-p{
    padding-right:0px;
    padding-left:0px;
}
.n-p-l{
    padding-left:0px;
}
a{
    text-decoration:none!important;
}
/* reset end */
/* color */
.c-gray{
    color:#525252;
}
.c-gray-m{
    color:#3f3f3f;
}
.c-red{
    color:#C94027;
}
.c-blue{
    color:#074C91;
}
.c-yellow{
    color:#D69720;
}
.c-green{
    color:#335D3D;
}
.c-orange{
    color:#D69720;
}
.input-error{
    border: 1px solid #C94027;
}
/* color end */
.tc{
    text-align: center;
}
.bshadow{
    box-shadow: 4px 4px 5px -5px rgba(20%,20%,40%,0.5)
}
/*.right-more{*/
/*    color:#074C91!important;*/
/*}*/

.right-more {
    color: #074C91!important;
    font-size: 14px;
    margin: 3px 3px 15px 3px;
    word-break: break-all;
    text-align: justify;
    font-weight: 345;
    font-family: karla,-apple-system,BlinkMacSystemFont,segoe ui,微軟正黑體,microsoft jhenghei,sans-serif;
    line-height: 1.6em;
}

body{
    width:100%;
    height:100%;
    background-color:#fafafa;
    position: relative;
}
#wrapper{
    min-height: 100vh;
    padding-bottom:10px;
}

/*jeff*/
.footer_text{
    text-align: left;
    font-size: 8px;
}
.service_box a{
    color:#eee;
}
.service_box {
    text-align: left;
    width: 100%;
    /*max-width: 760px;*/
    /*margin: 3rem auto 1rem;*/
        margin: 5px 0px 0px 20px;
    font-size: .9rem;
}
.service_box ul li {
    margin: 2px 10px;
}

.service_box ul li {
    display: inline-block;
    /*margin: 15px;*/
        margin: 0px 15px 1px 15px;
}



    .card-deck {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
         margin-right: 0px; 
         margin-left: 0px; 
    }
.mb-3, .my-3 {
    margin-bottom: 0rem !important;
}

.con-bg-1{
    padding: 0px 0px 10px 0px;
}
.con-bg-2{
    padding: 10px 0px 10px 0px;
}
.con-bg-3{
    padding: 10px 0px 10px 0px;  
}
.navbar-brand {
    display: inline-block;
    /*padding-top: 0.3125rem;*/
    padding-top: 1px;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}
.logo-icon{
    /* width:70px; */
    height: 50px;
}

.carousel{
    width:100%;
    /* max-width:1200px; */
    /* max-width:90%; */
    /*padding-top:90px;*/
    padding-top:52px;
    margin:auto;
}
.carousel-inner{
    /* border-radius: 5px; */
}

.navbar{
    background-color:#FDFDFD;
    /*height:64px;*/
    height: 50px;
}
.nav-box{
    display:flex;
    width:100%;
    max-width:1200px;
    /* max-width:90%; */
    margin:auto; 
}


/*jeff*/
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-family: 'Noto Sans TC', sans-serif;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}
  .footer-logo{
      /*display:none;*/
  }
.report_news_mobile{
    display:none;
}
.navbar-nav .cu-click{
    border-bottom: 1.4px solid #F0D680;
    padding-bottom: 0px;
    color:#3366a9;
    /*border-bottom:3px solid #eb4b4b*/
}


.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
   padding: 5px 5px 5px 7px;

    /* padding: 1.25rem; */
}

.card-title{
    color: #525252;
    font-family: Roboto,sans-serif;
    font-size:15px;
    /*font-size:0.875rem;*/
    font-weight: 700;
}

/*nav-item nav-link navbar-nav-active cu-click*/

.navbar-light .navbar-nav .nav-link.nav_active {
    /*color: rgba(0, 0, 0, 0.9);*/
    color: #3366a9;
    border-bottom: 1.4px solid #3366a9!important;
}

.navbar-light .navbar-nav .nav-link.nav_active_mobile{
    /*color: rgba(0, 0, 0, 0.9);*/
    color: #3366a9;
    /*border-bottom: 1.4px solid #3366a9!important;*/
}


#navbarNavAltMarkup{
    /*height:64px;*/
    height:50px;
}

/*jeff*/
.navbar-light .navbar-nav .nav-link {
    /*color: rgba(0, 0, 0, 0.5);*/
    color:#3f3f3f;
    /*color:inherit;*/
    padding-bottom:1.4px;

}
.card-deck .card {
    margin-bottom: 0px;
}
/*.navbar-nav .nav-link:hover{*/
/*    border-bottom: 1.3px solid rgb(61, 61, 61);*/
    /*padding: 0.5rem 1rem;*/
/*    color:#eb4b4b;*/
/*    border-bottom:1.4px solid #eb4b4b*/
/*}*/




/*jeff*/
.navbar-light .navbar-nav .nav-link:hover, 
.navbar-light .navbar-nav .nav-link:focus {
    color:#3366a9;
    border-bottom:1.4px solid #3366a9
}

.fill-green-700 {
    fill: #037362;
}



.nav-p{
    /* max-width:1200px; */
    margin:auto;
    padding-right:60px;
    padding-left:60px;
    box-shadow: 4px 4px 5px -5px rgba(20%,20%,40%,0.5)
}
.navbar-nav .nav-link{
    /* border-bottom: 1.5px solid rgba(0, 0, 0, 0.5); */
    margin:0px 10px;

}


.navbar-light .navbar-toggler {
    border:unset;
}
.li-item{
    border-bottom: 1px solid #7b7b7b;
    margin-right: 20px;
}
.nav-active{
    border-bottom: 3px solid #F0D680;
}

.login-btn{
    height:40px;
    margin:auto;
}
.login-modal{
    border-top:5px solid #074C91;
}
.modal-body {
    width: 80%;
    margin: auto;
    padding:0rem;
}
.modal-footer {
    width:80%;
    margin:auto;
}
.hambuger-box{
    margin-top:auto;
    margin-bottom:auto;
    height:fit-content;
}
.login-box{
    display:flex;
    flex-wrap: wrap;
    margin-bottom:20px;
}
.login-input{
    box-sizing: border-box;
    margin:8px 0px;
    width:100% !important;
}
.button{
    display: inline-block;
    background-color: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: initial;
    border-radius: 4px;
    cursor: pointer;
    padding: .75rem 1.5rem;
    line-height: 1em;
    opacity: .9;
    white-space: nowrap;
    transform: translateZ(0);
}
.b-login:hover{
    background-color:#074C91;
    color:#fff;
    border:2px solid #074C91;
}
.f-btn{
    background-color:#074C91;
    color:#fff;
    border:2px solid #074C91;
    width:fit-content;
    margin-right:20px;
}
.goo-btn{
    background-color:#dd4b39;
    color:#fff;
    border:2px solid #dd4b39;
    width:fit-content;
}
.title-gap {
    border-bottom: 1px solid #eee;
    text-align: center;
    height: 12px;
    margin: 20px 0 30px;
    width:100%;
}
.title-gap span{
    display: inline-block;
    padding: 0 10px;
}
.banner-img{
    width:100%;
    height:auto;
}


.contain{
    /*width:100%;*/
    min-height: calc(100vh - 10rem);
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 15px;
    /*margin: 0px 0px 50px 0px;*/
}


.left-container{
    /*width:70%;*/
    
    /*jeff*/
    width: 75%;
}
.right-container{
    /*width:30%;*/
    width: 25%;
    padding-left:10px;
}
.right-box{
    padding:0px 20px 20px 20px;
    border:1px solid #c3c3c3;
    border-radius: 3px;
}
.right-box h5 {
    font-weight:400;
}
/*.right-box .title-box{*/
/*    padding-bottom:0px;*/
/*}*/

.right-box .title-box {
    padding-top: 10px;
}

/*.howto-a{*/
/*    display: block;*/
/*    width: 100%;*/
/*    padding: 10px;*/
/*    background: #e8ce88;*/
/*    color: #5d5632;*/
/*    text-align: center;*/
/*    border-radius: 3px;*/
/*}*/
.howto-a {
    display: none;
    width: 100%;
    padding: 10px;
    background: #e8ce88;
    color: #5d5632;
    text-align: center;
    border-radius: 3px;
}


/*.right-news-box{*/
/*    padding-left:20px;*/
/*    margin-bottom:0rem;*/
/*}*/
.right-news-box {
    padding-left: 12px;
    margin-bottom: 0rem;
}

.right-news-box li{
    border-bottom: 1px dotted;
    padding-bottom:10px;
    margin-bottom: 10px;
}
/*.right-brand-box{*/
/*    padding-left:20px;*/
/*}*/

.right-brand-box {
    padding-left: 12px;
}

.right-brand-box li{
    padding-bottom:10px;
    margin-bottom: 10px;
}
/*.news-a{*/
/*    color: #212529;*/
/*}*/
.news-a:hover{
    color: #7b7b7b;
    
}
.contain-pt{
    /*padding-top:40px;*/
}
.news-a {
    color: #212529;
    font-size: 14px;
    margin: 3px 3px 15px 3px;
    word-break: break-all;
    text-align: justify;
    font-weight: 345;
    font-family: karla,-apple-system,BlinkMacSystemFont,segoe ui,微軟正黑體,microsoft jhenghei,sans-serif;
    line-height: 1.6em;
}

/*jeff*/
.contain-w{
    max-width:1200px;
    /* width:90%; */
    margin:auto;
    /*padding-right: 15px;*/
    /*padding-left: 15px;*/
    /* border-bottom:1px solid #c3c3c3; */
    border-bottom: 1px solid #c3c3c3;
}


.in-border{
    border-bottom:1px solid #c3c3c3;
}

/*jeff*/
.contain-m{
    /*padding-bottom:80px;*/
    padding-bottom:0px;
}
.con-top{
   /*padding-top:42px;*/
   padding-top:5px;

}
.con-bg-1 .card{
    /*margin-left:0px;*/
    margin-right:0px;
    /*margin-left: -10px;*/
    margin-left: -2px;
    
}

/*jeff*/
.title-box{
    padding-top:5px;
    padding-bottom:0px;
}

.more-box{
    /*display:flex;*/
    
}
.more-text{
    text-align: right;
    margin:auto;
    font-size:14px;
}
.right-more-text{
    text-align: right;
    margin:auto;
    font-size:14px;
}
.con-bg-1 .card-img-top{
    border-radius: 0.25rem;
}



/********
.news-mask{
    position: absolute;
    top:0px;
    left:0px;
    width:100%;
}
.news-contain{
    position: absolute;
    bottom:5%;
    left:15px;
    width:90%;
    

}
.news_date{
    color:#ffffff;
    font-size:16px;
    font-style:italic;
    margin-bottom:0px;
}
.news_category{
    color:#ffffff;
    text-decoration:underline;
    font-size:16px;
    margin-bottom:0px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news_text{
    color:#ffffff;
    font-size: 14px;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom:0px;
}
*****/
            .news_vbox{
                padding: 0px 6px 0px 6px;
                font-size: 15px;
            }
            .news-contain{
                
                /*background: rgba(6, 6, 6, 0.7);*/
                position: unset;
                width: 100%;
                /*margin: auto;*/
                /*padding: 10px;*/
                
                border-bottom: 1px solid #c9c9c9;
                border-left: 1px solid #c9c9c9;
                border-right: 1px solid #c9c9c9;
                
                margin: 0px 0px 0px 0px;
                /*padding: 0px 0px 0px 0px;*/
                padding: 6px 0px 15px 0px;
            }
            .news_date{
                color:#525252;
                font-family: Roboto,sans-serif;
                font-size: 15px;
                /* font-size: 0.875rem; */
                font-weight: 700;
                margin: 0px 0px 0px 0px;
                /*font-size: 12px;*/
            }
            .news_text{
                color:#707070;
                /*font-size: 12px;*/
            }
            .news_category {
                color: #707070;
                font-size: 14px;
                margin: 0px 0px 0px 5px;
                word-break: break-all;
                text-align: justify;
                font-weight: 345;
                font-family: karla,-apple-system,BlinkMacSystemFont,segoe ui,微軟正黑體,microsoft jhenghei,sans-serif;
                line-height: 1.6em;
                /*font-size: 12px;*/
                /*height: 26px;*/
            }




.card-deck{
    padding-top:0px;
}
.card{
    /*margin: 20px 0px 20px 0px;*/
    margin: 0px 0px 15px 0px;
    padding-right: 5px;
    padding-left: 5px;
  
}
.report-card{
    padding:0px 4px 0px 4px;
    margin:0px 0px 20px 0px;
}
/*.card-border{*/
/*    display:flex;*/
/*    flex-direction: column;*/
/*    -webkit-flex: 1; */
/*    -ms-flex: 1; */
/*    flex: 1; */
/*    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 -1px 3px 0 rgba(0, 0, 0, 0.08);*/
/*    transition: ease 0.2s;*/
/*}*/

.card-border{
    display: flex;
    flex-direction: column;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    /* box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 -1px 3px 0 rgba(0, 0, 0, 0.08); */
    transition: ease 0.2s;
    box-shadow: 1px 2px 3px 2px rgba(0, 0, 0, 0.12), 0 -1px 3px 0 rgba(0, 0, 0, 0.08);
}

.card-border:hover{
    transform: translateY(-4px);
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.12), 0 -1px 2px 0 rgba(0, 0, 0, 0.08);
}
.card-body{
    background-color: #fff;
    border-top:1px solid #c3c3c3;
}
.card-footer{
    background-color: #fff;
}

.card-img-box{
    overflow: hidden;
    position: relative;
}
/* .card-border{
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
} */


.card-footer {
    /*padding: 0.5rem 1.25rem;*/
        padding: 0px 7px 5px 7px;
    /*background-color: rgba(0, 0, 0, 0.03);*/
    /* border-top: 1px solid rgba(0, 0, 0, 0.125); */
}

/*.card-text-m{*/
    /*font-size:0.875rem;*/

/*    font-size: .75rem;*/
/*    margin: 1px 0px 0px 0px;*/
/*    word-break: break-all;*/
/*    text-align: justify;*/

/*}*/

.card-text-m {
    /* font-size: 0.875rem; */
    font-size: 14px;
    margin: 3px 3px 15px 3px;
    word-break: break-all;
    text-align: justify;
    font-weight: 345;
    font-family: karla,-apple-system,BlinkMacSystemFont,segoe ui,微軟正黑體,microsoft jhenghei,sans-serif;
    line-height: 1.6em;
}

.card-text{
    font-family: Roboto,sans-serif;
    margin-bottom:0rem;
    
    /*font-size: 15px;*/
    /*margin-bottom: 15px;*/
    /*font-weight: 700;*/
    
        font-size: 13px;
    /* font-size: 0.875rem; */
    font-weight: 700;
    
    
}
.card-footer hr {
    margin-top:0rem;
    /*margin-bottom:0.5rem;*/
    margin-bottom: 5px;
    /* border-color:#C94027 */
}

.a-icon{
    color:#C94027;
}
.r-sp{
    width:5px;
    height:10px;
    background-color:#c94027;
    display:inline-block;
    margin-right:5px;
}
.a-p{
    display:inline-block;
}
.left-contain{
    width:50%;
    height:auto;
    position: relative;
    overflow: hidden;
    padding: 0px 5px 5px 5px;
}
.right-contain{
    width:50%;
    height:auto;
    display:flex;
}
.right-top{
    width:100%;
    padding-bottom:15px;
}
.right-bottom{
    width:100%;
}
.left-img{
    width:100%;
}
.right-img-box{
    width:50%;
    position: relative;
    overflow: hidden;
    padding:0px 0px 0px 15px;
}
.mask-1{
    position: absolute;
    top:0px;
    left:0px;
    width:100%;
}
/* .market-mask-1{
    position: absolute;
    top:0px;
    left:0px;
    width:100%;
}
.market-mask-2{
    position: absolute;
    top:0px;
    left:0px;
    width:100%;
    padding-left:15px;
} */



.mask-2{
    width:100%;
    position: absolute;
    top:0px;
    left:0px;
}
.market-contain{
    position: absolute;
    bottom:5%;
    /*left:30px;*/
    width:90%;
}
.market_date{
    color:#ffffff;
    /*font-size:1.5rem;*/
    font-family: Roboto,sans-serif;
    font-size: 15px;
    /* font-size: 0.875rem; */
    font-weight: 700;
    margin: 0px 0px 0px 0px;
    
}
.market_time{
    color:#ffffff;
    /*font-size:1rem;*/
    /*margin-bottom:0rem;*/
    font-size: 14px;
    margin: 0px 0px 0px 5px;
    word-break: break-all;
    text-align: justify;
    font-weight: 345;
    font-family: karla,-apple-system,BlinkMacSystemFont,segoe ui,微軟正黑體,microsoft jhenghei,sans-serif;
    line-height: 1.6em;
}
.market_place{
    color:#ffffff;
    font-size:1rem;
    margin-bottom:0rem;
}


.left-img-box{
    width:100%;
    position: relative;
    
}

.right-img{
    width:100%;
    /* padding-left:15px; */
    overflow: hidden;
}
.footer-contain{
    width:100%;
    background-color: #343434;
    padding: 0px 0px 10px 0px;
    /*position: absolute;*/
    margin: 0px 0px -10px 0px;
    bottom:0px;
    left:0px;
}
.footer{
     max-width: 1200px; 
    /*width:90%;*/
    margin:auto;
    /*border-top: 1px solid #c3c3c3;*/
    
    /*position: absolute;*/
    /*width: 100%;*/
    /*min-height: 242px;*/
    /*min-height: 142px;*/
    min-height: 2rem;
    background-color: #343434;
    /*padding: 20px 0;*/
    color: #d6d6d6;
    
}
.footer-box{
    /* border-top:1px solid #777777; */
    padding-top:20px;
    /*padding-bottom:42px;*/
    padding-bottom:0px;
}
.footer-p{
    /*color:#525252;*/
    color: #d6d6d6;
    margin-bottom:0px;
    font-size:14px;
}
.footer-p:hover{
    color:#074C91;
}
.footer-item{
    font-weight:400;
}
.footer-a{
    text-decoration:none;
}
.footer-a:hover{
    color:#074C91;
}

.footer-icon{
    font-size:25px;
    margin-right:10px;
}
.footer-icon-box{
    /*text-align: right;*/
    display:none;
}
/* .card:hover{
    box-shadow:5px 5px 10px #a9a8a8;
} */
.mask{
    background-image: url(../img/market_2_mask.png);
}
.mouseon{
    overflow: hidden;
}
/* .card-img-top{
    cursor: pointer;
    transition: all 0.6s;
}
.card-img-top:hover{
  zoom: 1;
  filter: alpha(opacity=70);
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -webkit-transform: scale(1.2);
  transform: scale(1.1);
} */
/* .img_mouseon{
    width:100%;
} */
.img_mouseon{
    width:100%;
    cursor: pointer;
    transition: all 0.6s;
    overflow:hidden;
    position: relative;
}
.img_mouseon:hover{
  zoom: 1;
  filter: alpha(opacity=70);
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -webkit-transform: scale(1.2);
  transform: scale(1.1);
}
.img_mouseon_2{
    cursor: pointer;
    transition: all 0.6s;
    overflow: hidden;
    position: relative;
}
.img_mouseon_2:hover{
  zoom: 1;
  filter: alpha(opacity=70);
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -webkit-transform: scale(1.2);
  transform: scale(1.1);
}
.phone-menu{
    width:100%;
    height:100%;
    background-color:#e4e4e4;
    position: fixed;
    left:0;
    top:0;
    z-index:99;
    display:none;
    flex-direction: column;
    padding:20px;
}
.menu-box{
    padding-top: 40%;
}
.close-btn{
    width:40px;
    float:right;
}
.close-icon{
    font-size:40px;
}
.menu-item{
    text-align: center;
    font-size: 1.25rem;
    padding:1rem 1rem;
}
.login-btn{
    display:block;
    margin:auto;
}

.news-item{
    border-bottom: 1px solid #e3e8ed;
    font-size: 14px;
    color: #103f5a;
    padding-bottom: 10px;
    margin-bottom: 7px;
    overflow: hidden;
}
.news-item a{
    display: table;
    width: 100%;
}
.news-item a p{
    display:table-cell;
}
.date{
    font-size: 1rem;
    padding-right: 25px;
    width: 84px;
    vertical-align: middle;
}
.category{
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.1em;
    width: 90px;
    text-align: center;
    line-height: 1;
    vertical-align: middle;
}
.news-box{
    height:115px;
    overflow-y:scroll;
}
.news-item .category span{
    display: block;
    padding: 5px 0 2.5px;
    font-size:14px;
}
.news-item .release span{
    background: #3d96e8;
}
.news-item .txt{
    line-height: 1.743;
    font-size: 14px;
    padding-left: 17px;
    font-weight: bold;
}
.title-box h4{
    /*font-weight: 400;*/
}
.title-box .form-control {
    padding: 0.1rem 0.5rem;
}
.side-nav{
    position: fixed;
    top:70%;
    right:0.5px;
   
    z-index:999;
}
.side-border{
    background-color:#e6e6e6;
    /* border:1px solid #707070; */
    box-shadow: -1px 1px 3px #bbbbbb;
    border-radius: 5px;
}
.side-ul{
    padding:10px;
    margin-bottom:0px;
}
.side-ul li{
    margin-bottom: 5px;
}
.side-icon{
    font-size:25px;
    color: #495057;
}
.back-top-btn{
    margin:auto;
    font-size:40px;
    color: #adb5bd;
}
.back-top-btn:hover{
    color:#495057;
}
.back-top{
    display:flex;
    margin-top:20px;
    flex-direction: column;
}
.g-btn:hover{
    background-color:#335D3D;
    color:#fff;
    border:2px solid #335D3D;
}
.b-btn:hover{
    background-color:#074C91;
    color:#fff;
    border:2px solid #074C91;
}
.grid-item { width: 200px; }
.grid-item--width2 { width: 400px; }
#report-slick{
    /*display:flex!important;*/
}
.slick-list {
    width:90%;
}


.slick-prev{
    margin: 0;
    padding: 0;
    border: 1px solid transparent;  
    outline: none!important; 
    background-color:transparent;
}


.slick-next{
    margin: 0;
    padding: 0;
    border: 1px solid transparent; 
    outline: none!important; 
    background-color:transparent;
}


.slick-span{
    width: 30px;
    display: block;
    border: 0px solid #c3c3c3;
    border-radius: 2px;
}
.slick-span i{
    font-size: 30px;
    color: #545454;
}
.brand-box{
    overflow: hidden;
}
.report-img-h{
    padding-top: 69%;
}

#more-btn2{
    display:none;
    margin:auto;
    margin-top: 30px;
    margin-bottom: 40px;
}

.con-bg-1 .card.mg-5{
    margin: 0px 0px 15px 0px;
}
/*-------------------------*/
/* $media query
/*-------------------------*/

@media (min-width: 1440px){
    .contain-w{
        max-width:1200px;
        /* max-width:90%; */
    }
    .footer{
        /*max-width: 1200px;*/
        /*max-width:90%; */
    }

}

@media (min-width: 1200px) and (max-width: 1439px) {
    .contain-w{
        /*width:90%;*/
        /* max-width:90%; */
    }

}

@media (min-width: 992px) and (max-width: 1199px){
    .contain-w{
        /*width:90%;*/
        /* max-width:90%; */
    }
}
@media (max-width: 991px){
    /*jeff*/
    .right-img-box {
        width: 100%;
        position: relative;
        overflow: hidden;
        padding: 0px 0px 0px 15px;
    }
    .report_news{
        display:none;
    }
    .report_news_mobile{
        display:inline;
    }
    .con-bg-1 .card{
        margin-left:0px;
        margin-right:0px;
        /*margin-left: -10px;*/
        
    }
	.news-contain{
        position: unset;
        width: 100%;
        margin: auto;
        padding: 10px;
        border-bottom: 1px solid #c9c9c9;
        border-left: 1px solid #c9c9c9;
        border-right: 1px solid #c9c9c9;
    }
    .news_date{
        color:#707070;
    }
    .news_text{
        color:#707070;
    }
    .news_category {
        color: #707070;
    }
    /* .con-bg-1 .card-deck .card{
        margin-left:5px;
        margin-right:5px;
    } */
    
    /*jeff*/
    .con-bg-1 .card {
        /*padding-left: 0px;*/
        /*padding-right: 0px;*/
        padding:0px 0px 0px 4px;
    }

}
@media (min-width: 576px) and (max-width: 767px){
    

}
@media screen and (max-width:1024px){
    .con-bg-2 .card{
        /*padding-left:8px;*/
        /*padding-right:8px;*/
    }
    .left-container{
        width:100%;
    }
    
    
    .right-container{
        width: 100%;
        margin: auto;
        padding-left:0px;
        /*margin-bottom: 80px;*/
    }
    .media-m{
        width:100%;
        margin:auto;
        /*padding: 0px 0px 10px 0px;*/
    }
    .slick-list {
        width: 100%;
    }
    /*.con-bg-2 .contain-m{*/
    /*    padding-bottom:0px;*/
    /*}*/
}


@media screen and (max-width:991px){
    /*jeff*/
    .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
        color:#3366a9;
        border-bottom:0px solid #3366a9
    }
    .c-gray {
        color: #525252;
        font-size:15px;
        font-weight: 600;
    }
    
    
    .login-btn{
        margin-top: auto;
        margin-right: 0px;
    }
    
    /*jeff*/
    .contain-w {
        /*width:90%;*/
        width:100%;
    }
  
    .con-bg-1 .card{
        background-color: #fff;
    }
    .con-bg-2 .card-deck .card{
        flex: 1 0 40%;
        margin-bottom: 30px;
    }
    
    .left-contain {
        width: 100%;
        height: auto;
        position: relative;
        overflow: hidden;
        padding: 0px 0px 5px 0px;
    }
    
    /*.left-contain {*/
    /*    width:100%;*/
    /*}*/
    .right-contain {
        width:100%;
        padding-top:10px;
    }
    .right-img-box{
        /*padding:0px 10px 0px 10px;*/
        padding: 0px 5px 5px 5px;
    }
    /* .con-bg-1 .card{
        padding-left:0px;
        padding-right:0px;
    } */
    .navbar-nav {
        flex-wrap: wrap;
        flex-direction: row;
        width: fit-content;
        padding-top: 5px;
    }
    
}
@media screen and (max-width: 767px) {
    


    .f-btn{
        margin: 5px;
    }
    .goo-btn{
        margin: 5px;
    }
    .news-item {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .news-item a  {
        display: block;
    }
    .date {
        font-size: 18px;
        padding-right: 15px;
        width: auto;
    }
    .category {
        font-size: 13px;
        width: 55px;
    }
    .news-item .txt{
        display: block;
        margin-top: 10px;
        padding-left: 0;
    }
    .form-inline{
        display:inline-block;
        width:100%;
    }
    .form-control{
        display:inline-block;
        width:70%;
    }
    .title-box {
        padding-top: 0px;
    }
    .right-box{
        padding:20px 20px 20px 20px;
    }
    .howto-a{
        margin-bottom: 20px;
    }
    .brand-box ul li{
        display:inline;
        float: left;
        width: 50%;
        padding: 5px 5px;
    }
}



@media (max-width: 575px){
    
    .phone-hide{
        display: none;
    }
    .footer{
        min-height: 100px;
    }
    
    /*jeff*/
    .service_box {
        text-align: center;
        width: 100%;
         /*max-width: 760px; */
         /*margin: 3rem auto 1rem; */
       /*margin: 0px 0px 0px 10px;*/
       margin: 0px 0px 0px 0px;
        font-size: .9rem;
    }
    .service_box ul{
    padding: 0px 0px 0px 0px;
       /*margin: 0px 0px 0px 10px;*/

    }
    
    .footer-con {
        /* display: flex; */
        flex-direction: column;
        /*margin-bottom: 20px;*/
        position: relative;
        width: 100%;
        padding-right: 5px;
        padding-left: 5px;
    }

    .footer_text{
        text-align: center;
        font-size: 8px;
    }
    .footer-icon-box{
        display:block;
    }
        

    
    .footer-logo-col{
        display:none;
        /*visibility:hidden;*/
    }
    .market-contain{
        position: absolute;
        bottom:5%;
        left:30px;
        width:90%;
    }
    /*.market_date{*/
    /*    color:#ffffff;*/
        /*font-size:1.5rem;*/
    /*    font-size: 15px;*/
    /*    font-style: normal;*/
    /*    margin-bottom: 0px;*/
        
    /*}*/
    /*.market_time{*/
    /*    color:#ffffff;*/
        /*font-size:1rem;*/
    /*    font-size: 15px;*/
    /*    margin-bottom:0rem;*/
        
    /*}*/
    
    .market_date{
        font-family: Roboto,sans-serif;
        font-size: 15px;
        /* font-size: 0.875rem; */
        font-weight: 700;
        margin: 0px 0px 0px 0px;
    }
    
    .market_time{
        font-size: 14px;
        margin: 0px 0px 0px 5px;
        word-break: break-all;
        text-align: justify;
        font-weight: 345;
        font-family: karla,-apple-system,BlinkMacSystemFont,segoe ui,微軟正黑體,microsoft jhenghei,sans-serif;
        line-height: 1.6em;
    }
    
    .market_place{
        color:#ffffff;
        /*font-size:1rem;*/
        font-size: 15px;
        margin-bottom:0rem;
    }


    
    
    #wrapper {
        /*padding-bottom: 370px;*/
        padding-bottom: 10px;
    }
    .logo-icon {
        /*height: 60px;*/
    }
    .carousel {
        /*padding-top: 78px;*/
        padding-top: 52px;
    }
    .carousel-control-next {
        top:50px;
    }
    .carousel-control-prev {
        top:50px;
    }
    .right-img-box{
        width:100%;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 10px 0px;
    }
    
    
    
    /*jeff*/
    
    
    .market-contain{
        background: rgba(6, 6, 6, 0.7);
                padding: 6px 0px 6px 0px;
                position: absolute;
                bottom: 0px;
                left: 0px;
                width: 100%;
                border-bottom: unset;
                border-left: unset;
                border-right: unset;
    }
    .market-contain {
        left: 0px;
        /*height: 180px!important;*/
    }
    
    
    
    
    
    /*.footer-con{*/
        /*display:flex;*/
    /*    flex-direction: column;*/
    /*    margin-bottom: 20px;*/
    /*}*/
    
    
    
    .footer-con2{
        display:flex;
        flex-direction: column;
    }
    .footer-item{
        margin:auto;
    }
    .footer-a{
        padding-top: 5px;
    }
    .nav-p {
        padding-right: 15px;
        padding-left: 5px;
    }
    .side-border{
        display:none;
    }
    .side-nav {
        position: fixed;
        top:85%;
        right: 10px;
        z-index: 999;
    }
    .back-top-btn{
        font-size:50px;
    }
    .con-bg-2 .card {
        padding-left: 0px;
        padding-right: 0px;
    }
    .con-bg-1 .card{
        padding-left:0px;
        padding-right:0px;
        /**/
    }
    
    .con-bg-1 .card.mg-5{
        margin: 0px 0px 15px 0px;
    }
    .card-deck {
        padding-top: 0px;
    }
    .footer-box{
        padding-top: 20px;
        padding-bottom: 0px;
        /* border-top: 1px solid #c3c3c3;  */
    }
    
    /*jeff*/
    .contain-w{
        /*border:unset*/
        padding-bottom: 0px;
    }
    
    .brand-box ul li{
        display:inline;
        float: left;
        width: 100%;
        padding: 0px 0px;
    }
    
    /*jeff*/
    .con-top {
        /*padding-top: 30px;*/
        padding-top: 15px;
    }
    .report-img-h{
        padding-top: 54%;
    }
    .media-m {
        width: 100%;
    }
    .right-container{
        width:100%;
    }
    
    #more-btn2{
        display:block;
    }
    
    #market-info .card:nth-child(4){
        display:none;
    }
    #market-info .card:nth-child(5){
        display:none;
    }
    #market-info .card:nth-child(6){
        display:none;
    }
}
@media (max-width: 480px){
	
}


@media (max-width: 375px){
   
}
@media (max-width: 320px){

}
