@charset "UTF-8";
/**
 * _main - 캐디몬 / UHR / 20250930
 */
/** _abstracts */
/** _common */
/** Font Set */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-dynamic-subset.min.css");
/** _variables */
/** Break Point **/
/** _abstracts */
/** _mixins */
/** _components */
html,
body * {
  font-family: "Pretendard Variable", "NotoSansKR", Roboto, "Helvetica Neue", "Malgun Gothic", "Apple SD Gothic Neo", sans-serif !important;
  font-size: 42px;
  font-weight: 400;
  color: #5a5e6c;
  /*15px*/
}
@media (min-width: 767px) {
  html,
  body * {
    font-size: calc(42px / 1.25);
  }
}
@media (max-width: 767px) {
  html,
  body * {
    font-size: calc(42px / 2);
  }
}
@media (max-width: 480px) {
  html,
  body * {
    font-size: calc(42px / 3);
  }
}

/** Color Set var */
:root {
  --uhr-color-main: #18b7d0;
  --uhr-color-second: #80b121;
  --uhr-color-third: #b8b9bf;
  --uhr-color-fourth: #68bab4;
  --uhr-color-fifth: #0583c2;
  --uhr-color-sixth: #ddc10c;
  --uhr-color-extra-01: #ceaaf0;
  --uhr-color-extra-02: #f1b41c;
  --uhr-color-extra-03: #d78f00;
  --uhr-color-extra-04: #361c4e;
  --uhr-color-extra-05: #ecedf5;
  --uhr-color-extra-06: #855fa4;
  --uhr-color-extra-07: #e9e5f7;
  --uhr-color-extra-08: #e5d2f2;
  --uhr-color-white: #ffffff;
  --uhr-color-black: #000000;
  --uhr-color-gray-01: #f7f7f7;
  --uhr-color-gray-02: #ededed;
  --uhr-color-gray-03: #cccccc;
  --uhr-color-gray-04: #999999;
  --uhr-color-gray-05: #888888;
  --uhr-color-gray-06: #777777;
  --uhr-color-gray-07: #666666;
  --uhr-color-gray-08: #333333;
  --uhr-color-gray-09: #222222;
  --uhr-color-gray-10: #3b3145;
  --uhr-color-gray-11: #7a787b;
}

/** Space Set var */
:root {
  --uhr-space-top: 50px;
  --uhr-space-bottom: 50px;
  --uhr-space-left: 50px;
  --uhr-space-right: 50px;
  --uhr-space-content-row: 30px;
  --uhr-space-content-col: 30px;
  --uhr-space-5: 5px;
  --uhr-space-10: 10px;
  --uhr-space-15: 15px;
  --uhr-space-20: 20px;
  --uhr-space-25: 25px;
  --uhr-space-30: 30px;
  --uhr-space-35: 35px;
  --uhr-space-40: 40px;
  --uhr-space-45: 45px;
  --uhr-space-50: 50px;
  --uhr-space-55: 55px;
  --uhr-space-60: 60px;
  --uhr-space-65: 65px;
  --uhr-space-70: 70px;
  --uhr-space-75: 75px;
  --uhr-space-80: 80px;
  --uhr-space-85: 85px;
  --uhr-space-90: 90px;
  --uhr-space-95: 95px;
  --uhr-space-100: 100px;
  --uhr-space-120: 120px;
  --uhr-space-150: 150px;
}
@media (max-width: 767px) {
  :root {
    --uhr-space-left: 20px;
    --uhr-space-right: 20px;
  }
}

/** reset */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
  resize: none;
}
button:focus,
input:focus,
optgroup:focus,
select:focus,
textarea:focus {
  border-color: #a2a2a2 !important;
}

button,
select {
  text-transform: none;
}

[type=text],
[type=email],
[type=url],
[type=password],
[type=number],
[type=date],
[type=datetime-local],
[type=month],
[type=search],
[type=tel],
[type=time],
[type=week],
[multiple],
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 3px solid var(--uhr-color-gray-03);
  border-radius: 3px;
  padding-top: 0.2rem;
  padding-right: 0.45rem;
  padding-bottom: 0.2rem;
  padding-left: 0.45rem;
  line-height: 1.3328rem;
}
@media (min-width: 767px) {
  [type=text],
  [type=email],
  [type=url],
  [type=password],
  [type=number],
  [type=date],
  [type=datetime-local],
  [type=month],
  [type=search],
  [type=tel],
  [type=time],
  [type=week],
  [multiple],
  textarea,
  select {
    border-width: 2px;
  }
}
@media (max-width: 767px) {
  [type=text],
  [type=email],
  [type=url],
  [type=password],
  [type=number],
  [type=date],
  [type=datetime-local],
  [type=month],
  [type=search],
  [type=tel],
  [type=time],
  [type=week],
  [multiple],
  textarea,
  select {
    border-width: 1.5px;
  }
}
@media (max-width: 480px) {
  [type=text],
  [type=email],
  [type=url],
  [type=password],
  [type=number],
  [type=date],
  [type=datetime-local],
  [type=month],
  [type=search],
  [type=tel],
  [type=time],
  [type=week],
  [multiple],
  textarea,
  select {
    border-width: 1px;
  }
}

[type=text]:focus,
[type=email]:focus,
[type=url]:focus,
[type=password]:focus,
[type=number]:focus,
[type=date]:focus,
[type=datetime-local]:focus,
[type=month]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=time]:focus,
[type=week]:focus,
[multiple]:focus,
textarea:focus,
select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: var(--uhr-color-extra-02);
  border-color: var(--uhr-color-gray-03);
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #d5d5d5;
  opacity: 1;
}

input::placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder,
textarea::placeholder,
textarea::-moz-placeholder,
textarea:-ms-input-placeholder {
  color: #d5d5d5;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
}

::-webkit-datetime-edit,
::-webkit-datetime-edit-year-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute-field,
::-webkit-datetime-edit-second-field,
::-webkit-datetime-edit-millisecond-field,
::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.25rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2rem;
  -webkit-print-color-adjust: exact;
  -moz-print-color-adjust: exact;
  print-color-adjust: exact;
}

select.readonly {
  background-color: #f7f7f7;
  color: #777777;
  pointer-events: none;
}

[multiple] {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
  -moz-print-color-adjust: unset;
  print-color-adjust: unset;
}

[type=checkbox],
[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
  -moz-print-color-adjust: exact;
  print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border: 3px solid var(--uhr-color-gray-03);
  margin-top: -3px;
}
@media (min-width: 767px) {
  [type=checkbox],
  [type=radio] {
    border-width: 2px;
  }
}
@media (max-width: 767px) {
  [type=checkbox],
  [type=radio] {
    border-width: 1.5px;
  }
}
@media (max-width: 480px) {
  [type=checkbox],
  [type=radio] {
    border-width: 1px;
  }
}

[type=checkbox] {
  border-radius: 0px;
}

[type=radio] {
  border-radius: 100%;
}

[type=checkbox]:focus,
[type=radio]:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty, /*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: var(--uhr-color-extra-02);
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type=checkbox]:checked,
[type=radio]:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type=radio]:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

[type=checkbox]:checked:hover,
[type=checkbox]:checked:focus,
[type=radio]:checked:hover,
[type=radio]:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type=checkbox]:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type=checkbox]:indeterminate:hover,
[type=checkbox]:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type=file] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type=file]:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
  border: 0;
}

button,
[type=button],
[type=submit] {
  cursor: pointer;
}

input[type=text] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 40px 70px;
  border-radius: 70px;
  color: #5a5e6c;
}
@media (max-width: 767px) {
  input[type=text] {
    padding: 20px 35px;
    border-radius: 35px;
  }
}
@media (max-width: 480px) {
  input[type=text] {
    padding: 13.3333333333px 23.3333333333px;
    border-radius: 23.3333333333px;
  }
}
input[type=text]:-moz-read-only {
  background-color: #f7f7f7;
  color: #777777;
  pointer-events: none;
}
input[type=text]:read-only {
  background-color: #f7f7f7;
  color: #777777;
  pointer-events: none;
}
input[type=password] {
  padding: 40px 70px;
  border-radius: 70px;
  color: #5a5e6c;
}
@media (max-width: 767px) {
  input[type=password] {
    padding: 20px 35px;
    border-radius: 35px;
  }
}
@media (max-width: 480px) {
  input[type=password] {
    padding: 13.3333333333px 23.3333333333px;
    border-radius: 23.3333333333px;
  }
}
input[type=password]:-moz-read-only {
  background-color: #f7f7f7;
  color: #777777;
  pointer-events: none;
}
input[type=password]:read-only {
  background-color: #f7f7f7;
  color: #777777;
  pointer-events: none;
}

textarea:-moz-read-only {
  background-color: #f7f7f7;
  color: #777777;
  pointer-events: none;
}

textarea:read-only {
  background-color: #f7f7f7;
  color: #777777;
  pointer-events: none;
}

/** Custom Class */
del {
  color: var(--uhr-color-gray-06);
}

hr {
  border: 3px solid #ededed;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 767px) {
  hr {
    border-width: 2px;
  }
}
@media (max-width: 767px) {
  hr {
    border-width: 1.5px;
  }
}
@media (max-width: 480px) {
  hr {
    border-width: 1px;
  }
}

.full {
  width: 100%;
  max-width: 100%;
}

/** 여백설정 */
.space_top {
  padding-top: var(--uhr-space-top);
}
.space_bottom {
  padding-bottom: var(--uhr-space-bottom);
}
.space_left {
  padding-left: var(--uhr-space-left);
}
.space_right {
  padding-right: var(--uhr-space-right);
}

/** Margin */
.mt {
  /** M */
}
.mt_0 {
  margin-top: 0;
}
.mt_5 {
  margin-top: 5px;
}
.mt_10 {
  margin-top: 10px;
}
.mt_15 {
  margin-top: 15px;
}
.mt_20 {
  margin-top: 20px;
}
.mt_25 {
  margin-top: 25px;
}
.mt_30 {
  margin-top: 30px;
}
.mt_35 {
  margin-top: 35px;
}
.mt_40 {
  margin-top: 40px;
}
.mt_45 {
  margin-top: 45px;
}
.mt_50 {
  margin-top: 50px;
}
.mt_m5 {
  margin-top: -5px;
}
.mt_m10 {
  margin-top: -10px;
}
.mt_m15 {
  margin-top: -15px;
}
.mt_m20 {
  margin-top: -20px;
}
.mt_m25 {
  margin-top: -25px;
}
.mt_m30 {
  margin-top: -30px;
}
.mt_m35 {
  margin-top: -35px;
}
.mt_m40 {
  margin-top: -40px;
}
.mt_m45 {
  margin-top: -45px;
}
.mt_m50 {
  margin-top: -50px;
}

.mb {
  /** M */
}
.mb_0 {
  margin-bottom: 0;
}
.mb_1 {
  margin-bottom: 1px;
}
.mb_2 {
  margin-bottom: 2px;
}
.mb_3 {
  margin-bottom: 3px;
}
.mb_4 {
  margin-bottom: 4px;
}
.mb_5 {
  margin-bottom: 5px;
}
.mb_10 {
  margin-bottom: 10px;
}
.mb_15 {
  margin-bottom: 15px;
}
.mb_20 {
  margin-bottom: 20px;
}
.mb_25 {
  margin-bottom: 25px;
}
.mb_30 {
  margin-bottom: 30px;
}
.mb_35 {
  margin-bottom: 35px;
}
.mb_40 {
  margin-bottom: 40px;
}
.mb_45 {
  margin-bottom: 45px;
}
.mb_50 {
  margin-bottom: 50px;
}
.mb_m5 {
  margin-bottom: -5px;
}
.mb_m10 {
  margin-bottom: -10px;
}
.mb_m15 {
  margin-bottom: -15px;
}
.mb_m20 {
  margin-bottom: -20px;
}
.mb_m25 {
  margin-bottom: -25px;
}
.mb_m30 {
  margin-bottom: -30px;
}
.mb_m35 {
  margin-bottom: -35px;
}
.mb_m40 {
  margin-bottom: -40px;
}
.mb_m45 {
  margin-bottom: -45px;
}
.mb_m50 {
  margin-bottom: -50px;
}

.ml {
  /** M */
}
.ml_0 {
  margin-left: 0;
}
.ml_1 {
  margin-left: 1px;
}
.ml_2 {
  margin-left: 2px;
}
.ml_3 {
  margin-left: 3px;
}
.ml_4 {
  margin-left: 4px;
}
.ml_5 {
  margin-left: 5px;
}
.ml_10 {
  margin-left: 10px;
}
.ml_15 {
  margin-left: 15px;
}
.ml_20 {
  margin-left: 20px;
}
.ml_25 {
  margin-left: 25px;
}
.ml_30 {
  margin-left: 30px;
}
.ml_35 {
  margin-left: 35px;
}
.ml_40 {
  margin-left: 40px;
}
.ml_45 {
  margin-left: 45px;
}
.ml_50 {
  margin-left: 50px;
}
.ml_m5 {
  margin-left: -5px;
}
.ml_m10 {
  margin-left: -10px;
}
.ml_m15 {
  margin-left: -15px;
}
.ml_m20 {
  margin-left: -20px;
}
.ml_m25 {
  margin-left: -25px;
}
.ml_m30 {
  margin-left: -30px;
}
.ml_m35 {
  margin-left: -35px;
}
.ml_m40 {
  margin-left: -40px;
}
.ml_m45 {
  margin-left: -45px;
}
.ml_m50 {
  margin-left: -50px;
}

.mr {
  /** M */
}
.mr_0 {
  margin-right: 0;
}
.mr_1 {
  margin-right: 1px;
}
.mr_2 {
  margin-right: 2px;
}
.mr_3 {
  margin-right: 3px;
}
.mr_4 {
  margin-right: 4px;
}
.mr_5 {
  margin-right: 5px;
}
.mr_10 {
  margin-right: 10px;
}
.mr_15 {
  margin-right: 15px;
}
.mr_20 {
  margin-right: 20px;
}
.mr_25 {
  margin-right: 25px;
}
.mr_30 {
  margin-right: 30px;
}
.mr_35 {
  margin-right: 35px;
}
.mr_40 {
  margin-right: 40px;
}
.mr_45 {
  margin-right: 45px;
}
.mr_50 {
  margin-right: 50px;
}
.mr_m5 {
  margin-right: -5px;
}
.mr_m10 {
  margin-right: -10px;
}
.mr_m15 {
  margin-right: -15px;
}
.mr_m20 {
  margin-right: -20px;
}
.mr_m25 {
  margin-right: -25px;
}
.mr_m30 {
  margin-right: -30px;
}
.mr_m35 {
  margin-right: -35px;
}
.mr_m40 {
  margin-right: -40px;
}
.mr_m45 {
  margin-right: -45px;
}
.mr_m50 {
  margin-right: -50px;
}

.mx_0 {
  margin-left: 0;
  margin-right: 0;
}
.mx_5 {
  margin-left: 5px;
  margin-right: 5px;
}
.mx_10 {
  margin-left: 10px;
  margin-right: 10px;
}
.mx_15 {
  margin-left: 15px;
  margin-right: 15px;
}
.mx_20 {
  margin-left: 20px;
  margin-right: 20px;
}
.mx_25 {
  margin-left: 25px;
  margin-right: 25px;
}
.mx_30 {
  margin-left: 30px;
  margin-right: 30px;
}
.mx_35 {
  margin-left: 35px;
  margin-right: 35px;
}
.mx_40 {
  margin-left: 40px;
  margin-right: 40px;
}
.mx_45 {
  margin-left: 45px;
  margin-right: 45px;
}
.mx_50 {
  margin-left: 50px;
  margin-right: 50px;
}

.my_0 {
  margin-top: 0;
  margin-bottom: 0;
}
.my_5 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.my_10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.my_15 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.my_20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.my_25 {
  margin-top: 25px;
  margin-bottom: 25px;
}
.my_30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.my_35 {
  margin-top: 35px;
  margin-bottom: 35px;
}
.my_40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.my_45 {
  margin-top: 45px;
  margin-bottom: 45px;
}
.my_50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

/** Padding */
.pt_0 {
  padding-top: 0;
}
.pt_5 {
  padding-top: 5px;
}
.pt_10 {
  padding-top: 10px;
}
.pt_15 {
  padding-top: 15px;
}
.pt_20 {
  padding-top: 20px;
}
.pt_25 {
  padding-top: 25px;
}
.pt_30 {
  padding-top: 30px;
}
.pt_35 {
  padding-top: 35px;
}
.pt_40 {
  padding-top: 40px;
}
.pt_45 {
  padding-top: 45px;
}
.pt_50 {
  padding-top: 50px;
}

.pb_0 {
  padding-bottom: 0;
}
.pb_5 {
  padding-bottom: 5px;
}
.pb_10 {
  padding-bottom: 10px;
}
.pb_15 {
  padding-bottom: 15px;
}
.pb_20 {
  padding-bottom: 20px;
}
.pb_25 {
  padding-bottom: 25px;
}
.pb_30 {
  padding-bottom: 30px;
}
.pb_35 {
  padding-bottom: 35px;
}
.pb_40 {
  padding-bottom: 40px;
}
.pb_45 {
  padding-bottom: 45px;
}
.pb_50 {
  padding-bottom: 50px;
}

.px_0 {
  padding-left: 0;
  padding-right: 0;
}
.px_5 {
  padding-left: 5px;
  padding-right: 5px;
}
.px_10 {
  padding-left: 10px;
  padding-right: 10px;
}
.px_15 {
  padding-left: 15px;
  padding-right: 15px;
}
.px_20 {
  padding-left: 20px;
  padding-right: 20px;
}
.px_25 {
  padding-left: 25px;
  padding-right: 25px;
}
.px_30 {
  padding-left: 30px;
  padding-right: 30px;
}
.px_35 {
  padding-left: 35px;
  padding-right: 35px;
}
.px_40 {
  padding-left: 40px;
  padding-right: 40px;
}
.px_45 {
  padding-left: 45px;
  padding-right: 45px;
}
.px_50 {
  padding-left: 50px;
  padding-right: 50px;
}

.py_0 {
  padding-top: 0;
  padding-bottom: 0;
}
.py_5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.py_10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py_15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.py_20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py_25 {
  padding-top: 25px;
  padding-bottom: 25px;
}
.py_30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.py_35 {
  padding-top: 35px;
  padding-bottom: 35px;
}
.py_40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.py_45 {
  padding-top: 45px;
  padding-bottom: 45px;
}
.py_50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

/** Font set */
:root {
  --uhr-font-title-lg: 48px;
  --uhr-font-title-md: 36px;
  --uhr-font-title-sm: 24px;
  --uhr-font-title-xsm: 20px;
  --uhr-font-text-lg: 18px;
  --uhr-font-text-md: 16px;
  --uhr-font-text-sm: 14px;
  --uhr-font-caption: 12px;
}

/** Text Align **/
.text_left {
  text-align: left;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.text_right {
  text-align: right;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
.text_center {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/** Display */
.dispaly_block {
  display: block;
}
.dispaly_inline {
  display: inline;
}
.dispaly_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dispaly_none {
  display: none;
}

/** Felx **/
.flex_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex_1 > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.flex_content_left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.flex_content_right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flex_content_center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.flex_content_between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex_align_items_top {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.flex_align_items_middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex_align_items_baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.flex_gap_1 {
  gap: 1px;
}
.flex_gap_2 {
  gap: 2px;
}
.flex_gap_3 {
  gap: 3px;
}
.flex_gap_4 {
  gap: 4px;
}
.flex_gap_5 {
  gap: 5px;
}
.flex_gap_10 {
  gap: 10px;
}
.flex_gap_20 {
  gap: 20px;
}
.flex_gap_30 {
  gap: 30px;
}
.flex_gap_40 {
  gap: 40px;
}

.align_left {
  float: left;
  margin-right: 4px;
}
.align_center {
  margin-left: auto;
  margin-right: auto;
}
.align_right {
  float: right;
  margin-left: 4px;
}

/** Device Check */
.is_mo {
  display: none;
}
.is_desk {
  display: block;
}

/** Box */
.content_box {
  border: 3px solid var(--uhr-color-gray-03);
  padding: var(--uhr-space-20);
}
@media (min-width: 767px) {
  .content_box {
    border-width: 2px;
  }
}
@media (max-width: 767px) {
  .content_box {
    border-width: 1.5px;
  }
}
@media (max-width: 480px) {
  .content_box {
    border-width: 1px;
  }
}
.content_box .flex_row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--uhr-space-20);
  row-gap: var(--uhr-space-5);
}
.content_box .flex_row.menu_info_row {
  grid-template-columns: repeat(1, 1fr);
}
.content_box .flex_row {
  margin-bottom: var(--uhr-space-5);
}
.content_box .flex_row:last-of-type {
  margin-bottom: 0;
}
.content_box .flex_row .flex_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content_box label {
  display: inline-block;
  width: 110px;
  margin-right: 10px;
  letter-spacing: -0.05em;
}
.lang_eng .content_box label {
  width: 120px;
  line-height: 1em;
  letter-spacing: 0;
}
.content_box input:not([type=checkbox], [type=radio], [type=button]) {
  width: calc(100% - 135px);
}
.lang_eng .content_box input:not([type=checkbox], [type=radio], [type=button]) {
  width: calc(100% - 145px);
}

.content_box input[tupe=number] {
  width: calc(100% - 101px);
}
.content_box input[type=checkbox] {
  margin-right: 7px;
}
.content_box select {
  width: calc(100% - 110px);
}
.lang_eng .content_box select {
  width: calc(100% - 130px);
}

.content_box textarea {
  width: calc(100% - 110px);
}
.lang_eng .content_box textarea {
  width: calc(100% - 185px);
}

.content_box fieldset.inline_icon_serch_form + input[type=text] {
  width: calc(100% - 243px) !important;
}
.content_box fieldset.inline_icon_serch_form.single {
  width: calc(100% - 123px) !important;
}
.content_box fieldset.inline_icon_serch_form.single input[type=text] {
  width: calc(100% - 35px) !important;
}

/** Tab */
.content_tab {
  height: 100%;
  /** 가로형태 탭메뉴 **/
}
.content_tab .tab_menus {
  height: 31px;
}
.content_tab .tab_menus ul.tabs {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.content_tab .tab_menus ul.tabs li.tab {
  margin-right: 1px;
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}
.content_tab .tab_menus ul.tabs li.tab a {
  display: block;
  background-color: var(--uhr-color-gray-11);
  font-weight: 0.875rem;
  color: var(--uhr-color-white);
  text-decoration: none;
  padding: 7px 15px 6px;
}
.content_tab .tab_menus ul.tabs li.tab a:hover {
  background-color: var(--uhr-color-main);
}
.content_tab .tab_menus ul.tabs li.tab.active a {
  background-color: var(--uhr-color-main);
}
.content_tab .tab_contents {
  height: calc(100% - 31px);
  border-top: 1px solid var(--uhr-color-gray-03);
}
.content_tab .tab_contents .tab_content {
  height: 100%;
  display: none;
}
.content_tab .tab_contents .tab_content.active {
  display: block;
}
.content_tab_vertical {
  display: grid;
  grid-template-columns: 140px calc(100% - 140px);
  border: 3px solid #cccccc;
}
@media (min-width: 767px) {
  .content_tab_vertical {
    border-width: 2px;
  }
}
@media (max-width: 767px) {
  .content_tab_vertical {
    border-width: 1.5px;
  }
}
@media (max-width: 480px) {
  .content_tab_vertical {
    border-width: 1px;
  }
}
.content_tab_vertical .vertical_tab_menus ul.vertical_tabs {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-right: 1px solid #cccccc;
}
.content_tab_vertical .vertical_tab_menus ul.vertical_tabs li.vertical_tab {
  border-top: 3px solid #cccccc;
  margin-bottom: -1px;
  height: 34px;
}
@media (min-width: 767px) {
  .content_tab_vertical .vertical_tab_menus ul.vertical_tabs li.vertical_tab {
    border-top-width: 2px;
  }
}
@media (max-width: 767px) {
  .content_tab_vertical .vertical_tab_menus ul.vertical_tabs li.vertical_tab {
    border-top-width: 1.5px;
  }
}
@media (max-width: 480px) {
  .content_tab_vertical .vertical_tab_menus ul.vertical_tabs li.vertical_tab {
    border-top-width: 1px;
  }
}
.content_tab_vertical .vertical_tab_menus ul.vertical_tabs li.vertical_tab:nth-child(1) {
  border-top: 0;
}
.content_tab_vertical .vertical_tab_menus ul.vertical_tabs li.vertical_tab a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--uhr-color-gray-11);
  font-size: 1rem;
  color: var(--uhr-color-white);
  text-decoration: none;
  padding: 7px 15px 6px;
  height: calc(100% - 13px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lang_eng .content_tab_vertical .vertical_tab_menus ul.vertical_tabs li.vertical_tab a {
  font-size: 0.825rem;
  line-height: 1em;
}

.content_tab_vertical .vertical_tab_menus ul.vertical_tabs li.vertical_tab a:hover {
  background-color: var(--uhr-color-main);
}
.content_tab_vertical .vertical_tab_menus ul.vertical_tabs li.vertical_tab.active a {
  background-color: var(--uhr-color-main);
}
.content_tab_vertical .vertical_tab_contents {
  padding: var(--uhr-space-20);
}
.content_tab_vertical .vertical_tab_contents .vertical_tab_content {
  display: none;
}
.content_tab_vertical .vertical_tab_contents .vertical_tab_content.active {
  display: block;
}
.content_tab_vertical .vertical_tab_contents .vertical_tab_content .btn_wrap {
  margin-top: var(--uhr-space-10);
}

/** Table Style */
.table_style .table_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.table_style .table_row .table_column {
  padding: 7px;
}
.table_style .table_row .table_column.no_pd {
  padding: 0;
}
.table_style .table_row .table_column.no_bd {
  border-left: 0;
}
.table_style .table_row .table_column.label {
  /*width: 120px;*/
  background-color: var(--uhr-color-gray-01);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.table_style .table_row .table_column.value {
  /*width: auto;*/
  min-width: 30px;
}
.table_style .table_row .table_column.value input[type=text],
.table_style .table_row .table_column.value select {
  width: 100%;
}
.table_style .table_row .table_column.value table.in_table_style {
  width: 100%;
  border: 3px solid var(--uhr-color-gray-03);
  border-left: 0;
}
@media (min-width: 767px) {
  .table_style .table_row .table_column.value table.in_table_style {
    border-width: 2px;
  }
}
@media (max-width: 767px) {
  .table_style .table_row .table_column.value table.in_table_style {
    border-width: 1.5px;
  }
}
@media (max-width: 480px) {
  .table_style .table_row .table_column.value table.in_table_style {
    border-width: 1px;
  }
}
.table_style .table_row .table_column.value table.in_table_style thead tr th {
  background-color: var(--uhr-color-gray-01);
  border-left: 1px solid var(--uhr-color-gray-03);
  border-bottom: 1px solid var(--uhr-color-gray-03);
  padding: 2px 5px;
}
.table_style .table_row .table_column.value table.in_table_style tbody tr td {
  border-left: 1px solid var(--uhr-color-gray-03);
  border-left: 1px solid var(--uhr-color-gray-03);
  border-bottom: 1px solid var(--uhr-color-gray-03);
  padding: 2px 5px;
}
.table_style .table_row .table_column.value .in_data_box {
  min-height: 34px;
}
.table_style .table_row .flex_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.table_style .table_row.table_row_span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.table_style .table_head {
  border-bottom: 1px solid var(--uhr-color-gray-02);
}
.table_style .table_head .table_column {
  background-color: var(--uhr-color-gray-01);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-weight: bold;
}
.table_style .table_footer {
  border-top: 1px solid var(--uhr-color-gray-02);
}
.table_style .table_footer.table_row > div.col_6:nth-child(1) {
  width: calc(100% - 100px);
}
.table_style .table_footer.table_row > div.col_6:nth-child(2) {
  width: 100px;
}
.table_style .table_footer.table_row > div span#searchText {
  word-break: keep-all;
}
.table_style .table_footer .table_column {
  background-color: var(--uhr-color-gray-01);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}
.table_style .table_footer .table_column strong {
  font-weight: 500;
}
.table_style .table_footer .left {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.table_style .table_footer .center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.table_style .table_footer .right {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}

.table_border {
  border: 3px solid var(--uhr-color-gray-02);
}
@media (min-width: 767px) {
  .table_border {
    border-width: 2px;
  }
}
@media (max-width: 767px) {
  .table_border {
    border-width: 1.5px;
  }
}
@media (max-width: 480px) {
  .table_border {
    border-width: 1px;
  }
}
.table_border .table_row {
  border-top: 1px solid var(--uhr-color-gray-02);
}
.table_border .table_row:first-child {
  border-top: 0;
}
.table_border .table_row .table_column {
  border-left: 1px solid var(--uhr-color-gray-02);
}
.table_border .table_row .table_column:first-child {
  border-left: 0;
}
.table_border_top {
  border-top: 2px solid var(--uhr-color-main);
}
.table_border .table_footer .table_column {
  border-left: 0;
}

.data_table_wrap {
  overflow-x: auto;
  border-top: 2px solid var(--uhr-color-main);
}
.data_table_wrap .data_table {
  width: 100%;
}
.data_table_wrap .data_table tr {
  border-bottom: 1px solid var(--uhr-color-gray-02);
}
.data_table_wrap .data_table tr.cancel_reasons {
  position: relative;
}
.data_table_wrap .data_table tr.cancel_reasons::after {
  content: "";
  display: block;
  width: calc(100% - 100px);
  height: 1px;
  background-color: var(--uhr-color-gray-03);
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
}
.data_table_wrap .data_table tr.cancel_reasons td {
  color: var(--uhr-color-gray-06);
}
.data_table_wrap .data_table tr.cancel_reasons td.item_cancel_reasons {
  color: rgb(var(--color-slate-800)/var(--tw-text-opacity));
}
.data_table_wrap .data_table tr > *:first-child {
  border-left: 0;
}
.data_table_wrap .data_table tr > *[rowspan] {
  border-right: 1px solid var(--uhr-color-gray-02);
}
.data_table_wrap .data_table tr > *[rowspan]:last-child {
  border-right: 0;
}
.data_table_wrap .data_table tr th,
.data_table_wrap .data_table tr td {
  border-left: 1px solid var(--uhr-color-gray-02);
  padding: var(--uhr-space-5);
  min-height: 45px;
}
.data_table_wrap .data_table tr td.add_del a.btn_delete {
  display: block;
}
.data_table_wrap .data_table tr tbody tr td {
  max-width: 350px;
  word-wrap: break-word;
  word-break: keep-all;
  white-space: normal; /* 자동 줄바꿈 허용 */
}
.data_table_wrap .data_table tr .cell_check {
  width: 30px;
}
.data_table_wrap .data_table tr .cell_num {
  width: 5%;
  min-width: 40px;
  max-width: 100px;
}
.data_table_wrap .data_table tr .cell_date {
  width: auto;
  min-width: 80px;
}
.data_table_wrap .data_table tr .cell_subject {
  width: auto;
  min-width: 140px;
}
.data_table_wrap .data_table tr .cell_name {
  width: auto;
  min-width: 80px;
  max-width: 350px;
  word-wrap: break-word;
  word-break: keep-all;
  white-space: normal; /* 자동 줄바꿈 허용 */
}
.data_table_wrap .data_table tr .cell_phone {
  width: auto;
  min-width: 110px;
}
.data_table_wrap .data_table tr .cell_td {
  width: auto;
  min-width: 40px;
}
.data_table_wrap .data_table tr .check {
  width: 30px;
}
.data_table_wrap .data_table tr .index_num {
  width: 5%;
  min-width: 40px;
}
.data_table_wrap .data_table tr .rece_num {
  width: auto;
  min-width: 100px;
}
.data_table_wrap .data_table tr .appl_date {
  width: auto;
  min-width: 80px;
}
.data_table_wrap .data_table tr .disc_date {
  width: auto;
  min-width: 80px;
}
.data_table_wrap .data_table tr .appl_user {
  width: auto;
  min-width: 60px;
}
.data_table_wrap .data_table tr .appl_user_phone {
  width: auto;
  min-width: 120px;
}
.data_table_wrap .data_table tr .disc_item {
  width: auto;
  min-width: 90px;
}
.data_table_wrap .data_table tr .admin_buil {
  width: auto;
  min-width: 80px;
}
.data_table_wrap .data_table tr .rece_meth {
  width: auto;
  min-width: 50px;
}
.data_table_wrap .data_table tr .rece_mana {
  width: auto;
  min-width: 50px;
}
.data_table_wrap .data_table tr .proc_stat_pay_comp {
  width: auto;
  min-width: 40px;
}
.data_table_wrap .data_table tr .proc_stat_pay_wati {
  width: auto;
  min-width: 40px;
}
.data_table_wrap .data_table tr .proc_stat_rece {
  width: auto;
  min-width: 40px;
}
.data_table_wrap .data_table tr .proc_stat_comp {
  width: auto;
  min-width: 40px;
}
.data_table_wrap .data_table tr .proc_stat_canc {
  width: auto;
  min-width: 40px;
}
.data_table_wrap .data_table tr .canc_requ {
  width: auto;
  min-width: 40px;
}
.data_table_wrap .data_table tr .reas_canc {
  width: auto;
  min-width: 40px;
}
.data_table_wrap .data_table tr .reas_canc_site_canc {
  width: auto;
  min-width: 40px;
}
.data_table_wrap .data_table tr .reas_canc_prep_canc {
  width: auto;
  min-width: 40px;
}
.data_table_wrap .data_table tr .tota_amou {
  width: auto;
  min-width: 60px;
}
.data_table_wrap .data_table tr .view_deta {
  width: auto;
  min-width: 60px;
}
.data_table_wrap .data_table tr .icon_cancel_check {
  width: auto;
  min-width: 14px;
}
.data_table_wrap .data_table tr .appl_stat {
  width: auto;
  min-width: 80px;
}
.data_table_wrap .data_table tr .clre_in_date {
  width: auto;
  min-width: 80px;
}
.data_table_wrap .data_table tr .clre_cat {
  width: auto;
  min-width: 80px;
}
.data_table_wrap .data_table tr .clre_in_site {
  width: auto;
  min-width: 130px;
}
.data_table_wrap .data_table tr .clre_work_cat {
  width: auto;
  min-width: 60px;
}
.data_table_wrap .data_table tr .clre_work_car {
  width: auto;
  min-width: 80px;
}
.data_table_wrap .data_table tr .clre_in_time {
  width: auto;
  min-width: 60px;
}
.data_table_wrap .data_table tr .clre_in_kg {
  width: auto;
  min-width: 60px;
}
.data_table_wrap .data_table tr .comp_sbj {
  width: auto;
  min-width: 200px;
}
.data_table_wrap .data_table tr .doac_sum {
  background-color: #f3f5ff;
}
.data_table_wrap .data_table tr td.tota_amou {
  text-align: right;
}
.data_table_wrap .data_table tr .appl_item_name {
  width: auto;
  min-width: 100px;
}
.data_table_wrap .data_table tr.closed_seller {
  background-color: var(--uhr-color-gray-02);
  color: var(--uhr-color-gray-06);
}
.data_table_wrap .data_table thead tr:last-child {
  border-bottom: 1px solid var(--uhr-color-black);
}
.data_table_wrap .data_table tbody td.check_disabled {
  background-color: var(--uhr-color-gray-01);
}
.data_table_wrap .data_table tfoot.background tr > * {
  background-color: var(--uhr-color-gray-02);
}
.data_table_wrap .data_table input[type=radio],
.data_table_wrap .data_table input[type=checkbox] {
  margin-right: 0;
}
.data_table_wrap .data_table input[type=radio]:hover,
.data_table_wrap .data_table input[type=checkbox]:hover {
  cursor: pointer;
}
.data_table_wrap .data_table input[type=radio]:disabled,
.data_table_wrap .data_table input[type=checkbox]:disabled {
  background-color: var(--uhr-color-gray-02);
  cursor: auto;
}
.data_table_wrap .data_table input[type=radio]:disabled {
  opacity: 0.25;
  background-color: var(--uhr-color-gray-03);
}
.data_table_wrap .data_table input[type=checkbox] {
  width: 15px;
  border: 3px solid var(--uhr-color-gray-02);
}
@media (min-width: 767px) {
  .data_table_wrap .data_table input[type=checkbox] {
    border-width: 2px;
  }
}
@media (max-width: 767px) {
  .data_table_wrap .data_table input[type=checkbox] {
    border-width: 1.5px;
  }
}
@media (max-width: 480px) {
  .data_table_wrap .data_table input[type=checkbox] {
    border-width: 1px;
  }
}
.data_table_wrap .data_table input[type=checkbox]:disabled {
  border-color: var(--uhr-color-gray-01);
}
.data_table_wrap .data_table input[type=number] {
  width: 80px;
}
.data_table_wrap .data_table select {
  min-width: 80px;
}

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

.default_table_style table {
  border: 3px solid #ededed;
}
@media (min-width: 767px) {
  .default_table_style table {
    border-width: 2px;
  }
}
@media (max-width: 767px) {
  .default_table_style table {
    border-width: 1.5px;
  }
}
@media (max-width: 480px) {
  .default_table_style table {
    border-width: 1px;
  }
}
.default_table_style table tr th,
.default_table_style table tr td {
  height: 24px;
  padding: 3px 5px;
  border-top: 1px solid #ededed;
  border-left: 1px solid #ededed;
}
.default_table_style table tr th:first-child,
.default_table_style table tr td:first-child {
  border-left: 0;
}
.default_table_style table tr:first-child th,
.default_table_style table tr:first-child td {
  border-top: 0;
}
.default_table_style table tr th {
  background-color: #f7f7f7;
}
.input_disabled > div {
  background-color: var(--uhr-color-gray-01);
  color: var(--uhr-color-gray-07);
}
.input_disabled > div.table_column input {
  pointer-events: none; /* 클릭이나 입력을 차단 */
  background-color: var(--uhr-color-gray-01);
  color: var(--uhr-color-gray-02);
}
.input_disabled input {
  pointer-events: none; /* 클릭이나 입력을 차단 */
  background-color: var(--uhr-color-gray-01);
  color: var(--uhr-color-gray-02);
}
.btn_wrap > .flex_row {
  gap: var(--uhr-space-5);
}
.required > span::after {
  content: "●";
  display: inline-block;
  font-size: 6px;
  color: var(--uhr-color-puple-01);
  margin-left: 2px;
  margin-top: -3px;
}

label.required {
  position: relative;
}
label.required::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  font-size: 0;
  background-color: rgb(234, 104, 121);
  position: absolute;
  left: -4px;
  top: -2px;
}

/** Column **/
.col_1 {
  width: 8.3333333333%;
}
.col_2 {
  width: 16.6666666667%;
}
.col_3 {
  width: 25%;
}
.col_4 {
  width: 33.3333333333%;
}
.col_5 {
  width: 41.6666666667%;
}
.col_6 {
  width: 50%;
}
.col_7 {
  width: 58.3333333333%;
}
.col_8 {
  width: 66.6666666667%;
}
.col_9 {
  width: 75%;
}
.col_10 {
  width: 83.3333333333%;
}
.col_11 {
  width: 91.6666666667%;
}
.col_12 {
  width: 100%;
}

/** MD */
/** SM */
@media (max-width: 767px) {
  .sm_col_1 {
    width: 8.3333333333%;
  }
  .sm_col_2 {
    width: 16.6666666667%;
  }
  .sm_col_3 {
    width: 25%;
  }
  .sm_col_4 {
    width: 33.3333333333%;
  }
  .sm_col_5 {
    width: 41.6666666667%;
  }
  .sm_col_6 {
    width: 50%;
  }
  .sm_col_7 {
    width: 58.3333333333%;
  }
  .sm_col_8 {
    width: 66.6666666667%;
  }
  .sm_col_9 {
    width: 75%;
  }
  .sm_col_10 {
    width: 83.3333333333%;
  }
  .sm_col_11 {
    width: 91.6666666667%;
  }
  .sm_col_12 {
    width: 100%;
  }
}

.cat_tit {
  font-size: 1.619rem;
  font-weight: 600;
  color: #13151d;
  position: relative;
}
.cat_tit::before {
  content: "";
  display: block;
  width: 56px;
  height: 12px;
  background: url("/theme/caddiemon_m/assets/images/icon_cate_bullet.svg") no-repeat center center;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: -30px;
}
@media (max-width: 767px) {
  .cat_tit::before {
    width: 28px;
    height: 6px;
    bottom: -20px;
  }
}
@media (max-width: 480px) {
  .cat_tit::before {
    width: 18.6666666667px;
    height: 4px;
    bottom: -10px;
  }
}

.page_tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  font-size: 1.19rem;
  font-weight: 600;
  color: #13151d;
  position: relative;
}
@media (min-width: 767px) {
  .page_tit {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .page_tit {
    gap: 15px;
  }
}
@media (max-width: 480px) {
  .page_tit {
    gap: 10px;
  }
}
.page_tit a {
  display: block;
  width: 72px;
  height: 72px;
}
@media (max-width: 767px) {
  .page_tit a {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 480px) {
  .page_tit a {
    width: 24px;
    height: 24px;
  }
}
.page_tit a img {
  width: 100%;
}

.section_tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .section_tit {
    margin-bottom: 25px;
  }
}
@media (max-width: 480px) {
  .section_tit {
    margin-bottom: 16.6666666667px;
  }
}
.section_tit .tit {
  font-size: 1.333rem;
  font-weight: 700;
  color: #13151d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media (max-width: 767px) {
  .section_tit .tit {
    gap: 15px;
  }
}
@media (max-width: 480px) {
  .section_tit .tit {
    gap: 10px;
  }
}
@media (max-width: 344px) {
  .section_tit .tit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 0;
  }
}
.section_tit .tit span {
  font-size: 0.952rem;
  color: #5a5e6c;
}

/** 검색 폼 */
.search_default {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  height: 30px;
}
.search_default input.search_text {
  border-radius: 2px 0 0 2px;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  font-size: 0.875rem;
  line-height: 1.5rem;
}
.search_default input.search_submit {
  border-radius: 0 2px 2px 0;
  padding-top: 6px;
  padding-right: 10px;
  padding-bottom: 6px;
  padding-left: 10px;
  font-size: 0.875rem;
  background-color: var(--uhr-color-gray-02);
  cursor: pointer;
}
.search_default input.search_submit:hover {
  background-color: var(--uhr-color-main);
  color: var(--uhr-color-white);
}

/** inline icon serch form */
.inline_icon_serch_form {
  position: relative;
  width: 100%;
  margin-left: 0;
  padding: 0;
}
.inline_icon_serch_form input[type=text] {
  width: calc(100% - 212px);
  padding-right: 140px;
}
@media (max-width: 767px) {
  .inline_icon_serch_form input[type=text] {
    width: calc(100% - 106px);
    padding-right: 70px;
  }
}
@media (max-width: 480px) {
  .inline_icon_serch_form input[type=text] {
    width: calc(100% - 70.6666666667px);
    padding-right: 46.6666666667px;
  }
}
.inline_icon_serch_form input[type=text]:-moz-read-only {
  padding-right: 7px;
}
.inline_icon_serch_form input[type=text]:read-only {
  padding-right: 7px;
}
.inline_icon_serch_form input[type=button] {
  position: absolute;
  top: 30px;
  right: 50px;
  width: 72px;
  height: 72px;
  font-size: 0;
  background: url("/theme/caddiemon_m/assets/images/icon_search.svg") no-repeat center center;
  background-size: 80%;
}
@media (max-width: 767px) {
  .inline_icon_serch_form input[type=button] {
    top: 15px;
    right: 25px;
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 480px) {
  .inline_icon_serch_form input[type=button] {
    top: 10px;
    right: 16.6666666667px;
    width: 24px;
    height: 24px;
  }
}
.inline_icon_serch_form input[type=button]:hover {
  cursor: pointer;
}
.inline_icon_serch_form + input[type=text] {
  margin-left: 3px;
}
.lang_eng .inline_icon_serch_form + input[type=text].search_text_data {
  width: calc(100% - 255px) !important;
}

.inline_icon_serch_form.mini_search_type {
  width: 70px !important;
  border: 0;
  padding: 0;
  margin-right: 0;
}
.inline_icon_serch_form.mini_search_type input[type=text] {
  width: var(--uhr-space-50) !important;
  padding-right: var(--uhr-space-20);
}
.inline_icon_serch_form.mini_search_type input[type=text]:not([class="search_text readonly"]) {
  background-color: #ffffff;
}
.inline_icon_serch_form.mini_search_type + input[type=text] {
  width: calc(100% - 183px) !important;
  margin-left: 3px;
}
.inline_icon_serch_form.menu_search_type {
  width: calc(100% - 60px) !important;
  padding: 0;
  margin-bottom: 15px;
  margin-right: 0;
}
.inline_icon_serch_form.menu_search_type input[type=text] {
  width: calc(100% - 30px) !important;
  padding-right: 20px;
  background-color: #9f69cc;
  border-color: #9f69cc;
  color: #ffffff;
}
.inline_icon_serch_form.menu_search_type input[type=text]:focus {
  border-color: #c791f4 !important;
}
.inline_icon_serch_form.menu_search_type input[type=button] {
  top: 3px;
  right: 2px;
  width: 22px;
  height: 22px;
  -webkit-filter: brightness(2.3);
          filter: brightness(2.3);
}

/** 파일 선택 폼 */
.file_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.file_box input[type=text].upload_name {
  width: 200px !important;
  border: 3px solid var(--uhr-color-gray-02);
  padding: 4px var(--uhr-space-10);
}
@media (min-width: 767px) {
  .file_box input[type=text].upload_name {
    border-width: 2px;
  }
}
@media (max-width: 767px) {
  .file_box input[type=text].upload_name {
    border-width: 1.5px;
  }
}
@media (max-width: 480px) {
  .file_box input[type=text].upload_name {
    border-width: 1px;
  }
}
.file_box input[type=file] {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  display: none;
}
.file_box > * {
  height: var(--uhr-space-30);
}
.file_box .input_file_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  background-color: var(--uhr-color-white);
  width: calc(100% - var(--uhr-space-80));
  border: 3px solid var(--uhr-color-gray-02);
  width: calc(100% - 83px);
  min-width: 170px;
  color: #999999;
}
@media (min-width: 767px) {
  .file_box .input_file_name {
    border-width: 2px;
  }
}
@media (max-width: 767px) {
  .file_box .input_file_name {
    border-width: 1.5px;
  }
}
@media (max-width: 480px) {
  .file_box .input_file_name {
    border-width: 1px;
  }
}
.file_box .input_file_name .file_name {
  width: calc(100% - 24px);
  line-height: var(--uhr-space-30);
  padding-left: var(--uhr-space-10);
  margin-right: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.file_box .input_file_name .btn_delete {
  display: none;
  width: var(--uhr-space-20);
  height: var(--uhr-space-20);
  margin-right: 4px;
}
.file_box .input_file_name .btn_delete.on {
  display: inline-block;
}
.file_box label {
  width: 100% !important;
  padding: 6px var(--uhr-space-10);
  color: #fff;
  vertical-align: middle;
  background-color: #999999;
  cursor: pointer;
  text-align: center;
  margin-right: 0;
  margin-left: 0;
  height: 18px;
  font-size: 0.875rem;
}

/** 이미지 첨부 파일 */
.att_files_img > .file_unit {
  position: relative;
}
.att_files_img > .file_unit .btn_delete {
  display: block;
  float: right;
  position: absolute;
  top: 5px;
  right: 4px;
  background-color: #ffffff;
}
.att_files_img .img_box {
  margin-right: 5px;
  margin-bottom: 5px;
  text-align: center;
  font-size: 0.875rem;
}
.att_files_img .img_box img {
  width: 100%;
}
.att_files_img .img_box .btn_delete {
  display: block;
  float: right;
  position: absolute;
  top: 5px;
  right: 4px;
  background-color: #ffffff;
}
.att_files_img .img_box .btn_delete img {
  display: block;
  width: 24px;
  height: 24px;
  -webkit-filter: brightness(0) invert(0);
          filter: brightness(0) invert(0);
}
.att_files .file_box label {
  width: 100%;
  margin-right: 0;
  height: var(--uhr-space-20);
  line-height: var(--uhr-space-20);
}
.att_files .file_box label:hover {
  background-color: var(--uhr-color-main);
}

fieldset {
  border: 0;
}

/*Paging*/
.paging_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
}
@media (max-width: 767px) {
  .paging_wrap ul li {
    gap: 3px;
  }
}
.paging_wrap ul li > * {
  display: inline-block;
  height: var(--uhr-space-30);
  min-width: var(--uhr-space-30);
  padding: 2px 7px;
  text-align: center;
  border: 3px solid var(--uhr-color-gray-03);
  border-radius: 4px;
}
@media (min-width: 767px) {
  .paging_wrap ul li > * {
    border-width: 2px;
  }
}
@media (max-width: 767px) {
  .paging_wrap ul li > * {
    border-width: 1.5px;
  }
}
@media (max-width: 480px) {
  .paging_wrap ul li > * {
    border-width: 1px;
  }
}
.paging_wrap ul li.btn_goto {
  font-size: 0;
}
.paging_wrap ul li.btn_goto a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.paging_wrap ul li.btn_goto a i.icon {
  display: block;
  width: 14px;
  height: 14px;
  background-size: cover;
  opacity: 0.5;
}
.paging_wrap ul li.btn_first i.icon {
  background: url("/theme/caddiemon_m/assets/images/icon_first.svg") no-repeat center center;
}
.paging_wrap ul li.btn_prev i.icon {
  background: url("/theme/caddiemon_m/assets/images/icon_prev.svg") no-repeat center center;
}
.paging_wrap ul li.btn_next i.icon {
  background: url("/theme/caddiemon_m/assets/images/icon_next.svg") no-repeat center center;
}
.paging_wrap ul li.btn_last i.icon {
  background: url("/theme/caddiemon_m/assets/images/icon_last.svg") no-repeat center center;
}
.paging_wrap ul li.num > * {
  line-height: 26px;
  color: var(--uhr-color-gray-06);
}
.paging_wrap ul li.goto_page {
  width: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.paging_wrap ul li.goto_page select.paging_select {
  width: 90%;
  min-width: var(--uhr-space-50);
  text-align: left;
  padding-right: 1px;
  background-position: right 0.15rem center;
  background-color: #f7f7f7;
}
.paging_wrap ul li.goto_page::before {
  content: "/";
  display: inline-block;
  margin: 6px 6px;
  margin-left: 3px;
  color: #acacac;
}
.paging_wrap ul li.here span {
  background-color: var(--uhr-color-gray-02);
  color: var(--uhr-color-black);
  border-color: var(--uhr-color-black);
}
.paging_wrap ul li:hover > * {
  border-color: var(--uhr-color-black);
  color: var(--uhr-color-black);
}
.paging_wrap ul li:hover a i.icon {
  opacity: 1 !important;
}

/** Datepicker */
.ui-datepicker {
  display: none;
  background-color: #fff;
  border-radius: 4px;
  margin-top: var(--uhr-space-10);
  margin-left: 0px;
  margin-right: 0px;
  padding: var(--uhr-space-20);
  padding-bottom: var(--uhr-space-10);
  width: 340px;
  -webkit-box-shadow: var(--uhr-space-10) var(--uhr-space-10) var(--uhr-space-40) rgba(0, 0, 0, 0.1);
          box-shadow: var(--uhr-space-10) var(--uhr-space-10) var(--uhr-space-40) rgba(0, 0, 0, 0.1);
}
.ui-datepicker.ui-widget .ui-widget-header {
  position: relative;
  padding: var(--uhr-space-10) 0;
  border: 0px solid #dddddd;
  background: #fff;
}
.ui-datepicker.ui-widget .ui-widget-header .ui-icon {
  background: none;
  background-image: url("/theme/caddiemon_m/assets/vendors/jquery-ui/images/btns.png");
}
.ui-datepicker.ui-widget .ui-widget-header .ui-icon.ui-icon-circle-triangle-w {
  background-position: -1px -1px;
  background-size: 42px;
  width: 20px;
  height: 20px;
}
.ui-datepicker.ui-widget .ui-widget-header .ui-icon.ui-icon-circle-triangle-e {
  background-position: -20px 0px;
  background-size: 42px;
  width: 20px;
  height: 20px;
}
.ui-datepicker.ui-widget .ui-datepicker-header {
  position: relative;
  padding: var(--uhr-space-10) 0;
}
.ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-title {
  margin: 0 0em;
  text-align: center;
  padding: 0px;
  font-weight: bold;
  color: #000000;
}
.ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-title select.ui-datepicker-month,
.ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-title select.ui-datepicker-year {
  width: 56px;
  background: rgb(255, 255, 255) url(/theme/caddiemon_m/assets/vendors/jquery-ui/images/icon_down.svg) 100% -27px no-repeat;
  margin: 0 0;
  padding: 0 0px;
  border: 0;
  border-radius: 3px;
  color: #333333;
  font-size: 1em;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (max-width: 767px) {
  .ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-title select.ui-datepicker-month,
  .ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-title select.ui-datepicker-year {
    width: 28px;
  }
}
@media (max-width: 480px) {
  .ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-title select.ui-datepicker-month,
  .ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-title select.ui-datepicker-year {
    width: 54px;
  }
}
.ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-title select.ui-datepicker-month {
  margin-left: 7px;
}
.ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-next {
  cursor: pointer;
}
.ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-prev {
  width: 32px;
  height: 32px;
  top: 12px;
}
.ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-next {
  float: right;
  width: 32px;
  height: 32px;
  top: 12px;
}
.ui-datepicker.ui-widget .ui-datepicker-calendar {
  width: calc(100% - 3px);
  margin: 0 3px;
  padding-top: 0px;
}
.ui-datepicker.ui-widget .ui-datepicker-calendar thead th,
.ui-datepicker.ui-widget .ui-datepicker-calendar tbody td {
  border-radius: 100%;
  width: 24px;
  height: 24px;
  cursor: pointer;
  padding: 2px 5px;
  font-weight: 100;
  text-align: center;
}
.ui-datepicker.ui-widget .ui-datepicker-calendar > thead > tr {
  position: unset;
}
.ui-datepicker.ui-widget .ui-datepicker-calendar > thead > tr > th {
  float: unset;
  display: table-cell;
  font-weight: 400;
  color: #000000;
  opacity: 1;
}
.ui-datepicker.ui-widget .ui-datepicker-calendar > thead > tr > th:first-child {
  color: red !important;
}
.ui-datepicker.ui-widget .ui-datepicker-calendar > thead > tr > th:last-child {
  color: #0099ff !important;
}
.ui-datepicker.ui-widget .ui-datepicker-calendar > thead > tr > th span {
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .ui-datepicker.ui-widget .ui-datepicker-calendar > thead > tr > th span {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .ui-datepicker.ui-widget .ui-datepicker-calendar > thead > tr > th span {
    font-size: 1rem;
  }
}
.ui-datepicker.ui-widget .ui-datepicker-calendar > tbody {
  position: relative;
}
.ui-datepicker.ui-widget .ui-datepicker-calendar > tbody > tr > td .ui-state-default {
  width: 24px;
  height: 24px;
  padding: 0;
  line-height: 25px;
}
.ui-datepicker.ui-widget .ui-datepicker-calendar > tbody > tr > td.ui-datepicker-current-day .ui-state-default {
  background: #3f51b5 !important;
  color: #fff;
}
.ui-datepicker.ui-widget .ui-datepicker-calendar > tbody > tr > td > a {
  color: #333333;
  font-size: 12px !important;
  font-weight: bold !important;
  text-decoration: none;
}
.ui-datepicker.ui-widget .ui-datepicker-calendar > tbody > tr > td:hover {
  background-color: transparent;
  opacity: 0.6;
}
.ui-datepicker.ui-widget .ui-datepicker-calendar > tbody > tr > td:first-child a {
  color: red !important;
}
.ui-datepicker.ui-widget .ui-datepicker-calendar > tbody > tr > td:last-child a {
  color: #0099ff !important;
}
.ui-datepicker.ui-widget .ui-datepicker-calendar > tbody > tr > .ui-state-disabled:hover {
  cursor: auto;
  background-color: #fff;
}
.ui-datepicker.ui-widget .ui-datepicker-calendar > tbody > tr:first-child td {
  margin-top: var(--uhr-space-10);
}
.ui-datepicker.ui-widget .ui-datepicker-calendar .ui-state-disabled {
  cursor: auto;
  color: hsl(0, 0%, 80%);
}
.ui-datepicker.ui-widget .ui-state-default,
.ui-datepicker.ui-widget .ui-widget-content .ui-state-default,
.ui-datepicker.ui-widget .ui-widget-header .ui-state-default,
.ui-datepicker.ui-widget .ui-button,
.ui-datepicker.ui-widget html .ui-button.ui-state-disabled:hover,
.ui-datepicker.ui-widget html .ui-button.ui-state-disabled:active {
  border: 0px solid #c5c5c5;
  background-color: transparent;
  font-weight: normal;
  color: #454545;
  text-align: center;
}
.ui-datepicker.ui-widget.ui-widget-content {
  border: 3px solid #eee;
}
@media (min-width: 767px) {
  .ui-datepicker.ui-widget.ui-widget-content {
    border-width: 2px;
  }
}
@media (max-width: 767px) {
  .ui-datepicker.ui-widget.ui-widget-content {
    border-width: 1.5px;
  }
}
@media (max-width: 480px) {
  .ui-datepicker.ui-widget.ui-widget-content {
    border-width: 1px;
  }
}
.ui-datepicker.ui-widget:focus > .ui-datepicker {
  display: block;
}
.ui-datepicker.ui-widget .ui-datepicker-title {
  text-align: center;
  padding: var(--uhr-space-10);
  font-weight: 100;
  font-size: 20px;
}
.ui-datepicker.ui-widget .ui-state-hover,
.ui-datepicker.ui-widget .ui-widget-content .ui-state-hover,
.ui-datepicker.ui-widget .ui-widget-header .ui-state-hover,
.ui-datepicker.ui-widget .ui-state-focus,
.ui-datepicker.ui-widget .ui-widget-content .ui-state-focus,
.ui-datepicker.ui-widget .ui-widget-header .ui-state-focus,
.ui-datepicker.ui-widget .ui-button:hover,
.ui-datepicker.ui-widget .ui-button:focus {
  border: 0px solid #cccccc;
  background-color: transparent;
  font-weight: normal;
  color: #2b2b2b;
}
.ui-datepicker.ui-widget .ui-icon-circle-triangle-e {
  background-position: -20px 0px;
  background-size: 36px;
}
.ui-datepicker.ui-widget .ui-icon-circle-triangle-w {
  background-position: 0px 0px;
  background-size: 36px;
}
.ui-datepicker.ui-widget .ui-state-highlight,
.ui-datepicker.ui-widget .ui-widget-content .ui-state-highlight,
.ui-datepicker.ui-widget .ui-widget-header .ui-state-highlight {
  border: 0px;
  background: #f1f1f1;
  border-radius: 50%;
  padding-top: var(--uhr-space-10);
  padding-bottom: var(--uhr-space-10);
}
.ui-datepicker.ui-widget .inp {
  padding: var(--uhr-space-10) var(--uhr-space-10);
  background-color: #f1f1f1;
  border-radius: 4px;
  border: 0px;
}
.ui-datepicker.ui-widget .inp:focus {
  outline: none;
  background-color: #eee;
}

/*기간 날짜 선택 박스*/
.period_date_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.period_date_wrap > label {
  min-width: 25px;
}
.period_date_wrap .input_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(50% - 70px);
  min-width: 75px;
  position: relative;
}
.period_date_wrap .input_date input.input-datepicker {
  width: 100%;
  max-width: 100% !important;
  min-width: 75px !important;
  padding-right: var(--uhr-space-20);
  background-image: url("/theme/caddiemon_m/assets/images/icon_date_calendar.svg");
  background-repeat: no-repeat;
  background-position: center right 2px;
  background-size: 18px;
}
.period_date_wrap .input_date input.input-datepicker.hasDatepicker {
  background-image: none;
}
.period_date_wrap .input_date input.input-datepicker + button {
  position: absolute;
  right: 50px;
  top: 30px;
  width: 72px;
  height: 72px;
}
@media (max-width: 767px) {
  .period_date_wrap .input_date input.input-datepicker + button {
    right: 25px;
    top: 15px;
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 480px) {
  .period_date_wrap .input_date input.input-datepicker + button {
    right: 16.6666666667px;
    top: 10px;
    width: 24px;
    height: 24px;
  }
}
.period_date_wrap .input_date input.input-datepicker + button img {
  width: 72px;
}
@media (max-width: 767px) {
  .period_date_wrap .input_date input.input-datepicker + button img {
    width: 36px;
  }
}
@media (max-width: 480px) {
  .period_date_wrap .input_date input.input-datepicker + button img {
    width: 24px;
  }
}
.period_date_wrap .input_date + input.time {
  margin-left: 5px;
}
.period_date_wrap .data_div {
  width: 22px;
  text-align: center;
}
.lang_eng .period_date_wrap .data_div {
  width: 14px;
}

.period_date_wrap .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.period_date_wrap .time {
  width: var(--uhr-space-40);
}
.period_date_wrap.single {
  width: 100%;
}
.period_date_wrap.single .input_date {
  width: 100%;
  max-width: 100%;
}
.period_date_wrap.single .input_date input[type=text] {
  width: calc(100% - 35px);
  max-width: 100% !important;
}

/** 
* Modal Popup 
**/
.modal_popup_wrap {
  display: none;
  background-color: rgba(0, 0, 0, 0.45);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: 999999;
}
.modal_popup_wrap .modal_popup_section {
  height: calc(100% - 80px);
  margin: var(--uhr-space-40);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
@media (max-width: 767px) {
  .modal_popup_wrap .modal_popup_section {
    height: calc(100% - 40px);
    margin: 20px;
  }
}
@media (max-width: 480px) {
  .modal_popup_wrap .modal_popup_section {
    height: calc(100% - 26.6666666667px);
    margin: 13.3333333333px;
  }
}
.modal_popup_wrap .modal_popup_section .modal_popup_inner_section {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 70px 50px;
  background-color: #fff;
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .modal_popup_wrap .modal_popup_section .modal_popup_inner_section {
    padding: 35px 25px;
    border-radius: 15px;
  }
}
@media (max-width: 480px) {
  .modal_popup_wrap .modal_popup_section .modal_popup_inner_section {
    padding: 23.3333333333px 16.6666666667px;
    border-radius: 10px;
  }
}
.modal_popup_wrap .modal_popup_section .modal_popup_inner_section .btn_close_popup {
  position: absolute;
  right: 0px;
  top: 1px;
  width: 72px;
  height: 72px;
  margin-top: 70px;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .modal_popup_wrap .modal_popup_section .modal_popup_inner_section .btn_close_popup {
    width: 36px;
    height: 36px;
    margin-top: 35px;
    margin-right: 7.5px;
  }
}
@media (max-width: 480px) {
  .modal_popup_wrap .modal_popup_section .modal_popup_inner_section .btn_close_popup {
    width: 24px;
    height: 24px;
    margin-top: 23.3333333333px;
    margin-right: 5px;
  }
}
.modal_popup_wrap .modal_popup_section .modal_popup_inner_section .btn_close_popup a img {
  width: 72px;
  height: 72px;
  -webkit-filter: brightness(0) invert(0);
          filter: brightness(0) invert(0);
}
@media (max-width: 767px) {
  .modal_popup_wrap .modal_popup_section .modal_popup_inner_section .btn_close_popup a img {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 480px) {
  .modal_popup_wrap .modal_popup_section .modal_popup_inner_section .btn_close_popup a img {
    width: 24px;
    height: 24px;
  }
}
.modal_popup_wrap .modal_popup_section .modal_popup_inner_section .popup_content_wrap {
  min-width: 280px;
  max-width: 1900px;
  height: calc(100% - 70px);
  padding-top: 70px;
}
@media (max-width: 767px) {
  .modal_popup_wrap .modal_popup_section .modal_popup_inner_section .popup_content_wrap {
    height: calc(100% - 35px);
    padding-top: 35px;
  }
}
@media (max-width: 480px) {
  .modal_popup_wrap .modal_popup_section .modal_popup_inner_section .popup_content_wrap {
    height: calc(100% - 23.3333333333px);
    padding-top: 23.3333333333px;
  }
}
.modal_popup_wrap .modal_popup_section .modal_popup_inner_section .popup_content_wrap .popup_tit {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ededed;
  margin-top: -15px;
}
.modal_popup_wrap .modal_popup_section .modal_popup_inner_section .popup_content_wrap .popup_content .flex_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal_popup_wrap .modal_popup_section .modal_popup_inner_section .popup_content_wrap .popup_content .flex_column label {
  min-width: 25px;
  margin-right: 5px;
}
.modal_popup_wrap .modal_popup_section .modal_popup_inner_section .popup_content_wrap .popup_content .flex_column label + fieldset {
  display: inline;
  padding: 0;
}
.modal_popup_wrap .modal_popup_section .modal_popup_inner_section .popup_content_wrap .popup_content .page_search_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.modal_popup_wrap .modal_popup_section .modal_popup_inner_section .popup_content_wrap .popup_content .page_search_box > .flex_row {
  gap: var(--uhr-space-20);
  margin-bottom: 3px;
}
.modal_popup_wrap .modal_popup_section .modal_popup_inner_section .popup_content_wrap .popup_content .page_search_box > .flex_row .flex_column {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.modal_popup_wrap .modal_popup_section .modal_popup_inner_section .popup_content_wrap .popup_content .page_search_box > .flex_row .flex_column label {
  margin-right: 0;
}
.modal_popup_wrap .modal_popup_section .modal_popup_inner_section .popup_content_wrap .popup_content .page_search_box > .flex_row .flex_column input[type=text] {
  max-width: 140px;
}
.modal_popup_wrap .modal_popup_section .modal_popup_inner_section .popup_content_wrap .popup_content .content_box label {
  width: 80px;
}
.modal_popup_wrap .modal_popup_section .modal_popup_inner_section .popup_content_wrap .popup_content .content_box label + input[type=text] {
  width: calc(100% - 101px);
}
.modal_popup_wrap .modal_popup_section .modal_popup_inner_section .popup_content_wrap .popup_content .content_box label + input[type=text] + button.btn_band {
  height: 28px;
}
.modal_popup_wrap .modal_popup_section .modal_popup_inner_section .popup_content_wrap .popup_content .content_box label + input[tupe=number] {
  width: calc(100% - 101px);
}
.modal_popup_wrap .modal_popup_section .modal_popup_inner_section .popup_content_wrap .popup_content .content_box label + select {
  width: calc(100% - 85px);
}
.modal_popup_wrap .modal_popup_section .modal_popup_inner_section .popup_content_wrap .popup_content .content_box input:not([type=checkbox], [type=radio], [type=button]) {
  width: calc(100% - 101px);
}
.modal_popup_wrap .modal_popup_section .modal_popup_inner_section .popup_content_wrap .popup_content .content_box .period_date_wrap.single {
  width: 100%;
  max-width: 100%;
}
.modal_popup_wrap .modal_popup_section .modal_popup_inner_section .popup_content_wrap .popup_content .content_box .period_date_wrap.single .input_date {
  width: calc(100% - 86px);
  max-width: calc(100% - 81px) !important;
}
.modal_popup_wrap .modal_popup_section .modal_popup_inner_section .popup_content_wrap .popup_content .content_box .period_date_wrap.single .input_date input[type=text] {
  width: 100%;
  max-width: 100% !important;
}
.modal_popup_wrap .modal_popup_section .modal_popup_inner_section .popup_content_wrap .search_contents {
  height: 100%;
}
.modal_popup_wrap .modal_popup_section .modal_popup_inner_section .popup_content_wrap strong,
.modal_popup_wrap .modal_popup_section .modal_popup_inner_section .popup_content_wrap b {
  font-weight: bold;
}
.modal_popup_wrap.system_message {
  z-index: 9999991;
}
.modal_popup_wrap.system_message .message_popup_section .message_popup_inner_section {
  padding: 0;
}
.modal_popup_wrap.system_message .message_popup_section .message_popup_inner_section .btn_close_popup {
  margin: 7px;
}
.modal_popup_wrap.system_message .message_popup_section .message_popup_inner_section .btn_close_popup a img {
  -webkit-filter: brightness(100);
          filter: brightness(100);
}
.modal_popup_wrap.system_message .message_popup_section .message_popup_inner_section .popup_message_wrap h4.popup_tit {
  background-color: var(--uhr-color-main);
  font-size: 16px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 0;
}
.modal_popup_wrap.system_message .message_popup_section .message_popup_inner_section .popup_message_wrap .popup_content {
  max-width: 340px;
  padding: var(--uhr-space-30) var(--uhr-space-20);
  text-align: center;
  margin-bottom: 0;
}
.modal_popup_wrap.system_message .message_popup_section .message_popup_inner_section .popup_btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 20px;
}
.modal_popup_wrap.system_message .message_popup_section .message_popup_inner_section .popup_btn_wrap a {
  text-decoration: none;
}
.modal_popup_wrap .notice_message_wrap {
  width: 760px;
}
.modal_popup_wrap .notice_message_wrap h4.popup_tit {
  background-color: var(--uhr-color-main);
  font-size: 16px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 0;
}
.modal_popup_wrap .notice_message_wrap .popup_content {
  padding: 0 0;
  margin-bottom: 0;
}
.modal_popup_wrap .notice_message_wrap .popup_content .section_content .section_content_left {
  height: 116px;
  margin-bottom: 20px;
}
.modal_popup_wrap .notice_message_wrap .popup_content .section_content .section_content_right {
  width: 100%;
}
.modal_popup_wrap .notice_message_wrap .popup_content .section_content .section_content_right .section_content_inner {
  padding: 20px;
  border: 3px solid #ededed;
}
@media (min-width: 767px) {
  .modal_popup_wrap .notice_message_wrap .popup_content .section_content .section_content_right .section_content_inner {
    border-width: 2px;
  }
}
@media (max-width: 767px) {
  .modal_popup_wrap .notice_message_wrap .popup_content .section_content .section_content_right .section_content_inner {
    border-width: 1.5px;
  }
}
@media (max-width: 480px) {
  .modal_popup_wrap .notice_message_wrap .popup_content .section_content .section_content_right .section_content_inner {
    border-width: 1px;
  }
}
.modal_popup_wrap .notice_message_wrap .popup_content .section_content .section_content_right .section_content_inner .content_head {
  padding-bottom: 10px;
  border-bottom: 1px solid #333;
}
.modal_popup_wrap .notice_message_wrap .popup_content .section_content .section_content_right .section_content_inner .content_head .notice_tit {
  font-size: 1.25rem;
  margin-bottom: 10px;
}
.modal_popup_wrap .notice_message_wrap .popup_content .section_content .section_content_right .section_content_inner .content_head .notice_meta_data {
  color: #888;
}
.modal_popup_wrap .notice_message_wrap .popup_content .section_content .section_content_right .section_content_inner .content_head .notice_meta_data > * {
  font-size: 0.75rem;
}
.modal_popup_wrap .notice_message_wrap .popup_content .section_content .section_content_right .section_content_inner .notice_content pre {
  height: 400px;
}
.modal_popup_wrap .notice_message_wrap .popup_content .section_content .section_content_right .section_content_inner .notice_content textarea {
  height: 400px;
}
.modal_popup_wrap .notice_message_wrap .popup_content .section_content .section_content_right .section_content_inner .notice_content textarea:-moz-read-only {
  width: calc(100% - 14px);
  height: 400px;
  margin-top: 15px;
  background-color: #ffffff;
  color: inherit;
  border: 0;
  pointer-events: unset;
}
.modal_popup_wrap .notice_message_wrap .popup_content .section_content .section_content_right .section_content_inner .notice_content textarea:read-only {
  width: calc(100% - 14px);
  height: 400px;
  margin-top: 15px;
  background-color: #ffffff;
  color: inherit;
  border: 0;
  pointer-events: unset;
}
.modal_popup_wrap .notice_message_wrap .popup_content .section_content .section_content_inner {
  height: 100%;
}
.modal_popup_wrap .notice_message_wrap .popup_content .section_content .section_content_inner .qcell_table {
  height: 100%;
}
.modal_popup_wrap .notice_message_wrap .notice_popup_not_view_today {
  margin-top: 10px;
}
.modal_popup_wrap .notice_message_wrap .notice_popup_not_view_today label {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: auto;
  cursor: pointer;
}
.modal_popup_wrap .notice_message_wrap .notice_popup_not_view_today label > input {
  margin-right: 5px;
}
.modal_popup_wrap .notice_message_wrap .notice_message_btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 0;
}
.modal_popup_wrap .notice_message_wrap .notice_message_btn_wrap a {
  text-decoration: none;
}

/**
 * Layer Popup
 */
.layer_popup_wrap {
  display: none;
  background-color: rgba(0, 0, 0, 0.45);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
}
.layer_popup_wrap .layer_popup_section {
  height: 100%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.layer_popup_wrap .layer_popup_section .layer_popup_inner_section {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #fff;
}
.layer_popup_wrap .layer_popup_section .layer_popup_inner_section .btn_close_popup {
  position: absolute;
  right: 0px;
  top: 1px;
  width: 72px;
  height: 72px;
  margin-top: 15px;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .layer_popup_wrap .layer_popup_section .layer_popup_inner_section .btn_close_popup {
    width: 36px;
    height: 36px;
    margin-top: 7.5px;
    margin-right: 7.5px;
  }
}
@media (max-width: 480px) {
  .layer_popup_wrap .layer_popup_section .layer_popup_inner_section .btn_close_popup {
    width: 24px;
    height: 24px;
    margin-top: 5px;
    margin-right: 5px;
  }
}
.layer_popup_wrap .layer_popup_section .layer_popup_inner_section .btn_close_popup a img {
  width: 72px;
  height: 72px;
  -webkit-filter: brightness(0) invert(0);
          filter: brightness(0) invert(0);
}
@media (max-width: 767px) {
  .layer_popup_wrap .layer_popup_section .layer_popup_inner_section .btn_close_popup a img {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 480px) {
  .layer_popup_wrap .layer_popup_section .layer_popup_inner_section .btn_close_popup a img {
    width: 24px;
    height: 24px;
  }
}
.layer_popup_wrap .layer_popup_section .layer_popup_inner_section .popup_content_wrap {
  min-width: 320px;
  max-width: 1900px;
  overflow-y: auto;
  margin-top: 130px;
  margin-bottom: 70px;
  height: calc(100% - 200px);
}
@media (max-width: 767px) {
  .layer_popup_wrap .layer_popup_section .layer_popup_inner_section .popup_content_wrap {
    height: calc(100% - 100px);
    margin-top: 65px;
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .layer_popup_wrap .layer_popup_section .layer_popup_inner_section .popup_content_wrap {
    height: calc(100% - 66.6666666667px);
    margin-top: 43.3333333333px;
    margin-bottom: 23.3333333333px;
  }
}

/**
* Preload Spinner
**/
.preload_spinner {
  display: none;
  position: absolute;
  z-index: 9999999;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 0 !important;
}
.preload_spinner:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.75);
}
.preload_spinner .lds-roller {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
}

.preload_spinner .lds-roller,
.lds-roller div,
.lds-roller div:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.hide {
  font-size: 0;
  opacity: 0;
}

.input_unit label + select {
  white-space: nowrap;
  padding: 40px 70px;
  padding-right: 100px;
  border-radius: 70px;
  color: #5a5e6c;
  background-position: right 0.75rem center;
}
@media (max-width: 767px) {
  .input_unit label + select {
    padding: 20px 35px;
    padding-right: 50px;
    border-radius: 35px;
  }
}
@media (max-width: 480px) {
  .input_unit label + select {
    padding: 13.3333333333px 23.3333333333px;
    padding-right: 33.3333333333px;
    border-radius: 23.3333333333px;
  }
}
/** input - checkbox custom */
.checkbox_unit input[type=checkbox] {
  display: none;
}
.checkbox_unit input[type=checkbox]:checked + label::before {
  border: 3px solid #18b7d0;
  background-color: #18b7d0;
}
@media (min-width: 767px) {
  .checkbox_unit input[type=checkbox]:checked + label::before {
    border-width: 2px;
  }
}
@media (max-width: 767px) {
  .checkbox_unit input[type=checkbox]:checked + label::before {
    border-width: 1.5px;
  }
}
@media (max-width: 480px) {
  .checkbox_unit input[type=checkbox]:checked + label::before {
    border-width: 1px;
  }
}
.checkbox_unit label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  color: #13151d;
}
@media (max-width: 767px) {
  .checkbox_unit label {
    gap: 7.5px;
  }
}
@media (max-width: 480px) {
  .checkbox_unit label {
    gap: 5px;
  }
}
.checkbox_unit label::before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  border: 3px solid #d9d9d9;
  background-color: #ffffff;
  border-radius: 15px;
}
@media (min-width: 767px) {
  .checkbox_unit label::before {
    border-width: 2px;
  }
}
@media (max-width: 767px) {
  .checkbox_unit label::before {
    width: 18px;
    height: 18px;
    border-width: 1.5px;
    border-radius: 7.5px;
  }
}
@media (max-width: 480px) {
  .checkbox_unit label::before {
    width: 12px;
    height: 12px;
    border-width: 1px;
    border-radius: 5px;
  }
}

/** Input Number Unit */
.input_number_unit,
.input_number_unit_ {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px; /* 버튼과 입력 간 간격 */
  background: transparent;
  --ni-height: 40px; /* 높이 변수 (조절 가능) */
  --ni-btn-width: 40px; /* 버튼 너비 */
  --ni-radius: 8px;
  /* 입력 필드 스타일 */
  /* 버튼 기본 스타일 */
}
.input_number_unit input[type=number],
.input_number_unit_ input[type=number] {
  /*** 기본 브라우저 스피너 숨기기 ***/
  /* Firefox */
  -moz-appearance: textfield;
  /* Chrome, Edge, Safari */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 40px 120px;
  border-radius: 70px;
  color: #5a5e6c;
}
.input_number_unit input[type=number]::-webkit-outer-spin-button, .input_number_unit input[type=number]::-webkit-inner-spin-button,
.input_number_unit_ input[type=number]::-webkit-outer-spin-button,
.input_number_unit_ input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
@media (min-width: 767px) {
  .input_number_unit input[type=number],
  .input_number_unit_ input[type=number] {
    padding: 20px 90px;
  }
}
@media (max-width: 767px) {
  .input_number_unit input[type=number],
  .input_number_unit_ input[type=number] {
    padding: 20px 60px;
    border-radius: 35px;
  }
}
@media (max-width: 480px) {
  .input_number_unit input[type=number],
  .input_number_unit_ input[type=number] {
    padding: 13.3333333333px 40px;
    border-radius: 23.3333333333px;
  }
}
@media (max-width: 344px) {
  .input_number_unit input[type=number],
  .input_number_unit_ input[type=number] {
    padding: 7px 30px;
  }
}
.input_number_unit input[type=number]:-moz-read-only, .input_number_unit_ input[type=number]:-moz-read-only {
  background-color: #f7f7f7;
  color: #777777;
  pointer-events: none;
}
.input_number_unit input[type=number]:read-only,
.input_number_unit_ input[type=number]:read-only {
  background-color: #f7f7f7;
  color: #777777;
  pointer-events: none;
}
.input_number_unit .ni-field,
.input_number_unit_ .ni-field {
  width: 96px;
  border-radius: var(--ni-radius);
  outline: none;
  text-align: center;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #fff;
  -moz-appearance: textfield; /* 재차 안전 조치 */
}
.input_number_unit .ni-field:focus,
.input_number_unit_ .ni-field:focus {
  border-color: #4a90e2;
}
.input_number_unit .ni-field::-moz-focus-inner,
.input_number_unit_ .ni-field::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.input_number_unit .ni-btn,
.input_number_unit_ .ni-btn {
  position: absolute;
  width: 72px;
  height: 72px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 3px solid var(--uhr-color-gray-03);
  background: #fafafa;
  border-radius: 72px;
  cursor: pointer;
  font-size: 1rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 0;
  border-radius: 72px;
}
@media (min-width: 767px) {
  .input_number_unit .ni-btn,
  .input_number_unit_ .ni-btn {
    border-width: 2px;
  }
}
@media (max-width: 767px) {
  .input_number_unit .ni-btn,
  .input_number_unit_ .ni-btn {
    width: 36px;
    height: 36px;
    border-radius: 24px;
    border-width: 1.5px;
  }
}
@media (max-width: 480px) {
  .input_number_unit .ni-btn,
  .input_number_unit_ .ni-btn {
    width: 24px;
    height: 24px;
    border-radius: 24px;
    border-width: 1px;
  }
}
.input_number_unit .ni-btn:hover,
.input_number_unit_ .ni-btn:hover {
  background: #f0f0f0;
}
.input_number_unit .ni-btn.ni-decr,
.input_number_unit_ .ni-btn.ni-decr {
  left: 10px;
}
@media (max-width: 344px) {
  .input_number_unit .ni-btn.ni-decr,
  .input_number_unit_ .ni-btn.ni-decr {
    left: 5px;
  }
}
.input_number_unit .ni-btn.ni-incr,
.input_number_unit_ .ni-btn.ni-incr {
  right: 10px;
}
@media (max-width: 344px) {
  .input_number_unit .ni-btn.ni-incr,
  .input_number_unit_ .ni-btn.ni-incr {
    right: 5px;
  }
}

/** input - 중복검색 */
.finde_input {
  position: relative;
}
.finde_input input[type=text] {
  width: calc(100% - 370px);
  padding-right: 300px;
}
@media (max-width: 767px) {
  .finde_input input[type=text] {
    width: calc(100% - 185px);
    padding-right: 150px;
  }
}
@media (max-width: 480px) {
  .finde_input input[type=text] {
    width: calc(100% - 123.3333333333px);
    padding-right: 100px;
  }
}
.finde_input button {
  background-color: #18b7d0;
  padding: 44px 70px;
  border-radius: 70px;
  position: absolute;
  right: -1px;
  top: 1px;
  color: #fff;
}
@media (max-width: 767px) {
  .finde_input button {
    padding: 22px 35px;
    border-radius: 35px;
  }
}
@media (max-width: 480px) {
  .finde_input button {
    padding: 14.6666666667px 23.3333333333px;
    border-radius: 23.3333333333px;
  }
}

.finde_input_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
}
@media (min-width: 767px) {
  .finde_input_group {
    gap: 15px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .finde_input_group {
    gap: 15px;
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .finde_input_group {
    gap: 10px;
    margin-bottom: 10px;
  }
}
.finde_input_group .finde_input:first-child {
  width: 30%;
}
.finde_input_group .finde_input:first-child input[type=text] {
  width: calc(100% - 145px);
  padding-right: 70px;
}
@media (max-width: 767px) {
  .finde_input_group .finde_input:first-child input[type=text] {
    width: calc(100% - 72.5px);
    padding-right: 35px;
  }
}
@media (max-width: 480px) {
  .finde_input_group .finde_input:first-child input[type=text] {
    width: calc(100% - 20px);
    padding-left: 10px;
    padding-right: 10px;
  }
}
.finde_input_group .finde_input:nth-child(2) {
  width: calc(70% - 30px);
}
@media (max-width: 767px) {
  .finde_input_group .finde_input:nth-child(2) {
    width: calc(70% - 15px);
  }
}
@media (max-width: 480px) {
  .finde_input_group .finde_input:nth-child(2) {
    width: calc(70% - 10px);
  }
}
.finde_input_group .finde_input input[type=text] {
  width: calc(100% - 272px);
  padding-right: 200px;
}
@media (max-width: 767px) {
  .finde_input_group .finde_input input[type=text] {
    width: calc(100% - 100px);
    padding-right: 100px;
  }
}
@media (max-width: 480px) {
  .finde_input_group .finde_input input[type=text] {
    width: calc(100% - 91.667px);
    padding-right: 66.667px;
  }
}
@media (max-width: 344px) {
  .finde_input_group .finde_input input[type=text] {
    width: calc(100% - 96.667px);
    padding-right: 72.667px;
  }
}

/**
* Slick Slider
**/
.slider_wrapper {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 30px;
  overflow: visible; /* gap 표현 위해 hidden 해제 */
  /* 하단 컨트롤 영역 */
  /* 재생/일시정지 버튼 */
}
@media (max-width: 767px) {
  .slider_wrapper {
    border-radius: 15px;
  }
}
@media (max-width: 480px) {
  .slider_wrapper {
    border-radius: 10px;
  }
}
.slider_wrapper .uhr_slider > button {
  display: none !important;
}
@media (max-width: 767px) {
  .slider_wrapper .uhr_slider.slick-dotted.slick-slider {
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .slider_wrapper .uhr_slider.slick-dotted.slick-slider {
    margin-bottom: 10px;
  }
}
.slider_wrapper .uhr_slider .slick-list {
  margin: 0;
}
.slider_wrapper .uhr_slider .slick-list .slick-track .slick-slide {
  padding: 0 15px; /* 좌우 15px씩 → 총 gap 30px */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  .slider_wrapper .uhr_slider .slick-list .slick-track .slick-slide {
    padding: 0 7.5px;
  }
}
@media (max-width: 480px) {
  .slider_wrapper .uhr_slider .slick-list .slick-track .slick-slide {
    padding: 0 5px;
  }
}
.slider_wrapper .uhr_slider .slick-list .slick-track .slick-slide img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider_wrapper .slider_controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  margin-top: 10px;
  /* 좌우 화살표 버튼 */
  /* 인디케이터(dot) 스타일 */
}
@media (max-width: 767px) {
  .slider_wrapper .slider_controls {
    gap: 6px;
    margin-top: 5px;
  }
}
@media (max-width: 480px) {
  .slider_wrapper .slider_controls {
    gap: 4px;
    margin-top: 3.3333333333px;
  }
}
.slider_wrapper .slider_controls button {
  /* 커스텀 좌우 버튼 */
}
.slider_wrapper .slider_controls button.slick-prev-custom, .slider_wrapper .slider_controls button.slick-next-custom {
  width: 36px;
  height: 36px;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
@media (max-width: 767px) {
  .slider_wrapper .slider_controls button.slick-prev-custom, .slider_wrapper .slider_controls button.slick-next-custom {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 480px) {
  .slider_wrapper .slider_controls button.slick-prev-custom, .slider_wrapper .slider_controls button.slick-next-custom {
    width: 12px;
    height: 12px;
  }
}
.slider_wrapper .slider_controls button.slick-prev-custom :hover, .slider_wrapper .slider_controls button.slick-next-custom :hover {
  opacity: 0.45;
}
.slider_wrapper .slider_controls button img {
  display: block;
  width: 100%;
}
.slider_wrapper .slider_controls .slick_dots_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slider_wrapper .slider_controls .slick_dots_wrapper .slick-dots {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 8px;
  position: static;
  margin: 0;
  padding: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .slider_wrapper .slider_controls .slick_dots_wrapper .slick-dots {
    gap: 4px;
  }
}
@media (max-width: 480px) {
  .slider_wrapper .slider_controls .slick_dots_wrapper .slick-dots {
    gap: 2.6666666667px;
  }
}
.slider_wrapper .slider_controls .slick_dots_wrapper .slick-dots li button::before {
  font-size: 0.571rem;
  color: #8e91a0;
  opacity: 1;
}
.slider_wrapper .slider_controls .slick_dots_wrapper .slick-dots li.slick-active button::before {
  color: #333;
}
.slider_wrapper .pause_btn {
  width: 72px;
  height: 72px;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  margin-left: 50px;
}
@media (max-width: 767px) {
  .slider_wrapper .pause_btn {
    width: 36px;
    height: 36px;
    margin-left: 25px;
  }
}
@media (max-width: 480px) {
  .slider_wrapper .pause_btn {
    width: 24px;
    height: 24px;
    margin-left: 16.6666666667px;
  }
}
.slider_wrapper .pause_btn:hover {
  opacity: 0.45;
}

/** 
 * Profile - Add
**/
.profile_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .profile_wrap {
    margin-bottom: 45px;
  }
}
@media (max-width: 480px) {
  .profile_wrap {
    margin-bottom: 30px;
  }
}
.profile_wrap > label {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .profile_wrap > label {
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .profile_wrap > label {
    margin-bottom: 10px;
  }
}
.profile_wrap .profile_img_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .profile_wrap .profile_img_wrap {
    gap: 15px;
  }
}
@media (max-width: 480px) {
  .profile_wrap .profile_img_wrap {
    gap: 10px;
  }
}
.profile_wrap .profile_img_wrap .profile_img_files {
  display: block;
  width: 200px;
  height: 200px;
  border-radius: 100px;
  border: 3px solid var(--uhr-color-gray-03);
  overflow: hidden;
  position: relative;
}
@media (min-width: 767px) {
  .profile_wrap .profile_img_wrap .profile_img_files {
    width: 133.3333333333px;
    height: 133.3333333333px;
    border-radius: 66.6666666667px;
    border-width: 2px;
  }
}
@media (max-width: 767px) {
  .profile_wrap .profile_img_wrap .profile_img_files {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    border-width: 1.5px;
  }
}
@media (max-width: 480px) {
  .profile_wrap .profile_img_wrap .profile_img_files {
    width: 66.6666666667px;
    height: 66.6666666667px;
    border-radius: 33.3333333333px;
    border-width: 1px;
  }
}
.profile_wrap .profile_img_wrap .profile_img_files span.file_unit {
  display: block;
  width: 100%;
  height: 100%;
}
.profile_wrap .profile_img_wrap .profile_img_files span.file_unit img {
  width: 100%;
}
.profile_wrap .profile_img_wrap .profile_img_files span.file_unit a.btn_delete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 70px;
  height: 42px;
  bottom: 20px;
  border-radius: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-decoration: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.45);
}
@media (max-width: 767px) {
  .profile_wrap .profile_img_wrap .profile_img_files span.file_unit a.btn_delete {
    width: 35px;
    height: 21px;
    bottom: 10px;
    border-radius: 15px;
  }
}
@media (max-width: 480px) {
  .profile_wrap .profile_img_wrap .profile_img_files span.file_unit a.btn_delete {
    width: 23.3333333333px;
    height: 14px;
    bottom: 6.6666666667px;
    border-radius: 10px;
  }
}
.profile_wrap .profile_img_wrap .profile_img_files span.file_unit a.btn_delete img {
  display: none;
}
.profile_wrap .profile_img_wrap .profile_img_files span.file_unit a.btn_delete span {
  font-size: 0.476rem;
  color: #fff;
}
.profile_wrap .profile_img_wrap .profile_img_files .file_box {
  height: 100%;
}
.profile_wrap .profile_img_wrap .profile_img_files .file_box label {
  height: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
}
.profile_wrap .profile_img_wrap .profile_img_files .file_box label img {
  width: 72px;
  height: 72px;
}
@media (max-width: 767px) {
  .profile_wrap .profile_img_wrap .profile_img_files .file_box label img {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 480px) {
  .profile_wrap .profile_img_wrap .profile_img_files .file_box label img {
    width: 24px;
    height: 24px;
  }
}
.profile_wrap .profile_img_wrap .profile_img_files .file_box label span {
  display: none;
}
.profile_wrap .profile_img_wrap .profile_img_chois > input[type=radio] {
  display: none;
}
.profile_wrap .profile_img_wrap .profile_img_chois > input[type=radio]:checked + .profile_img_files {
  width: 172px;
  height: 172px;
  border-radius: 100px;
  border: 14px solid #000000;
}
@media (min-width: 767px) {
  .profile_wrap .profile_img_wrap .profile_img_chois > input[type=radio]:checked + .profile_img_files {
    width: 114.6666666667px;
    height: 114.6666666667px;
    border-radius: 66.6666666667px;
    border-width: 9.3333333333px;
  }
}
@media (max-width: 767px) {
  .profile_wrap .profile_img_wrap .profile_img_chois > input[type=radio]:checked + .profile_img_files {
    width: 86px;
    height: 86px;
    border-radius: 50px;
    border-width: 7px;
  }
}
@media (max-width: 480px) {
  .profile_wrap .profile_img_wrap .profile_img_chois > input[type=radio]:checked + .profile_img_files {
    width: 57.3333333333px;
    height: 57.3333333333px;
    border-radius: 33.3333333333px;
    border-width: 4.6666666667px;
  }
}
.profile_wrap .my_profile_img_attachment {
  margin-top: 60px;
}
@media (min-width: 767px) {
  .profile_wrap .my_profile_img_attachment {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .profile_wrap .my_profile_img_attachment {
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .profile_wrap .my_profile_img_attachment {
    margin-top: 20px;
  }
}
.profile_wrap .my_profile_img_attachment .add_media_list_wrap {
  margin-top: 30px;
}
@media (min-width: 767px) {
  .profile_wrap .my_profile_img_attachment .add_media_list_wrap {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .profile_wrap .my_profile_img_attachment .add_media_list_wrap {
    margin-top: 15px;
  }
}
@media (max-width: 480px) {
  .profile_wrap .my_profile_img_attachment .add_media_list_wrap {
    margin-top: 10px;
  }
}
.profile_wrap .my_profile_img_attachment .add_media_list_wrap .bo_w_flie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 105px);
  padding: 30px 50px;
  border-radius: 15px;
  border: 3px solid #e7e8ee;
  margin-bottom: 30px;
}
@media (min-width: 767px) {
  .profile_wrap .my_profile_img_attachment .add_media_list_wrap .bo_w_flie {
    border-width: 2px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .profile_wrap .my_profile_img_attachment .add_media_list_wrap .bo_w_flie {
    width: calc(100% - 52.5px);
    padding: 15px 25px;
    border-radius: 7.5px;
    border-width: 1.5px;
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .profile_wrap .my_profile_img_attachment .add_media_list_wrap .bo_w_flie {
    width: calc(100% - 35px);
    padding: 10px 16.6666666667px;
    border-radius: 5px;
    border-width: 1px;
    margin-bottom: 10px;
  }
}
.profile_wrap .my_profile_img_attachment .add_media_list_wrap .bo_w_flie .file_wr {
  width: 100%;
  display: block;
}
.profile_wrap .my_profile_img_attachment .add_media_list_wrap .bo_w_flie .file_wr > input.frm_file {
  font-size: 0.85em;
  display: none;
}
.profile_wrap .my_profile_img_attachment .add_media_list_wrap .bo_w_flie .file_wr > input.frm_file + label {
  display: block;
  height: 72px;
  margin-right: 5px;
  position: relative;
}
@media (min-width: 767px) {
  .profile_wrap .my_profile_img_attachment .add_media_list_wrap .bo_w_flie .file_wr > input.frm_file + label {
    height: 36px;
  }
}
@media (max-width: 767px) {
  .profile_wrap .my_profile_img_attachment .add_media_list_wrap .bo_w_flie .file_wr > input.frm_file + label {
    height: 36px;
  }
}
@media (max-width: 480px) {
  .profile_wrap .my_profile_img_attachment .add_media_list_wrap .bo_w_flie .file_wr > input.frm_file + label {
    height: 24px;
  }
}
.profile_wrap .my_profile_img_attachment .add_media_list_wrap .bo_w_flie .file_wr .here_file_wr_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 3px solid #ededed;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-size: 0.85em;
}
@media (min-width: 767px) {
  .profile_wrap .my_profile_img_attachment .add_media_list_wrap .bo_w_flie .file_wr .here_file_wr_meta {
    border-bottom-width: 2px;
    padding-bottom: 7.5px;
    margin-bottom: 7.5px;
  }
}
@media (max-width: 767px) {
  .profile_wrap .my_profile_img_attachment .add_media_list_wrap .bo_w_flie .file_wr .here_file_wr_meta {
    border-bottom-width: 1px;
    padding-bottom: 7.5px;
    margin-bottom: 7.5px;
  }
}
@media (max-width: 480px) {
  .profile_wrap .my_profile_img_attachment .add_media_list_wrap .bo_w_flie .file_wr .here_file_wr_meta {
    border-bottom-width: 1px;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
}
.profile_wrap .my_profile_img_attachment .add_media_list_wrap .bo_w_flie .file_wr .here_file_wr_meta .file_del {
  width: 90px;
  font-size: 0.75em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.85em;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
.profile_wrap .my_profile_img_attachment .add_media_list_wrap .bo_w_flie .file_wr .here_file_wr_meta .file_del label {
  font-size: 0.85em;
  line-height: 1em;
  margin-bottom: 2px;
  font-size: 0.85em;
}
.profile_wrap .my_profile_img_attachment .add_media_list_wrap .bo_w_flie .file_wr .file_wr_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  font-size: 0.85em;
}
.profile_wrap .my_profile_img_attachment .add_media_list_wrap .bo_w_flie .file_wr .file_wr_meta label.lb_icon span {
  font-size: 0.85em;
}

/** captcha */
.captcha_html {
  padding: 60px 100px;
  border-radius: 30px;
  border: 3px solid #e7e8ee;
}
@media (min-width: 767px) {
  .captcha_html {
    padding: 30px 50px;
    border-radius: 15px;
    border-width: 2px;
  }
}
@media (max-width: 767px) {
  .captcha_html {
    padding: 30px 50px;
    border-radius: 15px;
    border-width: 1.5px;
  }
}
@media (max-width: 480px) {
  .captcha_html {
    padding: 20px 20px;
    border-radius: 10px;
    border-width: 1px;
  }
}
.captcha_html fieldset {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.captcha_html fieldset legend {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 767px) {
  .captcha_html fieldset legend {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .captcha_html fieldset legend {
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .captcha_html fieldset legend {
    margin-bottom: 10px;
  }
}
.captcha_html fieldset img#captcha_img {
  width: 480px;
}
@media (min-width: 767px) {
  .captcha_html fieldset img#captcha_img {
    width: 240px;
  }
}
@media (max-width: 767px) {
  .captcha_html fieldset img#captcha_img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 50%;
    max-width: 240px;
  }
}
@media (max-width: 480px) {
  .captcha_html fieldset img#captcha_img {
    max-width: 160px;
  }
}
.captcha_html fieldset input.captcha_box {
  width: calc(100% - 1040px);
  padding: 40px 70px;
}
@media (min-width: 767px) {
  .captcha_html fieldset input.captcha_box {
    width: calc(100% - 520px);
    padding: 20px 35px;
  }
}
@media (max-width: 767px) {
  .captcha_html fieldset input.captcha_box {
    width: 100%;
    padding: 20px 35px;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media (max-width: 480px) {
  .captcha_html fieldset input.captcha_box {
    padding: 13.3333333333px 23.3333333333px;
  }
}
.captcha_html fieldset button {
  width: 180px;
  height: 180px;
  margin-left: 20px;
  font-size: 0;
}
@media (min-width: 767px) {
  .captcha_html fieldset button {
    width: 90px;
    height: 90px;
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .captcha_html fieldset button {
    width: 90px;
    height: 90px;
    margin-left: 10px;
  }
}
@media (max-width: 480px) {
  .captcha_html fieldset button {
    width: 40px;
    height: 40px;
    margin-left: 6.6666666667px;
  }
}
.captcha_html fieldset button span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 180px;
  border: 3px solid #e7e8ee;
}
@media (min-width: 767px) {
  .captcha_html fieldset button span {
    border-radius: 90px;
    border-width: 1.5px;
  }
}
@media (max-width: 767px) {
  .captcha_html fieldset button span {
    border-radius: 90px;
    border-width: 1.5px;
  }
}
@media (max-width: 480px) {
  .captcha_html fieldset button span {
    border-radius: 40px;
    border-width: 1px;
  }
}
@media (max-width: 767px) {
  .captcha_html fieldset button#captcha_mp3 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.captcha_html fieldset button#captcha_mp3 span {
  background: url("/theme/caddiemon_m/assets/images/icon_volume.svg") no-repeat center center/60%;
}
@media (max-width: 767px) {
  .captcha_html fieldset button#captcha_reload {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.captcha_html fieldset button#captcha_reload span {
  background: url("/theme/caddiemon_m/assets/images/icon_refresh.svg") no-repeat center center/60%;
}
.captcha_html fieldset > span#captcha_info {
  margin-top: 30px;
  font-size: 0.825em;
}
@media (min-width: 767px) {
  .captcha_html fieldset > span#captcha_info {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .captcha_html fieldset > span#captcha_info {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    margin-top: 15px;
  }
}
@media (max-width: 480px) {
  .captcha_html fieldset > span#captcha_info {
    margin-top: 10px;
  }
}

.fa.fa-folder-open:before {
  content: "";
  display: block;
  width: 72px;
  height: 72px;
  background: url("/theme/caddiemon_m/assets/images/icon_add_folder.svg") no-repeat center center/cover;
}
@media (min-width: 767px) {
  .fa.fa-folder-open:before {
    width: 48px;
    height: 48px;
  }
}
@media (max-width: 767px) {
  .fa.fa-folder-open:before {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 480px) {
  .fa.fa-folder-open:before {
    width: 24px;
    height: 24px;
  }
}

/** _buttons */
.btn:hover {
  background-color: var(--uhr-color-fourth);
  cursor: pointer;
}
.btn_default {
  min-width: 80px;
  border: 0;
  border-radius: 3px;
  padding: 7px 15px 6px;
  background-color: var(--uhr-color-main);
  font-size: 0.875rem;
  color: var(--uhr-color-white);
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
}
.btn_mini {
  min-width: 40px;
  background-color: var(--uhr-color-gray-01);
  border: 3px solid var(--uhr-color-third);
  padding: 20px 30px;
  height: 80px;
  border-radius: 40px;
  font-size: 0.762rem;
  line-height: 0.762rem;
  color: #13151d;
}
@media (min-width: 767px) {
  .btn_mini {
    border-width: 2px;
    padding: 5px 25px;
    height: 60px;
    border-radius: 60px;
  }
}
@media (max-width: 767px) {
  .btn_mini {
    border-width: 1.5px;
    padding: 10px 15px;
    height: 40px;
    border-radius: 20px;
  }
}
@media (max-width: 480px) {
  .btn_mini {
    border-width: 1px;
    padding: 6.6666666667px 10px;
    height: 26.6666666667px;
    border-radius: 13.3333333333px;
    line-height: 0.2177142857rem;
  }
}
.btn_small {
  min-width: 60px;
  height: 90px;
  font-size: 0.857rem;
  border-radius: 45px;
  border: 3px solid var(--uhr-color-third);
  padding: 20px;
}
@media (min-width: 767px) {
  .btn_small {
    padding: 10px;
    border-width: 2px;
  }
}
@media (max-width: 767px) {
  .btn_small {
    height: 45px;
    border-radius: 22.5px;
    padding: 10px;
    border-width: 1.5px;
  }
}
@media (max-width: 480px) {
  .btn_small {
    height: 30px;
    border-radius: 15px;
    padding: 6.6666666667px;
    border-width: 1px;
  }
}
.btn_middle {
  min-width: 100px;
  height: 140px;
  font-size: 1rem;
  border-radius: 70px;
  border: 3px solid var(--uhr-color-third);
  padding: 20px;
}
@media (min-width: 767px) {
  .btn_middle {
    height: 70px;
    border-radius: 35px;
    padding: 10px;
    border-width: 2px;
  }
}
@media (max-width: 767px) {
  .btn_middle {
    height: 70px;
    border-radius: 35px;
    padding: 10px;
    border-width: 1.5px;
  }
}
@media (max-width: 480px) {
  .btn_middle {
    height: 46.6666666667px;
    border-radius: 23.3333333333px;
    padding: 6.6666666667px;
    border-width: 1px;
  }
}
.btn_large {
  min-width: 150px;
  padding: 40px 20px;
  font-size: 1.143rem;
  border-radius: 70px;
  margin: 50px 0;
}
@media (min-width: 767px) {
  .btn_large {
    min-width: 75px;
    padding: 20px 10px;
    border-radius: 35px;
    margin: 25px 0;
  }
}
@media (max-width: 767px) {
  .btn_large {
    min-width: 75px;
    padding: 20px 10px;
    border-radius: 35px;
    margin: 25px 0;
  }
}
@media (max-width: 480px) {
  .btn_large {
    min-width: 50px;
    padding: 13.3333333333px 6.6666666667px;
    border-radius: 23.3333333333px;
    margin: 16.6666666667px 0;
  }
}
.btn_delete, .btn_del {
  background-color: var(--uhr-color-gray-11);
}
.btn_close {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 10px;
  right: 0;
}
@media (max-width: 767px) {
  .btn_close {
    width: 30px;
    height: 30px;
  }
}
.btn_close:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/icon_close_active.svg") no-repeat center center;
  background-size: cover;
}
.btn_dark {
  background-color: var(--uhr-color-gray-10);
}
.btn_gray {
  background-color: var(--uhr-color-gray-02) !important;
}
.btn_search_icon {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.btn_search_icon::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  -webkit-mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" %3E%3Cpath d="M15.71 15H16.5L20.7451 19.2551L19.2551 20.7451L15 16.5V15.71L14.73 15.43C13.59 16.41 12.11 17 10.5 17C6.91 17 4 14.09 4 10.5C4 6.91 6.91 4 10.5 4C14.09 4 17 6.91 17 10.5C17 12.11 16.41 13.59 15.43 14.73L15.71 15ZM6 10.5C6 12.99 8.01 15 10.5 15C12.99 15 15 12.99 15 10.5C15 8.01 12.99 6 10.5 6C8.01 6 6 8.01 6 10.5Z"/%3E%3C/svg%3E') no-repeat center/contain;
  -webkit-mask-composite: source-in;
  background-color: var(--uhr-color-white);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.btn_data {
  width: 30px;
  height: 30px;
}
.btn_data:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  -webkit-mask-composite: source-in;
  background-color: var(--uhr-color-gray-11);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.btn_data:hover:before {
  background-color: var(--uhr-color-main);
}
.btn_data_move:before {
  -webkit-mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" %3E%3Cpath d="M3.5 18.995H14.5C15.17 18.995 15.77 18.675 16.13 18.165L20.5 12.005L16.13 5.845C15.77 5.335 15.17 5.005 14.5 5.005H3.5L8.5 12.005L3.5 18.995V18.995Z"/%3E%3C/svg%3E') no-repeat center/contain;
}
.btn_data_delete:before {
  -webkit-mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" %3E%3Cpath d="M20.5 5.005L9.5 5.00499C8.83 5.00499 8.23 5.32499 7.87 5.83499L3.5 11.995L7.87 18.155C8.23 18.665 8.83 18.995 9.5 18.995L20.5 18.995L15.5 11.995L20.5 5.005V5.005Z"/%3E%3C/svg%3E') no-repeat center/contain;
}
.btn_add_media {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  padding-left: 50px;
  padding-right: 50px;
}
@media (min-width: 767px) {
  .btn_add_media {
    gap: 15px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 767px) {
  .btn_add_media {
    gap: 15px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 480px) {
  .btn_add_media {
    gap: 10px;
    padding-left: 16.6666666667px;
    padding-right: 16.6666666667px;
  }
}
.btn_add_media:before {
  content: "";
  display: block;
  width: 54px;
  height: 54px;
  background: url("../images/icon_add_media.svg") no-repeat center center;
  background-size: cover;
}
@media (min-width: 767px) {
  .btn_add_media:before {
    width: 27px;
    height: 27px;
  }
}
@media (max-width: 767px) {
  .btn_add_media:before {
    width: 27px;
    height: 27px;
  }
}
@media (max-width: 480px) {
  .btn_add_media:before {
    width: 18px;
    height: 18px;
  }
}
.btn_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn_icon:before {
  content: "";
  display: block;
  width: 52px;
  height: 52px;
}
@media (max-width: 767px) {
  .btn_icon:before {
    width: 26px;
    height: 26px;
  }
}
@media (max-width: 480px) {
  .btn_icon:before {
    width: 17.3333333333px;
    height: 17.3333333333px;
  }
}
.btn_icon_circle {
  width: 90px;
  height: 90px;
  border: 1px solid #e7e8ee;
  border-radius: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .btn_icon_circle {
    width: 45px;
    height: 45px;
    border-radius: 35px;
  }
}
@media (max-width: 480px) {
  .btn_icon_circle {
    width: 45px;
    height: 45px;
    border-radius: 35px;
  }
}
.btn_icon_circle:before {
  content: "";
  display: block;
  width: 46px;
  height: 46px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .btn_icon_circle:before {
    width: 23px;
    height: 23px;
  }
}
@media (max-width: 480px) {
  .btn_icon_circle:before {
    width: 23px;
    height: 23px;
  }
}
.btn_icon_modify:before {
  background: url("../images/icon_modify.svg") no-repeat center center;
  background-size: cover;
}
.btn_icon_delete:before {
  background: url("../images/icon_delete.svg") no-repeat center center;
  background-size: cover;
}
.btn_icon_delete.btn_comment_delete:before {
  background: url("../images/icon_close_active.svg") no-repeat center center;
  background-size: cover;
}
.btn_icon_close:before {
  width: 72px;
  height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url("../images/icon_close_active.svg") no-repeat center center;
  background-size: cover;
}
@media (min-width: 767px) {
  .btn_icon_close:before {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 767px) {
  .btn_icon_close:before {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 480px) {
  .btn_icon_close:before {
    width: 24px;
    height: 24px;
  }
}
.btn_icon_add:before {
  background: url("../images/icon_add.svg") no-repeat center center;
  background-size: cover;
}
.btn_icon_code:before {
  background: url("../images/icon_code.svg") no-repeat center center;
  background-size: cover;
}
.btn_icon_member_list:before, .btn_icon_band_join:before, .btn_icon_band_set:before {
  width: 72px;
  height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 767px) {
  .btn_icon_member_list:before, .btn_icon_band_join:before, .btn_icon_band_set:before {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 767px) {
  .btn_icon_member_list:before, .btn_icon_band_join:before, .btn_icon_band_set:before {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 480px) {
  .btn_icon_member_list:before, .btn_icon_band_join:before, .btn_icon_band_set:before {
    width: 24px;
    height: 24px;
  }
}
.btn_icon_member_list {
  background-color: #ffffff;
}
.btn_icon_member_list:before {
  background: url("../images/icon_member.svg") no-repeat center center;
  background-size: cover;
}
.btn_icon_band_join {
  background-color: #ffffff;
}
.btn_icon_band_join:before {
  background: url("../images/icon_join.svg") no-repeat center center;
  background-size: cover;
}
.btn_icon_band_set {
  background-color: #ffffff;
}
.btn_icon_band_set:before {
  background: url("../images/icon_set.svg") no-repeat center center;
  background-size: cover;
}
.btn_icon_band_post_write {
  background-color: #18b7d0;
  border: 0;
}
.btn_icon_band_post_write:before {
  background: url("../images/icon_write_white.svg") no-repeat center center;
  background-size: cover;
}
.btn_icon_report {
  background-color: #ffffff;
}
.btn_icon_report:before {
  background: url("../images/icon_warning.svg") no-repeat center center;
  background-size: cover;
}
.btn_icon_member {
  background-color: #ffffff;
}
.btn_icon_member:before {
  background: url("../images/icon_member.svg") no-repeat center center;
  background-size: cover;
}
.btn_icon_schedule {
  background-color: #ffffff;
}
.btn_icon_schedule:before {
  background: url("../images/icon_schedule.svg") no-repeat center center;
  background-size: cover;
}
.btn_icon_undo {
  background-color: #ffffff;
}
.btn_icon_undo:before {
  background: url("../images/icon_undo.svg") no-repeat center center;
  background-size: cover;
}
.btn_icon_arrow:before {
  background: url("../images/icon_arrow_right.svg") no-repeat center center;
  background-size: cover;
}

.post_list_wrap {
  list-style: none;
  margin: 0;
  padding: 0;
}
.post_list_wrap li {
  border-bottom: 3px solid #e7e8ee;
}
@media (min-width: 767px) {
  .post_list_wrap li {
    border-bottom-width: 2px;
  }
}
@media (max-width: 767px) {
  .post_list_wrap li {
    border-bottom-width: 1.5px;
  }
}
@media (max-width: 480px) {
  .post_list_wrap li {
    border-bottom-width: 1px;
  }
}
.post_list_wrap li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 767px) {
  .post_list_wrap li a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .post_list_wrap li a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .post_list_wrap li a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.post_photo_list_wrap {
  list-style: none;
  margin: 0;
  padding: 0;
}
.post_photo_list_wrap li {
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 3px solid #e7e8ee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (min-width: 767px) {
  .post_photo_list_wrap li {
    margin-top: 15px;
    padding-bottom: 15px;
    border-bottom-width: 2px;
  }
}
@media (max-width: 767px) {
  .post_photo_list_wrap li {
    margin-top: 15px;
    padding-bottom: 15px;
    border-bottom-width: 1px;
  }
}
@media (max-width: 480px) {
  .post_photo_list_wrap li {
    margin-top: 10px;
    padding-bottom: 10px;
  }
}
.post_photo_list_wrap li:last-child {
  border-bottom-width: 0;
}
.post_photo_list_wrap li a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.post_photo_list_wrap li span {
  display: block;
}
.post_photo_list_wrap li span.profile_img {
  width: 140px;
  margin-right: 30px;
}
@media (min-width: 767px) {
  .post_photo_list_wrap li span.profile_img {
    width: 70px;
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .post_photo_list_wrap li span.profile_img {
    width: 70px;
    margin-right: 15px;
  }
}
@media (max-width: 480px) {
  .post_photo_list_wrap li span.profile_img {
    width: 36px;
    margin-right: 5px;
  }
}
.post_photo_list_wrap li span.profile_img img {
  width: 100%;
}
.post_photo_list_wrap li span.profile_img .member_mypage_menu_wrap {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #f4f4f7;
  border-radius: 30px;
  position: absolute;
  z-index: 1;
  margin-top: -70px;
  margin-left: 85px;
}
@media (min-width: 767px) {
  .post_photo_list_wrap li span.profile_img .member_mypage_menu_wrap {
    border-radius: 15px;
  }
}
@media (max-width: 767px) {
  .post_photo_list_wrap li span.profile_img .member_mypage_menu_wrap {
    border-radius: 15px;
  }
}
@media (max-width: 480px) {
  .post_photo_list_wrap li span.profile_img .member_mypage_menu_wrap {
    border-radius: 10px;
    margin-top: -37px;
    margin-left: 40px;
  }
}
.post_photo_list_wrap li span.profile_img .member_mypage_menu_wrap::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 12px 15px 12px;
  border-color: transparent transparent #f4f4f7 transparent;
  position: absolute;
  left: -9px;
  top: 15px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media (min-width: 767px) {
  .post_photo_list_wrap li span.profile_img .member_mypage_menu_wrap::before {
    border-width: 0px 6px 7.5px 6px;
  }
}
@media (max-width: 767px) {
  .post_photo_list_wrap li span.profile_img .member_mypage_menu_wrap::before {
    border-width: 0px 6px 7.5px 6px;
  }
}
@media (max-width: 480px) {
  .post_photo_list_wrap li span.profile_img .member_mypage_menu_wrap::before {
    border-width: 0px 4px 5px 4px;
  }
}
.post_photo_list_wrap li span.profile_img .member_mypage_menu_wrap.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.post_photo_list_wrap li span.profile_img .member_mypage_menu_wrap a {
  text-decoration: none;
  padding: 30px;
  border-bottom: 3px solid #e7e8ee;
  font-size: 0.857rem;
}
@media (min-width: 767px) {
  .post_photo_list_wrap li span.profile_img .member_mypage_menu_wrap a {
    padding: 15px;
    border-bottom-width: 1.5px;
  }
}
@media (max-width: 767px) {
  .post_photo_list_wrap li span.profile_img .member_mypage_menu_wrap a {
    padding: 15px;
    border-bottom-width: 1.5px;
  }
}
@media (max-width: 480px) {
  .post_photo_list_wrap li span.profile_img .member_mypage_menu_wrap a {
    padding: 10px;
    border-bottom-width: 1px;
  }
}
.post_photo_list_wrap li span.profile_img .member_mypage_menu_wrap a:last-child {
  border-bottom: 0;
}
.post_photo_list_wrap li span.post_image {
  width: 240px;
}
@media (min-width: 767px) {
  .post_photo_list_wrap li span.post_image {
    width: 120px;
  }
}
@media (max-width: 767px) {
  .post_photo_list_wrap li span.post_image {
    width: 120px;
  }
}
@media (max-width: 480px) {
  .post_photo_list_wrap li span.post_image {
    width: 56px;
  }
}
.post_photo_list_wrap li span.post_image img {
  display: block;
  width: 100%;
}
.post_photo_list_wrap li span.post_tit {
  display: inline-block;
  width: 100%;
  white-space: nowrap; /*한줄 자르기*/
  overflow: hidden;
  text-overflow: ellipsis;
}
.post_photo_list_wrap li span.post_tit a {
  display: block;
  text-decoration: none;
}
.post_photo_list_wrap li span.post_author {
  font-size: 0.857rem;
}
.post_photo_list_wrap li span.post_author > span {
  font-size: inherit;
}
.post_photo_list_wrap li .post_content {
  width: calc(100% - 460px);
  margin-right: 50px;
}
@media (min-width: 767px) {
  .post_photo_list_wrap li .post_content {
    width: calc(100% - 230px);
    margin-right: 25px;
  }
}
@media (max-width: 767px) {
  .post_photo_list_wrap li .post_content {
    width: calc(100% - 230px);
    margin-right: 25px;
  }
}
@media (max-width: 480px) {
  .post_photo_list_wrap li .post_content {
    width: calc(100% - 107px);
    margin-right: 10px;
  }
}
.post_photo_list_wrap li .post_meta_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
@media (min-width: 767px) {
  .post_photo_list_wrap li .post_meta_group {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .post_photo_list_wrap li .post_meta_group {
    gap: 15px;
  }
}
@media (max-width: 480px) {
  .post_photo_list_wrap li .post_meta_group {
    gap: 10px;
  }
}
.post_photo_list_wrap li .post_meta_group .post_author {
  font-size: 0.857rem;
  font-weight: bold;
  white-space: nowrap; /*한줄 자르기*/
  overflow: hidden;
  text-overflow: ellipsis;
}
.post_photo_list_wrap li .post_meta_group .post_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 400px;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 767px) {
  .post_photo_list_wrap li .post_meta_group .post_meta {
    min-width: 200px;
  }
}
@media (max-width: 767px) {
  .post_photo_list_wrap li .post_meta_group .post_meta {
    min-width: 200px;
  }
}
@media (max-width: 480px) {
  .post_photo_list_wrap li .post_meta_group .post_meta {
    min-width: 115px;
  }
}
.post_photo_list_wrap li .post_meta_group .post_meta span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.857rem;
  margin-left: 30px;
  padding-left: 30px;
}
@media (min-width: 767px) {
  .post_photo_list_wrap li .post_meta_group .post_meta span {
    margin-left: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .post_photo_list_wrap li .post_meta_group .post_meta span {
    margin-left: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 480px) {
  .post_photo_list_wrap li .post_meta_group .post_meta span {
    margin-left: 10px;
    padding-left: 10px;
  }
}
.post_photo_list_wrap li .post_meta_group .post_meta span:before {
  content: "";
  display: block;
  width: 3px;
  height: 0.571rem;
  background-color: #b8b9bf;
  position: absolute;
  left: 0;
  top: calc(50% - 12px);
}
@media (max-width: 767px) {
  .post_photo_list_wrap li .post_meta_group .post_meta span:before {
    width: 1.5px;
    top: calc(50% - 6px);
  }
}
@media (max-width: 480px) {
  .post_photo_list_wrap li .post_meta_group .post_meta span:before {
    width: 1px;
    top: calc(50% - 4px);
  }
}
.post_photo_list_wrap li .post_meta_group .post_meta span:nth-child(1) {
  margin-left: 0;
  padding-left: 0;
}
.post_photo_list_wrap li .post_meta_group .post_meta span:nth-child(1):before {
  display: none;
}
.post_photo_list_wrap li .post_meta_group .post_meta span strong {
  font-size: 1em;
  color: #13151d;
  margin-left: 3px;
}
.post_photo_list_wrap.grid_gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
@media (min-width: 767px) {
  .post_photo_list_wrap.grid_gallery {
    grid-gap: 15px;
  }
}
@media (max-width: 767px) {
  .post_photo_list_wrap.grid_gallery {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
  }
}
@media (max-width: 480px) {
  .post_photo_list_wrap.grid_gallery {
    grid-gap: 10px;
  }
}
.post_photo_list_wrap.grid_gallery li {
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom-width: 0;
}
.post_photo_list_wrap.grid_gallery li:nth-of-type(3n + 1) {
  margin-left: 0;
}
.post_photo_list_wrap.grid_gallery li a {
  display: block;
  width: 100%;
}
.post_photo_list_wrap.grid_gallery li span {
  display: block;
  width: 100%;
}
.post_photo_list_wrap.grid_gallery li span.post_image {
  width: 100%;
  height: 100%;
  margin-bottom: 0.278rem;
  border-radius: 0.417rem;
  position: relative;
  overflow: hidden;
}
@media (min-width: 767px) {
  .post_photo_list_wrap.grid_gallery li span.post_image {
    margin-bottom: 0.139rem;
    border-radius: 0.2085rem;
  }
}
@media (max-width: 767px) {
  .post_photo_list_wrap.grid_gallery li span.post_image {
    width: auto;
    height: 11.203rem;
    margin-bottom: 10px;
    border-radius: 15px;
  }
}
@media (max-width: 480px) {
  .post_photo_list_wrap.grid_gallery li span.post_image {
    margin-bottom: 6.6666666667px;
    border-radius: 10px;
  }
}
.post_photo_list_wrap.grid_gallery li span.post_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* cover = 비율 유지하며 꽉 채움 (잘릴 수 있음) */
  -o-object-position: center center;
     object-position: center center; /* 기본 위치 (가운데 정렬) */
  display: block;
  -webkit-transition: object-position 0.3s ease;
  transition: object-position 0.3s ease;
  transition: object-position 0.3s ease, -o-object-position 0.3s ease; /* 포지션 변경 시 부드럽게 */
}
.post_photo_list_wrap.grid_gallery li span.post_tit {
  font-size: 0.952rem;
}
.post_photo_list_wrap.grid_gallery .in_banner_img {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  margin-left: 0;
}
.post_photo_list_wrap.grid_gallery .in_banner_img img {
  display: block;
  width: 100%;
}

.foot_btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .foot_btn_wrap {
    margin-top: 25px;
  }
}
@media (max-width: 480px) {
  .foot_btn_wrap {
    margin-top: 16.6666666667px;
  }
}
.foot_btn_wrap .btn_more {
  min-width: 550px;
}
@media (max-width: 767px) {
  .foot_btn_wrap .btn_more {
    min-width: 275px;
  }
}
@media (max-width: 480px) {
  .foot_btn_wrap .btn_more {
    min-width: 183.3333333333px;
  }
}

.board_view header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.board_view header h2.page_tit {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: calc(100% - 370px);
}
@media (min-width: 767px) {
  .board_view header h2.page_tit {
    max-width: calc(100% - 185px);
  }
}
@media (max-width: 767px) {
  .board_view header h2.page_tit {
    max-width: calc(100% - 185px);
  }
}
@media (max-width: 480px) {
  .board_view header h2.page_tit {
    max-width: calc(100% - 123.3333333333px);
  }
}
.board_view header h2.page_tit + .btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media (min-width: 767px) {
  .board_view header h2.page_tit + .btn_wrap {
    gap: 5px;
  }
}
@media (max-width: 767px) {
  .board_view header h2.page_tit + .btn_wrap {
    gap: 5px;
  }
}
@media (max-width: 480px) {
  .board_view header h2.page_tit + .btn_wrap {
    gap: 3.3333333333px;
  }
}
.board_view .section_view_wrap {
  padding-top: 0;
}
.board_view .section_view_wrap h4.board_tit {
  font-size: 1.2em;
  color: #000000;
  font-weight: bold;
}
.board_view .section_view_wrap .section_content img {
  width: 100%;
}
.board_view .post_comment_wrap .comment_write .editor_btn_wrap button {
  border: 3px solid #b8b9bf;
  background-color: #f7f7f7;
}
@media (min-width: 767px) {
  .board_view .post_comment_wrap .comment_write .editor_btn_wrap button {
    border-width: 2px;
  }
}
@media (max-width: 767px) {
  .board_view .post_comment_wrap .comment_write .editor_btn_wrap button {
    border-width: 1.5px;
  }
}
@media (max-width: 480px) {
  .board_view .post_comment_wrap .comment_write .editor_btn_wrap button {
    border-width: 1px;
  }
}
.board_view .post_comment_wrap .comment_write .editor_btn_wrap button.btn_comment_regist {
  background-color: #5a5e6c;
  border: 0;
  color: #ffffff;
  padding: 20px 50px;
}
@media (min-width: 767px) {
  .board_view .post_comment_wrap .comment_write .editor_btn_wrap button.btn_comment_regist {
    padding: 10px 25px;
  }
}
@media (max-width: 767px) {
  .board_view .post_comment_wrap .comment_write .editor_btn_wrap button.btn_comment_regist {
    padding: 10px 25px;
  }
}
@media (max-width: 480px) {
  .board_view .post_comment_wrap .comment_write .editor_btn_wrap button.btn_comment_regist {
    padding: 6.6666666667px 16.6666666667px;
  }
}
.board_view .post_comment_wrap .comment_write .editor_btn_wrap button.btn_comment_cancel {
  padding: 3px 50px;
}
@media (min-width: 767px) {
  .board_view .post_comment_wrap .comment_write .editor_btn_wrap button.btn_comment_cancel {
    padding: 10px 25px;
  }
}
@media (max-width: 767px) {
  .board_view .post_comment_wrap .comment_write .editor_btn_wrap button.btn_comment_cancel {
    padding: 10px 25px;
  }
}
@media (max-width: 480px) {
  .board_view .post_comment_wrap .comment_write .editor_btn_wrap button.btn_comment_cancel {
    padding: 6.6666666667px 16.6666666667px;
  }
}
.board_view .post_comment_wrap .post_comment_list_wrap {
  margin-top: 90px;
}
@media (min-width: 767px) {
  .board_view .post_comment_wrap .post_comment_list_wrap {
    margin-top: 45px;
  }
}
@media (max-width: 767px) {
  .board_view .post_comment_wrap .post_comment_list_wrap {
    margin-top: 45px;
  }
}
@media (max-width: 480px) {
  .board_view .post_comment_wrap .post_comment_list_wrap {
    margin-top: 30px;
  }
}
.board_view .post_comment_wrap .post_comment_list_wrap ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.board_view .post_comment_wrap .post_comment_list_wrap ul.post_comment_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  margin-top: 50px;
  border-bottom: 3px solid #e7e8ee;
}
@media (min-width: 767px) {
  .board_view .post_comment_wrap .post_comment_list_wrap ul.post_comment_list li {
    gap: 15px;
    margin-top: 25px;
    border-bottom-width: 2px;
  }
}
@media (max-width: 767px) {
  .board_view .post_comment_wrap .post_comment_list_wrap ul.post_comment_list li {
    gap: 15px;
    margin-top: 25px;
    border-bottom-width: 1px;
  }
}
@media (max-width: 480px) {
  .board_view .post_comment_wrap .post_comment_list_wrap ul.post_comment_list li {
    gap: 10px;
    margin-top: 16.6666666667px;
  }
}
.board_view .post_comment_wrap .post_comment_list_wrap ul.post_comment_list li:nth-child(1) {
  margin-top: 0;
}
.board_view .post_comment_wrap .post_comment_list_wrap ul.post_comment_list li .profile_img {
  width: 140px;
  height: 140px;
}
@media (min-width: 767px) {
  .board_view .post_comment_wrap .post_comment_list_wrap ul.post_comment_list li .profile_img {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 767px) {
  .board_view .post_comment_wrap .post_comment_list_wrap ul.post_comment_list li .profile_img {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 480px) {
  .board_view .post_comment_wrap .post_comment_list_wrap ul.post_comment_list li .profile_img {
    width: 36px;
    height: 36px;
  }
}
.board_view .post_comment_wrap .post_comment_list_wrap ul.post_comment_list li .profile_img img {
  display: block;
  width: 100%;
}
.board_view .post_comment_wrap .post_comment_list_wrap ul.post_comment_list li .comment_content {
  width: calc(100% - 170px);
}
@media (min-width: 767px) {
  .board_view .post_comment_wrap .post_comment_list_wrap ul.post_comment_list li .comment_content {
    width: calc(100% - 85px);
  }
}
@media (max-width: 767px) {
  .board_view .post_comment_wrap .post_comment_list_wrap ul.post_comment_list li .comment_content {
    width: calc(100% - 85px);
  }
}
@media (max-width: 480px) {
  .board_view .post_comment_wrap .post_comment_list_wrap ul.post_comment_list li .comment_content {
    width: calc(100% - 56.6666666667px);
  }
}
.board_view .post_comment_wrap .post_comment_list_wrap ul.post_comment_list li .comment_content .comment_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
}
@media (min-width: 767px) {
  .board_view .post_comment_wrap .post_comment_list_wrap ul.post_comment_list li .comment_content .comment_text {
    gap: 25px;
  }
}
@media (max-width: 767px) {
  .board_view .post_comment_wrap .post_comment_list_wrap ul.post_comment_list li .comment_content .comment_text {
    gap: 25px;
  }
}
@media (max-width: 480px) {
  .board_view .post_comment_wrap .post_comment_list_wrap ul.post_comment_list li .comment_content .comment_text {
    gap: 16.6666666667px;
  }
}
.board_view .post_comment_wrap .post_comment_list_wrap ul.post_comment_list li .comment_content .comment_text span {
  display: block;
  width: calc(100% - 206px);
}
@media (min-width: 767px) {
  .board_view .post_comment_wrap .post_comment_list_wrap ul.post_comment_list li .comment_content .comment_text span {
    width: calc(100% - 103px);
  }
}
@media (max-width: 767px) {
  .board_view .post_comment_wrap .post_comment_list_wrap ul.post_comment_list li .comment_content .comment_text span {
    width: calc(100% - 103px);
  }
}
@media (max-width: 480px) {
  .board_view .post_comment_wrap .post_comment_list_wrap ul.post_comment_list li .comment_content .comment_text span {
    width: calc(100% - 68.6666666667px);
  }
}
.board_view .post_comment_wrap .post_comment_list_wrap ul.post_comment_list li .comment_content .comment_text .comment_editor_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
@media (min-width: 767px) {
  .board_view .post_comment_wrap .post_comment_list_wrap ul.post_comment_list li .comment_content .comment_text .comment_editor_btn {
    gap: 5px;
  }
}
@media (max-width: 767px) {
  .board_view .post_comment_wrap .post_comment_list_wrap ul.post_comment_list li .comment_content .comment_text .comment_editor_btn {
    gap: 5px;
  }
}
@media (max-width: 480px) {
  .board_view .post_comment_wrap .post_comment_list_wrap ul.post_comment_list li .comment_content .comment_text .comment_editor_btn {
    gap: 3.3333333333px;
  }
}
.board_view .post_comment_wrap .post_comment_list_wrap ul.post_comment_list li .comment_content .comment_text .comment_editor_btn button {
  border: 3px solid #e7e8ee;
  font-size: 0;
  padding: 7px 18px;
  border-radius: 10px;
}
@media (min-width: 767px) {
  .board_view .post_comment_wrap .post_comment_list_wrap ul.post_comment_list li .comment_content .comment_text .comment_editor_btn button {
    border-width: 2px;
  }
}
@media (max-width: 767px) {
  .board_view .post_comment_wrap .post_comment_list_wrap ul.post_comment_list li .comment_content .comment_text .comment_editor_btn button {
    padding: 3.5px 9px;
    border-radius: 5px;
    border-width: 1.5px;
  }
}
@media (max-width: 480px) {
  .board_view .post_comment_wrap .post_comment_list_wrap ul.post_comment_list li .comment_content .comment_text .comment_editor_btn button {
    padding: 2.3333333333px 6px;
    border-radius: 3.3333333333px;
    border-width: 1px;
  }
}
.board_view .post_comment_wrap .post_comment_list_wrap ul.post_comment_list li .comment_content .comment_text .comment_editor_btn button:before {
  content: "";
  display: block;
  width: 37px;
  height: 37px;
}
@media (min-width: 767px) {
  .board_view .post_comment_wrap .post_comment_list_wrap ul.post_comment_list li .comment_content .comment_text .comment_editor_btn button:before {
    width: 18.5px;
    height: 18.5px;
  }
}
@media (max-width: 767px) {
  .board_view .post_comment_wrap .post_comment_list_wrap ul.post_comment_list li .comment_content .comment_text .comment_editor_btn button:before {
    width: 18.5px;
    height: 18.5px;
  }
}
@media (max-width: 480px) {
  .board_view .post_comment_wrap .post_comment_list_wrap ul.post_comment_list li .comment_content .comment_text .comment_editor_btn button:before {
    width: 12.3333333333px;
    height: 12.3333333333px;
  }
}
.board_view .post_comment_wrap .post_comment_list_wrap ul.post_comment_list li .comment_content .comment_text .comment_editor_btn button:before img {
  display: block;
  width: 100%;
}
.board_view .post_comment_wrap .post_comment_list_wrap ul.post_comment_list li .comment_content .comment_meta_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
@media (min-width: 767px) {
  .board_view .post_comment_wrap .post_comment_list_wrap ul.post_comment_list li .comment_content .comment_meta_group {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .board_view .post_comment_wrap .post_comment_list_wrap ul.post_comment_list li .comment_content .comment_meta_group {
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .board_view .post_comment_wrap .post_comment_list_wrap ul.post_comment_list li .comment_content .comment_meta_group {
    margin-bottom: 6.6666666667px;
  }
}
.board_view .post_comment_wrap .post_comment_list_wrap ul.post_comment_list li .comment_content .comment_meta_group span.comment_author {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #13151d;
}
.board_view .post_comment_wrap .post_comment_list_wrap ul.post_comment_list li .comment_content .comment_meta_group span.comment_author span {
  font-weight: bold;
}
.board_view .post_comment_wrap .post_comment_list_wrap ul.post_comment_list li .comment_content + span {
  width: 100%;
}
.board_view .post_comment_wrap .post_comment_list_wrap ul.post_comment_list li .comment_content + span .comment_write #comment_info .editor_btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.board_view.board_view_popup .contents_body {
  padding-bottom: 0;
  height: calc(100% - 130px);
}
.board_view.board_view_popup .contents_body > .btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 30px;
  padding: 0 70px;
}
@media (min-width: 767px) {
  .board_view.board_view_popup .contents_body > .btn_wrap {
    padding: 0 35px;
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .board_view.board_view_popup .contents_body > .btn_wrap {
    padding: 0 35px;
    gap: 10px;
  }
}
@media (max-width: 480px) {
  .board_view.board_view_popup .contents_body > .btn_wrap {
    padding: 0 23.3333333333px;
    gap: 5px;
  }
}
@media (max-width: 344px) {
  .board_view.board_view_popup .contents_body > .btn_wrap {
    padding: 0 10px;
    gap: 3px;
  }
}
.board_view.board_view_popup footer {
  display: none;
}

.section_view_wrap .section_content .post_view_btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  height: 80px;
  padding: 90px 70px;
  position: absolute;
  right: 65px;
  top: 0;
}
@media (min-width: 767px) {
  .section_view_wrap .section_content .post_view_btn_wrap {
    gap: 15px;
    padding: 45px 35px;
  }
}
@media (max-width: 767px) {
  .section_view_wrap .section_content .post_view_btn_wrap {
    gap: 15px;
    height: 40px;
    padding: 45px 35px;
    right: 0;
  }
}
@media (max-width: 480px) {
  .section_view_wrap .section_content .post_view_btn_wrap {
    gap: 10px;
    height: 45px;
    padding: 20px 23.3333333333px;
  }
}
.section_view_wrap .section_content .post_view_btn_wrap .btn_icon_modify,
.section_view_wrap .section_content .post_view_btn_wrap .btn_icon_delete,
.section_view_wrap .section_content .post_view_btn_wrap .btn_icon_close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 190px;
  height: 190px;
}
@media (min-width: 767px) {
  .section_view_wrap .section_content .post_view_btn_wrap .btn_icon_modify,
  .section_view_wrap .section_content .post_view_btn_wrap .btn_icon_delete,
  .section_view_wrap .section_content .post_view_btn_wrap .btn_icon_close {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .section_view_wrap .section_content .post_view_btn_wrap .btn_icon_modify,
  .section_view_wrap .section_content .post_view_btn_wrap .btn_icon_delete,
  .section_view_wrap .section_content .post_view_btn_wrap .btn_icon_close {
    width: 60px;
    height: 60px;
  }
}
.section_view_wrap .section_content .post_view_btn_wrap .btn_icon_modify::before,
.section_view_wrap .section_content .post_view_btn_wrap .btn_icon_delete::before,
.section_view_wrap .section_content .post_view_btn_wrap .btn_icon_close::before {
  width: 72px;
  height: 72px;
  margin-top: 0.133rem;
  margin-bottom: 0.317rem;
}
@media (min-width: 767px) {
  .section_view_wrap .section_content .post_view_btn_wrap .btn_icon_modify::before,
  .section_view_wrap .section_content .post_view_btn_wrap .btn_icon_delete::before,
  .section_view_wrap .section_content .post_view_btn_wrap .btn_icon_close::before {
    width: 46px;
    height: 46px;
  }
}
@media (max-width: 767px) {
  .section_view_wrap .section_content .post_view_btn_wrap .btn_icon_modify::before,
  .section_view_wrap .section_content .post_view_btn_wrap .btn_icon_delete::before,
  .section_view_wrap .section_content .post_view_btn_wrap .btn_icon_close::before {
    width: 22px;
    height: 22px;
    margin-bottom: 0.467rem;
  }
}
.section_view_wrap .section_content .post_view_btn_wrap .btn_icon_modify span.hide,
.section_view_wrap .section_content .post_view_btn_wrap .btn_icon_delete span.hide,
.section_view_wrap .section_content .post_view_btn_wrap .btn_icon_close span.hide {
  display: block;
  font-size: 0.556rem;
  opacity: 1;
  line-height: 0.278rem;
}
@media (max-width: 767px) {
  .section_view_wrap .section_content .post_view_btn_wrap .btn_icon_modify span.hide,
  .section_view_wrap .section_content .post_view_btn_wrap .btn_icon_delete span.hide,
  .section_view_wrap .section_content .post_view_btn_wrap .btn_icon_close span.hide {
    font-size: 0.625rem;
  }
}
.section_view_wrap .section_content .post_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  padding-bottom: 30px;
  margin-bottom: 70px;
  border-bottom: 3px solid #e7e8ee;
}
@media (min-width: 767px) {
  .section_view_wrap .section_content .post_header {
    gap: 15px;
    padding-bottom: 15px;
    margin-bottom: 35px;
    border-width: 1.5px;
  }
}
@media (max-width: 767px) {
  .section_view_wrap .section_content .post_header {
    gap: 15px;
    padding-bottom: 15px;
    margin-bottom: 35px;
    border-width: 1.5px;
  }
}
@media (max-width: 480px) {
  .section_view_wrap .section_content .post_header {
    gap: 10px;
    padding-bottom: 10px;
    margin-bottom: 23.3333333333px;
    border-width: 1px;
  }
}
.section_view_wrap .section_content .post_header .profile_img {
  width: 140px;
}
@media (min-width: 767px) {
  .section_view_wrap .section_content .post_header .profile_img {
    width: 70px;
  }
}
@media (max-width: 767px) {
  .section_view_wrap .section_content .post_header .profile_img {
    width: 70px;
  }
}
@media (max-width: 480px) {
  .section_view_wrap .section_content .post_header .profile_img {
    width: 36px;
  }
}
.section_view_wrap .section_content .post_header .profile_img img {
  width: 100%;
}
.section_view_wrap .section_content .post_header .post_meta_wrap {
  width: calc(100% - 170px);
}
@media (min-width: 767px) {
  .section_view_wrap .section_content .post_header .post_meta_wrap {
    width: calc(100% - 85px);
  }
}
@media (max-width: 767px) {
  .section_view_wrap .section_content .post_header .post_meta_wrap {
    width: calc(100% - 85px);
  }
}
@media (max-width: 480px) {
  .section_view_wrap .section_content .post_header .post_meta_wrap {
    width: calc(100% - 56.6666666667px);
  }
}
.section_view_wrap .section_content .post_header .post_meta_wrap .post_meta_group {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
@media (min-width: 767px) {
  .section_view_wrap .section_content .post_header .post_meta_wrap .post_meta_group {
    margin-top: 6px;
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .section_view_wrap .section_content .post_header .post_meta_wrap .post_meta_group {
    margin-top: 6px;
    gap: 15px;
  }
}
@media (max-width: 480px) {
  .section_view_wrap .section_content .post_header .post_meta_wrap .post_meta_group {
    margin-top: 4px;
    gap: 10px;
  }
}
.section_view_wrap .section_content .post_header .post_meta_wrap .post_meta_group .post_author {
  font-weight: bold;
}
.section_view_wrap .section_content .post_header .post_meta_wrap .post_meta_group .post_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section_view_wrap .section_content .post_header .post_meta_wrap .post_meta_group .post_meta span {
  position: relative;
  color: #5a5e6c;
}
.section_view_wrap .section_content .post_header .post_meta_wrap .post_meta_group .post_meta span.post_views {
  padding-left: 30px;
  margin-left: 30px;
}
@media (min-width: 767px) {
  .section_view_wrap .section_content .post_header .post_meta_wrap .post_meta_group .post_meta span.post_views {
    padding-left: 15px;
    margin-left: 15px;
  }
}
@media (max-width: 767px) {
  .section_view_wrap .section_content .post_header .post_meta_wrap .post_meta_group .post_meta span.post_views {
    padding-left: 15px;
    margin-left: 15px;
  }
}
@media (max-width: 480px) {
  .section_view_wrap .section_content .post_header .post_meta_wrap .post_meta_group .post_meta span.post_views {
    padding-left: 10px;
    margin-left: 10px;
  }
}
.section_view_wrap .section_content .post_header .post_meta_wrap .post_meta_group .post_meta span.post_views:before {
  content: "";
  display: block;
  width: 3px;
  height: 24px;
  background-color: #b8b9bf;
  position: absolute;
  left: 0;
  top: 13px;
}
@media (min-width: 767px) {
  .section_view_wrap .section_content .post_header .post_meta_wrap .post_meta_group .post_meta span.post_views:before {
    width: 1.5px;
    height: 12px;
    top: 6.5px;
  }
}
@media (max-width: 767px) {
  .section_view_wrap .section_content .post_header .post_meta_wrap .post_meta_group .post_meta span.post_views:before {
    width: 1.5px;
    height: 12px;
    top: 6.5px;
  }
}
@media (max-width: 480px) {
  .section_view_wrap .section_content .post_header .post_meta_wrap .post_meta_group .post_meta span.post_views:before {
    width: 1px;
    height: 8px;
    top: 4.3333333333px;
  }
}
.section_view_wrap .section_content .post_header .post_meta_wrap .post_meta_group .post_meta span.post_views strong {
  font-size: 1em;
  color: #13151d;
}
.section_view_wrap .section_content .post_header .post_meta_wrap .post_meta_group .post_meta span.post_report {
  margin-left: 70px;
}
@media (min-width: 767px) {
  .section_view_wrap .section_content .post_header .post_meta_wrap .post_meta_group .post_meta span.post_report {
    margin-left: 35px;
  }
}
@media (max-width: 767px) {
  .section_view_wrap .section_content .post_header .post_meta_wrap .post_meta_group .post_meta span.post_report {
    margin-left: 35px;
  }
}
@media (max-width: 480px) {
  .section_view_wrap .section_content .post_header .post_meta_wrap .post_meta_group .post_meta span.post_report {
    margin-left: 23.3333333333px;
  }
}
.section_view_wrap .section_content .post_header .post_meta_wrap .post_meta_group .post_meta span.post_report button.btn_post_report {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  height: 72px;
}
@media (min-width: 767px) {
  .section_view_wrap .section_content .post_header .post_meta_wrap .post_meta_group .post_meta span.post_report button.btn_post_report {
    height: 36px;
  }
}
@media (max-width: 767px) {
  .section_view_wrap .section_content .post_header .post_meta_wrap .post_meta_group .post_meta span.post_report button.btn_post_report {
    height: 36px;
  }
}
@media (max-width: 480px) {
  .section_view_wrap .section_content .post_header .post_meta_wrap .post_meta_group .post_meta span.post_report button.btn_post_report {
    height: 24px;
  }
}
.section_view_wrap .section_content .post_header .post_meta_wrap .post_meta_group .post_meta span.post_report button.btn_post_report::after {
  content: "신고/차단";
  display: inline-block;
  font-size: 0.625rem;
}
.section_view_wrap .section_content .post_header .post_meta_wrap .post_meta_group .post_meta span.post_report button img {
  display: block;
  opacity: 0.45;
  width: 72px;
  height: 72px;
}
@media (min-width: 767px) {
  .section_view_wrap .section_content .post_header .post_meta_wrap .post_meta_group .post_meta span.post_report button img {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 767px) {
  .section_view_wrap .section_content .post_header .post_meta_wrap .post_meta_group .post_meta span.post_report button img {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 480px) {
  .section_view_wrap .section_content .post_header .post_meta_wrap .post_meta_group .post_meta span.post_report button img {
    width: 24px;
    height: 24px;
  }
}
.section_view_wrap .section_content .post_header .post_meta_wrap .post_meta_group .post_meta span.post_report .btn_posrt_report_group {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #f4f4f7;
  margin-top: 15px;
  border-radius: 30px;
  border-start-end-radius: 0;
  position: absolute;
  z-index: 1;
}
@media (min-width: 767px) {
  .section_view_wrap .section_content .post_header .post_meta_wrap .post_meta_group .post_meta span.post_report .btn_posrt_report_group {
    margin-top: 7.5px;
    border-radius: 15px;
    border-start-end-radius: 0;
  }
}
@media (max-width: 767px) {
  .section_view_wrap .section_content .post_header .post_meta_wrap .post_meta_group .post_meta span.post_report .btn_posrt_report_group {
    margin-top: 7.5px;
    border-radius: 15px;
    border-start-end-radius: 0;
  }
}
@media (max-width: 480px) {
  .section_view_wrap .section_content .post_header .post_meta_wrap .post_meta_group .post_meta span.post_report .btn_posrt_report_group {
    margin-top: 5px;
    border-radius: 10px;
    border-start-end-radius: 0;
  }
}
.section_view_wrap .section_content .post_header .post_meta_wrap .post_meta_group .post_meta span.post_report .btn_posrt_report_group::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 12px 15px 12px;
  border-color: transparent transparent #f4f4f7 transparent;
  position: absolute;
  right: 0;
  top: -5px;
}
@media (min-width: 767px) {
  .section_view_wrap .section_content .post_header .post_meta_wrap .post_meta_group .post_meta span.post_report .btn_posrt_report_group::before {
    border-width: 0px 6px 7.5px 6px;
  }
}
@media (max-width: 767px) {
  .section_view_wrap .section_content .post_header .post_meta_wrap .post_meta_group .post_meta span.post_report .btn_posrt_report_group::before {
    border-width: 0px 6px 7.5px 6px;
  }
}
@media (max-width: 480px) {
  .section_view_wrap .section_content .post_header .post_meta_wrap .post_meta_group .post_meta span.post_report .btn_posrt_report_group::before {
    border-width: 0px 4px 5px 4px;
  }
}
.section_view_wrap .section_content .post_header .post_meta_wrap .post_meta_group .post_meta span.post_report .btn_posrt_report_group.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section_view_wrap .section_content .post_header .post_meta_wrap .post_meta_group .post_meta span.post_report .btn_posrt_report_group a {
  text-decoration: none;
  padding: 30px;
  border-bottom: 3px solid #e7e8ee;
  font-size: 0.625rem;
}
@media (min-width: 767px) {
  .section_view_wrap .section_content .post_header .post_meta_wrap .post_meta_group .post_meta span.post_report .btn_posrt_report_group a {
    padding: 15px;
    border-bottom-width: 1.5px;
  }
}
@media (max-width: 767px) {
  .section_view_wrap .section_content .post_header .post_meta_wrap .post_meta_group .post_meta span.post_report .btn_posrt_report_group a {
    padding: 15px;
    border-bottom-width: 1.5px;
  }
}
@media (max-width: 480px) {
  .section_view_wrap .section_content .post_header .post_meta_wrap .post_meta_group .post_meta span.post_report .btn_posrt_report_group a {
    padding: 10px;
    border-bottom-width: 1px;
  }
}
.section_view_wrap .section_content .post_header .post_meta_wrap .post_meta_group .post_meta span.post_report .btn_posrt_report_group a:last-child {
  border-bottom: 0;
}
.section_view_wrap .section_content .post_content .post_like_wrap {
  margin-top: 70px;
  padding-top: 50px;
  border-top: 3px solid #e7e8ee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media (min-width: 767px) {
  .section_view_wrap .section_content .post_content .post_like_wrap {
    margin-top: 35px;
    padding-top: 25px;
    border-width: 1.5px;
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .section_view_wrap .section_content .post_content .post_like_wrap {
    margin-top: 35px;
    padding-top: 25px;
    border-width: 1.5px;
    gap: 15px;
  }
}
@media (max-width: 480px) {
  .section_view_wrap .section_content .post_content .post_like_wrap {
    margin-top: 23.3333333333px;
    padding-top: 16.6666666667px;
    border-width: 1px;
    gap: 10px;
  }
}
.section_view_wrap .section_content .post_content .post_like_wrap button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 30px;
  min-width: 40px;
  height: 90px;
}
@media (min-width: 767px) {
  .section_view_wrap .section_content .post_content .post_like_wrap button {
    padding: 5px 15px;
    height: 45px;
  }
}
@media (max-width: 767px) {
  .section_view_wrap .section_content .post_content .post_like_wrap button {
    padding: 5px 15px;
    height: 45px;
  }
}
@media (max-width: 480px) {
  .section_view_wrap .section_content .post_content .post_like_wrap button {
    padding: 3.3333333333px 10px;
    height: 30px;
  }
}
.section_view_wrap .section_content .post_content .post_like_wrap button:before {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  margin-right: 15px;
}
@media (min-width: 767px) {
  .section_view_wrap .section_content .post_content .post_like_wrap button:before {
    width: 24px;
    height: 24px;
    margin-right: 7.5px;
  }
}
@media (max-width: 767px) {
  .section_view_wrap .section_content .post_content .post_like_wrap button:before {
    width: 24px;
    height: 24px;
    margin-right: 7.5px;
  }
}
@media (max-width: 480px) {
  .section_view_wrap .section_content .post_content .post_like_wrap button:before {
    width: 16px;
    height: 16px;
    margin-right: 5px;
  }
}
.section_view_wrap .section_content .post_content .post_like_wrap button.btn_post_like:before {
  background: url("../images/icon_like.svg") no-repeat center center;
  background-size: cover;
}
.section_view_wrap .section_content .post_content .post_like_wrap button.btn_post_dont_like:before {
  background: url("../images/icon_dont_like.svg") no-repeat center center;
  background-size: cover;
}
.section_view_wrap .section_content .post_comment_wrap {
  margin-top: 90px;
}
@media (min-width: 767px) {
  .section_view_wrap .section_content .post_comment_wrap {
    margin-top: 45px;
  }
}
@media (max-width: 767px) {
  .section_view_wrap .section_content .post_comment_wrap {
    margin-top: 45px;
  }
}
@media (max-width: 480px) {
  .section_view_wrap .section_content .post_comment_wrap {
    margin-top: 30px;
  }
}
.section_view_wrap .section_content .post_comment_wrap h4 {
  font-weight: 500;
  margin-bottom: 30px;
}
@media (min-width: 767px) {
  .section_view_wrap .section_content .post_comment_wrap h4 {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .section_view_wrap .section_content .post_comment_wrap h4 {
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .section_view_wrap .section_content .post_comment_wrap h4 {
    margin-bottom: 10px;
  }
}
.section_view_wrap .section_content .post_comment_wrap h4 strong {
  font-weight: 700;
}
.section_view_wrap .section_content .post_comment_wrap .comment_write {
  margin-top: 30px;
}
@media (min-width: 767px) {
  .section_view_wrap .section_content .post_comment_wrap .comment_write {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .section_view_wrap .section_content .post_comment_wrap .comment_write {
    margin-top: 15px;
  }
}
@media (max-width: 480px) {
  .section_view_wrap .section_content .post_comment_wrap .comment_write {
    margin-top: 10px;
  }
}
.section_view_wrap .section_content .post_comment_wrap .comment_write textarea.comment_text_editor {
  width: calc(100% - 100px);
  height: 180px;
  padding: 50px;
}
@media (min-width: 767px) {
  .section_view_wrap .section_content .post_comment_wrap .comment_write textarea.comment_text_editor {
    width: calc(100% - 50px);
    height: 90px;
    padding: 25px;
  }
}
@media (max-width: 767px) {
  .section_view_wrap .section_content .post_comment_wrap .comment_write textarea.comment_text_editor {
    width: calc(100% - 50px);
    height: 90px;
    padding: 25px;
  }
}
@media (max-width: 480px) {
  .section_view_wrap .section_content .post_comment_wrap .comment_write textarea.comment_text_editor {
    width: calc(100% - 33.3333333333px);
    height: 60px;
    padding: 16.6666666667px;
  }
}
.section_view_wrap .section_content .post_comment_wrap .comment_write .editor_btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
@media (min-width: 767px) {
  .section_view_wrap .section_content .post_comment_wrap .comment_write .editor_btn_wrap {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .section_view_wrap .section_content .post_comment_wrap .comment_write .editor_btn_wrap {
    margin-top: 15px;
  }
}
@media (max-width: 480px) {
  .section_view_wrap .section_content .post_comment_wrap .comment_write .editor_btn_wrap {
    margin-top: 10px;
  }
}

.download_list_group {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .download_list_group {
    gap: 5px;
    margin-top: 20px;
  }
}
.download_list_group > li.download_item > a,
.download_list_group > li.download_item > span {
  text-decoration: none;
  border: 1px solid #ccc;
  display: inline-block;
  word-break: break-all;
  padding: 20px 30px;
  padding-left: 90px;
  border-radius: 10px;
  position: relative;
}
@media (max-width: 767px) {
  .download_list_group > li.download_item > a,
  .download_list_group > li.download_item > span {
    padding: 10px 15px;
    padding-left: 60px;
    border-radius: 5px;
  }
}
@media (max-width: 480px) {
  .download_list_group > li.download_item > a,
  .download_list_group > li.download_item > span {
    padding-left: 40px;
  }
}
.download_list_group > li.download_item > a::before,
.download_list_group > li.download_item > span::before {
  content: "";
  display: block;
  width: 54px;
  height: 54px;
  background: url("../images/icon_download.svg") no-repeat center center/cover;
  position: absolute;
  left: 20px;
  top: 10px;
}
@media (max-width: 767px) {
  .download_list_group > li.download_item > a::before,
  .download_list_group > li.download_item > span::before {
    width: 36px;
    height: 36px;
    top: 5px;
    left: 15px;
  }
}
@media (max-width: 480px) {
  .download_list_group > li.download_item > a::before,
  .download_list_group > li.download_item > span::before {
    width: 24px;
    height: 24px;
    left: 5px;
  }
}

.editor .section_editor_wrap {
  padding-top: 0;
}
@media (min-width: 767px) {
  .editor .section_editor_wrap {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .editor .section_editor_wrap {
    padding-top: 0;
  }
}
@media (max-width: 480px) {
  .editor .section_editor_wrap {
    padding-top: 0;
  }
}
.editor .section_editor_wrap .checkbox_unit {
  margin-bottom: 50px;
}
@media (min-width: 767px) {
  .editor .section_editor_wrap .checkbox_unit {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .editor .section_editor_wrap .checkbox_unit {
    margin-bottom: 25px;
  }
}
@media (max-width: 480px) {
  .editor .section_editor_wrap .checkbox_unit {
    margin-bottom: 16.6666666667px;
  }
}
.editor .section_editor_wrap .post_editor_content .input_unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 50px;
}
@media (min-width: 767px) {
  .editor .section_editor_wrap .post_editor_content .input_unit {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .editor .section_editor_wrap .post_editor_content .input_unit {
    margin-bottom: 25px;
  }
}
@media (max-width: 480px) {
  .editor .section_editor_wrap .post_editor_content .input_unit {
    margin-bottom: 16.6666666667px;
  }
}
.editor .section_editor_wrap .post_editor_content .input_unit label {
  margin-bottom: 30px;
}
@media (min-width: 767px) {
  .editor .section_editor_wrap .post_editor_content .input_unit label {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .editor .section_editor_wrap .post_editor_content .input_unit label {
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .editor .section_editor_wrap .post_editor_content .input_unit label {
    margin-bottom: 10px;
  }
}
.editor .section_editor_wrap .post_editor_content .input_unit label + textarea.post_in_text {
  height: 480px;
  padding: 40px;
  border-radius: 70px;
}
@media (min-width: 767px) {
  .editor .section_editor_wrap .post_editor_content .input_unit label + textarea.post_in_text {
    height: 240px;
    padding: 20px;
    border-radius: 35px;
  }
}
@media (max-width: 767px) {
  .editor .section_editor_wrap .post_editor_content .input_unit label + textarea.post_in_text {
    height: 240px;
    padding: 20px;
    border-radius: 35px;
  }
}
@media (max-width: 480px) {
  .editor .section_editor_wrap .post_editor_content .input_unit label + textarea.post_in_text {
    height: 160px;
    padding: 13.3333333333px;
    border-radius: 23.3333333333px;
  }
}
.editor .section_editor_wrap .post_editor_content .btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media (min-width: 767px) {
  .editor .section_editor_wrap .post_editor_content .btn_wrap {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .editor .section_editor_wrap .post_editor_content .btn_wrap {
    gap: 15px;
  }
}
@media (max-width: 480px) {
  .editor .section_editor_wrap .post_editor_content .btn_wrap {
    gap: 10px;
  }
}
.editor .section_editor_wrap .post_editor_content .btn_wrap button#delete_btn {
  background-color: #97a4a6;
}
.editor .section_editor_wrap .add_media_list_wrap .bo_w_flie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 105px);
  padding: 30px 50px;
  border-radius: 15px;
  border: 3px solid #e7e8ee;
  margin-bottom: 30px;
}
@media (min-width: 767px) {
  .editor .section_editor_wrap .add_media_list_wrap .bo_w_flie {
    border-width: 2px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .editor .section_editor_wrap .add_media_list_wrap .bo_w_flie {
    width: calc(100% - 52.5px);
    padding: 15px 25px;
    border-radius: 7.5px;
    border-width: 1.5px;
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .editor .section_editor_wrap .add_media_list_wrap .bo_w_flie {
    width: calc(100% - 35px);
    padding: 10px 16.6666666667px;
    border-radius: 5px;
    border-width: 1px;
    margin-bottom: 10px;
  }
}
.editor .section_editor_wrap .add_media_list_wrap .bo_w_flie .file_wr {
  width: 100%;
  display: block;
}
.editor .section_editor_wrap .add_media_list_wrap .bo_w_flie .file_wr > input.frm_file {
  font-size: 0.85em;
  display: none;
}
.editor .section_editor_wrap .add_media_list_wrap .bo_w_flie .file_wr > input.frm_file + label {
  display: block;
  height: 72px;
  position: relative;
}
@media (min-width: 767px) {
  .editor .section_editor_wrap .add_media_list_wrap .bo_w_flie .file_wr > input.frm_file + label {
    height: 48px;
  }
}
@media (max-width: 767px) {
  .editor .section_editor_wrap .add_media_list_wrap .bo_w_flie .file_wr > input.frm_file + label {
    height: 36px;
  }
}
@media (max-width: 480px) {
  .editor .section_editor_wrap .add_media_list_wrap .bo_w_flie .file_wr > input.frm_file + label {
    height: 24px;
  }
}
.editor .section_editor_wrap .add_media_list_wrap .bo_w_flie .file_wr > input.frm_file + label + span.file_name {
  width: calc(100% - 24px);
  display: inline-block;
  white-space: nowrap; /*한줄 자르기*/
  overflow: hidden;
  text-overflow: ellipsis;
}
.editor .section_editor_wrap .add_media_list_wrap .bo_w_flie .file_wr .here_file_wr_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 3px solid #ededed;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-size: 0.85em;
}
@media (min-width: 767px) {
  .editor .section_editor_wrap .add_media_list_wrap .bo_w_flie .file_wr .here_file_wr_meta {
    border-bottom-width: 2px;
    padding-bottom: 7.5px;
    margin-bottom: 7.5px;
  }
}
@media (max-width: 767px) {
  .editor .section_editor_wrap .add_media_list_wrap .bo_w_flie .file_wr .here_file_wr_meta {
    border-bottom-width: 1px;
    padding-bottom: 7.5px;
    margin-bottom: 7.5px;
  }
}
@media (max-width: 480px) {
  .editor .section_editor_wrap .add_media_list_wrap .bo_w_flie .file_wr .here_file_wr_meta {
    border-bottom-width: 1px;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
}
.editor .section_editor_wrap .add_media_list_wrap .bo_w_flie .file_wr .here_file_wr_meta .file_del {
  width: 90px;
  font-size: 0.75em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.85em;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
.editor .section_editor_wrap .add_media_list_wrap .bo_w_flie .file_wr .here_file_wr_meta .file_del label {
  font-size: 0.85em;
  line-height: 1em;
  margin-bottom: 2px;
  font-size: 0.85em;
}
.editor .section_editor_wrap .add_media_list_wrap .bo_w_flie .file_wr .file_wr_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  font-size: 0.85em;
}
.editor .section_editor_wrap .add_media_list_wrap .bo_w_flie .file_wr .file_wr_meta label.lb_icon span {
  font-size: 0.85em;
}
.editor .section_editor_wrap .add_media_list_wrap ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 767px) {
  .editor .section_editor_wrap .add_media_list_wrap ul {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .editor .section_editor_wrap .add_media_list_wrap ul {
    gap: 15px;
  }
}
@media (max-width: 480px) {
  .editor .section_editor_wrap .add_media_list_wrap ul {
    gap: 10px;
  }
}
.editor .section_editor_wrap .add_media_list_wrap ul li {
  margin-top: 30px;
}
@media (min-width: 767px) {
  .editor .section_editor_wrap .add_media_list_wrap ul li {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .editor .section_editor_wrap .add_media_list_wrap ul li {
    margin-top: 15px;
  }
}
@media (max-width: 480px) {
  .editor .section_editor_wrap .add_media_list_wrap ul li {
    margin-top: 10px;
  }
}
.editor .section_editor_wrap .add_media_list_wrap ul li:nth-child(1) {
  margin-top: 0;
}
.editor .section_editor_wrap .add_media_list_wrap ul.add_media_list {
  margin-top: 50px;
}
@media (min-width: 767px) {
  .editor .section_editor_wrap .add_media_list_wrap ul.add_media_list {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .editor .section_editor_wrap .add_media_list_wrap ul.add_media_list {
    margin-top: 25px;
  }
}
@media (max-width: 480px) {
  .editor .section_editor_wrap .add_media_list_wrap ul.add_media_list {
    margin-top: 16.6666666667px;
  }
}
.editor .section_editor_wrap .add_media_list_wrap ul.add_media_list .media_item {
  position: relative;
}
.editor .section_editor_wrap .add_media_list_wrap ul.add_media_list .media_item span.media_name {
  display: block;
  width: calc(100% - 180px);
  padding: 30px 50px;
  padding-right: 130px;
  border-radius: 15px;
  border: 3px solid #e7e8ee;
}
@media (min-width: 767px) {
  .editor .section_editor_wrap .add_media_list_wrap ul.add_media_list .media_item span.media_name {
    border-width: 2px;
  }
}
@media (max-width: 767px) {
  .editor .section_editor_wrap .add_media_list_wrap ul.add_media_list .media_item span.media_name {
    width: calc(100% - 90px);
    padding: 15px 25px;
    padding-right: 65px;
    border-radius: 7.5px;
    border-width: 1.5px;
  }
}
@media (max-width: 480px) {
  .editor .section_editor_wrap .add_media_list_wrap ul.add_media_list .media_item span.media_name {
    width: calc(100% - 60px);
    padding: 10px 16.6666666667px;
    padding-right: 43.3333333333px;
    border-radius: 5px;
    border-width: 1px;
  }
}
.editor .section_editor_wrap .add_media_list_wrap ul.add_media_list .media_item button.btn_media_delete {
  width: 72px;
  height: 72px;
  position: absolute;
  right: 50px;
  top: 20px;
}
@media (min-width: 767px) {
  .editor .section_editor_wrap .add_media_list_wrap ul.add_media_list .media_item button.btn_media_delete {
    width: 36px;
    height: 36px;
    right: 25px;
    top: 10px;
  }
}
@media (max-width: 767px) {
  .editor .section_editor_wrap .add_media_list_wrap ul.add_media_list .media_item button.btn_media_delete {
    width: 36px;
    height: 36px;
    right: 25px;
    top: 10px;
  }
}
@media (max-width: 480px) {
  .editor .section_editor_wrap .add_media_list_wrap ul.add_media_list .media_item button.btn_media_delete {
    width: 24px;
    height: 24px;
    right: 16.6666666667px;
    top: 6.6666666667px;
  }
}
.editor .section_editor_wrap .add_media_list_wrap ul.add_media_list .media_item button.btn_media_delete img {
  display: block;
  width: 100%;
}
.editor .section_editor_wrap .file_attach_info {
  margin-top: 50px;
  padding: 40px;
  border-radius: 70px;
  border: 3px solid #e7e8ee;
}
@media (min-width: 767px) {
  .editor .section_editor_wrap .file_attach_info {
    border-width: 2px;
  }
}
@media (max-width: 767px) {
  .editor .section_editor_wrap .file_attach_info {
    margin-top: 25px;
    padding: 20px;
    border-radius: 20px;
    border-width: 1.5px;
  }
}
@media (max-width: 480px) {
  .editor .section_editor_wrap .file_attach_info {
    margin-top: 16.6666666667px;
    padding: 13.3333333333px;
    border-radius: 13.3333333333px;
    border-width: 1px;
  }
}
.editor .section_editor_wrap .btn_wrap .btn_confirm {
  width: 100%;
}

/** _layout */
/** Header **/
header {
  width: calc(100% - 140px);
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  padding: 90px 70px;
}
@media (min-width: 767px) {
  header {
    gap: 15px;
    padding: 45px 35px;
  }
}
@media (max-width: 767px) {
  header {
    width: calc(100% - 70px);
    height: 40px;
    gap: 15px;
    padding: 45px 35px;
  }
}
@media (max-width: 480px) {
  header {
    width: calc(100% - 46.6666666667px);
    height: 26.6666666667px;
    gap: 10px;
    padding: 30px 23.3333333333px;
  }
}
header h1.logo {
  width: 410px;
}
@media (min-width: 767px) {
  header h1.logo {
    width: 205px;
  }
}
@media (max-width: 767px) {
  header h1.logo {
    width: 205px;
  }
}
@media (max-width: 480px) {
  header h1.logo {
    width: 136.6666666667px;
  }
}
@media (max-width: 767px) {
  header h1.logo img.logo_image {
    width: 60%;
  }
}
header .btn_member_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media (min-width: 767px) {
  header .btn_member_wrap {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  header .btn_member_wrap {
    gap: 15px;
  }
}
@media (max-width: 480px) {
  header .btn_member_wrap {
    gap: 10px;
  }
}
header .btn_member_wrap .member_box .member_mypage_profile_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media (min-width: 767px) {
  header .btn_member_wrap .member_box .member_mypage_profile_wrap {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  header .btn_member_wrap .member_box .member_mypage_profile_wrap {
    gap: 15px;
  }
}
@media (max-width: 480px) {
  header .btn_member_wrap .member_box .member_mypage_profile_wrap {
    gap: 10px;
  }
}
header .btn_member_wrap .member_box .member_mypage_profile_wrap .profile_name {
  color: #222222;
}
header .btn_member_wrap .member_box .member_mypage_profile_wrap .profile_img {
  width: 160px;
  height: 160px;
  border: 3px solid #e7e8ee;
  border-radius: 160px;
}
@media (min-width: 767px) {
  header .btn_member_wrap .member_box .member_mypage_profile_wrap .profile_img {
    width: 80px;
    height: 80px;
    border-width: 2px;
    border-radius: 80px;
  }
}
@media (max-width: 767px) {
  header .btn_member_wrap .member_box .member_mypage_profile_wrap .profile_img {
    width: 80px;
    height: 80px;
    border-width: 2px;
    border-radius: 80px;
  }
}
@media (max-width: 480px) {
  header .btn_member_wrap .member_box .member_mypage_profile_wrap .profile_img {
    width: 30px;
    height: 30px;
    border-width: 1px;
    border-radius: 30px;
  }
}
header .btn_member_wrap .member_box .member_mypage_profile_wrap .profile_img button {
  width: 100%;
}
header .btn_member_wrap .member_box .member_mypage_profile_wrap .profile_img button.btn_member_menu img {
  width: 100%;
}
header .btn_member_wrap .member_box .member_mypage_menu_wrap {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #f4f4f7;
  margin-top: 15px;
  border-radius: 30px;
  border-start-end-radius: 0;
  position: absolute;
  z-index: 1;
}
@media (min-width: 767px) {
  header .btn_member_wrap .member_box .member_mypage_menu_wrap {
    margin-top: 7.5px;
    border-radius: 15px;
    border-start-end-radius: 0;
  }
}
@media (max-width: 767px) {
  header .btn_member_wrap .member_box .member_mypage_menu_wrap {
    margin-top: 7.5px;
    border-radius: 15px;
    border-start-end-radius: 0;
  }
}
@media (max-width: 480px) {
  header .btn_member_wrap .member_box .member_mypage_menu_wrap {
    margin-top: 5px;
    border-radius: 10px;
    border-start-end-radius: 0;
  }
}
header .btn_member_wrap .member_box .member_mypage_menu_wrap::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 12px 15px 12px;
  border-color: transparent transparent #f4f4f7 transparent;
  position: absolute;
  right: 0;
  top: -5px;
}
@media (min-width: 767px) {
  header .btn_member_wrap .member_box .member_mypage_menu_wrap::before {
    border-width: 0px 6px 7.5px 6px;
  }
}
@media (max-width: 767px) {
  header .btn_member_wrap .member_box .member_mypage_menu_wrap::before {
    border-width: 0px 6px 7.5px 6px;
  }
}
@media (max-width: 480px) {
  header .btn_member_wrap .member_box .member_mypage_menu_wrap::before {
    border-width: 0px 4px 5px 4px;
  }
}
header .btn_member_wrap .member_box .member_mypage_menu_wrap.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .btn_member_wrap .member_box .member_mypage_menu_wrap a {
  text-decoration: none;
  padding: 30px;
  border-bottom: 3px solid #e7e8ee;
}
@media (min-width: 767px) {
  header .btn_member_wrap .member_box .member_mypage_menu_wrap a {
    padding: 15px;
    border-bottom-width: 1.5px;
  }
}
@media (max-width: 767px) {
  header .btn_member_wrap .member_box .member_mypage_menu_wrap a {
    padding: 15px;
    border-bottom-width: 1.5px;
  }
}
@media (max-width: 480px) {
  header .btn_member_wrap .member_box .member_mypage_menu_wrap a {
    padding: 10px;
    border-bottom-width: 1px;
  }
}
header .btn_member_wrap .member_box .member_mypage_menu_wrap a:last-child {
  border-bottom: 0;
}
/** menu */
.menu_wrap {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.menu_wrap li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.menu_wrap li span {
  display: block;
}
.menu_wrap li span.icon_menu {
  width: 86px;
  height: 86px;
  margin: 0 auto;
  margin-bottom: 0.357rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media (min-width: 767px) {
  .menu_wrap li span.icon_menu {
    width: 43px;
    height: 43px;
  }
}
@media (max-width: 767px) {
  .menu_wrap li span.icon_menu {
    width: 43px;
    height: 43px;
  }
}
@media (max-width: 480px) {
  .menu_wrap li span.icon_menu {
    width: 28.6666666667px;
    height: 28.6666666667px;
  }
}
.menu_wrap li span.icon_menu.menu_01 {
  background-image: url("../../images/icon_home.svg");
}
.menu_wrap li span.icon_menu.menu_02 {
  background-image: url("../../images/icon_community.svg");
}
.menu_wrap li span.icon_menu.menu_03 {
  background-image: url("../../images/icon_woorikkiri.svg");
}
.menu_wrap li span.icon_menu.menu_04 {
  background-image: url("../../images/icon_schedule.svg");
}
.menu_wrap li span.icon_menu.menu_05 {
  background-image: url("../../images/icon_setting.svg");
}
.menu_wrap li span.menu_text {
  font-size: 0.81rem;
  color: #808892;
}
.menu_wrap li.active span.icon_menu.menu_01 {
  background-image: url("../../images/icon_home_hover.svg");
}
.menu_wrap li.active span.icon_menu.menu_02 {
  background-image: url("../../images/icon_community_hover.svg");
}
.menu_wrap li.active span.icon_menu.menu_03 {
  background-image: url("../../images/icon_woorikkiri_hover.svg");
}
.menu_wrap li.active span.icon_menu.menu_04 {
  background-image: url("../../images/icon_schedule_hover.svg");
}
.menu_wrap li.active span.icon_menu.menu_05 {
  background-image: url("../../images/icon_setting_hover.svg");
}
.menu_wrap li.active span.menu_text {
  color: #1b565f;
}

/** layoutCommon **/
html {
  height: 100%;
}
html body {
  height: 100%;
  margin: 0;
}

.wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* 💡 핵심: 시각적 크기에 맞게 실제 여백 보정 */
  height: 200%;
  overflow: hidden; /* 스크롤바 방지 */
}
@media (min-width: 767px) {
  .wrap {
    -webkit-transform: scale(0.5);
            transform: scale(0.5); /* 3배 축소 */
    -webkit-transform-origin: top center;
            transform-origin: top center; /* 축소 시 위치 어긋남 방지 */
  }
}
@media (max-width: 767px) {
  .wrap {
    -webkit-transform: scale(1);
            transform: scale(1);
    height: 100%;
  }
}
@media (max-width: 480px) {
  .wrap {
    -webkit-transform: scale(1);
            transform: scale(1);
    height: 100%;
  }
}

.container {
  width: 100%;
  max-width: 1284px;
  margin: 0 auto;
}

.contents_body {
  padding-bottom: 225px;
  height: calc(100% - 480px);
  overflow-y: auto;
}
@media (min-width: 767px) {
  .contents_body {
    padding-bottom: 112.5px;
    height: calc(100% - 280px);
  }
}
@media (max-width: 767px) {
  .contents_body {
    padding-bottom: 112.5px;
    height: calc(100% - 240px);
  }
}
@media (max-width: 480px) {
  .contents_body {
    padding-bottom: 85px;
    height: calc(100% - 160px);
  }
}

.cat_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 70px;
  height: 150px;
}
@media (min-width: 767px) {
  .cat_header {
    padding: 0 35px;
    height: 75px;
  }
}
@media (max-width: 767px) {
  .cat_header {
    padding: 0 35px;
    height: 75px;
  }
}
@media (max-width: 480px) {
  .cat_header {
    padding: 0 23.3333333333px;
    height: 50px;
  }
}
.cat_header .btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 30px;
}
@media (min-width: 767px) {
  .cat_header .btn_wrap {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .cat_header .btn_wrap {
    gap: 15px;
  }
}
@media (max-width: 480px) {
  .cat_header .btn_wrap {
    gap: 10px;
  }
}
.cat_header .btn_wrap button.btn_icon_circle.btn_icon_search:before {
  background: url("../images/icon_search.svg") no-repeat center center;
  background-size: cover;
}
.cat_header .btn_wrap button.btn_icon_circle.btn_icon_write {
  border: 0;
  background-color: #18b7d0;
  position: fixed;
  bottom: 240px;
  right: 70px;
  z-index: 1;
}
@media (min-width: 767px) {
  .cat_header .btn_wrap button.btn_icon_circle.btn_icon_write {
    bottom: 120px;
    right: 35px;
  }
}
@media (max-width: 767px) {
  .cat_header .btn_wrap button.btn_icon_circle.btn_icon_write {
    bottom: 120px;
    right: 35px;
  }
}
@media (max-width: 480px) {
  .cat_header .btn_wrap button.btn_icon_circle.btn_icon_write {
    bottom: 80px;
    right: 23.3333333333px;
  }
}
.cat_header .btn_wrap button.btn_icon_circle.btn_icon_write:before {
  background: url("../images/icon_write_white.svg") no-repeat center center;
  background-size: cover;
}

.search_header {
  padding: 0 70px;
}
@media (min-width: 767px) {
  .search_header {
    padding: 0 35px;
  }
}
@media (max-width: 767px) {
  .search_header {
    padding: 0 35px;
  }
}
@media (max-width: 480px) {
  .search_header {
    padding: 0 23.3333333333px;
  }
}
.search_header .tag_wrap {
  margin-top: 20px;
}
@media (min-width: 767px) {
  .search_header .tag_wrap {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .search_header .tag_wrap {
    margin-top: 10px;
  }
}
@media (max-width: 480px) {
  .search_header .tag_wrap {
    margin-top: 6.6666666667px;
  }
}
.search_header .tag_wrap ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow-x: auto;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media (min-width: 767px) {
  .search_header .tag_wrap ul {
    gap: 5px;
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .search_header .tag_wrap ul {
    gap: 5px;
    padding-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .search_header .tag_wrap ul {
    gap: 3.3333333333px;
    padding-bottom: 6.6666666667px;
  }
}
.search_header .tag_wrap ul li:hover {
  cursor: pointer;
}
.search_header .tag_wrap ul li input[type=checkbox] {
  display: none;
}
.search_header .tag_wrap ul li input:checked + label {
  border-color: #18b7d0;
  background-color: #18b7d0;
  color: #ffffff;
}
.search_header .tag_wrap ul li label {
  display: block;
  text-wrap: nowrap;
  text-decoration: none;
  border: 1px solid #e7e8ee;
  border-radius: 15px;
  padding: 12px 28px;
}
.search_header .tag_wrap ul li label:hover {
  cursor: pointer;
}
@media (min-width: 767px) {
  .search_header .tag_wrap ul li label {
    border-radius: 7.5px;
    padding: 6px 14px;
  }
}
@media (max-width: 767px) {
  .search_header .tag_wrap ul li label {
    border-radius: 7.5px;
    padding: 6px 14px;
  }
}
@media (max-width: 480px) {
  .search_header .tag_wrap ul li label {
    border-radius: 5px;
    padding: 4px 9.3333333333px;
  }
}

footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 1284px;
  height: 170px;
  border-top: 5px solid #03a9c3;
  padding: 25px 0;
  background-color: #fff;
}
@media (min-width: 767px) {
  footer {
    height: 85px;
    border-width: 2.5px;
    padding: 12.5px 0;
  }
}
@media (max-width: 767px) {
  footer {
    height: 85px;
    border-width: 2.5px;
    padding: 12.5px 0;
  }
}
@media (max-width: 480px) {
  footer {
    height: 56.6666666667px;
    border-width: 1.6666666667px;
    padding: 8.3333333333px 0;
  }
}

.section {
  padding: 70px;
}
@media (min-width: 767px) {
  .section {
    padding: 70px 35px;
  }
}
@media (max-width: 767px) {
  .section {
    padding: 35px;
  }
}
@media (max-width: 480px) {
  .section {
    padding: 23.3333333333px;
  }
}
@media (max-width: 344px) {
  .section {
    padding: 23.3333333333px 10px;
  }
}
.section .tit_btn_wrap .btn_mini {
  min-width: 240px;
}
@media (min-width: 767px) {
  .section .tit_btn_wrap .btn_mini {
    min-width: 120px;
  }
}
@media (max-width: 767px) {
  .section .tit_btn_wrap .btn_mini {
    min-width: 120px;
  }
}
@media (max-width: 480px) {
  .section .tit_btn_wrap .btn_mini {
    min-width: 80px;
  }
}

.notice .wrap .container .contents_body .section:nth-child(1) {
  padding-top: 0;
}

/** Modal */
.modal {
  display: none;
  background-color: rgba(0, 0, 0, 0.45);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: 999999;
}
.modal .modal-dialog-centered {
  height: calc(100% - 80px);
  margin: var(--uhr-space-40);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
@media (max-width: 767px) {
  .modal .modal-dialog-centered {
    margin: 20px;
  }
}
@media (max-width: 480px) {
  .modal .modal-dialog-centered {
    margin: 13.3333333333px;
  }
}
.modal .modal-dialog-centered .modal-content {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 70px 50px;
  background-color: #fff;
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .modal .modal-dialog-centered .modal-content {
    padding: 35px 25px;
    border-radius: 15px;
  }
}
@media (max-width: 480px) {
  .modal .modal-dialog-centered .modal-content {
    padding: 23.3333333333px 16.6666666667px;
    border-radius: 10px;
  }
}
.modal .modal-dialog-centered .modal-content .modal-header .modal-title {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ededed;
  margin-top: -15px;
}
.modal .modal-dialog-centered .modal-content .modal-header .modal-title i {
  display: none;
}
.modal .modal-dialog-centered .modal-content .modal-header .btn-close {
  position: absolute;
  right: 0px;
  top: 1px;
  width: 72px;
  height: 72px;
  margin-top: 70px;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .modal .modal-dialog-centered .modal-content .modal-header .btn-close {
    width: 36px;
    height: 36px;
    margin-top: 35px;
    margin-right: 7.5px;
  }
}
@media (max-width: 480px) {
  .modal .modal-dialog-centered .modal-content .modal-header .btn-close {
    width: 24px;
    height: 24px;
    margin-top: 23.3333333333px;
    margin-right: 5px;
  }
}
.modal .modal-dialog-centered .modal-content .modal-header .btn-close::before {
  content: "";
  display: block;
  background: url("../images/icon_close_active.svg") no-repeat center center;
  background-size: cover;
  width: 72px;
  height: 72px;
}
@media (max-width: 767px) {
  .modal .modal-dialog-centered .modal-content .modal-header .btn-close::before {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 480px) {
  .modal .modal-dialog-centered .modal-content .modal-header .btn-close::before {
    width: 24px;
    height: 24px;
  }
}

/** _pages */
/** _index */
/**
 * Main
 */
.main_top_visual_message_wrap {
  background: url("../../images/main_visiul_img.svg") no-repeat center right 70px;
  background-size: 330px;
}
@media (max-width: 767px) {
  .main_top_visual_message_wrap {
    background-size: 165px;
    background-position-x: right 35px;
  }
}
@media (max-width: 480px) {
  .main_top_visual_message_wrap {
    background-size: 110px;
    background-position-x: right 23.3333333333px;
  }
}

.main_top_visual_message_text .message_text {
  color: #13151d;
}
.main_top_visual_message_text .message_text_01 {
  font-size: 1.619rem;
  font-weight: 400;
}
.main_top_visual_message_text .message_text_02 {
  font-size: 1.619rem;
  font-weight: 800;
}
.main_section_contents h4.section_tit {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .main_section_contents h4.section_tit {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .main_section_contents h4.section_tit {
    margin-bottom: 13.3333333333px;
  }
}
.main_section_contents.main_section_contents_01 {
  border-bottom: 30px solid #e7e8ee;
}
@media (max-width: 767px) {
  .main_section_contents.main_section_contents_01 {
    border-bottom-width: 15px;
  }
}
@media (max-width: 480px) {
  .main_section_contents.main_section_contents_01 {
    border-bottom-width: 10px;
  }
}
.main_section_contents.main_section_contents_01 .deduction_calc_wrap {
  display: grid;
  grid-template-columns: 3fr 9fr;
  grid-template-rows: auto auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main_section_contents.main_section_contents_01 .deduction_calc_wrap > span {
  font-size: 0.952rem;
  font-weight: 300;
}
.main_section_contents.main_section_contents_01 .deduction_calc_wrap .amount_group {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media (max-width: 767px) {
  .main_section_contents.main_section_contents_01 .deduction_calc_wrap .amount_group {
    gap: 15px;
  }
}
@media (max-width: 480px) {
  .main_section_contents.main_section_contents_01 .deduction_calc_wrap .amount_group {
    gap: 10px;
  }
}
.main_section_contents.main_section_contents_01 .deduction_calc_wrap .amount_group > span {
  font-size: 1.714rem;
  font-weight: 600;
  color: #333a40;
}
.main_section_contents.main_section_contents_01 .deduction_calc_wrap .amount_group .input_unit {
  position: relative;
}
.main_section_contents.main_section_contents_01 .deduction_calc_wrap .amount_group .input_unit input[type=text] {
  border-radius: 0;
  border: 0;
  border-bottom: 3px solid #666666;
  font-size: 1.714rem;
  font-weight: 600;
  color: #333a40;
  text-align: right;
  width: calc(100% - 150px);
}
@media (max-width: 767px) {
  .main_section_contents.main_section_contents_01 .deduction_calc_wrap .amount_group .input_unit input[type=text] {
    border-bottom-width: 1.5px;
    width: calc(100% - 75px);
  }
}
@media (max-width: 480px) {
  .main_section_contents.main_section_contents_01 .deduction_calc_wrap .amount_group .input_unit input[type=text] {
    border-bottom-width: 1px;
    width: calc(100% - 50px);
  }
}
.main_section_contents.main_section_contents_01 .deduction_calc_wrap .amount_group .input_unit input[type=text]::-webkit-input-placeholder {
  font-size: 1rem;
}
.main_section_contents.main_section_contents_01 .deduction_calc_wrap .amount_group .input_unit input[type=text]::-moz-placeholder {
  font-size: 1rem;
}
.main_section_contents.main_section_contents_01 .deduction_calc_wrap .amount_group .input_unit input[type=text]:-ms-input-placeholder {
  font-size: 1rem;
}
.main_section_contents.main_section_contents_01 .deduction_calc_wrap .amount_group .input_unit input[type=text]::-ms-input-placeholder {
  font-size: 1rem;
}
.main_section_contents.main_section_contents_01 .deduction_calc_wrap .amount_group .input_unit input[type=text]::placeholder {
  font-size: 1rem;
}
.main_section_contents.main_section_contents_01 .deduction_calc_wrap .amount_group .input_unit a {
  text-decoration: none;
}
.main_section_contents.main_section_contents_01 .deduction_calc_wrap .amount_group .input_unit a.delete_fee {
  display: block;
  width: 72px;
  height: 72px;
  border-radius: 72px;
  line-height: 72px;
  border: 3px solid #cccccc;
  background-color: #f7f7f7;
  position: absolute;
  right: 0;
  top: 120px;
}
@media (min-width: 767px) {
  .main_section_contents.main_section_contents_01 .deduction_calc_wrap .amount_group .input_unit a.delete_fee {
    width: 36px;
    height: 36px;
    border-radius: 36px;
    line-height: 36px;
    border-width: 1.5px;
    top: 60px;
  }
}
@media (max-width: 767px) {
  .main_section_contents.main_section_contents_01 .deduction_calc_wrap .amount_group .input_unit a.delete_fee {
    width: 36px;
    height: 36px;
    border-radius: 36px;
    line-height: 36px;
    border-width: 1.5px;
    top: 60px;
  }
}
@media (max-width: 480px) {
  .main_section_contents.main_section_contents_01 .deduction_calc_wrap .amount_group .input_unit a.delete_fee {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    line-height: 20px;
    border-width: 1px;
    top: 16.6666666667px;
  }
}
.main_section_contents.main_section_contents_01 .deduction_calc_wrap .amount_group .input_unit a.delete_fee span.icon_delete {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0.675em;
  color: #666666;
  text-align: center;
}
.main_section_contents.main_section_contents_01 .deduction_calc_wrap .deduction_group {
  border-top: 1px solid #ededed;
  margin-top: 30px;
  padding-top: 30px;
  grid-column: 1/span 2; /* 두 번째 줄 전체 차지 (6fr 개념) */
}
@media (max-width: 767px) {
  .main_section_contents.main_section_contents_01 .deduction_calc_wrap .deduction_group {
    margin-top: 15px;
    padding-top: 15px;
  }
}
@media (max-width: 480px) {
  .main_section_contents.main_section_contents_01 .deduction_calc_wrap .deduction_group {
    margin-top: 10px;
    padding-top: 10px;
  }
}
.main_section_contents.main_section_contents_01 .deduction_calc_wrap .deduction_group .deduction_block {
  display: grid;
  grid-template-columns: 4fr 8fr;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .main_section_contents.main_section_contents_01 .deduction_calc_wrap .deduction_group .deduction_block {
    grid-template-columns: 3fr 9fr;
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .main_section_contents.main_section_contents_01 .deduction_calc_wrap .deduction_group .deduction_block {
    grid-template-columns: 3fr 9fr;
    margin-bottom: 10px;
  }
}
.main_section_contents.main_section_contents_01 .deduction_calc_wrap .deduction_group .deduction_block:nth-of-type(1) {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main_section_contents.main_section_contents_01 .deduction_calc_wrap .deduction_group .deduction_block.deduction_block_02 {
  display: block;
}
.main_section_contents.main_section_contents_01 .deduction_calc_wrap .deduction_group + .deduction_desc {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-column: 1/span 2;
}
.main_section_contents.main_section_contents_01 .deduction_calc_wrap .deduction_group .deduction_desc {
  font-size: 0.952rem;
  font-weight: 300;
  line-height: 1em;
}
.main_section_contents.main_section_contents_01 .deduction_calc_wrap .deduction_group .deduction_desc small {
  font-size: 0.75em;
}
.main_section_contents.main_section_contents_01 .deduction_calc_wrap .deduction_group .deduction_type {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 40px;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
@media (max-width: 767px) {
  .main_section_contents.main_section_contents_01 .deduction_calc_wrap .deduction_group .deduction_type {
    row-gap: 20px;
    -webkit-column-gap: 7.5px;
       -moz-column-gap: 7.5px;
            column-gap: 7.5px;
  }
}
@media (max-width: 480px) {
  .main_section_contents.main_section_contents_01 .deduction_calc_wrap .deduction_group .deduction_type {
    row-gap: 13.3333333333px;
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
  }
}
.main_section_contents.main_section_contents_01 .deduction_calc_wrap .deduction_group .deduction_type .input_group {
  grid-column: 1/span 2;
}
.main_section_contents.main_section_contents_01 .deduction_calc_wrap .deduction_group .deduction_type .input_group .input_unit {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .main_section_contents.main_section_contents_01 .deduction_calc_wrap .deduction_group .deduction_type .input_group .input_unit {
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .main_section_contents.main_section_contents_01 .deduction_calc_wrap .deduction_group .deduction_type .input_group .input_unit {
    margin-bottom: 10px;
  }
}
.main_section_contents.main_section_contents_01 .deduction_calc_wrap .deduction_group .deduction_type .input_group .input_unit label {
  width: 180px;
}
@media (max-width: 767px) {
  .main_section_contents.main_section_contents_01 .deduction_calc_wrap .deduction_group .deduction_type .input_group .input_unit label {
    width: 90px;
  }
}
@media (max-width: 480px) {
  .main_section_contents.main_section_contents_01 .deduction_calc_wrap .deduction_group .deduction_type .input_group .input_unit label {
    width: 60px;
  }
}
.main_section_contents.main_section_contents_01 .deduction_calc_wrap .deduction_group .deduction_type .input_group .input_unit label + .input_number_unit {
  width: calc(100% - 180px);
}
@media (max-width: 767px) {
  .main_section_contents.main_section_contents_01 .deduction_calc_wrap .deduction_group .deduction_type .input_group .input_unit label + .input_number_unit {
    width: calc(100% - 90px);
  }
}
@media (max-width: 480px) {
  .main_section_contents.main_section_contents_01 .deduction_calc_wrap .deduction_group .deduction_type .input_group .input_unit label + .input_number_unit {
    width: calc(100% - 60px);
  }
}
.main_section_contents.main_section_contents_01 .deduction_calc_wrap .deduction_group .deduction_type .input_group .input_unit label + .input_number_unit input[type=number] {
  width: 100%;
}
.main_section_contents.main_section_contents_01 .deduction_calc_wrap .deduction_group .deduction_block_02 .deduction_desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .main_section_contents.main_section_contents_01 .deduction_calc_wrap .deduction_group .deduction_block_02 .deduction_desc {
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .main_section_contents.main_section_contents_01 .deduction_calc_wrap .deduction_group .deduction_block_02 .deduction_desc {
    margin-bottom: 5px;
  }
}
.main_section_contents.main_section_contents_01 .deduction_calc_wrap .deduction_group .deduction_block_02 .deduction_type .input_group .input_unit {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 30px;
}
@media (max-width: 767px) {
  .main_section_contents.main_section_contents_01 .deduction_calc_wrap .deduction_group .deduction_block_02 .deduction_type .input_group .input_unit {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
  }
}
@media (max-width: 480px) {
  .main_section_contents.main_section_contents_01 .deduction_calc_wrap .deduction_group .deduction_block_02 .deduction_type .input_group .input_unit {
    gap: 10px;
  }
}
.main_section_contents.main_section_contents_01 .deduction_calc_wrap .deduction_group .deduction_block_02 .deduction_type .input_group .input_unit > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(50% - 15px);
  gap: 5px;
}
@media (max-width: 480px) {
  .main_section_contents.main_section_contents_01 .deduction_calc_wrap .deduction_group .deduction_block_02 .deduction_type .input_group .input_unit > div {
    width: calc(50% - 5px);
  }
}
.main_section_contents.main_section_contents_01 .deduction_calc_wrap .deduction_group .deduction_block_02 .deduction_type .input_group .input_unit > div label {
  width: 110px;
}
.main_section_contents.main_section_contents_01 .deduction_calc_wrap .deduction_group .deduction_block_02 .deduction_type .input_group .input_unit .input_number_unit_ .ni-field {
  width: 200px;
}
@media (max-width: 767px) {
  .main_section_contents.main_section_contents_01 .deduction_calc_wrap .deduction_group .deduction_block_02 .deduction_type .input_group .input_unit .input_number_unit_ .ni-field {
    width: 96px;
  }
}
@media (max-width: 480px) {
  .main_section_contents.main_section_contents_01 .deduction_calc_wrap .deduction_group .deduction_block_02 .deduction_type .input_group .input_unit .input_number_unit_ .ni-field {
    width: 20px;
  }
}
@media (max-width: 344px) {
  .main_section_contents.main_section_contents_01 .deduction_calc_wrap .deduction_group .deduction_block_02 .deduction_type .input_group .input_unit .input_number_unit_ .ni-field {
    padding: 7px 30px;
  }
}
.main_section_contents.main_section_contents_01 .deduction_calc_wrap .deduction_group .pension_insurance_input {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .main_section_contents.main_section_contents_01 .deduction_calc_wrap .deduction_group .pension_insurance_input {
    grid-template-columns: 4fr 8fr;
  }
}
.main_section_contents.main_section_contents_01 .deduction_calc_wrap .deduction_group .pension_insurance_input .amount_group .input_unit input[type=text] {
  font-size: 1rem;
  padding: 20px 70px;
}
@media (max-width: 767px) {
  .main_section_contents.main_section_contents_01 .deduction_calc_wrap .deduction_group .pension_insurance_input .amount_group .input_unit input[type=text] {
    width: calc(100% - 75px);
    padding: 10px 35px;
  }
}
@media (max-width: 480px) {
  .main_section_contents.main_section_contents_01 .deduction_calc_wrap .deduction_group .pension_insurance_input .amount_group .input_unit input[type=text] {
    width: calc(100% - 50px);
    padding: 6.6666666667px 23.3333333333px;
  }
}
.main_section_contents.main_section_contents_01 .deduction_calc_wrap .deduction_group .pension_insurance_input .amount_group .input_unit a {
  text-decoration: none;
}
.main_section_contents.main_section_contents_01 .deduction_calc_wrap .deduction_group .pension_insurance_input .amount_group .input_unit a.delete_ins_amount {
  display: block;
  width: 72px;
  height: 72px;
  border-radius: 72px;
  line-height: 72px;
  border: 3px solid #cccccc;
  background-color: #f7f7f7;
  position: absolute;
  right: 0;
  top: 60px;
}
@media (min-width: 767px) {
  .main_section_contents.main_section_contents_01 .deduction_calc_wrap .deduction_group .pension_insurance_input .amount_group .input_unit a.delete_ins_amount {
    width: 36px;
    height: 36px;
    border-radius: 36px;
    line-height: 36px;
    border-width: 1.5px;
    top: 30px;
  }
}
@media (max-width: 767px) {
  .main_section_contents.main_section_contents_01 .deduction_calc_wrap .deduction_group .pension_insurance_input .amount_group .input_unit a.delete_ins_amount {
    width: 36px;
    height: 36px;
    border-radius: 36px;
    line-height: 36px;
    border-width: 1.5px;
    top: 30px;
  }
}
@media (max-width: 480px) {
  .main_section_contents.main_section_contents_01 .deduction_calc_wrap .deduction_group .pension_insurance_input .amount_group .input_unit a.delete_ins_amount {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    line-height: 20px;
    border-width: 1px;
    top: 6px;
  }
}
.main_section_contents.main_section_contents_01 .deduction_calc_wrap .deduction_group .pension_insurance_input .amount_group .input_unit a.delete_ins_amount span.icon_delete {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0.675em;
  color: #666666;
  text-align: center;
}
.main_section_contents.main_section_contents_01 .deduction_calc_wrap .deduction_group .pension_insurance_input .amount_group span {
  font-size: 1rem;
}
.main_section_contents.main_section_contents_01 .deduction_calc_wrap .deduction_group .pension_insurance_input .info_txt {
  grid-column: 1/span 2;
  margin-top: 30px;
  margin-top: 30px;
  text-align: center;
  font-size: 0.825rem;
  color: #ee7e64;
}
@media (max-width: 767px) {
  .main_section_contents.main_section_contents_01 .deduction_calc_wrap .deduction_group .pension_insurance_input .info_txt {
    margin-top: 15px;
  }
}
@media (max-width: 480px) {
  .main_section_contents.main_section_contents_01 .deduction_calc_wrap .deduction_group .pension_insurance_input .info_txt {
    margin-top: 10px;
  }
}
.main_section_contents.main_section_contents_01 .deduction_calc_wrap .deduction_group button.btn_calculation {
  width: 100%;
}
.main_section_contents.main_section_contents_01 .deduction_calc_wrap .deduction_group .deduction_result {
  grid-column: 1/span 2; /* 두 번째 줄 전체 차지 (6fr 개념) */
}
.main_section_contents.main_section_contents_01 .deduction_calc_wrap .deduction_group .deduction_result .btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.main_section_contents.main_section_contents_01 .deduction_calc_wrap .deduction_group .deduction_result .deduction_result_amount {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .main_section_contents.main_section_contents_01 .deduction_calc_wrap .deduction_group .deduction_result .deduction_result_amount {
    margin-top: 15px;
  }
}
@media (max-width: 480px) {
  .main_section_contents.main_section_contents_01 .deduction_calc_wrap .deduction_group .deduction_result .deduction_result_amount {
    margin-top: 10px;
  }
}
.main_section_contents.main_section_contents_01 .deduction_calc_wrap .deduction_group .deduction_result .deduction_result_amount .deduction_result_amount_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #ededed;
}
@media (max-width: 767px) {
  .main_section_contents.main_section_contents_01 .deduction_calc_wrap .deduction_group .deduction_result .deduction_result_amount .deduction_result_amount_list {
    padding: 10px 0;
  }
}
@media (max-width: 480px) {
  .main_section_contents.main_section_contents_01 .deduction_calc_wrap .deduction_group .deduction_result .deduction_result_amount .deduction_result_amount_list {
    padding: 6.6666666667px 0;
  }
}
.main_section_contents.main_section_contents_01 .deduction_calc_wrap .deduction_group .deduction_result .deduction_result_amount .deduction_result_amount_list span:nth-child(2) {
  font-weight: 700;
  color: #101116;
}
.main_section_contents.main_section_contents_02 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main_section_contents.main_section_contents_02 ul.my_ranking > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #e7e8ee;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .main_section_contents.main_section_contents_02 ul.my_ranking > * {
    padding-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .main_section_contents.main_section_contents_02 ul.my_ranking > * {
    padding-bottom: 10px;
  }
}
.main_section_contents.main_section_contents_02 ul.my_ranking dl > span {
  font-weight: 500;
  color: #101116;
}
.main_section_contents.main_section_contents_02 ul.my_ranking li {
  padding-top: 30px;
}
@media (max-width: 767px) {
  .main_section_contents.main_section_contents_02 ul.my_ranking li {
    padding-top: 15px;
  }
}
@media (max-width: 480px) {
  .main_section_contents.main_section_contents_02 ul.my_ranking li {
    padding-top: 10px;
  }
}
.main_section_contents.main_section_contents_02 ul.my_ranking .rank_result {
  font-weight: 500;
  color: #101116;
}
.main_section_contents.main_section_contents_03 {
  border-bottom: 30px solid #e7e8ee;
  padding-top: 0;
}
@media (max-width: 767px) {
  .main_section_contents.main_section_contents_03 {
    border-bottom-width: 15px;
  }
}
@media (max-width: 480px) {
  .main_section_contents.main_section_contents_03 {
    border-bottom-width: 10px;
  }
}
.main_section_contents.main_section_contents_03 .goto_direct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
@media (max-width: 767px) {
  .main_section_contents.main_section_contents_03 .goto_direct {
    gap: 15px;
  }
}
@media (max-width: 480px) {
  .main_section_contents.main_section_contents_03 .goto_direct {
    gap: 10px;
  }
}
.main_section_contents.main_section_contents_03 .goto_direct button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main_section_contents.main_section_contents_03 .goto_direct button.color_green {
  background-color: #21c531;
}
.main_section_contents.main_section_contents_03 .goto_direct button::before {
  content: "";
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-right: 10px;
}
@media (min-width: 767px) {
  .main_section_contents.main_section_contents_03 .goto_direct button::before {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  .main_section_contents.main_section_contents_03 .goto_direct button::before {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 480px) {
  .main_section_contents.main_section_contents_03 .goto_direct button::before {
    width: 30px;
    height: 30px;
  }
}
.main_section_contents.main_section_contents_03 .goto_direct button:nth-child(1)::before {
  background: url("../../images/icon_img_band.png") no-repeat center center/cover;
}
.main_section_contents.main_section_contents_03 .goto_direct button:nth-child(2)::before {
  background: url("../../images/icon_img_caddiemon.png") no-repeat center center/cover;
}
.main_section_contents.main_section_contents_05 {
  border-bottom: 30px solid #e7e8ee;
  padding-top: 0;
}
@media (max-width: 767px) {
  .main_section_contents.main_section_contents_05 {
    border-bottom-width: 15px;
  }
}
@media (max-width: 480px) {
  .main_section_contents.main_section_contents_05 {
    border-bottom-width: 10px;
  }
}
.main_section_contents.main_section_contents_05 .main_banner_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 767px) {
  .main_section_contents.main_section_contents_05 .main_banner_img {
    gap: 15px;
  }
}
@media (max-width: 480px) {
  .main_section_contents.main_section_contents_05 .main_banner_img {
    gap: 10px;
  }
}
.main_section_contents.main_section_contents_05 .main_banner_img > div {
  width: calc(50% - 15px);
}
@media (max-width: 767px) {
  .main_section_contents.main_section_contents_05 .main_banner_img > div {
    width: calc(50% - 7.5px);
  }
}
@media (max-width: 480px) {
  .main_section_contents.main_section_contents_05 .main_banner_img > div {
    width: calc(50% - 5px);
  }
}
.main_section_contents.main_section_contents_05 .main_banner_img > div img {
  width: 100%;
}
.main_section_contents.main_section_contents_05 .main_banner_img > div.full_width {
  width: 100%;
}
.main_section_contents.main_section_contents_06 {
  border-bottom: 30px solid #e7e8ee;
}
@media (max-width: 767px) {
  .main_section_contents.main_section_contents_06 {
    border-bottom-width: 15px;
  }
}
@media (max-width: 480px) {
  .main_section_contents.main_section_contents_06 {
    border-bottom-width: 10px;
  }
}
.main_section_contents.main_section_contents_08 {
  padding-left: 0;
  padding-right: 0;
}

/** _login */
.login .wrap .container header .page_tit {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.login .wrap .container section.top_visual_message_wrap {
  background: url("../../images/main_visiul_img.svg") no-repeat top center;
  background-size: 330px;
  padding: 0;
  padding-top: 210px;
}
@media (max-width: 767px) {
  .login .wrap .container section.top_visual_message_wrap {
    background-size: 165px;
    padding-top: 105px;
  }
}
@media (max-width: 480px) {
  .login .wrap .container section.top_visual_message_wrap {
    background-size: 110px;
    padding-top: 70px;
  }
}
.login .wrap .container section.top_visual_message_wrap .top_visual_message_text {
  text-align: center;
}
.login .wrap .container section.top_visual_message_wrap .top_visual_message_text .message_text {
  color: #13151d;
}
.login .wrap .container section.top_visual_message_wrap .top_visual_message_text .message_text_01 {
  font-size: 1.619rem;
  font-weight: 400;
}
.login .wrap .container section.top_visual_message_wrap .top_visual_message_text .message_text_02 {
  font-size: 1.619rem;
  font-weight: 800;
}
.login .wrap .container section.login_form_contents .login_form_wrap .greeting_message {
  font-size: 1.333rem;
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .login .wrap .container section.login_form_contents .login_form_wrap .greeting_message {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .login .wrap .container section.login_form_contents .login_form_wrap .greeting_message {
    margin-bottom: 26.6666666667px;
  }
}
.login .wrap .container section.login_form_contents .login_form_wrap .login_form label {
  display: block;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .login .wrap .container section.login_form_contents .login_form_wrap .login_form label {
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .login .wrap .container section.login_form_contents .login_form_wrap .login_form label {
    margin-bottom: 10px;
  }
}
.login .wrap .container section.login_form_contents .login_form_wrap .login_form label input[type=text], .login .wrap .container section.login_form_contents .login_form_wrap .login_form label input[type=password] {
  width: calc(100% - 140px);
}
@media (max-width: 767px) {
  .login .wrap .container section.login_form_contents .login_form_wrap .login_form label input[type=text], .login .wrap .container section.login_form_contents .login_form_wrap .login_form label input[type=password] {
    width: calc(100% - 70px);
  }
}
@media (max-width: 480px) {
  .login .wrap .container section.login_form_contents .login_form_wrap .login_form label input[type=text], .login .wrap .container section.login_form_contents .login_form_wrap .login_form label input[type=password] {
    width: calc(100% - 46.6666666667px);
  }
}
.login .wrap .container section.login_form_contents .login_form_wrap .login_form .btn_send_login {
  width: 100%;
}
.login .wrap .container section.login_form_contents .login_form_wrap .sns_login_form {
  border-top: 1px solid #e7e8ee;
  margin-top: 40px;
  padding-top: 90px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 767px) {
  .login .wrap .container section.login_form_contents .login_form_wrap .sns_login_form {
    margin-top: 20px;
    padding-top: 45px;
    gap: 15px;
  }
}
@media (max-width: 480px) {
  .login .wrap .container section.login_form_contents .login_form_wrap .sns_login_form {
    margin-top: 13.3333333333px;
    padding-top: 30px;
    gap: 10px;
  }
}
.login .wrap .container section.login_form_contents .login_form_wrap .sns_login_form button img {
  width: 100%;
}
.login .wrap .container section.login_form_contents .login_form_wrap .sns_login_form a {
  text-decoration: none;
  text-align: center;
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.login .wrap .container section.login_form_contents .login_form_wrap .sns_login_form a img {
  width: 100%;
}
.login .wrap .container section.login_form_contents .login_form_wrap .fine_id_pw_btn_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 90px;
}
@media (max-width: 767px) {
  .login .wrap .container section.login_form_contents .login_form_wrap .fine_id_pw_btn_group {
    margin-top: 45px;
  }
}
@media (max-width: 480px) {
  .login .wrap .container section.login_form_contents .login_form_wrap .fine_id_pw_btn_group {
    margin-top: 30px;
  }
}
.login .wrap .container section.login_form_contents .login_form_wrap .fine_id_pw_btn_group span {
  position: relative;
  display: block;
  margin-left: 50px;
  padding-left: 50px;
}
@media (max-width: 767px) {
  .login .wrap .container section.login_form_contents .login_form_wrap .fine_id_pw_btn_group span {
    margin-left: 25px;
    padding-left: 25px;
  }
}
@media (max-width: 480px) {
  .login .wrap .container section.login_form_contents .login_form_wrap .fine_id_pw_btn_group span {
    margin-left: 16.6666666667px;
    padding-left: 16.6666666667px;
  }
}
.login .wrap .container section.login_form_contents .login_form_wrap .fine_id_pw_btn_group span:before {
  content: "";
  display: block;
  width: 3px;
  height: 0.571rem;
  background-color: #b8b9bf;
  position: absolute;
  left: 0;
  top: calc(50% - 12px);
}
@media (max-width: 767px) {
  .login .wrap .container section.login_form_contents .login_form_wrap .fine_id_pw_btn_group span:before {
    width: 1.5px;
    top: calc(50% - 6px);
  }
}
@media (max-width: 480px) {
  .login .wrap .container section.login_form_contents .login_form_wrap .fine_id_pw_btn_group span:before {
    width: 1px;
    top: calc(50% - 4px);
  }
}
.login .wrap .container section.login_form_contents .login_form_wrap .fine_id_pw_btn_group span:nth-child(1) {
  margin-left: 0;
  padding-left: 0;
}
.login .wrap .container section.login_form_contents .login_form_wrap .fine_id_pw_btn_group span:nth-child(1):before {
  display: none;
}
.login .wrap .container section.login_form_contents .login_form_wrap .fine_id_pw_btn_group span a {
  text-decoration: none;
  color: #5a5e6c;
}
.login .wrap .container section.login_form_contents .login_form_wrap .send_message_email {
  text-align: center;
  margin-top: 400px;
}
@media (max-width: 767px) {
  .login .wrap .container section.login_form_contents .login_form_wrap .send_message_email {
    margin-top: 200px;
  }
}
@media (max-width: 480px) {
  .login .wrap .container section.login_form_contents .login_form_wrap .send_message_email {
    margin-top: 133.3333333333px;
  }
}
.login .wrap .container section.login_form_contents .login_form_wrap .send_message_email a {
  text-decoration: none;
  color: #5a5e6c;
}

.agreement .wrap .container header .page_tit {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.agreement .wrap .container section.agreement_contents {
  padding-top: 0;
}
.agreement .wrap .container section.agreement_contents .agreement_wrap .agreement_join,
.agreement .wrap .container section.agreement_contents .agreement_wrap .agreement_personal {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .agreement .wrap .container section.agreement_contents .agreement_wrap .agreement_join,
  .agreement .wrap .container section.agreement_contents .agreement_wrap .agreement_personal {
    margin-top: 35px;
  }
}
@media (max-width: 480px) {
  .agreement .wrap .container section.agreement_contents .agreement_wrap .agreement_join,
  .agreement .wrap .container section.agreement_contents .agreement_wrap .agreement_personal {
    margin-top: 23.3333333333px;
  }
}
.agreement .wrap .container section.agreement_contents .agreement_wrap .agreement_join label,
.agreement .wrap .container section.agreement_contents .agreement_wrap .agreement_personal label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .agreement .wrap .container section.agreement_contents .agreement_wrap .agreement_join label,
  .agreement .wrap .container section.agreement_contents .agreement_wrap .agreement_personal label {
    margin-bottom: 25px;
  }
}
@media (max-width: 480px) {
  .agreement .wrap .container section.agreement_contents .agreement_wrap .agreement_join label,
  .agreement .wrap .container section.agreement_contents .agreement_wrap .agreement_personal label {
    margin-bottom: 16.6666666667px;
  }
}
.agreement .wrap .container section.agreement_contents .agreement_wrap .agreement_join textarea,
.agreement .wrap .container section.agreement_contents .agreement_wrap .agreement_personal textarea {
  width: calc(100% - 40px);
  height: 720px;
}
@media (max-width: 767px) {
  .agreement .wrap .container section.agreement_contents .agreement_wrap .agreement_join textarea,
  .agreement .wrap .container section.agreement_contents .agreement_wrap .agreement_personal textarea {
    width: calc(100% - 20px);
    height: 360px;
  }
}
@media (max-width: 480px) {
  .agreement .wrap .container section.agreement_contents .agreement_wrap .agreement_join textarea,
  .agreement .wrap .container section.agreement_contents .agreement_wrap .agreement_personal textarea {
    width: calc(100% - 13.3333333333px);
    height: 240px;
  }
}
.agreement .wrap .container section.agreement_contents .agreement_wrap .btn_wrap button {
  width: 100%;
}
.agreement .wrap .container section.agreement_contents #social .sns-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (min-width: 767px) {
  .agreement .wrap .container section.agreement_contents #social .sns-wrap {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .agreement .wrap .container section.agreement_contents #social .sns-wrap {
    gap: 15px;
  }
}
@media (max-width: 480px) {
  .agreement .wrap .container section.agreement_contents #social .sns-wrap {
    gap: 10px;
  }
}
.agreement .wrap .container section.agreement_contents #social .sns-wrap a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.agreement .wrap .container section.agreement_contents #social .sns-wrap a.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-decoration: none;
  padding: 30px;
  border-radius: 30px;
  height: 40px;
}
@media (max-width: 767px) {
  .agreement .wrap .container section.agreement_contents #social .sns-wrap a.btn {
    padding: 15px;
    border-radius: 15px;
    height: 20px;
  }
}
@media (max-width: 480px) {
  .agreement .wrap .container section.agreement_contents #social .sns-wrap a.btn {
    padding: 10px;
    border-radius: 10px;
    height: 13.3333333333px;
  }
}
.agreement .wrap .container section.agreement_contents #social .sns-wrap a.btn:nth-child(2) {
  color: #362809;
}
.agreement .wrap .container section.agreement_contents #social .sns-wrap a.btn img {
  width: 30px;
  min-width: 60px;
}
@media (max-width: 767px) {
  .agreement .wrap .container section.agreement_contents #social .sns-wrap a.btn img {
    min-width: 30px;
  }
}
@media (max-width: 480px) {
  .agreement .wrap .container section.agreement_contents #social .sns-wrap a.btn img {
    min-width: 20px;
  }
}
.agreement .wrap .container section.agreement_contents #social .sns-wrap + hr + .d-grid a.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-decoration: none;
  padding: 30px;
  border-radius: 30px;
  height: 40px;
  background-color: var(--uhr-color-main);
}
@media (max-width: 767px) {
  .agreement .wrap .container section.agreement_contents #social .sns-wrap + hr + .d-grid a.btn {
    padding: 15px;
    border-radius: 15px;
    height: 20px;
  }
}
@media (max-width: 480px) {
  .agreement .wrap .container section.agreement_contents #social .sns-wrap + hr + .d-grid a.btn {
    padding: 10px;
    border-radius: 10px;
    height: 13.3333333333px;
  }
}

/** 회원가입 */
.join .wrap .container {
  /** SNS 회원가입 */
}
.join .wrap .container header .page_tit {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.join .wrap .container section.join_contents {
  padding-top: 0;
}
.join .wrap .container section.join_contents .join_wrap .input_unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .join .wrap .container section.join_contents .join_wrap .input_unit {
    margin-bottom: 25px;
  }
}
@media (max-width: 480px) {
  .join .wrap .container section.join_contents .join_wrap .input_unit {
    margin-bottom: 16.6666666667px;
  }
}
.join .wrap .container section.join_contents .join_wrap .input_unit label {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .join .wrap .container section.join_contents .join_wrap .input_unit label {
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .join .wrap .container section.join_contents .join_wrap .input_unit label {
    margin-bottom: 10px;
  }
}
.join .wrap .container section.join_contents .join_wrap .input_unit label .rq {
  font-size: 0.725em;
}
.join .wrap .container section.join_contents .join_wrap .input_unit .check_sex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .join .wrap .container section.join_contents .join_wrap .input_unit .check_sex {
    gap: 15px;
  }
}
@media (max-width: 480px) {
  .join .wrap .container section.join_contents .join_wrap .input_unit .check_sex {
    gap: 10px;
  }
}
.join .wrap .container section.join_contents .join_wrap .input_unit .check_sex .checkbox_unit {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.join .wrap .container section.join_contents .join_wrap .input_unit .check_sex .checkbox_unit input[type=radio] {
  display: none;
}
.join .wrap .container section.join_contents .join_wrap .input_unit .check_sex .checkbox_unit input[type=radio] + label {
  padding: 40px 70px;
  border-radius: 70px;
  border: 2px solid var(--uhr-color-gray-03);
  margin-bottom: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 767px) {
  .join .wrap .container section.join_contents .join_wrap .input_unit .check_sex .checkbox_unit input[type=radio] + label {
    border-width: 2px;
  }
}
@media (max-width: 767px) {
  .join .wrap .container section.join_contents .join_wrap .input_unit .check_sex .checkbox_unit input[type=radio] + label {
    padding: 20px 35px;
    border-radius: 35px;
    border-width: 1.5px;
  }
}
@media (max-width: 480px) {
  .join .wrap .container section.join_contents .join_wrap .input_unit .check_sex .checkbox_unit input[type=radio] + label {
    padding: 13.3333333333px 23.3333333333px;
    border-radius: 23.3333333333px;
    border-width: 1px;
  }
}
.join .wrap .container section.join_contents .join_wrap .input_unit .check_sex .checkbox_unit input[type=radio] + label::before {
  display: none;
}
.join .wrap .container section.join_contents .join_wrap .input_unit .check_sex .checkbox_unit input[type=radio]:checked + label {
  background-color: #18b7d0;
  color: #ffffff;
  border: 0;
}
.join .wrap .container section.join_contents .join_wrap .input_unit .serch_club_list {
  padding: 10px;
  border: 1px solid #e7e8ee;
  border-radius: 5px;
}
.join .wrap .container section.join_contents .join_wrap .input_unit .serch_club_list h4 {
  font-weight: 500;
  color: #222222;
  border-bottom: 1px solid #e7e8ee;
  padding-bottom: 5px;
}
.join .wrap .container section.join_contents .join_wrap .input_unit .serch_club_list ul {
  list-style: none;
  padding: 0;
}
.join .wrap .container section.join_contents .join_wrap .input_unit .serch_club_list ul.club_list_ul li {
  padding: 7px 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.join .wrap .container section.join_contents .join_wrap .input_unit .serch_club_list ul.club_list_ul li:last-child {
  border-bottom: none;
}
.join .wrap .container section.join_contents .join_wrap .input_unit .serch_club_list ul.club_list_ul li::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url("/theme/caddiemon_m/assets/images/icon_add.svg") no-repeat center center/cover;
}
@media (max-width: 767px) {
  .join .wrap .container section.join_contents .join_wrap .input_unit .serch_club_list ul.club_list_ul li::after {
    width: 15px;
    height: 15px;
  }
}
@media (max-width: 480px) {
  .join .wrap .container section.join_contents .join_wrap .input_unit .serch_club_list ul.club_list_ul li::after {
    width: 10px;
    height: 10px;
  }
}
.join .wrap .container section.join_contents .join_wrap .input_unit .club_status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.join .wrap .container section.join_contents .join_wrap .self_intro {
  height: 480px;
  padding: 40px;
  border-radius: 70px;
}
@media (max-width: 767px) {
  .join .wrap .container section.join_contents .join_wrap .self_intro {
    height: 240px;
    padding: 20px;
    border-radius: 35px;
  }
}
@media (max-width: 480px) {
  .join .wrap .container section.join_contents .join_wrap .self_intro {
    height: 160px;
    padding: 13.3333333333px;
    border-radius: 23.3333333333px;
  }
}
.join .wrap .container section.join_contents .join_wrap .agreement_check {
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .join .wrap .container section.join_contents .join_wrap .agreement_check {
    margin-bottom: 45px;
  }
}
@media (max-width: 480px) {
  .join .wrap .container section.join_contents .join_wrap .agreement_check {
    margin-bottom: 30px;
  }
}
.join .wrap .container section.join_contents .join_wrap .btn_wrap button.btn_join {
  width: 100%;
}
.join .wrap .container section.join_contents .join_wrap .sns_join_form {
  border-top: 1px solid #e7e8ee;
  margin-top: 40px;
  padding-top: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
@media (max-width: 767px) {
  .join .wrap .container section.join_contents .join_wrap .sns_join_form {
    margin-top: 20px;
    padding-top: 45px;
    gap: 15px;
  }
}
@media (max-width: 480px) {
  .join .wrap .container section.join_contents .join_wrap .sns_join_form {
    margin-top: 13.3333333333px;
    padding-top: 30px;
    gap: 10px;
  }
}
.join .wrap .container section.join_contents .join_wrap .sns_join_form button img {
  width: 100%;
}
.join .wrap .container section.join_contents .mb_confirm .card .card-header {
  font-size: 1rem;
  font-weight: 700;
  color: #13151d;
  margin-bottom: 30px;
}
@media (min-width: 767px) {
  .join .wrap .container section.join_contents .mb_confirm .card .card-header {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .join .wrap .container section.join_contents .mb_confirm .card .card-header {
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .join .wrap .container section.join_contents .mb_confirm .card .card-header {
    margin-bottom: 10px;
  }
}
.join .wrap .container section.join_contents .mb_confirm .card .card-body .input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.join .wrap .container section.join_contents .mb_confirm .card .card-body .input-group button.btn-primary {
  min-width: 150px;
  border: 0;
  border-radius: 70px;
  background-color: var(--uhr-color-main);
  font-size: 1.143rem;
  font-weight: 500;
  color: var(--uhr-color-white);
  text-align: center;
  white-space: nowrap;
  padding: 40px 20px;
}
@media (min-width: 767px) {
  .join .wrap .container section.join_contents .mb_confirm .card .card-body .input-group button.btn-primary {
    min-width: 75px;
    border-radius: 35px;
    padding: 20px 10px;
  }
}
@media (max-width: 767px) {
  .join .wrap .container section.join_contents .mb_confirm .card .card-body .input-group button.btn-primary {
    min-width: 75px;
    border-radius: 35px;
    padding: 20px 10px;
  }
}
@media (max-width: 480px) {
  .join .wrap .container section.join_contents .mb_confirm .card .card-body .input-group button.btn-primary {
    min-width: 50px;
    border-radius: 23.3333333333px;
    padding: 13.3333333333px 6.6666666667px;
  }
}
.join .wrap .container .register {
  padding-bottom: 225px;
  height: calc(100% - 480px);
  overflow-y: auto;
}
@media (min-width: 767px) {
  .join .wrap .container .register {
    padding-bottom: 112.5px;
    height: calc(100% - 280px);
  }
}
@media (max-width: 767px) {
  .join .wrap .container .register {
    padding-bottom: 112.5px;
    height: calc(100% - 240px);
  }
}
@media (max-width: 480px) {
  .join .wrap .container .register {
    padding-bottom: 85px;
    height: calc(100% - 160px);
  }
}
.join .wrap .container .register form {
  padding: 0 70px;
}
@media (min-width: 767px) {
  .join .wrap .container .register form {
    padding: 0 35px;
  }
}
@media (max-width: 767px) {
  .join .wrap .container .register form {
    padding: 0 35px;
  }
}
@media (max-width: 480px) {
  .join .wrap .container .register form {
    padding: 0 23.3333333333px;
  }
}
.join .wrap .container .register form[name=fregisterform] > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 60px;
}
@media (min-width: 767px) {
  .join .wrap .container .register form[name=fregisterform] > div {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .join .wrap .container .register form[name=fregisterform] > div {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .join .wrap .container .register form[name=fregisterform] > div {
    margin-bottom: 20px;
  }
}
.join .wrap .container .register form[name=fregisterform] > div > label {
  margin-bottom: 30px;
}
@media (min-width: 767px) {
  .join .wrap .container .register form[name=fregisterform] > div > label {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .join .wrap .container .register form[name=fregisterform] > div > label {
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .join .wrap .container .register form[name=fregisterform] > div > label {
    margin-bottom: 10px;
  }
}
.join .wrap .container .register form[name=fregisterform] > div .form-check {
  margin-bottom: 30px;
}
@media (min-width: 767px) {
  .join .wrap .container .register form[name=fregisterform] > div .form-check {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .join .wrap .container .register form[name=fregisterform] > div .form-check {
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .join .wrap .container .register form[name=fregisterform] > div .form-check {
    margin-bottom: 10px;
  }
}
.join .wrap .container .register form[name=fregisterform] > div textarea {
  width: calc(100% - 80px);
  height: 480px;
  padding: 40px;
  border-radius: 70px;
}
@media (max-width: 767px) {
  .join .wrap .container .register form[name=fregisterform] > div textarea {
    width: calc(100% - 40px);
    height: 240px;
    padding: 20px;
    border-radius: 35px;
  }
}
@media (max-width: 480px) {
  .join .wrap .container .register form[name=fregisterform] > div textarea {
    width: calc(100% - 26.6666666667px);
    height: 160px;
    padding: 13.3333333333px;
    border-radius: 23.3333333333px;
  }
}
.join .wrap .container .register form[name=fregisterform] input[type=submit] {
  border: 0;
  background-color: var(--uhr-color-main);
  color: var(--uhr-color-white);
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  width: 100%;
  min-width: 150px;
  padding: 40px 20px;
  font-size: 1.143rem;
  border-radius: 70px;
  margin: 50px 0;
}
@media (min-width: 767px) {
  .join .wrap .container .register form[name=fregisterform] input[type=submit] {
    min-width: 75px;
    padding: 20px 10px;
    border-radius: 35px;
    margin: 25px 0;
  }
}
@media (max-width: 767px) {
  .join .wrap .container .register form[name=fregisterform] input[type=submit] {
    min-width: 75px;
    padding: 20px 10px;
    border-radius: 35px;
    margin: 25px 0;
  }
}
@media (max-width: 480px) {
  .join .wrap .container .register form[name=fregisterform] input[type=submit] {
    min-width: 50px;
    padding: 13.3333333333px 6.6666666667px;
    border-radius: 23.3333333333px;
    margin: 16.6666666667px 0;
  }
}
.join .wrap .container .register form:nth-child(2) {
  margin-bottom: 70px;
}
@media (min-width: 767px) {
  .join .wrap .container .register form:nth-child(2) {
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .join .wrap .container .register form:nth-child(2) {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .join .wrap .container .register form:nth-child(2) {
    margin-bottom: 23.3333333333px;
  }
}
.join .wrap .container .register form:nth-child(2) button[data-bs-toggle=modal] {
  width: 100%;
  min-width: 150px;
  border: 0;
  border-radius: 70px;
  background-color: var(--uhr-color-second);
  font-size: 1.143rem;
  font-weight: 500;
  color: var(--uhr-color-white);
  text-align: center;
  white-space: nowrap;
  padding: 40px 20px;
}
@media (min-width: 767px) {
  .join .wrap .container .register form:nth-child(2) button[data-bs-toggle=modal] {
    min-width: 75px;
    border-radius: 35px;
    padding: 20px 10px;
  }
}
@media (max-width: 767px) {
  .join .wrap .container .register form:nth-child(2) button[data-bs-toggle=modal] {
    min-width: 75px;
    border-radius: 35px;
    padding: 20px 10px;
  }
}
@media (max-width: 480px) {
  .join .wrap .container .register form:nth-child(2) button[data-bs-toggle=modal] {
    min-width: 50px;
    border-radius: 23.3333333333px;
    padding: 13.3333333333px 6.6666666667px;
  }
}
.join .wrap .container .register form:nth-child(2) .modal .modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.join .wrap .container .register form:nth-child(2) .modal .modal-dialog-centered .modal-content {
  width: auto;
  height: auto;
  border-radius: 70px;
}
@media (min-width: 767px) {
  .join .wrap .container .register form:nth-child(2) .modal .modal-dialog-centered .modal-content {
    border-radius: 35px;
  }
}
@media (max-width: 767px) {
  .join .wrap .container .register form:nth-child(2) .modal .modal-dialog-centered .modal-content {
    border-radius: 35px;
  }
}
@media (max-width: 480px) {
  .join .wrap .container .register form:nth-child(2) .modal .modal-dialog-centered .modal-content {
    border-radius: 23.3333333333px;
  }
}
@media (max-width: 767px) {
  .join .wrap .container .register form:nth-child(2) .modal .modal-dialog-centered .modal-content .modal-header {
    margin-top: 13px;
  }
}
.join .wrap .container .register form:nth-child(2) .modal .modal-dialog-centered .modal-content .modal-header .btn-close {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .join .wrap .container .register form:nth-child(2) .modal .modal-dialog-centered .modal-content .modal-header .btn-close {
    margin-top: 10px;
  }
}
.join .wrap .container .register form:nth-child(2) .modal .modal-dialog-centered .modal-content .modal-body > p {
  border: 3px solid #ccc;
  padding: 80px;
  background-color: #f7f7f7;
  font-size: 0.85rem;
  border-radius: 80px;
}
@media (min-width: 767px) {
  .join .wrap .container .register form:nth-child(2) .modal .modal-dialog-centered .modal-content .modal-body > p {
    padding: 40px;
    border-width: 2px;
    border-radius: 40px;
  }
}
@media (max-width: 767px) {
  .join .wrap .container .register form:nth-child(2) .modal .modal-dialog-centered .modal-content .modal-body > p {
    padding: 40px;
    border-width: 1px;
    border-radius: 40px;
  }
}
@media (max-width: 480px) {
  .join .wrap .container .register form:nth-child(2) .modal .modal-dialog-centered .modal-content .modal-body > p {
    padding: 26.6666666667px;
    border-radius: 26.6666666667px;
  }
}
.join .wrap .container .register form:nth-child(2) .modal .modal-dialog-centered .modal-content .modal-body > .input-group input {
  width: calc(100% - 140px);
  margin-bottom: 30px;
}
@media (min-width: 767px) {
  .join .wrap .container .register form:nth-child(2) .modal .modal-dialog-centered .modal-content .modal-body > .input-group input {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .join .wrap .container .register form:nth-child(2) .modal .modal-dialog-centered .modal-content .modal-body > .input-group input {
    width: calc(100% - 70px);
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .join .wrap .container .register form:nth-child(2) .modal .modal-dialog-centered .modal-content .modal-body > .input-group input {
    width: calc(100% - 46.6666666667px);
    margin-bottom: 10px;
  }
}
.join .wrap .container .register form:nth-child(2) .modal .modal-dialog-centered .modal-content .modal-footer input.btn {
  width: 100%;
  min-width: 150px;
  border: 0;
  border-radius: 70px;
  background-color: var(--uhr-color-main);
  font-size: 1.143rem;
  font-weight: 500;
  color: var(--uhr-color-white);
  text-align: center;
  white-space: nowrap;
  padding: 40px 20px;
}
@media (min-width: 767px) {
  .join .wrap .container .register form:nth-child(2) .modal .modal-dialog-centered .modal-content .modal-footer input.btn {
    min-width: 75px;
    border-radius: 35px;
    padding: 20px 10px;
  }
}
@media (max-width: 767px) {
  .join .wrap .container .register form:nth-child(2) .modal .modal-dialog-centered .modal-content .modal-footer input.btn {
    min-width: 75px;
    border-radius: 35px;
    padding: 20px 10px;
  }
}
@media (max-width: 480px) {
  .join .wrap .container .register form:nth-child(2) .modal .modal-dialog-centered .modal-content .modal-footer input.btn {
    min-width: 50px;
    border-radius: 23.3333333333px;
    padding: 13.3333333333px 6.6666666667px;
  }
}

/** 비밀번화 찾기 */
.password_lost {
  padding: 70px;
}
@media (min-width: 767px) {
  .password_lost {
    padding: 35px;
  }
}
@media (max-width: 767px) {
  .password_lost {
    padding: 35px;
  }
}
@media (max-width: 480px) {
  .password_lost {
    padding: 23.3333333333px;
  }
}
.password_lost form {
  margin: 0 auto;
}
.password_lost form .alert-danger {
  text-align: center;
  margin-bottom: 30px;
}
.password_lost form .input-group {
  position: relative;
}
.password_lost form .input-group input[type=email] {
  width: calc(100% - 270px);
  padding: 40px 70px;
  padding-right: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 70px;
  color: #5a5e6c;
}
@media (max-width: 767px) {
  .password_lost form .input-group input[type=email] {
    width: calc(100% - 135px);
    padding: 20px 35px;
    padding-right: 100px;
    border-radius: 35px;
  }
}
@media (max-width: 480px) {
  .password_lost form .input-group input[type=email] {
    width: calc(100% - 90px);
    padding: 13.3333333333px 23.3333333333px;
    padding-right: 66.6666666667px;
    border-radius: 23.3333333333px;
  }
}
.password_lost form .input-group button {
  background-color: #18b7d0;
  padding: 44px 70px;
  border-radius: 70px;
  position: absolute;
  right: -1px;
  top: 1px;
  color: #fff;
}
@media (max-width: 767px) {
  .password_lost form .input-group button {
    padding: 22px 35px;
    border-radius: 35px;
  }
}
@media (max-width: 480px) {
  .password_lost form .input-group button {
    padding: 14.6666666667px 23.3333333333px;
    border-radius: 23.3333333333px;
  }
}
.password_lost form .captcha_html {
  margin-top: 50px;
}

/** _popup */
/**
 * Popup
 */
.popup_in_content {
  height: 100%;
  overflow: hidden;
}
.popup_in_content h4.content_tit {
  font-size: 1.333rem;
  font-weight: bold;
  color: #13151d;
  margin-bottom: 90px;
}
@media (min-width: 767px) {
  .popup_in_content h4.content_tit {
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .popup_in_content h4.content_tit {
    margin-bottom: 45px;
  }
}
@media (max-width: 480px) {
  .popup_in_content h4.content_tit {
    margin-bottom: 30px;
  }
}
.popup_in_content .contents_wrap {
  height: calc(100% - 180px);
  overflow-y: auto;
}
@media (min-width: 767px) {
  .popup_in_content .contents_wrap {
    height: calc(100% - 90px);
  }
}
@media (max-width: 767px) {
  .popup_in_content .contents_wrap {
    height: calc(100% - 90px);
  }
}
@media (max-width: 480px) {
  .popup_in_content .contents_wrap {
    height: calc(100% - 60px);
  }
}

/** 간단소득계산기 - popup */
.sim_incom_calc_contents .contents_wrap form {
  margin-bottom: 120px;
}
@media (min-width: 767px) {
  .sim_incom_calc_contents .contents_wrap form {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .sim_incom_calc_contents .contents_wrap form {
    margin-bottom: 60px;
  }
}
@media (max-width: 480px) {
  .sim_incom_calc_contents .contents_wrap form {
    margin-bottom: 40px;
  }
}
.sim_incom_calc_contents .contents_wrap form + .result {
  padding-bottom: 120px;
}
@media (min-width: 767px) {
  .sim_incom_calc_contents .contents_wrap form + .result {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .sim_incom_calc_contents .contents_wrap form + .result {
    padding-bottom: 60px;
  }
}
@media (max-width: 480px) {
  .sim_incom_calc_contents .contents_wrap form + .result {
    padding-bottom: 40px;
  }
}
.sim_incom_calc_contents .contents_wrap form + .result section.sim_esti_tax_amount h3.section_tit {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sim_incom_calc_contents .contents_wrap form + .result section.sim_esti_tax_amount h3.section_tit .tit {
  padding-bottom: 40px;
  border-bottom: 6px solid #000000;
}
@media (min-width: 767px) {
  .sim_incom_calc_contents .contents_wrap form + .result section.sim_esti_tax_amount h3.section_tit .tit {
    padding-bottom: 20px;
    border-width: 3px;
  }
}
@media (max-width: 767px) {
  .sim_incom_calc_contents .contents_wrap form + .result section.sim_esti_tax_amount h3.section_tit .tit {
    padding-bottom: 20px;
    border-width: 3px;
  }
}
@media (max-width: 480px) {
  .sim_incom_calc_contents .contents_wrap form + .result section.sim_esti_tax_amount h3.section_tit .tit {
    padding-bottom: 13.3333333333px;
    border-width: 2px;
  }
}
.sim_incom_calc_contents .contents_wrap section {
  padding-bottom: 90px;
}
@media (min-width: 767px) {
  .sim_incom_calc_contents .contents_wrap section {
    padding-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .sim_incom_calc_contents .contents_wrap section {
    padding-bottom: 45px;
  }
}
@media (max-width: 480px) {
  .sim_incom_calc_contents .contents_wrap section {
    padding-bottom: 30px;
  }
}
.sim_incom_calc_contents .contents_wrap section:last-child {
  padding-bottom: 0;
}
.sim_incom_calc_contents .contents_wrap section .section_tit .tit {
  font-size: 1.125rem;
}
.sim_incom_calc_contents .contents_wrap section .section_content .input_group .input_unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 80px;
}
@media (min-width: 767px) {
  .sim_incom_calc_contents .contents_wrap section .section_content .input_group .input_unit {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .sim_incom_calc_contents .contents_wrap section .section_content .input_group .input_unit {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .sim_incom_calc_contents .contents_wrap section .section_content .input_group .input_unit {
    margin-bottom: 26.6666666667px;
  }
}
.sim_incom_calc_contents .contents_wrap section .section_content .input_group .input_unit > label {
  width: 100%;
}
.sim_incom_calc_contents .contents_wrap section .section_content .input_group .input_unit > label + span {
  width: 30px;
}
.sim_incom_calc_contents .contents_wrap section .section_content .input_group .input_unit > label + input[type=text], .sim_incom_calc_contents .contents_wrap section .section_content .input_group .input_unit > label + input[type=number] {
  width: calc(100% - 220px);
  padding: 30px 60px;
  text-align: right;
}
@media (min-width: 767px) {
  .sim_incom_calc_contents .contents_wrap section .section_content .input_group .input_unit > label + input[type=text], .sim_incom_calc_contents .contents_wrap section .section_content .input_group .input_unit > label + input[type=number] {
    width: calc(100% - 110px);
    padding: 15px 30px;
  }
}
@media (max-width: 767px) {
  .sim_incom_calc_contents .contents_wrap section .section_content .input_group .input_unit > label + input[type=text], .sim_incom_calc_contents .contents_wrap section .section_content .input_group .input_unit > label + input[type=number] {
    width: calc(100% - 80px);
    padding: 15px 30px;
  }
}
@media (max-width: 480px) {
  .sim_incom_calc_contents .contents_wrap section .section_content .input_group .input_unit > label + input[type=text], .sim_incom_calc_contents .contents_wrap section .section_content .input_group .input_unit > label + input[type=number] {
    width: calc(100% - 53.3333333333px);
    padding: 10px 20px;
  }
}
@media (max-width: 344px) {
  .sim_incom_calc_contents .contents_wrap section .section_content .input_group .input_unit > label + input[type=text], .sim_incom_calc_contents .contents_wrap section .section_content .input_group .input_unit > label + input[type=number] {
    width: calc(100% - 55px);
  }
}
.sim_incom_calc_contents .contents_wrap section .section_content .input_group .input_unit > label + input[type=text] {
  border-radius: 0;
  border-width: 0;
  border-bottom-width: 3px;
}
@media (max-width: 767px) {
  .sim_incom_calc_contents .contents_wrap section .section_content .input_group .input_unit > label + input[type=text] {
    border-bottom-width: 1.5px;
  }
}
@media (max-width: 480px) {
  .sim_incom_calc_contents .contents_wrap section .section_content .input_group .input_unit > label + input[type=text] {
    border-bottom-width: 1px;
  }
}
.sim_incom_calc_contents .contents_wrap section .section_content .input_group .input_unit > label + input[type=number] {
  padding-right: 30px;
  border-radius: 70px;
}
@media (min-width: 767px) {
  .sim_incom_calc_contents .contents_wrap section .section_content .input_group .input_unit > label + input[type=number] {
    padding-right: 15px;
    border-radius: 35px;
  }
}
@media (max-width: 767px) {
  .sim_incom_calc_contents .contents_wrap section .section_content .input_group .input_unit > label + input[type=number] {
    padding-right: 15px;
    border-radius: 35px;
  }
}
@media (max-width: 480px) {
  .sim_incom_calc_contents .contents_wrap section .section_content .input_group .input_unit > label + input[type=number] {
    padding-right: 10px;
    border-radius: 23.3333333333px;
  }
}
.sim_incom_calc_contents .contents_wrap section .section_content .input_group .input_unit .per_deduction_type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  width: calc(100% - 540px);
}
@media (min-width: 767px) {
  .sim_incom_calc_contents .contents_wrap section .section_content .input_group .input_unit .per_deduction_type {
    width: calc(100% - 410px);
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .sim_incom_calc_contents .contents_wrap section .section_content .input_group .input_unit .per_deduction_type {
    width: calc(100% - 285px);
    gap: 15px;
  }
}
@media (max-width: 480px) {
  .sim_incom_calc_contents .contents_wrap section .section_content .input_group .input_unit .per_deduction_type {
    width: calc(100% - 190px);
    gap: 10px;
  }
}
@media (max-width: 344px) {
  .sim_incom_calc_contents .contents_wrap section .section_content .input_group .input_unit .per_deduction_type {
    width: calc(100% - 150px);
  }
}
.sim_incom_calc_contents .contents_wrap section .section_content .input_group .input_unit .per_deduction_type .checkbox_unit input + label {
  width: auto;
  padding: 0;
}
@media (min-width: 767px) {
  .sim_incom_calc_contents .contents_wrap section .section_content .input_group .input_unit .per_deduction_type .checkbox_unit input + label {
    width: auto;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .sim_incom_calc_contents .contents_wrap section .section_content .input_group .input_unit .per_deduction_type .checkbox_unit input + label {
    width: auto;
    padding: 0;
  }
}
@media (max-width: 480px) {
  .sim_incom_calc_contents .contents_wrap section .section_content .input_group .input_unit .per_deduction_type .checkbox_unit input + label {
    width: auto;
    padding: 0;
  }
}
.sim_incom_calc_contents .contents_wrap section .section_content .input_group button.btn_calculation {
  width: 100%;
  margin-bottom: 0;
}
.sim_incom_calc_contents .contents_wrap section a.btn_info {
  display: inline-block;
  width: 72px;
  height: 72px;
  border: 3px solid var(--uhr-color-gray-03);
  border-radius: 72px;
  font-size: 0.75em;
  text-align: center;
  text-decoration: none;
  line-height: 72px;
  color: #9b9b9b;
  position: relative;
}
@media (min-width: 767px) {
  .sim_incom_calc_contents .contents_wrap section a.btn_info {
    width: 36px;
    height: 36px;
    border-radius: 36px;
    line-height: 36px;
    border-width: 1.5px;
  }
}
@media (max-width: 767px) {
  .sim_incom_calc_contents .contents_wrap section a.btn_info {
    width: 24px;
    height: 24px;
    border-radius: 24px;
    line-height: 24px;
    border-width: 1.5px;
  }
}
@media (max-width: 480px) {
  .sim_incom_calc_contents .contents_wrap section a.btn_info {
    width: 16px;
    height: 16px;
    border-radius: 16px;
    line-height: 16px;
    border-width: 1px;
  }
}
.sim_incom_calc_contents .contents_wrap section a.btn_info.active {
  background-color: var(--uhr-color-main);
  color: #ffffff;
}
.sim_incom_calc_contents .contents_wrap section a.btn_info.active + .info_popup_box {
  display: block;
}
.sim_incom_calc_contents .contents_wrap section a.btn_info > .info_popup_box {
  display: none;
  background-color: #444;
  padding: 20px 30px;
  font-size: 0.875em;
  color: #fff;
  border-radius: 30px;
  position: absolute;
  z-index: 10;
  margin-top: -176px;
  width: 760px;
}
@media (min-width: 767px) {
  .sim_incom_calc_contents .contents_wrap section a.btn_info > .info_popup_box {
    width: 380px;
    padding: 10px 15px;
    border-radius: 15px;
    margin-top: 12px;
  }
}
@media (max-width: 767px) {
  .sim_incom_calc_contents .contents_wrap section a.btn_info > .info_popup_box {
    width: 380px;
    padding: 10px 15px;
    border-radius: 15px;
    margin-top: 12px;
    font-size: 1em;
  }
}
@media (max-width: 480px) {
  .sim_incom_calc_contents .contents_wrap section a.btn_info > .info_popup_box {
    width: 190px;
    padding: 5px 10px;
    border-radius: 10px;
    margin-top: 8px;
    font-size: 1em;
  }
}
.sim_incom_calc_contents .contents_wrap section a.btn_info > .info_popup_box .bullet_try {
  display: block;
  width: 0;
  height: 0;
  border-left: 20px solid transparent; /* 왼쪽 투명 */
  border-right: 20px solid transparent; /* 오른쪽 투명 */
  border-top: 20px solid #444; /* 위쪽 색상 → ▼ 모양 */
  position: absolute;
  top: -30px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (min-width: 767px) {
  .sim_incom_calc_contents .contents_wrap section a.btn_info > .info_popup_box .bullet_try {
    border-left-width: 10px; /* 왼쪽 투명 */
    border-right-width: 10px; /* 오른쪽 투명 */
    border-top-width: 10px; /* 위쪽 색상 → ▼ 모양 */
    top: -10px;
  }
}
@media (max-width: 767px) {
  .sim_incom_calc_contents .contents_wrap section a.btn_info > .info_popup_box .bullet_try {
    border-left-width: 10px;
    border-right-width: 10px;
    border-top-width: 10px;
    top: -10px;
  }
}
@media (max-width: 480px) {
  .sim_incom_calc_contents .contents_wrap section a.btn_info > .info_popup_box .bullet_try {
    border-left-width: 6.6666666667px;
    border-right-width: 6.6666666667px;
    border-top-width: 6.6666666667px;
    top: -6px;
  }
}
.sim_incom_calc_contents .contents_wrap section.sim_deduction_input .info_txt {
  margin-top: 30px;
  margin-top: 30px;
  text-align: center;
  font-size: 0.825rem;
  color: #ee7e64;
}
.sim_incom_calc_contents .contents_wrap section.sim_per_deduction_input .section_content .deduction_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 80px;
}
@media (min-width: 767px) {
  .sim_incom_calc_contents .contents_wrap section.sim_per_deduction_input .section_content .deduction_block {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .sim_incom_calc_contents .contents_wrap section.sim_per_deduction_input .section_content .deduction_block {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .sim_incom_calc_contents .contents_wrap section.sim_per_deduction_input .section_content .deduction_block {
    margin-bottom: 26.6666666667px;
  }
}
.sim_incom_calc_contents .contents_wrap section.sim_per_deduction_input .section_content .deduction_block span.deduction_desc {
  display: block;
  width: 820px;
}
@media (min-width: 767px) {
  .sim_incom_calc_contents .contents_wrap section.sim_per_deduction_input .section_content .deduction_block span.deduction_desc {
    width: 410px;
  }
}
@media (max-width: 767px) {
  .sim_incom_calc_contents .contents_wrap section.sim_per_deduction_input .section_content .deduction_block span.deduction_desc {
    width: 280px;
  }
}
@media (max-width: 480px) {
  .sim_incom_calc_contents .contents_wrap section.sim_per_deduction_input .section_content .deduction_block span.deduction_desc {
    width: 186.6666666667px;
  }
}
.sim_incom_calc_contents .contents_wrap section.sim_per_deduction_input .section_content .deduction_block .deduction_type {
  width: calc(100% - 820px);
}
@media (min-width: 767px) {
  .sim_incom_calc_contents .contents_wrap section.sim_per_deduction_input .section_content .deduction_block .deduction_type {
    width: calc(100% - 410px);
  }
}
@media (max-width: 767px) {
  .sim_incom_calc_contents .contents_wrap section.sim_per_deduction_input .section_content .deduction_block .deduction_type {
    width: calc(100% - 280px);
  }
}
@media (max-width: 480px) {
  .sim_incom_calc_contents .contents_wrap section.sim_per_deduction_input .section_content .deduction_block .deduction_type {
    width: calc(100% - 186.6666666667px);
  }
}
.sim_incom_calc_contents .contents_wrap section.sim_per_deduction_input .section_content .input_group .input_unit > label {
  width: 820px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 767px) {
  .sim_incom_calc_contents .contents_wrap section.sim_per_deduction_input .section_content .input_group .input_unit > label {
    width: 410px;
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .sim_incom_calc_contents .contents_wrap section.sim_per_deduction_input .section_content .input_group .input_unit > label {
    width: 280px;
    gap: 15px;
  }
}
@media (max-width: 480px) {
  .sim_incom_calc_contents .contents_wrap section.sim_per_deduction_input .section_content .input_group .input_unit > label {
    width: 140px;
    gap: 10px;
  }
}
@media (max-width: 344px) {
  .sim_incom_calc_contents .contents_wrap section.sim_per_deduction_input .section_content .input_group .input_unit > label {
    width: 120px;
  }
}
.sim_incom_calc_contents .contents_wrap section.sim_per_deduction_input .section_content .input_group .input_unit > label + .input_number_unit {
  width: calc(100% - 860px);
}
@media (min-width: 767px) {
  .sim_incom_calc_contents .contents_wrap section.sim_per_deduction_input .section_content .input_group .input_unit > label + .input_number_unit {
    width: calc(100% - 430px);
  }
}
@media (max-width: 767px) {
  .sim_incom_calc_contents .contents_wrap section.sim_per_deduction_input .section_content .input_group .input_unit > label + .input_number_unit {
    width: calc(100% - 300px);
  }
}
@media (max-width: 480px) {
  .sim_incom_calc_contents .contents_wrap section.sim_per_deduction_input .section_content .input_group .input_unit > label + .input_number_unit {
    width: calc(100% - 200px);
  }
}
.sim_incom_calc_contents .contents_wrap section.sim_per_deduction_input .section_content .input_group .input_unit > label + .input_number_unit input[type=number] {
  width: 100%;
}
.sim_incom_calc_contents .contents_wrap section.sim_per_deduction_input .section_content .input_group .input_unit:last-of-type > label + .input_number_unit {
  width: calc(100% - 820px);
}
@media (min-width: 767px) {
  .sim_incom_calc_contents .contents_wrap section.sim_per_deduction_input .section_content .input_group .input_unit:last-of-type > label + .input_number_unit {
    width: calc(100% - 430px);
  }
}
@media (max-width: 767px) {
  .sim_incom_calc_contents .contents_wrap section.sim_per_deduction_input .section_content .input_group .input_unit:last-of-type > label + .input_number_unit {
    width: calc(100% - 300px);
  }
}
@media (max-width: 480px) {
  .sim_incom_calc_contents .contents_wrap section.sim_per_deduction_input .section_content .input_group .input_unit:last-of-type > label + .input_number_unit {
    width: calc(100% - 200px);
  }
}
.sim_incom_calc_contents .contents_wrap section.sim_per_deduction_input .section_content .input_group .input_unit:last-of-type > label + .input_number_unit input[type=number] {
  width: 100%;
}
.sim_incom_calc_contents .contents_wrap section.sim_per_deduction_input .section_content .input_group .input_unit:last-of-type > label + .per_deduction_type {
  width: calc(100% - 860px);
}
@media (min-width: 767px) {
  .sim_incom_calc_contents .contents_wrap section.sim_per_deduction_input .section_content .input_group .input_unit:last-of-type > label + .per_deduction_type {
    width: calc(100% - 430px);
  }
}
@media (max-width: 767px) {
  .sim_incom_calc_contents .contents_wrap section.sim_per_deduction_input .section_content .input_group .input_unit:last-of-type > label + .per_deduction_type {
    width: calc(100% - 300px);
  }
}
@media (max-width: 480px) {
  .sim_incom_calc_contents .contents_wrap section.sim_per_deduction_input .section_content .input_group .input_unit:last-of-type > label + .per_deduction_type {
    width: calc(100% - 140px);
  }
}
@media (max-width: 344px) {
  .sim_incom_calc_contents .contents_wrap section.sim_per_deduction_input .section_content .input_group .input_unit:last-of-type > label + .per_deduction_type {
    width: calc(100% - 150px);
  }
}
.sim_incom_calc_contents .contents_wrap section.sim_per_deduction_input_02 .section_tit .tit {
  font-size: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
}
.sim_incom_calc_contents .contents_wrap section.sim_per_deduction_input_02 .section_content .input_group .input_unit {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 480px) {
  .sim_incom_calc_contents .contents_wrap section.sim_per_deduction_input_02 .section_content .input_group .input_unit:nth-child(1) {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.sim_incom_calc_contents .contents_wrap section.sim_per_deduction_input_02 .section_content .input_group .input_unit:nth-child(1) label + .per_deduction_type > .checkbox_unit {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 767px) {
  .sim_incom_calc_contents .contents_wrap section.sim_per_deduction_input_02 .section_content .input_group .input_unit:nth-child(1) label + .per_deduction_type {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.sim_incom_calc_contents .contents_wrap section.sim_per_deduction_input_02 .section_content .input_group .input_unit:nth-child(2) {
  gap: 30px;
}
@media (min-width: 767px) {
  .sim_incom_calc_contents .contents_wrap section.sim_per_deduction_input_02 .section_content .input_group .input_unit:nth-child(2) {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .sim_incom_calc_contents .contents_wrap section.sim_per_deduction_input_02 .section_content .input_group .input_unit:nth-child(2) {
    gap: 15px;
  }
}
@media (max-width: 480px) {
  .sim_incom_calc_contents .contents_wrap section.sim_per_deduction_input_02 .section_content .input_group .input_unit:nth-child(2) {
    gap: 10px;
  }
}
.sim_incom_calc_contents .contents_wrap section.sim_per_deduction_input_02 .section_content .input_group .input_unit:nth-child(2) label {
  width: auto;
}
.sim_incom_calc_contents .contents_wrap section.sim_per_deduction_input_02 .section_content .input_group .input_unit:nth-child(2) label + .input_number_unit {
  max-width: 280px;
}
@media (max-width: 480px) {
  .sim_incom_calc_contents .contents_wrap section.sim_per_deduction_input_02 .section_content .input_group .input_unit:nth-child(2) label + .input_number_unit {
    max-width: 100px;
  }
}
@media (max-width: 344px) {
  .sim_incom_calc_contents .contents_wrap section.sim_per_deduction_input_02 .section_content .input_group .input_unit:nth-child(2) label + .input_number_unit {
    max-width: 80px;
  }
}
.sim_incom_calc_contents .contents_wrap section.sim_per_deduction_input_02 .section_content .input_group .input_unit:nth-child(2) label:first-child {
  width: 100%;
}
.sim_incom_calc_contents .contents_wrap section.sim_per_deduction_input_02 .section_content .input_group .input_unit:nth-child(3) {
  gap: 30px;
}
@media (min-width: 767px) {
  .sim_incom_calc_contents .contents_wrap section.sim_per_deduction_input_02 .section_content .input_group .input_unit:nth-child(3) {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .sim_incom_calc_contents .contents_wrap section.sim_per_deduction_input_02 .section_content .input_group .input_unit:nth-child(3) {
    gap: 15px;
  }
}
@media (max-width: 480px) {
  .sim_incom_calc_contents .contents_wrap section.sim_per_deduction_input_02 .section_content .input_group .input_unit:nth-child(3) {
    gap: 10px;
  }
}
.sim_incom_calc_contents .contents_wrap section.sim_per_deduction_input_02 .section_content .input_group .input_unit:nth-child(3) label {
  width: auto;
}
.sim_incom_calc_contents .contents_wrap section.sim_per_deduction_input_02 .section_content .input_group .input_unit:nth-child(3) label + .input_number_unit {
  max-width: 280px;
}
@media (max-width: 480px) {
  .sim_incom_calc_contents .contents_wrap section.sim_per_deduction_input_02 .section_content .input_group .input_unit:nth-child(3) label + .input_number_unit {
    max-width: 100px;
  }
}
@media (max-width: 344px) {
  .sim_incom_calc_contents .contents_wrap section.sim_per_deduction_input_02 .section_content .input_group .input_unit:nth-child(3) label + .input_number_unit {
    max-width: 80px;
  }
}
.sim_incom_calc_contents .contents_wrap section.sim_per_deduction_input_02 .section_content .input_group .input_unit:nth-child(3) label:first-child {
  width: 100%;
}
.sim_incom_calc_contents .contents_wrap section.sim_per_deduction_input_02 .section_content .input_group .input_unit:nth-child(4) {
  gap: 30px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (min-width: 767px) {
  .sim_incom_calc_contents .contents_wrap section.sim_per_deduction_input_02 .section_content .input_group .input_unit:nth-child(4) {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .sim_incom_calc_contents .contents_wrap section.sim_per_deduction_input_02 .section_content .input_group .input_unit:nth-child(4) {
    gap: 15px;
  }
}
@media (max-width: 480px) {
  .sim_incom_calc_contents .contents_wrap section.sim_per_deduction_input_02 .section_content .input_group .input_unit:nth-child(4) {
    gap: 10px;
  }
}
.sim_incom_calc_contents .contents_wrap section.sim_per_deduction_input_02 .section_content .input_group .input_unit:nth-child(4) label {
  width: calc(100% - 760px);
}
@media (min-width: 767px) {
  .sim_incom_calc_contents .contents_wrap section.sim_per_deduction_input_02 .section_content .input_group .input_unit:nth-child(4) label {
    width: calc(100% - 340px);
  }
}
@media (max-width: 767px) {
  .sim_incom_calc_contents .contents_wrap section.sim_per_deduction_input_02 .section_content .input_group .input_unit:nth-child(4) label {
    width: calc(100% - 340px);
  }
}
@media (max-width: 480px) {
  .sim_incom_calc_contents .contents_wrap section.sim_per_deduction_input_02 .section_content .input_group .input_unit:nth-child(4) label {
    width: calc(100% - 133px);
  }
}
@media (max-width: 480px) {
  .sim_incom_calc_contents .contents_wrap section.sim_per_deduction_input_02 .section_content .input_group .input_unit:nth-child(4) label {
    width: calc(100% - 133px);
  }
}
@media (max-width: 344px) {
  .sim_incom_calc_contents .contents_wrap section.sim_per_deduction_input_02 .section_content .input_group .input_unit:nth-child(4) label {
    width: calc(100% - 113px);
  }
}
.sim_incom_calc_contents .contents_wrap section.sim_per_deduction_input_02 .section_content .input_group .input_unit:nth-child(4) label + .input_number_unit {
  max-width: 280px;
}
@media (max-width: 480px) {
  .sim_incom_calc_contents .contents_wrap section.sim_per_deduction_input_02 .section_content .input_group .input_unit:nth-child(4) label + .input_number_unit {
    max-width: 100px;
  }
}
@media (max-width: 344px) {
  .sim_incom_calc_contents .contents_wrap section.sim_per_deduction_input_02 .section_content .input_group .input_unit:nth-child(4) label + .input_number_unit {
    max-width: 80px;
  }
}
.sim_incom_calc_contents .contents_wrap section.sim_per_deduction_input_02 .section_content .input_group .input_unit:nth-child(5) {
  gap: 30px;
}
@media (min-width: 767px) {
  .sim_incom_calc_contents .contents_wrap section.sim_per_deduction_input_02 .section_content .input_group .input_unit:nth-child(5) {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .sim_incom_calc_contents .contents_wrap section.sim_per_deduction_input_02 .section_content .input_group .input_unit:nth-child(5) {
    gap: 15px;
  }
}
@media (max-width: 480px) {
  .sim_incom_calc_contents .contents_wrap section.sim_per_deduction_input_02 .section_content .input_group .input_unit:nth-child(5) {
    gap: 10px;
  }
}
.sim_incom_calc_contents .contents_wrap section.sim_per_deduction_input_02 .section_content .input_group .input_unit:nth-child(5) label {
  width: auto;
}
.sim_incom_calc_contents .contents_wrap section.sim_per_deduction_input_02 .section_content .input_group .input_unit:nth-child(5) label + .input_number_unit {
  max-width: 280px;
}
@media (max-width: 480px) {
  .sim_incom_calc_contents .contents_wrap section.sim_per_deduction_input_02 .section_content .input_group .input_unit:nth-child(5) label + .input_number_unit {
    max-width: 100px;
  }
}
@media (max-width: 344px) {
  .sim_incom_calc_contents .contents_wrap section.sim_per_deduction_input_02 .section_content .input_group .input_unit:nth-child(5) label + .input_number_unit {
    max-width: 80px;
  }
}
.sim_incom_calc_contents .contents_wrap section.sim_per_deduction_input_02 .section_content .input_group .input_unit:nth-child(5) label:first-child {
  width: 100%;
}
.sim_incom_calc_contents .contents_wrap section.sim_per_deduction_input_02 .section_content .input_group .input_unit:nth-child(6) {
  gap: 30px;
}
@media (min-width: 767px) {
  .sim_incom_calc_contents .contents_wrap section.sim_per_deduction_input_02 .section_content .input_group .input_unit:nth-child(6) {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .sim_incom_calc_contents .contents_wrap section.sim_per_deduction_input_02 .section_content .input_group .input_unit:nth-child(6) {
    gap: 15px;
  }
}
@media (max-width: 480px) {
  .sim_incom_calc_contents .contents_wrap section.sim_per_deduction_input_02 .section_content .input_group .input_unit:nth-child(6) {
    gap: 10px;
  }
}
.sim_incom_calc_contents .contents_wrap section.sim_per_deduction_input_02 .section_content .input_group .input_unit:nth-child(6) label {
  width: auto;
}
.sim_incom_calc_contents .contents_wrap section.sim_per_deduction_input_02 .section_content .input_group .input_unit:nth-child(6) label + .input_number_unit {
  max-width: 280px;
}
@media (max-width: 480px) {
  .sim_incom_calc_contents .contents_wrap section.sim_per_deduction_input_02 .section_content .input_group .input_unit:nth-child(6) label + .input_number_unit {
    max-width: 100px;
  }
}
@media (max-width: 344px) {
  .sim_incom_calc_contents .contents_wrap section.sim_per_deduction_input_02 .section_content .input_group .input_unit:nth-child(6) label + .input_number_unit {
    max-width: 80px;
  }
}
.sim_incom_calc_contents .contents_wrap section.sim_per_deduction_input_02 .section_content .input_group .input_unit:nth-child(6) label:first-child {
  width: 100%;
}
.sim_incom_calc_contents .contents_wrap section.sim_esti_tax_amount {
  padding-bottom: 30px;
}
@media (min-width: 767px) {
  .sim_incom_calc_contents .contents_wrap section.sim_esti_tax_amount {
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .sim_incom_calc_contents .contents_wrap section.sim_esti_tax_amount {
    padding-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .sim_incom_calc_contents .contents_wrap section.sim_esti_tax_amount {
    padding-bottom: 10px;
  }
}
.sim_incom_calc_contents .contents_wrap section.sim_esti_tax_amount .deduction_result_table table {
  border-top: 6px solid #333333;
}
@media (min-width: 767px) {
  .sim_incom_calc_contents .contents_wrap section.sim_esti_tax_amount .deduction_result_table table {
    border-top-width: 3px;
  }
}
@media (max-width: 767px) {
  .sim_incom_calc_contents .contents_wrap section.sim_esti_tax_amount .deduction_result_table table {
    border-top-width: 3px;
  }
}
@media (max-width: 480px) {
  .sim_incom_calc_contents .contents_wrap section.sim_esti_tax_amount .deduction_result_table table {
    border-top-width: 2px;
  }
}
.sim_incom_calc_contents .contents_wrap section.sim_esti_tax_amount .deduction_result_table table tr th,
.sim_incom_calc_contents .contents_wrap section.sim_esti_tax_amount .deduction_result_table table tr td {
  border: 3px solid var(--uhr-color-gray-03);
  border-top: 0;
  padding: 15px;
  text-align: right;
}
@media (min-width: 767px) {
  .sim_incom_calc_contents .contents_wrap section.sim_esti_tax_amount .deduction_result_table table tr th,
  .sim_incom_calc_contents .contents_wrap section.sim_esti_tax_amount .deduction_result_table table tr td {
    border-width: 1.5px;
    padding: 7.5px;
  }
}
@media (max-width: 767px) {
  .sim_incom_calc_contents .contents_wrap section.sim_esti_tax_amount .deduction_result_table table tr th,
  .sim_incom_calc_contents .contents_wrap section.sim_esti_tax_amount .deduction_result_table table tr td {
    border-width: 1.5px;
    padding: 7.5px;
  }
}
@media (max-width: 480px) {
  .sim_incom_calc_contents .contents_wrap section.sim_esti_tax_amount .deduction_result_table table tr th,
  .sim_incom_calc_contents .contents_wrap section.sim_esti_tax_amount .deduction_result_table table tr td {
    border-width: 1px;
    padding: 5px;
  }
}
.sim_incom_calc_contents .contents_wrap section.sim_esti_tax_amount .deduction_result_table table tr th:first-child,
.sim_incom_calc_contents .contents_wrap section.sim_esti_tax_amount .deduction_result_table table tr td:first-child {
  text-align: center;
}
.sim_incom_calc_contents .contents_wrap section.sim_esti_tax_amount .deduction_result_table table tr th:nth-child(1), .sim_incom_calc_contents .contents_wrap section.sim_esti_tax_amount .deduction_result_table table tr th:nth-child(2),
.sim_incom_calc_contents .contents_wrap section.sim_esti_tax_amount .deduction_result_table table tr td:nth-child(1),
.sim_incom_calc_contents .contents_wrap section.sim_esti_tax_amount .deduction_result_table table tr td:nth-child(2) {
  border-right: 0;
}
@media (min-width: 767px) {
  .sim_incom_calc_contents .contents_wrap section.sim_esti_tax_amount .deduction_result_table table tr th:nth-child(1), .sim_incom_calc_contents .contents_wrap section.sim_esti_tax_amount .deduction_result_table table tr th:nth-child(2),
  .sim_incom_calc_contents .contents_wrap section.sim_esti_tax_amount .deduction_result_table table tr td:nth-child(1),
  .sim_incom_calc_contents .contents_wrap section.sim_esti_tax_amount .deduction_result_table table tr td:nth-child(2) {
    border-right: 0;
  }
}
@media (max-width: 767px) {
  .sim_incom_calc_contents .contents_wrap section.sim_esti_tax_amount .deduction_result_table table tr th:nth-child(1), .sim_incom_calc_contents .contents_wrap section.sim_esti_tax_amount .deduction_result_table table tr th:nth-child(2),
  .sim_incom_calc_contents .contents_wrap section.sim_esti_tax_amount .deduction_result_table table tr td:nth-child(1),
  .sim_incom_calc_contents .contents_wrap section.sim_esti_tax_amount .deduction_result_table table tr td:nth-child(2) {
    border-right: 0;
  }
}
@media (max-width: 480px) {
  .sim_incom_calc_contents .contents_wrap section.sim_esti_tax_amount .deduction_result_table table tr th:nth-child(1), .sim_incom_calc_contents .contents_wrap section.sim_esti_tax_amount .deduction_result_table table tr th:nth-child(2),
  .sim_incom_calc_contents .contents_wrap section.sim_esti_tax_amount .deduction_result_table table tr td:nth-child(1),
  .sim_incom_calc_contents .contents_wrap section.sim_esti_tax_amount .deduction_result_table table tr td:nth-child(2) {
    border-right: 0;
  }
}
.sim_incom_calc_contents .contents_wrap section.sim_esti_tax_amount .deduction_result_table table tr td {
  width: 33.3333%;
  text-align: right;
}
.sim_incom_calc_contents .contents_wrap section.sim_esti_tax_amount .deduction_result_table table tr th {
  font-weight: 700;
  color: #13151d;
}
.sim_incom_calc_contents .contents_wrap section.sim_esti_tax_amount .deduction_result_table table tr.guard_line > * {
  border-top: 3px solid #666666;
}
@media (min-width: 767px) {
  .sim_incom_calc_contents .contents_wrap section.sim_esti_tax_amount .deduction_result_table table tr.guard_line > * {
    border-top-width: 1.5px;
  }
}
@media (max-width: 767px) {
  .sim_incom_calc_contents .contents_wrap section.sim_esti_tax_amount .deduction_result_table table tr.guard_line > * {
    border-top-width: 1.5px;
  }
}
@media (max-width: 480px) {
  .sim_incom_calc_contents .contents_wrap section.sim_esti_tax_amount .deduction_result_table table tr.guard_line > * {
    border-top-width: 1px;
  }
}
.sim_incom_calc_contents .contents_wrap section.sim_esti_tax_amount .deduction_result_table table thead tr th {
  text-align: center;
  font-weight: 500;
  color: #13151d;
}
.sim_incom_calc_contents .contents_wrap section.sim_esti_tax_amount .deduction_result_table table tbody tr th {
  border-bottom: 6px solid #333333;
}
@media (min-width: 767px) {
  .sim_incom_calc_contents .contents_wrap section.sim_esti_tax_amount .deduction_result_table table tbody tr th {
    border-bottom-width: 3px;
  }
}
@media (max-width: 767px) {
  .sim_incom_calc_contents .contents_wrap section.sim_esti_tax_amount .deduction_result_table table tbody tr th {
    border-bottom-width: 3px;
  }
}
@media (max-width: 480px) {
  .sim_incom_calc_contents .contents_wrap section.sim_esti_tax_amount .deduction_result_table table tbody tr th {
    border-bottom-width: 2px;
  }
}
.sim_incom_calc_contents .contents_wrap section.sim_esti_tax_amount .deduction_result_table table tbody tr:first-child td {
  border-top: 3px solid #333333;
}
@media (min-width: 767px) {
  .sim_incom_calc_contents .contents_wrap section.sim_esti_tax_amount .deduction_result_table table tbody tr:first-child td {
    border-top-width: 1.5px;
  }
}
@media (max-width: 767px) {
  .sim_incom_calc_contents .contents_wrap section.sim_esti_tax_amount .deduction_result_table table tbody tr:first-child td {
    border-top-width: 1.5px;
  }
}
@media (max-width: 480px) {
  .sim_incom_calc_contents .contents_wrap section.sim_esti_tax_amount .deduction_result_table table tbody tr:first-child td {
    border-top-width: 1px;
  }
}
.sim_incom_calc_contents .contents_wrap .deduction_result_amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0;
}
@media (min-width: 767px) {
  .sim_incom_calc_contents .contents_wrap .deduction_result_amount {
    padding: 15px 0;
  }
}
@media (max-width: 767px) {
  .sim_incom_calc_contents .contents_wrap .deduction_result_amount {
    padding: 15px 0;
  }
}
@media (max-width: 480px) {
  .sim_incom_calc_contents .contents_wrap .deduction_result_amount {
    padding: 10px 0;
  }
}
.sim_incom_calc_contents .contents_wrap .deduction_result_amount span {
  font-size: 1.25rem;
  font-weight: 700;
  color: #101116;
}
/** 아이디/비번 찾기 */
.finde_id_pw_contents .contents_wrap .finde_info_message {
  text-align: center;
  margin-bottom: 50px;
}
@media (min-width: 767px) {
  .finde_id_pw_contents .contents_wrap .finde_info_message {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .finde_id_pw_contents .contents_wrap .finde_info_message {
    margin-bottom: 25px;
  }
}
@media (max-width: 480px) {
  .finde_id_pw_contents .contents_wrap .finde_info_message {
    margin-bottom: 16.6666666667px;
  }
}
.finde_id_pw_contents .contents_wrap .finde_form .input_unit label {
  display: none;
}
.finde_id_pw_contents .contents_wrap .finde_form .input_unit input[type=text] {
  width: calc(100% - 140px);
}
@media (min-width: 767px) {
  .finde_id_pw_contents .contents_wrap .finde_form .input_unit input[type=text] {
    width: calc(100% - 70px);
  }
}
@media (max-width: 767px) {
  .finde_id_pw_contents .contents_wrap .finde_form .input_unit input[type=text] {
    width: calc(100% - 70px);
  }
}
@media (max-width: 480px) {
  .finde_id_pw_contents .contents_wrap .finde_form .input_unit input[type=text] {
    width: calc(100% - 46.6666666667px);
  }
}
.finde_id_pw_contents .contents_wrap .finde_form .btn_wrap button.btn_send_email {
  width: 100%;
}

/** 초대코드 */
.invitation_code_contents .contents_wrap .finde_info_message {
  text-align: center;
  margin-bottom: 50px;
}
@media (min-width: 767px) {
  .invitation_code_contents .contents_wrap .finde_info_message {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .invitation_code_contents .contents_wrap .finde_info_message {
    margin-bottom: 25px;
  }
}
@media (max-width: 480px) {
  .invitation_code_contents .contents_wrap .finde_info_message {
    margin-bottom: 16.6666666667px;
  }
}
.invitation_code_contents .contents_wrap .finde_form .input_unit {
  margin-bottom: 50px;
}
@media (min-width: 767px) {
  .invitation_code_contents .contents_wrap .finde_form .input_unit {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .invitation_code_contents .contents_wrap .finde_form .input_unit {
    margin-bottom: 25px;
  }
}
@media (max-width: 480px) {
  .invitation_code_contents .contents_wrap .finde_form .input_unit {
    margin-bottom: 16.6666666667px;
  }
}
.invitation_code_contents .contents_wrap .finde_form .input_unit label {
  display: block;
  margin-bottom: 30px;
}
@media (min-width: 767px) {
  .invitation_code_contents .contents_wrap .finde_form .input_unit label {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .invitation_code_contents .contents_wrap .finde_form .input_unit label {
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .invitation_code_contents .contents_wrap .finde_form .input_unit label {
    margin-bottom: 10px;
  }
}
.invitation_code_contents .contents_wrap .finde_form .input_unit input[type=text], .invitation_code_contents .contents_wrap .finde_form .input_unit input[type=password] {
  width: calc(100% - 140px);
}
@media (min-width: 767px) {
  .invitation_code_contents .contents_wrap .finde_form .input_unit input[type=text], .invitation_code_contents .contents_wrap .finde_form .input_unit input[type=password] {
    width: calc(100% - 70px);
  }
}
@media (max-width: 767px) {
  .invitation_code_contents .contents_wrap .finde_form .input_unit input[type=text], .invitation_code_contents .contents_wrap .finde_form .input_unit input[type=password] {
    width: calc(100% - 70px);
  }
}
@media (max-width: 480px) {
  .invitation_code_contents .contents_wrap .finde_form .input_unit input[type=text], .invitation_code_contents .contents_wrap .finde_form .input_unit input[type=password] {
    width: calc(100% - 46.6666666667px);
  }
}
.invitation_code_contents .contents_wrap .finde_form .btn_wrap button.btn_send_email {
  width: 100%;
}

/** 추천인 정보	 */
.view_recommender_popup_contents .contents_wrap section.view_recommender_info {
  border-top: 4px solid #222;
}
@media (max-width: 767px) {
  .view_recommender_popup_contents .contents_wrap section.view_recommender_info {
    border-top-width: 2px;
  }
}
.view_recommender_popup_contents .contents_wrap section.view_recommender_info .recommender_list {
  /** Head */
  /** Body */
}
.view_recommender_popup_contents .contents_wrap section.view_recommender_info .recommender_list.head {
  display: grid;
  grid-template-columns: 80px 180px 240px calc(100% - 690px) 190px;
}
.view_recommender_popup_contents .contents_wrap section.view_recommender_info .recommender_list.head span.label {
  text-align: center;
  padding: 30px 0;
  background-color: #efefef;
  border-bottom: 1px solid #ccc;
  font-size: 0.95rem;
}
@media (max-width: 767px) {
  .view_recommender_popup_contents .contents_wrap section.view_recommender_info .recommender_list.head span.label {
    display: none;
  }
}
.view_recommender_popup_contents .contents_wrap section.view_recommender_info .recommender_list.body article.recommender_item ul {
  list-style: none;
  margin: 0;
  padding: 30px 0;
  border-bottom: 1px solid #ccc;
  display: grid;
  grid-template-columns: 80px 180px 240px calc(100% - 690px) 190px;
}
@media (max-width: 767px) {
  .view_recommender_popup_contents .contents_wrap section.view_recommender_info .recommender_list.body article.recommender_item ul {
    grid-template-columns: 80px 1fr 1fr;
    grid-template-rows: auto auto;
    padding: 0 0;
  }
}
.view_recommender_popup_contents .contents_wrap section.view_recommender_info .recommender_list.body article.recommender_item ul li {
  text-align: center;
}
@media (max-width: 767px) {
  .view_recommender_popup_contents .contents_wrap section.view_recommender_info .recommender_list.body article.recommender_item ul li {
    border-right: 1px solid #ccc;
  }
}
@media (max-width: 767px) {
  .view_recommender_popup_contents .contents_wrap section.view_recommender_info .recommender_list.body article.recommender_item ul li:first-child {
    grid-row: span 2;
    border-left: 1px solid #ccc;
  }
}
@media (max-width: 767px) {
  .view_recommender_popup_contents .contents_wrap section.view_recommender_info .recommender_list.body article.recommender_item ul li:first-child span.txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: calc(100% - 60px);
  }
}
.view_recommender_popup_contents .contents_wrap section.view_recommender_info .recommender_list.body article.recommender_item ul li span {
  display: block;
  font-size: 0.85rem;
}
.view_recommender_popup_contents .contents_wrap section.view_recommender_info .recommender_list.body article.recommender_item ul li span.label {
  display: none;
  background-color: #efefef;
  padding: 7px 0;
}
@media (max-width: 767px) {
  .view_recommender_popup_contents .contents_wrap section.view_recommender_info .recommender_list.body article.recommender_item ul li span.label {
    display: block;
  }
}
@media (max-width: 767px) {
  .view_recommender_popup_contents .contents_wrap section.view_recommender_info .recommender_list.body article.recommender_item ul li span.txt {
    padding: 15px 3px;
  }
}

/** _community */
.community .wrap .container .contents_body .cat_header .btn_wrap {
  margin-top: 13px;
}
.community .wrap .container .contents_body .search_contents {
  height: 100%;
}
.community .wrap .container .contents_body .search_contents .section_search_post_list {
  border-bottom: 0;
  height: calc(100% - 330px);
}
.community .wrap .container .contents_body .search_contents .section_search_post_list .section_content {
  height: 100%;
}
.community .wrap .container section.section_notice {
  border-bottom: 30px solid #e7e8ee;
}
@media (max-width: 767px) {
  .community .wrap .container section.section_notice {
    border-bottom-width: 15px;
  }
}
@media (max-width: 480px) {
  .community .wrap .container section.section_notice {
    border-bottom-width: 10px;
  }
}
.community .wrap .container section.section_search_post_list {
  border-bottom: 0;
}

/** _woorikkiri */
.woorikkiri .wrap .container .cat_header .btn_wrap .btn_icon_add {
  background-color: #18b7d0;
  border: 0;
}
.woorikkiri .wrap .container .cat_header .btn_wrap .btn_icon_add:before {
  background: url("../images/icon_add_white.svg") no-repeat center center;
  background-size: cover;
}
.woorikkiri .wrap .container .cat_header .btn_wrap .btn_icon_add span.hide {
  color: #ffffff;
}
.woorikkiri .wrap .container .cat_header .btn_wrap button {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .woorikkiri .wrap .container .cat_header .btn_wrap button {
    margin-top: 35px;
  }
}
.woorikkiri .wrap .container .cat_header .btn_wrap .btn_icon_code,
.woorikkiri .wrap .container .cat_header .btn_wrap .btn_icon_search,
.woorikkiri .wrap .container .cat_header .btn_wrap .btn_icon_add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 190px;
  height: 190px;
}
@media (min-width: 767px) {
  .woorikkiri .wrap .container .cat_header .btn_wrap .btn_icon_code,
  .woorikkiri .wrap .container .cat_header .btn_wrap .btn_icon_search,
  .woorikkiri .wrap .container .cat_header .btn_wrap .btn_icon_add {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 767px) {
  .woorikkiri .wrap .container .cat_header .btn_wrap .btn_icon_code,
  .woorikkiri .wrap .container .cat_header .btn_wrap .btn_icon_search,
  .woorikkiri .wrap .container .cat_header .btn_wrap .btn_icon_add {
    width: 60px;
    height: 60px;
  }
}
.woorikkiri .wrap .container .cat_header .btn_wrap .btn_icon_code::before,
.woorikkiri .wrap .container .cat_header .btn_wrap .btn_icon_search::before,
.woorikkiri .wrap .container .cat_header .btn_wrap .btn_icon_add::before {
  width: 72px;
  height: 72px;
  margin-top: 0.133rem;
  margin-bottom: 0.317rem;
}
@media (min-width: 767px) {
  .woorikkiri .wrap .container .cat_header .btn_wrap .btn_icon_code::before,
  .woorikkiri .wrap .container .cat_header .btn_wrap .btn_icon_search::before,
  .woorikkiri .wrap .container .cat_header .btn_wrap .btn_icon_add::before {
    width: 46px;
    height: 46px;
    margin-top: 0.833rem;
    margin-bottom: 0.417rem;
  }
}
@media (max-width: 767px) {
  .woorikkiri .wrap .container .cat_header .btn_wrap .btn_icon_code::before,
  .woorikkiri .wrap .container .cat_header .btn_wrap .btn_icon_search::before,
  .woorikkiri .wrap .container .cat_header .btn_wrap .btn_icon_add::before {
    width: 26px;
    height: 26px;
    margin-top: 0.833rem;
    margin-bottom: 0.167rem;
  }
}
.woorikkiri .wrap .container .cat_header .btn_wrap .btn_icon_code span.hide,
.woorikkiri .wrap .container .cat_header .btn_wrap .btn_icon_search span.hide,
.woorikkiri .wrap .container .cat_header .btn_wrap .btn_icon_add span.hide {
  display: block;
  font-size: 0.556rem;
  opacity: 1;
  line-height: 0.278rem;
}
@media (max-width: 767px) {
  .woorikkiri .wrap .container .cat_header .btn_wrap .btn_icon_code span.hide,
  .woorikkiri .wrap .container .cat_header .btn_wrap .btn_icon_search span.hide,
  .woorikkiri .wrap .container .cat_header .btn_wrap .btn_icon_add span.hide {
    font-size: 0.625rem;
  }
}
.woorikkiri .wrap .container .cat_header .btn_wrap .btn_icon_code::before {
  width: 72px;
  height: 72px;
}
@media (min-width: 767px) {
  .woorikkiri .wrap .container .cat_header .btn_wrap .btn_icon_code::before {
    width: 46px;
    height: 46px;
  }
}
@media (max-width: 767px) {
  .woorikkiri .wrap .container .cat_header .btn_wrap .btn_icon_code::before {
    width: 22px;
    height: 22px;
    margin-bottom: 0.526rem;
  }
}
.woorikkiri .wrap .container .contents_body form > .btn_wrap {
  padding: 0 70px;
}
@media (min-width: 767px) {
  .woorikkiri .wrap .container .contents_body form > .btn_wrap {
    padding: 0 35px;
  }
}
@media (max-width: 767px) {
  .woorikkiri .wrap .container .contents_body form > .btn_wrap {
    padding: 0 35px;
  }
}
@media (max-width: 480px) {
  .woorikkiri .wrap .container .contents_body form > .btn_wrap {
    padding: 0 10px;
  }
}
.woorikkiri .wrap .container .contents_body form > .btn_wrap button.btn_submit_button {
  width: 100%;
}
.woorikkiri .wrap .container section {
  border-bottom: 30px solid #e7e8ee;
}
@media (max-width: 767px) {
  .woorikkiri .wrap .container section {
    border-bottom-width: 15px;
  }
}
@media (max-width: 480px) {
  .woorikkiri .wrap .container section {
    border-bottom-width: 10px;
  }
}
.woorikkiri .wrap .container section.section_my_woorikkiri .post_photo_list_wrap.grid_gallery {
  grid-template-columns: repeat(3, 31%);
}
.woorikkiri .wrap .container section.section_my_woorikkiri .post_photo_list_wrap.grid_gallery li span.post_image {
  height: auto;
}
.woorikkiri .wrap .container section.section_recommend_woorikkiri {
  border-bottom: 0;
}
.woorikkiri .wrap .container .search .section_search_post_list .profile_img {
  width: 240px;
  height: 240px;
  margin-right: 30px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .woorikkiri .wrap .container .search .section_search_post_list .profile_img {
    width: 120px;
    height: 120px;
    margin-right: 15px;
  }
}
@media (max-width: 480px) {
  .woorikkiri .wrap .container .search .section_search_post_list .profile_img {
    width: 80px;
    height: 80px;
    margin-right: 10px;
  }
}
.woorikkiri .wrap .container .search .section_search_post_list .profile_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  -webkit-transition: object-position 0.3s ease;
  transition: object-position 0.3s ease;
  transition: object-position 0.3s ease, -o-object-position 0.3s ease;
}
.woorikkiri .wrap .container .search .section_search_post_list .post_content {
  width: calc(100% - 270px);
}
@media (max-width: 767px) {
  .woorikkiri .wrap .container .search .section_search_post_list .post_content {
    width: calc(100% - 135px);
  }
}
@media (max-width: 480px) {
  .woorikkiri .wrap .container .search .section_search_post_list .post_content {
    width: calc(100% - 90px);
  }
}
.woorikkiri .wrap .container .search_contents {
  height: 100%;
}
.woorikkiri .wrap .container .search_contents .section_search_post_list {
  border-bottom: 0;
  height: calc(100% - 330px);
}
.woorikkiri .wrap .container .search_contents .section_search_post_list .section_content {
  height: 100%;
}

/** 우리끼리 만들기 */
.new_band .wrap .container .section_editor_wrap {
  border-bottom: 0;
}
@media (max-width: 767px) {
  .new_band .wrap .container .section_editor_wrap {
    border-bottom: 0;
  }
}
@media (max-width: 480px) {
  .new_band .wrap .container .section_editor_wrap {
    border-bottom: 0;
  }
}
.new_band .wrap .container .section_editor_wrap .post_editor_content .input_unit label {
  color: #13151d;
}
.new_band .wrap .container .section_editor_wrap .post_editor_content .profile_wrap label {
  color: #13151d;
}
.new_band .wrap .container .section_editor_wrap .post_editor_content .profile_wrap .profile_img_wrap .profile_img_files {
  width: 360px;
  height: 290px;
  border-radius: 30px;
  border: 1px solid var(--uhr-color-gray-03);
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .new_band .wrap .container .section_editor_wrap .post_editor_content .profile_wrap .profile_img_wrap .profile_img_files {
    width: 180px;
    height: 145px;
    border-radius: 15px;
  }
}
@media (max-width: 480px) {
  .new_band .wrap .container .section_editor_wrap .post_editor_content .profile_wrap .profile_img_wrap .profile_img_files {
    width: 120px;
    height: 96.6666666667px;
    border-radius: 10px;
  }
}
.new_band .wrap .container .section_editor_wrap .post_editor_content .profile_wrap .profile_img_wrap .profile_img_files span.file_unit img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* 비율 유지하며 span에 꽉 채우기 (크롭 효과) */
  -o-object-position: center;
     object-position: center; /* 중앙 기준으로 자르기 */
}
.new_band .wrap .container .section_editor_wrap .post_editor_content .profile_wrap .profile_img_wrap .profile_img_files span.file_unit a.btn_delete {
  width: 62px;
  height: 62px;
  border-radius: 32px;
  top: 15px;
  right: 15px;
  left: auto;
}
@media (max-width: 767px) {
  .new_band .wrap .container .section_editor_wrap .post_editor_content .profile_wrap .profile_img_wrap .profile_img_files span.file_unit a.btn_delete {
    width: 31px;
    height: 31px;
    border-radius: 16px;
    top: 7.5px;
    right: 7.5px;
  }
}
@media (max-width: 480px) {
  .new_band .wrap .container .section_editor_wrap .post_editor_content .profile_wrap .profile_img_wrap .profile_img_files span.file_unit a.btn_delete {
    width: 20.6666666667px;
    height: 20.6666666667px;
    border-radius: 10.6666666667px;
    top: 5px;
    right: 5px;
  }
}
.new_band .wrap .container .section_editor_wrap .post_editor_content .profile_wrap .profile_img_wrap .profile_img_files span.file_unit a.btn_delete img {
  display: block;
  width: 70%;
  height: 70%;
}
.new_band .wrap .container .section_editor_wrap .post_editor_content .profile_wrap .profile_img_wrap .profile_img_files span.file_unit a.btn_delete span {
  font-size: 0;
  color: #fff;
}
.new_band .wrap .container .section_editor_wrap .post_editor_content .profile_wrap .profile_img_wrap .profile_img_files .file_box {
  height: 100%;
}
.new_band .wrap .container .section_editor_wrap .post_editor_content .profile_wrap .profile_img_wrap .profile_img_files .file_box label {
  height: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
}
.new_band .wrap .container .section_editor_wrap .post_editor_content .profile_wrap .profile_img_wrap .profile_img_files .file_box label img {
  width: 72px;
  height: 72px;
}
@media (max-width: 767px) {
  .new_band .wrap .container .section_editor_wrap .post_editor_content .profile_wrap .profile_img_wrap .profile_img_files .file_box label img {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 480px) {
  .new_band .wrap .container .section_editor_wrap .post_editor_content .profile_wrap .profile_img_wrap .profile_img_files .file_box label img {
    width: 24px;
    height: 24px;
  }
}
.new_band .wrap .container .section_editor_wrap .post_editor_content .profile_wrap .profile_img_wrap .profile_img_files .file_box label span {
  display: none;
}
.new_band .wrap .container .section_editor_wrap .post_editor_content .public_setting h4 {
  color: #13151d;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .new_band .wrap .container .section_editor_wrap .post_editor_content .public_setting h4 {
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .new_band .wrap .container .section_editor_wrap .post_editor_content .public_setting h4 {
    margin-bottom: 10px;
  }
}
.new_band .wrap .container .section_editor_wrap .post_editor_content .public_setting .input_unit {
  padding: 50px 70px;
  border: 3px solid #e7e8ee;
  border-radius: 70px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .new_band .wrap .container .section_editor_wrap .post_editor_content .public_setting .input_unit {
    padding: 25px 35px;
    border-width: 1.5px;
    border-radius: 35px;
  }
}
@media (max-width: 480px) {
  .new_band .wrap .container .section_editor_wrap .post_editor_content .public_setting .input_unit {
    padding: 16.6666666667px 23.3333333333px;
    border-width: 1px;
    border-radius: 23.3333333333px;
  }
}
.new_band .wrap .container .section_editor_wrap .post_editor_content .public_setting .input_unit .toggle_info_desc strong {
  font-weight: 500;
  color: #13151d;
}
.new_band .wrap .container .section_editor_wrap .post_editor_content .public_setting .input_unit .toggle_switch input[type=checkbox] {
  display: none;
}
.new_band .wrap .container .section_editor_wrap .post_editor_content .public_setting .input_unit .toggle_switch input[type=checkbox] + label {
  display: block;
  cursor: pointer;
  width: 120px;
  height: 60px;
  border-radius: 30px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .new_band .wrap .container .section_editor_wrap .post_editor_content .public_setting .input_unit .toggle_switch input[type=checkbox] + label {
    width: 60px;
    height: 30px;
    border-radius: 15px;
  }
}
@media (max-width: 480px) {
  .new_band .wrap .container .section_editor_wrap .post_editor_content .public_setting .input_unit .toggle_switch input[type=checkbox] + label {
    width: 40px;
    height: 20px;
    border-radius: 10px;
  }
}
.new_band .wrap .container .section_editor_wrap .post_editor_content .public_setting .input_unit .toggle_switch input[type=checkbox] + label span {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
}
.new_band .wrap .container .section_editor_wrap .post_editor_content .public_setting .input_unit .toggle_switch input[type=checkbox] + label span.toggle_on {
  display: none;
  background: url("../images/icon_toggle_on.svg") no-repeat center center;
  background-size: cover;
}
.new_band .wrap .container .section_editor_wrap .post_editor_content .public_setting .input_unit .toggle_switch input[type=checkbox] + label span.toggle_off {
  background: url("../images/icon_toggle_off.svg") no-repeat center center;
  background-size: cover;
}
.new_band .wrap .container .section_editor_wrap .post_editor_content .public_setting .input_unit .toggle_switch input[type=checkbox]:checked + label span.toggle_on {
  display: block;
}
.new_band .wrap .container .section_editor_wrap .post_editor_content .public_setting .input_unit .toggle_switch input[type=checkbox]:checked + label span.toggle_off {
  display: none;
}

/** 우리끼리 밴드 메인 */
.woorikkiri_band .wrap .container .contents_body {
  height: calc(100% - 240px);
}
@media (min-width: 767px) {
  .woorikkiri_band .wrap .container .contents_body {
    height: calc(100% - 120px);
  }
}
@media (max-width: 767px) {
  .woorikkiri_band .wrap .container .contents_body {
    height: calc(100% - 120px);
  }
}
@media (max-width: 480px) {
  .woorikkiri_band .wrap .container .contents_body {
    height: calc(100% - 80px);
  }
}
.woorikkiri_band .wrap .container .woorikkiri_band_header {
  position: relative;
  padding: 100px 70px 70px 70px;
  height: 790px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  .woorikkiri_band .wrap .container .woorikkiri_band_header {
    padding: 50px 35px 35px 35px;
    height: 395px;
  }
}
@media (max-width: 480px) {
  .woorikkiri_band .wrap .container .woorikkiri_band_header {
    padding: 33.3333333333px 23.3333333333px 23.3333333333px 23.3333333333px;
    height: 263.3333333333px;
  }
}
.woorikkiri_band .wrap .container .woorikkiri_band_header .btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 30px;
  position: absolute;
  right: 70px;
  bottom: 70px;
}
@media (max-width: 767px) {
  .woorikkiri_band .wrap .container .woorikkiri_band_header .btn_wrap {
    gap: 15px;
    right: 35px;
    bottom: 35px;
  }
}
@media (max-width: 480px) {
  .woorikkiri_band .wrap .container .woorikkiri_band_header .btn_wrap {
    gap: 10px;
    right: 23.3333333333px;
    bottom: 23.3333333333px;
  }
}
.woorikkiri_band .wrap .container .woorikkiri_band_header .btn_wrap button.btn_icon_circle.btn_icon_search:before {
  background: url("../images/icon_search.svg") no-repeat center center;
  background-size: cover;
}
.woorikkiri_band .wrap .container .woorikkiri_band_header .btn_wrap button.btn_icon_circle.btn_icon_write {
  border: 0;
  background-color: #18b7d0;
}
.woorikkiri_band .wrap .container .woorikkiri_band_header .btn_wrap button.btn_icon_circle.btn_icon_write:before {
  background: url("../images/icon_write_white.svg") no-repeat center center;
  background-size: cover;
}
.woorikkiri_band .wrap .container .woorikkiri_band_header .btn_wrap button.btn_icon_circle.btn_icon_band_post_write {
  position: fixed;
  bottom: 240px;
  right: 70px;
  z-index: 1;
}
@media (max-width: 767px) {
  .woorikkiri_band .wrap .container .woorikkiri_band_header .btn_wrap button.btn_icon_circle.btn_icon_band_post_write {
    bottom: 120px;
    right: 35px;
  }
}
@media (max-width: 480px) {
  .woorikkiri_band .wrap .container .woorikkiri_band_header .btn_wrap button.btn_icon_circle.btn_icon_band_post_write {
    bottom: 80px;
    right: 23.3333333333px;
  }
}
.woorikkiri_band .wrap .container .woorikkiri_band_header .btn_wrap button.btn_icon_circle.btn_icon_member_list, .woorikkiri_band .wrap .container .woorikkiri_band_header .btn_wrap button.btn_icon_circle.btn_icon_band_join, .woorikkiri_band .wrap .container .woorikkiri_band_header .btn_wrap button.btn_icon_circle.btn_icon_band_set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 190px;
  height: 190px;
}
@media (min-width: 767px) {
  .woorikkiri_band .wrap .container .woorikkiri_band_header .btn_wrap button.btn_icon_circle.btn_icon_member_list, .woorikkiri_band .wrap .container .woorikkiri_band_header .btn_wrap button.btn_icon_circle.btn_icon_band_join, .woorikkiri_band .wrap .container .woorikkiri_band_header .btn_wrap button.btn_icon_circle.btn_icon_band_set {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 767px) {
  .woorikkiri_band .wrap .container .woorikkiri_band_header .btn_wrap button.btn_icon_circle.btn_icon_member_list, .woorikkiri_band .wrap .container .woorikkiri_band_header .btn_wrap button.btn_icon_circle.btn_icon_band_join, .woorikkiri_band .wrap .container .woorikkiri_band_header .btn_wrap button.btn_icon_circle.btn_icon_band_set {
    width: 60px;
    height: 60px;
  }
}
.woorikkiri_band .wrap .container .woorikkiri_band_header .btn_wrap button.btn_icon_circle.btn_icon_member_list::before, .woorikkiri_band .wrap .container .woorikkiri_band_header .btn_wrap button.btn_icon_circle.btn_icon_band_join::before, .woorikkiri_band .wrap .container .woorikkiri_band_header .btn_wrap button.btn_icon_circle.btn_icon_band_set::before {
  width: 72px;
  height: 72px;
}
@media (min-width: 767px) {
  .woorikkiri_band .wrap .container .woorikkiri_band_header .btn_wrap button.btn_icon_circle.btn_icon_member_list::before, .woorikkiri_band .wrap .container .woorikkiri_band_header .btn_wrap button.btn_icon_circle.btn_icon_band_join::before, .woorikkiri_band .wrap .container .woorikkiri_band_header .btn_wrap button.btn_icon_circle.btn_icon_band_set::before {
    width: 64px;
    height: 64px;
  }
}
@media (max-width: 767px) {
  .woorikkiri_band .wrap .container .woorikkiri_band_header .btn_wrap button.btn_icon_circle.btn_icon_member_list::before, .woorikkiri_band .wrap .container .woorikkiri_band_header .btn_wrap button.btn_icon_circle.btn_icon_band_join::before, .woorikkiri_band .wrap .container .woorikkiri_band_header .btn_wrap button.btn_icon_circle.btn_icon_band_set::before {
    width: 26px;
    height: 26px;
  }
}
.woorikkiri_band .wrap .container .woorikkiri_band_header .btn_wrap button.btn_icon_circle.btn_icon_member_list span.hide, .woorikkiri_band .wrap .container .woorikkiri_band_header .btn_wrap button.btn_icon_circle.btn_icon_band_join span.hide, .woorikkiri_band .wrap .container .woorikkiri_band_header .btn_wrap button.btn_icon_circle.btn_icon_band_set span.hide {
  display: block;
  font-size: 20px;
  opacity: 1;
  line-height: 20px;
}
@media (max-width: 767px) {
  .woorikkiri_band .wrap .container .woorikkiri_band_header .btn_wrap button.btn_icon_circle.btn_icon_member_list span.hide, .woorikkiri_band .wrap .container .woorikkiri_band_header .btn_wrap button.btn_icon_circle.btn_icon_band_join span.hide, .woorikkiri_band .wrap .container .woorikkiri_band_header .btn_wrap button.btn_icon_circle.btn_icon_band_set span.hide {
    font-size: 10px;
    line-height: 10px;
  }
}
.woorikkiri_band .wrap .container .woorikkiri_band_header .woorikkiri_band_header_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 960px;
  overflow: hidden;
  z-index: -1;
}
@media (max-width: 767px) {
  .woorikkiri_band .wrap .container .woorikkiri_band_header .woorikkiri_band_header_img {
    height: 480px;
  }
}
@media (max-width: 480px) {
  .woorikkiri_band .wrap .container .woorikkiri_band_header .woorikkiri_band_header_img {
    height: 320px;
  }
}
.woorikkiri_band .wrap .container .woorikkiri_band_header .woorikkiri_band_header_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* 비율 유지하며 span에 꽉 채우기 (크롭 효과) */
  -o-object-position: center;
     object-position: center; /* 중앙 기준으로 자르기 */
}
.woorikkiri_band .wrap .container section.section_band_info_wrap {
  border-bottom: 30px solid #e7e8ee;
}
@media (max-width: 767px) {
  .woorikkiri_band .wrap .container section.section_band_info_wrap {
    border-bottom-width: 15px;
  }
}
@media (max-width: 480px) {
  .woorikkiri_band .wrap .container section.section_band_info_wrap {
    border-bottom-width: 10px;
  }
}
.woorikkiri_band .wrap .container section.section_band_info_wrap .band_name .tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.woorikkiri_band .wrap .container section.section_band_info_wrap .band_name .tit span {
  font-size: 1.333rem;
  font-weight: 600;
  color: #13151d;
}
.woorikkiri_band .wrap .container section.section_band_info_wrap .band_name .tit a {
  display: block;
}
.woorikkiri_band .wrap .container section.section_band_info_wrap .band_name .tit a i.icon_replace {
  display: block;
  width: 48px;
  height: 48px;
  background: url("../images/icon_refresh.svg") no-repeat center center;
  background-size: cover;
}
@media (max-width: 767px) {
  .woorikkiri_band .wrap .container section.section_band_info_wrap .band_name .tit a i.icon_replace {
    width: 24px;
    height: 24px;
  }
}
.woorikkiri_band .wrap .container section.section_band_info_wrap .band_description .desc {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .woorikkiri_band .wrap .container section.section_band_info_wrap .band_description .desc {
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .woorikkiri_band .wrap .container section.section_band_info_wrap .band_description .desc {
    margin-bottom: 10px;
  }
}
.woorikkiri_band .wrap .container section.section_band_info_wrap .band_description .band_info {
  padding: 50px;
  border-radius: 30px;
  border: 3px solid #e7e8ee;
}
@media (max-width: 767px) {
  .woorikkiri_band .wrap .container section.section_band_info_wrap .band_description .band_info {
    padding: 25px;
    border-radius: 15px;
    border-width: 1.5px;
  }
}
@media (max-width: 480px) {
  .woorikkiri_band .wrap .container section.section_band_info_wrap .band_description .band_info {
    padding: 16.6666666667px;
    border-radius: 10px;
    border-width: 1px;
  }
}
@media (max-width: 344px) {
  .woorikkiri_band .wrap .container section.section_band_info_wrap .band_description .band_info {
    padding: 15px;
  }
}
.woorikkiri_band .wrap .container section.section_band_info_wrap .band_description .band_info .info_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .woorikkiri_band .wrap .container section.section_band_info_wrap .band_description .band_info .info_row {
    margin-top: 5px;
  }
}
@media (max-width: 480px) {
  .woorikkiri_band .wrap .container section.section_band_info_wrap .band_description .band_info .info_row {
    margin-top: 3.3333333333px;
  }
}
.woorikkiri_band .wrap .container section.section_band_info_wrap .band_description .band_info .info_row:nth-child(1) {
  margin-top: 0;
}
.woorikkiri_band .wrap .container section.section_band_info_wrap .band_description .band_info .info_row span.info_item {
  position: relative;
  display: block;
  font-size: 0.857rem;
  margin-left: 30px;
  padding-left: 30px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .woorikkiri_band .wrap .container section.section_band_info_wrap .band_description .band_info .info_row span.info_item {
    margin-left: 15px;
    padding-left: 15px;
    margin-bottom: 5px;
  }
}
@media (max-width: 480px) {
  .woorikkiri_band .wrap .container section.section_band_info_wrap .band_description .band_info .info_row span.info_item {
    margin-left: 10px;
    padding-left: 10px;
    margin-bottom: 3.3333333333px;
  }
}
.woorikkiri_band .wrap .container section.section_band_info_wrap .band_description .band_info .info_row span.info_item:before {
  content: "";
  display: block;
  width: 3px;
  height: 0.571rem;
  background-color: #b8b9bf;
  position: absolute;
  left: 0;
  top: calc(50% - 12px);
}
@media (max-width: 767px) {
  .woorikkiri_band .wrap .container section.section_band_info_wrap .band_description .band_info .info_row span.info_item:before {
    width: 1.5px;
    top: calc(50% - 6px);
  }
}
@media (max-width: 480px) {
  .woorikkiri_band .wrap .container section.section_band_info_wrap .band_description .band_info .info_row span.info_item:before {
    width: 1px;
    top: calc(50% - 4px);
  }
}
.woorikkiri_band .wrap .container section.section_band_info_wrap .band_description .band_info .info_row span.info_item strong {
  font-size: inherit;
  color: #13151d;
}
.woorikkiri_band .wrap .container section.section_band_info_wrap .band_description .band_info .info_row span.info_item:nth-child(1) {
  margin-left: 0;
  padding-left: 0;
}
.woorikkiri_band .wrap .container section.section_band_info_wrap .band_description .band_info .info_row span.info_item:nth-child(1):before {
  display: none;
}
.woorikkiri_band .wrap .container section.section_band_info_wrap .band_description .band_info .info_row button.btn_mem_cancel {
  border-radius: 10px;
  border: 3px solid #e7e8ee;
  background: none;
  padding: 9px 20px;
  font-size: 0.857rem;
  color: #13151d;
  background-color: #f7f7ff;
  position: absolute;
  right: 0;
  bottom: -20px;
}
@media (max-width: 767px) {
  .woorikkiri_band .wrap .container section.section_band_info_wrap .band_description .band_info .info_row button.btn_mem_cancel {
    border-width: 1.5px;
    border-radius: 5px;
    padding: 4.5px 10px;
    bottom: -10px;
  }
}
@media (max-width: 480px) {
  .woorikkiri_band .wrap .container section.section_band_info_wrap .band_description .band_info .info_row button.btn_mem_cancel {
    border-width: 1px;
    border-radius: 3.3333333333px;
    padding: 3px 6.6666666667px;
    bottom: -6.6666666667px;
  }
}
.woorikkiri_band .wrap .container section.section_notice {
  border-bottom: 30px solid #e7e8ee;
}
@media (max-width: 767px) {
  .woorikkiri_band .wrap .container section.section_notice {
    border-bottom-width: 15px;
  }
}
@media (max-width: 480px) {
  .woorikkiri_band .wrap .container section.section_notice {
    border-bottom-width: 10px;
  }
}
.woorikkiri_band .wrap .container section.section_view_wrap .woorikkiri_post_wrap article {
  border-bottom: 3px solid #e7e8ee;
  padding-bottom: 70px;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .woorikkiri_band .wrap .container section.section_view_wrap .woorikkiri_post_wrap article {
    border-bottom-width: 1.5px;
    padding-bottom: 35px;
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .woorikkiri_band .wrap .container section.section_view_wrap .woorikkiri_post_wrap article {
    border-bottom-width: 1px;
    padding-bottom: 23.3333333333px;
    margin-bottom: 23.3333333333px;
  }
}
.woorikkiri_band .wrap .container section.section_view_wrap .woorikkiri_post_wrap article:hover {
  cursor: pointer;
}
.woorikkiri_band .wrap .container section.section_view_wrap .woorikkiri_post_wrap article:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.woorikkiri_band .wrap .container section.section_view_wrap .woorikkiri_post_wrap article .post_meta_wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media (max-width: 767px) {
  .woorikkiri_band .wrap .container section.section_view_wrap .woorikkiri_post_wrap article .post_meta_wrap {
    gap: 15px;
  }
}
@media (max-width: 480px) {
  .woorikkiri_band .wrap .container section.section_view_wrap .woorikkiri_post_wrap article .post_meta_wrap {
    gap: 10px;
  }
}
.woorikkiri_band .wrap .container section.section_view_wrap .woorikkiri_post_wrap article .post_meta_wrap h4 {
  font-size: 1.095rem;
  font-weight: 600;
  color: #13151d;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .woorikkiri_band .wrap .container section.section_view_wrap .woorikkiri_post_wrap article .post_meta_wrap h4 {
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .woorikkiri_band .wrap .container section.section_view_wrap .woorikkiri_post_wrap article .post_meta_wrap h4 {
    margin-bottom: 10px;
  }
}
.woorikkiri_band .wrap .container section.section_view_wrap .woorikkiri_post_wrap article .post_meta_wrap .profile_img {
  width: 110px;
  height: 110px;
  border-radius: 55px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .woorikkiri_band .wrap .container section.section_view_wrap .woorikkiri_post_wrap article .post_meta_wrap .profile_img {
    width: 55px;
    height: 55px;
    border-radius: 27.5px;
  }
}
@media (max-width: 480px) {
  .woorikkiri_band .wrap .container section.section_view_wrap .woorikkiri_post_wrap article .post_meta_wrap .profile_img {
    width: 36px;
    height: 36px;
    border-radius: 18.3333333333px;
  }
}
.woorikkiri_band .wrap .container section.section_view_wrap .woorikkiri_post_wrap article .post_meta_wrap .profile_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* 비율 유지하며 span에 꽉 채우기 (크롭 효과) */
  -o-object-position: center;
     object-position: center; /* 중앙 기준으로 자르기 */
}
.woorikkiri_band .wrap .container section.section_view_wrap .woorikkiri_post_wrap article .post_meta_wrap .post_meta_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% - 140px);
}
@media (max-width: 767px) {
  .woorikkiri_band .wrap .container section.section_view_wrap .woorikkiri_post_wrap article .post_meta_wrap .post_meta_group {
    width: calc(100% - 70px);
  }
}
@media (max-width: 480px) {
  .woorikkiri_band .wrap .container section.section_view_wrap .woorikkiri_post_wrap article .post_meta_wrap .post_meta_group {
    width: calc(100% - 46.6666666667px);
  }
}
.woorikkiri_band .wrap .container section.section_view_wrap .woorikkiri_post_wrap article .post_meta_wrap .post_meta_group .post_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.woorikkiri_band .wrap .container section.section_view_wrap .woorikkiri_post_wrap article .post_meta_wrap .post_meta_group .post_meta span {
  position: relative;
  display: block;
  margin-left: 30px;
  padding-left: 30px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .woorikkiri_band .wrap .container section.section_view_wrap .woorikkiri_post_wrap article .post_meta_wrap .post_meta_group .post_meta span {
    margin-left: 15px;
    padding-left: 15px;
    margin-bottom: 5px;
  }
}
@media (max-width: 480px) {
  .woorikkiri_band .wrap .container section.section_view_wrap .woorikkiri_post_wrap article .post_meta_wrap .post_meta_group .post_meta span {
    margin-left: 10px;
    padding-left: 10px;
    margin-bottom: 3.3333333333px;
  }
}
.woorikkiri_band .wrap .container section.section_view_wrap .woorikkiri_post_wrap article .post_meta_wrap .post_meta_group .post_meta span:before {
  content: "";
  display: block;
  width: 3px;
  height: 0.571rem;
  background-color: #b8b9bf;
  position: absolute;
  left: 0;
  top: calc(50% - 12px);
}
@media (max-width: 767px) {
  .woorikkiri_band .wrap .container section.section_view_wrap .woorikkiri_post_wrap article .post_meta_wrap .post_meta_group .post_meta span:before {
    width: 1.5px;
    top: calc(50% - 6px);
  }
}
@media (max-width: 480px) {
  .woorikkiri_band .wrap .container section.section_view_wrap .woorikkiri_post_wrap article .post_meta_wrap .post_meta_group .post_meta span:before {
    width: 1px;
    top: calc(50% - 4px);
  }
}
.woorikkiri_band .wrap .container section.section_view_wrap .woorikkiri_post_wrap article .post_meta_wrap .post_meta_group .post_meta span strong {
  color: #13151d;
}
.woorikkiri_band .wrap .container section.section_view_wrap .woorikkiri_post_wrap article .post_meta_wrap .post_meta_group .post_meta span:nth-child(1) {
  margin-left: 0;
  padding-left: 0;
}
.woorikkiri_band .wrap .container section.section_view_wrap .woorikkiri_post_wrap article .post_meta_wrap .post_meta_group .post_meta span:nth-child(1):before {
  display: none;
}
.woorikkiri_band .wrap .container section.section_view_wrap .woorikkiri_post_wrap article .post_header {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}
.woorikkiri_band .wrap .container section.section_view_wrap .woorikkiri_post_wrap article .post_content p:nth-of-type(1) {
  margin-top: 0;
}
.woorikkiri_band .wrap .container section.section_view_wrap .woorikkiri_post_wrap article .post_content p.con_img {
  margin-top: 0;
}
.woorikkiri_band .wrap .container section.section_view_wrap .woorikkiri_post_wrap article .post_content img {
  width: 100%;
}

.woorikkiri {
  /** 우리끼리 회원 목록  */
  /** 우리끼리 Post View */
  /** 우리끼리 글쓰기 */
  /** 우리끼리 설정 */
  /** 우리끼리 스케쥴 등록/수정 */
  /** 우리끼리 신고 게시물 관리 */
  /** 우리끼리 회원가입 신청 회원 목록 */
}
.woorikkiri.member_list .wrap .container header .page_tit {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.woorikkiri.member_list .wrap .container .member_list_contents .sort_header {
  padding: 0 70px;
}
@media (max-width: 767px) {
  .woorikkiri.member_list .wrap .container .member_list_contents .sort_header {
    padding: 0 35px;
  }
}
@media (max-width: 480px) {
  .woorikkiri.member_list .wrap .container .member_list_contents .sort_header {
    padding: 0 23.3333333333px;
  }
}
.woorikkiri.member_list .wrap .container .member_list_contents .sort_header .sort_wrap {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 3px solid #e7e8ee;
}
@media (max-width: 767px) {
  .woorikkiri.member_list .wrap .container .member_list_contents .sort_header .sort_wrap {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom-width: 1.5px;
  }
}
@media (max-width: 480px) {
  .woorikkiri.member_list .wrap .container .member_list_contents .sort_header .sort_wrap {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom-width: 1px;
  }
}
.woorikkiri.member_list .wrap .container .member_list_contents .sort_header .sort_wrap .inline_icon_sort_btn_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}
@media (max-width: 767px) {
  .woorikkiri.member_list .wrap .container .member_list_contents .sort_header .sort_wrap .inline_icon_sort_btn_group {
    gap: 10px;
  }
}
@media (max-width: 480px) {
  .woorikkiri.member_list .wrap .container .member_list_contents .sort_header .sort_wrap .inline_icon_sort_btn_group {
    gap: 3px;
  }
}
.woorikkiri.member_list .wrap .container .member_list_contents .sort_header .sort_wrap .inline_icon_sort_btn_group button.btn_icon_sort {
  position: relative;
  border-radius: 10px;
  border: 3px solid #e7e8ee;
  padding: 9px 20px;
  padding-right: 70px;
  font-size: 0.857rem;
  color: #13151d;
  background-color: #f7f7ff;
}
@media (max-width: 767px) {
  .woorikkiri.member_list .wrap .container .member_list_contents .sort_header .sort_wrap .inline_icon_sort_btn_group button.btn_icon_sort {
    border-width: 1.5px;
    border-radius: 5px;
    padding: 4.5px 10px;
    padding-right: 35px;
  }
}
@media (max-width: 480px) {
  .woorikkiri.member_list .wrap .container .member_list_contents .sort_header .sort_wrap .inline_icon_sort_btn_group button.btn_icon_sort {
    border-width: 1px;
    border-radius: 3.3333333333px;
    padding: 3px 3px;
    padding-right: 15px;
  }
}
.woorikkiri.member_list .wrap .container .member_list_contents .sort_header .sort_wrap .inline_icon_sort_btn_group button.btn_icon_sort span {
  font-size: 0.85rem;
}
.woorikkiri.member_list .wrap .container .member_list_contents .sort_header .sort_wrap .inline_icon_sort_btn_group button.btn_icon_sort:after {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background: url("../images/icon_arrow_down.svg") no-repeat center center;
  background-size: cover;
  position: absolute;
  top: calc(50% - 18px);
  right: 20px;
}
@media (max-width: 767px) {
  .woorikkiri.member_list .wrap .container .member_list_contents .sort_header .sort_wrap .inline_icon_sort_btn_group button.btn_icon_sort:after {
    width: 18px;
    height: 18px;
    top: calc(50% - 9px);
    right: 10px;
  }
}
@media (max-width: 480px) {
  .woorikkiri.member_list .wrap .container .member_list_contents .sort_header .sort_wrap .inline_icon_sort_btn_group button.btn_icon_sort:after {
    width: 12px;
    height: 12px;
    top: calc(50% - 6px);
    right: 3px;
  }
}
.woorikkiri.member_list .wrap .container .member_list_contents .sort_header .sort_wrap .inline_icon_sort_btn_group button.btn_icon_sort.active {
  background-color: #18b7d0;
  border-color: #18b7d0;
}
.woorikkiri.member_list .wrap .container .member_list_contents .sort_header .sort_wrap .inline_icon_sort_btn_group button.btn_icon_sort.active:after {
  background: url("../images/icon_arrow_down.svg") no-repeat center center;
  background-size: cover;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.woorikkiri.member_list .wrap .container .member_list_contents .sort_header .sort_wrap .inline_icon_sort_btn_group button.btn_icon_sort.active span {
  color: #fff;
}
.woorikkiri.member_list .wrap .container .member_list_contents section.section_member_list {
  padding-top: 30px;
  border-bottom: 0;
}
@media (max-width: 767px) {
  .woorikkiri.member_list .wrap .container .member_list_contents section.section_member_list {
    padding-top: 15px;
  }
}
@media (max-width: 480px) {
  .woorikkiri.member_list .wrap .container .member_list_contents section.section_member_list {
    padding-top: 10px;
  }
}
.woorikkiri.member_list .wrap .container .member_list_contents section.section_member_list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.woorikkiri.member_list .wrap .container .member_list_contents section.section_member_list ul.woorikkiri_member_list_wrap li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
  margin-bottom: 50px;
}
.woorikkiri.member_list .wrap .container .member_list_contents section.section_member_list ul.woorikkiri_member_list_wrap li:nth-last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .woorikkiri.member_list .wrap .container .member_list_contents section.section_member_list ul.woorikkiri_member_list_wrap li {
    gap: 15px;
    margin-bottom: 25px;
  }
}
@media (max-width: 480px) {
  .woorikkiri.member_list .wrap .container .member_list_contents section.section_member_list ul.woorikkiri_member_list_wrap li {
    gap: 10px;
    margin-bottom: 16.6666666667px;
  }
}
.woorikkiri.member_list .wrap .container .member_list_contents section.section_member_list ul.woorikkiri_member_list_wrap li span.profile_img {
  width: 140px;
  height: 140px;
  border-radius: 55px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .woorikkiri.member_list .wrap .container .member_list_contents section.section_member_list ul.woorikkiri_member_list_wrap li span.profile_img {
    width: 70px;
    height: 70px;
    border-radius: 27.5px;
  }
}
@media (max-width: 480px) {
  .woorikkiri.member_list .wrap .container .member_list_contents section.section_member_list ul.woorikkiri_member_list_wrap li span.profile_img {
    width: 46.6666666667px;
    height: 46.6666666667px;
    border-radius: 18.3333333333px;
  }
}
@media (max-width: 344px) {
  .woorikkiri.member_list .wrap .container .member_list_contents section.section_member_list ul.woorikkiri_member_list_wrap li span.profile_img {
    width: 36px;
    height: 36px;
  }
}
.woorikkiri.member_list .wrap .container .member_list_contents section.section_member_list ul.woorikkiri_member_list_wrap li span.profile_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* 비율 유지하며 span에 꽉 채우기 (크롭 효과) */
  -o-object-position: center;
     object-position: center; /* 중앙 기준으로 자르기 */
}
.woorikkiri.member_list .wrap .container .member_list_contents section.section_member_list ul.woorikkiri_member_list_wrap li .profile_content {
  width: calc(100% - 140px);
}
@media (max-width: 767px) {
  .woorikkiri.member_list .wrap .container .member_list_contents section.section_member_list ul.woorikkiri_member_list_wrap li .profile_content {
    width: calc(100% - 70px);
  }
}
@media (max-width: 480px) {
  .woorikkiri.member_list .wrap .container .member_list_contents section.section_member_list ul.woorikkiri_member_list_wrap li .profile_content {
    width: calc(100% - 46.6666666667px);
  }
}
.woorikkiri.member_list .wrap .container .member_list_contents section.section_member_list ul.woorikkiri_member_list_wrap li .profile_content .profile_meta_group .porfile_nickname {
  font-size: 1.095rem;
  font-weight: 600;
  color: #13151d;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .woorikkiri.member_list .wrap .container .member_list_contents section.section_member_list ul.woorikkiri_member_list_wrap li .profile_content .profile_meta_group .porfile_nickname {
    margin-bottom: 5px;
  }
}
@media (max-width: 480px) {
  .woorikkiri.member_list .wrap .container .member_list_contents section.section_member_list ul.woorikkiri_member_list_wrap li .profile_content .profile_meta_group .porfile_nickname {
    margin-bottom: 3.3333333333px;
  }
}
.woorikkiri.member_list .wrap .container .member_list_contents section.section_member_list ul.woorikkiri_member_list_wrap li .profile_content .profile_meta_group .porfile_nickname span {
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 0.857rem;
}
@media (max-width: 767px) {
  .woorikkiri.member_list .wrap .container .member_list_contents section.section_member_list ul.woorikkiri_member_list_wrap li .profile_content .profile_meta_group .porfile_nickname span {
    padding: 5px 10px;
    border-radius: 5px;
  }
}
@media (max-width: 480px) {
  .woorikkiri.member_list .wrap .container .member_list_contents section.section_member_list ul.woorikkiri_member_list_wrap li .profile_content .profile_meta_group .porfile_nickname span {
    padding: 3.3333333333px 6.6666666667px;
    border-radius: 3.3333333333px;
  }
}
.woorikkiri.member_list .wrap .container .member_list_contents section.section_member_list ul.woorikkiri_member_list_wrap li .profile_content .profile_meta_group .porfile_nickname span.badge_owner {
  background-color: #18b7d0;
}
.woorikkiri.member_list .wrap .container .member_list_contents section.section_member_list ul.woorikkiri_member_list_wrap li .profile_content .profile_meta_group .porfile_nickname span.badge_admin {
  background-color: #80b121;
}
.woorikkiri.member_list .wrap .container .member_list_contents section.section_member_list ul.woorikkiri_member_list_wrap li .profile_content .profile_meta_group .profile_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.woorikkiri.member_list .wrap .container .member_list_contents section.section_member_list ul.woorikkiri_member_list_wrap li .profile_content .profile_meta_group .profile_meta span {
  position: relative;
  display: block;
  margin-left: 30px;
  padding-left: 30px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .woorikkiri.member_list .wrap .container .member_list_contents section.section_member_list ul.woorikkiri_member_list_wrap li .profile_content .profile_meta_group .profile_meta span {
    margin-left: 15px;
    padding-left: 15px;
    margin-bottom: 5px;
  }
}
@media (max-width: 480px) {
  .woorikkiri.member_list .wrap .container .member_list_contents section.section_member_list ul.woorikkiri_member_list_wrap li .profile_content .profile_meta_group .profile_meta span {
    margin-left: 10px;
    padding-left: 10px;
    margin-bottom: 3.3333333333px;
  }
}
.woorikkiri.member_list .wrap .container .member_list_contents section.section_member_list ul.woorikkiri_member_list_wrap li .profile_content .profile_meta_group .profile_meta span:before {
  content: "";
  display: block;
  width: 3px;
  height: 0.571rem;
  background-color: #b8b9bf;
  position: absolute;
  left: 0;
  top: calc(50% - 12px);
}
@media (max-width: 767px) {
  .woorikkiri.member_list .wrap .container .member_list_contents section.section_member_list ul.woorikkiri_member_list_wrap li .profile_content .profile_meta_group .profile_meta span:before {
    width: 1.5px;
    top: calc(50% - 6px);
  }
}
@media (max-width: 480px) {
  .woorikkiri.member_list .wrap .container .member_list_contents section.section_member_list ul.woorikkiri_member_list_wrap li .profile_content .profile_meta_group .profile_meta span:before {
    width: 1px;
    top: calc(50% - 4px);
  }
}
.woorikkiri.member_list .wrap .container .member_list_contents section.section_member_list ul.woorikkiri_member_list_wrap li .profile_content .profile_meta_group .profile_meta span strong {
  color: #13151d;
}
.woorikkiri.member_list .wrap .container .member_list_contents section.section_member_list ul.woorikkiri_member_list_wrap li .profile_content .profile_meta_group .profile_meta span:nth-child(1) {
  margin-left: 0;
  padding-left: 0;
}
.woorikkiri.member_list .wrap .container .member_list_contents section.section_member_list ul.woorikkiri_member_list_wrap li .profile_content .profile_meta_group .profile_meta span:nth-child(1):before {
  display: none;
}
.woorikkiri.post_view .wrap .container .section_view_wrap {
  border-bottom: 0;
}
@media (max-width: 767px) {
  .woorikkiri.post_view .wrap .container .section_view_wrap {
    border-bottom: 0;
  }
}
@media (max-width: 480px) {
  .woorikkiri.post_view .wrap .container .section_view_wrap {
    border-bottom: 0;
  }
}
.woorikkiri.editor .wrap .container .section_editor_wrap {
  border-bottom: 0;
}
@media (max-width: 767px) {
  .woorikkiri.editor .wrap .container .section_editor_wrap {
    border-bottom: 0;
  }
}
@media (max-width: 480px) {
  .woorikkiri.editor .wrap .container .section_editor_wrap {
    border-bottom: 0;
  }
}
.woorikkiri.band_settings .wrap header .page_tit {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.woorikkiri.band_settings .wrap .contents_body section.section_editor_wrap {
  padding-top: 0;
  border-bottom: 30px solid #e7e8ee;
}
@media (max-width: 767px) {
  .woorikkiri.band_settings .wrap .contents_body section.section_editor_wrap {
    border-bottom-width: 15px;
  }
}
@media (max-width: 480px) {
  .woorikkiri.band_settings .wrap .contents_body section.section_editor_wrap {
    border-bottom-width: 10px;
  }
}
.woorikkiri.band_settings .wrap .contents_body section.section_editor_wrap .section_tit .tit_btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
@media (max-width: 767px) {
  .woorikkiri.band_settings .wrap .contents_body section.section_editor_wrap .section_tit .tit_btn_wrap {
    gap: 7.5px;
  }
}
@media (max-width: 480px) {
  .woorikkiri.band_settings .wrap .contents_body section.section_editor_wrap .section_tit .tit_btn_wrap {
    gap: 7.5px;
  }
}
.woorikkiri.band_settings .wrap .contents_body section.section_editor_wrap .section_tit .tit_btn_wrap button.btn_icon_report, .woorikkiri.band_settings .wrap .contents_body section.section_editor_wrap .section_tit .tit_btn_wrap button.btn_icon_member, .woorikkiri.band_settings .wrap .contents_body section.section_editor_wrap .section_tit .tit_btn_wrap button.btn_icon_schedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 190px;
  height: 190px;
}
@media (min-width: 767px) {
  .woorikkiri.band_settings .wrap .contents_body section.section_editor_wrap .section_tit .tit_btn_wrap button.btn_icon_report, .woorikkiri.band_settings .wrap .contents_body section.section_editor_wrap .section_tit .tit_btn_wrap button.btn_icon_member, .woorikkiri.band_settings .wrap .contents_body section.section_editor_wrap .section_tit .tit_btn_wrap button.btn_icon_schedule {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 767px) {
  .woorikkiri.band_settings .wrap .contents_body section.section_editor_wrap .section_tit .tit_btn_wrap button.btn_icon_report, .woorikkiri.band_settings .wrap .contents_body section.section_editor_wrap .section_tit .tit_btn_wrap button.btn_icon_member, .woorikkiri.band_settings .wrap .contents_body section.section_editor_wrap .section_tit .tit_btn_wrap button.btn_icon_schedule {
    width: 60px;
    height: 60px;
  }
}
.woorikkiri.band_settings .wrap .contents_body section.section_editor_wrap .section_tit .tit_btn_wrap button.btn_icon_report::before, .woorikkiri.band_settings .wrap .contents_body section.section_editor_wrap .section_tit .tit_btn_wrap button.btn_icon_member::before, .woorikkiri.band_settings .wrap .contents_body section.section_editor_wrap .section_tit .tit_btn_wrap button.btn_icon_schedule::before {
  width: 72px;
  height: 72px;
  margin-top: 0.133rem;
  margin-bottom: 0.317rem;
}
@media (min-width: 767px) {
  .woorikkiri.band_settings .wrap .contents_body section.section_editor_wrap .section_tit .tit_btn_wrap button.btn_icon_report::before, .woorikkiri.band_settings .wrap .contents_body section.section_editor_wrap .section_tit .tit_btn_wrap button.btn_icon_member::before, .woorikkiri.band_settings .wrap .contents_body section.section_editor_wrap .section_tit .tit_btn_wrap button.btn_icon_schedule::before {
    width: 46px;
    height: 46px;
    margin-top: 0.833rem;
    margin-bottom: 0.417rem;
  }
}
@media (max-width: 767px) {
  .woorikkiri.band_settings .wrap .contents_body section.section_editor_wrap .section_tit .tit_btn_wrap button.btn_icon_report::before, .woorikkiri.band_settings .wrap .contents_body section.section_editor_wrap .section_tit .tit_btn_wrap button.btn_icon_member::before, .woorikkiri.band_settings .wrap .contents_body section.section_editor_wrap .section_tit .tit_btn_wrap button.btn_icon_schedule::before {
    width: 26px;
    height: 26px;
    margin-top: 0.833rem;
    margin-bottom: 0.167rem;
  }
}
.woorikkiri.band_settings .wrap .contents_body section.section_editor_wrap .section_tit .tit_btn_wrap button.btn_icon_report span.hide, .woorikkiri.band_settings .wrap .contents_body section.section_editor_wrap .section_tit .tit_btn_wrap button.btn_icon_member span.hide, .woorikkiri.band_settings .wrap .contents_body section.section_editor_wrap .section_tit .tit_btn_wrap button.btn_icon_schedule span.hide {
  display: block;
  font-size: 0.556rem;
  opacity: 1;
  line-height: 1.2em;
}
@media (max-width: 767px) {
  .woorikkiri.band_settings .wrap .contents_body section.section_editor_wrap .section_tit .tit_btn_wrap button.btn_icon_report span.hide, .woorikkiri.band_settings .wrap .contents_body section.section_editor_wrap .section_tit .tit_btn_wrap button.btn_icon_member span.hide, .woorikkiri.band_settings .wrap .contents_body section.section_editor_wrap .section_tit .tit_btn_wrap button.btn_icon_schedule span.hide {
    font-size: 0.625rem;
  }
}
.woorikkiri.band_settings .wrap .contents_body section.section_band_admin_settings {
  border-bottom: 0;
}
@media (max-width: 767px) {
  .woorikkiri.band_settings .wrap .contents_body section.section_band_admin_settings {
    border-bottom: 0;
  }
}
@media (max-width: 480px) {
  .woorikkiri.band_settings .wrap .contents_body section.section_band_admin_settings {
    border-bottom: 0;
  }
}
.woorikkiri.band_settings .wrap .contents_body section.section_band_admin_settings .admin_mem_list_wrap {
  list-style: none;
  margin: 0;
  padding: 0;
}
.woorikkiri.band_settings .wrap .contents_body section.section_band_admin_settings .admin_mem_list_wrap li {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .woorikkiri.band_settings .wrap .contents_body section.section_band_admin_settings .admin_mem_list_wrap li {
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .woorikkiri.band_settings .wrap .contents_body section.section_band_admin_settings .admin_mem_list_wrap li {
    margin-bottom: 10px;
  }
}
.woorikkiri.band_settings .wrap .contents_body section.section_band_admin_settings .admin_mem_list_wrap li:nth-last-child {
  margin-bottom: 0;
}
.woorikkiri.band_settings .wrap .contents_body section.section_band_admin_settings .admin_mem_list_wrap li .mem_nickname {
  color: #13151d;
}
.woorikkiri.band_settings .wrap .contents_body section.section_band_admin_settings .admin_mem_list_wrap li button.btn_icon_mini {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  background-color: #f7f7f7;
  color: #5a5e6c;
}
@media (max-width: 767px) {
  .woorikkiri.band_settings .wrap .contents_body section.section_band_admin_settings .admin_mem_list_wrap li button.btn_icon_mini {
    gap: 5px;
  }
}
@media (max-width: 480px) {
  .woorikkiri.band_settings .wrap .contents_body section.section_band_admin_settings .admin_mem_list_wrap li button.btn_icon_mini {
    gap: 3.3333333333px;
  }
}
.woorikkiri.band_settings .wrap .contents_body section.section_band_admin_settings .admin_mem_list_wrap li button.btn_icon_mini::before {
  content: "";
  display: block;
  width: 46px;
  height: 46px;
  background: url("../images/icon_close.svg") no-repeat center center;
  -webkit-filter: brightness(1) invert(1);
          filter: brightness(1) invert(1);
}
@media (max-width: 767px) {
  .woorikkiri.band_settings .wrap .contents_body section.section_band_admin_settings .admin_mem_list_wrap li button.btn_icon_mini::before {
    width: 23px;
    height: 23px;
  }
}
@media (max-width: 480px) {
  .woorikkiri.band_settings .wrap .contents_body section.section_band_admin_settings .admin_mem_list_wrap li button.btn_icon_mini::before {
    width: 15.3333333333px;
    height: 15.3333333333px;
  }
}
.woorikkiri.band_settings .wrap .contents_body section.section_band_admin_settings .admin_mem_list_wrap li button.btn_icon_mini.btn_add_admin {
  border: 0;
  background-color: #18b7d0;
}
.woorikkiri.band_settings .wrap .contents_body section.section_band_admin_settings .admin_mem_list_wrap li button.btn_icon_mini.btn_add_admin::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.woorikkiri.band_settings .wrap .contents_body section.section_band_admin_settings .admin_mem_list_wrap li button.btn_icon_mini.btn_add_admin span {
  color: #ffffff;
}
.woorikkiri.band_settings .wrap .contents_body section.section_band_admin_settings .nickname_search_wrap .search_header {
  padding: 30px 0;
}
@media (max-width: 767px) {
  .woorikkiri.band_settings .wrap .contents_body section.section_band_admin_settings .nickname_search_wrap .search_header {
    padding: 15px 0;
  }
}
@media (max-width: 480px) {
  .woorikkiri.band_settings .wrap .contents_body section.section_band_admin_settings .nickname_search_wrap .search_header {
    padding: 10px 0;
  }
}
.woorikkiri.band_settings .wrap .contents_body > .btn_wrap {
  padding: 0 70px;
}
@media (max-width: 767px) {
  .woorikkiri.band_settings .wrap .contents_body > .btn_wrap {
    padding: 0 35px;
  }
}
@media (max-width: 480px) {
  .woorikkiri.band_settings .wrap .contents_body > .btn_wrap {
    padding: 0 23.3333333333px;
  }
}
.woorikkiri.band_settings .wrap .contents_body > .btn_wrap button.btn_confirm {
  width: 100%;
}
.woorikkiri.report_post_list .wrap .container .contents_body section.section_report_post_wrap {
  padding-top: 0;
  border-bottom: 0;
}
@media (max-width: 767px) {
  .woorikkiri.report_post_list .wrap .container .contents_body section.section_report_post_wrap {
    border-bottom: 0;
  }
}
@media (max-width: 480px) {
  .woorikkiri.report_post_list .wrap .container .contents_body section.section_report_post_wrap {
    border-bottom: 0;
  }
}
.woorikkiri.report_post_list .wrap .container .contents_body section.section_report_post_wrap .report_post_wrap ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.woorikkiri.report_post_list .wrap .container .contents_body section.section_report_post_wrap .report_post_wrap ul.report_post_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .woorikkiri.report_post_list .wrap .container .contents_body section.section_report_post_wrap .report_post_wrap ul.report_post_list li {
    gap: 15px;
    margin-top: 25px;
  }
}
@media (max-width: 480px) {
  .woorikkiri.report_post_list .wrap .container .contents_body section.section_report_post_wrap .report_post_wrap ul.report_post_list li {
    gap: 10px;
    margin-top: 16.6666666667px;
  }
}
.woorikkiri.report_post_list .wrap .container .contents_body section.section_report_post_wrap .report_post_wrap ul.report_post_list li:nth-child(1) {
  margin-top: 0;
}
.woorikkiri.report_post_list .wrap .container .contents_body section.section_report_post_wrap .report_post_wrap ul.report_post_list li .profile_img {
  width: 140px;
  height: 140px;
}
@media (max-width: 767px) {
  .woorikkiri.report_post_list .wrap .container .contents_body section.section_report_post_wrap .report_post_wrap ul.report_post_list li .profile_img {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 480px) {
  .woorikkiri.report_post_list .wrap .container .contents_body section.section_report_post_wrap .report_post_wrap ul.report_post_list li .profile_img {
    width: 36px;
    height: 36px;
  }
}
.woorikkiri.report_post_list .wrap .container .contents_body section.section_report_post_wrap .report_post_wrap ul.report_post_list li .profile_img img {
  display: block;
  width: 100%;
}
.woorikkiri.report_post_list .wrap .container .contents_body section.section_report_post_wrap .report_post_wrap ul.report_post_list li .report_post_content {
  width: calc(100% - 170px);
}
@media (max-width: 767px) {
  .woorikkiri.report_post_list .wrap .container .contents_body section.section_report_post_wrap .report_post_wrap ul.report_post_list li .report_post_content {
    width: calc(100% - 85px);
  }
}
@media (max-width: 480px) {
  .woorikkiri.report_post_list .wrap .container .contents_body section.section_report_post_wrap .report_post_wrap ul.report_post_list li .report_post_content {
    width: calc(100% - 56.6666666667px);
  }
}
.woorikkiri.report_post_list .wrap .container .contents_body section.section_report_post_wrap .report_post_wrap ul.report_post_list li .report_post_content .report_post_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
}
@media (max-width: 767px) {
  .woorikkiri.report_post_list .wrap .container .contents_body section.section_report_post_wrap .report_post_wrap ul.report_post_list li .report_post_content .report_post_text {
    gap: 25px;
  }
}
@media (max-width: 480px) {
  .woorikkiri.report_post_list .wrap .container .contents_body section.section_report_post_wrap .report_post_wrap ul.report_post_list li .report_post_content .report_post_text {
    gap: 16.6666666667px;
  }
}
.woorikkiri.report_post_list .wrap .container .contents_body section.section_report_post_wrap .report_post_wrap ul.report_post_list li .report_post_content .report_post_text span {
  display: block;
  width: calc(100% - 206px);
}
@media (max-width: 767px) {
  .woorikkiri.report_post_list .wrap .container .contents_body section.section_report_post_wrap .report_post_wrap ul.report_post_list li .report_post_content .report_post_text span {
    width: calc(100% - 103px);
  }
}
@media (max-width: 480px) {
  .woorikkiri.report_post_list .wrap .container .contents_body section.section_report_post_wrap .report_post_wrap ul.report_post_list li .report_post_content .report_post_text span {
    width: calc(100% - 68.6666666667px);
  }
}
.woorikkiri.report_post_list .wrap .container .contents_body section.section_report_post_wrap .report_post_wrap ul.report_post_list li .report_post_content .report_post_text .report_post_editor_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
@media (max-width: 767px) {
  .woorikkiri.report_post_list .wrap .container .contents_body section.section_report_post_wrap .report_post_wrap ul.report_post_list li .report_post_content .report_post_text .report_post_editor_btn {
    gap: 5px;
  }
}
@media (max-width: 480px) {
  .woorikkiri.report_post_list .wrap .container .contents_body section.section_report_post_wrap .report_post_wrap ul.report_post_list li .report_post_content .report_post_text .report_post_editor_btn {
    gap: 3.3333333333px;
  }
}
.woorikkiri.report_post_list .wrap .container .contents_body section.section_report_post_wrap .report_post_wrap ul.report_post_list li .report_post_content .report_post_text .report_post_editor_btn button {
  border: 1px solid #e7e8ee;
  font-size: 0;
  padding: 7px 18px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .woorikkiri.report_post_list .wrap .container .contents_body section.section_report_post_wrap .report_post_wrap ul.report_post_list li .report_post_content .report_post_text .report_post_editor_btn button {
    padding: 3.5px 9px;
    border-radius: 5px;
  }
}
@media (max-width: 480px) {
  .woorikkiri.report_post_list .wrap .container .contents_body section.section_report_post_wrap .report_post_wrap ul.report_post_list li .report_post_content .report_post_text .report_post_editor_btn button {
    padding: 2.3333333333px 6px;
    border-radius: 3.3333333333px;
  }
}
.woorikkiri.report_post_list .wrap .container .contents_body section.section_report_post_wrap .report_post_wrap ul.report_post_list li .report_post_content .report_post_text .report_post_editor_btn button:before {
  content: "";
  display: block;
  width: 37px;
  height: 37px;
}
@media (max-width: 767px) {
  .woorikkiri.report_post_list .wrap .container .contents_body section.section_report_post_wrap .report_post_wrap ul.report_post_list li .report_post_content .report_post_text .report_post_editor_btn button:before {
    width: 18.5px;
    height: 18.5px;
  }
}
@media (max-width: 480px) {
  .woorikkiri.report_post_list .wrap .container .contents_body section.section_report_post_wrap .report_post_wrap ul.report_post_list li .report_post_content .report_post_text .report_post_editor_btn button:before {
    width: 12.3333333333px;
    height: 12.3333333333px;
  }
}
.woorikkiri.report_post_list .wrap .container .contents_body section.section_report_post_wrap .report_post_wrap ul.report_post_list li .report_post_content .report_post_text .report_post_editor_btn button:before img {
  display: block;
  width: 100%;
}
.woorikkiri.report_post_list .wrap .container .contents_body section.section_report_post_wrap .report_post_wrap ul.report_post_list li .report_post_content .report_post_meta_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .woorikkiri.report_post_list .wrap .container .contents_body section.section_report_post_wrap .report_post_wrap ul.report_post_list li .report_post_content .report_post_meta_group {
    margin-top: 10px;
  }
}
@media (max-width: 480px) {
  .woorikkiri.report_post_list .wrap .container .contents_body section.section_report_post_wrap .report_post_wrap ul.report_post_list li .report_post_content .report_post_meta_group {
    margin-top: 6.6666666667px;
  }
}
.woorikkiri.report_post_list .wrap .container .contents_body section.section_report_post_wrap .report_post_wrap ul.report_post_list li .report_post_content .report_post_meta_group span.report_post_author {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #13151d;
  width: calc(100% - 360px);
}
@media (max-width: 767px) {
  .woorikkiri.report_post_list .wrap .container .contents_body section.section_report_post_wrap .report_post_wrap ul.report_post_list li .report_post_content .report_post_meta_group span.report_post_author {
    width: calc(100% - 180px);
  }
}
@media (max-width: 480px) {
  .woorikkiri.report_post_list .wrap .container .contents_body section.section_report_post_wrap .report_post_wrap ul.report_post_list li .report_post_content .report_post_meta_group span.report_post_author {
    width: calc(100% - 120px);
  }
}
.woorikkiri.report_post_list .wrap .container .contents_body section.section_report_post_wrap .report_post_wrap ul.report_post_list li .report_post_content .report_post_meta_group .report_post_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.woorikkiri.report_post_list .wrap .container .contents_body section.section_report_post_wrap .report_post_wrap ul.report_post_list li .report_post_content .report_post_meta_group .report_post_meta span {
  position: relative;
  display: block;
  font-size: 0.857rem;
}
.woorikkiri.report_post_list .wrap .container .contents_body section.section_report_post_wrap .report_post_wrap ul.report_post_list li .report_post_content .report_post_meta_group .report_post_meta span.post_comment {
  margin-left: 30px;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .woorikkiri.report_post_list .wrap .container .contents_body section.section_report_post_wrap .report_post_wrap ul.report_post_list li .report_post_content .report_post_meta_group .report_post_meta span.post_comment {
    margin-left: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 480px) {
  .woorikkiri.report_post_list .wrap .container .contents_body section.section_report_post_wrap .report_post_wrap ul.report_post_list li .report_post_content .report_post_meta_group .report_post_meta span.post_comment {
    margin-left: 10px;
    padding-left: 10px;
  }
}
.woorikkiri.report_post_list .wrap .container .contents_body section.section_report_post_wrap .report_post_wrap ul.report_post_list li .report_post_content .report_post_meta_group .report_post_meta span.post_comment:before {
  content: "";
  display: block;
  width: 3px;
  height: 0.571rem;
  background-color: #b8b9bf;
  position: absolute;
  left: 0;
  top: calc(50% - 12px);
}
@media (max-width: 767px) {
  .woorikkiri.report_post_list .wrap .container .contents_body section.section_report_post_wrap .report_post_wrap ul.report_post_list li .report_post_content .report_post_meta_group .report_post_meta span.post_comment:before {
    width: 1.5px;
    top: calc(50% - 6px);
  }
}
@media (max-width: 480px) {
  .woorikkiri.report_post_list .wrap .container .contents_body section.section_report_post_wrap .report_post_wrap ul.report_post_list li .report_post_content .report_post_meta_group .report_post_meta span.post_comment:before {
    width: 1px;
    top: calc(50% - 4px);
  }
}
.woorikkiri.apply_member_list .wrap .container .contents_body button.btn_approve {
  background-color: #18b7d0;
  color: #ffffff;
  border: 0;
}

/** _schedule */
.schedule .wrap .container .cat_header .btn_wrap {
  position: relative;
}
.schedule .wrap .container .cat_header .btn_wrap .btn_icon_write {
  background-color: #18b7d0;
  border: 0;
  position: absolute;
  bottom: -320px;
}
@media (max-width: 767px) {
  .schedule .wrap .container .cat_header .btn_wrap .btn_icon_write {
    bottom: -180px;
  }
}
@media (max-width: 480px) {
  .schedule .wrap .container .cat_header .btn_wrap .btn_icon_write {
    bottom: -120px;
  }
}
.schedule .wrap .container .cat_header .btn_wrap .btn_icon_write:before {
  background: url("../images/icon_add_white.svg") no-repeat center center;
  background-size: cover;
}
.schedule .wrap .container section.section_schedule .section_tit .tit_btn_wrap .schedule_type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media (max-width: 767px) {
  .schedule .wrap .container section.section_schedule .section_tit .tit_btn_wrap .schedule_type {
    gap: 15px;
  }
}
@media (max-width: 480px) {
  .schedule .wrap .container section.section_schedule .section_tit .tit_btn_wrap .schedule_type {
    gap: 10px;
  }
}
.schedule .wrap .container section.section_schedule .schedule_calendar_wrap .calendar_controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 70px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .schedule .wrap .container section.section_schedule .schedule_calendar_wrap .calendar_controller {
    gap: 35px;
    margin-bottom: 25px;
  }
}
@media (max-width: 480px) {
  .schedule .wrap .container section.section_schedule .schedule_calendar_wrap .calendar_controller {
    gap: 23.3333333333px;
    margin-bottom: 16.6666666667px;
  }
}
.schedule .wrap .container section.section_schedule .schedule_calendar_wrap .calendar_controller button.btn_arrow::before {
  content: "";
  display: block;
  width: 52px;
  height: 52px;
}
@media (max-width: 767px) {
  .schedule .wrap .container section.section_schedule .schedule_calendar_wrap .calendar_controller button.btn_arrow::before {
    width: 26px;
    height: 26px;
  }
}
@media (max-width: 480px) {
  .schedule .wrap .container section.section_schedule .schedule_calendar_wrap .calendar_controller button.btn_arrow::before {
    width: 17.3333333333px;
    height: 17.3333333333px;
  }
}
.schedule .wrap .container section.section_schedule .schedule_calendar_wrap .calendar_controller button.btn_arrow.btn_arrow_prev::before {
  background: url("../images/icon_arrow_left.svg") no-repeat center center;
  background-size: cover;
}
.schedule .wrap .container section.section_schedule .schedule_calendar_wrap .calendar_controller button.btn_arrow.btn_arrow_next::before {
  background: url("../images/icon_arrow_right.svg") no-repeat center center;
  background-size: cover;
}
.schedule .wrap .container section.section_schedule .schedule_calendar_wrap .calendar_controller .calendar_date {
  font-size: 1.476rem;
  font-weight: 700;
  color: #333a40;
}
.schedule .wrap .container section.section_schedule .schedule_calendar_wrap .calendar_wrap ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 3px;
}
@media (max-width: 767px) {
  .schedule .wrap .container section.section_schedule .schedule_calendar_wrap .calendar_wrap ul {
    gap: 1.5px;
  }
}
@media (max-width: 480px) {
  .schedule .wrap .container section.section_schedule .schedule_calendar_wrap .calendar_wrap ul {
    gap: 1px;
  }
}
.schedule .wrap .container section.section_schedule .schedule_calendar_wrap .calendar_wrap ul li {
  background-color: #efefef;
}
.schedule .wrap .container section.section_schedule .schedule_calendar_wrap .calendar_wrap ul li a {
  text-decoration: none;
  display: block;
  padding: 15px;
  min-height: 150px;
  position: relative;
}
@media (max-width: 767px) {
  .schedule .wrap .container section.section_schedule .schedule_calendar_wrap .calendar_wrap ul li a {
    padding: 7.5px;
    min-height: 75px;
  }
}
@media (max-width: 480px) {
  .schedule .wrap .container section.section_schedule .schedule_calendar_wrap .calendar_wrap ul li a {
    padding: 5px;
    min-height: 50px;
  }
}
.schedule .wrap .container section.section_schedule .schedule_calendar_wrap .calendar_wrap ul li a > span {
  display: block;
  width: calc(100% - 30px);
  font-size: 0.675rem;
  color: #333a40;
}
@media (max-width: 767px) {
  .schedule .wrap .container section.section_schedule .schedule_calendar_wrap .calendar_wrap ul li a > span {
    width: calc(100% - 15px);
  }
}
@media (max-width: 480px) {
  .schedule .wrap .container section.section_schedule .schedule_calendar_wrap .calendar_wrap ul li a > span {
    width: calc(100% - 10px);
  }
}
.schedule .wrap .container section.section_schedule .schedule_calendar_wrap .calendar_wrap ul li a .schedule_dot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .schedule .wrap .container section.section_schedule .schedule_calendar_wrap .calendar_wrap ul li a .schedule_dot {
    margin-bottom: 20px;
    gap: 5px;
  }
}
@media (max-width: 480px) {
  .schedule .wrap .container section.section_schedule .schedule_calendar_wrap .calendar_wrap ul li a .schedule_dot {
    margin-bottom: 13.3333333333px;
    gap: 3.3333333333px;
  }
}
.schedule .wrap .container section.section_schedule .schedule_calendar_wrap .calendar_wrap ul li a .schedule_dot span.dot::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .schedule .wrap .container section.section_schedule .schedule_calendar_wrap .calendar_wrap ul li a .schedule_dot span.dot::before {
    width: 10px;
    height: 10px;
    border-radius: 10px;
  }
}
@media (max-width: 480px) {
  .schedule .wrap .container section.section_schedule .schedule_calendar_wrap .calendar_wrap ul li a .schedule_dot span.dot::before {
    width: 6.6666666667px;
    height: 6.6666666667px;
    border-radius: 6.6666666667px;
  }
}
.schedule .wrap .container section.section_schedule .schedule_calendar_wrap .calendar_wrap ul li a .schedule_dot span.dot.pers::before {
  background-color: #0891a6;
}
.schedule .wrap .container section.section_schedule .schedule_calendar_wrap .calendar_wrap ul li a .schedule_dot span.dot.band::before {
  background-color: #618c0c;
}
.schedule .wrap .container section.section_schedule .schedule_calendar_wrap .calendar_wrap ul li a .schedule_dot span.dot.sys::before {
  background-color: #f3481d;
}
.schedule .wrap .container section.section_schedule .schedule_calendar_wrap .calendar_wrap ul li a .my_day_incom {
  text-align: right;
  position: absolute;
  bottom: 15px;
}
@media (max-width: 767px) {
  .schedule .wrap .container section.section_schedule .schedule_calendar_wrap .calendar_wrap ul li a .my_day_incom {
    bottom: 7.5px;
  }
}
@media (max-width: 480px) {
  .schedule .wrap .container section.section_schedule .schedule_calendar_wrap .calendar_wrap ul li a .my_day_incom {
    bottom: 5px;
  }
}
.schedule .wrap .container section.section_schedule .schedule_calendar_wrap .calendar_wrap ul li:nth-child(n+1):nth-child(-n+7), .schedule .wrap .container section.section_schedule .schedule_calendar_wrap .calendar_wrap ul li:nth-child(n+15):nth-child(-n+21), .schedule .wrap .container section.section_schedule .schedule_calendar_wrap .calendar_wrap ul li:nth-child(n+29):nth-child(-n+35) {
  background-color: #f7f7f7;
}
.schedule .wrap .container section.section_schedule .schedule_calendar_wrap .calendar_wrap ul li.sun a span.day {
  color: #f3471d;
}
.schedule .wrap .container section.section_schedule .schedule_calendar_wrap .calendar_wrap ul li.sat a span.day {
  color: #00adc9;
}
.schedule .wrap .container section.section_schedule .schedule_calendar_wrap .calendar_wrap ul li.disabled a > * {
  opacity: 0.25 !important;
}
.schedule .wrap .container section.section_schedule .schedule_calendar_wrap .calendar_wrap ul li.today a {
  background-color: #e0f0f2;
}
.schedule .wrap .container section.section_schedule .schedule_calendar_wrap .calendar_wrap ul.calendar_header dl {
  background-color: #7898b3;
  padding: 15px 9px;
  text-align: center;
}
@media (max-width: 767px) {
  .schedule .wrap .container section.section_schedule .schedule_calendar_wrap .calendar_wrap ul.calendar_header dl {
    padding: 7.5px 4.5px;
  }
}
@media (max-width: 480px) {
  .schedule .wrap .container section.section_schedule .schedule_calendar_wrap .calendar_wrap ul.calendar_header dl {
    padding: 5px 3px;
  }
}
.schedule .wrap .container section.section_schedule .schedule_calendar_wrap .calendar_wrap ul.calendar_header dl span {
  font-size: 0.762rem;
  color: #ffffff;
}
.schedule .wrap .container section.section_schedule_list .drop_box {
  border: 3px solid #b8b9bf;
  border-radius: 15px;
  padding: 30px;
}
@media (max-width: 767px) {
  .schedule .wrap .container section.section_schedule_list .drop_box {
    border-width: 1.5px;
    border-radius: 7.5px;
    padding: 15px;
  }
}
@media (max-width: 480px) {
  .schedule .wrap .container section.section_schedule_list .drop_box {
    border-width: 1px;
    border-radius: 5px;
    padding: 10px;
  }
}
.schedule .wrap .container section.section_schedule_list .drop_box .section_tit {
  margin-bottom: 0;
}
.schedule .wrap .container section.section_schedule_list .drop_box .section_tit .tit {
  font-size: 1rem;
}
.schedule .wrap .container section.section_schedule_list .drop_box .section_tit .btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 767px) {
  .schedule .wrap .container section.section_schedule_list .drop_box .section_tit .btn_wrap {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .schedule .wrap .container section.section_schedule_list .drop_box .section_tit .btn_wrap {
    gap: 15px;
  }
}
@media (max-width: 480px) {
  .schedule .wrap .container section.section_schedule_list .drop_box .section_tit .btn_wrap {
    gap: 10px;
  }
}
.schedule .wrap .container section.section_schedule_list .drop_box .section_tit .btn_wrap button.btn_dropdown:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.schedule .wrap .container section.section_schedule_list .drop_box .section_tit .btn_wrap button.btn_dropdown.active:before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.schedule .wrap .container section.section_schedule_list .drop_box .section_tit .btn_wrap button.btn_add {
  background-color: #18b7d0;
  color: #ffffff;
  border: 0;
}
.schedule .wrap .container section.section_schedule_list .drop_box .dorpdown_content {
  margin-top: 20px;
  padding-top: 30px;
  border-top: 3px solid #e7e8ee;
}
@media (max-width: 767px) {
  .schedule .wrap .container section.section_schedule_list .drop_box .dorpdown_content {
    margin-top: 10px;
    padding-top: 15px;
    border-width: 1.5px;
  }
}
@media (max-width: 480px) {
  .schedule .wrap .container section.section_schedule_list .drop_box .dorpdown_content {
    margin-top: 6.6666666667px;
    padding-top: 10px;
    border-width: 1px;
  }
}
.schedule .wrap .container section.section_schedule_list .drop_box .dorpdown_content .schedule_today {
  text-align: center;
}
.schedule .wrap .container section.section_schedule_list .drop_box .dorpdown_content .schedule_today span {
  display: inline-block;
  background-color: #333a40;
  font-size: 0.857rem;
  color: #ffffff;
  padding: 6px 50px;
  margin: 0 auto;
  border-radius: 50px;
}
@media (max-width: 767px) {
  .schedule .wrap .container section.section_schedule_list .drop_box .dorpdown_content .schedule_today span {
    padding: 3px 25px;
    border-radius: 25px;
  }
}
@media (max-width: 480px) {
  .schedule .wrap .container section.section_schedule_list .drop_box .dorpdown_content .schedule_today span {
    padding: 2px 16.6666666667px;
    border-radius: 16.6666666667px;
  }
}
.schedule .wrap .container section.section_schedule_list .drop_box .dorpdown_content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.schedule .wrap .container section.section_schedule_list .drop_box .dorpdown_content ul.schedule_list li {
  border-bottom: 3px solid #e7e8ee;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .schedule .wrap .container section.section_schedule_list .drop_box .dorpdown_content ul.schedule_list li {
    margin-bottom: 7.5px;
    padding-bottom: 7.5px;
    border-width: 1.5px;
  }
}
@media (max-width: 480px) {
  .schedule .wrap .container section.section_schedule_list .drop_box .dorpdown_content ul.schedule_list li {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-width: 1px;
  }
}
.schedule .wrap .container section.section_schedule_list .drop_box .dorpdown_content ul.schedule_list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .schedule .wrap .container section.section_schedule_list .drop_box .dorpdown_content ul.schedule_list li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .schedule .wrap .container section.section_schedule_list .drop_box .dorpdown_content ul.schedule_list li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.schedule .wrap .container section.section_schedule_list .drop_box .dorpdown_content ul.schedule_list li .schedule_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  gap: 30px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .schedule .wrap .container section.section_schedule_list .drop_box .dorpdown_content ul.schedule_list li .schedule_header {
    gap: 15px;
    margin-bottom: 7.5px;
  }
}
@media (max-width: 480px) {
  .schedule .wrap .container section.section_schedule_list .drop_box .dorpdown_content ul.schedule_list li .schedule_header {
    gap: 10px;
    margin-bottom: 5px;
  }
}
.schedule .wrap .container section.section_schedule_list .drop_box .dorpdown_content ul.schedule_list li .schedule_header > span.dot {
  width: 40px;
  height: 40px;
}
@media (max-width: 767px) {
  .schedule .wrap .container section.section_schedule_list .drop_box .dorpdown_content ul.schedule_list li .schedule_header > span.dot {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 480px) {
  .schedule .wrap .container section.section_schedule_list .drop_box .dorpdown_content ul.schedule_list li .schedule_header > span.dot {
    width: 13.3333333333px;
    height: 13.3333333333px;
  }
}
.schedule .wrap .container section.section_schedule_list .drop_box .dorpdown_content ul.schedule_list li .schedule_header > span.dot::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 40px;
}
@media (max-width: 767px) {
  .schedule .wrap .container section.section_schedule_list .drop_box .dorpdown_content ul.schedule_list li .schedule_header > span.dot::before {
    width: 20px;
    height: 20px;
    border-radius: 20px;
  }
}
@media (max-width: 480px) {
  .schedule .wrap .container section.section_schedule_list .drop_box .dorpdown_content ul.schedule_list li .schedule_header > span.dot::before {
    width: 13.3333333333px;
    height: 13.3333333333px;
    border-radius: 13.3333333333px;
  }
}
.schedule .wrap .container section.section_schedule_list .drop_box .dorpdown_content ul.schedule_list li .schedule_header > span.dot.pers::before {
  background-color: #0891a6;
}
.schedule .wrap .container section.section_schedule_list .drop_box .dorpdown_content ul.schedule_list li .schedule_header > span.dot.band::before {
  background-color: #618c0c;
}
.schedule .wrap .container section.section_schedule_list .drop_box .dorpdown_content ul.schedule_list li .schedule_header > span.dot.sys::before {
  background-color: #f3481d;
}
.schedule .wrap .container section.section_schedule_list .drop_box .dorpdown_content ul.schedule_list li .schedule_header button {
  position: absolute;
}
.schedule .wrap .container section.section_schedule_list .drop_box .dorpdown_content ul.schedule_list li .schedule_header button.btn_schedule_modify {
  right: 160px;
}
@media (min-width: 767px) {
  .schedule .wrap .container section.section_schedule_list .drop_box .dorpdown_content ul.schedule_list li .schedule_header button.btn_schedule_modify {
    right: 80px;
  }
}
@media (max-width: 767px) {
  .schedule .wrap .container section.section_schedule_list .drop_box .dorpdown_content ul.schedule_list li .schedule_header button.btn_schedule_modify {
    right: 80px;
  }
}
@media (max-width: 480px) {
  .schedule .wrap .container section.section_schedule_list .drop_box .dorpdown_content ul.schedule_list li .schedule_header button.btn_schedule_modify {
    right: 30px;
  }
}
.schedule .wrap .container section.section_schedule_list .drop_box .dorpdown_content ul.schedule_list li .schedule_header button.btn_schedule_delete {
  right: 0;
}
.schedule .wrap .container section.section_schedule_list .drop_box .dorpdown_content ul.schedule_list li .schedule_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .schedule .wrap .container section.section_schedule_list .drop_box .dorpdown_content ul.schedule_list li .schedule_meta {
    padding-left: 35px;
  }
}
@media (max-width: 480px) {
  .schedule .wrap .container section.section_schedule_list .drop_box .dorpdown_content ul.schedule_list li .schedule_meta {
    padding-left: 23.3333333333px;
  }
}
.schedule .wrap .container section.section_schedule_list .drop_box .dorpdown_content ul.schedule_list li .schedule_meta span {
  position: relative;
  display: block;
  font-size: 0.857rem;
  margin-left: 30px;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .schedule .wrap .container section.section_schedule_list .drop_box .dorpdown_content ul.schedule_list li .schedule_meta span {
    margin-left: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 480px) {
  .schedule .wrap .container section.section_schedule_list .drop_box .dorpdown_content ul.schedule_list li .schedule_meta span {
    margin-left: 10px;
    padding-left: 10px;
  }
}
.schedule .wrap .container section.section_schedule_list .drop_box .dorpdown_content ul.schedule_list li .schedule_meta span:before {
  content: "";
  display: block;
  width: 3px;
  height: 0.571rem;
  background-color: #b8b9bf;
  position: absolute;
  left: 0;
  top: calc(50% - 12px);
}
@media (max-width: 767px) {
  .schedule .wrap .container section.section_schedule_list .drop_box .dorpdown_content ul.schedule_list li .schedule_meta span:before {
    width: 1.5px;
    top: calc(50% - 6px);
  }
}
@media (max-width: 480px) {
  .schedule .wrap .container section.section_schedule_list .drop_box .dorpdown_content ul.schedule_list li .schedule_meta span:before {
    width: 1px;
    top: calc(50% - 4px);
  }
}
.schedule .wrap .container section.section_schedule_list .drop_box .dorpdown_content ul.schedule_list li .schedule_meta span:nth-child(1) {
  margin-left: 0;
  padding-left: 0;
}
.schedule .wrap .container section.section_schedule_list .drop_box .dorpdown_content ul.schedule_list li .schedule_meta span:nth-child(1):before {
  display: none;
}
.schedule .wrap .container section.section_my_incom_rank .section_tit .btn_wrap button.btn_mini {
  min-width: 150px;
}
@media (min-width: 767px) {
  .schedule .wrap .container section.section_my_incom_rank .section_tit .btn_wrap button.btn_mini {
    min-width: 75px;
  }
}
@media (max-width: 767px) {
  .schedule .wrap .container section.section_my_incom_rank .section_tit .btn_wrap button.btn_mini {
    min-width: 75px;
  }
}
@media (max-width: 480px) {
  .schedule .wrap .container section.section_my_incom_rank .section_tit .btn_wrap button.btn_mini {
    min-width: 50px;
  }
}
.schedule .wrap .container section.section_my_incom_rank .section_tit .btn_wrap button.btn_add {
  background-color: #18b7d0;
  color: #ffffff;
  border: 0;
}

.my_incom_rank_wrap .rank_summary_table {
  border-bottom: 3px solid #cccccc;
}
@media (min-width: 767px) {
  .my_incom_rank_wrap .rank_summary_table {
    border-width: 2px;
  }
}
@media (max-width: 767px) {
  .my_incom_rank_wrap .rank_summary_table {
    border-width: 1.5px;
  }
}
@media (max-width: 480px) {
  .my_incom_rank_wrap .rank_summary_table {
    border-width: 1px;
  }
}
.my_incom_rank_wrap .rank_summary_table table tbody tr:nth-child(4n-2), .my_incom_rank_wrap .rank_summary_table table tbody tr:nth-child(4n-3) {
  background-color: #fafafa;
}
.my_incom_rank_wrap .rank_summary_table table tbody tr td {
  text-align: right;
}
.my_incom_rank_wrap .rank_summary_table table tbody tr td:nth-child(1) {
  text-align: center;
}
.my_incom_rank_wrap .rank_summary_table table tbody tr td:nth-child(1)[rowspan="2"] + td {
  text-align: center;
}
.my_incom_rank_wrap .rank_summary_table table th,
.my_incom_rank_wrap .rank_summary_table table td {
  border-left: 3px solid #cccccc;
  border-top: 3px solid #cccccc;
}
@media (min-width: 767px) {
  .my_incom_rank_wrap .rank_summary_table table th,
  .my_incom_rank_wrap .rank_summary_table table td {
    border-width: 2px;
  }
}
@media (max-width: 767px) {
  .my_incom_rank_wrap .rank_summary_table table th,
  .my_incom_rank_wrap .rank_summary_table table td {
    border-width: 1.5px;
  }
}
@media (max-width: 480px) {
  .my_incom_rank_wrap .rank_summary_table table th,
  .my_incom_rank_wrap .rank_summary_table table td {
    border-width: 1px;
  }
}
.my_incom_rank_wrap .rank_summary_table table th:last-child,
.my_incom_rank_wrap .rank_summary_table table td:last-child {
  border-right: 3px solid #cccccc;
}
@media (min-width: 767px) {
  .my_incom_rank_wrap .rank_summary_table table th:last-child,
  .my_incom_rank_wrap .rank_summary_table table td:last-child {
    border-width: 2px;
  }
}
@media (max-width: 767px) {
  .my_incom_rank_wrap .rank_summary_table table th:last-child,
  .my_incom_rank_wrap .rank_summary_table table td:last-child {
    border-width: 1.5px;
  }
}
@media (max-width: 480px) {
  .my_incom_rank_wrap .rank_summary_table table th:last-child,
  .my_incom_rank_wrap .rank_summary_table table td:last-child {
    border-width: 1px;
  }
}
.my_incom_rank_wrap .rank_summary_table table thead tr th {
  background-color: #f7f7f7;
  padding: 20px 5px;
}
.my_incom_rank_wrap .rank_summary_table table tbody tr td {
  padding: 10px 5px;
}
.my_incom_rank_wrap .progress_box .progress_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 36px;
}
@media (max-width: 767px) {
  .my_incom_rank_wrap .progress_box .progress_item {
    margin-bottom: 18px;
  }
}
@media (max-width: 480px) {
  .my_incom_rank_wrap .progress_box .progress_item {
    margin-bottom: 12px;
  }
}
.my_incom_rank_wrap .progress_box .progress_item .label {
  width: 340px;
}
@media (min-width: 767px) {
  .my_incom_rank_wrap .progress_box .progress_item .label {
    width: 170px;
  }
}
@media (max-width: 767px) {
  .my_incom_rank_wrap .progress_box .progress_item .label {
    width: 170px;
  }
}
@media (max-width: 480px) {
  .my_incom_rank_wrap .progress_box .progress_item .label {
    width: 60px;
  }
}
.my_incom_rank_wrap .progress_box .progress_item .progress_bar {
  position: relative;
  width: calc(100% - 340px);
  height: 30px;
  background-color: #e8e8ec;
  border-radius: 30px;
  overflow: hidden;
}
@media (min-width: 767px) {
  .my_incom_rank_wrap .progress_box .progress_item .progress_bar {
    width: calc(100% - 170px);
    height: 15px;
    border-radius: 15px;
  }
}
@media (max-width: 767px) {
  .my_incom_rank_wrap .progress_box .progress_item .progress_bar {
    width: calc(100% - 170px);
    height: 15px;
    border-radius: 15px;
  }
}
@media (max-width: 480px) {
  .my_incom_rank_wrap .progress_box .progress_item .progress_bar {
    width: calc(100% - 60px);
    height: 10px;
    border-radius: 10px;
  }
}
.my_incom_rank_wrap .progress_box .progress_item .progress_bar .progress_fill {
  height: 100%;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .my_incom_rank_wrap .progress_box .progress_item .progress_bar .progress_fill {
    border-radius: 15px;
  }
}
@media (max-width: 480px) {
  .my_incom_rank_wrap .progress_box .progress_item .progress_bar .progress_fill {
    border-radius: 10px;
  }
}
.my_incom_rank_wrap .progress_box .progress_item .progress_bar .progress_fill.green {
  background-color: #84b63e; /* 연두색 */
}
.my_incom_rank_wrap .progress_box .progress_item .progress_bar .progress_fill.blue {
  background-color: #41accd; /* 하늘색 */
}
.my_incom_rank_wrap .progress_box .progress_item .progress_value {
  width: 100%;
  text-align: right;
  white-space: nowrap;
  color: #999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 340px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 767px) {
  .my_incom_rank_wrap .progress_box .progress_item .progress_value {
    padding-left: 170px;
  }
}
@media (max-width: 767px) {
  .my_incom_rank_wrap .progress_box .progress_item .progress_value {
    padding-left: 170px;
  }
}
@media (max-width: 480px) {
  .my_incom_rank_wrap .progress_box .progress_item .progress_value {
    padding-left: 60px;
  }
}
.my_incom_rank_wrap .progress_box .progress_item .progress_value strong {
  color: #101116;
}

.my_incom_rank_view .wrap .container .my_incom_list_contents .sort_header {
  padding: 0 70px;
}
@media (min-width: 767px) {
  .my_incom_rank_view .wrap .container .my_incom_list_contents .sort_header {
    padding: 0 35px;
  }
}
@media (max-width: 767px) {
  .my_incom_rank_view .wrap .container .my_incom_list_contents .sort_header {
    padding: 35px;
  }
}
@media (max-width: 480px) {
  .my_incom_rank_view .wrap .container .my_incom_list_contents .sort_header {
    padding: 0 23.3333333333px;
  }
}
.my_incom_rank_view .wrap .container .my_incom_list_contents .sort_header .sort_wrap .inline_icon_sort_btn_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  padding: 0;
}
@media (min-width: 767px) {
  .my_incom_rank_view .wrap .container .my_incom_list_contents .sort_header .sort_wrap .inline_icon_sort_btn_group {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .my_incom_rank_view .wrap .container .my_incom_list_contents .sort_header .sort_wrap .inline_icon_sort_btn_group {
    gap: 15px;
  }
}
@media (max-width: 480px) {
  .my_incom_rank_view .wrap .container .my_incom_list_contents .sort_header .sort_wrap .inline_icon_sort_btn_group {
    gap: 10px;
  }
}
.my_incom_rank_view .wrap .container .my_incom_list_contents .sort_header .sort_wrap .inline_icon_sort_btn_group label {
  display: none;
}
.my_incom_rank_view .wrap .container .my_incom_list_contents .sort_header .sort_wrap .inline_icon_sort_btn_group select.seach_year {
  padding: 15px 50px;
  padding-right: 100px;
}
@media (max-width: 767px) {
  .my_incom_rank_view .wrap .container .my_incom_list_contents .sort_header .sort_wrap .inline_icon_sort_btn_group select.seach_year {
    padding: 7.5px 25px;
    padding-right: 50px;
  }
}
@media (max-width: 480px) {
  .my_incom_rank_view .wrap .container .my_incom_list_contents .sort_header .sort_wrap .inline_icon_sort_btn_group select.seach_year {
    padding: 5px 16.6666666667px;
    padding-right: 33.3333333333px;
  }
}
.my_incom_rank_view .wrap .container .my_incom_list_contents .sort_header .sort_wrap .inline_icon_sort_btn_group select.rank_category {
  min-width: 330px;
  background-position: right 0.25rem center;
  padding: 20px 40px;
}
@media (max-width: 767px) {
  .my_incom_rank_view .wrap .container .my_incom_list_contents .sort_header .sort_wrap .inline_icon_sort_btn_group select.rank_category {
    min-width: 165px;
    padding: 10px 20px;
    padding-right: 35px;
    border-radius: 20px;
  }
}
@media (max-width: 480px) {
  .my_incom_rank_view .wrap .container .my_incom_list_contents .sort_header .sort_wrap .inline_icon_sort_btn_group select.rank_category {
    min-width: 110px;
    padding: 6.6666666667px 13.3333333333px;
    padding-right: 23.3333333333px;
    border-radius: 13.3333333333px;
  }
}
@media (max-width: 767px) {
  .my_incom_rank_view .wrap .container .my_incom_list_contents .sort_header .sort_wrap .inline_icon_sort_btn_group input[type=text] {
    padding: 10px 20px;
    border-radius: 20px;
  }
}
@media (max-width: 480px) {
  .my_incom_rank_view .wrap .container .my_incom_list_contents .sort_header .sort_wrap .inline_icon_sort_btn_group input[type=text] {
    padding: 6.6666666667px 13.3333333333px;
    border-radius: 13.3333333333px;
  }
}
.my_incom_rank_view .wrap .container .my_incom_list_contents .sort_header .sort_wrap .inline_icon_sort_btn_group .period_date_wrap .input_date input.input-datepicker {
  padding: 20px 40px;
}
@media (max-width: 767px) {
  .my_incom_rank_view .wrap .container .my_incom_list_contents .sort_header .sort_wrap .inline_icon_sort_btn_group .period_date_wrap .input_date input.input-datepicker {
    padding: 10px 20px;
    border-radius: 20px;
  }
}
@media (max-width: 480px) {
  .my_incom_rank_view .wrap .container .my_incom_list_contents .sort_header .sort_wrap .inline_icon_sort_btn_group .period_date_wrap .input_date input.input-datepicker {
    padding: 6.6666666667px 13.3333333333px;
    border-radius: 13.3333333333px;
  }
}
@media (max-width: 767px) {
  .my_incom_rank_view .wrap .container .my_incom_list_contents .sort_header .sort_wrap .inline_icon_sort_btn_group .period_date_wrap .input_date input.input-datepicker + button {
    right: 20px;
    top: 10px;
    width: 27px;
    height: 27px;
  }
}
@media (max-width: 480px) {
  .my_incom_rank_view .wrap .container .my_incom_list_contents .sort_header .sort_wrap .inline_icon_sort_btn_group .period_date_wrap .input_date input.input-datepicker + button {
    right: 13.3333333333px;
    top: 6.6666666667px;
    width: 18px;
    height: 18px;
  }
}
.my_incom_rank_view .wrap .container .my_incom_list_contents .sort_header .sort_wrap .inline_icon_sort_btn_group .period_date_wrap .input_date input.input-datepicker + button img {
  width: 54px;
}
@media (max-width: 767px) {
  .my_incom_rank_view .wrap .container .my_incom_list_contents .sort_header .sort_wrap .inline_icon_sort_btn_group .period_date_wrap .input_date input.input-datepicker + button img {
    width: 27px;
  }
}
@media (max-width: 480px) {
  .my_incom_rank_view .wrap .container .my_incom_list_contents .sort_header .sort_wrap .inline_icon_sort_btn_group .period_date_wrap .input_date input.input-datepicker + button img {
    width: 18px;
  }
}
.my_incom_rank_view .wrap .container .my_incom_list_contents .sort_header .sort_wrap .inline_icon_sort_btn_group button.btn_search_rank {
  min-width: 180px;
  background-color: #18b7d0;
  padding: 20px 40px;
  border-radius: 70px;
  color: #fff;
}
@media (max-width: 767px) {
  .my_incom_rank_view .wrap .container .my_incom_list_contents .sort_header .sort_wrap .inline_icon_sort_btn_group button.btn_search_rank {
    min-width: 90px;
    padding: 10px 20px;
    border-radius: 20px;
  }
}
@media (max-width: 480px) {
  .my_incom_rank_view .wrap .container .my_incom_list_contents .sort_header .sort_wrap .inline_icon_sort_btn_group button.btn_search_rank {
    min-width: 60px;
    padding: 6.6666666667px 13.3333333333px;
    border-radius: 15px;
  }
}
.my_incom_rank_view .wrap .container .my_incom_list_contents .sort_header .sort_wrap .inline_icon_sort_btn_group .input_unit:nth-child(1) {
  width: 330px;
}
@media (max-width: 767px) {
  .my_incom_rank_view .wrap .container .my_incom_list_contents .sort_header .sort_wrap .inline_icon_sort_btn_group .input_unit:nth-child(1) {
    width: 165px;
  }
}
.my_incom_rank_view .wrap .container .my_incom_list_contents .sort_header .sort_wrap .inline_icon_sort_btn_group .input_unit:nth-child(2) {
  width: calc(100% - 510px);
}
@media (max-width: 767px) {
  .my_incom_rank_view .wrap .container .my_incom_list_contents .sort_header .sort_wrap .inline_icon_sort_btn_group .input_unit:nth-child(2) {
    width: calc(100% - 255px);
  }
}
@media (max-width: 480px) {
  .my_incom_rank_view .wrap .container .my_incom_list_contents .sort_header .sort_wrap .inline_icon_sort_btn_group .input_unit:nth-child(2) {
    width: calc(100% - 170px);
  }
}
.my_incom_rank_view .wrap .container .my_incom_list_contents .sort_header .sort_wrap .inline_icon_sort_btn_group .input_unit:nth-child(3) {
  width: 180px;
}
@media (max-width: 767px) {
  .my_incom_rank_view .wrap .container .my_incom_list_contents .sort_header .sort_wrap .inline_icon_sort_btn_group .input_unit:nth-child(3) {
    width: 90px;
  }
}
@media (max-width: 480px) {
  .my_incom_rank_view .wrap .container .my_incom_list_contents .sort_header .sort_wrap .inline_icon_sort_btn_group .input_unit:nth-child(3) {
    width: 60px;
  }
}
.my_incom_rank_view .wrap .container .my_incom_list_contents .sort_header .sort_wrap .inline_icon_sort_btn_group .input_unit select {
  width: 100%;
}
.my_incom_rank_view .wrap .container .my_incom_list_contents .sort_header .sort_wrap .inline_icon_sort_btn_group .input_unit .period_date_wrap .input_date {
  width: calc(50% - 20px);
}
.my_incom_rank_view .wrap .container .my_incom_list_contents .sort_header .sort_wrap .inline_icon_sort_btn_group .input_unit .period_date_wrap .input_date input[type=text] {
  padding: 20px 40px;
}
@media (max-width: 767px) {
  .my_incom_rank_view .wrap .container .my_incom_list_contents .sort_header .sort_wrap .inline_icon_sort_btn_group .input_unit .period_date_wrap .input_date input[type=text] {
    padding: 10px 20px;
  }
}
@media (max-width: 480px) {
  .my_incom_rank_view .wrap .container .my_incom_list_contents .sort_header .sort_wrap .inline_icon_sort_btn_group .input_unit .period_date_wrap .input_date input[type=text] {
    padding: 6.6666666667px 13.3333333333px;
  }
}
.my_incom_rank_view .wrap .container .my_incom_list_contents .sort_header .sort_wrap .inline_icon_sort_btn_group .input_unit .period_date_wrap .input_date button.ui-datepicker-trigger {
  display: none;
  padding: 0;
  right: 15px;
  top: 18px;
}
@media (max-width: 767px) {
  .my_incom_rank_view .wrap .container .my_incom_list_contents .sort_header .sort_wrap .inline_icon_sort_btn_group .input_unit .period_date_wrap .input_date button.ui-datepicker-trigger {
    right: 7.5px;
    top: 9px;
  }
}
@media (max-width: 480px) {
  .my_incom_rank_view .wrap .container .my_incom_list_contents .sort_header .sort_wrap .inline_icon_sort_btn_group .input_unit .period_date_wrap .input_date button.ui-datepicker-trigger {
    right: 5px;
    top: 6px;
  }
}
.my_incom_rank_view .wrap .container .my_incom_list_contents .sort_header .sort_wrap .inline_icon_sort_btn_group .input_unit .period_date_wrap .data_div {
  width: 40px;
  margin: 0 0;
}
@media (max-width: 767px) {
  .my_incom_rank_view .wrap .container .my_incom_list_contents .sort_header .sort_wrap .inline_icon_sort_btn_group .input_unit .period_date_wrap .data_div {
    width: 20px;
    margin: 0 0;
  }
}
@media (max-width: 480px) {
  .my_incom_rank_view .wrap .container .my_incom_list_contents .sort_header .sort_wrap .inline_icon_sort_btn_group .input_unit .period_date_wrap .data_div {
    width: 13.3333333333px;
    margin: 0 0;
  }
}
.my_incom_rank_view .wrap .container .my_incom_list_contents .sort_header .sort_wrap .inline_icon_sort_btn_group .input_unit button {
  padding: 20px 40px;
}
@media (max-width: 767px) {
  .my_incom_rank_view .wrap .container .my_incom_list_contents .sort_header .sort_wrap .inline_icon_sort_btn_group .input_unit button {
    padding: 10px 20px;
  }
}
@media (max-width: 480px) {
  .my_incom_rank_view .wrap .container .my_incom_list_contents .sort_header .sort_wrap .inline_icon_sort_btn_group .input_unit button {
    padding: 6.6666666667px 13.3333333333px;
  }
}
.my_incom_rank_view .wrap .container .my_incom_list_contents section.section_rank_list {
  border-bottom: 0;
}
@media (max-width: 767px) {
  .my_incom_rank_view .wrap .container .my_incom_list_contents section.section_rank_list {
    border-bottom-width: 0;
  }
}
@media (max-width: 480px) {
  .my_incom_rank_view .wrap .container .my_incom_list_contents section.section_rank_list {
    border-bottom-width: 0;
  }
}

/** 수입등록 */
.incom_editor .wrap .container section.section_editor_wrap {
  padding-top: 0;
}
@media (max-width: 767px) {
  .incom_editor .wrap .container section.section_editor_wrap {
    padding-top: 0;
  }
}
@media (max-width: 480px) {
  .incom_editor .wrap .container section.section_editor_wrap {
    padding-top: 0;
  }
}
.incom_editor .wrap .container section.section_editor_wrap .post_editor_content .input_unit .rounding_check_group {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  border-radius: 70px;
}
@media (min-width: 767px) {
  .incom_editor .wrap .container section.section_editor_wrap .post_editor_content .input_unit .rounding_check_group {
    border-radius: 35px;
    gap: 7.5px;
  }
}
@media (max-width: 767px) {
  .incom_editor .wrap .container section.section_editor_wrap .post_editor_content .input_unit .rounding_check_group {
    border-radius: 35px;
    gap: 7.5px;
  }
}
@media (max-width: 480px) {
  .incom_editor .wrap .container section.section_editor_wrap .post_editor_content .input_unit .rounding_check_group {
    border-radius: 23.3333333333px;
    gap: 5px;
  }
}
.incom_editor .wrap .container section.section_editor_wrap .post_editor_content .input_unit .rounding_check_group input {
  display: none;
}
.incom_editor .wrap .container section.section_editor_wrap .post_editor_content .input_unit .rounding_check_group input + label {
  padding: 44px 70px;
  border-radius: 70px;
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .incom_editor .wrap .container section.section_editor_wrap .post_editor_content .input_unit .rounding_check_group input + label {
    padding: 20px 35px;
    border-radius: 35px;
  }
}
@media (max-width: 480px) {
  .incom_editor .wrap .container section.section_editor_wrap .post_editor_content .input_unit .rounding_check_group input + label {
    padding: 13.3333333333px 23.3333333333px;
    border-radius: 23.3333333333px;
  }
}
.incom_editor .wrap .container section.section_editor_wrap .post_editor_content .input_unit .rounding_check_group input:checked + label {
  background-color: #18b7d0;
  color: #ffffff;
}
.incom_editor .wrap .container section.section_editor_wrap .post_editor_content .input_unit .rounding_check_group .input_unit input[type=number] {
  width: 100%;
}

/** _settings */
.settings .wrap .container section.section_settings .per_profile_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
  border-bottom: 3px solid #e7e8ee;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .settings .wrap .container section.section_settings .per_profile_wrap {
    gap: 35px;
    border-bottom-width: 1.5px;
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .settings .wrap .container section.section_settings .per_profile_wrap {
    gap: 23.3333333333px;
    border-bottom-width: 1px;
    margin-bottom: 23.3333333333px;
  }
}
.settings .wrap .container section.section_settings .per_profile_wrap .per_profile_img {
  width: 310px;
}
@media (max-width: 767px) {
  .settings .wrap .container section.section_settings .per_profile_wrap .per_profile_img {
    width: 155px;
  }
}
@media (max-width: 480px) {
  .settings .wrap .container section.section_settings .per_profile_wrap .per_profile_img {
    width: 103.3333333333px;
  }
}
@media (max-width: 344px) {
  .settings .wrap .container section.section_settings .per_profile_wrap .per_profile_img {
    width: 76px;
  }
}
.settings .wrap .container section.section_settings .per_profile_wrap .per_profile_img .profile_img img {
  display: block;
  width: 100%;
}
.settings .wrap .container section.section_settings .per_profile_wrap .per_profile_img .btn_wrap {
  text-align: center;
  margin-top: 30px;
  gap: 10px;
}
@media (max-width: 767px) {
  .settings .wrap .container section.section_settings .per_profile_wrap .per_profile_img .btn_wrap {
    margin-top: 15px;
    gap: 5px;
  }
}
@media (max-width: 480px) {
  .settings .wrap .container section.section_settings .per_profile_wrap .per_profile_img .btn_wrap {
    margin-top: 10px;
  }
}
.settings .wrap .container section.section_settings .per_profile_wrap .per_profile_img .btn_wrap button {
  color: #ffffff;
  border: 0;
}
.settings .wrap .container section.section_settings .per_profile_wrap .per_profile_img .btn_wrap button.btn_profile_editor {
  background-color: #18b7d0;
}
.settings .wrap .container section.section_settings .per_profile_wrap .per_profile_img .btn_wrap button.btn_recommender_view {
  background-color: var(--uhr-color-second);
}
.settings .wrap .container section.section_settings .per_profile_wrap .per_profile_contents {
  width: calc(100% - 380px);
}
@media (max-width: 767px) {
  .settings .wrap .container section.section_settings .per_profile_wrap .per_profile_contents {
    width: calc(100% - 190px);
  }
}
@media (max-width: 480px) {
  .settings .wrap .container section.section_settings .per_profile_wrap .per_profile_contents {
    width: calc(100% - 126.6666666667px);
  }
}
@media (max-width: 480px) {
  .settings .wrap .container section.section_settings .per_profile_wrap .per_profile_contents {
    width: calc(100% - 76px);
  }
}
.settings .wrap .container section.section_settings .per_profile_wrap .per_profile_contents .per_profile_name {
  padding-bottom: 30px;
  border-bottom: 3px solid #13151d;
  font-size: 1.25rem;
  font-weight: 700;
  color: #13151d;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .settings .wrap .container section.section_settings .per_profile_wrap .per_profile_contents .per_profile_name {
    padding-bottom: 15px;
    border-bottom-width: 1.5px;
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .settings .wrap .container section.section_settings .per_profile_wrap .per_profile_contents .per_profile_name {
    padding-bottom: 10px;
    border-bottom-width: 1px;
    margin-bottom: 10px;
  }
}
.settings .wrap .container section.section_settings .per_profile_wrap .per_profile_contents .per_profile ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.settings .wrap .container section.section_settings .per_profile_wrap .per_profile_contents .per_profile ul li {
  padding-bottom: 30px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 3px solid #e7e8ee;
}
@media (max-width: 767px) {
  .settings .wrap .container section.section_settings .per_profile_wrap .per_profile_contents .per_profile ul li {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom-width: 1.5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
@media (max-width: 480px) {
  .settings .wrap .container section.section_settings .per_profile_wrap .per_profile_contents .per_profile ul li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom-width: 1px;
  }
}
.settings .wrap .container section.section_settings .per_profile_wrap .per_profile_contents .per_profile ul li:last-child {
  border-bottom: 0;
}
@media (max-width: 767px) {
  .settings .wrap .container section.section_settings .per_profile_wrap .per_profile_contents .per_profile ul li:last-child {
    border-bottom-width: 0;
  }
}
@media (max-width: 480px) {
  .settings .wrap .container section.section_settings .per_profile_wrap .per_profile_contents .per_profile ul li:last-child {
    border-bottom-width: 0;
  }
}
.settings .wrap .container section.section_settings .per_profile_wrap .per_profile_contents .per_profile ul li span {
  display: block;
}
.settings .wrap .container section.section_settings .per_profile_wrap .per_profile_contents .per_profile ul li span.label {
  width: 240px;
  color: #13151d;
}
@media (max-width: 767px) {
  .settings .wrap .container section.section_settings .per_profile_wrap .per_profile_contents .per_profile ul li span.label {
    width: 100%;
    margin-bottom: 5px;
  }
}
.settings .wrap .container section.section_settings .per_profile_wrap .per_profile_contents .per_profile ul li span.txt {
  width: calc(100% - 240px);
}
@media (max-width: 767px) {
  .settings .wrap .container section.section_settings .per_profile_wrap .per_profile_contents .per_profile ul li span.txt {
    width: 100%;
  }
}
.settings .wrap .container section.section_settings .per_intro_wrap h4 {
  color: #13151d;
  font-weight: 700;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .settings .wrap .container section.section_settings .per_intro_wrap h4 {
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .settings .wrap .container section.section_settings .per_intro_wrap h4 {
    margin-bottom: 10px;
  }
}
.settings .wrap .container section.section_settings .btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .settings .wrap .container section.section_settings .btn_wrap {
    gap: 15px;
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .settings .wrap .container section.section_settings .btn_wrap {
    gap: 10px;
    margin-top: 16.6666666667px;
  }
}
.settings .wrap .container section.section_settings .btn_wrap button {
  display: block;
  margin: 0;
}
.settings .wrap .container section.section_settings .btn_wrap button.btn_query_list {
  background-color: var(--uhr-color-second);
}
.settings .wrap .container section.section_settings .policy {
  margin-top: 50px;
  border-top: 3px solid #e7e8ee;
  padding-top: 50px;
}
@media (min-width: 767px) {
  .settings .wrap .container section.section_settings .policy {
    margin-top: 25px;
    border-top-width: 2px;
    padding-top: 25px;
  }
}
@media (max-width: 767px) {
  .settings .wrap .container section.section_settings .policy {
    margin-top: 25px;
    border-top-width: 1px;
    padding-top: 25px;
  }
}
@media (max-width: 480px) {
  .settings .wrap .container section.section_settings .policy {
    margin-top: 16.6666666667px;
    padding-top: 16.6666666667px;
  }
}
.settings .wrap .container section.section_settings .policy ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
@media (min-width: 767px) {
  .settings .wrap .container section.section_settings .policy ul {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .settings .wrap .container section.section_settings .policy ul {
    gap: 15px;
  }
}
@media (max-width: 480px) {
  .settings .wrap .container section.section_settings .policy ul {
    gap: 10px;
  }
}
.settings .wrap .container section.section_settings .policy ul li a {
  font-size: 0.857rem;
}
.settings .wrap .container section.section_settings .ft_company {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 3px solid #e7e8ee;
  text-align: center;
}
@media (min-width: 767px) {
  .settings .wrap .container section.section_settings .ft_company {
    border-top-width: 2px;
    margin-top: 20px;
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .settings .wrap .container section.section_settings .ft_company {
    border-top-width: 1px;
    margin-top: 20px;
    padding-top: 15px;
  }
}
.settings .wrap .container section.section_settings .ft_company .ft_info {
  font-size: 0.857rem;
  margin-top: 0;
}

.inquery_list .wrap .container section.section_view_wrap .post_comment_wrap {
  margin-top: 0;
}
@media (max-width: 767px) {
  .inquery_list .wrap .container section.section_view_wrap .post_comment_wrap {
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  .inquery_list .wrap .container section.section_view_wrap .post_comment_wrap {
    margin-top: 0;
  }
}
.inquery_list .wrap .container section.section_view_wrap .post_comment_wrap .post_comment_list_wrap {
  margin-top: 0;
}
@media (max-width: 767px) {
  .inquery_list .wrap .container section.section_view_wrap .post_comment_wrap .post_comment_list_wrap {
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  .inquery_list .wrap .container section.section_view_wrap .post_comment_wrap .post_comment_list_wrap {
    margin-top: 0;
  }
}
.inquery_list .wrap .container section.section_view_wrap .post_comment_wrap .post_comment_list_wrap ul.post_comment_list li {
  padding-bottom: 30px;
  border-bottom: 3px solid #e7e8ee;
}
@media (max-width: 767px) {
  .inquery_list .wrap .container section.section_view_wrap .post_comment_wrap .post_comment_list_wrap ul.post_comment_list li {
    padding-bottom: 15px;
    border-bottom-width: 1.5px;
  }
}
@media (max-width: 767px) {
  .inquery_list .wrap .container section.section_view_wrap .post_comment_wrap .post_comment_list_wrap ul.post_comment_list li {
    padding-bottom: 10px;
    border-bottom-width: 1px;
  }
}
.inquery_list .wrap .container section.section_view_wrap .post_comment_wrap .post_comment_list_wrap ul.post_comment_list li .comment_content {
  width: 100%;
}
.inquery_list .wrap .container section.section_view_wrap .post_comment_wrap .post_comment_list_wrap ul.post_comment_list li .comment_content .comment_text a {
  text-decoration: none;
  display: block;
  width: calc(100% - 206px);
}
@media (max-width: 767px) {
  .inquery_list .wrap .container section.section_view_wrap .post_comment_wrap .post_comment_list_wrap ul.post_comment_list li .comment_content .comment_text a {
    width: calc(100% - 103px);
  }
}
@media (max-width: 480px) {
  .inquery_list .wrap .container section.section_view_wrap .post_comment_wrap .post_comment_list_wrap ul.post_comment_list li .comment_content .comment_text a {
    width: calc(100% - 68.6666666667px);
  }
}
.inquery_list .wrap .container section.section_view_wrap .post_comment_wrap .post_comment_list_wrap ul.post_comment_list li .comment_content .comment_text a span {
  width: 100%;
}
@media (max-width: 767px) {
  .inquery_list .wrap .container section.section_view_wrap .post_comment_wrap .post_comment_list_wrap ul.post_comment_list li .comment_content .comment_text a span {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .inquery_list .wrap .container section.section_view_wrap .post_comment_wrap .post_comment_list_wrap ul.post_comment_list li .comment_content .comment_text a span {
    width: 100%;
  }
}
.inquery_list .wrap .container section.section_view_wrap .post_comment_wrap .post_comment_list_wrap ul.post_comment_list li .comment_content .comment_meta_group .comment_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 400px;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .inquery_list .wrap .container section.section_view_wrap .post_comment_wrap .post_comment_list_wrap ul.post_comment_list li .comment_content .comment_meta_group .comment_meta {
    min-width: 200px;
  }
}
@media (max-width: 480px) {
  .inquery_list .wrap .container section.section_view_wrap .post_comment_wrap .post_comment_list_wrap ul.post_comment_list li .comment_content .comment_meta_group .comment_meta {
    min-width: 133.3333333333px;
  }
}
.inquery_list .wrap .container section.section_view_wrap .post_comment_wrap .post_comment_list_wrap ul.post_comment_list li .comment_content .comment_meta_group .comment_meta span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.857rem;
  margin-left: 30px;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .inquery_list .wrap .container section.section_view_wrap .post_comment_wrap .post_comment_list_wrap ul.post_comment_list li .comment_content .comment_meta_group .comment_meta span {
    margin-left: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 480px) {
  .inquery_list .wrap .container section.section_view_wrap .post_comment_wrap .post_comment_list_wrap ul.post_comment_list li .comment_content .comment_meta_group .comment_meta span {
    margin-left: 10px;
    padding-left: 10px;
  }
}
.inquery_list .wrap .container section.section_view_wrap .post_comment_wrap .post_comment_list_wrap ul.post_comment_list li .comment_content .comment_meta_group .comment_meta span:before {
  content: "";
  display: block;
  width: 3px;
  height: 0.571rem;
  background-color: #b8b9bf;
  position: absolute;
  left: 0;
  top: calc(50% - 12px);
}
@media (max-width: 767px) {
  .inquery_list .wrap .container section.section_view_wrap .post_comment_wrap .post_comment_list_wrap ul.post_comment_list li .comment_content .comment_meta_group .comment_meta span:before {
    width: 1.5px;
    top: calc(50% - 6px);
  }
}
@media (max-width: 480px) {
  .inquery_list .wrap .container section.section_view_wrap .post_comment_wrap .post_comment_list_wrap ul.post_comment_list li .comment_content .comment_meta_group .comment_meta span:before {
    width: 1px;
    top: calc(50% - 4px);
  }
}
.inquery_list .wrap .container section.section_view_wrap .post_comment_wrap .post_comment_list_wrap ul.post_comment_list li .comment_content .comment_meta_group .comment_meta span:nth-child(1) {
  margin-left: 0;
  padding-left: 0;
}
.inquery_list .wrap .container section.section_view_wrap .post_comment_wrap .post_comment_list_wrap ul.post_comment_list li .comment_content .comment_meta_group .comment_meta span:nth-child(1):before {
  display: none;
}
.inquery_list .wrap .container section.section_view_wrap .post_comment_wrap .post_comment_list_wrap ul.post_comment_list li .comment_content .comment_meta_group .comment_meta span strong {
  font-size: 1em;
  color: #13151d;
  margin-left: 3px;
}
.inquery_list .wrap .container section.section_view_wrap .post_comment_wrap .post_comment_list_wrap ul.post_comment_list li.reply_post {
  position: relative;
}
.inquery_list .wrap .container section.section_view_wrap .post_comment_wrap .post_comment_list_wrap ul.post_comment_list li.reply_post .comment_content {
  padding-left: 80px;
}
@media (max-width: 767px) {
  .inquery_list .wrap .container section.section_view_wrap .post_comment_wrap .post_comment_list_wrap ul.post_comment_list li.reply_post .comment_content {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .inquery_list .wrap .container section.section_view_wrap .post_comment_wrap .post_comment_list_wrap ul.post_comment_list li.reply_post .comment_content {
    padding-left: 26.6666666667px;
  }
}
.inquery_list .wrap .container section.section_view_wrap .post_comment_wrap .post_comment_list_wrap ul.post_comment_list li.reply_post .comment_content::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url("../images/icon_reply_bullet.svg") no-repeat center center;
  background-size: cover;
  position: absolute;
  left: 10px;
}
@media (max-width: 767px) {
  .inquery_list .wrap .container section.section_view_wrap .post_comment_wrap .post_comment_list_wrap ul.post_comment_list li.reply_post .comment_content::before {
    width: 15px;
    height: 15px;
    left: 5px;
  }
}
@media (max-width: 767px) {
  .inquery_list .wrap .container section.section_view_wrap .post_comment_wrap .post_comment_list_wrap ul.post_comment_list li.reply_post .comment_content::before {
    width: 10px;
    height: 10px;
    left: 3.3333333333px;
  }
}
.inquery_list .wrap .container section.section_view_wrap .post_comment_wrap .post_comment_list_wrap ul.post_comment_list li.reply_post .comment_content .comment_text a {
  width: 100%;
}
@media (max-width: 767px) {
  .inquery_list .wrap .container section.section_view_wrap .post_comment_wrap .post_comment_list_wrap ul.post_comment_list li.reply_post .comment_content .comment_text a {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .inquery_list .wrap .container section.section_view_wrap .post_comment_wrap .post_comment_list_wrap ul.post_comment_list li.reply_post .comment_content .comment_text a {
    width: 100%;
  }
}

/** _vendors *//*# sourceMappingURL=main.css.map */