@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-9Black.woff2') format('woff2');
    font-weight: 900;
    font-display: swap;
}

h10 {display:block; margin:0 0 20px 0; font-size:2rem; font-weight:bold; color:#101f5d;}


.badge.wait{
  background:#eef4ff;
  color:#2f6bff;
}


.engbtn text{
fill:#fff !important;
}

.engbtn rect{
stroke:#fff !important;
}

.block_overlay {
  position: absolute;
  content: '';
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.4 !important;
  background-color: #000;
}

.modalset-body .h6 i {margin-right:10px !important}


.portcard-N9 {height:300px !important}

.portcard-N9{
  position: relative;
}

.portcard-N9 .contents-container{
  height: 100%;
  display: flex;
  justify-content: center;    /* 가로 가운데 */
  align-items: center;        /* 세로 가운데 */
}

.portcard-N9 .contents-inner{
  text-align: center;
}
.portcard-N9 .contents-inner h2{
color:#ffffff;
font-family: 'Paperozi';
font-weight: 900;
}


/* page-title  */
.page-title  {
  overflow: hidden;
  position: relative;
  max-width:1440px;
  margin:0 auto;

}

.page-title  .contents-inner {
  width: 100%;
}





.page-title .title-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--black);
  padding:3rem 0 3rem 0;
}

.page-title .breadcrumbs,
.page-title .breadcrumbs li,
.page-title .breadcrumbs li a {
  display: flex;
  align-items: center;
}


.page-title  .title-area .title {float:left}

.page-title  .title-area .title .h1 {
font-size:4rem;
}

.page-title  .title-area .breadcrumbs {
	float:right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 4rem;
}

.page-title  .title-area .breadcrumbs li {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.page-title  .title-area .breadcrumbs li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  transform: translateX(2rem);
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: #d9d9d9;
}

.page-title  .title-area .breadcrumbs li.active a {
  color: var(--black);
}

.page-title  .title-area .breadcrumbs li a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  color: #999;
  font-weight: var(--fw-medium);
}

.page-title  .title-area .breadcrumbs li:first-child a {
  padding: 0.7rem 0;
}

.page-title  .title-area .breadcrumbs li a.ff-ico::before {
  display: flex;
  justify-content: center;
  width: 1.8rem;
  height: 1.8rem;
}





@media (max-width: 992px) {
  .page-title  {
    --icon-fs-mkosiu52: 1.4rem;
  }

  .page-title  .title-area {
    padding-bottom: 0.8rem;
  }

  .page-title  .title-area .title {
    margin-bottom: 1.2rem;
  }

  .page-title  .title-area .breadcrumbs {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 0 2.7rem;
    margin-top: 1.2rem;
  }

  .page-title  .title-area .breadcrumbs li:not(:last-child)::after {
    transform: translateX(1.5rem);
    width: 0.3rem;
    height: 0.3rem;
  }

  .page-title  .title-area .breadcrumbs li a {
    gap: 0.4rem;
  }

  .page-title  .title-area .breadcrumbs li:first-child a {
    padding: 0.8rem 0;
  }

  .page-title  .title-area .breadcrumbs li a.ff-ico::before {
    width: 1.6rem;
    height: 1.6rem;
  }

}




.board-top .contents-top {
  display: flex;
  /*align-items: flex-end;*/
  align-items: center;          /* 👈 상하 중앙 정렬 */
  justify-content: space-between;
  padding:1.5rem 0 1.5rem 0;
}

.board-top .contents-top .contents-tit {
font-size:1.5rem;
}

.board-top .point {
  font-style: normal;
  color: var(--primary);
}



.board-top .inputset {
  flex-basis: 28rem;
  display: flex;
  align-items: center;
  position: relative;
}

.board-top .inputset button {
  background: none;
  border: 0;
}

.board-top .inputset.inputset-icon .icon {
  width: 1.6rem;
  height: 1.6rem;
}

.board-top .inputset.inputset-icon.icon-left .inputset-input {
  padding-left: 4.4rem;
}

.board-top .inputset.inputset-icon .ff-ico::before {
  font-size: 1.6rem;
}

.board-top .contents-top .inputset-input {
  padding-right: 3rem;
}

.board-top {padding-bottom:10rem}
.board-top .pagiset {padding:3rem 0 0 0}






  .badge-tag{
    display:inline-flex; align-items:center; justify-content:center;
    min-width:72px; height:30px; padding:0 10px;
    border-radius:6px; font-size:1.3rem; font-weight:700;
    margin-right:10px; color:#fff; line-height:1;
    vertical-align:middle; white-space:nowrap;
  }
  .badge-교육{color:#2b6cff; border:1px solid #2b6cff}
  .badge-세미나{color:#7c4dff; border:1px solid #7c4dff}
  .badge-공고{background:#111111;}
  .badge-모집{background:#00a86b;}
  .badge-클라우드{background:#00bfff;}
  .badge-자료{background:#333333;}
  .badge-채용{background:#ff4d4f;}
  .badge-일반{color:#9aa0a6; border:1px solid #9aa0a6}
  .badge-중요{background:#2b6cff;}

  .hl{
    background:#fff36a; padding:0 .2em; border-radius:.2em;
    box-shadow: inset 0 -0.45em 0 rgba(255, 243, 106, .75);
  }

  .contents-item.is-important{ background:#f1f4fc; border-left:4px solid #2b6cff; }
  /*
.cardset:hover {
  background: #f3f6fb !important;
}
*/


/* ✅ 서브메뉴: CSS만으로 sticky */
.portcard-subnav{
  position: sticky;
  top: 86px;
  z-index: 3;
  background: #101f5d;
  margin-top:-50px;
}

.portcard-subnav .subnav-inner{
  max-width: 1200px;
  margin: 0 auto;
  display:flex;
  justify-content:center;
}

.portcard-subnav .subnav-list{
  display:flex;
  gap: 30px;
  align-items:center;
  justify-content:center;
  flex-wrap: wrap;
}

.portcard-subnav .subnav-link{
  position:relative;
  display:inline-flex;
  align-items:center;
  padding: 10px 10px;
  color: rgba(255,255,255,.5);
  text-decoration:none;
  white-space:nowrap;
  font-weight: 600;
  letter-spacing: -0.2px;
  font-size:1.5rem;
}

.portcard-subnav .subnav-link:hover{
  color: rgba(255,255,255,.85);
}

.portcard-subnav .subnav-link.is-active{
  color: #fff;
}
.portcard-subnav .subnav-link.is-active::after{
  content:"";
  position:absolute;
  left:0; right:0;
  bottom: 0px;
  height: 2px;
  background: #fff;
  border-radius: 3px;
}




@charset "utf-8";

/* sub_office-N10 */
/* ============================================
   제1 스타일 시트 (공통 속성)
============================================ */

.sub_office-N10 {
  position: relative;
  padding-top: 8rem;
  padding-bottom: 16rem
}

.sub_office-N10 .contents-container.fullscreen {
  height: auto;
  align-items: flex-start
}

.sub_office-N10 .contents-inner {
  display: flex;
  gap: 8rem;
  position: relative;
  width: 100%
}

.sub_office-N10 .link-wrap {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  width: 0.5rem
}

.sub_office-N10 .line {
  position: relative;
  width: 0.1rem;
  height: 100%;
  background: #ddd
}

.sub_office-N10 .line .bar {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: var(--primary)
}

.sub_office-N10 .line .bar::after {
  content: "";
  position: absolute;
  bottom: -0.2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--primary)
}

.sub_office-N10 .info-area {
  flex: 1 1 61rem
}

.sub_office-N10 .info-wrap {
  position: sticky;
}

.sub_office-N10 .info {
  position: absolute;
  top: 0;
  left: 0;
  padding-right: 0.1rem;
  width: 100%;
  min-height: 100%;
  background: var(--white);
  clip-path: polygon(100% 0, 100% 0%, 100% 100%, 100% 100%);
  transition: clip-path 0.8s ease;
  pointer-events: none
}

.sub_office-N10 .info.active {
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  pointer-events: auto
}

.sub_office-N10 .desc {
  position: relative
}

.sub_office-N10 .desc h3 {
  margin-bottom: 0.4rem;
  color: var(--primary)
}

.sub_office-N10 .desc span {
  display: block;
  margin: 2rem 0 0.4rem;
  font-weight: var(--fw-bold)
}

.sub_office-N10 .desc p {
  color: var(--text-color3)
}

.sub_office-N10 .thumb {
  position: relative;
  margin-top: 3rem;
  aspect-ratio: 610 / 300;
  max-height: 30rem
}

.sub_office-N10 .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius:10px;
}

.sub_office-N10 .timeline-area {
  flex: 1 1 66.5rem;
  padding: 3.2rem 0
}

.sub_office-N10 .timeline-area .item+.item {
  margin-top: 10rem
}

.sub_office-N10 .timeline-area .item strong {
  font-weight: var(--fw-bold)
}

.sub_office-N10 .timeline-area .list {
  margin-top: 1rem
}

.sub_office-N10 .timeline-area .list li {
  display: flex;
  gap: 0.8rem;
  color: var(--text-color3)
}

.sub_office-N10 .timeline-area .list li+li {
  margin-top: 0.4rem
}

.sub_office-N10 .timeline-area .list li::before {
display:none;
}

.sub_office-N10 .timeline-area .info {
  display: none;
  padding: 0;
  min-height: auto
}

@media (max-width: 992px) {
  .sub_office-N10 {
    padding-top: 4rem;
    padding-bottom: 8rem
  }

  .sub_office-N10 .contents-inner {
    gap: 1.6rem
  }

  .sub_office-N10 .info-area {
    display: none
  }

  .sub_office-N10 .timeline-area {
    flex: 1;
    padding: 0
  }

  .sub_office-N10 .timeline-area .info {
    display: block
  }

  .sub_office-N10 .info {
    position: static;
    height: auto;
    clip-path: unset;
    pointer-events: auto
  }

  .sub_office-N10 .desc h3 {
    margin-bottom: 0.2rem
  }

  .sub_office-N10 .desc span {
    margin: 1.2rem 0 0.2rem
  }

  .sub_office-N10 .thumb {
    margin-top: 2.4rem;
    max-height: 100%;
    aspect-ratio: 307/240
  }

  .sub_office-N10 .timeline-area .item.info+.item {
    margin-top: 1.6rem
  }

  .sub_office-N10 .timeline-area .item+.item {
    margin-top: 4rem
  }

  .sub_office-N10 .timeline-area .item+.item.info {
    margin-top: 6rem
  }

  .sub_office-N10 .timeline-area .list {
    margin-top: 0.8rem
  }

  .sub_office-N10 .timeline-area .list li {
    gap: 0.6rem
  }

  .sub_office-N10 .timeline-area .list li+li {
    margin-top: 0.2rem
  }

  .sub_office-N10 .timeline-area .list li::before {
    transform: translateY(1.15rem);
    width: 0.4rem
  }
}



@charset "utf-8";

/* hooms-N35 */
/* ============================================
   제1 스타일 시트 (공통 속성)
============================================ */

.hooms-N35 {
  overflow: hidden;
  position: relative;
  padding-bottom: 10rem
}

.hooms-N35 .contents-inner {
  width: 100%
}

.hooms-N35 .title-area {
  margin-bottom: 4rem
}

.hooms-N35 .title-area h2 {
  color: #111
}

.hooms-N35 .title-area p {
  margin-top: 2.6rem;
  color: #111
}

.hooms-N35 .map-area {
  width: 100%
}

.hooms-N35 .map-area iframe {
  width: 100%;
  height: 40rem
}

.hooms-N35 .addr-area {
  margin-top: 4rem;
  padding: 4rem 0;
  border-top: 1px solid #111
}

.hooms-N35 .addr-area .list {
  display: flex;
  align-items: center
}
.hooms-N35 figure .h6 {
font-weight:bold;
}
.hooms-N35 .addr-area .list li:first-child {
  flex: 3
}

.hooms-N35 .addr-area .list li {
  flex: 1;
  padding-right: 6rem
}

.hooms-N35 .addr-area figure,
.hooms-N35 .transport-list figure {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0
}

.hooms-N35 .addr-area dt img,
.hooms-N35 .transport-list dt img {
  width: 2.4rem;
  height: 2.4rem
}

.hooms-N35 .addr-area dd,
.hooms-N35 .transport-list dd {
  margin: 1.2rem 0 0 0;
  color: #666
}

.hooms-N35 .transportation-info {
  padding: 4rem 0;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color)
}

.hooms-N35 .transport-list li+li {
  margin-top: 4rem
}

.hooms-N35 .transport-list figure {
  gap: 0.8rem
}

.hooms-N35 .btn-wrap {
  margin: 4rem auto 0;
  text-align: center
}

@media (max-width: 992px) {
  .hooms-N35 {
    padding-top: 12rem;
    padding-bottom: 12rem
  }

  .hooms-N35 .title-area {
    margin-bottom: 2.4rem
  }

  .hooms-N35 .title-area p {
    margin-top: 2.5rem
  }

  .hooms-N35 .map-area iframe {
    height: 25rem
  }

  .hooms-N35 .addr-area {
    margin-top: 2.5rem;
    padding: 2.5rem 0
  }

  .hooms-N35 .addr-area .list {
    flex-direction: column
  }

  .hooms-N35 .addr-area .list li {
    flex: none;
    padding: 1.2rem 0;
    width: 100%
  }

  .hooms-N35 .addr-area .list li:first-child {
    flex: none;
    padding-top: 0
  }

  .hooms-N35 .addr-area .list li:last-child {
    padding-bottom: 0
  }

  .hooms-N35 .addr-area dt img,
  .hooms-N35 .transport-list dt img {
    width: 2rem;
    height: 2rem
  }

  .hooms-N35 .addr-area dd,
  .hooms-N35 .transport-list dd {
    margin-top: 0.4rem
  }

  .hooms-N35 .transportation-info {
    padding: 2.4rem 0
  }

  .hooms-N35 .transport-list li+li {
    margin-top: 2.4rem
  }

  .hooms-N35 .transport-list figure {
    gap: 0.4rem
  }
}

/* transportation-info 공통 */
.transportation-info .drive-block {
  margin-bottom: 1.8rem;
}

.transportation-info .drive-title {
  display: block;
  font-weight: 700;
  margin-bottom: 0.4rem;
}

/* 좌/우 정렬 핵심 */
.transportation-info .drive-list {
  margin-top: 0.2rem;
}

.transportation-info .drive-row {
  display: grid;
  grid-template-columns: 25rem 1fr; /* 왼쪽 폭 고정 */
  gap: 0.8rem;
  align-items: start;
  margin-bottom: 0.4rem;
}

.transportation-info .drive-point {
  font-weight: 600;
  white-space: nowrap;
}

.transportation-info .drive-route {
  color: var(--text-color3);
  line-height: 1.7;
}

/* 모바일 */
@media (max-width: 768px) {
  .transportation-info .drive-row {
    grid-template-columns: 1fr;
  }

  .transportation-info .drive-point {
    font-weight: 700;
    margin-bottom: 0.1rem;
  }
}


#org {text-align:center; padding:100px; }