.fix-text-area {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 1;
}
.bottom-text-area {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 2;
}
.fix-text-area .text-box {
  z-index: 1;
  position: fixed;
  font-size: 52px;
  font-weight: 800;
  letter-spacing: 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.4);
  margin: 0 auto;
}
.bottom-text-area .bottom-text-box {
  z-index: 2;
  width: 100%;
  max-width: 600px;
  position: absolute;
  bottom: 50px;
  color: #fff;
  padding: 18px 35px;
  border: 1px solid #fff;
  border-radius: 30px;
  display: flex;
}
.bottom-text-box.black {
  color: #000;
  border: 1px solid #000;
}
.bottom-text-area .bottom-text-box a {
  width: 50%;
  text-align: center;
}
.bottom-text-area .bottom-text-box a span {
  text-decoration: line-through;
  color: #a5a5a5;
}
.bottom-text-area .bottom-text-box a:nth-child(1) {
  border-right: 1px solid #fff;
}
.bottom-text-area .bottom-text-box.black a:nth-child(1) {
  border-right: 1px solid #000;
}

.fix-text-area .text-box .active {
  color: #fff;
}
.fix-text-area .text-box .black {
  color: #000 !important;
}
.bg-box .text-box {
  z-index: 99;
  position: fixed;
  margin: 0 auto;
}
.bg-box .text-box h2 {
  font-size: 52px;
  font-weight: 800;
  letter-spacing: 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.4);
  color: #000;
}
.bg-box .text-box h2 span {
  color: #006468;
}
.bg-box .text-box p {
  font-size: 22px;
  color: #6f6f6f;
  font-weight: bold;
  text-align: center;
}
.bg-box {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.background .main-bg-01 {
  width: 100%;
  height: 100vh;
  position: fixed;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("/image/site/main_bg_01.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 1 !important;
}
.background .main-bg-02 {
  width: 100%;
  height: 100vh;
  position: fixed;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("/image/site/main_bg_02.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.background .main-bg-03 {
  width: 100%;
  height: 100vh;
  position: fixed;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("/image/site/main_bg_03.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.background .main-bg-04 {
  width: 100%;
  height: 100vh;
  position: fixed;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("/image/site/main_bg_04.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.background .text-bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.background .b-bg {
  background: #000;
}
.background .content-bg {
  background: #f5f5f7;
}
.background .main-bg-10 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("/image/site/main_bg_10.png");
  background-repeat: no-repeat;
  background-size: inherit;
  background-position: center;
}
.main-bg-10 .text-box h2 {
  color: rgba(255, 255, 255, 0.4) !important;
}
.main-bg-10 .text-box h2 span {
  color: #fff;
}
.b-bg .text-box h2 {
  color: #fff;
}
.b-bg .text-box > p {
  font-size: 32px;
  color: #2287f2;
  margin-top: 50px;
  margin-bottom: 50px;
}
.chat-box li {
  max-width: 750px;
  display: flex;
  gap: 10px;
  padding: 0 15px;
}
.chat-box li:nth-child(2) {
  flex-direction: row-reverse;
}
.chat-box li:nth-child(4) {
  flex-direction: row-reverse;
}
.chat-box li p {
  font-size: 22px;
  color: #fff !important;
  font-weight: 800;
  padding: 20px;
  background-color: #2287f2;
  border-radius: 0 12px 12px 12px;
}
.chat-box li:nth-child(2) p {
  border-radius: 12px 0 12px 12px;
}
.chat-box li:nth-child(4) p {
  border-radius: 12px 0 12px 12px;
}

.main-bg-13 h2 {
  font-size: 32px !important;
}
.main-bg-13 h3 {
  font-size: 70px;
  font-weight: 800;
  color: #006468;
  margin-top: 40px;
  margin-bottom: 35px;
}
.main-bg-13 .text-box {
  text-align: center;
}
.main-bg-13 .text-box img {
  margin-bottom: 30px;
}
.main-bg-14-area {
  width: 100%;
  max-width: 1600px;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
}
.main-bg-14-area .text-area {
  width: 50%;
}
.main-bg-14-area .image-area {
  width: 50%;
}
.main-bg-14-area .image-area img {
  width: 100%;
  background: #f7f6f4;
  border-radius: 23px;
}
.main-bg-14-area .text-area img {
  margin-bottom: 35px;
}
.main-bg-14-area .text-area p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #000;
}
.main-bg-14-area .text-area h2 {
  font-size: 24px;
  font-weight: 800;
  color: #006468;
  margin-top: 35px;
}
.main-bg-15 .image-box {
  margin-top: 35px;
  display: flex;
  gap: 40px;
}
.main-bg-15 .image-box .image-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-bg-15 .image-box .image-list .text-area {
  position: fixed;
}
.main-bg-15 .image-box .image-list .text-area > p {
  font-size: 32px;
  font-weight: 800;
  color: #fff;
}
.main-bg-16 .image-box {
  margin-top: 35px;
  display: flex;
  gap: 40px;
}
.main-bg-16 .image-box .image-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-bg-16 .image-box .image-list .text-area {
  position: fixed;
}
.main-bg-16 .image-box .image-list .text-area > p {
  font-size: 32px;
  font-weight: 800;
  color: #fff;
}
.main-bg-17 .image-box {
  margin-top: 35px;
  display: flex;
  gap: 40px;
}
.main-bg-17 .image-box .image-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-bg-17 .image-box .image-list .text-area {
  position: fixed;
}
.main-bg-17 .image-box .image-list .text-area > p {
  font-size: 32px;
  font-weight: 800;
  color: #fff;
}
.content-bg .content-wrap {
  max-width: 1400px;
  width: 100%;
  height: 740px;
  padding: 0 50px;
}
.content-bg .content-wrap > p {
  font-size: 32px;
  color: #999999;
  font-weight: bold;
  margin-bottom: 15px;
}
.content-bg .content-wrap > p span {
  color: #006468;
}
.content-bg .content-wrap h2 {
  font-size: 52px;
  font-weight: 800;
}
.content-bg .content-wrap ul.review {
  margin-top: 50px;
  display: flex;
  gap: 20px;
}
.content-bg .content-wrap ul.review li {
  padding: 35px 40px 50px 35px;
  background-color: #fff;
  width: 460px;
  height: 590px;
  border-radius: 23px;
}
.content-bg .content-wrap ul.review li p.title {
  color: #000;
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 22px;
}
.content-bg .content-wrap ul.review li p.board-info {
  color: #9b9b9b;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.content-bg .content-wrap ul.review li p.content {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}
.content-bg .content-wrap .navi {
  margin-top: 30px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
}
.content-bg .content-wrap .navi a {
  width: 40px;
  height: 40px;
  background: #dfdfe2;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
}
.content-bg .content-wrap ul.process {
  margin-top: 50px;
  display: flex;
  gap: 20px;
}
.content-bg .content-wrap ul.process li {
  position: relative;
  padding: 17px 25px 25px;
  background-color: #fff;
  width: 220px;
  height: 250px;
  border-radius: 23px;
}
.content-bg .content-wrap ul.process li img {
  position: absolute;
  right: 25px;
  bottom: 25px;
}
.content-bg .content-wrap ul.process li .text-area p.no {
  color: #c2c2c2;
  font-size: 16px;
  font-weight: 800;
}
.content-bg .content-wrap ul.process li .text-area p.title {
  color: #000;
  font-size: 22px;
  font-weight: 800;
}
.last-bg {
  z-index: 3 !important;
  /* height: 100% !important; */
}
.content-bg .content-wrap ul.info {
  margin-top: 50px;
  margin-bottom: 22px;
  display: flex;
  gap: 20px;
}
.content-bg .content-wrap ul.info li {
  position: relative;
  background-color: #fff;
  width: 340px;
  height: 110px;
  border-radius: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.content-bg .content-wrap ul.info li:nth-child(2) {
 background-color: #006468;
 color: #fff;
}

.content-bg .content-wrap ul.info li p.title {
  color: #ababab;
  font-size: 18px;
  font-weight: 500;
}

.content-bg .content-wrap ul.info li p.title1 {
    color: #ffd805;
    font-weight: 700;
    font-size: 20px;
}
.content-bg .content-wrap ul.info li p.time {
  color: #000;
  font-size: 22px;
  font-weight: 800;
}

.content-bg .content-wrap ul.info li p.time1 {
  color: #fff;
  font-size: 24px;
  font-weight: 800;
}

.content-bg .content-wrap p.info-text {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.content-bg .content-wrap p.info-text.gap-12 {
  margin-top: 22px;
  gap: 15px;
}
.root_daum_roughmap {
  width: 100% !important;
  height: 340px !important;
}

section {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
section .text-box {
  font-size: 52px;
  font-weight: 800;
  letter-spacing: 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.4);
}
section .text-box .active {
  color: #fff;
}
.scroll-downs {
  position: absolute;
  bottom: 200px;
  margin: auto;
  display: flex;
  justify-content: center;
}
.mousey {
  width: 3px;
  padding: 10px 15px;
  height: 35px;
  border: 2px solid #fff;
  border-radius: 25px;
  opacity: 0.75;
  box-sizing: content-box;
}
.black > .scroller {
  background-color: #5e5e5e !important;
}
.scroller {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: #fff;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
  animation-iteration-count: infinite;
}
@keyframes scroll {
  0% {
    opacity: 0;
  }
  10% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(15px);
    opacity: 0;
  }
}

/* section.section-18 {
  height: 6000px;
}
.main-bg-18 {
  height: 6000px !important;
  display: block !important;
  margin: 0 auto;
  position: relative !important;
} */

.main-bg-18 {
  overflow: auto;
  scrollbar-width: none;
}
.main-bg-18::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}
.main-bg-18 > .last-content {
  width: 100%;
  height: auto;
  position: relative;
  margin-top: 1800px;
}
.main-bg-18 > .last-content > .sticky {
  position: sticky;
  height: 600px;
  top: 0;
}
.main-bg-18 > .last-content > .content-wrap {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-bottom: 400px;
}
/*
** media
*/
@media screen and (max-width: 1400px) {
  .interior .swiper-slide {
    height: 380px;
  }
}

@media screen and (max-width: 1200px) {
  article .main__slide > .main__slideInner > div h1 {
    font-size: 50px;
    line-height: 60px;
  }

  .design__talkAreaInner div h3 {
    font-size: 45px;
    line-height: 54px;
  }

  .design__talkAreaInner div:nth-child(2) {
    text-align: right;
    /* padding-right: 20%; */
  }

  .design__talkAreaInner div:nth-child(2) img {
    width: 250px;
  }

  .interior__wrap {
    padding: 200px 0;
  }

  .interior .swiper-slide {
    height: 320px;
  }

  .interior__wrap h2 {
    font-size: 45px;
    line-height: 54px;
  }

  .interior__list li {
    font-size: 18px;
  }
}

@media screen and (max-width: 1024px) {
  .interior .swiper-slide {
    height: 280px;
  }
}

@media screen and (max-width: 768px) {
  .fix-text-area .text-box {
    font-size: 20px;
  }
  .bg-box .text-box h2 {
    font-size: 20px;
  }
  .bg-box .text-box p {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .scroll-downs {
    bottom: 180px;
  }
  .bottom-text-area .bottom-text-box {
    border: 0 !important;
    flex-direction: column;
    gap: 10px;
    bottom: 10px;
  }
  .bottom-text-area .bottom-text-box a {
    width: 100%;
    border: 1px solid #fff;
    border-radius: 25px;
    padding: 10px 0;
  }
  .bottom-text-area .bottom-text-box.black a {
    width: 100%;
    border: 1px solid #000;
    border-radius: 25px;
    padding: 10px 0;
  }
  .chat-box li {
    align-items: center;
  }
  .chat-box li p {
    padding: 10px;
  }
  .background .text-bg {
    /* padding-top: 100px; */
  }
  .background .text-bg img {
    width: 100px;
    margin-bottom: 10px;
  }
  .main-bg-13 h3 {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 15px;
  }
  .bg-box .text-box h2 {
    font-size: 24px !important;
  }
  .main-bg-14-area {
    flex-direction: column;
  }
  .main-bg-14-area .text-area {
    width: 100%;
  }
  .main-bg-14-area .text-area p {
    font-size: 14px;
    line-height: 20px;
  }
  .main-bg-14-area .image-area {
    width: 100%;
    display: none;
  }
  .main-bg-14-area .text-area > br {
    display: block;
    line-height: 5px;
  }
  .main-bg-15 .image-box .image-list .text-area > p {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .main-bg-15 .image-box {
    align-items: center;
    justify-content: space-between;
  }
  .image-list > img {
    width: 100% !important;
  }
  .bg-box .text-box {
    padding: 0 20px;
  }
  .main-bg-16 .image-box .image-list .text-area > p {
    font-size: 16px;
  }
  .main-bg-18 > .last-content > .content-wrap {
    margin-bottom: 100px;
  }
  .content-bg .content-wrap > p {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .content-bg .content-wrap h2 {
    font-size: 24px;
  }
  .main-bg-18 > .last-content > .sticky {
    height: 700px;
  }
  .content-bg .content-wrap ul.review li {
    width: 100%;
    display: none;
    height: 400px;
    overflow: hidden;
  }
  .content-bg .content-wrap ul.review li:nth-child(1) {
    display: block;
  }
  .content-bg .content-wrap {
    padding: 0 20px;
  }
  .content-bg .content-wrap ul.review {
    margin-top: 15px;
  }
  .content-bg .content-wrap ul.review li p.title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .content-bg .content-wrap ul.review li p.content {
    font-size: 16px;
  }
  .navi > a > img {
    width: 8px !important;
    margin-bottom: 0 !important;
  }
  .content-bg .content-wrap ul.process {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .content-bg .content-wrap ul.process li {
    width: 100%;
    height: 150px;
  }
  .content-bg .content-wrap ul.process li img {
    width: 40px !important;
  }
  .content-bg .content-wrap ul.process li .text-area p.title {
    font-size: 18px;
  }
  .content-bg .content-wrap ul.info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-top: 20px;
  }
  .content-bg .content-wrap ul.info li {
    width: 100%;
  }
  .content-bg .content-wrap ul.info li p.title {
    font-size: 16px;
  }
  .content-bg .content-wrap ul.info li p.time {
    font-size: 18px;
  }
  .content-bg .content-wrap p.info-text {
    font-size: 16px;
  }
  .content-bg .content-wrap p.info-text > img {
    width: 20px !important;
  }
  .chat-box > li > img {
    width: 50px !important;
  }
  .chat-box > li > p {
    margin-top: 0 !important;
    margin-bottom: 5px !important;
  }
  .main-bg-12 {
    align-items: flex-start !important;
    padding-top: 100px;
  }
}

@media screen and (max-width: 680px) {
  article .main__slide > .main__slideInner > div h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .design__talkArea {
    height: auto;
    padding: 95px 0 115px;
    background-position: center 110%;
    background-size: contain;
  }

  .design__talkAreaInner {
    flex-direction: column-reverse;
    justify-content: center;
    gap: 45px;
  }

  .design__talkAreaInner div {
    width: 100%;
    text-align: center;
  }

  .design__talkAreaInner div h3 {
    font-size: 28px;
    line-height: 34px;
  }

  .design__talkAreaInner div p {
    font-size: 14px;
    line-height: 24px;
    margin: 20px 0;
  }

  .design__talkAreaInner div a {
    margin: 0 auto;
    width: 140px;
    height: 45px;
    font-size: 14px;
  }

  .interior__wrap {
    padding: 95px 0 80px;
  }

  .interior__wrap h2 {
    font-size: 28px;
    line-height: 34px;
  }

  .interior__list {
    width: 340px;
  }

  .interior__list li {
    font-size: 16px;
    line-height: normal;
  }

  .interior__list li.active::before {
    bottom: -10px;
  }

  .interior__slideInner {
    width: 180%;
    left: -40%;
  }

  .interior .swiper-slide {
    height: 260px;
  }

  .interior > a {
    width: 140px;
    height: 45px;
    font-size: 14px;
    margin: 20px auto 0;
  }

  .design__talkAreaInner div:nth-child(2) {
    display: none;
  }
}

@media screen and (max-width: 560px) {
  article .main__slide > .main__slideInner > div h1 {
    font-size: 24px;
    line-height: 32px;
  }

  article .main__slide > .main__slideInner > div a {
    width: 170px;
    height: 46px;
    font-size: 14px;
    border: 2px solid #fff;
    font-weight: 600;
  }

  article .main__slide > .main__slideInner > div a:hover {
    border: 2px solid #141516;
  }

  .design__talkAreaInner div:nth-child(2) img {
    width: 95px;
  }

  .design__talkAreaInner div a {
    width: 170px;
    height: 46px;
    font-size: 14px;
  }

  .interior__list {
    width: 300px;
    margin: 25px auto 30px;
  }

  .interior__list li {
    font-size: 14px;
  }

  .interior .swiper-slide {
    height: 200px;
  }

  .interior > a {
    width: 170px;
    height: 46px;
    font-size: 14px;
  }
}
