@charset "UTF-8";
body {
  min-height: 100vh;
  overflow-y: scroll;
}

/* ---------------헤더 START--------------- */
.project-header {
  z-index: 100;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  transition: background-color 0.5s;
}
.project-header .center {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.project-header .center .logo {
  height: 40%;
}
.project-header .center .logo a {
  display: block;
  height: 100%;
}
.project-header .center .logo a img, .project-header .center .logo a svg {
  display: block;
  height: 100%;
  width: auto;
}
.project-header .center .logo a img .logo-cls-white-1, .project-header .center .logo a svg .logo-cls-white-1 {
  transition: fill 0.5s;
}
.project-header .center .gnb .menu-list li .btn-menu span {
  position: relative;
}
.project-header .center .gnb .menu-list li .btn-menu span::before {
  content: "";
  z-index: -1;
  position: absolute;
  left: 0;
  bottom: -2px;
  display: block;
  width: 0;
  transition: width 0.5s;
}
.project-header .center .gnb .menu-list li .btn-menu.active span::before {
  width: 100%;
}
.project-header .center .header-sns {
  display: none;
  align-items: center;
}
.project-header .center .header-sns li img {
  display: block;
  height: auto;
}
.project-header.active {
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.project-header.active .logo a img .logo-cls-white-1, .project-header.active .logo a svg .logo-cls-white-1 {
  fill: #7f6353;
}

/* ---------------헤더 END--------------- */
/* 

*/
/* ---------------푸터 START--------------- */
.project-footer {
  background-color: #1c1c1c;
  color: #FFF;
  text-align: center;
}
.project-footer .footer-logo {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  height: 35px;
}
.project-footer .footer-logo a {
  display: block;
  height: 100%;
}
.project-footer .footer-logo a img, .project-footer .footer-logo a svg {
  display: block;
  height: 100%;
  width: auto;
}
.project-footer .footer-info {
  margin: 30px 0;
}
.project-footer .footer-info li {
  line-height: 150%;
}
.project-footer .footer-info li:not(:nth-of-type(1)) {
  margin-top: 3px;
}
.project-footer .footer-info li a {
  line-height: inherit;
}
.project-footer .footer-copy {
  color: #999;
  line-height: 150%;
}
.project-footer .footer-copy a {
  line-height: inherit;
}
.project-footer .footer-copy .footer-design {
  transition: color 0.5s;
}

/* ---------------푸터 END--------------- */
/* 

*/
/* ---------------팝업 START--------------- */
.popup-bg {
  display: none;
  z-index: 115;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}

.popup-expense {
  z-index: 120;
  position: fixed;
  left: 50%;
  top: 50%;
  width: 650px;
  max-width: 90%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0s;
}
.popup-expense.active {
  opacity: 1;
  visibility: visible;
}
.popup-expense:not(.active) {
  transition-delay: 0s, 0.5s;
}
.popup-expense .slider-inner {
  position: relative;
}
.popup-expense .slider-inner .btn-expense-close {
  z-index: 1;
  position: absolute;
  right: -7.5%;
  top: 0;
}
.popup-expense .slider-inner .expense-slider .btn-slider {
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  transition: color 0.5s;
}
.popup-expense .slider-inner .expense-slider .btn-slider.btn-slider-prev {
  left: -7.5%;
}
.popup-expense .slider-inner .expense-slider .btn-slider.btn-slider-next {
  right: -7.5%;
}
.popup-expense .slider-inner .expense-slider .slick-track {
  display: flex;
  align-items: center;
}
.popup-expense .slider-inner .expense-slider .slider-box img {
  display: block;
  max-width: 100%;
}

/* ---------------팝업 END--------------- */
/* 

*/
/* ---------------fixed-btn-box START--------------- */
.fixed-btn-box {
  z-index: 90;
  position: fixed;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 2px 2px 10px rgba(28, 28, 28, 0.25);
  border-radius: 15px;
  overflow: hidden;
}
.fixed-btn-box.active .btn-fixed:not(.btn-toggle) {
  display: flex;
}
.fixed-btn-box.active .btn-fixed:not(.btn-toggle):not(:nth-child(1)) {
  border-top: 1px solid #f4f4f4;
}
.fixed-btn-box .btn-fixed {
  display: none;
  width: 85px;
  height: 85px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  transition: background-color 0.5s;
}
.fixed-btn-box .btn-fixed.btn-toggle {
  display: block;
  height: auto;
  box-sizing: border-box;
  padding: 10px 0;
}
.fixed-btn-box .btn-fixed.btn-toggle .text {
  margin-top: unset;
}
.fixed-btn-box .btn-fixed .icon {
  font-size: 1.5em;
  transition: color 0.5s;
}
.fixed-btn-box .btn-fixed .text {
  margin-top: 10px;
  font-size: 0.9em;
  transition: color 0.5s;
}

/* ---------------fixed-btn-box END--------------- */
/* 

*/
/* ---------------btn-top START--------------- */
/* ---------------btn-top END--------------- */
/* 

*/
/* ---------------media query START--------------- */
@media screen and (min-width: 991.1px) {
  /* ---------------헤더 START--------------- */
  .project-header .gnb-bg {
    display: none;
  }
  .project-header .center {
    position: relative;
  }
  .project-header .center .gnb {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
  }
  .project-header .center .gnb .logo-top, .project-header .center .gnb .logo-deco {
    display: none;
  }
  .project-header .center .gnb .menu-list {
    display: flex;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0.5s;
  }
  .project-header .center .gnb .menu-list li {
    position: relative;
    height: 100%;
  }
  .project-header .center .gnb .menu-list li .btn-menu {
    display: flex;
    height: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
  }
  .project-header .center .gnb .menu-list li .btn-menu:hover span::before {
    width: 100%;
  }
  .project-header .center .gnb .menu-list li .btn-menu span {
    transition: color 0.5s;
  }
  .project-header .center .header-sns {
    display: flex;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0.5s;
  }
  .project-header .center .mbtn {
    display: none;
  }
  .project-header.active .gnb .menu-list {
    opacity: 1;
    visibility: visible;
  }
  .project-header.active .header-sns {
    opacity: 1;
    visibility: visible;
  }
  /* ---------------헤더 END--------------- */
  /* 

  */
  /* ---------------푸터 START--------------- */
  .project-footer .footer-copy .footer-design:hover {
    color: #FFF;
  }
  /* ---------------푸터 END--------------- */
  /* 

  */
  /* ---------------fixed-btn-box START--------------- */
  .fixed-btn-box .btn-fixed:not(.btn-toggle):hover {
    background-color: #CDBAAC;
  }
  .fixed-btn-box .btn-fixed:not(.btn-toggle):hover .icon {
    color: #fff;
  }
  .fixed-btn-box .btn-fixed:not(.btn-toggle):hover .text {
    color: #fff;
  }
  /* ---------------fixed-btn-box END--------------- */
  /* 

  */
  /* ---------------btn-top START--------------- */
  /* ---------------btn-top END--------------- */
}
@media screen and (min-width: 1600.1px) {
  /* ---------------헤더 START--------------- */
  .project-header .center {
    height: 100px;
  }
  .project-header .center .gnb .menu-list li .btn-menu {
    padding: 0 25px;
  }
  .project-header .center .gnb .menu-list li .btn-menu span::before {
    height: 10px;
  }
  .project-header .center .header-sns li:not(:nth-of-type(1)) {
    margin-left: 10px;
  }
  .project-header .center .header-sns li img {
    width: 35px;
  }
  /* ---------------헤더 END--------------- */
}
@media screen and (min-width: 1350.1px) and (max-width: 1600px) {
  /* ---------------헤더 START--------------- */
  .project-header .center {
    height: 95px;
  }
  .project-header .center .gnb .menu-list li .btn-menu {
    padding: 0 20px;
    font-size: 17px;
  }
  .project-header .center .gnb .menu-list li .btn-menu span::before {
    height: 9px;
  }
  .project-header .center .header-sns li:not(:nth-of-type(1)) {
    margin-left: 9px;
  }
  .project-header .center .header-sns li img {
    width: 33px;
  }
  /* ---------------헤더 END--------------- */
}
@media screen and (min-width: 1150.1px) and (max-width: 1350px) {
  /* ---------------헤더 START--------------- */
  .project-header .center {
    height: 90px;
  }
  .project-header .center .gnb .menu-list li .btn-menu {
    padding: 0 15px;
    font-size: 16px;
  }
  .project-header .center .gnb .menu-list li .btn-menu span::before {
    height: 8px;
    bottom: -1px;
  }
  .project-header .center .header-sns li:not(:nth-of-type(1)) {
    margin-left: 8px;
  }
  .project-header .center .header-sns li img {
    width: 30px;
  }
  /* ---------------헤더 END--------------- */
}
@media screen and (min-width: 991.1px) and (max-width: 1150px) {
  /* ---------------헤더 START--------------- */
  .project-header .center {
    height: 85px;
  }
  .project-header .center .gnb .menu-list li .btn-menu {
    padding: 0 10px;
    font-size: 15px;
  }
  .project-header .center .gnb .menu-list li .btn-menu span::before {
    height: 7px;
  }
  .project-header .center .header-sns li:not(:nth-of-type(1)) {
    margin-left: 7px;
  }
  .project-header .center .header-sns li img {
    width: 27px;
  }
  /* ---------------헤더 END--------------- */
}
@media screen and (max-width: 1600px) {
  /* ---------------푸터 START--------------- */
  .project-footer .footer-logo {
    height: 33px;
  }
  /* ---------------푸터 END--------------- */
}
@media screen and (max-width: 1350px) {
  /* ---------------푸터 START--------------- */
  .project-footer .footer-logo {
    height: 31px;
  }
  /* ---------------푸터 END--------------- */
  /* 

  */
  /* ---------------fixed-btn-box START--------------- */
  .fixed-btn-box {
    right: 23px;
    border-radius: 14px;
  }
  .fixed-btn-box .btn-fixed {
    width: 80px;
    height: 80px;
  }
  .fixed-btn-box .btn-fixed.btn-toggle {
    padding: 9px 0;
  }
  .fixed-btn-box .btn-fixed .text {
    margin-top: 9px;
  }
  /* ---------------fixed-btn-box END--------------- */
  /* 

  */
  /* ---------------btn-top START--------------- */
  /* ---------------btn-top END--------------- */
}
@media screen and (max-width: 1150px) {
  /* ---------------푸터 START--------------- */
  .project-footer .footer-logo {
    height: 29px;
  }
  .project-footer .footer-info {
    margin: 25px 0;
  }
  /* ---------------푸터 END--------------- */
  /* 

  */
  /* ---------------fixed-btn-box START--------------- */
  .fixed-btn-box {
    right: 20px;
    border-radius: 13px;
  }
  .fixed-btn-box .btn-fixed {
    width: 75px;
    height: 75px;
  }
  .fixed-btn-box .btn-fixed.btn-toggle {
    padding: 8px 0;
  }
  .fixed-btn-box .btn-fixed .text {
    margin-top: 8px;
  }
  /* ---------------fixed-btn-box END--------------- */
  /* 

  */
  /* ---------------btn-top START--------------- */
  /* ---------------btn-top END--------------- */
}
@media screen and (max-width: 991px) {
  /* ---------------헤더 START--------------- */
  .project-header .gnb-bg {
    display: none;
    z-index: 105;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(28, 28, 28, 0.7);
  }
  .project-header .center {
    height: 80px;
  }
  .project-header .center .gnb {
    z-index: 110;
    position: fixed;
    width: 70%;
    max-width: 350px;
    height: 100vh;
    right: 0;
    top: 0;
    background-color: #FFF;
    box-sizing: border-box;
    padding: 80px 20px 20px 20px;
    transform: translateX(100%);
    transition: transform 0.5s;
  }
  .project-header .center .gnb.active {
    transform: translateX(0);
  }
  .project-header .center .gnb.active .menu-list {
    visibility: visible;
  }
  .project-header .center .gnb.active .header-sns {
    display: flex;
  }
  .project-header .center .gnb .logo-top {
    position: absolute;
    left: 20px;
    top: 22.5px;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    height: 35px;
  }
  .project-header .center .gnb .logo-top a {
    display: block;
    height: 100%;
  }
  .project-header .center .gnb .logo-top a img, .project-header .center .gnb .logo-top a svg {
    display: block;
    height: 100%;
    width: auto;
  }
  .project-header .center .gnb .logo-deco {
    display: block;
    position: absolute;
    right: 5%;
    bottom: 10px;
    width: 100%;
    max-width: 90%;
    opacity: 0.05;
  }
  .project-header .center .gnb .menu-list {
    visibility: hidden;
    box-sizing: border-box;
  }
  .project-header .center .gnb .menu-list li .btn-menu {
    display: flex;
    width: 100%;
    height: 70px;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
  }
  .project-header .center .gnb .menu-list li .btn-menu span::before {
    height: 10px;
  }
  .project-header .center .gnb .menu-list li .btn-menu.active span::before {
    width: 100%;
  }
  .project-header .center .gnb .header-sns {
    display: none;
    height: 70px;
  }
  .project-header .center .gnb .header-sns li:not(:nth-of-type(1)) {
    margin-left: 10px;
  }
  .project-header .center .gnb .header-sns li img {
    width: 35px;
  }
  .project-header .center .mbtn {
    z-index: 115;
    position: relative;
    display: block;
    width: 25px;
    height: 25px;
  }
  .project-header .center .mbtn .line {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #FFF;
    border-radius: 3px;
    transition: background-color 0.3s, opacity 0.3s, margin-top 0.3s, transform 0.3s;
    transition-delay: 0s, 0.3s, 0.3s, 0s;
  }
  .project-header .center .mbtn .line.line1 {
    margin-top: -9px;
  }
  .project-header .center .mbtn .line.line3 {
    margin-top: 9px;
  }
  .project-header .center .mbtn.active .line {
    background-color: #7f6353;
    margin-top: 0;
    transition-delay: 0s, 0s, 0s, 0.3s;
  }
  .project-header .center .mbtn.active .line.line1 {
    transform: rotate(45deg);
  }
  .project-header .center .mbtn.active .line.line2 {
    opacity: 0;
  }
  .project-header .center .mbtn.active .line.line3 {
    transform: rotate(-45deg);
  }
  .project-header.active .center .mbtn .line {
    background-color: #7f6353;
  }
  /* ---------------헤더 END--------------- */
  /* 

  */
  /* ---------------푸터 START--------------- */
  .project-footer .footer-logo {
    height: 27px;
  }
  .project-footer .footer-copy .footer-design {
    color: #FFF;
  }
  /* ---------------푸터 END--------------- */
  /* 

  */
  /* ---------------팝업 START--------------- */
  .popup-expense .slider-inner .btn-expense-close {
    top: -5%;
    right: 0;
  }
  .popup-expense .slider-inner .expense-slider .btn-slider.btn-slider-prev {
    left: -5%;
  }
  .popup-expense .slider-inner .expense-slider .btn-slider.btn-slider-next {
    right: -5%;
  }
  /* ---------------팝업 END--------------- */
  /* 

  */
  /* ---------------fixed-btn-box START--------------- */
  .fixed-btn-box {
    right: 2.5vw;
    border-radius: 12px;
  }
  .fixed-btn-box .btn-fixed {
    width: 70px;
    height: 70px;
  }
  .fixed-btn-box .btn-fixed.btn-toggle {
    padding: 7px 0;
  }
  .fixed-btn-box .btn-fixed .text {
    margin-top: 7px;
  }
  /* ---------------fixed-btn-box END--------------- */
  /* 

  */
  /* ---------------btn-top START--------------- */
  /* ---------------btn-top END--------------- */
}
@media screen and (max-width: 600px) {
  /* ---------------헤더 START--------------- */
  .project-header .center {
    height: 70px;
  }
  .project-header .center .gnb {
    padding: 70px 17px 17px 17px;
  }
  .project-header .center .gnb .logo-top {
    left: 17px;
    top: 20px;
    height: 30px;
  }
  .project-header .center .gnb .menu-list li .btn-menu {
    height: 65px;
    font-size: 17px;
  }
  .project-header .center .gnb .menu-list li .btn-menu span::before {
    height: 9px;
  }
  .project-header .center .gnb .header-sns {
    height: 65px;
  }
  .project-header .center .gnb .header-sns li:not(:nth-of-type(1)) {
    margin-left: 9px;
  }
  .project-header .center .gnb .header-sns li img {
    width: 33px;
  }
  .project-header .center .mbtn {
    width: 23px;
    height: 23px;
  }
  .project-header .center .mbtn .line.line1 {
    margin-top: -8px;
  }
  .project-header .center .mbtn .line.line3 {
    margin-top: 8px;
  }
  .project-header .center .mbtn.active .line {
    margin-top: 0;
  }
  /* ---------------헤더 END--------------- */
  /* 

  */
  /* ---------------푸터 START--------------- */
  .project-footer .footer-logo {
    height: 25px;
  }
  .project-footer .footer-info {
    margin: 20px 0;
  }
  .project-footer .footer-info li:not(:nth-of-type(1)) {
    margin-top: 2px;
  }
  /* ---------------푸터 END--------------- */
  /* 

  */
  /* ---------------fixed-btn-box START--------------- */
  .fixed-btn-box {
    border-radius: 11px;
  }
  .fixed-btn-box .btn-fixed {
    width: 65px;
    height: 65px;
  }
  .fixed-btn-box .btn-fixed.btn-toggle {
    padding: 6px 0;
  }
  .fixed-btn-box .btn-fixed .text {
    margin-top: 6px;
  }
  /* ---------------fixed-btn-box END--------------- */
  /* 

  */
  /* ---------------btn-top START--------------- */
  /* ---------------btn-top END--------------- */
}
@media screen and (max-width: 450px) {
  /* ---------------헤더 START--------------- */
  .project-header .center {
    height: 60px;
  }
  .project-header .center .gnb {
    padding: 60px 17px 17px 17px;
  }
  .project-header .center .gnb .logo-top {
    top: 15px;
  }
  .project-header .center .gnb .menu-list li .btn-menu {
    font-size: 16px;
  }
  .project-header .center .gnb .menu-list li .btn-menu span::before {
    height: 8px;
    bottom: -1px;
  }
  .project-header .center .gnb .header-sns li:not(:nth-of-type(1)) {
    margin-left: 8px;
  }
  .project-header .center .gnb .header-sns li img {
    width: 30px;
  }
  /* ---------------헤더 END--------------- */
  /* 

  */
  /* ---------------푸터 START--------------- */
  .project-footer .footer-logo {
    height: 21px;
  }
  /* ---------------푸터 END--------------- */
  /* 

  */
  /* ---------------fixed-btn-box START--------------- */
  .fixed-btn-box {
    border-radius: 10px;
  }
  .fixed-btn-box .btn-fixed {
    width: 60px;
    height: 60px;
  }
  .fixed-btn-box .btn-fixed.btn-toggle {
    padding: 5px 0;
  }
  .fixed-btn-box .btn-fixed .text {
    margin-top: 5px;
  }
  /* ---------------fixed-btn-box END--------------- */
}
@media screen and (max-width: 350px) {
  /* ---------------헤더 START--------------- */
  .project-header .center {
    height: 55px;
  }
  .project-header .center .gnb {
    padding: 55px 15px 15px 15px;
  }
  .project-header .center .gnb .logo-top {
    left: 15px;
    top: 15px;
    height: 25px;
  }
  .project-header .center .gnb .menu-list li .btn-menu {
    height: 60px;
    font-size: 15px;
  }
  .project-header .center .gnb .menu-list li .btn-menu span::before {
    height: 7px;
  }
  .project-header .center .gnb .header-sns {
    height: 60px;
  }
  .project-header .center .gnb .header-sns li:not(:nth-of-type(1)) {
    margin-left: 7px;
  }
  .project-header .center .gnb .header-sns li img {
    width: 27px;
  }
  .project-header .center .mbtn {
    width: 21px;
    height: 21px;
  }
  .project-header .center .mbtn .line {
    height: 2px;
  }
  .project-header .center .mbtn .line.line1 {
    margin-top: -7px;
  }
  .project-header .center .mbtn .line.line3 {
    margin-top: 7px;
  }
  .project-header .center .mbtn.active .line {
    margin-top: 0;
  }
  /* ---------------헤더 END--------------- */
  /* 

  */
  /* ---------------푸터 START--------------- */
  .project-footer .footer-logo {
    height: 20px;
  }
  .project-footer .footer-info {
    margin: 15px 0;
  }
  /* ---------------푸터 END--------------- */
}
/* ---------------media query END--------------- */