@charset "utf-8";
@font-face {
  font-family: 'Pretendard-Regular';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff')
  format('woff');
  font-weight: 400;
  font-style: normal;
}

.bg-081b27 {
  background-color: #081b27;
}
.bg-980405 {
  background-color: #980405;
}

/*body {*/
/*  background-size: cover;*/
/*  background-image: url(../img/main_background.png);*/
/*  background-repeat: no-repeat;*/
/*  background-color: #020310;*/
/*}*/

main{
  position: relative;
  top: -97px;
}

.background-slider-container {
  position: relative;
  min-height: 1001px;
  height: 100vh;
  overflow: hidden;
}

.background-swiper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100vh !important;
  z-index: -1;
}

.background-swiper .swiper-wrapper {
  height: 100vh !important;
}

.background-slide {
  width: 100%;
  height: 100vh !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.background-slide.slide1 {
  background-image: url('../img/new_mv1.jpg');
}

.background-slide.slide2 {
  background-image: url('../img/new_mv2.jpg');
}

.main_vis {
  position: absolute;
  z-index: 10;
  min-height: 100vh;
  display: flex
;
  align-items: center;
  padding: 2rem 0;
  box-sizing: border-box;
  width: 100%;
  top: 80px;
}
.main_banner{
  height: 1254px;
  background-color:#070b1b;
}




@media (max-width: 768px) {
  .background-slider-container, .background-swiper, .background-swiper .swiper-wrapper, .background-slide, .main_vis {
    height: unset;
    min-height: 100vh;
  }
  .main_vis .txts {
    margin-top: 177px !important;
    height: 63vh !important;
  }
  .main_banner {
    height: 103vh;
    background-color: #070b1b;
  }
  .background-slide.slide2 {
    background-position-x: 64%;
  }
  .background-slide.slide1 {
    background-position-x: 64%;
  }
}







.mv_1_box {
  width: 32%;
  height: 298px;
  margin-bottom: 45px;
  border-radius: 15px;
  overflow: hidden;
}
.mv_1_box .img_wrap {
  min-height: 170px;
}

.mv_1_box_first_p {
  height: 47px;
}
.white_vertical {
  content: '';
  height: 100px;
  width: 1px;
  background-color: #fff;
}
.main_sect1 {
  height: 258px;
  padding: 60px 0;
  background: #fff;
}
.main_sect2 {
  background-color: #f8f8f8;
}
.ms1_youtube_slider {
  position: relative;
  height: 258px;
}

.youtube-slide {
  /* padding: 0 10px; */
  outline: none;
  height: 258px;
}

.youtube-iframe-wrapper {
  height: 258px;
  position: relative;
  border-radius: 15px;
  overflow: hidden;

  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.slick-list {
  height: 258px;
}

.youtube-iframe-wrapper.normal {
  height: 258px;
  width: 450px;
  margin: 0 auto;
}

.youtube-iframe-wrapper.shorts {
  height: 258px;
  width: 200px;
  margin: 0 auto;
}

.youtube-iframe-wrapper iframe {
  height: 258px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border: none;
}

.slick-prev,
.slick-next {
  width: 50px !important;
  height: 50px !important;
  background: rgb(255, 255, 255) !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  z-index: 10;
  transition: all 0.3s ease;
}

.slick-prev {
  left: -20px !important;
}

.slick-next {
  right: -20px !important;
}

.slick-prev:before,
.slick-next:before {
  font-size: 18px !important;
  color: #333;
}

.slick-prev:before {
  content: '‹';
  font-family: 'Pretendard-Regular';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff')
  format('woff');
}

.slick-next:before {
  content: '›';
  font-family: 'Pretendard-Regular';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff')
  format('woff');
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  gap: 10px !important;
}

.slick-track {
  display: flex;
  align-items: center;
}

.slick-slide {
  height: auto;
}
.viewmore_btn {
  transition: 0.3s all ease;
}
.viewmore_btn:hover {
  /* font-weight: bold; */
  transform: scale(1.05);
}
.ms2_box {
  border-radius: 20px;
  height: 436px;
  width: 32%;
  overflow: hidden;
  transition: all 0.3s ease-in;
}

.ms2_box:hover .img_wrap img {
  transform: scale(1.1);
}

.ms2_box .img_wrap {
  height: 270px;
  overflow: hidden;
}

.ms2_box .img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.ms2_box_content {
  padding: 20px;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
}

.ms2_icon {
  top: 4%;
  right: 4%;
}

.ms2_box_content_first_p {
  min-height: 75px;
  margin-bottom: 20px;
}

.ms2_box_content_2th_p {
  margin-bottom: 20px;
}

.rank_table {
  background-color: #222;
}

.ranking-container {
  /*height: 400px;*/
  margin: 0 auto;
  padding: 20px;
  background-color: #222;
  overflow: hidden;
  background-color: #222;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.ranking-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #222;
  color: #fff;
}

.ranking-table thead {
}

.ranking-table th {
  padding: 16px 20px;
  text-align: left;
  border-bottom: 1px solid #fff;
}

.ranking-table th:first-child {
  /* width: 40px; */
}
.ranking-table th:nth-child(2) {
  width: 80px;
}

.ranking-table th:last-child {
  width: 120px;
}

.ranking-table tbody tr {
  border-bottom: #ccc;
}

.ranking-table td {
  padding: 18px 15px;
  border-bottom: 1px solid #cccccc57;
}

.ranking-table .rank {
  text-align: center;
}

.ms2_content_left{
  width:933px;
  margin-bottom: 30px !important;

}
.ms2_content_right{
  width:333px;
  margin-bottom: 30px;
}

/* 반응형 */
@media screen and (max-width: 768px) {
  .slick-prev {
    left: 10px;
  }

  .slick-next {
    right: 10px;
  }

  .youtube-iframe-wrapper.normal {
    width: 295px;
    height: 253px;
    margin: 15px ;
  }

  .youtube-iframe-wrapper.shorts {
    width: 295px;
    height: 253px;
  }
}

/*@media screen and (min-width: 769px) and (max-width: 1024px) {*/
/*  .youtube-iframe-wrapper.normal {*/
/*    width: 350px;*/
/*  }*/

/*  .youtube-iframe-wrapper.shorts {*/
/*    width: 130px;*/
/*  }*/
/*}*/
/* mobile */
@media screen and (max-width: 766px) {

  body {
    background-size: cover;
    background-image: url(../img/background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: -10%;
    width:99.9%;

  }
  .mv_1_box {
    height: unset;
    padding: 20px 0px;
    width: 48% !important;
  }
  .mv_1_box > * {
    text-align: center;
  }
  .mv_1_box .img_wrap {
    min-height: 120px;
  }
  .slick-prev,
  .slick-next {
    width: 35px !important;
    height: 35px !important;
  }
  .main_vis .txts{
    margin-top: 221px !important;
  }
  .mobile_mv {
    position: absolute;
    z-index: -1;
    top: 79px;
    left: 1px;
    width:99%;
  }
  .mv_1_box .img_wrap img {
    width:60%;
  }
}

/* tablet 세로기준 */
@media screen and (min-width: 767px) and (max-width: 1024px) {
  body {
    background-size: cover;
    background-image: url(../img/background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: -10%;
    width:99.9%;
  }
  .mv_1_box {
    width: 28%;
    height: unset;
    padding:20px 10px;
    min-height: 251px;
  }


  .mv_1_box > * {
    text-align: center;
  }
  .mv_1_box .img_wrap {
    min-height: 120px;
  }
  .slick-prev,
  .slick-next {
    width: 35px !important;
    height: 35px !important;
  }

  .ms2_box .img_wrap {
    height: 211px;
    overflow: hidden;
  }

  .ranking-table th:first-child {
  width:5%;
  }
  .ranking-table th:nth-child(2) {
    width:35%;
  }
  .ranking-table th:last-child {
    width:50%;
  }

}

/* 태블릿 아이패드미니 가로부터 ~ , 노트북 : 11인치  ~ 15인치 */
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .ms2_content_left{
    width:100% !important;
    margin-bottom:100px !important;
  }
  .ms2_content_right{
    width:100% !important;
  }
  .ms2_content_right .mb-8{
    margin-bottom:20px !important;
  }
  .ranking-table th:first-child {
    width:5%;
  }
  .ranking-table th:nth-child(2) {
    width:35%;
  }
  .ranking-table th:last-child {
    width:50%;
  }
  main {
    position: relative;
    top: -114px;
  }
}

@media screen and (min-width: 1441px) and (max-width: 1820px) {
  .ms2_content_left{
    width:100% !important;
    margin-bottom:100px !important;
  }
  .ms2_content_right{
    width:100% !important;
  }
  .ms2_content_right .mb-8{
    margin-bottom:20px !important;
  }
  .ranking-table th:first-child {
    width:5%;
  }
  .ranking-table th:nth-child(2) {
    width:35%;
  }
  .ranking-table th:last-child {
    width:50%;
  }

}
