@charset "UTF-8";
body {
  box-sizing: border-box;
  padding-top: 80px;
  overflow-y: scroll;
}

/* ---------------deco-line-bi START--------------- */
.deco-line-bi {
  width: 100%;
  background-image: linear-gradient(transparent calc(100% - 2px), #bab8b6 2px);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 0.7s;
}

/* ---------------deco-line-bi END--------------- */
/* 

*/
/* ---------------btn-bubble START--------------- */
.btn-bubble,
.btn-bubble-white {
  z-index: 1;
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
  width: 120px;
  height: 40px;
  line-height: 37px;
  box-sizing: border-box;
  border-radius: 20px !important;
  font-size: 16px;
  transition: color 0.6s;
}
.btn-bubble .btn-bubble-inner,
.btn-bubble-white .btn-bubble-inner {
  z-index: -1;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.btn-bubble .btn-bubble-itembox,
.btn-bubble-white .btn-bubble-itembox {
  position: relative;
  display: block;
  height: 100%;
  filter: url("#bubble-start");
}
.btn-bubble .btn-bubble-item,
.btn-bubble-white .btn-bubble-item {
  position: absolute;
  top: 0;
  width: 25%;
  height: 100%;
  border-radius: 100%;
  transform: translate3d(0, 150%, 0) scale(1.4);
  transition: transform 0.5s;
}
@supports (filter: url("#bubble-start")) {
  .btn-bubble .btn-bubble-item,
  .btn-bubble-white .btn-bubble-item {
    transform: translate3d(0, 150%, 0) scale(1.2);
  }
}
.btn-bubble .btn-bubble-item:nth-of-type(1),
.btn-bubble-white .btn-bubble-item:nth-of-type(1) {
  left: 0%;
  transition-delay: 0s;
}
.btn-bubble .btn-bubble-item:nth-of-type(2),
.btn-bubble-white .btn-bubble-item:nth-of-type(2) {
  left: 30%;
  transition-delay: 0.08s;
}
.btn-bubble .btn-bubble-item:nth-of-type(3),
.btn-bubble-white .btn-bubble-item:nth-of-type(3) {
  left: 60%;
  transition-delay: 0.16s;
}
.btn-bubble .btn-bubble-item:nth-of-type(4),
.btn-bubble-white .btn-bubble-item:nth-of-type(4) {
  left: 90%;
  transition-delay: 0.24s;
}

.btn-bubble {
  color: #1c1c1c;
  background: transparent;
  border: 1px solid #000;
}
.btn-bubble .btn-bubble-item {
  background: #000;
}

.btn-bubble-white {
  color: #FFF;
  background: transparent;
  border: 1px solid #FFF;
}
.btn-bubble-white .btn-bubble-item {
  background: #FFF;
}

/* ---------------btn-bubble END--------------- */
/* 

*/
/* ---------------project-header START--------------- */
.project-header {
  z-index: 100;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 80px;
  background-color: #FFF;
  transition: height 0.5s, box-shadow 0.5s;
}
.project-header.active {
  height: 70px;
  box-shadow: 0px 3.5px 7px rgba(0, 0, 0, 0.05);
}
.project-header .header-wrap {
  position: relative;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}
.project-header .header-wrap .logo {
  height: 40%;
}
.project-header .header-wrap .logo a {
  display: block;
  height: 100%;
}
.project-header .header-wrap .logo a img {
  display: block;
  height: 100%;
  width: auto;
}
.project-header .header-wrap .gnb .menu-list > li > a span {
  position: relative;
}
.project-header .header-wrap .gnb .menu-list > li > a span::before {
  content: "";
  z-index: -1;
  display: block;
  width: 0;
  height: 2px;
  position: absolute;
  left: 0;
  background-color: #bab8b6;
  transition: width 0.5s;
}

/* ---------------project-header END--------------- */
/* 

*/
/* ---------------project-footer START--------------- */
.project-footer {
  background-color: #0c0c0c;
  color: #FFF;
  text-align: center;
  font-size: 16px;
}
.project-footer .footer-wrap {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-between;
}
.project-footer .footer-wrap .footer-top {
  width: 100%;
  height: 28px;
  margin-bottom: 30px;
}
.project-footer .footer-wrap .footer-top .footer-logo {
  height: 100%;
}
.project-footer .footer-wrap .footer-top .footer-logo a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
}
.project-footer .footer-wrap .footer-top .footer-logo a img {
  display: block;
  height: 100%;
  width: auto;
  filter: invert(100%);
}
.project-footer .footer-wrap .left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
.project-footer .footer-wrap .left .footer-info li {
  line-height: 150%;
}
.project-footer .footer-wrap .left .footer-info li:not(:nth-of-type(1)) {
  margin-top: 3px;
}
.project-footer .footer-wrap .left .footer-info li a {
  line-height: inherit;
}
.project-footer .footer-wrap .right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  justify-content: space-between;
}
.project-footer .footer-wrap .right .footer-sns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.project-footer .footer-wrap .right .footer-sns li:not(:nth-of-type(1)) {
  margin-left: 10px;
}
.project-footer .footer-wrap .right .footer-sns li a {
  display: flex;
  font-size: 25px;
  align-items: center;
  justify-content: center;
}
.project-footer .footer-wrap .right .footer-copy {
  color: #999;
  font-size: 14px;
}

/* ---------------project-footer END--------------- */
/* 

*/
/* ---------------btn-top START--------------- */
.btn-top {
  z-index: 90;
  position: fixed;
  right: 25px;
  bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 18px;
  color: #FFF;
  background-color: #bab8b6;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0s;
}
.btn-top.active {
  opacity: 0.5;
  visibility: visible;
}
.btn-top:not(.active) {
  transition-delay: 0s, 0.5s;
}

/* ---------------btn-top END--------------- */
/* 

*/
/* ---------------media query START--------------- */
@media screen and (min-width: 1350.1px) {
  /* ---------------project-header START--------------- */
  .project-header .gnb-bg {
    height: 300px;
  }
  .project-header .header-wrap .gnb .menu-list > li {
    margin: 0 10px;
  }
  .project-header .header-wrap .gnb .menu-list > li > a {
    font-size: 16px;
    padding: 0 20px;
  }
  .project-header .header-wrap .gnb .menu-list > li > a span::before {
    content: "";
    bottom: -11px;
  }
  .project-header .header-wrap .gnb .menu-list > li > ul {
    padding: 20px 0 0 20px;
  }
  .project-header .header-wrap .gnb .menu-list > li > ul li a {
    font-size: 15px;
    padding: 15px 0;
  }
  .project-header .header-wrap .header-tel {
    font-size: 15px;
  }
  /* ---------------project-header END--------------- */
}
@media screen and (max-width: 1350px) {
  body {
    padding-top: 75px;
  }
  /* ---------------project-header START--------------- */
  .project-header {
    height: 75px;
  }
  .project-header.active {
    height: 65px;
  }
  /* ---------------project-header END--------------- */
  /* 

  */
  /* ---------------project-footer START--------------- */
  .project-footer .footer-wrap .footer-top {
    height: 26.25px;
  }
  /* ---------------project-footer END--------------- */
  /* 

  */
  /* ---------------btn-top START--------------- */
  .btn-top {
    right: 23px;
    bottom: 23px;
    width: 47px;
    height: 47px;
    font-size: 17px;
  }
  /* ---------------btn-top END--------------- */
}
@media screen and (min-width: 1150.1px) and (max-width: 1350px) {
  /* ---------------project-header START--------------- */
  .project-header .gnb-bg {
    height: 250px;
  }
  .project-header .header-wrap .gnb .menu-list > li {
    margin: 0 7px;
  }
  .project-header .header-wrap .gnb .menu-list > li > a {
    font-size: 15px;
    padding: 0 17px;
  }
  .project-header .header-wrap .gnb .menu-list > li > a span::before {
    bottom: -10px;
  }
  .project-header .header-wrap .gnb .menu-list > li > ul {
    padding: 17px 0 0 17px;
  }
  .project-header .header-wrap .gnb .menu-list > li > ul li a {
    font-size: 14px;
    padding: 13px 0;
  }
  .project-header .header-wrap .header-tel {
    font-size: 14px;
  }
  /* ---------------project-header END--------------- */
}
@media screen and (max-width: 1150px) {
  body {
    padding-top: 70px;
  }
  /* ---------------btn-bubble START--------------- */
  .btn-bubble,
  .btn-bubble-white {
    width: 110px;
    height: 37px;
    line-height: 35px;
    font-size: 15px;
  }
  /* ---------------btn-bubble END--------------- */
  /* 

  */
  /* ---------------project-header START--------------- */
  .project-header {
    height: 70px;
  }
  .project-header.active {
    height: 60px;
  }
  /* ---------------project-header END--------------- */
  /* 

  */
  /* ---------------project-footer START--------------- */
  .project-footer {
    font-size: 15px;
  }
  .project-footer .footer-wrap .footer-top {
    height: 24.5px;
    margin-bottom: 27px;
  }
  /* ---------------project-footer END--------------- */
  /* 

  */
  /* ---------------btn-top START--------------- */
  .btn-top {
    right: 20px;
    bottom: 20px;
    width: 45px;
    height: 45px;
    font-size: 16px;
  }
  /* ---------------btn-top END--------------- */
}
@media screen and (min-width: 850.1px) and (max-width: 1150px) {
  .project-header .gnb-bg {
    height: 230px;
  }
  .project-header .header-wrap .gnb .menu-list > li {
    margin: 0 5px;
  }
  .project-header .header-wrap .gnb .menu-list > li > a {
    font-size: 14px;
    padding: 0 15px;
  }
  .project-header .header-wrap .gnb .menu-list > li > a span::before {
    bottom: -9px;
  }
  .project-header .header-wrap .gnb .menu-list > li > ul {
    padding: 15px 0 0 15px;
  }
  .project-header .header-wrap .gnb .menu-list > li > ul li a {
    font-size: 13px;
    padding: 10px 0;
  }
  .project-header .header-wrap .header-tel {
    font-size: 13px;
  }
  /* ---------------project-header END--------------- */
}
@media screen and (min-width: 850.1px) {
  /* ---------------deco-line-bi START--------------- */
  .list-item > a:hover .deco-line-bi,
  .list-item > button:hover .deco-line-bi {
    background-size: 100% 100%;
  }
  /* ---------------deco-line-bi END--------------- */
  /* 

  */
  /* ---------------btn-bubble START--------------- */
  .btn-bubble:hover {
    color: #FFF;
  }
  .btn-bubble:hover .btn-bubble-item {
    transform: translateZ(0) scale(1.4);
  }
  @supports (filter: url("#bubble-start")) {
    .btn-bubble:hover .btn-bubble-item {
      transform: translateZ(0) scale(1.2);
    }
  }
  .btn-bubble-white:hover {
    color: #000;
  }
  .btn-bubble-white:hover .btn-bubble-item {
    transform: translateZ(0) scale(1.4);
  }
  @supports (filter: url("#bubble-start")) {
    .btn-bubble-white:hover .btn-bubble-item {
      transform: translateZ(0) scale(1.2);
    }
  }
  /* ---------------btn-bubble END--------------- */
  /* 

  */
  /* ---------------project-header START--------------- */
  .project-header .gnb-bg {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background-color: #111;
  }
  .project-header .header-wrap .gnb {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
  }
  .project-header .header-wrap .gnb .gnb-logo {
    display: none;
  }
  .project-header .header-wrap .gnb .menu-list {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .project-header .header-wrap .gnb .menu-list > li {
    position: relative;
    height: 100%;
  }
  .project-header .header-wrap .gnb .menu-list > li:hover > a span::before {
    width: 100%;
  }
  .project-header .header-wrap .gnb .menu-list > li.active > a span::before {
    width: 100%;
  }
  .project-header .header-wrap .gnb .menu-list > li > a {
    display: flex;
    align-items: center;
    height: 100%;
    font-weight: 700;
    box-sizing: border-box;
  }
  .project-header .header-wrap .gnb .menu-list > li > ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 200%;
    box-sizing: border-box;
  }
  .project-header .header-wrap .gnb .menu-list > li > ul li a {
    display: block;
    color: #FFF;
    box-sizing: border-box;
    white-space: nowrap;
  }
  .project-header .header-wrap .gnb .deco-logo {
    display: none;
  }
  .project-header .header-wrap .header-tel {
    display: block;
  }
  .project-header .header-wrap .btn-gnb {
    display: none;
  }
  /* ---------------project-header END--------------- */
  /* 

  */
  /* ---------------btn-top START--------------- */
  .btn-top:hover {
    opacity: 0.85;
  }
  /* ---------------btn-top END--------------- */
}
@media screen and (max-width: 850px) {
  /* ---------------btn-bubble START--------------- */
  .btn-bubble {
    color: #FFF;
    background-color: #000;
  }
  .btn-bubble .btn-bubble-item {
    transform: translateZ(0) scale(1.4);
  }
  @supports (filter: url("#bubble-start")) {
    .btn-bubble .btn-bubble-item {
      transform: translateZ(0) scale(1.2);
    }
  }
  .btn-bubble-white {
    color: #000;
    background-color: #FFF;
  }
  .btn-bubble-white .btn-bubble-item {
    transform: translateZ(0) scale(1.4);
  }
  @supports (filter: url("#bubble-start")) {
    .btn-bubble-white .btn-bubble-item {
      transform: translateZ(0) scale(1.2);
    }
  }
  /* ---------------btn-bubble END--------------- */
  /* 

  */
  /* ---------------project-header START--------------- */
  .project-header.active .header-wrap .gnb .gnb-logo {
    height: 60px;
  }
  .project-header .gnb-bg {
    display: none;
    z-index: 105;
    position: fixed;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
    background-color: rgba(0, 0, 0, 0.7);
  }
  .project-header .header-wrap .gnb {
    z-index: 110;
    position: fixed;
    right: 0;
    top: 0;
    width: 70%;
    max-width: 350px;
    height: 100%;
    box-sizing: border-box;
    background-color: #FFF;
    transform: translateX(100%);
    transition: transform 0.5s;
  }
  .project-header .header-wrap .gnb.active {
    transform: translateX(0);
  }
  .project-header .header-wrap .gnb .gnb-logo {
    display: flex;
    align-items: center;
    height: 70px;
    box-sizing: border-box;
    padding-left: 20px;
    transition: height 0.5s;
  }
  .project-header .header-wrap .gnb .gnb-logo a {
    display: block;
    height: 35%;
  }
  .project-header .header-wrap .gnb .gnb-logo a img {
    display: block;
    height: 100%;
    width: auto;
  }
  .project-header .header-wrap .gnb .menu-list {
    display: block;
    box-sizing: border-box;
    padding: 20px;
  }
  .project-header .header-wrap .gnb .menu-list > li.active > a span::before {
    width: 100%;
  }
  .project-header .header-wrap .gnb .menu-list > li > a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 70px;
    font-size: 16px;
    font-weight: 700;
  }
  .project-header .header-wrap .gnb .menu-list > li > a span::before {
    bottom: -11px;
  }
  .project-header .header-wrap .gnb .menu-list > li > ul {
    display: none;
    padding: 15px;
  }
  .project-header .header-wrap .gnb .menu-list > li > ul li a {
    display: block;
    font-size: 15px;
    padding: 15px 0;
  }
  .project-header .header-wrap .gnb .deco-logo {
    display: block;
    position: absolute;
    right: 10px;
    width: calc(100% - 20px);
    height: auto;
    bottom: 10px;
    opacity: 0.05;
  }
  .project-header .header-wrap .header-tel {
    display: none;
    font-size: 15px;
  }
  .project-header .header-wrap .btn-gnb {
    z-index: 115;
    position: relative;
    display: block;
    width: 25px;
    height: 25px;
  }
  .project-header .header-wrap .btn-gnb .line {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #1c1c1c;
    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 .header-wrap .btn-gnb .line.line1 {
    margin-top: -9px;
  }
  .project-header .header-wrap .btn-gnb .line.line3 {
    margin-top: 9px;
  }
  .project-header .header-wrap .btn-gnb.active .line {
    background-color: #1c1c1c;
    margin-top: 0;
    transition-delay: 0s, 0s, 0s, 0.3s;
  }
  .project-header .header-wrap .btn-gnb.active .line.line1 {
    transform: rotate(45deg);
  }
  .project-header .header-wrap .btn-gnb.active .line.line2 {
    opacity: 0;
  }
  .project-header .header-wrap .btn-gnb.active .line.line3 {
    transform: rotate(-45deg);
  }
  /* ---------------project-header END--------------- */
  /* 

  /* ---------------project-footer START--------------- */
  .project-footer .footer-wrap .left {
    width: 100%;
  }
  .project-footer .footer-wrap .right {
    align-items: flex-start;
    text-align: left;
    margin-top: 25px;
    width: 100%;
  }
  .project-footer .footer-wrap .right .footer-copy {
    margin-top: 35px;
  }
  /* ---------------project-footer END--------------- */
  /* 

  */
  /* ---------------btn-top START--------------- */
  .btn-top {
    right: 2.5vw;
    bottom: 2.5vw;
    width: 43px;
    height: 43px;
    font-size: 15px;
  }
  .btn-top.active {
    opacity: 0.85;
  }
  /* ---------------btn-top END--------------- */
}
@media screen and (max-width: 600px) {
  body {
    padding-top: 65px;
  }
  /* ---------------btn-bubble START--------------- */
  .btn-bubble,
  .btn-bubble-white {
    width: 100px;
    height: 35px;
    line-height: 33px;
    font-size: 14px;
  }
  /* ---------------btn-bubble END--------------- */
  /* 

  */
  /* ---------------project-header START--------------- */
  .project-header {
    height: 65px;
  }
  .project-header.active {
    height: 55px;
  }
  .project-header.active .header-wrap .gnb .gnb-logo {
    height: 55px;
  }
  .project-header .header-wrap .gnb .gnb-logo {
    height: 65px;
    padding-left: 17px;
  }
  .project-header .header-wrap .gnb .menu-list {
    padding: 17px;
  }
  .project-header .header-wrap .gnb .menu-list > li > a {
    height: 65px;
    font-size: 15px;
  }
  .project-header .header-wrap .gnb .menu-list > li > a span::before {
    bottom: -10px;
  }
  .project-header .header-wrap .gnb .menu-list > li > ul {
    padding: 13px;
  }
  .project-header .header-wrap .gnb .menu-list > li > ul li a {
    font-size: 14px;
    padding: 13px 0;
  }
  .project-header .header-wrap .gnb .deco-logo {
    right: 8px;
    width: calc(100% - 16px);
    bottom: 8px;
  }
  .project-header .header-wrap .header-tel {
    display: none;
    font-size: 14px;
  }
  .project-header .header-wrap .btn-gnb {
    width: 23px;
    height: 23px;
  }
  .project-header .header-wrap .btn-gnb .line.line1 {
    margin-top: -8px;
  }
  .project-header .header-wrap .btn-gnb .line.line3 {
    margin-top: 8px;
  }
  .project-header .header-wrap .btn-gnb.active .line {
    margin-top: 0;
  }
  /* ---------------project-header END--------------- */
  /* 

  */
  /* ---------------푸터 START--------------- */
  .project-footer {
    font-size: 14px;
  }
  .project-footer .footer-wrap .footer-top {
    height: 22.75px;
    margin-bottom: 25px;
  }
  .project-footer .footer-wrap .right {
    margin-top: 23px;
  }
  .project-footer .footer-wrap .right .footer-sns li a {
    font-size: 23px;
  }
  .project-footer .footer-wrap .right .footer-copy {
    margin-top: 30px;
    font-size: 13px;
  }
  /* ---------------푸터 END--------------- */
  /* 

  */
  /* ---------------btn-top START--------------- */
  .btn-top {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
  /* ---------------btn-top END--------------- */
}
@media screen and (max-width: 450px) {
  body {
    padding-top: 60px;
  }
  /* ---------------project-header START--------------- */
  .project-header {
    height: 60px;
  }
  .project-header.active {
    height: 50px;
  }
  .project-header.active .header-wrap .gnb .gnb-logo {
    height: 50px;
  }
  .project-header .header-wrap .gnb .gnb-logo {
    height: 60px;
  }
  .project-header .header-wrap .btn-gnb {
    width: 21px;
    height: 21px;
  }
  .project-header .header-wrap .btn-gnb .line {
    height: 2px;
  }
  .project-header .header-wrap .btn-gnb .line.line1 {
    margin-top: -7px;
  }
  .project-header .header-wrap .btn-gnb .line.line3 {
    margin-top: 7px;
  }
  .project-header .header-wrap .btn-gnb.active .line {
    margin-top: 0;
  }
  /* ---------------project-header END--------------- */
  /* 

  */
  /* ---------------project-footer START--------------- */
  .project-footer {
    font-size: 13px;
  }
  .project-footer .footer-wrap .footer-top {
    margin-bottom: 23px;
    height: 21px;
  }
  .project-footer .footer-wrap .right {
    margin-top: 20px;
  }
  .project-footer .footer-wrap .right .footer-sns li a {
    font-size: 20px;
  }
  .project-footer .footer-wrap .right .footer-copy {
    margin-top: 25px;
    font-size: 12px;
  }
  /* ---------------project-footer END--------------- */
}
/* ---------------media query END--------------- */