﻿*, *::after, *::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

body {
  background-color: #f4f4f4;
}

#year {
  padding-bottom: 110px;
}

@media all and (max-width: 699px) {
  #year {
    position: relative;
    padding-bottom: 22px;
  }
}
.year_box {
  position: relative;
  line-height: 20px;
  letter-spacing: 2px;
  font-weight: bold;
  padding-top: 0;
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.year_box.show {
  opacity: 1;
}

.year_box .top_link {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 40px;
  font-family: system-ui, sans-serif;
}

@media all and (max-width: 1024px) {
  .year_box .top_link {
    margin-bottom: 30px;
  }
  .year_box .top_link::after {
    content: "";
    background-image: url(../images/icon_05.png);
    position: absolute;
    left: 50%;
    width: 60px;
    height: 21px;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    bottom: 14px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@media all and (max-width: 699px) {
  .year_box .top_link {
    margin-bottom: 15px;
  }
  .year_box .top_link::after {
    background-size: 20px;
    -webkit-transform: none;
    transform: none;
    left: auto;
    right: 27px;
    bottom: auto;
    top: 11px;
    width: 30px;
  }
  .year_box .top_link::before {
    content: "";
    background-color: #f4f4f4;
    position: absolute;
    width: calc(100% + 4px);
    bottom: -19px;
    height: 19px;
    left: -2px;
  }
}
.year_box .year_select {
  position: relative;
  width: 25%;
  float: left;
  border: 2px solid black;
  border-right: 0;
}
.year_box .year_select:hover {
  background-color: #dcdc97;
}

.year_box .year_select .now {
  position: relative;
  padding: 12px 65px 12px 35px;
  cursor: pointer;
  z-index: 3;
}

.year_box .year_select .now.active {
  background-color: #dcdc97;
}

.year_box .year_select .now.active::after {
  width: 80px;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.year_box .year_select .now::after {
  content: "";
  background-image: url(../images/icon_05.png);
  position: absolute;
  right: 0;
  width: 80px;
  height: 21px;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.year_box .year_select .year_num {
  position: absolute;
  display: block;
  width: 100%;
  background-color: white;
  top: 46px;
  padding: 0px 10px 22px 35px;
  line-height: 34px;
  font-size: 14px;
  color: #1e1e1e;
  font-weight: 400;
  z-index: 3;
  border: 2px solid black;
  border-top: 0;
  border-bottom: 3px solid #dcdc97;
  display: none;
}

.year_box .year_select .year_num span {
  position: relative;
  display: block;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.55);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.year_box .year_select .year_num span.active {
  color: black;
}

.year_box .year_select .year_num span.active::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 1;
  width: 4px;
}

.year_box .year_select .year_num span::after {
  content: "";
  background-color: #e1e1e1;
  width: 94%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.year_box .year_select .year_num span::before {
  content: "";
  background-color: #323232;
  width: 0;
  height: 4px;
  position: absolute;
  right: 26px;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  bottom: 16px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.year_box .year_select .year_num span:last-child {
  border-bottom: 0;
}

@media all and (min-width: 1025px) {
  .year_box .year_select .year_num span:hover {
    font-weight: bold;
    color: black;
  }
  .year_box .year_select .year_num span:hover::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 1;
    width: 4px;
  }
}
.year_box .year_select .year_num .box {
  opacity: 0;
  margin-top: 15px;
  max-height: 165px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.year_box .year_select .year_num .box.show {
  opacity: 1;
  -webkit-transition: all 0.5s ease 0.3s;
  transition: all 0.5s ease 0.3s;
}

.year_box .year_select .year_num .box::after {
  content: "";
  background-color: white;
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
}

@media all and (max-width: 1024px) {
  .year_box .year_select {
    display: none;
  }
}
.year_box .history_link {
  position: relative;
  width: 25%;
  float: left;
  padding: 12px 65px 12px 35px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 2px solid black;
}

.year_box .history_link span {
  position: relative;
}

.year_box .history_link::after {
  content: "";
  background-image: url(../images/ebook.svg);
  position: absolute;
  right: 0;
  width: 80px;
  height: 21px;
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: center;
}

@media all and (min-width: 1025px) {
  .year_box .history_link:hover {
    background-color: #dcdc97;
  }
}
@media all and (max-width: 1024px) {
  .year_box .history_link {
    width: 50%;
  }
}
@media all and (max-width: 699px) {
  .year_box .history_link {
    width: 100%;
    background-color: #e7e7e7;
    border-top: 0;
    padding: 0 27px;
    height: 43px;
    line-height: 43px;
    font-weight: 500;
    border: 2px solid black;
    border-top: 0;
  }
  .year_box .history_link::before {
    display: none;
  }
  .year_box .history_link::after {
    position: absolute;
    right: 27px;
    width: 30px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center;
    bottom: 0;
  }
}
.year_box:after {
  content: "";
  clear: both;
  display: block;
}

@media all and (max-width: 699px) {
  .year_box {
    width: 100%;
  }
}
#type_select_mobile {
  display: none;
}

@media all and (max-width: 1024px) {
  #type_select_mobile {
    display: block;
    width: 50%;
    float: left;
    background-color: transparent;
    -webkit-appearance: none;
    border-left: 0;
    border-bottom: 0;
    border-right: 0;
    font-size: 16px;
    outline: none;
    font-weight: bold;
    position: relative;
    letter-spacing: 2px;
    border: 2px solid black;
    border-right: 0;
    padding: 12px 65px 13px 35px;
    color: black;
  }
}
@media all and (max-width: 699px) {
  #type_select_mobile {
    width: 100%;
    background-color: #dcdc97;
    height: 43px;
    line-height: 43px;
    padding: 0 27px;
    letter-spacing: 2px;
    font-weight: 400;
    border-right: 2px solid black;
  }
}
@-webkit-keyframes dot_ani {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes dot_ani {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
.year_list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-left: 2px solid black;
  border-top: 2px solid black;
  margin-bottom: 30px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.year_list.wait {
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.year_list .year_link {
  position: relative;
  width: 25%;
  height: 420px;
  padding: 30px;
  font-size: 16px;
  line-height: 26px;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  background-color: white;
  overflow: hidden;
}

.year_list .year_link:nth-child(1), .year_list .year_link:nth-child(2), .year_list .year_link:nth-child(3), .year_list .year_link:nth-child(4) {
  border-bottom: 2px solid black;
}

.year_list .year_link .title {
  font-size: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 55px;
  margin-bottom: 20px;
  position: absolute;
  top: 90px;
  padding: 5px 0 2px 0;
  width: 50%;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.year_list .year_link .block {
  display: flex;
  align-items: center;
  position: relative;
}

.year_list .year_link .line {
  margin: 0 6px;
  opacity: 0.6;
  font-size: 14px;
}

.year_list .year_link .name {
  font-size: 14px;
  color: #1e1e1e;
  line-height: 20px;
  overflow: hidden;
  font-family: system-ui, sans-serif;
  letter-spacing: 1px;
  opacity: 0.6;
}

.year_list .year_link .type {
  position: relative;
  font-size: 14px;
  color: #1e1e1e;
  line-height: 20px;
  overflow: hidden;
  font-family: system-ui, sans-serif;
  letter-spacing: 1px;
}

.year_list .year_link .dot {
  position: absolute;
  top: 10px;
  right: 40px;
}

.year_list .year_link .dot span:nth-child(1) {
  position: absolute;
  background-color: #949494;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  right: 16px;
  top: 0;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}

.year_list .year_link .dot span:nth-child(2) {
  content: "";
  position: absolute;
  background-color: #949494;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  right: 8px;
  top: 0px;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}

.year_list .year_link .dot span:nth-child(3) {
  content: "";
  position: absolute;
  background-color: #949494;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  right: 0;
  top: 0px;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}

.year_list .year_link .imgs {
  position: absolute;
  height: 190px;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  z-index: 3;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.year_list .year_link .imgs .picture {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.year_list .year_link .imgs:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.year_list .year_link .imgs:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.3;
  z-index: 3;
}

.more {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9098039216);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 20px;
  opacity: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}

.swiper-button-next {
  left: 50%;
  transform: translate(-50%, -50%);
  top: 62%;
}
.swiper-button-next:after {
  background-size: 60%;
}

@media all and (min-width: 1025px) {
  .year_list .year_link:hover .more {
    opacity: 1;
  }
  .year_list .year_link:hover .imgs {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background-position: center;
  }
  .year_list .year_link:hover .imgs .picture {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
  }
  .year_list .year_link:hover .imgs::before {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  .year_list .year_link:hover .imgs::after {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  .year_list .year_link:hover .dot span:nth-child(1) {
    background-color: #dede9e;
    -webkit-animation: dot_ani 0.5s ease-in-out infinite alternate;
    animation: dot_ani 0.5s ease-in-out infinite alternate;
  }
  .year_list .year_link:hover .dot span:nth-child(2) {
    background-color: #dede9e;
    -webkit-animation: dot_ani 0.5s ease-in-out infinite alternate 0.3s;
    animation: dot_ani 0.5s ease-in-out infinite alternate 0.3s;
  }
  .year_list .year_link:hover .dot span:nth-child(3) {
    background-color: #dede9e;
    -webkit-animation: dot_ani 0.5s ease-in-out infinite alternate;
    animation: dot_ani 0.5s ease-in-out infinite alternate;
  }
  .year_list .year_link:hover span:nth-child(3)::after {
    position: absolute;
    top: -10px;
    left: 10px;
    font-size: 12px;
    font-weight: 100;
    content: "more";
    color: #dcdc97;
    font-family: system-ui, sans-serif;
  }
}
@media only screen and (max-width: 1300px) {
  .year_list .year_link {
    padding: 46px 34px;
  }
}
@media all and (max-width: 1024px) {
  .year_list .year_link {
    padding: 35px 23px;
    width: 50%;
    height: calc(20vw + 208px);
  }
  .year_list .year_link .border {
    display: none;
  }
  .year_list .year_link .title {
    font-size: 16px;
    line-height: 24px;
    max-height: 70px;
    font-weight: bold;
    width: 70%;
    top: 125px;
  }
  .year_list .year_link .imgs {
    width: 100%;
    bottom: 0;
    -webkit-transform: none;
    transform: none;
    height: 20vw;
    border-top: 0;
  }
  .year_list .year_link .imgs .picture {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
  }
  .year_list .year_link .imgs::after, .year_list .year_link .imgs::before {
    opacity: 0;
  }
}
@media all and (max-width: 699px) {
  .year_list {
    border: none !important;
  }
  .year_box {
    border: 0;
  }
  .year_list .year_link {
    width: 100%;
    height: calc(42vw + 200px);
    border-right: 0;
    border-left: 0;
    padding: 34px 28px;
    border: 2px solid black;
    margin-bottom: 18px;
  }
  .year_list .year_link:last-child {
    margin-bottom: 1px;
  }
  .year_list .year_link:nth-child(1), .year_list .year_link:nth-child(2), .year_list .year_link:nth-child(3), .year_list .year_link:nth-child(4) {
    border-bottom: 2px solid black;
  }
  .year_list .year_link .imgs {
    height: 43vw;
  }
  .year_list .year_link .type {
    line-height: 18px;
  }
  .year_list .year_link .memo {
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: 72px;
  }
  .year_list .year_link .title {
    top: 120px;
    margin-bottom: 0;
    padding: 0;
  }
  .year_list .year_link .dot {
    display: none;
  }
}
@media all and (max-width: 699px) {
  .year_list {
    border-top: 1px solid black;
    border-left: 0;
    border-right: 0;
    margin-bottom: 20px;
  }
  .year_list .news_link {
    border-right: 0;
  }
  .year_list .news_link .imgs .picture {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*# sourceMappingURL=w_year.css.map */
