html,
body {
  border: none;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  background: #ffffff;
  box-sizing: border-box;
  color: #000000;
  font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Nanum Gothic", Dotum, sans-serif;
  font-size: 1.8rem;
  letter-spacing: -0.015em;
  text-align: left;
}

body.hide-header-menu .mobile-nav-toggle,
body.hide-header-menu .header-navigation-wrapper,
body.hide-header-menu .menu-modal {
  display: none !important;
}

body.hide-header-menu .header-titles-wrapper {
  margin-right: 0;
  max-width: none;
}

*,
*::before,
*::after {
  box-sizing: inherit;
  -webkit-font-smoothing: antialiased;
  word-break: break-word;
  word-wrap: break-word;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
address,
big,
cite,
code,
em,
font,
img,
small,
strike,
sub,
sup,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tr,
th,
td {
  border: none;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
}

main {
  display: block;
}

#site-content {
  overflow: hidden;
}

a,
path {
  transition: all 0.15s linear;
}

a {
  color: #e22658;
  text-decoration: underline;
}

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

button {
  font: inherit;
}

img,
svg {
  display: block;
  height: auto;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
.faux-heading {
  font-feature-settings: "lnum";
  font-variant-numeric: lining-nums;
  font-weight: 700;
  letter-spacing: -0.0415625em;
  line-height: 1.25;
  margin: 3.5rem 0 2rem;
}

h1,
.heading-size-1 {
  font-size: 3.6rem;
  font-weight: 800;
  line-height: 1.138888889;
}

h2,
.heading-size-2 {
  font-size: 3.2rem;
}

h3,
.heading-size-3 {
  font-size: 2.8rem;
}

p {
  line-height: 1.5;
  margin: 0 0 1em;
}

ul,
ol {
  margin: 0 0 3rem 3rem;
}

li {
  line-height: 1.5;
  margin: 0.5rem 0 0 2rem;
}

.reset-list-style,
.reset-list-style ul,
.reset-list-style ol {
  list-style: none;
  margin: 0;
}

.reset-list-style li {
  margin: 0;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-break: normal;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  height: auto;
  left: 6px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 7px;
  width: auto;
  z-index: 100000;
}

.skip-link {
  left: -9999rem;
  top: 2.5rem;
  z-index: 999999999;
}

.has-text-align-center {
  text-align: center;
}

.screen-height {
  min-height: 100vh;
}

.section-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 120rem;
  width: calc(100% - 4rem);
}

.section-inner.medium {
  max-width: 100rem;
}

.opacity-80 {
  opacity: 0.8;
}

.bg-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.header-footer-group,
body:not(.overlay-header) #site-header .toggle,
.menu-modal .toggle {
  color: #000000;
}

.site-description,
.powered-by-wordpress,
.to-the-top,
.widget .post-date,
.widget .rss-date {
  color: #6d6d6d;
}

.header-footer-group pre,
.header-footer-group fieldset,
.header-footer-group input,
.header-footer-group textarea,
.header-footer-group table,
.header-footer-group table *,
.footer-nav-widgets-wrapper,
#site-footer,
.menu-modal nav *,
.footer-widgets-outer-wrapper {
  border-color: #dcd7ca;
}

.toggle {
  appearance: none;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

.header-inner {
  max-width: 168rem;
  padding: 3.15rem 0;
  position: relative;
  z-index: 100;
}

.header-titles-wrapper {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 0 4rem;
  text-align: center;
}

body:not(.enable-search-modal) .header-titles-wrapper {
  justify-content: flex-start;
  padding-left: 0;
  text-align: left;
}

.header-titles {
  align-items: center;
  display: flex;
}

.site-title,
.site-logo,
.site-description {
  margin: 0;
}

.site-logo a,
.site-logo img {
  display: block;
}

.site-logo img {
  margin: 0 auto;
  max-height: 6rem;
  width: auto;
}

body:not(.enable-search-modal) .site-logo img {
  margin: 0;
}

.overlay-header #site-header {
  background: transparent;
  left: 0;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.overlay-header .header-inner {
  color: #ffffff;
}

.overlay-header .site-description,
.overlay-header .toggle {
  color: inherit;
}

.overlay-header .header-inner .toggle-wrapper::before {
  background-color: currentColor;
  opacity: 0.25;
}

.header-navigation-wrapper,
.header-toggles {
  display: none;
}

.header-inner .toggle {
  align-items: center;
  display: flex;
  overflow: visible;
  padding: 0 2rem;
}

.header-inner .toggle svg {
  display: block;
  position: relative;
  z-index: 1;
}

.header-inner .toggle path,
.header-inner .toggle polygon {
  fill: currentColor;
}

.toggle-inner {
  display: flex;
  height: 2.3rem;
  justify-content: center;
  position: relative;
}

.toggle-icon {
  display: block;
  overflow: hidden;
}

.toggle-inner .toggle-text {
  color: #6d6d6d;
  font-size: 1rem;
  font-weight: 600;
  position: absolute;
  top: calc(100% + 0.5rem);
  white-space: nowrap;
  width: auto;
}

.overlay-header .toggle-text {
  color: inherit;
}

.header-inner .toggle:focus .toggle-text,
.header-inner .toggle:hover .toggle-text {
  text-decoration: underline;
}

.nav-toggle {
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  width: 6.6rem;
}

.nav-toggle .toggle-icon,
.nav-toggle svg {
  height: 0.8rem;
  width: 2.6rem;
}

.nav-toggle .toggle-inner {
  padding-top: 0.8rem;
}

.primary-menu-wrapper {
  display: none;
}

ul.primary-menu {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.8rem;
  font-weight: 500;
  justify-content: flex-end;
  letter-spacing: -0.0277em;
  margin: -0.8rem 0 0 -1.6rem;
}

.primary-menu li {
  font-size: inherit;
  line-height: 1.25;
  position: relative;
}

.primary-menu > li {
  margin: 0.8rem 0 0 1.6rem;
}

.primary-menu a {
  color: inherit;
  display: block;
  line-height: 1.2;
  text-decoration: none;
  word-break: normal;
  word-wrap: normal;
}

.primary-menu a:hover,
.primary-menu a:focus,
.primary-menu li.current-menu-item > a {
  text-decoration: underline;
}

.menu-modal {
  background: #ffffff;
  display: none;
  opacity: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  bottom: 0;
  left: -99999rem;
  right: 99999rem;
  top: 0;
  transition: opacity 0.25s ease-in, left 0s 0.25s, right 0s 0.25s;
  z-index: 99;
}

.menu-modal.show-modal {
  display: flex;
}

.menu-modal.active {
  left: 0;
  opacity: 1;
  right: 0;
  transition: opacity 0.25s ease-out;
}

.menu-modal-inner {
  background: #ffffff;
  display: flex;
  justify-content: stretch;
  overflow: auto;
  width: 100%;
}

.menu-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

button.close-nav-toggle {
  align-items: center;
  display: flex;
  font-size: 1.6rem;
  font-weight: 500;
  justify-content: flex-end;
  padding: 3.1rem 0;
  width: 100%;
}

button.close-nav-toggle svg {
  height: 1.6rem;
  width: 1.6rem;
}

button.close-nav-toggle .toggle-text {
  margin-right: 1.6rem;
}

.menu-modal .menu-top {
  flex-shrink: 0;
}

.expanded-menu {
  display: none;
}

.mobile-menu {
  display: block;
}

.modal-menu {
  position: relative;
  left: calc(50% - 50vw);
  width: 100vw;
}

.modal-menu li {
  border-color: #dedfdf;
  border-style: solid;
  border-width: 0.1rem 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  line-height: 1;
  margin: 0;
}

.modal-menu > li:last-child {
  border-bottom-width: 0.1rem;
}

.modal-menu > li > a,
.modal-menu > li > .ancestor-wrapper > a {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.0375em;
}

.modal-menu .ancestor-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.modal-menu a {
  color: inherit;
  display: block;
  padding: 2rem 2.5rem;
  text-decoration: none;
  width: 100%;
}

.modal-menu a:hover,
.modal-menu a:focus {
  text-decoration: underline;
}

.cover-header {
  display: flex;
  overflow: hidden;
}

.cover-header-inner-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  width: 100%;
}

.cover-header-inner {
  padding: 10rem 0 5rem;
  width: 100%;
}

.cover-color-overlay,
.cover-color-overlay::before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.cover-color-overlay::before {
  background: currentColor;
  content: "";
  display: block;
}

.cover-header .entry-header {
  position: relative;
  width: 100%;
  z-index: 1;
}

.cover-header .entry-header * {
  color: #ffffff;
}

body.template-cover .entry-header {
  background: transparent;
  padding: 0;
}

.cover-header .entry-header a,
.cover-header h1,
.cover-header h2,
.cover-header h3,
.cover-header h4,
.cover-header h5,
.cover-header h6,
.cover-header .faux-heading {
  color: inherit;
}

.entry-title {
  margin-bottom: 0;
}

.to-the-content-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 0.5rem);
}

.to-the-content {
  align-items: center;
  display: flex;
  height: 4rem;
  justify-content: center;
  text-decoration: none;
}

.to-the-content svg {
  height: 2rem;
  transform: translateY(0);
  transition: transform 0.15s linear;
  width: 1.767rem;
}

.to-the-content:focus svg,
.to-the-content:hover svg {
  transform: translateY(20%);
}

.post-inner {
  padding-top: 5rem;
}

.entry-content {
  min-height: 0;
}

.footer-nav-widgets-wrapper,
#site-footer {
  border-color: #dedfdf;
  border-style: solid;
  border-width: 0;
}

.footer-top-visible .footer-nav-widgets-wrapper,
.footer-top-hidden #site-footer {
  margin-top: 5rem;
}

.reduced-spacing.footer-top-visible .footer-nav-widgets-wrapper,
.reduced-spacing.footer-top-hidden #site-footer {
  border-top-width: 0.1rem;
}

.footer-widgets-outer-wrapper,
#site-footer {
  padding: 3rem 0;
}

.footer-widgets-outer-wrapper {
  border-bottom: 0.1rem solid #dedfdf;
}

.widget-content > div > *:last-child {
  margin-bottom: 0;
}

.widget .widget-title {
  margin: 0 0 2rem;
}

.footer-widgets + .footer-widgets {
  margin-top: 3rem;
}

#site-footer {
  font-size: 1.6rem;
}

#site-footer .section-inner {
  align-items: baseline;
  display: flex;
  justify-content: space-between;
}

#site-footer a {
  text-decoration: none;
}

#site-footer a:focus,
#site-footer a:hover {
  text-decoration: underline;
}

.footer-copyright a,
.powered-by-wordpress a {
  color: inherit;
}

a.to-the-top {
  margin-left: 2.4rem;
  white-space: nowrap;
}

a.to-the-top > * {
  pointer-events: none;
}

.footer-copyright {
  font-weight: 600;
  margin: 0;
}

.powered-by-wordpress {
  display: none;
  margin: 0 0 0 2.4rem;
}

.to-the-top-long {
  display: none;
}

body.menu-open {
  overflow: hidden;
}

@media (min-width: 700px) {
  h1,
  .heading-size-1,
  h2,
  .heading-size-2,
  h3,
  .heading-size-3 {
    margin: 6rem auto 3rem;
  }

  h1,
  .heading-size-1 {
    font-size: 6.4rem;
  }

  h2,
  .heading-size-2 {
    font-size: 4.8rem;
  }

  h3,
  .heading-size-3 {
    font-size: 4rem;
  }

  .section-inner {
    width: calc(100% - 8rem);
  }

  .header-inner {
    padding: 3.8rem 0;
  }

  .cover-header-inner {
    padding: 18rem 0 8rem;
  }

  .to-the-content-wrapper {
    top: calc(100% + 1.8rem);
  }

  .to-the-content {
    height: 6rem;
  }

  .to-the-content svg {
    height: 2.4rem;
    width: 2.12rem;
  }

  .post-inner {
    padding-top: 8rem;
  }

  .footer-top-visible .footer-nav-widgets-wrapper,
  .footer-top-hidden #site-footer {
    margin-top: 8rem;
  }

  .footer-widgets-outer-wrapper {
    padding: 8rem 0;
  }

  .footer-widgets-wrapper {
    display: flex;
    justify-content: space-between;
    margin-left: -4rem;
    width: calc(100% + 4rem);
  }

  .footer-widgets {
    margin-left: 4rem;
    width: 50%;
  }

  #site-footer {
    font-size: 1.8rem;
    padding: 4.3rem 0;
  }

  .footer-credits {
    display: flex;
    flex-wrap: wrap;
  }

  .footer-copyright {
    font-weight: 700;
  }

  .powered-by-wordpress {
    display: block;
  }

  .to-the-top-long {
    display: inline;
  }

  .to-the-top-short {
    display: none;
  }
}

@media (min-width: 1000px) {
  #site-header {
    z-index: 2;
  }

  .header-inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 2.8rem 0;
  }

  .header-titles-wrapper {
    margin-right: 4rem;
    max-width: 50%;
    padding: 0;
    text-align: left;
  }

  .header-titles {
    align-items: baseline;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: -1rem 0 0 -2.4rem;
  }

  .header-titles .site-logo {
    margin: 1rem 0 0 2.4rem;
  }

  .has-custom-logo .header-titles {
    align-items: center;
  }

  .header-navigation-wrapper {
    align-items: center;
    display: flex;
  }

  .primary-menu-wrapper {
    display: block;
    width: 100%;
  }

  .mobile-nav-toggle {
    display: none !important;
  }

  .primary-menu-wrapper + .header-toggles {
    margin-left: 3rem;
  }

  .header-toggles {
    display: flex;
    flex-shrink: 0;
    margin-right: -3rem;
  }

  .header-inner .toggle {
    bottom: auto;
    height: 4.4rem;
    left: auto;
    padding: 0 3rem;
    position: relative;
    right: auto;
    top: auto;
    width: auto;
  }

  .header-inner .toggle-wrapper {
    position: relative;
  }

  .header-inner .toggle-wrapper::before {
    background: #dedfdf;
    content: "";
    display: block;
    height: 2.7rem;
    left: 0;
    position: absolute;
    top: calc(50% - 1.35rem);
    width: 0.1rem;
  }

  .header-inner .toggle-wrapper:first-child::before {
    content: none;
  }

  .header-inner .primary-menu-wrapper + .header-toggles .toggle-wrapper:first-child::before {
    content: "";
  }

  .toggle-inner {
    position: static;
  }

  .toggle-inner .toggle-text {
    left: 0;
    right: 0;
    text-align: center;
    top: calc(100% - 0.3rem);
    width: auto;
  }

  .menu-modal {
    justify-content: flex-end;
    opacity: 1;
    padding: 0;
    transition: background-color 0.3s ease-in, left 0s 0.3s, right 0s 0.3s;
  }

  .menu-modal.cover-modal {
    background: rgba(0, 0, 0, 0);
  }

  .menu-modal.active {
    background: rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease-out;
  }

  .menu-wrapper.section-inner {
    width: calc(100% - 8rem);
  }

  .menu-modal-inner {
    box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.1);
    opacity: 0;
    padding: 0;
    transform: translateX(20rem);
    transition: transform 0.2s ease-in, opacity 0.2s ease-in;
    width: 50rem;
  }

  .menu-modal.active .menu-modal-inner {
    opacity: 1;
    transform: translateX(0);
    transition-timing-function: ease-out;
  }

  .mobile-menu {
    display: none;
  }

  .expanded-menu {
    display: block;
  }

  .menu-bottom {
    padding: 6rem 0;
  }
}

@media (min-width: 1220px) {
  h1,
  .heading-size-1 {
    font-size: 8.4rem;
  }

  .cover-header + .post-inner {
    padding-top: 10rem;
  }
}

@media (max-width: 699px) {
  #site-footer .section-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 1.2rem;
  }

  .to-the-top-short {
    display: inline;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  * {
    animation-duration: 0s !important;
    transition-duration: 0s !important;
  }
}
