@charset "UTF-8";
/* default settings */
.breadcrumbs {
  padding-block: 0.4375rem;
}
@media (min-width: 769px) {
  .breadcrumbs {
    padding-top: 5.25rem;
  }
}
@media (max-width: 768px) {
  .breadcrumbs {
    padding-block: 2.4375rem 1.375rem;
  }
}
.breadcrumbs__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-inline: 2.5rem;
}
@media (min-width: 769px) {
  .breadcrumbs__container {
    padding-inline: 3.875rem;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .breadcrumbs__container {
    padding-inline: 1.5rem;
  }
}
.breadcrumbs__item:not(:last-child) {
  padding-right: 0.875rem;
  margin-right: 0.3125rem;
  position: relative;
}
@media (max-width: 768px) {
  .breadcrumbs__item:not(:last-child) {
    padding-right: 0.8125rem;
    margin-right: 0.5625rem;
  }
}
.breadcrumbs__item:not(:last-child):after {
  content: "＞";
  color: #B4B5B6;
  display: inline-block;
  padding: 0;
  position: absolute;
  top: 0rem;
  right: 0;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .breadcrumbs__item:not(:last-child):after {
    top: 0.1875rem;
  }
}
.breadcrumbs__item br {
  display: none;
}
.breadcrumbs__item a, .breadcrumbs__item span {
  font-size: 0.625rem;
  font-weight: 400;
  text-align: left;
  color: #B4B5B6;
  text-decoration: none;
  display: block;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .breadcrumbs__item a, .breadcrumbs__item span {
    font-size: 0.75rem;
    line-height: 1.25;
  }
}
.breadcrumbs__item.-en a, .breadcrumbs__item.-en span {
  font-family: "Inter", sans-serif;
}

.swiper {
  background-color: transparent;
  border-radius: 0;
}
.swiper .swiper-slide {
  display: inline-block;
  width: auto;
}

.article-title {
  font-weight: 500;
  font-size: 1.75rem;
  line-height: 2.25rem;
  text-align: left;
  color: #000;
  margin: 0;
  padding-top: 2.8125rem;
}
@media (max-width: 768px) {
  .article-title {
    font-size: 1.5rem;
    line-height: 2.25rem;
    padding-top: 2.1875rem;
  }
}
.article-desc {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75rem;
  text-align: left;
  color: #000;
  margin-top: 1.25rem;
}
@media (max-width: 768px) {
  .article-desc {
    font-size: 0.875rem;
    line-height: 1.4375rem;
    margin-top: 0.8125rem;
  }
}
.article-inner {
  width: 100%;
  max-width: 60rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .article-inner {
    max-width: 100%;
    padding-inline: 1.25rem;
  }
}

.article-section__title {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.5625rem;
  text-align: left;
  color: #000;
  border-bottom: 0.0625rem solid #000;
  padding-bottom: 1rem;
  margin: 0;
}
@media (max-width: 768px) {
  .article-section__title {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5rem;
    padding-bottom: 0.25rem;
    border-bottom: 0.03125rem solid #000;
    margin-right: -1.25rem;
  }
}

.article-section__subtitle {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.875rem;
  text-align: left;
  color: #000;
  border-bottom: 0.0625rem solid #000;
  padding-bottom: 0.625rem;
  margin: 0;
}
@media (max-width: 768px) {
  .article-section__subtitle {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
    padding-bottom: 0.25rem;
  }
}

.article-section__desc {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75rem;
  text-align: left;
  color: #000;
  margin-top: 1.5rem;
  margin-bottom: 0;
}
@media (min-width: 769px) {
  .win .article-section__desc {
    margin-top: 1.75rem;
  }
}
@media (max-width: 768px) {
  .article-section__desc {
    font-size: 0.875rem;
    line-height: 1.3125rem;
    margin-top: 1.25rem;
  }
}

.article-main-wrapper {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.9375rem;
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .article-main-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    margin-top: 2.1875rem;
  }
}
.article-main-wrapper a {
  text-decoration: none;
}
@media (min-width: 769px) {
  .article-main-wrapper a:hover .article-item__img:before, .article-main-wrapper a:hover .article-main-item__img:before {
    opacity: 0.5;
  }
  .article-main-wrapper a:hover .article-item__img img, .article-main-wrapper a:hover .article-main-item__img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .article-main-wrapper a:hover .article-main-item__desc,
  .article-main-wrapper a:hover .article-main-item__title,
  .article-main-wrapper a:hover .article-item__desc,
  .article-main-wrapper a:hover .article-item__title {
    opacity: 0.6;
  }
}

.article-main-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 0.3125rem;
}
@media (max-width: 768px) {
  .article-main-list {
    margin-top: 0.75rem;
  }
}
.article-main-list__title {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.75rem;
  text-align: left;
  color: #000;
  margin: 0;
  -webkit-transform: translateY(-0.25rem);
          transform: translateY(-0.25rem);
}
@media (max-width: 768px) {
  .article-main-list__title {
    -webkit-transform: none;
            transform: none;
    margin-top: 2.0625rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
  }
}
.article-main-list > li .article-item {
  border-top: 0.0625rem solid #D8D8D9;
}
@media (max-width: 768px) {
  .article-main-list > li:last-child .article-item {
    border-bottom: 0.0625rem solid #D8D8D9;
  }
}
.article-main-item {
  width: 33.8125rem;
}
@media (max-width: 768px) {
  .article-main-item {
    width: 100%;
  }
}
.article-main-item__img {
  width: 100%;
  height: 25.375rem;
}
@media (min-width: 769px) {
  .article-main-item__img {
    overflow: hidden;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    position: relative;
  }
  .article-main-item__img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
  }
}
@media (max-width: 768px) {
  .article-main-item__img {
    width: 100%;
    height: 20.9375rem;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.article-main-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 769px) {
  .article-main-item__img img {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
}
.article-main-item__title {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.4375rem;
  text-align: left;
  color: #000;
  margin-top: 0.1875rem;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .article-main-item__title {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.3125rem;
    margin-top: 0.25rem;
  }
}
.article-main-item__desc {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-align: left;
  color: #808080;
  margin-top: 0.6875rem;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .article-main-item__desc {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1.125rem;
    margin-top: 0.625rem;
  }
}
.article-main-banner {
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .article-main-banner {
    margin-top: 3.9375rem;
  }
}
.article-main-banner .article-more__btn {
  display: block;
  position: relative;
  text-decoration: none;
}
.article-main-banner .article-more__btn .__btn {
  min-width: 10.625rem;
  height: 2.9375rem;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 2.9375rem;
  text-align: center;
  color: #808080;
  background-color: #FFFFFF;
  display: inline-block;
  position: absolute;
  top: 2.75rem;
  right: 2.125rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .article-main-banner .article-more__btn .__btn {
    top: 6.875rem;
    right: 0.625rem;
  }
}
@media (min-width: 769px) {
  .article-main-banner .article-more__btn:hover .__btn {
    color: #FFFFFF;
    background-color: #808080;
  }
}

.article-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-block: 0.875rem;
}
@media (max-width: 768px) {
  .article-item {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-block: 0.9375rem 1rem;
  }
}
.article-item__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 6.25rem;
          flex: 0 0 6.25rem;
  height: 6.25rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 769px) {
  .article-item__img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    overflow: hidden;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    position: relative;
  }
  .article-item__img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
  }
}
@media (max-width: 768px) {
  .article-item__img {
    margin-right: 1rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 3.75rem;
            flex: 0 0 3.75rem;
    height: 3.75rem;
  }
}
.article-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 769px) {
  .article-item__img img {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
}
.article-item__title {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.4375rem;
  text-align: left;
  color: #000;
  margin: 0.5rem 0;
}
@media (min-width: 769px) {
  .article-item__title {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}
@media (max-width: 768px) {
  .article-item__title {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.3125rem;
    margin: 0;
    -webkit-transform: translateY(0.3125rem);
            transform: translateY(0.3125rem);
  }
}
.article-item__desc {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-align: left;
  color: #595757;
  margin: 0;
}
@media (min-width: 769px) {
  .article-item__desc {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}
@media (max-width: 768px) {
  .article-item__desc {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1.125rem;
    margin: 0;
    margin-top: -0.125rem;
  }
}

.article-slider-container {
  width: 72.25rem;
  margin-inline: auto;
  margin-top: 5.875rem;
}
@media (max-width: 768px) {
  .article-slider-container {
    margin-top: 4rem;
    padding-inline: 1.25rem;
    width: auto;
  }
}
.article-slider-container--first {
  margin-top: 7.3125rem;
}
@media (max-width: 768px) {
  .article-slider-container--first {
    margin-top: 4.25rem;
  }
}

.article-section__link {
  text-align: right;
  position: relative;
}
.article-section__link-a {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-align: right;
  color: #000;
  text-decoration: none;
  position: absolute;
  top: -2.5rem;
  right: 0;
  padding-right: 0.125rem;
}
.article-section__link-a::after {
  content: "";
  display: inline-block;
  width: 0.625rem;
  height: 0.625rem;
  background: url("/finder/assets/img/common/icon-link-blank.svg") no-repeat right center;
  background-size: 0.625rem auto;
  margin-left: 0.125rem;
}
@media (max-width: 768px) {
  .article-section__link-a {
    font-size: 0.875rem;
    line-height: 1.375rem;
    top: -1.6875rem;
  }
}
@media (min-width: 769px) {
  .article-section__link-a:hover {
    opacity: 0.5;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

.article-slider {
  margin-top: 1.5rem;
}
@media (min-width: 769px) {
  .win .article-slider {
    margin-top: 1.3125rem;
  }
}
@media (max-width: 768px) {
  .article-slider {
    margin-top: 1.25rem;
    margin-right: -1.25rem;
  }
}
.article-slider__item {
  position: relative;
}
.article-slider__link {
  text-decoration: none;
  color: #000000;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 23.125rem;
  margin-right: 1.4375rem;
}
@media (min-width: 769px) {
  .article-slider__link:hover .article-slider__img:before {
    opacity: 0.5;
  }
  .article-slider__link:hover .article-slider__img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .article-slider__link:hover .article-slider__name, .article-slider__link:hover .article-slider__title, .article-slider__link:hover .article-slider__title-2, .article-slider__link:hover .article-slider__title-3, .article-slider__link:hover .article-slider__cate, .article-slider__link:hover .article-slider__date, .article-slider__link:hover .article-slider__year, .article-slider__link:hover .article-slider__desc {
    opacity: 0.6;
  }
}
@media (max-width: 768px) {
  .article-slider__link {
    width: 19.6875rem;
    margin-right: 0.625rem;
  }
}
.article-slider__link.--last {
  margin-right: 0;
}
@media (max-width: 768px) {
  .article-slider__link.--last {
    margin-right: 1.25rem;
  }
}
.article-slider__saved {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  width: 0.9375rem;
  height: 1.375rem;
  margin-right: 1.5rem;
  z-index: 1;
}
@media (max-width: 768px) {
  .article-slider__saved {
    width: 1.375rem;
    height: 1.5rem;
    top: 0.625rem;
    right: 0.4375rem;
  }
}
.article-slider__saved.--black {
  background: url("/finder/assets/img/common/icon-saved-black-pc.svg") no-repeat top right;
  background-size: contain;
}
.article-slider__saved.--black.--checked {
  background-image: url("/finder/assets/img/common/icon-saved-black-checked-pc.svg");
}
.article-slider__saved.--white {
  background: url("/finder/assets/img/common/icon-saved-white-pc.svg") no-repeat top right;
  background-size: contain;
}
.article-slider__saved.--white.--checked {
  background-image: url("/finder/assets/img/common/icon-saved-white-checked-pc.svg");
}
@media (max-width: 768px) {
  .article-slider .article-slider__saved {
    margin-right: 0.8125rem;
  }
}
.article-slider__img {
  width: 100%;
  height: 17.3125rem;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
@media (min-width: 769px) {
  .article-slider__img {
    overflow: hidden;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  .article-slider__img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
  }
}
@media (max-width: 768px) {
  .article-slider__img {
    height: 14.6875rem;
  }
}
.article-slider__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 769px) {
  .article-slider__img img {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
}
.article-slider__name {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-align: left;
  color: #808080;
  padding-top: 0.625rem;
}
@media (min-width: 769px) {
  .article-slider__name {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}
@media (max-width: 768px) {
  .article-slider__name {
    font-size: 0.75rem;
    line-height: 1.125rem;
    font-weight: 400;
  }
}
.article-slider__title {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.5625rem;
  text-align: left;
  color: #000;
  padding-top: 0.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 0.0625rem solid #707070;
}
@media (min-width: 769px) {
  .article-slider__title {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .win .article-slider__title {
    padding-top: 0.75rem;
    padding-bottom: 0.4375rem;
  }
}
@media (max-width: 768px) {
  .article-slider__title {
    font-size: 0.875rem;
    font-weight: 500;
    padding-block: 0.1875rem 0.4375rem;
  }
}
.article-slider__title.ellipsis {
  position: relative;
}
.article-slider__title.ellipsis::after {
  content: "…";
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  height: 100%;
  padding-top: 0.1875rem;
  padding-inline: 0.0625rem 0.125rem;
}
.article-slider__title-2 {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.25rem;
  text-align: left;
  color: #000;
  padding-top: 0.875rem;
  padding-bottom: 0.75rem;
  border-bottom: 0.0625rem solid #707070;
}
@media (min-width: 769px) {
  .article-slider__title-2 {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}
@media (max-width: 768px) {
  .article-slider__title-2 {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.3125rem;
    padding-block: 0.5rem 0.5rem;
    border-bottom: 0.0625rem solid #707070;
  }
}
.article-slider__title-3 {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.25rem;
  text-align: left;
  color: #000;
  padding-top: 0.3125rem;
  padding-bottom: 0.875rem;
  border-bottom: 0.0625rem solid #707070;
}
@media (min-width: 769px) {
  .article-slider__title-3 {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}
@media (max-width: 768px) {
  .article-slider__title-3 {
    font-size: 0.875rem;
    line-height: 1.3125rem;
    font-weight: 500;
    padding-block: 0.3125rem 0.5rem;
  }
}
.article-slider__cate {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-align: left;
  color: #808080;
  padding-top: 0.75rem;
}
@media (min-width: 769px) {
  .article-slider__cate {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}
@media (max-width: 768px) {
  .article-slider__cate {
    font-size: 0.75rem;
    line-height: 1.125rem;
    font-weight: 400;
    padding-top: 0.625rem;
  }
}
.article-slider__cate-2 {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-align: left;
  color: #808080;
  padding-top: 0.375rem;
}
@media (max-width: 768px) {
  .article-slider__cate-2 {
    font-size: 0.75rem;
    line-height: 1.125rem;
    font-weight: 400;
    padding-top: 0.625rem;
  }
}
.article-slider__date {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-align: left;
  color: #000;
  padding-top: 1rem;
}
@media (min-width: 769px) {
  .article-slider__date {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}
@media (max-width: 768px) {
  .article-slider__date {
    font-size: 0.75rem;
    line-height: 1.125rem;
    font-weight: 400;
    padding-top: 0.8125rem;
  }
}
.article-slider__date-tag {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.375rem;
  background: #707070;
  color: #fff;
  padding-inline: 0.5rem;
  margin-right: 0.625rem;
  font-weight: 400;
}
@media (min-width: 769px) {
  .article-slider__date-tag {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .win .article-slider__date-tag {
    padding-inline: 0.5rem;
    line-height: 1;
    padding-block: 0.25rem 0.25rem;
    height: 1.375rem;
  }
}
@media (max-width: 768px) {
  .article-slider__date-tag {
    font-size: 0.75rem;
    line-height: 1.25rem;
  }
}
.article-slider__year {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-align: left;
  color: #000;
  padding-top: 0.625rem;
}
@media (min-width: 769px) {
  .article-slider__year {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}
@media (max-width: 768px) {
  .article-slider__year {
    font-size: 0.75rem;
    line-height: 1.125rem;
    font-weight: 400;
  }
}
.article-slider__desc {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1rem;
  text-align: left;
  color: #808080;
  padding-top: 0.75rem;
}
@media (min-width: 769px) {
  .article-slider__desc {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}
@media (max-width: 768px) {
  .article-slider__desc {
    font-size: 0.75rem;
    line-height: 1.125rem;
    font-weight: 400;
    padding-top: 0.625rem;
  }
}