@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;
}

* {
  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%;
  min-width: 1300px;

}

/* hidden */
.hidden {
  display: block;
  font-size: 0;
}

.ai_music {
  width: 100%;
  height: 100%;
  position: relative;
  min-height: 100%;
  margin: 0 auto;
  overflow-y: auto;
}

.ai_music .all_container {
  width: 100%;
  height: 100%;
}

.ai_music .header {
  position: relative;
  z-index: 1;
  height: 75px;
  background-color: #fadd5c;
}

.ai_music .head {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  /* padding-top: 5px; */
  max-width: 1250px;
  margin: 0 auto;
}

.ai_music .head img {
  width: 70px;
  height: auto;
  margin: 2px 23px 0 17px;
}

h2 {
  font-size: 3em;
  color: #ffffff;
  /* text-shadow: 2px 2px 2px gray; */
  /* text-shadow: 2px 8px 6px rgba(0, 0, 0, 0.2), 0px -3px 20px rgba(255, 255, 255, 0.4); */
}

h2 span {
  font-family: "ONE-Mobile-POP";
}

/*
***************
메인 콘텐츠
***************
*/

.ai_music .contents {
  /* width: 1250px;
  height: 100%; */
  position: relative;
  z-index: 5;
  height: auto;
  min-height: calc(100% - 307px);
  min-height: calc(100% - 85px);
  padding-bottom: 102px;

}

.ai_music .contents .main_container {
  width: 100%;
  width: 1250px;
  margin: 0 auto;
  height: auto;
  margin-top: 10px;
  display: flex;
  justify-content: flex-start;
}

.ai_music .contents .main_container .left_container {
  width: 200px;
  width: 10%;
  width: 8%;
  height: 100%;
}

.ai_music .contents .main_container .left_container .btn_box {
  width: 100%;
  height: auto;
  display: flex;
  grid-gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 15px;
  padding: 0 10px;
}

.ai_music .btn_box .cate_btn {
  width: 100px;
  height: 45px;
  background-color: #d9d9d9;
  border-radius: 9px;
  cursor: pointer;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.ai_music .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;
}

/* 음악리스트 */
.ai_music .right_container {
  width: 834px;
  width: 92%;
  padding: 10px 5px;
}

.ai_music .music_list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 10px;
  /* background-color: lightblue; */
}

.thumb_container {
  width: 100%;
  height: 220px;
  height: 204px;
  /* background-color: #e8e9e9; */
  border-radius: 10px;
  transition: 0.2s linear;
  display: block;
  box-sizing: border-box;
  color: #111;
  display: block;
  border: 1px solid #e8e9e9;
  /* todo: 배경색과 동일하게 */
  cursor: pointer;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.thumb_container:hover {
  border: 1px solid #ffb800;
  border: 1px solid #cfcfcf;
  /* box-shadow: 1px 2px 2px rgba(128, 128, 128, 0.267); */
}

.move_btn {
  position: absolute;
  top: 15%;
  left: 37%;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.appleUp {
  top: 13%;

}

.move_btn>i {
  font-size: 3.5em;
  color: #dbdbdb;
}

.move_btn img {
  width: 60px;
  height: 60px;
}

.apple_img {
  width: 65px;
  height: 65px;
}

.apple_imgLarge {
  width: 65px !important;
  height: 65px !important;
}

.google_img {
  width: 53px;
  height: 53px;
}

.arrow_img {
  font-size: 3em;
  color: #dbdbdb;
}

.app_btn {
  position: absolute;
  top: 14%;
  left: 23%;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.threebtn {
  left: 12.5%;
}

.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: 120px;
  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 5px 5px 3px;
}

.thumb_info h3 {
  font-size: 1.2em;
  padding-bottom: 5px;
}

.thumb_info p {
  color: #838383;
  line-height: 1.35;
  font-size: 0.77em;
}

.thumb_icon_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 5px;
  cursor: default;
}

.spaceA {
  justify-content: space-around;
  margin: 0 2px 0 5px;
}

.thumb_icon_box .source {
  width: 155px;
  width: auto;
  text-align: justify;
  font-size: 0.75em;
  cursor: default;
}

.source>span:nth-child(1) {
  background-color: #ffb800;
  display: inline-flex;
  padding: 5px;
  border-radius: 10px;
}

.source>span:nth-child(2) {
  font-weight: 400;
}

.thumb_icon_box .source>.icon {}

.thumb_icon_box .share {
  position: relative;
  top: 0;
  transition: 0.2s ease;
}

.share>a>i {
  font-size: 1.1em;
  position: relative;
  top: 0;
  transition: 0.2s ease;
  padding: 5px;
}

.share>a>i.padding0 {
  padding: 0px;
}

.thumb_icon_box .down {}

.down>a>i {}

.thumb_icon_box .share a i:hover {
  top: -3px;
}

/* 호버 색깔 */
.ai_music .btn_box .cate_btn:hover {
  background-color: #ffb800;
}

.ai_music .btn_box .cate_btn:hover .cate_t {
  color: #ffffff;
}

.ai_music .btn_box .cate_btn.on {
  background-color: #ffb800;
}

.ai_music .btn_box .cate_btn.on .cate_t {
  color: #ffffff;
}

.ai_music .btn_box .cate_btn.active {
  background-color: #ffb800;
}

.ai_music .btn_box .cate_btn.active .cate_t {
  color: #ffffff;
}

.ai_music .music_list .music_ct:hover {
  background-color: #ffb800;
}

.ai_music .music_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: 35px;
  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;
  /* color: #FF7171; */
}

.prev.disabled,
.next.disabled {
  opacity: 0.25;
  color: #000000;
}

.ab_box {
  display: none;
}

.ab_box.active {
  display: block;
}

/* 푸터 */
.ai_music .footer {
  background-color: #5b5b5b;
  /* 하단 고정 */
  /*   position: fixed;
  bottom: 0; */
  width: 100%;
  z-index: 200;
  position: relative;
  transform: translateY(-100%);

}

.ai_music .footer .foot {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  margin: 0 auto;
  max-width: 1200px;
  height: 90px;

}

.ai_music .footer .foot .logo_container {
  margin-right: 25px;
}

.ai_music .footer .foot .foot_container {
  line-height: 1.2;
}

.ai_music .foot_t {
  font-weight: 400;
  font-size: 15px;
  color: #ffffff;
}

.ai_music .copyright {
  padding-top: 7px;
  font-weight: 300;
  color: #ffffff;
  font-size: 14px;
}