@charset "utf-8;";

/* 공통부분 수정한것 */

ul {
  list-style: none;
  margin-block-start: 0em;
  margin-block-end: 0em;
}

.content {
  margin-bottom: 80px;
}
.page-title-box .page-title {
  margin-top: 20px;
}
/* .page-title-box .col-sm-12,
.col-md-9 {
  padding-right: 0px;
  padding-left: 0px;
} */
.page-title-box .col-sm-12,
.col-md-3 {
  padding-right: 0px;
  padding-left: 0px;
}
table.dataTable.dtr-inline.collapsed
  > tbody
  > tr[role="row"]
  > td:first-child:before,
table.dataTable.dtr-inline.collapsed
  > tbody
  > tr[role="row"]
  > th:first-child:before {
  top: 38% !important;
  left:-8px;
}

table.dataTable.dtr-inline.collapsed
  > tbody
  > tr.parent
  > td:first-child:before,
table.dataTable.dtr-inline.collapsed
  > tbody
  > tr.parent
  > th:first-child:before {
  top: 38% !important;
}
.page-link {
  padding:0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  left: 50%;
  text-align: center;
}
.btn-bordered-secondary,.btn-bordered-primary,.btn-bordered-danger{
  min-width: 120px;
}
.dropdown-menu{
  position: absolute;
  transform: translate3d(0px, 25px, 0px);
  top: 0px;
  left: 0px;
  will-change: transform;
}
/* text 클레스 효과 */
.cl::before,
.cl::after {
  content: "";
  display: block;
}
.cl::after {
  clear: both;
}
.fw_1{font-weight: 100;}
.fw_3{font-weight: 300;}
.fw_4{font-weight: 400;}
.fw_6{font-weight: 600;}
.v_al_t{vertical-align: top !important;}
.main_c_fb {
  color: #7266ba;
  font-size: 1rem;
  font-weight: 600;
}
.c333 {
  color: #333 !important;
}
.mb_ver{
  display:none;
}
/* class 효과주기 */
.mb_24{
  margin-bottom: 24px;
}
.pt_10{
  padding-top:10px;
}
/* title 효과 수정 */
.table td {
  font-weight: 600;
  color: #999;
}
.page-title > a{
  color:#323a46;
}
.page-title-row {
  margin: 10px -27px 0px;
  padding: 0 27px;
}

.page_exp {
  font-size: 0.8rem;
  font-weight: 600;
  color: #999;
  white-space: normal;
}

.table thead th {
  border-bottom: 1px solid #dee2e6;
  font-weight: 700;
  color: #999;
}
/* font 전체 제어 */
.table td {
  font-weight: 400;
  color: rgb(153, 153, 153);
}
/* 테이블 공통값 */
.info_img_txt {
  display: inline-block;
  vertical-align: middle;
}
/* 테이블에 메모 관련 가로값 */
table.dataTable.nowrap th, table.dataTable.nowrap td {
  word-break: keep-all;
}
.memo_w{
  max-width:50px;
  width:50px !important;
}
/* 데이터 테이블 width 값 자유롭게 */
table.dataTable td,
table.dataTable th {
  /* text-align: center; */
  vertical-align: middle;
}
/* 테이블 위에 보여지는 갯수선택, search라인 숨깅 */
/* #basic-datatable_wrapper > .row > .col-md-6 {
  display: none;
} */

/* table 상단버튼, such 수정 */
.mt-1,
.my-1 {
  margin-top: 0rem !important;
}
.dropdown_btn_wrap {
  margin-right: 0.8rem;
  margin-bottom: 0.5rem;
}
.dropdown_btn_wrap > .btn {
  padding: 0.3rem 0.9rem;
}
.btn_wrap_lg > .btn {
  padding: 0.3rem 2.5rem;
}
.btn-secondary {
  background-color: transparent;
  border-color: #7266ba;
  color: #7266ba;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #7266ba;
  border-color: #7266ba;
}

.table_top_right {
  float: right;
}
/* 공통 네비게이션 */
.notification-list .profile-dropdown .notify-item {
  text-overflow: ellipsis;
  overflow: hidden;
}
/* 테이블 데이터 수정 */
.txt_chan {
  text-align: center;
}
.info_img_txt > ul {
  display: inline-block;
  list-style: none;
  /* margin-top: 1rem; */
}

.table_adm > .badge {
  padding: 0.3em 0.7em;
  border-radius: 0.1rem;
  font-weight: normal;
  vertical-align: bottom;
}

.table_adm .btn, .adm_edit .btn {
  padding: 0.2rem 1.6rem;
  font-size: 0.75rem;
}

/* 상태공통 요소 */
.wrap_cr_state {
  vertical-align: middle;
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  letter-spacing: -0.07rem;
  text-align: center;
}

/* 제작요청시 상태  */

.wrap_cr_ask {
  line-height: 48px;
  border: 2px dotted #999;
  background: #fff;
}
.wrap_cr_ask > span:nth-of-type(2),
.wrap_cr_pay > span:nth-of-type(2),
.wrap_cr_ready > span:nth-of-type(2),
.wrap_cr_done > span:nth-of-type(2),
.wrap_cr_bc > span:nth-of-type(2),
.wrap_cr_sc > span:nth-of-type(2),
.wrap_cr_dlt > span:nth-of-type(2) {
  display: block;
  position: relative;
  top: -32px;
}
.wrap_cr_made > span:nth-of-type(2) {
  display: block;
  position: relative;
  top: -40px;
}

/* 결제완료시 상태 */

.wrap_cr_pay {
  line-height: 48px;
  border: 1.5px solid #999;
  background: #fff;
}

/* 제장중 상태 */
.wrap_cr_ing {
  line-height: 65px;
  border: 1.5px solid #7266ba;
  background: #fff;
  color: #7266ba;
}

/* 스토어 발매 상태 */
.wrap_cr_made {
  line-height: 56px;
  background: #7266ba;
  color: #fff;
}

/* 음반정보 공통 badge효과 */
.info_img_txt .badge {
  padding:0.3em 0.7em;
  font-size: 75%;
  font-weight: normal;
  border-radius: 0rem;
}

/* 스텐다드 제품 badge 효과*/
.badge-standard {
  background: #555;
}

.now_state .btn {
  padding: 0.2rem 1.6rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 0.15rem;
}

/* ADIMIN badge효과 on 일때 */
.table_adm .badge_on {
  background-color: #555;
  color: #fff !important;
}

/* 작은 디바이스에서 테이블내용 안으로 들어갈때 수정 */
.dtr-data > .badge_on{
  background-color: #555;
    color: #fff !important;
}
.dtr-data > .badge {
  padding: 0.3em 0.7em;
  border-radius: 0.1rem;
  font-weight: normal;
}
.dtr-data .btn {
  padding: 0rem 1.5rem;
}

/* footer 수정 */
.footer_line {
  display: inline-block;
  text-align: center !important;
  font-size: 0.8rem;
  margin: 0 auto;
}

/* class로 효과 만든것 */
.strong_m,.impot_tit{
  font-size: .9375rem;
  font-weight: 600;
}
.strong_m {
  color:#323a46;
}
.impot_tit {
  color: #6c757d;
}
a.impot_tit{
  text-decoration: underline;
text-underline-position: under;
}
.text_center {
  text-align: center;
}

/* color 컨트롤 */
.color_red {
  color: red !important;
  font-weight: 500 !important;
}
.main_color {
  color: #6559cc !important;
}
.side_color{
  color:#f672a7 !important;
}
.text_sm {
  font-weight: normal;
  color: #6c757d;
}

.com_color {
  font-weight: 600 !important;
  color: #555 !important;
}

.disp_block {
  display: block;
}

.font_weight {
  font-weight: normal;
}
.weight500 {
  font-weight: 500;
  font-size: 1.4rem;
}

.inline_block {
  display: inline-block;
}

.float_l {
  float: left;
  padding-left: 0px;
}
.float_r {
  float: right;
  padding-right: 0px;
}

.margin_r {
  margin-left: 40px;
}

.margin_t3 {
  margin-top: 3px;
}
.margin_tb5{
  margin:5px 0;
}
.margin_t10 {
  margin-top: 10px;
}
.margin_t10 {
  margin-top: 10px;
}

.txt_l {
  text-align: left !important;
}

.bold {
  font-weight: 900;
}

.opacity {
  opacity: 0.5;
}
.txt_thr {
  text-decoration: line-through;
}
.w50{width:50px !important;}
.w100{
  width:100px !important;
}
.width10p {
  width: 10%;
}
.width10p {
  width: 20%;
}
.f_txt {
  color: #666 !important;
  vertical-align: middle !important;
}
.exp_p{
  font-size:1rem;
  font-weight: 400;
}
/* 미디어쿼리 수정 */

@media only screen and (max-width: 1110px) {
  .exp_p {
    display: none;
  }
}
@media only screen and (min-width: 1110px) {
  .exp_m {
    display: none;
  }
}

@media only screen and (max-width: 1000px) {
  .color333 {
    color: #333 !important;
  }
  .admin_btns {
    text-align: center;
    margin-left: -10px;
  }
}

@media only screen and (min-width: 768px) {
  .list-unstyled .button-menu-mobile {
    visibility: hidden;
  }
  .margin_t20 {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 768px) {
  /* 등록, 수정등 페이지 버튼 위치 조정 */
  .btn_location {
    width: 50%;
  }
  .navbar-custom> .nav_right {
    position: absolute;
    right: -25px;
  }
  .strong_m {
    white-space: pre-wrap;
}
.dtr-title{
  vertical-align: top;
}
}

@media only screen and (max-width: 550px) {
  .txt_chan {
    text-align: left;
  }
  .info_img_txt > ul {
    margin-top: 0rem;
  }
  .info_img > img {
    margin-top: 0px;
    display: none !important;
  }
  .page-title-right {
    display: none;
  }
  .mabile_mt {
    margin-top: 30px;
  }
  .table_top_left {
    display: none;
  }
  .info_img_txt ul , .admin_btns{
    padding-inline-start: 0px !important;
    margin-bottom: 0rem;
  }
  .padding_l0 {
    padding-left: 0px !important;
  }
  .long_txt{
    display: inline-block;
    white-space: pre-wrap;
    max-width:180px;
  }
  .dtr-data .btn-outline-secondary{
    display: none;
  }
  .mb_ver{
    display:block;
  }
}

@media only screen and (max-width: 500px) {
  .info_img_txt > ul {
    display: block;
    /* margin-left: 40px; */
  }
  .strong_m {
    font-weight: 600;
    font-size: 1rem;
  }
  .text_sm {
    font-size: 0.75rem;
  }
}

/* 등록, 수정 페이지 공통 */
/* 기존클레스 속성변경 */

.header-title {
  font-size: 1.2rem;
  margin: 0 0 5px 0;
  /* padding: .5rem 0; */
}
.header-title > b {
  font-weight: 900;
}

.table th {
  vertical-align: middle;
  width:150px;
}

.table {
  border-top: 1px solid #dee2e6;
}

.title_none {
  border-top: none;
}
.table_add {
  border-top: 2px dotted #dee2e6 !important;
  margin:20px 0 0;
}
.table_line_none {
  border-top: none !important;
  margin-top: 10px;
}
.radio{
  transform: translateY(0%);
}
/* 클레스 만들어서 속성변경 */
.thead_th {
  font-size: 1rem;
}
.thead_ths {
  font-weight: 900 !important;
  width: 150px;
}

.seclect_box {
  width: 50%;
  display: inline-block;
}

.select_tem {
  margin-left: 10px;
  display: none;
}
.t-select {
  display: inline-block;
}

.style_img {
  display: none;
  width: 50px;
  height: 35px;
  border: 1px solid #333;
  margin-bottom: -10px;
}
.style_a {
  display: inline-block;
  background: url(../images/tem_a006.png);
}
.style_b {
  background: url(../images/tem_b006.png);
}

.artist_select {
  width: 31%;
}

.album_type div {
  display: inline-block;
  margin: 6px 30px 0 6px;
}
.card-box{
  padding: 1.5rem 1.5rem 1rem;
}
.card-box-last{
  padding: 1rem 1.5rem 1rem;
}
/* 앨범 등록 페이지*/
.album_genre {
  width: 10%;
  display: inline-block;
}

.album_genre div {
  margin-top: 10px;
}

/* 삭제 아이콘 수정 */
/* .delete_icon {
  margin: 50px 0 0 3px;
} */
.delete_icon i {
  cursor: pointer;
  font-size: 18px;
  font-weight: normal;
}

.delete_cm {
  margin: 0;
  margin-left: -5px;
}

.delete_s {
  font-size: 18px !important;
  margin-left: 5px;
}

.soundtrack {
  display: inline-block;
  width: 45%;
}

.video_width {
  width: 15%;
}

.sns_user div {
  margin-right: 100px;
}

/* 파일 첨부하기 버튼 */
.filebox {
  position: relative;
  z-index: 1;
}

.filebox_c {
  margin-top: 10px;
}

.filebox label{
  color: #7266ba;
    width: 78px;
    height: 27px;
    text-align: center;
    vertical-align: middle;
    line-height: 27px;
    background-color: #fff;
    border: 1px solid #7266ba;
    cursor: pointer;
    border-radius: 0.15em;
    font-size: 0.75rem;
    font-weight: normal;
}
/* 첨부파일 버튼 수정 */
.filebox {
  position: relative;
  display: inline-block;
  vertical-align: top;
  *margin-right: 4px;
}

.filebox * {
  vertical-align: middle;
}

.filebox .file-text {
  position: relative;
  width: 150px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  height: 27px;
  /* background-color: #ecefef; */
  margin: 0 0 0 10px;
  border: none;
  line-height: 27px;
  z-index: 10;
}

.filebox .file-select {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  overflow: hidden;
}

.filebox .file-select .input_file {
  width: 80px;
  filter: alpha(opacity=0);
  opacity: 0;
  height: 20px;
}

.filebox .label_file {
  border-radius: 0.15em;
  font-size: 0.75rem;
  display: inline-block;
  background-color: #ecefef;
  border: 1px solid #7266ba;
  height: 27px;
  line-height: 27px;
  padding: 0 15px;
  color: #7266ba !important;
  cursor: pointer;
  *margin-left: 4px;
}
/* 음원추가 버튼 */
.last_add {
  margin-bottom: 30px;
}

/* 음원 수정에서  */

.select_use {
  width: 300px;
}

/* 아티스트 등록페이지  */

.txt_ex {
  font-size: 0.8rem;
  margin-top: 15px;
}
@media only screen and (max-width: 400px) {
  .news_tit {
    width: 150px;
    white-space: normal;
  }
}
/* 201210이후 수정한 부분 */
.info_img_wrap span:nth-child(2) {
  display: inline-block;
}
/* 201210 수정추가됨 끝 */
.dropdown-menu {
  max-height: 270px;
  overflow-y: auto;
}
.dropdown-menu::-webkit-scrollbar {
  width: 5px;
}
.dropdown-menu::-webkit-scrollbar-thumb {
  background-color: #6c757d;
  border-radius: 2px;
}
.dropdown-menu::-webkit-scrollbar-track {
  background-color: #f1f5f7;
  border-radius: 2px;
}
