:root {
  --button-colors--white: #fff;
  --font--size--base: 16px;
  --bg-colors--light-gray: #fafafa;
  --text-colors--gray: #404040;
  --dark-sky: #0369a1;
  --white: white;
  --text-colors--normal: #030712;
  --light-blue: #eff6ff;
  --bg-colors--white: #fff;
  --text-colors--dark-gray: #111827;
  --font--size--3xl: 30px;
  --font--leading--9: 36px;
  --font--tracking--normal: 0px;
  --gray: #404040;
  --button-colors--dark-sky: #0369a1;
  --black: black;
  --font--weight--bold: 700px;
  --font--weight--normal: 400px;
  --font--size--2xl: 24px;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Nanumgothic, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

.button {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  border-width: 1px;
  border-radius: 6px;
  font-family: Nanumgothic, Arial, sans-serif;
  font-weight: 400;
}

.body {
  font-family: Nanumgothic, Arial, sans-serif;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-xsmall {
  width: 12.3881%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-xsmall {
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 40px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.margin-bottom.margin-xxsmall, .margin-bottom.margin-small, .margin-bottom.margin-xxlarge, .margin-bottom.margin-xsmall, .margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.max-width-large {
  flex-flow: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.button {
  color: var(--button-colors--white);
  font-family: Nanum Gothic, sans-serif;
  font-size: var(--font--size--base);
  line-height: 100%;
  font-weight: @var_variable-e946cba0-59f1-4dd7-b33d-7bfb305c9b3f;
  text-align: center;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-right: 0 #dbdbdb;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 63px;
  height: 50px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
}

.img {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1px;
  padding-bottom: 1px;
  text-decoration: none;
  display: flex;
}

.margin {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  text-decoration: none;
  display: block;
}

.overlay-horizontalborder {
  background-color: var(--bg-colors--light-gray);
  border: 1px rgba(0, 0, 0, .13);
  border-bottom-style: solid;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 12px 20px 13px;
  text-decoration: none;
  display: block;
}

.heading-2-link {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.sub-contents-text {
  color: var(--text-colors--gray);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 28.8px;
  text-decoration: none;
}

.sub-contents-text.dark-sky {
  color: var(--dark-sky);
  text-align: center;
  width: auto;
  font-family: Nanumgothic, Arial, sans-serif;
}

.sub-contents-text.dark-sky.left {
  text-align: left;
}

.sub-contents-text.center {
  text-align: center;
}

.sub-contents-text.center.gray {
  text-align: center;
  white-space: normal;
  word-break: normal;
  width: auto;
  max-width: 660px;
  font-family: Nanumgothic, Arial, sans-serif;
}

.sub-contents-text.gray {
  max-width: 100%;
  font-family: Nanumgothic, Arial, sans-serif;
}

.sub-contents-text.gray.bgcolor {
  background-color: var(--bg-colors--light-gray);
  max-width: 1300px;
  padding: 10px;
}

.sub-contents-text.white {
  color: var(--white);
  font-family: Nanumgothic, Arial, sans-serif;
  line-height: 18px;
}

.background-border {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .13);
  border-bottom-style: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 1300px;
  max-width: 1300px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.card-body {
  border: 1px #000;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  padding: 20px;
  display: flex;
}

.card-body.bottom {
  border-color: rgba(0, 0, 0, .12);
  border-bottom-style: solid;
}

.table-title {
  display: flex;
}

.div {
  color: #083344;
  font-family: Nanum Gothic;
  font-size: 18px;
  font-weight: 500;
}

.grid-th {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--bg-colors--light-gray);
  grid-template-rows: 39px;
  grid-template-columns: 1fr 1fr;
  justify-items: stretch;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: inline-grid;
}

.text-block {
  color: var(--text-colors--normal);
  border: 1px rgba(0, 0, 0, .12);
  border-style: solid none none solid;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  line-height: 24px;
  display: flex;
}

.text-block.end {
  border-right-style: solid;
}

.text-block.bottom {
  border-bottom-style: solid;
}

.text-block.bottom.right {
  border-right-style: solid;
}

.grid-tr {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "." 39px
  / 1fr 1fr;
  grid-auto-rows: 0;
  width: 100%;
  display: inline-grid;
}

.grid-tr:hover {
  background-color: var(--light-blue);
}

.section_table {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 0;
  padding-bottom: 80px;
}

.table_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-top: 1px rgba(0, 0, 0, 0);
  border-left: 1px rgba(0, 0, 0, 0);
  border-right: 1px rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: none;
  padding: 0;
  display: flex;
}

.container-large {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.container-large.history-list {
  border-bottom: 1px #dcdcdc;
}

.page-padding-year {
  padding-left: 5%;
  padding-right: 5%;
  display: block;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.table-hide {
  width: 100%;
  display: block;
}

.table-hide.first {
  display: block;
}

.table-hide.second {
  border-bottom: 1px solid #dcdcdc;
  display: none;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 39px;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 39px;
  width: 100%;
}

.grid-2:hover {
  background-color: #eff6ff;
}

.date-label {
  background-color: var(--light-blue);
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  padding: 24px 20px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

._2020-2023 {
  color: var(--dark-sky);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nanumgothic, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
}

.contents-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1270px;
  padding: 10px 0;
  display: flex;
}

.grid-history {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #dcdcdc;
  grid-template: "."
                 "."
                 / 1fr 1fr;
  grid-auto-flow: row;
  align-items: stretch;
  justify-items: center;
  max-width: 1300px;
  margin-left: 0;
  padding-top: 20px;
  padding-bottom: 40px;
  padding-left: 0;
}

.text-block-5 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-left: 0;
  padding-left: 0;
  font-family: Nanumgothic, Arial, sans-serif;
  display: flex;
}

.bold-text---label {
  flex: none;
  width: 80px;
  font-family: Nanumgothic, Arial, sans-serif;
  font-weight: 800;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.page-padding-content {
  margin-bottom: 0;
  padding-bottom: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  position: static;
}

.list-item {
  padding-top: 10px;
  padding-bottom: 10px;
}

.content-section {
  background-color: #fff;
  width: auto;
  padding: 20px;
}

.body-2 {
  padding-top: 60px;
}

.section {
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.pagetitle {
  grid-row-gap: 40px;
  background-color: var(--bg-colors--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 180px;
  padding: 50px 20px;
  text-decoration: none;
  display: flex;
}

.wrap-title-description {
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.wrap-title {
  grid-column-gap: 6px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  padding-right: 23px;
  text-decoration: none;
  display: flex;
}

.title-name {
  color: var(--text-colors--dark-gray);
  font-family: Nanum Gothic;
  font-size: var(--font--size--3xl);
  line-height: var(--font--leading--9);
  text-align: center;
  letter-spacing: var(--font--tracking--normal);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 800;
  text-decoration: none;
}

.text-block-6 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.container {
  width: 100%;
  max-width: 1300px;
  padding-bottom: 40px;
  display: block;
}

.greeting-right {
  flex-flow: column;
  flex: 0 auto;
  align-self: auto;
  align-items: flex-start;
  display: flex;
}

.greeting-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.greeting-img {
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
}

.greeting-left {
  width: 100%;
  max-width: 200px;
}

.sub-text-main-item {
  color: var(--text-colors--normal);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
}

.sub-text-main-item.darksky {
  color: var(--dark-sky);
}

.body-text-normal {
  direction: ltr;
  color: var(--text-colors--normal);
  text-align: justify;
  -webkit-text-stroke-width: 0px;
  text-indent: 0;
  word-break: normal;
  overflow-wrap: normal;
  margin-bottom: 0;
  padding-top: 16px;
  font-family: Nanumgothic, Arial, sans-serif;
  font-weight: 400;
  line-height: 26px;
}

.constitution {
  background-color: var(--bg-colors--light-gray);
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 39px 39px 39px 39px 39px 39px;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 39px;
  width: 100%;
}

.grid-3:hover {
  background-color: #eff6ff;
}

.grid-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 39px 39px 39px 39px 39px 39px 39px 39px 39px 39px 39px 39px;
  width: 100%;
}

.grid-4:hover {
  background-color: #eff6ff;
}

.grid-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 39px;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 39px;
  width: 100%;
}

.grid-5:hover {
  background-color: #eff6ff;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 36px;
}

.margin-top.margin-small, .margin-top.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-large-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading, .large-text-bold {
  font-size: 24px;
}

.large-text-bold.grey {
  color: var(--gray);
  margin-top: 0;
  margin-bottom: 0;
}

.large-text-bold.grey.center {
  text-align: center;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.heading-style-h1 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.header1_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.text-size-medium {
  font-size: 1.125rem;
}

.header1_image {
  width: 100%;
  height: 100%;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.container-large-3 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.image {
  text-align: left;
  vertical-align: baseline;
  flex: 0 auto;
  width: 320px;
  max-width: none;
  display: inline-block;
}

.size-large-style-contained-shape-rectangle-icon-none-text-show-border-true {
  grid-column-gap: 8px;
  background-color: var(--button-colors--dark-sky);
  border-radius: 6px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 14px 28px;
  text-decoration: none;
  display: flex;
}

.wrap-contents {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-large {
  background-color: var(--dark-sky);
  color: var(--white);
  border: 1px #000;
  border-radius: 6px;
  flex: 0 auto;
  width: auto;
  padding: 14px 28px;
  display: block;
}

.button-large:hover {
  background-color: #094db2;
}

.grid-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 39px 39px 39px 39px 39px 39px 39px 39px 39px 39px 39px 39px 39px 39px 39px 39px 39px 39px;
  width: 100%;
}

.grid-6:hover {
  background-color: #eff6ff;
}

.table7_accordion-image-wrapper {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}

.table7_page-button {
  border: 1px solid rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: .5rem 1rem;
  display: flex;
}

.table7_page-button.w--current {
  border-color: rgba(0, 0, 0, 0);
}

.table7_accordion-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.table7_content {
  border: 0 #000;
  flex-direction: column;
  overflow: visible;
}

.table7_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  padding-bottom: 0;
  position: relative;
}

.table7_column {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  min-height: auto;
  padding: 8px;
  display: flex;
}

.table7_column.is-header-column {
  aspect-ratio: auto;
  object-fit: fill;
  flex: 1;
  justify-content: center;
  align-items: center;
  min-height: auto;
  padding: 8px;
}

.table7_column.is-header-column.left {
  flex: 0 auto;
  width: 120px;
}

.table7_column.is-header-column.left.mov {
  flex: 1;
}

.table7_column.is-accordion-column {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
}

.table7_column.is-image-column {
  padding-top: 0;
  padding-bottom: 0;
}

.table7_column.left {
  flex: 0 auto;
  width: 120px;
}

.table7_column.left.mov {
  flex: 1;
}

.table7_pagination-page-button-wrapper {
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
}

.text-size-large {
  font-size: 1.25rem;
}

.table7_button-holder {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.table7_header-row {
  border-style: solid;
  border-width: 2px 0 1px;
  border-color: var(--dark-sky) var(--white) var(--gray);
  background-color: #eff6ff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr .5fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  display: flex;
}

.table7_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0);
  border-left: 1px solid rgba(0, 0, 0, 0);
  border-right: 1px solid rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  display: flex;
}

.table7_pagination {
  justify-content: center;
  margin-top: 2rem;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.button-2 {
  color: rgba(0, 0, 0, 0);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: .75rem 1.5rem;
}

.button-2.is-secondary {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
}

.button-2.is-small {
  padding: .5rem 1.25rem;
}

.table7_accordion {
  border: 0 #000;
  overflow: hidden;
}

.table7_accordion-row {
  border-bottom: 1px solid var(--gray);
  cursor: pointer;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr .5fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  display: flex;
}

.table7_icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-left: -2.5rem;
  margin-right: 1rem;
  position: relative;
}

.section_table7 {
  width: 100%;
}

.section_table7.mov {
  display: none;
}

.table7_item {
  border: 0px none var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr .5fr;
  grid-auto-columns: 1fr;
}

.text-weight-medium {
  font-weight: 500;
}

.table7_list-wrapper:hover {
  background-color: var(--bg-colors--light-gray);
}

.table7_accordion-content {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  display: flex;
  overflow: hidden;
}

.table7_header-link {
  align-items: center;
  padding-right: 1rem;
  display: flex;
  position: relative;
}

.table7_header-link:hover {
  background-image: none;
  background-position: 100%;
  background-repeat: no-repeat;
}

.table7_accordion-content-layout {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
  display: grid;
}

.container-large-4 {
  width: 100%;
  max-width: 500px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
}

.page-padding {
  padding-left: 5%;
  padding-right: 5%;
}

.table7_button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  min-width: 6.5rem;
  min-height: 2.5rem;
  padding: .5rem 1.25rem;
  font-size: 1rem;
  line-height: 1.5;
  display: flex;
}

.table7_button.is-previous {
  justify-content: flex-start;
  margin-right: auto;
}

.table7_button.is-next {
  justify-content: flex-end;
  margin-left: auto;
}

.text-block-7 {
  font-family: Nanumgothic, Arial, sans-serif;
}

.wrap-sub-text {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: wrap;
  display: flex;
}

.body-text-table {
  font-weight: 500;
}

.fee-contents {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.table1_header-link {
  align-items: center;
  padding-right: 1rem;
  display: flex;
  position: relative;
}

.table1_header-link:hover {
  background-image: none;
  background-position: 100%;
  background-repeat: no-repeat;
}

.table1_page-button {
  border: 1px solid rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: .5rem 1rem;
  display: flex;
}

.table1_page-button.w--current {
  border-color: rgba(0, 0, 0, 0);
}

.table1_button-holder {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.table1_content {
  border: 1px solid rgba(0, 0, 0, 0);
  border-bottom-style: none;
  flex-direction: column;
  overflow: auto;
}

.table1_header-row {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr .5fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.table1_pagination-page-button-wrapper {
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
}

.table1_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0);
  border-left: 1px solid rgba(0, 0, 0, 0);
  border-right: 1px solid rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  display: flex;
}

.table1_pagination {
  justify-content: center;
  align-items: stretch;
  margin-top: 2rem;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-3 {
  color: rgba(0, 0, 0, 0);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: .75rem 1.5rem;
}

.button-3.is-secondary {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
}

.button-3.is-small {
  padding: .5rem 1.25rem;
}

.table1_item {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr .5fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: relative;
}

.text-weight-medium-2 {
  font-weight: 500;
}

.table1_link {
  font-weight: 600;
  text-decoration: none;
}

.table1_column-button-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 6rem;
  margin-left: auto;
  padding: 1.5rem;
  display: flex;
}

.table1_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 5rem;
  position: relative;
}

.table1_button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  min-width: 6.5rem;
  min-height: 2.5rem;
  padding: .5rem 1.25rem;
  font-size: 1rem;
  line-height: 1.5;
  display: flex;
}

.table1_button.is-next {
  justify-content: flex-end;
  margin-left: auto;
}

.table1_button.is-previous {
  justify-content: flex-start;
  margin-right: auto;
}

.container-large-5 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.text-weight-semibold-2 {
  font-weight: 600;
}

.table1_column {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  min-height: 5rem;
  padding: 1rem 1.5rem;
  display: flex;
}

.table1_column.is-header-column {
  justify-content: center;
  align-items: center;
  min-height: auto;
}

.table1_column.is-width-medium {
  min-width: 8rem;
  max-width: 12rem;
}

.table1_column.is-width-large {
  min-width: 12rem;
  max-width: 16rem;
}

.table1_column.is-width-small {
  min-width: 6rem;
  max-width: 8rem;
}

.container-table-fee {
  max-width: 1300px;
}

.container-table-fee.mov {
  max-width: 320px;
}

.div-block-9 {
  align-self: auto;
}

.div-fee-contents {
  width: 100%;
}

.card-row44_card-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding: 10px 1.5rem;
  display: flex;
}

.button-4 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-4.is-link {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-4.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button-4.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: rgba(0, 0, 0, 0);
}

.icon-1x1-medium {
  width: 26px;
  height: 26px;
}

.card-row44_card {
  border: 1px none var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--dark-sky);
  border-radius: 12px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.heading-style-h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-style-h5.white {
  color: var(--white);
}

.card-row44_card-content-top {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-self: flex-start;
  display: block;
}

.card-row44_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: 135px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.button-group-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.timeline1_instructions-list-item {
  padding-left: .5rem;
}

.button-group-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.timeline5_content-right {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-style-h5-2 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.timeline5_row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  position: relative;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.timeline5_progress-line-cover {
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
  width: 100%;
  height: 50vh;
  position: absolute;
  top: -50vh;
}

.timeline-5-instructions-delete {
  z-index: 1;
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  text-align: left;
  padding: 2rem;
  position: relative;
}

.timeline5_line {
  background-color: var(--\<unknown\|relume-variable-color-neutral-4\>);
  width: 3px;
  height: 100%;
}

.timeline5_progress-line {
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  width: 3px;
  height: 50vh;
  margin-top: -50vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.timeline5_circle-wrapper {
  justify-content: center;
  align-items: flex-start;
  width: 2rem;
  height: 100%;
  margin-left: -2rem;
  display: flex;
  position: absolute;
}

.timeline5_circle {
  z-index: 2;
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  box-shadow: 0 0 0 8px var(--\<unknown\|relume-variable-background-color-1\>);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: .9375rem;
  height: .9375rem;
  margin-top: 2rem;
}

.timeline5_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: center;
  width: 100%;
  max-width: 48rem;
  display: grid;
}

.max-width-large-2 {
  width: 100%;
  max-width: 48rem;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-size-regular {
  font-size: 1rem;
}

.timeline5_fade-overlay-top {
  z-index: 1;
  background-image: linear-gradient(180deg, var(--\<unknown\|relume-variable-background-color-1\>), rgba(0, 0, 0, 0));
  width: 4px;
  height: 4rem;
  position: absolute;
}

.rl-styleguide_label {
  color: #1e51f7;
  white-space: nowrap;
  cursor: context-menu;
  background-color: rgba(30, 81, 247, .1);
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.timeline5_progress {
  flex-direction: column;
  align-items: center;
  width: 2rem;
  height: 100%;
  display: flex;
  position: relative;
}

.timeline5_item {
  z-index: 2;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 12rem 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1rem;
  margin-left: 3rem;
  display: flex;
}

.section_timeline5 {
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
}

.timeline1_instructions-list {
  padding-left: 1.25rem;
}

.timeline5_fade-overlay-bottom {
  z-index: 0;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), var(--\<unknown\|relume-variable-background-color-1\>));
  width: 4px;
  height: 4rem;
  position: absolute;
  bottom: 0%;
}

.max-width-large-3 {
  width: 100%;
  max-width: 48rem;
}

.year-label {
  background-color: var(--light-blue);
  border-radius: 0 20px;
  padding: 20px;
}

.text-block-label {
  color: var(--dark-sky);
  font-size: 20px;
  font-weight: 400;
}

.bold-text-2, .bold-text-3, .text {
  font-weight: 400;
}

.bold-text-lavel {
  font-weight: 800;
}

.bold-text-6 {
  font-family: Nanumgothic, Arial, sans-serif;
}

.text-block-9 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.bold-text-7 {
  font-weight: 800;
}

@media screen and (max-width: 991px) {
  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .sub-contents-text.center.gray {
    text-align: center;
    white-space: normal;
    word-break: normal;
    font-size: 13px;
  }

  .text-block.end {
    padding: 4px;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-history {
    grid-template-columns: 1fr 1fr;
    align-items: start;
    justify-items: center;
    padding-bottom: 23px;
    padding-left: 40px;
  }

  .text-block-5 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .container {
    padding-bottom: 20px;
  }

  .greeting-section {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .greeting-left {
    align-self: flex-start;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .large-text-bold.grey.center {
    font-size: 22px;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .heading-style-h1 {
    font-size: 3.25rem;
  }

  .header1_component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .image {
    box-sizing: content-box;
    object-fit: fill;
    object-position: 50% 50%;
    width: 260px;
    overflow: clip;
  }

  .button-large {
    font-size: 13px;
  }

  .table7_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .container-large-4 {
    max-width: 400px;
  }

  .table1_header-row, .table1_item {
    min-width: 72rem;
  }

  .table1_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .card-row44_component {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .timeline5_item {
    grid-template-columns: 1fr 10rem 1fr;
  }
}

@media screen and (max-width: 767px) {
  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .sub-contents-text.center.gray {
    text-align: center;
    column-count: auto;
    white-space: normal;
    word-break: normal;
  }

  .text-block.end, .text-block.bottom.right {
    padding: 4px;
    font-size: 13px;
    line-height: 16px;
    overflow: auto;
  }

  .table_header {
    justify-content: space-between;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .table-hide.first {
    display: block;
  }

  .grid-history {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto;
    padding-left: 10px;
  }

  .text-block-5 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    margin-left: 0;
  }

  .greeting-left {
    align-self: center;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .header1_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .table7_component {
    grid-row-gap: 3rem;
  }

  .table7_column {
    padding: 6px;
  }

  .table7_column.is-header-column.left {
    width: 60px;
  }

  .table7_column.left {
    width: 60px;
    padding: 4px;
  }

  .table7_pagination-page-button-wrapper {
    display: none;
  }

  .text-size-large {
    font-size: 1.125rem;
  }

  .text-weight-medium {
    font-size: 13px;
  }

  .container-large-4 {
    max-width: 300px;
  }

  .body-text-table {
    font-size: 13px;
  }

  .table1_pagination-page-button-wrapper {
    display: none;
  }

  .table1_component {
    grid-row-gap: 3rem;
  }

  .card-row44_card-content {
    padding: 1.5rem;
  }

  .card-row44_card {
    grid-template-columns: 1fr;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .card-row44_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .timeline5_content-right {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .heading-style-h5-2 {
    font-size: 1.25rem;
  }

  .timeline5_circle {
    margin-top: 1.75rem;
  }

  .timeline5_progress {
    left: 0;
  }

  .timeline5_item {
    grid-template-rows: auto auto;
    grid-template-columns: 4rem 1fr;
    margin-left: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .sub-contents-text {
    font-size: .8rem;
  }

  .card-body.bottom {
    padding-left: 5px;
    padding-right: 5px;
  }

  .div {
    font-size: 14px;
  }

  .text-block {
    padding: 3px;
    font-size: 13px;
  }

  .text-block.end {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    padding: 4px;
    font-size: 11px;
    line-height: 14px;
    overflow: visible;
  }

  .text-block.bottom.right {
    font-size: 11px;
    line-height: 14px;
  }

  .grid-tr {
    grid-template-areas: ".";
  }

  .section_table {
    padding-bottom: 40px;
  }

  .table_header {
    flex-flow: row;
    align-items: center;
  }

  .page-padding-year {
    padding-left: 0%;
    padding-right: 0%;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .contents-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .grid-history {
    grid-template-columns: auto;
    align-items: stretch;
    justify-items: center;
    padding-left: 0;
  }

  .text-block-5 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
  }

  .sub-text-main-item {
    font-size: 16px;
  }

  .sub-text-main-item.darksky {
    font-size: 15px;
  }

  .body-text-normal {
    font-size: 13px;
  }

  .constitution {
    padding-left: 10px;
    padding-right: 10px;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .header1_component {
    grid-template-columns: 1fr;
  }

  .button-large {
    padding: 10px 16px;
  }

  .table7_component {
    grid-template-columns: 1fr;
  }

  .table7_column.is-header-column.left, .table7_column.left {
    width: 50px;
  }

  .table7_column.left.mov {
    border-bottom: 0 solid #000;
  }

  .table7_header {
    flex-direction: column;
    align-items: flex-start;
  }

  .table7_accordion-row.last {
    border-bottom-style: none;
    border-bottom-width: 0;
  }

  .section_table7 {
    display: none;
  }

  .section_table7.mov {
    text-align: left;
    justify-content: flex-start;
    display: block;
  }

  .section_table7.block {
    display: block;
  }

  .text-weight-medium, .text-weight-semibold {
    font-size: 13px;
  }

  .wrap-sub-text {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .body-text-table {
    font-size: 13px;
  }

  .table1_header {
    flex-direction: column;
    align-items: flex-start;
  }

  .table1_component {
    grid-template-columns: 1fr;
  }

  .container-table-fee.mov {
    max-width: 100%;
  }

  .card-row44_card-content {
    padding-top: 0;
    padding-bottom: .5rem;
    padding-left: 20px;
  }

  .card-row44_component {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .timeline5_content-right {
    grid-row-gap: 2rem;
  }

  .timeline5_item {
    grid-template-columns: 3rem 1fr;
  }
}

#w-node-d9a9ab73-5776-4e38-39d7-b2411e120aba-8a773604, #w-node-_68382cd5-c199-9da2-2734-2967b40517e3-8a773604, #w-node-_8d11bbe0-71b1-e4b7-fdbd-dc687a46dd11-8a773604, #w-node-da6f0fd5-be92-0762-dfa1-e1c4654e1a4c-8a773604 {
  justify-self: auto;
}

#w-node-c996b3c0-e0be-eb98-d4b7-b84bd4275a14-83237c9b, #w-node-c996b3c0-e0be-eb98-d4b7-b84bd4275a16-83237c9b, #w-node-c996b3c0-e0be-eb98-d4b7-b84bd4275a1b-83237c9b, #w-node-c996b3c0-e0be-eb98-d4b7-b84bd4275a1d-83237c9b, #w-node-c996b3c0-e0be-eb98-d4b7-b84bd4275a22-83237c9b, #w-node-c996b3c0-e0be-eb98-d4b7-b84bd4275a24-83237c9b {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-c996b3c0-e0be-eb98-d4b7-b84bd4275a3e-83237c9b {
  grid-area: span 3 / span 1 / span 3 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-c996b3c0-e0be-eb98-d4b7-b84bd4275a40-83237c9b, #w-node-c996b3c0-e0be-eb98-d4b7-b84bd4275a42-83237c9b, #w-node-c996b3c0-e0be-eb98-d4b7-b84bd4275a44-83237c9b {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-f9a09f55-49d5-3aea-813f-ba21d69697dc-83237c9b {
  grid-area: span 3 / span 1 / span 3 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-f9a09f55-49d5-3aea-813f-ba21d69697de-83237c9b, #w-node-f9a09f55-49d5-3aea-813f-ba21d69697e0-83237c9b, #w-node-f9a09f55-49d5-3aea-813f-ba21d69697e2-83237c9b {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_46ff08e8-2636-3479-0647-1c8c99866048-83237c9b {
  grid-area: span 6 / span 1 / span 6 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_46ff08e8-2636-3479-0647-1c8c9986604a-83237c9b, #w-node-_46ff08e8-2636-3479-0647-1c8c9986604c-83237c9b, #w-node-_46ff08e8-2636-3479-0647-1c8c9986604e-83237c9b, #w-node-ddade737-98f4-59e0-8e2a-103ce5b99110-83237c9b, #w-node-_8211a993-8d07-44b5-9ec0-8bf16b8cb821-83237c9b, #w-node-_9a888268-1500-0ea7-d6f1-e0f2b1e944ee-83237c9b {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_5d7db4b8-60b3-1f79-4a1e-d3c3de8da3fb-83237c9b {
  grid-area: span 12 / span 1 / span 12 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_5d7db4b8-60b3-1f79-4a1e-d3c3de8da3fd-83237c9b, #w-node-_5d7db4b8-60b3-1f79-4a1e-d3c3de8da3ff-83237c9b, #w-node-_5d7db4b8-60b3-1f79-4a1e-d3c3de8da401-83237c9b, #w-node-_5d7db4b8-60b3-1f79-4a1e-d3c3de8da404-83237c9b, #w-node-_5d7db4b8-60b3-1f79-4a1e-d3c3de8da407-83237c9b, #w-node-_5d7db4b8-60b3-1f79-4a1e-d3c3de8da40a-83237c9b, #w-node-_1a772687-07d9-c948-9aa2-b5b60aa1299d-83237c9b, #w-node-a263f02b-75b5-0155-f29e-84b142496d1b-83237c9b, #w-node-_7956e291-0c9a-9996-a40e-ba0268148d3e-83237c9b, #w-node-b96f3554-05e2-ba2d-32df-f9c21728b2da-83237c9b, #w-node-e15942b1-1240-f237-392f-2d8772a6e797-83237c9b, #w-node-fe83aa6c-43f2-a15d-b956-43ef5e0d6648-83237c9b, #w-node-_11c36749-6c04-995f-7f5d-52eaab173a75-83237c9b, #w-node-_11c36749-6c04-995f-7f5d-52eaab173a77-83237c9b {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-c996b3c0-e0be-eb98-d4b7-b84bd4275a29-83237c9b {
  grid-area: span 3 / span 1 / span 3 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-c996b3c0-e0be-eb98-d4b7-b84bd4275a2b-83237c9b, #w-node-_560c389e-b27c-d470-e071-4cae4ed356c8-83237c9b, #w-node-_560c389e-b27c-d470-e071-4cae4ed356ca-83237c9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-c996b3c0-e0be-eb98-d4b7-b84bd4275a30-83237c9b, #w-node-c996b3c0-e0be-eb98-d4b7-b84bd4275a32-83237c9b, #w-node-c996b3c0-e0be-eb98-d4b7-b84bd4275a37-83237c9b, #w-node-c996b3c0-e0be-eb98-d4b7-b84bd4275a39-83237c9b, #w-node-d2168842-12df-afaa-c2f6-dfab5bdee57e-65b8b2a8, #w-node-d2168842-12df-afaa-c2f6-dfab5bdee580-65b8b2a8, #w-node-d2168842-12df-afaa-c2f6-dfab5bdee583-65b8b2a8, #w-node-d2168842-12df-afaa-c2f6-dfab5bdee585-65b8b2a8, #w-node-d2168842-12df-afaa-c2f6-dfab5bdee588-65b8b2a8, #w-node-d2168842-12df-afaa-c2f6-dfab5bdee58a-65b8b2a8, #w-node-a0be5027-b2cf-8d7c-4bc6-4b7403b406ff-65b8b2a8, #w-node-a0be5027-b2cf-8d7c-4bc6-4b7403b40701-65b8b2a8 {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-d2168842-12df-afaa-c2f6-dfab5bdee58d-65b8b2a8 {
  grid-area: span 3 / span 1 / span 3 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-d2168842-12df-afaa-c2f6-dfab5bdee58f-65b8b2a8, #w-node-d2168842-12df-afaa-c2f6-dfab5bdee591-65b8b2a8, #w-node-d2168842-12df-afaa-c2f6-dfab5bdee593-65b8b2a8 {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-d2168842-12df-afaa-c2f6-dfab5bdee5b4-65b8b2a8 {
  grid-area: span 18 / span 1 / span 18 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-d2168842-12df-afaa-c2f6-dfab5bdee5b6-65b8b2a8, #w-node-d2168842-12df-afaa-c2f6-dfab5bdee5b8-65b8b2a8, #w-node-d2168842-12df-afaa-c2f6-dfab5bdee5ba-65b8b2a8, #w-node-d2168842-12df-afaa-c2f6-dfab5bdee5bd-65b8b2a8, #w-node-d2168842-12df-afaa-c2f6-dfab5bdee5c0-65b8b2a8, #w-node-d2168842-12df-afaa-c2f6-dfab5bdee5c3-65b8b2a8, #w-node-d2168842-12df-afaa-c2f6-dfab5bdee5c6-65b8b2a8, #w-node-d2168842-12df-afaa-c2f6-dfab5bdee5c9-65b8b2a8, #w-node-d2168842-12df-afaa-c2f6-dfab5bdee5cc-65b8b2a8, #w-node-d2168842-12df-afaa-c2f6-dfab5bdee5cf-65b8b2a8, #w-node-d2168842-12df-afaa-c2f6-dfab5bdee5d2-65b8b2a8, #w-node-d2168842-12df-afaa-c2f6-dfab5bdee5d5-65b8b2a8, #w-node-db1f4eac-aba3-b8ca-1c7f-678f5cb29e8a-65b8b2a8, #w-node-ba2a4a8f-8889-0681-984a-6765702616ba-65b8b2a8, #w-node-c0a90680-f0a2-d380-51e8-ede15ad685fc-65b8b2a8, #w-node-_9ee0ca67-6802-bde2-0171-90fa16eca17a-65b8b2a8, #w-node-cf4545bf-9bfa-f316-d382-76839e035cc4-65b8b2a8, #w-node-_97633657-62e3-4f31-55a1-9ca966bb480a-65b8b2a8 {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_484e2e98-f468-04e0-842a-688443570bac-d10de699 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_864571f7-0005-4f53-2783-9719442c4ff7-3d66379f, #w-node-bfad0c12-dacf-93fb-d560-e4c5b3d96c8e-3d66379f, #w-node-_9d82c1f7-c65f-79e3-58c0-37681dbd34fe-3d66379f, #w-node-_60f52b44-309e-da98-3526-f561403e86ce-3d66379f, #w-node-_9de31256-a0e6-61a8-44d1-bfceeed34974-3d66379f {
  align-self: auto;
}

#w-node-d9db7331-cfe6-03cb-ef99-a74e55e37aa1-3d66379f, #w-node-d9db7331-cfe6-03cb-ef99-a74e55e37ae8-3d66379f, #w-node-_2eed343b-f594-4d8c-9f2a-1482669e5385-0c14d370, #w-node-_35442d89-f525-d315-e98e-b488a91d123c-0c14d370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-d9a9ab73-5776-4e38-39d7-b2411e120aba-8a773604, #w-node-d9a9ab73-5776-4e38-39d7-b2411e120abe-8a773604, #w-node-d9a9ab73-5776-4e38-39d7-b2411e120ac2-8a773604, #w-node-d9a9ab73-5776-4e38-39d7-b2411e120ac6-8a773604, #w-node-d9a9ab73-5776-4e38-39d7-b2411e120aca-8a773604, #w-node-d9a9ab73-5776-4e38-39d7-b2411e120ace-8a773604, #w-node-_68382cd5-c199-9da2-2734-2967b40517e3-8a773604, #w-node-_68382cd5-c199-9da2-2734-2967b40517e7-8a773604, #w-node-_68382cd5-c199-9da2-2734-2967b40517eb-8a773604, #w-node-_68382cd5-c199-9da2-2734-2967b40517ef-8a773604, #w-node-_68382cd5-c199-9da2-2734-2967b40517f3-8a773604, #w-node-_68382cd5-c199-9da2-2734-2967b40517f7-8a773604, #w-node-_97d1e9d5-b961-a357-1df3-91e8eff230da-8a773604, #w-node-_96192279-7e49-21f0-08a0-345f494ac3cc-8a773604, #w-node-de9cda9d-17be-03c0-0cdc-b0d855621f98-8a773604, #w-node-_8d11bbe0-71b1-e4b7-fdbd-dc687a46dd11-8a773604, #w-node-_8d11bbe0-71b1-e4b7-fdbd-dc687a46dd15-8a773604, #w-node-_8d11bbe0-71b1-e4b7-fdbd-dc687a46dd19-8a773604, #w-node-_8d11bbe0-71b1-e4b7-fdbd-dc687a46dd1d-8a773604, #w-node-_8d11bbe0-71b1-e4b7-fdbd-dc687a46dd21-8a773604, #w-node-_8d11bbe0-71b1-e4b7-fdbd-dc687a46dd25-8a773604, #w-node-_8d11bbe0-71b1-e4b7-fdbd-dc687a46dd29-8a773604, #w-node-_8d11bbe0-71b1-e4b7-fdbd-dc687a46dd2d-8a773604, #w-node-_8d11bbe0-71b1-e4b7-fdbd-dc687a46dd31-8a773604, #w-node-_670b2a90-f7e7-675a-4dc2-fa570bd83744-8a773604, #w-node-a5645f34-b481-e4cf-6e42-f53997879bcf-8a773604, #w-node-da6f0fd5-be92-0762-dfa1-e1c4654e1a4c-8a773604, #w-node-da6f0fd5-be92-0762-dfa1-e1c4654e1a50-8a773604, #w-node-da6f0fd5-be92-0762-dfa1-e1c4654e1a54-8a773604, #w-node-da6f0fd5-be92-0762-dfa1-e1c4654e1a58-8a773604 {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c996b3c0-e0be-eb98-d4b7-b84bd4275a24-83237c9b, #w-node-d2168842-12df-afaa-c2f6-dfab5bdee58a-65b8b2a8, #w-node-a0be5027-b2cf-8d7c-4bc6-4b7403b40701-65b8b2a8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Nanumgothic';
  src: url('../fonts/NanumGothic-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nanumgothic';
  src: url('../fonts/NanumGothic-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nanumgothic';
  src: url('../fonts/NanumGothic-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nanumgothic';
  src: url('../fonts/NanumGothic-Regular.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}