@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap");
.container_wr {
  background: #fafafa;
}

.view-container {
  width: 100%;
  height: auto;
  max-width: unset;
  margin: unset;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
  font-family: "Noto Sans KR", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.view-container * {
  font-family: "Noto Sans KR", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.view-container .view-section {
  width: 100%;
  height: auto;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 0 8px -4px rgba(0, 0, 0, 0.4);
}
.view-container .view-section.grid-3 {
  grid-column: span 4;
}
.view-container .view-section.grid-4 {
  grid-column: span 3;
}
.view-container .view-section.grid-2 {
  grid-column: span 6;
}
.view-container .view-section .section-title {
  font-size: 14px;
  line-height: 1.3;
  word-break: keep-all;
  font-weight: 900;
  color: #1052a8;
  align-self: flex-start;
}
.view-container .view-section .basic-info {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 8px;
}
.view-container .view-section .basic-info > dl {
  margin: 0;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.view-container .view-section .basic-info > dl > dt {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  color: #555;
  word-break: keep-all;
}
.view-container .view-section .basic-info > dl > dd {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  color: black;
  word-break: keep-all;
}
.view-container .view-section .education-infos {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.view-container .view-section .education-infos .info-table {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.view-container .view-section .education-infos .info-table .edu-head {
  width: 100%;
  height: 32px;
  display: flex;
  flex-direction: row;
  border-radius: 8px;
  box-shadow: 0 0 8px -4px rgba(0, 0, 0, 0.4);
}
.view-container .view-section .education-infos .info-table .edu-head > span {
  flex: 0 1 25%;
  height: 100%;
  padding: 0 6px;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  color: #333;
  word-break: keep-all;
}
.view-container .view-section .education-infos .info-table .edu-head > span:not(:last-of-type) {
  border-right: 1px solid #ddd;
}
.view-container .view-section .education-infos .info-table .edu-list {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  box-shadow: 0 0 8px -4px rgba(0, 0, 0, 0.4);
  background: #fafafa;
}
.view-container .view-section .education-infos .info-table .edu-list .edu-row {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
}
.view-container .view-section .education-infos .info-table .edu-list .edu-row:not(:last-of-type) {
  border-bottom: 1px solid #ddd;
}
.view-container .view-section .education-infos .info-table .edu-list .edu-row > span {
  flex: 0 1 25%;
  padding: 4px 6px;
  font-size: 13px;
  line-height: 1.4;
  word-break: keep-all;
  color: black;
}
.view-container .view-section .education-infos .info-table .edu-list .edu-row > span:not(:last-of-type) {
  border-right: 1px solid #ddd;
}
.view-container .view-section .addr-infos {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.view-container .view-section .addr-infos .addr-table {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.view-container .view-section .addr-infos .addr-table .addr-head {
  width: 100%;
  height: 32px;
  display: flex;
  flex-direction: row;
  border-radius: 8px;
  box-shadow: 0 0 8px -4px rgba(0, 0, 0, 0.4);
}
.view-container .view-section .addr-infos .addr-table .addr-head > span {
  height: 100%;
  padding: 0 6px;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  color: #333;
  word-break: keep-all;
}
.view-container .view-section .addr-infos .addr-table .addr-head > span:not(:last-of-type) {
  border-right: 1px solid #ddd;
}
.view-container .view-section .addr-infos .addr-table .addr-head > span.empty {
  flex: 0 0 70px;
}
.view-container .view-section .addr-infos .addr-table .addr-head > span.addr {
  flex: 1 1 auto;
}
.view-container .view-section .addr-infos .addr-table .addr-head > span.zip {
  flex: 0 1 24%;
}
.view-container .view-section .addr-infos .addr-table .addr-list {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  box-shadow: 0 0 8px -4px rgba(0, 0, 0, 0.4);
  background: #fafafa;
}
.view-container .view-section .addr-infos .addr-table .addr-list .addr-row {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
}
.view-container .view-section .addr-infos .addr-table .addr-list .addr-row:not(:last-of-type) {
  border-bottom: 1px solid #ddd;
}
.view-container .view-section .addr-infos .addr-table .addr-list .addr-row > span {
  padding: 4px 6px;
  font-size: 13px;
  line-height: 1.4;
  word-break: keep-all;
  color: black;
}
.view-container .view-section .addr-infos .addr-table .addr-list .addr-row > span:not(:last-of-type) {
  border-right: 1px solid #ddd;
}
.view-container .view-section .addr-infos .addr-table .addr-list .addr-row > span.type {
  flex: 0 0 70px;
}
.view-container .view-section .addr-infos .addr-table .addr-list .addr-row > span.addr {
  flex: 1 1 auto;
}
.view-container .view-section .addr-infos .addr-table .addr-list .addr-row > span.zip {
  flex: 0 1 24%;
}
.view-container .view-section .addr-infos {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.view-container .view-section .addr-infos .addr-table {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.view-container .view-section .addr-infos .addr-table .addr-head {
  width: 100%;
  height: 32px;
  display: flex;
  flex-direction: row;
  border-radius: 8px;
  box-shadow: 0 0 8px -4px rgba(0, 0, 0, 0.4);
}
.view-container .view-section .addr-infos .addr-table .addr-head > span {
  height: 100%;
  padding: 0 6px;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  color: #333;
  word-break: keep-all;
}
.view-container .view-section .addr-infos .addr-table .addr-head > span:not(:last-of-type) {
  border-right: 1px solid #ddd;
}
.view-container .view-section .addr-infos .addr-table .addr-head > span.empty {
  flex: 0 0 70px;
}
.view-container .view-section .addr-infos .addr-table .addr-head > span.addr {
  flex: 1 1 auto;
}
.view-container .view-section .addr-infos .addr-table .addr-head > span.zip {
  flex: 0 1 24%;
}
.view-container .view-section .addr-infos .addr-table .addr-list {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  box-shadow: 0 0 8px -4px rgba(0, 0, 0, 0.4);
  background: #fafafa;
}
.view-container .view-section .addr-infos .addr-table .addr-list .addr-row {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
}
.view-container .view-section .addr-infos .addr-table .addr-list .addr-row:not(:last-of-type) {
  border-bottom: 1px solid #ddd;
}
.view-container .view-section .addr-infos .addr-table .addr-list .addr-row > span {
  padding: 4px 6px;
  font-size: 13px;
  line-height: 1.4;
  word-break: keep-all;
  color: black;
}
.view-container .view-section .addr-infos .addr-table .addr-list .addr-row > span:not(:last-of-type) {
  border-right: 1px solid #ddd;
}
.view-container .view-section .addr-infos .addr-table .addr-list .addr-row > span.type {
  flex: 0 0 70px;
}
.view-container .view-section .addr-infos .addr-table .addr-list .addr-row > span.addr {
  flex: 1 1 auto;
}
.view-container .view-section .addr-infos .addr-table .addr-list .addr-row > span.zip {
  flex: 0 1 24%;
}
.view-container .view-section .family-infos {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.view-container .view-section .family-infos .family-table {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.view-container .view-section .family-infos .family-table .family-head {
  width: 100%;
  height: 32px;
  display: flex;
  flex-direction: row;
  border-radius: 8px;
  box-shadow: 0 0 8px -4px rgba(0, 0, 0, 0.4);
}
.view-container .view-section .family-infos .family-table .family-head > span {
  height: 100%;
  padding: 0 6px;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  color: #333;
  word-break: keep-all;
}
.view-container .view-section .family-infos .family-table .family-head > span:not(:last-of-type) {
  border-right: 1px solid #ddd;
}
.view-container .view-section .family-infos .family-table .family-head > span.relation {
  flex: 0 0 100px;
}
.view-container .view-section .family-infos .family-table .family-head > span.name {
  flex: 1 1 20%;
}
.view-container .view-section .family-infos .family-table .family-head > span.name-en {
  flex: 1 1 20%;
}
.view-container .view-section .family-infos .family-table .family-head > span.birth {
  flex: 1 1 20%;
}
.view-container .view-section .family-infos .family-table .family-list {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  box-shadow: 0 0 8px -4px rgba(0, 0, 0, 0.4);
  background: #fafafa;
}
.view-container .view-section .family-infos .family-table .family-list .family-row {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
}
.view-container .view-section .family-infos .family-table .family-list .family-row:not(:last-of-type) {
  border-bottom: 1px solid #ddd;
}
.view-container .view-section .family-infos .family-table .family-list .family-row > span {
  padding: 4px 6px;
  font-size: 13px;
  line-height: 1.4;
  word-break: keep-all;
  color: black;
}
.view-container .view-section .family-infos .family-table .family-list .family-row > span:not(:last-of-type) {
  border-right: 1px solid #ddd;
}
.view-container .view-section .family-infos .family-table .family-list .family-row > span.relation {
  flex: 0 0 100px;
}
.view-container .view-section .family-infos .family-table .family-list .family-row > span.name {
  flex: 1 1 20%;
}
.view-container .view-section .family-infos .family-table .family-list .family-row > span.name-en {
  flex: 1 1 20%;
}
.view-container .view-section .family-infos .family-table .family-list .family-row > span.birth {
  flex: 1 1 20%;
}
.view-container .view-section .memo-list {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.view-container .view-section .memo-list .row {
  width: 100%;
  height: auto;
  padding: 8px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-radius: 8px;
  box-shadow: 0 0 8px -4px rgba(0, 0, 0, 0.4);
}
.view-container .view-section .memo-list .row .row-data {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  color: #555;
  word-break: keep-all;
}
.view-container .view-section .memo-list .row .memo-content {
  width: 100%;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  color: black;
  word-break: keep-all;
}
.view-container .view-section .fee-area {
  position: relative;
  width: 100%;
  height: auto;
}
.view-container .view-section .fee-area .table-cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: transparent;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  box-shadow: inset 0 0 12px -4px white;
  cursor: pointer;
  opacity: 1;
  visibility: visible;
  transition: all 0.2s ease-in-out;
}
.view-container .view-section .fee-area .table-cover.clicked {
  opacity: 0;
  visibility: hidden;
}
.view-container .view-section .fee-area .table-cover > span {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  word-break: keep-all;
  text-align: center;
  color: black;
}
.view-container .view-section .fee-area .fee-table {
  width: 100%;
  height: auto;
  border: 1px solid #ddd;
}
.view-container .view-section .fee-area .fee-table th, .view-container .view-section .fee-area .fee-table td {
  border: 1px solid #ddd;
}
.view-container .view-section .fee-area .fee-table > colgroup > col {
  width: 9%;
}
.view-container .view-section .fee-area .fee-table > colgroup > col:nth-of-type(1) {
  width: 12%;
}
.view-container .view-section .fee-area .fee-table thead {
  background: #edf5ff;
}
.view-container .view-section .fee-area .fee-table thead tr th {
  padding: 4px 6px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  color: #333;
  text-align: center;
}
.view-container .view-section .fee-area .fee-table tbody tr th {
  padding: 4px 6px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  color: #333;
  text-align: left;
  background: #fafafa;
}/*# sourceMappingURL=view-custom.css.map */