body {
  height: 100%;
}
body * .container {
  padding: 0px 11.4583vw;
}
body * .container .writeBtnWrap {
  display: flex;
  justify-content: flex-end;
  margin-top: 32px;
}
body * .sub_cont_top.new {
  padding: 30px 11.4583vw 0px;
}
body .Service-depth {
  padding: 0px 11.4583vw;
}
body .sub_cont {
  height: 100%;
  min-height: 100%;
  position: relative;
  padding-bottom: 160px;
  transition: 0.3s;
}
body .footer {
  width: 100%;
  background-color: #106CBA;
  color: #fff;
  height: 280px;
  height: -moz-fit-content;
  height: fit-content;
  padding: 32px 0px 48px 0px;
  position: absolute;
}
body .footer a {
  color: #fff;
}
body .footer .container {
  /* max-width: 1280px; */
  max-width: 1920px;
  margin: 0 auto;
}

.header {
  position: absolute;
  z-index: 9999;
  width: 100%;
  transition: 0.6s;
  top: 0;
}
.header .all-menu-con .m_logo {
  display: none;
}
.header .all-menu-con .header_nav {
  visibility: visible;
}
.header .all-menu-con .header_nav .nav_link {
  display: inline-block;
  width: 20%;
  text-align: left;
  margin-right: 16px;
  margin-right: 0.8333vw;
}
.header .all-menu-con .header_nav .nav_link a {
  display: inline-block;
  height: inherit;
  color: #106CBA;
  font-size: 20px;
  text-wrap: nowrap;
  padding-left: 8px;
}
.header .all-menu-con .header_nav .nav_link a:hover {
  color: #106CBA;
}
.header .all-menu-con .header_nav .nav_link .divHover {
  display: none;
  padding-top: 20px;
  height: calc(99vh - 114px);
  background: #fff;
  transition: 0.3s;
}
.header .all-menu-con .header_nav .nav_link .divHover .hover2dep {
  margin-bottom: 12px;
  margin-bottom: 0.625vw;
  text-align: left;
}
.header .all-menu-con .header_nav .nav_link .divHover .hover2dep a {
  display: block;
  font-size: 14px;
  line-height: 1.4;
  color: #5D5D5D;
  text-wrap: wrap;
}
.header .all-menu-con .header_nav .nav_link .divHover .hover2dep a small {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  line-height: 20px;
  margin-right: 4px;
}
.header .all-menu-con .header_nav .nav_link .divHover .hover2dep a small.OpenService {
  background: #DE2324;
  color: #fff;
}
.header .all-menu-con .header_nav .nav_link .divHover .hover2dep a small.nonService {
  background: #87BBE8;
}
.header .all-menu-con .header_nav .nav_link .divHover .hover2dep ul li a span.serviceNow {
  display: inline-block;
  background: #106CBA !important;
}
.header .all-menu-con .header_nav .nav_link .divHover::after:hover .divHover {
  display: none;
}
.header .all-menu-con .header_nav .nav_link .divHover.activeBg::after {
  display: block;
}
.header .all-menu-con .header_nav .nav_link .divHover:hover .hover2dep > a {
  color: #5D5D5D;
}
.header .all-menu-con .header_nav .nav_link .show {
  display: block;
}
.header .all-menu-con .header_nav .nav_link .divHover:hover {
  border-top: 1px solid #106CBA;
}
.header .all-menu-con .header_nav .nav_link:nth-child(2) .divHover .hover2dep:nth-child(1) a,
.header .all-menu-con .header_nav .nav_link:nth-child(2) .divHover .hover2dep:nth-child(8) a,
.header .all-menu-con .header_nav .nav_link:nth-child(2) .divHover .hover2dep:nth-child(13) a {
  margin: 12px 0px 0px;
  font-size: 20px;
  font-weight: 600;
}
.header .all-menu-con .header_nav .nav_link:nth-child(2) .divHover .hover2dep:nth-child(1) a {
  margin: 0px 0px;
}
.header .all-menu-con .header_nav .nav_link:hover {
  background: #E8F4FD;
}
.header .all-menu-con .header_nav .nav_link:hover > a {
  color: #106CBA;
  font-weight: bolder;
}
.header .all-menu-con .header_nav .nav_link:hover .divHover {
  border-top: 1px solid #106CBA;
  background: #E8F4FD;
}
.header .all-menu-con .header_nav .nav_link:hover .siteMapWrap {
  position: absolute;
  left: 0;
  top: 100%;
  display: flex;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  color: #5D5D5D;
  background: #fff;
  display: none;
}
.header .all-menu-con .header_nav .nav_link:hover .siteMapWrap li {
  font-size: 15px;
}
.header .all-menu-con .header_nav .nav_link:hover .siteMapWrap li a {
  color: #5D5D5D;
}
.header .all-menu-con .navsubListOFF {
  visibility: hidden;
}
.header .all-menu-con .header_nav:hover .divHover {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border-top: 1px solid #106CBA;
}
.header .all-menu-con .header_nav:hover .nav_link a,
.header .all-menu-con .header_nav:hover .header_icon {
  color: #fff;
}
.header .all-menu-con .header_nav.headerBg::after {
  content: "";
  width: 100%;
  height: 99vh;
  height: 100%;
  background: #fff;
  position: fixed;
  z-index: -99;
  left: 0;
}
.header .all-menu-con .header_icon {
  color: #106CBA;
}
.header .all_menu {
  display: block;
  padding: 40px 10% 0;
}
.header .all_menu .siteMapHeaderWrap {
  display: flex;
  justify-content: space-between;
  display: flex;
  margin: 0 auto;
  padding-bottom: 40px;
  margin-bottom: 32px;
  border-bottom: 1px solid #fff;
}
.header .all_menu .siteMapHeaderWrap a {
  display: inline-block;
  cursor: pointer;
}
.header .all_menu .siteMapHeaderWrap a i {
  font-size: 22px;
  color: #fff;
}
.header .all_menu .mapContent {
  display: block;
  z-index: 999999;
}
.header .all_menu .mapContent .list_items {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}
.header .all_menu .mapContent .list_items h4.hoverLiTitle {
  display: inline-block;
  width: 220px;
  margin-bottom: 0px;
}
.header .all_menu .mapContent .list_items h4.hoverLiTitle a {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
}
.header .all_menu .mapContent .list_items .menu_lt {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.header .all_menu .mapContent .list_items .menu_lt li {
  margin-right: 80px;
}
.header .all_menu .mapContent .list_items .menu_lt li a {
  font-weight: 600;
  font-size: 20px;
}
.header .all_menu .mapContent .list_items .menu_lt li a small {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  line-height: 20px;
  margin-right: 4px;
}
.header .all_menu .mapContent .list_items .menu_lt li a small.OpenService {
  background: #DE2324;
  color: #fff;
}
.header .all_menu .mapContent .list_items .menu_lt li a small.nonService {
  background: #87BBE8;
}
.header .all_menu .mapContent .list_items:nth-child(2) .menu_lt {
  flex-direction: row;
}
.header .all_menu .mapContent .list_items:nth-child(2) .menu_lt div {
  width: 33.3333333333%;
}
.header .all_menu .mapContent .list_items:nth-child(2) .menu_lt div li a {
  font-size: 15px;
  font-weight: 500;
}
.header .all_menu .mapContent .list_items:nth-child(2) .menu_lt div li:nth-child(1) {
  margin-bottom: 16px;
}
.header .all_menu .mapContent .list_items:nth-child(2) .menu_lt div li:nth-child(1) a {
  font-weight: 600;
  font-size: 20px;
}
.header .all_menu .mapContent .list_items:nth-child(6) {
  display: none;
}
.header .all_menu .m_all_menu {
  display: none;
}
.header .all_menu .m_all_menu .menu_list .menu_lt_Mobile {
  display: none;
}

.header::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: #fff;
}

.header:hover .all-menu-con .header_nav .nav_link a {
  color: #106CBA;
}

.header:hover .all-menu-con .header_icon li i {
  color: #106CBA;
}

.divHover:hover .header .all-menu-con .header_nav .nav_link a {
  font-weight: bold;
  background: #000;
}

body#pageIndex .header .container .header_nav_subpage li a {
  color: #fff;
}
body#pageIndex .header .container .header_icon_subPages ul li i {
  color: #fff;
}
body#pageIndex .header:hover .container .header_nav_subpage li a {
  color: #106CBA;
}
body#pageIndex .header:hover .container .header_icon_subPages ul li i {
  color: #106CBA;
}

.sub_cont_top .sub_cont_menu_service ul .serviceTabLink {
  cursor: pointer;
}
.sub_cont_top .sub_cont_menu_service ul li.active {
  color: #106CBA;
}

.sub_cont .container .searchBbsWrap {
  display: flex;
  justify-content: center;
  margin: 32px auto 0px;
  line-height: 1;
}
.sub_cont .container .searchBbsWrap input#srchKeyword, .sub_cont .container .searchBbsWrap button {
  display: inline-block;
  width: 10%;
}
.sub_cont .container .searchBbsWrap input#srchKeyword {
  width: 20%;
}
.sub_cont .service_top_img .container .service_top_title .sub_qr {
  display: none;
}

.serviceTabs {
  display: none;
}
.serviceTabs .service_main {
  padding-top: 40px;
  border-top: 1px solid #C4C4C4;
}
.serviceTabs .service_main .serviceMainWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 100px;
}
.serviceTabs .service_main .serviceMainWrap .serviceBox {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: calc(33.3333333333% - 40px);
  height: 430px;
  background: #FAFAFA;
  padding-bottom: 28px;
}
.serviceTabs .service_main .serviceMainWrap .serviceBox h3 {
  height: 60px;
  background: #87BBE8;
  color: #fff;
  line-height: 1;
  margin-bottom: 0px;
  font-size: 25px;
  line-height: 60px;
  font-weight: 600;
  text-wrap: wrap;
}
.serviceTabs .service_main .serviceMainWrap .serviceBox p {
  height: 196px;
  padding: 16px 44px 0px;
  font-size: 20px;
}
.serviceTabs .service_main .serviceMainWrap .serviceBox .serviceImgWrap {
  display: block;
  margin: 0 auto;
  height: 174px;
}
.serviceTabs .service_main .serviceMainWrap .serviceBox .serviceImgWrap span {
  display: block;
  margin-top: 28px;
  font-weight: bold;
}

.active {
  display: block;
}

body .Service-depth ul {
  display: none;
  justify-content: flex-start;
  gap: 2.0833vw;
}
body .Service-depth ul li {
  line-height: 1;
  padding: 20px 0px;
  text-wrap: nowrap;
}
body .Service-depth ul li a {
  font-size: 15px;
  font-weight: 600;
  color: #C4C4C4;
}
body .Service-depth ul li a span {
  margin-right: 4px;
  padding: 4px;
  font-size: 12px;
  font-weight: 400;
  border-radius: 50%;
  background: #C4C4C4;
  color: #fff;
}
body .Service-depth ul li a.active {
  color: #106CBA;
}
body .Service-depth ul li a.active span {
  background: #DE2324;
}
body .Service-depth ul li a.active span.serviceNon {
  background: #87BBE8;
}
body .Service-depth ul li a:hover {
  color: #106CBA;
}
body .Service-depth ul li a:hover span {
  background: #DE2324;
}
body .Service-depth ul.active {
  display: flex;
}
body .service .section #sec01 .service_qrWrap .mobileLink {
  display: none;
}
body .subContSubTitle {
  display: none;
  cursor: auto;
}
body .subContSubTitle li {
  color: #106CBA;
}
body .subPageDepth {
  display: flex;
  justify-content: space-between;
}
body .subPageDepth ul {
  display: flex;
  justify-content: flex-start;
  gap: 8px 40px;
  padding: 20px 0px;
}
body .subPageDepth ul li {
  line-height: 1;
}
body .subPageDepth ul li a {
  font-size: 15px;
  font-weight: 600;
  color: #C4C4C4;
}
body .subPageDepth ul li a.active {
  color: #106CBA;
  font-weight: 600;
  font-size: 18px;
  transition: 0.3s;
}
body .subPageDepth ul li:hover a {
  color: #106CBA;
}
body .subPageDepth #moreView {
  display: none;
}
body .subPageDepth .searchBbsWrap {
  display: flex;
  flex-wrap: nowrap;
  height: 85px;
  line-height: 85px;
  padding: 20px 0px;
}
body .subPageDepth .searchBbsWrap button {
  display: inline-block;
  height: 46px;
  text-wrap: nowrap;
}
body .subPageDepth .searchBbsWrap button.srchBtnClass {
  padding: 0.375rem 0.75rem;
  border: 1px solid #ced4da;
}
body .subPageDepth .searchBbsWrap button:first-child {
  color: #fff;
}
body .subPageDepth .searchBbsWrap input#srchKeyword {
  display: inline-block;
  width: 200px;
  line-height: 2;
}
body .subPageDepth .searchBbsWrap a.writeAbtn {
  display: inline-block;
  width: 120px;
  border: 1px solid #5D5D5D;
  background: #106CBA;
  color: #fff;
  border: none;
  line-height: 45px;
  font-size: 14px;
  border-radius: 4px;
  text-align: center;
}
body .subPageDepth .searchBbsWrap button.writeAbtn {
  display: inline-block;
  width: 120px;
  height: 45px;
  background: #106CBA;
  color: #fff;
  border: none;
  font-size: 14px;
  border-radius: 4px;
  text-align: center;
}
body .subPageDepth .searchOnlyWrap {
  display: flex;
  flex-wrap: nowrap;
  width: 29%;
  padding: 20px 0px;
  line-height: 2;
}
body .subPageDepth .searchOnlyWrap button {
  display: inline-block;
  padding: 0.375rem 0.75rem;
  border: 1px solid #5D5D5D;
}
body .subPageDepth .searchOnlyWrap button:first-child {
  color: #fff;
}
body .subPageDepth .searchOnlyWrap button:last-child {
  background: #106CBA;
  color: #fff;
  border: none;
}
body .subPageDepth .searchOnlyWrap input#srchKeyword {
  display: inline-block;
  width: 200px;
  line-height: 2;
}
body .subPageDepth .searchOnlyWrap a.writeAbtn {
  display: inline-block;
  border: 1px solid #5D5D5D;
  background: #106CBA;
  color: #fff;
  border: none;
  padding: 0.375rem 0.75rem;
  border-radius: 4px;
}

@media screen and (max-width: 1660px) {
  body * .container {
    padding: 0px 1.8611vw;
  }
  body * .sub_cont_top.new {
    padding: 1.6667vw 1.8611vw 0px;
  }
  body .Service-depth {
    padding: 0px 1.8611vw;
  }
  body#pageLogin * .containerLogin {
    padding: 20px 8.8611vw;
  }
}
@media screen and (max-width: 1024px) {
  .header {
    position: absolute;
    z-index: 9999;
    width: 100%;
    transition: 0.6s;
    top: 0;
  }
  .header .all-menu-con .m_logo {
    display: none;
  }
  .header .all-menu-con .header_nav {
    visibility: visible;
  }
  .header .all-menu-con .header_nav .nav_link {
    display: inline-block;
    width: 20%;
    text-align: left;
    margin-right: 16px;
    margin-right: 0.8333vw;
  }
  .header .all-menu-con .header_nav .nav_link a {
    display: inline-block;
    height: inherit;
    color: #106CBA;
    font-size: 20px;
    text-wrap: nowrap;
    padding-left: 8px;
    padding-left: 0.4167vw;
  }
  .header .all-menu-con .header_nav .nav_link a:hover {
    color: #106CBA;
  }
  .header .all-menu-con .header_nav .nav_link .divHover {
    display: none;
    padding-top: 20px;
    height: calc(99vh - 114px);
    background: #fff;
    transition: 0.3s;
  }
  .header .all-menu-con .header_nav .nav_link .divHover .hover2dep {
    margin-bottom: 12px;
    margin-bottom: 0.625vw;
    text-align: left;
  }
  .header .all-menu-con .header_nav .nav_link .divHover .hover2dep a {
    display: block;
    font-size: 14px;
    line-height: 1.4;
    color: #5D5D5D;
    text-wrap: wrap;
  }
  .header .all-menu-con .header_nav .nav_link .divHover .hover2dep a small {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    line-height: 20px;
    margin-right: 4px;
  }
  .header .all-menu-con .header_nav .nav_link .divHover .hover2dep a small.OpenService {
    background: #DE2324;
    color: #fff;
  }
  .header .all-menu-con .header_nav .nav_link .divHover .hover2dep a small.nonService {
    background: #87BBE8;
  }
  .header .all-menu-con .header_nav .nav_link .divHover .hover2dep ul li a span.serviceNow {
    display: inline-block;
    background: #106CBA !important;
  }
  .header .all-menu-con .header_nav .nav_link .divHover::after:hover .divHover {
    display: none;
  }
  .header .all-menu-con .header_nav .nav_link .divHover.activeBg::after {
    display: block;
  }
  .header .all-menu-con .header_nav .nav_link .divHover:hover .hover2dep > a {
    color: #5D5D5D;
  }
  .header .all-menu-con .header_nav .nav_link .show {
    display: block;
  }
  .header .all-menu-con .header_nav .nav_link .divHover:hover {
    border-top: 1px solid #106CBA;
  }
  .header .all-menu-con .header_nav .nav_link:nth-child(2) .divHover .hover2dep:nth-child(1) a,
  .header .all-menu-con .header_nav .nav_link:nth-child(2) .divHover .hover2dep:nth-child(8) a,
  .header .all-menu-con .header_nav .nav_link:nth-child(2) .divHover .hover2dep:nth-child(13) a {
    margin: 12px 0px 0px;
    font-size: 20px;
    font-weight: 600;
  }
  .header .all-menu-con .header_nav .nav_link:hover {
    background: #E8F4FD;
  }
  .header .all-menu-con .header_nav .nav_link:hover > a {
    color: #106CBA;
    font-weight: bolder;
  }
  .header .all-menu-con .header_nav .nav_link:hover .divHover {
    border-top: 1px solid #106CBA;
    background: #E8F4FD;
  }
  .header .all-menu-con .header_nav .nav_link:hover .siteMapWrap {
    position: absolute;
    left: 0;
    top: 100%;
    display: flex;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    color: #5D5D5D;
    background: #fff;
    display: none;
  }
  .header .all-menu-con .header_nav .nav_link:hover .siteMapWrap li {
    font-size: 15px;
  }
  .header .all-menu-con .header_nav .nav_link:hover .siteMapWrap li a {
    color: #5D5D5D;
  }
  .header .all-menu-con .navsubListOFF {
    visibility: hidden;
  }
  .header .all-menu-con .header_nav:hover .divHover {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    border-top: 1px solid #106CBA;
  }
  .header .all-menu-con .header_nav:hover .nav_link a,
  .header .all-menu-con .header_nav:hover .header_icon {
    color: #fff;
  }
  .header .all-menu-con .header_nav.headerBg::after {
    content: "";
    width: 100%;
    height: 99vh;
    background: #fff;
    position: fixed;
    z-index: -99;
    left: 0;
  }
  .header .all-menu-con .header_icon {
    color: #106CBA;
  }
  .header .all_menu {
    display: block;
    padding: 40px 10% 0;
  }
  .header .all_menu .siteMapHeaderWrap {
    display: flex;
    justify-content: space-between;
    display: flex;
    margin: 0 auto;
    padding-bottom: 40px;
    margin-bottom: 32px;
    border-bottom: 1px solid #fff;
  }
  .header .all_menu .siteMapHeaderWrap a {
    display: inline-block;
    cursor: pointer;
  }
  .header .all_menu .siteMapHeaderWrap a i {
    font-size: 22px;
    color: #fff;
  }
  .header .all_menu .mapContent {
    display: block;
    z-index: 999999;
  }
  .header .all_menu .mapContent .list_items {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
  }
  .header .all_menu .mapContent .list_items h4.hoverLiTitle {
    display: inline-block;
    width: 220px;
    margin-bottom: 0px;
  }
  .header .all_menu .mapContent .list_items h4.hoverLiTitle a {
    color: #fff;
    font-weight: bold;
    font-size: 24px;
  }
  .header .all_menu .mapContent .list_items .menu_lt {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .header .all_menu .mapContent .list_items .menu_lt li {
    margin-right: 80px;
  }
  .header .all_menu .mapContent .list_items .menu_lt li a {
    font-weight: 600;
    font-size: 20px;
  }
  .header .all_menu .mapContent .list_items .menu_lt li a small {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    line-height: 20px;
    margin-right: 4px;
  }
  .header .all_menu .mapContent .list_items .menu_lt li a small.OpenService {
    background: #DE2324;
    color: #fff;
  }
  .header .all_menu .mapContent .list_items .menu_lt li a small.nonService {
    background: #87BBE8;
  }
  .header .all_menu .mapContent .list_items:nth-child(2) .menu_lt {
    flex-direction: row;
  }
  .header .all_menu .mapContent .list_items:nth-child(2) .menu_lt div {
    width: 33.3333333333%;
  }
  .header .all_menu .mapContent .list_items:nth-child(2) .menu_lt div li a {
    font-size: 15px;
    font-weight: 500;
  }
  .header .all_menu .mapContent .list_items:nth-child(2) .menu_lt div li:nth-child(1) {
    margin-bottom: 16px;
  }
  .header .all_menu .mapContent .list_items:nth-child(2) .menu_lt div li:nth-child(1) a {
    font-weight: 600;
    font-size: 20px;
  }
  .header .all_menu .mapContent .list_items:nth-child(6) {
    display: none;
  }
  .header .all_menu .m_all_menu {
    display: none;
  }
  .header .all_menu .m_all_menu .menu_list .menu_lt_Mobile {
    display: none;
  }
  .service .section #sec01 .service_qrWrap .mobileLink {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .header {
    position: absolute;
    z-index: 9999;
    width: 100%;
    transition: 0.6s;
    top: 0;
  }
  .header .all-menu-con .m_logo {
    display: inline-block;
    max-width: 110px;
  }
  .header .all-menu-con .m_logo img {
    width: 100%;
  }
  .header .all-menu-con .header_nav {
    display: none;
  }
  .header .all-menu-con .navsubListOFF {
    visibility: hidden;
  }
  .header .all-menu-con .header_nav:hover .divHover {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    border-top: 1px solid #106CBA;
  }
  .header .all-menu-con .header_nav:hover .nav_link a,
  .header .all-menu-con .header_nav:hover .header_icon {
    color: #fff;
  }
  .header .all-menu-con .header_nav.headerBg::after {
    content: "";
    width: 100%;
    height: calc(100vh - 112px);
    height: 97vh;
    background: #fff;
    position: fixed;
    z-index: -99;
    left: 0;
  }
  .header .all-menu-con .header_icon {
    display: inline-block;
    color: #106CBA;
  }
  .header .all-menu-con .header_icon ul li a i {
    color: #5D5D5D;
    font-size: 24px;
  }
  .header .all_menu {
    display: block;
    padding: 0;
    height: 100vh;
    background: transparent;
  }
  .header .all_menu .siteMapHeaderWrap {
    display: none;
  }
  .header .all_menu .siteMapHeaderWrap a {
    display: inline-block;
    cursor: pointer;
  }
  .header .all_menu .siteMapHeaderWrap a i {
    font-size: 16px;
    color: #5D5D5D;
  }
  .header .all_menu .mapContent {
    display: none;
  }
  .header .all_menu .m_all_menu {
    display: block;
    margin: 0px;
    padding: 16px;
    height: 100vh;
    background: #106CBA;
  }
  .header .all_menu .m_all_menu .mobileMenuHeader {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 40px;
  }
  .header .all_menu .m_all_menu .mobileMenuHeader a {
    display: inline-block;
    line-height: 1;
    border-bottom: none;
  }
  .header .all_menu .m_all_menu .mobileMenuHeader a img {
    width: 100%;
  }
  .header .all_menu .m_all_menu .menu_list span {
    width: 100%;
    cursor: pointer;
    display: block;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    line-height: 2;
    border-bottom: 1px solid #fff;
    margin-bottom: 8px;
  }
  .header .all_menu .m_all_menu .menu_list.active .menu_lt_Mobile {
    display: block;
  }
  .header .all_menu .m_all_menu .menu_list.active .menu_lt_Mobile li a small {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    line-height: 20px;
    margin-right: 4px;
  }
  .header .all_menu .m_all_menu .menu_list.active .menu_lt_Mobile li a small.OpenService {
    background: #DE2324;
    color: #fff;
  }
  .header .all_menu .m_all_menu .menu_list.active .menu_lt_Mobile li a small.nonService {
    background: #5D5D5D;
  }
  .header .allmenu-on {
    height: 100vh;
  }
  .header .allmenu-on .m_all_menu {
    height: -moz-fit-content;
    height: fit-content;
  }
  .header .allmenu-on .m_all_menu::after {
    content: "";
    display: block;
    width: 100%;
    height: 100vw;
    background: #106CBA;
  }
  .sub_cont_top.new .sub_cont_top_bg {
    background: url("../img/bg_01.png") no-repeat;
    background-size: contain;
    height: 170px;
    padding-top: 24px;
  }
  .sub_cont_top.new .sub_cont_top_bg p {
    font-size: 16px;
    text-wrap: wrap;
  }
  .sub_cont_top.new .pc {
    display: block;
  }
  .sub_cont_top.new .sub_cont_menu {
    margin: 16px 0;
  }
  .sub_cont_top.new .sub_cont_menu ul {
    width: 100%;
    padding: 0px;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #C4C4C4;
    padding-bottom: 12px;
    gap: 0px 2px;
  }
  .sub_cont_top.new .sub_cont_menu ul .serviceTabLink {
    width: 33.3333333333%;
    cursor: pointer;
    color: #C4C4C4;
    font-size: 18px;
    text-align: center;
  }
  .sub_cont_top.new .sub_cont_menu ul li.active {
    color: #106CBA;
  }
  .sub_cont_top.new .sub_cont_menu_service {
    margin: 16px 0;
  }
  .sub_cont_top.new .sub_cont_menu_service ul {
    width: 100%;
    padding: 0px;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #C4C4C4;
    padding-bottom: 12px;
    gap: 0px;
  }
  .sub_cont_top.new .sub_cont_menu_service ul .serviceTabLink {
    width: 33.3333333333%;
    cursor: pointer;
    color: #C4C4C4;
    font-size: 18px;
    text-align: center;
  }
  .sub_cont_top.new .sub_cont_menu_service ul li.active {
    color: #106CBA;
  }
  .serviceTabs .service_main {
    padding-top: 40px;
    border-top: none;
  }
  .serviceTabs .service_main .container {
    margin-top: 0px;
  }
  .serviceTabs .service_main .serviceMainWrap {
    display: block;
    margin-bottom: 100px;
  }
  .serviceTabs .service_main .serviceMainWrap .serviceBox {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%;
    height: 430px;
    background: #FAFAFA;
    padding-bottom: 28px;
    margin-bottom: 16px;
  }
  .serviceTabs .service_main .serviceMainWrap .serviceBox h3 {
    height: 60px;
    background: #87BBE8;
    color: #fff;
    line-height: 1;
    padding: 16px 0px;
    margin-bottom: 0px;
  }
  .serviceTabs .service_main .serviceMainWrap .serviceBox p {
    height: 196px;
    padding: 16px 44px 0px;
    font-size: 20px;
  }
  .serviceTabs .service_main .serviceMainWrap .serviceBox .serviceImgWrap {
    display: block;
    margin: 0 auto;
    height: 174px;
  }
  .serviceTabs .service_main .serviceMainWrap .serviceBox .serviceImgWrap span {
    display: block;
    margin-top: 28px;
    font-weight: bold;
  }
  body {
    overflow-x: hidden;
  }
  body .subPageDepth {
    display: block;
  }
  body .sub_cont_top.new .sub_cont_menu .loginPageDepth ul.subPageDepthUl {
    display: flex;
    gap: 0;
    padding: 0px;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 60px;
    overflow-y: hidden;
    border-bottom: 1px solid #C4C4C4;
    margin-bottom: 32px;
  }
  body .sub_cont_top.new .sub_cont_menu .loginPageDepth ul.subPageDepthUl li {
    display: inline-block;
    width: 25%;
    text-align: center;
    line-height: 40px;
    text-wrap: nowrap;
  }
  body .sub_cont_top.new .sub_cont_menu .loginPageDepth ul.subPageDepthUl li a {
    display: inline-block;
    width: 100%;
    color: #5D5D5D;
    font-size: 14px;
    font-weight: 500;
  }
  body .sub_cont_top.new .sub_cont_menu .loginPageDepth ul.subPageDepthUl li a span {
    margin-right: 4px;
    padding: 4px;
    font-size: 12px;
    font-weight: 400;
    border-radius: 50%;
    background: #C4C4C4;
    color: #212529;
  }
  body .sub_cont_top.new .sub_cont_menu .loginPageDepth ul.subPageDepthUl li a.active {
    color: #106CBA;
    font-weight: 600;
  }
  body .sub_cont_top.new .sub_cont_menu .loginPageDepth ul.subPageDepthUl li a.active span {
    background: #DE2324;
  }
  body .sub_cont_top.new .sub_cont_menu .loginPageDepth ul.subPageDepthUl li a.active span.serviceNon {
    background: #87BBE8;
  }
  body .sub_cont_top.new .sub_cont_menu .loginPageDepth ul.subPageDepthUl li a:hover {
    color: #106CBA;
  }
  body .sub_cont_top.new .sub_cont_menu .loginPageDepth ul.subPageDepthUl li a:hover span {
    background: #DE2324;
  }
  body .sub_cont_top.new .sub_cont_menu .loginPageDepth ul.subPageDepthUl li:hover a {
    color: #106CBA;
  }
  body .sub_cont_top.new .sub_cont_menu .loginPageDepth ul.subPageDepthUl li.active a {
    color: #106CBA;
  }
  body .sub_cont_top.new .sub_cont_menu .loginPageDepth ul.subPageDepthUl.fitContent {
    height: -moz-fit-content;
    height: fit-content;
  }
  body .sub_cont_top.new .sub_cont_menu .loginPageDepth #moreView {
    display: none;
  }
  body .Service-depth {
    padding: 0px 5%;
  }
  body .Service-depth ul {
    display: none;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2.0833vw;
  }
  body .Service-depth ul li {
    line-height: 1;
    width: 45%;
    padding: 16px 0px;
  }
  body .Service-depth ul li a {
    font-size: 15px;
    font-weight: 600;
    color: #C4C4C4;
  }
  body .Service-depth ul li a span {
    margin-right: 4px;
    padding: 4px;
    font-size: 12px;
    font-weight: 400;
    border-radius: 50%;
    background: #C4C4C4;
    color: #fff;
  }
  body .Service-depth ul li a.active {
    color: #106CBA;
  }
  body .Service-depth ul li a.active span {
    background: #DE2324;
  }
  body .Service-depth ul li a.active span.serviceNon {
    background: #87BBE8;
  }
  body .Service-depth ul li a:hover {
    color: #106CBA;
  }
  body .Service-depth ul li a:hover span {
    background: #DE2324;
  }
  body .Service-depth ul.active {
    display: flex;
  }
  body .subPageDepth .searchBbsWrap input#srchKeyword {
    width: 100%;
  }
  body .subPageDepth ul.subPageDepthUl {
    display: flex;
    gap: 1vw;
    padding: 0px;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow-y: hidden;
  }
  body .subPageDepth ul.subPageDepthUl li.subTabs {
    display: inline-block;
    text-align: center;
    padding: 0px;
  }
  body .subPageDepth ul.subPageDepthUl li.subTabs a {
    display: inline-block;
    width: 100%;
    color: #5D5D5D;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
  }
  body .subPageDepth ul.subPageDepthUl li.subTabs a span {
    margin-right: 4px;
    padding: 4px;
    font-size: 12px;
    font-weight: 400;
    border-radius: 50%;
    background: #C4C4C4;
    color: #212529;
  }
  body .subPageDepth ul.subPageDepthUl li.subTabs a.active {
    color: #106CBA;
    font-weight: 600;
    font-size: 16px;
    transition: 0;
  }
  body .subPageDepth ul.subPageDepthUl li.subTabs a.active span {
    background: #DE2324;
  }
  body .subPageDepth ul.subPageDepthUl li.subTabs a.active span.serviceNon {
    background: #87BBE8;
  }
  body .subPageDepth ul.subPageDepthUl li.subTabs a:hover {
    color: #106CBA;
  }
  body .subPageDepth ul.subPageDepthUl li.subTabs a:hover span {
    background: #DE2324;
  }
  body .subPageDepth ul.subPageDepthUl li:hover a {
    color: #106CBA;
  }
  body .subPageDepth ul.subPageDepthUl li.active a {
    color: #106CBA;
    font-weight: 600;
  }
  body .subPageDepth ul.subPageDepthUl.fitContent {
    height: -moz-fit-content;
    height: fit-content;
  }
  body .subPageDepth #moreView {
    display: none;
    text-align: center;
    color: #5D5D5D;
    font-size: 14px;
    cursor: pointer;
    margin: 12px auto 20px;
    line-height: 1;
  }
  body .subPageDepth #moreView i {
    display: inline-block;
    padding-left: 4px;
    font-size: 16px;
  }
  body .subPageDepth #moreView i.rotateI {
    transform: rotate(-180deg);
  }
  body .sub_cont .container .searchBbsWrap {
    display: flex;
    justify-content: center;
    margin: 32px auto 0px;
    line-height: 1;
  }
  body .sub_cont .container .searchBbsWrap input#srchKeyword, body .sub_cont .container .searchBbsWrap button {
    display: inline-block;
  }
  body .sub_cont .container .searchBbsWrap input#srchKeyword {
    width: 80%;
  }
}/*# sourceMappingURL=style-re.css.map */