/* ---------------------------------------------------- */
/* -------------------- 1216px 이상 -------------------- */

/* -------------------- line bg  -------------------- */
.line-bg1 {
  position: absolute;
  bottom: 0;
  transform: translateY(50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 416px;
  z-index: 10;
}
.line-bg1 .line {
  width: 0;
  height: 16px;
  background-color: #ffecbd;
  border-radius: 0 40px 40px 0;
  transition: all 0.8s ease;
}
.line-bg1 .circle {
  width: 1px;
  height: 1px;
  border-radius: 50%;
  background-color: transparent;
  transition: all 0.8s ease;
}
.line-bg1.active .line {
  width: 384px;
  transition: all 0.8s ease;
}
.line-bg1.active .circle {
  transform: scale(32);
  background-color: #0e4366;
  transition: all 0.4s ease;
  transition-delay: 0.8s;
}


.line-bg2 {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateY(50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 330px;
  z-index: 10;
}
.line-bg2 .line {
  width: 0;
  height: 16px;
  background-color: #a1c736;
  border-radius: 40px 0 0 40px;
  transition: all 0.8s ease;
}
.line-bg2 .circle {
  width: 1px;
  height: 1px;
  border-radius: 50%;
  background-color: transparent;
  transition: all 0.8s ease;
}
.line-bg2.active .line {
  width: 314px;
  transition: all 0.8s ease;
}
.line-bg2.active .circle {
  transform: scale(16);
  background-color: #0e4366;
  transition: all 0.4s ease;
  transition-delay: 0.8s;
}


.line-bg3 {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 200px;
  z-index: 10;
}
.line-bg3 .line {
  width: 0;
  height: 16px;
  background-color: #0e4366;
  border-radius: 0 40px 40px 0;
  transition: all 0.8s ease;
}
.line-bg3 .circle {
  width: 1px;
  height: 1px;
  border-radius: 50%;
  background-color: transparent;
  transition: all 0.8s ease;
}
.line-bg3.active .line {
  width: 184px;
  transition: all 0.8s ease;
}
.line-bg3.active .circle {
  transform: scale(16);
  background-color: #fab81a;
  transition: all 0.4s ease;
  transition-delay: 0.8s;
}


/* -------------------- 슬라이드 공통  -------------------- */
.slick-dots {
  display: flex;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
  width: 100%;
  height: 2px;
  margin: 24px auto 12px;
  cursor: pointer;
}
.slick-dots li {
  width: 100%;
  height: 100%;
  background-color: #ced4da;
  display: block !important;
  margin: 0 !important;
}
.slick-dots li:first-child {
  border-radius: 20px 0 0 20px;
}
.slick-dots li:last-child {
  border-radius: 0 20px 20px 0;
}
.slick-dots li.slick-active {
  background-color: #1a7ec0;
  border-radius: 20px;
}
.slick-dots li button {
  text-indent: -9999px;
  display: none;
}

.slick-counter {
  font-size: 14px;
  line-height: 24px;
  color: #495057;
  display: flex;
  align-items: center;
}
.slick-counter .current {
  width: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slick-counter .line {
  display: inline-block;
  width: 1px;
  height: 24px;
  background-color: #dee2e6;
  margin: 0 8px;
}
.slick-counter .total {
  width: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1a7ec0;
}


/* -------------------- 상단배너 -------------------- */
#block-banner-top {
  padding: 120px 0;
  position: relative;
}
#main_block01 {
  display: grid;
  grid-template-columns: 5fr 7fr;
}

#main_block01 .tabs {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
}
#main_block01 ul li:not(:last-child) {
  margin-bottom: 40px;
}
#main_block01 ul li {
  font-weight: bold;
  font-size: 40px;
  position: relative;
}
#main_block01 ul li .angle {
  background-repeat: no-repeat;
  cursor: pointer;
  background-image: linear-gradient(135deg, #1a7ec0 0%, #1a7ec0 50%, transparent 50.1%);
  background-size: 0 100%;
}
#main_block01 ul li.active .angle {
  -webkit-text-stroke-color: #1a7ec0;
  background-size: 280% 100%;
  transition: all 0.5s;
}

#main_block01 ul li .line {
  width: 0;
  height: 4px;
  background-color: #1a7ec0;
  border-radius: 8px;
  position: absolute;
  left: 0;
  margin-left: 24px;
  top: 50%;
  margin-top: -2px;
}

#main_block01 .tab-content-wrap {
  display: flex;
  align-items: center;
}
#main_block01 .tab-content {
  visibility: hidden;
  opacity: 0;
  width: 0;
}
#main_block01 .tab-content.active {
  visibility: visible;
  opacity: 1;
  width: 100%;
  position: relative;
}
#main_block01 .tab-content img {
  width: 100%;
  height: auto;
  border-radius: 24px;
}

#main_block01 .tab-content .dots1 .dot1 {
  border-radius: 50%;
  position: absolute;
  width: 10px;
  height: 10px;
  opacity: 0;
  background: url("/modules/custom/kb/img/main_block1_img1-1.png") no-repeat 50% 50%, #fab81a;
  background-size: cover;
  top: 45%;
  left: -25%;
  margin-top: -28px;
  margin-left: -28px;
}
#main_block01 .tab-content.active .dots1 .dot1 {
  opacity: 1;
  transform: scale(5.6);
  transition: all 0.5s;
  transition-delay: 0.25s;
  box-shadow: 0 4px 12px rgba(186, 199, 213, 0.5);
}

#main_block01 .tab-content .dots1 .dot2 {
  border-radius: 50%;
  position: absolute;
  width: 10px;
  height: 10px;
  opacity: 0;
  background-color: #fab81a;
  top: 55%;
  left: -10%;
  margin-top: -8px;
  margin-left: -8px;
}
#main_block01 .tab-content.active .dots1 .dot2 {
  opacity: 1;
  transform: scale(1.6);
  transition: all 0.5s;
  transition-delay: 0.25s;
}

#main_block01 .tab-content .dots1 .dot3 {
  border-radius: 50%;
  position: absolute;
  width: 10px;
  height: 10px;
  opacity: 0;
  background: url("/modules/custom/kb/img/main_block1_img1-3.png") no-repeat 50% 50%, #1a7ec0;
  background-size: cover;
  top: 80%;
  left: 5%;
  margin-top: -40px;
  margin-left: -40px;
}
#main_block01 .tab-content.active .dots1 .dot3 {
  opacity: 1;
  transform: scale(8);
  transition: all 0.5s;
  transition-delay: 0.25s;
  box-shadow: 0 4px 12px rgba(186, 199, 213, 0.5);
}

#main_block01 .tab-content .dots1 .dot4 {
  border-radius: 50%;
  position: absolute;
  width: 152px;
  height: 152px;
  opacity: 0;
  border: 2px solid #fab81a;
  top: 50%;
  right: 0;
  margin-top: -76px;
  margin-right: -76px;
}
#main_block01 .tab-content.active .dots1 .dot4 {
  opacity: 1;
  transition: all 0.5s;
  transition-delay: 0.25s;
}

#main_block01 .tab-content .dots1 .dot5 {
  border-radius: 50%;
  position: absolute;
  width: 10px;
  height: 10px;
  opacity: 0;
  background-color: #a1c736;
  top: 60%;
  right: 8%;
  margin-top: -16px;
  margin-right: -16px;
}
#main_block01 .tab-content.active .dots1 .dot5 {
  opacity: 1;
  transform: scale(3.2);
  transition: all 0.5s;
  transition-delay: 0.25s;
}


#main_block01 .tab-content .dots2 .dot1 {
  border-radius: 50%;
  position: absolute;
  width: 10px;
  height: 10px;
  opacity: 0;
  background: url("/modules/custom/kb/img/main_block1_img2-1.png") no-repeat 50% 50%, #a1c736;
  background-size: cover;
  top: 80%;
  left: -20%;
  margin-top: -40px;
  margin-left: -40px;
}
#main_block01 .tab-content.active .dots2 .dot1 {
  opacity: 1;
  transform: scale(8);
  transition: all 0.5s;
  transition-delay: 0.25s;
  box-shadow: 0 4px 12px rgba(186, 199, 213, 0.5);
}

#main_block01 .tab-content .dots2 .dot2 {
  border-radius: 50%;
  position: absolute;
  width: 10px;
  height: 10px;
  opacity: 0;
  background-color: #e5007d;
  top: 55%;
  left: -15%;
  margin-top: -8px;
  margin-left: -8px;
}
#main_block01 .tab-content.active .dots2 .dot2 {
  opacity: 1;
  transform: scale(1.6);
  transition: all 0.5s;
  transition-delay: 0.25s;
}

#main_block01 .tab-content .dots2 .dot3 {
  border-radius: 50%;
  position: absolute;
  width: 10px;
  height: 10px;
  opacity: 0;
  background: url("/modules/custom/kb/img/main_block1_img2-3.png") no-repeat 50% 50%, #fab81a;
  background-size: cover;
  top: 20%;
  left: 4%;
  margin-top: -28px;
  margin-left: -28px;
}
#main_block01 .tab-content.active .dots2 .dot3 {
  opacity: 1;
  transform: scale(5.6);
  transition: all 0.5s;
  transition-delay: 0.25s;
  box-shadow: 0 4px 12px rgba(186, 199, 213, 0.5);
}

#main_block01 .tab-content .dots2 .dot4 {
  border-radius: 50%;
  position: absolute;
  width: 128px;
  height: 128px;
  opacity: 0;
  border: 2px solid  #4a96d1;
  top: 35%;
  right: 0;
  margin-top: -64px;
  margin-right: -64px;
}
#main_block01 .tab-content.active .dots2 .dot4 {
  opacity: 1;
  transition: all 0.5s;
  transition-delay: 0.25s;
}

#main_block01 .tab-content .dots2 .dot5 {
  border-radius: 50%;
  position: absolute;
  width: 10px;
  height: 10px;
  opacity: 0;
  background-color: #5139e2;
  top: 30%;
  right: -4%;
  margin-top: -16px;
  margin-right: -16px;
}
#main_block01 .tab-content.active .dots2 .dot5 {
  opacity: 1;
  transform: scale(3.2);
  transition: all 0.5s;
  transition-delay: 0.25s;
}


#main_block01 .tab-content .dots3 .dot1 {
  border-radius: 50%;
  position: absolute;
  width: 10px;
  height: 10px;
  opacity: 0;
  background: url("/modules/custom/kb/img/main_block1_img3-1.png") no-repeat 50% 50%, #0cdf3b;
  background-size: cover;
  top: 35%;
  left: -25%;
  margin-top: -28px;
  margin-left: -28px;
}
#main_block01 .tab-content.active .dots3 .dot1 {
  opacity: 1;
  transform: scale(5.6);
  transition: all 0.5s;
  transition-delay: 0.25s;
  box-shadow: 0 4px 12px rgba(186, 199, 213, 0.5);
}

#main_block01 .tab-content .dots3 .dot2 {
  border-radius: 50%;
  position: absolute;
  width: 16px;
  height: 16px;
  opacity: 0;
  border: 1px solid #fab81a;
  top: 55%;
  left: -15%;
  margin-top: -8px;
  margin-left: -8px;
}
#main_block01 .tab-content.active .dots3 .dot2 {
  opacity: 1;
  transition: all 0.5s;
  transition-delay: 0.25s;
}

#main_block01 .tab-content .dots3 .dot3 {
  border-radius: 50%;
  position: absolute;
  width: 10px;
  height: 10px;
  opacity: 0;
  background: url("/modules/custom/kb/img/main_block1_img3-3.png") no-repeat 50% 50%, #1a7ec0;
  background-size: cover;
  top: 80%;
  left: 3%;
  margin-top: -40px;
  margin-left: -40px;
}
#main_block01 .tab-content.active .dots3 .dot3 {
  opacity: 1;
  transform: scale(8);
  transition: all 0.5s;
  transition-delay: 0.25s;
  box-shadow: 0 4px 12px rgba(186, 199, 213, 0.5);
}

#main_block01 .tab-content .dots3 .dot4 {
  border-radius: 50%;
  position: absolute;
  width: 120px;
  height: 120px;
  opacity: 0;
  border: 2px solid  #e5007d;
  top: 60%;
  right: 2%;
  margin-top: -60px;
  margin-right: -60px;
}
#main_block01 .tab-content.active .dots3 .dot4 {
  opacity: 1;
  transition: all 0.5s;
  transition-delay: 0.25s;
}

#main_block01 .tab-content .dots3 .dot5 {
  border-radius: 50%;
  position: absolute;
  width: 10px;
  height: 10px;
  opacity: 0;
  background-color: #fab81a;
  top: 65%;
  right: 11%;
  margin-top: -16px;
  margin-right: -16px;
}
#main_block01 .tab-content.active .dots3 .dot5 {
  opacity: 1;
  transform: scale(3.2);
  transition: all 0.5s;
  transition-delay: 0.25s;
}


#main_block01 .tab-content .dots4 .dot1 {
  border-radius: 50%;
  position: absolute;
  width: 10px;
  height: 10px;
  opacity: 0;
  background: url("/modules/custom/kb/img/main_block1_img4-1.png") no-repeat 50% 50%, #1a7ec0;
  background-size: cover;
  top: 80%;
  left: -25%;
  margin-top: -40px;
  margin-left: -40px;
}
#main_block01 .tab-content.active .dots4 .dot1 {
  opacity: 1;
  transform: scale(8);
  transition: all 0.5s;
  transition-delay: 0.25s;
  box-shadow: 0 4px 12px rgba(186, 199, 213, 0.5);
}

#main_block01 .tab-content .dots4 .dot2 {
  border-radius: 50%;
  position: absolute;
  width: 16px;
  height: 16px;
  opacity: 0;
  border: 1px solid #4a96d1;
  top: 50%;
  left: -15%;
  margin-top: -8px;
  margin-left: -8px;
}
#main_block01 .tab-content.active .dots4 .dot2 {
  opacity: 1;
  transition: all 0.5s;
  transition-delay: 0.25s;
}

#main_block01 .tab-content .dots4 .dot3 {
  border-radius: 50%;
  position: absolute;
  width: 10px;
  height: 10px;
  opacity: 0;
  background: url("/modules/custom/kb/img/main_block1_img4-3.png") no-repeat 50% 50%, #fab81a;
  background-size: cover;
  top: 30%;
  left: 4%;
  margin-top: -28px;
  margin-left: -28px;
}
#main_block01 .tab-content.active .dots4 .dot3 {
  opacity: 1;
  transform: scale(5.6);
  transition: all 0.5s;
  transition-delay: 0.25s;
  box-shadow: 0 4px 12px rgba(186, 199, 213, 0.5);
}

#main_block01 .tab-content .dots4 .dot4 {
  border-radius: 50%;
  position: absolute;
  width: 104px;
  height: 104px;
  opacity: 0;
  border: 2px solid  #fab81a;
  top: 45%;
  right: 2%;
  margin-top: -52px;
  margin-right: -52px;
}
#main_block01 .tab-content.active .dots4 .dot4 {
  opacity: 1;
  transition: all 0.5s;
  transition-delay: 0.25s;
}

#main_block01 .tab-content .dots4 .dot5 {
  border-radius: 50%;
  position: absolute;
  width: 10px;
  height: 10px;
  opacity: 0;
  background-color: #a1c736;
  top: 50%;
  right: 10%;
  margin-top: -16px;
  margin-right: -16px;
}
#main_block01 .tab-content.active .dots4 .dot5 {
  opacity: 1;
  transform: scale(3.2);
  transition: all 0.5s;
  transition-delay: 0.25s;
}


#main_block01 .tab-content .dots5 .dot1 {
  border-radius: 50%;
  position: absolute;
  width: 10px;
  height: 10px;
  opacity: 0;
  background: url("/modules/custom/kb/img/main_block1_img5-1.png") no-repeat 50% 50%, #fa931a;
  background-size: cover;
  top: 35%;
  left: -25%;
  margin-top: -28px;
  margin-left: -28px;
}
#main_block01 .tab-content.active .dots5 .dot1 {
  opacity: 1;
  transform: scale(5.6);
  transition: all 0.5s;
  transition-delay: 0.25s;
  box-shadow: 0 4px 12px rgba(186, 199, 213, 0.5);
}

#main_block01 .tab-content .dots5 .dot2 {
  border-radius: 50%;
  position: absolute;
  width: 10px;
  height: 10px;
  opacity: 0;
  background-color: #ffcc00;
  top: 55%;
  left: -15%;
  margin-top: -8px;
  margin-left: -8px;
}
#main_block01 .tab-content.active .dots5 .dot2 {
  opacity: 1;
  transform: scale(1.6);
  transition: all 0.5s;
  transition-delay: 0.25s;
}

#main_block01 .tab-content .dots5 .dot3 {
  border-radius: 50%;
  position: absolute;
  width: 10px;
  height: 10px;
  opacity: 0;
  background: url("/modules/custom/kb/img/main_block1_img5-3.png") no-repeat 50% 50%, #1a98c0;
  background-size: cover;
  top: 65%;
  left: 4%;
  margin-top: -40px;
  margin-left: -40px;
}
#main_block01 .tab-content.active .dots5 .dot3 {
  opacity: 1;
  transform: scale(8);
  transition: all 0.5s;
  transition-delay: 0.25s;
  box-shadow: 0 4px 12px rgba(186, 199, 213, 0.5);
}

#main_block01 .tab-content .dots5 .dot4 {
  border-radius: 50%;
  position: absolute;
  width: 152px;
  height: 152px;
  opacity: 0;
  border: 2px solid  #fab81a;
  top: 45%;
  right: 2%;
  margin-top: -76px;
  margin-right: -76px;
}
#main_block01 .tab-content.active .dots5 .dot4 {
  opacity: 1;
  transition: all 0.5s;
  transition-delay: 0.25s;
}

#main_block01 .tab-content .dots5 .dot5 {
  border-radius: 50%;
  position: absolute;
  width: 10px;
  height: 10px;
  opacity: 0;
  background-color: #a1c736;
  top: 54%;
  right: 11%;
  margin-top: -16px;
  margin-right: -16px;
}
#main_block01 .tab-content.active .dots5 .dot5 {
  opacity: 1;
  transform: scale(3.2);
  transition: all 0.5s;
  transition-delay: 0.25s;
}


#main_block01 .tab-content .dots6 .dot1 {
  border-radius: 50%;
  position: absolute;
  width: 10px;
  height: 10px;
  opacity: 0;
  background: url("/modules/custom/kb/img/main_block1_img6-1.png") no-repeat 50% 50%, #1a7ec0;
  background-size: cover;
  top: 70%;
  left: -25%;
  margin-top: -40px;
  margin-left: -40px;
}
#main_block01 .tab-content.active .dots6 .dot1 {
  opacity: 1;
  transform: scale(8);
  transition: all 0.5s;
  transition-delay: 0.25s;
  box-shadow: 0 4px 12px rgba(186, 199, 213, 0.5);
}

#main_block01 .tab-content .dots6 .dot2 {
  border-radius: 50%;
  position: absolute;
  width: 10px;
  height: 10px;
  opacity: 0;
  background-color: #ffcc00;
  top: 40%;
  left: -15%;
  margin-top: -8px;
  margin-left: -8px;
}
#main_block01 .tab-content.active .dots6 .dot2 {
  opacity: 1;
  transform: scale(1.6);
  transition: all 0.5s;
  transition-delay: 0.25s;
}

#main_block01 .tab-content .dots6 .dot3 {
  border-radius: 50%;
  position: absolute;
  width: 10px;
  height: 10px;
  opacity: 0;
  background: url("/modules/custom/kb/img/main_block1_img6-3.png") no-repeat 50% 50%, #fab81a;
  background-size: cover;
  top: 30%;
  left: 4%;
  margin-top: -28px;
  margin-left: -28px;
}
#main_block01 .tab-content.active .dots6 .dot3 {
  opacity: 1;
  transform: scale(5.6);
  transition: all 0.5s;
  transition-delay: 0.25s;
  box-shadow: 0 4px 12px rgba(186, 199, 213, 0.5);
}

#main_block01 .tab-content .dots6 .dot4 {
  border-radius: 50%;
  position: absolute;
  width: 152px;
  height: 152px;
  opacity: 0;
  border: 2px solid #fab81a;
  top: 50%;
  right: 0;
  margin-top: -76px;
  margin-right: -76px;
}
#main_block01 .tab-content.active .dots6 .dot4 {
  opacity: 1;
  transition: all 0.5s;
  transition-delay: 0.25s;
}

#main_block01 .tab-content .dots6 .dot5 {
  border-radius: 50%;
  position: absolute;
  width: 10px;
  height: 10px;
  opacity: 0;
  background-color: #a1c736;
  top: 60%;
  right: 8%;
  margin-top: -16px;
  margin-right: -16px;
}
#main_block01 .tab-content.active .dots6 .dot5 {
  opacity: 1;
  transform: scale(3.2);
  transition: all 0.5s;
  transition-delay: 0.25s;
}

/* -------------------- 티저 -------------------- */
#block-teaser {
  padding: 120px 0;
}
#block-teaser-top {
  position: relative;
}
#block-teaser-top .teaser-footer {
  display: none;
}
#block-teaser-footer .teaser-top {
  display: none;
}

#block-teaser .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 64px;
}

#block-teaser h1 p {
  font-weight: bold;
  font-size: 40px;
  line-height: 48px;
  color: #343a40;
}
#block-teaser h1 p:nth-child(1) {
  color: #1a7ec0;
}

#block-teaser .slick-dots {
  width: 90%;
  max-width: 1216px;
}
#block-teaser .slick-counter {
  width: 90%;
  max-width: 1216px;
  margin: auto;
}

#block-teaser .slick-track {
  left: calc(50% - 608px);
}
#block-teaser .slick-slide {
  margin: 0 16px !important;
  overflow: hidden;
  width: 280px;
}
#block-teaser .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
  border-radius: 16px;
  overflow: hidden;
}

#block-teaser article:hover img {
  box-shadow: 0 4px 12px rgba(186, 199, 213, 0.5);
  transition: all 0.4s;
}
#block-teaser article a h3 {
  color: #343a40;
  margin: 24px 0 16px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#block-teaser article a h3:hover {
  text-decoration: underline;
}

/* --- teaser top --- */
#block-teaser-top article .info,
#block-program-branch article .info,
#block-teaser-footer article .info,
#block-sosig-branch article .info {
  margin-bottom: 40px;
}
#block-teaser-top article .info dl,
#block-program-branch article .info dl {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 24px;
  color: #495057;
}
#block-teaser-top article .info dl dt,
#block-program-branch article .info dl dt {
  margin-right: 8px;
}

/* --- teaser footer --- */
#block-teaser-top article .tags,
#block-teaser-footer article .tags,
#block-sosig-branch article .tags,
#block-program-branch article .tags {
  margin: 24px 0 8px;
}
#block-teaser-footer article .tags .box-blue,
#block-sosig-branch article .tags .box-blue {
  width: 74px;
  height: 24px;
  font-size: 14px;
  line-height: 24px;
}
#block-teaser-footer article a h3,
#block-sosig-branch article a h3 {
  margin-top: 0;
}
#block-teaser-footer article .info,
#block-sosig-branch article .info {
  font-size: 14px;
  line-height: 24px;
  color: #868e96;
}


#block-teaser-top article .info2 dl,
#block-program-branch article .info2 dl,
#block-sosig-branch article .info2 dl,
#block-teaser-footer article .info2 dl {
  float: left;
  font-size: 14px;
  line-height: 24px;
  display: flex;
  align-items: center;
}

#block-teaser-top article .info2 dd,
#block-program-branch article .info2 dd,
#block-sosig-branch article .info2 dd,
#block-teaser-footer article .info2 dd {
  margin-left: 4px;
}

#block-teaser-top article .info2 dl:not(:last-child)::after,
#block-program-branch article .info2 dl:not(:last-child)::after,
#block-sosig-branch article .info2 dl:not(:last-child)::after,
#block-teaser-footer article .info2 dl:not(:last-child)::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 12px;
  background-color: #dee2e6;
  margin: 0 8px;
}


/* -------------------- 센터소식 -------------------- */
#block-notice {
  background-color: #f0f4f8;
  padding: 120px 0;
  position: relative;
}
#block-notice .inner {
  position: relative;
}

#block-notice .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#block-notice .btn-more {
  position: absolute;
  top: 12px;
  right: 0;
}

#block-notice .tabs {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#block-notice .tabs .tab {
  font-weight: bold;
  font-size: 40px;
  line-height: 48px;
  color: #adb5bd;
  position: relative;
}
#block-notice .tabs .tab:hover {
  color: #343a40;
  transition: all 0.4s;
}
#block-notice .tabs .tab:not(:last-child) {
  margin-right: 24px;
}
#block-notice .tabs .tab.active {
  color: #343a40;
}
#block-notice .tabs .tab.active::after {
  content: "";
  height: 3px;
  background-color: #28282b;
  border-radius: 8px;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  animation: hover 0.4s;
  -webkit-animation: hover 0.4s;
  -moz-animation: hover 0.4s;
}
@keyframes hover {
  from {
    width: 0;
    left: 50%;
  }
  to {
    width: 100%;
    left: 0;
  }
}

#block-notice .tab-content li {
  margin-top: 64px;
}
#block-notice .tab-content article {
  position: relative;
  /*height: 320px;*/
  border: 1px solid #dee2e6;
  border-radius: 16px;
  background-color: #fff;
  padding: 48px 32px;
  display: grid;
  grid-template-rows: 88px 24px;
  transition: all 0.4s;
}
#block-notice .tab-content article .box-blue {
  position: absolute;
  left: 16px;
  top: 16px;
}
#block-notice .tab-content article h3 {
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#block-notice .tab-content article .summary {
  height: 5rem;
  line-height: 1.3;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
#block-notice .tab-content article p {
  font-size: 16px;
  line-height: 24px;
  color: #495057;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#block-notice .tab-content article .date {
  font-size: 14px;
  line-height: 24px;
  color: #868e96;
}

#block-notice .tab-content article:hover {
  box-shadow: 0 4px 12px rgba(186, 199, 213, 0.5);
  transition: all 0.4s;
}
#block-notice .tab-content article:hover h3 {
  text-decoration: underline;
}


/* -------------------- 지역협의회 -------------------- */
#block-conference {
  background-color: #1a7ec0;
}
#block-conference .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 0;
  position: relative;
}
#block-conference img:nth-child(1) {
  position: absolute;
  top: 0;
  right: 0;
}
#block-conference img:nth-child(2) {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
}

#block-conference h4 {
  color: #fff;
  font-weight: normal;
  word-break: keep-all;
}

#block-conference form.conference {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
#block-conference form.conference .select:nth-child(1) {
  width: 144px;
}
#block-conference form.conference .select:nth-child(2) {
  width: 210px;
}
#block-conference form.conference select {
  width: 100%;
  border: none;
}
#block-conference form.conference .select::after {
  background-color: #1a7ec0;
}

#block-conference form.conference input[type="submit"] {
  height: 40px;
}
#block-conference form.conference input[type="submit"]:hover {
  background-color: #fff;
}

#block-conference form.conference a {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  opacity: 0.8;
  text-decoration: underline;
  transition: all 0.4s;
  margin-left: 8px;
}
#block-conference form.conference a:hover {
  opacity: 1;
  transition: all 0.4s;
}

/* -------------------- 하단배너 -------------------- */
#block-banner-bottom {
  padding: 96px 0;
}
#block-banner-bottom li {
  padding: 0 48px;
  text-align: center;
  word-break: keep-all;
  position: relative;
}

#block-banner-bottom li h3 {
  position: relative;
  display: inline-block;
}
#block-banner-bottom li h3::after {
  content: "";
  width: 0;
  height: 2px;
  background-color: #28282b;
  border-radius: 8px;
  position: absolute;
  bottom: 0;
  left: 50%;
}
#block-banner-bottom li:hover h3::after {
  content: "";
  width: 100%;
  left: 0;
  transition: all 0.4s;
}

#block-banner-bottom li:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 200px;
  background-color: #dee2e6;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}
#block-banner-bottom li > a > div:first-child {
  height: 94px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#block-banner-bottom li > a > div:last-child {
  display: block;
}

#block-banner-bottom li h3 {
  margin: 16px auto 8px;
}
#block-banner-bottom li p {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 24px;
  color: #868e96;
}


#block-banner-bottom li > a:first-child {
  display: block;
}

/* -------------------- 뉴스레터 -------------------- */
#block-newsletter {
  background-color: #f0f4f8;
  padding: 48px 0;
  margin-bottom: -120px;
}

#block-newsletter h3 {
  text-align: center;
  margin-bottom: 32px;
}
#block-newsletter form.newsletter {
  width: 90%;
  max-width: 608px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
  grid-gap: 16px 8px;
}

#block-newsletter form.newsletter input {
  width: 100%;
  height: 48px;
  font-size: 18px;
  line-height: 24px;
}
#block-newsletter form.newsletter input::placeholder {
  color: #868e96;
}
#block-newsletter form.newsletter input[type="submit"] {
  height: 48px;
}

#block-newsletter form.newsletter .checkbox {
  grid-column: 1/4;
}
#block-newsletter form.newsletter input[type="checkbox"] + label {
  justify-content: center;
  color: #343a40;
  cursor: pointer;
}
#block-newsletter form.newsletter input[type="checkbox"] + label a {
  color: #343a40;
  text-decoration: underline;
}
#block-newsletter .form-required:after {
  margin: 0 !important;
}

.checkbox {
  display: grid !important;
  grid-template-columns: auto 1fr !important;
  grid-gap: 0 !important;
  padding: 0 !important;
  border-bottom: none !important;
  position: relative;
  margin-left: 24px !important;
}
.checkbox input[type="checkbox"] {
  height: auto !important;
  font-size: 14px !important;
}
.checkbox label:before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.015);
  border: 1px solid #ced4da;
  text-align: center;
  line-height: 19px;
  position: absolute;
  left: 0;
  top: 0;
  margin-left: -24px;
  cursor: pointer;
}
.checkbox input[type="checkbox"]:checked + label:before {
  content: '\2713';
  color: #343a40;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  border: 1px solid #343a40;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  margin-left: -24px;
}

/** for Admin Custom Menu icons **/
.toolbar .toolbar-bar #toolbar-item-administration-tray li:nth-child(2) .toolbar-icon::before {
  -webkit-mask-image: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'16\' height=\'16\' fill=\'currentColor\' class=\'bi bi-people\' viewBox=\'0 0 16 16\'%3E%3Cpath d=\'M15 14s1 0 1-1-1-4-5-4-5 3-5 4 1 1 1 1h8zm-7.978-1A.261.261 0 0 1 7 12.996c.001-.264.167-1.03.76-1.72C8.312 10.629 9.282 10 11 10c1.717 0 2.687.63 3.24 1.276.593.69.758 1.457.76 1.72l-.008.002a.274.274 0 0 1-.014.002H7.022zM11 7a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm3-2a3 3 0 1 1-6 0 3 3 0 0 1 6 0zM6.936 9.28a5.88 5.88 0 0 0-1.23-.247A7.35 7.35 0 0 0 5 9c-4 0-5 3-5 4 0 .667.333 1 1 1h4.216A2.238 2.238 0 0 1 5 13c0-1.01.377-2.042 1.09-2.904.243-.294.526-.569.846-.816zM4.92 10A5.493 5.493 0 0 0 4 13H1c0-.26.164-1.03.76-1.724.545-.636 1.492-1.256 3.16-1.275zM1.5 5.5a3 3 0 1 1 6 0 3 3 0 0 1-6 0zm3-2a2 2 0 1 0 0 4 2 2 0 0 0 0-4z\'/%3E%3C/svg%3E');
          mask-image: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'16\' height=\'16\' fill=\'currentColor\' class=\'bi bi-people\' viewBox=\'0 0 16 16\'%3E%3Cpath d=\'M15 14s1 0 1-1-1-4-5-4-5 3-5 4 1 1 1 1h8zm-7.978-1A.261.261 0 0 1 7 12.996c.001-.264.167-1.03.76-1.72C8.312 10.629 9.282 10 11 10c1.717 0 2.687.63 3.24 1.276.593.69.758 1.457.76 1.72l-.008.002a.274.274 0 0 1-.014.002H7.022zM11 7a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm3-2a3 3 0 1 1-6 0 3 3 0 0 1 6 0zM6.936 9.28a5.88 5.88 0 0 0-1.23-.247A7.35 7.35 0 0 0 5 9c-4 0-5 3-5 4 0 .667.333 1 1 1h4.216A2.238 2.238 0 0 1 5 13c0-1.01.377-2.042 1.09-2.904.243-.294.526-.569.846-.816zM4.92 10A5.493 5.493 0 0 0 4 13H1c0-.26.164-1.03.76-1.724.545-.636 1.492-1.256 3.16-1.275zM1.5 5.5a3 3 0 1 1 6 0 3 3 0 0 1-6 0zm3-2a2 2 0 1 0 0 4 2 2 0 0 0 0-4z\'/%3E%3C/svg%3E');
}
