/*!*
 * @url: https://www.afternoon-tea.xyz/
 * @author: RanaDesign
 */
.tea-for-peace-top .fv-slider {
  background-color: #f2f0ed; }
  .tea-for-peace-top .fv-slider__content-wrapper {
    position: relative;
    padding: 16px 5% 32px; }
  .tea-for-peace-top .fv-slider__current-slider-wrapper--loading {
    pointer-events: none; }
    .tea-for-peace-top .fv-slider__current-slider-wrapper--loading .swiper-slide {
      width: 100%;
      height: auto;
      padding-top: 100%;
      background-color: #e4e4e4; }
    .tea-for-peace-top .fv-slider__current-slider-wrapper--loading .spinner-box {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .tea-for-peace-top .fv-slider__current-slider-wrapper .slider-button-fv {
    visibility: hidden;
    width: 0;
    height: 0;
    overflow: hidden; }
    .tea-for-peace-top .fv-slider__current-slider-wrapper .slider-button-fv--next {
      right: 5%; }
    .tea-for-peace-top .fv-slider__current-slider-wrapper .slider-button-fv--prev {
      left: 5%; }
      .tea-for-peace-top .fv-slider__current-slider-wrapper .slider-button-fv--prev img {
        transform: scaleX(-1); }
    .tea-for-peace-top .fv-slider__current-slider-wrapper .slider-button-fv.swiper-button-disabled {
      display: none; }
    .tea-for-peace-top .fv-slider__current-slider-wrapper .slider-button-fv img {
      width: 100%;
      height: auto; }
  .tea-for-peace-top .fv-slider__current {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    outline: solid 4px #006450;
    outline-offset: -4px; }
    .tea-for-peace-top .fv-slider__current .swiper-wrapper {
      z-index: -1; }
    .tea-for-peace-top .fv-slider__current__slide {
      width: 100%;
      height: 100%; }
      .tea-for-peace-top .fv-slider__current__slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center; }
  .tea-for-peace-top .fv-slider__current-title-box {
    width: 100%;
    height: auto;
    background-color: #006450;
    padding: 12px 20px 20px; }
    .tea-for-peace-top .fv-slider__current-title-box__text {
      color: #f2f0ed; }
      .tea-for-peace-top .fv-slider__current-title-box__text .over-flow-hidden {
        overflow: hidden; }
      .tea-for-peace-top .fv-slider__current-title-box__text.hidden {
        transition: opacity 200ms;
        opacity: 0; }
      .tea-for-peace-top .fv-slider__current-title-box__text p.category-name {
        min-height: 1.25em;
        font-size: 1.9rem;
        letter-spacing: 0.03em;
        line-height: 1.25; }
        .tea-for-peace-top .fv-slider__current-title-box__text p.category-name.slide-out {
          transform: translateY(100%); }
        .tea-for-peace-top .fv-slider__current-title-box__text p.category-name.slide-in {
          transition: transform 200ms;
          transform: translateY(0); }
      .tea-for-peace-top .fv-slider__current-title-box__text p.title {
        /* autoprefixer: off */
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-top: 4px;
        min-height: 3.6em;
        font-size: 1.4rem;
        line-height: 1.8;
        -webkit-line-clamp: 2;
        /* autoprefixer: on */ }
        .tea-for-peace-top .fv-slider__current-title-box__text p.title.slide-out {
          transform: translateY(100%); }
        .tea-for-peace-top .fv-slider__current-title-box__text p.title.slide-in {
          transition: transform 400ms;
          transform: translateY(0); }
  .tea-for-peace-top .fv-slider__next-slider-wrapper {
    position: relative;
    z-index: 1; }
    .tea-for-peace-top .fv-slider__next-slider-wrapper--loading {
      pointer-events: none; }
      .tea-for-peace-top .fv-slider__next-slider-wrapper--loading .swiper-slide {
        width: 100%;
        height: auto;
        padding-top: 100%;
        background-color: #e4e4e4; }
      .tea-for-peace-top .fv-slider__next-slider-wrapper--loading .spinner-box {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
    .tea-for-peace-top .fv-slider__next-slider-wrapper a {
      display: -ms-flexbox;
      display: flex;
      margin-top: 20px; }
    .tea-for-peace-top .fv-slider__next-slider-wrapper .swiper-current-pagination {
      display: -ms-flexbox;
      display: flex;
      position: absolute;
      z-index: 2;
      gap: 6px;
      width: fit-content;
      height: fit-content; }
      .tea-for-peace-top .fv-slider__next-slider-wrapper .swiper-current-pagination span.swiper-pagination-bullet {
        width: 4px;
        height: 4px;
        margin: 0;
        background: transparent;
        opacity: 1;
        border: solid 2px #006450; }
        .tea-for-peace-top .fv-slider__next-slider-wrapper .swiper-current-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
          background: #006450; }
  .tea-for-peace-top .fv-slider__next {
    position: relative;
    z-index: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 50%;
    height: auto;
    aspect-ratio: 1 / 1; }
    .tea-for-peace-top .fv-slider__next::after {
      content: "";
      position: absolute;
      z-index: 2;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      outline: solid 2px #f2f0ed;
      outline-offset: -2px;
      pointer-events: none; }
    .tea-for-peace-top .fv-slider__next__slide {
      width: 100%;
      height: 100%; }
      .tea-for-peace-top .fv-slider__next__slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center; }
  .tea-for-peace-top .fv-slider__next-title-box {
    width: 100%;
    padding: 8px 0 12px 16px; }
    .tea-for-peace-top .fv-slider__next-title-box__text {
      color: #006450;
      opacity: 1;
      transition: opacity 200ms; }
      .tea-for-peace-top .fv-slider__next-title-box__text.hidden {
        opacity: 0; }
      .tea-for-peace-top .fv-slider__next-title-box__text p.category-name {
        min-height: 1.25em;
        font-size: 1.5rem;
        letter-spacing: 0.03em;
        line-height: 1.25; }
      .tea-for-peace-top .fv-slider__next-title-box__text p.title {
        /* autoprefixer: off */
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-top: 8px;
        min-height: 3em;
        font-size: 1.2rem;
        line-height: 1.5;
        -webkit-line-clamp: 2;
        /* autoprefixer: on */ }

.tea-for-peace-top .overview-link {
  padding-top: 64px;
  padding-bottom: 64px;
  background-color: #fff; }

.tea-for-peace-top .category-wrapper {
  padding-top: 64px;
  padding-bottom: 64px;
  background-color: #f2f0ed; }
  .tea-for-peace-top .category-wrapper h2 {
    font-size: 2.7rem;
    letter-spacing: 0.03em; }

.tea-for-peace-top .pickup-articles {
  padding-top: 64px;
  padding-bottom: 64px;
  background-color: #fff; }
  .tea-for-peace-top .pickup-articles > * + * {
    margin-block-start: 64px; }
  .tea-for-peace-top .pickup-articles h3.category-name {
    font-size: 2.7rem;
    line-height: 1; }
  .tea-for-peace-top .pickup-articles .thumbnail {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1; }
    .tea-for-peace-top .pickup-articles .thumbnail img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
  .tea-for-peace-top .pickup-articles p.article-title {
    /* autoprefixer: off */
    display: -webkit-box;
    overflow: hidden;
    margin-top: 12px;
    color: #006450;
    font-size: 1.1rem;
    line-height: 1.8;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    /* autoprefixer: on */ }
  .tea-for-peace-top .pickup-articles a.category-link-btn {
    display: -ms-flexbox;
    display: flex;
    width: fit-content;
    padding: 12px 32px;
    background-color: #006450;
    color: #f2f0ed;
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: 0.1em; }
  .tea-for-peace-top .pickup-articles__content-slider__descriptions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 5%; }
    .tea-for-peace-top .pickup-articles__content-slider__descriptions a.category-link-btn {
      -ms-flex-item-align: end;
          align-self: flex-end; }
    .tea-for-peace-top .pickup-articles__content-slider__descriptions p.description {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 100%;
      margin-top: 16px;
      font-size: 1.2rem;
      line-height: 2;
      letter-spacing: 0.1em; }
  .tea-for-peace-top .pickup-articles__content-slider .slider-wrapper {
    position: relative;
    z-index: 0;
    margin-top: 32px; }
    .tea-for-peace-top .pickup-articles__content-slider .slider-wrapper--loading {
      pointer-events: none; }
      .tea-for-peace-top .pickup-articles__content-slider .slider-wrapper--loading .swiper-wrapper {
        gap: 7%; }
      .tea-for-peace-top .pickup-articles__content-slider .slider-wrapper--loading .swiper-slide .thumbnail {
        position: relative;
        background-color: #e4e4e4; }
      .tea-for-peace-top .pickup-articles__content-slider .slider-wrapper--loading .swiper-slide p {
        color: transparent; }
        .tea-for-peace-top .pickup-articles__content-slider .slider-wrapper--loading .swiper-slide p span {
          background-color: #e4e4e4; }
      .tea-for-peace-top .pickup-articles__content-slider .slider-wrapper--loading .swiper-slide .spinner-box {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
    .tea-for-peace-top .pickup-articles__content-slider .slider-wrapper .slider-button {
      visibility: hidden;
      width: 0;
      height: 0;
      overflow: hidden; }
      .tea-for-peace-top .pickup-articles__content-slider .slider-wrapper .slider-button--next {
        right: 5%; }
      .tea-for-peace-top .pickup-articles__content-slider .slider-wrapper .slider-button--prev {
        left: 5%; }
        .tea-for-peace-top .pickup-articles__content-slider .slider-wrapper .slider-button--prev img {
          transform: scaleX(-1); }
      .tea-for-peace-top .pickup-articles__content-slider .slider-wrapper .slider-button.swiper-button-disabled {
        display: none; }
      .tea-for-peace-top .pickup-articles__content-slider .slider-wrapper .slider-button img {
        width: 100%;
        height: auto; }
  .tea-for-peace-top .pickup-articles__content-slider__slide {
    padding: 0 5% 32px; }
    .tea-for-peace-top .pickup-articles__content-slider__slide .swiper-slide {
      width: 68.5%; }
    .tea-for-peace-top .pickup-articles__content-slider__slide .swiper-scrollbar {
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 90%; }
      .tea-for-peace-top .pickup-articles__content-slider__slide .swiper-scrollbar .swiper-scrollbar-drag {
        background: #006450; }
  .tea-for-peace-top .pickup-articles__content-news-columns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 64px;
    padding: 0 5%; }
    .tea-for-peace-top .pickup-articles__content-news-columns__column .news-content-wrapper {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      gap: 5%;
      margin-top: 24px; }
      .tea-for-peace-top .pickup-articles__content-news-columns__column .news-content-wrapper--loading {
        pointer-events: none; }
        .tea-for-peace-top .pickup-articles__content-news-columns__column .news-content-wrapper--loading .thumbnail {
          position: relative;
          background-color: #e4e4e4; }
        .tea-for-peace-top .pickup-articles__content-news-columns__column .news-content-wrapper--loading p {
          color: transparent; }
          .tea-for-peace-top .pickup-articles__content-news-columns__column .news-content-wrapper--loading p span {
            background-color: #e4e4e4; }
        .tea-for-peace-top .pickup-articles__content-news-columns__column .news-content-wrapper--loading .spinner-box {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
    .tea-for-peace-top .pickup-articles__content-news-columns__column .news-wrapper {
      -ms-flex: 1;
          flex: 1; }
    .tea-for-peace-top .pickup-articles__content-news-columns__column a.category-link-btn {
      margin: 24px auto 0;
      padding-right: 56px;
      padding-left: 56px; }

.tea-for-peace-top .sns-contents {
  padding: 64px 0;
  background-color: #006450; }
  .tea-for-peace-top .sns-contents h2 {
    font-size: 2.7rem;
    line-height: 1; }
  .tea-for-peace-top .sns-contents__feed-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px;
    margin: 32px auto 0;
    padding: 0 5%; }
    .tea-for-peace-top .sns-contents__feed-item .image-wrapper {
      width: calc(50% - 8px);
      height: auto;
      aspect-ratio: 1 / 1; }
      .tea-for-peace-top .sns-contents__feed-item .image-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center; }
  .tea-for-peace-top .sns-contents__marquee {
    margin-top: 28px; }
    .tea-for-peace-top .sns-contents__marquee__img {
      position: relative;
      display: block;
      width: auto;
      height: 28px; }
      .tea-for-peace-top .sns-contents__marquee__img .display-text {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-mask-image: url("/media/images/lp/tea-for-peace/movie_marquee-txt.png");
                mask-image: url("/media/images/lp/tea-for-peace/movie_marquee-txt.png");
        -webkit-mask-size: contain;
                mask-size: contain;
        -webkit-mask-repeat: no-repeat;
                mask-repeat: no-repeat;
        -webkit-mask-position: center;
                mask-position: center;
        background-color: #009b74; }
      .tea-for-peace-top .sns-contents__marquee__img img {
        width: auto;
        height: 100%;
        opacity: 0; }
  .tea-for-peace-top .sns-contents__movies {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px;
    margin: 28px auto 0;
    padding: 0 5%; }
    .tea-for-peace-top .sns-contents__movies .movie-content {
      width: calc(50% - 8px); }
      .tea-for-peace-top .sns-contents__movies .movie-content .movie-wrapper {
        display: -ms-flexbox;
        display: flex;
        position: relative;
        width: 100%;
        height: auto;
        aspect-ratio: 9 / 16; }
        .tea-for-peace-top .sns-contents__movies .movie-content .movie-wrapper img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center; }
        .tea-for-peace-top .sns-contents__movies .movie-content .movie-wrapper .play-btn {
          display: -ms-flexbox;
          display: flex;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          background-color: rgba(242, 240, 237, 0.25);
          border-radius: 100vh;
          width: 30%;
          height: auto;
          padding: 0; }
          .tea-for-peace-top .sns-contents__movies .movie-content .movie-wrapper .play-btn img {
            width: 100%;
            height: auto; }
      .tea-for-peace-top .sns-contents__movies .movie-content p.description {
        margin-top: 8px;
        color: #f2f0ed;
        font-size: 1rem; }
  .tea-for-peace-top .sns-contents__sns-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    gap: 32px;
    margin-top: 40px;
    padding: 0 5%; }
    .tea-for-peace-top .sns-contents__sns-link a {
      display: -ms-flexbox;
      display: flex;
      width: 24px; }
      .tea-for-peace-top .sns-contents__sns-link a img {
        width: 100%;
        height: auto; }
      @media screen and (min-width: 768px) and (max-width: 1160px) {
  .tea-for-peace-top .fv-slider__content-wrapper {
    width: 100%;
    padding-top: 24px;
    padding-right: 5%;
    padding-bottom: 56px;
    padding-left: 5%; }
  .tea-for-peace-top .fv-slider__current-slider-wrapper {
    position: relative;
    width: 68%; }
  .tea-for-peace-top .fv-slider__current-title-box {
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translateX(99%);
    width: 47.5%;
    padding: 24px; }
  .tea-for-peace-top .fv-slider__current-title-box__text p.category-name {
    font-size: 22px; }
  .tea-for-peace-top .fv-slider__current-title-box__text p.title {
    margin-top: 8px;
    font-size: 14px; }
  .tea-for-peace-top .fv-slider__next-slider-wrapper {
    position: absolute;
    top: 24px;
    right: 5%;
    width: 25%; } }
      @media screen and (min-width: 1161px) {
  .tea-for-peace-top .fv-slider__content-wrapper {
    width: 100%;
    max-width: 1020px;
    margin: 0 auto;
    padding-top: 24px;
    padding-right: 0;
    padding-bottom: 56px;
    padding-left: 0; }
  .tea-for-peace-top .fv-slider__current-slider-wrapper {
    position: relative;
    width: 62%; }
  .tea-for-peace-top .fv-slider__current-slider-wrapper:hover .slider-button-fv {
    transform: scale(1) translateY(-50%);
    opacity: 1; }
  .tea-for-peace-top .fv-slider__current-slider-wrapper a {
    transition: opacity 200ms; }
  .tea-for-peace-top .fv-slider__current-slider-wrapper .swiper-slide-active img {
    transition: transform 200ms; }
  .tea-for-peace-top .fv-slider__current-slider-wrapper a:hover {
    opacity: 0.8; }
  .tea-for-peace-top .fv-slider__current-title-box {
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translateX(99%);
    width: 62%;
    padding: 32px 24px; }
  .tea-for-peace-top .fv-slider__current-title-box__text p.category-name {
    font-size: 28px; }
  .tea-for-peace-top .fv-slider__current-title-box__text p.title {
    margin-top: 12px;
    font-size: 18px; }
  .tea-for-peace-top .fv-slider__next-slider-wrapper {
    position: absolute;
    top: 24px;
    right: 0;
    width: 31.5%; } }
      @media screen and (min-width: 768px) {
  .tea-for-peace-top .fv-slider__current-slider-wrapper .slider-button-fv {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 50%;
    z-index: 2;
    border-radius: 100vh;
    transform: scale(0.9) translateY(-50%);
    width: 8%;
    height: auto;
    aspect-ratio: 1 / 1;
    background-color: #f2f0ed;
    visibility: visible;
    opacity: 0;
    transition: all 450ms;
    cursor: pointer; }
  .tea-for-peace-top .fv-slider__current-slider-wrapper .slider-button-fv--next {
    right: -4%; }
  .tea-for-peace-top .fv-slider__current-slider-wrapper .slider-button-fv--prev {
    left: -4%; }
  .tea-for-peace-top .fv-slider__next-slider-wrapper a {
    -ms-flex-direction: column;
        flex-direction: column;
    margin-top: 0;
    transition: opacity 300ms; }
  .tea-for-peace-top .fv-slider__next-slider-wrapper a:hover {
    opacity: 0.6; }
  .tea-for-peace-top .fv-slider__next {
    width: 100%; }
  .tea-for-peace-top .fv-slider__next-title-box {
    margin-top: 20px;
    padding: 0; }
  .tea-for-peace-top .fv-slider__next-title-box__text p.category-name {
    font-size: 20px; }
  .tea-for-peace-top .fv-slider__next-title-box__text p.title {
    margin-top: 12px;
    font-size: 14px; }
  .tea-for-peace-top .overview-link {
    padding-top: 120px;
    padding-bottom: 120px; }
  .tea-for-peace-top .category-wrapper {
    padding: 80px 6.5%; }
  .tea-for-peace-top .category-wrapper h2 {
    font-size: 40px; }
  .tea-for-peace-top .category-wrapper .tea-for-peace-categories {
    width: 100%;
    max-width: 880px;
    padding: unset; }
  .tea-for-peace-top .category-wrapper .tea-for-peace-categories__link:nth-child(n + 4) {
    margin-top: 40px; }
  .tea-for-peace-top .pickup-articles {
    padding: 120px 6.5%; }
  .tea-for-peace-top .pickup-articles > * + * {
    margin-block-start: 120px; }
  .tea-for-peace-top .pickup-articles h3.category-name {
    font-size: 40px; }
  .tea-for-peace-top .pickup-articles p.article-title {
    margin-top: 16px;
    font-size: 14px; }
  .tea-for-peace-top .pickup-articles a.category-link-btn {
    font-size: 16px;
    padding-top: 14px;
    padding-bottom: 14px;
    transition: opacity 300ms; }
  .tea-for-peace-top .pickup-articles a.category-link-btn:hover {
    opacity: 0.6; }
  .tea-for-peace-top .pickup-articles__content-slider {
    display: -ms-flexbox;
    display: flex;
    gap: 0 5%;
    width: 100%;
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto; }
  .tea-for-peace-top .pickup-articles__content-slider__descriptions {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: unset;
        align-items: unset;
    -ms-flex-pack: unset;
        justify-content: unset;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 0;
    width: 25%; }
  .tea-for-peace-top .pickup-articles__content-slider__descriptions a.category-link-btn {
    -ms-flex-item-align: start;
        align-self: flex-start;
    -ms-flex-order: 3;
        order: 3;
    margin-top: 32px; }
  .tea-for-peace-top .pickup-articles__content-slider__descriptions p.description {
    -ms-flex-order: 2;
        order: 2;
    margin-top: 24px;
    font-size: 16px;
    line-height: 1.75; }
  .tea-for-peace-top .pickup-articles__content-slider .slider-wrapper {
    width: 100%;
    margin-top: 0; }
  .tea-for-peace-top .pickup-articles__content-slider .slider-wrapper:hover .slider-button {
    transform: scale(1) translateY(-50%);
    opacity: 1; }
  .tea-for-peace-top .pickup-articles__content-slider .slider-wrapper--loading .swiper-wrapper {
    gap: 4%; }
  .tea-for-peace-top .pickup-articles__content-slider .slider-wrapper .slider-button {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    z-index: 2;
    border-radius: 100vh;
    transform: scale(0.9) translateY(-50%);
    width: 8%;
    height: auto;
    aspect-ratio: 1 / 1;
    background-color: rgba(242, 240, 237, 0.25);
    visibility: visible;
    opacity: 0;
    transition: all 450ms;
    cursor: pointer; }
  .tea-for-peace-top .pickup-articles__content-slider .slider-wrapper .slider-button--next {
    right: -4%; }
  .tea-for-peace-top .pickup-articles__content-slider .slider-wrapper .slider-button--prev {
    left: -4%; }
  .tea-for-peace-top .pickup-articles__content-slider__slide {
    padding: 0 0 48px; }
  .tea-for-peace-top .pickup-articles__content-slider__slide .swiper-slide {
    width: 48%; }
  .tea-for-peace-top .pickup-articles__content-slider__slide .swiper-slide a {
    transition: opacity 300ms; }
  .tea-for-peace-top .pickup-articles__content-slider__slide .swiper-slide a:hover {
    opacity: 0.6; }
  .tea-for-peace-top .pickup-articles__content-slider__slide .swiper-scrollbar {
    width: 100%; }
  .tea-for-peace-top .pickup-articles__content-news-columns {
    -ms-flex-direction: row;
        flex-direction: row;
    gap: 7.5%;
    max-width: 1280px;
    padding: 0;
    margin: 120px auto 0; }
  .tea-for-peace-top .pickup-articles__content-news-columns__column {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 46.25%; }
  .tea-for-peace-top .pickup-articles__content-news-columns__column .news-wrapper a {
    transition: opacity 300ms; }
  .tea-for-peace-top .pickup-articles__content-news-columns__column .news-wrapper a:hover {
    opacity: 0.6; }
  .tea-for-peace-top .pickup-articles__content-news-columns__column a.category-link-btn {
    margin: 40px auto 0;
    padding-right: 32px;
    padding-left: 32px; }
  .tea-for-peace-top .sns-contents {
    padding: 80px 0; }
  .tea-for-peace-top .sns-contents__feed-item {
    gap: 24px;
    -ms-flex-align: start;
        align-items: flex-start;
    width: 100%;
    max-width: 1480px;
    margin-top: 48px;
    padding: 0 6.5%; }
  .tea-for-peace-top .sns-contents__feed-item .image-wrapper {
    width: calc((100% - (24px * 5)) / 6); }
  .tea-for-peace-top .sns-contents__feed-item .image-wrapper a {
    transition: filter 300ms; }
  .tea-for-peace-top .sns-contents__feed-item .image-wrapper a:hover {
    filter: brightness(0.7); }
  .tea-for-peace-top .sns-contents__marquee {
    margin-top: 40px; }
  .tea-for-peace-top .sns-contents__marquee__img {
    height: 40px; }
  .tea-for-peace-top .sns-contents__movies {
    gap: 24px;
    -ms-flex-align: start;
        align-items: flex-start;
    width: 100%;
    max-width: 1480px;
    margin-top: 40px;
    padding: 0 6.5%; }
  .tea-for-peace-top .sns-contents__movies .movie-content {
    width: calc((100% - (24px * 5)) / 6); }
  .tea-for-peace-top .sns-contents__movies .movie-content .movie-wrapper {
    transition: filter 300ms; }
  .tea-for-peace-top .sns-contents__movies .movie-content .movie-wrapper:hover {
    filter: brightness(0.7); }
  .tea-for-peace-top .sns-contents__movies .movie-content p.description {
    margin-top: 12px;
    font-size: 14px; }
  .tea-for-peace-top .sns-contents__sns-link {
    gap: 48px;
    margin-top: 64px; }
  .tea-for-peace-top .sns-contents__sns-link a {
    width: 32px;
    transition: opacity 300ms; }
  .tea-for-peace-top .sns-contents__sns-link a:hover {
    opacity: 0.8; } }
      @media screen and (min-width: 1481px) {
  .tea-for-peace-top .sns-contents__feed-item {
    padding: 0 100px !important; }
  .tea-for-peace-top .sns-contents__movies {
    padding: 0 100px !important; } }

/*# sourceMappingURL=../../../_css-maps/lp/tea-for-peace/index.css.map */
