html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Spoqa Han Sans Neo", "sans-serif";
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #313131;
}

button a {
  color: #fff;
  text-decoration: none;
}

html,
body {
  position: relative;
  height: 100%;
}

body {
  font-size: 14px;
  color: #424242;
}

/* ===== COUNSELOR ITEM BASE STYLES ===== */
.counselor-item {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  cursor: pointer;
  transition: all 0.2s ease;
}

.counselor-name {
  font-size: 14px;
  font-weight: 600;
  color: #424242;
}

/* ===== COUNSELOR ITEM CONTEXT-SPECIFIC STYLES ===== */

/* 1. Counselor Selection Popup (client-list.html) */
.counselor-popup .counselor-item {
  padding: 12px 16px;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}

.counselor-popup .counselor-item:last-child {
  border-bottom: none;
}

.counselor-popup .counselor-item:hover {
  color: #46ab66;
  background-color: #e8f5e8;
}

.counselor-popup .counselor-item:hover::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background-color: #46ab66;
}

.counselor-popup .counselor-item:hover .counselor-name {
  color: #46ab66;
}

.counselor-popup .counselor-item.selected {
  background-color: #e8f5e8;
  color: #46ab66;
}

.counselor-popup .counselor-item.selected::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background-color: #46ab66;
}

.counselor-popup .counselor-item.selected .counselor-name {
  color: #46ab66;
}

/* 2. AI Settings Counselor List (ai-settings.html) */
.ai-settings .counselor-item {
  padding: 14px 12px;
  justify-content: space-between;
  gap: 16px;
}

.ai-settings .counselor-item.active .counselor-name {
  color: #46ab66;
}

.ai-settings .counselor-item.inactive .counselor-name {
  color: #9e9e9e;
}

.ai-settings .counselor-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ai-settings .counselor-status {
  font-size: 13px;
  font-weight: 500;
}

/* 3. Board Layout Counselor Grid (boardLayout.css context) */
.board-layout .counselor-item {
  padding: 12px;
  border-radius: 6px;
  text-align: center;
  border: 1px solid transparent;
}

.board-layout .counselor-item:hover {
  background-color: #f5f5f5;
  border-color: #46ab66;
}

/* 4. Reservation Autocomplete (reservation.css context) */
.reservation .counselor-items {
  position: relative;
  z-index: 999;
}

.reservation .counselor-item {
  padding: 8px 12px;
  border-bottom: 1px solid #e5e5e5;
}

.reservation .counselor-item:hover {
  background-color: #f5f5f5;
}

div._wsaicon img {
  display: none !important;
}

.swiper {
  width: 100%;
  height: 100%;
}

.section_inner {
  max-width: 1440px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  left: 0;
  top: 20px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-slide p {
  z-index: 30;
  color: white;
  font-size: 34px;
  position: absolute;
  top: 100px;
  margin: 0 auto;
  left: 0;
  right: 0;
}

@media screen and (max-width: 768px) {
  .swiper-slide p {
    font-size: 20px;
    position: absolute;
    top: 110px;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    top: 50px;
    object-fit: cover;
  }
}

/* section_main */

.main_banner {
  position: relative;
  height: 95vh;
  top: 70px;
}

.main_inner {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main_text {
  position: absolute;
  top: 170px;
  left: 250px;
  z-index: 31;
}

.main_text > span {
  font-size: 40px;
  font-weight: lighter;
}

.main_text p {
  margin-top: 0px;
  font-size: 40px;
  font-weight: 600;
}

.main_button {
  position: absolute;
  bottom: 150px;
  left: 0;
  right: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  z-index: 20;
}

.main_button button {
  margin: 8px 10px;
}

/* scroll */
.scrolling {
  z-index: 20;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: 60px;
}
.scrolling img {
  display: block;
  width: 1.5%;
  margin: 0 auto;
  padding: 4px 0;
}

@keyframes down {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(40%);
  }
}

.arrow11 {
  animation: down 0.5s linear infinite alternate;
}

/* popup */
.popup .overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 30;
  display: none;
}

.popup .content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  z-index: 40;
  box-sizing: border-box;
}

.popup .content {
  display: none;
  -webkit-user-drag: none;
}

.popup .close-btn {
  position: absolute;
  top: -80px;
  right: 0;
  color: #fff;
  font-size: 60px;
  cursor: pointer;
}

.popup.active .overlay {
  display: block;
}

.popup.active .content {
  display: block;
  transition: all 300ms ease-in-out;
  transform: translate(-50%, -50%) scale(1);
}

.video {
  border-radius: 50px;
  background-color: #2e2e2e;
  padding: 10px 20px;
  border: none;
  color: #fff;
  width: 160px;
  height: 50px;
  border: 1px solid #333;
  cursor: pointer;
}

.contact {
  border-radius: 50px;
  background-color: #46ab66;
  padding: 10px 20px;
  color: #fff;
  border: none;
  width: 160px;
  height: 50px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .main_inner {
    height: 600px;
  }

  .main_banner {
    top: 0;
    height: 680px;
  }

  .main_inner > .main_text {
    font-size: 24px;
    position: absolute;
    top: 80px;
    left: 120px;
  }

  .main_button {
    position: absolute;
    bottom: 120px;
    left: 0;
    right: 0;
  }
  .popup .content iframe {
    width: 350px;
    height: 260px;
  }

  .scrolling img {
    width: 2.5%;
  }
}

/* section2 */

.section2_container {
  width: 100%;
  height: 920px;
  background-color: #e8f1e9;
  position: relative;
}

.section2_inner {
  max-width: 1440px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  left: 0;
  top: 130px;
}

.section2_text {
  margin: 0 auto;
  text-align: center;
  position: relative;
  top: 29px;
}

.section2_text h4 {
  font-size: 25px;
  color: #46ab66;
}

.section2_text p {
  font-size: 18px;
  color: #333;
  margin-top: -20px;
}

.section2_icon {
  display: flex;
  flex-direction: row;
  margin-top: 79px;
  column-gap: 0px;
}

.section2_icon .icon_image {
  text-align: center;
  margin: 0 auto;
}

.section2_icon .icon_image img {
  margin-bottom: 15px;
}

.section2_icon .icon_image h2 {
  font-size: 16px;
}

.section2_icon .icon_image p {
  font-size: 13px;
}

.section2_icon .icon_image:nth-child(2) {
  padding-right: 3px 0px;
}

@media screen and (max-width: 900px) {
  .section2_container {
    height: 1610px;
  }

  .section2_icon {
    flex-direction: column;
    margin-top: -81px;
  }

  .section2_icon .icon_image {
    padding: 20px 0;
  }
  .section2_icon .icon_image img {
    margin-bottom: 0;
  }

  .section2_text {
    top: -51px;
  }

  .section2_text h4 {
    font-size: 22px;
  }
  .section2_text p {
    font-size: 16px;
  }
}

@media screen and (min-width: 900px) and (max-width: 1500px) {
  .section2_container {
    height: 900px;
  }
}

@media screen and (min-width: 1930px) {
  .section2_container {
    height: 920px;
  }
}

/* section3 */
.section3_container {
  width: 100%;
  height: 730px;
  background-color: #ffffff;
  position: relative;
}

.section3_text {
  margin: 0 auto;
  text-align: center;
  position: relative;
  top: 24px;
}

.section3_text h4 {
  font-size: 25px;
  color: #46ab66;
}

.section3_text p {
  font-size: 18px;
  color: #333;
  margin-top: -20px;
}

.section3_icon {
  display: flex;
  flex-direction: row;
  margin-top: 60px;
}

.section3_icon .icon_image {
  text-align: center;
  margin: 0 auto;
}

.section3_icon .icon_image img {
  position: relative;
}

.section3_icon .icon_image h2 {
  font-size: 16px;
}

.section3_icon .icon_image p {
  font-size: 13px;
}

.cert_check {
  width: 100%;
  position: absolute;
  bottom: 76px;
  cursor: pointer;
}

.cert_inner {
  display: flex;
  max-width: 700px;
  margin: 0 auto;
}
.cert_btn {
  position: relative;
  background-color: #46ab66;
  width: 300px;
  height: 70px;
  border-radius: 50px;
  margin: 10px auto;
}

.cert_btn p {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin: 0 20px;
}

.check1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  padding: 10px 20px;
  display: flex;
  align-items: center;
}

.check2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  padding: 10px 20px;
  display: flex;
  align-items: center;
}

.check1 img {
  width: 50px;
  height: 50px;
}

.check2 img {
  width: 50px;
  height: 50px;
}
.cert_text {
  text-align: center;
}

@media screen and (max-width: 900px) {
  .section3_container {
    height: 1350px;
  }

  .section3_icon {
    display: flex;
    flex-direction: column;
    margin-top: 70px;
  }
  .section3_text h4 {
    font-size: 20px;
    margin: 0 auto;
  }

  .section3_text p {
    font-size: 16px;
    margin-top: 10px;
  }

  .section3_icon .icon_image h2 {
    margin-top: -20px;
  }

  .section3_icon .icon_image:nth-child(2) {
    padding-right: 0;
    padding: 10px 0;
  }
  .cert_inner {
    display: block;
    margin: 0 auto;
  }

  .cert_check {
    bottom: 100px;
  }

  .cert_btn {
    margin: 25px auto;
  }
}

@media screen and (min-width: 900px) and (max-width: 1500px) {
  .section3_container {
    height: 730px;
  }
}

@media screen and (min-width: 1930px) {
  .section3_container {
    height: 730px;
  }
}

/* section4 */
.section4_container {
  width: 100%;
  height: 540px;
  background-color: #e8f1e9;
  position: relative;
}

.section4_text {
  margin: 0 auto;
  text-align: center;
}

.section4_text span {
  color: #46ab66;
  font-size: 18px;
}

.section4_text h4 {
  font-size: 25px;
  color: #46ab66;
}

.section4_text p {
  font-size: 18px;
  color: #2e2e2e;
  margin-top: -20px;
}

.btn_container {
  margin: 0 auto;
  text-align: center;
  padding-top: 30px;
  color: white;
}

input[type="checkbox"].toggle {
  display: none;
}

input[type="checkbox"].toggle + label {
  display: inline-block;
  height: 65px;
  width: 283px;
  position: relative;
  font-size: 20px;
  padding: 0;
  margin: 0;
  cursor: pointer;
  box-sizing: border-box;
  transition: all 0.3s ease;
  border-radius: 30px;
}

input[type="checkbox"].toggle + label::before {
  position: absolute;
  top: 7px;
  width: 100px;
  height: 50px;
  content: "";
  transition: all 0.3s ease;
  z-index: 3;
  border-radius: 30px;
}

input[type="checkbox"].toggle + label::after {
  overflow: hidden;
  text-align: center;
  z-index: 2;
  position: absolute;
  content: "ON";
  top: 50%;
  transform: translateY(-50%);
  text-shadow: ellipsis;
}

input[type="checkbox"].toggle:not(:checked) + label {
  background-color: #ef7a7f;
  text-align: right;
}

input[type="checkbox"].toggle:not(:checked) + label::after {
  content: attr(data-unchecked);
  right: 25px;
  left: auto;
  opacity: 1;
  color: white;
}

input[type="checkbox"].toggle:not(:checked) + label::before {
  left: 4px;
  background-color: white;
}

input[type="checkbox"].toggle:checked + label {
  text-align: left;
  background-color: #55689d;
}

input[type="checkbox"].toggle:checked + label::after {
  content: attr(data-checked);
  left: 34px;
  right: auto;
  opacity: 1;
  color: white;
}

input[type="checkbox"].toggle:checked + label::before {
  left: 179px;
  background-color: white;
}

label span::before {
  position: absolute;
  top: 18px;
  left: 30px;
  font-size: 24px;
  font-weight: 600;
  color: #55689d;
  z-index: 20;
  transition: all 0.3s ease;
}

label span::after {
  position: absolute;
  top: 18px;
  left: 30px;
  font-size: 24px;
  font-weight: 600;
  color: #ef7a7f;
  z-index: 20;
  transition: all 0.3s ease;
}

input[type="checkbox"].toggle:checked + label span::before {
  content: attr(data-checked);
  left: 209px;
}

input[type="checkbox"].toggle:not(:checked) + label span::after {
  content: attr(data-unchecked);
}

.OFF_TEXT {
  width: 120%;
  height: 50%;
  position: relative;
  top: 100px;
  left: -28px;
  text-align: center;
}

.OFF_TEXT h2 {
  font-size: 22px;
  color: #2e2e2e;
}

.OFF_TEXT p {
  font-size: 18px;
  color: #2e2e2e;
}

.ON_TEXT {
  width: 140%;
  height: 50%;
  position: relative;
  top: 100px;
  left: -50px;
  text-align: center;
}

.ON_TEXT h2 {
  font-size: 22px;
  color: #2e2e2e;
}

.ON_TEXT p {
  font-size: 18px;
  color: #2e2e2e;
}

input[type="checkbox"]:checked + label .OFF_TEXT {
  display: none;
}

input[type="checkbox"]:not(:checked) + label .ON_TEXT {
  display: none;
}

.background_char .char1 {
  position: absolute;
  left: 30px;
  bottom: 0;
}

.background_char .char2 {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .section4_container {
    height: 620px;
  }

  .section4_icon {
    display: block;
  }

  .section4_text h4 {
    font-size: 20px;
    max-width: 300px;
    margin: 0 auto;
  }
  .section4_text p {
    font-size: 16px;
    max-width: 300px;
    margin: 10px auto;
  }
  .section4_text span {
    font-size: 16px;
  }

  .ON_TEXT {
    max-width: 300px;
    left: -7px;
  }

  .OFF_TEXT {
    max-width: 300px;
    left: -9px;
  }
}

@media screen and (max-width: 1400px) {
  .background_char {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1500px) {
  .section4_container {
    height: 540px;
  }
}
@media screen and (min-width: 1920px) {
  .section4_container {
    height: 530px;
  }
}

/* section5 */

.section5_text {
  margin: 0 auto;
  text-align: center;
}

.section5_text h4 {
  font-size: 25px;
  color: #46ab66;
}

.section5_text p {
  font-size: 18px;
  color: #2e2e2e;
  margin-top: -20px;
  margin-bottom: 50px;
}

/* slide */
.gride-slider-section {
  padding: 50px 0;
  height: 900px;
}

.gride-slide {
  padding: 10px;
  width: 30%;
}

.gride-slide-inner {
  padding: 10px;
  border: 2px solid #777;
}

.gride-slide-inner img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .section5_text h4 {
    font-size: 20px;
    max-width: 300px;
    margin: 0 auto;
  }
  .section5_text p {
    font-size: 14px;
    max-width: 300px;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .gride-slide {
    width: 36%;
  }
}

@media (min-width: 500px) and (max-width: 1200px) {
  .gride-slide {
    width: 59%;
  }
}

@media (max-width: 500px) {
  .gride-slide {
    width: 110%;
  }
  .grid-slide-inner img {
    width: 345px;
    height: 466px;
    position: relative;
    left: 87px;
  }
}

@media (max-width: 400px) {
  .gride-slide {
    width: 110%;
  }
  .grid-slide-inner img {
    width: 345px;
    height: 466px;
    position: relative;
    left: 31px;
  }
}

/* section6 */
.section6_container {
  width: 100%;
  height: 690px;
  background-color: #e8f1e9;
  position: relative;
}

.section6_text {
  margin: 0 auto;
  text-align: center;
  position: relative;
  top: 23px;
}

.section6_text h4 {
  font-size: 25px;
  color: #46ab66;
}

.section6_text p {
  font-size: 18px;
  color: #313131;
  margin-top: -24px;
}

.section6_text span {
  color: #ef7a7f;
  font-size: 14px;
  position: relative;
  top: -8px;
}

.section6_btn {
  position: relative;
  top: 17px;
  text-align: center;
  margin: 0 auto;
}

.section6_icon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 50px;
  text-align: center;
}

.section6_icon img {
  text-align: center;
  width: 30%;
  padding: 10px 15px;
}

.btn_text {
  color: #46ab66;
}

.btn_info {
  color: #ffffff;
  background-color: #46ab66;
  border-radius: 30px;
  border: none;
  width: 150px;
  height: 40px;
  position: relative;
  top: 10px;
  font-weight: 700;
  cursor: pointer;
}

.section6_icon .icon_image img {
  margin-bottom: 15px;
}

@media screen and (max-width: 900px) {
  .section6_container {
    height: 1060px;
  }

  .section6_icon {
    flex-direction: column;
  }
  .section6_icon img {
    width: 340px;
    margin: 0 auto;
  }

  .section6_text h4 {
    font-size: 20px;
    color: #46ab66;
  }

  .section6_text p {
    font-size: 14px;
    max-width: 300px;
    margin: 0 auto;
    color: #313131;
    margin-top: -24px;
  }
}

@media screen and (min-width: 900px) and (max-width: 1500px) {
  .section6_container {
    height: 660px;
  }
  .section6_btn {
    position: relative;
    top: 20px;
  }
}

@media screen and (min-width: 1920px) {
  .section6_container {
    height: 700px;
  }
}

/* section7 */

.section7_text {
  margin: 0 auto;
  text-align: center;
  position: relative;
  top: -17px;
}

.section7_text h4 {
  font-size: 25px;
  color: #ef7a7f;
}

.section7_text p {
  font-size: 18px;
  color: #2e2e2e;
  margin-top: -25px;
  margin-bottom: 50px;
}

/* slide2 */
.gride-slider-section2 {
  padding: 50px 0;
  height: 1010px;
}

.gride-slide2 {
  padding: 10px;
  width: 24%;
}

.gride-slide-inner2 {
  padding: 10px;
  border: 2px solid #777;
}

.gride-slide-inner2 img {
  width: 100%;
}

@media (max-width: 400px) {
  .gride-slide2 {
    width: 100%;
  }
  .grid-slide-inner2 img {
    width: 337px;
    height: 475px;
    position: relative;
    left: 21px;
  }
}

@media (min-width: 500px) and (max-width: 768px) {
  .gride-slide2 {
    width: 80%;
  }
  .grid-slide-inner2 img {
    width: 337px;
    height: 475px;
    position: relative;
    left: 41px;
  }
}

@media (min-width: 768px) and (max-width: 900px) {
  .gride-slide2 {
    width: 55%;
  }
  .grid-slide-inner2 img {
    width: 337px;
    height: 475px;
    position: relative;
    left: 41px;
  }
}

@media (min-width: 900px) and (max-width: 1200px) {
  .gride-slide2 {
    width: 49%;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .gride-slide2 {
    width: 33%;
  }
}

@media screen and (max-width: 768px) {
  .gride-slider-section2 {
    padding: 50px 0;
    height: 1050px;
  }

  .section7_text h4 {
    font-size: 20px;
    max-width: 350px;
    margin: 0 auto;
  }
  .section7_text p {
    font-size: 14px;
    max-width: 330px;
    margin: 0 auto;
  }
}

.section7_inner {
  text-align: center;
  margin: 0 auto;
  position: relative;
  top: 35px;
}

.btn_text.pink {
  color: #ef7a7f;
}

.btn_info.pink {
  background-color: #ef7a7f;
  cursor: pointer;
}

/* section8 */
.section8_container {
  width: 100%;
  height: 670px;
  background-color: #b4e2de;
  position: relative;
}

.section8_text {
  margin: 0 auto;
  text-align: center;
  position: relative;
  top: 23px;
}

.section8_text h4 {
  font-size: 25px;
  color: #55689d;
}

.section8_btn {
  position: relative;
  top: 17px;
  text-align: center;
  margin: 0 auto;
}

.section8_icon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 90px;
  text-align: center;
}

.section8_icon img {
  text-align: center;
  padding: 10px 15px;
}

.btn_text {
  color: #46ab66;
}

.btn_info {
  color: #ffffff;
  background-color: #46ab66;
  border-radius: 30px;
  border: none;
  width: 150px;
  height: 40px;
  position: relative;
  top: 10px;
  font-weight: 700;
  cursor: pointer;
}

.section8_icon .icon_image img {
  margin-bottom: 15px;
}

.btn_text.blue {
  color: #55689d;
}

.btn_info.blue {
  background-color: #55689d;
  cursor: pointer;
}

@media screen and (max-width: 900px) {
  .section8_container {
    height: 890px;
  }

  .section8_icon {
    flex-direction: column;
    align-items: center;
    margin-top: 60px;
  }
  .section8_icon img {
    width: 340px;
  }

  .section8_text h4 {
    font-size: 22px;
    max-width: 300px;
    margin: 0 auto;
  }

  .section_inner {
    top: 30px;
  }
}

@media screen and (min-width: 900px) and (max-width: 1500px) {
  .section8_container {
    height: 680px;
  }

  .section8_btn {
    position: relative;
    top: 40px;
  }
}

@media screen and (min-width: 1920px) {
  .section8_container {
    height: 670px;
  }
}

/* section9 */

.section9_container {
  width: 100%;
  height: 800px;
  background-color: #fff;
  position: relative;
}

.section9_inner {
  text-align: center;
  margin: 0 auto;
}

.section9_inner h2 {
  font-size: 30px;
  margin: 45px auto 15px auto;
  text-align: left;
  max-width: 880px;
}

.partner {
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 900px;
  justify-content: space-between;
  display: grid;
  row-gap: 20px;
  column-gap: 20px;
  grid-template-columns: repeat(5, 1fr);
}

.partnerSection svg {
  position: absolute;
  transform: rotate(90deg);
}

.partner img {
  width: 105%;
  height: 60px;
  margin: 0 10px;
  padding: 15px 25px;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  box-shadow: 6px 6px 23px 2px rgba(143, 143, 143, 0.3);
  -webkit-box-shadow: 6px 6px 23px 2px rgba(143, 143, 143, 0.3);
  -moz-box-shadow: 6px 6px 23px 2px rgba(143, 143, 143, 0.3);
}

.partnerContainer {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  align-items: center;
}

.partnerContainer h4 {
  font-size: 18px;
  font-weight: 400;
  color: #797979;
  text-align: left;
  max-width: 880px;
  margin: 0 auto;
  padding: 20px 0;
}

/* partner Button */

#GovermentloadMore {
  position: relative;
  margin: 40px;
}

#GovermentloadMore svg {
  position: absolute;
  cursor: pointer;
}

#universityloadMore {
  position: relative;
  margin: 40px;
}

#universityloadMore svg {
  position: absolute;
  cursor: pointer;
}

#EAPCompanyloadMore {
  position: relative;
  margin: 40px;
}

#EAPCompanyloadMore svg {
  position: absolute;
  cursor: pointer;
}

#CounselingCompanyloadMore {
  position: relative;
  margin: 40px;
}

#CounselingCompanyloadMore svg {
  position: absolute;
  cursor: pointer;
}

#CooperationCompanyloadMore {
  position: relative;
  margin: 40px;
}

#CooperationCompanyloadMore svg {
  position: absolute;
  cursor: pointer;
}

@media screen and (max-width: 900px) {
  .section9_container {
    width: 100%;
    height: 1060px;
    background-color: #fff;
    position: relative;
  }

  .partnerContainer h4 {
    font-size: 13px;
    padding: 30px 17px;
  }

  .section9_inner h2 {
    padding: 0 42px;
  }

  .partner {
    column-gap: 0;
    padding: 0;
    grid-template-columns: repeat(3, 1fr);
  }

  .partner img {
    width: 105px;
    height: 44px;
    padding: 7px 9px;
  }
}

@media screen and (min-width: 900px) and (max-width: 1500px) {
  .section9_container {
    height: 1070px;
  }
  .partner {
    column-gap: 0;
    padding: 0;
    grid-template-columns: repeat(3, 1fr);
  }
  .partner img {
    width: 195px;
    height: 64px;
  }
}

@media screen and (min-width: 1930px) {
  .section9_container {
    height: 910px;
  }
}

/* section10 */
#sec10Submit {
  cursor: pointer;
}

/* 사용방법 section */

.method_background {
  width: 100%;
  height: 720px;
  background-color: #55689d;
  margin: 0 auto;
  text-align: center;
  color: white;
  position: relative;
  top: 80px;
}
.method_container {
  max-width: 1250px;
  margin: 0 auto;
  position: relative;
  top: 100px;
}

.method_context {
  text-align: center;
  margin: 0 auto;
  position: relative;
}

.method_context h4 {
  font-weight: 400;
}

.method_context p {
  font-weight: 800;
}

.method_context button {
  position: absolute;
  right: 0;
  left: 0;
  top: 240px;
  margin: 0 auto;
}

.method1 h2 {
  margin-bottom: 70px;
  font-size: 24px;
}

.method2 {
  text-align: center;
  display: flex;
}

.method3 h2 {
  margin-top: 60px;
  color: #b4e2de;
}

@media screen and (max-width: 768px) {
  .method2 {
    display: block;
  }

  .method_background {
    height: 1280px;
  }

  .method_context {
    padding: 30px 0;
  }
  .method1 h2 {
    font-size: 22px;
    max-width: 300px;
    margin: 0 auto;
  }

  .method3 h2 {
    font-size: 14px;
    letter-spacing: -0.8px;
    line-height: 18px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -170px;
    max-width: 280px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 1500px) {
  .method_background {
    height: 720px;
  }
}

@media screen and (min-width: 1930px) {
  .method_background {
    height: 734px;
  }
}

/* certification slide */

.cert_slide_content {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  transform: translate(0, -50%) scale(0.1);
  transition: transform 0.1s, top 0.1s;
  visibility: hidden;
  z-index: 100;
}

.cert_slide_content_open {
  visibility: visible;
  top: 50%;
  transform: translate(0, -50%) scale(1);
}

.slide_wrapper {
  position: relative;
  width: 1440px;
  height: 510px;
  margin: 0 auto;
  overflow: hidden;
  top: 200px;
}

.slides {
  position: absolute;
  left: 0;
  top: 0;
  transition: left 0.5s ease-out;
}

.slides img {
  float: left;
  margin-right: 30px;
  width: 300px;
  height: 410px;
}

.slides li:not(:last-child) {
  float: left;
  margin-right: 30px;
}

.controls {
  text-align: center;
}

.controls span {
  position: absolute;
  font-size: 70px;
  color: white;
  padding: 10px 20px;
  margin: 0 10px;
}

.controls .prev_slide {
  position: absolute;
  top: 360px;
  left: 130px;
}

.controls .next_slide {
  position: absolute;
  top: 360px;
  right: 130px;
}

.controls .cert_close_btn {
  position: absolute;
  right: 240px;
  top: 110px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .slide_wrapper {
    width: 280px;
    top: 180px;
  }

  .controls .prev_slide {
    top: 310px;
    left: -13px;
  }
  .controls .next_slide {
    top: 300px;
    right: -17px;
  }

  .controls .cert_close_btn {
    right: 60px;
    top: 50px;
  }

  .slides img {
    width: 270px;
    height: 380px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1500px) {
  .slide_wrapper {
    width: 1070px;
    top: 240px;
  }

  .controls .prev_slide2 {
    top: 400px;
    left: 70px;
  }

  .controls .next_slide2 {
    top: 390px;
    right: 70px;
  }

  .controls .cert_close_btn2 {
    top: 150px;
    right: 181px;
  }
}

@media screen and (min-width: 1920px) {
  .controls .prev_slide {
    top: 400px;
    left: 443px;
  }

  .controls .next_slide {
    top: 390px;
    right: 423px;
  }

  .controls .cert_close_btn {
    right: 550px;
  }
}

/* certification slide */

.cert_slide_content2 {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  transform: translate(0, -50%) scale(0.1);
  transition: transform 0.1s, top 0.1s;
  visibility: hidden;
  z-index: 100;
}

.cert_slide_content_open2 {
  visibility: visible;
  top: 50%;
  transform: translate(0, -50%) scale(1);
}

.slide_wrapper2 {
  position: relative;
  width: 1440px;
  height: 510px;
  margin: 0 auto;
  overflow: hidden;
  top: 200px;
}

.slides2 {
  position: absolute;
  left: 0;
  top: 0;
  transition: left 0.5s ease-out;
}

.slides2 img {
  float: left;
  margin-right: 30px;
  width: 300px;
  height: 410px;
}

.slides2 li:not(:last-child) {
  float: left;
  margin-right: 30px;
}

.controls2 {
  text-align: center;
}

.controls2 span {
  position: absolute;
  font-size: 70px;
  color: white;
  padding: 10px 20px;
  margin: 0 10px;
}

.controls2 .prev_slide2 {
  position: absolute;
  top: 650px;
  left: 570px;
}

.controls2 .next_slide2 {
  position: absolute;
  top: 640px;
  right: 550px;
}

.controls2 .cert_close_btn2 {
  position: absolute;
  right: 240px;
  top: 110px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .slide_wrapper2 {
    width: 280px;
    top: 180px;
  }

  .controls2 .prev_slide2 {
    top: 310px;
    left: -13px;
  }
  .controls2 .next_slide2 {
    top: 300px;
    right: -17px;
  }

  .controls2 .cert_close_btn2 {
    right: 30px;
    top: 90px;
  }

  .slides2 img {
    width: 270px;
    height: 380px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1500px) {
  .slide_wrapper2 {
    width: 1070px;
    top: 240px;
  }

  .controls2 .prev_slide2 {
    top: 400px;
    left: 70px;
  }

  .controls2 .next_slide2 {
    top: 390px;
    right: 70px;
  }

  .controls2 .cert_close_btn2 {
    top: 150px;
    right: 181px;
  }
}

@media screen and (min-width: 1920px) {
  .controls2 .prev_slide2 {
    top: 400px;
    left: 443px;
  }

  .controls2 .next_slide2 {
    top: 390px;
    right: 423px;
  }

  .controls2 .cert_close_btn2 {
    right: 550px;
  }
}

/* popup_page */

.badges {
  position: fixed;
  top: 160px;
  right: 30px;
  z-index: 21;
}

.badges .badge {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 12px;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

.badge img {
  width: 130px;
}
@media screen and (max-width: 768px) {
  .badges .badge {
    display: none;
  }
}

/* 다운로드 페이지 */
.SectionStyled {
  width: 100%;
  max-width: 350px;
  display: flex;
  flex-direction: column;
  row-gap: 60px;
  padding: 130px 20px 100px;
  margin: 0 auto;
  transition: 0.3s ease-in-out;
}

@media (max-width: 1080px) {
  .SectionStyled {
    padding: 120px 10px 100px;
    row-gap: 40px;
  }
}

@media (max-width: 600px) {
  .SectionStyled {
    row-gap: 60px;
  }
}

.box {
  width: 100%;
}

.title {
  font-size: 26px;
}
@media (max-width: 768px) {
  .title {
    font-size: 22px;
  }
}

.subTitle {
  font-size: 15px;
  color: #797979;
  margin-top: 10px;
}

.tabs {
  width: 100%;
  display: flex;
  column-gap: 20px;
  padding: 20px;
  margin-top: 24px;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
}
.tabs .tab_box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 8px;
}

@media (max-width: 600px) {
  .tabs {
    padding: 0;
    border: none;
    column-gap: 10px;
    flex-direction: column;
    row-gap: 20px;
  }

  .tabs .tab_box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 8px;
  }

  .tab_box button {
    background-color: #f9fcff;
    border: 1px solid #eaeef4;
    color: #555;
  }

  .tab_box button:hover {
    background-color: #f3f9ff;
  }
}

.tab_box2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 8px;
}
.tab_box2 button {
  background-color: #f8f8f8;
  border: 1px solid #eee;
  color: #555;
}
.tab_box2 button:hover {
  background-color: #f2f2f2;
}

.tabs button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  height: 54px;
  cursor: pointer;
  border-radius: 100px;
}

.tabs span {
  font-size: 13px;
  color: #f54c4c;
}
@media (max-width: 380px) {
  .tabs span {
    font-size: 12px;
  }
}

/* 팝업 스타일링 */

#bannerPopup {
  display: none;
}

.bannerPopup {
  width: 100%;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 100px;
  left: 100px;
}

.imgLayout {
  display: flex;
  flex-direction: column;
}

.bannerPopup img {
  width: 370px;
  height: 460px;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15);
}

.bannerPopup button {
  width: 370px;
  height: 40px;
  border: none;
  cursor: pointer;
  font-size: 11px;
  background-color: #46ab66;
  color: #fff;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15);
}

.today {
  display: flex;
}

.today button {
  width: calc(370px / 2);
  background-color: #f3f3f3;
  color: #313131;
}

.today .todayClose {
  border-right: 1px solid #a3a3a3;
}

/* 팝업 모바일 스타일 */

@media screen and (max-width: 768px) {
  .bannerPopup {
    justify-content: center;
    left: 23px;
    top: 35px;
  }

  .bannerPopup img {
    width: 330px;
    height: 460px;
  }

  .bannerPopup button {
    width: 330px;
    height: 40px;
  }

  .today button {
    width: calc(330px / 2);
  }
}
