#sub-main {
  width: 100%;
  height: auto;
  padding-top: 100px;
}

.subvisual {
  width: 100%;
  height: 385px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.subvisual .container {
  width: 95%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.subvisual .container h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  color: white;
  word-break: keep-all;
  text-align: center;
}

.page-title-wrap {
  width: 100%;
  height: auto;
  margin: 100px 0 64px;
}
.page-title-wrap h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
  text-align: center;
}

.introduce-page {
  width: 100%;
  height: auto;
  padding-bottom: 120px;
}
.introduce-page .container {
  width: 95%;
  height: auto;
  max-width: 1414px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 100px;
}
.introduce-page .container .summary-box {
  width: 100%;
  height: auto;
  max-width: 1024px;
  padding: 0 6%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.introduce-page .container .summary-box > img:nth-of-type(1) {
  width: 100%;
  height: auto;
  max-width: 360px;
  margin-bottom: 52px;
}
.introduce-page .container .summary-box > img:nth-of-type(2) {
  width: 100%;
  height: auto;
  max-width: 540px;
}
.introduce-page .container .summary-box .introduce-summary {
  width: 100%;
  height: auto;
  margin-bottom: 52px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
}
.introduce-page .container .summary-box .introduce-summary b {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
  text-align: center;
}
.introduce-page .container .summary-box .introduce-summary p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  word-break: keep-all;
  text-align: center;
  color: black;
}
.introduce-page .container .greeting-messages {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 52px;
}
.introduce-page .container .greeting-messages .msg-box {
  width: 100%;
  height: auto;
  border-radius: 30px;
  display: flex;
  flex-direction: row;
  gap: 64px;
  background: #FFD5D5;
}
.introduce-page .container .greeting-messages .msg-box:nth-child(2) {
  background: #FFE1C7;
}
.introduce-page .container .greeting-messages .msg-box .left {
  flex: 0 0 360px;
  padding-top: 44px;
  padding-left: 44px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.introduce-page .container .greeting-messages .msg-box .left b {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
}
.introduce-page .container .greeting-messages .msg-box .left figure {
  position: relative;
  width: 100%;
  height: -webkit-fill-available;
  height: -moz-available;
  height: stretch;
  overflow: hidden;
}
.introduce-page .container .greeting-messages .msg-box .left figure > img {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.introduce-page .container .greeting-messages .msg-box .right {
  flex: 1 1 auto;
  padding: 44px 44px 44px 0;
}
.introduce-page .container .greeting-messages .msg-box .right article {
  width: 100%;
  height: auto;
  padding: 78px 48px;
  display: flex;
  flex-direction: column;
  background: white;
  border-radius: 12px;
}
.introduce-page .container .greeting-messages .msg-box .right article b {
  margin-bottom: 28px;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
}
.introduce-page .container .greeting-messages .msg-box .right article p {
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  word-break: keep-all;
  color: black;
}
.introduce-page .container .greeting-messages .msg-box .right article span {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  word-break: keep-all;
  color: black;
}

.org-page {
  width: 100%;
  height: auto;
  padding-bottom: 120px;
}
.org-page .container {
  width: 95%;
  height: auto;
  max-width: 1920px;
  margin: 0 auto;
}
.org-page .container .org-chart {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.org-page .container .org-chart > img {
  width: auto;
  height: auto;
  max-width: 100%;
}

.cert-page {
  width: 100%;
  height: auto;
  padding-bottom: 120px;
}
.cert-page .container {
  width: 95%;
  height: auto;
  max-width: 1414px;
  margin: 0 auto;
}
.cert-page .container .cert-grid {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px 0;
}
.cert-page .container .cert-grid .cell {
  width: 100%;
  height: auto;
  padding: 0 20%;
  border: 1px solid #f0f0f0;
  border-top: none;
  border-bottom: none;
}
.cert-page .container .cert-grid .cell .cert-content-wrap {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.cert-page .container .cert-grid .cell .cert-content-wrap .cert-frame {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1.414;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}
.cert-page .container .cert-grid .cell .cert-content-wrap .cert-frame > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cert-page .container .cert-grid .cell .cert-content-wrap span {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  word-break: keep-all;
  text-align: center;
  color: black;
}
.cert-page .container .cert-grid .hor {
  grid-column: 1/-1;
  width: 100%;
  height: 1px;
  background: #ddd;
}

.history-page {
  width: 100%;
  height: auto;
  padding-bottom: 120px;
}
.history-page .container {
  width: 95%;
  height: auto;
  max-width: 1414px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 98px;
}
.history-page .container .history-box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 70px;
}
.history-page .container .history-box .era {
  font-size: 54px;
  font-weight: 500;
  line-height: 1.2;
  color: #8A1818;
  word-break: keep-all;
}
.history-page .container .history-box .timeline-grid {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px 0;
}
.history-page .container .history-box .timeline-grid .cell {
  position: relative;
  width: 100%;
  height: auto;
  padding: 32px 30px 0 0;
}
.history-page .container .history-box .timeline-grid .cell:not(:last-child) {
  border-top: 3px solid #ddd;
}
.history-page .container .history-box .timeline-grid .cell article {
  width: 100%;
  height: auto;
  min-height: 170px;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  background: #FFE2E2;
  border-radius: 4px;
}
.history-page .container .history-box .timeline-grid .cell article b {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  word-break: keep-all;
  color: black;
}
.history-page .container .history-box .timeline-grid .cell article p {
  font-size: 16px;
  line-height: 1.3;
  word-break: keep-all;
  color: black;
}
.history-page .container .history-box .timeline-grid .cell article em {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  color: #BB272F;
  word-break: keep-all;
}
.history-page .container .history-box .timeline-grid .cell::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: 10000rem;
  background: #BB272F;
}
.history-page .container .history-box.y02 .era {
  color: #DF7518;
}
.history-page .container .history-box.y02 .timeline-grid .cell::before {
  background: #EF8A32;
}
.history-page .container .history-box.y02 .timeline-grid .cell article {
  background: #FFF3E8;
}

.direction-page {
  width: 100%;
  height: auto;
  padding-bottom: 120px;
}
.direction-page .container {
  width: 95%;
  height: auto;
  max-width: 1414px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.direction-page .container .map-box {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 440px;
  border: 5px solid #EF6767;
  border-radius: 14px;
  overflow: hidden;
}
.direction-page .container .map-box .root_daum_roughmap {
  width: 100%;
  height: 100%;
}
.direction-page .container .map-box .root_daum_roughmap .wrap_map {
  width: 100%;
  height: 100%;
}
.direction-page .container .map-info-area {
  width: 100%;
  height: auto;
  margin-top: -14px;
  padding: 50px 36px 36px;
  display: flex;
  flex-direction: row;
  gap: 20px;
  background: #F3F3F3;
  border-radius: 14px;
}
.direction-page .container .map-info-area .info-grid {
  flex: 1 1 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 48px;
}
.direction-page .container .map-info-area .info-grid .info-cell {
  position: relative;
  width: 100%;
  height: auto;
  padding-left: 16px;
}
.direction-page .container .map-info-area .info-grid .info-cell .icon-circle {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 68px;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  background: #FF5656;
  border-radius: 100000rem;
  z-index: 2;
}
.direction-page .container .map-info-area .info-grid .info-cell .icon-circle i {
  font-size: 40px;
  line-height: 1;
  color: white;
  font-variation-settings: "FILL" 1;
}
.direction-page .container .map-info-area .info-grid .info-cell p {
  width: 100%;
  height: 52px;
  padding: 0 16px 0 80px;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
  background: white;
  border-radius: 0 10px 10px 0;
}
.direction-page .container .map-info-area > a {
  flex: 0 0 186px;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  background: #DF343D;
  border-radius: 12px;
}
.direction-page .container .map-info-area > a img {
  width: 100%;
  height: auto;
  max-width: 60px;
}
.direction-page .container .map-info-area > a span {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  word-break: keep-all;
  color: white;
  text-align: center;
}

.business-page {
  width: 100%;
  height: auto;
  padding-bottom: 120px;
}
.business-page .container {
  width: 95%;
  height: auto;
  max-width: 1414px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.business-page .container .business-row {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.business-page .container .business-row:nth-child(odd) .row-title {
  background: #FFC550;
}
.business-page .container .business-row:nth-child(even) .row-title {
  background: #FFABAB;
}
.business-page .container .business-row .row-title {
  width: 680px;
  height: 80px;
  padding: 0 4%;
  border-radius: 28px 28px 0 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.business-page .container .business-row .row-title b {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
}
.business-page .container .business-row .row-title span {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
}
.business-page .container .business-row .row-body {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.business-page .container .business-row .row-body > img {
  width: 100%;
  height: auto;
}

.donation-guide-page {
  width: 100%;
  height: auto;
  padding-bottom: 120px;
}
.donation-guide-page .container {
  width: 95%;
  height: auto;
  max-width: 1414px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
}
.donation-guide-page .container .pink-box {
  width: 100%;
  height: auto;
  padding: 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #FFD9D9;
  border-radius: 20px;
}
.donation-guide-page .container .pink-box b {
  margin-bottom: 26px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  color: black;
  text-align: center;
  word-break: keep-all;
}
.donation-guide-page .container .pink-box p {
  margin-bottom: 54px;
  font-size: 20px;
  line-height: 1.3;
  word-break: keep-all;
  color: black;
  opacity: 0.8;
  text-align: center;
}
.donation-guide-page .container .pink-box .kinds {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.donation-guide-page .container .pink-box .kinds em {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  color: #8A1818;
  word-break: keep-all;
  text-align: center;
}
.donation-guide-page .container .pink-box .kinds .kinds-grid {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 64px;
}
.donation-guide-page .container .pink-box .kinds .kinds-grid .cell {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
.donation-guide-page .container .pink-box .kinds .kinds-grid .cell .icon-circle {
  width: 220px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 1000000rem;
  background: white;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}
.donation-guide-page .container .pink-box .kinds .kinds-grid .cell .icon-circle > img {
  width: 30%;
  height: 30%;
  -o-object-fit: contain;
     object-fit: contain;
}
.donation-guide-page .container .pink-box .kinds .kinds-grid .cell span {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
  text-align: center;
}
.donation-guide-page .container .donation-account-wrap {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.donation-guide-page .container .donation-account-wrap b {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
  text-align: center;
}
.donation-guide-page .container .donation-account-wrap .dona-body {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.donation-guide-page .container .donation-account-wrap .dona-body .dona-kinds {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 845px;
  padding: 26px 4%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  background: #F14E57;
  border-radius: 16px;
  z-index: 2;
}
.donation-guide-page .container .donation-account-wrap .dona-body .dona-kinds b {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  color: white;
  word-break: keep-all;
  text-align: center;
}
.donation-guide-page .container .donation-account-wrap .dona-body .dona-kinds p {
  font-size: 20px;
  line-height: 1.3;
  word-break: keep-all;
  color: white;
  opacity: 0.8;
  text-align: center;
}
.donation-guide-page .container .donation-account-wrap .dona-body .dona-border {
  width: 100%;
  height: auto;
  padding: 120px 4% 24px;
  margin-top: -90px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: white;
  border: 3px solid #F14E57;
}
.donation-guide-page .container .donation-account-wrap .dona-body .dona-border p {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.donation-guide-page .container .donation-account-wrap .dona-body .dona-border p b {
  margin-right: 12px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
}
.donation-guide-page .container .donation-account-wrap .dona-body .dona-border p span {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
}/*# sourceMappingURL=sub.css.map */