@charset "utf-8";

/* ----- 구성주의유아교육학회 scece ----- */

/* Local style */
:root {
  /* Main Color */
  --first-color: #A4B465;
  --second-color: #e6a859;
  --third-color: #626f47;
  --fourth-color: #eeefe0;
  --fifth-color: #F2F2F2;

  /* Object Color */
  --th-bg-color: hsl(144 22% 92% / 1);
}


/* gnb menu */
.gnb__wrap>ul>li:nth-child(2) .gnb__depth2 ul { margin-left: -20rem; }
.gnb__wrap>ul>li:nth-child(3) .gnb__depth2 ul { margin-left: 0; }
.gnb__wrap>ul>li:nth-child(4) .gnb__depth2 ul { margin-left: 12rem; }
.gnb__wrap>ul>li:nth-child(5) .gnb__depth2 ul { margin-left: 37rem; }

.all_depth3 { display: none; }


/* footer */
.foot-1-wrap .btn-group {
  display: none;
}

.foot-2-wrap .sns {
  display: none;
}

@media (max-width: 767.98px) {
  .foot-1-wrap {
    display: none;
  }
}


/* main */
.carousel-item:nth-child(1) {
    background-position: 50% 56% !important;
}

.carousel-item:nth-child(2) {
    background-position: 50% 65% !important;
}

.carousel-item:nth-child(3) {
    background-position: 50% 70% !important;
}

.quick-btn .quick-btn-wrap {
  background-color: #eeefe0;
  border-radius: 0;
}

.quick-box-wrap {
  padding-top: 0;
  padding-bottom: 0;
}

.quick-box-list {
  border-radius: 0;
}

.quick-box-list.box2,
.quick-box-list.box5 {
  background-color: #A4B465;
}

.quick-box-list.box3 {
  background-color: #e6a859;
}

.quick-box-list.box4 {
  background-color: #626f47;
}

.quick-box-list.box3 h2,
.quick-box-list.box4 h2 {
  font-size: 1.2rem;
  letter-spacing: normal;
  color: var(--white);
  padding: 0 0 .5rem;
}

.quick-box-list.box3 h3,
.quick-box-list.box4 h3 {
  font-size: 1rem;
  opacity: 1;
  margin: 0;
}

.bank_account {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.bank_account .quick-box-list {
  padding: 2rem;
}

.quick-box-list .journal h2,
.quick-box-list .journal h3 {
  color: var(--white);
}

.quick-box-list .journal h2 a.btn-more {
  border: 1px solid rgba(255, 255, 255, .7);
}

.quick-box-list .journal img {
  border: 2px solid rgba(255, 255, 255, .8);
}

/* 카카오맵 */
#daumRoughmapContainer1750306782646 .cont {
  display: none;
}

/* sub - lnb */
.lnb_depth .m2.selected>a {
    color: var(--third-color);
}

.lnb_depth .m2.selected {
    background-color: var(--fourth-color);
}