@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/gh/sun-typeface/SUIT@2/fonts/static/woff2/SUIT.css");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
:root {
  --body: #092D3D ;
  --blue: #0092D3;
  --orange: #EA6717;
  --white:#fff;
  --lightgray: #F1F6F9;
  --hd-height:84px;
  --spacing-x:40px;
  --spacing-y:180px;
}
@media (max-width: 991.98px) {
  :root {
    --hd-height:60px;
    --spacing-x:30px;
    --spacing-y:150px;
  }
}
@media (max-width: 767.98px) {
  :root {
    --spacing-x:20px;
    --spacing-y:120px;
  }
}
@media (max-width: 575.98px) {
  :root {
    --spacing-y:80px;
  }
}

html {
  font-size: 20px;
}
@media (max-width: 767.98px) {
  html {
    font-size: 16px;
  }
}

body, p, span, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset, legend, input, textarea, button, select, label {
  margin: 0;
  padding: 0;
  font-family: "Outfit", -apple-system, sans-serif;
  color: inherit;
  outline: 0;
  letter-spacing: -0.02em;
}

a {
  color: inherit;
}
a:hover, a:focus, a:active {
  color: inherit;
  text-decoration: none;
}

li {
  list-style: none;
}

address, em {
  font-style: normal;
}

table {
  width: 100%;
}

textarea {
  resize: none;
  font-size: 1rem;
  outline: 0;
}

u {
  text-decoration-thickness: 1px;
  text-underline-position: under;
}

img {
  vertical-align: top;
  max-width: 100%;
}

button {
  cursor: pointer;
  outline: 0 !important;
}
button.no-style {
  background: none;
  line-height: 1;
  border: 0;
}

h1, h2, h3, h4, .h1, .h2, .h3, .h4, .h5 {
  font-weight: 700;
  margin-bottom: 0 !important;
  line-height: 1.5;
}
h1.font-eng, h2.font-eng, h3.font-eng, h4.font-eng, .h1.font-eng, .h2.font-eng, .h3.font-eng, .h4.font-eng, .h5.font-eng {
  font-weight: 600;
  line-height: 1.2;
}

.h1 {
  font-size: 3rem !important;
}

.h2 {
  font-size: 1.6rem !important;
}

.h3 {
  font-size: 1.4rem !important;
}

.h4 {
  font-size: 1rem !important;
}

.h5 {
  font-size: 0.9rem !important;
}

.text-sm {
  font-size: 0.75rem !important;
}

.display01 {
  font-size: 4.8rem;
}

@media (max-width: 991.98px) {
  .display01 {
    font-size: 3.125rem;
  }
  .h1 {
    font-size: 2.25rem !important;
  }
  .h2 {
    font-size: 1.75rem !important;
  }
  .h3 {
    font-size: 1.5rem !important;
  }
  .h4 {
    font-size: 1.125rem !important;
  }
  .h5 {
    font-size: 1rem !important;
  }
}
.text-base {
  font-size: 1rem !important;
}

.font-eng {
  font-family: "Outfit", serif !important;
}

.fw300 {
  font-weight: 300 !important;
}

.fw400 {
  font-weight: 400 !important;
}

.fw500 {
  font-weight: 500 !important;
}

.fw600 {
  font-weight: 600 !important;
}

.fw700 {
  font-weight: 700 !important;
}

.fw800 {
  font-weight: 800 !important;
}

.fw900 {
  font-weight: 900 !important;
}

.text-body {
  color: var(--body) !important;
}

.text-blue {
  color: var(--blue) !important;
}

.text-orange {
  color: var(--orange) !important;
}

.text-white {
  color: #fff !important;
}

.bg-body {
  background-color: var(--body) !important;
}

.bg-blue {
  background-color: var(--blue) !important;
}

.bg-orange {
  background-color: var(--orange) !important;
}

.bg-lightgray {
  background-color: var(--lightgray) !important;
}

.tit-wrap b {
  margin-bottom: 0.8rem;
  line-height: 1.3;
  font-weight: 600;
  color: var(--orange);
}
.tit-wrap h3 {
  line-height: 1.2;
  font-weight: 700;
}
.tit-wrap p {
  margin-top: 1.2rem;
  font-weight: 400;
}
.tit-wrap.row {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 10px;
  margin: 0;
}
.tit-wrap.row p {
  margin-top: 0;
}
@media (max-width: 767.98px) {
  .tit-wrap.row {
    flex-direction: column;
    align-items: start;
  }
}

.blue-deco {
  position: relative;
}
.blue-deco::before {
  content: "";
  display: block;
  width: 30%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: var(--blue);
}
@media (max-width: 991.98px) {
  .blue-deco::before {
    width: 40%;
  }
}
@media (max-width: 767.98px) {
  .blue-deco::before {
    width: 50%;
  }
}

.mt-spacing {
  margin-top: var(--spacing-x);
}

@media (min-width: 576px) {
  .scrollset::-webkit-scrollbar {
    width: 10px;
  }
  .scrollset::-webkit-scrollbar-track {
    border-left: 5px solid transparent;
    background: #efefef;
    background-clip: padding-box;
    cursor: pointer;
  }
  .scrollset::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 0;
    border-left: 5px solid transparent;
    background: #ddd;
    background-clip: padding-box;
    cursor: pointer;
  }
  .scrollset::-webkit-scrollbar-thumb:hover {
    cursor: pointer;
  }
}
@media (min-width: 992px) {
  .only-pc {
    display: block;
  }
  .only-mo {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .only-pc {
    display: none;
  }
  .only-mo {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .m-100 {
    width: 100%;
  }
}
/* 
	컴포넌트 스타일
	:: icon
	:: Button ,badge
	:: Form
	:: box 
	:: list
	:: Modal 
	:: Swiper
*/
[class^=icon-] {
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: -9999px;
  vertical-align: middle;
}

.icon-more {
  width: 1.7rem;
  height: 1.7rem;
  background: url(../../asset/images/icon-more.svg) no-repeat center/contain;
}

.img-thumb {
  position: relative;
}
.img-thumb::before {
  content: "";
  display: block;
  padding-top: 60% !important;
}
.img-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bt {
  display: inline-block;
  padding: 0.9rem 3rem;
  font-size: 0.9rem;
  font-weight: 600;
  text-wrap: nowrap;
  line-height: 1.2;
  color: var(--white);
  background-color: #fff;
  transition: background-color 0.3s;
}
.bt-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.bt-sm {
  padding: 0.6rem 1.5rem;
}
.bt-org {
  border: 1px solid var(--orange);
  background-color: var(--orange);
}
.bt-org:hover {
  background-color: rgba(255, 255, 255, 0.5);
  color: var(--orange);
}
.bt-org-outline {
  border: 1px solid var(--orange);
  color: var(--orange);
}
.bt-org-outline:hover {
  background-color: var(--orange);
  color: var(--white);
}
.bt-wh-outline {
  border: 1px solid var(--white);
  color: var(--white);
  background: transparent;
}
.bt-wh-outline:hover {
  background: var(--white);
  color: var(--blue);
}

.label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 92px;
  height: 30px;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--orange);
  background: rgba(234, 103, 23, 0.1);
}

.sns-wrap {
  display: flex;
  gap: 0.5rem;
}
.sns-wrap .icon {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.sns-wrap .icon-insta {
  background-image: url(../images/icon-insta.svg);
}
.sns-wrap .icon-mail {
  background-image: url(../images/icon-mail.svg);
}
.sns-wrap .icon-youtube {
  background-image: url(../images/icon-youtube.svg);
}
.sns-wrap .icon-whatsapp {
  background-image: url(../images/icon-tel.svg);
}
.sns-wrap .icon-face {
  background-image: url(../images/icon-face.svg);
}
.sns-wrap.wh .icon-insta {
  background-image: url(../images/icon-insta-wh.svg);
}
.sns-wrap.wh .icon-mail {
  background-image: url(../images/icon-mail-wh.svg);
}
.sns-wrap.wh .icon-youtube {
  background-image: url(../images/icon-youtube-wh.svg);
}
.sns-wrap.wh .icon-whatsapp {
  background-image: url(../images/icon-tel-wh.svg);
}
.sns-wrap.wh .icon-face {
  background-image: url(../images/icon-face-wh.svg);
}


ul.tablist {
  display: flex;
  margin-bottom: 3rem;
  height: 60px;
}
ul.tablist li {
  flex: 1;
  font-size: 1.2rem;
  font-weight: 400;
  border: 1px solid var(--orange);
  color: var(--orange);
}
ul.tablist li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
ul.tablist li.active {
  background-color: var(--orange);
  color: #fff;
}

header#hd > .hd-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 var(--spacing-x);
  width: 100%;
  height: var(--hd-height);
}
header#hd .logo {
  width: 9.85rem;
}
header#hd .logo img {
  width: 100%;
}
header#hd .gnb a {
  display: block;
}
header#hd .gnb > li > a {
  color: var(--body);
  font-size: 1.1rem;
  font-weight: 600;
}
header#hd .gnb > li.active > a {
  color: var(--blue);
}
header#hd .gnb .gnb-depth2 a {
  white-space: nowrap;
  font-size: 0.9em;
}
header#hd .gnb .gnb-depth2 a:hover {
  color: var(--blue);
}
@media (max-width: 1279.98px) {
  header#hd .gnb {
    gap: 2rem;
  }
}
header#hd .book-now {
  right: var(--spacing-x);
  display: flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--body);
  font-size: 1.1rem;
  font-weight: 600;
}
header#hd .book-now .icon-book {
  width: 1.1rem;
  height: 1.1rem;
  background: url(../images/index/icon-book.svg) no-repeat center/contain;
}
header#hd .gnb-mo {
  display: none;
}
@media (min-width: 1280px) {
  header#hd > .hd-wrap {
    position: relative;
    z-index: 5;
  }
  header#hd .logo {
    position: absolute;
  }
  header#hd .book-now {
    position: absolute;
    right: var(--spacing-x);
  }
  header#hd .gnb {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  header#hd .gnb-wrap {
    margin: 0 auto;
    height: 100%;
  }
  header#hd .gnb > li {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
  }
  header#hd .gnb > li span {
    display: block;
    padding: 0 1.75rem;
    transform: scale(1);
    transition: all 0.3s;
  }
  header#hd .gnb > li.active span {
    padding: 0 2.25rem;
    transform: scale(1.05);
  }
  header#hd .gnb > li.active .gnb-depth2 {
    opacity: 1;
    pointer-events: all;
  }
  header#hd .gnb > li.blur span {
    padding: 0 2.25rem;
  }
  header#hd .gnb .gnb-depth2 {
    position: absolute;
    z-index: 1;
    top: calc(100% - 10px);
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid var(--bright);
    border-radius: 1rem;
    padding: 0.5rem 1.5rem;
    background-color: #fff;
    box-shadow: 0 0 8px rgba(85, 85, 85, 0.1);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s;
  }
  header#hd .gnb .gnb-depth2 a {
    padding: 0.5em 0;
  }
}
@media (max-width: 1279.98px) {
  header#hd .gnb-wrap {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 11;
    padding-top: var(--hd-height);
    width: 100%;
    height: 100%;
    display: flex;
    background-color: var(--white);
    transform: translateX(100%);
    transition: transform 0.3s;
  }
  header#hd .gnb-wrap .gnb {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 0;
    width: 100%;
    height: 100%;
    border-top: 1px solid var(--body);
  }
  header#hd .gnb-wrap .gnb > li {
    height: auto;
  }
  header#hd .gnb-wrap .gnb > li > a {
    padding: 20px 20px;
  }
  header#hd .gnb-wrap .gnb > li + li {
    border-top: 1px solid #dedede;
  }
  header#hd .gnb-wrap .gnb > li .gnb-depth2 {
    margin-bottom: 20px;
    padding: 0 20px;
    opacity: 1;
    pointer-events: auto;
  }
  header#hd .gnb-wrap .gnb > li .gnb-depth2 li {
    padding: 5px 10px;
  }
  header#hd .book-now {
    margin-left: auto;
  }
  header#hd .gnb-mo {
    display: block;
  }
  header#hd .gnb-mo .gnb-menu {
    position: relative;
    z-index: 99;
    display: block;
    margin-left: 10px;
    width: 36px;
    height: 36px;
    background: url(../../asset/images/icon-menu.svg) no-repeat center center/contain;
    filter: invert(13%) sepia(36%) saturate(1096%) hue-rotate(153deg) brightness(94%) contrast(96%);
  }
}
@media (max-width: 575.98px) {
  header#hd .logo {
    width: 9.85rem;
  }
  header#hd .logo img {
    width: 100%;
  }
}

footer#ft {
  padding: 2.9rem var(--spacing-x);
  background: #626D74;
}
footer#ft > .inner {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin: 0 auto;
  max-width: 1200px;
}
footer#ft > .inner img {
  width: 3.5rem;
}
footer#ft > .inner .ft-info {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer#ft > .inner .ft-info p {
  color: #fff;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.2;
}
@media (max-width: 991.98px) {
  footer#ft > .inner .ft-info p {
    font-size: 2.1rem;
  }
}
@media (max-width: 575.98px) {
  footer#ft > .inner {
    flex-direction: column;
  }
  footer#ft > .inner .ft-info {
    flex-direction: column;
    gap: 12px;
  }
}

@media (max-width: 1279.98px) {
  body.gnb-open {
    overflow: hidden;
  }
  body.gnb-open .gnb-wrap {
    transform: translateX(0%) !important;
  }
  body.gnb-open .gnb-mo .gnb-menu {
    background-image: url(../../asset/images/icon-x-lg.svg) !important;
    background-size: 76% auto !important;
  }
}

#ct {
  overflow-x: clip;
}
#ct > section {
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--spacing-x);
  padding-right: var(--spacing-x);
}
#ct > section > .inner {
  margin: 0 auto;
  padding: var(--spacing-y) 0;
  max-width: 1200px;
  width: 100%;
}
#ct > section > .inner-wide {
  max-width: 1440px;
}
#ct > section > .inner-full {
  max-width: none;
}

.grecaptcha-badge {
  visibility: hidden !important;
  opacity: 0 !important;
}

html:has(.page-index) {
  scroll-behavior: smooth;
}

.page-index {
  color: var(--body);
}
.page-index #nav {
  position: fixed;
  z-index: 10;
  top: 50%;
  left: 3rem;
  transform: translateY(-50%);
}
.page-index #nav ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.page-index #nav ul li {
  opacity: 0.45;
  font-size: 0.9rem;
  font-weight: 600;
}
.page-index #nav ul li.active {
  opacity: 1;
}
@media (max-width: 1439.98px) {
  .page-index #nav {
    display: none;
  }
}
.page-index .sect-intro .visual {
  position: relative;
  width: 100%;
  height: 876px;
}
.page-index .sect-intro .visual .swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page-index .sect-intro .visual .swiper .swiper-wrapper, .page-index .sect-intro .visual .swiper .swiper-slide {
  width: 100%;
  height: 100%;
}
.page-index .sect-intro .visual .swiper .swiper-wrapper img, .page-index .sect-intro .visual .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-index .sect-intro .visual .swiper .swiper-pagination {
  bottom: 2rem;
}
.page-index .sect-intro .visual .swiper .swiper-pagination .swiper-pagination-bullet {
  margin: 0 0.4rem;
  width: 0.9rem;
  height: 0.9rem;
  background-color: #fff;
  opacity: 0.6;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
}
.page-index .sect-intro .visual .swiper .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.page-index .sect-intro .visual-inner {
  position: absolute;
  z-index: 1;
  top: 14rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
.page-index .sect-intro .visual-inner .bt {
  transition: all 0.3s;
}
.page-index .sect-intro .visual-inner .bt:hover {
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
}
.page-index .sect-intro .visual h2 {
  margin-bottom: 2rem !important;
  line-height: 1.05;
}
@media (max-width: 991.98px) {
  .page-index .sect-intro .visual {
    height: calc(100vh - var(--hd-height));
  }
  .page-index .sect-intro .visual-inner {
    top: 36%;
  }
}
.page-index .sect-about .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2.5rem;
}
.page-index .sect-about .inner .cont .tit-wrap {
  max-width: 572px;
}
.page-index .sect-about .inner .cont .bt-wrap {
  margin-top: 4rem;
}
.page-index .sect-about .inner > img {
  flex: 0 0 488px;
  width: 488px;
  height: auto;
}
@media (max-width: 1279.98px) {
  .page-index .sect-about .inner img {
    flex: 0 0 400px;   
    width: 400px;
  }
}
@media (max-width: 991.98px) {
  .page-index .sect-about.blue-deco::before {
    height: 45%;
  }
  .page-index .sect-about .inner {
    flex-direction: column;
  }
  .page-index .sect-about .inner img {  
    flex: none;
  }
}
.page-index .sect-lessons .card-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  gap: 1.5rem;
  margin-top: 6rem;
}
.page-index .sect-lessons .card-wrap .card {
  flex: 1;
  background: #FFF;
  border: 0;
  border-radius: 0;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.05);
}
.page-index .sect-lessons .card-wrap .card .image {
  width: 100%;
}
.page-index .sect-lessons .card-wrap .card .image img {
  width: 100%;
}
.page-index .sect-lessons .card-wrap .card .desc {
  padding: 1.5rem 1.5rem;
  text-align: center;
}
.page-index .sect-lessons .card-wrap .card .desc .label {
  margin: 0 auto;
}
.page-index .sect-lessons .card-wrap .card .desc b {
  display: block;
  margin-top: 0.4rem;
  font-weight: 700;
  line-height: 1.25;
}
.page-index .sect-lessons .card-wrap .card .desc p {
  margin-top: 0.8rem;
  font-weight: 300;
}
.page-index .sect-lessons .card-wrap .card .bt {
  margin-top: 1.5rem;
  padding: 0.65rem 2.7rem;
}
@media (min-width: 1280px) {
  .page-index .sect-lessons .card-wrap .card:nth-of-type(2n) {
    transform: translateY(-60px);
  }
}
@media (max-width: 1439.98px) {
  .page-index .sect-lessons .card-wrap {
    gap: 1rem;
  }
}
@media (max-width: 991.98px) {
  .page-index .sect-lessons .card-wrap {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 3rem;
  }
}
@media (max-width: 575.98px) {
  .page-index .sect-lessons .card-wrap .card {
    flex-direction: column !important;
  }
  .page-index .sect-lessons .card-wrap .card .desc {
    padding: 1.5rem 1rem;
  }
}
.page-index .sect-gallery {
  position: relative;
}
.page-index .sect-gallery .bg {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: block;
  width: 44%;
  height: calc(100% - var(--spacing-y) * 2);
}
.page-index .sect-gallery .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-index .sect-gallery .tit-wrap {
  position: relative;
  z-index: 1;
  margin-top: 4.5rem;
}
.page-index .sect-gallery .tit-wrap > * {
  color: #fff !important;
}
.page-index .sect-gallery .tit-wrap + .bt-wrap {
  justify-content: start;
  margin-top: 3rem;
}
.page-index .sect-gallery .slide {
  margin: 4.5rem 0 0;
  max-width: 915px;
  overflow: hidden;
}
.page-index .sect-gallery .slide .swiper-slide {
  aspect-ratio: 1/1;
  overflow: hidden;
}
.page-index .sect-gallery .slide .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-index .sect-gallery .slide-btm {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 2rem;
}
.page-index .sect-gallery .slide-btm > * {
  position: static;
  display: inline-block;
  margin: 0;
}
.page-index .sect-gallery .slide-btm .swiper-button {
  width: 2rem;
  height: 2rem;
  background: url(../images/index/slide-arr.png) no-repeat center/contain;
}
.page-index .sect-gallery .slide-btm .swiper-button-next {
  transform: scaleX(-1);
}
.page-index .sect-gallery .slide-btm .swiper-button::after {
  display: none;
}
.page-index .sect-gallery .slide-btm .swiper-pagination {
  margin-left: 12px;
  max-width: 488px;
  height: 3px;
  background: rgba(255, 255, 255, 0.1);
}
.page-index .sect-gallery .slide-btm .swiper-pagination .swiper-pagination-progressbar-fill {
  background-color: #fff;
}
@media (max-width: 767.98px) {
  .page-index .sect-gallery::before {
    width: 50%;
    height: 100%;
    opacity: 0.4;
  }
  .page-index .sect-gallery .tit-wrap {
    margin-top: 0;
  }
}
.page-index .sect-contact .tit-wrap {
  text-align: center;
}
.page-index .sect-contact .bx-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin: 3rem 0 1.5rem;
}
.page-index .sect-contact .bx-wrap .bx {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: var(--white);
  overflow: hidden;
}
.page-index .sect-contact .bx-wrap .bx:nth-of-type(2) {
  padding: 0 0.75rem;
  background-color: #F8EDCF;
}
.page-index .sect-contact .bx-wrap .bx:nth-of-type(4) ul li {
  position: relative;
  padding-left: 0.45rem;
  text-align: left;
}
.page-index .sect-contact .bx-wrap .bx:nth-of-type(4) ul li + li {
  margin-top: 0.3rem;
}
.page-index .sect-contact .bx-wrap .bx:nth-of-type(4) ul li::before {
  content: "";
  position: absolute;
  top: 0.6rem;
  left: 0;
  display: block;
  min-width: 3px;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 50px;
}
.page-index .sect-contact .bx-wrap .bx:not(:nth-of-type(2)) {
  padding: 2.5rem 0.75rem;
}
.page-index .sect-contact .bx-wrap .bx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-index .sect-contact .bx-wrap .bx dl + dl {
  margin-top: 2rem;
}
.page-index .sect-contact .bx-wrap .bx dl dt {
  font-weight: 700;
}
.page-index .sect-contact .bx-wrap .bx dl dd {
  margin-top: 0.6rem;
  opacity: 0.7;
  font-weight: 400;
}
@media (max-width: 991.98px) {
  .page-index .sect-contact .bx-wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.5rem;
  }
}
@media (max-width: 767.98px) {
  .page-index .sect-contact .bx-wrap {
    flex-wrap: wrap;
  }
  .page-index .sect-contact .bx-wrap .bx:nth-of-type(1) {
    flex: 0 0 100%;
  }
  .page-index .sect-contact .bx-wrap .bx:not(:nth-of-type(1)) {
    flex: 0.5;
    padding: 1.5rem 1rem;
  }
}
@media (max-width: 575.98px) {
  .page-index .sect-contact .bx-wrap .bx {
    flex: 1 !important;
  }
}

.sub .banner {
  position: relative;
  width: 100%;
}
.sub .banner.blue-deco::before {
  height: 76.6%;
}
.sub .banner .inner {
  position: relative;
  margin: 0 var(--spacing-x);
  width: calc(100% - var(--spacing-x) * 2);
  height: 360px;
  color: #fff;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media (max-width: 767.98px) {
  .sub .banner .inner {
    background-position: center left 55%;
  }
}
@media (max-width: 575.98px) {
  .sub .banner .inner {
    background-position: center left 52%;
  }
}
.sub .banner .inner > div {
  position: absolute;
  top: 50%;
  left: 17.4%;
  transform: translateY(-50%);
}
.sub .banner .inner > div p {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.sub .banner .inner > div p .arr {
  display: block;
  width: 16px;
  height: 16px;
  background: url(../images/index/slide-arr.png) no-repeat center/cover;
  transform: scaleX(-1);
}
@media (max-width: 767.98px) {
  .sub .banner .inner {
    height: 280px;
  }
}
@media (max-width: 575.98px) {
  .sub .banner .inner {
    height: 160px;
  }
  .sub .banner .inner > div {
    left: 10%;
  }
}
.sub.about .cont-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  margin-top: 4rem;
}
.sub.about .cont-wrap .image {
  max-width: 560px;
  width: 100%;
}
.sub.about .cont-wrap .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sub.about .cont-wrap .cont {
  max-width: 512px;
  width: 100%;
}
@media (max-width: 991.98px) {
  .sub.about .cont-wrap {
    flex-direction: column;
    gap: 30px;
  }
  .sub.about .cont-wrap .image, .sub.about .cont-wrap .cont {
    max-width: none;
  }
}
.sub.about .bx-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 3rem;
}
.sub.about .bx-wrap .bx {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  padding: 2.25rem 0.5rem;
  background-color: var(--white);
  text-align: center;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.05);
}
.sub.about .bx-wrap .bx p {
  margin-top: 0.4rem;
  line-height: 1.25;
}
.sub.about .bx-wrap .bx.bg-orange {
  color: var(--white);
}
.sub.about .bx-wrap .bx.bg-orange .label {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: auto;
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
}
@media (max-width: 991.98px) {
  .sub.about .bx-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .sub.about .bx-wrap {
    gap: 0.8rem;
  }
  .sub.about .bx-wrap .bx p.h3 {
    font-size: 16px !important;
  }
}
@media (max-width: 991.98px) {
  .sub.lessons .banner .inner {
    background-position: center left 60%;
  }
}
@media (max-width: 575.98px) {
  .sub.lessons .banner .inner {
    background-position: center left 65%;
  }
}
.sub.lessons .inner {
  padding-bottom: 4rem !important;
}
.sub.lessons .cont-wrap {
  margin: 0 auto;
  max-width: 1920px;
}
.sub.lessons .cont-wrap .cont {
  display: flex;
  align-items: center;
  gap: 3rem;
  margin-bottom: 6rem;
}
.sub.lessons .cont-wrap .cont:last-of-type {
  margin-bottom: 9rem;
}
.sub.lessons .cont-wrap .cont .text {
  padding: 0 var(--spacing-x);
  max-width: 718px;
  width: 100%;
}
.sub.lessons .cont-wrap .cont .text > div {
  max-width: 480px;
}
.sub.lessons .cont-wrap .cont .text h4 {
  font-size: 2rem;
  line-height: 1.3;
}
.sub.lessons .cont-wrap .cont .text dl {
  gap: 8px;
}
.sub.lessons .cont-wrap .cont .text dl dt {
  min-width: 96px;
}
.sub.lessons .cont-wrap .cont .text dl dd {
  line-height: 1.3;
}
.sub.lessons .cont-wrap .cont.revert {
  flex-direction: row-reverse;
}
.sub.lessons .cont-wrap .cont.revert .text > div {
  margin-left: auto;
}
.sub.lessons .cont-wrap .cont > div:first-child {
  flex: 0 1 848px;
  min-width: 0;
  aspect-ratio: 848/680;
  overflow: hidden;
}
.sub.lessons .cont-wrap .cont > div:first-child img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 767.98px) {
  .sub.lessons .cont-wrap .cont {
    flex-direction: column !important;
    margin-bottom: 3rem;
  }
  .sub.lessons .cont-wrap .cont > div:first-child {
    flex: none;
    width: 100%;
  }
  .sub.lessons .cont-wrap .cont:last-of-type {
    margin-bottom: 6rem;
  }
  .sub.lessons .cont-wrap .cont .text {
    max-width: none;
  }
  .sub.lessons .cont-wrap .cont .text > div {
    max-width: none;
  }
}
@media (max-width: 575.98px) {
  .sub.gallery .banner .inner {
    background-position: center left 45%;
  }
}
.sub.gallery .bx-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.sub.gallery .bx-wrap .bx {
  border: 1px solid #fefefe;
}
.sub.gallery .bx-wrap .bx .image {
  position: relative;
  height: 0;
  padding-top: 60%;
}
.sub.gallery .bx-wrap .bx .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sub.gallery .bx-wrap .bx .cont {
  padding: 1.5rem;
}
.sub.gallery .bx-wrap .bx .cont p {
  display: -webkit-box !important;
  overflow: hidden;
  max-height: 4.5em;
  line-height: 1.5 !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  white-space: normal !important;
  height: auto;
  height: 4.5em;
}
.sub.gallery .bx-wrap .bx .cont .date {
  color: #888;
}
.sub.gallery .bx-wrap .video .image {
  position: relative;
  height: 0;
  padding-top: 56%;
  overflow: hidden;
}
.sub.gallery .bx-wrap .video .image img, .sub.gallery .bx-wrap .video .image iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
@media (max-width: 1279.98px) {
  .sub.gallery .bx-wrap {
    gap: 1rem;
  }
  .sub.gallery .bx-wrap .bx .cont {
    padding: 1rem;
  }
}
@media (max-width: 991.98px) {
  .sub.gallery .bx-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.98px) {
  .sub.gallery .bx-wrap {
    gap: 0.75rem;
    grid-template-columns: repeat(1, 1fr);
  }
}
.sub.contact .contact-bx {
  margin: 0 auto;
  width: 100%;
}
.sub.contact .contact-bx .map {
  width: 100%;
  height: 300px;
}
.sub.contact .contact-bx .map iframe {
  width: 100%;
  height: 100%;
}
.sub.contact .contact-bx .cont {
  padding: 1.5rem 0 0;
}
@media (min-width: 768px) {
  .sub.contact .contact-bx .map {
    height: 600px;
  }
  .sub.contact .contact-bx .cont {
    display: flex;
    justify-content: space-between;
    gap: 10px;
  }
}
.sub.form .tit-wrap {
  margin-bottom: 4rem;
}
.sub.form .form-wrap input:focus, .sub.form .form-wrap input:active, .sub.form .form-wrap textarea:focus, .sub.form .form-wrap textarea:active {
  border-color: var(--blue) !important;
  box-shadow: 0 0 0 0.2rem rgba(0, 146, 211, 0.2) !important;
}

.board-view .title {
  font-size: 2rem;
  border-bottom: 2px solid #111;
}
.board-view .body {
  padding: 2rem 0;
}
.board-view img:not(.emoji) {
  width: 100% !important;
  height: auto !important;
}
.board-view img:not(.emoji) + img {
  margin-top: 2px !important;
}

.board-btm {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.board-btm > div {
  flex: 1;
}
.board-btm > div a:hover {
  color: var(--orange);
}
.board-btm > a {
  flex-shrink: 0;
}

.kboard-document-add-option-value-wrap {
  display: none !important;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0 !important;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: var(--blue) !important;
}

#kboard-default-document .kboard-content {
  border-bottom: 1px solid #111;
}
#kboard-default-document .kboard-content .content-view {
  padding-left: 0;
  padding-right: 0;
}
/* ===== Lessons 섹션 폭 확장 ===== */
#ct > section.sect-lessons > .inner-wide {
  max-width: 1760px;
}

/* ===== Lessons 카드 4열 ===== */
.page-index .sect-lessons .card-wrap {
  grid-template-columns: repeat(4, 1fr);
  gap: 1.75rem;
}
.page-index .sect-lessons .card-wrap .card {
  display: flex;
  flex-direction: column;
}
.page-index .sect-lessons .card-wrap .card .image img {
  aspect-ratio: 19 / 12;
  object-fit: cover;
  display: block;
}
.page-index .sect-lessons .card-wrap .card .desc {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.page-index .sect-lessons .card-wrap .card .bt {
  align-self: center;
  margin-top: auto;
}

/* 1280~1759px 구간은 카드가 좁아지므로 gap 축소 */
@media (max-width: 1759.98px) {
  .page-index .sect-lessons .card-wrap {
    gap: 1.25rem;
  }
}

/* 992~1279px 구간은 2×2 */
@media (min-width: 992px) and (max-width: 1279.98px) {
  .page-index .sect-lessons .card-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
/* Lessons 섹션 구간에서만 nav 숨김 */
.page-index #nav:has(li.active a[href="#lessons"]) {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.page-index #nav {
  transition: opacity 0.3s;
}
.page-index .sect-lessons .card-wrap .card .desc p {
  margin-bottom: 1.5rem;
}
@media (max-width: 991.98px) {
  .page-index .sect-lessons .card-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}