@charset "UTF-8";
body {
  min-height: 100vh;
  overflow-y: scroll;
}
body.pdt-header {
  box-sizing: border-box;
  padding-top: 160px;
}

/* ---------------애니메이션 START--------------- */
@-webkit-keyframes mnubtn1 {
  50% {
    transform: translateY(5.5px);
  }
  100% {
    transform: translateY(5.5px) rotate(45deg);
  }
}
@keyframes mnubtn1 {
  50% {
    transform: translateY(5.5px);
  }
  100% {
    transform: translateY(5.5px) rotate(45deg);
  }
}
@-webkit-keyframes mnubtn2 {
  50% {
    transform: translateY(-5.5px);
  }
  100% {
    transform: translateY(-5.5px) rotate(140deg);
  }
}
@keyframes mnubtn2 {
  50% {
    transform: translateY(-5.5px);
  }
  100% {
    transform: translateY(-5.5px) rotate(140deg);
  }
}
/* ---------------애니메이션 END--------------- */
/* 

*/
/* ---------------헤더 START--------------- */
.project-header {
  z-index: 100;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  background-color: transparent;
  transition: background-color 0.3s, box-shadow 0.3s;
  transition-timing-function: linear;
}
.project-header .center .header-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100px;
  transition: height 0.3s;
}
.project-header .center .header-wrap .logo {
  height: 25px;
}
.project-header .center .header-wrap .logo a {
  display: block;
  height: 100%;
}
.project-header .center .header-wrap .logo a img, .project-header .center .header-wrap .logo a svg {
  display: block;
  height: 100%;
  width: auto;
}
.project-header .center .header-wrap .logo a img .logo-st0,
.project-header .center .header-wrap .logo a img .logo-st1,
.project-header .center .header-wrap .logo a img .logo-st2,
.project-header .center .header-wrap .logo a img .logo-st3, .project-header .center .header-wrap .logo a svg .logo-st0,
.project-header .center .header-wrap .logo a svg .logo-st1,
.project-header .center .header-wrap .logo a svg .logo-st2,
.project-header .center .header-wrap .logo a svg .logo-st3 {
  transition: fill 0.3s;
}
.project-header:not(.active) .center .header-wrap .logo a img .logo-st0,
.project-header:not(.active) .center .header-wrap .logo a img .logo-st1,
.project-header:not(.active) .center .header-wrap .logo a img .logo-st2,
.project-header:not(.active) .center .header-wrap .logo a img .logo-st3, .project-header:not(.active) .center .header-wrap .logo a svg .logo-st0,
.project-header:not(.active) .center .header-wrap .logo a svg .logo-st1,
.project-header:not(.active) .center .header-wrap .logo a svg .logo-st2,
.project-header:not(.active) .center .header-wrap .logo a svg .logo-st3 {
  fill: #FFF;
}

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

*/
/* ---------------푸터 START--------------- */
.project-footer {
  z-index: 6;
  position: relative;
  box-sizing: border-box;
  border-top: 1px solid #ededed;
  background-color: #FFF;
}
.project-footer .center .footer-wrap .fnb {
  width: 100%;
}
.project-footer .center .footer-wrap .fnb .menu-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.project-footer .center .footer-wrap .fnb .menu-list > li {
  width: 20%;
}
.project-footer .center .footer-wrap .fnb .menu-list > li > a {
  display: block;
  font-size: 16px;
  font-weight: 700;
}
.project-footer .center .footer-wrap .fnb .menu-list > li > ul > li {
  margin-top: 20px;
}
.project-footer .center .footer-wrap .fnb .menu-list > li > ul > li > a {
  display: block;
  font-size: 14px;
  color: #666;
}
.project-footer .center .footer-wrap .info-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.project-footer .center .footer-wrap .info-wrap .footer-text {
  display: block;
  font-size: 14px;
  line-height: 170%;
}
.project-footer .center .footer-wrap .info-wrap .copy-text {
  color: #666;
  letter-spacing: 0;
}
.project-footer .center .footer-wrap .info-wrap .left .logo {
  height: 25px;
}
.project-footer .center .footer-wrap .info-wrap .left .logo > a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
}
.project-footer .center .footer-wrap .info-wrap .left .logo > a img, .project-footer .center .footer-wrap .info-wrap .left .logo > a svg {
  display: block;
  height: 100%;
  width: auto;
}
.project-footer .center .footer-wrap .info-wrap .left .info-text {
  color: #666;
  margin: 30px 0 25px 0;
}
.project-footer .center .footer-wrap .info-wrap .right {
  display: flex;
  align-items: flex-start;
}
.project-footer .center .footer-wrap .info-wrap .right .customer-box,
.project-footer .center .footer-wrap .info-wrap .right .link-box {
  width: 250px;
}
.project-footer .center .footer-wrap .info-wrap .right .footer-tit {
  font-size: 16px;
  font-weight: 700;
}
.project-footer .center .footer-wrap .info-wrap .right .footer-tit .eng {
  font-size: 1.12em;
}
.project-footer .center .footer-wrap .info-wrap .right .footer-tel {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 30px;
  margin: 20px 0 15px 0;
}
.project-footer .center .footer-wrap .info-wrap .right .customer-text {
  color: #333;
}
.project-footer .center .footer-wrap .info-wrap .right .sns-list {
  display: flex;
  align-items: center;
  margin: 20px 0;
}
.project-footer .center .footer-wrap .info-wrap .right .sns-list li:not(:nth-of-type(1)) {
  margin-left: 20px;
}
.project-footer .center .footer-wrap .info-wrap .right .sns-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}
.project-footer .center .footer-wrap .info-wrap .right .sns-list li a img, .project-footer .center .footer-wrap .info-wrap .right .sns-list li a svg {
  display: block;
  max-width: 100%;
}
.project-footer .center .footer-wrap .info-wrap .right .footer-link {
  display: flex;
  align-items: center;
}
.project-footer .center .footer-wrap .info-wrap .right .footer-link:not(:nth-of-type(1)) {
  margin-top: 15px;
}
.project-footer .center .footer-wrap .info-wrap .right .footer-link .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.project-footer .center .footer-wrap .info-wrap .right .footer-link .icon img, .project-footer .center .footer-wrap .info-wrap .right .footer-link .icon svg {
  display: block;
  max-width: 100%;
}
.project-footer .center .footer-wrap .info-wrap .right .footer-link .text {
  margin-left: 10px;
  font-size: 16px;
  letter-spacing: 0;
}

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

*/
/* ---------------문의하기 START--------------- */
.btn-contact {
  z-index: 80;
  position: fixed;
  right: 2.5vw;
  bottom: 6vh;
  display: block;
  width: 210px;
}
.btn-contact .inner {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.btn-contact .inner .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.3);
  transition: background-color 0.3s;
}
.btn-contact .inner .icon img {
  display: block;
  width: 45%;
  height: auto;
}
.btn-contact .inner .text {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  width: 100%;
  align-items: center;
  height: 80px;
  box-sizing: border-box;
  padding-left: 30px;
  background-color: #FFF;
  font-size: 20px;
  border-radius: 80px;
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.3);
  transition: color 0.3s;
}

.popup-contact-bg {
  display: none;
  z-index: 110;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.popup-contact {
  display: none;
  z-index: 120;
  position: fixed;
  max-width: 90%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.popup-contact form {
  display: block;
}
.popup-contact .contact-wrap {
  width: 750px;
  transform: translateX(45px);
}
.popup-contact .contact-wrap .btn-contact-close {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 25px;
  height: 25px;
}
.popup-contact .contact-wrap .btn-contact-close span {
  position: absolute;
  left: 0;
  top: 11px;
  display: block;
  width: 100%;
  height: 3px;
}
.popup-contact .contact-wrap .btn-contact-close span.line1 {
  transform: rotate(-45deg);
}
.popup-contact .contact-wrap .btn-contact-close span.line2 {
  transform: rotate(45deg);
}
.popup-contact .contact-wrap .intro-box {
  z-index: 1;
  position: relative;
  height: 600px;
  max-width: 100%;
  border-radius: 20px;
  padding: 80px 50px;
  width: 400px;
  background-color: #28b7bc;
  box-sizing: border-box;
  transform: translateX(-90px);
  overflow: hidden;
}
.popup-contact .contact-wrap .intro-box .btn-contact-close {
  display: none;
}
.popup-contact .contact-wrap .intro-box .btn-contact-close span {
  background-color: #FFF;
}
.popup-contact .contact-wrap .intro-box .contact-tit {
  color: #FFF;
  font-size: 40px;
}
.popup-contact .contact-wrap .intro-box .contact-desc {
  color: #FFF;
  font-size: 16px;
  line-height: 150%;
  margin-top: 25px;
}
.popup-contact .contact-wrap .intro-box .img-deco {
  display: block;
  width: 80%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.popup-contact .contact-wrap .content-box {
  width: 750px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 680px;
  border-radius: 20px;
  background-color: #FFF;
  box-sizing: border-box;
  padding: 40px;
}
.popup-contact .contact-wrap .content-box .btn-contact-close {
  display: block;
}
.popup-contact .contact-wrap .content-box .btn-contact-close span {
  background-color: #6a6a74;
}
.popup-contact .contact-wrap .content-box .inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 400px;
  height: 100%;
  box-sizing: border-box;
  padding-top: 25px;
  padding-left: 50px;
}
.popup-contact .contact-wrap .content-box .inner .contact-form {
  height: calc(100% - 50px - 20px);
  overflow-y: auto;
  padding-right: 50px;
}
.popup-contact .contact-wrap .content-box .inner .contact-form::-webkit-scrollbar {
  width: 6px;
  height: 0;
}
.popup-contact .contact-wrap .content-box .inner .contact-form::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}
.popup-contact .contact-wrap .content-box .inner .contact-form::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #CCC;
}
.popup-contact .contact-wrap .content-box .inner .contact-form::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}
.popup-contact .contact-wrap .content-box .inner .contact-form .contact-fieldset {
  margin-top: 20px;
}
.popup-contact .contact-wrap .content-box .inner .contact-form .form-box:not(:nth-of-type(1)) {
  margin-top: 20px;
}
.popup-contact .contact-wrap .content-box .inner .contact-form .form-box .label {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
  color: #333;
}
.popup-contact .contact-wrap .content-box .inner .contact-form .form-box .text-input,
.popup-contact .contact-wrap .content-box .inner .contact-form .form-box .select {
  height: 50px;
  padding: 0 15px;
}
.popup-contact .contact-wrap .content-box .inner .contact-form .form-box .text-input,
.popup-contact .contact-wrap .content-box .inner .contact-form .form-box .select,
.popup-contact .contact-wrap .content-box .inner .contact-form .form-box .textarea {
  display: block;
  width: 100%;
  font-size: 16px;
  box-sizing: border-box;
  border-radius: 3px;
  background-color: #f1f1f5;
}
.popup-contact .contact-wrap .content-box .inner .contact-form .form-box .text-input::-moz-placeholder, .popup-contact .contact-wrap .content-box .inner .contact-form .form-box .select::-moz-placeholder, .popup-contact .contact-wrap .content-box .inner .contact-form .form-box .textarea::-moz-placeholder {
  color: #999;
  font-size: inherit;
}
.popup-contact .contact-wrap .content-box .inner .contact-form .form-box .text-input:-ms-input-placeholder, .popup-contact .contact-wrap .content-box .inner .contact-form .form-box .select:-ms-input-placeholder, .popup-contact .contact-wrap .content-box .inner .contact-form .form-box .textarea:-ms-input-placeholder {
  color: #999;
  font-size: inherit;
}
.popup-contact .contact-wrap .content-box .inner .contact-form .form-box .text-input::placeholder,
.popup-contact .contact-wrap .content-box .inner .contact-form .form-box .select::placeholder,
.popup-contact .contact-wrap .content-box .inner .contact-form .form-box .textarea::placeholder {
  color: #999;
  font-size: inherit;
}
.popup-contact .contact-wrap .content-box .inner .contact-form .form-box .select {
  background: url(/html/assets/img/common/select_arrow2.png) no-repeat 95% 50%;
  background-color: #f1f1f5;
}
.popup-contact .contact-wrap .content-box .inner .contact-form .form-box .textarea {
  height: 150px;
  padding: 15px;
}
.popup-contact .contact-wrap .content-box .inner .contact-form .form-box .terms-tit {
  font-size: 14px;
  margin-bottom: 10px;
}
.popup-contact .contact-wrap .content-box .inner .contact-form .form-box .terms-content {
  line-height: 150%;
  font-size: 13px;
  color: #999;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #CCC;
  height: 250px;
  overflow-y: auto;
}
.popup-contact .contact-wrap .content-box .inner .contact-form .form-box .terms-content::-webkit-scrollbar {
  width: 6px;
  height: 0;
}
.popup-contact .contact-wrap .content-box .inner .contact-form .form-box .terms-content::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}
.popup-contact .contact-wrap .content-box .inner .contact-form .form-box .terms-content::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #CCC;
}
.popup-contact .contact-wrap .content-box .inner .contact-form .form-box .terms-content::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}
.popup-contact .contact-wrap .content-box .inner .contact-form .form-box .btn-terms {
  display: block;
  width: 100%;
  cursor: pointer;
  margin-top: 10px;
}
.popup-contact .contact-wrap .content-box .inner .contact-form .form-box .btn-terms .check-input {
  display: none;
}
.popup-contact .contact-wrap .content-box .inner .contact-form .form-box .btn-terms .check-input:checked + .check-inner .circle {
  background-color: #28b7bc;
  color: #FFF;
  border-color: #28b7bc;
}
.popup-contact .contact-wrap .content-box .inner .contact-form .form-box .btn-terms .check-inner {
  display: flex;
  align-items: flex-start;
}
.popup-contact .contact-wrap .content-box .inner .contact-form .form-box .btn-terms .check-inner .circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  box-sizing: border-box;
  border: 1px solid #999;
  font-size: 11px;
  color: #999;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}
.popup-contact .contact-wrap .content-box .inner .contact-form .form-box .btn-terms .check-inner .text {
  width: calc(100% - 18px - 5px);
  margin-left: 5px;
  color: #999;
  line-height: 130%;
  font-size: 14px;
}
.popup-contact .contact-wrap .content-box .inner .btn-contact-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 50px);
  height: 50px;
  color: #FFF;
  font-size: 16px;
  border-radius: 5px;
  background-color: #28b7bc;
}

/* ---------------문의하기 END--------------- */
/* 

*/
/* ---------------media screen START--------------- */
@media screen and (min-width: 991.1px) {
  /* ---------------헤더 START--------------- */
  .project-header .gnb-bg {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background-color: #FFF;
    box-sizing: border-box;
    border-top: 1px solid #ededed;
    box-shadow: 0 3.5px 7px rgba(0, 0, 0, 0.05);
    transition: height 0.3s;
  }
  .project-header.active {
    background-color: #FFF;
    box-shadow: 0 3.5px 7px rgba(0, 0, 0, 0.05);
  }
  .project-header.active .center .header-wrap .gnb .menu-list > li > a {
    color: #1c1c1c;
  }
  .project-header:not(.active) .center .header-wrap .gnb .menu-list > li.active > a {
    color: #FFF;
  }
  .project-header:not(.active) .center .header-wrap .gnb .menu-list > li.active > a::before {
    background-color: #FFF;
  }
  .project-header .center .header-wrap .mbtn {
    display: none !important;
  }
  .project-header .center .header-wrap .gnb .menu-list {
    display: flex;
  }
  .project-header .center .header-wrap .gnb .menu-list > li {
    position: relative;
    box-sizing: border-box;
  }
  .project-header .center .header-wrap .gnb .menu-list > li:hover a + ul {
    visibility: unset;
    opacity: 1;
  }
  .project-header .center .header-wrap .gnb .menu-list > li:hover > a {
    color: #28b7bc;
    font-weight: 700;
  }
  .project-header .center .header-wrap .gnb .menu-list > li:hover > a::before {
    width: 100%;
  }
  .project-header .center .header-wrap .gnb .menu-list > li.active a + ul {
    visibility: unset;
    opacity: 1;
  }
  .project-header .center .header-wrap .gnb .menu-list > li.active > a {
    color: #28b7bc;
    font-weight: 700;
  }
  .project-header .center .header-wrap .gnb .menu-list > li.active > a::before {
    width: 100%;
  }
  .project-header .center .header-wrap .gnb .menu-list > li:nth-last-of-type(1) {
    padding-right: 0 !important;
  }
  .project-header .center .header-wrap .gnb .menu-list > li:nth-last-of-type(1) > ul > li:nth-last-of-type(1) > a {
    padding-right: 0 !important;
  }
  .project-header .center .header-wrap .gnb .menu-list > li > a {
    position: relative;
    display: flex;
    align-items: center;
    color: #FFF;
    font-weight: 500;
    transition: color 0.3s, height 0.3s, font-size 0.3s;
  }
  .project-header .center .header-wrap .gnb .menu-list > li > a::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    margin: auto;
    width: 0;
    height: 2px;
    background-color: #28b7bc;
    transition: width 0.3s, background-color 0.3s;
  }
  .project-header .center .header-wrap .gnb .menu-list > li:nth-of-type(1) > ul {
    left: 10px;
  }
  .project-header .center .header-wrap .gnb .menu-list > li:nth-of-type(2) > ul {
    left: 57%;
    transform: translateX(-50%);
  }
  .project-header .center .header-wrap .gnb .menu-list > li:nth-of-type(3) > ul {
    left: 35%;
    transform: translateX(-50%);
  }
  .project-header .center .header-wrap .gnb .menu-list > li:nth-of-type(4) > ul {
    left: 50%;
    transform: translateX(-50%);
  }
  .project-header .center .header-wrap .gnb .menu-list > li:nth-of-type(5) > ul {
    right: 0;
  }
  .project-header .center .header-wrap .gnb .menu-list > li > ul {
    display: flex;
    align-items: center;
    visibility: hidden;
    position: absolute;
    top: 100%;
    opacity: 0;
    transition: opacity 0.3s, height 0.3s;
  }
  .project-header .center .header-wrap .gnb .menu-list > li > ul > li > a {
    display: block;
    box-sizing: border-box;
    white-space: nowrap;
    color: #666;
    font-weight: 500;
    transition: color 0.3s, font-size 0.3s;
  }
  .project-header .center .header-wrap .gnb .menu-list > li > ul > li > a:hover {
    color: #28b7bc;
    font-weight: 700;
  }
  .project-header .center .header-wrap .gnb .menu-list > li > ul > li > a:hover span::before {
    width: 100%;
  }
  .project-header .center .header-wrap .gnb .menu-list > li > ul > li > a.active {
    color: #28b7bc;
    font-weight: 700;
  }
  .project-header .center .header-wrap .gnb .menu-list > li > ul > li > a.active span::before {
    width: 100%;
  }
  .project-header .center .header-wrap .gnb .menu-list > li > ul > li > a span {
    z-index: 1;
    position: relative;
  }
  .project-header .center .header-wrap .gnb .menu-list > li > ul > li > a span::before {
    content: "";
    z-index: -1;
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 0;
    height: 50%;
    background-color: #deeded;
    transition: width 0.3s;
  }
  /* ---------------헤더 END--------------- */
  /* 

  */
  /* ---------------푸터 START--------------- */
  .project-footer .center .footer-wrap .fnb .menu-list > li > ul {
    display: block !important;
  }
  .project-footer .center .footer-wrap .fnb .menu-list > li > ul > li > a.active span {
    position: relative;
  }
  .project-footer .center .footer-wrap .fnb .menu-list > li > ul > li > a.active span::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #666;
  }
  /* ---------------푸터 END--------------- */
  /* 

  */
  /* ---------------문의하기 START--------------- */
  .btn-contact:hover .inner .icon {
    background-color: #20979b;
  }
  .btn-contact:hover .inner .text {
    color: #20979b;
  }
  /* ---------------문의하기 END--------------- */
}
@media screen and (min-width: 1350.1px) {
  /* ---------------헤더 START--------------- */
  .project-header .gnb-bg {
    height: 80px;
  }
  .project-header.active .center .header-wrap {
    height: 80px;
  }
  .project-header.active .center .header-wrap .gnb .menu-list > li > a {
    height: 80px;
  }
  .project-header.active-motion .gnb-bg {
    height: 60px;
  }
  .project-header.active-motion .center .header-wrap {
    height: 70px;
  }
  .project-header.active-motion .center .header-wrap .gnb .menu-list > li > a {
    font-size: 17px;
    height: 70px;
  }
  .project-header.active-motion .center .header-wrap .gnb .menu-list > li > ul {
    height: 60px;
  }
  .project-header.active-motion .center .header-wrap .gnb .menu-list > li > ul > li > a {
    font-size: 15px;
  }
  .project-header .center .header-wrap .gnb .menu-list > li {
    padding: 0 40px;
  }
  .project-header .center .header-wrap .gnb .menu-list > li > a {
    height: 100px;
    font-size: 18px;
  }
  .project-header .center .header-wrap .gnb .menu-list > li > ul {
    height: 80px;
  }
  .project-header .center .header-wrap .gnb .menu-list > li > ul > li > a {
    padding: 0 30px;
    font-size: 16px;
  }
  /* ---------------헤더 END--------------- */
}
@media screen and (min-width: 991.1px) and (max-width: 1350px) {
  /* ---------------헤더 START--------------- */
  .project-header .gnb-bg {
    height: 70px;
  }
  .project-header.active .center .header-wrap {
    height: 70px;
  }
  .project-header.active .center .header-wrap .gnb .menu-list > li > a {
    height: 70px;
  }
  .project-header.active-motion .gnb-bg {
    height: 50px;
  }
  .project-header.active-motion .center .header-wrap {
    height: 60px;
  }
  .project-header.active-motion .center .header-wrap .gnb .menu-list > li > a {
    font-size: 16px;
    height: 60px;
  }
  .project-header.active-motion .center .header-wrap .gnb .menu-list > li > ul {
    height: 50px;
  }
  .project-header.active-motion .center .header-wrap .gnb .menu-list > li > ul > li > a {
    font-size: 14px;
  }
  .project-header .center .header-wrap {
    height: 80px;
  }
  .project-header .center .header-wrap .gnb .menu-list > li {
    padding: 0 30px;
  }
  .project-header .center .header-wrap .gnb .menu-list > li > a {
    height: 80px;
    font-size: 17px;
  }
  .project-header .center .header-wrap .gnb .menu-list > li > ul {
    height: 70px;
  }
  .project-header .center .header-wrap .gnb .menu-list > li > ul > li > a {
    padding: 0 20px;
    font-size: 15px;
  }
  /* ---------------헤더 END--------------- */
}
@media screen and (min-width: 991.1px) and (max-width: 1100px) {
  /* ---------------헤더 START--------------- */
  .project-header.active-motion .center .header-wrap .gnb .menu-list > li > a {
    font-size: 15px;
  }
  .project-header.active-motion .center .header-wrap .gnb .menu-list > li > ul > li > a {
    font-size: 13px;
  }
  .project-header .center .header-wrap .gnb .menu-list > li {
    padding: 0 20px;
  }
  .project-header .center .header-wrap .gnb .menu-list > li > a {
    font-size: 16px;
  }
  .project-header .center .header-wrap .gnb .menu-list > li > ul > li > a {
    padding: 0 10px;
    font-size: 14px;
  }
  /* ---------------헤더 END--------------- */
}
@media screen and (max-width: 1350px) {
  body.pdt-header {
    padding-top: 140px;
  }
  /* ---------------푸터 START--------------- */
  .project-footer .center .footer-wrap .fnb .menu-list > li > a {
    font-size: 15px;
  }
  .project-footer .center .footer-wrap .fnb .menu-list > li > ul > li {
    margin-top: 15px;
  }
  .project-footer .center .footer-wrap .fnb .menu-list > li > ul > li > a {
    font-size: 13px;
  }
  .project-footer .center .footer-wrap .info-wrap .left .info-text {
    margin: 25px 0 20px 0;
  }
  .project-footer .center .footer-wrap .info-wrap .right .customer-box,
.project-footer .center .footer-wrap .info-wrap .right .link-box {
    width: 220px;
  }
  .project-footer .center .footer-wrap .info-wrap .right .footer-tit {
    font-size: 15px;
  }
  .project-footer .center .footer-wrap .info-wrap .right .footer-tel {
    font-size: 27px;
    margin: 15px 0 10px 0;
  }
  .project-footer .center .footer-wrap .info-wrap .right .sns-list {
    margin: 15px 0;
  }
  .project-footer .center .footer-wrap .info-wrap .right .footer-link:not(:nth-of-type(1)) {
    margin-top: 10px;
  }
  .project-footer .center .footer-wrap .info-wrap .right .footer-link .icon {
    width: 18px;
    height: 18px;
  }
  .project-footer .center .footer-wrap .info-wrap .right .footer-link .text {
    font-size: 14px;
  }
  /* ---------------푸터 END--------------- */
}
@media screen and (max-width: 1100px) {
  /* ---------------문의하기 START--------------- */
  .popup-contact .contact-wrap {
    width: 550px;
    transform: translateX(55px);
  }
  .popup-contact .contact-wrap .btn-contact-close {
    right: 25px;
    top: 25px;
  }
  .popup-contact .contact-wrap .intro-box {
    height: 500px;
    padding: 60px 45px;
    width: 350px;
    transform: translateX(-130px);
  }
  .popup-contact .contact-wrap .intro-box .contact-tit {
    font-size: 33px;
  }
  .popup-contact .contact-wrap .intro-box .contact-desc {
    font-size: 15px;
    margin-top: 20px;
  }
  .popup-contact .contact-wrap .content-box {
    width: 550px;
    height: 560px;
    padding: 30px;
  }
  .popup-contact .contact-wrap .content-box .inner {
    width: 300px;
    padding-left: 40px;
  }
  .popup-contact .contact-wrap .content-box .inner .contact-form {
    height: calc(100% - 40px - 15px);
    padding-right: 40px;
  }
  .popup-contact .contact-wrap .content-box .inner .contact-form .contact-fieldset {
    margin-top: 15px;
  }
  .popup-contact .contact-wrap .content-box .inner .contact-form .form-box:not(:nth-of-type(1)) {
    margin-top: 15px;
  }
  .popup-contact .contact-wrap .content-box .inner .contact-form .form-box .label {
    font-size: 13px;
    margin-bottom: 7px;
  }
  .popup-contact .contact-wrap .content-box .inner .contact-form .form-box .text-input,
.popup-contact .contact-wrap .content-box .inner .contact-form .form-box .select {
    height: 40px;
    padding: 0 10px;
  }
  .popup-contact .contact-wrap .content-box .inner .contact-form .form-box .text-input,
.popup-contact .contact-wrap .content-box .inner .contact-form .form-box .select,
.popup-contact .contact-wrap .content-box .inner .contact-form .form-box .textarea {
    font-size: 14px;
  }
  .popup-contact .contact-wrap .content-box .inner .contact-form .form-box .textarea {
    height: 130px;
    padding: 10px;
  }
  .popup-contact .contact-wrap .content-box .inner .contact-form .form-box .terms-tit {
    font-size: 13px;
    margin-bottom: 7px;
  }
  .popup-contact .contact-wrap .content-box .inner .contact-form .form-box .terms-content {
    height: 220px;
  }
  .popup-contact .contact-wrap .content-box .inner .contact-form .form-box .btn-terms {
    margin-top: 7px;
  }
  .popup-contact .contact-wrap .content-box .inner .contact-form .form-box .btn-terms .check-inner .text {
    font-size: 13px;
  }
  .popup-contact .contact-wrap .content-box .inner .btn-contact-submit {
    width: calc(100% - 40px);
    height: 40px;
    font-size: 15px;
  }
  /* ---------------문의하기 END--------------- */
}
@media screen and (max-width: 991px) {
  body.pdt-header {
    padding-top: 70px;
  }
  /* ---------------헤더 START--------------- */
  .project-header .center .header-wrap {
    height: 70px;
  }
  .project-header .center .header-wrap .logo {
    z-index: 1;
    position: relative;
  }
  .project-header .center .header-wrap .mbtn {
    z-index: 1;
    position: relative;
    display: block;
    width: 30px;
    height: 25px;
  }
  .project-header .center .header-wrap .mbtn .line {
    position: absolute;
    right: 0;
    display: block;
    height: 3px;
    border-radius: 3px;
    background-color: #FFF;
  }
  .project-header .center .header-wrap .mbtn .line.line1 {
    top: 0;
    width: 63%;
    transform-origin: left;
    transition: width 0.3s, transform 0.3s, background-color 0.3s;
    transform-origin: right;
  }
  .project-header .center .header-wrap .mbtn .line.line2 {
    top: calc(50% - 1.5px);
    width: 100%;
    transition: opacity 0.3s, background-color 0.3s;
  }
  .project-header .center .header-wrap .mbtn .line.line3 {
    bottom: 0;
    width: 63%;
    align-self: flex-end;
    transform-origin: left;
    transition: width 0.3s, transform 0.3s, background-color 0.3s;
    transform-origin: right;
  }
  .project-header .center .header-wrap .mbtn.active .line {
    height: 2px;
    background-color: #1c1c1c;
  }
  .project-header .center .header-wrap .mbtn.active .line.line1 {
    width: 100%;
    transform: rotate(-45deg) translateY(1px);
  }
  .project-header .center .header-wrap .mbtn.active .line.line2 {
    opacity: 0;
  }
  .project-header .center .header-wrap .mbtn.active .line.line3 {
    width: 100%;
    transform: rotate(45deg) translateY(-1px);
  }
  .project-header .center .header-wrap .mbtn.active .dot {
    opacity: 0;
  }
  .project-header .center .header-wrap .gnb {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    box-sizing: border-box;
    padding: 0 5%;
  }
  .project-header .center .header-wrap .gnb .menu-list {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    height: 100%;
    box-sizing: border-box;
    padding-left: 15px;
  }
  .project-header .center .header-wrap .gnb .menu-list > li:not(:nth-of-type(1)) {
    margin-top: 50px;
  }
  .project-header .center .header-wrap .gnb .menu-list > li.active > a {
    color: #28b7bc;
  }
  .project-header .center .header-wrap .gnb .menu-list > li.active > ul {
    z-index: 1;
    opacity: 1;
  }
  .project-header .center .header-wrap .gnb .menu-list > li > a {
    display: block;
    font-size: 27px;
    font-weight: 700;
    transition: color 0.3s;
  }
  .project-header .center .header-wrap .gnb .menu-list > li:nth-of-type(1) > ul {
    top: calc((100% - 135px - 200px) / 2);
  }
  .project-header .center .header-wrap .gnb .menu-list > li:nth-of-type(2) > ul {
    top: calc((100% - 135px - 200px) / 2 + 27px + 50px);
  }
  .project-header .center .header-wrap .gnb .menu-list > li:nth-of-type(3) > ul {
    top: calc((100% - 135px - 200px) / 2 + 54px + 100px);
  }
  .project-header .center .header-wrap .gnb .menu-list > li:nth-of-type(4) > ul {
    top: calc((100% - 135px - 200px) / 2 + 81px + 150px);
  }
  .project-header .center .header-wrap .gnb .menu-list > li:nth-of-type(5) > ul {
    bottom: calc((100% - 135px - 200px) / 2);
  }
  .project-header .center .header-wrap .gnb .menu-list > li > ul {
    z-index: -1;
    position: absolute;
    left: 50%;
    box-sizing: border-box;
    padding-left: 20px;
    padding-top: 1%;
    opacity: 0;
    transition: opacity 0.3s;
  }
  .project-header .center .header-wrap .gnb .menu-list > li > ul > li:not(:nth-of-type(1)) {
    margin-top: 30px;
  }
  .project-header .center .header-wrap .gnb .menu-list > li > ul > li > a {
    display: block;
    font-size: 20px;
    color: #666;
    font-weight: 500;
  }
  .project-header .center .header-wrap .gnb .menu-list > li > ul > li > a.active {
    font-weight: 700;
    color: #28b7bc;
  }
  .project-header .center .header-wrap .gnb .menu-list > li > ul > li > a.active span::before {
    width: 100%;
  }
  .project-header .center .header-wrap .gnb .menu-list > li > ul > li > a span {
    z-index: 1;
    position: relative;
  }
  .project-header .center .header-wrap .gnb .menu-list > li > ul > li > a span::before {
    content: "";
    z-index: -1;
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 0;
    height: 50%;
    background-color: #deeded;
    transition: width 0.3s;
  }
  .project-header.active {
    background-color: #FFF;
    box-shadow: 0 3.5px 7px rgba(0, 0, 0, 0.05);
  }
  .project-header.active .center .header-wrap .mbtn .line {
    background-color: #1c1c1c;
  }
  /* ---------------헤더 END--------------- */
  /* 

  */
  /* ---------------푸터 START--------------- */
  .project-footer {
    padding: 25px 0;
  }
  .project-footer .center .footer-wrap .fnb .menu-list {
    display: block;
  }
  .project-footer .center .footer-wrap .fnb .menu-list > li {
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #ededed;
  }
  .project-footer .center .footer-wrap .fnb .menu-list > li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 50px;
    font-weight: 500;
  }
  .project-footer .center .footer-wrap .fnb .menu-list > li > a::after {
    content: "\f078";
    display: block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 6 Pro";
    font-weight: 700;
    margin-right: 10px;
    transition: transform 0.3s;
  }
  .project-footer .center .footer-wrap .fnb .menu-list > li > a.active::after {
    transform: rotate(180deg);
  }
  .project-footer .center .footer-wrap .fnb .menu-list > li > ul {
    display: none;
    box-sizing: border-box;
    padding: 0 0 10px 10px;
  }
  .project-footer .center .footer-wrap .fnb .menu-list > li > ul > li {
    margin-top: 0;
  }
  .project-footer .center .footer-wrap .fnb .menu-list > li > ul > li > a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 37px;
  }
  .project-footer .center .footer-wrap .info-wrap {
    display: block;
    align-items: unset;
    justify-content: unset;
    padding-top: 0 !important;
  }
  .project-footer .center .footer-wrap .info-wrap .left {
    box-sizing: border-box;
    padding: 25px 0;
    border-bottom: 1px solid #ededed;
  }
  .project-footer .center .footer-wrap .info-wrap .left .info-text {
    margin: 0;
    margin-top: 25px;
  }
  .project-footer .center .footer-wrap .info-wrap .right {
    display: block;
    align-items: unset;
  }
  .project-footer .center .footer-wrap .info-wrap .right .customer-box,
.project-footer .center .footer-wrap .info-wrap .right .link-box {
    width: auto;
    box-sizing: border-box;
    padding: 25px 0;
    border-bottom: 1px solid #ededed;
  }
  .project-footer .center .footer-wrap .info-wrap .mobile-box {
    margin-top: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .project-footer .center .footer-wrap .info-wrap .mobile-box .footer-admin {
    transform: translateY(3px);
  }
  /* ---------------푸터 END--------------- */
  /* 

  */
  /* ---------------문의하기 START--------------- */
  .btn-contact {
    width: 70px;
  }
  .btn-contact .inner .icon {
    width: 70px;
    height: 70px;
  }
  .btn-contact .inner .text {
    display: none !important;
  }
  /* ---------------문의하기 END--------------- */
}
@media screen and (max-width: 850px) {
  /* ---------------문의하기 START--------------- */
  .popup-contact .contact-wrap {
    width: 450px;
    transform: translateX(45px);
  }
  .popup-contact .contact-wrap .intro-box {
    height: 400px;
    padding: 40px 20px;
    width: 250px;
    transform: translateX(-80px);
  }
  .popup-contact .contact-wrap .intro-box .contact-tit {
    font-size: 30px;
  }
  .popup-contact .contact-wrap .intro-box .contact-desc {
    font-size: 14px;
    margin-top: 15px;
  }
  .popup-contact .contact-wrap .content-box {
    width: 450px;
    height: 460px;
  }
  .popup-contact .contact-wrap .content-box .inner {
    width: 250px;
    padding-left: 30px;
  }
  .popup-contact .contact-wrap .content-box .inner .contact-form {
    height: calc(100% - 35px - 13px);
    padding-right: 30px;
  }
  .popup-contact .contact-wrap .content-box .inner .contact-form .contact-fieldset {
    margin-top: 13px;
  }
  .popup-contact .contact-wrap .content-box .inner .contact-form .form-box:not(:nth-of-type(1)) {
    margin-top: 13px;
  }
  .popup-contact .contact-wrap .content-box .inner .contact-form .form-box .label {
    font-size: 12px;
  }
  .popup-contact .contact-wrap .content-box .inner .contact-form .form-box .text-input,
.popup-contact .contact-wrap .content-box .inner .contact-form .form-box .select {
    height: 35px;
    padding: 0 7px;
  }
  .popup-contact .contact-wrap .content-box .inner .contact-form .form-box .text-input,
.popup-contact .contact-wrap .content-box .inner .contact-form .form-box .select,
.popup-contact .contact-wrap .content-box .inner .contact-form .form-box .textarea {
    font-size: 13px;
  }
  .popup-contact .contact-wrap .content-box .inner .contact-form .form-box .textarea {
    height: 120px;
    padding: 7px;
  }
  .popup-contact .contact-wrap .content-box .inner .contact-form .form-box .terms-tit {
    font-size: 12px;
  }
  .popup-contact .contact-wrap .content-box .inner .contact-form .form-box .terms-content {
    height: 180px;
    padding: 7px;
    font-size: 12px;
  }
  .popup-contact .contact-wrap .content-box .inner .contact-form .form-box .btn-terms .check-inner .text {
    font-size: 12px;
  }
  .popup-contact .contact-wrap .content-box .inner .btn-contact-submit {
    width: calc(100% - 35px);
    height: 35px;
    font-size: 14px;
  }
  /* ---------------문의하기 END--------------- */
}
@media screen and (max-width: 600px) {
  body.pdt-header {
    padding-top: 60px;
  }
  /* ---------------헤더 START--------------- */
  .project-header .center .header-wrap {
    height: 60px;
  }
  .project-header .center .header-wrap .logo {
    height: 20px;
  }
  .project-header .center .header-wrap .mbtn {
    width: 25px;
    height: 21px;
  }
  .project-header .center .header-wrap .mbtn .line {
    height: 2px;
    border-radius: 2px;
  }
  .project-header .center .header-wrap .mbtn .line.line2 {
    top: calc(50% - 1px);
  }
  .project-header .center .header-wrap .mbtn.active .line {
    height: 1px;
  }
  .project-header .center .header-wrap .mbtn.active .line.line1 {
    transform: rotate(-45deg) translateY(1.5px);
  }
  .project-header .center .header-wrap .mbtn.active .line.line3 {
    transform: rotate(45deg) translateY(-1.5px);
  }
  .project-header .center .header-wrap .gnb .menu-list {
    padding-left: 10px;
  }
  .project-header .center .header-wrap .gnb .menu-list > li:not(:nth-of-type(1)) {
    margin-top: 40px;
  }
  .project-header .center .header-wrap .gnb .menu-list > li:nth-of-type(1) > ul {
    top: calc((100% - 120px - 160px) / 2);
  }
  .project-header .center .header-wrap .gnb .menu-list > li:nth-of-type(2) > ul {
    top: calc((100% - 120px - 160px) / 2 + 24px + 40px);
  }
  .project-header .center .header-wrap .gnb .menu-list > li:nth-of-type(3) > ul {
    top: calc((100% - 120px - 160px) / 2 + 48px + 80px);
  }
  .project-header .center .header-wrap .gnb .menu-list > li:nth-of-type(4) > ul {
    top: calc((100% - 120px - 160px) / 2 + 72px + 120px);
  }
  .project-header .center .header-wrap .gnb .menu-list > li:nth-of-type(5) > ul {
    bottom: calc((100% - 120px - 160px) / 2);
  }
  .project-header .center .header-wrap .gnb .menu-list > li > a {
    font-size: 24px;
  }
  .project-header .center .header-wrap .gnb .menu-list > li > ul {
    padding-left: 15px;
  }
  .project-header .center .header-wrap .gnb .menu-list > li > ul > li:not(:nth-of-type(1)) {
    margin-top: 25px;
  }
  .project-header .center .header-wrap .gnb .menu-list > li > ul > li > a {
    font-size: 17px;
  }
  /* ---------------헤더 END--------------- */
  /* 

  */
  /* ---------------푸터 START--------------- */
  .project-footer {
    padding: 20px 0;
  }
  .project-footer .center .footer-wrap .fnb .menu-list > li > a {
    height: 45px;
    font-size: 14px;
  }
  .project-footer .center .footer-wrap .fnb .menu-list > li > ul > li > a {
    height: 32px;
  }
  .project-footer .center .footer-wrap .info-wrap .footer-text {
    font-size: 13px;
  }
  .project-footer .center .footer-wrap .info-wrap .left {
    padding: 20px 0;
  }
  .project-footer .center .footer-wrap .info-wrap .left .logo {
    height: 20px;
  }
  .project-footer .center .footer-wrap .info-wrap .left .info-text {
    margin-top: 20px;
  }
  .project-footer .center .footer-wrap .info-wrap .right .footer-tit {
    font-size: 14px;
  }
  .project-footer .center .footer-wrap .info-wrap .right .customer-box,
.project-footer .center .footer-wrap .info-wrap .right .link-box {
    padding: 20px 0;
  }
  .project-footer .center .footer-wrap .info-wrap .right .footer-tel {
    font-size: 24px;
  }
  .project-footer .center .footer-wrap .info-wrap .right .footer-link .icon {
    width: 16px;
    height: 16px;
  }
  .project-footer .center .footer-wrap .info-wrap .right .footer-link .text {
    font-size: 13px;
    margin-left: 7px;
  }
  .project-footer .center .footer-wrap .info-wrap .right .sns-list {
    margin: 10px 0;
  }
  .project-footer .center .footer-wrap .info-wrap .mobile-box {
    margin-top: 15px;
  }
  /* ---------------푸터 END--------------- */
  /* 

  */
  /* ---------------문의하기 START--------------- */
  .btn-contact {
    right: 4vw;
    bottom: 4vw;
  }
  .popup-contact {
    width: 90%;
    border-radius: 15px;
    overflow: hidden;
  }
  .popup-contact .contact-wrap {
    width: 100%;
    transform: translateX(0);
  }
  .popup-contact .contact-wrap .intro-box {
    z-index: unset;
    display: flex;
    align-items: center;
    height: 120px;
    padding: 0 30px;
    width: 100%;
    transform: translateX(0);
    border-radius: 0;
  }
  .popup-contact .contact-wrap .intro-box .btn-contact-close {
    display: block;
  }
  .popup-contact .contact-wrap .intro-box .contact-tit {
    font-size: 25px;
  }
  .popup-contact .contact-wrap .intro-box .contact-desc {
    display: none;
  }
  .popup-contact .contact-wrap .intro-box .img-deco {
    width: 25%;
    left: unset;
    right: 55px;
  }
  .popup-contact .contact-wrap .content-box {
    display: block;
    position: unset;
    left: unset;
    top: unset;
    transform: translateY(0);
    width: 100%;
    height: 60vh;
    padding: 20px 10px;
    border-radius: 0;
  }
  .popup-contact .contact-wrap .content-box .btn-contact-close {
    display: none;
  }
  .popup-contact .contact-wrap .content-box .inner {
    width: 100%;
    padding-left: 0;
    padding: 0;
  }
  .popup-contact .contact-wrap .content-box .inner .contact-form {
    height: calc(100% - 35px - 13px);
    padding-right: 0;
    padding: 0 20px;
  }
  .popup-contact .contact-wrap .content-box .inner .btn-contact-submit {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  /* ---------------문의하기 END--------------- */
}
@media screen and (max-width: 450px) {
  /* ---------------헤더 START--------------- */
  .project-header .center .header-wrap .gnb .menu-list > li:not(:nth-of-type(1)) {
    margin-top: 30px;
  }
  .project-header .center .header-wrap .gnb .menu-list > li:nth-of-type(1) > ul {
    top: calc((100% - 105px - 120px) / 2);
  }
  .project-header .center .header-wrap .gnb .menu-list > li:nth-of-type(2) > ul {
    top: calc((100% - 105px - 120px) / 2 + 21px + 30px);
  }
  .project-header .center .header-wrap .gnb .menu-list > li:nth-of-type(3) > ul {
    top: calc((100% - 105px - 120px) / 2 + 42px + 60px);
  }
  .project-header .center .header-wrap .gnb .menu-list > li:nth-of-type(4) > ul {
    top: calc((100% - 105px - 120px) / 2 + 63px + 90px);
  }
  .project-header .center .header-wrap .gnb .menu-list > li:nth-of-type(5) > ul {
    bottom: calc((100% - 105px - 120px) / 2);
  }
  .project-header .center .header-wrap .gnb .menu-list > li > a {
    font-size: 21px;
  }
  .project-header .center .header-wrap .gnb .menu-list > li > ul > li:not(:nth-of-type(1)) {
    margin-top: 20px;
  }
  .project-header .center .header-wrap .gnb .menu-list > li > ul > li > a {
    font-size: 15px;
  }
  /* ---------------헤더 END--------------- */
  /* 

  */
  /* ---------------문의하기 START--------------- */
  .popup-contact .contact-wrap .intro-box {
    height: 90px;
    padding: 0 20px;
  }
  .popup-contact .contact-wrap .intro-box .contact-tit {
    font-size: 23px;
  }
  .popup-contact .contact-wrap .intro-box .img-deco {
    right: 50px;
  }
  .popup-contact .contact-wrap .content-box {
    padding: 15px 10px;
  }
  .popup-contact .contact-wrap .content-box .inner .contact-form {
    padding: 0 10px;
  }
  .popup-contact .contact-wrap .content-box .inner .btn-contact-submit {
    width: calc(100% - 20px);
  }
  /* ---------------문의하기 END--------------- */
}
@media screen and (max-width: 330px) {
  /* ---------------헤더 START--------------- */
  .project-header .center .header-wrap .gnb .menu-list {
    padding-left: 5px;
  }
  .project-header .center .header-wrap .gnb .menu-list > li:not(:nth-of-type(1)) {
    margin-top: 25px;
  }
  .project-header .center .header-wrap .gnb .menu-list > li:nth-of-type(1) > ul {
    top: calc((100% - 90px - 100px) / 2);
  }
  .project-header .center .header-wrap .gnb .menu-list > li:nth-of-type(2) > ul {
    top: calc((100% - 90px - 100px) / 2 + 18px + 25px);
  }
  .project-header .center .header-wrap .gnb .menu-list > li:nth-of-type(3) > ul {
    top: calc((100% - 90px - 100px) / 2 + 36px + 50px);
  }
  .project-header .center .header-wrap .gnb .menu-list > li:nth-of-type(4) > ul {
    top: calc((100% - 90px - 100px) / 2 + 54px + 75px);
  }
  .project-header .center .header-wrap .gnb .menu-list > li:nth-of-type(5) > ul {
    bottom: calc((100% - 90px - 100px) / 2);
  }
  .project-header .center .header-wrap .gnb .menu-list > li > a {
    font-size: 18px;
  }
  .project-header .center .header-wrap .gnb .menu-list > li > ul {
    padding-left: 10px;
  }
  .project-header .center .header-wrap .gnb .menu-list > li > ul > li:not(:nth-of-type(1)) {
    margin-top: 15px;
  }
  .project-header .center .header-wrap .gnb .menu-list > li > ul > li > a {
    font-size: 13px;
  }
  /* ---------------헤더 END--------------- */
  /* 

  */
  /* ---------------푸터 START--------------- */
  .project-footer {
    padding: 15px 0;
  }
  .project-footer .center .footer-wrap .fnb .menu-list > li > a {
    height: 40px;
    font-size: 13px;
  }
  .project-footer .center .footer-wrap .fnb .menu-list > li > ul {
    padding: 0 0 7px 7px;
  }
  .project-footer .center .footer-wrap .fnb .menu-list > li > ul > li > a {
    height: 27px;
    font-size: 12px;
  }
  .project-footer .center .footer-wrap .info-wrap .footer-text {
    font-size: 12px;
  }
  .project-footer .center .footer-wrap .info-wrap .left {
    padding: 15px 0;
  }
  .project-footer .center .footer-wrap .info-wrap .left .info-text {
    margin-top: 15px;
  }
  .project-footer .center .footer-wrap .info-wrap .right .footer-tit {
    font-size: 13px;
  }
  .project-footer .center .footer-wrap .info-wrap .right .customer-box,
.project-footer .center .footer-wrap .info-wrap .right .link-box {
    padding: 15px 0;
  }
  .project-footer .center .footer-wrap .info-wrap .right .footer-tel {
    font-size: 20px;
  }
  .project-footer .center .footer-wrap .info-wrap .right .footer-link .icon {
    width: 15px;
    height: 15px;
  }
  .project-footer .center .footer-wrap .info-wrap .right .footer-link .text {
    font-size: 12px;
  }
  .project-footer .center .footer-wrap .info-wrap .right .sns-list li:not(:nth-of-type(1)) {
    margin-left: 15px;
  }
  .project-footer .center .footer-wrap .info-wrap .right .sns-list li a {
    width: 25px;
    height: 25px;
  }
  .project-footer .center .footer-wrap .info-wrap .mobile-box {
    margin-top: 10px;
  }
  /* ---------------푸터 END--------------- */
  /* 

  */
  /* ---------------문의하기 START--------------- */
  .btn-contact {
    width: 60px;
  }
  .btn-contact .inner .icon {
    width: 60px;
    height: 60px;
  }
  /* ---------------문의하기 END--------------- */
}
/* ---------------media screen END--------------- */