@charset "UTF-8";

@import url('./style-dark.css');
@import url('./style-light.css');
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');

:root {
  font-size: 62.5%;
  --swiper-theme-color: #0494FA !important;
}

* {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.2;
  min-width: 1920px;
  /* max-width: 1920px; */
}


body.no-scroll {
  overflow: hidden;
  overflow-y: auto;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
th,
td,
input,
textarea,
select,
option {
  font-weight: 400;
  font-family: "Pretendard", pretendard, -apple-system, sans-serif;
}

textarea:focus-within,
input:focus-within {
  outline: none;
}

input[type="checkbox" i]:focus-visible {
  outline-offset: 0 !important;
}

:focus-visible {
  outline: -webkit-focus-ring-color 0 !important;
  outline: none !important;
  outline: 0 !important;
}

input::placeholder {
  color: #CED6DE;
}

br {
  font-family: initial;
}

div {
  letter-spacing: .05rem;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
svg {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
img,
fieldset,
iframe {
  border: 0 none;
  width: 100%;
  height: 100%;
}

img {
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit 표준 X */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE 표준 X */

  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;


}

img[src$=".gif"],
img[src$=".png"] {
  image-rendering: -moz-crisp-edges;
  /* Firefox */

  image-rendering: -o-crisp-edges;
  /* Opera */

  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */

  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */

}


ul,
ol,
li {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

a:-webkit-any-link:focus-visible {
  outline-offset: 0;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

a:link,
a:visited {
  text-decoration: none;
}

a:active,
a:hover {
  text-decoration: none;
}

a,
button {
  border: 0;
  outline: none;
  appearance: none;
  white-space: pre;
  cursor: pointer;
}

*[class]._hidden {
  overflow: hidden;
  white-space: nowrap;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}

*[class].disabled {
  cursor: default !important;
  pointer-events: none !important;
}

.-pre {
  /* 말줄임 */
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* typography */
h1 {
  font-size: 3.6rem;
  font-weight: 600;
}

h2 {
  font-size: 2.2rem;
  font-weight: 400;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.8rem;
}

h5 {
  font-size: 1.6rem;
}

h6 {
  font-size: 1.4rem;
}

.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.semibold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}



/* badge */
.cover {
  position: relative;
}

.cover .badge {
  position: absolute;
  top: -.9rem;
  left: -1.7rem;
  height: 1.8rem;
  border-radius: 100%;
  color: #fff;
  font-size: .8rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.8rem;
}

.cover .badge.-recommend {
  width: 4.4rem;
  height: 1.8rem;
  background: url('../images/badge-recommend.svg') no-repeat center;
  background-size: 100% auto;
  text-indent: -9999px;

}

.cover .badge.-similar {
  width: 4.4rem;
  height: 1.8rem;
  background: url('../images/badge-similar.svg') no-repeat center;
  background-size: 100% auto;
  text-indent: -9999px;

}

.cover .badge.-main {
  width: 3.4rem;
  height: 1.8rem;
  display: block;
  background: url('../images/badge-main.svg') no-repeat center;
  background-size: 100% auto;
  text-indent: -9999px;
}

.cover .badge.-sub {
  width: 3.4rem;
  background: url('../images/badge-sub-active.svg') no-repeat center;
  background-size: 100% auto;
  text-indent: -9999px;
}


/* color */
.blue {
  color: #0494FA;
}

#wrap {
  position: relative;
  width: 100%;
  /*min-width: 180rem;*/
  min-width: 116rem;
}

/* HEADER */
header {
  position: sticky;
  top: 0;
  z-index: 90;
}

.header_top {
  width: 100%;
}

.header_inner {
  height: 6rem;
  display: flex;
  /*width: 149rem;*/
  width: 110rem;
  margin: 0 auto;
  align-items: center;
  justify-content: flex-start;
  color: #7A8195;
  flex-wrap: wrap;
}

h1.logo {
  background-size: 3.2rem 100%;
  width: 3.2rem;
  height: 3.2rem;
  cursor: pointer;
  margin-right:5rem;
  flex: none;
}


.header_search {
  display: flex;
}

.header_search {
  position: relative;
  width: 47.3rem;
  height: 4rem;
  border: 2px solid transparent;
  background-image: linear-gradient(#fff, #fff), linear-gradient(to right, #046BFA 0%, #30A7FC 100%);
  background-origin: border-box;
  background-clip: content-box, border-box;
}

.header_search_input {
  width: 85%;
  padding: 0 2rem;
  box-sizing: border-box;
}

.header_search_input::placeholder {
  font-weight: 400;
  color: #71798E;
}

.header_search_input:focus-within {
  outline: 0;
}

.header_search_submit {
  position: absolute;
  top: -2px;
  right: -2px;
  width: 7.3rem;
  height: 4.4rem;
  background-image: linear-gradient(to left, #2104FA 0%, #30A7FC 100%);
  border: 0;
  outline: none;
  color: #fff;
  cursor: pointer;
}

.header_search input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  width: 1.6rem;
  height: 1.6rem;
  background: url('../images/icon-blue/16/X.svg') center center no-repeat;
  cursor: pointer;
}

.header_notice {
  min-width: 28rem;
  margin-left: 10rem;
  height:1.6rem;
  font-size: 1.4rem;
  color: #7A8195;
  display: flex;
  align-items: center;
  gap: 3rem;
  flex: 1;
  overflow:hidden;
}

.rolling{
  position:relative;
  height:1.6rem;
}

.rolling li{
  height:1.6rem;
}

.header_notice+.header_auth {
  margin-left: auto;
}

#Gnb {
  height: 10rem;
}

#Gnb .gnb_wrap {
  width: 110rem;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: nowrap;
  gap: 8rem;
}

#Gnb .gnb_wrap li {
  font-size: 2.2rem;
  /* padding-right: 8rem; */
  padding-bottom: 1.4rem;
}

#Gnb .gnb_wrap li a {
  font-weight: 500;
}

#Gnb .gnb_wrap li.on a {
  position: relative;
  font-weight: 700;
}

#Gnb .gnb_wrap li.on a::after {
  content: '';
  position: absolute;
  bottom: -1.6rem;
  left: 0;
  width: 100%;
  height: 2px;
  overflow-x: hidden;
}


#container {
  width: 100%;
  height: 100%;
}

#container .container_wrap {
  display: flex;
  justify-content: flex-start;
  max-width: 110rem;
  height: 100%;
  width: 100%;
  margin: 0 auto;

}

#container .content_wrap {
  max-width: 110rem;
  width: 100%;
  padding-bottom: 9.4rem;
}

#container .content_wrap,result {
  max-width: 110rem;
  width: 100%;
  padding-bottom: 12.4rem;
}

#container.-cs .container_wrap {
  flex-direction: column;
  width: 136rem;
  margin-bottom: 13.5rem;
  gap: 0;

}

#container.-cs .container_wrap .accordion,
#container .container_wrap.editor .accordion {
  width: 100%;
}

#container.-cs .sub_category {
  margin: 4rem auto;
  max-width: 136rem;
}

#container.-cs .container_wrap .pagination .pagination_list {
  justify-content: center;
}



.content_wrap h2 {
  margin-bottom: 0;
  font-weight: 500;
}



#Lnb {
  position: fixed;
  min-width: 20rem;
  width: 20rem;
  height: 100vh;
  min-height: 16.2rem;
  max-height: 100vh;
  overflow-y: scroll;
  font-size: 1.4rem;
  padding-top: 2rem;
  z-index: 89;


}

#Lnb>div {
  overflow-y: scroll;
}

#Lnb>div .accordion_tab:last-child {
  margin-bottom: 18rem;
}

/* ( 크롬, 사파리, 오페라, 엣지 ) 동작 */
/* #Lnb::-webkit-scrollbar, */
#Lnb>div::-webkit-scrollbar {
  display: none !important;
}
#Lnb {
  -ms-overflow-style: none;
  /* 인터넷 익스플로러 */
  scrollbar-width: none;
  /* 파이어폭스 */
}

#Lnb.detail {
  top: 6.2rem;
}

#Lnb ul {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
}


#Lnb .accordion_tab_content {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  box-sizing: border-box;
  height: 100%;
  flex-direction: column;
  flex-wrap: nowrap;
}

#Lnb .accordion_tab_content>li a {
  font-size: 1.2rem;
  font-weight: 500;
}

#Lnb ul li {
  width: 100%;
  height: 4.8rem;
  line-height: 4.8rem;
}

#Lnb ul li a {
  position: relative;
  display: block;
  width: 100%;
  padding: 0 2.6rem 0 3.5rem;
  box-sizing: border-box;
  font-weight: 500;
}

#Lnb .accordion_tab_label::after {
 /* left: 13.9rem;*/
  left: 16rem;
  top: 1.8rem;
}

#Lnb .accordion_tab_label {
	/* font-weight: 500;*/
	font-weight: 600;
	height: 5.4rem;
	font-size: 1.6rem;
}

#Lnb .accordion_tab input:checked+.accordion_tab_label {
  font-weight: 600;
}

#Lnb .accordion_tab input:checked+.accordion_tab_label::after {
  /*left: 13.1rem;*/
  left: 15.2rem;
  top: 2rem;
}

#Lnb .accordion_tab input[type="checkbox"] {
  width: 100%;
  height: 5.3rem;
}

#Lnb ul li a:after {
  content: '';
  position: absolute;
  top: 30%;
  right: 2.6rem;
  width: 1.6rem;
  height: 1.6rem;
  background-size: 100%;
}

/* Accordion styles */
.accordion {
  width: 8rem;
}

.accordion_tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.accordion_tab {
  width: 100%;
  overflow: hidden;
}

.accordion_tab_label {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.85rem 3.3rem 1.85rem 2.6rem;
  box-sizing: border-box;
  cursor: pointer;
}

.accordion_tab_label::after {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  text-align: center;
  transition: all 0.35s;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  margin: 1rem 0;
  vertical-align: middle;
  position: absolute;
  top: 40%;
  left: 28rem;
}

.accordion_tab_content {
  max-height: 0;
  padding: 0 1em;
  color: #2c3e50;
  transition: all 0.35s;
}

.accordion_tab input:checked+.accordion_tab_label::after {
  transform: rotate(225deg);
  margin: 0 0.5rem;
  top: 42%;
  left: 27rem;
}

.accordion_tab input:checked~.accordion_tab_content {
  /* max-height: 102vh; */
  max-height: max-content;
  padding: 1.6rem 4.6rem;
}

/* accordion - qna */

.accordions.-qna .accordion_tab_label {
  position: relative;
  padding-left: 4.6rem;
  height: 7.2rem;
  font-size: 2.2rem;
  font-weight: 500;
}

.accordions.-qna .accordion_tab_label::before {
  content: '';
  position: absolute;
  top: 28%;
  left: 0;
  width: 3.2rem;
  height: 3.2rem;
  background: url(../images/icon-black/32/qna.svg);

}

.accordions.-qna .accordion_tab_label::after {
/*  content: "";
  width: 0.6rem;
  height: 0.6rem;
  text-align: center;
  transition: all 0.35s;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  margin: 1rem 0;
  vertical-align: middle;
  position: absolute;
  top: 40%;*/
  left: 105rem;
}

.accordions.-qna .accordion_tab input:checked+.accordion_tab_label::after {
  /*transform: rotate(225deg);
  margin: 0 0.5rem;
  top: 42%;*/
  left: 104rem;
}

.accordions.-qna .accordion_tab input:checked+.accordion_tab_label,
.accordions.-qna .accordion_tab input:checked~.accordion_tab_content {
  background-color: #F8FAFC;
}

.accordions.-qna .accordion_tab_content {
  background-color: #F8FAFC;
  /*white-space: normal;*/
  white-space: pre-line;
  padding: 0;
  transition: none;
  font-weight: 500;
  font-size: 1.6rem;
  color: #000;
}

.request_txt {
  width: 52.4rem;
  margin: 0 auto;
  text-align: center;
  margin-top: 23rem;
}

.request_txt span {
  display: block;
  margin-bottom: 13.6rem;
  font-weight: 600;
  color: #000;
  font-size: 2.2rem;
  line-height: 26.25px;
}

/* expander */
.accordion_track {
  height: auto;
  font-size: 0;
  line-height: 1;
  /*border-bottom: 1px solid #9DA2B9;*/
}

.accordion_track~.accordion_track {
  margin-top: 2.7rem;
}

.accordion_track~.similar_track_list {
  margin-top: 3.8rem;
}

.similar_track_list_now {
  margin-bottom: 3.8rem;
}

.accordion_track.-my+.accordion_track.-my {
  margin-top: 0
}

.accordion_track .btn_expand {
  background: url(../images/expand_divider.svg) no-repeat center;
  width: 100%;
  height: 2.7rem;
  appearance: none;
  border: 0;
  outline: none;
  cursor: pointer;
  background-size: 100%;
  position: absolute;
  bottom: -2rem;
  left: 0;
  z-index: 40;
}

.accordion_track .btn_expand.active {
  display: none;
}

.accordion_track .accordion_panel {
  display: none;
  opacity: 1;
  position: relative;
  background-color: #EDF2F7;
  margin-bottom: -.9rem;
  transition: opacity 1s ease-in;
}

.btn_collapse {
  appearance: none;
  border: 0;
  outline: none;

}

.btn_collapse.active {
  width: 100%;
  height: 2.7rem;
  appearance: none;
  border: 0;
  outline: none;
  cursor: pointer;
  position: absolute;
  bottom: -1.9rem;
  left: 0;
  z-index: 40;
  background: url(../images/collapse_divider.svg) no-repeat center;
  background-size: 100%;
}

.accordion_track>.accordion_tit {
  position: relative;
  display: flex;
  align-items: center;
  height: 9rem;
  /* gap: 2rem; */
  /* z-index: 0; */
}


.accordion_track>.accordion_tit+.btn_expand {
  background-color: #FCFCFC;
  margin-top: -1px;
  position: relative;
  z-index: 1;
}

.accordion_track>.accordion_tit .control_area {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  cursor: pointer;
  height: inherit;
}

.container_wrap.result .control_area>.bookmark {
  margin-left: 1.6rem;
  margin-right: 1.2rem;
}

.container_wrap.result .tile_track .control_area>.bookmark {
  margin: 0;
}

.container_wrap.result .similar_track_list .control_area>.bookmark {
  /*margin: 0;*/
}

.container_wrap.result .accordion_panel>.list_track {
  padding-left: 0;
}

.container_wrap.result .similar_track_list .accordion_panel>.list_track {
  padding-left: 4rem;
}

.container_wrap.result .accordion_panel>.list_track .tit {
  padding-left: 11rem;
  margin-right: 3.6rem;
}

.accordion_track>.accordion_tit .control_area input[name="track_chk"]+label {
  position: relative;
  display: block;
}

.accordion_track>.accordion_tit .control_area input[name="track_chk"]:checked+label {
  border: 0;
}

.accordion_track>.accordion_tit .control_area input[name="album_chk"]+label {
  position: relative;
  display: block;
}

.accordion_track>.accordion_tit .control_area input[name="album_chk"]:checked+label {
  border: 0;
}

.accordion_track>.accordion_tit .title {
  display: flex;
  align-items: center;
  padding: 1.2rem 0;
  box-sizing: border-box;
  width: 23.8rem;
  gap: 2rem;
  margin: 0 1.4rem 0 2rem;
}

.accordion_track>.accordion_tit .control_area+.title {
  cursor: pointer;
}

.accordion_track>.accordion_tit .title .cover {
  width: 6.8rem;
  height: 6.8rem;
}

.accordion_track>.accordion_tit .title .txt {
  flex: 1;
  font-weight: 800;
  line-height: 1.7rem;
  font-size: 1.4rem;
}

.accordion_track>.accordion_tit .title .txt span {
  max-width: 15rem;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.accordion_track .btn_contents {
  flex: 1;
  gap: 2rem;
  font-size: 1.2rem;
  flex-wrap: nowrap;
}

.accordion_track .btn_contents.-music {
  max-width: 58.9rem;
}

.btn_contents .btn_play {
  width: 3.2rem;
  height: 3.2rem;
  background: url('../images/icon-grey/32/play.svg') no-repeat center;
  text-indent: -9999px;
}

/*.btn_contents .btn_pause {*/
.btn_contents .btn_play.active  {
  width: 3.2rem;
  height: 3.2rem;
  background: url('../images/icon-grey/32/pause.svg') no-repeat center;
  text-indent: -9999px;
}

/* form */
.field_wrap {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 6rem;
  flex-wrap: nowrap;
}

.field .label {
  display: block;
  color: #000;
  font-weight: bold;
  font-size: 1.4rem;
  text-align: left;
  margin-bottom: .8rem;
}

.field .fieldset {
  position: relative;
  width: 34rem;
  height: 4.6rem;
  text-align: left;
  /* margin-bottom: 2rem; */
}

.field .fieldset.disabled {
  margin-bottom: 0;
}

.field .fieldset.-correct,
.field .fieldset.-error {
  margin-bottom: 2rem;
}

.login_form_set .field .fieldset {
  margin-bottom: 0;
}



.login_form_set .field .fieldset.disabled input {
  border: 1px solid #9DA2B9;
}

.field .fieldset.-read {
  line-height: 1;
  font-size: 1.4rem;
  color: #9DA2B9;
  margin-bottom: 0;
  padding: 1.2rem 0;
  box-sizing: border-box;
}

.field .fieldset>input {
  padding: 0 1.2rem;
  box-sizing: border-box;
  border: 1px solid #9DA2B9;
  font-size: 1.4rem;
}

.field .fieldset input::placeholder {
  color: #CED6DE;
}

.field .fieldset .message {
  display: none;
}

.field .fieldset.-correct>input {
  border: 1px solid #00C136;
}

.field .fieldset.-correct>.message {
  display: block;
  color: #00C136;
  font-size: 1rem;
  text-align: left;
  margin-top: .8rem;
}

.field .fieldset.-error>input {
  border: 1px solid #F74D11;
}

.field .fieldset.-error>.message {
  display: block;
  color: #F74D11;
  font-size: 1rem;
  text-align: left;
  margin-top: .8rem;
}

.field .fieldset>input::placeholder {
  font-size: 1.4rem;
  color: #CED6DE;
}

.field .fieldset.disabled>input {
  border: 1px solid transparent;
  background-color: #fcfcfc;
  pointer-events: none;
  color: #9DA2B9;
}

.field .fieldset.disabled>input::placeholder {
  color: #9DA2B9;
}

.fieldset>.clear {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  cursor: pointer;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/icon-black/16/X.svg);
}

.fieldset input:not(:valid)+.clear {
  display: none;
}

/* 자주 사용하는 분야 등록 폼  */
.field.-favorite .fieldset {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.8rem;
  flex-wrap: wrap;
  height: auto;
  margin-top: 2rem;
  margin-bottom: 0;
}

.field.-favorite .label {
  font-size: 1.4rem;
}

.field.-favorite .label.-error {
  color: #F74D11;
  font-weight: 800;
}

.field.-favorite .fieldset .field_chk {
  display: flex;
  align-items: center;
}

.field.-favorite .fieldset .field_chk::after {
  content: '';
  display: block;
  clear: both;
}

.field.-favorite .form_checkbox+span {
  display: inline-block;
  width: 2.2rem;
  height: 2.2rem;
  z-index: 2;
  cursor: pointer;
  background: url(../images/icon-grey/22/box-line.svg) no-repeat center;
  background-size: 100%;
}

.field.-favorite .form_checkbox:checked+span {
  width: 2.2rem;
  height: 2.2rem;
  border: 0;
  background: url(../images/icon-blue/22/selected.svg) no-repeat 0 0;
  background-size: 100%;
}

.field.-favorite input[type="checkbox"].form_checkbox {
  width: 2.2rem;
  height: 2.2rem;
  appearance: none;
  opacity: 1;
  position: absolute;
  z-index: 10;
  cursor: pointer;
}

.form_checkbox:checked+span {
  font-size: 0;
  width: 2.2rem;
  height: 2.2rem;
  text-align: center;
  background: url(../images/icon-blue/22/selected.svg) no-repeat center;
  cursor: pointer;
}

.form_checkbox~label {
  font-size: 1.4rem;
  vertical-align: middle;
  margin-left: .8rem;
  cursor: pointer;
}

/* login */
#container.login {
  position: relative;
  background-color: #FCFCFC;
}

.login_wrap {
  position: fixed;
  left: 50%;
  top: 12rem;
  transform: translate(-50%, 0);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

#container.login .close {
  position: absolute;
  top: 2rem;
  right: 3rem;
  width: 6.4rem;
  height: 6.4rem;
  background: url(../images/icon-grey/64/X.svg) no-repeat center;
}

.login_wrap.-register {
  position: absolute;
  top: 12rem;
}

.login_wrap.-register .auth_submit {
  margin-top: 4rem;
  margin-bottom: 12rem;
}

.login_form_set {
  margin: 6rem 0 2.5rem;
}

.login_form_set .field {
  margin-bottom: 0;
}

.login_form_set .field input {
  padding-left: 4.6rem;
}



.login_form_set .field:nth-of-type(1) input {
  border-bottom: 0;
  background: url(../images/icon-grey/22/user.svg) no-repeat 1.2rem center;
  background-color :#FFF;
}

.login_form_set .field:nth-of-type(1) .fieldset.disabled input {
  border-bottom: 0;
}

.login_form_set .field .fieldset.disabled input,
.login_form_set .field .fieldset.disabled input::placeholder {
  color: #9DA2B9;
}

.login_form_set .field:nth-of-type(2) input {
  background: url(../images/icon-grey/22/lock.svg) no-repeat 1.2rem center;
  background-color :#FFF;
}



.loging_wrap .logo {
  width: 27.5rem;
  height: 5.2rem;
  margin: 0 auto;
}

.login_wrap .login_btn_list {
  display: flex;
  align-items: center;
  margin-top: 4rem;
  color: #7A8195;
  gap: 4rem;
}

.login_wrap .login_btn_list li {
  font-size: 1.2rem;
  font-weight: 500;
}

.login_wrap .login_btn_list li a:hover {
  color: #047FFA;
}

.auth_submit button {
  width: 34rem;
  height: 5rem;
  background-image: linear-gradient(to left, #2104FA 0%, #30A7FC 100%);
  border: 0;
  outline: none;
  color: #fff;
  border-radius: 1px;
}

/* header drop down menu */
.header_auth {
  display: flex;
  /*gap: 8rem;*/
  gap: 3rem;
}

.header_auth a {
  font-size: 1.4rem;
}

.header_auth a:hover {
  color: #047FFA;
}

.header_drop {
  position: relative;
  clear: both;
  width: 7.4rem;
  height: 4.4rem;
  line-height: 4.4rem;
}

.header_drop>.menu_wrap label {
  cursor: pointer;
  text-align: center;
  display: block;
  position: relative;
  width: 7.4rem;
  height: 4.4rem;
  color: #7A8195;
  line-height: 1;
}

.header_drop>.menu_wrap label:before {
  content: '';
  display: block;
  width: 2.2rem;
  height: 2.2rem;
  background: url(../images/icon-grey/22/user.svg) no-repeat center top;
  margin: 0 auto;
}


.header_drop>.menu_wrap label>span,
.header_drop>.menu_wrap .close-tab label>span {
  display: block;
  padding-top: .5rem;
  font-size: 1.4rem;
}

.header_drop>.menu_wrap label i {
  position: absolute;
  right: 0;
  top: 0;
  width: 2.2rem;
  background: url(../images/icon-grey/22/arrow-down.svg);
  height: 2.2rem;
}

.header_drop>.menu_wrap .close-tab {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.header_drop>.menu_wrap .close-tab label i {
  position: absolute;
  right: 0;
  top: 0;
  width: 2.2rem;
  background: url(../images/icon-grey/22/arrow-up.svg);
  height: 2.2rem;
}

.header_drop>.menu_wrap [type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  margin: 0;
  /* z-index: 1; */
  cursor: pointer;
}

.header_drop .menu_list {
  display: none;
  position: absolute;
  top: 52px;
  left: 0;
  box-sizing: border-box;
  width: 17.6rem;
}

.header_drop>.menu_wrap {
  position: relative;
}

.header_drop>.menu_wrap .menu_list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.header_drop>.menu_wrap .menu_list a {
  display: block;
  white-space: nowrap;
  text-decoration: none;
  padding: 1.2rem 1.2rem 1.2rem 4.2rem;
  height: 3.8rem;
  box-sizing: border-box;
  line-height: 1;
  font-size: 1.2rem;
}

.header_drop>.menu_wrap [type="radio"]:checked~label {
  z-index: 2;
}

.header_drop>.menu_wrap [type="radio"]:checked~label~.menu_list {
  z-index: 11;
  opacity: 1;
  display: block;
}

.header_drop>.menu_wrap>.tip_wrap {
  bottom: -7rem;
  left: -12.5rem;
}

.header_drop>.menu_wrap>.tip_wrap:after {
  top: -20%;
  transform: rotate(180deg)
}

.header_drop>.menu_wrap [type="radio"]:checked~label~.close-tab {
  z-index: 3;
}

/* custom filter */
.custom_area{
  flex-direction: column;
  gap: 2rem;
  max-width: 110rem;
  flex-wrap: wrap;
  padding-top: 6rem;
  box-sizing: border-box;
  opacity: 0;
 /* visibility: hidden;*/
  display: none;
}

.custom_area.active {
  display: flex !important;
  opacity: 1;
  visibility: visible;
  margin-bottom: 6rem;
}

/*custom_area -search */
.custom_area.-search {
  max-width: 110rem;
  padding: 2rem 4.8rem 3.2rem 4.8rem;
  box-sizing: border-box;
  opacity: 1;
  visibility: visible;
  display: block;
  margin-top: 3rem;
  border-radius: 4px 4px 0 4px;
}

.custom_area.-search .custom_controller{
  height: 4rem;
  margin-bottom: 1rem;
}
.custom_area.-search input {
	background: url(../images/icon-grey/22/search.svg) no-repeat 1.2rem center;
	font-size: 1.4rem;
	width: 85%;
	padding: 0 4.6rem;
	box-sizing: border-box;
}

.custom_area.-search .filter_items{
  margin-top: 3.2rem;
}

.custom_area.-search .filter_items h4{
  margin-bottom: 1.2rem;
}

.custom_area.-search .filter_selected{
  visibility: hidden;
  display: none;
}

.custom_area.-search .filter_selected.active{
  visibility: visible;
  display: block;
}

.custom_area.-search .filter_all{
  visibility: hidden;
  display: none;
}

.custom_area.-search .filter_all.active{
  visibility: visible;
  display: block;
}

.search_toggle{
  float: right;
  margin-bottom:4rem;
}
.search_toggle a{
  padding: 1rem 2rem;
  border-radius: 0 0 4px 4px;
}
/*
.custom_area {
  flex-direction: column;
  gap: 2rem;
  max-width: 110rem;
  flex-wrap: wrap;
  padding-top: 6rem;
  box-sizing: border-box;
  opacity: 0;
 // visibility: hidden;
  display: none;
}

.custom_area.active {
  display: flex !important;
  opacity: 1;
  visibility: visible;
  margin-bottom: 6rem;
}
*/
.custom_area h4 {
  font-size: 1.6rem;
  color: #9DA2B9;
  margin-bottom: .8rem;
}

.btn_contents.-custom {
  gap: 1.2rem;
  width: 110rem;
  flex-wrap: wrap;
}

.btn_contents.-custom .button {
  color: #0494FA;
  border-color: #0494FA;
  padding: 0 3.2rem 0 1.2rem;
}

.btn_contents.-custom .button:hover {
  background-color: #0494FA;
  color: #fff;
}

.btn_contents.-custom .button.active {
  background-color: #30A7FC;
  color: #fff;
}

.btn_contents.-custom .button::before {
  content: '';
  position: absolute;
  top: 8px;
  left: auto;
  right: 12px;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/icon-blue/16/X.svg) no-repeat 0 0;
}

.btn_contents.-custom .button:hover::before {
  content: '';
  position: absolute;
  top: 8px;
  left: auto;
  right: 12px;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/icon-white/16/delete.svg) no-repeat 0 0;
  cursor: pointer;
}

.btn_contents.-custom .button.active::before {
  content: '';
  position: absolute;
  top: 8px;
  left: auto;
  right: 12px;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/icon-white/16/delete.svg) no-repeat 0 0;
}

.custom_controller {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 2.4rem;
}

.custom_controller a {
  display: block;
  padding: 1.2rem;
  box-sizing: border-box;
  border-radius: 1px;
  font-size: 1.4rem;
  text-align: center;
}
.custom_area.-detail {
  display: flex !important;
  margin-top: 2rem;
}

.custom_area.-detail h4 {
  /*color: #30333B;*/
  color: #9DA2B9;
}



/* result filter */
.filter_area {
  margin-top: 4rem;
}

/* .custom_area~.filter_area {
  margin-top: 6rem;
} */

.filter_area>div {
  margin-left: auto;
}

.filter_area .pagination_list {
  justify-content: flex-end;
  align-items: center;
}

.track_area {
  width: 100%;
  /* margin: 4rem 0; */
}

.track_area+h2 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

h2~.track_area {
  margin-top: 2rem;
}

.pagination .pagination_list {
  justify-content: flex-end;
}

/* track list */
.result_condition {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 4rem 0;
}

.result_condition .btn_contents {
  gap: 1.2rem;
  align-items: center;
}

.agree_sub {
  position: relative;
  width: 3.4rem;
  height: 1.8rem;
}

.agree_sub input[type="checkbox"] {
  opacity: 0;
  width: 3.4rem;
  height: 1.8rem;
}

.agree_sub input+label {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  background: url('../images/badge-sub-inactive.svg') no-repeat center;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-indent: -9999px;
}

.agree_sub input:checked+label {
  background: url('../images/badge-sub-active.svg') no-repeat center;
}

.order_area {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.2rem;
  font-size: 1.4rem;
}

.order_area .select_wrap {
  width: 9rem;

}

.order_area .select_wrap .default_option {
  width: 9rem;
  min-width: 9rem;
  height: 3.2rem;
  line-height: 3.2rem;
  padding: 0 0.8rem;
  box-sizing: border-box;
}

.order_area .select_wrap .default_option.selected {
  color: #30333B;
  line-height: 3rem;
  height: 3.2rem;
}

.order_area .select_wrap .default_option::before {
  position: absolute;
  top: .4rem;
  right: .6rem;
}

.order_area .select_wrap.active .default_option::before {
  position: absolute;
  top: .4rem;
}

.order_area .select_wrap .select_ul {
  top: 3.2rem;
  height: 12.8rem;
}

.order_area .select_wrap .default_option li {
  font-weight: 400;
  color: #30333B;
  height: 3.2rem;
  line-height: 3.2rem;
}

.order_area .select_wrap .option {
  font-weight: 400;
  font-size: 1.2rem;
  height: 100%;
  padding-left: 0 !important;
}

.order_area .select_ul .option {
  line-height: 1.4;
}

.order_area .select_wrap .default_option li>.option {
  height: 3rem;
  line-height: 3rem;
}

.order_area .select_wrap.active .select_ul {
  overflow-y: hidden;
  height: 16rem;
  top: 3.2rem;
  z-index: 9;
}

.order_area .select_wrap .select_ul li {
  height: 3.2rem;
  padding: .8rem;
  box-sizing: border-box;
  color: #30333B;
}

.label_paging {
  font-weight: 300;
}

.button+.label_paging {
  margin-left: 4.8rem;
}

.toggle_mode {
  overflow: hidden;
}

.toggle_mode a {
  float: left;
  width: 3.2rem;
  height: 3.2rem;
}


.toggle_paging {
  overflow: hidden;
}

.toggle_paging a {
  float: left;
  width: 3.2rem;
  height: 3.2rem;
  font-size: 1.4rem;
}



.label_paging+.toggle_paging {
  margin-left: 2.8rem;
}

/* title */
.filter_area+.tit_wrap {
  margin-top: 6rem;
}

.tit_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4rem;
}

.track_area+.tit_wrap {
  margin-top: 7.7rem;
}

.tit_wrap .more {
  color: #7A8195;
  font-size: 1.6rem;
}

/* track style */
.list_track {
  display: flex;
  align-items: center;
  height: 9.2rem;
  border-bottom: 1px solid #CED6DE;
}

.accordion_panel .list_track:last-child {
  border-bottom: 0;
}

.accordion_panel>.list_track {
  padding-left: 4rem;
  height: 7.5rem;
}

.accordion_panel .list_track:last-child {
  border-bottom: 0;
}

.accordion_panel>.list_track input.checkbox[type='checkbox']:checked {
  -webkit-appearance: none;
  /* Remove default appearance */
  -moz-appearance: none;
  appearance: none;
  width: 2.2rem;
  height: 2.2rem;
  outline: none;
}

.accordion_panel>.list_track input.checkbox[type='checkbox']::before {
  display: block;
  text-align: center;
  width: 2.2rem;
  height: 2.3rem;
  outline: none;
}

.accordion_panel>.list_track input.checkbox[type='checkbox']:checked::before {
  content: '\2713';
  /*cross mark symbol Unicode */
  display: block;
  text-align: center;
  font-size: 2rem;
  line-height: 2.3rem;
  color: #fff !important;
  background-color: #00C136;
}

.accordion_panel>.list_track .tit {
  padding-left: 11rem;
  margin: 0 3.6rem 0 0;
}

.list_track .control_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.4rem;
}

.accordion_panel>.list_track .control_area {
  gap: 1.8rem;
}

.list_track .tit {
  display: flex;
  align-items: center;
  padding: 1.2rem 0;
  box-sizing: border-box;
  width: 23.8rem;
  gap: 2rem;
  font-size: 1.4rem;
  margin: 0 4rem 0 2rem;
}

.list_track .tit .cover {
  width: 6.8rem;
  height: 6.8rem;
  cursor: pointer;
}

.list_track .tit .txt {
  flex: 1;
  font-weight: 800;
}

.list_track>.btn_contents {
  flex: 1;
  font-size: 1.2rem;
}

/* thumnail list */
.tile_track {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  /*justify-content: space-between;*/
  justify-content: flex-start;
  gap: 4rem;
}

.tile_track+.tile_track {
  margin-top: 4rem;
}

.tile_track .track_box {
  width: 15rem;
  height: 25rem;
  overflow: inherit;
}

.tile_track .track_box.-editor {
  width: 15rem;
  height: 22rem;
  overflow: inherit;
}

.tile_track .tit {
  position: relative;
  display: flex;
  flex-direction: column;
  /* overflow: hidden; */

}

.tile_track .tit input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.tile_track .tit .cover {
  width: 15rem;
  height: 15rem;
  min-width: 15rem;
  cursor: pointer;
}

.tile_track .tit .txt {
  margin-top: .8rem;
  font-weight: 800;
  font-size: 1.4rem;
}

.list_track .tit .txt span,
.tile_track .tit .txt span {
  display: block;
  max-width: 15rem;
  line-height: 2rem;
  /* 말줄임 : 넓이 값 명시 필요 */
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.list_track .tit .txt span:hover,
.tile_track .tit .txt span:hover {
  color: #0494FA;
  cursor: pointer;
}

.tooltipWrap .tooltipCon {
  position: relative;
  transition: .5s;
  cursor: pointer;
  box-shadow: none;
}

.tooltipWrap .tooltipCon>span:hover {
  color: #0494FA;
}

.tooltipWrap .tooltipCon .content {
  position: absolute;
  top: 1rem;
  right: 0;
  padding: 0.8rem;
  visibility: hidden;
  transform: translateX(100%) translateY(0);
  min-width: 19rem;
  z-index: 50;
  font-weight: 400;
  font-size: 1.4rem;
  width: auto;
  white-space: nowrap;
  opacity: 0;
}

.tooltipWrap .tooltipCon:hover .content {
  visibility: visible;
  opacity: 1;

}

.tile_track .control_area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tile_track .control_area .more {
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  cursor: pointer;
}

/* 에디터추천 */
.container_wrap.editor .collection {
  position: relative;
}

.container_wrap.editor .collection~.collection {
  margin-top: 8.6rem;
}

.collection h3 {
  margin-top: .8rem;
}

.collection .tile_track .tit .txt {
  font-size: 1.4rem;
}

/* 기본 트랙 리스트 input checkbox */
.chk {
  width: 2.2rem;
  height: 2.2rem;
}

input[name="all_track_chk"],
input[name^="track_chk"],
input[name^="album_chk"] {
  appearance: none;
  display: none;
}

input[name="all_track_chk"]+label {
  position: relative;
  display: inline-block;
  width: 2.2rem;
  height: 2.2rem;
  z-index: 2;
  cursor: pointer;
  background: url(../images/icon-white/22/box-check.svg) no-repeat center;
}

input[name^="track_chk"]+label,
input[name^="album_chk"]+label {
  position: absolute;
  display: inline-block;
  width: 2.2rem;
  height: 2.2rem;
  z-index: 2;
  cursor: pointer;
  background: url(../images/icon-grey/22/select-line.svg) no-repeat center;
  background-size: 100%;
  background-color: #FFF;
}


input[name="all_track_chk"]:checked+label,
input[name^="track_chk"]:checked+label,
input[name^="album_chk"]:checked+label {
  border: 0;
  width: 2.2rem;
  height: 2.2rem;
}

input[name="all_track_chk"]:checked+label::after,
input[name^="track_chk"]:checked+label::after,
input[name^="album_chk"]:checked+label::after {
  content: '';
  font-size: 0;
  width: 2.2rem;
  height: 2.2rem;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/icon-blue/22/selected.svg) no-repeat 0 0;
  z-index: 3;
  cursor: pointer;
}

input[name="all_track_chk"],
input[name="all_album_chk"],
input[name^="track_chk"].checkbox,
input[name^="album_chk"].checkbox {
  width: 2.2rem;
  height: 2.2rem;
}

.chk.-sub input[name^="track_chk"]+label {
  content: '';
  border-radius: 1px;
  width: 2.2rem;
  height: 2.2rem;
  background: url(../images/icon-white/22/box-check.svg) no-repeat 0 0;
}

.chk.-sub input[name^="track_chk"]:checked+label {
  border: 0;
}

.chk.-sub input[name^="track_chk"]:checked+label::after {
  content: '';
  background: url(../images/sub-cehck-on.svg) no-repeat 0 0;
  border: 0;
}

/* bookmark input checkbox */
.bookmark {
  width: 2.2rem;
  height: 2.2rem;
}

.bookmark input[type="checkbox"] {
  display: none;
}

.bookmark input[type="checkbox"]+label {
  display: inline-block;
  width: 2.2rem;
  height: 2.2rem;
  background: url('../images/icon-blue/22/bookmark-line.svg') no-repeat center;
  cursor: pointer;
  position: relative;
}

.bookmark input:checked+label::after {
  content: '';
  display: block;
  width: 2.2rem;
  height: 2.2rem;
  text-align: center;
  position: absolute;
  left: 0;
  top: .1rem;
  background: url('../images/icon-blue/22/bookmark.svg') no-repeat center;
}

.choice_area {
  position: relative;
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  flex: 1;
  gap: 1.2rem;
  max-width: 14rem;
}

.choice_area a {
  position: relative;
  display: block;
  width: 2.2rem;
  height: 2.2rem;
}

.choice_area a.btn_similar {
  background: url(../images/icon-grey/22/similar-ai.svg) no-repeat center;
}

.choice_area a.btn_similar:hover {
  background: url(../images/icon-blue/22/similar-ai.svg) no-repeat center;
}

.choice_area a.btn_download {
  background: url(../images/icon-grey/22/download.svg) no-repeat center;
}

.choice_area a.btn_download:hover {
  background: url(../images/icon-blue/22/download.svg) no-repeat center;
}

.choice_area a.btn_add_album {
  background: url(../images/icon-grey/22/add-album.svg) no-repeat center;
}

.choice_area a.btn_add_album:hover {
  background: url(../images/icon-blue/22/add-album.svg) no-repeat center;
}

.choice_area a.btn_share {
  background: url(../images/icon-grey/22/share.svg) no-repeat center;
}

.choice_area a.btn_share:hover {
  background: url(../images/icon-blue/22/share.svg) no-repeat center;
}

/* mypage */
.track_area.-my .tile_track {
  display: block;
  /* overflow: hidden; */
}

.track_area.-my .tile_track:after {
  content: '';
  display: block;
  clear: both;
}

.track_area.-my .tile_track .track_box:after {
  content: '';
  display: block;
  clear: both;
}

.track_area.-my .tile_track .track_box {
  position: relative;
  float: left;
  width: 45.6rem;
  height: 14.8rem;
  margin-bottom: 4rem;
  overflow: visible;
}

.track_area.-my .tile_track .track_box:nth-of-type(2n) {
  margin-left: 18.8rem;
}

.track_area.-my .tile_track .tit {
  display: flex;
  flex-direction: row;
}

.track_area.-my .result_condition .btn_contents {
  margin-left: auto;
}

.track_area.-my .tit .txt {
  margin-top: 0;
  margin-left: 2rem;
  font-size: 1.8rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  cursor: pointer;
}

.track_area.-my .tit .txt span {
  display: inline-block;
}

.track_area.-my .tit .txt span:nth-of-type(1) {
  font-size: 1.8rem;
  font-weight: 600;
  max-width: 23.7rem;
  width: 23.7rem;
  white-space: inherit;
}

.track_area.-my .tit .txt span:nth-of-type(2) {
  font-size: 1.4rem;
  font-weight: 400;
}

.track_area.-my .tile_track .dropdown_wrap {
  margin-top: auto;
}

.track_area.-my .tile_track .more {
  display: block;
  width: 3.2rem;
  height: 3.2rem;
}

.track_area.-my .dropdown_wrap ul.dropdown_menu {
  top: 3.2rem;
}

.sub_category {
  width: 100%;
  /* height: 12.6rem; */
  /* padding: 0 0 6rem; */
  box-sizing: border-box;
}

.sub_category.-cs {
  margin-top: 4rem;
}

.sub_category~* {
  margin-top: 4rem;
}

.sub_category ul {
  display: flex;
  justify-content: flex-end;
  min-width: 110rem;
  width: 100%;
  margin: 0 auto;
  gap: 4rem;
}

.sub_category li a {
  font-size: 2.2rem;
  font-weight: 500;
}

.sub_category li.active a {
  font-weight: 700;
}


/* pagination */
.pagination {
  margin-top: 4rem;
}

.pagination_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.pagination_item {
  width: 3.7rem;
  height: 3.7rem;
  line-height: 3.7rem;
  text-align: center;
}

.pagination_item.active {
  width: 3.7rem;
  font-weight: bold;
}


.pagination_item.-ctrl {
  width: 3.7rem;
}


.pagination_link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 300;
}

.app .pagination_link:hover,
.app .pagination_link:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

.pagination_link[aria-disabled="true"] {
  cursor: not-allowed;
}

.pagination_link[aria-disabled="true"]:hover,
.pagination_link[aria-disabled="true"]:focus {
  outline: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

/* pagination control area */
.pag_control {
  display: flex;
  margin-left: 3.2rem;
}

.pag_control>div {
 /* width: 5.3rem;*/
  width: 6.1rem;
  height: 3.7rem;
}


/* color */
.gray {
  background-color: #7A8195;
}

.ligth_gray {
  background-color: #F8FAFC;
}


/* button */
.btns_area {
  margin: 4rem 0;
  justify-content: flex-end;
}

a.button,
button.button {
  display: block;
  text-align: center;
  cursor: pointer;
}

.button.-primary,
.button.-primary.-sm {
  background-color: #0494FA;
  color: #fff;
  height: 3.8rem;
  line-height: 1;
}

.button.-primary:hover {
  background-color: #047FFA;
  color: #fff;
}

.button.-primary.active {
  background-color: #30A7FC;
  color: #fff;
}

.btn_contents {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.btn_contents .button {
  display: block;
  position: relative;
  padding: 0 1.2rem 0 2.4rem;
  box-sizing: border-box;
  height: 3.4rem;
  line-height: 3.4rem;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
  border-radius: 1px;
}



.btn_contents .button.-origin {
  padding: 0 1.2rem;
}

.btn_contents .button.-sm {
  width: 5rem;
  height: 3.4rem;
  padding: 0 1.2rem;
}

.filter_area .btn_contents .button+.button {
  margin-left: 1.2rem;
}

.button::before {
  position: absolute;
  top: 25%;
  left: .4rem;
}


.order_area .button {
  color: #0494FA;
  padding: 0 1.2rem;
  border: 1px solid #0494FA;
  height: 3.4rem;
  line-height: 3.4rem;
}

.btn_contents.-emotion {
  gap: 1.2rem;
}

.btn_contents .button {
  color: #0494FA;
  border-color: #0494FA;
}

.btn_contents.-emotion .button {
  padding: 0 1.2rem 0 3.2rem;
}


.btn_contents.-emotion .button::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 12px;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/icon-blue/16/add-thick.svg) no-repeat 0 0;
}

.button:hover {
  background-color: #0494FA;
  color: #fff;
}

.btn_contents.-emotion .button:hover::before {
  content: '';
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/icon-white/16/add-thick.svg) no-repeat 0 0;
}

/* form - checkbox */
input[type="checkbox"] {
  width: 2.2rem;
  height: 2.2rem;
  vertical-align: middle;
  accent-color: #0494FA;
}

/* form - select */
.select_wrap {
  width: 32.2rem;
  position: relative;
}

.select_wrap ul li {
  line-height: 1;
}

.select_wrap .default_option {
  width: -webkit-fill-available;
  position: relative;
  cursor: pointer;
  height: 5rem;
  min-width: 12.8rem;
}

.select_wrap .default_option::before {
  content: '';
  position: absolute;
  top: 1.4rem;
  right: 20px;
  width: 2.2rem;
  height: 2.2rem;
}

.select_wrap .default_option.selected {
  font-weight: 500;
  outline: 0;
  /* height: 4.9rem; */
}

.filter_area .select_wrap .default_option.disabled .option,
.filter_area .select_wrap .default_option.selected .option {
  padding: 0 1.2rem;
  box-sizing: border-box;
}

.filter_area .select_wrap .default_option.selected {
  height: 4.8rem;
}

.select_wrap .default_option.selected .option>span {
  padding: 0 1.2rem;
  box-sizing: border-box;
}

.select_wrap.active .default_option::before {
  content: '';
  position: absolute;
  top: 1.4rem;
  transform: rotate(180deg);
}

.filter_area .select_wrap {
  height: 5rem;
  line-height: 5rem;
}

.filter_area .select_wrap .default_option li {
  height: 5rem;
  line-height: 5rem;
  padding: 0 1.2rem;
  font-weight: 700;
  box-sizing: border-box;
}

.filter_area .select_wrap .select_ul {
  z-index: 20;
}

.filter_area .select_wrap .select_ul li {
  font-weight: 500;
}

.filter_area+.collection {
  margin-top: 6rem;
}

.select_wrap .select_ul {
  position: absolute;
  top: 5rem;
  left: 0;
  width: 100%;
  display: none;
  z-index: 11;
  /* height: 24.5rem; */
  overflow: hidden;
}

.select_wrap .select_ul li {
  padding: 1.4rem 0 1.8rem 1.2rem;
  cursor: pointer;
  line-height: 1;
  box-sizing: border-box;
  max-width: 32.2rem;
}

.select_wrap .select_ul li:last-child {
  margin-bottom: 0;
}


.select_wrap .option {
  font-size: 2.2rem;
  width: 100%;
  height: -webkit-fill-available;
}

.select_wrap .select_ul .option {
  padding-left: 0;
}

.select_wrap.selected .select_ul {
  display: block;
}

/* Breadscrum */
.breadscrum {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.breadscrum li~li:before {
  content: '';
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  padding-right: 2.4rem;
  line-height: 1.6rem;
  vertical-align: text-top;
  background: url(../images/icon-grey/16/arrow-right.svg) no-repeat center 1px;
}

.breadscrum li:nth-of-type(1):before {
  content: none;
}

/*  AI 추천 */
#container .content_wrap.-ai {
  overflow-y: visible;
}

#container .content_wrap.-ai .filter_area+.track_area {
  margin-top: 7rem;
}

#container .content_wrap.-ai .filter_area+.track_area .accordion_track {
  /*margin-left: -8rem;*/
  margin-left: -5rem;
}

#container .content_wrap.-ai .accordion_track .num {
  padding-left: 2rem;
  font-size: 1.6rem;
}


.content_wrap.-ai .select_wrap {
  width: 13rem;
  /* overflow: hidden; */
}

.content_wrap.-ai .select_wrap.selected {

  overflow: unset;
}

.content_wrap.-ai .select_wrap.selected .select_ul {
  width: 13rem;
  top: 5rem;
  overflow-y: scroll;
  height: 24rem;
}

.content_wrap .select_wrap.selected .select_ul::-webkit-scrollbar {
  /* 스크롤바의 너비 */
  width: .8rem;
}

.content_wrap .select_wrap.selected .select_ul::-webkit-scrollbar-thumb {
  height: 11.4rem;
  background: #CED6DE;
  border-radius: 3.8rem;
}



.content_wrap.-ai .select_wrap .default_option {
  padding: 0;
  height: 5rem;
  line-height: 5rem;
  box-sizing: border-box;
}

.content_wrap.-ai .select_wrap .default_option li {
  width: 13rem;
  font-weight: 700;
}


.ai_category {
  display: flex;
  align-items: center;
  margin-bottom: 3.2rem;
  gap: 1.2rem;
}

.ai_category .custom_controller {
  margin-left: 1.2rem;
}

.ai_category .custom_controller .button.-secondary {
  padding: 1.2rem 2.4rem;
  box-sizing: border-box;
  width: 7.3rem;
  height: 3.8rem;
  line-height: 1;
}


/* Tutorial Tooltip */
.tip_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #0494FA;
  padding: 1.2rem;
  box-sizing: border-box;
  border: 1px solid #0494FA;
  min-width: 30.7rem;
  width: max-content;
  position: absolute;
  z-index: 12;
  bottom: 40px;
  height: 4.6rem;
  border-radius: 5rem;
  color: #fff;
}

.choice_area .tip_wrap {
  right: 64px;
}

.tip_wrap.center:after {
  left: 50%;
}

.tip_wrap.left:after {
  left: 10%;
}

.tip_wrap.right:after {
  right: 10%;
}

.tip_wrap.top:after {
  top: -25%;
  transform: rotate(180deg);
}

.tip_wrap.bottom:after {
  top: 100%;
}

.tip_wrap:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  top: 100%;
  right: 10%;
  border-top: 12px solid #0494FA;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: none;
}

.tip_txt {
  font-size: 1.4rem;
}

.btn_tip_close {
  background: url('../images/icon-white/22/x-thin.svg') no-repeat center;
  color: #fff;
  cursor: pointer;
  font-size: 0;
  width: 2.2rem;
  height: 2.2rem;
}

.btn_tip_close:hover {
  opacity: 1.0;
}

/* Detail Album*/
.detail_top {
  position: relative;
  border-bottom: 1px solid #CED6DE;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  margin-top: 6.8rem;
  min-height: 15.8rem;
}

.player_area {
  display: flex;
  max-height: 7.4rem;
  flex-direction: column;
  gap: .8rem;
}

.player_area .player {
  width: 100%;
  height: 4.6rem;
}

.player_area .time {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.player_area~.detail_emotion {
  margin-top: 4rem;
}

.player_area .time div {
  width: 4.4rem;
  height: 1.9rem;
  font-size: 1.6rem;
  font-weight: 400;
}

/*23/8/1 player time widh 고정*/
.music_wave_wrap .time {
  display: inline-block;
  align-items: center;
  justify-content: space-between;
  width: 30px;
}

.detail_title {
  display: flex;
  justify-content: space-between;
}

.detail_title .txt {
  display: flex;
  flex-direction: column;
  gap: .8rem;
  text-transform: uppercase;

}

.detail_title .txt h1 {
  font-weight: 600;
}

.detail_title .txt h2 {
  font-weight: 500;
  font-size: 2.2rem;
}

.detail_title .txt h2:nth-of-type(3) {
  color: #9DA2B9;
}

.detail_title .bookmark {
  width: 3.2rem;
  height: 3.2rem;
}

.detail_title .bookmark input[type="checkbox"]+label {
  width: 3.2rem;
  height: 3.2rem;
  background: url(../images/icon-blue/32/bookmark-line.svg) no-repeat 0 0;
  position: relative;
}

.detail_title .bookmark input:checked+label::after {
  content: '';
  width: 3.2rem;
  height: 3.2rem;
  text-align: center;
  position: absolute;
  left: 0;
  top: -0.1rem;
  background: url(../images/icon-blue/32/bookmark.svg) no-repeat 0 0;
}

.detail_control {
  display: flex;
  gap: 2rem;
  position: absolute;
  bottom: 2rem;
  right: 0;
}

.detail_control a {
  position: relative;
  display: block;
  width: 3.2rem;
  height: 3.2rem;
}

.detail_emotion {
  display: flex;
  justify-content: flex-start;
  gap: 6rem;
  margin-bottom: 6rem;
}

.detail_emotion .cover {
  width: 22rem;
  height: 22rem;
}

.detail_emotion .youtube_player {
  width: 50rem;
  height: 28rem;
}

.detail_emotion .custom_area.-detail {
  flex: 1;
  padding-top: 0;
  margin-bottom: 0;
}

.detail_emotion .btn_contents.-emotion .button:hover {
  background-color: #0494FA;
  color: #fff;

}

.detail_emotion .btn_contents.-emotion .button:hover:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 12px;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/icon-white/16/add-thick.svg) no-repeat 0 0;
}

.player~.detail_emotion {
  margin-top: 4rem;
}

.detail_emotion .detail_track {
  flex: 1;
}

.detail_emotion .detail_track.-collection {
  flex: 1;
  white-space: pre-line;
}

.detail_emotion .detail_track.-playlist {
  flex: 1;
  white-space: pre-line;
}

.detail_emotion .plylist_explane {
  font-size: 1.6rem;
}

.detail_emotion .cover_explane {
  font-size: 1.6rem;
}

.detail_emotion .cover_explane li {
  margin-bottom: .8rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.detail_emotion .cover_explane li span {
  display: inline-block;
  text-transform: uppercase;
  text-align: left;
}

.detail_emotion .cover_explane li a {
  display: block;
}

.detail_emotion .cover_explane li span:nth-of-type(1) {
  min-width: 9rem;
}

.detail_emotion .cover_explane li span:nth-of-type(2) {
  white-space: nowrap;
}

.detail_emotion .cover_explane li span.highlight {
  color: #0494FA;
  cursor: pointer;
}

#container .content_wrap.-home {
  padding-top: 6rem;
}

#container .content_wrap.-home .tile_track+.tit_wrap {
  margin-top: 7.7rem;
}

#container .content_wrap.-home .track_area#recommend_track {
  margin-bottom: 7.7rem;
}

#container .content_wrap.-home #recommend_track .btn_info {
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/icon-grey/16/info.svg) no-repeat center;
}

#container .content_wrap.-home #recommend_track .btn_info:hover {
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/icon-blue/16/info.svg) no-repeat center;
}

#container .content_wrap.-home #recommend_track .btn_question {
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/icon-grey/16/question.svg) no-repeat center;
}

#container .content_wrap.-home #recommend_track .btn_question:hover {
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/icon-blue/16/question.svg) no-repeat center;
}

#container .content_wrap.-similar {
  margin-bottom: 6rem;
}

.content_wrap.-similar .detail_top {
  min-height: 10.8rem;
}

.notice_list li {
  background: url(../images/icon-black/32/check.svg) no-repeat 0 center;
  font-size: 2.2rem;
  padding: 1.5rem 0 1.5rem 5.2rem;
  cursor: pointer;
}

.notice_list,
.accordions.-qna {
/*  margin-left: 27.2rem; */
}

/* LABELS , OP */
#container .container_wrap.-search {
  width: 100%;
}

#container .container_wrap.-search .content_wrap {
  padding-top: 4rem;
}

#container .container_wrap.-search .content_wrap h5 {
  font-weight: 500;
}

.container_wrap.-search .content_wrap .search_area {
  display: flex;
  flex-direction: row;
  gap: 2.72rem;
  margin-top: 4rem;
  height: 2.6rem;
  line-height: 2.6rem;
}

.container_wrap.-search .content_wrap .search_area h2 {
  font-size: 2.2rem;
  font-weight: 500;
  white-space: nowrap;
}

.container_wrap.-search .content_wrap .search_area li.active h2 {
  font-weight: 600;
}

.container_wrap.-search .content_wrap .search_area li {
  cursor: pointer;
}

/* 공지사항 */
#container .container_wrap.-detail {
  width: 100%;
  flex-direction: column;
  max-width: 100%;
  gap: 0;
}

.container_wrap.-detail .sub_category {
  padding: 4rem 0 6rem;
  border-bottom: 2px solid #EDF2F7;
}

.container_wrap.-detail .notice_title {
  border-bottom: 2px solid #EDF2F7;
  display: flex;
  flex-direction: column;
  padding: 2rem 0;
  box-sizing: border-box;

  gap: 2rem;
}

.container_wrap.-detail .notice_title>div {
  display: flex;
  gap: 3.3rem;
  width: 102.1rem;
  margin: 0 auto;

}

.container_wrap.-detail .notice_title>div span {
  font-size: 1.6rem;
}

.container_wrap.-detail .notice_title>div span:first-child {
  min-width: 4.2rem;
}

.container_wrap.-detail .notice_wrap {
  margin-top: 0;
  border-bottom: 2px solid #EDF2F7;
}

.notice_wrap .notice_content {
  padding: 6rem 0 9rem;
  width: 102.1rem;
  margin: 0 auto;
  white-space: pre-line;
}

.container_wrap.-detail .custom_controller {
  width: 136rem;
  margin: 0 auto;
}

.container_wrap.-detail .custom_controller .btn_search {
  margin: 4rem 0;
  color: #000;
  background-color: #F8FAFC;
  border: 1px solid #CED6DE;
}

#container .container_wrap.-detail .sub_category ul {
  width: 136rem;
}

/* OP, LABELS tab */
.tab_menu li {
  position: relative;
  display: inline-block;
  color: #999;
  font-weight: bold;
  cursor: pointer;
}

.tab_menu li:last-child {
  margin-right: 0;
}

.tab_contents {
  display: none;

}

.container_wrap.-search .tab_contents {
  display: none;
}

.container_wrap.-search .tab_contents.active {
  height: 62.4rem;
  margin-top: 4rem;
  display: flex;
  flex-direction: row;
  gap: 10rem;
}

.container_wrap.-search .tab_contents.active .sub_labels{
  width: 50%;
}

.container_wrap.-search .tab_contents.active .sub_labels.active h4,
.container_wrap.-search .tab_contents.active .sub_labels.active ul li.active {
  color: #000;
}


.container_wrap.-search .tab_contents .sub_labels ul li,
.container_wrap.-search .tab_contents .sub_labels h4 {
  margin-top: 1.6rem;
  cursor: pointer;
  font-size: 2rem;
}


.container_wrap.-search .tab_contents .sub_labels ul li.active {
  color: #000;
}

.container_wrap.-search .tab_contents.active .sub_labels h4.active {
  cursor: default;
}

/* OP 2 depth  페이지 */
.breadscrum+.sub_op {
  margin-top: 4rem;
  display: flex;
  gap: 12rem;
  height: 63.9rem;
}

.sub_op .sub_op_con {
/*  min-width: 16rem;*/
}

.sub_op .sub_op_con li {
  font-size: 2rem;
  font-weight: 400;
  margin-top: 1.7rem;

}

.sub_op .sub_op_con li a {
/*  max-width: 16rem;*/
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.sub_op .sub_op_con li:first-child {
  margin-top: 0;
}



/* more 더보기 버튼 */

.dropdown_wrap li.dropdown {
  position: relative;

}

.dropdown_wrap ul.dropdown_menu {
  padding: 0;
  overflow: hidden;
  position: absolute;
  width: 9.3rem;
  z-index: 13;
  top: 3.2rem;
}


.swiper-slide .tile_track .dropdown_wrap ul.dropdown_menu {
  position: absolute;
  right: 0;
  top: -12rem;

}

.dropdown_wrap ul.dropdown_menu li a {
  display: block;
  height: 3rem;
  padding: 0.8rem 1.2rem;
  box-sizing: border-box;
  font-size: 1.2rem;
  white-space: nowrap;
  cursor: pointer;
  letter-spacing: -0.1px;
}



/* Display none by Default */
.dropdown_wrap ul.dropdown_menu {
  display: none;
}

/* 앨범 */
.my_album_area {
  display: flex;
  justify-content: space-between;
}

.my_album_area .title {
  display: flex;
  color: #0494FA;
  font-weight: 500;
  font-size: 2.2rem;
  align-items: center;
  gap: 1.2rem;
}

.my_album_area .title .btn_down {
  display: inline-block;
  vertical-align: middle;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 100%;
  background: #9DA2B9 url(../images/icon-white/32/download.svg) no-repeat center;
}

.my_album_area .title .btn_down:hover {
  background-color: #0494FA;
}

/* popup */
.popup_btn {
  /* position: absolute;
  top: 0;
  right: 0; */
  font-size: 1.1rem;
  border-bottom: 1px solid #999999;
  color: #999999;
}

.popup_btn:hover {
  color: #999999;
}

.popup {
  display: none;
  position: fixed;
  width: 400px;
  height: 400px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  box-shadow: 2px 7px 29px rgb(22 22 22 / 10%);
}

.popup.-small {
  z-index: 999;
}

.popup .popup_inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 9.6rem;
  padding: 2.4rem 0;
  box-sizing: border-box;
  overflow-y: scroll;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

.popup .popup_inner::-webkit-scrollbar {
  width: 1rem;
}

.popup .popup_inner::-webkit-scrollbar-thumb {
  background-color: #CED6DE;
  border-radius: 5rem;
  ;
}

.popup .popup_inner::-webkit-scrollbar-track {
  background-color: #F8FAFC;
}

.popup .popup_close {
  position: absolute;
  top: 1.6rem;
  right: 2rem;
  display: block;
  width: 2.8rem;
  height: 1.9rem;
  cursor: pointer;
  color: #7A8195;
  font-size: 1.6rem;
  font-weight: 400;
  white-space: nowrap;
}

.popup .popup_close.-ico {
  position: absolute;
  top: 1.6rem;
  right: 2rem;
  width: 2.2rem;
  height: 2.2rem;
  text-indent: -9999px;
}

.pop_con .btn_area {
  display: flex;
  margin-top: 0;
  gap: 1.2rem;
}

.pop_con .btn_area a,
.pop_con .btn_area button {
  border-radius: 1px;
  width: 4.9rem;
  height: 3.8rem;
  line-height: 1.2;
  padding: 1rem 1.2rem;
  box-sizing: border-box;
  font-size: 1.4rem;
}

.popup .popup_close.btn_cancel {
  position: unset;
  border: 0;
}

.popup .pop_title {
  position: sticky;
  padding: 4rem 2rem;
  box-sizing: border-box;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  z-index: 50;
}

.popup.-small .pop_title {
  padding: 2rem 2rem 1.2rem 2rem;
  line-height: 1.15;
  box-sizing: border-box;
}

.popup.-small .pop_con {
  padding-top: 7rem;
}

.popup.-delete .pop_con {
  padding-top: 5rem;
}

.popup.-share .pop_con {
  padding: 0;
}


.popup.-input .pop_title {
  padding: 2rem 2.7rem 1.2rem 2.7rem;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.popup.-input .popup_inner {
  margin-top: 2.6rem;
  padding: 0 1.6rem 2rem;
  box-sizing: border-box;
  overflow-y: hidden;
  height: auto;
}

.popup.-input .pop_con .btn_area {
  margin-top: 1.4rem;
}

.layer_bg {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 90;
}

/* popup - default album */
.pop_con {
  text-align: center;
}

.pop_con .add_album_list .add_cover {
  width: 7rem;
  height: 6.6rem;
  cursor: pointer;
}

.pop_con .add_album_list .album_cover {
  width: 7rem;
  height: 6.6rem;
}

.pop_con .add_album_list .album_info {
  display: flex;
  flex-direction: column;
  gap: .6rem;

}

.pop_con .add_album_list .album_info>span {
  display: block;
  text-align: left;
  font-weight: 400;
}

.pop_con .add_album_list li:not(.add_album_form) {
  display: flex;
  align-items: center;
  width: 100%;
  flex-direction: row;
  gap: 3.2rem;
  padding: 2.8rem 4.8rem;
  box-sizing: border-box;
}

.pop_con .add_album_list li.add_album_form:hover {
  background-color: transparent;
  cursor: default;
}

.popup.-small .popup_inner {
  margin-top: 0;
  height: auto;
  padding: 0 1.6rem 2rem;
  box-sizing: border-box;

}

.popup.-share .popup_inner {
  margin-top: 0;
}

.popup.-small .popup_inner::-webkit-scrollbar {
  display: none;
}

.popup.-small .popup_inner {
  -ms-overflow-style: none;
  /* 인터넷 익스플로러 */
  scrollbar-width: none;
  /* 파이어폭스 */
}

.pop_con .share {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 6rem;
}

.pop_con .share input {
  width: 77%;
  height: 3.2rem;
  border: 1px solid #9DA2B9;
  padding: 0 0.8rem;
  box-sizing: border-box;

}

.pop_con .share button {
  position: absolute;
  right: 0;
  width: 7.3rem;
  height: 3.4rem;
}

.pop_con .confirm {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}

.pop_con .confirm .fieldset {
  margin-top: 7rem;
}

.pop_con .confirm input {
  width: 29rem;
  height: 3.2rem;
  border: 1px solid #9DA2B9;
}

.pop_con .fieldset {
  position: relative;
}

.pop_con .fieldset>.clear {
  top: 1rem;
  right: 1rem;
  background: url('../images/icon-grey/22/delete.svg') no-repeat center;
}

.pop_con .fieldset input {
  padding: 0.8rem;
  box-sizing: border-box;
  border: 1px solid #9DA2B9;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: .1px;
}

.pop_con .fieldset.disabled input {
  color: #9DA2B9;
}

.pop_con .fieldset input::placeholder {
  color: #CED6DE
}

/* swiper */
.swiper_area {
  position: relative;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 0 !important;
}

.swiper-button-next.-ai,
.swiper-button-prev.-ai {
  color: #000 !important;
  top: 0 !important;
  margin-top: 0 !important;
  width: 8rem;
  height: 7.2rem;
}



.aiSwiper .swiper-wrapper {
  align-items: center !important;
}

.aiSwiper .track_card {
  width: 10rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  cursor: pointer;
  border-radius: 2px;
  font-weight: 600;
  ;
}

.aiSwiper.selected {
  display: flex;
  gap: 2rem;
}

.aiSwiper.selected .track_card {
  width: auto;
  height: 5rem;
  padding: 1.4rem 1.6rem;
  box-sizing: border-box;
  line-height: 1.5;
  font-weight: 600;
  ;
}

.aiSwiper {
  height: 7.2rem !important;
}


.swiper-pagination {
  top: 0 !important;
  text-align: right !important;
  height: fit-content !important;
}

.swiper-pagination-bullet {
  width: 2.4rem !important;
  height: .4rem !important;
  border-radius: 0 !important;
}

/* 윈도우 팝업 */
#winPop {
  overflow: hidden;
  background-color: #FCFCFC;
}

#winPop .login_wrap {
  top: 8rem;
}

#winPop.lg {
  min-width: 1180px;
}

#winPop.sm {
  min-width: 584px;
  height: 278px;
}

#winPop .win_wrap {
  text-align: center;
  padding: 8rem 0;
  box-sizing: border-box;

}

#winPop .win_wrap h2+p {
  margin-top: 2rem;
}

#winPop .field_wrap {
  margin-top: 6rem;
  margin-bottom: 4rem;
}

#winPop .auth_submit {
  margin: 0;
}

#winPop .btn_contents {
  margin-top: 4rem;
  justify-content: center;
}

#winPop .btn_contents .button {
  width: 16.4rem;
  border: 1px solid #0494FA;
  padding: 1rem 1.2rem;
  box-sizing: border-box;
  line-height: 1;
  letter-spacing: -.1px;
}

#winPop .login_wrap.-register .field_wrap {
  margin-top: 4rem;
}

/* Toast popup */
.toast_pop {
  opacity: 0;
  font-size: 0;
}

.toast_pop.active {
  position: fixed;
  bottom: 30px;
  left: 3.8rem;
  padding: 2rem 1.5rem;
  box-sizing: border-box;
  transform: translate(0, 0);
  animation: fadein 5s;
  font-size: 1.4rem;
  width: 30.4rem;
  height: auto;
  border-radius: 8px;
  font-weight: 500;
}

@keyframes fadein {
  0% {
    bottom: 0;
    opacity: 0;
  }

  10% {
    bottom: 30px;
    opacity: 1;
  }

  90% {
    bottom: 30px;
    opacity: 1;
  }
  100% {
    bottom: 30px;
    opacity: 0;
  }
}

/* count textarea */
#txtareaCounter {
  position: absolute;
  right: 0;
  top: 40%;
  font-size: 1.6rem;
}

.add_album_form {
  height: 18.4rem;
  text-align: left;
  padding: 2.8rem 4.8rem 4rem;
  box-sizing: border-box;
  overflow: hidden;
}

.add_album_control {
  position: relative;
  height: 5.5rem;
}

.add_album_control+.caption {
  font-size: 1.4rem;
  margin-top: .8rem;
}

.count_textarea {
  width: 100%;
  max-height: 1.8rem;
  resize: none;
  padding: 0.8rem 0;
  appearance: none;
  font-size: 1.6rem;
  overflow-y: hidden;
}

.count_textarea::placeholder {
  font-size: 1.6rem;
}

.count_textarea:focus-within,
.count_textarea:focus {
  border-width: 2px;
}

.btn_make {
  font-size: 1.6rem;
  color: #0494FA;
  display: block;
  width: 4.2rem;
  height: 1.9rem;
  margin-left: auto;
  white-space: nowrap;
  margin-top: 4.5rem;
}

.btn_make:hover {
  color: #0494FA;
}

/* 음악 웨이브 영역 */
.music_wave_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
}

.music_wave {
  width: 450px;
  height: 47px;
/*  background-color: #9DA2B9;*/
}

.music_wave_wrap .tim {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  color: #000;
}

/* 로딩바 */
.loading_bar {
  height: 3px;
  background: #B3DFFD -webkit-gradient(linear, left top, right top, from(#B3DFFD), color-stop(#E82BD0), color-stop(#0494FA), to(#B3DFFD));
  background: #B3DFFD -webkit-linear-gradient(left, #B3DFFD, #E82BD0, #0494FA, #B3DFFD);
  background: #B3DFFD linear-gradient(to right, #B3DFFD, #E82BD0, #0494FA, #B3DFFD);
  background-size: 500%;
  -webkit-animation: 2s linear infinite LoadingBarProgress, 0.5s ease-out LoadingBarEnter;
  animation: 2s linear infinite LoadingBarProgress, 0.5s ease-out LoadingBarEnter;
  -webkit-transform-origin: left;
  transform-origin: left;
  width: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
}

@keyframes LoadingBarProgress {
  0% {
    background-position: 125% 0;

  }

  to {
    background-position: 0% 0;
  }
}

@keyframes LoadingBarEnter {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  to {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);

  }
}

@media (max-width: 1790px) {
  body {
    overflow-x: hidden;
    min-width: 790px;
    /* max-width: 790px; */
  }

}

/* top-button */
.top-button {
  overflow: hidden;
}

.top-button a {
/*	float: left;*/
	position: fixed;
	/*left: 1625px;*/
	right: 2%;
	bottom: 2%;
	display: none;
	z-index: 99;
	width: 48px;
	height: 48px;
}

/* footer */
footer {
	height: 6rem;
	display: flex;
	padding: 2rem 0;
	color: #7A8195;
	font-size: 1.6rem;
	justify-content: flex-start;
}

footer .footer-left {
	margin-left: 4rem;
	height: 1.8rem;
	color: #7A8195;
	display: flex;
	align-items: center;
	gap: 1rem;
	flex: 1;
}

footer .footer-right {
	margin-right: 10.4rem;
	width: 26.4rem;
}

footer .footer-link {
	margin-right: 1.4rem;
}

footer .footer-right .family-link {
	border: 1px solid transparent;
	background-color:#f6f6f6;
}

