@charset "utf-8";


.login_div {
  font-size: 15px;
  color: #333;
}
.login_div .user {
  position: relative;
  margin-right: 5px;
  padding-right: 5px;
}
.login_div .user::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 60%;
  background-color: #333;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}


.con_container {
  color: #1e1e1e;
}

.con_text strong {
  font-weight: 700;
}


.page_intro {
  color: #1e1e1e;
}



.apply_system .category_list {
  border: 1px solid rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
}
.apply_system .category_item {
  flex: 1;
  background-color: #F6F6F6;
}
.apply_system .category_link {
  color: #666;
  height: 49px;
  font-weight: 600;
}
.apply_system .category_item + .category_item {
  border-left: solid 1px rgba(0, 0, 0, 0.08);
}
.apply_system .category_item .category_link::after,
.apply_system .category_item .category_link::before {
  display: none;
}

.apply_system .category_item.ui-on {
  background-color: #283799;
}
.apply_system .category_item.ui-on .category_link {
  color: #fff;
}




.apply_system .category {
  margin-bottom: 60px;
}
.apply_system .page_intro {
  padding-top: 0;
}
.apply_system .desc-txt {
  font-size: 15px;
  margin-top: 8px;
}
.apply_system .desc-txt + .con_text {
  margin-top: 20px;
}
.apply_system .system_table {
  border-top: solid 1px;
}


@media (min-width: 1025px) {
  .apply_system .con_left {
    display: inline-block;
    width: 95px;
    vertical-align: top;
  }

  .apply_system .con_right {
    display: inline-block;
    width: calc(100% - 95px);
    padding-left: 98px;
    vertical-align: top;
  }
}



@media (max-width: 768px) {
  .apply_system .category_list {
    display: none;
  }
}






/* subvisual & sidenav 2025 */
/* 기존 common_2025에 있던 퍼블 스타일 코드 */

.hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip-path: polygon(0 0, 0 0, 0 0);
}

.subvisual {
  height: 160px !important;
  display: flex;
  align-items: center;
  border-bottom: solid 1px #e0e0e0;
  position: relative;
  background-color: #fff;
  transition: height 0.3s;
  z-index: 99;
}
.subvisual.pin {
  height: 88px !important;
}
.subvisual.pin .subvisual-tit {
  font-size: 28px;
}


.mb-sub-nav {
  display: none;
}

.subvisual-inner {
  padding: 0 100px;
}
.subvisual-tit {
  color: #1B51E9;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.4px;
  transition: 0.3s;
}


.side-wrap {
  display: flex;
  margin-top: 20px;
  justify-content: space-between;
}


.sub-sidenav {
  width: 428px;
  height: 100vh;
  transition: margin-top 0.3s;
}
.sub-sidenav.pin {
  margin-top: -78px !important;
}
.sub-sidenav-inner {
  border-top: solid 1px #e0e0e0;
  border-right: solid 1px #e0e0e0;
  border-top-right-radius: 12px;
  transition: 0.5s;
  height: 100%;
}
.sub-sidenav .dep01-list:first-child a {
  border-top-right-radius: 12px;
}
.sub-sidenav .dep01-list > a {
  display: flex;
  align-items: center;
  height: 72px;
  padding-left: 100px;
  background-color: #fff;
  color: #333;
  font-size: 18px;
  font-weight: 600;
  position: relative;
}
.sub-sidenav .dep01-list > a i {
  background: url('../img/ico-sidedown.png') no-repeat center / cover;
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(0deg);
  transition: 0.3s;
}
.sub-sidenav .dep01-list a:hover,
.sub-sidenav .dep01-list a:focus,
.sub-sidenav .dep01-list a:active {
  text-decoration: none !important;
}
.sub-sidenav .dep01-list.active > a {
  background-color: #1B51E9;
  color: #fff;
}
.sub-sidenav .dep01-list.active > a i {
  transform:  translateY(-50%) rotate(-180deg);
}
.sub-sidenav .dep01-list.line > a {
  border-top: solid 1px #e0e0e0;
  border-bottom: solid 1px #e0e0e0;
}
.sub-sidenav .side-dep02-list {
  background-color: #F4F4F4;
  display: none;
}
.sub-sidenav .dep02-list > a {
  height: 60px;
  display: flex;
  padding-left: 120px;
  align-items: center;
  font-size: 16px;
  color: #333;
}
.sub-sidenav .dep02-list.active > a {
  font-weight: 700;
  color: #1b51e9;
}



.sub-sidenav02-warp {
  position: absolute;
  min-height: 100vh;
  left: 100px;
}

.sub-sidenav02 {
  position: sticky;
  top: 30px;
  width: 200px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10), 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
  border-top-right-radius: 20px;
}
.sub-sidenav02 .tit {
  background-color: #25359F;
  height: 80px;
  display: flex;
  align-items: center;
  padding-left: 24px;
  border-top-right-radius: 20px;
}
.sub-sidenav02 .tit h3 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
.sub-sidenav02 .side-dep01-list {
  background-color: #fff;
}
.sub-sidenav02 .dep01-list + .dep01-list {
  border-top: solid 1px #e3e3e3;
}
.sub-sidenav02 .dep01-list > a {
  color: #374151;
  font-size: 16px;
  font-weight: 600;
  height: 58px;
  display: flex;
  align-items: center;
  padding: 8px 24px;
  position: relative;
}
.sub-sidenav02 .dep01-list > a i {
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  top: 50%;
  right: 24px;
  transform: translateY(-50%) rotate(0deg);
  background: url('../img/ico-sidedown.png') no-repeat center / cover;
}
.sub-sidenav02 .dep01-list.active > a {
  background-color: #416FEF;
  color: #fff;
}
.sub-sidenav02 .dep01-list.active > a i {
  transform: translateY(-50%) rotate(180deg);
}
.sub-sidenav02 .side-dep02-list {
  background-color: #f4f4f4;
  display: none;
}
.sub-sidenav02 .dep02-list + .dep02-list {
  border-top: solid 1px #e3e3e3;
}
.sub-sidenav02 .dep02-list a {
  height: 58px;
  display: flex;
  align-items: center;
  padding: 8px 32px;
  font-size: 16px;
  color: #374151;
  font-weight: 600;
  position: relative;
  transition: 0.3s;
}
.sub-sidenav02 .dep02-list.active a {
  color: #416FEF;
}
.sub-sidenav02 .dep02-list.active a::before {
  width: 3px;
  height: 100%;
  background-color: #416FEF;
  position: absolute;
  content: '';
  left: 0;
}




.side-content {
  width: calc(100% - 448px);
  padding-right: 100px;
  padding-bottom: 100px;
}


.popup-wrap {
  position: fixed;
  background-color: rgba(0, 0, 0, 30%);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none;
  /* display: block; */
}
.popup-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 848px;
  width: 90%;
  background-color: #fff;
  border-radius: 12px;
}
.popup-tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 20px 10px;
}
.popup-tit p {
  font-size: 24px;
  font-weight: 600;
  color: #111;
}
.popup-tit .close-btn {
  width: 40px;
  height: 40px;
  background: url('../img/ico-popup-close.png') no-repeat center / cover;
}
.popup-scroll {
  padding-right: 4px;
  padding-bottom: 8px;
}
.popup-scroll .popup-cont {
  max-height: 680px;
  overflow-y: auto;
}
.popup-scroll .popup-cont::-webkit-scrollbar{
	width: 5px;
	height: 5px;
}
.popup-scroll .popup-cont::-webkit-scrollbar-thumb {
background-color:#D9D9D9;
border-radius:8px;
transition:all 0.5s;
}
.popup-scroll .popup-cont::-webkit-scrollbar-track {
background-color:transparent;
}
.popup-cont {
  padding: 10px 20px 20px;
}
.pop-desc {
  margin-bottom: 20px;
}
.pop-desc p {
  font-size: 16px;
  line-height: 26px;
  color: #666;
  padding-left: 10px;
  position: relative;
}
.pop-desc p::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #e0e0e0;
  width: 2px;
  height: 77%;
  transform: translateY(-50%);
}
.pop-step-box {
  border: solid 1px #e0e0e0;
  border-radius: 12px;
  overflow: hidden;
}
.pop-step-box + .pop-step-box {
  margin-top: 20px;
}
.pop-step-box .step-box {
  background-color: #f4f4f4;
  padding: 20px 20px 40px;
}
.pop-step-box .step-box .tit {
  margin-bottom: 48px;
}
.pop-step-box .step-box .tit p {
  font-size: 20px;
  font-weight: 600;
  color: #111;
  line-height: 28px;
}
.pop-step-box .step-list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.pop-step-box .step-list ul.col-3 .list {
  width: 33.3%;
}
.pop-step-box .step-list .list {
  width: 25%;
  padding: 0 20px;
  position: relative;
}
.pop-step-box .step-list .list + .list::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url('../img/ico-arrow-right.png') no-repeat center / cover;
  width: 24px;
  height: 24px;
  left: -10px;
}
.pop-step-box .step-list .list .box {
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
  border: 1px dashed rgba(0, 0, 0, 0.08);
  text-align: center;
}
.pop-step-box .step-list .list .box p {
  font-size: 18px;
  font-weight: 600;
  color: #666;
}
.pop-step-box .step-list .list.active .box {
  box-shadow: 0px 4px 6px -1px rgba(46, 46, 46, 0.10), 0px 2px 4px -1px rgba(46, 46, 46, 0.06);
  border-style: solid;
}
.pop-step-box .step-list .list.active .box p {
  color: #1B51E9;
}
.pop-step-box .step-list .list .active-txt {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #003ED1;
  padding: 10px;
  border-radius: 8px;
  top: -35px;
}
.pop-step-box .step-list .list .active-txt::after {
  content: '';
  position: absolute;
  border-color: #003ED1 transparent transparent; 
  border-style: solid; 
  border-width: 18px 9px 0; 
  float: left; 
  height: 0; 
  width: 0;
  left: 50%;
  transform: translateX(-50%);
}
.pop-step-box .step-list .list .active-txt p {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
.pop-step-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  font-size: 16px;
  font-weight: 700;
  color: #1b51e9;
}
.pop-step-btn:focus,
.pop-step-btn:active,
.pop-step-btn:hover {
  text-decoration: none;
}

.rel {
  position: relative;
}

@media(max-width:1800px) {
  .sub-sidenav02-warp {
    left: 50px;
  }
}


@media(max-width:1600px) {
  .sub-sidenav, .sub-sidenav02-warp {
    display: none;
  }
  .side-content {
    width: 90%;
    padding: 0 0 100px;
    margin: 0 auto;
  }

  .mb-sub-nav {
    display: block;
    border-bottom: solid 1px #e0e0e0;
    height: 50px;
    background-color: #fff;
  }
  .mb-sub-nav .maxinner {
    display: flex;
    align-items: center;
    margin: 0 auto;
    width: 95%;
    height: 100%;
  }
  .mb-sub-nav .home {
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mb-sub-nav .home a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: url('../img/ico-home.png') no-repeat center / cover;
    width: 16px;
    height: 17px;
  }
  .mb-sub-navlist {
    height: 100%;
  }
  .mb-sub-navlist .nav-list {
    position: relative;
    width: 200px;
    height: 100%;
    z-index: 1;
  }
  .mb-sub-navlist .nav-list::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: #e0e0e0;
    width: 1px;
    height: 16px;
  }
  .mb-sub-navlist .nav-list .btn {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 16px;
    cursor: pointer;
    transition: 0.3s;
    background: url('../img/ico-arrow-nav.png') no-repeat 90% 50% / 13px 13px;
  }
  .mb-sub-navlist .nav-list .btn p {
    color: #111;
    font-size: 16px;
    font-weight: 600;
  }
  .mb-sub-navlist .nav-list .btn:hover p {
    color: #1B51E9;
  }
  .mb-sub-list {
    position: absolute;
    top: 50px;
    background-color: #fff;
    width: 100%;
    border: solid 1px #e0e0e0;
    border-top: 0;
    display: none;
  }
  .mb-sub-list .list a {
    padding: 16px;
    font-size: 14px;
    display: flex;
    align-items: center;
    transition: 0.3s;
  }
  .mb-sub-list .list a:focus,
  .mb-sub-list .list a:active,
  .mb-sub-list .list a:hover {
    text-decoration: none;
  }
  .mb-sub-list .list a:hover {
    color: #1B51E9;
    font-weight: 500;
  }
}


@media(max-width:1024px) {
  .subvisual {
    height: 120px !important;
  }
  .subvisual-inner {
    width: 90%;
    padding: 0;
    margin: 0 auto;
  }
  .subvisual-tit {
    font-size: 28px;
  }

  .pop-step-box .step-list ul {
    margin: 0 -12px;
  }
  .pop-step-box .step-list .list {
    padding: 0 12px;
  }
  .pop-step-box .step-list .list .box {
    padding: 12px;
  }
  .pop-step-box .step-list .list .active-txt {
    padding: 4px 8px;
    top: -40px;
  }
  .pop-step-box .step-list .list .active-txt p {
    font-size: 14px;
  }
}


@media(max-width:500px) {
  .subvisual {
    height: 80px !important;
  }
  .subvisual-tit {
    font-size: 24px;
  }


  .mb-sub-nav {
    height: 40px;
  }
  .mb-sub-nav .home {
    width: 40px;
  }
  .mb-sub-nav .home a {
    width: 14px;
    height: 15px;
  }
  

  .mb-sub-navlist .nav-list {
    width: 130px;
  }
  .mb-sub-navlist .nav-list + .nav-list {
    width: 170px;
  }
  .mb-sub-navlist .nav-list .btn {
    padding: 0 10px;
    background-size: 10px 10px;
  }
  .mb-sub-navlist .nav-list .btn p {
    font-size: 15px;
  }
  .mb-sub-list {
    top: 40px;
  }
  .mb-sub-list .list a {
    padding: 10px;
  }



  .popup-tit p {
    font-size: 20px;
  }
  .popup-tit .close-btn {
    width: 30px;
    height: 30px;
  }
  .popup-scroll .popup-cont {
    max-height: 550px;
  }
  .pop-desc p {
    font-size: 14px;
    line-height: 20px;
  }
  

  .pop-step-box .step-box .tit {
    margin-bottom: 20px;
  }
  .pop-step-box .step-box {
    background-color: #f4f4f4;
    padding: 12px;
  }
  .pop-step-box .step-box .tit p {
    font-size: 16px;
    line-height: 24px;
  }
  .pop-step-box .step-list ul {
    flex-direction: column;
  }
  .pop-step-box .step-list .list {
    width: 100% !important;
  }
  .pop-step-box .step-list .list .box p {
    font-size: 14px;
  }
  .pop-step-box .step-list .list + .list {
    margin-top: 12px;
  }
  .pop-step-box .step-list .list + .list::before {
    display: none;
  }
  .pop-step-box .step-list .list .active-txt {
    top: -20px;
  }
  .pop-step-box .step-list .list .active-txt p {
    font-size: 12px;
  }
  .pop-step-box .step-list .list .active-txt::after {
    bottom: -5px;
    z-index: -1;
  }
  .pop-step-btn {
    padding: 12px;
    font-size: 14px;
  }
}



/* 웹 접근성 관련 스타일 추가 */
.skip-nav {
  position: fixed;
  width: 100%;
  background-color: #333;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 8px;
  font-weight: 500;
  top: -40px;
  transition: 0.3s;
}
.skip-nav:focus {
  top: 0;
  color: #fff;
  z-index: 9999;
}