@charset "UTF-8";

/* COMMON CSS */
/* WEB FONT CSS */
@font-face {
  font-family: 'Noto Sans Korean';
  font-style: normal;
  font-weight: 100;
  src: local('Noto Sans Thin'), local('NotoSans-Thin'),
    url(../webfont/eot/NotoSansKR-Thin-Hestia.eot),
    url(../webfont/eot/NotoSansKR-Thin-Hestia.eot?#iefix) format('embedded-opentype'),
    url(../webfont/woff/NotoSansKR-Thin-Hestia.woff) format('woff'),
    url(../webfont/otf/NotoSansKR-Thin-Hestia.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Sans Korean';
  font-style: normal;
  font-weight: 300;
  src: local('Noto Sans Light'), local('NotoSans-Light'),
    url(../webfont/eot/NotoSansKR-Light-Hestia.eot),
    url(../webfont/eot/NotoSansKR-Light-Hestia.eot?#iefix) format('embedded-opentype'),
    url(../webfont/woff/NotoSansKR-Light-Hestia.woff) format('woff'),
    url(../webfont/otf/NotoSansKR-Light-Hestia.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Sans Korean';
  font-style: normal;
  font-weight: 350;
  src: local('Noto Sans DemiLight'), local('NotoSans-DemiLight'),
    url(../webfont/eot/NotoSansKR-DemiLight-Hestia.eot),
    url(../webfont/eot/NotoSansKR-DemiLight-Hestia.eot?#iefix) format('embedded-opentype'),
    url(../webfont/woff/NotoSansKR-DemiLight-Hestia.woff) format('woff'),
    url(../webfont/otf/NotoSansKR-DemiLight-Hestia.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Sans Korean';
  font-style: normal;
  font-weight: 400;
  src: local('Noto Sans Regular'), local('NotoSans-Regular'),
    url(../webfont/eot/NotoSansKR-Regular-Hestia.eot),
    url(../webfont/eot/NotoSansKR-Regular-Hestia.eot?#iefix) format('embedded-opentype'),
    url(../webfont/woff/NotoSansKR-Regular-Hestia.woff) format('woff'),
    url(../webfont/otf/NotoSansKR-Regular-Hestia.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Sans Korean';
  font-style: normal;
  font-weight: 500;
  src: local('Noto Sans Medium'), local('NotoSans-Medium'),
    url(../webfont/eot/NotoSansKR-Medium-Hestia.eot),
    url(../webfont/eot/NotoSansKR-Medium-Hestia.eot?#iefix) format('embedded-opentype'),
    url(../webfont/woff/NotoSansKR-Medium-Hestia.woff) format('woff'),
    url(../webfont/otf/NotoSansKR-Medium-Hestia.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Sans Korean';
  font-style: normal;
  font-weight: 700;
  src: local('Noto Sans Bold'), local('NotoSans-Bold'),
    url(../webfont/eot/NotoSansKR-Bold-Hestia.eot),
    url(../webfont/eot/NotoSansKR-Bold-Hestia.eot?#iefix) format('embedded-opentype'),
    url(../webfont/woff/NotoSansKR-Bold-Hestia.woff) format('woff'),
    url(../webfont/otf/NotoSansKR-Bold-Hestia.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Sans Korean';
  font-style: normal;
  font-weight: 900;
  src: local('Noto Sans Black'), local('NotoSans-Black'),
    url(../webfont/eot/NotoSansKR-Black-Hestia.eot),
    url(../webfont/eot/NotoSansKR-Black-Hestia.eot?#iefix) format('embedded-opentype'),
    url(../webfont/woff/NotoSansKR-Black-Hestia.woff) format('woff'),
    url(../webfont/otf/NotoSansKR-Black-Hestia.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Serif KR';
  font-style: normal;
  font-weight: 100;
  src: local('Noto Serif CJK KR'), local('Source Han Serif K'), local('Source Han Serif'),
    local('Noto Serif CJK'), local('Noto Serif'),
    url(../webfont/NotoSerifCJKkr-ExtraLight-subset.woff) format('woff'),
    url(../webfont/NotoSerifCJKkr-ExtraLight-subset.woff2) format('woff2'),
    url(../webfont/NotoSerifCJKkr-ExtraLight-subset.otf) format('otf');
}

/* CSS RESET */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: 'Noto Sans Korean', sans-serif;
  font-weight: 400;
  line-height: 1;
}

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

nav ul,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

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

button,
input,
textarea,
select {
  font-family: 'Noto Sans Korean', sans-serif;
}

input:read-only {
  background: #fafafa;
}

/* COMMON UI CSS */
body.scroll-disable {
  overflow: hidden;
}
.container {
  width: 90%;
  max-width: 1366px;
  margin: 0 auto;
}
.scroll-up-btn {
  display: none;
  position: fixed;
  right: 19px;
  bottom: 19px;
  z-index: 999;
  padding: 0;
  margin: 0;
  border: 0;
  background: none;
  cursor: pointer;
}
.scroll-up-btn img {
  width: 37px;
}

/* HEADER CSS */
#header {
  margin-top: 52px;
}
#header .logo {
  position: relative;
  z-index: 3;
}
#header .logo img {
  height: 30px;
}
#header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .nav {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100vw;
  height: 100vh;
  background: #fff;
  overflow-y: auto;
}
#header .nav > ul {
  margin-top: 117px;
}
#header .nav > ul > li {
  position: relative;
  outline: 1px solid transparent;
}
#header .nav > ul > li > a {
  display: flex;
  align-items: center;
  width: calc(100% - 79px);
  height: 49px;
  padding: 0 0 0 31px;
  font-size: 19px;
  font-weight: 500;
  color: #212121;
  box-sizing: border-box;
}
#header .nav > ul > li .toggle-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 79px;
  height: 49px;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 26px;
  font-weight: 500;
  color: #212121;
  background: none;
  cursor: pointer;
}
#header .nav > ul > li > ul {
  display: none;
}
#header .nav > ul > li > ul li {
  border-top: 1px solid #eee;
}
#header .nav > ul > li > ul li:last-child {
  border-bottom: 1px solid #eee;
}
#header .nav > ul > li > ul li a {
  display: block;
  padding: 16px 31px;
  color: #333;
}
#header .menu-toggle-btn {
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
#header .nav .menu-close-btn {
  position: absolute;
  top: 52px;
  right: 5%;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
}
#header .s2-link {
  margin: 30px 0 0 28px;
  display: flex;
  align-items: center;
  width: fit-content;
  padding: 9px 19px;
  font-size: 12px;
  color: #fff;
  background: #212121;
  border-radius: 100px;
}
#header .s2-link img {
  margin-right: 5px;
}
#header .container > .s2-link {
  display: none;
}

/* FOOTER CSS */
#footer {
  margin-top: 196px;
  border-top: 1px solid #eee;
  padding: 30px 0 79px;
}
#footer .container {
  display: flex;
  justify-content: space-between;
}
#footer .container .col01 a {
  margin-right: 31px;
  color: #757575;
  font-size: 12px;
}
#footer .container .col01 .row01 p {
  color: #757575;
  font-size: 12px;
  line-height: 1.6;
}
#footer .container .col01 .row02 {
  margin-top: 30px;
}
#footer .container .col01 .row02 p {
  color: #757575;
  font-size: 12px;
}
#footer .container .col02 {
  min-width: 124px;
}
#footer .container .col02 a {
  display: flex;
  align-items: center;
  padding: 7px 14px;
  color: #391b1b;
  font-size: 12px;
  font-weight: 500;
  border-radius: 10px;
  background: #fae300;
}
#footer .container .col02 a img {
  margin-right: 5px;
}

@media all and (min-width: 768px) {
  /* FOOTER CSS */
  #footer {
    margin-top: 316px;
  }
  #footer .container .col02 a {
    padding: 12px 19px;
    font-size: 14px;
  }
  #footer .container .col02 a img {
    margin-right: 9px;
  }
}

@media all and (min-width: 1366px) {
  /* COMMON UI CSS */
  .scroll-up-btn {
    right: 97px;
    bottom: 117px;
  }
  .scroll-up-btn img {
    width: auto;
  }
  /* HEADER CSS */
  #header {
    margin-top: 84px;
  }
  #header .nav {
    display: block !important;
    position: static;
    width: auto;
    height: auto;
    overflow-y: initial;
  }
  #header .nav .gnb {
    display: flex;
  }
  #header .nav > ul {
    margin-top: 0;
  }
  #header .nav .gnb > li > a {
    width: auto;
    height: auto;
    padding: 0 21px 16px 21px;
    font-size: 16px;
    font-weight: 700;
    color: #212121;
  }
  #header .nav .gnb > li > ul {
    display: initial !important;
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 16px;
    min-width: 216px;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s;
  }
  #header .nav .gnb > li > ul li a {
    display: block;
    padding: 16px 26px;
    color: #444;
  }
  #header .nav .gnb > li > ul li a:hover {
    color: #212121;
    font-weight: 500;
  }
  #header .nav .gnb > li:hover > ul {
    visibility: visible;
    opacity: 1;
  }
  #header .nav .s2-link {
    display: none;
  }
  #header .nav .toggle-btn {
    display: none;
  }
  #header .nav .menu-close-btn {
    display: none;
  }
  #header .container > .s2-link {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 9px 19px;
    font-size: 12px;
    color: #fff;
    background: #212121;
    border-radius: 100px;
  }
  #header .s2-link img {
    margin-right: 5px;
  }
  #header .menu-toggle-btn {
    display: none;
  }
}
