/* CSS Document */
.newsTopArea .Img img,
.newsArea .Img img, .classBoxCustomizationArea .yearBox .yearLink a, .classBoxCustomizationArea .yearBox .yearLink span, .classBoxCustomizationArea .yearBox .yearCurrent::after, .classBoxCustomizationArea .classBoxCustomization a, .classBoxCustomizationArea .classBoxCustomization span {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.mainArea {
  background: #fbfbfb;
}

.classBoxCustomizationArea {
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #dcdcdc;
}
.classBoxCustomizationArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1230px;
  padding: 0;
}
@media (max-width: 1023px) {
  .classBoxCustomizationArea .wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.classBoxCustomizationArea .classBoxCustomization {
  position: relative;
  z-index: 4;
}
@media (max-width: 1023px) {
  .classBoxCustomizationArea .classBoxCustomization {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (max-width: 580px) {
  .classBoxCustomizationArea .classBoxCustomization {
    width: 50%;
  }
}
.classBoxCustomizationArea .classBoxCustomization .classCurrent {
  background-color: #1a776d;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  letter-spacing: 0.2px;
  padding: 22.5px 50px 22.5px 20px;
  position: relative;
  width: 100%;
}
.classBoxCustomizationArea .classBoxCustomization .classCurrent::before {
  content: "\f107";
  color: #fff;
  font-size: 15px;
  font-family: FontAwesome;
  line-height: 1;
  margin-top: -6px;
  position: absolute;
  right: 15px;
  top: 50%;
  z-index: 1;
}
@media (min-width: 1024px) {
  .classBoxCustomizationArea .classBoxCustomization .classCurrent {
    display: none;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }
}
.classBoxCustomizationArea .classBoxCustomization a, .classBoxCustomizationArea .classBoxCustomization span {
  position: relative;
  font-size: 17px;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .classBoxCustomizationArea .classBoxCustomizationRow .classLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .classBoxCustomizationArea .classBoxCustomizationRow .classLink a, .classBoxCustomizationArea .classBoxCustomizationRow .classLink span {
    position: relative;
    color: #000;
    display: block;
    padding: 23px 22px;
    letter-spacing: 0.2px;
    text-align: center;
  }
  .classBoxCustomizationArea .classBoxCustomizationRow .classLink a::before, .classBoxCustomizationArea .classBoxCustomizationRow .classLink span::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
    display: block;
    width: 0;
    height: 3px;
    background: #1a776d;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }
  .classBoxCustomizationArea .classBoxCustomizationRow .classLink a.current::before, .classBoxCustomizationArea .classBoxCustomizationRow .classLink a:hover::before, .classBoxCustomizationArea .classBoxCustomizationRow .classLink span.current::before, .classBoxCustomizationArea .classBoxCustomizationRow .classLink span:hover::before {
    width: calc(100% - 44px);
  }
}
@media (max-width: 1023px) {
  .classBoxCustomizationArea .classBoxCustomizationRow .classLink {
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
  }
  .classBoxCustomizationArea .classBoxCustomizationRow .classLink.open {
    display: block;
  }
  .classBoxCustomizationArea .classBoxCustomizationRow .classLink > li:not(:first-child) {
    border-top: 1px solid #dcdcdc;
  }
  .classBoxCustomizationArea .classBoxCustomizationRow .classLink > li > a.current, .classBoxCustomizationArea .classBoxCustomizationRow .classLink > li > span.current {
    color: #1a776d;
  }
  .classBoxCustomizationArea .classBoxCustomizationRow .classLink > li ul {
    display: none;
  }
  .classBoxCustomizationArea .classBoxCustomizationRow .classLink a, .classBoxCustomizationArea .classBoxCustomizationRow .classLink span {
    color: #2f2f2f;
    background-color: #fff;
    display: block;
    padding: 14px 15px;
    position: relative;
  }
}
@media (max-width: 580px) {
  .classBoxCustomizationArea .classBoxCustomizationRow .classLink {
    width: 200%;
  }
}
.classBoxCustomizationArea .yearBox {
  position: relative;
  margin: 0 20px;
  max-width: 297px;
  width: 100%;
  background: #f0f0f0;
}
@media (max-width: 1023px) {
  .classBoxCustomizationArea .yearBox {
    margin: 0;
  }
}
@media (max-width: 580px) {
  .classBoxCustomizationArea .yearBox {
    width: 50%;
  }
}
.classBoxCustomizationArea .yearBox .yearCurrent {
  position: relative;
  padding: 22px 30px 22px 20px;
  display: block;
  width: 100%;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.2px;
  color: #000;
  cursor: pointer;
}
.classBoxCustomizationArea .yearBox .yearCurrent::before {
  content: "\f107";
  color: #000;
  font-size: 20px;
  font-family: FontAwesome;
  line-height: 1;
  margin-top: -12px;
  position: absolute;
  right: 20px;
  top: 50%;
  z-index: 1;
}
.classBoxCustomizationArea .yearBox .yearCurrent::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 0;
  height: 3px;
  background: #1a776d;
}
.classBoxCustomizationArea .yearBox .yearLink {
  border: 1px solid #1b1b1b;
  border-top: none;
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  z-index: 1;
  display: none;
  width: 100%;
  max-height: 158px;
  overflow-y: auto;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.classBoxCustomizationArea .yearBox .yearLink::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
  background-color: #dbdbdb;
}
.classBoxCustomizationArea .yearBox .yearLink::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: #dbdbdb;
}
.classBoxCustomizationArea .yearBox .yearLink::-webkit-scrollbar-thumb {
  background: #1a776d;
}
.classBoxCustomizationArea .yearBox .yearLink > li > a:hover, .classBoxCustomizationArea .yearBox .yearLink > li > a.current, .classBoxCustomizationArea .yearBox .yearLink > li > span:hover, .classBoxCustomizationArea .yearBox .yearLink > li > span.current {
  background: #efefef;
  color: #1a776d;
}
.classBoxCustomizationArea .yearBox .yearLink > li ul {
  display: none;
}
.classBoxCustomizationArea .yearBox .yearLink a, .classBoxCustomizationArea .yearBox .yearLink span {
  position: relative;
  padding: 5.7px 20px;
  display: block;
  background-color: #fff;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.2px;
  color: #353535;
  cursor: pointer;
}

.classNoteArea {
  padding: 60px 0;
}
.classNoteArea .wrap {
  max-width: 1230px;
}

.newsTopArea,
.newsArea {
  padding-top: 110px;
}
@media (max-width: 840px) {
  .newsTopArea,
.newsArea {
    padding-top: 60px;
  }
}
.newsTopArea .wrap,
.newsArea .wrap {
  max-width: 1230px;
}
.newsTopArea .newsTopList,
.newsArea .newsTopList {
  margin: 0 -10px;
}
.newsTopArea .newsTopList .newsTopItem,
.newsArea .newsTopList .newsTopItem {
  padding: 0 10px;
}
.newsTopArea .newsTopList .Txt,
.newsArea .newsTopList .Txt {
  min-height: 223px;
  padding: 33px;
  padding-bottom: 38px;
}
.newsTopArea .newsList,
.newsArea .newsList {
  margin: 0 -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.newsTopArea .newsList .newsItem,
.newsArea .newsList .newsItem {
  padding: 0 15px;
  margin-bottom: 60px;
  width: 33.3333333333%;
}
@media (max-width: 1023px) {
  .newsTopArea .newsList .newsItem,
.newsArea .newsList .newsItem {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .newsTopArea .newsList .newsItem,
.newsArea .newsList .newsItem {
    width: 100%;
  }
}
.newsTopArea .newsList .Txt,
.newsArea .newsList .Txt {
  min-height: 204px;
  padding: 33px 30px;
  padding-bottom: 27px;
}
.newsTopArea .item,
.newsArea .item {
  margin: 0 auto;
  max-width: 590px;
  height: 100%;
  width: 100%;
  background: #fff;
  border: 1px solid #dcdcdc;
}
.newsTopArea .Img,
.newsArea .Img {
  overflow: hidden;
}
.newsTopArea .Img:hover img,
.newsArea .Img:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.newsTopArea .Img img,
.newsArea .Img img {
  display: block;
  width: 100%;
  /*height: auto;*/
  aspect-ratio: 83/53;
  height: 250px;
  object-fit: cover;
}
.newsTopArea .Txt,
.newsArea .Txt {
  position: relative;
  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;
}
.newsTopArea .Txt .classTitle,
.newsArea .Txt .classTitle {
  position: absolute;
  top: 0;
  left: -1px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 5px 11px;
  display: inline-block;
  min-width: 105px;
  max-width: 200px;
  background: #eee;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.1px;
  color: #353535;
}
.newsTopArea .Txt .title,
.newsArea .Txt .title {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.2px;
}
.newsArea .Txt p {
  padding-top: 5px;
  font-size: 16px;
  color: #666;
}
.newsTopArea .Txt .dateBox,
.newsArea .Txt .dateBox {
  padding-top: 20px;
}
.newsTopArea .Txt .dateBox .date,
.newsArea .Txt .dateBox .date {
  font-size: 17px;
  font-weight: 400;
  color: #888;
}

.newsArea {
  padding-top: 60px;
}
.newsArea .wrap {
  max-width: 1230px;
}

.newsInfoBox {
  padding-bottom: 20px;
  margin: 0 -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.newsInfoBox .dateBox, .newsInfoBox .classTitle {
  padding: 5px;
}
.newsInfoBox .dateBox .date {
  font-size: 17px;
  font-weight: 400;
  color: #888;
}
.newsInfoBox .classTitle {
  padding: 5px 11px;
  display: inline-block;
  min-width: 105px;
  max-width: 200px;
  background: #eee;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.1px;
  color: #353535;
}