@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;700&display=swap');

html, body{
    background-color: #FFFFFF;
    font-size: 16px;
    line-height: 1.8;
    color: #666666;
    font-family: 'Barlow', 'Noto Sans TC', sans-serif;
}

.imgmax{
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.text-left{
    text-align: left;
}
.text-center{
    text-align: center;
}

p{
    line-height: 1.6;
    color: #333333;
}

.GridTxt{
    margin-top: 0;
}

.tipsbgcolor{
    background-color: #f9f9f9;
    padding: 30px;
}
.nav-tabs li a{
    display: block;
    border-radius: 0;
    border: 2px solid #071D49;
    border-style: inset;
    background: #FFFFFF;
    color: #071D49;
    font-weight: bold;
    padding: 10px 20px;
}
.nav-tabs li a:hover{
    background: #FFFFFF;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
    display: block;
    background: #071D49;
    color: white;
    border: 2px solid #071D49;
    border-style: inset;
}

.nsferrycontent h3,
.matzuartcontent h3{
    color: #071D49;
    margin: 30px 0;
}

.feature_icon{
    margin: 30px 0;
}
.feature_icon h4{
    text-align: center;
    color: #071D49;
    font-weight: 700;
    margin-top: 15px;
}

.CTA a{
    display: block;
}
.CTA a > img{
    width: 285px;
    height: auto;
}

.banner-prod{
    margin-top: 15px;
}
.banner-prod .TT{
    display: none;
}

.bannerCTA{
    margin-top: 30px;
}

.introbox{
    margin-bottom: 30px;
}
.introbox span{
    color: #4EC3E0;
    display: inline-block;
    margin-top: 30px;
}
.introbox h4{
    color: #071D49;
    font-weight: 700;
    letter-spacing: 1.5pt;
    font-size: 24px;
}
.introbox p{
    margin: 30px 0;
}

h3.boxtitle{
    display: inline-block;
    background-color: #4EC3E0;
    padding: 10px 30px;
    color: #FFFFFF;
    font-size: 18px;
    margin: 0;
}



















.toptips{
    background-color: #071D49;
    padding: 15px;
    font-family: 'Barlow', 'Noto Sans TC', sans-serif;
}

.toptips p{
    color: #FFFFFF;
    letter-spacing: .05em;
    text-align: center;
    margin-bottom: 0;
}

.matsu_bg{
    background: rgb(255,255,255);
    background: linear-gradient(125deg, rgba(255,255,255,1) 0%, rgba(253,246,255,1) 40%, rgba(239,250,255,1) 100%);
    padding: 60px 0;
}

.up_BGimg{
    text-align: center;
    position: fixed;
    width: 100%;
    height: auto;
}

.Leftimg{
    position: relative;
}

.decodots{
    position: absolute;
    width: 80px;
    height: auto;
    top: 0;
    left: -100px;
}

.upTitle{
    color: #4EC3E0;
    font-weight: 400;
}

.title{
    color: #071D49;
    letter-spacing: .2em;
}

span.daytime{
    color: #071D49;
    font-size: 16px;
    letter-spacing: .1em;
    font-family: 'Barlow', 'Noto Sans TC', sans-serif;
    font-weight: 700;
}

span.littlenote{
    color: #FF9553;
    font-size: 15px;
    font-family: 'Barlow', 'Noto Sans TC', sans-serif;
}

.inlinebtn{
    float: right;
    position: relative;
    left: -50%; /* or right 50% */
    text-align: left;
    padding: 30px;
}

a.matzu_btn{
    position: relative;
    left: 50%;
    display: block;
    float: left;
    width: 350px;
    margin-right: 20px;
    background-color: #071D49;
    border-radius: 200px;
    text-align: center;
    color: white;
    padding: 15px 0;
    cursor: pointer;
}
a.matzu_btn:hover{
    text-decoration: none;
    color: white;
}


@media (max-width: 575.98px) {
    .introRight{
        margin-top: 30px;
        text-align: center;
    }
    .decodots{
        display: none;
    }
}

@media (max-width: 767.98px) {
    .introRight{
        margin-top: 30px;
        text-align: center;
    }
    .decodots{
        display: none;
    }
}

@media (max-width: 991.98px) {
    .introRight{
        margin-top: 30px;
    }
}


/* // Extra small devices (portrait phones, less than 576px)
@media (max-width: 575.98px) { ... }

// Small devices (landscape phones, less than 768px)
@media (max-width: 767.98px) { ... }

// Medium devices (tablets, less than 992px)
@media (max-width: 991.98px) { ... }

// Large devices (desktops, less than 1200px)
@media (max-width: 1199.98px) { ... } */

