.sub-top {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.sub-top.K0101,
.sub-top.K0102 {
  background-image: url(/assets/images/sub/sv01.jpg);
}
.sub-top.K0103 {
  background-image: url(/assets/images/sub/sv02.jpg);
}
.sub-top.K0104 {
  background-image: url(/assets/images/sub/sv03.jpg);
}
.sub-top.K0201 {
  background-image: url(/assets/images/sub/sv04.jpg);
}
.sub-top.K0202 {
  background-image: url(/assets/images/sub/sv05.jpg);
}
.sub-top.K0301 {
  background-image: url(/assets/images/sub/sv06.jpg);
}
.sub-top.K0401,
.sub-top.K0402,
.sub-top.K0403,
.sub-top.K0404,
.sub-top.K0405,
.sub-top.K0406,
.sub-top.K0407,
.sub-top.K0408 {
  background-image: url(/assets/images/sub/sv07.jpg);
}
.sub-top.K0501,
.sub-top.K0502,
.sub-top.K0503 {
  background-image: url(/assets/images/sub/sv05.jpg);
}

.sub-top h4 {
  color: #fff;
  text-align: center;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
}
.sub-top h3 {
  color: #f1f1f1;
  text-align: center;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 64px;
  font-weight: 800;
}

.leadership > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 33px;
}
.leadership picture {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.leadership article {
  width: 720px;
}
.leadership article h4 {
  color: #6e2f94;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 40px;
}
.leadership article p {
  color: #4b4b4b;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
}
.leadership article p:not(:last-child) {
  margin-bottom: 1em;
}

.banner {
  background: #805d97;
  padding: 72px 0;
  margin-top: 100px;
}
.banner h6 {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
.banner p {
  color: #fbf6f6;
  font-size: 36px;
  font-weight: 600;
  line-height: 160%;
  margin-top: 20px;
}
.banner a {
  color: #fff;
  font-size: 36px;
  line-height: 160%;
  text-decoration-line: underline;
  text-underline-offset: 8px;
}

.history ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 100px 0;
}
.history ul::before {
  content: '';
  width: 1px;
  height: calc(100% - 60px);
  background: #cdcdcd;
  position: absolute;
  top: 10px;
  left: 110px;
}
.history ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.history ol {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px 0;
}

.history__year {
  width: 70px;
  margin-right: 80px;
  color: #4b4b4b;
  font-family: Manrope;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.56px;
}

.history__tit {
  color: #4b4b4b;
  font-family: Manrope;
  font-size: 24px;
  font-weight: 600;
  line-height: 133%;
  letter-spacing: 0.24px;
  margin-bottom: 16px;
  position: relative;
}
.history__tit::before {
  content: '';
  width: 12px;
  height: 12px;
  background-color: #eccbed;
  position: absolute;
  left: -45px;
  top: 10px;
  border-radius: 50%;
}

.history__desc {
  color: #4b4b4b;
  font-family: Manrope;
  font-size: 18px;
  line-height: 133.333%;
  letter-spacing: 0.18px;
}

.locations ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.locations ul > li:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dfdfdf;
}
.locations article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 18px 0;
}
.locations h4 {
  color: #4b4b4b;
  font-family: Manrope;
  font-size: 26px;
  font-weight: 700;
  line-height: 123.077%;
  letter-spacing: 0.26px;
}
.locations h5 {
  color: #6e2f94;
  font-family: Manrope;
  font-weight: 800;
  letter-spacing: 2.8px;
  text-transform: uppercase;
}
.locations p {
  color: #4b4b4b;
  font-family: Manrope;
  font-size: 18px;
  line-height: 133%;
  letter-spacing: 0.18px;
}
.locations .root_daum_roughmap_landing {
  width: 600px !important;
  height: 340px !important;
}
.locations .root_daum_roughmap .wrap_controllers {
  display: none;
}

.war section:not(:last-child) {
  margin-bottom: 100px;
}

.oppo-top {
  background-color: #f6f6f6;
  padding: 45px 0;
}
.oppo-top h5 {
  color: #6e2f94;
  font-family: Manrope;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 2.8px;
  margin-bottom: 20px;
}
.oppo-top h4 {
  color: #4b4b4b;
  font-family: Manrope;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.56px;
  margin-bottom: 53px;
}
.oppo-top p {
  display: inline-block;
  color: #000;
  font-family: Manrope;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2.4px;
  padding: 12px 16px;
  border: 1px solid #6e2f94;
}

.oppo-core {
  margin-top: 60px;
}

.oppo-benefit {
  margin-top: 60px;
}
.oppo-benefit ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.oppo-benefit ul li:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #6e2f94;
  font-family: Manrope;
  font-size: 28px;
  font-weight: 700;
}
.oppo-benefit ul li:not(:first-child) {
  background: #fff;
  -webkit-box-shadow: 2px 4px 12px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 4px 12px 0px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 240px;
}
.oppo-benefit ul li:not(:first-child) p {
  margin-top: 35px;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
  text-align: center;
}

.pub li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pub li:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dfdfdf;
}
.pub li picture {
  width: 308px;
  height: 308px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
.pub li article {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 18px 0;
  cursor: pointer;
}
.pub li article h6 {
  color: #6e2f94;
  font-family: Manrope;
  font-size: 15.412px;
  font-weight: 800;
  letter-spacing: 3.082px;
  text-transform: uppercase;
}
.pub li article h4 {
  color: #4b4b4b;
  font-family: Manrope;
  font-size: 28.622px;
  font-weight: 700;
  line-height: 123%;
  letter-spacing: 0.286px;
  line-height: 1.4em;
  word-break: break-all;
}
.pub li article p {
  color: #4b4b4b;
  font-family: Manrope;
  font-size: 19.815px;
  line-height: 133%;
  letter-spacing: 0.198px;
  line-height: 1.4em;
}
.pub li article a {
  color: #000;
  text-align: center;
  font-family: Manrope;
  font-size: 13.21px;
  font-weight: 800;
  letter-spacing: 2.642px;
  text-transform: uppercase;
  border: 1.101px solid #6e2f94;
  width: 142px;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.pub li article a:hover {
  background-color: #6e2f94;
  color: #fff;
}

.section-tit {
  color: #6e2f94;
  font-family: Manrope;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dfdfdf;
}

.magenta {
  color: #e3007f;
}

.section-tit.mt {
  margin-top: 60px;
}
.section-stit {
  color: #6e2f94;
  font-size: 24px;
  font-family: Manrope;
  font-weight: 600;
}
.section-stit strong {
  font-weight: 800;
}
.section-param {
  color: #2c2c2c;
  font-family: Manrope;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.2px;
  margin-top: 20px;
  margin-bottom: 50px;
}

picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.lnb {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin-bottom: 90px;
}
.lnb > a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #9a9a9a;
  color: #fff;
  font-size: 26px;
  font-weight: 500;
  text-transform: capitalize;
}
.lnb > a.active {
  background-color: #6e2f94;
}

.article {
  margin-top: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 65px;
}
.article > div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.article picture {
  width: 450px;
}

.gallery li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.gallery li:not(:last-child) {
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #dfdfdf;
}
.gallery li picture {
  width: 340px;
  height: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 32px;
  cursor: pointer;
}
.gallery li picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.gallery li article {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 18px 0;
  cursor: pointer;
}
.gallery li article h6 {
  color: #6e2f94;
  font-family: Manrope;
  font-size: 14.412px;
  font-weight: 800;
  letter-spacing: 3.082px;
  text-transform: uppercase;
}
.gallery li article h4 {
  color: #4b4b4b;
  font-family: Manrope;
  font-size: 28.622px;
  font-weight: 700;
  line-height: 123%;
  letter-spacing: 0.286px;
  line-height: 1.4em;
  height: 2.8em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.gallery li article p {
  color: #4b4b4b;
  font-family: Manrope;
  font-size: 18.815px;
  line-height: 133%;
  letter-spacing: 0.198px;
  line-height: 1.4em;
  height: 2.8em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.gallery li article a {
  color: #000;
  text-align: center;
  font-family: Manrope;
  font-size: 13.21px;
  font-weight: 800;
  letter-spacing: 2.642px;
  text-transform: uppercase;
  border: 1.101px solid #6e2f94;
  width: 142px;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.gallery li article a:hover {
  background-color: #6e2f94;
  color: #fff;
}

.board li:not(:last-child, :first-child) {
  border-bottom: 1px solid #eee;
}
.board li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #2c2c2c;
  font-family: Manrope;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.18px;
  padding: 20px 12px;
}
.board li > a:hover {
  background-color: #f5f5f5;
}
.board .board__header {
  color: #6e2f94;
  font-family: Manrope;
  font-weight: 800;
  letter-spacing: 2.8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #6e2f94;
  padding: 0 12px 20px 12px;
}
.board .board__num {
  width: 140px;
}
.board .board__tit {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.board .board__date {
  width: 125px;
  margin-left: 60px;
}

.board-view-file {
  margin-top: 30px;
  padding: 25px 20px;
  background-color: #f7f8f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 54px;
}
.board-view-file p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  color: #999;
}
.board-view-file li:not(:first-child) {
  margin-top: 5px;
}
.board-view-file li a {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  text-decoration-line: underline;
}

.pager {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 16px;
}
.pager > a:not(.pager__next, .pager__prev) {
  width: 36px;
  height: 36px;
  color: #2c2c2c;
  font-family: Manrope;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 2px;
  background: rgba(134, 61, 131, 0.1);
}
.pager > a:not(.pager__next, .pager__prev).active {
  background-color: rgba(134, 61, 131, 0.8980392157);
  color: #fff;
}
.pager .pager__next,
.pager .pager__prev {
  width: 72px;
  border-radius: 2px;
  border: 1px solid rgba(134, 61, 131, 0.9);
  background: #fff;
  height: 36px;
  color: #2c2c2c;
  font-family: Manrope;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 2px;
}

.board-view__top {
  padding: 60px 0;
  background-color: #f6f6f6;
}
.board-view__top nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 70px;
}
.board-view__top nav a {
  color: #880b9c;
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 2.8px;
  text-transform: uppercase;
}
.board-view__top h3 {
  color: #2c2c2c;
  font-family: Manrope;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 16px;
}
.board-view__top p {
  color: #6e2f94;
  font-family: Manrope;
  font-weight: 800;
  letter-spacing: 2.8px;
  text-transform: uppercase;
}

.board-view__content {
  margin-top: 95px;
}

.list-btn {
  width: 200px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #6e2f94;
  font-family: Manrope;
  font-weight: 800;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  border: 1px solid #6e2f94;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  font-size: 18px;
}
.list-btn:hover {
  color: #fff;
  background-color: #6e2f94;
}

.board-view__gallery {
  margin-top: 60px;
}
.board-view__gallery ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
.board-view__gallery ul img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.scroll-img {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}

.scroll-img__param01 {
  color: #000;
  font-size: 15px;
  margin-bottom: 17px;
}

.scroll-img__param02 {
  margin-top: 25px;
  color: #505050;
  font-size: 20px;
  font-weight: 500;
  line-height: 200%;
}

.pub-top {
  background-color: #d9d9d9;
  padding: 26px;
  margin-bottom: 32px;
  font-size: 24px;
}
/* news 수정 20241207 */
.news-new ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
.news-new ul li picture {
  width: 100%;
  display: block;
  cursor: pointer;
  position: relative;
  aspect-ratio: 21/16;
  overflow: hidden;
}
.news-new ul li picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.news-new ul li picture::after {
  content: '';
  display: block;
  inset: 0;
  background-color: hsla(79, 100%, 37%, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: linear;
}
.news-new ul li picture i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
  opacity: 0;
  font-size: 40px;
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: linear;
}
.news-new ul li picture:hover i,
.news-new ul li picture:hover::after {
  opacity: 1;
}
.news-new ul li picture img {
  width: 100%;
}
.news-new ul li article {
  padding: 30px 25px 20px;
}
.news-new ul li article h4 {
  color: #4b116f;
  font-size: 26px;
  line-height: 1.23;
  margin-bottom: 5px;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  transition-property: color;
  transition-duration: 0.2s;
  transition-timing-function: linear;
}
.news-new ul li article h4:hover {
  color: #81bc00;
}
.news-new ul li article h6 {
  line-height: 1.5;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.news-new ul li article p {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #aaa;
  font-size: 16px;
  line-height: 1.8;
  word-break: break-all;
  display: -webkit-box;
  line-clamp: 6;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-new ul li article a {
  font-size: 16px;
  display: block;
  margin-top: 50px;
  color: #4b116f;
  transition-property: color;
  transition-duration: 0.2s;
  transition-timing-function: linear;
}
.news-new ul li article a:hover {
  color: #81bc00;
}
