@charset "UTF-8";
/* ^scss에서 수정해주세요!  Don't edit .css file, Only work on the scss*/
@font-face {
  font-family: "Pretendard";
  font-weight: 100;
  font-style: normal;
  src: url(../../common/fonts/Pretendard-Thin.woff2) format("woff2"), url(../../common/fonts/Pretendard-Thin.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 200;
  font-style: normal;
  src: url(../../common/fonts/Pretendard-ExtraLight.woff2) format("woff2"), url(../../common/fonts/Pretendard-ExtraLight.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 300;
  font-style: normal;
  src: url(../../common/fonts/Pretendard-Light.woff2) format("woff2"), url(../../common/fonts/Pretendard-Light.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  font-style: normal;
  src: url(../../common/fonts/Pretendard-Regular.woff2) format("woff2"), url(../../common/fonts/Pretendard-Regular.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  font-style: normal;
  src: url(../../common/fonts/Pretendard-Medium.woff2) format("woff2"), url(../../common/fonts/Pretendard-Medium.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  font-style: normal;
  src: url(../../common/fonts/Pretendard-SemiBold.woff2) format("woff2"), url(../../common/fonts/Pretendard-SemiBold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  font-style: normal;
  src: url(../../common/fonts/Pretendard-Bold.woff2) format("woff2"), url(../../common/fonts/Pretendard-Bold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 800;
  font-style: normal;
  src: url(../../common/fonts/Pretendard-ExtraBold.woff2) format("woff2"), url(../../common/fonts/Pretendard-ExtraBold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 900;
  font-style: normal;
  src: url(../../common/fonts/Pretendard-Black.woff2) format("woff2"), url(../../common/fonts/Pretendard-Black.woff) format("woff");
  font-display: swap;
}
html {
  /* Prevent font scaling in landscape */
  -webkit-text-size-adjust: none; /*Chrome, Safari, newer versions of Opera*/
  -moz-text-size-adjust: none; /*Firefox*/
  -ms-text-size-adjust: none; /*Ie*/
  -o-text-size-adjust: none; /*old versions of Opera*/
}

html, a, button,
input, textarea {
  font-family: "Pretendard", sans-serif, "Malgun Gothic", "맑은 고딕", Roboto, Arial;
}

*,
*::before,
*::after {
  letter-spacing: -0.02em;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  word-break: keep-all;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  letter-spacing: -0.025em;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  *,
  *::before,
  *::after {
    word-break: break-all;
  }
}

html {
  height: 100vh;
  -webkit-text-size-adjust: none;
  /*Chrome, Safari, newer versions of Opera*/
  -moz-text-size-adjust: none;
  /*Firefox*/
  -ms-text-size-adjust: none;
  /*Ie*/
  -o-text-size-adjust: none;
  /*old versions of Opera*/
}

/*a,body,dd,div,dl,dt,h1,h2,h3,h4,h5,input,li,ol,p,html,ul,button,textarea*/
html,
textarea,
input {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.14;
  word-break: keep-all;
}

a,
body,
dd,
div,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
html,
li,
ol,
p,
ul {
  padding: 0;
  margin: 0;
}

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

a,
img {
  border: none;
}

img {
  max-width: 100%;
}

a + a,
img,
input + a,
input + button {
  vertical-align: middle;
}

a {
  text-decoration: none;
  display: inline-block;
  color: #1E1E1E;
}

a:hover {
  text-decoration: none;
}

button,
button:hover,
button:active,
button:visited,
a:hover,
a:active,
a:visited {
  color: #1E1E1E;
}
.dark button,
.dark button:hover,
.dark button:active,
.dark button:visited,
.dark a:hover,
.dark a:active,
.dark a:visited {
  color: #fff;
}

input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=date],
input[type=time],
input[type=search],
select,
textarea {
  padding: 0 8px;
  box-sizing: border-box;
  color: #1E1E1E;
  font-size: 14px;
  background: #fff;
  vertical-align: middle;
  height: 48px;
  border-radius: 6px;
  border: solid 1px #ddd;
}
.dark input[type=number],
.dark input[type=password],
.dark input[type=tel],
.dark input[type=text],
.dark input[type=date],
.dark input[type=time],
.dark input[type=search],
.dark select,
.dark textarea {
  background-color: #1E1E1E;
  border-color: #46434B;
  color: #fff;
}

input[type=date] {
  position: relative;
  min-width: 125px;
}

input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  right: 8px;
  width: 12px;
  height: 13px;
  background: url(../img/icon_date.png) no-repeat center/cover;
}
.dark input[type=date]::-webkit-calendar-picker-indicator {
  background-color: url(../img/icon_date_dark.png);
}

input[type=time] {
  position: relative;
}

input[type=time]::-webkit-calendar-picker-indicator {
  background: url(../img/icon_time.png) no-repeat center/cover;
  right: 15px;
  width: 12px;
  height: 13px;
}
.dark input[type=time]::-webkit-calendar-picker-indicator {
  background-color: url(../img/icon_time_dark.png);
}

input {
  appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

textarea {
  line-height: 1.5;
  outline: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../img/icon_arrow_down.png") no-repeat #fff;
  background-position: calc(100% - 8px) center;
  background-size: 10px auto;
  outline: none;
  padding-right: 30px;
}
.dark select {
  background-image: url("../img/icon_arrow_down_dark.png");
}

/*select:disabled { background-image:url('../img/common/select_arrow_off.png'); background-color: #f8f8f8; } */
input[type=chekbox],
input[type=radio] {
  display: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=search] {
  padding-inline: 12px 10px;
  height: 40px;
  border: 1px solid #ddd;
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration,
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  background: url(../img/icon_del.png) center center no-repeat;
  background-size: 10px auto;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

i {
  font-style: normal;
}

*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}

table {
  border-collapse: collapse;
  width: 100%;
  border-spacing: 0;
}

th {
  text-align: center;
}

td {
  text-align: left;
}

table > caption {
  position: absolute;
  text-indent: -9999px;
}

button {
  border: 0;
  background-color: transparent;
  cursor: pointer;
}

button:disabled {
  cursor: not-allowed;
}

button,
input,
textarea {
  -webkit-appearance: none;
}

select,
textarea,
input[type=text] {
  width: 100%;
}

textarea {
  min-height: 150px;
  text-align: left;
  padding: 12px 15px;
}

input[type=tel] {
  width: 40px;
  min-width: 40px;
  margin-right: 4px;
}

input[type=number] {
  -moz-appearance: textfield;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #aaa;
  opacity: 1;
  font-size: 14px;
}
.dark input::-webkit-input-placeholder,
.dark textarea::-webkit-input-placeholder {
  color: #666;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #aaa;
  opacity: 1;
  font-size: 14px;
}
.dark input:-ms-input-placeholder,
.dark textarea:-ms-input-placeholder {
  color: #666;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #aaa;
  opacity: 1;
  font-size: 14px;
}
.dark input::-ms-input-placeholder,
.dark textarea::-ms-input-placeholder {
  color: #666;
}

input::placeholder,
textarea::placeholder {
  color: #aaa;
  opacity: 1;
  font-size: 14px;
}
.dark input::placeholder,
.dark textarea::placeholder {
  color: #666;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #aaa;
  opacity: 1;
  font-size: 14px;
}
.dark input:-ms-input-placeholder,
.dark textarea:-ms-input-placeholder {
  color: #666;
}

input:disabled {
  border: solid 1px #e7e8ef;
  cursor: not-allowed;
}

select:disabled,
input[readonly],
textarea[readonly] {
  border: 1px solid #e7e8ef;
  opacity: 1;
}

input[readonly]:focus,
textarea[readonly]:focus {
  outline: none;
}

input:focus {
  outline: none;
}

input:disabled::-webkit-input-placeholder,
input[readonly]::-webkit-input-placeholder,
textarea:disabled::-webkit-input-placeholder,
textarea[readonly]::-webkit-input-placeholder {
  color: #aaa;
  opacity: 1;
}
.dark input:disabled::-webkit-input-placeholder,
.dark input[readonly]::-webkit-input-placeholder,
.dark textarea:disabled::-webkit-input-placeholder,
.dark textarea[readonly]::-webkit-input-placeholder {
  color: #666;
}

input:disabled:-ms-input-placeholder,
input[readonly]:-ms-input-placeholder,
textarea:disabled:-ms-input-placeholder,
textarea[readonly]:-ms-input-placeholder {
  color: #aaa;
  opacity: 1;
}
.dark input:disabled:-ms-input-placeholder,
.dark input[readonly]:-ms-input-placeholder,
.dark textarea:disabled:-ms-input-placeholder,
.dark textarea[readonly]:-ms-input-placeholder {
  color: #666;
}

input:disabled::-ms-input-placeholder,
input[readonly]::-ms-input-placeholder,
textarea:disabled::-ms-input-placeholder,
textarea[readonly]::-ms-input-placeholder {
  color: #aaa;
  opacity: 1;
}
.dark input:disabled::-ms-input-placeholder,
.dark input[readonly]::-ms-input-placeholder,
.dark textarea:disabled::-ms-input-placeholder,
.dark textarea[readonly]::-ms-input-placeholder {
  color: #666;
}

input:disabled::placeholder,
input[readonly]::placeholder,
textarea:disabled::placeholder,
textarea[readonly]::placeholder {
  color: #aaa;
  opacity: 1;
}
.dark input:disabled::placeholder,
.dark input[readonly]::placeholder,
.dark textarea:disabled::placeholder,
.dark textarea[readonly]::placeholder {
  color: #666;
}

input:disabled:-ms-input-placeholder,
input[readonly]:-ms-input-placeholder,
textarea:disabled:-ms-input-placeholder,
textarea[readonly]:-ms-input-placeholder {
  color: #aaa;
  opacity: 1;
}
.dark input:disabled:-ms-input-placeholder,
.dark input[readonly]:-ms-input-placeholder,
.dark textarea:disabled:-ms-input-placeholder,
.dark textarea[readonly]:-ms-input-placeholder {
  color: #666;
}

input::-ms-clear,
input::-ms-reveal,
textarea::-ms-clear,
textarea::-ms-reveal {
  display: none;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button,
textarea::-webkit-inner-spin-button,
textarea::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

textarea {
  line-height: 1.5;
}

textarea {
  resize: none;
}

img {
  border: 0;
  vertical-align: middle;
}

hr {
  display: block;
  width: 100%;
  height: 1px;
  border: none;
}

main,
section,
article {
  display: block;
}

fieldset,
form {
  border: none;
  outline: none;
}

address {
  font-style: normal;
}

.svg_icon {
  transition: all 0.2s;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
}
.svg_icon.logo {
  display: inline-block;
  width: 117px;
  min-width: 117px;
  height: 37px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='117' height='37' viewBox='0 0 117 37' fill='none'%3E%3Cg fill='%23202023' clip-path='url(%23a)'%3E%3Cpath d='M21.146 18.47c0 1.553-.276 2.997-.832 4.336-.557 1.338-1.31 2.493-2.264 3.47a10.597 10.597 0 0 1-3.353 2.31c-1.279.564-2.655.84-4.124.84-1.468 0-2.826-.282-4.105-.84a10.72 10.72 0 0 1-3.365-2.31 10.687 10.687 0 0 1-2.27-3.47c-.557-1.34-.832-2.783-.832-4.337 0-1.554.275-3.04.832-4.385.557-1.345 1.31-2.506 2.27-3.483.96-.976 2.08-1.744 3.365-2.297 1.279-.559 2.65-.835 4.105-.835 1.457 0 2.845.264 4.124.786a9.908 9.908 0 0 1 3.353 2.23c.954.964 1.707 2.119 2.264 3.47.556 1.351.832 2.856.832 4.508v.006Zm-5.317 0c0-.854-.14-1.628-.416-2.316a5.525 5.525 0 0 0-1.132-1.788 4.886 4.886 0 0 0-1.67-1.142 5.264 5.264 0 0 0-2.038-.4c-.722 0-1.4.136-2.037.4a4.804 4.804 0 0 0-1.664 1.142 5.52 5.52 0 0 0-1.114 1.788c-.269.694-.404 1.462-.404 2.315 0 .805.135 1.548.404 2.23.27.682.643 1.277 1.114 1.787.47.51 1.022.903 1.664 1.192a4.876 4.876 0 0 0 2.037.436c.722 0 1.402-.135 2.038-.405a5.065 5.065 0 0 0 1.67-1.143c.477-.491.85-1.087 1.132-1.787a6.25 6.25 0 0 0 .416-2.31ZM34.086 29.046h-5.274V8.267h1.272l1.738 2.02a9.207 9.207 0 0 1 2.888-1.793 9.255 9.255 0 0 1 3.37-.632c1.261 0 2.454.24 3.574.725a9.263 9.263 0 0 1 2.937 1.996 9.471 9.471 0 0 1 1.982 2.966c.483 1.13.722 2.34.722 3.618V29.04H42.02V17.167c0-.54-.104-1.056-.306-1.542a4.027 4.027 0 0 0-.85-1.271 4.024 4.024 0 0 0-1.255-.854 3.76 3.76 0 0 0-1.53-.307c-.544 0-1.076.105-1.566.307a3.81 3.81 0 0 0-1.272.854 4.134 4.134 0 0 0-.85 1.271 3.874 3.874 0 0 0-.306 1.542v11.879ZM61.117 36.957H55.8V8.267h1.272l2.105 2.506a13.52 13.52 0 0 1 1.566-1.277c.57-.4 1.157-.75 1.769-1.038a10.513 10.513 0 0 1 1.902-.688 8.094 8.094 0 0 1 1.989-.252c1.456 0 2.826.264 4.105.786a10.157 10.157 0 0 1 3.365 2.223c.96.959 1.72 2.113 2.27 3.465.55 1.35.832 2.85.832 4.49 0 1.64-.275 3.242-.832 4.606-.557 1.364-1.31 2.524-2.27 3.47a9.8 9.8 0 0 1-3.365 2.18c-1.285.504-2.65.756-4.105.756-.465 0-.924-.049-1.383-.153a9.022 9.022 0 0 1-1.352-.418 17.922 17.922 0 0 1-1.316-.59 26.478 26.478 0 0 1-1.248-.681v9.311l.013-.006Zm10.572-18.488c0-.878-.14-1.67-.416-2.364a5.22 5.22 0 0 0-1.132-1.776 4.99 4.99 0 0 0-1.683-1.118 5.457 5.457 0 0 0-2.05-.386c-.721 0-1.4.129-2.037.386a4.909 4.909 0 0 0-1.67 1.118 5.22 5.22 0 0 0-1.132 1.776c-.275.7-.416 1.486-.416 2.364 0 .878.141 1.61.416 2.31.276.7.655 1.296 1.132 1.787a5.066 5.066 0 0 0 1.67 1.142c.637.27 1.316.406 2.038.406.722 0 1.401-.135 2.05-.406a4.993 4.993 0 0 0 1.682-1.142 5.337 5.337 0 0 0 1.132-1.787c.275-.7.416-1.468.416-2.31ZM89.964 29.046h-5.317V0h5.317v29.046ZM103.725 36.957V31.62l2.936.036c.514 0 1.01-.085 1.487-.251.477-.166.918-.4 1.322-.7.403-.301.764-.652 1.07-1.057.312-.405.563-.848.753-1.327-.581.246-1.169.492-1.768.737a4.72 4.72 0 0 1-1.805.369 9.52 9.52 0 0 1-3.598-.682 9.015 9.015 0 0 1-2.949-1.928c-.844-.836-1.505-1.85-1.988-3.047-.484-1.198-.722-2.537-.722-4.023V8.267h5.256v11.486c0 .737.104 1.382.318 1.929.214.553.501 1.007.862 1.376a3.4 3.4 0 0 0 1.267.823c.483.184 1.003.27 1.554.27.551 0 1.052-.13 1.536-.381a4.258 4.258 0 0 0 1.266-1.001 4.82 4.82 0 0 0 .85-1.407 4.324 4.324 0 0 0 .313-1.621V8.267h5.316V26.43c-.012 1.461-.293 2.831-.85 4.115a10.668 10.668 0 0 1-2.27 3.353 10.912 10.912 0 0 1-3.353 2.273c-1.272.559-2.643.835-4.099.835l-2.704-.037v-.012Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M.001 0h117v37h-117z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_call {
  display: inline-block;
  width: 40px;
  min-width: 40px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='24' viewBox='0 0 40 30' fill='none'%3E%3Cg stroke='%23202023' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M6.205 5.01c-2.594 2.65-2.594 6.95 0 9.6ZM11.896 20.429a6.54 6.54 0 0 0 9.392 0ZM10.033 12.636a1.97 1.97 0 0 1 0-2.743ZM16.51 16.515a1.868 1.868 0 0 1-2.682 0Z'/%3E%3C/g%3E%3Cg stroke='%23202023' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M15.168 4.5c0-1.852 1.466-3.35 3.276-3.35ZM25.465 4.5c0-1.852-1.466-3.35-3.276-3.35ZM25.465 6.413c0 1.85-1.466 3.349-3.276 3.349Z'/%3E%3C/g%3E%3Cg fill='%23202023'%3E%3Cpath d='M23.35 5.456c0 .392-.31.71-.694.71a.702.702 0 0 1-.694-.71c0-.392.31-.71.694-.71.384 0 .695.318.695.71ZM21.011 5.456c0 .392-.31.71-.695.71a.702.702 0 0 1-.694-.71c0-.392.31-.71.694-.71.384 0 .695.318.695.71ZM18.671 5.456c0 .392-.31.71-.694.71a.702.702 0 0 1-.695-.71c0-.392.311-.71.695-.71.383 0 .694.318.694.71Z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_cate {
  display: inline-block;
  width: 27px;
  min-width: 27px;
  height: 27px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='27'  viewBox='0 0 27 27' fill='none'%3E%3Cpath stroke='%23202023' stroke-width='3' d='M4.055 17.188h5.258v5.257A2.555 2.555 0 0 1 6.758 25H4.055A2.555 2.555 0 0 1 1.5 22.445v-2.703a2.555 2.555 0 0 1 2.555-2.555Zm17.998 0a2.555 2.555 0 0 1 2.554 2.554v2.703A2.555 2.555 0 0 1 22.053 25H19.35a2.555 2.555 0 0 1-2.555-2.555v-5.258h5.258ZM4.055 2h2.703a2.555 2.555 0 0 1 2.554 2.555v5.258H4.056A2.555 2.555 0 0 1 1.5 7.258V4.555A2.555 2.555 0 0 1 4.055 2ZM19.35 2h2.703a2.555 2.555 0 0 1 2.554 2.555v2.703a2.555 2.555 0 0 1-2.554 2.554h-5.258V4.556A2.555 2.555 0 0 1 19.35 2Z'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_coin {
  display: inline-block;
  width: 29px;
  min-width: 29px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='28' fill='none'%3E%3Ccircle cx='14.36' cy='14' r='12.911' stroke='%23202023'  stroke-width='2'/%3E%3Cpath fill='%23202023'  d='M18.633 17.868c0 .065-.05.158-.149.279C17.467 19.381 16.207 20 14.704 20c-1.565 0-2.817-.599-3.756-1.796-.877-1.116-1.315-2.51-1.315-4.183 0-1.674.446-3.073 1.338-4.2.95-1.214 2.204-1.82 3.764-1.82 1.581 0 2.805.56 3.67 1.68.084.116.126.211.126.288 0 .093-.138.369-.415.828-.276.454-.443.681-.5.681-.068 0-.227-.134-.478-.402-.308-.328-.597-.574-.869-.738a2.846 2.846 0 0 0-1.487-.402c-1.033 0-1.836.413-2.41 1.239-.511.738-.767 1.667-.767 2.788 0 1.121.253 2.06.76 2.814.573.847 1.374 1.271 2.402 1.271a2.97 2.97 0 0 0 1.479-.402 4.46 4.46 0 0 0 .955-.746c.27-.268.42-.402.446-.402.031 0 .203.219.516.656.313.432.47.67.47.714Z'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_like {
  display: inline-block;
  width: 28px;
  min-width: 28px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='25' viewBox='0 0 28 25' fill='none'%3E%3Cpath stroke='%23202023' stroke-width='2' d='M23.565 2.656c-2.818-2.452-7.087-2.078-9.68.628l-.35.37-.363-.358C10.512.666 6.236.41 3.484 2.941.464 5.72.409 10.465 3.27 13.308l.536.532 9.047 8.976c.515.51 1.336.501 1.837-.025l8.823-9.227.523-.547c2.794-2.92 2.626-7.664-.465-10.353l-.007-.008Z'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_my {
  display: inline-block;
  width: 32px;
  min-width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath stroke='%23202023' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M9.322 23.49a6.87 6.87 0 1 1 13.74 0M30.747 16c0 8.038-6.516 14.555-14.555 14.555-8.038 0-14.554-6.517-14.554-14.555 0-8.039 6.516-14.555 14.554-14.555 8.039 0 14.555 6.516 14.555 14.555Zm-9.924-4.158a4.63 4.63 0 1 1-9.262 0 4.63 4.63 0 0 1 9.262 0Z'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_note {
  display: inline-block;
  width: 31px;
  min-width: 31px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31' height='24' viewBox='0 0 31 24' fill='none'%3E%3Cpath stroke='%23202023' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m3.2 3.625 12.307 10.109 12.306-10.11M10.82 12.66l-7.716 7.716m17.092-7.716 7.716 7.716M3.524 22.81H27.49a2.326 2.326 0 0 0 2.325-2.326V3.517a2.326 2.326 0 0 0-2.325-2.326H3.524a2.326 2.326 0 0 0-2.326 2.326v16.966a2.326 2.326 0 0 0 2.326 2.326Z'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_notice {
  display: inline-block;
  width: 20px;
  min-width: 20px;
  height: 21px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' viewBox='0 0 20 21' fill='none'%3E%3Cpath fill='%23202023' fill-rule='evenodd' d='M10 1.125c1.775 0 3.233 1.527 3.233 3.386v3.908c0 1.859-1.458 3.385-3.233 3.385-1.775 0-3.233-1.526-3.233-3.385V4.51c0-1.86 1.443-3.386 3.233-3.386Zm6.25 7.913v-.03c-.029-.937-1.4-.952-1.443 0v.045c-.29 2.51-2.339 4.474-4.807 4.49-2.468-.031-4.518-1.98-4.807-4.49v-.045c-.043-.937-1.414-.922-1.443 0v.06c.029 3.084 2.28 5.638 5.225 6.152v2.6h-1.76c-.55 0-.982.468-.982 1.027 0 .575.447 1.028.981 1.028h5.63c.548 0 .981-.468.981-1.028 0-.574-.447-1.027-.981-1.027h-1.906v-2.6c2.974-.469 5.269-3.053 5.298-6.167v-.03l.014.015Z' clip-rule='evenodd'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_push {
  display: inline-block;
  width: 27px;
  min-width: 27px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='30' viewBox='0 0 27 30' fill='none'%3E%3Cpath stroke='%23202023' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M17.429 24.416c0 2.214-1.881 4.008-4.202 4.008-2.32 0-4.202-1.794-4.202-4.008m16.173-1.078H1.256s3.9-1.103 3.9-2.462v-7.274a7.992 7.992 0 1 1 15.985 0v7.274c0 1.573 4.058 2.462 4.058 2.462ZM14.4 2.837a1.26 1.26 0 1 1-2.521 0 1.26 1.26 0 0 1 2.521 0Z'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_search {
  display: inline-block;
  width: 18px;
  min-width: 18px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='20' viewBox='0 0 18 20' fill='none'%3E%3Cpath fill='%23202023' d='M16.242 18.967a1 1 0 1 0 1.515-1.304l-1.515 1.304ZM14.326 8.744a6.059 6.059 0 0 1-6.06 6.059v2a8.059 8.059 0 0 0 8.06-8.06h-2Zm-6.06 6.059a6.059 6.059 0 0 1-6.058-6.06h-2a8.059 8.059 0 0 0 8.059 8.06v-2Zm-6.058-6.06a6.059 6.059 0 0 1 6.059-6.058v-2A8.059 8.059 0 0 0 .208 8.744h2Zm6.059-6.058a6.059 6.059 0 0 1 6.059 6.059h2a8.059 8.059 0 0 0-8.06-8.06v2Zm3.71 11.33 4.265 4.952 1.515-1.304-4.264-4.954-1.516 1.305Z'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_video {
  display: inline-block;
  width: 29px;
  min-width: 29px;
  height: 17px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='17' viewBox='0 0 29 17' fill='none'%3E%3Cpath fill='%23202023' d='M20.59 16.55H1.336a.906.906 0 0 1-.895-.914V2.13c0-.504.402-.914.895-.914H20.59c.493 0 .894.41.894.914v13.505a.906.906 0 0 1-.894.914ZM2.23 14.721h17.465V3.046H2.23V14.72ZM27.257 14.197a.872.872 0 0 1-.334-.065l-4.166-1.715a.924.924 0 0 1-.497-1.19.89.89 0 0 1 1.164-.509l2.934 1.207V5.833L23.42 7.04a.887.887 0 0 1-1.164-.508.923.923 0 0 1 .497-1.19l4.166-1.715a.876.876 0 0 1 .835.09c.246.17.393.454.393.755v8.803a.91.91 0 0 1-.894.914l.004.008Z'/%3E%3Cpath fill='%23202023' d='M6.055 5.838a.965.965 0 0 0-.954-.976.963.963 0 0 0-.954.976c0 .54.425.975.954.975a.963.963 0 0 0 .954-.975Z'/%3E%3Cpath stroke='%2202023' stroke-width='.5' d='M20.59 16.55H1.336a.906.906 0 0 1-.895-.914V2.13c0-.504.402-.914.895-.914H20.59c.493 0 .894.41.894.914v13.505a.906.906 0 0 1-.894.914ZM2.23 14.721h17.465V3.046H2.23V14.72ZM27.257 14.197a.872.872 0 0 1-.334-.065l-4.166-1.715a.924.924 0 0 1-.497-1.19.89.89 0 0 1 1.164-.509l2.934 1.207V5.833L23.42 7.04a.887.887 0 0 1-1.164-.508.923.923 0 0 1 .497-1.19l4.166-1.715a.876.876 0 0 1 .835.09c.246.17.393.454.393.755v8.803a.91.91 0 0 1-.894.914l.004.008Z'/%3E%3Cpath stroke='%23202023' stroke-width='.5' d='M6.055 5.838a.965.965 0 0 0-.954-.976.963.963 0 0 0-.954.976c0 .54.425.975.954.975a.963.963 0 0 0 .954-.975Z'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_bar {
  display: inline-block;
  width: 25px;
  min-width: 25px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' viewBox='0 0 25 24' fill='none'%3E%3Cpath stroke='%23202023' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M3.667 12h18m-18-6h18m-18 12h18'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_close {
  display: inline-block;
  width: 16px;
  min-width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'  fill='none'%3E%3Cg stroke='%23202023' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='M1 15 15.071.787M15 15 .929.787'/%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_purchase_list {
  display: inline-block;
  width: 17px;
  min-width: 17px;
  height: 17px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17' fill='none'%3E%3Cg fill='%23202023'%3E%3Cpath d='M11.374 16h-9.89a.485.485 0 0 1-.483-.484V5.627c0-.267.217-.484.484-.484h9.889c.267 0 .484.217.484.484v9.889a.485.485 0 0 1-.484.484Zm-9.405-.968h8.92v-8.92H1.97v8.92Z'/%3E%3Cpath d='M15.517 11.857h-2.07a.485.485 0 0 1 0-.968h1.585v-8.92H5.628a.485.485 0 0 1 0-.969h9.889c.266 0 .484.217.484.484v9.889a.485.485 0 0 1-.485.484Z'/%3E%3Cpath d='M13.444 13.928h-2.07a.485.485 0 0 1 0-.969h1.586V4.04H3.555a.485.485 0 0 1 0-.969h9.89c.266 0 .483.218.483.485v9.888a.485.485 0 0 1-.484.485Z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_home {
  display: inline-block;
  width: 22px;
  min-width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Cg stroke='%23202023' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='m2.383 8.007 8.672-6.744 8.672 6.744v10.6a1.927 1.927 0 0 1-1.927 1.926H4.31a1.927 1.927 0 0 1-1.927-1.927V8.007Z'/%3E%3Cpath d='M8.165 20.534v-9.636h5.78v9.636'/%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_arrow_right {
  display: inline-block;
  width: 16px;
  min-width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath stroke='%23202023' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m5.33 13.333 5.334-5-5.333-5'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_creator {
  display: inline-block;
  width: 18px;
  min-width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cg fill='%23202023'%3E%3Cpath d='M3.783 16.945c-1.375 0-2.494-1.067-2.494-2.378v-8.75c0-1.31 1.12-2.378 2.494-2.378h11.012c1.375 0 2.494 1.067 2.494 2.378v8.75c0 1.31-1.12 2.378-2.494 2.378H3.783Zm0-12.47c-.778 0-1.41.603-1.41 1.344v8.75c0 .742.632 1.346 1.41 1.346h11.012c.778 0 1.41-.604 1.41-1.345V5.816c0-.741-.632-1.345-1.41-1.345H3.783v.002Z'/%3E%3Cpath d='M7.148 4.32a.553.553 0 0 1-.472-.259L5.273 1.72a.503.503 0 0 1 .202-.705c.26-.14.59-.055.739.193l1.403 2.341a.503.503 0 0 1-.202.705.564.564 0 0 1-.267.069V4.32ZM11.428 4.32a.557.557 0 0 1-.267-.068.505.505 0 0 1-.203-.705l1.404-2.341a.558.558 0 0 1 .739-.193c.26.142.349.456.202.704L11.9 4.06a.542.542 0 0 1-.472.26v.001ZM6.946 13.133a.553.553 0 0 1-.27-.07.51.51 0 0 1-.27-.447V7.458c0-.183.104-.356.27-.447a.567.567 0 0 1 .542 0l4.684 2.58a.508.508 0 0 1 0 .895l-4.684 2.58a.567.567 0 0 1-.27.069l-.002-.002Zm.541-4.782v3.37l3.06-1.685-3.06-1.685Z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_pen {
  display: inline-block;
  width: 17px;
  min-width: 17px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='18' viewBox='0 0 17 18' fill='none'%3E%3Cg fill='%23202023' clip-path='url(%23a)'%3E%3Cpath d='m12.47.667-1.583 1.581 4.364 4.404 1.583-1.581L12.47.667ZM.924 12.194l-.758 5.138 5.122-.734 9.274-9.261-4.365-4.403-9.273 9.26Zm3.256.57-.73-.732 6.725-6.718.731.732-6.726 6.717Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23202023' d='M.166.666h16.667v16.667H.166z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_send {
  display: inline-block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath stroke='%23202023' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m19 5-9 9M19 5l-5.95 17-3.4-7.65L2 10.95 19 5Z'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_arrow_down {
  display: inline-block;
  width: 14px;
  min-width: 14px;
  height: 9px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9'  fill='none'%3E%3Cpath stroke='%23202023' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M.75 1.31 7 7.977l6.25-6.667'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_gift {
  display: inline-block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg stroke='%23202023' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='M20 12v10H4V12M22 7H2v5h20V7ZM12 22V7M12 7H7.5a2.5 2.5 0 1 1 0-5C11 2 12 7 12 7ZM12 7h4.5a2.5 2.5 0 0 0 0-5C13 2 12 7 12 7Z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_tel {
  display: inline-block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'  fill='none'%3E%3Cpath stroke='%23202023' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M21.997 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.107 2h3a2 2 0 0 1 2 1.72c.127.96.362 1.903.7 2.81a2 2 0 0 1-.45 2.11l-1.27 1.27a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.908.339 1.85.574 2.81.7a2 2 0 0 1 1.72 2.03Z'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_close_circle {
  display: inline-block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'  viewBox='0 0 24 24' fill='none'%3E%3Cg stroke='%23202023' stroke-linecap='round' stroke-width='1.5'%3E%3Cpath stroke-linejoin='round' d='M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10Z'/%3E%3Cpath d='m8.54 15.536 7.07-7.071M15.61 15.536 8.537 8.465'/%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_setting {
  display: inline-block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg stroke='%23202023' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' clip-path='url(%23a)'%3E%3Cpath d='M12 15a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3Cpath d='M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a1.998 1.998 0 0 1 0 2.83 1.998 1.998 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-4 0v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a1.998 1.998 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 1 1 0-4h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 1 1 2.83-2.83l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1-1.51V3a2 2 0 1 1 4 0v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 3.417 1.415 2 2 0 0 1-.587 1.415l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 0 4h-.09a1.65 1.65 0 0 0-1.51 1Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_eye {
  display: inline-block;
  width: 14px;
  min-width: 14px;
  height: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='15' viewBox='0 0 14 15' fill='none'%3E%3Cg stroke='%23202023' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.2' clip-path='url(%23a)'%3E%3Cpath d='M.583 7.5S2.917 2.833 7 2.833c4.084 0 6.417 4.667 6.417 4.667S11.084 12.167 7 12.167C2.917 12.167.583 7.5.583 7.5Z'/%3E%3Cpath d='M7 9.25a1.75 1.75 0 1 0 0-3.5 1.75 1.75 0 0 0 0 3.5Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 .5h14v14H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_thumbsup {
  display: inline-block;
  width: 14px;
  min-width: 14px;
  height: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='15' viewBox='0 0 14 15' fill='none'%3E%3Cpath stroke='%23202023' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.2' d='m4.085 6.917 2.333-5.25a1.75 1.75 0 0 1 1.75 1.75V5.75h3.302a1.167 1.167 0 0 1 1.166 1.342l-.805 5.25a1.167 1.167 0 0 1-1.166.991h-6.58m0-6.416v6.416m0-6.416h-1.75a1.167 1.167 0 0 0-1.167 1.166v4.084a1.167 1.167 0 0 0 1.167 1.166h1.75'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_file {
  display: inline-block;
  width: 16px;
  min-width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath stroke='%23202023' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m14.295 7.367-6.127 6.126a4.002 4.002 0 1 1-5.66-5.66l6.127-6.126a2.668 2.668 0 1 1 3.773 3.773l-6.133 6.127A1.334 1.334 0 0 1 4.388 9.72l5.66-5.653'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h16v16H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_photo {
  display: inline-block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath stroke='%23202023' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M17.149 9.102c0 .778-.628 1.406-1.407 1.406a1.404 1.404 0 0 1-1.406-1.406c0-.779.628-1.407 1.406-1.407.78 0 1.407.628 1.407 1.407Z'/%3E%3Cpath stroke='%23202023' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M19.563 2H4.057A2.057 2.057 0 0 0 2 4.057v15.518c0 1.136.921 2.057 2.057 2.057h15.506a2.057 2.057 0 0 0 2.057-2.058V4.058A2.057 2.057 0 0 0 19.563 2Z'/%3E%3Cpath stroke='%23202023' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m21.62 12.078-3.94 3.742a2.31 2.31 0 0 1-3.138.035l-6.207-5.59a2.324 2.324 0 0 0-3.336.255L2 14.193'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_toggle {
  display: inline-block;
  width: 13px;
  min-width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 13 13' fill='none'%3E%3Cpath stroke='%23202023'  stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m1.666 6 5 5.334 5-5.333'/%3E%3Cpath stroke='%23202023' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m1.666 1.335 5 5.333 5-5.333'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_excl {
  display: inline-block;
  width: 16px;
  min-width: 16px;
  height: 17px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17'  viewBox='0 0 16 17'  fill='none'%3E%3Crect width='16' height='16' y='.5' fill='%23202023' rx='8'/%3E%3Cpath fill='%23fff' d='m9.262 4.5-.2 5.848h-1.84L7.013 4.5h2.25ZM7 11.977a1.128 1.128 0 0 1 1.137-1.125c.597 0 1.13.503 1.136 1.125a1.157 1.157 0 0 1-1.136 1.136A1.13 1.13 0 0 1 7 11.977Z'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_comment {
  display: inline-block;
  width: 19px;
  min-width: 19px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='18' viewBox='0 0 19 18' fill='none'%3E%3Cpath fill='%23202023' d='M7.209.065C3.707.065.867 2.275.867 5c0 1.48.84 2.808 2.166 3.711-.11.42-.369 1.126-.925 1.57 0 0 1.85.64 3.184-.578.605.149 1.25.23 1.917.23 3.501 0 6.34-2.21 6.34-4.936 0-2.725-2.839-4.934-6.34-4.934v.002Z'/%3E%3Cpath fill='%23202023' d='M16.118 15.358c1.326-.903 2.166-2.232 2.166-3.711 0-2.064-1.628-3.831-3.938-4.569-.389.894-1.028 1.707-1.898 2.383-1.411 1.1-3.272 1.705-5.237 1.705a9.18 9.18 0 0 1-1.558-.132c-.032.2-.051.405-.051.613 0 2.725 2.84 4.935 6.34 4.935.67 0 1.315-.081 1.92-.23 1.333 1.216 3.184.579 3.184.579-.556-.447-.815-1.15-.925-1.57l-.003-.003Z'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_plus {
  display: inline-block;
  width: 15px;
  min-width: 15px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath stroke='%23202023'  stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M8 14.666V1.333M14.672 8H1.339'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_minus {
  display: inline-block;
  width: 15px;
  min-width: 15px;
  height: 2px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='2' fill='none'%3E%3Cpath stroke='%23202023'  stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M14.531 1H1.332'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_camera {
  display: inline-block;
  width: 37px;
  min-width: 37px;
  height: 31px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='37' height='31' viewBox='0 0 37 31' fill='none'%3E%3Cpath fill='%23202023' d='M18.501 10.332c-3.638 0-6.599 2.893-6.599 6.448 0 3.555 2.962 6.448 6.6 6.448 3.637 0 6.599-2.893 6.599-6.448 0-3.555-2.962-6.448-6.6-6.448Z'/%3E%3Cpath fill='%23202023' fill-rule='evenodd' d='M13.819.111c3.13-.138 6.26-.138 9.362 0 1.692.083 3.215 1.02 4.118 2.397l1.438 2.26c.423.661 1.128 1.102 1.946 1.212.677.083 1.354.193 2.03.304A5.068 5.068 0 0 1 37 11.299V25.82c0 2.866-2.369 5.18-5.302 5.18H5.302C2.369 31 0 28.687 0 25.82V11.326a5.09 5.09 0 0 1 4.287-5.015c.676-.11 1.353-.22 2.03-.303.818-.11 1.523-.551 1.946-1.212l1.438-2.26A5.13 5.13 0 0 1 13.82.139V.11ZM9.25 16.782c0-4.987 4.146-9.038 9.25-9.038s9.25 4.05 9.25 9.038-4.146 9.038-9.25 9.038-9.25-4.05-9.25-9.038Zm21.15-2.59c.734 0 1.326-.579 1.326-1.295s-.592-1.295-1.325-1.295-1.325.579-1.325 1.295.592 1.295 1.325 1.295Z' clip-rule='evenodd'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_edit_circle {
  display: inline-block;
  width: 25px;
  min-width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' fill='none'%3E%3Crect width='25' height='25' fill='%23202023' rx='12.5'/%3E%3Cg fill='%23fff' clip-path='url(%23a)'%3E%3Cpath d='M15.677 5.833 14.41 7.098l3.491 3.522 1.267-1.264-3.491-3.523ZM6.439 15.053l-.607 4.11 4.098-.587 7.419-7.409-3.492-3.522-7.418 7.408Zm2.604.455-.584-.585 5.38-5.374.585.586-5.38 5.373Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M5.832 5.832h13.333v13.333H5.832z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_trash_circle {
  display: inline-block;
  width: 25px;
  min-width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' fill='none'%3E%3Crect width='25' height='25' fill='%23202023' rx='12.5'/%3E%3Cpath fill='%23fff' d='M7.358 17.851c0 .723.576 1.31 1.284 1.31h7.716c.708 0 1.284-.587 1.284-1.31V8.665H7.358v9.186Zm7.284-6.994c0-.239.192-.434.426-.434.234 0 .426.195.426.434v6.125a.432.432 0 0 1-.426.434.432.432 0 0 1-.426-.434v-6.125Zm-2.574 0c0-.239.192-.434.426-.434.234 0 .426.195.426.434v6.125a.432.432 0 0 1-.426.434.432.432 0 0 1-.426-.434v-6.125Zm-2.574 0c0-.239.192-.434.426-.434.234 0 .426.195.426.434v6.125a.432.432 0 0 1-.426.434.432.432 0 0 1-.426-.434v-6.125Zm8.58-4.813h-3.216l-.252-.509a.636.636 0 0 0-.576-.367h-3.06a.641.641 0 0 0-.576.361l-.252.509H6.926a.432.432 0 0 0-.426.434v.876c0 .239.192.435.426.435h11.148a.432.432 0 0 0 .426-.435v-.876a.432.432 0 0 0-.426-.434v.006Z'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_del_circle {
  display: inline-block;
  width: 16px;
  min-width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Crect width='16' height='16' fill='%23202023' rx='8'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m5.082 10.914 5.833-5.833M10.914 10.914 5.081 5.081'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_statistics {
  display: inline-block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cg fill='%23202023' clip-path='url(%23a)'%3E%3Cpath d='M23.46 10.69c0-.5-.37-.92-.86-.98l-1.69-.22a.245.245 0 0 1-.21-.18c-.23-.79-.56-1.54-.98-2.25a.262.262 0 0 1 0-.27l1.06-1.35a.97.97 0 0 0-.09-1.3l-1.4-1.45A.978.978 0 0 0 18 2.6l-1.39 1.06c-.08.05-.19.05-.27 0-.7-.42-1.46-.75-2.25-.98a.277.277 0 0 1-.18-.21L13.72.84c-.04-.47-.47-.84-.96-.84H10.7c-.5 0-.92.37-.98.86l-.21 1.69c-.01.1-.08.18-.18.21-.79.22-1.55.55-2.25.98-.08.05-.19.05-.27 0L5.45 2.63a.978.978 0 0 0-1.29.09L2.7 4.18c-.35.35-.39.9-.09 1.29l1.06 1.39c.05.08.05.19 0 .27-.42.7-.75 1.46-.98 2.25-.03.09-.11.16-.21.18l-1.63.23c-.48.05-.85.47-.85.96v2.07c0 .5.37.92.86.98l1.69.22c.1.01.18.08.21.18.22.79.55 1.55.98 2.25.05.08.05.19 0 .27l-1.11 1.29c-.3.39-.26.94.09 1.29l1.46 1.46c.35.35.9.39 1.29.09l1.39-1.06c.08-.05.19-.05.27 0 .7.42 1.46.75 2.25.98.09.03.16.11.18.21l.23 1.63c.06.49.48.86.98.86h2.07c.5 0 .92-.37.98-.86l.22-1.69c.01-.1.08-.18.18-.21a8.83 8.83 0 0 0 2.25-.98c.08-.05.19-.05.27 0l1.36 1.06c.39.3.94.26 1.29-.09l1.46-1.46c.35-.35.39-.9.09-1.29l-1.12-1.33a.262.262 0 0 1 0-.27c.42-.7.75-1.46.98-2.25.03-.09.11-.16.21-.18l1.69-.22c.49-.06.86-.48.86-.98l-.06-2.03h-.04Zm-11.73 7.88c-5.27 0-8.56-5.7-5.93-10.26 2.63-4.56 9.22-4.56 11.85 0a6.837 6.837 0 0 1-5.92 10.26Z'/%3E%3Cpath d='M12.709 12.712h1.47c.25.02.47-.16.49-.41v-4.07a.45.45 0 0 0-.49-.41h-1.47a.45.45 0 0 0-.49.41v4.07c.02.25.24.43.49.41ZM8.803 9.781h1.47s.49 0 .49.49v1.96s0 .49-.49.49h-1.47s-.49 0-.49-.49v-1.96s0-.49.49-.49ZM14.657 13.691h-6.35c-.75 0-1.22.81-.85 1.47.17.3.5.49.85.49h6.35c.75 0 1.22-.81.85-1.47-.17-.3-.5-.49-.85-.49Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h23.52v23.46H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_clock {
  display: inline-block;
  width: 16px;
  min-width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cg stroke='%23666' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.2' clip-path='url(%23a)'%3E%3Cpath d='M7.999 14.665a6.667 6.667 0 1 0 0-13.333 6.667 6.667 0 0 0 0 13.333Z'/%3E%3Cpath d='M8 4v4l2.667 1.333'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h16v16H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_onply {
  display: inline-block;
  width: 22px;
  min-width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none'%3E%3Cpath  stroke='%23202023'  stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M19.392 15.77v2.64a1.76 1.76 0 0 1-1.918 1.76 17.414 17.414 0 0 1-7.595-2.702 17.16 17.16 0 0 1-5.28-5.28 17.415 17.415 0 0 1-2.701-7.63A1.76 1.76 0 0 1 3.649 2.64h2.64a1.76 1.76 0 0 1 1.76 1.513c.111.845.318 1.675.616 2.473a1.76 1.76 0 0 1-.396 1.857L7.151 9.6a14.079 14.079 0 0 0 5.28 5.28l1.118-1.118a1.76 1.76 0 0 1 1.857-.396c.798.298 1.628.504 2.473.616a1.76 1.76 0 0 1 1.513 1.786Z'/%3E%3Cpath stroke='%23202023' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M13.75 4.52a4.72 4.72 0 0 1 3.72 3.72M13.75.75c3.93.44 7.04 3.54 7.48 7.47'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_album {
  display: inline-block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cg stroke='%23202023' stroke-linecap='round' stroke-width='1.5'%3E%3Cpath d='M2.953 19.915V4.085a2.262 2.262 0 0 1 2.262-2.262h15.152c.375 0 .678.304.678.678v14.83'/%3E%3Cpath stroke-linejoin='round' d='M7.477 1.823v9.046l2.826-1.81 2.827 1.81V1.823'/%3E%3Cpath d='M5.219 17.654h15.83M5.219 22.177h15.83'/%3E%3Cpath stroke-linejoin='round' d='M5.215 22.177a2.262 2.262 0 1 1 0-4.523'/%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_followers {
  display: inline-block;
  width: 25px;
  min-width: 25px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='26' fill='none'%3E%3Cpath stroke='%23202023' stroke-linecap='round' stroke-width='1.5' d='M1.5 17.396v-.98a6.854 6.854 0 0 1 13.709 0'/%3E%3Cpath stroke='%23666' stroke-linecap='round' stroke-width='1.5' d='M13.25 11.52a4.896 4.896 0 0 1 9.792 0v.49'/%3E%3Cpath stroke='%23666' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M8.354 9.564a3.917 3.917 0 1 0 0-7.834 3.917 3.917 0 0 0 0 7.834ZM18.145 6.625a2.938 2.938 0 1 0 0-5.875 2.938 2.938 0 0 0 0 5.875ZM27.036 12.395l-7.861 12.5-1.196-6.158-5.377-3.23 14.434-3.112ZM17.938 18.763l9.094-6.369'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_shuffle {
  display: inline-block;
  width: 16px;
  min-width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath stroke='%23202023'  stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M14.838 4.24c-2.05 0-5.811 0-7.179 3.76-1.367 3.761-4.444 3.761-6.495 3.761'/%3E%3Cpath stroke='%23202023' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m13.469 2.873 1.367 1.367-1.367 1.368M14.838 11.761c-2.05 0-5.811 0-7.179-3.76-1.367-3.76-4.444-3.76-6.495-3.76'/%3E%3Cpath stroke='%23202023' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m13.469 13.127 1.367-1.367-1.367-1.367'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_my_top {
  display: inline-block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' fill='none'%3E%3Cpath  stroke='%23202023'  stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M20.667 21v-2a4 4 0 0 0-4-4h-8a4 4 0 0 0-4 4v2M12.667 11a4 4 0 1 0 0-8 4 4 0 0 0 0 8Z'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.logo {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='117' height='37' viewBox='0 0 117 37' fill='none'%3E%3Cg fill='%23FF41B4' clip-path='url(%23a)'%3E%3Cpath d='M21.146 18.47c0 1.553-.276 2.997-.832 4.336-.557 1.338-1.31 2.493-2.264 3.47a10.597 10.597 0 0 1-3.353 2.31c-1.279.564-2.655.84-4.124.84-1.468 0-2.826-.282-4.105-.84a10.72 10.72 0 0 1-3.365-2.31 10.687 10.687 0 0 1-2.27-3.47c-.557-1.34-.832-2.783-.832-4.337 0-1.554.275-3.04.832-4.385.557-1.345 1.31-2.506 2.27-3.483.96-.976 2.08-1.744 3.365-2.297 1.279-.559 2.65-.835 4.105-.835 1.457 0 2.845.264 4.124.786a9.908 9.908 0 0 1 3.353 2.23c.954.964 1.707 2.119 2.264 3.47.556 1.351.832 2.856.832 4.508v.006Zm-5.317 0c0-.854-.14-1.628-.416-2.316a5.525 5.525 0 0 0-1.132-1.788 4.886 4.886 0 0 0-1.67-1.142 5.264 5.264 0 0 0-2.038-.4c-.722 0-1.4.136-2.037.4a4.804 4.804 0 0 0-1.664 1.142 5.52 5.52 0 0 0-1.114 1.788c-.269.694-.404 1.462-.404 2.315 0 .805.135 1.548.404 2.23.27.682.643 1.277 1.114 1.787.47.51 1.022.903 1.664 1.192a4.876 4.876 0 0 0 2.037.436c.722 0 1.402-.135 2.038-.405a5.065 5.065 0 0 0 1.67-1.143c.477-.491.85-1.087 1.132-1.787a6.25 6.25 0 0 0 .416-2.31ZM34.086 29.046h-5.274V8.267h1.272l1.738 2.02a9.207 9.207 0 0 1 2.888-1.793 9.255 9.255 0 0 1 3.37-.632c1.261 0 2.454.24 3.574.725a9.263 9.263 0 0 1 2.937 1.996 9.471 9.471 0 0 1 1.982 2.966c.483 1.13.722 2.34.722 3.618V29.04H42.02V17.167c0-.54-.104-1.056-.306-1.542a4.027 4.027 0 0 0-.85-1.271 4.024 4.024 0 0 0-1.255-.854 3.76 3.76 0 0 0-1.53-.307c-.544 0-1.076.105-1.566.307a3.81 3.81 0 0 0-1.272.854 4.134 4.134 0 0 0-.85 1.271 3.874 3.874 0 0 0-.306 1.542v11.879ZM61.117 36.957H55.8V8.267h1.272l2.105 2.506a13.52 13.52 0 0 1 1.566-1.277c.57-.4 1.157-.75 1.769-1.038a10.513 10.513 0 0 1 1.902-.688 8.094 8.094 0 0 1 1.989-.252c1.456 0 2.826.264 4.105.786a10.157 10.157 0 0 1 3.365 2.223c.96.959 1.72 2.113 2.27 3.465.55 1.35.832 2.85.832 4.49 0 1.64-.275 3.242-.832 4.606-.557 1.364-1.31 2.524-2.27 3.47a9.8 9.8 0 0 1-3.365 2.18c-1.285.504-2.65.756-4.105.756-.465 0-.924-.049-1.383-.153a9.022 9.022 0 0 1-1.352-.418 17.922 17.922 0 0 1-1.316-.59 26.478 26.478 0 0 1-1.248-.681v9.311l.013-.006Zm10.572-18.488c0-.878-.14-1.67-.416-2.364a5.22 5.22 0 0 0-1.132-1.776 4.99 4.99 0 0 0-1.683-1.118 5.457 5.457 0 0 0-2.05-.386c-.721 0-1.4.129-2.037.386a4.909 4.909 0 0 0-1.67 1.118 5.22 5.22 0 0 0-1.132 1.776c-.275.7-.416 1.486-.416 2.364 0 .878.141 1.61.416 2.31.276.7.655 1.296 1.132 1.787a5.066 5.066 0 0 0 1.67 1.142c.637.27 1.316.406 2.038.406.722 0 1.401-.135 2.05-.406a4.993 4.993 0 0 0 1.682-1.142 5.337 5.337 0 0 0 1.132-1.787c.275-.7.416-1.468.416-2.31ZM89.964 29.046h-5.317V0h5.317v29.046ZM103.725 36.957V31.62l2.936.036c.514 0 1.01-.085 1.487-.251.477-.166.918-.4 1.322-.7.403-.301.764-.652 1.07-1.057.312-.405.563-.848.753-1.327-.581.246-1.169.492-1.768.737a4.72 4.72 0 0 1-1.805.369 9.52 9.52 0 0 1-3.598-.682 9.015 9.015 0 0 1-2.949-1.928c-.844-.836-1.505-1.85-1.988-3.047-.484-1.198-.722-2.537-.722-4.023V8.267h5.256v11.486c0 .737.104 1.382.318 1.929.214.553.501 1.007.862 1.376a3.4 3.4 0 0 0 1.267.823c.483.184 1.003.27 1.554.27.551 0 1.052-.13 1.536-.381a4.258 4.258 0 0 0 1.266-1.001 4.82 4.82 0 0 0 .85-1.407 4.324 4.324 0 0 0 .313-1.621V8.267h5.316V26.43c-.012 1.461-.293 2.831-.85 4.115a10.668 10.668 0 0 1-2.27 3.353 10.912 10.912 0 0 1-3.353 2.273c-1.272.559-2.643.835-4.099.835l-2.704-.037v-.012Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M.001 0h117v37h-117z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.svg_icon.icon_cate {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='27'  viewBox='0 0 27 27' fill='none'%3E%3Cpath stroke='%23FF41B4' stroke-width='3' d='M4.055 17.188h5.258v5.257A2.555 2.555 0 0 1 6.758 25H4.055A2.555 2.555 0 0 1 1.5 22.445v-2.703a2.555 2.555 0 0 1 2.555-2.555Zm17.998 0a2.555 2.555 0 0 1 2.554 2.554v2.703A2.555 2.555 0 0 1 22.053 25H19.35a2.555 2.555 0 0 1-2.555-2.555v-5.258h5.258ZM4.055 2h2.703a2.555 2.555 0 0 1 2.554 2.555v5.258H4.056A2.555 2.555 0 0 1 1.5 7.258V4.555A2.555 2.555 0 0 1 4.055 2ZM19.35 2h2.703a2.555 2.555 0 0 1 2.554 2.555v2.703a2.555 2.555 0 0 1-2.554 2.554h-5.258V4.556A2.555 2.555 0 0 1 19.35 2Z'/%3E%3C/svg%3E");
}
.svg_icon.icon_video {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='17' viewBox='0 0 29 17' fill='none'%3E%3Cpath fill='%23FF41B4' d='M20.59 16.55H1.336a.906.906 0 0 1-.895-.914V2.13c0-.504.402-.914.895-.914H20.59c.493 0 .894.41.894.914v13.505a.906.906 0 0 1-.894.914ZM2.23 14.721h17.465V3.046H2.23V14.72ZM27.257 14.197a.872.872 0 0 1-.334-.065l-4.166-1.715a.924.924 0 0 1-.497-1.19.89.89 0 0 1 1.164-.509l2.934 1.207V5.833L23.42 7.04a.887.887 0 0 1-1.164-.508.923.923 0 0 1 .497-1.19l4.166-1.715a.876.876 0 0 1 .835.09c.246.17.393.454.393.755v8.803a.91.91 0 0 1-.894.914l.004.008Z'/%3E%3Cpath fill='%23FF41B4' d='M6.055 5.838a.965.965 0 0 0-.954-.976.963.963 0 0 0-.954.976c0 .54.425.975.954.975a.963.963 0 0 0 .954-.975Z'/%3E%3Cpath stroke='%2FF41B4' stroke-width='.5' d='M20.59 16.55H1.336a.906.906 0 0 1-.895-.914V2.13c0-.504.402-.914.895-.914H20.59c.493 0 .894.41.894.914v13.505a.906.906 0 0 1-.894.914ZM2.23 14.721h17.465V3.046H2.23V14.72ZM27.257 14.197a.872.872 0 0 1-.334-.065l-4.166-1.715a.924.924 0 0 1-.497-1.19.89.89 0 0 1 1.164-.509l2.934 1.207V5.833L23.42 7.04a.887.887 0 0 1-1.164-.508.923.923 0 0 1 .497-1.19l4.166-1.715a.876.876 0 0 1 .835.09c.246.17.393.454.393.755v8.803a.91.91 0 0 1-.894.914l.004.008Z'/%3E%3Cpath stroke='%23FF41B4' stroke-width='.5' d='M6.055 5.838a.965.965 0 0 0-.954-.976.963.963 0 0 0-.954.976c0 .54.425.975.954.975a.963.963 0 0 0 .954-.975Z'/%3E%3C/svg%3E");
}
.svg_icon.icon_search.point {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='20' viewBox='0 0 18 20' fill='none'%3E%3Cpath fill='%23FF41B4' d='M16.242 18.967a1 1 0 1 0 1.515-1.304l-1.515 1.304ZM14.326 8.744a6.059 6.059 0 0 1-6.06 6.059v2a8.059 8.059 0 0 0 8.06-8.06h-2Zm-6.06 6.059a6.059 6.059 0 0 1-6.058-6.06h-2a8.059 8.059 0 0 0 8.059 8.06v-2Zm-6.058-6.06a6.059 6.059 0 0 1 6.059-6.058v-2A8.059 8.059 0 0 0 .208 8.744h2Zm6.059-6.058a6.059 6.059 0 0 1 6.059 6.059h2a8.059 8.059 0 0 0-8.06-8.06v2Zm3.71 11.33 4.265 4.952 1.515-1.304-4.264-4.954-1.516 1.305Z'/%3E%3C/svg%3E");
}
.svg_icon.icon_search.gray {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='20' viewBox='0 0 18 20' fill='none'%3E%3Cpath fill='%23666' d='M16.242 18.967a1 1 0 1 0 1.515-1.304l-1.515 1.304ZM14.326 8.744a6.059 6.059 0 0 1-6.06 6.059v2a8.059 8.059 0 0 0 8.06-8.06h-2Zm-6.06 6.059a6.059 6.059 0 0 1-6.058-6.06h-2a8.059 8.059 0 0 0 8.059 8.06v-2Zm-6.058-6.06a6.059 6.059 0 0 1 6.059-6.058v-2A8.059 8.059 0 0 0 .208 8.744h2Zm6.059-6.058a6.059 6.059 0 0 1 6.059 6.059h2a8.059 8.059 0 0 0-8.06-8.06v2Zm3.71 11.33 4.265 4.952 1.515-1.304-4.264-4.954-1.516 1.305Z'/%3E%3C/svg%3E");
}
.svg_icon.icon_notice.point {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' viewBox='0 0 20 21' fill='none'%3E%3Cpath fill='%23FF41B4' fill-rule='evenodd' d='M10 1.125c1.775 0 3.233 1.527 3.233 3.386v3.908c0 1.859-1.458 3.385-3.233 3.385-1.775 0-3.233-1.526-3.233-3.385V4.51c0-1.86 1.443-3.386 3.233-3.386Zm6.25 7.913v-.03c-.029-.937-1.4-.952-1.443 0v.045c-.29 2.51-2.339 4.474-4.807 4.49-2.468-.031-4.518-1.98-4.807-4.49v-.045c-.043-.937-1.414-.922-1.443 0v.06c.029 3.084 2.28 5.638 5.225 6.152v2.6h-1.76c-.55 0-.982.468-.982 1.027 0 .575.447 1.028.981 1.028h5.63c.548 0 .981-.468.981-1.028 0-.574-.447-1.027-.981-1.027h-1.906v-2.6c2.974-.469 5.269-3.053 5.298-6.167v-.03l.014.015Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}
.svg_icon.icon_arrow_right {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath stroke='%23999' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m5.33 13.333 5.334-5-5.333-5'/%3E%3C/svg%3E");
}
.svg_icon.icon_arrow_right.white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m5.33 13.333 5.334-5-5.333-5'/%3E%3C/svg%3E");
}
.svg_icon.icon_arrow_right.point {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath stroke='%23FF41B4' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m5.33 13.333 5.334-5-5.333-5'/%3E%3C/svg%3E");
}
.svg_icon.icon_home.white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Cg stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='m2.383 8.007 8.672-6.744 8.672 6.744v10.6a1.927 1.927 0 0 1-1.927 1.926H4.31a1.927 1.927 0 0 1-1.927-1.927V8.007Z'/%3E%3Cpath d='M8.165 20.534v-9.636h5.78v9.636'/%3E%3C/g%3E%3C/svg%3E");
}
.svg_icon.icon_like.gray {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='25' viewBox='0 0 28 25' fill='none'%3E%3Cpath stroke='%23666' stroke-width='2' d='M23.565 2.656c-2.818-2.452-7.087-2.078-9.68.628l-.35.37-.363-.358C10.512.666 6.236.41 3.484 2.941.464 5.72.409 10.465 3.27 13.308l.536.532 9.047 8.976c.515.51 1.336.501 1.837-.025l8.823-9.227.523-.547c2.794-2.92 2.626-7.664-.465-10.353l-.007-.008Z'/%3E%3C/svg%3E");
}
.svg_icon.icon_push.gray {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='30' viewBox='0 0 27 30' fill='none'%3E%3Cpath stroke='%23666' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M17.429 24.416c0 2.214-1.881 4.008-4.202 4.008-2.32 0-4.202-1.794-4.202-4.008m16.173-1.078H1.256s3.9-1.103 3.9-2.462v-7.274a7.992 7.992 0 1 1 15.985 0v7.274c0 1.573 4.058 2.462 4.058 2.462ZM14.4 2.837a1.26 1.26 0 1 1-2.521 0 1.26 1.26 0 0 1 2.521 0Z'/%3E%3C/svg%3E");
}
.svg_icon.icon_note.gray {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31' height='24' viewBox='0 0 31 24' fill='none'%3E%3Cpath stroke='%23666' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m3.2 3.625 12.307 10.109 12.306-10.11M10.82 12.66l-7.716 7.716m17.092-7.716 7.716 7.716M3.524 22.81H27.49a2.326 2.326 0 0 0 2.325-2.326V3.517a2.326 2.326 0 0 0-2.325-2.326H3.524a2.326 2.326 0 0 0-2.326 2.326v16.966a2.326 2.326 0 0 0 2.326 2.326Z'/%3E%3C/svg%3E");
}
.svg_icon.icon_my.gray {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath stroke='%23666' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M9.322 23.49a6.87 6.87 0 1 1 13.74 0M30.747 16c0 8.038-6.516 14.555-14.555 14.555-8.038 0-14.554-6.517-14.554-14.555 0-8.039 6.516-14.555 14.554-14.555 8.039 0 14.555 6.516 14.555 14.555Zm-9.924-4.158a4.63 4.63 0 1 1-9.262 0 4.63 4.63 0 0 1 9.262 0Z'/%3E%3C/svg%3E");
}
.svg_icon.icon_pen.white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='18' viewBox='0 0 17 18' fill='none'%3E%3Cg fill='%23fff' clip-path='url(%23a)'%3E%3Cpath d='m12.47.667-1.583 1.581 4.364 4.404 1.583-1.581L12.47.667ZM.924 12.194l-.758 5.138 5.122-.734 9.274-9.261-4.365-4.403-9.273 9.26Zm3.256.57-.73-.732 6.725-6.718.731.732-6.726 6.717Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M.166.666h16.667v16.667H.166z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.svg_icon.icon_send.point {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath stroke='%23FF41B4' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m19 5-9 9M19 5l-5.95 17-3.4-7.65L2 10.95 19 5Z'/%3E%3C/svg%3E");
}
.svg_icon.icon_arrow_down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9'  fill='none'%3E%3Cpath stroke='%23666' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M.75 1.31 7 7.977l6.25-6.667'/%3E%3C/svg%3E");
}
.svg_icon.icon_arrow_down.point {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9'  fill='none'%3E%3Cpath stroke='%23FF41B4' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M.75 1.31 7 7.977l6.25-6.667'/%3E%3C/svg%3E");
}
.svg_icon.icon_gift {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg stroke='%23666' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='M20 12v10H4V12M22 7H2v5h20V7ZM12 22V7M12 7H7.5a2.5 2.5 0 1 1 0-5C11 2 12 7 12 7ZM12 7h4.5a2.5 2.5 0 0 0 0-5C13 2 12 7 12 7Z'/%3E%3C/g%3E%3C/svg%3E");
}
.svg_icon.icon_tel {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'  fill='none'%3E%3Cpath stroke='%23666' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M21.997 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.107 2h3a2 2 0 0 1 2 1.72c.127.96.362 1.903.7 2.81a2 2 0 0 1-.45 2.11l-1.27 1.27a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.908.339 1.85.574 2.81.7a2 2 0 0 1 1.72 2.03Z'/%3E%3C/svg%3E");
}
.svg_icon.icon_tel.white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'  fill='none'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M21.997 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.107 2h3a2 2 0 0 1 2 1.72c.127.96.362 1.903.7 2.81a2 2 0 0 1-.45 2.11l-1.27 1.27a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.908.339 1.85.574 2.81.7a2 2 0 0 1 1.72 2.03Z'/%3E%3C/svg%3E");
}
.svg_icon.icon_close_circle {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'  viewBox='0 0 24 24' fill='none'%3E%3Cg stroke='%23666' stroke-linecap='round' stroke-width='1.5'%3E%3Cpath stroke-linejoin='round' d='M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10Z'/%3E%3Cpath d='m8.54 15.536 7.07-7.071M15.61 15.536 8.537 8.465'/%3E%3C/g%3E%3C/svg%3E");
}
.svg_icon.icon_eye {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='15' viewBox='0 0 14 15' fill='none'%3E%3Cg stroke='%23666' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.2' clip-path='url(%23a)'%3E%3Cpath d='M.583 7.5S2.917 2.833 7 2.833c4.084 0 6.417 4.667 6.417 4.667S11.084 12.167 7 12.167C2.917 12.167.583 7.5.583 7.5Z'/%3E%3Cpath d='M7 9.25a1.75 1.75 0 1 0 0-3.5 1.75 1.75 0 0 0 0 3.5Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 .5h14v14H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.svg_icon.icon_thumbsup {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='15' viewBox='0 0 14 15' fill='none'%3E%3Cpath stroke='%23666' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.2' d='m4.085 6.917 2.333-5.25a1.75 1.75 0 0 1 1.75 1.75V5.75h3.302a1.167 1.167 0 0 1 1.166 1.342l-.805 5.25a1.167 1.167 0 0 1-1.166.991h-6.58m0-6.416v6.416m0-6.416h-1.75a1.167 1.167 0 0 0-1.167 1.166v4.084a1.167 1.167 0 0 0 1.167 1.166h1.75'/%3E%3C/svg%3E");
}
.svg_icon.icon_file {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath stroke='%23666' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m14.295 7.367-6.127 6.126a4.002 4.002 0 1 1-5.66-5.66l6.127-6.126a2.668 2.668 0 1 1 3.773 3.773l-6.133 6.127A1.334 1.334 0 0 1 4.388 9.72l5.66-5.653'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h16v16H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.svg_icon.icon_photo.gray {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath stroke='%23666' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M17.149 9.102c0 .778-.628 1.406-1.407 1.406a1.404 1.404 0 0 1-1.406-1.406c0-.779.628-1.407 1.406-1.407.78 0 1.407.628 1.407 1.407Z'/%3E%3Cpath stroke='%23666' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M19.563 2H4.057A2.057 2.057 0 0 0 2 4.057v15.518c0 1.136.921 2.057 2.057 2.057h15.506a2.057 2.057 0 0 0 2.057-2.058V4.058A2.057 2.057 0 0 0 19.563 2Z'/%3E%3Cpath stroke='%23666' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m21.62 12.078-3.94 3.742a2.31 2.31 0 0 1-3.138.035l-6.207-5.59a2.324 2.324 0 0 0-3.336.255L2 14.193'/%3E%3C/svg%3E");
}
.svg_icon.icon_toggle {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 13 13' fill='none'%3E%3Cpath stroke='%23999'  stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m1.666 6 5 5.334 5-5.333'/%3E%3Cpath stroke='%23999' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m1.666 1.335 5 5.333 5-5.333'/%3E%3C/svg%3E");
}
.svg_icon.icon_excl {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17'  viewBox='0 0 16 17'  fill='none'%3E%3Crect width='16' height='16' y='.5' fill='%23FFB7E2' rx='8'/%3E%3Cpath fill='%23fff' d='m9.262 4.5-.2 5.848h-1.84L7.013 4.5h2.25ZM7 11.977a1.128 1.128 0 0 1 1.137-1.125c.597 0 1.13.503 1.136 1.125a1.157 1.157 0 0 1-1.136 1.136A1.13 1.13 0 0 1 7 11.977Z'/%3E%3C/svg%3E");
}
.svg_icon.icon_plus {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath stroke='%23666'  stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M8 14.666V1.333M14.672 8H1.339'/%3E%3C/svg%3E");
}
.svg_icon.icon_minus {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='2' fill='none'%3E%3Cpath stroke='%23666'  stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M14.531 1H1.332'/%3E%3C/svg%3E");
}
.svg_icon.icon_close.gray {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'  fill='none'%3E%3Cg stroke='%23666' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='M1 15 15.071.787M15 15 .929.787'/%3E%3C/g%3E%3C/svg%3E");
}
.svg_icon.icon_comment {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='18' viewBox='0 0 19 18' fill='none'%3E%3Cpath fill='%23fff' d='M7.209.065C3.707.065.867 2.275.867 5c0 1.48.84 2.808 2.166 3.711-.11.42-.369 1.126-.925 1.57 0 0 1.85.64 3.184-.578.605.149 1.25.23 1.917.23 3.501 0 6.34-2.21 6.34-4.936 0-2.725-2.839-4.934-6.34-4.934v.002Z'/%3E%3Cpath fill='%23fff' d='M16.118 15.358c1.326-.903 2.166-2.232 2.166-3.711 0-2.064-1.628-3.831-3.938-4.569-.389.894-1.028 1.707-1.898 2.383-1.411 1.1-3.272 1.705-5.237 1.705a9.18 9.18 0 0 1-1.558-.132c-.032.2-.051.405-.051.613 0 2.725 2.84 4.935 6.34 4.935.67 0 1.315-.081 1.92-.23 1.333 1.216 3.184.579 3.184.579-.556-.447-.815-1.15-.925-1.57l-.003-.003Z'/%3E%3C/svg%3E");
}
.svg_icon.icon_camera.gray {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='37' height='31' viewBox='0 0 37 31' fill='none'%3E%3Cpath fill='%23999' d='M18.501 10.332c-3.638 0-6.599 2.893-6.599 6.448 0 3.555 2.962 6.448 6.6 6.448 3.637 0 6.599-2.893 6.599-6.448 0-3.555-2.962-6.448-6.6-6.448Z'/%3E%3Cpath fill='%23999' fill-rule='evenodd' d='M13.819.111c3.13-.138 6.26-.138 9.362 0 1.692.083 3.215 1.02 4.118 2.397l1.438 2.26c.423.661 1.128 1.102 1.946 1.212.677.083 1.354.193 2.03.304A5.068 5.068 0 0 1 37 11.299V25.82c0 2.866-2.369 5.18-5.302 5.18H5.302C2.369 31 0 28.687 0 25.82V11.326a5.09 5.09 0 0 1 4.287-5.015c.676-.11 1.353-.22 2.03-.303.818-.11 1.523-.551 1.946-1.212l1.438-2.26A5.13 5.13 0 0 1 13.82.139V.11ZM9.25 16.782c0-4.987 4.146-9.038 9.25-9.038s9.25 4.05 9.25 9.038-4.146 9.038-9.25 9.038-9.25-4.05-9.25-9.038Zm21.15-2.59c.734 0 1.326-.579 1.326-1.295s-.592-1.295-1.325-1.295-1.325.579-1.325 1.295.592 1.295 1.325 1.295Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}
.svg_icon.icon_edit_circle {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' fill='none'%3E%3Crect width='25' height='25' fill='%23FF41B4' rx='12.5'/%3E%3Cg fill='%23fff' clip-path='url(%23a)'%3E%3Cpath d='M15.677 5.833 14.41 7.098l3.491 3.522 1.267-1.264-3.491-3.523ZM6.439 15.053l-.607 4.11 4.098-.587 7.419-7.409-3.492-3.522-7.418 7.408Zm2.604.455-.584-.585 5.38-5.374.585.586-5.38 5.373Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M5.832 5.832h13.333v13.333H5.832z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.svg_icon.icon_trash_circle {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' fill='none'%3E%3Crect width='25' height='25' fill='%23FF41B4' rx='12.5'/%3E%3Cpath fill='%23fff' d='M7.358 17.851c0 .723.576 1.31 1.284 1.31h7.716c.708 0 1.284-.587 1.284-1.31V8.665H7.358v9.186Zm7.284-6.994c0-.239.192-.434.426-.434.234 0 .426.195.426.434v6.125a.432.432 0 0 1-.426.434.432.432 0 0 1-.426-.434v-6.125Zm-2.574 0c0-.239.192-.434.426-.434.234 0 .426.195.426.434v6.125a.432.432 0 0 1-.426.434.432.432 0 0 1-.426-.434v-6.125Zm-2.574 0c0-.239.192-.434.426-.434.234 0 .426.195.426.434v6.125a.432.432 0 0 1-.426.434.432.432 0 0 1-.426-.434v-6.125Zm8.58-4.813h-3.216l-.252-.509a.636.636 0 0 0-.576-.367h-3.06a.641.641 0 0 0-.576.361l-.252.509H6.926a.432.432 0 0 0-.426.434v.876c0 .239.192.435.426.435h11.148a.432.432 0 0 0 .426-.435v-.876a.432.432 0 0 0-.426-.434v.006Z'/%3E%3C/svg%3E");
}
.svg_icon.icon_statistics.gray {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cg fill='%23666' clip-path='url(%23a)'%3E%3Cpath d='M23.46 10.69c0-.5-.37-.92-.86-.98l-1.69-.22a.245.245 0 0 1-.21-.18c-.23-.79-.56-1.54-.98-2.25a.262.262 0 0 1 0-.27l1.06-1.35a.97.97 0 0 0-.09-1.3l-1.4-1.45A.978.978 0 0 0 18 2.6l-1.39 1.06c-.08.05-.19.05-.27 0-.7-.42-1.46-.75-2.25-.98a.277.277 0 0 1-.18-.21L13.72.84c-.04-.47-.47-.84-.96-.84H10.7c-.5 0-.92.37-.98.86l-.21 1.69c-.01.1-.08.18-.18.21-.79.22-1.55.55-2.25.98-.08.05-.19.05-.27 0L5.45 2.63a.978.978 0 0 0-1.29.09L2.7 4.18c-.35.35-.39.9-.09 1.29l1.06 1.39c.05.08.05.19 0 .27-.42.7-.75 1.46-.98 2.25-.03.09-.11.16-.21.18l-1.63.23c-.48.05-.85.47-.85.96v2.07c0 .5.37.92.86.98l1.69.22c.1.01.18.08.21.18.22.79.55 1.55.98 2.25.05.08.05.19 0 .27l-1.11 1.29c-.3.39-.26.94.09 1.29l1.46 1.46c.35.35.9.39 1.29.09l1.39-1.06c.08-.05.19-.05.27 0 .7.42 1.46.75 2.25.98.09.03.16.11.18.21l.23 1.63c.06.49.48.86.98.86h2.07c.5 0 .92-.37.98-.86l.22-1.69c.01-.1.08-.18.18-.21a8.83 8.83 0 0 0 2.25-.98c.08-.05.19-.05.27 0l1.36 1.06c.39.3.94.26 1.29-.09l1.46-1.46c.35-.35.39-.9.09-1.29l-1.12-1.33a.262.262 0 0 1 0-.27c.42-.7.75-1.46.98-2.25.03-.09.11-.16.21-.18l1.69-.22c.49-.06.86-.48.86-.98l-.06-2.03h-.04Zm-11.73 7.88c-5.27 0-8.56-5.7-5.93-10.26 2.63-4.56 9.22-4.56 11.85 0a6.837 6.837 0 0 1-5.92 10.26Z'/%3E%3Cpath d='M12.709 12.712h1.47c.25.02.47-.16.49-.41v-4.07a.45.45 0 0 0-.49-.41h-1.47a.45.45 0 0 0-.49.41v4.07c.02.25.24.43.49.41ZM8.803 9.781h1.47s.49 0 .49.49v1.96s0 .49-.49.49h-1.47s-.49 0-.49-.49v-1.96s0-.49.49-.49ZM14.657 13.691h-6.35c-.75 0-1.22.81-.85 1.47.17.3.5.49.85.49h6.35c.75 0 1.22-.81.85-1.47-.17-.3-.5-.49-.85-.49Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h23.52v23.46H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.svg_icon.icon_del_circle {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Crect width='16' height='16' fill='%23FF41B4' rx='8'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m5.082 10.914 5.833-5.833M10.914 10.914 5.081 5.081'/%3E%3C/svg%3E");
}
.svg_icon.icon_onply {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none'%3E%3Cpath  stroke='%23222'  stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M19.392 15.77v2.64a1.76 1.76 0 0 1-1.918 1.76 17.414 17.414 0 0 1-7.595-2.702 17.16 17.16 0 0 1-5.28-5.28 17.415 17.415 0 0 1-2.701-7.63A1.76 1.76 0 0 1 3.649 2.64h2.64a1.76 1.76 0 0 1 1.76 1.513c.111.845.318 1.675.616 2.473a1.76 1.76 0 0 1-.396 1.857L7.151 9.6a14.079 14.079 0 0 0 5.28 5.28l1.118-1.118a1.76 1.76 0 0 1 1.857-.396c.798.298 1.628.504 2.473.616a1.76 1.76 0 0 1 1.513 1.786Z'/%3E%3Cpath stroke='%23222' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M13.75 4.52a4.72 4.72 0 0 1 3.72 3.72M13.75.75c3.93.44 7.04 3.54 7.48 7.47'/%3E%3C/svg%3E");
}
.svg_icon.icon_album {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cg stroke='%23666666' stroke-linecap='round' stroke-width='1.5'%3E%3Cpath d='M2.953 19.915V4.085a2.262 2.262 0 0 1 2.262-2.262h15.152c.375 0 .678.304.678.678v14.83'/%3E%3Cpath stroke-linejoin='round' d='M7.477 1.823v9.046l2.826-1.81 2.827 1.81V1.823'/%3E%3Cpath d='M5.219 17.654h15.83M5.219 22.177h15.83'/%3E%3Cpath stroke-linejoin='round' d='M5.215 22.177a2.262 2.262 0 1 1 0-4.523'/%3E%3C/g%3E%3C/svg%3E");
}
.svg_icon.icon_coin.white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='28' fill='none'%3E%3Ccircle cx='14.36' cy='14' r='12.911' stroke='%23fff'  stroke-width='2'/%3E%3Cpath fill='%23fff'  d='M18.633 17.868c0 .065-.05.158-.149.279C17.467 19.381 16.207 20 14.704 20c-1.565 0-2.817-.599-3.756-1.796-.877-1.116-1.315-2.51-1.315-4.183 0-1.674.446-3.073 1.338-4.2.95-1.214 2.204-1.82 3.764-1.82 1.581 0 2.805.56 3.67 1.68.084.116.126.211.126.288 0 .093-.138.369-.415.828-.276.454-.443.681-.5.681-.068 0-.227-.134-.478-.402-.308-.328-.597-.574-.869-.738a2.846 2.846 0 0 0-1.487-.402c-1.033 0-1.836.413-2.41 1.239-.511.738-.767 1.667-.767 2.788 0 1.121.253 2.06.76 2.814.573.847 1.374 1.271 2.402 1.271a2.97 2.97 0 0 0 1.479-.402 4.46 4.46 0 0 0 .955-.746c.27-.268.42-.402.446-.402.031 0 .203.219.516.656.313.432.47.67.47.714Z'/%3E%3C/svg%3E");
}
.dark .svg_icon.logo.logo {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='117' height='37' viewBox='0 0 117 37' fill='none'%3E%3Cg fill='%23F48FB1' clip-path='url(%23a)'%3E%3Cpath d='M21.146 18.47c0 1.553-.276 2.997-.832 4.336-.557 1.338-1.31 2.493-2.264 3.47a10.597 10.597 0 0 1-3.353 2.31c-1.279.564-2.655.84-4.124.84-1.468 0-2.826-.282-4.105-.84a10.72 10.72 0 0 1-3.365-2.31 10.687 10.687 0 0 1-2.27-3.47c-.557-1.34-.832-2.783-.832-4.337 0-1.554.275-3.04.832-4.385.557-1.345 1.31-2.506 2.27-3.483.96-.976 2.08-1.744 3.365-2.297 1.279-.559 2.65-.835 4.105-.835 1.457 0 2.845.264 4.124.786a9.908 9.908 0 0 1 3.353 2.23c.954.964 1.707 2.119 2.264 3.47.556 1.351.832 2.856.832 4.508v.006Zm-5.317 0c0-.854-.14-1.628-.416-2.316a5.525 5.525 0 0 0-1.132-1.788 4.886 4.886 0 0 0-1.67-1.142 5.264 5.264 0 0 0-2.038-.4c-.722 0-1.4.136-2.037.4a4.804 4.804 0 0 0-1.664 1.142 5.52 5.52 0 0 0-1.114 1.788c-.269.694-.404 1.462-.404 2.315 0 .805.135 1.548.404 2.23.27.682.643 1.277 1.114 1.787.47.51 1.022.903 1.664 1.192a4.876 4.876 0 0 0 2.037.436c.722 0 1.402-.135 2.038-.405a5.065 5.065 0 0 0 1.67-1.143c.477-.491.85-1.087 1.132-1.787a6.25 6.25 0 0 0 .416-2.31ZM34.086 29.046h-5.274V8.267h1.272l1.738 2.02a9.207 9.207 0 0 1 2.888-1.793 9.255 9.255 0 0 1 3.37-.632c1.261 0 2.454.24 3.574.725a9.263 9.263 0 0 1 2.937 1.996 9.471 9.471 0 0 1 1.982 2.966c.483 1.13.722 2.34.722 3.618V29.04H42.02V17.167c0-.54-.104-1.056-.306-1.542a4.027 4.027 0 0 0-.85-1.271 4.024 4.024 0 0 0-1.255-.854 3.76 3.76 0 0 0-1.53-.307c-.544 0-1.076.105-1.566.307a3.81 3.81 0 0 0-1.272.854 4.134 4.134 0 0 0-.85 1.271 3.874 3.874 0 0 0-.306 1.542v11.879ZM61.117 36.957H55.8V8.267h1.272l2.105 2.506a13.52 13.52 0 0 1 1.566-1.277c.57-.4 1.157-.75 1.769-1.038a10.513 10.513 0 0 1 1.902-.688 8.094 8.094 0 0 1 1.989-.252c1.456 0 2.826.264 4.105.786a10.157 10.157 0 0 1 3.365 2.223c.96.959 1.72 2.113 2.27 3.465.55 1.35.832 2.85.832 4.49 0 1.64-.275 3.242-.832 4.606-.557 1.364-1.31 2.524-2.27 3.47a9.8 9.8 0 0 1-3.365 2.18c-1.285.504-2.65.756-4.105.756-.465 0-.924-.049-1.383-.153a9.022 9.022 0 0 1-1.352-.418 17.922 17.922 0 0 1-1.316-.59 26.478 26.478 0 0 1-1.248-.681v9.311l.013-.006Zm10.572-18.488c0-.878-.14-1.67-.416-2.364a5.22 5.22 0 0 0-1.132-1.776 4.99 4.99 0 0 0-1.683-1.118 5.457 5.457 0 0 0-2.05-.386c-.721 0-1.4.129-2.037.386a4.909 4.909 0 0 0-1.67 1.118 5.22 5.22 0 0 0-1.132 1.776c-.275.7-.416 1.486-.416 2.364 0 .878.141 1.61.416 2.31.276.7.655 1.296 1.132 1.787a5.066 5.066 0 0 0 1.67 1.142c.637.27 1.316.406 2.038.406.722 0 1.401-.135 2.05-.406a4.993 4.993 0 0 0 1.682-1.142 5.337 5.337 0 0 0 1.132-1.787c.275-.7.416-1.468.416-2.31ZM89.964 29.046h-5.317V0h5.317v29.046ZM103.725 36.957V31.62l2.936.036c.514 0 1.01-.085 1.487-.251.477-.166.918-.4 1.322-.7.403-.301.764-.652 1.07-1.057.312-.405.563-.848.753-1.327-.581.246-1.169.492-1.768.737a4.72 4.72 0 0 1-1.805.369 9.52 9.52 0 0 1-3.598-.682 9.015 9.015 0 0 1-2.949-1.928c-.844-.836-1.505-1.85-1.988-3.047-.484-1.198-.722-2.537-.722-4.023V8.267h5.256v11.486c0 .737.104 1.382.318 1.929.214.553.501 1.007.862 1.376a3.4 3.4 0 0 0 1.267.823c.483.184 1.003.27 1.554.27.551 0 1.052-.13 1.536-.381a4.258 4.258 0 0 0 1.266-1.001 4.82 4.82 0 0 0 .85-1.407 4.324 4.324 0 0 0 .313-1.621V8.267h5.316V26.43c-.012 1.461-.293 2.831-.85 4.115a10.668 10.668 0 0 1-2.27 3.353 10.912 10.912 0 0 1-3.353 2.273c-1.272.559-2.643.835-4.099.835l-2.704-.037v-.012Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M.001 0h117v37h-117z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.dark .svg_icon.icon_search.icon_search.point {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='20' viewBox='0 0 18 20' fill='none'%3E%3Cpath fill='%23F48FB1' d='M16.242 18.967a1 1 0 1 0 1.515-1.304l-1.515 1.304ZM14.326 8.744a6.059 6.059 0 0 1-6.06 6.059v2a8.059 8.059 0 0 0 8.06-8.06h-2Zm-6.06 6.059a6.059 6.059 0 0 1-6.058-6.06h-2a8.059 8.059 0 0 0 8.059 8.06v-2Zm-6.058-6.06a6.059 6.059 0 0 1 6.059-6.058v-2A8.059 8.059 0 0 0 .208 8.744h2Zm6.059-6.058a6.059 6.059 0 0 1 6.059 6.059h2a8.059 8.059 0 0 0-8.06-8.06v2Zm3.71 11.33 4.265 4.952 1.515-1.304-4.264-4.954-1.516 1.305Z'/%3E%3C/svg%3E");
}
.dark .svg_icon.icon_search.gray.icon_search.gray {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='20' viewBox='0 0 18 20' fill='none'%3E%3Cpath fill='%23999' d='M16.242 18.967a1 1 0 1 0 1.515-1.304l-1.515 1.304ZM14.326 8.744a6.059 6.059 0 0 1-6.06 6.059v2a8.059 8.059 0 0 0 8.06-8.06h-2Zm-6.06 6.059a6.059 6.059 0 0 1-6.058-6.06h-2a8.059 8.059 0 0 0 8.059 8.06v-2Zm-6.058-6.06a6.059 6.059 0 0 1 6.059-6.058v-2A8.059 8.059 0 0 0 .208 8.744h2Zm6.059-6.058a6.059 6.059 0 0 1 6.059 6.059h2a8.059 8.059 0 0 0-8.06-8.06v2Zm3.71 11.33 4.265 4.952 1.515-1.304-4.264-4.954-1.516 1.305Z'/%3E%3C/svg%3E");
}
.dark .svg_icon.icon_video.icon_video {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='17' viewBox='0 0 29 17' fill='none'%3E%3Cpath fill='%23F48FB1' d='M20.59 16.55H1.336a.906.906 0 0 1-.895-.914V2.13c0-.504.402-.914.895-.914H20.59c.493 0 .894.41.894.914v13.505a.906.906 0 0 1-.894.914ZM2.23 14.721h17.465V3.046H2.23V14.72ZM27.257 14.197a.872.872 0 0 1-.334-.065l-4.166-1.715a.924.924 0 0 1-.497-1.19.89.89 0 0 1 1.164-.509l2.934 1.207V5.833L23.42 7.04a.887.887 0 0 1-1.164-.508.923.923 0 0 1 .497-1.19l4.166-1.715a.876.876 0 0 1 .835.09c.246.17.393.454.393.755v8.803a.91.91 0 0 1-.894.914l.004.008Z'/%3E%3Cpath fill='%23F48FB1' d='M6.055 5.838a.965.965 0 0 0-.954-.976.963.963 0 0 0-.954.976c0 .54.425.975.954.975a.963.963 0 0 0 .954-.975Z'/%3E%3Cpath stroke='%2F48FB1' stroke-width='.5' d='M20.59 16.55H1.336a.906.906 0 0 1-.895-.914V2.13c0-.504.402-.914.895-.914H20.59c.493 0 .894.41.894.914v13.505a.906.906 0 0 1-.894.914ZM2.23 14.721h17.465V3.046H2.23V14.72ZM27.257 14.197a.872.872 0 0 1-.334-.065l-4.166-1.715a.924.924 0 0 1-.497-1.19.89.89 0 0 1 1.164-.509l2.934 1.207V5.833L23.42 7.04a.887.887 0 0 1-1.164-.508.923.923 0 0 1 .497-1.19l4.166-1.715a.876.876 0 0 1 .835.09c.246.17.393.454.393.755v8.803a.91.91 0 0 1-.894.914l.004.008Z'/%3E%3Cpath stroke='%23F48FB1' stroke-width='.5' d='M6.055 5.838a.965.965 0 0 0-.954-.976.963.963 0 0 0-.954.976c0 .54.425.975.954.975a.963.963 0 0 0 .954-.975Z'/%3E%3C/svg%3E");
}
.dark .svg_icon.icon_cate.icon_cate {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='27'  viewBox='0 0 27 27' fill='none'%3E%3Cpath stroke='%23F48FB1' stroke-width='3' d='M4.055 17.188h5.258v5.257A2.555 2.555 0 0 1 6.758 25H4.055A2.555 2.555 0 0 1 1.5 22.445v-2.703a2.555 2.555 0 0 1 2.555-2.555Zm17.998 0a2.555 2.555 0 0 1 2.554 2.554v2.703A2.555 2.555 0 0 1 22.053 25H19.35a2.555 2.555 0 0 1-2.555-2.555v-5.258h5.258ZM4.055 2h2.703a2.555 2.555 0 0 1 2.554 2.555v5.258H4.056A2.555 2.555 0 0 1 1.5 7.258V4.555A2.555 2.555 0 0 1 4.055 2ZM19.35 2h2.703a2.555 2.555 0 0 1 2.554 2.555v2.703a2.555 2.555 0 0 1-2.554 2.554h-5.258V4.556A2.555 2.555 0 0 1 19.35 2Z'/%3E%3C/svg%3E");
}
.dark .svg_icon.icon_notice.icon_notice {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' viewBox='0 0 20 21' fill='none'%3E%3Cpath fill='%23F48FB1' fill-rule='evenodd' d='M10 1.125c1.775 0 3.233 1.527 3.233 3.386v3.908c0 1.859-1.458 3.385-3.233 3.385-1.775 0-3.233-1.526-3.233-3.385V4.51c0-1.86 1.443-3.386 3.233-3.386Zm6.25 7.913v-.03c-.029-.937-1.4-.952-1.443 0v.045c-.29 2.51-2.339 4.474-4.807 4.49-2.468-.031-4.518-1.98-4.807-4.49v-.045c-.043-.937-1.414-.922-1.443 0v.06c.029 3.084 2.28 5.638 5.225 6.152v2.6h-1.76c-.55 0-.982.468-.982 1.027 0 .575.447 1.028.981 1.028h5.63c.548 0 .981-.468.981-1.028 0-.574-.447-1.027-.981-1.027h-1.906v-2.6c2.974-.469 5.269-3.053 5.298-6.167v-.03l.014.015Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}
.dark .svg_icon.icon_send.icon_send.point {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath stroke='%23F48FB1' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m19 5-9 9M19 5l-5.95 17-3.4-7.65L2 10.95 19 5Z'/%3E%3C/svg%3E");
}
.dark .svg_icon.icon_arrow_down.icon_arrow_down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9'  fill='none'%3E%3Cpath stroke='%23999' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M.75 1.31 7 7.977l6.25-6.667'/%3E%3C/svg%3E");
}
.dark .svg_icon.icon_arrow_down.point.icon_arrow_down.point {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9'  fill='none'%3E%3Cpath stroke='%23F48FB1' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M.75 1.31 7 7.977l6.25-6.667'/%3E%3C/svg%3E");
}
.dark .svg_icon.icon_setting.icon_setting {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg stroke='%23999' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' clip-path='url(%23a)'%3E%3Cpath d='M12 15a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3Cpath d='M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a1.998 1.998 0 0 1 0 2.83 1.998 1.998 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-4 0v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a1.998 1.998 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 1 1 0-4h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 1 1 2.83-2.83l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1-1.51V3a2 2 0 1 1 4 0v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 3.417 1.415 2 2 0 0 1-.587 1.415l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 0 4h-.09a1.65 1.65 0 0 0-1.51 1Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.dark .svg_icon.icon_gift.icon_gift {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg stroke='%23999' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='M20 12v10H4V12M22 7H2v5h20V7ZM12 22V7M12 7H7.5a2.5 2.5 0 1 1 0-5C11 2 12 7 12 7ZM12 7h4.5a2.5 2.5 0 0 0 0-5C13 2 12 7 12 7Z'/%3E%3C/g%3E%3C/svg%3E");
}
.dark .svg_icon.icon_tel.icon_tel {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'  fill='none'%3E%3Cpath stroke='%23999' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M21.997 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.107 2h3a2 2 0 0 1 2 1.72c.127.96.362 1.903.7 2.81a2 2 0 0 1-.45 2.11l-1.27 1.27a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.908.339 1.85.574 2.81.7a2 2 0 0 1 1.72 2.03Z'/%3E%3C/svg%3E");
}
.dark .svg_icon.icon_close_circle.icon_close_circle {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'  viewBox='0 0 24 24' fill='none'%3E%3Cg stroke='%23999' stroke-linecap='round' stroke-width='1.5'%3E%3Cpath stroke-linejoin='round' d='M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10Z'/%3E%3Cpath d='m8.54 15.536 7.07-7.071M15.61 15.536 8.537 8.465'/%3E%3C/g%3E%3C/svg%3E");
}
.dark .svg_icon.icon_eye.icon_eye {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='15' viewBox='0 0 14 15' fill='none'%3E%3Cg stroke='%23999' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.2' clip-path='url(%23a)'%3E%3Cpath d='M.583 7.5S2.917 2.833 7 2.833c4.084 0 6.417 4.667 6.417 4.667S11.084 12.167 7 12.167C2.917 12.167.583 7.5.583 7.5Z'/%3E%3Cpath d='M7 9.25a1.75 1.75 0 1 0 0-3.5 1.75 1.75 0 0 0 0 3.5Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 .5h14v14H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.dark .svg_icon.icon_thumbsup.icon_thumbsup {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='15' viewBox='0 0 14 15' fill='none'%3E%3Cpath stroke='%23999' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.2' d='m4.085 6.917 2.333-5.25a1.75 1.75 0 0 1 1.75 1.75V5.75h3.302a1.167 1.167 0 0 1 1.166 1.342l-.805 5.25a1.167 1.167 0 0 1-1.166.991h-6.58m0-6.416v6.416m0-6.416h-1.75a1.167 1.167 0 0 0-1.167 1.166v4.084a1.167 1.167 0 0 0 1.167 1.166h1.75'/%3E%3C/svg%3E");
}
.dark .svg_icon.icon_file.icon_file {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath stroke='%23999' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m14.295 7.367-6.127 6.126a4.002 4.002 0 1 1-5.66-5.66l6.127-6.126a2.668 2.668 0 1 1 3.773 3.773l-6.133 6.127A1.334 1.334 0 0 1 4.388 9.72l5.66-5.653'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h16v16H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.dark .svg_icon.icon_excl.icon_excl {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17'  viewBox='0 0 16 17'  fill='none'%3E%3Crect width='16' height='16' y='.5' fill='%23995d71' rx='8'/%3E%3Cpath fill='%23fff' d='m9.262 4.5-.2 5.848h-1.84L7.013 4.5h2.25ZM7 11.977a1.128 1.128 0 0 1 1.137-1.125c.597 0 1.13.503 1.136 1.125a1.157 1.157 0 0 1-1.136 1.136A1.13 1.13 0 0 1 7 11.977Z'/%3E%3C/svg%3E");
}
.dark .svg_icon.icon_plus.icon_plus {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath stroke='%23999'  stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M8 14.666V1.333M14.672 8H1.339'/%3E%3C/svg%3E");
}
.dark .svg_icon.icon_minus.icon_minus {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='2' fill='none'%3E%3Cpath stroke='%23999'  stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M14.531 1H1.332'/%3E%3C/svg%3E");
}
.dark .svg_icon.icon_close.icon_close.gray {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'  fill='none'%3E%3Cg stroke='%23999' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='M1 15 15.071.787M15 15 .929.787'/%3E%3C/g%3E%3C/svg%3E");
}
.dark .svg_icon.icon_camera.icon_camera.gray {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='37' height='31' viewBox='0 0 37 31' fill='none'%3E%3Cpath fill='%234A484F' d='M18.501 10.332c-3.638 0-6.599 2.893-6.599 6.448 0 3.555 2.962 6.448 6.6 6.448 3.637 0 6.599-2.893 6.599-6.448 0-3.555-2.962-6.448-6.6-6.448Z'/%3E%3Cpath fill='%234A484F' fill-rule='evenodd' d='M13.819.111c3.13-.138 6.26-.138 9.362 0 1.692.083 3.215 1.02 4.118 2.397l1.438 2.26c.423.661 1.128 1.102 1.946 1.212.677.083 1.354.193 2.03.304A5.068 5.068 0 0 1 37 11.299V25.82c0 2.866-2.369 5.18-5.302 5.18H5.302C2.369 31 0 28.687 0 25.82V11.326a5.09 5.09 0 0 1 4.287-5.015c.676-.11 1.353-.22 2.03-.303.818-.11 1.523-.551 1.946-1.212l1.438-2.26A5.13 5.13 0 0 1 13.82.139V.11ZM9.25 16.782c0-4.987 4.146-9.038 9.25-9.038s9.25 4.05 9.25 9.038-4.146 9.038-9.25 9.038-9.25-4.05-9.25-9.038Zm21.15-2.59c.734 0 1.326-.579 1.326-1.295s-.592-1.295-1.325-1.295-1.325.579-1.325 1.295.592 1.295 1.325 1.295Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}
.dark .svg_icon.icon_edit_circle.icon_edit_circle {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' fill='none'%3E%3Crect width='25' height='25' fill='%23F48FB1' rx='12.5'/%3E%3Cg fill='%23fff' clip-path='url(%23a)'%3E%3Cpath d='M15.677 5.833 14.41 7.098l3.491 3.522 1.267-1.264-3.491-3.523ZM6.439 15.053l-.607 4.11 4.098-.587 7.419-7.409-3.492-3.522-7.418 7.408Zm2.604.455-.584-.585 5.38-5.374.585.586-5.38 5.373Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M5.832 5.832h13.333v13.333H5.832z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.dark .svg_icon.icon_trash_circle.icon_trash_circle {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' fill='none'%3E%3Crect width='25' height='25' fill='%23F48FB1' rx='12.5'/%3E%3Cpath fill='%23fff' d='M7.358 17.851c0 .723.576 1.31 1.284 1.31h7.716c.708 0 1.284-.587 1.284-1.31V8.665H7.358v9.186Zm7.284-6.994c0-.239.192-.434.426-.434.234 0 .426.195.426.434v6.125a.432.432 0 0 1-.426.434.432.432 0 0 1-.426-.434v-6.125Zm-2.574 0c0-.239.192-.434.426-.434.234 0 .426.195.426.434v6.125a.432.432 0 0 1-.426.434.432.432 0 0 1-.426-.434v-6.125Zm-2.574 0c0-.239.192-.434.426-.434.234 0 .426.195.426.434v6.125a.432.432 0 0 1-.426.434.432.432 0 0 1-.426-.434v-6.125Zm8.58-4.813h-3.216l-.252-.509a.636.636 0 0 0-.576-.367h-3.06a.641.641 0 0 0-.576.361l-.252.509H6.926a.432.432 0 0 0-.426.434v.876c0 .239.192.435.426.435h11.148a.432.432 0 0 0 .426-.435v-.876a.432.432 0 0 0-.426-.434v.006Z'/%3E%3C/svg%3E");
}
.dark .svg_icon.icon_statistics.icon_statistics.gray {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cg fill='%23999' clip-path='url(%23a)'%3E%3Cpath d='M23.46 10.69c0-.5-.37-.92-.86-.98l-1.69-.22a.245.245 0 0 1-.21-.18c-.23-.79-.56-1.54-.98-2.25a.262.262 0 0 1 0-.27l1.06-1.35a.97.97 0 0 0-.09-1.3l-1.4-1.45A.978.978 0 0 0 18 2.6l-1.39 1.06c-.08.05-.19.05-.27 0-.7-.42-1.46-.75-2.25-.98a.277.277 0 0 1-.18-.21L13.72.84c-.04-.47-.47-.84-.96-.84H10.7c-.5 0-.92.37-.98.86l-.21 1.69c-.01.1-.08.18-.18.21-.79.22-1.55.55-2.25.98-.08.05-.19.05-.27 0L5.45 2.63a.978.978 0 0 0-1.29.09L2.7 4.18c-.35.35-.39.9-.09 1.29l1.06 1.39c.05.08.05.19 0 .27-.42.7-.75 1.46-.98 2.25-.03.09-.11.16-.21.18l-1.63.23c-.48.05-.85.47-.85.96v2.07c0 .5.37.92.86.98l1.69.22c.1.01.18.08.21.18.22.79.55 1.55.98 2.25.05.08.05.19 0 .27l-1.11 1.29c-.3.39-.26.94.09 1.29l1.46 1.46c.35.35.9.39 1.29.09l1.39-1.06c.08-.05.19-.05.27 0 .7.42 1.46.75 2.25.98.09.03.16.11.18.21l.23 1.63c.06.49.48.86.98.86h2.07c.5 0 .92-.37.98-.86l.22-1.69c.01-.1.08-.18.18-.21a8.83 8.83 0 0 0 2.25-.98c.08-.05.19-.05.27 0l1.36 1.06c.39.3.94.26 1.29-.09l1.46-1.46c.35-.35.39-.9.09-1.29l-1.12-1.33a.262.262 0 0 1 0-.27c.42-.7.75-1.46.98-2.25.03-.09.11-.16.21-.18l1.69-.22c.49-.06.86-.48.86-.98l-.06-2.03h-.04Zm-11.73 7.88c-5.27 0-8.56-5.7-5.93-10.26 2.63-4.56 9.22-4.56 11.85 0a6.837 6.837 0 0 1-5.92 10.26Z'/%3E%3Cpath d='M12.709 12.712h1.47c.25.02.47-.16.49-.41v-4.07a.45.45 0 0 0-.49-.41h-1.47a.45.45 0 0 0-.49.41v4.07c.02.25.24.43.49.41ZM8.803 9.781h1.47s.49 0 .49.49v1.96s0 .49-.49.49h-1.47s-.49 0-.49-.49v-1.96s0-.49.49-.49ZM14.657 13.691h-6.35c-.75 0-1.22.81-.85 1.47.17.3.5.49.85.49h6.35c.75 0 1.22-.81.85-1.47-.17-.3-.5-.49-.85-.49Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h23.52v23.46H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.dark .svg_icon.icon_del_circle.icon_del_circle {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Crect width='16' height='16' fill='%23F48FB1' rx='8'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m5.082 10.914 5.833-5.833M10.914 10.914 5.081 5.081'/%3E%3C/svg%3E");
}
.dark .svg_icon.icon_onply.icon_onply {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none'%3E%3Cpath  stroke='%23fff'  stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M19.392 15.77v2.64a1.76 1.76 0 0 1-1.918 1.76 17.414 17.414 0 0 1-7.595-2.702 17.16 17.16 0 0 1-5.28-5.28 17.415 17.415 0 0 1-2.701-7.63A1.76 1.76 0 0 1 3.649 2.64h2.64a1.76 1.76 0 0 1 1.76 1.513c.111.845.318 1.675.616 2.473a1.76 1.76 0 0 1-.396 1.857L7.151 9.6a14.079 14.079 0 0 0 5.28 5.28l1.118-1.118a1.76 1.76 0 0 1 1.857-.396c.798.298 1.628.504 2.473.616a1.76 1.76 0 0 1 1.513 1.786Z'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M13.75 4.52a4.72 4.72 0 0 1 3.72 3.72M13.75.75c3.93.44 7.04 3.54 7.48 7.47'/%3E%3C/svg%3E");
}
.dark .svg_icon.icon_like.icon_like {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='25' viewBox='0 0 28 25' fill='none'%3E%3Cpath stroke='%23aaa' stroke-width='2' d='M23.565 2.656c-2.818-2.452-7.087-2.078-9.68.628l-.35.37-.363-.358C10.512.666 6.236.41 3.484 2.941.464 5.72.409 10.465 3.27 13.308l.536.532 9.047 8.976c.515.51 1.336.501 1.837-.025l8.823-9.227.523-.547c2.794-2.92 2.626-7.664-.465-10.353l-.007-.008Z'/%3E%3C/svg%3E");
}
.dark .svg_icon.icon_push.icon_push {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='30' viewBox='0 0 27 30' fill='none'%3E%3Cpath stroke='%23aaa' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M17.429 24.416c0 2.214-1.881 4.008-4.202 4.008-2.32 0-4.202-1.794-4.202-4.008m16.173-1.078H1.256s3.9-1.103 3.9-2.462v-7.274a7.992 7.992 0 1 1 15.985 0v7.274c0 1.573 4.058 2.462 4.058 2.462ZM14.4 2.837a1.26 1.26 0 1 1-2.521 0 1.26 1.26 0 0 1 2.521 0Z'/%3E%3C/svg%3E");
}
.dark .svg_icon.icon_note.icon_note {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31' height='24' viewBox='0 0 31 24' fill='none'%3E%3Cpath stroke='%23aaa' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m3.2 3.625 12.307 10.109 12.306-10.11M10.82 12.66l-7.716 7.716m17.092-7.716 7.716 7.716M3.524 22.81H27.49a2.326 2.326 0 0 0 2.325-2.326V3.517a2.326 2.326 0 0 0-2.325-2.326H3.524a2.326 2.326 0 0 0-2.326 2.326v16.966a2.326 2.326 0 0 0 2.326 2.326Z'/%3E%3C/svg%3E");
}
.dark .svg_icon.icon_my.icon_my {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath stroke='%23aaa' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M9.322 23.49a6.87 6.87 0 1 1 13.74 0M30.747 16c0 8.038-6.516 14.555-14.555 14.555-8.038 0-14.554-6.517-14.554-14.555 0-8.039 6.516-14.555 14.554-14.555 8.039 0 14.555 6.516 14.555 14.555Zm-9.924-4.158a4.63 4.63 0 1 1-9.262 0 4.63 4.63 0 0 1 9.262 0Z'/%3E%3C/svg%3E");
}
.dark .svg_icon.icon_album.icon_album {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cg stroke='%23999' stroke-linecap='round' stroke-width='1.5'%3E%3Cpath d='M2.953 19.915V4.085a2.262 2.262 0 0 1 2.262-2.262h15.152c.375 0 .678.304.678.678v14.83'/%3E%3Cpath stroke-linejoin='round' d='M7.477 1.823v9.046l2.826-1.81 2.827 1.81V1.823'/%3E%3Cpath d='M5.219 17.654h15.83M5.219 22.177h15.83'/%3E%3Cpath stroke-linejoin='round' d='M5.215 22.177a2.262 2.262 0 1 1 0-4.523'/%3E%3C/g%3E%3C/svg%3E");
}
.dark .svg_icon.icon_followers.icon_followers {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='26' fill='none'%3E%3Cpath stroke='%23999' stroke-linecap='round' stroke-width='1.5' d='M1.5 17.396v-.98a6.854 6.854 0 0 1 13.709 0'/%3E%3Cpath stroke='%23666' stroke-linecap='round' stroke-width='1.5' d='M13.25 11.52a4.896 4.896 0 0 1 9.792 0v.49'/%3E%3Cpath stroke='%23666' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M8.354 9.564a3.917 3.917 0 1 0 0-7.834 3.917 3.917 0 0 0 0 7.834ZM18.145 6.625a2.938 2.938 0 1 0 0-5.875 2.938 2.938 0 0 0 0 5.875ZM27.036 12.395l-7.861 12.5-1.196-6.158-5.377-3.23 14.434-3.112ZM17.938 18.763l9.094-6.369'/%3E%3C/svg%3E");
}
.dark .svg_icon.icon_shuffle.icon_shuffle {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath stroke='%23fff'  stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M14.838 4.24c-2.05 0-5.811 0-7.179 3.76-1.367 3.761-4.444 3.761-6.495 3.761'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m13.469 2.873 1.367 1.367-1.367 1.368M14.838 11.761c-2.05 0-5.811 0-7.179-3.76-1.367-3.76-4.444-3.76-6.495-3.76'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m13.469 13.127 1.367-1.367-1.367-1.367'/%3E%3C/svg%3E");
}
.dark .svg_icon.icon_my_top.icon_my_top {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' fill='none'%3E%3Cpath  stroke='%23fff'  stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M20.667 21v-2a4 4 0 0 0-4-4h-8a4 4 0 0 0-4 4v2M12.667 11a4 4 0 1 0 0-8 4 4 0 0 0 0 8Z'/%3E%3C/svg%3E");
}
.dark .svg_icon.icon_arrow_right.icon_arrow_right.point {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath stroke='%23F48FB1' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m5.33 13.333 5.334-5-5.333-5'/%3E%3C/svg%3E");
}

.png_icon {
  vertical-align: top;
}
.png_icon.icon_call {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_call.png);
  width: 30px;
  min-width: 30px;
  height: 30px;
}
.png_icon.icon_19 {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_19.png);
  width: 20px;
  min-width: 20px;
  height: 20px;
}
.png_icon.icon_tip {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_tip.png);
  width: 16px;
  min-width: 16px;
  height: 16px;
}
.png_icon.icon_coin {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_coin.png);
  width: 25px;
  min-width: 25px;
  height: 25px;
}
.png_icon.icon_onply {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_onply.png);
  width: 40px;
  min-width: 40px;
  height: 40px;
}
.png_icon.icon_upload {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_upload.png);
  width: 16px;
  min-width: 16px;
  height: 16px;
}
.png_icon.icon_lock {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_lock.png);
  width: 16px;
  min-width: 16px;
  height: 16px;
}
.png_icon.icon_video {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_video.png);
  width: 16px;
  min-width: 16px;
  height: 16px;
}
.dark .png_icon.icon_call {
  background-image: url(../img/icon_call_dark.png);
}
.dark .png_icon.icon_onply {
  background-image: url(../img/icon_onply_dark.png);
}

a.com_btn:hover {
  cursor: pointer;
}

.com_btn {
  padding: 0 20px;
  border-radius: 5px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  text-align: center;
  align-items: center;
  justify-content: center;
  letter-spacing: normal;
  box-sizing: border-box;
  min-width: 120px;
  line-height: initial;
}
@media screen and (max-width: 1023.9px) {
  .com_btn {
    min-width: 98px;
    padding-inline: 10px;
  }
}
.com_btn.w_auto {
  min-width: auto;
}
.com_btn_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
}
.com_btn_wrap.bottom {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  margin-top: 30px;
  gap: 10px;
}
@media screen and (max-width: 1023.9px) {
  .com_btn_wrap.bottom {
    margin-top: 20px;
  }
}
.com_btn_wrap.bottom .com_btn.l {
  padding-inline: 30px;
  min-width: 180px;
}
@media screen and (max-width: 1023.9px) {
  .com_btn_wrap.bottom .com_btn.l {
    min-width: calc((100% - 10px) / 2);
    height: 48px;
  }
}
.com_btn_wrap.bottom .right {
  position: absolute;
  right: 0;
}
@media screen and (max-width: 1023.9px) {
  .com_btn_wrap.bottom.has_paging {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
  }
  .com_btn_wrap.bottom.has_paging .right {
    position: relative;
  }
}
.com_btn_wrap.bottom.has_paging .com_paging {
  margin-top: 0;
}
@media screen and (max-width: 1023.9px) {
  .com_btn_wrap.bottom.has_paging .com_paging {
    margin-bottom: 10px;
  }
}
.com_btn_wrap.flex_wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 5px;
}
.com_btn.full {
  width: 100%;
  min-width: 100%;
}
.com_btn.extend {
  flex: 1;
}
.com_btn.point {
  background-color: #FF41B4;
  color: #fff;
}
.dark .com_btn.point {
  background-color: #F48FB1;
}
.com_btn.gray {
  background-color: #ddd;
  color: #666;
}
.dark .com_btn.gray {
  background-color: #2B2B2B;
  color: #999;
  border: 1px solid #353535;
}
.com_btn:disabled, .com_btn.disabled {
  background-color: #ddd !important;
  color: #666 !important;
}
.com_btn.line {
  border: solid 1px;
}
.com_btn.line.point {
  border-color: #FF41B4;
  background-color: transparent;
  color: #FF41B4;
}
.dark .com_btn.line.point {
  border-color: #F48FB1;
  background-color: #1E1E1E;
  color: #F48FB1;
}
.com_btn.line.gray {
  background-color: #fff;
  border-color: #ddd;
  color: #1E1E1E;
}
.dark .com_btn.line.gray {
  border-color: #46434B;
  background-color: #1E1E1E;
  color: #999;
}
.com_btn.line.gray_bg {
  background-color: #F2F3F3;
  border-color: #ddd;
  color: #1E1E1E;
}
.dark .com_btn.line.gray_bg {
  color: #F48FB1;
  border-color: #353535;
  background-color: #2B2B2B;
}
.com_btn.txt {
  padding: 0;
  font-size: 14px;
  min-width: auto;
}
.dark .com_btn.txt {
  color: #fff;
}
.com_btn.l {
  height: 60px;
  font-weight: 700;
  font-size: 16px;
}
.com_btn.m {
  height: 48px;
  font-weight: 600;
  font-size: 15px;
}
.com_btn.sm {
  height: 40px;
  font-size: 16px;
  font-weight: 600;
}
.com_btn.s {
  height: 37px;
  font-size: 14px;
  font-weight: 500;
}
.com_btn.oval {
  border-radius: 60px;
}
.com_btn.circle {
  min-width: auto;
  border-radius: 50%;
  padding-inline: 0;
}
.com_btn.icon {
  aspect-ratio: 1/1;
  padding: 0;
  min-width: 0;
}

/*!페이징 << < > >> */
.com_paging {
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 1023.9px) {
  .com_paging {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767.9px) {
  .com_paging.pc_ver {
    display: none;
  }
}
@media screen and (min-width: 767.9px) {
  .com_paging.m_ver {
    display: none;
  }
}
.com_table + .com_paging {
  margin-top: 40px;
}
.com_paging :is(.btn_first, .btn_prev, .btn_page, .btn_next, .btn_last) {
  min-width: 40px;
  height: 40px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  margin-left: 0;
}
@media screen and (max-width: 767.9px) {
  .com_paging :is(.btn_first, .btn_prev, .btn_page, .btn_next, .btn_last) {
    min-width: 30px;
    height: 30px;
  }
}
.com_paging :is(.btn_first, .btn_prev, .btn_next, .btn_last) img {
  height: 12px;
}
.com_paging :is(.btn_first, .btn_prev) {
  transform: rotate(180deg);
}
.com_paging .btn_prev {
  margin-right: 7px;
}
@media screen and (max-width: 767.9px) {
  .com_paging .btn_prev {
    margin-right: 4px;
  }
}
.com_paging .btn_next {
  margin-left: 7px;
}
@media screen and (max-width: 767.9px) {
  .com_paging .btn_next {
    margin-right: 4px;
  }
}
.com_paging .btn_prev, .com_paging .btn_next, .com_paging .btn_first, .com_paging .btn_last {
  border: 1px solid #ddd;
  border-radius: 50%;
}
.dark .com_paging .btn_prev, .dark .com_paging .btn_next, .dark .com_paging .btn_first, .dark .com_paging .btn_last {
  border-color: #46434B;
}
.com_paging .btn_page {
  line-height: inherit;
}
.com_paging .btn_page.active {
  font-weight: bold;
  color: #fff;
  background-color: #FF41B4;
  border-radius: 100%;
}
.dark .com_paging .btn_page.active {
  background-color: #F48FB1;
}
.com_paging .btn_page.disabled {
  cursor: auto;
  opacity: 0.4;
}

.sec-paging {
  overflow: hidden;
  text-align: center;
}
.sec-paging :is(.pg-btn, .btn-page) {
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  color: #222;
}
.sec-paging .pg-btn {
  background-image: url("../img/arrow_right.png");
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -9999px;
}
.sec-paging .pg-btn.disabled {
  cursor: auto;
  opacity: 0.4;
}
.sec-paging .group-prev {
  background-image: url("../img/arrow_last.png");
  transform: rotate(180deg);
}
.sec-paging .group-next {
  background-image: url("../img/arrow_last.png");
}
.sec-paging :is(.group-prev, .prev) {
  transform: rotate(180deg);
}
.sec-paging .btn-page {
  line-height: inherit;
  cursor: pointer;
}
.sec-paging .btn-page.active {
  font-weight: bold;
  color: #FF41B4;
}

.com_tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 4px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1023.9px) {
  .com_tab.top {
    margin-bottom: 15px;
    margin-top: 20px;
  }
}
.com_tab .tab {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  white-space: nowrap;
  border-radius: 10px;
  border: 1px solid #ddd;
  background: #F2F3F3;
  flex: 1;
  color: #999;
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  height: 50px;
}
.dark .com_tab .tab {
  background-color: #2B2B2B;
  border-color: #46434B;
}
@media screen and (max-width: 1023.9px) {
  .com_tab .tab {
    height: 40px;
    font-size: 15px;
  }
}
.com_tab .tab.active {
  background-color: #FF41B4;
  color: #fff;
  border-color: #FF41B4;
}
.dark .com_tab .tab.active {
  background-color: #995D71;
  border-color: #F48FB1;
}
.com_tab_contents {
  display: none;
}
.com_tab_contents.active {
  display: block;
}
@media screen and (max-width: 1023.9px) {
  .com_tab + .com_pg_tit__wrap {
    margin-top: 20px;
  }
}

.com_chk {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 5px;
  cursor: pointer;
  line-height: initial;
}
.com_chk__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 10px 20px;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.com_chk__scroll {
  border-radius: 6px;
  padding: 15px;
  border: 1px solid #ddd;
  background-color: #fff;
  max-height: 216px;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-face-color: transparent; /*스크롤*/
  scrollbar-highlight-color: #e2e8f0; /*하이라이트*/
  scrollbar-3dlight-color: transparent; /*왼쪽외곽음영*/
  scrollbar-darkshadow-color: transparent; /*오른쪽외곽음영*/
  scrollbar-shadow-color: transparent; /*오른쪽 안쪽음영*/
  scrollbar-arrow-color: transparent; /*화살*/
  scrollbar-track-color: transparent; /*스크롤영역*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 10px;
}
.com_chk__scroll::-webkit-scrollbar { /*스크롤바*/
  width: 5px;
  height: 5px;
}
.com_chk__scroll::-webkit-scrollbar-button { /*스크롤바 버튼(아래 위 화살표)*/
  width: 0px;
  height: 0px;
}
.com_chk__scroll::-webkit-scrollbar-thumb { /*스크롤바 핸들*/
  background-color: #999;
  background-clip: padding-box;
  border-radius: 5px;
}
.com_chk__scroll::-webkit-scrollbar-track { /*스크롤바 진행줄*/
  background-color: none;
}
.com_chk__scroll::-webkit-scrollbar-track-piece { /*진행줄에서 핸들로 덮이지 않은 영역 */
  background-color: none;
}
.dark .com_chk__scroll {
  scrollbar-highlight-color: #6b6b6b;
}
.dark .com_chk__scroll::-webkit-scrollbar-thumb { /*스크롤바 핸들*/
  background-color: #6b6b6b;
}
.dark .com_chk__scroll::-webkit-scrollbar-track-piece { /*진행줄에서 핸들로 덮이지 않은 영역 */
  background-color: #6b6b6b;
}
.com_chk__scroll .item {
  margin-top: 0 !important;
}
.dark .com_chk__scroll {
  border-color: #46434B;
  background-color: #1E1E1E;
}
.dark .com_chk__scroll::-webkit-scrollbar-track-piece { /*진행줄에서 핸들로 덮이지 않은 영역 */
  background: none;
}
.com_chk__scroll .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
}
.dark .com_chk {
  color: #fff;
}
.com_chk input[type=checkbox], .com_chk input[type=radio] {
  display: inline-block;
  padding-right: 0;
  height: 20px;
}
.com_chk input[type=checkbox]::before, .com_chk input[type=radio]::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 2px solid #aaa;
  border-radius: 5px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 20px 20px;
}
.dark .com_chk input[type=checkbox]::before, .dark .com_chk input[type=radio]::before {
  border-color: #46434B;
  background-color: transparent;
}
.com_chk input[type=checkbox]:checked::before, .com_chk input[type=radio]:checked::before {
  background-image: url("../img/chk_on.png");
  border: none;
}
.dark .com_chk input[type=checkbox]:checked::before, .dark .com_chk input[type=radio]:checked::before {
  background-image: url("../img/chk_on_dark.png");
}
.com_chk input[type=checkbox]:disabled, .com_chk input[type=radio]:disabled {
  opacity: 0.4;
  border: none;
}
.com_chk.circle {
  position: relative;
  margin: 0;
}
.com_chk.circle input::before {
  border-radius: 50%;
}
.com_chk.circle input:checked::before {
  background-image: url("../img/radio_on.png");
}
.dark .com_chk.circle input:checked::before {
  background-image: url("../img/radio_on_dark.png");
}

.com_chk_btn {
  cursor: pointer;
}
.com_chk_btn input {
  display: none;
}
.com_chk_btn .btn {
  height: 40px;
  padding-inline: 5px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  width: 100px;
  height: 40px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  border-radius: 50px;
  border: 1px solid #ddd;
  background: #F2F3F3;
}
.dark .com_chk_btn .btn {
  color: #F48FB1;
  background-color: #2B2B2B;
  border-color: #46434B;
}
.com_chk_btn input:checked + .btn {
  border-color: #000 !important;
  color: #fff;
  background-color: #000;
}
.com_chk_btn.btn_follow input:checked + .btn:after {
  content: "취소";
  display: inline-block;
  margin-left: 3px;
}
@media screen and (max-width: 1023.9px) {
  .com_chk_btn.btn_follow .btn {
    height: 32px;
    width: 70px;
  }
}

.com_btn_like input[type=checkbox]:before {
  cursor: pointer;
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_like_off.png);
  width: 24px;
  min-width: 24px;
  height: 24px;
}
.com_btn_like input[type=checkbox]:checked::before {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_like_on.png);
  width: 24px;
  min-width: 24px;
  height: 24px;
}
.dark .com_btn_like input[type=checkbox]:checked::before {
  background-image: url(../img/icon_like_on_dark.png);
}

.com_bookmark input[type=checkbox]:before {
  cursor: pointer;
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_bookmark.png);
  width: 18px;
  min-width: 18px;
  height: 18px;
}
.com_bookmark input[type=checkbox]:checked::before {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_bookmark_on.png);
  width: 18px;
  min-width: 18px;
  height: 18px;
}

.com_switch {
  width: 40px;
  height: 20px;
  display: inline-block;
  -webkit-appearance: none;
  background-color: #aaa;
  border-radius: 20px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.com_switch__wrap {
  position: relative;
  width: 40px;
  height: 20px;
}
.dark .com_switch {
  background-color: #353535;
}
.com_switch:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: linear-gradient(132deg, #FFF 43%, #D9D9D9 82.89%);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
  border-radius: 50px;
  position: absolute;
  top: 50%;
  left: 2px;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.com_switch:checked[type=checkbox] {
  background-color: #FF41B4;
  transition: all 0.3s ease;
}
.dark .com_switch:checked[type=checkbox] {
  background-color: #F48FB1;
}
.com_switch:checked[type=checkbox]:after {
  left: 22px;
  transition: all 0.3s ease;
  background: linear-gradient(132deg, #FFF 43%, #FFD3E2 82.89%);
  border: none;
}

.com_month {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  gap: 20px;
  font-size: 20px;
  font-weight: 700;
}
.com_month .btn {
  border-radius: 50px;
  border: 1px solid #ddd;
  background: #FFF;
  width: 30px;
  height: 30px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
}
.dark .com_month .btn {
  background-color: #1E1E1E;
  border-color: #46434B;
}
.dark .com_month .btn [class^=arrow_] {
  border-color: #fff;
}
.com_month .btn .arrow_prev {
  content: "";
  display: inline-block;
  position: relative;
  width: 8px;
  height: 8px;
  border: solid #666;
  border-width: 2px 2px 0 0;
  transform: rotate(-135deg);
  margin-left: 2px;
}
.com_month .btn .arrow_next {
  content: "";
  display: inline-block;
  position: relative;
  width: 8px;
  height: 8px;
  border: solid #666;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
  margin-right: 2px;
}

.com_popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  z-index: 100;
  display: none;
  justify-content: center;
  align-items: center;
}
.com_popup.active {
  display: flex;
  align-items: center;
}
.com_popup .bg_close {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.7);
}
.com_popup .pop_container {
  position: relative;
  background: #fff;
  max-width: calc(100% - 40px);
  margin-inline: auto;
  z-index: 101;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #ddd;
  box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.03);
}
.dark .com_popup .pop_container {
  border-color: #353535;
  background-color: #1E1E1E;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.com_popup .pop_container.m {
  width: 550px;
}
.com_popup .pop_container.full {
  width: 100%;
  height: 100%;
  max-width: 100%;
  border-radius: 0;
}
.com_popup .content_container {
  padding-inline: 30px;
  margin-block: 30px;
  max-height: calc(var(--vh, 1vh) * 100 - 220px);
  scrollbar-face-color: #999;
  scrollbar-highlight-color: #999; /*스크롤*/
  scrollbar-3dlight-color: #999; /*하이라이트*/
  scrollbar-darkshadow-color: #999; /*왼쪽외곽음영*/
  scrollbar-shadow-color: #999; /*오른쪽외곽음영*/
  scrollbar-arrow-color: #999; /*오른쪽 안쪽음영*/
  scrollbar-track-color: #999; /*화살*/
  /*스크롤영역*/
  overflow: hidden;
  overflow-y: auto;
  text-align: left;
  /*스크롤바*/
  /*스크롤바 버튼(아래 위 화살표)*/
  /*스크롤바 핸들*/
  /*스크롤바 진행줄*/
  /*진행줄에서 핸들로 덮이지 않은 영역 */
}
@media screen and (max-width: 1023.9px) {
  .com_popup .content_container {
    margin-block: 20px 20px;
  }
}
.com_popup .content_container .txt {
  font-size: 15px;
  line-height: 1.46;
  letter-spacing: -0.3px;
}
@media screen and (max-width: 767.9px) {
  .com_popup .content_container {
    padding-inline: 20px;
  }
}
.com_popup .content_container::-webkit-scrollbar {
  opacity: 0;
  width: 8px;
  height: 8px;
}
.com_popup .content_container::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}
.com_popup .content_container::-webkit-scrollbar-thumb {
  background-color: #999;
  background-clip: padding-box;
  border-radius: 8px;
}
.dark .com_popup .content_container::-webkit-scrollbar-thumb {
  background-color: #666;
}
.com_popup .content_container::-webkit-scrollbar-track {
  background-color: none;
}
.com_popup .content_container::-webkit-scrollbar-track-piece {
  background-color: none;
}
.com_popup .content_container::-webkit-scrollbar-corner {
  background-color: none;
}
.com_popup .btn_container {
  padding: 0 20px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media screen and (min-width: 1023.9px) {
  .com_popup .btn_container .com_btn {
    min-width: 120px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_popup .btn_container .com_btn {
    min-width: 80px;
  }
}
.com_popup .pop_tit {
  padding: 30px 20px 0;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}
.dark .com_popup .pop_tit {
  color: #fff;
}
.com_popup .btn_close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 12px;
  height: 12px;
  background: url("../img/icon_del.png") no-repeat center/100% auto;
}
.com_popup.type_alert .pop_container {
  width: 335px;
}
.com_popup.type_alert .content_container .tit {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
.com_popup.type_alert .content_container .txt {
  padding-top: 10px;
  text-align: center;
}

.pop_policy .pop_container {
  width: 800px;
}
.pop_policy .pop_container .content_container {
  padding-top: 20px;
}
@media screen and (min-width: 1023.9px) {
  .pop_policy .pop_container .content_container {
    max-height: 700px;
  }
}
.pop_policy .pop_container .content_container .policy_cont {
  line-height: 1.46;
  border-radius: 6px;
  background-color: #f7f7f7;
  padding: 25px;
  min-height: 440px;
}
.dark .pop_policy .pop_container .content_container .policy_cont {
  background-color: #2B2B2B;
}
@media screen and (max-width: 1023.9px) {
  .pop_policy .pop_container .content_container .policy_cont {
    min-height: 200px;
  }
}
.pop_policy .pop_container .content_container .policy_cont h3 {
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (min-width: 1023.9px) {
  .pop_policy .pop_container .content_container .policy_cont h3 {
    font-size: 16px;
  }
}
.pop_policy .pop_container .content_container .policy_cont p + p {
  margin-top: 15px;
}
@media screen and (max-width: 1023.9px) {
  .pop_policy .pop_container .content_container .policy_cont p {
    font-size: 13px;
  }
}

.pop_buy .pop_container {
  width: 550px;
}
.pop_buy .content_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 20px;
}
.pop_buy .icon_buy {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_buy.png);
  width: 80px;
  min-width: 80px;
  height: 80px;
  margin-inline: auto;
  display: block;
}
.dark .pop_buy .icon_buy {
  background-image: url(../img/icon_buy_dark.png);
}
.pop_buy .tit {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
.pop_buy .btn_coupon {
  width: 100%;
  height: 50px;
  justify-content: flex-start;
  padding-left: 20px;
  background: url("../img/icon_arrow_down.png") no-repeat calc(100% - 10px) center/10px auto;
}
.dark .pop_buy .btn_coupon {
  background-image: url("../img/icon_arrow_down_dark.png");
  color: #fff !important;
}
.pop_buy .coupon_area {
  border-radius: 6px;
  background-color: #f7f7f7;
  padding: 25px;
  border: 1px dashed #ddd;
}
.dark .pop_buy .coupon_area {
  background-color: #2B2B2B;
}
.dark .pop_buy .coupon_area {
  border-color: #46434B;
}
.pop_buy .coupon_area .coin_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  margin-bottom: 30px;
}
.pop_buy .coupon_area .coin_wrap dl {
  flex: 1;
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 20px;
  justify-content: center;
  font-size: 15px;
}
@media screen and (max-width: 1023.9px) {
  .pop_buy .coupon_area .coin_wrap dl {
    flex-direction: column;
    gap: 5px;
  }
}
.pop_buy .coupon_area .coin_wrap dl:not(:first-child):before {
  content: "";
  border-left: 1px solid #353535;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 15px;
}
.dark .pop_buy .coupon_area .coin_wrap dl:not(:first-child):before {
  border-color: #46434B;
}
.pop_buy .coupon_area .coin_wrap dl .com_point_txt {
  font-weight: 700;
  font-size: 24px;
}
.pop_buy .info_txt {
  text-align: center;
  line-height: 1.46;
}
@media screen and (min-width: 1023.9px) {
  .pop_buy .info_txt {
    font-size: 15px;
  }
}

.pop_apply_detail .com_info_list {
  padding: 20px;
}

.pop_apply_pay .content_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 20px;
  text-align: center;
}
.pop_apply_pay .content_container .icon_apply {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_apply.png);
  width: 80px;
  min-width: 80px;
  height: 80px;
  margin-inline: auto;
}
.dark .pop_apply_pay .content_container .icon_apply {
  background-image: url(../img/icon_apply_dark.png);
}
.pop_apply_pay .content_container .tit {
  font-weight: 700;
  font-size: 16px;
}
.pop_apply_pay .content_container .coin_box {
  border-radius: 6px;
  border: 1px solid #ddd;
  background: #f7f7f7;
  padding: 30px;
  box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.03);
  box-shadow: none;
  border-style: dashed;
  font-size: 15px;
}
.dark .pop_apply_pay .content_container .coin_box {
  background-color: #2B2B2B;
  border-color: #46434B;
}
.pop_apply_pay .content_container .coin_box .com_point_txt {
  font-size: 24px;
  margin-left: 10px;
}

.pop_apply_onply .content_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 20px;
  text-align: center;
}
.pop_apply_onply .content_container .icon_phone_available {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_phone_available.png);
  width: 80px;
  min-width: 80px;
  height: 80px;
  margin-inline: auto;
}
.dark .pop_apply_onply .content_container .icon_phone_available {
  background-image: url(../img/icon_phone_available_dark.png);
}
.pop_apply_onply .content_container .tit {
  font-weight: 700;
  font-size: 16px;
}
.pop_apply_onply .content_container .round_box {
  border-radius: 6px;
  border: 1px solid #ddd;
  background: #fff;
  padding: 30px;
  box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.03);
  box-shadow: none;
  border-style: dashed;
  font-size: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 20px;
}
.dark .pop_apply_onply .content_container .round_box {
  background-color: #2B2B2B;
  border-color: #46434B;
}
.pop_apply_onply .content_container .round_box dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
}
.pop_apply_onply .content_container .round_box dl .gray_txt {
  color: #999;
  font-size: 12px;
  margin-left: auto;
}
.pop_apply_onply .content_container .round_box dl .com_point_txt {
  font-weight: 700;
}
.pop_apply_onply .content_container .com_input_sec {
  text-align: left;
}
.pop_apply_onply .content_container .com_input_sec .textarea {
  height: 100px;
  min-height: 100px;
}
.pop_apply_onply .content_container .creator_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 10px;
}
.pop_apply_onply .content_container .creator_info .name {
  font-weight: 700;
  font-size: 15px;
  margin-top: 5px;
}
.pop_apply_onply .content_container .creator_info .user_thumb {
  overflow: hidden;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  aspect-ratio: auto;
}
.pop_apply_onply .content_container .creator_info .user_thumb > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.pop_apply_onply .content_container .creator_info .user_thumb > img, .pop_apply_onply .content_container .creator_info .user_thumb > a > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
}

.pop_gift .creator_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.pop_gift .creator_info .name {
  font-weight: 700;
}
.pop_gift .creator_info .user_thumb {
  overflow: hidden;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  aspect-ratio: auto;
}
.pop_gift .creator_info .user_thumb > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.pop_gift .creator_info .user_thumb > img, .pop_gift .creator_info .user_thumb > a > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
}
.dark .pop_gift .creator_info {
  border-color: #46434B;
}
.pop_gift .info_txt {
  padding-block: 20px;
  line-height: 1.4;
  text-align: center;
}
.pop_gift .round_box {
  border-radius: 6px;
  border: 1px solid #ddd;
  background: #f7f7f7;
  padding: 30px;
  box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.03);
  box-shadow: none;
  border-style: dashed;
  font-size: 15px;
}
.dark .pop_gift .round_box {
  background-color: #2B2B2B;
  border-color: #46434B;
}
.pop_gift .round_box .counter_wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  max-width: 280px;
  margin-inline: auto;
  gap: 5px;
}
.pop_gift .round_box .counter_wrap .com_btn {
  width: 48px;
  flex: 0 0 auto;
}
.pop_gift .round_box .counter_wrap .input {
  text-align: right;
  padding-right: 35px;
}
.pop_gift .round_box .counter_wrap .unit {
  position: absolute;
  top: 50%;
  right: 60px;
  transform: translateY(-50%);
  font-size: 14px;
}
.pop_gift .textarea {
  margin-top: 20px;
  height: 150px;
}

.pop_apply_detail .com_info_list {
  grid-template-columns: 125px auto;
}
@media screen and (max-width: 1023.9px) {
  .pop_apply_detail .com_info_list {
    grid-template-columns: 80px auto;
  }
}

.pop_new_massage {
  position: fixed;
  top: 140px;
  right: 54px;
  border: 1px solid #FF41B4;
  border-radius: 10px;
  padding: 20px 30px;
  z-index: 99;
  width: 100%;
  max-width: 550px;
  background-color: #fff;
  box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.03);
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}
@media screen and (max-width: 1023.9px) {
  .pop_new_massage {
    padding: 20px;
    top: 40px;
    left: 20px;
    right: 20px;
    width: calc(100% - 40px);
  }
}
.dark .pop_new_massage {
  border-color: #995D71;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  background-color: #1E1E1E;
}
.pop_new_massage.active {
  opacity: 1;
  visibility: visible;
}
.pop_new_massage .creator_info {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 10px;
  margin-right: 30px;
}
.pop_new_massage .creator_info .user_thumb {
  overflow: hidden;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  aspect-ratio: auto;
}
.pop_new_massage .creator_info .user_thumb > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.pop_new_massage .creator_info .user_thumb > img, .pop_new_massage .creator_info .user_thumb > a > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
}
.pop_new_massage .creator_info .txt_area {
  flex: 1;
}
.pop_new_massage .creator_info .txt_area .name {
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 5px;
}
.pop_new_massage .creator_info .txt_area .desc {
  line-height: 1.3;
  display: block;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  display: -webkit-box;
  white-space: normal;
  word-break: break-all;
}
.pop_new_massage .creator_info .btn_close {
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
}

.pop_apply_exclusive .user_name {
  margin-top: 10px;
  border-radius: 5px;
  border: 1px solid #ddd;
  background: #F2F3F3;
  padding: 10px;
  box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.03);
  border: 1px dashed #ddd;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
}
.dark .pop_apply_exclusive .user_name {
  background-color: #2B2B2B;
  border-color: #46434B;
}
.dark .pop_apply_exclusive .user_name {
  border-color: #46434B;
}

.pop_chat_album .com_tab {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #ddd;
}
.dark .pop_chat_album .com_tab {
  border-color: #46434B;
}
.pop_chat_album .date {
  margin-bottom: 10px;
}
.pop_chat_album .album_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 10px;
  width: 100%;
}
.pop_chat_album .album_list > * {
  width: calc((100% - 10px * 4) / 5);
  min-width: calc((100% - 10px * 4) / 5);
}
@media screen and (max-width: 1023.9px) {
  .pop_chat_album .album_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 10px;
    width: 100%;
  }
  .pop_chat_album .album_list > * {
    width: calc((100% - 10px * 2) / 3);
    min-width: calc((100% - 10px * 2) / 3);
  }
}
.pop_chat_album .album_list .thumb {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-width: 100%;
  aspect-ratio: 1;
  border-radius: 10px;
  cursor: pointer;
}
.pop_chat_album .album_list .thumb > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.pop_chat_album .album_list .thumb > img, .pop_chat_album .album_list .thumb > a > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
}
.pop_chat_album .album_list + .date {
  margin-top: 30px;
}
.pop_chat_album .movie .album_list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
}
.pop_chat_album .movie .album_list .thumb {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  min-width: 90px;
  aspect-ratio: 1;
}
.pop_chat_album .movie .album_list .thumb > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.pop_chat_album .movie .album_list .thumb > img, .pop_chat_album .movie .album_list .thumb > a > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
}
.pop_chat_album .movie .album_list .thumb video {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
  aspect-ratio: 1/1;
}
.pop_chat_album .movie .album_list .thumb:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_play.png);
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../img/svg/icon_play.svg);
}

@media screen and (min-width: 1023.9px) {
  .pop_chat_album_detail .pop_container {
    max-width: 80vw;
  }
}
@media screen and (max-width: 1023.9px) {
  .pop_chat_album_detail .content_container {
    padding-top: 15px;
  }
}

.pop_all_send .pop_container {
  width: 550px;
}
.pop_all_send .content_container {
  padding-inline: 20px;
  overflow: hidden;
  max-height: calc(var(--vh, 1vh) * 100 - 150px);
}
.pop_all_send .com_tab {
  margin-bottom: 10px;
}
.pop_all_send .info_txt {
  color: #999;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  font-size: 14px;
}
.dark .pop_all_send .info_txt {
  border-bottom: 1px solid #46434B;
}
.pop_all_send .chat_wrap {
  padding: 0;
  display: flex;
}
.pop_all_send .chat_wrap .chat_mid {
  height: auto;
}
.pop_all_send .chat_wrap .chat_mid .date_area {
  margin-block: 20px;
}
.pop_all_send .chat_wrap .chat_mid .date_area:before, .pop_all_send .chat_wrap .chat_mid .date_area:after {
  display: none;
}
.pop_all_send .chat_wrap .chat_mid .date_area span {
  border-radius: 30px;
  background-color: #f7f7f7;
  padding-inline: 20px;
  line-height: 29px;
  color: #999;
}
.dark .pop_all_send .chat_wrap .chat_mid .date_area span {
  background-color: #2B2B2B;
}
.pop_all_send .chat_wrap .chat_mid .scroll_body {
  height: 569px;
  max-height: none;
}
@media screen and (max-width: 1023.9px) {
  .pop_all_send .chat_wrap .chat_mid .scroll_body {
    min-height: auto;
    height: calc(var(--vh, 1vh) * 100 - 311px);
  }
}
.pop_all_send .chat_wrap .chat_bottom {
  margin-top: auto;
  border-radius: 6px;
}
@media screen and (min-width: 1023.9px) {
  .pop_all_send .com_tab_contents {
    height: 680px;
  }
}
@media screen and (max-width: 1023.9px) {
  .pop_all_send .com_tab_contents {
    height: calc(var(--vh, 1vh) * 100 - 200px);
  }
}
.pop_all_send .com_tab_contents .setting_top {
  padding-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  margin-bottom: 10px;
}
.pop_all_send .com_tab_contents .setting_top .tit {
  font-size: 700;
  font-size: 16px;
}
.dark .pop_all_send .com_tab_contents .setting_top .tit {
  color: #fff;
}
.pop_all_send .com_tab_contents .desc {
  color: #999;
}

.pop_send_img .content_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  text-align: center;
}

body {
  background-color: #fff;
  overflow-x: hidden;
}
body.dark {
  background-color: #1E1E1E;
  color: #fff;
}
body.dark a {
  color: #fff;
}

main {
  padding-top: 220px;
  padding-bottom: 30px;
  min-height: 70vh;
}
@media screen and (min-width: 1023.9px) {
  main {
    padding-inline: 40px;
    max-width: 1680px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 1023.9px) {
  main {
    padding-top: 0;
    min-height: auto;
  }
}

.com_center_wrap {
  margin: 0 auto;
}
@media screen and (max-width: 1299.9px) {
  .com_center_wrap {
    width: auto;
    margin-inline: 20px;
  }
}
.com_center_wrap.narrow {
  width: 1000px;
}
@media screen and (max-width: 1299.9px) {
  .com_center_wrap.narrow {
    width: auto;
  }
}
@media screen and (max-width: 1299.9px) and (min-width: 1023.9px) {
  .com_center_wrap.narrow {
    margin-inline: 0;
  }
}

.head {
  position: fixed;
  top: 0;
  left: 0;
  height: 180px;
  background-color: #fff;
  width: 100%;
  z-index: 11;
}
@media screen and (max-width: 1023.9px) {
  .head {
    height: 50px;
    overflow: hidden;
    position: relative;
  }
  .head.main {
    height: auto;
    position: static;
  }
}
.dark .head {
  background-color: #1E1E1E;
}
.head .head_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  padding: 25px 20px 40px;
}
@media screen and (max-width: 1023.9px) {
  .head .head_row {
    padding: 3px 20px;
    height: 50px;
  }
}
.head__logo {
  width: 163px;
  min-width: 163px;
  text-align: center;
}
.head__logo > * {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
}
@media screen and (max-width: 1023.9px) {
  .head__logo {
    width: 75px;
    min-width: 75px;
  }
  .head__logo a {
    width: 100%;
  }
  .head__logo .svg_icon {
    width: 100% !important;
    min-width: auto !important;
  }
}
.head__search {
  position: relative;
  margin-left: 38px;
  width: 600px;
  border-radius: 100px;
  border: 2px solid #FF41B4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  height: 50px;
  padding-inline: 25px;
  min-width: 400px;
}
@media screen and (max-width: 1599.9px) {
  .head__search {
    width: 250px;
    min-width: 0;
    margin-inline: 20px;
  }
}
@media screen and (max-width: 1023.9px) {
  .head__search {
    display: none;
  }
  .head__search.open {
    display: flex;
  }
}
.dark .head__search {
  border-color: #F48FB1;
}
.head__search input[type=text] {
  border: none;
  height: 50px;
  padding: 0;
  background: transparent;
}
.dark .head__search input[type=text]::placeholder {
  color: #fff;
}
.head__search .btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  position: relative;
  z-index: 100;
}
.head__search.open {
  border-radius: 25px 25px 0 0;
  border-bottom: 0;
  width: 1000px;
}
.dark .head__search.open {
  background-color: #2B2B2B;
}
.head__search_layer {
  display: none;
  position: absolute;
  top: 48px;
  left: -2px;
  width: calc(100% + 4px);
  z-index: 100;
}
@media screen and (max-width: 1023.9px) {
  .head__search_layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
}
.head__search_layer .search_cont_wrap {
  position: relative;
  z-index: 100;
  background-color: #fff;
  border: solid #FF41B4;
  border-width: 0 2px 2px;
  border-radius: 0 0 25px 25px;
  padding: 25px 20px;
  box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.03);
}
.dark .head__search_layer .search_cont_wrap {
  background-color: #2B2B2B;
  border-color: #F48FB1;
}
@media screen and (max-width: 1023.9px) {
  .head__search_layer .search_cont_wrap {
    padding-top: 0;
    border: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
  }
  .dark .head__search_layer .search_cont_wrap {
    border-color: #46434B;
  }
}
.head__search_layer .bg_close {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 99;
}
@media screen and (max-width: 1023.9px) {
  .head__search_layer .bg_close {
    background-color: rgba(0, 0, 0, 0.7);
  }
}
.head__search_layer .search_cont + .search_cont {
  margin-top: 30px;
}
.head__search_layer .tit {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 700;
}
.head__search_layer .search_input {
  position: relative;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding-inline: 20px;
  margin-inline: -20px;
}
@media screen and (min-width: 1023.9px) {
  .head__search_layer .search_input {
    display: none;
  }
}
.dark .head__search_layer .search_input {
  border-color: #46434B;
}
.dark .head__search_layer .search_input input[type=text] {
  background-color: #2B2B2B;
}
.head__search_layer .search_input .btn {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.dark .head__search_layer .search_input .btn .icon_search.icon_search {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='20' viewBox='0 0 18 20' fill='none'%3E%3Cpath fill='%23fff' d='M16.242 18.967a1 1 0 1 0 1.515-1.304l-1.515 1.304ZM14.326 8.744a6.059 6.059 0 0 1-6.06 6.059v2a8.059 8.059 0 0 0 8.06-8.06h-2Zm-6.06 6.059a6.059 6.059 0 0 1-6.058-6.06h-2a8.059 8.059 0 0 0 8.059 8.06v-2Zm-6.058-6.06a6.059 6.059 0 0 1 6.059-6.058v-2A8.059 8.059 0 0 0 .208 8.744h2Zm6.059-6.058a6.059 6.059 0 0 1 6.059 6.059h2a8.059 8.059 0 0 0-8.06-8.06v2Zm3.71 11.33 4.265 4.952 1.515-1.304-4.264-4.954-1.516 1.305Z'/%3E%3C/svg%3E");
}
.head__search_layer .search_slider__wrap {
  position: relative;
}
.head__search_layer .search_slider__wrap .swiper-scrollbar {
  background: none;
  height: 6px;
  bottom: -15px;
  display: none;
}
.head__search_layer .search_slider__wrap .swiper-scrollbar-drag {
  background: #a0a2a6;
  border-radius: 6px;
  height: 6px;
}
.dark .head__search_layer .com_contents.type_column .txt_area {
  background-color: #1E1E1E;
}
.head__search_layer .com_contents.type_column .txt_area .tit {
  margin-bottom: 0;
}
.head__search_layer .com_contents.type_column .txt_area .user_thumb {
  min-width: 60px;
  width: 60px;
  height: 60px;
  top: -33px;
  right: 12px;
}
@media screen and (max-width: 1023.9px) {
  .head__search_layer .com_contents.type_column .txt_area .user_thumb {
    min-width: 50px;
    width: 50px;
    height: 50px;
  }
}
.head__search_layer.open {
  display: block;
  z-index: 99;
}
.head__mode {
  margin-left: auto;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 4px;
  width: 120px;
  min-width: 120px;
}
@media screen and (max-width: 1023.9px) {
  .head__mode {
    margin-right: 10px;
    width: 112px;
    min-width: 112px;
  }
}
.head__mode .switch {
  width: 56px;
  height: 30px;
  display: inline-block;
  -webkit-appearance: none;
  background-color: #DFE5ED;
  border-radius: 100px;
  position: absolute;
  left: 34px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
@media screen and (max-width: 1023.9px) {
  .head__mode .switch {
    height: 24px;
    width: 45px;
  }
}
.head__mode .switch:after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background-color: #FF41B4;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1023.9px) {
  .head__mode .switch:after {
    height: 17px;
    width: 17px;
  }
}
.head__mode .switch:checked[type=checkbox] {
  background-color: #3c3c3c;
}
.head__mode .switch:checked[type=checkbox]:after {
  left: 29px;
  background-color: #F48FB1;
  border: none;
}
@media screen and (max-width: 1023.9px) {
  .head__mode .switch:checked[type=checkbox]:after {
    left: 24px;
  }
}
.head__mode .switch:checked[type=checkbox]:before {
  content: "";
  display: block;
  background-color: #3c3c3c;
  width: 18px;
  height: 18px;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  animation: move 600ms ease forwards;
}
@media screen and (max-width: 1023.9px) {
  .head__mode .switch:checked[type=checkbox]:before {
    animation: move-mobile 600ms ease forwards;
  }
}
@keyframes move {
  0% {
    left: 0;
  }
  50% {
    left: 23px;
  }
  100% {
    left: 23px;
  }
}
@keyframes move-mobile {
  0% {
    left: 0;
  }
  50% {
    left: 15px;
  }
  100% {
    left: 15px;
  }
}
.head__mode .switch:checked[type=checkbox] ~ .txt_light {
  color: rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 1023.9px) {
  .head__mode .switch:checked[type=checkbox] ~ .txt_light {
    display: none;
  }
}
.head__mode .switch:checked[type=checkbox] ~ .txt_dark {
  color: #fff;
}
@media screen and (max-width: 1023.9px) {
  .head__mode .switch:checked[type=checkbox] ~ .txt_dark {
    display: inline-block;
  }
}
.head__mode [class^=txt_] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #6B6B6B;
}
@media screen and (min-width: 1023.9px) {
  .head__mode .txt_light {
    left: 0;
  }
}
@media screen and (max-width: 1023.9px) {
  .head__mode .txt_light {
    right: 0;
  }
}
.head__mode .txt_dark {
  right: 0;
  color: rgba(107, 107, 107, 0.4);
}
@media screen and (max-width: 1023.9px) {
  .head__mode .txt_dark {
    display: none;
  }
}
.head__link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  position: relative;
}
@media screen and (max-width: 1023.9px) {
  .head__link:not(.btn_bar, .btn_search, .btn_push) {
    display: none;
  }
}
.head__link.btn_bar {
  display: none;
}
@media screen and (min-width: 1023.9px) {
  .head__link.btn_bar, .head__link.btn_search {
    display: none;
  }
}
@media screen and (min-width: 1023.9px) {
  .head__link.btn_push {
    display: none;
  }
}
.head__link.btn_push .svg_icon {
  width: 20px;
  min-width: 20px;
}
.dark .head__link .svg_icon.icon_like.icon_like {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='25' viewBox='0 0 28 25' fill='none'%3E%3Cpath stroke='%23fff' stroke-width='2' d='M23.565 2.656c-2.818-2.452-7.087-2.078-9.68.628l-.35.37-.363-.358C10.512.666 6.236.41 3.484 2.941.464 5.72.409 10.465 3.27 13.308l.536.532 9.047 8.976c.515.51 1.336.501 1.837-.025l8.823-9.227.523-.547c2.794-2.92 2.626-7.664-.465-10.353l-.007-.008Z'/%3E%3C/svg%3E");
}
.dark .head__link .svg_icon.icon_push.icon_push {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='30' viewBox='0 0 27 30' fill='none'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M17.429 24.416c0 2.214-1.881 4.008-4.202 4.008-2.32 0-4.202-1.794-4.202-4.008m16.173-1.078H1.256s3.9-1.103 3.9-2.462v-7.274a7.992 7.992 0 1 1 15.985 0v7.274c0 1.573 4.058 2.462 4.058 2.462ZM14.4 2.837a1.26 1.26 0 1 1-2.521 0 1.26 1.26 0 0 1 2.521 0Z'/%3E%3C/svg%3E");
}
.dark .head__link .svg_icon.icon_note.icon_note {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31' height='24' viewBox='0 0 31 24' fill='none'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m3.2 3.625 12.307 10.109 12.306-10.11M10.82 12.66l-7.716 7.716m17.092-7.716 7.716 7.716M3.524 22.81H27.49a2.326 2.326 0 0 0 2.325-2.326V3.517a2.326 2.326 0 0 0-2.325-2.326H3.524a2.326 2.326 0 0 0-2.326 2.326v16.966a2.326 2.326 0 0 0 2.326 2.326Z'/%3E%3C/svg%3E");
}
.dark .head__link .svg_icon.icon_coin.icon_coin {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='28' fill='none'%3E%3Ccircle cx='14.36' cy='14' r='12.911' stroke='%23fff'  stroke-width='2'/%3E%3Cpath fill='%23fff'  d='M18.633 17.868c0 .065-.05.158-.149.279C17.467 19.381 16.207 20 14.704 20c-1.565 0-2.817-.599-3.756-1.796-.877-1.116-1.315-2.51-1.315-4.183 0-1.674.446-3.073 1.338-4.2.95-1.214 2.204-1.82 3.764-1.82 1.581 0 2.805.56 3.67 1.68.084.116.126.211.126.288 0 .093-.138.369-.415.828-.276.454-.443.681-.5.681-.068 0-.227-.134-.478-.402-.308-.328-.597-.574-.869-.738a2.846 2.846 0 0 0-1.487-.402c-1.033 0-1.836.413-2.41 1.239-.511.738-.767 1.667-.767 2.788 0 1.121.253 2.06.76 2.814.573.847 1.374 1.271 2.402 1.271a2.97 2.97 0 0 0 1.479-.402 4.46 4.46 0 0 0 .955-.746c.27-.268.42-.402.446-.402.031 0 .203.219.516.656.313.432.47.67.47.714Z'/%3E%3C/svg%3E");
}
.dark .head__link .svg_icon.icon_my.icon_my {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M9.322 23.49a6.87 6.87 0 1 1 13.74 0M30.747 16c0 8.038-6.516 14.555-14.555 14.555-8.038 0-14.554-6.517-14.554-14.555 0-8.039 6.516-14.555 14.554-14.555 8.039 0 14.555 6.516 14.555 14.555Zm-9.924-4.158a4.63 4.63 0 1 1-9.262 0 4.63 4.63 0 0 1 9.262 0Z'/%3E%3C/svg%3E");
}
.dark .head__link .svg_icon.icon_search.icon_search {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='20' viewBox='0 0 18 20' fill='none'%3E%3Cpath fill='%23fff' d='M16.242 18.967a1 1 0 1 0 1.515-1.304l-1.515 1.304ZM14.326 8.744a6.059 6.059 0 0 1-6.06 6.059v2a8.059 8.059 0 0 0 8.06-8.06h-2Zm-6.06 6.059a6.059 6.059 0 0 1-6.058-6.06h-2a8.059 8.059 0 0 0 8.059 8.06v-2Zm-6.058-6.06a6.059 6.059 0 0 1 6.059-6.058v-2A8.059 8.059 0 0 0 .208 8.744h2Zm6.059-6.058a6.059 6.059 0 0 1 6.059 6.059h2a8.059 8.059 0 0 0-8.06-8.06v2Zm3.71 11.33 4.265 4.952 1.515-1.304-4.264-4.954-1.516 1.305Z'/%3E%3C/svg%3E");
}
.dark .head__link .svg_icon.icon_bar.icon_bar {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' viewBox='0 0 25 24' fill='none'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M3.667 12h18m-18-6h18m-18 12h18'/%3E%3C/svg%3E");
}
.head__link_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 30px;
}
@media screen and (min-width: 1299.9px) {
  .head__link_wrap {
    margin-left: 30px;
  }
}
@media screen and (max-width: 1299.9px) {
  .head__link_wrap {
    gap: 10px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 1023.9px) {
  .head__link_wrap {
    margin-left: 0;
  }
}
@media screen and (min-width: 1023.9px) {
  .head__link_wrap .btn_my_m {
    display: none;
  }
}
.head__link_wrap .coin_summary {
  border-radius: 50px;
  padding: 6px 15px;
  background-color: #f7f7f7;
  white-space: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 20px;
}
.dark .head__link_wrap .coin_summary {
  background-color: #2B2B2B;
}
@media screen and (max-width: 1023.9px) {
  .head__link_wrap .coin_summary {
    display: none;
  }
}
.head__link_wrap .coin_summary dl {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 10px;
  font-size: 12px;
}
.head__link_wrap .coin_summary dl .num {
  color: #FF41B4;
  font-weight: 700;
  font-size: 15px;
}
.dark .head__link_wrap .coin_summary dl .num {
  color: #F48FB1;
}
.head__link_wrap .coin_summary dl:not(:first-child):before {
  content: "";
  border-left: 1px solid #ddd;
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
  height: 10px;
}
.head__link_wrap .coin_summary dl dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 5px;
}
.head__link .num {
  background-color: #FF41B4;
  color: #fff;
  padding: 2px 5px;
  border-radius: 50px;
  position: absolute;
  right: -7px;
  top: -5px;
  font-size: 10px;
}

.main_head {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  border-bottom: 1px solid #ddd;
}
@media screen and (min-width: 1023.9px) {
  .main_head {
    padding-inline: 20px;
  }
}
.dark .main_head {
  border-color: #46434B;
}
@media screen and (max-width: 1023.9px) {
  .main_head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
  }
}
.main_head .profile {
  margin-right: 20px;
  font-size: 15px;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  margin-bottom: 15px;
  gap: 7px;
}
.main_head .profile .img {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  min-width: 36px;
  aspect-ratio: auto;
  border-radius: 100%;
}
.main_head .profile .img > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.main_head .profile .img > img, .main_head .profile .img > a > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
}
@media screen and (max-width: 1023.9px) {
  .main_head .profile {
    display: none;
  }
}
.main_head .main_cate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  flex: 1;
}
@media screen and (min-width: 1299.9px) {
  .main_head .main_cate {
    gap: 50px;
  }
}
@media screen and (max-width: 1299.9px) and (min-width: 1023.9px) {
  .main_head .main_cate {
    gap: 10px;
  }
}
@media screen and (max-width: 1023.9px) {
  .main_head .main_cate {
    border-top: 1px solid #ddd;
    width: 100%;
  }
  .dark .main_head .main_cate {
    border-color: #46434B;
  }
}
.main_head .main_cate .menu {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  padding: 0 20px 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 15px;
}
@media screen and (max-width: 1299.9px) {
  .main_head .main_cate .menu {
    flex: 1;
    font-size: 16px;
    padding: 4px 0 9px;
    height: 49px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    gap: 10px;
  }
}
.dark .main_head .main_cate .menu {
  color: #fff;
}
.main_head .main_cate .menu .svg_icon,
.main_head .main_cate .menu .png_icon {
  height: 30px;
}
@media screen and (max-width: 1023.9px) {
  .main_head .main_cate .menu .svg_icon,
  .main_head .main_cate .menu .png_icon {
    height: 20px;
  }
}
.main_head .main_cate .menu .svg_icon.icon_cate,
.main_head .main_cate .menu .png_icon.icon_cate {
  width: 26px;
  min-width: 26px;
}
@media screen and (max-width: 1023.9px) {
  .main_head .main_cate .menu .svg_icon.icon_cate,
  .main_head .main_cate .menu .png_icon.icon_cate {
    width: 18px;
    min-width: 18px;
  }
}
.main_head .main_cate .menu .svg_icon.icon_video,
.main_head .main_cate .menu .png_icon.icon_video {
  width: 36px;
  min-width: 36px;
}
@media screen and (max-width: 1023.9px) {
  .main_head .main_cate .menu .svg_icon.icon_video,
  .main_head .main_cate .menu .png_icon.icon_video {
    width: 28px;
    min-width: 28px;
  }
}
@media screen and (max-width: 1023.9px) {
  .main_head .main_cate .menu .svg_icon.icon_call,
  .main_head .main_cate .menu .png_icon.icon_call {
    width: 22px;
    min-width: 22px;
  }
}
.main_head .main_cate .menu.active::before {
  content: "";
  border-bottom: 3px solid #FF41B4;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.dark .main_head .main_cate .menu.active::before {
  border-color: #F48FB1;
}
.main_head .main_top_notice {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  margin-left: 30px;
  width: 696px;
}
@media screen and (min-width: 1023.9px) {
  .main_head .main_top_notice {
    height: 36px;
  }
}
@media screen and (max-width: 1299.9px) {
  .main_head .main_top_notice {
    width: 450px;
  }
}
@media screen and (max-width: 1023.9px) {
  .main_head .main_top_notice {
    width: 100%;
    max-width: 100%;
    background-color: #F2F3F3;
    margin: 0;
    padding: 10px 20px;
  }
  .main_head .main_top_notice .swiper-slide {
    width: calc(100% - 40px);
  }
  .dark .main_head .main_top_notice {
    background-color: #2B2B2B;
  }
}
.main_head .main_top_notice .tit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 700;
  margin-right: 10px;
  white-space: nowrap;
}
@media screen and (max-width: 1299.9px) and (min-width: 1023.9px) {
  .main_head .main_top_notice .tit {
    white-space: normal;
    word-wrap: break-word;
  }
}
@media screen and (max-width: 1023.9px) {
  .main_head .main_top_notice .tit {
    font-size: 14px;
  }
  .main_head .main_top_notice .tit .svg_icon {
    width: 16px;
    height: 16px;
  }
}
.main_head .main_top_notice .txt {
  font-size: 16px;
  display: block;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 1023.9px) {
  .main_head .main_top_notice .txt {
    font-size: 14px;
    line-height: 1.2;
  }
}
.main_head .main_top_notice .date {
  color: #969696;
  min-width: 80px;
  text-align: right;
}
@media screen and (max-width: 1023.9px) {
  .main_head .main_top_notice .date {
    display: none;
  }
}
.main_head .main_top_notice .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  gap: 20px;
  padding-right: 30px;
}
@media screen and (max-width: 1023.9px) {
  .main_head .main_top_notice .item {
    padding-right: 0;
  }
}
.main_head .main_top_notice .swiper {
  height: 36px;
  margin: 0;
}
@media screen and (max-width: 1023.9px) {
  .main_head .main_top_notice .swiper {
    height: 17px;
    min-height: 17px;
    font-size: 14px;
  }
}
.main_head .main_top_notice .swiper-button-next:after,
.main_head .main_top_notice .swiper-button-prev:after {
  color: #000;
  opacity: 0.3;
  font-size: 12px;
}
.dark .main_head .main_top_notice .swiper-button-next:after,
.dark .main_head .main_top_notice .swiper-button-prev:after {
  color: #fff;
}
.main_head .main_top_notice .swiper-button-next,
.main_head .main_top_notice .swiper-button-prev {
  right: 0;
  left: auto;
}
.main_head .main_top_notice .swiper-button-next {
  transform: rotate(90deg);
  top: 24px;
}
@media screen and (max-width: 1023.9px) {
  .main_head .main_top_notice .swiper-button-next {
    top: 16px;
  }
}
.main_head .main_top_notice .swiper-button-prev {
  transform: rotate(90deg);
  top: 10px;
}
@media screen and (max-width: 1023.9px) {
  .main_head .main_top_notice .swiper-button-prev {
    top: 1px;
  }
}
.main_head .main_top_notice_swiper {
  position: relative;
  flex: 1;
  width: calc(100% - 155px);
}
@media screen and (max-width: 1023.9px) {
  .main_head .main_top_notice_swiper {
    width: 100%;
  }
}

.lnb {
  position: fixed;
  left: 0;
  top: 100px;
  width: 240px;
  background-color: #fff;
  padding-inline: 21px;
  height: calc(var(--vh, 1vh) * 100 - 100px);
  max-height: calc(var(--vh, 1vh) * 100 - 100px);
  overflow-x: visible;
  overflow-y: auto;
  scrollbar-face-color: transparent; /*스크롤*/
  scrollbar-highlight-color: #e2e8f0; /*하이라이트*/
  scrollbar-3dlight-color: transparent; /*왼쪽외곽음영*/
  scrollbar-darkshadow-color: transparent; /*오른쪽외곽음영*/
  scrollbar-shadow-color: transparent; /*오른쪽 안쪽음영*/
  scrollbar-arrow-color: transparent; /*화살*/
  scrollbar-track-color: transparent; /*스크롤영역*/
  z-index: 12;
}
.lnb::-webkit-scrollbar { /*스크롤바*/
  width: 5px;
  height: 5px;
}
.lnb::-webkit-scrollbar-button { /*스크롤바 버튼(아래 위 화살표)*/
  width: 0px;
  height: 0px;
}
.lnb::-webkit-scrollbar-thumb { /*스크롤바 핸들*/
  background-color: #999;
  background-clip: padding-box;
  border-radius: 5px;
}
.lnb::-webkit-scrollbar-track { /*스크롤바 진행줄*/
  background-color: none;
}
.lnb::-webkit-scrollbar-track-piece { /*진행줄에서 핸들로 덮이지 않은 영역 */
  background-color: none;
}
.dark .lnb {
  scrollbar-highlight-color: #6b6b6b;
}
.dark .lnb::-webkit-scrollbar-thumb { /*스크롤바 핸들*/
  background-color: #6b6b6b;
}
.dark .lnb::-webkit-scrollbar-track-piece { /*진행줄에서 핸들로 덮이지 않은 영역 */
  background-color: #6b6b6b;
}
@media screen and (min-width: 1023.9px) {
  .lnb {
    display: none;
  }
}
@media screen and (max-width: 1023.9px) {
  .lnb {
    top: 0;
    width: 100%;
    left: -200%;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
    padding-block: 30px;
    height: calc(var(--vh, 1vh) * 100);
    max-height: calc(var(--vh, 1vh) * 100);
    overflow-x: visible;
    overflow-y: auto;
    scrollbar-face-color: transparent; /*스크롤*/
    scrollbar-highlight-color: #e2e8f0; /*하이라이트*/
    scrollbar-3dlight-color: transparent; /*왼쪽외곽음영*/
    scrollbar-darkshadow-color: transparent; /*오른쪽외곽음영*/
    scrollbar-shadow-color: transparent; /*오른쪽 안쪽음영*/
    scrollbar-arrow-color: transparent; /*화살*/
    scrollbar-track-color: transparent; /*스크롤영역*/
  }
  .lnb::-webkit-scrollbar { /*스크롤바*/
    width: 5px;
    height: 5px;
  }
  .lnb::-webkit-scrollbar-button { /*스크롤바 버튼(아래 위 화살표)*/
    width: 0px;
    height: 0px;
  }
  .lnb::-webkit-scrollbar-thumb { /*스크롤바 핸들*/
    background-color: #999;
    background-clip: padding-box;
    border-radius: 5px;
  }
  .lnb::-webkit-scrollbar-track { /*스크롤바 진행줄*/
    background-color: none;
  }
  .lnb::-webkit-scrollbar-track-piece { /*진행줄에서 핸들로 덮이지 않은 영역 */
    background-color: none;
  }
  .dark .lnb {
    scrollbar-highlight-color: #6b6b6b;
  }
  .dark .lnb::-webkit-scrollbar-thumb { /*스크롤바 핸들*/
    background-color: #6b6b6b;
  }
  .dark .lnb::-webkit-scrollbar-track-piece { /*진행줄에서 핸들로 덮이지 않은 영역 */
    background-color: #6b6b6b;
  }
}
@media screen and (max-width: 1023.9px) {
  .lnb.open {
    left: 0;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
  }
}
.lnb .btn_close {
  display: none;
}
@media screen and (max-width: 1023.9px) {
  .lnb .btn_close {
    display: block;
    position: absolute;
    right: 20px;
    top: 13px;
  }
  .dark .lnb .btn_close .svg_icon.icon_close {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'  fill='none'%3E%3Cg stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='M1 15 15.071.787M15 15 .929.787'/%3E%3C/g%3E%3C/svg%3E");
  }
}
.dark .lnb {
  background-color: #1E1E1E;
}
.lnb .tit {
  font-size: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
}
.lnb .tit .btn_open {
  content: "";
  display: inline-block;
  position: relative;
  width: 12px;
  height: 12px;
  border: solid #FF41B4;
  border-width: 2px 2px 0 0;
  transform: rotate(135deg);
  margin-bottom: 3px;
  font-size: 0;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.dark .lnb .tit .btn_open {
  border-color: #F48FB1;
}
.lnb__profile {
  font-size: 15px;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  margin-bottom: 15px;
  gap: 7px;
}
.lnb__profile .img {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  min-width: 36px;
  aspect-ratio: auto;
  border-radius: 100%;
}
.lnb__profile .img > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.lnb__profile .img > img, .lnb__profile .img > a > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
}
.lnb__coin {
  border-radius: 6px;
  overflow: hidden;
  background: #F2F3F3;
  padding: 15px 15px 0 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 5px;
}
.dark .lnb__coin {
  background: #2B2B2B;
}
.lnb__coin .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  font-size: 12px;
}
.lnb__coin .item .num {
  font-size: 15px;
  font-weight: 700;
  color: #FF41B4;
}
.dark .lnb__coin .item .num {
  color: #F48FB1;
}
.lnb__coin .btn {
  background-color: #FF41B4;
  color: #fff;
  padding: 10px;
  width: calc(100% + 30px);
  margin-left: -15px;
  height: 32px;
  font-weight: 500;
  text-align: center;
  margin-top: 10px;
  line-height: initial;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
}
.dark .lnb__coin .btn {
  background-color: #F48FB1;
}
.lnb__menus {
  border-top: 1px solid #ddd;
  margin-top: 25px;
  padding-top: 25px;
}
.dark .lnb__menus {
  border-color: #46434B;
}
.lnb__menus_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 20px;
  margin-top: 22px;
}
.lnb__menus_wrap .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 7px;
  font-size: 16px;
  font-weight: 600;
}
.dark .lnb__menus_wrap .menu {
  color: #fff;
}
.lnb__menus_wrap .menu .svg_icon {
  width: 17px;
  min-width: 17px;
  height: 17px;
}
.dark .lnb__menus_wrap .menu .svg_icon.icon_my.icon_my {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M9.322 23.49a6.87 6.87 0 1 1 13.74 0M30.747 16c0 8.038-6.516 14.555-14.555 14.555-8.038 0-14.554-6.517-14.554-14.555 0-8.039 6.516-14.555 14.554-14.555 8.039 0 14.555 6.516 14.555 14.555Zm-9.924-4.158a4.63 4.63 0 1 1-9.262 0 4.63 4.63 0 0 1 9.262 0Z'/%3E%3C/svg%3E");
}
.dark .lnb__menus_wrap .menu .svg_icon.icon_like.icon_like {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='25' viewBox='0 0 28 25' fill='none'%3E%3Cpath stroke='%23fff' stroke-width='2' d='M23.565 2.656c-2.818-2.452-7.087-2.078-9.68.628l-.35.37-.363-.358C10.512.666 6.236.41 3.484 2.941.464 5.72.409 10.465 3.27 13.308l.536.532 9.047 8.976c.515.51 1.336.501 1.837-.025l8.823-9.227.523-.547c2.794-2.92 2.626-7.664-.465-10.353l-.007-.008Z'/%3E%3C/svg%3E");
}
.dark .lnb__menus_wrap .menu .svg_icon.icon_purchase_list.icon_purchase_list {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17' fill='none'%3E%3Cg fill='%23fff'%3E%3Cpath d='M11.374 16h-9.89a.485.485 0 0 1-.483-.484V5.627c0-.267.217-.484.484-.484h9.889c.267 0 .484.217.484.484v9.889a.485.485 0 0 1-.484.484Zm-9.405-.968h8.92v-8.92H1.97v8.92Z'/%3E%3Cpath d='M15.517 11.857h-2.07a.485.485 0 0 1 0-.968h1.585v-8.92H5.628a.485.485 0 0 1 0-.969h9.889c.266 0 .484.217.484.484v9.889a.485.485 0 0 1-.485.484Z'/%3E%3Cpath d='M13.444 13.928h-2.07a.485.485 0 0 1 0-.969h1.586V4.04H3.555a.485.485 0 0 1 0-.969h9.89c.266 0 .483.218.483.485v9.888a.485.485 0 0 1-.484.485Z'/%3E%3C/g%3E%3C/svg%3E");
}
.lnb__creator {
  border-top: 1px solid #ddd;
  margin-top: 25px;
  padding-top: 25px;
}
.dark .lnb__creator {
  border-color: #46434B;
}
.lnb__creator_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 17px;
  height: 150px;
  overflow: hidden;
  margin-top: 14px;
}
.lnb__creator .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 7px;
  font-size: 16px;
  font-weight: 600;
}
.lnb__creator .item .img {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  min-width: 38px;
  aspect-ratio: auto;
  border-radius: 100%;
}
.lnb__creator .item .img > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.lnb__creator .item .img > img, .lnb__creator .item .img > a > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
}
.lnb__creator .item .name {
  display: block;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dark .lnb__creator .item .name {
  color: #fff;
}
.lnb__creator.open .tit .btn_open {
  transform: rotate(-45deg);
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.lnb__creator.open .lnb__creator_wrap {
  height: auto;
}
@media screen and (min-width: 1023.9px) {
  .lnb .btn_close {
    display: none;
  }
}

@media screen and (max-width: 1023.9px) {
  .lnb .footer {
    display: none;
  }
}
.footer {
  border-top: 1px solid #ddd;
  padding-block: 47px 50px;
  margin-top: 25px;
}
@media screen and (max-width: 1023.9px) {
  .footer {
    padding-block: 25px;
    padding: 20px 20px 85px;
    margin-top: 0;
  }
}
.dark .footer {
  border-color: #46434B;
  color: #999;
}
.footer__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  gap: 5px 15px;
  font-size: 14px;
}
@media screen and (max-width: 1023.9px) {
  .footer__link {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer__link a {
    color: #666;
    font-size: 11px;
    font-weight: 600;
  }
}
.footer__link__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  gap: 15px;
}
@media screen and (max-width: 1023.9px) {
  .footer__link__inner {
    justify-content: flex-start;
    width: 100%;
  }
}
.dark .footer__link {
  color: #999;
}
.footer .address {
  margin-block: 20px 8px;
  color: #858585;
  font-size: 13px;
  font-weight: 300;
  gap: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  align-items: center;
}
.footer .address__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1023.9px) {
  .footer .address__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
}
@media screen and (min-width: 1023.9px) {
  .footer .address__box.dote_txt {
    gap: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
  }
  .footer .address__box.dote_txt p {
    position: relative;
  }
  .footer .address__box.dote_txt p:not(:first-child):before {
    content: "·";
    position: absolute;
    top: 50%;
    left: -6px;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 1023.9px) {
  .footer .address {
    margin-block: 20px;
    gap: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    font-size: 11px;
    align-items: flex-start;
  }
}
.dark .footer .address {
  color: #999;
}
.footer .copy {
  color: #858585;
  font-size: 13px;
  text-align: center;
  font-weight: 300;
}
@media screen and (max-width: 1023.9px) {
  .footer .copy {
    font-size: 11px;
    text-align: left;
  }
}
.dark .footer .copy {
  color: #999;
}

.bottom_menu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  background: #F2F3F3;
  padding: 11px 0;
  justify-content: space-around;
  height: 65px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0px 0px;
  width: 100%;
}
.bottom_menu > * {
  width: calc((100% - 0px * 4) / 5);
  min-width: calc((100% - 0px * 4) / 5);
}
.dark .bottom_menu {
  background-color: #222;
}
@media screen and (min-width: 1023.9px) {
  .bottom_menu {
    display: none;
  }
}
.bottom_menu__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  gap: 3px;
  font-size: 10px;
  color: #666;
  text-align: center;
  position: relative;
}
.dark .bottom_menu__link {
  color: #aaa !important;
}
.bottom_menu__link.home .link {
  width: 42px;
  height: 42px;
  border-radius: 100%;
  background-color: #FF41B4;
  font-size: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
}
.dark .bottom_menu__link.home .link {
  background-color: #F48FB1;
}
.bottom_menu__link .svg_icon {
  width: 22px !important;
  min-width: 22px !important;
  height: 22px !important;
}
.bottom_menu__link .num {
  position: absolute;
  left: 50%;
  margin-left: 5px;
  top: -5px;
  padding: 2px;
  min-width: 15px;
  color: #fff;
  background-color: #FF41B4;
  border-radius: 10px;
}

.com_point_txt {
  color: #FF41B4 !important;
}
.dark .com_point_txt {
  color: #F48FB1 !important;
}

.com_pg_tit {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.64px;
  margin-bottom: 35px;
}
@media screen and (max-width: 1023.9px) {
  .com_pg_tit {
    font-size: 18px;
    letter-spacing: -0.36px;
    margin-bottom: 15px;
    margin-top: 20px;
  }
}
.dark .com_pg_tit {
  color: #fff;
}
.com_pg_tit__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  margin-bottom: 30px;
  align-items: center;
}
@media screen and (max-width: 1023.9px) {
  .com_pg_tit__wrap {
    margin-block: 20px 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.com_pg_tit__wrap.left {
  justify-content: flex-start;
}
@media screen and (min-width: 1023.9px) {
  .com_pg_tit__wrap.left .sub {
    margin-left: 40px;
  }
}
.com_pg_tit__wrap.left .com_pg_tit {
  order: 0;
}
.com_pg_tit__wrap .com_pg_tit {
  margin-bottom: 0;
}
@media screen and (max-width: 1023.9px) {
  .com_pg_tit__wrap .com_pg_tit {
    order: 1;
    margin-top: 0;
  }
}
.com_pg_tit__wrap .sort_area {
  font-size: 18px;
  color: #999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  gap: 5px;
}
.com_pg_tit__wrap .sort_area .sort {
  color: #999;
  font-size: 18px;
  font-weight: 600;
}
.com_pg_tit__wrap .sort_area .sort.active {
  color: #1E1E1E;
  font-size: 23px;
}
.dark .com_pg_tit__wrap .sort_area .sort.active {
  color: #fff;
}
@media screen and (max-width: 1023.9px) {
  .com_pg_tit__wrap .date_area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    gap: 5px;
    order: 2;
    width: 100%;
  }
  .com_pg_tit__wrap .date_area .input_date {
    flex: 1;
  }
  .com_pg_tit__wrap .com_month {
    order: 3;
    width: 100%;
  }
}
.com_pg_tit__wrap.m_row {
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 1023.9px) {
  .com_pg_tit__wrap.m_row .com_pg_tit {
    order: 0;
  }
}

.com_no_date {
  font-weight: 700;
  width: 100% !important;
  min-width: 100% !important;
  font-size: 18px;
  text-align: center !important;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 1023.9px) {
  .com_no_date {
    font-size: 14px;
    font-weight: normal;
    color: #999;
  }
}

.com_tag {
  border: 1px solid #ddd;
  border-radius: 6px;
  background-color: #f7f7f7;
  padding: 3px;
  background-color: #fff;
  font-size: 13px;
  padding-inline: 8px;
}
.com_tag__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}
.dark .com_tag {
  background-color: #2B2B2B;
}
@media screen and (max-width: 1023.9px) {
  .com_tag {
    font-size: 11px;
  }
}
.dark .com_tag {
  color: #fff;
}
.dark .com_tag {
  border-color: #46434B;
}
.com_tag.l {
  padding: 8px 15px;
  font-size: 15px;
}

.com_info_list {
  display: grid;
  grid-template-columns: minmax(100px, auto) minmax(auto, calc(100% - 100px));
  border-radius: 10px;
  border: 1px solid #ddd;
  background: #ECECEC;
  padding: 40px;
  box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.03);
  gap: 20px 30px;
  font-size: 15px;
  line-height: 1.2;
}
.dark .com_info_list {
  background-color: #2B2B2B;
  border-color: #46434B;
}
@media screen and (max-width: 1023.9px) {
  .com_info_list {
    grid-template-columns: minmax(80px, auto) minmax(auto, calc(100% - 80px));
    font-size: 14px;
    gap: 20px 10px;
    padding: 20px;
  }
}
.com_info_list .tit_field {
  font-weight: 700;
  white-space: nowrap;
}
.com_info_list .info_field {
  color: #666;
  flex: 1;
}
.dark .com_info_list .info_field {
  color: #fff;
}
@media screen and (max-width: 1023.9px) {
  .com_info_list .info_field {
    color: #1E1E1E;
  }
  .com_info_list .info_field .com_point_txt {
    display: block;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_info_list .m_row {
    grid-column: 1/3;
  }
  .com_info_list .m_row.info_field {
    margin-top: -10px;
  }
}
.com_info_list + .com_info_list {
  margin-top: 10px;
}

/*common input form*/
.com_input_sec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 10px;
}
.com_input_sec + .tit_field {
  margin-top: 20px;
}
@media screen and (max-width: 1023.9px) {
  .com_input_sec + .tit_field {
    margin-top: 10px;
  }
}
.com_input_sec .error_txt {
  line-height: 17px;
  color: #FF41B4;
  margin-top: 10px;
}
.dark .com_input_sec .error_txt {
  color: #F48FB1;
}
.com_input_sec .sec_tit {
  font-size: 17px;
  font-weight: 700;
  border-bottom: 1px solid #ddd;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  padding-bottom: 20px;
}
.dark .com_input_sec .sec_tit {
  border-color: #46434B;
}
.com_input_sec .tit_field {
  font-size: 15px;
  font-weight: 700;
}
.com_input_sec .tit_field .info {
  display: inline-block;
  font-weight: normal;
  font-size: 12px;
  color: #999;
  margin-left: 10px;
}
.com_input_sec .input_field input[type=tel], .com_input_sec .input_field input[type=text], .com_input_sec .input_field input[type=password] {
  width: 100%;
}
.com_input_sec .input_field + .tit_field {
  margin-top: 20px;
}
@media screen and (max-width: 1023.9px) {
  .com_input_sec .input_field + .tit_field {
    margin-top: 10px;
  }
}
.com_input_sec .input_field + .com_input_sec li:first-child {
  margin-top: 20px;
}
@media screen and (max-width: 1023.9px) {
  .com_input_sec .input_field + .com_input_sec li:first-child {
    margin-top: 10px;
  }
}
.com_input_sec .input_field .tit_row {
  font-size: 15px;
  font-weight: 700;
}
@media screen and (min-width: 1023.9px) {
  .com_input_sec .input_field .tit_row {
    width: 150px;
  }
}
.com_input_sec .input_field .tit_row__wrap {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  gap: 10px;
}
@media screen and (max-width: 1023.9px) {
  .com_input_sec .input_field .tit_row__wrap .tit_row {
    min-width: 55px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_input_sec .input_field .tit_row__wrap.col_mobile {
    flex-direction: column;
    align-items: flex-start;
  }
}
.com_input_sec .input_field .info_txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  gap: 5px;
  width: 100%;
  line-height: 1.4;
}
.com_input_sec .input_field .info_txt:before {
  content: "*";
}
.com_input_sec .input_field .char_count {
  margin-top: 10px;
}
.com_input_sec .input_field.line {
  position: relative;
}
.com_input_sec .input_field.line:after {
  content: "";
  display: block;
  border-bottom: 1px solid #ddd;
  width: 100%;
  margin-block: 20px;
}
@media screen and (max-width: 1023.9px) {
  .com_input_sec .input_field.line:after {
    margin-block: 5px;
  }
}
.dark .com_input_sec .input_field.line {
  border-color: #46434B;
}
.com_input_sec .input_field.line .tit_row__wrap {
  margin-top: 0;
}
.com_input_sec .input_field.line .tit_row__wrap + .tit_row__wrap {
  margin-top: 30px;
}
@media screen and (max-width: 1023.9px) {
  .com_input_sec .input_field.line .tit_row__wrap + .tit_row__wrap {
    margin-top: 20px;
  }
}
.com_input_sec .input_field.line:last-child:after {
  display: none;
}
.com_input_sec .textarea {
  height: 300px;
}
.com_input_sec + .com_input_sec {
  margin-top: 10px;
}
.com_input_sec.type_box {
  border-radius: 15px;
  border: 1px solid #ddd;
  background: #F2F3F3;
  padding: 40px;
  box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.03);
}
.dark .com_input_sec.type_box {
  background-color: #2B2B2B;
  border-color: #46434B;
}
@media screen and (max-width: 1023.9px) {
  .com_input_sec.type_box {
    padding: 30px 20px;
  }
}
.com_input_sec.type_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 20px 10px;
}
@media screen and (max-width: 1023.9px) {
  .com_input_sec.type_row {
    gap: 10px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_input_sec.type_row .sec_tit {
    margin-bottom: 10px;
  }
}
.com_input_sec.type_row .tit_field {
  width: 130px;
}
@media screen and (max-width: 1023.9px) {
  .com_input_sec.type_row .tit_field {
    width: 100%;
  }
}
.com_input_sec.type_row .tit_field.full {
  width: 100%;
}
.com_input_sec.type_row .tit_field.divider {
  padding-bottom: 10px;
}
.com_input_sec.type_row .input_field {
  width: calc(100% - 140px);
}
@media screen and (max-width: 1023.9px) {
  .com_input_sec.type_row .input_field {
    width: 100%;
  }
}
.com_input_sec.type_row .divider {
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 1023.9px) {
  .com_input_sec.type_row .divider {
    margin-block: 10px;
  }
}
.dark .com_input_sec.type_row .divider {
  border-color: #46434B;
}
.com_input_sec.type_col_span {
  gap: 20px;
}
.com_input_sec.type_col_span .input_field .input_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 20px;
}
.com_input_sec.type_col_span .input_field .input_wrap .col {
  flex: 1;
}
.com_input_sec.type_col_span .input_field .input_wrap .col .tit_field {
  margin-bottom: 10px;
  display: block;
}

.com_input_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 10px;
  width: 100%;
}
.com_input_wrap + .com_input_wrap {
  margin-top: 10px;
}

.com_input_box {
  height: 48px;
  border: 1px solid #ddd;
  border-radius: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  overflow: hidden;
  background-color: #fff;
  width: 100%;
  padding-right: 15px;
  gap: 10px;
}
.dark .com_input_box {
  border-color: #46434B;
  background: #1E1E1E;
}
.com_input_box .input {
  border: none;
}

.com_add_file {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.com_add_file .btn_del_thumb {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  background: url("../img/icon_del.png") #E8E8E8 center center no-repeat;
  background-size: 9px auto;
  font-size: 0;
  width: 22px;
  height: 22px;
  border-radius: 100%;
}
.com_add_file .blind {
  display: none;
}
.com_add_file .input_form {
  position: relative;
  flex: 1; /* input_form이 남은 공간을 꽉 채울 수 있도록 설정 */
}
.com_add_file .input_form .input {
  border: 1px solid #ddd;
  margin-left: 0;
  padding-inline: 10px;
  height: 44px;
}
.dark .com_add_file .input_form .input {
  border-color: #46434B;
}
.com_add_file .input_form + .com_btn {
  min-height: 44px;
}
@media screen and (min-width: 575.9px) {
  .com_add_file .input_form + .com_btn {
    margin-left: 10px;
  }
}
@media screen and (max-width: 575.9px) {
  .com_add_file .input_form + .com_btn {
    margin: 0 0 0 10px;
  }
}
.com_add_file .input_form .btn_del {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: url("../img/icon_del.png") no-repeat center/cover;
}
.com_add_file .com_btn {
  flex: 0; /* com_btn이 필요한 만큼의 공간만 차지하도록 설정 */
}
.com_add_file .com_file_thumb {
  position: relative;
  display: none;
  margin-top: 5px;
  width: 100%; /* 가로 크기를 100%로 설정하여 줄바꿈이 되도록 함 */
}
.com_add_file .com_file_thumb_img {
  position: relative;
  z-index: 0;
  display: inline-block;
}
.com_add_file .com_file_thumb_img .name {
  word-break: break-all;
}
.com_add_file .com_file_thumb .preview_img {
  width: 120px;
}
.com_add_file_img {
  position: relative;
  margin-top: 5px;
  margin-bottom: 5px;
}
@media screen and (max-width: 575.9px) {
  .com_add_file_img + .com_add_file {
    margin-top: 25px;
  }
}
.com_add_file_img .btn_del_img {
  background: url("../img/icon_del.png") #E8E8E8 center center no-repeat;
  background-size: 9px auto;
  font-size: 0;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  display: inline-block;
}
.com_add_file_img .img {
  position: relative;
  max-width: 200px;
  z-index: 0;
  width: 120px;
  aspect-ratio: 3/2;
  object-fit: cover;
}
.com_add_file_img .add_file_value {
  display: inline-block;
  margin-right: 5px;
  cursor: pointer;
}
.com_add_file_img .btn_btm {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 5px;
}
.com_add_file + .com_add_file {
  margin-top: 10px;
}

.com_file_multi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.com_file_multi input[type=file] {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
}
.com_file_multi .added_file {
  position: relative;
}
.com_file_multi .added_file .thumb {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 78px;
  min-width: 130px;
  aspect-ratio: auto;
  border-radius: 6px;
  overflow: hidden;
}
.com_file_multi .added_file .thumb > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.com_file_multi .added_file .thumb > img, .com_file_multi .added_file .thumb > a > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
}
@media screen and (max-width: 1023.9px) {
  .com_file_multi .added_file .thumb {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 95px;
    height: 57px;
    min-width: 95px;
    aspect-ratio: auto;
  }
  .com_file_multi .added_file .thumb > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .com_file_multi .added_file .thumb > img, .com_file_multi .added_file .thumb > a > img {
    object-fit: cover;
    min-height: 100%;
    min-width: 100%;
    max-height: 100%;
    max-width: none;
    height: 100%;
  }
}
.com_file_multi .added_file .btn_del {
  position: absolute;
  top: 2px;
  right: 2px;
}
.com_file_multi .btn_file {
  min-width: 120px;
}
@media screen and (min-width: 1023.9px) {
  .com_file_multi .btn_file.ml_auto {
    margin-left: auto;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_file_multi .btn_file {
    min-width: 80px;
  }
}
.com_file_multi .input_form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
}

.com_search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 5px;
}
.com_search .input {
  min-width: 150px;
}
@media screen and (max-width: 1023.9px) {
  .com_search {
    width: 100%;
  }
  .com_search .input {
    flex: 1;
    min-width: auto;
  }
}

/*!스크롤*/
.scroll {
  scrollbar-face-color: #d5d3d7;
  /*스크롤*/
  scrollbar-highlight-color: #d5d3d7;
  /*하이라이트*/
  scrollbar-3dlight-color: #d5d3d7;
  /*왼쪽외곽음영*/
  scrollbar-darkshadow-color: #d5d3d7;
  /*오른쪽외곽음영*/
  scrollbar-shadow-color: #d5d3d7;
  /*오른쪽 안쪽음영*/
  scrollbar-arrow-color: #d5d3d7;
  /*화살*/
  scrollbar-track-color: rgba(255, 255, 255, 0);
  /*스크롤영역*/
  overflow: auto;
  /*스크롤바*/
  /*스크롤바 버튼(아래 위 화살표)*/
  /*스크롤바 핸들*/
  /*스크롤바 진행줄*/
  /*진행줄에서 핸들로 덮이지 않은 영역 */
  /*상하 좌우 스크롤이 만나는 공간*/
}
.scroll::-webkit-scrollbar {
  opacity: 0;
  width: 15px;
  height: 15px;
}
.scroll::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}
.scroll::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
  border: 4px solid transparent;
  border-radius: 10px;
}
.scroll::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0);
}
.scroll::-webkit-scrollbar-track-piece {
  background-color: rgba(255, 255, 255, 0);
}
.scroll::-webkit-scrollbar-corner {
  background: rgba(0, 0, 0, 0.08);
}

.scroll_lock {
  touch-action: none;
  overflow-y: hidden !important;
}
.scroll_lock body {
  touch-action: none;
  overflow-y: hidden !important;
}

@media screen and (max-width: 1023.9px) {
  .pc_ver {
    display: none !important;
  }
}

@media screen and (min-width: 1023.9px) {
  .m_ver {
    display: none !important;
  }
}

.com_list {
  border-collapse: separate;
  table-layout: fixed;
}
@media screen and (min-width: 1023.9px) {
  .com_list {
    border-spacing: 0 10px;
    margin-top: -10px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_list colgroup {
    display: none;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_list thead {
    display: none;
  }
}
@media screen and (min-width: 1023.9px) {
  .com_list thead th {
    border-radius: 10px;
    border: 1px solid #ddd;
    background: #F2F3F3;
    padding: 30px;
    box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.03);
  }
  .dark .com_list thead th {
    background-color: #1E1E1E;
    border-color: #46434B;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_list tbody {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    gap: 10px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_list tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 10px;
    border: 1px solid #ddd;
    background: #fff;
    padding: 15px 20px;
    box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.03);
    position: relative;
  }
  .dark .com_list tr {
    background-color: #2B2B2B;
    border-color: #46434B;
  }
  .com_list tr.has_btn {
    position: relative;
  }
  .com_list tr.has_btn > * {
    padding-right: 80px;
  }
}
.com_list tr th, .com_list tr td {
  text-align: center;
}
.com_list tr th, .com_list tr th *, .com_list tr td, .com_list tr td * {
  font-size: 16px;
}
@media screen and (max-width: 1023.9px) {
  .com_list tr th, .com_list tr td {
    text-align: left;
  }
}
@media screen and (min-width: 1023.9px) {
  .com_list tr th:not(:last-child), .com_list tr td:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right-width: 0;
  }
  .com_list tr th:not(:first-child), .com_list tr td:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left-width: 0;
  }
}
.com_list tr th.align_l, .com_list tr td.align_l {
  text-align: left;
}
.com_list tr td {
  word-break: break-all;
}
@media screen and (min-width: 1023.9px) {
  .com_list tr td {
    border-radius: 10px;
    border: 1px solid #ddd;
    background: #fff;
    padding: 30px;
    box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.03);
  }
  .dark .com_list tr td {
    background-color: #2B2B2B;
    border-color: #46434B;
  }
}
.com_list tr td.price_field {
  color: #FF41B4;
  font-size: 20px;
  font-weight: 700;
}
.dark .com_list tr td.price_field {
  color: #F48FB1;
}
.com_list tr td.tit_field {
  font-weight: 700;
  text-align: left;
  overflow: hidden;
}
.com_list tr td.tit_field .link {
  display: block;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.com_list tr td.tit_field.big {
  font-size: 20px;
}
@media screen and (max-width: 1023.9px) {
  .com_list tr td.tit_field.big {
    font-size: 15px;
  }
}
.com_list tr td.tit_field .icon_coin {
  margin-right: 5px;
  vertical-align: -5px;
}
@media screen and (max-width: 1023.9px) {
  .com_list tr td.tit_field .icon_coin {
    display: none;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_list tr td.coin_field:not(.big) {
    font-weight: 700;
    width: 50%;
    margin-top: 10px;
  }
}
.com_list tr td.coin_field.big {
  font-weight: 700;
}
.com_list tr td.date_field {
  text-align: right;
}
@media screen and (max-width: 1023.9px) {
  .com_list tr td {
    font-size: 14px;
  }
  .com_list tr td.date_field {
    color: #999;
    font-size: 12px;
    width: 100%;
    margin-bottom: 5px;
  }
  .com_list tr td.detail_field {
    width: 100%;
  }
  .com_list tr td.detail_field, .com_list tr td.detail_field * {
    font-size: 15px;
  }
  .com_list tr td.state_field {
    width: 50%;
    text-align: right;
    margin-top: 10px;
  }
  .com_list tr td.price_field {
    width: 100%;
    font-size: 20px;
    margin-top: 10px;
  }
  .com_list tr td.btn_field {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    padding-right: 0;
  }
  .com_list tr td.btn_field .com_btn {
    min-width: 0;
    padding-inline: 15px;
  }
}
.com_list .state {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  gap: 5px;
  position: relative;
  line-height: initial;
}
@media screen and (max-width: 1023.9px) {
  .com_list .state {
    font-size: 14px;
  }
}
.com_list .state .txt {
  position: relative;
  z-index: 1;
}
.com_list .state.refuse, .com_list .state.done {
  color: #FF41B4;
}
.dark .com_list .state.refuse, .dark .com_list .state.done {
  color: #F48FB1;
}
.com_list .state .layer {
  color: #1E1E1E;
  position: absolute;
  border-radius: 10px;
  border: 1px solid #ddd;
  background: #fff;
  padding: 15px;
  box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.03);
  width: 280px;
  display: none;
  align-items: flex-start;
  text-align: left;
  gap: 10px;
  top: 25px;
  right: 0;
  z-index: 2;
}
.dark .com_list .state .layer {
  background-color: #1E1E1E;
  border-color: #46434B;
}
.dark .com_list .state .layer {
  color: #fff;
}
.com_list .state .layer__tit {
  font-size: 15px;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 5px;
}
.com_list .state .layer__txt {
  font-size: 14px;
  line-height: 1.4;
  word-break: break-all;
}
.com_list .state:hover .layer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
}
@media screen and (max-width: 1023.9px) {
  .com_list.type_notice {
    width: 100%;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_list.type_notice tr {
    width: 100%;
  }
}
.com_list.type_notice tr .date_field {
  color: #666;
  margin-bottom: 0;
  white-space: nowrap;
}
.dark .com_list.type_notice tr .date_field {
  color: #fff;
}
@media screen and (max-width: 1023.9px) {
  .com_list.type_notice tr .date_field {
    width: auto;
    margin-left: auto;
    color: #1E1E1E;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_list.type_notice tr {
    flex-wrap: nowrap;
    gap: 20px;
  }
  .com_list.type_notice tr .tit_field {
    flex: 1;
    font-size: 14px;
  }
  .com_list.type_notice tr .tit_field .link {
    font-size: 14px;
    line-height: 1.3;
  }
  .com_list.type_notice tr .state_field {
    width: auto;
    margin-top: 0;
  }
  .com_list.type_notice tr .state_field .state {
    font-size: 14px;
  }
}
@media screen and (min-width: 1023.9px) {
  .com_list.type_box .m_th {
    display: none;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_list.type_box .tit_field + .info_field {
    margin-top: 20px;
  }
  .com_list.type_box .info_field {
    width: 100%;
    font-size: 14px;
    display: table-row;
  }
  .com_list.type_box .info_field [class^=m_] {
    display: table-cell;
  }
  .com_list.type_box .info_field .m_th {
    color: #666;
    font-size: 14px;
    width: 60px;
  }
  .dark .com_list.type_box .info_field .m_th {
    color: #999;
  }
  .com_list.type_box .info_field .m_td {
    font-size: 14px;
  }
  .com_list.type_box .info_field + .info_field {
    margin-top: 10px;
  }
}
.com_list.type_coin tr {
  justify-content: flex-start;
  gap: 5px 0;
}
@media screen and (max-width: 1023.9px) {
  .com_list.type_coin td {
    font-size: 12px;
    order: 3;
  }
  .com_list.type_coin td.date_field {
    order: 2;
    width: 98px;
  }
  .com_list.type_coin td.full {
    width: 100%;
  }
  .com_list.type_coin td.date_field {
    margin-left: auto;
  }
  .com_list.type_coin td.divider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
  }
  .com_list.type_coin td.divider::before {
    content: "";
    display: inline-block;
    position: relative;
    width: 1px;
    height: 10px;
    margin-inline: 7px;
    background: #ddd;
    cursor: default;
  }
}
@media screen and (min-width: 1023.9px) {
  .com_list.type_coin td.tit_field {
    font-weight: normal;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_list.type_coin td.tit_field {
    order: 1;
    margin-bottom: 5px;
    width: calc(100% - 98px);
  }
}
@media screen and (min-width: 1023.9px) {
  .com_list.type_coin .m_th {
    display: none;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_list.type_coin .m_th {
    font-size: 12px;
    margin-right: 5px;
  }
}

.com_detail__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 10px;
}
.com_detail__head {
  border-radius: 10px;
  border: 1px solid #ddd;
  background: #fff;
  padding: 30px;
  box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.03);
  padding-inline: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
}
.dark .com_detail__head {
  background-color: #1E1E1E;
  border-color: #46434B;
}
.dark .com_detail__head {
  background-color: #2B2B2B;
  border-color: #2B2B2B;
}
@media screen and (max-width: 1023.9px) {
  .com_detail__head {
    flex-direction: column;
    gap: 10px;
    padding: 20px;
    align-items: flex-start;
  }
}
.com_detail__head .tit_field {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 1023.9px) {
  .com_detail__head .tit_field {
    font-size: 16px;
  }
}
.com_detail__head .date_field {
  color: #666;
}
.dark .com_detail__head .date_field {
  color: #fff;
}
@media screen and (min-width: 1023.9px) {
  .com_detail__head .date_field {
    margin-left: auto;
  }
}
.com_detail__head .cate_field {
  font-size: 16px;
  color: #FF41B4;
  font-weight: 700;
}
@media screen and (min-width: 1023.9px) {
  .com_detail__head .cate_field::after {
    content: "";
    display: inline-block;
    position: relative;
    width: 1px;
    height: 12px;
    margin-inline: 20px;
    background: #ddd;
    cursor: default;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_detail__head .cate_field {
    font-size: 12px;
    margin-bottom: -5px;
  }
}
.dark .com_detail__head .cate_field {
  color: #F48FB1;
}
.com_detail__body {
  border-radius: 10px;
  border: 1px solid #ddd;
  background: #fff;
  padding: 30px;
  box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.03);
  padding-inline: 40px;
  line-height: 1.42;
  font-size: 16px;
}
.dark .com_detail__body {
  background-color: #1E1E1E;
  border-color: #46434B;
}
@media screen and (max-width: 1023.9px) {
  .com_detail__body {
    font-size: 14px;
    padding: 20px;
  }
}
.com_detail__file {
  border-radius: 10px;
  border: 1px solid #ddd;
  background: #fff;
  padding: 30px;
  box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.03);
  padding-inline: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 10px;
}
.dark .com_detail__file {
  background-color: #1E1E1E;
  border-color: #46434B;
}
@media screen and (max-width: 1023.9px) {
  .com_detail__file {
    padding: 20px;
  }
}
.dark .com_detail__file .file_name {
  color: #fff;
}
.com_detail__answer {
  border-radius: 10px;
  border: 1px solid #ddd;
  background: #F2F3F3;
  padding: 30px 40px;
  box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.03);
}
.dark .com_detail__answer {
  background-color: #2B2B2B;
  border-color: #46434B;
}
@media screen and (max-width: 1023.9px) {
  .com_detail__answer {
    padding: 20px;
  }
}
.dark .com_detail__answer {
  border: none;
}
.com_detail__answer_head {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
}
.dark .com_detail__answer_head {
  border-color: #46434B;
}
.com_detail__answer_head .tit_field {
  font-size: 24px;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1023.9px) {
  .com_detail__answer_head .tit_field {
    font-size: 15px;
  }
}
.com_detail__answer_head .tit_field .icon {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #FF41B4;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
}
@media screen and (max-width: 1023.9px) {
  .com_detail__answer_head .tit_field .icon {
    width: 24px;
    height: 24px;
  }
  .com_detail__answer_head .tit_field .icon .svg_icon {
    width: 16px;
    min-width: 16px;
  }
}
.dark .com_detail__answer_head .tit_field .icon {
  background-color: #F48FB1;
}
.com_detail__answer_head .date_field {
  font-size: 16px;
  color: #666;
}
@media screen and (max-width: 1023.9px) {
  .com_detail__answer_head .date_field {
    font-size: 12px;
  }
}
.dark .com_detail__answer_head .date_field {
  color: #fff;
}
.com_detail__answer_body {
  padding-top: 20px;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 1023.9px) {
  .com_detail__answer_body {
    font-size: 14px;
  }
}

.com_creator {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  border-radius: 10px;
  border: 1px solid #ddd;
  background: #F2F3F3;
  padding: 30px;
  box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.03);
  padding-inline: 20px;
  align-items: center;
  gap: 20px;
  border: 1px solid #ddd;
}
.dark .com_creator {
  background-color: #2B2B2B;
  border-color: #46434B;
}
.dark .com_creator {
  border: 1px solid #2B2B2B;
}
.com_creator__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 20px;
  width: 100%;
}
.com_creator__list > * {
  width: calc((100% - 20px * 6) / 7);
  min-width: calc((100% - 20px * 6) / 7);
}
@media screen and (max-width: 1299.9px) {
  .com_creator__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px 20px;
    width: 100%;
  }
  .com_creator__list > * {
    width: calc((100% - 20px * 4) / 5);
    min-width: calc((100% - 20px * 4) / 5);
  }
}
@media screen and (max-width: 1023.9px) {
  .com_creator__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 10px;
    width: 100%;
  }
  .com_creator__list > * {
    width: calc((100% - 10px * 1) / 2);
    min-width: calc((100% - 10px * 1) / 2);
  }
}
@media screen and (max-width: 1023.9px) {
  .com_creator {
    padding: 25px 20px;
    gap: 15px;
  }
}
.com_creator .thumb {
  overflow: hidden;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-width: 100%;
  aspect-ratio: 1;
  max-width: 150px;
  min-width: auto;
}
.com_creator .thumb > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.com_creator .thumb > img, .com_creator .thumb > a > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
}
@media screen and (max-width: 1299.9px) {
  .com_creator .thumb {
    max-width: 120px;
    min-width: auto;
  }
}
.com_creator .name {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  display: block;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
@media screen and (max-width: 1023.9px) {
  .com_creator .name {
    font-size: 16px;
  }
}
.com_creator .info_video {
  margin-top: 10px;
  text-align: center;
}
.com_creator .info_video .count {
  color: #FF41B4;
  font-weight: 700;
  font-size: 16px;
}
.dark .com_creator .info_video .count {
  color: #F48FB1;
}
.dark .com_creator .info_video {
  color: #fff;
}
.com_creator .status {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  right: 12px;
}
.com_creator .status.on {
  background-color: #26f134;
}
.com_creator .status.off {
  background-color: #ea1836;
}
.com_creator.type_no_line {
  border: none;
  background: none;
  padding: 0;
  gap: 10px;
  box-shadow: none;
}
.com_creator.type_no_line .name {
  font-size: 16px;
}
@media screen and (max-width: 1023.9px) {
  .com_creator.type_no_line .name {
    font-size: 14px;
  }
}
.com_creator.type_square {
  padding: 0 !important;
  border-radius: 10px;
}
.com_creator.type_square .thumb {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-width: 100%;
  aspect-ratio: 0.8765432099;
  max-width: 142px;
  min-width: auto;
}
.com_creator.type_square .thumb > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.com_creator.type_square .thumb > img, .com_creator.type_square .thumb > a > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
}
@media screen and (max-width: 1299.9px) {
  .com_creator.type_square .thumb {
    max-width: 142px;
    min-width: auto;
  }
}
.com_creator.type_square .name {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 16px;
  color: #fff;
}
@media screen and (max-width: 1023.9px) {
  .com_creator.type_square .name {
    font-size: 16px;
  }
}

.com_creator_2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  align-items: center;
  gap: 20px;
}
.com_creator_2__wrap {
  position: relative;
}
.com_creator_2__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 20px;
  width: 100%;
}
.com_creator_2__list > * {
  width: calc((100% - 20px * 9) / 10);
  min-width: calc((100% - 20px * 9) / 10);
}
@media screen and (max-width: 1023.9px) {
  .com_creator_2__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px 20px;
    width: 100%;
  }
  .com_creator_2__list > * {
    width: calc((100% - 20px * 4) / 5);
    min-width: calc((100% - 20px * 4) / 5);
  }
}
@media screen and (max-width: 767.9px) {
  .com_creator_2__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 10px;
    width: 100%;
  }
  .com_creator_2__list > * {
    width: calc((100% - 10px * 2) / 3);
    min-width: calc((100% - 10px * 2) / 3);
  }
}
.com_creator_2 .thumb {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-width: 100%;
  aspect-ratio: 0.8765432099;
  min-width: auto;
  border-radius: 18px;
}
.com_creator_2 .thumb > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.com_creator_2 .thumb > img, .com_creator_2 .thumb > a > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
}
@media screen and (max-width: 1023.9px) {
  .com_creator_2 .thumb {
    border-radius: 10px;
  }
}
.com_creator_2 .thumb:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  color: #fff;
  position: absolute;
  bottom: 0;
  opacity: 0.7;
  height: 49px;
}
.com_creator_2 .name {
  position: absolute;
  bottom: 15px;
  left: 15px;
  font-size: 16px;
  color: #fff;
  display: block;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 30px);
}
@media screen and (max-width: 1023.9px) {
  .com_creator_2 .name {
    font-size: 14px;
    bottom: 8px;
    left: 12px;
    width: calc(100% - 24px);
  }
}
.com_creator_2 .status {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  right: 12px;
}
@media screen and (max-width: 1023.9px) {
  .com_creator_2 .status {
    width: 12px;
    height: 12px;
    top: 7px;
    right: 5px;
  }
}
.com_creator_2 .status.on {
  background-color: #26f134;
}
.com_creator_2 .status.off {
  background-color: #ea1836;
}

.com_contents {
  position: relative;
  box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.03);
}
.com_contents__scroll {
  overflow-x: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 10px;
  width: 100%;
  flex-wrap: nowrap;
  max-height: none;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-face-color: transparent; /*스크롤*/
  scrollbar-highlight-color: #e2e8f0; /*하이라이트*/
  scrollbar-3dlight-color: transparent; /*왼쪽외곽음영*/
  scrollbar-darkshadow-color: transparent; /*오른쪽외곽음영*/
  scrollbar-shadow-color: transparent; /*오른쪽 안쪽음영*/
  scrollbar-arrow-color: transparent; /*화살*/
  scrollbar-track-color: transparent; /*스크롤영역*/
}
.com_contents__scroll > * {
  width: calc((100% - 10px * 3) / 4);
  min-width: calc((100% - 10px * 3) / 4);
}
.com_contents__scroll::-webkit-scrollbar { /*스크롤바*/
  width: 5px;
  height: 5px;
}
.com_contents__scroll::-webkit-scrollbar-button { /*스크롤바 버튼(아래 위 화살표)*/
  width: 0px;
  height: 0px;
}
.com_contents__scroll::-webkit-scrollbar-thumb { /*스크롤바 핸들*/
  background-color: #999;
  background-clip: padding-box;
  border-radius: 5px;
}
.com_contents__scroll::-webkit-scrollbar-track { /*스크롤바 진행줄*/
  background-color: none;
}
.com_contents__scroll::-webkit-scrollbar-track-piece { /*진행줄에서 핸들로 덮이지 않은 영역 */
  background-color: none;
}
.dark .com_contents__scroll {
  scrollbar-highlight-color: #6b6b6b;
}
.dark .com_contents__scroll::-webkit-scrollbar-thumb { /*스크롤바 핸들*/
  background-color: #6b6b6b;
}
.dark .com_contents__scroll::-webkit-scrollbar-track-piece { /*진행줄에서 핸들로 덮이지 않은 영역 */
  background-color: #6b6b6b;
}
@media screen and (min-width: 1023.9px) {
  .com_contents__scroll {
    padding-bottom: 10px;
  }
}
.com_contents__scroll .com_contents {
  min-width: 250px;
}
@media screen and (max-width: 1023.9px) {
  .com_contents__scroll::-webkit-scrollbar {
    display: none;
  }
}
.com_contents__list_4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 20px;
  width: 100%;
}
.com_contents__list_4 > * {
  width: calc((100% - 20px * 3) / 4);
  min-width: calc((100% - 20px * 3) / 4);
}
@media screen and (max-width: 1299.9px) {
  .com_contents__list_4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px 20px;
    width: 100%;
  }
  .com_contents__list_4 > * {
    width: calc((100% - 20px * 1) / 2);
    min-width: calc((100% - 20px * 1) / 2);
  }
}
@media screen and (max-width: 1023.9px) {
  .com_contents__list_4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 10px;
    width: 100%;
  }
  .com_contents__list_4 > * {
    width: calc((100% - 10px * 0) / 1);
    min-width: calc((100% - 10px * 0) / 1);
  }
}
.com_contents__list_5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 20px;
  width: 100%;
}
.com_contents__list_5 > * {
  width: calc((100% - 20px * 4) / 5);
  min-width: calc((100% - 20px * 4) / 5);
}
@media screen and (max-width: 1299.9px) {
  .com_contents__list_5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px 20px;
    width: 100%;
  }
  .com_contents__list_5 > * {
    width: calc((100% - 20px * 1) / 2);
    min-width: calc((100% - 20px * 1) / 2);
  }
}
@media screen and (max-width: 1023.9px) {
  .com_contents__list_5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 10px;
    width: 100%;
  }
  .com_contents__list_5 > * {
    width: calc((100% - 10px * 0) / 1);
    min-width: calc((100% - 10px * 0) / 1);
  }
}
.com_contents__list_2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 20px;
  width: 100%;
}
.com_contents__list_2 > * {
  width: calc((100% - 20px * 1) / 2);
  min-width: calc((100% - 20px * 1) / 2);
}
@media screen and (max-width: 1299.9px) {
  .com_contents__list_2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px 20px;
    width: 100%;
  }
  .com_contents__list_2 > * {
    width: calc((100% - 20px * 0) / 1);
    min-width: calc((100% - 20px * 0) / 1);
  }
}
.com_contents__list_2.outline {
  border-radius: 10px;
  border: 1px solid #ddd;
  box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.03);
  padding: 20px;
}
@media screen and (max-width: 1023.9px) {
  .com_contents__list_2.outline {
    padding: 15px 15px;
  }
}
.dark .com_contents__list_2.outline {
  box-shadow: none;
  border-color: #2B2B2B;
  background-color: #2B2B2B;
}
.com_contents__list_2.outline .com_contents.type_row {
  border: none;
  box-shadow: none;
  padding: 10px 10px;
}
.dark .com_contents__list_2.outline .com_contents.type_row {
  background: none;
}
@media screen and (max-width: 1023.9px) {
  .com_contents__list_2.outline .com_contents.type_row {
    gap: 10px;
    padding-block: 0;
    padding-inline: 0;
  }
}
.com_contents__outline {
  border-radius: 10px;
  border: 1px solid #ddd;
  box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.03);
  padding: 20px;
}
@media screen and (max-width: 1023.9px) {
  .com_contents__outline {
    padding: 15px 15px;
  }
}
.dark .com_contents__outline {
  box-shadow: none;
  border-color: #2B2B2B;
  background-color: #2B2B2B;
}
.com_contents__outline .com_contents.type_row {
  border: none;
  box-shadow: none;
  padding: 10px 10px;
}
.dark .com_contents__outline .com_contents.type_row {
  background: none;
}
@media screen and (max-width: 1023.9px) {
  .com_contents__outline .com_contents.type_row {
    gap: 10px;
    padding-block: 0;
    padding-inline: 0;
  }
}
.dark .com_contents {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.03);
}
.com_contents .cash {
  font-weight: 900;
  font-size: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 5px;
}
.dark .com_contents .cash {
  color: #fff;
}
.com_contents .cash .icon_cash {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  background-color: #FF41B4;
}
.dark .com_contents .cash .icon_cash {
  background-color: #F48FB1;
}
.com_contents .thumb {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}
.com_contents .thumb .icon_19 {
  position: absolute;
  top: 5px;
  right: 5px;
}
.com_contents .thumb .time {
  position: absolute;
  bottom: 5px;
  left: 5px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 12px;
  padding: 3px 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
}
@media screen and (max-width: 1023.9px) {
  .com_contents .thumb .time {
    left: 0;
    bottom: 0;
  }
}
.com_contents .thumb .video_layer {
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 1023.9px) {
  .com_contents .thumb .video_layer {
    gap: 3px;
  }
}
.com_contents .thumb .video_layer .icon {
  width: 30px;
  height: 30px;
  background-color: #FF41B4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  border-radius: 30px;
}
.dark .com_contents .thumb .video_layer .icon {
  background-color: #F48FB1;
}
@media screen and (max-width: 1023.9px) {
  .com_contents .thumb .video_layer .icon {
    width: 20px;
    height: 20px;
  }
  .com_contents .thumb .video_layer .icon .png_icon {
    width: 12px;
    min-width: 12px;
    height: 12px;
  }
}
.com_contents .thumb .video_layer .tit {
  font-weight: 600;
  font-size: 15px;
  color: #fff;
}
@media screen and (max-width: 1023.9px) {
  .com_contents .thumb .video_layer .tit {
    font-size: 12px;
  }
}
.com_contents .thumb .video_layer .date {
  font-size: 12px;
  letter-spacing: -0.18px;
  color: #FF41B4;
}
.dark .com_contents .thumb .video_layer .date {
  color: #F48FB1;
}
@media screen and (max-width: 1023.9px) {
  .com_contents .thumb .video_layer .date {
    font-size: 9px;
  }
}
.com_contents .txt_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 18px;
}
@media screen and (max-width: 1023.9px) {
  .com_contents .txt_area {
    gap: 10px;
  }
}
.com_contents .txt_area .tit {
  line-height: 1.3;
  word-break: break-all;
}
.com_contents .txt_area .tit.ellipsis {
  display: block;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dark .com_contents .txt_area .tit {
  color: #fff;
}
.com_contents .txt_area .info {
  font-size: 13px;
  color: #666;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 2px;
  line-height: initial;
}
.com_contents .txt_area .info__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 3px 0;
  margin-top: -5px;
}
.com_contents .txt_area .info__wrap.bottom {
  margin-top: 7px;
}
.com_contents .txt_area .info__wrap .m_block {
  display: none;
}
@media screen and (max-width: 1023.9px) {
  .com_contents .txt_area .info__wrap .m_block {
    display: block;
  }
}
.com_contents .txt_area .info:last-child {
  white-space: nowrap;
}
.com_contents .txt_area .info.gray {
  color: #7a7a7a;
}
.dark .com_contents .txt_area .info.gray {
  color: #7a7a7a;
}
.com_contents .txt_area .info.user {
  font-size: 14px;
  word-break: break-all;
}
@media screen and (max-width: 1023.9px) {
  .com_contents .txt_area .info {
    font-size: 13px;
  }
}
.dark .com_contents .txt_area .info {
  color: #ccc;
}
.com_contents .txt_area .info:not(:last-child):after {
  content: "";
  display: inline-block;
  height: 10px;
  margin: 0 5px;
  width: 1px;
  background-color: #ddd;
  vertical-align: -1px;
}
.dark .com_contents .txt_area .info:not(:last-child):after {
  background-color: #46434B;
}
.com_contents .txt_area .com_tag {
  display: inline;
  padding: 2px 4px;
  line-height: 22px;
}
.com_contents .txt_area .com_tag__wrap {
  display: block;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: -webkit-box;
  white-space: normal;
}
.com_contents .txt_area .com_tag__wrap .com_tag + .com_tag {
  margin-left: 5px;
}
.com_contents.type_column {
  display: block;
}
.com_contents.type_column .thumb {
  border-radius: 6px 6px 0 0;
  overflow: hidden;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-width: 100%;
  aspect-ratio: 1.6739130435;
}
.com_contents.type_column .thumb > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.com_contents.type_column .thumb > img, .com_contents.type_column .thumb > a > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
}
.com_contents.type_column .thumb + .txt_area .tit {
  width: calc(100% - 60px);
}
@media screen and (max-width: 1023.9px) {
  .com_contents.type_column .thumb + .txt_area .tit {
    width: 100%;
  }
}
.com_contents.type_column .txt_area {
  position: relative;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.03);
  border: 1px solid #ddd;
  padding: 15px 12px;
  border-radius: 0 0 6px 6px;
}
.com_contents.type_column .txt_area.s {
  padding: 18px;
}
.dark .com_contents.type_column .txt_area {
  background-color: #2B2B2B;
  border-color: #2B2B2B;
}
@media screen and (max-width: 1023.9px) {
  .com_contents.type_column .txt_area {
    padding: 15px;
  }
}
.com_contents.type_column .txt_area .tit {
  font-size: 19px;
  font-weight: 700;
}
@media screen and (max-width: 1023.9px) {
  .com_contents.type_column .txt_area .tit {
    font-size: 16px;
  }
}
.com_contents.type_column .txt_area .tit.s {
  font-size: 15px;
}
@media screen and (max-width: 1023.9px) {
  .com_contents.type_column .txt_area .tit.s {
    font-size: 13px;
  }
}
.com_contents.type_column .txt_area .user_thumb {
  position: absolute;
  top: -45px;
  right: 15px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  min-width: 70px;
  aspect-ratio: auto;
  border-radius: 50%;
  border: 3px solid #fff;
}
.com_contents.type_column .txt_area .user_thumb > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.com_contents.type_column .txt_area .user_thumb > img, .com_contents.type_column .txt_area .user_thumb > a > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
}
.dark .com_contents.type_column .txt_area .user_thumb {
  border-color: #2B2B2B;
}
@media screen and (max-width: 1023.9px) {
  .com_contents.type_column .txt_area .user_thumb {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    min-width: 50px;
    aspect-ratio: auto;
    top: -35px;
  }
  .com_contents.type_column .txt_area .user_thumb > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .com_contents.type_column .txt_area .user_thumb > img, .com_contents.type_column .txt_area .user_thumb > a > img {
    object-fit: cover;
    min-height: 100%;
    min-width: 100%;
    max-height: 100%;
    max-width: none;
    height: 100%;
  }
}
.com_contents.type_column .txt_area .user_thumb.s {
  top: -25px;
  right: 10px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  aspect-ratio: auto;
}
.com_contents.type_column .txt_area .user_thumb.s > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.com_contents.type_column .txt_area .user_thumb.s > img, .com_contents.type_column .txt_area .user_thumb.s > a > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
}
.com_contents.type_column .txt_area .info__wrap {
  margin-top: -5px;
}
.com_contents.type_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  gap: 25px;
  border-radius: 6px;
  background-color: #f7f7f7;
  padding: 15px;
  border: 1px solid #ddd;
  padding-inline: 20px;
  background-color: #fff;
}
.dark .com_contents.type_row {
  background-color: #2B2B2B;
}
@media screen and (max-width: 1023.9px) {
  .com_contents.type_row {
    gap: 15px;
    padding: 15px;
    align-items: center;
  }
}
.dark .com_contents.type_row {
  border-color: #2B2B2B;
}
.com_contents.type_row .thumb {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-width: 100%;
  aspect-ratio: 1.6923076923;
  min-width: 220px;
  max-width: 220px;
}
.com_contents.type_row .thumb > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.com_contents.type_row .thumb > img, .com_contents.type_row .thumb > a > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
}
@media screen and (max-width: 1023.9px) {
  .com_contents.type_row .thumb {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    min-width: 100%;
    aspect-ratio: 1.6857142857;
    min-width: 118px;
    max-width: 118px;
  }
  .com_contents.type_row .thumb > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .com_contents.type_row .thumb > img, .com_contents.type_row .thumb > a > img {
    object-fit: cover;
    min-height: 100%;
    min-width: 100%;
    max-height: 100%;
    max-width: none;
    height: 100%;
  }
}
@media screen and (max-width: 374.9px) {
  .com_contents.type_row .thumb {
    max-width: 35%;
  }
}
.com_contents.type_row .cash {
  line-height: initial;
}
@media screen and (min-width: 1023.9px) {
  .com_contents.type_row .cash {
    position: absolute;
    top: 0;
    right: 0;
  }
  .com_contents.type_row .cash.static {
    position: static;
  }
}
.com_contents.type_row .txt_area {
  flex: 1;
  word-break: break-all;
  width: calc(100% - 220px - 15px);
}
@media screen and (min-width: 1023.9px) {
  .com_contents.type_row .txt_area {
    gap: 12px;
    position: relative;
  }
}
.com_contents.type_row .txt_area.has_heart .tit {
  padding-right: 30px;
}
.com_contents.type_row .txt_area .tit {
  margin-right: 80px;
  font-size: 24px;
  font-weight: 700;
  word-break: break-all;
}
.com_contents.type_row .txt_area .tit:not(.no_ellipsis) {
  display: block;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: -webkit-box;
  white-space: normal;
  word-break: break-all;
}
@media screen and (max-width: 1023.9px) {
  .com_contents.type_row .txt_area .tit {
    padding-top: 0;
    font-size: 16px;
    margin-right: 0;
  }
}
.com_contents.type_row .txt_area .desc {
  line-height: 1.4;
  display: block;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: -webkit-box;
  white-space: normal;
}
@media screen and (max-width: 1023.9px) {
  .com_contents.type_row .txt_area .desc {
    font-size: 13px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_contents.type_row .txt_area .info {
    font-size: 11px !important;
  }
}
.com_contents.type_row .txt_area .info__wrap.has_thumb {
  position: relative;
}
@media screen and (max-width: 1023.9px) {
  .com_contents.type_row .txt_area .info__wrap.has_thumb {
    padding-left: 40px;
    flex-wrap: wrap;
    margin-top: 0;
  }
}
.com_contents.type_row .txt_area .info__wrap.has_thumb .user {
  position: static;
}
.com_contents.type_row .txt_area .info__wrap.has_thumb .info.user {
  font-size: 14px;
}
.com_contents.type_row .txt_area .info__wrap.has_thumb .info.user .user_thumb {
  overflow: hidden;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  min-width: 30px;
  aspect-ratio: auto;
}
.com_contents.type_row .txt_area .info__wrap.has_thumb .info.user .user_thumb > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.com_contents.type_row .txt_area .info__wrap.has_thumb .info.user .user_thumb > img, .com_contents.type_row .txt_area .info__wrap.has_thumb .info.user .user_thumb > a > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
}
@media screen and (max-width: 1023.9px) {
  .com_contents.type_row .txt_area .info__wrap.has_thumb .info.user .user_thumb {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 1023.9px) {
  .com_contents.type_row .txt_area .info__wrap.has_thumb .info.date {
    width: 100%;
    margin-top: 5px;
  }
  .com_contents.type_row .txt_area .info__wrap.has_thumb .info.date::before {
    display: none;
  }
}
.com_contents.type_row .like_wrap {
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 5px;
  font-size: 13px;
  height: 50px;
  font-weight: 600;
  padding-left: 30px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
.com_contents.type_row .like_wrap.top {
  top: -5px;
  right: -5px;
  transform: none;
}
.com_contents.type_row .like_wrap .com_btn_like {
  margin-top: 2px;
}
@media screen and (max-width: 1023.9px) {
  .com_contents.type_row .like_wrap .com_btn_like input[type=checkbox]:before {
    width: 16px;
    height: 16px;
    min-width: 16px;
  }
}
@media screen and (max-width: 1599.9px) {
  .com_contents.type_row .like_wrap {
    padding-left: 0;
    border-left: 0;
    transform: none;
    right: 20px;
    top: 30px;
    height: auto;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_contents.type_row .like_wrap {
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_contents.type_none_box {
    border: none;
    box-shadow: none;
    padding: 0;
    background: none;
  }
  .dark .com_contents.type_none_box {
    background: none;
  }
}
@media screen and (max-width: 1023.9px) and (max-width: 1023.9px) {
  .com_contents.type_none_box .thumb {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    min-width: 100%;
    aspect-ratio: 1.67;
    min-width: auto;
    max-width: 167px;
  }
  .com_contents.type_none_box .thumb > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .com_contents.type_none_box .thumb > img, .com_contents.type_none_box .thumb > a > img {
    object-fit: cover;
    min-height: 100%;
    min-width: 100%;
    max-height: 100%;
    max-width: none;
    height: 100%;
  }
}
@media screen and (max-width: 1023.9px) and (max-width: 1023.9px) {
  .com_contents.type_none_box .txt_area {
    padding-top: 5px;
    gap: 8px;
  }
}

.com_tab_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
}
.com_tab_box .tab {
  background-color: #f7f7f7;
  color: #999;
  font-weight: 700;
  border-radius: 15px 15px 0 0;
  font-size: 17px;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  width: 100%;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 1023.9px) {
  .com_tab_box .tab {
    height: 48px;
    font-size: 13px;
    line-height: 1.3;
  }
}
.dark .com_tab_box .tab {
  border-color: #46434B;
}
.dark .com_tab_box .tab {
  background-color: #2B2B2B;
  color: #999;
}
@media screen and (min-width: 1023.9px) {
  .com_tab_box .tab .mobile_br {
    display: none;
  }
}
.com_tab_box .tab.active {
  border: 1px solid #ddd;
  border-bottom: 0;
  color: #FF41B4;
  background-color: #fff;
}
.dark .com_tab_box .tab.active {
  color: #F48FB1;
  border-color: #46434B;
  background-color: #1E1E1E;
}

.com_tab_contents_box {
  border-radius: 0 0 15px 15px;
  border: 1px solid #ddd;
  border-top: 0;
  display: none;
}
.com_tab_contents_box.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
}
.dark .com_tab_contents_box {
  border-color: #46434B;
}

.com_coupon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 10px 20px;
  border-radius: 6px;
  background-color: #f7f7f7;
  padding: 30px;
  padding-inline: 40px;
  flex-wrap: wrap;
}
.dark .com_coupon {
  background-color: #2B2B2B;
}
@media screen and (max-width: 1023.9px) {
  .com_coupon {
    padding: 10px 50px;
  }
}
.com_coupon__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 10px;
}
.com_coupon__list .no_data {
  text-align: center;
}
.com_coupon > * {
  align-self: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
}
.com_coupon::before, .com_coupon::after {
  content: "";
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
}
.dark .com_coupon::before, .dark .com_coupon::after {
  background-color: #1E1E1E;
}
.com_coupon::after {
  left: auto;
  right: -15px;
}
.com_coupon .num {
  font-weight: 700;
  font-size: 24px;
  padding-right: 30px;
}
.com_coupon .num::before {
  content: "";
  position: absolute;
  top: 0;
  left: 110px;
  height: 100%;
  border-left: 1px dashed #ddd;
}
.dark .com_coupon .num::before {
  border-color: #46434B;
}
@media screen and (max-width: 1023.9px) {
  .com_coupon .num {
    flex: 0 0 100%;
    justify-content: flex-start;
    border: none;
  }
  .com_coupon .num::before {
    left: 35px;
  }
}
.com_coupon .info {
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.com_coupon .info .tit {
  font-weight: 700;
  font-size: 15px;
}
.com_coupon .info .date {
  color: #999;
}
.com_coupon .com_chk {
  margin-left: auto;
}
@media screen and (max-width: 1023.9px) {
  .com_coupon .com_chk {
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
  }
}

.com_swiper_btn_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 5px;
  position: absolute;
  top: -70px;
  right: 0;
}
@media screen and (max-width: 1023.9px) {
  .com_swiper_btn_wrap {
    top: -45px;
    right: 0;
  }
}
.com_swiper_btn_wrap .swiper-button-prev,
.com_swiper_btn_wrap .swiper-button-next {
  position: static;
  opacity: 1;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 50%;
  margin-top: 0;
}
@media screen and (max-width: 1023.9px) {
  .com_swiper_btn_wrap .swiper-button-prev,
  .com_swiper_btn_wrap .swiper-button-next {
    width: 30px;
    height: 30px;
    top: -20px;
  }
}
.dark .com_swiper_btn_wrap .swiper-button-prev,
.dark .com_swiper_btn_wrap .swiper-button-next {
  border-color: #46434B;
}
@media screen and (min-width: 1023.9px) {
  .com_swiper_btn_wrap .swiper-button-prev .icon_arrow_right,
  .com_swiper_btn_wrap .swiper-button-next .icon_arrow_right {
    background-size: cover;
    width: 20px;
    min-width: 20px;
    height: 20px;
  }
}
.dark .com_swiper_btn_wrap .swiper-button-prev .icon_arrow_right.icon_arrow_right,
.dark .com_swiper_btn_wrap .swiper-button-next .icon_arrow_right.icon_arrow_right {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m5.33 13.333 5.334-5-5.333-5'/%3E%3C/svg%3E");
}
.com_swiper_btn_wrap .swiper-button-prev:after,
.com_swiper_btn_wrap .swiper-button-next:after {
  display: none;
}
.com_swiper_btn_wrap .swiper-button-prev .icon_arrow_right {
  transform: scaleX(-1);
}
@media screen and (max-width: 1023.9px) {
  .com_swiper_btn_wrap .com_btn {
    font-size: 13px;
    line-height: 30px;
    height: auto;
  }
}

.com_contents_slide__wrap {
  position: relative;
}
.com_contents_slide__wrap .swiper-wrapper {
  padding-bottom: 10px;
}
.com_contents_slide__wrap .custom {
  height: calc(100% - 10px) !important;
}

.com_creator_info {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 15px;
}
@media screen and (max-width: 1023.9px) {
  .com_creator_info {
    gap: 10px;
  }
}
.com_creator_info .user_thumb {
  overflow: hidden;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  min-width: 55px;
  aspect-ratio: auto;
}
.com_creator_info .user_thumb > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.com_creator_info .user_thumb > img, .com_creator_info .user_thumb > a > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
}
.com_creator_info .txt_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 8px;
}
.com_creator_info .txt_area .name {
  font-weight: 600;
  font-size: 17px;
}
@media screen and (max-width: 1023.9px) {
  .com_creator_info .txt_area .name {
    font-size: 15px;
  }
}
.com_creator_info .txt_area .info {
  font-size: 13px;
  color: #666;
  white-space: nowrap;
}
.com_creator_info .txt_area .info__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
}
.dark .com_creator_info .txt_area .info {
  color: #ccc;
}
.com_creator_info .txt_area .info:not(:first-child):before {
  content: "";
  display: inline-block;
  height: 10px;
  margin: 0 6px;
  width: 1px;
  background-color: #ddd;
  vertical-align: -1px;
}
.dark .com_creator_info .txt_area .info:not(:first-child):before {
  background-color: #46434B;
}
.com_creator_info .txt_area .date {
  font-size: 13px;
  color: #666;
}
.dark .com_creator_info .txt_area .date {
  color: #999;
}
@media screen and (max-width: 1023.9px) {
  .com_creator_info .txt_area .date {
    font-size: 12px;
  }
}
.com_creator_info .like_wrap {
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 5px;
  font-size: 13px;
  font-weight: 600;
  position: relative;
  padding-left: 20px;
}
@media screen and (max-width: 1023.9px) {
  .com_creator_info .like_wrap {
    padding-left: 15px;
  }
}
.com_creator_info .like_wrap:not(:first-child):before {
  content: "";
  border-left: 1px solid #ddd;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 30px;
}
.dark .com_creator_info .like_wrap:not(:first-child):before {
  border-color: #46434B;
}
.com_creator_info .like_wrap .com_btn_like {
  margin-top: 2px;
}
@supports (-webkit-touch-callout: none) {
  .com_creator_info .like_wrap .count {
    padding-left: 5px;
  }
}
.com_creator_info.type_bg {
  border-radius: 10px;
  border: 1px solid #ddd;
  background: #f7f7f7;
  padding: 15px;
  box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.03);
  padding-inline: 30px;
  box-shadow: none;
}
.dark .com_creator_info.type_bg {
  background-color: #2B2B2B;
  border-color: #46434B;
}
.dark .com_creator_info.type_bg {
  border-color: #2B2B2B;
}