@charset "UTF-8";
body {
  letter-spacing: -0.05rem;
  line-height: 1.3;
  font-size: 1.6rem;
}
a:focus,
a:hover,
a:active {
  text-decoration: underline;
}
html {
  --scrollbarBG: #f5f5f5;
}
.mb_only {
  display: none;
}
/* =============================================================
    sub : layout
============================================================= */
.container.sub {
  padding-top: 120px;
}
.container.sub p {
  word-break: keep-all;
}
.sub-header {
  position: relative;
  padding-top: 100px;
  z-index: 5;
}
.sub-inner {
  width: 1400px;
  margin: 0 auto;
}

.img-auto {
  display: block;
  width: auto;
  margin: 0 auto;
}
.img-full {
  display: block;
  width: 100%;
}
.img-pc {
  display: block;
  width: auto;
  margin: 0 auto;
}
.img-mo {
  display: none;
}
.iframe-cover {
  position: relative;
  width: 100%;
  height: 320px;
}
.iframe-cover iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1399px) {
  .img-auto {
    width: 100%;
  }
}
@media screen and (max-width: 1279px) {
  .img-pc {
    width: 100%;
  }
}
@media screen and (max-width: 1279px) {
  .container.sub {
    padding-top: 63px;
  }
}
@media screen and (max-width: 767px) {
  .img-pc {
    display: none !important;
  }
  .img-mo {
    display: block !important;
    width: 100%;
  }
}
@media screen and (max-width: 499px) {
  .iframe-cover {
    height: 200px;
  }
}

.sub-h1 {
  margin-bottom: 35px;
  font-family: "Godo", sans-serif;
  font-weight: 700;
  font-size: 4.4rem;
  text-align: center;
}
.sub-h2 {
  font-weight: 700;
  font-size: 3rem;
  text-align: center;
  line-height: 1.6;
}
.sub-h3 {
  font-weight: 700;
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.6;
}
.sub-h4 {
  font-weight: 400;
  font-size: 2.2rem;
  text-align: center;
  line-height: 1.6;
}
.sub-h5 {
  font-weight: 400;
  font-size: 2rem;
  text-align: center;
  line-height: 1.6;
}
.sub-h6 {
  font-weight: 400;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.6;
}

.sub-p1 {
  position: relative;
  font-size: 2rem;
  line-height: 1.5;
}
.sub-p1 span {
  display: block;
}
.sub-p2 {
  position: relative;
  font-size: 1.8rem;
  line-height: 1.7;
  color: #444;
}

/* 라벨링 박스 */
.label_box {
  width: 100%;
  margin-bottom: 5rem;
}

.label_boxIn {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  margin-top: 5rem;
}

.label_boxIn > div:nth-child(3) {
  margin-bottom: 4rem;
}

.label_list {
  position: relative;
  width: 30%;
  height: 200px;
  box-sizing: border-box;
  border: 1px solid #fff;
  box-shadow: 0 0.2rem 0.8rem rgb(0 0 0 / 20%);
  padding: 20px 30px;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
}

.label_list:hover {
  border: 1px solid #00397f;
}

.label_list > img {
  width: 10rem;
  height: auto;
}

.label_list > p {
  position: absolute;
  width: 100%;
  height: 50px;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

/* hover시 나타나는 라벨 */
.label_layer {
  display: none;
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #eee;
  width: 320px;
  z-index: 1;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
}

.label_list:hover .label_layer {
  display: block;
}

.label_top {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  background-color: #00397f;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.label_top > p {
  color: #fff;
}

.label_bottom {
  width: 100%;
  box-sizing: border-box;
  padding: 15px 20px;
}

.label_tip {
  margin-top: 2rem;
  margin-left: 2rem;
  color: #ff7817;
  font-weight: 400;
}

/* 개인정보처리방침 안내 아이콘 */
.persnal_icon {
  margin-right: 4px;
}

.persnal_icon > img {
  width: 28px;
  height: auto;
}

/* 개인정보처리방침 라벨링 아이콘 css */
.privacy_icon {
  width: 4.4rem;
  height: auto;
  margin: 0 4px 4px 0;
}

/* 인권경영 추진체계 전용폰트사이즈 */
.human_promotion_private2 {
  font-size: 1.9rem;
}
.sub-p3 {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.6;
}
.sub-p4 {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.6;
}
.sub-p5 {
  position: relative;
  font-size: 1.2rem;
  line-height: 1.6;
}

.bullet01 {
  position: relative;
  padding-left: 10px;
}
.bullet01:before {
  content: "";
  position: absolute;
  top: 1.3rem;
  left: 0;
  width: 3px;
  height: 3px;
  background: #000;
  border-radius: 50%;
}
.sub-p2.bullet01 {
  line-height: 1.5;
  padding-bottom: 10px;
}
.sub-p2.bullet01:last-child {
  padding-bottom: 0;
}
.sub-p3.bullet01:before {
  top: 1rem;
}

@media screen and (max-width: 1279px) {
  .sub-h1 {
    font-size: 3.4rem;
    line-height: 1.4;
  }
  .sub-h2 {
    font-size: 2.8rem;
    line-height: 1.4;
  }
  .sub-h3 {
    font-size: 2.2rem;
    line-height: 1.4;
  }
  .sub-h4 {
    font-size: 2rem;
    line-height: 1.4;
  }
  .sub-h5 {
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .sub-h6 {
    font-size: 1.6rem;
    line-height: 1.4;
  }

  .sub-p1 {
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .sub-p2 {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .sub-p3 {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .sub-p4 {
    font-size: 1.2rem;
    line-height: 1.4;
  }
  .sub-p5 {
    font-size: 1.2rem;
    line-height: 1.4;
  }

  /* 인권경영 추진체계 전용폰트사이즈 */
  .human_promotion_private2 {
    font-size: 1.9rem;
  }

  .bullet01:before {
    top: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .sub-h1 {
    font-size: 2.8rem;
  }
  .sub-h1.pcb-01 {
    font-size: 2.4rem;
    color: #118ad9;
  }
  .sub-h2 {
    font-size: 2.2rem;
  }
  .sub-h3 {
    font-size: 2rem;
  }
  .sub-h4 {
    font-size: 1.8rem;
  }
  .sub-h5 {
    font-size: 1.6rem;
  }
  .sub-h6 {
    font-size: 1.4rem;
  }

  .sub-p1 {
    font-size: 1.6rem;
  }
  .sub-p2 {
    font-size: 1.4rem;
  }
  .sub-p3 {
    font-size: 1.3rem;
  }

  /* 라벨링박스 */
  .label_list {
    position: relative;
    width: 30%;
    height: 160px;
  }
  .label_list > img {
    width: 7rem;
  }
  .label_list > p {
    height: 50px;
  }

  .label_boxIn > div:nth-child(3) {
    margin-bottom: 2rem;
  }

  /* hover시 나타나는 라벨 */
  .label_layer {
    top: 60%;
  }
}

@media screen and (max-width: 499px) {
  .sub-h1 {
    font-size: 2.4rem;
  }
  .sub-h2 {
    font-size: 1.8rem;
  }
  .sub-h3 {
    font-size: 1.6rem;
  }
  .sub-h4 {
    font-size: 1.4rem;
  }
  .sub-h5 {
    font-size: 1.4rem;
  }
  .sub-h6 {
    font-size: 1.4rem;
  }

  /* 라벨링박스 */
  .label_list > img {
    width: 5rem;
  }
  .label_list {
    padding: 20px 0;
  }
}

.icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.icon:after {
  content: "";
  position: absolute; /* top:50%; left: 50%;*/
  width: 24px;
  height: 24px; /*transform: translate(-50%, -50%);*/
}
.icon-group {
  position: absolute;
  top: 53%;
  right: 10px;
  transform: translateY(-50%);
}

.icon-group li {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.icon-group li:last-child {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.icon-group li a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer; /* 230411 추가 */
}
.icon-group li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 22px;
  background: #dcdcdc;
  transform: translateY(-50%);
}
.icon-group li:first-child a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0px;
  height: 22px;
  background: #dcdcdc;
  transform: translateY(-50%);
}
.icon-share {
  position: relative;
}
.icon-share:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  transform: translate(-40%, -50%);
  background: url(/portal/img/sub/icon-share.png) no-repeat center;
}
.icon-share-link {
  position: relative;
}
.icon-share-link:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  transform: translate(-40%, -50%);
  background: url(/portal/img/sub/icon-share-link.png) no-repeat center;
}
.icon-print {
  position: relative;
}
.icon-print:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  transform: translate(-40%, -50%);
  background: url(/portal/img/sub/icon-print.png) no-repeat center;
}

.icon-facebook {
  position: relative;
}
.icon-facebook:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  transform: translate(-40%, -50%);
  background: url(/portal/img/sub/icon-share-facebook.png) no-repeat center;
}
.icon-twitter {
  position: relative;
}
.icon-twitter:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  transform: translate(-40%, -50%);
  background: url(/portal/img/sub/icon-share-twitter.png) no-repeat center;
}
.icon-kakao {
  position: relative;
}
.icon-kakao:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  transform: translate(-40%, -50%);
  background: url(/portal/img/sub/icon-share-kakaostory.png) no-repeat center;
}
.icon-point {
  position: relative;
  width: 25px;
  height: 25px;
}
.icon-point:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  transform: translate(-40%, -50%);
  background: url(/portal/img/sub/icon_important.png) no-repeat center;
}
.icon-braille-view {
  position: relative;
  width: 25px;
  height: 25px;
}
.icon-braille-view:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  transform: translate(-40%, -50%);
  background: url(/portal/img/sub/icon-braille-view.png) no-repeat center;
}
.icon-braille-down {
  position: relative;
  width: 25px;
  height: 25px;
}
.icon-braille-down:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  transform: translate(-40%, -50%);
  background: url(/portal/img/sub/icon-braille-down.png) no-repeat center;
}

.icon-notice {
  width: auto;
  height: 16px;
}
.icon-notice:after {
  width: 20px;
  height: 16px;
  background: url(/portal/img/sub/icon-notice.png) no-repeat center;
}
.icon-pdf {
  display: inline-block;
  width: 26px;
  height: 27px;
}
.icon-pdf:after {
  top: 0;
  left: 0;
  width: 26px;
  height: 27px;
  background: url(/portal/img/sub/icon-pdf.png) no-repeat center;
}
.icon-hwp {
  width: 26px;
  height: 27px;
}
.icon-hwp:after {
  top: 0;
  left: 0;
  width: 26px;
  height: 27px;
  background: url(/portal/img/sub/icon-hwp.png) no-repeat center;
}
.icon-hwpx {
  width: 26px;
  height: 27px;
}
.icon-hwpx:after {
  top: 0;
  left: 0;
  width: 26px;
  height: 27px;
  background: url(/portal/img/sub/icon-hwpx.png) no-repeat center;
}
.icon-xls {
  width: 26px;
  height: 27px;
}
.icon-xls:after {
  top: 0;
  left: 0;
  width: 26px;
  height: 27px;
  background: url(/portal/img/sub/icon-xls.png) no-repeat center;
}
.icon-xlsx {
  width: 26px;
  height: 27px;
}
.icon-xlsx:after {
  top: 0;
  left: 0;
  width: 26px;
  height: 27px;
  background: url(/portal/img/sub/icon-xlsx.png) no-repeat center;
}
.icon-doc {
  width: 26px;
  height: 27px;
}
.icon-doc:after {
  top: 0;
  left: 0;
  width: 26px;
  height: 27px;
  background: url(/portal/img/sub/icon-doc.png) no-repeat center;
}
.icon-docx {
  width: 26px;
  height: 27px;
}
.icon-docx:after {
  top: 0;
  left: 0;
  width: 26px;
  height: 27px;
  background: url(/portal/img/sub/icon-docx.png) no-repeat center;
}
.icon-alz {
  width: 26px;
  height: 27px;
}
.icon-alz:after {
  top: 0;
  left: 0;
  width: 26px;
  height: 27px;
  background: url(/portal/img/sub/icon-alz.png) no-repeat center;
}
.icon-7z {
  width: 26px;
  height: 27px;
}
.icon-7z:after {
  top: 0;
  left: 0;
  width: 26px;
  height: 27px;
  background: url(/portal/img/sub/icon-7z.png) no-repeat center;
}
.icon-exe {
  width: 26px;
  height: 27px;
}
.icon-exe:after {
  top: 0;
  left: 0;
  width: 26px;
  height: 27px;
  background: url(/portal/img/sub/icon-exe.png) no-repeat center;
}
.icon-file {
  width: 26px;
  height: 27px;
}
.icon-file:after {
  top: 0;
  left: 0;
  width: 26px;
  height: 27px;
  background: url(/portal/img/sub/icon-file.png) no-repeat center;
}
.icon-ppt {
  width: 26px;
  height: 27px;
}
.icon-ppt:after {
  top: 0;
  left: 0;
  width: 26px;
  height: 27px;
  background: url(/portal/img/sub/icon-ppt.png) no-repeat center;
}
.icon-rar {
  width: 26px;
  height: 27px;
}
.icon-rar:after {
  top: 0;
  left: 0;
  width: 26px;
  height: 27px;
  background: url(/portal/img/sub/icon-rar.png) no-repeat center;
}
.icon-zip {
  width: 26px;
  height: 27px;
}
.icon-zip:after {
  top: 0;
  left: 0;
  width: 26px;
  height: 27px;
  background: url(/portal/img/sub/icon-zip.png) no-repeat center;
}
.icon-img {
  width: 26px;
  height: 27px;
}
.icon-img:after {
  top: 0;
  left: 0;
  width: 26px;
  height: 27px;
  background: url(/portal/img/sub/icon-img.png) no-repeat center;
}
.icon-odt {
  width: 26px;
  height: 27px;
}
.icon-odt:after {
  top: 0;
  left: 0;
  width: 26px;
  height: 27px;
  background: url(/portal/img/sub/icon-odt.png) no-repeat center;
}

.icon-arrow-right:after {
  width: 26px;
  height: 27px;
  background: url(/portal/img/sub/arrow-right.png) no-repeat center;
}
.icon-arrow-left:after {
  width: 26px;
  height: 27px;
  background: url(/portal/img/sub/arrow-left.png) no-repeat center;
}
.icon-req {
  padding-left: 24px;
}
.icon-req:after {
  width: 5px;
  height: 5px;
  background: #f05022;
  border-radius: 50%;
}
.icon-noreq {
  padding-left: 24px;
}
.icon-noreq:after {
  width: 5px;
  height: 5px;
  background: transparent;
  border-radius: 50%;
}
.icon-download {
  position: relative;
}
.icon-download:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  transform: translate(-50%, -50%);
  background: url(/portal/img/sub/icon-down-w.png) no-repeat center;
}
.icon-download-blue {
  position: relative;
}
.icon-download-blue:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  transform: translate(-50%, -50%);
  background: url(/portal/img/sub/icon-down-blue.png) no-repeat center;
}
.icon-link {
  position: relative;
}
.icon-link:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  transform: translate(-50%, -50%);
  background: url(/portal/img/main/icon-link.svg) no-repeat center;
}
.icon-link-grey {
  position: relative;
}
.icon-link-grey:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  transform: translate(-50%, -50%);
  background: url(/portal/img/sub/icon-link-grey.png) no-repeat center;
}
.icon-awards {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.icon-awards:after {
  content: "";
  position: absolute;
  top: 83%;
  left: 50%;
  width: 24px;
  height: 24px;
  transform: translate(-50%, -50%);
  background: url(/portal/img/sub/icon-awards.png) no-repeat center;
}

.arrowdown-w {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
}
.arrowdown-w:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  transform: translate(-50%, -50%);
  background: url(/portal/img/sub/arrow-down-w.png) no-repeat center;
}
.arrowdown-b {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
}
.arrowdown-b:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  transform: translate(-50%, -50%);
  background: url(/portal/img/sub/select_arrow.png) no-repeat center;
}
.arrowup-w {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
}
.arrowup-w:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  transform: translate(-50%, -50%) rotate(180deg);
  background: url(/portal/img/sub/arrow-down-w.png) no-repeat center;
}
.arrowup-b {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
}
.arrowup-b:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  transform: translate(-50%, -50%) rotate(180deg);
  background: url(/portal/img/sub/select_arrow.png) no-repeat center;
}

.btn-top {
  border-radius: 15px;
}
.bg-line05 {
  position: relative;
  border: 3px solid #f1f1f1;
  height: 400px;
  margin-bottom: 30px;
}
.pcb-moi {
  display: block;
}
.pcb-5 {
  margin-bottom: 80px;
}
@media screen and (max-width: 991px) {
  .bg-line05 {
    height: auto;
    padding-bottom: 20px;
  }
  .bg-line05 .img-full {
    position: static;
  }
  .pcb-moi {
    display: inline;
  }
  .pcb-5 {
    margin-bottom: 0px;
  }
}
/* =============================================================
    sub : sub-header
============================================================= */
.lnb-topbar {
  position: relative;
  height: 80px;
  background: #f5f5f5;
  border-radius: 15px;
  z-index: 2;
}
.lnb-1depth a {
  display: block;
  padding-left: 30px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 80px;
  text-decoration: none;
}
.lnb-1depth > li {
  display: inline-block;
  position: relative;
  width: 205px;
}
.lnb-1depth > li > a.on {
  color: #00397f;
}
.lnb-1depth > li > a:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 22px;
  background: #dcdcdc;
  transform: translateY(-50%);
}
.lnb-1depth > li > a:after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  width: 14px;
  height: 8px;
  background: url(/portal/img/sub/lnb_arrow_down.png) no-repeat center;
  transform: translateY(-50%);
  transition: 0.4s;
}
.lnb-1depth > li > a.on:after {
  transform: translateY(-50%) rotate(180deg);
}
.lnb-1depth > li:first-child {
  width: 150px;
}
.lnb-1depth > li:first-child > a {
  padding-left: 70px;
}
.lnb-1depth > li:first-child > a:after {
  left: 40px;
  right: auto;
  width: 18px;
  height: 18px;
  background: url(/portal/img/sub/home.svg) no-repeat center/contain;
}
.lnb-1depth > li:first-child > a.on:after {
  transform: translateY(-50%) rotate(0);
}
.lnb-1depth > li:nth-child(2) {
  width: 250px;
}
.lnb-1depth > li:nth-child(3) {
  width: 285px;
}
.lnb-1depth > li:nth-child(4) {
  width: 370px;
}
.lnb-2depth {
  display: none;
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  background: #fff;
}
.lnb-2depth.on {
  display: block;
}
.lnb-2depth > li > a {
  margin-top: 1px;
  background: #eaeaea;
  line-height: 60px;
  font-weight: 400;
}
.lnb-2depth > li:hover > a {
  background: #00397f;
  color: #fff;
}

.lnb-3depth-group {
  padding-top: 100px;
  border-bottom: 1px solid #e5e5e5;
}
.lnb-3depth {
  text-align: center;
}
.lnb-3depth li {
  display: inline-block;
}
.lnb-3depth li a {
  position: relative;
  display: block;
  padding: 20px 25px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #888;
  transition: 0.4s;
}
.lnb-3depth li.on a,
.lnb-3depth li a.on,
.lnb-3depth li:hover a,
.lnb-3depth li:active a,
.lnb-3depth li:focus a {
  text-decoration: none;
  color: #000;
}
.lnb-3depth li a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  height: 15px;
  width: 1px;
  background: #d7d7d7;
  transform: translateY(-50%);
}
.lnb-3depth li:last-child a:after {
  content: none;
}
.lnb-3depth li a span {
  position: relative;
  display: inline-block;
  height: 100%;
}
.lnb-3depth li a span:after {
  content: "";
  position: absolute;
  bottom: calc(-100% + 2px);
  left: 0;
  width: 100%;
  height: 4px;
  background: #f8b922;
  opacity: 0;
  transition: 0.4s;
}
.lnb-3depth li.on a span:after,
.lnb-3depth li a.on span:after,
.lnb-3depth li:hover a span:after,
.lnb-3depth li.focus a span:after,
.lnb-3depth li:active a span:after {
  opacity: 1;
}

.lnb-4depth-group {
  padding: 10px 0 100px;
}
.lnb-4depth:after {
  content: "";
  display: block;
  clear: both;
}
.lnb-4depth li {
  display: block;
  float: left;
  height: 60px;
  margin-bottom: 3px;
}
.lnb-4depth.list2 li {
  width: 50%;
}
.lnb-4depth.list3 li {
  width: 33.333%;
}
.lnb-4depth.list4 li {
  width: 25%;
}
.lnb-4depth.list5 li {
  width: 20%;
}
.lnb-4depth.list6 li {
  width: 16.666%;
}
.lnb-4depth.list7 li {
  width: 14.285%;
}
.lnb-4depth li a {
  display: block;
  width: calc(100% - 0.3rem);
  margin: 0 0.15rem;
  padding: 0 10px;
  background: #f5f5f5;
  text-align: center;
  line-height: 60px;
  transition: 0.4s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.lnb-4depth li.on a,
.lnb-4depth li a.on,
.lnb-4depth li:hover a,
.lnb-4depth li:active a,
.lnb-4depth li:focus a {
  border: 1px solid #118ad9;
  background: #fff;
  box-shadow: 2px 2px 8px 1px rgba(142, 181, 207, 0.13);
  color: #118ad9;
  font-weight: 600;
  text-decoration: none;
}

.sub-cont .lnb-3depth-group {
  padding-top: 0;
  margin-bottom: 50px;
}
@media screen and (max-width: 1023px) {
  .lnb-3depth-group {
    padding-top: 20px;
  }
  .lnb-4depth.list4 li {
    width: 50%;
  }
  .lnb-4depth.list5 li {
    width: 33.333%;
  }
  .lnb-4depth.list6 li {
    width: 33.333%;
  }
  .lnb-4depth.list7 li {
    width: 33.333%;
  }
  .lnb-4depth.list7 li:last-child {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .lnb-3depth-group {
    padding-top: 0;
    padding-bottom: 40px;
    border-bottom: none;
  }
  .lnb-3depth li a {
    padding: 10px 10px;
    font-size: 1.5rem;
    font-weight: 400;
  }
  .lnb-3depth li a span:after {
    bottom: -7px;
  }
  .lnb-3depth li a:after {
    right: -3px;
    background: #f1f1f1;
  }
  .lnb-4depth-group {
    padding: 10px 0 30px;
  }
  .lnb-4depth.list5 li {
    width: 50%;
  }
  /*.lnb-4depth.list5 li:last-child {width: 100%;}*/
  .lnb-4depth.list6 li {
    width: 50%;
  }
  .lnb-4depth.list7 li {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .lnb-3depth-group {
    padding-bottom: 20px;
  }
  .lnb-4depth li a {
    font-size: 1.2rem;
  }
}
.manage-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.manage-group .manage-list {
  flex: 0 0 33.333%;
  max-width: 33.333%;
}
.manage-group .depth01 {
  width: 97%;
  padding-top: 0;
  margin: 0 auto 40px;
}
.manage-group .depth01-link {
  display: block;
  border-radius: 20px 20px 0 0;
  background: #00397f;
  box-shadow: 5px 5px 10px 1px rgba(0, 0, 0, 0.4);
  line-height: 75px;
  font-size: 2rem;
  color: #fff;
  text-align: center;
}
.manage-group .depth01-link:after {
  content: none;
}
.manage-group .depth02 {
  width: 100%;
  padding-bottom: 10px;
  margin-left: 0;
  margin-top: 12px;
  border-radius: 0 0 20px 20px;
  background: #f5f5f5;
}
.manage-group .depth02-list {
  float: none;
  width: 100%;
  padding: 10px 0;
  margin-top: 0;
}
.manage-group .depth02-link {
  padding: 5px 30px;
  background: url(/portal/img/sub/icon-link-skyblue.png) no-repeat 90%;
  color: #000;
}
.manage-group .depth03-list {
  padding-top: 17px;
  background: #fff;
}
.manage-group .depth03-list:last-child {
  padding-bottom: 17px;
}
.manage-group .depth03-link {
  padding: 0 30px;
  border: none;
  background: url(/portal/img/sub/icon-link-blue.png) no-repeat 90%;
  line-height: 1;
}
.manage-group .depth03-link:after {
  left: 20px;
}
@media screen and (max-width: 1023px) {
  .manage-group .manage-list {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .manage-group .manage-list {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .manage-group .depth01-link {
    font-size: 1.8rem;
  }
  .manage-group .depth02-list {
    padding: 0 10px;
  }
  .manage-group .depth02-link {
    padding: 0 20px;
  }
  .manage-group .depth03-list {
    margin: 0;
  }
}
/* =============================================================
    sub : sub-footer
============================================================= */
.sub-footer {
  padding: 120px 0;
}
.rating-group {
  width: 100%;
  border: 1px solid #e5e5e5;
  border-top: 1px solid #000;
}
.rating-header {
  //height: 50px;
  background: #f7f7f7;
}
.rating-title {
  padding-left: 40px;
}
.rating-title li {
  position: relative;
  display: inline-block;
  padding: 0 40px 0 15px;
  line-height: 50px;
  font-weight: 500;
}
.rating-title li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 4px;
  background: #fdb813;
  transform: translateY(-50%);
}
.rating-title li span {
  padding-left: 13px;
  color: #777;
  font-weight: 400;
}
.rating-cont {
  position: relative;
  padding: 30px 40px;
}
.rating-subtitle {
  padding-bottom: 15px;
}
.rating-list li {
  display: inline-block;
  padding-right: 25px;
}
.rating-dd {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 660px;
  height: 50px;
  transform: translateY(-50%);
}
.rating-dd:after {
  content: "";
  display: block;
  clear: both;
}
.rating-input-text {
  float: left;
  width: 86.3%;
}
.rating-input-btn {
  float: right;
  width: 13.3%;
}
/* =============================================================
    sub : sub-cont
============================================================= */
.sub-cont {
  padding-top: 100px;
}
.sub-text {
  display: flex;
  padding-bottom: 100px;
  word-break: keep-all;
}
.sub-text:last-child {
  padding-bottom: 0;
}
.text-header {
  flex: 0 0 20%;
  max-width: 20%;
}
.text-cont {
  flex: 0 0 80%;
  max-width: 80%;
}
.sub-text .sub-h2 {
  position: relative;
  height: 72px;
  border-bottom: 1px solid #000;
  text-align: left;
  line-height: 1.4;
  letter-spacing: -0.15rem;
}
.sub-text .sub-h2 .line02 {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
}
.sub-text .sub-h3 {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  text-align: left;
}
/* .sub-text .sub-h3:after {
  content: "";
  position: absolute;
  top: 5px;
  right: -13px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #118ad9;
} */
.sub-text .sub-h4 {
  font-weight: 500;
  text-align: left;
}
.text-cont-inner {
  width: 95%;
  margin-left: 5%;
  padding-top: 72px;
}
.text-cont-detail {
  margin-bottom: 80px;
}
.sub-heading {
  width: 100%;
  height: 1px;
  margin-bottom: 50px;
  background: #d5d5d5;
}

@media screen and (max-width: 1399px) {
  .sub-inner {
    width: 90%;
  }
  .lnb-topbar {
    display: none;
  }
  .rating-dd {
    display: none;
  }
  .sub-p1 span {
    display: inline;
  }
}
@media screen and (max-width: 1279px) {
  body {
    font-size: 1.4rem;
  }
  .sub-header {
    padding-top: 120px;
  }
  .img-auto {
    width: 98%;
    margin: 0 auto;
  }
  .sub-cont {
    padding-top: 60px;
  }

  .sub-text {
    display: block;
  }
  .sub-text .sub-h3:after {
    content: none;
  }
  .text-header {
    max-width: 100%;
  }
  .sub-heading {
    background: none;
  }
  .text-cont {
    max-width: 100%;
  }
  .text-cont-inner {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .container.sub {
    padding-bottom: 0;
  }
  .sub-header {
    padding-top: 90px;
  }
  .table {
    margin-top: 50px;
  }
  .tablet-none {
    display: none !important;
  }
  .sub-cont {
    padding-top: 0;
  }
  .sub-text {
    padding-bottom: 50px;
  }
  .sub-heading {
    margin-bottom: 20px;
  }
  .text-cont-detail {
    margin-bottom: 40px;
  }
  .sub-footer {
    display: none;
  }
}
@media screen and (max-width: 499px) {
  .container.sub {
    padding-bottom: 0;
  }
  .mobile-none {
    display: none !important;
  }
  .sub-header {
    padding-top: 90px;
  }
  .sub-heading {
    margin-bottom: 10px;
  }
  .sub-cont {
    padding-top: 0;
  }
  .sub-text {
    padding-bottom: 30px;
  }
}
/* =============================================================
    sub : sub-board
============================================================= */
.sub-board {
  padding-bottom: 100px;
}
.board-topbar {
  position: relative;
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
}
.board-info {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.board-info-group li {
  display: inline-block;
  padding-right: 30px;
}
.board-info-group li span {
  padding-left: 10px;
  font-weight: 600;
}
.board-search {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: flex-end;
  width: 485px;
}
.search-select {
  flex: 0 0 150px;
  max-width: 150px;
  margin-left: 1.2%;
  margin-bottom: 5px;
}
.search-text {
  flex: 0 0 45%;
  max-width: 45%;
  margin-left: 1.2%;
}
.top-search .search-text {
  width: 445px;
  max-width: 445px;
}
.top-search .search-text .form-control {
  background-color: #f5f5f5;
}
.search-submit {
  flex: 0 0 19.8%;
  max-width: 19.8%;
  margin-left: 1.2%;
}
.file-group li {
  display: inline-block;
  width: 26px;
  height: 27px;
}
.board-pagi {
  position: relative;
  padding-top: 40px;
}
.board-pagi .pagination {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
.board-pagi .pagination li {
  display: inline-block;
  vertical-align: middle;
}
.board-pagi .pagination a {
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid #ddd;
  line-height: 40px;
  text-align: center;
  transition: 0.4s;
}
.board-pagi .pagination li.on a,
.board-pagi .pagination li:hover a,
.board-pagi .pagination li:focus a,
.board-pagi .pagination li:active a {
  background-color: #2f5993;
  color: #fff;
}
.board-pagi .pagination li a.pn-to-first {
  background: url(/portal/img/sub/double-arrow-left.png) no-repeat center;
}
.board-pagi .pagination li a.pn-to-prev {
  background: url(/portal/img/sub/arrow-left.png) no-repeat center;
}
.board-pagi .pagination li a.pn-to-next {
  background: url(/portal/img/sub/arrow-right.png) no-repeat center;
}
.board-pagi .pagination li a.pn-to-last {
  background: url(/portal/img/sub/double-arrow-right.png) no-repeat center;
}

.board-pagi .btn-group {
  position: absolute;
  top: 40px;
  right: 0;
}
.board-pagi .btn-group .btn {
  width: auto;
  height: auto;
  padding: 10px 20px;
}

.board-accordion {
  border-top: 2px solid #2f5993;
}
.ac-list {
  border-top: 1px solid #e5e5e5;
}
.ac-title {
  position: relative;
  padding: 20px 30px;
  border-bottom: 1px solid #e5e5e5;
}
.ac-header li {
  display: inline-block;
  width: 94%;
  padding-right: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ac-header .keyword {
  color: #118ad9;
}
.ac-title .icon-arrow {
  position: absolute;
  top: 40%;
  right: 40px;
  width: 18px;
  height: 18px;
  background: url(/portal/img/main/up-arrow-black.svg) no-repeat center;
  background-size: 18px;
  transform: rotate(180deg);
}
.ac-detail {
  padding: 40px;
  background: #f2f5f8;
}
.ac-detail .ac-content p {
  word-break: break-all;
}
.ac-content {
  display: flex;
  margin-bottom: 40px;
}
.ac-content:last-child {
  margin-bottom: 0;
}
.ac-title .ac-content {
  align-items: center;
}
.ac-cont01 {
  margin-right: 25px;
}
.ac-cont02 {
  width: 100%;
}
@media screen and (max-width: 1279px) {
  .top-search .search-text {
    max-width: 85%;
  }
  .board-pagi .pagination {
    top: 80px;
  }
}
@media screen and (max-width: 1023px) {
  .board-topbar {
    height: 100px;
  }
  .board-search {
    flex-wrap: wrap;
  }
  .board-info {
    display: none;
  }
  .topbar02 .board-info {
    display: none;
  }
  .topbar02 .search-select {
    flex: 0 0 18%;
    max-width: 18%;
  }
  .topbar02 .search-text {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .topbar02 .search-submit {
    flex: 0 0 19.8%;
    max-width: 19.8%;
  }
  .board-pagi .btn-group {
    position: absolute;
    top: 15px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .search-select {
    flex: 0 0 27.8%;
    max-width: 27.8%;
  }
  .search-text {
    flex: 0 0 48%;
    max-width: 48%;
  }
  .top-search .search-text {
    flex: 0 0 100%;
    max-width: 100%;
    width: calc(100% - 75px);
  }
}
@media screen and (max-width: 501px) {
  .search-select {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0%;
  }
  .search-text {
    flex: 0 0 70%;
    max-width: 70%;
    margin-left: 0%;
  }
  .search-submit {
    flex: 0 0 28.8%;
    max-width: 28.8%;
    margin-left: 1.2%;
  }
  .topbar02 .board-search {
    flex-wrap: wrap;
  }
  .topbar02 .search-select {
    flex: 0 0 48.8%;
    max-width: 48.8%;
    margin-bottom: 3px;
  }
  .topbar02 .search-text {
    flex: 0 0 67.5%;
    max-width: 67.5%;
  }
  .topbar02 .search-submit {
    flex: 0 0 18.8%;
    max-width: 18.8%;
    margin-right: 1.2%;
  }
  .board-accordion {
    margin-top: 50px;
  }
  .ac-title .icon-arrow {
    right: 15px;
  }
  .ac-title {
    padding: 20px 15px;
  }
  .ac-cont01 {
    margin-right: 10px;
  }
  .ac-detail {
    padding: 20px 20px;
  }
  .ac-header li {
    width: 85%;
  }
}

/* 2024-03-29 김준권 타이틀 ac-content margin 제거 */
.ac-title.accordion-th .ac-content{
	margin-bottom:0px;
}

/* =============================================================
    sub : sub-view
============================================================= */
.view-title {
  text-align: center;
  word-break: keep-all;
}
.view-title span {
  padding-right: 35px;
  color: #e8552b;
  font-weight: 500;
}
.view-info {
  padding: 40px 0;
  text-align: center;
}
.view-info li {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  font-weight: 500;
}
.view-info li:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 20px;
  background: #e5e5e5;
  transform: translateY(-50%);
}
.view-info li:last-child:after {
  content: none;
}
.view-info li span {
  padding-left: 10px;
  color: #777;
}
.view-cont {
  padding-top: 50px;
  margin-bottom: 50px;
  border-top: 1px solid #e5e5e5;
}
.view-cont img {
  display: block;
  margin: 40px auto;
  max-width: 100%;
}
.view-h1 {
  margin-bottom: 80px;
  font-weight: 500;
  text-align: center;
}
.view-p {
  line-height: 2;
  white-space: pre-wrap;
}
.view-file {
  display: flex;
  margin: 100px 0;
  padding: 40px 40px 40px 0;
  background: #f5f5f5;
  border-radius: 20px;
}
.view-file .file-title {
  flex: 0 0 10%;
  max-width: 10%;
  text-align: center;
  font-weight: 500;
}
.view-file .file-detail {
  flex: 0 0 90%;
  max-width: 90%;
}
.view-file .file-list li {
  margin-bottom: 15px;
  word-break: keep-all;
  line-height: 2.5;
}
.view-file .file-list a {
  display: inline-block;
  padding-left: 20px;
  color: #878787;
  position: relative; /* 230405 접근성 이슈 수정 2 */
}
.view-footer {
  position: relative;
  padding: 0 40px;
  margin-bottom: 40px;
  height: 100px;
  border-top: 1px solid #2f5993;
  border-bottom: 1px solid #e5e5e5;
}
.view-footer:after {
  content: "";
  display: block;
  clear: both;
}
.view-footer .list:after {
  content: "";
  display: block;
  clear: both;
}
.view-footer .list li {
  position: relative;
  padding: 0 20px;
  line-height: 100px;
}
.view-footer .list li:nth-child(2):after {
  content: "";
  position: absolute;
  top: 50%;
  width: 1px;
  height: 17px;
  background: #c5c5c5;
  transform: translateY(-50%);
}
.view-footer .list.left li {
  float: left;
}
.view-footer .list.right li {
  float: right;
}
.view-footer .list.left li:nth-child(2):after {
  right: 0;
}
.view-footer .list.right li:nth-child(2):after {
  left: 0;
}
.view-footer .submit {
  position: absolute;
  bottom: -125px;
  left: 50%;
  width: 150px;
  height: 60px;
  transform: translateX(-50%);
}
.view-footer .btn-submit {
  background: #118ad9;
  border-radius: 10px;
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .view-file {
    padding: 20px 20px 0 20px;
  }
  .view-file .file-title {
    display: none;
  }
  .view-file .file-detail {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .view-footer {
    height: auto;
    padding: 0;
  }
  .view-footer .list {
    float: none !important;
  }
  .view-footer .list li {
    line-height: 4;
  }
  .view-footer .list li:last-child {
    width: 60%;
  }
  .view-footer .list li a {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .view-footer .list.right li {
    float: left;
  }
  .view-footer .list.right .icon-arrow-right:after {
    background-image: url(/portal/img/sub/arrow-left.png);
  }
  .view-footer .list.right li:nth-child(2):after {
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 501px) {
  .view-footer .list li {
    padding: 0 10px;
  }
  .view-footer .list li:first-child {
    display: none;
  }
  .view-footer .list li:last-child {
    width: 58%;
  }
  .view-title span {
    padding-right: 10px;
  }
  /*.view-title span:before {content: "["}.view-title span:after {content: "]"}*/
}
/* =============================================================
    sub : sub-form
============================================================= */
.sub-form {
  margin-bottom: 120px;
  word-break: keep-all;
}
.sub-form .btn {
  word-break: keep-all;
}
.form-table .tr {
  display: flex;
  align-items: center;
  padding: 40px 0 15px 0;
  border-bottom: 1px solid #e5e5e5;
}
.form-table .tr:last-child {
  border-bottom: none;
}
.form-table .th {
  flex: 0 0 12%;
  max-width: 12%;
  line-height: 50px;
}
.form-table .th .sub-p2 {
  line-height: 50px;
}
.form-table .td {
  flex: 0 0 88%;
  max-width: 88%;
}
.form-table .td.tdbg-grey {
  margin-bottom: 20px;
  background: #f7f7f7;
}
.form-container {
  display: flex;
  height: 50px;
}
.form-container .form-box {
  flex: 0 0 15%;
  max-width: 15%;
  height: 100%;
}
.form01 .form-box.list01 {
  flex: 0 0 74%;
  max-width: 74%;
}
.form01 .form-box.list02 {
  flex: 0 0 10%;
  max-width: 10%;
}
.form02 .form-box.list01 {
  flex: 0 0 84%;
  max-width: 84%;
}
.form03 .form-box.list01 {
  flex: 0 0 15%;
  max-width: 15%;
}
.form03 .form-box.list02 {
  flex: 0 0 5%;
  max-width: 5%;
}
.form03 .form-box.list02 span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}
.form03 .form-box.list02 span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 1px;
  background: #999;
  transform: translate(-50%, -50%);
}
.form04 .form-box.list01 {
  flex: 0 0 45%;
  max-width: 45%;
}
.form04 .form-box.list02 {
  flex: 0 0 5%;
  max-width: 5%;
}
.form04 .form-box.list02 span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}
.form04 .form-box.list02 span:after {
  content: "@";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-indent: 0;
}
.form04 .form-box.list03 {
  flex: 0 0 24%;
  max-width: 24%;
}
.form04 .form-box.list04 {
  flex: 0 0 24%;
  max-width: 24%;
  margin-left: 2%;
}
.form05 .form-box.list01 {
  flex: 0 0 30%;
  max-width: 30%;
}
.form05 .form-box.list02 {
  flex: 0 0 10%;
  max-width: 10%;
}
.form05 .form-box.list03 {
  flex: 0 0 58%;
  max-width: 58%;
  margin-left: 2%;
}
.form06 .form-box.list01 {
  flex: 0 0 8%;
  max-width: 8%;
  margin-right: 1%;
}
.form06 [type="radio"]:checked + label,
.form06 [type="radio"]:not(:checked) + label {
  top: 50%;
  transform: translateY(-50%);
}
.form07 .form-box.list01 {
  flex: 0 0 auto;
  max-width: 8%;
  margin-right: 2%;
}
.form07 .form-box.list01 label {
  position: relative;
  top: 25%;
  transform: translateY(-50%);
}
.form07 .form-box.list02 {
  flex: 0 0 8%;
  max-width: 8%;
  margin-right: 3%;
}
.form-container.form08 {
  height: 150px;
}
.form08 .form-box.list01 {
  flex: 0 0 112%;
  max-width: 112%;
}
.form-box textarea {
  width: 100%;
  height: 150px;
  padding: 20px;
}

.sub-textinfo {
  padding: 100px 0;
  margin-bottom: 50px;
}

.linebox {
  margin-top: 20px;
  padding: 40px 40px 20px;
  border: 1px solid #d5d5d5;
  border-radius: 10px;
}
.linebox02 {
  margin-top: 20px;
  padding: 20px 40px 20px;
  border: 1px solid #f05022;
  border-radius: 10px;
  background: #fff;
}
.text-box {
  margin: 30px 0;
}
.text-box [type="checkbox"] + label {
  margin-left: 10px;
}
.btn-submit-group {
  margin-bottom: 100px;
  text-align: center;
  vertical-align: middle;
}
.btn-submit-group .btn {
  display: inline-block;
  width: 150px;
  height: 60px;
  border-radius: 10px;
}
.btn-submit-group a.btn {
  line-height: 48px;
}
.btn-submit-group a.btn:hover,
.btn-submit-group a.btn:active,
.btn-submit-group a.btn:focus {
  text-decoration: none;
}
.btn-submit-group .btn-submit {
  background: #118ad9;
  color: #fff;
}
.btn-submit-group .btn-cancel {
  background: #777;
  color: #fff;
}
@media screen and (max-width: 1399px) {
  .form-table .th {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .form-table .td {
    flex: 0 0 80%;
    max-width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .sub-form {
    margin-bottom: 20px;
  }
  .sub-textinfo {
    padding: 30px 0;
  }
  .form-table .tr {
    padding: 15px 0;
  }
  .form-table .th {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .form-table .td {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .form-table .th .sub-p2 {
    line-height: 1.4;
  }
  .form03 .form-box.list01 {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .form03 .form-box.list02 {
    flex: 0 0 5%;
    max-width: 5%;
  }
  .form03 .form-box.list02 span:after {
    width: 5px;
  }
  .form04 .form-box.list01 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .form04 .form-box.list03 {
    display: none;
  }
  .form04 .form-box.list04 {
    flex: 0 0 35%;
    max-width: 35%;
  }
  .btn-submit-group .btn,
  .btn-submit-group a.btn {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 0.375rem 2rem;
    border-radius: 4px;
    line-height: 1.4;
  }
  .linebox,
  .linebox02 {
    padding: 25px;
  }
  .text-box {
    margin: 10px 0 0 0;
  }
}
@media screen and (max-width: 499px) {
  .form-table .th {
    flex: 0 0 37%;
    max-width: 37%;
  }
  .form-table .td {
    flex: 0 0 63%;
    max-width: 63%;
  }
}
/* =============================================================
    sub : sub-table
============================================================= */
.table-01 {
  border-top: 2px solid #2f5993;
  border-bottom: 1px solid #d5d5d5;
  color: #000;
}
.table-01 th,
.table-01 td {
  padding: 20px;
  border-right: 1px solid #d5d5d5;
  vertical-align: middle;
  text-align: center;
}
.table-01 thead th {
  background: #f5f5f5;
  font-weight: 500;
}
.table-01 th:last-child,
.table-01 td:last-child {
  border-right: none;
}
.table-01 tbody th {
  background: #f5f5f5;
  font-weight: 500;
}
.table-01 tbody td {
  color: #555;
  font-weight: 400;
  line-height: 1.7;
}
.table-01 tbody p {
  display: block;
}

.table-board {
  border-top: 2px solid #2f5993;
  border-bottom: 1px solid #d5d5d5;
  color: #000;
}
.table-board th,
.table-board td {
  padding: 20px;
  border-right: 1px solid #d5d5d5;
  vertical-align: middle;
  text-align: center;
}
.table-board thead th {
  background: #f5f5f5;
  font-weight: 500;
}
.table-board th:last-child,
.table-board td:last-child {
  border-right: none;
}
.table-board tbody th {
  background: #f5f5f5;
  font-weight: 500;
}
.table-board tbody td {
  color: #555;
  font-weight: 400;
  line-height: 1.7;
}
.table-board tbody p {
  display: block;
}
.table-board .textover {
  width: 600px;
}
.table-board .item-seq00 {
  display: inline-block;
  width: 80px;
  padding: 5px;
  border: 1px solid #000;
  color: #000;
  text-align: center;
}
.table-board .item-seq01 {
  display: inline-block;
  width: 80px;
  padding: 5px;
  border: 1px solid #26a0f0;
  color: #26a0f0;
  text-align: center;
}
.table-board .item-seq02 {
  display: inline-block;
  width: 80px;
  padding: 5px;
  border: 1px solid #0049a3;
  color: #0049a3;
  text-align: center;
}
.table-board .item-seq03 {
  display: inline-block;
  width: 80px;
  padding: 5px;
  border: 1px solid #f05022;
  color: #f05022;
  text-align: center;
}
.table-board .item-seq04 {
  display: inline-block;
  width: 80px;
  padding: 5px;
  border: 1px solid #ffb63f;
  color: #ffb63f;
  text-align: center;
}
.table-board .item-seq05 {
  display: inline-block;
  width: 80px;
  padding: 5px;
  border: 1px solid #0c9f50;
  color: #0c9f50;
  text-align: center;
}
.table-board .item-seq06 {
  display: inline-block;
  width: 80px;
  padding: 5px;
  border: 1px solid #97cc66;
  color: #97cc66;
  text-align: center;
}
.table-board .item-seq07 {
  display: inline-block;
  width: 80px;
  padding: 5px;
  border: 1px solid #a40035;
  color: #a40035;
  text-align: center;
}
.table-board .item-seq08 {
  display: inline-block;
  width: 80px;
  padding: 5px;
  border: 1px solid #f62c9c;
  color: #f62c9c;
  text-align: center;
}
.table-board .item-seq09 {
  display: inline-block;
  width: 80px;
  padding: 5px;
  border: 1px solid #999;
  color: #999;
  text-align: center;
}

.table-board01 {
  border-top: 2px solid #2f5993;
  border-bottom: 1px solid #d5d5d5;
  color: #000;
}
.table-board01 th,
.table-board01 td {
  padding: 10px 20px;
  border-right: 1px solid #d5d5d5;
  vertical-align: middle;
  text-align: center;
}
.table-board01 thead th {
  background: #f5f5f5;
  font-weight: 500;
}
.table-board01 th:last-child,
.table-board01 td:last-child {
  border-right: none;
}
.table-board01 tbody th {
  background: #f5f5f5;
  font-weight: 500;
}
.table-board01 tbody td {
  color: #555;
  font-weight: 400;
  line-height: 1;
}
.table-board01 tbody p {
  display: block;
}
.table-board01 .textover {
  width: 500px;
}
.table-board01 .item-seq01 {
  display: inline-block;
  width: 80px;
  padding: 5px;
  border: 1px solid #118ad9;
  color: #118ad9;
  text-align: center;
}
.table-board01 .item-seq02 {
  display: inline-block;
  width: 80px;
  padding: 5px;
  border: 1px solid #00397f;
  color: #00397f;
  text-align: center;
}
.table-board01 .item-seq03 {
  display: inline-block;
  width: 80px;
  padding: 5px;
  border: 1px solid #f05022;
  color: #f05022;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .table-board01-wrap {
    width: 100%;
    overflow-x: auto;
  }
  .table-board01 {
    width: 905px;
  }
  .table-board01 th,
  .table-board01 td {
    padding: 10px;
  }
}
.table-board02 {
  border-top: 2px solid #2f5993;
  border-bottom: 1px solid #d5d5d5;
  color: #000;
}
.table-board02 th,
.table-board02 td {
  padding: 20px;
  border-right: 1px solid #d5d5d5;
  vertical-align: middle;
  text-align: center;
}
.table-board02 thead th {
  background: #f5f5f5;
  font-weight: 500;
}
.table-board02 th:last-child,
.table-board02 td:last-child {
  border-right: none;
}
.table-board02 tbody th {
  background: #f5f5f5;
  font-weight: 500;
}
.table-board02 tbody td {
  color: #555;
  font-weight: 400;
  line-height: 1;
}
.table-board02 tbody p {
  display: block;
}
.table-board02 .textover {
  width: 600px;
}
.table-board02 .icon-notice {
  position: relative;
  display: block;
}
.table-board02 .icon-notice:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1279px) {
  .table-board02 .textover {
    width: 500px;
  }
  .table-board02 th,
  .table-board02 td {
    padding: 10px;
  }
}
@media screen and (max-width: 1023px) {
  .table-board02 colgroup {
    display: none;
  }
  .table-board02 thead {
    display: none;
  }
  .table-board02 .icon-notice {
    width: 45px;
    height: 40px;
  }
  .table-board02 tbody tr {
    position: relative;
    display: block;
    height: 65px;
    border-bottom: 1px solid #ddd;
  }
  .table-board02 tbody tr:last-child {
    border-bottom: none;
  }
  .table-board02 tbody tr:after {
    content: "";
    display: block;
    clear: both;
  }
  .table-board02 tbody th {
    position: absolute;
    display: block;
    background: none;
    border: none;
    text-align: left;
  }
  .table-board02 tbody td {
    position: absolute;
    display: block;
    border: none;
    line-height: 20px;
    text-align: left;
  }
  .table-board02 tbody .list_num {
    top: 0;
    width: 60px;
    height: 60px;
    line-height: 40px;
    text-align: center;
  }
  .table-board02 tbody .w13 {
    display: none;
  }
  .table-board02 tbody .list_tit {
    top: 0;
    left: 60px;
    width: calc(100% - 88px);
    height: 30px;
  }
  .table-board02 tbody .list_file {
    display: none;
  }
  .table-board02 tbody .list_write {
    top: 28px;
    left: 60px;
    width: 150px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .table-board02 tbody .list_write:before {
    content: "작성자 : ";
  }
  .table-board02 tbody .list_date {
    top: 28px;
    left: 200px;
    width: 150px;
    height: 30px;
  }
  .table-board02 tbody .list_date:before {
    content: "작성일 : ";
  }
  .table-board02 tbody .list_hit {
    display: none;
  }
  .table-board02 tbody td .textover {
    width: 100%;
  }
}
@media screen and (max-width: 499px) {
  .table-board02 tbody .list_tit {
    width: calc(100% - 80px);
  }
  .table-board02 tbody .list_write {
    display: none;
  }
  .table-board02 tbody .list_date {
    top: 28px;
    left: 60px;
    width: 150px;
    height: 30px;
  }
  .table-board02 tbody .list_date:before {
    content: none;
  }
}
.scroll-table {
  width: 100%;
  padding-bottom: 20px;
  overflow-x: auto;
}
.table-scroll {
  border-top: 2px solid #2f5993;
  border-bottom: 1px solid #d5d5d5;
  color: #000;
}
.table-scroll th,
.table-scroll td {
  padding: 20px;
  border-right: 1px solid #d5d5d5;
  vertical-align: middle;
  text-align: center;
}
.table-scroll thead th {
  background: #f5f5f5;
  font-weight: 500;
}
.table-scroll th:last-child,
.table-scroll td:last-child {
  border-right: none;
}
.table-scroll tbody th {
  background: #f5f5f5;
  font-weight: 500;
}
.table-scroll tbody td {
  color: #555;
  font-weight: 400;
  line-height: 1.7;
}
.table-scroll tbody p {
  display: block;
}
.table .border-right {
  border-right: 1px solid #d5d5d5 !important;
}

ol.list-depth01 > li {
  position: relative;
  padding-left: 25px;
}
ol.list-depth01 > li:before {
  position: absolute;
  top: 0;
  left: 0;
}
ol.list-depth01 > li:nth-child(1):before {
  content: "가. ";
}
ol.list-depth01 > li:nth-child(2):before {
  content: "나. ";
}
ol.list-depth01 > li:nth-child(3):before {
  content: "다. ";
}
ol.list-depth01 > li:nth-child(4):before {
  content: "라. ";
}
ol.list-depth01 > li:nth-child(5):before {
  content: "마. ";
}
ol.list-depth01 > li:nth-child(6):before {
  content: "바. ";
}
ol.list-depth01 > li:nth-child(7):before {
  content: "사. ";
}
ol.list-depth01 > li:nth-child(8):before {
  content: "아. ";
}
ol.list-depth01 > li:nth-child(9):before {
  content: "자. ";
}
/* 20240411 위험기계기구 안전검사 콘텐츠 수정 */
ol.list-depth01 > li:nth-child(10):before {
  content: "차. ";
}
ol.list-depth01 > li:nth-child(11):before {
  content: "카. ";
}
ol.list-depth01 > li:nth-child(12):before {
  content: "타. ";
}
ol.list-depth01 > li:nth-child(13):before {
  content: "파. ";
}

ol.list-depth02 {
  margin-left: 15px;
}
ol.list-depth02 > li {
  list-style-type: decimal;
}
ol.list-depth03 > li {
  position: relative;
  padding-left: 25px;
}
ol.list-depth03 > li:before {
  position: absolute;
  top: 0;
  left: 0;
}
ol.list-depth03 > li:nth-child(1):before {
  content: "가) ";
}
ol.list-depth03 > li:nth-child(2):before {
  content: "나) ";
}
ol.list-depth03 > li:nth-child(3):before {
  content: "다) ";
}
ol.list-depth03 > li:nth-child(4):before {
  content: "라) ";
}
ol.list-depth03 > li:nth-child(5):before {
  content: "마) ";
}
ol.list-depth03 > li:nth-child(6):before {
  content: "바) ";
}
ol.list-depth03 > li:nth-child(7):before {
  content: "사) ";
}
ol.list-depth03 > li:nth-child(8):before {
  content: "아) ";
}
ol.list-depth03 > li:nth-child(9):before {
  content: "자) ";
}

.num-st01 {
  position: relative;
  padding-left: 25px;
}
.num-st01:before {
  position: absolute;
  top: -1px;
  left: 0;
}
.num-st01.num01:before {
  content: "(1)";
}
.num-st01.num02:before {
  content: "(2)";
}
.num-st01.num03:before {
  content: "(3)";
}
.num-st01.num04:before {
  content: "(4)";
}
.num-st01.num05:before {
  content: "(5)";
}
.num-st01.num06:before {
  content: "(6)";
}
.num-st01.num07:before {
  content: "(7)";
}
.num-st01.num08:before {
  content: "(8)";
}
.num-st01.num09:before {
  content: "(9)";
}

.num-st02 {
  position: relative;
  padding-left: 40px;
}
.num-st02:before {
  position: absolute;
  top: 0;
  left: 17px;
}
.num-st02.num01:before {
  content: "①";
}
.num-st02.num02:before {
  content: "②";
}
.num-st02.num03:before {
  content: "③";
}
.num-st02.num04:before {
  content: "④";
}
.num-st02.num05:before {
  content: "⑤";
}
.num-st02.num06:before {
  content: "⑥";
}
.num-st02.num07:before {
  content: "⑦";
}
.num-st02.num08:before {
  content: "⑧";
}
.num-st02.num09:before {
  content: "⑨";
}
.num-st02.num10:before {
  content: "⑩";
}

/* 개인정보처리방침 제10조 들여쓰기로 인한 css추가 */
.num-st02_2 {
  position: relative;
  padding-left: 24px;
}
.num-st02_2:before {
  position: absolute;
  top: 0;
  left: 17px;
}
.num-st02_2.num01:before {
  content: "①";
}
.num-st02_2.num02:before {
  content: "②";
}
.num-st02_2.num03:before {
  content: "③";
}
.num-st02_2.num04:before {
  content: "④";
}
.num-st02_2.num05:before {
  content: "⑤";
}
.num-st02_2.num06:before {
  content: "⑥";
}
.num-st02_2.num07:before {
  content: "⑦";
}
.num-st02_2.num08:before {
  content: "⑧";
}
.num-st02_2.num09:before {
  content: "⑨";
}
.num-st02_2.num10:before {
  content: "⑩";
}
@media screen and (max-width: 1279px) {
  .table-board .textover {
    width: 400px;
  }
}
@media screen and (max-width: 1023px) {
  .table-01 th,
  .table-01 td {
    padding: 10px 15px;
  }

  .table-board th,
  .table-board td {
    padding: 10px 15px;
  }
  .table-board .textover {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .table-01,
  .table-01 tbody,
  .table-01 tr,
  .table-01 th,
  .table-01 td {
    display: block;
  }
  .table-01 {
    border-bottom: none;
  }
  .table-01 thead {
    display: none;
  }
  .table-01 tr {
    margin-bottom: 15px;
    border-bottom: 1px solid #d5d5d5;
  }
  .table-01 th,
  .table-01 td {
    border-left: 1px solid #d5d5d5;
    text-align: left;
  }
  .table-01 tbody th {
    background: none;
  }
  .table-01 th:first-child,
  .table-01 td:first-child {
    border-top: 1px solid #d5d5d5;
  }
  .table-01 tr:first-child th:first-child,
  .table-01 tr:first-child td:first-child {
    border-top: none;
  }
  .table-01 th:last-child,
  .table-01 td:last-child {
    border-right: 1px solid #d5d5d5;
  }
  .table-01 th,
  .table-01 td {
    position: relative;
    padding-left: 120px;
  }
  .table-01 th:before,
  .table-01 td:before {
    content: attr(title);
    display: inline-flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100%;
    background: #f1f1f1;
    align-items: center;
    justify-content: center;
  }

  .table-board,
  .table-board tbody,
  .table-board tr,
  .table-board th,
  .table-board td {
    display: block;
  }
  .table-board {
    border-bottom: none;
  }
  .table-board thead {
    display: none;
  }
  .table-board tr {
    margin-bottom: 15px;
    border-bottom: 1px solid #d5d5d5;
  }
  .table-board th,
  .table-board td {
    border-left: 1px solid #d5d5d5;
    text-align: left;
  }
  .table-board tbody th {
    background: none;
  }
  .table-board tbody td {
    min-height: 45px;
  }
  .table-board th:first-child,
  .table-board td:first-child {
    border-top: 1px solid #d5d5d5;
  }
  .table-board tr:first-child th:first-child,
  .table-board tr:first-child td:first-child {
    border-top: none;
  }
  .table-board th:last-child,
  .table-board td:last-child {
    border-right: 1px solid #d5d5d5;
  }
  .table-board th,
  .table-board td {
    position: relative;
    padding-left: 120px;
  }
  .table-board th:before,
  .table-board td:before {
    content: attr(title);
    display: inline-flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100%;
    background: #f1f1f1;
    align-items: center;
    justify-content: center;
  }
  .table.notitle th:before,
  .table.notitle td:before {
    content: attr(date-title);
  }
  .table-board .textover {
    width: 100%;
    white-space: inherit;
  }

  .board-info-group {
    display: none;
  }
  .board-search {
    width: 100%;
  }
  .board-pagi .pagination a {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: none;
    line-height: 20px;
    font-size: 1.2rem;
  }

  .table-scroll {
    width: 680px;
    border-top: none;
  }
}
/* =============================================================
    sub : intro
============================================================= */
.sub-intro01 {
  height: 520px;
  padding-top: 100px;
  margin-bottom: 200px;
}
.intro-cont {
  padding-bottom: 80px;
  background: #f5f5f5;
  word-break: keep-all;
}
.intro-cont .sub-inner:after {
  content: "";
  display: block;
  clear: both;
}
.intro-cont .intro-img {
  float: left;
  width: 580px;
  height: 550px;
  margin-top: -100px;
  border-radius: 30px;
  box-shadow: 7px 13px 13px 5px rgba(0, 0, 0, 0.12);
  overflow: hidden;
}
.intro-cont .intro-text {
  float: right;
  width: calc(100% - 650px);
  padding-top: 100px;
}
.intro-cont .sub-h2 {
  position: relative;
  padding-bottom: 90px;
  text-align: left;
}
.intro-cont .sub-h2:after {
  content: "";
  position: absolute;
  bottom: 45px;
  left: 0;
  width: 50px;
  height: 3px;
  background: #118ad9;
}
.intro-cont .sub-h2 span {
  display: block;
}

.intro-list01 {
  width: 85%;
  margin: 0 auto;
  padding-top: 0;
}
.intro-list01 ul:after {
  content: "";
  display: block;
  clear: both;
}
.intro-list01 li {
  position: relative;
  float: left;
  width: 25%;
  height: 390px;
}
.intro-list01 li:before {
  content: "";
  position: absolute;
  top: 100px;
  right: 0;
  width: 8px;
  height: 8px;
  background: #118ad9;
  transform: rotate(45deg);
}
.intro-list01 li:nth-child(4n):before,
.intro-list01 li:nth-child(4n):after {
  content: none;
}
.intro-list01 .list-icon {
  position: relative;
  width: 200px;
  height: 200px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: #f9f9f9;
}
.intro-list01 .list-icon:before,
.intro-list01 .list-icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.intro-list01 .list-icon:before {
  width: 170px;
  height: 170px;
  background: #f1f1f1;
}
.intro-list01 .list-icon:after {
  width: 140px;
  height: 140px;
  background: #fff;
}
.intro-list01 .list-icon span {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 69px;
  height: 65px;
  transform: translate(-50%, -50%);
  background: url(/portal/img/sub/p07/e0101-01.png) no-repeat center/contain;
  z-index: 2;
}
.intro-list01 .list-icon .icon-search {
  background-image: url(/portal/img/sub/p07/e0101-01.png);
}
.intro-list01 .list-icon .icon-pie {
  background-image: url(/portal/img/sub/p07/e0101-02.png);
}
.intro-list01 .list-icon .icon-bar {
  background-image: url(/portal/img/sub/p07/e0101-03.png);
}
.intro-list01 .list-icon .icon-lamp {
  background-image: url(/portal/img/sub/p07/e0101-04.png);
}
.intro-list01 .list-icon .icon-antenna {
  background-image: url(/portal/img/sub/p07/e0101-05.png);
}
.intro-list01 .list-icon .icon-group {
  background-image: url(/portal/img/sub/p07/e0101-06.png);
}
.intro-list01 .list-icon .icon-chart {
  background-image: url(/portal/img/sub/p07/e0101-07.png);
}
.intro-list01 .list-icon .icon-badge {
  background-image: url(/portal/img/sub/p07/e0101-08.png);
}
.intro-list01 .list-text {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

.intro-list01_01 {
  width: 100%;
  margin: 0 auto;
  padding-top: 0;
}
.intro-list01_01 ul {
  position: relative;
}
.intro-list01_01 ul:after {
  content: "";
  display: block;
  clear: both;
}
.intro-list01_01 > ul:before {
  content: "";
  position: absolute;
  height: 4px;
  width: 100%;
  background: #f1f1f1;
  top: 90px;
}
.intro-list01_01 li {
  position: relative;
  float: left;
  width: 33.33%;
}
.intro-list01_01 > ul > li:before {
  content: "";
  position: absolute;
  top: 88px;
  right: -4px;
  width: 8px;
  height: 8px;
  background: #118ad9;
  transform: rotate(45deg);
}
.intro-list01_01 li:nth-child(3n):before,
.intro-list01 li:nth-child(3n):after {
  content: none;
}
.intro-list01_01 .list-icon {
  position: relative;
  width: 190px;
  height: 190px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: #fff;
  border: 4px solid #f1f1f1;
  box-shadow: 2px 7px 10px 3px rgb(213, 213, 213, 0.3);
}

.intro-list01_01 ul li .list-icon span.fst-word {
  position: absolute;
  font-size: 3rem;
  font-weight: bold;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: -20px;
}
.intro-list01_01 ul li .list-icon span.word {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 17px;
}
.intro-list01_01 ul li .e-cl span {
  color: #079fae;
}
.intro-list01_01 ul li .s-cl span {
  color: #118ad9;
}
.intro-list01_01 ul li .g-cl span {
  color: #e8552b;
}

.intro-list01_01 .list-text {
  width: 95%;
  margin: 0 auto;
  text-align: center;
  background: #f5f5f5;
  border-radius: 20px;
  height: 310px;
  margin-top: 45px;
}
.intro-list01_01 .list-text ul {
}
.intro-list01_01 .list-text ul li {
  width: 100%;
}
.intro-list01_01 .list-text ul li span {
  display: block;
}
.intro-list01_01 .list-text ul li:first-child {
  margin-top: 24px;
}
.intro-list01_01 .list-text ul li:nth-child(2) {
  margin-top: 24px;
  font-weight: bold;
  font-size: 2.2rem;
}
.intro-list01_01 .list-text ul li:last-child {
  margin-top: 20px;
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 2.6rem;
}
.intro-list01_01 .list-text .list-text-unit {
  padding: 40px 10px;
}

.e-cl {
  color: #079fae !important;
}
.s-cl {
  color: #118ad9 !important;
}
.g-cl {
  color: #e8552b !important;
}
.gv-cl {
  color: #255591 !important;
}

.sub-intro01 .intro-bg.int02 {
  height: 480px;
}
.sub-intro01 .sub-h2.int01:after {
  bottom: 20px;
}
.sub-intro01 .sub-p1 .int02 {
  display: block;
}
@media screen and (max-width: 767px) {
  .sub-intro01 .sub-p1 .int02 {
    display: inline;
  }
  .intro-cont .sub-h2:after {
    bottom: 20px;
  }
}

.sub-intro02 .img-header {
  position: relative;
  height: 350px;
}
.sub-intro02 .img-header img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  border-radius: 30px;
  transform: translate(-50%, -50%);
  box-shadow: 5px 5px 20px 5px rgba(0, 0, 0, 0.2);
}
.sub-intro02 {
  position: relative;
  word-break: keep-all;
}
.intro-bg {
  position: absolute;
  top: 650px;
  left: 0;
  width: 100%;
  height: 695px;
  background: #f5f5f5;
  z-index: -1;
}
.sub-intro02 .intro-bg {
  top: 325px;
}
.sub-intro02 .intro-cont {
  position: relative;
  background: none;
}
.sub-intro02 .sub-h1 {
  font-size: 4rem;
  text-align: left;
}
.sub-intro02 .sub-h1 span {
  display: block;
}
.sub-intro02 .intro-img {
  float: none;
  width: 100%;
  height: 350px;
  margin-top: 0;
}
.sub-intro02 .intro-text {
  width: 55%;
  height: auto;
}
.sub-intro02 .intro-text.left {
  float: left;
  width: 40%;
}
.sub-intro02 p.sub-h2:after {
  content: none;
}
.sub-intro02 .sub-p1 {
  margin-bottom: 40px;
}
.sign {
  text-align: right;
}
.sign span {
  position: relative;
  padding-left: 10px;
}
.sign span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: 20px;
  background: #118ad9;
  transform: translateY(-50%);
}
.sign img {
  padding-left: 10px;
}
@media screen and (max-width: 501px) {
  .sign img {
    width: 60px;
  }
}
.sub-intro03 {
  position: relative;
}
.sub-intro03 .intro-bg {
  position: absolute;
  top: 360px;
  width: 100%;
  height: 350px;
  background: #f5f5f5;
}
.sub-intro03 .intro-dd {
  position: relative;
  margin-top: 60px;
}
.sub-intro03 .sub-h1 {
  position: relative;
  margin-bottom: 0;
}
.sub-intro03 .sub-h1:after {
  content: "";
  position: absolute;
  top: -65px;
  left: 50%;
  width: 380px;
  height: 355px;
  background: url(/portal/img/sub/p07/e0301-01.png) no-repeat center;
  transform: translateX(-50%);
  z-index: -1;
}
.sub-intro03 .intro-top {
  width: 100%;
  height: 350px;
  margin-top: 95px;
  background: url(/portal/img/sub/p07/e0301-02.png) no-repeat center/cover;
}

.sub-intro04 .img-header {
  width: 100%;
  height: 350px;
  background: url(/portal/img/sub/p07/e0401-01.png) no-repeat center/cover;
  border-radius: 20px;
  box-shadow: 5px 5px 20px 5px rgba(0, 0, 0, 0.2);
}
.sub-intro04 .img-header .sub-h2 {
  text-align: center;
  line-height: 350px;
}
.sub-intro04 .intro-detail {
  width: 100%;
  margin: 100px auto 80px;
}
.sub-intro04 .img-detail {
  padding: 60px 0;
  background: #f5f5f5;
}
.sub-intro04 .img-detail img {
  display: block;
  width: auto;
  margin: 0 auto;
}

.sub-intro05 .img-header {
  position: relative;
  height: 350px;
}
.sub-intro05 .img-header:after {
  content: "";
  position: absolute;
  bottom: -76px;
  right: 66px;
  width: 140px;
  height: 140px;
  background: url(/portal/img/main/logo-symbol.png) no-repeat center;
  z-index: 2;
}
.sub-intro05 .img-header img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  border-radius: 30px;
  transform: translate(-50%, -50%);
  box-shadow: 5px 5px 20px 5px rgba(0, 0, 0, 0.2);
}
.sub-intro05 .img-header-title {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  transform: translate(-50%, -50%);
}
.sub-intro05 .img-header-title .sub-h2 {
  margin-bottom: 50px;
}
.sub-intro05 .img-header-title .sub-h5 {
  width: 80%;
  margin: 0 auto;
}
.intro-ul {
  width: 80%;
  margin: 100px auto 0;
}
.intro-ul li {
  position: relative;
  width: 100%;
  height: 200px;
  margin-bottom: 45px;
  border-radius: 5px 30px 5px 30px;
  background: #f5f5f5;
}
.list-dd {
  position: absolute;
  top: 50%;
  left: 60px;
  width: 84%;
  transform: translateY(-50%);
}
.sub-intro05 .list-dd .sub-p1 {
  padding-left: 100px;
}
.sub-intro05 .list-dd .sub-p1:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 75px;
  height: 75px;
  transform: translateY(-50%);
  background: url(/portal/img/sub/p07/e0501-i01.png) no-repeat 0 50% / contain;
}
.list-dd .sub-p1 span {
  display: block;
}
.sub-intro05 .list-dd .sub-p1.symbol01:after {
  background-image: url(/portal/img/sub/p07/e0501-i01.png);
}
.sub-intro05 .list-dd .sub-p1.symbol02:after {
  background-image: url(/portal/img/sub/p07/e0501-i02.png);
}
.sub-intro05 .list-dd .sub-p1.symbol03:after {
  background-image: url(/portal/img/sub/p07/e0501-i03.png);
}
.sub-intro05 .list-dd .sub-p1.symbol04:after {
  background-image: url(/portal/img/sub/p07/e0501-i04.png);
}
.sub-intro05 .list-dd .sub-p1.symbol05:after {
  background-image: url(/portal/img/sub/p07/e0501-i05.png);
}
.sub-intro05 .sign {
  text-align: center;
}
.sub-intro05 .sign span:before {
  content: none;
}

.sub-intro06 .img-header {
  position: relative;
  height: 350px;
}
.sub-intro06 .img-header img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  border-radius: 30px;
  transform: translate(-50%, -50%);
  box-shadow: 5px 5px 20px 5px rgba(0, 0, 0, 0.2);
}
.sub-intro06 .img-header-title {
  position: absolute;
  top: 100px;
  right: 90px;
  width: 260px;
  height: 100px;
}
.sub-intro06 .img-header-title .sub-h2 {
  text-align: right;
}
.sub-intro06 .img-header-title .sub-h2 span {
  display: block;
}
.sub-intro06 .sub-h3 {
  margin-top: 70px;
  font-weight: 600;
}
.sub-intro06 .sub-h3 span {
  display: block;
}
.sub-intro06 .tab-detail-group {
  margin-top: 50px;
}

.sub-intro07 {
  position: relative;
  height: 600px;
  margin-bottom: 100px;
}
.sub-intro07 .intro-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 400px;
  background: #f5f5f5;
  z-index: -1;
}
.sub-intro07 .intro-cont {
  position: absolute;
  top: 0;
  width: 100%;
  background: none;
}
.sub-intro07 .intro-cont .sub-inner {
  position: relative;
}
.sub-intro07 .intro-cont img {
  width: 100%;
  border-radius: 30px;
  box-shadow: 5px 5px 20px 5px rgba(0, 0, 0, 0.2);
}
.sub-intro07 .intro-title {
  width: 50%;
  margin: 70px auto 0;
  text-align: center;
}
.sub-intro07 .intro-title:after {
  content: none;
}
@media screen and (max-width: 1279px) {
  .sub-intro07 {
    height: auto;
    margin-bottom: 0;
  }
  .sub-intro07 .intro-bg {
    display: none;
  }
  .sub-intro07 .intro-cont {
    position: relative;
    padding-bottom: 0;
  }
  .sub-intro07 .intro-title {
    width: 80%;
  }
  .sub-intro05 .img-header:after {
    bottom: 0;
    right: 50px;
    width: 100px;
    height: 100px;
    background-size: contain;
  }
}
.sub-intro08 {
  margin-bottom: 100px;
}
.sub-intro08 .intro-bg {
  top: 900px;
  height: 450px;
}
.sub-intro08 .intro-bg.int01 {
  top: 914px;
  height: 628px;
}
.sub-intro08 .img-header {
  position: relative;
  height: 350px;
}
.sub-intro08 .img-header img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  border-radius: 30px;
  transform: translate(-50%, -50%);
  box-shadow: 5px 5px 20px 5px rgba(0, 0, 0, 0.2);
}
.sub-intro08 .img-header-title {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  transform: translate(-50%, -50%);
}
.sub-intro08 .img-header-title .sub-h2 {
  margin-bottom: 10px;
}
.sub-intro08 .img-header-title .sub-h5 {
  width: 80%;
  margin: 0 auto;
}
.sub-intro08 .sub-p1.int01 {
  margin-bottom: 170px;
}
@media screen and (max-width: 1279px) {
  .sub-intro08 .sub-p1.int01 {
    margin-bottom: 0;
  }
}

.history-header {
  width: 20px;
  height: 20px;
  margin: 30px auto 15px;
  border-radius: 50%;
  border: 5px solid #f05022;
}
.history-detail {
  position: relative;
  width: 100%;
  height: 1330px;
}
.history-line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 5px;
  height: 100%;
  background: #e5e5e5;
  transform: translateX(-50%);
  overflow: hidden;
  z-index: -1;
}
.history-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: #f05022;
}
.history-list {
  position: relative;
}
.history-list:after {
  content: "";
  position: absolute;
  top: 7px;
  left: -64px;
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  border: 2px solid #333;
}
.history-list .sub-p1 {
  display: flex;
}
.history-list .th {
  flex: 0 0 20%;
  max-width: 20%;
  font-weight: 700;
}
.history-list .td {
  flex: 0 0 75%;
  max-width: 75%;
}
.history-list .td-dd {
  position: relative;
}
.history-list .td-dd span:nth-child(2) {
  display: block;
}
.history-list .td-dd:before {
  content: "·";
  padding-right: 10px;
}
.history-wrap {
  width: 50%;
  height: 907px;
}

.history-unit {
  width: 100%;
  padding: 50px 0;
  border-radius: 30px;
  background: #f5f5f5;
  text-align: center;
}
.history-unit .th {
  padding-right: 45px;
  font-weight: 700;
}

.history01 .history-list {
  position: absolute;
  width: 50%;
}

.history01 .history-list:nth-child(2n-1) {
  left: 54%;
}
.history01 .history-list:nth-child(2n) {
  left: -4%;
  text-align: right;
}
.history01 .history-list:nth-child(2n):after {
  left: auto;
  right: -64px;
}
.history01 .history-list:nth-child(2n) .sub-p1 {
  flex-direction: row-reverse;
}

.history01 .history-list:nth-child(1) {
  top: 50px;
}
.history01 .history-list:nth-child(2) {
  top: 150px;
}
.history01 .history-list:nth-child(3) {
  top: 250px;
}
.history01 .history-list:nth-child(4) {
  top: 405px;
}
.history01 .history-list:nth-child(5) {
  top: 590px;
}
.history01 .history-list:nth-child(6) {
  top: 800px;
}

.history02 .wrap01,
.history03 .wrap01,
.history04 .wrap01 {
  position: absolute;
  left: 54%;
}
.history02 .wrap02,
.history03 .wrap02,
.history04 .wrap02 {
  position: absolute;
  left: -4%;
}
.history02 .history-list,
.history03 .history-list,
.history04 .history-list {
  position: absolute;
  width: 100%;
}
.history02 .wrap02 .history-list,
.history03 .wrap02 .history-list,
.history04 .wrap02 .history-list {
  text-align: right;
  right: 0;
}
.history02 .wrap02 .history-list:after,
.history03 .wrap02 .history-list:after,
.history04 .wrap02 .history-list:after {
  left: auto;
  right: -64px;
}
.history02 .wrap02 .history-list .sub-p1,
.history03 .wrap02 .history-list .sub-p1,
.history04 .wrap02 .history-list .sub-p1 {
  flex-direction: row-reverse;
}
.history02 .wrap01 .sub-h5,
.history03 .wrap01 .sub-h5,
.history04 .wrap01 .sub-h5 {
  position: absolute;
  top: -42px;
  left: 100px;
}
.history02 .wrap02 .sub-h5,
.history03 .wrap02 .sub-h5,
.history04 .wrap02 .sub-h5 {
  position: absolute;
  top: -42px;
  right: 100px;
}

.history02 .history-detail {
  height: 1600px;
}
.history02 .wrap01 .history-list:nth-child(1) {
  top: 60px;
}
.history02 .wrap01 .history-list:nth-child(2) {
  top: 390px;
}
.history02 .wrap01 .history-list:nth-child(3) {
  top: 550px;
}
.history02 .wrap01 .history-list:nth-child(4) {
  top: 950px;
}
.history02 .wrap01 .history-list:nth-child(5) {
  top: 1200px;
}
.history02 .wrap01 .history-list:nth-child(6) {
  top: 1400px;
}
.history02 .wrap02 .history-list:nth-child(1) {
  top: 60px;
}
.history02 .wrap02 .history-list:nth-child(2) {
  top: 230px;
}
.history02 .wrap02 .history-list:nth-child(3) {
  top: 390px;
}
.history02 .wrap02 .history-list:nth-child(4) {
  top: 550px;
}
.history02 .wrap02 .history-list:nth-child(5) {
  top: 800px;
}
.history02 .wrap02 .history-list:nth-child(6) {
  top: 950px;
}
.history02 .wrap02 .history-list:nth-child(7) {
  top: 1200px;
}

.history03 .history-detail {
  height: 800px;
}
.history03 .wrap01 .history-list:nth-child(1) {
  top: 60px;
}
.history03 .wrap01 .history-list:nth-child(2) {
  top: 180px;
}
.history03 .wrap01 .history-list:nth-child(3) {
  top: 420px;
}
.history03 .wrap01 .history-list:nth-child(4) {
  top: 570px;
}
.history03 .wrap02 .history-list:nth-child(1) {
  top: 180px;
}
.history03 .wrap02 .history-list:nth-child(2) {
  top: 570px;
}
.history03 .wrap02 .history-list:nth-child(3) {
  top: 700px;
}

.history04 .history-detail {
  height: 800px;
}
.history04 .wrap01 .history-list:nth-child(1) {
  top: 400px;
}
.history04 .wrap01 .history-list:nth-child(2) {
  top: 500px;
}
.history04 .wrap01 .history-list:nth-child(3) {
  top: 600px;
}

.history04 .wrap02 .history-list:nth-child(1) {
  top: 60px;
}
.history04 .wrap02 .history-list:nth-child(2) {
  top: 150px;
}
.history04 .wrap02 .history-list:nth-child(3) {
  top: 300px;
}

.history-dev {
  padding-top: 50px;
}
.history-dev .history-detail {
  height: 1610px;
}
.history-dev .history-fill {
  background: #118ad9;
}
.history-dev .history-header {
  border-color: #118ad9;
}
.history-dev .history-list .sub-p1 {
  display: block;
}
.history-dev .step-title {
  font-size: 2.6rem;
  font-weight: 700;
  color: #118ad9;
}
.history-dev .history-list .th {
  flex: auto;
  max-width: 100%;
}
.history-dev .history-list .td {
  flex: auto;
  max-width: 100%;
}
.history-dev .history01 .history-list:nth-child(2) {
  top: 335px;
}
.history-dev .history01 .history-list:nth-child(3) {
  top: 695px;
}
.history-dev .history01 .history-list:nth-child(4) {
  top: 955px;
}
.history-dev .history01 .history-list:nth-child(5) {
  top: 1250px;
}
.btn-group.btn-auto.small .btn {
  margin: 1rem;
}
@media screen and (max-width: 1399px) {
  .history .sub-inner {
    width: 1200px;
  }
  .history-list:after {
    left: -56px;
  }
  .history01 .history-list:nth-child(2n):after {
    right: -56px;
  }
  .history02 .wrap02 .history-list:after,
  .history03 .wrap02 .history-list:after,
  .history04 .wrap02 .history-list:after {
    right: -56px;
  }
}
@media screen and (max-width: 1279px) {
  .intro-list01 {
    width: 100%;
    padding-top: 0;
  }
  .intro-cont .intro-img {
    width: 450px;
    height: 450px;
  }
  .intro-cont .intro-img img {
    display: block;
    width: 120%;
  }
  .intro-cont .intro-text {
    width: calc(100% - 550px);
  }
  .intro-bg {
    display: none;
  }
  .sub-intro02 .sub-h1 {
    font-size: 3rem;
  }
  .sub-intro02 .intro-img {
    position: relative;
    width: 100%;
    height: 260px;
  }
  .sub-intro02 .intro-text {
    width: 55%;
    height: auto;
  }
  .sub-intro02 .intro-text.left {
    width: 40%;
  }
  .sub-intro03 .intro-top {
    height: 200px;
  }
  .sub-intro04 .img-detail img {
    width: 100%;
  }
  .img-header:after {
    content: none;
  }
  .intro-ul {
    margin: 0 auto;
  }
  .intro-ul li {
    height: 117px;
  }
  .history .sub-inner {
    width: 1000px;
  }
  .history-list:after {
    left: -48px;
  }
  .history01 .history-list:nth-child(2n):after {
    right: -48px;
  }
  .history02 .wrap02 .history-list:after,
  .history03 .wrap02 .history-list:after,
  .history04 .wrap02 .history-list:after {
    right: -48px;
  }
}
@media screen and (max-width: 1023px) {
  .sub-intro01 {
    height: auto;
    padding-top: 0;
    margin-bottom: 50px;
  }
  .intro-list01 {
    margin: 0 auto 40px;
  }
  .intro-list01 li {
    width: 50%;
    height: 310px;
  }
  .intro-list01 .list-text {
    width: 60%;
  }
  .intro-list01 li:nth-child(2n):before {
    content: none;
  }
  .intro-cont .intro-img {
    width: 350px;
    height: 350px;
    margin-top: -30px;
  }
  .intro-cont .intro-text {
    width: calc(100% - 400px);
  }
  .sub-intro02 .sub-h1 {
    font-size: 2.5rem;
  }
  .sub-intro02 .intro-img {
    width: 100%;
    height: 220px;
    margin-top: 0;
  }
  .sub-intro02 .intro-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-height: 103%;
    transform: translate(-50%, -50%);
  }
  .sub-intro02 .img-header {
    height: 200px;
  }
  .sub-intro04 .img-header {
    height: 200px;
  }
  .sub-intro04 .img-header .sub-h2 {
    line-height: 200px;
  }
  .intro-ul {
    width: 100%;
  }
  .img-header {
    height: 200px;
  }
  .img-header-title .sub-h2 {
    margin-bottom: 0;
  }
  .img-header-title .sub-h5 {
    display: none;
  }
  .intro-ul {
    margin: 50px auto 0;
  }
  .sub-intro05 .img-header-title .sub-h2 {
    margin-bottom: 15px;
  }
  .sub-intro05 .img-header-title .sub-h4 {
    font-size: 1.6rem;
    word-break: keep-all;
  }
  .sub-intro06 .img-header {
    height: 200px;
  }
  .sub-intro06 .img-header-title {
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    height: auto;
  }
  .sub-intro06 .sub-h4 {
    margin-top: 50px;
  }

  .tab-detail {
    position: relative;
  }
  .history .sub-inner {
    width: 760px;
    margin: 0;
  }
  .history .sub-p1 {
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .history .sub-h2 {
    width: 95%;
    margin: 0 auto 30px;
    text-align: left;
  }
  .history-detail {
    height: auto !important;
    padding-top: 30px;
    padding-left: 30px;
  }
  .history-wrap {
    width: 90%;
    height: auto;
    margin: 0 auto 0;
    padding-left: 0;
  }
  .history-header {
    position: absolute;
    top: 20px;
    left: 22px;
    background: #fff;
    z-index: 2;
  }
  .history-line {
    top: 0;
    left: 30px;
    transform: translateX(0);
  }
  .history-list {
    position: relative;
    left: 0;
    width: 100% !important;
    margin-bottom: 30px;
  }
  .history-list:after {
    top: 4px;
    left: -42px;
  }
  .history-list .td-dd:before {
    padding-right: 4px;
  }
  .history-unit {
    width: 90%;
    margin: 0 0 0 20px;
    padding: 50px;
  }

  .history01 .history-list {
    position: relative;
  }
  .history01 .history-list:nth-child(2n-1) {
    top: 0px;
    left: 0;
  }
  .history01 .history-list:nth-child(2n) {
    top: 0px;
    left: 0;
    text-align: left;
  }
  .history01 .history-list:nth-child(2n) .sub-p1 {
    flex-direction: row;
  }
  .history01 .history-list:nth-child(2n):after {
    left: -42px;
    right: auto;
  }

  .history02 .wrap01,
  .history03 .wrap01,
  .history04 .wrap01 {
    position: static;
  }
  .history02 .wrap02,
  .history03 .wrap02,
  .history04 .wrap02 {
    position: static;
  }
  .history02 .history-list,
  .history03 .history-list,
  .history04 .history-list {
    position: relative;
    top: 0 !important;
    left: 0;
  }
  .history02 .wrap02 .history-list,
  .history03 .wrap02 .history-list,
  .history04 .wrap02 .history-list {
    text-align: left;
    right: 0;
  }
  .history02 .wrap02 .history-list:after,
  .history03 .wrap02 .history-list:after,
  .history04 .wrap02 .history-list:after {
    left: -42px;
    right: auto;
  }
  .history02 .wrap02 .history-list .sub-p1,
  .history03 .wrap02 .history-list .sub-p1,
  .history04 .wrap02 .history-list .sub-p1 {
    flex-direction: row;
  }
  .history02 .wrap01 .sub-h5,
  .history03 .wrap01 .sub-h5,
  .history04 .wrap01 .sub-h5 {
    position: static;
    padding-bottom: 40px;
    font-size: 1.8rem;
    text-align: left;
  }
  .history02 .wrap02 .sub-h5,
  .history03 .wrap02 .sub-h5,
  .history04 .wrap02 .sub-h5 {
    position: static;
    padding-bottom: 40px;
    font-size: 1.8rem;
    text-align: left;
  }

  .history-dev .history01 .history-list {
    position: static;
  }
  .history-dev .history01 .history-list:after {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  .intro-cont {
    padding-bottom: 40px;
    background: none;
  }
  .intro-cont .intro-img {
    float: none;
    width: 100%;
  }
  .intro-cont .sub-h2 {
    padding-bottom: 40px;
  }
  .sub-intro01 .intro-cont .intro-img {
    height: 170px;
    margin-top: 30px;
  }
  .sub-intro01 .intro-cont .intro-img.img2 {
    position: relative;
    height: 210px;
  }
  .sub-intro01 .intro-cont .intro-img.img2 img {
    position: absolute;
    top: -70%;
    left: 0;
    width: 100%;
  }
  .sub-intro01 .intro-cont .intro-img.img3 {
    position: relative;
    height: 210px;
  }
  .sub-intro01 .intro-cont .intro-img.img3 img {
    position: absolute;
    top: -110%;
    left: 0;
    width: 100%;
  }

  .sub-intro01 .intro-cont .intro-text {
    float: none;
    width: 100%;
    padding-top: 40px;
  }
  .sub-intro01 {
    margin-bottom: 0;
  }
  .intro-list01 .list-icon {
    width: 160px;
    height: 160px;
  }
  .intro-list01 .list-icon:before {
    width: 150px;
    height: 150px;
  }
  .intro-list01 .list-icon:after {
    width: 140px;
    height: 140px;
  }
  .sub-intro02 .sub-h1 {
    font-size: 2.2rem;
  }
  .sub-intro02 .intro-img {
    width: 100%;
    height: 150px;
    margin-bottom: 50px;
  }
  .sub-intro02 .intro-text {
    float: none;
    width: 100%;
    padding-top: 0;
  }
  .sub-intro02 .intro-text.left {
    float: none;
    width: 100%;
  }
  .sub-intro02 .intro-cont {
    padding-bottom: 0;
  }
  .btn-group.btn-auto.small {
    margin-bottom: 50px;
  }
  .btn-group.btn-auto.small .btn {
    padding-right: 45px;
    margin: 3px;
  }

  .sub-intro03 .intro-top {
    height: 150px;
    margin-top: 30px;
  }
  .sub-intro04 .img-header {
    height: 150px;
  }
  .sub-intro04 .img-header .sub-h2 {
    line-height: 150px;
  }

  .sub-intro05 .img-header {
    height: 200px;
  }
  .sub-intro05 .img-header img {
    width: 130%;
  }
  .sub-intro05 .img-header-title .sub-h2 {
    margin-bottom: 10px;
  }
  .sub-intro05 .img-header-title .sub-h4 {
    font-size: 1.2rem;
  }
  .sub-intro05 .img-header:after {
    bottom: -20px;
    right: 20px;
    width: 80px;
    height: 80px;
  }
  .sub-intro06 .sub-h3 {
    margin-top: 20px;
  }
  .sub-intro08 .img-header {
    height: 200px;
  }
  .list-dd {
    position: static;
    transform: translateY(0);
  }
  .intro-ul {
    width: 90%;
  }
  .intro-ul li {
    height: auto;
    background: none;
  }
  .list-dd .sub-p1 {
    padding-left: 70px;
    background-size: 50px;
    background-position: 0 0;
  }

  .history .sub-inner {
    width: 500px;
    margin: 0;
  }
  .history-wrap {
    width: calc(100% - 37px);
    margin: 0 0 0 37px;
  }
  .history-unit {
    width: 80%;
    padding: 10px;
  }
  .list-dd {
    width: 100%;
  }
  .list-dd .sub-p1 span {
    display: inline;
  }
}
@media screen and (max-width: 499px) {
  .intro-cont {
    padding-bottom: 30px;
  }
  .intro-cont .intro-text {
    padding-top: 50px;
  }
  .intro-list01 li {
    height: 210px;
  }
  .intro-list01 .list-icon {
    width: 100px;
    height: 100px;
  }
  .intro-list01 .list-icon:before {
    width: 90px;
    height: 90px;
  }
  .intro-list01 .list-icon:after {
    width: 75px;
    height: 75px;
  }
  .intro-list01 .list-icon span {
    width: 30px;
    height: 30px;
  }
  .intro-list01 li:before {
    top: 45px;
    right: -4px;
  }
  .intro-list01 .list-text {
    width: 90%;
  }
  .intro-list01 .list-text .sub-p2 {
    font-size: 1.2rem;
  }
  .intro-cont .intro-img {
    height: 250px;
  }
  .sub-intro01 .intro-cont .intro-img.img2 img {
    top: -15%;
  }
  .sub-intro01 .intro-cont .intro-img.img3 img {
    top: -40%;
  }
  .sub-intro02 .sub-h1 {
    font-size: 1.8rem;
  }
  .sub-intro02 p.sub-h2 {
    padding-bottom: 0;
  }
  .sub-intro02 .intro-img {
    width: 100%;
    height: 100px;
    margin-bottom: 30px;
    border-radius: 15px;
  }
  .sub-intro03 .intro-dd {
    margin-top: 0;
  }
  .sub-intro03 .sub-h1:after {
    top: -30px;
    width: 150px;
    height: 150px;
    background-size: cover;
  }
  .sub-intro04 .img-header {
    height: 100px;
  }
  .sub-intro04 .img-header .sub-h2 {
    line-height: 100px;
  }
  .sub-intro02 .img-header {
    height: 110px;
  }
  .sub-intro02 .img-header img {
    border-radius: 20px;
  }
  .sub-intro05 .img-header {
    height: 165px;
  }
  .sub-intro05 .img-header img {
    width: 600px;
  }
  .sub-intro05 .img-header:after {
    bottom: -25px;
    right: 20px;
    width: 65px;
    height: 65px;
  }
  .sub-intro06 .img-header {
    height: 110px;
  }
  .sub-intro06 .img-header img {
    border-radius: 20px;
  }
  .sub-intro06 .tab-detail-group {
    margin-top: 10px;
  }
  .btn-group.btn-auto.small .btn {
    padding-right: 40px;
  }
  .history .sub-inner {
    width: 350px;
  }
  .history-wrap {
    width: calc(100% - 37px);
    margin: 0 0 0 32px;
  }
  .history-header {
    left: 17px;
  }
  .history-line {
    left: 25px;
  }
}
@media screen and (max-width: 359px) {
  .intro-list01 .list-text {
    width: 90%;
  }
  .history .sub-inner {
    width: 320px;
  }
  .history-wrap {
    width: calc(100% - 37px);
    margin: 0 0 0 32px;
  }
}

/* =============================================================
    sub : sub-ci
============================================================= */
.ci-cont .img-auto {
  width: auto;
}
.ci-cont img {
  width: 100%;
}
.ci-dd {
  display: flex;
}
.ci-img {
  width: auto;
}
.ci-img img {
  display: block;
  width: auto;
}
.btn-group {
  text-align: right;
}
.btn-group.align-left {
  text-align: left;
}
.btn-group .btn {
  position: relative;
  width: 300px;
  height: 70px;
  padding: 0 40px;
  text-align: left;
}
.btn-group .btn i {
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
}
.btn-group.btn-auto {
  text-align: center;
}
.btn-group.btn-auto .btn {
  float: none;
  width: auto;
  padding-right: 100px;
  text-align: left;
}
.btn-group a.btn {
  line-height: 68px;
}
@media screen and (max-width: 1279px) {
  .ci-cont .img-auto {
    width: 90%;
    margin: 0 auto;
  }
  .btn-group {
    text-align: center;
  }
  .btn-group.align-left {
    text-align: center;
  }
  .btn-group .btn {
    width: auto;
    height: auto;
    padding: 15px 80px 15px 30px;
  }
  .btn-group a.btn {
    line-height: 1.4;
  }
  .btn-group .btn i {
    right: 30px;
  }
}
@media screen and (max-width: 499px) {
  .btn {
    padding: 0.375rem 0.38rem;
    font-size: 1.2rem;
  }
  .btn-group .btn {
    margin-top: 10px;
    padding: 10px 50px 10px 15px;
    font-size: 1.2rem;
  }
  .btn-group .btn i {
    right: 20px;
  }
}

/* =============================================================
    sub : sub-title
============================================================= */
.sub-title01 {
  width: 100%;
  margin-bottom: 90px;
}
.sub-title01 .title-bg {
  display: flex;
  align-items: center;
  padding: 40px;
  background: #f5f5f5;
  border-radius: 20px;
}
.sub-title01 .title-symbol {
  margin-right: 40px;
  border-radius: 10px;
  background: #fff;
}
.sub-title02 {
  margin-bottom: 90px;
}
.sub-title02 .title-bg {
  padding: 40px;
  background: #f5f5f5;
  border-radius: 20px;
}
.sub-title02 .title-cover {
  display: flex;
  align-items: flex-start;
}
.sub-title02 .sub-h4 {
  margin-bottom: 40px;
  font-weight: 600;
  text-align: left;
}
.sub-title02 .sub-p2 span {
  display: block;
}
.sub-title02 .title-symbol {
  margin-right: 40px;
  border-radius: 10px;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .sub-title02 {
    margin-bottom: 50px;
  }
  .sub-title02 .title-bg {
    padding: 30px;
  }
  .sub-title02 .sub-p1 span {
    display: inline;
  }
}
@media screen and (max-width: 501px) {
  .sub-title01 {
    margin-bottom: 10px;
  }
  .sub-title02 {
    margin-bottom: 10px;
  }
  .sub-title01 .title-symbol {
    margin-right: 20px;
  }
  .sub-title02 .title-symbol {
    margin-right: 15px;
  }
  .sub-title02 .title-bg {
    padding: 20px;
  }
  .sub-title01 .title-bg {
    align-items: flex-start;
    padding: 20px;
  }
  /* .sub-title02 .title-cover {display: block;}
    .sub-title02 .title-symbol {float: left; margin-right: 20px;} */
}

/* =============================================================
    sub : csr-cont
============================================================= */
.csr-cont .bg-line {
  height: 590px;
  padding: 60px 20px;
  border-width: 4px !important;
  border-color: #f1f1f1 !important;
  text-align: center;
}
.csr-cont .text-top {
  height: 100px;
}
.csr-cont .dle-list .bg-grey {
  position: relative;
  display: block;
}
.csr-cont .dle-list .sub-p2 {
  position: relative;
  display: block;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-indent: 5px;
}
.csr-cont .dle-list .bg-grey .icon-download-blue {
  position: absolute;
  top: 50%;
  right: 35px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .csr-cont .bg-line {
    height: auto;
    margin-bottom: 20px;
  }
  .csr-cont .text-top {
    height: auto;
    margin-bottom: 20px;
  }
}

/* =============================================================
    sub : map-cont
============================================================= */
#map {
  margin-bottom: 50px;
}
/*.map-cont {display: flex; margin-bottom: 50px;}
.map-cont:last-child { margin-bottom: 0; }
.map-cont .text {margin-left: 30px;}
.map-iframe {position: relative; width: 100%; height: 500px; margin-bottom: 100px; box-shadow: 7px 13px 13px 5px rgba(0,0,0,0.12); overflow: hidden;}
.map-iframe img {position: absolute; top: 50%; left: 50%; width: 100%; transform: translate(-50%, -50%);}
@media screen and (max-width: 1023px){
    .map-iframe {height: 250px;} 
}
@media screen and (max-width: 499px){
    .map-iframe {height: 150px;} 
    .map-cont .icon {display: none;}
    .map-cont .text {margin-left: 0;}
}*/

/* =============================================================
    sub : sub-popup
============================================================= */
.sub-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 101;
}
.sub-popup .popup-shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.sub-popup .popup-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1200px;
  margin: 0 auto;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.sub-popup .popup-bg {
  width: 100%;
  padding: 80px;
  border-radius: 20px;
  background: #fff;
}
.sub-popup .popup-header {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d5d5d5;
}
.sub-popup .sub-h2 {
  text-align: left;
}
.sub-popup .btn-close {
  position: absolute;
  top: 50%;
  right: 0;
  color: #999;
  text-transform: uppercase;
  transform: translateY(-50%);
}
.sub-popup .cross {
  display: inline-block;
  position: relative;
  width: 18px;
  height: 18px;
  margin-left: 10px;
}
.sub-popup .cross:before,
.sub-popup .cross:after {
  content: "";
  position: absolute;
  top: 70%;
  left: 50%;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: #999;
}
.sub-popup .cross:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.sub-popup .cross:after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.sub-popup .popup-cont {
  height: 350px;
  overflow-y: auto;
}
.sub-popup .btn-submit-group {
  margin-bottom: 0;
  margin-top: 50px;
}
.sub-popup .popup-h1 {
  display: inline-block;
  width: 80%;
}
@media screen and (max-width: 1279px) {
  .sub-popup .popup-bg {
    width: 100%;
    padding: 50px;
  }
  .sub-popup .popup-inner {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .sub-popup .popup-bg {
    padding: 30px;
  }
  .sub-popup .popup-inner {
    width: 85%;
  }
  .sub-popup .btn-submit-group {
    margin-top: 20px;
  }
  .sub-popup .popup-h1 {
    display: inline-block;
    width: 60%;
  }
}
/* =============================================================
    sub : ethics-cont
============================================================= */
.ethics-cont {
  position: relative;
  padding: 70px 10%;
  border: 4px solid #e2e2e2;
}
.corner-group {
  position: absolute;
  width: 100%;
  height: 100%;
}
.ethics-corner {
  position: absolute;
  width: 64px;
  height: 64px;
  background: url(/portal/img/sub//p07/ethics-i01.png) no-repeat center;
}
.ethics-corner.corner01 {
  top: -74px;
  left: -144px;
  background-image: url(/portal/img/sub/p07/ethics-i01.png);
}
.ethics-corner.corner02 {
  top: -74px;
  right: 136px;
  background-image: url(/portal/img/sub/p07/ethics-i02.png);
}
.ethics-corner.corner03 {
  bottom: 66px;
  left: -144px;
  background-image: url(/portal/img/sub/p07/ethics-i03.png);
}
.ethics-corner.corner04 {
  bottom: 66px;
  right: 136px;
  background-image: url(/portal/img/sub/p07/ethics-i04.png);
}
.ethics-title {
  position: relative;
  width: 520px;
  height: 125px;
  margin: 0 auto 50px;
  text-align: center;
}
.ethics02 .ethics-title {
  width: 730px;
}
.ethics-title:before,
.ethics-title:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 60px;
  height: 116px;
  background: url(/portal/img/sub/p07/ethics-hi001.png) no-repeat center;
  transform: translateY(-50%);
}
.ethics-title:after {
  left: auto;
  right: 0;
  background-image: url(/portal/img/sub/p07/ethics-hi002.png);
}
.ethics-title .title {
  line-height: 125px;
}
.ethics-subtitle .subtitle {
  margin-bottom: 40px;
}
.ethics-subtitle .subtitle span {
  display: block;
}
.ethics-list {
  width: 80%;
  margin: 0 auto;
  border-top: 2px solid #118ad9;
  border-bottom: 2px solid #118ad9;
  position: relative;
}

/*적극행정 업무행동규범 css추가*/
/*.ethics-list:after{
    content:'';
    display:block;
    margin-bottom:58px;
}*/

.ethics-after {
  margin-bottom: 58px;
}

.ethics-tit {
  position: absolute;
  width: 170px;
  height: 36px;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #118ad9;
  border-radius: 10px;
}

.ethics-tit > p {
  font-size: 1.8rem;
  line-height: 36px;
  text-align: center;
  color: #fff;
}

.ethics-dl {
  display: flex;
  align-items: center;
  padding: 40px 0 30px;
  border-bottom: 1px solid #d5d5d5;
}
.ethics-dl:last-child {
  border-bottom: none;
}
.ethics-dt {
  flex: 0 0 15%;
  max-width: 15%;
  height: 65px;
  background: url(/portal/img/sub/icon-symbol.png) no-repeat center;
  text-align: center;
  line-height: 65px;
}
.ethics-dt img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ethics-dd {
  flex: 0 0 85%;
  max-width: 85%;
}
.ethics-date {
  margin: 60px auto 40px;
}
.ethics-sign .sign {
  text-align: center;
}
.link-group {
  width: 95%;
  margin: 0 auto;
}
.ex-title {
  margin: 20px 0 10px 0;
  border-radius: 20px 20px 0 0;
  box-shadow: 5px 5px 10px 5px rgba(0, 0, 0, 0.1);
  text-align: center;
}
@media screen and (max-width: 1399px) {
  .corner-group {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .ethics02 .ethics-title {
    width: 100%;
    margin-bottom: 0;
  }
  .ethics02 .ethics-title .title {
    line-height: 2;
    word-break: keep-all;
  }
  .ethics02 .ethics-title:before,
  .ethics02 .ethics-title:after {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  .ethics-cont {
    padding: 25px;
  }
  .ethics-list {
    width: 100%;
  }
  .ethics-title {
    width: auto;
  }
  .ethics-subtitle .subtitle span {
    display: inline;
  }
  .ethics-dl {
    padding: 15px 0 10px;
  }
  .ethics-dd {
    flex: 0 0 75%;
    max-width: 75%;
    margin-left: 10%;
  }
  .ethics-dt {
    height: 50px;
    background-size: contain;
    line-height: 50px;
  }
}
@media screen and (max-width: 499px) {
  .ethics-cont {
    padding: 10px;
    margin-top: -50px;
    border: none;
  }
  .corner-group {
    display: none;
  }
  .ethics-title {
    margin: auto;
  }
  .ethics-title:before,
  .ethics-title:after {
    width: 40px;
    height: 90px;
    background-size: contain;
  }
}
/* =============================================================
    sub : webzine-cont
============================================================= */
.webzine {
  position: relative;
  width: 100%;
  height: 260px;
  margin-bottom: 60px;
}
.webzine .webzine-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 330px;
  height: 240px;
  overflow: hidden;
  box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.webzine .webzine-text {
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - 280px);
  height: 200px;
  padding: 40px 40px 40px 90px;
  background: #f5f5f5;
}

.webzine01 {
  margin-bottom: 20px;
  overflow: hidden;
}
.webzine01 .webzine-top {
  padding: 25px 0;
  border-top: 2px solid #00397f;
  background: #f5f5f5;
}
.webzine01 .webzine-top p {
  text-align: center;
}
.webzine01 .webzine-img {
  overflow: hidden;
}
.webzine01 .webzine-text {
  padding: 30px 20px;
}

.webzine02 {
  padding-top: 40px;
  border-top: 2px solid #000;
}
.webzine-card {
  display: block;
  margin-bottom: 40px;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.4s;
}
.webzine-card .card-img {
  position: relative;
  height: 240px;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.4s;
}
.webzine-card .card-img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.webzine-card .card-img:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  background: url(/portal/img/main/youtube-play.png) no-repeat center;
  transform: translate(-50%, -50%);
}
.webzine-card .card-title {
  padding: 25px;
  font-weight: 500;
  transition: 0.4s;
}
.webzine-card .card-title .sub-p2 {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.webzine-card .card-date li {
  position: relative;
  display: inline-block;
  margin-top: 20px;
  padding-right: 20px;
}
.webzine-card .card-date li:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 1px;
  height: 80%;
  background: #e5e5e5;
  transform: translateY(-50%);
}
.webzine-card .card-date li:last-child:after {
  content: none;
}
.webzine-card:hover,
.webzine-card:active,
.webzine-card:focus {
  text-decoration: none;
}

.wz-scroll {
  flex: 0 0 calc(100% - 40px);
  height: 225px;
  padding: 40px;
  margin: 20px;
  background: #f5f5f5;
  box-shadow: 15px 15px 10px 5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.wz-inner {
  flex: 0 0 calc(100% - 40px);
  height: 100%;
  overflow-y: auto;
}

.webzine03 .card-title {
  padding: 0 20px 20px;
}
.webzine03 .card-date {
  padding-bottom: 20px;
}
.webzine03 .card-date .sub-p1 {
  padding-bottom: 20px;
  color: #118ad9;
}
.webzine03 .card-img {
  height: 290px;
}
.webzine03 .video {
  width: 100%;
}
.webzine03 .card-img:after,
.webzine03 .card-img:before {
  content: none;
}
.webzine03 .webzine-card:hover .card-title .sub-p1,
.webzine03 .webzine-card:active .card-title .sub-p1,
.webzine03 .webzine-card:focus .card-title .sub-p1 {
  text-decoration: none;
}
.webzine03 .card-date li:after {
  height: 50%;
}
.webzine03 .card-date li {
  vertical-align: middle;
}

.webzine04 .card-title {
  padding: 0 20px 20px;
}
.webzine04 .card-date {
  padding-bottom: 20px;
}
.webzine04 .card-date .sub-p1 {
  padding-bottom: 20px;
  color: #118ad9;
}
.webzine04 .card-img {
  height: 400px;
  border: 1px solid #d5d5d5;
  border-radius: 0;
}
.webzine04 .card-img:before,
.webzine04 .card-img:after {
  content: none;
}
.webzine04 .card-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  transform: translate(-50%, -50%);
}
.webzine04 .webzine-card:hover .card-title .sub-p1,
.webzine04 .webzine-card:active .card-title .sub-p1,
.webzine04 .webzine-card:focus .card-title .sub-p1 {
  text-decoration: none;
}
.webzine04 .card-date li:after {
  height: 50%;
}
.webzine04 .card-date li {
  vertical-align: middle;
}

.webzine05 .h1 {
  margin-bottom: 50px;
  font-size: 4rem;
  font-family: "godo";
  font-weight: 600;
  text-align: center;
}
.webzine05 .h1 span {
  display: block;
}
.webzine05 .card {
  display: block;
  margin: 10px;
  padding: 30px;
  text-align: center;
  text-decoration: none;
}
.webzine05 .card-img {
  position: relative;
  height: 250px;
  overflow: hidden;
}
.webzine05 .card-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.webzine05 .card-text p {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.webzine05 .card-text .sub-p1 {
  margin: 25px 0 15px;
  font-weight: 600;
  color: #118ad9;
}
.webzine05 .card-text .sub-p3 {
  margin: 15px 0;
}
.webzine05 .card-text .btn {
  margin-top: 15px;
  padding: 10px 23px;
  border-radius: 30px;
}

.webzine06 {
  padding: 10px 0;
  border-top: 2px solid #2f5993;
}
.webzine06 .webzine-list {
  padding: 20px;
  border-bottom: 1px solid #d5d5d5;
}
.webzine06 .img-frame {
  position: relative;
  width: 100%;
  height: 200px;
  border: 1px solid #f1f1f1;
  overflow: hidden;
}
.webzine06 .img-frame img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.webzine06 .webzine-text {
  padding-left: 20px;
}
.webzine06 .title {
  margin: 10px 0;
  text-align: left;
}
.webzine06 .dl {
  display: flex;
}
.webzine06 .dt {
  white-space: nowrap;
  font-weight: 600;
}
.webzine06 .dt:after {
  content: ":";
  padding: 0 10px;
}

.iframe-board {
  margin-bottom: 100px;
}
.iframe-board .iframe-cover {
  height: 440px;
}
.iframe-board .iframe-date {
  position: relative;
  margin-left: 20px;
}
.iframe-board .iframe-date:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 35px;
  height: 2px;
  background: #118ad9;
}
.iframe-board .iframe-date .title {
  margin-bottom: 40px;
}
.iframe-board .iframe-date .title p {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.iframe-board .iframe-date .subtitle {
  padding-bottom: 20px;
}
.iframe-board .wz-scroll {
  height: 298px;
}
@media screen and (max-width: 1400px) {
  .webzine03 .card-img {
    height: 220px;
  }
}
@media screen and (max-width: 1279px) {
  .webzine05 .h1 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1023px) {
  .webzine .webzine-text {
    height: auto;
  }
  .webzine03 .card-img {
    height: 180px;
  }
  .webzine05 .h1 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .webzine {
    height: auto;
  }
  .webzine .webzine-img {
    position: static;
    height: 150px;
    width: 100%;
  }
  .webzine .webzine-img img {
    display: block;
    width: 100%;
  }
  .webzine .webzine-text {
    position: static;
    width: 100%;
    height: auto;
    margin-top: 20px;
    padding: 40px;
  }
  .iframe-board .iframe-date {
    margin-top: 30px;
  }
  .iframe-board .wz-scroll {
    height: auto;
  }
  .webzine03 .card-img {
    height: 200px;
  }
}
@media screen and (max-width: 499px) {
  .webzine05 .card-img {
    height: 150px;
  }
  .webzine05 .h1 {
    font-size: 1.8rem;
  }
}
/* =============================================================
    sub : cs-scroll 01
============================================================= */
.cs-scroll {
  direction: ltr;
  scrollbar-color: var(--scrollbarBG);
  scrollbar-width: thin;
}
.cs-scroll::-webkit-scrollbar {
  width: 3px;
}
.cs-scroll::-webkit-scrollbar-track {
  background-color: #e4e4e4;
  border-radius: 100px;
}
.cs-scroll::-webkit-scrollbar-thumb {
  background-color: #00397f;
  border-radius: 100px;
}

.vs-scroll {
  direction: ltr;
  scrollbar-color: var(--scrollbarBG);
  scrollbar-width: thin;
}
.vs-scroll::-webkit-scrollbar {
  height: 3px;
}
.vs-scroll::-webkit-scrollbar-track {
  background-color: #ddd;
  border-radius: 100px;
}
.vs-scroll::-webkit-scrollbar-thumb {
  background-color: #00397f;
  border-radius: 100px;
}

/* =============================================================
    sub : line-box
============================================================= */
.line-box {
  border: 3px solid #f1f1f1;
  border-radius: 20px;
  text-align: center;
}
.line-box .title {
  padding: 10px;
  background: #f5f5f5;
}
.line-box .title p:before {
  content: "·";
  padding-right: 5px;
  color: #f05022;
  font-size: 3.5rem;
  line-height: 0.5;
}
.line-box .paragraph {
  padding: 20px;
}

.line-box.line02 {
  display: flex;
  padding: 10px 30px;
  margin-bottom: 20px;
  border-radius: 10px;
  border: 1px solid #ddd;
  align-items: center;
  justify-content: space-between;
}
.line-box.line02 .title {
  padding: 0;
  background: none;
  text-align: left;
}
.line-box.line02 .title p:before {
  content: none;
}
.line-box.line02 .btn-group .btn {
  width: 220px;
  height: auto;
  padding: 20px 0;
  border-radius: 10px;
  text-indent: 40px;
}
.line-box.line02 .btn-group a.btn {
  line-height: 1;
}

.line-box.line03 {
  border-top: 2px solid #2f5993;
  border-bottom: 1px solid #d5d5d5;
  border-left: none;
  border-right: none;
  border-radius: 0;
  text-align: left;
}
.line-box.line03 .title {
  padding: 18px 40px;
}
.line-box.line03 .title p:before {
  content: none;
}
.line-box.line03 .content {
  padding: 20px 40px;
  border-top: 1px solid #d5d5d5;
}

@media screen and (max-width: 767px) {
  .line-box.line02 {
    padding: 10px;
  }
  .line-box.line02 .btn-group {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .line-box.line02 .btn-group .btn {
    width: auto;
    padding: 10px 60px 10px 10px;
    text-indent: 0;
  }
}
@media screen and (max-width: 499px) {
  .line-box.line02 {
    flex-wrap: wrap;
  }
  .line-box.line02 .btn-group {
    flex: 0 0 auto;
    max-width: 100%;
  }
}
/* =============================================================
    sub : chart.js
============================================================= */
.chart01 {
  position: relative;
  width: 1280px;
  height: 600px;
  margin-bottom: 50px;
  overflow-x: auto;
  overflow-y: hidden;
}
.chart01 {
  direction: ltr;
  scrollbar-color: #f5f5f5;
  scrollbar-width: thin;
}
.chart01::-webkit-scrollbar {
  height: 2px;
}
.chart01::-webkit-scrollbar-track {
  background-color: #ddd;
  border-radius: 100px;
}
.chart01::-webkit-scrollbar-thumb {
  background-color: #00397f;
  border-radius: 100px;
}

.chart01 canvas {
  position: absolute;
  width: 100%;
  height: auto;
}

.chart01 .text-box {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
}

.chart02 {
  margin-bottom: 80px;
}

.bar-graph {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.bar-graph .check-circle {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: 6px;
  border-radius: 50%;
  background: #00397f;
}
.bar-graph .check-circle:before,
.bar-graph .check-circle:after {
  content: "";
  position: absolute;
  height: 1px;
  background: #fff;
}
.bar-graph .check-circle:before {
  width: 6px;
  top: 10px;
  left: 9px;
  transform: rotate(-46deg);
}
.bar-graph .check-circle:after {
  width: 7px;
  top: 10px;
  left: 4px;
  transform: rotate(46deg);
}
.bar-graph .text {
  width: 130px;
  padding-left: 10px;
}
.bar-graph .graph {
  position: relative;
  width: 100%;
  height: 50px;
  margin-left: 10px;
}
.bar-graph .bar {
  position: absolute;
  width: 36.6%;
  height: 100%;
  background: #00397f;
  border-radius: 0 15px 15px 0;
}
.bar-graph .percent {
  margin-left: 10px;
}

.bar01 .check-circle,
.bar01 .bar {
  background: #00397f;
}
.bar02 .check-circle,
.bar02 .bar {
  background: #0550d4;
}
.bar03 .check-circle,
.bar03 .bar {
  background: #0854fc;
}
.bar04 .check-circle,
.bar04 .bar {
  background: #1960fc;
}
.bar05 .check-circle,
.bar05 .bar {
  background: #2669fc;
}
.bar06 .check-circle,
.bar06 .bar {
  background: #3376ff;
}
.bar07 .check-circle,
.bar07 .bar {
  background: #3386ff;
}
.bar08 .check-circle,
.bar08 .bar {
  background: #3d98fd;
}
.bar09 .check-circle,
.bar09 .bar {
  background: #5eaafe;
}
.bar10 .check-circle,
.bar10 .bar {
  background: #84bdfc;
}
.bar11 .check-circle,
.bar11 .bar {
  background: #93ccfb;
}
.bar12 .check-circle,
.bar12 .bar {
  background: #aad7fc;
}
.bar13 .check-circle,
.bar13 .bar {
  background: #d5f0ff;
}

@media screen and (max-width: 767px) {
  .chart01 {
    width: 100%;
    height: 500px;
  }
  .chart01 canvas {
    top: 50px;
  }

  .bar-graph .graph {
    height: 20px;
  }
  .bar-graph .text {
    width: 150px;
    font-size: 1.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .bar-graph .bar {
    border-radius: 0 5px 5px 0;
  }
}
@media screen and (max-width: 499px) {
  .chart02 {
    margin-bottom: 30px;
  }
  .bar-graph .bar {
    display: none;
  }
  .bar-graph .text {
    width: 200px;
  }
  .bar-graph .percent {
    padding-left: 0;
  }
}
/* =============================================================
    sub : search page
============================================================= */
.search-more-btn {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  margin-top: 30px;
  background: #118ad9;
  border-radius: 8px;
  text-decoration: none;
  color: #fff;
}
.search-more-btn:focus,
.search-more-btn:hover,
.search-more-btn:active {
  text-decoration: none;
}

/* =============================================================
    sub : mobile-lnb-group
============================================================= */

.mlg-group {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  background: #eee;
}
.mlg-list {
  position: relative;
  display: inline-block;
  padding-right: 20px;
}
.mlg-list:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2px;
  width: 8px;
  height: 8px;
  background: url(/portal/img/sub/arrow-right.png) no-repeat center/contain;
  transform: translateY(-50%);
}
.mlg-link {
  color: #999;
}
.mlg-list:last-child:after {
  content: none;
}
.mlg-list:last-child .mlg-link {
  color: #117fc3;
}
@media screen and (max-width: 1279px) {
  .mlg-group {
    display: block;
  }
}

/* =============================================================
    sub : st01
============================================================= */
.st01 {
  position: relative;
  width: 1200px;
  height: auto;
  padding: 50px 30px;
  margin: -70px auto 120px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 10px 10px 20px 5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.st01 .h1 {
  font-size: 3.6rem;
  text-align: center;
  font-weight: 600;
}
.st01 .h2 {
  margin-top: 25px;
  font-size: 2.6rem;
  text-align: center;
}
.st01 .h3 {
  height: 230px;
  text-align: center;
}
.st01 .img-auto {
  margin: 40px auto 0;
  width: auto;
}
.st01 .h4 {
  font-size: 2.6rem;
  font-weight: 600;
  text-align: center;
  color: #118ad9;
}
.st01 .ex-title {
  font-size: 2rem;
  font-weight: 500;
}
.ex-title {
  font-size: 2rem;
}
.st01 .bg-grey {
  position: relative;
  height: 130px;
  border-radius: 0 0 20px 20px;
}
.st01 .bg-grey p {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  transform: translate(-50%, -50%);
  word-break: keep-all;
}
@media screen and (max-width: 1399px) {
  .sub-intro03 .intro-bg {
    display: none;
  }
  .st01 {
    width: 100%;
    margin: 100px auto 0;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    background: none;
  }
  .st01 .h1 {
    font-size: 2.8rem;
  }
  .st01 .h2 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1023px) {
  .st01 {
    margin-top: 50px;
  }
  .st01 .h1 {
    font-size: 2.2rem;
  }
  .st01 .h2 {
    width: 60%;
    margin: 25px auto;
    font-size: 1.6rem;
    word-break: keep-all;
  }
  .st01 .h4 {
    font-size: 1.8rem;
  }
  .st01 .ex-title {
    font-size: 1.8rem;
    font-weight: 500;
  }
  .ex-title {
    font-size: 1.8rem;
  }
  .st01 .bg-grey {
    height: auto;
  }
  .st01 .bg-grey p {
    position: static;
    width: 100%;
    padding: 15px;
    text-align: center;
    transform: translate(0);
  }
}
@media screen and (max-width: 499px) {
  .st01 .h3 {
    height: 150px;
  }
  .st01 .img-auto {
    width: 200px;
  }
}
/* =============================================================
    sub : st02
============================================================= */
.st02 {
  width: 100%;
  height: 500px;
}
.st02 iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .st02 {
    width: 100%;
    height: 350px;
  }
}
@media screen and (max-width: 767px) {
  .st02 {
    width: 100%;
    height: 200px;
  }
}
@media screen and (max-width: 499px) {
  .st02 {
    width: 100%;
    height: 150px;
  }
}
/* =============================================================
    sub : st03
============================================================= */
.st03 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 20px;
  margin-bottom: 20px;
  border: 1px solid #d5d5d5;
  border-radius: 10px;
}
.st03 .st03-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.st03 .st03-6:first-child {
  text-align: left;
}
.st03 .st03-6:last-child {
  text-align: right;
}
.st03 .btn {
  position: relative;
  width: 210px;
  height: 50px;
  border-radius: 10px;
  text-indent: 20px;
  text-align: left;
  line-height: 40px;
}
.st03 .btn i {
  position: absolute;
  top: 50%;
  right: 40px;
}
@media screen and (max-width: 767px) {
  .st03 {
    border: none;
    padding: 0;
  }
  .st03 .st03-6 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
  .st03 .st03-6:last-child {
    text-align: left;
  }
  .st03 .btn {
    font-size: 1.4rem;
  }
}
.st003 {
  display: flex;
}
.st003 .lb-st01 {
  flex: 0 0 31.5%;
  max-width: 31.5%;
  padding: 45px 0;
  margin-right: 2.5%;
  border: 1px solid #ccc;
  border-radius: 15px;
  text-align: center;
}
.st003 .lb-st01:last-child {
  margin-right: 0;
}
.st003 .btn {
  position: relative;
  width: 200px;
  height: 50px;
  padding: 0 40px;
  margin-top: 25px;
  border-radius: 10px;
  line-height: 45px;
  text-align: left;
}
.st003 .btn i {
  position: absolute;
  top: 50%;
  right: 40px;
}
@media screen and (max-width: 767px) {
  .st003 {
    flex-wrap: wrap;
  }
  .st003 .lb-st01 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 5px 0;
    border: none;
    text-align: left;
  }
  .st003 .lb-st01 p:before {
    content: "* ";
  }
}
@media screen and (max-width: 499px) {
  .st003 .btn {
    width: auto;
    height: auto;
    margin-top: 10px;
    padding: 10px 40px 10px 10px;
    line-height: 1;
  }
  .st003 .btn i {
    right: 18px;
  }
}
/* =============================================================
    sub : ht
============================================================= */
.ht {
  display: flex;
  flex-wrap: wrap;
}
.ht .card {
  position: relative;
  flex: 0 0 48.5%;
  max-width: 48.5%;
  height: 500px;
  padding: 0 15px;
  margin-bottom: 3%;
  border: 4px solid #f1f1f1;
  border-radius: 20px;
  background: url(/portal/img/sub/p03/history00.png) no-repeat bottom/cover;
  color: #444;
}
.ht .card p {
  margin-bottom: 10px;
}
.ht .card .title {
  margin: 40px 0 30px;
  text-align: center;
  color: #118ad9;
  font-weight: 600;
}
.ht .card .img-title {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  text-align: center;
  color: #fff;
}
.ht .card:after {
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(/portal/img/sub/p03/ht-arrow.png) no-repeat center;
}
.ht .arrow-right:after {
  content: "";
  top: 50%;
  right: -24px;
  transform: translateY(-50%);
}
.ht .arrow-bottom:after {
  content: "";
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
}
.ht .arrow-left:after {
  content: "";
  top: 50%;
  left: -24px;
  transform: translateY(-50%) rotate(180deg);
}

.ht .img01 {
  background-image: url(/portal/img/sub/p03/history01.png);
}
.ht .img02 {
  background-image: url(/portal/img/sub/p03/history02.png);
}
.ht .img03 {
  background-image: url(/portal/img/sub/p03/history03.png);
}
.ht .img04 {
  background-image: url(/portal/img/sub/p03/history04.png);
}
.ht .img05 {
  background-image: url(/portal/img/sub/p03/history05.png);
}
.ht .img06 {
  background-image: url(/portal/img/sub/p03/history06.png);
}
.ht .img07 {
  background-image: url(/portal/img/sub/p03/history07.png);
}
.ht .img08 {
  background-image: url(/portal/img/sub/p03/history08.png);
}
.ht .img09 {
  background-image: url(/portal/img/sub/p03/history09.png);
}
.ht .img10 {
  background-image: url(/portal/img/sub/p03/history10.png);
}
.ht .img11 {
  background-image: url(/portal/img/sub/p03/history11.png);
}
.ht .img12 {
  background-image: url(/portal/img/sub/p03/history12.png);
}
.ht .img13 {
  background-image: url(/portal/img/sub/p03/history13.png);
}
.ht .img14 {
  background-image: url(/portal/img/sub/p03/history14.png);
}
.ht .img15 {
  background-image: url(/portal/img/sub/p03/history15.png);
}
.ht .img16 {
  background-image: url(/portal/img/sub/p03/history16.png);
}
.ht .img17 {
  background-image: url(/portal/img/sub/p03/history17.png);
}
.ht .img18 {
  background-image: url(/portal/img/sub/p03/history18.png);
}

.ht.ht01 {
  flex-direction: row;
}
.ht.ht01 .card:nth-child(2n-1) {
  margin-right: 3%;
}
.ht.ht02 {
  flex-direction: row-reverse;
}
.ht.ht02 .card:nth-child(2n) {
  margin-right: 3%;
}

@media screen and (max-width: 767px) {
  .ht .card {
    flex: 0 0 100%;
    max-width: 100%;
    height: 420px;
  }
  .ht .card:after {
    content: none;
  }
  .ht.ht01 .card:nth-child(2n-1) {
    margin-right: 0;
  }
  .ht.ht02 .card:nth-child(2n) {
    margin-right: 0;
  }
}
/* =============================================================
    sub : img => square + round 
============================================================= */
.step:after {
  content: "";
  display: block;
  clear: both;
}
.step-list {
  position: relative;
  float: left;
  height: 85px;
  background: #e5e5e5;
  border-radius: 10px;
  text-align: center;
}
.step-list:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -16px;
  width: 8px;
  height: 8px;
  background: url(/portal/img/sub/arrow-right.png) no-repeat center/contain;
  transform: translateY(-50%);
}
.step-list:last-child:after {
  content: none;
}
.step-list .mobile {
  display: none;
}
.step-list.gray {
  background: #555;
  color: #fff;
}
.step-text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.step-text span {
  display: block;
}

.step.list5 .step-list {
  width: calc(20% - 23px);
  margin-right: 28px;
}
.step.list5 .step-list:last-child {
  margin-right: 0;
}

.st04 .step-list {
  height: 190px;
  margin-bottom: 20px;
  border-radius: 50%;
}
.st04 .list3 {
  width: 626px;
  margin: 0 auto;
}
.st04 .list3 .step-list {
  width: 190px;
  margin-right: 28px;
}
.st04 .list3 .step-list:after {
  right: -21px;
  width: 10px;
  height: 10px;
}
.st04 .list3 .step-list:last-child {
  margin-right: 0;
}
.st04 .list5 .step-list {
  width: 190px;
}
.st04 .step-list.skyblue {
  background: #118ad9;
  color: #fff;
}
.st04 .step-list.skyblue .sub-p2 {
  color: #fff;
}
.st04 .step-list.gray .sub-p2 {
  color: #fff;
}
.st04 .step-list.line-skyblue {
  border: 2px solid #118ad9;
  background-color: transparent;
}

.line-step {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  border-bottom: 1px solid #e5e5e5;
}
.line-step li {
  position: relative;
  flex: 0 0 200px;
  max-width: 200px;
  text-align: center;
}
.line-step li:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 10px;
  height: 10px;
  background: #118ad9;
  transform: translateX(-50%) rotate(45deg);
}
.line-step .step-tx {
  margin-bottom: 35px;
}
.line-step .step-tx span {
  display: block;
}
.line-step .step-tx .num {
  font-size: 2.4rem;
  font-weight: 800;
}
.line-step .step-tx .text {
  font-size: 1.8rem;
  font-weight: 400;
}

@media screen and (max-width: 1023px) {
  .st04 .step-list {
    position: static;
    float: none;
    height: auto;
    padding: 17px;
    margin-bottom: 10px;
    border-radius: 0;
    background-color: #f5f5f5;
    text-align: left;
  }
  .st04 .step-list:after {
    content: none;
  }
  .st04 .step-list.gray {
    background-color: #f1f1f1;
    color: #444;
  }
  .st04 .step-list .mobile {
    display: inline;
    padding-right: 10px;
    font-weight: 600;
    color: #118ad9;
  }
  .st04 .step-text {
    position: static;
    transform: translate(0);
  }
  .st04 .step-text span {
    display: inline;
  }
  .st04 .list3 {
    width: 100%;
  }
  .st04 .list3 .step-list {
    width: 100%;
  }
  .st04 .list5 .step-list {
    width: 100%;
  }
  .st04 .step-list.skyblue {
    background: #f1f1f1;
    color: #444;
  }
  .st04 .step-list.skyblue .sub-p2 {
    color: #444;
  }
  .st04 .step-list.gray .sub-p2 {
    color: #444;
  }
  .st04 .step-list.line-skyblue {
    border: none;
    background-color: #f1f1f1;
  }

  .line-step li {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .line-step .step-tx .num {
    font-size: 2rem;
  }
  .line-step .step-tx .text {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .step-list {
    position: static;
    float: none;
    height: auto;
    padding: 17px;
    margin-bottom: 10px;
    border-radius: 0;
    background-color: #f5f5f5;
    text-align: left;
  }
  .step-list:after {
    content: none;
  }
  .step-list.gray {
    background-color: #f1f1f1;
    color: #444;
  }
  .step-list .mobile {
    display: inline;
    padding-right: 10px;
    font-weight: 600;
    color: #118ad9;
  }
  .step-text {
    position: static;
    transform: translate(0);
  }
  .step-text span {
    display: inline;
  }

  .step.list5 .step-list {
    width: 100%;
    margin-right: 0;
  }

  .line-step {
    flex-wrap: wrap;
    border-bottom: none;
  }
  .line-step li {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: left;
  }
  .line-step li:after {
    content: none;
  }
  .line-step .step-tx {
    margin-bottom: 10px;
  }
  .line-step .step-tx span {
    display: inline;
  }
  .line-step .step-tx .num {
    font-size: 1.4rem;
    font-weight: 400;
  }
  .line-step .step-tx .num:after {
    content: ".";
  }
  .line-step .step-tx .text {
    font-size: 1.4rem;
  }
}

/* =============================================================
    sub : img => square + round + icon-img
============================================================= */
.sp {
  display: flex;
  flex-direction: row;
  margin-bottom: 30px;
}
.sp.reverse {
  flex-direction: row-reverse;
}
.sp-list {
  position: relative;
  background: #f5f5f5;
  border-radius: 10px;
}
.sp-list .sub-p2 {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.2;
}
.sp-text {
  padding: 30px;
  text-align: center;
}
.sp-text span {
  display: block;
}
.sp-text .mobile {
  display: none;
}
.sp-text .title {
  padding: 10px 0 10px;
  font-weight: 600;
  color: #000;
}

.sp-list.gray {
  background: #555;
}
.sp-list.gray .sub-p2 {
  color: #fff;
}
.sp-list.gray .title {
  color: #fff;
}
.sp-list.darkblue .sub-p2 {
  color: #fff;
}
.sp-list.darkblue .title {
  color: #fff;
}

.sp-list:after {
  position: absolute;
  width: 10px;
  height: 10px;
  background: url(/portal/img/sub/arrow-right.png) no-repeat center/contain;
}
.sp .arrow-right:after {
  content: "";
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
}
.sp .arrow-left:after {
  content: "";
  top: 50%;
  left: -20px;
  transform: translateY(-50%) rotate(180deg);
}
.sp .arrow-bottom:after {
  content: "";
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
}

.sp.list3 .sp-list {
  flex: 0 0 31%;
  max-width: 31%;
  margin-right: 3.5%;
  padding: 20px 0;
  border-radius: 20px;
}
.sp.list3 .arrow-right:after {
  right: -23px;
}
.sp.list4 .sp-list {
  flex: 0 0 23%;
  max-width: 23%;
  margin-right: 2.666%;
}
.sp.reverse.list4 .sp-list {
  margin-right: 0;
  margin-left: 2.666%;
}
.sp.list5 .sp-list {
  flex: 0 0 19%;
  max-width: 19%;
  margin-right: 1.25%;
}

.st05 .sp .sp-text {
  padding: 35px 0;
}
.st05 .sp .title {
  padding: 0;
  margin-top: 20px;
  font-weight: 400;
  color: #111;
}
.st05 .sp .sub-p2 {
  line-height: 1.3;
  color: #111;
}
.st05 .gray .title {
  color: #fff;
}
.st05 .gray .sub-p2 {
  color: #fff;
}

.sp.list6 .sp-list {
  flex: 0 0 24%;
  max-width: 24%;
  margin-right: 1.25%;
}

.sp.list7 .sp-list {
  flex: 0 0 24%;
  max-width: 38%;
  margin-right: 1.25%;
}

.st06 {
  width: 86%;
  margin: 0 auto;
}
.st06 .sp {
  margin-bottom: 10px;
}
.st06 .sp .sp-list {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 20px;
}
.st06 .sp.h01 .sp-list {
  height: 150px;
}
.st06 .sp.h02 .sp-list {
  height: 110px;
}
.st06 .sp.h03 .sp-list {
  height: 300px;
}
.st06 .sp-text {
  padding: 30px 10px;
}
.st06 .sub-p2 {
  font-size: 1.7rem;
  font-weight: 500;
}
.st06 .sp-list.darkblue {
  position: relative;
  background: #00397f;
  border: none;
}
.st06 .sp-list.black {
  position: relative;
  background: #061e2d;
  border: none;
}
.st06 .sp-list.black .title {
  color: #fff;
}
.st06 .sp-list.skyblue {
  background: #118ad9;
}
.st06 .sp-list.skyblue .sub-p2 {
  color: #fff;
}
.st06 .sp-list.skyblue .title {
  color: #fff;
}
.st06 .sp-list .sp-text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.st06 .sp-list .sp-text .moi {
  display: block;
}
.st06 .sp-list .title {
  font-size: 2.4rem;
}
.st06 .sp .arrow-right:after {
  right: -35px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff url(/portal/img/sub/arrow-right.png) no-repeat center/10px;
  box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.st06 .tx01 {
  padding-top: 5px;
  font-weight: 600;
  font-size: 2.2rem;
  color: #079fae;
}
.st06 .tx02 {
  padding-top: 5px;
  font-weight: 600;
  font-size: 2.2rem;
  color: #339add;
}
.st06 .tx03 {
  padding-top: 5px;
  font-weight: 600;
  font-size: 2.2rem;
  color: #255591;
}
.st06 .tx04 {
  padding-top: 5px;
  font-weight: 600;
  font-size: 2.2rem;
  color: #e8552b;
}
.st06 .tx05 {
  padding-top: 5px;
  font-weight: 600;
  color: #079fae;
}
.st06 .tx06 {
  padding-top: 5px;
  font-weight: 600;
  color: #339add;
}
.st06 .tx07 {
  padding-bottom: 5px;
  color: #255591;
}
.st06 .tx08 {
  padding-top: 5px;
  font-weight: 600;
  color: #e8552b;
}

.st06 .sp .sp-list.circle {
  position: relative;
  flex: 0 0 150px;
  max-width: 150px;
  margin: 0 3.8%;
  border-radius: 50%;
}

/* 20250402 웹 접근성 수정 */
.st06 .sp .sp-list.circle:before,
.st06 .sp .sp-list.circle:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -32%;
  width: 15px;
  height: 2px;
  background: #58595B;
  /* background: #999; */
}
.st06 .sp .sp-list.circle:after {
  transform: rotate(90deg);
}
.st06 .sp .sp-list.circle:last-child:before,
.st06 .sp .sp-list.circle:last-child:after {
  content: none;
}
.st06 .sp .sp-list.circle .sp-text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150px;
  height: 150px;
  background: #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}
.st06 .sp .sp-list.circle .sp-text:before,
.st06 .sp .sp-list.circle .sp-text:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
}
.st06 .sp .sp-list.circle .sp-text:before {
  top: 0;
}
.st06 .sp .sp-list.circle01 .sp-text:before {
  background-color: #079fae;
}
.st06 .sp .sp-list.circle02 .sp-text:before {
  background-color: #339add;
}
.st06 .sp .sp-list.circle03 .sp-text:before {
  background-color: #255591;
}
.st06 .sp .sp-list.circle04 .sp-text:before {
  background-color: #e8552b;
}
.st06 .sp .sp-list.circle .sp-text:after {
  bottom: 0;
  background: #e1e1e1;
}
.st06 .sp .sp-list.circle .sp-text .sub-p1 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 135px;
  height: 135px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  font-weight: 600;
  line-height: 140px;
  z-index: 1;
}
.st06 .sp .sp-list.circle01 .sp-text .sub-p1 {
  color: #079fae;
}
.st06 .sp .sp-list.circle02 .sp-text .sub-p1 {
  color: #339add;
}
.st06 .sp .sp-list.circle03 .sp-text .sub-p1 {
  color: #255591;
}
.st06 .sp .sp-list.circle04 .sp-text .sub-p1 {
  color: #e8552b;
}
.sub-intro04 .sp06-top {
  margin-top: -25px;
}

@media screen and (max-width: 1399px) {
  .st06 {
    width: 100%;
  }
  .st06 .sp.h01 {
    justify-content: space-between;
  }
  .st06 .sp .sp-list.circle:before,
  .st06 .sp .sp-list.circle:after {
    content: none;
  }
}
@media screen and (max-width: 1279px) {
  .st06 .sp .sp-list.circle {
    margin: 0;
  }
}
@media screen and (max-width: 1023px) {
  .sp {
    display: block;
    margin-bottom: 0;
  }
  .sp img {
    display: none;
  }
  .sp-list {
    margin-bottom: 10px;
    border-radius: 0;
  }
  .sp .sp-list:after {
    content: none;
  }
  .sp-text {
    padding: 15px;
    text-align: left;
  }
  .sp-text .pc {
    display: none;
  }
  .sp-text .mobile {
    display: inline;
    color: #2c97dd;
    font-weight: 600;
  }
  .sp-text .title {
    padding: 0 5px;
  }
  .sp-text span {
    display: inline;
  }
  .sp-text .paragraph {
    position: relative;
    display: block;
    padding-left: 10px;
  }
  .sp-text .paragraph:before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: #666;
  }

  .sp-list.gray {
    background: #f5f5f5;
  }
  .sp-list.gray .sub-p2 {
    color: #444;
  }
  .sp-list.gray .title {
    color: #000;
  }
  .st05 .sp .sp-text {
    padding: 15px;
  }
  .st05 .gray .title {
    color: #444;
  }
  .st05 .gray .sub-p2 {
    color: #444;
  }

  .sp.list3 .sp-list {
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0;
    padding: 5px;
    border-radius: 0;
  }
  .sp.list4 .sp-list {
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0;
  }
  .sp.reverse.list4 .sp-list {
    margin-right: 0;
    margin-left: 0;
  }
  .sp.list5 .sp-list {
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0;
  }
  .sp.list6 .sp-list {
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0;
  }
  .sp.list7 .sp-list {
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0;
  }

  .st06 .sp .sp-list {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
  }
  .st06 .sp.h01 .sp-list,
  .st06 .sp.h02 .sp-list,
  .st06 .sp.h03 .sp-list {
    height: auto;
  }
  .st06 .sp-list .title {
    font-size: 1.8rem;
  }
  .st06 .sp-list .sp-text {
    position: static;
    padding: 15px;
    transform: translate(0);
  }
  .st06 .sp-list .sp-text .moi {
    display: inline;
  }
  .st06 .sp-list .sub-p2 {
    padding-top: 0;
    padding-bottom: 0;
    font-weight: 400;
    font-size: 1.4rem;
    color: #666;
  }
  .st06 .sp-list.darkblue {
    background: #00397f;
  }
  .st06 .sp-list.darkblue .title {
    color: #fff;
  }
  .st06 .sp-list.black {
    background: #061e2d;
  }
  .st06 .sp-list.black .title {
    color: #fff;
  }
  .st06 .sp-list.skyblue {
    background: #118ad9;
  }
  .st06 .sp-list.skyblue .sub-p2 {
    color: #fff;
  }
  .st06 .sp-list.skyblue .title {
    color: #fff;
  }
  .st06 .sp .sp-list.circle {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
    border-radius: 0;
    border: 1px solid #ddd;
  }
  .st06 .sp .sp-list.circle .sp-text {
    position: static;
    width: auto;
    height: auto;
    border-radius: 0;
    transform: translate(0);
  }
  .st06 .sp .sp-list.circle .sp-text:before,
  .st06 .sp .sp-list.circle .sp-text:after {
    content: none;
  }
  .st06 .sp .sp-list.circle .sp-text .sub-p1 {
    position: static;
    width: auto;
    height: auto;
    transform: translate(0);
    line-height: 1;
  }
  .st06 .sp .sp-list.circle .sp-text .sub-p1 {
    color: #666;
    font-size: 1.4rem;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .sp06-img {
    width: 100%;
  }
  .sub-intro04 .sp06-top {
    margin-top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .pictogram {
    display: none;
  }
}

/* 2023-12-01 고객참여 > 공감소통 with CEO > 국민소통 디자인 수정 반영 css 시작 */
.sub-inner[key="국민소통"] {
  .bg-skyblue {
    background-color: #69c2ff !important;
  }
  .bg-skyblue-lgiht {
    background-color: #a1ddff !important;
  }
  .bg-yellow {
    background-color: #f9e453 !important;
  }
  .sp.justify-between {
    justify-content: space-between;
  }
  .st06 .sp .sp-list.circle {
    position: relative;
    flex: 0 0 24%;
    max-width: 24%;
    margin: unset;
    margin-right: 1.25%;
    border-radius: 50%;
    border: none;
  }
  .sub-p1.sub-p1-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .st06 .sp.justify-between .sp-list.circle:before,
  .st06 .sp.justify-between .sp-list.circle:after {
    display: none;
  }
  .st06.w-full {
    width: 100%;
  }
  .st06 .sp .sp-list.no-border {
    border: none;
  }

  .sp-list.py-20 {
    padding: 0 20px;
  }
  .sp-list .flex {
    gap: 1rem;
    padding: 30px 5px;
    display: flex;
  }
  .sp-list .flex-col {
    flex-direction: column;
  }
  .sp-list .flex li {
    position: relative;
    padding-left: 12px;
    line-height: 2.5rem;
    color: #444;
    font-size: 1.8rem;
    word-break: keep-all;
  }
  .sp-list .flex li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 3px;
    height: 3px;
    background: #444;
  }
  .sp-list .flex-wrap {
    flex-wrap: wrap;
  }
  .sp-list .flex-wrap li {
    flex-grow: 1;
    width: auto;
    min-width: 47%;
  }
  .st06 .sp-list .sp-text.sp-title {
    position: initial;
    transform: unset;
  }
  .border-b {
    border-bottom: 1px solid #ddd;
  }
  @media screen and (min-width: 1024px) {
    .st06.w-full.pictogram {
      display: block;
    }
    .st06.w-full[key="구분"] {
      .tx01,
      .tx02,
      .tx03,
      .tx04 {
        font-size: 3rem;
      }
      .sp-list:first-of-type {
        border: 2px solid #061e2d;
        .sub-p2.title {
          font-size: 3rem;
        }
      }
       /* 2024-04-03 공감소통 > 국민소통 디자인 수정 반영 css 시작 */ 
      /* .sp-list:nth-of-type(2) { 순서 수정 */
      .sp-list:nth-of-type(5) {
        border: 1px solid #079fae;
      }
      .sp-list:nth-of-type(3) {
        border: 1px solid #339add;
      }
      /* .sp-list:nth-of-type(4) { 순서수정 */
      .sp-list:nth-of-type(2) {
        border: 1px solid #255591;
      }
      /* .sp-list:nth-of-type(5) { 순서수정*/
      .sp-list:nth-of-type(4) {
        border: 1px solid #e8552b;
      }
    }
    .st06.w-full[key="이해관계자"] {
      .sub-p2 {
        font-size: 2.1rem;
      }
      .sp.h02 .sp-list {
        height: auto;
        display: grid;
        place-items: center;
      }
      .sp-list .sp-text {
        position: initial;
        top: unset;
        left: unset;
        width: 100%;
        transform: unset;
      }
      .sp-list:first-of-type {
        border: 2px solid #00397f;
        .sub-p2.title {
          font-size: 3rem;
        }
      }
      /* .sp-list:nth-of-type(2) { 순서 수정 */
      .sp-list:nth-of-type(5) {
        border: 1px solid #079fae;
      }
      .sp-list:nth-of-type(3) {
        border: 1px solid #339add;
      }
      /*.sp-list:nth-of-type(4) { */
      .sp-list:nth-of-type(2) {
        border: 1px solid #255591;
      }
      /* .sp-list:nth-of-type(5) {*/
      .sp-list:nth-of-type(4) {
        border: 1px solid #e8552b;
      }
    }
    .st06.w-full[key="주요이슈"] {
      .sp-list .flex li {
        font-size: 2.1rem;
      }
      .sp-list:first-of-type {
        border: 2px solid #00397f;
        .sub-p2.title {
          font-size: 3rem;
        }
      }
      /* .sp-list:nth-of-type(2) { 순서 수정 */
      .sp-list:nth-of-type(5) {
        border: 1px solid #079fae;
      }
      .sp-list:nth-of-type(3) {
        border: 1px solid #339add;
      }
      /* .sp-list:nth-of-type(4) { 순서 수정*/
      .sp-list:nth-of-type(2) {
        border: 1px solid #255591;
      }
      /*.sp-list:nth-of-type(5) { 순서 수정*/
      .sp-list:nth-of-type(4) {
        border: 1px solid #e8552b;
      }
    }
    .st06.w-full[key="소통전략"] {
      .sp-list .flex li {
        font-size: 2.1rem;
      }
      .tx01,
      .tx02,
      .tx03,
      .tx04 {
        font-size: 2.7rem;
      }
      .sp-list:first-of-type {
        border: 2px solid #00397f;
        .sub-p2.title {
          font-size: 3rem;
        }
      }
      /*.sp-list:nth-of-type(2) { 순서 수정*/
      .sp-list:nth-of-type(5) {
        border: 1px solid #079fae;
      }
      .sp-list:nth-of-type(3) {
        border: 1px solid #339add;
      }
      /* .sp-list:nth-of-type(4) { 순서수정*/
      .sp-list:nth-of-type(2) {
        border: 1px solid #255591;
      }
      /*.sp-list:nth-of-type(5) { 순서수정*/
      .sp-list:nth-of-type(4) {
        border: 1px solid #e8552b;
      }
    }
    .st06.w-full[key="소통채널"] {
      .sp-list .flex li {
        font-size: 2.1rem;
      }
      .sp-list:first-of-type {
        border: 2px solid #00397f;
        .sub-p2.title {
          font-size: 3rem;
        }
      }
      /* .sp-list:nth-of-type(2) { 순서수정*/
      .sp-list:nth-of-type(5) {
        border: 1px solid #079fae;
      }
      .sp-list:nth-of-type(3) {
        border: 1px solid #339add;
      }
      /* .sp-list:nth-of-type(4) { 순서수정*/
      .sp-list:nth-of-type(2) {
        border: 1px solid #255591;
      }
      /* .sp-list:nth-of-type(5) { 순서수정*/
      .sp-list:nth-of-type(4) {
        border: 1px solid #e8552b;
      }
    }
    .st06.w-full[key="대표성과"] {
      .sp-list:first-of-type {
        border: 2px solid #118ad9;
        position: relative;
      }
      .sp-list:first-of-type::before {
        content: "";
        width: 40px;
        height: 65px;
        background: url("/portal/img/sub/p05/e0801-05.png") center center no-repeat;
        background-size: contain;
        position: absolute;
        top: -1px;
        right: 40px;
      }
      .sp-list .flex li {
        font-size: 2.1rem;
      }
      .sp-list:first-of-type {
        .sub-p2.title {
          font-size: 3rem;
          & span {
            font-weight: 500;
          }
        }
      }
       /* .sp-list:nth-of-type(2) { 순서수정*/
      .sp-list:nth-of-type(5) {
        border: 1px solid #079fae;
      }
      .sp-list:nth-of-type(3) {
        border: 1px solid #339add;
      }
       /* .sp-list:nth-of-type(4) { 순서수정*/
      .sp-list:nth-of-type(2) {
        border: 1px solid #255591;
      }
       /* .sp-list:nth-of-type(5) { 순서수정*/
      .sp-list:nth-of-type(4) {
        border: 1px solid #e8552b;
      }
    }
  }
  @media screen and (max-width: 1023px) {
    .sp-list .flex {
      gap: 0;
      padding: 15px;
    }
    .sp-list .flex li {
      font-size: 1.4rem;
      margin: 3px 0;
      color: rgb(102, 102, 102);
      width: 100%;
    }
    .sp-list.py-20 {
      padding: 0;
    }
    .st06.w-full[key="소통채널"] {
      .sp-list .flex li {
        /* 20240405_소통채널 모바일 수정작업 width: 50%; */
      }
    }
  }
}
/** 2023-12-01 고객참여 > 공감소통 with CEO > 국민소통 디자인 수정 반영 css 끝 **/

/** 2024-01-04 정보공개 > 경영공시 > depth04 추가 START **/
/* common.css depth03 imitation START */
.depth04-list {
  padding-left:15px;
  margin:0;
  background: #e5e5e5;
}
.depth04-link {
  position: relative;
  padding: 0 20px;
  margin: 0 15px;
  border-bottom: 1px solid #d5d5d5;
  line-height: 50px;
  font-size: 1.4rem;
}
.depth04-link:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  width: 5px;
  height: 1px;
  background: #555;
}

@media screen and (min-width: 1400px) {
  .depth04-list {
    margin:0;
    background: transparent;
  }
  .depth04-link {
    padding: 0 10px;
    margin: 0;
    border-bottom: none;
    color: #777;
    line-height: 2;
  }
  .depth04-link:after {
    left: 0;
    width: 5px;
    height: 1px;
  }
}

.depth04-link:hover {
  text-decoration: none;
  color: #006aaf;
}
/* common.css depth03 imitation END */

/* manage-list multi stage START */
.manage-group.flex-half .manage-list {
  flex: 0 0 50%;
  max-width: 50%;
}
@media screen and (max-width: 767px) {
  .manage-group.flex-half .manage-list {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/* manage-list multi stage END */

/* depth02-link nonlink START */
.manage-group .depth02-link.nonlink {
  background: none;
}

.manage-group .depth02-link.nonlink:hover,
.manage-group .depth02-link.nonlink:active,
.manage-group .depth02-link.nonlink:focus,
.manage-group .depth02-link.nonlink:link
 {
  color: #000;
  text-decoration: none;
  outline: none;
  cursor: default;
}
/* depth02-link nonlink END */

/* depth03 icon sky-blue START */
.manage-group .depth03-link.skyblue {
  background: url(/portal/img/sub/icon-link-skyblue.png) no-repeat 90%;
}
/* depth03 icon sky-blue END */

/* sub.css depth03 imitation START */
.manage-group .depth04-list {
  padding-top: 17px;
  background: #fff;
}
.manage-group .depth04-link {
  padding: 0 30px;
  border: none;
  background: url(/portal/img/sub/icon-link-blue.png) no-repeat 93%;
  line-height: 1;
}
.manage-group .depth04-link:after {
  left: 20px;
}
/* sub.css depth03 imitation END */

/** 2024-01-04 정보공개 > 경영공시 > depth04 추가 END **/

/** 2024-01-04 ESG > KoELSA ESG > ESG 비전전략체계 변경 START **/

/* vertical-middle START */
.unit-lgth .ul_right ul.row3 li p.mgT-2.vt-m {
  margin-top: 40px;
}

@media screen and (max-width: 1399px) {
  .unit-lgth .ul_right ul.row3 li p.mgT-2.vt-m {
    margin-top: 42px;
  }
}

@media screen and (max-width: 1023px) {
  .unit-lgth .ul_right ul.row3 li p.mgT-2.vt-m {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .unit-lgth .ul_right ul.row3 li p.mgT-2.vt-m {
    margin-top: 2px;
  }
}
/* vertical-middle END */

/* no-header START */
.unit-lgth .ul_right ul.row3 li div.mgT-2.no-header{
  margin-top:20px;
}

@media screen and (max-width: 767px) {
  .unit-lgth .ul_right ul.row3 li div.mgT-2.no-header{
    margin-top:0;
  }
}
/* no-header END */

/* no-border START */
.unit-lgth .ul_right ul.row3 li div.mgT-3.no-border {
  border:none;
  margin-top:0;
}

@media screen and (max-width: 767px) {
  .unit-lgth .ul_right ul.row3 li div.mgT-3.no-border {
    padding:0;
  }
}
/* no-border END */

/** 2024-01-04 ESG > KoELSA ESG > ESG 비전전략체계 변경 END **/

/** 2024-01-26 ESG > KoELSA ESG > ESG 주요성과 재구성 START **/

/* sub-intro02 ver02 START */
.sub-intro02.ver02 .intro-img {
  float: none;
  width: 100%;
  height: 760px;
  margin-top: 0;
}

.sub-intro02.ver02 .intro-img img {
  border-radius: 30px;
}

@media screen and (max-width: 1279px) {
  .sub-intro02.ver02 .intro-img {
    position: relative;
    width: 100%;
    height: 450px;
  }
  .sub-intro02.ver02 .intro-img img{
    width: 100%;
  }
}

@media screen and (max-width: 1023px) {
  .sub-intro02.ver02 .intro-img {
    width: 100%;
    height: 350px;
    margin-top: 0;
  }

  .sub-intro02.ver02 .intro-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-height: 103%;
    transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 767px) {
  .sub-intro02.ver02 .intro-img {
    width: 100%;
    height: 210px;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 499px) {
  .sub-intro02.ver02 .intro-img {
    width: 100%;
    height: 250px;
    margin-bottom: 30px;
    border-radius: 15px;
  }
  .sub-intro02.ver02 .intro-img img {
    border-radius: 15px;
  }
}
/* sub-intro02 ver02 END */

/* depth03-link nonlink START */
.manage-group .depth03-link.nonlink {
  background: none;
}

.manage-group .depth03-link.nonlink:hover,
.manage-group .depth03-link.nonlink:active,
.manage-group .depth03-link.nonlink:focus,
.manage-group .depth03-link.nonlink:link
 {
  color: #777;
  text-decoration: none;
  outline: none;
  cursor: default;
}
/* depth03-link nonlink END */

/** 2024-01-26 ESG > KoELSA ESG > ESG 주요성과 재구성 END **/

/** 2024-01-30 ESG > KoELSA ESG > ESG 활동보고 재구성 START **/
/* manage-list single stage START */
.manage-group.flex-full .manage-list {
  flex: 0 0 100%;
  max-width: 100%;
}
/* manage-list single stage END */
/** 2024-01-30 ESG > KoELSA ESG > ESG 활동보고 재구성 END **/

/** 2024-03-07 정보공개 > 경영공시 depth03 nonlink 수정  **/
@media screen and (max-width: 1399px){ 
  .manage-group .depth03-link.nonlink:hover,
  .manage-group .depth03-link.nonlink:active,
  .manage-group .depth03-link.nonlink:focus,
  .manage-group .depth03-link.nonlink:link
  {
    color: #333;
  }
}
.search-form {
  margin-bottom: 10px;
  padding: 40px 100px;
  background: #f5f5f5;
  border-radius: 20px;
}
.search-form-inner {
  display: flex;
  justify-content: center;
}
.search-form-inner .search-text {
  width: 450px;
  margin-right: 0;
}
.search-form .search-btn {
  width: 85px;
  height: 50px;
  margin-left: 5px;
}
.search-form-inner .search-detail {
  width: 140px;
  margin-left: 5px;
}
.search-form-inner .search-detail .btn .arrowup-w:after {
  transition: 0.4s;
}
.search-form-inner .search-detail .btn.on .arrowup-w:after {
  transform: translate(-50%, -50%) rotate(0);
}
.search-text .form-control {
  background: #fff;
}
.search-keyword {
  display: flex;
  margin-top: 40px;
}
.search-keyword .keyword-list {
  display: inline-block;
  line-height: 1.7;
}
.search-form .search-th {
  width: 105px;
  color: #00397f;
  font-size: 1.7rem;
  font-weight: 600;
}
.keyword-group {
  padding-left: 10px;
}
.search-keyword .keyword-link {
  padding: 0 15px;
}
.search-keyword .keyword-link:focus,
.search-keyword .keyword-link:hover,
.search-keyword .keyword-link:active {
  text-decoration: none;
}
.search-keyword .keyword-link:before {
  content: "#";
}
.search-row {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.search-row .search-list {
  display: inline-block;
  width: 100px;
}
.search-row select.form-control {
  background: #fff;
  width: 150px;
}

.search-form [type="radio"]:checked + label:after,
.search-form [type="radio"]:not(:checked) + label:after {
  background: #118ad9;
}
@media screen and (max-width: 1023px) {
  .search-form {
    padding: 30px;
  }
  .search-form .search-th {
    width: 100px;
    font-size: 1.4rem;
  }
  .search-row .search-list {
    width: auto;
    padding-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .search-form {
    padding: 20px;
  }
  .search-keyword {
    display: none;
  }
  .search-form-inner .search-detail {
    display: none;
  }
  .search-form.mid {
    display: none;
  }
  .search-form-inner .search-text {
    flex: 0 0 60%;
    max-width: 70%;
  }
  .search-form .search-btn {
    flex: 0 0 40%;
    max-width: 30%;
  }
}

.ep-list {
  display: flex;
  margin-bottom: 20px;
}
.ep-list.ht01 {
  height: 100px;
}
.ep-list.ht02 {
  height: 150px;
}
.ep-list.ht03 {
  height: 150px;
}
.ep-list.ht04 {
  height: 120px;
}
.ep-list.ht04.h-auto {
  height: auto;
}
.ep-list.ht05 {
  height: 80px;
}
.ep-list.ht05.h-auto {
  height: auto;
}
.ep-list.ht06 {
  height: 80px;
}
.ep-list .ep-dd {
  position: relative;
}
.ep-list .ep-dd.title {
  flex: 0 0 17%;
  max-width: 17%;
  margin-right: 2%;
  background: #00397f;
  box-shadow: 2px 2px 10px 3px rgba(0, 0, 0, 0.2);
  color: #fff;
}
.ep-list .ep-dd.detail {
  flex: 0 0 81%;
  max-width: 81%;
  background: #f5f5f5;
}
.ep-list .ep-text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.ep-list .ep-text.flex {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.ep-list .ep-text span {
  display: block;
}
.ep-list .ep-text.text-left {
  padding: 0 38px;
}
.ep-list:first-child .ep-dd.title {
  border-radius: 20px 0 0 0;
}
.ep-list:last-child .ep-dd.title {
  border-radius: 0 0 0 20px;
}
.ep-list:first-child .ep-dd.detail {
  border-radius: 0 20px 0 0;
}
.ep-list .p01 {
  font-size: 2rem;
  color: #fff;
}
.ep-list .p02 {
  font-size: 2rem;
  color: #00397f;
  font-weight: 600;
}
/* 인권경영 추진체계 전용폰트사이즈 */
.human_promotion_private {
  font-size: 2.2rem;
}

.ep-list .ep-dd.tx01 {
  position: relative;
  background: none;
}
.ep-list .tx01 .ep-text {
  position: relative;
  display: flex;
  height: 100%;
}
.ep-list .tx01 .list02 .tx-list {
  flex: 0 0 49%;
  max-width: 49%;
  margin-right: 2%;
}
.ep-list .tx01 .list02 .tx-list:last-child {
  margin-right: 0;
}
.ep-list .tx01 .list02 {
  position: relative;
  display: flex;
}
/*.ep-list .tx01 .list03 .tx-list {
  flex: 0 0 32%;
  max-width: 32%;
  margin-right: 2%;
  position: relative;
} 2024.07.24 반부패작업*/

.ep-list .tx01 .list03 .tx-list {
  flex: 1 1 1%;
  max-width: 49%;
  margin-right: 2%;
  position: relative;
}


@media screen and (min-width: 1024px) {
  .ep-list .tx01 .list03 .tx-list.w-24 {
    flex: 0 0 49%;
    max-width: 49%;
    margin-right: inherit;
    margin-bottom: 6px;
  }
}
@media screen and (min-width: 1400px) {
  .ep-list .tx01 .list03 .tx-list.w-24 {
    flex: 0 0 24%;
    max-width: 24%;
    margin-right: inherit;
    position: relative;
  }
}

.ep-list .tx01 .list03 .tx-list.icon-plus::before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 62%;
  right: -14px;
  background-image: url("/img/sub/plus-solid.svg");
  background-position: center;
  background-size: cover;
}
.ep-list .tx01 .list03 .tx-list.icon-arrow::before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 62%;
  right: -10%;
  background-image: url("/img/sub/arrow-right-solid.svg");
  background-position: center;
  background-size: cover;
}
.ep-list .tx01 .list03 .tx-list:last-child {
  margin-right: 0;
}
.ep-list .tx01 .list03 {
  position: relative;
  display: flex;
}
.ep-list .tx01 .list03.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4%;
}
.tx-list02 {
  flex: 0 0 32%;
  max-width: 32%;
  margin-right: 2%;
}

/* 공단소개_윤리인권경영_윤리인권경영소개_인권경영추진체계 2022-09-02수정*/
.tx-sub > p {
  text-align: left;
  padding: 0 12px;
}

.ep-list.ht05 .tx01 .tx-sub {
  padding: 25px 0;
}
.ep-list.ht06 .tx01 .tx-sub {
  padding: 10px 0;
}
.tx-sub02 {
  padding: 25px 0;
}

.ep-list .tx01 .list04 .tx-list {
  flex: 0 0 24%;
  max-width: 24%;
  margin-right: 1.3%;
}
.ep-list .tx01 .list04 .tx-list:last-child {
  margin-right: 0;
}

.ep-list .tx01 .list05 .tx-list {
  flex: 0 0 19%;
  max-width: 19%;
  margin-right: 1.25%;
}
.ep-list .tx01 .list05.grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2%;
}
.ep-list .tx01 .list05.grid .tx-list.grid-list {
  position: relative;
  max-width: 100%;
}
.ep-list .tx01 .list05.grid .tx-list:last-child {
  margin-right: 0;
}

.ep-list .tx01 .list06.grid {
  display: grid;
  grid-template-columns: 32% 66%;
  gap: 0.9% 2%;
}

.list06.grid .tx-list {
	display: contents;
}

.list06.grid .tx-list .tx-title {
	justify-content: center;
	text-align: center;
}

.list06.grid .tx-list .tx-title .sub-p2 {
	justify-content: center;
	text-align: center;
	line-height: 1.5;
}

.list06.grid .tx-list .tx-sub.fz-md.cell .sub-p2 {
	text-align: left;
}

.list06.grid .tx-list .cell {
	display: flex;
	align-items: center;
	height: 90%;
	flex-direction: column;
}

.ep-list .tx01 .brb-r20 {
  border-radius: 0 0 20px 0;
}

.ep-list .tx01 .tx-title {
  height: 60px;
  margin-bottom: 6px;
  border: 4px solid #f5f5f5;
}
.ep-list .tx01 .tx-list p {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ep-list .tx01 .tx-title p {
  color: #f00;
  line-height: 52px;
}
.ep-list .tx01 .tx-sub {
  padding: 12px 0;
  background: #f5f5f5;
}
.tx-sub02 {
  padding: 12px 0;
  background: #f5f5f5;
}
.ep-list .tx01 .tx-sub p {
  width: 100%;
  background: #f5f5f5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ep-list .tx01 .fz-md p {
  font-size: 1.6rem;
}

.ep-list.ht05.h-auto.tx-center .tx01 .tx-sub p {
  text-align: center;
}
.ep-list .tx01 .skyblue .tx-title {
  border-color: #118ad9;
}
.ep-list .tx01 .skyblue .tx-title p {
  color: #061e2d;
}
.ep-list .tx01 .skyblue .tx-sub {
  background: #118ad9;
}
.ep-list .tx01 .skyblue .tx-sub p {
  background: #118ad9;
  color: #fff;
}

.ep-list .tx02 .ep-text {
  display: flex;
  flex-wrap: wrap;
}
.ep-list .tx02 .tx-list {
  flex: 0 0 50%;
  max-width: 50%;
  height: 75px;
}
.ep-list .tx02 .tx-list p {
  line-height: 75px;
}
.ep-list .tx02 .tx-list:nth-child(1) {
  border-right: 1px solid #d5d5d5;
}
.ep-list .tx02 .tx-list:nth-child(3) {
  border-top: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
}
.ep-list .tx02 .tx-list:nth-child(4) {
  border-top: 1px solid #d5d5d5;
}

.ep-list .tx03 .ep-text {
  display: flex;
  flex-wrap: wrap;
}
.ep-list .tx03 .tx-list {
  flex: 0 0 33.333%;
  max-width: 33.333%;
  height: 75px;
}
.ep-list .tx03 .tx-list p {
  line-height: 75px;
}
.ep-list .tx03 .tx-list:nth-child(1) {
  border-right: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
}
.ep-list .tx03 .tx-list:nth-child(2) {
  border-right: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
}
.ep-list .tx03 .tx-list:nth-child(3) {
  border-bottom: 1px solid #d5d5d5;
}
.ep-list .tx03 .tx-list:nth-child(4) {
  border-right: 1px solid #d5d5d5;
}
.ep-list .tx03 .tx-list:nth-child(5) {
  border-right: 1px solid #d5d5d5;
}
.ep-list .tx03 .tx-list:nth-child(6) p {
  line-height: 2;
}

.sub-p-num {
  border: 1px solid orangered;
}

@media screen and (max-width: 1023px) {
  .ep-list {
    display: block;
  }
  .ep-list.ht01 {
    height: auto;
  }
  .ep-list.ht02 {
    height: auto;
  }
  .ep-list.ht03 {
    height: auto;
  }
  .ep-list.ht04 {
    height: auto;
  }
  .ep-list.ht05 {
    height: auto;
  }
  .ep-list.ht06 {
    height: auto;
  }
  .ep-list .p01 {
    font-size: 1.8rem;
  }
  .ep-list .p02 {
    font-size: 1.6rem;
  }
  /* 인권경영 추진체계 전용폰트사이즈 */
  .human_promotion_private {
    font-size: 2.2rem;
  }
  .ep-list .ep-dd.title {
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0;
  }
  .ep-list .ep-dd.detail {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ep-list .ep-text {
    position: static;
    left: 0;
    padding: 10px;
    margin-bottom: 5px;
    transform: translate(0);
  }
  .ep-list .ep-text span {
    display: inline;
  }
  .ep-list .ep-text.text-left {
    padding: 20px;
  }
  .ep-list .ep-text.text-left p {
    line-height: 1.6;
  }

  .ep-list:first-child .ep-dd.title {
    border-radius: 0;
  }
  .ep-list:last-child .ep-dd.title {
    border-radius: 0;
  }
  .ep-list:first-child .ep-dd.detail {
    border-radius: 0;
  }
  .ep-list .tx01 .brb-r20 {
    border-radius: 0;
  }
  .ep-list .tx01 .list02,
  .ep-list .tx01 .list03,
  .ep-list .tx01 .list04,
  .ep-list .tx01 .list05 {
    flex-wrap: wrap;
  }
  .ep-list .tx01 .list02 .tx-list,
  .ep-list .tx01 .list03 .tx-list,
  .ep-list .tx01 .list04 .tx-list,
  .ep-list .tx01 .list05 .tx-list {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
  
  .ep-list .tx01 .list06.grid {
    display: block;
  }
  
  .ep-list .tx01 .list06.grid .tx-sub.fz-md.cell {
    margin-bottom: 10px;
  }
  
  .ep-list .tx01 .ep-text {
    padding: 0;
  }
  .ep-list .tx01 .list03.grid .ep-text {
    top: 0;
  }
  .ep-list .tx02 .tx-list {
    flex: 0 0 100%;
    max-width: 100%;
    height: auto;
  }
  .ep-list .tx02 .tx-list p {
    padding: 0 10px;
    text-align: left;
    line-height: 1.6;
  }
  .ep-list .tx02 .ep-text .tx-list {
    border: none;
  }

  .ep-list .tx03 .tx-list {
    flex: 0 0 100%;
    max-width: 100%;
    height: auto;
  }
  .ep-list .tx03 .tx-list p {
    line-height: 1.6;
  }
  .ep-list .tx03 .ep-text .tx-list {
    padding: 0 10px;
    border: none;
    text-align: left;
  }
  .ep-list.ht05 .tx01 .tx-sub {
    padding: 10px 0;
  }

  .st07 {
    margin-bottom: 30px;
  }
}

/* =============================================================
    sub : img => org-img
============================================================= */
.org .black {
  background: #000;
  color: #fff;
}
.org .blue {
  background: #00397f;
  color: #fff;
}
.org .skyblue {
  background: #118ad9;
  color: #fff;
}
.org .green {
  background: #079fae;
  color: #fff;
}
.org .gray01 {
  background: #777;
  color: #fff;
}
.org .gray02 {
  background: #e5e5e5;
}
.org .gray03 {
  background: #f5f5f5;
}

/* 20250403 웹 접근성 수정 */
.orgC {
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #A7A9AC;
  /* border: 1px solid #d1d1d1; */
}
.org li a {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.org .type01 {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  background: #061e2d;
  box-shadow: 1px 5px 10px 5px rgba(0, 0, 0, 0.2);
  line-height: 150px;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 50px;
}
.org .type02 {
  margin-bottom: 10px;
  border-radius: 10px;
  line-height: 60px;
  text-align: center;
}
.org .type03 {
  line-height: 60px;
  text-align: center;
}
.org .type04 {
  line-height: 50px;
  text-align: center;
}
.org .type05 {
  line-height: 60px;
  text-align: center;
}

.org.group01 {
  position: relative;
  height: 1200px;
}
.org.group02 {
  position: relative;
  height: 900px;
}

.org.group01 > ul {
  position: absolute;
  width: 100%;
}
.org.group01 > ul li.hierarchy > ul {
  position: absolute;
}
.org.group01 .side {
  top: 200px;
  left: 0;
  width: 200px;
}
.org.group01 .g01 {
  top: 154px;
  right: 0px;
  width: 435px;
}
.org.group01 .g02 {
  top: 579px;
  left: 60%;
  width: 200px;
  transform: translateX(-50%);
}
.org.group01 .g03 {
  top: 607px;
  left: 40%;
  width: 200px;
  transform: translateX(-50%);
}
.org.group01 .g04 {
  display: flex;
  top: 815px;
  left: 0;
  width: 100%;
}
.org.group01 .g06 {
  top: 1120px;
  left: 50%;
  transform: translateX(-50%);
  width: 435px;
}
.org.group01 .g04 > li {
  flex: 0 0 33.333%;
  max-width: 33.333%;
  padding: 10px;
}

.org.group01 .g01 .orgC {
  display: flex;
}
.org.group01 .g01 .orgC > li {
  flex: 0 0 49%;
  max-width: 49%;
  margin-right: 10px;
}
.org.group01 .g01 .type02 a {
  width: 200px;
  margin: 0 auto;
}

.org.group01 .g04 .orgC {
  display: flex;
}
.org.group01 .g04 .orgC > li {
  flex: 0 0 49%;
  max-width: 49%;
  margin-right: 10px;
}
/* 20250403 웹 접근성 수정 */
.org.group01 .orgA:after {
  content: "";
  position: absolute;
  top: 150px;
  left: 50%;
  width: 1px;
  height: 700px; 
  background: #58595B;
  /* background: #d1d1d1; */
}
/* 20250403 웹 접근성 수정 */
.org.group01 .orgB.g01:after {
  content: "";
  position: absolute;
  top: 36px;
  left: -264px;
  width: 264px;
  height: 1px;
  background: #58595B;
  /* background: #d1d1d1; */
}
/* 20250403 웹 접근성 수정 */
.org.group01 .orgB.g02:after {
  content: "";
  position: absolute;
  top: 31px;
  left: -40px;
  width: 40px;
  height: 1px;
  background: #58595B;
  /* background: #d1d1d1; */
}
.org.group01 .orgB.g03:after {
  content: "";
  position: absolute;
  top: 39px;
  right: -40px;
  width: 40px;
  height: 1px;
  background: #d1d1d1;
}

/* 20250403 웹 접근성 수정 */
.org.group01 .orgB.g07:after {
  content: "";
  position: absolute;
  top: 31px;
  left: -41px;
  width: 41px;
  height: 1px;
  background: #58595B;
  /* background: #d1d1d1; */
}
.org.group01 .orgB.g08:after {
  content: "";
  position: absolute;
  top: 31px;
  left: -41px;
  width: 41px;
  height: 1px;
  background: #58595B;
  /* background: #d1d1d1; */
}
.org.group02 .orgB {
  display: flex;
  width: 100%;
}
.org.group02 .orgB > li {
  flex: 0 0 14.285%;
  max-width: 14.285%;
  padding: 10px;
}
.org.group02 .orgB > li > a {
  box-shadow: 1px 3px 10px 3px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 1399px) {
  .org.group01 .orgB.g01:after {
    content: none;
  }
  .org.group01 .orgB.g02:after {
    content: none;
  }
  .org.group01 .orgB.g03:after {
    content: none;
  }
  .org.group01 .orgB.g07:after {
    content: none;
  }
  .org.group01 .orgB.g08:after {
    content: none;
  }
  .org.group01 .g02 {
    left: 66%;
  }
  .org.group01 .g03 {
    left: 34%;
  }
}
@media screen and (max-width: 1023px) {
  .org .type01 {
    width: 100px;
    height: 100px;
    line-height: 100px;
  }
  .org .type02 {
    padding: 13px;
    line-height: 1;
  }
  .org .type03 {
    padding: 13px;
    line-height: 1;
  }
  .org .type04 {
    padding: 13px;
    line-height: 1;
  }
  .org .type05 {
    padding: 13px;
    line-height: 1;
  }

  .org.group01 {
    position: relative;
    height: auto;
  }
  .org.group02 {
    position: relative;
    height: auto;
  }
  .org.group01 .g01 {
    width: 400px;
  }
  .org.group01 .g02 {
    transform: translate(0);
  }
  .org.group01 .g03 {
    transform: translate(0);
  }
  .org.group01 .g04 {
    display: block;
  }
  .org.group01 .g04 > li {
    padding: 0;
    margin-bottom: 10px;
    max-width: 400px;
  }

	/* 20250403 웹 접근성 수정 */
	.org.group01 .orgB.g01 > li:nth-child(1):after,
  	.org.group01 .orgB.g02 > li:nth-child(1):after,
  	.org.group01 .orgB.g03 > li:nth-child(1):after,
  	.org.group01 .orgB.g04 > li:after,
  	.org.group01 .orgB.g07 > li:nth-child(1):after {
	    content: "";
	    position: absolute;
	    top: 20px;
	    left: -25px;
	    width: 25px;
	    height: 1px;
		background: #58595B;
	  	/* background: #d1d1d1; */
  }

  .org .orgA .type01 {
    margin: 0;
  }
  .org.group01 .orgA:after {
    top: 100px;
    left: 49px;
    height: calc(100% - 310px);
  }
  .org.group01 > ul {
    position: static;
    width: 100%;
    margin: 0 0 30px 75px;
  }
  .org.group01 > ul li {
    position: relative;
  }
  .org.group01 .orgA {
    margin-left: 0;
  }
  .org.group01 .g01 .orgC {
    height: auto;
  }

  /* 20250403 웹 접근성 수정 */
  .org.group02 .orgA:after {
    content: "";
    position: absolute;
    top: 100px;
    left: 49px;
    width: 1px;
    height: calc(100% - 400px);
    background: #58595B;
    /* background: #d1d1d1; */
  }
  .org.group02 .orgB {
    display: block;
    margin-left: 65px;
  }
  .org.group02 .orgB > li {
    position: relative;
    max-width: 400px;
  }
  
  /* 20250403 웹 접근성 수정 */
  .org.group02 .orgB > li:after {
    content: "";
    position: absolute;
    top: 31px;
    left: -15px;
    width: 25px;
    height: 1px;
    background: #58595B;
    /* background: #d1d1d1; */
  }
}
@media screen and (max-width: 599px) {
  .org.group01 .g01 {
    width: 75%;
  }
  .org.group01 .g04 > li {
    max-width: 75%;
  }
  .org.group02 .orgB > li {
    max-width: 75%;
  }
}

.math-formula {
  position: relative;
  display: inline-block;
  width: 350px;
  height: 240px;
  margin: 40px 40px 40px 0;
  border: 4px solid #f1f1f1;
  border-radius: 20px;
}
.math-formula + .math-formula {
  margin-top: 0;
}
.math-formula .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 172px;
}
.math-formula .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  transform: translate(-50%, -50%);
}
.math-formula .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  border-top: 1px solid #e5e5e5;
  background: #f5f5f5;
  text-align: center;
}
.math-formula .text p {
  display: inline;
  padding-left: 20px;
  background: url(/portal/img/sub/arrow_up_blue.png) no-repeat left;
  line-height: 60px;
}
@media screen and (max-width: 499px) {
  .math-formula {
    width: 100%;
  }
}
.lb-r20 {
  margin: 50px 0;
  border: 4px solid #f1f1f1;
  border-radius: 20px;
}
.lb-r20 .title {
  height: 60px;
  background: #f5f5f5;
  text-align: center;
}
.lb-r20 .title p {
  line-height: 60px;
}
.lb-r20 .detail {
  padding: 25px 35px;
}
.lb-r20 .detail p {
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .lb-r20 {
    margin-bottom: 20px;
  }
}
.vd-r20 {
  display: flex;
  margin-bottom: 40px;
  border: 4px solid #f1f1f1;
  border-radius: 20px;
  overflow: hidden;
}
.vd-r20:last-child {
  margin-bottom: 0;
}
.vd-r20 .title {
  position: relative;
  flex: 0 0 20%;
  max-width: 20%;
  background: #f5f5f5 url(/portal/img/sub/p08/e0501-01.png) no-repeat center;
  text-align: center;
  transition: 0.4s;
}
.vd-r20 .title:after {
  content: "바로가기";
  position: absolute;
  display: block;
  bottom: 20px;
  width: 100%;
  text-align: center;
  color: #f5f5f5;
}
.vd-r20.icon01 .title {
  background-image: url(/portal/img/sub/p08/e0501-01.png);
}
.vd-r20.icon02 .title {
  background-image: url(/portal/img/sub/p08/e0501-02.png);
}
.vd-r20.icon03 .title {
  background-image: url(/portal/img/sub/p08/e0501-03.png);
}
.vd-r20.icon04 .title {
  background-image: url(/portal/img/sub/p08/e0501-04.png);
}
.vd-r20.icon05 .title {
  background-image: url(/portal/img/sub/p08/e0501-05.png);
}
.vd-r20 .title:hover,
.vd-r20 .title:focus,
.vd-r20 .title:active {
  background-position: 50% 40%;
}
.vd-r20.icon01 .title:hover,
.vd-r20.icon01 .title:focus,
.vd-r20.icon01 .title:active {
  background-color: #1c9fe9;
  background-image: url(/portal/img/sub/p08/e0501-01-on.png);
}
.vd-r20.icon02 .title:hover,
.vd-r20.icon02 .title:focus,
.vd-r20.icon02 .title:active {
  background-color: #2b569a;
  background-image: url(/portal/img/sub/p08/e0501-02-on.png);
}
.vd-r20.icon03 .title:hover,
.vd-r20.icon02 .title:focus,
.vd-r20.icon02 .title:active {
  background-color: #1d6f42;
  background-image: url(/portal/img/sub/p08/e0501-03-on.png);
}
.vd-r20.icon04 .title:hover,
.vd-r20.icon02 .title:focus,
.vd-r20.icon02 .title:active {
  background-color: #db4a2e;
  background-image: url(/portal/img/sub/p08/e0501-04-on.png);
}
.vd-r20.icon05 .title:hover,
.vd-r20.icon02 .title:focus,
.vd-r20.icon02 .title:active {
  background-color: #b80d0d;
  background-image: url(/portal/img/sub/p08/e0501-05-on.png);
}
.vd-r20 .detail {
  flex: 0 0 80%;
  min-width: 80%;
  padding: 50px;
}
@media screen and (max-width: 767px) {
  .vd-r20 .title {
    flex: 0 0 30%;
    min-width: 30%;
  }
  .vd-r20 .detail {
    flex: 0 0 70%;
    min-width: 70%;
    padding: 20px;
  }
}

.htimg-st07 {
  display: flex;
  flex-wrap: wrap;
}
.htimg-st07 .img-b:nth-of-type(1) {
  margin-right: 40px;
  margin-bottom: 20px;
}
.htimg-st07 .img {
  width: 100%;
  box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.htimg-st07 .img-md {
  flex: 0 0 670px;
  max-width: 670px;
}
.htimg-st07 .img-sm {
  flex: 0 0 230px;
  max-width: 230px;
}
.htimg-st07 .img img {
  width: 100%;
}
.htimg-st07 .tx {
  padding: 15px;
  background: #f1f1f1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .htimg-st07 .img-md {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.mbimg-stx {
  display: none;
}
@media screen and (max-width: 501px) {
  .mbimg-swrap {
    width: 100%;
  }
  .mbimg-stx {
    display: block;
    padding: 20px 0;
    text-align: center;
  }
  .mbimg-stx span {
    position: relative;
    padding-left: 40px;
  }
  .mbimg-stx span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 30px;
    background: url(/portal/img/sub/hand.png) no-repeat center/contain;
    transform: translateY(-50%);
  }
  .mbimg-scroll {
    width: 100%;
    overflow-x: scroll;
  }
  .mbimg-scroll .img-auto {
    width: 1000px;
  }
}

.alio-cont {
  margin: 0 auto;
  padding: 100px 30px;
}
.alio-cont .sub-h2 {
  position: relative;
  margin-bottom: 75px;
}
.alio-cont .sub-h2:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  width: 50px;
  height: 3px;
  transform: translateX(-50%);
  background: #118ad9;
}
.alio-cont .sub-h2 span {
  display: block;
}
.alio-btn-wrap {
  margin-top: 60px;
  text-align: center;
}
.alio-btn {
  position: relative;
  display: inline-block;
  width: 450px;
  height: 80px;
  background: #0048a0;
  border-radius: 10px;
  color: #fff;
}
.alio-btn div,
.alio-btn span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.alio-tt {
  left: 40px;
  font-size: 3rem;
  font-weight: 700;
}
.alio-tx {
  left: 160px;
}
.alio-tx-en {
  font-weight: 100;
}
.alio-tx:before {
  content: "";
  position: absolute;
  left: -28px;
  top: 50%;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-50%);
}
.alio-icon {
  right: 45px;
}
@media screen and (max-width: 1023px) {
  .alio-cont .sub-h2 span {
    display: inline;
    word-break: keep-all;
  }
}
@media screen and (max-width: 555px) {
  .alio-cont {
    padding: 35px 30px;
  }
  .alio-btn {
    width: 100%;
  }
}
@media screen and (max-width: 508px) {
  .alio-cont {
    padding: 20px 10px;
  }
  .alio-btn-wrap {
    margin-top: 30px;
  }
  .alio-tt {
    left: 20px;
    font-size: 2rem;
  }
  .alio-tx {
    left: 75px;
    font-size: 1rem;
  }
  .alio-tx:before {
    content: none;
  }
  .alio-icon {
    right: 25px;
  }
}
@media screen and (max-width: 270px) {
  .alio-icon {
    display: none;
  }
}

.open-st01 {
  position: relative;
}
.open-st01 .bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 450px;
  background: #f5f5f5;
  z-index: -1;
}
.open-st01 .hd-icon {
  margin-bottom: 50px;
  text-align: center;
}
.open-st01 .hd-img img {
  border-radius: 20px;
  box-shadow: 5px 5px 10px 10px rgba(0, 0, 0, 0.1);
}
.open-st01 .hd-tx {
  margin-top: 90px;
  padding-bottom: 100px;
}
.open-st02 .hd-tx {
  margin: 100px auto 35px;
  text-align: center;
}
.open-st02 .hd-ul {
  padding: 40px;
  background: #f5f5f5;
  border-radius: 20px;
}
.open-st02 .hd-ul li {
  position: relative;
  width: 980px;
  height: 100px;
  margin: 0 auto;
  border-bottom: 1px solid #d5d5d5;
  background-image: url(/portal/img/sub/icon-check.png),
    url(/portal/img/sub/icon-symbol.png);
  background-repeat: no-repeat;
  background-position: 47px 50%, 30px 50%;
}
.open-st02 .hd-ul p {
  position: absolute;
  top: 50%;
  left: 110px;
  transform: translateY(-50%);
}
.open-st02 .hd-ul li:nth-child(1) {
  border-top: 1px solid #d5d5d5;
}
.open-st02 .hd-btn {
  margin-top: 60px;
  text-align: center;
}
.open-st02 .hd-btn .btn {
  padding: 20px 30px;
  border: 1px solid #d5d5d5;
  border-radius: 10px;
  background-image: linear-gradient(180deg, #f5f5f5, #fff);
  font-size: 1.7rem;
}
.open-st02 .hd-btn .icon {
  margin-left: 100px;
}
@media screen and (max-width: 1399px) {
  .open-st01 .hd-img img {
    width: 100%;
  }
}
@media screen and (max-width: 1279px) {
  .open-st01 .bg {
    display: none;
  }
  .open-st01 .hd-icon img {
    width: 220px;
  }
  .open-st01 .hd-tx {
    padding-bottom: 0;
  }
  .open-st02 .hd-tx {
    width: 80%;
  }
  .open-st02 .hd-ul li {
    width: 90%;
  }
  .open-st02 .hd-ul p {
    width: 80%;
  }
}
@media screen and (max-width: 1023px) {
  .open-st02 .hd-ul p {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .open-st01 .hd-icon img {
    width: 160px;
  }
  .open-st01 .hd-tx {
    margin-top: 55px;
  }
  .open-st02 .hd-ul li {
    background-position: 20px 50%, 10px 50%;
    background-size: 20px, 40px;
  }
  .open-st02 .hd-tx {
    margin: 40px auto 35px;
  }
  .open-st02 .hd-ul p {
    left: 65px;
    width: 76%;
    word-break: break-all;
  }
  .open-st02 .hd-btn .btn {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 499px) {
  .open-st02 .hd-ul {
    padding: 30px;
  }
  .open-st02 .hd-ul li {
    width: 100%;
    height: 140px;
  }
  .open-st02 .hd-ul p {
    width: 65%;
  }
  .open-st02 .hd-btn .icon {
    margin-left: 30px;
  }
}
/* 추진전략 */
.ps {
  text-align: center;
}
.ps .h1 {
  margin: 40px 0;
  font-family: "godo";
  font-size: 3rem;
  font-weight: 600;
}
.ps .h2 {
  font-size: 2.4rem;
  color: #fff;
}
.ps .h3 {
  font-size: 2rem;
}
.ps .tx {
  font-size: 2rem;
}
.ps .tx-col {
  flex: 0 0 30%;
  max-width: 30%;
  margin-right: 5%;
}
.ps .tx-col:last-child {
  margin-right: 0;
}
.ps .title-box {
  position: relative;
  height: 90px;
  border-radius: 30px;
  box-shadow: 2px 2px 8px 5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ps .title-box p {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.ps .cont {
  position: relative;
}

.ps .tx-dt {
  position: relative;
  height: 80px;
  background: #00397f;
  border-radius: 30px 30px 0 0;
  box-shadow: 2px 2px 8px 5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ps .tx-dt p {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.ps .tx-dd {
  position: relative;
  height: 265px;
  border-radius: 0 0 30px 30px;
  background: #f7f7f7;
  text-align: left;
  font-size: 1.9rem;
}
.ps .tx-dd .tx-list {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  transform: translate(-50%, -50%);
  line-height: 1.7;
}
.ps .tx-dd .tx-list li:before {
  content: "·";
  padding-right: 5px;
}

.ps .circle p {
  position: relative;
  width: 240px;
  height: 240px;
  padding-top: 150px;
  border-radius: 50%;
  background: #f3f4f7 url(/portal/img/main/logo-symbol.png) no-repeat 50% 40%/70px;
  font-weight: 600;
  color: #000;
}
.ps .circle .tx {
  margin-top: 20px;
  font-size: 1.8rem;
}
.ps .square {
  position: relative;
  width: 325px;
  height: 85px;
  border-radius: 30px;
  box-shadow: 2px 2px 8px 5px rgba(0, 0, 0, 0.1);
}
.ps .circle.po01 {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.ps .square.po02 {
  position: absolute;
  top: 0;
  left: 50%;
  background: #00397f;
  transform: translateX(-50%);
}
.ps .square.po03 {
  position: absolute;
  top: 50%;
  left: 0;
  background: #f26a43;
  transform: translateY(-50%);
}
.ps .square.po04 {
  position: absolute;
  top: 50%;
  right: 0;
  background: #f26a43;
  transform: translateY(-50%);
}
.ps .square.po05 {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #079fae;
}
.ps .square.po06 {
  background: #118ad9;
}
.ps .square .tx {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.ps .square .tx .h2 {
  color: #fff;
}

.ps .ct01 .h1 {
  color: #118ad9;
}
.ps .ct01 .title-box {
  background: #118ad9;
}
.ps .ct02 .h1 {
  color: #079fae;
}
.ps .ct02 .title-box {
  background: #079fae;
}
.ps .ct03 .h1 {
  color: #00397f;
}
.ps .ct04 {
  height: 500px;
}
.ps .ct05 {
  margin-top: 60px;
}
.ps .ct05 .h2 {
  color: #000;
}
.ps .ct06 .square {
  border-radius: 15px;
  background: #00397f;
}
.ps .ct07 .h1 {
  color: #079fae;
}
.ps .ct07 .h2 span {
  display: block;
}
.ps .ct07 .tx-dt {
  height: 90px;
  background: #079fae;
}
.ps .ct07 .tx-dd {
  height: 165px;
}
.ps .ct08 .square {
  border-radius: 15px;
  background: #061e2d;
}

.ps01 .arrow {
  height: 132px;
  margin: 30px 0 -80px 0;
  background: url(/portal/img/sub/arrow-img01.png) no-repeat center;
}
.ps02 .arrow {
  height: 138px;
  margin-bottom: 20px;
  background: url(/portal/img/sub/arrow-img02.png) no-repeat center;
}
@media screen and (max-width: 1023px) {
  .ps .h1 {
    font-size: 2.2rem;
  }
  .ps .h2 {
    font-size: 1.6rem;
  }
  .ps .h3 {
    font-size: 1.6rem;
  }
  .ps .tx {
    font-size: 1.4rem;
  }
  .ps .tx-dd {
    height: auto;
    padding: 30px;
    font-size: 1.4rem;
  }
  .ps .tx-dd .tx-list {
    position: static;
    transform: translate(0);
  }
  .ps .title-box p {
    width: 80%;
    white-space: pre-wrap;
  }
  .ps .row {
    flex-wrap: wrap;
  }
  .ps .tx-col {
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .ps .tx-col .square {
    width: 100%;
  }

  .ps .ct04 {
    height: auto;
  }
  .ps .ct04 .square {
    width: 100%;
    margin-bottom: 20px;
  }
  .ps .ct04 .circle.po01 {
    position: static;
    margin-bottom: 30px;
    transform: translateX(0);
  }
  .ps .ct04 .circle.po01 p {
    margin: 0 auto;
  }
  .ps .ct04 .square.po02 {
    position: static;
    transform: translateX(0);
  }
  .ps .ct04 .square.po03 {
    position: static;
    transform: translateY(0);
  }
  .ps .ct04 .square.po04 {
    position: static;
    transform: translateY(0);
  }
  .ps .ct04 .square.po05 {
    position: static;
    transform: translate(0);
  }
  .ps .ct07 .tx-dd {
    height: auto;
  }
}

/* 211201 ny */
.history-list .td-dd:before {
  content: none;
}
.history-list .th {
  flex: 0 0 15%;
  max-width: 15%;
}
.history-list .th span.white {
  color: #fff;
}
.history-list .td-dd.etc {
  color: #0048a0;
}
.history .sub-h5 {
  font-size: 2.2rem;
  font-weight: 600;
}
.history-list .list .td-dd {
  position: relative;
  display: block;
  font-size: 1.8rem;
  padding-left: 10px;
  letter-spacing: -0.1rem;
}
.history-list .list .td-dd span:first-child::before {
  content: "";
  position: absolute;
  top: 1.3rem;
  left: 0;
  width: 3px;
  height: 3px;
  background: #ccc;
  border-radius: 50%;
  padding-right: 0;
}
.history01 .history-list:nth-child(2n) .list .td-dd span:first-child::before,
.wrap02 .list .td-dd span:first-child::before {
  left: auto;
  margin-left: -10px;
}
.history-list .td-dd span {
  display: inline-block;
}
.history-list span.minus:first-child::before {
  left: auto;
  margin-left: 0px;
}
.history-list .list .td-dd span.minus {
  margin-left: -10px;
}
.wrap02 .list .td-dd span.minus:first-child::before {
  left: auto;
  margin-left: 0;
}
@media screen and (max-width: 1023px) {
  .history-list .th {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .history-list .list .td-dd {
    font-size: 1.4rem;
  }
  .history-list .th span.white {
    color: #333;
  }
}
/* 211213 ny */
.lnb-2depth > li > a {
  line-height: 55px;
}
.manage-group .depth02-link:hover,
.manage-group .depth02-link:active,
.manage-group .depth02-link:focus {
  color: #006aaf;
}

/* 211214 no-result */
.no-result .result-box {
  display: flex;
  width: 660px;
  height: 200px;
  padding: 0 100px;
  margin-bottom: 50px;
  align-items: center;
}
.no-result .result-box .icon {
  flex: 0 0 150px;
  max-width: 150px;
  width: 120px;
  height: 126px;
  background: url(/portal/img/sub/no-result.png) no-repeat center;
}
.no-result .result-box .text {
  padding-left: 30px;
  font-size: 2rem;
  color: #999;
}
@media screen and (max-width: 767px) {
  .no-result .result-box {
    height: 160px;
    padding: 0;
    margin-bottom: 30px;
    justify-content: center;
  }
  .no-result .result-box .icon {
    flex: 0 0 120px;
    max-width: 120px;
  }
  .no-result .result-box .text {
    font-size: 1.4rem;
  }
}
/* 20211228 +sy */
.tbc {
  margin-top: 20px;
}
.tbc .tx {
  text-align: left;
  font-weight: 600;
}
.tbc-table {
  width: 100%;
  margin: 10px 0;
  border: 1px solid #d5d5d5;
  text-align: center;
}
.tbc-table .tr {
  display: flex;
  align-items: center;
  border-top: 1px solid #d5d5d5;
}
.tbc-table .tr:first-child {
  border-top: none;
}
.tbc-table .td {
  position: relative;
  flex: 0 0 15%;
  max-width: 15%;
  height: 85px;
  border-left: 1px solid #d5d5d5;
}
.tbc-table .td:first-child {
  flex: 0 0 55%;
  max-width: 55%;
  border-left: none;
}
.tbc-table .td.col-3 {
  flex: 0 0 45%;
  max-width: 45%;
}
.tbc-table .td span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 499px) {
  .tbc {
    overflow-x: scroll;
  }
  .tbc-table {
    width: 320px;
  }
}
.csr-cont.cs02 {
  margin-top: -50px;
  margin-bottom: -30px;
}
.csr-cont.cs02 .text-top {
  height: 30px;
}
.csr-cont.cs02 .bg-line {
  height: 395px;
}
.no-result .result-box {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .no-result .result-box {
    margin: 0 3%;
  }
}
.webzine-card .card-img img {
  position: absolute;
  width: 100%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

/* 20211229 +sy */
.view-file .file-list a {
  display: inline;
  padding-left: 5px;
}
.webzine04 .card-img {
  position: relative;
}
.webzine04 .card-img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  transform: translate(0);
  opacity: 0;
  transition: 0.4s;
}
.webzine04 .card-img img {
  height: 400px;
  width: auto;
}
.webzine04 .card-btn {
  position: absolute;
  top: 40%;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
  transition: 0.4s;
}
.webzine04 .webzine-card:hover .card-img:after,
.webzine04 .webzine-card:active .card-img:after,
.webzine04 .webzine-card:focus .card-img:after {
  opacity: 1;
}
.webzine04 .webzine-card:hover .card-btn,
.webzine04 .webzine-card:active .card-btn,
.webzine04 .webzine-card:focus .card-btn {
  opacity: 1;
  text-decoration: none;
}

/* 220104 ny */
.btn-group .btn:hover,
.btn-group .btn:active,
.btn-group .btn:focus,
.btn-submit-group .btn:hover,
.btn-submit-group .btn:active,
.btn-submit-group .btn:focus {
  box-shadow: 3px 3px 10px 3px rgba(0, 0, 0, 0.2);
}
.btn-submit-group .btn-submit {
  border: 1px solid transparent;
  transition: 0.4s;
}
.lnb-1depth > li > a.on {
  text-decoration: none;
}

/* 220105 sy */
.icon-req:after {
  left: 10px;
}

/* 220105 sy */
.sub-intro02.ver01 .sub-h1 {
  text-align: center;
  font-size: 3.7rem;
}
.sub-intro02.ver01 .intro-img {
  position: relative;
}
.sub-intro02.ver01 .intro-img .tx {
  position: absolute;
  top: 50%;
  left: 45%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.sub-intro02.ver01 .intro-img .tx-db {
  display: block;
  font-size: 3.2rem;
  font-family: "Godo", sans-serif;
  line-height: 1.7;
  text-align: center;
  color: #fff;
}
.sub-intro02.ver01 .intro-bg {
  height: 643px;
}
@media screen and (max-width: 1399px) {
  .sub-intro02.ver01 .sub-h1 {
    font-size: 3.2rem;
  }
  .sub-intro02.ver01 .intro-img img {
    position: absolute;
    right: 0;
  }
  .sub-intro02.ver01 .intro-img .tx-db {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 1023px) {
  .sub-intro02.ver01 .sub-h1 {
    font-size: 2.4rem;
  }
  .sub-intro02.ver01 .intro-img {
    height: 210px;
  }
  .sub-intro02.ver01 .intro-img img {
    position: absolute;
    top: auto;
    bottom: auto;
    left: auto;
    right: 0;
    transform: translate(0);
  }
  .sub-intro02.ver01 .intro-img .tx-db {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .sub-intro02.ver01 .sub-h1 {
    font-size: 2.3rem;
  }
  .sub-intro02.ver01 .intro-img {
    height: 180px;
  }
  .sub-intro02.ver01 .intro-img .tx-db {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 600px) {
  .sub-intro02.ver01 .intro-img {
    height: 140px;
  }
}
@media screen and (max-width: 501px) {
  .sub-intro02.ver01 .intro-img .tx-db {
    font-size: 1.2rem;
  }
  .sub-intro02.ver01 .sub-h1 {
    font-size: 2rem;
  }
  .sub-intro02.ver01 .intro-img {
    height: 95px;
  }
  .sub-intro02.ver01 .intro-img .tx {
    width: 50%;
  }
  .sub-intro02.ver01 .intro-img .tx-db {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 320px) {
  .sub-intro02.ver01 .intro-img {
    height: 80px;
  }
}
.icon.icon-arrow-left {
  width: 25px;
  height: 25px;
}
.icon.icon-arrow-right {
  width: 25px;
  height: 25px;
}
.webzine04 .webzine-card {
  border-radius: 0;
}
.webzine04 .card-img img {
  height: 100%;
}
@media screen and (max-width: 501px) {
  .icon.icon-arrow-left {
    height: 32px;
  }
}
/* 220106 +add */
@media screen and (min-width: 1280px) {
  .search-form .search-btn .form-control {
    height: 50px;
  }
}
/* 220108 +add */
.map-cont {
  display: flex;
  margin-bottom: 50px;
}
.map-cont .text {
  margin-left: 30px;
}
@media screen and (max-width: 499px) {
  .map-cont .icon {
    display: none;
  }
  .map-cont .text {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .table {
    margin-top: 50px;
  }
}
.btn-top {
  border-radius: 15px;
}

/* 20220109 sy */
@media screen and (max-width: 1023px) {
  #qrButton0 {
    display: none;
  }
}
.webzine04 .card-title p.sub-p1 {
  display: inline-block;
  width: 100%;
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.webzine04 .card-title .category {
  display: block;
  padding: 20px 0 0;
}
@media screen and (max-width: 1279px) {
  .webzine04 .card-title p.sub-p1 {
    height: 48px;
  }
}

/* 220111 ny */
.board-pagi .pagination a {
  margin: 0 2px;
}
@media screen and (max-width: 767px) {
  .board-pagi .pagination a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
@media screen and (max-width: 560px) {
  .board-pagi .pagination a {
    margin: 0 0px;
  }
}
@media screen and (max-width: 520px) {
  .board-pagi .pagination a {
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
}
.board-pagi .pagination a:hover {
  text-decoration: none;
}
.board-pagi .pagination li.on a,
.board-pagi .pagination li:hover a,
.board-pagi .pagination li:focus a,
.board-pagi .pagination li:active a {
  border-color: #2f5993;
}

/* 220112 ny */
@media screen and (max-width: 767px) {
  .table-board .textover {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
/* 220119 sy */
.icon-point {
  width: 33px;
  height: 40px;
}
.icon-point:after {
  width: 33px;
  height: 40px;
}

/* 220120 ny */
.border-r20-T {
  border-radius: 20px 20px 0px 0px;
}
.border-r20-B {
  border-radius: 0px 0px 20px 20px;
  margin-top: 3px !important;
  line-height: 2.5;
}

/* 220124 ny */
.btn-group a:hover,
.btn-group a:active,
.btn-group a:focus {
  text-decoration: none;
}
.open-st02 .hd-btn .btn:hover,
.open-st02 .hd-btn .btn:active,
.open-st02 .hd-btn .btn:focus {
  text-decoration: none;
  box-shadow: 3px 3px 10px 3px rgba(0, 0, 0, 0.2);
}

/* 220126 sy */
@media screen and (max-width: 1279px) {
  .table-board01 .textover {
    width: 300px;
  }
  .board-pagi .btn-group {
    position: absolute;
    top: 15px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 560px) {
  .board-pagi .pagination a {
    margin: 0 3px;
  }
}
@media screen and (max-width: 361px) {
  .board-pagi .pagination a {
    width: 22px;
    height: 22px;
    line-height: 22px;
  }
  .board-pagi .pagination a {
    margin: 0 1px;
  }
}
/* 220228 조직도수정 */
.org.group01 {
  height: 1040px;
}

.org.group01 .g02 {
  top: 315px;
  left: 40%;
}
.org.group01 .g04 {
  top: 575px;
}
.org.group01 .g07 {
  top: 315px;
  left: 53%;
  width: 200px;
}
.org.group01 .g08 {
  top: 235px;
  left: 53%;
  width: 200px;
}
.org.group01 .orgA:after {
  height: 440px;
}
.org.group01 .orgB.g02:after {
  left: 200px;
}
@media screen and (max-width: 1399px) {
  .org.group01 .g02 {
    left: 35%;
  }
}
@media screen and (max-width: 1023px) {
  .org.group01 .orgA:after {
    height: calc(100% - 271px);
  }
  .org.group01 .g01 {
    left: 74px;
    /* 2024-03-05 김준권 조직도 모바일웹버전 수정 - .g01 top 변경 */
    /* top: 564px; */
    top: 770px;
  }
  .org.group01 .g02 {
    left: 74px;
    /* 2024-03-05 김준권 조직도 모바일웹버전 수정 - .g02 top 변경 */
    /* top: 368px; */
    top: 478px;
  }
  .org.group01 .g04 {
    left: 74px;
    top: 1050px;
  }
  .org.group01 .g06 {
    left: 50px;
    top: 1780px;
    transform: inherit;
  }
  .org.group01 .g07 {
    left: 74px;
    /* 2024-03-05 김준권 조직도 모바일웹버전 수정 - .g02 top 변경 */
    /* top: 368px; */
    top: 580px;
  }
  .org.group01 .g08 {
    left: 74px;
    /* 2024-03-05 김준권 조직도 모바일웹버전 수정 - .g02 top 변경 */
    /* top: 368px; */
    top: 423px;
  }
}

/* 게시판 버튼 수정  */
.btn-submit-group {
  display: flex;
  justify-content: center;
  width: 100%;
}
.btn-submit-group .btn {
  margin: 5px;
}

/* 220314 input radio focus */
.rating-list li {
  position: relative;
}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  top: 4px;
  left: 2px;
  width: 17px;
  height: 17px;
  appearance: none;
}
[type="radio"]:focus {
  outline: 2px dotted #000;
}

/* 220404 안전교육수정*/
@media screen and (min-width: 1280px) {
  div.h-cont-fix270 {
    min-height: 270px;
  }
}

/* 220422 ny */
.orgC {
  background-color: white;
}
.org li a {
  margin-bottom: 6px;
}
.org.group01 {
  height: 1350px;
}
.org.group01 .side {
  left: 10px;
}
.org .type06 {
  line-height: 50px;
  text-align: center;
}
.org .gray01Line {
  border: 2px solid #777;
  color: #777;
}
.org .gray03Line,
.org .gray04Line {
  border: 3px solid #f3f3f3;
  color: #111;
  line-height: 46px;
}
.org .gray04Line {
  line-height: 47px;
  border-top: 6px solid #f3f3f3;
  margin-top: -6px;
}

.org.group01 .g05 {
  top: 235px;
  left: 40%;
  width: 200px;
  transform: translateX(-50%);
}

/* 20250403 웹 접근성 수정 */
.org.group01 .orgB.g05:after {
  content: "";
  position: absolute;
  top: 31px;
  left: 200px;
  width: 40px;
  height: 1px;
  background: #58595B;
  /* background: #d1d1d1; */
}
.org.group01 .g04 .orgC {
  flex-wrap: wrap;
}
.org.group01 .g04 .orgC > li {
  margin-right: 2%;
}
.org.group01 .g04 .orgC > li:nth-child(2) {
  margin-right: 0;
}

.org.group01 .orgA:after {
  height: 970px;
  z-index: -1;
}
.org .gray03 {
  color: #111;
}
.org li a.w50 {
  width: 50%;
  margin-left: 50%;
}
.orgB.g06 li {
  margin-bottom: 10px;
  background-color: #444;
  color: white;
}
.orgB.side .gray01 {
  background-color: #47888f;
}
.org.group01 .g05 .gray01 {
  background-color: #444;
}
.org.group01 .g01 .gray01 {
  background-color: #3c84b3;
}
.org.group01 .g04 .orgC .gray01 {
  background-color: #6d8bb3;
}
@media screen and (max-width: 1399px) {
  .org.group01 .g05 {
    left: 35%;
  }
  .org.group01 .orgB.g05:after {
    content: none;
  }
}
@media screen and (max-width: 1023px) {
  .org.group01 {
    height: 2050px;
  }
  .org.group01 .orgA:after {
    height: calc(100% - 240px);
  }
  
  /* 20250403 웹 접근성 수정 */
  .org.group01 .orgB.g05 > li:nth-child(1):after {
    content: "";
    position: absolute;
    top: 20px;
    left: -25px;
    width: 25px;
    height: 1px;
  	background: #58595B;
  	/* background: #d1d1d1; */
  }
  .org.group01 .orgB.g08 > li:nth-child(1):after {
    content: "";
    position: absolute;
    top: 20px;
    left: -25px;
    width: 25px;
    height: 1px;
  	background: #58595B;
  	/* background: #d1d1d1; */
  }
  .org.group01 .g05 {
    transform: translate(0);
    /* 2024-03-05 김준권 조직도 모바일웹버전 수정 - .g05 포지션 추가 */
    left: 74px;
    top: 368px;
  }
  .org .type06,
  .org .type04 {
    padding: 10px;
    line-height: 1;
  }
  .org .gray03Line {
    line-height: 1;
  }
  .org.group02 .orgA:after {
    height: calc(100% - 110px);
  }
}
@media screen and (max-width: 599px) {
  .org.group01 .g06 {
    max-width: 85%;
  }
}

/* 220617 pjh */
.subTip {
  position: relative;
}
.tipBar {
  width: 180px;
  height: 50px;
  background-color: #fff;
  box-shadow: 1px 1px 1px 1px #ebebeb;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 30px;
  position: absolute;
  z-index: 1;
  bottom: -47%;
  left: 50%;
  margin-left: -90px;
  /* 230405 접근성 이슈 */
  /* visibility: none; */
  /* opacity: 0; */
  /* transition: opacity 0.3s; */
  display: none;
}
.tipBar ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.tipBar ul li {
  display: inline-block;
  width: 35px !important;
  height: 40px !important;
  color: black;
  padding-top: 0px;
}
.tipBar ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.tipBar > .icon-share:after {
  transform: translate(0) !important;
}
/* .subTip:hover .tipBar {
  visibility: visible;
  opacity: 1;
} */ /* 230405 접근성 이슈 */
.dfClick {
  cursor: auto;
}

/* 220717 ny */
.moral .article01 {
  width: 1400px;
  margin: 0 auto;
}
.moral .article01 dl {
  position: relative;
  width: 50%;
  height: 140px;
  display: flex;
  margin: 0 auto 20px;
  border-radius: 100px;
  background-color: #f7f7f7;
}
.moral .article01 dl dt {
  width: 140px;
  height: 140px;
  line-height: 140px;
  border-radius: 100px;
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
  background-color: #2794dc;
}
.moral .article01 dl:nth-child(1) dt {
  background-color: #f06037;
}
.moral .article01 dl:nth-child(2) dt {
  background-color: #079fae;
}
.moral .article01 dl dd {
  position: absolute;
  top: 50%;
  left: 160px;
  transform: translateY(-50%);
  font-size: 2rem;
  font-weight: 500;
  padding: 0 30px;
}
.moral .m-none {
  font-size: 1.6rem;
  font-weight: 400;
}
@media screen and (max-width: 1399px) {
  .moral .article01 {
    width: 90%;
    margin-top: 60px;
  }
  .moral .article01 dl {
    width: 70%;
  }
}
@media screen and (max-width: 1023px) {
  .moral .article01 dl {
    width: 100%;
    height: 100px;
    margin-bottom: 10px;
  }
  .moral .article01 dl dt {
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 1.6rem;
  }
  .moral .article01 dl dd {
    left: 120px;
    padding: 0 10px 0 0;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
  .moral .article01 dl dd {
    left: 110px;
  }
}

.moral .arrow {
  height: 130px;
  margin: 30px 0 0px 0;
  background: url(/portal/img/sub/arrow-img01.png) no-repeat center;
}
.esgSec .arrow {
  height: 130px;
  margin: 30px 0 0px 0;
  background: url(/portal/img/sub/arrow-img01.png) no-repeat center;
  transform: rotate(180deg);
}

.moral .article02 {
  padding: 100px 0;
  background-color: #f5f5f5;
}
.moral .article02 .inner {
  width: 1400px;
  margin: 0 auto;
}
.moral .article02 > p {
  width: 100%;
}
.moral .article02 dl {
  margin-bottom: 20px;
}
.moral .article02 dl:last-child {
  margin-bottom: 0;
}
.moral .article02 dl dt {
  position: relative;
  width: 14%;
  margin-right: 1%;
  height: 100px;
  background-color: #061e2d;
  border-radius: 20px;
  font-size: 1.8rem;
}

.moral .article02 dl:nth-of-type(1) dt {
  height: 150px;
}
.moral .article02 dl:nth-of-type(3) dt,
.moral .article02 dl:nth-of-type(4) dt {
  background-color: #00397f;
}
.moral .article02 dl:nth-of-type(5) dt,
.moral .article02 dl:nth-of-type(6) dt {
  background-color: #118ad9;
}
.moral .article02 dl dt p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  color: #fff;
  text-align: center;
}

.moral .article02 dl dd {
  display: flex;
  flex-direction: row;
  width: 85%;
  height: 100px;
  padding: 30px 0px;
  font-size: 1.8rem;
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #ddd;
}
.moral .article02 dl:nth-of-type(1) dd {
  height: 150px;
}
.moral .article02 dl dd ul {
  position: relative;
  width: 25%;
  padding: 0 15px;
}
.moral .article02 dl dd ul::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0px;
  width: 1px;
  height: 100%;
  background-color: #f1f1f1;
}
.moral .article02 dl dd ul li.tx-title {
  padding-bottom: 15px;
  font-weight: 500;
  color: #e8552b;
  font-size: 1.8rem;
  text-align: center;
}
.moral .article02 dl dd ul li {
  padding-bottom: 5px;
}

.moral .article02 dl dd ul:last-child li::after {
  content: none;
}
@media screen and (max-width: 1399px) {
  .moral .article02 {
    padding: 60px 0;
  }
  .moral .article02 .inner {
    width: 90%;
  }
  .moral .article02 dl dt p {
    width: 100%;
    padding: 0 20px;
  }
  .moral .article02 dl dd {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1023px) {
  .moral .arrow {
    margin-top: 10px;
  }
  .moral .article02 dl dt,
  .moral .article02 dl dd {
    width: 100%;
    border-radius: 0;
  }
  .moral .article02 dl dt {
    height: 60px;
  }
  .moral .article02 dl dt,
  .moral .article02 dl:nth-of-type(1) dt {
    height: auto;
    padding: 20px;
  }
  .moral .article02 dl:nth-of-type(1n) dt {
    background-color: #061e2d;
  }
  .moral .article02 dl dt p {
    font-size: 1.8rem;
  }
  .moral .article02 dl dt br {
    display: none;
  }
  .moral .article02 dl dd {
    display: block;
    height: auto;
    padding: 0 20px;
    margin-top: 6px;
  }
  .moral .article02 dl:nth-of-type(1) dd {
    height: auto;
  }
  .moral .article02 dl dd ul {
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
    padding: 15px 0;
  }
  .moral .article02 dl dd ul:last-child {
    border-bottom: 0;
  }
  .moral .article02 dl dd ul::after {
    content: none;
  }
  .moral .article02 dl dd ul li.tx-title {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .moral .article02 dl dd {
    font-size: 1.4rem;
  }
}

.moral .article02 {
  padding: 100px 0;
  background-color: #f5f5f5;
}
.moral .article02 .inner {
  width: 1400px;
  margin: 0 auto;
}
.moral .article02 > p {
  width: 100%;
}
.moral .article02 dl {
  margin-bottom: 20px;
}
.moral .article02 dl:last-child {
  margin-bottom: 0;
}
.moral .article02 dl dt {
  position: relative;
  width: 14%;
  margin-right: 1%;
  height: 100px;
  background-color: #061e2d;
  border-radius: 20px;
  font-size: 1.8rem;
}
.moral .article02 dl:nth-of-type(1) dt {
  height: 150px;
}
.moral .article02 dl:nth-of-type(3) dt,
.moral .article02 dl:nth-of-type(4) dt {
  background-color: #00397f;
}
.moral .article02 dl:nth-of-type(5) dt,
.moral .article02 dl:nth-of-type(6) dt {
  background-color: #118ad9;
}
.moral .article02 dl dt p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  color: #fff;
  text-align: center;
}

.esgSec .article02 {
  width: 1400px;
  margin: 0 auto;
}
.esgSec .article02 dl {
  margin-bottom: 20px;
}
.esgSec .article02 dl.colmn4 {
  display: flex;
}
.esgSec .article02 dl.colmn4 dd {
  flex: 0 0 19%;
  margin-right: 1.25%;
}
.esgSec .article02 dl.colmn4 dd p.mgT-1 {
  margin-top: -14px;
  font-size: 1.6rem;
}
.esgSec .article02 dl.colmn4 dd p.mgT-2 {
  margin-top: 5px;
  font-size: 2.2rem;
  font-weight: 700;
}
.esgSec .article02 dl:last-child {
  margin-bottom: 0;
}
.esgSec .article02 dl dt {
  position: relative;
  min-width: 19%;
  margin-right: 2%;
  height: 110px;
  background-color: #061e2d;
  border-radius: 20px;
  font-size: 1.8rem;
}
.esgSec .article02 dl dt::before {
  content: " ";
  position: absolute;
  right: -35px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff url(/portal/img/sub/arrow-right.png) no-repeat center/10px;
  box-shadow: 1px 1px 8px 1px rgb(0 0 0 / 10%);
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}
.esgSec .article02 dl dt p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.4rem;
  color: #fff;
  text-align: center;
}

.esgSec .article02 dl dd {
  width: 79%;
  height: 110px;
  padding: 42px 0px;
  font-size: 2rem;
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #ddd;
  text-align: center;
  font-weight: 700;
  color: #000;
}
.esgSec .article02 dl dd ul {
  position: relative;
  width: 25%;
  padding: 0 15px;
}
.esgSec .article02 dl dd ul::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0px;
  width: 1px;
  height: 100%;
  background-color: #f1f1f1;
}
.esgSec .article02 dl dd ul li.tx-title {
  padding-bottom: 15px;
  font-weight: 500;
  color: #e8552b;
  font-size: 1.8rem;
  text-align: center;
}
.esgSec .article02 dl dd ul li {
  padding-bottom: 5px;
}
.esgSec .article02 dl dd ul:last-child li::after {
  content: none;
}
@media screen and (max-width: 1399px) {
  .esgSec .article02 {
    padding: 30px 0 60px 0;
    width: 90%;
  }
  .esgSec .article02 .inner {
  }
  .esgSec .article02 dl dt p {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 1023px) {
  .esgSec .arrow {
    margin-top: 10px;
  }
  .esgSec .article02 dl dt,
  .moral .article02 dl dd {
    width: 100%;
    border-radius: 0;
  }
  .esgSec .article02 dl dt {
    height: 60px;
  }
  .esgSec .article02 dl dt,
  .esgSec .article02 dl:nth-of-type(1) dt {
    height: auto;
    padding: 27px;
  }
  .esgSec .article02 dl:nth-of-type(1n) dt {
    background-color: #061e2d;
  }
  .esgSec .article02 dl dt p {
    font-size: 1.8rem;
  }
  .esgSec .article02 dl dt br {
    display: none;
  }
  .esgSec .article02 dl dd {
    display: block;
    height: auto;
    padding: 0 20px;
    margin-top: 6px;
  }
  .esgSec .article02 dl:nth-of-type(1) dd {
    height: auto;
  }
  .esgSec .article02 dl dd ul {
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
    padding: 15px 0;
  }
  .esgSec .article02 dl dd ul:last-child {
    border-bottom: 0;
  }
  .esgSec .article02 dl dd ul::after {
    content: none;
  }
  .esgSec .article02 dl dd ul li.tx-title {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .moral .article02 dl dd {
    font-size: 1.4rem;
  }
}

.esgSec {
  margin-bottom: 60px;
}
.esgSec.bl {
  background: #f5f5f5;
  padding: 60px 0;
}
.esgSec-inner {
  width: 1400px;
  margin: 0 auto;
}
.unit-lgth {
  width: 100%;
  margin: 0 auto;
}
.unit-lgth .sp {
  margin-bottom: 10px;
}
.unit-lgth .sp .sp-list {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 20px;
}
.unit-lgth .sp.h01 .sp-list {
  height: 150px;
}
.unit-lgth .sp.h02 .sp-list {
  height: 110px;
}
.unit-lgth .sp.h03 .sp-list {
  height: 300px;
}
.unit-lgth .sp-text {
  padding: 30px 10px;
}
.unit-lgth .sub-p2 {
  font-size: 1.7rem;
  font-weight: 500;
}
.unit-lgth .sp-list.darkblue {
  position: relative;
  background: #00397f;
  border: none;
}
.unit-lgth .sp-list.black {
  position: relative;
  background: #061e2d;
  border: none;
}
.unit-lgth .sp-list.black .title {
  color: #fff;
}
.unit-lgth .sp-list.skyblue {
  background: #118ad9;
}
.unit-lgth .sp-list.skyblue .sub-p2 {
  color: #fff;
}
.unit-lgth .sp-list.skyblue .title {
  color: #fff;
}
.unit-lgth .sp-list .sp-text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.unit-lgth .sp-list .sp-text .moi {
  display: block;
}
.unit-lgth .sp-list .title {
  font-size: 2.4rem;
}
.unit-lgth .sp .arrow-right:after {
  right: -35px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff url(/portal/img/sub/arrow-right.png) no-repeat center/10px;
  box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.1);
  z-index: 2;
}
.unit-lgth {
  display: flex;
}
.row3 {
  flex-wrap: wrap;
}
.unit-lgth .ul_left {
  position: relative;
  width: 19%;
  margin-right: 2%;
  height: 110px;
  background-color: #061e2d;
  border-radius: 20px;
  font-size: 1.8rem;
}
.unit-lgth .ul_left p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.4rem;
  color: #fff;
}
.unit-lgth .ul_left {
}
.unit-lgth .ul_left {
}
.unit-lgth .ul_left::before {
  content: " ";
  position: absolute;
  right: -35px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff url(/portal/img/sub/arrow-right.png) no-repeat center/10px;
  box-shadow: 1px 1px 8px 1px rgb(0 0 0 / 10%);
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}
.unit-lgth .ul_right {
  width: 80%;
}
.unit-lgth .ul_right > ul {
  display: flex;
  justify-content: space-around;
}
.unit-lgth .ul_right > ul > li {
  display: table;
  background: #fff;
  border: 1px solid #ddd;
  width: 31%;
  border-radius: 20px;
  height: 110px;
  margin-right: 20px;
  padding: 0 20px;
}
.unit-lgth .ht_ctrl {
  height: auto;
}
.unit-lgth .ul_right ul.row3 li:nth-child(3n) {
  margin-right: 0;
}
.unit-lgth .ul_right ul.row3 li:nth-child(n + 4) {
  margin-top: 10px;
}
.unit-lgth .ul_right ul.row3 li p,
.unit-lgth .ul_right ul li div {
  text-align: center;
}
.vtAli {
  display: table-cell;
  vertical-align: middle;
}
.unit-lgth .ul_right ul.row3 li p.mgT-1 {
  margin-top: 20px;
  font-size: 1.6rem;
}
.unit-lgth .ul_right ul.row3 li p.mgT-2 {
  margin-top: 10px;
  font-size: 2.2rem;
  font-weight: 700;
}
.unit-lgth .ul_right ul.row3 li p.mgT-3 {
  margin-top: 10px;
  font-size: 1.9rem;
  font-weight: 500;
  border-top: 1px solid #ddd;
}
.unit-lgth .ul_right ul.row3 li div.mgT-1 {
  margin-top: 20px;
  font-size: 1.6rem;
  padding: 7px 5px 0 0;
}
.unit-lgth .ul_right ul.row3 li div.mgT-2 {
  margin-top: 10px;
  font-size: 2.2rem;
  font-weight: 700;
  padding: 0 5px 10px 0;
  word-break: keep-all;
}
.unit-lgth .ul_right ul.row3 li div.mgT-3 {
  margin-top: 10px;
  font-size: 1.9rem;
  font-weight: 500;
  border-top: 1px solid #ddd;
  padding: 20px 5px 20px 0;
}
.unit-lgth .ul_right ul.row3 li.hgth {
  height: auto;
}
.unit-lgth .ul_right > ul.row3 > li > ul {
  padding: 30px 20px 30px 20px;
}
.unit-lgth .ul_right > ul.row3 > li > ul > li {
  position: relative;
  padding-left: 12px;
  line-height: 2rem;
  color: #444;
  font-size: 1.8rem;
  margin: 20px 0;
}
.unit-lgth .ul_right > ul.row3 > li > ul > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 3px;
  height: 3px;
  background: #444;
  transform: translateY(-50%);
}
.ctn_wrap {
  width: 1400px;
  margin: 0 auto;
}
.ctn_wrap:after {
  content: "";
  display: block;
  clear: both;
}
ul.pagiSec li {
  position: relative;
  width: 23.95%;
  margin-right: 1.4%;
  background: #e7e7e7;
  height: 270px;
  padding: 40px;
  float: left;
}
ul.pagiSec li h3 {
  font-size: 2.3rem;
  font-weight: 700;
}
ul.pagiSec li h3.fw-nm {
  font-size: 2.1rem;
  font-weight: 300;
}
ul.pagiSec li h3 i {
  font-size: 1.6rem;
}
ul.pagiSec li h4 {
  font-size: 1.8rem;
}
ul.pagiSec li:after {
  content: "";
  position: absolute;
  width: 132px;
  height: 125px;
  right: 10px;
  bottom: 0;
  background: url("/portal/img/portal/esg0103_icon1.png") no-repeat;
}
ul.pagiSec li:nth-child(2):after {
  background: url("/portal/img/portal/esg0103_icon2.png") no-repeat;
}
ul.pagiSec li:nth-child(3):after {
  background: url("/portal/img/portal/esg0103_icon3.png") no-repeat;
}
ul.pagiSec li:nth-child(4):after {
  content: none;
}
ul.pagiSec li:nth-child(5):after {
  background: url("/portal/img/portal/esg0103_icon4.png") no-repeat;
}
ul.pagiSec li:nth-child(6):after {
  content: none;
}
ul.pagiSec li:nth-child(7):after {
  background: url("/portal/img/portal/esg0103_icon5.png") no-repeat;
}
ul.pagiSec li:nth-child(8):after {
  content: none;
}
ul.pagiSec li:nth-child(9):after {
  background: url("/portal/img/portal/esg0103_icon6.png") no-repeat;
}
ul.pagiSec li:nth-child(10):after {
  background: url("/portal/img/portal/esg0103_icon7.png") no-repeat;
}
ul.pagiSec li:first-child {
  background: #5c8bb7;
  border-radius: 20px 0 0 0;
  color: #fff;
}
ul.pagiSec li:nth-child(4) {
  background: url("/portal/img/portal/esg0103_bg1.png") no-repeat center center;
  border-radius: 0 20px 0 0;
  margin-right: 0;
  color: #fff;
}
ul.pagiSec li:nth-child(6) {
  width: 49.3%;
  background: url("/portal/img/portal/esg0103_bg2.png") 0% 60%;
  background-size: cover;
  color: #fff;
}
ul.pagiSec li:nth-child(7) {
  background: #0a2c57;
  margin-right: 0;
  color: #fff;
}
ul.pagiSec li:nth-child(8) {
  width: 49.3%;
  background: url("/portal/img/portal/esg0103_bg3.png") no-repeat center center;
  border-radius: 0 0 0 20px;
  color: #fff;
}
ul.pagiSec li:last-child {
  border-radius: 0 0 20px 0;
  margin-right: 0;
}
ul.pagiSec li:nth-child(n + 5) {
  margin-top: 20px;
}

.blue_bn {
  background: #061e2d !important;
}
.blue_bn2 {
  background: #00397f !important;
}
.blue_bn3 {
  background: #118ad9 !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.ft-set {
  font-size: 2.2rem;
  font-weight: 500;
}

.moral .article03 {
  width: 1400px;
  margin: 100px auto 20px;
}
.moral .article03 .ep-list .ep-dd.title {
  border-radius: 20px;
}
.moral .article03 .ep-list .tx01 .tx-title p {
  font-weight: 500;
  text-align: center;
}

.moral .article03 .ep-list .ep-text {
  position: relative;
  text-align: left;
}
.moral .article03 .ep-list .ep-text .p01 {
  text-align: center;
}
.moral .article03 .ep-list .tx01 .list03 .tx-list > div {
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
}
.moral .article03 .ep-list .tx01 .tx-sub {
  padding-top: 10px;
  padding-bottom: 10px;
}
.moral .article03 .ep-list .ep-text span.white {
  display: inline;
  color: transparent;
}

.moral .article03 .arrow-right:after,
.moral .article03 .arrow-plus:after {
  position: absolute;
  z-index: 2;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: -35px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 1px 1px 8px 1px rgb(0 0 0 / 10%);
  background: #fff url(/portal/img/sub/arrow-right.png) no-repeat center/10px;
}
.moral .article03 .arrow-plus:after {
  background: #fff url(/portal/img/sub/arrow-plus.png) no-repeat center/10px;
}

@media screen and (max-width: 1399px) {
  .moral .article03 {
    width: 90%;
    margin-top: 60px;
  }
  .intro-list01_01 .list-text ul li:last-child span {
    display: inline;
  }
  .intro-list01_01 .list-text ul li:last-child {
    font-size: 1.6rem;
  }
  .intro-list01_01 .list-text .list-text-unit {
    padding: 40px 20px;
  }
  .esgSec {
    margin-bottom: 0;
  }
  .esgSec-inner {
    width: 90%;
  }
  .ctn_wrap {
    width: 90%;
  }
  .unit-lgth .ul_right ul.row3 li p.mgT-2,
  .unit-lgth .ul_right ul.row3 li div.mgT-2 {
    font-size: 1.8rem;
  }
  .unit-lgth .ul_right ul.row3 li div.mgT-3 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1279px) {
  ul.pagiSec li h3 {
    font-size: 2rem;
    word-break: keep-all;
  }
  ul.pagiSec li h3.fw-nm {
    font-size: 1.8rem;
  }
  ul.pagiSec li h4 {
    font-size: 1.6rem;
  }
  ul.pagiSec li:after {
    width: 100px;
    height: 95px;
    background-size: cover !important;
  }
  ul.pagiSec li:nth-child(n + 5) {
    margin-top: 15px;
  }
}
@media screen and (max-width: 1023px) {
  .moral .article03 {
    width: 90%;
  }
  .moral .article03 .ep-list .ep-dd.title {
    border-radius: 0;
    padding: 10px 20px 5px;
  }
  .moral .article03 .ep-list .ep-text .p01 {
    width: 100%;
    text-align: left;
  }

  .moral .article03 .arrow-right:after,
  .moral .article03 .arrow-plus:after {
    width: 40px;
    height: 40px;
    top: auto;
    right: 50%;
    bottom: -25spx;
    transform: translateX(50%) rotate(90deg);
  }
  .moral .article03 .list03 .tx-list {
    margin-bottom: 20px;
  }
  .moral .t-none {
    display: none;
  }
  .intro-list01_01 .list-text {
    height: auto;
  }
  .intro-list01_01 .list-text ul li:first-child {
    margin-top: 2px;
  }
  .intro-list01_01 .list-text ul li:nth-child(2) {
    font-size: 2rem;
  }
  .esgSec .article02 dl dt::before {
    content: none;
  }
  .esgSec .article02 dl:nth-of-type(n) dd {
    width: 100%;
    height: auto;
    border-radius: 0;
    display: block;
    padding: 15px 20px;
    margin-top: 10px;
  }
  .unit-lgth .ul_left::before {
    content: none;
  }
  .unit-lgth {
    display: flex;
    flex-direction: column;
  }
  .unit-lgth .ul_left {
    width: 100%;
    border-radius: 0;
    padding: 15px;
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .unit-lgth .ul_left p {
    position: relative;
    transform: inherit;
    top: auto;
    left: auto;
    font-size: 1.6rem;
    text-align: left;
  }
  .unit-lgth .sp-text {
    padding: 0 5px;
  }
  .unit-lgth .ul_right {
    width: 100%;
  }
  .unit-lgth .ul_right > ul {
    display: block;
  }
  .unit-lgth .ul_right > ul > li {
    width: 100% !important;
    margin-bottom: 10px;
    border-radius: 0;
    border: 1px solid #ddd;
  }

  ul.pagiSec li {
    padding: 20px;
    height: 220px;
  }
  ul.pagiSec li:nth-child(n + 5) {
    margin-top: 10px;
  }
  .unit-lgth .ul_left p span {
    display: inline;
  }
  .esgSec .article02 dl.colmn4 {
    flex-direction: column;
  }
  .esgSec .article02 dl dt p,
  .esgSec .article02 dl:nth-of-type(n) dd {
    text-align: left;
  }
  .unit-lgth .ul_right ul.row3 li p {
    text-align: left;
  }
  .unit-lgth .ul_right ul.row3 li p.mgT-1 {
    margin-top: 10px;
    font-size: 1.4rem;
  }
  .unit-lgth .ul_right ul.row3 li p.mgT-2 {
    margin: 4px 0 10px 0;
  }
  .unit-lgth .ul_right > ul.row3 > li {
    height: auto;
  }
  .unit-lgth .ul_right > ul.row3 > li div {
    text-align: left;
  }
  .unit-lgth .ul_right > ul.row3 > li > ul {
    padding: 20px 0;
  }
  .unit-lgth .ul_right > ul.row3 > li > ul > li {
    font-size: 1.4rem;
    margin: 3px 0;
  }
  .esgSec .article02 dl:nth-of-type(n) dd p {
    display: inline;
    font-size: 1.6rem !important;
  }
  .esgSec .article02 dl:nth-of-type(n) dd p:nth-child(2n) {
    font-size: 1.6rem !important;
  }
  .ft-set {
    font-size: 1.6rem;
    font-weight: 500;
    padding: 20px 0;
  }
  .mb_only {
    display: inline-block;
    padding-right: 4px;
    color: #a7a7a7;
    font-weight: 600;
  }
}

@media screen and (max-width: 767px) {
  .intro-list01_01 li {
    width: 100%;
  }
  .intro-list01_01 .list-icon {
    position: absolute !important;
    width: 100%;
    height: 73px;
    border-radius: 12px;
    box-shadow: none;
    background: #079fae;
  }
  .intro-list01_01 .list-icon span {
    color: #fff !important;
  }
  .intro-list01_01 ul li:nth-child(n + 1) {
    margin-top: 20px;
  }
  .intro-list01_01 ul li .list-icon.s-cl {
    background: #118ad9;
  }
  .intro-list01_01 ul li .list-icon.g-cl {
    background: #e8552b;
  }
  .intro-list01_01 ul li .list-icon span.word {
    margin-top: 12px;
  }
  .intro-list01_01 ul li .list-icon span.fst-word {
    margin-top: -12px;
  }
  .intro-list01_01 .list-text {
    height: auto;
    width: 100%;
  }
  .intro-list01_01 > ul:before {
    content: none;
  }
  .intro-list01_01 .list-text ul li:first-child {
    margin-top: 0px;
  }
  .intro-list01_01 > ul > li:before {
    content: none;
  }
  .intro-list01_01 .list-text ul li:nth-child(2) {
    margin-top: 17px;
    font-weight: bold;
    font-size: 1.8rem;
  }
  .intro-list01_01 .list-text ul li:last-child {
    margin-top: 20px;
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .intro-list01_01 .list-text ul {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  .esgSec .article02 dl dt p,
  .esgSec .article02 dl dd {
    text-align: left;
    font-size: 1.4rem;
  }
  .unit-lgth .ul_right > ul.row3 > li {
    height: auto;
  }
  .unit-lgth .ul_right ul.row3 li p,
  .unit-lgth .ul_right ul li div {
    text-align: left;
  }
  .unit-lgth .ul_right ul.row3 li p.mgT-1 {
    font-size: 1.3rem;
    margin-top: 0;
  }
  .unit-lgth .ul_right ul.row3 li p.mgT-2 {
    margin: 4px 0 2px 0;
  }
  .unit-lgth .ul_right ul.row3 li p.mgT-2,
  .unit-lgth .ul_right ul li div.mgT-2 {
    font-size: 1.5rem;
    margin-top: 2px;
    font-weight: 500;
  }
  .unit-lgth .ul_right ul.row3 li div.mgT-1 {
    margin-top: 0;
    font-size: 1.4rem;
  }
  .unit-lgth .ul_right ul.row3 li div.mgT-2 {
    margin-top: 4px;
    font-size: 1.6rem;
    padding: 0 0 4px 0;
    font-weight: 400;
  }
  .unit-lgth .ul_right ul.row3 li div.mgT-3 {
    font-size: 1.4rem;
    margin-top: 5px;
    font-weight: 500;
    padding: 8px 0 0 0;
  }
  .unit-lgth .ul_right > ul.row3 > li {
    padding: 15px 20px;
  }
  .unit-lgth .ul_right > ul.row3 > li > ul {
    padding: 0 0;
  }
  ul.pagiSec li {
    width: 50% !important;
    margin-right: 0;
    border-radius: 0 !important;
    border: 1px solid #ccc;
    box-sizing: border-box;
  }
  ul.pagiSec li:nth-child(n + 5) {
    margin-top: 0;
  }
  ul.pagiSec li h3 {
    font-size: 1.6rem;
    word-break: keep-all;
  }
  ul.pagiSec li h3.fw-nm {
    font-size: 1.6rem;
  }
  ul.pagiSec li h4 {
    font-size: 1.4rem;
  }
  ul.pagiSec li:after {
    width: 100px;
    height: 95px;
    background-size: cover !important;
  }
  .ft-set {
    padding: 0 0;
    font-size: 1.4rem;
  }
  .esgSec .article02 dl:nth-of-type(n) dd p {
    font-size: 1.4rem !important;
  }
  .esgSec .article02 dl:nth-of-type(n) dd p:nth-child(2n) {
    font-size: 1.5rem !important;
  }
  .ep-list .tx01 .list05.grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .ep-list .tx01 .list03.grid {
    grid-template-columns: 1fr;
    gap: 2%;
  }
  .ep-list .tx01 .list03.grid .tx-list.grid-list {
    position: relative;
    max-width: 100%;
    display: grid;
    grid-auto-rows: 1fr 1.5fr;
    margin-right: 0;
  }
  .ep-list .tx01 .list03.grid .tx-list.icon-arrow::before {
    top: inherit;
    bottom: -9%;
    right: 50%;
    transform: rotate(90deg);
  }
  .ep-list .tx01 .list03.grid .tx-list.icon-plus::before {
    top: inherit;
    bottom: -9%;
    right: 50%;
  }
}
@media screen and (max-width: 420px) {
  .moral .m-none {
    display: none;
  }
  .unit-lgth .ul_right > ul.row3 > li > ul {
    padding: 0 0;
  }
  ul.pagiSec li:after {
    width: 70px;
    height: 60px;
    background-size: cover !important;
  }
  ul.pagiSec li {
    height: 180px;
  }
}
.ep-list .tx01 .tx-title p {
  color: #e8552b;
}

/* 221206 ESG org */
.intro-cont .intro-img {
  display: flex;
  align-items: center;
}

.ESG_org {
  width: 100%;
  height: 390px;
  position: relative;
}
.ESG_org div {
  display: flex;
  align-items: center;
}
.ESG_org div ul {
  width: 100%;
  text-align: center;
}
.ESG_org ul li span {
  display: block;
}
.ESG_org .ESG_orgA > ul > li,
.ESG_org .ESG_orgB > ul > li {
  color: #fff;
}

.ESG_org .ESG_orgA,
.ESG_org .ESG_orgB,
.ESG_org .ESG_orgC ul {
  z-index: 2;
}
.ESG_org .ESG_orgA {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 220px;
  height: 80px;
  background-color: #061e2d;
}
.ESG_org .ESG_orgB {
  position: absolute;
  top: 140px;
  right: 20px;
  width: 220px;
  height: 80px;
  background-color: #00397f;
}
.ESG_org .ESG_orgC {
  position: absolute;
  bottom: 40px;
  left: 20px;
  right: 20px;
  width: calc(100% - 40px);
  height: 100px;
}
.ESG_org .ESG_orgC ul {
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.ESG_org .ESG_orgC ul li {
  width: 90px;
  height: 100%;
  background-color: #fff;
  border: 1px solid #d7d7d7;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  align-items: center;
}
.ESG_org .ESG_orgA::after,
.ESG_org .ESG_orgB::after,
.ESG_org .ESG_orgC::after {
  content: "";
  position: absolute;
  background-color: #d7d7d7;
  z-index: 1;
}
.ESG_org .ESG_orgA::after {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 230px;
}
.ESG_org .ESG_orgB::after {
  top: 50%;
  right: 220px;
  transform: translateY(-50%);
  width: 292px;
  height: 2px;
}
.ESG_org .ESG_orgC::after {
  bottom: 44px;
  left: 0;
  width: 100%;
  height: 2px;
}

@media screen and (max-width: 1400px) {
  .ESG_org .ESG_orgB {
    right: auto;
    left: calc(50% + 150px);
  }
  .ESG_org .ESG_orgB::after {
    width: 150px;
    left: -150px;
    right: auto;
  }
}
@media screen and (max-width: 820px) {
  .ESG_org .ESG_orgB {
    right: auto;
    left: calc(50% + 100px);
  }
  .ESG_org .ESG_orgB::after {
    width: 100px;
    left: -100px;
  }
}
@media screen and (max-width: 760px) {
  .ESG_org {
    height: 900px;
  }
  .ESG_org .ESG_orgA {
    width: 50%;
    left: 20px;
    transform: none;
  }
  .ESG_org .ESG_orgB {
    width: 50%;
    left: 120px;
    right: auto;
  }
  .ESG_org .ESG_orgC {
    width: 50%;
    left: 20px;
    top: 240px;
    bottom: auto;
  }
  .ESG_org .ESG_orgC ul {
    display: block;
  }
  .ESG_org .ESG_orgC ul li {
    width: 100%;
    height: 60px;
    margin-bottom: 10px;
    justify-content: center;
  }
  .ESG_org .ESG_orgC ul li:last-child {
    margin-bottom: 0;
  }
  .ESG_org .ESG_orgA::after {
    height: 740px;
    left: 40px;
  }
  .ESG_org .ESG_orgB::after {
    content: "";
    width: 60px;
    left: -60px;
    right: auto;
  }
  .ESG_org .ESG_orgC::after {
    content: none;
  }
}
@media screen and (max-width: 340px) {
  .ESG_org {
    height: 880px;
  }
  .ESG_org .ESG_orgA,
  .ESG_org .ESG_orgB,
  .ESG_org .ESG_orgC {
    width: 90%;
    left: 5%;
  }

  .ESG_org .ESG_orgA {
    height: 70px;
  }
  .ESG_org .ESG_orgB {
    height: 70px;
    top: 130px;
  }
  .ESG_org .ESG_orgC {
    height: auto;
    top: 220px;
  }
  .ESG_org .ESG_orgA::after {
    top: 70px;
    left: 50%;
    height: 730px;
  }
  .ESG_org .ESG_orgB::after {
    content: none;
  }
}

/*** 230405 접근성 이슈 시작 ***/

/* qrcode */
.qrcode {
  display: none;
  position: absolute;
  top: 28px;
  left: 0;
}

/* 공유 레이어 팝업 닫기 버튼 */
.close-sns {
  position: absolute;
  top: 0;
  right: -20px;
  width: 20px;
  height: 20px;
  background-image: url(/portal/img/main/icon-close.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

/* qr코드 레이어 팝업 닫기 버튼 */
.close-qr {
  position: absolute;
  top: 0;
  right: -20px;
  width: 20px;
  height: 20px;
  background-image: url(/portal/img/main/icon-close.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

/* 교육기자재 버튼 */
.edu-equipment {
 height: 57px !important;
 line-height: 57px !important;
}


/*** 230405 접근성 이슈 종료 ***/

  .service_frame{padding:50px; background-color:#f5f5f5; border:10px solid; border-image:linear-gradient(120deg,#00426e 0%, #118ad9 50%, #00426e 100%); border-image-slice:1;}
 
  .service_frame .service_inner{background-color:#fff; padding:50px; box-shadow:0 0 20px rgba(0,0,0,0.1);}
  .service_frame .service_inner .inner_frame{position:relative; padding:80px; border:2px solid #00426e; z-index:99;}
  .service_frame .service_inner .edge{width:30px; height:30px; line-height:0; position:absolute; background-color:#fff; z-index:100;}
  .service_frame .service_inner .edge img{width:100%; filter:invert(15%) sepia(56%) saturate(2818%) hue-rotate(183deg) brightness(100%) contrast(103%);}
  .service_frame .service_inner .edge1{top:-2px; left:-2px;}
  .service_frame .service_inner .edge2{top:-2px; right:-2px; transform:rotate(90deg);}
  .service_frame .service_inner .edge3{bottom:-2px; left:-2px; transform:rotate(-90deg);}
  .service_frame .service_inner .edge4{bottom:-2px; right:-2px; transform:rotate(180deg);}

  .service_frame .service_tit h2{font-size:4.2rem; font-weight:bold; line-height:4.5rem; text-align:center; word-break:keep-all; padding:80px 0 30px; background:url('/portal/img/sub/ci_mark.svg') no-repeat center top; background-size:60px; position:relative;}
  .service_frame .service_tit h2:after{content:''; width:80px; height:4px; background-color:#118ad9; position:absolute; bottom:-2px; left:50%; margin-left:-40px;}
  .service_frame .service_tit p{font-size:2.0rem; line-height:3.0rem; text-align:center; margin-top:30px;}
  .service_frame .service_tit p strong{color:#F18200;}
.service_frame .service_tit p strong#strong2{color:#004EA1;}

  .service_frame .service_con{margin-top:50px; padding:50px 150px; border:2px dotted #ddd; border-width:2px 0; position:relative;}
  .service_frame .service_con:before{content:''; width:35%; padding-bottom:35%; background:url('/portal/img/sub/ci_mark.svg') no-repeat center; background-size:cover; position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); opacity:0.1; z-index:-1;}
  .service_frame .service_con dl{display:flex; flex-wrap:wrap; align-items:center; row-gap:30px;}
  .service_frame .service_con dl dt{width:100px; font-size:2.4rem; font-weight:bold; line-height:2.4rem; text-align:center; padding:18px 0; background:url('https://home.koelsa.or.kr/portal/img/sub/icon-symbol.png') no-repeat center;}
  .service_frame .service_con dl dd{width:calc(100% - 100px); font-size:2.0rem; line-height:3.4rem; color:#555; word-break:keep-all; padding-left:20px;}
  
  .service_frame .service_bt{margin-top:50px; font-size:2.4rem; font-weight:bold; line-height:3.0rem; text-align:center; color:#004EA1;}


  @media screen and (max-width:1024px){
      .service_frame{padding:30px;}

      .service_frame .service_inner{padding:30px;}
      .service_frame .service_inner .inner_frame{padding:80px 50px;}

      .service_frame .service_con{padding:30px 0;}
      .service_frame .service_con:before{width:50%; padding-bottom:50%;}
  }

  @media screen and (max-width:768px){
      .service_frame{padding:20px; border:6px solid; border-image:linear-gradient(120deg,#00426e 0%, #118ad9 50%, #00426e 100%); border-image-slice:1;}

      .service_frame .service_inner{padding:20px;}
      .service_frame .service_inner .inner_frame{padding:40px 30px;}
      
      .service_frame .service_tit h2{font-size:3.0rem; line-height:3.6rem; padding:60px 0 20px; background-size:40px;}
      .service_frame .service_tit h2:after{width:40px; height:2px; bottom:-1px; margin-left:-20px;}
      .service_frame .service_tit p{font-size:1.6rem; line-height:2.4rem; margin-top:20px;}

      .service_frame .service_con{margin-top:40px; padding:20px 0;}
      .service_frame .service_con dl{row-gap:20px;}
      .service_frame .service_con dl dt{width:65px; font-size:1.8rem; line-height:2.0rem; padding:15px 0; background-size:auto 50px;}
      .service_frame .service_con dl dd{width:calc(100% - 65px); padding-left:10px; font-size:1.6rem; line-height:2.0rem;}

      .service_frame .service_bt{font-size:1.8rem; line-height:2.0rem; margin-top:20px;}
  }

  @media screen and (max-width:480px){
      .service_frame{padding:15px; border:4px solid; border-image:linear-gradient(120deg,#00426e 0%, #118ad9 50%, #00426e 100%); border-image-slice:1;}
      
      .service_frame .service_inner{padding:15px;}
      .service_frame .service_inner .inner_frame{border-width:1px; padding:30px 15px;}
      .service_frame .service_inner .edge{width:15px; height:15px;}
      .service_frame .service_inner .edge1{top:-1px; left:-1px;}
      .service_frame .service_inner .edge2{top:-1px; right:-1px;}
      .service_frame .service_inner .edge3{bottom:-1px; left:-1px;}
      .service_frame .service_inner .edge4{bottom:-1px; right:-1px;}

      .service_frame .service_tit h2{font-size:2.2rem; line-height:2.6rem; padding:50px 0 20px;}
      .service_frame .service_tit p{font-size:1.5rem; line-height:2.2rem; word-break:keep-all;}
      .service_frame .service_tit p br{display:none;}
      
      .service_frame .service_con{margin-top:30px;}
      .service_frame .service_con:before{width:70%; padding-bottom:70%;}
      .service_frame .service_con dl dt{width:52px; font-size:1.6rem; padding:10px 0; background-size:auto 40px;}
      .service_frame .service_con dl dd{width:calc(100% - 52px); padding-left:8px; font-size:1.4rem; line-height:1.8rem;}

      .service_frame .service_bt{font-size:1.6rem; line-height:1.8rem; margin-top:15px;}
  }
