@charset "UTF-8";
@font-face {
  font-family: "pretendard";
  font-style: normal;
  font-weight: 400;
  src: url(font/pretendard/ttf/Pretendard-Regular.ttf);
  src: url(font/pretendard/otf/Pretendard-Regular.otf)
      format("embedded-opentype"),
    url(font/pretendard/otf/Pretendard-Regular.otf) format("woff");
}

@font-face {
  font-family: "Noto Sans Light";
  font-style: normal;
  font-weight: 400;
  src: url(font/notoSans/eot/NotoSansKR-Light-Hestia.eot);
  src: url(font/notoSans/eot/NotoSansKR-Light-Hestia.eot?#iefix)
      format("embedded-opentype"),
    url(font/notoSans/woff/NotoSansKR-Light-Hestia.woff) format("woff");
}

@font-face {
  font-family: "Noto Sans DemLight";
  font-style: normal;
  font-weight: 400;
  src: url(font/notoSans/eot/NotoSansKR-DemiLight-Hestia.eot);
  src: url(font/notoSans/eot/NotoSansKR-DemiLight-Hestia.eot?#iefix)
      format("embedded-opentype"),
    url(font/notoSans/woff/NotoSansKR-DemiLight-Hestia.woff) format("woff");
}

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

@font-face {
  font-family: "Noto Sans Medium";
  font-style: normal;
  font-weight: 400;
  src: url(font/notoSans/eot/NotoSansKR-Medium-Hestia.eot);
  src: url(font/notoSans/eot/NotoSansKR-Medium-Hestia.eot?#iefix)
      format("embedded-opentype"),
    url(font/notoSans/woff/NotoSansKR-Medium-Hestia.woff) format("woff");
}

/* reset */
/* line 37, scss/common.scss */
html,
body,
div,
span,
object,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
button,
abbr,
address,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
footer,
header,
section,
summary {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
}

/* line 38, scss/common.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* HTML5 display-role reset for older browsers */
/* line 39, scss/common.scss */
body,
html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "pretendard", "Noto Sans", "맑은 고딕", "Malgun Gothic", Dotum,
    sans-serif;
  font-size: 13px;
  color: #333;
  letter-spacing: -0.045em !important;
  overflow-x: hidden;
}

/* line 40, scss/common.scss */
em {
  font-style: normal;
  margin: 0;
  padding: 0;
}

/* line 42, scss/common.scss */
ol,
ul {
  list-style: none;
}

/* line 43, scss/common.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 44, scss/common.scss */
img {
  border: none;
}

/* line 45, scss/common.scss */
a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}

/* line 46, scss/common.scss */
a {
  text-decoration: none !important;
  color: inherit;
}

/* line 47, scss/common.scss */
address {
  font-style: normal;
}

/* line 48, scss/common.scss */
button {
  display: inline-block;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

/* line 49, scss/common.scss */
select {
  appearance: none;
}

/* line 50, scss/common.scss */
select::-ms-expand {
  display: none;
}

/* line 52, scss/common.scss */
input,
button,
a,
select,
option {
  font-family: inherit;
  font-size: inherit;
}

/* line 53, scss/common.scss */
/* input[type="checkbox"],
input[type="radio"] {
  position: absolute;
  left: 0;
  vertical-align: middle;
  visibility: visible;
  appearance: none;
} */

/* line 54, scss/common.scss */
input[type="checkbox"]::-ms-check,
input[type="radio"]::-ms-check {
  border: solid 1px #fff;
}

/* line 56, scss/common.scss */
input[type="text"]::-ms-clear {
  display: none;
}

/* line 57, scss/common.scss */
caption,
hr {
  overflow: hidden;
  position: relative;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
  background: 0 0;
  font-size: 0;
  color: transparent;
  line-height: 0;
  text-indent: 100%;
}

/* line 58, scss/common.scss */
pre {
  word-break: break-all;
  white-space: pre-line;
}

/* line 59, scss/common.scss */
li {
  list-style: none;
}

/* common */
/* line 63, scss/common.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 64, scss/common.scss */
.hidden {
  display: block;
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}

/* line 65, scss/common.scss */
img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
}

/* 링크 기본 스타일 */
a {
  color: blue; /* 기본 링크 색상 */
  text-decoration: underline; /* 밑줄 표시 */
}

/* 마우스를 올렸을 때의 링크 스타일 */
a:hover {
  color: darkblue; /* 마우스를 올렸을 때 색상 */
  text-decoration: underline; /* 밑줄 유지 */
}

/* 스크롤바 스타일 */
/* Webkit 기반 브라우저용 */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #bdbdbd;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #888888;
}

  /* 로딩 */
  .loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 9999;
    opacity: 0.8;
    transition: 0.5s ease;
    display: none;
  }

  .loading_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    background: #1f203e;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
  }

  .loading_box .loadingIcon {
    z-index: 1;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
  }
  .loadingImage {
    width: 24px;
    height: 24px;
  }

  /* 로딩 돌리는거 */
  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }

    100% {
      transform: rotate(360deg);
    }
  }

  /* 네비바 로그인, 유저프로필 */
#user-profile-modal {
  position: absolute;
  top: 55px;
  /*left: -200px;*/
  right: calc(100% - 100px);
  width: 400px;
  z-index: 99;
}

#gnb::before{
  content: "";
  position: absolute;
  left: 0;
  right: -50px;
  top: 100%;
  background-color: #dfdfdfc2;
  height: 0px;
  transition: .5s;
  border-radius: 5px 5px 15px 15px;
  z-index: 99;
}
#gnb:hover::before, #gnb:hover .d2ul{
  height: 160px;
}
/*#gnb:before, #gnb .d2ul{*/
/*  height: 160px;*/
/*}*/

#gnb .d1li:hover{
  /*background-color: skyblue;*/
}

.d1a{
  line-height: 100%;
  font-size: 1.8rem;
  padding: 0 2rem;
}

.d2ul{
  /*top: 80%;*/
  z-index: 99;
  top: 55px;
  min-width: 150px;
  height: 0;
  overflow: hidden;
  transition: .5s;
}
.d2ul li {
  margin-bottom: 10px;

}
.d2ul a{
  color: #1a1d20;
  text-wrap: nowrap;
}

