@charset "UTF-8";
html {
  /* font-size: 10px !important; */
  font-size: 62.5% !important;
}

* {
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", sans-serif !important;
}

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%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

/* 스크롤 바 전체에 대한 스타일 지정 */
body::-webkit-scrollbar {
  /* display:none;  */
  width: 12px; /* 스크롤 바의 너비 */
  height: 8px; /* 스크롤 바의 높이 */
}

/* 스크롤 바의 색상 지정 */
body::-webkit-scrollbar-thumb {
  background-color: #f0f0f0; /* 스크롤 바의 색상 */
}

/* 스크롤 바 호버 시 색상 지정 */
body::-webkit-scrollbar-thumb:hover {
  background-color: #d3d0cc;
}

/* 전체 틀 */
.container {
  width: 100%;
  gap: 0px;
  opacity: 0px;
  /* margin: 0 auto 50px auto;  */
}

.container > .layout {
  width: 90%;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 100px;
}

ol, ul {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

blockquote, q {
  quotes: none;
}

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

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

label {
  cursor: pointer;
  display: inline-block;
}

h1 {
  display: block;
  font-size: 2em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

h2 {
  display: block;
  font-size: 1.5em;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

/* 공통 타이틀*/
.view_title {
  /* height: 34px; */
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin: 60px 0px; */
  padding: 4rem 0 3rem 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .view_title {
    padding: 2rem 0;
  }
}

.view_title > div {
  border-radius: 100px;
  background-color: #4553C8;
  /* width: 122px; */
  width: Hug 95px px;
  padding: 0 1.5rem;
  vertical-align: middle;
  font-size: 2.2rem;
  font-weight: 6rem;
  text-align: center;
  color: white;
  line-height: 1.8;
}
@media (min-width: 320px) and (max-width: 767px) {
  .view_title > div {
    font-size: 2.5rem;
  }
}

/* 서브 타이틀 클릭 스타일 */
.sub_title_onclick {
  height: 18px;
  /* margin-top: 10px; */
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .sub_title_onclick {
    margin-bottom: 3rem;
  }
}

.sub_title_onclick > div {
  /* width: 500px; */
  height: 18px;
  display: flex;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  color: #333333;
  margin-bottom: 25px;
}

.sub_title_onclick > div > label::after {
  color: #999999;
  padding: 0px 20px;
  content: "|";
}
@media (min-width: 320px) and (max-width: 767px) {
  .sub_title_onclick > div > label::after {
    padding: 0px 0.26rem;
  }
}

.sub_title_onclick > div > label:last-child:after {
  padding: 0;
  content: "";
}

#header .dim {
  position: absolute;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #eaeaea;
  height: 7.5rem;
  top: 88px;
  right: 0;
  left: 0;
  z-index: -1;
  display: none;
  opacity: 0
}

#header.active {
  border-bottom-color: #fff
}

#header.active .dim {
  display: block;
  opacity: 1
}

#header.active .dropdown {
  display: flex
}

.header .gnb .d1-link {
  display: block;
  cursor: pointer;
  padding: 0.875em 1.25em;
  font-weight: 500;
}

.gnb li a:hover, .gnb li.on a {
  color: #4553C8;
}

.main-navigation .left-nav {
  width: 100%;
  padding: 0 !important;
}

.left-nav > li {
  position: relative;
}

.left-nav > li .dropdown {
  flex-direction: column;
    white-space: nowrap;
    position: absolute;
    top: 2rem;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    padding-top: 3px;
}

.left-nav .dropdown a {
  font-size: 14px;
  font-weight: normal;
  margin-top: .5rem;
  padding: 0;
  text-align: center;
}

@media (min-width: 320px) and (max-width: 767px) {
  html, body {
    max-width: 100%;
    overflow-x: hidden;
  }
  .container > .layout {
    padding-top: 2rem;
  }
}/*# sourceMappingURL=common.css.map */