@charset "UTF-8";
/*-------------------------------------------------

Title       : Default/컨텐츠
Author      : EASESOFT
Create Date : 2026-02

-------------------------------------------------*/
/* Deafult Class  ======================================================================================================================================================*/
.main_color1 {
  color: #00194A !important;
}

.main_color2 {
  color: #3E7AC4 !important;
}

.sub_color1 {
  color: #CBE5D7 !important;
}

.sub_color2 {
  color: #223A58 !important;
}

.sub_color3 {
  color: #0080FB !important;
}

.point_color1 {
  color: #FFB114 !important;
}

.point_color2 {
  color: #DE3412 !important;
}

.ff_eng {
  font-family: "Montserrat" !important;
}

/* Contents  ======================================================================================================================================================*/
.display_lg {
  font-size: 6.4rem;
  font-weight: 700;
  line-height: 1.25;
  word-break: keep-all;
  word-wrap: break-word;
}

.display_md {
  font-size: 5.6rem;
  font-weight: 700;
  line-height: 1.25;
  word-break: keep-all;
  word-wrap: break-word;
}

.display_sm {
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.25;
  word-break: keep-all;
  word-wrap: break-word;
}

.heading_lg {
  font-size: 5.6rem;
  font-weight: 700;
  line-height: 1.25;
  word-break: keep-all;
  word-wrap: break-word;
}

.heading_md {
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.25;
  word-break: keep-all;
  word-wrap: break-word;
}

.heading_sm {
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.25;
  word-break: keep-all;
  word-wrap: break-word;
}

.title_xxl {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.25;
  word-break: keep-all;
  word-wrap: break-word;
}

.title_xl {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.25;
  word-break: keep-all;
  word-wrap: break-word;
}

.title_lg {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.25;
  word-break: keep-all;
  word-wrap: break-word;
}

.title_md {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.25;
  word-break: keep-all;
  word-wrap: break-word;
}

.title_sm {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
  word-break: keep-all;
  word-wrap: break-word;
}

.title_xs {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.25;
  word-break: keep-all;
  word-wrap: break-word;
}

.body_lg {
  font-size: 2rem;
  line-height: 1.6;
  word-break: keep-all;
  word-wrap: break-word;
}

.body_md {
  font-size: 1.8rem;
  line-height: 1.6;
  word-break: keep-all;
  word-wrap: break-word;
}

.body_sm {
  font-size: 1.6rem;
  line-height: 1.6;
  word-break: keep-all;
  word-wrap: break-word;
}

.detail_lg {
  font-size: 1.8rem;
  line-height: 1.6;
  word-break: keep-all;
  word-wrap: break-word;
}

.detail_md {
  font-size: 1.6rem;
  line-height: 1.6;
  word-break: keep-all;
  word-wrap: break-word;
}

.detail_sm {
  font-size: 1.4rem;
  line-height: 1.6;
  word-break: keep-all;
  word-wrap: break-word;
}

.label_lg {
  font-size: 1.8rem;
  line-height: 1.25;
  word-break: keep-all;
  word-wrap: break-word;
}

.label_md {
  font-size: 1.6rem;
  line-height: 1.25;
  word-break: keep-all;
  word-wrap: break-word;
}

.label_sm {
  font-size: 1.4rem;
  line-height: 1.25;
  word-break: keep-all;
  word-wrap: break-word;
}

.label_xs {
  font-size: 1.2rem;
  line-height: 1.25;
  word-break: keep-all;
  word-wrap: break-word;
}

.link_lg {
  font-size: 1.6rem;
  line-height: 1.25;
  word-break: keep-all;
  word-wrap: break-word;
}

.link_md {
  font-size: 1.5rem;
  line-height: 1.25;
  word-break: keep-all;
  word-wrap: break-word;
}

.link_sm {
  font-size: 1.4rem;
  line-height: 1.25;
  word-break: keep-all;
  word-wrap: break-word;
}

.link_xs {
  font-size: 1.2rem;
  line-height: 1.25;
  word-break: keep-all;
  word-wrap: break-word;
}

.empha_txt {
  position: relative;
  padding-left: 1.6rem;
}
.empha_txt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1rem;
  width: 10px;
  height: 10px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='7' height='7' viewBox='0 0 7 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.462 3.9772L0.5 3.1672L0.824 2.2492L2.876 2.7532L3.056 0.575195H4.028L4.208 2.7352L6.26 2.2492L6.566 3.1672L4.604 3.9772L5.756 5.8492L4.964 6.4252L3.542 4.7152L2.12 6.4252L1.328 5.8492L2.462 3.9772Z' fill='%23FF3B3B'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
}
.empha_txt.body_md::before {
  top: 0.8rem;
}
.empha_txt.body_sm::before {
  top: 0.9rem;
}

.t_under {
  text-decoration: underline;
}

.title1 {
  margin-top: 6.4rem;
  margin-bottom: 3.2rem;
  word-break: keep-all;
  word-wrap: break-word;
}

.title2 {
  position: relative;
  margin-top: 5.6rem;
  margin-bottom: 3.2rem;
  padding-left: 2rem;
  word-break: keep-all;
  word-wrap: break-word;
}
.title2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1rem;
  width: 1.2rem;
  height: 1.2rem;
  background: #3E7AC4;
  border-radius: 100%;
}

.title3 {
  position: relative;
  padding-left: 2rem;
  margin-top: 4.2rem;
  margin-bottom: 2.4rem;
  word-break: keep-all;
  word-wrap: break-word;
  line-height: 1.2;
}
.title3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8rem;
  width: 0.4rem;
  height: 0.4rem;
  background: #151515;
}

.cont_list > li {
  position: relative;
  padding-left: 1.5rem;
  word-break: keep-all;
  word-wrap: break-word;
}
.cont_list > li + li {
  margin-top: 0.4rem;
}
.cont_list > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 7px;
  height: 7px;
  background: #dddddd;
  border-radius: 100%;
}
.cont_list.dot > li {
  padding-left: 1rem;
}
.cont_list.dot > li::before {
  top: 13px;
  width: 2px;
  height: 2px;
  background: #151515;
  border-radius: 2px;
}
.cont_list.dash > li {
  padding-left: 1.2rem;
}
.cont_list.dash > li::before {
  top: 13px;
  width: 5px;
  height: 1px;
  background: #151515;
  border-radius: 0;
}
.cont_list > li.tit_tx {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.cont_list > li.tit_tx .tit {
  flex: none;
  margin-right: 1rem;
}
.cont_list > li.empha_txt {
  padding-left: 1.2rem;
}
.cont_list > li.empha_txt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='7' height='7' viewBox='0 0 7 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.462 3.9772L0.5 3.1672L0.824 2.2492L2.876 2.7532L3.056 0.575195H4.028L4.208 2.7352L6.26 2.2492L6.566 3.1672L4.604 3.9772L5.756 5.8492L4.964 6.4252L3.542 4.7152L2.12 6.4252L1.328 5.8492L2.462 3.9772Z' fill='%23FF3B3B'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  border-radius: 0;
}
.cont_list.body_lg.dot > li::before {
  top: 15px;
}
.cont_list.body_lg.dash > li::before {
  top: 15px;
}
.cont_list.body_lg > li.empha_txt::before {
  top: 12px;
}
.cont_list.body_sm > li::before {
  top: 10px;
}
.cont_list.body_sm.dot > li::before {
  top: 12px;
}
.cont_list.body_sm.dash > li::before {
  top: 12px;
}
.cont_list.body_sm > li.empha_txt::before {
  top: 8px;
}

.num_list {
  counter-reset: my-counter;
}
.num_list > li {
  word-break: keep-all;
  word-wrap: break-word;
  padding-left: 2.5rem;
  position: relative;
}
.num_list > li + li {
  margin-top: 1rem;
}
.num_list > li::before {
  content: counter(my-counter) " .";
  counter-increment: my-counter;
  margin-right: 0.5rem;
  min-width: 2.3rem;
  position: absolute;
  left: 0;
  top: 0;
}
.num_list.round > li {
  padding-left: 3rem;
}
.num_list.round > li::before {
  align-self: center;
  content: counter(my-counter);
  position: absolute;
  left: 0;
  top: 2px;
  width: 2rem;
  height: 2rem;
  min-width: inherit;
  border: 1px solid #333333;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  font-size: 1.3rem;
  font-weight: 500;
  text-align: center;
}
.num_list.round.bg > li::before {
  background: #333333;
  color: #FFFFFF;
}
.num_list > li.tit_tx {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.num_list > li.tit_tx .tit {
  flex: none;
  margin-right: 2rem;
}
.num_list.row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.6rem;
  flex-wrap: wrap;
}
.num_list.row > li + li {
  margin: 0;
}
.num_list.body_lg.round > li::before {
  top: 7px;
}
.num_list.body_sm.round > li::before {
  top: 5px;
  width: 1.6rem;
  height: 1.6rem;
  font-size: 1rem;
}

.cont_box {
  padding: 4rem;
  border: 1px solid #dddddd;
  border-radius: 1.6rem;
}
.cont_box.row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2.4rem;
}
.cont_box.row_center {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4rem;
}
.cont_box.bg {
  background-color: #F5F7F9;
  border: none;
  padding: 3.2rem 4rem;
}
.cont_box.bg2 {
  background-color: #FCFDFD;
  border: none;
  padding: 3.2rem 4rem;
}
.cont_box.bg8 {
  background-color: #F2F6FC;
  border: none;
  padding: 3.2rem 4rem;
}
.cont_box.rad24 {
  border-radius: 2.4rem;
}
.cont_box.border1 {
  border: 1px solid #dddddd;
}
.cont_box.col_center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2.4rem;
}
.cont_box.pd_sm {
  padding: 3.2rem;
}
.cont_box.pd_24 {
  padding: 2.4rem;
}
.cont_box.video {
  aspect-ratio: 16/9;
  overflow: hidden;
}
.cont_box.video iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.6rem;
}
.cont_box.line {
  border-color: #00194A;
}
.cont_box.line .tit {
  display: block;
  border-bottom: 1px solid #dddddd;
  font-size: 2.4rem;
  font-weight: 700;
  padding-bottom: 2.4rem;
  color: #00194A;
  text-align: center;
}
.cont_box.line .pd_lr {
  padding: 0 6.4rem;
}

.box_group {
  display: grid;
  gap: 2.4rem;
}
.box_group.col2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.box_group.col2 .w100 {
  grid-column: 1/span 2;
}
.box_group.col3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.box_group.col3 .w100 {
  grid-column: 1/span 3;
}
.box_group.col4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.box_group.col4 .w100 {
  grid-column: 1/span 4;
}
.box_group.col5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1.6rem;
}
.box_group.col5 .w100 {
  grid-column: 1/span 5;
}
.box_group.col6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1.6rem;
}
.box_group.col6 .w100 {
  grid-column: 1/span 6;
}
.box_group .row2 {
  grid-column: 1/span 2;
}

.cont_table {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cont_table::before {
  content: "ㆍ 좌우로 움직여주세요 ㆍ";
  position: absolute;
  transform: translate(-50%, 0);
  left: 50%;
  top: 0;
  z-index: 1;
  width: 120%;
  background: rgba(0, 0, 0, 0.3);
  color: #FFFFFF;
  text-align: center;
  padding: 2rem 0;
  font-size: 1.6rem;
  animation: cont_table 3s alternate ease-in-out forwards;
  display: none;
}
@keyframes cont_table {
  0% {
    opacity: 0.9;
    left: 50%;
  }
  25% {
    opacity: 0.9;
    left: 45%;
  }
  50% {
    opacity: 0.9;
    left: 55%;
  }
  75% {
    opacity: 0.9;
    left: 45%;
  }
  99% {
    opacity: 0;
    left: 55%;
  }
  100% {
    opacity: 0;
    overflow: hidden;
  }
}
.cont_table .top_text {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
  font-size: 1.4rem;
  color: #717171;
}
.cont_table .top_text .txt_r {
  margin-left: auto;
}
.cont_table table {
  border-top: 2px solid #333;
}
.cont_table th, .cont_table td {
  padding: 1.6rem;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  text-align: center;
}
.cont_table th:last-child, .cont_table td:last-child {
  border-right: none;
}
.cont_table th:has(.cont_list), .cont_table td:has(.cont_list) {
  text-align: left;
}
.cont_table th:has(.cont_list) .cont_list > li + li, .cont_table td:has(.cont_list) .cont_list > li + li {
  margin-top: 0.3rem;
}
.cont_table th.border_l, .cont_table td.border_l {
  border-left: 1px solid #dddddd;
}
.cont_table th.bg, .cont_table td.bg {
  background: #f8f8f8;
}
.cont_table thead th {
  font-weight: 600;
  border-bottom: 1px solid #dddddd;
  background: #f8f8f8;
}
.cont_table.bg2 thead th {
  background: #F2F6FC;
}

.cont_tab {
  margin-bottom: 6.4rem;
  background: #fff;
}
.cont_tab ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1.6rem;
}
.cont_tab li {
  flex: 1;
}
.cont_tab a, .cont_tab button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 5.6rem;
  padding: 0.5rem 1.6rem;
  font-size: 1.8rem;
  transition: 0.3s;
  font-weight: 500;
  position: relative;
  white-space: nowrap;
  border: 1px solid #dddddd;
  border-radius: 0.8rem;
  color: #8e8e8e;
}
.cont_tab a.active, .cont_tab button.active {
  color: #FFFFFF;
  background-color: #223A58;
  border-color: transparent;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
}
.cont_tab a.active::before, .cont_tab button.active::before {
  content: "";
  position: absolute;
  left: calc(50% - 10px);
  bottom: -12px;
  border-top: 12px solid #223A58;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.cont_tab li:last-child a, .cont_tab li:last-child button {
  border-right: 1px solid #dddddd;
}
.cont_tab a:not(.active):hover, .cont_tab button:not(.active):hover {
  background: #FCFDFD;
  color: #151515;
  border-color: transparent;
}
.cont_tab.shape_page ul {
  gap: 0;
}
.cont_tab.shape_page li + li button {
  border-left: none;
}
.cont_tab.shape_page a, .cont_tab.shape_page button {
  border-radius: 0.8rem 0.8rem 0 0;
}
.cont_tab.shape_page a.active::before, .cont_tab.shape_page button.active::before {
  display: none;
}

.cont_tab_open {
  display: none;
}

.cont_committee .committee_box {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  gap: 4rem;
}
.cont_committee .committee_box + .committee_box {
  margin-top: 6.4rem;
}
.cont_committee .committee_box h2 {
  border-top: 1px solid #151515;
  width: 12.5rem;
  flex: none;
  padding-top: 4rem;
  font-size: 2.8rem;
  letter-spacing: -1px;
}
.cont_committee .committee_box ul {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.6rem;
}
.cont_committee .committee_box li {
  border: 1px solid #dddddd;
  border-radius: 1.6rem;
  padding: 1.8rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2rem;
}
.cont_committee .committee_box .img {
  border-radius: 1.2rem;
  aspect-ratio: 3/4;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(221, 221, 221, 0.5);
  overflow: hidden;
  flex: none;
  width: 13.6rem;
}
.cont_committee .committee_box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cont_committee .committee_box .detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 1.2rem;
  height: 100%;
}
.cont_committee .committee_box .name {
  font-size: 2.4rem;
  font-weight: 700;
}
.cont_committee .committee_box .role {
  font-size: 1.8rem;
  word-break: keep-all;
  letter-spacing: -0.5px;
}
.cont_committee .committee_box .no_data {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  flex: 1;
}

.cont_organization .round {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 18rem;
  height: 18rem;
  padding: 0 1rem;
  background: #00194A;
  border-radius: 100%;
  color: #FFFFFF;
  font-size: 2.2rem;
  font-weight: 600;
  text-align: center;
  word-break: keep-all;
  word-wrap: break-word;
}
.cont_organization .box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 30rem;
  height: 5.6rem;
  border-radius: 1.2rem;
  background: #F5F7F9;
  font-size: 1.8rem;
  font-weight: 600;
  transition: 0.3s;
}
.cont_organization .box.line {
  background: #FFFFFF;
  border: 2px solid #00194A;
}
.cont_organization .box.short {
  width: 18rem;
}
.cont_organization .box.blue {
  background: #3E7AC4;
  color: #FFFFFF;
}
.cont_organization .box.arrow {
  position: relative;
}
.cont_organization .box.arrow::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000'%3E%3Cpath fill='none' d='M0 0h24v24H0z'%3E%3C/path%3E%3Cpath d='M13.1717 12.0007L8.22192 7.05093L9.63614 5.63672L16.0001 12.0007L9.63614 18.3646L8.22192 16.9504L13.1717 12.0007Z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
  position: absolute;
  right: 1.6rem;
  top: calc(50% - 1rem);
  transition: 0.3s;
}
@media screen and (min-width: 1024px) {
  .cont_organization button.box:hover,
  .cont_organization a.box:hover {
    background-color: #11325E;
    color: #FFFFFF;
  }
  .cont_organization a.box.arrow:hover::after {
    filter: invert(1);
  }
}
.cont_organization .step1 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 6.5rem;
  position: relative;
}
.cont_organization .step1::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 18rem;
  width: 1px;
  height: 16.2rem;
  background: #AAAAAA;
}
.cont_organization .step2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 60%;
  position: relative;
}
.cont_organization .step2::before {
  content: "";
  position: absolute;
  left: 9rem;
  top: 50%;
  z-index: -1;
  width: calc(100% - 18rem);
  height: 1px;
  background: #AAAAAA;
}
.cont_organization .step3 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: calc(60% + 12rem);
  position: relative;
}
.cont_organization .step3::before {
  content: "";
  position: absolute;
  left: 15rem;
  top: -2.4rem;
  width: calc(100% - 30rem);
  height: 1px;
  background: #AAAAAA;
}
.cont_organization .step3 > li {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 0.8rem;
  position: relative;
}
.cont_organization .step3 > li::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -2.4rem;
  z-index: -1;
  width: 1px;
  height: 100%;
  background: #AAAAAA;
}
.cont_organization .step3 ul {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 0.8rem;
}
.cont_organization.office .step1::before {
  height: 6.5rem;
}
.cont_organization.office .step2 {
  width: 100%;
  gap: 1rem;
  padding-top: 4rem;
}
.cont_organization.office .step2::before {
  display: none;
}
.cont_organization.office .step2 li {
  position: relative;
  flex: 1;
}
.cont_organization.office .step2 li::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -4rem;
  width: 1px;
  height: 4rem;
  background: #AAAAAA;
}
.cont_organization.office .step2 li::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -4rem;
  width: calc(100% + 1rem);
  height: 1px;
  background: #AAAAAA;
}
.cont_organization.office .step2 li:last-child::after {
  display: none;
}
.cont_organization.office .step2 .box {
  width: 100%;
}

/*-------------------------------------------------

Responsive

-------------------------------------------------*/
/* Media Query */
@media (max-width: 1440px) {
  .cont_committee .committee_box {
    flex-direction: column;
  }
  .cont_committee .committee_box ul {
    gap: 1rem;
  }
  .cont_committee .committee_box .role {
    font-size: 1.6rem;
  }
}
@media (max-width: 1280px) {
  .cont_organization .box {
    width: 26rem;
  }
  .cont_organization .box.arrow::after {
    right: 1rem;
  }
  .cont_organization .step3 {
    width: 80%;
  }
  .cont_organization .step3::before {
    left: 13rem;
    width: calc(100% - 26rem);
  }
}
@media (max-width: 1024px) {
  .display_lg {
    font-size: 5.6rem;
  }
  .display_md {
    font-size: 4.8rem;
  }
  .display_sm {
    font-size: 3.6rem;
  }
  .heading_lg {
    font-size: 4.8rem;
  }
  .heading_md {
    font-size: 3.6rem;
  }
  .heading_sm {
    font-size: 3.6rem;
  }
  .title_xxl {
    font-size: 3.2rem;
  }
  .title_xl {
    font-size: 2.8rem;
  }
  .title_lg {
    font-size: 2.4rem;
  }
  .title_md {
    font-size: 2.2rem;
  }
  .link_lg {
    font-size: 1.5rem;
  }
  .link_md {
    font-size: 1.4rem;
  }
  .link_sm {
    font-size: 1.3rem;
  }
  .box_group {
    gap: 2.4rem;
  }
  .cont_box {
    padding: 3.2rem;
  }
  .cont_table.wide {
    overflow-x: scroll;
    padding-bottom: 5px;
  }
  .cont_table.wide::-webkit-scrollbar-track {
    background-color: #EBEDF1;
    border-radius: 0;
  }
  .cont_table.wide::-webkit-scrollbar {
    height: 0.5rem;
  }
  .cont_table.wide::-webkit-scrollbar-thumb {
    background-color: #A3A3A3;
    border-radius: 0;
  }
  .cont_table.wide::before {
    display: block;
  }
  .cont_table.wide table {
    max-width: 110rem !important;
    width: 110rem !important;
  }
  .cont_history {
    gap: 4rem;
    padding: 0;
  }
  .cont_history .bar {
    display: none;
  }
  .cont_history .cont_year {
    gap: 2rem;
    flex-direction: column;
  }
  .cont_history .cont_year:nth-of-type(2n) {
    flex-direction: column;
    justify-content: flex-start;
  }
  .cont_history .cont_year:nth-of-type(2n) .year {
    padding: 0;
    text-align: left;
  }
  .cont_history .cont_year:nth-of-type(2n) dl {
    padding: 0 3rem 0 0;
  }
  .cont_history .year {
    width: 10rem;
    padding: 0;
    text-align: left;
    font-size: 3.2rem;
  }
  .cont_history .year::before {
    display: none;
  }
  .cont_history .date {
    flex: 1;
    padding-right: 3rem;
    box-sizing: border-box;
  }
  .cont_history dt {
    font-size: 1.8rem;
  }
  .cont_history dd {
    font-size: 1.6rem;
  }
  .cont_committee .committee_box h2 {
    width: 100%;
    padding-top: 0;
    border-top: none;
    font-size: 2.4rem;
  }
  .cont_committee .committee_box h2::before {
    content: "";
    display: block;
    width: 12rem;
    margin-bottom: 3rem;
    border-bottom: 1px solid #151515;
  }
  .cont_committee .committee_box li {
    padding: 1.2rem;
  }
  .cont_organization .round {
    width: 16rem;
    height: 16rem;
    font-size: 2rem;
  }
  .cont_organization .box {
    width: 22rem;
    padding: 0 1rem;
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.2;
  }
  .cont_organization .box.arrow::after {
    right: 0.5rem;
  }
  .cont_organization .step1::before {
    top: 16rem;
  }
  .cont_organization .step2 {
    width: 80%;
  }
  .cont_organization .step3 {
    width: 100%;
  }
  .cont_organization .step3::before {
    left: 11rem;
    width: calc(100% - 22rem);
  }
  .cont_organization.committee .step3 .box {
    width: 24rem;
  }
  .cont_organization.committee .step3::before {
    left: 12rem;
    width: calc(100% - 24rem);
  }
}
@media (max-width: 800px) {
  .box_group.col2 {
    grid-template-columns: 1fr;
  }
  .box_group.col2 .w100 {
    grid-column: 1;
  }
  .box_group.col3 {
    grid-template-columns: 1fr;
  }
  .box_group.col3 .w100 {
    grid-column: 1;
  }
  .box_group.col4 {
    grid-template-columns: 2fr;
  }
  .box_group:not(.col4) .row2 {
    grid-column: 1;
  }
  .cont_box.row {
    flex-direction: column;
  }
  .cont_box.row_center {
    flex-direction: column;
    gap: 2.4rem;
  }
  .cont_box.line .pd_lr {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .display_lg {
    font-size: 5.2rem;
  }
  .display_md {
    font-size: 4.4rem;
  }
  .display_sm {
    font-size: 3.4rem;
  }
  .heading_lg {
    font-size: 4.4rem;
  }
  .heading_md {
    font-size: 3.4rem;
  }
  .heading_sm {
    font-size: 3.4rem;
  }
  .cont_table {
    overflow: hidden;
  }
  .cont_table.scroll {
    overflow-x: scroll;
    padding-bottom: 5px;
  }
  .cont_table.scroll::-webkit-scrollbar-track {
    background-color: #EBEDF1;
    border-radius: 0;
  }
  .cont_table.scroll::-webkit-scrollbar {
    height: 0.5rem;
  }
  .cont_table.scroll::-webkit-scrollbar-thumb {
    background-color: #A3A3A3;
    border-radius: 0;
  }
  .cont_table.scroll::before {
    display: block;
  }
  .cont_table.scroll table {
    max-width: 80rem;
    width: 80rem;
  }
  .cont_tab {
    margin-bottom: 4.8rem;
  }
  .cont_tab ul {
    gap: 0.5rem;
  }
  .cont_tab a, .cont_tab button {
    height: 4.4rem;
    font-size: 1.5rem;
    padding: 0.5rem 1rem;
  }
  .num_list.row {
    flex-direction: column;
    gap: 0.8rem;
  }
  .cont_committee .committee_box ul {
    grid-template-columns: 1fr;
  }
  .cont_committee .committee_box li {
    padding: 1.6rem;
  }
}
@media (max-width: 640px) {
  .box_group.col4 {
    grid-template-columns: 1fr;
  }
  .box_group .row2 {
    grid-column: 1;
  }
  .cont_organization .cont_box {
    border: none;
    padding: 0;
  }
  .cont_organization .round {
    width: 14rem;
    height: 14rem;
    font-size: 1.8rem;
  }
  .cont_organization .box {
    width: 16rem;
    font-size: 1.6rem;
    height: 5rem;
  }
  .cont_organization .box.short {
    width: 12rem;
  }
  .cont_organization .box.arrow::after {
    right: 0.5rem;
  }
  .cont_organization .step1::before {
    top: 14rem;
    height: 15.6rem;
  }
  .cont_organization .step3 {
    width: 100%;
  }
  .cont_organization .step3::before {
    left: 8rem;
    width: calc(100% - 16rem);
  }
  .cont_organization.office .step1::before {
    height: 100%;
    top: 0;
    z-index: -1;
  }
  .cont_organization.office .step2 {
    flex-direction: column;
    padding-top: 0;
  }
  .cont_organization.office .step2::before {
    display: none;
  }
  .cont_organization.office .step2 li::before {
    display: none;
  }
  .cont_organization.office .step2 li::after {
    display: none;
  }
  .cont_organization.office .step2 .box {
    width: 18rem;
  }
  .cont_organization.committee .step3 .box {
    width: 16rem;
    padding: 0 2.4rem;
    font-size: 1.5rem;
  }
  .cont_organization.committee .step3::before {
    left: 8rem;
    width: calc(100% - 16rem);
  }
}
@media (max-width: 480px) {
  .display_lg {
    font-size: 4.2rem;
  }
  .display_md {
    font-size: 3.6rem;
  }
  .display_sm {
    font-size: 3.2rem;
  }
  .heading_lg {
    font-size: 3.6rem;
  }
  .heading_md {
    font-size: 3.2rem;
  }
  .heading_sm {
    font-size: 2.4rem;
  }
  .title_xxl {
    font-size: 2.8rem;
  }
  .title_xl {
    font-size: 2.4rem;
  }
  .title_lg {
    font-size: 2.2rem;
  }
  .title_md {
    font-size: 2rem;
  }
  .title_sm {
    font-size: 1.8rem;
  }
  .title_xs {
    font-size: 1.6rem;
  }
  .body_lg {
    font-size: 1.8rem;
  }
  .body_md {
    font-size: 1.6rem;
  }
  .body_sm {
    font-size: 1.4rem;
  }
  .detail_lg {
    font-size: 1.6rem;
  }
  .detail_md {
    font-size: 1.5rem;
  }
  .detail_sm {
    font-size: 1.2rem;
  }
  .label_lg {
    font-size: 1.6rem;
  }
  .label_md {
    font-size: 1.5rem;
  }
  .label_sm {
    font-size: 1.3rem;
  }
  .link_lg {
    font-size: 1.5rem;
  }
  .link_md {
    font-size: 1.4rem;
  }
  .link_sm {
    font-size: 1.3rem;
  }
  .cont_box {
    padding: 2.4rem;
  }
  .cont_history dl {
    display: block;
    width: 100%;
  }
}