@charset 'utf-8';
/*@import url("../font/s-core-dream.css");*/

:root{
    --ff-ori:;
    --ff-gm:;
    --ff-en:;

    --color-point:#ffc72c;
    --color-black:#000;
    --color-yellow:#ffc72c;
    --color-yellow2:#f99200;
    --color-pink:;
    --color-green:;
    --color-purple:;
    --color-blue:;
    --color-sky:;
    --color-red:;
    --color-gray:;
    

    --fz-tit1:42px;
    --fz-tit2:36px;
    --fz-xxl:32px;
    --fz-xl:27px;
    --fz-l:24px;
    --fz-nl:19px;
    --fz-n:18px;
    --fz-s:17px;
    --fz-sn:16px;
    --fz-ss:15px;
    --fz-sss:14px;
    --fz-xs:12px;
    --fz-xss:11px;

    --fw-s:100;
    --fw-el:200;
    --fw-l:300;
    --fw-r:400;
    --fw-m:500;
    --fw-sb:600;
    --fw-b:700;
    --fw-eb:800;

    --pr-xxxl:180px;
    --pr-xxl:160px;
    --pr-xl:120px;
    --pr-l:80px;
    --pr-n:60px;
    --pr-s:40px;
    --pr-sn:30px;
    --pr-ss:20px;
    --pr-sss:10px;
}

@media screen and (max-width: 840px){
  :root{
    --fz-tit1:6.5vw;
    --fz-tit2:6.2vw;
    --fz-xxl:6.0vw;
    --fz-xl:6vw;
    --fz-l:5vw;
    --fz-nl:4.2vw;
    --fz-n:3.8vw;
    --fz-s:3.6vw;
    --fz-sm:3.4vw;
    --fz-ss:3.2vw;
    --fz-sss:3vw;
    --fz-xs:2.7vw;
    --fz-xss:2.4vw;
    
    --pr-xxl:17vw;
    --pr-xxl:15vw;
    --pr-xl:12vw;
    --pr-l:7vw;
    --pr-n:6vw;
    --pr-s:5vw;
    --pr-sn:4.5vw;
    --pr-ss:4vw;
    --pr-sss:3vw;
    }
}


/* apple */
/*@font-face {
  font-family: 'StageGrotesk';
  src: url('../font/StageGrotesk-Thin.ttf') format('truetype'),
  url('../font/StageGrotesk-Thin.woff') format('woff');
  font-weight: 100;
}


@font-face {
  font-family: 'StageGrotesk';
  src: url('../font/StageGrotesk-Light.ttf') format('truetype'),
  url('../font/StageGrotesk-Light.woff') format('woff');
  font-weight: 200;
}

@font-face {
  font-family: 'StageGrotesk';
  src: url('../font/StageGrotesk-Regular.ttf') format('truetype'),
  url('../font/StageGrotesk-Regular.woff') format('woff');
  font-weight: 300;
}


@font-face {
  font-family: 'StageGrotesk';
  src: url('../font/StageGrotesk-Medium.ttf') format('truetype'),
  url('../font/StageGrotesk-Medium.woff') format('woff');
  font-weight: 500;
}

@font-face {
  font-family: 'StageGrotesk';
  src: url('../font/StageGrotesk-Bold.ttf') format('truetype'),
  url('../font/StageGrotesk-Bold.woff') format('woff');
  font-weight: 600;
}

@font-face {
  font-family: 'StageGrotesk';
  src: url('../font/StageGrotesk-ExtraBold.ttf') format('truetype'),
  url('../font/StageGrotesk-ExtraBold.woff') format('woff');
  font-weight: 700;
}

@font-face {
  font-family: 'StageGrotesk';
  src: url('../font/StageGrotesk-Black.ttf') format('truetype'),
  url('../font/StageGrotesk-Black.woff') format('woff');
  font-weight: 800;
}

@font-face {
  font-family: 'StageGrotesk';
  src: url('../font/StageGrotesk-Thin.ttf') format('truetype'),
  url('../font/StageGrotesk-Thin.woff') format('woff');
  font-weight: 100;
}


@font-face {
  font-family: 'StageGrotesk';
  src: url('../font/StageGrotesk-Light.ttf') format('truetype'),
  url('../font/StageGrotesk-Light.woff') format('woff');
  font-weight: 200;
}

@font-face {
  font-family: 'StageGrotesk';
  src: url('../font/StageGrotesk-Regular.ttf') format('truetype'),
  url('../font/StageGrotesk-Regular.woff') format('woff');
  font-weight: 300;
}


@font-face {
  font-family: 'StageGrotesk';
  src: url('../font/StageGrotesk-Medium.ttf') format('truetype'),
  url('../font/StageGrotesk-Medium.woff') format('woff');
  font-weight: 500;
}

@font-face {
  font-family: 'StageGrotesk';
  src: url('../font/StageGrotesk-Bold.ttf') format('truetype'),
  url('../font/StageGrotesk-Bold.woff') format('woff');
  font-weight: 600;
}

@font-face {
  font-family: 'StageGrotesk';
  src: url('../font/StageGrotesk-ExtraBold.ttf') format('truetype'),
  url('../font/StageGrotesk-ExtraBold.woff') format('woff');
  font-weight: 700;
}

@font-face {
  font-family: 'StageGrotesk';
  src: url('../font/StageGrotesk-Black.ttf') format('truetype'),
  url('../font/StageGrotesk-Black.woff') format('woff');
  font-weight: 800;
}*/



.ff-en2{ font-family: 'Libre Franklin'; font-weight: 300;  }
.ff-inter{ font-family: 'Inter'; font-weight: 300;  }
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;
  vertical-align: baseline;
  border: 0;
}
em {
  font-style: normal;
}

@media (min-width:840px) {
    .custom-scrollbars *,
    ::-webkit-scrollbar * {
        -ms-overflow-style: -ms-autohiding-scrollbar;
        scrollbar-width: thin;
        scrollbar-color: #999 #eee
    }
    ::-webkit-scrollbar,
    .custom-scrollbars ::-webkit-scrollbar {
        height: .8rem;
        width: .4rem;

    }
    ::-webkit-scrollbar-track,
    .custom-scrollbars ::-webkit-scrollbar-track {
        background: #eee
    }
    ::-webkit-scrollbar-thumb,
    .custom-scrollbars ::-webkit-scrollbar-thumb {
        background-color: #ffc72c;
        border-radius: .9rem;
        cursor: pointer !important;
    }
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
body {
  font-size: 16px;
  font-family: "Inter", sans-serif;
  color: #000;
  font-weight: 300;
  line-height: 1.4;
}
body {
  overflow-y: scroll;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
i{ font-style: normal; }
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
img {
  vertical-align: middle;
  -ms-interpolation-mode: bicubic !important;
}
label {
  cursor: pointer;
}
input,
select,
textarea {
  vertical-align: middle;
  outline: none;
}
input[type='text'],
input[type='password'],
textarea {
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
}
input[type='text'],
input[type='password'],
textarea {
  font-size: 16px;
  line-height: 30px;
  font-family: "Inter", sans-serif;
  color: #000;
}
ul,
li,
ol,
li,
dl,
dd,
dt {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
caption {
  font-size: 0;
  line-height: 0;
  z-index: -1;
  visibility: hidden;
  width: 0;
  height: 0;
}
legend,
hr {
  font-size: 0;
  position: absolute;
  z-index: -1;
  left: -999px;
  visibility: hidden;
  width: 0;
  height: 0;
}
a {
  background-color: transparent;
  text-decoration: none;
  color: #000;
}
a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
/* Button */
button {
  font-size: 16px;
  line-height: 30px;
  font-family: "Inter", sans-serif;
  color: #000;
}
button {
  overflow: visible;
  margin: 0;
  padding: 0;
  cursor: pointer;
  vertical-align: middle;
  border: none;
  background: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button:focus {
  outline: 0 !important;
}
/* skip navigation */
.accessibilityWrap dd a {
  font-size: 1.3em;
  position: absolute;
  z-index: 500;
  top: -10000px;
  left: 0;
  display: block;
  width: 100%;
  text-align: center;
}
.accessibilityWrap dd a:hover,
.accessibilityWrap dd a:focus,
.accessibilityWrap dd a:active {
  font-weight: bold;
  position: absolute;
  z-index: 500;
  top: 0;
  padding: 15px 0;
  color: #fff;
  background: #1d60a7;
}
.blind {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  background: none;
}
/* clearfix */
.clearfix:after {
  font-size: 0;
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ' ';
}
.clearfix {
  display: inline-block;
}
/* start commented backslash hack \ */
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* close commented backslash hack */
/* //clearfix */

input[type="text"]:-moz-read-only {
  /* For Firefox */
  background-color: #f2f2f2 !important;
}
input[type="text"]:read-only {
  background-color: #f2f2f2 !important;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ababab;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #ababab;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #ababab;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #ababab;
}
/* --------------------------------------------------------- Browser ------------------------------------------------------------------ */
/* IE 하위 브라우저용 */
.not-browser {
  width: 600px;
  margin: auto;
  padding: 150px 20px;
  text-align: center;
}
.not-browser img.icon {
  display: inline-block;
}
.not-browser .warning {
  text-align: center;
}
.not-browser .warning span {
  display: inline-block;
  width: 82px;
  height: 71px;
  background-image: url("/images/common/error.png");
  background-repeat: no-repeat;
  background-position: center;
}
.not-browser .error-title {
  font-size: 24px;
  line-height: 34px;
  font-weight: bold;
  color: #3f3f3f;
  margin-top: 30px;
  border-bottom: 1px solid #e1e3e4;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.not-browser .error-title .sub {
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  color: #5f5f60;
}
.not-browser .error-text {
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  color: #5f5f60;
  padding: 0 40px;
}
.not-browser .button {
  margin-top: 70px;
}
.not-browser .button a {
  display: inline-block;
  background: #5f5f60;
  color: #fff;
  font-size: 14px;
  line-height: 35px;
  padding: 0 15px;
  font-weight: 700;
}
.not-browser .button a:hover {
  background: #3f3f3f;
}
.not-browser .btn {
  display: inline-block;
  font-size: 13px;
  line-height: 30px;
  background: #47a9de;
  color: #ffffff;
  padding: 0 20px;
}
.font-e {font-family: 'Ubuntu', sans-serif;}
/* --------------------------------------------------------- //Browser ------------------------------------------------------------------ */
