@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&family=Nunito:wght@200;300;400;500;600;700;800;900;1000&display=swap");
@import 'plugins/fullpage.min.css';
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  line-height: 1;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: normal;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  border-radius: 0;
  background: none;
  cursor: pointer;
  outline: none;
  border: none;
}

img {
  display: block;
}

body {
  font-family: "Nunito", sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

a {
  text-decoration: none;
}
.theme-dark a {
  color: #FFFFFF;
}
.theme-light a {
  color: #000000;
}

h2 {
  display: block;
  margin: 4rem auto;
  text-align: center;
  font-size: 2rem;
}
.theme-dark h2 {
  color: #FFFFFF;
}
.theme-light h2 {
  color: #000000;
}
@media only screen and (max-width: 1366px) {
  h2 {
    margin: 2rem auto;
    font-size: 1.75rem;
    font-weight: 600;
  }
}
@media only screen and (max-width: 768px) {
  h2 {
    margin: 1.5rem auto;
    font-size: 1.5rem;
  }
}

h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.theme-dark h3 {
  color: #FFFFFF;
}
.theme-light h3 {
  color: #000000;
}

@-webkit-keyframes fade-in {
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  100% {
    opacity: 1;
  }
}
.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 100px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.btn img {
  margin-left: 0.5rem;
}

.btn--sm {
  padding: calc(1rem * 0.8) 1.5rem;
  font-size: 0.875rem;
}

.btn--md {
  padding: 1rem 2rem;
}

.btn--primary {
  background-color: #F2A896;
  color: #FFFFFF;
  border: 1px solid #F2A896;
}
.btn--primary:hover {
  background-color: #ee8a72;
}
.btn--primary.btn--outline {
  background: transparent;
  color: #F2A896;
}
.btn--primary.btn--outline:hover {
  background-color: #F2A896;
  color: #FFFFFF;
}
.btn--primary.btn--outline:hover img {
  -webkit-filter: brightness(10);
          filter: brightness(10);
}

.btn--secondary {
  background-color: #B2DBF5;
  color: #FFFFFF;
  border: 1px solid #B2DBF5;
}
.btn--secondary:hover {
  background-color: #8ecaf0;
}
.btn--secondary.btn--outline {
  background: transparent;
  color: #B2DBF5;
}
.btn--secondary.btn--outline:hover {
  background-color: #B2DBF5;
  color: #FFFFFF;
}
.btn--secondary.btn--outline:hover img {
  -webkit-filter: brightness(10);
          filter: brightness(10);
}

.btn--white {
  background-color: #FFFFFF;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}
.btn--white:hover {
  background-color: #ebebeb;
}
.btn--white.btn--outline {
  background: transparent;
  color: #FFFFFF;
}
.btn--white.btn--outline:hover {
  background-color: #FFFFFF;
  color: #FFFFFF;
}
.btn--white.btn--outline:hover img {
  -webkit-filter: brightness(10);
          filter: brightness(10);
}
.btn--white.btn--outline:hover {
  background-color: rgba(255, 255, 255, 0.8);
  color: #000000;
}
.btn--white.btn--outline:hover img {
  -webkit-filter: brightness(0);
          filter: brightness(0);
}

input, textarea {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
}

.switch {
  position: relative;
}
.switch input {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
}
.switch input + label {
  display: block;
  position: relative;
  height: 24px;
}
.switch input + label:before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 24px;
  border-radius: 100px;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.theme-dark .switch input + label:before {
  background: #D6D6D6;
}
.theme-light .switch input + label:before {
  background: #EDEDED;
}
.switch input + label:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 18px;
  left: 29px;
  top: 3px;
  background: #FFFFFF;
  border-radius: 100%;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  -webkit-transition: left 0.2s;
  transition: left 0.2s;
}
.switch input:checked + label:before {
  background: #F2A896;
}
.switch input:checked + label:after {
  left: 3px;
}

.switch--both {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.switch--both input + label {
  margin: 0 0.5rem;
}
.switch--both input:checked + label:before {
  background: #EDEDED;
}
.theme-dark .switch--both input:checked + label:before {
  background: #D6D6D6;
}
.theme-light .switch--both input:checked + label:before {
  background: #EDEDED;
}

.inputbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border-bottom: 1px solid #5d5d5d;
  -webkit-transition: border 0.2s;
  transition: border 0.2s;
}
.inputbox label {
  padding-left: 1rem;
  min-width: 80px;
  font-size: 0.813rem;
  font-weight: 700;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.theme-dark .inputbox label {
  color: #FFFFFF;
}
.theme-light .inputbox label {
  color: #000000;
}
.inputbox:focus-within {
  border-bottom-color: #F2A896;
}
.inputbox:focus-within label {
  color: #F2A896;
}
.inputbox input, .inputbox textarea {
  border: none;
  outline: none;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 0.5rem;
  background: transparent;
}
.theme-dark .inputbox input, .theme-dark .inputbox textarea {
  color: #FFFFFF;
}
.theme-light .inputbox input, .theme-light .inputbox textarea {
  color: #000000;
}
.inputbox input {
  height: 50px;
}
.inputbox textarea {
  height: 160px;
  padding: 1.5rem 0.5rem;
  resize: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .inputbox textarea {
    height: 120px;
  }
}

.inputbox--tall {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.inputbox--tall label {
  padding-top: 1.5rem;
}

body, html {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
body::-webkit-scrollbar, html::-webkit-scrollbar {
  display: none;
}

.menu__top {
  display: none;
}

.menu__links {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  width: 100%;
  width: calc(100% - 100px);
  top: 28px;
  z-index: 400;
}
@media only screen and (max-width: 1024px) {
  .menu__links {
    top: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .menu__links {
    top: 18px;
  }
}
.menu__links li {
  margin: 0 4rem;
  font-weight: 500;
}
.menu__links li:first-child {
  margin-left: 3rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 1.25rem;
  font-weight: 700;
}
@media only screen and (max-width: 1680px) {
  .menu__links li:first-child {
    margin-left: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .menu__links li:first-child {
    font-size: 1.125rem;
    margin-left: 1.5rem;
  }
}
.menu__links li:not(:first-child) {
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .menu__links li:not(:first-child) {
    display: none;
  }
}
.menu__links li:not(:first-child):after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #F2A896;
  margin-top: 18px;
  opacity: 0;
}
.menu__links li:not(:first-child).active:after {
  display: block;
  -webkit-animation: fade-in 0.3s ease forwards 0.1s;
          animation: fade-in 0.3s ease forwards 0.1s;
}
.menu__links li:not(:first-child).active a {
  color: #F2A896;
  font-weight: 700;
}

.menu__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  left: 0;
  bottom: 1.5rem;
  width: 100%;
  padding: 0 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 400;
}
@media only screen and (max-width: 1680px) {
  .menu__bottom {
    padding: 0 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .menu__bottom {
    padding: 0 1.5rem;
  }
}

@media only screen and (max-width: 568px) {
  .menu__lnkdin {
    display: none;
  }
}
.menu__lnkdin img {
  width: 20px;
}

.menu__copy {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 2rem;
  font-size: 0.75rem;
}
.theme-dark .menu__copy {
  color: #FFFFFF;
}
.theme-light .menu__copy {
  color: #000000;
}
@media only screen and (max-width: 568px) {
  .menu__copy {
    display: none;
  }
}

.menu__lang {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  right: 3rem;
  bottom: calc(50% - 128px);
  z-index: 400;
}
.menu__lang button {
  padding: 0;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  font-size: 0.75rem;
}
.theme-dark .menu__lang button {
  color: #FFFFFF;
}
.theme-light .menu__lang button {
  color: #000000;
}
.menu__lang button:after {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  margin: 0.5rem auto;
}
.theme-dark .menu__lang button:after {
  background: rgba(255, 255, 255, 0.4);
}
.theme-light .menu__lang button:after {
  background: rgba(0, 0, 0, 0.4);
}
.menu__lang button:last-child:after {
  display: none;
}
.menu__lang button.active {
  color: #F2A896;
  font-weight: 600;
}
@media only screen and (max-width: 1680px) {
  .menu__lang {
    right: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .menu__lang {
    right: 1.5rem;
  }
}
@media only screen and (max-width: 568px) {
  .menu__lang {
    display: none;
  }
}

@media only screen and (max-width: 568px) {
  .menu__mode {
    display: none;
  }
}

.menu.on, .menu.closing {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  z-index: 500;
  -webkit-animation: menu-on 0.4s forwards;
          animation: menu-on 0.4s forwards;
}
.theme-dark .menu.on, .theme-dark .menu.closing {
  background: #000000;
}
.theme-light .menu.on, .theme-light .menu.closing {
  background: #FFFFFF;
}
.menu.on .menu__top, .menu.closing .menu__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 20%;
  padding-bottom: 1.5rem;
  font-size: 1.25rem;
  font-weight: 700;
}
.theme-dark .menu.on .menu__top, .theme-dark .menu.closing .menu__top {
  color: #FFFFFF;
}
.theme-light .menu.on .menu__top, .theme-light .menu.closing .menu__top {
  color: #000000;
}
@media only screen and (max-width: 768px) {
  .menu.on .menu__top, .menu.closing .menu__top {
    height: 16%;
  }
}
.menu.on .menu__links, .menu.closing .menu__links {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 44%;
  width: 100%;
  border-bottom: 1px solid #EDEDED;
}
.theme-dark .menu.on .menu__links, .theme-dark .menu.closing .menu__links {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.theme-light .menu.on .menu__links, .theme-light .menu.closing .menu__links {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
@media only screen and (max-width: 768px) {
  .menu.on .menu__links, .menu.closing .menu__links {
    height: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 568px) {
  .menu.on .menu__links, .menu.closing .menu__links {
    height: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.menu.on .menu__links li, .menu.closing .menu__links li {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 2px;
  width: 280px;
  margin: 0;
  text-align: center;
}
.menu.on .menu__links li:first-child, .menu.closing .menu__links li:first-child {
  display: none;
}
.menu.on .menu__links li:after, .menu.closing .menu__links li:after {
  display: none;
}
@media only screen and (max-width: 768px) {
  .menu.on .menu__links li, .menu.closing .menu__links li {
    font-size: 1.75rem;
    margin: 1rem 0;
  }
}
.menu.on .menu__bottom, .menu.closing .menu__bottom {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3.5rem;
}
@media only screen and (max-width: 568px) {
  .menu.on .menu__bottom, .menu.closing .menu__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 200px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 1.5rem;
  }
}
.menu.on .menu__bottom > *, .menu.closing .menu__bottom > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 180px;
}
@media only screen and (max-width: 568px) {
  .menu.on .menu__bottom > *, .menu.closing .menu__bottom > * {
    margin: 1rem 0;
  }
}
.menu.on .menu__copy, .menu.closing .menu__copy {
  position: absolute;
  width: 100%;
  bottom: 1.5rem;
}
@media only screen and (max-width: 568px) {
  .menu.on .menu__copy, .menu.closing .menu__copy {
    bottom: 0.5rem;
  }
}
.menu.on .menu__lang, .menu.closing .menu__lang {
  position: static;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.menu.on .menu__lang button:after, .menu.closing .menu__lang button:after {
  display: inline-block;
  width: 2px;
  height: 10px;
  margin: 0 1rem;
}
.menu.on .menu__lang button:last-child:after, .menu.closing .menu__lang button:last-child:after {
  display: none;
}
.menu.closing {
  -webkit-animation: menu-closing 0.6s;
          animation: menu-closing 0.6s;
}

@-webkit-keyframes menu-on {
  0%, 30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes menu-on {
  0%, 30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes menu-closing {
  0%, 30% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes menu-closing {
  0%, 30% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#header.on .menu__links:after {
  content: "";
  display: block;
  position: fixed;
  width: 100%;
  height: 1px;
  top: 70px;
  left: 0;
}
.theme-dark #header.on .menu__links:after {
  background-color: rgba(255, 255, 255, 0.2);
}
.theme-light #header.on .menu__links:after {
  background-color: rgba(0, 0, 0, 0.06);
}
@media only screen and (max-width: 768px) {
  #header.on .menu__links:after {
    top: 58px;
  }
}
#header.on .menu.on .menu__links:after {
  display: none;
}

.menu__btn {
  position: fixed;
  right: 3rem;
  top: 1.5rem;
  width: 28px;
  height: 24px;
  text-indent: -9999px;
  z-index: 400;
}
@media only screen and (max-width: 1680px) {
  .menu__btn {
    right: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .menu__btn {
    right: 1.5rem;
    top: 1rem;
  }
}
.menu__btn:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  top: calc(50% - 1px);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.theme-dark .menu__btn:after {
  background: #FFFFFF;
}
.theme-light .menu__btn:after {
  background: #000000;
}
.menu__btn span:before, .menu__btn span:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.theme-dark .menu__btn span:before, .theme-dark .menu__btn span:after {
  background: #FFFFFF;
}
.theme-light .menu__btn span:before, .theme-light .menu__btn span:after {
  background: #000000;
}
.menu__btn span:before {
  -webkit-animation: menu-top forwards 0.4s;
          animation: menu-top forwards 0.4s;
}
.menu__btn span:after {
  -webkit-animation: menu-bottom forwards 0.4s;
          animation: menu-bottom forwards 0.4s;
}
.menu__btn.active:after {
  opacity: 0;
}
.menu__btn.active span:before {
  -webkit-animation: menu-top-on 0.2s forwards 0.2s;
          animation: menu-top-on 0.2s forwards 0.2s;
}
.menu__btn.active span:after {
  -webkit-animation: menu-bottom-on 0.2s forwards 0.2s;
          animation: menu-bottom-on 0.2s forwards 0.2s;
}

@-webkit-keyframes menu-top {
  0%, 50% {
    top: calc(50% - 1px);
  }
  100% {
    top: 0;
  }
}

@keyframes menu-top {
  0%, 50% {
    top: calc(50% - 1px);
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes menu-bottom {
  0%, 50% {
    bottom: calc(50% - 1px);
  }
  100% {
    bottom: 0;
  }
}
@keyframes menu-bottom {
  0%, 50% {
    bottom: calc(50% - 1px);
  }
  100% {
    bottom: 0;
  }
}
@-webkit-keyframes menu-top-on {
  50% {
    top: calc(50% - 1px);
  }
  100% {
    top: calc(50% - 1px);
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
@keyframes menu-top-on {
  50% {
    top: calc(50% - 1px);
  }
  100% {
    top: calc(50% - 1px);
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
@-webkit-keyframes menu-bottom-on {
  50% {
    bottom: calc(50% - 1px);
  }
  100% {
    bottom: calc(50% - 1px);
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@keyframes menu-bottom-on {
  50% {
    bottom: calc(50% - 1px);
  }
  100% {
    bottom: calc(50% - 1px);
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
.fp-watermark {
  display: none;
}

#fp-nav.fp-right {
  right: 3rem;
}
@media only screen and (max-width: 1680px) {
  #fp-nav.fp-right {
    right: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  #fp-nav.fp-right {
    right: 1.5rem;
  }
}
@media only screen and (max-width: 568px) {
  #fp-nav.fp-right {
    height: 130px;
  }
}
#fp-nav ul li {
  margin: 0 0.2rem 1.5rem 0.2rem;
}
#fp-nav ul li:hover a span {
  width: 6px;
  height: 6px;
  margin: -3px 0 0 -3px;
}
#fp-nav ul li:hover a.active span {
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
}
#fp-nav ul li:hover .fp-tooltip {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#fp-nav ul li a {
  width: 16px;
  height: 16px;
}
#fp-nav ul li a.active span {
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  background: transparent !important;
}
.theme-dark #fp-nav ul li a.active span {
  border: 2px solid #FFFFFF;
}
.theme-light #fp-nav ul li a.active span {
  border: 2px solid #000000;
}
#fp-nav ul li a span {
  width: 6px;
  height: 6px;
  margin: -3px 0 0 -3px;
  background: #000000;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.theme-dark #fp-nav ul li a span {
  background: #FFFFFF;
}
.theme-light #fp-nav ul li a span {
  background: #000000;
}
#fp-nav ul li .fp-tooltip {
  top: 0;
  color: #000000;
  font-family: "Nunito", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  display: none;
}

.fp-is-overflow .fp-overflow.fp-auto-height,
.fp-is-overflow .fp-overflow.fp-auto-height-responsive,
.fp-is-overflow > .fp-overflow {
  overflow: hidden;
}

.theme-dark .img-bw {
  -webkit-filter: brightness(10);
          filter: brightness(10);
}

.ko {
  display: none;
  opacity: 0;
}

.en {
  display: none;
  opacity: 0;
  display: block;
  -webkit-animation: fade-in 0.3s ease forwards 0.1s;
          animation: fade-in 0.3s ease forwards 0.1s;
}

.lang-en .en {
  display: block;
  -webkit-animation: fade-in 0.3s ease forwards 0.1s;
          animation: fade-in 0.3s ease forwards 0.1s;
}
.lang-en .ko {
  display: none;
  opacity: 0;
}

.lang-ko .ko {
  display: block;
  -webkit-animation: fade-in 0.3s ease forwards 0.1s;
          animation: fade-in 0.3s ease forwards 0.1s;
}
.lang-ko .en {
  display: none;
  opacity: 0;
}

.page-sub {
  width: 1380px;
  margin: 0 auto;
}
@media only screen and (max-width: 1680px) {
  .page-sub {
    width: calc(100% - 16rem);
  }
}
@media only screen and (max-width: 1366px) {
  .page-sub {
    width: calc(100% - 16rem);
  }
}
@media only screen and (max-width: 768px) {
  .page-sub {
    width: calc(100% - 8rem);
  }
}
@media only screen and (max-width: 568px) {
  .page-sub {
    width: calc(100% - 3.5rem);
  }
}

.page-main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
}
.page-main p {
  position: relative;
  font-size: 90px;
  text-align: center;
}
.theme-dark .page-main p {
  color: #FFFFFF;
}
.theme-light .page-main p {
  color: #000000;
}
@media only screen and (max-width: 1366px) {
  .page-main p {
    font-size: 60px;
    font-weight: 600;
  }
}
@media only screen and (max-width: 768px) {
  .page-main p {
    font-size: 40px;
    margin: 0 3.5rem;
  }
}
.page-main p br {
  display: none;
}
@media only screen and (max-width: 1366px) {
  .page-main p br {
    display: block;
  }
}

.about__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .about__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.about__visual {
  position: relative;
  width: 48%;
}
@media only screen and (max-width: 1366px) {
  .about__visual {
    width: 40%;
  }
}
@media only screen and (max-width: 768px) {
  .about__visual {
    display: none;
    width: 100%;
    height: 180px;
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 375px) {
  .about__visual {
    display: none;
  }
}

.about__img {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.about__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}
@media only screen and (max-width: 768px) {
  .about__img img {
    -o-object-position: center 70%;
       object-position: center 70%;
  }
}

.about__cont {
  padding: 0.5rem 0;
  width: calc(52% - 3.5rem);
}
@media only screen and (max-width: 1366px) {
  .about__cont {
    padding: 0;
    width: calc(60% - 2rem);
  }
}
@media only screen and (max-width: 768px) {
  .about__cont {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) {
  .about__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.about__title p {
  font-size: 1.75rem;
  font-weight: 800;
}
.theme-dark .about__title p {
  color: #FFFFFF;
}
.theme-light .about__title p {
  color: #000000;
}
@media only screen and (max-width: 768px) {
  .about__title p {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 568px) {
  .about__title p {
    font-size: 1.125rem;
  }
}
.about__title span {
  font-size: 0.813rem;
  font-weight: 300;
  letter-spacing: 1px;
}
.theme-dark .about__title span {
  color: #D6D6D6;
}
.theme-light .about__title span {
  color: #484848;
}
@media only screen and (max-width: 1366px) {
  .about__title span {
    margin: 0.5rem 0 0 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .about__title span {
    margin: 0.25rem 0 0 0.5rem;
  }
}

.about__desc {
  margin: 1rem 0 0.5rem;
  font-size: 0.875rem;
  font-weight: 300;
}
.theme-dark .about__desc {
  color: #FFFFFF;
}
.theme-light .about__desc {
  color: #000000;
}
@media only screen and (max-width: 1366px) {
  .about__desc {
    margin-top: 0.5rem;
    font-size: 0.813rem;
  }
}

.about__features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 1024px) {
  .about__features {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about__features li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 0.5rem;
  font-size: 0.875rem;
}
@media only screen and (max-width: 1024px) {
  .about__features li {
    width: 100%;
  }
}
.about__features li:last-child {
  width: 100%;
}
@media only screen and (max-width: 1366px) {
  .about__features li {
    margin-top: 0.25rem;
    font-size: 0.75rem;
  }
}
.about__features li span {
  font-weight: 700;
  width: 68px;
  letter-spacing: 0.5px;
}
.theme-dark .about__features li span {
  color: #FFFFFF;
}
.theme-light .about__features li span {
  color: #000000;
}
@media only screen and (max-width: 1366px) {
  .about__features li span {
    width: 60px;
  }
}
.about__features li p {
  font-weight: 300;
}
.theme-dark .about__features li p {
  color: #FFFFFF;
}
.theme-light .about__features li p {
  color: #000000;
}

.about__skills {
  margin-top: 3.5rem;
}
@media only screen and (max-width: 1366px) {
  .about__skills {
    margin-top: 2rem;
  }
  .about__skills h3 {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .about__skills {
    margin-top: 1.5rem;
  }
}

.skills {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.skills li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(50% - 1.5rem);
  margin-top: 1rem;
}
.skills li:nth-child(odd) {
  margin-right: 4rem;
}
@media only screen and (max-width: 1366px) {
  .skills li:nth-child(odd) {
    margin-right: 2rem;
  }
}
.skills li p {
  width: 100%;
  font-size: 0.75rem;
  font-weight: 600;
}
.theme-dark .skills li p {
  color: #FFFFFF;
}
.theme-light .skills li p {
  color: #000000;
}

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.progress-bar em {
  display: block;
  text-align: right;
  width: 52px;
  white-space: pre;
  font-size: 0.75rem;
  font-weight: 300;
}
.theme-dark .progress-bar em {
  color: #D6D6D6;
}
.theme-light .progress-bar em {
  color: #484848;
}

.progress-bar__box {
  position: relative;
  width: 100%;
  height: 8px;
  background-color: #EDEDED;
  border-radius: 100px;
}
.progress-bar__box span {
  position: absolute;
  height: 100%;
}
.progress-bar__box em {
  display: block;
  width: 0;
  height: 100%;
  border-radius: 100px;
  background-color: #B2DBF5;
}

#section1.active .progress-bar__box span em {
  -webkit-animation: progress-bar 1s forwards 0.6s;
          animation: progress-bar 1s forwards 0.6s;
}

@-webkit-keyframes progress-bar {
  0% {
    width: 0%;
  }
  80% {
    width: 105%;
  }
  100% {
    width: 100%;
  }
}

@keyframes progress-bar {
  0% {
    width: 0%;
  }
  80% {
    width: 105%;
  }
  100% {
    width: 100%;
  }
}
.about__btn {
  margin: 3rem auto 0;
}
@media only screen and (max-width: 768px) {
  .about__btn {
    margin-top: 2rem;
  }
}

@-webkit-keyframes pf-desc {
  0% {
    position: absolute;
    top: 80%;
    padding: 1.5rem 2rem;
  }
  100% {
    position: absolute;
    left: 0;
    top: 0;
    padding: 1.5rem 2rem;
    background-color: rgba(0, 0, 0, 0.75);
    color: #FFFFFF;
  }
}

@keyframes pf-desc {
  0% {
    position: absolute;
    top: 80%;
    padding: 1.5rem 2rem;
  }
  100% {
    position: absolute;
    left: 0;
    top: 0;
    padding: 1.5rem 2rem;
    background-color: rgba(0, 0, 0, 0.75);
    color: #FFFFFF;
  }
}
@media only screen and (max-width: 768px) {
  @-webkit-keyframes pf-desc {
    0% {
      position: absolute;
      top: 80%;
      padding: 1rem;
    }
    100% {
      position: absolute;
      left: 0;
      top: 0;
      padding: 1rem;
      background-color: rgba(0, 0, 0, 0.75);
      color: #FFFFFF;
    }
  }
  @keyframes pf-desc {
    0% {
      position: absolute;
      top: 80%;
      padding: 1rem;
    }
    100% {
      position: absolute;
      left: 0;
      top: 0;
      padding: 1rem;
      background-color: rgba(0, 0, 0, 0.75);
      color: #FFFFFF;
    }
  }
}
.portfolio .swiper {
  position: relative;
  padding: 20px 0 60px;
  overflow: visible;
}
@media only screen and (max-width: 768px) {
  .portfolio .swiper {
    padding: 0 0 10px;
  }
}
.portfolio .swiper:before, .portfolio .swiper:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
  width: calc((100vw - 1380px) * 0.5 - 0.5rem);
  -webkit-transition: background 0.2s ease 0.1s;
  transition: background 0.2s ease 0.1s;
}
.theme-dark .portfolio .swiper:before, .theme-dark .portfolio .swiper:after {
  background: #000000;
}
.theme-light .portfolio .swiper:before, .theme-light .portfolio .swiper:after {
  background: #FFFFFF;
}
@media only screen and (max-width: 1680px) {
  .portfolio .swiper:before, .portfolio .swiper:after {
    width: 8rem;
  }
}
@media only screen and (max-width: 768px) {
  .portfolio .swiper:before, .portfolio .swiper:after {
    width: 8rem;
  }
}
.portfolio .swiper:before {
  left: calc((100vw - 1380px) * -0.5 - 0.5rem);
}
@media only screen and (max-width: 1680px) {
  .portfolio .swiper:before {
    left: calc(-8rem - 20px);
  }
}
.portfolio .swiper:after {
  right: calc((100vw - 1380px) * -0.5 - 0.5rem);
}
@media only screen and (max-width: 1680px) {
  .portfolio .swiper:after {
    right: calc(-8rem - 20px);
  }
}
.portfolio .swiper .swiper-pagination {
  bottom: 0;
}
.portfolio .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.portfolio .swiper-slide {
  width: calc(25% - 18px) !important;
  margin-right: 26px;
  height: 460px;
}
@media only screen and (max-width: 1366px) {
  .portfolio .swiper-slide {
    width: calc(33.3% - 20px) !important;
    margin-right: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .portfolio .swiper-slide {
    width: calc(50% - 20px) !important;
    margin-right: 40px;
    height: 400px;
  }
}
@media only screen and (max-width: 768px) {
  .portfolio .swiper-slide {
    height: auto;
  }
}
@media only screen and (max-width: 568px) {
  .portfolio .swiper-slide {
    width: calc(100% - 3.5rem) !important;
    margin: 0 2rem;
  }
}
.portfolio .swiper-slide:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 568px) {
  .portfolio .swiper-slide:last-child {
    margin: 0 2rem;
  }
}
.portfolio .swiper-slide:hover .pf-box__img {
  height: 460px;
}
@media only screen and (max-width: 1024px) {
  .portfolio .swiper-slide:hover .pf-box__img {
    height: 400px;
  }
}
@media only screen and (max-width: 768px) {
  .portfolio .swiper-slide:hover .pf-box__img {
    height: 180px;
  }
}
.portfolio .swiper-slide:hover .pf-box__desc {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  -webkit-animation: pf-desc 0.5s forwards 0.1s;
          animation: pf-desc 0.5s forwards 0.1s;
}
@media only screen and (max-width: 768px) {
  .portfolio .swiper-slide:hover .pf-box__desc {
    -webkit-animation: none;
            animation: none;
  }
}
.portfolio .swiper-slide:hover .pf-box__detail {
  display: block;
}
.portfolio .swiper-button-prev,
.portfolio .swiper-button-next {
  width: 18px;
  height: 40px;
  top: calc(320px * 0.5 + 20px);
}
@media only screen and (max-width: 768px) {
  .portfolio .swiper-button-prev,
  .portfolio .swiper-button-next {
    display: none;
  }
}
.portfolio .swiper-button-prev img,
.portfolio .swiper-button-next img {
  width: 100%;
}
.portfolio .swiper-button-prev:after,
.portfolio .swiper-button-next:after {
  content: "";
}
.portfolio .swiper-button-prev {
  left: -42px;
}
@media only screen and (max-width: 768px) {
  .portfolio .swiper-button-prev {
    left: 3.5rem;
  }
}
.portfolio .swiper-button-next {
  right: calc((18px + 1.5rem) * -1);
}
@media only screen and (max-width: 768px) {
  .portfolio .swiper-button-next {
    right: 3.5rem;
  }
}
.portfolio .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  border-radius: 100px;
  background-color: #D6D6D6;
  border: none;
  opacity: 1;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
}
.portfolio .swiper-pagination-bullet-active {
  width: 30px;
  background-color: #F2A896;
}

.pf-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.pf-box__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 320px;
  border-radius: 6px;
  overflow: hidden;
  background-color: #F5F5F5;
  -webkit-transition: height 0.5s ease 0.1s;
  transition: height 0.5s ease 0.1s;
}
@media only screen and (max-width: 1366px) {
  .pf-box__img {
    height: 280px;
  }
}
@media only screen and (max-width: 1024px) {
  .pf-box__img {
    height: 220px;
  }
}
@media only screen and (max-width: 768px) {
  .pf-box__img {
    height: 180px;
  }
}
.pf-box__img img {
  width: 86%;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: calc(180px - 3.5rem);
}

.pf-box__img--t img {
  max-width: 140px;
}

.pf-box__img--p img {
  max-width: 100px;
}

.pf-box__img--md img {
  max-width: 240px;
}

.pf-box__img--sm img {
  max-width: 200px;
}

.pf-box__img--space {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem;
}

.pf-box__desc {
  padding: 1rem;
}
@media only screen and (max-width: 768px) {
  .pf-box__desc {
    padding: 0.5rem;
  }
}
.pf-box__desc h5 {
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .pf-box__desc h5 {
    margin-bottom: 0;
    font-size: 0.875rem;
    line-height: 1.3;
  }
}
.pf-box__desc dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 768px) {
  .pf-box__desc dl {
    margin-bottom: 0;
  }
}
.pf-box__desc dl dt {
  font-size: 0.75rem;
  font-weight: 700;
  white-space: pre;
  min-width: 44px;
  width: 44px;
}
.pf-box__desc dl dd {
  font-size: 0.875rem;
}
@media only screen and (max-width: 768px) {
  .pf-box__desc dl dd {
    font-size: 0.75rem;
  }
}
.pf-box__desc p {
  font-size: 0.875rem;
  line-height: 1.6;
  font-weight: 300;
}
@media only screen and (max-width: 1024px) {
  .pf-box__desc p {
    font-size: 0.813rem;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 768px) {
  .pf-box__desc p {
    margin-top: 0.25rem;
    font-size: 0.75rem;
    line-height: 1.3;
  }
}

.pf-box__detail {
  display: none;
}
@media only screen and (max-width: 768px) {
  .pf-box__detail {
    display: block;
  }
}
.pf-box__detail button {
  margin-top: 1rem;
}
@media only screen and (max-width: 768px) {
  .pf-box__detail button {
    margin-top: 0.5rem;
  }
}

.design-mockup img {
  width: 100%;
}

.design-mockup--rp {
  position: relative;
}
.design-mockup--rp img {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}

.design-mockup__tablet,
.design-mockup__mobile {
  opacity: 0;
  display: none;
}

@media only screen and (max-width: 1366px) {
  .design-mockup__pc {
    opacity: 0;
    display: none;
  }
  .design-mockup__tablet {
    display: block;
    -webkit-animation: fade-in 0.3s ease forwards 0.1s;
            animation: fade-in 0.3s ease forwards 0.1s;
  }
}
@media only screen and (max-width: 768px) {
  .design-mockup__tablet {
    opacity: 0;
    display: none;
  }
  .design-mockup__mobile {
    display: block;
    -webkit-animation: fade-in 0.3s ease forwards 0.1s;
            animation: fade-in 0.3s ease forwards 0.1s;
  }
}
.contact__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1084px;
  margin: 0 auto;
  padding-top: 1.5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  .contact__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 0;
    margin: 0 2rem;
  }
}

.contact__text {
  width: calc(50% - 3.5rem);
}
@media only screen and (max-width: 768px) {
  .contact__text {
    width: 100%;
  }
}
.contact__text p {
  margin-bottom: 1.5rem;
  font-size: calc(1.5rem * 2);
  font-weight: 300;
  line-height: 1.2;
}
.theme-dark .contact__text p {
  color: #FFFFFF;
}
.theme-light .contact__text p {
  color: #000000;
}
@media only screen and (max-width: 768px) {
  .contact__text p {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
  }
  .contact__text p br {
    display: none;
  }
}
.contact__text span {
  display: block;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.4;
}
.theme-dark .contact__text span {
  color: #FFFFFF;
}
.theme-light .contact__text span {
  color: #000000;
}

.contact__inputs {
  width: calc(50% - 3.5rem);
}
@media only screen and (max-width: 768px) {
  .contact__inputs {
    width: 100%;
    margin-top: 2rem;
  }
}
.contact__inputs button {
  min-width: 160px;
  margin-top: 1.5rem;
}

html, body {
  width: 100%;
  height: 100%;
}

#wrap {
  width: 100%;
  height: 100%;
  -webkit-transition: background 0.2s ease 0.1s;
  transition: background 0.2s ease 0.1s;
}
.theme-dark #wrap {
  background: #000000;
}
.theme-light #wrap {
  background: #FFFFFF;
}