@charset "utf-8";

.edu_info main {
  margin-top: 110px;
}

.interaction .container {
  position: relative;
  top: 0;
  padding-top: 30vh;
  height: 100%;
  box-sizing: border-box;
}

.interaction .container div {
  height: 100vh;
  color: #fff;
}

.monte_edu {
  text-align: center;
}

.monte_edu h1 {
  font-weight: 700;
  font-size: 44px;
  line-height: 55px;
  letter-spacing: -0.4px;
  color: #ffffff;
  margin-bottom: 50vh;
}

.interaction .title {
  color: #fff;
  display: block;
  margin-bottom: 65px;
}

.interaction .title+p {
  font-size: 25px;
  font-weight: 400;
  line-height: 39px;
  color: rgb(255, 255, 255);
  margin-bottom: 20px;
}

.interaction span {
  color: #fff;
}

.bg {
  height: 100vh;
  position: fixed;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}

.monte_edu .bg::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgb(19, 28, 37) 20%, transparent);
}

.maria_monte .bg::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
  background-color: rgba(0, 0, 0, 0.3);
}

.monte_edu .bg {
  background: url(../img/education/index_main_img1.jpg) no-repeat top center;
  background-size: cover;
}

.maria_monte .bg {
  background: url(../img/education/index_main_img2.jpg) no-repeat top center;
  background-size: cover;
}

section.show .bg {
  top: 0;
  visibility: visible;
  opacity: 1;
}

section.up .bg,
section.down .bg {
  top: 0;
  visibility: hidden;
  opacity: 0;
}

.maria_monte span {
  font-size: 18px;
  font-weight: 400;
  line-height: 39px;
  color: rgb(175, 179, 182);
}

.maria_monte .container {
  padding-top: 0;
}

.maria_monte .container>div:last-child {
  height: auto;
}

.monte_history {
  background-color: #fff;
}

.monte_history .title {
  margin-top: 50vh;
  color: rgb(31, 46, 61);
  text-align: center;
}

.monte_history .title+p {
  color: rgb(31, 46, 61);
  text-align: center;
}

.monte_history .container>div {
  margin-top: 80vh;
  display: flex;
}

.monte_history img {
  width: 588px;
  height: 312px;
}

.monte_history .text_area p {
  color: rgb(31, 46, 61);
  padding-left: 90px;
  font-size: 25px;
  font-weight: 400;
  line-height: 39px;
  margin-top: 40px;
}

.ready_environment {
  padding-bottom: 283px;
}

.ready_environment h3 {
  text-align: center;
  margin-bottom: 40px;
}

.ready_environment h3+p {
  margin-bottom: 112px;
  color: rgb(31, 46, 61);
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
  text-align: center;
}

.ready_environment ul li {
  display: flex;
  width: 100%;
  height: 302px;
  margin-bottom: 32px;
  padding: 31px 32px 30px 86px;
  text-align: left;
  border-radius: 20px;
  box-sizing: border-box;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.ready_environment li span {
  display: block;
  text-align: left;
  margin-top: 60px;
  color: rgb(49, 130, 246);
  font-size: 25px;
  font-weight: 400;
  line-height: 39px;
}

.ready_environment li p {
  width: 332px;
  color: rgb(31, 46, 61);
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.ready_environment li:first-child {
  background-color: rgb(255, 251, 241);
}

.ready_environment li:nth-child(2) {
  background-color: rgb(232, 247, 247);
}

.ready_environment li:nth-child(3) {
  background-color: rgb(236, 246, 254);
  margin-bottom: 0;
}

.montessori_environment {
  margin-bottom: 257px;
}

.montessori_environment h3 {
  text-indent: -99999px;
  overflow: hidden;
  height: 172px;
  background: url(../img/education/monte_environment_title.png) center center / contain no-repeat;
  margin-bottom: 165px;
}

.montessori_environment h4 {
  margin-bottom: 38px;
  color: rgb(49, 130, 246);
  font-size: 35px;
  font-weight: 700;
  line-height: 39px;
}

.montessori_environment li:first-child {
  margin-bottom: 100px;
}

.montessori_environment li>div {
  display: flex;
}

.montessori_environment li>div div {
  width: 471px;
  margin-right: 129px;
}

.montessori_environment strong {
  display: block;
  color: rgb(31, 46, 61);
  font-size: 23px;
  font-weight: 600;
  line-height: 39px;
  height: 123px;
  margin-bottom: 16px;
}

.montessori_environment span {
  color: rgb(31, 46, 61);
  font-size: 15px;
  font-weight: 600;
  line-height: 15px;
}

.montessori_environment p {
  color: rgb(31, 46, 61);
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  margin: 12px 0px 0px;
}

.montessori_environment .human div:first-child strong {
  background: url(../img/education/parents.svg) no-repeat left bottom;
}

.montessori_environment .human div:nth-child(2) strong {
  background: url(../img/education/teacher.svg) no-repeat left bottom;
}

.montessori_environment .physical div:first-child strong {
  background: url(../img/education/home.svg) no-repeat left bottom;
}

.montessori_environment .physical div:nth-child(2) strong {
  background: url(../img/education/learning_tool.svg) no-repeat left bottom;
}

.step_learning .container div {
  height: 878px;
  padding-top: 115px;
  box-sizing: border-box;
  text-align: center;
  background-color: rgb(236, 246, 254);
}

.step_learning {
  padding-bottom: 283px;
}

.step_learning h3 {
  margin-bottom: 40px;
}

.step_learning h3+p {
  color: rgb(31, 46, 61);
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
  margin-bottom: 124px;
}

.step_learning img {
  display: block;
  width: 874px;
  margin: 0px auto;
}

.step_learning ol {
  display: flex;
  margin: 16px 0px 0px;
}

.step_learning ol li {
  width: 384px;
  height: 328px;
  margin-right: 16px;
  background-color: rgb(255, 249, 233);
  box-sizing: border-box;
  padding: 77px 29px 63px 36px;
  border-radius: 20px;
}

.step_learning ol li span {
  color: rgb(49, 130, 246);
  font-size: 20px;
  font-weight: 600;
  line-height: 39px;
}

.step_learning ol li strong {
  display: block;
  color: rgb(31, 46, 61);
  font-size: 23px;
  font-weight: 600;
  line-height: 39px;
  margin-bottom: 32px;
}

.step_learning ol li p {
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
}

.home_education {
  padding-bottom: 356px;
}

.home_education h3 {
  text-indent: -99999px;
  overflow: hidden;
  height: 172px;
  background: url(../img/education/home_environment_title.png) center center / contain no-repeat;
  margin-bottom: 165px;
}

.home_education p {
  text-align: center;
  color: rgb(31, 46, 61);
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
}

.montessori_BI {
  margin-bottom: 200px;
}

.montessori_BI img {
  margin: 0 auto 50px;
}

.montessori_BI p {
  text-align: center;
  color: rgb(31, 46, 61);
  font-size: 35px;
  font-weight: 700;
  line-height: 39px;
}

.main_visual {
  margin-top: 110px;
  height: 100vh;
  background: url(../img/education/education_step1.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}

.edu_step2 .main_visual {
  background-image: url(../img/education/education_step2.jpg);
}

.edu_step3 .main_visual {
  background-image: url(../img/education/education_step3.jpg);
}

.edu_step4 .main_visual {
  background-image: url(../img/education/education_step4.jpg);
}

.main_visual .text_area {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}

.main_visual .text_area h1 {
  width: 121px;
  padding: 8px 44px;
  margin: 0px auto 72px;
  font-size: 18px;
  font-weight: 600;
  line-height: 39px;
  border-radius: 15px;
  border: 1px solid #fff;
}

.main_visual .text_area .title {
  display: block;
  color: #fff;
  margin-bottom: 72px;
}

.main_visual .text_area p {
  font-size: 25px;
  line-height: 35px;
  white-space: nowrap;
}

.characteristic {
  padding: 120px 0 156px;
}

.characteristic .title {
  margin: 0 auto 57px;
  max-width: 1200px;
}

.characteristic .by_month {
  padding: 62px 16px 120px;
  box-sizing: border-box;
  background: #f0f3f6;
}

.characteristic .by_month table {
  border-spacing: 16px;
  border-collapse: separate;
  table-layout: fixed;
  width: 100%;
  position: relative;
}

.characteristic .by_month th {
  border-radius: 10px;
  background: #ffffff;
  width: 177px;
  text-align: center;
  font-size: 15px;
  line-height: 55px;
  font-weight: 700;
}

/*
.characteristic .by_month th::before {
  content: '';
  display: block;
  width: 1px;
  height: calc(100% - 82px);
  background-color: rgb(233, 234, 236);
  position: absolute;
  margin-left: 88px;
  top: 90px;
  background-color: red;
}

.characteristic .by_month th::after {
  content: '';
  display: block;
  width: 1px;
  height: calc(100% - 82px);
  background-color: rgb(233, 234, 236);
  position: absolute;
  margin-left: 189px;
  top: 90px;
  background-color: red;
}

.characteristic .by_month th:last-child::after {display: none;}
 */

.characteristic .by_month tbody td {
  padding: 23px 22px;
  border-radius: 15px;
  color: #fff;
  width: 144px;
  position: relative;
  z-index: 10;
}

.characteristic .by_month tbody td strong {
  font-size: 18px;
  font-weight: 400;
  line-height: unset;
  word-break: keep-all;
}

.characteristic .by_month tbody td p {
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  margin-top: 10px;
  word-break: keep-all;
}

.characteristic .by_month tbody td[class='fisrt'] {
  background-color: #68d7a7;
}

.characteristic .by_month tbody td[class='second'] {
  background-color: #ffc75c;
}

.characteristic .by_month tbody td[class='third'] {
  background-color: #6fa8f9;
}

.characteristic .by_month tbody td[class='fourth'] {
  background-color: #bf92e8;
}

.characteristic .by_month tbody td[class='fifth'] {
  background-color: #ff8f8f;
}

.characteristic .by_month tbody td[class='sixth'] {
  background-color: #abcb67;
}

.characteristic .by_month tbody td[class='seventh'] {
  background-color: #878787;
}

/* .characteristic .by_month tbody tr:first-child td {
  background-color: #68d7a7;
}
.characteristic .by_month tbody tr:nth-child(2) td:first-child {
  background-color: #ffc75c;
}
.characteristic .by_month tbody tr:nth-child(2) td:nth-child(3) {
  background-color: #6fa8f9;
}
.characteristic .by_month tbody tr:nth-child(3) td:nth-child(2) {
  background-color: #bf92e8;
}
.characteristic .by_month tbody tr:nth-child(3) td:nth-child(4) {
  background-color: #ff8f8f;
}
.characteristic .by_month tbody tr:nth-child(4) td:nth-child(5) {
  background-color: #878787;
} */

.teaching {
  background-color: #3182f6;
  padding: 88px 0;
  text-align: center;
  color: #fff;
}

.teaching .title {
  /* margin-bottom: 43px; */
  color: #fff;
}

.teaching span {
  position: relative;
  top: 26px;
  padding: 16px 48px;
  background-color: #fff;
  color: rgb(31, 46, 61);
  font-size: 28px;
  font-weight: 700;
  line-height: 74px;
  border-radius: 24px;
  animation: downUp 1s 1s infinite Alternate;
}

.teaching span::before {
  content: ' ';
  height: 0px;
  width: 0px;
  top: 62px;
  left: 50%;
  transform: translate(-50%, 0px);
  position: absolute;
  border-width: 20px 20px 0px;
  border-style: solid;
  border-color: #fff transparent transparent;
  border-image: initial;
}

.teaching img {
  margin: 108px auto 40px;
}

.teaching p {
  font-size: 25px;
  font-weight: 400;
  line-height: 39px;
  /* color: #515c6b; */
}

.effect {
  padding: 156px 0px;
  background: #eaf3fe;
}

.effect .title {
  margin-bottom: 80px;
}

.effect .list>li {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 38px;
  background: rgb(255, 255, 255);
  border-radius: 15px;
}

.effect li strong {
  padding: 0px 108px;
  color: rgb(31, 46, 61);
  font-size: 25px;
  line-height: 39px;
  font-weight: 700;
  white-space: nowrap;
}

.effect li ul {
  display: flex;
  flex-direction: column;
  padding: 31px 50px;
  border-left: 1px solid rgb(212, 214, 218);
  color: rgb(81, 92, 107);
  font-size: 18px;
  font-weight: 400;
  line-height: 39px;
}

.effect li li {
  word-break: keep-all;
  position: relative;
  padding-left: 24px;
}

.effect li li::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 16px;
  width: 4px;
  height: 4px;
  background: rgb(255, 115, 77);
  border-radius: 50%;
}

.effect li li span {
  font-weight: 700;
  display: block;
}

.related_products .discription {
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  color: rgb(185, 190, 196);
}

.related_products .classification {
  display: block;
  font-size: 34px;
  font-weight: 700;
  color: #1f2e3d;
  margin-bottom: 30px;
  padding-top: 42px;
}

.related_products .classification:first-of-type {
  border-top: 1px solid rgb(185, 190, 196);
}

.related_products .product_list {
  margin-bottom: 40px;
}

@media screen and (max-width: 1023.9px) {
  .monte_edu h1 {
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    color: rgb(255, 255, 255);
  }

  .interaction .title {
    margin-bottom: 35px;
  }

  .interaction .title+p {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    word-break: keep-all;
  }

  .maria_monte .container div,
  .monte_history .container div {
    height: auto;
  }

  .monte_edu strong {
    word-break: keep-all;
  }

  .maria_monte .bg {
    background-position: 70% top;
  }

  .maria_monte .bg::before {
    backdrop-filter: blur(11px);
    -webkit-backdrop-filter: blur(11px);
  }

  .maria_monte span {
    font-size: 14px;
    line-height: 22px;
    display: block;
    width: 80%;
    word-break: keep-all;
    min-width: 209px;
    margin-bottom: 30vh;
  }

  .monte_history .title {
    margin-top: 30vh;
  }

  .monte_history .container {
    padding-top: 10vh;
  }

  .monte_history .container>div {
    margin-top: 40vh; 
    display: block;
  }

  .monte_history .text_area p {
    padding-left: 0;
    margin-top: 40px;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
  }

  .monte_history .text_area p:last-child {
    margin-bottom: 50vh;
  }

  .monte_history img {
    width: 100%;
    height: auto;
  }

  .ready_environment {
    padding-bottom: 152px;
  }

  .ready_environment h3+p {
    margin-bottom: 60px;
    font-size: 16px;
    line-height: 25px;
  }

  .ready_environment ul li {
    width: 100%;
    height: auto;
    flex-direction: column-reverse;
    margin-bottom: 24px;
    padding: 48px 30px 50px 29px;
  }

  .ready_environment ul li img {
    margin-bottom: 16px;
  }

  .ready_environment li span {
    margin-top: 0;
    font-size: 16px;
    line-height: 25px;
  }

  .ready_environment li p {
    width: 100%;
    font-size: 14px;
    line-height: 22px;
  }

  .montessori_environment {
    margin-bottom: 152px;
  }

  .montessori_environment h3 {
    margin-bottom: 0;
  }
  
  .montessori_environment h4 {
    margin-bottom: 31px;
    font-size: 17px;
    line-height: 23px;
  }

  .montessori_environment li>div div {
    margin-right: 20px;
    flex: 1 1 0%;
  }

  .montessori_environment li>div div:last-child {
    margin-right: 0;
  }

  .montessori_environment li:first-child {
    margin-bottom: 48px;
  }

  .montessori_environment strong {
    font-size: 16px;
    line-height: 25px;
    height: 85px;
    margin-bottom: 8px;
  }

  .montessori_environment .human div:first-child strong {
    background-size: 37px;
  }

  .montessori_environment .human div:nth-child(2) strong,
  .montessori_environment .physical div:first-child strong {
    background-size: 31px;
  }

  .montessori_environment .physical div:nth-child(2) strong {
    background-size: 34px;
  }

  .montessori_environment span {
    font-size: 14px;
    line-height: 22px;
  }

  .montessori_environment p {
    font-size: 14px;
    line-height: 22px;
    margin-top: 5px;
  }

  .step_learning {
    padding: 62px 0 92px;
    background-color: rgb(236, 246, 254);
  }

  .step_learning h3+p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 16px;
  }

  .step_learning .container div {
    padding-top: 0;
    height: auto;
    background-color: transparent;
  }

  .step_learning img {
    width: 100%;
    overflow: hidden;
    border-radius: 15px;
  }

  .step_learning ol {
    display: block;
  }

  .step_learning ol li {
    width: 100%;
    height: auto;
    padding: 22px 17px 26px 19px;
    margin-bottom: 8px;
  }

  .step_learning ol li span {
    font-size: 15px;
    line-height: 39px;
  }

  .step_learning ol li strong {
    font-size: 16px;
    line-height: 25px;
    margin: 8px 0px 4px;
  }

  .step_learning ol li p {
    font-size: 14px;
    line-height: 22px;
  }

  .home_education {
    padding: 120px 0 160px;
  }

  .home_education h3 {
    height: 78px;
    margin-bottom: 72px;
  }

  .home_education p {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
  }

  .montessori_BI {
    margin-bottom: 80px;
  }

  .montessori_BI img {
    width: 178px;
  }

  .montessori_BI p {
    font-size: 17px;
    font-weight: 700;
    line-height: 23px;
  }

  .main_visual {
    margin-top: 0;
    background-size: cover;
  }

  .main_visual .text_area {
    width: 100%;
    top: 48%;
  }

  .main_visual .text_area .title {
    margin-bottom: 20px;
  }

  .main_visual .text_area h1 {
    font-size: 14px;
    padding: 9px 27px;
    margin-bottom: 24px;
    line-height: 22px;
  }

  .main_visual .text_area p {
    font-size: 15px;
    line-height: 20px;
    padding: 0 10%;
    white-space: normal;
  }

  .characteristic {
    padding: 71px 0 48px;
  }

  .characteristic .container {
    overflow-x: scroll;
    padding: 0;
  }

  .characteristic .title {
    padding-left: 23px;
  }

  .characteristic .by_month {
    padding: 62px 0;
  }

  .characteristic .by_month table {
    table-layout: fixed;
    width: 867px;
  }

  .characteristic .by_month .th {
    line-height: 32px;
    width: 120px;
  }

  .characteristic .by_month tbody td {
    padding: 16px 20px;
  }

  .characteristic .by_month tbody td strong {
    font-size: 15px;
  }

  .characteristic .by_month tbody td p {
    font-size: 14px;
  }

  .teaching {
    padding: 50px 0;
  }

  .teaching span {
    font-size: 17px;
    animation-name: downUpM;
    padding: 10px 24px;
  }

  .teaching span::before {
    top: 36px;
  }

  .teaching img {
    width: 176px;
    margin-top: 48px;
    margin-bottom: 24px;
  }

  .teaching p {
    font-size: 16px;
    line-height: 25px;
    width: 100%;
    min-width: 300px;
    max-width: 360px;
    padding: 0 14px;
    margin: 0 auto;
    box-sizing: border-box;
  }

  .effect {
    padding: 65px 0;
  }

  .effect .title {
    margin-bottom: 32px;
  }

  .effect .list>li {
    margin-bottom: 20px;
  }

  .effect li ul {
    padding: 23px 20px 20px 29px;
    font-size: 14px;
    line-height: 20px;
  }

  .effect li li {
    margin-bottom: 6px;
    position: relative;
    padding-left: 0;
  }

  .effect li ul li:last-child {
    margin-bottom: 0;
  }

  .effect li strong {
    font-size: 17px;
    padding: 0 14px 0 13px;
  }

  .effect li ul li::before {
    position: absolute;
    margin: 0;
    left: -15px;
    top: 12px;
  }

  .related_products .discription {
    font-size: 10px;
  }

  .related_products .classification {
    font-size: 18px;
    margin-bottom: 20px;
    padding-top: 32px;
  }

  .related_products .product_list {
    margin-bottom: 16px;
  }

  /* .recommend {
    padding-top: 72px;
  }

  .recommend .title {
    margin-bottom: 33px;
  }

  .recommend li {
    height: 72px;
  }
  .recommend li a {
    width: 100%;
    height: 72px;
    margin-bottom: 17px;
    background-image: url('https://www.montessori.co.kr/attach/mall/product/thumb/2022/5/145/6608504e-f153-4586-bd22-a4eff2b35c3c.png');
    background-size: auto 78%;
    background-repeat: no-repeat;
    background-position: 17% center;
  }

  .recommend li img {
    height: auto;
    width: 78%;
  }

  .recommend li a > span {
    font-size: 11px;
    right: 0;
    padding: 10px 20px;
  }

  .recommend p {
    font-size: 10px;
  } */
}

@media screen and (max-width: 600.9px) {
  .characteristic .title {
    padding-left: 16px;
  }

  .related_products .discription {
    letter-spacing: -0.31px;
  }

  /* .recommend li span {
    display: none;
  }

  .recommend li a {
    background-size: auto 70%;
  } */
}

@keyframes downUp {
  0% {
    top: 30px;
  }

  100% {
    top: 60px;
  }
}

@keyframes downUpM {
  0% {
    top: 5px;
  }

  100% {
    top: 15px;
  }
}