@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;
}
@font-face {
  font-family: "JalnanGothic";
  font-weight: normal;
  font-style: normal;
  src: url(../../common/fonts/JalnanGothic.woff) format("woff");
  font-style: normal;
}
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;
  letter-spacing: -0.35px;
  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: #fff;
}

a:hover {
  text-decoration: none;
}

button,
button:hover,
button:active,
button:visited,
a:hover,
a:active,
a:visited {
  color: #fff;
}

input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=date],
input[type=search],
select,
textarea {
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  background: #1B1B1B;
  vertical-align: middle;
  height: 44px;
  padding-inline: 15px;
  border-radius: 8px;
  border: solid 1px #484848;
  color: #fff;
}

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

input::-webkit-calendar-picker-indicator {
  position: absolute;
  right: 10px;
  width: 16px;
  height: 16px;
  background: url(../img/svg/icon_date.svg) no-repeat center/cover;
}

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: #1B1B1B url("../img/svg/icon_arrow_down.svg") no-repeat;
  background-position: calc(100% - 10px) center;
  background-size: 10px auto;
  outline: none;
  padding-right: 30px;
}
select.no_border {
  border: none;
  background-position: right center;
  min-width: 100px;
  border-radius: 0;
  background-color: transparent;
  font-weight: 600;
  background-image: url("../img/svg/icon_arrow_down_2.svg");
  background-size: 24px auto;
  padding-inline: 10px;
}
select option {
  background-color: #292929;
  color: #fff;
}

/*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 #484848;
  -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: #666;
  opacity: 1;
  font-size: 14px;
}

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

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

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

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

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

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: #666;
  opacity: 1;
}

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

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

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

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.icon_share {
  display: inline-block;
  width: 21px;
  min-width: 21px;
  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='21' height='24' fill='none' viewBox='0 0 21 24'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M16.833 8.028a3.167 3.167 0 1 0 0-6.333 3.167 3.167 0 0 0 0 6.333ZM4.167 15.417a3.167 3.167 0 1 0 0-6.334 3.167 3.167 0 0 0 0 6.334Zm12.666 7.388a3.167 3.167 0 1 0 0-6.333 3.167 3.167 0 0 0 0 6.333Zm-9.935-8.958 7.217 4.195m-.013-11.584-7.204 4.196'/%3E%3C/svg%3E%0A");
  background-size: contain;
}
.svg_icon.icon_email {
  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%3Cpath fill='%23fff' d='M23 7.9v8.652c0 1.844-1.422 3.347-3.22 3.448H5.407C3.597 20.012 2.1 18.56 2 16.754V7.9l10.132 5.38c.225.127.499.127.736 0L23 7.9ZM5.419 3h14.175c1.771 0 3.219 1.364 3.393 3.107l-10.48 5.557L2.011 6.107C2.187 4.427 3.535 3.101 5.22 3h.2Z'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_building {
  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 clip-path='url(%23a)'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' d='M5 4.296h1.833M5 7.26h1.833M5 10.222h1.833m2.334-5.926H11M9.167 7.26H11m-1.833 2.963H11m2.333 4.445V3.704c0-.83 0-1.245-.145-1.562a1.417 1.417 0 0 0-.583-.647c-.285-.162-.658-.162-1.405-.162H4.8c-.747 0-1.12 0-1.405.162a1.42 1.42 0 0 0-.583.647c-.145.317-.145.732-.145 1.562v10.963m12 0H1.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_ball {
  display: inline-block;
  width: 20px;
  min-width: 20px;
  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='20' height='20' fill='none'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M8.438 4.531a1.562 1.562 0 1 1 3.124 0 5.469 5.469 0 0 1 3.126 4.688v2.344a3.125 3.125 0 0 0 1.562 2.343H3.75a3.124 3.124 0 0 0 1.563-2.344V9.22A5.469 5.469 0 0 1 8.438 4.53ZM7.656 13.906v.781a2.344 2.344 0 0 0 4.688 0v-.78'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_arrow {
  display: inline-block;
  width: 13px;
  min-width: 13px;
  height: 12px;
  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='12' fill='none'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m4.667 10 4-3.75-4-3.75'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_building.point {
  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 clip-path='url(%23a)'%3E%3Cpath stroke='%23F63434' stroke-linecap='round' stroke-linejoin='round' d='M5 4.296h1.833M5 7.26h1.833M5 10.222h1.833m2.334-5.926H11M9.167 7.26H11m-1.833 2.963H11m2.333 4.445V3.704c0-.83 0-1.245-.145-1.562a1.417 1.417 0 0 0-.583-.647c-.285-.162-.658-.162-1.405-.162H4.8c-.747 0-1.12 0-1.405.162a1.42 1.42 0 0 0-.583.647c-.145.317-.145.732-.145 1.562v10.963m12 0H1.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");
}
.svg_icon.icon_building.white {
  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 clip-path='url(%23a)'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' d='M5 4.296h1.833M5 7.26h1.833M5 10.222h1.833m2.334-5.926H11M9.167 7.26H11m-1.833 2.963H11m2.333 4.445V3.704c0-.83 0-1.245-.145-1.562a1.417 1.417 0 0 0-.583-.647c-.285-.162-.658-.162-1.405-.162H4.8c-.747 0-1.12 0-1.405.162a1.42 1.42 0 0 0-.583.647c-.145.317-.145.732-.145 1.562v10.963m12 0H1.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");
}
.svg_icon.icon_ball.gray {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath stroke='%23aaa' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M8.438 4.531a1.562 1.562 0 1 1 3.124 0 5.469 5.469 0 0 1 3.126 4.688v2.344a3.125 3.125 0 0 0 1.562 2.343H3.75a3.124 3.124 0 0 0 1.563-2.344V9.22A5.469 5.469 0 0 1 8.438 4.53ZM7.656 13.906v.781a2.344 2.344 0 0 0 4.688 0v-.78'/%3E%3C/svg%3E");
}
.svg_icon.icon_ball.point {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath stroke='%23F63434' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M8.438 4.531a1.562 1.562 0 1 1 3.124 0 5.469 5.469 0 0 1 3.126 4.688v2.344a3.125 3.125 0 0 0 1.562 2.343H3.75a3.124 3.124 0 0 0 1.563-2.344V9.22A5.469 5.469 0 0 1 8.438 4.53ZM7.656 13.906v.781a2.344 2.344 0 0 0 4.688 0v-.78'/%3E%3C/svg%3E");
}
.svg_icon.icon_arrow.white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='12' fill='none'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m4.667 10 4-3.75-4-3.75'/%3E%3C/svg%3E");
}
.svg_icon.icon_share:hover.icon_share {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='24' fill='none' viewBox='0 0 21 24'%3E%3Cpath stroke='%23F63434' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M16.833 8.028a3.167 3.167 0 1 0 0-6.333 3.167 3.167 0 0 0 0 6.333ZM4.167 15.417a3.167 3.167 0 1 0 0-6.334 3.167 3.167 0 0 0 0 6.334Zm12.666 7.388a3.167 3.167 0 1 0 0-6.333 3.167 3.167 0 0 0 0 6.333Zm-9.935-8.958 7.217 4.195m-.013-11.584-7.204 4.196'/%3E%3C/svg%3E%0A");
}
.svg_icon.icon_email:hover.icon_email {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%23F63434' d='M23 7.9v8.652c0 1.844-1.422 3.347-3.22 3.448H5.407C3.597 20.012 2.1 18.56 2 16.754V7.9l10.132 5.38c.225.127.499.127.736 0L23 7.9ZM5.419 3h14.175c1.771 0 3.219 1.364 3.393 3.107l-10.48 5.557L2.011 6.107C2.187 4.427 3.535 3.101 5.22 3h.2Z'/%3E%3C/svg%3E");
}

.png_icon {
  vertical-align: top;
}
.png_icon.icon_facebook {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_facebook.png);
  width: 24px;
  min-width: 24px;
  height: 24px;
}

.svg_icon_edit {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/svg/icon_edit.svg);
  width: 20px;
  min-width: 20px;
  height: 20px;
}
.svg_icon_edit.gray {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/svg/icon_edit_gray.svg);
  width: 20px;
  min-width: 20px;
  height: 20px;
}

.svg_icon_copy {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/svg/icon_copy.svg);
  width: 18px;
  min-width: 18px;
  height: 18px;
}

.svg_icon_setting {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/svg/icon_setting.svg);
  width: 18px;
  min-width: 18px;
  height: 18px;
}

.svg_icon_del {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/svg/icon_del.svg);
  width: 18px;
  min-width: 18px;
  height: 18px;
}

.svg_icon_del_wh {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/svg/icon_del_wh.svg);
  width: 20px;
  min-width: 20px;
  height: 20px;
}

.svg_icon_play {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/svg/icon_play_off.svg);
  width: 24px;
  min-width: 24px;
  height: 24px;
}
.svg_icon_play.l {
  width: 50px;
  min-width: 50px;
  height: 50px;
}

.svg_icon_link {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/svg/icon_link.svg);
  width: 28px;
  min-width: 28px;
  height: 28px;
}

.svg_icon_my {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/svg/icon_my.svg);
  width: 18px;
  min-width: 18px;
  height: 18px;
}

.svg_icon_price {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/svg/icon_price.svg);
  width: 18px;
  min-width: 18px;
  height: 18px;
}

.svg_icon_service {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/svg/icon_service.svg);
  width: 18px;
  min-width: 18px;
  height: 18px;
}

.svg_icon_logout {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/svg/icon_logout.svg);
  width: 18px;
  min-width: 18px;
  height: 18px;
}

.svg_icon_ball_push {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/svg/icon_ball_push.svg);
  width: 32px;
  min-width: 32px;
  height: 32px;
}

.svg_icon_search {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/svg/icon_search.svg);
  width: 32px;
  min-width: 32px;
  height: 32px;
}

.svg_icon_star_on {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/svg/icon_star_on.svg);
  width: 24px;
  min-width: 24px;
  height: 24px;
}

.svg_icon_movie {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/svg/icon_movie.svg);
  width: 44px;
  min-width: 44px;
  height: 44px;
}

.svg_icon_series {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/svg/icon_series.svg);
  width: 44px;
  min-width: 44px;
  height: 44px;
}

.svg_icon_menu {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/svg/icon_menu.svg);
  width: 12px;
  min-width: 12px;
  height: 8px;
}

.svg_icon_login {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/svg/icon_login.svg);
  width: 32px;
  min-width: 32px;
  height: 32px;
}

a.com_btn:hover {
  cursor: pointer;
}

.com_btn {
  padding: 0 20px;
  border-radius: 8px;
  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;
  letter-spacing: normal;
  box-sizing: border-box;
  gap: 5px;
  line-height: initial;
}
.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: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  gap: 10px;
}
.com_btn_wrap.bottom {
  margin-top: 30px;
}
@media screen and (max-width: 1023.9px) {
  .com_btn_wrap.bottom {
    margin-top: 25px;
  }
}
.com_btn_wrap.bottom .com_btn {
  min-width: 120px;
}
.com_btn_wrap.bottom.line {
  padding-top: 30px;
  border-top: 1px solid #292929;
}
@media screen and (max-width: 1023.9px) {
  .com_btn_wrap.bottom.line {
    padding-top: 25px;
  }
}
.com_btn.full {
  width: 100%;
  min-width: 100%;
}
.com_btn.extend {
  flex: 1;
}
.com_btn.point {
  background-color: #F63434;
  color: #fff;
}
.com_btn.gray {
  background-color: #292929;
  color: #fff;
}
.com_btn.gray_dark {
  background-color: #262626;
  color: #fff;
  border: 1px solid #484848;
}
.com_btn.white {
  background-color: #FFF;
  color: #000;
}
.com_btn.line {
  background: transparent;
  border: 1px solid #F63434;
  color: #F63434;
}
.com_btn.line.point_bg {
  background-color: #3D1010;
  color: #F63434;
}
.com_btn.line.gray {
  border-color: #484848;
  color: #fff;
}
.com_btn.xl {
  height: 70px;
  font-size: 26px;
  font-weight: 700;
  min-width: 220px;
}
@media screen and (max-width: 1023.9px) {
  .com_btn.xl {
    height: 60px;
    font-size: 20px;
  }
}
.com_btn.l {
  height: 54px;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 1023.9px) {
  .com_btn.l {
    height: 44px;
  }
}
.com_btn.m {
  height: 44px;
  font-size: 15px;
  font-weight: 500;
}
.com_btn.s {
  height: 36px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 6px;
}
.com_btn.xs {
  height: 26px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 6px;
  padding-inline: 15px;
}
.com_btn.full {
  width: 100%;
}
.com_btn.extend {
  flex: 1;
}
.com_btn.oval {
  border-radius: 50px;
}
.com_btn.icon_circel {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
}
@media screen and (max-width: 767.9px) {
  .com_btn.icon_circel {
    width: 30px;
    height: 30px;
  }
}

/*!페이징 << < > >> */
.com_paging {
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .com_paging {
    margin-top: 20px;
  }
}
.com_paging :is(.btn_first, .btn_prev, .btn_page, .btn_next, .btn_last) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}
.com_paging :is(.btn_first, .btn_prev, .btn_next, .btn_last) img {
  height: 12px;
}
.com_paging :is(.btn_first, .btn_prev) img {
  transform: rotate(180deg);
}
.com_paging .btn_first, .com_paging .btn_prev {
  margin-right: 40px;
}
@media screen and (max-width: 767.9px) {
  .com_paging .btn_first, .com_paging .btn_prev {
    margin-right: 20px;
  }
}
.com_paging .btn_next, .com_paging .btn_last {
  margin-left: 40px;
}
@media screen and (max-width: 767.9px) {
  .com_paging .btn_next, .com_paging .btn_last {
    margin-left: 20px;
  }
}
.com_paging .btn_page {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #7C7C7C;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 767.9px) {
  .com_paging .btn_page {
    width: 30px;
    height: 30px;
  }
}
.com_paging .btn_page.active {
  color: #fff;
  background-color: #F63434;
}
.com_paging .btn_page.disabled {
  cursor: auto;
  opacity: 0.4;
}

.sec-paging {
  overflow: hidden;
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 767.9px) {
  .sec-paging {
    margin-top: 20px;
  }
}
.sec-paging :is(.pg-btn, .btn-page) {
  height: 12px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  margin-left: 40px;
  color: #222;
}
.sec-paging .pg-btn {
  background-image: url("../img/arrow_right.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
  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 .group-prev {
  margin-right: 40px;
}
.sec-paging .group-next {
  margin-left: 40px;
}
.sec-paging .btn-page {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #7C7C7C;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}
@media screen and (max-width: 767.9px) {
  .sec-paging .btn-page {
    width: 30px;
    height: 30px;
  }
}
.sec-paging .btn-page.active {
  color: #fff;
  background-color: #F63434;
}

.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;
  background-color: #292929;
  width: fit-content;
  border-radius: 8px;
}
@media screen and (max-width: 767.9px) {
  .com_tab {
    width: 100%;
  }
}
.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;
  font-size: 15px;
  color: #fff;
  min-height: 44px;
  text-align: center;
  border-radius: 8px;
  width: 130px;
}
@media screen and (max-width: 1023.9px) {
  .com_tab .tab {
    font-size: 14px;
    letter-spacing: -0.35px;
    min-height: 44px;
    width: 110px;
  }
}
@media screen and (max-width: 767.9px) {
  .com_tab .tab {
    width: 110px;
    flex: 1;
  }
}
.com_tab .tab:not(:first-child):before {
  content: "";
  border-left: 1px solid #484848;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 14px;
}
.com_tab .tab:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 8px 0px 8px;
  border-color: #F63434 transparent transparent transparent;
  display: none;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
}
.com_tab .tab.active {
  background-color: #F63434;
}
.com_tab .tab.active::before {
  display: none;
}
.com_tab .tab.active:after {
  display: block;
}
.com_tab_contents {
  display: none;
}
.com_tab_contents.active {
  display: block;
}
.com_tab + .com_board_list {
  margin-top: 40px;
}
@media screen and (max-width: 1023.9px) {
  .com_tab + .com_board_list {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767.9px) {
  .com_tab + .com_board_list {
    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;
  color: #fff;
  font-size: 15px;
}
@media screen and (max-width: 767.9px) {
  .com_chk {
    font-size: 14px;
  }
}
.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 input[type=checkbox], .com_chk input[type=radio] {
  display: inline-block;
  padding-right: 0;
  height: 18px;
}
.com_chk input[type=checkbox]::before, .com_chk input[type=radio]::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("../img/chk_off.png") no-repeat center/18px auto;
  border-radius: 2px;
  cursor: pointer;
}
.com_chk input[type=checkbox]:checked::before, .com_chk input[type=radio]:checked::before {
  background: url("../img/chk_on.png") no-repeat center/18px auto;
  border-color: #F63434;
}
.com_chk input[type=checkbox]:disabled, .com_chk input[type=radio]:disabled {
  opacity: 0.4;
}
.com_chk.circle {
  position: relative;
  margin: 0;
}
.com_chk.circle input::before {
  background-image: url("../img/radio_off.png");
  border: 0;
}
.com_chk.circle input:checked::before {
  background-image: url("../img/radio_on.png");
  background-size: 18px auto;
}

.com_chk_btn {
  cursor: pointer;
}
.com_chk_btn.full {
  flex: 1;
}
.com_chk_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;
}
.com_chk_btn input {
  display: none;
}
.com_chk_btn .btn {
  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: 1px solid #484848;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.3px;
  border-radius: 8px;
  padding-inline: 25px;
  height: 44px;
  width: 100%;
}
@media screen and (max-width: 767.9px) {
  .com_chk_btn .btn {
    padding-inline: 20px;
  }
}
.com_chk_btn input:checked + .btn {
  background-color: #292929;
  border-color: #292929;
}
.com_chk_btn.gray .btn {
  background-color: #292929;
  border-color: #292929;
}
.com_chk_btn.gray input:checked + .btn {
  background-color: #F63434;
  border-color: #F63434;
}

.com_btn_like {
  height: 24px;
}
.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/svg/icon_like_off.svg);
  width: 24px;
  min-width: 24px;
  height: 24px;
}
.com_btn_like input[type=checkbox]:checked::before {
  background-image: url(../img/svg/icon_like_on.svg);
}
.com_btn_like.circle {
  background-color: #292929;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  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;
}
.com_btn_like.circle input[type=checkbox] {
  height: 30px;
}
.com_btn_like.circle input[type=checkbox]::before {
  width: 30px;
  min-width: 30px;
  height: 30px;
}
@media screen and (max-width: 1023.9px) {
  .com_btn_like.circle {
    width: 36px;
    height: 36px;
  }
  .com_btn_like.circle input[type=checkbox] {
    height: 20px;
  }
  .com_btn_like.circle input[type=checkbox]::before {
    width: 20px;
    min-width: 20px;
    height: 20px;
  }
}

.com_btn_thumb {
  height: 24px;
}
.com_btn_thumb input[type=checkbox]:before {
  cursor: pointer;
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/svg/icon_thumb_off.svg);
  width: 24px;
  min-width: 24px;
  height: 24px;
}
.com_btn_thumb input[type=checkbox]:checked::before {
  background-image: url(../img/svg/icon_thumb_on.svg);
}

.com_btn_star {
  height: 24px;
  direction: rtl;
}
.com_btn_star input[type=radio] {
  display: none;
}
.com_btn_star input[type=radio]:checked ~ label {
  background-image: url(../img/svg/icon_star_on.svg);
}
.com_btn_star label {
  background: url(../img/svg/icon_star_off.svg) no-repeat center;
  background-size: contain;
  width: 24px;
  height: 24px;
  display: inline-block;
  cursor: pointer;
  margin-right: 3px;
  margin-left: 0 !important;
}
.com_btn_star label:last-child {
  margin-right: 0;
}
.com_btn_star span {
  font-size: 0;
}
.com_btn_star__wrap {
  position: relative;
  direction: rtl;
}

.com_star {
  background: url(../img/svg/icon_star_off2.svg) no-repeat left/cover;
  width: 30px;
  height: 30px;
  display: inline-block;
  position: relative;
}
.com_star .has {
  background: url(../img/svg/icon_star_on.svg) no-repeat left/cover;
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  height: 30px;
}

.com_btn_bookmark {
  height: 16px;
}
.com_btn_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/svg/icon_bookmark_off.svg);
  width: 16px;
  min-width: 16px;
  height: 16px;
}
.com_btn_bookmark input[type=checkbox]:checked::before {
  background-image: url(../img/svg/icon_bookmark_on.svg);
}

.com_switch {
  width: 40px;
  height: 20px;
  display: inline-block;
  -webkit-appearance: none;
  background-color: #484848;
  border-radius: 20px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.com_switch__wrap {
  position: relative;
  width: 40px;
  height: 20px;
}
.com_switch:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  left: 2px;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.com_switch:checked[type=checkbox] {
  background-color: #F63434;
  transition: all 0.3s ease;
}
.com_switch:checked[type=checkbox]:after {
  left: 22px;
  transition: all 0.3s ease;
  background: #fff;
  border: none;
}

.com_btn_toggle {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/svg/icon_toggle_off.svg);
  width: 20px;
  min-width: 20px;
  height: 20px;
}
.com_btn_toggle.active {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/svg/icon_toggle_on.svg);
  width: 20px;
  min-width: 20px;
  height: 20px;
}

.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: #1B1B1B;
  color: #fff;
  margin-inline: auto;
  z-index: 101;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0 5px 0 rgba(31, 39, 62, 0.24);
  border: 1px solid #484848;
}
.com_popup .pop_container.m {
  width: 560px;
}
@media screen and (max-width: 767.9px) {
  .com_popup .pop_container.m {
    width: calc(100% - 40px);
  }
}
.com_popup .pop_container.s {
  width: 500px;
}
@media screen and (max-width: 767.9px) {
  .com_popup .pop_container.s {
    width: calc(100% - 40px);
  }
}
.com_popup .content_container {
  padding: 25px 20px;
  max-height: calc(95vh - 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: 767.9px) {
  .com_popup .content_container {
    padding-inline: 20px;
  }
}
.com_popup .content_container::-webkit-scrollbar {
  opacity: 0;
  width: 10px;
  height: 10px;
}
.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;
}
.com_popup .content_container::-webkit-scrollbar-track {
  background-color: #f7f7f7;
}
.com_popup .content_container::-webkit-scrollbar-track-piece {
  background-color: #f7f7f7;
}
.com_popup .content_container::-webkit-scrollbar-corner {
  background: #f7f7f7;
}
.com_popup .content_container .txt {
  line-height: 1.4;
  font-size: 15px;
  font-weight: 400;
}
.com_popup .btn_container {
  position: relative;
  padding: 0 0 30px;
  margin-inline: 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: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  gap: 10px;
}
.com_popup .btn_container .com_btn {
  min-width: 120px;
}
.com_popup .btn_container.line {
  border-top: 1px solid #292929;
  padding-top: 20px;
}
.com_popup .pop_tit {
  padding: 30px 20px 0;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1023.9px) {
  .com_popup .pop_tit {
    font-size: 22px;
  }
}
@media screen and (max-width: 767.9px) {
  .com_popup .pop_tit {
    font-size: 20px;
  }
}
.com_popup .btn_close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 12px;
  height: 12px;
  background: url("../img/svg/icon_close.svg") no-repeat center/100% auto;
}
.com_popup.type_alert .pop_container {
  width: 300px;
}
.com_popup.type_alert .content_container {
  padding-block: 40px 30px;
  font-size: 15px;
  line-height: 1.47;
  letter-spacing: -0.38px;
  text-align: center;
}
.com_popup.type_alert .content_container .txt + .txt {
  margin-top: 15px;
}
.com_popup.type_alert .content_container .btn_container {
  padding-bottom: 15px;
}

.pop_flat_rate_cancel .tit {
  font-size: 15px;
  font-weight: 600;
}
.pop_flat_rate_cancel .flat_rate {
  border-radius: 8px;
  border: 1px solid #484848;
  background: #1B1B1B;
  padding: 25px 20px;
  margin-block: 10px;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 1023.9px) {
  .pop_flat_rate_cancel .flat_rate {
    padding: 15px;
    font-size: 15px;
  }
}
.pop_flat_rate_cancel .tip {
  color: #aaa;
  line-height: 1.5;
}
.pop_flat_rate_cancel .tip b {
  color: #fff;
}

.pop_method_payment .pop_container {
  width: 560px;
}
@media screen and (max-width: 767.9px) {
  .pop_method_payment .pop_container {
    width: calc(100% - 40px);
  }
}
.pop_method_payment .sub {
  color: #aaa;
  text-align: center;
}
.pop_method_payment .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: 25px;
}
.pop_method_payment .method_payment_info {
  border-radius: 8px;
  border: 1px solid #484848;
  background: #1B1B1B;
  padding: 20px;
  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: 15px;
}
@media screen and (max-width: 1023.9px) {
  .pop_method_payment .method_payment_info {
    padding: 15px;
    margin-top: -10px;
  }
}
.pop_method_payment .method_payment_info .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;
}
.pop_method_payment .method_payment_info .item .tit_field {
  width: 104px;
  color: #aaa;
}
.pop_method_payment .sec_tit {
  font-size: 15px;
  font-weight: 600;
}
.pop_method_payment .method_payment {
  border-radius: 8px;
  border: 1px solid #484848;
  background: #1B1B1B;
  padding: 20px;
  margin-top: -10px;
}
@media screen and (max-width: 1023.9px) {
  .pop_method_payment .method_payment {
    padding: 15px;
  }
}
.pop_method_payment .method_payment__head {
  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) {
  .pop_method_payment .method_payment__head {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.pop_method_payment .method_payment__head .tit {
  font-size: 15px;
  font-weight: 700;
}
@media screen and (max-width: 1023.9px) {
  .pop_method_payment .method_payment__head .tit {
    order: 1;
  }
}
.pop_method_payment .method_payment__head .txt {
  color: #aaa;
}
@media screen and (max-width: 1023.9px) {
  .pop_method_payment .method_payment__head .txt {
    order: 3;
    width: 100%;
  }
}
.pop_method_payment .method_payment__head .use {
  margin-left: auto;
  font-size: 15px;
  font-weight: 700;
  color: #F63434;
}
@media screen and (max-width: 1023.9px) {
  .pop_method_payment .method_payment__head .use {
    order: 2;
  }
}
.pop_method_payment .method_payment .item {
  border-radius: 8px;
  border: 1px dashed #484848;
  display: grid;
  gap: 10px 20px;
  grid-template-columns: 95px auto 24px;
  padding: 15px;
  margin-top: 15px;
}
@media screen and (max-width: 1023.9px) {
  .pop_method_payment .method_payment .item {
    padding: 10px;
    gap: 5px 10px;
    grid-template-columns: 60px auto 16px;
  }
}
.pop_method_payment .method_payment .item .thumb {
  grid-row: 1/3;
}
.pop_method_payment .method_payment .item .card_name {
  grid-column: 2/3;
  display: flex;
  align-items: flex-end;
  font-size: 15px;
  font-weight: 700;
}
.pop_method_payment .method_payment .item .card_enter_date {
  grid-column: 2/3;
  grid-row: 2/3;
  color: #aaa;
}
@media screen and (max-width: 1023.9px) {
  .pop_method_payment .method_payment .item .card_enter_date {
    font-size: 12px;
  }
}
.pop_method_payment .method_payment .item .btn {
  grid-column: 3/4;
  grid-row: 1/3;
  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_proifile .content_container {
  position: relative;
  padding-inline: 50px;
}
@media screen and (max-width: 767.9px) {
  .pop_proifile .content_container {
    padding-inline: 20px;
  }
}
.pop_proifile .swiper-button-prev {
  left: 15px;
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/svg/slide_prev_s.svg);
  width: 24px;
  min-width: 24px;
  height: 24px;
}
@media screen and (max-width: 767.9px) {
  .pop_proifile .swiper-button-prev {
    left: 0;
  }
}
.pop_proifile .swiper-button-next {
  right: 15px;
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/svg/slide_next_s.svg);
  width: 24px;
  min-width: 24px;
  height: 24px;
}
@media screen and (max-width: 767.9px) {
  .pop_proifile .swiper-button-next {
    right: 0;
  }
}
.pop_proifile .swiper-button-disabled {
  display: none;
}
.pop_proifile .swiper-slide {
  position: relative;
}
.pop_proifile .swiper-slide .thumb {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-width: 100%;
  aspect-ratio: 1;
  border-radius: 10px;
}
.pop_proifile .swiper-slide .thumb > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.pop_proifile .swiper-slide .thumb > img, .pop_proifile .swiper-slide .thumb > a > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
}
.pop_proifile .swiper-slide .thumb::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: 0 solid #fff;
}
.pop_proifile .swiper-slide.active .thumb:after {
  border-width: 3px;
}

.pop_edit_info .com_tab {
  margin-block: 10px 25px;
}
.pop_edit_info .textarea {
  min-height: 100px;
}

body {
  background-color: #000;
  color: #fff;
}

main {
  padding-bottom: 80px;
  min-height: 70vh;
}
@media screen and (max-width: 1299.9px) {
  main {
    padding-bottom: 40px;
    min-height: auto;
  }
}

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

.head {
  height: 90px;
  padding-inline: 65px 70px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 100;
}
.head__row {
  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: 44px;
  height: 50px;
}
@media screen and (min-width: 767.9px) {
  .head__row {
    height: 100%;
  }
}
@media screen and (max-width: 1023.9px) {
  .head {
    height: 50px;
    padding-inline: 28px;
  }
}
@media screen and (max-width: 767.9px) {
  .head {
    height: 100px;
    flex-wrap: wrap;
    padding-inline: 20px;
  }
}
@media screen and (max-width: 1023.9px) {
  .head__logo .pc {
    display: none;
  }
}
@media screen and (min-width: 1023.9px) {
  .head__logo .mobile {
    display: none;
  }
}
.head__tool {
  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: 30px;
}
@media screen and (max-width: 1299.9px) {
  .head__tool {
    gap: 20px;
  }
}
@media screen and (max-width: 1023.9px) {
  .head__tool {
    gap: 10px;
  }
}
.head__tool .select_lang {
  width: 80px;
}
@media screen and (max-width: 767.9px) {
  .head__tool .select_lang {
    display: none;
  }
}
.head__tool .btn_my {
  margin-left: 6px;
}
.head__tool .btn_my .thumb {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  min-width: 44px;
  aspect-ratio: auto;
  border-radius: 50%;
}
.head__tool .btn_my .thumb > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.head__tool .btn_my .thumb > img, .head__tool .btn_my .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) {
  .head__tool .btn_my .thumb {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    min-width: 30px;
    aspect-ratio: auto;
  }
  .head__tool .btn_my .thumb > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .head__tool .btn_my .thumb > img, .head__tool .btn_my .thumb > a > img {
    object-fit: cover;
    min-height: 100%;
    min-width: 100%;
    max-height: 100%;
    max-width: none;
    height: 100%;
  }
}
.head__tool [class^=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;
}
@media screen and (max-width: 1023.9px) {
  .head__tool .svg_icon_search,
  .head__tool .svg_icon_ball_push,
  .head__tool .svg_icon_login {
    width: 24px;
    min-width: 24px;
    height: 24px;
  }
}
.head__tool .layer_my {
  display: none;
  background-color: #1B1B1B;
  border: 1px solid #484848;
  width: 200px;
  border-radius: 10px;
  position: absolute;
  top: 80px;
  right: -40px;
  z-index: 10;
}
.head__tool .layer_my.active {
  display: block;
}
@media screen and (max-width: 1023.9px) {
  .head__tool .layer_my {
    top: 50px;
    right: 0;
  }
}
.head__tool .layer_my__user {
  border-bottom: 1px solid #484848;
  padding: 10px 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;
  gap: 12px;
}
.head__tool .layer_my__user .thumb {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  aspect-ratio: 1;
  border-radius: 50%;
}
.head__tool .layer_my__user .thumb > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.head__tool .layer_my__user .thumb > img, .head__tool .layer_my__user .thumb > a > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
}
.head__tool .layer_my__user .name {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
}
.head__tool .layer_my__user .select_lang_m {
  height: 20px;
  margin-left: -10px;
  font-size: 13px;
}
@media screen and (min-width: 767.9px) {
  .head__tool .layer_my__user .select_lang_m {
    display: none;
  }
}
.head__tool .layer_my__links {
  padding-block: 10px;
}
.head__tool .layer_my__links .link {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  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%;
}
.head__tool .layer_my__links .link:hover {
  background-color: #292929;
}
.head__tool .layer_push {
  background-color: #1B1B1B;
  border: 1px solid #484848;
  width: 350px;
  border-radius: 10px;
  position: absolute;
  top: 80px;
  right: 50px;
  display: none;
  z-index: 10;
}
.head__tool .layer_push.active {
  display: block;
}
@media screen and (max-width: 1023.9px) {
  .head__tool .layer_push {
    top: 50px;
    right: 0;
  }
}
@media screen and (max-width: 767.9px) {
  .head__tool .layer_push {
    max-width: 350px;
    width: 100%;
  }
}
.head__tool .layer_push__head {
  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: 10px 20px;
  border-bottom: 1px solid #484848;
}
.head__tool .layer_push__head .btn_close {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/svg/icon_close.svg);
  width: 14px;
  min-width: 14px;
  height: 14px;
  margin-left: auto;
}
.head__tool .layer_push__head .txt {
  font-size: 14px;
  font-weight: 600;
}
.head__tool .layer_push__links {
  max-height: 350px;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-face-color: transparent; /*스크롤*/
  scrollbar-highlight-color: #292929; /*하이라이트*/
  scrollbar-3dlight-color: transparent; /*왼쪽외곽음영*/
  scrollbar-darkshadow-color: transparent; /*오른쪽외곽음영*/
  scrollbar-shadow-color: transparent; /*오른쪽 안쪽음영*/
  scrollbar-arrow-color: transparent; /*화살*/
  scrollbar-track-color: transparent; /*스크롤영역*/
}
.head__tool .layer_push__links::-webkit-scrollbar { /*스크롤바*/
  width: 5px;
  height: 5px;
}
.head__tool .layer_push__links::-webkit-scrollbar-button { /*스크롤바 버튼(아래 위 화살표)*/
  width: 0px;
  height: 0px;
}
.head__tool .layer_push__links::-webkit-scrollbar-thumb { /*스크롤바 핸들*/
  background-color: #484848;
  background-clip: padding-box;
  border-radius: 5px;
}
.head__tool .layer_push__links::-webkit-scrollbar-track { /*스크롤바 진행줄*/
  background-color: none;
}
.head__tool .layer_push__links::-webkit-scrollbar-track-piece { /*진행줄에서 핸들로 덮이지 않은 영역 */
  background-color: none;
}
.head__tool .layer_push__link {
  padding: 10px 20px 15px;
  border-top: 1px solid #292929;
  width: 100%;
}
.head__tool .layer_push__link:first-child {
  border-top: 0;
}
.head__tool .layer_push__link .top_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;
  gap: 10px;
  margin-bottom: 10px;
}
.head__tool .layer_push__link .top_row .com_status {
  width: 30px;
  height: 30px;
}
.head__tool .layer_push__link .top_row .txt {
  font-size: 14px;
  font-weight: 600;
}
.head__tool .layer_push__link .top_row .date {
  color: #aaa;
  font-size: 12px;
  margin-left: auto;
}
.head__tool .layer_push__link .contents_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;
  gap: 10px;
}
.head__tool .layer_push__link .contents_row .thumb {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 48px;
  min-width: 80px;
  aspect-ratio: 1.6666666667;
  border-radius: 5px;
}
.head__tool .layer_push__link .contents_row .thumb > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.head__tool .layer_push__link .contents_row .thumb > img, .head__tool .layer_push__link .contents_row .thumb > a > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
}
.head__tool .layer_push__link .contents_row .info_area {
  flex: 1;
}
.head__tool .layer_push__link .contents_row .info_area .desc {
  font-size: 12px;
  color: #aaa;
  margin-top: 5px;
}
.head .layer_search {
  background-color: #000;
  position: absolute;
  top: 90px;
  left: 0;
  width: 100%;
  padding-block: 30px 70px;
  display: none;
  z-index: 10;
}
.head .layer_search.active {
  display: block;
}
@media screen and (max-width: 1023.9px) {
  .head .layer_search {
    top: 40px;
    padding-block: 10px 40px;
  }
}
@media screen and (max-width: 767.9px) {
  .head .layer_search {
    top: 50px;
  }
}
.head .layer_search .container {
  max-width: 1410px;
  margin-inline: auto;
}
@media screen and (max-width: 1599.9px) {
  .head .layer_search .container {
    padding-inline: 30px;
    padding-top: 0;
  }
}
@media screen and (max-width: 767.9px) {
  .head .layer_search .container {
    padding-inline: 20px;
  }
}
.head .layer_search .com_search {
  margin-bottom: 50px;
}
@media screen and (max-width: 1023.9px) {
  .head .layer_search .com_search {
    margin-bottom: 20px;
  }
}
.head .layer_search__recommend .tit {
  margin-bottom: 10px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (min-width: 1023.9px) {
  .head .layer_search__recommend .tit {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.head .layer_search__recommend .search_none {
  text-align: center;
  font-size: 16px;
}
.head .layer_search__recommend .keyword {
  border-radius: 5px;
  background-color: #292929;
  padding: 15px 20px;
  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: 15px;
  font-size: 15px;
}
@media screen and (max-width: 1023.9px) {
  .head .layer_search__recommend .keyword {
    padding: 10px;
  }
}
.head .layer_search__recommend .keyword__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;
}
.head .layer_search__recommend .keyword .btn_del {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/svg/icon_del_circle.svg);
  width: 20px;
  min-width: 20px;
  height: 20px;
}
@media screen and (max-width: 1023.9px) {
  .head .layer_search__recommend .keyword .btn_del {
    width: 16px;
    min-width: 16px;
    height: 16px;
  }
}
.head .nav {
  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;
  position: absolute;
  top: 24px;
  left: 250px;
}
@media screen and (max-width: 1299.9px) {
  .head .nav {
    left: 220px;
    gap: 10px;
  }
}
@media screen and (max-width: 1023.9px) and (min-width: 767.9px) {
  .head .nav {
    top: 11px;
    left: 100px;
  }
}
@media screen and (max-width: 767.9px) {
  .head .nav {
    position: static;
    padding-block: 5px;
    gap: 0;
  }
}
.head .nav .link {
  position: relative;
  padding: 12px 20px;
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap;
}
.head .nav .link::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #fff;
  display: none;
}
.head .nav .link.active {
  background-color: #292929;
}
.head .nav .link.active::before {
  display: block;
}
@media screen and (max-width: 767.9px) {
  .head .nav .link.home {
    display: none;
  }
}
@media screen and (max-width: 1023.9px) {
  .head .nav .link {
    font-size: 15px;
    padding: 6px 15px;
    border-radius: 6px;
  }
  .head .nav .link::before {
    top: 4px;
    right: 8px;
  }
}

.footer {
  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 45px;
  padding-inline: 65px 70px;
  border-top: 1px solid #272727;
  padding-block: 50px;
}
@media screen and (max-width: 1023.9px) and (min-width: 767.9px) {
  .footer {
    gap: 10px 30px;
    padding-inline: 30px;
    padding-block: 22.5px;
  }
}
@media screen and (max-width: 767.9px) {
  .footer {
    padding-inline: 20px;
    padding-block: 30px;
  }
}
.footer__logo {
  width: 141px;
}
@media screen and (max-width: 767.9px) {
  .footer__logo {
    width: 100%;
  }
}
.footer__link {
  font-size: 16px;
  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;
}
@media screen and (max-width: 1023.9px) {
  .footer__link {
    font-size: 15px;
  }
}
.footer .address {
  width: 100%;
  color: #aaa;
}
@media screen and (min-width: 1023.9px) {
  .footer .address {
    line-height: 1.7;
    padding-left: 186px;
  }
}
@media screen and (max-width: 1023.9px) {
  .footer .address {
    line-height: 1.5;
    font-size: 13px;
  }
}
.footer .address p {
  white-space: nowrap;
  display: inline-block;
}
.footer .address .copy {
  margin-top: 20px;
  display: block;
}
@media screen and (max-width: 1023.9px) and (min-width: 767.9px) {
  .footer .address .copy {
    margin-top: 5px;
  }
}

main {
  padding-top: 90px;
}
@media screen and (max-width: 1023.9px) {
  main {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767.9px) {
  main {
    padding-top: 100px;
  }
}

.com_divider {
  width: 100%;
  min-height: 1px;
  height: 1px;
  border: none;
  border-bottom: 1px solid #292929;
}

.com_point_txt {
  color: #F63434 !important;
}

.com_red_txt {
  color: #F63434 !important;
}

.com_pg_tit {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1023.9px) {
  .com_pg_tit {
    font-size: 20px;
  }
}
.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: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #292929;
}
@media screen and (max-width: 1023.9px) {
  .com_pg_tit__wrap {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
}

.com_status {
  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: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
  background-color: #292929;
}
.com_status.active {
  background-color: #531E1E;
}

.com_badge {
  height: 36px;
  border-radius: 8px;
  font-weight: 400;
  font-size: 16px;
  padding-inline: 15px;
  letter-spacing: -0.28px;
  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;
  line-height: initial;
  color: #fff;
  border: 1px solid #484848;
}
.com_badge__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;
}
@media screen and (max-width: 1023.9px) {
  .com_badge {
    font-size: 14px;
    height: 30px;
    padding-inline: 13px;
  }
}
.com_badge.point {
  border-color: #F63434;
  color: #F63434;
}

.com_tag {
  height: 23px;
  line-height: 23px;
  border-radius: 5px;
  font-weight: 300;
  font-size: 13px;
  padding: 5px 8px;
  letter-spacing: -0.28px;
  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;
  line-height: initial;
  color: #fff;
  border: 1px solid #484848;
}
.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;
}

.com_new {
  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: 8px;
  background-color: #01c75b;
  height: 36px;
  padding-inline: 10px;
  font-size: 18px;
  font-weight: 900;
}
@media screen and (max-width: 1023.9px) {
  .com_new {
    height: 24px;
    padding-inline: 8px;
    font-size: 12px;
  }
}

.com_19 {
  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: 8px;
  background-color: #F63434;
  width: 36px;
  height: 36px;
  font-size: 22px;
  font-weight: 900;
}
@media screen and (max-width: 1023.9px) {
  .com_19 {
    width: 27px;
    height: 27px;
    font-size: 18px;
  }
}

.com_info_list {
  display: grid;
  grid-template-columns: minmax(60px, auto) minmax(auto, calc(100% - 60px));
  gap: 8px;
}
.com_info_list dt {
  color: #aaa;
}
.com_info_list dt::before {
  content: "·";
  display: inline-block;
  margin-right: 4px;
  color: #aaa;
}
.com_info_list dd {
  color: #fff;
}

.com_cont_tit {
  font-size: 36px;
  font-weight: 800;
  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_cont_tit {
    font-size: 24px;
  }
}
@media screen and (max-width: 767.9px) {
  .com_cont_tit {
    font-size: 20px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_cont_tit [class^=svg_icon] {
    min-width: 28px;
    width: 28px;
    height: 28px;
  }
}
.com_cont_tit__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;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 1023.9px) {
  .com_cont_tit__wrap {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767.9px) {
  .com_cont_tit__wrap {
    margin-bottom: 20px;
  }
}
.com_cont_tit__wrap.line {
  padding-bottom: 30px;
  margin-bottom: 0;
}
@media screen and (max-width: 1023.9px) {
  .com_cont_tit__wrap.line {
    padding-bottom: 20px;
  }
}
.com_cont_tit__wrap.line::before {
  content: "";
  width: 100%;
  min-height: 1px;
  height: 1px;
  border: none;
  border-bottom: 1px solid #292929;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1023.9px) {
  .com_cont_tit__wrap.line::before {
    margin-inline: -20px;
    width: calc(100% + 40px);
  }
}
.com_cont_tit__wrap.mb_s {
  margin-bottom: 20px;
}
.com_cont_tit__wrap .select {
  width: 100px;
}

.com_push {
  position: relative;
  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;
}
.com_push .count {
  height: 15px;
  min-width: 17px;
  padding-inline: 3px;
  background-color: #F63434;
  border-radius: 15px;
  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;
  color: #fff;
  font-weight: 600;
  font-size: 10px;
  position: absolute;
  top: -5px;
  right: -7px;
}

/*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;
}
.com_input_sec .error_txt, .com_input_sec .info_txt {
  margin-top: 10px;
  line-height: 17px;
  color: #F63434;
  font-size: 13px;
}
.com_input_sec .tit_field {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 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;
  gap: 5px;
  color: #fff;
}
.com_input_sec .tit_field .sub {
  color: #767678;
  font-size: 14px;
}
.com_input_sec .input_field {
  margin-bottom: 25px;
}
.com_input_sec .input_field:last-child {
  margin-bottom: 0;
}
.com_input_sec .input_field .input.full {
  width: 100%;
}
.com_input_sec .input_field input[type=text], .com_input_sec .input_field input[type=password] {
  width: 100%;
}
.com_input_sec .input_field input[type=text] + .com_btn, .com_input_sec .input_field input[type=password] + .com_btn {
  min-width: 100px;
  padding-inline: 10px;
}
.com_input_sec .flex_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;
}

.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 {
  flex: 1; /* input_form이 남은 공간을 꽉 채울 수 있도록 설정 */
}
.com_add_file .input_form .input {
  margin-left: 0;
  padding-inline: 10px;
}
.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 .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 .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_agree_list {
  border-bottom: 1px solid #292929;
  margin-block: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 1023.9px) {
  .com_agree_list {
    margin-block: 25px;
    padding-bottom: 25px;
  }
}
.com_agree_list .all {
  border-bottom: 1px solid #292929;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.com_agree_list .all label {
  font-size: 15px;
}
.com_agree_list .chk_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: 13px;
}
.com_agree_list .chk_list .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;
}
.com_agree_list .chk_list .item.not_must .com_chk {
  color: #aaa;
}
.com_agree_list .chk_list label {
  font-size: 14px;
}
.com_agree_list .chk_list .btn_view {
  font-size: 0;
  width: 20px;
  height: 20px;
  background-color: #292929;
  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;
  margin-left: auto;
}

.com_flex_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;
  gap: 5px;
}
.com_flex_row.column {
  flex-direction: column;
  align-items: flex-start;
}
.com_flex_row.between {
  justify-content: space-between;
}

.com_search {
  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;
  border-bottom: 2px solid #fff;
}
.com_search .btn_search {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/svg/icon_search.svg);
  width: 32px;
  min-width: 32px;
  height: 32px;
}
.com_search .input {
  position: relative;
  padding-block: 25px;
  font-size: 24px;
  font-weight: 700;
  flex: 1;
  height: 70px;
  background-color: #000;
  border: 0;
  border-radius: 0;
  padding-inline: 0;
}
@media screen and (max-width: 1023.9px) {
  .com_search .input {
    font-size: 16px;
    padding-block: 15px;
    height: 50px;
  }
}
.com_search .input::-webkit-input-placeholder {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 1023.9px) {
  .com_search .input::-webkit-input-placeholder {
    font-size: 16px;
  }
}

/*!스크롤*/
.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;
}

.swiper-button-prev, .swiper-button-next {
  margin-top: 0;
  transform: translateY(0);
  top: 200px;
  border-radius: 40px;
}
@media screen and (max-width: 1299.9px) {
  .swiper-button-prev, .swiper-button-next {
    top: 150px;
  }
}
@media screen and (max-width: 1023.9px) {
  .swiper-button-prev, .swiper-button-next {
    top: 100px;
  }
}
.swiper-button-prev::after, .swiper-button-next::after {
  display: none;
}
.swiper-button-prev.list-btn, .swiper-button-next.list-btn {
  background: none;
}
@media screen and (max-width: 1023.9px) {
  .swiper-button-prev.list-btn, .swiper-button-next.list-btn {
    display: none;
  }
}
.swiper-button-prev.list-btn::after, .swiper-button-next.list-btn::after {
  display: block;
  color: #fff;
}

.swiper-button-prev {
  left: 0;
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/svg/slide_prev.svg);
  width: 40px;
  min-width: 40px;
  height: 40px;
}
.swiper-button-prev.svg_slider_prev_s {
  width: 40px;
  height: 40px;
}

.swiper-button-next {
  right: 0;
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/svg/slide_next.svg);
  width: 40px;
  min-width: 40px;
  height: 40px;
}
.swiper-button-next.svg_slider_next_s {
  width: 40px;
  height: 40px;
}

.swiper-button-disabled {
  display: none;
}

.swiper_pagination {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-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;
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.7);
  padding: 6px 15px;
  z-index: 1;
}
.swiper_pagination > * {
  line-height: initial;
  padding: 0;
}
@media screen and (max-width: 767.9px) {
  .swiper_pagination {
    padding: 3px 10px 0;
    height: 30px;
    bottom: 10px;
  }
}
.swiper_pagination .count {
  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: 16px;
  font-weight: 500;
  height: 24px;
  margin-bottom: 2px;
  margin-inline: 5px;
}
.swiper_pagination .count .total_slides {
  color: #aaa;
}

.svg_slider_prev_s {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/svg/slider_prev_s.svg);
  width: 24px;
  min-width: 24px;
  height: 24px;
}

.svg_slider_next_s {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/svg/slider_next_s.svg);
  width: 24px;
  min-width: 24px;
  height: 24px;
}

.svg_slider_play {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/svg/slider_play.svg);
  width: 24px;
  min-width: 24px;
  height: 24px;
}

.svg_slider_stop {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/svg/slider_stop.svg);
  width: 24px;
  min-width: 24px;
  height: 24px;
}

.com_board_list {
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 8px;
  overflow: hidden;
}
.com_board_list thead {
  border-radius: 8px;
  background: linear-gradient(0deg, rgba(38, 38, 38, 0.8) 0%, #262626 100%);
}
.com_board_list thead th {
  padding-block: 15px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  border: 1px solid #292929;
}
.com_board_list thead th:first-child {
  border-radius: 8px 0 0 8px;
  border-right: 0;
}
.com_board_list thead th:last-child {
  border-radius: 0 8px 8px 0;
  border-left: 0;
}
.com_board_list thead th:not(:first-child):not(:last-child) {
  border-left: none;
  border-right: none;
}
.com_board_list tbody th,
.com_board_list tbody td {
  text-align: center;
  padding-block: 15px;
  color: #aaa;
  border-bottom: 1px solid #292929;
}
.com_board_list tbody th, .com_board_list tbody th *,
.com_board_list tbody td,
.com_board_list tbody td * {
  font-size: 14px;
}
@media screen and (min-width: 1023.9px) {
  .com_board_list tbody th .com_btn,
  .com_board_list tbody td .com_btn {
    margin-top: 10px;
  }
}
.com_board_list tbody th.td_tit,
.com_board_list tbody td.td_tit {
  text-align: left;
}
.com_board_list tbody th.td_tit .link,
.com_board_list tbody td.td_tit .link {
  display: block;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #aaa;
}
@media screen and (max-width: 767.9px) {
  .com_board_list tbody th.td_tit .link,
  .com_board_list tbody td.td_tit .link {
    color: #fff;
  }
}
@media screen and (min-width: 767.9px) {
  .com_board_list tbody th .m_tit,
  .com_board_list tbody td .m_tit {
    display: none;
  }
}
.com_board_list tbody .answer_off {
  color: #F63434;
}
.com_board_list tbody .answer_on {
  color: #aaa;
}
@media screen and (max-width: 767.9px) {
  .com_board_list.m_block_type thead,
  .com_board_list.m_block_type colgroup {
    display: none;
  }
  .com_board_list.m_block_type table,
  .com_board_list.m_block_type tbody {
    display: block;
  }
  .com_board_list.m_block_type table,
  .com_board_list.m_block_type tbody,
  .com_board_list.m_block_type tr,
  .com_board_list.m_block_type th,
  .com_board_list.m_block_type td {
    width: 100%;
  }
  .com_board_list.m_block_type 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;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    padding-block: 15px;
    border-bottom: 1px solid #292929;
  }
  .com_board_list.m_block_type td {
    border-bottom: 0;
    padding: 0;
    text-align: left;
    color: #fff;
    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_board_list.m_block_type td.td_tit {
    margin-bottom: 10px;
    font-size: 15px;
  }
  .com_board_list.m_block_type td.td_index {
    display: none;
  }
  .com_board_list.m_block_type td.td_info {
    width: auto;
    color: #aaa;
  }
  .com_board_list.m_block_type td.td_info + .td_info:before {
    content: "";
    display: inline-block;
    height: 12px;
    margin: 0 6px;
    border: 1px solid #484848;
    vertical-align: -1px;
    left: 3px;
    position: relative;
  }
  .com_board_list.m_block_type td .com_btn {
    margin-left: auto;
  }
  .com_board_list.m_block_type td .txt_used {
    font-weight: 600;
    color: #F63434;
  }
  .com_board_list.m_block_type td .txt_name {
    font-weight: 600;
    font-size: 16px;
  }
  .com_board_list.m_block_type .m_tit {
    color: #aaa;
  }
  .com_board_list.m_block_type.pay tr {
    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;
    align-items: flex-start;
    padding-block: 20px;
  }
  .com_board_list.m_block_type.pay .m_tit {
    min-width: 60px;
  }
  .com_board_list.m_block_type.pay .m_tit::before {
    content: "·";
    display: inline-block;
    margin-right: 4px;
    color: #aaa;
  }
  .com_board_list.m_block_type.pay td {
    gap: 10px;
  }
  .com_board_list.m_block_type.qna tr {
    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;
    align-items: flex-start;
    padding-block: 20px;
  }
  .com_board_list.m_block_type.qna .m_tit {
    min-width: 60px;
  }
  .com_board_list.m_block_type.qna .m_tit::before {
    content: "·";
    display: inline-block;
    margin-right: 4px;
    color: #aaa;
  }
  .com_board_list.m_block_type.qna td {
    gap: 10px;
    color: #fff;
  }
  .com_board_list.m_block_type.qna .td_answer {
    order: -2;
  }
  .com_board_list.m_block_type.qna .td_tit {
    order: -1;
  }
  .com_board_list.m_block_type.qna .td_tit .link {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
  }
  .com_board_list.m_block_type.push {
    border-top: 1px solid #292929;
  }
  .com_board_list.m_block_type.push .com_status {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .com_board_list.m_block_type.push .td_tit {
    margin-left: 50px;
  }
  .com_board_list.m_block_type.push .td_date {
    margin-left: 50px;
    font-size: 12px;
    color: #aaa;
  }
}

.com_board_top {
  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;
}
.com_board_top .com_board_search {
  margin-left: auto;
}

.com_board_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_board_search .input {
  width: 280px;
}
@media screen and (max-width: 1023.9px) {
  .com_board_search .input {
    width: 200px;
  }
}

@media screen and (min-width: 767.9px) {
  .com_board_detail {
    border-radius: 10px;
    border: 1px solid #484848;
  }
}
.com_board_detail .detail_head {
  padding: 30px;
  border-bottom: 1px solid #484848;
}
@media screen and (max-width: 1023.9px) {
  .com_board_detail .detail_head {
    padding: 20px;
  }
}
@media screen and (max-width: 767.9px) {
  .com_board_detail .detail_head {
    padding: 0 0 20px 0;
  }
}
.com_board_detail .detail_head .tit {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 1023.9px) {
  .com_board_detail .detail_head .tit {
    font-size: 18px;
  }
}
.com_board_detail .detail_head .info_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;
  margin-top: 15px;
}
.com_board_detail .detail_head .info_area .info {
  color: #aaa;
}
@media screen and (max-width: 1023.9px) {
  .com_board_detail .detail_head .info_area .info {
    font-size: 13px;
  }
}
.com_board_detail .detail_head .info_area .info:not(:first-child) {
  position: relative;
}
.com_board_detail .detail_head .info_area .info:not(:first-child)::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 1px;
  height: 10px;
  margin-inline: 10px;
  background: #484848;
  cursor: default;
}
.com_board_detail .detail_contents {
  padding: 30px;
  line-height: 1.7;
}
@media screen and (max-width: 1023.9px) {
  .com_board_detail .detail_contents {
    padding: 20px;
  }
}
@media screen and (max-width: 767.9px) {
  .com_board_detail .detail_contents {
    padding: 20px 0 0;
  }
}
.com_board_top + .com_board_detail {
  margin-top: 40px;
}
@media screen and (max-width: 767.9px) {
  .com_board_top + .com_board_detail {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767.9px) {
  .com_board_detail + .com_btn_wrap.bottom .com_btn {
    width: 100%;
  }
}

.com_board_sort {
  margin-block: 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;
  gap: 30px;
}
@media screen and (max-width: 767.9px) {
  .com_board_sort {
    gap: 9px;
  }
}

.com_board_write .icon_must {
  color: #F63434;
  font-size: 15px;
  margin-inline: 3px;
}
@media screen and (max-width: 767.9px) {
  .com_board_write .icon_must {
    font-size: 18px;
  }
}
.com_board_write .board_tit {
  font-size: 24px;
  font-weight: 800;
  margin-block: 30px;
}
@media screen and (max-width: 1023.9px) {
  .com_board_write .board_tit {
    margin-bottom: 15px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767.9px) {
  .com_board_write .board_tit {
    font-size: 18px;
  }
}
.com_board_write .board_tit .sub {
  font-size: 15px;
  font-weight: 400;
}
@media screen and (max-width: 767.9px) {
  .com_board_write .board_tit .sub {
    font-size: 13px;
  }
}
.com_board_write .write {
  border-bottom: 1px solid #484848;
}
.com_board_write .write textarea {
  min-height: 270px;
}
.com_board_write tr {
  border-top: 1px solid #484848;
}
.com_board_write th {
  padding: 15px 30px;
  text-align: left;
  font-size: 15px;
}
@media screen and (max-width: 1023.9px) {
  .com_board_write th {
    padding-inline: 0;
    white-space: nowrap;
  }
  .com_board_write th ~ th {
    padding-left: 20px;
  }
}
.com_board_write td {
  padding: 15px;
}
.com_board_write td + th {
  border-left: 1px solid #484848;
}
@media screen and (min-width: 1023.9px) {
  .com_board_write td .input_email {
    width: 180px;
  }
}
.com_board_write td .input_tel, .com_board_write td .select {
  width: 100%;
}
@media screen and (min-width: 1023.9px) {
  .com_board_write td .input_tel, .com_board_write td .select {
    width: 300px;
  }
}
@media screen and (max-width: 767.9px) {
  .com_board_write.m_block_type .write {
    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;
    padding-bottom: 0;
    border-bottom: none;
  }
  .com_board_write.m_block_type .write 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;
  }
  .com_board_write.m_block_type .write + .board_tit {
    border-top: 1px solid #484848;
    padding-top: 30px;
  }
  .com_board_write.m_block_type 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;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: none;
    gap: 10px;
  }
  .com_board_write.m_block_type th, .com_board_write.m_block_type td {
    border: none;
    padding: 0;
    width: 100% !important;
  }
  .com_board_write.m_block_type th {
    padding-top: 10px;
  }
  .com_board_write.m_block_type .m_row {
    width: auto !important;
    min-width: 80px;
    padding-top: 0;
  }
}

.com_contents {
  position: relative;
}
.com_contents .com_19 {
  position: absolute;
  top: 5px;
  right: 5px;
}
.com_contents .com_new {
  position: absolute;
  top: 5px;
  left: 5px;
}
.com_contents .thumb {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-width: 100%;
  aspect-ratio: 0.679916318;
}
.com_contents .thumb > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.com_contents .thumb > img, .com_contents .thumb > a > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
}
.com_contents .info_area {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  padding: 20px 15px;
  border-radius: 0px 0px 8px 8px;
  background: rgba(0, 0, 0, 0.9);
  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_contents .info_area {
    display: none;
  }
}
.com_contents .info_area .tit_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;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
}
.com_contents .info_area .tit_row .tit {
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  display: block;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.com_contents .info_area .tit_row .control {
  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-left: auto;
}
.com_contents .info_area .tit_row .control .btn_play {
  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;
}
.com_contents .info_area .tit_row .control .btn_play:hover .svg_icon_play {
  background-image: url(../img/svg/icon_play_on.svg);
}
.com_contents .info_area .bottom_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;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  gap: 10px;
}
.com_contents .info_area .bottom_row .com_tag__wrap {
  flex: 1;
  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 .info_area .bottom_row .btn_more {
  margin-left: auto;
  min-width: 12px;
}
@media screen and (min-width: 1023.9px) {
  .com_contents:hover {
    z-index: 1;
  }
  .com_contents:hover .thumb {
    position: absolute;
    border: 3px solid #fff;
    background: #fff;
    box-shadow: 0px 0px 20px 0px #000;
  }
  .com_contents:hover .info_area {
    bottom: 0;
    transition: 0.2s;
  }
}
@media screen and (min-width: 1023.9px) {
  .com_contents:not(.type_top10):hover {
    aspect-ratio: 325/478;
  }
  .com_contents:not(.type_top10):hover .thumb {
    top: -25px;
    bottom: -25px;
    left: -25px;
    right: -25px;
    width: calc(100% + 50px);
  }
}
.com_contents.type_top10 {
  position: relative;
  padding-left: 65px;
}
@media screen and (max-width: 1023.9px) {
  .com_contents.type_top10 {
    padding-left: 30px;
  }
}
@media screen and (max-width: 767.9px) {
  .com_contents.type_top10 {
    padding-left: 20px;
  }
}
.com_contents.type_top10 .count {
  font-family: "JalnanGothic";
  font-size: 135px;
  font-style: normal;
  font-weight: 400;
  background: linear-gradient(180deg, #fff 38.5%, #313131 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  bottom: -20px;
  left: 17px;
  z-index: 1;
}
@media screen and (max-width: 1023.9px) {
  .com_contents.type_top10 .count {
    font-size: 55px;
    left: 10px;
    bottom: -5px;
  }
}
@media screen and (max-width: 767.9px) {
  .com_contents.type_top10 .count {
    font-size: 50px;
    left: 4px;
    bottom: -5px;
  }
}
@media screen and (min-width: 1023.9px) {
  .com_contents.type_top10:hover {
    aspect-ratio: 150/220;
  }
  .com_contents.type_top10:hover .thumb {
    left: 30px;
    top: -30px;
  }
  .com_contents.type_top10:hover .count {
    bottom: 136px;
    left: 45px;
    font-size: 100px;
  }
}
@media screen and (min-width: 1023.9px) {
  .com_contents__slider {
    margin-left: -30px;
    padding-left: 30px;
    margin-block: -50px;
    padding-block: 50px;
  }
}
.com_contents__slider__wrap {
  margin-right: -70px;
}
.com_contents__slider__wrap + .com_contents__slider__wrap {
  margin-top: 60px;
}
@media screen and (max-width: 1299.9px) {
  .com_contents__slider__wrap {
    margin-right: -20px;
  }
}
.com_contents__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_contents__list > * {
  width: calc((100% - 10px * 5) / 6);
  min-width: calc((100% - 10px * 5) / 6);
}
@media screen and (max-width: 767.9px) {
  .com_contents__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_contents__list > * {
    width: calc((100% - 10px * 2) / 3);
    min-width: calc((100% - 10px * 2) / 3);
  }
}

.com_flat_rate_select {
  margin-bottom: 25px;
  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_flat_rate_select {
    margin-bottom: 20px;
    gap: 5px;
  }
}
.com_flat_rate_select .chk {
  cursor: pointer;
}
.com_flat_rate_select .chk .btn {
  border-radius: 8px;
  border: 1px solid #484848;
  background: #1b1b1b;
}
@media screen and (min-width: 1023.9px) {
  .com_flat_rate_select .chk .btn {
    display: grid;
    gap: 15px;
    padding: 20px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_flat_rate_select .chk .btn {
    padding: 15px;
  }
}
.com_flat_rate_select .chk .btn .name {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 1023.9px) {
  .com_flat_rate_select .chk .btn .name {
    font-size: 15px;
  }
}
.com_flat_rate_select .chk .btn .txt {
  font-size: 15px;
  color: #aaa;
}
@media screen and (max-width: 1023.9px) {
  .com_flat_rate_select .chk .btn .txt {
    font-size: 13px;
    margin-top: 3px;
  }
}
.com_flat_rate_select .chk .btn .price {
  color: #F63434;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (min-width: 1023.9px) {
  .com_flat_rate_select .chk .btn .price {
    grid-column: 2/3;
    grid-row: 1/3;
    text-align: right;
    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-left: auto;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_flat_rate_select .chk .btn .price {
    font-size: 18px;
    margin-top: 15px;
  }
}
.com_flat_rate_select .chk input:checked + .btn {
  border-color: #F63434;
}

.com_episode {
  position: relative;
}
@media screen and (min-width: 767.9px) {
  .com_episode {
    padding-bottom: 25px;
  }
}
.com_episode__slider {
  margin-right: -70px;
}
@media screen and (max-width: 1299.9px) {
  .com_episode__slider {
    margin-right: -20px;
  }
}
@media screen and (max-width: 767.9px) {
  .com_episode__slider {
    margin-right: 0;
  }
  .com_episode__slider:not(:has(.swiper-wrapper)) {
    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: 30px;
  }
  .com_episode__slider:has(.swiper-wrapper) .swiper-wrapper {
    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: 30px;
  }
}
.com_episode .thumb {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-width: 100%;
  aspect-ratio: 1.6650717703;
}
.com_episode .thumb > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.com_episode .thumb > img, .com_episode .thumb > a > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
}
.com_episode .thumb:before {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/svg/icon_play_off.svg);
  width: 46px;
  min-width: 46px;
  height: 38px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.2s;
}
@media screen and (max-width: 767.9px) {
  .com_episode .thumb:before {
    min-width: 32px;
    width: 32px;
    height: 28px;
  }
}
.com_episode .info_area {
  padding-block: 20px 10px;
  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_episode .info_area .tit {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.36px;
  display: block;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  display: -webkit-box;
  white-space: normal;
  max-height: 50px;
  line-height: 1.4;
}
@media screen and (max-width: 767.9px) {
  .com_episode .info_area .tit {
    font-size: 18px;
  }
}
.com_episode .info_area .date {
  font-size: 13px;
  font-weight: 500;
  color: #aaa;
  letter-spacing: -0.24px;
}
@media screen and (min-width: 767.9px) {
  .com_episode .info_area .date {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media screen and (max-width: 767.9px) {
  .com_episode .info_area .date {
    font-size: 12px;
  }
}
.com_episode .desc {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: -0.3px;
  line-height: 1.466;
  display: block;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  display: -webkit-box;
  white-space: normal;
  height: 66px;
  color: #aaa;
}
@media screen and (max-width: 767.9px) {
  .com_episode .desc {
    height: auto;
    max-height: 66px;
    font-size: 14px;
  }
}
.com_episode:hover .thumb:before {
  background-image: url(../img/svg/icon_play_on.svg);
}
@media screen and (max-width: 767.9px) {
  .com_episode {
    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;
    flex-wrap: wrap;
    position: relative;
  }
  .com_episode .thumb {
    width: calc(50% - 10px);
    min-width: auto;
  }
  .com_episode .info_area {
    width: calc(50% - 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;
    flex-wrap: wrap;
    padding: 0;
    align-items: flex-start;
  }
  .com_episode .desc {
    min-width: 100%;
  }
}

.com_viewing {
  position: relative;
}
.com_viewing__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: 30px 10px;
  width: 100%;
}
.com_viewing__list > * {
  width: calc((100% - 10px * 4) / 5);
  min-width: calc((100% - 10px * 4) / 5);
}
@media screen and (max-width: 767.9px) {
  .com_viewing__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: 30px 10px;
    width: 100%;
  }
  .com_viewing__list > * {
    width: calc((100% - 10px * 1) / 2);
    min-width: calc((100% - 10px * 1) / 2);
  }
}
.com_viewing .thumb {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-width: 100%;
  aspect-ratio: 1.6650717703;
}
.com_viewing .thumb > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.com_viewing .thumb > img, .com_viewing .thumb > a > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
}
.com_viewing .thumb:before {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/svg/icon_play_off.svg);
  width: 46px;
  min-width: 46px;
  height: 38px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.2s;
}
@media screen and (max-width: 767.9px) {
  .com_viewing .thumb:before {
    min-width: 32px;
    width: 32px;
    height: 28px;
  }
}
.com_viewing .btn_del {
  position: absolute;
  top: 10px;
  right: 10px;
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.5));
}
.com_viewing .progress {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.com_viewing .progress_bar {
  display: block;
  width: 0;
  height: 3px;
  background-color: #F63434;
}
.com_viewing .info_area {
  padding-top: 20px;
  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: 767.9px) {
  .com_viewing .info_area {
    gap: 5px;
    padding-top: 15px;
  }
}
.com_viewing .info_area .tit {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.36px;
  display: block;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 767.9px) {
  .com_viewing .info_area .tit {
    font-size: 18px;
  }
}
.com_viewing .info_area .date {
  font-size: 13px;
  font-weight: 500;
  color: #aaa;
  letter-spacing: -0.24px;
  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;
}
@media screen and (max-width: 767.9px) {
  .com_viewing .info_area .date {
    font-size: 12px;
  }
}
.com_viewing:hover .thumb:before {
  background-image: url(../img/svg/icon_play_on.svg);
}

.com_slider_container {
  position: relative;
}
.com_slider_container .filter_with_tit {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.com_slider_container .filter_with_tit .select {
  cursor: pointer;
}
@media screen and (max-width: 1023.9px) {
  .com_slider_container .filter_with_tit .select {
    height: 35px;
  }
}