@font-face {
  font-family: "Outfit";
  src: url("../fonts/outfit/Outfit-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("../fonts/outfit/Outfit-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("../fonts/outfit/Outfit-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("../fonts/outfit/Outfit-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("../fonts/outfit/Outfit-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("../fonts/outfit/Outfit-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("../fonts/outfit/Outfit-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("../fonts/outfit/Outfit-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("../fonts/outfit/Outfit-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NanumSquareNeo";
  src: url("../fonts/nanumsquare/woff2/NanumSquareNeo-Variable.woff2") format("woff2"), url("../fonts/nanumsquare/woff/NanumSquareNeo-Variable.woff") format("woff"), url("../fonts/nanumsquare/eot/NanumSquareNeo-Variable.eot") format("embedded-opentype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NanumSquareNeo";
  src: url("../fonts/nanumsquare/woff2/NanumSquareNeoTTF-aLt.woff2") format("woff2"), url("../fonts/nanumsquare/woff/NanumSquareNeoTTF-aLt.woff") format("woff"), url("../fonts/nanumsquare/eot/NanumSquareNeoTTF-aLt.eot") format("embedded-opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NanumSquareNeo";
  src: url("../fonts/nanumsquare/woff2/NanumSquareNeoTTF-bRg.woff2") format("woff2"), url("../fonts/nanumsquare/woff/NanumSquareNeoTTF-bRg.woff") format("woff"), url("../fonts/nanumsquare/eot/NanumSquareNeoTTF-bRg.eot") format("embedded-opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NanumSquareNeo";
  src: url("../fonts/nanumsquare/woff2/NanumSquareNeoTTF-cBd.woff2") format("woff2"), url("../fonts/nanumsquare/woff/NanumSquareNeoTTF-cBd.woff") format("woff"), url("../fonts/nanumsquare/eot/NanumSquareNeoTTF-cBd.eot") format("embedded-opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NanumSquareNeo";
  src: url("../fonts/nanumsquare/woff2/NanumSquareNeoTTF-dEb.woff2") format("woff2"), url("../fonts/nanumsquare/woff/NanumSquareNeoTTF-dEb.woff") format("woff"), url("../fonts/nanumsquare/eot/NanumSquareNeoTTF-dEb.eot") format("embedded-opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NanumSquareNeo";
  src: url("../fonts/nanumsquare/woff2/NanumSquareNeoTTF-eHv.woff2") format("woff2"), url("../fonts/nanumsquare/woff/NanumSquareNeoTTF-eHv.woff") format("woff"), url("../fonts/nanumsquare/eot/NanumSquareNeoTTF-eHv.eot") format("embedded-opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: "NanumSquareNeo", "Noto Sans KR", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #242424;
  overflow-x: hidden;
}
@media (max-width: 1440px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  body {
    font-size: 13px;
  }
}

h1 {
  font-size: 3em;
  font-weight: 400;
  letter-spacing: -0.05em;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  h1 {
    font-size: 2em;
  }
}

h2 {
  font-size: 2em;
  font-weight: 300;
  letter-spacing: -0.05em;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  h2 {
    font-size: 1.5em;
  }
}

h3 {
  font-size: 1.8em;
  font-weight: 700;
  letter-spacing: -0.05em;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  h3 {
    font-size: 1.2em;
  }
}

p {
  font-size: 1.2em;
  font-weight: 700;
  letter-spacing: -0.05em;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  p {
    font-size: 1em;
  }
}

.mobile-break {
  display: none;
}
@media (max-width: 768px) {
  .mobile-break {
    display: block;
  }
}

.mobile-d-none {
  display: block;
}
@media (max-width: 768px) {
  .mobile-d-none {
    display: none;
  }
}

.mobile-d-block {
  display: none;
}
@media (max-width: 768px) {
  .mobile-d-block {
    display: block;
  }
}

section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
section .section-container {
  width: 100%;
  max-width: 768px;
}
@media (max-width: 768px) {
  section .section-container {
    max-width: 480px;
  }
}
section .section-container.main {
  max-width: 1280px;
}

img {
  display: block;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  pointer-events: none;
}

.header {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-bottom: 1px solid #dedede;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
@media (max-width: 1440px) {
  .header {
    height: 70px;
  }
}
@media (max-width: 1024px) {
  .header {
    height: 60px;
  }
}
@media (max-width: 768px) {
  .header {
    height: 80px;
  }
}
.header .container {
  width: 100%;
  max-width: 1280px;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .container .logo img {
  display: block;
  width: 190px;
  height: auto;
}
@media (max-width: 768px) {
  .header .container .logo img {
    width: 110px;
  }
}
.header .container .navigation {
  font-size: 1.1em;
}
@media (max-width: 768px) {
  .header .container .navigation {
    padding-left: 20px;
  }
}
.header .container .navigation ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 40px;
}
.header .container .navigation ul li a {
  text-decoration: none;
  color: #7c7c7c;
  transition: font-weight 0.3s ease;
}
.header .container .navigation ul li a.active {
  font-weight: bold;
  color: #333333;
}
@media (max-width: 768px) {
  .header .container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
  }
}

.header-placeholder {
  height: 80px;
}
@media (max-width: 1440px) {
  .header-placeholder {
    height: 70px;
  }
}
@media (max-width: 1024px) {
  .header-placeholder {
    height: 60px;
  }
}
@media (max-width: 768px) {
  .header-placeholder {
    height: 80px;
  }
}

.main-container {
  width: 100%;
  min-height: calc(100vh - 90px);
}
.main-container.bg-1 {
  background-color: #ffb84e;
  background-image: url("../images/curriculum/top_bg.png");
  background-size: 1920px;
  background-position: top 100px center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
@media (max-width: 768px) {
  .main-container.bg-1 {
    background-size: 170%;
    background-position: top 100px center;
  }
}
.main-container.bg-2 {
  background-color: #ffcec0;
  background-image: url("../images/contact_us/top_bg.png");
  background-size: 1920px;
  background-position: top 100px center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
@media (max-width: 768px) {
  .main-container.bg-2 {
    background-size: 170%;
    background-position: top 100px center;
  }
}

.home-1 {
  height: calc(100vh - 80px);
  background-color: #ffcec0;
  padding: 50px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1440px) {
  .home-1 {
    height: calc(100vh - 70px);
  }
}
@media (max-width: 1024px) {
  .home-1 {
    height: calc(100vh - 60px);
  }
}
@media (max-width: 768px) {
  .home-1 {
    height: auto;
    padding: 100px 0;
    text-align: center;
  }
}
.home-1 .symbol-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .home-1 .symbol-container {
    overflow: hidden;
  }
  .home-1 .symbol-container p {
    padding: 0 10px;
  }
}
.home-1 .symbol-container .symbol {
  display: block;
  width: 100%;
  max-width: 1120px;
}
@media (max-width: 1440px) {
  .home-1 .symbol-container .symbol {
    max-width: 960px;
  }
}
@media (max-width: 1024px) {
  .home-1 .symbol-container .symbol {
    max-width: 768px;
  }
}
@media (max-width: 768px) {
  .home-1 .symbol-container .symbol {
    width: 120%;
  }
}

.home-2 {
  background-color: #ffb84e;
}
.home-2 .row-1st {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 768px) {
  .home-2 .row-1st {
    padding: 0 10px;
  }
}
.home-2 .row-2nd {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
.home-2 .row-2nd img {
  width: 520px;
}
@media (max-width: 768px) {
  .home-2 .row-2nd img {
    width: 100%;
    max-width: 280px;
  }
}
.home-2 .row-3rd {
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: stretch;
  gap: 20px;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .home-2 .row-3rd {
    flex-direction: column;
    align-items: center;
  }
}
.home-2 .row-3rd .thumbnail-container {
  width: 100%;
  min-height: 1px;
  position: relative;
}
@media (max-width: 768px) {
  .home-2 .row-3rd .thumbnail-container {
    width: calc(100% - 20px);
  }
}
.home-2 .row-3rd .thumbnail-container::after {
  content: "";
  width: calc(100% + 3px);
  height: calc(100% + 4px);
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ed9a1e;
  border: 1px solid #000000;
  border-radius: 22px;
  z-index: 1;
}
.home-2 .row-3rd .thumbnail-container .thumbnail {
  width: 100%;
  height: 100%;
  background-color: #ffedd3;
  border-radius: 20px;
  border: 1px solid #000000;
  padding: 20px 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  position: relative;
  z-index: 2;
}
.home-2 .row-3rd .thumbnail-container .thumbnail .thumbnail-image {
  width: 180px;
  height: auto;
}
.home-2 .row-3rd .thumbnail-container .thumbnail .thumbnail-text {
  font-size: 1em;
  font-weight: 700;
  margin: 0;
  padding: 0;
  text-align: center;
}
.home-2 .row-4th {
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: flex-end;
  margin-bottom: 20px;
  background-image: url("../images/sign .png");
  background-size: auto 90px;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 90px;
  position: relative;
}
@media (max-width: 768px) {
  .home-2 .row-4th {
    background-size: auto 70px;
  }
}
.home-2 .row-4th h2 {
  color: #ffffff;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  position: absolute;
  top: calc(50% + 6px);
  left: 50%;
  transform: translate(-50%, -50%);
}
.home-2 .row-5th {
  width: 100%;
  min-height: 300px;
  padding: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  background-color: #ffedd3;
  border-radius: 30px;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .home-2 .row-5th {
    width: 100%;
    grid-template-columns: 1fr;
    background-color: transparent;
    gap: 0;
    padding: 0 10px;
  }
  .home-2 .row-5th .num-1 {
    order: 1;
  }
  .home-2 .row-5th .num-2 {
    order: 2;
  }
  .home-2 .row-5th .num-3 {
    order: 3;
  }
  .home-2 .row-5th .num-4 {
    order: 4;
  }
  .home-2 .row-5th .num-5 {
    order: 5;
  }
  .home-2 .row-5th .num-6 {
    order: 6;
  }
  .home-2 .row-5th .thumbnail-image {
    background-color: #ffedd3;
    border-radius: 30px 30px 0 0;
  }
  .home-2 .row-5th .thumbnail-text-container {
    background-color: #ffedd3;
    margin-bottom: 20px;
    border-radius: 0 0 30px 30px;
    padding: 20px 10px;
  }
  .home-2 .row-5th .thumbnail-text-container:nth-last-child(1) {
    margin-bottom: 0;
  }
}
.home-2 .row-5th .thumbnail-image {
  width: 100%;
  height: auto;
}
.home-2 .row-5th .thumbnail-text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
@media (max-width: 768px) {
  .home-2 .row-5th .thumbnail-text-container {
    padding-bottom: 30px;
  }
  .home-2 .row-5th .thumbnail-text-container h3 {
    font-size: 1.5em;
  }
}
.home-2 .row-5th .thumbnail-text-container .thumbnail-text {
  font-size: 1.1em;
  text-align: center;
}
@media (max-width: 768px) {
  .home-2 .row-5th .thumbnail-text-container .thumbnail-text {
    font-weight: 400;
  }
}
.home-2 .row-6th {
  width: 100%;
  min-height: 300px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-color: #ffedd3;
  border-radius: 30px;
}
@media (max-width: 768px) {
  .home-2 .row-6th {
    width: 100%;
    padding: 0 10px;
    background-color: transparent;
    border-radius: 0;
  }
}
.home-2 .row-6th h2 {
  text-align: center;
}
.home-2 .row-6th .card-container {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  min-height: 140px;
  filter: drop-shadow(0 17px 15.7px rgba(204, 172, 127, 0.22));
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .home-2 .row-6th .card-container {
    margin-bottom: 25px;
  }
}
.home-2 .row-6th .card-container:nth-last-child(1) {
  margin-bottom: 0;
}
.home-2 .row-6th .card-container:nth-last-child(1) .card-left::after {
  display: none;
}
.home-2 .row-6th .card-container .card-left {
  width: 50%;
  background-color: #ffffff;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .home-2 .row-6th .card-container .card-left {
    display: none;
  }
}
.home-2 .row-6th .card-container .card-left::after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: calc(100% + 10px);
  left: calc(100% - 15px);
  z-index: 1;
  background-image: url("../images/arrow_down_orange.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.home-2 .row-6th .card-container .card-left h3 {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
}
.home-2 .row-6th .card-container .card-right {
  width: 100%;
  padding: 20px;
  background-color: #fff8ed;
  display: grid;
  grid-template-columns: 140px 1fr;
  align-items: center;
  gap: 20px;
  border-radius: 20px;
  position: relative;
}
@media (max-width: 768px) {
  .home-2 .row-6th .card-container .card-right {
    grid-template-columns: 1fr;
    border-radius: 30px;
    padding: 0px;
  }
  .home-2 .row-6th .card-container .card-right::after {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    top: calc(100% - 10px);
    left: 50%;
    transform: translateX(-50%);
    background-image: url("../images/arrow_down_oval_brown.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .home-2 .row-6th .card-container .card-right.last-child::after {
    background-image: none;
  }
}
.home-2 .row-6th .card-container .card-right .mobile-title {
  display: none;
}
@media (max-width: 768px) {
  .home-2 .row-6th .card-container .card-right .mobile-title {
    display: block;
    font-family: "Outfit", sans-serif;
    font-size: 1.8em;
    font-weight: 400;
    text-align: center;
  }
}
.home-2 .row-6th .card-container .card-right img {
  width: 100%;
}
.home-2 .row-6th .card-container .card-right p {
  font-size: 1em;
}
@media (max-width: 768px) {
  .home-2 .row-6th .card-container .card-right p {
    text-align: center;
    font-weight: 400;
    padding: 0 10px;
    padding-bottom: 30px;
  }
}

.curriculum-1 {
  margin-bottom: 50px;
}
.curriculum-1 .row-1st {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 40px;
}
.curriculum-1 .row-2nd {
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: flex-end;
  padding-bottom: 30px;
  margin-bottom: 20px;
  background-image: url("../images/sign .png");
  background-size: auto 90px;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 90px;
  position: relative;
}
@media (max-width: 768px) {
  .curriculum-1 .row-2nd {
    background-size: auto 70px;
    padding-bottom: 0;
  }
}
.curriculum-1 .row-2nd h2 {
  color: #ffffff;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  position: absolute;
  top: calc(50% + 6px);
  left: 50%;
  transform: translate(-50%, -50%);
}
.curriculum-1 .row-3rd {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.curriculum-1 .row-3rd .box-container {
  width: calc(100% - 20px);
  min-height: 1px;
  position: relative;
}
.curriculum-1 .row-3rd .box-container::after {
  content: "";
  width: calc(100% + 3px);
  height: calc(100% + 3px);
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ed9a1e;
  border: 1px solid #000000;
  border-radius: 22px;
  z-index: 1;
}
@media (max-width: 768px) {
  .curriculum-1 .row-3rd .box-container::after {
    width: calc(100% + 3px);
    height: calc(100% + 2px);
    border-radius: 18px;
  }
}
.curriculum-1 .row-3rd .box-container .box {
  width: 100%;
  height: auto;
  background-color: #ffedd3;
  border-radius: 20px;
  border: 1px solid #000000;
  padding: 20px 30px;
  display: grid;
  grid-template-columns: 1fr 1fr 180px;
  gap: 2px;
  margin-bottom: 2px;
  align-items: center;
  justify-items: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .curriculum-1 .row-3rd .box-container .box {
    grid-template-columns: 1fr 1fr 80px;
    padding: 5px;
    border-radius: 15px;
  }
}
.curriculum-1 .row-3rd .box-container .box .header-text {
  font-size: 1.8em;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
}
@media (max-width: 768px) {
  .curriculum-1 .row-3rd .box-container .box .header-text {
    font-size: 1.2em;
  }
}
.curriculum-1 .row-3rd .box-container .box .box-col-1,
.curriculum-1 .row-3rd .box-container .box .box-col-2,
.curriculum-1 .row-3rd .box-container .box .box-col-3 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Outfit", sans-serif;
  font-size: 1.1em;
  font-weight: 500;
}
.curriculum-1 .row-3rd .box-container .box .box-col-1 {
  gap: 10px;
  justify-content: flex-start;
  padding-left: 20px;
  width: 100%;
  min-height: 80px;
  border-radius: 20px 8px 8px 20px;
  background-color: #ffdfb0;
}
@media (max-width: 768px) {
  .curriculum-1 .row-3rd .box-container .box .box-col-1 {
    border-radius: 15px 8px 8px 15px;
    min-height: 60px;
    padding-left: 0;
    gap: 5px;
  }
}
.curriculum-1 .row-3rd .box-container .box .box-col-1 .character-container {
  width: 100px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .curriculum-1 .row-3rd .box-container .box .box-col-1 .character-container {
    width: 60px;
    height: 55px;
  }
}
.curriculum-1 .row-3rd .box-container .box .box-col-1 .character-container img {
  width: auto;
  height: calc(100% - 10px);
  -o-object-position: bottom;
     object-position: bottom;
}
@media (max-width: 768px) {
  .curriculum-1 .row-3rd .box-container .box .box-col-1 .character-container img {
    height: calc(100% - 5px);
  }
}
.curriculum-1 .row-3rd .box-container .box .box-col-1 .character-text {
  font-size: 1.5em;
  font-weight: 400;
}
@media (max-width: 768px) {
  .curriculum-1 .row-3rd .box-container .box .box-col-1 .character-text {
    font-size: 1.1em;
  }
}
.curriculum-1 .row-3rd .box-container .box .box-col-2 {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .curriculum-1 .row-3rd .box-container .box .box-col-2 {
    font-weight: 300;
    text-align: center;
    line-height: 1.2;
  }
}
.curriculum-1 .row-3rd .box-container .box .box-col-2 .text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.curriculum-1 .row-3rd .box-container .box .box-col-2 .text-container .text-gray {
  font-size: 0.9em;
  font-weight: 300;
  color: #b7b7b7;
  line-height: 1;
}
.curriculum-1 .row-3rd .box-container .box .box-col-3 {
  width: 100%;
  height: 100%;
  border-radius: 8px 20px 20px 8px;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .curriculum-1 .row-3rd .box-container .box .box-col-3 {
    font-weight: 300;
    text-align: center;
    line-height: 1.2;
    border-radius: 8px 15px 15px 8px;
  }
}

.curriculum-2 .tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ed9a1e;
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: 25px;
  position: sticky;
  top: 80px;
  z-index: 100;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1440px) {
  .curriculum-2 .tabs {
    top: 70px;
  }
}
@media (max-width: 1024px) {
  .curriculum-2 .tabs {
    top: 60px;
  }
}
@media (max-width: 768px) {
  .curriculum-2 .tabs {
    top: 80px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: calc(100% - 20px);
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
.curriculum-2 .tabs .tab {
  cursor: pointer;
  width: 100%;
  height: 100%;
  min-height: 70px;
  padding: 10px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .curriculum-2 .tabs .tab {
    min-height: 60px;
    font-size: 1em;
    min-height: 50px;
    padding: 5px;
  }
}
.curriculum-2 .tabs .tab.active {
  background-color: #523100;
  color: #ffffff;
}
.curriculum-2 .tab-content {
  width: 100%;
  height: auto;
  min-height: 500px;
  background-color: #ffedd3;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .curriculum-2 .tab-content {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
}
.curriculum-2 .tab-content .row-1st {
  display: grid;
  grid-template-columns: 200px 1fr;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  padding: 30px 20px;
  border-bottom: 1px solid #ffb84e;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .curriculum-2 .tab-content .row-1st {
    grid-template-columns: 1fr;
    padding: 20px 10px;
    gap: 5px;
    margin-bottom: 20px;
  }
}
.curriculum-2 .tab-content .row-1st h3 {
  font-family: "Outfit", sans-serif;
  font-size: 1.8em;
  font-weight: 400;
}
.curriculum-2 .tab-content .row-1st p {
  font-size: 1.1em;
  font-weight: 200;
}
@media (max-width: 768px) {
  .curriculum-2 .tab-content .row-1st p {
    font-size: 0.9em;
  }
}
.curriculum-2 .tab-content .row-2nd {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
  margin: 0 auto;
}
.curriculum-2 .tab-content .row-2nd.alphabet img {
  width: 100%;
  max-width: 550px;
  height: auto;
}
@media (max-width: 768px) {
  .curriculum-2 .tab-content .row-2nd.alphabet img {
    max-width: 280px;
  }
}
.curriculum-2 .tab-content .row-2nd.phonics img {
  width: 100%;
  max-width: 720px;
  height: auto;
}
@media (max-width: 768px) {
  .curriculum-2 .tab-content .row-2nd.phonics img {
    max-width: 240px;
  }
}
.curriculum-2 .tab-content .row-2nd.sightwords img {
  width: 100%;
  max-width: 400px;
  height: auto;
}
@media (max-width: 768px) {
  .curriculum-2 .tab-content .row-2nd.sightwords img {
    max-width: 280px;
  }
}
.curriculum-2 .tab-content .row-2nd.basicreading img {
  width: 100%;
  max-width: 400px;
  height: auto;
}
@media (max-width: 768px) {
  .curriculum-2 .tab-content .row-2nd.basicreading img {
    max-width: 280px;
  }
}
.curriculum-2 .tab-content .row-2nd h3 {
  font-family: "Outfit", sans-serif;
  font-size: 1.8em;
  font-weight: 400;
}
.curriculum-2 .tab-content .row-2nd img {
  width: 100%;
  max-width: 550px;
  height: auto;
}
.curriculum-2 .tab-content .row-3rd {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}
.curriculum-2 .tab-content .row-3rd h3 {
  font-family: "Outfit", sans-serif;
  font-size: 1.8em;
  font-weight: 400;
}
.curriculum-2 .tab-content .row-3rd .image-container {
  width: 100%;
  max-width: 570px;
  height: auto;
  position: relative;
}
.curriculum-2 .tab-content .row-3rd .image-container img {
  width: 100%;
  max-width: 570px;
  height: auto;
}
.curriculum-2 .tab-content .row-3rd .image-container .text-1 {
  position: absolute;
  left: 150px;
  bottom: 0;
  font-size: 0.9em;
  text-align: center;
}
@media (max-width: 768px) {
  .curriculum-2 .tab-content .row-3rd .image-container .text-1 {
    left: 27%;
    font-size: 0.8em;
  }
}
.curriculum-2 .tab-content .row-3rd .image-container .text-2 {
  position: absolute;
  left: 350px;
  bottom: 0;
  font-size: 0.9em;
  text-align: center;
}
@media (max-width: 768px) {
  .curriculum-2 .tab-content .row-3rd .image-container .text-2 {
    left: 61%;
    font-size: 0.8em;
  }
}
.curriculum-2 .tab-content .row-4th {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}
.curriculum-2 .tab-content .row-4th h3 {
  font-family: "Outfit", sans-serif;
  font-size: 1.8em;
  font-weight: 400;
}
.curriculum-2 .tab-content .row-4th .content-container {
  width: 100%;
  max-width: 570px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
@media (max-width: 768px) {
  .curriculum-2 .tab-content .row-4th .content-container {
    flex-direction: column;
    gap: 20px;
  }
}
.curriculum-2 .tab-content .row-4th .content-container .col-left {
  width: 230px;
  height: auto;
}
@media (max-width: 768px) {
  .curriculum-2 .tab-content .row-4th .content-container .col-left {
    width: 160px;
  }
}
.curriculum-2 .tab-content .row-4th .content-container .col-left img {
  width: 230px;
  height: auto;
}
@media (max-width: 768px) {
  .curriculum-2 .tab-content .row-4th .content-container .col-left img {
    width: 160px;
  }
}
.curriculum-2 .tab-content .row-4th .content-container .col-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.curriculum-2 .tab-content .row-4th .content-container .col-right .book-cover {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.curriculum-2 .tab-content .row-4th .content-container .col-right .book-cover.alphabet {
  width: -moz-fit-content;
  width: fit-content;
}
.curriculum-2 .tab-content .row-4th .content-container .col-right .book-cover.alphabet img {
  width: 130px;
  height: auto;
}
@media (max-width: 768px) {
  .curriculum-2 .tab-content .row-4th .content-container .col-right .book-cover.alphabet img {
    width: 100px;
  }
}
.curriculum-2 .tab-content .row-4th .content-container .col-right .book-cover.phonics {
  width: -moz-fit-content;
  width: fit-content;
}
.curriculum-2 .tab-content .row-4th .content-container .col-right .book-cover.phonics img {
  width: 360px;
  height: auto;
}
@media (max-width: 768px) {
  .curriculum-2 .tab-content .row-4th .content-container .col-right .book-cover.phonics img {
    width: 260px;
  }
}
.curriculum-2 .tab-content .row-4th .content-container .col-right .book-cover.sightwords {
  width: -moz-fit-content;
  width: fit-content;
}
.curriculum-2 .tab-content .row-4th .content-container .col-right .book-cover.sightwords img {
  width: 260px;
  height: auto;
}
@media (max-width: 768px) {
  .curriculum-2 .tab-content .row-4th .content-container .col-right .book-cover.sightwords img {
    width: 180px;
  }
}
.curriculum-2 .tab-content .row-4th .content-container .col-right .book-cover.basicreading {
  width: -moz-fit-content;
  width: fit-content;
}
.curriculum-2 .tab-content .row-4th .content-container .col-right .book-cover.basicreading img {
  width: 360px;
  height: auto;
}
@media (max-width: 768px) {
  .curriculum-2 .tab-content .row-4th .content-container .col-right .book-cover.basicreading img {
    width: 260px;
  }
}
.curriculum-2 .tab-content .row-4th .content-container .col-right .book-cover .book-cover-text {
  font-size: 0.9em;
  font-weight: 300;
  text-align: center;
}

.contact-us h1 {
  font-family: "Outfit", sans-serif;
  letter-spacing: -0.03em;
  font-weight: 300;
  font-size: 3em;
}
@media (max-width: 768px) {
  .contact-us h1 {
    font-size: 2.2em;
  }
}
.contact-us .row-1st {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .contact-us .row-1st {
    margin-bottom: 25px;
  }
}
.contact-us .row-2nd {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
.contact-us .contact-form {
  padding: 40px;
  width: 100%;
  max-width: 600px;
}
@media (max-width: 768px) {
  .contact-us .contact-form {
    padding: 20px 10px;
  }
}
.contact-us .contact-form .form-label {
  display: block;
  font-size: 1.1em;
  font-weight: 500;
  margin-bottom: 10px;
}
.contact-us .contact-form .radio-group {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .contact-us .contact-form .radio-group {
    gap: 10px;
  }
}
.contact-us .contact-form .radio-group .radio-item {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.contact-us .contact-form .radio-group .radio-item input[type=radio] {
  margin-right: 8px;
  width: 18px;
  height: 18px;
  accent-color: #333;
}
.contact-us .contact-form .radio-group .radio-item .radio-text {
  font-size: 1em;
  color: #333;
}
.contact-us .contact-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 768px) {
  .contact-us .contact-form .form-row {
    grid-template-columns: 1fr;
  }
}
.contact-us .contact-form input[type=text],
.contact-us .contact-form input[type=email],
.contact-us .contact-form textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #000000;
  border-radius: 8px;
  font-size: 1em;
  font-family: inherit;
  transition: border-color 0.3s ease;
}
.contact-us .contact-form input[type=text]:focus,
.contact-us .contact-form input[type=email]:focus,
.contact-us .contact-form textarea:focus {
  outline: none;
  border-color: #ffb84e;
}
.contact-us .contact-form input[type=text]::-moz-placeholder, .contact-us .contact-form input[type=email]::-moz-placeholder, .contact-us .contact-form textarea::-moz-placeholder {
  color: #999;
}
.contact-us .contact-form input[type=text]::placeholder,
.contact-us .contact-form input[type=email]::placeholder,
.contact-us .contact-form textarea::placeholder {
  color: #999;
}
.contact-us .contact-form textarea {
  min-height: 120px;
  resize: vertical;
}
.contact-us .contact-form .checkbox-group .checkbox-item {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  margin-bottom: 10px;
}
.contact-us .contact-form .checkbox-group .checkbox-item input[type=checkbox] {
  margin-right: 8px;
  width: 18px;
  height: 18px;
  accent-color: #333;
  margin-top: 2px;
}
.contact-us .contact-form .checkbox-group .checkbox-item .checkbox-text {
  font-size: 1em;
  color: #333;
  font-weight: 500;
}
.contact-us .contact-form .checkbox-group .consent-description {
  font-size: 0.9em;
  color: #666;
  margin: 0;
  margin-left: 26px;
  line-height: 1.4;
}
.contact-us .contact-form .submit-btn {
  width: 100%;
  padding: 15px 30px;
  background-color: #000000;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.contact-us .contact-form .submit-btn:hover {
  background-color: #555;
}
.contact-us .contact-form .submit-btn:active {
  transform: translateY(1px);
}

.footer {
  background-color: #1e1a14;
  color: #ffffff;
}
.footer .move-top {
  position: fixed;
  cursor: pointer;
  right: 30px;
  bottom: 30px;
  z-index: 1000;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.footer .move-top:hover {
  opacity: 0.8;
  transform: translateY(-2px);
}
.footer .move-top a {
  display: block;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.footer .move-top a img {
  width: 40px;
  height: 40px;
}
@media (max-width: 768px) {
  .footer .move-top {
    bottom: 20px;
    right: 20px;
  }
  .footer .move-top a {
    width: 40px;
    height: 40px;
  }
  .footer .move-top a img {
    width: 30px;
    height: 30px;
  }
}
.footer .footer-top {
  max-width: 768px;
  padding: 40px 20px;
  margin: 0 auto;
}
.footer .footer-top .container .footer-logo {
  margin-bottom: 20px;
}
.footer .footer-top .container .footer-logo img {
  width: 190px;
  height: auto;
}
.footer .footer-top .container .footer-top-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.footer .footer-top .container .footer-top-content .customer-service {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
@media (max-width: 768px) {
  .footer .footer-top .container .footer-top-content .customer-service {
    grid-template-columns: 1fr;
  }
}
.footer .footer-top .container .footer-top-content .customer-service .item {
  display: flex;
  gap: 20px;
}
.footer .footer-top .container .footer-top-content .customer-service .item-label,
.footer .footer-top .container .footer-top-content .customer-service .item-value {
  font-size: 1.1em;
  font-weight: 500;
  color: #ffffff;
}
.footer .footer-top .container .footer-top-content .customer-service .item-label {
  font-weight: 100;
}
.footer .footer-divider {
  height: 1px;
  background-color: #3a3a3a;
  margin: 0;
}
.footer .footer-bottom {
  max-width: 768px;
  padding: 40px 20px;
  margin: 0 auto;
}
.footer .footer-bottom .footer-info {
  text-align: left;
}
.footer .footer-bottom .footer-info p {
  margin: 0;
  font-size: 0.8em;
  font-weight: 100;
  color: #d7d7d7;
}/*# sourceMappingURL=common.css.map */