@charset "utf-8";
/*
Theme Name:     demo
Description:    eCIS에서 제작한 커스텀 테마입니다.
Author:         Ecis co.,ltd.
Author URI:     http://clubj.co.kr/
*/

@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');


/* common */
* {
  font-family: 'Pretendard', sans-serif;
  letter-spacing: 0;
  line-height: 1.5;
}

ul, li, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.grecaptcha-badge {
  width: 0 !important;
  height: 0 !important;
}

section {
  padding: 0;
}

table {
  margin: 0;
  font-size: inherit;
  border-top: 2px solid #11345F !important;
}

table th {
  background: #fafafa;
  color: #222;
  font-weight: 500;
}

/* header */
.header-inner {
  max-width: 1140px;
  padding: 2.8rem 0;
}

#site-header {
  background-color: transparent;
  transition: background-color ease-in-out .5s;
  z-index: 999;
}

#site-header.fixed {
  background-color: rgba(255, 255, 255, 0.88);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

#site-header.fixed .header-inner {
  padding: 1.5rem 0;
}

.primary-menu ul a{
  font-size: 1.6rem;
  font-weight: 400;
}

#site-header .header-inner .primary-menu>li>a {
  color: #333;
}

.mobile-nav-toggle .toggle-inner .toggle-text {
  display: none;
}

body:after {
  display: block;
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0;
  transition: opacity ease-in 0.25s;
  z-index: -1;
}

body.showing-menu-modal:after {
  z-index: 1000;
  opacity: .5;
  transition: opacity ease-out 0.15s;
}

.menu-modal {
  transition: transform ease-in 0.25s, left ease-in .25s;
  width: 70%;
  transform: translateX(100%);
  opacity: 1;
  z-index: 1001;
  left: 100%;
  right: auto;
}

.menu-modal.active {
  transform: translateX(0);
  left: 30%;
  transition: transform ease-out 0.25s, left ease-out .25s;
}

.menu-wrapper {
  width: 100%;
}

.menu-modal .toggle .toggle-text {
  display: none;
}

.modal-menu {
  width: 100%;
  left: 0;
}

button.sub-menu-toggle {
  border-left: 0;
}

.modal-menu li {
  border: 0;
}

.modal-menu li a {
  color: #222;
}

.modal-menu ul li a {
  font-size: 16px;
  font-weight: 400;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 4rem;
}

.modal-menu>li>.ancestor-wrapper>a {
  font-size: 18px;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  font-weight: 500;
}

.menu-wrapper .active {
  margin-bottom: 1.5rem;
}

.modal-menu li.current-menu-item>.ancestor-wrapper>a,
.modal-menu li.current_page_ancestor>.ancestor-wrapper>a {
  color: #181D62;
  text-decoration: none;
  font-weight: 600;
}

button.sub-menu-toggle svg {
  width: 1.2rem;
}

.home .header-inner .toggle svg{
    color: #fff;
}
#site-header.fixed .header-inner .toggle svg{
    color: #000;
}

@media screen and (max-width: 699px) {
  .header-inner {
    padding: 2rem 0;
  }

  button.close-nav-toggle {
    padding: 2.7rem 2.5rem;
  }
}

/* footer */
#site-footer {
  padding: 0;
  background-color: #333;
  color: inherit;
  font-size: 14px;
}

#site-footer .section-inner {
  max-width: 1140px;
}

.to-the-top {
  position: fixed;
  right: 2rem;
  bottom: -50px;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.75);
  border-radius: 3px;
  overflow: hidden;
}

.to-the-top.fixed {
  bottom: 5rem;
}

.to-the-top span {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px solid #fff;
  border-width: 2px 0 0 2px;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -4px;
  margin-left: -9px;
}

/* privacy */
.privacy {
  font-size: 15px;
  line-height: 1.6;
}

.privacy .top_title {
  margin: 20px 0 30px;
  padding: 20px;
  border: 1px solid #e6e6e6;
  background-color: #fafafa;
}

.privacy .tit01 {
  font-size: 20px;
  color: #333;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 20px;
}

.privacy .tit02 {
  font-size: 15px;
  color: #333;
  font-weight: 600;
  margin-top: 10px;
}

.privacy ul {
  list-style: none;
  margin-left: 0;
}

.privacy .list01 {
  margin-bottom: 10px;
}

.privacy .list01 li {
  position: relative;
  padding: 2px 0 2px 15px;
  color: #666;
}

.privacy .list01 li:before {
  position: absolute;
  top: 11px;
  left: 0;
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  background: #596a73;
}