/*KK次要選單格式*/
.thelist {
    height: 1%;
    overflow: hidden;
    background-color: #fff;
    border-radius: 2px;
    margin-bottom: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    clear: both;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
    -webkit-box-shadow:rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
    margin-right:2px;
    margin-left:2px;
    padding-left: 6px;
    padding-right: 6x;
}

.thelist:hover {
    background-color: #FFF9DD;
}

.icon-text-block-index {
  display: flex;
  align-items: flex-start;
  position: relative; 
}

.icon-image-index {
  flex: 0 0 auto;
  width: 110px; /* 圖片最大寬度，可再調整 */
  margin-right: 12px;
}

.icon-image-index img {
  width: 100%;
  height: auto;
  display: block;
}

.icon-text-index {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start; /* 靠上對齊 */
  position: relative;
  top: -3px; 
  padding-right: 6px;
}

.text-line-title {
  font-size: 1.5rem;
  padding-bottom: 4px;
  line-height: 33px;
  font-weight: bold;
}

.text-line-intro {
  font-size: 1.2rem;
  color: #666;
  line-height:28px;
}

/*ffsetting 字體共同的資料*/
.ffst {
    height: 1%;
    overflow: hidden;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.listen {
    font-size: 1rem;
    color: #4F4F4F;
    height: 1%;
    overflow: hidden;
    overflow-wrap: break-word;
    word-wrap: break-word;
    padding-bottom: 3px;
    padding-top: 3px;
}

.listch {
    font-size: 1.35rem;
    height: 1%;
    overflow: hidden;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.listch.ff {
    font-size: 1.45rem;
    line-height: 30px;
}

/*這是KK課程主選單*/
.listiconb {
    float: left;
    width: 30%;
    padding-right: 3%;
}

.listtextb {
    float: left;
    width: 67%;
}

.listenb {
    font-size: 1.25rem;
    height: 1%;
    overflow: hidden;
    overflow-wrap: break-word;
    word-wrap: break-word;
    color: #4F4F4F;
    font-weight: bold;
    padding-left: 6px;
    padding-top: 3px;
}

.listchb {
    font-size: 1.5rem;
    padding-bottom: 1px;
    font-weight: 500;
    height: 1%;
    overflow: hidden;
    overflow-wrap: break-word;
    word-wrap: break-word;
    padding-left: 6px;
    padding-top: 3px;
}

/*KK符號間隔*/
.kksp {
    letter-spacing: 2px;
    font-weight: normal;
    padding-left: 2px;
}

/*基礎英文數字選單*/
.numbericon {
    float: left;
    font-size: 1.8rem;
    background-color:rgb(207, 248, 180);
    text-align: center;
    padding: 6px;
    border-radius:6px;
    border: solid 1px #b1d1a5;
    width: 18%;
    margin-right: 16px;
}

.numbertext {
    float: left;
    width: 71%;
}

.listbox {
    clear: both;
    height: 1%;
    overflow: hidden;
    width: 100%; 
    max-width: 100%;
}


.listch.no {
    font-size: 1.35rem;
    line-height: 30px;
    padding-top: 4px;
}

/*段落內的連結 style 也有這個部分*/
.plinkbtn {
    cursor: pointer;
    border-bottom: dotted 2px #bb7103;
    background-color:#fde8cf;
}

.plinkbtn:hover {
    border-bottom: solid 2px #d663a6;
    color: #413a3a; 
    background-color:#fceef6;
}

.listlinkbtn {
    cursor: pointer;
    padding-bottom: 2px;
    border-bottom: dotted 2px #9fb7da;
}

.listlinkbtn:hover {
    border-bottom: solid 2px #dd78b3;
    background-color:#faf0f6;
}





