html[lang="tc"] .main .user-wrap {
  letter-spacing: 2px;
}

@media (min-width: 992px) {
  html[lang="en-US"] .main .col-subject .subhead {
    height: 138px;
  }
}

.main .subject-container {
  padding-top: 70px;
  padding-bottom: 200px;
}

@media (min-width: 992px) {
  .main .subject-container {
    min-height: 800px;
  }
}

@media (max-width: 991px) {
  .main .subject-container {
    padding-top: 27px;
    padding-bottom: 25px;
  }
}

.main .user-wrap {
  border-radius: 24px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.17);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.17);
  background-color: #ffffff;
  color: #632f00;
  font-weight: 500;
  font-size: 1.25em;
  margin-bottom: 100px;
}

@media (max-width: 991px) {
  .main .user-wrap {
    border-radius: 15px;
    margin-bottom: 35px;
  }
}

.main .user-wrap .greeting {
  padding: 22px 50px;
  border-bottom: 1px solid rgba(151, 151, 151, 0.3);
}

@media (min-width: 992px) and (max-width: 1100px) {
  .main .user-wrap .greeting {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 991px) {
  .main .user-wrap .greeting {
    padding: 22px 24px 15px 24px;
  }
}

.main .user-wrap .greeting span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main .user-wrap .greeting span:before {
  content: "";
  background-image: url("../img/resource/icon-puzzle.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 53px;
  height: 54px;
  display: inline-block;
  margin-right: 10px;
}

.main .user-wrap .suggestion-wrap {
  padding: 24px 50px;
}

@media (min-width: 992px) and (max-width: 1100px) {
  .main .user-wrap .suggestion-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 991px) {
  .main .user-wrap .suggestion-wrap {
    padding: 19px 24px 10px;
  }
}

.main .user-wrap .suggestion-wrap .heading {
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .main .user-wrap .suggestion-wrap .heading {
    margin-bottom: 16px;
  }
}

.main .user-wrap .suggestion-wrap .listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 991px) {
  .main .user-wrap .suggestion-wrap .listing {
    padding: 0 16px;
  }
}

@media (max-width: 400px) {
  .main .user-wrap .suggestion-wrap .listing {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.main .user-wrap .suggestion-wrap .listing .item {
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .main .user-wrap .suggestion-wrap .listing .item {
    width: calc((100% - 160px) / 5);
  }
  .main .user-wrap .suggestion-wrap .listing .item:not(:nth-child(5n)) {
    margin-right: 40px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .main .user-wrap .suggestion-wrap .listing .item {
    width: calc((100% - 90px) / 4);
  }
  .main .user-wrap .suggestion-wrap .listing .item:not(:nth-child(4n)) {
    margin-right: 30px;
  }
}

@media (max-width: 991px) {
  .main .user-wrap .suggestion-wrap .listing .item {
    margin-bottom: 23px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .main .user-wrap .suggestion-wrap .listing .item {
    width: calc((100% - 72px) / 4);
  }
  .main .user-wrap .suggestion-wrap .listing .item:not(:nth-child(4n)) {
    margin-right: 24px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .main .user-wrap .suggestion-wrap .listing .item {
    width: calc((100% - 48px) / 3);
  }
  .main .user-wrap .suggestion-wrap .listing .item:not(:nth-child(3n)) {
    margin-right: 24px;
  }
}

@media (max-width: 575px) {
  .main .user-wrap .suggestion-wrap .listing .item {
    width: calc((100% - 12px) / 2);
  }
  .main .user-wrap .suggestion-wrap .listing .item:not(:nth-child(even)) {
    margin-right: 12px;
  }
}

@media (max-width: 400px) {
  .main .user-wrap .suggestion-wrap .listing .item {
    width: 190px;
    max-width: 100%;
    margin-right: 0 !important;
  }
}

.main .user-wrap .suggestion-wrap .listing .item a {
  display: block;
}

.main .user-wrap .suggestion-wrap .listing .item img {
  width: 100%;
  display: block;
}

.main .col-subject {
  text-align: center;
  position: relative;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

@media (min-width: 1300px) {
  .main .col-subject {
    width: calc((100% - 280px) / 3);
    padding-left: 70px;
    padding-right: 70px;
  }
}

@media (min-width: 1100px) and (max-width: 1300px) {
  .main .col-subject {
    width: calc((100% - 160px) / 3);
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 992px) and (max-width: 1100px) {
  .main .col-subject {
    width: calc((100% - 80px) / 3);
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 991px) {
  .main .col-subject {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .main .col-subject:not(:first-child):before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: rgba(151, 151, 151, 0.3);
    position: absolute;
    left: 0;
    top: 0;
  }
}

@media (min-width: 992px) {
  .main .col-subject.col-kindergarten {
    padding-left: 0;
  }
}

.main .col-subject.col-kindergarten .subhead h2:before {
  background-image: url("../img/resource/icon-kindergarten.svg");
}

@media (min-width: 992px) {
  .main .col-subject.col-kindergarten .subhead h2:before {
    width: 40px;
  }
}

.main .col-subject.col-primary .subhead h2:before {
  background-image: url("../img/resource/icon-primary.svg");
}

@media (min-width: 992px) {
  .main .col-subject.col-primary .subhead h2:before {
    width: 41px;
  }
}

@media (min-width: 992px) {
  .main .col-subject.col-secondary {
    padding-right: 0;
  }
}

.main .col-subject.col-secondary .subhead h2:before {
  background-image: url("../img/resource/icon-secondary.svg");
}

@media (min-width: 992px) {
  .main .col-subject.col-secondary .subhead h2:before {
    width: 51px;
  }
}

.main .col-subject .subhead {
  position: relative;
  font-size: 2.125em;
  line-height: 130%;
  color: #632f00;
  font-weight: 500;
  padding-bottom: 50px;
}

@media (max-width: 991px) {
  .main .col-subject .subhead {
    font-size: 1.5em;
    padding-bottom: 10px;
    padding-right: 50px;
    border-bottom: 1px solid rgba(149, 149, 149, 0.5);
    cursor: pointer;
  }
  .main .col-subject .subhead:after {
    content: "";
    background-image: url("../img/icon/expand-purple.svg");
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 16px;
    top: 14px;
  }
}

.main .col-subject .subhead h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1em;
}

@media (max-width: 991px) {
  .main .col-subject .subhead h2 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.main .col-subject .subhead h2:before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 10px;
  height: 53px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 991px) {
  .main .col-subject .subhead h2:before {
    width: 70px;
    background-position: left center;
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  .main .col-subject .details {
    display: block !important;
  }
}

@media (max-width: 991px) {
  .main .col-subject .details {
    padding-top: 18px;
    display: none;
  }
}

.main .col-subject .details .item {
  margin-bottom: 20px;
}

.main .col-subject .details .item a {
  display: block;
}

.main .col-subject .details .item img {
  display: block;
  width: 100%;
}

@media (max-width: 991px) {
  .main .col-subject .details .item img {
    width: 77%;
    margin: 0 auto;
  }
}

@media (max-width: 991px) {
  .main .com-accordion {
    margin-bottom: 10px;
  }
}

.main .com-accordion.active .subhead:after {
  background-image: url("../img/icon/collapse-purple.svg");
}
/*# sourceMappingURL=resource.css.map */