@charset "UTF-8";

/*
common styles
*/


/* 嵌入字型設定 */

@font-face {
    font-family: "HCHT";
    src: url(../fonts/HCHT.TTF) format('truetype');
}


/* 引用嵌入字型 */

.embFont1 {
    font-family: "HCHT";
    /*font-family:Microsoft JhengHei;*/
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.flex2 {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    align-content: center;
    -webkit-align-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.flexContent {
    -webkit-align-items: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    -webkit-align-content: flex-start;
}

.flex {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    align-content: center;
    -webkit-align-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

html,
body {
    -webkit-text-size-adjust: none;
    /* iPhone 旋轉後 文字不要放大 */
}

body {
    background-image: url(../image/BG.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0;
    font-family: Microsoft JhengHei;
}

#MainContent {
    background: #fff;
    /*max-width:1024px;*/
    width: 100%;
    margin: 0 auto;
}

#divHead {
    width: 100%;
    padding: 7px;
    text-align: center;
    overflow: auto;
    z-index: 100;
    position: fixed;
    background: rgba(255, 255, 255, 1);
    box-shadow: 4px 4px 3px rgba(20%, 20%, 40%, 0.3);
    margin: 10% auto 0 auto;
}

#Title1 {
    width: 65%;
}

#picLogo {
    width: 15%;
    min-width: 160px;
    cursor: pointer;
}

#divBanner {
    width: 100%;
    margin: -10% auto 0 auto;
    text-align: center;
    overflow: hidden;
    /*background-image:url(../image/Banner.png);
	background-repeat:no-repeat;
	background-size:cover;*/
}

#picBanner {
    margin-top: 3%;
    /**/
}

.T1 {
    font-weight: bold;
    font-size: 3.6rem;
    z-index: 1;
    position: absolute;
    bottom: -3%;
    width: 100%;
    text-align: center;
}

.T2 {
    font-weight: bold;
    font-size: 2.1rem;
    color: #fff;
    letter-spacing: 1px;
    font-family: 'Noto Sans TC', sans-serif;
}

#divMenu {
    padding: 1.5% 0%;
}

.btn {
    cursor: pointer;
}

#divMenu div {
    width: 10%;
    overflow: auto;
}

#divMenu div img {
    width: 100%;
}

.divBasic {
    padding: 90px 15%;
    text-align: center;
    width: 100%;
}

#divCourse {
    background: #F08300;
}

#divCouseContent {
    width: 100%;
}

.CourseContent {
    margin-top: 25px;
    width: 35%;
}

.divT3 {
    border: 2px #FFFD02 solid;
    color: #FFFD02;
    font-size: 1.5rem;
    padding: 10px 30px;
    border-radius: 30px;
    font-weight: 600;
    letter-spacing: 1px;
}

.divContent,
.divContent_R {
    color: #000;
    font-size: 1.3rem;
    font-weight: 600;
    padding: 20px;
    text-align: left;
    line-height: 2em;
}

.divRemark {
    font-size: 1rem;
    line-height: 2em;
}

#divBook {
    background: #fff;
    color: #000;
}

#divBook .T2 {
    color: #000;
    text-align: center;
}

.divT3_G,
.divT3_D,
.TRemark {
    border: 2px #6C6C6C solid;
    color: #6C6C6C;
    font-size: 1.5rem;
    padding: 10px 30px;
    border-radius: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    width: 70%;
    margin: 0 auto;
}

.TRemark {
    border: none;
}

.divT3_Sec {
    margin-top: 90px;
}

.picBook {
    width: 50%;
}

.picBooks {
    width: 100%;
    margin-bottom: 20px;
}

#divBook .divContent {
    width: 35%;
}

#divFeature {
    background: #E6E6E6;
}

#divFeature img {
    width: 100%;
}

#divFeature .divContent {
    width: 45%;
    overflow: auto;
}

#divDetail .divContent {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

#divDetail .divContent_L {
    text-align: left;
}

.item1 {
    width: 25%;
    color: #000;
    font-size: 1.1rem;
    font-weight: 500;
    padding: 10px 20px;
    max-width: 300px;
    text-align: left;
    line-height: 1em;
    line-height: 1.5em;
}

.divContent_R {
    width: 35%;
}

#divTime {
    background: #F08300;
}

#divTime table {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 30px;
    border-collapse: collapse;
    cellspacing: 0;
}

#divTime th {
    background: #9ED8E6;
    font-size: 1.2rem;
    padding: 15px;
    border: thin #F09D31 solid;
}

#divTime tr {
    background: #F2D380;
    font-size: 1.1rem;
}

#divTime td {
    padding: 15px;
    border: thin #F09D31 solid;
}

.td_L {
    text-align: left;
    padding-left: 5px;
}

#divFooter {
    background: #000;
    color: #FFF;
    padding: 30px;
    text-align: center;
}

#divOption_M {
    display: none;
}

#btnBack {
    display: none;
}

.IEBar {
    -ms-overflow-style: none;
}

.btnSpan {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 900;
    font-family: 'Noto Sans TC', sans-serif;
}