@charset "UTF-8";
body.menuOpen {
  overflow: hidden;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100px;
  z-index: 80;
  box-sizing: border-box;
  background-color: #00B476;
}

.header.fixed {
  background: #fff;
  box-shadow: 0 4px 16px #00000029;
}

.header.fixed .logo a {
  position: absolute;
  background: url(../images/logo_bl.svg) no-repeat center/100%;
}

.header.fixed .gnb li a, .header.fixed .gnb li button {
  color: #000;
}

.header.fixed .gnb li .btnLine {
  color: black;
  border-color: black;
}

.header.fixed .gnb li .btnLine:hover {
  color: white;
  background: black;
}

.header.fixed .gnb li:after {
  background-color: #000;
}

.header .inner {
  position: relative;
  height: 100%;
  max-width: 92vw;
}

.header .inner:after {
  display: block;
  content: "";
  clear: both;
}

.header .logo {
  float: left;
  height: 100%;
}

.header .logo a {
  display: block;
  width: 215px;
  height: 100%;
  background: url(../images/logo_wt.svg) no-repeat center/100%;
  text-indent: -999em;
}

.header .hBox {
  float: right;
  display: flex;
  align-items: center;
  height: 100%;
}

.header .gnb li {
  display: inline-block;
  position: relative;
  font-size: 18px;
  letter-spacing: -0.9px;
}

.header .gnb li .openModal {
  font-size: 18px;
  letter-spacing: -0.9px;
  color: white;
}

.header .gnb li:nth-last-child(1):after {
  content: none;
}

.header .gnb li:after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 0;
  margin-top: 5px;
  background-color: #fff;
  transition: 0.3s;
}

.header .gnb li:hover:after {
  right: 0;
  width: 100%;
  height: 2px;
}

.header .gnb li + li {
  margin-left: 20px;
}

.header .gnb li a {
  vertical-align: middle;
  color: #fff;
}

.header .gnb li a.btnLine:hover {
  color: black;
}

.header .hRight {
  display: flex;
  align-items: center;
}

.header .langBox {
  position: relative;
  width: auto;
  height: 100%;
  margin: 0 20px;
}

.header .langBox a {
  display: block;
}

.header .langBox img {
  width: 100%;
}

.header .langBox .langList {
  display: none;
  position: absolute;
  left: 50%;
  top: 40px;
  transform: translateX(-50%);
  width: 87px;
  padding: 10px 20px;
  box-sizing: border-box;
  background: #333;
  border-radius: 8px;
  white-space: nowrap;
  transition: .3s;
}

.header .langBox .langList.active {
  display: block;
}

.header .langBox .langList li {
  position: relative;
  width: 100%;
  font-size: 14px;
  font-weight: 200;
  line-height: 20px;
}

.header .langBox .langList li + li {
  margin-top: 8px;
}

.header .langBox .langList li.on:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -8px;
  top: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
}

.header .profile {
  display: inline-block;
  height: 27px;
  padding: 0 10px;
  box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 24px;
  font-size: 13px;
  line-height: 25px;
}

.header .allMenuBtn {
  display: none;
}

/* only PC */
/* 태블릿 */
/* 모바일 */
@media only screen and (max-width: 767px) {
  .header {
    height: 60px;
  }
  .header.fixed.on {
    background: #000;
    box-shadow: 0 4px 16px #00000029;
  }
  .header.fixed.on .gnb li a, .header.fixed.on .gnb li button {
    color: #fff;
  }
  .header.fixed.on .gnb li .btnLine {
    color: white;
    border-color: white;
  }
  .header.fixed.on .gnb li .btnLine:hover {
    color: black;
    background: white;
  }
  .header.fixed:not(.on) .allMenuBtn span {
    background: #000;
  }
  .header.fixed:not(.on) .allMenuBtn span:before, .header.fixed:not(.on) .allMenuBtn span:after {
    background: #000;
  }
  .header .gnb li .openModal {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: -0.55px;
  }
  .header.on {
    background: #111;
    transition: .5s;
  }
  .header.on nav {
    opacity: 1;
    visibility: visible;
  }
  .header.on .gnb li {
    opacity: 1;
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99), opacity 1.3s ease-in-out;
  }
  .header.on .gnb li:nth-child(1) {
    transition-delay: calc((1s/10) + 0.3s);
  }
  .header.on .gnb li:nth-child(2) {
    transition-delay: calc((2s/10) + 0.3s);
  }
  .header.on .gnb li:nth-child(3) {
    transition-delay: calc((3s/10) + 0.3s);
  }
  .header.on .gnb li:nth-child(4) {
    transition-delay: calc((4s/10) + 0.3s);
  }
  .header.on .gnb li:nth-child(5) {
    transition-delay: calc((5s/10) + 0.3s);
  }
  .header.on .gnb li:nth-child(6) {
    transition-delay: calc((6s/10) + 0.3s);
  }
  .header.on .gnb li:nth-child(7) {
    transition-delay: calc((7s/10) + 0.3s);
  }
  .header.on .profile {
    display: none;
  }
  .header.on .allMenuBtn span {
    background: rgba(255, 255, 255, 0);
  }
  .header.on .allMenuBtn span:before {
    top: 0;
    transform: rotate(45deg);
  }
  .header.on .allMenuBtn span:after {
    top: 0;
    transform: rotate(-45deg);
    width: 18px;
  }
  .header .inner {
    max-width: 100%;
    padding: 0 20px;
  }
  .header .logo a {
    width: 150px;
  }
  .header nav {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    left: 0;
    top: 60px;
    width: 100%;
    height: calc(100vh - 60px);
    padding: 20px;
    background: #111;
    transition: .5s;
    box-sizing: border-box;
    overflow-y: auto;
  }
  .header .gnb li {
    display: block;
    padding: 20px 0;
    box-sizing: border-box;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: -0.55px;
    transform: translateY(20vh);
    opacity: 0;
    text-align: center;
  }
  .header .gnb li + li {
    margin-left: 0;
  }
  .header .gnb li:after {
    display: none;
  }
  .header .gnb li:nth-last-child(1) {
    margin-top: 20px;
  }
  .header .profile {
    height: 24px;
    padding: 0 15px;
    line-height: 22px;
    font-size: 11px;
    margin-right: 36px;
  }
  .header .langBox {
    display: none;
  }
  .header .allMenuBtn {
    display: block;
    position: absolute;
    right: 24px;
    width: 35px;
    height: 35px;
    top: 50%;
    transform: translateY(-50%);
  }
  .header .allMenuBtn span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 2px;
    background: white;
    text-indent: -999em;
    transition: .4s;
    border-radius: 30px;
  }
  .header .allMenuBtn span:before, .header .allMenuBtn span:after {
    content: "";
    position: absolute;
    left: 0;
    height: 2px;
    background: white;
    transition: .4s;
    border-radius: 30px;
  }
  .header .allMenuBtn span:before {
    top: -6px;
    width: 18px;
  }
  .header .allMenuBtn span:after {
    top: 6px;
    width: 16px;
  }
}

.footer {
  padding-top: 50px;
  padding-bottom: 100px;
  margin-top: 100px;
}

.footer .inner {
  font-weight: 600;
  letter-spacing: -1.6px;
  line-height: 32px;
  font-size: 25px;
  position: relative;
}

.footer .inner:after {
  display: block;
  content: "";
  clear: both;
}

.footer .inner dl {
  display: flex;
}

.footer .inner dl dt:after {
  content: ":";
  display: inline-block;
  margin: 0 5px;
}

.footer .inner p {
  width: 100%;
}

.footer .inner .flex {
  gap: 10px;
  margin-top: 40px;
  font-size: 20px;
}

.footer .inner .cont {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
}

.fLeft {
  float: left;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -1.6px;
  line-height: 32px;
}

.fLeft dl {
  display: flex;
  margin-bottom: 10px;
}

.fLeft dl dt:after {
  content: ":";
  display: inline-block;
  margin: 0 5px;
}

.fLeft .flex {
  gap: 10px;
  margin-top: 40px;
  font-size: 20px;
}

.fRight {
  float: right;
}

.fRight .snsList {
  display: flex;
}

.fRight .snsList li + li {
  margin-left: 20px;
}

.fRight .snsList a {
  display: inline-block;
}

.fRight .snsList .ico {
  display: inline-block;
  font-size: 48px;
}

/* only PC */
/* 태블릿 */
@media only screen and (max-width: 1400px) {
  .fLeft {
    font-size: 24px;
    letter-spacing: -1.2px;
  }
  .fLeft dl {
    margin-bottom: 16px;
  }
  .fLeft .flex {
    margin-top: 20px;
    font-size: 18px;
  }
}

/* 모바일 */
@media only screen and (max-width: 767px) {
  .footer {
    padding-top: 22px;
    padding-bottom: 50px;
    margin-top: 140px;
    border-top: 1px solid #eee;
  }
  .footer .inner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 20px;
    font-size: 14px;
    letter-spacing: -.5px;
    line-height: 1;
  }
  .footer .inner .cont {
    justify-content: center;
    margin-top: 4rem;
  }
  .footer .inner .cont dl:first-child {
    width: 100%;
    justify-content: center;
  }
  .footer .inner p {
    font-size: 12px;
    text-align: center;
  }
  .footer .inner .flex {
    font-size: 12px;
    justify-content: center;
  }
  .fLeft {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1;
  }
  .fLeft dl {
    justify-content: center;
    margin: 10px 0;
  }
  .fLeft p {
    font-size: 12px;
    text-align: center;
  }
  .fLeft .flex {
    justify-content: center;
    font-size: 12px;
  }
  .fRight .snsList {
    justify-content: center;
  }
  .fRight .snsList li + li {
    margin-left: 10px;
  }
  .fRight .snsList .ico {
    font-size: 35px;
  }
}

.layerPopupW {
  display: none;
  background: rgba(0, 0, 0, 0.62);
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  padding: 50px 0;
  box-sizing: border-box;
}

.layerPopupW img {
  width: 100%;
}

.layerPopup {
  width: 800px;
  width: 1100px;
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  background-color: #fff;
}

.closeW {
  position: relative;
  width: 100%;
  z-index: 100;
}

.closeW .popClose {
  position: absolute;
  right: 20px;
  right: -50px;
  top: 50%;
  top: 0;
  background: url(../images/icon/icon-close-wh.svg) no-repeat center/100%;
  text-indent: -9999em;
  width: 40px;
  height: 40px;
}

.layerCon {
  position: relative;
  overflow-y: auto;
  z-index: 101;
  -ms-overflow-style: none;
  max-height: calc(96vh - 50px);
}

.project .layerCon {
  scrollbar-width: none;
}

.project .layerCon::-webkit-scrollbar {
  display: none;
}

.popTitBox {
  position: relative;
}

.popTitBox .titW {
  text-align: center;
}

.popTitBox .popTit {
  font-size: 100px;
  font-weight: 600;
  letter-spacing: -5px;
}

.popTitBox .popSubTxt {
  margin-top: 24px;
  font-size: 34px;
  font-weight: 300;
  letter-spacing: -1.7px;
}

.popCont ul li + li {
  margin-top: 20px;
}

.popCont ul dl {
  display: flex;
  width: 100%;
}

.popCont ul dl dt {
  flex-shrink: 0;
}

.popCont .popTxt {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
  word-break: keep-all;
}

.myModal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.myModal .modalInr {
  background-color: #fefefe;
  margin: 0;
  padding: 0;
  width: 80%;
  max-width: 1300px;
  min-height: 300px;
  max-height: 80vh;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.02);
  box-sizing: border-box;
}

.myModal .modalInr:before {
  content: "";
  z-index: 9;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 10px;
  background: #00b476;
  background: linear-gradient(124deg, #00b476 0%, #29e689 100%);
  border-radius: 10px 10px 0 0;
}

.myModal .modalWrap {
  padding: 60px;
}

.myModal .modalWrap .modalCont {
  max-height: calc(80vh - 260px);
  overflow: auto;
  box-sizing: border-box;
}

.myModal .modalTit {
  text-align: center;
  padding-top: 30px;
}

.myModal .modalTit h2 {
  position: relative;
  display: inline-block;
  font-size: 30px;
  color: black;
  font-weight: 600;
  letter-spacing: -1px;
}

.myModal .modalTit h2 + p {
  margin-top: 15px;
}

.myModal .modalTit h2:before {
  content: "";
  position: absolute;
  left: -120px;
  bottom: -40px;
  width: 110px;
  height: 110px;
  background: url(../images/icon/icon-mypage.svg) no-repeat center;
}

.myModal .modalTit p {
  font-size: 18px;
  color: black;
  font-weight: normal;
}

.myModal .modalTit + .modalCont {
  margin-top: 50px;
}

.myModal .modalCont {
  background: #F8F9FD;
  border-radius: 3px;
  padding: 40px 50px;
}

.myModal .modalCont .flexBox {
  display: flex;
  gap: 20px;
}

.myModal .modalCont .boxItm {
  background: #eaeefc;
  border-radius: 20px;
  padding: 10px 20px;
}

.myModal .modalCont .boxItm span:first-child {
  color: #00b476;
  font-weight: bold;
}

.myModal .modalCont .titBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.myModal .modalCont .titBox + [class*="listItm"] {
  margin-top: 20px;
}

.myModal .modalCont h3 {
  font-size: 20px;
  color: black;
  font-weight: 400;
}

.myModal .modalCont h3 + [class*="listItm"] {
  margin-top: 20px;
}

.myModal .modalCont [class*="listItm"] + h3 {
  margin-top: 50px;
}

.myModal .closeModal {
  color: #aaaaaa;
  position: fixed;
  right: 30px;
  top: 30px;
  font-size: 28px;
  font-weight: bold;
}

.myModal .closeModal:hover, .myModal .closeModal:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.no-scroll {
  overflow: hidden;
  height: 100%;
}

.ppModal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.ppModal .modalInr {
  background-color: #fefefe;
  margin: 0;
  padding: 60px;
  width: 80%;
  max-width: 1300px;
  min-height: 300px;
  max-height: 80vh;
  position: fixed;
  overflow-y: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.02);
  box-sizing: border-box;
}

.ppModal .modalTit {
  text-align: center;
}

.ppModal .popClose {
  position: fixed;
  text-indent: unset;
  background: none;
  top: 20px;
  right: 20px;
  font-size: 28px;
  font-weight: bold;
  color: #aaa;
}

.ppModal .popClose:hover, .ppModal .popClose:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.ppModal h2 {
  font-size: 30px;
  margin-bottom: 10px;
}

.ppModal h2 + p {
  margin-top: 20px;
  letter-spacing: -0.75px;
  font-size: 16px;
  font-weight: 300;
}

.ppModal .modalCont {
  margin-top: 40px;
}

.ppModal .modalCont p {
  font-size: 16px;
  line-height: 1.4;
}

.ppModal h3 {
  font-size: 18px;
  margin-top: 30px;
}

.ppModal p {
  font-size: 16px;
}

.ppModal li {
  font-size: 16px;
  line-height: 1.4;
  padding-left: 14px;
}

.ppModal li span {
  margin-left: -14px;
  margin-right: 3px;
}

.ppModal table {
  width: 100%;
  table-layout: fixed;
  margin: 15px 0;
}

.ppModal table th, .ppModal table td {
  border: 1px solid #ddd;
  padding: 10px;
}

.ppModal table thead th {
  text-align: center;
  font-weight: 500;
}

.ppModal table tbody th, .ppModal table tbody td {
  font-weight: 300;
}

.ppModal .dtList > li {
  position: relative;
}

.ppModal .dtList > li:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000;
  position: absolute;
  left: 0;
  top: 9px;
}

.popTitBox {
  text-align: center;
}

.popTitBox h2 {
  font-size: 30px;
  margin-bottom: 10px;
}

.popTitBox h2 + p {
  margin-top: 20px;
  letter-spacing: -0.75px;
  font-size: 16px;
  font-weight: 300;
}

.ppPopup .layerCon {
  overflow-y: auto;
  background-color: #fefefe;
  margin: 0;
  padding: 60px;
  box-sizing: border-box;
  scrollbar-width: auto;
}

.ppPopup .popCont section {
  margin-top: 40px;
}

.ppPopup .popCont p {
  font-size: 16px;
  line-height: 1.4;
}

.ppPopup .popCont .nvList li span {
  margin-left: -14px;
  margin-right: 3px;
}

.ppPopup .popCont li {
  font-size: 16px;
  line-height: 1.4;
  padding-left: 14px;
}

.ppPopup .popCont ul li + li {
  margin-top: 0;
}

.ppPopup h3 {
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 10px;
}

.ppPopup table {
  width: 100%;
  table-layout: fixed;
  margin: 15px 0;
}

.ppPopup table th, .ppPopup table td {
  border: 1px solid #ddd;
  padding: 10px;
}

.ppPopup table thead th {
  text-align: center;
  font-weight: 500;
}

.ppPopup table tbody th, .ppPopup table tbody td {
  font-weight: 300;
}

.ppPopup .dtList > li {
  position: relative;
}

.ppPopup .dtList > li:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #000;
  position: absolute;
  left: 0;
  top: 9px;
}

.alertModal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.alertModal .modalInr {
  background-color: #fefefe;
  margin: 0;
  padding: 60px;
  width: 80%;
  max-height: 80vh;
  position: fixed;
  overflow-y: auto;
  left: 50%;
  top: 50%;
  max-width: 500px;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.02);
  box-sizing: border-box;
}

.alertModal .modalInr:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 10px;
  background: #00b476;
  background: linear-gradient(124deg, #00b476 0%, #29e689 100%);
  border-radius: 10px 10px 0 0;
}

.alertModal .modalTit {
  text-align: center;
}

.alertModal .modalTit p {
  font-size: 18px;
  color: black;
  font-weight: normal;
}

.alertModal .modalCont h3 {
  font-size: 20px;
  color: black;
  font-weight: 400;
}

.alertModal .modalCont h3 + [class*="listItm"] {
  margin-top: 20px;
}

.alertModal .modalCont [class*="listItm"] + h3 {
  margin-top: 50px;
}

.alertModal .closeModal {
  color: #aaaaaa;
  position: fixed;
  right: 30px;
  top: 30px;
  font-size: 28px;
  font-weight: bold;
}

.alertModal .closeModal:hover, .alertModal .closeModal:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.alertModal p {
  word-break: keep-all;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
}

.alertModal p strong {
  display: block;
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 500;
}

/* 1920px 이상 pc */
@media only screen and (min-width: 1921px) {
  .layerPopup, .closeW {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 1920px;
    min-width: auto;
  }
}

/* 태블릿 */
@media only screen and (max-width: 1400px) {
  .popTitBox .popTit {
    font-size: 48px;
    letter-spacing: -2.4px;
  }
  .popTitBox .popSubTxt {
    margin-top: 18px;
    font-size: 18px;
    letter-spacing: -0.9px;
  }
  .popCont {
    height: 100%;
  }
  .popCont .project dt, .popCont .graph dt {
    width: 76px;
  }
  .popCont .project {
    width: 55%;
  }
  .popCont .project dt {
    font-size: 16px;
  }
  .popCont .graph {
    width: 38%;
  }
  .popCont .progressbar strong {
    font-size: 14px;
  }
  .popCont .progressbar em {
    font-size: 12px;
  }
  .popCont .popTxt {
    font-size: 14px;
  }
}

/* 모바일 */
@media only screen and (max-width: 1280px) {
  .closeW .popClose {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    top: -35px;
    width: 30px;
    height: 30px;
  }
  .ppModal .popClose {
    left: auto;
    right: -60px;
  }
  .ppModal .modalTit h2 {
    font-size: 24px;
    color: black;
    font-weight: 600;
    letter-spacing: -1px;
  }
  .ppModal .modalTit + .modalCont {
    margin-top: 40px;
  }
  .ppModal .popClose {
    position: fixed;
    top: 20px;
    right: 20px;
    font-size: 20px;
  }
  .ppModal h2 + p {
    font-size: 13px;
    letter-spacing: -0.7px;
    margin-top: 15px;
  }
  .ppModal h3 {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .ppModal .modalCont p {
    font-size: 13px;
    line-height: 1.3;
    text-align: left;
    letter-spacing: -0.7px;
  }
  .ppModal li {
    font-size: 13px;
    line-height: 1.3;
    letter-spacing: -0.7px;
  }
  .ppModal table th, .ppModal table td {
    font-size: 13px;
    letter-spacing: -0.7px;
  }
  .popTitBox h2 {
    font-size: 20px;
  }
  .popTitBox h2 + p {
    font-size: 13px;
    line-height: 1.4;
  }
  .ppPopup .layerCon {
    padding: 30px;
  }
  .ppPopup .popCont p {
    font-size: 13px;
  }
  .ppPopup .popCont li {
    font-size: 13px;
  }
  .ppPopup h3 {
    font-size: 14px;
  }
  .ppPopup table th, .ppPopup table td {
    font-size: 13px;
  }
  .ppPopup table tbody th, .ppPopup table tbody td {
    font-size: 13px;
  }
}

@media only screen and (max-width: 767px) {
  .layerPopupW {
    padding: 50px 0 0;
  }
  .closeW .popClose {
    right: 10px;
  }
  .layerCon {
    border-radius: 15px 15px 0 0;
    max-height: calc(100vh - 50px);
  }
  .popCont {
    flex-direction: column;
  }
  .popCont .project, .popCont .graph {
    width: 100%;
  }
  .popCont .graph {
    margin-top: 40px;
  }
  .myModal .modalInr {
    padding: 0;
    width: 100%;
    height: 100vh;
    max-height: 100vh;
    border-radius: 0;
    transform: none;
    top: 0;
    left: 0;
  }
  .myModal .modalInr:before {
    height: 5px;
    border-radius: 0;
  }
  .myModal .modalWrap {
    padding: 30px;
  }
  .myModal .modalWrap .modalCont {
    max-height: calc(100vh - 109px);
  }
  .myModal .modalTit {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 30px;
  }
  .myModal .modalTit h2 {
    font-size: 24px;
    color: black;
    font-weight: 600;
    letter-spacing: -1px;
  }
  .myModal .modalTit h2 + p {
    margin-top: 10px;
  }
  .myModal .modalTit h2:before {
    content: "";
    position: absolute;
    left: -124px;
    bottom: -47px;
    width: 90px;
    height: 90px;
    background-size: 90px;
  }
  .myModal .modalTit p {
    font-size: 15px;
    color: black;
    font-weight: normal;
  }
  .myModal .modalTit + .modalCont {
    margin-top: 0;
    margin-left: -30px;
    margin-right: -30px;
  }
  .myModal .modalCont {
    padding: 30px;
  }
  .myModal .modalCont .titBox {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }
  .myModal .modalCont .flexBox {
    gap: 10px;
    width: 100%;
    justify-content: space-between;
  }
  .myModal .modalCont .boxItm {
    font-size: 13px;
  }
  .myModal .modalCont h3 {
    font-size: 16px;
  }
  .myModal .modalCont h3 + [class*="listItm"] {
    margin-top: 20px;
  }
  .myModal .modalCont [class*="listItm"] + h3 {
    margin-top: 40px;
  }
  .myModal .closeModal {
    font-size: 20px;
  }
  .ppModal .modalInr {
    padding: 30px;
    width: 100%;
    height: 100vh;
    max-height: 100vh;
    border-radius: 0;
    transform: none;
    top: 0;
    left: 0;
  }
  .ppModal .popClose {
    top: 15px;
    right: 15px;
  }
  .switch-wrap .txt-item {
    font-size: 13px;
  }
}

@media only screen and (max-width: 320px) {
  .myModal .modalTit h2:before {
    display: none;
  }
  .myModal .modalWrap .modalCont {
    padding: 15px;
  }
}

html {
  font-size: 20px;
  scroll-behavior: smooth;
}

html, body {
  width: 100%;
  height: 100%;
}

.wrap {
  width: 100%;
  overflow-x: hidden;
}

body.popupOpen {
  overflow: hidden;
}

a.disabled {
  pointer-events: none;
}

.blind {
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.subContent {
  padding: 130px 30px 30px 30px;
  max-width: 1280px;
  margin: 0 auto;
}

.main-visual {
  position: relative;
  z-index: 10;
  width: 100%;
  height: auto;
  min-height: calc(100vh - 100px);
  padding-top: 100px;
  display: flex;
  align-items: flex-end;
  background: #00B476;
}

.main-visual .inner {
  width: 100%;
  height: 100%;
  max-width: 100%;
}

.main-visual .inner .titBox {
  margin-bottom: 120px;
}

.main-visual h2 {
  font-size: 60px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  letter-spacing: -3px;
  margin-bottom: 70px;
  line-height: 1.4;
  font-size: 4em;
}

.main-visual .form-wrap {
  position: relative;
  margin: 0 auto;
  width: 82vw;
  min-height: 55vh;
  height: auto;
  background-size: cover;
  background-image: url(../images/bg/sheet-img.svg);
}

.main-visual .form-wrap:after {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  top: -52%;
  width: 100%;
  height: 100%;
  max-width: 360px;
  max-height: 385px;
  background: url(../images/cont/deco-img.svg) no-repeat center/100%;
  max-width: 18vw;
  max-height: 41vh;
  min-height: 200px;
  width: 100%;
  height: 100%;
}

.main-visual .form-inner {
  height: 100%;
  border-radius: 0 0 30px 0;
  overflow: hidden;
  width: 70%;
  max-width: 800px;
  margin: 0 auto;
  padding-top: 150px;
}

.main-visual .form-cont:before {
  content: "";
  display: block;
  position: relative;
  margin: 30px auto;
  height: 10vh;
  width: auto;
  max-height: 60px;
  background: url(../images/logo-sheet2.svg) no-repeat center;
  background-size: contain;
}

.main-visual .form-cont .imgBox {
  max-width: 376px;
  max-width: 300px;
  width: 100%;
  height: 56px;
}

.main-visual .form-cont .imgBox img {
  height: 100%;
}

.main-visual form {
  width: 100%;
}

.main-visual form .input-box {
  margin-top: 50px;
}

.main-visual form .btnBox {
  margin-top: 50px;
}

.main-visual .input-box {
  position: relative;
}

.main-visual .input-box [class*="input"] {
  font-size: 23px;
  font-weight: 300;
  letter-spacing: -1.15px;
  color: #000;
}

.main-visual .input-box .input {
  width: 100%;
  height: 70px;
  border: 3px solid #33C482;
  border-radius: 8px;
  box-sizing: border-box;
  padding-left: 35px;
  padding-right: 185px;
  text-align: center;
}

.main-visual .input-box .input::placeholder {
  color: #ccc;
}

.main-visual .input-box .input-txt {
  position: absolute;
  top: 50%;
  right: 35px;
  transform: translateY(-50%);
}

.main-visual .btnBox {
  text-align: center;
  margin: 56px auto 0;
  margin-top: 30px;
}

.form-wrap .desc {
  font-size: 25px;
  font-weight: 300;
  letter-spacing: -1px;
  color: #666;
  text-align: center;
  margin-top: 50px;
  line-height: 1.6;
}

.form-cont .btn {
  min-width: 330px;
  height: 70px;
  line-height: 68px;
  border-radius: 5px;
  background: #00C37F;
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: -1.25px;
  border: none;
}

.form-cont .btn:hover {
  background: #000;
  transition: all .2s ease-in-out;
}

.switch-wrap {
  display: flex;
  gap: 10px;
  align-items: center;
}

.switch {
  width: 40px;
  height: 8px;
  position: relative;
  display: inline-block;
}

.switch input {
  width: 0;
  height: 0;
  opacity: 0;
}

.switch input:checked + .slider {
  background-color: #00b476;
}

.switch input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
  left: 4px;
}

.switch input:focus + .slider {
  box-shadow: 0 0 1px #efefef;
}

.switch .slider {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
}

.switch .slider:before {
  width: 20px;
  height: 20px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 5px 6px 20px 1px rgba(0, 0, 0, 0.1);
  border: 1px solid #EFEFEF;
  position: absolute;
  content: "";
  left: 0;
  bottom: -6px;
  background-color: #fff;
}

.section {
  width: 100%;
  padding: 10rem 0;
  word-break: keep-all;
}

.section strong {
  display: block;
}

.section .titBox {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.section .titBox.flxClm {
  flex-direction: column;
  align-items: center;
}

.section .titBox.flxClm .title {
  width: 100%;
  text-align: center;
}

.section .titBox.flxClm .subTxt {
  text-align: center;
  margin-top: 40px;
}

.section .titBox.flxClm + .cont {
  margin-top: 60px;
}

.section .titBox .title {
  width: 700px;
}

.section .titBox .subTxt {
  width: 600px;
}

.section .cont + .flxClm {
  margin-top: 120px;
}

.inner {
  max-width: 84.5%;
  margin: 0 auto;
}

.title {
  font-size: 100px;
  font-weight: 600;
  letter-spacing: -5px;
  line-height: 140px;
  color: #000;
}

.subTxt {
  font-size: 24px;
  font-weight: 200;
  letter-spacing: -1.2px;
  line-height: 40px;
}

.red {
  color: #00b476;
}

.imgBox {
  width: 100%;
}

.imgBox img {
  width: 100%;
}

.imgBox img.mo {
  display: none;
}

.imgBox img.tablet {
  display: none;
}

.btn {
  display: inline-block;
  min-width: 220px;
  height: 80px;
  border-radius: 4px;
  font-size: 24px;
  line-height: 80px;
  text-align: center;
  border: 1px solid #ddd;
  padding: 0 30px;
  box-sizing: border-box;
}

.btnLine {
  display: inline-block;
  padding: 3px 20px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  border-radius: 30px;
  border: 1px solid white;
  color: white;
  box-sizing: border-box;
}

.btnLine:hover {
  background: white;
  color: black;
}

.btnGoogle {
  display: inline-block;
  width: 207px;
  height: 40px;
  background: url(../images/google-login.svg) no-repeat center;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.08);
}

.viewMore {
  height: 520px;
  padding: 1px 0;
  overflow: hidden;
}

.viewMore + .btnBox {
  margin-top: -20px;
  text-align: center;
  position: relative;
  background: white;
}

.viewMore + .btnBox:before {
  position: absolute;
  display: block;
  top: -30px;
  left: 0;
  right: 0;
  height: 30px;
  content: "";
  background: linear-gradient(0deg, white, #ffffffc4, #ffffff47);
}

.listItmWrap {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.listItmWrap .boxItm {
  position: absolute;
  top: -50px;
  right: 0;
  background: #eaeefc;
  border-radius: 20px;
  padding: 10px 20px;
}

.listItmWrap .boxItm span {
  color: #00b476;
  font-weight: bold;
}

.listItm {
  position: relative;
  background: white;
  height: 50px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.09);
}

.listItm:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 6px;
  background: #00CA72;
  border-radius: 5px 0 0 5px;
}

.listItm dt, .listItm dd {
  text-indent: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.listItm dt {
  max-width: 30%;
  min-width: 160px;
}

.listItm dd {
  text-indent: 20px;
  flex: 1;
  white-space: normal;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 0 5px 0 10px;
}

.listItm dd .urlData {
  width: 100%;
  border: 1px solid #ddd;
  background: #fff;
  padding: 0 15px;
}

.listItm dd .goBtn {
  height: 40px;
  display: inline-block;
  line-height: 40px;
  vertical-align: middle;
  min-width: 90px;
  background: #00CA72;
  color: #fff;
  text-align: center;
  text-indent: 0;
  border-radius: 5px;
  padding: 0 15px;
  box-sizing: border-box;
  font-size: 15px;
  letter-spacing: 0.5px;
}

.listItm dd .copyToClickThis:hover {
  cursor: pointer;
}

.listItm .linkItm {
  font-size: 15px;
  text-decoration: underline;
  color: #1A93FF;
  line-height: 1.5;
}

.accordion .ui-accordion-header {
  position: relative;
  font-size: 18px;
  color: black;
  padding: 30px;
  background: white;
  border: 1px solid #ebebeb;
  font-weight: 500;
  margin-top: -1px;
  padding-right: 80px;
  line-height: 1.5;
  cursor: pointer;
}

.accordion .ui-accordion-header-active .ui-accordion-header-icon {
  transform: rotate(-180deg);
  transition: 0.1s;
}

.accordion .ui-accordion-header-icon {
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  right: 25px;
  top: calc(50% - 12px);
  background: url(../images/icon/icon-arrow.svg) no-repeat center;
  background-size: 24px;
  transition: 1s;
}

.accordion .ui-accordion-content {
  padding: 30px;
  background: #F8F9FD;
  color: #707070;
  font-size: 16px;
  line-height: 1.8;
}

.accordion .ui-accordion-content p + p {
  margin-top: 20px;
}

.videoWrap {
  position: relative;
  overflow: hidden;
  height: auto;
  width: 65vw;
  margin: 0 auto;
}

.videoWrap video {
  width: 100%;
}

.us {
  padding-top: 8rem;
  text-align: center;
}

.us .inner {
  max-width: 1040px;
}

.us .title {
  margin-bottom: 80px;
}

.us [data-aos=zoom-out] {
  transform: scale(3);
}

.experience .cont {
  width: 100%;
  height: 100vh;
}

.fixedArea {
  position: relative;
  height: 100vh;
}

.fixedArea .videoWrap {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.fixedArea .videoWrap:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  background: radial-gradient(transparent 35%, transparent 42%, #111 73%, #111 100%);
}

.fixedArea .videoWrap video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.historyBox {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.hList {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 60%;
  height: 100%;
  margin: 0 auto;
  overflow-x: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.hList > li {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}

.hList > li:nth-child(odd) ul {
  text-align: right;
}

.hList > li .listInner {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.hList strong {
  font-size: 300px;
  letter-spacing: -15px;
  text-align: center;
}

.hList ul {
  margin-top: 15%;
}

.hList ul li {
  font-size: 28px;
  letter-spacing: -1.4px;
  line-height: 32px;
}

.hList ul li + li {
  margin-top: 20px;
}

.hList::-webkit-scrollbar {
  display: none;
}

.serviceBox li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.serviceBox li:nth-child(even) {
  flex-direction: row-reverse;
}

.serviceBox li + li {
  margin-top: 200px;
}

.serviceBox .imgBox {
  width: 48%;
}

.serviceBox .txtBox {
  width: 480px;
}

.serviceBox .txtBox .subTit {
  margin-bottom: 45px;
  font-size: 80px;
  font-weight: 600;
  line-height: 1.2;
}

.project .cont {
  max-width: 84.5%;
  margin: 100px auto 0;
}

.pList {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.pList li {
  position: relative;
  width: 32.5%;
  margin-top: 1.25%;
  background: #fff;
}

.pList li:nth-child(-n+3) {
  margin-top: 0;
}

.pList li:before {
  content: "";
  display: block;
  position: absolute;
  left: 5.8%;
  bottom: 5.8%;
  width: 38.6%;
  height: 9.8%;
  z-index: 5;
}

.pList li:nth-child(1):before {
  background: url(../images/project/project_1/banner.png) no-repeat center/100%;
}

.pList li:nth-child(2):before {
  background: url(../images/project/project_2/banner.png) no-repeat center/100%;
}

.pList li:nth-child(3):before {
  background: url(../images/project/project_3/banner.png) no-repeat center/100%;
}

.pList li:nth-child(4):before {
  background: url(../images/project/project_4/banner.png) no-repeat center/100%;
}

.pList li:nth-child(5):before {
  background: url(../images/project/project_5/banner.png) no-repeat center/100%;
}

.pList li:nth-child(6) figure {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.pList li:nth-child(7) figure {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.pList li:nth-child(8) figure {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.pList li:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.pList a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}

.pList a:hover:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #DE0716;
  opacity: .8;
  transition: .4s ease-in-out;
  z-index: 10;
}

.pList a:hover figcaption {
  opacity: 1;
}

.pList a figcaption {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  font-size: 48px;
  font-weight: 600;
  letter-spacing: -2.4px;
  transition: .5s ease-in-out;
  z-index: 15;
  white-space: nowrap;
}

.pList img {
  width: 100%;
}

.contact .titBox {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.contact .titBox .title {
  width: 100%;
  text-align: center;
}

.contact .titBox .subTxt {
  text-align: center;
  margin-top: 40px;
}

.mapBox {
  position: relative;
  margin-top: 50px;
}

.mapBox .contactF {
  width: 500px;
  margin: 0 auto;
  max-width: 100%;
}

.mapBox .contactList {
  width: 100%;
}

.mapBox .contactList dl + dl {
  margin-top: 40px;
}

.mapBox .contactList dt {
  margin-bottom: 15px;
  font-weight: 500;
  line-height: 1;
}

.mapBox .contactList input, .mapBox .contactList textarea {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  color: #111;
}

.mapBox .contactList input {
  height: 80px;
  border: 3px solid #33C482;
  padding: 10px 30px;
  font-size: 22px;
  text-align: center;
}

.mapBox .contactList textarea {
  min-height: 280px;
}

.mapBox .btnBox {
  margin-top: 40px;
  text-align: center;
}

.mapBox .btnBox .btn {
  background: #33C482;
  color: #fff;
  border: none;
  font-weight: 600;
  padding: 0 50px;
}

.flex {
  display: flex;
}

.tabList {
  margin-top: 80px;
}

.tabList ul, .tabList li, .tabList a {
  display: flex;
  align-items: center;
}

.tabList ul {
  gap: 5px;
}

.tabList li {
  text-align: center;
}

.tabList a {
  min-width: 200px;
  font-size: 30px;
  justify-content: center;
  height: 70px;
  border: 1px solid #ebebeb;
  border-bottom: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.tabList a:hover, .tabList a.current {
  background-color: #00b476;
  color: #fff;
  border: 1px solid #00b476;
}

.tabContainer .tabContent {
  display: none;
  min-height: 590px;
}

.tabContainer .tabContent.on {
  display: block;
}

.accordion h3 .num, .accordion h3 .subject, .accordion h3 .new {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

.accordion h3 .new {
  border: 1px solid #00b476;
  color: #fff;
  height: 30px;
  line-height: 28px;
  padding: 0 15px;
  border-radius: 30px;
  background: #00b476;
}

.pagingNav {
  text-align: center;
  font-size: 0;
  margin-top: 50px;
}

.pagingNav a {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #ddd;
  margin-left: 5px;
  line-height: 33px;
  width: 35px;
  height: 35px;
}

.pagingNav a:hover, .pagingNav a.current {
  color: #000;
  border: 1px solid #000;
}

.pagingNav a.btnNav.prev {
  margin-right: 20px;
}

.pagingNav a.btnNav.next {
  margin-left: 20px;
}

.kakaoChatBtn {
  position: absolute;
  right: 0;
  top: 0;
}

.priceList > ul {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  height: 500px;
}

.priceList > ul > li {
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 10px;
  width: calc(100% / 4);
}

/* 1920px 이상 pc */
@media only screen and (min-width: 1921px) {
  .inner {
    max-width: 1920px;
  }
  .us .inner {
    max-width: 1050px;
  }
  .project .cont {
    max-width: 1920px;
  }
}

/* only PC */
/* 태블릿 */
@media only screen and (max-width: 1400px) {
  html {
    font-size: 10px;
  }
  .section .titBox .title {
    width: 450px;
  }
  .section .titBox .subTxt {
    width: 43%;
  }
  .title {
    font-size: 64px;
    letter-spacing: -3.2px;
    line-height: 90px;
  }
  .subTxt {
    font-size: 18px;
    letter-spacing: -0.9px;
    line-height: 30px;
  }
  .main-visual h2 {
    font-size: 48px;
  }
  .main-visual .form-wrap {
    width: 90%;
  }
  .us {
    padding-top: 20rem;
  }
  .us .inner {
    max-width: 60%;
  }
  .hList {
    width: 100%;
  }
  .hList strong {
    font-size: 240px;
    letter-spacing: -12px;
  }
  .hList ul li {
    font-size: 20px;
    letter-spacing: -1px;
  }
  .serviceBox .txtBox {
    width: 37%;
  }
  .serviceBox .txtBox .subTit {
    font-size: 56px;
  }
  .project .cont {
    margin: 100px auto 0;
  }
  .pList a figcaption {
    font-size: 29px;
  }
  .mapBox {
    margin-top: 100px;
  }
  .mapBox .imgBox img.tablet {
    display: block;
  }
  .mapBox .imgBox img.pc {
    display: none;
  }
  .mapBox .btnBox .btn {
    height: 80px;
    line-height: 78px;
    font-size: 24px;
  }
  .btn {
    min-width: 100%;
    height: 40px;
    font-size: 16px;
    line-height: 38px;
  }
}

@media only screen and (max-width: 1280px) {
  .main-visual .inner {
    padding: 0;
  }
  .main-visual .form-wrap {
    width: 100%;
  }
  .main-visual .form-wrap:after {
    top: -44%;
  }
  .main-visual .form-cont:before {
    max-width: 300px;
    background-size: 100%;
    background-image: url(../images/logo-sheet2-m.svg);
  }
  .form-wrap .desc {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0;
    font-weight: 400;
    color: #666;
  }
  .btnBox {
    margin-top: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 1023px) {
  .section .titBox .subTxt {
    width: 40%;
  }
  .title {
    font-size: 60px;
    line-height: 80px;
  }
  .subTxt {
    font-size: 17px;
    line-height: 26px;
  }
  .us .inner {
    max-width: 79%;
  }
  .serviceBox .txtBox .subTit {
    font-size: 42px;
    margin-bottom: 35px;
  }
  .kakaoChatBtn {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    overflow: hidden;
    width: 52px;
    border-radius: 50px;
  }
}

/* 모바일 */
@media only screen and (max-width: 900px) {
  .main-visual .form-wrap {
    width: 100%;
    background-image: url(../images/bg/sheet-img-m.svg);
    background-position-x: 42%;
    background-size: 120%;
    background-repeat: no-repeat;
  }
  .main-visual .form-wrap:after {
    top: -23%;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    background: url(../images/cont/deco-img-m.svg) no-repeat center/100%;
    max-width: 167px;
    max-height: 180px;
    top: -100px;
  }
  .main-visual .imgBox .pc {
    display: none;
  }
  .main-visual .imgBox .mo {
    display: block;
  }
  .main-visual .form-inner {
    padding-top: 27%;
    padding-bottom: 50px;
  }
  .main-visual .form-cont:before {
    max-width: 250px;
    background-size: 100%;
    background-image: url(../images/logo-sheet2-m.svg);
  }
  .main-visual .form-cont .btn {
    max-width: 280px;
    height: 50px;
    line-height: 48px;
    font-size: 16px;
    letter-spacing: -0.8px;
  }
  .btnBox {
    margin-top: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  html, body {
    min-width: 320px;
  }
  .mainVisual {
    background-image: url(../images/m-main-visual.png);
  }
  .mainVisual .titBox {
    bottom: 9vh;
  }
  .mainVisual .titBox .title {
    margin-bottom: 0;
    font-size: 40px;
  }
  .main-visual form .btnBox {
    margin-top: 20px;
  }
  .main-visual h2 {
    font-size: 30px;
    letter-spacing: -2px;
  }
  .main-visual .input-box .input {
    padding-right: 120px;
  }
  .main-visual .form-wrap {
    width: 100%;
    min-height: 60vh;
    min-height: 50vh;
    height: auto;
  }
  .main-visual .form-cont .btn {
    min-width: 100%;
  }
  .main-visual .form-cont:before {
    max-width: 200px;
    margin: 0 auto;
  }
  .main-visual .imgBox {
    margin-left: -8%;
    width: 116vw;
  }
  .main-visual .btnBox {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .section {
    padding: 7rem 0 0;
  }
  .section .titBox {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .section .titBox.flxClm {
    flex-direction: row;
  }
  .section .titBox.flxClm .subTxt {
    margin-top: 0;
  }
  .section .titBox.flxClm + .cont {
    margin-top: 40px;
  }
  .section .titBox .title {
    width: 100%;
    margin-bottom: 20px;
    font-size: 35px;
    line-height: 45px;
    text-align: center;
  }
  .section .titBox .subTxt {
    width: 100%;
  }
  .inner {
    max-width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .tabList ul {
    gap: 5px;
    justify-content: space-between;
  }
  .tabList li {
    flex: 1;
  }
  .tabList a {
    min-width: initial;
    flex: 1;
    font-size: 16px;
    height: 55px;
  }
  .tabContainer .tabContent {
    min-height: inherit;
  }
  .pagingNav {
    text-align: center;
    font-size: 0;
    margin-top: 20px;
  }
  .pagingNav a {
    margin-left: 5px;
  }
  .pagingNav a.btnNav.prev {
    margin-right: 10px;
  }
  .pagingNav a.btnNav.next {
    margin-left: 10px;
  }
  .pagingNav a.btnNav {
    display: none;
  }
  .videoWrap {
    width: 100%;
  }
  .title {
    font-size: 35px;
    letter-spacing: -1px;
    line-height: 50px;
  }
  .subTxt {
    font-weight: 400;
    font-size: 13px;
    text-align: center;
    padding: 0 10px;
    color: #707070;
    letter-spacing: -.7px;
    line-height: 22px;
    word-break: keep-all;
  }
  .imgBox img.pc {
    display: none;
  }
  .imgBox img.mo {
    display: block;
  }
  .us {
    padding-top: 8rem;
    text-align: center;
  }
  .us .inner {
    max-width: 100%;
  }
  .us .title {
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }
  .us p br {
    display: none;
  }
  .experience .cont {
    height: 100%;
  }
  .service .cont {
    margin-top: 0;
  }
  .fixedArea {
    height: 70vh;
  }
  .hList strong {
    font-size: 120px;
    letter-spacing: -6px;
  }
  .hList ul {
    margin-top: 50px;
  }
  .hList ul li {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.7px;
  }
  .serviceBox li {
    flex-wrap: wrap;
  }
  .serviceBox li + li {
    margin-top: 100px;
  }
  .serviceBox li:nth-child(odd) .txtBox {
    text-align: center;
  }
  .serviceBox .imgBox {
    width: 100%;
  }
  .serviceBox .txtBox {
    width: 100%;
    margin-top: 40px;
  }
  .serviceBox .txtBox .subTit {
    text-align: center;
    margin-bottom: 20px;
    font-size: 35px;
    width: 80%;
    margin: 0 auto 20px;
  }
  .serviceBox .subTxt br {
    display: none;
  }
  .project {
    padding-top: 14rem;
  }
  .project .cont {
    overflow-x: scroll;
    max-width: 100%;
    margin: 40px 0 0 30px;
  }
  .pList {
    width: 2600px;
    flex-wrap: nowrap;
  }
  .pList li {
    width: calc((100%/9) - 20px);
    margin-top: 0;
  }
  .pList li:last-child {
    margin-right: 30px;
  }
  .pList a figcaption {
    font-size: 24px;
  }
  .mapBox {
    margin-top: 40px;
  }
  .mapBox .imgBox img.tablet {
    display: none;
  }
  .mapBox .contactF {
    position: static;
    transform: translateY(0);
    width: 100%;
    margin-top: 40px;
  }
  .mapBox .contactList dl + dl {
    margin-top: 20px;
  }
  .mapBox .contactList dt {
    margin-bottom: 10px;
  }
  .mapBox .contactList input {
    height: 60px;
    font-size: 18px;
  }
  .mapBox .contactList textarea {
    min-height: 200px;
  }
  .mapBox .btnBox {
    margin-top: 20px;
  }
  .mapBox .btnBox .btn {
    padding: 0 50px;
    height: 60px;
    line-height: 58px;
    font-size: 18px;
  }
  .contact .titBox {
    flex-direction: inherit;
  }
  .contact .titBox .subTxt {
    margin-top: 0;
  }
  .form-wrap .desc {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 30px;
    word-break: keep-all;
    letter-spacing: -.5px;
  }
  .form-wrap .desc br {
    display: none;
  }
  .accordion .ui-accordion-header {
    font-size: 15px;
    color: black;
    padding: 20px;
    padding-right: 60px;
    font-weight: normal;
  }
  .accordion .ui-accordion-header-icon {
    width: 16px;
    height: 16px;
    right: 20px;
    top: calc(50% - 8px);
    background-size: 16px;
    background-image: url(../images/icon/icon-arrow-m.svg);
  }
  .accordion .ui-accordion-content {
    padding: 20px;
    font-size: 14px;
    line-height: 1.8;
  }
  .accordion .ui-accordion-content p + p {
    margin-top: 20px;
  }
  .alertModal .modalInr {
    padding: 40px 30px 30px;
  }
  .alertModal .closeModal {
    right: 15px;
    top: 20px;
  }
  .accordion h3 .num,
  .accordion h3 .subject,
  .accordion h3 .new {
    margin-right: 5px;
  }
  .accordion h3 .new {
    position: relative;
    text-indent: -999em;
    border: none;
    height: 18px;
    line-height: inherit;
    padding: 0;
    border-radius: 13px;
    width: 18px;
    margin-right: 0;
  }
  .accordion h3 .new:after {
    display: inline;
    content: "N";
    font-size: 12px;
    color: #fff;
    text-indent: 0;
    position: absolute;
    left: 4.5px;
    top: -1px;
  }
}

/* 20220329 anakin 추가 */
#myVideo {
  position: absolute;
  bottom: 0;
  top: -50px;
  min-width: 100%;
  left: 50%;
  transform: translateX(-50%);
  height: 110%;
  z-index: 1;
  object-fit: cover;
  opacity: 1;
}

.mainTit {
  width: 100%;
  padding: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  z-index: 2;
}

.mainTit .titTxt {
  color: #fff;
  text-align: center;
  font-size: 100px;
}

.mainTit .titTxt + .titTxt {
  margin-top: 45px;
}

.mainTit .titTxt:nth-child(1) {
  font-size: 32px;
  font-weight: 400;
}

.mainTit .titTxt:nth-child(2) {
  letter-spacing: -5px;
  font-weight: 500;
  margin-top: 25px;
}

.mainTit .titTxt:nth-child(3) {
  font-size: 24px;
  font-weight: 200;
}

.pfList:after {
  display: block;
  content: "";
  clear: both;
}

.pfList {
  margin-top: -10px;
  margin-left: -10px;
}

.pfList > li {
  float: left;
  width: calc((100% / 3) - 10px);
  margin-top: 10px;
  margin-left: 10px;
}

.pfList > li .popupBtn {
  display: block;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  color: #fff;
}

.pfList > li .popupBtn figure {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.pfList > li .popupBtn figure img {
  position: absolute;
  top: 0;
  left: 0;
  /*max-width: 100%;*/
  width: 100%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.pfList a:hover figure {
  color: #fff;
}

.pfList a:hover figure:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #1EB476;
  opacity: .8;
  -webkit-transition: .4s ease-in-out;
  -moz-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
  z-index: 10;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.pfList a:hover figcaption {
  opacity: 1;
  transition: all .3s ease;
}

.pfList a figcaption {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  font-size: 48px;
  font-weight: 600;
  letter-spacing: -2.4px;
  z-index: 15;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
}

.pfList a figcaption:after {
  content: "상세보기";
  display: block;
  text-align: center;
  color: #fff;
  font-size: 24px;
  margin-top: 10px;
  font-weight: 400;
}

.pfList a figcaption p {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 24px;
  margin-top: 10px;
  font-weight: 400;
}

.rcNum {
  display: block;
  float: left;
  line-height: 60px;
  height: 60px;
  text-align: center;
  letter-spacing: 1px;
  font-size: 18px;
  color: #fff;
  background-color: #555555;
  width: 160px;
  border-radius: 4px;
}

.mapBox .contactList .subDesc input.ipRcNum {
  height: 60px;
  float: right;
  width: calc(100% - 170px);
  vertical-align: middle;
  border-radius: 4px;
  font-size: 18px;
  letter-spacing: 1px;
}

@media only screen and (min-width: 720px) {
  .pfList li {
    opacity: 0;
    position: absolute;
    left: -999em;
  }
  .pfList li.active {
    opacity: 1;
    position: static;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }
  .pjMore {
    text-align: center;
    margin-top: 100px;
  }
  .btPjMore {
    display: inline-block;
    width: 220px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    border-radius: 4px;
    border: 1px solid #fff;
  }
}

@media only screen and (max-width: 1400px) {
  .pfList a figcaption {
    font-size: 36px;
  }
  .pfList a figcaption:after {
    font-size: 18px;
  }
  .rcNum {
    line-height: 40px;
    height: 40px;
    font-size: 16px;
  }
  .mapBox .contactList .subDesc input.ipRcNum {
    height: 40px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 900px) {
  .pfList a figcaption {
    font-size: 28px;
  }
  .pfList a figcaption:after {
    font-size: 18px;
  }
  .rcNum {
    width: calc(50% - 5px);
  }
  .mapBox .contactList .subDesc input.ipRcNum {
    width: calc(50% - 5px);
  }
}

@media only screen and (max-width: 720px) {
  .pfList a figcaption {
    font-size: 24px;
  }
  .pfList a figcaption:after {
    font-size: 18px;
  }
}

.mapBox .contactList .subDesc {
  border-radius: 4px;
  overflow: hidden;
}

.mapBox .contactList .subDesc:after {
  display: block;
  content: "";
  clear: both;
}

.mapBox .contactList .subDesc input {
  border: 0;
  border-radius: 0;
  height: 38px;
}

.mapBox .contactList .subDesc textarea {
  border: 0;
  border-radius: 0;
  min-height: 0;
  height: 80px;
}

.mapBox .contactList dd input::placeholder,
.mapBox .contactList .subDesc input::placeholder,
.mapBox .contactList .subDesc textarea::placeholder {
  color: #ddd;
}

.popTitBox.project6 {
  background: url(../images/project/kshop_PC_title.jpg) no-repeat center/100% 100%;
}

.popTitBox.project7 {
  background: url(../images/project/thombrowne_PC_title.jpg) no-repeat center/100% 100%;
}

.popTitBox.project7 .titW {
  color: #000;
}

.popTitBox.project8 {
  background: url(../images/project/babathe_PC_title.jpg) no-repeat center/100% 100%;
}

.popTitBox.project9 {
  background: url(../images/project/toryburch_PC_title.jpg) no-repeat center/100% 100%;
}

.popTitBox.project10 {
  background: url(../images/project/ssfshop_PC_title.jpg) no-repeat center/100% 100%;
}

.fadeIn {
  animation: fadein 4s;
  -moz-animation: fadein 4s;
  /* Firefox */
  -webkit-animation: fadein 4s;
  /* Safari and Chrome */
  -o-animation: fadein 4s;
  /* Opera */
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.3;
  }
}

@-moz-keyframes fadein {
  /* Firefox */
  from {
    opacity: 0;
  }
  to {
    opacity: 0.3;
  }
}

@-webkit-keyframes fadein {
  /* Safari and Chrome */
  from {
    opacity: 0;
  }
  to {
    opacity: 0.3;
  }
}

@-o-keyframes fadein {
  /* Opera */
  from {
    opacity: 0;
  }
  to {
    opacity: 0.3;
  }
}

#loading {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: block;
  background: rgba(0, 0, 0, 0.3);
  z-index: 100;
  text-align: center;
}

#loading img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 101;
}

#loading .loadingMsg {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  margin-top: 90px;
  background: #ffffff;
  padding: 20px;
  color: black;
  border-radius: 10px;
  box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.1);
  border: 2px solid #29e689;
  font-size: 15px;
  letter-spacing: -1px;
  line-height: 1.5;
  width: auto;
  min-width: 250px;
}

.btn.disabled {
  pointer-events: none;
  background: #000;
}

/* 모바일 */
@media only screen and (max-width: 720px) {
  .mainTit .titTxt + .titTxt {
    margin-top: 20px;
  }
  .mainTit .titTxt:nth-child(1) {
    font-size: 18px;
  }
  .mainTit .titTxt:nth-child(2) {
    font-size: 40px;
    font-weight: 400;
    letter-spacing: -4px;
  }
  .mainTit .titTxt:nth-child(3) {
    font-size: 16px;
    line-height: 23px;
    word-break: keep-all;
  }
  .project .cont {
    margin: 0;
    padding: 30px;
  }
  .pfList {
    white-space: nowrap;
  }
  .pfList > li {
    display: inline-block;
    width: 300px;
    float: none;
  }
  .pfList > li:last-child {
    margin-right: 30px;
  }
  .pfList a figure:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .3;
    z-index: 10;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .pfList a figcaption {
    opacity: 1;
  }
  .popTitBox.project6 {
    background: url(../images/project/kshop_MO_title.jpg) no-repeat center/100% 100%;
  }
  .popTitBox.project7 {
    background: url(../images/project/thombrowne_MO_title.jpg) no-repeat center/100% 100%;
  }
  .popTitBox.project8 {
    background: url(../images/project/babathe_MO_title.jpg) no-repeat center/100% 100%;
  }
  .popTitBox.project9 {
    background: url(../images/project/toryburch_MO_title.jpg) no-repeat center/100% 100%;
  }
  .popTitBox.project10 {
    background: url(../images/project/ssfshop_MO_title.jpg) no-repeat center/100% 100%;
  }
  .kakaoChatBtn {
    right: 20px;
  }
  .listItm dt {
    display: none;
  }
}

@media only screen and (max-width: 320px) {
  .mainTit {
    padding: 20px;
  }
  .mainTit .titTxt + .titTxt {
    margin-top: 10px;
  }
  .mainTit .titTxt:nth-child(1) {
    font-size: 14px;
  }
  .mainTit .titTxt:nth-child(2) {
    font-size: 35px;
  }
  .mainTit .titTxt:nth-child(3) {
    font-size: 14px;
  }
}

/* 20230605 */
