@charset "utf-8";

@keyframes text-up {
  from {
    opacity: 0;
    transform: translateY(80px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes img-sc-up {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes ani_dropdown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

html {
  font-size: 16px;
}
.main_container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

/* HEADER  ================================================================================== */
.header {
  position: fixed;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 999;
  transition: all 0.3s ease;
}
.header:after {
  content: "";
  display: block;
  clear: both;
}
.header:hover {
  /* background: rgba(62, 112, 218, 0.9); */
  background: linear-gradient(327deg, rgba(51, 134, 255, 0.9) 0%, rgba(75, 212, 241, 0.9) 100%);
}
.header h1 {
  float: left;
  height: 90px;
  line-height: 90px;
}
.header h1 img {
  width: 190px;
  vertical-align: middle !important;
}
.header.on {
  /* background: rgba(62, 112, 218, 0.9); */
  background: linear-gradient(327deg, rgba(51, 134, 255, 0.9) 0%, rgba(75, 212, 241, 0.9) 100%);
}

.header .wrap {
  float: right;
  overflow: hidden;
}
.gnb {
  float: left;
  z-index: 800;
}
.gnb:after {
  content: "";
  display: block;
  clear: both;
}

.gnb ul > li {
  float: left;
  margin-right: 55px;
}
.gnb ul > li > a {
  position: relative;
  display: block;
  font-size: 1.5em;
  line-height: 100px;
  color: #fff;
  opacity: 0.9;
  font-weight: 700;
  text-decoration: unset;
}
.gnb ul > li > a:hover,
.gnb ul > li > a.current,
.gnb ul > li.on > a {
  opacity: 1;
  font-weight: 700;
  text-decoration: unset;
}
.gnb ul > li > a:after {
  content: "";
  width: 0;
  height: 3px;
  background: #37abff;
  position: absolute;
  bottom: -1px;
  left: 0;
  transition: all 0.3s ease;
  overflow: hidden;
  display: inline-block;
  text-decoration: unset;
}
.gnb ul > li:hover a:after,
.gnb ul > li.on > a:after {
  width: 100%;
  transition: all 0.3s ease;
}

.gnb ul ul {
  position: absolute;
  display: none;
  width: 240px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  border-radius: 1rem;
}

.gnb ul ul > li {
  float: none;
  width: 100%;
  margin: 0px;
  padding: 0px;
}
.gnb ul ul > li > a {
  display: inline-block;
  width: 100%;
  line-height: 50px;
  font-weight: 500;
  font-size: 1em;
  color: #555;
  letter-spacing: -0.75px;
  text-align: center;
  border-bottom: 1px solid #dfdfdf;
  transition: all 0.3s ease;
}
.gnb ul ul > li:last-child a {
  border: 0;
}
.gnb ul ul > li > a:after {
  display: none;
}
.gnb ul ul > li > a:hover,
.gnb ul ul > li > a.current,
.gnb ul ul > li.on > a {
  background: #2888ff;
  border-color: #2888ff;
  color: #fff;
  font-weight: 500;
}

.login_wrap {
  float: right;
  margin-top: 38px;
}
.login_wrap a i {
  padding-right: 0.5rem;
}
.login_wrap li {
  position: relative;
  display: inline-block;
  margin-left: 25px;
}
.login_wrap li a {
  color: #fff;
  font-size: 1.1em;
  opacity: 0.8;
  font-weight: 700;
}
.login_wrap li a:hover {
  opacity: 1;
}
.login_wrap li a:after {
  content: "";
  position: absolute;
  top: 0;
  left: -13px;
  bottom: 0;
  width: 1px;
  height: 0.9em;
  margin: auto;
  background: #d1d1d2;
}
.login_wrap li:first-child {
  margin: 0;
}
.login_wrap li:first-child a:after {
  display: none;
}
.login_wrap .bold {
  margin-left: 10px;
}
.login_wrap .bold a {
  background: #ff6600;
  color: #fff;
  padding: 0 12px;
  line-height: 30px;
  font-size: 0.85em;
  display: block;
  border-radius: 2px;
}
.login_wrap .bold a:after {
  display: none;
}
.login_wrap .bold:hover a {
  color: #fff;
  background: #ff6600;
}

.mobile_menu_btn,
.mobile_menu_top {
  display: none;
}

.b-stext {
  font-weight: 500;
  box-shadow: inset 0 -10px 0 #ddecff;
  padding: 0 1px;
  color: #000;
}

.b-sub-dwrap {
  margin-bottom: 4rem;
}

.b-sub-wrap {
  margin-bottom: 2rem;
}

.b-table {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}

.b-table thead th {
  padding: 12px 8px;
  font-weight: 700;
  font-size: 0.95em;
  border-bottom: 1px solid #91b5ff;
  border-right: 1px solid #91b5ff;
  color: #fff;
  text-align: center;
  background-color: #6295ff;
}

.b-table thead th:last-child {
  border-right: 0;
}

.b-table tbody th {
  font-size: 0.95em;
  background: #e6eeff;
  color: #333;
  font-weight: 700;
  line-height: 1.5;
  padding: 12px 8px;
  border-bottom: 1px solid #dee9ff;
  border-right: 1px solid #dee9ff;
  text-align: center;
}

.b-table tbody td {
  font-size: 0.95em;
  line-height: 1.5;
  padding: 12px 8px;
  border-bottom: 1px solid #dee9ff;
  border-right: 1px solid #dee9ff;
  border-left: 1px solid #dee9ff;
  background-color: #ffffff;
}

.b-table tbody td:last-child {
  border-right: 0;
}

.b-title-service-wrap {
  margin-bottom: 4rem;
}

.b-title-service-wrap:last-child {
  margin-bottom: 0;
}

.b-sub-text {
  position: relative;
  list-style: none;
  padding: 2px 0 2px 14px;
  line-height: 1.4;
  margin-bottom: 0;
}

.b-sub-text:after {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #3e70da;
}

.bb-sub-text {
  position: relative;
  list-style: none;
  padding: 2px 0 2px 18px;
  line-height: 1.4;
  margin-bottom: 0;
}

.bb-sub-text:after {
  position: absolute;
  content: "";
  display: block;
  left: 4px;
  top: 11px;
  width: 6px;
  height: 2px;
  background: #3e70da;
}

.bb-title-2-1 {
  margin-bottom: 0;
}

.b-title-1 {
  font-size: 1.8em;
  margin-bottom: 2rem;
  box-shadow: inset 0 -8px 0 #d9e6ff;
  display: inline-block;
}
.year-span {
  position: absolute;
  z-index: 999;
  top: 0.4rem;
  left: 0.4rem;
  background: aquamarine;
  padding: 0rem 0.4rem;
  border-radius: 0.4rem;
  color: #006567;
}
.b-title-1-s {
  font-size: 1.5em;
  margin-bottom: 2rem;
  box-shadow: inset 0 -8px 0 #a7f6ff;
  display: inline-block;
}

.b-title-2 {
  position: relative;
  font-size: 1.2em;
  line-height: 1.4;
  text-indent: 20px;
  font-weight: 600;
}

.b-title-2:before {
  position: absolute;
  left: 0;
  top: 6px;
  width: 12px;
  height: 12px;
  content: "";
  border: 3px solid #3e70da;
  border-radius: 0.3rem;
}

.b-title-2-1 {
  position: relative;
  list-style: none;
  padding: 2px 0 2px 26px;
  line-height: 1.4;
  margin-bottom: 0;
}

.b-title-2-1:after {
  position: absolute;
  content: "";
  display: block;
  left: 10px;
  top: 10px;
  width: 5px;
  height: 5px;
  background: #3e70da;
}

.b-title-2-2 {
  position: relative;
  list-style: none;
  padding: 2px 0 2px 26px;
  line-height: 1.4;
  margin-bottom: 0;
}

.b-title-2-3 {
  position: relative;
  list-style: none;
  padding: 2px 0 2px 40px;
  line-height: 1.4;
  margin-bottom: 0;
}

.b-title-2-3:after {
  position: absolute;
  content: "";
  display: block;
  left: 26px;
  top: 11px;
  width: 6px;
  height: 2px;
  background: #3e70da;
}

.b-title-3 {
  margin-bottom: 2rem;
  box-shadow: inset 0 -8px 0 #d9e6ff;
  display: inline-block;
}

.b-title-3-1 {
  font-weight: 600;
  font-size: 1.2em;
  margin-bottom: 0.6rem;
}

#b-left-aside {
  position: fixed;
}

#b-left-menu {
  width: 280px;
  float: left;
  position: absolute;
}

#b-left-menu h2 {
  font-weight: 700;
  display: block;
  font-size: 1.5em;
  margin-top: -100px;
  background: linear-gradient(327deg, rgb(51 134 255) 0%, rgb(75 212 241) 100%);
  color: #fff;
  letter-spacing: 5px;
  text-align: center;
  line-height: 130px;
  border-radius: 1rem;
}

#b-left-menu ul li {
  margin-bottom: 0.4rem;
}

#b-left-menu ul li {
  position: relative;
  display: block;
  line-height: 60px;
  padding: 0 1rem;
  letter-spacing: -1px;
  border: 2px solid #ededed;
  border-radius: 0.4rem;
}

#b-left-menu ul li:hover {
  border: 2px solid #3e70da;
}

#b-left-menu ul li:hover a {
  color: #3e70da;
}

#b-left-menu ul li:hover a:after {
  border: solid #3e70da;
  border-width: 2px 2px 0 0;
}

#b-left-menu ul li a {
  color: #7f7f7f;
  text-decoration: none;
  font-weight: 600;
  position: relative;
  display: block;
}

#b-left-menu ul li a:after {
  color: #7f7f7f;
  text-decoration: none;
  position: absolute;
  content: "";
  right: 8px;
  top: 26px;
  border: solid #7f7f7f;
  border-width: 2px 2px 0 0;
  padding: 3px;
  transform: rotate(45deg);
  border-radius: 2px;
}

#b-left-menu ul li.b-active {
  position: relative;
  display: block;
  line-height: 60px;
  padding: 0 1rem;
  letter-spacing: -1px;
  border: 2px solid #3e70da;
  border-radius: 0.4rem;
  color: #3e70da;
}

#b-left-menu ul li.b-active a {
  color: #3e70da;
}

#b-left-menu ul li.b-active a:after {
  border: solid #3e70da;
  border-width: 2px 2px 0 0;
}

.b-main-wrap {
  margin: 0 0 0 320px;
}
/* CONTENTS   ================================================================================== */
.sub_container {
}
.sub_cont {
  position: relative;
  min-height: 600px;
  padding: 60px 0;
}

#nt_title .page-title {
  font-family: "Pretendard";
  font-size: 42px;
  font-weight: 900;
  color: #fff;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  letter-spacing: -3px;
  line-height: 100%;
  animation: text-up 1.25s cubic-bezier(0.5, 0.2, 0, 1) forwards;
}

#nt_title .sub_visual {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  animation: img-sc-up 3s both;
}

#nt_title .breadcrumb .breadcrumb-item a {
  color: #fff;
  opacity: 0.8;
}

.lnb {
  position: relative;
  margin: -30px 0 0 0;
  background: #37abff;
  border-radius: 1rem;
}
.lnb ul {
  display: table;
  table-layout: fixed;
  text-align: center;
  width: 100%;
}
.lnb li {
  position: relative;
  display: table-cell;
}
.lnb li:after {
  content: "";
  position: absolute;
  top: 2px;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 18px;
  margin: auto;
  background: #fff;
  opacity: 0.5;
}
.lnb li:last-child:after {
  display: none;
}
.lnb li a {
  position: relative;
  display: block;
  font-family: "Pretendard-Regular";
  font-size: 1.2em;
  height: 68px;
  line-height: 68px;
  letter-spacing: -0.75px;
  color: #fff;
  opacity: 0.8;
}
.lnb li a:after {
  display: none;
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translate(-50%);
  border-top: 8px solid #37abff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 0 solid transparent;
}
.lnb .on a,
.lnb li:hover a {
  font-family: "Pretendard-Medium";
  opacity: 1;
}
.lnb .on a:after,
.lnb li:hover a:after {
  display: block;
}

.sub_title {
  display: none;
  text-align: center;
  font-family: "Pretendard-Regular";
  color: #333;
  font-size: 36px;
  letter-spacing: -2px;
  line-height: 100%;
  margin: 0 0 60px 0;
}

col.col-reg {
  width: 80px;
}

col.col-xla {
  width: 200px;
}

col.col-reh {
  width: 100px;
}

.jn_alert_wrap {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  position: fixed;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
  z-index: 100000;
}
.jn_alert_bb {
  position: relative;
  width: 70%;
  z-index: 1002;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 2px 5px 10px 0px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 2px 5px 10px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 2px 5px 10px 0px rgba(0, 0, 0, 0.35);
}
.jn_alert_head {
  background-color: #2888ff;
  color: #fff;
  font-size: 1.6rem;
  padding: 0.4rem 1rem;
  width: 100%;
  display: flex;
}
.jn_alert_head_title {
  width: 100%;
}
.jn_alert_close {
  cursor: pointer;
}
.jn_alert_body {
  font-size: 1.6rem;
  padding: 1.2rem 1rem;
}
.jn_alert_body h3 {
  font-size: 1.4rem;
}
.jn_alert_body h4 {
  font-size: 1.2rem;
}

@keyframes text-up {
  from {
    opacity: 0;
    transform: translateY(3rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes img-sc-up {
  0% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}

/* FOOTER  ================================================================================== */
.copyright {
  position: relative;
  background: #282828;
  padding: 50px 0 80px 0;
}

.copy_txt {
  position: relative;
}
.copy_txt ul {
  overflow: hidden;
  margin-bottom: 20px;
}
.copy_txt ul li {
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding: 0 0 0 25px;
}
.copy_txt ul li:first-child {
  padding: 0;
}
.copy_txt ul li a {
  color: #bdbdbd;
  letter-spacing: -1px;
}
.copy_txt ul li a:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 12px;
  bottom: 0;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  margin: auto;
  background: #b2b2b2;
}
.copy_txt ul li:first-child a {
  font-weight: 500;
  color: #fff;
}
.copy_txt ul li:first-child a:after {
  display: none;
}
.copy_txt .admin a {
  display: block;
  padding: 2px 7px;
  color: #fff;
  font-weight: 500;
  border-radius: 2px;
  background-color: #ff6600;
  font-size: 0.9em;
}
.copy_txt address {
  font-style: normal;
  color: #999;
  line-height: 180%;
}
.copy_txt .copy {
  margin: 3px 0 0 0;
  color: #999;
  line-height: 180%;
}

/*  탭메뉴 스타일 */
.tabmenu01 {
  overflow: hidden;
  border: 1px solid #ddd;
  margin-bottom: 40px;
  text-align: center;
}
.tabmenu01 li {
  position: relative;
  display: inline-block;
  text-align: center;
  border-bottom: 2px solid #fff;
}
.tabmenu01 li:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 15px;
  margin: auto;
  background: #c0c4c7;
}
.tabmenu01 li:first-child:after {
  display: none;
}
.tabmenu01 li a {
  display: block;
  color: #797979;
  line-height: 68px;
  height: 68px;
  font-family: "Pretendard-Regular";
  padding: 0 30px;
  font-size: 1.1em;
}
.tabmenu01 li:last-child a:after {
  display: none;
}
.tabmenu01 .on {
  border-color: #00b19f;
}
.tabmenu01 .on a,
.tabmenu01 a:hover {
  color: #00b19f;
}

.tabmenu02 {
  height: 59px;
  margin-bottom: 40px;
  border-bottom: 1px solid #3d3d4f;
}
.tabmenu02 li {
  float: left;
  text-align: center;
  cursor: pointer;
}
.tabmenu02 li a {
  display: block;
  color: #838383;
  padding: 0 60px;
  letter-spacing: -1px;
  background: #f4f4f4;
  line-height: 56px;
  min-height: 56px;
  border: 1px solid #ddd;
}
.tabmenu02 .on a {
  font-weight: 500;
  color: #fff;
  background: #3d3d4f;
  border-color: #3d3d4f;
}

.tabmenu03 {
  text-align: center;
  margin: 20px 0;
}
.tabmenu03 li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-right: 3px;
}
.tabmenu03 li:last-child {
  margin: 0;
}
.tabmenu03 li a {
  display: inline-block;
  zoom: 1;
  *display: inline;
  background: #f7f7f7;
  color: #555;
  padding: 6px 20px;
  border-radius: 2px;
  font-size: 0.95em;
}
.tabmenu03 li a:hover,
.tabmenu03 .on a {
  background: #2888ff;
  color: #fff;
  font-weight: 500;
}

/*  공통 버튼 */
.sub_btn01 {
  font-family: "Pretendard-Regular";
  display: inline-block;
  text-align: center;
  min-width: 180px;
  font-size: 1.1em;
  margin: 0 2px;
  padding: 0 20px;
  line-height: 52px;
  color: #333;
  border-radius: 2px;
  background: #fff;
  border: 1px solid #aaa;
  cursor: pointer;
  vertical-align: top;
  transition: all 0.3s ease;
}
.sub_btn02 {
  font-family: "Pretendard-Regular";
  display: inline-block;
  text-align: center;
  min-width: 180px;
  font-size: 1.1em;
  margin: 0 2px;
  padding: 0 20px;
  line-height: 52px;
  color: #fff;
  border-radius: 2px;
  background: #3f4247;
  border: 1px solid #3f4247;
  cursor: pointer;
  vertical-align: top;
  transition: all 0.3s ease;
}

.sub_btn01:hover,
.sub_btn02:hover {
  background: #2888ff;
  border-color: #2888ff;
  color: #fff;
}

/* screen 1200 */
@media screen and (max-width: 1200px) {
  .header {
    padding: 0 20px;
  }
  .copyright {
    padding: 60px 20px 80px 20px;
  }
}

/* screen 1024 */
@media screen and (max-width: 1024px) {
  .header {
    height: 60px;
    text-align: center;
    padding: 0;
  }
  .header h1 {
    height: 60px;
    line-height: 55px;
    float: none;
  }
  .header h1 img {
    width: 140px;
  }
  .login_wrap {
    display: none;
  }

  .mobile_menu_btn {
    display: block;
    position: absolute;
    top: 10px;
    right: 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 1;
  }
  .mobile_menu_btn span,
  .mobile_menu_btn:before,
  .mobile_menu_btn:after {
    position: absolute;
    left: 8px;
    content: "";
    width: 23px;
    height: 2px;
    border-radius: 2px;
    background: #fff;
  }
  .mobile_menu_btn:before {
    top: 13px;
  }
  .mobile_menu_btn span {
    top: 20px;
    width: 23px;
  }
  .mobile_menu_btn:after {
    top: 27px;
  }

  .header .wrap {
    display: none;
    position: absolute;
    top: 0;
    height: 100vh;
    width: 100%;
    float: none;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
    transition: all 0.3s ease;
  }

  .mobile_menu_top {
    display: block;
    position: relative;
    display: table;
    table-layout: fixed;
    text-align: center;
    width: 100%;
    background: #2888ff;
  }
  .mobile_menu_top p {
    display: table-cell;
  }
  .mobile_menu_top p:first-child {
    border: none;
  }
  .mobile_menu_top a {
    display: block;
    height: 60px;
    line-height: 58px;
    color: #fff;
    letter-spacing: -1px;
    font-size: 0.85em;
  }

  .mobile_menu_top a i {
    padding-right: 0.4rem;
  }
  .mobile_menu_top .mobile_menu_close {
    width: 60px;
    color: #2888ff;
    cursor: pointer;
    background: #ffffffdb;
  }

  .gnb {
    position: fixed;
    height: 100vh;
    background: #fff;
    right: -220px;
    width: 220px;
  }
  .gnb ul {
    text-align: left;
  }
  .gnb ul > li {
    float: none;
    width: 100%;
    margin: 0;
  }
  .gnb ul > li > a {
    position: relative;
    line-height: 54px;
    color: #000;
    font-size: 1em;
    text-indent: 20px;
    font-weight: 300;
    border-bottom: 1px solid #ddd;
  }
  .gnb ul > li > a:hover,
  .gnb ul > li > a.current,
  .gnb ul > li.on > a {
    color: #2888ff;
    font-weight: 500;
  }
  .gnb ul > li > a span {
    position: absolute;
    right: 15px;
    top: 15px;
    justify-content: center;
    width: 23px;
    height: 23px;
    border: 1px solid #e5e5e5;
    border-radius: 0.5rem;
  }
  .gnb ul > li > a span:after {
    position: absolute;
    content: "";
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    width: 9px;
    height: 1px;
    background: #999999;
  }
  .gnb ul > li > a span:before {
    position: absolute;
    content: "";
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 9px;
    background: #999999;
  }
  .gnb ul > li > a:hover span,
  .gnb ul > li > a.current span,
  .gnb ul > li.on > a span {
    border-color: #2888ff;
  }
  .gnb ul > li > a.current span:before,
  .gnb ul > li.on > a span:before {
    display: none;
  }
  .gnb ul > li > a:hover span:before,
  .gnb ul > li > a:hover span:after,
  .gnb ul > li > a.current span:after,
  .gnb ul > li.on > a span:after {
    background: #2888ff;
  }
  .gnb ul > li.on > ul {
    display: block;
  }
  .gnb ul ul {
    display: block;
    position: relative;
    width: 100%;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
  }
  .gnb ul ul > li > a {
    position: relative;
    text-align: left;
    text-indent: 20px;
    line-height: 50px;
    border-color: #e0e0e0;
    background: #f7f7f7;
    font-weight: 300;
    color: #414141;
    font-size: 0.8em;
  }
  .gnb ul ul > li:last-child a {
    border-bottom: 1px solid #e0e0e0;
  }
  .gnb ul ul > li:first-child a {
    border-top: 0;
  }
  .gnb ul ul > li > a:hover,
  .gnb ul ul > li > a.current,
  .gnb ul ul > li.on > a {
    background: #798291;
    color: #fff;
  }
  .gnb ul ul > li > a span {
    border: none;
    top: 12px;
  }
  .gnb ul > li > a:after {
    display: none;
  }
  .gnb ul ul ul {
    padding: 15px 20px;
  }
  .gnb ul ul ul > li > a {
    line-height: 28px;
    background: #fff;
    font-size: 0.85em;
    border: 0;
    text-indent: 18px;
  }
  .gnb ul ul ul > li > a:after {
    position: absolute;
    content: "";
    display: block;
    left: 5px;
    top: 15px;
    width: 5px !important;
    height: 1px;
    background: #555;
  }
  .gnb ul ul ul > li > a:hover,
  .gnb ul ul ul > li > a.current,
  .gnb ul ul ul > li.on > a {
    background: #fff;
    font-weight: 500;
  }

  .sub_top {
    height: 200px;
  }
  .sub_top h2 {
    font-size: 2em;
  }
  .sub_top .location {
    margin: 10px 0 0 0;
    font-size: 0.85em;
  }

  .lnb {
    margin: 0;
    border-radius: 0;
  }
  .lnb li a {
    height: 52px;
    line-height: 52px;
    font-size: 0.95em;
  }

  .sub_title {
    display: none;
  }

  .sub_cont {
    margin: 40px 20px 80px 20px;
    min-height: 500px;
  }

  .tabmenu01 {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: -40px 0 40px 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
  }
  .tabmenu01 li {
    display: table-cell;
    float: none;
  }
  .tabmenu01 li a {
    line-height: 50px;
    height: 50px;
    font-size: 0.95em;
    padding: 0 10px;
  }
  .tabmenu02 {
    display: table;
    table-layout: fixed;
    height: auto;
    border: 0;
    margin-bottom: 20px;
    width: 100%;
  }
  .tabmenu02 li {
    display: table-cell;
    float: none;
  }
  .tabmenu02 li a {
    padding: 0 20px;
    font-size: 0.95em;
    line-height: 50px;
    min-height: 50px;
    border-bottom: 1px solid #3d3d4f;
  }
  .tabmenu03 li a {
    padding: 5px 15px;
  }

  .sub_btn01,
  .sub_btn02 {
    min-width: 120px;
    line-height: 44px;
    padding: 0 10px;
    font-size: 0.95em;
  }

  .copyright {
    padding: 40px 20px;
    text-align: center;
    font-size: 0.95em;
  }
  .copy_txt ul {
    margin-bottom: 10px;
  }
  .copy_txt .copy {
    margin: 0;
  }
  .b-main-wrap {
    margin: 0;
  }
  #b-left-aside {
    display: none;
  }
}

/*  매뉴담당관련  */
.menu_damdang_wrap {
  position: relative;
  overflow: hidden;
  margin: 60px 0px;
  padding: 25px 40px;
  border: 1px solid #dfdfdf;
  border-top: 1px solid #3a3a3a;
}
.menu_damdang_wrap p {
  font-family: "Pretendard-Regular";
  position: relative;
  color: #333;
  float: left;
  font-size: 1.1em;
  line-height: 30px;
}
.menu_damdang_wrap p:after {
  content: "";
  position: absolute;
  top: -2px;
  right: -25px;
  bottom: 0;
  width: 1px;
  height: 0.9em;
  margin: auto;
  background: #d1d1d2;
}
.menu_damdang_wrap i {
  color: #2888ff;
  font-size: 30px;
  cursor: auto;
  vertical-align: middle;
  margin-right: 10px;
}
.menu_damdang_wrap ul {
  padding-left: 160px;
}
.menu_damdang_wrap ul li {
  position: relative;
  display: inline-block;
  margin: 0 30px 0 0;
}
.menu_damdang_wrap ul li:last-child {
  margin: 0;
}
.menu_damdang_wrap strong {
  color: #333;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .menu_damdang_wrap {
    padding: 20px;
  }
  .menu_damdang_wrap p {
    font-size: 1em;
    line-height: 1;
  }
  .menu_damdang_wrap p:after {
    right: -15px;
  }
  .menu_damdang_wrap i {
    font-size: 28px;
    margin-right: 7px;
  }
  .menu_damdang_wrap ul {
    padding-left: 130px;
    font-size: 0.95em;
  }
  .menu_damdang_wrap ul li {
    display: block;
    margin: 0 0 5px 0;
  }
  .menu_damdang_wrap .sub_list01 {
    padding: 0 0 0 12px;
  }
  .menu_damdang_wrap .sub_list01:after {
    top: 10px;
  }

  col.col-reg {
    width: 80px;
  }

  .jb-table-mdnone {
    display: none;
  }

  col.col-reh {
    width: 100px;
  }
}

/*  서브페이지 하단 담당자 정보  */
.damdang_box {
  position: relative;
  padding: 18px;
  border: 1px solid #dce0e4;
  background: #f8f9fa;
  margin: 30px 0 0 0;
}
.damdang_box .item01 {
  position: relative;
  padding: 0 0 8px 0;
  color: #394c8c;
  letter-spacing: -1px;
}
.damdang_box .item01 p {
  padding: 0 0 0 27px;
  font-size: 0.95em;
  font-weight: 400;
  background: url("../img/main/damdang_icon01.png") no-repeat 0 3px;
}
.damdang_box .item02 {
  position: relative;
  flex: 2;
  font-size: 0.9em;
  color: #848892;
  display: flex;
  flex-flow: wrap;
}

.damdang_box .item02 p {
  display: inline-block;
  padding: 0 30px 0 0;
}
.damdang_box .item02 span {
  position: relative;
  display: inline-block;
  width: 80px;
  padding: 1px 20px 1px 15px;
  color: #636363;
}
.damdang_box .item02 span:before {
  position: absolute;
  content: "";
  display: block;
  left: 5px;
  top: 11px;
  width: 3px;
  height: 3px;
  background: #777;
  border-radius: 50%;
}
.damdang_box .item02 span:after {
  position: absolute;
  content: "";
  top: 6px;
  right: 8px;
  width: 1px;
  height: 15px;
  background: #d4d9de;
}

@media screen and (max-width: 620px) {
  .damdang_box {
    padding: 15px;
  }
}

.ceditor_box {
  position: relative;
  padding: 18px;
  min-height: 75px;
  border: 1px solid #c9cacf;
  background: #e2e3e7;
  display: flex;
  align-items: center;
  margin: 30px 0 0 0;
}
.ceditor_box .item01 {
  position: relative;
  font-size: 0.9em;
  color: #636363;
  letter-spacing: -1px;
}
.ceditor_box .item01 p {
  display: inline-block;
  padding: 0 15px 0 0;
}
.ceditor_box .item01 span {
  position: relative;
  list-style: none;
  padding: 1px 20px 1px 15px;
}
.ceditor_box .item01 span:before {
  position: absolute;
  content: "";
  display: block;
  left: 5px;
  top: 11px;
  width: 3px;
  height: 3px;
  background: #777;
  border-radius: 50%;
}
.ceditor_box .item01 span:after {
  position: absolute;
  content: "";
  top: 6px;
  right: 8px;
  width: 1px;
  height: 15px;
  background: #d4d9de;
}

.ceditor_box .item02 {
  position: relative;
  flex: 2;
  text-align: right;
}
.ceditor_box .btn {
  display: inline-block;
  text-align: center;
  font-size: 0.95em;
  margin: 0 1px;
  letter-spacing: -1px;
  padding: 0 13px 0 18px;
  line-height: 40px;
  color: #fff;
  background: #747b93;
  border: 1px solid #676d82;
  cursor: pointer;
  border-radius: 2px;
  transition: all 0.2s ease;
}
.ceditor_box .btn i {
  font-size: 0.95em;
  padding: 0 0 0 8px;
}
.ceditor_box .btn:hover {
  background: #333;
  border-color: #222;
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .ceditor_box .item01 p {
    display: block;
  }
}
@media screen and (max-width: 620px) {
  .ceditor_box {
    padding: 15px;
    flex-direction: column;
  }
  .ceditor_box .item01 {
    padding: 0 0 15px 0;
  }
}

/* screen screen 768 */
@media screen and (max-width: 768px) {
  .b-title-1 {
    font-size: 1.4em;
  }
  .b-table tbody th {
    font-size: 0.7em;
  }
  .jn_alert_head {
    font-size: 1rem;
  }
  .jn_alert_body {
    font-size: 1rem;
  }
  .jn_alert_body h3 {
    font-size: 0.9rem;
  }
  .jn_alert_body h4 {
    font-size: 0.8rem;
  }
}

/*  서브페이지 하단 담당자 정보  */
