@charset "utf-8";

/* CSS Document */

/* teacher header */

.lessonLst_inner_headertext span {
  font-weight: lighter;
  font-size: 14px;
  margin-left: 20px;
}

.g-body_workLst {
  background: rgb(98, 195, 158);
  background: linear-gradient(90deg, rgba(98, 195, 158, 1) 0%, rgba(103, 187, 107, 1) 46%, rgba(227, 241, 111, 1) 100%);
  height: 44px;
  color: #ffffff;
}

.lessonLst_inner_headertext_small {
  color: #ffffff;
}

.g-head-back {
  display: flex;
  align-items: center;
  height: 44px;
}

.g-head-back_black a {
  color: var(--gray-deep);
}

.g-head-back a {
  color: #ffffff;
  margin-left: 20px;
}

.g-head-back a:hover {
  text-decoration: underline;
}

.lessonLst_inner_headertext {
  font-weight: bold;
  margin: 0 auto;
  font-size: 20px;
  color: #ffffff;
}

.g-wraper-teLst {
  max-width: 1080px;
  display: block;
  margin: 0 auto;
}

.g-wraper-teLst_text {
  margin-left: 5%
}

/* main area */
.g-title-area h1 {
  margin: 0 auto;
}
/* anchor link */

.anchor-link-area-wrap{
  display: flex;
  flex-wrap: wrap;
  max-width: 1080px;
  margin: 0 auto;
  gap:  5px 10px;
  justify-content: center;
  margin-bottom: 20px;
}
.anchor-link-btn{
  background-color: #ffffff;
  padding: 20px 10px;
  width: 150px;
  text-align: center;
  border-radius: 5px;
  color: #3A414D;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.20);
  display: block;
  font-size: 16px;
  font-weight: bold;
  color:#60B8EF;
}

.downloadLink_blue {
  width: 150px;
  height: 20px;
  padding: 5px 10px;
  background: linear-gradient(90deg, #5B88D1, #60B8EF);
  border-radius: 2em;
  color: #fff;
  margin: 0 0 20px auto;
}

.downloadLink_blue a {
  margin-bottom: 10px;
  padding-bottom: 5px;
  text-align: center;
  display: block;
  font-size: 14px;
}
.downloadLink_blue a::before {
  content: url(../img/file-arrow-down-solid-white.svg);
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-right: 10px;
}

