.keyvisual {
  width: 100%;
  height: 100vh;
}
body {
  background-color: #fff;
}
.keyvisual_bg {
  width: 100%;
  height: 100%;
  background: url(../img/magazine/magazine-kv.jpg) no-repeat center/cover;
}
.keyvisual_wrap {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.keyvisual_title h1 {
  font-size: 54px;
  line-height: 68px;
  letter-spacing: -1px;
  font-weight: 400;
  color: #fff;
}
.keyvisual_title {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.7px;
  color: #fff;
}
.magazine {
  padding: 100px 0;
}
.magazine_nav_wrap {
  width: 100%;
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.magazine_nav {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgb(240, 240, 240);
}
.magazine_list {
  padding: 15px;
  position: relative;
  cursor: pointer;
}
.magazine_list.active:after {
  width: 100%;
  height: 2px;
  background-color: #333;
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
}
.magazine_list span {
  font-size: 20px;
  font-weight: 300;
  word-break: keep-all;
}
.magazine_list.active span {
  font-weight: 500;
}
.magazine_align {
  display: flex;
  gap: 30px;
  justify-content: center;
  position: relative;
}
.magazine_align:after {
  width: 0.5px;
  height: 60%;
  content: "";
  background-color: rgb(236, 236, 236);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.magazine_align_list {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: -0.7px;
  cursor: pointer;

  color: #333;
}
.magazine_align_list.active span {
  font-weight: 500;
}
.bookmarks {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0%;
}
.bookmarks_img {
  width: 50px;
  height: 50px;
  background: url(../img/icons/icon-bookmark-default.png) no-repeat
    center/contain;
  transition: background 0.3s;
}
.bookmarks_img:hover {
  background: url(../img/icons/icon-bookmark-active.png) no-repeat
    center/contain;
}
/* magazine_contents */
.magazine_contents {
  padding-top: 20px;
}
.magazine_contents_nav_wrap {
  width: 100%;
  padding-bottom: 20px;
  display: flex;
}
.magazine_contents_nav {
  width: 100%;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.magazine_contents_nav li {
  padding: 6px 12px;
  border-radius: 50px;
  border: 1px solid #333;
  font-size: 17px;
  font-weight: 300;
  transition: all 0.3s;
  cursor: pointer;
}
.contents_nav_list span {
  transition: all 0.3s;
}
.contents_nav_list.active,
.contents_nav_list:hover {
  background-color: #333;
}
.contents_nav_list.active span,
.contents_nav_list:hover span {
  color: #fff;
}
.moreBtn {
  width: 32px;
  height: 32px;
  border-radius: 50px;
  position: relative;
}
.moreBtn.active::before {
  display: none;
}
.moreBtn:after,
.moreBtn:before {
  position: absolute;
  content: "";
  width: 11px;
  height: 1px;
  background-color: #333;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.moreBtn:before {
  width: 1px;
  height: 11px;
}
.hidden {
  display: none;
}

/* magazine_content_wrap */
.magazine_contents_wrap {
  display: flex;
  gap: 30px;
}
.magazine_content_wrap {
  flex: 3;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.magazine_content_wrap2,
.magazine_content_wrap4 {
  display: flex;
  flex-direction: column;
  gap: 40px;
  flex: 1;
}

.magazine_content_wrap3 {
  display: grid;
  width: 100%;
  grid-template: repeat(5, 1fr) / repeat(2, 1fr);
  flex: 1;
  gap: 20px;
}
.magazine_content_img {
  width: 100%;
}
.magazine_content-youtube {
  height: 413px;
}

.magazine_info {
  position: relative;
}
.magazine_info_wrap-youtube {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 25%;
  align-items: center;
  height: 100%;
}
.magazine_texts-youtube h3 {
  font-size: 20px;
  letter-spacing: -0.7px;
  color: #fff;
  text-align: center;
  font-weight: 400;
  word-break: keep-all;
  margin-bottom: 20px;
}
.magazine_info_btn {
  padding: 5px 50px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  font-size: 13px;
  letter-spacing: -0.7px;
}
.magazine_texts {
  margin-top: 20px;
  width: 80%;
}
.magazine_texts h3 {
  font-size: 20px;
  width: 100%;
  letter-spacing: -0.7px;
  color: #333;
  font-weight: 400;
  word-break: keep-all;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.magazine_content_wrap3 h3 {
  font-size: 18px;
}
.magazine_texts p {
  color: rgb(204, 204, 204);
  font-size: 13px;
}
.magazine_tpye p {
  letter-spacing: -0.7px;
  font-size: 14pxs;
  margin-top: 10px;
}
.hash {
  display: flex;
  gap: 15px;
}
.hash li {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: -0.7px;
  color: #707070;
  white-space: nowrap;
}

.magazine_content_wrap3 .hash li {
  font-size: 13px;
}

.magazine_content-large {
  grid-column: 2/3;
  grid-row: 1/3;
}
.keyimage {
  padding: 20px 20px 0 20px;
}
.magazine_content_wrap4 {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
}
.magazine_content_wrap4 .magazine_content {
  flex-grow: 1;
  flex-basis: 400px;
}

/* magazine_banner */

.magazine_banner {
  background-color: aqua;
  margin: 100px 0;
  width: 100%;
  height: 540px;
  background: url(../img/magazine/1107b000-74c3-4838-98a0-ad62aceaa11d.jpg)
    repeat-x center/contain;
  position: relative;
}
.magazine_bannercard_wrap {
  width: 100%;
  height: 100%;
  padding: 35px 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.magazine_bannercard {
  height: 100%;
  width: 398px;
  background-color: #fff;
  display: flex;
  padding: 40px 37px;
  flex-direction: column;
  justify-content: space-between;
}
.bannercard_title h5 {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -0.7px;

  color: #333;
}
.bannercard_title p {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: -0.7px;

  color: #333;
  margin-top: 15px;
  word-break: keep-all;
}
.magazine_content_bg {
  width: 100%;
  height: 100%;
  background: url(../img/magazine/9e49e02a-7036-43a5-9dcf-4b6c5443122d.jpg)
    no-repeat center/cover;
}
.magazine_filter {
  display: none;
}
.magazine_filter.active {
  display: flex;
}
.magazine_content_wrap3.active {
  display: grid;
}
.magazine_banner.active {
  display: none;
}
