@charset "utf-8";

@font-face {
  font-family: "UhBeeRice";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_five@.2.0/UhBeeRice.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}

div#content.sub {
  min-height: 300px;
  padding: 6.875rem 0 5.9375rem;
}

.sub_title {
  margin-bottom: 60px;
}

.sub_title h2 {
  text-align: center;
  font-size: 35px;
}

.area_subVisual {
  position: relative;
  height: 22em;
  background: no-repeat top / 100% auto;
}

.lnb {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 0;
  max-width: 281px;
  width: 100%;
  padding: 12.5px 14px;
  box-sizing: border-box;
  background: #f98c0c;
  border-radius: 3em;
  box-shadow: inset 8px 8px 8px -5.92px rgba(255, 255, 255, 0.57),
    inset -8px -8px 8px -5.92px rgba(94, 79, 80, 0.18),
    3px 4px 30px 0px rgba(43, 31, 54, 0.2);
  font-size: 13px;
  color: #fff;
}

.lnb span::before {
  content: url(/images/common/icon_gts.png);
  position: relative;
  margin: 0 13px 1px 9px;
  top: -1px;
}

.lnb [data-menu-snb="2"] {
  color: #ffeb0a;
}

.sub_section + .sub_section {
  margin-top: 150px;
}

.ss_line {
  position: relative;
}

.ss_line:before {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  margin-bottom: 150px;
  background: url(/images/content/section_line.jpg) no-repeat center;
}

.ss_title {
  font-size: var(--font_size55);
  font-weight: 800;
}

.ss_title .under_line {
  position: relative;
  background: linear-gradient(#0000 73%, #f72323 27%);
}

.ss_title + p {
  font-size: var(--font_size22);
  margin-top: 15px;
  line-height: 1.7;
}

.ss_title2 {
  margin-bottom: 15px;
  font-size: var(--font_size35);
  font-weight: 800;
}

.common .ss_title {
  margin-bottom: 30px;
}

.section_line {
  width: 100%;
  height: 10px;
  margin: 100px 0;
  background: url(/images/content/section_line.jpg) no-repeat center;
}

.area_training .training_top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
}

.area_training .training_top .search {
  float: none;
}

.area_training .training_top .search select,
.area_training .training_top .search input[type="text"],
.area_training .training_top .search .button {
  margin-top: 0;
  margin-bottom: 0;
  min-width: auto;
  height: 40px;
}

.area_training .training_top:after {
  display: none;
}

.area_training .training_top .training_state {
  display: flex;
  gap: 13px;
  max-width: 326px;
  width: 100%;
}

.area_training .training_top .training_state li {
  flex-shrink: 0;
  max-width: 100px;
  flex: 1;
  padding: 0.4666667em;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 50px;
  text-align: center;
  font-size: 15px;
  color: #bbb;
  cursor: pointer;
}

.area_training .training_top .training_state li.on {
  border-color: #3947ae;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
  color: #3947ae;
}

.wrap_btn {
  display: flex;
  justify-content: space-between;
  margin: 40px 0;
  width: 100%;
}

.training_list {
  margin-top: 50px;
}

.training_list .photoList {
  display: none;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px clamp(10px, 1.71875vw, 33px);
  padding: 0;
}

.training_list .photoList:after {
  display: none;
}

.training_list .photoList.on {
  display: grid;
}

.training_list .photoList > li {
  margin: 0;
  float: none;
  width: auto;
}

.training_list .photoList > li .img {
  border-radius: 15px;
}

.training_list .img {
  aspect-ratio: 275/366;
  padding: 0 !important;
}

.training_list .photoList > li a > *:not(.img) {
  all: unset;
}

.training_list .box_txt {
  padding: 0;
}

.training_list .box_txt span {
  position: relative;
  display: block;
  font-size: 15px;
  font-weight: 500;
  padding-left: 12px;
}

.training_list .box_txt span:before {
  position: absolute;
  left: 0;
  top: 9px;
  content: "";
  width: 3px;
  height: 3px;
  background: #333;
  border-radius: 100%;
}

.training_list .box_txt .title {
  display: inline-block;
  margin: 22px 0 12px;
  padding-left: 0;
  font-size: 18px;
  font-weight: 700;
}

.training_list .box_txt .title:before {
  display: none;
}

.training_list .box_txt span i {
  margin-left: 9px;
  font-weight: 300;
  color: #888;
}

.training_list .box_txt .schedule {
  margin-top: 0.55em;
}

.training_list .box_txt .state {
  display: inline-block;
  margin-top: 20px;
  width: 73px;
  padding: 4px;
  box-sizing: border-box;
  background: #e23333;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  border-radius: 50px;
}

.training_list .box_txt .state:before {
  display: none;
}

.training_list .box_txt .state.close {
  background: #eee;
  border-color: #ddd;
  color: #333;
}

.training_list .box_txt .state.stay {
  background: #3a49b1;
  color: #fff;
}

.training_page.pagination {
  margin-top: 80px;
  padding-top: 0;
  border: 0;
}

.training_page.pagination > * {
  font-weight: 300;
}

.training_page.pagination a:hover,
.training_page.pagination a:focus {
  border-color: #333;
  background-color: transparent;
}

.training_page.pagination span {
  background: #3b4364;
  color: #fff;
}

.training_view .button {
  box-sizing: border-box;
  margin: 0;
  background: #3b4364;
  border: 1px solid #3b4364;
}

.training_view .button#search_btn_on {
  border-radius: 0;
}

.training_view .bbsAdm > ul > li:nth-child(n + 2) > a {
  background: #333;
}

.training_view .bbsContent {
  padding: 0;
  border: unset !important;
}

.training_view .bbsContent .conts .img {
  margin: 0;
}

.training_view .cont1 {
  display: flex;
  gap: 20px 30px;
}

.training_view .cont1 .box_img {
  flex: 1 500px;
}

.training_view .cont1 .box_img img {
  width: 100%;
  object-fit: contain;
  object-position: left;
}

.training_view .cont1 .box_txt {
  flex: 1 auto;
  padding-top: 20px;
}

.training_view .cont1 .state {
  display: inline-block;
  width: 90px;
  padding: 4px;
  box-sizing: border-box;
  background: #002d90;
  text-align: center;
  font-weight: 300;
  color: #fff;
  border-radius: 50px;
}

.training_view .cont1 .state.close {
  background: #eee;
  border-color: #ddd;
  color: #333;
}

.training_view .cont1 h3 {
  margin: 12px 0 22px;
  font-size: 30px;
  font-weight: 700;
}

.training_view .cont1 table {
  text-align: left;
}

.training_view .cont1 table tr {
  height: 60px;
  border: 1px solid #eee;
  border-width: 1px 0;
}

.training_view .cont1 table th {
  position: relative;
  width: 109px;
  padding-left: 30px;
  box-sizing: border-box;
}

.training_view .cont1 table th:before {
  position: absolute;
  left: 10px;
  top: 26px;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #333;
}

.training_view .cont1 table td {
  color: #555;
}

.training_view .cont1 .wrap_registration {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  padding: 28px 0 0 0;
}

.wrap_registration ul {
  font-size: 15px;
  color: #777;
  word-break: keep-all;
}

.wrap_registration li {
  position: relative;
  padding-left: 0.5em;
}

.wrap_registration li::before {
  content: "·";
  position: absolute;
  left: 0;
}

.wrap_registration li + li {
  margin-top: 3px;
}

.wrap_registration .button {
  width: 160px;
  height: 45px;
}

.training_view .tab {
  display: flex;
  gap: 50px;
  margin-top: 80px;
  padding: 1px;
  /* background: #dadada; */
  text-align: center;
  font-size: 18px;
  color: #555;
}

.training_view .tab li {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 1.1111111em;
  background: #ffffff;
  cursor: pointer;
  border-radius: 30px;
  border: 1px solid #ddd;
}

.training_view .tab li::before {
  content: "";
  position: absolute;
  inset: -1px;
  /* border: 1px solid #3a49b1; */
  opacity: 0;
  pointer-events: none;
}

.training_view .tab li.on {
  font-weight: 800;
  color: #3b4364;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.08);
  border-color: #3b4364;
  border: 2px solid;
}

.training_view .tab li.on::before {
  opacity: 1;
}

.training_view .tab_content .introduce > li + li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 5px;
  background: url(/images/content/section_line.jpg) no-repeat center;
  background-size: cover;
}

.training_view .tab_content .introduce li {
  position: relative;
  padding: 80px 0;
}

.training_view .tab_content .review_wrap > li {
  position: relative;
  padding: 80px 0;
}

.training_view .tab_content .review_wrap .photoList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5em 1em;
}

.training_view .tab_content .review_wrap .photoList > li {
  margin: 0 !important;
  width: 100%;
}

.training_view .tab_content .review_wrap .photoList > li .img {
  padding-top: 66.90647482%;
}

.training_view .tab_content .review_wrap .photoList > li .img i {
  background-size: contain;
}

#list_ajax_area {
  position: relative;
  padding: 80px 0;
}

.training_view .tab_content li h4 {
  font-size: 24px;
  font-weight: 700;
}

.training_view .tab_content .introduce li {
  display: flex;
  row-gap: 15px;
}

.training_view .tab_content .introduce h4 {
  flex: 0 0 305px;
}

.training_view .tab_content .review_wrap h4 {
  margin-bottom: 20px;
}

.training_view .tab_content div {
  flex: 1 auto;
  line-height: 1.875;
  color: #555;
  word-break: keep-all;
  font-size: 18px;
}

.training_view .tab_content .in_img {
}

.training_view .tab_content .in_text {
  margin-top: 67px;
}

.training_view .tab_content .in_img .img {
  width: 180px;
  height: 180px;
  background: #eee;
  margin-top: 20px;
}

.training_view .bbsPager {
  text-align: center;
}

.training_view .bbsPager .inr_pager.left {
  float: left;
}

.training_view .bbsPager .inr_pager.right {
  float: right;
}

.training_view .bbsPager .button {
  width: 160px;
  height: 48px;
}

@media (max-width: 1279px) {
  .training_view .tab_content .review_wrap .photoList {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .training_view .tab_content .review_wrap .photoList {
    grid-template-columns: repeat(1, 1fr);
  }
}

.wrap_sub_tit {
  margin-bottom: 40px;
  text-align: center;
}

.wrap_sub_tit .sub_tit {
  font-weight: 600;
}

.tab_content > ul {
  display: none;
}

.tab_content > ul.on {
  display: block;
}
.area_apply,
.area_apply * {
  box-sizing: border-box;
}
.area_apply {
  text-align: center;
}

.area_apply > .inr {
  max-width: 900px;
  margin: 0 auto;
}

.area_apply legend {
  margin-bottom: 1.166667em;
  font-size: 30px;
  font-weight: 600;
}

.area_apply table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #eaecf1;
}

.area_apply table th {
  width: 200px;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  text-align: center;
  padding: 14px 30px;
  font-weight: 500;
  letter-spacing: -1px;
  background: #f9fafb;
}

.area_apply table td {
  text-align: left;
  color: #666;
  word-break: break-all;
  padding: 14px 30px;
  border-top: 1px solid #eaecf1;
  border-bottom: 1px solid #eaecf1;
}

.area_apply table td .input320 {
  max-width: 100%;
  width: 323px;
}

.area_apply table td i {
  padding: 0 4px;
}

.area_apply .guide {
  margin-top: 1.25em;
  text-align: left;
}

.area_apply .apply_btn {
  text-align: center;
}

.area_apply .apply_btn [type="submit"] {
  margin-top: 2.7777778em;
  padding: 0.8333333em 2.8333333em;
  background: #3b4364;
  border-radius: 99px;
  border: 0;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.08);
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

.apply_list .list {
  text-align: left;
}

.apply_list h4 {
  font-weight: 500;
  margin: 1.25em 0 0.625em 0;
}

.program_skin .training_top {
  position: absolute;
  right: 0;
  top: 15px;
}

.program_skin .training_top select {
  min-width: 100px;
  height: 45px;
  padding: 0 20px;
  border-radius: 50px;
  background-position: right calc(100% - 20px) 50%;
}

.program_skin .training_top #keyword {
  padding: 0 20px;
  height: 45px;
  border-radius: 50px;
}

.program_skin .training_top .button {
  border-radius: 50px;
}

.education .ss_title,
.education .ss_title2 {
  margin-bottom: 30px;
}

.education .training_view .cont1 {
  display: block;
}

.education .training_view .cont1 .box_img {
  border-radius: 20px;
  overflow: hidden;
  background: #f5f5f5;
}

.education .training_view .cont1 h3 {
  margin: 15px 0 30px;
  font-size: 32px;
  font-weight: 700;
}

.education .training_view .cont1 .button {
  border-radius: 50px;
  background: #3b4364;
}

.education .training_view .tab_content .introduce h4 {
  position: relative;
  padding-left: 110px;
  box-sizing: border-box;
}

.education .training_view .tab_content .introduce h4:before {
  position: absolute;
  left: 0;
  top: -18px;
  content: "";
  width: 75px;
  height: 75px;
  border-radius: 100%;
  background-size: 30px !important;
}

.education .training_view .tab_content .inwon h4:before {
  background: #f85b41 url(/images/common/i_inwon.svg) no-repeat center;
}

.education .training_view .tab_content .date h4:before {
  background: #a11dff url(/images/common/i_date.svg) no-repeat center;
}

.education .training_view .tab_content .target h4:before {
  background: #0077ff url(/images/common/i_place.svg) no-repeat center;
}

.education .training_view .tab_content .effect h4:before {
  background: #3b4364 url(/images/common/i_edu_cont.svg) no-repeat center;
}

.education .training_view .tab_content .edu_cont h4:before {
  background: #fbb2d9 url(/images/common/i_curriculum.svg) no-repeat center;
}

.education .training_view .tab_content .tool h4:before {
  background: #a3e8cc url(/images/common/i_education.svg) no-repeat center;
}
.education .training_view .tab_content .gallery h4:before {
  background: #8b5cf6 url(/images/common/i_gallery.svg) no-repeat center;
}

.training .training_view .tab_content .introduce h4 {
  position: relative;
  padding-left: 110px;
  box-sizing: border-box;
}

.training .training_view .tab_content .introduce h4:before {
  position: absolute;
  left: 0;
  top: -18px;
  content: "";
  width: 75px;
  height: 75px;
  border-radius: 100%;
  background-size: 30px !important;
}

.training .training_view .tab_content .tr_introduce h4:before {
  background: #453aaf url(/images/common/i_introduce.svg) no-repeat center;
}

.training .training_view .tab_content .tr_cont h4:before {
  background: #ffa835 url(/images/common/i_tr_cont.svg) no-repeat center;
}

.training .ss_title,
.training .ss_title2 {
  margin-bottom: 30px;
}

.training .training_view .cont1 h3 {
  font-size: 32px;
  font-weight: 700;
  margin: 30px 0 25px;
}

.training .training_view .cont1 .button {
  border-radius: 50px;
  background: #333;
}

.area_calendar .calendar {
  width: 50%;
}

.area_calendar .calendar table th {
  background: #002d90;
  border: 1px solid #002d90;
}

.area_calendar .list {
  width: 50%;
  padding-left: 50px;
  background: #fff;
  box-sizing: border-box;
}

.area_calendar .list p {
  padding: 0 15px 10px;
  font-size: 24px;
  font-weight: 800;
}

.area_calendar .control .btn_today {
  border: #111;
  background: #111;
}

.area_calendar .calendar table td em span {
  display: block;
  margin-top: 28px;
  font-size: 0.85em;
  color: #666;
  font-weight: 600;
}

@media (max-width: 1279px) {
  .area_subVisual {
    height: 20em;
  }

  .training_list .photoList {
    grid-template-columns: repeat(3, 1fr);
  }

  .training_page.pagination {
    margin-top: 60px;
  }

  .training_view .tab_content li {
    flex-wrap: wrap;
  }

  .training_view .tab_content .in_text {
    margin-top: 0;
    width: 100%;
  }

  .training_view .tab_content h4 {
    flex-basis: 100%;
  }

  .sub_section + .sub_section {
    margin-top: 100px;
  }

  .ss_line:before {
    margin-bottom: 100px;
  }

  .education .training_view .tab_content .introduce h4 {
    margin-bottom: 30px;
  }
}

@media (max-width: 1080px) {
  .ss_title + p {
    margin-top: 12px;
    line-height: 1.6;
  }

  .section_line {
    margin: 80px 0;
  }

  .training_view .cont1 table th {
    padding-left: 27px;
  }

  .training_view .tab_content .introduce li {
    padding: 65px 0;
    flex-wrap: wrap;
  }

  .training_view .tab_content .review_wrap > li {
    padding: 65px 0;
    flex-wrap: wrap;
  }

  #list_ajax_area {
    padding: 65px 0;
  }

  .training_view .tab_content .introduce h4 {
    flex: 0 0 auto;
    width: 100%;
  }

  .education .ss_title,
  .education .ss_title2 {
    margin-bottom: 20px;
  }

  .education .training_view .cont1 .box_img {
    border-radius: 10px;
  }

  .education .training_view .cont1 h3 {
    font-size: 27px;
  }

  .education .training_view .tab_content .introduce h4 {
    padding-left: 85px;
    margin-bottom: 25px;
  }

  .education .training_view .tab_content .introduce h4:before {
    top: -12px;
    width: 60px;
    height: 60px;
    background-size: 25px !important;
  }

  .training .training_view .cont1 {
    display: block;
  }

  .training .training_view .cont1 .box_txt {
    padding-top: 0;
    margin-top: 30px;
  }

  .training .training_view .cont1 h3 {
    font-size: 27px;
    margin: 15px 0 30px;
  }

  .training .training_view .tab_content .introduce h4 {
    padding-left: 85px;
    margin-bottom: 25px;
  }

  .training .training_view .tab_content .introduce h4:before {
    top: -12px;
    width: 60px;
    height: 60px;
    background-size: 25px !important;
  }

  .area_calendar .calendar {
    width: 100%;
  }

  .area_calendar .list {
    width: 100%;
    height: auto !important;
    padding: 0;
    margin-top: 50px;
    border-top: 2px solid #111;
  }

  .area_calendar .list p {
    padding: 15px;
  }

  .area_calendar .list > .button {
    position: relative !important;
    margin-top: 30px !important;
  }
}

@media (max-width: 767px) {
  div#content.sub {
    padding: 55px 0;
  }

  .area_subVisual {
    height: 18em;
    background-size: 1060px auto;
  }

  .sub_title {
    margin-bottom: 30px;
  }

  .sub_title h2 {
    font-size: 22px;
  }

  .ss_title br {
    display: none;
  }

  .ss_title + p {
    font-size: 15px;
    margin-top: 10px;
  }

  .sub_section + .sub_section {
    margin-top: 55px;
  }

  .ss_line:before {
    height: 6px;
    margin-bottom: 55px;
    background-size: cover;
  }

  .ss_title2 {
    margin-bottom: 10px;
  }

  .common .ss_title {
    margin-bottom: 20px;
  }

  .section_line {
    height: 6px;
    margin: 55px 0;
    background-size: cover;
  }

  .area_training .training_top {
    flex-direction: column;
    align-items: center;
  }

  .program_skin .training_top {
    position: relative;
    right: auto;
    top: auto;
  }

  .training_cate {
    gap: 8px;
  }

  .training_list {
    margin-top: 40px;
  }

  .training_list .photoList {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px clamp(30px, 1.71875vw, 30px);
  }

  .training_page.pagination {
    margin-top: 40px;
  }

  .training_view .cont1 {
    flex-direction: column;
  }

  .training_view .cont1 .box_img {
    flex-basis: auto;
  }

  .training_view .cont1 h3 {
    font-size: 24px;
  }

  .training_view .cont1 table th {
    width: 80px;
    padding-left: 10px;
  }

  .training_view .cont1 table th:before {
    left: 0;
    width: 3px;
    height: 3px;
  }

  .training_view .cont1 .wrap_registration {
    padding: 25px 0 0;
  }

  .training_view .cont1 .state {
    width: 80px;
  }

  .wrap_registration {
    padding-left: 10px;
  }

  .wrap_registration ul {
    font-size: 1em;
  }

  .training_view .tab {
    margin-top: 70px;
    font-size: 15px;
  }

  .training_view .tab li {
    padding: 18px 15px;
  }

  .training_view .tab_content .introduce li {
    padding: 55px 0;
  }

  .training_view .tab_content .review_wrap > li {
    padding: 55px 0;
  }

  .training_view .tab_content .review_wrap .photoList > li {
    width: 100%;
  }

  .training_view .tab_content .review_wrap .photoList > li:nth-child(2n + 2) {
    margin-left: 0;
  }

  #list_ajax_area {
    padding: 55px 0;
  }

  .training_view .tab_content h4 {
    font-size: 18px;
  }

  .education .training_view .cont1 h3 {
    font-size: 20px;
    margin: 10px 0 25px;
  }

  .education .training_view .tab_content .introduce h4 {
    padding-left: 63px;
    margin-bottom: 15px;
    font-size: 20px;
  }

  .education .training_view .tab_content .introduce h4:before {
    top: -8px;
    width: 45px;
    height: 45px;
    background-size: 18px !important;
  }

  .education .class {
    margin-top: 30px !important;
  }

  .training .training_view .cont1 h3 {
    font-size: 20px;
    margin: 15px 0 20px;
  }

  .training .training_view .tab_content .introduce h4 {
    padding-left: 63px;
    margin-bottom: 15px;
    font-size: 20px;
  }

  .training .training_view .tab_content .introduce h4:before {
    top: -8px;
    width: 45px;
    height: 45px;
    background-size: 18px !important;
  }

  .area_calendar .calendar table td em span {
    font-size: 0.95em;
  }

  .area_calendar .control > div > p {
    font-size: 15px;
  }

  .area_calendar .control > div a[class^="btn_"]:before {
    width: 7px;
    height: 11px;
    background-size: 7px;
  }

  .area_calendar .list {
    margin-top: 30px;
  }

  .area_calendar .list p {
    font-size: 20px;
  }
}

/* =========================
   Page Header (New UI)
   ========================= */

.page-header {
  position: relative;
  z-index: 7;
  display: flex;
  align-items: center;
  justify-content: center;
  height: clamp(16.25rem, 28vw, 30.5rem);
  color: #fff;
  isolation: isolate;
  overflow: hidden;
}

.page-header::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: #000 no-repeat 50% / cover;
}

.page-header::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
}

.page-header.about::before {
  background-image: url(/images/content/sub_visual1.jpg);
}

.page-header.education::before {
  background-image: url(/images/content/sub_visual2.jpg);
}

.page-header.training::before {
  background-image: url(/images/content/sub_visual3.jpg);
}

.page-header.board_gall::before {
  background-image: url(/images/content/sub_visual4.jpg);
}

.page-header.board_edu::before {
  background-image: url(/images/content/sub_visual4.jpg);
}
.page-header.terms-s::before {
  background-image: url(/images/content/sub_visual6.jpg);
}
.page-header.privacy::before {
  background-image: url(/images/content/sub_visual6.jpg);
}

.page-header .page-header-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-header .heading {
  grid-column: 1;
  grid-row: 2;
  align-self: center;
  margin: 0;
  font-size: clamp(1.75rem, 3vw, 2.875rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.page-header .page-header-container > nav[aria-label="breadcrumb"] {
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
  align-self: center;
  color: rgba(255, 255, 255, 0.85);
}

.page-header .breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-header .breadcrumb li {
  display: inline-flex;
  align-items: center;
}

.page-header .breadcrumb li + li::before {
  content: "›";
  margin-inline: 0.5em;
  opacity: 0.7;
}

.page-header .breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.page-header .breadcrumb a:hover {
  text-decoration: underline;
}

.page-header .breadcrumb li:first-child > a {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 18px;
  height: 18px;
  font-size: 0;
  line-height: 1;
}

.page-header .breadcrumb li:first-child > a::before {
  content: "";
  width: 18px;
  height: 18px;
  display: block;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M12 3 2.5 11.2v9.3c0 .8.6 1.5 1.4 1.5H9v-7h6v7h5.1c.8 0 1.4-.7 1.4-1.5v-9.3L12 3z'/%3E%3C/svg%3E")
    no-repeat center / 100% 100%;
  opacity: 0.95;
}

.local-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 7;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.local-nav .container {
  display: flex;
  height: 56px;
}

.local-nav .home {
  display: grid;
  place-items: center;
  height: 100%;
  width: 56px;
  background: #3b4364;
}

.local-nav .home-icon {
  display: block;
  width: 19px;
  height: 19px;
  fill: #fff;
}

.local-nav details {
  position: relative;
}

.local-nav summary {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 3.25rem 0 1.5rem;
  background: #fff;
  color: #111;
  min-width: 155px;
  cursor: pointer;
  list-style: none;
}

.local-nav summary::-webkit-details-marker {
  display: none;
}

.local-nav .details-level-2 summary {
  font-weight: 700;
}

.local-nav summary::after {
  content: "";
  position: absolute;
  right: 1.125rem;
  top: 50%;
  width: 10px;
  height: 10px;
  border: solid currentColor;
  border-width: 0 1px 1px 0;
  transform: translateY(-65%) rotate(45deg);
  opacity: 0.9;
}

.local-nav details[open] summary::after {
  transform: translateY(-35%) rotate(-135deg);
}

.local-nav .nav-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: #fff;
  border: 1px solid #e5e5e5;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  color: #111;
  margin: 0;
  padding: 0.25rem 0;
  list-style: none;
  max-height: 320px;
  overflow: auto;
}

.local-nav .nav-link {
  display: block;
  padding: 0.7em 1.5em;
  color: inherit;
  text-decoration: none;
}

@media (any-hover: hover) {
  .local-nav .nav-link:hover {
    background: #f4f4f4;
  }
}

@media (max-width: 767px) {
  .page-header .page-header-container {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    padding-top: 2.5rem;
  }

  .page-header .page-header-container > nav[aria-label="breadcrumb"] {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
  }

  .page-header .heading {
    grid-row: 2;
    font-size: 1.75rem;
  }

  .local-nav summary {
    min-width: 100px;
    padding-left: 1rem;
    padding-right: 2.5rem;
  }
}

.page-header {
  overflow: visible !important;
}

.page-header .local-nav {
  overflow: visible !important;
}

.page-header .local-nav .nav-menu {
  z-index: 9999 !important;
}

.page-header .local-nav details {
  z-index: 9999 !important;
}

.ui-new em.pil-tittle {
  color: #3b4364;
  display: block;
  width: fit-content;
  margin: 0 auto 64px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  border-bottom: 2px solid #3b4364;
}

.greeting-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  column-gap: 60px;
  align-items: center;
  padding-bottom: 44px;
}

.greeting-media {
  margin: 0;
}

.greeting-media img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
  object-fit: cover;
}

.greeting-body {
  color: #000;
  font-weight: 300;
}

.greeting-body p {
  font-size: var(--font-min-md);
  margin-top: 24px;
  font-weight: 400;
  color: #4d4d4d;
  margin-bottom: 24px;
}
.greeting-body a {
  width: 25%;
  border-radius: 24px;
}
.deep-head {
  font-size: var(--font-size-heading-md);
  color: #3b4364;
  font-weight: 600;
}

.deep-text {
  display: block;
  font-size: var(--font-size-heading-md);
  text-transform: uppercase;
  color: #3b4364;
  font-weight: 600;
  margin-bottom: 24px;
}

@media (max-width: 1024px) {
  .greeting-layout {
    grid-template-columns: 1fr;
    row-gap: 32px;
  }
}

.ui-new .home-about {
  padding: 44px 0 44px;
  background-color: #ffffff;
}

.ui-new .home-about-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 38px;
}

.ui-new .about-com {
  display: flex;
  flex-direction: row;
  gap: 100px;
}

.ui-new .head-img {
  display: flex;
  flex-direction: column;
}

.ui-new .about-left {
  border-top: solid 1px #ddd;
  padding-top: 53px;
  display: flex;
  flex-direction: row;
  gap: 80px;
  align-items: center;
  justify-content: center;
}

.ui-new .home-about-visual {
  width: 106%;
  margin: 0;
  padding: 0;
  border-radius: 20px;
  overflow: hidden;
  background: #e6f4ff;
}

.ui-new .home-about-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ui-new .home-about-copy {
  flex-direction: column;
  display: flex;
}

.ui-new .home-about-kicker {
  font: 400 14px var(--font-sans);
  color: #8b93a7;
  margin-bottom: 6px;
}

.ui-new .home-about-title {
  font: 700 30px var(--font-sans);
  color: #3b4364;
  margin-bottom: 18px;
}

.ui-new .home-about-desc {
  letter-spacing: -0.1px;
  padding-bottom: 46px;
  font: 400 18px var(--font-sans);
  color: #000;
  margin-bottom: 0px;
}

.ui-new .home-about-desc2 {
  letter-spacing: -0.1px;
  padding-bottom: 46px;
  font: 400 18px var(--font-sans);
  color: #000;
  margin-bottom: 0px;
}

.ui-new .home-about-btn {
  margin-top: 22px;
}

.ui-new .sector-r {
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%;
  width: auto;
}

.ui-new .btn-about {
  display: flex;
  flex-direction: row;
  padding: 20px 30px 20px 30px;
  background-color: #f0f7ff;
  border-radius: 100px;
  width: fit-content;
  gap: 20px;
  transition: background-color 0.25s ease, color 0.25s ease,
    border-color 0.25s ease, transform 0.25s ease;
}

.ui-new .btn-about span {
  color: #3b4364;
  font-family: "Noto Sans KR";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.ui-new .btn-about .about-btn {
  background: transparent;
  color: #3b4364;
}

.ui-new .btn-about:hover {
  background-color: #3b4364;
  border-color: #3b4364;
  transform: translateY(-2px);
}

.ui-new .btn-about svg,
.ui-new .btn-about svg path {
  stroke: currentColor;
  transition: fill 0.25s ease, stroke 0.25s ease;
}

.ui-new .btn-about:hover span,
.ui-new .btn-about:hover .about-btn {
  color: #ffffff;
}

.ui-new .brand-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
}

.ui-new .brand-title {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.ui-new .home-about-sns {
  margin-top: 0px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  padding: 10px;
  border: solid 1px #ddd;
  border-radius: 20px;
}

.ui-new .home-about-sns img {
  display: block;
  width: 60px;
  height: auto;
}

@media (max-width: 1200px) {
  .ui-new .about-com {
    gap: 48px;
  }

  .ui-new .about-left {
    gap: 48px;
  }

  .ui-new .home-about-visual {
    width: 100%;
    max-width: 380px;
  }
}

@media (max-width: 960px) {
  .ui-new .about-com {
    flex-direction: column;
    gap: 24px;
  }

  .ui-new .head-img {
    width: 100%;
  }

  .ui-new .about-left {
    padding-top: 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }

  .ui-new .home-about-visual {
    width: 100%;
    max-width: none;
  }

  .ui-new .sector-r {
    width: 100%;
  }

  .ui-new .btn-about {
    margin-top: 8px;
  }

  .ui-new .home-about-sns {
    align-self: flex-start;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 24px;
    padding: 20px;
  }
}

@media (max-width: 640px) {
  .ui-new .home-about {
    padding: 70px 0 80px;
  }

  .ui-new .about-left {
    gap: 20px;
  }

  .ui-new .home-about-desc,
  .ui-new .home-about-desc2 {
    font-size: 15px;
    line-height: 1.7;
    padding-bottom: 16px;
  }

  .ui-new .btn-about {
    justify-content: center;
    padding-inline: 20px;
  }

  .ui-new .btn-about span {
    font-size: 18px;
  }

  .ui-new .home-about-sns {
    align-self: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
  }

  .ui-new .brand-icon svg {
    width: 60px;
    height: 60px;
  }
}

.ui-new .home-about-main {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
}

.ui-new .home-about-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-radius: 20px;
  border: 1px dashed #3b4364;
  background: #f7f8fc;
  overflow: hidden;
  gap: 0;
  margin-bottom: 44px;
}

.operational {
  padding: 44px 0 44px;
}
.heading-operational h2 {
  font-size: 24px;
  color: #3b4364;
  margin-top: 5px;
  text-align: center;
  margin-bottom: 24px;
}
.operational p {
  font-size: var(--font-min-md);
  font-weight: 400;
  text-align: center;
  color: #4d4d4d;
}

.ui-new .about-step-card {
  position: relative;
  padding: 94px 40px 26px;
  border-right: 1px solid #e3e6f0;
  display: flex;
  flex-direction: column;
  gap: 40px;
  height: 93px;
}

.ui-new .about-step-card:last-child {
  border-right: 0;
}

.ui-new .about-step-num {
  position: absolute;
  top: 29px;
  left: 46px;
  width: 50px;
  height: 50px;
  border-radius: 999px;
  border: 1px solid #c9cfdf;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font: 500 var(--font-size-24) var(--font-sans);
  color: #3b4364;
}

.ui-new .about-step-log {
  position: absolute;
  top: 49px;
  left: 210px;
}

.ui-new .about-step-title {
  font: 400 var(--font-size-30) var(--font-sans);
  color: #000;
  white-space: nowrap;
  margin-top: -4px;
  margin-left: 1px;
}

.ui-new .about-step-line {
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 8px;
  background: #3b4364;
}

.ui-new .home-about-features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.ui-new .about-feature-card {
  margin-top: 21px;
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 40px 0 40px 40px;
  border-radius: 20px;
  background: #f7f8fc;
  height: 150px;
  justify-content: flex-start;
  flex-direction: row;
}

.ui-new .about-feature-icon {
  width: 80px;
  height: 80px;
  border-radius: 999px;
  background: #3b4364;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.ui-new .about-feature-icon img {
  width: 32px;
  height: 32px;
}

.ui-new .about-feature-text {
  margin-bottom: -4px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: -11px;
}

.ui-new .about-feature-title {
  font-size: var(--font-size-heading-md);
  color: #000;
  font-weight: 700;
}

.ui-new .about-feature-desc {
  font: 400 var(--font-size-body) var(--font-sans);
  color: #000;
}

@media (max-width: 1200px) {
  .ui-new .home-about-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ui-new .about-step-card:nth-child(2) {
    border-right: 0;
  }

  .ui-new .about-step-line {
    width: 100%;
  }

  .ui-new .home-about-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .ui-new .home-about-main {
    margin-top: 40px;
    gap: 30px;
  }

  .ui-new .home-about-steps {
    grid-template-columns: 1fr;
  }

  .ui-new .about-step-card {
    border-right: 0;
    border-bottom: 1px solid #e3e6f0;
    padding-inline: 24px;
  }

  .ui-new .about-step-card:last-child {
    border-bottom: 0;
  }

  .ui-new .about-step-num {
    left: 24px;
  }

  .ui-new .about-step-line {
    width: 100%;
  }

  .ui-new .home-about-features {
    grid-template-columns: 1fr;
  }

  .ui-new .about-feature-card {
    padding: 20px 22px;
  }
}

@media (max-width: 480px) {
  .ui-new .about-step-title {
    font-size: 24px;
  }

  .ui-new .about-feature-title {
    font-size: 24px;
  }

  .ui-new .about-feature-desc {
    font-size: 16px;
  }
}

.location-header {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #ddd;
}

.location-name {
  font-size: var(--font-size-28);
  font-weight: 700;
  color: #3b4364;
  margin-bottom: 6px;
}

.location-subtitle {
  font-size: var(--font-size-18-to-14);
  font-weight: 500;
  color: #000;
}

.location-info {
  margin-bottom: 32px;
}

.location-info-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 40px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.location-info-item {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: var(--font-size-18-to-14);
  color: #000;
  font-weight: 500;
}

.location-info-item i {
  font-size: var(--font-size-18);
  color: #3b4364;
}

.location-map-frame .root_daum_roughmap {
  width: 100%;
}

.section.section_address.lst {
  display: none;
}

@media (max-width: 768px) {
  .location-info-list {
    gap: 24px 0;
    flex-direction: column;
  }
}

.home-training-track {
  display: grid;
  /*grid-template-columns: repeat(4, minmax(0, 1fr));*/
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 44px 24px;
}

.training-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  /* height: 377px; */
  border: 1px solid #ddd;
  text-decoration: none;
  color: inherit;
}

.training-card-media {
  overflow: hidden;
  position: relative;
}

.training-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.training-card-media img {
  display: block;
  width: 100%;
  height: /*260px*/ 330px; 
  object-fit: cover;
  transition: transform 0.4s ease;
  aspect-ratio: 5 / 7;
}

.training-card-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 20px 14px 19px;
  background-color: #f1faff;
  border-bottom: 1px solid #ddd;
}

.training-card-title h3 {
  font: 700 18px var(--font-sans);
  color: #283046;
  margin: 0;
  letter-spacing: 1px;
}

.training-card-desc {
  padding: 0px 17px 0px 17px;
  margin-top: 25px;
  display: flex;
  font: 400 16px/1.5 var(--font-sans);
  color: #000;
}
.training-card-desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-word;
}
.training-card:hover .training-card-media img {
  transform: scale(1.08);
}

.training-card:hover .training-card-media::after {
  opacity: 1;
}

@media (max-width: 1200px) {
  .home-training-track {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .home-training-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 576px) {
  .home-training-track {
    grid-template-columns: 1fr;
  }

  .training-card-media img {
    aspect-ratio: 5 / 7;
  }
}

.career-inter {
  text-align: center;
  padding-bottom: 44px;
}

.career-inter-gallery {
  margin-top: 44px;
}

.career-camp-subtitle {
  font-size: 32px;
  font-weight: 600;
  color: #000;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.gallery-grid .img-grid {
  overflow: hidden;
  width: auto;
  height: 482px;
  border-radius: 12px;
}

.gallery-grid img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: inherit;
  transform: scale(1);
  transition: transform 300ms ease;
  will-change: transform;
  object-fit: cover;
}

.gallery-grid .img-grid:hover img {
  transform: scale(1.08);
}

@media (max-width: 1024px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .galery-career {
    padding: 72px 0 32px;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .home-training-title {
    font-size: var(--font-size-24);
  }
}

.camp-photos {
  margin-top: 100px;
  padding-bottom: 44px;
}

.gallery-grid.camp-photo-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
}

.gallery-grid.camp-photo-grid .img-grid {
  overflow: hidden;
  height: 320px;
  border-radius: 16px;
}

.gallery-grid.camp-photo-grid img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

@media (max-width: 1024px) {
  .gallery-grid.camp-photo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .gallery-grid.camp-photo-grid .img-grid {
    height: 200px;
  }
}

.brainfit {
  margin-top: 100px;
  padding-bottom: 44px;
}

.brainfit-gallery {
  margin-top: 44px;
}

.brainfit-feature .img-grid {
  overflow: hidden;
  height: 320px;
  border-radius: 20px;
}

.brainfit-gallery img,
.brainfit-feature .img-grid img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.brainfit-features {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  justify-items: start;
  align-items: start;
}

.brainfit-feature {
  width: 100%;
  text-align: center;
}

.brainfit-feature .img-grid {
  margin-bottom: 20px;
}

.brainfit-feature-title {
  font-size: 24px;
  font-weight: 700;
  color: #3b4364;
  margin-bottom: 12px;
  padding-inline: 16px;
}

.brainfit-feature-text {
  font-size: 20px;
  font-weight: 400;
  color: #000;
  padding-inline: 16px;
}

@media (max-width: 768px) {
  .brainfit-features {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .brainfit-feature + .brainfit-feature {
    border-left: 0;
    padding-left: 0;
    padding-top: 24px;
  }

  /* optional: kalau mau tinggi gambar menyesuaikan mobile (boleh hapus kalau tidak perlu) */
  .brainfit-feature .img-grid {
    height: 240px;
  }
}

/*
.brainfit {
  margin-top: 100px;
  padding-bottom: 44px;
}

.brainfit-gallery {
  margin-top: 44px;
}

.brainfit-gallery .img-grid {
  overflow: hidden;
  height: 320px;
  border-radius: 20px;
}

.brainfit-gallery img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.brainfit-features {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
  justify-items: start;
  align-items: center;
}

.brainfit-feature {
  width: 100%;
  text-align: center;
}

.brainfit-feature-title {
  font-size: 24px;
  font-weight: 700;
  color: #3b4364;
  margin-bottom: 8px;
}

.brainfit-feature-text {
  font-size: 24px;
  font-weight: 400;
  color: #000;
}

.brainfit-feature + .brainfit-feature {
  border-left: 1px solid #ddd;
  padding-left: 100px;
}

@media (max-width: 768px) {
  .brainfit-features {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .brainfit-feature + .brainfit-feature {
    border-left: 0;
    padding-left: 0;
    border-top: 1px solid #dde1eb;
    padding-top: 24px;
  }
}
*/

.mt-44 {
  margin-top: 44px;
  text-align: center;
}

.career-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-training {
  margin-top: 44px;
}

.m-none {
  margin-bottom: 0;
}

.brainfit-gallery .img-grid {
  overflow: hidden;
  height: 320px;
  border-radius: 20rem;
}

.camp-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin-top: 100px;
  padding-bottom: 44px;
}

@media (max-width: 1024px) {
  .camp-section {
    flex-direction: column;
    align-items: flex-start;
  }

  .camp-image,
  .camp-text {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .career-camp-head {
    margin-top: 60px;
  }

  .camp-section {
    margin-top: 56px;
  }
}

.camp-text {
  flex: 1;
}

.camp-text h3 {
  font-size: 32px;
  font-weight: 700;
  color: #3b4364;
  margin-bottom: 16px;
  text-align: left;
}

.camp-text p,
.camp-text li {
  font-size: 20px;
  color: #4d4d4d;
  line-height: 1.6;
  font-weight: 500;
  text-align: left;
}

.camp-image {
  flex: 1;
}

.camp-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.home-training-heading-2 {
  display: flex;
  flex-direction: column;
  margin-bottom: 44px;
  align-items: center;
}

.home-training-kicker-2 {
  text-align: center;
  color: #cccccc;
  text-transform: uppercase;
  font-size: 20px;
}

.home-training-title {
  font-size: 40px;
  color: #3b4364;
  margin-top: 5px;
  text-align: center;
}

.program-procedure {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  position: relative;
  padding-bottom: 44px;
}

.program-procedure-text {
  background-image: url(/assets/images/pages/training/sec-prog.jpg);
  background-size: cover;
  background-position: center;
  color: white;
  padding: 32px 20%;
  text-align: center;
  width: 100%;
  border-radius: 20px;
}

.program-procedure-inter {
  background-image: url(/assets/images/pages/work_inter/bg-korean-flag.png);
  background-size: cover;
  background-position: center;
  color: white;
  padding: 32px 20%;
  text-align: center;
  width: 100%;
  border-radius: 20px;
}

.program-procedure-text h2 {
  font-size: var(--font-size-44);
  font-weight: 700;
  margin-bottom: 15px;
}

.program-procedure-text p {
  font-size: var(--font-size-20);
  font-weight: 500;
  line-height: 1.5;
}

.program-procedure-inter h2 {
  font-size: var(--font-size-44);
  font-weight: 700;
  margin-bottom: 15px;
}

.program-procedure-inter p {
  font-size: var(--font-size-20);
  font-weight: 500;
  line-height: 1.5;
}

@media (max-width: 1024px) {
  .program-procedure-container {
    padding: 40px 20px;
  }

  .program-procedure-text {
    width: 100%;
    padding: 30px;
  }
}

@media (max-width: 768px) {
  .program-procedure-text {
    padding: 20px;
  }
}

.program-table {
  margin-top: 100px;
  overflow-x: auto;
  padding-bottom: 44px;
}

.program-table__table {
  width: 100%;
  border-collapse: collapse;
  min-width: 640px;
  font-size: var(--font-size-24);
}

.program-table__table thead tr {
  background-color: #3b4364;
  color: #fff;
}

.program-table__table th {
  padding: 12px 16px;
  border: 1px solid #3b4364;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.program-table__table td {
  padding: 12px 16px;
  border: 1px solid #ddd;
  background-color: #ffffff;
  text-align: center;
  font-weight: 400;
  color: #4d4d4d;
}

.program-table__table tbody td:first-child {
  color: #4d4d4d;
  font-weight: 400;
}

.program-table__table thead tr th:first-child {
  border-top-left-radius: 8px;
}

.program-table__table thead tr th:last-child {
  border-top-right-radius: 8px;
}

.program-table__table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 8px;
}

.program-table__table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
}

.program-table__table tbody tr:nth-child(odd) td {
  background-color: #ffffff;
}

.program-table__table tbody tr:nth-child(even) td {
  background-color: #fafafa;
}

.training-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 44px;
}

.training-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.training-text {
  width: 50%;
  display: block;
  font-size: var(--font-size-24);
  text-transform: uppercase;
  color: #3b4364;
  font-weight: 600;
  padding-right: 32px;
}

.training-image {
  display: block;
}

.training-image img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 1024px) {
  .training-section {
    flex-direction: column-reverse;
  }
  .training-text {
    width: 100%;
    margin-top: 32px;
    margin-left: 32px;
  }
}

@media (max-width: 768px) {
  .training-section {
    flex-direction: column-reverse;
  }

  .training-text {
    width: 100%;
    margin-top: 32px;
    margin-left: 32px;
  }
}

.feature-section {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: space-between;
  margin-top: 100px;
  gap: 32px;
  padding-bottom: 44px;
}

.feature-card {
  text-align: center;
  background-color: #f7f8fc;
  padding: 16px;
  border-radius: 20px;
}

.feature-card img {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}

.feature-card h3 {
  color: #3b4364;
  text-align: center;
  font-size: var(--font-size-28);
  font-style: normal;
  font-weight: 700;
}

.feature-card p {
  margin-top: 12px;
  color: #4d4d4d;
  text-align: center;
  font-size: var(--font-size-18-to-14);
  font-weight: 400;
}

@media (max-width: 1024px) {
  .feature-section {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .feature-section {
    grid-template-columns: 1fr;
  }
}
/* step flow */
.step-section {
  padding: 44px 0;
}

.process-steps {
  list-style: none;
  margin: 0;
  padding: 0;

  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}

.process-step {
  position: relative;
  text-align: center;
}

.process-icon {
  width: 100px;
  height: 100px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #3b4364;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  margin: 0 auto 20px;
}

.process-text h3 {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 800;
  color: #111;
}

.process-text p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  word-break: keep-all;
}

.process-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 39px;
  right: -14px;
  width: 28px;
  height: 28px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28'%3E%3Cpath d='M10 6l8 8-8 8' fill='none' stroke='%233B4364' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    center / contain no-repeat;
  opacity: 0.9;
}

@media (max-width: 1024px) {
  .process-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .process-step::after {
    display: none;
  }
}

@media (max-width: 768px) {
  .process-steps {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .process-step {
    text-align: left;
    display: grid;
    grid-template-columns: 76px 1fr;
    gap: 32px;
    padding: 16px 0 16px 0;
  }

  .process-icon {
    width: 84px;
    height: 84px;
    margin: 0;
  }

  .process-step:not(:last-child)::after {
    display: block;
    left: 30px;
    right: auto;
    top: auto;
    bottom: -21px;
    transform: rotate(90deg);
  }
}

.career-camp-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-bottom: 44px;
}

.career-camp-badges {
  display: inline-flex;
  gap: 8px;
  margin-bottom: 16px;
}

.career-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  font-size: var(--font-size-24);
  font-weight: 700;
  color: #fff;
}

.career-badge--red {
  background-color: #f25353;
}

.career-badge--blue {
  background-color: #3b6ddb;
}

.career-badge--green {
  background-color: #22a45a;
}

.career-camp-subtitle {
  font-size: var(--font-size-32);
  font-weight: 600;
  color: #000;
}

.career-camp-quote {
  margin-top: 8px;
  font-size: var(--font-size-32);
  font-weight: 500;
  color: #000;
}

.program-img {
  padding: 100px 0 44px;
}

.prog-img {
  display: block;
  width: 100%;
  height: auto;
}

.prog-img img {
  width: 100%;
  height: auto;
}

.galery-career {
  padding: 100px 0 44px;
}

@media (max-width: 768px) {
  .area_apply > .inr {
    padding-left: 16px;
    padding-right: 16px;
  }

  .area_apply table,
  .area_apply tbody,
  .area_apply tr,
  .area_apply th,
  .area_apply td {
    display: block;
    width: 100%;
    max-width: 100%;
  }

  .area_apply table {
    border-left: 0;
    border-right: 0;
  }

  .area_apply table th {
    width: 100%;
    max-width: 100%;
    padding: 12px 16px;
    text-align: left;
    border-bottom: 0;
  }

  .area_apply table td {
    padding: 12px 16px;
    border-top: 0;
    word-break: break-word;
  }

  .area_apply table td .input320 {
    width: 100%;
  }

  .area_apply table td {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
  }

  .area_apply table td i {
    padding: 0;
    white-space: nowrap;
  }

  .area_apply table td select,
  .area_apply table td input[type="text"],
  .area_apply table td input[type="tel"],
  .area_apply table td input[type="number"] {
    max-width: 100%;
  }

  .area_apply table td select {
    flex: 0 0 auto;
  }
  .area_apply table td input {
    flex: 1 1 120px;
    min-width: 120px;
  }
}

/* ===== Form Layout ===== */
.ui-new.ui-form-page .ui-form {
  padding-top: 24px;
}

.ui-new.ui-form-page .form-wrap {
  margin-top: 24px;
}

.ui-new.ui-form-page .form-table {
  border-top: 1px solid #e9edf3;
}

.ui-new.ui-form-page .form-row {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 40px;
  align-items: center;
  padding: 22px 0;
  border-bottom: 1px solid #e9edf3;
}

.ui-new.ui-form-page .form-row-top {
  align-items: start;
}

.ui-new.ui-form-page .form-label {
  font-weight: 700;
  color: #111;
}

.ui-new.ui-form-page .form-label.required::before {
  content: "*";
  color: #e40000;
  margin-right: 6px;
}

.ui-new.ui-form-page .form-field input[type="text"],
.ui-new.ui-form-page .form-field input[type="email"],
.ui-new.ui-form-page .form-field input[type="tel"],
.ui-new.ui-form-page .form-field input[type="date"],
.ui-new.ui-form-page .form-field select,
.ui-new.ui-form-page .form-field textarea {
  width: 100%;
  border: 1px solid #dfe3ea;
  padding: 24px 16px;
  font-size: 14px;
  background: #fff;
  outline: none;
}

.ui-new.ui-form-page .form-field textarea {
  min-height: 140px;
  resize: vertical;
}

.ui-new.ui-form-page .form-field .input-sm {
  max-width: 180px;
}

.ui-new.ui-form-page .opt-group {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.ui-new.ui-form-page .opt {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  color: #333;
}

/* File UI */
.ui-new.ui-form-page .file-box {
  position: relative;
}

.ui-new.ui-form-page .file-input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.ui-new.ui-form-page .file-ui {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 18px;
  border-radius: 6px;
  background: #f1f1f1;
  color: #777;
  cursor: pointer;
}

.ui-new.ui-form-page .file-ui-left {
  font-weight: 600;
  color: #9aa3ad;
}

.ui-new.ui-form-page .file-ui-right {
  color: #9aa3ad;
}

/* Actions */
.ui-new.ui-form-page .form-actions {
  display: flex;
  justify-content: center;
  padding: 36px 0 0;
}

.form-actions .button {
  border-radius: 99px;
}

/* Responsive */
@media (max-width: 768px) {
  .ui-new.ui-form-page .form-row {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 18px 0;
  }

  .ui-new.ui-form-page .form-field .input-sm {
    max-width: 100%;
  }
}

.p-head {
  display: block;
  text-align: center;
  margin-bottom: 44px;
}
.p-head span {
  font-size: 24px;
  color: #000;
  line-height: 1.6;
  font-weight: 600;
  padding-bottom: 4px;
}

.ui-new .terms-hero {
  text-align: center;
  margin-bottom: 100px;
}

.ui-new .terms-heading {
  margin: 0;
  font-weight: 800;
  font-size: 52px;
  line-height: 1.15;
  letter-spacing: -0.5px;
  color: #3b4364;
}

.ui-new .terms-section {
  padding: 34px 0;
  border-top: 1px solid #e6e6e6;
}

.ui-new .terms-section:first-child {
  border-top: 0;
  padding-top: 0;
}

.ui-new .terms-section h2 {
  margin: 0 0 14px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.2px;
  color: #1f2a44;
}

.ui-new .terms-section p,
.ui-new .terms-section li {
  margin: 0;
  font-size: 20px;
  line-height: 1.95;
  color: #333;
}

.ui-new .terms-section ul,
.ui-new .terms-section ol {
  list-style: outside !important;
  padding-left: 18px;
  margin: 10px 0;
}

.ui-new .terms-section ul {
  list-style-type: disc !important;
}
.ui-new .terms-section ol {
  list-style-type: decimal !important;
}

.ui-new .terms-section li {
  list-style: inherit !important;
}

.ui-new .terms-section li + li {
  margin-top: 6px;
}

/* responsive */
@media (max-width: 1024px) {
  .ui-new .terms-page {
    padding: 90px 0 120px;
  }
  .ui-new .terms-heading {
    font-size: 44px;
  }
  .ui-new .terms-content {
    max-width: 860px;
  }
}

@media (max-width: 768px) {
  .ui-new .terms-page {
    padding: 70px 0 100px;
  }
  .ui-new .terms-hero {
    margin-bottom: 40px;
  }
  .ui-new .terms-heading {
    font-size: 36px;
  }
  .ui-new .terms-content {
    max-width: 100%;
    padding: 0 16px;
  }
}

/* Tabs (Camp) */
.ui-new .ui-tabs {
  margin-top: 28px;
}

.ui-new .ui-tabs__bar {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin: 28px 0 26px;
}

.ui-new .ui-tab {
  appearance: none;
  border: 1px solid #d5d9e5;
  background: #fff;
  color: #1f2a44;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease,
    transform 0.2s ease;
}

.ui-new .ui-tab:hover {
  transform: translateY(-1px);
}

.ui-new .ui-tab.is-active {
  background: #3b4364;
  border-color: #3b4364;
  color: #fff;
}

.ui-new .ui-tabpanel {
  display: none;
}

.ui-new .ui-tabpanel.is-active {
  display: block;
  animation: uiTabFade 0.22s ease;
  margin-top: 100px;
}

@keyframes uiTabFade {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .ui-new .ui-tabs__bar {
    gap: 10px;
  }
  .ui-new .ui-tab {
    width: 100%;
    max-width: 420px;
    justify-content: center;
  }
}

.tab-sort__tabs {
  display: flex;
  width: auto;
  border: 1px solid #111;
  border-radius: 18px;
  overflow: hidden;
}

.tab-sort__tab {
  flex: 1 1 0;
  height: 64px;
  border: 0;
  background: #fff;
  color: #111;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
}

.tab-sort__tab + .tab-sort__tab {
  border-left: 1px solid #111;
}

/* active only */
.tab-sort__tab.is-active {
  color: #fff;
  background-color: #3b4364;
}

@media (max-width: 900px) {
  .tab-sort__tabs {
    border-radius: 14px;
  }
  .tab-sort__tab {
    height: 54px;
    font-size: 15px;
  }
}
