@charset "utf-8"; /* pop_tit */
/* 1021 */
.pop_tit {
  position: relative;
  width: 100%;
  height: 58px;
  min-height: 58px;
  padding: 0 5%;
  line-height: 1.2;
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(255, 255, 255, 0.11);
  border-radius: 0;
}
.pop_tit::after {
  content: "";
  display: block;
  clear: both;
}
.pop_tit h3 {
  width: 100%;
  line-height: 1.2;
  font-size: 20px;
  font-weight: 600;
}
.pop_tit h3 span {
  color: #999;
  padding: 0 0 0 3px;
  display: inline-block;
}

.pop_tit .tbtn {
  width: 60%;
  text-align: right;
}
.pop_tit .tbtn input {
  min-width: 100px;
  padding: 0 20px;
}

h4.pstit {
  width: 100%;
  display: block;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  line-height: 1.6;
  padding: 5px 0 0 0;
}
h4.pstit span {
  width: 100%;
  display: block;
  font-size: 15px;
  font-weight: 400;
}
h4.pstit span i {
  color: #393c9b;
  font-weight: 500;
}
h4.pstit em {
  font-weight: 600;
}
h4.pstit1 {
  width: 100%;
  display: block;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  padding: 5px 0 10px 0;
}

/* 1022 */
h4.pmtit1 {
  width: 100%;
  display: block;
  font-size: 15px;
  padding: 20px 0 12px 5px;
  font-weight: 300;
}

h4.pmtit2 {
  width: 100%;
  display: block;
  font-size: 15px;
  padding: 20px 0 12px 0;
}
h4.pmtit3 {
  width: 100%;
  display: block;
  font-size: 17px !important;
  padding: 0 0 12px 0;
  font-weight: 600 !important;
  color: #ed1c24;
}
h4.pmtit4 {
  width: 100%;
  display: block;
  font-size: 16px;
  padding: 0 0 12px 0;
  font-weight: 400;
  line-height: 1.5;
}

h4.pmtit1.infotit {
  position: relative;
  padding: 20px 40px 12px 0;
  overflow: hidden;
}
h4.pmtit1.infotit .cttxt {
  position: absolute;
  right: 0;
  bottom: 10px;
  font-size: 13px;
  font-weight: 400;
}

@media all and (max-width: 801px) {
  .pop_tit {
    height: 56px;
    min-height: 56px;
    padding: 1px 25px 0 25px;
  }
}
@media all and (max-width: 768px) {
  h4.pmtit1 {
    padding: 20px 0 10px 0;
  }
  h4.pmtit2 {
    padding: 20px 0 10px 0;
  }
  h4.pmtit3 {
    padding: 0 0 10px 0;
  }
}
@media all and (max-width: 600px) {
  .pop_tit {
    padding: 1px 20px 0 20px;
    height: 50px;
    min-height: 50px;
  }
  .pop_tit h3 {
    font-size: 18px;
  }
}
@media all and (max-width: 400px) {
  .pop_tit {
    padding: 1px 15px 0 15px;
  }
}

/* popwrap */
.popwrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 22;
}
.popwrap .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.popwrap .popwrap_layer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: none;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* 1021 */
.popwrap .popwrap_layer .pwrap {
  width: 90%;
  max-width: 360px;
  margin: auto 0;
  border-radius: 10px;
  text-align: left;
  height: auto;
  max-height: 90%;
  overflow: auto;
  background: #333;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  flex-direction: column;
}
.popwrap .popwrap_layer .pwrap .pbox {
  position: relative;
  width: 100%;
  padding: 20px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
/* 1022 */
.popwrap .popwrap_layer .pwrap .pbox_scroll {
  padding: 0 30px; 
  margin-top:20px;
}
.pop_create_done .pbox_scroll{
  margin:20px 0;
}
.popwrap .popwrap_layer .pwrap .ptxt {
  position: relative;
  width: 100%;
  text-align: left;
  padding: 0 0 13px;
}
.popwrap .popwrap_layer .pwrap .ptxt span {
  width: 100%;
  display: block;
  padding-top:5px;
}
.popwrap .popwrap_layer .pwrap .ptxt .pstit {
  font-size: 16px;
  font-weight: 400;
}
.popwrap .popwrap_layer .pwrap .ptxt .pstit {
  padding: 0 0 0 0;
}

.pstxt {
  width: 100%;
  display: block;
  color: #999;
}
.pstxt p {
  width: 100%;
  display: block;
}
.ktxt .pstxt {
  padding: 0 0 20px;
}
.pstxt1 {
  width: 100%;
  display: block;
  color: #999;
}

@media all and (max-width: 801px) {
  .popwrap .popwrap_layer .pwrap .pbox {
    padding: 25px;
  }
  .popwrap .popwrap_layer .pwrap .pbox_scroll {
    padding: 0 20px;
    margin: 20px 0 20px 0;
  }
}
@media all and (max-width: 600px) {
  .popwrap .popwrap_layer .pwrap .pbox {
    padding: 20px 20px;
  }
  .popwrap .popwrap_layer .pwrap .pbox_scroll {
    padding: 0 20px;
    margin: 20px 0 20px 0;
  }
}
@media all and (max-width: 400px) {
  .popwrap .popwrap_layer .pwrap .pbox {
    padding: 20px 15px;
  }
  .popwrap .popwrap_layer .pwrap .pbox_scroll {
    padding: 0 15px;
  }
}

/* btn_close */
.btn_close {
  position: absolute;
  top: 20px;
  right: 25px;
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 0;
  z-index: 24;
}
.btn_close .cbtn {
  width: 40px;
  height: 100%;
  background: url(/assets/img/com/pop_close_w.svg) no-repeat center 50%;
  background-size: 20px;
}
.pop_add_music_cbtn {
  width: 40px;
  height: 100%;
  background: url(/assets/img/com/pop_close_w.svg) no-repeat center 50%;
  background-size: 20px;
}
.pop_tit .btn_close {
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

@media all and (max-width: 1400px) {
  .popwrap.pop_login .btn_close,
  .btn_close.full {
    top: 10px;
    right: 12px;
  }
}
@media all and (max-width: 1050px) {
  .popwrap.pop_login .btn_close,
  .btn_close.full {
    top: 5px;
    right: 10px;
  }
  .btn_close .cbtn {
    background-size: 18px;
  }
}
@media all and (max-width: 600px) {
  .popwrap.pop_login .btn_close,
  .btn_close.full {
    right: 10px;
  }
  .pop_tit .btn_close {
    right: 10px;
  }
}
@media all and (max-width: 400px) {
  .pop_tit .btn_close {
    right: 5px;
  }
}

/* btn_pop*/
.btn_pop {
  width: 100%;
  font-size: 0;
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.btn_pop a,
.btn_pop input {
  width: 100%;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  padding: 0 5px;
  line-height: 48px;
  height: 50px;
  font-weight: 600;
  border: 1px solid #111;
  background: #111;
  border-radius: 8px;
}
.btn_pop a:hover,
.btn_pop input:hover {
  border: 1px solid #000;
  background: #000;
}
.btn_pop1 a,
.btn_pop1 input {
  line-height: 48px;
  height: 50px;
  font-size: 16px;
  font-weight: 600;
}
.btn_pop a {
  line-height: 1.2;
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn_pop a span {
  line-height: 1.2;
}
/* 1021 */
.btn_layout {
  padding: 20px 30px 30px 30px;
}

@media all and (max-width: 801px) {
  .btn_layout {
    padding: 0 25px 25px 25px;
  }
}
@media all and (max-width: 600px) {
  .btn_pop a,
  .btn_pop input {
    font-size: 15px;
    line-height: 48px;
    height: 50px;
    font-size: 15px;
  }
  .btn_layout {
    padding: 0 20px 20px 20px;
  }
}
@media all and (max-width: 400px) {
  .btn_layout {
    padding: 0 15px 15px 15px;
  }
}

.bb0 {
  width: 100%;
  margin: 0;
}
.bb1 {
  width: calc(50% - 5px);
  border-radius: 10px !important;
  border: 1px solid #666 !important;
  background: #666 !important;
  color: #fff !important;
  margin-right: 10px !important;
}
.bb2 {
  width: calc(50% - 5px);
  border-radius: 10px !important;
  border: 1px solid #ed1c24 !important;
  background: #ed1c24 !important;
  color: #fff !important;
}
.bb1:hover {
  background: #555 !important;
  bor5r: 1px solid #555 !important;
  color: #fff !important;
}
.bb2:hover {
  border: 1px solid #c1070e !important;
  background: #c1070e !important;
  color: #fff !important;
}
.btn_r {
  border: 2px solid #ed1c24 !important;
  background: #ed1c24 !important;
  color: #fff !important;
}
.btn_r:hover {
  border: 2px solid #c1070e !important;
  background: #c1070e !important;
  color: #fff !important;
}
.btn_bw {
  border: 2px solid #fff !important;
  background: #191919 !important;
}
.btn_bw:hover {
  background: #fff !important;
  border: 2px solid #fff !important;
  color: #000 !important;
}
.btn_bw1 {
  background: #333 !important;
  border: 2px solid #fff !important;
}
.btn_bw1:hover {
  background: #fff !important;
  border: 2px solid #fff !important;
  color: #000 !important;
}
.btn_bw2 {
  border: 2px solid #fff !important;
  background: transparent !important;
}
.btn_bw2:hover {
  background: #fff !important;
  border: 2px solid #fff !important;
  color: #000 !important;
}
.error_input {
  border: 1px solid #ed1c24 !important;
}
/* */
/*.error_txt {*/
/*    display: none;*/
/*    width: 100%;*/
/*    padding: 5px 0;*/
/*    color: #ed1c24;*/
/*    font-weight: 400;*/
/*    font-size: 12px;*/
/*    margin-top: -15px;*/
/*}*/
.error_txt {
	display: none;
	width: 100%;
	padding: 10px 0 0 5px;
	color: #ed1c24;
	font-weight: 300;
}
.error_txt.on {
  display: block;
}
.btn_g6 {
  border: 2px solid #666 !important;
  background: #666 !important;
}
.btn_g6:hover {
  background: #333 !important;
  border: 2px solid #333 !important;
  color: #fff !important;
}
.btn_gc {
  border: 2px solid #ccc !important;
  background: transparent !important;
}
.btn_gc:hover {
  background: #ccc !important;
  border: 2px solid #ccc !important;
  color: #111 !important;
}

.btn_trr {
  border: 2px solid #ed1c24 !important;
  background: transparent;
  color: #ed1c24 !important;
  width: 100%;
  border-radius: 10px;
  display: inline-block;
  line-height: 48px;
  height: 50px;
  text-align: center;
  font-weight: 600 !important;
}
.btn_trr:hover {
  background: #ed1c24 !important;
  border: 2px solid #ed1c24 !important;
  color: #fff !important;
}

.pop_sell_approval .pop_tit {
  padding: 1px 20px 0 20px;
}
.pop_sell_approval .pop_tit .btn_close {
  right: 10px;
}

.popwrap.pop_terms .popwrap_layer .pwrap,
.popwrap.pop_privacy .popwrap_layer .pwrap {
  max-width: 720px;
}

.popwrap .popwrap_layer .pwrap .pswrap {
  width: 100%;
  height: 237px;
  padding: 20px;
  border: 1px solid #666;
  background: #191919;
  border-radius: 10px;
  margin: 0 0 39px;
}
.popwrap .popwrap_layer .pwrap .psbox {
  width: 100%;
  height: 100%;
  font-size: 14px;
  padding: 0 10px 0 0;
  overflow-y: auto;
}

/* pop_login */
.popwrap.pop_login {
  z-index: 19;
}
.popwrap.pop_resetPw {
  z-index: 20;
}
.popwrap.pop_masterkey_view {
  z-index: 21;
}
.popwrap.pop_login .popwrap_layer .pwrap {
  overflow-y: auto;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  width: 50%;
  max-width: calc(50% + 10px);
  height: 100%;
  max-height: 100%;
  border-radius: 0;
  background: #191919;
  padding: 70px 4%;
}
.popwrap.pop_mypage .popwrap_layer .pwrap {
  padding: 70px 4%;
  overflow-y: auto;
}

.loginwrap {
  width: 100%;
  max-width: 670px;
}
.loginwrap h3 {
  width: 100%;
  font-size: 33px;
  font-weight: 300;
  line-height: 1.2;
  display: block;
}
.loginwrap h3 strong {
  font-weight: 600;
}
.loginwrap h3 span {
  width: 100%;
  display: block;
  padding: 15px 0 0 0;
  font-size: 15px;
  line-height: 1.4;
}

.loginbox {
  padding: 30px 0 0 0;
}

.loginbox .inbox {
  width: 100%;
  display: block;
}
.loginbox .lbox {
  position: relative;
  width: 100%;
  display: block;
}
.loginbox .lbox input {
  display: inline-block;
  width: 100%;
  height: 50px;
  padding: 0 20px 0 70px;
  border: 1px solid #333;
  background: #111;
  border-radius: 10px;
  overflow: hidden;
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.loginbox .lbox .txt_on {
  border: 1px solid #333 !important;
  background: none !important;
}
.loginbox .lbox.id:before {
  position: absolute;
  left: 1px;
  top: 1px;
  z-index: 19;
  width: 50px;
  height: 48px;
  border-radius: 8px 0 0 8px;
  content: "";
  display: inline-block;
  clear: both;
  background: #333 url(/assets/img/com/login_email_w.svg) no-repeat center 50%;
  background-size: 20px;
}
.loginbox .lbox.pw:before {
  position: absolute;
  left: 1px;
  top: 1px;
  z-index: 20;
  width: 50px;
  height: 48px;
  border-radius: 8px 0 0 8px;
  content: "";
  display: inline-block;
  clear: both;
  background: #333 url(/assets/img/com/login_pw_w.svg) no-repeat center 50%;
  background-size: 20px;
}
.loginbox .lbox.mkey:before {
  position: absolute;
  left: 1px;
  top: 1px;
  z-index: 20;
  width: 50px;
  height: 48px;
  border-radius: 8px 0 0 8px;
  content: "";
  display: inline-block;
  clear: both;
  background: #333 url(/assets/img/com/login_key_w.svg) no-repeat center 50%;
  background-size: 20px;
}
.loginbox .lbox.noicon input {
  padding: 0 20px;
}
.pop_resetPw .loginbox .lbox input,
.signupwrap .loginbox .lbox input {
  padding: 0 20px;
}
.pop_resetPw .loginbox .lbox.id:before,
.pop_resetPw .loginbox .lbox.pw:before,
.signupwrap .loginbox .lbox.id:before,
.signupwrap .loginbox .lbox.pw:before {
  display: none;
}

.loginbox .lbox input:hover,
.loginbox .lbox input:focus {
  border: 1px solid #666;
  animation: fadein2 0.5s;
  -moz-animation: fadein2 0.5s;
  -webkit-animation: fadein2 0.5s;
  -o-animation: fadein2 0.5s;
}

.loginbox .certbox {
  position: relative;
  width: 100%;
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.loginbox .certbox .cert_txt {
  width: calc(100% - 150px);
  line-height: 48px;
  height: 50px;
  padding: 0 20px;
  border: 1px solid #333;
  border-right: 1px solid #555;
  background: #111;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
.loginbox .certbox .cert_txt.bbk {
  border: 1px solid #333;
} /* 1px solid #111; */
.loginbox .certbox .cert_btn {
  width: 150px;
  line-height: 48px;
  height: 50px;
  justify-content: center;
  padding: 0;
  border-radius: 0 10px 10px 0;
  background: #555;
  border: 1px solid #555;
  font-weight: 600;
}
.signupWrap .loginbox .certbox .cert_txt.w100p {
  width: 100%;
  border-radius: 10px !important;
}
.loginbox .instxt {
  width: 100%;
  display: block;
  color: #999;
  padding: 10px 0 0 0;
  line-height: 1.4;
}
.loginbox .certbox.readonly .cert_txt {
  border: 1px solid #000;
  background: #000;
  animation: none;
}
.loginbox .certbox.readonly .cert_btn {
  color: #999;
  animation: none;
}
.loginbox .certbox.readonly .cert_btn:hover {
  animation: none;
  border: 1px solid #555;
}
.loginbox .certbox.readonly .instxt {
  color: #e3e3e3;
}
.loginbox .emailtbox {
  width: 100%;
  line-height: 48px;
  height: 50px;
  padding: 0 20px;
  border-radius: 10px;
  background: #000;
  border: 1px solid #000;
  display: inline-block;
  cursor: none;
}
.myinfowrap .loginbox {
  padding: 30px 0 0;
}
.myinfowrap .certbox .cert_txt:hover {
  animation: none;
  border: 1px solid #333;
}
.keyShow {
  position: absolute;
  top: 0;
  right: 20px;
  width: 30px;
  height: 100%;
  display: none;
  cursor: pointer;
  background: url(/assets/img/com/pw_hidden_w.svg) no-repeat right 50%;
  background-size: 20px;
}
.keyShow.view {
  background: url(/assets/img/com/pw_view_w.svg) no-repeat right 50%;
  background-size: 20px;
}
.keyShow span {
  font-size: 0;
  text-indent: -9999em;
  overflow: hidden;
}

.pop_modify_profile .loginbox .certbox .cert_btn {
  border: 1px solid #333;
  border-left: none;
}
.pop_modify_profile .loginbox .rank {
  width: 100%;
  display: block;
  background: #111;
  color: rgba(255, 255, 255, 0.5);
  border: 1px solid #333;
  border-left: none;
  line-height: 50px;
  height: 50px;
  border-radius: 10px;
  padding: 0 20px;
}

.loginbox .loginbtn {
  width: 100%;
  display: block;
  padding: 30px 0 40px 0;
}
.loginbox .loginbtn p {
  width: 100%;
  display: block;
}
.loginbox .loginbtn p a {
  width: 100%;
  display: block;
}
.loginbox .loginbtn .bbtn a {
  width: 100%;
  line-height: 48px;
  height: 50px;
  background: #ed1c24;
  border: 1px solid #ed1c24;
  border-radius: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}
.loginbox .loginbtn .bbtn a:hover {
  background: #c1070e;
  border: 1px solid #c1070e;
}
.loginbox .loginbtn .sbtn {
  padding: 18px 0 0 0;
  text-align: right;
}
.loginbox .loginbtn .sbtn a {
  font-size: 16px;
  font-weight: 300;
  text-align: right;
}
.loginbox .loginbtn .sbtn a strong {
  font-weight: 600;
}
.loginbox .loginbtn .sbtn a:hover {
  color: #ed1c24;
}

.loginwrap .lbbtn {
  width: 100%;
  display: block;
  padding: 40px 0 0 0;
  border-top: 1px solid #666;
}
.loginwrap .lbbtn .sbtn a {
  font-size: 19px;
  font-weight: normal;
  text-align: right;
  font-weight: 300;
}
.loginwrap .lbbtn .sbtn a strong {
  font-weight: 600;
}
.loginwrap .lbbtn .sbtn a:hover {
  color: #ed1c24;
}
.loginwrap .lbbtn .bbtn {
  margin: 12px 0 0 0;
}
.loginwrap .lbbtn .bbtn a {
  width: 100%;
  line-height: 48px;
  height: 50px;
  background: none;
  border: 1px solid #fff;
  border-radius: 6px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}
.loginwrap .lbbtn .bbtn a:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #000;
}

.pbbtn {
  width: 100%;
  padding: 30px 0 0 0;
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
}
.pbbtn a {
  width: 100%;
  line-height: 48px;
  height: 50px;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid #ed1c24;
  background: #ed1c24;
  border-radius: 10px;
  text-align: center;
}
.pbbtn a:hover {
  border: 1px solid #c1070e;
  background: #c1070e;
  border-radius: 10px;
  text-align: center;
}
.pop_masterkey_view .pbbtn {
  width: 100%;
  padding: 70px 0 0 0;
}
.count {
  width: 100%;
  text-align: right;
  padding: 7px 0 0 0;
}

@media all and (max-width: 1050px) {
  .popwrap.pop_login .popwrap_layer .pwrap {
    width: 100%;
    max-width: 100%;
    padding: 60px 5%;
  }

  .loginwrap {
    margin: 0 auto;
  }
  .popwrap.pop_mypage {
    display: none !important;
  }
}
@media all and (max-width: 801px) {
  .loginwrap h3 {
    font-size: 30px;
  }
  .loginbox {
    padding: 60px 0 0 0;
  }
  .loginbox .lbox input {
    padding: 0 20px 0 66px;
  }
  .loginbox .loginbtn .bbtn a {
    font-size: 16px;
  }
  .loginbox .loginbtn .sbtn a {
    font-size: 16px;
  }
  .loginwrap .lbbtn .sbtn a {
    font-size: 18px;
  }
  .loginwrap .lbbtn .bbtn a {
    font-size: 18px;
  }
  .pop_masterkey_view .pbbtn {
    padding: 50px 0 0 0;
  }
}
@media all and (max-width: 600px) {
  .popwrap.pop_login .popwrap_layer .pwrap {
    padding: 60px 20px;
  }
  .loginwrap h3 {
    font-size: 28px;
  }
  .loginbox {
    padding: 40px 0 0 0;
  }
  .loginbox .lbox input {
    padding: 0 15px 0 60px;
  }

  .loginbox .loginbtn .bbtn a {
    line-height: 48px;
    height: 50px;
    font-size: 16px;
  }
  .loginbox .loginbtn .sbtn a {
    font-size: 15px;
  }
  .loginwrap .lbbtn .sbtn a {
    font-size: 16px;
  }
  .loginwrap .lbbtn .bbtn a,
  .pbbtn a {
    line-height: 48px;
    height: 50px;
    font-size: 14px;
  }

  .loginbox .certbox .cert_txt {
    padding: 0 15px;
    line-height: 48px;
    height: 50px;
  }
  .loginbox .certbox .cert_btn {
    line-height: 48px;
    height: 50px;
  }
  .pop_masterkey_view .pbbtn {
    padding: 50px 0 0 0;
  }
  .pop_modify_profile .loginbox .rank {
    padding: 0 15px;
  }
}
@media all and (max-width: 500px) {
  .loginbox .certbox {
    display: block;
  }
  .loginbox .certbox .cert_txt {
    width: 100%;
    max-width: 100%;
    display: block;
    border-radius: 10px 10px 0 0;
    border: 1px solid #333;
    border-bottom: 1px solid #555;
  }
  .loginbox .certbox .cert_btn {
    width: 100%;
    max-width: 100%;
    display: block;
    border-radius: 0 0 10px 10px;
  }
}

@media all and (max-width: 480px) {
  .loginbox .loginbtn {
    padding: 30px 0 40px 0;
  }
  .loginwrap .lbbtn {
    padding: 40px 0 0 0;
  }
  .loginbox .loginbtn .bbtn a,
  .loginbox .certbox .cert_btn {
    font-size: 15px;
  }
  .pop_modify_profile .loginbox .certbox .cert_txt {
    border: 1px solid #333;
    border-bottom: none;
  }
  .pop_modify_profile .loginbox .certbox .cert_btn {
    border: 1px solid #333;
    border-top: none;
  }
}
@media all and (min-width: 1051px) {
  .popwrap.pop_login .popwrap_layer .pwrap {
    min-width: 800px;
  }
}

.pw_check {
  width: 100%;
  display: block;
  padding: 10px 0 0 0;
}
.pw_check li {
  display: inline-block;
  margin: 0 20px 0 0;
  padding: 0 0 0 20px;
  background: url(/assets/img/com/icon_check_w.svg) no-repeat 0 50%;
  background-size: 13px;
  opacity: 0.5;
}
.pw_check li:last-child {
  margin: 0;
}
.pw_check li.on {
  opacity: 1;
}
.pw_check li.error {
  background: url(/assets/img/com/icon_check_r.svg) no-repeat 0 50%;
  background-size: 13px;
  color: #ed1c24;
  opacity: 1;
}

/* mypagewrap */
.mypagewrap {
  width: 100%;
  max-width: 670px;
}
.mypagewrap h3 {
  width: 100%;
  font-size: 33px;
  font-weight: 600;
  padding: 0 0 50px;
}
.mypagewrap .pimgbox {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 0 20px; /* background: url(/assets/img/com/icon_go.svg) no-repeat right 30px; */
}
.pop_mypage .mypagewrap .pimgbox {
  border-bottom: 1px solid #444;
  margin: 0 0 10px;
  position: relative;
}
.pop_mypage .mypagewrap .pimgbox .btn-mypage-pc {
  position: absolute;
  right: 0;
  background: rgba(0, 0, 0, 0.75) url(/assets/img/com/arrow.svg) no-repeat right 20px center / 14px auto;
  font-size: 14px;
  letter-spacing: 0.3px;
  display:inline-block;
  padding: 7px 40px 7px 28px;
  border-radius: 90px;
}
.mypagewrap .pimgbox .img {
  width: 80px;
  min-width: 80px;
  height: 80px;
}
.mypagewrap .pimgbox .img > span {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
  display: inline-block;
}
.mypagewrap .pimgbox .img > span img {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.3s linear;
}

.mypagewrap .pimgbox .txt {
  width: calc(100% - 80px);
  display: block;
  word-break: break-all;
  padding: 0 20px;
}
.mypagewrap .pimgbox .txt span {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  line-height: 1;
}
.mypagewrap .pimgbox .txt span > strong {
  width: auto;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  max-width: calc(100% - 35px);
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
  word-wrap: break-word;
  text-overflow: ellipsis;
}
.mypagewrap .pimgbox .txt span > em {
  position: relative;
  width: 20px;
  height: 20px;
  overflow: hidden;
  display: inline-block;
  margin: 0 0 0 10px;
  border-radius: 50%;
}
.mypagewrap .pimgbox .txt span > 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;
}
.mypagewrap .pimgbox .txt span.rank {
  display: block;
  font-size: 14px;
  color: #999;
  line-height: 1;
  padding: 5px 0 0 0;
}

.myinfowrap .pimgbox {
  background: none;
}
.myinfowrap .pimgbox .txt {
  width: calc(100% - 240px);
}
.myinfowrap .pimgbox .btn_mypage {
  width: 150px;
  height: 100%;
  line-height: 46px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 10px;
  text-align: center;
}
.myinfowrap .pimgbox .btn_mypage span {
  width: 100%;
  text-align: center;
}

.mypagewrap h4 {
  width: 100%;
  display: block;
  font-size: 15px;
  font-weight: 400;
  padding: 20px 0 12px 0;
  border-top: 1px solid #666;
}
.mypagewrap h5 {
  width: 100%;
  display: block;
  font-size: 15px;
  font-weight: 400;
  padding: 20px 0 12px 0;
}
.mypagewrap .ptxtbox {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mypagewrap .ptxtbox input {
  border-radius: 10px;
  line-height: 48px;
  height: 50px;
  background: #000;
  border: 1px solid #000;
  padding: 0 20px;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
}

.mypagewrap .ptxtbox .pmbox {
  position: relative;
  padding: 0 5px;
  width: 50%;
}

.mypagewrap .ptxtbox .pmbox:first-child {
  padding-left: 0;
}
.mypagewrap .ptxtbox .pmbox:last-child {
  padding-right: 0;
}

.mypagewrap .ptxtbox .pmbox.pmbox_coin p {
  width: 100%;
  padding: 0 20px;
  background: #000;
  border: 1px solid #000;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mypagewrap .ptxtbox .pmbox.pmbox_coin p input {
  width: 100%;
  max-width: 100%;
  background: none;
  border: none;
  padding: 0;
  text-align: left;
  cursor: none;
}
.mypagewrap .ptxtbox .pmbox.pmbox_coin p span {
  display: inline-block;
  padding: 0 0 0 5px;
  line-height: 48px;
  height: 50px;
  color: #666;
}
.mypagewrap .ptxtbox .pmbox.pmbox_playlist input {
  width: 100%;
  line-height: 48px;
  height: 50px;
  font-size: 16px;
  font-weight: 600;
  background: #000;
  border: 2px solid #fff;
  border-radius: 10px;
  text-align: center;
}
.mypagewrap .ptxtbox .pmbox.pmbox_playlist input:hover {
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.mypagewrap .ptxtbox .pmsbox {
  width: 25%;
  flex: 1;
  padding: 0 5px;
}
.mypagewrap .ptxtbox .pmsbox:first-child {
  padding-left: 0;
}
.mypagewrap .ptxtbox .pmsbox:last-child {
  padding-right: 0;
}
.mypagewrap .ptxtbox .pmsbox input {
  width: 100%;
  border-radius: 10px;
  text-align: center;
  cursor: none;
}
.mypagewrap .ptxtbox input:disabled {
  opacity: 1;
}
.mypagewrap .ptxtbox.ptxtbox_01 {
  display: block;
}
.mypagewrap .ptxtbox .pmsbox h5 a {
  width: 100%;
  text-align: center;
}
.mypagewrap .ptxtbox .pmsbox h5 a span {
  padding: 0 18px 0 0;
  background: url(/assets/img/member/next_view_small.svg) no-repeat right 50%;
  background-size: 12px;
}
.mypagewrap .btn_pop {
  padding: 30px 0;
}
.mypagewrap .btn_pop a {
  font-size: 16px;
  font-weight: 600;
}

.mypagewrap .pmbwrap {
  width: 100%;
  display: block;
}
.mypagewrap .pmbwrap p {
  width: 100%;
  display: block;
  padding: 10px 0 0 0;
}
.mypagewrap .pmbwrap p a {
  width: 100%;
  display: block;
  border-radius: 10px;
  border: solid 2px #333;
  background: #111;
  font-size: 17px;
  padding: 0 20px;
  line-height: 48px;
  height: 50px;
  padding: 0 0 0 20px;
}
.mypagewrap .pmbwrap p a span {
  width: 100%;
  padding: 0 0 0 35px;
  display: inline-block;
}
.mypagewrap .pmbwrap p.pmbbox_01 a span {
  background: url(/assets/img/com/icon_myinfo.svg) no-repeat 0 50%;
  background-size: 20px;
}
/* 1024 */
.mypagewrap .pmbwrap p.pmbbox_07 a span {
  background: url(/assets/img/com/ic_support.svg) no-repeat 0 50%;
  background-size: 20px;
}
.mypagewrap .pmbwrap p.pmbbox_08 a span {
  background: url(/assets/img/com/icon_buylist.svg) no-repeat 0 50%;
  background-size: 20px;
}
/*  */
.mypagewrap .pmbwrap p.pmbbox_02 a span {
  background: url(/assets/img/com/icon_buylist.svg) no-repeat 0 50%;
  background-size: 20px;
}
.mypagewrap .pmbwrap p.pmbbox_03 a span {
  background: url(/assets/img/com/icon_selllist.svg) no-repeat 0 50%;
  background-size: 20px;
}
.mypagewrap .pmbwrap p.pmbbox_04 a span {
  background: url(/assets/img/com/icon_mintlist.svg) no-repeat 0 50%;
  background-size: 20px;
}
.mypagewrap .pmbwrap p.pmbbox_05 a span {
  background: url(/assets/img/com/icon_bank.svg) no-repeat 0 50%;
  background-size: 20px;
}
.mypagewrap .pmbwrap p.pmbbox_06 a span {
  background: url(/assets/img/com/icon_calc.svg) no-repeat 0 50%;
  background-size: 20px;
}
.mypagewrap .pmbwrap p a:hover {
  color: #fa2e46;
  border: 2px solid #fa2e46;
}
.mypagewrap .pmbwrap p.pmbbox_01 a:hover span {
  background: url(/assets/img/com/icon_myinfo_r.svg) no-repeat 0 50%;
  background-size: 20px;
}
/*  */
.mypagewrap .pmbwrap p.pmbbox_07 a:hover span {
  background: url(/assets/img/com/ic_support_r.svg) no-repeat 0 50%;
  background-size: 20px;
}
.mypagewrap .pmbwrap p.pmbbox_08 a:hover span {
  background: url(/assets/img/com/ic_buylist_r.svg) no-repeat 0 50%;
  background-size: 20px;
}
/*  */
.mypagewrap .pmbwrap p.pmbbox_02 a:hover span {
  background: url(/assets/img/com/icon_buylist_r.svg) no-repeat 0 50%;
  background-size: 20px;
}
.mypagewrap .pmbwrap p.pmbbox_03 a:hover span {
  background: url(/assets/img/com/icon_selllist_r.svg) no-repeat 0 50%;
  background-size: 20px;
}
.mypagewrap .pmbwrap p.pmbbox_04 a:hover span {
  background: url(/assets/img/com/icon_mintlist_r.svg) no-repeat 0 50%;
  background-size: 20px;
}
.mypagewrap .pmbwrap p.pmbbox_05 a:hover span {
  background: url(/assets/img/com/icon_bank_r.svg) no-repeat 0 50%;
  background-size: 20px;
}
.mypagewrap .pmbwrap p.pmbbox_06 a:hover span {
  background: url(/assets/img/com/icon_calc_r.svg) no-repeat 0 50%;
  background-size: 20px;
}
.mypagewrap .pmbwrap p.pmbbtn a {
  text-align: center;
  color: #999;
  border: 2px solid #999;
  font-size: 16px;
  font-weight: 600;
}
.mypagewrap .pmbwrap p.pmbbtn a:hover {
  color: #000;
  background: #999;
  border: 2px solid #999;
}

.btn_withdraw {
  width: 100%;
  line-height: 48px;
  height: 50px;
  margin: 40px 0 0 0;
  text-align: center;
  color: #999;
  border: 2px solid #999;
  font-size: 16px;
  font-weight: 600;
  border-radius: 10px;
}
.btn_withdraw:hover {
  color: #000;
  background: #999;
  border: 2px solid #999;
}

@media all and (max-width: 1050px) {
  .mypagewrap {
    margin: 0 auto;
  }
}
@media all and (max-width: 801px) {
  .mypagewrap .ptxtbox input,
  .mypagewrap .pmbwrap p a {
    font-size: 16px;
  }
  .myinfowrap .pimgbox .txt {
    width: calc(80% - 80px);
  }
  .myinfowrap .pimgbox .btn_mypage {
    width: 20%;
  }
}
@media all and (max-width: 600px) {
  .mypagewrap h3 {
    font-size: 30px;
  }
  .mypagewrap .ptxtbox input,
  .mypagewrap .pmbwrap p a,
  .mypagewrap .btn_pop a,
  .mypagewrap .pmbwrap .pmbbtn {
    font-size: 15px;
  }
  .myinfowrap .pimgbox {
  }
  .myinfowrap .pimgbox .img {
    width: 70px;
    min-width: 70px;
    height: 70px;
  }
  .myinfowrap .pimgbox .txt {
    width: calc(80% - 70px);
    padding: 0 15px;
  }
}
@media all and (max-width: 500px) {
  .mypagewrap .ptxtbox {
    display: block;
  }
  .mypagewrap .ptxtbox .pmbox {
    width: 100%;
    padding: 0;
  }
  .mypagewrap .ptxtbox .pmbox:first-child {
    margin: 0 0 10px 0;
  }
  .mypagewrap .ptxtbox .pmsbox {
    width: 100%;
    padding: 0;
  }
}
@media all and (max-width: 400px) {
  .mypagewrap.myinfowrap .pimgbox {
    padding: 0;
  }
  .myinfowrap .pimgbox .txt {
    width: calc(100% - 70px);
    padding: 0 0 0 10px;
  }
  .myinfowrap .pimgbox .btn_mypage {
    width: 100%;
    max-width: 100%;
    margin: 20px 0 0 0;
  }
}

/* mkeybox */
.loginwrap .inwrap,
.mkeybox {
  width: 100%;
}
.mkeybox .mkey_txt,
.loginbox .lbox.mkeybox .mkey_txt {
  width: 100%;
  background: #111;
  border: 1px solid #333;
  padding: 15px 20px;
  border-radius: 10px 10px 0 0;
}
.mkeybox .mkey_btn,
.loginbox .lbox.mkeybox .mkey_btn {
  width: 100%;
  line-height: 48px;
  height: 50px;
  background: #666;
  border: 1px solid #666;
  padding: 0;
  border-radius: 0 0 10px 10px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  justify-content: center;
}

@media all and (max-width: 400px) {
  .loginbox .lbox.mkeybox .mkey_txt {
    padding: 10px 15px;
  }
}

/* pop_add_music */
.popwrap.pop_add_music .popwrap_layer .pwrap,
.popwrap.pop_modify_music .popwrap_layer .pwrap {
  max-width: 720px;
}

.pwritewrap .pwbox {
  width: 100%;
  display: block;
}
.pwritewrap .pwbox .inbox {
  width: 100%;
  display: block;
}
.pwritewrap .pwbox .inbox.inbox2 {
  width: 100%;
  display: block;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pwritewrap .pwbox .inbox input {
  width: 100%;
  display: block;
}
.pwritewrap .pwbox .inbox input.readonly {
  border: 1px solid #000;
  background: #000;
  animation: none;
}
.pwritewrap .pwbox .inbox .pw_txt {
  line-height: 48px;
  height: 50px;
  padding: 0 20px;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
  display: inline-block;
}
.pwritewrap .pwbox .inbox .pw_btn {
  width: 30%;
  max-width: 150px;
  line-height: 48px;
  height: 50px;
  justify-content: center;
  padding: 0;
  border-radius: 0 10px 10px 0;
  background: #666;
  border: 1px solid #666;
  font-size: 16px;
  font-weight: 600;
}
/* 1022 */
.pwritewrap .pwbox .instxt {
  width: 100%;
  width: 100%;
  color: #999;
  padding: 10px 0 0 5px;
  line-height: 1.4;
}

.file_loading {
  width: 100%;
}
.file_loading .play_loading {
  width: 100%;
  text-align: center;
  font-weight: 600;
  margin: 10px 0 0 0;
  height: 5px;
}
.file_loading .play_loading p {
  position: relative;
  width: 100%;
  height: 5px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 5px;
}
.file_loading .play_loading p span {
  position: absolute;
  left: 0;
  display: inline-block;
  height: 5px;
  background-color: #ed1c24;
  font-size: 0;
  border-radius: 5px;
}
.file_loading .fltxt {
  padding: 0 0 0 35px;
  margin: 9px 0 0 0;
  background: url(/assets/img/content/file_loading.svg) no-repeat 0 50%;
  background-size: 30px;
  color: #999;
}
.file_loading .fltxt.done {
  padding: 0 0 0 18px;
  margin: 9px 0 0 0;
  background: url(/assets/img/content/check_w.svg) no-repeat 0 50%;
  background-size: 13px;
  color: #fff;
}

.createwrap .play_loading {
  margin: 0;
}
.createwrap .file_loading .fltxt,
.createwrap .file_loading .fltxt.done {
  margin: 0 0 5px 0;
}

/* pop_create_done */
.popwrap.pop_create_done .popwrap_layer .pwrap {
  max-width: 720px;
}
.cdonewrap {
  padding: 0 0 30px;
}
.cdonewrap .cdimgbox {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 0 0 20px 0;
}
.cdonewrap .cdimgbox .img {
  position: relative;
  width: 150px;
  min-width: 150px;
  height: 150px;
  text-align: center;
  background: #111;
  border: 1px solid #333;
  overflow: hidden;
  display: block;
  border-radius: 8px;
}
.cdonewrap .cdimgbox .img span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: inline-block;
}
.cdonewrap .cdimgbox .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;
}
.cdonewrap .cdimgbox .txt {
  display: block;
  font-weight: 600;
  padding: 0 0 0 30px;
}
.cdonewrap .cdimgbox .txt strong {
  width: 100%;
  display: block;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
}
.cdonewrap .cdimgbox .txt span {
  width: 100%;
  display: block;
  padding: 10px 0 0 0;
  line-height: 1.5;
}

.cdonewrap .cdtxtbox {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  margin: 10px 0 0 0;
  padding: 0;
}
.cdonewrap .cdtxtbox p {
  line-height: 48px;
  height: 50px;
}
.cdonewrap .cdtxtbox p.tit {
  width: 23%;
  max-width: 150px;
  min-width: 80px;
  font-weight: 600;
  padding: 0;
  background: #666;
  border: 1px solid #666;
  text-align: center;
  border-radius: 10px 0 0 10px;
}
.cdonewrap .cdtxtbox p.txt {
  width: 77%;
  display: block;
  padding: 0 20px;
  background: #191919;
  border: 1px solid #555;
  border-radius: 0 10px 10px 0;
}

@media all and (max-width: 500px) {
  .cdonewrap .cdimgbox {
    display: block;
  }
  .cdonewrap .cdimgbox .img {
    margin: 0 auto;
  }
  .cdonewrap .cdimgbox .txt {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .cdonewrap .cdimgbox .txt strong {
    text-align: center;
  }
  .cdonewrap .cdimgbox .txt span {
    text-align: center;
  }
}
@media all and (max-width: 400px) {
  .cdonewrap .cdtxtbox p.txt {
    padding: 0 15px;
  }
}

/* pop_play_album */
.popwrap.pop_play_album .popwrap_layer .pwrap {
  max-width: 720px;
}
.pop_play_album .pop_tit h3 {
  display: flex;
  justify-content: start;
  align-items: center;
}
.pop_play_album .pop_tit h3 .time {
  font-size: 15px;
  padding: 0 20px 0 10px;
  display: inline-block;
  background: url(/assets/img/content/play_w.svg) no-repeat right 50%;
  background-size: 12px;
}
.pop_play_album .pop_tit h3 .time span {
  color: #fff;
  font-weight: 400;
}

.ppmwrap_bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 22;
  width: 100%;
  height: 100%;
}
.ppmwrap_bg span {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 22;
  display: inline-block;
  filter: blur(25px);
  background-color: rgb(0, 0, 0);
}
.ppmwrap_bg span img {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.3s linear;
}
.ppmwrap_bg span:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 23;
  content: "";
  display: inline-block;
  clear: both;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

/* tabeventwrap */
.tabalbumwrap {
  width: 100%;
}

.tabalbumbtn {
  position: relative;
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 41px;
  background: rgba(0, 0, 0, 0.3);
}
.tabalbumbtn a {
  width: 50%;
  font-weight: 600;
  font-size: 16px;
  line-height: 41px;
  height: 41px;
  text-align: center;
  color: rgb(255, 255, 255);
  opacity: 0.5;
}
.tabalbumbtn a:before {
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 1;
}
.tabalbumbtn a.on {
  position: relative;
  left: 0;
  top: 0;
  opacity: 1;
  z-index: 2;
}
.tabalbumbtn a.on:before {
  left: 0;
  content: "";
  display: inline-block;
  clear: both;
  width: 96px;
  height: 41px;
  border-radius: 41px;
  background: rgba(255, 255, 255, 0.4);
  animation: switch_left 0.5s;
  -moz-animation: switch_left 0.5s;
  -webkit-animation: switch_left 0.5s;
  -o-animation: switch_left 0.5s;
}

.tabalbumbtn a:last-child:before {
  left: -100%;
}
.tabalbumbtn a.on:last-child:before {
  left: 0;
  animation: switch_right 0.5s;
  -moz-animation: switch_right 0.5s;
  -webkit-animation: switch_right 0.5s;
  -o-animation: switch_right 0.5s;
}

.tabalbumbox {
  width: 100%;
  padding: 30px 0 0 0;
  position: relative;
  animation: fadein 0.5s;
  -moz-animation: fadein 0.5s;
  -webkit-animation: fadein 0.5s;
  -o-animation: fadein 0.5s;
}

.ppmwrap {
  width: 100%;
  position: relative;
  z-index: 24;
}
.ppmwrap .ppmimg {
  width: 100%;
  width: 100%;
  max-width: 400px;
  text-align: center;
  margin: 0 auto;
}
.ppmwrap .ppmimg .img {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
  display: inline-block;
}
.ppmwrap .ppmimg .img p {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: block;
}
.ppmwrap .ppmimg .img p span {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.ppmwrap .ppmimg .img p span img {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.3s linear;
}

.ppmwrap .ppmtxt {
  width: 100%;
  display: block;
  text-align: center;
}
.ppmwrap .ppmtxt strong {
  width: 100%;
  display: block;
  font-size: 20px;
  font-weight: 600;
  padding: 5px 0 0 0;
  line-height: 1.3;
}
.ppmwrap .ppmtxt span {
  width: 100%;
  display: block;
  font-size: 15px;
  font-weight: 300;
  padding: 3px 0 0 0;
  line-height: 1.3;
}

.ppmswrap {
  width: 100%;
  position: relative;
  z-index: 24;
}

.ppmplay {
  width: 100%;
  display: inline-block;
  padding: 65px 0 20px 0;
  text-align: center;
  justify-content: center;
}
.ppmplay .play_rating {
  width: 100%;
  max-width: 400px;
  text-align: center;
  font-weight: 600;
  margin: 0 auto;
  height: 10px;
}
.ppmplay .play_rating p {
  position: relative;
  width: 100%;
  height: 3px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.5);
}
.ppmplay .play_rating p span {
  position: absolute;
  left: 0;
  display: inline-block;
  height: 3px;
  background-color: #ed1c24;
  font-size: 0;
}
.ppmplay .play_rating p span:before {
  position: absolute;
  left: auto;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  content: "";
  display: inline-block;
  clear: both;
  width: 13px;
  height: 13px;
  border-radius: 100%;
  background: #ed1c24;
}

.ppmplay .timebox {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}
.ppmplay .timebox span {
  width: 50%;
  text-align: left;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
}
.ppmplay .timebox span.all {
  text-align: right;
}

.playbtn {
  width: 100%;
  text-align: center;
  padding: 40px 0 0 0;
}
.playbtn a {
  width: 40px;
  height: 40px;
  margin: 0 18px;
}
.playbtn a span {
  font-size: 0;
  text-indent: -9999em;
  overflow: hidden;
}
.playbtn a.m_prev {
  background: url(/assets/img/content/prev_M.svg) no-repeat center 50%;
  background-size: 28px;
}
.playbtn a.m_stop {
  background: url(/assets/img/content/Pause_M.svg) no-repeat center 50%;
  background-size: 34px;
  margin: 0 19px;
}
.playbtn a.m_play {
  background: url(/assets/img/content/Play_M.svg) no-repeat center 50%;
  background-size: 34px;
  margin: 0 19px;
}
.playbtn a.m_next {
  background: url(/assets/img/content/prev_M.svg) no-repeat center 50%;
  background-size: 28px;
}
.playbtn a.back_10s {
  background: url(/assets/img/content/back_10s.svg) no-repeat center 50%;
  background-size: 40px;
  opacity: 0.5;
}
.playbtn a.to_10s {
  background: url(/assets/img/content/to_10s.svg) no-repeat center 50%;
  background-size: 40px;
  opacity: 0.5;
}
.playbtn a.back_10s:hover,
.playbtn a.to_10s:hover,
.playbtn a.back_10s:focus,
.playbtn a.to_10s:focus {
  opacity: 1;
}

@media all and (max-width: 801px) {
  .ppmwrap .ppmtxt strong {
    font-size: 24px;
  }
  .ppmwrap .ppmtxt span {
    font-size: 16px;
  }
}
@media all and (max-width: 600px) {
  .ppmplay {
    padding: 45px 0 10px 0;
  }
  .ppmwrap .ppmtxt strong {
    font-size: 22px;
  }
  .ppmwrap .ppmtxt span {
    font-size: 15px;
  }

  .playbtn a {
    margin: 0 10px;
  }
  .playbtn a.m_prev {
    background-size: 22px;
  }
  .playbtn a.m_stop {
    background-size: 28px;
    margin: 0 10px;
  }
  .playbtn a.m_play {
    background-size: 28px;
    margin: 0 10px;
  }
  .playbtn a.m_next {
    background-size: 22px;
  }
  .playbtn a.back_10s {
    background-size: 34px;
  }
  .playbtn a.to_10s {
    background-size: 34px;
  }
}

@media all and (max-width: 480px) {
  .ppmplay {
    padding: 40px 0 10px 0;
  }
  .playbtn a {
    margin: 0 8px;
  }
  .playbtn a.m_prev {
    background-size: 20px;
  }
  .playbtn a.m_stop {
    background-size: 26px;
    margin: 0 8px;
  }
  .playbtn a.m_play {
    background-size: 26px;
    margin: 0 8px;
  }
  .playbtn a.m_next {
    background-size: 20px;
  }
  .playbtn a.back_10s {
    background-size: 32px;
  }
  .playbtn a.to_10s {
    background-size: 32px;
  }
}
@media all and (max-width: 400px) {
  .playbtn a {
    margin: 0 5px;
  }
  .playbtn a.m_prev {
    background-size: 18px;
  }
  .playbtn a.m_stop {
    background-size: 22px;
    margin: 0 5px;
  }
  .playbtn a.m_play {
    background-size: 22px;
    margin: 0 5px;
  }
  .playbtn a.m_next {
    background-size: 18px;
  }
  .playbtn a.back_10s {
    background-size: 28px;
  }
  .playbtn a.to_10s {
    background-size: 28px;
  }
  .playbtn a:first-child {
    margin-left: 0;
  }
  .playbtn a:last-child {
    margin-right: 0;
  }
}

@media all and (max-width: 350px) {
  .playbtn a {
    width: 36px;
    height: 36px;
  }
}
@media all and (max-width: 320px) {
  .playbtn a {
    width: 30px;
    height: 30px;
  }
}

.videoBox {
  position: relative;
  width: 100%;
  max-width: 100%;
  max-height: 500px;
  padding: 0;
  font-size: 14px;
  overflow: hidden;
  margin: 0 auto;
}
.videoBox video,
.videoBox video div,
.videoBox source {
  overflow: hidden;
}
.videoBox .fullBtn {
  position: absolute;
  top: auto;
  bottom: 20px;
  left: auto;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  z-index: 23;
  background: rgba(0, 0, 0, 0.18) url(/assets/img/content/icon_full.svg)
    no-repeat center 50%;
  background-size: 20px;
}
.videoBox .fullBtn span {
  font-size: 0;
  text-indent: -9999em;
  overflow: hidden;
}
.gray_bd .videoBox {
  padding: 0;
}

/* pop_app_download */
.popwrap.pop_app_download_talk .popwrap_layer .pwrap,
.popwrap.pop_app_download_koongnft .popwrap_layer .pwrap {
  max-width: 720px;
}
.popwrap.pop_app_download_koong .popwrap_layer .pwrap {
  max-width: 388px;
}
.appdownload {
  width: 100%;
  display: block;
}
.appdownload h4 {
  width: 100%;
  display: block;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  padding: 110px 0 25px 0;
  background: url(/assets/img/content/logo_app.svg) no-repeat center 0;
  background-size: 90px;
}

.popwrap.pop_app_download_talk .appdownload h4 {
  background: url(/assets/img/com/koongtalk_red.svg) no-repeat center 0;
  background-size: 90px;
}
.appdownload p {
  width: 100%;
  display: block;
  font-size: 15px;
  text-align: center;
}
.appdownload.ktxt p {
  text-align: left;
  font-size: 16px;
}
.appdownload.ktxt p span {
  color: #ed1c24;
}
.appdownload .adbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px 0 0 0;
}
.appdownload .adbox a {
  width: 50%;
  margin: 0 5px;
  line-height: 58px;
  height: 60px;
  border: 2px solid #999;
  border-radius: 10px;
  text-align: center;
}
.appdownload .adbox a:first-child {
  margin-left: 0;
}
.appdownload .adbox a:last-child {
  margin-right: 0;
}
.appdownload .adbox a:hover {
  border: 2px solid #999;
  border-radius: 10px;
  text-align: center;
}
.appdownload .adbox a span {
  font-size: 0;
  text-indent: -9999em;
}
.appdownload .adbox .googleplay {
  background: url(/assets/img/member/playstore_w.svg) no-repeat center 50%;
  background-size: 130px;
}
.appdownload .adbox .appstore {
  background: url(/assets/img/member/appstore_w.svg) no-repeat center 50%;
  background-size: 120px;
}
.appdownload .adbox .googleplay:hover {
  background: #999 url(/assets/img/member/playstore_bk.svg) no-repeat center 50%;
  background-size: 130px;
}
.appdownload .adbox .appstore:hover {
  background: #999 url(/assets/img/member/appstore_bk.svg) no-repeat center 50%;
  background-size: 120px;
}

@media all and (max-width: 801px) {
  .appdownload .adbox a {
    line-height: 54px;
    height: 56px;
  }
}
@media all and (max-width: 600px) {
  .appdownload .adbox {
    padding: 40px 0 0 0;
  }
  .appdownload .adbox a {
    line-height: 48px;
    height: 50px;
  }
}
@media all and (max-width: 500px) {
  .appdownload .adbox .googleplay,
  .appdownload .adbox .googleplay:hover {
    background-size: 110px;
  }
  .appdownload .adbox .appstore,
  .appdownload .adbox .appstore:hover {
    background-size: 100px;
  }
}
@media all and (max-width: 320px) {
  .appdownload .adbox .googleplay,
  .appdownload .adbox .googleplay:hover {
    background-size: 100px;
  }
  .appdownload .adbox .appstore,
  .appdownload .adbox .appstore:hover {
    background-size: 90px;
  }
}
@media all and (max-width: 300px) {
  .appdownload .adbox .googleplay,
  .appdownload .adbox .googleplay:hover {
    background-size: 90px;
  }
  .appdownload .adbox .appstore,
  .appdownload .adbox .appstore:hover {
    background-size: 80px;
  }
}

/* .market_fullscreen */
.popwrap.pop_market_fullscreen .bg,
.popwrap.pop_img_fullscreen .bg {
  background: rgba(0, 0, 0, 1);
}
.market_fullscreen,
.img_fullscreen {
  width: 100%;
  text-align: center;
  height: 100%;
  padding: 50px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.market_fullscreen img,
.img_fullscreen img {
  max-width: 100%;
  max-height: 100%;
}

/* pop_album_introduction */
.popwrap.pop_album_introduction .popwrap_layer .pwrap {
  max-width: 720px;
}
.popwrap.pop_view_lyrics .popwrap_layer .pwrap {
  max-width: 720px;
}

.album_introduction {
  position: relative;
  width: 100%;
}
.album_introduction .aiimgbox {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 10px 0;
}
.album_introduction .aiimgbox .img {
  position: relative;
  width: 80px;
  min-width: 80px;
  height: 80px;
  text-align: center;
  background: #111;
  border: 1px solid #333;
  overflow: hidden;
  display: block;
  border-radius: 8px;
}
.album_introduction .aiimgbox .img span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: inline-block;
}
.album_introduction .aiimgbox .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;
}
.album_introduction .aiimgbox .txt {
  display: block;
  font-weight: 600;
  padding: 0 0 0 30px;
  word-break: break-all;
  word-break: keep-all;
}
.album_introduction .aiimgbox .txt strong {
  width: 100%;
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}
.album_introduction .aiimgbox .txt span {
  width: 100%;
  display: block;
  font-size: 15px;
  padding: 5px 0 0 0;
  line-height: 1.4;
}
/* 1021 */
.album_introduction .aitxtbox {
  padding-top: 10px;
}

@media all and (max-width: 801px) {
  .album_introduction {
    height: 400px;
  }
}

/* pop_view_totalEdition */
.popwrap.pop_view_totalEdition .popwrap_layer .pwrap {
  max-width: 720px;
}
.popwrap.pop_view_totalEdition .popwrap_layer .pwrap .pbox {
  margin-top: 0;
}

.tEdition_tit {
  width: 100%;
  padding: 20px 30px 0 30px;
  display: block;
}
.tEdition_tit ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  background: #191919;
  border-radius: 10px;
}
.tEdition_tit ul li {
  padding: 0 5px;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.tEdition_tit ul li.owner {
  width: 80%;
}
.tEdition_tit ul li.price {
  width: 20%;
  min-width: 120px;
}
.tEdition_tit ul li.owner div.no {
  width: 10%;
  max-width: 90px;
  min-width: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tEdition_tit ul li.owner div.nickname {
  width: 90%;
  text-align: center;
}

.tEdition_tit ul li .arrbtn {
  width: 22px;
  display: inline-block;
}
.tEdition_tit ul li .arrbtn a {
  width: 100%;
  height: 50%;
  display: inline-block;
}
/* 1018 */
.tEdition_tit ul li .arrbtn a.edition_up,
.tEdition_tit ul li .arrbtn a.price_up {
  background: url(/assets/img/content/edition_up.svg) no-repeat center bottom;
  background-size: 10px;
}
.tEdition_tit ul li .arrbtn a.edition_down,
.tEdition_tit ul li .arrbtn a.price_down {
  background: url(/assets/img/content/edition_down.svg) no-repeat center 1px;
  background-size: 10px;
}

.tEdition_tit ul li .arrbtn a i {
  font-size: 0;
  text-indent: -9999em;
  overflow: hidden;
}

.tEdition_content a {
  width: 100%;
}
.tEdition_content ul {
  border-bottom: 1px solid #555;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 45px;
}

.tEdition_content ul li {
  padding: 0 5px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tEdition_content ul li {
  width: 100%;
}
.tEdition_content a:hover ul li {
  opacity: 0.5;
}
.tEdition_content ul li.owner {
  width: 80%;
}
.tEdition_content ul li.price {
  /* width: 20%; */
  min-width: 100px;
  text-align: center;
}
.tEdition_content ul li.owner div.no {
  width: 10%;
  max-width: 90px;
  min-width: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tEdition_content ul li.owner div.nickname {
  width: 90%;
}
/* 1022 */
@media (max-width: 1280px){
  .tEdition_content ul li.owner {
      width: 50%;
  }
}
@media all and (max-width: 801px) {
  .tEdition_tit {
    padding: 25px 25px 0 20px;
  }
}
@media all and (max-width: 600px) {
  .tEdition_tit {
    padding: 20px 20px 0 20px;
  }
  .tEdition_tit ul li.owner div.no {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    justify-content: start;
    padding: 0 10px;
  }
  .tEdition_tit ul li.owner div.nickname {
    display: none;
  }
  .tEdition_content ul {
    height: auto;
    padding: 12px 10px;
  }
  .tEdition_content ul li.owner div.no {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    justify-content: start;
  }
  .tEdition_tit ul li.price,
  .tEdition_content ul li.price {
    justify-content: end;
  }
}
@media all and (max-width: 400px) {
  .tEdition_tit {
    padding: 15px 15px 0 15px;
  }
}
@media all and (max-width: 360px) {
  .tEdition_content ul {
    display: inline-block;
  }
}

/* pop_modify_profile */
.popwrap.pop_modify_profile .popwrap_layer .pwrap {
  max-width: 720px;
}
.popwrap.pop_modify_profile .popwrap_layer .pwrap .pbox_scroll {
  padding: 0 22px 0 30px;
}
@media all and (max-width: 801px) {
  .popwrap.pop_modify_profile .popwrap_layer .pwrap .pbox_scroll {
    padding: 0 15px 0 25px;
  }
}
@media all and (max-width: 600px) {
  .popwrap.pop_modify_profile .popwrap_layer .pwrap .pbox_scroll {
    padding: 0 12px 0 20px;
  }
}
@media all and (max-width: 400px) {
  .popwrap.pop_modify_profile .popwrap_layer .pwrap .pbox_scroll {
    padding: 0 8px 0 15px;
  }
}

/* vimgwrap */
.mprofilewrap {
  position: relative;
  width: 100%;
  border: 1px solid #555;
  background: #191919;
  padding: 10px;
  border-radius: 10px;
}
.mprofile_vimgwrap {
  position: relative;
  width: 120px;
  padding: 120px 0 0 0;
  text-align: center;
  background: #111;
  border: 1px solid #333;
  overflow: hidden;
  display: block;
  border-radius: 8px;
  font-size: 0;
}
.mprofile_vimgwrap a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: inline-block;
}
.mprofile_vimgwrap a img {
  width: 100%;
}
.mprofile_vimgwrap .vimg_open {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: inline-block;
}
.mprofile_vimgwrap .vimg_open img {
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.3s linear;
}
.mprofile_vimgwrap .vimg_open .videoThumb {
  width: 100%;
  margin: 0 auto;
}

/* mprofilebox */
.mprofilebox {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.mprofilebox label {
  width: 100%;
  height: 100%;
  display: inline-block;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mprofilebox label .vbtn {
  width: 100%;
  display: inline-block;
  font-size: 15px;
  padding: 0 0 5px 0;
}
.mprofilebox label:hover .vbtn {
  color: #ed1c24;
}
.mprofilebox label .vtxt {
  width: 100%;
  display: inline-block;
  font-size: 14px;
  text-align: center;
  padding: 0 20px;
}
.mprofilebox input[type="file"] {
  /* 파일 필드 숨기기 */
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.mprofilewrap .gallery {
  width: 100%;
  position: relative;
  z-index: 22;
}
.mprofilewrap .gallery img {
  width: 100%;
  min-width: 100%;
}

.mprofile_vimgwrap .vimg_open1 .mprofile_preview-de {
  background-size: 8px;
}
.mprofile_vimgwrap .vimg_open1 .mprofile_preview-de.on {
  display: inline-block;
  position: absolute;
  left: auto;
  right: 5px;
  top: 5px;
  z-index: 25;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 0;
  background: url(/assets/img/com/close_x.svg) no-repeat center 50%;
  opacity: 0.5;
  border: none;
  background-size: 15px;
  animation: opac 1s;
}
.mprofile_vimgwrap .vimg_open1 .mprofile_preview-de.on:hover {
  background: rgba(237, 28, 36, 0.6) url(/assets/img/com/close_x.svg) no-repeat
    center 50%;
  background-size: 12px;
}

.mprofile_vimgwrap .vimg_open2 .mprofile_preview-de {
  background-size: 8px;
}
.mprofile_vimgwrap .vimg_open2 .mprofile_preview-de.on {
  display: inline-block;
  position: absolute;
  left: auto;
  right: 5px;
  top: 5px;
  z-index: 25;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 0;
  background: url(/assets/img/com/close_x.svg) no-repeat center 50%;
  opacity: 0.5;
  border: none;
  background-size: 15px;
  animation: opac 1s;
}
.mprofile_vimgwrap .vimg_open2 .mprofile_preview-de.on:hover {
  background: rgba(237, 28, 36, 0.6) url(/assets/img/com/close_x.svg) no-repeat
    center 50%;
  background-size: 12px;
}

.mprofile_preview {
  width: 100%;
  height: 100%;
}
.mprofile_preview img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.3s linear;
  animation: fadein ease-in 0.3s;
  -moz-animation: fadein ease-in 0.3s;
  -webkit-animation: fadein ease-in 0.3s;
  -o-animation: fadein ease-in 0.3s;
}

.mprofilewrap .stxt {
  width: calc(100% - 170px);
  height: 100%;
  position: absolute;
  right: 10px;
  top: 0;
  color: #999;
  display: flex;
  justify-content: start;
  align-items: center;
  line-height: 1.4;
}
.pop_modify_profile .create_category .abmenu em {
  opacity: 0.5;
}
.pop_modify_profile .create_category .abmenu.on em {
  opacity: 1;
}
.pop_modify_profile .create_category .asmenu {
  z-index: 24;
}
.pop_modify_profile .create_category .asmenu ul li {
  width: 25%;
}

@media all and (max-width: 700px) {
  .pop_modify_profile .create_category .asmenu ul li {
    width: 33.33%;
  }
}
@media all and (max-width: 600px) {
  .mprofilewrap .stxt {
    width: calc(100% - 160px);
  }
}
@media all and (max-width: 570px) {
  .pop_modify_profile .create_category .asmenu ul li {
    width: 50%;
  }
}
@media all and (max-width: 500px) {
  .mprofilewrap .stxt {
    width: calc(100% - 155px);
    font-size: 13px;
  }
}
@media all and (max-width: 400px) {
  .pop_modify_profile .create_category .asmenu ul li {
    width: 100%;
  }
}
@media all and (max-width: 360px) {
  .mprofilewrap .stxt {
    font-size: 12px;
  }
}

@media all and (max-width: 350px) {
  .mprofile_vimgwrap {
    width: 100%;
    padding: 100% 0 0 0;
  }
  .mprofilewrap .stxt {
    position: relative;
    width: 100%;
    left: 0;
    right: auto;
    padding: 10px 0 0 0;
  }
}

.snslink {
  display: block;
  padding: 10px 0 0 0;
}
.snslink .selectbox {
  width: 25%;
  min-width: 130px;
}
.snslink .snstit {
  width: 100%;
  line-height: 1.2;
  text-align: left;
  border-radius: 10px;
  padding: 5px 0;
  color: #bbb;
  font-weight: 600;
}
.snslink p {
  width: 100%;
}
.snslink p input.link {
  width: 100%;
  padding: 0 20px;
}
.snslinkbtn {
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
  padding: 10px 0 0 0;
}
.snslinkbtn a {
  width: 80px;
  line-height: 38px;
  height: 40px;
  text-align: center;
  display: inline-block;
  border-radius: 10px;
  font-size: 16px;
}
.snslinkbtn a span {
  padding: 0;
  display: inline-block;
}
.snslinkbtn a.btn_delete {
  border: 2px solid #666;
  background: #666;
}
.snslinkbtn a.btn_add {
  border: 2px solid #fff;
  background: transparent;
  margin-left: 10px;
}

@media all and (max-width: 600px) {
  .snslinkbtn a {
    font-size: 15px;
  }
}
@media all and (max-width: 450px) {
  .snslink {
    display: block;
  }
  .snslink .selectbox {
    width: 100%;
  }
  .snslink p {
    width: 100%;
    padding: 0;
  }
  .snslinkbtn a {
    font-size: 14px;
  }
}

/* history */
.popwrap.pop_add_myplaylist .popwrap_layer .pwrap,
.popwrap.pop_add_newplaylist .popwrap_layer .pwrap,
.popwrap.pop_modify_newplaylist .popwrap_layer .pwrap,
.popwrap.pop_reason_rejection .popwrap_layer .pwrap {
  max-width: 720px;
}
.popwrap.pop_add_nft .popwrap_layer .pwrap {
  max-width: 720px;
}
.prewrap {
  width: 100%;
  height: 180px;
  padding: 18px 20px 18px 20px;
  border: 1px solid #666;
  background: #191919;
  border-radius: 10px;
  overflow-y: auto;
}
.prebox {
  width: 100%;
  height: 100%;
  font-size: 14px;
  padding: 0 10px 0 0;
  overflow-y: auto;
}

@media all and (max-width: 600px) {
  .prewrap {
    width: 100%;
    height: 180px;
    padding: 13px 15px 13px 15px;
  }
}

.ampbtn {
  width: 100%;
}
.ampbtn a {
  width: 100%;
  border-radius: 25px;
  line-height: 48px;
  height: 50px;
  background: #000;
  border: 1px solid #000;
  text-align: center;
}
.ampbtn a span {
  padding: 0 0 0 21px;
  background: url(/assets/img/content/add_newplaylist.svg) no-repeat 0 50%;
  background-size: 16px;
  line-height: 48px;
  height: 50px;
}
.amplist {
  width: 100%;
  padding: 10px 10px 0 10px;
}
.amplist_imgbox {
  width: 100%;
  padding: 10px 0 0 0;
}
.amplist_imgbox a {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.amplist_imgbox .imgbox {
  font-size: 0;
  position: relative;
  width: 50px;
  min-width: 50px;
  padding: 50px 0 0 0;
  text-align: center;
  overflow: hidden;
  display: block;
  border-radius: 10px;
}
.amplist_imgbox .imgbox span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-width: 100%;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  overflow: hidden;
  display: inline-block;
}
.amplist_imgbox .imgbox 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;
}

.amplist_imgbox .txtbox {
  width: calc(100% - 65px);
  display: inline-block;
}
.amplist_imgbox .txtbox strong {
  width: 100%;
  display: block;
  font-size: 16px;
  line-height: 1.3;
}
.amplist_imgbox .txtbox span {
  width: 100%;
  display: block;
  font-size: 14px;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.5);
}
.amplist_imgbox .txtbox:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  content: "";
  display: inline-block;
  clear: both;
  width: 30px;
  height: 30px;
  background: url(/assets/img/content/add_newplaylist.svg) no-repeat center 50%;
  opacity: 0.5;
}
.amplist_imgbox a:hover .imgbox span img {
  transform: scale(1.1);
}
.amplist_imgbox a:hover .txtbox:before {
  opacity: 1;
}

/* pop_report_music */
.popwrap.pop_report_music .popwrap_layer .pwrap {
  max-width: 720px;
}

.pop_report_music .popwrap_layer .pwrap{
  padding-bottom:10px;
  border-radius: 10px;
}
/*  */

.report_faqbox {
  margin: 0;
}
.report_faqbox .report_que {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 0 10px;
  position: relative;
  border: 1px solid #555;
  margin-bottom: 10px;
  border-radius: 10px;
  background-color: #292929;
}
.report_faqbox .report_que .report_tit {
  position: relative;
  display: inline-block;
  width: calc(100% - 70px);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  padding: 10px 0;
  min-height: 40px;
  display: flex;
  justify-content: start;
  align-items: center;
}

/* 1021 */
.report_faqbox .report_faqbox_desc {
  font-size: 14px;
  color: #ccc;
  margin: 20px 0;
}

.report_faqbox .report_que .arrowwrap {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 30px;
  height: 40px;
}
.report_faqbox .report_que .arrow_open {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/assets/img/content/open_down_small.svg) no-repeat center 50%;
  background-size: 16px;
}
.report_faqbox .report_que .arrow_close {
  display: none;
  width: 100%;
  height: 100%;
  background: url(/assets/img/content/open_up_small.svg) no-repeat center 50%;
  background-size: 16px;
}

.report_faqbox .report_que .arrowwrap span i {
  font-size: 0;
  text-indent: -9999em;
  overflow: hidden;
}

.report_faqbox .report_que.on {
  margin: 0;
  border-radius: 10px 10px 0 0;
  border-bottom: none;
}
.report_faqbox .report_que.on .arrow_open {
  display: none;
}
.report_faqbox .report_que.on .arrow_close {
  display: block;
}

.report_faqbox .report_que input[type="checkbox"] {
  position: absolute;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.report_faqbox .report_que input[type="checkbox"] + label {
  display: inline-block;
  position: relative;
  padding: 0 0 0 25px;
  margin: 0 10px 0 0;
  line-height: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.report_faqbox .report_que input[type="checkbox"] + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  background: transparent url(/assets/img/content/icon_check_lg.svg) no-repeat
    center 50%;
  background-size: 13px;
}
.report_faqbox .report_que input[type="checkbox"]:checked + label::before {
  background: transparent;
  border-color: transparent;
}
.report_faqbox .report_que input[type="checkbox"]:checked + label::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 20px;
  height: 20px;
  border: 1px solid #ed1c24;
  border-radius: 5px;
  background: #ed1c24 url(/assets/img/com/icon_check_w.svg) no-repeat center 50%;
  background-size: 13px;
}
.report_faqbox .report_que input[type="checkbox"] + label i {
  font-size: 0;
  text-indent: -9999px;
  overflow: hidden;
}

.report_faqbox .report_anw {
  display: none;
  overflow: hidden;
  width: 100%;
  padding: 0 10px 10px 10px;
  margin-bottom: 10px;
  background-color: #292929;
  border: 1px solid #555;
  border-top: none;
  border-radius: 0 0 10px 10px;
}
.report_faqbox .report_anw ul {
  width: 100%;
  border-top: 1px solid #666;
  padding: 10px 0 0 0;
}
.report_faqbox .report_anw ul li {
  position: relative;
  width: 100%;
  padding: 0 0 0 28px;
  color: #999;
  font-size: 13px;
}
.report_faqbox .report_anw ul li:before {
  position: absolute;
  left: 19px;
  top: 10px;
  content: "";
  overflow: hidden;
  display: inline-block;
  clear: both;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #999;
}
.report_faqbox .report_anw textarea {
  border: 1px solid #191919;
  padding: 10px;
  font-size: 14px;
  height: 120px;
}

.pop_view_totalEdition .btn_pop,
.pop_report_music .btn_pop {
  padding: 0 30px 20px 30px;
}

@media all and (max-width: 801px) {
  .pop_view_totalEdition .btn_pop,
  .pop_report_music .btn_pop {
    padding: 0 25px 20px 25px;
  }
}
@media all and (max-width: 600px) {
  .pop_view_totalEdition .btn_pop,
  .pop_report_music .btn_pop {
    padding: 0 20px 20px 20px;
  }
  .report_faqbox .report_que .report_tit {
    width: calc(100% - 65px);
  }
  .report_faqbox .report_que .arrowwrap {
    right: 5px;
  }
}
@media all and (max-width: 400px) {
  .pop_view_totalEdition .btn_pop,
  .rpop_report_music .btn_pop {
    padding: 0 15px 15px 15px;
  }
}

/* myw_qrbox */
.myw_qrbox {
  width: 100%;
  padding: 30px 0;
  margin-top: 30px;
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.myw_qrbox .imgbox {
  width: 160px;
}
.myw_qrbox .imgbox span {
  width: 160px;
  height: 160px;
  padding: 14px;
  border-radius: 18px;
  background: #fff;
  display: inline-block;
}
.myw_qrbox .imgbox span img {
  width: 100%;
}
.myw_qrbox .txtbox {
  width: calc(100% - 160px);
  padding: 30px 0 30px 30px;
}
.myw_qrbox .txtbox strong {
  width: 100%;
  display: block;
  font-size: 14px;
  color: #999;
  line-height: 1.3;
}
.myw_qrbox .txtbox span {
  width: 100%;
  display: block;
  padding: 5px 0 0 0;
  font-size: 15px;
  word-break: break-all;
  line-height: 1.3;
}
.myw_qrbox .txtbox .btn {
  width: 100%;
  display: block;
  padding: 10px 0 0 0;
}
.myw_qrbox .txtbox .btn a {
  line-height: 28px;
  height: 30px;
  border: 1px solid #666;
  background: #666;
  border-radius: 5px;
  padding: 0 10px;
}
.qrcbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.qrcbox .qrcoin {
  width: calc(50% - 5px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  background: #000;
  border-radius: 10px;
  margin-right: 5px;
}
.qrcbox .qrcoin input {
  width: calc(100% - 60px);
  line-height: 50px;
  height: 50px;
  border: none;
  padding: 0;
}
.qrcbox .qrcoin span {
  width: 60px;
  text-align: right;
  padding: 0;
  line-height: 50px;
}
.qrcbox a {
  width: calc(50% - 5px);
  border: 2px solid #fff;
  background: transparent;
  border-radius: 10px;
  line-height: 46px;
  height: 50px;
  text-align: center;
  margin-left: 5px;
}

@media all and (max-width: 400px) {
  .myw_qrbox {
    display: block;
  }
  .myw_qrbox .imgbox {
    width: 100%;
    text-align: center;
  }
  .myw_qrbox .txtbox {
    width: 100%;
    padding: 30px 0 0 0;
  }
  .myw_qrbox .txtbox .btn {
    padding: 15px 0 0 0;
  }
  .myw_qrbox .txtbox .btn a {
    width: 100%;
    text-align: center;
    line-height: 34px;
    height: 36px;
  }
  .qrcbox {
    display: block;
  }
  .qrcbox .qrcoin {
    width: 100%;
    margin: 0;
  }
  .qrcbox a {
    width: 100%;
    margin: 10px 0 0 0;
  }
}

/* pwnumwrap */
.pwnumwrap {
  width: 100%;
  max-width: 380px;
}
.pwnumwrap .password_num {
  width: 100%;
  overflow: hidden;
  display: block;
  padding: 40px 0 0 0;
}

.pwnumwrap .password_num input {
  float: left;
  position: relative;
  width: calc(16.66% - 8.33px);
  height: 55px;
  padding: 0;
  margin: 0 10px 0 0;
  text-align: center;
  font-size: 0;
  font-weight: bold;
  vertical-align: middle;
  border-radius: 8px;
  border: solid 2px #333;
  background: #111;
}
.pwnumwrap .password_num input:last-child {
  margin-right: 0;
}
.pwnumwrap .password_num input.on {
  border: solid 2px #999;
  color: #fff;
  animation: fadein 0.3s;
  -moz-animation: fadein 0.3s;
  -webkit-animation: fadein 0.3s;
  -o-animation: fadein 0.3s;
  background: url(/assets/img/com/star.svg) no-repeat center 50%;
  background-size: 10px;
}

.pwnumwrap .password_btn {
  width: 100%;
  overflow: hidden;
  display: block;
  padding: 40px 0 0 0;
}
.pwnumwrap .password_btn button {
  position: relative;
  float: left;
  width: calc(33.33% - 6.66px);
  height: 60px;
  margin: 0 10px 10px 0;
  border: solid 1px #555;
  background: #555;
  border-radius: 8px;
  font-size: 18px;
}
.pwnumwrap .password_btn button:nth-child(3),
.pwnumwrap .password_btn button:nth-child(6),
.pwnumwrap .password_btn button:nth-child(9) {
  margin-right: 0;
}
.pwnumwrap .password_btn button.delete {
  width: calc(66.67% - 3.33px);
  background: #333 url(/assets/img/content/pw_del.svg) no-repeat center 50%;
  background-size: 36px;
  border: solid 1px #333;
  font-size: 0;
  margin-right: 0;
}
.pwnumwrap .password_btn button:hover {
  border: solid 1px #444;
  background: #444;
}
.pwnumwrap .password_btn button.delete:hover {
  background: #444 url(/assets/img/content/pw_del.svg) no-repeat center 50%;
  background-size: 36px;
  border: solid 1px #444;
}
.pwnumwrap .pwbtn {
  width: 100%;
  overflow: hidden;
  display: block;
  padding: 30px 0 0 0;
}
.pwnumwrap .pwbtn a {
  width: 100%;
  max-width: 380px;
  line-height: 48px;
  height: 50px;
  border-radius: 10px;
  text-align: center;
  font-weight: 600;
}

.pop_alarm h3 {
  padding: 0 0 20px;
}
/* alarmlist */
.alarmlist {
  width: 100%;
  height: 100%;
}
.alarmlist .alarmbox {
  width: 100%;
  margin: 10px 0 0 0;
  padding: 15px;
  border-radius: 10px;
  border: solid 1px #444;
  background: #111;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.alarmlist .alarmbox:first-child {
  margin: 0;
}
.alarmlist .alarmbox .imgbox {
  position: relative;
  width: 36px;
  min-width: 36px;
  height: 36px;
  text-align: center;
  background: rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  display: inline-block;
}
.alarmlist .alarmbox .imgbox span {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  font-size: 0;
  text-indent: -9999em;
  overflow: hidden;
  display: inline-block;
}
.alarmlist .alarmbox .txtbox {
  width: calc(100% - 46px);
}
.alarmlist .alarmbox .txtbox p {
  width: 100%;
  line-height: 1.3;
}
.alarmlist .alarmbox .txtbox p.tit strong {
  margin-right: 8px;
}
.alarmlist .alarmbox .txtbox p.tit .new {
  margin-top: 2px;
  font-weight: 600;
  color: #ed1c24;
  font-size: 12px;
  display: inline-block;
}
.alarmlist .alarmbox .txtbox p.txt {
  color: #999;
  padding: 5px 0 0 0;
}
.alarmlist .alarmbox .txtbox p.date {
  font-size: 12px;
  color: #999;
  padding: 2px 0 0 0;
}
.alarmlist .alarmbox.alarm_qna .imgbox span {
  background: url(/assets/img/com/alarm_qna.svg) no-repeat center 50%;
  background-size: 24px;
}
.alarmlist .alarmbox.alarm_approvaldone .imgbox span {
  background: url(/assets/img/com/alarm_approvaldone.svg) no-repeat center 50%;
  background-size: 24px;
}
.alarmlist .alarmbox.alarm_like .imgbox span {
  background: url(/assets/img/com/alarm_like.svg) no-repeat center 50%;
  background-size: 24px;
}
.alarmlist .alarmbox.alarm_selldone .imgbox span {
  background: url(/assets/img/com/alarm_selldone.svg) no-repeat center 50%;
  background-size: 24px;
}
.alarmlist .alarmbox.alarm_fan .imgbox span {
  background: url(/assets/img/com/alarm_fan.svg) no-repeat center 50%;
  background-size: 24px;
}
.alarmlist .alarmbox.alarm_miss .imgbox span {
  background: url(/assets/img/com/alarm_miss.svg) no-repeat center 50%;
  background-size: 24px;
}
.alarmlist .alarmbox.alarm_soldout .imgbox span {
  background: url(/assets/img/com/alarm_soldout.svg) no-repeat center 50%;
  background-size: 24px;
}
.alarmlist .alarmbox.alarm_buydone .imgbox span {
  background: url(/assets/img/com/alarm_buydone.svg) no-repeat center 50%;
  background-size: 24px;
}
.alarmlist .alarmbox.alarm_bank .imgbox span {
  background: url(/assets/img/com/alarm_bank00.svg) no-repeat center 50%;
  background-size: 24px;
}
.alarmlist .alarmbox.alarm_warning .imgbox span {
  background: url(/assets/img/com/alarm_warning.svg) no-repeat center 50%;
  background-size: 24px;
}

@media all and (max-width: 600px) {
  .pop_alarm h3 {
    padding: 0 0 15px;
  }
}
@media all and (max-width: 400px) {
  .pwnumwrap .password_num input {
    height: 50px;
  }
  .pwnumwrap .password_btn button {
    height: 55px;
  }
}
@media all and (max-width: 360px) {
  .pwnumwrap .password_num input {
    height: 46px;
  }
  .pwnumwrap .password_btn button {
    height: 50px;
  }
}
@media all and (max-width: 350px) {
  .alarmlist .alarmbox .txtbox p.tit .new {
    margin-top: 0;
  }
}
@media all and (max-width: 320px) {
  .pwnumwrap .password_num input {
    height: 40px;
  }
}

/* countrybox */
.loginbox .lbox.countrybox input {
  padding: 0 20px;
  background: url(/assets/img/com/icon_cate_down.svg) no-repeat 97% 50%;
  background-size: 18px;
}
.loginbox .lbox.countrybox input.before {
  color: rgba(255, 255, 255, 0.5);
}
.loginbox .lbox.countrybox input.after {
  color: rgba(255, 255, 255, 1);
}

.modify_profile .loginbox .lbox.countrybox input {
  background: #111 url(/assets/img/com/icon_cate_down.svg) no-repeat 97% 50%;
  background-size: 18px;
  border: 1px solid #333;
}
@media all and (max-width: 600px) {
  .loginbox .lbox.countrybox input {
    padding: 0 15px;
    background-size: 16px;
  }
}
@media all and (max-width: 500px) {
  .loginbox .lbox.countrybox input {
    background: url(/assets/img/com/icon_cate_down.svg) no-repeat 96% 50%;
    background-size: 16px;
  }
  .modify_profile .loginbox .lbox.countrybox input {
    background: #111 url(/assets/img/com/icon_cate_down.svg) no-repeat 96% 50%;
    background-size: 16px;
  }
}
@media all and (max-width: 400px) {
  .loginbox .lbox.countrybox input {
    background: url(/assets/img/com/icon_cate_down.svg) no-repeat 95% 50%;
    background-size: 16px;
  }
  .modify_profile .loginbox .lbox.countrybox input {
    background: #111 url(/assets/img/com/icon_cate_down.svg) no-repeat 95% 50%;
    background-size: 16px;
  }
}

/* pop_country_select */
.popwrap.pop_country_select {
  z-index: 25;
}
.popwrap.pop_country_select .popwrap_layer .pwrap {
  max-width: 720px;
}

.plagbox {
  width: 100%;
  padding: 10px 0 0 0;
  overflow: hidden;
  display: block;
}
.plagbox ul {
  width: 100%;
  font-size: 0;
}
.plagbox ul li {
  float: left;
  width: calc(16.66% - 8.3px);
  margin: 0 10px 0 0;
  font-size: 0;
}
.plagbox ul li:nth-child(6n) {
  margin-right: 0;
}
.plagbox ul li a {
  width: 100%;
}
.plagbox ul li a span {
  position: relative;
  width: 100%;
  padding-top: 66.72%;
  border-radius: 5px;
  overflow: hidden;
  display: inline-block;
}
.plagbox ul li a span > img {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.3s linear;
}
.plagbox ul li a strong {
  width: 100%;
  display: block;
  padding: 5px 0 0 0;
  line-height: 1.2;
  font-size: 12px;
  text-align: center;
  height: 40px;
}

.plagbox ul li.on a span:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 24;
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  border: 2px solid #ed1c24;
}
.plagbox ul li.on a span:after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 24;
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6) url(/assets/img/content/check_w.svg) no-repeat
    center 50%;
  background-size: 12px;
}

@media all and (max-width: 620px) {
  .plagbox ul li,
  .plagbox ul li:nth-child(6n) {
    width: calc(20% - 8px);
    margin: 0 10px 0 0;
  }
  .plagbox ul li:nth-child(5n) {
    margin-right: 0;
  }
}
@media all and (max-width: 520px) {
  .plagbox ul li,
  .plagbox ul li:nth-child(6n),
  .plagbox ul li:nth-child(5n) {
    width: calc(25% - 7.5px);
    margin: 0 10px 0 0;
  }
  .plagbox ul li:nth-child(4n) {
    margin-right: 0;
  }
  .plagbox ul li a strong {
    font-size: 11px;
    letter-spacing: -0.2px;
  }
}
@media all and (max-width: 400px) {
  .plagbox ul li,
  .plagbox ul li:nth-child(6n),
  .plagbox ul li:nth-child(5n) {
    width: calc(25% - 4.5px);
    margin: 0 6px 0 0;
  }
  .plagbox ul li:nth-child(4n) {
    margin-right: 0;
  }
}

.secebox {
  width: 100%;
  display: block;
  padding: 30px 0;
}
.secebox strong {
  width: 100%;
  display: block;
  font-size: 18px;
  font-weight: 600;
  padding: 0 0 15px;
}

.pstxtbox {
  width: 100%;
  padding: 16px 20px;
  background: #191919;
  border-radius: 10px;
  margin: 0 0 20px;
}
.pstxtbox span {
  color: #ed1c24;
  font-weight: 600;
}

/* card payment */
.card_container {
  width: 100%;
  max-width: 900px;
  padding: 45px 30px;
  background: #000;
}
.card_container h3 {
  width: 100%;
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  padding: 0 0 40px;
  display: block;
}
.cardwrap {
  width: 100%;
  display: block;
  border-top: 2px solid #999;
  font-size: 0;
}
.cardwrap dl {
  width: 50%;
  float: left;
  border-bottom: 1px solid #555;
  height: 56px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px 0 10px;
}
.cardwrap dl:nth-child(2n) {
  width: calc(50% - 1px);
  border-left: 1px solid #555;
}
.cardwrap dl dt,
.cardwrap dl dd {
  font-size: 14px;
  color: #fff;
  float: left;
  line-height: 1.2;
}
.cardwrap dl dt {
  width: 39.53%;
  min-width: 125px;
}
.cardwrap dl dt .star {
  display: inline-block;
  color: #ed1c24;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 0 4px;
  line-height: 1.2;
}
.cardwrap dl dd {
  width: 60.47%;
}
.cardwrap dl dd input {
  width: 100%;
  line-height: 40px;
  height: 42px;
  border: 1px solid #666;
  color: #fff;
  border-radius: 10px;
  background: #111;
  font-size: 14px;
  padding: 0 10px;
  box-sizing: border-box;
}

.cardbtn {
  width: 100%;
  padding: 40px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cardbtn button {
  width: calc(50% - 5px);
  max-width: 240px;
  padding: 0 15px;
  line-height: 48px;
  height: 50px;
  border-radius: 10px;
  background: #666;
  border: 1px solid #666;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.cardbtn button:first-child {
  margin-right: 10px;
}
.cardbtn button:last-child {
  background: #ed1c24;
  border: 1px solid #ed1c24;
}

@media all and (max-width: 801px) {
  .card_container {
    padding: 35px 20px;
  }
  .cardbtn {
    width: 100%;
    padding: 30px 0 0 0;
  }
  .cardwrap dl {
    padding: 0 10px 0 10px;
  }
}
@media all and (max-width: 768px) {
  .cardwrap dl,
  .cardwrap dl:nth-child(2n) {
    width: 100%;
    float: none;
    border-left: none;
  }
  .cardwrap dl dt {
    width: 25%;
    min-width: 130px;
  }
  .cardwrap dl dd {
    width: 75%;
  }
}

@media all and (max-width: 600px) {
  .card_container {
    padding: 35px 20px;
  }
  .cardwrap dl {
    padding: 0 10px 0 10px;
  }
  .cardbtn {
    width: 100%;
    padding: 30px 0 0 0;
  }
}
@media all and (max-width: 500px) {
  .cardwrap dl {
    padding: 0;
  }
  .cardwrap dl dt,
  .cardwrap dl dd,
  .cardwrap dl dd input {
    font-size: 13px;
  }
  .cardwrap dl dt {
    min-width: 120px;
  }
}
@media all and (max-width: 400px) {
  .card_container {
    padding: 35px 15px;
  }
  .cardwrap {
    padding: 5px 0 0;
  }
  .cardwrap dl {
    clear: both;
    display: block;
    height: auto;
    padding: 12px 0;
    height: 80px;
    border-bottom: none;
  }
  .cardwrap dl dt {
    width: 100%;
    display: block;
    line-height: 1.2;
    padding: 0 0 5px;
  }
  .cardwrap dl dd {
    width: 100%;
    display: block;
  }
}

.popwrap .pbox .ptxt {
  position: relative;
}
.popwrap .pbox .ptxt .keyShow {
  height: 50px;
  top: 26px;
}

@media all and (max-width: 320px) {
  .popwrap .pbox .ptxt .keyShow {
    top: 25px;
  }
}

/* tabbankwrap */
.tabbankwrap {
  width: 100%;
  padding: 20px 0 0 0;
}

.tabbankbtn {
  position: relative;
  width: 100%;
  display: block;
  margin: 0 0 20px;
}
.tabbankbtn span:nth-child(1) {
  margin-right: 40px;
}

.tabbankbtn .icon_info {
  position: relative;
  z-index: 100;
  display: inline-block;
  margin-left: 5px;
  cursor: pointer;
}
.tabbankbtn .pop_info {
  display: none;
  z-index: 100;
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  width: 100%;
  background: #333;
  padding: 15px 20px;
  font-size: 13px;
  font-weight: 300;
  border-radius: 10px;
  border: 1px solid #333;
  color: #ccc;
  line-height: 1.6;
  -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);
}
.tabbankbtn span:nth-child(3):hover .pop_info {
  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;
}

.tabbankbtn .pop_info.on {
  display: block;
}

/* bankbox */
.bankbox {
  width: 100%;
}
.bankbox span {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  margin: 8px 0 0 0;
}
.bankbox span:first-child {
  margin: 0;
}
.bankbox span input {
  width: 100%;
}
.bankbox span input:nth-child(2),
.bankbox span input:nth-child(3) {
  margin-left: 8px;
}
.bankbox .flex2 input {
  width: calc(50% - 4px);
}
.bankbox .flex3 .bank {
  width: calc(27% - 8px);
}
.bankbox .flex3 .holder {
  width: calc(27% - 8px);
}
.bankbox .flex3 .phone {
  width: 46%;
}
@media all and (max-width: 860px) {
}
@media all and (max-width: 700px) {
  .bankbox .flex3 .bankbox .bank,
  .bankbox .flex3 .bankbox .holder {
    width: calc(50% - 4px);
  }
  .bankbox .flex3.bankbox .phone {
    width: 100%;
    margin: 8px 0 0 0;
  }
}

@media all and (max-width: 500px) {
  .bankbox span {
    display: block;
  }
  .bankbox .flex2 input,
  .bankbox .flex3 .bank,
  .bankbox .flex3 .holder,
  .bankbox .flex3 .phone {
    width: 100%;
  }
  .bankbox span input:nth-child(2),
  .bankbox span input:nth-child(3) {
    margin: 8px 0 0 0;
  }
}


/* NFT Ticket */

.layer-scroll-area {
  -ms-overflow-style: none;
  overscroll-behavior-y: contain;
  min-height: 100%;
  height: 100%;
}
.layer-scroll-area::-webkit-scrollbar {
  display: none;
}

.close-layer > span {
  text-indent: -9999px;
  visibility: hidden;
}


/* QR 수신시 컨텐츠 노출 */
.toggle-QR-content {
  height: 0;
  overflow: hidden;
  transition: height 0.8s ease;
}
.mapNLoc {
  height: 0;
  overflow: hidden;
  transition: height 0.8s ease;
}
.mapNLoc.open {
  height: 100%;
}
.toggle-QR-content.open {
  height: 100%;
}

.user_profile_Img {
  border-radius: 50%;
  overflow: hidden;
}

/* */

/*alert*/
.create-ticket form label.confirm .sms-alert {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
    height: 90px;
    background: rgba(0, 0, 0, 0.9);
    font-size: 20px;
    color:#fff;
    letter-spacing: 0.2px;
    line-height: 24px;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.7s ease;
}
/* 1120 overflow */
#pop-nft-ticket section{
  overflow: visible;
}

/* QR modify */

.page-bg {
  background-color: transparent;
  height: 100vh;
}

.blind-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip-path: polygon(0 0, 0 0, 0 0);
}

.layer-wrap {
  width:100%;
  height:100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 1000;
  font-family: "Montserrat";
  color: #000;
}

.layer-scroll-area {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
  display: grid;
  place-items: center;
  padding: 120px 0;
}
.layer-scroll-area {
  -ms-overflow-style: none;
}
.layer-scroll-area::-webkit-scrollbar {
  display: none;
}
.layer-window {
  position: relative;
  margin: auto;
  width: 768px;
  height: auto;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 12px;
  padding: 50px 40px;
  z-index: 1;
}
.layer-window .round,
.btn-create{
  border-radius: 10px;
}
.close-layer {
  position: absolute;
  right: 0;
  bottom: calc(100% + 30px);
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 2px;
  border: none;
}
.close-layer > span {
  text-indent: -9999px;
  visibility: hidden;
}

.close-layer::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 2px;
  top: 50%;
  left: 50%;
  background-color: #000;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.close-layer::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 2px;
  top: 50%;
  left: 50%;
  background-color: #000;
  transform: translate(-50%, -50%) rotate(45deg);
}

.own-mark img {
  width: 40px;
  height: auto;
  border-radius: 80px;
}
.own-mark {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  align-items: center;
  gap: 10px;
  width:35%;
}
.img-zone {
  background-color: #fff;
  display: block;
  aspect-ratio: 79/30;
  overflow: hidden;
  position: relative;
  background: url("https://koong.world/nft/v1/album/20240828/af01176f9bb44cc18c3f156b30c0241d.png") no-repeat center center / cover;
}
/*  */
.img-zone-ticket{
  aspect-ratio: 30/30;
}

.img-zone-ticket .edition-no{
	position:absolute;
	top:15px;
	margin-left:15px;
	padding:2px 25px;
	color:#fff;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.55);
	border-radius: 5px;
}
.img-zone-ticket .edition-no .no-title{
	font-size:14px;
}
.img-zone-ticket .edition-no .no{
	font-size:20px;
	font-weight: 600;
	margin-left:4px;
}
@media (width <= 768px){
	.img-zone-ticket .edition-no .no-title{
		font-size:13px;
	}
	.img-zone-ticket .edition-no .no{
		font-size:17px;
	}
	.img-zone-ticket .edition-no{
		padding:0px 22px;
	}
}

.img-zone .img-text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px 15px;
  background-color: rgba(0, 0, 0, 0.75);
  transform: translateY(0);
  z-index: 665;
}
.img-zone .img-text > p {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  letter-spacing: 0.2px;
  line-height: 1.25;
  font-weight: 500;
}
.img-zone .img-text > p span:nth-child(2){
  width:70%;
  text-align:right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left:10px;
}
.ticket-box {
  height:70px;
  box-shadow: -1px 1px 20px rgba(0, 0, 0, 0.15);
  color: #000;
  font-weight: 700;
  line-height: 70px;
  padding: 0 20px;
  text-align: center;
  background-color: #fff;
  
}
.ticket-own-tit {
  text-align: center;
  font-weight: 600;
}

.create-ticket {
  background-color: #000;
  padding: 90px 55px;
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.create-ticket h3 {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 44px;
}
/* select-height */
.create-form {
  margin-top: 126px;
  position:relative;
}
/* error-text-position */
.create-form .error_txt{
  position:absolute;
  left:0;
  z-index:20;
  margin-top:-25px;
  padding-left:0;
}
.create-form .qr_choose_artist_error{
  position:inherit;
  padding-top:5px;
}

.create-ticket form label + label {
  display: block;
  margin-top: 20px;
}

/* .create-ticket form {} */
.create-ticket form input[type="text"] {
  display: block;
  width: 100%;
  height: 64px;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #fff;
  line-height: 1.25;
  background-color: transparent;
  color: #fff;
  font-weight: 400;
  font-family: "Montserrat";
  margin-bottom:20px;
}
/*  */
.create-ticket form label .select-wrap + input[type="text"] {
  padding-left:110px;
}
.create-ticket form label {
  position: relative;
}
.create-ticket form .select-wrap {
  position: absolute;
  z-index:2000;
}
.create-ticket form .select-wrap select {
  height: 64px;
  border: none;
  padding:0 22px 0 0;
  line-height: 1.25;
  background-color: transparent;
  color: #fff;
  font-weight: 500;
}
.nameText,
.customSelect,
.confirmNumber{
	padding-left:0;
}
.create-ticket form input[type="text"]::placeholder {
  font-weight: 400;
}
.confirm {
  position: relative;
}
/* 1024 */
.confirm button {
  border: none;
  background-color: rgba(255, 255, 255, 0.75);
  color: #fff;
  width: 84px;
  height: 31px;
  line-height:32px;
  border-radius:90px;
  position: absolute;
  right: 0;
  bottom: 10px;
  font-family: sans-serif;
  font-size: 15px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  text-align: center;
  align-items:center;
  justify-content:center;
  flex-wrap: wrap;
}

.btn-create {
  display: block;
  width: 100%;
  height: 70px;
  text-align: center;
  border-radius: 8px;
  background-color: #fff;
  color: #000;
  font-weight: bold;
  border: none;
}

.qr-box {
  display: grid;
  position: relative;
  grid-template-columns: auto 38%;
  align-items: center;
  gap: 20px;
  padding: 75px 55px;
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  justify-content: center;
  justify-items: center;
}
.qr-box .expiration-cover {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  position: absolute;
  inset: 0px 0px;
  background: rgba(255, 255, 255, 0.95);
  justify-content: center;
  align-items: center;
}
.qr-box .expiration-cover .expiration-txt {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding:23px 34px;
  border: 2.5px solid #c2000b;
  color: #c2000b;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  /* letter-spacing: 0.2px; */
}
.qr-box .qr-timer {
  margin-top: 17px;
  font-size:20px;
  color: #c2000b;
  line-height: normal;
}
/* animation */
.qr-box .qr-timer img {
  display: block;
  width: 24px;
  height: 24px;
  float: left;
  animation: rotateT 1.2s linear infinite;
}
@keyframes rotateT{
  from { transform: rotate(360deg); }
  to { transform: rotate(0); }
}
/* animation */
.qr-box .qr-timer span {
  display: inline-block;
  margin-left: 20px;
  letter-spacing: 0.8px;
  line-height:24px;
}
.txt-contents .sub-disc,
.qr-box .box-tit span{
  display: inline-block;  
  font-weight: 700;
}
.qr-box .box-tit span{
  letter-spacing: 0.4px;
  line-height: 40px;
  margin-right:0.4vw;
}
.qr-box .box-tit em{
  display: block;
  width:130px;
  height: 40px;
}
.qr-box .box-tit img{ 
  width:100%;
  height:100%;
  object-fit: cover;
}
.qr-image {
  width: 230px;
  height: 230px;
}
.qr-box img {
  object-fit: cover;
  width: 100%;
}
.qr-box .txt-contents {
  display:flex;
  flex-direction: column;
}
.box-tit + span {
  display: block;
  margin-top: 60px;
  font-weight: 800;
}
.qr-list li {
  font-weight: 400;
  white-space: normal;
}
.qr-list li {
  display: inline-block;
  word-break: normal;
}

.location-contents {
  overflow: hidden;
}
.location-contents #map {
  width: 100%;
  height: auto;
  aspect-ratio: 7/3;
}
.caution-contents {
  padding: 40px 20px;
  color: #000;
  background-color: #fff;
  font-family: "Montserrat";
  font-weight: 400;
  letter-spacing: 0.18px;
  line-height: 30px;
}
.caution-list li::before {
  content: "•";
  display: inline-block;
  margin-right: 5px;
}

/*  */
.layer-wrap h2{
  font-weight: 800;
  letter-spacing: 1.1px;
  color:#000;
  text-align: center;
}
.img-text *,
.qr-box .box-tit,
.qr-timer-dp {
  font-size: 20px;
}
.layer-wrap h2,
.layer-wrap p,
.layer-wrap li,
.layer-wrap input,
.btn-create,
.layer-wrap select{
  font-size:20px;
}
.ticket-box,
.txt-contents .sub-disc{
  font-size:27px;
}
.ticket-own-txt{
  text-align: center;
}
p.ticket-own-txt,
.caution-list li{
  font-size:18px;
  color:#000;
}
.layer-wrap .space{
  margin-top:30px;
}
.layer-wrap .space2{
  margin-top:20px;
}
.layer-wrap .space-s{
  margin-top:14px;
}
.layer-wrap .space-l{
  margin-top:40px;
}
.create-ticket form label.confirm .sms-alert.show {
  visibility: visible;
  opacity: 1;
}
.qr-timer span{
  font-size:18px;
}
.create-ticket form label.confirm .sms-alert {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
  height: 90px;
  background: rgba(0, 0, 0, 0.9);
  font-size: 20px;
  color:#fff;
  letter-spacing: 0.2px;
  line-height: 24px;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.7s ease;
}
/* choose-option */
.round .choose-option{
  background-color:transparent;
  width:100%;
  height:64px;
  color:#fff;
  border-radius: 8px;
  padding:0 5px;
  opacity: 0.7;
}
.choose-option option{
  background: rgba(0, 0, 0, 0.9);
  display:block;
  height:64px;
  line-height:64px;
}
.choose-option option[rel="hide"] {
  display: none;
}
/*  */
@media (width <= 768px){
  .layer-wrap{
    background-color: rgba(255, 255, 255, 0.9);
  }
  .close-layer {
    top:20px;
    right:4.4vw;
  }
  .own-mark img {
    width: 5.2vw;
  }
  .layer-wrap h2{
    letter-spacing: 0.1vw;
    margin-top: 5.2vw;
  }
  .qr-box .qr-timer{
    margin-top:2.2vw;
  }
  .qr-box .qr-timer img {
    width: 3.12vw;
    height:3.12vw;
  }
  .qr-box .qr-timer span{
    margin-left:2.6vw;
    line-height: 3.12vw;
  }
  .img-text *,
  .qr-box .box-tit,
  .qr-timer-dp,
  .qr-box .expiration-cover .expiration-txt {
    font-size: 2.6vw;
  }
  .layer-wrap h2,
  .layer-wrap p,
  .layer-wrap li,
  .layer-wrap input,
  .btn-create,
  .layer-wrap select{
    font-size:2.8vw;
  }
  .ticket-box,
  .txt-contents .sub-disc{
    font-size:3.52vw;
  }
  p.ticket-own-txt,
  .caution-list li{
    font-size:2.34vw !important;
  }
  .layer-window{
    width:100vw;
    height:100vh;
    border-radius:0px;
    background-color:transparent;
    padding:70px 4.4vw 9.1vw 4.4vw;
  }
  .layer-scroll-area{
    padding:0;
  }
  .ticket-box,
  .round .choose-option,
  .btn-create{
    height:9.11vw;
    line-height:9.11vw;
  }
  .box-tit + span {
    margin-top: 7.8vw;
  }
  .layer-window .round{
    border-radius:1.3vw ;
  }
  .round .choose-option,
  .btn-create{
    border-radius: 1.04vw;
  }
  .layer-wrap .space{
    margin-top:3.9vw;
  }
  .layer-wrap .space2{
    margin-top:2.6vw;
  }
  .layer-wrap .space-s{
    margin-top:1.8vw;
  }
  .layer-wrap .space-l{
    margin-top:5.2vw;
  }
  .create-form {
    margin-top: 16.4vw;
  }
  .create-ticket form label + label {
    margin-top: 2.6vw;
  }
  .create-ticket {
    padding: 10vw 7.1vw;
  }
  .create-ticket h3 {
    font-size: 5.8vw;
  }
  .confirm button{
    font-size:1.95vw;
  }
  .create-ticket form .select-wrap select {
  	width:57px;
  }
  .create-ticket form .select-wrap select,
  .create-ticket form input[type="text"],
  .round .choose-option {
    height: 8.34vw;
  }
  .create-ticket form .select-wrap select{
    padding-right:2.86vw;
  }
  .create-ticket form label .select-wrap + input[type="text"] {
    padding-left:14.32vw;
  }
  .qr-image {
    width: 29.94vw;
    height: 29.94vw;
  }
  .qr-box .box-tit span{
    line-height:5.2vw
  }
  .qr-box .box-tit em {
    width: 16.92vw;
    height: 5.2vw;
  }
  .qr-box {
    gap: 2.6vw;
    padding: 9.76vw 7.16vw;
  }

  .img-zone .img-text {
    padding: 2.6vw 1.95vw;
  }
  .confirm button {
    width: 10.93vw;
    height: 3.9vw;
    line-height:3.95vw;
    border-radius: 3.9vw;
  }
  .caution-contents {
    padding: 5.2vw 2.6vw;
    line-height: 3.9vw;
  }
  .qr-box .expiration-cover .expiration-txt {
    padding:2.99vw 4.42vw;
  }
  .create-ticket form label.confirm .sms-alert {
    height: 11.71vw;
    font-size:2.6vw;
    top:1.3vw;
  }
  .layer-contents{
    margin-bottom:9.1vw;
    padding-bottom:7vw;
  }
  .qr-timer span{
    font-size:2.34vw;
  }
}
@media (width <= 550px) {
  .confirm button{
    width: 70px;
    height: 24px;
    line-height:25.5px;
    border-radius: 70px;
    font-size: 13px;
  }
}
@media (width <= 430px) {
  .layer-window{
    padding:50px 5.55vw 13.88vw 5.55vw;
    top:0;
  }
  .close-layer {
    top:10px;
    right:5.55vw;
  }
  .img-text *,
  .qr-box .box-tit {
    font-size: 11px;
  }
  .img-zone {
    aspect-ratio: 79 / 32;
  }
  .img-zone-ticket{
    aspect-ratio: 30/30;
  }
  .layer-window .round{
    border-radius:5px;
  }
  .ticket-box{
    height: 40px;
    line-height: 40px;
  } 
  .create-ticket {
    /* height: 95vw; */
    padding: 9.3vw 4.65vw;
  }
  .btn-create {
    height: 9.3vw;
    line-height: 9.3vw;
  }
  .create-ticket form input[type="text"] {
    height: 9.3vw;
  }
  .create-form {
    margin-top: 18.6vw;
  }
  .btn-create{
    border-radius: 4px;
  }
  
  .ticket-box,
  .layer-wrap h2{
    font-size:16px;
  }
  .layer-wrap p,
  .layer-wrap li,
  .layer-wrap input,
  .btn-create,
  .layer-wrap select{
    font-size:13px;
  }

  .txt-contents .sub-disc{
    font-size:14px;
  }
  p.ticket-own-txt,
  .caution-list li,
  .qr-box .expiration-cover .expiration-txt{
    font-size:12px !important;
  }
  .create-ticket h3 {
    font-size: 20px;
  }
  .create-ticket form label .select-wrap + input[type="text"] {
    padding-left:57px;
  }
  .create-ticket form input[type="text"] {
    margin-bottom: 12px;
  }
  .qr-box {
    gap: 10px;
    padding: 8.37vw 4.65vw;
  }
  .qr-image {
    width: 24.88;
    height: 24.88vw;
  }
  .caution-contents {
    padding: 4.65vw;
    line-height: 22px;
  }
  .qr-box .expiration-cover .expiration-txt{
    padding:3vw 4.18vw;
  }
  .layer-contents{
  	padding-bottom:13.88vw;
  }
  .qr-timer span{
	font-size:13px;
	}
  /* 1203 position */
  .create-form .error_txt{
    font-size:13px;
  }
  .create-form .qr_choose_artist_error{
    padding-top:1px;
  }
}
@media (width <= 360px){
  .create-ticket form label + label {
    margin-top: 10px;
  }
  .confirm button{
    top:0;
  }
  .btn-create{
    height:33px;
  }
  .layer-wrap p, .layer-wrap li, .layer-wrap input, .btn-create, .layer-wrap select {
    font-size: 12px;
  }
  .ticket-own-tit{
    font-size: 14px !important;
  }
  .create-ticket form label.confirm .sms-alert {
    font-size:11px;
    height:11.94vw;
  }
  
}
.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select-wrap .custom-select-qr{
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #fff;
    width: 100px;
    height: 64px;
    line-height:64px;
}
.select-artist .custom-select-qr{
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    color:rgba(255, 255, 255, 0.7);
    width: 100%;
    height: 64px;
    line-height:64px;
    margin-top: 20px;
}
.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
  padding: 0 15px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  
}
.select-artist .select-styled{
    border-radius: 6px;
    background-color: #222;
    letter-spacing:0.5px;
}
.select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 30px;
  right: 10px;
}
.select-styled:hover {
  background-color: #222;
}
.select-wrap .select-styled:hover {
  background-color: transparent;
}
.select-styled:active, .select-styled.active{
  background-color: #222;
  color:#fff;
}
.select-wrap .select-styled:active, .select-wrap .select-styled.active{
  background-color: transparent;
}
.select-styled:active:after, .select-styled.active:after {
  top: 20px;
  border-color: transparent transparent #fff transparent;
}

/* 1120-auto-height */
.select-options {
  display: none;
  position: absolute;
  top: 110%;
  right: 0;
  left: 0;
  z-index: 2000;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #222;
  border-radius: 6px;
  height: fit-content;
  max-height:230px;
  overflow-y: auto;
  overflow-x:hidden;
}
.select-options li {
  margin: 0;
  font-size:16px;
  padding: 0 15px;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.select-options li:hover, .select-options li.is-selected {
  background: #111;
}
.select-options li[rel="hide"] {
  display: none;
}
.confirm .phoneNumber{
    padding-left:110px;
}
@media(width <= 768px){
  .select-options {
    max-height:30vw;
  }
  .select-wrap .custom-select-qr,
  .select-artist .custom-select-qr {
        height: 8.34vw;
        line-height: 8.34vw;
        font-size: 2.8vw;
  }
  .select-artist .custom-select-qr{
    margin-top:2.52vw;
  }
    .select-options li,
    .custom-select-qr .select-styled{
        font-size: 2.8vw;
    }
    .select-wrap .select-styled{
        bottom:20px;
    }
    .select-styled {
        padding: 0 10px;
    }

    .select-styled:after {
        border: 5px solid transparent;
        border-color: #fff transparent transparent transparent;
        top: 3.9vw;
    }
    
    .select-styled:active:after, .select-styled.active:after {
        top: 2.6vw;
    }
    .select-wrap .custom-select-qr {
        width:14.02vw;
    }
    .confirm .phoneNumber{
        padding-left:14.72vw;
    }  
    .select-artist .select-styled {
        border-radius: 4px;
    } 
}
@media(width <= 430px){
    .select-wrap .custom-select-qr {
        width:60px;
    }
    .confirm .phoneNumber{
        padding-left:65px;
    } 
    .select-options {
      max-height:33vw;
    }
    .select-wrap .custom-select-qr,
    .select-artist .custom-select-qr {
        height: 9.3vw;
        line-height: 9.3vw;
        font-size: 11px;
    }
    .select-options li,
    .custom-select-qr .select-styled{
        font-size: 11px;
    }
}
@media(width <= 360px){
    .select-wrap .custom-select-qr,
    .select-artist .custom-select-qr {
        font-size: 10px;
    }
    .select-options li,
    .custom-select-qr .select-styled{
        font-size: 10px;
    }
}


.sns-login{
	display:flex;
	flex-direction: row;
	justify-content: center;
}
.sns-login span{
	display:block;
}
.sns-login span:last-child{
	margin-left:9px;
	text-align:left;
}
.google-logo{	
	width:33px;
	height:48px;
} 
.google-logo img{
	width:18px;
	height:18px;
	padding:15px 15px 15px 0;
	object-fit:cover;
	
}

@media (max-width: 360px) {
	.sns-login span:last-child{
	margin-left:0px;
	}
}
