body {
    text-align:left;
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
    font-size: 16px;
}

* {
  margin: 0;
  padding: 0;
}

a,
a:visited {
  color: inherit; /* 或指定你想要的顏色，例如 color: blue; */
  text-decoration: none; /* 或保留底線就不要寫這行 */
  -webkit-tap-highlight-color: transparent rgba(0, 0, 0, 0);
}

/*pc的header*/
.pc-logoheader {
  height: 60px;
  background-color: #2366AD;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 4px 10px -2px, rgba(0, 0, 0, 0.3) 0px 2px 6px -3px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.pc-logoheader.scrolled {
  /*最後的 0.9 是透明度（數字越小越透明） */
 background-color: rgba(35, 102, 173, 0.9); /* 半透明的藍色 */ 
}

.logo-link {
  display: block;
  height: 60px;
  margin-left: 15%;
  margin-right: 15%;
  background-image: url("/images/pc-gina-logo.png");
  background-repeat: no-repeat;
  background-size: 164px 60px;
  background-position: left center;
}

.linkbox {
    float:right;
    height: 60px;
    text-align: right;
}

.logolink {
    color: #f1f9fd;
    transition-duration: 0.2s;
    font-weight: bold;
    margin-left: 6px;
    font-size: 19px;
    line-height: 60px;
    position: relative;
    top: 2px;
}

.logolink:hover {
    color: #fccd97; 
}

.loginlink {
    padding: 4px 14px;
    border-radius: 30px;
    color: #413a3a;
    transition-duration: 0.2s;
    background-color: #faf7df;
    font-size: 19px;
    font-weight: bold; 
    border: solid 2px #d3eefa;
    margin-left: 13px;
}

.loginlink:hover {
    color: #fa5f5f; 
    background-color: #ffffff; 
}

.homelink {
    height: 60px;
    width: 164px;
    float: left;
}

.wrapper {
    width: 100%;
    background-color:#e0e0e0;
    max-width: 100%;
    height: 1%;
    overflow: hidden;
}

.main-container {
  margin-left: 15%;
  margin-right: 15%;
  margin-top: 84px; /*header 60 和main container 間距24*/
  padding-top: 60px;
  padding-bottom: 80px;
  margin-bottom: 24px;
  padding-right: 80px;
  padding-left: 80px;
  background-color: #fffefd;
  border-radius: 12px;
  border: 1px solid #ccc;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.main-container-quiz {
  margin-left: 15%;
  margin-right: 15%;
  margin-top: 84px; /*header 60 和main container 間距24*/
  padding-bottom: 80px;
  margin-bottom: 24px;
  background-color: #fffefd;
  border-radius: 12px;
  border: 1px solid #ccc;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.main-container-article {
  margin-left: 15%;
  margin-right: 15%;
  margin-top: 84px; /*header 60 和main container 間距24*/
  padding-top: 60px;
  padding-bottom: 80px;
  margin-bottom: 24px;
  padding-right: 100px;
  padding-left: 100px;
  background-color: #fffefd;
  border-radius: 12px;
  border: 1px solid #ccc;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

/*頁尾*/
.thefooter {
    padding-top: 12px;
    padding-bottom: 12px;
    height: 1%;
    overflow: hidden;
    background-color:#6C6C6C;
    text-align: center;
    clear: both;
}

.ftext {
    font-size: 16px;
    color: #F8F8F8;
}

.pconly {
  display: block;
}

/* 頂部綠色條塊 */
.top-banner {
  height: 30px;
   background: linear-gradient(to left, #a8e063, #56ab2f);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  width:100%;
}

.lesson-index {
  font-size: 16px;
  padding-left: 16px;
  margin-bottom: 30px;
  padding-top: 18px;
}

.button-icon-img {
  width: 20px;
  margin-right: 0px;
  position: relative;
  top: 0px;
}

.gina-kk-ad-icon {
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin-right: 6px;
  position: relative;
  top: 0px;
}

/* 給四個應用網頁使用 */
.gina-kk-ad {
      font-size: 18px; 
      margin-left: 12px;
      display: inline-block;
      padding-top: 0px;
}

.gina-kk-link {
  color: #0066cc;
  text-decoration: none;
  border-bottom: 1px solid #0066cc;
  font-weight: bold;
  transition: color 0.3s;
}

.gina-kk-link:visited {
  color: #0066cc; 
}

.gina-kk-link:hover {
  color: #2482f5;
}

/* 說明的區域 */
.instructions-section {
  width: 100%;
  margin-top: 36px;
}

/* 把說明包起來 */
.instructions-wrapper {
  padding-left: 80px;
  padding-right: 80px;
}

.bottom-space-100 {
  padding-bottom: 100px;
}

.bottom-space-150 {
  padding-bottom: 150px;
}

.bottom-space-200 {
  padding-bottom: 200px;
}

.clear {
  clear: both;
}

.text-link-group {
 overflow: hidden; 
}

.text-left {
  float: left;
  text-align: left;
  width: 300px;
}

.text-link {
  display: inline-block;
  text-decoration: none;
  transition: color 0.3s ease, text-decoration 0.3s ease;
  cursor: pointer;
}

.text-link:hover {
  color: #007BFF;
  text-decoration: underline;
  
}

.lemon-icon {
  color: #1b9a0f;
}

p {
  font-size: 18px;
  line-height: 36px;
  padding-bottom: 24px;
}

.lesson-main-title {
  font-size: 35px;
  font-weight: bold;
  padding-bottom: 24px;
  line-height: 40px;    
}

.lesson-sub-title {
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 24px;
}

.lesson-intro-normal {
  font-size: 18px;
  line-height: 32px;
  padding-bottom: 24px;
}

.lesson-intro-small {
  font-size: 16px;
  line-height: 32px;
  padding-bottom: 24px;
}

.pa-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 12px;
  color:#1e378a;
  line-height: 26px;
}

.pa-note {
  font-size: 16px;
  line-height: 32px;
}

.padtop6 {
  padding-top:6px;
}

.padtop12 {
  padding-top:12px;
}

.padtop18 {
  padding-top:18px;
}

.padtop24 {
  padding-top:24px;
}

.padtop36 {
  padding-top:36px;
}

.padbt-zero {
  padding-bottom: 0px;
}

.padbt6 {
  padding-bottom: 6px;
}

.padbt12 {
  padding-bottom: 12px;
}

.padbt18 {
  padding-bottom: 18px;
}

.padbt24 {
  padding-bottom: 24px;
}

.padbt30 {
  padding-bottom: 30px;
}

.padbt36 {
  padding-bottom: 36px;
}

.marginbt12 {
  margin-bottom: 12px;
}

.marginbt24 {
  margin-bottom: 24px;
}

.highlight {
  background-color: #fff3cd;
  color: #cf2c4a;
  padding: 2px 4px;
  border-radius: 4px;
  font-weight: bold;
}

u {
  text-decoration: underline;
  text-decoration-color: #4da6ff;
  text-underline-offset: 5px;
}

strong {
  font-weight: bold;
}

/* 電腦版本單字例句的段落間距 */
.brgap {
  display: block;
  height: 24px;    
}

