.randsel.archive .contents.bg_liteGray {
  padding-top: 106px;
  padding-bottom: 72px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .randsel.archive .contents.bg_liteGray {
    padding-top: 46px;
    padding-bottom: 40px;
  }
}
.randsel.archive .contents.bg_navy {
  padding-top: 126px;
  padding-bottom: 138px;
}
@media screen and (max-width: 768px) {
  .randsel.archive .contents.bg_navy {
    padding-top: 66px;
    padding-bottom: 75px;
    overflow: hidden;
  }
}
.randsel_inner {
  width: 100%;
  max-width: 1330px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .randsel_inner {
    max-width: 100%;
    padding: 0 20px;
  }
}
.randsel .page_primary_title:not(:first-child) {
  margin-top: 125px;
}
@media screen and (max-width: 768px) {
  .randsel .page_primary_title:not(:first-child) {
    position: relative;
    margin-top: 48px;
    padding-top: 68px;
  }
}
@media screen and (max-width: 768px) {
  .randsel .page_primary_title:not(:first-child)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background: #D9D9D9;
  }
}
.randsel_carousel {
  padding-top: 10px;
}
@media screen and (min-width: 769px) {
  .randsel_carousel {
    -webkit-transform: translateX(-21.1805555556vw) !important;
            transform: translateX(-21.1805555556vw) !important;
    overflow: visible;
  }
}
@media screen and (max-width: 768px) {
  .randsel_carousel {
    padding-bottom: 20px;
  }
}
.randsel_carousel_item {
  position: relative;
  width: 38.8888888889%;
  height: auto;
  margin: 0 1.7361111111%;
}
@media screen and (max-width: 768px) {
  .randsel_carousel_item {
    width: 84vw;
    margin: 0 5.3333333333vw;
  }
}
.randsel_carousel_item_category {
  position: absolute;
  top: 11px;
  left: 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 26px;
  background: #FFFFFF;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .randsel_carousel_item_category {
    top: 10px;
    left: -1px;
  }
}
.randsel_carousel_item_category::before, .randsel_carousel_item_category::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 26px;
  background-size: cover;
  background-repeat: no-repeat;
}
.randsel_carousel_item_category::before {
  left: -10px;
  width: 42px;
  height: 28px;
  background-image: url(../img/randsel/category_label_left.svg);
}
.randsel_carousel_item_category::after {
  right: -18px;
  width: 43px;
  height: 28px;
  background-image: url(../img/randsel/category_label_right.svg);
}
.randsel_carousel_item_category_text {
  position: relative;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  z-index: 1;
}
.randsel_carousel_item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 100%;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .randsel_carousel_item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.randsel_carousel_item_image {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .randsel_carousel_item_image {
    width: 100%;
    position: relative;
    padding-bottom: 63.4920634921%;
    overflow: hidden;
  }
}
.randsel_carousel_item_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media screen and (max-width: 768px) {
  .randsel_carousel_item_image img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.randsel_carousel_item_detail {
  position: relative;
  width: 50%;
  padding: 19px 34px 82px 31px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .randsel_carousel_item_detail {
    width: 100%;
    padding-top: 21px;
    padding-bottom: 63px;
  }
}
.randsel_carousel_item_title {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .randsel_carousel_item_title {
    font-size: 1.6rem;
  }
}
.randsel_carousel_item_date {
  position: absolute;
  bottom: 24px;
  left: 30px;
  font-size: 1.4rem;
  letter-spacing: 1px;
  font-family: "Outfit", sans-serif;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .randsel_carousel_item_date {
    bottom: 24px;
    font-size: 1.3rem;
  }
}
.randsel_carousel_item_icon {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 31px;
  height: 31px;
}
@media screen and (max-width: 768px) {
  .randsel_carousel_item_icon {
    bottom: 10px;
    right: 10px;
    width: 23px;
    height: 23px;
  }
}
.randsel_carousel .swiper-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 15px;
  position: unset;
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  .randsel_carousel .swiper-pagination {
    -webkit-transform: translateX(21.1805555556vw);
            transform: translateX(21.1805555556vw);
  }
}
@media screen and (max-width: 768px) {
  .randsel_carousel .swiper-pagination {
    margin-top: 30px;
  }
}
.randsel_carousel .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #D9D9D9;
  border-radius: 50px;
  opacity: 1;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.randsel_carousel .swiper-pagination-bullet-active {
  width: 16px;
  background: #F17D63;
}
.randsel_carousel .swiper-navigation {
  position: absolute;
  top: 0;
  bottom: 1.9444444444vw;
  margin: auto;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .randsel_carousel .swiper-navigation {
    -webkit-transform: translateX(21.1805555556vw);
            transform: translateX(21.1805555556vw);
  }
}
@media screen and (max-width: 768px) {
  .randsel_carousel .swiper-navigation {
    top: unset;
    bottom: 14px;
  }
}
.randsel_carousel .swiper-navigation-prev, .randsel_carousel .swiper-navigation-next {
  width: 0.8333333333vw;
  height: 1.5277777778vw;
}
@media screen and (max-width: 768px) {
  .randsel_carousel .swiper-navigation-prev, .randsel_carousel .swiper-navigation-next {
    width: 12px;
    height: 22px;
  }
}
.randsel_carousel .swiper-navigation-prev img, .randsel_carousel .swiper-navigation-next img {
  display: block;
  width: 100%;
}
.randsel_carousel .swiper-navigation-prev {
  left: 7.1527777778vw;
}
@media screen and (max-width: 768px) {
  .randsel_carousel .swiper-navigation-prev {
    left: 8vw;
  }
}
.randsel_carousel .swiper-navigation-next {
  right: 7.1527777778vw;
}
@media screen and (max-width: 768px) {
  .randsel_carousel .swiper-navigation-next {
    right: 8vw;
  }
}
.randsel_grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 90px 50px;
}
@media screen and (max-width: 768px) {
  .randsel_grid {
    gap: 40px 0;
  }
}
.randsel_grid_item {
  position: relative;
  width: calc((100% - 150px) / 4);
}
@media screen and (max-width: 768px) {
  .randsel_grid_item {
    width: 100%;
  }
}
.randsel_grid_item_new {
  position: absolute;
  top: -10px;
  left: 20px;
  width: 44px;
}
@media screen and (max-width: 768px) {
  .randsel_grid_item_new {
    top: -5px;
    left: 10px;
    width: 31px;
  }
}
@media screen and (max-width: 768px) {
  .randsel_grid_item a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 0 5.8666666667vw;
  }
}
.randsel_grid_item_image {
  border-radius: 6px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .randsel_grid_item_image {
    width: 41.6vw;
  }
}
.randsel_grid_item_image img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .randsel_grid_item_image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
}
.randsel_grid_item_detail {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .randsel_grid_item_detail {
    width: 41.6vw;
    margin-top: -4px;
  }
}
.randsel_grid_item_meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 14px;
}
@media screen and (max-width: 768px) {
  .randsel_grid_item_meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2px 0;
  }
}
.randsel_grid_item_date {
  position: relative;
  color: #FFFFFF;
  font-family: "Outfit", sans-serif;
  letter-spacing: 1px;
  line-height: 1.8;
  padding-right: 15px;
}
@media screen and (max-width: 768px) {
  .randsel_grid_item_date {
    font-size: 1.3rem;
    padding: 0;
  }
}
.randsel_grid_item_date::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 12px;
  background: #D9D9D9;
}
@media screen and (max-width: 768px) {
  .randsel_grid_item_date::after {
    content: none;
  }
}
.randsel_grid_item_category {
  color: #FFFFFF;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .randsel_grid_item_category {
    font-size: 1.1rem;
  }
}
.randsel_grid_item_title {
  color: #FFFFFF;
  letter-spacing: 0.1em;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .randsel_grid_item_title {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    line-height: 1.8;
    margin-top: 14px;
  }
}
.randsel_recommend_block {
  margin-top: 34px;
}
@media screen and (max-width: 768px) {
  .randsel_recommend_block {
    margin-top: 26px;
  }
}
.randsel_popular_block, .randsel_news_block, .randsel_related_block {
  margin-top: 66px;
}
@media screen and (max-width: 768px) {
  .randsel_popular_block, .randsel_news_block, .randsel_related_block {
    margin-top: 40px;
  }
}
.randsel .pagination .wp-pagenavi a,
.randsel .pagination .wp-pagenavi span {
  color: #FFFFFF;
}
.randsel .pagination .wp-pagenavi a.current,
.randsel .pagination .wp-pagenavi span.current {
  color: #F17D63;
}
.randsel.related {
  padding-top: 128px;
  padding-bottom: 126px;
}
@media screen and (max-width: 768px) {
  .randsel.related {
    padding-top: 66px;
    padding-bottom: 74px;
  }
}
@media screen and (max-width: 768px) {
  .randsel.related .randsel_inner {
    padding: 0;
  }
}
.randsel.related .related_grid {
  padding-top: 10px;
}
@media screen and (min-width: 769px) {
  .randsel.related .related_grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 0 50px;
  }
}
.randsel.related .related_item {
  position: relative;
  width: calc((100% - 150px) / 4);
}
@media screen and (max-width: 768px) {
  .randsel.related .related_item {
    width: 74.6666666667vw;
    margin: 0 4vw;
  }
}
.randsel.related .related_item_new {
  position: absolute;
  top: -10px;
  left: 10px;
  width: 44px;
  height: 50px;
  z-index: 1;
}
.randsel.related .related_item_image {
  border-radius: 6px;
  overflow: hidden;
}
.randsel.related .related_item_image img {
  width: 100%;
}
.randsel.related .related_item_detail {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .randsel.related .related_item_detail {
    margin-top: 24px;
  }
}
.randsel.related .related_item_meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 14px;
}
@media screen and (max-width: 768px) {
  .randsel.related .related_item_meta {
    gap: 0 15px;
  }
}
.randsel.related .related_item_date {
  position: relative;
  color: #FFFFFF;
  font-size: 1.4rem;
  font-family: "Outfit", sans-serif;
  letter-spacing: 1px;
  line-height: 1.8;
  padding-right: 15px;
}
@media screen and (max-width: 768px) {
  .randsel.related .related_item_date {
    font-size: 1.3rem;
  }
}
.randsel.related .related_item_date::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 12px;
  background: #D9D9D9;
}
.randsel.related .related_item_category {
  color: #FFFFFF;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  font-weight: bold;
}
.randsel.related .related_item_title {
  color: #FFFFFF;
  letter-spacing: 0.1em;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .randsel.related .related_item_title {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    line-height: 1.8;
    margin-top: 13px;
  }
}
@media screen and (min-width: 769px) {
  .randsel.related .swiper-slide {
    width: calc((100% - 150px) / 4);
  }
}
@media screen and (max-width: 768px) {
  .randsel.related .swiper-slide {
    width: 74.6666666667vw;
    margin: 0 4vw;
  }
}
@media screen and (min-width: 769px) {
  .randsel.related .swiper-navigation {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .randsel.related .swiper-navigation {
    position: absolute;
    top: 26.1333333333vw;
    z-index: 1;
  }
}
@media screen and (max-width: 768px) {
  .randsel.related .swiper-navigation-prev, .randsel.related .swiper-navigation-next {
    width: 3.2vw;
    height: unset;
  }
}
.randsel.related .swiper-navigation-prev img, .randsel.related .swiper-navigation-next img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .randsel.related .swiper-navigation-prev {
    left: 6.9333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .randsel.related .swiper-navigation-next {
    right: 6.9333333333vw;
  }
}