/* compiled by scssphp 1.6.0 on Sat, 11 Jun 2022 13:29:23 +0000 (0.0593s) */

/*@mixin breakpoint($point) {
  @if $point == desktop {
    @media (max-width: 75em) { @content; }
  }
  @else if $point == laptop {
    @media (min-width: 75em) { @content; }
  }
  @else if $point == small-laptop {
    @media (max-width: 62em) { @content; }
  }
  @else if $point == large-tablet {
    @media (max-width: 62em)  { @content; }
  }
  @else if $point == tablet {
    @media (max-width: 48em)  { @content; }
  }
  @else if $point == small-tablet {
    @media (max-width: 34em)  { @content; }
  }
  @else if $point == phone {
    @media (max-width: 25em)  { @content; }
  }
  @else if $point == small-phone {
    @media (max-width: 21.875em)  { @content; }
  }
}*/
@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');
/*@mixin breakpoint($point) {
  @if $point == desktop {
    @media (max-width: 75em) { @content; }
  }
  @else if $point == laptop {
    @media (min-width: 75em) { @content; }
  }
  @else if $point == small-laptop {
    @media (max-width: 62em) { @content; }
  }
  @else if $point == large-tablet {
    @media (max-width: 62em)  { @content; }
  }
  @else if $point == tablet {
    @media (max-width: 48em)  { @content; }
  }
  @else if $point == small-tablet {
    @media (max-width: 34em)  { @content; }
  }
  @else if $point == phone {
    @media (max-width: 25em)  { @content; }
  }
  @else if $point == small-phone {
    @media (max-width: 21.875em)  { @content; }
  }
}*/
@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');
html #root {
  /**
* Buttons
*/
  /**
* Colors
*/
}
html #root .background-image {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
html #root .button-row {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
}
html #root .button-row .button-wrap {
  display: flex;
  align-items: center;
}
html #root a.button {
  padding: 10px 20px;
}
html #root a.button.background-transparent {
  padding: 0;
}
html #root a.button:hover {
  color: inherit;
  /* blue colors for links too */
  text-decoration: inherit;
  /* no underline */
}
html #root a.button.background-main {
  background-color: #2772ce;
}
html #root a.button.background-main:hover {
  box-shadow: inset 0em 0em 0em 10em rgba(0, 0, 0, 0.3);
}
html #root a.button.background-secondary {
  background-color: #123867;
}
html #root a.button.background-secondary:hover {
  box-shadow: inset 0em 0em 0em 10em rgba(0, 0, 0, 0.3);
}
html #root a.button.background-text {
  background-color: #000;
}
html #root a.button.background-text:hover {
  box-shadow: inset 0 0 0 10em rgba(255, 255, 255, 0.3);
}
html #root a.button.background-black {
  background-color: #000;
}
html #root a.button.background-black:hover {
  box-shadow: inset 0 0 0 10em rgba(255, 255, 255, 0.3);
}
html #root a.button.background-white {
  background-color: #fff;
}
html #root a.button.background-white:hover {
  box-shadow: inset 0em 0em 0em 10em rgba(0, 0, 0, 0.3);
}
html #root a.button.background-grey {
  background-color: #d7d7d7;
}
html #root a.button.background-grey:hover {
  box-shadow: inset 0em 0em 0em 10em rgba(0, 0, 0, 0.3);
}
html #root a.button.background-grey-light {
  background-color: #d7d7d7;
}
html #root a.button.background-grey-light:hover {
  box-shadow: inset 0em 0em 0em 10em rgba(0, 0, 0, 0.3);
}
html #root .full-link {
  position: relative;
}
html #root .full-link:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
html #root .background-main {
  background-color: #2772ce;
  color: #000;
}
html #root .border-main {
  border-color: #2772ce;
}
html #root .text-main {
  color: #2772ce;
}
html #root .background-secondary {
  background-color: #123867;
  color: #000;
}
html #root .border-secondary {
  border-color: #123867;
}
html #root .text-secondary {
  color: #123867;
}
html #root .background-text {
  background-color: #000;
  color: #fff;
}
html #root .border-text {
  border-color: #000;
}
html #root .text-text {
  color: #000;
}
html #root .background-black {
  background-color: #000;
  color: #fff;
}
html #root .border-black {
  border-color: #000;
}
html #root .text-black {
  color: #000;
}
html #root .background-white {
  background-color: #fff;
  color: #000;
}
html #root .border-white {
  border-color: #fff;
}
html #root .text-white {
  color: #fff;
}
html #root .background-grey {
  background-color: #d7d7d7;
  color: #000;
}
html #root .border-grey {
  border-color: #d7d7d7;
}
html #root .text-grey {
  color: #d7d7d7;
}
html #root .background-grey-light {
  background-color: #d7d7d7;
  color: #000;
}
html #root .border-grey-light {
  border-color: #d7d7d7;
}
html #root .text-grey-light {
  color: #d7d7d7;
}
/*@mixin breakpoint($point) {
  @if $point == desktop {
    @media (max-width: 75em) { @content; }
  }
  @else if $point == laptop {
    @media (min-width: 75em) { @content; }
  }
  @else if $point == small-laptop {
    @media (max-width: 62em) { @content; }
  }
  @else if $point == large-tablet {
    @media (max-width: 62em)  { @content; }
  }
  @else if $point == tablet {
    @media (max-width: 48em)  { @content; }
  }
  @else if $point == small-tablet {
    @media (max-width: 34em)  { @content; }
  }
  @else if $point == phone {
    @media (max-width: 25em)  { @content; }
  }
  @else if $point == small-phone {
    @media (max-width: 21.875em)  { @content; }
  }
}*/
/* AREA: header */
.scrolled #header .logo-container a {
  width: 118px;
  height: 50px;
}
#header {
  height: auto;
  width: 100%;
  z-index: 999;
  position: sticky;
  box-shadow: none;
  top: 0;
  transition: all 0.5s ease;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.25);
}
#header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1300px;
  margin: auto;
}
#header .logo-container {
  display: block;
  padding: 10px;
  padding-left: 0;
  transition: all 0.5s ease;
}
#header .logo-container a {
  display: block;
  width: 150px;
  height: 70px;
  transition: all 0.5s ease;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 59.9375rem) {
  #header .logo-container a {
    width: 118px;
    height: 50px;
  }
}
#header .menu-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#header .menu-container ul li {
  display: inline-block;
  position: relative;
}
#header .menu-container ul li a {
  display: block;
  color: #2772ce;
  padding: 20px 10px;
  text-decoration: none;
  font-size: 17px;
}
#header .menu-container ul li a:hover {
  color: #123867;
}
#header .menu-container ul li.current_page_item a {
  font-weight: 600;
}
/*@mixin breakpoint($point) {
  @if $point == desktop {
    @media (max-width: 75em) { @content; }
  }
  @else if $point == laptop {
    @media (min-width: 75em) { @content; }
  }
  @else if $point == small-laptop {
    @media (max-width: 62em) { @content; }
  }
  @else if $point == large-tablet {
    @media (max-width: 62em)  { @content; }
  }
  @else if $point == tablet {
    @media (max-width: 48em)  { @content; }
  }
  @else if $point == small-tablet {
    @media (max-width: 34em)  { @content; }
  }
  @else if $point == phone {
    @media (max-width: 25em)  { @content; }
  }
  @else if $point == small-phone {
    @media (max-width: 21.875em)  { @content; }
  }
}*/
#area_footer {
  color: white;
  box-shadow: -3px -11px 9px 0px #0000007a;
}
#area_footer .description {
  color: white;
}
#area_footer .heading, #area_footer span, #area_footer svg, #area_footer .copyright {
  color: white;
}
#area_footer.add-cta-padding {
  padding-top: 150px;
}
#area_footer #logo_wrapper {
  transition: all 0.5s ease;
  width: 100px;
  display: flex;
  justify-content: space-between;
}
#area_footer #logo_wrapper a {
  display: block;
  transition: all 0.5s ease;
  height: 150px;
  width: 100px;
}
#area_footer #logo_wrapper img {
  width: 100%;
  height: auto;
}
#area_footer address {
  display: flex;
  flex-wrap: wrap;
}
#area_footer address div {
  width: 50%;
  padding: 10px 30px 10px 0;
  display: flex;
  align-items: center;
  position: relative;
}
#area_footer address div span {
  font-size: 14px;
  padding-left: 20px;
}
#area_footer address div svg {
  margin-right: 10px;
  position: absolute;
  left: 0;
}
#area_footer .sm {
  margin-top: 20px;
}
#area_footer .sm a {
  margin-right: 10px;
}
html {
  font-size: 18px;
}
@media only screen and (max-width: 59.9375rem) {
  html {
    font-size: 16px;
  }
}
body {
  color: #2c2c2c;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  margin: 0;
}
html body#root #main {
  overflow: hidden;
}
html body#root .shadow {
  -webkit-box-shadow: 0 0 20px 0 rgba(202, 202, 202, 0.5);
  box-shadow: 0 0 20px 0 rgba(202, 202, 202, 0.5);
}
html body#root .container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  max-width: 1330px;
  margin: auto;
}
html body#root .container.big-size {
  max-width: 1440px;
}
html body#root .container.full {
  max-width: 100%;
}
html body#root .entry {
  border-radius: 5px;
  background: white;
  margin: 10px;
  padding: 10px;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
html body#root .entry img {
  border-radius: 5px;
}
html body#root .entry h6 {
  padding: 10px 0;
}
html body#root img {
  border-radius: 5px;
}
html body#root p a {
  color: #2772ce;
  text-decoration: underline;
}
html body#root a.button {
  padding: 10px 20px;
  border-radius: 5px;
}
html body#root h1 {
  font-family: 'Nanum Gothic', sans-serif;
  color: #2772ce;
}
html body#root h2, html body#root h3, html body#root h4 {
  font-family: 'Nanum Gothic', sans-serif;
  color: #2772ce;
}
html body#root h2 strong, html body#root h3 strong, html body#root h4 strong {
  color: #123867;
}
html body#root h1, html body#root h2 {
  font-weight: 700;
}
html body#root h1 {
  font-size: 38px;
}
@media only screen and (max-width: 59.9375rem) {
  html body#root h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 33.6875rem) {
  html body#root h1 {
    font-size: 22px;
  }
}
html body#root h2 {
  font-size: 40px;
}
@media only screen and (max-width: 59.9375rem) {
  html body#root h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 33.6875rem) {
  html body#root h2 {
    font-size: 22px;
  }
}
html body#root h4 {
  font-size: 20px;
}
.full {
  width: calc(100% - 2 * 20px);
  margin-right: 20px;
  margin-left: 20px;
}
.one-half {
  width: calc(50% - 2 * 20px);
  margin-right: 20px;
  margin-left: 20px;
}
@media only screen and (max-width: 59.9375rem) {
  .one-half {
    width: calc(100% - 2 * 20px);
    margin-right: 20px;
    margin-left: 20px;
  }
}
.one-third {
  width: calc(33.33% - ( 2 * 20px));
  margin-right: 20px;
  margin-left: 20px;
}
@media only screen and (max-width: 71.1875rem) {
  .one-third {
    width: calc(50% - 2 * 20px);
  }
}
@media only screen and (max-width: 33.6875rem) {
  .one-third {
    width: calc(100% - 2 * 20px);
  }
}
