@charset "UTF-8";
/* variables */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.6/dist/web/variable/pretendardvariable.css");
@import url("//cdn.jsdelivr.net/gh/snz-hayden/toolo/fonts/nanum_squareround/nanum_squareround.css");
/* mixin */
/* reset */
*,
*::after,
*::before {
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
div,
a,
header,
main,
nav,
footer,
aside,
section,
article,
figure,
table,
thead,
tbody,
tfoot,
tr,
th,
td,
ul,
ol,
li,
dl,
dt,
dd,
address,
video,
img,
em,
span,
sub,
sup,
code,
del,
s,
q,
blockquote,
form,
fieldset,
input,
button,
select,
option,
textarea {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
  font-style: normal;
  line-height: inherit;
  word-break: break-word;
  letter-spacing: inherit;
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  color: inherit;
  color: inherit;
}

html {
  font-size: 100%;
}

@media screen and (max-width: 1200px) {
  html {
    font-size: 80%;
  }
}
body {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 160%;
  min-height: 100vh;
  letter-spacing: -0.04em;
  color: #35302e;
  background: #fafafa;
  min-width: 375px;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

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

table {
  empty-cells: show;
}

table,
thead,
tbody,
tfoot,
tr,
th,
td {
  border-collapse: separate;
  border-spacing: 0;
}

th {
  text-align: left;
}

a {
  color: inherit;
  text-decoration: none;
}

a,
button,
label {
  cursor: pointer;
}

img,
fieldset {
  border: 0;
}

textarea {
  display: block;
  border: 0;
  min-height: 10em;
  resize: none;
}

input,
button,
label {
  background: none;
  border: 0;
}

.skip {
  display: none;
}

.blind {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
.size{
  color: red;
}

/* form */
select {
  padding: 0.5rem 1rem;
  background: #ffffff;
  border: 1px solid #eaeaea;
  color: #6d6d6d;
  min-width: 7.5rem;
  outline: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background-image: url("/static/images/ico-arrow-down.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-size: 1rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.04em;
  background-size: 1.25rem 1.25rem;
  background-position: calc(100% - 10px) center;
}
select:focus-visible {
  border: 1px solid #6d6d6d;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

input[type=checkbox] {
  z-index: 1;
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  background: #ffffff;
  border: 1px solid #dddddd;
  cursor: pointer;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
input[type=checkbox]::before, input[type=checkbox]::after {
  content: "";
  display: none;
  position: absolute;
  height: 3px;
  background: #ffffff;
}
input[type=checkbox]::before {
  width: 9px;
  left: 50%;
  top: calc(50% - 2px);
  left: calc(50% - 3px);
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
input[type=checkbox]::after {
  width: 6px;
  left: 50%;
  top: calc(50% - 1px);
  left: calc(50% - 5px);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
input[type=checkbox]:checked {
  background: #1877F2;
  border-color: #1877F2;
}
input[type=checkbox]:checked::after, input[type=checkbox]:checked::before {
  display: block;
}

input[type=file] {
  padding: 0;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  color: #aaaaaa;
  border: none;
  font-size: 1.125rem;
}
input[type=file]::file-selector-button {
  cursor: pointer;
  width: 132px;
  font-weight: 500;
  height: 40px;
  margin-right: 1rem;
  padding: 0.5rem 1rem;
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  background-color: #fafafa;
  border: 1px solid #eaeaea;
  color: #aaaaaa;
  text-align: left;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  background-image: url("/static/images/ico-upload.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 1rem) center;
  background-size: 20px;
}
input[type=file]::file-selector-button:hover {
  background-color: #ffffff;
}

::-moz-placeholder {
  color: #aaaaaa;
  font-weight: 400;
  font-size: 1rem;
}

::placeholder {
  color: #aaaaaa;
  font-weight: 400;
  font-size: 1rem;
}

::-moz-selection {
  background: rgba(170, 170, 170, 0.3);
}

::selection {
  background: rgba(170, 170, 170, 0.3);
}

.btn_wrap {
  margin-top: 1.25rem;
  display: flex;
  justify-content: flex-end;
  gap: 1.5rem;
}
.btn_wrap--center {
  justify-content: center;
}

.btn {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  display: inline-block;
  height: -moz-fit-content;
  height: fit-content;
  background: #35302e;
  color: #ffffff;
}
.btn--large {
  font-family: "Nanum Square Round", "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0;
  padding: 0.5rem 1.5rem;
}
@media screen and (max-width: 1200px) {
  .btn--large {
    font-size: 1.125rem;
  }
}
.btn--small {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 160%;
  font-size: 1rem;
  padding: 0.25rem 0.75rem;
}
.btn--primary {
  background: #1877F2;
}
.btn--gray {
  background: #6d6d6d;
}
.btn--lightGray {
  background: #aaaaaa;
}
.btn:hover {
  opacity: 0.8;
}

.radio-tab-wr {
  display: flex;
}
.radio-tab-wr__item {
  display: flex;
}
.radio-tab-wr__item input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.radio-tab-wr__item input:checked + label {
  color: #fff;
  background: #1877F2;
  border-color: #1877F2;
}
.radio-tab-wr__item input:focus-visible + label {
  outline: 3px solid rgba(255, 82, 144, 0.5);
}
.radio-tab-wr__item label {
  position: relative;
  min-width: 5rem;
  border: 1px solid #eaeaea;
  padding: 0.2rem 1rem;
  text-align: center;
  color: #6d6d6d;
  font-size: 1.125rem;
}
.radio-tab-wr__item label:not(:last-child) {
  border-right: 0;
}
.radio-tab-wr__item:first-child label {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.radio-tab-wr__item:last-child label {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.multi-input-wr {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* header */
.header-wr {
  z-index: 900;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  border-bottom: 1px solid #eaeaea;
}

header {
  margin: 0 auto;
  padding: 0 16px;
  width: 100%;
  max-width: 1400px;
  min-width: 375px;
  max-width: 1920px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.h-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 125px;
}
.h-logo:hover {
  opacity: 0.8;
}

header nav ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
header nav ul a {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 160%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 90px;
  padding: 0 0.75em;
}
header nav ul a:hover {
  color: #1877F2;
}
header nav ul a::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 0;
  background: #1877F2;
}
header nav ul a:hover::after {
  height: 1px;
}
@media screen and (max-width: 1200px) {
  header {
    height: auto;
    padding: 0;
    flex-flow: column nowrap;
    align-items: stretch;
  }
  header h1{
    border-bottom: 1px solid #eaeaea;
  }
  header .h-logo {
    padding: 10px;

  }
  header .h-logo img {
    height: 44px;
  }
  header nav {
    overflow-x: auto;
  }
  header nav ul {
    padding: 0 1rem;
    justify-content: flex-start;
    white-space: nowrap;
  }
  header nav ul a {
    height: auto;
    padding: 0.75rem;
  }
}

body {
  padding-top: 90px;
}
@media screen and (max-width: 1200px) {
  body {
    padding-top: 100px;
  }
}

/* footer */
.footer-wr {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 72px;
  background: #35302e;
}

footer {
  margin: 0 auto;
  padding: 0 16px;
  width: 100%;
  max-width: 1400px;
  min-width: 375px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
footer img {
  width: 100px;
}
footer p {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0;
  color: #fafafa;
  text-align: center;
}

/* login */
.login-wr {
  padding: 0 16px;
  background: #fafafa;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  padding-bottom: 6vh;
}

.belly-logo-wr {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 220px;
}
.belly-logo-wr h1 {
  font-family: "Nanum Square Round", "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-size: 2rem;
  font-weight: 900;
  line-height: 160%;
  letter-spacing: -0.04em;
  font-size: 1.5rem;
  color: #1877F2;
}
@media screen and (max-width: 1200px) {
  .belly-logo-wr h1 {
    font-size: 2rem;
  }
}
.belly-logo-wr p {
  margin-top: 0.75em;
  color: #aaaaaa;
}

.form-sec {
  width: 100%;
  max-width: 360px;
}
.input-wr {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.5rem;
  background: #ffffff;
  border: 1px solid #eaeaea;
  height: 60px;
}
.input-wr .ico {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}
.input-wr .ico--id {
  background-image: url("/static/images/ico-person.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.input-wr .ico--pw {
  background-image: url("/static/images/ico-password.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.input-wr input {
  outline: 0;
}
.input-wr:first-child {
  bottom: -1px;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.input-wr:focus-within {
  z-index: 2;
  border-color: #aaaaaa;
}

.form-sec form button {
  width: 100%;
  height: 60px;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* main */
main {
  margin: 0 auto;
  padding: 0 16px;
  width: 100%;
  max-width: 1400px;
  min-width: 375px;
  margin: 0 auto;
  padding: 4rem 16px;
  min-height: calc(100vh - 90px - 72px + 1px);
}
@media screen and (max-width: 1200px) {
  main {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }
}
main h1 {
  font-family: "Nanum Square Round", "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-size: 2rem;
  font-weight: 900;
  line-height: 160%;
  letter-spacing: -0.04em;
  margin-bottom: 1.125rem;
}
@media screen and (max-width: 1200px) {
  main h1 {
    font-size: 2rem;
  }
}
main h2 {
  font-family: "Nanum Square Round", "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 160%;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 1200px) {
  main h2 {
    font-size: 1.5rem;
    line-height: 130%;
  }
}

.article {
  width: 100%;
  border: 1px solid #eaeaea;
  background: #ffffff;
  padding: 3.75rem;
}
.article__tit {
  margin-bottom: 1.25rem;
}
.article__writer {
  margin-bottom: 0.5rem;
}
.article__date {
  color: #aaaaaa;
}
.article__text {
  margin-top: 2rem;
  padding-top: 2rem;
  color: #6d6d6d;
  border-top: 1px solid #eaeaea;
}
@media screen and (max-width: 1200px) {
  .article {
    padding: 2rem 1rem;
    border: 1px solid #eaeaea;
  }
  .article__tit {
    margin-bottom: 0.75rem;
  }
  .article__text {
    margin-top: 1rem;
    padding-top: 1rem;
  }
}

.section-reply {
  margin-top: 2.5rem;
}
.section-reply h2 {
  margin-bottom: 1.25rem;
}
.section-reply + .btn_wrap {
  margin-top: 3.75rem;
}

.reply__item {
  display: flex;
  position: relative;
  background: #ffffff;
  border: 1px solid #eaeaea;
  margin-bottom: 1.25rem;
  padding-left: 2.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-right: 1.5rem;
}
.reply__item:last-child {
  margin-bottom: 0;
}
.reply__item--write:focus-within {
  border: 1px solid #6d6d6d;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.reply__item--write textarea {
  padding-right: 5rem;
  width: 100%;
  min-height: 8rem;
  background: 0;
  outline: 0;
}
.reply__item--empty {
  color: #aaaaaa;
  background: #fafafa;
  justify-content: center;
}
.reply__info {
  margin-right: 1.5rem;
  padding-right: 1.5rem;
  border-right: 1px solid #eaeaea;
  flex-shrink: 0;
}
.reply__writer {
  margin-bottom: 0.5em;
  color: #6d6d6d;
}
.reply__date {
  font-size: 1rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.04em;
  color: #aaaaaa;
}
.reply__con {
  position: relative;
}
.reply__text {
  color: #6d6d6d;
}
.reply button {
  position: absolute;
  top: 2rem;
  right: 1.5rem;
}
@media screen and (max-width: 1200px) {
  .reply__item {
    flex-flow: column nowrap;
    padding: 1rem;
  }
  .reply__info {
    margin: 0;
    padding: 0;
    border: 0;
    margin-bottom: 0.75rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #eaeaea;
  }
}
.img-wr {
  position: relative;
  width: 100%;
  padding-bottom: 60%;
  overflow: hidden;
  margin: 0 auto;
  max-width: 840px;

}
.img-wr img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  text-align: center;

}

.board__top {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 1rem;
}
.board__top-right {
  display: flex;
  gap: 0.75rem;
}
.board__btn-wr {
  display: flex;
  justify-content: space-between;
  margin-top: 1.25rem;
  gap: 0.75rem;
}
.board__highlight {
  color: #1877F2;
}
.board__date {
  color: #aaaaaa;
}
.board__table {
  width: 100%;
  border: 1px solid #eaeaea;
  background: #ffffff;
}
.board__table th,
.board__table td {
  font-size: 1rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.04em;
  text-align: center;
  padding: 1rem 0.75rem;
}
.board__table th {
  background: #f5f5f5;
}
.board__table td {
  border-bottom: 1px solid #eaeaea;
  color: #6d6d6d;
  line-height: 1.5;
  border-collapse: separate;
}
board__table td
.board__table td.td--title a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.board__table td a {
  /*padding: 0.5em;*/
}
.board__table td a:hover {
  color: #35302e;
}
.board__table td img {
  margin: 0 auto;
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  background: #fafafa;
  border: 1px solid #eaeaea;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
@media screen and (max-width: 1200px) {
  .board__table {
    display: block;
    background: 0;
    border: 0;
  }
  .board__table thead {
    display: none;
  }
  .board__table tbody {
    display: block;

  }
  .board__table tr {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 1rem;
    padding: 8px;
    border: 1px solid #eaeaea;
    background: #ffffff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
  }
  .board__table tr td {
    padding: 0.2rem 0.4rem;
    border-bottom: 0;
  }
  .board__table tr td a {
    padding: 0;
    /*모바일에서 tr 영역 전체선택시 onclick 이벤트 발생*/
  }
  .board__table tr td a::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .board__table tr .td--title {
    width: 100%;
    text-align: left;
    color: #35302e;
    font-family: "Nanum Square Round", "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1200px) {
  .board__table tr .td--title {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 1200px) {
  .board__table .tbody--card {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  .board__table .tbody--card tr {
    gap: 4px;
  }
  .board__table .tbody--card td {
    text-align: left;
    width: 100%;
  }
  .board__table .tbody--card .td--checkbox {
    /*position: absolute;*/
    top: 4px;
    left: 4px;
  }
  .board__table .tbody--card .td--img {
    order: -1;
  }
}
  .td--img video{
    margin: 0 auto;
  }
.mo-label {
  display: none;
}

@media screen and (max-width: 1200px) {
  .mo-label {
    display: initial;
    font-weight: 400;
    color: #aaaaaa;
  }
  .mo-label--block {
    display: block;
  }

}

.search-wr {
  position: relative;
  margin-bottom: 1.25rem;
  padding: 0.75rem 4rem;
  background: #ffffff;
  border: 1px solid #eaeaea;
}
.search-wr input {
  outline: 0;
  width: 100%;
}
.search-wr:focus-within {
  border: 1px solid #6d6d6d;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.search-wr::after {
  background-image: url("/static/images/ico-search.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  width: 24px;
  height: 24px;
}
.search-wr button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 0 3rem;
}
@media screen and (max-width: 1200px) {
  .search-wr {
    padding: 0.75rem 1rem;
  }
  .search-wr::after {
    display: none;
  }
  .search-wr button {
    padding: 0 1.5rem;
  }
}

.form-wr {
  width: 100%;
  border: 1px solid #eaeaea;
  background: #ffffff;
  padding: 3.75rem;
}
@media screen and (max-width: 1200px) {
  .form-wr {
    padding: 1em;
  }
}
.form-wr table {
  width: 100%;
}
.form-wr table th {
  padding: 0.75rem 1.5rem;
  padding-left: 0;
  text-align: right;
  line-height: 1.3;
}
.form-wr table th sup {
  color: #1877F2;
  padding-left: 2px;
  position: absolute;
  transform: translateY(-0.2em);
  -webkit-transform: translateY(-0.2em);
  -moz-transform: translateY(-0.2em);
  -ms-transform: translateY(-0.2em);
  -o-transform: translateY(-0.2em);
}
.form-wr table td {
  padding: 0.75rem 0;
}
.form-wr table input[type=text],
.form-wr table input[type=password],
.form-wr table textarea {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  width: 100%;
  padding: 0.5rem 1rem;
  border: 1px solid #eaeaea;
}
.form-wr table input[type=text]:focus-visible,
.form-wr table input[type=password]:focus-visible,
.form-wr table textarea:focus-visible {
  outline: 0;
  border-color: #aaaaaa;
}
.form-wr table input[type=text]::-moz-placeholder, .form-wr table input[type=password]::-moz-placeholder, .form-wr table textarea::-moz-placeholder {
  color: #aaaaaa;
}
.form-wr table input[type=text]::placeholder,
.form-wr table input[type=password]::placeholder,
.form-wr table textarea::placeholder {
  color: #aaaaaa;
}
.tr-files th,
.tr-files td {
  vertical-align: top;
}
.tr-files .file-list {
  min-height: 4rem;
}

.form-wr table select {
  line-height: 160%;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
@media screen and (max-width: 1200px) {
  .form-wr table {
    display: block;
    background: 0;
    border: 0;
  }
  .form-wr table tbody {
    display: block;
  }
  .form-wr table thead {
    display: none;
  }
  .form-wr table tr {
    position: relative;
    display: flex;
    flex-flow: column wrap;
    align-items: flex-start;
    gap: 0.5rem;
    margin-bottom: 1rem;
    width: 100%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
  }
  .form-wr table tr th {
    text-align: left;
  }
  .form-wr table tr th span br {
    display: none;
  }
  .form-wr table tr th,
  .form-wr table tr td {
    padding: 0;
    width: 100%;
  }
}
.detail-video{
  max-width: 840px;
  margin: 0 auto;
}
.prev-img-wr {
  position: relative;
  width: 100%;
  padding-bottom: 60%;
  overflow: hidden;
  padding-bottom: 0;
  width: 200px;
  height: 200px;
  border: 1px solid #eaeaea;
  margin: 1rem 0 1rem 0;
  display: flex;
  align-items: center;
}
.prev-img-wr img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  text-align: center;
}
#mainImageTd button{
  color: #fff;
  background-color: #1877F2;
  padding: 0.2rem 1rem;
  border-radius: 8px;
  /*border: 1px solid #eaeaea;*/
}
@media screen and (max-width: 1200px) {
  .prev-img-wr {
    height: unset;
    position: relative;
    width: 100%;
    padding-bottom: 60%;
    overflow: hidden;
  }
  .prev-img-wr img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    text-align: center;
  }
}

#pageList,#popPaging {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 1.25rem 0;
}
#pageList .pagination,#popPaging .pagination {
  display: flex;
}
#pageList .page-item.active .page-link,#popPaging .page-item.active .page-link {
  background: #35302e;
  color: #ffffff;
}
#pageList .page-item:hover .page-link,#popPaging .page-item:hover .page-link {
  background: #eaeaea;
}
#pageList .page-item:not(.first_click, .prev_click, .next_click, .last_click) .page-link,
#popPaging .page-item:not(.first_click, .prev_click, .next_click, .last_click) .page-link {
  padding: 0 0.5em;
}
#pageList .page-item .page-link,#popPaging .page-item .page-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.04em;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  width: 24px;
  height: 24px;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 24px;
  padding-top: 1px;
}
#pageList .page-item .page-link .ico,#popPaging .page-item .page-link .ico {
  display: inline-block;
  width: 100%;
  height: 100%;
}
#pageList .page-item .page-link .ico--first-click,#popPaging .page-item .page-link .ico--first-click {
  background-image: url("/static/images/ico-first_click.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#pageList .page-item .page-link .ico--prev-click, #popPaging .page-item .page-link .ico--prev-click {
  background-image: url("/static/images/ico-prev_click.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#pageList .page-item .page-link .ico--next-click, #popPaging .page-item .page-link .ico--next-click {
  background-image: url("/static/images/ico-next_click.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#pageList .page-item .page-link .ico--last-click, #popPaging .page-item .page-link .ico--last-click {
  background-image: url("/static/images/ico-last_click.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.gallery {
  width: unset;
  max-width: unset;
  margin: 0;
  padding: 5rem 1rem;
  background-color: #fafafa;
  background-size: cover;
}
.gallery .btn_wrap {
  width: 840px;
  margin: 3.75rem auto 0;
}

.artwork {
  position: relative;
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
}
.artwork__frame--outer {
  background: #ffffff;
  box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.1);
  padding: 1.875rem;
}
.artwork__frame--inner {
  background: #eaeaea;
  box-shadow: inset 5px 10px 10px rgba(0, 0, 0, 0.1);
  padding: 1.875rem;
}
.artwork__image {
  background-image: url("/static/images/img-empty-thumb.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: unset;
  position: relative;
  width: 100%;
  padding-bottom: 60%;
  overflow: hidden;
}
.artwork__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  text-align: center;
}
.artwork__badge {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  z-index: 1;
  position: absolute;
  top: -36px;
  left: -36px;
  color: #ffffff;
}
.artwork__badge h1 {
  position: absolute;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-family: "Nanum Square Round", "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 160%;
  letter-spacing: -0.04em;
  margin: 0;
  max-width: 3em;
  word-break: break-all;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .artwork__badge h1 {
    font-size: 1.5rem;
    line-height: 130%;
  }
}
.artwork__badge svg {
  width: 144px;
  height: 144px;
}
@media screen and (max-width: 1200px) {
  .artwork__frame--outer {
    padding: 0.875rem;
  }
  .artwork__frame--inner {
    padding: 0.875rem;
  }
  .artwork__badge {
    width: 100px;
    height: 100px;
    left: 8px;
  }
}

.info-label {
  width: 100%;
  max-width: 840px;
  margin: 2.5rem auto 0;
  background: #ffffff;
  border: 1px solid #eaeaea;
  padding: 1.875rem;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}
.info-label__tit {
  font-family: "Nanum Square Round", "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 160%;
  letter-spacing: -0.04em;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1200px) {
  .info-label__tit {
    font-size: 1.5rem;
    line-height: 130%;
  }
}
.info-label dl {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.5em;
  font-size: 1rem;
  align-items: center;
}
.info-label dl img{
  max-width: 83%;
}
.info-label dl:not(:last-child) {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 0.5em;
}
.info-label dl dt {
  width: 8rem;
  flex-shrink: 0;
  font-weight: 500;
}
.info-label dl dd {
  color: #6d6d6d;
  font-weight: 400;
}
@media screen and (max-width: 1200px) {
  .info-label {
    padding: 1.25rem;
    margin-top: 2rem;
  }
  .info-label__tit {
    font-family: "Nanum Square Round", "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-size: 1.75rem;
    font-weight: 900;
    line-height: 160%;
    letter-spacing: -0.04em;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1200px) {
  .info-label__tit {
    font-size: 1.5rem;
    line-height: 130%;
  }
}
@media screen and (max-width: 1200px) {
  .info-label dl {
    flex-flow: column nowrap;
    gap: 0 10px;
    margin-top: 0.5rem;
  }
  .info-label dl dt {
    width: 100%;
  }
}
#previewVideoReveal0{
  margin: 20px auto;
}

.file-list__item {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.file-list__item:not(:last-child) {
  margin-bottom: 0.75rem;
}
.file-list__btn {
  font-size: 1rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.04em;
  color: #aaaaaa;
  padding: 8px 12px;
  padding-left: 32px;
  border: 1px solid #eaeaea;
  word-break: keep-all;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.file-list__btn--view {
  background-image: url("/static/images/ico-view.svg");
  background-repeat: no-repeat;
  background-position: 8px center;
  background-size: 20px;
}
.file-list__btn--download {
  background-image: url("/static/images/ico-download.svg");
  background-repeat: no-repeat;
  background-position: 8px center;
  background-size: 20px;
}
.file-list__btn--copy {
  background-image: url("/static/images/ico-copy.svg");
  background-repeat: no-repeat;
  background-position: 8px center;
  background-size: 20px;
}
.file-list__btn--add {
  background-image: url("/static/images/ico-add.svg");
  background-repeat: no-repeat;
  background-position: 8px center;
  background-size: 20px;
}
.file-list__btn--delete {
  background-image: url("/static/images/ico-delete.svg");
  background-repeat: no-repeat;
  background-position: 8px center;
  background-size: 20px;
}
.file-list__btn:hover {
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  background-color: #ffffff;
  border-color: #aaaaaa;
  color: #6d6d6d;
}
@media screen and (max-width: 1200px) {
  .file-list__item {
    flex-flow: row wrap;
  }
  .file-list__item span {
    width: 100%;
  }
}

.toggle-switch {
  display: flex;
  gap: 0.5em;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 1rem;
  padding: 0.4em 0.8em;
  border: 1px solid #eaeaea;
  font-size: 1.125rem;
  color: #aaaaaa;
  background: #fafafa;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.toggle-switch.on {
  border-color: #1877F2;
  color: #1877F2;
}

.detail-img {
  margin: 40px auto;
  width: 100%;
  max-width: 840px;
  background: #ffffff;
  border: 1px solid #eaeaea;
  overflow: hidden;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}
.detail-img .img-wr {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
}
.detail-img .img-wr img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  text-align: center;

}/*# sourceMappingURL=style.css.map */

.ck-editor__editable {
  min-height: 400px;
}
/*

!* 모달 스타일 *!
.modal {
  display: none; !* 기본적으로 숨기기 *!
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
  background-color: #ffffff;
  margin: 10% auto;
  padding: 30px;
  border: none;
  width: 400px; !* 모달 팝업 사이즈 확대 *!
  text-align: center;
  border-radius: 10px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

!* 닫기 버튼 스타일 *!
.close {
  color: #aaa;
  float: right;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
}

.close:hover,
.close:focus {
  color: #000;
}

!* 라디오 버튼 스타일 *!
input[type="radio"] {
  margin-right: 8px;
}

label {
  display: block;
  font-size: 16px;
  color: #333;
  margin: 10px 0;
}

!* 확인 버튼 스타일 *!
#confirmBtn {
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #007bff; !* 파란색 배경 *!
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
}

#confirmBtn:hover {
  background-color: #0056b3; !* 호버 시 더 진한 파란색 *!
}

*/

#mainImageTd2 button{
  color: #fff;
  background-color: #1877F2;
  padding: 0.2rem 1rem;
  border-radius: 8px;
  /*border: 1px solid #eaeaea;*/
}
.bdNone th{
  border: none;
}
.page-link{
  border: none;
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
a.page-link{
  padding: 0 !important;
}
.btn-black{
  background-color: #35302e;
  color: white !important;
}
.inherit{
  font-size: inherit;
}
/*쿠폰 팝업 */
.modal-body{
  position: relative;
}
.inter-modal-wrap{
  width: 100%;
  max-width: 700px;
}
.couponLabel{
  font-size: 20px;
  display: block;
  text-align: center;
}
.couponBtn{
  position: absolute;
  top: 0;
  right: 0;
}
.couponBtn span{
  font-size: 40px;

}
.couponTable{
  width: 100%;
  border: 1px solid #dee2e6;
  border-collapse: collapse;
}
.couponTable th,.couponTable td{
  text-align: center;
}
.couponTable td{
  border: 1px solid #dee2e6;
}
.couponTable td:nth-child(5){
  border-right: none;
}
.cBtn{
  display: flex;
  justify-content: center;
  gap: 10px;
}
.cBtn button{
  padding: 10px 15px;
}
#cancel-btn{
  border-radius: 5px;
  padding: 5px 15px;
  font-size: 14px;
  margin-left: 10px;
}

.btn-excel-upload{
  width: 125px;
  border-radius: 5px;
  background-color: #1877F2;
  color: #fff;
}
.xBtn{
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: white;
  box-shadow: 2px 2px 0 black;
}
.xBtn img{
  width: 15px;
  height: 15px;
  margin: 0 auto;
  position: static;
}