@charset "utf-8";

.addCss h2 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.96px;
  display: flex;
  align-items: center;
  margin-bottom: 42px;
}
.addCss h2:before {
  content: "";
  display: block;
  width: 6px;
  height: 54px;
  background-color: var(--color-main);
  margin-right: 15px;
  rotate: 15deg;
}
@media screen and (max-width: 750px) {
  .addCss h2 {
    font-size: 20px;
    letter-spacing: 0.6px;
    line-height: 30px;
    position: relative;
    z-index: 1;
    margin-left: 5px;
  }
  .addCss h2:before {
    margin-right: 10px;
    height: 36px;
    width: 4px;
  }
}

@media screen and (max-width: 1300px) {
  main {
    zoom: 0.8;
  }
}

@media screen and (max-width: 1000px) {
  main {
    zoom: 0.7;
  }
}

@media screen and (max-width: 900px) {
  main {
    zoom: 0.6;
  }
}

@media screen and (max-width: 750px) {
  main {
    zoom: normal;
    padding-bottom: calc(83px + 94px);
  }
}

/***firstview***/
.first_view {
  position: relative;
  padding-bottom: 120px;
}
.first_view .main_bg {
  position: absolute;
  top: -2px;
  width: 1920px;
}
.first_view .dot_arrow_group {
  position: absolute;
  z-index: 2;
  top: 60px;
  left: -130px;
  right: 0;
  margin: 0 auto;
  width: 1330.5px;
}
.first_view .content {
  width: 1200px;
  padding-top: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}
.first_view .content h1 {
  width: 617px;
  margin: 0;
}
.first_view .content .left {
  width: 568px;
  position: relative;
  z-index: 1;
}
.first_view .content .right {
  width: 626px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  z-index: 0;
}
.first_view .content .right .relative {
  position: relative;
}
.first_view .supply_copy {
  font-size: 20px;
  font-weight: 700;
  margin: 34px 0 18px;
}
.first_view .search {
  border-radius: 36px;
  border: 2.114px solid var(--color-navy02);
  background: linear-gradient(260deg, rgba(255, 255, 255, 0.6) 27.48%, #fff 57.58%);
  height: 68px;
  max-width: 554px;
  display: flex;
  align-items: center;
  padding: 20px 7.3px 20px 25px;
  box-sizing: border-box;
}
.first_view .search input {
  background-color: initial;
  width: 225px;
  margin-bottom: 0;
}
.first_view .search input::placeholder {
  font-family: var(--font-noto);
  font-size: 18px;
  font-weight: 500;
}
.first_view .search .slanting_border {
  width: 10px;
  margin-right: 36px;
}
.first_view .search .enter_search {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 34px;
  background-color: var(--color-main);
  margin-left: auto;
  flex-shrink: 0;
}
.first_view .search .enter_search img {
  width: 22.5px;
  margin-left: 3px;
}
.first_view .search .bottom_arrow {
  width: 23px;
  position: absolute;
  right: 0;
  top: 5px;
  cursor: pointer;
}
.first_view .search .search_area {
  position: relative;
}
.first_view .search .search_area .search_area_input {
  width: 170px;
  position: static;
  z-index: 0;
  line-height: 1.15;
}
.first_view .search .area_pull_down {
  position: absolute;
  top: -12px;
  left: 72px;
  padding: 16px 18px 16px 38px;
  flex-direction: column;
  align-items: flex-start;
  background-color: #fff;
  box-shadow: -8px 8px 12px 0px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  font-size: 16px;
  font-weight: 510;
  line-height: 30px;
  display: none;
  z-index: 1;
}
.first_view .search .area_pull_down > li:not(:last-child) {
  border-bottom: 1px solid #b7cee4;
}
.first_view .search .area_pull_down > li {
  padding: 9px 0 9px 8px;
  cursor: pointer;
  transition: background 0.2s;
  width: 128px;
  position: relative;
}
.first_view .search .area_pull_down > li:hover {
  background: lightblue;
}
.first_view .search .area_pull_down > li.active:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 19px;
  left: -16px;
  background: url(../img/icon/check_01.png) center center / contain no-repeat;
  width: 14px;
  height: 14px;
}
.first_view .recommend_keyword {
  margin-top: 30px;
  max-width: 450px;
}
.first_view .recommend_keyword .mini_title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 21px;
}
.first_view .recommend_keyword .keyword_list {
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  gap: 12px;
}
.first_view .recommend_keyword .keyword_list a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  border-radius: 24px;
  border: 1px solid var(--color-main);
  background: #fff;
  font-weight: bold;
}
.first_view .scroll_down {
  width: 24px;
  height: 180px;
  flex-shrink: 0;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-navy02);
  font-family: var(--font-nico);
  color: var(--color-gray);
  font-size: 16px;
  font-weight: 400;
  line-height: 122%;
  writing-mode: vertical-rl;
  flex-shrink: 0;
}
.first_view .article {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 668px;
  border-radius: 36px;
  overflow: hidden;
  background-color: #fff;
  position: absolute;
  z-index: 1;
  right: 0;
  transform: translate(3px, -3px);
}
.first_view .article_content {
  padding: 15px 32px;
  width: 576px;
  transform: translateY(10px);
  opacity: 0;
  transition: all 0.1s;
  transition-delay: 2s;
}
.first_view .article_title {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
  color: var(--color-main);
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.first_view .date {
  font-size: 22px;
  font-weight: 600;
  color: var(--color-navy02);
  font-family: var(--font-poppins);
  margin: 12px 0;
}
.first_view .tags {
  display: flex;
  gap: 12.55px;
  flex-wrap: wrap;
}
.first_view .tags li {
  display: flex;
  padding: 8px 12px 5px;
  justify-content: center;
  align-items: center;
  border-radius: 25.1px;
  border: 1px solid var(--color-navy02);
  font-size: 20px;
  font-weight: 700;
  color: var(--color-navy02);
}
.first_view .slanting_arrow_button {
  position: absolute;
  bottom: -40px;
  right: 24px;
}
.first_view .article_thum {
  overflow: hidden;
  height: 384px;
  width: 576px;
}
.first_view .article_thum img {
  transition: transform 0.3s;
  height: 100%;
}
.first_view .article:hover .article_thum img {
  transform: scale(1.1);
}
.first_view .article:hover .slanting_arrow_button {
  background-color: var(--color-navy02);
}
.first_view .article:hover .slanting_arrow_button:after {
  background-image: url("../img/icon/slantign_arrow_white_01.png");
  transform: translate(2px, -2px);
}
#firstViewSlider {
  overflow: hidden;
  height: 668px;
  width: 576px;
  border-radius: 36px;
  position: relative;
  border: 3px solid var(--color-navy02);
}
.first_view .article.active {
  animation: kvSlide 0.4s ease forwards;
  z-index: 3;
}
.first_view .article.active .article_content {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.2s;
  transition-delay: 0.5s;
}
.first_view .article.active_prev {
  z-index: 2;
}
@keyframes kvSlide {
  0% {
    width: 0;
  }
  100% {
    width: 576px;
  }
}
.first_view .sp {
  display: none;
}
.first_view .progress {
  display: flex;
  gap: 12px;
  position: absolute;
  right: 16px;
  top: 368px;
  z-index: 3;
}
.first_view .progress span {
  width: 43px;
  height: 6px;
  border-radius: 10px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.6);
  overflow: hidden;
}
.first_view .progress span:before {
  content: "";
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  position: absolute;
  background-color: #fff;
}
.first_view .progress span.active:before {
  animation: progress 6s linear forwards;
}
@keyframes progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .first_view {
    padding-bottom: 67px;
    position: initial;
  }
  .first_view .pc {
    display: none;
  }
  .first_view .sp {
    display: block;
  }
  .first_view .content {
    flex-direction: column;
    width: 100%;
    z-index: 3;
    padding-top: 0;
    margin-top: -20px;
    overflow-x: hidden;
  }
  .first_view .content .left {
    order: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .first_view .main_bg_sp,
  .first_view .main_bg02_sp {
    position: absolute;
    top: 0;
    margin-inline: auto;
    max-block-size: none;
    max-inline-size: none;
    object-fit: cover;
  }
  .first_view .main_bg02_sp {
    z-index: 2;
    width: 100%;
    top: 40px;
  }
  .first_view .main_bg_sp {
    z-index: 2;
    width: 100vw;
  }
  .first_view .content h1 {
    width: calc(942px / 2);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }
  .first_view .content .right {
    width: 346px;
    gap: 8px;
    margin-right: -22px;
    margin-top: 344px;
  }
  .first_view .article {
    height: 452px;
    border-radius: 24px;
  }
  .first_view .article_thum {
    height: 239px;
    width: 320px;
  }
  .first_view .article_title {
    font-size: 19px;
    line-height: 28px;
    -webkit-line-clamp: 3;
  }
  .first_view .article_content {
    padding: 20px 16px;
    width: 320px;
  }
  .first_view .date {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.36px;
    margin: 4px 0;
  }
  .first_view .tags {
    gap: 8px;
  }
  .first_view .tags li {
    padding: 6px 10px 4px;
    border-radius: 22px;
    font-size: 14px;
    letter-spacing: 0.56px;
  }
  .first_view .slanting_arrow_button {
    bottom: -3px;
    right: 18px;
  }
  .first_view .scroll_down {
    font-size: 14px;
    width: 14px;
    height: 166px;
    border-radius: 4px;
    padding-left: 3px;
  }
  .first_view .supply_copy {
    font-size: 16px;
    font-weight: 510;
    line-height: 24px;
    width: 320px;
    margin: 32px auto 12px;
  }
  .first_view .search {
    width: 320px;
    height: 56px;
    border-radius: 34px;
    padding: 0 0 0 17px;
    font-size: 14px;
  }
  .first_view .search input {
    width: 132px;
  }
  .first_view .search input::placeholder {
    font-size: 14px;
    font-weight: 510;
    font-family: revert;
  }
  .first_view .search .search_area .search_area_input {
    width: 88px;
  }
  .first_view .search .slanting_border {
    width: 8px;
    margin-right: 16px;
  }
  .first_view .search .enter_search {
    width: 46px;
    height: 46px;
    margin-right: 5px;
  }
  .first_view .search .enter_search img {
    width: 17.5px;
    margin-left: 2px;
  }
  .first_view .search .bottom_arrow {
    width: 12px;
  }
  .first_view .search .bottom_arrow {
    right: 7px;
    top: 7px;
  }
  .first_view .search .area_pull_down {
    top: -180px;
    left: -68px;
    z-index: 100;
  }
  .first_view .recommend_keyword {
    margin-top: 19px;
    max-width: 320px;
  }
  .first_view .recommend_keyword .mini_title {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .first_view .recommend_keyword .keyword_list {
    gap: 8px;
  }
  .first_view .recommend_keyword .keyword_list a {
    padding: 8px 12px 6px;
    border-radius: 26px;
    font-weight: 510;
    line-height: 26px;
  }
  #firstViewSlider {
    top: -12px;
    width: 320px;
    height: 452px;
  }
  @keyframes kvSlide {
    0% {
      width: 0;
    }
    100% {
      width: 320px;
    }
  }
  .first_view .progress {
    top: 213px;
    gap: 18px;
  }
  .first_view .progress span {
    width: 32px;
    height: 4px;
  }
}

/***about_travel***/
.about_travel {
  width: 960px;
  height: 194px;
  flex-shrink: 0;
  border: 2px solid var(--color-navy02);
  border-radius: 36px;
  background-color: rgba(255, 255, 255, 0.7);
  background-image: repeating-linear-gradient(
      to bottom,
      rgba(183, 206, 228, 0.1),
      rgba(183, 206, 228, 0.1) 1px,
      transparent 0,
      transparent 30px
    ),
    repeating-linear-gradient(
      to right,
      rgba(183, 206, 228, 0.1),
      rgba(183, 206, 228, 0.1) 1px,
      transparent 0,
      transparent 30px
    );
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  font-weight: 510;
  color: var(--color-main);
  line-height: 30px;
}
.about_travel .nanameue {
  position: absolute;
  top: 40px;
  right: -8px;
  width: 478px;
}
.about_travel .inner {
  width: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
}
.about_travel .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: var(--color-navy02);
  width: 100%;
}
.about_travel .title:after {
  content: "";
  height: 1px;
  width: 100%;
  display: block;
  background-color: var(--color-navy02);
  margin-top: 4px;
}
.about_travel .sentence {
  margin-top: 12px;
}
.about_travel .link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}
.about_travel .link:hover .slanting_arrow_button {
  background-color: var(--color-navy02);
}
.about_travel .link:hover .slanting_arrow_button:after {
  background-image: url(../img/icon/slantign_arrow_white_01.png);
  transform: translate(1px, -1px);
}
.about_travel .slanting_arrow_button {
  margin-left: 16px;
  width: 40px;
  height: 40px;
}
.about_travel .slanting_arrow_button:after {
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 750px) {
  .about_travel {
    width: 320px;
    height: auto;
    padding: 16px;
    border-radius: 24px;
    background-image: none;
    position: relative;
    z-index: 2;
  }
  .about_travel .title {
    font-size: 18px;
    line-height: 26px;
  }
  .about_travel .title:after {
    margin-top: 16px;
  }
  .about_travel .inner {
    width: 100%;
  }
  .about_travel .sentence {
    font-weight: 510;
    line-height: 26px;
    margin: 16px 0 14px;
  }
  .about_travel .nanameue {
    position: absolute;
    top: 12px;
    right: initial;
    left: -33px;
    width: 362px;
    max-inline-size: none;
    max-block-size: none;
  }
}

/***popular_articles***/
.popular_articles {
  padding-bottom: 116px;
  width: 1200px;
  margin: 113px auto;
  position: relative;
}
.popular_articles .list {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  padding: 10px 0 0 10px;
  transform: translate(-10px, -10px);
  z-index: 1;
  position: relative;
  overflow-x: scroll;
  width: calc(100vw - ((100vw - 1200px) / 2));
  max-width: calc(387px * 5 + 28px * 4);
}
.popular_articles .box {
  width: 387px;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.popular_articles .box::before {
  content: "";
  display: block;
  position: absolute;
  left: -10px;
  top: -10px;
  z-index: 1;
  width: 80px;
  height: 79px;
  background: url("../img/icon/triangle_numbering_01.png") center center/ contain no-repeat;
}
.popular_articles .box:nth-child(2):before {
  background-image: url("../img/icon/triangle_numbering_02.png");
}
.popular_articles .box:nth-child(3):before {
  background-image: url("../img/icon/triangle_numbering_03.png");
}
.popular_articles .box:nth-child(4):before {
  background-image: url("../img/icon/triangle_numbering_04.png");
}
.popular_articles .box:nth-child(5):before {
  background-image: url("../img/icon/triangle_numbering_05.png");
}
.popular_articles .thums {
  height: 258px;
  width: 387px;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
}
.popular_articles .tag_list {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin: 14px 0 8px;
}
.popular_articles .tag {
  display: flex;
  padding: 8px 12px 6px;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid var(--color-main);
  border-radius: 20px;
  font-size: 16px;
  font-weight: 700;
}
.popular_articles .title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  position: relative;
  overflow: hidden;
}
.popular_articles .link {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.popular_articles .ranking {
  width: 593px;
  position: absolute;
  top: 26px;
  left: 600px;
}
.popular_articles .link:hover .thums img {
  transform: scale(1.1);
}
.popular_articles .link .thums img {
  transition: transform 0.3s;
}
@media screen and (max-width: 750px) {
  .popular_articles {
    padding: 0 15px;
    margin-bottom: 63px;
    width: 100%;
    position: relative;
    z-index: 2;
  }
  .popular_articles .list {
    width: 100%;
    transform: none;
    padding: 0;
    gap: 21px 8px;
    flex-wrap: wrap;
    overflow-x: visible;
  }
  .popular_articles .box:first-child {
    width: 100%;
  }
  .popular_articles .box .thums {
    width: 100%;
    height: 230px;
  }
  .popular_articles .box:nth-child(n + 2) .thums {
    height: 109px;
  }
  .popular_articles .box {
    width: calc(50% - 8px);
  }
  .popular_articles .box:nth-child(n + 2) {
    padding-bottom: 26px;
  }
  .popular_articles .box::before {
    left: -6px;
    top: -4px;
  }
  .popular_articles .box:nth-child(n + 2):before {
    width: 56px;
    height: 56px;
  }
  .popular_articles .box:nth-of-type(odd):not(:first-child):before {
    left: -14px;
  }
  .popular_articles .title {
    margin-top: 15px;
  }
  .popular_articles .tag {
    font-size: 14px;
  }
  .popular_articles .box:nth-child(n + 2) .tag {
    padding: 6px 9px 4px;
  }
  .popular_articles .tag_list {
    margin: 14px 0 0;
  }
  .popular_articles .box:nth-child(n + 2) .tag_list {
    margin: 12px 0 0;
  }
  .popular_articles .box:nth-child(n + 2) .title {
    -webkit-line-clamp: 2;
    margin-top: 15px;
    font-size: 16px;
    line-height: 24px;
  }
  .popular_articles .link {
    overflow: hidden;
  }
  .popular_articles .box:nth-child(1):before {
    background-image: url(../img/icon/triangle_numbering_sp_01.png);
  }
  .popular_articles .box:nth-child(2):before {
    background-image: url(../img/icon/triangle_numbering_sp_02.png);
  }
  .popular_articles .box:nth-child(3):before {
    background-image: url(../img/icon/triangle_numbering_sp_03.png);
  }
  .popular_articles .box:nth-child(4):before {
    background-image: url(../img/icon/triangle_numbering_sp_04.png);
  }
  .popular_articles .box:nth-child(5):before {
    background-image: url(../img/icon/triangle_numbering_sp_05.png);
  }
  .popular_articles .ranking {
    width: 340px;
    top: -10px;
    left: 32px;
  }
}

/***voice***/
.voice {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 48px;
}
.voice .wrap {
  position: relative;
  width: 1210px;
  padding: 56px 0;
  margin: 0 auto;
}
.voice .interview {
  position: absolute;
  top: 82px;
  right: 0;
  width: 758px;
}
.voice .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 26px;
  max-width: 1176px;
  padding-bottom: 80px;
}
.voice .article {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 668px;
  width: 100%;
  border-radius: 36px;
  overflow: hidden;
  background-color: #fff;
  position: relative;
}
.voice .article_content {
  padding: 15px 32px 0;
}
.voice .article_title {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
  color: var(--color-main);
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.voice .date {
  font-size: 22px;
  font-weight: 600;
  color: var(--color-navy02);
  font-family: var(--font-poppins);
  margin: 12px 0;
}
.voice .tags {
  display: flex;
  gap: 12.55px;
  flex-wrap: wrap;
}
.voice .tags li {
  display: flex;
  padding: 8px 12px 5px;
  justify-content: center;
  align-items: center;
  border-radius: 25.1px;
  border: 1px solid var(--color-navy02);
  font-size: 20px;
  font-weight: 700;
  color: var(--color-navy02);
}
.voice .more {
  position: absolute;
  bottom: 24px;
  right: 24px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.voice .more .word {
  display: none;
  font-weight: 510;
  line-height: 26px;
}
.voice .article_thum {
  overflow: hidden;
  height: 361px;
  width: calc(100% - 48px);
  border-radius: 24px;
  margin: 24px auto 0;
}
.voice .article_thum img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.voice .article:hover .article_thum img {
  transform: scale(1.1);
}
.voice .slanting_arrow_button {
  background-color: initial;
}
.voice .slanting_arrow_button:hover {
  background-color: var(--color-main);
}
.voice .left .article_title,
.voice .left .date,
.voice .left .tags li {
  color: var(--color-gray);
}
.voice .left .slanting_arrow_button {
  background-color: initial;
  border-color: #fff;
  margin-left: auto;
}
.voice .left .slanting_arrow_button:after {
  background-image: url(../img/icon/slantign_arrow_white_01.png);
}
.voice .left .article:hover .slanting_arrow_button {
  background-color: #fff;
}
.voice .left .article:hover .slanting_arrow_button:after {
  background-image: url(../img/icon/slanting_arrow_blue_01.png);
  transform: translate(2px, -2px);
}
.voice .content .left {
  max-width: 590px;
  flex-shrink: 0;
}
.voice .left .tags li {
  border-color: var(--color-gray);
}
.voice .left .article {
  background: url(../img/background/box_gradation_01.png) center / cover repeat;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
  mix-blend-mode: multiply;
}
.voice .content .right {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 712px;
  max-width: 560px;
  overflow-y: scroll;
  margin-top: 8px;
  flex-shrink: 0;
}
.voice .right .link {
  display: flex;
  gap: 16px;
}
.voice .right .article_content {
  padding: 0;
}
.voice .right .thums {
  width: 243px;
  height: 162px;
  border-radius: 16px;
  flex-shrink: 0;
  overflow: hidden;
}
.voice .right .thums img {
  transition: transform 0.3s;
  border-radius: 16px;
}
.voice .right .link:hover .thums img {
  transform: scale(1.1);
}
.voice .right .article_title {
  font-size: 20px;
  line-height: 30px;
  -webkit-line-clamp: 3;
}
.voice .right .date {
  font-size: 16px;
  letter-spacing: 0.48px;
  font-weight: 600;
  margin: 4px 0;
}
.voice .right .tags li {
  padding: 4px 12px 2px;
  font-size: 18px;
  font-weight: 510;
}
@media screen and (max-width: 750px) {
  .voice {
    border-radius: 32px;
    padding: 76px 0 0;
    position: relative;
    z-index: 2;
  }
  .voice h2 {
    margin: 0 0 34px 18px;
  }
  .voice .wrap {
    padding: 0;
    width: 100%;
  }
  .voice .interview {
    width: 433px;
    top: -12px;
    left: -75px;
  }
  .voice .content {
    flex-direction: column;
    gap: 37px;
    padding-bottom: 133px;
    align-items: center;
  }
  .voice .article_thum {
    width: 100%;
    height: auto;
    margin: 0;
  }
  .voice .article {
    padding: 16px 16px 20px;
    box-sizing: border-box;
    height: auto;
  }
  .voice .article_title {
    font-size: 19px;
    margin: 0 0 3px;
    line-height: 28px;
  }
  .voice .article_content {
    padding: 16px 0 0;
  }
  .voice .date {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.36px;
    margin: 12px 0 8px;
  }
  .voice .tags {
    gap: 8px 12px;
  }
  .voice .tags li {
    font-size: 14px;
    letter-spacing: 0.56px;
  }
  .voice .content .right {
    padding: 0 16px;
    height: auto;
    overflow-y: visible;
  }
  .voice .right .link {
    gap: 6px;
    align-items: center;
  }
  .voice .right .thums {
    width: 143px;
    min-height: 108px;
    height: auto;
  }
  .voice .right .thums img {
    min-height: 108px;
  }
  .voice .right .article_title {
    font-size: 14px;
    line-height: normal;
    letter-spacing: 0.56px;
    line-height: 1.22;
  }
  .voice .right .date {
    font-size: 16px;
    letter-spacing: normal;
    font-weight: 500;
    margin-top: 12px;
  }
  .voice .right .tags li {
    padding: 1px 8px;
    font-size: 14px;
  }
  .voice .more {
    bottom: 56px;
    right: 16px;
  }
  .voice .more .word {
    display: block;
  }
  .voice .slanting_arrow_button {
    width: 40px;
    height: 40px;
    margin-right: 8px;
  }
  .voice .slanting_arrow_button:after {
    width: 16px;
    height: 16px;
  }
  .voice .content .left {
    max-width: initial;
  }
}

/***search_area_section***/
.search_area_section {
  padding: 120px 0 88px;
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.search_area_section .menu_lv02 {
  display: flex;
  align-items: center;
  align-content: center;
  gap: 16px;
  flex-wrap: wrap;
  gap: 20px * 3;
  width: 956px;
  margin: 0 auto;
}
.search_area_section .li_lv02 {
  width: calc(100% / 4 - ((20px * 3) / 4));
}
.search_area_section .li_lv02 > a {
  border-radius: 38px;
  border: 1px solid var(--color-main);
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px;
  box-sizing: border-box;
  font-size: 22px;
  font-weight: 700;
}
.search_area_section .li_lv02 > a img {
  width: 82px;
  height: 82px;
  border-radius: 30px;
}
.search_area_section .li_lv02 > a > * {
  transition: opacity 0.2s;
}
.search_area_section .li_lv02 > a:hover > * {
  opacity: 0.9;
}
.search_area_section .img_search {
  position: absolute;
  width: 494px;
  right: 0;
  top: 10px;
}
.search_area_section .wrap {
  position: relative;
}
@media screen and (max-width: 750px) {
  .search_area_section {
    padding: 56px 16px 72px;
    width: 100%;
  }
  .search_area_section .menu_lv02 {
    flex-wrap: wrap;
    width: 100%;
    gap: 12px 15px;
  }
  .search_area_section .li_lv02 {
    width: calc(50% - 15px / 2);
  }
  .search_area_section .li_lv02 > a {
    padding: 10px;
    font-size: 14px;
    letter-spacing: 0.56px;
    gap: 8px;
    border-radius: 28px;
  }
  .search_area_section .li_lv02 > a img {
    width: 72px;
    empty-cells: 72px;
    border-radius: 22px;
  }
  .search_area_section .img_search {
    position: absolute;
    width: 284px;
    right: -20px;
    top: -18px;
  }
  .search_area_section h2 {
    margin-bottom: 26px;
  }
}

/***search_season***/
.search_season {
  padding: 80px 0 50px;
  background: linear-gradient(22deg, rgba(255, 86, 157, 1) 0%, rgba(255, 248, 84, 1) 100.65%);
  mix-blend-mode: multiply;
  border-radius: 48px;
  opacity: 1;
  transition:
    opacity 0.3s,
    visibility 0.3s;
  position: relative;
  overflow: hidden;
}
.search_season h2 {
  color: #fff;
}
.search_season h2:before {
  background-color: #fff;
}
.search_season .wrap {
  width: 1200px;
  margin: 0 auto;
}
.search_season .list {
  display: flex;
  justify-content: space-between;
  padding: 10px 0 0 10px;
  transform: translate(-10px, -10px);
  z-index: 1;
  position: relative;
  width: calc(100vw - ((100vw - 1200px) / 2));
  max-width: calc(418px * 5 + 28px * 4);
}
.search_season .box {
  width: 418px;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.search_season .box:not(:last-child) {
  margin-right: 28px;
}
.search_season .thums {
  height: 278px;
  width: 418px;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
}
.search_season .tag_list {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.search_season .tag {
  display: flex;
  padding: 4px 12px 2px;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 20px;
  font-size: 18px;
  font-weight: 510;
  color: #fff;
}
.search_season .title {
  position: relative;
  overflow: hidden;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: #fff;
  margin: 14px 0;
}
.search_season .link {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.search_season .ranking {
  width: 593px;
  position: absolute;
  top: 26px;
  left: 600px;
}
.search_season .link:hover .thums img {
  transform: scale(1.1);
}
.search_season .link .thums img {
  transition: transform 0.3s;
  height: 100%;
}
.search_season .tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  width: 400px;
  margin: 0 auto;
}
.search_season .tab {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 42px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search_season .tab:not(.active) {
  cursor: pointer;
}
.search_season .tab.active:before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background-color: #2a2a2a;
  mix-blend-mode: overlay;
  position: absolute;
  top: -2px;
  bottom: 0;
  margin: auto;
  border-radius: 100%;
  transform: translate(-1px, -2px);
}
.search_season .tab:after {
  content: "";
  width: 0;
  height: 4px;
  border-radius: 4px;
  position: absolute;
  bottom: -7px;
  display: block;
  background-color: #fff;
  transition: width 0.3s;
}
.search_season .tab.active:after,
.search_season .tab:not(.active):hover:after {
  width: 60px;
}
.search_season .control_season {
  margin-bottom: 60px;
  position: relative;
}
.search_season .wrap_button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin: 77px 110px 0 auto;
}
.search_season .wrap_button img {
  width: 60px;
  cursor: pointer;
}
.search_season .content {
  display: none;
  flex-direction: column;
}
.search_season .content.active {
  display: flex;
}

.search_season .season_img {
  position: absolute;
  right: 0;
  top: 10px;
  background: url(../img/top/spring.png) center/contain no-repeat;
  width: 515px;
  height: 137px;
  z-index: -1;
}
.search_season.summer_tab {
  background: linear-gradient(32deg, #0b9908 14.5%, #18d8f3 90.5%);
}
.search_season.autumn_tab,
.search_season.fall_tab {
  background: linear-gradient(32deg, #f04e2a 11.24%, #dff209 82.94%);
}
.search_season.winter_tab {
  background: linear-gradient(32deg, #0077bc 11.39%, #5d7de1 48.98%, #e59aff 86.57%);
}
.search_season.hidden {
  visibility: hidden;
  opacity: 0;
}
.search_season.summer_tab .season_img {
  background-image: url("../img//top/summer.png");
  width: 522px;
}
.search_season.autumn_tab .season_img,
.search_season.fall_tab .season_img {
  background-image: url("../img//top/autumn.png");
  width: 514px;
}
.search_season.winter_tab .season_img {
  background-image: url("../img//top/winter.png");
  width: 514px;
}
.search_season:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-image: repeating-linear-gradient(
      to bottom,
      rgba(183, 206, 228, 0.2),
      rgba(183, 206, 228, 0.2) 1px,
      transparent 0,
      transparent 30px
    ),
    repeating-linear-gradient(
      to right,
      rgba(183, 206, 228, 0.2),
      rgba(183, 206, 228, 0.2) 1px,
      transparent 0,
      transparent 30px
    );
}
@media screen and (max-width: 750px) {
  .search_season {
    border-radius: 32px;
    padding: 72px 0 28px;
  }
  .search_season h2 {
    margin-bottom: 29px;
    margin-left: 21px;
  }
  .search_season .wrap {
    width: 100%;
  }
  .search_season .control_season {
    margin-bottom: 23px;
  }
  .search_season .season_img {
    top: -21px;
    left: 66px;
    width: 315px !important;
    height: 43px;
  }
  .search_season .tabs {
    margin-bottom: 0;
    gap: 37px;
  }
  .search_season .tab.active:before {
    height: 40px;
    width: 40px;
  }
  .search_season .tab {
    font-size: 19px;
    line-height: 28px;
  }
  .search_season .tab.active:after,
  .search_season .tab:not(.active):hover:after {
    width: 40px;
    bottom: -3px;
  }
  .search_season .tab span {
    transform: translateY(-2px) translateX(-1px);
  }
  .search_season .box {
    width: calc(100vw - 100px);
  }
  .search_season .box:not(:last-child) {
    margin-right: 16px;
  }
  .search_season .list {
    width: 100%;
    padding: 0;
    transform: none;
  }
  .search_season .thums {
    height: auto;
    width: 100%;
  }
  .search_season .title {
    font-size: 18px;
    line-height: 26px;
    overflow: hidden;
    margin: 12px 0;
  }
  .search_season .tag_list {
    gap: 10px;
  }
  .search_season .tag {
    padding: 4px 8px 2px;
    font-size: 14px;
    font-weight: 510;
  }
  .search_season .wrap_button {
    gap: 15px;
    margin: 13px 41px 0 auto;
  }
  .search_season .wrap_button img {
    width: 40px;
  }
  .search_season .link .thums img {
    height: initial;
  }
}

/***banner_section***/
.banner_section {
  padding: 87px 0 100px;
}
.banner_section .banner_01 {
  width: 600px;
  height: 450px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .banner_section {
    padding: 61px 16px 107px;
  }
  .banner_section .banner_01 {
    width: auto;
    height: auto;
  }
}

/***information***/
.information {
  position: relative;
  margin: 0 auto 140px;
  width: 1200px;
  padding: 0 0 50px;
}
.information .news_list {
  margin: 50px 0 0 20px;
}
.information .box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.information .icon {
  color: #fff;
  background-color: var(--color-navy02);
  font-size: 18px;
  font-weight: 510;
  padding: 4px 8px 2px;
  border-radius: 10px;
  flex-shrink: 0;
}
.information .date {
  font-family: var(--font-poppins);
  font-size: 16px;
  font-weight: 500;
  margin: 0 22px 0 12px;
  flex-shrink: 0;
}
.information .sentence {
  font-size: 18px;
  font-weight: 790;
  line-height: 28px;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.information .more {
  background-color: initial;
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  gap: 16px;
  color: var(--color-navy02);
}
.information .slanting_arrow_button:hover {
  background-color: var(--color-main);
}
.information .news {
  position: absolute;
  top: 20px;
  right: 0;
  width: 341px;
}
.information .slanting_arrow_button {
  border-color: var(--color-main);
  background-color: initial;
}
.information .slanting_arrow_button:before {
  background-image: url("../img/icon/slanting_arrow_blue_02.png");
}
@media screen and (max-width: 750px) {
  .information {
    width: 100%;
    padding: 0 16px;
    margin-bottom: 191px;
  }
  .information h2 {
    margin-bottom: 24px;
  }
  .information .news {
    top: -34px;
    width: 195px;
  }
  .information .news_list {
    margin: 0;
  }
  .information .icon {
    font-size: 14px;
  }
  .information .date {
    margin: 0 0 0 12px;
  }
  .information .box {
    flex-wrap: wrap;
  }
  .information .sentence {
    margin-top: 8px;
    font-size: 14px;
    letter-spacing: 0.56px;
    overflow: hidden;
    line-height: normal;
  }
  .information .word {
    line-height: 26px;
  }
  .information .more {
    bottom: -76px;
    right: 16px;
    font-weight: 510;
  }
  .information .slanting_arrow_button {
    width: 40px;
    height: 40px;
  }
  .information .slanting_arrow_button:after {
    width: 17px;
    height: 17px;
  }
}

/***instagram_section***/
.instagram_section {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.instagram_section .supply_h2 {
  color: var(--color-navy03);
  font-family: var(--font-poppins);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.76px;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.instagram_section h2 {
  margin-bottom: 20px;
}
.instagram_section .instagram {
  position: absolute;
  right: 0;
  top: 45px;
  width: 769px;
}
.instagram_section .intro {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 45px 25px;
  gap: 44px;
}
.instagram_section .account_image {
  width: 112px;
  border-radius: 100%;
}
.instagram_section .intro dd {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.instagram_section .account_id {
  font-size: 20px;
  font-weight: 700;
}
.instagram_section .account_sentence {
  font-size: 18px;
  font-weight: 790;
  line-height: 28px;
}
.instagram_section .wrap_imgs {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 30px;
}
.instagram_section .box {
  width: calc(100% / 3 - 60px / 3);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.instagram_section .box img {
  border-radius: 20px;
}
.instagram_section .col1 {
  max-height: 380px;
  height: 100%;
}
.instagram_section .col2 {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  max-height: 184px;
  height: 100%;
}
.instagram_section .box:nth-child(2) .col1 {
  order: 1;
}
.instagram_section .more {
  background-color: initial;
  position: absolute;
  right: 48px;
  bottom: calc(-27px + -48px);
  display: flex;
  align-items: center;
  gap: 16px;
  color: var(--color-main);
}
.instagram_section .more .word {
  display: none;
  line-height: 26px;
  font-weight: 510;
}
.instagram_section .slanting_arrow_button {
  background-color: initial;
  border-color: var(--color-main);
}
.instagram_section .slanting_arrow_button:after {
  background-image: url(../img/icon/slanting_arrow_blue_02.png);
}
.instagram_section .slanting_arrow_button:hover {
  background-color: var(--color-main);
}
.instagram_section .slanting_arrow_button:hover:after {
  background-image: url(../img/icon/slantign_arrow_white_01.png);
}
@media screen and (max-width: 750px) {
  .instagram_section {
    padding: 0 16px;
    width: 100%;
  }
  .instagram_section .supply_h2 {
    position: relative;
    z-index: 1;
  }
  .instagram_section h2 {
    margin-left: 11px;
  }
  .instagram_section .instagram {
    right: initial;
    left: -57px;
    top: 0;
    width: 433px;
    max-inline-size: none;
  }
  .instagram_section .account_image {
    width: 72px;
  }
  .instagram_section .intro dt {
    flex-shrink: 0;
  }
  .instagram_section .intro {
    gap: 24px;
    margin: 0 0 52px 0;
  }
  .instagram_section .account_id {
    font-size: 16px;
    font-weight: 500;
  }
  .instagram_section .account_sentence {
    font-size: 16px;
    font-weight: 510;
    line-height: 26px;
  }
  .instagram_section .box:nth-child(2) .col1 {
    order: initial;
  }
  .instagram_section .col2 {
    flex-direction: column;
    gap: 8px;
    max-height: initial;
  }
  .instagram_section .wrap_imgs {
    gap: 9.8px;
  }
  .instagram_section .box {
    width: calc(100% / 3 - 9.8px / 3);
  }
  .instagram_section .box img {
    border-radius: 9.6px;
  }
  .instagram_section .more {
    right: 16px;
  }
  .instagram_section .more .word {
    display: block;
  }
  .instagram_section .slanting_arrow_button {
    width: 40px;
    height: 40px;
  }
  .instagram_section .slanting_arrow_button:after {
    width: 17px;
    height: 17px;
  }
}
