@font-face {
  font-family: "Paperozi-Thin";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-1Thin.woff2")
    format("woff2");
  font-weight: 100;
  font-display: swap;
}

@font-face {
  font-family: "Paperozi-ExtraLight";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-2ExtraLight.woff2")
    format("woff2");
  font-weight: 200;
  font-display: swap;
}

@font-face {
  font-family: "Paperozi-Light";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-3Light.woff2")
    format("woff2");
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Paperozi-Regular";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-4Regular.woff2")
    format("woff2");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Paperozi-Medium";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-5Medium.woff2")
    format("woff2");
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Paperozi-SemiBold";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-6SemiBold.woff2")
    format("woff2");
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Paperozi-Bold";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-7Bold.woff2")
    format("woff2");
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Paperozi-ExtraBold";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-8ExtraBold.woff2")
    format("woff2");
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: "Paperozi-Black";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-9Black.woff2")
    format("woff2");
  font-weight: 900;
  font-display: swap;
}

* {
  font-family: "Paperozi-Medium";
  box-sizing: border-box;
  word-break: keep-all;
}
p {
  margin: 0;
  padding: 0;
  line-height: 1.5;
}

html,
body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  background-color: #1a1a1a;
}

html {
  scroll-behavior: smooth;
}

.floating {
  position: fixed;
  bottom: 15px;
  right: 15px;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  z-index: 98;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
}

.floating.show {
  opacity: 1;
  visibility: visible;
}

.floating > a > .gotoTop {
  display: flex;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  text-align: center;
  line-height: 60px;
  color: black;
  background: #8a30ff;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.floating > a > .gotoCall {
  display: flex;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  text-align: center;
  line-height: 60px;
  color: #fff;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

.floating > a > .gotoKakao {
  display: flex;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  text-align: center;
  line-height: 60px;
  color: #fff;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: rgb(224, 224, 224);
}

.floating > a > .gotoUrl {
  display: flex;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  text-align: center;
  line-height: 60px;
  color: #fff;
  background: #a5a5a5;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.floating > a > .gotoKakao > img {
  width: 100%;
}

.floating > a > .gotoCall > img {
  width: 100%;
}

.floating > a > .gotoTop > img {
  width: 20px;
}

.floating > a > .gotoUrl > img {
  width: 20px;
}

.navigation {
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  z-index: 99;
  transition: all 0.3s;
}

.navigation.sticky {
  background-color: rgba(45, 45, 45, 0.687);
  backdrop-filter: blur(10px);
}

.navigation > .container {
  max-width: 1330px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  justify-content: space-between;
}

.navigation > .container > .iconLine {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.navigation > .container > .iconLine > img {
  width: 55px;
}

.navigation > .container > .iconLine > a {
  text-decoration: none;
  color: white;
  cursor: pointer;
  font-size: 30px;
  transition: all 0.3s;
  font-family: "Paperozi-Bold";
}

.navigation > .container > .iconLine > a:hover {
  color: #a764ff;
}

.navigation > .container > .navLine {
  margin-left: 55px;
  display: flex;
  flex-direction: row;
  gap: 3rem;
}

.hamburger {
  display: none;
  width: 42px;
  height: 42px;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  position: relative;
}

.hamburger-bar {
  position: absolute;
  left: 8px;
  right: 8px;
  height: 3px;
  background-color: #fff;
  transition: transform 0.3s ease, opacity 0.3s ease, top 0.3s ease;
  transform-origin: center;
}

.hamburger .hamburger-bar:nth-child(1) {
  top: 12px;
}
.hamburger .hamburger-bar:nth-child(2) {
  top: 20px;
}
.hamburger .hamburger-bar:nth-child(3) {
  top: 28px;
}

.hamburger.is-open .hamburger-bar:nth-child(1) {
  top: 20px;
  transform: rotate(45deg);
}
.hamburger.is-open .hamburger-bar:nth-child(2) {
  opacity: 0;
}
.hamburger.is-open .hamburger-bar:nth-child(3) {
  top: 20px;
  transform: rotate(-45deg);
}

.navDim {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 98;
}

.navDim.show {
  opacity: 1;
  visibility: visible;
}

.navigation > .container > .navLine > a {
  color: white;
  text-decoration: none;
  font-size: 20px;
  transition: all 0.3s;
}

.navigation > .container > .navLine > a:hover {
  color: #a764ff;
}

section > .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
}

#section1 {
  width: 100%;
  height: 110dvh;
  background: url("img/main/section1/bgd.webp") no-repeat center center;
  background-size: cover;
}

#section1 > .container {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

#section1 > .container > .contentLine {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row-reverse;
  gap: 1rem;
  position: relative;
  align-items: center;
  justify-content: center;
}

#section1 > .container > .contentLine > .teacherImg {
  width: 700px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

#section1 > .container > .contentLine > .teacherImg > img {
  width: 100%;
}

#section1 > .container > .contentLine > .textBoxLine {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

#section1 > .container > .contentLine > .textBoxLine > .textLine {
}

#section1 > .container > .contentLine > .textBoxLine span.highMain {
  background-color: #ffecc0;
  color: black;
  padding: 3px 10px;
  font-weight: bold;
  font-family: "Paperozi-Bold";
  font-size: 45px;
}

#section1 > .container > .contentLine > .textBoxLine span.sub {
  background-color: #6f00ff;
  padding: 3px 5px;
}

#section1 > .container > .contentLine > .textBoxLine > .textLine > p {
  margin: 0;
  line-height: 1.5;
  font-size: 40px;
  font-weight: bold;
  font-family: "Paperozi-Medium";
  color: white;
}

#section1 > .container > .contentLine > .textBoxLine > .subTextBox {
}

#section1 > .container > .contentLine > .textBoxLine > .subTextBox > p {
  font-size: 18px;
  line-height: 1.5;
  color: white;
}

#section2 {
  background-color: whitesmoke;
}

#section2 > .container {
  padding: 150px 0;
}

#section2 > .container > .contentLine {
}

#section2 > .container > .contentLine > .textLine {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  align-items: center;
}

#section2 > .container > .contentLine > .textLine > .head {
  font-size: 50px;
  text-align: center;
  line-height: 1.5;
  color: black;
}

#section2 > .container > .contentLine > .textLine > .head > span {
  font-family: "Paperozi-Bold";
  position: relative;
  color: #6f00ff;
}

#section2 > .container > .contentLine > .textLine > .head > span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 5px;
  background-color: #8a30ff;
  margin-top: 10px;
}

#section2 > .container > .contentLine > .textLine > .subTextBox {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: flex-start;
  width: 80%;
}

#section2 > .container > .contentLine > .textLine > .subTextBox > .sub {
  font-size: 25px;
  line-height: 1.5;
  color: black;
}

#section2 > .container > .contentLine > .teacherIntro {
  margin-top: 5rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

#section2 > .container > .contentLine > .teacherIntro > p.headT {
  font-size: 40px;
  font-family: "Paperozi-Bold";
  color: black;
}

#section2 > .container > .contentLine > .teacherIntro > .teacher {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

#section2 > .container > .contentLine > .teacherIntro > .teacher > .teacherImg {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}

#section2 > .container > .contentLine > .teacherIntro > .teacher > .infoText {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: flex-start;
  justify-content: center;
}

#section2
  > .container
  > .contentLine
  > .teacherIntro
  > .teacher
  > .infoText
  > p.name {
  font-size: 30px;
  font-family: "Paperozi-Bold";
  color: black;
}

#section2
  > .container
  > .contentLine
  > .teacherIntro
  > .teacher
  > .infoText
  > p.sub {
  font-size: 20px;
  font-family: "Paperozi-Medium";
  color: black;
}

#section2
  > .container
  > .contentLine
  > .teacherIntro
  > .teacher
  > .teacherImg
  > .imgWrapper {
  width: 300px;
  height: 300px;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#section2
  > .container
  > .contentLine
  > .teacherIntro
  > .teacher
  > .teacherImg
  > .imgWrapper
  > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#section3 {
  background-color: white;
}

#section3 > .container {
  padding: 100px 0;
}

#section3 > .container > .contentLine {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}

#section3 > .container > .contentLine > .textLine {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
}

#section3 > .container > .contentLine > .textLine > p {
  margin: 0;
}

#section3 > .container > .contentLine > .textLine > p.head {
  font-size: 50px;
  font-family: "Paperozi-Bold";
  color: black;
}

#section3 > .container > .contentLine > .textLine > p.sub {
  font-size: 25px;
  font-family: "Paperozi-Medium";
  color: black;
}

#section3 > .container > .contentLine > .placeList {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}

#section3 > .container > .contentLine > .placeList > .place {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}

#section3 > .container > .contentLine > .placeList > .place > p.name {
  font-size: 35px;
  font-family: "Paperozi-SemiBold";
  color: black;
}

#section3 > .container > .contentLine > .placeList > .place > .imgList {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}

#section3 > .container > .contentLine > .placeList > .place > .imgList > img {
  width: 300px;
  cursor: pointer;
  border-radius: 10px;
  overflow: hidden;
}

#section4 {
  background-color: #1a1a1a;
  position: relative;
}

#section4 > .container {
  padding: 100px 0;
  position: relative;
  z-index: 70;
}

#section4 > .container > .contentLine {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}

#section4 > .container > .contentLine > .textLine {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
#section4 > .container > .contentLine > .textLine > p {
  font-size: 50px;
  text-align: center;
  line-height: 1.5;
  font-family: "Paperozi-Bold";
  color: white;
}

#section4 > .container > .contentLine > .subTextBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
}

#section4 > .container > .contentLine > .subTextBox > p.head {
  text-align: center;
  font-size: 25px;
  color: white;
}

#section4 > .container > .contentLine > .subTextBox > p.sub {
  font-size: 25px;
  text-align: center;
  color: white;
}
#section4 > .container > .contentLine > .subTextBox > p.sub strong {
  color: #7003ff;
  font-size: 30px;
}

#section4 > .container > .contentLine > .subTextBox > p.sub span {
  color: #7003ff;
  font-family: "Paperozi-Bold";
}

#section4 > .container > .contentLine > .subTextBox > p.sub.sub1 {
}

#section4 > .container > .contentLine > .subTextBox > p.sub.sub2 {
}

#section4 > .container > .contentLine > .blogLine {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-top: 4rem;
}

#section4 > .container > .contentLine > .blogLine > p {
  font-size: 40px;
  color: white;
}

#section4 > .container > .contentLine > .blogLine > .blogList {
  max-width: 1200px;
  width: 1200px;
}

#section4 > .container > .contentLine > .blogLine > .blogList > .swiper {
}

#section4
  > .container
  > .contentLine
  > .blogLine
  > .blogList
  > .swiper
  .blogItem {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  cursor: pointer;
}

#section4
  > .container
  > .contentLine
  > .blogLine
  > .blogList
  > .swiper
  .blogItem
  > .imgWrapper {
  width: 100%;
  height: 380px;
  border-radius: 20px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}

#section4
  > .container
  > .contentLine
  > .blogLine
  > .blogList
  > .swiper
  .blogItem
  > .imgWrapper
  > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  transition: transform 0.3s ease;
  will-change: transform;
}

#section4
  > .container
  > .contentLine
  > .blogLine
  > .blogList
  > .swiper
  .blogItem
  > .imgWrapper
  > .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  will-change: opacity, visibility;
}

#section4
  > .container
  > .contentLine
  > .blogLine
  > .blogList
  > .swiper
  .blogItem
  > .imgWrapper
  > .overlay
  > .overlay-text {
  color: white;
  font-size: 18px;
  font-weight: 600;
  font-family: "Paperozi-SemiBold";
  text-align: center;
  transform: translateY(10px);
  transition: transform 0.3s ease;
  will-change: transform;
}

#section4
  > .container
  > .contentLine
  > .blogLine
  > .blogList
  > .swiper
  .blogItem:hover
  > .imgWrapper
  > .overlay {
  opacity: 1;
  visibility: visible;
}

#section4
  > .container
  > .contentLine
  > .blogLine
  > .blogList
  > .swiper
  .blogItem:hover
  > .imgWrapper
  > .overlay
  > .overlay-text {
  transform: translateY(0);
}

#section4
  > .container
  > .contentLine
  > .blogLine
  > .blogList
  > .swiper
  .blogItem:hover
  > .imgWrapper
  > img,
#section4
  > .container
  > .contentLine
  > .blogLine
  > .blogList
  > .swiper
  .blogItem:focus
  > .imgWrapper
  > img {
  transform: scale(1.05);
}

#section4
  > .container
  > .contentLine
  > .blogLine
  > .blogList
  > .swiper
  .blogItem:focus {
  outline: 2px solid #6f00ff;
  outline-offset: 4px;
  border-radius: 20px;
}

#section4
  > .container
  > .contentLine
  > .blogLine
  > .blogList
  > .swiper
  .blogItem:focus
  > .imgWrapper
  > .overlay {
  opacity: 1;
  visibility: visible;
}

#section4
  > .container
  > .contentLine
  > .blogLine
  > .blogList
  > .swiper
  .blogItem:focus
  > .imgWrapper
  > .overlay
  > .overlay-text {
  transform: translateY(0);
}

#section4
  > .container
  > .contentLine
  > .blogLine
  > .blogList
  > .swiper
  .blogItem
  > p {
}

#section4 > .container > .contentLine > .blogLine > .blogList > .blogItem {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

#section4
  > .container
  > .contentLine
  > .blogLine
  > .blogList
  > .blogItem
  > img {
}

#section4 > .container > .contentLine > .blogLine > .blogList > .blogItem > p {
}

#section4 > canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  z-index: 50;
}

#section5 {
  background-color: white;
}

#section5 > .container {
  padding: 100px 0;
}

#section5 > .container > .contentLine {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}

#section5 > .container > .contentLine > .textLine {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

#section5 > .container > .contentLine > .textLine > p.head {
  font-size: 50px;
  font-family: "Paperozi-Bold";
  color: black;
  text-align: center;
}

#section5 > .container > .contentLine > .mapLine {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
#section5 > .container > .contentLine > .mapLine > iframe {
  width: 100%;
}

#section5 > .container > .contentLine > .mapLine > p.mapTitle {
  color: black;
  font-family: "Paperozi-Bold";
  font-size: 30px;
}

#section5 > .container > .contentLine > .mapLine > p.linkT {
  text-decoration: underline;
  color: #6f00ff;
  font-family: "Paperozi-Bold";
  cursor: pointer;
  transition: all 0.3s;
}

#section5 > .container > .contentLine > .mapLine > p.linkT:hover {
  color: #8a30ff;
}

#section6 {
  background-color: whitesmoke;
}

#section6 > .container {
  padding: 100px 0;
}

#section6 > .container > .contentLine {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

#section6 > .container > .contentLine > .textLine {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

#section6 > .container > .contentLine > .textLine > p {
  font-size: 50px;
  font-family: "Paperozi-Bold";
  color: black;
  text-align: center;
}

#section6 > .container > .contentLine > .formBox {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

#section6 > .container > .contentLine > .formBox > form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

#section6 > .container > .contentLine > .formBox > form > .form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

#section6 > .container > .contentLine > .formBox > form > .form-group > label {
  font-size: 18px;
  font-family: "Paperozi-SemiBold";
  color: black;
  margin-bottom: 0.5rem;
}

#section6
  > .container
  > .contentLine
  > .formBox
  > form
  > .form-group
  > input[type="text"],
#section6
  > .container
  > .contentLine
  > .formBox
  > form
  > .form-group
  > input[type="tel"],
#section6 > .container > .contentLine > .formBox > form > .form-group > select {
  width: 100%;
  padding: 15px 20px;
  border: 1px solid whitesmoke;
  border-radius: 10px;
  background-color: white;
  color: black;
  font-size: 16px;
  font-family: "Paperozi-Medium";
  transition: all 0.3s ease;
  outline: none;
}

#section6
  > .container
  > .contentLine
  > .formBox
  > form
  > .form-group
  > input[type="text"]:focus,
#section6
  > .container
  > .contentLine
  > .formBox
  > form
  > .form-group
  > input[type="tel"]:focus,
#section6
  > .container
  > .contentLine
  > .formBox
  > form
  > .form-group
  > select:focus {
  border-color: #6f00ff;
  box-shadow: 0 0 0 3px rgba(111, 0, 255, 0.1);
}

#section6
  > .container
  > .contentLine
  > .formBox
  > form
  > .form-group
  > input[type="text"]::placeholder,
#section6
  > .container
  > .contentLine
  > .formBox
  > form
  > .form-group
  > input[type="tel"]::placeholder {
  color: #888;
}

#section6 > .container > .contentLine > .formBox > form > .form-group > select {
  cursor: pointer;
}

#section6
  > .container
  > .contentLine
  > .formBox
  > form
  > .form-group
  > select
  > option {
  background-color: white;
  color: black;
}

#section6
  > .container
  > .contentLine
  > .formBox
  > form
  > .form-group
  > .radio-group {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 0.5rem;
}

#section6
  > .container
  > .contentLine
  > .formBox
  > form
  > .form-group
  > .radio-group
  > .radio-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

#section6
  > .container
  > .contentLine
  > .formBox
  > form
  > .form-group
  > .radio-group
  > .radio-item
  > input[type="radio"] {
  width: 20px;
  height: 20px;
  accent-color: #6f00ff;
  cursor: pointer;
}

#section6
  > .container
  > .contentLine
  > .formBox
  > form
  > .form-group
  > .radio-group
  > .radio-item
  > label {
  font-size: 16px;
  font-family: "Paperozi-Medium";
  color: black;
  cursor: pointer;
  margin-bottom: 0;
}

#section6
  > .container
  > .contentLine
  > .formBox
  > form
  > .form-group
  > .checkbox-group {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

#section6
  > .container
  > .contentLine
  > .formBox
  > form
  > .form-group
  > .checkbox-group
  > input[type="checkbox"] {
  width: 20px;
  height: 20px;
  accent-color: #6f00ff;
  cursor: pointer;
  margin-top: 2px;
}

#section6
  > .container
  > .contentLine
  > .formBox
  > form
  > .form-group
  > .checkbox-group
  > label {
  font-size: 16px;
  font-family: "Paperozi-Medium";
  color: black;
  cursor: pointer;
  margin-bottom: 0;
  line-height: 1.5;
}

#section6
  > .container
  > .contentLine
  > .formBox
  > form
  > .form-group
  > .checkbox-group
  > label
  > .privacy-toggle {
  background: none;
  border: none;
  color: #6f00ff;
  text-decoration: underline;
  cursor: pointer;
  font-size: 16px;
  font-family: "Paperozi-Medium";
  padding: 0;
  margin-left: 0.5rem;
}

#section6
  > .container
  > .contentLine
  > .formBox
  > form
  > .form-group
  > .checkbox-group
  > label
  > .privacy-toggle:hover {
  color: #8a30ff;
}

#section6
  > .container
  > .contentLine
  > .formBox
  > form
  > .form-group
  > .privacy-details {
  margin-top: 1rem;
  padding: 0;
  background-color: white;
  border-radius: 10px;
  border: 1px solid #cfcfcf;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease, opacity 0.3s ease;
  opacity: 0;
}

#section6
  > .container
  > .contentLine
  > .formBox
  > form
  > .form-group
  > .privacy-details.show {
  max-height: 500px;
  padding: 20px;
  opacity: 1;
}

#section6
  > .container
  > .contentLine
  > .formBox
  > form
  > .form-group
  > .privacy-details
  > .privacy-content {
  color: white;
}

#section6
  > .container
  > .contentLine
  > .formBox
  > form
  > .form-group
  > .privacy-details
  > .privacy-content
  > h4 {
  font-size: 18px;
  font-family: "Paperozi-Bold";
  color: #6f00ff;
  margin-bottom: 1rem;
}

#section6
  > .container
  > .contentLine
  > .formBox
  > form
  > .form-group
  > .privacy-details
  > .privacy-content
  > p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 1rem;
  color: black;
}

#section6
  > .container
  > .contentLine
  > .formBox
  > form
  > .form-group
  > .privacy-details
  > .privacy-content
  > ul {
  margin: 1rem 0;
  padding-left: 1.5rem;
}

#section6
  > .container
  > .contentLine
  > .formBox
  > form
  > .form-group
  > .privacy-details
  > .privacy-content
  > ul
  > li {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 0.5rem;
  color: black;
}

#section6
  > .container
  > .contentLine
  > .formBox
  > form
  > .form-group
  > .privacy-details
  > .privacy-content
  > ul
  > li
  > strong {
  color: #6f00ff;
}

#section6
  > .container
  > .contentLine
  > .formBox
  > form
  > .form-group
  > .error-message {
  color: #ff6b6b;
  font-size: 14px;
  font-family: "Paperozi-Medium";
  margin-top: 0.5rem;
  min-height: 20px;
  line-height: 1.4;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

#section6
  > .container
  > .contentLine
  > .formBox
  > form
  > .form-group
  > .error-message:not(:empty) {
  opacity: 1;
  visibility: visible;
}

#section6 > .container > .contentLine > .formBox > form > .form-actions {
  display: flex;
  justify-content: center;
}

#section6
  > .container
  > .contentLine
  > .formBox
  > form
  > .form-actions
  > .submit-btn {
  background-color: #6f00ff;
  color: white;
  border: none;
  padding: 15px 40px;
  border-radius: 10px;
  font-size: 18px;
  font-family: "Paperozi-Bold";
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 200px;
}

#section6
  > .container
  > .contentLine
  > .formBox
  > form
  > .form-actions
  > .submit-btn:hover {
  background-color: #8a30ff;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(111, 0, 255, 0.3);
}

#section6
  > .container
  > .contentLine
  > .formBox
  > form
  > .form-actions
  > .submit-btn:active {
  transform: translateY(0);
}

#section6
  > .container
  > .contentLine
  > .formBox
  > form
  > .form-actions
  > .submit-btn:disabled {
  background-color: #555;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

#section7 {
  background: #2b2b2b;
  padding: 80px 0;
  color: white;
}

#section7 > .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.section7-content {
  text-align: center;
}

.section7-title {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 40px;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.section7-description {
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.8;
}

.section7-description p {
  font-size: 1.2rem;
  margin-bottom: 20px;
  color: #f8f9fa;
}

.inquiry-link {
  color: #ffd700;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 2px solid #ffd700;
  transition: all 0.3s ease;
}

.inquiry-link:hover {
  color: #fff;
  background-color: #ffd700;
  padding: 2px 8px;
  border-radius: 4px;
}

#section8 {
  background-color: white;
}

#section8 > .container {
  padding: 100px 0;
}

#section8 > .container > .contentLine {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  align-items: center;
}

#section8 > .container > .contentLine > .textLine {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
}

#section8 > .container > .contentLine > .textLine > p {
  margin: 0;
}

#section8 > .container > .contentLine > .textLine > p.head {
  font-size: 50px;
  font-family: "Paperozi-Bold";
  color: black;
}

#section8 > .container > .contentLine > .textLine > p.sub {
  font-size: 25px;
  font-family: "Paperozi-Medium";
  color: black;
}

#section8 > .container > .contentLine > .textLine > p.high {
  font-size: 50px;
  font-family: "Paperozi-Bold";
  color: black;
  text-align: center;
}

#section8 > .container > .contentLine > .textLine > p.high > span {
  color: #6f00ff;
  font-family: "Paperozi-Bold";
}

#section8 > .container > .contentLine > .target {
  width: 100%;
}

#section8 > .container > .contentLine > .online-coach {
  width: 100%;
}
.price {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  background-color: #f8f9ff;
  padding: 30px;
  border-radius: 15px;
  border: 2px solid #e8f0ff;
  box-shadow: 0 4px 15px rgba(111, 0, 255, 0.1);
}

.price > .class-title {
  margin: 0;
}

.price > .class-grid {
  width: 100%;
  max-width: 1000px;
}

.price > .class-grid > .class-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.price > .class-grid > .class-item > div:first-child {
  font-size: 16px;
  font-family: "Paperozi-Medium";
  opacity: 0.95;
}

.price > .class-grid > .class-item > div:last-child {
  font-size: 22px;
  font-family: "Paperozi-Bold";
}

.price > p.sub {
  text-align: center;
  font-size: 16px;
  color: #555;
}

.price-detail {
  margin-top: 2rem;
}

.price-detail-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.price-main-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 20px;
  background: linear-gradient(135deg, #6f00ff, #8a30ff);
  border-radius: 12px;
  color: white;
}

.price-main-text {
  font-size: 18px;
  font-family: "Paperozi-Medium";
  margin: 0;
  opacity: 0.95;
}

.price-main-amount {
  font-size: 32px;
  font-family: "Paperozi-Bold";
  margin: 0;
}

.price-option-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  width: 100%;
}

.price-option-item {
  background-color: white;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.price-option-item:hover {
  box-shadow: 0 4px 15px rgba(111, 0, 255, 0.2);
  transform: translateY(-2px);
}

.price-option-label {
  font-size: 20px;
  font-family: "Paperozi-Bold";
  color: #6f00ff;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 2px solid #e8f0ff;
}

.price-option-detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

.price-option-detail > div:first-child {
  font-size: 16px;
  font-family: "Paperozi-Medium";
  color: #333;
}

.price-amount {
  font-size: 20px;
  font-family: "Paperozi-Bold";
  color: #6f00ff;
}

.price-detail > .price-detail-content > p.sub {
  text-align: center;
  font-size: 16px;
  color: #555;
  margin-top: 0.5rem;
}

.target {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-bottom: 3rem;
}

.target-section,
.class-section {
  background-color: #f8f9ff;
  padding: 30px;
  border-radius: 15px;
  border: 2px solid #e8f0ff;
  box-shadow: 0 4px 15px rgba(111, 0, 255, 0.1);
}

.target-title,
.class-title {
  font-size: 28px;
  font-family: "Paperozi-Bold";
  color: #6f00ff;
  margin: 0 0 20px 0;
  text-align: center;
  position: relative;
}

.target-title::after,
.class-title::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(135deg, #6f00ff, #8a30ff);
  border-radius: 2px;
}

.target-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.target-list li {
  font-size: 18px;
  font-family: "Paperozi-Medium";
  color: #333;
  padding: 15px 20px;
  background-color: white;
  border-radius: 10px;
  border-left: 4px solid #6f00ff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  position: relative;
}

.target-list li::before {
  content: "✓";
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #6f00ff;
  font-weight: bold;
  font-size: 16px;
}

.target-list li {
  padding-left: 50px;
}

.target-list li:hover {
  transform: translateX(5px);
  box-shadow: 0 4px 15px rgba(111, 0, 255, 0.2);
  background-color: #f0f4ff;
}

.class-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
  margin-top: 20px;
}

.class-item {
  background: linear-gradient(135deg, #6f00ff, #8a30ff);
  color: white;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
  font-size: 18px;
  font-family: "Paperozi-Bold";
  box-shadow: 0 4px 15px rgba(111, 0, 255, 0.3);
  transition: all 0.3s ease;
  cursor: pointer;
}

.class-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(111, 0, 255, 0.4);
  background: linear-gradient(135deg, #8a30ff, #6f00ff);
}

.table-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  overflow-x: auto;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  background-color: white;
}

.math-textbook-table {
  width: 100%;
  border-collapse: collapse;
  background-color: white;
  border-radius: 15px;
  overflow: hidden;
  font-family: "Paperozi-Medium";
}

.math-textbook-table thead {
  background: linear-gradient(135deg, #6f00ff, #8a30ff);
}

.math-textbook-table thead th {
  padding: 20px 15px;
  text-align: center;
  font-size: 18px;
  font-family: "Paperozi-Bold";
  color: white;
  border: none;
  position: relative;
}

.math-textbook-table thead th:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 20%;
  height: 60%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}

.math-textbook-table tbody td {
  padding: 20px 15px;
  border: 1px solid #e0e0e0;
  vertical-align: top;
  background-color: white;
  transition: background-color 0.3s ease;
}

.math-textbook-table tbody tr:hover td {
  background-color: #f8f9ff;
}

.level-cell {
  background: linear-gradient(135deg, #f8f9ff, #e8f0ff) !important;
  font-size: 20px;
  font-family: "Paperozi-Bold";
  color: #6f00ff;
  text-align: center;
  width: 120px;
  min-width: 120px;
}

.textbook-item {
  padding: 8px 12px;
  margin: 4px 0;
  background-color: #f8f9fa;
  border-radius: 8px;
  font-size: 14px;
  color: #333;
  border-left: 3px solid #6f00ff;
  transition: all 0.3s ease;
  cursor: pointer;
}

.textbook-item:hover {
  background-color: #e8f0ff;
  transform: translateX(5px);
  box-shadow: 0 2px 8px rgba(111, 0, 255, 0.2);
}

.textbook-item.empty {
  color: #999;
  font-style: italic;
  background-color: #f5f5f5;
  border-left-color: #ccc;
  cursor: default;
}

.textbook-item.empty:hover {
  transform: none;
  background-color: #f5f5f5;
  box-shadow: none;
}

.concept-column {
  width: 25%;
  min-width: 200px;
}

.type-column {
  width: 30%;
  min-width: 220px;
}

.exam-column {
  width: 25%;
  min-width: 200px;
}

.level-column {
  width: 20%;
  min-width: 120px;
}

#section9 {
  background-color: whitesmoke;
}

#section9 > .container {
  padding: 100px 0;
}

#section9 > .container > .contentLine {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  align-items: center;
  justify-content: center;
}

#section9 > .container > .contentLine > .textLine {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
}

#section9 > .container > .contentLine > .textLine > p.head {
  font-size: 50px;
  font-family: "Paperozi-Bold";
  color: black;
  text-align: center;
}

#section9 > .container > .contentLine > .textLine > p.sub {
  font-size: 25px;
  font-family: "Paperozi-Medium";
  color: black;
  text-align: center;
}

#section9 > .container > .contentLine > .swiperBox {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#section9 > .container > .contentLine > .swiperBox > .swiper {
  max-width: 1200px;
  width: 1200px;
}

#section9 > .container > .contentLine > .swiperBox > .swiper > .swiper-wrapper {
}

#section9
  > .container
  > .contentLine
  > .swiperBox
  > .swiper
  > .swiper-wrapper
  > .swiper-slide {
}

#section9
  > .container
  > .contentLine
  > .swiperBox
  > .swiper
  > .swiper-wrapper
  > .swiper-slide
  > .reviewBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

#section9
  > .container
  > .contentLine
  > .swiperBox
  > .swiper
  > .swiper-wrapper
  > .swiper-slide
  > .reviewBox
  > .reviewBubble {
  background-color: #f8f9fa;
  border-radius: 16px;
  padding: 20px;
  position: relative;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

#section9
  > .container
  > .contentLine
  > .swiperBox
  > .swiper
  > .swiper-wrapper
  > .swiper-slide
  > .reviewBox
  > .reviewBubble::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #f8f9fa;
}

#section9
  > .container
  > .contentLine
  > .swiperBox
  > .swiper
  > .swiper-wrapper
  > .swiper-slide
  > .reviewBox
  > .reviewBubble
  > .reviewText {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  margin: 0;
  text-align: center;
}

#section9
  > .container
  > .contentLine
  > .swiperBox
  > .swiper
  > .swiper-wrapper
  > .swiper-slide
  > .reviewBox
  > .reviewImg {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  user-select: none;
}

#section9
  > .container
  > .contentLine
  > .swiperBox
  > .swiper
  > .swiper-wrapper
  > .swiper-slide
  > .reviewBox
  > .reviewImg
  > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#section10 {
}

#section10 > .container {
}

#qnaSection {
  background-color: #f8f9fa;
}

#qnaSection > .container {
  padding: 100px 0;
}

#qnaSection > .container > .contentLine {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

#qnaSection > .container > .contentLine > .textLine {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}

#qnaSection .head {
  font-size: 50px;
  font-family: "Paperozi-Bold";
  text-align: center;
  line-height: 1.5;
  margin: 0;
  color: #333;
}

.qnaList {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 1000px;
}

.qnaItem {
  background-color: white;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.3s ease;
}

.qnaItem:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 30px;
  cursor: pointer;
  background-color: white;
  transition: background-color 0.3s ease;
  border: none;
  width: 100%;
  text-align: left;
  font-family: inherit;
  font-size: inherit;
  outline: none;
}

.question:hover {
  background-color: #f8f9fa;
}

.question span {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  line-height: 1.5;
  flex: 1;
  margin-right: 20px;
}

.arrow {
  font-size: 16px;
  color: #6f00ff;
  transition: transform 0.3s ease;
  font-weight: bold;
  min-width: 20px;
  text-align: center;
}

.qnaItem.active .arrow {
  transform: rotate(180deg);
}

.answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  background-color: #f8f9fa;
}

.qnaItem.active .answer {
  max-height: 200px;
  padding: 0 30px 24px 30px;
}

.answer p {
  font-size: 16px;
  line-height: 1.6;
  color: #666;
  margin: 0;
  padding-top: 16px;
}

footer {
  width: 100%;
  background-color: #1a1a1a;
  padding: 60px 0 40px 0;
  border-top: 1px solid #333;
}

footer > .footer-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
}

footer > .footer-content > .company-name {
  margin-bottom: 1rem;
}

footer > .footer-content > .company-name > h2 {
  font-family: "Paperozi-Bold";
  font-size: 48px;
  color: white;
  margin: 0;
  line-height: 1.2;
}

footer > .footer-content > .contact-info {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  width: 100%;
}

footer > .footer-content > .contact-info > p {
  color: #e0e0e0;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

footer > .footer-content > .contact-info > p > .label {
  color: #6f00ff;
  font-family: "Paperozi-SemiBold";
  min-width: 120px;
  flex-shrink: 0;
}

footer > .footer-content > .copyright {
  margin-top: 1rem;
  padding-top: 2rem;
  border-top: 1px solid #333;
  width: 100%;
}

footer > .footer-content > .copyright > p {
  color: #888;
  font-size: 14px;
  margin: 0;
  text-align: left;
}

footer > .footer-content > .download-content {
  display: flex;
  flex-direction: row;
  gap: 0.8rem;
}

footer > .footer-content > .download-content > button {
  padding: 10px 20px;
  border-radius: 5px;
  border: none;
  background-color: #6f00ff;
  color: white;
  cursor: pointer;
  transition: all 0.3s ease;
}

footer > .footer-content > .download-content > button:hover {
  background-color: #8a30ff;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.modal-overlay.show {
  opacity: 1;
  visibility: visible;
}

.modal-content {
  background-color: #1a1a1a;
  border-radius: 20px;
  max-width: 600px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  transform: scale(0.8) translateY(20px);
  transition: all 0.3s ease;
  position: relative;
}

.modal-overlay.show .modal-content {
  transform: scale(1) translateY(0);
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 30px 20px 30px;
  border-bottom: 1px solid #333;
}

.modal-header h2 {
  font-size: 28px;
  font-family: "Paperozi-Bold";
  color: white;
  margin: 0;
}

.modal-close {
  background: none;
  border: none;
  font-size: 32px;
  color: #888;
  cursor: pointer;
  padding: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.modal-close:hover {
  color: #6f00ff;
  background-color: rgba(111, 0, 255, 0.1);
}

.modal-body {
  padding: 30px;
}

.modal-body .form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.modal-body .form-group > label {
  font-size: 18px;
  font-family: "Paperozi-SemiBold";
  color: white;
  margin-bottom: 0.5rem;
}

.modal-body .form-group > input[type="text"],
.modal-body .form-group > input[type="tel"],
.modal-body .form-group > select {
  width: 100%;
  padding: 15px 20px;
  border: 2px solid #333;
  border-radius: 10px;
  background-color: #2a2a2a;
  color: white;
  font-size: 16px;
  font-family: "Paperozi-Medium";
  transition: all 0.3s ease;
  outline: none;
}

.modal-body .form-group > input[type="text"]:focus,
.modal-body .form-group > input[type="tel"]:focus,
.modal-body .form-group > select:focus {
  border-color: #6f00ff;
  box-shadow: 0 0 0 3px rgba(111, 0, 255, 0.1);
}

.modal-body .form-group > input[type="text"]::placeholder,
.modal-body .form-group > input[type="tel"]::placeholder {
  color: #888;
}

.modal-body .form-group > select {
  cursor: pointer;
}

.modal-body .form-group > select > option {
  background-color: #2a2a2a;
  color: white;
}

.modal-body .radio-group {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 0.5rem;
}

.modal-body .radio-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.modal-body .radio-item > input[type="radio"] {
  width: 20px;
  height: 20px;
  accent-color: #6f00ff;
  cursor: pointer;
}

.modal-body .radio-item > label {
  font-size: 16px;
  font-family: "Paperozi-Medium";
  color: white;
  cursor: pointer;
  margin-bottom: 0;
}

.modal-body .checkbox-group {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

.modal-body .checkbox-group > input[type="checkbox"] {
  width: 20px;
  height: 20px;
  accent-color: #6f00ff;
  cursor: pointer;
  margin-top: 2px;
}

.modal-body .checkbox-group > label {
  font-size: 16px;
  font-family: "Paperozi-Medium";
  color: white;
  cursor: pointer;
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body .privacy-toggle {
  background: none;
  border: none;
  color: #6f00ff;
  text-decoration: underline;
  cursor: pointer;
  font-size: 16px;
  font-family: "Paperozi-Medium";
  padding: 0;
  margin-left: 0.5rem;
}

.modal-body .privacy-toggle:hover {
  color: #8a30ff;
}

.modal-body .privacy-details {
  margin-top: 1rem;
  padding: 0;
  background-color: #333;
  border-radius: 10px;
  border: 1px solid #555;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease, opacity 0.3s ease,
    visibility 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

.modal-body .privacy-details.show {
  max-height: 500px;
  padding: 20px;
  opacity: 1;
  visibility: visible;
}

.modal-body .privacy-content {
  color: white;
}

.modal-body .privacy-content > h4 {
  font-size: 18px;
  font-family: "Paperozi-Bold";
  color: #6f00ff;
  margin-bottom: 1rem;
}

.modal-body .privacy-content > p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.modal-body .privacy-content > ul {
  margin: 1rem 0;
  padding-left: 1.5rem;
}

.modal-body .privacy-content > ul > li {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 0.5rem;
}

.modal-body .privacy-content > ul > li > strong {
  color: #6f00ff;
}

.modal-body .error-message {
  color: #ff6b6b;
  font-size: 14px;
  font-family: "Paperozi-Medium";
  margin-top: 0.5rem;
  min-height: 20px;
  line-height: 1.4;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

.modal-body .error-message:not(:empty) {
  opacity: 1;
  visibility: visible;
}

.modal-body .form-actions {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.modal-body .submit-btn {
  background-color: #6f00ff;
  color: white;
  border: none;
  padding: 15px 40px;
  border-radius: 10px;
  font-size: 18px;
  font-family: "Paperozi-Bold";
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 200px;
}

.modal-body .submit-btn:hover {
  background-color: #8a30ff;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(111, 0, 255, 0.3);
}

.modal-body .submit-btn:active {
  transform: translateY(0);
}

.modal-body .submit-btn:disabled {
  background-color: #555;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

@media all and (max-width: 1600px) {
  #section1 > .container > .contentLine > .teacherImg {
    width: 500px;
  }
}

@media all and (max-width: 1366px) {
  .table-container {
    margin: 0 20px;
  }

  .math-textbook-table thead th {
    padding: 15px 10px;
    font-size: 16px;
  }

  .math-textbook-table tbody td {
    padding: 15px 10px;
  }

  .textbook-item {
    font-size: 13px;
    padding: 6px 10px;
  }

  .level-cell {
    font-size: 18px;
  }

  .qnaItem.active .answer {
    max-height: 1000px;
  }
}

@media all and (max-width: 884px) {
  .navigation {
    height: 64px;
  }
  .navigation > .container {
    padding: 0 16px;
  }
  .navigation > .container > .iconLine > a {
    font-size: 22px;
  }

  .hamburger {
    display: flex;
    z-index: 100;
  }

  .navigation > .container > .navLine {
    position: fixed;
    top: 0;
    right: 0;
    width: 78%;
    max-width: 320px;
    height: 100vh;
    background: rgba(26, 26, 26, 0.98);
    backdrop-filter: blur(8px);
    border-left: 1px solid #333;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
    padding: 80px 20px 20px 20px;
    gap: 12px 18px;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    z-index: 99;
  }

  .navigation > .container > .navLine.show {
    transform: translateX(0);
  }

  .navigation > .container > .navLine > a {
    font-size: 18px;
    padding: 8px 6px;
  }

  .navigation > .container > .navLine {
    margin-left: 0;
    gap: 0;
  }

  body.nav-open {
    overflow: hidden;
  }
  .table-container {
    margin: 0 10px;
  }

  .math-textbook-table thead th {
    padding: 12px 8px;
    font-size: 14px;
  }

  .math-textbook-table tbody td {
    padding: 12px 8px;
  }

  .textbook-item {
    font-size: 12px;
    padding: 5px 8px;
  }

  .level-cell {
    font-size: 16px;
    width: 100px;
    min-width: 100px;
  }

  .concept-column,
  .type-column,
  .exam-column {
    min-width: 150px;
  }

  .modal-content {
    width: 95%;
    max-height: 95vh;
  }

  .modal-header {
    padding: 20px 20px 15px 20px;
  }

  .modal-header h2 {
    font-size: 24px;
  }

  .modal-body {
    padding: 20px;
  }

  .modal-body .form-group > input[type="text"],
  .modal-body .form-group > input[type="tel"],
  .modal-body .form-group > select {
    padding: 12px 15px;
    font-size: 16px;
  }

  .modal-body .form-group > label {
    font-size: 16px;
  }

  .modal-body .submit-btn {
    width: 100%;
    padding: 15px 20px;
    font-size: 16px;
  }

  .modal-body .privacy-details {
    padding: 15px;
  }

  .modal-body .privacy-content > h4 {
    font-size: 16px;
  }

  .modal-body .privacy-content > p,
  .modal-body .privacy-content > ul > li {
    font-size: 13px;
  }

  footer {
    padding: 40px 0 30px 0;
  }

  footer > .footer-content {
    padding: 0 100px;
    gap: 1.5rem;
  }

  footer > .footer-content > .company-name > h2 {
    font-size: 36px;
  }

  footer > .footer-content > .contact-info > p {
    font-size: 15px;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.2rem;
  }

  footer > .footer-content > .contact-info > p > .label {
    min-width: auto;
    font-size: 14px;
  }

  .price {
    padding: 20px;
  }

  .price > .class-grid > .class-item > div:last-child {
    font-size: 20px;
  }

  .price > p.sub {
    font-size: 15px;
  }

  .price-detail {
    margin-top: 1.5rem;
  }

  .price-main-info {
    padding: 18px;
  }

  .price-main-text {
    font-size: 16px;
  }

  .price-main-amount {
    font-size: 28px;
  }

  .price-option-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.2rem;
  }

  .price-option-item {
    padding: 18px;
  }

  .price-option-label {
    font-size: 18px;
  }

  .price-amount {
    font-size: 18px;
  }

  .price-detail > .price-detail-content > p.sub {
    font-size: 15px;
  }

  .target {
    gap: 2rem;
    margin-bottom: 2rem;
  }

  .target-title,
  .class-title {
    font-size: 24px;
  }

  .target-list li {
    font-size: 16px;
    padding: 12px 15px;
    padding-left: 40px;
  }

  .target-list li::before {
    left: 12px;
    font-size: 14px;
  }

  .class-grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 12px;
  }

  .class-item {
    padding: 15px;
    text-align: center;
    font-size: 16px;
    align-content: center;
  }

  #section1 > .container > .contentLine {
    flex-direction: column-reverse;
    justify-content: flex-start;
    gap: 4rem;
  }

  #section1 > .container > .contentLine > .teacherImg {
    width: 400px;
    height: auto;
  }

  #section1 > .container > .contentLine > .textBoxLine {
    align-items: center;
  }

  #section1 > .container > .contentLine > .textBoxLine > .textLine > p {
    text-align: center;
  }

  #section1 > .container > .contentLine > .textBoxLine > .textLine > p > br {
    display: none;
    text-align: center;
  }

  #section2 > .container > .contentLine > .textLine > .subTextBox {
    width: 80%;
    gap: 2rem;
  }

  #section2 > .container > .contentLine > .textLine > .subTextBox > .sub {
    font-size: 22px;
  }

  #section2
    > .container
    > .contentLine
    > .teacherIntro
    > .teacher
    > .teacherImg {
    flex-wrap: wrap;
    justify-content: center;
  }

  #section3 > .container > .contentLine > .placeList > .place > .imgList {
    flex-wrap: wrap;
    justify-content: center;
  }

  #section8 > .container > .contentLine > .target {
    width: 90%;
  }

  #section8 > .container > .contentLine > .table-container {
    width: 90%;
  }
  #section8 > .container > .contentLine > .online-coach {
    width: 90%;
  }

  #section8 > .container > .contentLine > .class-grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }

  #section8 > .container > .contentLine > .textLine > p.high {
    font-size: 35px;
  }

  .qnaList {
    width: 90%;
  }

  .section7-description p {
    font-size: 1.1rem;
  }

  #section4 > .container > .contentLine > .blogLine > .blogList {
    width: 700px;
    min-width: 700px;
  }

  #section4
    > .container
    > .contentLine
    > .blogLine
    > .blogList
    > .swiper
    .blogItem {
    width: 330px;
    height: 330px;
  }

  #section4
    > .container
    > .contentLine
    > .blogLine
    > .blogList
    > .swiper
    .blogItem
    > .imgWrapper {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  #section4
    > .container
    > .contentLine
    > .blogLine
    > .blogList
    > .swiper
    .blogItem
    > .imgWrapper
    > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  #section4 > .container > .contentLine > .subTextBox {
    padding: 0 30px;
  }

  #section4 > .container > .contentLine > .blogLine > p {
    text-align: center;
  }

  #section9 > .container > .contentLine > .swiperBox > .swiper {
    width: 700px;
  }

  #section5 > .container > .contentLine > .mapLine > p.mapTitle {
  }
}

@media all and (max-width: 600px) {
  .math-textbook-table thead th {
    padding: 10px 6px;
    font-size: 12px;
  }

  .math-textbook-table tbody td {
    padding: 10px 6px;
  }

  .textbook-item {
    font-size: 11px;
    padding: 4px 6px;
  }

  .level-cell {
    font-size: 14px;
    width: 80px;
    min-width: 80px;
  }

  .modal-content {
    width: 98%;
    border-radius: 15px;
  }

  .modal-header h2 {
    font-size: 20px;
  }

  .modal-body {
    padding: 15px;
  }

  .modal-body .form-group {
    margin-bottom: 1rem;
  }

  .modal-body .radio-group {
    gap: 0.8rem;
  }

  .modal-body .radio-item > label {
    font-size: 15px;
  }

  footer > .footer-content > .company-name > h2 {
    font-size: 28px;
  }

  footer > .footer-content > .contact-info > p {
    font-size: 14px;
  }

  footer > .footer-content > .copyright > p {
    font-size: 12px;
  }

  #qnaSection .head {
    font-size: 28px;
  }

  .question {
    padding: 16px 16px;
  }

  .question span {
    font-size: 18px;
  }

  .qnaItem.active .answer {
    padding: 0 16px 16px 16px;
  }

  #section6 > .container > .contentLine > .formBox {
    max-width: 100%;
    padding: 0 20px;
  }

  #section6
    > .container
    > .contentLine
    > .formBox
    > form
    > .form-group
    > input[type="text"],
  #section6
    > .container
    > .contentLine
    > .formBox
    > form
    > .form-group
    > input[type="tel"],
  #section6
    > .container
    > .contentLine
    > .formBox
    > form
    > .form-group
    > select {
    padding: 12px 15px;
    font-size: 16px;
  }

  #section6
    > .container
    > .contentLine
    > .formBox
    > form
    > .form-group
    > label {
    font-size: 16px;
  }

  #section6
    > .container
    > .contentLine
    > .formBox
    > form
    > .form-actions
    > .submit-btn {
    width: 100%;
    padding: 15px 20px;
    font-size: 16px;
  }

  #section6
    > .container
    > .contentLine
    > .formBox
    > form
    > .form-group
    > .privacy-details {
    padding: 15px;
  }

  #section6
    > .container
    > .contentLine
    > .formBox
    > form
    > .form-group
    > .privacy-details
    > .privacy-content
    > h4 {
    font-size: 16px;
  }

  #section6
    > .container
    > .contentLine
    > .formBox
    > form
    > .form-group
    > .privacy-details
    > .privacy-content
    > p,
  #section6
    > .container
    > .contentLine
    > .formBox
    > form
    > .form-group
    > .privacy-details
    > .privacy-content
    > ul
    > li {
    font-size: 13px;
  }
  .price {
    padding: 16px;
  }

  .price > .class-grid {
    max-width: 100%;
  }

  .price-detail {
    margin-top: 1.2rem;
    padding: 16px;
  }

  .price-main-info {
    padding: 15px;
  }

  .price-main-text {
    font-size: 15px;
  }

  .price-main-amount {
    font-size: 24px;
  }

  .price-option-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .price-option-item {
    padding: 15px;
  }

  .price-option-label {
    font-size: 17px;
  }

  .price-option-detail > div:first-child {
    font-size: 15px;
  }

  .price-amount {
    font-size: 17px;
  }

  .price-detail > .price-detail-content > p.sub {
    font-size: 14px;
  }

  .table-container {
    max-width: 100%;
  }

  .target-section,
  .class-section {
    padding: 15px;
  }

  .target-title,
  .class-title {
    font-size: 20px;
  }

  .target-list li {
    font-size: 14px;
    padding: 10px 12px;
    padding-left: 35px;
  }

  .target-list li::before {
    left: 10px;
    font-size: 12px;
  }

  .class-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .class-item {
    padding: 12px;
    font-size: 14px;
  }

  #section6 > .container > .contentLine > .textLine > p {
    font-size: 36px;
  }

  #section6 > .container > .contentLine > .formBox {
    padding: 0 30px;
  }

  #section6 > .container > .contentLine > .formBox > form {
    gap: 1.5rem;
  }

  #section6
    > .container
    > .contentLine
    > .formBox
    > form
    > .form-group
    > .radio-group {
    gap: 0.8rem;
  }

  #section6
    > .container
    > .contentLine
    > .formBox
    > form
    > .form-group
    > .radio-group
    > .radio-item
    > label {
    font-size: 15px;
  }

  #section1 > .container > .contentLine > .textBoxLine {
    gap: 2rem;
  }

  #section1 > .container > .contentLine > .textBoxLine > .subTextBox > p {
    text-align: center;
    padding: 0 30px;
  }

  #section2 > .container > .contentLine > .textLine > .head,
  #section3 > .container > .contentLine > .textLine > p.head,
  #section4 > .container > .contentLine > .textLine > p,
  #section9 > .container > .contentLine > .textLine > p.head,
  #section5 > .container > .contentLine > .textLine > p.head {
    font-size: 45px;
  }

  #section8 > .container > .contentLine > .textLine > p.head {
    font-size: 36px;
  }

  #section3 > .container > .contentLine > .textLine > p.sub,
  #section8 > .container > .contentLine > .textLine > p.sub {
    font-size: 20px;
    text-align: center;
  }

  #section2 > .container > .contentLine > .textLine > .subTextBox {
    width: 90%;
  }

  #section2 > .container > .contentLine > .teacherIntro > p.headT {
    font-size: 35px;
  }

  #section2
    > .container
    > .contentLine
    > .teacherIntro
    > .teacher
    > .teacherImg
    > .imgWrapper {
    width: 400px;
    height: 400px;
  }

  #section4 > .container > .contentLine > .blogLine {
    padding: 0 30px;
  }

  #section4 > .container > .contentLine > .blogLine > p {
    font-size: 30px;
  }
  #section4 > .container > .contentLine > .blogLine > .blogList {
    width: 330px;
    min-width: 330px;
  }

  #section4
    > .container
    > .contentLine
    > .blogLine
    > .blogList
    > .swiper
    .blogItem {
  }

  #section9 > .container > .contentLine {
    gap: 4rem;
  }
  #section9 > .container > .contentLine > .swiperBox > .swiper {
    width: 400px;
  }

  #section5 > .container > .contentLine > .mapLine {
    width: 90%;
  }

  footer > .footer-content {
    width: 90%;
    min-width: 90%;
    padding: 0;
  }

  #section8 > .container > .contentLine > .textLine {
    padding: 0 20px;
  }

  #section8 > .container > .contentLine {
    width: 100%;
  }

  #section8 > .container > .contentLine > .table-container {
    overflow-x: auto;
    width: 90%;
    border-radius: 0 0 15px 15px;
  }
}

@media all and (max-width: 478px) {
  #section1 > .container > .contentLine > .teacherImg {
    width: 280px;
  }

  #section1 > .container > .contentLine > .textBoxLine > .textLine > p {
    font-size: 30px;
  }
  #section1 > .container > .contentLine > .textBoxLine span.highMain {
    font-size: 35px;
  }
  #section1 > .container > .contentLine > .textBoxLine {
    gap: 1rem;
  }

  #section1 > .container > .contentLine > .textBoxLine > .subTextBox > p {
    font-size: 15px;
  }

  #section2 > .container > .contentLine > .textLine > .head,
  #section3 > .container > .contentLine > .textLine > p.head,
  #section4 > .container > .contentLine > .textLine > p,
  #section9 > .container > .contentLine > .textLine > p.head,
  #section5 > .container > .contentLine > .textLine > p.head {
    font-size: 35px;
  }

  #section2 > .container > .contentLine > .textLine > .subTextBox > .sub {
    font-size: 17px;
  }

  #section2
    > .container
    > .contentLine
    > .teacherIntro
    > .teacher
    > .teacherImg
    > .imgWrapper {
    width: 300px;
    height: 300px;
  }

  #section2
    > .container
    > .contentLine
    > .teacherIntro
    > .teacher
    > .infoText
    > p.name {
    font-size: 25px;
  }
  #section2
    > .container
    > .contentLine
    > .teacherIntro
    > .teacher
    > .infoText
    > p.sub {
    font-size: 17px;
  }

  #section3 > .container > .contentLine > .textLine > p.sub,
  #section8 > .container > .contentLine > .textLine > p.sub {
    font-size: 17px;
  }

  #section3 > .container > .contentLine > .placeList > .place > p.name {
    font-size: 25px;
  }

  #section8 > .container > .contentLine > .price {
    width: 90%;
  }

  #section4 > .container > .contentLine > .subTextBox > p.head {
    font-size: 20px;
  }

  #section4 > .container > .contentLine > .subTextBox > p.sub {
    font-size: 22px;
  }
  #section4 > .container > .contentLine > .subTextBox > p.sub strong {
    font-size: 25px;
  }
  #section4 > .container > .contentLine > .blogLine > p {
    font-size: 25px;
  }

  #section9 > .container > .contentLine > .swiperBox > .swiper {
    width: 320px;
  }

  .question span {
    font-size: 15px;
  }

  .answer p {
    font-size: 13px;
  }

  .section7-title {
    font-size: 2rem;
  }
}
