@charset "UTF-8";
/* element */
/* reset */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
*::before, *::after {
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, dialog, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, dialog, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

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

blockquote, q {
  quotes: none;
}

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

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #c7c7c7;
  margin: 1em 0;
  padding: 0;
}

img {
  border: 0 none;
  max-width: 100%;
}

.hidden {
  position: absolute;
  left: -9999px;
  top: -9999px;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}

form {
  min-width: auto;
}

input[type=image] {
  border: 0 none;
}

button, input[type=submit] {
  cursor: pointer;
  border: 0 none;
  background-color: transparent;
}

button::-moz-focus-inner {
  border: 0 none;
  padding: 0;
}

html {
  font-size: 100%;
  font-family: "Pretendard", sans-serif;
  color: #fff;
}
@media (max-width: 767.9px) {
  html {
    font-size: 75%;
  }
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  word-wrap: break-word;
  word-break: keep-all;
  zoom: 1;
  -webkit-text-size-adjust: 100%;
}

* {
  -webkit-tap-highlight-color: transparent;
}

th, td, input, select, textarea, button {
  font: inherit;
  color: inherit;
}

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

input[type=text], input[type=password] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

textarea, input[type=submit] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

select {
  padding: 0 25px 0 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='9px' height='8px'%3E%3Cpath fill-rule='evenodd' fill='rgb(0, 0, 0)' d='M4.507,7.988 L0.010,0.012 L9.004,0.012 L4.507,7.988 Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select:focus {
  border-color: #27312e;
}

select::-ms-expand {
  display: none;
}

address {
  font-style: normal;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
}

.row.equal-row > [class^=col-] > .col-inner {
  height: 100%;
}

.row.no-gutters {
  margin-left: 0;
  margin-right: 0;
}
.row.no-gutters > [class^=col-] {
  padding-left: 0;
  padding-right: 0;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto, .col-xxl, .col-xxl-1, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1440px) {
  .col-mw {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-mw-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-mw-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-mw-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-mw-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-mw-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-mw-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-mw-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-mw-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-mw-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-mw-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-mw-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-mw-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-mw-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
/* display */
@media (min-width: 1200px) {
  .pc_none {
    display: none !important;
  }
}
@media (max-width: 1199.9px) {
  .pc_only {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .mb_only {
    display: none !important;
  }
}
@media (max-width: 767.9px) {
  .mb_none {
    display: none !important;
  }
}
.d-flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.d-flex {
  display: flex;
}

.d-inline-flex {
  display: inline-flex;
}

.d-inline-flex-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}

/* --- placeholder */

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #bfbfbf;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #bfbfbf;
}

input::placeholder,
textarea::placeholder {
  color: #bfbfbf;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #bfbfbf;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: transparent;
}

input:focus::placeholder,
textarea:focus::placeholder {
  color: transparent;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
select,
textarea {
  border: 1px solid #ccd0d7;
  padding: 0 10px;
  border-radius: 0;
  background-color: #fff;
  color: #414141;
}

select:disabled {
  border-color: #dcdcdc !important;
  color: #dcdcdc !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='9px' height='8px'%3E%3Cpath fill-rule='evenodd' fill='rgb(180,180,180)' d='M4.507,7.988 L0.010,0.012 L9.004,0.012 L4.507,7.988 Z'/%3E%3C/svg%3E");
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
select {
  height: 40px;
}

input[type=text]:disabled,
input[type=email]:disabled,
input[type=password]:disabled,
input[type=tel]:disabled,
textarea:disabled {
  border-color: #dcdcdc !important;
  color: #dcdcdc !important;
}
input[type=text][readonly],
input[type=email][readonly],
input[type=password][readonly],
input[type=tel][readonly],
textarea[readonly] {
  pointer-events: none;
}

textarea {
  padding: 10px;
}

input:focus,
textarea:focus,
select:focus {
  border-color: #27312e;
  outline: none;
}

input[type=radio] {
  display: none !important;
}
input[type=radio] + label,
input[type=radio] + span {
  position: relative;
  display: inline-block;
  padding-left: 24px;
  font-size: 1rem;
  color: #666;
  vertical-align: middle;
  line-height: 1.5;
  cursor: pointer;
}
input[type=radio] + label:before,
input[type=radio] + span:before {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 18px;
  height: 18px;
  color: rgb(25, 84, 9);
  background: #fff;
  border: 1px solid #d2d2d2;
  border-radius: 50%;
  content: "";
  transition: background-color 0.3s ease;
}
input[type=radio]:checked + label:before, input[type=radio]:checked + span:before {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: #fff no-repeat center/50%;
  border-color: #27312e;
  font-family: "FontAwesome";
  line-height: 18px;
  text-align: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='rgb(25, 84, 9)' %3E%3Cpath d='M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512z'/%3E%3C/svg%3E");
}
input[type=radio]:disabled + label, input[type=radio]:disabled + span {
  opacity: 0.3;
  pointer-events: none;
}
input[type=checkbox] {
  display: none !important;
}
input[type=checkbox] + label,
input[type=checkbox] + span {
  position: relative;
  display: inline-block;
  padding-left: 24px;
  font-size: 1rem;
  color: #666;
  vertical-align: middle;
  line-height: 1.5;
  cursor: pointer;
}
input[type=checkbox] + label.empty,
input[type=checkbox] + span.empty {
  height: 18px;
  top: -0.12rem;
}
input[type=checkbox] + label.empty:before,
input[type=checkbox] + span.empty:before {
  top: 0;
}
input[type=checkbox] + label.empty + span,
input[type=checkbox] + span.empty + span {
  cursor: pointer;
}
input[type=checkbox] + label:before,
input[type=checkbox] + span:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  color: rgb(25, 84, 9);
  background: #fff;
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  transition: all 0.3s ease;
  transition-property: background-color, border-color;
}
input[type=checkbox]:checked + label:before, input[type=checkbox]:checked + span:before {
  content: "";
  display: inline-block;
  background: #fff no-repeat center/55%;
  border-color: #27312e;
  font-family: "FontAwesome";
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 27.87' width='40' height='27.87'%3E%3Cpolygon points='37.35 0 11.59 22.12 3.1 12.1 0 14.73 11.14 27.87 40 3.08 37.35 0' fill='%237cad3c'/%3E%3C/svg%3E");
}
input[type=checkbox]:disabled + label, input[type=checkbox]:disabled + span {
  opacity: 0.3;
  pointer-events: none;
}

@media (max-width: 767.9px) {
  input[type=radio] + label.empty,
  input[type=radio] + span.empty,
  input[type=checkbox] + label.empty,
  input[type=checkbox] + span.empty {
    top: 0.05em;
  }
  input[type=radio] + label:before,
  input[type=radio] + span:before {
    top: 0.1em;
    width: 15px;
    height: 15px;
    line-height: 15px;
  }
  input[type=radio]:checked + label:before,
  input[type=radio]:checked + span:before {
    top: 0.1em;
    width: 15px;
    height: 15px;
    line-height: 15px;
  }
  input[type=checkbox] + label:before,
  input[type=checkbox] + span:before {
    top: 0.1em;
    width: 15px;
    height: 15px;
    line-height: 15px;
  }
  input[type=checkbox]:checked + label:before,
  input[type=checkbox]:checked + span:before {
    top: 0.1em;
    width: 15px;
    height: 15px;
    line-height: 15px;
  }
}
@media (max-width: 575.9px) {
  input[type=radio] + label:before,
  input[type=radio] + span:before {
    top: 0.1em;
  }
  input[type=checkbox] + label:before,
  input[type=checkbox] + span:before {
    top: 0.1em;
  }
}
.datepicker {
  padding-right: 3.5em !important;
  background: url(/assets/img/common/ico_caleandar.svg) no-repeat right 1em center/1.4375em;
}

/*  */
i,
em {
  font-style: normal;
}

br {
  font-family: "돋움", "굴림", Dotum, Gulim, Arial, sans-serif !important;
}

pre {
  font-family: "Pretendard", sans-serif !important;
}

.br {
  display: block;
}

.w100 {
  width: 100% !important;
}

.h100 {
  height: 100% !important;
}

figure,
.thumb,
.thumb__img {
  perspective: 1;
}

.thumb__img {
  display: inline-block;
}

img {
  image-rendering: -moz-crisp-edges;
  /* firefox */
  image-rendering: -o-crisp-edges;
  /* opera */
  image-rendering: -webkit-optimize-contrast;
  /* chrome(비표준) */
  backface-visibility: hidden;
  perspective: 1;
}

/* include */
.inc-video {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  background-color: #111;
}
.inc-video > iframe,
.inc-video > video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-width: 100%;
  width: 100%;
  height: 100%;
}

/*-- dfn --*/
.dfn-basic > dt {
  font-weight: bold;
}

dl.dd-dot > dd {
  position: relative;
  padding-left: calc(3px + 0.5rem);
}
dl.dd-dot > dd:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 3px;
  margin-top: 0.63em;
  border-radius: 50%;
  background-color: #27312e;
}

/*-- list --*/
ul.list-txt-dot > li {
  position: relative;
  padding-left: 1.5em;
}
ul.list-txt-dot > li:before {
  content: "·";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 0;
  color: inherit;
}

ul.list-dot > li {
  position: relative;
  padding-left: calc(5px + 0.5rem);
}
ul.list-dot > li:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 5px;
  margin-top: 0.63em;
  border-radius: 50%;
  background-color: #22ad38;
}

ul.list-line > li {
  position: relative;
  padding-left: calc(8px + 0.5rem);
}
ul.list-line > li:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 8px;
  height: 1px;
  margin-top: 0.625em;
  background-color: #000;
}

ul.list-txt-line > li {
  position: relative;
  padding-left: 1.5em;
}
ul.list-txt-line > li:before {
  content: "-";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 0;
  color: inherit;
}

ul.list-star > li {
  position: relative;
  padding-left: 1.5em;
}
ul.list-star > li:before {
  content: "*";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 0;
  color: inherit;
}

ul.list-alert > li {
  position: relative;
  padding-left: 1.5em;
}
ul.list-alert > li:before {
  content: "※";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 0;
  color: inherit;
}

/* img background */
.img-bg-copy {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.img-bg-copy > img {
  opacity: 0;
  visibility: hidden;
}

/* figure */
figure {
  line-height: 0;
}

figure.t_c {
  display: block;
}
figure.t_c img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.figcaption {
  line-height: 1.25;
}

/* font style */
strong,
em {
  font-weight: bold;
}

.color_base {
  color: #27312e !important;
}

.color_point {
  color: #22ad38 !important;
}

.color_second {
  color: #195409 !important;
}

.color_secpoint {
  color: #c0e106 !important;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

.t_c {
  text-align: center !important;
}

.t_l {
  text-align: left !important;
}

.t_r {
  text-align: right !important;
}

.fw_300 {
  font-weight: 300 !important;
}

.ff_batang {
  font-family: "Gowun Batang", serif !important;
}

.fw_400 {
  font-weight: 400 !important;
}

.fw_500 {
  font-weight: 500 !important;
}

.fw_600 {
  font-weight: 600 !important;
}

.fw_700 {
  font-weight: 700 !important;
}

.fs_100 {
  font-size: calc(100 * 1px) !important;
  font-size: 6.25rem !important;
}
@media (max-width: 1440px) {
  .fs_100 {
    font-size: 70px;
    font-size: 4.375rem !important;
  }
}

.fs_90 {
  font-size: calc(90 * 1px) !important;
  font-size: 5.625rem !important;
}
@media (max-width: 1440px) {
  .fs_90 {
    font-size: 60px;
    font-size: 3.75rem !important;
  }
}

.fs_80 {
  font-size: calc(80 * 1px) !important;
  font-size: 5rem !important;
}
@media (max-width: 1440px) {
  .fs_80 {
    font-size: 56px;
    font-size: 3.5rem !important;
  }
}

.fs_70 {
  font-size: calc(70 * 1px) !important;
  font-size: 4.375rem !important;
}
@media (max-width: 1440px) {
  .fs_70 {
    font-size: 46px;
    font-size: 2.875rem !important;
  }
}

.fs_60 {
  font-size: calc(60 * 1px) !important;
  font-size: 3.75rem !important;
}
@media (max-width: 1440px) {
  .fs_60 {
    font-size: 40px;
    font-size: 2.5rem !important;
  }
}

.fs_50 {
  font-size: calc(50 * 1px) !important;
  font-size: 3.125rem !important;
}
@media (max-width: 1440px) {
  .fs_50 {
    font-size: 36px;
    font-size: 2.25rem !important;
  }
}

.fs_44 {
  font-size: calc(44 * 1px) !important;
  font-size: 2.75rem !important;
}
@media (max-width: 1440px) {
  .fs_44 {
    font-size: 34px;
    font-size: 2.125rem !important;
  }
}

.fs_43 {
  font-size: calc(43 * 1px) !important;
  font-size: 2.6875rem !important;
}
@media (max-width: 1440px) {
  .fs_43 {
    font-size: 32px;
    font-size: 2rem !important;
  }
}

.fs_40 {
  font-size: calc(40 * 1px) !important;
  font-size: 2.5rem !important;
}
@media (max-width: 1440px) {
  .fs_40 {
    font-size: 30px;
    font-size: 1.875rem !important;
  }
}

.fs_32 {
  font-size: calc(32 * 1px) !important;
  font-size: 2rem !important;
}
@media (max-width: 1199.9px) {
  .fs_32 {
    font-size: 24px;
    font-size: 1.5rem !important;
  }
}

.fs_30 {
  font-size: calc(30 * 1px) !important;
  font-size: 1.875rem !important;
}
@media (max-width: 1199.9px) {
  .fs_30 {
    font-size: 23px;
    font-size: 1.4375rem !important;
  }
}

.fs_28 {
  font-size: calc(28 * 1px) !important;
  font-size: 1.75rem !important;
}
@media (max-width: 1199.9px) {
  .fs_28 {
    font-size: 22px;
    font-size: 1.375rem !important;
  }
}

.fs_26 {
  font-size: calc(26 * 1px) !important;
  font-size: 1.625rem !important;
}
@media (max-width: 1199.9px) {
  .fs_26 {
    font-size: 20px;
    font-size: 1.25rem !important;
  }
}

.fs_24 {
  font-size: calc(24 * 1px) !important;
  font-size: 1.5rem !important;
}
@media (max-width: 1199.9px) {
  .fs_24 {
    font-size: 19px;
    font-size: 1.1875rem !important;
  }
}

.fs_22 {
  font-size: calc(22 * 1px) !important;
  font-size: 1.375rem !important;
}
@media (max-width: 1199.9px) {
  .fs_22 {
    font-size: 19px;
    font-size: 1.1875rem !important;
  }
}

.fs_20 {
  font-size: calc(20 * 1px) !important;
  font-size: 1.25rem !important;
}
@media (max-width: 767.9px) {
  .fs_20 {
    font-size: 18px;
    font-size: 1.125rem !important;
  }
}

.fs_19 {
  font-size: calc(19 * 1px) !important;
  font-size: 1.1875rem !important;
}
@media (max-width: 767.9px) {
  .fs_19 {
    font-size: 18px;
    font-size: 1.125rem !important;
  }
}

.fs_18 {
  font-size: calc(18 * 1px) !important;
  font-size: 1.125rem !important;
}

.fs_17 {
  font-size: calc(17 * 1px) !important;
  font-size: 1.0625rem !important;
}

.fs_16 {
  font-size: 16px !important;
  font-size: 1rem !important;
}

.fs_15 {
  font-size: calc(15 * 1px) !important;
  font-size: 0.9375rem !important;
}

.fs_14 {
  font-size: calc(14 * 1px) !important;
  font-size: 0.875rem !important;
}

.fs_13 {
  font-size: calc(13 * 1px) !important;
  font-size: 0.8125rem !important;
}

.fs_0 {
  font-size: 0 !important;
}

/* background */
.bg_f9f9f9 {
  background-color: #f9f9f9 !important;
}

.bg_f7f7f7 {
  background-color: #f7f7f7 !important;
}

/* btn */
button {
  background-color: transparent;
}
button:focus {
  outline: 0;
}

.button {
  cursor: pointer;
  display: inline-flex;
  display: inline-flex !important;
  overflow: hidden;
  isolation: isolate;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  transition: all 0.5s ease;
  border: 1px solid transparent;
}
.button img {
  z-index: 1;
}
.button span {
  position: relative;
  z-index: 2;
  word-break: break-word;
  padding-top: 0.2em;
}
.button img + span:not(.hidden),
.button span:not(.hidden) + img {
  margin-left: 0.5em;
}

button.button.readonly,
.button.readonly {
  pointer-events: none;
}

button.button:disabled,
.button.disabled {
  opacity: 0.3 !important;
  cursor: not-allowed !important;
}

[class*=btn] {
  transition: background-color 0.3s;
}

.btn_solid_base {
  border-color: #27312e;
  background-color: #27312e;
  color: #fff;
}
@media (hover: hover) and (pointer: fine) and (min-width: 992px) {
  .btn_solid_base:hover:not(.disabled), .btn_solid_base:hover:dsiabled {
    background-color: #323f3b;
  }
}
@media (max-width: 991.9px) {
  .btn_solid_base:focus:not(.disabled), .btn_solid_base:focus:dsiabled, .btn_solid_base:active:not(.disabled), .btn_solid_base:active:dsiabled {
    background-color: #323f3b;
  }
}

.btn_solid_black {
  border-color: #000;
  background-color: #000;
  color: #fff;
}
@media (hover: hover) and (pointer: fine) and (min-width: 992px) {
  .btn_solid_black:hover:not(.disabled), .btn_solid_black:hover:dsiabled {
    border-color: #666;
    background-color: #666;
  }
}
@media (max-width: 991.9px) {
  .btn_solid_black:focus:not(.disabled), .btn_solid_black:focus:dsiabled, .btn_solid_black:active:not(.disabled), .btn_solid_black:active:dsiabled {
    border-color: #666;
    background-color: #666;
  }
}

.btn_solid_white_line {
  border-color: #dedede;
  background-color: #fff;
}
@media (hover: hover) and (pointer: fine) and (min-width: 992px) {
  .btn_solid_white_line:hover:not(.disabled), .btn_solid_white_line:hover:dsiabled {
    background-color: #f5f5f5;
  }
}
@media (max-width: 991.9px) {
  .btn_solid_white_line:focus:not(.disabled), .btn_solid_white_line:focus:dsiabled, .btn_solid_white_line:active:not(.disabled), .btn_solid_white_line:active:dsiabled {
    background-color: #f5f5f5;
  }
}

.btn_solid_gray {
  border-color: #d2d2d2;
  background-color: #d2d2d2;
}
@media (hover: hover) and (pointer: fine) and (min-width: 992px) {
  .btn_solid_gray:hover:not(.disabled), .btn_solid_gray:hover:dsiabled {
    background-color: #fff;
  }
}
@media (max-width: 991.9px) {
  .btn_solid_gray:focus:not(.disabled), .btn_solid_gray:focus:dsiabled, .btn_solid_gray:active:not(.disabled), .btn_solid_gray:active:dsiabled {
    background-color: #fff;
  }
}

.btn_solid_op_gray {
  border-color: #646f6c;
  background-color: #353d39;
  color: #fff;
}

.btn_solid_secpoint {
  border-color: #c0e106;
  background-color: #c0e106;
  color: #27312e;
}
@media (hover: hover) and (pointer: fine) and (min-width: 992px) {
  .btn_solid_secpoint:hover:not(.disabled), .btn_solid_secpoint:hover:dsiabled {
    background-color: #27312e;
    color: #fff;
  }
}
@media (max-width: 991.9px) {
  .btn_solid_secpoint:focus:not(.disabled), .btn_solid_secpoint:focus:dsiabled, .btn_solid_secpoint:active:not(.disabled), .btn_solid_secpoint:active:dsiabled {
    background-color: #27312e;
    color: #fff;
  }
}

.button[class*=btn_line_] {
  border-width: 2px;
}

.btn_line_white {
  border-color: #fff;
  color: #fff;
}
@media (hover: hover) and (pointer: fine) and (min-width: 992px) {
  .btn_line_white:hover:not(.disabled), .btn_line_white:hover:dsiabled {
    border-color: #27312e;
    background-color: #27312e;
  }
}
@media (max-width: 991.9px) {
  .btn_line_white:focus:not(.disabled), .btn_line_white:focus:dsiabled, .btn_line_white:active:not(.disabled), .btn_line_white:active:dsiabled {
    border-color: #27312e;
    background-color: #27312e;
  }
}

.btn_line_black {
  border-color: #57585b;
  color: #fff;
}
@media (hover: hover) and (pointer: fine) and (min-width: 992px) {
  .btn_line_black:hover:not(.disabled), .btn_line_black:hover:dsiabled {
    border-color: #dedede;
    background-color: #f9f9f9;
  }
}
@media (max-width: 991.9px) {
  .btn_line_black:focus:not(.disabled), .btn_line_black:focus:dsiabled, .btn_line_black:active:not(.disabled), .btn_line_black:active:dsiabled {
    border-color: #dedede;
    background-color: #f9f9f9;
  }
}

.btn_line_gray {
  border-color: #57585b;
  color: #151515;
}
@media (hover: hover) and (pointer: fine) and (min-width: 992px) {
  .btn_line_gray:hover:not(.disabled), .btn_line_gray:hover:dsiabled {
    border-color: #dedede;
    background-color: #f9f9f9;
  }
}
@media (max-width: 991.9px) {
  .btn_line_gray:focus:not(.disabled), .btn_line_gray:focus:dsiabled, .btn_line_gray:active:not(.disabled), .btn_line_gray:active:dsiabled {
    border-color: #dedede;
    background-color: #f9f9f9;
  }
}

.btn_line_base {
  border-color: #195409;
  color: #195409;
}
@media (hover: hover) and (pointer: fine) and (min-width: 992px) {
  .btn_line_base:hover:not(.disabled), .btn_line_base:hover:dsiabled {
    color: #fff;
    border-color: #22ad38;
    background-color: #195409;
  }
}
@media (max-width: 991.9px) {
  .btn_line_base:focus:not(.disabled), .btn_line_base:focus:dsiabled, .btn_line_base:active:not(.disabled), .btn_line_base:active:dsiabled {
    color: #fff;
    border-color: #22ad38;
    background-color: #195409;
  }
}

.btn_line_base {
  border-color: #195409;
  color: #195409;
}
@media (hover: hover) and (pointer: fine) and (min-width: 992px) {
  .btn_line_base:hover:not(.disabled), .btn_line_base:hover:dsiabled {
    color: #fff;
    border-color: #22ad38;
    background-color: #195409;
  }
}
@media (max-width: 991.9px) {
  .btn_line_base:focus:not(.disabled), .btn_line_base:focus:dsiabled, .btn_line_base:active:not(.disabled), .btn_line_base:active:dsiabled {
    color: #fff;
    border-color: #22ad38;
    background-color: #195409;
  }
}

@media (max-width: 767.9px) {
  .btn-wrap:not(.keep-max) {
    max-width: none !important;
  }
}
.btn-list {
  display: flex;
}
.btn-list .button {
  width: 100%;
}
.btn-list > li {
  width: 100%;
}

/* map */
/* table */
table {
  position: relative;
  width: 100%;
}

.v-mid th,
.v-mid td {
  vertical-align: middle !important;
}

.v-top th,
.v-top td {
  vertical-align: top !important;
}

table.fix-col {
  table-layout: fixed;
}

table.th_c th {
  text-align: center;
}
table.th_c td:first-of-type {
  text-align: center;
}

table.t_c th,
table.t_c td {
  text-align: center;
}

.tb-caption {
  font-size: 16px;
  font-size: 1rem;
}

.table-wrap + .tb-caption,
table + .tb-caption {
  margin-top: 1rem;
}

/* underline */
.underline {
  display: inline;
  color: inherit;
  background: none !important;
  box-shadow: inset 0 -0.6em 0 0 rgba(39, 49, 46, 0.4);
}

mark,
.mark {
  background-color: #c0e106;
  color: #121212;
}

.slick-arrow {
  z-index: 10;
}

/* svg */
img[src$=".svg"].white {
  filter: invert(100%) sepia(0%) saturate(7489%) hue-rotate(225deg) brightness(104%) contrast(102%);
}

/* table */
@media (hover: hover) and (pointer: fine) and (min-width: 992px) {
  .xl_block_table .board-subject--fc a:hover {
    text-decoration: underline;
  }
}
@media (max-width: 991.9px) {
  .xl_block_table .board-subject--fc a:focus, .xl_block_table .board-subject--fc a:active {
    text-decoration: underline;
  }
}
@media (max-width: 1199.9px) {
  .xl_block_table {
    text-align: left;
  }
  .xl_block_table colgroup,
  .xl_block_table thead {
    display: none;
  }
  .xl_block_table,
  .xl_block_table tbody,
  .xl_block_table tr,
  .xl_block_table td,
  .xl_block_table th {
    display: block;
  }
  .xl_block_table tr {
    padding: 0;
  }
  .xl_block_table th,
  .xl_block_table td {
    height: auto !important;
    padding-left: 0;
    padding-right: 0;
  }
  .xl_block_table th {
    padding-top: 1em;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .xl_block_table td {
    height: auto;
  }
  .xl_block_table tbody td {
    padding-top: 0.2em;
  }
}

@media (hover: hover) and (pointer: fine) and (min-width: 992px) {
  .lg_block_table .board-subject--fc a:hover {
    text-decoration: underline;
  }
}
@media (max-width: 991.9px) {
  .lg_block_table .board-subject--fc a:focus, .lg_block_table .board-subject--fc a:active {
    text-decoration: underline;
  }
}
@media (max-width: 991.9px) {
  .lg_block_table {
    text-align: left;
  }
  .lg_block_table colgroup,
  .lg_block_table thead {
    display: none;
  }
  .lg_block_table,
  .lg_block_table tbody,
  .lg_block_table tr,
  .lg_block_table td,
  .lg_block_table th {
    display: block;
  }
  .lg_block_table tr {
    padding: 0;
  }
  .lg_block_table th,
  .lg_block_table td {
    height: auto !important;
    padding-left: 0;
    padding-right: 0;
  }
  .lg_block_table th {
    padding-top: 1em;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .lg_block_table td {
    height: auto;
  }
  .lg_block_table tbody td {
    padding-top: 0.2em;
  }
}

@media (hover: hover) and (pointer: fine) and (min-width: 992px) {
  .md_block_table .board-subject--fc a:hover {
    text-decoration: underline;
  }
}
@media (max-width: 991.9px) {
  .md_block_table .board-subject--fc a:focus, .md_block_table .board-subject--fc a:active {
    text-decoration: underline;
  }
}
@media (max-width: 767.9px) {
  .md_block_table {
    text-align: left;
  }
  .md_block_table colgroup,
  .md_block_table thead {
    display: none;
  }
  .md_block_table,
  .md_block_table tbody,
  .md_block_table tr,
  .md_block_table td,
  .md_block_table th {
    display: block;
  }
  .md_block_table tr {
    padding: 0;
  }
  .md_block_table th,
  .md_block_table td {
    height: auto !important;
    padding-left: 0;
    padding-right: 0;
  }
  .md_block_table th {
    padding-top: 1em;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .md_block_table td {
    height: auto;
  }
  .md_block_table tbody td {
    padding-top: 0.2em;
  }
}

@media (hover: hover) and (pointer: fine) and (min-width: 992px) {
  .sm_block_table .board-subject--fc a:hover {
    text-decoration: underline;
  }
}
@media (max-width: 991.9px) {
  .sm_block_table .board-subject--fc a:focus, .sm_block_table .board-subject--fc a:active {
    text-decoration: underline;
  }
}
@media (max-width: 575.9px) {
  .sm_block_table {
    text-align: left;
  }
  .sm_block_table colgroup,
  .sm_block_table thead {
    display: none;
  }
  .sm_block_table,
  .sm_block_table tbody,
  .sm_block_table tr,
  .sm_block_table td,
  .sm_block_table th {
    display: block;
  }
  .sm_block_table tr {
    padding: 0;
  }
  .sm_block_table th,
  .sm_block_table td {
    height: auto !important;
    padding-left: 0;
    padding-right: 0;
  }
  .sm_block_table th {
    padding-top: 1em;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .sm_block_table td {
    height: auto;
  }
  .sm_block_table tbody td {
    padding-top: 0.2em;
  }
}

@media (hover: hover) and (pointer: fine) and (min-width: 992px) {
  .ssm_block_table .board-subject--fc a:hover {
    text-decoration: underline;
  }
}
@media (max-width: 991.9px) {
  .ssm_block_table .board-subject--fc a:focus, .ssm_block_table .board-subject--fc a:active {
    text-decoration: underline;
  }
}
@media (max-width: 360px) {
  .ssm_block_table {
    text-align: left;
  }
  .ssm_block_table colgroup,
  .ssm_block_table thead {
    display: none;
  }
  .ssm_block_table,
  .ssm_block_table tbody,
  .ssm_block_table tr,
  .ssm_block_table td,
  .ssm_block_table th {
    display: block;
  }
  .ssm_block_table tr {
    padding: 0;
  }
  .ssm_block_table th,
  .ssm_block_table td {
    height: auto !important;
    padding-left: 0;
    padding-right: 0;
  }
  .ssm_block_table th {
    padding-top: 1em;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .ssm_block_table td {
    height: auto;
  }
  .ssm_block_table tbody td {
    padding-top: 0.2em;
  }
}

/* tab */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
[data-panel]:not(.on),
.tab-panel:not(.on) {
  display: none;
}

[data-panel].on,
.tab-panel.on {
  animation: fadeIn 0.2s ease-in-out 1 alternate both;
}

html,
body {
  height: 100%;
}

body.gnb-open {
  overflow: hidden;
}
@media (min-width: 1200px) {
  body.gnb-open {
    overflow-x: hidden;
    overflow-y: visible;
  }
}

#wrapper {
  background: #27312e;
  width: 100%;
  max-width: 2560px;
  margin: 0 auto;
  overflow: hidden;
  letter-spacing: -0.03em;
}

@media (min-width: 321px) {
  body {
    overflow-x: hidden;
  }
}
#contents {
  position: relative;
  width: 100%;
  min-height: 320px;
}

.inner {
  width: 100%;
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto;
}

/* header */
#header {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #27312e;
}
#header .header__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header .header__box:after {
  z-index: 1;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 200%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#header .logo a {
  z-index: 1000;
  position: relative;
  display: block;
}
#header .logo img {
  display: inline-block;
  vertical-align: middle;
}
#header .m-menu-btn {
  z-index: 100000;
  position: fixed;
  right: 20px;
  top: calc((80px - 24px) / 2);
  display: flex;
  align-items: center;
  align-content: center;
  width: 24px;
  height: 24px;
}
#header .m-menu-btn .hamburger {
  width: 100%;
}
#header .m-menu-btn .hamburger > span + span {
  margin-top: 6px;
}
#header .m-menu-btn .hamburger > span {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: transform 0.3s;
}
#header .m-menu-btn.on .hamburger {
  position: relative;
  height: 100%;
}
#header .m-menu-btn.on .hamburger > span {
  position: absolute;
  top: 11px;
  left: 0;
  margin: 0;
}
#header .m-menu-btn.on .hamburger > span:first-child {
  transform: rotate(45deg);
}
#header .m-menu-btn.on .hamburger > span:last-child {
  transform: rotate(-45deg);
}

@media (min-width: 1200px) {
  #header .m-menu-btn,
  #header .mb-toggle {
    display: none;
  }
  #header .header-bg {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background: #27312e;
    transform: scaleY(0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 9px 24px rgba(33, 32, 7, 0.16);
  }
  #header .gnb-menu--fc {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: calc(20 * 1px);
    font-size: 1.25rem;
    margin-left: -1.75em;
    margin-right: -1.75em;
  }
}
@media (min-width: 1200px) and (max-width: 767.9px) {
  #header .gnb-menu--fc {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (min-width: 1200px) {
  #header .gnb-menu--fc > li {
    position: relative;
  }
  #header .gnb-menu--fc > li:hover a {
    color: #adc912;
  }
  #header .gnb-menu--fc > li > a {
    z-index: 5;
    min-width: 160px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90px;
    padding: 0 1.75em;
    font-weight: 700;
    color: #fff;
    transition: color 0.3s;
  }
  #header .gnb-menu--fc .depth2 {
    z-index: -100;
    position: absolute;
    top: 100%;
    left: 0;
    height: 0;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: center;
    opacity: 0;
    transition-delay: 0s;
    transition: opacity 0.3s;
  }
  #header .gnb-menu--fc .depth2 a {
    display: block;
    font-size: 16px;
    font-size: 1rem;
    padding: 0.5rem 1rem;
    transition: color 0.3s;
  }
  #header .gnb-menu--fc .depth2 > li > a {
    color: rgba(173, 173, 173, 0.8);
  }
  #header .gnb-menu--fc .depth2 > li > a > span {
    display: inline-block;
    background-image: linear-gradient(to right, #fff, #fff);
    background-size: 0% 3px;
    line-height: 1.5;
    background-repeat: no-repeat;
    background-position: 50% 1.45em;
    transition: background-size 0.4s ease;
  }
  #header .gnb-menu--fc .depth2 > li > a:hover {
    color: #fff;
    font-weight: 700;
  }
  #header .gnb-menu--fc .depth2 > li > a:hover > span {
    background-size: 100% 3px;
  }
  #header:not(.gnb-hover) .gnb-menu--fc .depth2 {
    padding: 0;
    overflow: hidden;
    isolation: isolate;
  }
  #header.gnb-hover .gnb-menu--fc .depth2 {
    z-index: 100;
    opacity: 1;
    height: auto;
    transition-delay: 0.3s;
  }
  #header.gnb-hover .header-bg {
    transform: scaleY(1);
  }
  #main #header:not(.gnb-hover) .header__box:after {
    border-color: #27312e;
  }
}
@media (max-width: 1199.9px) {
  #header .header-top,
  #header .header-bg {
    display: none;
  }
  #header .mb-drop {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-left: 0.5em;
    background: no-repeat center/80%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--%3E%3Cpath d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z' fill='rgb(255,255,255)'/%3E%3C/svg%3E");
  }
  #header .gnb {
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 999;
    width: 100%;
    height: 100vh;
    opacity: 0;
    text-align: left;
  }
  #header .gnb__menus {
    z-index: 10;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-left: auto;
    height: 100%;
    background: #27312e;
  }
  #header .gnb-menu--fc {
    overflow-x: hidden;
    overflow-y: auto;
    margin-top: calc(80px + 2rem);
    padding-bottom: 120px;
  }
  #header .gnb-menu--fc a {
    display: block;
    padding: 1rem;
    height: auto;
    font-size: 16px;
    font-size: 1rem;
  }
  #header .gnb-menu--fc > li > a {
    display: inline-flex;
    align-items: center;
    font-size: 2.25rem;
    font-weight: 700;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  #header .gnb-menu--fc > li.on > a {
    color: #c0e106;
  }
  #header .gnb-menu--fc > li.on > a .mb-drop {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--%3E%3Cpath d='M233.4 105.4c12.5-12.5 32.8-12.5 45.3 0l192 192c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L256 173.3 86.6 342.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l192-192z' fill='rgb(255,255,255)'/%3E%3C/svg%3E");
  }
  #header .gnb-menu--fc a {
    background-color: #27312e;
    color: #fff;
  }
  #header .gnb-menu--fc .depth2 {
    display: none;
    padding-left: 24px;
    padding-right: 24px;
  }
  #header .gnb-menu--fc .depth2 > li > a {
    font-size: 1.5rem;
  }
  #header .logo {
    height: 100%;
  }
  #header .logo a {
    line-height: 80px;
  }
  #header .logo a img {
    width: 70%;
    max-width: 100%;
    max-height: calc(80px - 20px);
    vertical-align: middle;
  }
}
@media (max-width: 767.9px) {
  #header .m-menu-btn {
    top: calc((55px - 24px) / 2);
  }
  #header .gnb-menu--fc {
    margin-top: calc(55px + 2rem);
  }
  #header .logo a {
    line-height: 55px;
  }
  #header .logo a img {
    max-height: calc(55px - 20px);
  }
}
/* footer */
#footer {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background-color: #212a27;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
}
#footer .footer-logo {
  text-align: left;
  margin-bottom: 2rem;
}
#footer .footer-logo img {
  width: 10rem;
}
#footer .footer-infos {
  font-size: 0;
  margin-top: 1rem;
  margin-bottom: 0.875rem;
}
#footer .footer-infos em {
  margin-right: 0.5em;
}
#footer .footer-infos span + em {
  margin-left: 1em;
}
#footer .footer-infos > p {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-top: 4px;
  padding-right: 1em;
  font-size: 16px;
  font-size: 1rem;
}
#footer .footer-infos > p:before {
  content: "";
  display: none;
  position: absolute;
  left: -0.5em;
  top: 50%;
  width: auto;
  height: 0.8em;
  margin-top: -0.3em;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
#footer .footer-infos > p + p {
  position: relative;
}
#footer .footer-infos > p + p:before {
  display: block;
}
#footer .footer-bottom-link {
  display: flex;
  flex-wrap: wrap;
}
#footer .footer-bottom-link > li {
  position: relative;
  display: inline-block;
  margin: 0 0.9375em;
  font-size: 16px;
  font-size: 1rem;
}
#footer .footer-bottom-link > li:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.2);
  top: 0;
  left: -0.9375em;
  margin-top: 0.2em;
}
#footer .footer-bottom-link > li:first-child {
  margin-left: 0;
}
#footer .footer-bottom-link > li:first-child:before {
  display: none;
}
#footer .footer-bottom-link > li a {
  display: block;
  color: #fff;
  font-weight: 700;
  transition: 0.2s all ease-in-out;
}
@media (hover: hover) and (pointer: fine) and (min-width: 992px) {
  #footer .footer-bottom-link > li a:hover {
    color: #c0e106;
  }
}
@media (max-width: 991.9px) {
  #footer .footer-bottom-link > li a:focus, #footer .footer-bottom-link > li a:active {
    color: #c0e106;
  }
}
#footer .footer-contact {
  background-color: rgba(173, 173, 173, 0.1);
  border-radius: 1.25rem;
  padding: 2.25rem 24px;
}
#footer .footer-contact__head {
  margin-bottom: 2rem;
}
#footer .footer-contact__head > dt {
  font-size: calc(18 * 1px);
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.8);
}
#footer .footer-contact__head > dd {
  font-weight: 700;
  font-size: calc(24 * 1px);
  font-size: 1.5rem;
}
@media (max-width: 1199.9px) {
  #footer .footer-contact__head > dd {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}
#footer .footer-contact__btns {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
#footer .footer-contact__btns .button {
  font-size: 16px;
  font-size: 1rem;
  padding: 0.65em 1.375em;
  border-radius: 2em;
  background-color: #11211d;
}
#footer .footer-copy {
  color: rgba(173, 173, 173, 0.8);
}
#footer .footer__left {
  margin-bottom: 3rem;
}

@media (min-width: 576px) {
  #footer .footer-logo img {
    width: auto;
  }
}
@media (min-width: 768px) {
  #footer .footer-infos > br.mb_only + p:before {
    display: block;
  }
}
@media (min-width: 992px) {
  #footer,
  #footer .footer-infos > p {
    font-size: calc(18 * 1px);
    font-size: 1.125rem;
  }
}
@media (min-width: 1200px) {
  #footer .footer-infos > br.pc_none + p:before {
    display: block;
  }
}
@media (min-width: 992px) {
  #footer .footer-layout {
    display: flex;
  }
  #footer .footer__left {
    margin-bottom: 0;
  }
  #footer .footer__right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    margin-left: auto;
    text-align: center;
  }
  #footer .footer-contact {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
/* contents */
#contents {
  padding-top: 90px;
}

@media (max-width: 1199.9px) {
  #contents {
    padding-top: 80px;
  }
}
@media (max-width: 767.9px) {
  #contents {
    padding-top: 55px;
  }
}
.board-list__total {
  font-weight: 700;
  font-size: calc(22 * 1px);
  font-size: 1.375rem;
  margin-bottom: 1.25rem;
}
@media (max-width: 1199.9px) {
  .board-list__total {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}

.board-list__total__accent {
  color: #c0e106;
}

.basic-board-list--fc {
  border-top: 2px solid #fff;
  table-layout: fixed;
}
.basic-board-list--fc .nodata {
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  color: #fff;
}
.basic-board-list--fc th,
.basic-board-list--fc td {
  font-size: calc(20 * 1px);
  font-size: 1.25rem;
  height: 5.25rem;
  vertical-align: middle;
  text-align: center;
}
@media (max-width: 767.9px) {
  .basic-board-list--fc th,
  .basic-board-list--fc td {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.basic-board-list--fc td {
  color: #fff;
}
.basic-board-list--fc thead {
  background-color: #27312e;
  color: #fff;
  font-weight: 700;
}
.basic-board-list--fc thead tr {
  border-bottom: 1px solid #fff;
}
.basic-board-list--fc tbody tr {
  font-weight: 300;
  border-bottom: 1px solid #b5b5b5;
}
.basic-board-list--fc .board-num--fc {
  font-weight: 700;
}
.basic-board-list--fc .board-subject--fc {
  text-align: left;
}
.basic-board-list--fc .board-subject--fc a {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  transition: color 0.3s;
}
@media (hover: hover) and (pointer: fine) and (min-width: 992px) {
  .basic-board-list--fc .board-subject--fc a:hover {
    color: #c0e106;
  }
}
@media (max-width: 991.9px) {
  .basic-board-list--fc .board-subject--fc a:focus, .basic-board-list--fc .board-subject--fc a:active {
    color: #c0e106;
  }
}
.basic-board-list--fc .board-subject--fc .ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  /* 라인수 */
  word-wrap: break-word;
  line-height: 1.5em;
  display: block;
  white-space: nowrap;
  /* line-height 가 1.2em 이고 3라인을 자르기 때문에 height는 1.2em * 3 = 3.6em */
  height: 1.5em;
}
.basic-board-list--fc .board-outlink--fc {
  color: #fff;
}
.basic-board-list--fc .board-outlink--fc img {
  width: 1.5em;
}
@media (max-width: 767.9px) {
  .basic-board-list--fc {
    text-align: left;
  }
  .basic-board-list--fc thead {
    display: none;
  }
  .basic-board-list--fc,
  .basic-board-list--fc tbody,
  .basic-board-list--fc td,
  .basic-board-list--fc th {
    display: block;
  }
  .basic-board-list--fc td,
  .basic-board-list--fc th {
    text-align: left;
    height: auto;
  }
  .basic-board-list--fc tr {
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.25rem;
  }
  .basic-board-list--fc .board-num--fc {
    display: none;
  }
  .basic-board-list--fc .board-subject--fc {
    font-weight: 700;
  }
  .basic-board-list--fc .board-outlink--fc.empty {
    display: none;
  }
  .basic-board-list--fc .board-outlink--fc img {
    width: 1em;
  }
  .basic-board-list--fc .board-date--fc {
    width: 100%;
  }
}

.board-paging--fc {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4.75rem;
}
.board-paging--fc .paging-btn-next {
  background-image: url("../img/common/paging-next-off.png");
}
.board-paging--fc .paging-btn-last {
  background-image: url("../img/common/paging-last-off.png");
}
.board-paging--fc .paging-btn-first {
  background-image: url("../img/common/paging-first-off.png");
}
.board-paging--fc .paging-btn-prev {
  background-image: url("../img/common/paging-prev-off.png");
}
.board-paging--fc ol {
  display: inline-flex;
  flex-wrap: wrap;
  margin-left: 1.125rem;
  margin-right: 1.125rem;
}
.board-paging--fc a {
  display: block;
  width: 2.875rem;
  height: 2.875rem;
  line-height: calc(2.875em - 2px);
  border: 1px solid transparent;
  color: #fff;
  text-align: center;
  background: no-repeat center/contain;
  border-radius: 50%;
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) and (min-width: 992px) {
  .board-paging--fc a:hover {
    opacity: 0.4;
  }
}
@media (max-width: 991.9px) {
  .board-paging--fc a:focus, .board-paging--fc a:active {
    opacity: 0.4;
  }
}
.board-paging--fc li.on a {
  background-color: #c0e106;
  border-color: #c0e106;
  font-weight: 700;
  color: #27312e;
  opacity: 1;
}

/* view */
.board-view--fc .board-body__cont {
  border-top: 1px solid #dedede;
}
.board-view--fc .board-body__cont tr {
  border-bottom: 1px solid #dedede;
}
.board-view--fc .board-body__cont th,
.board-view--fc .board-body__cont td {
  vertical-align: middle;
  padding-left: 2rem;
}
.board-view--fc .board-body__cont th.v-top {
  padding-top: 2rem;
}
.board-view--fc .board-body__cont th {
  font-weight: 700;
  text-align: left;
  font-size: calc(20 * 1px);
  font-size: 1.25rem;
}
@media (max-width: 767.9px) {
  .board-view--fc .board-body__cont th {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.board-view--fc .board-body__cont td {
  height: 5.4375rem;
}
.board-view--fc .board-body__cont .value-area,
.board-view--fc .board-body__cont .textarea-area {
  width: 100%;
  padding: 1em 1.875rem;
  border: solid 1px #dcdcdc;
  background-color: #fff;
  border-radius: 1.25rem;
}
.board-view--fc .board-body__cont .value-area {
  font-size: calc(20 * 1px);
  font-size: 1.25rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  min-height: 4.1875rem;
  color: #1a1a1a;
}
@media (max-width: 767.9px) {
  .board-view--fc .board-body__cont .value-area {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.board-view--fc .board-body__cont .textarea-area {
  font-size: calc(18 * 1px);
  font-size: 1.125rem;
  line-height: 1.67;
  color: rgba(21, 21, 21, 0.8);
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  min-height: 33.5rem;
}
.board-view--fc .board-body__cont div.textarea-area {
  white-space: pre-line;
}
.board-view--fc .board-view-file--fc .file-item {
  display: inline-flex;
  align-items: center;
  font-size: calc(20 * 1px);
  font-size: 1.25rem;
  gap: 1.875rem;
  color: #fff;
}
@media (max-width: 767.9px) {
  .board-view--fc .board-view-file--fc .file-item {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (hover: hover) and (pointer: fine) and (min-width: 992px) {
  .board-view--fc .board-view-file--fc .file-item:hover .file-item__btn {
    background-color: #22ad38;
  }
}
@media (max-width: 991.9px) {
  .board-view--fc .board-view-file--fc .file-item:focus .file-item__btn, .board-view--fc .board-view-file--fc .file-item:active .file-item__btn {
    background-color: #22ad38;
  }
}
.board-view--fc .board-view-file--fc .file-item__btn {
  flex-shrink: 0;
  width: 2em;
  height: 2em;
  background-color: #c0e106;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.board-view--fc .board-view-file--fc .file-item__btn img {
  width: 45%;
}
@media (max-width: 767.9px) {
  .board-view--fc .board-body__cont,
  .board-view--fc .board-body__cont tbody,
  .board-view--fc .board-body__cont tr,
  .board-view--fc .board-body__cont td,
  .board-view--fc .board-body__cont th {
    display: block;
  }
  .board-view--fc .board-body__cont tr {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .board-view--fc .board-body__cont td,
  .board-view--fc .board-body__cont th {
    height: auto;
    padding-left: 0;
  }
  .board-view--fc .board-body__cont th.v-top {
    padding-top: 0;
  }
  .board-view--fc .board-body__cont th {
    margin-bottom: 0.5rem;
  }
  .board-view--fc .board-body__cont .value-area,
  .board-view--fc .board-body__cont .textarea-area {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.board-view-btns--fc {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  margin-top: 4.75rem;
}
.board-view-btns--fc .btn-list {
  gap: 1.25rem;
}
.board-view-btns--fc .btns-right {
  margin-left: auto;
}
.board-view-btns--fc .button {
  min-width: 8.44em;
  min-height: 3.16em;
  border-radius: 3em;
  font-size: calc(18 * 1px);
  font-size: 1.125rem;
  font-weight: 700;
  transition: 0.2s all ease-in-out;
}
@media (max-width: 575.9px) {
  .board-view-btns--fc {
    justify-content: center;
  }
  .board-view-btns--fc .btns-right {
    margin-left: 0;
    flex-wrap: wrap;
    width: 100%;
    gap: 0.5rem;
  }
}

body.modal-open {
  overflow: hidden !important;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.modal.fade:not(.show) {
  opacity: 0;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem auto;
  pointer-events: none;
  padding: 0 10px;
}

.modal.fade .modal-dialog {
  transition: transform 0.2s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(0.8);
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -moz-min-content;
  height: min-content;
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  text-align: center;
  padding: 2rem 2rem 1rem;
}

.modal-header .close {
  opacity: 1;
  display: block;
  right: 0;
  width: 3rem;
  height: 3rem;
  padding: 0;
  font-size: 0 !important;
  transition: opacity 0.3s ease-in-out;
}
.modal-header .close, .modal-header .close:active {
  top: 0;
}
.modal-header .close:before {
  content: "" !important;
  position: relative;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 0 0 auto;
  color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='39.5px' height='39.5px'%3E%3Cpath fill='none' stroke='white' stroke-width='3' d='M5,5 L34.5,34.5' /%3E%3Cpath fill='none' stroke='white' stroke-width='3' d='M34.5,5 L5,34.5' /%3E%3C/svg%3E");
  background-size: 72.9%;
  background-position: center;
  background-color: #27312e;
  border: 0;
  font-size: 1rem;
}

@media (min-width: 768px) {
  .modal-header .close:hover {
    opacity: 0.5;
  }
}
.modal-title {
  margin-bottom: 0;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem 2.5rem 2.5rem;
  font-size: 1rem;
  overflow: hidden;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
}

.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 768px) {
  .modal-md,
  .modal-lg,
  .modal-xl {
    max-width: 760px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 1010px;
  }
}
@media (min-width: 1200px) {
  .modal-lg {
    max-width: 966px;
  }
  .modal-xl {
    max-width: 1140px;
  }
}
/* theme modal */
.theme_modal .modal-content {
  border-radius: 1.875rem;
  box-shadow: 10.2px 72.3px 27px 0 rgba(24, 24, 24, 0.06);
}
.theme_modal .modal-header {
  display: flex;
  background-color: #27312e;
  color: #fff;
  min-height: 5.625rem;
  padding: 2rem 1.5rem 1rem 2rem;
}
.theme_modal .modal-header .close {
  margin-left: auto;
  margin-right: 0;
  margin-top: -0.5rem;
}
.theme_modal .modal-title {
  text-align: left;
  font-size: calc(27 * 1px);
  font-size: 1.6875rem;
  font-weight: 700;
}
@media (max-width: 1199.9px) {
  .theme_modal .modal-title {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
.theme_modal .modal-body {
  padding-top: 3.25rem;
  color: #121212;
}
.theme_modal .modal-footer {
  border-top: 0;
  padding-top: 1.5rem;
  padding-bottom: 4rem;
  justify-content: center;
}
.theme_modal .modal-footer .btn-wrap {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.theme_modal .modal-footer .button {
  border-radius: 2em;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  min-height: 2.9375em;
}
@media (max-width: 767.9px) {
  .theme_modal .modal-footer .modal-body {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.theme_modal .sponsor-form__section + .sponsor-form__section {
  padding-top: 4rem;
  margin-top: 4rem;
  border-top: 1px solid #e5e5e5;
}
.theme_modal .section-title {
  font-size: calc(26 * 1px);
  font-size: 1.625rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
@media (max-width: 1199.9px) {
  .theme_modal .section-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.theme_modal .honorific-label {
  text-align: center;
  font-size: calc(20 * 1px);
  font-size: 1.25rem;
  font-weight: 600;
  color: #232323;
  margin-top: 3.125rem;
}
@media (max-width: 767.9px) {
  .theme_modal .honorific-label {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.theme_modal .user-type-selector {
  margin-top: 2.5rem;
  margin-bottom: 0.625rem;
}
.theme_modal .user-type-selector .radius-radio {
  margin-top: -2px;
  margin-left: -2px;
  margin-right: -2px;
}
.theme_modal .user-type-selector .radius-radio > li {
  padding: 2px;
}
.theme_modal .user-type-selector .radius-radio input[type=checkbox] + label:before,
.theme_modal .user-type-selector .radius-radio input[type=radio] + label:before {
  display: none !important;
}
.theme_modal .user-type-selector .radius-radio label {
  width: 100%;
  padding-left: 0;
}
.theme_modal .user-type-selector .radius-radio .button {
  width: 100%;
  min-height: 2.9375em;
  border-radius: 3em;
  background-color: #e1e2e1;
  color: rgba(51, 51, 51, 0.4);
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
}
.theme_modal .user-type-selector .radius-radio input[type=radio]:checked + label .button {
  background-color: #195409;
  color: #fff;
}
.theme_modal .agree-section input[type=checkbox] + label:before {
  border-radius: 50%;
}
.theme_modal .agree-section input[type=checkbox]:checked + label:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='rgb(25, 84, 9)' %3E%3Cpath d='M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512z'/%3E%3C/svg%3E");
}
.theme_modal .agree-section [data-toggle=modal] {
  color: #195409;
}
.theme_modal .agree-all {
  text-align: center;
  margin-bottom: 1.5rem;
}
.theme_modal .agree-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
}
.theme_modal .policy-words {
  white-space: pre-line;
}
.theme_modal .form-section.hide {
  display: none;
}
.theme_modal .informations {
  font-size: calc(18 * 1px);
  font-size: 1.125rem;
}
.theme_modal .informations .informations__article + .informations__article {
  padding-top: 4rem;
  margin-top: 4rem;
  border-top: 1px solid #e5e5e5;
}
.theme_modal .informations .information-tit {
  font-size: calc(26 * 1px);
  font-size: 1.625rem;
  font-weight: 700;
  color: #121212;
  margin-bottom: 2.5rem;
}
@media (max-width: 1199.9px) {
  .theme_modal .informations .information-tit {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.theme_modal .informations .indent-words {
  padding: 1.5rem 3.5rem;
}
.theme_modal .informations .indent-words .dot-txt {
  position: relative;
  margin-left: calc(-1rem - 0.55em);
  padding-left: calc(1rem + 0.55em);
}
.theme_modal .informations .indent-words .dot-txt:before {
  content: "";
  position: absolute;
  left: 0;
  width: 0.55em;
  height: 0.55em;
  margin-top: 0.35em;
  border-radius: 50%;
  background-color: #195409;
}
.theme_modal .agree-section {
  margin-top: 1.25rem;
}
.theme_modal .agree-section .agreement-content {
  padding: 1.25rem 24px;
  margin-bottom: 1.5rem;
  background-color: #f7f7f7;
  border: solid 1px #dcdcdc;
  border-radius: 0.625rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.56;
  white-space: pre-line;
  color: rgba(32, 32, 32, 0.78);
}
@media (min-width: 768px) {
  .theme_modal .agree-list {
    gap: 2.5rem;
  }
  .theme_modal .user-type-selector .radius-radio {
    margin-top: -8px;
    margin-left: -8px;
    margin-right: -8px;
  }
  .theme_modal .user-type-selector .radius-radio > li {
    padding: 8px;
  }
}

.main_visual__slider {
  position: relative;
}
.main_visual__slider .swiper-wrapper {
  height: 890px;
}
.main_visual__slider .swiper-slide {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 3%;
  padding-bottom: 3%;
  background-color: #27312e;
}
.main_visual__slider .swiper-slide .inner {
  max-width: 1760px;
}
.main_visual__slider .slide-words {
  z-index: 2;
  position: relative;
  color: #fff;
}
.main_visual__slider .slide-words .words-tit {
  font-family: "Gowun Batang", serif;
  font-size: calc(60 * 1px);
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1.2;
  padding-bottom: 0.5em;
}
@media (max-width: 1440px) {
  .main_visual__slider .slide-words .words-tit {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.main_visual__slider .slide-words .words-desc {
  font-size: calc(22 * 1px);
  font-size: 1.375rem;
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 1199.9px) {
  .main_visual__slider .slide-words .words-desc {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}
.main_visual__slider .slide-words__head > *,
.main_visual__slider .slide-words .words-tit,
.main_visual__slider .slide-words .words-desc {
  position: relative;
  opacity: 0;
}
.main_visual__slider .slide-words__head {
  position: relative;
  margin-bottom: 3.125rem;
}
.main_visual__slider .slide-words__head:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  transition: width 0.6s;
}
.main_visual__slider .slide-words__head.align-between {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.main_visual__slider .slide-blur-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: blur(6px);
  opacity: 0.4;
}
.main_visual__slider .slide-bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
          clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
  transition: -webkit-clip-path 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: clip-path 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: clip-path 1s cubic-bezier(0.77, 0, 0.175, 1), -webkit-clip-path 1s cubic-bezier(0.77, 0, 0.175, 1);
}
.main_visual__slider .slide-bg img {
  display: none;
}
.main_visual__slider .slide-bg .bg-obj {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background: no-repeat center/cover;
  transform: scale(1.2);
  transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1);
}
.main_visual__slider .swiper-arrow {
  content: "";
  width: 2.625rem;
  height: 5.3125rem;
  margin-top: -2.65625rem;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.3;
  transition: 0.2s all ease-in-out;
}
@media (hover: hover) and (pointer: fine) and (min-width: 992px) {
  .main_visual__slider .swiper-arrow:hover:not(.swiper-button-disabled):not(.swiper-button-lock) {
    opacity: 1;
  }
}
@media (max-width: 991.9px) {
  .main_visual__slider .swiper-arrow:focus:not(.swiper-button-disabled):not(.swiper-button-lock), .main_visual__slider .swiper-arrow:active:not(.swiper-button-disabled):not(.swiper-button-lock) {
    opacity: 1;
  }
}
.main_visual__slider .swiper-button-next {
  right: calc((100vw - 1760px) / 2 + 20px);
  background-image: url("../img/main/ico_roll_next.svg");
}
.main_visual__slider .swiper-button-prev {
  left: calc((100vw - 1760px) / 2 + 20px);
  background-image: url("../img/main/ico_roll_prev.svg");
}
.main_visual__slider .slide-3 .words-tit {
  width: 100%;
  margin-right: -6.25rem;
}
.main_visual__slider .slide-3 .badge {
  flex-shrink: 0;
  width: calc(38% + 3.5rem);
  padding-right: 3.5rem;
  text-align: right;
}
.main_visual__slider .swiper-slide-active .slide-bg {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.main_visual__slider .swiper-slide-active .slide-bg .bg-obj {
  transform: scale(1);
}
@media (max-width: 991.9px) {
  .main_visual__slider .swiper-arrow {
    display: none;
  }
}
@media (max-width: 767.9px) {
  .main_visual__slider .swiper-slide {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .main_visual__slider .slide-words__head.align-between {
    flex-wrap: wrap;
  }
  .main_visual__slider .slide-3 .words-tit,
  .main_visual__slider .slide-3 .badge {
    width: 100%;
  }
  .main_visual__slider .slide-3 .words-tit {
    margin-right: 0;
  }
  .main_visual__slider .slide-3 .badge {
    order: 1;
    padding-right: 0;
    text-align: left;
    margin-bottom: 1rem;
  }
  .main_visual__slider .slide-3 .badge img {
    width: 7rem;
  }
  .main_visual__slider .slide-3 .words-tit {
    order: 2;
  }
}

/* path */
.path-wrap {
  margin-top: calc(80px);
  margin-bottom: 90px;
}

@media (max-width: 1199.9px) {
  .path-wrap {
    margin-top: calc(70px);
    margin-bottom: 80px;
  }
}
@media (max-width: 767.9px) {
  .path-wrap {
    margin-top: calc(45px);
    margin-bottom: 55px;
  }
}
.path-wrap .path {
  font-size: 0;
}
.path-wrap .path > li {
  position: relative;
  display: inline-block;
  padding-right: 34px;
  font-size: 16px;
  font-size: 1rem;
}
.path-wrap .path > li:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 100%;
  background-image: url("../img/sub/ico_path_arrow.png");
  background-size: 8px;
  background-repeat: no-repeat;
  background-position: center center;
}
.path-wrap .path > li:last-child:after {
  display: none;
}
.path-wrap .path > li.path-home > span img {
  vertical-align: middle;
  margin-bottom: 0.1em;
}
.path-wrap .path > li > span {
  display: inline-block;
  position: relative;
}

.subpage_tit {
  font-size: calc(60 * 1px);
  font-size: 3.75rem;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 1440px) {
  .subpage_tit {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.sub-cont-section:last-of-type {
  padding-bottom: 120px;
}

.sub-visual {
  display: table;
  width: 100%;
  height: 310px;
  padding: 2rem;
  margin-bottom: 5rem;
  text-align: center;
  background: no-repeat center/cover;
  border-radius: 10rem;
  font-size: calc(22 * 1px);
  font-size: 1.375rem;
  line-height: 1.59;
}
@media (max-width: 1199.9px) {
  .sub-visual {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}
.sub-visual .sub-visual__box {
  display: table-cell;
  vertical-align: middle;
}
.sub-visual .sub_visual_tit {
  font-size: calc(32 * 1px);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 1199.9px) {
  .sub-visual .sub_visual_tit {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.sub-visual .sub_visual_desc {
  margin-top: 1rem;
}
@media (max-width: 1199.9px) {
  .sub-visual {
    height: 250px;
  }
}
@media (max-width: 767.9px) {
  .sub-visual {
    height: 200px;
    border-radius: 3rem;
  }
}

.sub-visual--full {
  background: no-repeat center/cover;
  min-height: 700px;
}
.sub-visual--full .path-wrap {
  margin-top: 0;
  padding-top: calc(80px);
}
.sub-visual--full .sub-visual__words {
  text-align: center;
  padding-bottom: 5rem;
}
.sub-visual--full .sub_visual_tit {
  font-size: calc(60 * 1px);
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 1440px) {
  .sub-visual--full .sub_visual_tit {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.sub-visual--full .sub_visual_desc {
  font-size: calc(32 * 1px);
  font-size: 2rem;
  margin-top: 90px;
}
@media (max-width: 1199.9px) {
  .sub-visual--full .sub_visual_desc {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.sub-visual--full .btn-wrap {
  margin-top: 3.125rem;
  margin-left: auto;
  margin-right: auto;
}
.sub-visual--full .sub_visual_btn {
  position: relative;
  font-size: calc(18 * 1px);
  font-size: 1.125rem;
  min-height: 3.555em;
  border-radius: 4em;
  padding: 0.3em 1.5em;
  border: solid 1px #646f6c;
  background-color: #c0e106;
  color: #000;
  font-weight: 600;
}
.sub-visual--full .sub_visual_btn .absolute-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -3%;
}
@media (hover: hover) and (pointer: fine) and (min-width: 992px) {
  .sub-visual--full .sub_visual_btn:hover {
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
  }
}
@media (max-width: 991.9px) {
  .sub-visual--full .sub_visual_btn:focus, .sub-visual--full .sub_visual_btn:active {
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
  }
}
@media (max-width: 1199.9px) {
  .sub-visual--full .path-wrap {
    padding-top: calc(70px);
  }
  .sub-visual--full .sub_visual_desc {
    margin-top: 80px;
  }
}
@media (max-width: 767.9px) {
  .sub-visual--full {
    min-height: 300px;
  }
  .sub-visual--full .path-wrap {
    padding-top: calc(45px);
  }
  .sub-visual--full .sub_visual_desc {
    margin-top: 55px;
  }
}

.sponsor-useage-visual {
  color: #fff;
  background-image: url("../img/sub/sponsor/bg_sponsor_useage_visual.jpg");
}

.contact-visual {
  margin-bottom: 2.5rem;
  color: #fff;
  background-image: url("../img/sub/contact/bg_contact_visual.jpg");
}
.contact-visual .icon {
  margin-bottom: 1.25rem;
}

.campaign-effect-visual {
  background-image: url("../img/sub/campaign/bg_campaign_effect_visual.jpg");
}

.campaign-plan-visual {
  background-image: url("../img/sub/campaign/bg_campaign_plan_visual.jpg");
}

.foundation-activity-visual {
  background-image: url("../img/sub/campaign/bg_foundation_activity_visual.jpg");
}
.foundation-activity-visual .sub_visual_btn {
  padding-right: 8.9375rem;
}
.foundation-activity-visual .sub_visual_btn .absolute-icon img {
  width: 6.4375rem;
}

.campaign-goal-visual {
  background-image: url("../img/sub/campaign/bg_campaign_goal_visual.jpg");
  box-shadow: 20.5px 19.1px 35px 0 rgba(0, 0, 0, 0.17);
}
.campaign-goal-visual .sub_visual_tit {
  line-height: 1.25;
}
.campaign-goal-visual .sub_visual_desc {
  font-size: calc(28 * 1px);
  font-size: 1.75rem;
  margin-top: 1.5rem;
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 1199.9px) {
  .campaign-goal-visual .sub_visual_desc {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.subpage_head {
  margin-bottom: 6.25rem;
}

@media (max-width: 1439.9px) {
  .subpage_head {
    margin-bottom: 4rem;
  }
}
@media (max-width: 767.9px) {
  .subpage_head {
    margin-bottom: 3rem;
  }
}
/* 캠페인 목표 */
.campaign-goal--page .about-head__tit {
  font-size: calc(28 * 1px);
  font-size: 1.75rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 1199.9px) {
  .campaign-goal--page .about-head__tit {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.campaign-goal--page .about-boxes__list {
  margin-top: 6rem;
}
.campaign-goal--page .about-boxes__list > li + li {
  margin-top: 0.625rem;
}
.campaign-goal--page .about-boxes__list .box {
  display: flex;
  padding: 3.75rem 24px;
  color: #121212;
  border-radius: 1.25rem;
  box-shadow: 20.5px 19.1px 35px 0 rgba(0, 0, 0, 0.17);
  background-color: #fff;
}
.campaign-goal--page .about-boxes__list .box__icon {
  flex-shrink: 0;
}
.campaign-goal--page .about-boxes__list .box__icon img {
  width: 3rem;
}
.campaign-goal--page .about-boxes__list .box__body {
  margin-left: 20px;
}
.campaign-goal--page .about-boxes__list .about-dfn > dt {
  font-size: calc(28 * 1px);
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
@media (max-width: 1199.9px) {
  .campaign-goal--page .about-boxes__list .about-dfn > dt {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.campaign-goal--page .about-boxes__list .about-dfn > dd {
  font-size: calc(18 * 1px);
  font-size: 1.125rem;
  line-height: 1.67;
  text-align: left;
  color: rgba(18, 18, 18, 0.8);
}
.campaign-goal--page .section-benefit {
  margin-top: 6.25rem;
}
.campaign-goal--page .benefit-tit {
  font-size: calc(28 * 1px);
  font-size: 1.75rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 3.125rem;
  text-align: center;
}
@media (max-width: 1199.9px) {
  .campaign-goal--page .benefit-tit {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.campaign-goal--page .benefit-boxes__list {
  margin-top: -5px;
  margin-left: -5px;
  margin-right: -5px;
  justify-content: center;
}
.campaign-goal--page .benefit-boxes__list > [class*=col] {
  padding: 5px;
}
.campaign-goal--page .benefit-boxes__list .box {
  height: 100%;
  padding: 3.75rem 24px;
  color: #121212;
  border-radius: 1.875rem;
  box-shadow: 20.5px 19.1px 35px 0 rgba(0, 0, 0, 0.17);
  border: 1px solid #c0e106;
  background-color: #fff;
}
.campaign-goal--page .benefit-boxes__list .box__icon {
  margin-bottom: 1.875rem;
}
.campaign-goal--page .benefit-boxes__list .box__icon img {
  height: 6.4375rem;
}
.campaign-goal--page .benefit-boxes__list .benefit-dfn > dt {
  font-weight: 700;
  font-size: calc(20 * 1px);
  font-size: 1.25rem;
  margin-bottom: 2rem;
}
@media (max-width: 767.9px) {
  .campaign-goal--page .benefit-boxes__list .benefit-dfn > dt {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.campaign-goal--page .benefit-boxes__list .benefit-dfn > dd {
  font-size: calc(18 * 1px);
  font-size: 1.125rem;
  line-height: 1.67;
}
.campaign-goal--page .benefit-boxes__list .benefit-dfn > dd + dd {
  margin-top: 1em;
}
@media (min-width: 576px) {
  .campaign-goal--page .about-boxes__list .box {
    padding-left: 2.375rem;
    padding-right: 2.375rem;
  }
  .campaign-goal--page .about-boxes__list .box__body {
    margin-left: 2rem;
  }
}
@media (min-width: 768px) {
  .campaign-goal--page .about-boxes__list .box__icon img {
    width: 5rem;
  }
  .campaign-goal--page .benefit-boxes__list {
    margin-top: -10px;
    margin-left: -10px;
    margin-right: -10px;
  }
  .campaign-goal--page .benefit-boxes__list > [class*=col] {
    padding: 10px;
  }
  .campaign-goal--page .benefit-boxes__list .box {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (min-width: 992px) {
  .campaign-goal--page .about-boxes__list .box {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .campaign-goal--page .about-boxes__list .box__icon {
    align-self: center;
  }
  .campaign-goal--page .about-boxes__list .box__icon img {
    width: 11.0625rem;
  }
  .campaign-goal--page .about-boxes__list .box__body {
    margin-left: 9%;
  }
}

/* 재단활동 */
.foundation-activity--page .about-head {
  margin-top: 6.25rem;
  font-size: calc(20 * 1px);
  font-size: 1.25rem;
  line-height: 1.75;
}
@media (max-width: 767.9px) {
  .foundation-activity--page .about-head {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.foundation-activity--page .about-head p + p {
  margin-top: 1.75em;
}
.foundation-activity--page .about-boxes__list {
  margin-top: 5.625rem;
}
.foundation-activity--page .about-boxes__list > li {
  margin-top: 0.625rem;
}
.foundation-activity--page .about-boxes__list .box {
  padding: 3.75rem 2.375rem;
  color: #121212;
  border-radius: 1.25rem;
  box-shadow: 20.5px 19.1px 35px 0 rgba(0, 0, 0, 0.17);
  background-color: #fff;
}
.foundation-activity--page .about-boxes__list .box__head__tit {
  font-size: calc(28 * 1px);
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
@media (max-width: 1199.9px) {
  .foundation-activity--page .about-boxes__list .box__head__tit {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.foundation-activity--page .about-boxes__list .box__body {
  font-size: calc(18 * 1px);
  font-size: 1.125rem;
}
.foundation-activity--page .about-boxes__list p + .boxtit-list {
  margin-top: 3.125rem;
}
.foundation-activity--page .about-boxes__list .boxtit-list > li {
  display: flex;
}
.foundation-activity--page .about-boxes__list .boxtit-list > li + li {
  margin-top: 0.625rem;
}
.foundation-activity--page .about-boxes__list .boxtit-list .tit {
  display: inline-flex;
  align-items: center;
  padding: 0.1em 0.77em;
  height: 100%;
  margin-right: 1rem;
  border-radius: 0.625rem;
  background-color: #27312e;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.8);
}
.foundation-activity--page .about-boxes__list .boxtit-list .txt {
  padding-top: 0.3em;
}
.foundation-activity--page .about-boxes__list .boxtit-list.full > li {
  display: block;
}
.foundation-activity--page .about-boxes__list .boxtit-list.full > li + li {
  margin-top: 1.5rem;
}
.foundation-activity--page .about-boxes__list .boxtit-list.full .tit {
  margin-bottom: 0.5rem;
}
.foundation-activity--page .about-boxes__list .boxtit-list.full .txt {
  width: 100%;
}
@media (min-width: 992px) {
  .foundation-activity--page .about-boxes__list .box {
    display: flex;
  }
  .foundation-activity--page .about-boxes__list .box__head,
  .foundation-activity--page .about-boxes__list .box__body {
    width: 50%;
  }
}

/* 후원금 사용계획/기대효괴 */
.campaign-effect--page .feature-main-icon,
.campaign-plan--page .feature-main-icon {
  margin-top: 6rem;
  margin-bottom: 3.125rem;
  text-align: center;
}
.campaign-effect--page .feature-boxes__list,
.campaign-plan--page .feature-boxes__list {
  justify-content: center;
  margin-top: -5px;
  margin-left: -5px;
  margin-right: -5px;
}
.campaign-effect--page .feature-boxes__list > [class*=col],
.campaign-plan--page .feature-boxes__list > [class*=col] {
  padding: 5px;
}
.campaign-effect--page .feature-boxes__list .box,
.campaign-plan--page .feature-boxes__list .box {
  height: 100%;
  padding: 2rem 2rem 2.5rem;
  border-radius: 1.25rem;
  background-color: #fff;
  text-align: center;
  box-shadow: 20.5px 19.1px 35px 0 rgba(0, 0, 0, 0.17);
}
.campaign-effect--page .feature-boxes__list .icon,
.campaign-plan--page .feature-boxes__list .icon {
  margin-bottom: 1.5rem;
}
.campaign-effect--page .feature-boxes__list .caption,
.campaign-plan--page .feature-boxes__list .caption {
  font-size: calc(24 * 1px);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.46;
  color: #121212;
}
@media (max-width: 1199.9px) {
  .campaign-effect--page .feature-boxes__list .caption,
  .campaign-plan--page .feature-boxes__list .caption {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}
@media (min-width: 768px) {
  .campaign-effect--page .feature-boxes__list,
  .campaign-plan--page .feature-boxes__list {
    margin-top: -10px;
    margin-left: -10px;
    margin-right: -10px;
  }
  .campaign-effect--page .feature-boxes__list > [class*=col],
  .campaign-plan--page .feature-boxes__list > [class*=col] {
    padding: 10px;
  }
}
@media (min-width: 1200px) {
  .campaign-effect--page .feature-boxes__list,
  .campaign-plan--page .feature-boxes__list {
    margin-top: -15px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .campaign-effect--page .feature-boxes__list > [class*=col],
  .campaign-plan--page .feature-boxes__list > [class*=col] {
    padding: 15px;
  }
}

.campaign-plan--page .feature-head {
  margin-bottom: 6.25rem;
}
.campaign-plan--page .feature-head__tit {
  font-size: calc(28 * 1px);
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.43;
  margin-bottom: 2.5rem;
}
@media (max-width: 1199.9px) {
  .campaign-plan--page .feature-head__tit {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.campaign-plan--page .feature-head__txt {
  font-size: calc(18 * 1px);
  font-size: 1.125rem;
  line-height: 1.67;
}
.campaign-plan--page .feature-boxes__list .icon img {
  width: 4.375rem;
}

.campaign-effect--page .feature-boxes__list .icon img {
  width: 4.625rem;
}

.sponsor-main--page .section-types .sponsor-types > li + li {
  margin-top: 1.25rem;
}
.sponsor-main--page .section-types .sponsor-types .sponsor-types__btn {
  border: 1px solid #646f6c;
  border-radius: 2rem;
  background-color: #c0e106;
  color: #000;
  min-width: 12.55em;
  min-height: 3.55em;
  padding: 0.5em 1em;
}
@media (hover: hover) and (pointer: fine) and (min-width: 992px) {
  .sponsor-main--page .section-types .sponsor-types .sponsor-types__btn:hover {
    border-color: #27312e;
    background-color: #27312e;
    color: #fff;
  }
}
@media (max-width: 991.9px) {
  .sponsor-main--page .section-types .sponsor-types .sponsor-types__btn:focus, .sponsor-main--page .section-types .sponsor-types .sponsor-types__btn:active {
    border-color: #27312e;
    background-color: #27312e;
    color: #fff;
  }
}
.sponsor-main--page .section-types .sponsor-types .box {
  display: flex;
  justify-content: space-between;
  font-size: calc(18 * 1px);
  font-size: 1.125rem;
  background-color: #fff;
  color: #121212;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.17);
  border-radius: 1.25rem;
  padding: 3.5rem;
}
.sponsor-main--page .section-types .sponsor-types .type-info {
  display: flex;
  gap: 3.5rem;
  width: 100%;
}
.sponsor-main--page .section-types .sponsor-types .type-info__icon {
  flex-shrink: 0;
  align-self: flex-start;
  border-radius: 50%;
  background-color: #f0f7ed;
  overflow: hidden;
  isolation: isolate;
}
.sponsor-main--page .section-types .sponsor-types .type-info__icon > img {
  width: 7.375rem;
}
.sponsor-main--page .section-types .sponsor-types .type-info__desc {
  width: 100%;
}
.sponsor-main--page .section-types .sponsor-types .type-info__desc .desc-title {
  margin-bottom: 1rem;
  font-size: calc(26 * 1px);
  font-size: 1.625rem;
  font-weight: 700;
}
@media (max-width: 1199.9px) {
  .sponsor-main--page .section-types .sponsor-types .type-info__desc .desc-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.sponsor-main--page .section-types .sponsor-types .type-info__desc .desc-list > li + li {
  margin-top: 0.25em;
}
.sponsor-main--page .section-types .sponsor-types .type-info__desc .desc-list .tit {
  margin-right: 0.3em;
}
.sponsor-main--page .section-types .sponsor-types .type-info__desc .desc-dfn-wrap {
  margin-top: 2.5rem;
}
.sponsor-main--page .section-types .sponsor-types .type-info__desc .desc-dfn-wrap > li {
  position: relative;
  padding-left: 1.375rem;
}
.sponsor-main--page .section-types .sponsor-types .type-info__desc .desc-dfn-wrap > li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  border-left: 1px solid #22ad38;
}
.sponsor-main--page .section-types .sponsor-types .type-info__desc .desc-dfn-wrap > li + li {
  padding-top: 2.5rem;
  margin-top: 2.5rem;
  border-top: 1px solid #e5e5e5;
}
.sponsor-main--page .section-types .sponsor-types .type-info__desc .desc-dfn-wrap > li + li:before {
  top: 2.5rem;
  height: calc(100% - 2.5rem);
}
.sponsor-main--page .section-types .sponsor-types .type-info__desc .desc-dfn + .desc-dfn {
  margin-top: 1.25rem;
}
.sponsor-main--page .section-types .sponsor-types .type-info__desc .desc-dfn {
  display: flex;
}
.sponsor-main--page .section-types .sponsor-types .type-info__desc .desc-dfn > dt {
  position: relative;
  font-weight: 700;
  padding-right: 2em;
}
.sponsor-main--page .section-types .sponsor-types .type-info__desc .desc-dfn > dt:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.3em;
  right: 1em;
  width: 1px;
  height: 0.8em;
  background-color: #d3d4d2;
}
.sponsor-main--page .section-types .sponsor-types .type-info__desc .desc-dfn .addr-code {
  display: flex;
  gap: 1em;
}
.sponsor-main--page .section-types .sponsor-types .type-info__desc .desc-dfn .addr-code .copy-btn {
  flex-shrink: 0;
}
.sponsor-main--page .section-types .sponsor-types .type-info__desc .desc-dfn .addr-code img {
  flex-shrink: 0;
  width: 1.22em;
}
@media (max-width: 991.9px) {
  .sponsor-main--page .section-types .sponsor-types .box {
    flex-wrap: wrap;
  }
  .sponsor-main--page .section-types .sponsor-types .type-info__icon > img {
    width: 6rem;
  }
  .sponsor-main--page .section-types .sponsor-types .box .btn-wrap {
    width: 100%;
    text-align: center;
    margin-top: 2rem;
  }
}
@media (max-width: 575.9px) {
  .sponsor-main--page .section-types .sponsor-types .box {
    padding-left: 24px;
    padding-right: 24px;
  }
  .sponsor-main--page .section-types .sponsor-types .type-info {
    gap: 1rem;
  }
  .sponsor-main--page .section-types .sponsor-types .type-info__icon > img {
    width: 3rem;
  }
  .sponsor-main--page .section-types .sponsor-types .type-info__desc .desc-dfn {
    flex-wrap: wrap;
  }
  .sponsor-main--page .section-types .sponsor-types .type-info__desc .desc-dfn > dt,
  .sponsor-main--page .section-types .sponsor-types .type-info__desc .desc-dfn > dd {
    width: 100%;
  }
  .sponsor-main--page .section-types .sponsor-types .type-info__desc .desc-dfn > dt {
    padding-right: 0;
  }
  .sponsor-main--page .section-types .sponsor-types .type-info__desc .desc-dfn > dt:after {
    display: none;
  }
  .sponsor-main--page .section-types .sponsor-types .type-info__desc .desc-dfn .addr-code {
    flex-wrap: wrap;
  }
}

.sponsor-main--page .section-blockchain {
  position: relative;
  padding-top: 12rem;
  padding-bottom: 18%;
  margin-bottom: -5%;
}
.sponsor-main--page .section-blockchain .bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.sponsor-main--page .section-blockchain .bg img {
  width: 100%;
}
.sponsor-main--page .section-blockchain .blockchain-spot {
  position: relative;
  border-radius: 5em;
  padding: 6rem 2rem;
  margin-bottom: 4.125rem;
  overflow: hidden;
  isolation: isolate;
  background: url("../img/sub/sponsor/img_blockchain_spot.jpg") no-repeat center/cover;
  text-align: center;
}
.sponsor-main--page .section-blockchain .blockchain-spot:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.sponsor-main--page .section-blockchain .blockchain-spot > * {
  z-index: 2;
  position: relative;
}
.sponsor-main--page .section-blockchain .blockchain-spot__tit {
  font-size: calc(46 * 1px);
  font-size: 2.875rem;
  line-height: 1.21;
  font-weight: 700;
}
@media (max-width: 1440px) {
  .sponsor-main--page .section-blockchain .blockchain-spot__tit {
    font-size: 34px;
    font-size: 2.125rem;
  }
}
.sponsor-main--page .section-blockchain .blockchain-words {
  z-index: 2;
  position: relative;
  font-size: calc(22 * 1px);
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.73;
  text-align: center;
}
@media (max-width: 1199.9px) {
  .sponsor-main--page .section-blockchain .blockchain-words {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}
.sponsor-main--page .section-blockchain .blockchain-words__txt {
  margin-top: 3.75rem;
}
@media (min-width: 768px) {
  .sponsor-main--page .section-blockchain .blockchain-spot {
    border-radius: 10em;
  }
}

.sponsor-main--page .section-badge .graybox {
  border-radius: 1.25rem;
  padding: 4.75rem 24px;
  color: #27312e;
}
.sponsor-main--page .section-badge .graybox-head {
  font-size: calc(22 * 1px);
  font-size: 1.375rem;
  margin-bottom: 3.75rem;
}
@media (max-width: 1199.9px) {
  .sponsor-main--page .section-badge .graybox-head {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}
.sponsor-main--page .section-badge .graybox-head .desc {
  text-align: center;
  font-size: calc(18 * 1px);
  font-size: 1.125rem;
}
.sponsor-main--page .section-badge .graybox-head .desc-tit {
  font-size: calc(22 * 1px);
  font-size: 1.375rem;
  margin-bottom: 0.3rem;
  font-weight: 700;
}
@media (max-width: 1199.9px) {
  .sponsor-main--page .section-badge .graybox-head .desc-tit {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}
.sponsor-main--page .section-badge .radius-title {
  text-align: center;
  margin-bottom: 2.5rem;
}
.sponsor-main--page .section-badge .radius-title__box {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  min-height: 2.18em;
  padding: 0.5em 2.18em;
  border-radius: 2.5em;
  background-color: #11211d;
  color: #fff;
  font-size: calc(22 * 1px);
  font-size: 1.375rem;
  font-weight: 700;
}
@media (max-width: 1199.9px) {
  .sponsor-main--page .section-badge .radius-title__box {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}
.sponsor-main--page .section-badge .radius-title__box > span {
  width: 100%;
}
.sponsor-main--page .section-badge .badge-diagram {
  margin-bottom: 6.25rem;
}
.sponsor-main--page .section-badge .badge-sample__list {
  margin-top: -10px;
  margin-left: -10px;
  margin-right: -10px;
}
.sponsor-main--page .section-badge .badge-sample__list > [class*=col] {
  padding: 10px;
}
.sponsor-main--page .section-badge .badge-sample__list .box {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  height: 100%;
}
.sponsor-main--page .section-badge .badge-sample__list .sample-img,
.sponsor-main--page .section-badge .badge-sample__list .sample-desc {
  width: 100%;
}
.sponsor-main--page .section-badge .badge-sample__list .sample-img {
  display: inline-flex;
  align-items: center;
  text-align: center;
  border: solid 1px #22ad38;
  background-color: #edf8ef;
  font-size: calc(18 * 1px);
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.28;
  padding: 1.5rem 0;
  border-radius: 0.625rem;
}
.sponsor-main--page .section-badge .badge-sample__list .sample-img__thumb {
  width: 100%;
}
.sponsor-main--page .section-badge .badge-sample__list .sample-img__thumb .figcaption {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.sponsor-main--page .section-badge .badge-sample__list .sample-desc-list {
  color: #bfbfbf;
  line-height: 1.44;
  font-size: calc(18 * 1px);
  font-size: 1.125rem;
  word-break: keep-all;
}
.sponsor-main--page .section-badge .badge-sample__list .sample-desc-list .tit {
  position: relative;
  width: 4em;
  flex-shrink: 0;
}
.sponsor-main--page .section-badge .badge-sample__list .sample-desc-list .tit:after {
  content: ":";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.sponsor-main--page .section-badge .badge-sample__list .sample-desc-list > li {
  display: flex;
  gap: 0.3em;
}
.sponsor-main--page .section-badge .badge-sample__list .sample-desc-list > li:before {
  background-color: #bfbfbf;
}
.sponsor-main--page .section-badge .badge-sample__list .sample-desc {
  background-color: #152420;
  border-radius: 0.625rem;
  padding: 2.5rem 1.875rem;
}
.sponsor-main--page .section-badge .badge-sample__list .sample-desc__box {
  position: relative;
}
.sponsor-main--page .section-badge .badge-sample__list .sample-desc__box .img_txt_sample {
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sponsor-main--page .section-badge .badge-sample__list .desc-logo {
  margin-top: 2.25rem;
  text-align: center;
}
.sponsor-main--page .section-badge .badge-sample__list .desc-logo img {
  width: 7.125rem;
}
.sponsor-main--page .section-badge .badge-usage {
  margin-top: 3.75rem;
}
.sponsor-main--page .section-badge .badge-usage .radius-title {
  text-align: left;
  margin-bottom: 1.25rem;
}
.sponsor-main--page .section-badge .badge-usage .radius-title__box {
  background-color: #195409;
}
.sponsor-main--page .section-badge .badge-usage .desc {
  line-height: 1.94;
  color: #27312e;
  font-size: calc(18 * 1px);
  font-size: 1.125rem;
}
.sponsor-main--page .section-badge .badge-usage .list-dot > li:before {
  margin-top: 0.75em;
  background-color: #27312e;
}
@media (min-width: 768px) {
  .sponsor-main--page .section-badge .badge-sample__list .box {
    flex-wrap: nowrap;
  }
  .sponsor-main--page .section-badge .badge-sample__list .sample-img {
    width: 37%;
  }
  .sponsor-main--page .section-badge .badge-sample__list .sample-desc {
    width: 63%;
  }
}
@media (min-width: 992px) {
  .sponsor-main--page .section-badge .badge-sample__list {
    margin-top: -15px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .sponsor-main--page .section-badge .badge-sample__list > [class*=col] {
    padding: 15px;
  }
}
@media (min-width: 1200px) {
  .sponsor-main--page .section-badge .graybox {
    padding-left: 5.25rem;
    padding-right: 5.25rem;
  }
}

/* 모달 */
.modal .sponsor-form-table {
  font-size: calc(18 * 1px);
  font-size: 1.125rem;
}
.modal .sponsor-form-table select,
.modal .sponsor-form-table textarea,
.modal .sponsor-form-table input:not([type=radio]):not([type=checkbox]) {
  border-radius: 0.635rem;
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
}
.modal .sponsor-form-table select,
.modal .sponsor-form-table input:not([type=radio]):not([type=checkbox]) {
  height: 42px;
}
.modal .sponsor-form-table select {
  padding-right: 1rem;
}
.modal .sponsor-form-table .datepicker {
  padding-right: 48px;
  background-size: 23px;
  background-image: url(../img/common/ico_caleandar.svg);
}
.modal .sponsor-form-table .form-tit.required {
  position: relative;
}
.modal .sponsor-form-table .form-tit.required:after {
  content: "*";
  display: inline-block;
  height: 100%;
  color: #f92941;
  margin-left: 0.3em;
}
.modal .sponsor-form-table th {
  text-align: left;
  font-weight: 700;
  padding-right: 1rem;
}
.modal .sponsor-form-table td {
  padding-top: 0.875rem;
}
.modal .sponsor-form-table td + th {
  padding-left: 3%;
  padding-right: 0;
}
.modal .sponsor-form-table .txt {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.modal .sponsor-form-table .btn-list input[type=checkbox] + label:before,
.modal .sponsor-form-table .btn-list input[type=radio] + label:before {
  display: none !important;
}
.modal .sponsor-form-table .btn-list label {
  width: 100%;
  padding-left: 0;
}
.modal .sponsor-form-table .btn-wrap {
  margin-top: 0.875rem;
  margin-bottom: 0.875rem;
}
.modal .sponsor-form-table .radius-radio {
  margin-top: -2px;
  margin-left: -2px;
  margin-right: -2px;
}
.modal .sponsor-form-table .radius-radio > li {
  padding: 2px;
}
.modal .sponsor-form-table .radius-radio .button {
  min-height: 2.9375em;
  border-radius: 3em;
  background-color: #e1e2e1;
  color: rgba(51, 51, 51, 0.4);
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
}
.modal .sponsor-form-table .radius-radio input[type=radio]:checked + label .button {
  background-color: #195409;
  color: #fff;
}
.modal .sponsor-form-table .button-radio {
  margin-top: -2px;
  margin-left: -2px;
  margin-right: -2px;
}
.modal .sponsor-form-table .button-radio > li {
  padding: 2px;
}
.modal .sponsor-form-table .button-radio .button {
  height: 2.6875rem;
  border-radius: 0.625rem;
  border: solid 1px #dcdcdc;
}
.modal .sponsor-form-table .button-radio .button input[type=text] {
  display: none;
  height: 100%;
  margin-top: 2px;
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  border: 0;
}
.modal .sponsor-form-table .button-radio input[type=radio]:checked + label .button {
  border-color: #195409;
  color: #195409;
}
.modal .sponsor-form-table .button-radio input[type=radio]:checked + label .button > input + span {
  display: none;
}
.modal .sponsor-form-table .button-radio input[type=radio]:checked + label .button input[type=text] {
  display: block;
}
.modal .sponsor-form-table .box-radius {
  background-color: #f7f7f7;
  border-radius: 0.625rem;
  padding: 1.25rem;
}
.modal .sponsor-form-table .box-radius label {
  color: #8a8a8a;
  font-weight: 700;
}
.modal .sponsor-form-table .box-radius input[type=radio] + label:before,
.modal .sponsor-form-table .box-radius input[type=radio] + span:before {
  border-color: #fff;
}
.modal .sponsor-form-table .box-radius input[type=radio]:checked + label:before,
.modal .sponsor-form-table .box-radius input[type=radio]:checked + span:before {
  color: #195409;
}
.modal .sponsor-form-table .box-radius__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.modal .sponsor-form-table .info-txt {
  font-size: 16px;
  font-size: 1rem;
  color: #333;
}
.modal .sponsor-form-table .btn-wrap + .info-txt {
  align-self: flex-end;
  margin-bottom: calc(0.875rem + 8px);
}
.modal .sponsor-form-table .input-txt {
  align-self: flex-end;
  font-size: calc(14 * 1px);
  font-size: 0.875rem;
  line-height: 1.29;
  color: #333;
  margin-top: 0.5rem;
}
.modal .sponsor-form-table .d-flex-wrap .input-txt {
  margin-top: 0;
}
.modal .sponsor-form-table .d-flex-wrap.gap {
  gap: 1rem;
}
.modal .sponsor-form-table .wallet-inputs {
  display: flex;
  gap: 10px;
}
.modal .sponsor-form-table .wallet-inputs .exchange {
  width: 40% !important;
}
.modal .sponsor-form-table .wallet-inputs .copy-input {
  display: flex;
  align-items: center;
  width: 60%;
  border: 1px solid #ccd0d7;
  border-radius: 0.625rem;
}
.modal .sponsor-form-table .wallet-inputs .copy-input input {
  border: 0;
}
.modal .sponsor-form-table .wallet-inputs .wallet_addr_copy {
  padding-right: 1rem;
  line-height: 0;
}
.modal .sponsor-form-table .wallet-inputs .wallet_addr_copy img {
  width: 1.375rem;
}
@media (min-width: 768px) {
  .modal .sponsor-form-table .radius-radio {
    margin-top: -8px;
    margin-left: -8px;
    margin-right: -8px;
  }
  .modal .sponsor-form-table .radius-radio > li {
    padding: 8px;
  }
  .modal .sponsor-form-table .button-radio {
    margin-top: -7px;
    margin-left: -7px;
    margin-right: -7px;
  }
  .modal .sponsor-form-table .button-radio > li {
    padding: 7px;
  }
  .modal .sponsor-form-table.md_block_table .input-ssm {
    max-width: 225px;
  }
  .modal .sponsor-form-table.md_block_table .input-sm {
    max-width: 280px;
  }
  .modal .sponsor-form-table.md_block_table .input-md {
    max-width: 323px;
  }
}
@media (min-width: 992px) {
  .modal .sponsor-form-table.lg_block_table .input-ssm {
    max-width: 225px;
  }
  .modal .sponsor-form-table.lg_block_table .input-sm {
    max-width: 280px;
  }
  .modal .sponsor-form-table.lg_block_table .input-md {
    max-width: 323px;
  }
}

#modalSponsorTax .information-desc {
  margin-bottom: 2rem;
}
#modalSponsorTax .blue-notice {
  position: relative;
  margin-top: 2.5rem;
  padding-left: calc(1rem + 0.55em);
  color: #293f86;
  font-weight: 700;
}
#modalSponsorTax .blue-notice:before {
  content: "";
  position: absolute;
  left: 0;
  width: 0.55em;
  height: 0.55em;
  margin-top: 0.35em;
  border-radius: 50%;
  background-color: #293f86;
}

.form--fc .tb-caption {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 1rem;
}
.form--fc .form-inq-bottom {
  margin-top: 2.5rem;
  text-align: center;
}
.form--fc .form-inq-bottom .btn-wrap {
  margin-left: auto;
  margin-right: auto;
}
.form--fc .form-inq-bottom .form__submit {
  width: 100%;
  font-size: calc(18 * 1px);
  font-size: 1.125rem;
  font-weight: 700;
  height: 3.88em;
  border-radius: 4em;
}

.form-inq--fc {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.form-inq--fc select,
.form-inq--fc input:not([type=radio]):not([type=checkbox]),
.form-inq--fc textarea {
  font-size: 16px;
  font-size: 1rem;
  width: 100%;
  color: #27312e;
  background-color: #f8f8f8;
  border-radius: 0.625rem;
}
.form-inq--fc select:not(:focus),
.form-inq--fc input:not([type=radio]):not([type=checkbox]):not(:focus),
.form-inq--fc textarea:not(:focus) {
  border-color: #f8f8f8;
}
.form-inq--fc select:not(:focus)::-moz-placeholder,
.form-inq--fc input:not([type=radio]):not([type=checkbox]):not(:focus)::-moz-placeholder,
.form-inq--fc textarea:not(:focus)::-moz-placeholder {
  color: rgba(21, 21, 21, 0.5);
}
.form-inq--fc select:not(:focus)::-moz-placeholder, .form-inq--fc input:not([type=radio]):not([type=checkbox]):not(:focus)::-moz-placeholder, .form-inq--fc textarea:not(:focus)::-moz-placeholder {
  color: rgba(21, 21, 21, 0.5);
}
.form-inq--fc select:not(:focus)::placeholder,
.form-inq--fc input:not([type=radio]):not([type=checkbox]):not(:focus)::placeholder,
.form-inq--fc textarea:not(:focus)::placeholder {
  color: rgba(21, 21, 21, 0.5);
}
.form-inq--fc select,
.form-inq--fc input[type=text],
.form-inq--fc input[type=tel],
.form-inq--fc input[type=email] {
  height: calc(3.125rem + 2px);
  padding: 0 1.5em;
}
.form-inq--fc textarea {
  height: 12.9375rem;
  padding: 1em 1.5em;
}
.form-inq--fc .form-tit + textarea {
  margin-top: 0.875rem;
}
.form-inq--fc .email-wrap,
.form-inq--fc .tel-wrap {
  display: flex;
}
.form-inq--fc .symbol {
  display: inline-block;
  flex-shrink: 0;
  align-self: center;
  padding: 0 0.5em;
  font-weight: 700;
}
.form-inq--fc .form-tit {
  position: relative;
}
.form-inq--fc .form-tit.required:after {
  content: "*";
  display: inline-block;
  height: 100%;
  color: #c0e106;
  margin-left: 0.3em;
}
.form-inq--fc th,
.form-inq--fc td {
  font-size: 16px;
  font-size: 1rem;
  vertical-align: middle;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.form-inq--fc th {
  font-weight: 700;
  text-align: left;
  padding-right: 1rem;
}
.form-inq--fc .agree-box__policy {
  height: 138px;
  padding: 1.5em;
  overflow: hidden;
  overflow-y: auto;
  white-space: pre-line;
  color: #27312e;
  background-color: #f8f8f8;
  border-radius: 0.625rem;
  font-size: 16px;
  font-size: 1rem;
}
.form-inq--fc .agree-box__checkbox {
  margin-top: 1rem;
}
.form-inq--fc .agree-box__checkbox input[type=checkbox] + label {
  color: #fff;
}
.form-inq--fc .agree-box__checkbox input[type=checkbox]:checked + label:before,
.form-inq--fc .agree-box__checkbox input[type=checkbox]:checked + span:before {
  border-color: #c0e106;
}
@media (min-width: 768px) {
  .form-inq--fc td + th {
    padding-left: 3%;
    padding-right: 0;
  }
  .form-inq--fc tbody tr:first-of-type td,
  .form-inq--fc tbody tr:first-of-type th {
    padding-top: 1.75rem;
  }
  .form-inq--fc tbody tr:last-of-type td,
  .form-inq--fc tbody tr:last-of-type th {
    padding-bottom: 1.75rem;
  }
}
@media (max-width: 767.9px) {
  .form-inq--fc,
  .form-inq--fc tbody,
  .form-inq--fc tr,
  .form-inq--fc th,
  .form-inq--fc td {
    display: block;
  }
  .form-inq--fc th.empty,
  .form-inq--fc td.empty {
    display: none !important;
  }
  .form-inq--fc th,
  .form-inq--fc td {
    padding-bottom: 0;
  }
  .form-inq--fc th {
    padding-top: 1.5rem;
  }
  .form-inq--fc tbody tr:first-of-type th:first-of-type {
    padding-top: 1.75rem;
  }
  .form-inq--fc tbody tr:last-of-type td:last-of-type {
    padding-bottom: 1.75rem;
  }
}
@media (min-width: 1200px) {
  .form-inq--fc .input-xl {
    max-width: 530px;
  }
}

@media (min-width: 1440px) {
  .contactus--page .subpage_head {
    margin-bottom: 6.25rem;
  }
}/*# sourceMappingURL=style.css.map */