@charset "UTF-8";
/* 메인 공통 */
.tit_main {
  font-weight: 800;
  font-size: 24px;
  line-height: 32px;
  color: #222;
}

.tit_main.type_white {
  color: #fff;
}

.swiper.inactive .nav_slide, .swiper.inactive ~ .nav_slide {
  display: none;
}

.nav_slide .btn_ctrl.active {
  display: block;
}

.nav_slide .btn_ctrl {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .tit_main {
    font-size: 30px;
    line-height: 34px;
  }
}
/* ---------- section1 ---------- */
.section_main1 {
  position: relative;
  z-index: 0;
}

.section_main1 .bg_main1 {
  position: absolute;
  top: -167px;
  left: 50%;
  z-index: -10;
  width: 370px;
  height: 281px;
  margin-left: -274px;
  background: url(/home/eng/images/main/bg_main1.png) 0 0 no-repeat;
  background-size: contain;
}

.section_main1 .bg_main2 {
  position: absolute;
  top: 589px;
  left: 50%;
  z-index: -10;
  width: 272px;
  height: 272px;
  margin-left: 85px;
  background: url(/home/eng/images/main/bg_main2.png) 0 0 no-repeat;
  background-size: contain;
}

.area_main {
  padding-top: 47px;
  text-align: center;
}

.area_main .link_plan {
  display: inline-flex;
  gap: 0 10px;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 39px;
  padding: 0 25px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  background: #004170;
}

.area_main .link_plan:before {
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 43px;
  height: 29px;
  margin-left: -22px;
  background: url(/home/eng/images/main/ico_leaf.png) 0 0 no-repeat;
  background-size: cover;
  content: "";
}

.area_main .link_plan i {
  display: block;
  font-size: 1.2em;
}

.area_main .main_tit {
  width: 300px;
  height: 57px;
  margin: 25px auto 0;
  background: url(/home/eng/images/main/tit_main_m.png) 0 0 no-repeat;
  background-size: cover;
}

.form_search {
  position: relative;
  padding-top: 87px;
}

.form_search .group_search {
  position: relative;
  padding-right: 10px;
}

.form_search .group_search:before {
  position: absolute;
  left: 50%;
  width: 214px;
  height: 60px;
  bottom: 100%;
  margin-left: -107px;
  background: url(/home/eng/images/main/img_worker.png) 0 0 no-repeat;
  background-size: cover;
  content: "";
}

.form_search .inp_search_main {
  width: 100%;
  height: 45px;
  padding: 8px 15px;
  border-radius: 8px;
  border: 2px solid #02a960;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  color: #222;
}

.form_search .inp_search_main::-webkit-input-placeholder {
  font-weight: 500;
  color: #a5a5a5;
} /* Chrome/Opera/Safari */
.form_search .inp_search_main::-moz-placeholder {
  font-weight: 500;
  color: #a5a5a5;
} /* Firefox 19+ */
.form_search .inp_search_main:-ms-input-placeholder {
  font-weight: 500;
  color: #a5a5a5;
} /* IE 10+ */
.form_search .inp_search_main:-moz-placeholder {
  font-weight: 500;
  color: #a5a5a5;
} /* Firefox 18- */
.form_search .btn_search {
  position: absolute;
  bottom: 50%;
  right: 0;
  width: 47px;
  height: 47px;
  border-radius: 8px;
  font-size: 20px;
  color: #fff;
  background: #02a960;
  box-shadow: 2px 2px 10px 1px rgba(2, 169, 96, 0.3);
}

.form_search .recomm_search {
  display: flex;
  gap: 18px;
  justify-content: center;
  padding: 10px 22px;
}

.form_search strong {
  flex: none;
  display: flex;
  gap: 3px;
  align-items: center;
  padding: 5px 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #02a960;
}

.form_search strong i {
  font-size: 0.85em;
}

.form_search .list_recomm_search {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  overflow: hidden;
  height: 32px;
}

.form_search .list_recomm_search a {
  display: block;
  position: relative;
  padding: 5px 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #595959;
}

.area_vod {
  padding-top: 40px;
}

.area_vod .link_youtube {
  display: flex;
  gap: 0 9px;
  align-items: center;
  height: 32px;
  padding: 0 16px;
  border-radius: 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  background: #02a960;
}

.area_vod .box_vod {
  overflow: hidden;
  position: relative;
  margin-top: 20px;
  border: 10px solid #e9f6f2;
  border-radius: 10px;
  background: #e9f6f2;
  aspect-ratio: 16/9;
}

.area_vod .box_vod img {
  width: 100%;
  border-radius: inherit;
}

.area_vod .box_vod iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.section_main1 .tit_main {
  display: flex;
  gap: 0 15px;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  .form_search {
    max-width: 550px;
    margin: 0 auto;
  }
  .section_main1 .tit_main {
    justify-content: center;
  }
  .area_vod {
    max-width: 550px;
    margin: 0 auto;
  }
  .area_vod .box_vod {
    border-width: 15px;
    border-radius: 15px;
  }
}
@media only screen and (min-width: 1024px) {
  .section_main1 .bg_main1 {
    top: -368px;
    width: 916px;
    height: 709px;
    margin-left: -602px;
  }
  .section_main1 .bg_main2 {
    top: 446px;
    width: 593px;
    height: 593px;
    margin-left: 295px;
  }
  .area_main {
    padding-top: 56px;
  }
  .area_main .link_plan {
    gap: 0 8px;
    height: 48px;
  }
  .area_main .link_plan i {
    font-size: 14px;
  }
  .area_main .link_plan:before {
    width: 57px;
    height: 38px;
  }
  .form_search {
    max-width: 580px;
    padding-top: 148px;
  }
  .form_search .group_search {
    padding-right: 20px;
  }
  .form_search .group_search:before {
    width: 374px;
    height: 115px;
    margin-left: -187px;
  }
  .form_search .btn_search {
    width: 60px;
    height: 60px;
    border-radius: 15px;
    font-size: 24px;
  }
  .form_search .inp_search_main {
    height: 62px;
    padding: 10px 22px;
    border-radius: 15px;
    font-size: 16px;
  }
  .form_search .recomm_search {
    padding: 14px 22px 11px;
  }
  .area_main .main_tit {
    width: 500px;
    height: 95px;
    margin-top: 33px;
  }
  .area_vod {
    max-width: 720px;
    padding-top: 72px;
  }
  .area_vod .link_youtube {
    height: 34px;
  }
  .area_vod .box_vod {
    margin-top: 27px;
    border-radius: 50px;
    border-width: 30px;
  }
  .area_vod .box_vod iframe, .area_vod .box_vod img {
    border-radius: 20px;
  }
}
@media only screen and (min-width: 1460px) {
  .section_main1 .inner {
    display: flex;
  }
  .section_main1 .bg_main1 {
    top: -369px;
    width: 1043px;
    height: 808px;
    margin-left: -982px;
  }
  .section_main1 .bg_main2 {
    top: 434px;
    width: 681px;
    height: 681px;
    margin-left: 517px;
  }
  .area_main {
    padding-top: 79px;
    text-align: left;
  }
  .area_main .main_tit {
    width: 580px;
    height: 108px;
    background-image: url(/home/eng/images/main/tit_main_pc.png);
  }
  .form_search {
    max-width: 492px;
    margin: 0;
    padding-top: 55px;
  }
  .form_search .group_search:before {
    bottom: auto;
    top: calc(100% + 76px);
    width: 444px;
    height: 142px;
    margin-left: -225px;
  }
  .form_search .inp_search_main {
    height: 58px;
  }
  .form_search .recomm_search {
    padding-top: 10px;
  }
  .form_search .list_recomm_search a:before {
    position: absolute;
    bottom: 5px;
    width: 0;
    height: 1px;
    background: currentColor;
    transition: all 0.3s;
    content: "";
  }
  .form_search .list_recomm_search a:hover:before, .form_search .list_recomm_search a:focus:before {
    width: 100%;
  }
  .area_vod {
    width: 654px;
    margin: 0 0 0 auto;
  }
  .area_vod .box_vod {
    margin-top: 16px;
    border-width: 15px;
    border-radius: 35px;
  }
  .section_main1 .tit_main {
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 1680px) {
  .area_main {
    padding-top: 127px;
  }
  .area_main .link_plan {
    display: flex;
    gap: 10px 0;
    flex-direction: column;
    position: absolute;
    top: 100px;
    left: 0;
    width: 120px;
    height: 150px;
    padding: 10px;
    border-radius: 0 15px 15px 0;
    font-size: 16px;
    line-height: 19px;
    word-break: keep-all;
    text-align: center;
  }
  .area_main .link_plan:before {
    width: 54px;
    height: 36px;
    margin-left: -27px;
  }
  .area_main .link_plan span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: #595959;
    background: #fff;
  }
}
/* ---------- section2 ---------- */
.section_main2 {
  padding-top: 40px;
}

.area_curriculum {
  position: relative;
  z-index: 10;
  padding: 21px 25px 25px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
}

.area_curriculum .slide_curriculum {
  position: relative;
  margin-top: 17px;
}

.area_curriculum .slide_curriculum .swiper-slide.inactive .info_status i {
  color: #959595;
}

.area_curriculum .slide_curriculum .nav_slide {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 10;
}

.area_curriculum .slide_curriculum .btn_action {
  position: absolute;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-size: 25px;
  color: #222;
  background: #fff;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.08);
  transform: translateY(-50%);
}

.area_curriculum .slide_curriculum .btn_prev {
  left: -35px;
}

.area_curriculum .slide_curriculum .btn_next {
  right: -35px;
}

.area_curriculum .wrap_thumb {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  aspect-ratio: 31/23;
}

.area_curriculum [class*=info_] {
  display: flex;
  gap: 5px;
  align-items: center;
  padding: 0 13px;
  border-radius: 14px;
  font-weight: 700;
  font-size: 16px;
  line-height: 27px;
}

.area_curriculum .group_info {
  display: flex;
  justify-content: space-between;
  padding-bottom: 12px;
}

.area_curriculum .info_time {
  left: 15px;
  color: #fff;
  background: #004170;
}

.area_curriculum .info_time i {
  font-size: 13px;
  transform: rotateY(180deg);
}

.area_curriculum .info_status {
  right: 15px;
  color: #1e1e1e;
  background: #f8f8f8;
}

.area_curriculum .info_status i {
  font-size: 14px;
  color: #ff309b;
}

.area_curriculum .cont_thumb {
  padding: 14px 13px;
  border: 1px solid #d1d1d1;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
}

.area_curriculum strong {
  display: -webkit-box;
  overflow: hidden;
  height: 48px;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #222;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.area_curriculum img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.area_curriculum dl {
  display: grid;
  gap: 10px 12px;
  grid-template-columns: auto 1fr;
  padding-top: 10px;
}

.area_curriculum dl dt, .area_curriculum dl dd {
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
  color: #595959;
}

.area_curriculum dl dt span {
  display: block;
  padding: 0 13px;
  border-radius: 4px;
  background: #f6f6f6;
}

.area_curriculum dl dd {
  padding-top: 4px;
  line-height: 20px;
}

.area_curriculum .link_desc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  position: relative;
  height: 62px;
  padding: 0 30px;
  border-radius: 0 0 10px 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  background: #1e9d75;
}

.area_curriculum .link_desc:after {
  position: absolute;
  top: 50%;
  right: -13px;
  width: 94px;
  height: 94px;
  margin-top: -47px;
  border-radius: 50%;
  background: #f0f6fa;
  opacity: 0.15;
  content: "";
}

.area_curriculum .link_desc i {
  position: relative;
  z-index: 10;
}

.area_curriculum .link_allview {
  position: absolute;
  top: 15px;
  right: 25px;
}

.area_curriculum .link_allview .txt_allview {
  overflow: hidden;
  font-size: 1px;
  line-height: 0;
  color: transparent;
}

.area_curriculum .link_allview .ico_allview {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #f0f6fa;
}

.area_curriculum .link_allview i {
  font-size: 18px;
  color: #595959;
}

@media only screen and (min-width: 1024px) {
  .section_main2 {
    padding-top: 70px;
  }
  .area_curriculum {
    margin: 0 20px;
    padding: 28px 30px 42px;
    border-radius: 20px;
  }
  .area_curriculum .slide_curriculum {
    margin-top: 27px;
  }
  .area_curriculum .slide_curriculum .btn_action {
    width: 63px;
    height: 63px;
    font-size: 34px;
  }
  .area_curriculum .slide_curriculum .btn_prev {
    left: -52px;
  }
  .area_curriculum .slide_curriculum .btn_next {
    right: -52px;
  }
  .area_curriculum .group_info {
    padding-bottom: 15px;
  }
  .area_curriculum .link_allview {
    display: flex;
    gap: 16px;
    align-items: center;
    top: 23px;
    right: 30px;
  }
  .area_curriculum .link_allview .txt_allview {
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #595959;
  }
  .area_curriculum .cont_thumb {
    padding: 20px;
    border-radius: 20px 20px 0 0;
  }
  .area_curriculum strong {
    height: 56px;
    font-size: 22px;
    line-height: 28px;
  }
  .area_curriculum dl {
    gap: 6px 10px;
    padding-top: 22px;
  }
  .area_curriculum dl dt span {
    border-radius: 8px;
  }
  .area_curriculum .link_desc {
    border-radius: 0 0 20px 20px;
  }
}
@media only screen and (min-width: 1460px) {
  .section_main2 {
    padding-top: 110px;
  }
  .area_curriculum {
    margin: 0;
    padding: 28px 40px 42px;
  }
  .area_curriculum .link_allview {
    right: 40px;
  }
  .area_curriculum .link_allview .txt_allview {
    position: relative;
  }
  .area_curriculum .link_allview .txt_allview:before {
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 0;
    height: 1px;
    background: currentColor;
    transition: all 0.3s;
    content: "";
  }
  .area_curriculum .link_allview:hover .txt_allview:before, .area_curriculum .link_allview:focus .txt_allview:before {
    width: 100%;
  }
  .slide_curriculum .swiper-slide:hover .cont_thumb, .slide_curriculum .swiper-slide:focus-within .cont_thumb {
    padding: 19px 19px 20px;
    border-color: #1e9d75;
    border-width: 2px;
  }
  .area_curriculum .slide_curriculum .btn_action:hover, .area_curriculum .slide_curriculum .btn_action:focus-visible {
    background: #f0f6fa;
  }
}
@media only screen and (min-width: 1650px) {
  .area_curriculum .slide_curriculum .btn_prev {
    left: auto;
    right: calc(100% + 80px);
  }
  .area_curriculum .slide_curriculum .btn_next {
    right: auto;
    left: calc(100% + 80px);
  }
}
/* ---------- section3 ---------- */
.section_main3 {
  padding-top: 40px;
}

.section_main3 {
  display: none;
}

.area_quickmenu_m {
  display: block;
  padding-top: 30px;
}

.list_quickmenu {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
  justify-content: center;
}

.list_quickmenu a {
  display: block;
  width: 90px;
  height: 100%;
  text-align: center;
}

.list_quickmenu .wrap_thumb {
  border-radius: 8px;
  background: #f6f6f6;
}

.list_quickmenu strong {
  display: block;
  padding-top: 17px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #222;
}

.list_quickmenu img {
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  .area_quickmenu_m {
    padding-top: 43px;
  }
  .list_quickmenu {
    justify-content: space-around;
  }
  .list_quickmenu a {
    width: auto;
  }
  .list_quickmenu .wrap_thumb {
    width: 100px;
    margin: 0 auto;
    border-radius: 15px;
  }
  .list_quickmenu strong {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1460px) {
  .section_main3 {
    display: block;
    padding-top: 84px;
  }
  .area_quickmenu_m {
    display: none;
  }
  .list_quickmenu {
    justify-content: space-evenly;
  }
  .list_quickmenu a:hover img, .list_quickmenu a:focus img {
    animation: hvr-vertical 0.8s ease-in-out 1;
  }
}
@keyframes hvr-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
/* ---------- section4 ---------- */
.section_main4 {
  position: relative;
  padding-top: 40px;
}

.section_main4 .bg_main3 {
  position: absolute;
  top: -87px;
  left: 50%;
  width: 301px;
  height: 326px;
  margin-left: -350px;
  background: url(/home/eng/images/main/bg_main3.png) 0 0 no-repeat;
  background-size: contain;
}

.section_main4 .inner {
  display: flex;
  gap: 40px 0;
  flex-direction: column;
}

.area_recent {
  position: relative;
  padding: 19px 24px;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  background: #fff;
}

.area_recent .link_moreview {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 21px;
  right: 24px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-size: 18px;
  color: #fff;
  background: #01a571;
  box-shadow: 0 0 10px 1px rgba(2, 169, 96, 0.3);
}

.area_recent .list_tab_recent {
  display: flex;
  gap: 6px;
  padding-top: 9px;
}

.area_recent .list_tab_recent a {
  display: block;
  height: 36px;
  padding: 0 19px;
  border-radius: 5px;
  font-weight: 500;
  font-size: 16px;
  line-height: 36px;
  color: #aaa;
}

.area_recent .list_tab_recent a[aria-selected=true] {
  font-weight: 800;
  color: #fff;
  background: #004170;
}

.area_recent .tab_panel.on {
  display: block;
}

.area_recent .tab_panel {
  display: none;
  padding-top: 16px;
}

.area_recent .link_recent {
  display: block;
}

.area_recent .link_recent strong {
  display: -webkit-box;
  overflow: hidden;
  height: 44px;
  font-weight: 800;
  font-size: 18px;
  line-height: 22px;
  color: #333;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.area_recent .link_recent p {
  display: -webkit-box;
  overflow: hidden;
  margin-top: 9px;
  font-size: 16px;
  line-height: 21px;
  color: #595959;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.area_recent .link_recent .txt_date {
  padding-top: 11px;
  font-size: 16px;
  line-height: 21px;
  color: #595959;
}

.area_recent .list_more {
  padding-top: 22px;
  margin-top: 20px;
  border-top: 1px dashed #b5b5b5;
}

.area_recent .list_more li + li {
  padding-top: 8px;
}

.area_recent .list_more a {
  display: block;
}

.area_recent .list_more strong {
  display: block;
  overflow: hidden;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.area_recent .list_more .txt_date {
  padding-top: 6px;
  font-size: 16px;
  line-height: 21px;
  color: #595959;
}

.area_letter {
  padding-bottom: 37px;
}

.area_letter .img_letter {
  width: 100%;
}

.area_letter .group_letter {
  position: relative;
  margin-top: 25px;
}

.area_letter .badge_letter {
  display: inline-block;
  height: 31px;
  padding: 0 18px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 16px;
  line-height: 31px;
  color: #fff;
  background: #01a571;
  vertical-align: top;
  box-shadow: 0 0 10px 1px rgba(2, 169, 96, 0.3);
}

.area_letter .tit_letter {
  display: block;
  padding-top: 14px;
}

.area_letter .txt_date {
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #222;
}

.area_letter .tit_txt {
  display: block;
  padding-top: 3px;
  font-size: 22px;
  line-height: 26px;
  color: #222;
}

.area_letter .link_more {
  display: flex;
  gap: 10px;
  align-items: center;
  position: absolute;
  top: -7px;
  right: 0;
  padding-left: 10px;
  color: #595959;
}

.area_letter .txt_more {
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
}

.area_letter .ico_more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-size: 19px;
  background: #f0f6fa;
}

@media only screen and (min-width: 768px) {
  .section_main4 .inner {
    --inner-gap: 40px;
    --inner-gap-half: calc(var(--inner-gap) / 2);
    flex-direction: row;
    gap: var(--inner-gap);
    align-items: flex-start;
    padding-bottom: 40px;
  }
  .area_recent {
    flex: 1 1 calc(60% - var(--inner-gap-half));
    min-width: 0;
  }
  .area_letter {
    flex: 1 1 calc(40% - var(--inner-gap-half));
    min-width: 0;
    padding: 50px 0 0;
  }
}
@media only screen and (min-width: 1024px) {
  .section_main4 {
    padding-top: 60px;
  }
  .section_main4 .bg_main3 {
    top: -201px;
    z-index: -10;
    width: 667px;
    height: 653px;
    margin-left: -620px;
  }
  .section_main4 .inner {
    padding-bottom: 60px;
  }
  .area_recent {
    flex: 1 1 calc(65% - var(--inner-gap-half));
    padding: 35px 40px 42px;
    border-radius: 20px;
  }
  .area_recent .list_tab_recent a {
    height: 40px;
    border-radius: 8px;
    font-size: 18px;
    line-height: 40px;
  }
  .area_recent .tit_group {
    display: flex;
    gap: 20px;
    align-items: center;
  }
  .area_recent .list_tab_recent {
    padding-top: 0;
  }
  .area_recent .tab_panel {
    padding-top: 30px;
  }
  .area_recent .link_recent strong {
    height: 60px;
    font-size: 24px;
    line-height: 30px;
  }
  .area_recent .link_recent p {
    line-height: 24px;
  }
  .area_recent .list_more {
    padding-top: 31px;
    margin-top: 28px;
  }
  .area_recent .list_more li + li {
    padding-top: 14px;
  }
  .area_recent .list_more a {
    display: flex;
    gap: 20px;
    align-items: center;
  }
  .area_recent .list_more strong {
    overflow: hidden;
    margin-right: auto;
    font-size: 18px;
    text-overflow: ellipsis;
  }
  .area_recent .list_more .txt_date {
    flex: none;
    padding-top: 0;
  }
  .area_recent .link_moreview {
    top: 33px;
    right: 40px;
  }
  .area_letter {
    flex: 1 1 calc(35% - var(--inner-gap-half));
    padding-top: 20px;
  }
  .area_letter .group_letter {
    margin-top: 27px;
  }
  .area_letter .badge_letter {
    height: 34px;
    border-radius: 17px;
    font-size: 18px;
    line-height: 34px;
  }
  .area_letter .txt_date {
    font-size: 24px;
    line-height: 34px;
  }
  .area_letter .tit_txt {
    font-size: 34px;
    line-height: 38px;
  }
}
@media only screen and (min-width: 1460px) {
  .section_main4 {
    padding-top: 65px;
  }
  .section_main4 .inner {
    padding-bottom: 180px;
  }
  .section_main4 .bg_main3 {
    top: -168px;
    margin-left: -963px;
  }
  .area_recent {
    flex: 1 1 calc(61% - var(--inner-gap-half));
    padding: 48px 40px 42px;
  }
  .area_recent .list_tab_recent a[aria-selected=false] {
    text-decoration: underline transparent;
    text-underline-offset: 3px;
    transition: all 0.3s;
  }
  .area_recent .list_tab_recent a[aria-selected=false]:hover, .area_recent .list_tab_recent a[aria-selected=false]:focus {
    text-decoration-color: currentColor;
  }
  .area_recent .link_recent strong, .area_recent .list_more a strong {
    text-decoration: underline transparent;
    text-underline-offset: 4px;
  }
  .area_recent .list_more a strong {
    text-underline-offset: 2px;
  }
  .area_recent .link_recent:hover strong, .area_recent .list_more a:hover strong {
    text-decoration-color: currentColor;
  }
  .area_letter .link_more .txt_more {
    position: relative;
  }
  .area_letter .link_more .txt_more:before {
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 0;
    height: 1px;
    background: currentColor;
    transition: all 0.3s;
    content: "";
  }
  .area_letter .link_more:hover .txt_more:before, .area_letter .link_more:focus .txt_more:before {
    width: 100%;
  }
  .area_recent .link_moreview {
    top: 44px;
    right: 40px;
    width: 60px;
    height: 60px;
    font-size: 24px;
  }
  .area_recent .link_moreview i {
    transition: all 0.3s;
  }
  .area_recent .link_moreview:hover i, .area_recent .link_moreview:focus i {
    transform: rotate(180deg);
  }
  .area_letter {
    flex: 1 1 calc(39% - var(--inner-gap-half));
  }
}
/* ---------- section5 ---------- */
.area_popup {
  position: relative;
  margin: 0 -15px;
  padding: 28px 15px 40px;
  background: #01a571;
}

.area_popup .swiper {
  padding-top: 10px;
}

.area_popup .swiper a {
  display: block;
  overflow: hidden;
  border-radius: 10px;
}

.area_popup .swiper img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 660/345;
}

.area_popup .nav_slide {
  display: flex;
  gap: 10px;
  position: absolute;
  top: 31px;
  right: 15px;
}

.area_popup .btn_ctrl, .area_popup .btn_action {
  font-size: 20px;
  color: #fff;
}

.area_popup .btn_prev {
  order: -1;
}

.area_popup .paging_slide {
  order: -2;
  width: auto;
  padding-right: 5px;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
}

.area_popup .paging_slide em {
  font-weight: 600;
  font-size: 18px;
}

.area_question {
  position: relative;
  margin: 0 -15px;
  padding: 35px 15px 40px;
  background: #004170;
}

.area_question .swiper {
  padding-top: 15px;
}

.area_question .swiper li + li {
  margin-top: 15px;
}

.area_question .swiper a {
  display: flex;
  gap: 10px;
  align-items: center;
  min-height: 77px;
  padding: 18px 20px 17px;
  border-radius: 8px;
  background: #003963;
}

.area_question .swiper .ico_q {
  flex: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #003963;
  background: #fff;
}

.area_question .swiper strong {
  font-size: 18px;
  line-height: 21px;
  color: #fff;
}

.area_question .nav_slide {
  display: flex;
  gap: 8px;
  position: absolute;
  top: 34px;
  right: 15px;
}

.area_question .btn_action {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  font-size: 22px;
  color: #fff;
  background: rgba(118, 167, 204, 0.1);
}

.area_question .link_more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  font-size: 19px;
  color: #fff;
  background: rgba(118, 167, 204, 0.1);
}

@media only screen and (min-width: 1024px) {
  .area_popup {
    margin: 0 -30px;
    padding: 55px 30px 60px;
  }
  .area_popup .area_inner {
    position: relative;
    width: 660px;
    margin: 0 auto;
  }
  .area_popup .swiper {
    padding-top: 25px;
  }
  .area_popup .swiper a {
    border-radius: 20px;
  }
  .area_popup .nav_slide {
    top: 4px;
    right: 0;
  }
  .area_popup .paging_slide {
    font-size: 16px;
    line-height: 28px;
  }
  .area_popup .paging_slide em {
    font-size: 22px;
  }
  .area_question {
    margin: 0 -30px;
    padding: 57px 30px 50px;
  }
  .area_question .swiper {
    padding-top: 20px;
  }
  .area_question .swiper a {
    padding: 40px;
    border-radius: 15px;
  }
  .area_question .swiper .ico_q {
    font-size: 20px;
  }
  .area_question .swiper strong {
    font-size: 20px;
    line-height: 24px;
  }
  .area_question .swiper li + li {
    margin-top: 20px;
  }
  .area_question .nav_slide {
    gap: 10px;
    top: 53px;
    right: 30px;
  }
  .area_question .btn_action {
    width: 41px;
    height: 41px;
  }
  .area_question .link_more {
    width: 41px;
    height: 41px;
  }
}
@media only screen and (min-width: 1460px) {
  .section_main5 {
    --section-bottom-gap: 100px;
    --question-bottom-padding: 40px;
    position: relative;
    background: #004170;
  }
  .section_main5:before {
    position: absolute;
    left: 0;
    right: calc(50% + 100px);
    bottom: calc(var(--section-bottom-gap) - var(--question-bottom-padding));
    height: 555px;
    background: #01a571;
    content: "";
  }
  .section_main5 .inner {
    position: relative;
  }
  .area_popup {
    position: absolute;
    bottom: calc(var(--section-bottom-gap) - var(--question-bottom-padding));
    right: 50%;
    width: 50%;
    height: 555px;
    margin: 0;
    padding: 83px 45px var(--question-bottom-padding) 0;
    border-radius: 0 40px 40px 0;
  }
  .area_popup .area_inner {
    width: auto;
  }
  .area_popup .swiper a:focus {
    outline-offset: -1px;
  }
  .area_popup .btn_ctrl, .area_popup .btn_action {
    transition: all 0.3s;
  }
  .area_popup .btn_ctrl:hover, .area_popup .btn_action:hover, .area_popup .btn_ctrl:focus-visible, .area_popup .btn_action:focus-visible {
    opacity: 0.7;
  }
  .area_question {
    width: 50%;
    margin-left: 50%;
    padding: 57px 0 var(--section-bottom-gap) 45px;
  }
  .area_question .swiper {
    padding-top: 22px;
  }
  .area_question .swiper li + li {
    margin-top: 0;
  }
  .area_question .swiper a {
    position: relative;
    height: 118px;
    padding: 0 30px;
  }
  .area_question .swiper a:hover:before, .area_question .swiper a:focus:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #ddd;
    border-radius: inherit;
    content: "";
  }
  .area_question .nav_slide {
    right: 0;
  }
  .area_question .btn_action, .area_question .link_more {
    transition: all 0.3s;
  }
  .area_question .btn_action:hover, .area_question .link_more:hover, .area_question .btn_action:focus-visible, .area_question .link_more:focus {
    background: rgba(118, 167, 204, 0.3);
  }
  .area_question .link_more i {
    transition: all 0.3s;
  }
  .area_question .link_more:hover i, .area_question .link_more:focus i {
    transform: rotate(180deg);
  }
  .area_question .swiper strong {
    display: -webkit-box;
    overflow: hidden;
    max-height: 48px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .list_question {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}
/* ----------------- global ----------------- */
.wrap_global .area_main {
  position: relative;
  padding-bottom: 150px;
}

.wrap_global .area_main .main_tit {
  width: 338px;
  height: 56px;
  margin-top: 0;
  background-image: url(/home/eng/images/main/tit_main_m_g.png);
}

.wrap_global .area_main p {
  max-width: 500px;
  margin: 0 auto;
  padding-top: 15px;
  font-size: 14px;
  line-height: 18px;
  color: #575757;
  word-break: keep-all;
  word-wrap: break-word;
}

.wrap_global .area_main:after {
  position: absolute;
  bottom: -38px;
  left: 50%;
  right: 0;
  width: 290px;
  height: 158px;
  background: url(/home/eng/images/main/img_worker.png) 50% 100% no-repeat;
  background-size: contain;
  transform: translateX(-50%);
  content: "";
}

.wrap_global .area_vod {
  padding-top: 0;
}

.wrap_global .area_vod .box_vod {
  margin-top: 0;
  aspect-ratio: inherit;
}

.wrap_global .section_main1 {
  padding-bottom: 70px;
}

@media only screen and (min-width: 1460px) {
  .wrap_global main {
    flex: 1;
  }
  .wrap_global .section_main1 {
    height: 100%;
    padding-bottom: 0;
  }
  .section_main1 .inner {
    height: 100%;
  }
  .wrap_global .area_main {
    padding: 59px 0 230px;
  }
  .wrap_global .area_main .main_tit {
    width: 676px;
    height: 114px;
    background-image: url(/home/eng/images/main/tit_main_pc_g.png);
  }
  .wrap_global .area_main p {
    max-width: 600px;
    margin: 0;
    padding-top: 20px;
    font-size: 22px;
    line-height: 29px;
  }
  .wrap_global .area_vod {
    padding-top: 44px;
  }
  .wrap_global .area_main:after {
    left: 0;
    bottom: -50px;
    width: 444px;
    height: 244px;
    transform: none;
  }
}