/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Abae Akili
Author URI: https://findx.services
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.1.0.1721583043
Updated: 2024-07-21 17:30:43

*/

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");
body,
html {
  overflow-x: hidden;
  margin: 0;
  color: #444;
  background-color: #efefef;
}

/* Apply Noto Sans KR to all elements */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
button,
input,
select,
textarea {
  font-family: "Noto Sans KR", sans-serif;
}
.bigbr {
  display: inherit;
}
@media (max-width: 1399px) {
  .bigbr {
    display: none;
  }
}
.respond {
  max-width: 100%;
}
.arrowdown {
  width: 40px;
  margin-left: 20px;
}
.arrowdown2 {
  width: 80px;
}
.padbot {
  padding-bottom: 60px;
}
.impadtop {
  margin-top: 20px;
}
.loginbut {
  display: inherit !important;
  position: absolute !important;
  padding: 1rem !important;
  font-family: "Noto Sans KR", sans-serif !important;
  font-size: 0.85rem !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  text-align: center !important;
  letter-spacing: 1px !important;
  margin-top: 40px !important;
  background: #404a9a !important;
  color: #fff !important;
  z-index: 999 !important;
  text-decoration: none !important;
  bottom: auto !important; /* Ensure it's not at the bottom */
}
.loginbut:hover {
  background: #232e83 !important;
  color: #fff !important;
  text-decoration: none !important;
}
.loginbut1 {
  display: none !important; /* Hide by default on desktop */
  color: #fff !important;
  position: fixed !important;
  padding: 1rem 1rem !important;
  font-family: "Noto Sans KR", sans-serif !important;
  font-size: 0.85rem !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  width: 100% !important;
  z-index: 9999 !important;
  text-align: center !important;
  letter-spacing: 1px !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  margin-left: 0px !important;
  background: #404a9a !important;
  color: #fff !important;
  visibility: visible !important;
  text-decoration: none !important;
}

/* CLIENT LOGIN button styling - Base styles */
.client-login-menu-item,
.client-login-button,
.client-login-menu-item a.client-login-button {
  display: none !important; /* Hidden by default on all devices */
}

/* Style the client login button when it's visible */
.client-login-button,
.client-login-menu-item a.client-login-button {
  background: #404a9a !important;
  color: #fff !important; /* Ensure text is white */
  padding: 0.5rem 1rem !important;
  font-family: "Noto Sans KR", sans-serif !important;
  font-size: 0.85rem !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  text-align: center !important;
  letter-spacing: 1px !important;
  text-decoration: none !important; /* Prevent underline */
  border-radius: 0 !important; /* Remove rounded corners */
  white-space: nowrap !important; /* Prevent wrapping */
}

.client-login-button:hover,
.client-login-menu-item a.client-login-button:hover {
  background: #232e83 !important;
  color: #fff !important;
  text-decoration: none !important;
}

/* Fix for menu text color - keep it grey instead of purple */
.elementor-nav-menu a,
.elementor-nav-menu li a {
  color: #444 !important; /* Grey color for menu items */
}

.elementor-nav-menu a:hover,
.elementor-nav-menu li a:hover {
  color: #404a9a !important; /* Purple color only on hover */
}

/* More specific selector for menu text color */
.elementor-nav-menu--main .elementor-nav-menu a,
.elementor-nav-menu--main .elementor-nav-menu li a,
.elementor-nav-menu--dropdown .elementor-nav-menu a,
.elementor-nav-menu--dropdown .elementor-nav-menu li a {
  color: #444 !important; /* Grey color for menu items */
}

.elementor-nav-menu--main .elementor-nav-menu a:hover,
.elementor-nav-menu--main .elementor-nav-menu li a:hover,
.elementor-nav-menu--dropdown .elementor-nav-menu a:hover,
.elementor-nav-menu--dropdown .elementor-nav-menu li a:hover {
  color: #404a9a !important; /* Purple color only on hover */
}

/* Exception for the CLIENT LOGIN button - keep it white */
.client-login-menu-item a.client-login-button {
  color: #fff !important;
}

.client-login-menu-item a.client-login-button:hover {
  color: #fff !important;
}

/* Target only the main navigation menu links */
.nav-menu.menu > li.menu-item > a.menu-link:not(.client-login-button) {
  color: #444 !important; /* Grey color for menu items */
  font-weight: 400 !important;
}

/* Style for hover state */
.nav-menu.menu > li.menu-item > a.menu-link:not(.client-login-button):hover {
  color: #404a9a !important; /* Purple color only on hover */
}

/* Make sure the CLIENT LOGIN button stays white */
.client-login-menu-item a.client-login-button,
.client-login-button {
  color: #fff !important;
  border-radius: 0 !important; /* Remove rounded corners */
}

/* DESKTOP (1400px+): Hide bottom button, show menu button */
@media (min-width: 1400px) {
  .loginbut1 {
    display: none !important; /* Hide bottom button on desktop */
  }

  .client-login-menu-item {
    display: inline-block !important; /* Show menu button on desktop */
  }

  .client-login-button,
  .client-login-menu-item a.client-login-button {
    display: inline-block !important; /* Show the button */
  }
}

/* TABLET (768px-1399px): Show menu button, hide bottom button */
@media (min-width: 768px) and (max-width: 1399px) {
  .loginbut {
    display: none !important; /* Hide the top-right button */
  }

  .loginbut1 {
    display: none !important; /* Hide bottom button on tablet */
  }

  .client-login-menu-item {
    display: inline-block !important; /* Show menu button on tablet */
    vertical-align: middle !important; /* Align vertically with other menu items */
  }

  .client-login-button,
  .client-login-menu-item a.client-login-button {
    display: inline-block !important; /* Show the button */
  }

  /* Fix for menu container to prevent wrapping */
  .elementor-nav-menu {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
  }
}

/* MOBILE (below 768px): Hide bottom button, show menu button */
@media (max-width: 767px) {
  .loginbut {
    display: none !important;
  }

  .loginbut1 {
    display: none !important; /* Hide bottom button on mobile */
  }

  .client-login-menu-item {
    display: inline-block !important; /* Show menu button on mobile */
  }

  .client-login-button,
  .client-login-menu-item a.client-login-button {
    display: inline-block !important; /* Show the button */
  }
}

/* Dropdown Button */
.dropbtn {
  background-color: #fff;
  color: #666;
  padding: 16px;
  font-size: 14px;
  border-color: #999;
  border-width: 1px;
  border-style: solid;
  min-width: 500px;
  cursor: pointer;
  text-align: left;
}

@media (max-width: 1019px) {
  .dropbtn {
    display: none;
  }
}

/* Dropdown button on hover & focus */
.dropbtn:hover,
.dropbtn:focus {
  background-color: #f5f5f5;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
  float: right;
  margin-top: 56px;
  margin-left: -40px;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  font-family: "Noto Sans KR", sans-serif;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 500px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border: 1px solid #999;
  border-top: none;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: #666 !important;
  font-size: 14px;
  padding: 16px;
  text-decoration: none;
  display: block;
  background-color: #fff;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #f5f5f5;
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
  display: block;
}

.four-col-pad ul,
.three-col-pad ul {
  margin-top: -10px;
  padding-left: 15px;
  padding-bottom: 20px;
}

.four-col-pad li,
.three-col-pad li {
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 300;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #444;
  list-style-position: outside;
  list-style-type: square;
  text-indent: 0;
  margin: 0 0 0 10px;
  padding-left: 0;
  list-style-image: url("./assets/img/bull.png");
}

.navbar {
  width: 80px;
  height: 80px;
  background: rgba(42, 42, 46, 1);
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 99;
  display: block;
}
@media (max-width: 1249px) {
  .navbar {
    display: none !important;
  }
}

.brshow {
  display: inherit;
}
@media (max-width: 1399px) {
  .brshow {
    display: none;
  }
}

.plans {
  background-image: url("./assets/img/ourgoals/goals5b.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  margin: 20px;
  min-height: 630px;
}

.plans2 {
  background-image: url("./assets/img/ourgoals/plans.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  margin: 20px;
  min-height: 300px;
}

.liveto2 {
  background-image: url(./assets/img/ourgoals/liveto2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  margin: 20px;
  min-height: 300px;
}

.business1 {
  background-image: url(./assets/img/ourgoals/goals6b.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  margin: 20px;
  min-height: 540px;
}

.children1 {
  background-image: url(./assets/img/ourgoals/goals8b.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  margin: 20px;
  min-height: 520px;
}

.liveto1 {
  background-image: url(./assets/img/ourgoals/goals7.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  margin: 20px;
  min-height: 560px;
}

.live1 {
  background-image: url(./assets/img/ourgoals/goals3.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  margin: 20px;
  min-height: 500px;
}

.family1 {
  background-image: url(./assets/img/ourgoals/goals4a.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  margin: 20px;
  min-height: 520px;
}

.grow1 {
  background-image: url(./assets/img/ourgoals/goals2b.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  margin: 20px;
  min-height: 450px;
}

.grow2 {
  background-image: url(./assets/img/ourgoals/grow2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  margin: 20px;
  min-height: 200px;
}

.want2 {
  background-image: url(./assets/img/ourgoals/want2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  margin: 20px;
  min-height: 200px;
}

.business2 {
  background-image: url(./assets/img/ourgoals/business2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  margin: 20px;
  min-height: 200px;
}

.children2 {
  background-image: url(./assets/img/ourgoals/children2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  margin: 20px;
  min-height: 200px;
}

.family2 {
  background-image: url(./assets/img/ourgoals/family2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  margin: 20px;
  min-height: 200px;
}

.goals1 {
  background-image: url(./assets/img/ourgoals/goals1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  margin: 20px;
  min-height: 300px;
}
.aboutus {
  background-image: url("./assets/img/home/aboutus.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  margin-right: 20px;
  min-height: 300px;
}

.life {
  background-image: url("./assets/img/home/lifegoals.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  margin-top: 20px;
  margin-bottom: 20px;
  min-height: 500px;
}

.life2 {
  background-image: url("./assets/img/home/lifegoals2.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  margin-top: 20px;
  margin-bottom: 20px;
  min-height: 200px;
}

.fees {
  background-image: url("./assets/img/home/lifegoals3.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  margin-top: 20px;
  margin-bottom: 20px;
  min-height: 420px;
}

.account {
  background-image: url("./assets/img/account.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  margin-top: 20px;
  margin-bottom: 20px;
  min-height: 530px;
}

.partner {
  background-image: url("./assets/img/partner.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  margin-top: 20px;
  margin-bottom: 20px;
  min-height: 620px;
}

.service {
  background-image: url("./assets/img/service.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  margin-top: 20px;
  margin-bottom: 20px;
  min-height: 620px;
}

.feelings {
  background-image: url("./assets/img/feelings/feelings.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  margin: 20px;
  min-height: 430px;
}

.imgfit {
  max-width: 100%;
  padding-bottom: 10px;
}
.imgfit2 {
  max-width: 140%;

  margin-left: -30px;
  margin-top: -30px;
  margin-right: -30px;
}
.colblue {
  color: #404a9a;
}
.cream {
  background-color: #faf4e5;
  margin: 20px;
  padding: 30px !important;
}
.lightblue {
  background-color: #e9f1f0;
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-top: 0px;
  overflow: hidden;
  min-height: 600px;
}
.lightblue2 {
  background-color: #e9f1f0;
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-top: 0px;
  overflow: hidden;
  min-height: 160px;
}
.iconscale {
  width: 40px;
}
.socialholder {
  float: right;
  margin-top: 14px;
}
@media (max-width: 1020px) {
  .socialholder {
    float: left;
    margin-top: 0px;
  }
}
.socialiconouter {
  padding: 10px;
  width: 20px;
  height: 20px;
  background: #999ba4;
  position: relative;
  float: left;
  margin-left: 10px;
}
.socialiconouter:first-child {
  margin-left: 0px;
}
/* These selection declarations have to be separate
   No text-shadow: twitter.com/miketaylr/status/12228805301
   Also: hot pink! */
::-moz-selection {
  background: #2a2a2e;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #2a2a2e;
  color: #fff;
  text-shadow: none;
}
/* j.mp/webkit-tap-highlight-color */
a:link {
  -webkit-tap-highlight-color: #2a2a2e;
}
.wrapper a {
  color: #404a9a;
}
.biglink {
  font-size: 1rem;
  font-weight: 500;
}
.wrapper a:hover {
  color: #8690e1;
}
#block3 {
  width: 100%;
  height: 650px;
  z-index: 2;
}
.vidpad {
  padding-left: 40px;
  padding-right: 40px;
}
.showforsmall {
  display: none;
}
@media (max-width: 440px) {
  .showforsmall {
    display: inherit;
  }
}
a {
  text-decoration: none;
}

/* Fix for white text in goals section */
p.white {
  color: #1f1d1d; /* Restored to white for proper contrast on dark backgrounds */
}

p.white a {
  color: #2c2929;
  text-decoration: none !important;
  transition: color 0.3s ease;
}

p.white a:hover {
  color: #8690e1;
  text-decoration: underline;
}
.fclink {
  text-decoration: underline;
  color: #fff;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.7rem;
  letter-spacing: 3px;
}
.item h3 {
  margin-bottom: 0px;
}
.item p {
  margin-top: 0px;
}
.hero {
  width: 100%;
  height: 100vh;
  display: table;
  position: fixed;
  top: 0;
  background-color: #2a2a2e;
}
.hero2 {
  width: 100%;
  height: 650px;
  display: table;
}

@media only screen and (max-width: 740px) {
  .hero2 {
    width: 100%;
    height: 400px;
    display: table;
  }
  #block3 {
    width: 100%;
    height: 400px;
    z-index: 2;
  }
}

.heroinner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.content-holder {
  width: 100%;
  position: absolute;
  top: 120px;
  z-index: 2;
}
/* COLORS */
.heroinner h1,
.heroinner h2 {
  color: #fff;
}
.heroinner h2 {
  margin-bottom: 20px !important;
}
footer p {
  color: #646464;
  font-size: 0.8rem !important;
}
footer a {
  color: #404a9a !important;
  margin-left: 8px;
  margin-right: 8px;
  text-decoration: none !important;
  font-weight: 400 !important;
  display: inline-block !important;
  padding: 2px 4px !important;
}
footer a:first-child {
  margin-left: 0px !important;
}
footer a:hover {
  color: #9093c6 !important;
  text-decoration: underline !important;
}
.wrapper {
  background-color: #ffffff;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}
.pad {
  margin-left: auto;
  margin-right: auto;
  max-width: 1360px;
}
/* LAYOUT*/
.arrow {
  width: 40px;
  height: 40px;
  background-image: url("./assets/img/arrow.svg");
  background-repeat: no-repeat;
  margin-bottom: 50px;
}
.logo {
  position: relative;
  height: 100px;
  width: 100px;
  left: 40px;
}
.icon {
  position: absolute;
  height: 60px;
  width: 60px;
  top: 16px;
  left: 50%;
  margin-left: -30px;
}
header {
  width: 100%;
  height: 122px;
  position: absolute;
  z-index: 999;
}
footer {
  width: 100%;
  background: #efefef;
  padding-top: 0px;
  padding-bottom: 0px;
}

section {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: 1fr;
  grid-gap: 20px;
  align-items: start;
}

.nogap {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
  grid-template-columns: repeat(8, 1fr);

  grid-gap: 0px;

  justify-content: center;
}

/* FONTS*/
.heroinner h2 {
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.3;
  padding-bottom: 10px;
  margin-top: 0px;
  text-transform: uppercase;
  letter-spacing: 5px;
}
.wrapper h1 {
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 400;
  font-size: 3.4rem;
  line-height: 1.2;
  margin-bottom: 30px;
  text-transform: none;
  color: #222222;
  margin-top: 0px;
}
.wrapper h2 {
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 300;
  font-size: 2.5rem;
  line-height: 1.4;
  margin-bottom: 30px;
  margin-top: 0px;
}
.wrapper h3 {
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 0px;
  margin-bottom: 0px;
}
.wrapper h4 {
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 1.2;
  margin-bottom: 20px;
  text-transform: none;
  color: #222222;
  margin-top: 0px;
}
.wrapper h5 {
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 30px;
  margin-top: 0px;
}
.wrapper h6 {
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  line-height: 1.4;
  margin-top: 0px;
  margin-bottom: 0px;
}
.wrapper p {
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 300;
  font-size: 0.9rem;
  line-height: 1.8;
}
.h3home {
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 500;
  font-size: 1.7rem !important;
  line-height: 1.5;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #333 !important;
  transition: color 0.3s ease, transform 0.2s ease;
  display: inline-block;
}

.h3home:hover {
  color: #404a9a !important;
  transform: translateY(-2px);
  text-decoration: underline;
}

@media only screen and (max-width: 740px) {
  .wrapper h1 {
    font-family: "Noto Sans KR", sans-serif;
    font-weight: 400;
    font-size: 2.2rem;
    line-height: 1.2;
    margin-bottom: 30px;
    text-transform: none;
    color: #222222;
  }
}

.heroinner h1 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.heroinner h2 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

section img {
  max-width: 100%;
  margin-bottom: 10px;
}

/* COLUMNS*/

.one-col {
  grid-column: 1 / span 1;
  grid-column-start: auto;
}
.two-col {
  grid-column: 1 / span 2;
  grid-column-start: auto;
}
.three-col {
  grid-column: 1 / span 3;
  grid-column-start: auto;
}
.four-col {
  grid-column: 1 / span 4;
  grid-column-start: auto;
}
.five-col {
  grid-column: 1 / span 5;
  grid-column-start: auto;
}
.six-col {
  grid-column: 1 / span 6;
  grid-column-start: auto;
}
.seven-col {
  grid-column: 1 / span 7;
  grid-column-start: auto;
}
.eight-col {
  grid-column: 1 / span 8;
  grid-column-start: auto;
}

@media (max-width: 1019px) {
  .one-col {
    grid-column: 1 / span 2;
    grid-column-start: auto;
  }
  .two-col {
    grid-column: 1 / span 4;
    grid-column-start: auto;
  }
  .three-col {
    grid-column: 1 / span 6;
    grid-column-start: auto;
  }
  .four-col {
    grid-column: 1 / span 8;
    grid-column-start: auto;
  }
  .five-col {
    grid-column: 1 / span 8;
    grid-column-start: auto;
  }
  .six-col {
    grid-column: 1 / span 8;
    grid-column-start: auto;
  }
  .seven-col {
    grid-column: 1 / span 8;
    grid-column-start: auto;
  }
  .eight-col {
    grid-column: 1 / span 8;
    grid-column-start: auto;
  }
}

@media (max-width: 640px) {
  .one-col {
    grid-column: 1 / span 8;
    grid-column-start: auto;
  }
  .two-col {
    grid-column: 1 / span 8;
    grid-column-start: auto;
  }
  .three-col {
    grid-column: 1 / span 8;
    grid-column-start: auto;
  }
  .four-col {
    grid-column: 1 / span 8;
    grid-column-start: auto;
  }
  .five-col {
    grid-column: 1 / span 8;
    grid-column-start: auto;
  }
  .six-col {
    grid-column: 1 / span 8;
    grid-column-start: auto;
  }
  .seven-col {
    grid-column: 1 / span 8;
    grid-column-start: auto;
  }
  .eight-col {
    grid-column: 1 / span 8;
    grid-column-start: auto;
  }
}

/* COLUMNS PAD*/

.one-col-pad {
  grid-column: 1 / span 1;
  grid-column-start: auto;
  padding: 20px;
}
.two-col-pad {
  grid-column: 1 / span 2;
  grid-column-start: auto;
  padding: 20px;
}
.three-col-pad {
  grid-column: 1 / span 3;
  grid-column-start: auto;
  padding: 20px;
}
.four-col-pad {
  grid-column: 1 / span 4;
  grid-column-start: auto;
  padding: 20px;
}
.five-col-pad {
  grid-column: 1 / span 5;
  grid-column-start: auto;
  padding: 20px;
}
.six-col-pad {
  grid-column: 1 / span 6;
  grid-column-start: auto;
  padding: 20px;
}
.seven-col-pad {
  grid-column: 1 / span 7;
  grid-column-start: auto;
  padding: 20px;
}
.eight-col-pad {
  grid-column: 1 / span 8;
  grid-column-start: auto;
  padding: 20px;
}

@media (max-width: 1019px) {
  .one-col-pad {
    grid-column: 1 / span 4;
    grid-column-start: auto;
    padding: 20px;
  }
  .two-col-pad {
    grid-column: 1 / span 4;
    grid-column-start: auto;
    padding: 20px;
  }
  .three-col-pad {
    grid-column: 1 / span 4;
    grid-column-start: auto;
    padding: 20px;
  }
  .four-col-pad {
    grid-column: 1 / span 4;
    grid-column-start: auto;
    padding: 20px;
  }
  .five-col-pad {
    grid-column: 1 / span 8;
    grid-column-start: auto;
    padding: 20px;
  }
  .six-col-pad {
    grid-column: 1 / span 8;
    grid-column-start: auto;
    padding: 20px;
  }
  .seven-col-pad {
    grid-column: 1 / span 8;
    grid-column-start: auto;
    padding: 20px;
  }
  .eight-col-pad {
    grid-column: 1 / span 8;
    grid-column-start: auto;
    padding: 20px;
  }
}

@media (max-width: 640px) {
  .one-col-pad {
    grid-column: 1 / span 8;
    grid-column-start: auto;
    padding: 20px;
  }
  .two-col-pad {
    grid-column: 1 / span 8;
    grid-column-start: auto;
    padding: 20px;
  }
  .three-col-pad {
    grid-column: 1 / span 8;
    grid-column-start: auto;
    padding: 20px;
  }
  .four-col-pad {
    grid-column: 1 / span 8;
    grid-column-start: auto;
    padding: 20px;
  }
  .five-col-pad {
    grid-column: 1 / span 8;
    grid-column-start: auto;
    padding: 20px;
  }
  .six-col-pad {
    grid-column: 1 / span 8;
    grid-column-start: auto;
    padding: 20px;
  }
  .seven-col-pad {
    grid-column: 1 / span 8;
    grid-column-start: auto;
    padding: 20px;
  }
  .eight-col-pad {
    grid-column: 1 / span 8;
    grid-column-start: auto;
    padding: 20px;
  }
}

/* Content menuwrap */
.menuwrap {
  width: 100%;

  margin: 0 auto;
}

.menuwrap-flush {
  width: 100%;
}

/**
 * Navigation
 */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  background-color: #efefef;
}

/** 
* Nav container 
* 1. Ensure this slides in below parent
* 2. Hide by default
* 3. Smoother scrolling experience on iOS
*/
.nav-container {
  position: fixed;
  top: 0px; /* 1 */
  right: 0;
  z-index: 2;
  overflow-y: auto;
  visibility: hidden; /* 2 */
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -webkit-transform: translateX(320px);
  transform: translateX(320px); /* 2 */
  background-color: #f8f8f8;
  -webkit-overflow-scrolling: touch; /* 3 */
}

/* 1. Show when `.is-visible` class is added */
.nav-container.is-visible {
  visibility: visible; /* 1 */
  -webkit-transform: translateX(0);
  transform: translateX(0); /* 1 */
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.48);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.48);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.48);
}

/* Nav toggle */
.nav-toggle {
  z-index: 3 !important;
  line-height: 1 !important;
  display: none !important; /* Hide by default on desktop */
  padding: 1.25rem 1rem !important;
  border: 0 !important;
  position: absolute !important;
  right: 20px !important;
  top: 20px !important;
  background: #f8f8f8 !important;
  cursor: pointer !important;
  border-radius: 3px !important;
}

/* Show nav toggle only on mobile */
@media (max-width: 1249px) {
  .nav-toggle {
    display: inline-block !important;
  }
}

.nav-toggle:hover {
  background-color: #e9e9e9 !important;
  box-shadow: 0 0 5px rgba(64, 74, 154, 0.3) !important;
}

/* Nav toggle icon */
.nav-toggle .icon-menu {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 20px;
  vertical-align: middle;
  fill: none;
}

/* Nav toggle icon lines */
.icon-menu .line {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: #404a9a !important;
}

/* Nav toggle icon line 1 */
.icon-menu .line-1 {
  top: 0;
}

/* When active, rotate line 1 to be lefthand part of X */
.is-active .icon-menu .line-1 {
  -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
  transform: translateY(8px) translateX(0) rotate(45deg);
}

/* Nav toggle icon line 2 */
.icon-menu .line-2 {
  top: 50%;
  margin-top: -1px;
}

/* When active, hide line 2 */
.is-active .icon-menu .line-2 {
  opacity: 0;
}

/* Nav toggle icon line 3 */
.icon-menu .line-3 {
  bottom: 0;
}

/* When active, rotate line 3 to be righthand part of X */
.is-active .icon-menu .line-3 {
  -webkit-transform: translateY(-10px) translateX(0) rotate(-45deg);
  transform: translateY(-10px) translateX(0) rotate(-45deg);
}

/* Remove default list styles for menus */
.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/** 
* 1. Give menu a lighter background than its container 
* 2. Prevent menu text from being accidentally highlighted
*/
.nav-menu {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: auto;
  float: right;
  margin-top: -60px;
  margin-right: 184px;
  background: #f8f8f8;
}
@media (max-width: 1399px) {
  .nav-menu {
    margin-right: 40px;
  }
}
@media (max-width: 1250px) {
  .nav-container {
    width: 320px;
  }
  .nav-menu {
    width: 320px;
    margin-right: 0px;
  }
  ul.nav-menu.menu {
    margin-top: 100px;
  }
}

/* Darker background color on hover, and when toggled */
.nav-menu > .menu-item:hover,
.nav-menu > .menu-item.is-active {
  background-color: #eee;
}

.nav-menu > .menu-item:hover .menu-link,
.nav-menu > .menu-item.is-active .menu-link {
  color: #404a9a;
}

/* 1. Menu links are block level, by default */
.nav-menu .menu-link {
  display: block; /* 1 */
  text-decoration: none !important;
  color: #333;
  padding: 1rem;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 0.85rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 1px solid #eee;
}

/* 1. Menu items with dropdowns appear clickable */
.has-dropdown {
  position: relative;
  cursor: pointer; /* 1 */
}

/* 1. Parent menu links inlined so you can toggle the dropdown */
.has-dropdown > .menu-link {
  display: inline-block;
}

/* 1. Add an icon to menu items that have sub menus */
.has-dropdown:after {
  font-size: 20px;
  position: absolute;
  top: 16px;
  right: 40px;
  bottom: 0;
  content: "+"; /* 1 */
  color: #3e3e3e;
}

/* 1. Switch icon to n-dash when toggled */
.has-dropdown.is-active:after {
  content: "\2013"; /* 1 */
}

/**
 * Dropdowns
 * 1. Hide dropdowns by default
 */
.nav-dropdown {
  display: none; /* 1 */
  background-color: #f8f8f8;
}

/* 1. Show dropdown when toggled */
.has-dropdown.is-active > .nav-dropdown {
  display: block; /* 1 */
}

/* 2nd level dropdown */
.nav-dropdown .nav-dropdown {
  background-color: #eeeeee;
}
.nav-dropdown .menu-item:hover {
  background-color: #eeeeee;
}

.nav-dropdown .menu-item {
  border-color: #48484d;
}

.nav-dropdown .nav-dropdown .menu-item {
  background-color: #48484d;
  border-color: #48484d;
}

/* Main content area */
.content {
  margin-top: 60px;
}

.content .menuwrap {
  padding: 1rem 0;
}

@media (min-width: 1250px) {
  .nav {
    background-color: #48484d;
  }

  .nav,
  .nav-container,
  .nav-container.is-visible {
    position: relative;
    top: auto;
    left: auto;
    z-index: auto;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .nav-container,
  .nav-container.is-visible {
    visibility: visible;
    height: auto;
    min-height: 0;
    overflow-y: visible;
  }

  .nav-toggle {
    display: none;
  }

  /* 1. Display menu items inline */
  .nav-menu > .menu-item,
  .nav-menu > .menu-item.is-active {
    display: inline-block; /* 1 */
    background-color: transparent;
    border: 0;
  }

  /* Remove bottom border on last child */
  .nav-menu > .menu-item:last-child {
    border: 0;
  }

  .nav-menu .menu-item {
    transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
  }

  /* Remove +/- icons */
  .has-dropdown:after {
    content: "" !important;
  }

  /* Add a caret to top-level menu items that have dropdowns */
  .nav-menu > .has-dropdown:after {
    position: absolute;
    top: 50%;
    right: 1rem;
    width: 0;
    height: 0;
    margin-top: -2px;
    margin-left: -4px;
    content: "";
    border-width: 5px 5px 0 5px;
    border-style: solid;
    border-color: #bbb transparent transparent transparent;
  }

  /* Increase padding to compensate for caret */
  .has-dropdown > .menu-link {
    padding-right: 2.5rem;
  }

  /* Add a caret to top-level menu items that have dropdowns */
  .sub:after {
    position: absolute;
    top: 50%;
    right: 1rem;
    width: 0;
    height: 0;
    margin-top: -2px;
    margin-left: -4px;
    content: "";
    border-width: 5px 5px 0 5px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    transform: rotate(-90deg); /* Equal to rotateZ(45deg) */
  }

  /* Re-style dropdowns for larger screens */
  .nav-dropdown {
    display: block;
    opacity: 0;
    position: absolute;
    top: 100%;
    width: 380px;
    margin: 0;
    background-color: #fff;
    box-shadow: 0 0 4px hsla(0, 0%, 0%, 0.15);
    visibility: hidden;
    transition: visibility 0s linear 0.25s, opacity 0.25s linear;
  }

  .has-dropdown:hover > .nav-dropdown {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
  }

  .nav-dropdown .menu-item {
    border: 0;
  }

  .nav-dropdown .menu-item:hover,
  .nav-dropdown .nav-dropdown .menu-item:hover {
    background-color: #eee;
  }

  .nav-dropdown .nav-dropdown,
  .nav-dropdown .nav-dropdown .menu-item {
    background-color: #333;
  }

  .nav-dropdown .nav-dropdown {
    z-index: 9998;
    top: 0;
    left: 100%;
  }

  .content {
    margin-top: 0;
  }
}

.animate-pop-in {
  -webkit-animation: pop-in 4s cubic-bezier(0.3, 1, 0.3, 1) forwards;
  animation: pop-in 4s cubic-bezier(0.3, 1, 0.3, 1) forwards;
  opacity: 0;
}
@-webkit-keyframes pop-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-6rem);
    transform: translateY(-6rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes pop-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-6rem);
    transform: translateY(-6rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* Common button styles */
.button {
  min-width: 180px;
  max-width: 180px;
  display: block;

  padding: 1.6em 1em;
  border: none;
  background: none;
  color: inherit;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.button:focus {
  outline: none;
}
.button > span {
  vertical-align: middle;
}

/* Individual button styles */
/* Aylen6 */
.button.button--aylen6 {
  background: #b1cdcf;
  color: #222 !important;
  overflow: hidden;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  text-align: center;
  text-decoration: none !important;
  margin-top: 30px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 400;
}
.button--aylen6.button--inverted {
  background: #232e83;
  color: #222 !important;
}
.button--aylen6::before,
.button--aylen6::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 100%;
  left: 0;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--aylen6::before {
  background: #c3dddf;
}
.button--aylen6::after {
  background: #9bbdbf;
}
.button--aylen6:hover {
  color: #222 !important;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}
.button--aylen6:hover::before,
.button--aylen6:hover::after {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.button--aylen6:hover::after {
  -webkit-transition-delay: 0.175s;
  transition-delay: 0.175s;
}

/* Aylen */
.button.button--aylen {
  background: #404a9a;
  color: #fff !important;
  overflow: hidden;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  text-align: center;
  text-decoration: none;
  margin-top: 30px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 400;
}
.button--aylen.button--inverted {
  background: #232e83;
  color: #fff !important;
}
.button--aylen::before,
.button--aylen::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 100%;
  left: 0;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--aylen::before {
  background: #232e83;
}
.button--aylen::after {
  background: #181e4e;
}
.button--aylen:hover {
  color: #fff !important;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}
.button--aylen:hover::before,
.button--aylen:hover::after {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.button--aylen:hover::after {
  -webkit-transition-delay: 0.175s;
  transition-delay: 0.175s;
}

/* Aylen2 */
.button.button--aylen2 {
  background: #2a2a2e;
  color: #fff;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  text-align: center;
  text-decoration: none;

  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 400;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}
.button--aylen2.button--inverted {
  background: #4d4e52;
  color: #fff;
}
.button--aylen2::before,
.button--aylen2::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 100%;
  left: 0;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--aylen2::before {
  background: #4d4e52;
}
.button--aylen2::after {
  background: #67686e;
}
.button--aylen2:hover {
  color: #fff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}
.button--aylen2:hover::before,
.button--aylen2:hover::after {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.button--aylen2:hover::after {
  -webkit-transition-delay: 0.175s;
  transition-delay: 0.175s;
}

.down {
  position: fixed;
  left: 50%;
  margin-left: -27px;
  z-index: 1;
  bottom: 40px;
  height: 50px;
  width: 50px;
  opacity: 100;
  filter: alpha(opacity=1);
  text-align: center;
  color: #fff;
  transform: rotate(-180deg);
  background: url(./assets/img/cd-top-arrow.svg) no-repeat center;
}

.cd-top {
  display: inline-block;
  z-index: 999;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgb(153, 155, 164) url(./assets/img/cd-top-arrow.svg) no-repeat
    center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 1;
}
.no-touch .cd-top:hover {
  background-color: #999ba4;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 40px;
    width: 40px;
    right: 30px;
    bottom: 30px;
  }
}

.login {
  position: absolute;
  top: 37px;
  right: 30px;
  z-index: 1000;
  display: block;
}
.loginmobile {
  display: none;
}
@media only screen and (max-width: 1249px) {
  .login {
    display: none;
  }
  .loginmobile {
    display: block;
    width: 100%;
    position: fixed;
    text-align: center;
    bottom: 0px;
    height: 30px;
    background-color: #2a2a2e;
    color: #fff;
    z-index: 999;
    padding-top: 10px;
    font-family: "Noto Sans KR", sans-serif;

    font-size: 0.75rem;

    font-weight: 400;

    text-transform: uppercase;

    letter-spacing: 2px;
  }
  .loginmobile a {
    color: #fff;
  }
}

/* Aylen */
.button--login {
  background: #2a2a2e;
  color: #fff;
  padding: 1.1rem 2rem;
  overflow: hidden;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  text-align: center;
  text-decoration: none;

  font-family: "Noto Sans KR", sans-serif;

  font-size: 0.85rem;

  font-weight: 400;

  text-transform: uppercase;

  letter-spacing: 2px;

  border: 2px;
  border-color: #aeaeae;
  border-style: solid;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}

.button--login:hover {
  background: #6a6a6a;
}

.flexouter {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.flexcontainer {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}

.flexcontainer .item {
  display: grid;
  margin: auto;
  position: relative;
  flex: 1;
  color: white;
  transition: 0.3s;
  max-width: 33.333%;
  height: 500px;
  min-width: 10%;
  background-color: rgba(42, 42, 46, 0.7);
}
.flexcontainer .item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center bottom;
  background-size: cover;
  z-index: -1;
}
.flexcontainer .item:first-child:before {
  background-image: url("https://images.unsplash.com/photo-1508945620753-e2344dfbda6b?ixlib=rb-0.3.5&q=85&fm=jpg&crop=entropy&cs=srgb&ixid=eyJhcHBfaWQiOjE0NTg5fQ%3D%3D%0A&s=29dab9e47bdca132bd5c31d5155a6bf5");
}
.flexcontainer .item:nth-of-type(even):before {
  background-image: url("https://images.unsplash.com/photo-1508945620753-e2344dfbda6b?ixlib=rb-0.3.5&q=85&fm=jpg&crop=entropy&cs=srgb&ixid=eyJhcHBfaWQiOjE0NTg5fQ%3D%3D%0A&s=29dab9e47bdca132bd5c31d5155a6bf5");
}
.flexcontainer .item:last-child:before {
  background-image: url("https://images.unsplash.com/photo-1508945620753-e2344dfbda6b?ixlib=rb-0.3.5&q=85&fm=jpg&crop=entropy&cs=srgb&ixid=eyJhcHBfaWQiOjE0NTg5fQ%3D%3D%0A&s=29dab9e47bdca132bd5c31d5155a6bf5");
}
.flexcontainer .item:hover {
  transition: 0.5s;
  max-width: 40% !important;
  flex-grow: 2;
  cursor: pointer;
  color: #fff;
  background-color: rgba(153, 155, 164, 0.9);
}
.flexcontainer .item:hover p {
  -webkit-transform: none;
  transform: none;
  transition: 0.3s;
}
.flexcontainer .content {
  margin: 50px;
  font-size: 2em;
}

@media (max-width: 1440px) {
  .flexouter {
    max-width: 1400px;
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (max-width: 1250px) {
  .flexcontainer {
    display: block;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
  }

  .flexcontainer .item {
    margin: auto;
    position: relative;
    color: white;
    transition: 0.3s;
    max-width: 100%;
    height: 400px;
    margin-bottom: 20px;

    background-color: rgba(42, 42, 46, 0.7);
  }

  .flexcontainer .item:hover {
    max-width: 100% !important;
    flex-grow: none;
    cursor: pointer;
    color: #fff;
    background-color: rgba(153, 155, 164, 0.9);
  }
}

/* -------------------------------- 

Form

-------------------------------- */
.red {
  color: #db1d51;
}
.cd-form {
  width: 100%;

  margin: 1.2rem auto;
}
.cd-form::after {
  clear: both;
  content: "";
  display: table;
}
.cd-form fieldset {
  margin: 24px 0;
}
.cd-form legend {
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 2rem;
  border-bottom: 1px solid #ecf0f1;
}
.cd-form div {
  /* form element wrapper */
  position: relative;
  margin: 20px 0;
}
.cd-form h4,
.cd-form .cd-label {
  font-size: 0.75rem;
  color: #444;
  font-weight: 600;
  margin-bottom: 10px;
}
.cd-form .cd-label {
  display: block;
}
.cd-form input,
.cd-form textarea,
.cd-form select,
.cd-form label {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 0.8rem;
  color: #2a2a2e;
}
.cd-form input[type="text"],
.cd-form input[type="email"],
.cd-form textarea,
.cd-form select,
.cd-form legend {
  display: block;
  width: 90%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.cd-form input[type="text"],
.cd-form input[type="email"],
.cd-form textarea,
.cd-form select {
  /* general style for input elements */
  padding: 4px;
  border: 1px solid #cfd9db;
  background-color: #ffffff;

  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
}
.cd-form input[type="text"]:focus,
.cd-form input[type="email"]:focus,
.cd-form textarea:focus,
.cd-form select:focus {
  outline: none;
  border-color: #2c97de;
  box-shadow: 0 0 5px rgba(44, 151, 222, 0.2);
}
.cd-form .cd-select {
  /* select element wapper */
  position: relative;
}
.cd-form .cd-select::after {
  /* arrow icon for select element */
  content: "";
  position: absolute;
  z-index: 1;
  right: 16px;
  top: 50%;
  margin-top: -8px;
  display: block;
  width: 16px;
  height: 16px;
  background: url("../img/cd-icon-arrow.svg") no-repeat center center;
  pointer-events: none;
}
.cd-form select {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  cursor: pointer;
}
.cd-form select::-ms-expand {
  display: none;
}
.cd-form .cd-form-list {
  margin-top: 16px;
}
.cd-form .cd-form-list::after {
  clear: both;
  content: "";
  display: table;
}
.cd-form .cd-form-list li {
  /* wrapper for radio and checkbox input types */
  display: inline-block;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0 26px 16px 0;
  float: left;
}
.cd-form input[type="radio"],
.cd-form input[type="checkbox"] {
  /* hide original check and radio buttons */
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  opacity: 0;
  z-index: 2;
}
.cd-form input[type="radio"] + label,
.cd-form input[type="checkbox"] + label {
  padding-left: 24px;
}
.cd-form input[type="radio"] + label::before,
.cd-form input[type="radio"] + label::after,
.cd-form input[type="checkbox"] + label::before,
.cd-form input[type="checkbox"] + label::after {
  /* custom radio and check boxes */
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
}
.cd-form input[type="radio"] + label::before,
.cd-form input[type="checkbox"] + label::before {
  border: 1px solid #cfd9db;
  background: #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
}
.cd-form input[type="radio"] + label::before,
.cd-form input[type="radio"] + label::after {
  border-radius: 50%;
}
.cd-form input[type="checkbox"] + label::before,
.cd-form input[type="checkbox"] + label::after {
  border-radius: 0.25em;
}
.cd-form input[type="radio"] + label::after,
.cd-form input[type="checkbox"] + label::after {
  background-color: #2c97de;
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: 0 0 5px rgba(44, 151, 222, 0.4);
  display: none;
}
.cd-form input[type="radio"] + label::after {
  /* custom image for radio button */
  background-image: url("../img/cd-icon-radio.svg");
}
.cd-form input[type="checkbox"] + label::after {
  /* custom image for checkbox */
  background-image: url("../img/cd-icon-check.svg");
}
.cd-form input[type="radio"]:focus + label::before,
.cd-form input[type="checkbox"]:focus + label::before {
  /* add focus effect for radio and check buttons */
  box-shadow: 0 0 5px rgba(44, 151, 222, 0.6);
}
.cd-form input[type="radio"]:checked + label::after,
.cd-form input[type="checkbox"]:checked + label::after {
  display: block;
}
.cd-form input[type="radio"]:checked + label::before,
.cd-form input[type="radio"]:checked + label::after,
.cd-form input[type="checkbox"]:checked + label::before,
.cd-form input[type="checkbox"]:checked + label::after {
  -webkit-animation: cd-bounce 0.3s;
  -moz-animation: cd-bounce 0.3s;
  animation: cd-bounce 0.3s;
}
.cd-form textarea {
  min-height: 200px;
  resize: vertical;
  overflow: auto;
}

.cd-form input[type="submit"]:hover {
  outline: none;
  background: #67686e;
}

.cd-form [required] {
  background: url("../img/cd-required.svg") no-repeat top right;
}

@media only screen and (min-width: 600px) {
  .cd-form div {
    /* form element wrapper */
    margin: 10px 0;
  }
  .cd-form legend + div {
    /* reduce margin-top for first form element after the legend */
    margin-top: 20px;
  }
  .cd-form h4,
  .cd-form .cd-label {
    font-size: 0.75rem;
    font-weight: 600;
    margin-bottom: 5px;
  }
}

@keyframes cd-bounce {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.8);
  }
}
/* -------------------------------- 

Custom icons

-------------------------------- */

.cd-form .ficon input {
  padding-left: 5px !important;
}

.cd-form .ficon select {
  padding-left: 5px !important;
}

.cd-form .ficon textarea {
  padding-left: 5px !important;
}
.cd-form .user {
  background: url("../img/cd-icon-user.svg") no-repeat right center;
}

.cd-form .company {
  background: url("../img/cd-icon-company.svg") no-repeat right center;
}

.cd-form .email {
  background: url("../img/cd-icon-email.svg") no-repeat right center;
}

/* -------------------------------- 

FLoating labels 

-------------------------------- */
.js .floating-labels div {
  margin: 28px 0;
}
.js .floating-labels .cd-label {
  position: absolute;
  top: 16px;
  left: 16px;
  font-size: 1.6rem;
  cursor: text;
  -webkit-transition: top 0.2s, left 0.2s, font-size 0.2s;
  -moz-transition: top 0.2s, left 0.2s, font-size 0.2s;
  transition: top 0.2s, left 0.2s, font-size 0.2s;
}
.js .floating-labels .ficon .cd-label {
  left: 56px;
}
.js .floating-labels .cd-label.float {
  /* move label out the input field */
  font-size: 1.2rem;
  top: -16px;
  left: 0 !important;
}
@media only screen and (min-width: 600px) {
  .js .floating-labels legend + div {
    /* reduce margin-top for first form element after the legend */
    margin-top: 16px;
  }
  .js .floating-labels .cd-label {
    top: 20px;
  }
}

/* -------------------------------- 

Client Journey

-------------------------------- */

.client-journey {
  padding: 60px 20px;
  background: #f8f9fb;
  text-align: center;
  position: relative;
}

.journey-wheel {
  position: relative;
  width: 600px;
  height: 600px;
  margin: 0 auto;
}

.center-image {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.step {
  position: absolute;
  width: 150px;
  font-size: 14px;
  background: white;
  padding: 15px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.step h3 {
  font-size: 16px;
  color: #2d2d2d;
  margin-bottom: 8px;
}

.step p {
  color: #555;
  line-height: 1.4;
}

/* Positioning the steps around the wheel */
.step1 {
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0);
}
.step2 {
  top: 15%;
  right: 0%;
  transform: translate(0, 0);
}
.step3 {
  top: 50%;
  right: -5%;
  transform: translate(0, -50%);
}
.step4 {
  bottom: 15%;
  right: 0%;
  transform: translate(0, 0);
}
.step5 {
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 0);
}
.step6 {
  bottom: 15%;
  left: 0%;
  transform: translate(0, 0);
}
.step7 {
  top: 15%;
  left: 0%;
  transform: translate(0, 0);
}

@media (max-width: 768px) {
  .journey-wheel {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .step {
    position: static;
    transform: none;
    width: auto;
  }
  .center-image {
    position: static;
    transform: none;
    margin: 0 auto 20px;
  }
}

/* Testimonial Slider - Refined Design */
/* Testimonial Slider - Final Design */
.testimonial-section {
  padding: 60px 0;
  background: #f8f9fb;
  border-top: 1px solid #e9f1f0;
  border-bottom: 1px solid #e9f1f0;
}

.testimonial-slider {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.testimonial-slide {
  padding: 10px;
}

.testimonial-card {
  background: #fff;
  border-radius: 4px;
  padding: 25px;
  height: 100%;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 1px solid #e9f1f0;
  display: flex;
  flex-direction: column;
}

.testimonial-card:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
  transform: translateY(-5px);
}

.testimonial-content-wrapper {
  background: #404a9a;
  padding: 25px;
  border-radius: 4px;
  margin-bottom: 20px;
  position: relative;
  flex-grow: 1;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.testimonial-content-wrapper:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 30px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #404a9a;
}

.testimonial-content {
  font-style: italic;
  color: #000;
  font-size: 0.95rem;
  line-height: 1.7;
  position: relative;
  margin-bottom: 0;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 300;
}

.testimonial-content:before,
.testimonial-content:after {
  content: '"';
  color: #000;
  font-size: 24px;
  font-family: serif;
  opacity: 0.3;
  position: absolute;
}

.testimonial-content:before {
  left: -8px;
  top: -8px;
}

.testimonial-content:after {
  right: -8px;
  bottom: -15px;
}

.testimonial-author-info {
  display: flex;
  align-items: center;
  padding: 0 10px;
}

.testimonial-author-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 15px;
  object-fit: cover;
  border: 2px solid #e9f1f0;
}

.testimonial-author {
  font-weight: 500;
  color: #000;
  margin-bottom: 5px;
  font-size: 1rem;
  font-family: "Noto Sans KR", sans-serif;
}

.testimonial-company {
  font-size: 0.8rem;
  color: #666;
  font-weight: 300;
  font-family: "Noto Sans KR", sans-serif;
}

/* Navigation */
.owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff !important;
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  color: #404a9a !important;
  font-size: 20px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.owl-nav button:hover {
  background: #404a9a !important;
  color: #fff !important;
}

.owl-prev {
  left: -20px;
}

.owl-next {
  right: -20px;
}

/* Dots styling - centered and small */
.owl-dots {
  text-align: center;
  margin-top: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.owl-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #cfd9db !important;
  margin: 0 4px;
  display: inline-block;
  transition: all 0.3s ease;
}

.owl-dot.active {
  background: #404a9a !important;
  width: 8px;
  height: 8px;
}

/* Title styling */
.testimonial-title {
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 1.4;
  margin-bottom: 15px;
  color: #222;
  text-align: center;
}

.testimonial-subtitle {
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 40px;
  color: #444;
  text-align: center;
}

/* Responsive Adjustments */
@media (max-width: 1200px) {
  .testimonial-section {
    padding: 50px 0;
  }

  .testimonial-title {
    font-size: 2.2rem;
  }

  .testimonial-subtitle {
    font-size: 1.1rem;
  }
}

@media (max-width: 992px) {
  .testimonial-card {
    padding: 20px;
  }

  .testimonial-content-wrapper {
    padding: 20px;
  }

  .owl-prev {
    left: -10px;
  }

  .owl-next {
    right: -10px;
  }
}

@media (max-width: 768px) {
  .testimonial-section {
    padding: 40px 0;
  }

  .testimonial-title {
    font-size: 1.8rem;
  }

  .testimonial-subtitle {
    font-size: 1rem;
    margin-bottom: 30px;
  }

  .testimonial-card {
    padding: 15px;
  }

  .testimonial-content-wrapper {
    padding: 15px;
  }

  .testimonial-author-info {
    flex-direction: column;
    text-align: center;
  }

  .testimonial-author-img {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .owl-nav {
    display: none;
  }
}

.testimonial-author-img {
  background-color: #ddd;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><text x="50%" y="50%" dominant-baseline="middle" text-anchor="middle" fill="%23787895" font-family="Arial" font-size="40">👤</text></svg>');
  background-size: cover;
  background-position: center;
}

/* Testimonial Slider - Refined Design - END */

/* Fix for button--aylen on mobile devices */
@media (max-width: 768px) {
  .button--aylen::before,
  .button--aylen::after {
    padding: 0.5em 1em !important; /* Reduce padding */
    font-size: 0.9em !important; /* Reduce font size */
    min-width: auto !important; /* Allow button to shrink */
    width: auto !important; /* Allow button to fit content */
  }

  .button--aylen {
    padding: 0.5em 1em !important; /* Reduce padding */
    margin: 0.5em 0 !important; /* Adjust margins */
    min-width: auto !important; /* Allow button to shrink */
    width: auto !important; /* Allow button to fit content */
  }
}

/* Make READ MORE button fit text on all screen sizes */
.button--aylen {
  width: auto !important; /* Make button width fit content */
  min-width: auto !important; /* Remove minimum width */
  padding: 0.8em 1.5em !important; /* Adjust padding to be proportional */
  display: inline-block !important; /* Ensure inline display */
}

.button--aylen::before,
.button--aylen::after {
  width: 100% !important; /* Make pseudo-elements match button width */
  min-width: auto !important; /* Remove minimum width */
}

/* Ensure text is properly centered */
.read-more-button-text {
  display: inline-block !important;
  white-space: nowrap !important;
}
