@charset "UTF-8";
.sub_contents_wr {
  padding: 10px 0;
}
.sub_contents_wr .sub_contents_title {
  border-bottom: 1px solid #e0e0e0;
  width: calc(100% - 80px);
  margin: 80px auto 36px;
  position: relative;
}
.sub_contents_wr .sub_contents_title.mb_0 {
  margin-bottom: 0;
}
.sub_contents_wr .sub_contents_title.my_0 {
  margin: 0 auto;
}
.sub_contents_wr .sub_contents_title:first-child {
  margin-top: 0;
}
.sub_contents_wr .sub_contents_title h4 {
  line-height: 1.2;
  font-size: 24px;
  font-weight: 800;
  color: #223958;
  padding-bottom: 14px;
  border-bottom: 3px solid #223958;
  display: inline-block;
  position: relative;
}
.sub_contents_wr .sub_contents_title h4 i {
  font-weight: 400;
  font-style: normal;
}
.sub_contents_wr .sub_contents_title .label_s {
  position: absolute;
  bottom: 4px;
  right: -55px;
  display: block;
  width: 37px;
  height: 42px;
}
.sub_contents_wr .sub_contents_title .label_s img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.sub_contents_wr .sub_contents_title .label_s + .label_s {
  right: -102px;
}
.sub_contents_wr .sub_contents_title .title_float_btn {
  position: absolute;
  right: 0;
  bottom: 16px;
}
.sub_contents_wr .sub_contents_title span {
  font-size: 18px;
  margin-left: 16px;
  color: #223958;
}
.sub_contents_wr .sub_contents_title em {
  font-style: normal;
  color: #223958;
}
.sub_contents_wr .list_contents {
  padding: 56px 90px 0;
}
.sub_contents_wr .list_contents .list_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px 100px;
  margin-top: 70px;
}
.sub_contents_wr .list_contents .list_item.arrow {
  margin-top: 132px;
}
.sub_contents_wr .list_contents .list_item.arrow .list_cont {
  position: relative;
}
.sub_contents_wr .list_contents .list_item.arrow .list_cont::before {
  content: "";
  width: 162px;
  height: 96px;
  background: url(../../images/hmpg/vision_arr.png) no-repeat center/contain;
  position: absolute;
  top: -96px;
  left: 50%;
  transform: translateX(-50%);
}
.sub_contents_wr .list_contents .list_item.mt-10 {
  margin-top: 10px;
}
.sub_contents_wr .list_contents .list_item.align-start {
  align-items: flex-start;
}
.sub_contents_wr .list_contents .list_item:first-child {
  margin-top: 0;
}
.sub_contents_wr .list_contents .list_item .list_title {
  width: 135px;
  color: #05141f;
  font-size: 19px;
  font-weight: 800;
  position: relative;
}
.sub_contents_wr .list_contents .list_item .list_title::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #213f66;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -8px;
}
.sub_contents_wr .list_contents .list_item .list_title::after {
  content: "";
  width: 60px;
  height: 1px;
  background: #e0e0e0;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -72px;
}
.sub_contents_wr .list_contents .list_cont {
  flex: 1;
  max-width: 974px;
}
.sub_contents_wr .list_contents .list_cont.px-25 {
  padding: 0 25px;
}
.sub_contents_wr .list_contents .round_step_bx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.sub_contents_wr .list_contents .round_step_bx li {
  width: calc(33.33% - 15.33px);
  height: 120px;
  color: #05141f;
  border: 1px solid #d9e6f2;
  border-radius: 100px;
  background: #f3f5f9;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sub_contents_wr .list_contents .round_step_bx li span {
  text-align: right;
  font-size: 17px;
  font-weight: 800;
  position: absolute;
  top: 16px;
  right: 49px;
}
.sub_contents_wr .list_contents .round_step_bx li p {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.sub_contents_wr .list_contents .venn_diagram {
  width: 974px;
  display: flex;
  align-items: center;
  background: url(../../images/hmpg/venn_diagram_bg@3x.png) no-repeat center/contain;
}
.sub_contents_wr .list_contents .venn_diagram .box {
  width: 487px;
  height: 177px;
  padding: 30px 0;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  transform: translateX(25px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sub_contents_wr .list_contents .venn_diagram.en .box {
  line-height: 20px;
}
.sub_contents_wr .list_contents .venn_diagram .box.box2 {
  transform: translateX(-25px);
}
.sub_contents_wr .list_contents .venn_diagram .box h6 {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 20px;
}
.sub_contents_wr .list_contents .quotes_slogan {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
.sub_contents_wr .list_contents .quotes_slogan::before, .sub_contents_wr .list_contents .quotes_slogan::after {
  content: "";
  display: block;
  width: 25px;
  height: 20px;
  background: url(../../images/hmpg/quotes.png) no-repeat center/contain;
  transform: translateY(-10px);
}
.sub_contents_wr .list_contents .quotes_slogan::after {
  transform: rotate(180deg) translateY(10px);
}
.sub_contents_wr .list_contents .quotes_slogan p {
  position: relative;
  font-size: 21px;
  line-height: 26px;
}
.sub_contents_wr .list_contents .quotes_slogan p span {
  position: relative;
}
.sub_contents_wr .list_contents .quotes_slogan p b {
  font-size: 34px;
  font-weight: 900;
}
.sub_contents_wr .list_contents .quotes_slogan p::before {
  content: "";
  width: calc(100% + 10px);
  height: 22px;
  background: #ffeedb;
  position: absolute;
  bottom: -4px;
  left: -5px;
}
.sub_contents_wr .list_contents .box_slogan {
  width: 100%;
  min-height: 100px;
  background: #fff;
  border-radius: 100px;
  text-align: center;
  color: #213f66;
  font-size: 25px;
  font-weight: bold;
  line-height: 40px;
  padding: 30px 0;
  border: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
.sub_contents_wr .list_contents .box_slogan .khra_txt_logo {
  display: block;
  font-size: 32px;
  font-weight: 800;
  width: 105px;
  height: 21px;
}
.sub_contents_wr .list_contents .box_slogan .khra_txt_logo img {
  display: block;
  width: 100%;
  height: 100%;
}
.sub_contents_wr .list_contents .box_slogan .khra_txt_logo span {
  color: #41b0e9;
}
.sub_contents_wr .list_contents .step_box {
  display: flex;
  align-items: stretch;
  gap: 15px;
}
.sub_contents_wr .list_contents .step_box + .step_box {
  margin-top: 15px;
}
.sub_contents_wr .list_contents .step_box .box {
  background: #1276c2;
  border: 1px solid #1276c2;
  border-radius: 28px;
  overflow: hidden;
  flex: 1;
}
.sub_contents_wr .list_contents .step_box .box .step_title {
  line-height: 1.2;
  padding: 15px 20px;
  color: #fff;
  min-height: 102px;
}
.sub_contents_wr .list_contents .step_box .box .step_title span {
  display: block;
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 6px;
}
.sub_contents_wr .list_contents .step_box .box .step_title p {
  font-size: 21px;
  font-weight: 400;
  text-align: center;
}
.sub_contents_wr .list_contents .step_box .box .step_title p b {
  font-weight: 800;
}
.sub_contents_wr .list_contents .step_box .box .step_cont {
  background: #fff;
  border-radius: 28px 28px 0 0;
  height: calc(100% - 102px);
  padding: 30px 20px 30px 30px;
}
.sub_contents_wr .list_contents .step_box .box .step_cont li {
  font-size: 17px;
  line-height: 24px;
  margin-top: 20px;
  padding-left: 16px;
  position: relative;
}
.sub_contents_wr .list_contents .step_box .box .step_cont li:first-child {
  margin-top: 0;
}
.sub_contents_wr .list_contents .step_box .box .step_cont li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #1276c2;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
}
.sub_contents_wr .list_contents .step_box .box.box2 {
  background: #c27522;
  border-color: #c27522;
}
.sub_contents_wr .list_contents .step_box .box.box2 li:before {
  background: #c27522;
}
.sub_contents_wr .list_contents .step_box .box.box3 {
  background: #ad9138;
  border-color: #ad9138;
}
.sub_contents_wr .list_contents .step_box .box.box3 li:before {
  background: #ad9138;
}
.sub_contents_wr .list_contents .step_box .box.box4 {
  background: #8f8f92;
  border-color: #8f8f92;
}
.sub_contents_wr .list_contents .step_box .box.box4 li:before {
  background: #8f8f92;
}
.sub_contents_wr .list_contents .step_box .box.box4 .step_cont {
  border-radius: 28px 0 0 0;
  display: flex;
  justify-content: center;
}
.sub_contents_wr .list_contents .step_box .box.box4 .step_cont ul {
  display: inline-block;
  width: auto;
}
.sub_contents_wr .list_contents .step_box .box.box4:first-child .step_cont {
  border-radius: 0 28px 0 0;
}
.sub_contents_wr.terms_contents_wr .sub_contents_title {
  padding-top: 120px;
  margin-top: 0;
}
.sub_contents_wr.terms_contents_wr .sub_contents_title.my_0 {
  margin-top: 0;
}
.sub_contents_wr.terms_contents_wr .sub_contents_table_bx {
  padding: 20px 40px;
}
@media (max-width: 1400px) {
  .sub_contents_wr .list_contents .list_item {
    flex-direction: column;
  }
  .sub_contents_wr .list_contents .list_item.align-start {
    align-items: center;
  }
  .sub_contents_wr .list_contents .list_item.mt-10 {
    margin-top: 30px;
  }
  .sub_contents_wr .list_contents .list_item .list_title {
    margin-right: auto;
  }
  .sub_contents_wr .list_contents .list_item .list_cont {
    flex: initial;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sub_contents_wr .list_contents .list_item .list_cont.row_2 {
    flex-direction: column;
  }
  .sub_contents_wr .list_contents .list_item .list_cont.row_2 .step_box {
    width: 100%;
  }
  .sub_contents_wr .list_contents .venn_diagram {
    width: 100%;
  }
  .sub_contents_wr .list_contents .venn_diagram .box {
    width: 50%;
    transform: translateX(2%);
  }
  .sub_contents_wr .list_contents .venn_diagram .box h6 {
    margin-bottom: 10px;
  }
  .sub_contents_wr .list_contents .venn_diagram .box.box2 {
    transform: translateX(-2%);
  }
}
@media (max-width: 768px) {
  .sub_contents_wr {
    padding: 4.1667vw 5.5556vw;
  }
  .sub_contents_wr .sub_contents_title {
    margin-bottom: 11.6667vw;
    width: 100%;
  }
  .sub_contents_wr .sub_contents_title h4 {
    font-size: 4.4444vw;
    padding-bottom: 2.6389vw;
    border-width: 0.4167vw;
  }
  .sub_contents_wr .sub_contents_title.btn_st {
    margin-bottom: 15.8333vw;
  }
  .sub_contents_wr .sub_contents_title.btn_st .title_float_btn {
    width: 100%;
    text-align: center;
    bottom: -15.6944vw;
  }
  .sub_contents_wr .sub_contents_title span {
    position: absolute;
    bottom: -46px;
    width: 100%;
    right: 0;
    text-align: right;
    font-size: 26px;
  }
  .sub_contents_wr .list_contents {
    padding: 0;
  }
  .sub_contents_wr .list_contents .list_item {
    flex-direction: column;
    gap: 12.5vw;
    margin-top: 16.6667vw;
  }
  .sub_contents_wr .list_contents .list_item:first-child {
    margin-top: 0;
  }
  .sub_contents_wr .list_contents .list_item.arrow {
    margin-top: 33.0556vw;
  }
  .sub_contents_wr .list_contents .list_item.arrow .list_cont::before {
    width: 32.5vw;
    height: 19.3056vw;
    top: -45.1389vw;
  }
  .sub_contents_wr .list_contents .list_item .list_title {
    font-size: 4.4444vw;
    line-height: 1;
    text-align: center;
    width: 100%;
    margin: 0 auto;
  }
  .sub_contents_wr .list_contents .list_item .list_title br {
    display: none;
  }
  .sub_contents_wr .list_contents .list_item .list_title::before {
    content: "";
    width: 1.1111vw;
    height: 1.1111vw;
    border-radius: 50%;
    top: initial;
    bottom: -3.8889vw;
    left: 50%;
    right: initial;
    transform: translateX(-50%);
  }
  .sub_contents_wr .list_contents .list_item .list_title::after {
    content: "";
    width: 1px;
    height: 5.5556vw;
    top: initial;
    bottom: -11.1111vw;
    left: 50%;
    right: initial;
    transform: translateX(-50%);
  }
  .sub_contents_wr .list_contents .list_cont.px-25 {
    padding: 0;
  }
  .sub_contents_wr .list_contents .round_step_bx {
    flex-direction: column;
    gap: 3.1944vw;
  }
  .sub_contents_wr .list_contents .round_step_bx li {
    width: 100%;
    height: 30.1389vw;
    border-radius: 15vw;
  }
  .sub_contents_wr .list_contents .round_step_bx li span {
    font-size: 3.8889vw;
    top: 5.4167vw;
    right: 10vw;
  }
  .sub_contents_wr .list_contents .round_step_bx li p {
    font-size: 4.7222vw;
  }
  .sub_contents_wr .list_contents .venn_diagram {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    background: url(../../images/hmpg/venn_diagram_bg_mo.png) no-repeat center/contain;
  }
  .sub_contents_wr .list_contents .venn_diagram .box {
    width: 100%;
    height: 32.9167vw;
    padding: 6.1111vw 0;
    font-size: 3.8889vw;
    line-height: 1.2;
    transform: translateX(0);
  }
  .sub_contents_wr .list_contents .venn_diagram.en .box {
    line-height: 1.2;
  }
  .sub_contents_wr .list_contents .venn_diagram .box.box2 {
    transform: translateY(-0.2vw);
  }
  .sub_contents_wr .list_contents .venn_diagram .box h6 {
    font-size: 4vw;
    margin-bottom: 4.1667vw;
  }
  .sub_contents_wr .list_contents .venn_diagram.en .box h6 {
    margin-bottom: 2.1667vw;
  }
  .sub_contents_wr .list_contents .quotes_slogan {
    gap: 2.7778vw;
  }
  .sub_contents_wr .list_contents .quotes_slogan::before, .sub_contents_wr .list_contents .quotes_slogan::after {
    width: 4.7222vw;
    height: 4.1667vw;
    transform: translateY(-1.3889vw);
  }
  .sub_contents_wr .list_contents .quotes_slogan::after {
    transform: rotate(180deg) translateY(1.3889vw);
  }
  .sub_contents_wr .list_contents .quotes_slogan p {
    font-size: 3.8889vw;
    line-height: 1.25;
  }
  .sub_contents_wr .list_contents .quotes_slogan p b {
    font-size: 6.3889vw;
  }
  .sub_contents_wr .list_contents .quotes_slogan p::before {
    width: calc(100% + 1.3889vw);
    height: 4.1667vw;
    bottom: 0vw;
    left: -0.6944vw;
  }
  .sub_contents_wr .list_contents .box_slogan {
    height: 22.2222vw;
    font-size: 4.4444vw;
    line-height: 5.5556vw;
    padding: 5.5556vw 0;
    flex-direction: column;
  }
  .sub_contents_wr .list_contents .box_slogan .khra_txt_logo {
    font-size: 5.5556vw;
    width: 20.8333vw;
    height: 4.1667vw;
  }
  .sub_contents_wr .list_contents .step_box {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10.1389vw;
    width: 100%;
    padding: 0 7.6389vw;
  }
  .sub_contents_wr .list_contents .step_box .box {
    width: 100%;
  }
  .sub_contents_wr .list_contents .step_box .box .step_title {
    padding: 4.1667vw 4.1667vw 6.9444vw;
    min-height: 14.1667vw;
  }
  .sub_contents_wr .list_contents .step_box .box .step_title span {
    font-size: 3.8889vw;
    line-height: 1.17;
    margin-bottom: 0;
  }
  .sub_contents_wr .list_contents .step_box .box .step_title p {
    font-size: 5.8333vw;
  }
  .sub_contents_wr .list_contents .step_box .box .step_cont {
    background: #fff;
    border-radius: 3.8889vw 3.8889vw 0 0;
    padding: 8.3333vw 1.3889vw 6.9444vw 6.8vw;
    height: auto;
  }
  .sub_contents_wr .list_contents .step_box .box .step_cont li {
    line-height: 1.34;
    font-size: 4.4444vw;
    margin-top: 3.3333vw;
    padding-left: 3.6111vw;
  }
  .sub_contents_wr .list_contents .step_box .box .step_cont li:first-child {
    margin-top: 0;
  }
  .sub_contents_wr .list_contents .step_box .box .step_cont li::before {
    content: "";
    width: 1.1111vw;
    height: 1.1111vw;
    top: 2.7778vw;
    left: 0;
  }
  .sub_contents_wr .list_contents .step_box .box.box2 {
    background: #c27522;
    border-color: #c27522;
  }
  .sub_contents_wr .list_contents .step_box .box.box2 li:before {
    background: #c27522;
  }
  .sub_contents_wr .list_contents .step_box .box.box3 {
    background: #ad9138;
    border-color: #ad9138;
  }
  .sub_contents_wr .list_contents .step_box .box.box3 li:before {
    background: #ad9138;
  }
  .sub_contents_wr .list_contents .step_box .box.box4 .step_cont {
    justify-content: flex-start;
  }
  .sub_contents_wr.terms_contents_wr .contents_scroll_bx {
    padding: 0 5.5556vw;
  }
  .sub_contents_wr.terms_contents_wr .sub_contents_title {
    padding-top: 16.6667vw;
    margin-top: 0;
  }
  .sub_contents_wr.terms_contents_wr .sub_contents_title.my_0 {
    margin-top: 0;
  }
  .sub_contents_wr.terms_contents_wr .label_s {
    display: inline-block;
    position: relative;
    right: initial;
    bottom: initial;
    width: 5.1389vw;
    height: 5.8333vw;
    transform: translateY(1.3889vw);
  }
  .sub_contents_wr.terms_contents_wr .sub_contents_table_bx {
    padding: 2.7778vw 0;
  }
}

.label_s {
  display: inline-block;
  width: 37px;
  height: 42px;
}
.label_s img {
  width: 100%;
  height: 100%;
  display: block;
}
.label_s + .label_s {
  right: -102px;
}
@media (max-width: 768px) {
  .label_s {
    display: inline-block;
    position: relative;
    right: initial;
    bottom: initial;
    width: 5.1389vw;
    height: 5.8333vw;
    transform: translateY(1.3889vw);
  }
}

.announce_wr {
  padding: 0 90px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 10px;
  position: relative;
  margin-bottom: 53px;
}
.announce_wr::before {
  content: "";
  width: calc(100% + 80px);
  height: 100%;
  max-width: 1400px;
  border-radius: 20px;
  background: #f8f9fb;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.announce_wr.bg_logo::before {
  background: url(../../images/hmpg/announce_logo_bg.png) no-repeat right bottom/cover;
}
.announce_wr .txt_wr {
  padding: 50px 0 60px;
  width: 38%;
  width: 530px;
  position: relative;
}
.announce_wr .txt_wr h3 {
  font-size: 34px;
  line-height: 1.47;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin-bottom: 50px;
}
.announce_wr .txt_wr h3::before {
  content: "";
  display: block;
  width: 52px;
  height: 42px;
  background: url(../../images/hmpg/quotes_2.png) no-repeat center/contain;
  margin-bottom: 26px;
}
.announce_wr .txt_wr h3 b {
  font-weight: 800;
}
.announce_wr .txt_wr h3 b.c_primary {
  color: #1276c2;
}
.announce_wr .txt_wr p {
  font-size: 18px;
  line-height: 1.6;
  color: #5a5b5d;
}
.announce_wr .txt_wr p.c_black {
  color: #05141f;
}
.announce_wr .txt_wr p b {
  font-weight: 800;
}
.announce_wr .img_wr {
  width: 47.8%;
  height: 100%;
}
.announce_wr .img_wr img {
  width: 47.8%;
  height: auto;
  position: absolute;
  bottom: -45px;
  right: 0;
}
.announce_wr .img_wr.ceo {
  width: 557px;
}
.announce_wr .img_wr.ceo img {
  bottom: initial;
  top: -165px;
  width: 431px;
  height: 838px;
  right: -10px;
}
@media (max-width: 1400px) {
  .announce_wr::before {
    border-radius: 0;
  }
  .announce_wr .txt_wr {
    width: calc(50% - 40px);
  }
  .announce_wr .img_wr {
    width: calc(50% - 40px);
  }
}
@media (max-width: 1200px) {
  .announce_wr {
    flex-direction: column;
  }
  .announce_wr .txt_wr {
    padding-bottom: 0px;
  }
  .announce_wr .img_wr {
    width: 100%;
    text-align: right;
  }
}
@media (max-width: 769px) {
  .announce_wr {
    padding: 0 5.5556vw;
    margin-bottom: 13.8889vw;
  }
  .announce_wr.bg_logo {
    gap: 0;
    margin-bottom: 6.9444vw;
    height: 100.5556vw;
  }
  .announce_wr.bg_logo::before {
    width: calc(100% - 11.1111vw);
    border-radius: 2.7778vw;
    overflow: hidden;
    background: url(../../images/hmpg/announce_logo_bg_mo.png) no-repeat right bottom/cover;
  }
  .announce_wr.bg_logo .txt_wr {
    padding-bottom: 6.1111vw;
    padding-left: 4.5833vw;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .announce_wr.bg_logo .txt_wr h3 {
    margin-bottom: auto;
    flex: 1 1 auto;
    font-size: 5.8333vw;
    padding-left: 1.5278vw;
  }
  .announce_wr.bg_logo .txt_wr p {
    font-size: 3.6111vw;
    line-height: 1.6;
  }
  .announce_wr .txt_wr {
    width: 100%;
    padding-bottom: 0vw;
    padding: 8.3333vw 0 0 2.7778vw;
  }
  .announce_wr .txt_wr h3 {
    font-size: 5.2778vw;
    line-height: 1.42;
    margin-bottom: 5.9722vw;
  }
  .announce_wr .txt_wr h3::before {
    width: 7.2222vw;
    height: 5.8333vw;
    margin-bottom: 3.1944vw;
  }
  .announce_wr .txt_wr p {
    font-size: 4.1667vw;
    line-height: 1.33;
    letter-spacing: -0.0833vw;
  }
  .announce_wr .img_wr {
    width: 100%;
    text-align: center;
    margin-top: -5.5556vw;
  }
  .announce_wr .img_wr img {
    width: 81.9444vw;
    height: 51.9444vw;
    transform: translateY(12.2222vw);
  }
  .announce_wr .img_wr.ceo {
    height: 54.8611vw;
    height: 0;
  }
  .announce_wr .img_wr.ceo img {
    width: 55.9722vw;
    right: -13.8889vw;
    height: auto;
    position: absolute;
    top: initial;
    bottom: 13.8889vw;
  }
}

.announce_list {
  padding: 53px 40px;
}
.announce_list ul {
  padding-bottom: 60px;
}
.announce_list li {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  margin-top: 35px;
}
.announce_list li:first-child {
  margin-top: 0;
}
.announce_list li h3 {
  font-size: 23px;
  font-weight: 800;
  line-height: 32px;
  flex-shrink: 0;
}
.announce_list li p {
  font-size: 18px;
  line-height: 32px;
}
.announce_list .sign {
  width: 100%;
  text-align: right;
  border-top: 1px solid #e0e0e0;
  padding: 30px 0 0;
}
.announce_list .sign .row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 80px 0;
  flex-wrap: wrap;
}
.announce_list .sign .row .right {
  margin-left: auto;
  flex-shrink: 0;
}
.announce_list .sign .row .left {
  margin-right: auto;
}
.announce_list .sign .left {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.announce_list .sign small {
  font-size: 14px;
  font-weight: 400;
}
.announce_list .sign .center_txt {
  font-size: 18px;
  font-weight: 300;
  color: #05141f;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 50px;
}
.announce_list .sign .center_txt b {
  font-weight: bold;
}
.announce_list .sign p {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 19px;
}
.announce_list .sign p b {
  font-weight: 800;
}
.announce_list .sign .logo {
  width: 105px;
  height: 25px;
  margin-left: auto;
}
.announce_list .sign .logo img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1024px) {
  .announce_list .sign .row {
    flex-direction: column-reverse;
  }
}
@media (max-width: 768px) {
  .announce_list {
    padding: 7.3611vw 4.0278vw;
  }
  .announce_list ul {
    padding-bottom: 11.1111vw;
  }
  .announce_list li {
    flex-direction: column;
    gap: 4.1667vw;
    margin-top: 10vw;
  }
  .announce_list li:first-child {
    margin-top: 0;
  }
  .announce_list li h3 {
    font-size: 5.8333vw;
    line-height: 1.7;
  }
  .announce_list li p {
    font-size: 4.7222vw;
    line-height: 1.35;
    letter-spacing: -0.0694vw;
  }
  .announce_list li p br {
    display: none;
  }
  .announce_list .sign {
    padding: 7.7778vw 0;
  }
  .announce_list .sign p {
    font-size: 4.7222vw;
    margin-bottom: 3.3333vw;
  }
  .announce_list .sign .logo {
    width: 22.6389vw;
    height: 5.9722vw;
  }
  .announce_list .sign .center_txt {
    font-size: 4.4444vw;
    margin-bottom: 22.2222vw;
  }
  .announce_list .sign .row {
    gap: 16.6667vw;
  }
  .announce_list .sign small {
    font-size: 3.8889vw;
    line-height: 1.2;
    width: 100%;
    text-align: left;
  }
}

.tab_menu_wr {
  margin-bottom: 30px;
}
.tab_menu_wr ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 6px;
}
.tab_menu_wr ul button {
  width: 100%;
  height: 53px;
  line-height: 51px;
  background: #fff;
  border-radius: 12px;
  display: block;
  border: 1px solid #ebebeb;
  text-align: center;
  font-size: 17px;
  color: #05141f;
  transition: all 0.3s;
}
.tab_menu_wr ul li {
  width: calc(20% - 4.8px);
}
.tab_menu_wr ul li.on button {
  background: #1276c2;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 1240px) {
  .tab_menu_wr ul li {
    width: calc(33.33% - 4px);
  }
}
@media (max-width: 768px) {
  .tab_menu_wr {
    padding: 0 5.5556vw;
  }
  .tab_menu_wr ul {
    gap: 2.9167vw 1.25vw;
  }
  .tab_menu_wr ul li {
    width: calc(50% - 0.625vw);
  }
  .tab_menu_wr ul button {
    height: 10.8333vw;
    line-height: 10.5556vw;
    font-size: 3.6vw;
    border-radius: 1.1111vw;
  }
}

.status_tag {
  min-width: 60px;
  height: 26px;
  line-height: 26px;
  border-radius: 3px;
  font-size: 13px;
  text-align: center;
  background: #ebebeb;
  color: #93520c;
  display: inline-block;
  margin: 0 auto;
}
.status_tag.status01 {
  background: #93520c;
  color: #fff;
}
.status_tag.status02 {
  background: #ebebeb;
  color: #93520c;
}
.status_tag.status03 {
  background: #39a7c2;
  color: #fff;
}
.status_tag.status04 {
  background: #ebebeb;
  color: #1a3d74;
}
@media (max-width: 768px) {
  .status_tag {
    min-width: 15vw;
    height: 5.9722vw;
    line-height: 5.9722vw;
    border-radius: 0.5556vw;
    font-size: 3.3333vw;
  }
}

.content_table table {
  width: 100%;
  border-bottom: 1px solid #e4e4e4;
}
.content_table table tr {
  border-top: 1px solid #e4e4e4;
}
.content_table table th,
.content_table table td {
  padding: 18px 20px;
  color: #05141f;
  font-size: 16px;
}
.content_table table th {
  background: #f6f8fa;
}
@media (max-width: 768px) {
  .content_table table th,
  .content_table table td {
    padding: 3.3333vw;
    font-size: 3.3333vw;
  }
}

.auth_select_wr {
  width: 100%;
  max-width: 1080px;
  padding: 0 40px;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  gap: 42px;
}
.auth_select_wr .auth_bx {
  flex: 1;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 0;
  border: 1px solid #d1d1d1;
}
.auth_select_wr .auth_bx h3 {
  font-size: 26px;
  line-height: 1;
  margin-bottom: 30px;
  font-weight: bold;
}
.auth_select_wr .auth_bx .img_wr {
  width: 162px;
  height: 162px;
  margin-bottom: 35px;
}
.auth_select_wr .auth_bx .img_wr img {
  width: 100%;
}
.auth_select_wr .auth_bx .btn {
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background: #1276c2;
  width: 160px;
  font-size: 16px;
}
@media (max-width: 768px) {
  .auth_select_wr {
    flex-direction: column;
    padding: 9.0278vw 16.9444vw 0;
    gap: 4.5833vw;
  }
  .auth_select_wr .auth_bx {
    border-radius: 2.2222vw;
    padding: 8.6111vw 0;
  }
  .auth_select_wr .auth_bx h3 {
    font-size: 3.6111vw;
    margin-bottom: 4.1667vw;
  }
  .auth_select_wr .auth_bx .img_wr {
    width: 22.5vw;
    height: 22.5vw;
    margin-bottom: 4.8611vw;
  }
  .auth_select_wr .auth_bx .btn {
    height: 6.9444vw;
    line-height: 6.9444vw;
    width: 22.2222vw;
    font-size: 2.2222vw;
  }
}

.gallery_board {
  padding: 0 40px;
}
.gallery_board > ul {
  padding: 30px 0 90px;
  border-top: 2px solid #222;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 50px;
}
.gallery_board > ul > li {
  width: calc(25% - 37.5px);
  transition: all 0.3s;
}
.gallery_board > ul > li a {
  width: 100%;
  display: block;
  border-radius: 10px;
  padding: 10px;
}
.gallery_board > ul > li .img_wr {
  width: 100%;
  margin-bottom: 28px;
  height: 354px;
  transition: all 0.3s;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e0e0e0;
}
.gallery_board > ul > li .img_wr img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.gallery_board > ul > li .txt_wr {
  padding: 0 10px 10px;
}
.gallery_board > ul > li .txt_wr h3 {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 20px;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.gallery_board > ul > li .detail_list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  font-weight: 400;
  color: #05141f;
  padding-left: 15px;
  line-height: 20px;
  position: relative;
  margin-top: 6px;
}
.gallery_board > ul > li .detail_list li:first-child {
  margin-top: 0;
}
.gallery_board > ul > li .detail_list li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #1276c2;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 6px;
}
.gallery_board > ul > li .detail_list li h4 {
  color: #586572;
  font-weight: 400;
}
.gallery_board > ul > li .date_info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #586572;
  font-size: 15px;
}
.gallery_board > ul > li:hover {
  transform: scale(1.03);
  border-radius: 10px;
  box-shadow: 2.993px 0.209px 15px rgba(0, 0, 0, 0.08);
}
.gallery_board > ul > li:hover .txt_wr h3 {
  text-decoration: underline;
  text-underline-position: under;
  color: #1276c2;
}
@media (max-width: 1400px) {
  .gallery_board > ul {
    gap: 10px 0;
  }
  .gallery_board > ul > li {
    width: 25%;
  }
}
@media (max-width: 1100px) {
  .gallery_board > ul > li {
    width: 33.33%;
  }
}
@media (max-width: 768px) {
  .gallery_board {
    padding: 0 5.5556vw;
  }
  .gallery_board > ul > li {
    width: 100%;
    padding: 5.8333vw 4.1667vw;
    border-bottom: 1px solid #e0e0e0;
  }
  .gallery_board > ul > li:last-child {
    border-bottom: 0;
  }
  .gallery_board > ul > li .img_wr {
    height: 48.6111vw;
    margin-bottom: 5vw;
    border-radius: 1.3889vw;
  }
  .gallery_board > ul > li .txt_wr {
    padding: 0;
  }
  .gallery_board > ul > li .txt_wr h3 {
    font-size: 4.1667vw;
    margin-bottom: 3.75vw;
  }
  .gallery_board > ul > li .detail_list li {
    font-size: 3.3333vw;
    line-height: 1.375;
    padding-left: 2.0833vw;
    margin-top: 1.1111vw;
  }
  .gallery_board > ul > li .detail_list li:first-child {
    margin-top: 0;
  }
  .gallery_board > ul > li .detail_list li::before {
    content: "";
    width: 0.8333vw;
    height: 0.8333vw;
    top: 1.875vw;
  }
}

.modal_wr {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  background: rgba(0, 0, 0, 0.35);
  top: 0;
  left: 0;
  z-index: 999;
}
.modal_wr .modal {
  width: 680px;
  border-radius: 20px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 50px;
}
.modal_wr .modal .modal_header {
  border-bottom: 1px solid #e0e0e0;
  padding-top: 50px;
  position: relative;
}
.modal_wr .modal .modal_header h2 {
  display: inline-block;
  border-bottom: 3px solid #05141f;
  padding-bottom: 16px;
  font-size: 28px;
  line-height: 1;
  font-weight: 800;
}
.modal_wr .modal .modal_header .btn_close {
  position: absolute;
  top: 40px;
  right: 0;
  width: 28px;
  height: 28px;
  background: url(../../images/hmpg/icon_close.png) no-repeat center/contain;
}
.modal_wr .modal .modal_cont {
  padding: 50px 0 82px;
}
.modal_wr .modal .modal_cont.center {
  text-align: center;
}
.modal_wr .modal .modal_bottom_btn {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal_wr .modal .border_img_bx {
  padding: 10px;
  border-radius: 10px;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  display: inline-block;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .modal_wr .modal {
    width: 95vw;
    padding: 0 5.5556vw;
  }
  .modal_wr .modal .border_img_bx img {
    width: 100% !important;
    height: auto !important;
  }
  .modal_wr .modal .modal_bottom_btn {
    width: 100%;
  }
  .modal_wr .modal .modal_bottom_btn .btn {
    width: 100%;
  }
}

.slide_contents_wr {
  margin-bottom: 59px;
  position: relative;
  padding: 0 40px;
}
.slide_contents_wr .slide_cont_item {
  display: flex;
  align-items: flex-start;
  gap: 53px;
}
.slide_contents_wr .slide_cont_item .img_wr {
  width: 280px;
  height: 390px;
  flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  margin-bottom: 67px;
}
.slide_contents_wr .slide_cont_item .img_wr img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slide_contents_wr .slide_cont_item .txt_wr {
  flex: 1;
}
.slide_contents_wr .slide_cont_item .txt_wr .slide_cont_title {
  border-bottom: 1px solid #e0e0e0;
}
.slide_contents_wr .slide_cont_item .txt_wr .slide_cont_title h3 {
  display: inline-block;
  border-bottom: 3px solid #05141f;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 10px;
}
.slide_contents_wr .slide_cont_item .txt_wr .cont {
  padding: 34px 0 40px;
  font-size: 16px;
  color: #5a5b5d;
  line-height: 1.5;
}
.slide_contents_wr .slide_cont_item .txt_wr .cont h4 {
  margin-bottom: 24px;
}
.slide_contents_wr .slide_cont_item .txt_wr .cont > ul > li {
  margin-top: 24px;
}
.slide_contents_wr .slide_cont_item .txt_wr .cont > ul > li:first-child {
  margin-top: 0;
}
.slide_contents_wr .slide_cont_item .txt_wr .cont > ul > li ul {
  padding-left: 40px;
}
.slide_contents_wr .slide_cont_item .txt_wr .cont > ul > li ul li {
  text-indent: -12px;
}
.slide_contents_wr .slide_contents_btn {
  position: absolute;
  bottom: 20px;
  left: 40px;
  width: 280px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 10;
}
.slide_contents_wr .slide_contents_btn button {
  width: 48px;
  height: 48px;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  background: url(../../images/hmpg/slide_btn_arr_b.png) no-repeat center;
  background-size: 12px 19px;
  cursor: pointer;
  transition: all 0.3s;
}
.slide_contents_wr .slide_contents_btn button.slide_contents_next {
  transform: rotate(180deg);
}
.slide_contents_wr .slide_contents_btn button:hover {
  border-color: #41b0e9;
}
.slide_contents_wr .slide_contents_btn button.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.3;
}
@media (max-width: 768px) {
  .slide_contents_wr {
    margin-bottom: 8.75vw;
  }
  .slide_contents_wr .slide_cont_item {
    flex-direction: column;
    align-items: center;
    padding: 0 5.5556vw;
    gap: 6.8056vw;
  }
  .slide_contents_wr .slide_cont_item .img_wr {
    width: 56.3889vw;
    height: 78.4722vw;
    border-radius: 1.3889vw;
    margin-bottom: 13.6111vw;
  }
  .slide_contents_wr .slide_cont_item .txt_wr .slide_cont_title h3 {
    border-width: 0.4167vw;
    font-size: 3.8889vw;
    padding-bottom: 1.3889vw;
    line-height: 1.2;
  }
  .slide_contents_wr .slide_cont_item .txt_wr .cont {
    padding: 5.5556vw 0;
    font-size: 4.1667vw;
  }
  .slide_contents_wr .slide_cont_item .txt_wr .cont h4 {
    margin-bottom: 4.1667vw;
  }
  .slide_contents_wr .slide_cont_item .txt_wr .cont > ul > li {
    margin-top: 4.1667vw;
  }
  .slide_contents_wr .slide_cont_item .txt_wr .cont > ul > li:first-child {
    margin-top: 0;
  }
  .slide_contents_wr .slide_cont_item .txt_wr .cont > ul > li ul {
    padding-left: 5.5556vw;
  }
  .slide_contents_wr .slide_cont_item .txt_wr .cont > ul > li ul li {
    text-indent: -2.7778vw;
  }
  .slide_contents_wr .slide_contents_btn {
    width: 56.3889vw;
    bottom: initial;
    top: 81.9444vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .slide_contents_wr .slide_contents_btn button {
    width: 9.7222vw;
    height: 9.7222vw;
    background-size: 2.0833vw 3.6111vw;
  }
}

.search_word_wr {
  padding: 0 40px;
}
.search_word_wr .search_word {
  padding: 33px 30px;
  border: 1px solid #dae4ee;
  border-top: 0;
  margin-bottom: 30px;
}
.search_word_wr .word_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-top: 13px;
}
.search_word_wr .word_list:first-child {
  margin-top: 0;
}
.search_word_wr .word_list a {
  display: block;
  min-width: 38px;
  text-align: center;
  height: 33px;
  line-height: 31px;
  border: 1px solid #c1c1c1;
  border-radius: 6px;
  padding: 0 12px;
  font-size: 16px;
  color: #05141f;
  transition: all 0.3s;
}
.search_word_wr .word_list .on a {
  background: #c27522;
  border-color: #c27522;
  color: #fff;
}
@media (max-width: 768px) {
  .search_word_wr {
    padding: 0 5.5556vw;
  }
  .search_word_wr .search_word {
    padding: 6.5278vw 2.2222vw;
    border: none;
    margin-bottom: 5.5556vw;
  }
  .search_word_wr .word_list {
    gap: 1vw;
    margin-top: 3vw;
  }
  .search_word_wr .word_list:first-child {
    margin-top: 0;
  }
  .search_word_wr .word_list a {
    min-width: 9.1667vw;
    height: 8.0556vw;
    line-height: 7.7778vw;
    font-size: 3.8889vw;
    border-radius: 0.8333vw;
    padding: 0 1.6667vw;
  }
}

.word_detail_list {
  padding: 0 40px;
}
.word_detail_list ul {
  border-top: 2px solid #223958;
}
.word_detail_list li {
  padding: 22px 26px;
  border-bottom: 1px solid #e0e0e0;
  transition: all 0.3s;
}
.word_detail_list li h4 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 16px;
  transition: all 0.3s;
}
.word_detail_list li p {
  font-size: 16px;
  line-height: 1.2;
  color: #5a5b5d;
}
.word_detail_list li:hover {
  background: #fafafa;
}
.word_detail_list li:hover h4 {
  text-decoration: underline;
  text-underline-position: under;
  color: #1276c2;
}
@media (max-width: 768px) {
  .word_detail_list {
    padding: 0 5.5556vw;
  }
  .word_detail_list li {
    padding: 5.1389vw 3.3333vw;
  }
  .word_detail_list li h4 {
    font-size: 4.4444vw;
    margin-bottom: 2.5vw;
  }
  .word_detail_list li p {
    font-size: 3.8889vw;
  }
}

.square_tab_menu {
  margin-bottom: 55px;
}
.square_tab_menu ul {
  display: flex;
  align-items: center;
  gap: 4px;
}
.square_tab_menu ul a {
  display: block;
  height: 53px;
  line-height: 51px;
  border-radius: 12px;
  padding: 0 10px;
  min-width: 163px;
  text-align: center;
  border: 1px solid #ebebeb;
  transition: all 0.3s;
  font-size: 17px;
}
.square_tab_menu ul .on a {
  background: #1276c2;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 768px) {
  .square_tab_menu {
    margin-bottom: 7.6389vw;
  }
  .square_tab_menu ul {
    gap: 1.25vw;
  }
  .square_tab_menu ul a {
    height: 10.8333vw;
    line-height: 10.5556vw;
    border-radius: 1.1111vw;
    padding: 0 1.3889vw;
    min-width: 28.8889vw;
    font-size: 4.4444vw;
  }
}

.result_bx_wr em {
  font-style: normal;
  color: #1276c2;
}
.result_bx_wr em.c_red {
  color: #d74225;
}
.result_bx_wr .result_txt {
  padding: 60px 40px 57px;
  text-align: center;
  font-size: 28px;
  line-height: 1.2;
}
.result_bx_wr .result_txt em {
  font-weight: bold;
}
.result_bx_wr .result_bx .result_bx_title {
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 30px;
  margin-top: 50px;
}
.result_bx_wr .result_bx .result_bx_title:first-child {
  margin-top: 0;
}
.result_bx_wr .result_bx .result_bx_title h4 {
  display: inline-block;
  border-bottom: 3px solid #05141f;
  padding-bottom: 14px;
  font-size: 21px;
  line-height: 1.2;
  font-weight: 800;
}
.result_bx_wr .result_bx .result_list_wr .list {
  margin-top: 50px;
}
.result_bx_wr .result_bx .result_list_wr .list:first-child {
  margin-top: 0;
}
.result_bx_wr .result_bx .result_list_wr .list .title {
  display: flex;
  gap: 30px;
  margin-bottom: 20px;
}
.result_bx_wr .result_bx .result_list_wr .list .title p {
  font-size: 18px;
  font-weight: bold;
}
.result_bx_wr .result_bx .result_list_wr .list .title .date {
  font-size: 16px;
  font-weight: 400;
  color: #5a5b5d;
}
.result_bx_wr .result_bx .result_list_wr .list .cont {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 30px;
}
.result_bx_wr .result_bx .result_list_wr .list .route {
  font-size: 16px;
  color: #5a5b5d;
  display: flex;
  align-items: center;
}
.result_bx_wr .result_bx .result_list_wr .list .route li {
  line-height: 1.2;
}
.result_bx_wr .result_bx .result_list_wr .list .route li::before {
  content: ">";
  font-size: 16px;
  color: #5a5b5d;
  padding: 0 4px;
}
.result_bx_wr .result_bx .result_list_wr .list .route li:first-child::before {
  display: none;
}
.result_bx_wr .btn_more_wr {
  padding-top: 33px;
  text-align: center;
}
.result_bx_wr .btn_more_wr .btn_more {
  width: 172px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #c1c1c1;
  background: #fff;
  color: #5a5b5d;
  font-size: 16px;
}
@media (max-width: 768px) {
  .result_bx_wr {
    padding: 0 5.5556vw;
  }
  .result_bx_wr .result_txt {
    padding: 4.5833vw 5.5556vw 12.0833vw;
    font-size: 5.8333vw;
    text-align: center;
  }
  .result_bx_wr .result_bx .result_bx_title {
    margin-bottom: 6.9444vw;
    margin-top: 7.6389vw;
  }
  .result_bx_wr .result_bx .result_bx_title:first-child {
    margin-top: 0;
  }
  .result_bx_wr .result_bx .result_bx_title h4 {
    border-width: 0.4167vw;
    padding-bottom: 2.6389vw;
    font-size: 4.4444vw;
  }
  .result_bx_wr .result_bx .result_list_wr .list {
    margin-top: 13.8889vw;
  }
  .result_bx_wr .result_bx .result_list_wr .list:first-child {
    margin-top: 0;
  }
  .result_bx_wr .result_bx .result_list_wr .list .title {
    flex-direction: column;
    gap: 3.4722vw;
    margin-bottom: 4.3056vw;
  }
  .result_bx_wr .result_bx .result_list_wr .list .title p {
    font-size: 4.4444vw;
  }
  .result_bx_wr .result_bx .result_list_wr .list .title .date {
    font-size: 3.8889vw;
  }
  .result_bx_wr .result_bx .result_list_wr .list .cont {
    font-size: 3.8889vw;
    margin-bottom: 4.1667vw;
  }
  .result_bx_wr .result_bx .result_list_wr .list .route {
    font-size: 3.8889vw;
  }
  .result_bx_wr .result_bx .result_list_wr .list .route li::before {
    font-size: 3.8889vw;
    padding: 0 1.3889vw;
  }
  .result_bx_wr .result_bx .result_list_wr .list .route li:first-child::before {
    display: none;
  }
  .result_bx_wr .btn_more_wr {
    padding-top: 9.4444vw;
  }
  .result_bx_wr .btn_more_wr .btn_more {
    width: 41.8056vw;
    height: 12.0833vw;
    line-height: 11.8056vw;
    border-radius: 0.5556vw;
    font-size: 3.8889vw;
  }
}

.calendarbox.monthbox .inpbox {
  position: relative;
}
.calendarbox.monthbox .inpbox::after {
  width: 17px;
  height: 16px;
  background: url(../../images/hmpg/icon_calendar.png) no-repeat center/contain;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
.calendarbox.monthbox .inpbox input.txt {
  padding: 0 30px 0 10px;
}

.flatpickr-calendar {
  width: 220px;
  border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid #1a3d74;
}
.flatpickr-calendar.open {
  z-index: 10;
}
.flatpickr-calendar .flatpickr-monthSelect-months {
  padding: 0 16px 16px;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 7px 8px;
}
.flatpickr-calendar .flatpickr-monthSelect-months .flatpickr-monthSelect-month {
  width: calc(33.33% - 5.33px);
  height: 39px;
  line-height: 37px;
  margin: 0;
  font-size: 16px;
  color: #747474;
  border: 1px solid #d1d1d1;
  border-radius: 6px;
  padding: 0;
  text-align: center;
}
.flatpickr-calendar .flatpickr-monthSelect-months .flatpickr-monthSelect-month.selected {
  background: #f6f8fa;
  border-color: #1276c2;
  color: #1276c2;
}
.flatpickr-calendar .flatpickr-monthSelect-months .flatpickr-monthSelect-month:hover {
  background: #f6f8fa;
}
.flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop::after, .flatpickr-calendar.arrowBottom:before, .flatpickr-calendar.arrowBottom::after {
  display: none;
}

.flatpickr-months .flatpickr-month {
  height: 50px;
}
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  color: #223958;
  fill: #223958;
}
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  color: #1276c2;
  fill: #1276c2;
}
.flatpickr-months .flatpickr-prev-month {
  left: 33px !important;
}
.flatpickr-months .flatpickr-next-month {
  right: 33px !important;
}

.flatpickr-current-month {
  padding-left: 10px;
  padding: 10px 0 10px 10px;
}
.flatpickr-current-month input.cur-year {
  font-size: 18px;
  font-weight: bold;
  color: #223958;
}

@media (max-width: 768px) {
  .calendarbox.monthbox .inpbox {
    position: relative;
  }
  .calendarbox.monthbox .inpbox::after {
    width: 4.1667vw;
    height: 4.4444vw;
    right: 1.3889vw;
  }
  .flatpickr-calendar {
    width: 50.4167vw;
    border-radius: 0.5556vw;
  }
  .flatpickr-calendar .flatpickr-monthSelect-months {
    padding: 0 3.6111vw 3.6111vw;
    gap: 1.9444vw 1.6667vw;
  }
  .flatpickr-calendar .flatpickr-monthSelect-months .flatpickr-monthSelect-month {
    width: calc(33.33% - 1.1111vw);
    font-size: 3.6111vw;
    border-radius: 0.8333vw;
    height: 8.8889vw;
    line-height: 8.6111vw;
  }
  .flatpickr-months .flatpickr-month {
    height: 12.5vw;
  }
  .flatpickr-months .flatpickr-prev-month {
    left: 7.5vw !important;
    height: auto;
    top: 3vw;
    padding: 0;
  }
  .flatpickr-months .flatpickr-prev-month svg {
    width: 3.4722vw;
    height: 3.75vw;
  }
  .flatpickr-months .flatpickr-next-month {
    right: 7.5vw !important;
    height: auto;
    top: 3vw;
    padding: 0;
  }
  .flatpickr-months .flatpickr-next-month svg {
    width: 3.4722vw;
    height: 3.75vw;
  }
  .flatpickr-current-month {
    padding-left: 1.3889vw;
    padding: 2.7778vw 0 2.7778vw 1.3889vw;
    height: auto;
  }
  .flatpickr-current-month .numInputWrapper {
    width: 13.8889vw;
  }
  .flatpickr-current-month input.cur-year {
    font-size: 4.1667vw;
  }
}
.process_contents_wr {
  width: 100%;
  height: 1032px;
  position: relative;
  color: #223958;
}
.process_contents_wr .process_contents {
  width: 100vw;
  max-width: 1400px;
  min-height: 1032px;
  overflow-x: auto;
  padding-bottom: 50px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.process_contents_wr .process_contents::-webkit-scrollbar {
  height: 10px;
}
.process_contents_wr .process_contents::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
  border-radius: 10px;
  background-clip: padding-box;
  border: 2px solid transparent;
}
.process_contents_wr .process_contents::-webkit-scrollbar-track {
  background-color: #ebebeb;
  border-radius: 10px;
}
.process_contents_wr .process_contents .process_contents_scroll {
  position: relative;
  width: 1400px;
  height: 1032px;
  background: #f8f9fb;
  border-radius: 20px;
}
.process_contents_wr .process_contents .step {
  position: absolute;
}
.process_contents_wr .process_contents .step_01 {
  top: 202px;
  left: 99px;
}
.process_contents_wr .process_contents .step_02 {
  top: 69px;
  left: 521px;
}
.process_contents_wr .process_contents .step_02::after {
  content: "";
  width: 671px;
  height: 58px;
  background: url(../../images/hmpg/process_arr_1.png) no-repeat center/contain;
  position: absolute;
  bottom: -58px;
  left: -281px;
}
.process_contents_wr .process_contents .step_02 h3 {
  color: #223958;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
}
.process_contents_wr .process_contents .step_02 ul {
  border: 2px solid #d74225;
  border-radius: 10px;
  padding: 22px 14px 21px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.process_contents_wr .process_contents .step_02 ul li {
  position: relative;
  width: 251px;
}
.process_contents_wr .process_contents .step_02 ul li::after {
  content: "";
  width: 10px;
  height: 22px;
  background: url(../../images/hmpg/process_arr_down.png) no-repeat center/contain;
  position: absolute;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
}
.process_contents_wr .process_contents .step_02 ul li:last-child::after {
  display: none;
}
.process_contents_wr .process_contents .step_03 {
  top: 410px;
  left: 89px;
}
.process_contents_wr .process_contents .step_03 ul {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.process_contents_wr .process_contents .step_03 ul li {
  position: relative;
}
.process_contents_wr .process_contents .step_03 ul li::after {
  content: "";
  width: 10px;
  height: 22px;
  background: url(../../images/hmpg/process_arr_down.png) no-repeat center/contain;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.process_contents_wr .process_contents .step_03 ul li:last-child::after {
  display: none;
}
.process_contents_wr .process_contents .step_03 .add_step {
  color: #d74225;
  font-size: 17px;
  line-height: 26px;
  position: absolute;
  bottom: 57px;
  right: -70px;
}
.process_contents_wr .process_contents .step_03 .add_step::after {
  content: "";
  width: 147px;
  height: 203px;
  background: url(../../images/hmpg/process_arr_2.png) no-repeat center/contain;
  position: absolute;
  bottom: 13px;
  right: -160px;
}
.process_contents_wr .process_contents .step_04 {
  top: 409px;
  left: 627px;
}
.process_contents_wr .process_contents .step_04 .step_04_1 {
  margin-bottom: 43px;
  position: relative;
}
.process_contents_wr .process_contents .step_04 .step_04_1::after {
  content: "";
  width: 280px;
  height: 25px;
  background: url(../../images/hmpg/process_arr_3.png) no-repeat center/contain;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -25px;
}
.process_contents_wr .process_contents .step_04 .step_04_2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 27px;
}
.process_contents_wr .process_contents .step_04 .step_04_2 li {
  position: relative;
}
.process_contents_wr .process_contents .step_04 .step_04_2 li::before, .process_contents_wr .process_contents .step_04 .step_04_2 li::after {
  content: "";
  width: 10px;
  height: 22px;
  background: url(../../images/hmpg/process_arr_down.png) no-repeat center/contain;
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
}
.process_contents_wr .process_contents .step_04 .step_04_2 li::after {
  top: initial;
  bottom: -24px;
}
.process_contents_wr .process_contents .step_04 .step_04_3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 53px;
  position: relative;
}
.process_contents_wr .process_contents .step_04 .step_04_3::after {
  content: "";
  width: 451px;
  height: 25px;
  position: absolute;
  background: url(../../images/hmpg/process_arr_4.png) no-repeat center/contain;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}
.process_contents_wr .process_contents .step_04 .step_04_4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  position: relative;
}
.process_contents_wr .process_contents .step_04 .step_04_4 li {
  position: relative;
}
.process_contents_wr .process_contents .step_04 .step_04_4 li::before {
  content: "";
  width: 10px;
  height: 22px;
  background: url(../../images/hmpg/process_arr_down.png) no-repeat center/contain;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.process_contents_wr .process_contents .step_04 .step_04_4::after {
  content: "";
  width: 137px;
  height: 702px;
  background: url(../../images/hmpg/process_arr_5.png) no-repeat center/contain;
  position: absolute;
  right: -137px;
  bottom: 25px;
}
.process_contents_wr .process_contents .step_04 .step_04_5 {
  display: flex;
  align-items: center;
  gap: 16px;
}
.process_contents_wr .process_contents .step_04 .step_04_5 li {
  position: relative;
}
.process_contents_wr .process_contents .step_04 .step_04_5 li::before {
  content: "";
  width: 10px;
  height: 22px;
  background: url(../../images/hmpg/process_arr_down.png) no-repeat center/contain;
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
}
.process_contents_wr .process_contents .step_05 {
  top: 145px;
  right: 138px;
}
.process_contents_wr .process_contents .step_05 ul {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.process_contents_wr .process_contents .step_05 li {
  position: relative;
}
.process_contents_wr .process_contents .step_05 li::after {
  content: "";
  width: 10px;
  height: 22px;
  background: url(../../images/hmpg/process_arr_down.png) no-repeat center/contain;
  position: absolute;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
}
.process_contents_wr .process_contents .step_05 li:last-child::after {
  display: none;
}
.process_contents_wr .point {
  width: 277px;
  height: 109px;
  background: #41b0e9;
  color: #fff;
  border-radius: 10px;
  font-size: 24px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
}
.process_contents_wr .round {
  width: 301px;
  height: 50px;
  line-height: 48px;
  border-radius: 100px;
  text-align: center;
  font-size: 17px;
}
.process_contents_wr .round.sm {
  width: 97px;
}
.process_contents_wr .box {
  border-radius: 10px;
  width: 547px;
  height: 86px;
  text-align: center;
  font-size: 17px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.process_contents_wr .box.md {
  width: 263px;
  height: 108px;
}
.process_contents_wr .box.sm {
  width: 97px;
  height: 77px;
}
.process_contents_wr .line_blue {
  border: 1px solid #41b0e9;
  color: #223958;
  background: #fff;
}
.process_contents_wr .line_b {
  border: 1px solid #223958;
  background: #fff;
}
.process_contents_wr .bg_b {
  background: #223958;
  border: 1px solid #223958;
  color: #fff;
}
.process_contents_wr .bg_blue {
  background: #f4fcff;
}
@media (max-width: 1400px) {
  .process_contents_wr .process_contents {
    padding: 0 40px 50px;
  }
}
@media (max-width: 768px) {
  .process_contents_wr {
    height: 143.3333vw;
  }
  .process_contents_wr .process_contents {
    width: 100vw;
    max-width: 194.4444vw;
    min-height: 143.3333vw;
    padding: 0 5.5556vw 6.9444vw;
  }
  .process_contents_wr .process_contents::-webkit-scrollbar {
    height: 10px;
  }
  .process_contents_wr .process_contents::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 10px;
    background-clip: padding-box;
    border: 2px solid transparent;
  }
  .process_contents_wr .process_contents::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 10px;
  }
  .process_contents_wr .process_contents .process_contents_scroll {
    width: 194.4444vw;
    height: 143.3333vw;
    border-radius: 2.7778vw;
  }
  .process_contents_wr .process_contents .step_01 {
    top: 28.0556vw;
    left: 13.75vw;
  }
  .process_contents_wr .process_contents .step_02 {
    top: 9.5833vw;
    left: 72.3611vw;
  }
  .process_contents_wr .process_contents .step_02::after {
    width: 93.1944vw;
    height: 8.0556vw;
    bottom: -8.0556vw;
    left: -39.0278vw;
  }
  .process_contents_wr .process_contents .step_02 h3 {
    font-size: 3.3333vw;
    margin-bottom: 2.7778vw;
  }
  .process_contents_wr .process_contents .step_02 ul {
    border-radius: 1.3889vw;
    padding: 3.0556vw 1.9444vw 2.9167vw;
    gap: 3.0556vw;
    border-width: 0.2778vw;
  }
  .process_contents_wr .process_contents .step_02 ul li {
    width: 34.8611vw;
  }
  .process_contents_wr .process_contents .step_02 ul li::after {
    width: 1.3889vw;
    height: 3.0556vw;
    bottom: -3.0556vw;
  }
  .process_contents_wr .process_contents .step_03 {
    top: 56.9444vw;
    left: 12.3611vw;
  }
  .process_contents_wr .process_contents .step_03 ul {
    gap: 4.8611vw;
  }
  .process_contents_wr .process_contents .step_03 ul li::after {
    width: 1.3889vw;
    height: 3.0556vw;
    bottom: -4.1667vw;
  }
  .process_contents_wr .process_contents .step_03 .add_step {
    font-size: 2.3611vw;
    line-height: 3.6111vw;
    bottom: 7.9167vw;
    right: -9.7222vw;
  }
  .process_contents_wr .process_contents .step_03 .add_step::after {
    width: 20.4167vw;
    height: 28.1944vw;
    bottom: 1.8056vw;
    right: -22.2222vw;
  }
  .process_contents_wr .process_contents .step_04 {
    top: 56.8056vw;
    left: 87.0833vw;
  }
  .process_contents_wr .process_contents .step_04 .step_04_1 {
    margin-bottom: 5.9722vw;
  }
  .process_contents_wr .process_contents .step_04 .step_04_1::after {
    width: 38.8889vw;
    height: 3.4722vw;
    bottom: -3.4722vw;
  }
  .process_contents_wr .process_contents .step_04 .step_04_2 {
    margin-bottom: 3.75vw;
  }
  .process_contents_wr .process_contents .step_04 .step_04_2 li::before, .process_contents_wr .process_contents .step_04 .step_04_2 li::after {
    width: 1.3889vw;
    height: 3.0556vw;
    top: -3.0556vw;
  }
  .process_contents_wr .process_contents .step_04 .step_04_2 li::after {
    bottom: -3.3333vw;
  }
  .process_contents_wr .process_contents .step_04 .step_04_3 {
    margin-bottom: 7.3611vw;
  }
  .process_contents_wr .process_contents .step_04 .step_04_3::after {
    width: 62.6389vw;
    height: 3.4722vw;
    bottom: -3.4722vw;
  }
  .process_contents_wr .process_contents .step_04 .step_04_4 {
    margin-bottom: 3.3333vw;
  }
  .process_contents_wr .process_contents .step_04 .step_04_4 li::before {
    width: 1.3889vw;
    height: 3.0556vw;
    top: -4.1667vw;
  }
  .process_contents_wr .process_contents .step_04 .step_04_4::after {
    width: 19.0278vw;
    height: 97.5vw;
    right: -19.0278vw;
    bottom: 3.4722vw;
  }
  .process_contents_wr .process_contents .step_04 .step_04_5 {
    gap: 2.2222vw;
  }
  .process_contents_wr .process_contents .step_04 .step_04_5 li::before {
    width: 1.3889vw;
    height: 3.0556vw;
    top: -3.3333vw;
  }
  .process_contents_wr .process_contents .step_05 {
    top: 20.1389vw;
    right: 19.1667vw;
  }
  .process_contents_wr .process_contents .step_05 ul {
    gap: 3.0556vw;
  }
  .process_contents_wr .process_contents .step_05 li::after {
    width: 1.3889vw;
    height: 3.0556vw;
    bottom: -3.0556vw;
  }
  .process_contents_wr .point {
    width: 38.4722vw;
    height: 15.1389vw;
    border-radius: 1.3889vw;
    font-size: 3.3333vw;
  }
  .process_contents_wr .round {
    width: 41.8056vw;
    height: 6.9444vw;
    line-height: 6.6667vw;
    border-radius: 13.8889vw;
    font-size: 2.3611vw;
  }
  .process_contents_wr .round.sm {
    width: 13.4722vw;
  }
  .process_contents_wr .box {
    border-radius: 1.3889vw;
    width: 75.9722vw;
    height: 11.9444vw;
    font-size: 2.3611vw;
  }
  .process_contents_wr .box.md {
    width: 36.5278vw;
    height: 15vw;
  }
  .process_contents_wr .box.sm {
    width: 13.4722vw;
    height: 10.6944vw;
  }
}

.box_contents_list {
  width: calc(100% - 80px);
  margin: 0 auto;
}
.box_contents_list .box_contents_item {
  display: flex;
  align-items: stretch;
  border: 1px solid #41b0e9;
  overflow: hidden;
  border-radius: 20px;
  min-height: 210px;
  margin-top: 20px;
}
.box_contents_list .box_contents_item:first-child {
  margin-top: 0;
}
.box_contents_list .box_contents_item .box_cont_title {
  width: 359px;
  flex-shrink: 0;
  background: #edf4f9;
  border-right: 1px solid #41b0e9;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.box_contents_list .box_contents_item .box_cont_title .img_bx {
  width: 79px;
  margin-bottom: 17px;
}
.box_contents_list .box_contents_item .box_cont_title .img_bx img {
  width: 100%;
  display: block;
  height: auto;
}
.box_contents_list .box_contents_item .box_cont_title h3 {
  font-size: 21px;
  line-height: 1.43;
  font-weight: 600;
}
.box_contents_list .box_contents_item .box_cont_title b {
  font-weight: 800;
}
.box_contents_list .box_contents_item .box_cont {
  padding: 28px 46px;
  display: flex;
  align-items: center;
}
.box_contents_list .box_contents_item .box_cont li {
  font-size: 18px;
  line-height: 1.4;
  margin-top: 10px;
  padding-left: 17px;
  position: relative;
  color: #5a5b5d;
}
.box_contents_list .box_contents_item .box_cont li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #1276c2;
  position: absolute;
  left: 0;
  top: 8px;
}
.box_contents_list .box_contents_item .box_cont li:first-child {
  margin-top: 0;
}
@media (max-width: 1024px) {
  .box_contents_list .box_contents_item {
    flex-direction: column;
  }
  .box_contents_list .box_contents_item .box_cont_title {
    padding: 50px 0;
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #41b0e9;
    flex-direction: row;
  }
  .box_contents_list .box_contents_item .box_cont_title .img_bx {
    width: 79px;
    margin-bottom: 17px;
  }
  .box_contents_list .box_contents_item .box_cont_title .img_bx img {
    width: 100%;
    display: block;
    height: auto;
  }
}
@media (max-width: 768px) {
  .box_contents_list .box_contents_item {
    border-radius: 4.1667vw;
  }
  .box_contents_list .box_contents_item:first-child {
    margin-top: 0;
  }
  .box_contents_list .box_contents_item .box_cont_title {
    padding: 7.7778vw 3vw 7.7778vw 10.2778vw;
  }
  .box_contents_list .box_contents_item .box_cont_title.icon_title {
    justify-content: flex-start;
    gap: 10vw;
    text-align: left;
  }
  .box_contents_list .box_contents_item .box_cont_title .img_bx {
    width: 13.8889vw;
  }
  .box_contents_list .box_contents_item .box_cont_title h3 {
    font-size: 5vw;
  }
  .box_contents_list .box_contents_item .box_cont {
    padding: 5.5556vw 5.1389vw;
  }
  .box_contents_list .box_contents_item .box_cont li {
    font-size: 4.4444vw;
    margin-top: 3.61119vw;
    padding-left: 3.1944vw;
  }
  .box_contents_list .box_contents_item .box_cont li::before {
    width: 0.8333vw;
    height: 0.8333vw;
    top: 2.2222vw;
  }
  .box_contents_list .box_contents_item .box_cont li:first-child {
    margin-top: 0;
  }
}

.quotes_gray_box {
  padding: 0 40px;
  width: 100%;
  min-height: 170px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 30px;
  width: calc(100% - 80px);
  margin: 0 auto 30px;
}
.quotes_gray_box::before {
  content: "";
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(../../images/hmpg/logo_bg_box.png) no-repeat center right/cover;
}
.quotes_gray_box h4 {
  position: relative;
  padding-left: 60px;
  color: #223958;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.2;
}
.quotes_gray_box h4 span {
  color: #41b0e9;
}
.quotes_gray_box h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: -20px;
  width: 42px;
  height: 33px;
  background: url(../../images/hmpg/quotes_2.png) no-repeat center/contain;
}
@media (max-width: 768px) {
  .quotes_gray_box {
    padding: 8.1944vw 0 0 6.5278vw;
    width: 100%;
    min-height: 52.2222vw;
    margin-bottom: 5.5556vw;
  }
  .quotes_gray_box::before {
    width: 100%;
    background: url(../../images/hmpg/logo_bg_box_mo.png) no-repeat center/contain;
  }
  .quotes_gray_box h4 {
    padding-left: 0;
    font-size: 5.8333vw;
  }
  .quotes_gray_box h4::before {
    left: -0.5556vw;
    top: -9.4444vw;
    width: 7.2222vw;
    height: 5.8333vw;
  }
}

.normal_contens_box {
  padding: 0 40px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
.normal_contens_box p {
  font-size: 18px;
  line-height: 1.2;
  color: #05141f;
  font-weight: 300;
}
.normal_contens_box p.mt-24 {
  margin-top: 24px;
}
.normal_contens_box .contents_list li {
  font-size: 18px;
  line-height: 1.2;
  margin-top: 10px;
  padding-left: 17px;
  position: relative;
  color: #5a5b5d;
}
.normal_contens_box .contents_list li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #1276c2;
  position: absolute;
  left: 0;
  top: 8px;
}
.normal_contens_box .contents_list li:first-child {
  margin-top: 0;
}
.normal_contens_box .contents_table {
  margin-top: 30px;
}
.normal_contens_box .contents_table table {
  width: 100%;
}
.normal_contens_box .contents_table table thead tr {
  border-top: 2px solid #223958;
  border-bottom: 1px solid #223958;
}
.normal_contens_box .contents_table table tbody tr {
  border-bottom: 1px solid #e0e0e0;
}
.normal_contens_box .contents_table table th {
  background: #f6f8fa;
  font-size: 14px;
  line-height: 1.2;
  padding: 22px;
  color: #223958;
  font-weight: 800;
  border-right: 1px solid #e0e0e0;
}
.normal_contens_box .contents_table table td {
  font-size: 16px;
  text-align: center;
  padding: 19px;
}
.normal_contens_box .contents_table table td:first-child {
  border-right: 1px solid #e0e0e0;
}
.normal_contens_box .contents_table table td.left {
  text-align: left;
}
@media (max-width: 768px) {
  .normal_contens_box {
    padding: 0;
  }
  .normal_contens_box p {
    margin-top: 3.61119vw;
    font-size: 3.8889vw;
  }
  .normal_contens_box p.mt-24 {
    margin-top: 8.3333vw;
  }
  .normal_contens_box .contents_list li {
    font-size: 4.4444vw;
    margin-top: 3.61119vw;
    padding-left: 3.1944vw;
  }
  .normal_contens_box .contents_list li::before {
    width: 0.8333vw;
    height: 0.8333vw;
    top: 2.2222vw;
  }
  .normal_contens_box .contents_list li:first-child {
    margin-top: 0;
  }
  .normal_contens_box .contents_table {
    margin-top: 8.3333vw;
  }
  .normal_contens_box .contents_table table th {
    font-size: 4.4444vw;
    padding: 3.6111vw;
  }
  .normal_contens_box .contents_table table td {
    font-size: 4.4444vw;
    padding: 3.6111vw;
    line-height: 1.2;
  }
}

.greeting {
  width: 100%;
  font-size: 18px;
  color: #05141f;
  font-weight: 400;
  margin-bottom: 20px;
  padding: 0 90px;
}
.greeting div:nth-child(1) {
  width: calc(100% - 333px);
}
.greeting .highlight {
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.greeting .highlight.pc {
  display: flex;
}
.greeting .highlight.mo {
  display: none;
}
.greeting .highlight p {
  font-size: 21px;
  line-height: 1.47;
  font-weight: bold;
  padding: 0 10px;
  position: relative;
}
.greeting .highlight p span {
  position: relative;
}
.greeting .highlight p::before {
  content: "";
  width: 100%;
  height: 15px;
  background: rgba(14, 182, 255, 0.14);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 768px) {
  .greeting {
    width: 100%;
    line-height: 1.4;
    font-size: 4.1667vw;
    margin-bottom: 10vw;
    padding: 0 5.5556vw;
  }
  .greeting div:nth-child(1) {
    width: 100%;
    padding: 0 2.5vw;
    word-break: break-all;
  }
  .greeting div:last-child {
    word-break: break-all;
  }
  .greeting .highlight {
    margin: 5.5556vw 0;
  }
  .greeting .highlight.pc {
    display: none;
  }
  .greeting .highlight.mo {
    display: flex;
  }
  .greeting .highlight p {
    font-size: 4.7222vw;
    padding: 0 1.3889vw;
  }
  .greeting .highlight p::before {
    height: 3.3333vw;
  }
}

.greeting_1 {
  display: flex;
  padding-top: 57px;
  gap: 94px;
  margin-bottom: 100px;
}
.greeting_1 .txt_bx {
  flex: 1;
}
.greeting_1 h3 {
  font-size: 21px;
  line-height: 1.52;
  color: #223958;
  margin-bottom: 39px;
  font-weight: 800;
}
.greeting_1 p {
  font-size: 21px;
  line-height: 1.52;
  color: #5a5b5d;
}
@media (max-width: 768px) {
  .greeting_1 {
    flex-direction: column;
    padding-top: 0;
    gap: 10.8333vw;
    margin-bottom: 9.1667vw;
  }
  .greeting_1 .txt_bx {
    flex: initial;
  }
  .greeting_1 h3 {
    font-size: 4.4444vw;
    margin-bottom: 6.8056vw;
  }
  .greeting_1 p {
    font-size: 4.1667vw;
  }
}

.greeting_2 {
  font-size: 21px;
  line-height: 1.52;
  color: #fff;
  font-weight: bold;
  padding: 74px 40px;
  position: relative;
  margin-bottom: 57px;
}
.greeting_2 div {
  position: relative;
}
.greeting_2::before {
  content: "";
  width: 100vw;
  height: 100%;
  background: linear-gradient(to right, #1276c2, #4897d3);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
}
@media (max-width: 768px) {
  .greeting_2 {
    font-size: 4.1667vw;
    padding: 11.3889vw 0 11.3889vw 1.9444vw;
    margin-bottom: 11.5278vw;
  }
}

.greeting_3 {
  text-align: right;
  color: #05141f;
  font-size: 18px;
  line-height: 1.55;
  padding-right: 90px;
}
.greeting_3 .txt {
  margin-top: 55px;
  font-weight: 400;
}
.greeting_3 .txt:first-child {
  margin-top: 0;
}
.greeting_3 h3 {
  font-size: 18px;
  line-height: 1.55;
  margin-top: 10px;
}
.greeting_3 h3 b {
  font-weight: 800;
}
@media (max-width: 768px) {
  .greeting_3 {
    font-size: 4.1667vw;
    padding: 0 5.5556vw;
  }
  .greeting_3 .txt {
    margin-top: 8.75vw;
  }
  .greeting_3 .txt:first-child {
    margin-top: 0;
  }
  .greeting_3 h3 {
    font-size: 3.8889vw;
    margin-top: 1.0417vw;
  }
}

.circle_4_wr {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.circle_4_wr .circle {
  width: 205px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: relative;
  text-align: center;
  padding-top: 50px;
  background: #f3f5f9;
  border: 1px solid #d9e6f2;
}
.circle_4_wr.en .circle {
  background-color: #e5f1fa;
  border-color: #1276c2;
}
.circle_4_wr.en .circle:nth-child(2) {
  background-color: #f5e5d3;
  border-color: #c27522;
}
.circle_4_wr.en .circle:nth-child(3) {
  background-color: #f8f2e1;
  border-color: #ad9138;
}
.circle_4_wr.en .circle:nth-child(4) {
  background-color: #f4f4f4;
  border-color: #c1c1c1;
}
.circle_4_wr.en .circle * {
  font-weight: bold;
  color: #004173;
}
.circle_4_wr.en .circle:nth-child(2) * {
  color: #8a4800;
}
.circle_4_wr.en .circle:nth-child(3) * {
  color: #856a16;
}
.circle_4_wr.en .circle:nth-child(4) * {
  color: #5a5b5d;
}
.circle_4_wr .circle span {
  font-size: 15px;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 35px;
  display: block;
}
.circle_4_wr .circle h3 {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.23;
}
@media (max-width: 768px) {
  .circle_4_wr {
    flex-wrap: wrap;
    gap: 7.2222vw 2.0833vw;
    width: 100%;
  }
  .circle_4_wr .circle {
    width: calc(50% - 1.0417vw);
    padding-top: 9.7222vw;
  }
  .circle_4_wr .circle span {
    font-size: 3.3333vw;
    margin-bottom: 6.8056vw;
  }
  .circle_4_wr .circle h3 {
    font-size: 4.1667vw;
  }
}

.venn_col3 {
  width: 100%;
}
.venn_col3 ul {
  display: flex;
  width: 100%;
  gap: 10px;
}
.venn_col3 ul li {
  position: relative;
  flex: 1;
  color: #fff;
  text-align: center;
  height: 99px;
  font-size: 18px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1276c2;
  border-radius: 100px;
}
.venn_col3 ul li:nth-child(2) {
  background: #c27522;
}
.venn_col3 ul li:nth-child(3) {
  background: #ad9138;
}
.venn_col3 ul li::after {
  content: '1';
  display: block;
  position: absolute;
  top: 25px;
  left: 40px;
  font-size: 18px;
  color: #fff;
}
.venn_col3 ul li:nth-child(2)::after {
  content: '2';
}
.venn_col3 ul li:nth-child(3)::after {
  content: '3';
}
@media (max-width: 768px) {
  .venn_col3 ul {
    margin: 0 auto;
    width: 77.5vw;
    flex-direction: column;
  }
  .venn_col3 ul li {
    flex: initial;
    width: 100%;
    height: 18.0556vw;
    font-size: 3.8889vw;
  }
  .venn_col3 ul li::after {
    top: calc(50% - 7px);
    left: 40px;
    font-size: 3.8889vw;
  }
}

.contetns_box_list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.contetns_box_list li {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  border: 1px solid #d9e6f2;
  border-radius: 10px;
  text-align: center;
  background: #f3f5f9;
  font-size: 17px;
  color: #05141f;
  width: calc(33.33% - 6.66px);
  padding: 0 10px;
}
@media (max-width: 768px) {
  .contetns_box_list {
    gap: 3.1944vw 4.7222vw;
  }
  .contetns_box_list li {
    padding: 0 5px;
    height: 12.0833vw;
    line-height: 4.3056vw;
    border-radius: 1.3889vw;
    font-size: 3.3333vw;
    width: calc(50% - 2.3611vw);
  }
}

.c_primary {
  color: #1276c2 !important;
}

.history_list_wr {
  padding: 6px 40px 0;
}
.history_list_wr .history_item {
  padding-bottom: 40px;
  position: relative;
}
.history_list_wr .history_item::before {
  content: "";
  width: 1px;
  height: calc(100% - 71px);
  background: #617998;
  position: absolute;
  top: 47px;
  left: 35px;
  z-index: 1;
}
.history_list_wr .history_item::after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  bottom: 0;
  left: 32px;
  background: #617998;
  bottom: 15px;
  border-radius: 50%;
}
.history_list_wr .history_item h3 {
  font-size: 28px;
  line-height: 1;
  font-weight: 800;
  color: #223958;
  padding-bottom: 16px;
  border-bottom: 3px solid #223958;
  display: inline-block;
}
.history_list_wr .history_item ul {
  padding: 40px 0 40px 80px;
  position: relative;
}
.history_list_wr .history_item ul::before {
  content: "";
  width: 100vw;
  max-width: 1320px;
  height: 100%;
  border-radius: 20px;
  background: #f8f9fb;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.history_list_wr .history_item ul li {
  padding: 12px 22px;
  position: relative;
  display: flex;
  gap: 25px;
}
.history_list_wr .history_item ul li::before {
  content: "";
  width: 5px;
  height: 5px;
  background: #1276c2;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 18px;
  left: 0;
}
.history_list_wr .history_item ul li b {
  font-size: 21px;
  font-weight: bold;
  line-height: 23px;
}
.history_list_wr .history_item ul li span {
  font-size: 17px;
  font-weight: 400;
  line-height: 23px;
}
.history_list_wr .history_item ul li span.c_primary {
  font-weight: bold;
  color: #05141f !important;
}
@media (max-width: 768px) {
  .history_list_wr {
    padding: 0;
  }
  .history_list_wr .history_item {
    padding-bottom: 8.75vw;
  }
  .history_list_wr .history_item::before {
    height: calc(100% - 13.8889vw);
    top: 7.7778vw;
    left: 6.3889vw;
  }
  .history_list_wr .history_item::after {
    width: 0.8333vw;
    height: 0.8333vw;
    left: 5.9722vw;
    bottom: 4.1667vw;
  }
  .history_list_wr .history_item h3 {
    font-size: 5.5556vw;
    padding-bottom: 1.9444vw;
    border-width: 0.4167vw;
  }
  .history_list_wr .history_item ul {
    padding: 5.5556vw 2.7778vw 5.5556vw 10.8333vw;
    border-radius: 2.7778vw;
    background: #f8f9fb;
  }
  .history_list_wr .history_item ul::before {
    display: none;
  }
  .history_list_wr .history_item ul li {
    padding: 1.8056vw 0 1.8056vw 4.4444vw;
    gap: 4.1667vw;
  }
  .history_list_wr .history_item ul li::before {
    width: 1.1111vw;
    height: 1.1111vw;
    top: 3.6111vw;
  }
  .history_list_wr .history_item ul li b {
    font-size: 3.8889vw;
    line-height: 4.7222vw;
  }
  .history_list_wr .history_item ul li span {
    font-size: 3.6111vw;
    line-height: 4.7222vw;
  }
}

.ci_info_wr .info_txt {
  font-size: 20px;
  line-height: 1.52;
  padding: 0 40px;
  margin-bottom: 34px;
}
.ci_info_wr .info_txt p {
  margin-top: 32px;
}
.ci_info_wr .info_txt p:first-child {
  margin-top: 0;
}
.ci_info_wr .logo_info_bx {
  width: 100%;
  padding: 0 40px;
  margin-bottom: 70px;
}
.ci_info_wr .logo_info_bx .logo_grid {
  width: 100%;
  height: 298px;
  background: url(../../images/hmpg/logo_grid.png) no-repeat center/contain;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 21px;
}
.ci_info_wr .logo_info_bx .logo_grid .logo {
  width: 552px;
  height: 56px;
}
.ci_info_wr .logo_info_bx .logo_grid .logo img {
  width: 100%;
  height: 100%;
  display: block;
}
.ci_info_wr .logo_info_bx .download {
  margin-left: auto;
  width: 320px;
  height: 57px;
  line-height: 55px;
  border-radius: 100px;
  border: 1px solid #c1c1c1;
  font-size: 17px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.ci_info_wr .logo_info_bx .download::after {
  content: "";
  display: block;
  width: 22px;
  height: 21px;
  background: url(../../images/hmpg/icon_logo_download.png) no-repeat center/contain;
}
.ci_info_wr .color_info {
  display: flex;
  gap: 200px;
  padding: 0 40px;
  margin-bottom: 62px;
}
.ci_info_wr .color_info h3 {
  flex-shrink: 0;
  width: 130px;
  padding: 30px 0;
  font-size: 21px;
  font-weight: 800;
  color: #223958;
}
.ci_info_wr .color_info .palette_wr {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  gap: 40px 42px;
}
.ci_info_wr .color_info .palette_wr.md {
  gap: 40px 38px;
}
.ci_info_wr .color_info .palette_wr.md .palette {
  flex: 1;
}
.ci_info_wr .color_info .palette_wr.md .palette .txt {
  padding: 33px 38px;
  font-size: 21px;
}
.ci_info_wr .color_info .palette_wr .palette {
  border: 1px solid #c1c1c1;
  border-radius: 10px;
  overflow: hidden;
  width: calc(33.33% - 28px);
}
.ci_info_wr .color_info .palette_wr .palette .color {
  width: 100%;
  height: 146px;
}
.ci_info_wr .color_info .palette_wr .palette .color.darkblue {
  background: #223958;
}
.ci_info_wr .color_info .palette_wr .palette .color.blue {
  background: #41b0e9;
}
.ci_info_wr .color_info .palette_wr .palette .color.blue + .txt b {
  color: #41b0e9;
}
.ci_info_wr .color_info .palette_wr .palette .color.sub1 {
  background: #4897d3;
}
.ci_info_wr .color_info .palette_wr .palette .color.sub2 {
  background: #39a7c2;
}
.ci_info_wr .color_info .palette_wr .palette .color.sub3 {
  background: #98854a;
}
.ci_info_wr .color_info .palette_wr .palette .color.sub4 {
  background: #e3d9d5;
}
.ci_info_wr .color_info .palette_wr .palette .color.sub5 {
  background: #c3c4c6;
}
.ci_info_wr .color_info .palette_wr .palette .color.sub6 {
  background: #8f8f92;
}
.ci_info_wr .color_info .palette_wr .palette .color.sub7 {
  background: #5a5b5d;
}
.ci_info_wr .color_info .palette_wr .palette .txt {
  padding: 25px;
  color: #5a5b5d;
  font-size: 17px;
  font-weight: 400;
}
.ci_info_wr .color_info .palette_wr .palette .txt b {
  display: block;
  font-weight: bold;
  color: #223958;
  margin-bottom: 4px;
}
@media (max-width: 768px) {
  .ci_info_wr .info_txt {
    font-size: 4.4444vw;
    line-height: 1.43;
    padding: 0;
    margin-bottom: 9.8611vw;
  }
  .ci_info_wr .info_txt p {
    margin-top: 6.3889vw;
  }
  .ci_info_wr .info_txt p:first-child {
    margin-top: 0;
  }
  .ci_info_wr .logo_info_bx {
    width: 100%;
    margin-bottom: 13.8889vw;
  }
  .ci_info_wr .logo_info_bx .logo_grid {
    width: 100%;
    height: 41.3889vw;
    margin-bottom: 6.6667vw;
    background: url(../../images/hmpg/logo_grid_mo.png) no-repeat center/contain;
  }
  .ci_info_wr .logo_info_bx .logo_grid .logo {
    width: 75.5556vw;
    height: 7.7778vw;
  }
  .ci_info_wr .logo_info_bx .download {
    margin: 0 auto;
    width: 64.4444vw;
    height: 11.3889vw;
    line-height: 11.1111vw;
    font-size: 3.8889vw;
    gap: 2.2222vw;
  }
  .ci_info_wr .logo_info_bx .download::after {
    width: 4.3056vw;
    height: 4.1667vw;
  }
  .ci_info_wr .color_info {
    flex-direction: column;
    gap: 5.5556vw;
    margin-bottom: 8.6111vw;
  }
  .ci_info_wr .color_info h3 {
    width: 100%;
    padding: 0;
    font-size: 4.1667vw;
    line-height: 1;
  }
  .ci_info_wr .color_info .palette_wr {
    gap: 3.3333vw 4.7222vw;
  }
  .ci_info_wr .color_info .palette_wr.md {
    gap: 4.7222vw;
  }
  .ci_info_wr .color_info .palette_wr.md .palette {
    width: calc(50% - 2.3611vw);
  }
  .ci_info_wr .color_info .palette_wr.md .palette .txt {
    padding: 4.3056vw 2.9167vw 4.3056vw;
    font-size: 3.3333vw;
    line-height: 1.2;
  }
  .ci_info_wr .color_info .palette_wr .palette {
    border-radius: 1.3889vw;
    width: calc(50% - 2.3611vw);
  }
  .ci_info_wr .color_info .palette_wr .palette .color {
    height: 20.2778vw;
  }
  .ci_info_wr .color_info .palette_wr .palette .txt {
    padding: 4.3056vw 2.9167vw 4.3056vw;
    font-size: 3.3333vw;
    line-height: 1.2;
  }
  .ci_info_wr .color_info .palette_wr .palette .txt b {
    margin-bottom: 1.3889vw;
  }
}

.organize_chart_wr {
  width: 100%;
  min-height: 700px;
  position: relative;
  color: #223958;
}
.organize_chart_wr .organize_chart {
  width: 100vw;
  max-width: 1324px;
  min-height: 700px;
  overflow-x: auto;
  padding-bottom: 50px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.organize_chart_wr .organize_chart::-webkit-scrollbar {
  height: 10px;
}
.organize_chart_wr .organize_chart::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
  border-radius: 10px;
  background-clip: padding-box;
  border: 2px solid transparent;
}
.organize_chart_wr .organize_chart::-webkit-scrollbar-track {
  background-color: #ebebeb;
  border-radius: 10px;
}
.organize_chart_wr .organize_chart .organize_chart_scroll {
  position: relative;
  width: 1324px;
  padding: 0 23px;
  height: 660px;
  border-radius: 20px;
}
.organize_chart_wr .organize_chart .box {
  min-height: 54px;
  line-height: 22px;
  padding: 15px 4px;
  border: 1px solid #d9e6f2;
  border-radius: 10px;
  background: #f3f5f9;
  font-size: 18px;
  color: #5a5b5d;
  text-align: center;
  width: 143px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.organize_chart_wr .organize_chart .box.blue {
  background: #1276c2;
  color: #fff;
}
.organize_chart_wr .organize_chart h3.box {
  width: 211px;
  min-height: 60px;
  line-height: 22px;
  padding: 18px 4px;
  background: #39a7c2;
  font-size: 18px;
  color: #fff;
}
.organize_chart_wr .organize_chart h3.box.blue {
  background: #1276c2;
}
.organize_chart_wr .organize_chart .point {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: #223958;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 auto;
  z-index: 10;
}
.organize_chart_wr .organize_chart .point::after {
  content: "";
  width: 1px;
  height: 130px;
  border-left: 1px solid #909cab;
  top: 140px;
  left: 50%;
  position: absolute;
}
.organize_chart_wr .organize_chart .point h2 {
  width: 105px;
  height: 105px;
  border-radius: 50%;
  background: #223958;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.organize_chart_wr .organize_chart .organ_top {
  position: relative;
  padding-bottom: 130px;
}
.organize_chart_wr .organize_chart .organ_top::after {
  content: "";
  width: 1027px;
  height: 1px;
  border-top: 1px solid #909cab;
  bottom: -1px;
  left: 104px;
  position: absolute;
}
.organize_chart_wr .organize_chart .organ01.organ00 {
  top: 36px;
  left: 239px;
}
.organize_chart_wr .organize_chart .organ01.organ00::before {
  left: 211px;
}
.organize_chart_wr .organize_chart .organ01.organ00 h3::before {
  display: none;
}
.organize_chart_wr .organize_chart .organ01 {
  position: absolute;
  top: 36px;
  right: 237px;
}
.organize_chart_wr .organize_chart .organ02 {
  width: 211px;
}
.organize_chart_wr .organize_chart .organ01::before {
  content: "";
  width: 124px;
  height: 1px;
  border-top: 1px solid #909cab;
  position: absolute;
  top: 30px;
  left: -124px;
}
.organize_chart_wr .organize_chart .organ01 h3 {
  margin-bottom: 40px;
  position: relative;
}
.organize_chart_wr .organize_chart .organ01 h3::before {
  content: "";
  width: 1px;
  height: 42px;
  border-left: 1px solid #909cab;
  position: absolute;
  bottom: -42px;
  left: 50%;
  transform: translateX(-50%);
}
.organize_chart_wr .organize_chart .organ01 .box {
  width: 211px;
  min-height: 60px;
  line-height: 22px;
  padding: 18px 4px;
  font-size: 18px;
}
.organize_chart_wr .organize_chart .organ02 .sub,
.organize_chart_wr .organize_chart .organ02 .sub ul {
  width: 100%;
}
.organize_chart_wr .organize_chart .organ02 .box {
  margin: 0 auto 9px !important;
}
.organize_chart_wr .organize_chart .organ_body {
  display: flex;
  justify-content: space-between;
}
.organize_chart_wr .organize_chart .organ_body .organ {
  padding-top: 175px;
  position: relative;
}
.organize_chart_wr .organize_chart .organ_body .sub {
  display: flex;
  justify-content: center;
  gap: 6px;
  position: relative;
}
.organize_chart_wr .organize_chart .organ_body .sub::before {
  content: "";
  width: 1px;
  height: 240px;
  border-left: 1px solid #909cab;
  position: absolute;
  top: -175px;
  left: 50%;
  transform: translateX(-50%);
}
.organize_chart_wr .organize_chart .organ_body .sub.col2::after {
  content: "";
  position: absolute;
  width: calc(50% + 2px);
  height: 1px;
  top: -33px;
  left: calc(50% - 1px);
  transform: translateX(-50%);
  border-top: 1px solid #909cab;
}
.organize_chart_wr .organize_chart .organ_body .sub.col2::before {
  content: "";
  width: 1px;
  height: 142px;
  border-left: 1px solid #909cab;
  position: absolute;
  top: -175px;
  left: 50%;
  transform: translateX(-50%);
}
.organize_chart_wr .organize_chart .organ_body .sub.col2 ul {
  position: relative;
}
.organize_chart_wr .organize_chart .organ_body .sub.col2 ul::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 33px;
  top: -33px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 1px solid #909cab;
}
.organize_chart_wr .organize_chart ul.type2 {
  padding-top: 64px;
}
.organize_chart_wr .organize_chart .organ_body .sub.col2 ul.type2::before {
  height: 97px;
}
.organize_chart_wr .organize_chart .organ_body .sub li {
  margin-top: 9px;
}
.organize_chart_wr .organize_chart .organ_body .sub li:first-child {
  margin-top: 0;
}
.organize_chart_wr .organize_chart .organ_body .sub.row ul {
  display: flex;
  gap: 6px;
}
.organize_chart_wr .organize_chart .organ_body .sub.row ul::after {
  content: "";
  position: absolute;
  width: 63%;
  height: 1px;
  top: -33px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 1px solid #909cab;
}
.organize_chart_wr .organize_chart .organ_body .sub.row ul li {
  margin-top: 0;
}
.organize_chart_wr .organize_chart .organ_body .sub.row ul li:nth-child(1)::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 33px;
  top: -33px;
  left: 86px;
  border-left: 1px solid #909cab;
}
.organize_chart_wr .organize_chart .organ_body .sub.row ul li:nth-child(3)::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 33px;
  top: -33px;
  right: 86px;
  border-left: 1px solid #909cab;
}
.organize_chart_wr .organize_chart .organ_body h3.box {
  position: absolute;
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media (max-width: 1400px) {
  .organize_chart_wr .organize_chart {
    padding: 0 40px 50px;
  }
}
@media (max-width: 768px) {
  .organize_chart_wr {
    min-height: 92.6111vw;
  }
  .organize_chart_wr .organize_chart {
    width: 100vw;
    max-width: 171.9444vw;
    min-height: 88.6111vw;
    padding: 0 0 6vw;
  }
  .organize_chart_wr .organize_chart::-webkit-scrollbar {
    height: 10px;
  }
  .organize_chart_wr .organize_chart::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 10px;
    background-clip: padding-box;
    border: 2px solid transparent;
  }
  .organize_chart_wr .organize_chart::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 10px;
  }
  .organize_chart_wr .organize_chart .organize_chart_scroll {
    width: 194.4444vw;
    height: 88.6111vw;
    padding: 0 5.5556vw;
  }
  .organize_chart_wr .organize_chart .box {
    min-height: 7.5vw;
    line-height: 3.0556vw;
    padding: 2.0833vw 0.5556vw;
    border-radius: 1.3889vw;
    font-size: 2.5vw;
    width: 19.8611vw;
  }
  .organize_chart_wr .organize_chart h3.box {
    width: 29.3056vw;
    min-height: 7.5vw;
    line-height: 3.0556vw;
    padding: 2.0833vw 0.5556vw;
    font-size: 2.5vw;
  }
  .organize_chart_wr .organize_chart .point {
    width: 21.25vw;
    height: 21.25vw;
  }
  .organize_chart_wr .organize_chart .point::after {
    height: 17.6389vw;
    bottom: -17.6389vw;
    top: auto;
  }
  .organize_chart_wr .organize_chart .point h2 {
    width: 14.5833vw;
    height: 14.5833vw;
    font-size: 3.3333vw;
  }
  .organize_chart_wr .organize_chart .organ_top {
    padding-bottom: 17.6389vw;
    padding-right: 0;
    padding-left: 0;
  }
  .organize_chart_wr .organize_chart .organ_top::after {
    width: 130vw;
    left: 19.7vw;
  }
  .organize_chart_wr .organize_chart ul.type2 {
    padding-top: 8.85vw;
  }
  .organize_chart_wr .organize_chart .organ01 {
    top: 6.25vw;
    right: 39.1667vw;
  }
  .organize_chart_wr .organize_chart .organ00.organ01::before {
    width: 13.5vw;
    top: 4.1667vw !important;
    left: 29.3056vw;
  }
  .organize_chart_wr .organize_chart .organ01::before {
    width: 13.5vw;
    top: 4.1667vw !important;
    left: -13.5vw;
  }
  .organize_chart_wr .organize_chart .organ01 h3 {
    margin-bottom: 5.5556vw;
  }
  .organize_chart_wr .organize_chart .organ01 h3::before {
    height: 5.8333vw;
    bottom: -5.8333vw;
  }
  .organize_chart_wr .organize_chart .organ00.organ01 .box {
    width: 29.3056vw;
    min-height: 8.3333vw;
    line-height: 3.0556vw;
    padding: 2.5vw 0.5556vw;
    font-size: 2.5vw;
  }
  .organize_chart_wr .organize_chart .organ01 .box {
    width: 29.3056vw;
    min-height: 8.3333vw;
    line-height: 3.0556vw;
    padding: 2.5vw 0.5556vw;
    font-size: 2.5vw;
  }
  .organize_chart_wr .organize_chart .organ_body {
    flex: 1;
  }
  .organize_chart_wr .organize_chart .organ_body .organ {
    padding-top: 24.3056vw;
    width: 23%;
  }
  .organize_chart_wr .organize_chart .organ_body .organ::before {
    top: -0.8333vw;
    width: 1.3889vw;
    height: 1.3889vw;
  }
  .organize_chart_wr .organize_chart .organ_body .organ05 {
    width: 46.25vw;
  }
  .organize_chart_wr .organize_chart .organ_body .sub {
    gap: 0.9722vw;
  }
  .organize_chart_wr .organize_chart .organ_body .sub::before {
    height: 33.3056vw;
    top: -24.3056vw;
  }
  .organize_chart_wr .organize_chart .organ_body .sub.col2::after {
    top: -4.5833vw;
    width: 21vw;
  }
  .organize_chart_wr .organize_chart .organ_body .sub.col2::before {
    width: 0.1389vw;
    height: 19.7222vw;
    top: -24.3056vw;
  }
  .organize_chart_wr .organize_chart .organ_body .sub.col2 ul::before {
    height: 4.5833vw;
    top: -4.5833vw;
  }
  .organize_chart_wr .organize_chart .organ_body .sub.col2 ul.type2::before {
    height: 13.5833vw;
    top: -4.5833vw;
  }
  .organize_chart_wr .organize_chart .organ_body .sub li {
    margin-top: 1.25vw;
  }
  .organize_chart_wr .organize_chart .organ_body .sub li:first-child {
    margin-top: 0;
  }
  .organize_chart_wr .organize_chart .organ_body .sub.row ul {
    gap: 0.8333vw;
  }
  .organize_chart_wr .organize_chart .organ_body .sub.row ul::after {
    top: -4.5833vw;
    width: 60%;
  }
  .organize_chart_wr .organize_chart .organ_body .sub.row ul li:nth-child(1)::before {
    height: 4.5833vw;
    top: -4.5833vw;
    left: 11.9444vw;
  }
  .organize_chart_wr .organize_chart .organ_body .sub.row ul li:nth-child(3)::before {
    height: 4.5833vw;
    top: -4.5833vw;
    right: 11.9444vw;
  }
  .organize_chart_wr .organize_chart .organ_body h3.box {
    top: 6.25vw;
  }
}

.contents_scroll_bx .organize_chart {
  width: 100%;
  max-width: 1324px;
  padding: 0 23px 50px;
  margin: 0 auto;
  overflow-x: hidden;
  position: relative;
  transform: initial;
  left: initial;
  top: initial;
}
@media (max-width: 768px) {
  .contents_scroll_bx .organize_chart_wr {
    height: auto;
  }
  .contents_scroll_bx .organize_chart {
    width: 183.8889vw;
    max-width: initial;
    padding: 0 5.5556vw 10vw;
  }
  .contents_scroll_bx .organize_chart .organ00.organ01 {
    left: 32.9167vw;
    right: auto;
  }
  .contents_scroll_bx .organize_chart .organ01 {
    top: 5vw !important;
    right: 32.9167vw;
  }
}

.location_info_wr .map_area {
  height: 593px;
  border-radius: 20px;
  border: 1px solid #e0e0e0;
  overflow: hidden;
  width: calc(100% - 80px);
  margin: 0 auto 76px;
}
.location_info_wr .map_area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.location_info_wr .address_wr .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px 25px;
}
.location_info_wr .address_wr .title .logo {
  width: 306px;
  height: 31px;
}
.location_info_wr .address_wr .title .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.location_info_wr .address_wr .title .view_map {
  margin-left: auto;
  height: 56px;
  line-height: 56px;
  background: #1276c2;
  border-radius: 100px;
  width: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 800;
  color: #fff;
}
.location_info_wr .address_wr .title .view_map::before {
  content: "";
  width: 22px;
  height: 26px;
  background: url(../../images/hmpg/icon_map.png) no-repeat center/contain;
}
.location_info_wr .address_wr .address {
  border-top: 2px solid #05141f;
  padding: 54px 40px 87px;
  display: flex;
  gap: 62px;
  width: calc(100% - 80px);
  margin: 0 auto;
}
.location_info_wr .address_wr .address > ul {
  flex: 1;
}
.location_info_wr .address_wr .address > ul > li {
  display: flex;
  align-items: flex-start;
  margin-top: 39px;
}
.location_info_wr .address_wr .address > ul > li:first-child {
  margin-top: 0;
}
.location_info_wr .address_wr .address > ul > li ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
  padding-left: 17px;
}
.location_info_wr .address_wr .address > ul > li ul li {
  width: 50%;
  line-height: 1.2;
  flex-shrink: 0;
  font-size: 16px;
}
.location_info_wr .address_wr .address > ul > li ul li::before {
  content: "•";
  padding-right: 10px;
}
.location_info_wr .address_wr .address b {
  width: 67px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 800;
  flex-shrink: 0;
  color: #05141f;
  position: relative;
}
.location_info_wr .address_wr .address b::after {
  content: "";
  width: 1px;
  height: 13px;
  background: #c1c1c1;
  position: absolute;
  top: 3px;
  right: 0;
}
.location_info_wr .address_wr .address span {
  line-height: 1.2;
  padding-left: 17px;
  font-size: 16px;
  font-weight: 400;
  color: #05141f;
}
.location_info_wr .location {
  padding: 32px 37px;
  background: #edf4f9;
  border-radius: 20px;
  border: 1px solid #a6dffd;
  width: calc(100% - 80px);
  margin: 0 auto;
}
.location_info_wr .location ul {
  display: flex;
  flex-wrap: wrap;
  gap: 26px 10px;
}
.location_info_wr .location ul li {
  width: calc(50% - 5px);
  font-size: 16px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 32px;
  width: 100%;
}
.location_info_wr .location ul li::before {
  content: "";
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
}
.location_info_wr .location ul li.metro::before {
  background-image: url(../../images/hmpg/location_icon_1.png);
}
.location_info_wr .location ul li.ktx::before {
  background-image: url(../../images/hmpg/location_icon_2.png);
}
.location_info_wr .location ul li.bus::before {
  background-image: url(../../images/hmpg/location_icon_3.png);
}
@media (max-width: 1400px) {
  .location_info_wr .address_wr .address,
  .location_info_wr .location ul {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .location_info_wr .map_area {
    width: 100%;
    height: 82.3611vw;
    border-radius: 2.7778vw;
    margin-bottom: 8.0556vw;
  }
  .location_info_wr .address_wr .title {
    padding: 0 0 2.2222vw 2.7778vw;
  }
  .location_info_wr .address_wr .title .logo {
    width: 42.5vw;
    height: 4.3056vw;
  }
  .location_info_wr .address_wr .title .view_map {
    height: 7.7778vw;
    line-height: 7.7778vw;
    border-radius: 13.8889vw;
    width: 22.2222vw;
    gap: 1.6667vw;
    font-size: 2.2222vw;
  }
  .location_info_wr .address_wr .title .view_map::before {
    width: 3.0556vw;
    height: 3.6111vw;
  }
  .location_info_wr .address_wr .address {
    padding: 6.9444vw 0 9.7222vw;
    gap: 8.6111vw;
  }
  .location_info_wr .address_wr .address > ul {
    flex: initial;
  }
  .location_info_wr .address_wr .address > ul > li {
    margin-top: 5.4167vw;
  }
  .location_info_wr .address_wr .address > ul > li:first-child {
    margin-top: 0;
  }
  .location_info_wr .address_wr .address > ul > li ul {
    gap: 1.3889vw 0;
    padding-left: 2.3611vw;
    flex-direction: column;
  }
  .location_info_wr .address_wr .address > ul > li ul li {
    width: 100%;
    font-size: 3.8889vw;
    line-height: 4.1667vw;
  }
  .location_info_wr .address_wr .address > ul > li ul li::before {
    padding-right: 1.3889vw;
  }
  .location_info_wr .address_wr .address b {
    width: 13.4722vw;
    font-size: 3.3333vw;
    line-height: 4.1667vw;
  }
  .location_info_wr .address_wr .address b::after {
    width: 0.1389vw;
    height: 2.5vw;
    top: 0.8333vw;
    right: 0;
  }
  .location_info_wr .address_wr .address span {
    padding-left: 2.3611vw;
    font-size: 3.8889vw;
  }
  .location_info_wr .location {
    padding: 8.8889vw 5.2778vw;
    border-radius: 2.7778vw;
  }
  .location_info_wr .location ul {
    gap: 6.6667vw;
  }
  .location_info_wr .location ul li {
    width: 100%;
    font-size: 3.6111vw;
    gap: 4.4444vw;
  }
  .location_info_wr .location ul li::before {
    width: 12.7778vw;
    height: 12.7778vw;
  }
}

.en .location_info_wr .address_wr .address b {
  width: 200px;
}
.en .location_info_wr .address_wr .address > ul > li > ul {
  width: 100%;
  flex-direction: column;
}
@media (max-width: 768px) {
  .en .location_info_wr .address_wr .address b {
    width: 100%;
  }
  .en .location_info_wr .address_wr .address b::after {
    display: none;
  }
  .en .location_info_wr .address_wr .address > ul > li {
    flex-direction: column;
    gap: 3vw;
  }
}

/*컨텐츠에 가로축 스크롤이 들어가는 경우*/
.contentsarea.scroll_st {
  padding: 34px 0;
}
.contentsarea.scroll_st .subtit {
  width: calc(100% - 80px);
  margin: 0 auto 30px;
  position: relative;
  min-height: 43px;
}
.contentsarea.scroll_st .subtit.mb_0 {
  margin-bottom: 0;
}
.contentsarea.scroll_st .board_top {
  width: calc(100% - 80px);
  margin: 0 auto 24px;
}
.contentsarea.scroll_st .board_top .btn2 {
  margin-left: 10px;
}
.contentsarea.scroll_st .sub_contents_title {
  width: calc(100% - 80px);
}
.contentsarea.scroll_st .survey_wr {
  width: calc(100% - 80px);
  margin: 100px auto 111px;
}
@media (max-width: 1024px) {
  .contentsarea.scroll_st .board_top .boardschbox {
    display: flex;
    flex-direction: column;
  }
  .contentsarea.scroll_st .board_top .boardschbox .select_box {
    width: 100%;
  }
  .contentsarea.scroll_st .board_top .btn2 {
    margin-left: auto;
    width: 107px;
  }
}
@media (max-width: 768px) {
  .contentsarea.scroll_st {
    padding: 6.1111vw 0;
  }
  .contentsarea.scroll_st .sub_contents_wr {
    padding: 0 0 4.1667vw;
  }
  .contentsarea.scroll_st .board_top {
    width: 100%;
    margin: 0 auto 7.6389vw;
  }
  .contentsarea.scroll_st .board_top .btn2 {
    width: 100%;
  }
  .contentsarea.scroll_st .subtit {
    width: calc(100% - 11.1111vw);
    margin: 0 auto 7.6389vw;
    padding: 0;
  }
  .contentsarea.scroll_st .subtit.tab_menu_st {
    flex-direction: column-reverse;
    gap: 2.7778vw;
    padding: 0;
    margin: 0 auto 6.6667vw;
  }
  .contentsarea.scroll_st .sub_contents_title {
    width: calc(100% - 11.1111vw);
  }
  .contentsarea.scroll_st .survey_wr {
    width: calc(100% - 11.1111vw);
    margin: 19.0278vw auto 7.6389vw;
  }
}

.sub_title_tab_menu {
  display: flex;
  gap: 11px;
  border-bottom: 1px solid #05141f;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.sub_title_tab_menu button {
  width: 248px;
  height: 53px;
  line-height: 51px;
  border-radius: 16px 16px 0 0;
  border: 1px solid #ebebeb;
  border-bottom: 0;
  background: #fff;
  text-align: center;
  font-size: 17px;
  transition: all 0.3s;
}
.sub_title_tab_menu button.on {
  font-weight: 800;
  border-color: #1276c2;
  background: #1276c2;
  color: #fff;
}
@media (max-width: 850px) {
  .sub_title_tab_menu {
    left: 0;
    transform: translateX(0);
  }
}
@media (max-width: 768px) {
  .sub_title_tab_menu {
    position: relative;
    width: 100%;
    gap: 1vw;
  }
  .sub_title_tab_menu button {
    width: auto;
    flex: 1 1 auto;
    height: 10.6944vw;
    line-height: 10.4167vw;
    border-radius: 2.2222vw 2.2222vw 0 0;
    font-size: 3.6111vw;
    padding: 0;
  }
}

.tab_cont {
  display: none;
}
.tab_cont.on {
  display: block;
}

.mt_20 {
  margin-top: 20px !important;
}

.mt_40 {
  margin-top: 40px !important;
}

@media (max-width: 768px) {
  .mt_20 {
    margin-top: 2.7778vw !important;
  }
  .mt_40 {
    margin-top: 5.5556vw !important;
  }
}
.sub_contents_txt_bx {
  padding: 28px 40px 77px;
}
.sub_contents_txt_bx.pb_0 {
  padding-bottom: 0;
}
.sub_contents_txt_bx.pt_0 {
  padding-top: 0;
}
.sub_contents_txt_bx .terms_link_list {
  padding: 0 64px;
}
.sub_contents_txt_bx .terms_link_list li a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #05141f;
}
.sub_contents_txt_bx .terms_link_list li a::after {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../../images/hmpg/icon__blink__gray.png) no-repeat center/contain;
}
.sub_contents_txt_bx .terms_link_list li a:hover {
  text-decoration: underline;
  text-underline-position: under;
  color: #1276c2;
}
@media (max-width: 768px) {
  .sub_contents_txt_bx .terms_link_list {
    padding: 0 8.8889vw;
  }
  .sub_contents_txt_bx .terms_link_list li a::after {
    width: 3.3333vw;
    height: 3.3333vw;
  }
}
.sub_contents_txt_bx .img_txt_bx {
  margin-top: 60px;
}
.sub_contents_txt_bx .img_txt_bx:first-child {
  margin-top: 0;
}
.sub_contents_txt_bx .img_txt_bx .img_bx {
  max-width: 840px;
  width: 100%;
  height: auto;
  border-radius: 26px;
  background-color: #eeeeee;
  margin: 0 auto;
}
.sub_contents_txt_bx .img_txt_bx .img_bx img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.sub_contents_txt_bx .img_txt_bx p {
  text-align: center;
  color: #05141f;
  margin-top: 20px;
}
.sub_contents_txt_bx .img_list_bx {
  display: flex;
  align-items: flex-start;
  gap: 60px;
  padding: 20px 0;
}
.sub_contents_txt_bx .img_list_bx .list .img {
  margin-bottom: 12px;
}
.sub_contents_txt_bx .img_list_bx .list .img img {
  width: 100%;
  height: auto;
}
.sub_contents_txt_bx .img_list_bx .list h5 {
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  color: #05141f;
  margin: 0;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .sub_contents_txt_bx .img_list_bx {
    gap: 7.8125vw;
    padding: 2.6042vw 0;
  }
  .sub_contents_txt_bx .img_list_bx .list .img {
    margin-bottom: 1.5625vw;
  }
  .sub_contents_txt_bx .img_list_bx .list h5 {
    font-size: 2.0833vw;
    line-height: 4.1667vw;
  }
}
.sub_contents_txt_bx .terms_gray_bx {
  font-size: 20px;
  line-height: 1.2;
  background: #fafafa;
  border-radius: 8px;
  border: 1px solid #c1c1c1;
  padding: 36px 43px;
  margin: 47px 0;
}
.sub_contents_txt_bx .terms_gray_bx ul {
  margin-top: 10px;
}
.sub_contents_txt_bx .terms_gray_bx ul li {
  font-size: 20px;
}
.sub_contents_txt_bx .terms_gray_bx ul li::before {
  content: "-";
  background: none;
  border-radius: 0;
  font-size: 18px;
  top: 0;
  line-height: 24px;
}
.sub_contents_txt_bx .terms_gray_bx a {
  font-size: 20px;
  color: #05141f;
}
.sub_contents_txt_bx .terms_gray_bx a:hover {
  text-decoration: underline;
  text-underline-position: under;
  color: #1276c2;
}
@media (max-width: 768px) {
  .sub_contents_txt_bx .terms_gray_bx {
    padding: 5vw 5.5556vw;
    margin: 6.5278vw 0;
  }
  .sub_contents_txt_bx .terms_gray_bx ul li {
    padding-left: 2.5vw;
    font-size: 4.1667vw;
    line-height: 5.9722vw;
  }
  .sub_contents_txt_bx .terms_gray_bx ul li::before {
    font-size: 4.1667vw;
    line-height: 5.9722vw;
  }
  .sub_contents_txt_bx .terms_gray_bx a {
    font-size: 4.1667vw;
    line-height: 1.53;
  }
}
.sub_contents_txt_bx .terms_link_wr {
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
.sub_contents_txt_bx .terms_link_wr .link {
  padding: 0 36px;
  gap: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sub_contents_txt_bx .terms_link_wr .link::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../../images/hmpg/icon_link_w.png) no-repeat center/contain;
}
.sub_contents_txt_bx ul li {
  padding-left: 18px;
  position: relative;
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
  color: #05141f;
}
.sub_contents_txt_bx ul li:first-child {
  margin-top: 0;
}
.sub_contents_txt_bx ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #1276c2;
  position: absolute;
  display: block;
  left: 0;
  top: 9px;
}
.sub_contents_txt_bx ul li a {
  color: #1276c2;
}
.sub_contents_txt_bx ul li em {
  display: block;
  margin: 20px 0 30px;
  font-style: normal;
}
.sub_contents_txt_bx ul li h5 {
  color: #223958;
}
.sub_contents_txt_bx ul li ul {
  margin-top: 4px;
}
.sub_contents_txt_bx ul li ul.my_20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.sub_contents_txt_bx ul li ul li {
  color: #5a5b5d;
  padding-left: 10px;
  text-indent: -12px;
  margin-top: 0;
}
.sub_contents_txt_bx ul li ul li::before {
  display: none;
}
.sub_contents_txt_bx ul li span {
  margin-top: 2px;
  display: block;
}
.sub_contents_txt_bx ul.data_list_st li {
  padding-left: 24px;
}
.sub_contents_txt_bx ul.data_list_st li a {
  text-decoration: underline;
  text-underline-position: under;
}
.sub_contents_txt_bx ul.data_list_st li::before {
  content: attr(data-list);
  background: none;
  font-size: 18px;
  top: 0;
  line-height: 24px;
}
.sub_contents_txt_bx ul.data_list_st li ul li {
  padding-left: 18px;
  position: relative;
  text-indent: 0;
}
.sub_contents_txt_bx ul.data_list_st li ul li:before {
  content: "-";
  background: none;
  border-radius: 0;
  font-size: 18px;
  top: 0;
  line-height: 24px;
  position: absolute;
  display: block;
  left: 0;
  width: 6px;
  height: 6px;
}
.sub_contents_txt_bx ul.data_list_st li ol {
  padding-left: 24px;
}
.sub_contents_txt_bx ul.data_list_st li ol li {
  padding-left: 0;
  list-style-type: decimal;
}
@media (max-width: 768px) {
  .sub_contents_txt_bx ul.data_list_st li {
    padding-left: 4.5vw;
  }
  .sub_contents_txt_bx ul.data_list_st li::before {
    content: attr(data-list);
    font-size: 4.1667vw;
    line-height: 5.9722vw;
  }
  .sub_contents_txt_bx ul.data_list_st li ul li {
    padding-left: 2.7778vw;
  }
  .sub_contents_txt_bx ul.data_list_st li ul li:before {
    content: "-";
    font-size: 4.1667vw;
    line-height: 5.9722vw;
  }
  .sub_contents_txt_bx ul.data_list_st li ol {
    padding-left: 4.1667vw;
  }
}
.sub_contents_txt_bx p {
  font-size: 20px;
  line-height: 1.5;
}
.sub_contents_txt_bx h5 {
  font-size: 21px;
  line-height: 1.5;
  margin: 30px 0 10px;
  font-weight: bold;
}
.sub_contents_txt_bx h5:first-child {
  margin-top: 0;
}
.sub_contents_txt_bx h6 {
  font-size: 18px;
  line-height: 1.5;
  margin: 30px 0 10px;
  font-weight: bold;
}
.sub_contents_txt_bx .desc {
  font-size: 18px;
  line-height: 1.2;
  color: #5a5b5d;
}
.sub_contents_txt_bx .desc.center {
  text-align: center;
}
.sub_contents_txt_bx .button_wr {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 60px 0 30px;
}
.sub_contents_txt_bx .button_wr .btn {
  width: 209px;
  height: 50px;
  line-height: 48px;
  border-radius: 4px;
  border: 1px solid #d1d1d1;
  background: #fff;
  font-size: 16px;
  text-align: center;
  color: #223958;
  padding: 0;
}
.sub_contents_txt_bx .button_wr .btn.dark {
  border-color: #1a3d74;
  background: #1a3d74;
  color: #fff;
}
.sub_contents_txt_bx.terms > ul > li {
  margin-top: 47px;
}
.sub_contents_txt_bx.terms > ul > li:first-child {
  margin-top: 0;
}
.sub_contents_txt_bx.terms > ul > li b {
  font-weight: bold;
  display: block;
  margin-bottom: 28px;
}
.sub_contents_txt_bx.terms > ul > li p {
  font-size: 18px;
  margin-top: 20px;
}
.sub_contents_txt_bx.terms > ul > li ul {
  padding-left: 20px;
  margin-bottom: 20px;
}
.sub_contents_txt_bx.terms > ul > li ul li {
  padding-left: 0;
  text-indent: 0;
}
@media (max-width: 768px) {
  .sub_contents_txt_bx {
    padding: 6.9444vw 5.5556vw 10.8333vw;
  }
  .sub_contents_txt_bx p {
    font-size: 4.1667vw;
    line-height: 1.53;
  }
  .sub_contents_txt_bx h5 {
    font-size: 4.1667vw;
    line-height: 1.53;
    margin: 4.1667vw 0 1.3889vw;
  }
  .sub_contents_txt_bx h5:first-child {
    margin-top: 0;
  }
  .sub_contents_txt_bx h6 {
    font-size: 3.8889vw;
    margin: 4.1667vw 0 1.3889vw;
  }
  .sub_contents_txt_bx .desc {
    font-size: 3.8889vw;
    line-height: 1.14;
  }
  .sub_contents_txt_bx .button_wr {
    gap: 4.7222vw;
    padding: 9.0278vw 0 5.5556vw;
  }
  .sub_contents_txt_bx .button_wr .btn {
    flex: 1;
    height: 11.9444vw;
    line-height: 11.6667vw;
    border-radius: 0.5556vw;
    font-size: 3.8889vw;
  }
  .sub_contents_txt_bx ul li {
    padding-left: 2.5vw;
    font-size: 4.1667vw;
    line-height: 5.9722vw;
    margin-top: 4.1667vw;
  }
  .sub_contents_txt_bx ul li:first-child {
    margin-top: 0;
  }
  .sub_contents_txt_bx ul li::before {
    width: 1.1111vw;
    height: 1.1111vw;
    top: 2.4306vw;
  }
  .sub_contents_txt_bx ul li a {
    font-size: 4.1667vw;
    line-height: 5.9722vw;
  }
  .sub_contents_txt_bx ul li ul {
    margin-top: 0.5556vw;
  }
  .sub_contents_txt_bx ul li ul li {
    padding-left: 3.75vw;
    text-indent: -2.9167vw;
  }
  .sub_contents_txt_bx ul li ul li::before {
    display: none;
  }
  .sub_contents_txt_bx .terms_link_wr .link {
    line-height: 1.2;
  }
  .sub_contents_txt_bx .terms_link_wr .link::after {
    width: 5.5556vw;
    height: 5.5556vw;
  }
  .sub_contents_txt_bx.terms > ul > li {
    margin-top: 9.3056vw;
  }
  .sub_contents_txt_bx.terms > ul > li:first-child {
    margin-top: 0;
  }
  .sub_contents_txt_bx.terms > ul > li b {
    margin-bottom: 6.8056vw;
  }
  .sub_contents_txt_bx.terms > ul > li p {
    font-size: 4.1667vw;
    margin-top: 5.5556vw;
  }
  .sub_contents_txt_bx.terms > ul > li ul {
    padding-left: 5.5556vw;
    margin-bottom: 5.5556vw;
  }
}

.step_bx {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 54px;
  flex-wrap: wrap;
  gap: 16px;
}
.step_bx:first-child {
  margin-top: 0;
}
.step_bx button {
  margin-left: auto;
}
.step_bx a {
  font-size: 18px;
  text-decoration: underline;
  text-underline-position: under;
}
.step_bx p {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 16px;
}
.step_bx p b {
  font-weight: 800;
}
.step_bx ul {
  padding-left: 60px;
}
@media (max-width: 768px) {
  .step_bx {
    margin-top: 10.8333vw;
    gap: 4.3056vw;
  }
  .step_bx:first-child {
    margin-top: 0;
  }
  .step_bx button {
    margin: 0 auto;
  }
  .step_bx a {
    font-size: 3.8889vw;
  }
  .step_bx p {
    font-size: 3.8889vw;
    margin-bottom: 4.8611vw;
  }
  .step_bx p b {
    display: block;
    margin-bottom: 1.3889vw;
  }
  .step_bx ul {
    padding-left: 0;
  }
  .step_bx ul li {
    font-size: 3.8889vw;
  }
  .step_bx ul li a {
    font-size: 3.8889vw;
  }
}

.contents_scroll_bx {
  width: 100%;
  margin: 0 auto 40px;
}
.contents_scroll_bx.mb_0 {
  margin-bottom: 0;
}
.contents_scroll_bx .contents_inner {
  width: 1320px;
  margin: 0 auto;
  height: 310px;
}
.contents_scroll_bx .contents_inner_2 {
  width: 1400px;
  margin: 0 auto;
  height: auto;
}
.contents_scroll_bx .contents_inner_3 {
  width: 1400px;
  margin: 0 auto;
  height: auto;
}
.contents_scroll_bx .contents_inner_4,
.contents_scroll_bx .contents_inner_7 {
  width: 1400px;
  margin: 0 auto;
  height: auto;
}
.contents_scroll_bx .contents_inner_5,
.contents_scroll_bx .contents_inner_6 {
  width: 100%;
  margin: 0 auto;
  height: auto;
}
.contents_scroll_bx .swiper-horizontal > .swiper-scrollbar,
.contents_scroll_bx .swiper-scrollbar.swiper-scrollbar-horizontal {
  height: 9px;
  left: 50%;
  transform: translateX(-50%);
  background: #e0e0e0;
  width: calc(100% - 80px);
}
.contents_scroll_bx .swiper-horizontal > .swiper-scrollbar .swiper-scrollbar-drag,
.contents_scroll_bx .swiper-scrollbar.swiper-scrollbar-horizontal .swiper-scrollbar-drag {
  background: #ababab;
}
.contents_scroll_bx .round_bx_process {
  width: 100%;
  padding: 70px 0 30px 80px;
  display: flex;
  align-items: center;
  gap: 57px;
}
.contents_scroll_bx .round_bx_process .round_bx_wr {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.contents_scroll_bx .round_bx_process .round_bx {
  width: 248px;
  height: 99px;
  border-radius: 100px;
  font-size: 18px;
  text-align: center;
  color: #fff;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1276c2;
  position: relative;
}
.contents_scroll_bx .round_bx_process .round_bx.c_1 {
  background: #1276c2;
}
.contents_scroll_bx .round_bx_process .round_bx.c_1::after {
  content: "";
  width: 55px;
  height: 120px;
  background: url(../../images/hmpg/round_bx_process_arr_1.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -55px;
}
.contents_scroll_bx .round_bx_process .round_bx.c_2 {
  background: #e3e3e3;
  color: #05141f;
}
.contents_scroll_bx .round_bx_process .round_bx.c_3 {
  background: #e3e3e3;
  color: #05141f;
}
.contents_scroll_bx .round_bx_process .round_bx.c_3::after {
  content: "";
  width: 45px;
  height: 10px;
  background: url(../../images/hmpg/round_bx_process_arr_2.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -50px;
}
.contents_scroll_bx .round_bx_process .round_bx.c_4 {
  margin-top: 110px;
  background: #6e6e6e;
}
.contents_scroll_bx .round_bx_process .round_bx.c_4::after {
  content: "";
  width: 45px;
  height: 10px;
  background: url(../../images/hmpg/round_bx_process_arr_2.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -50px;
}
.contents_scroll_bx .round_bx_process .round_bx.c_5 {
  margin-top: 110px;
  background: #39a7c2;
}
@media (max-width: 1160px) {
  .contents_scroll_bx .contents_inner_6 {
    width: 1160px;
  }
}
@media (max-width: 768px) {
  .contents_scroll_bx {
    margin: 0 auto 9.7222vw;
  }
  .contents_scroll_bx .contents_inner {
    width: 177.7778vw;
    height: 41.6667vw;
  }
  .contents_scroll_bx .contents_inner_2,
  .contents_scroll_bx .contents_inner_5 {
    width: 194.4444vw;
  }
  .contents_scroll_bx .contents_inner_3 {
    width: 170vw;
  }
  .contents_scroll_bx .contents_inner_4,
  .contents_scroll_bx .contents_inner_7 {
    width: 180vw;
  }
  .contents_scroll_bx .contents_inner_6 {
    width: 161.1111vw;
  }
  .contents_scroll_bx .swiper-horizontal > .swiper-scrollbar,
  .contents_scroll_bx .swiper-scrollbar.swiper-scrollbar-horizontal {
    height: 1.25vw;
    width: calc(100% - 11.1111vw);
  }
  .contents_scroll_bx .round_bx_process {
    padding: 5.8333vw 0 5.5556vw 5.5556vw;
    gap: 7.9167vw;
  }
  .contents_scroll_bx .round_bx_process .round_bx_wr {
    gap: 1.5278vw;
  }
  .contents_scroll_bx .round_bx_process .round_bx {
    width: 34.4444vw;
    height: 13.75vw;
    border-radius: 13.8889vw;
    font-size: 2.5vw;
  }
  .contents_scroll_bx .round_bx_process .round_bx.c_1::after {
    width: 7.6389vw;
    height: 16.6667vw;
    right: -7.6389vw;
  }
  .contents_scroll_bx .round_bx_process .round_bx.c_3::after {
    width: 6.25vw;
    height: 1.3889vw;
    right: -6.9444vw;
  }
  .contents_scroll_bx .round_bx_process .round_bx.c_4 {
    margin-top: 15.2778vw;
  }
  .contents_scroll_bx .round_bx_process .round_bx.c_4::after {
    width: 6.25vw;
    height: 1.3889vw;
    right: -6.9444vw;
  }
  .contents_scroll_bx .round_bx_process .round_bx.c_5 {
    margin-top: 15.2778vw;
  }
}
@media (max-width: 353px) {
  .contents_scroll_bx .contents_inner_7 {
    width: 200vw;
  }
}

.more_view_btn_wr {
  display: flex;
  width: calc(100% - 80px);
  border: 1px solid #41b0e9;
  border-radius: 20px;
  overflow: hidden;
  margin: 0 auto 82px;
}
.more_view_btn_wr .title {
  width: 27%;
  background: #edf4f9;
  border-right: 1px solid #41b0e9;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  min-height: 203px;
}
.more_view_btn_wr .title::before {
  flex-shrink: 0;
  content: "";
  display: block;
  width: 128px;
  height: 128px;
  background: url(../../images/hmpg/more_view.png) no-repeat center/contain;
}
.more_view_btn_wr .title h3 {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 800;
}
.more_view_btn_wr .list {
  flex: 1;
  padding: 38px 42px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.more_view_btn_wr .list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  flex-wrap: wrap;
  gap: 10px;
}
.more_view_btn_wr .list li:first-child {
  margin-top: 0;
}
.more_view_btn_wr .list li span {
  line-height: 1.22;
  font-size: 18px;
  color: #05141f;
  padding-left: 52px;
  position: relative;
}
.more_view_btn_wr .list li span::before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: -3px;
  width: 37px;
  height: 28px;
  background: url(../../images/hmpg/icon_list.png) no-repeat center/contain;
}
.more_view_btn_wr .list li .btn_wr {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
}
.more_view_btn_wr .list li .btn_download {
  padding: 0 16px;
}
.more_view_btn_wr .list li .more_view_btn {
  margin-left: auto;
  width: 172px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #c1c1c1;
  font-size: 16px;
  color: #5a5b5d;
  display: block;
}
.more_view_btn_wr .list .col li {
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
.more_view_btn_wr .list .col li ul {
  margin-top: 29px;
  padding-left: 16px;
}
.more_view_btn_wr .list .col li ul li {
  font-size: 16px;
  line-height: 1.4;
  padding-left: 18px;
  position: relative;
  color: #5a5b5d;
}
.more_view_btn_wr .list .col li ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  background: #1276c2;
  top: 8px;
  left: 0;
}
@media (max-width: 768px) {
  .more_view_btn_wr {
    flex-direction: column;
    width: calc(100% - 11.1111vw);
    border-radius: 2.7778vw;
    margin: 0 auto 11.3889vw;
  }
  .more_view_btn_wr .title {
    width: 100%;
    gap: 0;
    border-right: 0;
    padding: 2.5vw 4.4444vw 1.9444vw;
    flex-direction: row;
    justify-content: flex-start;
    min-height: initial;
  }
  .more_view_btn_wr .title::before {
    width: 13.1944vw;
    height: 13.1944vw;
  }
  .more_view_btn_wr .title h3 {
    font-size: 4.7222vw;
    flex: 1;
    text-align: center;
  }
  .more_view_btn_wr .list {
    flex: initial;
    width: 100%;
    padding: 6.3889vw 1.5vw 6.3889vw 3vw;
  }
  .more_view_btn_wr .list li {
    margin-top: 5.8333vw;
    flex-direction: column;
    align-items: flex-start;
    gap: 4.1667vw;
  }
  .more_view_btn_wr .list li:first-child {
    margin-top: 0;
  }
  .more_view_btn_wr .list li span {
    line-height: 1.33;
    font-size: 4.1667vw;
    padding-left: 10.9722vw;
  }
  .more_view_btn_wr .list li span::before {
    width: 7.5vw;
    height: 5.6944vw;
    top: -0.4167vw;
  }
  .more_view_btn_wr .list li .btn_wr {
    gap: 3.4722vw;
    justify-content: center;
    margin: 0 auto;
  }
  .more_view_btn_wr .list li .btn_wr .more_view_btn {
    margin: 0;
  }
  .more_view_btn_wr .list li .btn_download {
    padding: 0 2vw;
  }
  .more_view_btn_wr .list li .more_view_btn {
    margin-left: auto;
    margin-right: 6.25vw;
    width: 36.9444vw;
    height: 10.6944vw;
    line-height: 10.4167vw;
    border-radius: 0.5556vw;
    font-size: 3.6111vw;
  }
  .more_view_btn_wr .list .col {
    padding-right: 3.3333vw;
  }
  .more_view_btn_wr .list .col li ul {
    margin-top: 7.2222vw;
    padding-left: 2.6389vw;
  }
  .more_view_btn_wr .list .col li ul li {
    font-size: 3.6111vw;
    line-height: 1.34;
    padding-left: 2.5vw;
  }
  .more_view_btn_wr .list .col li ul li::before {
    width: 0.8333vw;
    height: 0.8333vw;
    top: 1.9444vw;
  }
}

.sub_contents_table_bx {
  width: 100%;
  padding: 60px 40px 80px;
}
.sub_contents_table_bx.py_20 {
  padding: 20px 95px 20px;
}
.sub_contents_table_bx.pb_20 {
  padding-bottom: 20px;
}
.sub_contents_table_bx .desc {
  font-size: 16px;
  color: #d74225;
  margin-top: 20px;
}
.sub_contents_table_bx table {
  width: 100%;
  border-top: 2px solid #223958;
  color: #05141f;
}
.sub_contents_table_bx table th {
  background: #edf4f9;
  border-left: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  height: 65px;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  color: #223958;
}
.sub_contents_table_bx table th:first-child {
  border-left: 0;
}
.sub_contents_table_bx table th[rowspan] {
  border-right: 1px solid #e0e0e0;
}
.sub_contents_table_bx table th[rowspan]:last-child {
  border-right: 0;
}
.sub_contents_table_bx table td {
  border-bottom: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  text-align: center;
  font-size: 16px;
  padding: 16px 10px;
  line-height: 1.6;
  height: 73px;
}
.sub_contents_table_bx table td.align_left {
  text-align: left;
}
.sub_contents_table_bx table td:first-child {
  border-left: 0;
}
.sub_contents_table_bx table td[rowspan] {
  border-right: 1px solid #e0e0e0;
}
.sub_contents_table_bx table td[rowspan]:last-child {
  border-right: 0;
}
.sub_contents_table_bx table td a {
  display: block;
  text-decoration: underline;
  text-underline-position: under;
}
@media (max-width: 768px) {
  .sub_contents_table_bx {
    padding: 5.8333vw 5.5556vw 4.4444vw;
  }
  .sub_contents_table_bx.py_20 {
    padding: 2.7778vw 5.5556vw 2.7778vw;
  }
  .sub_contents_table_bx .desc {
    font-size: 2.2222vw;
    margin-top: 2.7778vw;
  }
  .sub_contents_table_bx table th {
    height: 9.0278vw;
    font-size: 1.9444vw;
  }
  .sub_contents_table_bx table td {
    font-size: 2.2222vw;
    height: 10.1389vw;
  }
}

.contents_imgbx_wr {
  padding: 0 0 0 80px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  height: 353px;
  margin-bottom: 110px;
  background: url(../../images/hmpg/international_cooperation_bg.png) no-repeat center/cover;
}
.contents_imgbx_wr.developNresearch {
  background: url(../../images/hmpg/developNresearch_bg.png) no-repeat center/cover;
  height: auto;
  min-height: 353px;
  padding: 20px 0 20px 80px;
}
.contents_imgbx_wr.developNresearch .txt_bx {
  width: 63%;
}
.contents_imgbx_wr + .sub_contents_title {
  margin-top: 0;
}
.contents_imgbx_wr .txt_bx {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  height: 100%;
}
.contents_imgbx_wr .txt_bx h3 {
  font-size: 34px;
  font-weight: 800;
  line-height: 1.47;
  color: #1276c2;
  margin-bottom: 10px;
  position: relative;
}
.contents_imgbx_wr .txt_bx h3::before {
  content: "";
  width: 52px;
  height: 42px;
  background: url(../../images/hmpg/quotes_2.png) no-repeat center/contain;
  transform: translateX(-3px);
  display: block;
  margin-bottom: 18px;
}
.contents_imgbx_wr .txt_bx div {
  font-size: 18px;
  line-height: 1.61;
  color: #05141f;
}
@media (max-width: 1400px) {
  .contents_imgbx_wr {
    width: calc(100% - 80px);
    margin: 0 auto 110px;
  }
  .contents_imgbx_wr .txt_bx {
    width: 60%;
    text-shadow: 0.5px 0.5px 1px rgba(255, 255, 255, 0.5);
  }
  .contents_imgbx_wr .txt_bx br {
    display: none;
  }
}
@media (max-width: 768px) {
  .contents_imgbx_wr {
    padding: 0 5.2778vw 0 8.8889vw;
    border-radius: 2.7778vw;
    width: calc(100% - 11.1111vw);
    height: 75.6944vw;
    margin: 0 auto 9.5833vw;
    background: url(../../images/hmpg/international_cooperation_bg_mo.png) no-repeat center/cover;
  }
  .contents_imgbx_wr.developNresearch {
    background: url(../../images/hmpg/developNresearch_bg_mo.png) no-repeat center/cover;
    padding: 0 5.2778vw 0 8.8889vw;
  }
  .contents_imgbx_wr.developNresearch .txt_bx {
    width: 100%;
    padding-bottom: 5.8333vw;
  }
  .contents_imgbx_wr.developNresearch .txt_bx br.mo_only {
    display: block;
  }
  .contents_imgbx_wr .txt_bx {
    justify-content: flex-start;
    padding-top: 5.8333vw;
    width: 100%;
  }
  .contents_imgbx_wr .txt_bx h3 {
    font-size: 4.7222vw;
    margin-bottom: 1.3889vw;
  }
  .contents_imgbx_wr .txt_bx h3::before {
    width: 7.2222vw;
    height: 5.8333vw;
  }
  .contents_imgbx_wr .txt_bx div {
    font-size: 3.6111vw;
    line-height: 5vw;
    letter-spacing: -0.1528vw;
  }
}

.international_cooperation_wrok {
  padding: 78px 0;
  width: 1240px;
  margin: 0 auto;
}
.international_cooperation_wrok .point {
  width: 163px;
  height: 163px;
  border-radius: 50%;
  background: #dfeaf7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  font-weight: 800;
  position: relative;
  margin: 0 auto 61px;
}
.international_cooperation_wrok .point::before {
  content: "";
  width: 195px;
  height: 195px;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}
.international_cooperation_wrok .point::after {
  content: "";
  width: 780px; /* 20251030 */
  height: 41px;
  background: url(../../images/hmpg/work_tree.png) no-repeat center/cover; /* 20251030 */
  position: absolute;
  bottom: -58px;
}
.international_cooperation_wrok .work_wr {
  display: flex;
  justify-content: center;
}
.international_cooperation_wrok .work_wr .work {
  padding-top: 118px;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.international_cooperation_wrok .work_wr .work::before {
  content: "";
  display: block;
  position: absolute;
  width: 92px;
  height: 92px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: #fff;
  top: -2px;
}
.international_cooperation_wrok .work_wr .work.work_1 {
  width: 382px;
  transform: translateX(25px);
}
.international_cooperation_wrok .work_wr .work.work_1::before {
  background-image: url(../../images/hmpg/icon_work_1.png);
  /* 20251030 수정 */
  left: 50%;
  transform: translateX(-50%);
}
.international_cooperation_wrok .work_wr .work.work_1 h3 {
  background: url(../../images/hmpg/work_title_1.png) no-repeat center/contain;
}
.international_cooperation_wrok .work_wr .work.work_2 {
  position: relative;
  width: 440px;
  z-index: 1;
}
.international_cooperation_wrok .work_wr .work.work_2::before {
  background-image: url(../../images/hmpg/icon_work_2.png);
  left: 50%;
  transform: translateX(-50%);
}
.international_cooperation_wrok .work_wr .work.work_2 h3 {
  background: url(../../images/hmpg/work_title_2.png) no-repeat center/cover;
}
.international_cooperation_wrok .work_wr .work.work_3 {
  width: 382px;
  transform: translateX(-25px);
}
.international_cooperation_wrok .work_wr .work.work_3::before {
  background-image: url(../../images/hmpg/icon_work_3.png);
  /* 20251030 수정 */
  left: 50%;
  transform: translateX(-50%);
}
.international_cooperation_wrok .work_wr .work.work_3 h3 {
  background: url(../../images/hmpg/work_title_3.png) no-repeat center/contain;
}
.international_cooperation_wrok .work_wr h3 {
  width: 100%;
  border-radius: 100px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 35px;
}
.international_cooperation_wrok .work_wr ul {
  padding: 0 20px; /* 20251030 */
}
.international_cooperation_wrok .work_wr ul li {
  font-size: 17px;
  line-height: 2; /* 20251030 */
  color: #5a5b5d;
}
@media (max-width: 768px) {
  .international_cooperation_wrok {
    padding: 10.8333vw 0;
    width: 172.2222vw;
  }
  .international_cooperation_wrok .point {
    width: 22.6389vw;
    height: 22.6389vw;
    font-size: 2.9167vw;
    margin: 0 auto 8.4722vw;
  }
  .international_cooperation_wrok .point::before {
    width: 27.0833vw;
    height: 27.0833vw;
  }
  .international_cooperation_wrok .point::after {
    width: 106.8056vw; /* 20251030 */
    height: 5.6944vw;
    bottom: -8.0556vw;
  }
  .international_cooperation_wrok .work_wr .work {
    padding-top: 16.3889vw;
  }
  .international_cooperation_wrok .work_wr .work::before {
    width: 12.7778vw;
    height: 12.7778vw;
    top: -0.2778vw;
  }
  .international_cooperation_wrok .work_wr .work.work_1 {
    width: 53.0556vw;
    transform: translateX(3.4722vw);
  }
  .international_cooperation_wrok .work_wr .work.work_1::before {
    right: 9.4444vw;
  }
  .international_cooperation_wrok .work_wr .work.work_2 {
    width: 61.1111vw;
  }
  .international_cooperation_wrok .work_wr .work.work_3 {
    width: 53.0556vw;
    transform: translateX(-3.4722vw);
  }
  .international_cooperation_wrok .work_wr .work.work_3::before {
    /* 20251030 */
    /* left: 9.7222vw; */
  }
  .international_cooperation_wrok .work_wr h3 {
    border-radius: 13.8889vw;
    height: 9.7222vw;
    line-height: 9.7222vw;
    font-size: 2.5vw;
    margin-bottom: 4.8611vw;
  }
  .international_cooperation_wrok .work_wr ul {
    padding: 0 2.1667vw; /* 20251030 */
  }
  .international_cooperation_wrok .work_wr ul li {
    font-size: 2.3611vw;
  }
}
@media (max-width: 500px) {
  .international_cooperation_wrok .work_wr ul {
    padding: 0 3vw;
  }
  .international_cooperation_wrok .work_wr ul li {
    padding-left: 0.6vw;
    text-indent: -2vw;
  }
}

.qc_process_img_bx {
  width: 100%;
  width: calc(100% - 80px);
  border-radius: 20px;
  background: #f8f9fb;
  margin: 47px auto 74px;
}
.qc_process_img_bx ul {
  display: flex;
  flex-wrap: wrap;
  gap: 35px 56px;
  padding: 55px;
  justify-content: center;
  max-width: 1240px;
  margin: 0 auto;
}
.qc_process_img_bx ul li {
  width: 240px;
}
.qc_process_img_bx ul li.mr_auto {
  margin-right: auto;
}
.qc_process_img_bx ul img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.qc_process_img_bx ul p {
  text-align: center;
  margin-top: 18px;
  font-size: 16px;
  line-height: 1.2;
}
.qc_process_img_bx ul.pb_0 {
  padding-bottom: 0;
}
.qc_process_img_bx ul.wide {
  gap: 22px;
}
.qc_process_img_bx ul.wide li {
  width: calc(33.33% - 14.66px);
  max-width: 363px;
}
.qc_process_img_bx ul.col_3 {
  gap: 22px;
  max-width: 900px;
}
.qc_process_img_bx ul.col_3 li {
  width: calc(33.33% - 14.66px);
}
@media (max-width: 1400px) {
  .qc_process_img_bx {
    border-radius: 0;
  }
  .qc_process_img_bx ul {
    gap: 35px 30px;
    justify-content: space-between;
  }
  .qc_process_img_bx ul li {
    width: calc(25% - 30px);
  }
  .qc_process_img_bx ul.wide, .qc_process_img_bx ul.col_3 {
    justify-content: center;
  }
}
@media (max-width: 900px) {
  .qc_process_img_bx ul.wide li {
    width: calc(50% - 11px);
  }
  .qc_process_img_bx ul.col_3 li {
    width: calc(33.33% - 14.6666px);
  }
}
@media (max-width: 768px) {
  .qc_process_img_bx {
    margin: 4.4444vw auto 10.6944vw;
  }
  .qc_process_img_bx ul {
    padding: 7.2222vw 7.7778vw;
    gap: 4.3056vw 8.8889vw;
  }
  .qc_process_img_bx ul li {
    width: calc(50% - 4.4444vw);
  }
  .qc_process_img_bx ul p {
    margin-top: 2.0833vw;
    font-size: 3.3333vw;
    line-height: 1.5;
  }
  .qc_process_img_bx ul.wide, .qc_process_img_bx ul.col_3 {
    gap: 8.0556vw;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .qc_process_img_bx ul.wide li, .qc_process_img_bx ul.col_3 li {
    width: calc(50% - 4.0278vw);
  }
}

.qc_process_wr {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 42px 99px;
  padding: 66px 42px 100px;
}
.qc_process_wr .step {
  width: 320px;
}
.qc_process_wr .step h4 {
  width: 320px;
  height: 99px;
  line-height: 99px;
  background: #1276c2;
  border-radius: 100px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  margin-bottom: 32px;
}
.qc_process_wr .step ul {
  width: 100%;
}
.qc_process_wr .step ul .box {
  width: 100%;
  text-align: center;
  height: 63px;
  line-height: 63px;
  border: 1px solid #d9e6f2;
  background: #f3f5f9;
  border-radius: 10px;
  font-size: 18px;
  color: #5a5b5d;
  margin-top: 21px;
  position: relative;
}
.qc_process_wr .step ul .box:first-child {
  margin-top: 0;
}
.qc_process_wr .step ul .box.result {
  border-color: #c1c1c1;
  background: #fff;
}
.qc_process_wr .step ul .box.right::before {
  content: "";
  width: 96px;
  height: 10px;
  background: url(../../images/hmpg/qc_process_arr.png) no-repeat center/contain;
  top: 50%;
  transform: translateY(-50%);
  right: -96px;
  position: absolute;
}
.qc_process_wr .step ul .box.left::before {
  content: "";
  width: 96px;
  height: 10px;
  background: url(../../images/hmpg/qc_process_arr.png) no-repeat center/contain;
  top: 50%;
  transform: rotate(180deg) translateY(50%);
  left: -96px;
  position: absolute;
}
.qc_process_wr .step ul .box span {
  color: #1276c2;
}
.qc_process_wr .step.step_1 .box.result {
  height: 123px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.qc_process_wr .step.step_1 .box.result::before {
  content: "";
  width: 96px;
  height: 10px;
  background: url(../../images/hmpg/qc_process_arr.png) no-repeat center/contain;
  top: 26px;
  right: -96px;
  position: absolute;
}
.qc_process_wr .step.step_1 .box.result::after {
  content: "";
  position: absolute;
  right: -516px;
  bottom: 30px;
  width: 516px;
  height: 1px;
  background: #223958;
}
.qc_process_wr .step.step_3 .box.result {
  margin-top: 81px;
  position: relative;
}
.qc_process_wr .step.step_3 .box.result::before {
  content: "";
  width: 7px;
  height: 10px;
  background: url(../../images/hmpg/process_arr_head.png) no-repeat center/contain;
  top: 26px;
  left: -7px;
  transform: rotate(180deg);
  position: absolute;
}
.qc_process_wr .desc {
  width: 100%;
  font-size: 18px;
  line-height: 1;
  color: #c27522;
  margin-right: auto;
  margin-left: 80px;
}
@media (max-width: 768px) {
  .qc_process_wr {
    gap: 5.8333vw 13.75vw;
    padding: 9.1667vw 5.8333vw 13.8889vw;
  }
  .qc_process_wr .step {
    width: 44.4444vw;
  }
  .qc_process_wr .step h4 {
    width: 44.4444vw;
    height: 13.75vw;
    line-height: 13.75vw;
    border-radius: 13.8889vw;
    font-size: 2.5vw;
    margin-bottom: 4.4444vw;
  }
  .qc_process_wr .step ul .box {
    height: 8.75vw;
    line-height: 8.75vw;
    border-radius: 1.3889vw;
    font-size: 2.5vw;
    margin-top: 2.9167vw;
  }
  .qc_process_wr .step ul .box.right::before {
    width: 13.3333vw;
    height: 1.3889vw;
    right: -13.3333vw;
  }
  .qc_process_wr .step ul .box.left::before {
    width: 13.3333vw;
    height: 1.3889vw;
    left: -13.3333vw;
  }
  .qc_process_wr .step.step_1 .box.result {
    height: 17.0833vw;
  }
  .qc_process_wr .step.step_1 .box.result::before {
    width: 13.3333vw;
    height: 1.3889vw;
    top: 3.6111vw;
    right: -13.3333vw;
  }
  .qc_process_wr .step.step_1 .box.result::after {
    right: -71.6667vw;
    bottom: 3.6111vw;
    width: 71.6667vw;
    height: 0.1389vw;
  }
  .qc_process_wr .step.step_3 .box.result {
    margin-top: 11.25vw;
  }
  .qc_process_wr .step.step_3 .box.result::before {
    width: 0.9722vw;
    height: 1.3889vw;
    top: 3.6111vw;
    left: -0.9722vw;
  }
  .qc_process_wr .desc {
    font-size: 2.5vw;
    margin-left: 4vw;
  }
}

.maintenance_contetns_wr {
  width: 1240px;
  margin: 0 auto;
  padding: 66px 40px;
}
.maintenance_contetns_wr .item {
  display: flex;
  align-items: center;
  gap: 100px;
  margin-top: 20px;
}
.maintenance_contetns_wr .item:first-child {
  margin-top: 0;
}
.maintenance_contetns_wr .item .round_bx {
  font-size: 18px;
  line-height: 22px;
  width: 320px;
  height: 99px;
  border-radius: 100px;
  padding: 0 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  background: #1276c2;
}
.maintenance_contetns_wr .item.item_2 .round_bx {
  background: #c27522;
}
.maintenance_contetns_wr .item.item_3 .round_bx {
  background: #ad9138;
}
.maintenance_contetns_wr .item.item_4 .round_bx {
  background: #39a7c2;
}
.maintenance_contetns_wr .item .box {
  border-radius: 10px;
  border: 1px solid #d9e6f2;
  background: #f3f5f9;
  padding: 30px 38px;
  flex: 1;
}
.maintenance_contetns_wr .item .box li {
  font-size: 18px;
  line-height: 1.61;
  padding-left: 16px;
  position: relative;
}
.maintenance_contetns_wr .item .box li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #1276c2;
  position: absolute;
  left: 0;
  top: 11px;
}
@media (max-width: 768px) {
  .maintenance_contetns_wr {
    width: 100%;
    padding: 9.1667vw 5.5556vw;
  }
  .maintenance_contetns_wr .item {
    gap: 13.8889vw;
    margin-top: 2.7778vw;
  }
  .maintenance_contetns_wr .item:first-child {
    margin-top: 0;
  }
  .maintenance_contetns_wr .item .round_bx {
    font-size: 2.5vw;
    width: 44.4444vw;
    height: 13.75vw;
    line-height: 13.75vw;
    border-radius: 13.8889vw;
  }
  .maintenance_contetns_wr .item .box {
    border-radius: 1.3889vw;
    padding: 4.1667vw 5.2778vw;
  }
  .maintenance_contetns_wr .item .box li {
    font-size: 2.5vw;
    padding-left: 2.2222vw;
  }
  .maintenance_contetns_wr .item .box li::before {
    width: 0.8333vw;
    height: 0.8333vw;
    top: 1.5278vw;
  }
}

.transfer_process {
  display: flex;
  width: 1240px;
  margin: 0 auto;
  padding: 66px 40px;
  gap: 99px;
}
.transfer_process .round_bx {
  width: 320px;
  height: 99px;
  line-height: 99px;
  color: #fff;
  border-radius: 100px;
  text-align: center;
  background: #1276c2;
  font-size: 18px;
  margin-bottom: 32px;
}
.transfer_process .box {
  width: 320px;
  height: 63px;
  line-height: 61px;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #c1c1c1;
  background: #fff;
  font-size: 18px;
  margin-top: 20px;
  position: relative;
}
.transfer_process .box:first-child {
  margin-top: 0;
}
.transfer_process .box.gray {
  border-color: #d9e6f2;
  background: #f3f5f9;
}
.transfer_process .box.brown {
  border-color: #e3d9d5;
  background: #e3d9d5;
}
.transfer_process .box.down::after {
  content: "";
  display: block;
  width: 10px;
  height: 22px;
  background: url(../../images/hmpg/process_arr_down.png) no-repeat center/contain;
  position: absolute;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
}
.transfer_process .box.right::after {
  content: "";
  display: block;
  width: 96px;
  height: 10px;
  background: url(../../images/hmpg/process_arr_right.png) no-repeat center/contain;
  position: absolute;
  right: -96px;
  top: 50%;
  transform: translateY(-50%);
}
.transfer_process .box.left::after {
  content: "";
  display: block;
  width: 96px;
  height: 10px;
  background: url(../../images/hmpg/process_arr_right.png) no-repeat center/contain;
  position: absolute;
  left: -96px;
  top: 50%;
  transform: rotate(180deg) translateY(50%);
}
.transfer_process .box.down2::after {
  content: "";
  display: block;
  width: 10px;
  height: 70px;
  background: url(../../images/hmpg/process_arr_down_3.png) no-repeat center/contain;
  position: absolute;
  bottom: -70px;
  left: 50%;
  transform: translateX(-50%);
}
.transfer_process .box.lnr::after {
  content: "";
  display: block;
  width: 96px;
  height: 10px;
  background: url(../../images/hmpg/process_arr_lnr.png) no-repeat center/contain;
  position: absolute;
  right: -98px;
  top: 50%;
  transform: rotate(180deg) translateY(50%);
}
.transfer_process .box.transfer::after {
  content: "";
  display: block;
  width: 96px;
  height: 31px;
  background: url(../../images/hmpg/process_arr_transfer.png) no-repeat center/contain;
  position: absolute;
  right: -98px;
  top: 50%;
  transform: rotate(180deg) translateY(50%);
}
.transfer_process ul {
  height: 397px;
  display: flex;
  flex-direction: column;
}
.transfer_process .step_1 .box:nth-child(2) {
  margin-top: auto;
}
.transfer_process .step_2 .round_bx {
  background: #c27522;
}
.transfer_process .step_2 .box:nth-child(4) {
  margin-top: auto;
}
.transfer_process .step_3 .round_bx {
  background: #ad9138;
}
.transfer_process .step_3 .box:nth-child(1) {
  margin-top: auto;
}
.transfer_process .print_step ul {
  height: 447px;
}
.transfer_process .print_step_1 .box:nth-child(3) {
  margin-top: auto;
}
.transfer_process .print_step_2 .box:nth-child(3) {
  margin-top: auto;
}
.transfer_process .print_step_2 .round_bx {
  background: #c27522;
}
.transfer_process .print_step_3 .box:nth-child(1) {
  margin-top: 83px;
}
.transfer_process .print_step_3 .box:nth-child(2) {
  margin-top: 70px;
}
.transfer_process .print_step_3 .round_bx {
  background: #ad9138;
}
@media (max-width: 768px) {
  .transfer_process {
    width: 100%;
    padding: 9.1667vw 5.5556vw;
    gap: 13.75vw;
  }
  .transfer_process .round_bx {
    width: 44.4444vw;
    height: 13.75vw;
    line-height: 13.75vw;
    border-radius: 13.8889vw;
    font-size: 2.5vw;
    margin-bottom: 4.4444vw;
  }
  .transfer_process .box {
    width: 44.4444vw;
    height: 8.75vw;
    line-height: 8.4722vw;
    border-radius: 1.3889vw;
    font-size: 2.5vw;
    margin-top: 2.7778vw;
  }
  .transfer_process .box:first-child {
    margin-top: 0;
  }
  .transfer_process .box.down::after {
    width: 1.3889vw;
    height: 3.0556vw;
    bottom: -3.0556vw;
  }
  .transfer_process .box.right::after {
    width: 13.3333vw;
    height: 1.3889vw;
    right: -13.3333vw;
  }
  .transfer_process .box.left::after {
    width: 13.3333vw;
    height: 1.3889vw;
    left: -13.3333vw;
  }
  .transfer_process .box.down2::after {
    width: 1.3889vw;
    height: 9.7222vw;
    bottom: -9.7222vw;
  }
  .transfer_process .box.lnr::after {
    width: 13.3333vw;
    height: 1.3889vw;
    right: -13.6111vw;
  }
  .transfer_process .box.transfer::after {
    width: 13.3333vw;
    height: 4.3056vw;
    right: -13.6111vw;
  }
  .transfer_process ul {
    height: 55.1389vw;
  }
  .transfer_process .print_step ul {
    height: 62.0833vw;
  }
  .transfer_process .print_step_3 .box:nth-child(1) {
    margin-top: 11.5278vw;
  }
  .transfer_process .print_step_3 .box:nth-child(2) {
    margin-top: 9.7222vw;
  }
}

.desc_img_bx_wr {
  padding: 50px 40px 120px;
  /* s: 20251126 수정 */
  /* e: 20251126 수정 */
}
.desc_img_bx_wr .desc_bx {
  display: flex;
  border-radius: 20px;
  border: 1px solid #41b0e9;
  overflow: hidden;
  margin-top: 100px;
}
.desc_img_bx_wr .desc_bx:first-child {
  margin-top: 0;
}
.desc_img_bx_wr .desc_bx + .desc_bx {
  margin-top: 22px;
}
.desc_img_bx_wr .desc_bx h5 {
  width: 319px;
  flex-shrink: 0;
  background: #edf4f9;
  border-right: 1px solid #41b0e9;
  text-align: center;
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.desc_img_bx_wr .desc_bx .list {
  padding: 36px 20px 36px 47px;
  font-size: 21px;
  line-height: 34px;
}
.desc_img_bx_wr .desc_bx .list ul {
  margin-top: 20px;
}
.desc_img_bx_wr .desc_bx .list ul:first-child {
  margin-top: 0;
}
.desc_img_bx_wr .desc_bx .list li {
  padding-left: 19px;
  position: relative;
}
.desc_img_bx_wr .desc_bx .list li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #1276c2;
  position: absolute;
  left: 0;
  top: 14px;
}
.desc_img_bx_wr .thumb_bx {
  margin-top: 42px;
  padding: 0 80px;
}
.desc_img_bx_wr .thumb_bx ul {
  display: flex;
  gap: 40px;
}
.desc_img_bx_wr .thumb_bx ul li {
  flex: 1;
  height: 340px;
}
.desc_img_bx_wr .thumb_bx ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media (max-width: 1400px) {
  .desc_img_bx_wr .thumb_bx {
    padding: 0 40px;
  }
  .desc_img_bx_wr .thumb_bx ul li {
    height: 25vw;
  }
}
@media (max-width: 768px) {
  .desc_img_bx_wr {
    padding: 7.2222vw 5.5556vw 13.4722vw;
  }
  .desc_img_bx_wr .desc_bx {
    border-radius: 2.7778vw;
    margin-top: 13.8889vw;
    flex-direction: column;
  }
  .desc_img_bx_wr .desc_bx:first-child {
    margin-top: 0;
  }
  .desc_img_bx_wr .desc_bx h5 {
    width: 100%;
    font-size: 4.4444vw;
    border-right: 0;
    padding: 4.4444vw 5.6944vw 3.75vw;
    justify-content: flex-start;
  }
  .desc_img_bx_wr .desc_bx h5 br {
    display: none;
  }
  .desc_img_bx_wr .desc_bx .list {
    padding: 5.5556vw 4.8611vw;
    font-size: 3.8889vw;
    line-height: 5.2778vw;
  }
  .desc_img_bx_wr .desc_bx .list ul {
    margin-top: 5.5556vw;
  }
  .desc_img_bx_wr .desc_bx .list ul:first-child {
    margin-top: 0;
  }
  .desc_img_bx_wr .desc_bx .list li {
    padding-left: 2.6389vw;
  }
  .desc_img_bx_wr .desc_bx .list li::before {
    width: 0.8333vw;
    height: 0.8333vw;
    top: 2.2222vw;
  }
  .desc_img_bx_wr .thumb_bx {
    margin-top: 6.5278vw;
    padding: 0 5.5556vw;
  }
  .desc_img_bx_wr .thumb_bx ul {
    flex-direction: column;
    gap: 4.1667vw;
  }
}

.data_base_wr {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  gap: 64px;
  padding: 76px 40px 40px;
}
.data_base_wr .item {
  flex: 1;
}
.data_base_wr .item h3 {
  border-radius: 34px 34px 0 0;
  height: 99px;
  line-height: 99px;
  font-size: 18px;
  text-align: center;
  background: #1276c2;
  color: #fff;
}
.data_base_wr .item img {
  width: 171px;
  height: 171px;
}
.data_base_wr .item .info {
  border: 1px solid #d9e6f2;
  border-top: 0;
  border-radius: 0 0 10px 10px;
  padding: 25px 10px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 281px;
}
.data_base_wr .item .info p {
  font-size: 18px;
  line-height: 1.5;
  margin-top: 16px;
  color: #5a5b5d;
}
.data_base_wr .item.item_2 h3 {
  background: #c27522;
}
.data_base_wr .item.item_3 h3 {
  background: #ad9138;
}
@media (max-width: 768px) {
  .data_base_wr {
    gap: 8.8889vw;
    padding: 10.5556vw 5.5556vw 5.5556vw;
  }
  .data_base_wr .item {
    flex: 1;
  }
  .data_base_wr .item h3 {
    border-radius: 4.7222vw 4.7222vw 0 0;
    height: 13.75vw;
    line-height: 13.75vw;
    font-size: 2.5vw;
  }
  .data_base_wr .item img {
    width: 23.75vw;
    height: 23.75vw;
  }
  .data_base_wr .item .info {
    border-radius: 0 0 1.3889vw 1.3889vw;
    padding: 3.4722vw 1.3889vw 4.4444vw;
    height: 39.0278vw;
  }
  .data_base_wr .item .info p {
    font-size: 2.5vw;
    margin-top: 2.2222vw;
  }
}

.system_process_wr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  padding: 94px 40px 40px;
}
.system_process_wr .step_2 img {
  width: 428px;
  height: 208px;
}
.system_process_wr .box {
  width: 296px;
  height: 60px;
  line-height: 58px;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #d9e6f2;
  background: #f3f5f9;
  font-size: 17px;
  margin-top: 10px;
}
.system_process_wr .box:first-child {
  margin-top: 0;
}
.system_process_wr .step_3 .box {
  background: #f4eae6;
  border-color: #edd6cd;
}
@media (max-width: 768px) {
  .system_process_wr {
    padding: 5.8333vw 5.5556vw 5.5556vw;
  }
  .system_process_wr .step_2 img {
    width: 59.4444vw;
    height: 28.8889vw;
  }
  .system_process_wr .box {
    width: 41.1111vw;
    height: 8.3333vw;
    line-height: 8.0556vw;
    border-radius: 1.3889vw;
    font-size: 2.3611vw;
    margin-top: 1.3889vw;
  }
  .system_process_wr .box:first-child {
    margin-top: 0;
  }
}

.sub_contents_img_bx {
  padding: 70px 0 0;
  text-align: center;
}
.sub_contents_img_bx img {
  width: 800px;
  height: 720px;
}
@media (max-width: 768px) {
  .sub_contents_img_bx {
    padding: 7.9167vw 0 0;
  }
  .sub_contents_img_bx img {
    width: 79.5833vw;
    height: 63.6111vw;
  }
}

.developNresearch_work {
  padding: 76px 40px 86px;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
}
.developNresearch_work::after {
  content: "";
  width: 1110px;
  height: 370px;
  background: url(../../images/hmpg/developNresearch_work_bg.png) no-repeat center/contain;
  position: absolute;
  top: 63px;
  left: 67px;
}
.developNresearch_work .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-align: right;
}
.developNresearch_work .row:first-child {
  margin-bottom: 43px;
}
.developNresearch_work b {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  background: #bfb0e5;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  line-height: 40px;
  margin-bottom: 18px;
  margin-left: auto;
}
.developNresearch_work h5 {
  font-size: 18px;
  line-height: 1.33;
  font-weight: bold;
  margin-bottom: 10px;
}
.developNresearch_work p {
  color: #5a5b5d;
  font-size: 17px;
  line-height: 1.4;
}
.developNresearch_work .item_1 {
  margin-left: auto;
}
.developNresearch_work .item_2 {
  text-align: left;
}
.developNresearch_work .item_2 b {
  margin-left: initial;
  background: #6252b2;
}
.developNresearch_work .item_2 b {
  background: #947cd4;
}
@media (max-width: 768px) {
  .developNresearch_work {
    padding: 8.8889vw 5.5556vw 15vw;
  }
  .developNresearch_work::after {
    width: 154.1667vw;
    height: 51.3889vw;
    top: 8.75vw;
    left: 9.3056vw;
  }
  .developNresearch_work .row:first-child {
    margin-bottom: 5.9722vw;
  }
  .developNresearch_work b {
    width: 5.5556vw;
    height: 5.5556vw;
    font-size: 2.2222vw;
    line-height: 5.5556vw;
    margin-bottom: 2.5vw;
  }
  .developNresearch_work h5 {
    font-size: 2.5vw;
    margin-bottom: 1.3889vw;
  }
  .developNresearch_work p {
    font-size: 2.3611vw;
  }
}
@media (max-width: 355px) {
  .developNresearch_work::after {
    left: 19vw;
  }
}

.education_step_wr {
  width: 1078px;
  padding: 13px 40px;
  margin: 0 auto;
}
.education_step_wr img {
  width: 100%;
}
@media (max-width: 768px) {
  .education_step_wr {
    width: 100%;
    padding: 2.3611vw 5.5556vw;
  }
}

.step_arr_bx_wr {
  width: 1000px;
  height: 230px;
  padding: 0 80px;
  position: relative;
}
.step_arr_bx_wr:last-child {
  margin-bottom: 30px;
}
.step_arr_bx_wr.desc_st {
  margin-bottom: 60px;
}
.step_arr_bx_wr .step_desc {
  position: absolute;
  font-size: 15px;
  line-height: 1.2;
  color: #5a5b5d;
  top: 270px;
  text-align: center;
}
.step_arr_bx_wr .step_desc.step_desc_1 {
  left: 340px;
}
.step_arr_bx_wr .step_desc.step_desc_2 {
  right: 60px;
}
.step_arr_bx_wr .step_arr_bx {
  width: 626px;
  height: 339px;
  background: url(../../images/hmpg/step_bx_3.png) no-repeat center/contain;
  display: flex;
  padding-right: 10px;
  padding: 97px 30px 97px 0;
  position: absolute;
  top: -54.5px;
  left: 80px;
}
.step_arr_bx_wr .step_arr_bx.step_4 {
  width: 829px;
  background: url(../../images/hmpg/step_bx_4.png) no-repeat center/contain;
}
.step_arr_bx_wr .step {
  flex: 1;
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
  padding-top: 40px;
}
.step_arr_bx_wr .step h5 {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 6px;
}
.step_arr_bx_wr .step.step3, .step_arr_bx_wr .step.step4 {
  color: #fff;
}
@media (max-width: 768px) {
  .step_arr_bx_wr {
    padding: 0 5.5556vw;
    width: 138.8889vw;
    height: 31.9444vw;
  }
  .step_arr_bx_wr:last-child {
    margin-bottom: 4.1667vw;
  }
  .step_arr_bx_wr.desc_st {
    margin-bottom: 8.3333vw;
  }
  .step_arr_bx_wr .step_desc {
    font-size: 2.0833vw;
    top: 37.5vw;
  }
  .step_arr_bx_wr .step_desc.step_desc_1 {
    left: 47.2222vw;
  }
  .step_arr_bx_wr .step_desc.step_desc_2 {
    right: 8.3333vw;
  }
  .step_arr_bx_wr .step_arr_bx {
    width: 86.9444vw;
    height: 47.0833vw;
    padding-right: 1.3889vw;
    padding: 13.4722vw 4.1667vw 13.4722vw 0;
    top: -7.5694vw;
    left: 11.1111vw;
  }
  .step_arr_bx_wr .step_arr_bx.step_4 {
    width: 115.1389vw;
  }
  .step_arr_bx_wr .step {
    font-size: 2.2222vw;
    padding-top: 5vw;
  }
  .step_arr_bx_wr .step h5 {
    font-size: 2.2222vw;
    margin-bottom: 0.8333vw;
  }
}

.goals_tasks_list > li {
  padding-left: 215px;
  position: relative;
  margin-top: 48px;
}
.goals_tasks_list > li:first-child {
  margin-top: 0;
}
.goals_tasks_list > li .img {
  width: 145px;
  height: 145px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.goals_tasks_list > li .img img {
  width: 100%;
}
.goals_tasks_list > li b {
  display: block;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 15px;
}
.goals_tasks_list > li ul li {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.5;
  position: relative;
  padding-left: 16px;
}
.goals_tasks_list > li ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #25aae1;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: 0;
}
@media (max-width: 768px) {
  .goals_tasks_list > li {
    padding-top: 30vw;
    padding-left: 0;
    margin-top: 6.6667vw;
  }
  .goals_tasks_list > li:first-child {
    margin-top: 0;
  }
  .goals_tasks_list > li .img {
    width: 25vw;
    height: 25vw;
    top: 0;
    transform: translateX(-50%);
    left: 50%;
  }
  .goals_tasks_list > li .img img {
    width: 100%;
  }
  .goals_tasks_list > li b {
    text-align: center;
    font-size: 3.8889vw;
    margin-bottom: 4.1667vw;
  }
  .goals_tasks_list > li ul li {
    font-size: 3.6111vw;
    padding-left: 2.7778vw;
  }
  .goals_tasks_list > li ul li::before {
    width: 1.1111vw;
    height: 1.1111vw;
    top: 2.0833vw;
    left: 0;
  }
}

.sub_contents_btn_wr {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.sub_contents_btn_wr .btn8 {
  min-width: 240px;
}
@media (max-width: 768px) {
  .sub_contents_btn_wr {
    gap: 3.4722vw;
    flex-wrap: wrap;
  }
  .sub_contents_btn_wr .btn8 {
    min-width: 58.3333vw;
  }
}

.accordion_wr {
  padding: 60px 40px;
}
.accordion_wr .acco_hd {
  height: 73px;
  border-top: 1px solid #e0e0e0;
  padding: 0 37px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: all 0.3s;
}
.accordion_wr .acco_hd h3 {
  font-size: 16px;
  font-weight: 400;
  color: #05141f;
}
.accordion_wr .acco_hd::after {
  content: "";
  transition: all 0.3s;
  display: block;
  width: 19px;
  height: 11px;
  background: url(../../images/hmpg/acc_arr.png) no-repeat center/contain;
}
.accordion_wr .acco_bd {
  border-top: 1px solid #e0e0e0;
  padding: 40px 37px;
  font-size: 16px;
  font-weight: 400;
  color: #05141f;
  line-height: 1.5;
  display: none;
}
.accordion_wr .acco_bd h4 {
  margin-top: 26px;
}
.accordion_wr .acco_bd h4:first-child {
  margin-top: 0;
}
.accordion_wr .acco_bd ul li {
  padding-left: 20px;
  text-indent: -14px;
  margin-top: 10px;
}
.accordion_wr .acco_bd p {
  margin-top: 10px;
}
.accordion_wr .accordion_bx:first-child .acco_hd {
  border-top: 1px solid #223958;
}
.accordion_wr .accordion_bx.on .acco_hd {
  background: #edf4f9;
}
.accordion_wr .accordion_bx.on .acco_hd h3 {
  font-weight: bold;
}
.accordion_wr .accordion_bx.on .acco_hd::after {
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  .accordion_wr {
    padding: 6.9444vw 5.5556vw;
  }
  .accordion_wr .acco_hd {
    height: 17.5vw;
    padding: 0 7.6389vw;
  }
  .accordion_wr .acco_hd h3 {
    font-size: 4.4444vw;
  }
  .accordion_wr .acco_hd::after {
    width: 4.4444vw;
    height: 2.6389vw;
  }
  .accordion_wr .acco_bd {
    padding: 8.0556vw 2.2222vw;
    font-size: 3.8889vw;
  }
  .accordion_wr .acco_bd h4 {
    margin-top: 6.25vw;
  }
  .accordion_wr .acco_bd h4:first-child {
    margin-top: 0;
  }
  .accordion_wr .acco_bd ul li {
    padding-left: 0vw;
    text-indent: 0;
    margin-top: 1.3889vw;
  }
  .accordion_wr .acco_bd p {
    margin-top: 1.3889vw;
  }
}

.boxes_contents_wr {
  width: 1250px;
  padding: 40px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.boxes_contents_wr .box {
  width: calc(20% - 9.6px);
  height: 170px;
  border: 1px solid #dae4ee;
  border-radius: 20px;
  background: #f6f8fa;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.boxes_contents_wr .box.center {
  background: #39a7c2;
  color: #fff;
}
.boxes_contents_wr .box b {
  position: absolute;
  width: 24px;
  height: 24px;
  background: #8daccb;
  color: #fff;
  border-radius: 50%;
  top: 10px;
  left: 12px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}
.boxes_contents_wr .box b.dark {
  background: #223958;
}
.boxes_contents_wr .box p {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
}
.boxes_contents_wr.wide {
  gap: 27px;
  width: 100%;
  max-width: 1250px;
}
.boxes_contents_wr.wide .box {
  width: calc(33.33% - 18px);
}
@media (max-width: 1024px) {
  .boxes_contents_wr.wide {
    gap: 27px;
    flex-direction: column;
  }
  .boxes_contents_wr.wide .box {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .boxes_contents_wr {
    width: 173.6111vw;
    padding: 5.5556vw;
    gap: 1.6667vw;
  }
  .boxes_contents_wr .box {
    width: calc(20% - 1.3333vw);
    height: 23.6111vw;
    border-radius: 2.7778vw;
  }
  .boxes_contents_wr .box b {
    width: 3.3333vw;
    height: 3.3333vw;
    top: 1.3889vw;
    left: 1.6667vw;
    font-size: 1.9444vw;
    line-height: 3.3333vw;
  }
  .boxes_contents_wr .box p {
    font-size: 2.2222vw;
  }
  .boxes_contents_wr.wide {
    gap: 3.0556vw;
  }
  .boxes_contents_wr.wide .box {
    min-height: 38.8889vw;
  }
  .boxes_contents_wr.wide .box b {
    width: 5.5556vw;
    height: 5.5556vw;
    line-height: 5.5556vw;
    font-size: 3.3333vw;
  }
  .boxes_contents_wr.wide .box p {
    font-size: 4.1667vw;
    line-height: 1.4;
  }
}

.declare_process_wr {
  width: 1320px;
  margin: 0 auto;
}
.declare_process_wr .declare_process_inner {
  display: flex;
  padding: 70px 40px 288px;
  gap: 29px;
  position: relative;
}
.declare_process_wr .declare_process_inner::after {
  content: "";
  width: 776px;
  height: 24px;
  background: url(../../images/hmpg/declare_process_arr_1.png) no-repeat center/contain;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 247px;
}
.declare_process_wr .declare_process_inner .step_desc {
  position: absolute;
}
.declare_process_wr .declare_process_inner .step {
  flex: 1;
}
.declare_process_wr .declare_process_inner .step.step2 .round_bx {
  background: #657890;
}
.declare_process_wr .declare_process_inner .step.step3 .round_bx {
  background: #c27522;
}
.declare_process_wr .declare_process_inner .step.step4 .round_bx {
  background: #8f8f92;
}
.declare_process_wr .declare_process_inner .step.step5 .round_bx {
  background: #ad9138;
}
.declare_process_wr .round_bx {
  height: 70px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1276c2;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 13px;
}
.declare_process_wr .box {
  height: 210px;
  border: 1px solid #dae4ee;
  background: #fff;
  border-radius: 20px;
  padding: 30px;
}
.declare_process_wr .box.center {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.declare_process_wr .box h3,
.declare_process_wr .box p {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.declare_process_wr .box ul {
  margin-top: 20px;
}
.declare_process_wr .box li {
  font-size: 16px;
  color: #5a5b5d;
  line-height: 1.5;
  padding-left: 24px;
  position: relative;
}
.declare_process_wr .box li::before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
}
.declare_process_wr .step_desc {
  width: 174px;
  height: 174px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  border: 1px solid #dae4ee;
  background: #f6f8fa;
  font-size: 16px;
  font-weight: bold;
  color: #1276c2;
  bottom: 90px;
}
.declare_process_wr .step_desc::before {
  content: "";
  width: 278px;
  height: 177px;
  background: url(../../images/hmpg/declare_process_arr_2.png) no-repeat center/contain;
  position: absolute;
  bottom: 48px;
  left: 50%;
  transform: translateX(-50%);
}
.declare_process_wr .step_desc.step_desc1 {
  left: 158px;
}
.declare_process_wr .step_desc.step_desc2 {
  right: 158px;
  border-color: #b1ceed;
  background: #d9e7f4;
}
.declare_process_wr .step_desc.step_desc2::before {
  transform: translateX(-50%) scaleX(-1);
}
@media (max-width: 768px) {
  .declare_process_wr {
    width: 183.3333vw;
  }
  .declare_process_wr .declare_process_inner {
    padding: 9.7222vw 5.5556vw 40vw;
    gap: 4.0278vw;
  }
  .declare_process_wr .declare_process_inner::after {
    width: 107.7778vw;
    height: 3.3333vw;
    top: 40vw;
  }
  .declare_process_wr .step {
    display: flex;
    flex-direction: column;
  }
  .declare_process_wr .round_bx {
    height: 9.7222vw;
    border-radius: 13.8889vw;
    font-size: 2.5vw;
    margin-bottom: 1.8056vw;
  }
  .declare_process_wr .box {
    flex: 1;
    height: auto;
    border-radius: 2.7778vw;
    padding: 4.1667vw;
  }
  .declare_process_wr .box h3,
  .declare_process_wr .box p {
    font-size: 2.5vw;
  }
  .declare_process_wr .box ul {
    margin-top: 2.7778vw;
  }
  .declare_process_wr .box li {
    font-size: 2.2222vw;
    padding-left: 3.3333vw;
  }
  .declare_process_wr .step_desc {
    width: 24.1667vw;
    height: 24.1667vw;
    font-size: 2.2222vw;
    bottom: 12.5vw;
    line-height: 1.2;
  }
  .declare_process_wr .step_desc::before {
    width: 38.6111vw;
    height: 24.5833vw;
    bottom: 6.6667vw;
  }
  .declare_process_wr .step_desc.step_desc1 {
    left: 21.9444vw;
  }
  .declare_process_wr .step_desc.step_desc2 {
    right: 21.9444vw;
  }
}

.chairman_history_wr {
  padding: 0 80px;
}
.chairman_history_wr .list {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e0e0e0;
  margin-top: 16px;
  height: 64px;
  gap: 40px;
}
.chairman_history_wr .list:first-child {
  margin-top: 0;
}
.chairman_history_wr .list:first-child .range {
  color: #1276c2;
  font-weight: bold;
}
.chairman_history_wr .list h3 {
  line-height: 62px;
  font-size: 21px;
  font-weight: 800;
  text-align: center;
  border-bottom: 3px solid #1276c2;
  color: #1276c2;
  min-width: 60px;
  text-align: center;
}
.chairman_history_wr .list .range {
  width: 274px;
  padding-left: 22px;
  position: relative;
  font-size: 18px;
  font-weight: 400;
}
.chairman_history_wr .list .range::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #1276c2;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.chairman_history_wr .list .name {
  font-size: 18px;
  font-weight: 400;
}
.chairman_history_wr .list .name b {
  font-weight: bold;
}
@media (max-width: 768px) {
  .chairman_history_wr {
    padding: 0 5.5556vw;
  }
  .chairman_history_wr .list {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    margin-top: 0;
    padding: 3.3333vw 0 3.3333vw 14.5833vw;
    height: 20vw;
    gap: 0;
    position: relative;
  }
  .chairman_history_wr .list h3 {
    line-height: 8.6111vw;
    height: 15.8333vw;
    font-size: 4.4444vw;
    min-width: 11.1111vw;
    top: 4.1667vw;
    position: absolute;
    left: 0;
    border-width: 0.4167vw;
  }
  .chairman_history_wr .list .range {
    width: auto;
    padding-left: 3.4722vw;
    font-size: 4.4444vw;
    line-height: 5.8333vw;
  }
  .chairman_history_wr .list .range::before {
    width: 0.8333vw;
    height: 0.8333vw;
  }
  .chairman_history_wr .list .name {
    font-size: 4.4444vw;
    line-height: 5.8333vw;
    padding-left: 3.4722vw;
  }
}

.blue_border_bx {
  border: 1px solid #41b0e9;
  background: #edf4f9;
  padding: 32px 40px 48px;
  width: calc(100% - 80px);
  margin: 0 auto;
  text-align: center;
  border-radius: 30px;
}
.blue_border_bx h3 {
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 30px;
  font-weight: 800;
  color: #223958;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 38px;
}
.blue_border_bx h3::before {
  content: "";
  width: 75px;
  height: 61px;
  background: url(../../images/hmpg/terms_bx_title.png) no-repeat center/contain;
}
.blue_border_bx p {
  font-size: 18px;
  line-height: 1.44;
  max-width: 970px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .blue_border_bx {
    padding: 10.4167vw 4.1667vw;
    width: calc(100% - 11.1111vw);
  }
  .blue_border_bx h3 {
    font-size: 5vw;
    margin-bottom: 8.0556vw;
  }
  .blue_border_bx p {
    font-size: 4.1667vw;
    max-width: initial;
  }
}

.mb_20 {
  margin-bottom: 20px !important;
}

.labeling_hover_bx_wr {
  text-align: center;
}
.labeling_hover_bx_wr .desc {
  font-size: 16px;
  line-height: 1.2;
  color: #05141f;
}
.labeling_hover_bx_wr .labeling_hover_bx {
  display: flex;
  flex-wrap: wrap;
  max-width: 1027px;
  padding: 0 20px;
  margin: 0 auto 50px;
  gap: 11px;
}
.labeling_hover_bx_wr .labeling_hover_bx .labeling_bx {
  width: calc(33.33% - 8px);
  position: relative;
}
.labeling_hover_bx_wr .labeling_hover_bx .labeling_bx a {
  display: block;
  width: 100%;
  border: 1px solid #c1c1c1;
  border-radius: 20px;
  background: #fff;
  padding: 21px 0 38px;
  cursor: pointer;
  position: relative;
}
.labeling_hover_bx_wr .labeling_hover_bx .labeling_bx a:hover {
  border-color: #41b0e9;
}
.labeling_hover_bx_wr .labeling_hover_bx .labeling_bx h5 {
  font-size: 17px;
  line-height: 1.2;
  font-weight: bold;
  color: #223958;
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
}
.labeling_hover_bx_wr .labeling_hover_bx .labeling_bx .img {
  max-width: 240px;
  width: 100%;
  height: 142px;
  margin: 0 auto;
}
.labeling_hover_bx_wr .labeling_hover_bx .labeling_bx .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.labeling_hover_bx_wr .labeling_hover_bx .labeling_bx .hover_bx {
  display: none;
  position: absolute;
  background: #ffffff;
  border: 1px solid #41b0e9;
  border-radius: 20px;
  padding: 28px 30px;
  top: 140px;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  min-width: 654px;
  z-index: 10;
  text-align: left;
}
.labeling_hover_bx_wr .labeling_hover_bx .labeling_bx .hover_bx .sub_contents_table_bx {
  padding: 0;
  width: 753px;
}
.labeling_hover_bx_wr .labeling_hover_bx .labeling_bx .hover_bx ul + .sub_contents_table_bx {
  margin-top: 20px;
}
.labeling_hover_bx_wr .labeling_hover_bx .labeling_bx .hover_bx h6 {
  position: relative;
  font-size: 17px;
  font-weight: bold;
  line-height: 28px;
  display: inline-block;
  padding-bottom: 10px;
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 20px;
}
.labeling_hover_bx_wr .labeling_hover_bx .labeling_bx .hover_bx h6 span {
  position: relative;
  text-align: center;
  width: 100%;
}
.labeling_hover_bx_wr .labeling_hover_bx .labeling_bx .hover_bx p {
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 1.6;
}
.labeling_hover_bx_wr .labeling_hover_bx .labeling_bx .hover_bx li {
  font-size: 15px;
  line-height: 1.6;
  padding-left: 14px;
  position: relative;
}
.labeling_hover_bx_wr .labeling_hover_bx .labeling_bx .hover_bx li::before {
  content: "";
  width: 5px;
  height: 5px;
  background: #1276c2;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
}
.labeling_hover_bx_wr .labeling_hover_bx .labeling_bx .hover_bx li ul li::before {
  content: "-";
  border-radius: 0;
  background: none;
  top: 0;
  height: 21px;
  line-height: 21px;
}
.labeling_hover_bx_wr .labeling_hover_bx .labeling_bx .hover_bx .close {
  width: 18px;
  height: 18px;
  background: url(../../images/hmpg/icon_close.png) no-repeat center/contain;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 1;
}
.labeling_hover_bx_wr .labeling_hover_bx.st_2 .labeling_bx {
  min-height: 274px;
}
.labeling_hover_bx_wr .labeling_hover_bx.st_2 .labeling_bx a {
  height: 100%;
}
.labeling_hover_bx_wr .labeling_hover_bx.st_2 .labeling_bx h5 {
  position: relative;
  transform: initial;
  bottom: initial;
  left: initial;
}
.labeling_hover_bx_wr .labeling_hover_bx.st_2 .labeling_bx p {
  font-size: 15px;
  margin-top: 10px;
  line-height: 1.2;
  color: #223958;
}
@media (max-width: 1200px) {
  .labeling_hover_bx_wr .labeling_hover_bx {
    position: relative;
  }
  .labeling_hover_bx_wr .labeling_hover_bx .labeling_bx {
    position: initial;
  }
}
@media (max-width: 768px) {
  .labeling_hover_bx_wr .desc {
    text-align: left;
    font-size: 3.8889vw;
    padding: 0 5.5556vw;
  }
  .labeling_hover_bx_wr .labeling_hover_bx {
    gap: 4.4444vw 4.7222vw;
    padding: 0 5.5556vw;
  }
  .labeling_hover_bx_wr .labeling_hover_bx .labeling_bx {
    width: calc(50% - 2.3611vw);
  }
  .labeling_hover_bx_wr .labeling_hover_bx .labeling_bx a {
    padding: 2.9167vw 0 6.8056vw;
  }
  .labeling_hover_bx_wr .labeling_hover_bx .labeling_bx .img {
    width: 33.3333vw;
    height: 19.7222vw;
    margin-bottom: 4.5833vw;
  }
  .labeling_hover_bx_wr .labeling_hover_bx .labeling_bx h5 {
    font-size: 3.6111vw;
  }
  .labeling_hover_bx_wr .labeling_hover_bx .labeling_bx .hover_bx {
    border-radius: 2.7778vw;
    padding: 5.9722vw 3.75vw;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 11.1111vw);
    min-width: initial;
  }
  .labeling_hover_bx_wr .labeling_hover_bx .labeling_bx .hover_bx .sub_contents_table_bx {
    width: 100%;
    overflow-y: auto;
  }
  .labeling_hover_bx_wr .labeling_hover_bx .labeling_bx .hover_bx h6 {
    font-size: 4.4444vw;
    line-height: 4.8611vw;
    bottom: 3.4722vw;
  }
  .labeling_hover_bx_wr .labeling_hover_bx .labeling_bx .hover_bx h6::before {
    width: calc(100% + 1.9444vw);
    height: 2.0833vw;
  }
  .labeling_hover_bx_wr .labeling_hover_bx .labeling_bx .hover_bx p {
    margin-bottom: 2.7778vw;
    font-size: 3.8889vw;
  }
  .labeling_hover_bx_wr .labeling_hover_bx .labeling_bx .hover_bx li {
    font-size: 3.3333vw;
    padding-left: 2.3611vw;
    margin-top: 1.3889vw;
  }
  .labeling_hover_bx_wr .labeling_hover_bx .labeling_bx .hover_bx li::before {
    width: 0.8333vw;
    height: 0.8333vw;
    top: 2.0833vw;
  }
  .labeling_hover_bx_wr .labeling_hover_bx .labeling_bx .hover_bx .close {
    width: 3.6111vw;
    height: 3.6111vw;
    top: 4.8611vw;
    right: 4.8611vw;
  }
  .labeling_hover_bx_wr .labeling_hover_bx.st_2 .labeling_bx {
    min-height: initial;
  }
  .labeling_hover_bx_wr .labeling_hover_bx.st_2 .labeling_bx p {
    font-size: 2.8vw;
    margin-top: 2vw;
  }
}

.email_terms_wr {
  width: 100%;
  padding: 40px 40px;
  display: flex;
  align-items: center;
  gap: 64px;
}
.email_terms_wr .img {
  width: 189px;
  height: 189px;
  flex-shrink: 0;
}
.email_terms_wr .img img {
  width: 100%;
  height: 100%;
}
.email_terms_wr ul {
  flex: 1;
}
.email_terms_wr li {
  font-size: 20px;
  line-height: 1.2;
  margin-top: 20px;
  padding-left: 24px;
  text-indent: -24px;
}
.email_terms_wr li:first-child {
  margin-top: 0;
}
@media (max-width: 768px) {
  .email_terms_wr {
    padding: 16.25vw 5.5556vw;
    gap: 8.3333vw;
    flex-direction: column;
  }
  .email_terms_wr .img {
    width: 32.7778vw;
    height: 32.7778vw;
  }
  .email_terms_wr ul {
    flex: initial;
  }
  .email_terms_wr li {
    font-size: 4.1667vw;
    margin-top: 5.5556vw;
    padding-left: 4.1667vw;
    text-indent: -4.8611vw;
  }
  .email_terms_wr li:first-child {
    margin-top: 0;
  }
}

.public_notice_table table td {
  padding: 16px 20px;
  vertical-align: top;
}
.public_notice_table table td a {
  text-decoration: none;
  text-align: left;
}
.public_notice_table table td a:hover {
  text-decoration: underline;
}
.public_notice_table table td ul {
  padding-left: 22px;
}
.public_notice_table table td ul li {
  display: flex;
  align-items: center;
  gap: 6px;
}
.public_notice_table table td ul li::before {
  content: "-";
}

.charter_wr {
  width: calc(100% - 80px);
  max-width: 1080px;
  border: 1px solid #d9e6f2;
  border-radius: 20px;
  background: #f3f5f9;
  margin: 56px auto 0;
  padding: 84px 70px 40px;
  position: relative;
}
.charter_wr .charter_title {
  text-align: center;
}
.charter_wr .charter_title h3 {
  display: inline-block;
  width: auto;
  font-size: 24px;
  position: relative;
  text-align: center;
  line-height: 1.2;
  margin: 0 auto 60px;
}
.charter_wr .charter_title h3 b {
  display: block;
  font-weight: 800;
  margin-top: 6px;
}
.charter_wr .charter_title h3::before {
  content: "";
  width: 51px;
  height: 93px;
  background: url(../../images/hmpg/charter_title_l.png) no-repeat center/contain;
  position: absolute;
  left: -51px;
  top: -22px;
}
.charter_wr .charter_title h3::after {
  content: "";
  width: 51px;
  height: 93px;
  background: url(../../images/hmpg/charter_title_r.png) no-repeat center/contain;
  position: absolute;
  right: -51px;
  top: -22px;
}
.charter_wr .announce_list {
  border-radius: 20px;
  background: #fff;
  padding: 79px 40px 60px;
  margin-bottom: 25px;
}
.charter_wr .announce_list .txt_wr {
  text-align: center;
  margin-bottom: 78px;
}
.charter_wr .announce_list .txt_wr h3 {
  display: inline-block;
  width: auto;
  font-size: 34px;
  position: relative;
  text-align: center;
  line-height: 1.35;
  width: 596px;
  margin: 0 auto 36px;
  padding: 0 64px;
}
.charter_wr .announce_list .txt_wr h3 b {
  font-weight: bold;
}
.charter_wr .announce_list .txt_wr h3 b.c_primary {
  font-weight: 800;
}
.charter_wr .announce_list .txt_wr h3::before {
  content: "";
  width: 50px;
  height: 40px;
  background: url(../../images/hmpg/charter_quotes_l.png) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 0;
}
.charter_wr .announce_list .txt_wr h3::after {
  content: "";
  width: 50px;
  height: 40px;
  background: url(../../images/hmpg/charter_quotes_r.png) no-repeat center/contain;
  position: absolute;
  top: 0;
  right: 0;
}
.charter_wr .announce_list .txt_wr p {
  padding: 0 74px;
  font-size: 18px;
  color: #5a5b5d;
  line-height: 1.4;
}
.charter_wr .announce_list .txt_wr h4 {
  font-size: 24px;
  color: #223958;
  line-height: 1.5;
  margin-top: 40px;
  font-weight: bold;
  max-width: 700px;
  margin: 40px auto 0;
}
.charter_wr .announce_list .txt_wr h4:first-child {
  margin-top: 0;
}
.charter_wr .announce_list .sign {
  padding-bottom: 0;
}
.charter_wr .history_txt {
  font-size: 14px;
  line-height: 1;
  padding-left: 40px;
}
@media (max-width: 768px) {
  .charter_wr {
    width: 100%;
    border-radius: 2.7778vw;
    margin: 7.7778vw auto 0;
    padding: 11.6667vw 5.5556vw 5.5556vw;
  }
  .charter_wr .charter_title h3 {
    font-size: 3.3333vw;
    margin: 0 auto 8.3333vw;
  }
  .charter_wr .charter_title h3 b {
    margin-top: 0.8333vw;
  }
  .charter_wr .charter_title h3::before {
    width: 7.0833vw;
    height: 12.9167vw;
    left: -7.0833vw;
    top: -3.0556vw;
  }
  .charter_wr .charter_title h3::after {
    width: 7.0833vw;
    height: 12.9167vw;
    right: -7.0833vw;
    top: -3.0556vw;
  }
  .charter_wr .announce_list {
    border-radius: 2.7778vw;
    padding: 10.9722vw 5.5556vw 8.3333vw;
    margin-bottom: 3.4722vw;
  }
  .charter_wr .announce_list .txt_wr {
    margin-bottom: 10.8333vw;
  }
  .charter_wr .announce_list .txt_wr h3 {
    font-size: 4.7222vw;
    width: 100%;
    margin: 0 auto 5vw;
    padding: 0 5.5556vw;
  }
  .charter_wr .announce_list .txt_wr h3::before {
    width: 6.9444vw;
    height: 5.5556vw;
  }
  .charter_wr .announce_list .txt_wr h3::after {
    width: 6.9444vw;
    height: 5.5556vw;
  }
  .charter_wr .announce_list .txt_wr p {
    padding: 0;
    font-size: 2.5vw;
  }
  .charter_wr .history_txt {
    font-size: 1.9444vw;
    line-height: 1;
    padding-left: 5.5556vw;
  }
}

.khra_txt_logo {
  width: 105px;
  height: 21px;
  display: inline-block;
}
.khra_txt_logo img {
  display: block;
  width: 100%;
  height: 100%;
}

.paper_print_process_wr {
  display: flex;
  gap: 170px;
  position: relative;
  justify-content: center;
  padding: 66px 0;
}
.paper_print_process_wr .process {
  position: absolute;
  bottom: 66px;
  left: 50%;
  transform: translateX(-50%);
  width: 225px;
}
.paper_print_process_wr .process ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 327px;
  width: 100%;
  padding: 52px 0 40px;
}
.paper_print_process_wr .process ul li {
  text-align: center;
  font-size: 18px;
  width: 100%;
}
.paper_print_process_wr .process ul li:nth-child(1) {
  font-weight: bold;
  color: #d74225;
  position: relative;
}
.paper_print_process_wr .process ul li:nth-child(1)::before {
  content: "";
  width: 225px;
  height: 1px;
  background: #223958;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.paper_print_process_wr .process ul li:nth-child(1)::after {
  content: "";
  width: 7px;
  height: 10px;
  background: url(../../images/hmpg/process_arr_head.png) no-repeat center/contain;
  position: absolute;
  bottom: -14px;
  right: -3px;
  transform: rotate(180deg);
}
.paper_print_process_wr .process ul li:nth-child(2) {
  margin-bottom: 34px;
  position: relative;
}
.paper_print_process_wr .process ul li:nth-child(2)::before {
  content: "";
  width: 225px;
  height: 1px;
  background: #223958;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.paper_print_process_wr .process ul li:nth-child(2)::after {
  content: "";
  width: 7px;
  height: 10px;
  background: url(../../images/hmpg/process_arr_head.png) no-repeat center/contain;
  position: absolute;
  bottom: -14px;
  left: -3px;
}
.paper_print_process_wr .step {
  width: 320px;
}
.paper_print_process_wr .step h3 {
  height: 79px;
  line-height: 79px;
  background: #1276c2;
  width: 100%;
  border-radius: 49px 49px 0 0;
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.paper_print_process_wr .step ul {
  height: 327px;
  width: 100%;
  padding: 52px 30px 40px;
  background: #f3f5f9;
  border: 1px solid #d9e6f2;
  border-radius: 0 0 10px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.paper_print_process_wr .step ul li {
  width: 100%;
  text-align: center;
  height: 64px;
  color: #5a5b5d;
  font-size: 18px;
  border: 1px solid #c1c1c1;
  border-radius: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
}
.paper_print_process_wr .step.step_2 h3 {
  background: #c27522;
}
.paper_print_process_wr .step.step_2 ul {
  background: #fff;
}
.paper_print_process_wr .step.step_2 ul li {
  border-color: #edd6cd;
  background: #edd6cd;
  color: #05141f;
}
@media (max-width: 768px) {
  .paper_print_process_wr {
    gap: 23.6111vw;
    padding: 9.1667vw 0;
  }
  .paper_print_process_wr .process {
    bottom: 9.1667vw;
    width: 31.25vw;
  }
  .paper_print_process_wr .process ul {
    height: 45.4167vw;
    padding: 7.2222vw 0 5.5556vw;
  }
  .paper_print_process_wr .process ul li {
    font-size: 2.5vw;
    width: 100%;
  }
  .paper_print_process_wr .process ul li:nth-child(1)::before {
    width: 31.25vw;
    height: 0.1389vw;
    bottom: -1.3889vw;
  }
  .paper_print_process_wr .process ul li:nth-child(1)::after {
    width: 0.9722vw;
    height: 1.3889vw;
    bottom: -1.9444vw;
    right: -0.4167vw;
  }
  .paper_print_process_wr .process ul li:nth-child(2) {
    margin-bottom: 4.7222vw;
  }
  .paper_print_process_wr .process ul li:nth-child(2)::before {
    width: 31.25vw;
    height: 0.1389vw;
    bottom: -1.3889vw;
  }
  .paper_print_process_wr .process ul li:nth-child(2)::after {
    width: 0.9722vw;
    height: 1.3889vw;
    bottom: -1.9444vw;
    left: -0.4167vw;
  }
  .paper_print_process_wr .step {
    width: 44.4444vw;
  }
  .paper_print_process_wr .step h3 {
    height: 10.9722vw;
    line-height: 10.9722vw;
    border-radius: 6.8056vw 6.8056vw 0 0;
    font-size: 2.5vw;
  }
  .paper_print_process_wr .step ul {
    height: 45.4167vw;
    padding: 7.2222vw 4.1667vw 5.5556vw;
    border-radius: 0 0 1.3889vw 1.3889vw;
  }
  .paper_print_process_wr .step ul li {
    height: 8.8889vw;
    font-size: 2.5vw;
    border-radius: 1.3889vw;
  }
}

.terms_list_wr {
  padding: 0 40px;
}
.terms_list_wr a {
  display: block;
  font-size: 20px;
  line-height: 1.6;
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.terms_list_wr a:first-child {
  margin-top: 0;
}
.terms_list_wr a::after {
  content: "";
  width: 25px;
  height: 20px;
  background: url(../../images/hmpg/icon_link_gray.png) no-repeat center/contain;
}
.terms_list_wr a:hover {
  text-decoration: underline;
  text-underline-position: under;
  color: #1276c2;
}
.terms_list_wr.st_2 a::after {
  display: none;
}
@media (max-width: 768px) {
  .terms_list_wr {
    padding: 0 5.5556vw;
  }
  .terms_list_wr a {
    font-size: 4.1667vw;
    line-height: 5.9722vw;
    display: inline-block;
  }
  .terms_list_wr a::after {
    display: inline-block;
    margin-left: 1.3889vw;
    width: 3.4722vw;
    height: 2.7778vw;
  }
}

.terms_process_wr {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 78px 0;
}
.terms_process_wr h3 {
  background: #203864;
  border-radius: 10px;
  height: 52px;
  line-height: 52px;
  color: #fff;
  padding: 0 40px;
  font-size: 18px;
  margin-bottom: 49px;
  position: relative;
}
.terms_process_wr h3::after {
  content: "";
  width: 484px;
  height: 54px;
  background: url(../../images/hmpg/terms_process_arr_1.png) no-repeat center/contain;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -52px;
}
.terms_process_wr .step_wr {
  display: flex;
  gap: 105px;
  align-items: flex-start;
  justify-content: center;
}
.terms_process_wr .step_wr .step {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.terms_process_wr .step_wr .step .step_box {
  width: 208px;
  margin-bottom: 28px;
  position: relative;
  z-index: 1;
}
.terms_process_wr .step_wr .step .step_box::after {
  content: "";
  width: 197px;
  height: 28px;
  background: url(../../images/hmpg/terms_process_arr_2.png) no-repeat center/contain;
  position: absolute;
  bottom: -28px;
  left: 50%;
  transform: translateX(-50%);
}
.terms_process_wr .step_wr .step .step_box h4 {
  height: 41px;
  line-height: 41px;
  color: #fff;
  background: #7fafda;
  border-radius: 10px 10px 0 0;
  width: 100%;
  text-align: center;
  font-size: 16px;
}
.terms_process_wr .step_wr .step .step_box ul {
  border-radius: 0 0 10px 10px;
  background: #deebf7;
  padding: 12px 14px;
  height: 170px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.terms_process_wr .step_wr .step .step_box ul li {
  min-height: 58px;
  padding: 6px 0;
  background: #fff;
  border-radius: 6px;
  width: 100%;
  font-size: 15px;
  text-align: center;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.terms_process_wr .step_wr .step .step_box ul li::before {
  display: none;
}
.terms_process_wr .step_wr .step .process_info {
  display: flex;
  gap: 17px;
  align-items: flex-start;
}
.terms_process_wr .step_wr .step .process_info .process {
  width: 180px;
}
.terms_process_wr .step_wr .step .process_info .process h5 {
  width: 100%;
  height: 75px;
  border-radius: 6px;
  border: 1px solid #9dc3e6;
  font-size: 15px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  color: #05141f;
  font-weight: 400;
  margin-bottom: 30px;
}
.terms_process_wr .step_wr .step .process_info .process p {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-radius: 6px;
  background: #7fafda;
  color: #fff;
  text-align: center;
  font-size: 15px;
  position: relative;
}
.terms_process_wr .step_wr .step .process_info .process p::before {
  content: "";
  width: 16px;
  height: 23px;
  background: url(../../images/hmpg/terms_process_arr_3.png) no-repeat center/contain;
  position: absolute;
  top: -26px;
  left: 50%;
  transform: translateX(-50%);
}
.terms_process_wr .step_wr .step .process_info .process.process_2 h5 {
  border-color: #c1c1c1;
}
.terms_process_wr .step_wr .step .process_info .process.process_2 p {
  background: #1f4e79;
}
.terms_process_wr .step_wr .step.step_2 .step_box h4 {
  background: #8fbe6f;
}
.terms_process_wr .step_wr .step.step_2 .step_box ul {
  background: #e2f0d9;
}
.terms_process_wr .step_wr .step.step_2 .process_info .process h5 {
  border-color: #a9d18e;
}
.terms_process_wr .step_wr .step.step_2 .process_info .process.process_2 h5 {
  border-color: #c1c1c1;
}
.terms_process_wr .step_wr .step.step_2 .process_info .process.process_2 p::before {
  background: url(../../images/hmpg/terms_process_arr_4.png) no-repeat center/contain;
}
@media (max-width: 768px) {
  .terms_process_wr {
    padding: 10.8333vw 0;
  }
  .terms_process_wr h3 {
    border-radius: 1.3889vw;
    height: 7.2222vw;
    line-height: 7.2222vw;
    padding: 0 5.5556vw;
    font-size: 2.5vw;
    margin-bottom: 6.8056vw;
  }
  .terms_process_wr h3::after {
    width: 67.2222vw;
    height: 7.5vw;
    transform: translateX(-50%);
    bottom: -7.2222vw;
  }
  .terms_process_wr .step_wr {
    gap: 14.5833vw;
  }
  .terms_process_wr .step_wr .step .step_box {
    width: 28.8889vw;
    margin-bottom: 3.8889vw;
  }
  .terms_process_wr .step_wr .step .step_box::after {
    width: 27.3611vw;
    height: 3.8889vw;
    bottom: -3.8889vw;
  }
  .terms_process_wr .step_wr .step .step_box h4 {
    height: 5.6944vw;
    line-height: 5.6944vw;
    border-radius: 1.3889vw 1.3889vw 0 0;
    font-size: 2.2222vw;
  }
  .terms_process_wr .step_wr .step .step_box ul {
    border-radius: 0 0 1.3889vw 1.3889vw;
    padding: 1.6667vw 1.9444vw;
    height: 23.6111vw;
  }
  .terms_process_wr .step_wr .step .step_box ul li {
    min-height: 8.0556vw;
    padding: 0.8333vw 0;
    border-radius: 0.8333vw;
    font-size: 2.0833vw;
  }
  .terms_process_wr .step_wr .step .process_info {
    gap: 2.3611vw;
  }
  .terms_process_wr .step_wr .step .process_info .process {
    width: 25vw;
  }
  .terms_process_wr .step_wr .step .process_info .process h5 {
    height: 10.4167vw;
    border-radius: 0.8333vw;
    font-size: 2.0833vw;
    margin-bottom: 4.1667vw;
  }
  .terms_process_wr .step_wr .step .process_info .process p {
    height: 5.5556vw;
    line-height: 5.5556vw;
    border-radius: 0.8333vw;
    font-size: 2.0833vw;
  }
  .terms_process_wr .step_wr .step .process_info .process p::before {
    width: 2.2222vw;
    height: 3.1944vw;
    top: -3.6111vw;
  }
}

.full_img_contents {
  max-width: 1320px;
  margin: 0 auto;
  padding: 20px 0 40px;
}

.data_list li {
  padding-left: 24px;
  position: relative;
}
.data_list li a {
  text-decoration: underline;
  text-underline-position: under;
}
.data_list li::before {
  content: attr(data-list);
  background: none;
  font-size: 16px;
  top: 0;
  line-height: 26px;
  position: absolute;
  left: 0;
}
@media (max-width: 768px) {
  .data_list li {
    padding-left: 3.5vw;
  }
  .data_list li::before {
    content: attr(data-list);
    font-size: 2.2222vw;
    line-height: 1.6;
  }
}