﻿*, *::after, *::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

body {
  background-color: #f4f4f4;
}

#news {
  min-height: calc(100vh - 220px - 180px);
  padding-bottom: 35px;
}

#news .banner {
  width: 100%;
  display: block;
  position: relative;
}

#news .banner img {
  float: left;
  width: 100%;
}

#news .banner::after {
  content: "";
  clear: both;
  display: block;
}

#news .banner::before {
  content: "";
  background-color: black;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.2;
}

#news .main_title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
}

@media all and (max-width: 1024px) {
  #news .main_title {
    display: block;
    margin-bottom: 65px;
  }
}
@media all and (max-width: 699px) {
  #news .main_title {
    display: block;
    margin-bottom: 15px;
    border-bottom: 1px solid black;
    padding-bottom: 25px;
    border-left: 1px solid;
    border-right: 1px solid;
  }
  #news .main_title::after {
    content: "";
    background-color: #f4f4f4;
    width: 101%;
    position: absolute;
    height: 15px;
    bottom: -16px;
    left: -2px;
  }
}
#news .main_title .this_title {
  position: relative;
  width: 32%;
}

@media only screen and (max-width: 1300px) {
  #news .main_title .this_title {
    width: 20%;
  }
}
@media all and (max-width: 1024px) {
  #news .main_title .this_title {
    width: 155px;
    position: absolute;
    left: 0;
  }
}
@media all and (max-width: 699px) {
  #news .main_title .this_title {
    width: 100%;
    padding-left: 27px;
    position: relative;
    padding-bottom: 40px;
  }
}
#news .main_title .this_title span {
  color: #1e1e1e;
  font-size: 36px;
  display: block;
  font-weight: bold;
  margin-top: 36px;
  letter-spacing: 6px;
}

#news .main_title .this_title span:last-child {
  font-size: 20px;
  opacity: 0.5;
  letter-spacing: 0px;
  margin-top: 10px;
  margin-left: 3px;
  font-weight: 400;
}

@media only screen and (max-width: 1300px) {
  #news .main_title .this_title span {
    font-size: 30px;
    letter-spacing: 3px;
    margin-top: 21px;
  }
}
@media all and (max-width: 1024px) {
  #news .main_title .this_title span {
    font-size: 24px;
    letter-spacing: 3px;
    margin-top: 21px;
  }
  #news .main_title .this_title span:last-child {
    font-size: 16px;
  }
}
@media all and (max-width: 699px) {
  #news .main_title .this_title span {
    margin-top: 0;
    padding-top: 21px;
  }
  #news .main_title .this_title span:last-child {
    font-size: 16px;
    padding-top: 0;
  }
}
#news .main_title .this_title:after {
  content: "";
  background-color: #fd076f;
  position: absolute;
  width: 100%;
  top: -1px;
  height: 3px;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#news .main_title .info {
  width: 13%;
  padding: 32px 32px 0px 32px;
  border-left: 1px solid #d9d9d9;
  line-height: 24px;
}

#news .main_title .info.edit_group {
  width: 43%;
}

#news .main_title .info span {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 3px;
  display: block;
}

#news .main_title .info div {
  font-size: 14px;
  color: #777777;
}

@media all and (max-width: 1500px) {
  #chapter_detail {
    padding: 0 5vw 0 !important;
  }
}
@media only screen and (max-width: 1400px) {
  #news .main_title .info {
    padding: 32px 25px 0px 25px;
  }
}
@media only screen and (max-width: 1300px) {
  #news .main_title .info {
    padding: 22px 22px 0px 22px;
  }
}
@media only screen and (max-width: 1200px) {
  #chapter_detail {
    padding: 0 2vw 0 !important;
  }
  #news .main_title .info {
    padding: 22px 18px 0px 18px;
  }
  #detail .vol {
    font-size: 1.5vw;
  }
}
@media all and (max-width: 1024px) {
  #chapter_detail {
    padding: 0;
  }
  #news .main_title .info {
    width: calc(100% - 155px);
    margin-right: 0;
    margin-left: auto;
  }
  #news .main_title .info.edit_group {
    width: calc(100% - 155px);
  }
}
@media all and (max-width: 699px) {
  #news .main_title .info {
    width: calc(100% - 54px);
    padding: 15px 0 35px 0;
    border-top: 1px solid #d6d6d6;
    border-left: 0;
    margin-left: auto;
    margin-right: auto;
  }
  #news .main_title .info.edit_group {
    width: calc(100% - 54px);
    padding: 15px 0 35px 0;
  }
}
@media all and (max-width: 699px) {
  #chapter_detail {
    padding: 0 !important;
  }
  .chapter-info {
    padding: 0 16px 0 !important;
  }
  #news {
    padding-bottom: 20px;
  }
}
.type_button {
  position: relative;
  background-color: #dcdc97;
  display: block;
  margin-bottom: 15px;
  z-index: 10;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.type_button .type_control {
  position: relative;
  line-height: 57px;
  font-weight: bold;
  padding-left: 32px;
  letter-spacing: 3px;
  cursor: pointer;
}

.type_button .type_control::after {
  content: "";
  background-image: url(../images/arrow3.png);
  position: absolute;
  width: 60px;
  height: 100%;
  right: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.type_button .type_control.active::after {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}

.type_button .block {
  position: absolute;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 30px;
  line-height: 22px;
  z-index: 7;
  background-color: #dcdc97;
  padding: 25px 32px 30px;
  border-bottom: 2px solid black;
  display: none;
}

.type_button .block::before {
  content: "";
  width: calc(100% - 60px);
  height: 1px;
  background-color: black;
  position: absolute;
  top: 0;
  left: 30px;
}

.type_button .block::after {
  content: "";
  background-color: #dcdc97;
  width: 100%;
  height: 3px;
  bottom: 28px;
  position: absolute;
  left: 0;
}

.type_button .block .link {
  position: relative;
  width: 20%;
  padding-left: 15px;
  padding-bottom: 18px;
  padding-top: 18px;
  cursor: pointer;
  border-bottom: 1px solid #c6c688;
  border-left: 1px solid #c6c688;
  float: left;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.type_button .block .link::after {
  content: "";
  border-color: #c6c688;
}

.type_button .block .link span {
  position: relative;
}

.type_button .block .link em {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  margin-left: 6px;
  top: -1px;
  font-style: unset;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.type_button .block .link.active {
  font-weight: bold;
  border-left: 1px solid #000;
}

.type_button .block .link.active em {
  color: #fd076f;
}

@media all and (min-width: 1025px) {
  .type_button .block .link:hover em {
    color: #fd076f;
  }
}
@media all and (max-width: 1024px) {
  .type_button .block .link {
    width: 25%;
  }
}
.type_button #type_select {
  display: none;
}

@media all and (max-width: 1024px) {
  .type_button {
    -webkit-perspective: none;
    perspective: none;
  }
}
@media all and (max-width: 699px) {
  .type_button {
    border-top: 1px solid black;
    border-bottom: 2px solid black;
    border-left: 1px solid;
    border-right: 1px solid;
  }
  .type_button .type_control {
    padding-left: 27px;
    letter-spacing: 2px;
  }
  .type_button .type_control::after {
    right: 0;
  }
  .type_button:after {
    content: "";
    background-color: #f4f4f4;
    width: 101%;
    position: absolute;
    height: 15px;
    bottom: -17px;
    left: -2px;
  }
  .type_button .block {
    display: none;
    visibility: hidden;
    opacity: 0;
  }
  .type_button::before {
    content: "";
    background-image: url(../images/arrow3.png);
    position: absolute;
    width: 60px;
    height: 100%;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    letter-spacing: 2px;
    z-index: 10;
  }
  .type_button #type_select {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 16px;
    top: 0;
    padding-left: 22px;
    -webkit-appearance: none;
    border: 0;
    background-color: #dcdc97;
    font-weight: bold;
    padding-right: 22px;
    letter-spacing: 2px;
    outline: none;
  }
}
.news_list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-left: 2px solid black;
  margin-bottom: 30px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.news_list.wait {
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.news_list .news_link {
  position: relative;
  width: 25%;
  height: 340px;
  font-size: 16px;
  line-height: 26px;
  border-right: 2px solid black;
  border-left: 2px solid black;
  border-bottom: 2px solid black;
  background-color: white;
  overflow: hidden;
}

.news_list .news_link:nth-child(1), .news_list .news_link:nth-child(2), .news_list .news_link:nth-child(3), .news_list .news_link:nth-child(4) {
  border-bottom: 2px solid black;
  border-left: 0;
}

.news_list .news_link .title {
  font-size: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 82px;
  line-height: 30px;
  padding: 19px 30px;
  font-weight: bold;
}

.top_title {
  display: flex;
  border-bottom: 2px solid black;
  width: 100%;
}

.news_list .news_link .memo {
  font-size: 16px;
  color: #777777;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 52px;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.news_list .news_link .type {
  position: absolute;
  bottom: 48px;
  font-size: 16px;
  color: #1e1e1e;
  width: calc(100% - 115px);
  opacity: 0.6;
}

.news_list .news_link .type b {
  position: absolute;
  background-color: #949494;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  right: 0;
  top: 12px;
}

.news_list .news_link .type b::before {
  content: "";
  position: absolute;
  background-color: #949494;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  right: 0;
  top: -7px;
}

.news_list .news_link .type b::after {
  content: "";
  position: absolute;
  background-color: #949494;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  right: 0;
  top: 7px;
}

.news_list .news_link .imgs {
  display: block;
  width: 100%;
  z-index: 3;
  border-top: 2px solid black;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 47%;
}

.imgs .picture {
  position: absolute;
  transform: scale(1);
  height: 100%;
  object-fit: cover;
  width: 100%;
  background-size: 100% 100%;
}

.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;
  font-family: system-ui, sans-serif;
}
.more .swiper-button-next {
  position: relative;
  transform: none;
  top: 10px;
}
.more .swiper-button-next:after {
  background-size: 60%;
}
.more .swiper-button-next.arrowStyle:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 9px;
  border-color: transparent transparent transparent #000000;
  background-image: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.more .swiper-button-next.arrowStyle:after {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .more .swiper-button-next.arrowStyle:hover:before {
    opacity: 1;
    border-color: transparent transparent transparent #fff;
  }
}
.more span {
  position: relative;
  margin-right: 0;
  transition: all 0.3s ease;
}

.swiper-button-next {
  position: relative;
  transform: none;
  top: 10px;
}
.swiper-button-next.arrowStyle:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 9px;
  border-color: transparent transparent transparent #000000;
  background-image: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.swiper-button-next.arrowStyle:after {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .swiper-button-next.arrowStyle:hover:before {
    opacity: 1;
    border-color: transparent transparent transparent #fff;
  }
}
.swiper-button-next span {
  position: relative;
  margin-right: 0;
  transition: all 0.3s ease;
}

@media all and (min-width: 1025px) {
  .news_list .news_link:hover .memo {
    opacity: 1;
    -webkit-transition: all 0.5s ease 0.3s;
    transition: all 0.5s ease 0.3s;
  }
  .news_list .news_link:hover .more {
    opacity: 1;
  }
  .news_list .news_link:hover .more span {
    margin-right: 10px;
  }
  .news_list .news_link:hover .border::after {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  .news_list .news_link:hover .border::before {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease 0.1s;
    transition: all 0.5s ease 0.1s;
  }
}
@media all and (max-width: 1024px) {
  .news_list .news_link {
    width: 50%;
    height: calc(20vw + 100px);
  }
  .news_list .news_link .border {
    display: none;
  }
  .news_list .news_link .title {
    font-size: 16px;
    line-height: 24px;
    max-height: 70px;
    font-weight: bold;
  }
  .news_list .news_link:nth-child(1) .imgs {
    border-top: 2px solid;
  }
  .news_list .news_link:nth-child(2) .imgs {
    border-top: 2px solid;
  }
  .news_list .news_link .imgs {
    width: 100%;
    height: 20vw;
    border-top: 0;
  }
  .news_list .news_link .type {
    bottom: calc(20vw + 22px);
    width: calc(100% - 53px);
  }
  .news_list .news_link .memo {
    opacity: 1;
  }
}
@media all and (max-width: 699px) {
  .news_list .news_link {
    width: 100%;
    height: calc(42vw + 110px);
    border-bottom: 2px solid black;
  }
  .news_list .news_link .imgs {
    height: 44vw;
  }
  .news_list .news_link .type {
    bottom: calc(42vw + 22px);
    color: #adadad;
    opacity: 1;
  }
  .news_list .news_link .memo {
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: 72px;
  }
}
@media all and (max-width: 699px) {
  .news_list {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    margin-bottom: 20px;
  }
  .news_list .news_link {
    border-right: 0;
    margin-bottom: 18px;
    border: 2px solid black;
    border-left: 2px solid !important;
  }
  .news_list .news_link:nth-child(1) .imgs {
    border-top: 0;
  }
  .news_list .news_link:nth-child(2) .imgs {
    border-top: 0;
  }
  .news_list .news_link:last-child {
    margin-bottom: 1px;
  }
  .news_list .news_link .imgs div {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  #news {
    border-left: 0;
    border-right: 0;
  }
}
#news_detail {
  padding-top: 10px;
  padding-bottom: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 5;
  min-height: calc(100vh - 220px - 180px);
}

#chapter_detail {
  padding-top: 10px;
  padding-bottom: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 5;
  padding: 0 180px 0;
  padding-bottom: 30px;
  min-height: calc(100vh - 220px - 180px);
}
@media all and (max-width: 1200px) {
  #chapter_detail {
    min-height: calc(100vh - 125px - 180px);
  }
}

#news_detail .show {
  opacity: 1;
}

#chapter_detail .show {
  opacity: 1;
}

@media all and (max-width: 1024px) {
  #news_detail {
    display: block;
    padding-bottom: 35px;
  }
  #chapter_detail {
    display: block;
    padding-bottom: 35px;
  }
}
@media all and (max-width: 699px) {
  #news_detail {
    overflow: hidden;
  }
  #chapter_detail {
    overflow: hidden;
  }
}
#detail {
  position: relative;
  width: 67%;
  padding-right: 20px;
  padding-bottom: 15px;
}

#detail .volIcon {
  font-size: 14px;
  position: absolute;
  right: -5px;
  font-weight: bold;
  margin-right: 0;
  transform: scale(0.4);
  transition: all 0.5s ease;
}

#detail .progress.is-first .volIcon {
  opacity: 1;
  pointer-events: all;
}

#detail .progress .volIcon {
  opacity: 0;
  pointer-events: none;
}

#detail .vol {
  font-size: 13px;
  position: relative;
  right: 0;
  top: 0;
}

#detail .volIcon svg {
  width: 100%;
  height: 100%;
}

.loading[data-v-30f44a94], .loading > div[data-v-30f44a94] {
  position: relative;
  box-sizing: border-box;
}

.loading[data-v-30f44a94] {
  display: block;
  font-size: 0;
  color: #000;
  transition: all 0.5s ease;
}

.loading.la-dark[data-v-30f44a94] {
  color: #333;
}

.loading > div[data-v-30f44a94] {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}

.loading[data-v-30f44a94] {
  width: 40px;
  height: 25px;
}

.loading > div[data-v-30f44a94] {
  width: 4px;
  height: 25px;
  margin: 0 2px;
  border-radius: 0;
  animation: line-scale-pulse-out-30f44a94 0.5s;
}

.progress:hover .loading[data-v-30f44a94] {
  color: #caca97;
}

.progress:hover .loading > div[data-v-30f44a94] {
  animation: line-scale-pulse-out-30f44a94 0.9s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
}

.progress:hover .loading > div[data-v-30f44a94]:nth-child(3) {
  animation-delay: -0.9s;
}

.progress:hover .loading > div[data-v-30f44a94]:nth-child(2), .progress:hover .loading > div[data-v-30f44a94]:nth-child(4) {
  animation-delay: -0.7s;
}

.progress:hover .loading > div[data-v-30f44a94]:nth-child(1), .progress:hover .loading > div[data-v-30f44a94]:nth-child(5) {
  animation-delay: -0.5s;
}

.loading.la-sm[data-v-30f44a94] {
  width: 20px;
  height: 16px;
}

.loading.la-sm > div[data-v-30f44a94] {
  width: 2px;
  height: 16px;
  margin: 0 1px;
}

.loading.la-2x[data-v-30f44a94] {
  width: 80px;
  height: 64px;
}

.loading.la-2x > div[data-v-30f44a94] {
  width: 8px;
  height: 64px;
  margin: 0 4px;
}

.loading.la-3x[data-v-30f44a94] {
  width: 120px;
  height: 96px;
}

.loading.la-3x > div[data-v-30f44a94] {
  width: 12px;
  height: 96px;
  margin: 0 6px;
}

@keyframes line-scale-pulse-out-30f44a94 {
  0% {
    transform: scaley(1);
  }
  50% {
    transform: scaley(0.3);
  }
  to {
    transform: scaley(1);
  }
}
#detail .top_msg {
  display: flex;
  justify-content: space-between;
  line-height: 1.4;
  position: relative;
  padding-bottom: 10px;
  font-family: system-ui, sans-serif;
}

#detail .origin {
  position: relative;
  max-width: 71%;
  display: flex;
  font-family: system-ui, sans-serif;
}

#detail .origin span {
  position: relative;
}

#detail .origin span:first-child {
  font-weight: bold;
  margin-right: 12px;
  word-break: keep-all;
}

#detail .origin span:nth-child(2) {
  color: #777777;
}

#detail .type {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  margin-right: 21px;
  display: flex;
  word-break: keep-all;
  align-items: center;
}

.article-type {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  margin-right: 21px;
  display: flex;
  word-break: keep-all;
  align-items: center;
  font-family: system-ui, sans-serif;
}

.article-type .vol {
  font-size: 14px;
  position: relative;
  right: 0;
  top: 0;
  color: rgb(253, 7, 111);
  font-weight: bold;
  margin-right: 21px;
}
.article-type .vol::after {
  content: "/";
  position: absolute;
  color: rgb(0, 0, 0);
  right: -14px;
}

.article-type span {
  padding: 2px 5px;
  margin-right: 10px;
}

#detail .type span {
  background-color: black;
  color: white;
  padding: 4px 6px;
  margin-right: 10px;
}

#detail .title {
  position: relative;
  font-size: 32px;
  color: #1e1e1e;
  letter-spacing: 3px;
  font-weight: bold;
  line-height: 45px;
  padding: 2.6vw 1vw;
  background-color: #e7e7e7;
  width: 33.33%;
}

.article-title {
  position: relative;
  font-size: 32px;
  color: #1e1e1e;
  padding-right: 0;
  letter-spacing: 3px;
  font-weight: bold;
  margin-bottom: 14px;
  border-bottom: 2px solid black;
  line-height: 45px;
  padding: 5px 0;
  border-top: 2px solid rgb(0, 0, 0);
}

.article-topimg {
  position: relative;
  display: inline-block;
  width: 100%;
  border-bottom: 2px solid black;
  padding-bottom: 15px;
  margin-bottom: 8px;
}

#detail .title.light {
  border-bottom: none;
  position: relative;
  padding-left: 20px;
  margin-bottom: 36px;
}

#detail .title .bg {
  content: "";
  background-color: #caca97;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 30px;
  left: 0;
  z-index: -1;
}

#detail .topimg {
  position: relative;
  display: grid;
  width: 66.67%;
  overflow: hidden;
  padding-bottom: 34%;
}
#detail .topimg img {
  position: absolute;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

#detail .dotStyle {
  border-bottom: 2px solid;
}

#detail .t-time {
  position: absolute;
  padding-right: 12px;
  right: 0;
  bottom: -52px;
  font-size: 16px;
  font-weight: bold;
  height: 30px;
}

#detail .t-time::before {
  content: "";
  background-color: #000;
  height: 40px;
  width: 2px;
  position: absolute;
  bottom: 0;
  left: -20px;
}

@media all and (max-width: 1024px) {
  #detail .title.light {
    margin-bottom: 20px;
  }
  #detail .title .bg {
    height: 80%;
    top: 20px;
  }
  #detail .t-time {
    bottom: -37px;
  }
  .more-width {
    width: 50% !important;
  }
  .goTop {
    position: fixed;
    right: 2vw;
    bottom: 7%;
    width: 48px;
    height: 48px;
    background-color: white;
    border: 2px solid;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-sizing: border-box;
    padding-top: 10px;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
  }
  .arrow-up {
    width: 26px;
    height: 20px;
    background-image: url(../images/top_arrow.svg);
    background-repeat: no-repeat;
  }
}
#detail .editor {
  position: relative;
  color: #777777;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 2px;
  display: block;
  padding-top: 22px;
  padding-bottom: 70px;
  text-align: justify;
  font-family: system-ui, sans-serif;
  word-wrap: break-word;
}

#detail .editor ul {
  list-style: disc;
  padding-left: 20px;
}

#detail .editor ol {
  list-style: number;
  padding-left: 24px;
}

#detail .editor h1 {
  font-size: 20px;
}

#detail .editor h2 {
  font-size: 16px;
}

#detail .editor img {
  max-width: 100%;
  width: 100%;
}

#detail .editor b, #detail .editor strong {
  font-weight: bold;
}

@media all and (max-width: 1024px) {
  #detail .editor {
    border-bottom: 0;
  }
}
#detail .bottom_button {
  height: 60px;
  border-bottom: 2px solid black;
  font-family: system-ui, sans-serif;
}

#detail .bottom_button .button {
  float: left;
  width: 138px;
  cursor: pointer;
  height: 45px;
  line-height: 45px;
  color: black;
  text-align: right;
  padding-right: 18px;
  font-size: 14px;
  font-weight: bold;
  padding-left: 38px;
  position: relative;
  overflow: hidden;
  transition: color 0.6s ease;
  border-top: 0;
}

#detail .bottom_button .next {
  text-align: left;
  padding-left: 18px;
}

#detail .bottom_button .next::before {
  right: 0;
  left: auto;
  transform: rotate(0deg);
}

#detail .button::before {
  content: "";
  background-color: black;
  background-image: url(../images/arrow.png);
  position: absolute;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-position: center;
  background-size: 30px;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  z-index: 3;
}

#detail .button::after {
  content: "";
  background-color: #fd076f;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 1;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#detail .button span {
  position: relative;
  z-index: 5;
  font-size: 16px;
}

#detail .back {
  float: right;
  width: 138px;
  cursor: pointer;
  height: 45px;
  color: black;
  line-height: 34px;
  text-align: right;
  padding-right: 12px;
  font-size: 14px;
  font-weight: bold;
  padding-left: 38px;
  position: relative;
  overflow: hidden;
  -webkit-transform: translateZ(10px);
  transform: translateZ(10px);
  display: flex;
  align-items: center;
  justify-content: right;
}

#detail .back::before {
  content: "";
  background-color: black;
  border-radius: 50%;
  background-image: url(../images/back.png);
  position: absolute;
  width: 45px;
  height: 45px;
  background-position: center;
  background-size: 22px;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  z-index: 3;
}

#detail .back span {
  color: black;
  z-index: 3;
  font-size: 16px;
  position: relative;
  font-weight: bold;
}

#book_view {
  position: fixed;
  left: 3%;
  z-index: 125;
  display: block;
  bottom: 50px;
}

#book_view .icon {
  width: 64px;
  height: 64px;
  background-color: #caca97;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  position: relative;
  transition: all 0.4s ease;
}

#book_view .icon div {
  display: none;
}

#book_view .icon div.circular {
  display: block;
  width: 82px;
  height: 82px;
  position: absolute;
  transform: rotate(-20deg);
  letter-spacing: 3px;
  font-weight: bold;
  font-size: 18px;
  opacity: 0;
  transition: all 0.4s ease;
}

#book_view .icon div.circular svg {
  display: block;
  overflow: visible;
}

.circular path {
  fill: none;
}

#book_view .icon img {
  width: 38px;
}

#book_view .article_view.show {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  transform: translateY(0);
  transition: all 0.5s ease;
}

#book_view .article_view {
  position: absolute;
  bottom: 29px;
  left: 30px;
  background-color: #f7f6f5;
  display: flex;
  width: 767px;
  z-index: 5;
  border: 2px solid #c9ca97;
  padding: 41px;
  height: 340px;
  opacity: 0;
  transform: translateY(50px);
  pointer-events: none;
  visibility: hidden;
  transition: all 0.3s ease;
}

#book_view .type {
  font-size: 16px;
  line-height: 24px;
  display: block;
  position: relative;
  width: 16%;
  padding-right: 20px;
  border-right: 2px solid #c9ca97;
}

#book_view .type_name {
  display: block;
  position: relative;
  margin-bottom: 18px;
  color: #8a8a8a;
  cursor: pointer;
}

#book_view .type_name.active {
  color: black;
}

#book_view .article_list {
  font-size: 14px;
  line-height: 20px;
  display: block;
  position: relative;
  width: 84%;
  padding-left: 25px;
  overflow-x: hidden;
  overflow-y: auto;
}

#book_view .article_link {
  display: flex;
  position: relative;
  margin-bottom: 15px;
  padding-right: 20px;
}

#book_view .article_link span {
  color: #777777;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  display: block;
}

#book_view .article_link:after {
  content: "";
  background-image: url(../images/arrow3.png);
  position: relative;
  width: 12px;
  height: 15px;
  display: inline-block;
  transform: rotate(90deg);
  background-size: 13px;
  background-repeat: no-repeat;
  top: 2px;
  left: 11px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 1650px) {
  #book_view {
    position: fixed;
    left: 3px;
    z-index: 125;
    top: 50%;
    transform: translateY(-50%) scale(0.7);
    display: block;
  }
}
@media only screen and (max-width: 1200px) {
  #book_view {
    left: -4px;
    transform: translateY(-50%) scale(0.6);
  }
}
@media all and (min-width: 1025px) {
  #book_view .icon:hover {
    background-color: #ff0d7f;
  }
  #book_view .icon div.circular:hover {
    opacity: 1;
    transform: rotate(44deg);
  }
  #book_view .article_link:hover span {
    color: black;
  }
  #book_view .article_link:hover:after {
    opacity: 1;
  }
  #detail .next:hover::before {
    background-image: url(../images/arrow3.png);
    transform: rotate(-270deg);
    background-size: 20px;
  }
  #detail .prev:hover::before {
    background-image: url(../images/arrow3.png);
    transform: rotate(270deg);
    background-size: 20px;
  }
  #detail .back:hover::before, #detail .button:hover:before {
    background-color: #dcdc97;
  }
}
@media only screen and (max-width: 1300px) {
  #detail {
    padding-right: 4%;
  }
}
@media all and (max-width: 1024px) {
  #detail {
    width: 100%;
    padding-right: 0;
    border: 0;
  }
  #book_view .article_view {
    bottom: 60px;
    left: 0;
    width: 100vw;
  }
  #detail .bottom_button {
    opacity: 0;
    transition: all 0.3s ease;
  }
  #book_view.show, #detail .bottom_button.show {
    opacity: 1;
    border-top: 2px solid;
  }
  #detail .back span {
    color: white;
  }
  #detail .back {
    justify-content: center;
  }
  #book_view {
    left: -4px;
    transform: none;
    bottom: 0;
    top: auto;
    left: 0;
    opacity: 0;
    transition: all 0.3s ease;
  }
  #detail .vol {
    right: 0;
    font-size: 1.9vw;
  }
  #detail .bottom_button .button {
    width: 33.33%;
    background-color: white;
    text-align: center;
    padding: 0;
  }
  #detail .bottom_button .button.prev {
    border-right: 2px solid;
  }
  #detail .button::before, #detail .back::before {
    display: none;
  }
  #detail .back {
    width: 33.33%;
    text-align: center;
    padding: 0;
    line-height: 31px;
  }
  #detail .back span::before {
    content: "";
    background-image: url(../images/back.png);
    background-size: contain;
    width: 24px;
    height: 24px;
    position: relative;
    display: inline-block;
    top: 5px;
    margin-right: 2vw;
  }
  #detail .title {
    font-size: 24px;
    line-height: 34px;
    border-bottom: 0;
    width: 33.33%;
  }
  #detail .bottom_button {
    position: fixed;
    bottom: 0;
    z-index: 200;
    right: 0;
    height: auto;
    background-color: black;
    width: 100%;
    z-index: 5;
  }
  #book_view {
    z-index: 10;
  }
  #book_view .icon {
    border-radius: 0;
    width: 80px;
    height: 84px;
    transition: all 0.5s ease;
  }
  #book_view .icon.show img {
    opacity: 0;
  }
  #book_view .icon.show div {
    display: block;
    color: white;
    position: absolute;
    width: 100%;
    text-align: center;
  }
  #book_view .icon.show div:before {
    content: "";
    background-color: white;
    width: 55px;
    height: 1px;
    position: relative;
    display: inline-block;
    opacity: 0.5;
    top: -4px;
    margin-right: 22px;
  }
  #book_view .icon.show div:after {
    content: "";
    background-color: white;
    width: 55px;
    height: 1px;
    position: relative;
    display: inline-block;
    opacity: 0.5;
    top: -4px;
    margin-left: 22px;
  }
  #book_view .icon div {
    display: none;
  }
  #book_view .icon.show {
    width: 100vw;
  }
  #detail .article-title {
    font-size: 24px;
    line-height: 34px;
    padding-right: 0;
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 14px;
    width: 100%;
  }
}
@media all and (max-width: 699px) {
  .top_title {
    flex-direction: column-reverse;
    border-bottom: 0;
  }
  .article-topimg {
    width: calc(100vw - 10px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding-bottom: 0;
    border: 0;
    margin-bottom: 20px;
    position: relative;
  }
  #detail .title {
    font-size: 24px;
    line-height: 34px;
    padding: 16px 10px;
    border-bottom: 0;
    width: 100%;
  }
  #detail .topimg {
    width: 100%;
    padding-bottom: 0;
  }
  #detail .topimg img {
    position: unset;
  }
  #detail .vol {
    right: 0;
    top: 0;
    font-size: 16px;
  }
  #detail .editor {
    border-bottom: 0;
    padding-bottom: 22px;
  }
  #detail .editor::after {
    content: "";
    background-color: black;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 1px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #book_view .article_view {
    padding: 20px;
  }
  #book_view .type {
    width: 17%;
  }
}
@media all and (max-width: 600px) {
  #book_view .icon:after span {
    content: "";
  }
  #book_view .article_view {
    height: calc(70vh - 60px);
    overflow: scroll;
    display: block;
  }
  #book_view.show {
    z-index: 199;
  }
  #book_view .type {
    width: 100%;
    border-bottom: 2px solid #c9ca97;
    border-right: 0;
    padding-bottom: 15px;
    margin-bottom: 20px;
    padding-right: 0;
  }
  .article-type {
    margin-right: 0;
    border-bottom: 2px solid #000;
    padding-bottom: 6px;
    margin-bottom: 6px;
  }
  .article-title {
    border: 0;
  }
  #book_view .type {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #book_view .type_name {
    display: block;
    position: relative;
    margin-bottom: 0;
    color: #8a8a8a;
    cursor: pointer;
    width: 49%;
    border-top: 1px solid #d1d1d1;
    padding-bottom: 7px;
    padding-top: 7px;
  }
  #book_view .type_name:nth-child(1), #book_view .type_name:nth-child(2) {
    border-top: 0;
  }
  #book_view .article_list {
    font-size: 14px;
    line-height: 20px;
    display: block;
    position: relative;
    width: 100%;
    padding-left: 0;
    overflow: hidden;
  }
  #book_view .article_link {
    padding-right: 0;
  }
  #book_view .article_link span {
    display: block;
    overflow: visible;
    white-space: break-spaces;
    color: black;
  }
  #detail .top_msg {
    display: block;
  }
  #detail .origin {
    width: 100%;
    max-width: 100%;
  }
  #detail .title {
    border: 0;
  }
  #detail .type {
    margin-right: 0;
  }
}
#more_info {
  width: 29%;
  display: block;
  position: relative;
  font-size: 14px;
  border: 2px solid black;
  padding: 22px;
  height: fit-content;
  margin-bottom: 20px;
}

#more_info label {
  font-weight: bold;
  position: relative;
  font-size: 28px;
  display: block;
  margin-bottom: 20px;
}

#more_info .tag {
  position: relative;
  border-bottom: 2px solid black;
  padding-bottom: 6px;
  margin-bottom: 22px;
}

#more_info .tag .taglink {
  position: relative;
  font-size: 16px;
  display: inline-block;
  margin-right: 14px;
  margin-bottom: 12px;
  color: #777777;
  padding: 2px;
  padding-left: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: system-ui, sans-serif;
}

#more_info .tag .taglink.active {
  color: black;
}

.music-block {
  border-bottom: 2px solid black;
}

.progress {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 316px;
  padding: 12px 10px 10px 2px;
  font-size: 14px;
  position: relative;
  transition: all 1s ease;
  font-family: system-ui, sans-serif;
}

.border {
  border: 2px solid #000;
}

.progress .play-button {
  width: 25px;
  height: 10px;
  margin-right: 0;
  cursor: pointer;
}

/*
.progress.is-first .play-button.play:hover {
    background: url(../images/voice.png) no-repeat;
}*/
.progress.is-first {
  width: 200px;
}

.progress.is-first .play-mode {
  display: none;
}

.progress.is-first .first-mode {
  width: 100%;
  display: flex;
  align-items: center;
  font-weight: bold;
}

.progress.is-first .first-mode .total {
  font-size: 13px;
  font-weight: bold;
}

.progress .vol {
  width: 33px;
  position: absolute;
  top: 0;
  height: 22px;
}

.progress .play-button.play {
  background: url(../images/play.svg) center no-repeat;
}

.progress .play-button.pause {
  background: url(../images/pause.svg) center no-repeat;
}

.progress .time {
  color: #c5c5c5;
  font-size: 13px;
  font-weight: bold;
  display: block;
}

.progress .time .start {
  color: #000000;
  margin-right: 5px;
}

.progress .time .end {
  margin-left: 5px;
}

.progress .play-mode {
  width: 100%;
  display: flex;
  align-items: center;
}

.progress .first-mode {
  display: none;
}

.progress-bar {
  position: relative;
  width: 60%;
  height: 1px;
  margin-left: 10px;
  background-color: #c5c5c5;
  vertical-align: 2px;
  border-radius: 3px;
  cursor: pointer;
}

.now {
  position: absolute;
  top: -1.5px;
  left: 0;
  display: inline-block;
  height: 3px;
  width: 70%;
  background: #caca97;
}

.now::after {
  content: "";
  position: absolute;
  top: -100%;
  left: 100%;
  width: 10px;
  height: 10px;
  background-color: #caca97;
  border-radius: 50px;
}

.focus-area {
  position: relative;
  padding: 20px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.focus-area .line {
  background-color: #000000;
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.focus-area .line::before,
.focus-area .line::after {
  content: "";
  background-color: #000000;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
}

.focus-area .line::before {
  top: 0;
}

.focus-area .line::after {
  bottom: 0;
}

.focus-area .focus-list::before {
  content: "";
}

.focus-area .focus-list .item {
  display: block;
  width: 50%;
  position: relative;
  margin-bottom: 20px;
}

.focus-area .focus-list .item.nolink {
  pointer-events: none;
}

.focus-area .focus-list .item::before {
  content: "";
  background-color: #000000;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 11px;
  border-radius: 50%;
}

.focus-area .focus-list .item::after {
  content: "";
  background-color: #000000;
  width: 20px;
  height: 2px;
  position: absolute;
  top: 14px;
  transition: width 0.3s;
}

.focus-area .focus-list .item:nth-child(odd) {
  margin-left: auto;
  padding-left: 50px;
}

.focus-area .focus-list .item:nth-child(odd)::before {
  left: -4px;
}

.focus-area .focus-list .item:nth-child(odd)::after {
  left: 0;
}

.focus-area .focus-list .item:nth-child(odd) .f-time {
  padding-right: 30px;
}

.focus-area .focus-list .item:nth-child(odd) .f-time::before {
  left: -15px;
}

.focus-area .focus-list .item:nth-child(odd) .dot {
  right: 0;
}

.focus-area .focus-list .item:nth-child(even) {
  margin-right: auto;
  padding-right: 50px;
  text-align: right;
}

.focus-area .focus-list .item:nth-child(even)::before {
  right: -5px;
}

.focus-area .focus-list .item:nth-child(even)::after {
  right: 0;
}

.focus-area .focus-list .item:nth-child(even) .f-time {
  padding-left: 30px;
}

.focus-area .focus-list .item:nth-child(even) .f-time::before {
  right: -15px;
}

.focus-area .focus-list .item:nth-child(even) .dot {
  left: 0;
}

.focus-area .focus-list .item .f-time {
  font-size: 14px;
  font-weight: bold;
  position: relative;
  color: black;
}

.focus-area .focus-list .item .f-time::before {
  content: "";
  background-color: #000000;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 46%;
  opacity: 0;
  border-radius: 50%;
  transition: opacity 0.5s;
}

.focus-area .focus-list .item .f-time > span {
  color: #fd076f;
}

.focus-area .focus-list .item .f-title {
  font-size: 16px;
  font-weight: bold;
  color: black;
}

.focus-area .focus-list .item p {
  color: #777777;
  word-break: break-word;
  font-size: 16px;
}

@-webkit-keyframes dot_ani {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes dot_ani {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
.dot {
  position: absolute;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dot span {
  position: relative;
  background-color: #232323;
  width: 3px;
  height: 3px;
  display: block;
  margin-right: 5px;
}

@media all and (max-width: 1024px) {
  .focus-area {
    padding: 0;
  }
  .dot span {
    background-color: #fd076f;
  }
}
@media all and (max-width: 600px) {
  .progress {
    width: 100%;
    max-width: 316px;
  }
  #detail .title.light {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 12px;
  }
  #detail .title .bg {
    height: 92%;
  }
  .focus-area .focus-list .item::before {
    width: 7px;
    height: 7px;
  }
  .focus-area .focus-list .item .f-title {
    margin-top: 8px;
  }
  .focus-area {
    padding: 0;
    margin-left: 11px;
    width: calc(100% - 11px);
  }
  .focus-area .focus-list .item::after {
    width: 15px;
    top: 13px;
  }
  #detail .t-time {
    position: absolute;
    right: 0;
    top: 2px;
    padding-right: 0;
    font-size: 14px;
  }
  #detail .t-time:before {
    display: none;
  }
  #detail .dotStyle {
    float: none;
  }
  .focus-area .line {
    left: 0;
  }
  .focus-list {
    padding-top: 35px;
  }
  .focus-area .focus-list .item:nth-child(odd) {
    padding-left: 35px;
    margin-left: 0;
    width: 100%;
  }
  .focus-area .focus-list .item {
    margin-bottom: 20px;
    padding-bottom: 35px;
  }
  .focus-area .focus-list .item:nth-child(even) {
    padding-right: 0;
    width: 100%;
    text-align: left;
    padding-left: 35px;
  }
  .focus-area .focus-list .item:nth-child(even) .f-time {
    padding-left: 0;
  }
  .focus-area .focus-list .item:nth-child(odd)::before {
    left: -3px;
  }
  .focus-area .focus-list .item:nth-child(even) .dot {
    right: 0;
    left: auto;
  }
  .focus-area .focus-list .item:nth-child(even)::after {
    right: auto;
    left: 0;
  }
  .focus-area .focus-list .item:nth-child(even)::before {
    left: -3px;
  }
  .focus-area .focus-list .item .dot .span1 {
    -webkit-animation: dot_ani 0.5s ease-in-out infinite alternate;
    animation: dot_ani 0.5s ease-in-out infinite alternate;
    background-color: #fd076f;
  }
  .focus-area .focus-list .item .dot .span2 {
    -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;
    background-color: #fd076f;
  }
  .focus-area .focus-list .item .dot .span3 {
    -webkit-animation: dot_ani 0.5s ease-in-out infinite alternate 0.6s;
    animation: dot_ani 0.5s ease-in-out infinite alternate 0.6s;
    background-color: #fd076f;
  }
}
@media all and (min-width: 1024px) {
  .focus-area .focus-list .item:hover::after {
    width: 35px;
    transition: width 0.3s;
  }
  .focus-area .focus-list .item:hover .f-time::before {
    opacity: 1;
    transition: opacity 0.5s;
  }
  .focus-area .focus-list .item:hover .dot .span1 {
    -webkit-animation: dot_ani 0.5s ease-in-out infinite alternate;
    animation: dot_ani 0.5s ease-in-out infinite alternate;
    background-color: #fd076f;
  }
  .focus-area .focus-list .item:hover .dot .span2 {
    -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;
    background-color: #fd076f;
  }
  .focus-area .focus-list .item:hover .dot .span3 {
    -webkit-animation: dot_ani 0.5s ease-in-out infinite alternate 0.6s;
    animation: dot_ani 0.5s ease-in-out infinite alternate 0.6s;
    background-color: #fd076f;
  }
}
@media all and (min-width: 1025px) {
  #more_info .tag .taglink:hover {
    color: black;
    font-weight: bold;
  }
}
#more_info .related {
  position: relative;
}

#more_info .related .link {
  position: relative;
  display: block;
  width: 100%;
  border-bottom: 1px solid #dedede;
  margin-bottom: 28px;
  padding-bottom: 24px;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 2px;
  color: #777777;
}
#more_info .related .link:nth-last-child(1) {
  border-bottom: 0;
}

#more_info .related .link .imgs {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 56%;
}

#more_info .related .link .imgs img {
  position: absolute;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: scale(1);
  transform: scale(1);
  height: 100%;
  object-fit: cover;
  width: 100%;
}

#more_info .related .link .imgs div {
  position: relative;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: scale(1);
  transform: scale(1);
}

#more_info .related .link .title {
  position: relative;
  color: black;
  font-weight: bold;
  margin-bottom: 8px;
  margin-top: 16px;
  display: block;
  width: 100%;
  font-size: 20px;
  text-align: justify;
}

#more_info .related .link .memo {
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 48px;
  width: 84%;
  font-size: 16px;
  font-family: system-ui, sans-serif;
}

@media all and (min-width: 1025px) {
  #more_info .related .link:hover .imgs img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@media only screen and (max-width: 1300px) {
  #more_info .related .link .title, #more_info .related .link .memo {
    width: 100%;
  }
}
@media all and (max-width: 1024px) {
  #more_info {
    width: 100%;
    border: 0;
    padding: 0;
  }
  #more_info .tag {
    padding-top: 50px;
    padding-bottom: 15px;
    border-bottom: 2px solid black;
    margin-bottom: 32px;
    border-top: 1px solid black;
  }
  #more_info .related {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 52px;
  }
  #more_info .related label {
    position: absolute;
    top: 0;
    margin: 0;
  }
  #more_info .related .link {
    width: 31%;
    border-bottom: 0;
  }
  #more_info .related .link .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-bottom: 12px;
    margin-top: 15px;
  }
}
@media all and (max-width: 699px) {
  #more_info .tag {
    padding-top: 30px;
    margin-bottom: 30px;
    border-bottom: 0;
    border-top: 0;
  }
  #more_info .tag::after {
    content: "";
    background-color: black;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 1px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #more_info .related {
    display: block;
    padding-top: 40px;
  }
  #more_info .related .link {
    width: 100%;
    border-bottom: 1px solid #dedede;
    display: block;
  }
  #more_info .related .link:last-child {
    margin-bottom: 0;
  }
}
.mobile_back_button {
  display: none;
}

@media all and (max-width: 1024px) {
  .mobile_back_button {
    position: fixed;
    bottom: -50px;
    background-color: black;
    height: 38px;
    width: 176px;
    z-index: 50;
    display: block;
    color: white;
    text-align: right;
    padding-right: 22px;
    line-height: 38px;
    font-size: 14px;
    font-weight: bold;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .mobile_back_button.show {
    visibility: visible;
    opacity: 1;
    bottom: 35px;
    width: 220px;
    height: 55px;
    line-height: 55px;
  }
  .mobile_back_button::before {
    content: "";
    background-image: url(../images/arrow.png);
    position: absolute;
    width: 50px;
    height: 100%;
    background-position: center;
    background-size: 25px;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    z-index: 3;
  }
}
@media all and (max-width: 699px) {
  .mobile_back_button.show {
    visibility: visible;
    opacity: 1;
    bottom: 30px;
    width: 176px;
    height: 38px;
    line-height: 38px;
  }
}
.top_banner {
  margin-bottom: 40px;
}

/*# sourceMappingURL=w_news.css.map */
