

@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
* {
    font-family: 'Noto Sans TC';
    font-weight: 300!important;
}

body {

    font-family: 'Noto Sans TC', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    background-color: #F3F3F7;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Noto Sans TC', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-weight: 400!important;

}
td a {
    display: block;
}





/*
medium+ screen sizes
　*/

@media only screen and (min-width:1200px) {
    .main.container {

    }
    .ui.container {
        margin-left: 0rem !important;
    }

    .mobile-only {
        display: none !important;
    }


    .desktop-only {
        display: block !important;
    }

    .table-only {
        display: block !important;
    }
}






/*
small screen sizes
　*/

@media only screen and (max-width: 1200px) {
    .main.container {
        margin-left: 0rem !important;
    }
    .ui.container {
        margin-left: 0rem !important;
    }

    .mobile-only {

        margin: 0rem 0rem !important;
    }

    .desktop-only {
        display: none !important;
    }
    .table-only {
        display: block !important;
    }
}





/*
mobile screen sizes  小於420
　*/

@media only screen and (max-width: 600px) {
    .main.container {
        margin-left: 0rem !important;
    }
    .ui.container {
        margin-left: 0rem !important;
    }
    .mobile-only {
        margin: 0rem 0rem !important;
    }

    .desktop-only {
        display: none !important;
    }
    .table-only {
        display: none !important;
    }
}

/*
----------
　*/


.logo.item{
    height: 5rem;
}


.ui.container {
    /*padding-bottom: 160px;*/
    height: 100%;
    /*overflow-y: scroll;*/
    width: 100%;
    /*padding-right: 1rem;*/

    /*padding-left: 0.5rem !important;*/
    margin-right: 0.5rem !important;

}
.main.container {
    margin-left: 15rem;
    height: 100%;
    padding-left: 0em !important;
    padding-bottom: 0px;
    overflow: scroll;
}

.main.menu {
    box-shadow: 6px 0 10px rgba(0, 0, 0, 0.16) !important;
    /*選單陰影*/
}
.ui.menu{
    border-radius: 0rem;
}
.toc.menu{
    margin-bottom: 0px;
}

.subnav {
    margin-bottom: 0.5rem !important;
    width: 100%;

    z-index: 3;
}

.pusher {

    background-color: #F3F3F7 !important;
    height: 100%;
}

/*
-------register
　*/
.register_body{
    background-color: #DADADA;
    height: 100vh;
    align-content: center;
    padding-top: 10vh;
}
.register.column {
    max-width: 500px;
}


/*
------Login
　*/


.login_body {
    background-color: #DADADA;
    height: 100vh;
    align-content: center;

}

.loginbox {
    width: 450px;
    margin-right: auto;
    margin-left: auto;
    max-width: 400px;
}



/*
------quill
　*/

.editorform{

    max-height: 400px;
}


.dropzone{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 200px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}


/*profile*/

.logo-img{
    width: 150px;
    height: 150px;
}
.fb-img{
    width: 300px;

}

.pc-img{

    height: 600px;
}

.m-img{

    width: 350px;
}

.bg-img{

    width: 350px;
}
