/* CSS Document */
.classBox .wrap {
  padding: 0;
}

.classYearBox,
.textNoteBox {
  margin-left: auto;
  margin-right: auto;
}

.textNoteBox {
  position: relative;
  max-width: 600px;
  margin-top: 60px;
  padding-bottom: 70px;
}

@media (max-width: 640px) {
  .textNoteBox {
    margin-top: 20px;
  }
}

.textNoteBox::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -0.5px;
  width: 1px;
  height: 45px;
  background-color: #eae4d7;
}

.mainArea {
  position: relative;
  z-index: 0;
}

.mainArea::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url("../images/honorLeafLeft.png"), url("../images/honorLeafRight.png");
  background-repeat: no-repeat;
  background-position: left top 450px, right top -20px;
}

@media (max-width: 1023px) {
  .mainArea::before {
    opacity: 0.2;
  }
}

@media (max-width: 767px) {
  .mainArea::before {
    opacity: 0.1;
  }
}

.classYearBox {
  position: relative;
  max-width: 660px;
  margin-bottom: 120px;
}

@media (max-width: 1180px) {
  .classYearBox {
    margin-bottom: 50px;
  }
}

.classYearBox::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #916f2d;
}

.classYearBox::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #916f2d;
}

.classYearList a {
  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;
  height: 104px;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 500;
  font-family: "Oswald", "Noto Sans TC", sans-serif;
  font-size: 38px;
  color: #e8e8e8;
}

@media (max-width: 480px) {
  .classYearList a {
    font-size: 30px;
  }
}

@media (max-width: 375px) {
  .classYearList a {
    font-size: 25px;
  }
}

.classYearList .slick-center a {
  font-size: 70px;
  color: #9f8147;
}

@media (max-width: 480px) {
  .classYearList .slick-center a {
    font-size: 55px;
  }
}

@media (max-width: 375px) {
  .classYearList .slick-center a {
    font-size: 45px;
  }
}

.honorBox {
  position: relative;
  margin-bottom: 100px;
}

@media (max-width: 1180px) {
  .honorBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .honorBox {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.honorImgList {
  width: 100%;
  max-width: 800px;
}

@media (max-width: 1180px) {
  .honorImgList {
    width: 60%;
    height: 100%;
  }
}

@media (max-width: 767px) {
  .honorImgList {
    width: 100%;
  }
}

.honorImgList img {
  display: block;
  width: 100%;
}

@media (min-width: 768px) and (max-width: 1180px) {
  .honorImgList img {
    height: 450px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.honorListBox {
  width: 100%;
  height: 450px;
  padding: 70px 90px 70px 50px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(208, 208, 208, 0.75);
  box-shadow: 0px 0px 30px 0px rgba(208, 208, 208, 0.75);
}

@media (min-width: 1181px) {
  .honorListBox {
    position: absolute;
    right: 0;
    top: -65px;
    max-width: 480px;
  }
}

@media (max-width: 1180px) {
  .honorListBox {
    width: 40%;
    padding: 40px 30px;
  }
}

@media (max-width: 767px) {
  .honorListBox {
    width: 100%;
    height: auto;
    max-height: 450px;
  }
}

@media (max-width: 640px) {
  .honorListBox {
    padding: 20px;
  }
}

.honorListBox ::-webkit-scrollbar {
  -webkit-appearance: none;
}

.honorListBox ::-webkit-scrollbar:vertical {
  width: 5px;
}

.honorListBox ::-webkit-scrollbar:horizontal {
  height: 5px;
}

.honorListBox ::-webkit-scrollbar-thumb {
  background-color: #916f2d;
}

.honorListBox ::-webkit-scrollbar-track {
  background-color: #ccc;
}

.scrollBarBox,
.honorList {
  height: 310px;
}

@media (max-width: 480px) {
  .scrollBarBox,
  .honorList {
    height: auto;
    max-height: 310px;
  }
}

.scrollBarBox {
  position: absolute;
  right: 30px;
  top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 42px;
}

.scrollBarBox .nextArrow {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.scrollBarBox .prevArrow {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.scrollBarBox .box {
  width: 2px;
  height: calc(100% - 130px);
  background-color: #ccc;
  margin-left: auto;
  margin-right: auto;
}

.scrollBarBox .bar {
  position: relative;
  width: 100%;
  height: 15px;
  background-color: #916f2d;
}

.honorList {
  position: relative;
  width: 100%;
  overflow-y: auto;
}

.honorList .itemList {
  display: none;
  padding-bottom: 20px;
}

.honorList .itemList:nth-of-type(1) {
  display: block;
}

.honorList .item {
  padding-bottom: 20px;
}

.honorList h3 {
  display: block;
  padding-bottom: 3px;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: .02em;
  color: #916f2d;
}

.honorList .text {
  font-size: 14px;
  letter-spacing: .02em;
  color: #7f7f7f;
}
