@charset "UTF-8";
/*!
Theme Name: Everyday-Practice
Theme URI: https://generatepress.com
Template: generatepress
Author: Everyday Practice
Author URI: https://everyday-practice.com
Description: A child theme for the GeneratePress Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: GeneratePress-child
*/
/* initialize */
@import url("/wp-content/themes/generatepress_child/fonts/font.css");
:root {
  --color-black: #1d1d1f;
  --color-white: #fff;
  --color-gray-01: #bbbbbb;
  --color-gray-02: #eeeeee;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 0;
}

b span,
strong span {
  font-weight: 600 !important;
}

[lang=ko-KR] h1,
[lang=ko-KR] h2,
[lang=ko-KR] h3,
[lang=ko-KR] h4,
[lang=ko-KR] h5,
[lang=ko-KR] h6,
[lang=ko-KR] p,
[lang=ko-KR] td,
[lang=ko-KR] span {
  font-family: "Helvetica Neue", "Pretendard", system-ui, -apple-system, sans-serif !important;
}
[lang=ko-KR] h1 {
  font-size: 4.75rem;
  font-weight: 800;
}
[lang=ko-KR] h2 {
  font-size: 3.75rem;
  font-weight: 600;
}
[lang=ko-KR] h3 {
  font-size: 2.375rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  [lang=ko-KR] h3 {
    font-size: 2rem !important;
  }
}
[lang=ko-KR] h4 {
  font-size: 1.875rem;
  font-weight: 600;
}
[lang=ko-KR] h5 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.48em;
}
[lang=ko-KR] h6 {
  font-size: 1.125rem;
  font-weight: 500;
  word-spacing: -0.08em;
}
[lang=ko-KR] p {
  font-size: 1rem;
  font-weight: 400;
  word-spacing: -0.03em;
}

[lang=en-US] h1,
[lang=en-US] h2,
[lang=en-US] h3,
[lang=en-US] h4,
[lang=en-US] h5,
[lang=en-US] h6,
[lang=en-US] p,
[lang=en-US] td,
[lang=en-US] span {
  font-family: "Helvetica Neue", "Pretendard", system-ui, -apple-system, sans-serif !important;
}
[lang=en-US] h1 {
  font-size: 4.75rem;
  font-weight: 800;
}
[lang=en-US] h2 {
  font-size: 3.75rem;
  font-weight: 600;
}
[lang=en-US] h3 {
  font-size: 2.375rem;
  font-weight: 600;
}
[lang=en-US] h4 {
  font-size: 1.875rem;
  font-weight: 600;
}
[lang=en-US] h5 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.48em;
}
[lang=en-US] h6 {
  font-size: 1.125rem;
  font-weight: 500;
  word-spacing: -0.08em;
}
[lang=en-US] p {
  font-size: 1rem;
  font-weight: 400;
  word-spacing: -0.03em;
}

.page-about section, .page-id-1903 section {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 16px;
  padding: 0 0 32px;
  margin-top: 32px;
  border-bottom: 1px solid var(--color-black);
}
.page-about section.display-none, .page-id-1903 section.display-none {
  display: none;
}
.page-about section h6, .page-id-1903 section h6 {
  max-width: 22em;
}
.page-about section > div:first-child, .page-id-1903 section > div:first-child {
  grid-column: 1/7;
}
.page-about section > div:first-child .container-title-wrap, .page-id-1903 section > div:first-child .container-title-wrap {
  padding-left: 0;
}
.page-about section > div:first-child .container-title-wrap h4, .page-id-1903 section > div:first-child .container-title-wrap h4 {
  color: var(--color-black);
}
.page-about section > div:first-child .container-title-wrap h5, .page-id-1903 section > div:first-child .container-title-wrap h5 {
  color: var(--color-gray-01);
}
.page-about section > div:first-child img, .page-id-1903 section > div:first-child img {
  height: auto;
  max-width: 100%;
  width: 100%;
  object-fit: cover;
}
.page-about section > div:last-child, .page-id-1903 section > div:last-child {
  grid-column: 8/13;
}
.page-about section .mission-wrap h5, .page-id-1903 section .mission-wrap h5 {
  background-color: #000000;
  color: #ffffff;
  margin-bottom: 8px;
  text-align: center;
  border-radius: 8px;
  padding: 16px 16px 12px 16px;
  line-height: 1.2em !important;
}
.page-about section .history-wrap, .page-id-1903 section .history-wrap {
  position: relative;
}
.page-about section .history-wrap::after, .page-id-1903 section .history-wrap::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: var(--color-black);
  position: absolute;
  left: -16px;
  bottom: 0;
}
.page-about section .history-wrap div, .page-id-1903 section .history-wrap div {
  display: grid;
  grid-template-columns: 1fr 5fr;
  column-gap: 12px;
  row-gap: 24px;
}
.page-about section .history-wrap div h6:nth-child(2n-1), .page-id-1903 section .history-wrap div h6:nth-child(2n-1) {
  min-width: 100px;
  position: relative;
}
.page-about section .history-wrap div h6:nth-child(2n-1) span, .page-id-1903 section .history-wrap div h6:nth-child(2n-1) span {
  font-weight: 800;
}
.page-about section .history-wrap div h6:nth-child(2n-1)::after, .page-id-1903 section .history-wrap div h6:nth-child(2n-1)::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background-color: var(--color-black);
  position: absolute;
  left: -19px;
  top: 7px;
  border-radius: 100%;
}
@media (max-width: 1550px) {
  .page-about section .core-wrap, .page-id-1903 section .core-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 510px) {
  .page-about section .core-wrap, .page-id-1903 section .core-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
.page-about section .core-wrap h5, .page-id-1903 section .core-wrap h5 {
  background-color: #ffffff;
  border: 1px solid var(--color-black);
  display: inline-block;
  margin-bottom: 8px;
  margin-right: 8px;
  border-radius: 8px;
  padding: 6px 32px 0px;
}
.page-about section .core-wrap .core-value, .page-id-1903 section .core-wrap .core-value {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  width: 100%;
  gap: 1rem;
}
.page-about section .core-wrap .core-value p, .page-id-1903 section .core-wrap .core-value p {
  text-align: center;
  font-weight: 500;
}
@media (max-width: 1800px) {
  .page-about section .core-wrap .core-value p, .page-id-1903 section .core-wrap .core-value p {
    font-size: 0.8rem;
  }
}
@media (max-width: 1600px) {
  .page-about section .core-wrap .core-value p, .page-id-1903 section .core-wrap .core-value p {
    font-size: 0.7rem;
  }
}
@media (max-width: 768px) {
  .page-about section .core-wrap .core-value p, .page-id-1903 section .core-wrap .core-value p {
    font-size: 0.9rem;
  }
}
.page-about section .core-wrap .core-value img, .page-id-1903 section .core-wrap .core-value img {
  height: 60px;
  width: auto;
}
.page-about section .core-wrap .core-value:hover, .page-id-1903 section .core-wrap .core-value:hover {
  box-shadow: none !important;
}
.page-about .page-section-title, .page-id-1903 .page-section-title {
  line-height: 100%;
  transform: translateY(-7px);
  font-weight: 800;
}

@media (max-width: 1170px) {
  .about-section {
    grid-template-columns: repeat(6, 1fr) !important;
  }
  .about-section .grid-1-7 {
    grid-column: 1/7 !important;
  }
  .about-section .grid-2-7 {
    grid-column: 3/7 !important;
  }
}
@media (max-width: 768px) {
  .about-section {
    grid-template-columns: repeat(4, 1fr) !important;
  }
  .about-section .grid-2-7 {
    grid-column: 2/7 !important;
  }
}
.about-section h6 {
  max-width: 100% !important;
}

[lang=ko-KR] .about-section .core-wrap .core-value p {
  font-size: 1rem !important;
}

@media (max-width: 1020px) {
  .listing-item .listing-title {
    grid-column: 2/6 !important;
  }
  .listing-item .listing-date {
    grid-column: 6/10 !important;
  }
}
@media (max-width: 768px) {
  .listing-item {
    padding: 8px 0 !important;
  }
}

@media (max-width: 768px) {
  .news-title-wrapper {
    display: flex !important;
    flex-direction: column !important;
  }
  .news-title-wrapper h3 {
    font-size: 2rem !important;
    width: 100% !important;
  }
  .news-title-wrapper h5 {
    position: relative !important;
    right: unset !important;
  }
}

@media (max-width: 1020px) {
  .another-item {
    opacity: 1 !important;
    border-bottom: 1px solid var(--color-black) !important;
  }
  .another-item::after {
    display: none !important;
  }
}

@media (max-width: 1020px) {
  .contact-wrapper {
    flex-direction: column;
  }
  .contact-wrapper div {
    width: 100% !important;
  }
  .contact-wrapper h3 {
    padding-bottom: 16px !important;
  }
  .contact-wrapper h5 {
    font-size: 1.2rem !important;
    line-height: 130% !important;
    margin-bottom: 28px !important;
  }
  .contact-wrapper .contact-link-wrap {
    row-gap: 5px !important;
    margin-bottom: 24px !important;
  }
  .contact-wrapper .contact-link-wrap .contact-link-row .title {
    width: fit-content !important;
  }
  .contact-wrapper .contact-link-wrap .contact-link-row .link {
    border-bottom: none !important;
    width: fit-content !important;
  }
  .contact-wrapper .contact-link-wrap .contact-link-row .link a {
    text-decoration: underline 1px !important;
    text-underline-offset: 6px !important;
  }
  .contact-wrapper .contact-link-wrap .contact-link-row .link a:hover {
    text-decoration: none !important;
  }
}
@media (max-width: 1020px) and (max-width: 1020px) {
  .contact-wrapper .contact-link-wrap .contact-link-row .link a:hover {
    text-decoration: underline 1px !important;
  }
}
@media (max-width: 1020px) and (max-width: 1020px) {
  .contact-wrapper .contact-link-wrap .contact-link-row .link::after {
    opacity: 0;
  }
}

.current-program-loop {
  row-gap: 0 !important;
}
.current-program-loop .gb-loop-item {
  padding-bottom: 40px !important;
  transition: background-color 0.3s ease;
}
.current-program-loop .gb-loop-item h3 {
  transition: padding-left 0.3s ease;
}
.current-program-loop .gb-loop-item:hover h3 {
  padding-left: 2rem !important;
}
@media (max-width: 1020px) {
  .current-program-loop .gb-loop-item:hover h3 {
    padding-left: 0 !important;
  }
}
@media (max-width: 1200px) {
  .current-program-loop .program-contents-wrapper {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .current-program-loop .program-contents-wrapper div {
    grid-column: 1/12 !important;
    margin-bottom: 16px;
  }
  .current-program-loop .program-contents-wrapper div p {
    width: 100%;
  }
}

.past-program-loop .gb-loop-item {
  transition: background-color 0.3s ease;
}
.past-program-loop .gb-loop-item:hover {
  background-color: var(--color-gray-02);
}
@media (max-width: 1020px) {
  .past-program-loop .gb-loop-item:hover {
    background-color: transparent;
  }
}

@media (max-width: 1020px) {
  .single-program-info-wrapper {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 1020px) {
  body.page-programs .ongoing-section {
    margin-top: 40px !important;
  }
}

#gform_wrapper_2 .ginput_container_fileupload .gform_drop_area, #gform_wrapper_4 .ginput_container_fileupload .gform_drop_area {
  column-gap: 0.5rem !important;
  margin-bottom: 1rem !important;
}
#gform_wrapper_2 .ginput_container_fileupload .gform_drop_area button, #gform_wrapper_4 .ginput_container_fileupload .gform_drop_area button {
  padding: 8px 10px 2px 10px !important;
}

#gform_wrapper_2 .gform_submission_error, #gform_wrapper_4 .gform_submission_error {
  font-size: 1.2rem !important;
  margin-bottom: 1rem !important;
  color: #ff0000 !important;
  font-weight: 400 !important;
}
#gform_wrapper_2 .validation_message, #gform_wrapper_4 .validation_message {
  color: #ff0000 !important;
  font-weight: 400 !important;
}

body.post-type-archive-education .gb-loop-item.course-past {
  transition: background-color 0.3s ease;
}
body.post-type-archive-education .gb-loop-item.course-past:hover {
  background-color: var(--color-gray-02);
}
@media (max-width: 1020px) {
  body.post-type-archive-education .gb-loop-item.course-past:hover {
    background-color: transparent;
  }
}
body.post-type-archive-education .gb-loop-item.course-past .info-section h4 {
  line-height: 100%;
}
body.post-type-archive-education .gb-loop-item.course-past .info-section .info-wrap .grid-wrapper {
  display: grid;
  grid-template-columns: 3fr 7fr;
}
@media (max-width: 1020px) {
  body.post-type-archive-education .gb-loop-item.course-past .info-section {
    grid-template-columns: repeat(5, 1fr);
  }
  body.post-type-archive-education .gb-loop-item.course-past .info-section h4 {
    font-size: 1.675rem;
    grid-column: 1/6;
  }
  body.post-type-archive-education .gb-loop-item.course-past .info-section .education-category {
    margin-bottom: 4px;
  }
  body.post-type-archive-education .gb-loop-item.course-past .info-section div {
    grid-column: 2/6;
  }
  body.post-type-archive-education .gb-loop-item.course-past .info-section div.info-wrap {
    border-top: solid 1px;
  }
}
body.post-type-archive-education .gb-loop-item h3 {
  transition: padding-left 0.3s ease;
}
@media (max-width: 1020px) {
  body.post-type-archive-education .gb-loop-item h3 {
    font-size: 1.675rem;
    margin-top: 5px;
  }
}
body.post-type-archive-education .gb-loop-item:hover h3 {
  padding-left: 2rem !important;
}
@media (max-width: 1020px) {
  body.post-type-archive-education .gb-loop-item:hover h3 {
    padding-left: 0 !important;
  }
}
body.post-type-archive-education .ongoing-section {
  margin-top: 40px;
}

@media (max-width: 1020px) {
  .education-title-wrap h3 {
    font-size: 1.575rem;
  }
}

@media (max-width: 768px) {
  .education-meta-info-wrapper {
    display: flex !important;
    flex-direction: column-reverse !important;
  }
}

@media (max-width: 768px) {
  .education-accordion .gb-accordion__item {
    grid-column: 1/3 !important;
  }
}
@media (max-width: 768px) {
  .education-accordion .gb-accordion__item .gb-accordion__content div {
    grid-template-columns: 1fr !important;
  }
}

.single-education .modal-content figcaption {
  display: none !important;
}

.edu-gallery {
  margin: 0 !important;
  height: 75dvh;
}
@media (max-width: 768px) {
  .edu-gallery {
    height: 40dvh;
  }
}
.edu-gallery .swiper-slide {
  width: 100% !important;
  height: 100% !important;
}
.edu-gallery .swiper-slide .edu-gallery-item {
  height: 100%;
}
.edu-gallery .swiper-slide .edu-gallery-item img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.edu-gallery .swiper-button-next,
.edu-gallery .swiper-button-prev {
  width: 2.5rem !important;
  height: 2.5rem !important;
}
.edu-gallery .swiper-button-next img,
.edu-gallery .swiper-button-prev img {
  filter: invert(1);
  width: 2.5rem !important;
  height: 2.5rem !important;
}
.edu-gallery .swiper-button-next::after,
.edu-gallery .swiper-button-prev::after {
  display: none;
}

body.page-support .swiper {
  width: 100% !important;
}
body.page-support .swiper h6 {
  display: none;
}
body.page-support .swiper::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: block;
  width: 20px;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgb(255, 255, 255));
  z-index: 10;
  pointer-events: none;
}
body.page-support .swiper .swiper-slide {
  width: auto;
  height: 30dvh;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 1020px) {
  body.page-support .swiper .swiper-slide {
    height: 20dvh;
  }
}
body.page-support .swiper .swiper-slide:hover img {
  transform: scale(1.1);
  object-fit: cover;
}
@media (max-width: 1020px) {
  body.page-support .swiper .swiper-slide:hover img {
    transform: scale(1);
  }
}
body.page-support .swiper .swiper-slide img {
  width: auto;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
body.page-support .swiper .swiper-slide figcaption {
  display: none;
}
body.page-support .swiper-button-next, body.page-support .swiper-button-prev {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
body.page-support .swiper-button-next::after, body.page-support .swiper-button-prev::after {
  display: none;
}

* {
  word-break: keep-all;
}

body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
}

.site {
  min-height: calc(100vh - (8vw + 150px) - 135px);
}

.gb-container {
  position: relative;
}

.section-title {
  font-size: 1.35rem !important;
  font-weight: 600 !important;
  line-height: 1.2em !important;
  padding-bottom: 4px !important;
}

ul {
  margin-left: 1em;
}
ul li {
  font-size: 1rem;
  line-height: 1.65em;
  font-weight: 400;
  transform: rotate(0.04deg);
}

a,
button,
input {
  transition: none;
  transform: rotate(0.04deg);
}

input:-internal-autofill-selected {
  appearance: menulist-button;
  background-image: none !important;
  background-color: #1d1d1f !important;
  color: var(--color-white) !important;
}

.wp-block-table table {
  border: 0;
}
.wp-block-table table th {
  padding: 0.5em 0.5em 0.5em 0;
  text-align: left;
}
.wp-block-table table td {
  padding: 0.5em 0.5em 0.5em 0;
  border-width: 1px 0;
  border-color: var(--color-black);
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
  vertical-align: top;
}
.wp-block-table table.has-fixed-layout td {
  word-break: keep-all;
}
.wp-block-table.table-bold {
  margin-top: calc(var(--ep-border) * -1 - 0.7em);
  margin-bottom: calc(var(--ep-border) * -1 - 0.7em);
}
.wp-block-table.table-bold table {
  margin-bottom: 0;
  border-bottom: var(--ep-border) solid;
}
.wp-block-table.table-bold table thead {
  border: 0;
}
.wp-block-table.table-bold table th,
.wp-block-table.table-bold table td {
  border-width: 1px 0 0;
}
.wp-block-table.table-bold.t-1-5 tr {
  display: grid;
  grid-template-columns: 1fr 5fr;
}
.wp-block-table.table-bold.t-1-5.border-b-none table {
  border-bottom: none;
}
.wp-block-table.table-bold.t-1-2-3-3 tr {
  display: grid;
  grid-template-columns: 1fr 2fr 3fr 3fr;
}
.wp-block-table.table-bold.t-1-2-3-3 tr td[colspan="2"] {
  grid-column: 3/6;
}
@media (max-width: 768px) {
  .wp-block-table table {
    border: 0;
  }
  .wp-block-table table th {
    padding: 0.5em 0.5em 0.5em 0;
    text-align: left;
  }
  .wp-block-table table td {
    padding: 0.5em 0.5em 0.5em 0;
    border-width: 1px 0;
    border-color: var(--color-black);
  }
  .wp-block-table table.has-fixed-layout td {
    word-break: keep-all;
  }
  .wp-block-table.table-bold {
    margin-top: calc(var(--ep-border) * -1 - 0.7em);
    margin-bottom: calc(var(--ep-border) * -1 - 0.7em);
  }
  .wp-block-table.table-bold table {
    margin-bottom: 0;
    border-bottom: var(--ep-border) solid;
  }
  .wp-block-table.table-bold table thead {
    border: 0;
  }
  .wp-block-table.table-bold.t-1-5 tr {
    display: grid;
    grid-template-columns: 1fr 5fr;
  }
  .wp-block-table.table-bold.t-1-2-3-3 tr {
    display: grid;
    grid-template-columns: 1fr 2fr 3fr 1fr;
  }
}

.page-top-image-container figure {
  width: 100%;
}
.page-top-image-container figure img {
  max-height: 650px;
  object-fit: cover;
  object-position: center;
}

.site-main .wp-block-group__inner-container {
  padding: 1em 0em;
}
.site-main .wp-block-group__inner-container h6 {
  margin-bottom: 1em;
}
.site-main .wp-block-group__inner-container ul {
  margin-bottom: 0;
}

/* 
*
INTIALIZE END
*
*/
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
div,
body,
button,
input,
textarea,
select,
option,
label {
  font-family: "Helvetica Neue", "Pretendard", system-ui, -apple-system, sans-serif !important;
}

html,
body {
  background-color: var(--color-black);
  font-family: "Helvetica Neue", "Pretendard", system-ui, -apple-system, sans-serif !important;
  font-size: 16px;
}
html ::-webkit-scrollbar,
body ::-webkit-scrollbar {
  display: none;
}

a,
a:hover,
a:active,
a:focus {
  opacity: 1;
}

/* IE의 경우 */
input::-ms-clear,
input::-ms-reveal {
  display: none;
}

/* 크롬의 경우 */
input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  display: none;
}

:root {
  --header-height: 322px;
}

.container.grid-container {
  max-width: calc(100vw - 16px);
  width: calc(100vw - 20%);
}

header#page-header {
  position: fixed;
  top: 0;
  z-index: 1;
  border-top: 1px solid var(--color-white);
  border-bottom: 1px solid var(--color-white);
  color: var(--color-white);
  height: var(--header-height);
}
header#page-header > div {
  max-width: calc(100vw - 16px);
  width: calc(100vw - 20%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 7fr 5fr;
  column-gap: 16px;
  height: -webkit-fill-available;
}
header#page-header > div div:first-child {
  grid-column: 1/2;
  width: 100%;
}
header#page-header > div div:last-child {
  grid-column: 2/3;
}
header#page-header .page-title {
  height: fit-content;
}
@media (max-width: 768px) {
  header#page-header .page-title {
    padding-left: 4px;
  }
}
header#page-header .header-menu-wrapper {
  height: fit-content;
}
@media (max-width: 1170px) {
  header#page-header .header-menu-wrapper {
    flex-direction: column;
    row-gap: 0px;
  }
}
header#page-header .menu-desktop-kr-container, header#page-header .menu-desktop-en-container {
  min-width: 230px;
}
header#page-header .menu-desktop-kr-container ul, header#page-header .menu-desktop-en-container ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}
header#page-header .menu-desktop-kr-container ul li, header#page-header .menu-desktop-en-container ul li {
  height: fit-content;
  line-height: 1em;
  padding: 6px 0px 5px 0px;
}
header#page-header .menu-desktop-kr-container ul li:not(:last-child), header#page-header .menu-desktop-en-container ul li:not(:last-child) {
  border-bottom: 1px solid var(--color-white);
}
header#page-header .menu-desktop-kr-container ul li a, header#page-header .menu-desktop-en-container ul li a {
  width: 100%;
  color: var(--color-white);
  position: relative;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1em;
  height: 1em;
  padding-left: 4px;
  transform: translateX(0px);
  transition: all 0.3s ease-in-out;
  display: inline-block;
}
header#page-header .menu-desktop-kr-container ul li a:hover, header#page-header .menu-desktop-en-container ul li a:hover {
  transform: translateX(16px);
  opacity: 0.5;
}
header#page-header .menu-wrap form {
  border-bottom: 1px solid var(--color-white);
  color: var(--color-white);
  position: relative;
}
header#page-header .menu-wrap form div {
  display: block;
  padding: 6px 0px 5px 0px;
  line-height: 1em;
}
header#page-header .menu-wrap form input {
  background-color: transparent;
  border: none;
  color: var(--color-white);
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1em;
  height: 1em;
  padding: 0px 0px 0px 4px;
  background-image: none;
}
header#page-header .menu-wrap form input:focus-visible {
  outline: none;
}
header#page-header .menu-wrap form input.search-submit {
  display: none;
}
header#page-header .menu-wrap div.lang-btn a {
  color: var(--color-white);
  position: relative;
  display: inline-flex;
  align-items: center;
  column-gap: 4px;
  font-size: 1.375rem;
  line-height: 1.8em;
  height: 1.6em;
  padding-left: 4px;
  transform: translateX(0px);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
header#page-header .menu-wrap div.lang-btn a svg {
  width: 24px;
  height: 24px;
}
header#page-header .menu-wrap div.lang-btn a div {
  display: inline-block;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1em;
}
header#page-header .menu-wrap div.lang-btn a:hover {
  transform: translateX(16px);
}

@media (max-width: 1020px) {
  [lang=ko-KR] body.home h2 {
    max-width: 75% !important;
    font-size: 2.25rem !important;
  }
}
@media (max-width: 768px) {
  [lang=ko-KR] body.home h2 {
    max-width: 100% !important;
    font-size: 2rem !important;
  }
}
[lang=ko-KR] div.lang-btn a div.en-btn {
  border-bottom: 1px solid var(--color-white);
}

[lang=en-US] body.home h2 {
  line-height: 95% !important;
}
@media (max-width: 1020px) {
  [lang=en-US] body.home h2 {
    max-width: 75% !important;
    font-size: 2.25rem !important;
    line-height: 100% !important;
  }
}
@media (max-width: 768px) {
  [lang=en-US] body.home h2 {
    max-width: 100% !important;
    font-size: 2rem !important;
    line-height: 100% !important;
  }
}
[lang=en-US] div.lang-btn div.kr-btn {
  border-bottom: 1px solid var(--color-white);
  order: 3;
}
[lang=en-US] div.lang-btn svg:nth-child(2) {
  order: 2;
}
[lang=en-US] div.lang-btn div.en-btn {
  order: 1;
}

.header-spacing {
  height: calc(var(--header-height) + 32px);
  pointer-events: none;
}

.content-area {
  min-height: calc(100vh - var(--header-height));
}

.site {
  position: relative;
  padding: 0 8px;
  z-index: 10;
}
.site .site-content {
  padding: 0 8px;
  border-radius: 16px 16px 0 0;
  background-color: #fff;
  flex-direction: column;
  min-height: calc(100vh - var(--header-height));
}
.site .site-content .site-main {
  margin-top: 0px;
  padding: 15px 8px;
}

.separate-containers .comments-area,
.separate-containers .inside-article,
.separate-containers .page-header,
.separate-containers .paging-navigation {
  padding: 0px 0px;
}

.page-title > div {
  display: none;
}
.page-title h1 {
  font-size: 5rem;
  line-height: 1em !important;
  font-weight: 600;
}

.mobile-menu {
  display: none;
}

.mobile-menu.show .mobile-menu-cont {
  transform: translateX(-100%);
}
.mobile-menu.show .menu-btn-wrap .close-btn {
  display: block;
}
.mobile-menu.show .menu-btn-wrap .menu-btn {
  display: none;
}

.menu-btn-wrap {
  position: fixed;
  top: 10px;
  right: 8px;
  z-index: 501;
  color: var(--color-white);
  background-color: #1d1d1f;
  padding: 0px 6px 0px;
  border-radius: 6px;
}
@media (max-width: 1170px) {
  .menu-btn-wrap {
    top: 24px;
  }
}
@media (max-width: 768px) {
  .menu-btn-wrap {
    top: 12px;
  }
}
.menu-btn-wrap span {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1em;
  padding: 4px 0px 4px 0px;
}
.menu-btn-wrap .close-btn {
  display: none;
}
.menu-btn-wrap .menu-btn {
  display: block;
}

.mobile-menu-cont {
  position: fixed;
  top: 0;
  left: 100%;
  width: 100vw;
  height: 100svh;
  z-index: 500;
  background-color: #1d1d1f;
  color: var(--color-white);
  transform: translateX(0%);
  transition: all 0.3s ease-in-out;
}
.mobile-menu-cont .mobile-menu-wrap {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 8px;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0px 8px;
  border-top: 1px solid white;
}
.mobile-menu-cont .mobile-menu-wrap .home-wrap {
  display: none;
  height: 3.5em;
  padding: 4px 0px;
}
.mobile-menu-cont .mobile-menu-wrap .home-wrap a:hover {
  color: var(--color-white) !important;
}
.mobile-menu-cont .mobile-menu-wrap .home-wrap a span {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3em !important;
}
.mobile-menu-cont .mobile-menu-wrap .mobile-search-and-language-wrapper {
  order: 1;
}
.mobile-menu-cont .mobile-menu-wrap .lang-btn {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1em;
  height: 2.5em;
  border-top: 1px solid white;
}
.mobile-menu-cont .mobile-menu-wrap form {
  border-top: 1px solid white;
}
.mobile-menu-cont .mobile-menu-wrap form input[type=search] {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1em;
  padding: 4px;
  border: none !important;
  background-color: transparent;
  color: var(--color-white);
}
.mobile-menu-cont .mobile-menu-wrap form input[type=search]:focus {
  outline: none;
  border: none !important;
}
.mobile-menu-cont .mobile-menu-wrap ul.mobile-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-menu-cont .mobile-menu-wrap ul.mobile-menu li {
  border-top: 1px solid var(--color-white);
  padding: 4px 0px;
}
.mobile-menu-cont .mobile-menu-wrap ul.mobile-menu li.current-menu-item {
  background-color: #3a3a3a;
}
.mobile-menu-cont .mobile-menu-wrap ul.mobile-menu li:first-child {
  border-top: none;
}
.mobile-menu-cont .mobile-menu-wrap ul.mobile-menu li a {
  display: block;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3em;
  height: 1.35em;
  color: var(--color-white);
}
@media (max-width: 350px) {
  .mobile-menu-cont .mobile-menu-wrap ul.mobile-menu li a {
    font-size: 2rem;
  }
}

.scroll-menu-cont {
  position: fixed;
  display: block;
  top: 8px;
  left: 0;
  width: 100%;
  z-index: 500;
  color: var(--color-white);
  transition: all 0.3s ease-in-out;
  transform: translateY(calc(-100% - 16px));
}
.scroll-menu-cont > div {
  margin: 0 auto;
  max-width: calc(100vw - 16px);
  width: calc(100vw - 20%);
}
.scroll-menu-cont > div .scroll-menu-wrap {
  width: calc(100% - 16px);
  margin: 0 auto;
  background-color: rgba(29, 29, 31, 0.8784313725);
  backdrop-filter: blur(4px);
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  padding: 8px 12px;
  border-radius: 8px;
}
.scroll-menu-cont > div .scroll-menu-wrap .menu-scroll-menu-container, .scroll-menu-cont > div .scroll-menu-wrap .menu-scroll-menu-en-container {
  display: flex;
  align-items: center;
}
.scroll-menu-cont > div .menu-btn-wrap {
  display: none;
}
.scroll-menu-cont ul {
  display: flex;
  flex-direction: row;
  column-gap: 16px;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0px;
}
.scroll-menu-cont ul li {
  position: relative;
  list-style: none;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1em;
}
.scroll-menu-cont ul li a {
  color: var(--color-white);
  transition: all 0.3s ease-in-out;
}
.scroll-menu-cont ul li a::after {
  content: " ";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--color-white);
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s ease-in-out;
}
.scroll-menu-cont ul li a:hover {
  opacity: 1;
}
.scroll-menu-cont ul li a:hover::after {
  transform: scaleX(1);
}
.scroll-menu-cont .right-menu {
  display: flex;
  align-items: center;
}
.scroll-menu-cont .right-menu form {
  border-bottom: 1px solid var(--color-white);
  color: var(--color-white);
  position: relative;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.5em;
}
.scroll-menu-cont .right-menu form input {
  background-color: transparent;
  border: none;
  color: var(--color-white);
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.5em;
  height: 1.5em;
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: 10px;
  padding: 0 !important;
  background-image: none;
}
@media (max-width: 1600px) {
  .scroll-menu-cont .right-menu form input {
    padding-bottom: 5px !important;
  }
}
@media (max-width: 1400px) {
  .scroll-menu-cont .right-menu form input {
    padding-bottom: 0px !important;
  }
}
.scroll-menu-cont .right-menu form input:focus-visible {
  outline: none;
}
.scroll-menu-cont .right-menu form input.search-submit {
  display: none;
}
.scroll-menu-cont .right-menu div.lang-btn a {
  color: var(--color-white);
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 4px;
  font-size: 1.375rem;
  line-height: 1.8em;
  height: 1.6em;
  padding-left: 4px;
  transform: translateX(0px);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.scroll-menu-cont .right-menu div.lang-btn a div {
  display: inline-block;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1em;
}

.page-title > div {
  display: none;
}

.page-about .page-title div.home,
.single-about .page-title div.home {
  display: none;
}

.page-support .page-title div.home,
.single-support .page-title div.home {
  display: none;
}

.page-programs .page-title div.home,
.single-programs .page-title div.home {
  display: none;
}

.page-education .page-title div.home,
.single-education .page-title div.home {
  display: none;
}

.page-news-notice .page-title div.home,
.single-news-notice .page-title div.home {
  display: none;
}

.page-contact .page-title div.home,
.single-contact .page-title div.home {
  display: none;
}

.page-privacy-policy .page-title div.home,
.single-privacy-policy .page-title div.home {
  display: none;
}

.page-terms-of-use .page-title div.home,
.single-terms-of-use .page-title div.home {
  display: none;
}

.page-refund-table .page-title div.home,
.single-refund-table .page-title div.home {
  display: none;
}

.single-about .page-title .about,
.page-about .page-title .about {
  display: flex !important;
}
.single-about .page-title .about h1:first-child::after,
.single-about .page-title .about h1:not(:first-child)::after,
.page-about .page-title .about h1:first-child::after,
.page-about .page-title .about h1:not(:first-child)::after {
  transform: scaleX(var(--scale, 0));
}

.single-support .page-title .support,
.page-support .page-title .support {
  display: flex !important;
}
.single-support .page-title .support h1:first-child::after,
.single-support .page-title .support h1:not(:first-child)::after,
.page-support .page-title .support h1:first-child::after,
.page-support .page-title .support h1:not(:first-child)::after {
  transform: scaleX(var(--scale, 0));
}

.single-programs .page-title .programs,
.page-programs .page-title .programs {
  display: flex !important;
}
.single-programs .page-title .programs h1:first-child::after,
.single-programs .page-title .programs h1:not(:first-child)::after,
.page-programs .page-title .programs h1:first-child::after,
.page-programs .page-title .programs h1:not(:first-child)::after {
  transform: scaleX(var(--scale, 0));
}

.single-education .page-title .education,
.page-education .page-title .education {
  display: flex !important;
}
.single-education .page-title .education h1:first-child::after,
.single-education .page-title .education h1:not(:first-child)::after,
.page-education .page-title .education h1:first-child::after,
.page-education .page-title .education h1:not(:first-child)::after {
  transform: scaleX(var(--scale, 0));
}

.single-news-notice .page-title .news-notice,
.page-news-notice .page-title .news-notice {
  display: flex !important;
}
.single-news-notice .page-title .news-notice h1:first-child::after,
.single-news-notice .page-title .news-notice h1:not(:first-child)::after,
.page-news-notice .page-title .news-notice h1:first-child::after,
.page-news-notice .page-title .news-notice h1:not(:first-child)::after {
  transform: scaleX(var(--scale, 0));
}

.single-contact .page-title .contact,
.page-contact .page-title .contact {
  display: flex !important;
}
.single-contact .page-title .contact h1:first-child::after,
.single-contact .page-title .contact h1:not(:first-child)::after,
.page-contact .page-title .contact h1:first-child::after,
.page-contact .page-title .contact h1:not(:first-child)::after {
  transform: scaleX(var(--scale, 0));
}

.single-privacy-policy .page-title .privacy-policy,
.page-privacy-policy .page-title .privacy-policy {
  display: flex !important;
}
.single-privacy-policy .page-title .privacy-policy h1:first-child::after,
.single-privacy-policy .page-title .privacy-policy h1:not(:first-child)::after,
.page-privacy-policy .page-title .privacy-policy h1:first-child::after,
.page-privacy-policy .page-title .privacy-policy h1:not(:first-child)::after {
  transform: scaleX(var(--scale, 0));
}

.single-terms-of-use .page-title .terms-of-use,
.page-terms-of-use .page-title .terms-of-use {
  display: flex !important;
}
.single-terms-of-use .page-title .terms-of-use h1:first-child::after,
.single-terms-of-use .page-title .terms-of-use h1:not(:first-child)::after,
.page-terms-of-use .page-title .terms-of-use h1:first-child::after,
.page-terms-of-use .page-title .terms-of-use h1:not(:first-child)::after {
  transform: scaleX(var(--scale, 0));
}

.single-refund-table .page-title .refund-table,
.page-refund-table .page-title .refund-table {
  display: flex !important;
}
.single-refund-table .page-title .refund-table h1:first-child::after,
.single-refund-table .page-title .refund-table h1:not(:first-child)::after,
.page-refund-table .page-title .refund-table h1:first-child::after,
.page-refund-table .page-title .refund-table h1:not(:first-child)::after {
  transform: scaleX(var(--scale, 0));
}

.search .page-title .search,
.page-search .page-title .search {
  display: flex;
}
.search .page-title .search h1:first-child::after,
.search .page-title .search h1:not(:first-child)::after,
.page-search .page-title .search h1:first-child::after,
.page-search .page-title .search h1:not(:first-child)::after {
  transform: scaleX(var(--scale, 0));
}

.page-default .page-title .home {
  display: flex;
}
.page-default .page-title .home h1:first-child::after,
.page-default .page-title .home h1:not(:first-child)::after {
  transform: scaleX(var(--scale, 0));
}

.single-about #page-header .menu-about,
.page-about #page-header .menu-about {
  pointer-events: none;
}
.single-about #page-header .menu-about a,
.page-about #page-header .menu-about a {
  transform: translateX(16px) !important;
}

.single-support #page-header .menu-support,
.page-support #page-header .menu-support {
  pointer-events: none;
}
.single-support #page-header .menu-support a,
.page-support #page-header .menu-support a {
  transform: translateX(16px) !important;
}

.single-programs #page-header .menu-programs,
.page-programs #page-header .menu-programs {
  pointer-events: none;
}
.single-programs #page-header .menu-programs a,
.page-programs #page-header .menu-programs a {
  transform: translateX(16px) !important;
}

.single-education #page-header .menu-education,
.page-education #page-header .menu-education {
  pointer-events: none;
}
.single-education #page-header .menu-education a,
.page-education #page-header .menu-education a {
  transform: translateX(16px) !important;
}

.single-news-notice #page-header .menu-news-notice,
.page-news-notice #page-header .menu-news-notice {
  pointer-events: none;
}
.single-news-notice #page-header .menu-news-notice a,
.page-news-notice #page-header .menu-news-notice a {
  transform: translateX(16px) !important;
}

.single-contact #page-header .menu-contact,
.page-contact #page-header .menu-contact {
  pointer-events: none;
}
.single-contact #page-header .menu-contact a,
.page-contact #page-header .menu-contact a {
  transform: translateX(16px) !important;
}

.single-privacy-policy #page-header .menu-privacy-policy,
.page-privacy-policy #page-header .menu-privacy-policy {
  pointer-events: none;
}
.single-privacy-policy #page-header .menu-privacy-policy a,
.page-privacy-policy #page-header .menu-privacy-policy a {
  transform: translateX(16px) !important;
}

.single-terms-of-use #page-header .menu-terms-of-use,
.page-terms-of-use #page-header .menu-terms-of-use {
  pointer-events: none;
}
.single-terms-of-use #page-header .menu-terms-of-use a,
.page-terms-of-use #page-header .menu-terms-of-use a {
  transform: translateX(16px) !important;
}

.single-refund-table #page-header .menu-refund-table,
.page-refund-table #page-header .menu-refund-table {
  pointer-events: none;
}
.single-refund-table #page-header .menu-refund-table a,
.page-refund-table #page-header .menu-refund-table a {
  transform: translateX(16px) !important;
}

.single-home #page-header .menu-home,
.page-home #page-header .menu-home,
.page-id-1940 #page-header .menu-home {
  pointer-events: none;
}
.single-home #page-header .menu-home a,
.page-home #page-header .menu-home a,
.page-id-1940 #page-header .menu-home a {
  transform: translateX(16px) !important;
}

.single-about .scroll-menu-cont .menu-about,
.page-about .scroll-menu-cont .menu-about {
  pointer-events: none;
}
.single-about .scroll-menu-cont .menu-about a::after,
.page-about .scroll-menu-cont .menu-about a::after {
  transform: scaleX(1);
}

.single-support .scroll-menu-cont .menu-support,
.page-support .scroll-menu-cont .menu-support {
  pointer-events: none;
}
.single-support .scroll-menu-cont .menu-support a::after,
.page-support .scroll-menu-cont .menu-support a::after {
  transform: scaleX(1);
}

.single-programs .scroll-menu-cont .menu-programs,
.page-programs .scroll-menu-cont .menu-programs {
  pointer-events: none;
}
.single-programs .scroll-menu-cont .menu-programs a::after,
.page-programs .scroll-menu-cont .menu-programs a::after {
  transform: scaleX(1);
}

.single-education .scroll-menu-cont .menu-education,
.page-education .scroll-menu-cont .menu-education {
  pointer-events: none;
}
.single-education .scroll-menu-cont .menu-education a::after,
.page-education .scroll-menu-cont .menu-education a::after {
  transform: scaleX(1);
}

.single-news-notice .scroll-menu-cont .menu-news-notice,
.page-news-notice .scroll-menu-cont .menu-news-notice {
  pointer-events: none;
}
.single-news-notice .scroll-menu-cont .menu-news-notice a::after,
.page-news-notice .scroll-menu-cont .menu-news-notice a::after {
  transform: scaleX(1);
}

.single-contact .scroll-menu-cont .menu-contact,
.page-contact .scroll-menu-cont .menu-contact {
  pointer-events: none;
}
.single-contact .scroll-menu-cont .menu-contact a::after,
.page-contact .scroll-menu-cont .menu-contact a::after {
  transform: scaleX(1);
}

.single-privacy-policy .scroll-menu-cont .menu-privacy-policy,
.page-privacy-policy .scroll-menu-cont .menu-privacy-policy {
  pointer-events: none;
}
.single-privacy-policy .scroll-menu-cont .menu-privacy-policy a::after,
.page-privacy-policy .scroll-menu-cont .menu-privacy-policy a::after {
  transform: scaleX(1);
}

.single-terms-of-use .scroll-menu-cont .menu-terms-of-use,
.page-terms-of-use .scroll-menu-cont .menu-terms-of-use {
  pointer-events: none;
}
.single-terms-of-use .scroll-menu-cont .menu-terms-of-use a::after,
.page-terms-of-use .scroll-menu-cont .menu-terms-of-use a::after {
  transform: scaleX(1);
}

.single-refund-table .scroll-menu-cont .menu-refund-table,
.page-refund-table .scroll-menu-cont .menu-refund-table {
  pointer-events: none;
}
.single-refund-table .scroll-menu-cont .menu-refund-table a::after,
.page-refund-table .scroll-menu-cont .menu-refund-table a::after {
  transform: scaleX(1);
}

.page-title div {
  display: none;
  flex-direction: column;
  align-items: flex-start;
}
.page-title div h1 {
  position: relative;
  display: inline-block;
  padding-left: 24px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.page-title div h1 > span {
  display: block;
  overflow: hidden;
  height: fit-content;
}
.page-title div h1 > span > span {
  display: block;
  transform: translate(0, 100px);
  height: 1em;
}
.page-title div h1:first-child::after,
.page-title div h1:not(:first-child)::after {
  content: "";
  display: block;
  width: 100vw;
  height: 1px;
  background-color: var(--color-white);
  position: absolute;
  right: -40px;
  transform: scaleX(var(--scale, 0));
  transform-origin: left;
}
.page-title div h1:first-child::after {
  bottom: 0;
}
.page-title div h1:not(:first-child)::after {
  top: 0;
}

.page-default .page-title .home h1:first-child::after,
.page-home .page-title .home h1:first-child::after,
.page-id-1940 .page-title .home h1:first-child::after {
  display: none;
}

.post-type-archive-news-notice h1:first-child::after, .page-news-notice .page-title .news-notice h1:first-child::after,
.single-news-notice .page-title .news-notice h1:first-child::after {
  display: none;
}

.page-privacy-policy .page-title .privacy-policy h1:first-child::after,
.page-terms-of-use .page-title .terms-of-use h1:first-child::after,
.page-refund-table .page-title .refund-table h1:first-child::after {
  display: none;
}
.page-privacy-policy .page-title .privacy-policy h1:not(:first-child)::after,
.page-terms-of-use .page-title .terms-of-use h1:not(:first-child)::after,
.page-refund-table .page-title .refund-table h1:not(:first-child)::after {
  right: -100px;
}

.page-opportunities #page-header .opportunities h1:first-child::after,
.single-opportunities #page-header .opportunities h1:first-child::after {
  right: -20px;
}

.link-wrap {
  display: flex;
  flex-direction: column;
}
.link-wrap h3 {
  margin-bottom: 0px;
  padding: 24px 0;
}
.link-wrap h3 a {
  display: block;
  line-height: 1.2em;
  height: 1em;
}

.home-container {
  display: flex;
  flex-direction: column;
  row-gap: 64px;
}
.home-container section.section-01 {
  width: 100%;
  padding: 0;
}
.home-container section.section-01 .section-01-left h2 {
  max-width: 10em;
}
@media (max-width: 1170px) {
  .home-container section.section-01 .section-01-left h2 {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .home-container section.section-01 .section-01-left h2 {
    font-size: 2rem !important;
  }
}
.home-container section.section-01 .section-01-right h6 {
  margin-bottom: 8px;
  max-width: 22em;
}
.home-container section.section-01 .section-01-right a {
  position: relative;
  opacity: 0.5;
}
.home-container section.section-01 .section-01-right a::after {
  content: " ";
  display: inline-block;
  width: 100%;
  height: 1px;
  margin-top: 2px;
  background-color: var(--color-black);
  position: absolute;
  left: 0;
  bottom: -3px;
  transform: scaleX(var(--scale, 0));
  transform-origin: left;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1020px) {
  .home-container section.section-01 .section-01-right a {
    opacity: 1;
  }
  .home-container section.section-01 .section-01-right a::after {
    transform: scaleX(1);
  }
}
.home-container section.section-01 .section-01-right a:hover {
  opacity: 1 !important;
}
.home-container section.section-01 .section-01-right a:hover::after {
  transform: scaleX(1);
}
.home-container .program-wrap article > div .program-img-wrap {
  overflow: hidden;
}
.home-container .program-wrap article > div .program-img-wrap img {
  transition: all 0.3s ease-in-out;
}
.home-container .program-wrap article:hover > div .program-img-wrap img {
  transform: scale(1.1);
  opacity: 0.75;
}
@media (max-width: 1020px) {
  .home-container .program-wrap article:hover > div .program-img-wrap img {
    transform: scale(1);
    opacity: 1;
  }
}
.home-container .home-swiper {
  max-width: 100%;
  max-height: 45vw;
  overflow: hidden;
}
.home-container .home-swiper .swiper-slide {
  max-width: 100%;
  max-height: 45vw;
}
.home-container .home-swiper figure {
  width: 100%;
  height: 45vw;
}
.home-container .home-swiper figure img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.inner-title-wrap {
  padding-bottom: 64px;
}
@media (max-width: 768px) {
  .inner-title-wrap {
    padding-bottom: 0px;
  }
}
.inner-title-wrap h6 {
  max-width: 22em;
}

.support-archive {
  display: flex;
  flex-direction: column;
  margin-top: 32px;
  width: 100%;
}
.support-archive .support-post {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: row;
  border-top: 1px solid var(--color-black);
}
.support-archive .support-post h5 {
  width: 20%;
  padding: 4px 0;
}
.support-archive .support-post h6 {
  padding: 4px 0;
}
.support-archive .support-post .support-cont {
  width: 80%;
  position: relative;
  display: flex;
  flex-direction: column;
}
.support-archive .support-post .support-cont .support-gallery {
  grid-column: 2/3;
  position: relative;
  margin-top: 8px;
  padding-bottom: 8px;
  width: 100%;
  height: fit-content;
  overflow-y: hidden;
  overflow-x: unset;
  border-bottom: 1px solid var(--color-black);
}
.support-archive .support-post .support-cont .support-gallery .gallery-wrap {
  width: max-content;
  height: fit-content;
  display: flex;
  flex-direction: row;
  column-gap: 12px;
  margin-right: 20px;
}
.support-archive .support-post .support-cont .support-gallery .gallery-wrap .gallery-item-wrap {
  display: flex;
  height: 300px;
  flex-direction: row;
  column-gap: 12px;
}
.support-archive .support-post .support-cont .support-gallery .gallery-wrap .gallery-item-wrap h6 {
  display: none;
}
.support-archive .support-post .support-cont .support-gallery .gallery-wrap .gallery-item-wrap figure.gallery-item {
  width: fit-content;
}
.support-archive .support-post .support-cont .support-gallery .gallery-wrap .gallery-item-wrap figure.gallery-item img {
  width: auto;
  height: 100%;
  cursor: pointer;
}
.support-archive .support-post .support-cont .support-gallery .gallery-wrap .gallery-item-wrap figure.gallery-item figcaption {
  display: none;
}
.support-archive .support-post .support-cont .support-info .support-info-item {
  display: grid;
  grid-template-columns: 2fr 8fr;
  column-gap: 12px;
  row-gap: 24px;
}
.support-archive .support-post .support-cont .support-info .support-info-item:not(:first-child) {
  border-top: 1px solid var(--color-black);
}
.support-archive .support-post .support-cont .support-info .support-info-item .contents {
  margin-bottom: 0;
  margin-left: 0;
}
.support-archive .support-post .support-cont .support-info .support-info-item .contents p {
  margin-bottom: 0;
}
.support-archive .support-post .support-cont .support-info .support-info-item .contents li {
  list-style: none;
  border-bottom: 1px solid var(--color-black);
  padding-top: 4px;
}
.support-archive .support-post .support-cont .support-info .support-info-item .contents li:last-child {
  border-bottom: none;
}

.page-contact .form-wrap .validation_message {
  color: red;
}
.page-contact .form-wrap .gform_validation_errors h2 {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.33em;
  color: red;
  margin-bottom: 1em;
}
.page-contact .form-wrap .gform_heading {
  display: none;
}
.page-contact .form-wrap form {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-end;
}
.page-contact .form-wrap .gform-body {
  width: 100%;
}
.page-contact .form-wrap .gform-body > div {
  display: flex;
  flex-direction: column;
  height: fit-content;
  row-gap: 20px;
}
.page-contact .form-wrap .gform-body > div input,
.page-contact .form-wrap .gform-body > div textarea {
  width: 100%;
  border: none;
  background-color: var(--color-gray-02);
  padding: 8px 8px 4px;
  margin-top: 4px;
}
.page-contact .form-wrap .gform-body > div textarea {
  height: 16em;
  resize: none;
}
.page-contact .form-wrap .gform_footer {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  margin-top: 16px;
  width: fit-content !important;
  font-size: 1.375rem;
  border-bottom: 1px solid var(--color-black);
  padding-bottom: 3px;
}
.page-contact .form-wrap .gform_footer:hover {
  border-bottom: none;
}
@media (max-width: 1020px) {
  .page-contact .form-wrap .gform_footer:hover {
    border-bottom: 1px solid var(--color-black);
  }
}
.page-contact .form-wrap .gform_footer::after {
  content: " ";
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--color-black);
  position: absolute;
  left: 0;
  bottom: -3px;
  transform: scaleX(0);
  transform-origin: left;
  transition: none;
}
@media (max-width: 1020px) {
  .page-contact .form-wrap .gform_footer::after {
    opacity: 0;
  }
}
.page-contact .form-wrap .gform_footer:hover::after {
  transform: scaleX(1);
  transition: all 0.3s ease-in-out;
}
.page-contact .form-wrap .gform_footer input {
  position: relative;
  color: var(--color-black);
  display: inline-block;
  padding: 0;
  background-color: transparent;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.3em;
}
.page-contact .form-wrap .gform_footer input:hover {
  opacity: 0.5;
}
@media (max-width: 1020px) {
  .page-contact .form-wrap .gform_footer input:hover {
    opacity: 1;
  }
}
.page-contact .contact-link-wrap h6 {
  position: relative;
  cursor: pointer;
}
.page-contact .contact-link-wrap h6::after {
  content: " ";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--color-black);
  position: absolute;
  left: 0;
  bottom: 0px;
  transform: scaleX(0);
  transform-origin: left;
}
.page-contact .contact-link-wrap h6:hover {
  border-bottom: white;
}
.page-contact .contact-link-wrap h6:hover::after {
  transform: scaleX(1);
  transition: transform 0.3s ease-in-out;
}

.page-home main .ongoing-section .ongoing-wrap,
.page-id-1940 main .ongoing-section .ongoing-wrap {
  grid-column: 3/13;
}
.page-home main .ongoing-section article,
.page-id-1940 main .ongoing-section article {
  flex: 1 1 50%;
}

.page-programs article:first-child {
  border-top: none;
}

.page-home .info-section h4 > br,
.page-id-1940 .info-section h4 > br,
.page-education .info-section h4 > br {
  display: none;
}
.page-home .ongoing-loop-wrap article:first-child,
.page-home .past-loop-wrap article:first-child,
.page-id-1940 .ongoing-loop-wrap article:first-child,
.page-id-1940 .past-loop-wrap article:first-child,
.page-education .ongoing-loop-wrap article:first-child,
.page-education .past-loop-wrap article:first-child {
  border-top: none;
}
.page-home .ongoing-loop-wrap article.state-hide .item-info-wrap,
.page-home .past-loop-wrap article.state-hide .item-info-wrap,
.page-id-1940 .ongoing-loop-wrap article.state-hide .item-info-wrap,
.page-id-1940 .past-loop-wrap article.state-hide .item-info-wrap,
.page-education .ongoing-loop-wrap article.state-hide .item-info-wrap,
.page-education .past-loop-wrap article.state-hide .item-info-wrap {
  display: none;
  visibility: hidden;
}

.single-education #main .education-title-wrap {
  border-top: 1px solid var(--color-black);
}
.single-education #main .education-title-wrap h6:first-child {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-100%);
}
.single-education #main .education-title-wrap h3 {
  margin: 16px 0;
}
.single-education #main img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}
.single-education #main .education-accordion > div .gb-accordion__content p:first-child {
  max-width: 34em;
}
.single-education #main .education-accordion > div .gb-accordion__content h6:first-child {
  margin-bottom: 1em;
}
.single-education table tr {
  display: grid;
  grid-template-columns: 1fr 1fr 4fr;
  column-gap: 16px;
  border-top: 1px solid var(--color-black);
}
.single-education table tr td {
  border: none;
  font-size: 1rem;
  padding: 4px 0px 0px;
}

.page-news-notice .facetwp-facet .facetwp-radio, .post-type-archive-news-notice .facetwp-facet .facetwp-radio {
  background: none;
  margin-bottom: 0;
  padding: 4px;
  font-size: 1.5rem;
  font-weight: 600;
  border-top: 1px solid var(--color-black);
  opacity: 0.2;
  line-height: 1.33em;
  transition: opacity 0.2s ease-in-out;
}
.page-news-notice .facetwp-facet .facetwp-radio .facetwp-counter, .post-type-archive-news-notice .facetwp-facet .facetwp-radio .facetwp-counter {
  display: none;
}
.page-news-notice .facetwp-facet .facetwp-radio.checked, .post-type-archive-news-notice .facetwp-facet .facetwp-radio.checked {
  opacity: 1;
  pointer-events: none;
}
.page-news-notice .facetwp-facet .facetwp-radio:hover, .post-type-archive-news-notice .facetwp-facet .facetwp-radio:hover {
  opacity: 1;
}
@media (max-width: 1020px) {
  .page-news-notice .facetwp-facet .facetwp-radio, .post-type-archive-news-notice .facetwp-facet .facetwp-radio {
    opacity: 0.2 !important;
  }
  .page-news-notice .facetwp-facet .facetwp-radio.checked, .post-type-archive-news-notice .facetwp-facet .facetwp-radio.checked {
    opacity: 1 !important;
  }
}
@media (max-width: 450px) {
  .page-news-notice .facetwp-facet .facetwp-radio, .post-type-archive-news-notice .facetwp-facet .facetwp-radio {
    font-size: 1.2rem !important;
  }
}
.page-news-notice .list-wrap, .post-type-archive-news-notice .list-wrap {
  border-top: 1px solid var(--color-black);
  position: relative;
}
.page-news-notice .list-wrap .facetwp-type-sort, .post-type-archive-news-notice .list-wrap .facetwp-type-sort {
  position: absolute;
  top: -8px;
  right: 0;
  transform: translateY(-100%);
  margin-bottom: 0;
}
.page-news-notice .list-wrap .facetwp-type-sort select, .post-type-archive-news-notice .list-wrap .facetwp-type-sort select {
  border: none;
  padding: 0;
  background-color: transparent;
  font-size: 1.125rem;
  font-weight: 800;
  color: var(--color-black);
}
.page-news-notice .list-wrap .listing-item, .post-type-archive-news-notice .list-wrap .listing-item {
  position: relative;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  row-gap: 12px;
  padding: 8px 0 17px;
  border-bottom: 1px solid var(--color-black);
  transition: all 0.2s ease-in-out;
}
.page-news-notice .list-wrap .listing-item:hover, .post-type-archive-news-notice .list-wrap .listing-item:hover {
  background-color: var(--color-gray-02);
}
@media (max-width: 1020px) {
  .page-news-notice .list-wrap .listing-item:hover, .post-type-archive-news-notice .list-wrap .listing-item:hover {
    background-color: var(--color-white) !important;
  }
}
.page-news-notice .list-wrap .listing-item h5, .post-type-archive-news-notice .list-wrap .listing-item h5 {
  line-height: 1.47em;
}
.page-news-notice .list-wrap .listing-item .listing-index, .post-type-archive-news-notice .list-wrap .listing-item .listing-index {
  grid-column: 1/2;
  padding-left: 4px;
}
.page-news-notice .list-wrap .listing-item .listing-title, .post-type-archive-news-notice .list-wrap .listing-item .listing-title {
  grid-column: 2/7;
}
.page-news-notice .list-wrap .listing-item .listing-date, .post-type-archive-news-notice .list-wrap .listing-item .listing-date {
  grid-column: 7/9;
  text-align: right;
  padding-right: 4px;
}
.page-news-notice .list-wrap .listing-item .listing-link, .post-type-archive-news-notice .list-wrap .listing-item .listing-link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}

.another-item {
  border-bottom: 1px solid var(--color-black);
  position: relative;
}
.another-item::after {
  content: " ";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--color-black);
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: left;
}
.another-item:hover {
  opacity: 0.5;
  border-bottom: none;
}
.another-item:hover::after {
  transform: scaleX(1);
  transition: all 0.3s ease-in-out;
}

.single-news-notice .dynamic-entry-content p {
  font-size: 1.45rem;
}
.single-news-notice .dynamic-entry-content .wp-block-gallery {
  display: flex;
  flex-direction: column;
  row-gap: 0;
  align-items: center;
}
.single-news-notice .dynamic-entry-content .wp-block-gallery figure {
  display: flex;
  max-width: 960px;
}
.single-news-notice .dynamic-entry-content .wp-block-gallery figure img {
  margin: 0;
  width: 100%;
}

.dynamic-entry-content figure {
  display: flex;
  justify-content: center;
}
.dynamic-entry-content figure img {
  margin: 0 auto;
}

.error404 .home-link {
  display: inline-block;
  position: relative;
  margin-top: 1.6em;
  border-bottom: 1px solid var(--color-black);
  height: 1.6em;
}
.error404 .home-link h5 {
  line-height: 1em;
}
.error404 .home-link:hover {
  transform: translateX(0);
  opacity: 0.5;
  border-bottom: none;
}
.error404 .home-link:hover::after {
  transform: scaleX(1);
  transition: all 0.3s ease-in-out;
}
.error404 .home-link::after {
  content: " ";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--color-black);
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: left;
}

.back-link-wrap a {
  position: relative;
  border-bottom: 1px solid var(--color-black);
  height: 100%;
}
@media (max-width: 1020px) {
  .back-link-wrap a {
    opacity: 1 !important;
    border-bottom: 1px solid var(--color-black) !important;
  }
  .back-link-wrap a::after {
    display: none !important;
  }
}
.back-link-wrap a:hover {
  opacity: 0.5;
  border-bottom: 1px solid var(--color-white);
}
.back-link-wrap a:hover::after {
  transform: scaleX(1);
  transition: all 0.3s ease-in-out;
}
.back-link-wrap a::after {
  content: " ";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--color-black);
  position: absolute;
  left: 0;
  bottom: -1px;
  transform: scaleX(0);
  transform-origin: left;
}

#page-footer #national-tax-service {
  width: 60%;
}
#page-footer div:last-child p > a {
  position: relative;
  border-bottom: 1px solid var(--color-black);
}
#page-footer div:last-child p > a:hover {
  opacity: 0.5;
  border-bottom: none;
}
#page-footer div:last-child p > a:hover::after {
  transform: scaleX(1);
  transition: all 0.3s ease-in-out;
}
#page-footer div:last-child p > a::after {
  content: " ";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--color-black);
  position: absolute;
  left: 0;
  bottom: -1px;
  transform: scaleX(0);
  transform-origin: left;
}

.single-programs img {
  width: 100%;
}

/* PROGRAMS 관련 스타일 */
body.single-programs #gform_wrapper_2, body.single-programs #gform_wrapper_4 {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 1rem;
}
@media (max-width: 1020px) {
  body.single-programs #gform_wrapper_2, body.single-programs #gform_wrapper_4 {
    grid-template-columns: 1fr;
  }
}
body.single-programs #gform_wrapper_2 #gform_fields_2, body.single-programs #gform_wrapper_2 #gform_fields_4, body.single-programs #gform_wrapper_4 #gform_fields_2, body.single-programs #gform_wrapper_4 #gform_fields_4 {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-left: 0;
}
body.single-programs .form-program-title {
  display: none;
}
body.single-programs .form-name legend,
body.single-programs .form-name label,
body.single-programs .form-phone legend,
body.single-programs .form-phone label,
body.single-programs .form-email legend,
body.single-programs .form-email label,
body.single-programs .form-file legend,
body.single-programs .form-file label {
  margin-bottom: 0.5rem !important;
  font-weight: 600;
}
body.single-programs .form-name input,
body.single-programs .form-phone input,
body.single-programs .form-email input,
body.single-programs .form-file input {
  width: 100%;
  background-color: var(--color-gray-02);
  border: none;
  padding: 8px;
  font-size: 1rem;
  font-weight: 400;
  color: var(--color-black);
}
body.single-programs .form-name .ginput_container {
  display: flex;
  flex-direction: row-reverse;
  column-gap: 1rem;
}
body.single-programs .form-name .ginput_container span {
  width: 100%;
}
body.single-programs .form-name .ginput_container span label {
  display: none;
}
body.single-programs #gform_drag_drop_area_2_7, body.single-programs #gform_drag_drop_area_4_7 {
  display: flex;
  flex-direction: row;
  column-gap: 0.5rem;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
}
body.single-programs #gform_drag_drop_area_2_7 .gform_drop_instructions, body.single-programs #gform_drag_drop_area_4_7 .gform_drop_instructions {
  display: flex;
  border: none;
  font-size: 1rem;
  font-weight: 400;
  color: var(--color-black);
  content: "파일 선택";
}
body.single-programs #gform_drag_drop_area_2_7 button, body.single-programs #gform_drag_drop_area_4_7 button {
  background-color: var(--color-gray-02);
  border: none;
  padding: 8px;
  font-size: 1rem;
  font-weight: 400;
  color: var(--color-black);
  content: "파일 선택";
  transition: all 0.1s ease-in-out;
}
body.single-programs #gform_drag_drop_area_2_7 button:hover, body.single-programs #gform_drag_drop_area_4_7 button:hover {
  background-color: var(--color-black);
  color: var(--color-white);
}
body.single-programs .gform_footer {
  display: flex;
  column-gap: 1rem;
  justify-content: flex-end;
  align-items: center;
}
body.single-programs .gform_footer input {
  background-color: transparent;
  border: none;
  font-size: 1.25rem;
  font-weight: 600;
  padding: 0;
  color: var(--color-black);
  text-decoration: underline 1px var(--color-black);
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}

@media (max-width: 768px) {
  :root {
    --header-height: 170px;
  }
  .mobile-menu {
    display: block;
  }
  html,
  body {
    font-size: 14px;
    overflow-x: hidden;
  }
  .header-spacing {
    height: calc(var(--header-height) + 12px);
  }
  .scroll-menu-cont {
    display: none;
  }
  header#page-header {
    margin-top: 8px;
  }
  header#page-header > div {
    display: flex;
    flex-direction: column;
    width: 100vw;
    min-width: 100vw;
    max-width: 100vw;
  }
  header#page-header .page-title div h1 {
    font-size: 3rem;
    padding-left: 8px;
  }
  header#page-header .page-title div h1::after {
    right: -20px;
  }
  header#page-header .page-title .home h1:last-child::after {
    right: -10px;
  }
  header#page-header > div div:last-child {
    display: none;
  }
  footer#page-footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 4px;
    row-gap: 12px;
  }
  footer#page-footer div {
    width: 100%;
    grid-column: 1/3;
    border: none;
    padding: 0;
  }
  footer#page-footer div figure {
    padding: 0;
  }
  footer#page-footer div:first-child {
    width: 100%;
    grid-column: 1/2;
    order: 1;
  }
  footer#page-footer > div:nth-child(2) {
    width: 100%;
    grid-column: 1/3;
    order: 3;
    border-top: 1px solid var(--color-black);
    padding-top: 8px;
  }
  footer#page-footer > div:nth-child(2) div {
    column-gap: 4px;
  }
  footer#page-footer > div:nth-child(2) div p {
    width: 50%;
    font-size: 11px;
  }
  footer#page-footer div:last-child {
    width: 100%;
    grid-column: 2/3;
    order: 2;
  }
  .container.grid-container {
    width: 100vw;
    min-width: 100vw;
    max-width: 100vw;
    padding-left: 4px;
    padding-right: 4px;
  }
  .container.grid-container .site-content {
    padding-left: 4px;
    padding-right: 4px;
  }
  .container.grid-container .site-content main.site-main {
    padding-left: 4px;
    padding-right: 4px;
  }
  .home-container {
    row-gap: 32px;
  }
  .home-container .section-01 {
    display: flex;
    flex-direction: column;
  }
  .home-container .section-01 .section-01-left {
    margin-bottom: 1em;
  }
  .home-container .section-01 .section-01-right {
    display: grid;
    grid-template-columns: 1fr 5fr;
    column-gap: 4px;
  }
  .home-container .section-01 .section-01-right h6 {
    grid-column: 2/3;
  }
  .home-container article.education-post a {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
  }
  .home-container article.education-post a .info-section {
    order: 2;
  }
  .home-container article.education-post a .thumbnail {
    order: 1;
  }
  .home-container .program-wrap > div > div {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    column-gap: 16px;
    margin-left: 0;
  }
  .home-container .program-wrap > div > div > article {
    grid-column: 2/7;
  }
  .home-container .home-swiper {
    max-height: 60vw;
  }
  .home-container .home-swiper .swiper-slide {
    max-height: 60vw;
  }
  .home-container .home-swiper .swiper-slide figure {
    height: 60vw;
  }
  .page-about section, .page-id-1903 section {
    grid-template-columns: repeat(6, 1fr);
  }
  .page-about section > div:first-child, .page-id-1903 section > div:first-child {
    grid-column: 1/7;
  }
  .page-about section > div:last-child, .page-id-1903 section > div:last-child {
    grid-column: 2/7;
  }
  .page-about section .mission-wrap h5, .page-id-1903 section .mission-wrap h5 {
    padding: 8px;
  }
  .page-news-notice .list-wrap .listing-item, .post-type-archive-news-notice .list-wrap .listing-item {
    grid-template-columns: repeat(6, 1fr);
    column-gap: 12px;
    row-gap: 4px;
  }
  .page-news-notice .list-wrap .listing-item:hover, .post-type-archive-news-notice .list-wrap .listing-item:hover {
    background-color: var(--color-gray-02);
  }
  .page-news-notice .list-wrap .listing-item h5, .post-type-archive-news-notice .list-wrap .listing-item h5 {
    line-height: 1.47em;
  }
  .page-news-notice .list-wrap .listing-item .listing-index, .post-type-archive-news-notice .list-wrap .listing-item .listing-index {
    grid-column: 1/2 !important;
    padding-left: 4px;
    order: 1;
  }
  .page-news-notice .list-wrap .listing-item .listing-title, .post-type-archive-news-notice .list-wrap .listing-item .listing-title {
    grid-column: 2/6 !important;
    padding-left: 4px;
    order: 2;
  }
  .page-news-notice .list-wrap .listing-item .listing-date, .post-type-archive-news-notice .list-wrap .listing-item .listing-date {
    grid-column: 6/7 !important;
    padding-right: 4px;
    order: 3;
  }
}
@media (max-width: 768px) and (max-width: 450px) {
  .page-news-notice .list-wrap .listing-item .listing-index, .post-type-archive-news-notice .list-wrap .listing-item .listing-index {
    order: 1;
    font-size: 1.2rem !important;
    color: var(--color-gray-01) !important;
  }
  .page-news-notice .list-wrap .listing-item .listing-title, .post-type-archive-news-notice .list-wrap .listing-item .listing-title {
    grid-column: 1/7 !important;
    order: 2;
    font-size: 1.2rem !important;
    line-height: 120% !important;
  }
  .page-news-notice .list-wrap .listing-item .listing-date, .post-type-archive-news-notice .list-wrap .listing-item .listing-date {
    order: 1;
    font-size: 1.2rem !important;
    color: var(--color-gray-01) !important;
  }
}
@media (max-width: 480px) {
  [lang=ko-KR] h2 {
    font-size: 2.25rem !important;
  }
}
.gallery-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}
.gallery-modal .modal-content {
  position: relative;
  max-width: 90%;
  max-height: 90vh;
}
.gallery-modal .modal-content .nav-btn {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 100%;
  padding: 0;
  border: none;
  color: #1d1d1f;
  font-size: 2rem;
  cursor: pointer;
  filter: invert(1);
  opacity: 0.3;
}
@media (max-width: 768px) {
  .gallery-modal .modal-content .nav-btn {
    opacity: 1;
    width: 30px;
    height: 30px;
  }
  .gallery-modal .modal-content .nav-btn.prev {
    left: 6dvw;
  }
  .gallery-modal .modal-content .nav-btn.next {
    right: 6dvw;
  }
}
.gallery-modal .modal-content .nav-btn:hover {
  opacity: 1;
}
.gallery-modal .modal-content .nav-btn.prev {
  text-align: left;
  left: 5dvw;
}
.gallery-modal .modal-content .nav-btn.next {
  text-align: right;
  right: 5dvw;
}
.gallery-modal .modal-content .nav-btn img {
  width: 100% !important;
  height: 100% !important;
  min-width: unset !important;
}
.gallery-modal .modal-content h6 {
  position: absolute;
  top: -4px;
  width: 100%;
  transform: translateY(-100%);
  text-align: left;
  font-size: 1rem;
  font-weight: 400;
  color: var(--color-white);
  line-height: 1.32em;
}
.gallery-modal .modal-content img {
  max-width: 100%;
  max-height: 80vh;
  min-width: 30vw;
  object-fit: contain;
}
.gallery-modal .modal-content figcaption {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
  mix-blend-mode: difference;
  width: 100%;
  text-align: center;
  color: var(--color-white);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.32em;
}

.close-modal {
  position: absolute;
  top: -40px;
  right: 0;
  color: white;
  font-size: 30px;
  cursor: pointer;
}

.detail-info-wrap .detail-info-item {
  border-top: 1px solid var(--color-black);
  padding-top: 8px;
  display: grid;
  grid-template-columns: 2fr 3fr;
  column-gap: 16px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.detail-info-wrap .detail-info-item p {
  margin-bottom: 0;
}

/* ----------- 후반 작업 시작 ----------- */
@media (max-width: 1020px) {
  body.home .section-01 {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
  }
  body.home .section-01 .section-01-left, body.home .section-01 .section-01-right {
    width: 100%;
  }
  body.home .section-01 .section-01-left h6, body.home .section-01 .section-01-right h6 {
    max-width: 100% !important;
  }
}
@media (max-width: 1020px) {
  body.home .ongoing-section .course-ongoing {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  body.home .ongoing-section .course-ongoing div {
    order: 3 !important;
    margin-top: 16px !important;
  }
  body.home .ongoing-section .course-ongoing a {
    order: 2 !important;
  }
  body.home .ongoing-section .course-ongoing img {
    order: 1 !important;
  }
}
@media (max-width: 1020px) {
  body.home .loop-wrapper {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  body.home .loop-wrapper .gb-loop-item .program-title-wrap h5 {
    font-size: 1.2rem !important;
  }
}
@media (max-width: 768px) {
  body.home .loop-wrapper {
    grid-template-columns: repeat(12, 1fr) !important;
  }
  body.home .loop-wrapper .gb-loop-item {
    grid-column: 3/13 !important;
  }
}

@media (max-width: 1400px) {
  .page-title h1 {
    font-size: 3rem !important;
  }
  .page-title h1:first-child::after {
    right: 0px !important;
  }
}
@media (max-width: 350px) {
  .page-title h1 {
    font-size: 2.5rem !important;
  }
}

@media (max-width: 1600px) {
  .scroll-menu-cont .scroll-menu li {
    font-size: 1.2rem !important;
  }
  .scroll-menu-cont form input {
    font-size: 1.2rem !important;
  }
  .scroll-menu-cont .lang-btn .kr-btn {
    font-size: 1.2rem !important;
  }
  .scroll-menu-cont .lang-btn .en-btn {
    font-size: 1.2rem !important;
  }
}
@media (max-width: 1400px) {
  .scroll-menu-cont .scroll-menu {
    column-gap: 12px;
  }
  .scroll-menu-cont .scroll-menu li {
    font-size: 1rem !important;
  }
  .scroll-menu-cont form input {
    font-size: 1rem !important;
  }
  .scroll-menu-cont .lang-btn .kr-btn {
    font-size: 1rem !important;
  }
  .scroll-menu-cont .lang-btn .en-btn {
    font-size: 1rem !important;
  }
}
@media (max-width: 1200px) {
  .scroll-menu-cont .gb-element-d0d42dfe {
    width: 100% !important;
  }
}
@media (max-width: 1020px) {
  .scroll-menu-cont {
    display: none !important;
  }
}

@media (max-width: 1020px) {
  .header-menu-wrapper {
    display: none !important;
  }
}

@media (max-width: 1020px) {
  .mobile-menu {
    display: block !important;
  }
}

@media (max-width: 1020px) {
  :root {
    --header-height: 195px;
  }
}
@media (max-width: 768px) {
  :root {
    --header-height: 170px;
  }
}

@media (max-width: 1024px) {
  #page-header div {
    width: 100vw !important;
  }
  #page-header div h1 {
    padding-left: 0px !important;
  }
  .container.grid-container {
    width: 100vw;
    min-width: 100vw;
    max-width: 100vw;
    padding-left: 4px;
    padding-right: 4px;
  }
  footer#page-footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 12px;
    row-gap: 12px;
  }
  footer#page-footer div {
    width: 100%;
    grid-column: 1/3;
    border: none;
    padding: 0;
  }
  footer#page-footer div figure {
    padding: 0;
  }
  footer#page-footer a:hover {
    opacity: 1 !important;
  }
  footer#page-footer a:hover::after {
    transform: scaleX(1) !important;
    transition: none !important;
  }
  footer#page-footer div:first-child {
    width: 100%;
    grid-column: unset !important;
    order: 1;
  }
  footer#page-footer > div:nth-child(2) {
    width: 100%;
    grid-column: 1/3;
    order: 3;
    border-top: 1px solid var(--color-black);
    padding-top: 8px;
    gap: 5px;
  }
  footer#page-footer > div:nth-child(2) div {
    column-gap: 4px;
  }
  footer#page-footer > div:nth-child(2) div p {
    width: 50%;
    font-size: 12px;
    line-height: 120%;
  }
  footer#page-footer div:last-child {
    width: 100%;
    grid-column: unset !important;
    order: 2;
  }
  footer#page-footer div:last-child .policies-wrapper {
    gap: 10px;
  }
  footer#page-footer div:last-child p {
    line-height: 1;
  }
}
[lang=ko-KR] .lang-item-ko {
  display: flex;
  align-items: center;
  gap: 3px;
}
[lang=ko-KR] .lang-item-ko::after {
  content: "";
  display: block;
  width: 1.375rem;
  height: 1.375rem;
  background-color: transparent;
  background-image: url(/wp-content/uploads/2025/03/arrow.svg);
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: right center;
}

[lang=en-US] .lang-item-ko {
  display: flex;
  align-items: center;
  gap: 8px;
}
[lang=en-US] .lang-item-ko::after {
  content: "";
  display: block;
  width: 1.375rem;
  height: 1.375rem;
  background-color: transparent;
  background-image: url(/wp-content/uploads/2025/03/arrow.svg);
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: right center;
  transform: rotate(180deg);
}

#page-header .lang-btn #menu-language-switcher, #page-header .lang-btn #menu-language-switcher-1, #page-header .lang-btn #menu-language-switcher-2, .scroll-menu-cont .lang-btn #menu-language-switcher, .scroll-menu-cont .lang-btn #menu-language-switcher-1, .scroll-menu-cont .lang-btn #menu-language-switcher-2, .mobile-menu-cont .lang-btn #menu-language-switcher, .mobile-menu-cont .lang-btn #menu-language-switcher-1, .mobile-menu-cont .lang-btn #menu-language-switcher-2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 2px;
  margin: 0;
}
#page-header .lang-btn #menu-language-switcher li, #page-header .lang-btn #menu-language-switcher-1 li, #page-header .lang-btn #menu-language-switcher-2 li, .scroll-menu-cont .lang-btn #menu-language-switcher li, .scroll-menu-cont .lang-btn #menu-language-switcher-1 li, .scroll-menu-cont .lang-btn #menu-language-switcher-2 li, .mobile-menu-cont .lang-btn #menu-language-switcher li, .mobile-menu-cont .lang-btn #menu-language-switcher-1 li, .mobile-menu-cont .lang-btn #menu-language-switcher-2 li {
  display: flex;
  pointer-events: all !important;
  list-style: none;
  order: 1;
}
#page-header .lang-btn #menu-language-switcher li::marker, #page-header .lang-btn #menu-language-switcher-1 li::marker, #page-header .lang-btn #menu-language-switcher-2 li::marker, .scroll-menu-cont .lang-btn #menu-language-switcher li::marker, .scroll-menu-cont .lang-btn #menu-language-switcher-1 li::marker, .scroll-menu-cont .lang-btn #menu-language-switcher-2 li::marker, .mobile-menu-cont .lang-btn #menu-language-switcher li::marker, .mobile-menu-cont .lang-btn #menu-language-switcher-1 li::marker, .mobile-menu-cont .lang-btn #menu-language-switcher-2 li::marker {
  display: none;
}
#page-header .lang-btn #menu-language-switcher li.lang-item-ko, #page-header .lang-btn #menu-language-switcher-1 li.lang-item-ko, #page-header .lang-btn #menu-language-switcher-2 li.lang-item-ko, .scroll-menu-cont .lang-btn #menu-language-switcher li.lang-item-ko, .scroll-menu-cont .lang-btn #menu-language-switcher-1 li.lang-item-ko, .scroll-menu-cont .lang-btn #menu-language-switcher-2 li.lang-item-ko, .mobile-menu-cont .lang-btn #menu-language-switcher li.lang-item-ko, .mobile-menu-cont .lang-btn #menu-language-switcher-1 li.lang-item-ko, .mobile-menu-cont .lang-btn #menu-language-switcher-2 li.lang-item-ko {
  display: flex;
  align-items: center;
}
#page-header .lang-btn #menu-language-switcher li.lang-item-ko::after, #page-header .lang-btn #menu-language-switcher-1 li.lang-item-ko::after, #page-header .lang-btn #menu-language-switcher-2 li.lang-item-ko::after, .scroll-menu-cont .lang-btn #menu-language-switcher li.lang-item-ko::after, .scroll-menu-cont .lang-btn #menu-language-switcher-1 li.lang-item-ko::after, .scroll-menu-cont .lang-btn #menu-language-switcher-2 li.lang-item-ko::after, .mobile-menu-cont .lang-btn #menu-language-switcher li.lang-item-ko::after, .mobile-menu-cont .lang-btn #menu-language-switcher-1 li.lang-item-ko::after, .mobile-menu-cont .lang-btn #menu-language-switcher-2 li.lang-item-ko::after {
  content: "";
  display: block;
  width: 1.375rem;
  height: 1.375rem;
  background-color: transparent;
  background-image: url(/wp-content/uploads/2025/03/arrow.svg);
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: right center;
}
#page-header .lang-btn #menu-language-switcher li.current-lang a, #page-header .lang-btn #menu-language-switcher-1 li.current-lang a, #page-header .lang-btn #menu-language-switcher-2 li.current-lang a, .scroll-menu-cont .lang-btn #menu-language-switcher li.current-lang a, .scroll-menu-cont .lang-btn #menu-language-switcher-1 li.current-lang a, .scroll-menu-cont .lang-btn #menu-language-switcher-2 li.current-lang a, .mobile-menu-cont .lang-btn #menu-language-switcher li.current-lang a, .mobile-menu-cont .lang-btn #menu-language-switcher-1 li.current-lang a, .mobile-menu-cont .lang-btn #menu-language-switcher-2 li.current-lang a {
  text-decoration: underline 1px var(--color-white) !important;
  text-underline-offset: 7px !important;
  text-decoration-thickness: 1px !important;
}
#page-header .lang-btn #menu-language-switcher li a, #page-header .lang-btn #menu-language-switcher-1 li a, #page-header .lang-btn #menu-language-switcher-2 li a, .scroll-menu-cont .lang-btn #menu-language-switcher li a, .scroll-menu-cont .lang-btn #menu-language-switcher-1 li a, .scroll-menu-cont .lang-btn #menu-language-switcher-2 li a, .mobile-menu-cont .lang-btn #menu-language-switcher li a, .mobile-menu-cont .lang-btn #menu-language-switcher-1 li a, .mobile-menu-cont .lang-btn #menu-language-switcher-2 li a {
  font-weight: 600 !important;
  transform: translateX(0px) !important;
}
#page-header .lang-btn #menu-language-switcher li a:hover, #page-header .lang-btn #menu-language-switcher-1 li a:hover, #page-header .lang-btn #menu-language-switcher-2 li a:hover, .scroll-menu-cont .lang-btn #menu-language-switcher li a:hover, .scroll-menu-cont .lang-btn #menu-language-switcher-1 li a:hover, .scroll-menu-cont .lang-btn #menu-language-switcher-2 li a:hover, .mobile-menu-cont .lang-btn #menu-language-switcher li a:hover, .mobile-menu-cont .lang-btn #menu-language-switcher-1 li a:hover, .mobile-menu-cont .lang-btn #menu-language-switcher-2 li a:hover {
  color: var(--color-white) !important;
}
#page-header .lang-btn #menu-language-switcher li a::after, #page-header .lang-btn #menu-language-switcher-1 li a::after, #page-header .lang-btn #menu-language-switcher-2 li a::after, .scroll-menu-cont .lang-btn #menu-language-switcher li a::after, .scroll-menu-cont .lang-btn #menu-language-switcher-1 li a::after, .scroll-menu-cont .lang-btn #menu-language-switcher-2 li a::after, .mobile-menu-cont .lang-btn #menu-language-switcher li a::after, .mobile-menu-cont .lang-btn #menu-language-switcher-1 li a::after, .mobile-menu-cont .lang-btn #menu-language-switcher-2 li a::after {
  display: none !important;
}
#page-header .lang-btn #menu-language-switcher-2, .scroll-menu-cont .lang-btn #menu-language-switcher-2, .mobile-menu-cont .lang-btn #menu-language-switcher-2 {
  padding: 4px 0px;
}
#page-header .lang-btn #menu-language-switcher-2 li, .scroll-menu-cont .lang-btn #menu-language-switcher-2 li, .mobile-menu-cont .lang-btn #menu-language-switcher-2 li {
  padding-top: 2px;
}
#page-header .lang-btn #menu-language-switcher-2 li.current-lang, .scroll-menu-cont .lang-btn #menu-language-switcher-2 li.current-lang, .mobile-menu-cont .lang-btn #menu-language-switcher-2 li.current-lang {
  padding-top: 0px;
}
#page-header .lang-btn #menu-language-switcher-2 a, .scroll-menu-cont .lang-btn #menu-language-switcher-2 a, .mobile-menu-cont .lang-btn #menu-language-switcher-2 a {
  font-size: 1.375rem !important;
}
#page-header .lang-btn #menu-language-switcher-1 a, .scroll-menu-cont .lang-btn #menu-language-switcher-1 a, .mobile-menu-cont .lang-btn #menu-language-switcher-1 a {
  font-weight: 600 !important;
  transform: translateX(0px) !important;
}
@media (max-width: 1600px) {
  #page-header .lang-btn #menu-language-switcher-1 a, .scroll-menu-cont .lang-btn #menu-language-switcher-1 a, .mobile-menu-cont .lang-btn #menu-language-switcher-1 a {
    font-size: 1.2rem !important;
  }
}
@media (max-width: 1400px) {
  #page-header .lang-btn #menu-language-switcher-1 a, .scroll-menu-cont .lang-btn #menu-language-switcher-1 a, .mobile-menu-cont .lang-btn #menu-language-switcher-1 a {
    font-size: 1rem !important;
  }
}
#page-header .lang-btn #menu-language-switcher-1 a::after, .scroll-menu-cont .lang-btn #menu-language-switcher-1 a::after, .mobile-menu-cont .lang-btn #menu-language-switcher-1 a::after {
  display: none !important;
}

@media (max-width: 480px) {
  footer {
    margin-top: 60px !important;
  }
}

.scroll-to-top {
  opacity: 0;
  pointer-events: none;
  display: none;
}
@media (max-width: 1020px) {
  .scroll-to-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 1000;
    background-color: var(--color-black);
    padding: 10px;
    border-radius: 50%;
    transition: all 0.2s ease-in-out;
  }
  .scroll-to-top img {
    filter: invert(1);
  }
  .scroll-to-top.show {
    display: block;
    opacity: 1;
    pointer-events: auto;
  }
}