
/********************************************/
/*首頁的選單*/

.themenu {
    height: 1%;
    overflow: hidden;
    border-radius: 2px;
    margin-bottom: 18px;
    padding-bottom: 9px;
    padding-top: 9px;
    padding-left: 6px;
    padding-right: 6px;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
    margin-left: 2px;
    margin-right: 2px;
    clear: both;
}

.themenu {
  -webkit-tap-highlight-color: rgba(0,0,0,0); /* Safari */
}

.themenu * {
  -webkit-user-select: none;
  user-select: none;
}

.themenu:hover {
    background-color: #FFF9DD;
}

.menu-box:after {
    content: "";
    display: table;
    clear: both;
    width: 100%;
  }

.menu-icon {
    float: left;
    width: 45%;
    margin-right: 3%;
}

.menu-text {
    float: left;
    width: 52%;
}

.menuchi {
    font-size: 1.1em;
    font-weight: bold;
    height: 1%;
    overflow: hidden;
    overflow-wrap: break-word;
    word-wrap: break-word;
    padding-bottom: 6px;
    color: rgb(53, 88, 139);
}

.menupa {
    font-size: 1.2rem;
    overflow-wrap: break-word;
    word-wrap: break-word;
    color: #505050;
    line-height: 26px; 
}

.menutitle {
    font-size: 1.45rem;
    font-weight: bold;
    height: 1%;
    overflow: hidden;
    overflow-wrap: break-word;
    word-wrap: break-word;
    padding-bottom: 9px;
    color: #2b6db3;
}



/********************************************/
/*課程的選單*/
.thelesson {
    height: 1%;
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 6px;
}

.lebox {
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: solid 1px #ccc;
    clear: both;
    height: 1%;
    overflow: hidden;
    padding-left: 3px;
    margin-right: 12px;
}

.lebox:hover {
    background-color: #FFF9DD;
}

.eng {
    font-size: 1.3rem;
    padding-bottom: 4px;
    height: 1%;
    overflow: hidden;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.chi {
    font-size: 1.5rem;
    height: 1%;
    overflow: hidden;
    overflow-wrap: break-word;
    word-wrap: break-word;
    clear: both;
    line-height: 32px;
}

.kksp {
    letter-spacing: 2px;
}

/********************************************/
/*圖片文字兩欄框*/
.theimgtext {
    height: 1%;
    overflow: hidden;
    margin-bottom: 18px;
    padding-bottom: 9px;
    padding-top: 9px;
    padding-left: 6px;
    padding-right: 6px;
    margin-left: 2px;
    margin-right: 2px;
    clear: both;
}

.imgtext-box:after {
    content: "";
    display: table;
    clear: both;
    width: 100%;
  }

.imgtext-icon {
    float: left;
    width: 50%;
    margin-right: 3%;
}

.imgtext-text {
    float: left;
    width: 47%;
}

.imgtext-text p {
    font-size: 1rem;
    overflow-wrap: break-word;
    word-wrap: break-word;
    color: #505050;
    line-height: 30px; 
    padding-left: 3px;
    padding-bottom: 12px;
}

.imgtext-pa {
    font-size: 1.25rem;
    overflow-wrap: break-word;
    word-wrap: break-word;
    color: #505050;
    line-height: 30px; 
    padding-left: 3px;
    
}

/*文字裡面的按鍵*/
.inline-button {
    display: inline-block;
    padding: 2px 18px;
    background-color: #fa840d;  /* 橘色 */
    color: #ffffff;
    font-size: 1.2rem;
    border: none;
    border-radius: 24px;
    text-decoration: none;
    cursor: pointer;
    vertical-align: middle; /* 對齊文字 */
}
.inline-button:hover {
    background-color: #eb7d0f; /* 深一點的橘色 */
}

