@charset "UTF-8";

@font-face {
  font-family: 'ONE-Mobile-POP';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2105_2@1.0/ONE-Mobile-POP.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SCoreDream';
  font-weight: 400;
  font-style: normal;
  src: url('https://cdn.jsdelivr.net/gh/webfontworld/score/SCoreDreamRegular.eot');
  src: url('https://cdn.jsdelivr.net/gh/webfontworld/score/SCoreDreamRegular.eot?#iefix') format('embedded-opentype'),
    url('https://cdn.jsdelivr.net/gh/webfontworld/score/SCoreDreamRegular.woff2') format('woff2'),
    url('https://cdn.jsdelivr.net/gh/webfontworld/score/SCoreDreamRegular.woff') format('woff'),
    url('https://cdn.jsdelivr.net/gh/webfontworld/score/SCoreDreamRegular.ttf') format("truetype");
  font-display: swap;
}



* {
  margin: 0;
  padding: 0;
  border: 0;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

/* hidden */
.hidden {
  display: block;
  font-size: 0;
}

.wrap {
  width: 100%;
  /* min-width: 1024px; */
  height: 100%;
  margin: 0 auto;
}

.wrap {
  width: 100%;
  /* min-width: 1024px; */
  height: auto;
  /* height: 100%; */
  margin: 0 auto;
}

.wrap .all_container {
  width: 100%;
  height: 100%;
}

.wrap .header {
  width: 100%;
  position: relative;
  z-index: 1;
  height: 75px;
  background-color: #fadd5c;
}

.wrap .head {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  /* padding-top: 5px; */
  max-width: 1250px;
  margin: 0 auto;
  height: 100%;
}

.wrap .head img {
  width: 63px;
  height: auto;
}

h2 {
  font-size: 3em;
  color: #ffffff;
}

h2 span {
  font-family: "ONE-Mobile-POP";
}

/*
***************
메인 콘텐츠
***************
*/

.wrap .contents {
  position: relative;
  z-index: 5;
  width: 1400px;
  margin: 0 auto;
  padding: 30px 0;
  height: auto;
  min-height: calc(100vh - 75px - 80px);
}

.wrap .contents .main_container {
  width: 100%;
  margin: 0 auto;
  height: auto;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
}

.wrap .contents .main_container .left_container {
  width: 8%;
  width: 200px;
  height: auto;
}

.wrap .contents .main_container .left_container .btn_box {
  width: 100%;
  height: auto;
  display: flex;
  grid-gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

.wrap .btn_box .cate_btn {
  width: 130px;
  height: 50px;
  background-color: #d9d9d9;
  border-radius: 9px;
}

.wrap .btn_box .cate_t {
  display: flex;
  width: 100%;
  font-weight: 700;
  font-size: 1.2em;
  color: #6d6b6b;
  height: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
}

/* 리스트 */
.wrap .right_container {
  width: 834px;
  width: 92%;
  width: 1072px;
  width: 1195px;
  height: auto;
}

.wrap .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* grid-gap: 15px;
  grid-gap: 24px; */
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  padding-bottom: 20px;
  padding-right: 20px;
}

.thumb_container {
  width: 100%;
  height: 220px;
  height: 210px;
  border-radius: 10px;
  transition: 0.2s linear;
  display: block;
  color: #111111;
  display: block;
  border: 1px solid #e8e9e9;
  cursor: pointer;
  box-sizing: border-box;
  position: relative;

}

.thumb_container:hover {
  border: 1px solid #ffb800;
  border: 1px solid #e8e9e9;
}

.move_btn {
  position: absolute;
  top: 15%;
  left: 37%;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.move_btn img {
  width: 60px;
  height: 60px;
}

.thumb_container:hover .move_btn,
.thumb_container:hover .app_btn {
  opacity: 1;
  transition: 0.2s linear;
}

.thumb_img {
  overflow: hidden;
}

.thumb_img img {
  width: 100%;
  height: 130px;
  max-width: 100%;
  border-radius: 10px 10px 0 0;
  object-fit: cover;
  transition: transform 0.3s ease;
  background-color: #ffffff;
}

.thumb_container:hover .thumb_img img {
  transform: scale(1.1);
  opacity: 1;
  filter: brightness(0.5);
}

.thumb_info {
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
  border-top: 1px solid #e8e9e9;
}

.thumb_info h3 {
  font-size: 1.25em;
  padding-bottom: 5px;
  font-size: 18px;
}

.thumb_info p {
  color: #838383;
  line-height: 1.35;
  font-size: 0.814em;
}

.thumb_icon_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0px 10px 0px 5px;
  cursor: default;
}

.thumb_icon_box .source {
  width: 155px;
  width: auto;
  text-align: justify;
  font-size: 0.85em;
  cursor: default;
}

.source>span:nth-child(1) {
  background-color: #ffb800;
  display: inline-flex;
  padding: 3px 5px;
  border-radius: 6px;
}

.source>span:nth-child(2) {
  font-weight: 400;
}

.thumb_icon_box .share {
  position: relative;
  display: flex;
  gap: 10px;
  transition: 0.2s ease;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip_text {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  font-size: 11px;
  padding: 4px 8px;
  border-radius: 4px;
  white-space: nowrap;
  z-index: 999;
  /* transition: opacity 0.2s ease, visibility 0.2s ease; */
}

.tooltip:hover .tooltip_text {
  visibility: visible;
  opacity: 1;
}

.share_icon .tooltip_text {
  bottom: -19px;
}

/* 호버 색깔 */
.wrap .btn_box .cate_btn:hover {
  background-color: #ffb800;
}

.wrap .btn_box .cate_btn:hover .cate_t {
  color: #ffffff;
}

.wrap .btn_box .cate_btn.on {
  background-color: #ffb800;
}

.wrap .btn_box .cate_btn.on .cate_t {
  color: #ffffff;
}

.wrap .btn_box .cate_btn.active {
  background-color: #ffb800;
}

.wrap .btn_box .cate_btn.active .cate_t {
  color: #ffffff;
}

.wrap .list .music_ct:hover {
  background-color: #ffb800;
}

.wrap .list .music_ct:hover .music_t {
  color: #ffffff;
}

/* 전체 슬라이드 */
.slider_container {
  /* position: relative; */
}

.slider {
  /* position: relative; */
}

.slider:after,
.slider_all::after {
  content: "";
  display: block;
  clear: both;
}

.slide {
  /* position: relative;
    float: left;
    width: 100%; */
  position: relative;
  /* display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 834px;
    height: 494px;
    line-height: 494px;
    text-align: center; */
}

.nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  grid-gap: 28px;
}

.nav .nav_t {
  display: block;
  font-weight: 400;
  font-size: 30.8422px;
  line-height: 37px;
  text-align: center;
}

.nav .pager {
  display: flex;
  justify-content: center;
  grid-gap: 3px;
}

.nav .prev,
.nav .next {
  cursor: pointer;
}

.prev.disabled,
.next.disabled {
  opacity: 0.25;
  color: #000000;
}

.ab_box {
  display: none;
}

.ab_box.active {
  display: block;
}

/* 푸터 */
.footer {
  width: 100%;
  height: 80px;
  background-color: #5b5b5b;
}

.foot {
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.wrap .footer .foot .logo_container {
  margin-right: 25px;
}

.wrap .footer .foot .foot_container {
  line-height: 1.2;
}

.foot_t {
  font-weight: 400;
  font-size: 15px;
  color: #ffffff;
}

.wrap .copyright {
  padding-top: 7px;
  font-weight: 300;
  color: #ffffff;
  font-size: 14px;
}