.visual_wrap {
  /* background: var(--main_c2); */
  background: #fff;
  background-color: #fff;
  height: 550px;
  position: relative;
}

.visual_wrap .tit_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  height: 100%;
}

.visual_wrap .tit {
  font-size: 4rem;
  color: #fff;
  font-weight: 200;
  box-sizing: border-box;
  text-align: center;
  font-weight: 600;
}

.visual_wrap .s_tit {
  font-size: 5rem;
  padding-top: 1rem;
  color: #fff;
  font-weight: 600;
}

.visual_wrap .right_box {
  width: 100%;
  height: 100%;
  overflow: hidden;

  position: relative;
}

.visual_wrap .right_box .inner {
}

.visual_wrap .right_box .inner a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.visual_wrap .right_box .inner a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.visual_wrap .swiper-pagination {
  position: absolute;
  left: 50% !important;
  bottom: 8px !important;
  transform: translatex(-50%) !important;
  z-index: 3;
  width: auto !important;
}

.visual_wrap .swiper-pagination-bullet {
  border-radius: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  line-height: 30px;
  font-size: 12px;
  opacity: 1;
  background: rgba(255, 185, 0, 0.5);
  display: inline-block;
  margin-right: 8px;
  cursor: pointer;
  transition: all 0.2s;
}

.visual_wrap .swiper-pagination-bullet-active {
  background: #ffb200;
  width: 20px;
  border-radius: 10px;
}

.main_ctt .section01 {
  margin-top: 20rem;
}

.main_ctt .section01 .icon_box {
  display: flex;
}

.main_ctt .section01 .icon_box li {
  flex: 1;
}

.main_ctt .section01 .icon_box li a {
  display: block;
  text-align: center;
}

.main_ctt .section01 .icon_box li a i {
}

.main_ctt .section01 .icon_box li a .txt {
  display: block;
  font-size: 1.8rem;
  color: #3a3a3a;
  font-weight: 600;
  margin-top: 12px;
}

.main_ctt .section02 {
  padding: 9rem 0;
  box-sizing: border-box;
  background-size: cover;
}

.main_ctt .section02 .stit {
  font-size: 3.2rem;
  color: #2d4b56;
  font-weight: 500;
  line-height: 1em;
  text-align: center;
}

.main_ctt .section02 .stit strong {
  font-size: 4.6rem;
  color: var(--main_c);
  font-weight: 600;
}

.main_ctt .section02 .top_line {
  margin-top: 8.5rem;
}

.main_ctt .section02 .top_line .left_box {
  float: left;
  width: calc(100% - 300px);
  padding-right: 6.2rem;
  box-sizing: border-box;
}

.main_ctt .section02 .top_line .left_box .tab_btn {
  background: #fff;
  border-radius: 5px;
}

.main_ctt .section02 .top_line .left_box .tab_btn .tab {
  float: left;
}

.main_ctt .section02 .top_line .left_box .tab_btn .tab li {
  display: inline-block;
}

.main_ctt .section02 .top_line .left_box .tab_btn .tab li a {
  font-size: 1.8rem;
  color: #3a3a3a;
  position: relative;
  padding: 1rem 3rem;
  display: block;
}

.main_ctt .section02 .top_line .left_box .tab_btn .tab li a span {
  position: relative;
  z-index: 2;
}

.main_ctt .section02 .top_line .left_box .tab_btn .tab li a.active {
  color: #fff;
  font-weight: 600;
}

.main_ctt .section02 .top_line .left_box .tab_btn .tab li a:before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% + 6px);
  background: #de3d4c;
  border-radius: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  z-index: 1;
}

.main_ctt .section02 .top_line .left_box .tab_btn .tab li a.active:before {
  opacity: 1;
}

.main_ctt .section02 .top_line .left_box .tab_btn .more {
  float: right;
  font-size: 1.6rem;
  color: #666;
  font-weight: 500;
  padding-right: 3rem;
  box-sizing: border-box;
  padding-top: 11px;
}

.main_ctt .section02 .top_line .left_box .tab_btn .more i {
  margin-right: 9px;
}

.main_ctt .section02 .top_line .vertical_list {
  margin-top: 10px;
  margin-left: -30px;
}

.main_ctt .section02 .top_line .vertical_list > ul {
  flex-direction: row;
  flex-wrap: wrap;
  display: flex;
}

.main_ctt .section02 .top_line .vertical_list li {
  width: 100%;
  padding-top: 15px;
  box-sizing: border-box;
  padding-left: 30px;
}

.main_ctt .section02 .top_line .vertical_list li a {
  display: flex;
  align-items: center;
  justify-content: start;
  padding-bottom: 15px;
  border-bottom: solid 1px #ddd;
}

.main_ctt .section02 .top_line .vertical_list li a .date,
.main_ctt .section02 .top_line .vertical_list li a .txt_box {
  vertical-align: top;
  display: inline-block;
}

.main_ctt .section02 .top_line .vertical_list li a .date {
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  border-radius: 50%;
  background: var(--main_c);
  /* background: #dce4eb; */
  text-align: center;
  line-height: 50px;
  font-size: 14px;
  color: #fff;
  margin-right: 10px;
}

.main_ctt .section02 .top_line .vertical_list li a .txt_box {
  width: calc(100% - 50px - 14px);
  box-sizing: border-box;
}

.main_ctt .section02 .top_line .vertical_list li a .txt_box .tit {
  font-size: 2rem;
  color: #000;
  line-height: 2.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}

.main_ctt .section02 .top_line .vertical_list li a .txt_box .txt {
  font-size: 1.6rem;
  color: #3a3a3a;
  line-height: 2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  height: 6rem;
  margin-top: 10px;
}

.main_ctt .box_clear {
  clear: both;
}

.main_ctt .section02 .top_line .right_box {
  float: right;
  width: 300px;
  overflow: hidden;
  border-radius: 10px;
  border: solid 1px #ddd;
  /* box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3); */
}

.main_ctt .section02 .top_line .right_box .news_slide {
}

.main_ctt .section02 .top_line .right_box .news_slide ul {
}

.main_ctt .section02 .top_line .right_box .news_slide ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 330px;
}

.main_ctt .section02 .top_line .right_box .news_slide ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  color: #ccc;
  background: #fff;
}

.main_ctt .section02 .top_line .right_box .news_slide ul li a img.no_img {
  max-width: 100px;
}

.main_ctt .section02 .top_line .right_box .news_slide .arrow_line {
  border: 3px solid #fff;
  border-top: 0;
  box-sizing: border-box;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 46px;
  padding-left: 1.5rem;
  padding-right: 2rem;
  border-top: solid 1px #ddd;
  background-color: #fff;
}

.main_ctt
  .section02
  .top_line
  .right_box
  .news_slide
  .arrow_line
  .swiper-pagination,
.main_ctt .section02 .top_line .right_box .news_slide .arrow_line .arrow_box {
  flex: 1;
}

.main_ctt
  .section02
  .top_line
  .right_box
  .news_slide
  .arrow_line
  .swiper-pagination {
  position: static;
  text-align: left;
  font-size: 1rem;
  color: #666;
  font-weight: 500;
}

.main_ctt
  .section02
  .top_line
  .right_box
  .news_slide
  .arrow_line
  .swiper-pagination-current {
  font-size: 2rem;
  color: var(--main_c2);
}

.main_ctt
  .section02
  .top_line
  .right_box
  .news_slide
  .arrow_line
  .swiper-pagination-total {
  font-size: 1.5rem;
}

.main_ctt .section02 .top_line .right_box .news_slide .arrow_line .arrow_box {
  text-align: right;
}

.main_ctt
  .section02
  .top_line
  .right_box
  .news_slide
  .arrow_line
  .arrow_box
  .arrow {
  display: inline-block;
  color: #b8b8b8;
}

.main_ctt
  .section02
  .top_line
  .right_box
  .news_slide
  .arrow_line
  .arrow_box
  .prev {
}

.main_ctt
  .section02
  .top_line
  .right_box
  .news_slide
  .arrow_line
  .arrow_box
  .next {
}

.main_ctt .section02 .left_box .notice_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 2rem;
  border-bottom: solid 1px var(--main_c3);
}

.main_ctt .section02 .left_box .notice_header a {
  color: var(--main_c2);
}

.main_ctt .section03 {
  position: relative;
}

.main_ctt .section03:after {
  content: "";
  display: block;
  width: 50%;
  height: 480px;
  position: absolute;
  right: 0;
  top: 0;
  background: #eff7fb;
  z-index: 1;
  border-top-left-radius: 150px;
}

.main_ctt .section03 .container {
  display: flex;
  position: relative;
  z-index: 2;
  flex-direction: row-reverse;
}

.main_ctt .section03 .tab_box {
  width: 100%;
  max-width: 836px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main_ctt .section03 .tab_box .tab_02 {
  display: flex;
  margin-bottom: 1.6rem;
}

.main_ctt .section03 .tab_box .tab_02 li {
  flex: 1;
}

.main_ctt .section03 .tab_box .tab_02 li a {
  display: block;
  font-size: 1.8rem;
  color: #fff;
  font-weight: 600;
  background: #4a506b;
  transition: all 0.5s;
  text-align: center;
  line-height: 60px;
  position: relative;
}

.main_ctt .section03 .tab_box .tab_02 li:first-child a {
  border-radius: 1rem 0 0 1rem;
}

.main_ctt .section03 .tab_box .tab_02 li:last-child a {
  border-radius: 0 1rem 1rem 0;
}

.main_ctt .section03 .tab_box .tab_02 li a:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 24px;
  background: #6c7187;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
  transition: all 0.5s;
}

.main_ctt .section03 .tab_box .tab_02 li:first-child a:before {
  display: none;
}

.main_ctt .section03 .tab_box .tab_02 li a:after {
  content: "\f00c";
  font-family: "Font Awesome 5 free";
  font-weight: 600;
  transition: all 0.5s;
  font-size: 14px;
  display: inline-block;
  width: 32px;
  height: 32px;
  background: var(--main_c);
  color: #fff;
  border: 3px solid #fff;
  box-sizing: border-box;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  line-height: 28px;
  position: absolute;
  left: 50%;
  top: -19px;
  margin-left: -16px;
  opacity: 0;
}

.main_ctt .section03 .tab_box .tab_02 li a:hover {
  background: #222;
}

.main_ctt .section03 .tab_box .tab_02 li a.active {
  background: var(--main_c);
}

.main_ctt .section03 .tab_box .tab_02 li a.active:before {
  opacity: 0;
}

.main_ctt .section03 .tab_box .tab_02 li a.active:after {
  opacity: 1;
}

.main_ctt .section03 .tab_box .tab_ctt02 {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
  background: #fff;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 5rem;
  box-sizing: border-box;
  min-height: 225px;
  width: 100%;
  position: relative;
}

.main_ctt .section03 .tab_box .active_news {
  width: 100%;
  overflow: hidden;
}

.main_ctt .section03 .tab_box .active_news li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: auto;
  background: #f1f1f1;
  border-radius: 15px;
}

.main_ctt .section03 .tab_box .active_news li.empty_li {
  background: #fff;
}

.main_ctt .section03 .tab_box .active_news li a {
  color: #222;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  padding: 2rem;
}

.main_ctt .section03 .tab_box .active_news li a .lt_info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.main_ctt .section03 .tab_box .active_news li a .lt_info .lt_subject {
  font-size: 18px;
  margin-bottom: 1rem;
}

.main_ctt .section03 .tab_box .active_news li a .lt_img {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 1rem;
  color: #ccc;
}

.main_ctt .section03 .tab_box .active_news .arrow_line {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

.main_ctt .section03 .tab_box .active_news .arrow_line .arrow_box {
  position: absolute;
  width: 100%;
  top: 50%;
}

.main_ctt .section03 .tab_box .active_news .arrow_line .arrow_box .arrow_wrap {
  width: 100%;
  position: relative;
}

.main_ctt
  .section03
  .tab_box
  .active_news
  .arrow_line
  .arrow_box
  .arrow_wrap
  a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 5rem;
  z-index: 10;
  color: #222;
}

.main_ctt
  .section03
  .tab_box
  .active_news
  .arrow_line
  .arrow_box
  .arrow_wrap
  a.prev {
  left: 1rem;
}

.main_ctt
  .section03
  .tab_box
  .active_news
  .arrow_line
  .arrow_box
  .arrow_wrap
  a.next {
  right: 1rem;
}

.main_ctt
  .section03
  .tab_box
  .active_news
  .arrow_line
  .swiper-pagination-bullet {
  margin-left: 2px;
  margin-right: 2px;
}

.main_ctt .section03 .tit_box {
  text-align: right;
  width: 100%;
  max-width: calc(100% - 836px);
}

.main_ctt .section03 .tit_box .tit {
  font-size: 3.2rem;
  color: #2d4b56;
  font-weight: 500;
  padding-top: 11.8rem;
  box-sizing: border-box;
}

.main_ctt .section03 .tit_box .tit strong {
  font-size: 4.6rem;
  color: var(--main_c);
  font-weight: 600;
  display: block;
}

.main_ctt .section03 .tit_box .txt {
  font-size: 1.6rem;
  color: #666;
  line-height: 2.2rem;
  margin: 12px 0;
}

.main_ctt .section03 .tit_box .img {
  margin-right: -5.8rem;
}

.main_ctt .section04 {
  margin-top: -8.1rem;
}

.main_ctt .section04 .tit_box {
  display: flex;
  align-items: center;
}

.main_ctt .section04 .tit_box dt,
.main_ctt .section04 .tit_box dd {
  box-sizing: border-box;
}

.main_ctt .section04 .tit_box dt {
}

.main_ctt .section04 .tit_box dd {
  padding-left: 2.6rem;
}

.main_ctt .section04 .tit_box dd .tit {
  font-size: 3rem;
  color: var(--main_c);
}

.main_ctt .section04 .tit_box dd .tit strong {
  font-size: 3.8rem;
  font-weight: 600;
  margin-left: 8px;
}

.main_ctt .section04 .tit_box dd .txt {
  font-size: 1.8rem;
  color: #666;
  margin-top: 8px;
}

.main_ctt .section04 .list {
  display: flex;
  flex-wrap: wrap;
  border-left: 1px solid #dadada;
  border-top: 1px solid #dadada;
  box-sizing: border-box;
  margin-top: 1rem;
}

.main_ctt .section04 .list li {
  border-right: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  box-sizing: border-box;
  width: calc(100% / 6);
}

.main_ctt .section04 .list li a {
  display: flex;
  height: 70px;
  width: 100%;
  align-items: center;
  text-align: center;
  font-size: 1.8rem;
  color: #3a3a3a;
  justify-content: center;
}

.main_cott .tit_box {
  padding-left: 1rem;
  margin-bottom: 3rem;
}

.main_cott .tit_box .tit {
  font-size: 3.2rem;
  color: #2d4b56;
  font-weight: 500;
  margin-bottom: 1.5rem;
}

.main_cott .tit_box .txt {
  font-size: 1.6rem;
  color: #666;
}

.main_cott .section.wrap {
  padding: 9rem 0;
}

/* .main_cott .section01.section.wrap {
  padding-top: 3rem;
} */

.main_cott .section02.section.wrap {
  padding-top: 1rem;
}

.main_cott .board-box-wrap {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

/* 커뮤니티 3열 Grid */
/* 커뮤니티 + 센터특화 제목 행 (community-wrap과 동일 3열 그리드) */
.community-title-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 1.5rem;
  align-items: start;
}

.community-title-row .tit_box {
  margin-bottom: 1.5rem;
  padding-left: 0;
}

/* 커뮤니티 콘텐츠 3열 Grid */
.main_cott .board-box-wrap.community-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 1.5rem;
  align-items: start;
}

.main_cott .board-box-wrap.community-wrap .tab-wrap,
.main_cott .board-box-wrap.community-wrap .dream_view_wrap {
  width: 100%;
  padding: 0;
  box-sizing: border-box;
}

/* dream_view_wrap 직접 그리드 자식: 210px 고정 */
.main_cott .board-box-wrap.community-wrap > .dream_view_wrap {
  height: 320px;
  min-height: 320px;
  max-height: 320px;
  align-self: start;
}

.main_cott .board-box-wrap.community-wrap > .dream_view_wrap .dream_view_link {
  height: 320px;
}

.main_cott
  .board-box-wrap.community-wrap
  > .dream_view_wrap
  .dream_view_link
  img {
  height: 320px;
  width: 100%;
  object-fit: cover;
}

/* 두 카드 세로 적층 컨테이너 (레거시) */
.main_cott .board-box-wrap .dream_view_col {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.main_cott .board-box-wrap .dream_view_col .dream_view_wrap {
  height: 155px;
  min-height: unset;
  max-height: unset;
}

/* 리 start */
.main_cott .board-box-wrap .tab-wrap {
  width: 50%;
  padding: 0 1rem;
  box-sizing: border-box;
}

.main_cott .board-box-wrap .tab-wrap .board_tit {
  display: none;
}

.main_cott .board-box-wrap .tab-wrap .tab_btn ul {
  display: flex;
  align-items: center;
  justify-content: start;
}

.main_cott .board-box-wrap .tab-wrap .tab_btn ul li {
  flex: 1;
}

.main_cott .board-box-wrap .tab-wrap .tab_btn ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
  color: #5e5e5e;
  font-size: 1.8rem;
  font-weight: 600;
  white-space: nowrap;
  width: 100%;
  box-sizing: border-box;
  border-radius: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background: #f0f0f0;
  transition: all 0.3s ease-in-out;
}

.main_cott .board-box-wrap .tab-wrap .tab_btn ul li a.active {
  color: #fff;
  font-weight: 600;
}

.main_cott .board-box-wrap .tab-wrap:nth-child(1) .tab_btn ul {
  border-bottom: solid 2px #f9c00c;
}

.main_cott .board-box-wrap .tab-wrap:nth-child(3) .tab_btn ul {
  border-bottom: solid 2px #00b9f1;
}

.main_cott .board-box-wrap .tab-wrap:nth-child(1) .tab_btn ul li a.active {
  background-color: #f9c00c;
}

.main_cott .board-box-wrap .tab-wrap:nth-child(3) .tab_btn ul li a.active {
  background-color: #00b9f1;
}

.main_cott .board-box-wrap .tab-wrap .tab-box-wrap {
  padding: 1rem;
  border: solid 1px #ddd;
  background: #fff;
  border-radius: 5px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: none;
}

.main_cott .board-box-wrap .tab-wrap .tab-box-wrap ul {
  min-height: calc(200px + 2rem);
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  padding: 1rem;
}

.main_cott .board-box-wrap .tab-wrap .tab-box-wrap ul li {
  width: 100%;
  height: 40px;
}

.main_cott .board-box-wrap .tab-wrap .tab-box-wrap ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #222;
  height: 100%;
  border-bottom: solid 1px #ebebeb;
}

.main_cott .board-box-wrap .tab-wrap .tab-box-wrap ul li a.more_btn {
  justify-content: center;
  background: #ebebeb;
  border-radius: 8px;
  margin: 10px 0;
  border-bottom: none;
  transition: all 0.3s;
}

.main_cott .board-box-wrap .tab-wrap .tab-box-wrap ul li a.more_btn i {
  margin-left: 3px;
}

.main_cott .board-box-wrap .tab-wrap .tab-box-wrap ul li a.more_btn:hover {
  background: #333;
  color: #fff;
}

.main_cott .board-box-wrap .tab-wrap .tab-box-wrap ul li a .txt_box {
  width: 80%;
  flex: 1;
  min-width: 0;
  overflow: hidden;
}

.main_cott .board-box-wrap .tab-wrap .tab-box-wrap ul li a .txt_box .tit {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  width: 100%;
}

.main_cott .board-box-wrap .tab-wrap .tab-box-wrap ul li a .txt_box .date {
  width: 20%;
}

.main_cott .board-box-wrap .tab-wrap .tab-box-wrap ul li.empty_li {
  display: flex;
  align-items: start;
  justify-content: start;
  width: 100%;
  padding: 10px 0;
  border-bottom: solid 1px #ebebeb;
  color: #222;
}

/* 리 end */

/* 리-전 start */
.main_cott .board-box-wrap .board-box {
  width: 50%;
  padding: 0 1rem;
}

.main_cott .board-box-wrap .tab-box-wrap {
  width: 100%;
}

.main_cott .board-box-wrap .board-box:nth-child(2) ~ .board-box {
  margin-top: 2rem;
}

.main_cott .board-box .basic_wrap {
  border: solid 1px #ddd;
  border-radius: 1rem;
  overflow: hidden;
}

.main_cott .board-box .basic_wrap .board_tit {
  padding: 1rem;
}

.main_cott .board-box-wrap .board-box:nth-child(1) .basic_wrap .board_tit {
  background: #f9c00c;
}

.main_cott .board-box-wrap .board-box:nth-child(2) .basic_wrap .board_tit {
  background: #00b9f1;
}

.main_cott .board-box-wrap .board-box:nth-child(3) .basic_wrap .board_tit {
  background: #7200da;
}

.main_cott .board-box-wrap .board-box:nth-child(4) .basic_wrap .board_tit {
  background: #f9320c;
}

.main_cott .board-box .basic_wrap .board_tit div {
  color: #fff;
}

.main_cott .board-box .basic_wrap .board_tit div div:nth-child(1) {
  font-size: 2rem;
  font-weight: 600;
}

.main_cott .board-box .basic_wrap ul {
  min-height: calc(200px + 2rem);
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  padding: 1rem;
  background: #fff;
}

.main_cott .board-box .basic_wrap ul li {
  width: 100%;
  height: 40px;
}

.main_cott .board-box .basic_wrap ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px 0;
  border-bottom: solid 1px #ebebeb;
  color: #222;
}

.main_cott .board-box .basic_wrap ul li a .txt_box {
  width: 80%;
}

.main_cott .board-box .basic_wrap ul li a .txt_box .tit {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  width: 100%;
}

.main_cott .board-box .basic_wrap ul li a .txt_box .date {
  width: 20%;
}

.main_cott .board-box .basic_wrap ul li.empty_li {
  display: flex;
  align-items: start;
  justify-content: start;
  width: 100%;
  padding: 10px 0;
  border-bottom: solid 1px #ebebeb;
  color: #222;
}

/* 리-전 end */

.fc-day.fc-day-sat {
  color: #0000ff;
}

.fc-day.fc-day-sun {
  color: #ff0000;
}

.fc-daygrid-dot-event .fc-event-title {
  text-align: start;
}

.fc-daygrid-dot-event .fc-event-title {
  color: #333;
  width: 150px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* 일정 팝업 */
.popper,
.tooltip {
  position: absolute;
  z-index: 9999;
  background: #ffc107;
  color: black;
  width: 150px;
  border-radius: 3px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  padding: 10px;
  text-align: center;
}

.style5 .tooltip {
  background: #1e252b;
  color: #ffffff;
  max-width: 200px;
  width: auto;
  font-size: 0.8rem;
  padding: 0.5em 1em;
}

.popper .popper__arrow,
.tooltip .tooltip-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
}

.tooltip .tooltip-arrow,
.popper .popper__arrow {
  border-color: #ffc107;
}

.style5 .tooltip .tooltip-arrow {
  border-color: #1e252b;
}

.popper[x-placement^="top"],
.tooltip[x-placement^="top"] {
  margin-bottom: 5px;
}

.popper[x-placement^="top"] .popper__arrow,
.tooltip[x-placement^="top"] .tooltip-arrow {
  border-width: 5px 5px 0 5px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  bottom: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}

.popper[x-placement^="bottom"],
.tooltip[x-placement^="bottom"] {
  margin-top: 5px;
}

.tooltip[x-placement^="bottom"] .tooltip-arrow,
.popper[x-placement^="bottom"] .popper__arrow {
  border-width: 0 5px 5px 5px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
  top: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}

.tooltip[x-placement^="right"],
.popper[x-placement^="right"] {
  margin-left: 5px;
}

.popper[x-placement^="right"] .popper__arrow,
.tooltip[x-placement^="right"] .tooltip-arrow {
  border-width: 5px 5px 5px 0;
  border-left-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  left: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}

.popper[x-placement^="left"],
.tooltip[x-placement^="left"] {
  margin-right: 5px;
}

.popper[x-placement^="left"] .popper__arrow,
.tooltip[x-placement^="left"] .tooltip-arrow {
  border-width: 5px 0 5px 5px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  right: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}

@media all and (max-width: 1200px) {
}

@media all and (max-width: 768px) {
  /* 리 start */
  .main_cott .board-box-wrap .tab-wrap {
    width: 100%;
  }

  .main_cott .board-box-wrap .tab-wrap:nth-child(3) {
    margin-top: 2rem;
  }

  /* 리-전 end */

  /* 리-전 start */
  .main_cott .board-box-wrap .board-box {
    width: 100%;
  }

  .main_cott .board-box-wrap .board-box:nth-child(1) ~ .board-box {
    margin-top: 2rem;
  }

  /* 리-전 end */
}

/* 센터일정(달력+바로가기)에서만: tab-box-wrap 테두리 제거 */
.schedule-section .tab-box-wrap,
.section02 .schedule-wrap .tab-box-wrap {
  border: 0 !important;
  /* 좌/우/아래 보더 제거 */
  border-top: 0 !important;
  /* 혹시 남아있을까봐 */
}

/* 대신 배경/라운드는 유지하고 싶으면(기존 box 느낌) */
.section02 .schedule-wrap .tab-box-wrap {
  background: #fff;
  border-radius: 12px;
  height: 100%;
  box-sizing: border-box;
}

/* .footer .family_site_wrap .family_site_select {
  width: 100%;
} */
/* 센터운영안내 (Center Info Layer) - Screenshot Match */
.center_info_layer {
  width: 100%;
  height: 100%;
  background-color: #16b6bc;
  border-radius: 10px;
  padding: 30px 25px;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.center_info_layer .info_item {
  margin-bottom: 5px;
}

.center_info_layer .info_item:last-child {
  margin-bottom: 0;
}

/* 제목 + 아이콘 */
.center_info_layer .info_item .icon_tit {
  font-size: 2.6rem;
  font-weight: 500;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  color: #a6c0cd;
  /* 약간 밝은 톤으로, 스크린샷 제목 느낌 */
  color: #000;
  /* 스크린샷은 그냥 흰색/밝은회색 계열 같음 */
  opacity: 0.9;
}

.center_info_layer .info_item .icon_tit i {
  font-size: 2.6rem;
  margin-right: 10px;
  opacity: 0.8;
}

/* 리스트 스타일 */
.center_info_layer .info_item ul li {
  font-size: 1.7rem;
  line-height: 1.8;
  opacity: 0.9;
  color: #000;
  /* margin-bottom: 4px; */
}

.center_info_layer .info_item ul li .lbl {
  display: inline-block;
  font-weight: 400;
  margin-right: 4px;
}

/* 꿈길 섹션 */
.center_info_layer .info_item.ggoomgil {
  margin-top: 4px;
}

.center_info_layer .info_item.ggoomgil .tit_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.center_info_layer .info_item.ggoomgil .tit_row .icon_tit {
  margin-bottom: 0;
}

.center_info_layer .info_item.ggoomgil .go_btn {
  background: #fff;
  color: #2d4b56;
  font-weight: 600;
  font-size: 1.6rem;
  padding: 6px 16px;
  border-radius: 20px;
  display: inline-block;
  transition: all 0.3s;
}

.center_info_layer .info_item.ggoomgil .go_btn:hover {
  background: var(--main_c);
  color: #fff;
}

.center_info_layer .info_item.ggoomgil .desc {
  font-size: 1.6rem;
  opacity: 0.8;
}

/* center_info_layer: .tab-wrap .tab-box-wrap ul/li/a 일반 스타일 상속 방지
   (Safari iOS가 전화번호·이메일을 <a>로 자동 감쌀 때 display:flex/height 등이 적용되어 겹쳐 보이는 현상 수정) */
.center_info_layer .info_item ul {
  min-height: unset !important;
  display: block !important;
  padding: 0 !important;
}

.center_info_layer .info_item ul li {
  height: auto !important;
}

.center_info_layer .info_item ul li a {
  display: inline !important;
  height: auto !important;
  border-bottom: none !important;
  color: inherit !important;
  flex-direction: unset !important;
  justify-content: unset !important;
  align-items: unset !important;
}

/* 아이콘 이미지 스타일 (크게) */
.center_info_layer .info_item .icon_tit i {
  display: none;
}

/* 기존 폰트아이콘 숨김 */
.center_info_layer .info_item .icon_tit .icon_img {
  width: 60px;
  /* 큼직하게 조정 */
  height: auto;
  margin-right: 14px;
  vertical-align: middle;
}

.center_info_layer .info_item .icon_tit .icon_img.kkumgil {
  width: 110px;
  /* 꿈길 로고는 가로가 길어서 조금 더 크게 */
}

/* 레이아웃 너비 조정 (달력 2/3, 안내 1/3) */
.main_cott .section02 .top_line .left_box {
  /* 기존 calc(100% - 300px) 제거하고 비율로 조정 */
  /* width: calc(100% - 33.3333%); -- 하지만 기존 구조는 float left/right 구조임 */
  /* .left_box 가 달력 쪽이라고 가정 (실제 클래스 확인 필요: 위쪽 소스에서 .left_box 가 탭버튼/리스트 쪽이었는데, 달력 섹션은 .cal-col 임) */
}

/* 
   소스 코드 확인 결과: .board-box-wrap.schedule-wrap 아래 .cal-col 과 .quick-col 로 나뉘어 있음 
   기존 css 를 덮어쓰거나 수정해야 함.
   common.css 에 .tab-wrap { width: 50% } 가 있을 수 있음.
*/
.main_cott .board-box-wrap.schedule-wrap {
  display: flex !important;
  flex-wrap: wrap;
  /* 모바일 대응 */
}

.main_cott .board-box-wrap.schedule-wrap .tab-wrap.cal-col {
  width: 67% !important;
  /* 높이 패딩 조절하기 */
  display: flex;
  flex-direction: column;
  /* 2/3 */
}

.main_cott .board-box-wrap.schedule-wrap .tab-wrap.quick-col {
  width: 33% !important;
  display: flex;
  flex-direction: column;
  /* 1/3 */
}

/* 모바일 대응 (화면 작을 땐 100%) */
@media (max-width: 992px) {
  .main_cott .board-box-wrap.schedule-wrap .tab-wrap.cal-col,
  .main_cott .board-box-wrap.schedule-wrap .tab-wrap.quick-col {
    width: 100% !important;
  }
}

/* dream_view 이미지 열 */
.main_cott .board-box-wrap .dream_view_wrap {
  box-sizing: border-box;
  align-self: stretch;
  min-height: 200px;
  max-height: 320px;
  border-radius: 1rem;
  overflow: hidden;
}

.dream_view_link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  overflow: hidden;
  text-decoration: none;
}

.dream_view_link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.dream_view_link:hover img {
  transform: scale(1.04);
}

.dream_view_overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.6rem 1.8rem;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.72) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.dream_view_label {
  font-size: 1.2rem;
  opacity: 0.85;
  letter-spacing: 0.04em;
  margin: 0;
}

.dream_view_title {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.3;
}

.dream_view_btn {
  display: inline-block;
  margin-top: 0.5rem;
  font-size: 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 20px;
  padding: 0.3rem 1rem;
  width: fit-content;
  transition: background 0.2s;
}

.dream_view_link:hover .dream_view_btn {
  background: rgba(255, 255, 255, 0.25);
}

.main_cott .board-box-wrap .dream_view_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1rem;
  display: block;
}

/* Quick Link Grid */
.main_cott .board-box-wrap .quick_link_wrap {
  width: calc(100% / 3);
  padding: 0 1rem;
  box-sizing: border-box;
}

.quick_link_wrap ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.5rem;
}

.quick_link_wrap ul li {
  width: 50%;
  padding: 0.5rem;
  box-sizing: border-box;
}

.quick_link_wrap ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 1rem;
  padding: 1.5rem 0;
  height: 100%;
  box-sizing: border-box;
  transition: all 0.3s;
}

.quick_link_wrap ul li a:hover {
  border-color: var(--main_c);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

.quick_link_wrap ul li a .img_box {
  height: 96px;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quick_link_wrap ul li a .img_box img {
  max-height: 100%;
  max-width: 100%;
}

.quick_link_wrap ul li a .txt {
  font-size: 1.6rem;
  color: #333;
  font-weight: 500;
}

/* 하단 4열 바로가기 그리드 */
.quick_link_bottom {
  width: 100% !important;
  padding: 0 !important;
  margin-top: 2rem;
}

.quick_link_bottom ul {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 1rem;
  margin: 0 !important;
}

.quick_link_bottom ul li {
  width: 100% !important;
  padding: 0 !important;
}

@media (max-width: 992px) {
  .main_cott .board-box-wrap .quick_link_wrap {
    width: 100%;
    margin-top: 2rem;
  }

  .main_cott .board-box-wrap .tab-wrap {
    width: 100%;
  }

  .main_cott .board-box-wrap .dream_view_wrap {
    width: 100%;
    margin-top: 2rem;
    min-height: 220px;
  }

  .main_cott .board-box-wrap .dream_view_col {
    width: 100%;
    margin-top: 2rem;
  }

  .main_cott .board-box-wrap .dream_view_col .dream_view_wrap {
    margin-top: 0;
  }

  .community-title-row {
    grid-template-columns: 1fr;
  }

  .community-title-row .tit_box:not(:first-child) {
    display: none;
  }

  .main_cott .board-box-wrap.community-wrap {
    grid-template-columns: 1fr;
  }

  /* Grid item의 기본 min-width:auto를 0으로 reset → 그리드가 뷰포트 밖으로 팽창하지 않도록 */
  .main_cott .board-box-wrap.community-wrap > * {
    min-width: 0;
    max-width: 100%;
  }

  /* 탭 버튼: white-space:nowrap + 큰 padding이 그리드 폭을 강제로 늘리는 것을 방지 */
  .main_cott .board-box-wrap .tab-wrap .tab_btn ul {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;
  }

  .main_cott .board-box-wrap .tab-wrap .tab_btn ul li a {
    padding: 0.7rem 0.8rem;
    font-size: 1.5rem;
    white-space: nowrap;
  }

  .main_cott .board-box-wrap.community-wrap .dream_view_wrap,
  .main_cott .board-box-wrap.community-wrap > .dream_view_wrap {
    height: 220px;
    min-height: 220px;
    max-height: 220px;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    margin-top: 2rem;
  }

  .main_cott
    .board-box-wrap.community-wrap
    > .dream_view_wrap
    .dream_view_link {
    height: 220px;
    width: 100%;
    max-width: 100%;
  }

  .main_cott
    .board-box-wrap.community-wrap
    > .dream_view_wrap
    .dream_view_link
    img {
    height: 220px;
    width: 100%;
    max-width: 100%;
  }

  .quick_link_bottom ul {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

