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

Title       : Default/컨텐츠
Author      : EASESOFT
Create Date : 2025-06
-------------------------------------------------*/
/* Deafult Class  ======================================================================================================================================================*/
.main_color1 {
  color: #0077D4 !important;
}

.main_color2 {
  color: #05A262 !important;
}

.main_color3 {
  color: #F7941D !important;
}

.main_color4 {
  color: #E31923 !important;
}

.key_color1 {
  color: #3976C2 !important;
}

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

.layout_1280 {
  width: 100%;
  max-width: 128rem;
  margin: 0 auto;
}

/* 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_lg::before {
  top: 1.2rem;
}
.empha_txt.body_sm::before {
  top: 0.8rem;
}

.t_under {
  text-decoration: underline;
}

.title1 {
  position: relative;
  margin-top: 6.4rem;
  margin-bottom: 3.2rem;
  padding-left: 3rem;
  word-break: keep-all;
  word-wrap: break-word;
  font-weight: 900;
}
.title1::before, .title1::after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 3px);
  width: 2rem;
  height: 6px;
  background: #0077D4;
}

.title2 {
  position: relative;
  margin-top: 5.6rem;
  margin-bottom: 3.2rem;
  padding-left: 2.8rem;
  word-break: keep-all;
  word-wrap: break-word;
  font-weight: 800;
}
.title2::before, .title2::after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 0.8rem;
  height: 0.8rem;
  background: #0077D4;
  border-radius: 100%;
  font-weight: 800;
}
.title2::after {
  background: #05A262;
  left: 1rem;
}

.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: 1.5rem;
  width: 0.8rem;
  height: 2px;
  background: #151515;
}

.title4 {
  margin-top: 6rem;
  margin-bottom: 4rem;
  word-break: keep-all;
  word-wrap: break-word;
  line-height: 1.2;
}
.title4 span {
  position: relative;
  display: inline-block;
}
.title4 span::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-bottom: 2.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.8rem;
}
.cont_list > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 7px;
  height: 7px;
  background: #DDD;
  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: 2.4rem;
  height: 2.4rem;
  min-width: inherit;
  border: 1px solid #333;
  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: #333;
  color: #fff;
}
.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.bg {
  background-color: #F2F6FC;
  border: none;
  padding: 3.2rem 4rem;
}
.cont_box.bg2 {
  background-color: #F6F6F6;
  border: none;
  padding: 3.2rem 4rem;
}
.cont_box.pd_md {
  padding: 4rem 3.2rem;
}
.cont_box.pd_sm {
  padding: 3.2rem 2.4rem;
}
.cont_box.pd_xsm {
  padding: 2.4rem;
}
.cont_box.pd_lg {
  padding: 6.4rem;
}
.cont_box.rad40 {
  border-radius: 4rem;
}

.box_group {
  display: grid;
  gap: 2.4rem;
}
.box_group.gap_row {
  gap: 1rem;
}
.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;
}

.cont_table {
  position: relative;
}
.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: #fff;
  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: #666;
}
.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: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.bg1, .cont_table td.bg1 {
  background: #EEF4FF;
}
.cont_table th.bg2, .cont_table td.bg2 {
  background: #fafafa;
}
.cont_table thead th {
  font-weight: 700;
  border-bottom: 1px solid #DDDDDD;
}
.cont_table.bg1 thead th {
  background: #EEF4FF;
}
.cont_table.bg2 thead th {
  background: #F6F6F6;
}
.cont_table.row_border th, .cont_table.row_border td {
  border-right: 1px solid #DDDDDD;
}
.cont_table.row_border th:last-child, .cont_table.row_border td:last-child {
  border-right: none;
}

.cont_tab ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.cont_tab ul li {
  flex: 1;
}
.cont_tab a, .cont_tab button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 0.5rem;
  height: 5.6rem;
  font-size: 1.8rem;
  transition: 0.3s;
  font-weight: 500;
  position: relative;
  color: #555;
  border-bottom: 1px solid #DDDDDD;
  word-break: keep-all;
  word-wrap: break-word;
}
.cont_tab a.active, .cont_tab button.active {
  color: #000;
  border-color: #000;
  font-weight: 700;
}
.cont_tab.like_depth3 {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 2;
  margin-top: -3rem;
  margin-bottom: 9rem;
}
.cont_tab.like_depth3 ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.cont_tab.like_depth3 ul li {
  flex: none;
}
.cont_tab.like_depth3 a, .cont_tab.like_depth3 button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24rem;
  max-width: 100%;
  height: 6rem;
  padding: 1rem 0.5rem;
  font-size: 1.8rem;
  transition: 0.3s;
  font-weight: 500;
  position: relative;
  white-space: nowrap;
  color: #333;
  border: 1px solid #DDDDDD;
  border-right: none;
  background: #fff;
}
.cont_tab.like_depth3 a.active, .cont_tab.like_depth3 button.active {
  color: #fff;
  background-color: #000;
  border-color: #000 !important;
}
.cont_tab.like_depth3 li:last-child a, .cont_tab.like_depth3 li:last-child button {
  border-right: 1px solid #DDDDDD;
}
@media screen and (min-width: 1024px) {
  .cont_tab.like_depth3 a:not(.active):hover, .cont_tab.like_depth3 button:not(.active):hover {
    background: #000;
    color: #fff;
    border: 1px solid #000;
  }
}

.cont_tab_open {
  display: none;
}

.cont_modal {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 6rem 0;
  transition: 0.5s;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(5px);
  opacity: 0;
  visibility: hidden;
}
.cont_modal .btn_close {
  position: absolute;
  right: 5rem;
  top: 3rem;
}
.cont_modal .btn_close::before {
  content: "\f4c8";
  display: block;
  font-family: "remixicon";
  color: #fff;
  font-size: 3rem;
}
.cont_modal .inner {
  width: calc(100% - 3.2rem);
  max-width: 144rem;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 4rem;
}
.cont_modal .inner .cont_slide {
  width: 60%;
}
.cont_modal .inner .cont_slide img {
  border-radius: 1.6rem;
}
.cont_modal .inner .thumb_slide img {
  border-radius: 0.4rem;
}
.cont_modal.on {
  opacity: 1;
  visibility: visible;
}

html.cont_modal_open {
  overflow: hidden;
}
html.cont_modal_open .cont_modal.show {
  opacity: 1;
  visibility: visible;
}

.cont_open_box .depth_01 {
  border: 1px solid #DDDDDD;
  border-radius: 4rem;
  overflow: hidden;
}
.cont_open_box .depth_01 + .depth_01 {
  margin-top: 4rem;
}
.cont_open_box .depth_01 .dep01_btn {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 4rem 6.4rem;
  width: 100%;
  background: #F6F6F6;
  font-size: 3.6rem;
  font-weight: 800;
  line-height: 1.1;
  transition: 0.3s;
}
.cont_open_box .depth_01 .dep01_btn::after {
  content: "\ea4e";
  font-family: "remixicon";
  margin-left: auto;
  font-weight: 400;
}
.cont_open_box .depth_01.active .dep01_btn {
  background: #0077D4;
  color: #fff;
  padding: 6.4rem;
}
.cont_open_box .depth_01.active .dep01_btn::after {
  transform: rotate(180deg);
}
.cont_open_box .depth_01.active .depth_02 {
  max-height: 100rem;
}
.cont_open_box .depth_02 {
  overflow: hidden;
  transition: 0.3s;
  max-height: 0;
}
.cont_open_box .depth_02 .inner {
  padding: 6.4rem;
}
.cont_open_box .depth_02 .scroll {
  overflow-y: auto;
  max-height: 87.2rem;
}
.cont_open_box .depth_02 .scroll::-webkit-scrollbar-track {
  background-color: #EBEDF1;
  border-radius: 0;
}
.cont_open_box .depth_02 .scroll::-webkit-scrollbar {
  width: 0.5rem;
}
.cont_open_box .depth_02 .scroll::-webkit-scrollbar-thumb {
  background-color: #A3A3A3;
  border-radius: 0;
}
.cont_open_box .depth_02 .board + .board {
  margin-top: 2.4rem;
}
.cont_open_box .depth_02 .board .top {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.cont_open_box .depth_02 .board .tit {
  font-size: 2.8rem;
  font-weight: 700;
}
.cont_open_box .depth_02 .board .loca {
  font-size: 2rem;
  color: #555;
  margin-left: auto;
}
.cont_open_box .depth_02 .board .date {
  font-size: 1.8rem;
  color: #717171;
}
.cont_open_box .depth_02 .no_data {
  font-size: 2rem;
  text-align: center;
}

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

Responsive

-------------------------------------------------*/
/* Media Query */
@media (max-width: 1440px) {
  .cont_tab {
    margin-top: 0;
  }
}
@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: 1.6rem;
  }
  .box_group.col4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .box_group.col4 .w100 {
    grid-column: 1/span 2;
  }
  .cont_box {
    padding: 3.2rem;
  }
  .cont_box.pd_lg {
    padding: 3.2rem;
  }
  .cont_box.pd_md {
    padding: 3.2rem 2.4rem;
  }
  .cont_box.pd_sm {
    padding: 2.4rem;
  }
  .cont_box.pd_xsm {
    padding: 2rem;
  }
  .cont_box.bg {
    padding: 3.2rem;
  }
  .cont_box.bg2 {
    padding: 3.2rem;
  }
  .cont_table {
    position: relative;
  }
  .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_tab.like_depth3 {
    margin: 0 0 6rem;
  }
  .cont_tab.like_depth3 ul li {
    flex: 1;
  }
  .cont_tab.like_depth3 a, .cont_tab.like_depth3 button {
    width: auto;
    height: 5.2rem;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.2;
  }
  .cont_open_box .depth_01 .dep01_btn {
    padding: 2.4rem;
    font-size: 2.8rem;
  }
  .cont_open_box .depth_01.active .dep01_btn {
    padding: 3rem 2.4rem;
  }
  .cont_open_box .depth_02 .inner {
    padding: 2.4rem;
  }
  .cont_open_box .depth_02 .scroll {
    overflow-y: auto;
    max-height: 87.2rem;
  }
  .cont_open_box .depth_02 .scroll::-webkit-scrollbar-track {
    background-color: #EBEDF1;
    border-radius: 0;
  }
  .cont_open_box .depth_02 .scroll::-webkit-scrollbar {
    width: 0.5rem;
  }
  .cont_open_box .depth_02 .scroll::-webkit-scrollbar-thumb {
    background-color: #A3A3A3;
    border-radius: 0;
  }
  .cont_open_box .depth_02 .board .top {
    flex-direction: column;
    align-items: flex-start;
  }
  .cont_open_box .depth_02 .board .tit {
    font-size: 2rem;
  }
  .cont_open_box .depth_02 .board .loca {
    font-size: 1.8rem;
    margin: 0;
  }
  .cont_open_box .depth_02 .board .date {
    font-size: 1.6rem;
  }
  .cont_modal .btn_close {
    right: 1rem;
    top: 1rem;
  }
}
@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.col4 .w100 {
    grid-column: 1;
  }
  .cont_box.row {
    flex-direction: column;
  }
}
@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 {
    position: relative;
  }
  .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 !important;
    width: 80rem !important;
  }
  .cont_tab button, .cont_tab a {
    font-size: 1.6rem;
  }
  .cont_tab.like_depth3 a, .cont_tab.like_depth3 button {
    height: 4.4rem;
  }
  .num_list.row {
    flex-direction: column;
    gap: 0.8rem;
  }
}
@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_box.pd_lg {
    padding: 2.4rem;
  }
  .cont_box.pd_md {
    padding: 2.4rem;
  }
  .cont_box.bg {
    padding: 2.4rem;
  }
  .cont_box.bg2 {
    padding: 2.4rem;
  }
}