* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    background: #fff;
    /*EEF3FA*/
    /*font-family: "Arial","Helvetica","LiHei Pro","黑體-繁","微軟正黑體", sans-serif;*/
    /*font-family: "微軟正黑體",'Noto Sans TC', sans-serif;*/
    font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
    background: url("../Images/BG.svg");
    background-size: cover;
    background-repeat: repeat;
}

img {
    display: block;
}

.MicroSoft {
    font-family: "微軟正黑體";
}

a {
    text-decoration: none;
}

#div_Menu_m {
    display: none;
}

#divBanner {
    position: relative;
    width: 100%;
    /*height: 100vh;*/
    background: #E94C2A;
    text-align: center;
}

#pic_G_LOGO {
    width: 150px;
    position: absolute;
    left: 20%;
    top: 5%;
}

#pic_MainBanner {
    width: 60%;
    margin: 0 auto;
}

#pic_MainBanner_m {
    display: none;
}

#divCouseInfo {
    position: relative;
    width: 100%;
    /* height: 100vh; */
    background: #FFFEEF;
    text-align: center;
    /* flex-direction: row;
    -ms-flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    -ms-flex-pack: center;    
    display: flex;
    display: -ms-flex;
    */
    padding: 3% 0% 3% 0;
    min-height: 800px;
    color: #333;
}

#MainTitle {
    display: inline-block;
    visibility: hidden;
}

#divCopyRight {
    position: relative;
    display: block;
    width: 100%;
    background: #E94C2A;
    text-align: center;
    padding: 2% 0% 2% 0;
    font-family: "Noto Sans TC", "敺株��迤暺煾��";
    color: #fff;
    line-height: 1.7rem;
}

#tbList {
    width: 70%;
    border-collapse: collapse;
    margin: 20px auto;
}

#tbList th {
    border: #333 solid 1px;
    background-color: #555;
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
}

#tbList td {
    border: #333 solid 1px;
    padding: 5px 0;
}

#divQuery {
    width: 350px;
    height: 45px;
    border-radius: 30px;
    background: #dddcc6;
    margin: 10px auto;
    text-align: left;
    flex-direction: row;
    -ms-flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    align-items: center;
    display: flex;
    display: -ms-flex;
    padding: 0px 0 0 15px;
}

input[type="text"] {
    padding: 5px 15px;
    cursor: pointer;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    height: 30px;
    width: 80%;
    outline: none;
}

#btnSearch {
    height: 65%;
    margin: 0 10px 0 20px;
    vertical-align: middle;
    cursor: pointer;
}

#btnBack {
    position: fixed;
    width: 36px;
    right: 5px;
    bottom: 3%;
    z-index: 10;
    display: none;
}

#btnReply {
    position: fixed;
    z-index: 10;
    background-color: #e3836e;
    font-size: 20px !important;
    color: #fff;
    font-weight: bold;
    padding: 10px 10px;
    border-radius: 30px;
    /* -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr; */
    text-align: center;
    right: 10px;
    width: 45px;
    top: 3%;
    line-height: 20px;
    cursor: pointer;
    display: none;
}

#btnLink {
    margin: 5px 0;
    width: 105%;
}

#btnReply_M {
    display: inline-flex;
    margin: 0 auto;
    background-color: #e3836e;
    font-size: 16px !important;
    color: #fff;
    font-weight: bold;
    padding: 4px 10px;
    border-radius: 30px;
    text-align: center;
    width: 35%;
    cursor: pointer;
    display: none;
}

#divActRemark {
    position: relative;
    width: 100%;
    background: #E94C2A;
    text-align: center;
    padding: 3% 0% 3% 0;
    font-family: "Noto Sans TC", "敺株��迤暺煾��";
    color: #fff;
}

#divActRemark_Section_Info {
    width: 60%;
    margin: 0 auto;
    text-align: left;
    font-size: 1.2rem;
	line-height:2.5rem;
}