@charset "utf-8";

/* reset */
* {
  margin: 0;
  padding: 0;
}

html {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  padding: 0;
  min-width: 280px;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
html::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera*/
}

html:root {
  border: none;
  display: block;
}
body {
  overflow-y: scroll;
  color: #fff;
  background: #000;
  word-break: break-all;
  word-break: keep-all;
  word-wrap: break-word;
}
html,
body {
  position: relative;
  width: 100%;
  height: 100%;
  min-width: 270px;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: "Pretendard", "Dotum", sans-serif;
  vertical-align: top;
  font-weight: 400;
  line-height: 1.6;
}
.wbody {
  background: #fff;
  color: #161a1a;
}

body {
  -ms-overflow-style: none; /* IE and Edge */
}
body::-webkit-scrollbar {
}

@media all and (max-width: 400px) {
  html,
  body {
    font-size: 13px;
  }
}
@media all and (max-width: 319px) {
  html,
  body {
    font-size: 12px;
  }
}

div,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
input,
button,
select,
textarea,
p,
blockquote,
address,
th,
td {
  margin: 0;
  padding: 0;
  vertical-align: top;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

html,
body,
header,
nav,
section,
article,
footer,
aside,
address,
div,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
input,
button,
select,
textarea,
p,
blockquote,
address,
table,
tbody,
thead,
th,
td,
details,
figcaption,
figure,
hgroup,
h1,
h2,
h3,
h4,
h5,
h6,
a,
span,
strong,
b,
i,
em,
label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:before,
:after,
::before,
::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
  padding: 0;
  margin: 0;
  vertical-align: top;
}
header,
nav,
section,
article,
footer {
  width: 100%;
}
img,
b,
strong,
a,
span,
i {
  vertical-align: top;
  padding: 0;
  margin: 0;
  border: 0;
}
b,
strong {
  font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 1.2;
}
a {
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  color: inherit;
  vertical-align: top;
  background: transparent;
  outline: none;
}
a:hover {
  text-decoration: none;
}

*,
*:focus,
*:hover {
  outline: none !important;
}

a:focus,
img:focus,
input:focus,
select:focus,
option:focus,
textarea:focus,
button:focus {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
i,
strong,
th,
var {
  font-style: normal;
  padding: 0;
  margin: 0;
}
ol,
ul,
li,
dl,
dd,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
legend,
button,
input,
select,
textarea {
  vertical-align: middle;
  display: inline-block;
  padding: 0;
  margin: 0;
}
legend {
  text-indent: -9999px;
}
caption {
  text-indent: -9999px;
  display: none;
  text-align: left;
}
caption:after {
  display: block;
  clear: both;
  content: "";
}
caption legend {
  width: 0;
  height: 0;
  line-height: 0;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
}
abbr,
acronym {
  border: 0;
}
img.flxImg {
  max-width: 100%;
}

hr {
  display: none;
  height: 0;
  border: 0;
  margin: 0;
  padding: 0;
}
th,
td {
  vertical-align: middle;
  text-align: center;
}

blockquote,
q {
  quotes: none;
}
blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

/* Forms */
form {
  width: 100%;
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
label {
  cursor: pointer;
}
legend {
  border: 0;
  padding: 0;
  display: none;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button {
  cursor: pointer;
  overflow: visible;
  background: transparent;
}
select optgroup {
  padding: 0;
  margin: 0;
}
select optgroup option {
  padding: 0;
  margin: 0;
}
textarea {
  padding: 12px 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 10px;
}
select {
  padding: 10px;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  border-radius: 10px;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  background: none !important;
  width: 14px !important;
  height: 14px !important;
  padding: 0 !important;
  margin: 0 5px 0 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  b-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
}
input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="text"]::-ms-clear {
  display: none;
}
input[type="text"]:focus {
  animation: fadein2 0.5s;
  -moz-animation: fadein2 0.5s;
  -webkit-animation: fadein2 0.5s;
  -o-animation: fadein2 0.5s;
}
input[type="tel"],
input[type="text"],
input[type="button"],
input[type="submit"],
button,
input.button,
a.button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  cursor: pointer;
  border-radius: 10px;
}
input[type="button"]:hover,
input[type="submit"]:hover,
button:hover,
input.button:hover,
a.button:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

input[type="search"] {
  display: inline-block;
  cursor: pointer;
}
input[type="file"],
input[type="file"] input {
  text-shadow: none;
  box-shadow: none;
  width: 100%;
  color: inherit;
  text-align: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="file"] input {
  border: none;
}

input::placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400 !important;
}
input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400 !important;
}
input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400 !important;
}
/*input:-mos-input-placeholder {color: rgba(255, 255, 255, 0.5);  font-weight:400 !important;}*/

select option[value=""][disabled] {
  display: none !important;
}
input:disabled,
.disabled {
  opacity: 0.5 !important;
  cursor: none !important;
  pointer-events: none !important;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
  line-height: 1.6;
}
textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400 !important;
}
textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400 !important;
}
textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400 !important;
}
/*textarea:-mos-input-placeholder{color: rgba(255, 255, 255, 0.5); font-weight:400 !important;}*/

object,
embed,
video {
  max-width: 100%;
}

/* IE의 경우 */
input::-ms-clear,
input::-ms-reveal {
  display: none;
}

/* 크롬의 경우 */
input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  display: none;
}

input,
select {
  line-height: 48px;
  height: 50px;
  padding: 0 20px;
}
input,
select,
textarea {
  width: 100%;
  background: #111;
  border: 1px solid #333;
  border-radius: 10px;
  line-height: 1.4;
}
textarea {
  padding: 20px;
  height: 120px;
}
input:hover,
input:focus,
select:hover,
select:focus,
textarea:hover,
textarea:focus {
  border: 1px solid #666;
}

@media all and (max-width: 600px) {
  input,
  select {
    line-height: 48px;
    height: 50px;
    padding: 0 15px;
  }
  textarea {
    padding: 15px;
  }
}

/* radio */
.checks {
  position: relative;
}
.checks span {
  display: inline-block;
}
.checks input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.checks input[type="radio"] + label {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.checks input[type="radio"] + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 16px;
  height: 16px;
  text-align: center;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 100%;
}
.checks input[type="radio"] + label:active::before,
.checks input[type="radio"]:checked + label:active::before {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.checks input[type="radio"]:checked + label::before,
.checks input[type="radio"].on + label::before {
  background: #fff;
  border-color: #ed1c24;
}
.checks input[type="radio"]:checked + label::after,
.checks input[type="radio"].on + label::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 3px;
  width: 10px;
  height: 10px;
  background: #ed1c24;
  border-radius: 100%;
}

/* checkbox */
.checks {
  line-height: 1.2;
}
.checks input[type="checkbox"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.checks input[type="checkbox"] + label {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.checks input[type="checkbox"] + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  text-align: center;

  background: #191919 url(/assets/img/content/check_w.svg) no-repeat center 50%;
  background-size: 13px;
  border: 1px solid #999;
  border-radius: 5px;
}

.checks input[type="checkbox"]:checked + label::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  border-radius: 5px;
  background: #ed1c24 url(/assets/img/content/check_w.svg) no-repeat center 50%;
  background-size: 13px;
  border: 1px solid #ed1c24;
}
.checks input[type="checkbox"] + label i {
  font-size: 0;
  text-indent: -9999px;
  overflow: hidden;
}

/* checklike */
.checklike input[type="checkbox"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.checklike input[type="checkbox"] + label {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.checklike input[type="checkbox"] + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 40px;
  height: 40px;
  background: url(/assets/img/com/like.svg) no-repeat center 50%;
  background-size: 14px;
}
.checklike input[type="checkbox"] + label:active::before,
.checkarr input[type="checkbox"]:checked + label:active::before {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.checklike input[type="checkbox"]:checked + label::before {
  background: transparent;
  border-color: transparent;
}
.checklike input[type="checkbox"]:checked + label::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 40px;
  height: 40px;
  background: url(/assets/img/com/like_hover.svg) no-repeat center 50%;
  background-size: 14px;
}
.checklike input[type="checkbox"] + label i {
  font-size: 0;
  text-indent: -9999px;
  overflow: hidden;
}

/* checkagree */
.checkagree input[type="checkbox"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.checkagree input[type="checkbox"] + label {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.checkagree 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 #fff;
  border-radius: 50%;
  background: transparent url(/assets/img/com/icon_check_w.svg) no-repeat center
    50%;
  background-size: 10px;
}
.checkagree input[type="checkbox"] + label:active::before,
.checkarr input[type="checkbox"]:checked + label:active::before {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.checkagree input[type="checkbox"]:checked + label::before {
  background: transparent;
  border-color: transparent;
}
.checkagree 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: 50%;
  background: #ed1c24 url(/assets/img/com/icon_check_w.svg) no-repeat center 50%;
  background-size: 10px;
}
.checkagree input[type="checkbox"] + label i {
  font-size: 0;
  text-indent: -9999px;
  overflow: hidden;
}
.orderpayment .checkagree input[type="checkbox"] + label::before {
  position: absolute;
  top: 1px;
  transform: none;
}
.orderpayment .checkagree input[type="checkbox"]:checked + label::after {
  position: absolute;
  top: 1px;
  transform: none;
}
.createwrap .cbox .checkagree input[type="checkbox"] + label {
  font-size: 13px;
}

/* checkTitle */
.checkTitle {
  line-height: 1.2;
}
.checkTitle input[type="checkbox"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.checkTitle input[type="checkbox"] + label {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.checkTitle input[type="checkbox"] + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  text-align: center;
  background: #191919 url(/assets/img/content/title_g.svg) no-repeat center 50%;
  background-size: 13px;
  border: 1px solid #999;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.checkTitle input[type="checkbox"]:checked + label::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  border-radius: 5px;
  background: #ed1c24 url(/assets/img/content/title_w.svg) no-repeat center 50%;
  background-size: 13px;
  border: 1px solid #ed1c24;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.checkTitle input[type="checkbox"] + label i {
  font-size: 0;
  text-indent: -9999px;
  overflow: hidden;
}

/* checkaside */
.checkaside {
  width: 100%;
  height: 34px;
  display: flex;
  justify-content: start;
  align-items: center;
}
.checkaside input[type="checkbox"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.checkaside input[type="checkbox"] + label {
  width: 100%;
  font-size: 14px;
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: 1.2;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.checkaside input[type="checkbox"] + label::before {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 22px;
  height: 22px;
  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: 10px;
}
.checkaside input[type="checkbox"] + label:active::before,
.checkarr input[type="checkbox"]:checked + label:active::before {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.checkaside input[type="checkbox"]:checked + label::before {
  background: transparent;
  border-color: transparent;
}
.checkaside input[type="checkbox"]:checked + label::after {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 22px;
  height: 22px;
  border: 1px solid #ed1c24;
  border-radius: 5px;
  background: #ed1c24 url(/assets/img/com/icon_check_w.svg) no-repeat center 50%;
  background-size: 10px;
}
.checkaside input[type="checkbox"] + label i {
  font-size: 0;
  text-indent: -9999px;
  overflow: hidden;
}

.create_category .checkaside input[type="checkbox"] + label {
  padding: 0 0 0 35px;
}
.create_category .checkaside input[type="checkbox"] + label::before {
  left: 0;
  right: auto;
}
.create_category .checkaside input[type="checkbox"]:checked + label::after {
  left: 0;
  right: auto;
}

/* checkdate */
.checkdate {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
}
.checkdate input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.checkdate input[type="radio"] + label {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: 25px;
  cursor: pointer;
  padding: 0 0 0 33px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.checkdate input[type="radio"] + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 25px;
  height: 25px;
  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;
}
.checkdate input[type="radio"] + label:active::before,
.checkarr input[type="radio"]:checked + label:active::before {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.checkdate input[type="radio"]:checked + label::before {
  background: transparent;
  border-color: transparent;
}
.checkdate input[type="radio"]:checked + label::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 25px;
  height: 25px;
  border: 1px solid #ed1c24;
  border-radius: 5px;
  background: #ed1c24 url(/assets/img/com/icon_check_w.svg) no-repeat center 50%;
  background-size: 13px;
}
.checkdate input[type="radio"] + label i {
  font-size: 0;
  text-indent: -9999px;
  overflow: hidden;
}

/* friendlike */
.friendlike input[type="checkbox"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.friendlike input[type="checkbox"] + label {
  display: inline-block;
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.friendlike input[type="checkbox"] + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: url(/assets/img/content/like_off.svg) no-repeat center 50%;
  background-size: 100%;
}
.friendlike input[type="checkbox"] + label:active::before,
.checkarr input[type="checkbox"]:checked + label:active::before {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.friendlike input[type="checkbox"]:checked + label::before {
  background: transparent;
  border-color: transparent;
}
.friendlike input[type="checkbox"]:checked + label::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: url(/assets/img/content/like_on.svg) no-repeat center 50%;
  background-size: 100%;
}
.friendlike input[type="checkbox"] + label i {
  font-size: 0;
  text-indent: -9999px;
  overflow: hidden;
}

@media all and (max-width: 1050px) {
  .friendlike input[type="checkbox"] + label {
    padding-left: 16px;
  }
  .friendlike input[type="checkbox"] + label::before,
  .friendlike input[type="checkbox"]:checked + label::after {
    width: 16px;
    height: 16px;
  }
}

/* checkmusic */
.checkmusic input[type="checkbox"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.checkmusic input[type="checkbox"] + label {
  display: inline-block;
  position: relative;
  padding: 0 0 0 25px;
  margin: 0 10px 0 0;
  line-height: 25px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.checkmusic input[type="checkbox"] + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 25px;
  height: 25px;
  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;
}
.checkmusic input[type="checkbox"] + label:active::before,
.checkarr input[type="radio"]:checked + label:active::before {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.checkmusic input[type="checkbox"]:checked + label::before {
  background: transparent;
  border-color: transparent;
}
.checkmusic input[type="checkbox"]:checked + label::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 25px;
  height: 25px;
  border: 1px solid #ed1c24;
  border-radius: 5px;
  background: #ed1c24 url(/assets/img/com/icon_check_w.svg) no-repeat center 50%;
  background-size: 13px;
}
.checkmusic input[type="checkbox"] + label i {
  font-size: 0;
  text-indent: -9999px;
  overflow: hidden;
}

/* checkplaylist */
.checkplaylist {
  position: relative;
}
.checkplaylist input[type="checkbox"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.checkplaylist 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;
}
.checkplaylist input[type="checkbox"] + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
  text-align: center;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.3);
  background: transparent url(/assets/img/content/icon_check_lg.svg) no-repeat
    center 50%;
  background-size: 12px;
}
.checkplaylist input[type="checkbox"] + label:active::before,
.checkarr input[type="radio"]:checked + label:active::before {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.checkplaylist input[type="checkbox"]:checked + label::before {
  background: transparent;
  border-color: transparent;
}
.checkplaylist input[type="checkbox"]:checked + label::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 11;
  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: 12px;
}
.checkplaylist input[type="checkbox"] + label i {
  font-size: 0;
  text-indent: -9999px;
  overflow: hidden;
}

/* filebox */
.filebox {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.filebox input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 1px solid #111;
}
.filebox label {
  width: 150px;
  min-width: 45px;
  display: inline-block;
  line-height: 48px;
  height: 50px;
  font-size: 16px;
  vertical-align: middle;
  cursor: pointer;
  padding: 0;
  background: #666;
  border: none;
  font-weight: 400;
  text-align: center;
  border-left: none;
  border-radius: 0 10px 10px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.filebox .upload-name {
  width: calc(100% - 150px);
  display: inline-block;
  line-height: 48px;
  height: 50px;
  padding: 0 20px; /* label의 패딩값과 일치 */
  font-size: inherit;
  font-family: inherit;
  line-height: normal;
  vertical-align: middle;
  background: #111;
  border: 1px solid #111;
  color: #999;
  font-weight: 400;
  border-radius: 10px 0 0 10px;
  -webkit-appearance: none; /* 네이티브 외형 감추기 */
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.filebox:hover .upload-name {
  border: 1px solid #666;
}
.filebox .cancel {
  display: none;
  position: absolute;
  top: 0;
  right: 170px;
  z-index: 2;
  width: 30px;
  height: 50px;
  font-size: 0;
  border: none;
  background: url(/assets/img/com/close_w.svg) no-repeat center 50%;
  background-size: 16px;
  opacity: 0.8;
}
.filebox .cancel.on {
  display: inline-block;
}

@media all and (max-width: 900px) {
  .filebox label {
    width: 20%;
  }
  .filebox .upload-name {
    width: 80%;
  }
  .filebox .cancel.on {
    right: 22%;
  }
}
@media all and (max-width: 801px) {
  .filebox label {
    font-size: 15px;
  }
}
@media all and (max-width: 600px) {
  .filebox label {
    font-size: 14px;
    line-height: 48px;
    height: 50px;
  }
  .filebox .upload-name {
    line-height: 48px;
    height: 50px;
  }
  .filebox .upload-name {
    padding: 0 15px;
  }
}
@media all and (max-width: 350px) {
  .filebox label {
    font-size: 13px;
  }
}

/* Chrome, Safari용 스크롤 바*/
::-webkit-scrollbar {
  position: relative;
  right: 0;
  z-index: 0;
  width: 5px;
  height: 5px;
  background: transparent;
  background: #353535;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  z-index: 0;
  display: block;
  height: 10px;
}
::-webkit-scrollbar-track {
  z-index: 0;
  background: #353535;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}
::-webkit-scrollbar-thumb {
  z-index: 0;
  height: 45%;
  width: 5px;
  background: rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
}

.textareabox ::-webkit-scrollbar {
  background: #353535;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.co_r {
  color: #ed1c24 !important;
}

.b {
  font-weight: 600 !important;
}
.b500 {
  font-weight: 500 !important;
}
.nobt {
  border-top: none !important;
}
.nomb {
  margin-bottom: 0 !important;
}

.f0 {
  font-size: 0 !important;
  text-indent: -9999em !important;
  overflow: hidden !important;
}

.fl {
  float: left !important;
}
.fr {
  float: right !important;
}

.ac,
.ac th,
.ac td {
  text-align: center !important;
}
.al,
.al th,
.al td {
  text-align: left !important;
}
.ar,
.ar th,
.ar td {
  text-align: right !important;
}

.ams {
  display: flex;
  justify-content: flex-start !important;
  align-items: center;
}
.amsb {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.iblock {
  display: inline-block !important;
}
.block {
  display: block !important;
}
.none {
  display: none !important;
}

.w100p {
  width: 100% !important;
}
.w100 {
  width: 100px !important;
}
.w200 {
  width: 200px !important;
}
.w300 {
  width: 300px !important;
}

.mt0 {
  margin-top: 0 !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt12 {
  margin-top: 12px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}

.mmt5 {
  margin-top: -5px !important;
}
.mmt7 {
  margin-top: -7px !important;
}
.mmt10 {
  margin-top: -10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.pt0 {
  padding-top: 0 !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pt7 {
  padding-top: 7px !important;
}
.pt8 {
  padding-top: 8px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pb0 {
  padding-bottom: 0 !important;
}
.pb5 {
  padding-bottom: 5px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.notbar {
  border: none !important;
}

.textarea {
  width: 100%;
  height: 300px;
  padding: 10px 15px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-transition: background-color 9999s ease-out;
  -webkit-box-shadow: 0 0 0 1000px #000 inset !important;
  -webkit-text-fill-color: #fff !important;
}

.withdrawInp {
  display: block;
}
/* 회원 탈퇴용 CSS */
