@charset "utf-8";

/* Default Layout */
#wrap {
  width: 100%;
  height: 100%;
}
body {
  scroll-behavior: smooth;
}
body#main::-webkit-scrollbar {
  display: none;
}
body.not_scroll {
  overflow-y: hidden;
}
@media (max-width: 768px) {
  #main.not_scroll {
    overflow-y: auto;
  }
}

/* s: top_bar */
.top_bar {
  height: 37px;
  position: fixed;
  top: 0;
  width: 100%;
  background: rgba(9, 31, 45, 0.4);
  z-index: 110;
}
.top_bar.on {
  background: #1a3d74;
}
.top_bar .inner {
  height: 37px;
  max-width: 1920px;
  padding: 0 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
.top_bar .top_links {
  display: flex;
  align-items: center;
  gap: 46px;
}
.top_bar .top_links a {
  padding-right: 28px;
  background: url(../../images/hmpg/icon_link.png) no-repeat right center;
  background-size: 12px;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
}
.top_bar .items {
  display: flex;
  gap: 44px;
  align-items: center;
  margin-left: auto;
}
.top_bar .items li {
  position: relative;
}
.top_bar .items li > button {
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  padding-left: 27px;
  background-repeat: no-repeat;
  background-size: 19px;
  background-position: left center;
  line-height: 32px;
  width: 85px;
  text-align: center;
}
.top_bar .items li.zoom > button {
  background-image: url(../../images/hmpg/icon_zoom.png);
}
.top_bar .items li.lang > button {
  background-image: url(../../images/hmpg/icon_global.png);
  display: flex;
  gap: 9px;
  align-items: center;
}
.top_bar .items li.lang > button::after {
  content: "";
  width: 10px;
  height: 6px;
  background: url(../../images/hmpg/icon_v_w.png) no-repeat center / contain;
}
.top_bar .items .option_bx {
  z-index: 110;
  display: none;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px;
  border-radius: 6px;
  background: #fff;
}
.top_bar .items .option_bx.on {
  display: block;
}
.top_bar .items .option_bx button {
  width: 65px;
  height: 24px;
  line-height: 24px;
  border-radius: 100px;
  text-align: center;
  font-size: 12px;
  background: #ebebeb;
  margin-top: 4px;
}
.top_bar .items .option_bx button:first-child {
  margin-top: 0;
}
.top_bar .items .option_bx button.on {
  color: #fff;
  background: #1a3d74 url(../../images/hmpg/icon_check_w.png) no-repeat left 12px center;
  background-size: 9px 7px;
}
/* e: top_bar */

/* s: topmenu */
.toparea .topmenu {
  z-index: 100;
  display: flex;
  display: -webkit-flex;
  justify-content: right;
  position: fixed;
  left: 0;
  top: 37px;
  width: 100%;
  box-shadow: 0.17px 2px 10px rgba(0, 0, 0, 0.031372549);
  background-color: transparent;
  transition: background-color 0.3s;
}
.toparea .topmenu.on {
  background: #fff;
}
.toparea .topmenu h1 {
  z-index: 900;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc((100% - 1772px) / 2);
}

.toparea .topmenu h1 a {
  display: block;
  width: 201px;
  height: 34px;
  background: url(../../images/hmpg/header_logo.png) no-repeat center;
  background-size: contain;
}
.toparea .topmenu.on h1 a {
  background: url(../../images/hmpg/header_logo_b.png) no-repeat center;
  background-size: contain;
}
.en .toparea .topmenu h1 a {
  display: block;
  width: 243px;
  height: 30px;
  background: url(../../images/hmpg/header_logo_en.png) no-repeat center;
  background-size: contain;
}
.en .toparea .topmenu.on h1 a {
  background: url(../../images/hmpg/header_logo_b_en.png) no-repeat center;
  background-size: contain;
}
.toparea .topmenu h1 a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.toparea .topmenu .gnb {
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  padding: 0 350px;
  width: 1800px;
  position: relative;
}
.toparea .topmenu .gnb > li {
  text-align: left;
  cursor: pointer;
  transition: all 0.3s;
  flex: 1;
}

.toparea .topmenu .gnb > li > a {
  transition: none;
  position: relative;
  display: block;
  height: 70px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.en .toparea .topmenu .gnb {
  justify-content: flex-end;
}
.en .toparea .topmenu .gnb > li {
  flex: initial;
  padding: 0 80px;
}

.toparea .topmenu.active {
  /* box-shadow: 0 16px 16px -16px #ccc; */
  /* box-shadow: 6px 10px 18px #00000008; */
  box-shadow: none;
  background: #fff;
  height: auto;
}
.toparea .topmenu.active h1 a {
  background: url(../../images/hmpg/header_logo_b.png) no-repeat center;
  background-size: contain;
}
.en .toparea .topmenu.active h1 a {
  background: url(../../images/hmpg/header_logo_b_en.png) no-repeat center;
  background-size: contain;
}
.toparea .topmenu.on .gnb > li > a,
.toparea .topmenu.active .gnb > li > a {
  color: #222;
}
.toparea .topmenu.active .gnb > li > a::after {
  content: "";
  position: absolute;
  display: block;
  width: 76px;
  height: 2px;
  background: transparent;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
}
.toparea .topmenu.active .gnb > li:hover > a::after,
.toparea .topmenu.active .gnb > li:focus > a::after {
  background: #1a3d74;
}
.toparea .topmenu.active .gnb > li:hover a {
  color: #1a3d74;
}

.topmenu .menu_list {
  display: none;
  margin-top: 0px;
  height: auto;
  text-align: left;
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  /* width: calc(100vw - 20px);
  max-width: 1920px; */
  width: 100vw;
  padding: 0;
  background: #fff;
  box-shadow: 0px 2px 0px 0px #00000008;
}
.topmenu .menu_list .inner {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: stretch;
  max-width: 1920px;
  margin: 0 auto;
}
.topmenu .menu_list .left_title {
  /* width: 400px;
  min-height: 450px; */
  width: 402px;
  height: auto;
  background: url(../../images/hmpg/header_hover_bg.png) no-repeat right center / cover;
  padding: 46px 72px;
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  color: #1a3d74;
  line-height: 19px;
}
.topmenu .menu_list .left_title h3 {
  font-size: 28px;
  font-weight: 800;
  color: #1a3d74;
  position: relative;
  margin-bottom: 60px;
  line-height: 1;
}
.topmenu .menu_list .left_title h3::after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 3px;
  background: #1a3d74;
  bottom: -29px;
  right: 0;
}
.topmenu .menu_list .right_menu {
  padding: 36px 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 37px;
  justify-content: flex-start;
  flex: 1;
  max-width: 1219px;
}
.topmenu .menu_list .sub_menu {
  width: calc(33.33% - 25px);
}
.topmenu .menu_list .sub_menu h3 {
  min-height: 36px;
  line-height: 20px;
  padding: 8px;
  background-color: #f8f9fb;
  border: 1px solid #e1e1e1;
  font-size: 16px;
  font-weight: bold;
  color: #05141f;
  border-radius: 8px;
  text-align: center;
  width: 100%;
}

.topmenu .menu_list .sub_menu.on h3 {
  color: #fff;
  background: #223958;
  border-color: #223958;
}
.topmenu .menu_list .sub_menu.link h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.topmenu .menu_list .sub_menu.link h3::after {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../../images/hmpg/icon__blink__bk.png) no-repeat center / contain;
  display: block;
  transform: translateY(-4px);
}
.topmenu .menu_list .sub_menu.on.link h3::after {
  background: url(../../images/hmpg/icon__blink__wh.png) no-repeat center / contain;
}
.topmenu .menu_list .sub_menu ul {
  padding: 20px 7px;
}
.topmenu .menu_list .sub_menu ul li a {
  font-size: 14px;
  line-height: 24px;
  color: #7d7d7d !important;
  padding-left: 13px;
  position: relative;
  display: block;
}
.topmenu .menu_list .sub_menu ul li a::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  box-sizing: border-box;
  background: #7d7d7d;
}
.topmenu .menu_list .sub_menu ul li a:hover,
.topmenu .menu_list .sub_menu ul li.on a {
  text-decoration: underline;
  text-underline-position: under;
  color: #4897d3 !important;
}
.topmenu .menu_list .sub_menu ul li a:hover::before,
.topmenu .menu_list .sub_menu ul li.on a::before {
  background: #4897d3;
}

/* s: top_btn_wr */
.top_btn_wr {
  position: absolute;
  top: 15px;
  right: calc((100% - 1772px) / 2);
  display: flex;
  align-items: center;
}
.top_btn_wr button {
  width: 40px;
  height: 40px;
  transition: all 0.3s;
}
.toparea .topmenu .btn_allgnb {
  background: url(../../images/hmpg/icon_menu.png) no-repeat center;
  background-size: 19px auto;
}
.toparea .topmenu .btn_search {
  background: url(../../images/hmpg/icon_search.png) no-repeat center;
  background-size: 19px auto;
}
.toparea .topmenu.on .btn_allgnb,
.toparea .topmenu.active .btn_allgnb {
  background: url(../../images/hmpg/icon_menu_b.png) no-repeat center;
  background-size: 19px auto;
}
.toparea .topmenu.on .btn_search,
.toparea .topmenu.active .btn_search {
  background: url(../../images/hmpg/btn_search_b.png) no-repeat center;
  background-size: 19px auto;
}
/* e: top_btn_wr */

.toparea .topmenu.active::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #edeeef;
  position: fixed;
  top: 107px;
  left: 0;
}
/* .toparea .topmenu h1 a {
  background: url("../../images/hmpg/header_logo.png") no-repeat center / 100%;
  font-size: 0;
  text-indent: -999999px;
  color: transparent;
} */

@media (max-width: 2400px) {
  .toparea .topmenu h1 {
    left: 74px;
  }
  .top_btn_wr {
    right: 74px;
  }
}
/* e: topmenu */
.toparea .allmenu-category {
  display: none;
  width: 100%;
  min-height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  background: #fff;
}
/* 20251111 추가 */
.toparea .allmenu-category .top_bar {
  display: none;
}
.toparea .allmenu-category .menu_box {
  max-width: 1200px;
  padding: 140px 20px 0;
  margin: 0 auto;
  position: relative;
}
.toparea .allmenu-category .logo {
  position: absolute;
  width: 201px;
  height: 34px;
  top: 60px;
  left: 20px;
}
.toparea .allmenu-category .logo img {
  width: 100%;
  height: 100%;
}
.toparea .allmenu-category .btn_close {
  position: absolute;
  top: 60px;
  right: 20px;
  width: 32px;
  height: 32px;
}
.toparea .allmenu-category .btn_close .icon {
  width: 32px;
  height: 32px;
}
.toparea .allmenu-category .btn_close .icon::after,
.toparea .allmenu-category .btn_close .icon::before {
  width: 36px;
}
.toparea .allmenu-category .all_gnb {
  max-height: calc(100vh - 250px);
  overflow-y: auto;
}
.toparea .allmenu-category .all_gnb::-webkit-scrollbar {
  width: 6px;
}
.toparea .allmenu-category .all_gnb::-webkit-scrollbar-thumb {
  width: 6px;
  height: 160px;
  background-color: #223958;
  border-radius: 10px;
  background-clip: padding-box;
  border: 2px solid transparent;
}
.toparea .allmenu-category .all_gnb::-webkit-scrollbar-track {
  background-color: #e0e0e0;
  border-radius: 10px;
}
.toparea .allmenu-category .all_gnb > li {
  display: flex;
  border-top: 1px solid #e5e5e5;
  gap: 50px;
}
.toparea .allmenu-category .all_gnb > li > a {
  height: 66px;
  line-height: 65px;
  width: 138px;
  border-top: 1px solid #223958;
  color: #223958;
  padding-left: 14px;
  font-size: 17px;
  font-weight: 900;
  flex-shrink: 0;
}
.toparea .allmenu-category .all_gnb > li:first-child {
  border-top: 0;
}
.toparea .allmenu-category .all_gnb > li:first-child > a {
  border-top: 0;
}
.toparea .allmenu-category .menu_list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 26px;
  padding: 16px 0;
  flex: 1;
}
.toparea .allmenu-category .menu_list li:nth-child(1) {
  width: 170px;
}
.toparea .allmenu-category .menu_list li:nth-child(2) {
  min-width: 120px;
}
.toparea .allmenu-category .menu_list li:nth-child(3) {
  width: 160px;
}
.toparea .allmenu-category .menu_list li:nth-child(4) {
  width: 170px;
}
.toparea .allmenu-category .menu_list li:nth-child(5) {
  width: 170px;
}
.toparea .allmenu-category .menu_list li:nth-child(6) {
  width: 170px;
}
.toparea .allmenu-category .menu_list a {
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #223958;
  line-height: 32px;
}
.toparea .allmenu-category .menu_list a::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #223958;
  border-radius: 50%;
}

.toparea .allmenu-category .menu_list a:hover {
  text-decoration: underline;
  text-underline-position: under;
  color: #4897d3;
}
.toparea .allmenu-category .menu_list a:hover::before {
  background: #4897d3;
}
.toparea .allmenu-category .menu_list_s {
  padding-left: 20px;
}
.toparea .allmenu-category .menu_list_s a {
  line-height: 24px;
  font-size: 12px;
  color: #7d7d7d;
  display: flex;
  align-items: center;
  gap: 9px;
}
.toparea .allmenu-category .menu_list_s a:hover,
.toparea .allmenu-category .menu_list_s a.on {
  text-decoration: underline;
  text-underline-position: under;
  color: #4897d3;
}
.toparea .allmenu-category .menu_list_s a::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #7d7d7d;
  border-radius: 50%;
}
.toparea .allmenu-category .menu_list_s a:hover:before,
.toparea .allmenu-category .menu_list_s a.on::before {
  background: #4897d3;
}
.toparea .dim {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 11;
}

/* total_search_wr */
.toparea .total_search_wr {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 200;
}
.toparea .total_search_wr .inner {
  max-width: 1920px;
  padding: 22px 74px 45px;
  margin: 0 auto;
}
.toparea .total_search_wr .logo {
  width: 201px;
  height: 34px;
  margin-bottom: 18px;
}
.toparea .total_search_wr .logo img {
  width: 100%;
  height: 100%;
}
.toparea .total_search_wr .total_search_bx {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 130px;
  max-width: 1150px;
  margin: 0 auto;
  gap: 30px;
}
.total_search_bx .search_bx {
  display: flex;
  gap: 4px;
  align-items: center;
  border: 1px solid #c3c4c6;
  /* border-bottom: 3px solid #05141f; */
  height: 55px;
  border-radius: 8px;
  background: #fff;
  max-width: 680px;
  width: 100%;
  padding: 0 30px 0 0;
  position: relative;
}
.total_search_bx .search_bx::before {
  content: "SEARCH";
  display: block;
  position: absolute;
  font-size: 57px;
  line-height: 76px;
  color: #657890;
  opacity: 0.12;
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  left: -11px;
  top: -56px;
}
.total_search_bx input[type="text"] {
  flex: 1;
  height: 52px;
  border: none;
  font-size: 15px;
  font-weight: bold;
  position: relative;
  padding: 0 23px;
  border-radius: 8px;
  background: transparent;
  background: #fff;
}
.total_search_bx input[type="text"]::placeholder {
  color: #7d7d7d;
}
.total_search_bx .btn_search {
  width: 27px;
  height: 27px;
  display: block;
  padding: 0;
}
.total_search_bx .btn_search .icon {
  display: block;
  width: 27px;
  height: 27px;
  background: url(../../images/hmpg/icon_search_p.png) no-repeat center / contain;
}
.total_search_bx .btn_close {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 20px;
  gap: 8px;
  /* position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%); */
}
.total_search_bx .btn_close .icon {
  width: 13px;
  height: 13px;
}
.total_search_bx .btn_close .icon::after,
.total_search_bx .btn_close .icon::before {
  width: 17px;
  top: 5px;
}

/*에러페이지*/
.error {
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.error h1 {
  margin-bottom: 30px;
  width: 140px;
}
.error h1 img {
  width: 100%;
  display: block;
}
.error .error_box {
  padding: 40px 50px 60px;
  width: 800px;
  text-align: center;
  word-break: keep-all;
  box-shadow: 0 12px 12px -12px #ccc;
  border-radius: 15px;
  border: 1px solid #ddd;
}
.error .error_box .txt1 {
  padding: 145px 0 15px;
  font-size: 26px;
  font-weight: 500;
  background: #fff url("../../images/hmpg/icon_error_warning.png") no-repeat center 0;
}
.error .error_box .txt2 {
  font-size: 16px;
  line-height: 24px;
  color: #666;
}
.error .error_box .button_box {
  margin-top: 60px;
}
.error .error_box .button_box button {
  width: 200px;
  height: 55px;
  background-color: #39a7c2;
  color: #fff;
  border-radius: 8px;
}
.error .error_box .button_box button.btn_prev img {
  margin: -4px 10px 0 0;
}
.error .error_box .button_box button.btn_home img {
  margin: -4px 0 0 8px;
}

/* 메인컨테이너 */
.main_container {
  background: #f3f4f5;
  min-height: calc(100vh - 90px);
  padding-bottom: 20px;
  padding: 0 20px 20px;
}

/* 푸터 */
.footer {
  width: 100%;
  background: #ecedf0;
}
.footer .inner {
  max-width: 1920px;
  padding: 27px 60px 40px;
  display: flex;
  gap: 40px;
  color: #666;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}
.footer .logo_bottom {
  width: 127px;
  height: 50px;
  margin-top: 12px;
}
.footer .inner .privacy {
  font-size: 17px;
  color: #222;
  font-weight: 600;
  margin-bottom: 15px;
  display: block;
}
.footer .copyright {
  margin-top: 10px;
}

@media screen and (max-width: 1640px) {
  .toparea .topmenu .gnb {
    padding: 0 200px 0 350px;
  }

  .toparea .topmenu .gnb > li > a {
    font-size: 16px;
  }
  .menu_depth_3 li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1366px) {
  .toparea .topmenu .gnb {
    padding: 0 180px 0 280px;
  }
  .toparea .topmenu h1 {
    left: 20px;
  }
}

@media (max-width: 1200px) {
  /*메뉴*/
  .toparea .topmenu {
    height: 70px;
  }
  .toparea .topmenu h1 {
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
  }
  .toparea .topmenu h1 a {
    /* width: 131px;
    height: 69px; */
  }
  .toparea .topmenu .gnb {
    display: none;
  }

  .toparea .topmenu .btn_allgnb {
    display: block;
    z-index: 210;
    width: 40px;
    height: 27px;
    /* background: url(../../images/hmpg/icon_menu.png) no-repeat center / contain; */
  }
  .toparea .top_btn_wr {
    top: 50%;
    transform: translateY(-50%);
  }
  .toparea .top_btn_wr .btn_search {
    width: 40px;
    height: 40px;
    padding: 10px;
    background: url(../../images/hmpg/btn_search_w.png) no-repeat center;
    background-size: 30px 30px;
    background-size: 19px auto;
    margin-right: 10px;
  }
  .toparea .dim {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 9999;
  }
  .toparea .allmenu-category {
    z-index: 10000;
    position: fixed;
    top: 0;
    transform: translateX(0);
    width: 100%;
    height: 100% !important;
    /* background-color: rgba(0, 0, 0, 0.4); */
    animation: allmenu 1s 1;
  }
  .toparea .allmenu-category.active {
    display: flex !important;
    display: -webkit-flex !important;
    justify-content: right;
    animation: allmenu2 1s 1;
  }

  @keyframes allmenu {
    0% {
      right: 0;
    }
    99% {
      right: -100vw;
    }
    100% {
      display: none;
    }
  }
  @keyframes allmenu2 {
    0% {
      right: -100vw;
    }
    1% {
      display: block;
    }
    100% {
      right: 0;
    }
  }
}
@media screen and (max-width: 1024px) {
  /*에러페이지*/
  .error h1 {
    margin-bottom: 20px;
  }
  .error h1 img {
    width: auto;
    height: 33px;
  }
  .error .error_box {
    margin: 0 15px;
    padding: 50px 30px 40px;
    width: calc(100% - 30px);
    box-shadow: 0 8px 8px -8px #ccc;
    border-radius: 8px;
  }
  .error .error_box .txt1 {
    padding: 110px 0 15px;
    font-size: 15px;
    background-size: 70px auto;
  }
  .error .error_box .txt2 {
    font-size: 14px;
    line-height: 20px;
  }
  .error .error_box .button_box {
    margin-top: 30px;
  }
  .error .error_box .button_box button {
    width: 100%;
    height: 45px;
    font-size: 15px;
    border-radius: 5px;
  }
  .error .error_box .button_box button img {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  /* s: 20251111 수정 + 추가*/
  .toparea .top_bar {
    display: none;
  }

  .toparea .topmenu {
    top: 0;
    height: 15.5556vw;
    padding: 0 5.5556vw;
  }
  .toparea .topmenu h1 {
    left: 5.5556vw;
  }
  .toparea .topmenu h1 a,
  .en .toparea .topmenu h1 a {
    width: 49.1667vw;
    height: 4.8611vw;
    background-position: left center;
  }
  .toparea .top_btn_wr {
    right: 5.5556vw;
  }
  .toparea .topmenu .btn_allgnb,
  .toparea .topmenu.on .btn_allgnb,
  .toparea .top_btn_wr .btn_search {
    width: 5.5556vw;
    height: 3.75vw;
    background-size: contain;
  }
  .toparea .top_btn_wr .btn_search {
    margin-right: 2.6vw;
  }
  /* e: 20251111 수정 + 추가*/
  /* s: 모바일 gnb */

  .menu_box .setting_wr {
    width: calc(100% - 14.4444vw);
    top: 4.8611vw;
    right: 7.2222vw;
  }
  .menu_box .setting_wr .set_font {
    font-size: 3.8889vw;
    display: none;
  }
  .menu_box .setting_wr .set_font [class^="btn"] {
    width: 6.9444vw;
    height: 6.9444vw;
  }
  .menu_box .setting_wr .header_calc {
    flex-shrink: 0;
    height: 6.9444vw;
    line-height: 6.9444vw;
    font-size: 3.3333vw;
    padding: 0 2.7778vw;
    margin-left: auto;
  }
  .setting_wr .header_calc::before {
    width: 2.7778vw;
    height: 2.7778vw;
  }

  /* e: 모바일용 gnb */

  /* 푸터 */
  .footer .inner {
    padding: 14.5833vw 5.5556vw;
    font-size: 4.4444vw;
    line-height: 1.2;
    position: relative;
  }
  .footer .logo_bottom {
    width: 29.1667vw;
    height: 11.25vw;
    position: absolute;
    top: 6.6667vw;
    right: 5.5556vw;
  }
  .footer .inner .privacy {
    font-size: 4.4444vw;
    margin-bottom: 6.6667vw;
  }
  .footer .copyright {
    margin-top: 6.3889vw;
    font-size: 3.3333vw;
  }
  .toparea .dim {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    display: none;
  }
  .toparea .allmenu-category {
    width: calc(100vw - 38px);
    left: initial;
    right: 0;
    background: #fff;
  }
  .toparea .allmenu-category .logo {
    display: none;
  }
  .toparea .allmenu-category .menu_box {
    padding: 0;
    width: 100%;
  }
  .toparea .allmenu-category .btn_close_wr {
    position: relative;
    background: #223958;
    height: 15.4167vw;
  }
  /* s: 20251111 추가 */
  .toparea .allmenu-category .top_bar {
    display: block;
    height: 15.4167vw;
    width: auto;
    background: none;
  }
  .toparea .allmenu-category .top_bar .inner {
    height: 100%;
    padding: 0 5.5556vw;
  }
  .toparea .allmenu-category .top_bar .items {
    gap: 9.7222vw;
  }
  .toparea .allmenu-category .top_bar .items li > button {
    width: auto;
    line-height: 15.4167vw;
    background-size: 6.9444vw;
    padding-left: 9.7222vw;
    font-size: 3.8889vw;
    gap: 5.5556vw;
  }
  .toparea .allmenu-category .top_bar .items li.lang > button::after {
    width: 3.6111vw;
    height: 1.9444vw;
  }
  .toparea .allmenu-category .top_bar .items .option_bx {
    top: 13.0556vw;
    padding: 3.3333vw 3.6111vw;
    border-radius: 0.8333vw;
  }
  .toparea .allmenu-category .top_bar .items .option_bx button {
    width: 24.5833vw;
    height: 9.0278vw;
    border-radius: 1.6667vw;
    margin-top: 1.6667vw;
    font-size: 4.4444vw;
  }
  .toparea .allmenu-category .top_bar .items .option_bx button.on {
    background-size: 3.3333vw 2.5vw;
    background-position: 4.4444vw;
  }
  .toparea .allmenu-category .top_bar .items .option_bx button:first-child {
    margin-top: 0;
  }
  /* e: 20251111 추가 */
  .toparea .allmenu-category .btn_close {
    width: 6.1111vw;
    height: 6.1111vw;
    top: 5vw;
    right: 5.5556vw;
  }
  .toparea .allmenu-category .btn_close .icon {
    width: 6.1111vw;
    height: 6.1111vw;
  }
  .toparea .allmenu-category .btn_close .icon::before,
  .toparea .allmenu-category .btn_close .icon::after {
    background: #fff;
    width: 6.1111vw;
    top: 3.0556vw;
  }
  .toparea .allmenu-category .all_gnb {
    position: relative;
    width: 100%;
    height: calc(100vh - 15.4167vw);
    max-height: initial;
    padding-top: 4.7222vw;
  }
  .toparea .allmenu-category .all_gnb::before {
    content: "";
    width: 33.3333vw;
    height: 100%;
    background: url(../../images/hmpg/mo_gnb_bg.jpg) no-repeat center bottom / cover;
    position: fixed;
    top: 15.4167vw;
    left: 0;
    height: calc(100vh - 15.4167vw);
  }
  .toparea .allmenu-category .all_gnb > li {
    border: none;
  }
  .toparea .allmenu-category .all_gnb > li > a {
    width: 33.3333vw;
    height: 15.2778vw;
    line-height: 15.2778vw;
    font-size: 5vw;
    text-align: center;
    border: none;
    font-weight: bold;
    padding-left: 0;
    position: relative;
  }
  .toparea .allmenu-category .all_gnb > li > a.on {
    background: #fff;
  }
  .toparea .allmenu-category .menu_list {
    display: none;
    position: absolute;
    top: 0;
    left: 33.3333vw;
    padding: 7.2222vw 5.5556vw;
    width: calc(100% - 33.3333vw);
  }
  .toparea .allmenu-category .menu_list.active {
    display: block;
  }
  .toparea .allmenu-category .menu_list > li {
    width: 100% !important;
    margin-top: 9.7222vw;
  }
  .toparea .allmenu-category .menu_list > li:first-child {
    margin-top: 0;
  }
  .toparea .allmenu-category .menu_list > li > a {
    justify-content: center;
    text-align: center;
    width: 100%;
    line-height: 1.2;
    font-weight: bold;
    background: #f8f9fb;
    border: 1px solid #e1e1e1;
    width: 100%;
    font-size: 4.7222vw;
    min-height: 11.6667vw;
    border-radius: 1.1111vw;
    padding: 3.3333vw 0;
    display: block;
  }
  .toparea .allmenu-category .menu_list > li > a.on {
    border-color: #223958;
    background: #223958;
    color: #fff;
  }
  .toparea .allmenu-category .menu_list > li > a::before {
    display: none;
  }
  .toparea .allmenu-category .menu_list_s {
    padding-top: 2.0833vw;
  }
  .toparea .allmenu-category .menu_list_s li {
    margin-top: 3.3333vw;
    width: 100% !important;
  }
  .toparea .allmenu-category .menu_list_s a {
    font-size: 4.1667vw;
    line-height: 1.34;
    gap: 2.3611vw;
    align-items: flex-start;
  }
  .toparea .allmenu-category .menu_list_s a::before {
    width: 1.1111vw;
    height: 1.1111vw;
    flex-shrink: 0;
    margin-top: 2vw;
  }
}
.bottomarea {
  background: #07091c;
  padding: 60px 0;
  color: rgba(238, 247, 254, 0.6);
  font-weight: 300;
}
.bottomarea .bottom_info_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 58px;
}
.bottomarea .bottom_info_list ul {
  display: flex;
  align-items: center;
  gap: 90px;
}
.bottomarea .bottom_info_list ul li {
  position: relative;
}
.bottomarea .bottom_info_list ul li::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 10px;
  background: rgba(238, 247, 254, 0.6);
  top: 50%;
  transform: translateY(-50%);
  left: -45px;
}
.bottomarea .bottom_info_list ul li:first-child:before {
  display: none;
}
.bottomarea .bottom_info_list a {
  font-size: 16px;
  font-weight: 400;
  color: rgba(238, 247, 254, 0.6);
}
.bottomarea .bottom_info_list a.privacy {
  font-weight: bold;
  color: #fff;
}
.bottomarea .bottom_info_list .select_box {
  width: 220px;
}
.bottomarea .bottom_info_list .select_box .optionbox {
  border-color: rgba(255, 255, 255, 0.32);
}
.bottomarea .bottom_info_list .select_box .optionbox::after {
  background: url(../../images/hmpg/dropdown_arr_w.png) no-repeat center / contain;
}
.bottomarea .bottom_info_list .select_box .optionbox select {
  background: transparent;
  color: #eef7fe;
}
.bottomarea .bottom_info_list .select_box .optionbox select option {
  color: #222;
}
.bottomarea .address_box {
  font-size: 15px;
}
.bottomarea .address_box .info {
  margin-bottom: 28px;
}
.bottomarea .address_box .info.c_primary {
  color: #41b0e9;
}
.bottomarea .copyright {
  font-size: 14px;
  margin-bottom: 88px;
}
.bottomarea .logo_bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 40px 0 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
.bottomarea .logo_bottom .wa_logo {
  width: 122px;
  height: 84px;
  position: absolute;
  right: 0;
  top: -196px;
}
.bottomarea .logo_bottom .wa_logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.bottomarea .logo_bottom .footer_logo {
  width: 272px;
  height: 30px;
}
.bottomarea .logo_bottom .footer_logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.mo_only {
  display: none;
}
.pc_only {
  display: block;
}
@media (max-width: 1440px) {
  .bottomarea {
    padding: 3.125vw 0;
  }
  .bottomarea .bottom_info_list {
    margin-bottom: 3.0208vw;
  }
  .bottomarea .bottom_info_list ul {
    gap: 4.6875vw;
  }
  .bottomarea .bottom_info_list ul li::before {
    height: 0.5208vw;
    left: -2.3438vw;
  }
  .bottomarea .bottom_info_list a {
    font-size: 0.8333vw;
  }
  .bottomarea .bottom_info_list .select_box {
    width: 11.4583vw;
    height: 2.6042vw;
    font-size: 0.8333vw;
  }
  .bottomarea .bottom_info_list .select_box .optionbox {
    height: 2.6042vw;
  }
  .bottomarea .bottom_info_list .select_box .optionbox select {
    font-size: 0.8333vw;
  }
  .bottomarea .address_box {
    font-size: 0.7813vw;
  }
  .bottomarea .address_box .info {
    margin-bottom: 1.4583vw;
  }
  .bottomarea .copyright {
    font-size: 0.7292vw;
    margin-bottom: 4.5833vw;
  }
  .bottomarea .logo_bottom {
    padding: 2.0833vw 0 0;
  }
  .bottomarea .logo_bottom .wa_logo {
    width: 6.3542vw;
    height: 4.375vw;
    top: -10.2083vw;
  }
  .bottomarea .logo_bottom .footer_logo {
    width: 14.1667vw;
    height: 1.5625vw;
  }
}
@media (max-width: 1024px) {
  .bottomarea .bottom_info_list {
    flex-direction: column;
    gap: 20px;
  }
  .bottomarea .bottom_info_list .select_box {
    margin-left: auto;
  }
}
@media (max-width: 768px) {
  .bottomarea {
    padding: 8.6111vw 0 13.8889vw;
  }
  .bottomarea .bottom_info_list {
    gap: 10vw;
    margin-bottom: 13.8889vw;
  }
  .bottomarea .bottom_info_list ul {
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 10vw 0;
    width: 100%;
  }
  .bottomarea .bottom_info_list ul li {
    width: 50%;
    text-align: center;
  }
  .bottomarea .bottom_info_list ul li:before {
    display: none;
  }
  .bottomarea .bottom_info_list ul li a {
    font-size: 4.1667vw;
    font-weight: bold;
    line-height: 1;
  }
  .bottomarea .bottom_info_list .select_box {
    margin: 0 auto;
    width: calc(100% - 27.7778vw);
  }
  .bottomarea .bottom_info_list .select_box .optionbox {
    height: 10.5556vw;
  }
  .bottomarea .bottom_info_list .select_box .optionbox select {
    font-size: 4.1667vw;
  }
  .bottomarea .address_box {
    text-align: center;
    font-size: 3.8889vw;
    line-height: 1.4;
  }
  .bottomarea .address_box {
    text-align: center;
  }
  .bottomarea .address_box .info.c_primary {
    word-break: break-all;
  }
  .mo_only {
    display: block;
  }
  .pc_only {
    display: none;
  }
  .bottomarea .copyright {
    font-size: 3.8889vw;
    line-height: 1.36;
  }
  .bottomarea .logo_bottom {
    display: flex;
    flex-direction: column;
    gap: 5.5556vw;
    align-items: flex-end;
  }
  .bottomarea .logo_bottom .wa_logo {
    position: relative;
    top: initial;
    right: initial;
    width: 29.7222vw;
    height: 20.4167vw;
  }
  .bottomarea .logo_bottom .footer_logo {
    width: 67.0833vw;
    height: 6.5278vw;
  }
}

/* main_visual_container */
.main_visual_container {
}
.main_visual_swiper {
  width: 100%;
  height: 100vh;
}
.main_visual_swiper .visual_section {
  height: 100vh;
}
.main_visual_swiper .scrollable_content {
  overflow-y: auto;
  height: 100vh;
  scroll-behavior: smooth;
  position: relative;
}
.main_visual_swiper .scrollable_content::-webkit-scrollbar {
  display: none;
}

.main_visual_swiper .visual_sec_02 .visual_sec_02_cont {
  /* height: auto; */
}
.visual_section .main_img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.visual_section .main_img img {
  width: 100vw;
  height: 100%;
  object-fit: cover;
}
.visual_section .visual_sec_01_cont {
  position: relative;
  width: 100%;
  padding: 250px 20px 0;
  max-width: 1390px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding-bottom: 210px;
}
.visual_section .main_txt {
  padding-left: 87px;
}
.visual_section .main_txt h2 {
  color: #fff;
  font-size: 48px;
  margin-bottom: 32px;
  line-height: 1.3;
  font-weight: 600;
  opacity: 0;
  transition: all 1s;
  transform: translateY(100px);
}
.visual_section .main_txt h3 {
  font-size: 24px;
  margin-bottom: 68px;
  line-height: 1.44;
  font-weight: 400;
  color: #fff;
  transition: all 1s;
  opacity: 0;
  transform: translateY(100px);
}
.visual_section .main_txt h2.on,
.visual_section .main_txt h3.on {
  opacity: 1;
  transform: translateY(0);
}
.visual_section .main_txt.center {
  text-align: center;
  padding-left: 0;
  margin: 0 auto;
}
.visual_section .main_txt.center h2 {
  font-weight: 400;
}
.visual_section .main_txt.center h2 b {
  font-weight: 800;
}
/* s: 20251126 추가 */
.visual_section .main_txt.en_st {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 95px;
}
.visual_section .main_txt.en_st h2 {
  font-size: 65px;
}
.visual_section .main_txt.en_st h3 {
  font-size: 18px;
  margin-bottom: 26px;
}
.main_visual_img_swiper_wr {
  width: 380px;
  height: 300px;
  border-radius: 40px 0 40px 0;
  overflow: hidden;
}
.main_swiper_hd {
  height: 50px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px 0 30px;
  font-size: 17px;
  color: #05141f;
  font-weight: bold;
  background: #eceff4;
}
.main_swiper_hd .btn_wr {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 20px;
}
.main_swiper_hd .btn_wr button {
  width: 14px;
  height: 20px;
}
.main_swiper_hd .btn_wr button.btn_play.play {
  background: url(../../images/hmpg/icon_play.png) no-repeat center / contain;
}
.main_swiper_hd .btn_wr button.btn_play,
.main_swiper_hd .btn_wr button.btn_play.pause {
  background: url(../../images/hmpg/swiper_pause.png) no-repeat center / contain;
}
.main_swiper_hd .btn_wr button.more_plus {
  width: 22px;
  height: 22px;
}
.main_swiper_hd .btn_wr button img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.main_visual_img_swiper {
  height: calc(100% - 50px);
}
.main_visual_img_swiper .item {
  height: 100% !important;
}
.main_visual_img_swiper .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .visual_section .main_txt.en_st {
    padding: 0 6.5972vw;
  }
  .visual_section .main_txt.en_st h2 {
    font-size: 4.5139vw;
  }
  .visual_section .main_txt.en_st h3 {
    font-size: 1.25vw;
    margin-bottom: 1.8056vw;
  }
  .main_visual_img_swiper_wr {
    width: 26.3889vw;
    height: 20.8333vw;
    border-radius: 2.7778vw 0 2.7778vw 0;
  }
  .main_swiper_hd {
    height: 3.4722vw;
    padding: 0 1.3889vw 0 2.0833vw;
    font-size: 1.1806vw;
  }
  .main_swiper_hd .btn_wr {
    gap: 1.3889vw;
  }
  .main_swiper_hd .btn_wr button {
    width: 0.9722vw;
    height: 1.3889vw;
  }
  .main_swiper_hd .btn_wr button.more_plus {
    width: 1.5278vw;
    height: 1.5278vw;
  }
  .main_visual_img_swiper {
    height: calc(100% - 3.4722vw);
  }
}
@media (max-width: 768px) {
  .main_visual_mo .visual_sec_01_cont .main_txt.en_st {
    margin-bottom: 6.9444vw;
  }
  .main_visual_img_swiper_wr {
    margin-top: 11.1111vw;
    width: 100%;
    height: 70.1389vw;
    border-radius: 5.5556vw 0 5.5556vw 0;
  }
  .main_swiper_hd {
    height: 12.5vw;
    padding: 0 4.1667vw 0 5.5556vw;
    font-size: 4.1667vw;
  }
  .main_swiper_hd .btn_wr {
    gap: 3.3333vw;
  }
  .main_swiper_hd .btn_wr button {
    width: 3.3333vw;
    height: 4.7222vw;
  }
  .main_swiper_hd .btn_wr button.more_plus {
    width: 5.5556vw;
    height: 5.5556vw;
  }
  .main_visual_img_swiper {
    height: calc(100% - 12.5vw);
  }
}
/* e: 20251126 추가 */
.visual_sec_01 {
  height: 100vh;
}
.visual_sec_01 .main_img {
  height: 100%;
}
.floating_swiper_wr {
  width: 100%;
  padding: 0 110px;
  position: relative;
  /* margin-top: auto; */
}

.floating_swiper_wr .inner {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  padding: 22px 30px;
}
.floating_swiper_wr .floating_swiper {
  /* background: rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  padding: 22px 40px 32px; */
}
.floating_swiper .swiper-slide {
  pointer-events: auto !important;
  padding: 0 27px 20px;
}
.floating_swiper .swiper-slide:first-child {
}

.floating_swiper .floating_item {
  width: 108px;
}
.floating_swiper .floating_item .img_bx {
  width: 100%;
  height: 72px;
  border-radius: 16px;
  background-color: #fff;
  transition: all 0.3s;
  margin-bottom: 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 51px;
}
.floating_swiper .floating_item:hover .img_bx {
  background-color: #41b0e9;
}
.floating_swiper .floating_item .img_bx.floating_img_01 {
  background-image: url(../../images/hmpg/floating_icon_01.png);
}
/* .floating_swiper .floating_item:hover .img_bx.floating_img_01 {
  background-image: url(../../images/hmpg/floating_icon_01_on.png);
} */
.floating_swiper .floating_item .img_bx.floating_img_02 {
  background-image: url(../../images/hmpg/floating_icon_02.png);
}
/* .floating_swiper .floating_item:hover .img_bx.floating_img_02 {
  background-image: url(../../images/hmpg/floating_icon_02_on.png);
} */
.floating_swiper .floating_item .img_bx.floating_img_03 {
  background-image: url(../../images/hmpg/floating_icon_03.png);
}
/* .floating_swiper .floating_item:hover .img_bx.floating_img_03 {
  background-image: url(../../images/hmpg/floating_icon_03_on.png);
} */
.floating_swiper .floating_item .img_bx.floating_img_04 {
  background-image: url(../../images/hmpg/floating_icon_04.png);
}
/* .floating_swiper .floating_item:hover .img_bx.floating_img_04 {
  background-image: url(../../images/hmpg/floating_icon_04_on.png);
} */
.floating_swiper .floating_item .img_bx.floating_img_05 {
  background-image: url(../../images/hmpg/floating_icon_05.png);
}
/* .floating_swiper .floating_item:hover .img_bx.floating_img_05 {
  background-image: url(../../images/hmpg/floating_icon_05_on.png);
} */
.floating_swiper .floating_item .img_bx.floating_img_06 {
  background-image: url(../../images/hmpg/floating_icon_06.png);
}
/* .floating_swiper .floating_item:hover .img_bx.floating_img_06 {
  background-image: url(../../images/hmpg/floating_icon_06_on.png);
} */
.floating_swiper .floating_item .img_bx.floating_img_07 {
  background-image: url(../../images/hmpg/floating_icon_07.png);
}
/* .floating_swiper .floating_item:hover .img_bx.floating_img_07 {
  background-image: url(../../images/hmpg/floating_icon_07_on.png);
} */
.floating_swiper .floating_item .img_bx.floating_img_08 {
  background-image: url(../../images/hmpg/floating_icon_08.png);
}
/* .floating_swiper .floating_item:hover .img_bx.floating_img_08 {
  background-image: url(../../images/hmpg/floating_icon_08_on.png);
} */
.floating_swiper .floating_item .img_bx.floating_img_09 {
  background-image: url(../../images/hmpg/floating_icon_09.png);
}
/* .floating_swiper .floating_item:hover .img_bx.floating_img_09 {
  background-image: url(../../images/hmpg/floating_icon_09_on.png);
} */
.floating_swiper .floating_item .img_bx.floating_img_10 {
  background-image: url(../../images/hmpg/floating_icon_10.png);
}
/* .floating_swiper .floating_item:hover .img_bx.floating_img_10 {
  background-image: url(../../images/hmpg/floating_icon_10_on.png);
} */
.floating_swiper .floating_item .img_bx.floating_img_11 {
  background-image: url(../../images/hmpg/floating_icon_11.png);
}
/* .floating_swiper .floating_item:hover .img_bx.floating_img_11 {
  background-image: url(../../images/hmpg/floating_icon_11_on.png);
} */

.floating_swiper .floating_item p {
  text-align: center;
  width: 100%;
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.floating_swiper_wr.en_st {
  padding: 0 95px;
}
.floating_swiper_wr.en_st .floating_swiper .swiper-slide {
  padding: 0 15px;
}
/* s: 20251126 수정 */
.floating_swiper_wr.en_st .floating_swiper .floating_item {
  display: block;
  width: 100%;
  background: #f3f4f8;
  border-radius: 10px;
  height: 110px;
  padding: 20px 12px 12px;
  border: 1px solid #223958;
}
.floating_swiper_wr.en_st .floating_swiper .floating_item .logo {
  padding-bottom: 15px;
  height: calc(100% - 24px);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.floating_swiper_wr.en_st .floating_swiper .floating_item .link img,
.floating_swiper_wr.en_st .floating_swiper .floating_item .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.floating_swiper_wr.en_st .floating_swiper .floating_item .link {
  width: 100%;
  height: 24px;
  background: #dadde5;
  border-radius: 4px;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  color: #4d5c6d;
  position: relative;
  line-height: 24px;
}
.floating_swiper_wr.en_st .floating_swiper .floating_item .link::after {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../../images/hmpg/icon__new_link.png) no-repeat center / contain;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}
@media (max-width: 1440px) {
  .floating_swiper_wr.en_st {
    padding: 0 6.5972vw;
  }
  .floating_swiper_wr.en_st .inner {
    padding: 1.5278vw 2.0833vw;
  }
  .floating_swiper_wr.en_st .floating_swiper .swiper-slide {
    padding: 0 1.0417vw;
  }
  .floating_swiper_wr.en_st .floating_swiper .floating_item {
    height: 7.6389vw;
    padding: 1.3889vw 0.8333vw 0.8333vw;
  }
  .floating_swiper_wr.en_st .floating_swiper .floating_item .logo {
    padding-bottom: 1.0417vw;
    height: calc(100% - 1.6667vw);
  }
  .floating_swiper_wr.en_st .floating_swiper .floating_item .link {
    height: 1.6667vw;
    border-radius: 0.2778vw;
    font-size: 0.8333vw;
  }
  .floating_swiper_wr.en_st .floating_swiper .floating_item .link::after {
    width: 0.8333vw;
    height: 0.8333vw;
    top: 50%;
    right: 0.3472vw;
  }
}
/* e: 20251126  */
.floating_swiper_wr.en_st .floating_swiper .floating_item .img_bx {
  height: 110px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 0;
}
.floating_swiper_wr.en_st .floating_swiper .floating_item .img_bx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.floating_swiper_prev,
.floating_swiper_next {
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  background-size: 15px 27px;
  background-image: url(../../images/hmpg/slide_btn_arr.png);
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s;
}
.floating_swiper_next {
  left: initial;
  right: 20px;
  transform: rotate(180deg) translateY(50%);
}
.floating_swiper_prev:hover,
.floating_swiper_next:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.scroll_event {
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.scroll_event p {
  font-family: "Pretendard Variable", Pretendard;
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 10px;
  color: #fff;
  animation: blink 1.2s infinite;
}
.scroll_event .mouse {
  width: 24px;
  height: 38px;
  border-radius: 12px;
  margin-bottom: 8px;
  animation: blink 1.2s infinite;
}
.scroll_event .arr {
  width: 17px;
  height: 10px;
  animation: bounce 1.2s infinite;
}
.scroll_event .mouse img,
.scroll_event .arr img {
  width: 100%;
}
/* 깜빡이는 애니메이션 */
@keyframes blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
}

/* 위아래로 움직이는 애니메이션 */
@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
}
.main_visual_swiper .swiper-slide {
  z-index: -1;
}
.main_visual_swiper .swiper-slide.swiper-slide-visible.swiper-slide-active {
  z-index: 1;
}
.main_visual_swiper .swiper-pagination-vertical.swiper-pagination-bullets,
.main_visual_swiper .swiper-vertical > .swiper-pagination-bullets {
  width: 100px;
  right: 20px;
}
.main_visual_swiper .swiper-pagination-bullet {
  background: transparent;
  opacity: 1;
  margin: 32px 0;
  /* width: 10px; */
  height: 10px;
  position: relative;
  width: 100%;
}
.main_visual_swiper .swiper-pagination-bullet::after {
  content: "";
  width: 8px;
  height: 8px;
  background: #c3c4c6;
  border-radius: 50%;
  /* left: 14px; */
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: initial;
  right: 6px;
}
.main_visual_swiper .swiper-pagination-bullet i {
  position: absolute;
  background: rgba(7, 9, 28, 0.8);
  line-height: 28px;
  border-radius: 100px;
  padding: 0 25px 0 10px;
  width: auto;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-style: normal;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
/* .main_visual_swiper .swiper-pagination-bullet:nth-child(4) i {
  padding-right: 20px;
} */
.main_visual_swiper .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.main_visual_swiper .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 32px 0;
}
.main_visual_swiper .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet:last-child,
.main_visual_swiper .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet:last-child {
  /* display: none; */
}
.main_visual_swiper .swiper-pagination-bullet-active::after {
  width: 12px;
  height: 12px;
  background: #41b0e9;
}
.main_visual_swiper .swiper-pagination-bullet-active i {
  opacity: 1;
}
@media (max-width: 1440px) {
  .main_visual_swiper .swiper-pagination-vertical.swiper-pagination-bullets,
  .main_visual_swiper .swiper-vertical > .swiper-pagination-bullets {
    width: 4.5833vw;
  }
  .main_visual_swiper .swiper-pagination-bullet {
    margin: 1.6667vw 0;
    width: 100%;
    height: 0.5208vw;
  }
  .main_visual_swiper .swiper-pagination-bullet::after {
    width: 0.4167vw;
    height: 0.4167vw;
    right: 0.3125vw;
  }
  .main_visual_swiper .swiper-pagination-bullet i {
    line-height: 1.4063vw;
    padding: 0 1.3021vw 0 0.5208vw;
    font-size: 0.7813vw;
  }
  .main_visual_swiper .swiper-pagination-bullet-active::after {
    width: 0.625vw;
    height: 0.625vw;
  }
  /* .main_visual_swiper .swiper-pagination-bullet:nth-child(4) i {
    padding-right: 1.0417vw;
  } */
  .main_visual_swiper .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
  .main_visual_swiper .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 1.6667vw 0;
  }
}
.visual_sec_02 {
  background: #ebf3ff;
}
.visual_sec_02_cont,
.visual_sec_03_cont,
.visual_sec_04_cont,
.visual_sec_05_cont {
  width: 100%;
  height: 100vh;
  padding: 177px 20px 0;
  max-width: 1440px;
  margin: 0 auto;
  /* display: flex;
  flex-direction: column;
  justify-content: center; */
}
.visual_section .sec_title {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 30px;
  margin-left: 30px;
}
.visual_section .sec_title.center {
  flex-direction: column;
  gap: 20px;
}
.visual_section .sec_title h2 {
  display: flex;
  align-items: center;
  gap: 19px;
  line-height: 38px;
  color: #05141f;
  font-size: 32px;
  font-weight: 800;
}
.visual_section .sec_title h2 b {
  font-family: "Poppins", sans-serif;
  font-size: 34px;
  color: #1a3d74;
}
.visual_section .sec_title h2 b i {
  color: #25aae1;
  font-style: normal;
}
.visual_section .sec_title .desc {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.2;
}
.visual_section .sec_title .desc b {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 6px;
  display: block;
}
.visual_sec_02_cont .item_bx_wr {
}
.visual_sec_02_cont .item_bx_wr .row {
  display: flex;
  align-items: center;
  gap: 47px 40px;
}
.visual_sec_02_cont .item {
  position: relative;
  width: calc(50% - 20px);
  cursor: pointer;
  overflow: hidden;
  border-radius: 30px;
  opacity: 0;
  transition: all 1s;
}
.visual_sec_02_cont .item.on {
  opacity: 1;
}
.visual_sec_02_cont .item a {
  display: block;
  width: 100%;
  height: 100%;
}
.visual_sec_02_cont .item .img_bx {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 1s;
  border-radius: 30px;
  overflow: hidden;
}
.visual_sec_02_cont .item:hover .img_bx.zoom {
  transform: scale(1.2);
}

.visual_sec_02_cont .item .txt_bx {
  position: relative;
  color: #fff;
}
.visual_sec_02_cont .item .img_bx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.visual_sec_02_cont .row {
  display: flex;
  gap: 40px;
  margin-top: 30px;
}
.visual_sec_02_cont .row:first-child {
  margin-top: 0;
}
.visual_sec_02_cont .items {
  width: calc(50% - 20px);
  display: flex;
  gap: 30px 40px;
}
.visual_sec_02_cont .item_01 {
  width: calc(50% - 20px);
  height: 250px;
  padding: 50px 40px;
  font-size: 14px;
  font-weight: 300;
  text-align: right;
}
.visual_sec_02_cont .item_01 p {
  font-size: 19px;
  font-weight: 400;
  line-height: 1.8;
}
.visual_sec_02_cont .item_01 h3 {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.45;
  margin-bottom: 19px;
}
.visual_sec_02_cont .item_02,
.visual_sec_02_cont .item_03 {
  width: calc(50% - 20px);
  height: 220px;
}
.visual_sec_02_cont .item_02 a,
.visual_sec_02_cont .item_03 a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  font-size: 21px;
  font-weight: 800;
}
.visual_sec_02_cont .item_02 a::after,
.visual_sec_02_cont .item_03 a::after {
  content: "";
  display: block;
  width: 39px;
  height: 15px;
  z-index: 100;
  background: url(../../images/hmpg/main_2_arr_w.png) no-repeat center / contain;
}
.visual_sec_02_cont .item_02 .img_bx.zoom::after,
.visual_sec_02_cont .item_03 .img_bx.zoom::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;

  background: linear-gradient(
    to bottom,
    rgba(89, 170, 232, 0.3) 0%,
    rgba(89, 170, 232, 0.7) 80%,
    rgba(89, 170, 232, 1) 100%
  );
  opacity: 0;
  transition: all 1s;
}
.visual_sec_02_cont .item_03 .img_bx.zoom::after {
  background: linear-gradient(
    to bottom,
    rgba(119, 166, 240, 0.3) 0%,
    rgba(119, 166, 240, 0.7) 80%,
    rgba(119, 166, 240, 1) 100%
  );
}
.visual_sec_02_cont .item_02:hover .img_bx.zoom::after,
.visual_sec_02_cont .item_03:hover .img_bx.zoom::after {
  opacity: 1;
}
.visual_sec_02_cont .item_04,
.visual_sec_02_cont .item_05 {
  height: 230px;
  display: flex;
  align-items: flex-end;
  padding: 30px 40px;
}
.visual_sec_02_cont .item_04 a,
.visual_sec_02_cont .item_05 a {
  height: auto;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.2;
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
}
.visual_sec_02_cont .item_04 a {
  color: #fff;
}
.visual_sec_02_cont .item_04 a:after {
  content: "";
  display: block;
  width: 39px;
  height: 15px;
  background: url(../../images/hmpg/main_2_arr_w.png) no-repeat center / contain;
}
.visual_sec_02_cont .item_05 a:after {
  content: "";
  display: block;
  width: 39px;
  height: 15px;
  background: url(../../images/hmpg/main_2_arr.png) no-repeat center / contain;
}
.visual_sec_02_cont .item_06 {
  overflow: visible;
}
.visual_sec_02_cont .item_06 a {
  height: 220px;
  padding: 26px 52px 40px;
  font-size: 16px;
}
.visual_sec_02_cont .item_06 a:after {
  content: "";
  display: block;
  width: 39px;
  height: 15px;
  background: url(../../images/hmpg/main_2_arr.png) no-repeat center / contain;
  position: absolute;
  bottom: 39px;
  left: 52px;
}
.visual_sec_02_cont .item_06 .txt_bx {
  color: #223958;
}
.visual_sec_02_cont .item_06 h3 {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
  margin-top: 10px;
}
.visual_sec_02_cont .item_06 p {
  font-size: 17px;
  margin-top: 20px;
  font-weight: bold;
  line-height: 1.32;
  position: relative;
}

.visual_sec_02_cont .item_06 p::before {
  content: "";
  width: 14px;
  height: 12px;
  background: url(../../images/hmpg/icon_quotes.png) no-repeat center / contain;
  display: block;
  position: absolute;
  top: -5px;
  left: -21px;
  transform: rotate(180deg);
}
.visual_sec_02_cont .item_06 p::after {
  content: "";
  width: 14px;
  height: 12px;
  background: url(../../images/hmpg/icon_quotes.png) no-repeat center / contain;
  display: inline-block;
}
.visual_sec_02_cont .item_06 .ceo_img {
  position: absolute;
  width: 200px;
  height: 262px;
  bottom: 0;
  right: 0;
}
.visual_sec_02_cont .item_06 .ceo_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
}
.visual_sec_03 {
  background: #fff;
}
.visual_sec_03_cont .sec_title {
  margin-bottom: 0;
}

.visual_sec_03_cont .sec_03_slide_wr,
.visual_sec_03_cont .row {
  opacity: 0;
  transform: translateY(10%);
  transition: all 0.3s;
}

.visual_sec_03_cont .sec_03_slide_wr.on,
.visual_sec_03_cont .row.on {
  opacity: 1;
  transform: translateY(0);
}
.visual_sec_03_cont .sec_03_slide {
  padding: 42px 0 35px;
}
.sec_03_slide .swiper-slide {
  pointer-events: auto !important;
}
.sec_03_slide .item {
  height: 190px;
  border-radius: 16px;
  background-color: #ffffff;
  border: 1px solid #d8d8d8;
  display: block;
  width: 100%;
  padding: 24px;
  transition: all 0.3s;
}
.sec_03_slide .swiper-slide:nth-child(2n) {
  transform: translateY(34px);
}
.sec_03_slide .item:hover {
  background-color: #4897d3;
  border-color: #4897d3;
}
.sec_03_slide .swiper-slide {
  padding: 0 19px 0 1px;
}
.sec_03_slide .item p {
  margin-bottom: 10px;
  font-size: 15px;
  color: #5a5b5d;
}
.sec_03_slide .item:hover p,
.sec_03_slide .item:hover .subject,
.sec_03_slide .item:hover .date {
  color: #fff;
}
.sec_03_slide .item .subject {
  margin-bottom: 14px;
  font-size: 15px;
  color: #5a5b5d;
  font-size: 17px;
  line-height: 24px;
  color: #05141f;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.sec_03_slide .item .date {
  font-size: 14px;
  line-height: 24px;
  color: #5a5b5d;
  font-weight: 300;
  font-family: "Poppins";
  margin-bottom: 14px;
  display: block;
}
.sec_03_slide .item .bar {
  width: 100%;
  height: 1px;
  background-color: #c3c4c6;
  transition: all 0.3s;
  margin-bottom: 16px;
}
.sec_03_slide .item:hover .bar {
  background: #fff;
}
.sec_03_slide .item .arr {
  width: 23px;
  height: 13px;
  margin-left: auto;
  background: url(../../images/hmpg/icon_more.png) no-repeat center / contain;
  transition: all 0.3s;
}
.sec_03_slide .item:hover .arr {
  background: url(../../images/hmpg/icon_more_w.png) no-repeat center / contain;
}
.sec_03_slide_controller {
  position: absolute;
  top: 0;
  right: 0;
  width: 330px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}

.sec_03_slide_controller .btn_slide {
  width: 21px;
  height: 21px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../images/hmpg/icon_pause.png);
  background-size: 18px 21px;
}
.sec_03_slide_controller .btn_slide.pause {
  background-image: url(../../images/hmpg/icon_pause.png);
  background-size: 18px 21px;
}
.sec_03_slide_controller .btn_slide.play {
  background-image: url(../../images/hmpg/icon_play.png);
  background-size: 12px 21px;
}
.sec_03_slide_controller .sec_03_slide_prev,
.sec_03_slide_controller .sec_03_slide_next {
  width: 21px;
  height: 21px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../images/hmpg/sec03_slide_arr.png);
  background-size: 11px 21px;
}
.sec_03_slide_controller .sec_03_slide_next {
  transform: rotate(180deg);
}
.sec_03_slide_controller .swiper-pagination-progressbar.swiper-pagination-horizontal {
  width: 100px;
  height: 2px;
  background-color: rgba(132, 134, 139, 0.4);
  position: relative;
}
.sec_03_slide_controller .swiper-pagination-progressbar.swiper-pagination-horizontal span {
  background: #1a3d74;
}
.visual_sec_03_cont .row {
  padding-top: 10px;
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
.visual_sec_03_cont .box {
  width: calc(25% - 26.6px);
  position: relative;
  height: 243px;
}
.visual_sec_03_cont .box .img_bx {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 30px;
  overflow: hidden;
}
.visual_sec_03_cont .box.box01 {
  width: 270px;
}
.visual_sec_03_cont .box.box01 .img_bx {
  overflow: hidden;
  border: 1px solid #bdc7d5;
}
.visual_sec_03_cont .box.box02 .img_bx {
  height: calc(100% - 90px);
  border-radius: 30px 30px 0 0;
}
.visual_sec_03_cont .box.box01::before {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 44px;
  background: url(../../images/hmpg/ribbon.png) no-repeat center / contain;
  top: -10px;
  right: 23px;
  z-index: 2;
}
.visual_sec_03_cont .box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.visual_sec_03_cont .box .txt_bx {
  position: relative;
}
.visual_sec_03_cont .box01 .txt_bx {
  padding: 35px 10px 10px 35px;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  color: #05141f;
}
.visual_sec_03_cont .box01 .txt_bx h3 {
  margin: 10px 0 17px;
  font-size: 20px;
  font-weight: bold;
  color: #05141f;
  line-height: 1;
}
.visual_sec_03_cont .box01 .txt_bx .arr {
  width: 29px;
  height: 11px;
  background: url(../../images/hmpg/main_2_arr.png) no-repeat center / contain;
}
.visual_sec_03_cont .box02 {
  flex: 1 1 auto;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  overflow: hidden;
  border-radius: 30px;
}
.visual_sec_03_cont .box02 .txt_bx {
  width: 100%;
  height: 90px;
  background: #223958;
  padding: 20px 24px;
}
.visual_sec_03_cont .box02 .txt_bx h3 {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.visual_sec_03_cont .box02 .txt_bx p {
  font-size: 13px;
  color: #ffffff;
  font-weight: 300;
  font-family: "Poppins";
  margin-top: 2px;
}
.main_banner_slide_wr {
  width: calc(50% - 26.6px);
  height: 243px;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.main_banner_slide_wr .main_banner_slide {
  height: 100%;
}
.main_banner_slide_wr .swiper-slide {
  height: 100%;
}
.main_banner_slide_wr .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.main_banner_slide_wr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main_banner_slide_wr .main_banner_controller {
  position: absolute;
  width: 100%;
  height: 40px;
  background: rgba(5, 20, 31, 0.6);
  bottom: 0;
  left: 0;
  z-index: 10;
  padding: 0 44px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.main_banner_controller .swiper-pagination-bullets.swiper-pagination-horizontal {
  width: auto;
}
.main_banner_pagination .swiper-pagination-bullet {
  font-size: 12px;
  color: #ffffff;
  font-weight: 600;
  font-family: "Poppins";
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background: none;
  position: relative;
}
.main_banner_pagination .swiper-pagination-bullet::after {
  display: none;
}
.main_banner_pagination .swiper-pagination-bullet-active {
  transform: scale(1);
  background: #25aae1;
}
.main_banner_btn_play {
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../images/hmpg/icon_pause_w.png);
  background-size: 9px 12px;
}
.main_banner_btn_play.pause {
  background-image: url(../../images/hmpg/icon_pause_w.png);
  background-size: 9px 12px;
}
.main_banner_btn_play.play {
  background-image: url(../../images/hmpg/icon_play_w.png);
  background-size: 8px 10px;
}

/* visual_sec_04_cont */
.visual_sec_04_cont .sec_04_slide_wr,
.visual_sec_04_cont .sec_04_slide_nav {
  opacity: 0;
  transform: translateY(10%);
  transition: all 0.3s;
}

.visual_sec_04_cont .sec_04_slide_wr.on,
.visual_sec_04_cont .sec_04_slide_nav.on {
  opacity: 1;
  transform: translateY(0);
}
.visual_sec_04 .img_bx,
.visual_sec_05 .img_bx {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.visual_sec_04_cont .sec_title,
.visual_sec_05_cont .sec_title {
  position: relative;
}
.visual_sec_04_cont .sec_title,
.visual_sec_04_cont .sec_title h2,
.visual_sec_04_cont .sec_title h2 b {
  color: #fff;
}
.visual_sec_04 .img_bx img,
.visual_sec_05 .img_bx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.visual_sec_04_cont .sec_04_slide_wr {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
}
.visual_sec_04_cont .sec_04_slide {
  width: 680px;
  margin: 0 auto;
}
.sec_04_slide_wr .sec_04_slide_bx {
  width: 620px;
  height: 200px;
  padding: 48px 32px 43px 66px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.86);
  margin: 0 auto;
}
.sec_04_slide_wr .sec_04_slide_bx a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
}
.sec_04_slide_wr .sec_04_slide_bx h4 {
  font-size: 18px;
  line-height: 1.5;
  color: #05141f;
  max-width: 500px;
  position: relative;
}
.sec_04_slide_wr .sec_04_slide_bx h4::before {
  content: "";
  width: 14px;
  height: 12px;
  background: url(../../images/hmpg/icon_quotes.png) no-repeat center / contain;
  display: block;
  position: absolute;
  top: -5px;
  left: -21px;
  transform: rotate(180deg);
}
.sec_04_slide_wr .sec_04_slide_bx h4::after {
  content: "";
  width: 14px;
  height: 12px;
  background: url(../../images/hmpg/icon_quotes.png) no-repeat center / contain;
  display: inline-block;
}
.sec_04_slide_wr .sec_04_slide_bx .arr {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 29px;
  font-size: 16px;
  line-height: 32px;
}
.sec_04_slide_wr .sec_04_slide_bx .arr::after {
  content: "";
  width: 39px;
  height: 15px;
  background: url(../../images/hmpg/main_2_arr.png) no-repeat center / contain;
}
.sec_04_slide_next,
.sec_04_slide_prev {
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  background-size: 10px 16px;
  background-image: url(../../images/hmpg/slide_btn_arr_b.png);
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s;
}
.sec_04_slide_next {
  left: initial;
  right: 20px;
  transform: rotate(180deg) translateY(50%);
}
.sec_04_slide_next:hover,
.sec_04_slide_prev:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

.sec_04_slide_nav {
  position: relative;
  max-width: 1410px;
  width: 100%;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1px;
  padding: 57px 20px;
}

.sec_04_slide_nav .nav_bx {
  background: rgba(12, 61, 115, 0.65);
  flex: 1;
  padding: 25px 27px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 150px;
  transition: all 0.3s;
  position: relative;
}
.sec_04_slide_nav .nav_bx span {
  font-size: 12px;
  line-height: 2;
  color: #83a5ca;
  position: absolute;
  top: 10px;
  right: 10px;
}
.sec_04_slide_nav .nav_bx.on {
  background: #41b0e9;
  border-radius: 20px !important;
  transform: scale(1.1);
  z-index: 10;
}

.sec_04_slide_nav .nav_bx.on span {
  color: #fff;
}
.sec_04_slide_nav .nav_bx:hover {
  border-radius: 20px !important;
  transform: scale(1.1);
}
.sec_04_slide_nav .nav_bx.on h3 {
  color: #fff;
}
.sec_04_slide_nav .nav_bx.on .tag {
  background: #fff;
  color: #05141f;
}
.sec_04_slide_nav .nav_bx:first-child {
  border-radius: 20px 0 0 20px;
}
.sec_04_slide_nav .nav_bx:last-child {
  border-radius: 0 20px 20px 0;
}
.sec_04_slide_nav .nav_bx .tag {
  height: 33px;
  line-height: 31px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 30px;
  display: inline-block;
  margin-left: auto;
  padding: 0 15px;
  border-radius: 100px;
  transition: all 0.3s;
  font-size: 14px;
}
.sec_04_slide_nav .nav_bx h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  transition: all 0.3s;
}

/* visual_sec_05_cont */
.visual_sec_05_cont .service_list_bx,
.visual_sec_05_cont .service_info_bx {
  opacity: 0;
  transform: translateY(10%);
  transition: all 0.3s;
}

.visual_sec_05_cont .service_list_bx.on,
.visual_sec_05_cont .service_info_bx.on {
  opacity: 1;
  transform: translateY(0);
}
.visual_sec_05_cont .sec_title,
.visual_sec_05_cont .sec_title h2,
.visual_sec_05_cont .sec_title h2 b {
  color: #fff;
}
.service_info_wr {
  display: flex;
  align-items: stretch;
  gap: 40px;
  position: relative;
  color: #fff;
}
.service_info_wr a {
  color: #fff;
  font-size: 17px;
  line-height: 19px;
  padding: 20px 0;
  display: block;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.service_info_wr a:hover {
  text-decoration: underline;
  text-underline-position: under;
}
.service_info_wr a:after {
  content: "";
  display: block;
  width: 23px;
  height: 9px;
  background: url(../../images/hmpg/main_2_arr_w.png) no-repeat center / contain;
}
.service_info_wr .service_list li {
  border-top: 1px dashed rgba(255, 255, 255, 0.45);
}
.service_info_wr li:first-child {
  border-top: 0;
}
.service_info_wr li:last-child a {
  padding-bottom: 0;
}
.service_info_wr h3 {
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 20px;
}
.service_info_wr .service_list_bx {
  width: 23%;
  border-radius: 30px;
  border: 1px solid #fff;
  padding: 45px 59px;
}
.service_info_wr .service_info_bx {
  flex: 1 1 auto;
  border-radius: 30px;
  border: 1px solid #ffffff;
  padding: 45px 59px;
}
.service_info_wr .service_info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  margin-top: 10px;
}
.service_info_wr .service_info li {
  display: flex;
  align-items: center;
  gap: 40px;
}
.service_info_wr .service_info .icon_bx {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.service_info_wr .service_info .info_01 .icon_bx img {
  width: 35px;
  height: 47px;
}
.service_info_wr .service_info .info_02 .icon_bx img {
  width: 40px;
  height: 51px;
}
.service_info_wr .service_info .info_03 .icon_bx img {
  width: 50px;
  height: 50px;
}
.service_info_wr .service_info .img_bx img {
}
.service_info_wr .service_info .txt_bx {
  font-size: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  line-height: 1.2;
}
.service_info_wr .service_info .txt_bx h4 {
  font-weight: bold;
  font-size: 17px;
}
.service_info_wr .service_info .txt_bx h3 {
  font-size: 19px;
  font-weight: bold;
}
.footer_slide {
  background: #07091c;
  padding-top: 200px;
  height: 745px !important;
}
#main .main_visual_swiper {
  display: block;
}
#main .bottomarea {
  /* display: none; */
}
#main .main_visual_swiper .bottomarea {
  display: block;
}

#main .main_visual_mo {
  display: none;
}
@media (max-width: 1920px) {
  .visual_section .visual_sec_01_cont {
    padding: 13.0208vw 1.0417vw 0;
    padding-bottom: 210px;
  }
  .visual_section .main_txt h2 {
    font-size: 2.5vw;
    margin-bottom: 1.6667vw;
  }
  .visual_section .main_txt h3 {
    font-size: 1.25vw;
    margin-bottom: 4.8958vw;
  }
  .visual_sec_02_cont,
  .visual_sec_03_cont,
  .visual_sec_04_cont,
  .visual_sec_05_cont {
    padding: 120px 1.3889vw 0;
    padding-top: calc(90px + 3.6458vw);
  }
}
@media (max-width: 1600px) {
  /* .main_visual_swiper .swiper-pagination-vertical.swiper-pagination-bullets,
  .main_visual_swiper .swiper-vertical > .swiper-pagination-bullets {
    right: 2vw;
  } */
}
@media (max-width: 1440px) {
  /* .main_visual_swiper .swiper-pagination-vertical.swiper-pagination-bullets,
  .main_visual_swiper .swiper-vertical > .swiper-pagination-bullets {
    right: 1vw;
  } */
  .main_visual_swiper .swiper-pagination-bullet {
    margin: 2.2222vw 0;
    /* width: 0.6944vw; */
    height: 0.6944vw;
  }
  .main_visual_swiper .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
  .main_visual_swiper .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 2.2222vw 0;
  }
  .visual_section .main_txt {
    padding-left: 4.5313vw;
  }
  .floating_swiper_wr {
    padding: 0 5.7292vw;
  }
  .floating_swiper .floating_item p {
    font-size: 14px;
  }
  .floating_swiper .swiper-slide {
    padding: 0 1.4063vw 1.3889vw;
  }
  .floating_swiper .floating_item .img_bx {
    height: 5vw;
    border-radius: 1.1111vw;
    margin-bottom: 0.8333vw;
    background-size: auto 3.5417vw;
  }
  .floating_swiper .floating_item p {
    font-size: 0.9722vw;
  }
  .floating_swiper_prev,
  .floating_swiper_next {
    width: 4.1667vw;
    height: 4.1667vw;
    left: 0;
    background-size: 1.0417vw 1.875vw;
  }
  .floating_swiper_next {
    right: 0;
    left: initial;
  }
  .visual_section .sec_title {
    gap: 1.3021vw;
    margin-bottom: 1.5625vw;
    margin-left: 1.5625vw;
  }
  .visual_section .sec_title.center {
    gap: 1.0417vw;
  }
  .visual_section .sec_title h2 {
    gap: 0.9896vw;
    line-height: 1.9792vw;
    font-size: 1.6667vw;
  }
  .visual_section .sec_title h2 b {
    font-size: 1.7708vw;
  }
  .visual_section .sec_title .desc {
    font-size: 0.625vw;
  }
  .visual_section .sec_title .desc b {
    font-size: 0.6771vw;
    margin-bottom: 0.3125vw;
  }
  .visual_sec_02_cont .item_bx_wr .row {
    gap: 3.2639vw 2.7778vw;
  }
  .visual_sec_02_cont .item {
    width: calc(50% - 1.3889vw);
    border-radius: 2.0833vw;
  }
  .visual_sec_02_cont .item .img_bx {
    border-radius: 2.0833vw;
  }

  .visual_sec_02_cont .row {
    gap: 2.7778vw;
    margin-top: 1.5625vw;
  }
  .visual_sec_02_cont .items {
    width: calc(50% - 1.3889vw);
    gap: 2.7778vw;
  }
  .visual_sec_02_cont .item_01 {
    width: calc(50% - 1.0417vw);
    height: 11.9792vw;
    padding: 2.6042vw 2.0833vw;
    font-size: 0.7292vw;
  }
  .visual_sec_02_cont .item_01 p {
    font-size: 0.9896vw;
  }
  .visual_sec_02_cont .item_01 h3 {
    font-size: 1.25vw;
    margin-bottom: 0.9896vw;
  }
  .visual_sec_02_cont .item_02,
  .visual_sec_02_cont .item_03 {
    width: calc(50% - 1.0417vw);
    height: 11.4583vw;
  }
  .visual_sec_02_cont .item_02 a,
  .visual_sec_02_cont .item_03 a {
    font-size: 1.0938vw;
  }
  .visual_sec_02_cont .item_04,
  .visual_sec_02_cont .item_05 {
    height: 11.9792vw;
    padding: 1.5625vw 2.0833vw;
  }
  .visual_sec_02_cont .item_04 a,
  .visual_sec_02_cont .item_05 a {
    font-size: 0.9896vw;
    gap: 1.3889vw;
  }
  .visual_sec_02_cont .item_04 a:after {
    width: 2.0313vw;
    height: 0.7813vw;
  }
  .visual_sec_02_cont .item_05 a:after {
    width: 2.0313vw;
    height: 0.7813vw;
  }
  .visual_sec_02_cont .item_06 a {
    height: 11.4583vw;
    padding: 1.3542vw 2.7083vw 2.0833vw;
    font-size: 0.8333vw;
  }
  .visual_sec_02_cont .item_06 a:after {
    width: 2.0313vw;
    height: 0.7813vw;
    bottom: 2.0313vw;
    left: 2.7083vw;
  }
  .visual_sec_02_cont .item_06 h3 {
    font-size: 1.25vw;
    margin-top: 0.5208vw;
  }
  .visual_sec_02_cont .item_06 p {
    font-size: 0.8854vw;
    margin-top: 1.0417vw;
  }

  .visual_sec_02_cont .item_06 p::before {
    width: 0.7292vw;
    height: 0.625vw;
    top: -0.2604vw;
    left: -1.0938vw;
  }
  .visual_sec_02_cont .item_06 p::after {
    width: 0.7292vw;
    height: 0.625vw;
  }
  .visual_sec_02_cont .item_06 .ceo_img {
    width: 10.4167vw;
    height: 13.6458vw;
  }
  .visual_sec_03_cont .sec_title {
    margin-bottom: 0;
  }
  .visual_sec_03_cont .sec_03_slide {
    padding: 2.1875vw 0 1.8229vw;
  }
  .sec_03_slide .item {
    height: auto;
    border-radius: 1.1111vw;
    padding: 1.25vw;
  }

  .sec_03_slide .swiper-slide:nth-child(2n) {
    transform: translateY(1.7708vw);
  }
  .sec_03_slide .swiper-slide {
    padding: 0 0.9896vw 0 1px;
  }
  .sec_03_slide .item p {
    margin-bottom: 0.5208vw;
    font-size: 0.7813vw;
  }
  .sec_03_slide .item .subject {
    margin-bottom: 0.7292vw;
    font-size: 0.7813vw;
    line-height: 1.2;
  }
  .sec_03_slide .item .date {
    font-size: 0.7292vw;
    margin-bottom: 0.7292vw;
    line-height: 1.7;
  }
  .sec_03_slide .item .bar {
    height: 0.0521vw;
    margin-bottom: 0.8333vw;
  }

  .sec_03_slide .item .arr {
    width: 1.1979vw;
    height: 0.6771vw;
  }
  .sec_03_slide_controller {
    width: 22.9167vw;
    height: 1.0417vw;
    gap: 1.3889vw;
    right: 1.6667vw;
  }

  .sec_03_slide_controller .btn_slide {
    width: 1.4583vw;
    height: 1.4583vw;
    background-size: 1.25vw 1.4583vw;
  }
  .sec_03_slide_controller .btn_slide.pause {
    background-size: 1.25vw 1.4583vw;
  }
  .sec_03_slide_controller .btn_slide.play {
    background-size: 0.8333vw 1.4583vw;
  }
  .sec_03_slide_controller .swiper-pagination-progressbar.swiper-pagination-horizontal {
    width: 5.2083vw;
    height: 0.1389vw;
  }

  .sec_03_slide_controller .btn_slide {
    width: 1.4583vw;
    height: 1.4583vw;
    background-size: 1.25vw 1.4583vw;
  }
  .sec_03_slide_controller .btn_slide.pause {
    background-size: auto 1vw;
  }
  .sec_03_slide_controller .btn_slide.play {
    background-size: auto 1vw;
  }
  .sec_03_slide_controller .sec_03_slide_prev,
  .sec_03_slide_controller .sec_03_slide_next {
    width: 1vw;
    height: 1vw;
    background-size: auto 1vw;
  }
  .visual_sec_03_cont .row {
    padding: 0.5208vw 0;
    gap: 2.0833vw;
  }
  .visual_sec_03_cont .box {
    width: calc(25% - 1.8472vw);
    height: 12.6563vw;
  }
  .visual_sec_03_cont .box .img_bx {
    border-radius: 2.0833vw;
  }
  .visual_sec_03_cont .box.box01 {
    width: 18%;
  }
  .visual_sec_03_cont .box.box01::before {
    width: 2.7778vw;
    height: 3.0556vw;
    top: -0.6944vw;
    right: 1.5972vw;
  }
  .visual_sec_03_cont .box01 .txt_bx {
    padding: 1.8229vw 0.5208vw 0.5208vw 1.8229vw;
    font-size: 0.7292vw;
    line-height: 1.25vw;
  }
  .visual_sec_03_cont .box01 .txt_bx h3 {
    margin: 0.5208vw 0 0.8854vw;
    font-size: 1.0417vw;
  }
  .visual_sec_03_cont .box01 .txt_bx .arr {
    width: 2.7083vw;
    height: 1.0417vw;
  }
  .visual_sec_03_cont .box02 {
    border-radius: 2.0833vw;
  }
  .visual_sec_03_cont .box.box02 .img_bx {
    height: calc(100% - 4.6875vw);
    border-radius: 1.5625vw 1.5625vw 0 0;
  }
  .visual_sec_03_cont .box02 .txt_bx {
    height: 4.6875vw;
    padding: 1.0417vw 1.25vw;
  }
  .visual_sec_03_cont .box02 .txt_bx h3 {
    font-size: 0.8333vw;
    line-height: 1.5;
  }
  .visual_sec_03_cont .box02 .txt_bx p {
    font-size: 0.6771vw;
    margin-top: 0;
  }
  .main_banner_slide_wr {
    width: calc(50% - 1.3854vw);
    height: 12.6563vw;
    border-radius: 1.5625vw;
  }
  .main_banner_slide_wr .main_banner_controller {
    height: 2.0833vw;
    padding: 0 2.2917vw;
    gap: 0.5208vw;
    bottom: 0;
  }
  .main_banner_pagination .swiper-pagination-bullet {
    font-size: 0.625vw;
    width: 1.4583vw;
    height: 1.4583vw;
    line-height: 1.4583vw;
  }
  .main_banner_btn_play {
    width: 0.8333vw;
    height: 0.8333vw;
    background-size: 0.625vw 0.8333vw;
  }
  .main_banner_btn_play.pause {
    background-size: 0.625vw 0.8333vw;
  }
  .main_banner_btn_play.play {
    background-size: 0.5556vw 0.6944vw;
  }

  /* visual_sec_04_cont */
  .visual_sec_04_cont .sec_04_slide {
    width: 47.2222vw;
  }
  .sec_04_slide_wr .sec_04_slide_bx {
    width: 32.2917vw;
    height: 11.3021vw;
    padding: 2.5vw 1.6667vw 2.2396vw 3.4375vw;
    border-radius: 2.0833vw;
  }
  .sec_04_slide_wr .sec_04_slide_bx h4 {
    font-size: 0.9375vw;
    max-width: 34.7222vw;
  }
  .sec_04_slide_wr .sec_04_slide_bx h4::before {
    width: 0.9722vw;
    height: 0.8333vw;
    top: -0.3472vw;
    left: -1.4583vw;
  }
  .sec_04_slide_wr .sec_04_slide_bx h4::after {
    width: 0.9722vw;
    height: 0.8333vw;
  }
  .sec_04_slide_wr .sec_04_slide_bx .arr {
    gap: 1.5104vw;
    font-size: 0.8333vw;
    line-height: 1.6667vw;
  }
  .sec_04_slide_wr .sec_04_slide_bx .arr::after {
    width: 2.0313vw;
    height: 0.7813vw;
  }
  .sec_04_slide_next,
  .sec_04_slide_prev {
    width: 2.6042vw;
    height: 2.6042vw;
    background-size: 0.5208vw 0.8333vw;
  }
  /* .sec_04_slide_next {
    left: initial;
    right: 1.3889vw;
  } */

  .sec_04_slide_nav {
    padding: 2.9688vw 1.0417vw;
  }

  .sec_04_slide_nav .nav_bx {
    padding: 1.3021vw 1.4063vw;
    height: 9.8958vw;
  }
  .sec_04_slide_nav .nav_bx:hover {
    border-radius: 1.3889vw !important;
  }
  .sec_04_slide_nav .nav_bx:first-child {
    border-radius: 1.3889vw 0 0 1.3889vw;
  }
  .sec_04_slide_nav .nav_bx:last-child {
    border-radius: 0 1.3889vw 1.3889vw 0;
  }
  .sec_04_slide_nav .nav_bx .tag {
    height: 2.2917vw;
    line-height: 2.1528vw;
    margin-bottom: 1.5625vw;
    padding: 0 1.0417vw;
    border-radius: 6.9444vw;
    font-size: 0.7292vw;
  }
  .sec_04_slide_nav .nav_bx h3 {
    font-size: 1.0417vw;
  }

  /* visual_sec_05_cont */

  .service_info_wr {
    gap: 2.7778vw;
  }
  .service_info_wr a {
    font-size: 0.8854vw;
    line-height: 0.9896vw;
    padding: 1.0417vw 0;
  }
  .service_info_wr a:after {
    width: 1.5972vw;
    height: 0.625vw;
  }
  .service_info_wr h3 {
    font-size: 1.0417vw;
    margin-bottom: 1.0417vw;
  }
  .service_info_wr .service_list_bx {
    border-radius: 2.0833vw;
    padding: 2.3438vw 3.0729vw;
  }
  .service_info_wr .service_info_bx {
    border-radius: 2.0833vw;
    padding: 2.3438vw 3.0729vw;
  }
  .service_info_wr .service_info {
    gap: 1.6667vw;
  }
  .service_info_wr .service_info li {
    gap: 2.0833vw;
  }
  .service_info_wr .service_info .icon_bx {
    width: 4.7917vw;
    height: 4.7917vw;
  }
  .service_info_wr .service_info .info_01 .icon_bx img {
    width: 1.8229vw;
    height: 2.4479vw;
  }
  .service_info_wr .service_info .info_02 .icon_bx img {
    width: 2.0833vw;
    height: 2.6563vw;
  }
  .service_info_wr .service_info .info_03 .icon_bx img {
    width: 2.6042vw;
    height: 2.6042vw;
  }
  .service_info_wr .service_info .txt_bx {
    font-size: 0.7813vw;
    gap: 0.5208vw;
  }
  .service_info_wr .service_info .txt_bx h4 {
    font-size: 0.8854vw;
  }
  .service_info_wr .service_info .txt_bx h3 {
    font-size: 1.3194vw;
  }
}
@media (max-width: 768px) {
  #main .main_visual_swiper {
    display: none;
  }
  #main .bottomarea {
    display: block;
  }
  #main .main_visual_mo {
    display: block;
  }
}
/* 20251126 팝업 반응형 스타일 추가 */
.popupAreaMain {
  position: fixed;
  width: 600px;
  height: 603px;
  top: 10%;
  left: 5%;
  z-index: 99;
}
@media (max-width: 768px) {
  .popupAreaMain {
    width: 90vw;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
