@charset "UTF-8";
:root {
  --color-value01: #ffb1c1;
  --color-value02: #ffe6aa;
  --color-value03: #9ad0f5;
  --color-value04: #ffcf9f;
  --color-value05: #a5dfdf;
  --color-value06: #d8c5ff;
  --color-Failed: rgba(175, 175, 175, 0.5);
  --color-value6B: rgba(255, 159, 64, 1);
  --color-value6A: rgba(255, 159, 64, 0.5);
  --color-value5B: rgba(255, 99, 132, 1);
  --color-value5A: rgba(255, 99, 132, 0.5);
  --color-value4B: rgba(125, 100, 171, 1);
  --color-value4A: rgba(125, 100, 171, 0.5);
  --color-value3B: rgba(54, 162, 235, 1);
  --color-value3A: rgba(54, 162, 235, 0.5);
  --color-value2B: rgba(196, 212, 10, 1);
  --color-value2A: rgba(196, 212, 10, 0.5);
  --color-value1B: rgba(255, 199, 0, 1);
  --color-value1A: rgba(255, 199, 0, 0.5);
  --font-size-legend: 15px;
  --font-size-year: 18px;
  --font-size-percent: 15px;
  --chart-legend-position: right;
  --chart-legend-padding: 15;
  --chart-bar-thickness: 20;
  --chart-verticalbar: 60;
  --lock-icon-size: 26px;
}
@media only screen and (max-width: 768px) {
  :root {
    --chart-legend-position: bottom;
    --chart-verticalbar: 30;
    --lock-icon-size: 17px;
  }
}
@media only screen and (max-width: 480px) {
  :root {
    --lock-icon-size: 13px;
    --chart-bar-thickness: 15;
    --chart-verticalbar: 25;
  }
}

.member-index .index-inner .member-cont .member-cont-box h1 i.fa-chevron-right {
  font-size: 18px;
  color: #000;
  margin-left: 5px;
  top: -3px;
  position: relative;
}
@media only screen and (max-width: 990px) {
  .member-index .index-inner .member-cont .member-cont-box h1 i.fa-chevron-right {
    font-size: 16px;
  }
}

h1 a,
h1 a:hover {
  display: inline;
}

:focus {
  outline: none;
}

.all-menu {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px 20px;
}
@media only screen and (max-width: 1440px) {
  .all-menu {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 1200px) {
  .all-menu {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 1024px) {
  .all-menu {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .all-menu {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .all-menu {
    gap: 2vw;
  }
}
.all-menu a {
  width: 100%;
  font-size: 22px;
  letter-spacing: 2px;
  font-weight: 700;
  padding: 25px 20px;
  border-radius: 10px;
  background-color: #F6F6F6;
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  top: 0;
}
@media only screen and (max-width: 480px) {
  .all-menu a {
    font-size: 6vw;
    padding: 3vw 5vw;
    gap: 3vw;
  }
}
.all-menu a:hover {
  background-color: #F9F9F9;
  top: -5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.all-menu a:nth-of-type(1) .sign {
  background-color: #9067A6;
}
.all-menu a:nth-of-type(2) .sign {
  background-color: #F09400;
}
.all-menu a:nth-of-type(3) .sign {
  background-color: #E65F9B;
}
.all-menu a:nth-of-type(3) .sign i {
  font-size: 55px;
}
@media only screen and (max-width: 480px) {
  .all-menu a:nth-of-type(3) .sign i {
    font-size: 9vw;
  }
}
.all-menu a:nth-of-type(4) .sign {
  background-color: #009DE6;
}
.all-menu a:nth-of-type(4) .sign i {
  font-size: 65px;
}
@media only screen and (max-width: 480px) {
  .all-menu a:nth-of-type(4) .sign i {
    font-size: 10vw;
  }
}
.all-menu a:nth-of-type(5) .sign {
  background-color: #DAE482;
}
.all-menu a:nth-of-type(6) .sign {
  background-color: #FFD900;
}
.all-menu .sign {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .all-menu .sign {
    width: 90px;
    height: 90px;
  }
}
@media only screen and (max-width: 480px) {
  .all-menu .sign {
    width: 18vw;
    height: 18vw;
  }
}
.all-menu .sign i {
  color: #fff;
  font-size: 50px;
  margin-left: 3px;
}
@media only screen and (max-width: 768px) {
  .all-menu .sign i {
    font-size: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .all-menu .sign i {
    font-size: 8vw;
    margin-left: 1vw;
  }
}

@media only screen and (max-width: 480px) {
  .record .Small ul li {
    font-size: 4.6vw;
  }
}

.box {
  padding: 20px;
  background-color: #F6F6F6;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 480px) {
  .box {
    padding: 20px 10px;
  }
}
.box h2 {
  font-size: 21px;
  font-weight: 600;
}
.box .focus {
  color: #F09400;
}
.box .canvas-box {
  max-width: 100%;
  background-color: #fff;
  border: #ccc solid 1px;
  border-radius: 10px;
}
.box .canvas-box canvas {
  width: 100%;
  margin: 30px;
}
@media only screen and (max-width: 480px) {
  .box .canvas-box canvas {
    margin: 15px;
  }
}
.box .canvas-box #EnglishSmallClassChart,
.box .canvas-box #JapaneseSmallClassChart {
  height: 500px;
}
.box .canvas-box #LargeClassChart,
.box .canvas-box #LifeEnglishChart,
.box .canvas-box #LifeJapaneseChart,
.box .canvas-box #CertificationChart,
.box .canvas-box #EnglishUpgradeChart,
.box .canvas-box #JapaneseUpgradeChart {
  height: 350px;
}
.box .canvas-box #ECAMChart,
.box .canvas-box #JCAMPChart,
.box .canvas-box #TOEICChart,
.box .canvas-box #IELTSChart,
.box .canvas-box #GEPTChart,
.box .canvas-box #JLPTChart {
  height: 300px;
}
.box table {
  color: #212529;
  width: 100%;
  margin-top: 30px;
}
.box table tr.No-information {
  display: table-row;
}
.box table tr.No-information td {
  background-color: #DDDDDD;
  justify-content: center;
}
.box table tr.No-information td::before {
  display: none;
}
.box table th,
.box table td {
  padding: 10px 15px;
}
.box table th {
  background-color: #E0DCF1;
}
.box table td {
  font-size: 16px;
  text-align: center;
}
.box table td.left {
  text-align: left;
}
.box table thead th {
  font-size: 21px;
  border-radius: 10px 10px 0 0;
  position: relative;
}
.box table thead td {
  border: #fff solid 1px;
  background-color: #EEEEEE;
}
.box table tbody td {
  border: #F6F6F6 solid 1px;
  background-color: #fff;
}
.box table .score {
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .box table .score {
    padding: 4px 15px;
    display: flex;
  }
}
@media only screen and (max-width: 768px) {
  .box table .score div {
    display: flex;
    flex-wrap: wrap;
  }
}
.box table .score span {
  white-space: nowrap;
  display: block;
  padding: 10px 15px;
}
.box table .score span:not(:nth-last-of-type(1)) {
  border-bottom: #F6F6F6 solid 1px;
}
@media only screen and (max-width: 768px) {
  .box table .score span {
    padding: 0;
  }
  .box table .score span:not(:nth-last-of-type(1)) {
    border-bottom: 0px;
  }
  .box table .score span:not(:nth-last-of-type(1))::after {
    content: "、";
  }
}
@media only screen and (max-width: 768px) {
  .box table td {
    text-align: left;
  }
  .box table thead td {
    display: none;
  }
  .box table tbody td::before {
    color: #5f52a0;
    white-space: nowrap;
  }
  .box table tbody tr {
    display: block;
    border: #F6F6F6 solid 1px;
    box-sizing: border-box;
  }
  .box table tbody td {
    display: flex;
    font-size: 15px;
    padding: 4px 15px;
    border: 0;
  }
  .box table tbody td:nth-of-type(1) {
    padding-top: 20px;
  }
  .box table tbody td:nth-last-of-type(1) {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .box table.entity tbody td:nth-of-type(1)::before {
    content: "上課時間：";
  }
  .box table.entity tbody td:nth-of-type(2)::before {
    content: "課程名稱：";
  }
  .box table.entity tbody td:nth-of-type(3)::before {
    content: "上課分校：";
  }
  .box table.entity tbody td:nth-of-type(4)::before {
    content: "上課講師：";
  }
  .box table.entity tbody td:nth-of-type(5)::before {
    content: "　出席率：";
  }
}
.box table.ECAM-JCAMP {
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .box table.ECAM-JCAMP tbody td:nth-of-type(1)::before {
    content: "上課時間：";
  }
  .box table.ECAM-JCAMP tbody td:nth-of-type(2)::before {
    content: "課程名稱：";
  }
  .box table.ECAM-JCAMP tbody td:nth-of-type(3)::before {
    content: "上課分校：";
  }
  .box table.ECAM-JCAMP tbody td:nth-of-type(4)::before {
    content: "上課講師：";
  }
}
@media only screen and (max-width: 768px) {
  .box table.exam tbody td:nth-of-type(1)::before {
    content: "考試時間：";
  }
  .box table.exam tbody td:nth-of-type(2)::before {
    content: "測驗項目：";
  }
  .box table.exam tbody td:nth-of-type(3)::before {
    content: "項目成績：";
  }
  .box table.exam tbody td:nth-of-type(4)::before {
    content: "　總成績：";
  }
}
@media only screen and (max-width: 768px) {
  .box table.GEPT tbody td:nth-of-type(2)::before {
    content: "測驗項目：";
  }
  .box table.GEPT tbody td:nth-of-type(3)::before {
    content: "級　　數：";
  }
  .box table.GEPT tbody td:nth-of-type(4)::before {
    content: "項目成績：";
  }
  .box table.GEPT tbody td:nth-of-type(5)::before {
    content: "測驗結果：";
  }
}
.box table.JLPT .score-td {
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .box table.JLPT .score-td {
    padding: 4px 15px;
  }
}
.box table.JLPT .score div {
  display: grid;
  grid-template-columns: auto 70px;
  gap: 0 5px;
}
.box table.JLPT .score div:nth-last-of-type(1) span {
  border-bottom: 0;
}
.box table.JLPT .score span {
  border-bottom: #F6F6F6 solid 1px;
}
.box table.JLPT .score span:not(:nth-last-of-type(1)) {
  border-right: #F6F6F6 solid 1px;
}
@media only screen and (max-width: 768px) {
  .box table.JLPT .score {
    display: inline;
    padding: 0;
  }
  .box table.JLPT .score span,
  .box table.JLPT .score div,
  .box table.JLPT .score div::after {
    display: inline;
  }
  .box table.JLPT .score span {
    border: 0;
    margin-right: 0;
  }
  .box table.JLPT .score span::after {
    content: "";
  }
  .box table.JLPT .score div::after {
    content: "、";
  }
}
@media only screen and (max-width: 768px) {
  .box table.JLPT tbody td:nth-of-type(2)::before {
    content: "級　　數：";
  }
  .box table.JLPT tbody td:nth-of-type(3)::before {
    content: "項目成績：";
  }
  .box table.JLPT tbody td:nth-of-type(4)::before {
    content: "　總成績：";
  }
  .box table.JLPT tbody td:nth-of-type(5)::before {
    content: "測驗結果：";
  }
}
.box table.upgrade thead th {
  border-radius: 0;
}
.box table.upgrade thead td {
  color: #fff;
  background-color: #5F52A0;
}
.box table.upgrade thead td:nth-of-type(1) {
  border-radius: 10px 0 0 0;
}
.box table.upgrade thead td:nth-last-of-type(1) {
  border-radius: 0 10px 0 0;
}
@media only screen and (max-width: 768px) {
  .box table.upgrade tbody td:nth-of-type(1)::before {
    content: "時　　間：";
  }
  .box table.upgrade tbody td:nth-of-type(2)::before {
    content: "級　　數：";
  }
  .box table.upgrade tbody td:nth-of-type(3)::before {
    content: "分　　數：";
  }
  .box table.upgrade tbody td:nth-of-type(4)::before {
    content: "檢測項目：";
  }
  .box table.upgrade tbody td:nth-of-type(5)::before {
    content: "下載證書：";
  }
}
.box .switch {
  float: right;
  position: absolute;
  width: 28px;
  height: 0;
  right: 15px;
}
.box .switch::before {
  font-size: 14px;
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #5543AA;
  border: 2px solid #5543AA;
  background-color: #f0f0f0;
  width: 28px;
  height: 28px;
  border-radius: 20px;
  cursor: pointer;
  text-align: center;
  display: block;
  line-height: 1.8;
}
.box .switch:checked::before {
  content: "\f068";
}
.box .Detail {
  margin-top: 35px;
}
.box .Detail .sum {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 480px) {
  .box .Detail .sum {
    justify-content: center;
    flex-wrap: wrap;
  }
  .box .Detail .sum li {
    font-size: 15px;
    white-space: nowrap;
  }
}
.box .level {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 25px 25px;
  gap: 0 30px;
  max-width: 800px;
  margin: auto;
}
@media only screen and (max-width: 480px) {
  .box .level {
    padding: 0 10px 20px;
    gap: 5px 15px;
  }
}
.box .level li {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media only screen and (max-width: 480px) {
  .box .level li {
    gap: 5px;
  }
}
.box .level .LevelColor {
  width: 40px;
  height: 12px;
}
@media only screen and (max-width: 480px) {
  .box .level .LevelColor {
    width: 15px;
    height: 12px;
  }
}
.box .level .LevelColor.A1 {
  background-color: var(--color-value1B);
}
.box .level .LevelColor.A2 {
  background-color: var(--color-value2B);
}
.box .level .LevelColor.B1 {
  background-color: var(--color-value3B);
}
.box .level .LevelColor.B2 {
  background-color: var(--color-value4B);
}
.box .level .LevelColor.C1 {
  background-color: var(--color-value5B);
}
.box .level .LevelColor.C2 {
  background-color: var(--color-value6B);
}
.box .level .LevelColor.Failed {
  background-color: var(--color-Failed);
}
.box .level .LevelGrade {
  font-size: 15px;
}
@media only screen and (max-width: 480px) {
  .box .level .LevelGrade {
    font-size: 13px;
  }
}
.box .level .LevelGrade span {
  font-size: 24px;
  font-weight: 600;
  margin-right: 5px;
}
@media only screen and (max-width: 768px) {
  .box .level .LevelGrade span {
    font-size: 18px;
  }
}
@media only screen and (max-width: 480px) {
  .box .level .LevelGrade span {
    font-size: 15px;
    margin-right: 3px;
  }
}
.box .download-certificate {
  font-size: 21px;
  width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: #fff;
  background-color: #8172c7;
  margin: 40px auto 20px;
  border-radius: 10px;
  padding: 6px 5px 4px;
}
.box .download-certificate:hover {
  background-color: #a297d6;
}
@media only screen and (max-width: 480px) {
  .box .download-certificate {
    width: 70vw;
    font-size: 5.5vw;
    padding: 2vw 0.5vw 1vw;
  }
}

a.back {
  color: #fff;
  font-size: 18px;
  padding: 6px 20px 4px;
  border-radius: 10px;
  background-color: #8172C7;
  display: table;
  margin: 25px auto 0;
}
a.back:hover {
  color: #fff;
}/*# sourceMappingURL=member-icourse.css.map */