/*單字卡片*/
.thecard {
  height: 1%;
  overflow: hidden;
  background-color:#fff;
  clear: both;
  border: 1px solid #cecece;
  border-radius: 12px;
  padding: 12px 12px;
  margin-bottom: 24px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.04);

}

.thecard.cdborder {
    padding-bottom: 20px;
    border-bottom: solid 1px #ccc;
}

.cdheader {
    height: 1%;
    overflow: hidden;
    margin-bottom: 12px;
}

.cdwheader {
    height: 1%;
    overflow: hidden;
    margin-bottom: 6px;
}

.hdno {
    float: left;
    width: 60%;
    text-align: left;
}

.hdplayer {
    float: right;
    
}

.cdcont {
    clear: both;
    height: 1%;
    overflow: hidden;
}


/*st句子 sch 句子的中文 spa 段落中的句子英文 spaf 段落中句子的中文*/
.st {
    font-size: 1.6em;
    line-height: 34px;
    padding-bottom:18px;
}

.sch {
    font-size: 1.45em;
    line-height: 33px;
    color:rgb(133, 56, 4);
    padding-bottom:12px;
}

/*文字講解中的英文例句*/
.spa {
    font-size: 1.5em;
    line-height: 36px;
}

/*文字講解中英文例句中文解釋*/
.spaf {
    font-size: 0.9em;
}

/*句子中的講解*/
.sp {
    font-size: 1.5em;
    line-height: 35px;
    padding-bottom: 14px;
    padding-top: 12px;
}

/*句子的解說筆記*/
.snote {
    font-size: 1.5em;
    line-height: 36px;
    color: #121068;
    border-left: solid 4px #87be76;
    padding-left: 6px;
    padding-bottom: 0px;
    margin-top: 12px;
    margin-bottom: 12px;
}

/*段落的筆記*/
.pnote {
    font-size: 1.52rem;
    line-height: 38px;
    color: #4e2103;
    border-left: solid 4px #e49605;
    padding-left: 6px;
    padding-bottom: 0px;
    margin-bottom: 24px;
}

.podcast-player {
    float: left;
    padding-bottom:24px;
    height: 1%;
    overflow: hidden;
    clear: both;
    padding-left: 6px;
}

/*課程轉換的連結*/
.lesbar {
    clear: both;
    height: 1%;
    overflow: hidden;
    margin-bottom: 30px;
}

.lesbtn {
    color: #6b6565; 
    font-size: 1.5rem;
    padding: 3px 10px;
    border-radius: 6px;
    border: solid 2px #709bd4;
    float: right;
    margin-right: 9px;
    cursor: pointer;
}

.lesbtn:hover {
    border: solid 2px #d663a6;
    color: #413a3a; 
}

/*單字段落 style 設定*/ 
.red {
    color: #D20500;
}

.blue {
    color: #184986;
    font-weight: 500;
}

.green {
    color: #0F9300;
    font-weight: 500;
}

/*畫線的顏色 style 設定 underline*/ 
.ulb {
    border-bottom: solid 3px #4D82E6;
    padding-bottom: 1px;
    margin-right: 3px;
}

.ulg {
    border-bottom: solid 3px #23BA1F;
    padding-bottom: 1px;
    margin-right: 3px;
}

.ulor {
    border-bottom: solid 3px #FE8307;
    padding-bottom: 1px;
    margin-right: 3px;
}

.ulorr {
    border-bottom: solid 3px #FE9327;
    padding-bottom: 1px;
    margin-left: 3px;
}

.ulp {
    border-bottom: solid 3px #D540E6;
    padding-bottom: 1px;
    margin-right: 3px;
}

.ulw {
    border-bottom: solid 2px #cca25a;
    padding-bottom: 1px;
    margin-right:2px;
}

.ulv {
    border-bottom: solid 2px #cca25a;
    padding-bottom: 1px;
}

.hlight {
    background: linear-gradient(120deg, #c5fca0 0%, #c5fca0 100%);
    background-repeat: no-repeat;
    background-size: 100% 20%;
    background-position: 0 100%;
    border-bottom: solid 1px #c5fca0;
    text-decoration: none;
}
.ul {
    background: linear-gradient(120deg, #fad3a7 0%, #fad3a7 100%);
    background-repeat: no-repeat;
    background-size: 100% 25%;
    background-position: 0 95%;
    text-decoration: none;
}

/*video 影片位置*/ 
.videocont {
    clear: both;
    height: 1%;
    overflow: hidden;
    padding-bottom: 18px;
}

.video {
    position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 12px;
    height: 0;
    overflow:hidden;
}
.video iframe, .video object, .video embed {
    position: absolute;
	top: 0;
	left: 0;
	max-width: 100%;
    height: 100%;
}

.mb-lr-padding {
    padding-left:10px;
    padding-right: 10px;
}

.video-lr-padding {
    padding-left:10px;
    padding-right: 10px;
}

/*發音播放器*/ 
.play-word {
  width: 33px;
  height: 33px;
  border: none;
  background-color: transparent;
  background-image: url('/images/vocabulary/icon-play-word.png');
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

.play-word.playing {
  background-image: url('/images/vocabulary/icon-stop-word.png');
}

.kksp {
    letter-spacing: 2px;
    font-weight: normal;
    padding-left: 2px;
}

.kkbold {
    letter-spacing: 3px;
    font-weight: bold;
    padding-left: 3px;
}

/*反白文字 例句一*/
.hlbox {
    border-radius: 18px;
    border: solid 1px #cc7d22;
    background-color: #eb922e;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    padding-left: 12px;
    padding-right: 12px; 
    padding-top: 4px;
    padding-bottom: 4px;
}

/*反白文字 單字例一*/
.hlno {
    border-radius: 12px;
    border: solid 1px #7b9abd;
    background-color: #ebf4fc;
    font-size: 1rem;
    font-weight: 500;
    padding-left: 12px;
    padding-right: 12px; 
    color:#4f5d8a;
    line-height: 30px;
    padding-top: 3px;
    padding-bottom: 1px;
}


/*綜合例句方框*/
.expbox {
    height: 1%;
    overflow: hidden;
    border-radius: 2px;
    margin-bottom: 24px;
    padding: 18px 6px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
    margin-left: 0px;
    margin-right: 2px;
    clear: both;
    border-left: solid 3px #69b178;
}

/*獨立例句方框*/
.spex {
    height: 1%;
    overflow: hidden;
    border-left: solid 3px #d18b08;
    padding-left: 6px;
    margin-bottom: 24px;
}

/*表格box*/
.framebox {
    border-top: solid 2px #d1b794;
    border-left: solid 2px #d1b794;
    border-right: solid 2px #d1b794;
    padding: 10px;
} 

.framebox-border-bottom {
    border-bottom: solid 2px #c5a881;
} 

/*測驗分頁*/
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}
  
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 1.2rem;
}
  
 .tab button:hover {
    background-color: #ddd;
}
  
.tab button.active {
    background-color: #ccc;
}
  
.tabcontent {
    display: none;
    padding: 6px 6px;
    border: 1px solid #ccc;
    padding-top: 18px;
    padding-bottom: 30px;
 }

/*段落內的連結*/
.plinkbtn {
    cursor: pointer;
    border-bottom: dotted 2px #5068aa;
    color:#2273dd;
}

.plinkbtn:hover {
    border-bottom: solid 2px #d663a6;
    color:#2769be;
    background-color:#fdf3f9;
}

.listlinkbtn {
    cursor: pointer;
    padding-bottom: 2px;
    border-bottom: dotted 2px #9fb7da;
}

.listlinkbtn:hover {
    background-color: #FFF9DD;
}


