/* 재단소개 */
.foundation .wrap.bg_wrap {
  padding-top: 120px;
  background: rgba(29, 31, 37, 0.05);
}

.foundation .com_txt {
  font-size: 48px;
  text-align: center;
}
.foundation .com_txt.mb80 {
  margin-bottom: 80px;
}
.foundation .card_box {
  text-align: center;
}
.foundation .card_box .bg_txt {
  position: relative;
  background-image: url(../../img/foundation/intro/intro_bg.png);
  background-size: cover;
  background-position: center;
  max-width: 1464px;
  width: 100%;
  height: 800px;
  margin: 0 auto;
}
.foundation .card_box .bg_txt .txt_box {
  position: absolute;
  top: 48px;
  left: 64px;
}
.foundation .card_box .bg_txt .txt_box::after {
  content: "";
  position: absolute;
  top: -10px;
  left: -20px;
  width: 36px;
  height: 22px;
  background-image: url(../../img/foundation/intro/txt_deco.png);
  background-size: 100%;
  background-position: center;
}

.foundation .card_box .bg_txt .txt_box p {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-align: left;
  color: #fff;
}

.foundation .card_box .card_txt {
  max-width: 1200px;
  width: 100%;
  height: auto;
  border-radius: 40px 40px 0px 0px;
  background: #fff;
  box-shadow: 10px 10px 40px 0px rgba(0, 0, 0, 0.2);
  z-index: 3;
  padding: 80px;
  text-align: center;
  background-color: #fff;
  margin: 0 auto;
  position: relative;
  background-image: url("../../img/building.png");
  background-size: 35%;
  background-repeat: no-repeat;
  background-position: bottom left;
}
.foundation .card_box .card_txt h4 {
  font-size: 28px;
  line-height: 40px;
  font-weight: 400;
  color: #0061af;
  margin-bottom: 40px;
}
.foundation .card_box .card_txt h4 em {
  font-weight: 700;
}
.foundation .card_box .card_txt p {
  font-size: 18px;
  line-height: 26px;
  white-space: pre-line;
}

.foundation .card_box .card_txt .sign {
  font-size: 18px;
  font-weight: 700;
  margin-top: 50px;
  display: block;
  text-align: center;
  white-space: pre;
}
.foundation .card_box .card_txt .sign img {
  margin-left: 14px;
}
.foundation .ani_line {
  position: absolute;
  top: 40%;
  z-index: 1;
}
.foundation .ani_line .line-draw {
  width: 100%;
  height: auto;
  stroke: black;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  fill: none;
}

@media screen and (max-width: 768px) {
  /* 재단소개 */
  .foundation .wrap.bg_wrap {
    padding-bottom: 0;
    padding-top: 180px;
  }

  .foundation .com_txt {
    font-size: 32px;
  }
  .foundation .com_txt.mb80 {
    margin-bottom: 40px;
  }

  .foundation .card_box .card_txt {
    width: 100%;
    height: auto;
    border-top-left-radius: 40px;
    padding: 40px 16px;
    background-image: none;
  }
  .foundation .card_box .card_txt h4 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .foundation .card_box .card_txt p {
    font-size: 14px;
    line-height: 22px;
  }
}

/* 제단 개요 */
.foundation .com_txt.mb120 {
  margin-bottom: 120px;
}
.foundation .com_txt p {
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  margin-top: 16px;
}
.foundation .banner_a {
  background:
    linear-gradient(
      113deg,
      rgba(141, 198, 63, 0.1) 0%,
      rgba(0, 97, 175, 0.1) 64.98%
    ),
    var(--Main_white, #fff);
  width: 100%;
  height: 438px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.foundation .banner_a .face {
  margin-top: -42px;
}
.foundation .banner_a .txt_box .title {
  position: relative;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  margin-top: 10px;
}
.foundation .banner_a .txt_box .title span {
  position: relative;
}
.foundation .banner_a .txt_box .title span::after {
  content: "";
  width: 36px;
  height: 22px;
  position: absolute;
  bottom: 10px;
  background-image: url(../../img/foundation/intro/txt_deco_bk.png);
  transform: rotate(180deg);
  margin-left: 10px;
}

.foundation .banner_a .txt_box p {
  margin-top: 16px;
  font-size: 18px;
  line-height: 26px;
}

.foundation .banner_a .txt_box .bold_txt {
  font-weight: 700;
  font-size: 18px;
  display: block;
  margin-top: 40px;
}

.foundation .fixed_layout {
  display: flex;
  margin-top: 123px;
}
.foundation .fixed_layout .left_con {
  padding: 80px;
  border-top-right-radius: 80px;
  box-shadow: 10px 10px 40px 0px rgba(0, 0, 0, 0.2);
  width: 35%;
  max-width: 656px;
}
.foundation .fixed_layout .left_con h2 {
  font-size: 3.75vw;
  line-height: 4.5833vw;
  font-weight: 700;
  position: sticky;
  top: 80px;
}

.foundation .fixed_layout .right_con {
  padding: 80px 80px 160px 80px;
  margin-right: 10%;
  width: 60%;
}
.foundation .fixed_layout .right_con .sm_title {
  font-size: 18px;
  line-height: 26px;
}
.foundation .fixed_layout .right_con .chart_canvas {
  width: 100%;
  height: 500px;
  margin-top: 80px;
  position: relative;
}
.foundation .fixed_layout .right_con .chart_canvas .bar-label {
  position: absolute;
  padding: 10px;
  border-radius: 10px;
  z-index: 3;
  box-shadow: 10px 10px 40px 0px rgba(0, 0, 0, 0.2);
  font-size: 24px;
  font-weight: 700;
  width: 100px;
  background: #fff;
}
.foundation .fixed_layout .right_con .chart_canvas .bar-label::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
}
.foundation .fixed_layout .chart_data {
  margin-top: 40px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.foundation .fixed_layout .chart_data .data_box {
  padding: 24px;
  border-radius: 4px;
  flex: 1;
  background: rgba(29, 31, 37, 0.05);
}

.foundation .fixed_layout .chart_data .data_box p {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
}
.foundation .fixed_layout .chart_data .data_box .num {
  font-size: 56px;
  font-weight: 700;
  color: #0061af;
}
.foundation .fixed_layout .chart_list_wrap .desc {
  display: block;
  margin-top: 16px;
  text-align: right;
  font-size: 18px;
}
.foundation .fixed_layout .line_margin {
  margin: 80px 0;
  width: 100%;
  height: 1px;
}
.foundation .fixed_layout .card_randing {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 24px;
}
.foundation .fixed_layout .card_randing .card_box {
  width: calc((100% - 16px) / 2);
  display: block;
  height: 478px;
  position: relative;
  padding: 24px;
  border-radius: 4px;
  border: 1px solid rgba(29, 31, 37, 0.2);
}
.foundation .fixed_layout .card_randing .card_box .img_box {
  width: 100%;
  overflow: hidden;
}
.foundation .fixed_layout .card_randing .card_box .img_box img {
  display: block;
  object-fit: cover;
  width: 100%;
  transition: 0.3s;
}
.foundation .fixed_layout .card_randing .card_box .txt_box {
  margin-top: 24px;
  text-align: left;
}
.foundation .fixed_layout .card_randing .card_box .txt_box .title {
  font-weight: 700;
  font-size: 24px;
}
.foundation .fixed_layout .card_randing .card_box .txt_box p {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  margin-top: 16px;
}
.foundation .fixed_layout .card_randing .card_box .absoulte_btn {
  width: 40px;
  height: 40px;
  background-image: url(../../img/common/default_arrow.png);
  background-size: 100%;
  position: absolute;
  right: 24px;
  bottom: 24px;
}
.foundation .fixed_layout .card_randing .card_box:hover {
  box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.2);
}
.foundation .fixed_layout .card_randing .card_box:hover .absoulte_btn {
  background-image: url(../../img/common/hover_arrow.png);
}
.foundation .fixed_layout .card_randing .card_box:hover img {
  transform: scale(1.1);
}
@media screen and (max-width: 1268px) {
  .foundation .fixed_layout .left_con {
    padding: 24px;
  }
  .foundation .fixed_layout .left_con h2 {
    font-size: 40px;
    line-height: 56px;
  }
  .foundation .fixed_layout .right_con {
    margin-right: 60px;
  }
}
@media screen and (max-width: 768px) {
  /* 제단 개요 */
  .foundation .com_txt.mb120 {
    margin-bottom: 80px;
  }
  .foundation .com_txt p {
    font-size: 16px;
    line-height: 24px;
    padding: 0px 16px;
  }
  .foundation .banner_a {
    height: auto;
    flex-direction: column;
    padding: 0px 16px 40px 16px;
  }
  .foundation .banner_a .txt_box .title {
    font-size: 24px;
    line-height: 32px;
  }

  .foundation .banner_a .txt_box p {
    font-size: 16px;
    line-height: 24px;
  }

  .foundation .banner_a .txt_box .bold_txt {
    font-size: 16px;
  }

  .foundation .fixed_layout {
    display: flex;
    margin-top: 0px;
    flex-direction: column;
  }
  .foundation .fixed_layout .left_con {
    padding: 0px 16px;
    border-top-right-radius: 0px;
    box-shadow: none;
    width: 100%;
    display: none;
  }
  .foundation .fixed_layout .left_con h2 {
    font-size: 40px;
    line-height: 48px;
    position: static;
  }
  .foundation .fixed_layout .right_con {
    padding: 80px 16px 80px 16px;
    margin-right: 0px;
    width: 100%;
  }
  .foundation .fixed_layout .right_con .sm_title {
    font-size: 18px;
    line-height: 26px;
  }
  .foundation .fixed_layout .right_con .chart_canvas {
    height: auto;
    min-height: 300px;
  }
  .foundation .fixed_layout .right_con .chart_canvas .bar-label {
    font-size: 14px;
    width: 60px;
  }

  .foundation .fixed_layout .chart_data {
    margin-top: 24px;
    flex-wrap: wrap;
  }

  .foundation .fixed_layout .chart_data .data_box {
    padding: 24px;
    border-radius: 4px;
    flex: auto;
    width: 100%;
  }
  .foundation .fixed_layout .chart_data .data_box p {
    margin-bottom: 16px;
  }
  .foundation .fixed_layout .chart_data .data_box .num {
    font-size: 40px;
  }
  .foundation .fixed_layout .chart_list_wrap .desc {
    font-size: 16px;
  }
  .foundation .fixed_layout .line_margin {
    margin: 40px 0;
  }

  .foundation .fixed_layout .card_randing .card_box {
    width: 100%;
    height: auto;
    padding: 16px 16px 80px 16px;
  }
  .foundation .fixed_layout .card_randing .card_box .txt_box {
    margin-top: 16px;
  }
  .foundation .fixed_layout .card_randing .card_box .txt_box .title {
    font-size: 20px;
  }
  .foundation .fixed_layout .card_randing .card_box .txt_box p {
    font-size: 16px;
    line-height: 24px;
  }
}

/* 연혁 */
.foundation .img_banner_a {
  text-align: center;
}
.foundation .img_banner_a img {
  margin: 0 auto;
}
.foundation .img_banner_a p {
  margin-top: 40px;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}
.foundation .history_tab {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}
.foundation .history_tab .tab_btn_box {
  margin-top: 80px;
}
.foundation .history_tab .tab_btn {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(29, 31, 37, 0.2);
  font-size: 24px;
  font-weight: 700;
  width: 100%;
}
.foundation .history_tab .tab_btn_box .swiper-slide {
  width: 33%;
}
.foundation .history_tab .tab_btn.active {
  border-bottom: 2px solid #1d1f25;
}
.foundation .history_tab .tab_con {
  padding-top: 50px;
}

.tab_con.history {
  display: none;
}

.tab_con:first-child.history {
  display: block;
}

.foundation .history_tab .year_list {
  flex-direction: column;
  gap: 20px;
  display: flex;
}
.foundation .history_tab .year_list li {
  position: relative;
  justify-content: center;
  display: flex;
  align-items: center;
}
.foundation .history_tab .year_list .year {
  position: relative;
  padding: 0px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  background-color: #f5f9e8;
}
.foundation .history_tab .year_list .year::before {
  position: absolute;
  content: "";
  width: 120px;
  height: 10px;
  background-image: url(../../img/foundation/intro/history_obj_top.png);
  background-size: 100%;
  top: -10px;
}

.foundation .history_tab .year_list .year::after {
  position: absolute;
  content: "";
  width: 120px;
  height: 10px;
  background-image: url(../../img/foundation/intro/history_obj_bottom.png);
  background-size: 100%;
  bottom: -10px;
}

.foundation .history_tab .year_list .year p {
  font-size: 32px;
  font-weight: 700;
  color: #0061af;
}
.foundation .history_tab .year_list li:nth-child(even) .txt_box {
  position: absolute;
  right: 62%;
}
.foundation .history_tab .year_list li:nth-child(odd) .txt_box {
  position: absolute;
  right: 0;
}
.foundation .history_tab .year_list li:nth-child(even) .txt_box p {
  text-align: right;
  padding-right: 16px;
}
.foundation .history_tab .year_list li:nth-child(odd) .txt_box p {
  text-align: left;
  padding-left: 16px;
}

.foundation .history_tab .year_list li .txt_box p {
  position: relative;
  font-size: 16px;
  word-break: keep-all;
}
.foundation .history_tab .year_list li .txt_box p + p {
  margin-top: 5px;
}

.foundation .history_tab .year_list li .txt_box p::before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 6px;
  left: 0;
  border-radius: 50%;
}

.foundation .history_tab .year_list li:nth-child(odd) .txt_box p {
  text-align: left;
}
.foundation .history_tab .year_list li:nth-child(even) .txt_box p::before {
  left: auto;
  right: 0;
}
.foundation .history_tab .year_list li .txt_box {
  min-height: 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 340px;
  max-width: 340px;
}

@media screen and (max-width: 768px) {
  /* 연혁 */
  .foundation .history_title.com_txt {
    margin-bottom: 40px;
  }

  .foundation .img_banner_a {
    padding: 0px 16px;
  }
  .foundation .img_banner_a p {
    margin-top: 40px;
    font-size: 24px;
    line-height: 32px;
  }
  .foundation .history_tab {
    width: 100%;
    margin-left: 16px;
  }

  .foundation .history_tab .tab_btn {
    font-size: 20px;
  }
  .foundation .history_tab .tab_btn_box .swiper-slide {
    min-width: 140px;
  }
  .foundation .history_tab .tab_con {
    padding-top: 40px;
  }
  .foundation .history_tab .year_list {
    padding-right: 16px;
  }

  .foundation .history_tab .year_list li {
    position: relative;
    justify-content: flex-start;
    display: flex;
    align-items: center;
  }

  .foundation .history_tab .year_list .year p {
    font-size: 24px;
  }

  .foundation .history_tab .year_list li .txt_box {
    min-width: auto;
    position: static !important;
    margin-left: 16px;
    flex: 1;
    padding-right: 16px;
  }
  .foundation .history_tab .year_list li .txt_box p {
    text-align: left !important;
    padding-right: 0 !important;
    padding-left: 16px !important;
  }
  .foundation .history_tab .year_list li .txt_box p::before {
    left: 0 !important;
  }
}

/* 오시는 길 */
.foundation .map_img {
  text-align: center;
}
.foundation .map_img img {
  margin: 0 auto;
}
.foundation .location_info {
  margin-top: 40px;
}
.foundation .location_info .top {
  display: flex;
  border-bottom: 2px solid #1d1f25;
  padding-bottom: 24px;
  align-items: center;
  justify-content: space-between;
}
.foundation .location_info .top img {
  width: 199px;
}
.foundation .location_info .top .link_list {
  display: flex;
  gap: 16px;
}
.foundation .location_info .info li {
  border-bottom: 1px solid rgba(29, 31, 37, 0.2);
  padding: 24px 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.foundation .location_info .info li:last-child {
  border: none;
}
.foundation .location_info .info li .title {
  min-width: 120px;
  font-size: 32px;
  font-weight: 700;
}
.foundation .location_info .info li .txt_box {
  flex-direction: column;
  gap: 24px;
  display: flex;
}
.foundation .location_info .info li .txt_box .txt {
  font-size: 18px;
}
.foundation .location_info .info li .txt_box .bold_txt {
  margin-right: 16px;
}
.foundation .location_info .way_box {
  width: 100%;
  display: flex;
  gap: 16px;
  margin-top: 24px;
}
.foundation .location_info .way_box .box {
  border-radius: 4px;
  padding: 24px 24px 24px 82px;
  flex: 1;
  background-size: 48px 48px;
  background-position: 24px 24px;
  background-repeat: no-repeat;
}
.foundation .location_info .way_box .subway {
  background-image: url(../../img/foundation/intro/location_subway_icn.png);
}
.foundation .location_info .way_box .car {
  background-image: url(../../img/foundation/intro/location_car_icn.png);
}
.foundation .location_info .way_box .bus {
  background-image: url(../../img/foundation/intro/location_bus_icn.png);
}
.foundation .location_info .way_box .box .title {
  font-size: 24px;
  margin-bottom: 16px;
}
.foundation .location_info .way_box .box .desc {
  font-size: 18px;
  line-height: 26px;
}

@media screen and (max-width: 768px) {
  /* 오시는 길 */
  .foundation .location_info {
    margin-top: 24px;
  }
  .foundation .location_info .top {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 24px;
  }
  .foundation .location_info .top .link_list {
    flex-direction: column;
    width: 100%;
  }
  .foundation .location_info .top .link_list a {
    width: 100%;
    text-align: center;
    font-size: 14px;
  }
  .foundation .location_info .info li {
    gap: 16px;
    flex-direction: column;
  }
  .foundation .location_info .info li .title {
    min-width: 80px;
    font-size: 20px;
  }
  .foundation .location_info .info li .txt_box {
    gap: 10px;
  }
  .foundation .location_info .info li .txt_box .txt {
    font-size: 16px;
  }
  .foundation .location_info .info li .txt_box .bold_txt {
    margin-right: 10px;
  }
  .foundation .location_info .way_box {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .foundation .location_info .way_box .box {
    padding: 24px 24px 24px 82px;
    width: 100%;
    flex: auto;
  }

  .foundation .location_info .way_box .box .title {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .foundation .location_info .way_box .box .desc {
    font-size: 16px;
    line-height: 24px;
  }
}

/* 드림NN 레이아웃 */
.foundation .banner_wrap {
  padding-top: 64px;
  padding-bottom: 160px;
}
.foundation .sub_background {
  width: 100%;
  height: 382px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.foundation .sub_background.dreambig {
  background-image: url(../../img/foundation/business/dreambig_banner.png);
}
.foundation .sub_background.dreamleader {
  background-image: url(../../img/foundation/business/dreamleader_banner.png);
}
.foundation .sub_background.dreammaster {
  background-image: url(../../img/foundation/business/dreammaster_banner.png);
}
.foundation .sub_background.dreamsupport {
  background-image: url(../../img/foundation/business/dreamsupport_banner.png);
}
/*.foundation .sub_background.dreamleader_g {*/
/*    background-image: url(../../img/foundation/business/dreamleader_g_banner.png);*/
/*}*/
/*.foundation .sub_background.dreamsupport_g {*/
/*    background-image: url(../../img/foundation/business/dreamsupport_g_banner.png);*/
/*}*/

/*.foundation .sub_background.finance_challenge {*/
/*    background-image: url(../../img/foundation/business/finance_challenge_banner.png);*/
/*}*/
/*.foundation .sub_background.gaps_competition {*/
/*    background-image: url(../../img/foundation/business/gaps_competition_banner.png);*/
/*}*/
/*.foundation .sub_background.finance_school {*/
/*    background-image: url(../../img/foundation/business/finance_school_banner.png);*/
/*}*/
/*.foundation .sub_background.global_environment {*/
/*    background-image: url(../../img/foundation/business/educationPc.png);*/
/*}*/

.global_environment_swiper {
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(29, 31, 37, 0.2);
}

.global_environment_swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.global_environment_swiper .swiper-slide span {
  position: absolute;
  font-size: 64px;
  font-weight: 700;
}

.global_environment_swiper .swiper-button-next {
  right: 40px;
}

.global_environment_swiper .swiper-button-next img {
  position: absolute;
}

.global_environment_swiper .swiper-button-prev {
  left: 40px;
}

.global_environment_swiper .swiper-button-prev img {
  position: absolute;
}
.foundation .sub_background .txt_box {
  position: relative;
  top: 120px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #fff;
}
.foundation .sub_background.bk_txt .txt_box {
}
.foundation .sub_background .txt_box .sb_title {
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  margin-bottom: 16px;
}

.foundation .sub_background .txt_box p {
  font-size: 18px;
  line-height: 26px;
}

.foundation .sub_background .tooltip {
  max-width: 1168px;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 300px;
  transform: translateX(-50%);
  padding: 24px 40px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 10px 10px 40px 0px rgba(0, 0, 0, 0.2);
}

.foundation .sub_background .tooltip .inner {
  display: flex;
  align-items: center;
  gap: 80px;
}

.foundation .sub_background .tooltip .inner h4 {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.foundation .sub_background .tooltip .inner .tip_list {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.foundation .sub_background .tooltip .inner .tip_list p {
  position: relative;
  padding-left: 34px;
  font-size: 18px;
  line-height: 26px;
}

.foundation .sub_background .tooltip .inner .tip_list p + p {
  margin-top: 16px;
}

.foundation .sub_background .tooltip .inner .tip_list p::before {
  content: "";
  width: 26px;
  height: 26px;
  background-image: url(../../img/icn/icn_check.png);
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.board_list_wrap .info_title {
  font-size: 32px;
  font-weight: 700;
  padding: 24px 0px;
}

.foundation .table_info {
  margin-top: 140px;
  margin-bottom: 80px;
}

.foundation .table_info li {
  padding: 24px 0;
  border-bottom: 1px solid rgba(29, 31, 37, 0.2);
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
}
.foundation .table_info .flex_start li {
  align-items: flex-start;
}

.foundation .table_info li .info_title {
  font-size: 32px;
  font-weight: 700;
  min-width: 120px;
}
.foundation .table_info li .info_list {
  flex: 1;
  width: 100%;
}
.foundation .table_info li .info_list .item {
  padding-bottom: 16px;
}

.foundation .table_info li .info_list .item p {
  font-size: 18px;
  line-height: 26px;
  padding-left: 14px;
  position: relative;
}

.foundation .table_info li .info_list .item p::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 9px;
  background-color: #1d1f25;
}
.foundation .table_info li .info_list .item + .item {
  padding-top: 16px;
  border-top: 1px solid rgba(29, 31, 37, 0.2);
  border-bottom: none;
}

.foundation .table_info li .info_list .item:last-child {
  padding-bottom: 0;
}
.foundation .table_info li .info_list.icn {
  display: flex;
  flex-wrap: wrap;
}
.foundation .table_info li .info_list.icn .item {
  border: none;
  padding: 0 30px 0 0;
  text-align: center;
  position: relative;
}
.foundation .table_info li .info_list.icn .item:not(:first-child) {
  padding-left: 30px;
}
.foundation .table_info li .info_list.icn .item::after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
  margin: 0px 10px;
  background-image: url(../../img/icn/icn_arr_next_s.png);
  background-size: 24px 24px;
}
.foundation .table_info li .info_list.icn .item:last-child::after {
  display: none;
}
.foundation .table_info li .info_list.icn .item p {
  padding-left: 0;
}

.foundation .table_info li .info_list.icn .item p::before {
  display: none;
}

#finance_school_list {
  margin-top: 0;
}

.quoted_title {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 16px;
  margin-top: 80px;
}

.quoted_title img {
  width: 36px;
  height: 22px;
}

.quoted_title p {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
}
.banner_wrap .sub_img {
  margin: 40px auto 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  /* 드림NN 레이아웃 */
  .foundation .banner_wrap {
    padding-bottom: 80px;
  }
  .foundation .sub_background {
    width: 100%;
    height: 520px;
  }

  .foundation .sub_background.dreambig {
    background-image: url(../../img/foundation/business/dreambig_banner_m.png);
  }

  .foundation .sub_background.dreamleader {
    background-image: url(../../img/foundation/business/dreamleader_banner_m.png);
  }
  .foundation .sub_background.dreammaster {
    background-image: url(../../img/foundation/business/dreammaster_banner_m.png);
  }
  .foundation .sub_background.dreamsupport {
    background-image: url(../../img/foundation/business/dreamsupport_banner_m.png);
  }
  /*.foundation .sub_background.dreamleader_g {*/
  /*    background-image: url(../../img/foundation/business/dreamleader_g_banner_m.png);*/
  /*}*/
  /*.foundation .sub_background.dreamsupport_g {*/
  /*    background-image: url(../../img/foundation/business/dreamsupport_g_banner_m.png);*/
  /*}*/
  /*.foundation .sub_background.finance_school {*/
  /*    background-image: url(../../img/foundation/business/finance_school_banner_m.png);*/
  /*}*/
  /*.foundation .sub_background.global_environment {*/
  /*    background-image: url(../../img/foundation/business/educationM.png);*/
  /*}*/
  /*.foundation .sub_background.finance_challenge {*/
  /*    background-image: url(../../img/foundation/business/finance_challenge_banner_m.png);*/
  /*}*/
  /*.foundation .sub_background.gaps_competition {*/
  /*    background-image: url(../../img/foundation/business/gaps_competition_banner_m.png);*/
  /*}*/

  .global_environment_swiper {
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(29, 31, 37, 0.2);
  }

  .global_environment_swiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .global_environment_swiper .swiper-slide img {
    width: 100%;
  }

  .global_environment_swiper .swiper-slide span {
    font-size: 40px;
  }

  .global_environment_swiper .swiper-button-next {
    right: 16px;
  }

  .global_environment_swiper .swiper-button-next img {
    position: absolute;
  }

  .global_environment_swiper .swiper-button-prev {
    left: 16px;
  }

  .global_environment_swiper .swiper-button-prev img {
    position: absolute;
  }
  .foundation .sub_background .txt_box {
    top: 40%;
    transform: translate(-50%, -50%);
  }

  .foundation .sub_background .txt_box .sb_title {
    font-size: 28px;
    line-height: 28px;
  }

  .foundation .sub_background .txt_box p {
    font-size: 14px;
    line-height: 22px;
  }

  .foundation .sub_background .tooltip {
    max-width: 1168px;
    width: calc(100vw - 32px);
    top: auto;
    bottom: -100px;
    transform: translateX(-50%);
    padding: 24px 24px;
  }

  .foundation .sub_background .tooltip .inner {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 24px;
  }

  .foundation .sub_background .tooltip .inner h4 {
    font-size: 20px;
    line-height: 20px;
  }

  .foundation .sub_background .tooltip .inner .tip_list {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .foundation .sub_background .tooltip .inner .tip_list p {
    position: relative;
    padding-left: 34px;
    font-size: 14px;
    line-height: 22px;
  }

  .foundation .sub_background .tooltip .inner .tip_list p + p {
    margin-top: 16px;
  }

  .foundation .sub_background .tooltip .inner .tip_list p::before {
    top: -2px;
  }

  .foundation .table_info {
    margin-top: 120px;
    margin-bottom: 40px;
  }

  .foundation .table_info li {
    padding: 16px 0;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }

  .foundation .table_info li .info_title {
    font-size: 16px;
  }
  .foundation .table_info li .info_list .item {
    padding-bottom: 16px;
  }
  .foundation .table_info li .info_list .item p::before {
    left: 9px;
    top: 7px;
  }
  .foundation .table_info li .info_list .item p {
    font-size: 14px;
    line-height: 22px;
    padding-left: 22px;
  }
  .foundation .table_info li .info_list.icn {
    justify-content: center;
    gap: 20px;
  }
  .foundation .table_info li .info_list.icn .item {
    width: calc((100% - 40px) / 3);
    padding: 0;
  }
  .foundation .table_info li .info_list.icn .item:not(:first-child) {
    padding-left: 0px;
  }
  .foundation .table_info li .info_list.icn .item:nth-child(3n) {
    padding-right: 0;
  }
  .foundation .table_info li .info_list.icn .item:last-child {
    padding-right: 0;
  }
  .foundation .table_info li .info_list.icn .item:nth-child(3n)::after {
    display: none;
  }
  .foundation .table_info li .info_list.icn .item::after {
    top: 47px;
    right: -32px;
  }
  .foundation .table_info li .info_list.icn .item .img_box {
    width: 94px;
    margin: 0 auto;
  }
  .board_list_wrap .info_title {
    font-size: 16px;
  }
  .quoted_title {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 16px;
    margin-top: 40px;
    padding: 0px 16px;
  }

  .quoted_title img {
    width: 36px;
    height: 22px;
  }

  .quoted_title p {
    font-size: 20px;
    line-height: 28px;
  }
}
/* 보험금융공모전, 투자대회 */
.info_right_wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.info_grey_desc {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .info_grey_desc {
    font-size: 12px;
  }
}

/* 공지사항 */
.board_sch {
  max-width: 875px;
  display: flex;
  margin: 0 auto;
}

.board_sch .input_wrap {
  flex: 1;
}
.board_sch input {
  width: 100%;
  max-width: none;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.board_sch .icn_sch {
  width: 50px;
  height: 50px;
  border: 1px solid rgba(29, 31, 37, 0.2);
  border-left: none;
  background-size: 24px 24px;
  background-position: center;
  background-repeat: no-repeat;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.board_sch:hover .icn_sch {
}

/* 뉴스룸 */
.board_list_wrap .card_list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0px 80px;
}

.board_list_wrap .card_list li a {
  border: 1px solid rgba(29, 31, 37, 0.2);
  width: 428px;
  border-radius: 4px;
  overflow: hidden;
  display: block;
}
.board_list_wrap .card_list li .img_box {
  height: 240px;
  overflow: hidden;
}

.board_list_wrap .card_list li .img_box img {
  object-fit: cover;
  height: 100%;
  transition: 0.3s;
}

.board_list_wrap .card_list li .txt_box {
  padding: 24px;
}

.board_list_wrap .card_list li .txt_box p {
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.board_list_wrap .card_list li .txt_box .w_date {
  font-size: 14px;
  display: block;
}
.board_list_wrap .card_list li .txt_box:not(:has(.desc_area)) .w_date {
  margin-top: 16px;
}
.board_list_wrap .card_list li .txt_box .desc_area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
}

.board_list_wrap .card_list li .txt_box .desc_area .w_platform {
  font-size: 14px;
  font-weight: 700;
}
.board_list_wrap .card_list li a:hover {
  box-shadow: 10px 10px 40px 0px rgba(0, 0, 0, 0.2);
}
.board_list_wrap .card_list li a:hover .txt_box p {
  border-bottom: 1px solid #1d1f25;
}

.board_list_wrap .card_list li a:hover .img_box img {
  transform: scale(1.1);
}

@media screen and (max-width: 768px) {
  /* 공지사항 */
  .board_sch {
    max-width: 875px;
    display: flex;
    margin: 0 auto;
  }

  .board_sch .input_wrap {
    flex: 1;
  }
  .board_sch input {
    width: 100%;
    max-width: none;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .board_sch .icn_sch {
    width: 50px;
    height: 50px;
    border: 1px solid rgba(29, 31, 37, 0.2);
    border-left: none;
    background-size: 24px 24px;
    background-position: center;
    background-repeat: no-repeat;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }

  /* 뉴스룸 */
  .board_list_wrap .card_list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0px 0px;
  }

  .board_list_wrap .card_list li {
    width: 100%;
  }
  .board_list_wrap .card_list li a {
    border: 1px solid rgba(29, 31, 37, 0.2);
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    display: block;
  }
  .board_list_wrap .card_list li .img_box {
    height: auto;
    overflow: hidden;
  }

  .board_list_wrap .card_list li .img_box img {
    object-fit: cover;
    height: 100%;
    transition: 0.3s;
    width: 100%;
  }

  .board_list_wrap .card_list li .txt_box {
    padding: 16px;
  }

  .board_list_wrap .card_list li .txt_box p {
    font-size: 14px;
    width: 100%;
  }

  .board_list_wrap .card_list li .txt_box .w_date {
    font-size: 12px;
  }
  .board_list_wrap .card_list li .txt_box .desc_area .w_platform {
    font-size: 12px;
  }
}

/* 게시판 상세  */
.foundation .banner_wrap.detail_page .sub_background {
  width: 100%;
  height: 338px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.foundation .banner_wrap.detail_page .sub_background::after {
  content: "";
  background: rgba(29, 31, 37, 0.6);
  backdrop-filter: blur(20px);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.foundation .banner_wrap.detail_page .txt_box {
  z-index: 2;
}
.foundation .banner_wrap.detail_page .txt_box .w_date {
  font-weight: 400;
}
.foundation .detail_con {
  max-width: 1440px;
  margin: 80px auto 24px;
  border-bottom: 1px solid rgba(29, 31, 37, 0.2);
  padding: 24px;
}
.foundation .detail_con .img_box {
  margin: 24px 0;
}
.foundation .detail_con p {
  font-size: 18px;
  line-height: 26px;
}

@media screen and (max-width: 768px) {
  /* 게시판 상세  */
  .foundation .detail_con {
    max-width: 1440px;
    margin: 40px auto 40px;
    border-bottom: 1px solid rgba(29, 31, 37, 0.2);
    padding: 16px;
  }
  .foundation .detail_con .img_box {
    margin: 16px 0;
  }
  .foundation .detail_con p {
    font-size: 14px;
    line-height: 22px;
  }
}

/* 인사이트 > 드림스토리 */
.rc_story_box {
  padding: 0px 80px;
}
.rc_story_box > .title {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 700;
}
.rc_story_box .swiper-slide {
  width: auto;
}
.rc_story_box .swiper-slide + .swiper-slide {
  margin-left: 16px;
}
.rc_story_box .swiper-slide a {
  display: flex;
  gap: 40px;
  border-radius: 4px;
  background: rgba(29, 31, 37, 0.05);
  padding: 24px;
  width: 676px;
  height: 262px;
  position: relative;
}
.rc_story_box .swiper-slide a .img_box {
  width: 380px;
  height: 214px;
  flex-shrink: 0;
}
.rc_story_box .swiper-slide .txt_box .title {
  font-size: 18px;
  margin-bottom: 24px;
}
.rc_story_box .swiper-slide .txt_box .desc {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 16px;
}
.rc_story_box .swiper-slide .txt_box .w_date {
  font-size: 14px;
}
.rc_story_box .swiper-slide a:hover .absolute_btn {
  background-image: url(../../img/common/hover_arrow.png);
}

.rc_story_box .absolute_btn {
  width: 40px;
  height: 40px;
  background-image: url(../../img/common/default_arrow.png);
  background-size: 100%;
  position: absolute;
  bottom: 24px;
  right: 24px;
  z-index: 2;
}
.story_list_box {
  padding: 0px 80px;
  text-align: center;
}
.story_list_box .category {
  margin-top: 80px;
  max-width: 1150px;
}
.story_list_box .category .swiper-slide {
  position: relative;
  max-width: 288px;
  width: 100%;
  flex: 1;
}

.story_list_box .category button {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(29, 31, 37, 0.2);
  display: block;
  width: 100%;
}
.story_list_box .category button.active {
  border-bottom: 2px solid #1d1f25;
}
.story_list_box .list_con {
  margin-top: 40px;
  margin-bottom: 160px;
}
.story_list_box .list_con .total {
  margin-bottom: 40px;
  font-size: 14px;
  text-align: left;
}
.story_list_box .list_con .total em {
  font-weight: 700;
}
.story_list_box .item {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.story_list_box .item .con_box {
  /*width:calc((100% - 30px) / 4);*/
  width: 428px;
  height: 390px;
  border-radius: 4px;
  display: block;
}
.story_list_box .item .con_box .img_area {
  width: 100%;
  height: 240px;
  overflow: hidden;
}
.story_list_box .item .con_box .img_area img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.story_list_box .item .con_box .txt_box {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: left;
}
.story_list_box .item .con_box .txt_box .type {
  font-size: 18px;
  font-weight: 700;
}
.type_blue {
  color: #0061af;
}
.type_green {
  color: #00854a;
}
.type_red {
  color: #d84328;
}

.story_list_box .item .con_box .txt_box .title {
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
}
.story_list_box .item .con_box .txt_box .w_date {
  font-size: 14px;
}
.story_list_box .item .con_box:hover .title {
  text-decoration: underline;
}
.empty_data {
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../../img/icn/icn_smile.png);
  background-repeat: no-repeat;
  background-position: 50% 15%;
}
.empty_data p {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  color: #888;
}
@media screen and (max-width: 768px) {
  /* 인사이트 > 드림스토리 */
  .rc_story_box {
    padding: 0px 16px;
  }
  .rc_story_box > .title {
    margin-bottom: 16px;
    font-size: 20px;
  }
  .rc_story_box .swiper-slide a {
    gap: 16px;
    width: 470px;
    height: 206px;
  }
  .rc_story_box .swiper-slide a .img_box {
    width: 200px;
    height: 112px;
  }
  .rc_story_box .swiper-slide .txt_box .title {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .rc_story_box .swiper-slide .txt_box .desc {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 16px;
  }
  .story_list_box {
    padding: 0px 16px;
    text-align: center;
  }
  .story_list_box .category {
    margin-top: 40px;
  }
  .story_list_box .category .swiper-slide {
    position: relative;
    width: auto;
    min-width: 200px;
  }

  .story_list_box .category button {
    font-size: 16px;
    padding: 0px 20px 16px;
  }
  .story_list_box .list_con {
    margin-top: 20px;
    margin-bottom: 100px;
  }
  .story_list_box .list_con .total {
    margin-bottom: 20px;
  }
  .story_list_box .item .con_box {
    width: 100%;
    height: auto;
  }
  .story_list_box .item .con_box .img_area {
    width: 100%;
    height: 200px;
  }

  .story_list_box .item .con_box .txt_box {
    padding: 16px;
    gap: 6px;
  }
  .story_list_box .item .con_box .txt_box .type {
    font-size: 14px;
  }
  .story_list_box .item .con_box .txt_box .title {
    font-size: 14px;
  }
  .story_list_box .item .con_box .txt_box .w_date {
    font-size: 12px;
  }
}

/* 커뮤니티 > db커넥트 */
.community_lounge.wrap {
  padding-bottom: 0;
}
.connect_list.lounge {
  background:
    linear-gradient(
      113deg,
      rgba(141, 198, 63, 0.1) 0%,
      rgba(0, 97, 175, 0.1) 64.98%
    ),
    var(--Main_white, #fff);
}
.connect_list {
  background: #f5f9e8;
  width: 100%;
  padding: 70px 80px 100px 80px;
  position: relative;
}
@keyframes moveUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px); /* 위로 이동 */
  }
  100% {
    transform: translateY(0);
  }
}

.connect_list .obj {
  width: 460px;
  height: 460px;
  border: 80px solid #026442;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  animation: moveUpDown 2s infinite ease-in-out; /* 애니메이션 추가 */
}

.connect_list .obj_1 {
  top: 300px;
  left: -230px;
}

.connect_list .obj_2 {
  bottom: -40px;
  top: auto;
  left: auto;
  right: -230px;
}

.connect_list .filter_list {
  position: relative;
  margin-bottom: 40px;
}
.connect_list .filter_list .btn_list {
  position: relative;
  align-items: center;
  justify-content: space-between;
  display: flex;
}
.connect_list .filter_list .btn_list .total_txt {
  font-size: 18px;
}
.connect_list .filter_list .btn_list .total_txt em {
  font-weight: 700;
}
.connect_list .filter_list .btn_list .filter_btn {
  font-size: 18px;
  font-weight: 700;
  padding-right: 25px;
  background-image: url(../../img/icn/icn_filter.png);
  background-size: 18px 16px;
  background-position: right center;
  background-repeat: no-repeat;
}
.connect_list .filter_list .board_sch {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
}
.connect_list .filter_list .board_sch .input_wrap.w30p {
  flex: 0.3;
  margin-right: 16px;
}
.com_txt.img_wrap {
  position: relative;
  margin-bottom: 0 !important;
  padding-bottom: 80px;
}
.com_txt.img_wrap .img_area .left_img {
  position: absolute;
  bottom: 0;
  left: 80px;
}
.com_txt.img_wrap .img_area .right_img {
  position: absolute;
  bottom: 0;
  right: 80px;
}
.connect_list .card_list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 80px;
}
.connect_list .card_list a.card_box {
  width: calc((100% - 48px) / 4);
  border-radius: 4px;
  background: #fff;
  padding: 16px;
  display: block;
  position: relative;
  cursor: pointer;
  min-width: 220px;
}
.connect_list .card_list a.card_box .name {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
.connect_list .card_list a.card_box .name span {
  font-size: 14px;
}
.connect_list .card_list a.card_box .name .type {
  font-weight: 700;
  color: #0061af;
  font-size: 14px;
}
.connect_list .card_list a.card_box .txt_box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
  min-height: 120px;
}
.connect_list .card_list a.card_box .txt_box .title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  width: calc(100% - 50px);
}

.connect_list .card_list a.card_box .absolute_img .card_type_img {
  width: 64px;
  height: 64px;
  background-position: center;
  background-size: 100%;
  position: absolute;
  right: 16px;
  top: 40px;
}
.connect_list .card_list a.picture .absolute_img .card_type_img {
  background-image: url(../../img/icn/icn_picture_lounge.png);
}
.connect_list .card_list a.document .absolute_img .card_type_img {
  background-image: url(../../img/icn/icn_write_lounge.png);
}
.connect_list .card_list a:hover {
  box-shadow: 10px 10px 40px 0px rgba(0, 0, 0, 0.2);
}

.connect_list .card_list a.card_box .absolute_btn {
  width: 40px;
  height: 40px;
  background-image: url(../../img/common/default_arrow.png);
  background-size: 100%;
  position: absolute;
  bottom: 16px;
  right: 16px;
}

.connect_list .card_list a:hover .absolute_btn {
  background-image: url(../../img/common/hover_arrow.png);
}

.storyImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /*height: 214px;*/
}

@media screen and (max-width: 1268px) {
  .img_wrap.com_txt .img_area {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .storyImg {
    /*width: 300px;*/
    /*height: 168px;*/
  }

  /* 커뮤니티 > db커넥트 */
  .connect_list {
    width: 100%;
    padding: 24px 16px 24px 16px;
  }
  .connect_list .filter_list {
    position: relative;
    margin-bottom: 24px;
  }
  .connect_list .filter_list .btn_list {
    position: relative;
    align-items: center;
    justify-content: space-between;
    display: flex;
  }
  .connect_list .filter_list .btn_list .total_txt {
    font-size: 14px;
  }
  .connect_list .filter_list .btn_list .filter_btn {
    font-size: 14px;
  }
  .connect_list .filter_list .board_sch {
    position: static;
    transform: translateX(0);
    width: 100%;
    margin-top: 24px;
  }
  .connect_list.connect .filter_list .board_sch {
    display: block;
  }
  .connect_list.connect .filter_list .board_sch .input_wrap {
    flex: 1;
  }
  .connect_list .filter_list .board_sch .input_wrap.w30p {
    margin-right: 0;
    width: 100%;
    margin-bottom: 16px;
  }
  .com_txt.img_wrap {
    padding-bottom: 220px;
  }
  .com_txt.img_wrap .img_area {
    display: block;
  }
  .com_txt.img_wrap .img_area .left_img {
    left: -40px;
    width: 220px;
  }
  .com_txt.img_wrap .img_area .right_img {
    right: -40px;
    width: 220px;
  }
  .connect_list .card_list {
    gap: 16px;
    margin-top: 24px;
  }
  .connect_list .card_list a.card_box {
    width: 100%;
  }
  .connect_list .card_list a.card_box .name {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    padding-bottom: 60px;
  }
  .connect_list .card_list a.card_box .name span {
    font-size: 12px;
  }
  .connect_list .card_list a.card_box .txt_box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: left;
    min-height: auto;
  }
  .connect_list .card_list a.card_box .txt_box .title {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 16px;
    width: calc(100% - 20px);
  }
  .connect_list .card_list a.card_box .txt_box .w_date {
    font-size: 12px;
  }
  .connect_list .card_list a.card_box .absolute_img .card_type_img {
    top: 35px;
    right: auto;
    left: 16px;
  }
  .connect_list .card_list a.card_box .absolute_btn {
    width: 40px;
    height: 40px;
    background-image: url(../../img/common/default_arrow.png);
    background-size: 100%;
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    right: 16px;
  }

  .connect_list .card_list a:hover .absolute_btn {
    background-image: url(../../img/common/hover_arrow.png);
  }
}

/* db 커넥트 */
.connect_list.connect {
}
.connect_list.connect .board_sch .flex {
  display: flex;
  flex: 1;
}
.connect_list .card_connect {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.connect_list .card_connect .card_box {
  position: relative;
  width: calc((100% - 32px) / 3);
  height: auto;
  border-radius: 4px;
  padding-bottom: 160px;
  text-align: left;
  min-width: 400px;
  background-color: #fff;
  overflow: hidden;
}
.connect_list .card_connect .card_box .follow_num {
  position: absolute;
  top: 40px;
  right: 40px;
  display: flex;
  gap: 16px;
  cursor: pointer;
}
.connect_list .card_connect .card_box .follow_num div {
  display: flex;
  align-items: center;
  position: relative;
}
.connect_list .card_connect .card_box .follow_num div::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -8px;
  background-color: rgba(29, 31, 37, 0.2);
}
.connect_list .card_connect .card_box .follow_num div:last-child::after {
  display: none;
}
.connect_list .card_connect .card_box .follow_num em {
  font-size: 18px;
  font-weight: 700;
}
.connect_list .card_connect .card_box .follow_num span {
  font-size: 18px;
  margin-left: 4px;
}
.connect_list .card_connect .card_box .user_info {
  padding: 40px 40px 24px 40px;
  background:
    linear-gradient(
      113deg,
      rgba(141, 198, 63, 0.2) 0%,
      rgba(0, 97, 175, 0.2) 64.98%
    ),
    #fff;
}
.connect_list .card_connect .card_box .user_info .name {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 24px;
}
.connect_list .card_connect .card_box .user_info p {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
}
.connect_list .card_connect .card_box .user_info .line_txt span {
  padding-right: 16px;
  font-size: 18px;
  position: relative;
}
.connect_list .card_connect .card_box .user_info .line_txt span::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 8px;
}
.connect_list
  .card_connect
  .card_box
  .user_info
  .line_txt
  span:last-child::after {
  display: none;
}
.connect_list .card_connect .card_box .user_spec {
  padding: 0px 40px;
  max-height: 500px;
  overflow: auto;
}
.connect_list .card_connect .card_box .user_spec .spec_txt {
  border-bottom: 1px solid rgba(29, 31, 37, 0.2);
  padding: 16px 0;
  display: flex;
}
.connect_list .card_connect .card_box .user_spec .spec_txt .title {
  font-size: 20px;
  font-weight: 700;
  min-width: 132px;
}
.connect_list .card_connect .card_box .user_spec .spec_txt .data_txt {
  font-size: 18px;
  line-height: 26px;
  word-break: break-all;
}
.connect_list .card_connect .btn_wrap {
  padding: 0px 40px;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

@media screen and (max-width: 768px) {
  /* db 커넥트 */
  .com_txt.img_wrap {
    overflow: hidden;
  }
  .connect_list .card_connect {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
  }
  .connect_list .card_connect .card_box {
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 4px;
    padding-bottom: 160px;
    text-align: left;
    min-width: auto;
  }
  .connect_list .card_connect .card_box .follow_num {
    position: absolute;
    top: 24px;
    right: 16px;
    display: flex;
    gap: 16px;
  }

  .connect_list .card_connect .card_box .follow_num em {
    font-size: 14px;
  }
  .connect_list .card_connect .card_box .follow_num span {
    font-size: 14px;
  }
  .connect_list .card_connect .card_box .user_info {
    padding: 24px 16px 24px 16px;
  }
  .connect_list .card_connect .card_box .user_info .name {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .connect_list .card_connect .card_box .user_info p {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .connect_list .card_connect .card_box .user_info .line_txt span {
    padding-right: 16px;
    font-size: 14px;
  }

  .connect_list .card_connect .card_box .user_spec {
    padding: 0px 16px;
    max-height: 300px;
  }
  .connect_list .card_connect .card_box .user_spec .spec_txt {
    flex-direction: column;
  }
  .connect_list .card_connect .card_box .user_spec .spec_txt .title {
    font-size: 16px;
    min-width: auto;
    display: block;
    margin-bottom: 8px;
  }
  .connect_list .card_connect .card_box .user_spec .spec_txt .data_txt {
    font-size: 14px;
    line-height: 22px;
  }
  .connect_list .card_connect .btn_wrap {
    padding: 0px 16px;
    position: absolute;
    bottom: 24px;
  }
}

/* db커넥트 라운지 글쓰기 */
.form_editor {
  max-width: 875px;
  margin: 80px auto 40px;
}
.form_editor .form_row + .form_row {
  margin-top: 24px;
}
.form_editor .form_row .row_title {
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: 700;
}
.form_editor .form_row .chk_list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: flex-start;
  border-radius: 4px;
  background: rgba(29, 31, 37, 0.05);
  padding: 16px 30px;
}
.form_editor .form_row .chk_list label {
  min-width: 160px;
}

.form_editor .form_row .editor_wrap {
  border-radius: 4px;
  border: 1px solid rgba(29, 31, 37, 0.2);
  min-height: 300px;
}
.form_editor .file_upload_list {
  margin-top: 16px;
}
.form_editor .file_upload_list .has_btn + .has_btn {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  /* db커넥트 라운지 글쓰기 */
  .form_editor {
    max-width: 875px;
    margin: 40px auto 40px;
  }

  .form_editor .form_row .row_title {
    margin-bottom: 16px;
    font-size: 14px;
  }
  .form_editor .form_row .chk_list {
    padding: 16px 8px;
  }
  .form_editor .form_row .chk_list label {
    min-width: 130px;
  }
}

/* 커뮤니티 > 드림보드 */
.dream_board_bg {
  background:
    linear-gradient(
      113deg,
      rgba(141, 198, 63, 0.1) 0%,
      rgba(0, 97, 175, 0.1) 64.98%
    ),
    #fff;
}
.dream_board_bg .comments .comments_wrapper .comment {
  border-bottom: none;
  background-color: #fff;
}
.dream_board_bg .comments_wrapper .comment + .comment {
  margin-top: 16px;
}
.dream_board_bg .comments .top_wrapper {
  border-bottom: none;
}
.dream_info_box {
  padding: 0 228px 80px 228px;
  position: relative;
}
.dream_info_box .bg_txt {
  padding: 24px;
  border-radius: 4px;
  background: #f5f9e8;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 24px;
}
.dream_info_box .user_info .name {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 24px;
}
.dream_info_box .user_info p {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
}
.dream_info_box.user_info .line_txt span {
  padding-right: 16px;
  font-size: 18px;
  position: relative;
}
.dream_info_box .user_info .line_txt span::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 8px;
}
.dream_info_box .user_info .line_txt span:last-child::after {
  display: none;
}
.dream_info_box .user_spec .spec_txt:first-child {
  border-top: 1px solid rgba(29, 31, 37, 0.2);
}
.dream_info_box .user_spec .spec_txt {
  border-bottom: 1px solid rgba(29, 31, 37, 0.2);
  padding: 16px 0;
  display: flex;
}
.dream_info_box .user_spec .spec_txt:last-child {
  border-bottom: none;
}
.dream_info_box .user_spec .spec_txt .title {
  font-size: 20px;
  font-weight: 700;
  min-width: 132px;
}
.dream_info_box .user_spec .spec_txt .data_txt {
  font-size: 18px;
  line-height: 26px;
  word-break: break-all;
}
.dream_info_box .bg_txt .follow_num {
  display: flex;
  gap: 16px;
  cursor: pointer;
}
.dream_info_box .bg_txt .follow_num div {
  display: flex;
  align-items: center;
  position: relative;
}
.dream_info_box .bg_txt .follow_num div::after {
  content: "";
  width: 1px;
  height: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -8px;
}
.dream_info_box .bg_txt .follow_num div:last-child::after {
  display: none;
}
.dream_info_box .bg_txt .follow_num div.bd_none::after {
  display: none;
}
.dream_info_box .bg_txt .follow_num em {
  font-size: 18px;
  font-weight: 700;
}
.dream_info_box .bg_txt .follow_num span {
  font-size: 18px;
  margin-left: 4px;
}
.dream_info_box .bg_txt .follow_num button {
  padding: 16px 24px;
  border-radius: 100px;
  background: #1d1f25;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.dream_info_box .bg_txt .absolute_a {
  position: absolute;
  right: 24px;
  bottom: 24px;
  border-radius: 100px;
  background: #1d1f25;
  width: 280px;
  height: 50px;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.dream_info_box .img_obj {
  position: absolute;
  bottom: 0;
  right: 10%;
}

@media screen and (max-width: 1268px) {
  .dream_info_box .img_obj {
    display: none;
  }
  .dream_info_box {
    padding: 0 16px 80px 16px;
  }
}

@media screen and (max-width: 768px) {
  /* 커뮤니티 > 드림보드 */
  .dream_info_box {
    padding: 0 16px 40px 16px;
  }
  .dream_info_box .bg_txt {
    padding: 16px;
    padding-bottom: 80px;
  }
  /* .dream_info_box .bg_txt.my_txt {
        padding:16px;
        padding-bottom: 150px;
    } */
  .dream_info_box .user_info .name {
    font-size: 20px;
  }
  .dream_info_box .bg_txt .follow_num {
    margin-top: 5px;
  }
  .dream_info_box .user_info p {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .dream_info_box.user_info .line_txt span {
    font-size: 14px;
  }
  .dream_info_box .user_spec .spec_txt {
    flex-direction: column;
  }
  .dream_info_box .user_spec .spec_txt .title {
    font-size: 16px;
    font-weight: 700;
    min-width: 132px;
    display: block;
    width: 100%;
    margin-bottom: 8px;
  }
  .dream_info_box .user_spec .spec_txt .data_txt {
    font-size: 14px;
    line-height: 22px;
  }

  .dream_info_box .bg_txt .follow_num em {
    font-size: 14px;
  }
  .dream_info_box .bg_txt .follow_num span {
    font-size: 14px;
  }
  .dream_info_box .bg_txt .follow_num button {
    padding: 16px 24px;
    font-size: 14px;
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 32px);
  }
  .dream_info_box .bg_txt .absolute_a {
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 32px);
    font-size: 14px;
  }
}

/* 장학금 신청 롤링 배너 */
.rolling_banner {
  max-height: 438px;
}
.rolling_banner .swiper-wrapper {
  height: 100%;
}
.rolling_banner .swiper-slide {
}
.rolling_banner .swiper-slide .bg {
  position: relative;
  height: 100%;
}
.rolling_banner .swiper-slide .bg .img_box {
  position: relative;
  height: 438px;
}
.rolling_banner .swiper-slide .bg img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.rolling_banner .txt_box {
  position: absolute;
  top: 120px;
  left: 20%;
}
.rolling_banner .txt_box .category {
  font-size: 24px;
  color: #888;
  font-weight: 700;
}
.rolling_banner .txt_box .slide_title {
  margin-top: 24px;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 16px;
}
.rolling_banner .txt_box .desc {
  font-size: 18px;
}
.rolling_banner .next_btn {
  right: 10%;
  background-image: url(../../img/icn/icn_arr_next_s.png);
}
.rolling_banner .prev_btn {
  left: 10%;
  background-image: url(../../img/icn/icn_arr_prev_s.png);
}

.rolling_banner .arrow button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  z-index: 2;
  background-size: 100%;
}

.rolling_banner .progress-box {
  position: absolute;
  z-index: 11;
  bottom: 40px;
  left: 20%;
  display: flex;
  gap: 16px;
  align-items: center;
}

.rolling_banner .swiper-pagination {
  display: flex;
  position: static;
  font-size: 14px;
  color: #888;
  width: auto;
}

.rolling_banner .progress-bar {
  height: 5px;
  width: 392px;
  background: rgba(29, 31, 37, 0.05);
  position: relative;
}
.rolling_banner .progress-bar .bar {
  width: 0;
  transition: width linear;
  background: #fff;
  position: absolute;
  left: 0;
  height: 100%;
}

.landing_card_bg {
  background: rgba(29, 31, 37, 0.05);
  padding-bottom: 160px;
  padding-top: 80px;
  padding-left: 40px;
  padding-right: 40px;
}

.landing_card_bg .noti {
  margin-top: 16px;
  color: #888;
  font-size: 14px;
  text-align: center;
}
.scholarship.landing_card {
  display: flex;
  gap: 16px;
  justify-content: left;
}

.scholarship.landing_card .box {
  border-radius: 4px;
  background: #fff;
  padding: 40px;
  /*width:724px;*/
  width: calc((100% / 3) - 14px);
}

.scholarship.landing_card .top h4 {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
}
.scholarship.landing_card .top p {
  font-size: 18px;
  line-height: 26px;
}
.scholarship.landing_card .target_txt {
  margin-top: 24px;
  margin-bottom: 24px;
}
.scholarship.landing_card .sm_title {
  font-size: 18px;
  margin-bottom: 16px;
  font-weight: 700;
}
.scholarship.landing_card span {
  display: block;
  position: relative;
  font-size: 18px;
  padding-left: 15px;
}
.scholarship.landing_card span + span {
  margin-top: 10px;
}
.scholarship.landing_card span::before {
  content: "-";
  font-size: 18px;
  position: absolute;
  top: -1px;
  left: 0;
}
.scholarship.landing_card .w_date {
  margin-top: 24px;
  color: #888;
  font-size: 14px;
}

.item.form.sign p.description {
  text-align: left;
  color: #888;
  margin-bottom: 16px;
  font-size: 14px;
}

@media screen and (max-width: 1268px) {
  .scholarship.landing_card {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 768px) {
  /* 장학금 신청 롤링 배너 */
  .rolling_banner {
    max-height: none;
  }
  .rolling_banner .swiper-slide .bg .img_box {
    position: relative;
    height: 460px;
  }
  .rolling_banner .swiper-slide .bg .img_box img {
    position: static;
    transform: translate(0, 0);
  }
  .rolling_banner .txt_box {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }
  .rolling_banner .txt_box .category {
    font-size: 14px;
  }
  .rolling_banner .txt_box .slide_title {
    margin-top: 16px;
    font-size: 20px;
  }
  .rolling_banner .txt_box .desc {
    font-size: 14px;
  }
  .rolling_banner .next_btn {
    right: 16px;
  }
  .rolling_banner .prev_btn {
    left: 16px;
  }

  .rolling_banner .progress-box {
    position: absolute;
    z-index: 11;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 32px);
  }

  .rolling_banner .swiper-pagination {
    font-size: 12px;
  }

  .rolling_banner .progress-bar {
    height: 5px;
    width: calc(100% - 50px);
    background: rgba(29, 31, 37, 0.05);
    position: relative;
  }
  .rolling_banner .progress-bar .bar {
    width: 0;
    transition: width linear;
    background: #fff;
    position: absolute;
    left: 0;
    height: 100%;
  }

  .landing_card_bg {
    padding-bottom: 80px;
    padding-top: 40px;
  }
  .scholarship.landing_card {
    display: flex;
    gap: 16px;
    justify-content: flex-start;
  }

  .scholarship.landing_card .box {
    border-radius: 4px;
    padding: 24px;
    width: 360px;
  }

  .scholarship.landing_card .top h4 {
    margin-bottom: 16px;
    font-size: 20px;
  }
  .scholarship.landing_card .top p {
    font-size: 14px;
    line-height: 22px;
  }
  .scholarship.landing_card .target_txt {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .scholarship.landing_card .sm_title {
    font-size: 14px;
  }
  .scholarship.landing_card span {
    font-size: 14px;
  }
  .scholarship.landing_card span::before {
    font-size: 14px;
  }
}

.common_pop .btn_print {
  background-image: url(../../img/icn/icn_print.png);
  padding: 8px 16px 8px 56px;
  background-position: 16px center;
  background-repeat: no-repeat;
  border-radius: 4px;
  position: absolute;
  top: 40px;
  right: 40px;
  font-size: 18px;
  font-weight: 700;
  border: 1px solid rgba(29, 31, 37, 0.2);
}

.leader_link {
  margin-bottom: 80px;
}
.leader_link > a {
  padding: 8px 24px;
  border-radius: 4px;
  border: 1px solid rgba(29, 31, 37, 0.2);
  font-size: 18px;
  font-weight: 700;
  background-repeat: no-repeat;
  background-size: 48px 48px;
  background-position: 24px center;
  height: 64px;
}
.leader_link > a span {
  margin-left: 50px;
}
.leader_link > a:hover span {
  border-bottom: 1px solid #1d1f25;
}
.leader_link a.youtube {
  background-image: url(../../img/icn/icn_sns_youtube.png);
}
.leader_link a.blog {
  background-image: url(../../img/icn/icn_sns_blog.png);
}
.leader_link a.instagram {
  background-image: url(../../img/icn/icn_sns_instagram.png);
}

@media screen and (max-width: 768px) {
  .leader_link {
    margin-bottom: 80px;
  }
  .leader_link > a {
    padding: 8px 16px;
    font-size: 14px;
    background-size: 24px 24px;
    background-position: 16px center;
    height: 48px;
  }
  .leader_link > a span {
    margin-left: 0px;
  }
  .dream_info_box .user_spec .spec_txt .data_txt.line {
    max-width: 100% !important;
  }
}
