@charset "utf-8";

#container {
  position: relative;
}

.sub-top {
  position: relative;
}

.sub-top .visual {
  height: 24rem;
  display: flex;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sub-top.sub1 .visual {
  background-image: url("../images/sub/visual_sub1.jpg");
}
.sub-top.sub2 .visual {
  background-image: url("../images/sub/visual_sub2.jpg");
}
.sub-top.sub3 .visual {
  background-image: url("../images/sub/visual_sub3.jpg");
}
.sub-top.sub4 .visual {
  background-image: url("../images/sub/visual_sub4.jpg");
}

.sub-top .visual h2 {
  width: 100%;
  margin-bottom: 3rem;
  font-size: 4.4rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.sub-top .breadcrumb {
  max-width: 144rem;
  margin: -3.5rem auto 0;
  display: flex;
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 0.4rem 2rem 0 rgba(0, 0, 0, 0.08);
}

.sub-top .breadcrumb .home {
  width: 7rem;
  height: 7rem;
  flex-shrink: 0;
  display: block;
  background: url("/pub/images/ico/ico_home.svg") no-repeat center
    var(--color-primaryDark);
  background-size: 1.8rem;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.sub-top .breadcrumb .loca {
  flex-basis: 23.5rem;
  position: relative;
}

.sub-top .breadcrumb .loca button {
  width: 100%;
  height: 7rem;
  padding: 0 3.6rem 0 2rem;
  position: relative;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: left;
}

.sub-top .breadcrumb .loca button::before {
  content: "";
  width: 1.2rem;
  height: 0.8rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  background: url("/pub/images/ico/ico_triangle_gray.svg") no-repeat left top;
  background-size: 100%;
  transition: all 0.2s ease-out;
}

.sub-top .breadcrumb .loca button.on::before {
  transform-origin: 50% 30%;
  transform: translateY(-50%) rotate(180deg);
}

.sub-top .breadcrumb .loca button::after {
  content: "";
  width: 1px;
  height: 2rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: var(--border);
}

.sub-top .breadcrumb .loca ul {
  display: none;
  position: absolute;
  width: 100%;
  max-height: 35rem;
  overflow-y: auto;
  padding: 1rem 2rem;
  background: #fff;
  z-index: 97;
  border-bottom-left-radius: 1.6rem;
  border-bottom-right-radius: 1.6rem;
  box-shadow: 0 1rem 1.4rem 0 rgba(0, 0, 0, 0.08);
}

.sub-top .breadcrumb .loca ul::-webkit-scrollbar {
  width: 0.4rem;
}

.sub-top .breadcrumb .loca ul::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 10px;
}

.sub-top .breadcrumb .loca ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: var(--color-primary);
}

.sub-top .breadcrumb .loca ul li a {
  padding: 0.9rem 0;
  display: block;
  font-weight: 500;
}

.sub-top .breadcrumb .loca ul li a:hover,
.sub-top .breadcrumb .loca ul li a:focus {
  color: var(--color-primaryDark);
}

.contents {
  margin-top: 8rem;
  margin-bottom: 12rem;
}

.contents.bottom {
  margin-bottom: 0;
}

.btm-padding {
  padding-bottom: 15rem !important;
}

/* common */
.tit-box {
  margin-bottom: 3rem;
}

.tit-box .sub {
  margin-top: 0.8rem;
  padding-left: 2.1rem;
  font-size: 2rem;
  line-height: 1.65;
  color: var(--text-secondary);
}

.sm-bullet {
  position: relative;
  margin-bottom: 1rem;
  padding-left: 1.4rem;
}

.sm-bullet::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  position: absolute;
  left: 0;
  top: 1.4rem;
  background: #666;
  border-radius: 50%;
}

.section {
  margin-top: 8rem;
}

[class*="flex-"] {
  display: flex;
}
[class*="flex-"] > * {
  flex-grow: 1;
  flex-shrink: 0;
}
.grow-0 > * {
  flex-grow: 0;
}

.gap-20 {
  gap: 2rem;
}
.gap-24 {
  gap: 2.4rem;
}

.flex-2.gap-24 > * {
  flex-basis: calc(50% - 1.2rem);
}
.flex-3.gap-24 > * {
  flex-basis: calc((100% - 4.8rem) / 3);
}
.flex-4.gap-20 > * {
  flex-basis: calc((100% - 6rem) / 4);
}

[class*="bg-"] {
  position: relative;
}

[class*="bg-"].section {
  padding: 8rem 0;
}

.bg-light {
  background: var(--bg-light);
}

.bd-ddd {
  border: 1px solid var(--border);
  background: #fff;
}

.rad-15 {
  border-radius: 1.5rem;
}

.flex-content {
  gap: 4rem;
}

.flex-content .tit-box {
  flex-basis: 37%;
  min-width: 30rem;
}
.flex-content .cont-wrap {
  flex-basis: calc(63% - 4rem);
}

.flex-content.narrow .tit-box {
  flex-basis: 27%;
  min-width: 20rem;
}
.flex-content.narrow .cont-wrap {
  flex-basis: calc(73% - 4rem);
}

[class*="check-"] {
  position: relative;
  padding-left: 3.6rem;
}

[class*="check-"]::before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  left: 0;
  top: 0.6rem;
  background: url("/pub/images/ico/ico_check_white.svg") no-repeat left top;
  background-size: 100%;
  border-radius: 50%;
}

.check-primary::before {
  background-color: var(--color-primary);
}

ul[class*="bullet-"] > li + li {
  margin-top: 0.7rem;
}

/* 부서소개 */
.about1-wrap {
  position: relative;
}

.about1-wrap .greet {
  width: 65%;
  max-width: 90rem;
  position: relative;
  z-index: 1;
}

.about1-wrap .greet p {
  font-size: 4.8rem;
  line-height: 1.4;
}

.about1-wrap .greet p span {
  position: relative;
  font-weight: 700;
}

.about1-wrap .greet p span::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.5rem;
  height: 2.2rem;
  background: #d3eddd;
  z-index: -1;
}

.about1-wrap .greet-btm {
  margin-top: 4.8rem;
  padding-top: 4.8rem;
  padding-bottom: 12rem;
  overflow: hidden;
  position: relative;
  background: linear-gradient(155deg, #f3f9ee, #f3f9ee00 75%);
}

.about1-wrap .greet-btm::before {
  content: "";
  width: 61rem;
  height: 68rem;
  position: absolute;
  top: -2rem;
  right: -7rem;
  background: url("../../../pub/images/sub/bg_logo_gray.svg") no-repeat left top;
  background-size: 100%;
}

.about1-wrap .greet-btm p {
  width: 65%;
  max-width: 83rem;
}

.about1-wrap .greet-btm p + p {
  margin-top: 3.6rem;
}

.about1-wrap .principal {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  text-align: right;
}

.about1-wrap .principal img {
  max-width: 32%;
  display: inline-block;
}

.about1-wrap .principal p {
  margin-top: 2rem;
}

.about1-wrap .principal p strong {
  display: inline-block;
  margin-left: 1.2rem;
  font-size: 3rem;
}

.org img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.mission {
  min-height: 30rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5rem 6%;
  background: url("../images/sub/bg_about2.jpg") no-repeat center top;
  background-size: cover;
  border-radius: 1.5rem;
}

.mission p {
  position: relative;
  max-width: 82rem;
  color: #fff;
  font-size: 3.4rem;
  text-align: center;
  line-height: 1.4;
}

.mission p::before,
.mission p::after {
  content: "";
  width: 2.6rem;
  height: 2rem;
  position: absolute;
  top: 0;
  margin-left: -4rem;
  background: url("../images/sub/ico_quot.svg") no-repeat left top;
  background-size: 100%;
}

.mission p::after {
  top: auto;
  transform: rotate(180deg);
  bottom: 2rem;
  margin-left: 2rem;
}

.vision-wrap {
  position: relative;
  padding-top: 8rem;
}

.vision-wrap::before {
  content: "";
  width: 100%;
  top: -14rem;
  bottom: 0;
  position: absolute;
  background: #f1f7f5;
  z-index: -1;
}

.vision {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 118rem;
}

.vision::before {
  content: "";
  position: absolute;
  left: 10rem;
  right: 10rem;
  height: 1px;
  top: 11rem;
  background: #ccc;
}

.vision [class*="box"] {
  flex-basis: 22rem;
  position: relative;
}

.vision [class*="box"]::before {
  content: "";
  position: absolute;
  height: 1px;
  left: -3rem;
  right: -3rem;
  top: 11rem;
  background: #f1f7f5;
}

.vision .circle {
  position: relative;
  aspect-ratio: 1 / 1;
  padding: 1rem;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='120' ry='120' stroke='black' stroke-width='1' stroke-dasharray='6%2c 9' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  border-radius: 50%;
}

.vision .circle::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  top: 2.4rem;
  left: 2.4rem;
  position: absolute;
  border-radius: 50%;
  box-shadow: 0 0.4rem 0.4rem 0 #00000040;
}
.vision .circle::after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  bottom: 2.8rem;
  right: 2.8rem;
  position: absolute;
  border-radius: 50%;
}

.vision .box1 .circle::before,
.vision .box1 .circle::after {
  background: #005836;
}

.vision .box2 .circle::before,
.vision .box2 .circle::after {
  background: var(--color-primary);
}

.vision .box3 .circle::before,
.vision .box3 .circle::after {
  background: var(--color-secondary);
}

.vision .circle .ico {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.vision .box1 .circle .ico {
  background-image: url("../images/sub/circle_vis1.png");
}
.vision .box2 .circle .ico {
  background-image: url("../images/sub/circle_vis2.png");
}
.vision .box3 .circle .ico {
  background-image: url("../images/sub/circle_vis3.png");
}

.vision .circle .ico::before {
  content: "";
  width: 7rem;
  height: 7rem;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.vision .box1 .circle .ico::before {
  background-image: url("../images/sub/ico_vision1.svg");
}
.vision .box2 .circle .ico::before {
  background-image: url("../images/sub/ico_vision2.svg");
}
.vision .box3 .circle .ico::before {
  background-image: url("../images/sub/ico_vision3.svg");
}

.vision .text {
  position: relative;
  margin: 2rem -0.7rem 0;
  text-align: center;
}

.vision .text .tit {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  font-size: 2.6rem;
  font-weight: 600;
  border-bottom: 1px solid var(--border);
}

.vision .box1 .text .tit {
  color: #005836;
}

.works-info .stitle2 {
  position: relative;
  padding-left: 4.2rem;
  padding-bottom: 1.2rem;
  margin-bottom: 1.2rem;
  border-bottom: 1px solid var(--border);
}

.works-info .stitle2::before {
  content: "";
  width: 3rem;
  height: 3rem;
  position: absolute;
  left: 0;
  top: 0.3rem;
  background: url("../../../referral/pub/images/sub/ico_apply0.svg") no-repeat
    left top var(--color-primary);
  background-size: 100%;
  border-radius: 50%;
}

.works-info dl + dl {
  margin-top: 1rem;
}

.works-info dl {
  display: flex;
  gap: 1rem;
}

.works-info dl dt {
  position: relative;
  padding-left: 3rem;
  flex-basis: 15rem;
}

.works-info dl dt::before {
  content: "";
  width: 2rem;
  height: 2rem;
  position: absolute;
  left: 0;
  top: 0.3rem;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: var(--color-primary);
  border-radius: 50%;
}
.works-info dl dt.ico1::before {
  background-image: url("../../../referral/pub/images/sub/ico_apply1.svg");
}
.works-info dl dt.ico2::before {
  background-image: url("../../../referral/pub/images/sub/ico_apply4.svg");
}
.works-info dl dt.ico3::before {
  background-image: url("../../../referral/pub/images/sub/ico_apply3.svg");
}
.works-info dl dt.ico4::before {
  background-image: url("../../../referral/pub/images/sub/ico_apply2.svg");
}

.works-info dl dt::after {
  content: "";
  width: 1px;
  height: 1.5rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: var(--border);
}

.works-detail {
  padding: 4rem;
  margin-top: 2.4rem;
}

.works-detail .bullet-gray {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.works-detail .bullet-gray li {
  flex-basis: 47rem;
}

.works-detail.bg-light ul.bullet-gray li + li {
  margin-top: 0;
}

.facility .bd-ddd {
  padding: 3rem;
}

.ico-cont .bd-ddd .stitle3::before {
  content: "";
  width: 6rem;
  height: 6rem;
  display: block;
  margin-bottom: 1.6rem;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: left top;
}

.facility .bd-ddd .stitle3.ico1::before {
  background-image: url("../images/sub/ico_facility1.svg");
}
.facility .bd-ddd .stitle3.ico2::before {
  background-image: url("../images/sub/ico_facility2.svg");
}
.facility .bd-ddd .stitle3.ico3::before {
  background-image: url("../images/sub/ico_facility3.svg");
}

/* table */
table {
  text-align: center;
  border-bottom: 1px solid #666;
}

table th {
  padding: 1.6rem 0.6rem;
  font-size: 2rem;
  font-weight: 600;
  border-top: 1px solid var(--border);
  background: var(--color-primaryLight);
}

table tr:first-child th {
  border-top: 1px solid #666;
}

table td {
  padding: 1.7rem 1.8rem;
  word-break: break-all;
  border-top: 1px solid var(--border);
}

table th:not(:first-child),
table td:not(:first-child) {
  border-left: 1px solid var(--border);
}

table .bor-l {
  border-left: 1px solid var(--border);
}

table .bg {
  background: var(--color-primaryLight);
}

table .p-30 {
  padding: 3rem;
}

table.wide td {
  height: 16rem;
}

.scr-text {
  display: none;
}

.table-scroll {
  overflow-y: hidden;
  overflow-x: auto;
  position: relative;
  background: #fff;
}

.table-scroll .scr-dim {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

.table-scroll .scr-dim {
  position: absolute;
  left: 0;
  top: 0;
  bottom: -1px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.table-scroll .scr-dim.hide {
  opacity: 0;
  z-index: -2;
}

.table-scroll .scr-dim::before {
  content: "";
  width: 12rem;
  height: 3.5rem;
  background: url("../images/ico/ico_scroll.svg") no-repeat left top;
  background-size: 100%;
}

.table-scroll .scr-dim p {
  margin-top: 2.4rem;
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
}

.map-wrap {
  overflow: hidden;
  display: flex;
  border-radius: 1.5rem;
}

.map-wrap .map-container {
  flex-grow: 1;
  height: 40rem;
  background: #e7e7e7;
}

.map-wrap .info {
  flex-basis: 30.6%;
  min-width: 30rem;
  padding: 2.8%;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  background: var(--color-primaryDark);
}

.map-wrap .info::before {
  content: "";
  width: 28rem;
  height: 28rem;
  position: absolute;
  top: -7rem;
  right: -6rem;
  background: url("/pub/images/common/logo.svg") no-repeat left top;
  background-size: 122rem;
  opacity: 0.1;
}

.map-wrap .info ul {
  margin-top: 2.4rem;
}

.map-wrap .info ul li {
  position: relative;
  padding-left: 4.8rem;
}

.map-wrap .info ul li + li {
  margin-top: 1.8rem;
}

.map-wrap .info ul li::before {
  content: "";
  width: 3.2rem;
  height: 3.2rem;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  background-size: 2rem;
  border-radius: 50%;
}

.map-wrap .info ul li.home::before {
  background-image: url("/pub/images/ico/ico_home_pdark.svg");
}
.map-wrap .info ul li.call::before {
  background-size: 1.5rem;
  background-image: url("/pub/images/ico/ico_call_pdark.svg");
}
.map-wrap .info ul li.build::before {
  background-image: url("/pub/images/ico/ico_build_pdark.svg");
}

.route {
  padding: 3.2rem 0;
  display: flex;
  align-items: center;
}

.route .trans {
  flex-basis: 15%;
  flex-shrink: 0;
  min-width: 15rem;
  position: relative;
  text-align: center;
  margin-right: 3%;
}

.route .trans::after {
  content: "";
  width: 1px;
  max-height: 12rem;
  height: 100%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  background: var(--border);
}

.route .trans .stitle3::before {
  content: "";
  width: 8rem;
  height: 8rem;
  display: block;
  margin: 0 auto 0.8rem;
  background: url("/pub/images/ico/ico_metro.svg") no-repeat left top;
  background-size: 100%;
}

.route .trans.bus .stitle3::before {
  background-image: url("/pub/images/ico/ico_bus.svg");
}

.route .detail > p {
  margin-bottom: 1.2rem;
}

.route .detail ul li {
  position: relative;
  padding-left: 7rem;
  line-height: 1.9;
}

.route .detail.metro ul li + li {
  margin-top: 1.4rem;
}

.route .detail ul li .chip {
  width: 6rem;
  position: absolute;
  left: 0;
  top: 0.1rem;
  text-align: center;
  line-height: 2.8rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  background: #3a9cfc;
  border-radius: 5rem;
}

.route .detail ul li .chip.line1 {
  background: #ed7d24;
}
.route .detail ul li .chip.line2 {
  background: #38a351;
}

.route .detail.metro ul li p:not(:last-child)::after {
  content: "-";
}

.route .detail ul li p,
.route .detail ul li p b,
.route .detail ul li p .t-secondary {
  display: inline-block;
  margin-right: 0.7rem;
}

.route .detail .flex-3 {
  row-gap: 1.2rem;
}

/* 교육연구 */
.edu-list {
  counter-reset: list-number;
}

.edu-list li {
  counter-increment: list-number;
}

.edu-list li + li {
  margin-top: 4rem;
}

.edu-list li .stitle3 {
  position: relative;
  margin-bottom: 1rem;
  padding-left: 3.3rem;
}

.edu-list li .stitle3::before {
  content: counter(list-number);
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 2.3rem;
  line-height: 2.3rem;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  border-radius: 50%;
  background: var(--color-dark);
}

.edu-list li img {
  width: 100%;
}

.edu-list li .btn-sm.white {
  width: 100%;
  max-width: 28.7rem;
  border-color: #666;
}

.thesis .bd-ddd {
  padding: 2rem;
}

.thesis .bd-ddd .body1 {
  margin: 0.6rem 0 2rem;
}

[class*="btn-"].primary-line {
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
  background: #fff;
}

[class*="btn-"].primary-line.ico-down::after {
  background-image: url("/pub/images/ico/ico_down_pri.svg");
}

.download-group {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
}

.download-group a {
  min-width: calc((100% - 4.8rem) / 3);
}

.video-show {
  margin-top: 4rem;
  padding: 3rem;
  background: url("../images/sub/bg_video.jpg") no-repeat center top;
  background-size: cover;
  border-radius: 1.2rem;
  color: #fff;
}

.video-show .tit {
  font-size: 2.6rem;
}

.video-show a {
  display: block;
  margin-top: 1.6rem;
  width: 12.4rem;
  padding: 0.6rem 0;
  text-align: center;
  font-weight: 500;
  border-radius: 5rem;
  background-color: #ffffff20;
}

.video-show a::after {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  margin-left: 0.5rem;
  transform: rotate(-90deg);
  background: url("/pub/images/ico/ico_arr_white_2.svg") no-repeat left top;
  background-size: 100%;
}

.evaluate .bd-ddd {
  padding: 2.4rem;
}

.evaluate .bd-ddd .stitle3.ico1::before {
  background-image: url("../images/sub/ico_evaluate1.svg");
}
.evaluate .bd-ddd .stitle3.ico2::before {
  background-image: url("../images/sub/ico_evaluate2.svg");
}
.evaluate .bd-ddd .stitle3.ico3::before {
  background-image: url("../images/sub/ico_evaluate3.svg");
}
.evaluate .bd-ddd .stitle3.ico4::before {
  background-image: url("../images/sub/ico_evaluate4.svg");
}
.evaluate .bd-ddd .stitle3.ico5::before {
  background-image: url("../images/sub/ico_evaluate5.svg");
}
.evaluate .bd-ddd .stitle3.ico6::before {
  background-image: url("../images/sub/ico_evaluate6.svg");
}

.no-contents {
  aspect-ratio: 1 / 0.42;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg-light);
}

.no-contents .stitle2 {
  font-weight: 500;
}

.no-contents .stitle2::before {
  content: "";
  display: block;
  width: 4.6rem;
  height: 4rem;
  margin: 0 auto 1.6rem;
  background: url("../images/sub/ico_warning.svg") no-repeat left top;
  background-size: 100%;
}

.brd-sch {
  margin-left: auto;
  max-width: 55rem;
  overflow: hidden;
  display: flex;
  padding-right: 1rem;
  border: 1px solid var(--border);
  border-radius: 5rem;
}

.brd-sch input {
  height: 5.8rem;
  flex-grow: 1;
  padding: 0 0 0 3rem;
  border: 0;
}

.brd-sch button {
  width: 5.8rem;
  height: 5.8rem;
  background: url("/pub/images/ico/ico_search_gray.svg") no-repeat center;
  background-size: 1.8rem;
}

.board-wrap .brd-list {
  margin-top: 2.4rem;
  border-top: 1px solid #222;
}

.board-wrap .brd-list .row {
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--border);
}

.board-wrap .brd-list .row .no {
  flex-basis: 10%;
  flex-shrink: 0;
  min-width: 9rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}

.board-wrap .brd-list .row .tit {
  flex-grow: 1;
}

.board-wrap .brd-list .head .row {
  height: 8rem;
  text-align: center;
  font-weight: 600;
}

.board-wrap .brd-list .body .row {
  height: 9.6rem;
}

.board-wrap .brd-list .body .row .no {
  color: var(--text-secondary);
}

.board-wrap .brd-list .body .row .tit {
  padding: 0 2.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}

.board-wrap .brd-list .body .row:hover .tit,
.board-wrap .brd-list .body .row:focus .tit {
  font-weight: 600;
  text-decoration: underline;
  text-underline-position: under;
}

.board-wrap .brd-list .body .row.file .tit::after {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 0.8rem;
  background: url("../images/ico/ico_file_gray.svg") no-repeat left top;
  background-size: 100%;
}

.board-wrap .brd-list .tag {
  display: inline-block;
  padding: 0.2rem 1.2rem;
}

.board-wrap .total {
  margin-bottom: 2.4rem;
  color: var(--text-secondary);
}

.board-wrap .brd-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem;
  padding-top: 2.4rem;
  border-top: 1px solid var(--border);
}

.board-wrap .brd-gallery a {
  width: calc((100% - 7.2rem) / 4);
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 1.5rem;
}

.board-wrap .brd-gallery a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pagination {
  margin-top: 4rem;
  text-align: center;
  font-size: 0;
}

.pagination a {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  margin: 0 0.3rem;
  font-family: "Roboto";
  text-align: center;
  border-radius: 50%;
}

.pagination a.num {
  font-size: 1.8rem;
  line-height: 4rem;
}

.pagination a.num.current {
  color: #fff;
  background: var(--text-primary);
}

.pagination a.num:hover {
  font-weight: 600;
}

.pagination a.arrow.prev,
.pagination a.arrow.next {
  background: url("/pub/images/sub/pagination_prev.svg") no-repeat center center;
  background-size: 100%;
}
.pagination a.arrow.first,
.pagination a.arrow.last {
  background: url("/pub/images/sub/pagination_first.svg") no-repeat center
    center;
  background-size: 100%;
}

.pagination a.arrow.disabled {
  opacity: 0.38;
}

.pagination a.arrow.next {
  transform: rotate(180deg);
}

.pagination a.arrow.last {
  transform: rotate(180deg);
}

.board-wrap .btn-sm.dark {
  display: block;
  width: 10rem;
  margin: 0 auto;
}

.board-wrap .brd-view {
  margin-bottom: 8rem;
}

.board-wrap .brd-view .top {
  padding-bottom: 2.4rem;
  border-bottom: 1px solid #222;
}

.board-wrap .brd-view .tag {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}

.board-wrap .brd-view .top .heading1 {
  margin: 0.8rem 0 1.6rem;
}

.board-wrap .brd-view .top .date span {
  position: relative;
  padding-right: 1.7rem;
}

.board-wrap .brd-view .top .date span::after {
  content: "";
  width: 1px;
  height: 1.6rem;
  position: absolute;
  right: 0.8rem;
  top: 0.3rem;
  background: var(--border);
}

.board-wrap .brd-view .file {
  position: relative;
  padding: 2.4rem 2.4rem 2.4rem 3.2rem;
}

.board-wrap .brd-view .file::before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  left: 0;
  top: 2.7rem;
  background: url("/pub/images/ico/ico_file_full.svg") no-repeat left top;
  background-size: 100%;
}

.board-wrap .brd-view .file a {
  margin-right: 0.8rem;
}

.board-wrap .brd-view .cont {
  padding: 2.4rem 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.board-wrap .brd-view .cont img {
  display: block;
  max-width: 100%;
  margin: 1rem 0;
}

.board-wrap .brd-view .prevnext dl {
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--border);
}

.board-wrap .brd-view .prevnext dl.disabled {
  color: var(--text-secondary);
}

.board-wrap .brd-view .prevnext dl.disabled dt::after {
  opacity: 0.7;
}

.board-wrap .brd-view .prevnext dl dt {
  flex-basis: 10%;
  min-width: 12rem;
  flex-shrink: 0;
  text-align: center;
}

.board-wrap .brd-view .prevnext dl dt::after {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  display: inline-block;
  margin: -2px 0 0 0.8rem;
  transform: rotate(90deg);
  vertical-align: middle;
  background: url("/pub/images/ico/ico_arr_black.svg") no-repeat center;
  background-size: 100%;
}

.board-wrap .brd-view .prevnext dl dt.next::after {
  transform: rotate(-90deg);
}

.board-wrap .brd-view .prevnext dl dd {
  flex-grow: 1;
  overflow: hidden;
}

.board-wrap .brd-view .prevnext dl dd a {
  width: 100%;
  padding-right: 1rem;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.board-wrap .brd-view .prevnext dl dd a {
  line-height: 7.9rem;
}

.board-wrap .gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 6rem 3rem;
}

.board-wrap .gallery a {
  flex-basis: calc((100% - 9rem) / 4);
  flex-shrink: 0;
  overflow: hidden;
}

.board-wrap .gallery a .img {
  aspect-ratio: 1 / 0.98;
  overflow: hidden;
  border-radius: 1.2rem;
  border: 1px solid var(--border-light);
}

.board-wrap .gallery a .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.board-wrap .gallery a p {
  margin-top: 1.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
}

.board-wrap .gallery a:hover p,
.board-wrap .gallery a:focus p {
  text-decoration: underline;
}

/* tablet */
@media screen and (max-width: 1024px) {
  .flex-content {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0;
  }

  .about1-wrap .greet p {
    font-size: 3.8rem;
  }

  .map-wrap {
    flex-direction: column;
  }

  .map-wrap .map-container {
    height: 32rem;
  }

  .map-wrap .info {
    padding: 3.2rem 3rem;
  }

  .map-wrap .info ul {
    margin-top: 1.6rem;
  }

  .route .detail ul li {
    flex-basis: calc(50% - 2.4rem);
  }

  .thesis.flex-4 .bd-ddd {
    flex-basis: calc((100% - 4rem) / 3);
  }

  .board-wrap .gallery {
    gap: 5rem 2rem;
  }

  .board-wrap .gallery a {
    flex-basis: calc((100% - 4rem) / 3);
  }

  .board-wrap .gallery a p {
    margin-top: 1.6rem;
  }
}

/* mobile */
@media screen and (max-width: 768px) {
  .sub-top .visual {
    height: 16rem;
  }

  .sub-top .visual h2 {
    margin-bottom: 0;
    font-size: 3.2rem;
  }

  .sub-top .breadcrumb {
    margin: 0;
    border-radius: 0;
    box-shadow: 0 0.3rem 1.5rem 0 rgba(0, 0, 0, 0.08);
  }

  .sub-top .breadcrumb .home {
    width: 5rem;
    height: 5rem;
    background-size: 1.4rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sub-top .breadcrumb .loca {
    flex-grow: 1;
  }

  .sub-top .breadcrumb .loca button {
    height: 5rem;
    padding: 0 4.2rem 0 1.4rem;
    font-size: 1.5rem;
  }

  .sub-top .breadcrumb .loca.sec button::after {
    display: none;
  }

  .sub-top .breadcrumb .loca ul {
    max-height: 25rem;
    padding: 0.8rem 1.4rem;
    border-bottom-left-radius: 0.8rem;
    border-bottom-right-radius: 0.8rem;
    box-shadow: 0 0.9rem 1.4rem 0 rgba(0, 0, 0, 0.08);
  }

  .sub-top .breadcrumb .loca ul li a {
    padding: 0.6rem 0;
  }

  .contents {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .btm-padding {
    padding-bottom: 8rem !important;
  }

  /* common */
  .tit-box {
    margin-bottom: 2rem;
  }

  .tit-box .sub {
    margin-top: 0.5rem;
    padding-left: 1.5rem;
    font-size: 1.5rem;
  }

  .section {
    margin-top: 5rem;
  }

  [class*="bg-"].section {
    padding: 4rem 0;
  }

  [class*="flex-"] {
    flex-direction: column;
  }

  .gap-16 {
    gap: 1rem;
  }
  .gap-20 {
    gap: 1.2rem;
  }
  .gap-24 {
    gap: 1.6rem;
  }

  .rad-15 {
    border-radius: 1.2rem;
  }

  [class*="check-"] {
    padding-left: 3rem;
  }

  [class*="check-"]::before {
    width: 2rem;
    height: 2rem;
    top: 0.5rem;
  }

  ul[class*="bullet-"] > li + li {
    margin-top: 0.6rem;
  }

  /* 부서소개 */
  .about1-wrap .greet {
    width: 100%;
    max-width: 100%;
  }

  .about1-wrap .greet p {
    font-size: 2.4rem;
  }

  .about1-wrap .greet p span::before {
    bottom: -0.3rem;
    height: 1.7rem;
  }

  .about1-wrap .greet-btm {
    margin-top: 2.6rem;
    margin-bottom: 4rem;
    padding-top: 2.6rem;
    padding-bottom: 0;
  }

  .about1-wrap .greet-btm::before {
    width: 30rem;
    height: 34rem;
  }

  .about1-wrap .greet-btm p {
    width: 100%;
    max-width: 100%;
  }

  .about1-wrap .greet-btm p + p {
    margin-top: 2rem;
  }

  .about1-wrap .principal {
    position: relative;
    left: auto;
    transform: none;
    top: auto;
    padding-bottom: 6rem;
  }

  .about1-wrap .principal img {
    max-width: 80%;
  }

  .about1-wrap .principal p {
    margin-top: 1.2rem;
  }

  .about1-wrap .principal p strong {
    margin-left: 0.6rem;
    font-size: 2.2rem;
  }

  .mission {
    min-height: 0;
    padding: 5rem 6%;
  }

  .mission p {
    font-size: 1.7rem;
  }

  .mission p::before,
  .mission p::after {
    width: 1.8rem;
    height: 1.4rem;
    margin-left: -2.3rem;
  }

  .mission p::after {
    bottom: 0.7rem;
    margin-left: 1rem;
  }

  .vision {
    flex-direction: column;
    gap: 4rem;
  }

  .vision::before,
  .vision [class*="box"]::before {
    display: none;
  }

  .vision .circle {
    width: 21.3rem;
    max-width: 240px;
    margin: 0 auto;
  }

  .vision .text {
    margin: 1.6rem 0 0;
  }

  .vision .text .tit {
    margin-bottom: 0.6rem;
    padding-bottom: 0.6rem;
    font-size: 2rem;
  }

  .works-info .stitle2 {
    padding-left: 3.4rem;
  }

  .works-info .stitle2::before {
    width: 2.5rem;
    height: 2.5rem;
    top: 0.1rem;
  }

  .works-info dl dt {
    padding-left: 2.5rem;
    flex-basis: 12rem;
  }

  .works-info dl dt::before {
    width: 1.8rem;
    height: 1.8rem;
    top: 0.2rem;
  }

  .works-detail {
    padding: 2.4rem;
  }

  .works-detail .bullet-gray {
    flex-direction: column;
  }

  .works-detail .bullet-gray li {
    flex-basis: 0;
  }

  .facility .bd-ddd {
    padding: 2.2rem;
  }

  .ico-cont .bd-ddd .stitle3::before {
    width: 5rem;
    height: 5rem;
    margin-bottom: 0.8rem;
  }

  /* table */
  table th {
    padding: 1.4rem 0.6rem;
    font-size: 1.5rem;
  }

  table td {
    padding: 0.8rem 0.6rem;
  }

  table .p-30 {
    padding: 2rem;
  }

  table.wide td {
    height: 9rem;
  }

  .table-scroll .scr-dim.hide {
    z-index: 1;
  }

  .table-scroll table {
    min-width: 65rem;
  }

  .scr-text {
    display: inline-block !important;
    position: relative;
    padding: 0 2.6rem;
    margin-bottom: 0.8rem;
    color: var(--text-secondary);
  }

  .scr-text::before,
  .scr-text::after {
    content: "";
    width: 1.8rem;
    height: 1.8rem;
    position: absolute;
    top: 0.1rem;
    left: 0;
    background: url("/pub/images/ico/ico_arr_round.svg") no-repeat left top;
    background-size: 100%;
  }

  .scr-text::after {
    transform: rotate(180deg);
    left: auto;
    right: 0;
  }

  .map-wrap .map-container {
    height: 20rem;
  }

  .map-wrap .info {
    padding: 1.6rem 2.4rem;
  }

  .map-wrap .info::before {
    width: 14rem;
    height: 14rem;
    top: 10rem;
    right: -4rem;
    background-size: 61rem;
  }

  .map-wrap .info ul li {
    padding-left: 2.6rem;
  }

  .map-wrap .info ul li + li {
    margin-top: 1.2rem;
  }

  .map-wrap .info ul li::before {
    width: 1.8rem;
    height: 1.8rem;
    top: 0;
    background-size: 1.4rem;
  }

  .map-wrap .info ul li.call::before {
    background-size: 1rem;
  }

  .route {
    padding: 1.6rem 1.6rem 2.4rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8rem;
  }

  .route .trans {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin-right: 0;
  }

  .route .trans .stitle3::before {
    width: 4.8rem;
    height: 4.8rem;
    display: inline-block;
    vertical-align: middle;
    margin: -3px 0.8rem 0 0;
  }

  .route .trans::after {
    display: none;
  }

  .route .detail {
    width: 100%;
    padding-top: 2.2rem;
    border-top: 1px solid var(--border);
  }

  .route .detail > p {
    margin-bottom: 1.6rem;
  }

  .route .detail ul li {
    padding-left: 6rem;
  }

  .route .detail.metro ul li {
    padding-left: 0;
  }

  .route .detail.metro p {
    display: block;
  }

  .route .detail.metro p::after {
    display: none;
  }

  .route .detail.metro p.start {
    margin-bottom: 0.7rem;
  }

  .route .detail.metro p:not(.start) {
    position: relative;
    padding-left: 1rem;
  }

  .route .detail.metro p:not(.start)::before {
    content: "-";
    position: absolute;
    left: 0;
  }

  .route .detail ul li .chip {
    width: 4.8rem;
    display: inline-block;
    line-height: 2.1rem;
    font-size: 1.3rem;
  }

  .route .detail.metro ul li .chip {
    position: relative;
    margin-right: 0.4rem;
    margin-top: -3px;
    vertical-align: middle;
  }

  .route .detail:not(.metro) ul li p .t-secondary {
    display: inline;
  }

  .route .detail .flex-3 {
    row-gap: 1.7rem;
  }

  /* 교육연구 */
  .edu-list li + li {
    margin-top: 2.6rem;
  }

  .edu-list li .stitle3 {
    margin-bottom: 0.8rem;
    padding-left: 2.6rem;
  }

  .edu-list li .stitle3::before {
    top: 0.3rem;
    width: 2rem;
    line-height: 2rem;
    font-size: 1.2rem;
  }

  .edu-list li .btn-sm.white {
    max-width: 35rem;
  }

  .thesis .bd-ddd .body1 {
    margin-bottom: 1.2rem;
  }

  .download-group {
    gap: 1rem;
  }

  .download-group a {
    min-width: calc(50% - 1rem);
  }

  .video-show {
    margin-top: 3rem;
    padding: 2.4rem 2.2rem;
  }

  .video-show .tit {
    font-size: 1.8rem;
  }

  .video-show a {
    display: block;
    margin-top: 1.3rem;
    width: 10rem;
    padding: 0.7rem 0 0.5rem;
  }

  .video-show a::after {
    width: 1.5rem;
    height: 1.5rem;
  }

  .evaluate .bd-ddd {
    padding: 2.2rem;
  }

  .no-contents {
    aspect-ratio: inherit;
    padding: 7rem 0;
  }

  .no-contents .stitle2::before {
    width: 3.5rem;
    height: 3.1rem;
    margin: 0 auto 1rem;
  }

  .brd-sch {
    padding-right: 0.8rem;
  }

  .brd-sch input {
    height: 4.4rem;
    padding: 0 0 0 2.2rem;
  }

  .brd-sch button {
    width: 4.4rem;
    height: 4.4rem;
    background-size: 1.6rem;
  }

  .board-wrap .brd-list {
    margin-top: 2rem;
  }

  .board-wrap .brd-list .row .no {
    min-width: 7rem;
  }

  .board-wrap .brd-list .head .row {
    height: 5rem;
  }

  .board-wrap .brd-list .body .row {
    height: 6rem;
  }

  .board-wrap .brd-list .body .row .tit {
    padding: 0 1.4rem;
  }

  .board-wrap .brd-list .body .row.file .tit::after {
    width: 1.8rem;
    height: 1.8rem;
    margin: -2px 0 0 0.5rem;
  }

  .board-wrap .brd-gallery {
    gap: 1.2rem;
    padding-top: 1.8rem;
  }

  .board-wrap .brd-gallery a {
    width: calc((100% - 1.2rem) / 2);
  }

  .pagination {
    margin-top: 2.4rem;
  }

  .pagination a {
    width: 2.7rem;
    height: 2.7rem;
    margin: 0 0.1rem;
  }

  .pagination a.num {
    font-size: 1.3rem;
    line-height: 2.7rem;
  }

  .board-wrap .brd-view {
    margin-bottom: 4rem;
  }

  .board-wrap .brd-view .top {
    padding-bottom: 1.4rem;
  }

  .board-wrap .brd-view .top .heading1 {
    margin: 0.4rem 0 0.8rem;
  }

  .board-wrap .brd-view .top .date span::after {
    height: 1.2rem;
  }

  .board-wrap .brd-view .file {
    padding: 1.8rem 1.8rem 1.8rem 2.6rem;
  }

  .board-wrap .brd-view .file::before {
    width: 2rem;
    height: 2rem;
    top: 2rem;
  }

  .board-wrap .brd-view .file a {
    margin-right: 0.6rem;
  }

  .board-wrap .brd-view .cont {
    padding: 2rem 0;
  }

  .board-wrap .brd-view .cont img {
    margin: 0.8rem 0;
  }

  .board-wrap .brd-view .prevnext dl dt {
    min-width: 8rem;
  }

  .board-wrap .brd-view .prevnext dl dt::after {
    width: 1.2rem;
    height: 1.2rem;
    margin: -2px 0 0 0.6rem;
  }

  .board-wrap .brd-view .prevnext dl dd a {
    line-height: 5.9rem;
  }

  .board-wrap .gallery {
    gap: 3rem 1.6rem;
  }

  .board-wrap .gallery a {
    flex-basis: calc(50% - 0.8rem);
  }

  .board-wrap .gallery a p {
    margin-top: 1.2rem;
  }
}
