@charset "utf-8";

/* mypagetabwrap */
.mypagetabwrap {
  position: relative;
}
.mypagetabbtn {
  width: 100%;
  position: relative;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  border-bottom: 1px solid #222;
  padding: 5px 0 0 300px;
}
.mypagetabbtn a {
  width: auto;
  display: inline-block;
  position: relative;
  z-index: 1;
  border: none;
  background: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 50px;
  height: 50px;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  padding: 0 50px;
  word-break: keep-all;
  white-space: nowrap;
  word-wrap: break-word;
  text-overflow: ellipsis;
}
.mypagetabbtn a.fan {
  background: url(/assets/img/com/fan.svg) no-repeat center 51%;
  background-size: 28px;
  opacity: 0.5;
}
.mypagetabbtn a.fan i {
  width: 28px;
  height: 100%;
  font-size: 0;
  display: inline-block;
}
.mypagetabbtn a.on,
.mypagetabbtn a.fan.on {
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
  opacity: 1;
}
.mypagetabbtn a.on:before {
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 3;
  content: "";
  display: inline-block;
  clear: both;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background: #ed1c24;
}
.mypagetabbtn a:hover {
  color: rgba(255, 255, 255, 1);
}
.mypagetabbtn a.fan:hover {
  opacity: 1;
}

.mypagetabbox {
  width: 100%;
  padding: 30px 0 0 0;
  position: relative;
  animation: fadein ease 0.3s;
  -moz-animation: fadein ease 0.3s;
  -webkit-animation: fadein ease 0.3s;
  -o-animation: fadein ease 0.3s;
}
.owned-ticket {
  position: absolute;
  left: 20px;
  top: 12px;
  width: 84px;
  height: 30px;
  border-radius: 16px;
  border: none;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  font-size: 15px;
  line-height: 28px;
  text-align: center;
  z-index: 8;
  border: 1px solid #fff;
}
@media all and (max-width: 1400px) {
  .mypagetabbtn {
    padding: 5px 0 0 280px;
  }
  .mypagetabbtn a {
    padding: 0 40px;
  }
}
@media all and (max-width: 1200px) {
  .mypagetabbtn {
    padding: 5px 0 0 290px;
  }
  .mypagetabbtn a {
    padding: 0 30px;
  }
}
@media all and (max-width: 1050px) {
  .mypagetabbtn {
    width: 100%;
    padding: 0;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: none;
  }
  .mypagetabbtn::-webkit-scrollbar {
    display: none;
  }
  .mypagetabbtn a {
    font-size: 15px;
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
  }
}
@media all and (max-width: 768px) {
  .mypagetabbtn a {
    padding: 0 15px;
  }
  .owned-ticket {
    position: absolute;
    left: 12px;
    top: 10px;
    font-size: 15px;
    line-height: 28px;
    text-align: center;
    z-index: 8;
  }
}
@media all and (max-width: 600px) {
  .mypagetabbtn a {
    padding: 0 12px;
  }
}
@media all and (max-width: 510px) {
  .mypagetabbtn {
    padding: 0 0 0 30px;
  }
  .mypagetabbtn:before {
    z-index: 2;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    display: inline-block;
    width: 30px;
    height: 40px;
    background: #000 url(/assets/img/content/mb_scroll.svg) no-repeat 0 50%;
    background-size: 20px;
  }
}
@media all and (max-width: 350px) {
  .mypagetabbtn {
    padding: 10px 0 0 30px !important;
  }
}

/* mypage_tit */
.mypage_twrap {
  position: relative;
  width: 100%;
  padding: 30px 40px;
  border-radius: 15px;
  display: block;
  margin: 0;
}

.mypage_tit_bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 240px;
  overflow: hidden;
  display: block;
  border-radius: 15px;
}
.mypage_tit_bg span {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: inline-block;
  background-color: #191919;
}
.mypage_tit_bg span img {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.3s linear;
}
.mypage_tit_bg span:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  content: "";
  display: inline-block;
  clear: both;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.mypage_imgbox {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 0 0 0 150px;
}
/* 1023 */
.mypage_imgbox .img {
  position: absolute;
  top: 55px;
  left: 10px;
  width: 100px;
  min-width: 50px;
  height: 100px;
  text-align: center;
  background: #000;
  border: none;
  overflow: hidden;
  display: block;
  border-radius: 100%;
}
.mypage_imgbox .img span {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: inline-block;
}
.mypage_imgbox .img span img {
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.3s linear;
}
/*  */
.mypage_imgbox .txtbox {
  width: 100%;
  /* padding: 0 25px 0 0; */
  word-break: break-all;
}
.mypage_imgbox .txtbox strong {
  width: 100%;
  display: block;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.3;
  padding: 70px 30px 0 0;
  word-break: break-all;
}
/* .profilewrap .mypage_imgbox .txtbox strong {
  padding: 120px 30px 0 0;
} */
.mypage_imgbox .txtbox strong > em {
  position: relative;
  width: 20px;
  height: 20px;
  overflow: hidden;
  display: inline-block;
  margin: 0 0 -1px 10px;
  border-radius: 50%;
}
.mypage_imgbox .txtbox strong > em img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  position: relative;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.mypage_imgbox .txtbox .rank {
  width: 100%;
  display: block;
  color: #999;
  font-size: 14px;
  line-height: 1;
  padding: 4px 0 11px;
}

.mypage_imgbox .mytit_infobtn {
  display: none;
}
.mypage_imgbox .txtbox .tbox {
  display: block;
  font-weight: 600;
  display: flex;
  justify-content: start;
  align-items: center;
}
.mypage_imgbox .txtbox .tbox .myibtn {
  display: block;
  display: flex;
  justify-content: start;
  align-items: center;
}
.mypage_imgbox .txtbox .tbox .myibtn a {
  min-width: 100px;
  line-height: 36px;
  height: 40px;
  padding: 0 10px;
  margin: 0 5px;
  border-radius: 10px;
  font-weight: 600;
  text-align: center;
}
.mypage_imgbox .txtbox .tbox .myibtn a:first-child {
  margin-left: 0;
}
.mypage_imgbox .txtbox .tbox .myibtn a:last-child {
  margin-right: 0;
}

.mypage_imgbox .txtbox .sns {
  display: flex;
  justify-content: start;
  align-items: center;
  margin: 0 0 0 10px;
}
.mypage_imgbox .txtbox .sns ul {
  display: flex;
  justify-content: start;
  align-items: center;
  border-radius: 40px;
  /* background: rgba(0, 0, 0, 0.3); */
  /* padding: 0 15px; */
}
.mypage_imgbox .txtbox .sns ul li {
  margin-left: 3px;
}
.mypage_imgbox .txtbox .sns ul li:first-child {
  margin-left: 0;
}
/* 1023 */
.mypage_imgbox .txtbox .sns ul li a {
  width: 40px;
  height: 40px;
  text-align: center;
  opacity: 0.6;
}
.mypage_imgbox .txtbox .sns ul li a span {
  font-size: 0;
  text-indent: -9999em;
  overflow: hidden;
  opacity: 1;
}
.mypage_imgbox .txtbox .sns ul li a:hover {
  animation: fadein2 0.5s;
  -moz-animation: fadein2 0.5s;
  -webkit-animation: fadein2 0.5s;
  -o-animation: fadein2 0.5s;
}
.mypage_imgbox .txtbox .sns ul li.facebook a {
  background: url(/assets/img/com/facebook.svg) no-repeat center 51%;
  background-size: 20px;
}
.mypage_imgbox .txtbox .sns ul li.twitter a {
  background: url(/assets/img/com/twitter.svg) no-repeat center 51%;
  background-size: 20px;
}
.mypage_imgbox .txtbox .sns ul li.instagram a {
  background: url(/assets/img/com/instagram.svg) no-repeat center 51%;
  background-size: 20px;
}
.mypage_imgbox .txtbox .sns ul li.youtube a {
  background: url(/assets/img/com/sns_youtube.svg) no-repeat center 51%;
  background-size: 20px;
}
.mypage_imgbox .txtbox .sns ul li.kakao a {
  background: url(/assets/img/com/sns_kakao.svg) no-repeat center 51%;
  background-size: 20px;
}
.mypage_imgbox .txtbox .sns ul li.linkedin a {
  background: url(/assets/img/com/sns_linkedin.svg) no-repeat center 51%;
  background-size: 20px;
}
.mypage_imgbox .txtbox .sns ul li.telegram a {
  background: url(/assets/img/com/sns_telegram.svg) no-repeat center 51%;
  background-size: 20px;
}

.mypage_imgbox .txtbox .sns ul li.share a {
  background: url(/assets/img/com/share.svg) no-repeat center 51%;
  background-size: 25px;
  opacity: 0.5;
  margin-left: 16px;
  width: 40px;
  height: 40px;
}

.mypage_imgbox .txtbox .share {
  margin: 0 0 0 5px;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}
.mypage_imgbox .txtbox .share a {
  width: 100%;
  height: 100%;
  background: url(/assets/img/com/share.svg) no-repeat center 50%;
  background-size: 25px;
  opacity: 0.5;
}
.mypage_imgbox .txtbox .share a:hover {
  background: url(/assets/img/com/share.svg) no-repeat center 50%;
  background-size: 25px;
  opacity: 1;
}
.mypage_imgbox .txtbox .share a span {
  font-size: 0;
  text-indent: -9999em;
  overflow: hidden;
}
/* 1023 */
.mypage_imgbox .txtbox .friendlikebox {
  width: auto;
  /* padding: 0 20px; */
  line-height: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 40px;
  display: flex;
  justify-content: start;
  align-items: center;
}
.mypage_imgbox .txtbox .friendlikebox span {
  padding: 0 0 0 10px;
  display: inline-block;
}

@media all and (max-width: 1140px) {
  /* 1022 */
  .mypage_imgbox .txtbox .sns {
    position: absolute;
    right:-10px;
    /* top:30px; */
  }
}
@media all and (max-width: 1200px) {
  .mypage_imgbox .txtbox .tbox strong {
    font-size: 24px;
  }
}
@media all and (max-width: 1050px) {
  .mypage_twrap {
    padding: 30px 30px 0 30px;
  }
  .mypage_tit_bg {
    height: 130px;
  }
  /* 1023 */
  .mypage_imgbox {
    padding: 0 0 0 100px;
    top:-50px;
  }
  .mypage_imgbox .img {
    top: 55px;
    left: -10px;
    border: 4px solid #191919;
    width: 80px;
    height: 80px;
  }

  .mypage_imgbox .txtbox strong {
    font-size: 17px;
  }
  .mypage_imgbox .txtbox strong > em {
    margin: 0 0 -3px 10px;
  }
  .mypage_imgbox .txtbox .rank {
    font-size: 13px;
    padding: 2px 0 10px;
  }
  .mypage_imgbox .txtbox .tbox .myibtn {
    display: none;
  }
  .mypage_imgbox .txtbox .tbox .myibtn.open {
    display: block;
    animation: fadein ease 1s;
    -moz-animation: fadein ease 1s;
    -webkit-animation: fadein ease 1s;
    -o-animation: fadein ease 1s;
  }
  /* 1023 */
  .mypage_imgbox .txtbox .sns {
    right: 30px;
    bottom:-15px;
  }
  /* .mypage_imgbox .txtbox .sns ul {
    padding: 0 6px;
  } */
  .mypage_imgbox .txtbox .sns ul li a {
    width: 30px;
    height: 30px;
  }
  .mypage_imgbox .txtbox .share {
    width: 30px;
    height: 30px;
  }

  .mypage_imgbox .mytit_infobtn {
    display: block;
    position: absolute;
    right: -20px;
    top: 106px;
    z-index: 10;
  }
  .mypage_imgbox .mytit_infobtn a {
    position: absolute;
    top: 0;
    right: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
  }
  .mypage_imgbox .mytit_infobtn a.open {
    background: rgba(255, 255, 255, 0.1) url(/assets/img/content/dot.svg)
      no-repeat center 51%;
    background-size: 20px;
  }
  .mypage_imgbox .mytit_infobtn a.close {
    display: none;
    background: rgba(255, 255, 255, 0.1) url(/assets/img/com/close_w.svg)
      no-repeat center 51%;
    background-size: 14px;
  }
  .mypage_imgbox .mytit_infobtn i {
    font-size: 0;
    text-indent: -9999em;
    overflow: hidden;
  }

  .mypage_imgbox .txtbox .tbox .myibtn {
    position: absolute;
    right: -20px;
    top: 142px;
    background: #191919;
    border-radius: 10px;
    padding: 10px 15px;
    width: 110px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  }
  .mypage_imgbox .txtbox .tbox .myibtn a {
    background: none !important;
    border: none !important;
    width: 100%;
    text-align: left;
    padding: 0;
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 36px;
    height: 36px;
  }
  /* 1023 */
  .mypage_imgbox .txtbox .friendlikebox {
    position: absolute;
    top: 90px;
    z-index: 10;
    padding: 0;
    line-height: 20px;
    height: 20px;
    background: none;
    justify-content: end;
  }
  .mypage_imgbox .txtbox .friendlikebox span {
    padding: 0 0 0 5px;
  }
}
@media all and (max-width: 801px) {
  .mypage_twrap {
    padding: 30px 25px 0 25px;
  }
  .mypage_imgbox .txtbox strong {
    font-size: 16px;
  }
}
@media all and (max-width: 600px) {
  .mypage_twrap {
    padding: 30px 20px 0 20px;
  }
  .mypage_imgbox .img {
    left: -5px;
  }
  /* 1023 */
  .mypage_imgbox .txtbox .sns {
    right:40px;
  }
  .mypage_imgbox .mytit_infobtn {
    right: -10px;
  }
  .mypage_imgbox .txtbox .tbox .myibtn {
    right: -10px;
  }
  /* .mypage_imgbox .txtbox .friendlikebox {
    right: 35px;
  } */
}
@media all and (max-width: 400px) {
  .mypage_imgbox .txtbox strong {
    font-size: 15px;
  }
  .mypage_twrap {
    padding: 30px 15px 0 15px;
  }
  /* .mypage_imgbox .txtbox .sns {
    right: -5px;
  } */
  .mypage_imgbox .mytit_infobtn {
    right: -5px;
  }
  .mypage_imgbox .txtbox .tbox .myibtn {
    right: -5px;
  }
  .mypage_imgbox .txtbox .sns ul li a {
    width: 28px;
    height: 28px;
  }
}
@media all and (max-width: 350px) {
  .mypage_imgbox .txtbox strong {
    font-size: 14px;
    /* padding: 108px 0 0 0; */
    padding-right:0;
    overflow: hidden;
    display: block;
    white-space: nowrap;
    word-wrap: break-word;
    text-overflow: ellipsis;
  }

  .mypage_imgbox .txtbox .friendlikebox {
    position: relative;
    left: 0;
    right: auto;
    top: 0;
  }
  .mypage_imgbox .txtbox .friendlikebox span {
    font-size: 12px;
  }
}
@media all and (max-width: 310px) {
  .mypage_imgbox .txtbox strong {
    font-size: 13px;
  }
  /* .mypage_imgbox .txtbox .sns ul li a {
    width: 26px;
  } */
}
.sell_registwrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  border-top: 2px solid #fff;
}
.sell_registwrap .btnwrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 0 0 0;
  border-top: 1px solid #555;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sell_registwrap .btnwrap a {
  max-width: 375px;
}

.sell_registwrap .sell_detail {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
}

.sell_registwrap .sell_detail .img {
  position: relative;
  width: 36%;
  padding: 36% 0 0 0;
  font-size: 0;
  text-align: center;
  background: #111;
  border: 1px solid #333;
  overflow: hidden;
  display: block;
  border-radius: 8px;
}
.sell_registwrap .sell_detail .img span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  margin: 0 auto;
  display: inline-block;
  font-size: 0;
  overflow: hidden;
  display: block;
}
.sell_registwrap .sell_detail .img span img {
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.3s linear;
}
.sell_registwrap .sell_detail .infotxt {
  width: 64%;
  padding: 0 0 0 6%;
}
.sell_registwrap .sell_detail .infotxt h3 {
  width: 100%;
  display: block;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3;
  padding: 0 0 3%;
}
.sell_registwrap .sell_detail .infotxt dl {
  position: relative;
  width: 100%;
  padding: 10px 0;
  display: block;
  display: flex;
  justify-content: start;
  align-items: center;
}
.sell_registwrap .sell_detail .infotxt dl dt {
  width: 130px;
  font-weight: 600;
  color: #999;
  line-height: 1.3;
}
.sell_registwrap .sell_detail .infotxt dl dd {
  width: calc(100% - 130px);
  word-break: break-all;
  line-height: 1.3;
}
.sell_registwrap .sell_detail .infotxt dl.price {
  padding: 1px 0;
}
.sell_registwrap .sell_detail .infotxt dl.price dd {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sell_registwrap .sell_detail .infotxt dl.price dd input {
  width: calc(100% - 50px);
  line-height: 38px;
  height: 40px;
}
.sell_registwrap .sell_detail .infotxt dl.price dd span {
  min-width: 50px;
  display: inline-block;
  line-height: 40px;
  padding: 0 0 0 10px;
  text-align: right;
}

.sell_registwrap .sell_detail .infotxt dl.sellDate dd.checkdate a {
  width: 50%;
  max-width: 110px;
  min-width: 110px;
}

.sell_registwrap .sell_detail .infotxt dl.sell_startDate dd input {
  position: relative;
  z-index: 2;
  width: 100%;
  line-height: 40px;
  height: 40px;
  background: transparent;
}
.sell_registwrap .sell_detail .infotxt dl.sell_startDate dd span {
  position: relative;
  width: 100%;
  display: inline-block;
  background: #111;
  border-radius: 10px;
}
.sell_registwrap .sell_detail .infotxt dl.sell_startDate dd span:before {
  position: absolute;
  top: 50%;
  transform: translateY(-10px);
  right: 20px;
  z-index: 1;
  content: "";
  display: inline-block;
  clear: both;
  width: 20px;
  height: 20px;
  background: url(/assets/img/content/icon_cal.svg) no-repeat right 50%;
  background-size: 20px;
  opacity: 0.5;
}
.sell_registwrap .sell_detail .infotxt dl.sell_startDate dd span:hover:before {
  opacity: 1;
}
.sell_registwrap .sell_detail .infotxt dl.sell_startDate dd span:hover input {
  border: 1px solid #666;
}
.sell_registwrap .sell_detail .infotxt dl dt .icon_info {
  margin-left: 5px;
}
.sell_registwrap .sell_detail .infotxt dl dt:hover .pop_info {
  top: 35px;
  display: inline-block;
  transition: transform 0.5s linear;
  animation: fadein ease-in 0.5s;
  -moz-animation: fadein ease-in 0.5s;
  -webkit-animation: fadein ease-in 0.5s;
  -o-animation: fadein ease-in 0.5s;
}

@media all and (max-width: 801px) {
  .sell_registwrap .sell_detail .infotxt {
    padding: 0 0 0 30px;
  }
  .sell_registwrap .sell_detail .infotxt h3 {
    font-size: 28px;
  }
}
@media all and (max-width: 768px) {
  .sell_registwrap .sell_detail {
    display: block;
    padding: 30px 0 20px 0;
  }
  .sell_registwrap .sell_detail .img {
    width: 100%;
    padding: 100% 0 0 0;
  }
  .sell_registwrap .sell_detail .infotxt {
    width: 100%;
    padding: 30px 0 0 0;
  }
  .sell_registwrap .sell_detail .infotxt h3 {
    font-size: 26px;
  }
  .sell_registwrap .btnwrap {
    padding: 40px 0 0 0;
  }
}
@media all and (max-width: 400px) {
  .sell_registwrap .sell_detail {
    padding: 20px 0;
  }
  .sell_registwrap .btnwrap {
    padding: 30px 0 0 0;
  }
  .sell_registwrap .sell_detail .infotxt dl dt {
    width: 115px;
  }
  .sell_registwrap .sell_detail .infotxt dl dd {
    width: calc(100% - 115px);
  }
}
@media all and (max-width: 320px) {
  .sell_registwrap .sell_detail .infotxt dl dt {
    width: 110px;
  }
  .sell_registwrap .sell_detail .infotxt dl dd {
    width: calc(100% - 110px);
  }
}
@media all and (min-width: 768px) {
  .sell_registwrap .sell_detail .img {
    position: relative;
    width: 360px;
    height: 360px;
    min-width: 360px;
    max-height: 360px;
    padding: 0;
  }
}

/* mycontent_tit */
.mycontent_tit {
  width: 100%;
  margin: 0;
  padding: 0;
}
.mycontent_tit h3 {
  font-size: 20px;
  font-weight: 600;
}

@media all and (max-width: 801px) {
  .mycontent_tit h3 {
    font-size: 18px;
  }
}
@media all and (max-width: 450px) {
  .mycontent_tit {
    margin: 0 0 5px;
  }
}

/* timelinewrap */
.timelinewrap {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.timelinewrap .tlwrap {
  width: 32%;
}
.timelinewrap .trwrap {
  width: calc(68% - 20px);
  background: #191919;
  border-radius: 10px;
  overflow: hidden;
  display: inline-block;
}

.timelinewrap .tlbox {
  width: 100%;
  background: #111;
  border-radius: 10px;
  overflow: hidden;
  display: inline-block;
  margin: 20px 0 0 0;
}
.timelinewrap .tlbox:first-child {
  margin: 0;
}
.timelinewrap .tlbox_tit {
  width: 100%;
  display: block;
  background: #191919;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  padding: 0 20px;
}
.timelinewrap .tlbox_tit h3 {
  width: 100%;
  display: block;
}
.timelinewrap .tlbox_tit a.more {
  width: 30px;
  height: 30px;
  display: inline-block;
  background: url(/assets/img/content/next_w.svg) no-repeat right 8px;
  background-size: 10px;
}
.timelinewrap .tlbox_tit a.more i {
  font-size: 0;
  text-indent: -9999em;
  overflow: hidden;
}
.timelinewrap .tlbox_info {
  width: 100%;
  display: block;
  margin: 20px 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 0 0 20px;
  height: 200px;
  max-height: 400px;
}
.timelinewrap .tlbox_info h4 {
  width: 100%;
  display: block;
  font-size: 16px;
  font-weight: 600;
  padding: 0 0 10px;
}
.timelinewrap .tlbox_info .itxt {
  width: 100%;
  display: block;
  color: #999;
  padding: 10px 15px 10px 0;
}
.timelinewrap .tlbox_info dl {
  width: calc(100% - 15px);
  display: flex;
  justify-content: start;
  align-items: stretch;
  padding: 2px 0;
}
.timelinewrap .tlbox_info dl dt {
  width: 80px;
  display: inline-block;
  color: #999;
  line-height: 1.3;
}
.timelinewrap .tlbox_info dl dd {
  width: calc(100% - 80px);
  display: inline-block;
  color: #999;
  line-height: 1.3;
}

.timelinewrap .trbox_tit {
  width: 100%;
  display: block;
  background: #111;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  padding: 0 20px;
}
.timelinewrap .trbox_tit h3 {
  width: 100%;
  display: block;
}

@media all and (max-width: 1200px) {
  .timelinewrap {
    display: block;
  }
  .timelinewrap .tlwrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  .timelinewrap .trwrap {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .timelinewrap .tlbox {
    width: calc(50% - 10px);
    margin: 0;
  }
}
@media all and (max-width: 700px) {
  .timelinewrap .tlwrap {
    display: block;
  }
  .timelinewrap .tlbox {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .timelinewrap .tlbox_info {
    height: auto;
  }
}
@media all and (max-width: 600px) {
  .timelinewrap .tlbox_tit,
  .timelinewrap .trwrap .trbox_tit {
    padding: 0 15px;
    height: 50px;
  }
  .timelinewrap .tlbox_info {
    padding: 0 0 0 15px;
  }
}
@media all and (max-width: 350px) {
  .timelinewrap .tlbox_info dl dt {
    width: 65px;
  }
  .timelinewrap .tlbox_info dl dd {
    width: calc(100% - 65px);
  }
}

/* myalbumSwiper */
.myalbumwrap {
  position: relative;
  width: 100%;
  display: block;
  margin: 20px 0;
  padding: 0 20px;
}
.swiper.myalbumSwiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
}
.myalbumSwiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: none;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.myalbumSwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.myalbumSwiper .swiper-button-next,
.myalbumSwiper .swiper-button-prev {
  display: none;
  z-index: 10000;
  width: 34px;
  height: 34px;
  padding: 0;
  top: 0;
  margin: 0;
}
.myalbumSwiper:hover .swiper-button-prev {
  border-radius: 0 17px 17px 0;
  margin: 0;
  left: 0;
  top: 42%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.7) url(/assets/img/content/prev_w.svg) no-repeat
    9px 50%;
  background-size: 10px;
}
.myalbumSwiper:hover .swiper-button-next {
  border-radius: 17px 0 0 17px;
  left: auto;
  right: 0;
  top: 42%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.7) url(/assets/img/content/next_w.svg) no-repeat
    14px 50%;
  background-size: 10px;
}
.myalbumSwiper:hover .swiper-button-prev,
.myalbumSwiper:hover .swiper-button-next {
  display: block;
  animation: fadein ease 0.3s;
  -moz-animation: fadein ease 0.3s;
  -webkit-animation: fadein ease 0.3s;
  -o-animation: fadein ease 0.3s;
}
.myalbumSwiper .swiper-button-next.swiper-button-disabled,
.myalbumSwiper .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}

.myalbumSwiper .swiper-pagination-bullets {
  display: none;
}

.myalbumSwiper .swiper-slide {
  background: none;
}
.myalbumSwiper .swiper-slide .mpbox {
  width: 100%;
}
.myalbumSwiper .swiper-slide .mpbox p {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  line-height: 1.3;
}
.myalbumSwiper .swiper-slide .mpbox p a {
  width: 99%;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  word-wrap: break-word;
  text-overflow: ellipsis;
}
.myalbumSwiper .swiper-slide .mpbox .img {
  position: relative;
  width: 100%;
  padding-top: 100%;
  border-radius: 8px;
  overflow: hidden;
  display: inline-block;
  font-size: 0;
}
.myalbumSwiper .swiper-slide .mpbox .img .link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: inline-block;
  background: #000;
}
.myalbumSwiper .swiper-slide .mpbox .img .link > img {
  margin: 0 auto;
  display: inline-block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.3s linear;
}
.myalbumSwiper .swiper-slide .mpbox .img:hover .link > img {
  opacity: 0.8;
}
.myalbumSwiper .swiper-slide .mpbox .img .btn_play {
  display: none;
  position: absolute;
  top: auto;
  left: auto;
  right: 15px;
  bottom: 15px;
}
.myalbumSwiper .swiper-slide .mpbox .img:hover .btn_play {
  display: inline-block;
}
.myalbumSwiper .swiper-slide .mpbox .tit {
  font-size: 17px;
  font-weight: 600;
  padding: 10px 0 0 0;
  line-height: 1.3;
}
.myalbumSwiper .swiper-slide .mpbox .price {
  color: #ed1c24;
  padding: 5px 0 0 0;
  font-weight: 600;
}
.myalbumSwiper .swiper-slide .mpbox .price strong {
  font-weight: 600;
}
.myalbumSwiper .swiper-slide .mpbox .price span {
  width: 100%;
  font-weight: 600;
  width: 99%;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  word-wrap: break-word;
  text-overflow: ellipsis;
}
.myalbumSwiper .swiper-slide .mpbox .like {
  display: none;
}
.myalbumSwiper .swiper-slide .mpbox .like span {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 2;
  display: inline-block;
  padding: 0 14px 0 35px;
  font-size: 14px;
  line-height: 22px;
  height: 24px;
  border-radius: 24px;
  color: #ed1c24;
  font-weight: 600;
  background: url(/assets/img/com/like_hover.svg) no-repeat 14px 50%;
  background-size: 14px;
  border: 1px solid #ed1c24;
}

@media all and (max-width: 801px) {
  .myalbumSwiper .swiper-button-prev {
    right: 30px;
  }
  .myalbumSwiper .swiper-slide .mpbox .like span {
    top: 10px;
    left: 10px;
    font-size: 13px;
    padding: 0 10px 0 30px;
    background: url(/assets/img/com/like_hover.svg) no-repeat 10px 50%;
    background-size: 14px;
  }
  .myalbumSwiper .swiper-slide .mpbox p {
    font-size: 13px;
  }
  .myalbumSwiper .swiper-slide .mpbox .tit {
    font-size: 16px;
  }
}
@media all and (max-width: 600px) {
  .myalbumSwiper .swiper-slide .mpbox .tit {
    font-size: 15px;
  }
}
@media all and (max-width: 350px) {
  .myalbumSwiper .swiper-button-next,
  .myalbumSwiper .swiper-button-prev {
    width: 30px;
  }
  .myalbumSwiper .swiper-button-prev {
    right: 30px;
  }
  .myalbumSwiper .swiper-slide .mpbox p {
    font-size: 12px;
  }
  .myalbumSwiper .swiper-slide .mpbox .tit {
    font-size: 14px;
  }
}

/* newalbumwrap */
.newalbumwrap {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.newalbumwrap .imgbox {
  width: 25%;
}
.newalbumwrap .imgbox .img {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 100% 0 0 0;
  font-size: 0;
  overflow: hidden;
  display: inline-block;
  font-size: 0;
  border-radius: 8px;
}
.newalbumwrap .imgbox .img a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: inline-block;
}
.newalbumwrap .imgbox .img a img {
  margin: 0 auto;
  display: inline-block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.3s linear;
}
.newalbumwrap .imgbox .txt {
  width: 100%;
  display: block;
  padding: 15px 0 0 0;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 600;
}

.newalbum_board {
  position: absolute;
  top: 20px;
  right: 20px;
  width: calc(72% - 20px);
  height: 84%;
  overflow: auto;
  border-top: 1px solid #555;
}
.newalbum_board ul {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #333;
  min-height: 50px;
  padding: 15px 0;
  font-size: 0;
}
.newalbum_board ul li {
  float: left;
  padding: 0;
  line-height: 1.4;
  font-size: 15px;
}
.newalbum_board ul li.no {
  float: left;
  width: 8%;
  text-align: center;
  padding: 0;
}
.newalbum_board ul li.no span {
  width: 100%;
  text-align: center;
}
.newalbum_board ul li.title {
  width: 66%;
}
.newalbum_board ul li.title span,
.newalbum_board ul li.title a {
  width: 95%;
  text-align: left;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  word-wrap: break-word;
  text-overflow: ellipsis;
  line-height: 1.4;
}
.newalbum_board ul li.title .tit {
  font-weight: 500;
}
.newalbum_board ul li.title .singer {
  padding: 2px 0 0 0;
  font-size: 13px;
  color: rgb(255, 255, 255, 0.5);
}
.tmark {
  padding: 4px 8px 3px 8px;
  margin: 0 0 0 5px;
  line-height: 1.2;
  background: #333;
  color: rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
  display: inline-block;
}
.newalbum_board ul li.btn {
  float: right;
  width: 25%;
  min-width: 90px;
  font-size: 0;
  text-align: right;
  padding: 0 20px 0 5px;
}
.newalbum_board ul li.btn a {
  position: relative;
  width: 25px;
  height: 25px;
  border-radius: 5px;
  display: inline-block;
  margin: 0 5px;
  opacity: 0.5;
}
.newalbum_board ul li.btn a:hover {
  opacity: 1;
}
.newalbum_board ul li.btn a.btn_lyrics {
  background: url(/assets/img/content/lyrics_w.svg) no-repeat center 50%;
  background-size: 17px;
}
.newalbum_board ul li.btn a.btn_mplay {
  background: url(/assets/img/content/play_w.svg) no-repeat center 50%;
  background-size: 12px;
}
.newalbum_board ul li.btn a i {
  font-size: 0;
  text-indent: -9999em;
  overflow: hidden;
}
.newalbum_board ul li.btn a:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: inline-block;
  clear: both;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.09;
  border-radius: 5px;
}
.newalbum_board ul li.btn a:hover:before {
  opacity: 0.18;
}
.newalbum_board ul li.btn a:first-child {
  margin-left: 0;
}
.newalbum_board ul li.btn a:last-child {
  margin-right: 0;
}

@media all and (max-width: 1400px) {
  .newalbum_board ul li.title .tit {
    font-size: 14px;
  }
}
@media all and (max-width: 1200px) {
  .newalbum_board {
    position: relative;
    height: auto;
    top: 0;
    right: 0;
    width: calc(75% - 20px);
  }
}
@media all and (max-width: 1050px) {
  .newalbumwrap .imgbox .tit {
    font-size: 16px;
  }
}
@media all and (max-width: 700px) {
  .newalbumwrap {
    display: block;
  }
  .newalbumwrap .imgbox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 20px;
  }
  .newalbumwrap .imgbox .img {
    width: 35%;
    max-width: 35%;
    padding: 35% 0 0 0;
  }
  .newalbumwrap .imgbox .txt {
    width: 65%;
    padding: 0 0 0 20px;
  }
  .newalbum_board {
    width: 100%;
  }
}

@media all and (max-width: 500px) {
  .newalbumwrap .imgbox {
    display: block;
  }
  .newalbumwrap .imgbox .img {
    width: 100%;
    max-width: 100%;
    padding: 100% 0 0 0;
  }
  .newalbumwrap .imgbox .txt {
    width: 100%;
    padding: 20px 0 0;
    text-align: center;
  }
  .newalbum_board ul li.title {
    width: 88%;
    float: right;
  }
  .newalbum_board ul li.title a {
    width: 98%;
  }
  .newalbum_board ul li.btn {
    width: 90%;
    float: right;
  }
}
@media all and (min-width: 1920px) {
  .newalbum_board {
    height: 85%;
  }
}

/* myfanwrap */
.myfanwrap {
  width: 100%;
  font-size: 0;
  display: block;
}
.myfanwrap .fanbox {
  float: left;
  width: calc(11.11% - 17.77px);
  background: #191919;
  border-radius: 10px;
  padding: 15px 10px;
  margin: 20px 20px 0 0;
}
.myfanwrap .fanbox:nth-child(9n) {
  margin-right: 0;
}
.myfanwrap .fanbox a {
  width: 100%;
}
.myfanwrap .fanbox .img {
  position: relative;
  width: 100%;
  min-width: 100%;
  padding: 100% 0 0 0;
  border-radius: 50%;
  overflow: hidden;
  display: block;
}
.myfanwrap .fanbox .img span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.myfanwrap .fanbox .img span img {
  margin: 0 auto;
  display: inline-block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.3s linear;
}
.myfanwrap .fanbox .txt {
  width: 100%;
  display: block;
  padding: 10px 0 0 0;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
  text-align: center;
  width: 99%;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  word-wrap: break-word;
  text-overflow: ellipsis;
}

@media all and (max-width: 1500px) {
  .myfanwrap .fanbox,
  .myfanwrap .fanbox:nth-child(9n) {
    width: calc(12.5% - 17.5px);
    margin: 20px 20px 0 0;
  }
  .myfanwrap .fanbox:nth-child(8n) {
    margin-right: 0;
  }
}
@media all and (max-width: 1200px) {
  .myfanwrap .fanbox,
  .myfanwrap .fanbox:nth-child(9n),
  .myfanwrap .fanbox:nth-child(8n) {
    width: calc(14.28% - 12.85px);
    margin: 15px 15px 0 0;
  }
  .myfanwrap .fanbox:nth-child(7n) {
    margin-right: 0;
  }
}
@media all and (max-width: 1050px) {
  .myfanwrap .fanbox,
  .myfanwrap .fanbox:nth-child(9n),
  .myfanwrap .fanbox:nth-child(8n),
  .myfanwrap .fanbox:nth-child(7n) {
    width: calc(16.66% - 12.5px);
    margin: 15px 15px 0 0;
  }
  .myfanwrap .fanbox:nth-child(6n) {
    margin-right: 0;
  }
  .myfanwrap .fanbox .txt {
    font-size: 15px;
  }
}
@media all and (max-width: 850px) {
  .myfanwrap .fanbox,
  .myfanwrap .fanbox:nth-child(9n),
  .myfanwrap .fanbox:nth-child(8n),
  .myfanwrap .fanbox:nth-child(7n),
  .myfanwrap .fanbox:nth-child(6n) {
    width: calc(20% - 12.5px);
    margin: 15px 15px 0 0;
  }
  .myfanwrap .fanbox:nth-child(5n) {
    margin-right: 0;
  }
  .myfanwrap .fanbox .txt {
    font-size: 14px;
  }
}
@media all and (max-width: 700px) {
  .myfanwrap .fanbox,
  .myfanwrap .fanbox:nth-child(9n),
  .myfanwrap .fanbox:nth-child(8n),
  .myfanwrap .fanbox:nth-child(7n),
  .myfanwrap .fanbox:nth-child(6n),
  .myfanwrap .fanbox:nth-child(5n) {
    width: calc(25% - 11.25px);
    margin: 15px 15px 0 0;
  }
  .myfanwrap .fanbox:nth-child(4n) {
    margin-right: 0;
  }
}
@media all and (max-width: 600px) {
  .myfanwrap .fanbox,
  .myfanwrap .fanbox:nth-child(9n),
  .myfanwrap .fanbox:nth-child(8n),
  .myfanwrap .fanbox:nth-child(7n),
  .myfanwrap .fanbox:nth-child(6n),
  .myfanwrap .fanbox:nth-child(5n),
  .myfanwrap .fanbox:nth-child(4n) {
    width: calc(33.33% - 10px);
    margin: 15px 15px 0 0;
  }
  .myfanwrap .fanbox:nth-child(3n) {
    margin-right: 0;
  }
}
@media all and (max-width: 450px) {
  .myfanwrap .fanbox,
  .myfanwrap .fanbox:nth-child(9n),
  .myfanwrap .fanbox:nth-child(8n),
  .myfanwrap .fanbox:nth-child(7n),
  .myfanwrap .fanbox:nth-child(6n),
  .myfanwrap .fanbox:nth-child(5n),
  .myfanwrap .fanbox:nth-child(4n),
  .myfanwrap .fanbox:nth-child(3n) {
    width: calc(50% - 5px);
    margin: 10px 10px 0 0;
  }
  .myfanwrap .fanbox:nth-child(2n) {
    margin-right: 0;
  }
}

/* htabwrap */
.htabwrap {
  position: relative;
  width: 100%;
}

.htabbtn {
  width: 100%;
  position: relative;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #222;
  background: rgba(255, 255, 255, 0.1);
}
.htabbtn a {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 200px;
  border: none;
  background: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 50px;
  height: 50px;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}
.htabbtn a.on {
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
}
.htabbtn a.on:before {
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 3;
  content: "";
  display: inline-block;
  clear: both;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background: #ed1c24;
}
.htabbtn a:hover {
  color: rgba(255, 255, 255, 1);
}
.htabbtn a.fan:hover {
  opacity: 1;
}
.htabbox {
  position: relative;
  animation: fadein ease 0.3s;
  -moz-animation: fadein ease 0.3s;
  -webkit-animation: fadein ease 0.3s;
  -o-animation: fadein ease 0.3s;
}
@media all and (max-width: 801px) {
  .htabbtn {
    -ms-overflow-style: none;
    overflow-y: hidden;
    overflow-x: auto;
  }
  .htabbtn::-webkit-scrollbar {
    display: none;
  }
  .htabbtn a {
    width: auto;
    padding: 0 5%;
    word-break: keep-all;
    white-space: nowrap;
    word-wrap: break-word;
    text-overflow: ellipsis;
  }
}
@media all and (max-width: 600px) {
  .htabbtn a {
    font-size: 15px;
    padding: 0 15px;
  }
}
@media all and (max-width: 400px) {
  .htabbtn a:last-child {
    margin-right: 10px;
  }
  .htabbtn a {
    font-size: 14px;
    padding: 0 10px;
  }
}
@media all and (max-width: 350px) {
  .htabbtn a {
    font-size: 13px;
  }
}

.history_searchwrap {
  width: 100%;
  padding: 35px 0 0 0;
}
.history_searchwrap:after {
  content: "";
  display: inline-block;
  clear: both;
}
.history_searchwrap form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.history_searchwrap .datebtn {
  width: 35%;
  min-width: 320px;
  border-radius: 10px;
  border: 1px solid #555;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.history_searchwrap .datebtn a {
  width: 20%;
  text-align: center;
  line-height: 38px;
  height: 38px;
  border-left: 1px solid #555;
  font-size: 13px;
}
.history_searchwrap .datebtn a:first-child {
  border-left: none;
  overflow: hidden;
  display: inline-block;
  border-radius: 9px 0 0 9px;
}
.history_searchwrap .datebtn a:last-child {
  border-radius: 0 9px 9px 0;
}
.history_searchwrap .datebtn a:hover,
.history_searchwrap .datebtn a.on {
  background: #333;
}
.history_searchwrap .calendarbox {
  width: calc(22% - 30px);
  min-width: 270px;
  margin: 0 20px 0 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.history_searchwrap .calendarbox em {
  margin: 0;
  position: relative;
  width: calc(50% - 5px);
  display: inline-block;
  background: #111;
  border-radius: 10px;
  font-size: 13px;
}
.history_searchwrap .calendarbox em:before {
  position: absolute;
  top: 50%;
  transform: translateY(-10px);
  right: 15px;
  z-index: 1;
  content: "";
  display: inline-block;
  clear: both;
  width: 20px;
  height: 20px;
  background: url(/assets/img/content/icon_cal.svg) no-repeat right 50%;
  background-size: 18px;
  opacity: 0.5;
}
.history_searchwrap .calendarbox em:hover:before {
  opacity: 1;
}
.history_searchwrap .calendarbox em:hover input {
  border: 1px solid #666;
}
.history_searchwrap .calendarbox em input {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 100%;
  line-height: 40px;
  height: 40px;
  padding: 0 15px;
  margin: 0;
  background: transparent;
  border: 1px solid #666;
}
.history_searchwrap .calendarbox .dot {
  width: 24px;
  min-width: 20px;
  line-height: 38px;
  display: inline-block;
  text-align: center;
}

.history_searchwrap .sub_searchwrap {
  width: 33%;
  max-width: calc(43% - 140px);
  overflow: hidden;
  display: inline-block;
  border-bottom: 1px solid #555;
  font-size: 13px;
}
.history_searchwrap .sub_searchwrap .input-group {
  width: 100%;
}

.history_searchwrap .hsbtn {
  width: 10%;
  min-width: 85px;
  max-width: 140px;
  margin: 0;
  text-align: right;
  padding: 0 0 0 20px;
}
.history_searchwrap .hsbtn input {
  width: 100%;
  padding: 0;
  line-height: 38px;
  height: 40px;
  margin: 0;
  background: #666;
  border: 1px solid #666;
  font-size: 13px;
}

.history_searchwrap .listbtn {
  width: 300px;
  border-radius: 10px;
  border: 1px solid #555;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 20px;
}
.history_searchwrap .listbtn a {
  width: 33.3%;
  text-align: center;
  line-height: 38px;
  height: 38px;
  border-left: 1px solid #555;
  font-size: 13px;
}
.history_searchwrap .listbtn a:first-child {
  border-left: none;
  border-radius: 10px 0 0 10px;
}
.history_searchwrap .listbtn a:last-child {
  border-radius: 0 10px 10px 0;
}
.history_searchwrap .listbtn a:hover {
  background: #333;
}

@media all and (max-width: 1050px) {
  .history_searchwrap form {
    display: block;
  }
  .history_searchwrap .datebtn {
    width: 60%;
    max-width: calc(100% - 280px);
    float: left;
    min-width: auto;
  }
  .history_searchwrap .calendarbox {
    width: calc(40% - 10px);
    float: right;
    margin: 0;
  }
  .history_searchwrap .sub_searchwrap {
    width: 80%;
    max-width: calc(100% - 80px);
    float: left;
    display: inline-block;
    margin: 8px 0 0 0;
  }
  .history_searchwrap .hsbtn {
    width: 20%;
    max-width: 20%;
    min-width: 80px;
    float: right;
    margin: 8px 0 30px 0;
    padding: 0 0 0 17px;
  }
}
@media all and (max-width: 650px) {
  .history_searchwrap .datebtn {
    width: 100%;
    max-width: 100%;
    float: none;
    margin: 0 0 8px;
  }
  .history_searchwrap .calendarbox {
    width: 100%;
    min-width: 100%;
    float: none;
  }
}
@media all and (max-width: 350px) {
  .history_searchwrap .calendarbox em input {
    padding: 0 10px;
  }
  .history_searchwrap .datebtn a,
  .history_searchwrap .calendarbox em,
  .history_searchwrap .sub_searchwrap,
  .history_searchwrap .hsbtn input {
    font-size: 12px;
  }
  .history_searchwrap .sub_searchwrap {
    width: 100%;
    max-width: 100%;
    margin: 8px 0 0 0;
    padding: 0 10px;
    border: 1px solid #666;
    border-radius: 10px;
  }
  .history_searchwrap .hsbtn {
    width: 100%;
    max-width: 100%;
    margin: 8px 0 30px 0;
    padding: 0;
  }
}
@media all and (max-width: 319px) {
  .history_searchwrap .calendarbox em input {
    padding: 0 10px;
  }
  .history_searchwrap .datebtn a,
  .history_searchwrap .calendarbox em,
  .history_searchwrap .sub_searchwrap,
  .history_searchwrap .hsbtn input {
    font-size: 11px;
  }
}

/* myhistory_board */
.myhistory_board {
  width: 100%;
  overflow: hidden;
  display: block;
  padding: 15px 0 0 0;
}
.myhistory_board h3 {
  display: none;
  height: 0;
}
.myhistory_board ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 50px;
  border-bottom: 1px solid #333;
}
.myhistory_board ul li {
  padding: 10px 5px;
  text-align: center;
  line-height: 1.3;
}
.myhistory_board ul li.date {
  word-break: keep-all;
}
.myhistory_board ul li.info {
  text-align: left;
}
.myhistory_board ul li.info > a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 0 10px;
}
.myhistory_board ul li.info .img {
  position: relative;
  width: 50px;
  min-width: 50px;
  padding: 50px 0 0 0;
  font-size: 0;
  text-align: center;
  overflow: hidden;
  display: block;
  border-radius: 8px;
}
.myhistory_board ul li.info .img span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-width: 100%;
  margin: 0 auto;
  display: inline-block;
  font-size: 0;
  overflow: hidden;
  display: inline-block;
}
.myhistory_board ul li.info .img span img {
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.3s linear;
}
.myhistory_board ul li.info .img span img:hover {
  transform: scale(1.1);
}
.myhistory_board ul li.info .txt {
  width: calc(100% - 60px);
  line-height: 1.3;
}
.myhistory_board ul li.info .txt strong {
  width: 100%;
  display: block;
  font-size: 15px;
}
.myhistory_board ul li.info .txt span {
  width: 100%;
  display: block;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
}
.myhistory_board ul li.info .txt strong,
.myhistory_board ul li.txid a,
.myhistory_board ul li.seller span,
.myhistory_board ul li.price span {
  width: 99%;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  word-wrap: break-word;
  text-overflow: ellipsis;
}
.myhistory_board ul li.detail a {
  width: 100%;
  max-width: 60px;
  min-width: 60px;
  border: 1px solid #fff;
  border-radius: 16px;
  line-height: 30px;
  height: 32px;
  text-align: center;
  font-size: 13px;
}
.myhistory_board ul li.txid a:hover,
.myhistory_board ul li.info a:hover strong {
  color: #ed1c24;
}
.myhistory_board ul.tit {
  background: #191919;
  border: 1px solid #191919;
  border-radius: 10px;
}
.myhistory_board ul.tit li,
.myhistory_board ul.tit li.txid a {
  text-align: center !important;
}
.myhistory_board ul.tit li.info {
  justify-content: center;
  text-align: center !important;
}

.buy_history_list ul li.date {
  width: 11%;
  min-width: 145px;
}
.buy_history_list ul li.info {
  width: 18%;
}
.buy_history_list ul li.txid {
  width: 18%;
}
.buy_history_list ul li.seller {
  width: 14%;
}
.buy_history_list ul li.price {
  width: 12%;
}
.buy_history_list ul li.edition {
  width: 9%;
}
.buy_history_list ul li.state {
  width: 9%;
}
.buy_history_list ul li.detail {
  width: 9%;
}

@media all and (max-width: 1400px) {
  .buy_history_list ul li.date {
    width: 100px;
    min-width: 100px;
  }
}
@media all and (max-width: 1050px) {
  .myhistory_board {
    padding: 5px 0 0 0;
  }
  .buy_history_list ul li.txid,
  .buy_history_list ul li.seller,
  .buy_history_list ul li.edition {
    display: none;
    width: 0;
  }

  .buy_history_list ul li.info {
    width: 36%;
  }
  .buy_history_list ul li.price {
    width: 28%;
  }
  .buy_history_list ul li.state {
    width: 12%;
  }
  .buy_history_list ul li.detail {
    width: 10%;
  }
  .buy_history_list ul li.info .txt strong {
    font-size: 15px;
  }
  .buy_history_list ul li.info .txt span {
    font-size: 13px;
  }
}
@media all and (max-width: 768px) {
  .buy_history_list ul li.state {
    display: none;
    width: 0;
  }
  .buy_history_list ul li.date {
    width: 17%;
  }
  .buy_history_list ul li.info {
    width: 45%;
  }
  .buy_history_list ul li.price {
    width: 28%;
  }
  .buy_history_list ul li.detail {
    width: 10%;
  }
}
@media all and (max-width: 700px) {
  .myhistory_board ul {
    position: relative;
    border: 1px solid #333;
    padding: 12px 20px;
    margin: 15px 0 0 0;
    border-radius: 10px;
    overflow: hidden;
    display: block;
  }
  .myhistory_board ul:nth-child(3) {
    margin: 0;
  }
  .myhistory_board ul li.date {
    color: #999;
  }
  .myhistory_board ul.tit {
    display: none;
  }
  .buy_history_list ul li.date,
  .buy_history_list ul li.info {
    width: 60%;
    float: left;
    text-align: left;
    padding: 5px 0;
  }
  .buy_history_list ul li.price {
    width: 40%;
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 2;
    text-align: right;
    padding: 5px 0;
  }
  .buy_history_list ul li.detail {
    position: absolute;
    right: 20px;
    top: 25px;
    width: 40%;
    text-align: right;
    padding: 0;
  }
  .buy_history_list ul li.date {
    color: #999;
  }
  .buy_history_list ul li.info > a {
    padding: 0;
  }
}
@media all and (max-width: 600px) {
  .myhistory_board ul {
    padding: 12px 15px;
  }
}
@media all and (max-width: 450px) {
  .buy_history_list ul li.date,
  .buy_history_list ul li.info,
  .buy_history_list ul li.price {
    position: relative;
    width: 80%;
    float: left;
    text-align: left;
    padding: 5px 0;
    top: auto;
    bottom: auto;
    right: auto;
    text-align: left;
  }
  .buy_history_list ul li.detail {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media all and (max-width: 400px) {
  .buy_history_list ul li.date,
  .buy_history_list ul li.info,
  .buy_history_list ul li.price,
  .buy_history_list ul li.detail {
    position: relative;
    width: 100%;
    float: left;
    text-align: left;
    padding: 5px 0;
    top: auto;
    bottom: auto;
    right: auto;
    text-align: left;
    transform: none;
  }
  .buy_history_list ul li.detail a {
    width: 100%;
    max-width: 100%;
  }
}

/* sale_history_list */
.sale_history_list {
  padding: 15px 0 0 0;
}
.sale_history_list ul li.date {
  width: 11%;
  min-width: 145px;
}
.sale_history_list ul li.info {
  width: 16%;
  text-align: left;
}
.sale_history_list ul li.txid {
  width: 12%;
}
.sale_history_list ul li.seller {
  width: 12%;
}
.sale_history_list ul li.price {
  width: 13%;
}
.sale_history_list ul li.edition {
  width: 8%;
}
.sale_history_list ul li.fees {
  width: 10%;
  min-width: 100px;
  text-align: right;
}
.sale_history_list ul li.royalty {
  width: 10%;
  min-width: 100px;
  text-align: right;
}
.sale_history_list ul li.calculate {
  width: 10%;
  min-width: 100px;
  text-align: right;
}
.sale_history_list ul li.state {
  width: 8%;
}
.sale_history_list ul li.detail {
  width: 8%;
}

@media all and (max-width: 1400px) {
  .sale_history_list ul li.date {
    width: 100px;
    min-width: 100px;
  }
}
@media all and (max-width: 1200px) {
  .sale_history_list ul li.edition,
  .sale_history_list ul li.txid,
  .sale_history_list ul li.seller {
    display: none;
    width: 0;
  }
  .sale_history_list ul li.date {
    width: 12%;
  }
  .sale_history_list ul li.info {
    width: 18%;
  }
  .sale_history_list ul li.price {
    width: 14%;
  }
  .sale_history_list ul li.fees {
    width: 13%;
  }
  .sale_history_list ul li.royalty {
    width: 13%;
  }
  .sale_history_list ul li.calculate {
    width: 14%;
  }
  .sale_history_list ul li.state {
    width: 8%;
  }
  .sale_history_list ul li.detail {
    width: 8%;
  }
}
@media all and (max-width: 1050px) {
  .sale_history_list {
    padding: 5px 0 0 0;
  }
}
@media all and (max-width: 900px) {
  .sale_history_list ul li.fees,
  .sale_history_list ul li.royalty,
  .sale_history_list ul li.calculate {
    display: none;
    width: 0;
  }
  .sale_history_list ul li.date {
    width: 15%;
  }
  .sale_history_list ul li.info {
    width: 35%;
  }
  .sale_history_list ul li.price {
    width: 20%;
  }
  .sale_history_list ul li.state {
    width: 15%;
  }
  .sale_history_list ul li.detail {
    width: 15%;
  }
}
@media all and (max-width: 700px) {
  .sale_history_list ul li.date,
  .sale_history_list ul li.info,
  .sale_history_list ul li.price {
    width: 60%;
    float: left;
    text-align: left;
    padding: 5px 0;
  }
  .sale_history_list ul li.state {
    width: 40%;
    position: absolute;
    right: 20px;
    bottom: 35px;
    z-index: 2;
    text-align: right;
    padding: 5px 0;
  }
  .sale_history_list ul li.detail {
    position: absolute;
    right: 20px;
    top: 35px;
    width: 40%;
    text-align: right;
    padding: 0;
  }
}
@media all and (max-width: 600px) {
  .sale_history_list ul:nth-child(3) {
    margin: 0;
  }
}
@media all and (max-width: 450px) {
  .sale_history_list ul li.date,
  .sale_history_list ul li.info,
  .sale_history_list ul li.price,
  .sale_history_list ul li.state {
    position: relative;
    width: 80%;
    float: left;
    text-align: left;
    padding: 5px 0;
    top: auto;
    bottom: auto;
    right: auto;
  }
  .sale_history_list ul li.detail {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media all and (max-width: 400px) {
  .sale_history_list ul li.date,
  .sale_history_list ul li.info,
  .sale_history_list ul li.price,
  .sale_history_list ul li.state,
  .sale_history_list ul li.detail {
    position: relative;
    width: 100%;
    float: left;
    text-align: left;
    padding: 5px 0;
    top: auto;
    bottom: auto;
    right: auto;
    transform: none;
  }
  .sale_history_list ul li.detail a {
    width: 100%;
    max-width: 100%;
  }
}

/* settle_history_list */
.settle_history_list {
  padding: 0;
}
.settle_history_list ul li.sort {
  width: 10%;
  min-width: 80px;
  text-align: center;
}
.settle_history_list ul li.info {
  width: 25%;
  text-align: left;
}
.settle_history_list ul li.edition {
  width: 10%;
}
.settle_history_list ul li.txid {
  width: 16%;
}
.settle_history_list ul li.money {
  width: 15%;
}
.settle_history_list ul li.sell_date {
  width: 12%;
  min-width: 100px;
}
.settle_history_list ul li.date {
  width: 12%;
  min-width: 100px;
}

@media all and (max-width: 900px) {
  .settle_history_list ul li.edition {
    display: none;
    width: 0;
  }
}
@media all and (max-width: 700px) {
  .settle_history_list ul li.sort,
  .settle_history_list ul li.info,
  .settle_history_list ul li.txid,
  .settle_history_list ul li.sell_date {
    width: 100%;
    float: left;
    text-align: left;
    padding: 5px 0;
  }
  .settle_history_list ul li.info a {
    padding: 0;
  }
  .settle_history_list ul li.sell_date {
    color: #999;
  }
  .settle_history_list ul li.date {
    width: 50%;
    float: left;
    text-align: left;
    padding: 5px 0;
  }
  .settle_history_list ul li.money {
    position: absolute;
    right: 20px;
    bottom: 10px;
    width: 50%;
    padding: 5px 0;
    text-align: right;
  }
}
@media all and (max-width: 600px) {
  .settle_history_list ul:nth-child(3) {
    margin: 10px 0 0 0;
  }
}
@media all and (max-width: 400px) {
  .settle_history_list ul li.date {
    width: 100%;
    padding: 0;
  }
  .settle_history_list ul li.money {
    position: relative;
    width: 80%;
    float: left;
    text-align: left;
    padding: 5px 0;
    top: auto;
    bottom: auto;
    right: auto;
    text-align: left;
  }
}

/* publish_board */
.publish_board {
  width: 100%;
  padding: 15px 0 0 0;
  overflow: hidden;
}
.publish_board h3 {
  display: none;
}
.publish_board ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #333;
  padding: 0;
}
.publish_board ul li {
  padding: 10px 5px;
  text-align: center;
  line-height: 1.3;
}
.publish_board ul li.date {
  width: 11%;
  min-width: 145px;
}
.publish_board ul li.info {
  width: 36%;
  text-align: left;
}
.publish_board ul li.txid {
  width: 21%;
}
.publish_board ul li.num {
  width: 16%;
}
.publish_board ul li.approval {
  width: 16%;
  max-width: 160px;
  text-align: center;
  justify-content: center;
}
.publish_board ul li.info > a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 0 10px;
}
.publish_board ul li.info .img {
  position: relative;
  width: 50px;
  min-width: 50px;
  padding: 50px 0 0 0;
  font-size: 0;
  text-align: center;
  overflow: hidden;
  display: block;
  border-radius: 8px;
}
.publish_board ul li.info .img span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-width: 100%;
  margin: 0 auto;
  display: inline-block;
  font-size: 0;
  overflow: hidden;
  display: inline-block;
}
.publish_board ul li.info .img span img {
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.3s linear;
  background: #000;
}
.publish_board ul li.info .img span img:hover {
  transform: scale(1.1);
}
.publish_board ul li.info .txt {
  width: calc(100% - 60px);
  line-height: 1.3;
}
.publish_board ul li.info .txt strong {
  width: 100%;
  display: block;
  font-size: 15px;
}
.publish_board ul li.info .txt span {
  width: 100%;
  display: block;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
}
.publish_board ul li.info .txt strong,
.publish_board ul li.txid a {
  width: 95%;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  word-wrap: break-word;
  text-overflow: ellipsis;
}
.publish_board ul li.num span {
  line-height: 26px;
}
.publish_board ul li.num .btn_addnft {
  width: 26px;
  height: 26px;
  margin: 0 0 0 8px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.13);
}
.publish_board ul li.num .btn_addnft i {
  font-size: 0;
  text-indent: -9999em;
  overflow: hidden;
  width: 26px;
  height: 26px;
  display: inline-block;
  background: url(/assets/img/content/plus_edit.svg) no-repeat center 50%;
  background-size: 16px;
  opacity: 0.7;
}
.publish_board ul li.approval span {
  width: 100%;
  display: inline-block;
  line-height: 1.2;
  padding: 0 15px;
  font-size: 13px;
}
.publish_board ul li.approval a {
  width: auto;
  min-width: 80px;
  padding: 0 10px;
  margin: 0 auto;
  border: 1px solid #fff;
  border-radius: 16px;
  line-height: 1;
  height: 32px;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  margin-top: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.publish_board ul.tit {
  background: #191919;
  border: 1px solid #191919;
  border-radius: 10px;
}
.publish_board ul.tit li,
.publish_board ul.tit li.txid a {
  text-align: center !important;
}
.publish_board ul.tit li.info {
  justify-content: center;
  text-align: center !important;
}
.publish_board ul li.txid a:hover,
.publish_board ul li.info a:hover strong {
  color: #ed1c24;
}

@media all and (max-width: 1050px) {
  .publish_board {
    padding: 5px 0 0 0;
  }
  .publish_board ul li.date {
    width: 90px;
    min-width: 90px;
  }
  .publish_board ul li.info .txt strong {
    font-size: 15px;
  }
  .publish_board ul li.info .txt span {
    font-size: 13px;
  }
}
@media all and (max-width: 700px) {
  .publish_board {
    padding: 0;
  }
  .publish_board ul {
    position: relative;
    border: 1px solid #333;
    padding: 12px 20px;
    margin: 15px 0 0 0;
    border-radius: 10px;
    overflow: hidden;
    display: block;
  }
  .publish_board ul:nth-child(3) {
    margin: 0;
  }
  .publish_board ul li.date {
    color: #999;
  }
  .publish_board ul.tit {
    display: none;
  }
  .publish_board ul li.txid,
  .publish_board ul li.date,
  .publish_board ul li.info,
  .publish_board ul li.num {
    width: 65%;
    float: left;
    text-align: left;
    padding: 5px 0;
  }

  .publish_board ul li.approval {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 35%;
    max-width: 80px;
    text-align: right;
    padding: 0;
  }
  .publish_board ul li.date {
    color: #999;
  }
  .publish_board ul li.info > a {
    padding: 0;
  }
  .publish_board ul li.approval span,
  .publish_board ul li.approval a {
    padding: 0;
    font-size: 13px;
  }
}
@media all and (max-width: 600px) {
  .publish_board ul {
    padding: 12px 15px;
  }
}
@media all and (max-width: 400px) {
  .publish_board ul li.txid,
  .publish_board ul li.date,
  .publish_board ul li.info,
  .publish_board ul li.num,
  .publish_board ul li.approval {
    position: relative;
    width: 100%;
    max-width: 100%;
    float: none;
    text-align: left;
    padding: 5px 0;
    top: auto;
    bottom: auto;
    right: auto;
    text-align: left;
    transform: none;
    line-height: 1.2;
    height: auto;
  }
  .publish_board ul li.approval span {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    line-height: 1.2;
    height: auto;
    padding: 5px 0;
  }
  .publish_board ul li.approval a {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    line-height: 28px;
    height: 30px;
    display: inline-block;
    padding: 0;
    text-align: center;
    margin: 10px 0 0 0;
  }
}

.chistory_tit {
  width: 100%;
  border-radius: 10px;
  background: #111;
  border: 1px solid #333;
  margin: 15px 0 0 0;
  overflow: hidden;
  display: block;
}
.chistory_tit ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.chistory_tit ul li {
  width: 33.33%;
  text-align: center;
  padding: 15px 0;
  border-left: 1px solid #222;
}
.chistory_tit ul li:first-child {
  border-left: none;
}
.chistory_tit ul li strong {
  width: 100%;
  display: block;
  color: #999;
  font-size: 15px;
}
.chistory_tit ul li span {
  width: 100%;
  display: block;
  font-size: 22px;
  font-weight: 600;
}

@media all and (max-width: 900px) {
  .chistory_tit ul li strong {
    font-size: 14px;
  }
  .chistory_tit ul li span {
    font-size: 20px;
  }
}
@media all and (max-width: 801px) {
  .chistory_tit ul li strong {
    font-size: 13px;
  }
  .chistory_tit ul li span {
    font-size: 18px;
  }
}
@media all and (max-width: 700px) {
  .chistory_tit ul li span {
    font-size: 16px;
  }
}
@media all and (max-width: 600px) {
  .chistory_tit ul li span {
    font-size: 15px;
  }
  .chistory_tit ul {
    overflow: hidden;
    display: block;
  }
  .chistory_tit ul li {
    width: 50%;
    float: left;
  }
  .chistory_tit ul li:last-child {
    width: 100%;
    border-top: 1px solid #333;
  }
}
@media all and (max-width: 360px) {
  .chistory_tit ul li {
    width: 100%;
    border-top: 1px solid #333;
    padding: 10px 0;
  }
  .chistory_tit ul li:first-child {
    border-top: none;
  }
}

.hDetailwrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.hDetailwrap .hDetail_imgbox {
  width: 100%;
  border: none;
  background: #191919;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin: 0 0 30px;
}
.hDetailwrap .hDetail_imgbox .img {
  position: relative;
  width: 23.95%;
  min-width: 23.95%;
  padding: 23.95% 0 0 0;
  font-size: 0;
  text-align: center;
  overflow: hidden;
  display: block;
  border-radius: 8px;
}
.hDetailwrap .hDetail_imgbox .img span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-width: 100%;
  margin: 0 auto;
  display: inline-block;
  font-size: 0;
  overflow: hidden;
  display: inline-block;
}
.hDetailwrap .hDetail_imgbox .img span img {
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.3s linear;
}
.hDetailwrap .hDetail_imgbox .txtbox {
  position: relative;
  width: 77.05%;
  padding: 0 0 0 40px;
}
.hDetailwrap .hDetail_imgbox .txtbox .tit {
  width: 100%;
  padding: 15px 0 0 0;
}
.hDetailwrap .hDetail_imgbox .txtbox .tit strong {
  width: 100%;
  display: block;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.2;
}
.hDetailwrap .hDetail_imgbox .txtbox .tit span {
  width: 100%;
  display: block;
  line-height: 1.4;
  padding: 7px 0 0 0;
}
.hDetailwrap .hDetail_imgbox .txtbox .txt {
  position: absolute;
  bottom: 12px;
  left: 40px;
  width: 100%;
}
.hDetailwrap .hDetail_imgbox .txtbox .txt dl:first-child {
  position: relative;
  line-height: 1.4;
  padding: 2px 0;
}
.hDetailwrap .hDetail_imgbox .txtbox .txt dl:first-child:before {
  position: absolute;
  top: -13px;
  left: 0;
  width: 20px;
  height: 1px;
  background: #555;
  content: "";
  display: inline-block;
  clear: both;
}
.hDetailwrap .hDetail_imgbox .txtbox .txt dl {
  width: 100%;
  display: block;
  display: flex;
  justify-content: start;
  align-items: center;
}
.hDetailwrap .hDetail_imgbox .txtbox .txt dl dt {
  width: 20%;
  max-width: 60px;
  min-width: 50px;
  color: #999;
}
.hDetailwrap .hDetail_imgbox .txtbox .txt dl dd {
  width: 80%;
  text-align: left;
}

.hDetailwrap .hDetail_infobox {
  width: 100%;
  display: block;
  padding: 30px 0;
}
.hDetailwrap .hDetail_infobox ul {
  width: 100%;
  padding: 14px 20px;
  margin: 20px 0 0 0;
  background: #191919;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hDetailwrap .hDetail_infobox ul:nth-child(2) {
  margin: 0;
}
.hDetailwrap .hDetail_imgbox .txtbox {
  position: relative;
  width: 77.05%;
  padding: 0 0 0 40px;
}
.hDetailwrap .hDetail_infobox ul li.tit {
  width: 15%;
  max-width: 120px;
  min-width: 110px;
  font-size: 15px;
  font-weight: 600;
  color: #999;
}
.hDetailwrap .hDetail_infobox ul li.txt {
  width: 90%;
  font-size: 16px;
  text-align: right;
  word-break: break-all;
}
.hDetailwrap .btnwrap {
  padding: 10px 0 0 0;
}

@media all and (max-width: 1050px) {
  .hDetailwrap .hDetail_imgbox .txtbox .tit {
    padding: 10px 0 0 0;
  }
  .hDetailwrap .hDetail_imgbox .txtbox .tit strong {
    font-size: 22px;
  }
}
@media all and (max-width: 900px) {
  .hDetailwrap .hDetail_imgbox .txtbox {
    padding: 0 0 0 30px;
  }
  .hDetailwrap .hDetail_imgbox .txtbox .tit {
    padding: 5px 0 0 0;
  }
  .hDetailwrap .hDetail_imgbox .txtbox .txt {
    left: 30px;
    bottom: 5px;
  }
  .hDetailwrap .hDetail_imgbox .txtbox .tit strong {
    font-size: 20px;
  }
}
@media all and (max-width: 801px) {
  .hDetailwrap .hDetail_imgbox .img {
    width: 170px;
  }
  .hDetailwrap .hDetail_imgbox .txtbox .tit {
  }
  .hDetailwrap .hDetail_imgbox .txtbox .tit strong {
    font-size: 18px;
  }
  .hDetailwrap .hDetail_imgbox .txtbox .txt {
    padding: 40px 0 0 0;
  }

  .hDetailwrap .hDetail_infobox ul {
    display: block;
    background: none;
    padding: 0;
  }
  .hDetailwrap .hDetail_infobox ul:first-child {
    margin: 0;
  }
  .hDetailwrap .hDetail_infobox ul li.tit {
    width: 100%;
    max-width: 100%;
    padding: 0 0 10px;
  }
  .hDetailwrap .hDetail_infobox ul li.txt {
    width: 100%;
    max-width: 100%;
    background: #191919;
    padding: 15px 20px;
    line-height: 1.4;
    border-radius: 10px;
    font-size: 15px;
    text-align: left;
  }
}
@media all and (max-width: 768px) {
  .hDetailwrap .hDetail_imgbox {
    display: block;
  }
  .hDetailwrap .hDetail_imgbox .img {
    width: 100%;
    min-width: 100%;
    padding: 100% 0 0 0;
  }
  .hDetailwrap .hDetail_imgbox .txtbox {
    width: 100%;
    padding: 5px 0 0 0;
  }
  .hDetailwrap .hDetail_imgbox .txtbox .txt {
    position: relative;
    top: 0;
    left: 0;
    padding: 32px 0 0 0;
  }
}
@media all and (max-width: 600px) {
  .hDetailwrap .hDetail_imgbox .txtbox .tit strong {
    font-size: 16px;
  }
}

/* hDetail_conwrap */
.hDetail_conwrap {
  width: calc(71.88% - 30px);
}
.hDetail_conwrap .hDetail_txtbox {
  width: 100%;
  padding: 40px 0 0 0;
}
.hDetail_conwrap .hDetail_txtbox.ptaa {
  padding: 30px 0 0 0;
}
.hdt_tit {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 10px;
}
.hdt_tit h3 {
  width: 100%;
  font-size: 17px;
  font-weight: 600;
  padding: 2px 0 0 0;
  min-height: 25px;
  line-height: 1.2;
  overflow: hidden;
  display: block;
}
.hdt_tit h3 span {
  color: rgba(255, 255, 255, 0.5);
  padding: 0 0 0 5px;
  display: inline-block;
}
.hdt_tit h3.ctit1 {
  font-size: 18px;
}
.hdt_tit a.btn_view {
  width: 170px;
  min-width: 170px;
  margin-right: 10px;
}
.hdt_tit a.btn_view span {
  padding: 0 25px 0 0;
  word-break: keep-all;
  display: inline-block;
  background: url(/assets/img/content/addplaylist.svg) no-repeat right 50%;
  background-size: 16px;
  display: inline-block;
  font-weight: 600;
}

.hdt_tit .tbtn {
  width: 50%;
  display: flex;
  justify-content: end;
  align-items: center;
}
.hdt_tit .tbtn a {
  padding: 0 16px;
  line-height: 36px;
  height: 40px;
  border: 2px solid #fff;
  text-align: center;
  line-height: 36px;
  height: 40px;
  border-radius: 20px;
  font-weight: 600;
}
.hdt_tit .tbtn a:hover {
  color: #000;
  background: #fff;
}

.hdt_tit a.btn_playall span {
  padding: 0 20px 0 0;
  background: url(/assets/img/content/play_w.svg) no-repeat right 50%;
  background-size: 12px;
  display: inline-block;
}
.hdt_tit a.btn_playall:hover span {
  background: url(/assets/img/content/play_bk.svg) no-repeat right 50%;
  background-size: 12px;
}

.hdt_tit a.btn_addplaylist {
  width: 170px;
  min-width: 170px;
  margin-right: 10px;
}
.hdt_tit a.btn_addplaylist span {
  padding: 0 25px 0 0;
  word-break: keep-all;
  display: inline-block;
  background: url(/assets/img/content/addplaylist.svg) no-repeat right 50%;
  background-size: 16px;
  display: inline-block;
  font-weight: 600;
}

.hdt_tit a.btn_pikiroom {
  border: 2px solid #be3455;
  background: #be3455;
  padding: 0 15px 0 20px;
  display: flex;
  justify-content: start;
  align-items: center;
}
.hdt_tit a.btn_pikiroom span {
  position: relative;
  width: 100%;
  padding: 0 30px 0 17px;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 40px;
  height: 40px;
  background: url(/assets/img/content/go_w.svg) no-repeat right 50%;
  background-size: 24px;
  display: inline-block;
  text-align: left;
}
.hdt_tit a.btn_pikiroom span:before {
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  background: #fff;
  opacity: 0.3;
}
.hdt_tit a.btn_pikiroom:hover {
  border: 2px solid #191919;
  background: #191919;
  color: #fff;
}

@media all and (max-width: 450px) {
  .hDetail_txtbox .hdt_tit {
    display: block;
  }
  .hDetail_txtbox .hdt_tit .tbtn {
    width: 100%;
    justify-content: space-between;
    padding: 10px 0 0 0;
  }
  .hDetail_txtbox .hdt_tit .tbtn a {
    padding: 0;
  }
  .hDetail_txtbox .hdt_tit a.btn_addplaylist {
    width: calc(60% - 10px);
    min-width: auto;
    margin: 0;
  }
  .hDetail_txtbox .hdt_tit a.btn_playall {
    width: 40%;
    min-width: 40%;
  }
}
@media all and (max-width: 320px) {
  .hdt_tit a.btn_pikiroom {
    padding: 0 10px 0 15px;
  }
}
@media all and (max-width: 300px) {
  .hdt_tit a.btn_pikiroom {
    padding: 0 5px 0 10px;
  }
  .hdt_tit a.btn_pikiroom span {
    padding: 0 25px 0 17px;
  }
}

.hDetail_board {
  width: 100%;
  border-top: 2px solid #555;
}
.hDetail_board ul {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #333;
  min-height: 50px;
  padding: 0 20px;
}
.hDetail_board ul li {
  padding: 0 5px;
  line-height: 1.4;
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hDetail_board ul li.check {
  width: 40px;
  text-align: center;
  padding: 0;
}
.hDetail_board ul li.no {
  width: 8%;
  min-width: 40px;
  max-width: 60px;
  text-align: center;
  padding: 0;
}
.hDetail_board ul li.no span {
  text-align: center;
}
.hDetail_board ul li.title {
  width: 90%;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hDetail_board ul li.btn {
  width: 10%;
  min-width: 70px;
  font-size: 0;
  text-align: right;
}
.hDetail_board ul li.title span {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  word-wrap: break-word;
  text-overflow: ellipsis;
}
.hDetail_board ul li.title span.tit {
  width: 60%;
  text-align: left;
}
.hDetail_board ul li.title span.singer {
  width: 40%;
}
.tmark {
  padding: 4px 8px 3px 8px;
  margin: 0 0 0 5px;
  line-height: 1.2;
  background: #333;
  color: rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
  display: inline-block;
}

.hDetail_board ul li.btn a {
  position: relative;
  width: 25px;
  height: 25px;
  border-radius: 5px;
  display: inline-block;
  margin: 0 5px;
  opacity: 0.5;
}
.hDetail_board ul li.btn a:hover {
  opacity: 1;
}
.hDetail_board ul li.btn a.btn_lyrics {
  background: url(/assets/img/content/lyrics_w.svg) no-repeat center 50%;
  background-size: 17px;
}
.hDetail_board ul li.btn a.btn_mplay {
  background: url(/assets/img/content/play_w.svg) no-repeat center 50%;
  background-size: 12px;
}
.hDetail_board ul li.btn a i {
  font-size: 0;
  text-indent: -9999em;
  overflow: hidden;
}
.hDetail_board ul li.btn a:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: inline-block;
  clear: both;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.09;
  border-radius: 5px;
}
.hDetail_board ul li.btn a:hover:before {
  opacity: 0.18;
}
.hDetail_board ul li.btn a:first-child {
  margin-left: 0;
}
.hDetail_board ul li.btn a:last-child {
  margin-right: 0;
}

@media all and (max-width: 1720px) {
  .hDetail_conwrap {
    width: calc(70.88% - 30px);
  }
}
@media all and (max-width: 1050px) {
  .hDetail_conwrap {
    width: 100%;
  }
  .hDetail_conwrap .hDetail_txtbox {
    padding: 30px 0 0 0;
  }
  .hDetail_conwrap .hDetail_txtbox.ptaa {
    padding: 20px 0 0 0;
  }
}
@media all and (max-width: 768px) {
  .hdt_tit {
    padding: 0 0 10px;
  }
  .hdt_tit a.btn_sellall {
    font-size: 15px;
  }
}
@media all and (max-width: 600px) {
  .hDetail_board ul {
    padding: 20px 0;
  }
  .hDetail_board ul li.no {
    position: relative;
  }
  .hDetail_board ul li.no span {
    position: absolute;
    left: 0;
    top: -23px;
    display: inline-block;
  }
  .hDetail_board ul li.title {
    display: inline-block;
    padding: 0 10px 0 0;
  }
  .hDetail_board ul li.title span.tit {
    width: 100%;
    min-width: 150px;
  }
  .hDetail_board ul li.title span.singer {
    width: 100%;
    padding: 5px 0 0 0;
  }
}

.asidemenu {
  margin-top: 14px;
}
.marketlistwrap{
  margin-top:10px;
}
.marketlistwrap .myhistory_board{
  padding-top:0;
}
.marketlistwrap .myhistory_board ul li {
  padding: 8px 10px;
}
.marketlistwrap .myhistory_board ul li.info > a{
  padding-left:0px;
}
.marketlistwrap .buy_history_list ul li.info {
  width: 55%;
}
.marketlistwrap .buy_history_list ul li.edition {
  width: 90px;
}
.marketlistwrap .myhistory_board ul li.info .img{
  border-radius: 4px;
  padding-left:0;
}
.marketlistwrap .buy_history_list ul li.state{
  width:8%;
  white-space: nowrap;
}
.marketlistwrap .buy_history_list ul li.state-inactive{
  opacity: 0.5;
}
.marketlistwrap .myhistory_board ul li.ticket-info{
  text-align:left !important;
}
.marketlistwrap .myhistory_board ul li.ticket-info span{
  width: 99%;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  line-clamp: 2;
  box-orient: vertical;
}
.marketlistwrap .myhistory_board ul.tit{
  border-radius: 4px;
  font-size:13px;
}
.marketlistwrap .info-title{
  padding-left:20px;
}
.mypage_twrap {
    height: 240px;
  
}
.mypage_tit_bg {
    height: 100%;
  border-radius: 8px;
}

/* mypage-profile */
.mypage-profile .mypage_imgbox {
  top: -30px;
  padding: 0 0 0 150px;
}
.mypage-profile .mypagetabbtn{
  margin-top:15px;
  padding: 5px 0 0 300px;
}
.mypage-profile .mypage_imgbox .img {
  position: absolute;
  top: auto;
  bottom: 10px;
  width: 100px;
  min-width: 50px;
  height: 100px;
}
.mypage-profile .market_rtbox h3{
  font-size:15px;
  margin-left:10px;
}
.mypage-profile .mypage_imgbox .txtbox .tbox .myibtn a{
  font-size:13px;
  border-radius:4px;
}
.mypage-profile .mypage_imgbox .txtbox strong {
  padding: 70px 30px 0 0;
}
/*  */

.asidemenu .abmenu{
  font-size:15px;
  border-radius: 6px;
}
.market_rtbox .selectbox{
  font-size:14px;
}
/* 1031-button-size */
.marketlistwrap .buy_history_list ul li.ticketing-title ,
.marketlistwrap .buy_history_list ul li.ticketing .owned-ticket{
  display:inline-block;
  padding:6px;
  width:102px;
}
.marketlistwrap .buy_history_list ul .ticketing .owned-ticket{
  font-size:13px;
  white-space: nowrap;
  line-height: normal;
  width:auto;
  height:auto;
  position:static;
  border-radius: 4px;
  border:1px solid #fff;
}
.marketlistwrap .buy_history_list ul li.ticketing .create-t{
  color:#ED1C24;
  font-weight:700;
  border:2px solid #ED1C24;
}
.marketlistwrap .buy_history_list ul li.ticketing .create-t:hover{
  color:#fff;
  background-color:#ED1C24;
  transition:all 0.4s;
}
.marketlistwrap .buy_history_list ul li.ticketing{
  padding:0px;
}
.marketlistwrap .buy_history_list .tit li.date {
    color: #fff;
  }
.buy_history_list ul li.date {
  color: #999;
  white-space: normal;
}
@media (max-width: 1440px) {
  .asidemenu .abmenu{
  font-size:14px;
  }
  .marketlistwrap .buy_history_list ul li.info {
    width: 45%;
  }
  .market_rtbox .selectbox{
    font-size:13px;
  }
  .mypagetabwrap .buy_history_list ul li.info .txt span,
  .mypagetabwrap .myhistory_board ul li,
  .marketlistwrap .buy_history_list ul .ticketing .owned-ticket{
    font-size:12px;
  }
}
@media(max-width: 1280px){
  .buy_history_list ul li.edition{
    display:none;
  }
}

@media (max-width: 1140px) {
  .mypage-profile .mypage_imgbox .txtbox .sns {
      position: absolute;
      right: 0;
  }
}
@media (max-width: 1050px) {
  .mypage_twrap {
    height: 150px;
  }
  .mypage-profile .mypage_imgbox .img {
  bottom: 0px;
  width: 80px;
  height: 80px;
  }

  /* mypage-profile */
  .mypage-profile .profilewrap .mypage_imgbox .img {
    top: 20px;
  }
  .mypage-profile .profilewrap .mypage_imgbox .txtbox strong {
    padding: 40px 0 0 0;
    overflow: hidden;
    display: block;
    white-space: nowrap;
    word-wrap: break-word;
    text-overflow: ellipsis;
  }

  .mypage-profile .mypage_imgbox {
    padding: 0 0 0 100px;
    top:-40px;
  }
  .mypage-profile .mypage_imgbox .mytit_infobtn{
    top: 110px;
  }
  .mypage-profile .mypage_imgbox .txtbox .sns {
    top: 110px;
    right:40px;
  }
  .mypage-profile .mypage_imgbox .mytit_infobtn a {
    right: 10px;
  }
  .mypage-profile .mypagetabbtn a{
    height:45px;
    line-height:45px;
  }
}

@media (max-width: 700px) {
  .mypagetabwrap .myhistory_board ul {
    border: 1px solid #333;
    padding: 4px 12px;
    margin: 15px 0 0 0;
    border-radius: 6px;
    overflow: hidden;
    display:flex;
  }
  .marketlistwrap .buy_history_list ul li.date{
    width: 15%;
  }
  .marketlistwrap .buy_history_list .tit li.date {
    text-align: left !important;
  }
  .marketlistwrap .buy_history_list ul li.info {
    width: 55%;
    padding-left:0;
  }
  .marketlistwrap .buy_history_list ul li.date {
    min-width: 90px;
  }
}
@media (max-width: 510px){
  /* 1022-nav */
  .mypagetabbtn {
    width: 100%;
    padding: 0;
    padding-left:30px;
  }
  .marketlistwrap .buy_history_list ul li.ticketing-title ,
  .marketlistwrap .buy_history_list ul li.ticketing .owned-ticket{
    width:98px;
  }
}
@media (max-width: 430px) {
  .mypage-profile .mypage_imgbox {
    padding: 0 0 0 70px;
  }
  .mypage-profile .mypage_imgbox .img ,
  .mypage_imgbox .img {
    width: 60px;
    height: 60px;
  }
  .marketlistwrap .buy_history_list ul li.info {
    width: 65%;
  }
  .marketlistwrap .buy_history_list ul li.date{
    display:none;
  }
  .mypage_imgbox {
    padding: 0 0 0 70px;
  }
}