/*
* Noto Sans TC (Chinese_traditional) http://www.google.com/fonts/earlyaccess
 */
@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);

/*mLogin page*/
#nav-tab-mLogin{
    position: relative;
    overflow: hidden;
    margin: auto;
    width: 90%;
}

/*img.ftds-form-captcha:before{
    content: "\f2f1";
    position: absolute;
    top: 0;
    right: -45px;
    width: 45px;
}*/


.ftds-captcha{
    float: left;
    margin-bottom: 15px;
}


.ftds-captcha-input{
    width: 150px !important;
}

#link-mForgetPass{
    font-size: 15px;
    color: #212121;
    font-weight: 600;
}

#link-mForgetPass:hover{
    color: red;
}



/** EVENT 課程活動 **/

.ftds-container-full{
    max-width: 100%;
    overflow: hidden;
}

.ftds-post-header, .ftds-post-content{
    overflow: hidden;
}

.ftds-post-header{
    text-align: center;
    background-color: #eee;
}

.header-bg-image{
    position: absolute;
    width: 100%;
    height: 100%;
    max-height: 210px;

    background-image: url("http://dev.wishgo.tw/feds1/wp-content/uploads/2022/04/SERVICE.png");
    background-repeat: no-repeat;
    background-position: center;
}

.header-text-title{
    /*font-size: 48px !important;*/
    padding: 80px;
    margin: auto;
    margin: 0 auto;
    z-index: 9;
    position: relative;
    width: 1280px;
    outline: none !important;
}

h1, h2, h3, h4, h5, h6{
    font-weight: 600;

}

.header-text-title h2{
    font-family: 'Noto Sans TC', '微軟正黑體';
    font-weight: 600 !important;
}

.ftds-single-page{
    width: 1280px;
    margin: 0 auto;
    text-decoration: none !important;
    outline: none !important;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
}

.ftds-post-content{
    padding-top: 60px;

}

.ftds-post-img{
    padding: 50px 0;
}

.ftds-post-metadata{
    margin-left: 50px;
    padding:  50px 0;
}

.ftds-widget-content *{
    margin: 0% 0% 0% 0%;
    padding: 0px 0px 22px 0px;
    font-family: 'Noto Sans TC', '微軟正黑體';
    /*transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);*/
}

div.event_title{
    font-weight: 500 !important;
    font-size: 32px;
    color: #353b59;
}

div.event_price{
    font-weight: 400 !important;
    font-size: 20px;
}
div.event_price del{
    color: #a1a1a1;
    margin-right: 5px;
}

div.event_price span{
    color: #f00;
}

div.event_process{
    font-weight: 400 !important;
    font-size: 16px;
    color: #000;
}



/*url("http://dev.wishgo.tw/feds1/wp-content/uploads/2022/04/SERVICE.png");*/

@media (max-width: 576px) {
    .ftds-captcha-input{
        width: 100% !important;
    }
}

