@charset "UTF-8";
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css');
@import url('https://webfontworld.github.io/gmarket/GmarketSans.css');

:root {
  --hh1: #2e5be0;
  --hh2: #4671f1;
  --hh3: #00025a;
  --hh4: #0d30b2;
  --hh5: #00197e;
  --mono1: #141415;
  --mono2: #323335;
  --mono3: #646467;
  --mono4: #929297;
  --mono5: #bcbcbd;
  --mono6: #d7d7d9;
  --mono7: #e7e7ea;
  --mono8: #f1f2f6;
  --mono9: #f7f8fa;
  --tag-1-text: #1d65ff;
  --tag-1-bg: #eaf0fd;
  --tag-2-text: #10b1a9;
  --tag-2-bg: #e8fdf5;
  --tag-3-text: #9832d8;
  --tag-3-bg: #f7edfd;
}

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 {
  font-size: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  word-break: keep-all;
  vertical-align: middle;
  line-height: 1.5;
  letter-spacing: unset;
}

body {
  color: var(--mono1);
  font-size: 16px;
  font-family: 'sofia-pro', sans-serif;
}

address {
  font-style: normal;
}

a {
  display: block;
}

a:link,
a:visited,
a:active,
a:hover {
  color: var(--mono1);
  text-decoration: none;
}

html,
body {
  height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

form {
  width: 100%;
  box-sizing: border-box;
}

input,
select {
  vertical-align: middle;
}

input:not([type='radio'], [type='checkbox']),
select,
textarea {
  color: var(--mono2);
  font-size: 1rem;
  font-weight: 400;
  font-family: 'Pretendard', sans-serif;
  vertical-align: middle;
  padding: 0 10px;
  margin: 0;
  border: 1px solid var(--mono4);
  border-radius: 2px;
  background-color: #fff;
  box-sizing: border-box;
  transition: 0.2s;
}

select {
  color: var(--mono4);
  font-weight: 300;
  cursor: pointer;
}

textarea {
  padding: 10px;
  resize: none;
}

button {
  font-family: 'objective', sans-serif;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  appearance: none;
  box-shadow: none;
  cursor: pointer;
}

::placeholder {
  color: var(--mono4);
  font-weight: 300;
}

::-webkit-input-placeholder {
  color: var(--mono4);
  font-weight: 300;
}

::-ms-input-placeholder {
  color: var(--mono4);
  font-weight: 300;
}

img {
  border: none;
  vertical-align: top;
}

::selection {
  color: #fff;
  background-color: var(--hh1);
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

.site-wrap {
  height: 100%;
}

.hidden {
  position: absolute;
  top: -99999px;
  left: -99999px;
  color: transparent;
  font-size: 0;
  width: 0;
  height: 0;
  line-height: 0;
}

/*스킵메뉴*/
#skip_menu {
  position: absolute;
  width: 300px;
  z-index: 9999;
}

#skip_menu a {
  position: absolute;
  top: -100px;
}

#skip_menu a:hover,
#skip_menu a:active,
#skip_menu a:focus {
  position: absolute;
  top: 0;
  width: 300px;
  height: 20px;
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  background-color: #333;
}

/* flex-area */
.flex-area {
  display: flex;
}

.flex-area.row {
  flex-flow: row wrap;
}

.flex-area.col {
  flex-flow: column wrap;
}

.center {
  width: 1400px;
  margin: 0 auto;
}

.m-type {
  display: none;
}

/* button hover */
.hover-button {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  font-weight: 500;
  padding: 0.75em 1.75em;
  border: 0;
  border-radius: 50px;
  background: radial-gradient(
    100% 100% at 0% 0%,
    rgba(255, 255, 255, 0.4) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  box-shadow: inset -5px -5px 250px rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  transition: 0.2s;
  overflow: hidden;
}

.hover-button.colored {
  background: var(--hh1);
}

.hover-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50px;
  border: 1px solid #fff;
  opacity: 0.3;
  mask-image: linear-gradient(
    to bottom,
    rgb(0, 0, 0) 0%,
    rgba(0, 0, 0, 0.2) 100%
  );
  -webkit-mask-image: linear-gradient(
    to bottom,
    rgb(0, 0, 0) 0%,
    rgba(0, 0, 0, 0.2) 100%
  );
  z-index: 0;
}

.hover-button.colored::before {
  display: none;
}

.hover-button::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 500px;
  background-color: #fff;
  transform: translateY(10px) scaleX(0.7) scaleY(0.1);
  transform-origin: top center;
  transition:
    opacity 0.4s linear,
    transform 0.6s cubic-bezier(0.19, 1, 0.22, 1),
    border-radius 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 1;
}

.hover-button.colored::after {
  background-color: var(--hh4);
}

.hover-button span {
  position: relative;
  color: #fff;
  z-index: 2;
  transition: 0.2s;
}

.hover-button:not(.colored):hover span {
  color: var(--hh1);
}

.hover-button:hover::after {
  border-radius: 500px;
  opacity: 1;
  transform: translateY(-60%) scale(1.2, 1.2);
}

/* header */
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: var(--hh3);
  z-index: 10000;
  transition: 0.2s;
}

#header .inner {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
  box-sizing: border-box;
}

#header .inner .logo {
  width: 165px;
  height: 28px;
}

#header .inner .logo a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/images/logo-wh.png) no-repeat center center / contain;
}

#header .inner .gnb-wrap {
  justify-content: flex-end;
  align-items: center;
  gap: 3.75rem;
}

#header .inner .gnb-wrap #nav {
  height: 100%;
}

#header .inner .gnb-wrap #nav .nav-list {
  justify-content: flex-end;
  align-items: center;
  gap: 2.5rem;
  height: 100%;
}

#header .inner .gnb-wrap #nav .nav-list li {
  position: relative;
  height: 100%;
}

#header .inner .gnb-wrap #nav .nav-list li a {
  display: block;
  color: #fff;
  font-size: 1.125rem;
  padding: 0.75rem 0;
  transition: 0.2s;
}

#header .inner .gnb-wrap #nav .nav-list li a:hover {
  color: var(--hh2);
}

#header .inner .gnb-wrap .util-wrap {
  justify-content: flex-end;
  align-items: center;
  gap: 1.25em;
}

#header .inner .gnb-wrap .util-wrap .language {
  width: 44px;
  height: 44px;
}

#header .inner .gnb-wrap .util-wrap .language a {
  display: block;
  width: 100%;
  height: 100%;
  color: transparent;
  font-size: 0;
  background: url(/images/icon-language-wh.png) no-repeat center center / 25px;
  transition: 0.2s;
}

#header .inner .gnb-wrap .util-wrap .language a:hover {
  background-image: url(/images/icon-language-bl.png);
}

#header .inner .gnb-wrap .util-wrap .fold-menu {
  display: none;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
}

#header .inner .gnb-wrap .util-wrap .fold-menu a {
  position: relative;
  display: block;
  width: 36px;
  height: 36px;
}

#header .inner .gnb-wrap .util-wrap .fold-menu a span {
  position: absolute;
  left: 50%;
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  transition: 0.2s;
}

#header .inner .gnb-wrap .util-wrap .fold-menu a span.line1 {
  top: 10px;
  transform: translateX(-50%);
}

#header .inner .gnb-wrap .util-wrap .fold-menu a span.line2 {
  top: 50%;
  background-color: var(--hh1);
  transform: translate(-50%, -50%);
}

#header .inner .gnb-wrap .util-wrap .fold-menu a span.line3 {
  top: 24px;
  transform: translateX(-50%);
}

#header .inner .gnb-wrap .util-wrap .fold-menu.on a span.line1 {
  transform: translate(-50%, 6.5px) rotate(45deg);
}

#header .inner .gnb-wrap .util-wrap .fold-menu.on a span.line2 {
  opacity: 0;
}

#header .inner .gnb-wrap .util-wrap .fold-menu.on a span.line3 {
  transform: translate(-50%, -7px) rotate(-45deg);
}

/* footer */
#footer {
  position: relative;
  width: 100%;
  padding: 3.75rem 0;
  background-color: var(--hh3);
}

#footer .footLogo {
  width: 200px;
  margin-bottom: 2.5rem;
}

#footer .footLogo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

#footer .footerWrap {
  width: 1045px;
}

#footer .footerWrap .infoWrap {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 3.75rem;
}

#footer .footerWrap .infoWrap .family-site .ttl {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
}

#footer .footerWrap .infoWrap .family-site .footMenu {
  margin-top: 0.75rem;
}

#footer .footerWrap .footMenu {
  justify-content: flex-start;
  align-items: center;
  gap: 2.5rem;
}

#footer .footerWrap .footMenu li {
  position: relative;
}

#footer .footerWrap .footMenu li + li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -1.25rem;
  display: block;
  width: 1px;
  height: 12px;
  background-color: #ffffffcc;
  transform: translateY(-50%);
}

#footer .footerWrap .footMenu li a {
  display: block;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 300;
}

#footer .footerWrap .infoWrap .snsList {
  gap: 1.125rem;
}

#footer .footerWrap .infoWrap .snsList li a {
  width: 44px;
  height: 44px;
  color: transparent;
  font-size: 0;
  padding: 0;
}

#footer .footerWrap .infoWrap .snsList li a span {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 20px;
  height: 20px;
  background: no-repeat center center / contain;
  transform: translate(-50%, -50%);
}

#footer .footerWrap .infoWrap .snsList li a:hover::after {
  transform: translateY(-100%) scale(1.2);
}

#footer .footerWrap .infoWrap .snsList li.instagram a span {
  background-image: url(/images/icon-sns-instagram-wh.png);
}

#footer .footerWrap .infoWrap .snsList li.facebook a span {
  background-image: url(/images/icon-sns-facebook-wh.png);
}

#footer .footerWrap .infoWrap .snsList li.youtube a span {
  background-image: url(/images/icon-sns-youtube-wh.png);
}

#footer .footerWrap .infoWrap .snsList li.instagram a:hover span {
  background-image: url(/images/icon-sns-instagram.png);
}

#footer .footerWrap .infoWrap .snsList li.facebook a:hover span {
  background-image: url(/images/icon-sns-facebook.png);
}

#footer .footerWrap .infoWrap .snsList li.youtube a:hover span {
  background-image: url(/images/icon-sns-youtube.png);
}

#footer .footerWrap address {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 1.25rem;
  margin-top: 2.5rem;
}

#footer .footerWrap address p {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 400;
}

#footer .footerWrap address p strong {
  display: inline-block;
  font-weight: 700;
  padding-right: 4px;
}

#footer .footerWrap address p span {
  display: inline-block;
  font-weight: 300;
}

#footer .footerWrap .copyright {
  display: block;
  color: #ffffffa6;
  font-size: 1rem;
  font-weight: 400;
}

/* floating */
#floating {
  position: fixed;
  right: -56px;
  bottom: 50px;
  z-index: 100;
  transition: 0.2s;
}

#floating.scroll {
  right: 50px;
}

#floating .top {
  width: 56px;
  height: 56px;
}

#floating .top a {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: var(--hh1);
  overflow: hidden;
}

#floating .top a .icon {
  display: block;
  width: 6px;
  height: 12px;
  background: url(/images/icon-control-wh.png) no-repeat center center / contain;
  transform: rotate(-90deg);
}

#floating .top a .text {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 0.875em;
  font-weight: 700;
  text-align: center;
}

/* responsive */
@media screen and (max-width: 1450px) {
  .center {
    width: calc(100% - 100px);
  }
}

@media screen and (max-width: 1280px) {
  #footer .footerWrap {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .center {
    width: calc(100% - 32px);
  }

  .pc-type {
    display: none;
  }

  .m-type {
    display: block;
  }

  /* header */
  #header {
    height: 64px;
  }

  #header .inner {
    height: 64px;
  }

  #header .inner .logo {
    width: 125px;
    height: 24px;
  }

  #header .inner .gnb-wrap #nav {
    position: fixed;
    top: 64px;
    left: 0;
    display: block;
    width: 100%;
    height: calc(100vh - 64px);
    background-color: var(--hh3);
    opacity: 0;
    pointer-events: none;
  }

  #header .inner .gnb-wrap #nav.on {
    opacity: 1;
    pointer-events: initial;
  }

  #header .inner .gnb-wrap #nav .nav-list {
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0;
    width: 100%;
    height: auto;
  }

  #header .inner .gnb-wrap #nav .nav-list li {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #ffffff40;
  }

  #header .inner .gnb-wrap #nav .nav-list li a {
    font-size: 1rem;
    font-weight: 400;
    padding: 0.75rem;
    box-sizing: border-box;
  }

  #header .inner .gnb-wrap .util-wrap {
    gap: 0;
  }

  #header .inner .gnb-wrap .util-wrap .sign-up .hover-button {
    padding: 0.5em 1.5em;
  }

  #header .inner .gnb-wrap .util-wrap .fold-menu {
    display: flex;
  }

  /* footer */
  #footer {
    padding: 3.75rem 0 5rem;
  }

  #footer .footLogo {
    width: 165px;
  }

  #footer .footerWrap .infoWrap {
    width: 100%;
  }

  #footer .footerWrap .infoWrap .family-site {
    order: 1;
    width: 100%;
    margin-top: 2.5rem;
  }

  /* floating */
  #floating {
    bottom: 16px;
  }

  #floating.scroll {
    right: 16px;
  }
}

@media screen and (max-width: 768px) {
  html,
  body {
    font-size: 14px;
  }

  /* footer */
  #footer .footLogo {
    margin: 0 auto 2.5rem;
  }

  #footer .footerWrap .infoWrap {
    order: 2;
  }

  #footer .footerWrap .infoWrap .family-site .ttl {
    text-align: center;
  }

  #footer .footerWrap .footMenu {
    justify-content: center;
    gap: 1.25rem;
  }

  #footer .footerWrap .footMenu li + li::before {
    display: none;
  }

  #footer .footerWrap .footMenu li a {
    font-size: 1rem;
  }

  #footer .footerWrap .infoWrap .snsList {
    justify-content: center;
    width: 100%;
  }

  #footer .footerWrap address {
    justify-content: center;
    gap: 0.5rem 1.25rem;
    margin-top: 2.5rem;
  }

  #footer .footerWrap address p {
    font-size: 0.875rem;
    text-align: center;
  }

  #footer .footerWrap .copyright {
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
}
