@charset "UTF-8";
.title {
  text-align: center;
  line-height: normal;
  letter-spacing: 0;
  font-weight: 800 !important;
}

h4 {
  text-align: center;
  font-weight: 500;
  font-size: 1.8rem;
}

.title-wrap {
  position: relative;
}
.title-wrap .balloon-title {
  position: absolute;
  padding: 1.5rem 3.5rem;
  border: 1px solid #f4f4f4;
  border-radius: 3rem;
  font-weight: 500;
  width: max-content;
  font-size: 1.6rem;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1607843137);
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(2px);
}

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.opacityAni {
  -webkit-animation: opacity .5s 0s ease-out forwards;
  animation: opacity .5s 0s ease-out forwards;
}

.tec-wrap h4 {
  font-size: 2rem;
}
.tec-wrap section.service_sec00 {
  width: 100%;
  height: 100vh;
  position: relative;
}
.tec-wrap section.service_sec00 .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.tec-wrap section.service_sec00 .inner .text-wrap {
  width: 28.2rem;
  max-width: 70.4rem;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  line-height: 3rem;
  letter-spacing: 0;
}
.tec-wrap section.service_sec00 .inner .text-wrap .text-ani {
  color: #ddd;
}
@-webkit-keyframes serviceAni {
  0% {
    color: #ddd;
  }
  100% {
    color: #222;
  }
}
@-moz-keyframes serviceAni {
  0% {
    color: #ddd;
  }
  100% {
    color: #222;
  }
}
@keyframes serviceAni {
  0% {
    color: #ddd;
  }
  100% {
    color: #222;
  }
}
.tec-wrap section.service_sec00 .inner .text-wrap .text-ani .colorAni {
  -webkit-animation: serviceAni .5s 0s ease-out forwards;
  animation: serviceAni .5s 0s ease-out forwards;
}
.tec-wrap section.service_sec00 .inner .text-wrap .text-ani .colorAni2 {
  -webkit-animation: serviceAni .5s 6s ease-out forwards;
  animation: serviceAni .5s 6s ease-out forwards;
}
.tec-wrap section.service_sec00 .inner .text-wrap .text-ani .first span:first-child {
  -webkit-animation: serviceAni .5s .3s ease-out forwards;
  animation: serviceAni .5s .3s ease-out forwards;
}
.tec-wrap section.service_sec00 .inner .text-wrap .text-ani .first span:last-child {
  -webkit-animation: serviceAni .5s .6s ease-out forwards;
  animation: serviceAni .5s .6s ease-out forwards;
}
.tec-wrap section.service_sec00 .inner .text-wrap .text-ani .second span:first-child {
  -webkit-animation: serviceAni .5s .9s ease-out forwards;
  animation: serviceAni .5s .9s ease-out forwards;
}
.tec-wrap section.service_sec00 .inner .text-wrap .text-ani .second span:last-child {
  -webkit-animation: serviceAni .5s 1.2s ease-out forwards;
  animation: serviceAni .5s 1.2s ease-out forwards;
}
.tec-wrap section.service_sec00 .inner .text-wrap .text-ani .third:nth-of-type(1) {
  -webkit-animation: serviceAni .5s 1.5s ease-out forwards;
  animation: serviceAni .5s 1.5s ease-out forwards;
}
.tec-wrap section.service_sec00 .inner .text-wrap .text-ani .third:nth-of-type(2) {
  -webkit-animation: serviceAni .5s 1.8s ease-out forwards;
  animation: serviceAni .5s 1.8s ease-out forwards;
}
.tec-wrap section.service_sec00 .mouse-scroll {
  color: #fff;
  background: transparent;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 4rem;
  font-size: 1.6rem;
  letter-spacing: 0;
  font-weight: 500;
  transition: 0.5s all;
  z-index: 1;
}
.tec-wrap section.service_sec00 .mouse-scroll img {
  display: block;
  margin: 2rem auto 0;
}
@-webkit-keyframes scaleAni {
  100% {
    transform: scale(2.5);
    font-weight: 700;
  }
}
@-moz-keyframes scaleAni {
  100% {
    transform: scale(2.5);
    font-weight: 700;
  }
}
@keyframes scaleAni {
  100% {
    transform: scale(2.5);
    font-weight: 700;
  }
}
.tec-wrap section.service_sec00 .scaleAni {
  -webkit-animation: scaleAni 1s 3s ease forwards;
  animation: scaleAni 1s 3s ease forwards;
}
.tec-wrap section.service_sec01 {
  width: 100%;
  height: 100vh;
  position: relative;
}
.tec-wrap section.service_sec01 .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90.2rem;
  height: 18.8rem;
}
.tec-wrap section.service_sec01 .inner .bg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 100%;
  height: auto;
}
.tec-wrap section.service_sec01 .inner h2 {
  line-height: 4.7rem;
}
.tec-wrap section.service_sec02 {
  width: 100%;
  height: 100vh;
  position: relative;
  background: #f8f8f8;
}
.tec-wrap section.service_sec02 .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.tec-wrap section.service_sec02 .inner .title-wrap {
  width: 51rem;
  margin: 0 auto 20rem;
}
.tec-wrap section.service_sec02 .inner .title-wrap h1 {
  font-size: 5.8rem;
  line-height: 7rem;
  position: relative;
}
.tec-wrap section.service_sec02 .inner .title-wrap .balloon-title {
  right: 0;
  top: -25px;
}
.tec-wrap section.service_sec02 .inner .bottom-part {
  display: flex;
  gap: 3rem;
  width: 100%;
}
.tec-wrap section.service_sec02 .inner .bottom-part ul {
  width: 29rem;
  text-align: center;
}
.tec-wrap section.service_sec02 .inner .bottom-part ul li.title-area {
  font-size: 3.2rem;
  font-weight: 600;
  padding: 0 0 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #222;
}
.tec-wrap section.service_sec02 .inner .bottom-part ul li.title-area:before {
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background: #2d8eff;
  vertical-align: top;
}
.tec-wrap section.service_sec02 .inner .bottom-part ul li.sub-area {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2.5rem;
}
.tec-wrap section.service_sec02 .inner .bottom-part ul li.explanation {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.5rem;
}
.tec-wrap section.service_sec03 {
  width: 100%;
  height: 100vh;
  position: relative;
}
.tec-wrap section.service_sec03 .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.tec-wrap section.service_sec03 .inner .title-wrap {
  margin: 0 auto 3.8rem;
  width: 70.2rem;
}
.tec-wrap section.service_sec03 .inner .title-wrap .balloon-title {
  left: -46px;
  top: -25px;
}
.tec-wrap section.service_sec03 .inner h4 {
  margin-bottom: 3rem;
}
.tec-wrap section.service_sec03 .inner .pic-div {
  text-align: center;
}
.tec-wrap section.service_sec04 {
  position: relative;
  width: 100%;
  height: 100vh;
  background: #f8f8f8 url("../icons/service/sec04-bg.png") center/cover no-repeat;
}
.tec-wrap section.service_sec04 .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.tec-wrap section.service_sec04 .inner .title-wrap {
  margin: 0 auto 3.8rem;
  width: 103.6rem;
}
.tec-wrap section.service_sec04 .inner .title-wrap .color-blue {
  display: inline-block;
}
.tec-wrap section.service_sec04 .inner .title-wrap .balloon-title {
  left: -26px;
  top: 79px;
}
.tec-wrap section.service_sec04 .inner .pic-div {
  text-align: center;
}
.tec-wrap section.service_sec05 {
  width: 100%;
  height: 100%;
}
.tec-wrap section.service_sec05 .inner {
  display: flex;
  flex-direction: column;
  margin: 14rem 0 0;
}
.tec-wrap section.service_sec05 .inner .title-wrap {
  margin: 0 auto 16.3rem;
  width: 77.9rem;
}
.tec-wrap section.service_sec05 .inner .title-wrap .color-blue {
  display: inline-block;
}
.tec-wrap section.service_sec05 .inner .title-wrap .balloon-title {
  left: -36px;
  top: 79px;
}
.tec-wrap section.service_sec05 .inner .part {
  display: flex;
  gap: 16rem;
  max-width: 960px;
  align-items: center;
  margin: 0 auto 6rem;
  justify-content: space-between;
}
.tec-wrap section.service_sec05 .inner .part .explanation {
  width: 40rem;
  white-space: nowrap;
}
.tec-wrap section.service_sec05 .inner .part .explanation h3 {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0;
}
.tec-wrap section.service_sec05 .inner .part .explanation div {
  font-size: 2rem;
  letter-spacing: 0;
  font-weight: 500;
  line-height: 3rem;
}
.tec-wrap section.service_sec05 .inner .with-icon {
  background: #2D8EFF;
  color: #fff;
  font-weight: 700;
  font-size: 2.4rem;
  width: 52rem;
  height: inherit;
  text-align: center;
  padding: 2rem 0;
  margin: 15rem auto 28rem;
}
.tec-wrap section.service_sec05 .inner .with-icon:after {
  background: url("../icons/common/button-arrow_wht.png") center no-repeat;
  width: 20px;
  height: 20px;
  margin-left: 20px;
}
.tec-wrap section.service_sec05 .inner .with-icon:hover::after {
  transition: transform 0.5s;
  transform: translate(5px, -5px);
}

.service-center-container {
  width: 100%;
  height: 100%;
}
.service-center-container .inner {
  padding: 16rem 20px 0;
  max-width: 1280px;
  margin: 0 auto;
}
.service-center-container .inner .top-part {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8rem;
}
.service-center-container .inner .top-part h1.title {
  text-align: left;
}
.service-center-container .inner .top-part h1.title:after {
  background: url("./../icons/service/woman.png") center no-repeat;
  width: 60px;
  height: 60px;
  vertical-align: bottom;
}
.service-center-container .inner .top-part .card-style {
  font-size: 1.6rem;
  font-weight: 500;
}
.service-center-container .inner .top-part .card-style ul li.bottom {
  color: #a4a4a4;
  font-size: 1.4rem;
  margin-bottom: 0;
}
.service-center-container .inner .middle-part {
  border-top: 2px solid #222;
  border-bottom: 2px solid #222;
  padding: 4rem;
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 12rem;
}
.service-center-container .inner .middle-part .divider {
  height: 8rem;
  border-right: 1px solid #222;
}
.service-center-container .inner .middle-part ul {
  width: 33%;
  text-align: center;
}
.service-center-container .inner .middle-part ul img {
  width: 40px;
}
.service-center-container .inner .middle-part ul .f-w-800 {
  font-size: 2.4rem;
  margin-top: 1.6rem;
}
.service-center-container .inner .middle-part ul .f-w-500 {
  font-size: 1.6rem;
  margin-top: 4.4rem;
}
.service-center-container .inner .middle-part ul li a:hover {
  color: #2D8EFF;
  font-weight: 600;
}
.service-center-container .inner .bottom-part {
  padding-bottom: 20rem;
}
.service-center-container .inner .bottom-part .head-part {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.service-center-container .inner .bottom-part .head-part h2 {
  font-size: 2.4rem;
  font-weight: 800;
}
.service-center-container .inner .bottom-part .head-part img {
  cursor: pointer;
}
.service-center-container .inner .bottom-part .list-wrap {
  width: 100%;
  padding: 0 0 8rem;
}
.service-center-container .inner .bottom-part .list-wrap .list {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 3rem 0;
  border-bottom: 1px solid #222;
}
.service-center-container .inner .bottom-part .list-wrap .list .new {
  color: #2D8EFF;
  font-weight: 700;
  width: 4rem;
}
.service-center-container .inner .bottom-part .list-wrap .list .list-title {
  font-weight: 800;
  font-size: 2rem;
}
.service-center-container .inner .bottom-part .list-wrap .list .date {
  font-size: 1.6rem;
  color: #a4a4a4;
  font-weight: 500;
  margin-left: auto;
}

.announcement-container {
  width: 100%;
  height: 100%;
}
.announcement-container .inner {
  padding: 16rem 20px 0;
  max-width: 1280px;
  margin: 0 auto;
  min-height: 100vh;
}
.announcement-container .inner h1 {
  margin-bottom: 6rem;
  font-weight: 800;
  font-size: 5.5rem;
}
.announcement-container .inner .head-part {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 2.8rem;
  border-bottom: 2px solid #222;
}
.announcement-container .inner .head-part h3 {
  font-weight: 800;
}
.announcement-container .inner .head-part .date {
  color: #a4a4a4;
  font-weight: 500;
}
.announcement-container .inner .content-container {
  white-space: pre-line;
  line-height: 2.3rem;
  padding: 2rem 0 5rem;
  font-weight: 500;
  min-height: 50rem;
}
.announcement-container .attach-area {
  padding-bottom: 20rem;
}
.announcement-container .attach-area .attachment {
  padding: 1.5rem;
  background: #f8f8f8;
  border-radius: 0.8rem;
  width: 60rem;
}

.faq-container {
  width: 100%;
  height: 100%;
}
.faq-container .inner {
  padding: 16rem 20px 20rem;
  max-width: 1280px;
  margin: 0 auto;
  min-height: 100vh;
}
.faq-container .inner h1 {
  padding: 0;
  margin-bottom: 6rem;
  font-weight: 800;
}
.faq-container .inner h1:after {
  background: url("./../icons/service/bulb.svg") center no-repeat;
  width: 60px;
  height: 60px;
  vertical-align: bottom;
}
.faq-container .inner .tap-area {
  font-size: 2rem;
  font-weight: 600;
  display: flex;
  gap: 2.8rem;
  padding: 0 0 3rem;
  border-bottom: 2px solid #222;
}
.faq-container .inner .tap-area a {
  color: #a4a4a4;
}
.faq-container .inner .tap-area a.tap {
  color: #222;
  font-weight: 700;
}
.faq-container .inner .list-wrap {
  padding: 0 0 8rem;
}
.faq-container .inner .list-wrap .layout {
  width: 100%;
  padding: 4rem 0;
  border-bottom: 1px solid #ddd;
  transition: opacity 0.3s;
}
.faq-container .inner .list-wrap .layout.drop-active .drop-area {
  display: block;
}
.faq-container .inner .list-wrap .layout.drop-active .fold-btn img {
  transform: rotate(-180deg);
}
.faq-container .inner .list-wrap .layout .list {
  font-size: 2rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 2rem;
}
.faq-container .inner .list-wrap .layout .list .tap-title {
  width: 10rem;
}
.faq-container .inner .list-wrap .layout .list .list-title {
  margin-right: auto;
}
.faq-container .inner .list-wrap .layout .drop-area {
  margin-top: 3rem;
  margin-left: 12rem;
  display: none;
}
.faq-container .inner .list-wrap .layout .drop-area .drop-content {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 0.8rem;
  padding: 0 3rem 0 4rem;
  line-height: 2.7rem;
  display: flex;
  white-space: pre-line;
}
.faq-container .inner .list-wrap .layout .drop-area .drop-content .answer {
  font-size: 2rem;
  font-weight: 600;
}

ul.selectView {
  padding: 15px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 30px;
  background: #fff;
}

ul.selectView .label {
  margin-bottom: 8px;
  font-size: 16px;
  color: #686e81;
}

ul.userInfo li {
  width: calc((100% - 90px) / 4);
}

ul.textView li {
  width: 100%;
}

/* 첨부파일 삭제  */
ul.comFileDel {
  padding: 0 15px;
  display: flex;
  align-items: center;
  gap: 4px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #d1d1d1;
  width: calc(100% - 115px);
  background: #fff;
  overflow: hidden;
}

ul.comFileDel li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 130px;
  padding: 4px 12px;
  border: 1px solid #c0c5c9;
  border-radius: 20px;
  background: #fff;
}

ul.comFileDel li.noneFileUpload {
  width: 100%;
  color: #d1d1d1;
  font-size: 14px;
  border: none;
}

ul.comFileDel li span {
  display: block;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

ul.comFileDel li a {
  display: block;
  min-width: 22px;
}

.inquiry-container {
  width: 100%;
  height: 100%;
}
.inquiry-container .inner {
  max-width: 860px;
  margin: 0 auto;
  min-height: 100vh;
  padding: 14rem 20px 20rem;
}
.inquiry-container .inner h1 {
  font-size: 5rem;
  margin-bottom: 6rem;
}
.inquiry-container .inner h1:after {
  background: url("./../icons/service/speech.svg") center no-repeat;
  width: 60px;
  height: 60px;
  vertical-align: super;
}
.inquiry-container .inner h1.adver-title:after {
  background: url("./../icons/service/star.svg") center no-repeat;
  width: 60px;
  height: 60px;
  vertical-align: bottom;
}
.inquiry-container .inner .box-wrap {
  border-radius: 3rem;
  border: 1px solid #222;
  padding: 6rem 5.6rem;
}
.inquiry-container .inner .box-wrap input:focus {
  border: 2px solid #2D8EFF;
}
.inquiry-container .inner .box-wrap .row-layout {
  gap: 2.8rem;
  margin-bottom: 4rem;
}
.inquiry-container .inner .box-wrap textarea {
  min-height: 24rem;
  margin-bottom: 4.8rem;
}
.inquiry-container .inner .box-wrap .field .com-fileUpload {
  gap: 1.6rem;
}
.inquiry-container .inner .box-wrap .field ul.comFileDel,
.inquiry-container .inner .box-wrap .field ul.comFileDel li.noneFileUpload {
  background: #F8F8F8;
  border: unset;
}
.inquiry-container .inner .box-wrap .field ul.comFileDel li {
  width: 100%;
  border: unset;
  background: transparent;
}
.inquiry-container .inner .box-wrap .field .findBtn {
  border: 1px solid #222222;
  border-radius: 8px;
}
.inquiry-container .inner .box-wrap .field .findBtn:before {
  background: url("./../icons/common/paperclip-Filled.png") center no-repeat;
  width: 20px;
  height: 20px;
}
.inquiry-container .inner .box-wrap .agreement {
  background: rgba(45, 142, 255, 0.0823529412) 0% 0% no-repeat padding-box;
  border-radius: 8px;
  display: flex;
  gap: 1rem;
  padding: 1.5rem 2rem;
  align-items: center;
}
.inquiry-container .inner .box-wrap .agreement a {
  border-bottom: 1px solid #a4a4a4;
  font-size: 1.4rem;
  color: #a4a4a4;
}
.inquiry-container .inner .box-wrap .agreement input[type=checkbox] {
  margin-left: auto;
  width: 2.5rem;
  height: 2.5rem;
}
.inquiry-container .inner .box-wrap .round-btn {
  margin: 0 auto;
  display: block;
  padding: 2rem 14rem;
  font-size: 1.6rem;
}
.inquiry-container .inner .box-wrap .row-layout {
  align-items: flex-end;
}
.inquiry-container .inner .box-wrap .row-layout .adver-info {
  margin-left: auto;
  background: #2D8EFF;
  padding: 1.5rem 2.8rem;
  color: #fff;
  width: 54%;
}

.pc-img-box {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin: 0 0 310px;
}
.pc-img-box > div {
  flex: none;
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  width: 400px;
  height: 440px;
}
.pc-img-box > div > p {
  color: white;
  position: absolute;
  right: 24px;
  bottom: 24px;
  font-size: 14px;
  font-weight: 600;
  background: #2D8EFF;
  border-radius: 9999px;
  padding: 12px 18px;
}
.pc-img-box > div:hover > div {
  opacity: 1;
}
.pc-img-box > div:hover > img {
  transform: scale(1.2);
}
.pc-img-box > div > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.pc-img-box > div > div {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(#000, rgba(0, 0, 0, 0));
  color: white;
  padding: 32px;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 10;
}
.pc-img-box > div > div h4 {
  font-size: 20px;
  font-weight: 400;
  text-align: left;
}
.pc-img-box > div > div h3 {
  font-size: 32px;
  font-weight: 700;
  margin: 16px 0 30px;
}
.pc-img-box > div > div p {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
.pc-img-box > div:nth-child(2n) {
  margin-top: 48px;
}

.inquiry-history {
  width: 100%;
  height: 100%;
}
.inquiry-history .inner {
  padding: 16rem 20px 20rem;
  max-width: 1280px;
  margin: 0 auto;
  min-height: 100vh;
}
.inquiry-history .inner h1 {
  padding: 0;
  margin-bottom: 7rem;
  font-weight: 800;
  font-size: 5.5rem;
}
.inquiry-history .inner h1:after {
  background: url("./../icons/service/speech.svg") center no-repeat;
  width: 60px;
  height: 60px;
  vertical-align: bottom;
  margin-left: 2rem;
}
.inquiry-history .inner .list-wrap {
  padding: 0 0 8rem;
  min-height: 30rem;
}
.inquiry-history .inner .list-wrap table {
  font-size: 1.6rem;
}
.inquiry-history .inner .list-wrap table a {
  cursor: pointer;
  border-bottom: 0.1px solid #222;
}
.inquiry-history .inner .list-wrap table .table-no-data {
  color: #a1adc9;
}
.inquiry-history .inner .list-wrap table thead {
  border-bottom: 2px solid #222;
}
.inquiry-history .inner .list-wrap table thead tr th {
  padding: 2rem 0;
}
.inquiry-history .inner .list-wrap table thead tr th:first-of-type {
  padding-left: 3rem;
}
.inquiry-history .inner .list-wrap table thead tr th:last-of-type {
  padding-right: 3rem;
}
.inquiry-history .inner .list-wrap table tbody {
  font-weight: 600;
}
.inquiry-history .inner .list-wrap table tbody tr td {
  padding: 3rem 0;
  border-bottom: 1px solid #ddd;
}
.inquiry-history .inner .list-wrap table tbody tr td:first-of-type {
  padding-left: 3rem;
}
.inquiry-history .inner .list-wrap table tbody tr td:last-of-type {
  padding-right: 3rem;
}
.inquiry-history .inner .list-wrap table tbody tr td.list-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.inquiry-answer {
  width: 100%;
  height: 100%;
}
.inquiry-answer h6 {
  font-weight: 600;
}
.inquiry-answer .inner {
  padding: 14rem 20px 20rem;
  max-width: 1280px;
  margin: 0 auto;
  min-height: 100vh;
  font-size: 1.6rem;
  font-weight: 600;
}
.inquiry-answer .inner .head-part {
  padding: 3rem;
  border-bottom: 1px solid #ddd;
}
.inquiry-answer .inner .head-part .layout {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.inquiry-answer .inner .head-part .layout span {
  width: 93%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.inquiry-answer .inner .head-part .layout button {
  width: 7%;
  background: transparent;
  font-size: 1.6rem;
  font-weight: 600;
}
.inquiry-answer .inner .content-container {
  padding: 4rem;
  margin-bottom: 9rem;
}
.inquiry-answer .inner .content-container .content {
  white-space: pre-line;
  min-height: 15rem;
  margin-bottom: 4rem;
  line-height: 2.5rem;
}
.inquiry-answer .inner .content-container .attachment {
  padding: 1.5rem;
  background: #F8F8F8;
  border-radius: 0.8rem;
  width: 60rem;
}
.inquiry-answer .inner .content-container .attachment a {
  color: #bbbbbb;
  font-size: 12px;
}
.inquiry-answer .inner .answer-container .content {
  background: #F8F8F8;
  border-radius: 0.8rem;
  padding: 2.8rem;
  white-space: pre-line;
  min-height: 15rem;
  line-height: 2.5rem;
}

section.member_sec00 {
  width: 100%;
  height: 100%;
}
section.member_sec00 .inner {
  padding: 21rem 0 20rem;
  max-width: 1280px;
  margin: 0 auto;
}
section.member_sec00 .inner h1 {
  margin-bottom: 4.5rem;
}
section.member_sec00 .inner h3 {
  text-align: center;
  line-height: 2.8rem;
  font-weight: 500;
}
section.member_sec00 .inner .img-wrap {
  margin-top: 12rem;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
}

section.member_sec01 {
  width: 100%;
  height: 100%;
}
section.member_sec01 .inner {
  padding: 0 0 0 32rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
section.member_sec01 .inner h1.title {
  margin-bottom: 4.5rem;
  text-align: left;
}
section.member_sec01 .inner h3 {
  text-align: left;
  line-height: 2.8rem;
  font-weight: 500;
}

section.member_sec02 {
  width: 100%;
  height: 100%;
}
section.member_sec02 .inner {
  padding: 21rem 20px 20rem;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  max-width: 1280px;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.member_sec02 .inner h1.title {
  margin-bottom: 4.5rem;
  text-align: left;
}
section.member_sec02 .inner h3 {
  text-align: left;
  line-height: 2.8rem;
  font-weight: 500;
}
section.member_sec02 .inner select {
  border: unset;
  background: #F8F8F8 url(../icons/common/icon_select_down.png) right 10px center no-repeat;
}
section.member_sec02 .inner .input-area {
  width: 52rem;
}
section.member_sec02 .inner .input-area .step-1.none {
  display: none;
}
section.member_sec02 .inner .input-area .step-2 {
  display: none;
}
section.member_sec02 .inner .input-area .step-2.block {
  display: block;
}
section.member_sec02 .inner .input-area input {
  width: 100%;
  border: unset;
  background: #F8F8F8;
  margin-bottom: 2.8rem;
  border: 2px solid #F8F8F8;
}
section.member_sec02 .inner .input-area input:focus {
  border: 2px solid #2D8EFF;
}
section.member_sec02 .inner .input-area .row-layout {
  display: flex;
  align-items: center;
  gap: 1rem;
}
section.member_sec02 .inner .input-area .row-layout .two {
  width: 50%;
  display: inline;
  margin-bottom: 0;
}
section.member_sec02 .inner .input-area .f-s-12 {
  margin-bottom: 5rem;
  font-weight: 500;
}
section.member_sec02 .inner .input-area .flex-end {
  justify-content: flex-end;
}
section.member_sec02 .inner .input-area .btn-input {
  background: #2d8eff 0% 0% no-repeat padding-box;
  border-radius: 10px;
  color: #fff;
  width: 18rem;
  padding: 2rem 0;
  display: block;
  cursor: pointer;
  font-weight: 600;
}
section.member_sec02 .inner .input-area .btn-input:focus {
  border: unset;
}

.fixed-req-btn {
  display: none;
}

.membership_complete {
  width: 100%;
  height: 100vh;
  position: relative;
}
.membership_complete .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.membership_complete .inner h3 {
  font-weight: 500;
  margin-bottom: 100px;
}
.membership_complete .inner .round-btn {
  background: #2D8EFF;
  border-radius: 2.6rem;
  color: #fff;
  font-weight: 600;
  width: 280px;
  height: 52px;
  line-height: 52px;
  display: inline-block;
  padding: 0;
}

.m-title {
  display: none;
}

.m-text {
  display: none;
}

.m-img {
  display: none;
}

.m-img-box {
  display: none;
}

.m-head {
  display: none;
}

.m-tip {
  position: relative;
}

.tipWrap {
  position: absolute;
  right: 110px;
  top: -62px;
  font-size: 14px;
  font-weight: 600;
  color: white;
  border-radius: 9999px;
  background: #00BA00;
  padding: 12px 20px;
}
.tipWrap span {
  position: absolute;
  right: 20px;
  bottom: -16px;
  border-bottom: 20px solid #00BA00;
  border-right: 30px solid transparent;
  transform: rotate(-180deg);
}

/* 테블릿 ~ 모바일 */
@media screen and (max-width: 1024px) {
  .pc-title {
    display: none;
  }
  .pc-img {
    display: none;
  }
  .m-title {
    display: block;
  }
  .m-img {
    display: block;
  }
  .m-img-box {
    display: flex;
  }
  .pc-img-box {
    display: none !important;
  }
  .balloon-title {
    display: none !important;
  }
  h1.title {
    font-size: 32px !important;
    line-height: 40px !important;
  }
  h4 {
    font-size: 16px !important;
    line-height: 24px;
  }
  .fixed-req-btn {
    position: fixed;
    background: #2D8EFF;
    color: #fff;
    width: 100%;
    height: 80px;
    font-size: 20px;
    bottom: 0;
    font-weight: 600;
    line-height: 80px;
    text-align: center;
    display: block;
  }
  .tec-wrap section.service_sec00 .inner .text-wrap {
    font-size: 20px !important;
  }
  @-webkit-keyframes scaleAni {
    100% {
      transform: scale(1.4);
      font-weight: 700;
    }
  }
  @-moz-keyframes scaleAni {
    100% {
      transform: scale(1.4);
      font-weight: 700;
    }
  }
  @keyframes scaleAni {
    100% {
      transform: scale(1.4);
      font-weight: 700;
    }
  }
  .tec-wrap section.service_sec00 .mouse-scroll {
    font-size: 12px;
  }
  .tec-wrap section.service_sec00 .mouse-scroll img {
    width: 35%;
    margin: 1rem auto 0;
  }
  .tec-wrap section.service_sec01 {
    width: 100%;
    height: 100%;
  }
  .tec-wrap section.service_sec01 .inner {
    width: 100%;
    height: 100%;
    padding: 100px 20px;
    position: unset;
    transform: unset;
  }
  .tec-wrap section.service_sec01 .inner h2 {
    margin-bottom: 48px;
  }
  .tec-wrap section.service_sec01 .inner .bg {
    display: none;
  }
  .tec-wrap section.service_sec01 .inner .m-title .color-blue {
    font-size: 20px;
    line-height: 30px;
    display: inline-block;
    margin-top: 17px;
  }
  .tec-wrap section.service_sec01 .inner .m-img {
    margin: 0 auto;
  }
  .tec-wrap section.service_sec02 {
    height: 100%;
  }
  .tec-wrap section.service_sec02 .inner {
    position: unset;
    transform: unset;
    margin: 0 auto;
    padding: 130px 0;
  }
  .tec-wrap section.service_sec02 .inner .title-wrap {
    width: unset;
    margin: 0 auto 80px;
  }
  .tec-wrap section.service_sec02 .inner .bottom-part {
    flex-wrap: wrap;
    justify-content: center;
    gap: 60px;
  }
  .tec-wrap section.service_sec03 {
    height: 100%;
  }
  .tec-wrap section.service_sec03 .inner {
    position: unset;
    transform: unset;
    padding: 100px 0;
  }
  .tec-wrap section.service_sec03 .inner .title-wrap {
    width: unset;
    margin: 0 auto 2rem;
  }
  .tec-wrap section.service_sec03 .inner h4 {
    width: 265px;
    margin: 0 auto 40px;
  }
  .tec-wrap section.service_sec03 .inner .m-img {
    margin: 0 auto;
  }
  .tec-wrap section.service_sec04 {
    height: 100%;
    background: unset;
  }
  .tec-wrap section.service_sec04 .inner {
    position: unset;
    transform: unset;
    padding: 50px 0;
  }
  .tec-wrap section.service_sec04 .inner .title-wrap {
    width: unset;
    margin: 0 auto 2rem;
  }
  .tec-wrap section.service_sec04 .inner h1.title .color-blue {
    margin-bottom: 12px;
  }
  .tec-wrap section.service_sec04 .inner h4 {
    width: 200px;
    margin: 0 auto 40px;
  }
  .tec-wrap section.service_sec04 .inner .m-img {
    margin: 0 auto;
  }
  .tec-wrap section.service_sec05 {
    height: 100%;
  }
  .tec-wrap section.service_sec05 .inner {
    margin: 0 auto;
    padding: 80px 0;
  }
  .tec-wrap section.service_sec05 .inner .title-wrap {
    width: unset;
    margin: 0 auto 4rem;
  }
  .tec-wrap section.service_sec05 .inner .part {
    flex-wrap: wrap;
    gap: 40px;
    padding: 20px;
    width: 375px;
    align-items: center;
    align-content: center;
  }
  .tec-wrap section.service_sec05 .inner .part .explanation {
    text-align: center;
    padding-left: 0;
  }
  .tec-wrap section.service_sec05 .inner .reverse-part {
    flex-direction: column-reverse;
  }
  .tec-wrap section.service_sec05 .inner h1.title .color-blue {
    margin-bottom: 12px;
  }
  .tec-wrap section.service_sec05 .inner h4 {
    width: 200px;
    margin: 0 auto 40px;
  }
  .tec-wrap section.service_sec05 .inner .m-img {
    margin: 0 auto;
  }
  .tec-wrap section.service_sec05 .inner .req-btn {
    width: 280px;
    margin: 50px auto;
  }
  .membership-wrap footer {
    display: none;
  }
  .membership-wrap section.member_sec00 .inner {
    padding: 120px 0;
  }
  .membership-wrap section.member_sec00 .inner h1.title {
    font-size: 36px !important;
    line-height: 42px !important;
    margin-bottom: 20px;
    letter-spacing: 1px;
  }
  .membership-wrap section.member_sec00 .inner h3 {
    font-size: 16px;
    width: 240px;
    margin: 0 auto 80px;
    line-height: 22px;
  }
  .membership-wrap section.member_sec00 .inner .m-img-box {
    flex-wrap: wrap;
    padding: 0 10px;
    justify-content: center;
  }
  .membership-wrap section.member_sec01 .inner {
    padding: 0 0 120px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .membership-wrap section.member_sec01 .inner h1.title {
    font-size: 36px !important;
    line-height: 42px !important;
    margin-bottom: 20px;
  }
  .membership-wrap section.member_sec01 .inner h1.title.m-title {
    text-align: center !important;
  }
  .membership-wrap section.member_sec01 .inner h3 {
    font-size: 14px;
    width: 240px;
    margin: 0 auto;
    line-height: 22px;
    text-align: center;
  }
  .membership-wrap section.member_sec01 .inner h3.m-title_2 {
    width: 100%;
  }
  .membership-wrap section.member_sec01 .inner h3.m-title_2:last-of-type {
    margin-top: 8px;
  }
  .membership-wrap section.member_sec01 .inner .left-part {
    text-align: center;
  }
  .membership-wrap section.member_sec02 .inner {
    justify-content: center;
    padding: 30px 20px;
  }
  .membership-wrap section.member_sec02 .inner h1.title {
    margin-bottom: 1rem;
    text-align: center;
  }
  .membership-wrap section.member_sec02 .inner h3 {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .membership-wrap section.member_sec02 .inner .input-area .com-input {
    margin-bottom: 10px;
  }
  .membership-wrap section.member_sec02 .inner .input-area .row-layout.m-b-80 {
    margin-bottom: 30px;
  }
  .membership-wrap section.member_sec02 .inner .input-area .email-input-area input {
    padding: 16px 10px;
    margin-bottom: 0;
  }
  .service-center-container .inner {
    padding: 100px 20px 0;
  }
  .service-center-container .inner .top-part {
    flex-wrap: wrap;
    gap: 28px;
    justify-content: center;
    margin-bottom: 40px;
  }
  .service-center-container .inner .top-part h1.title {
    padding: 0;
    font-size: 28px !important;
    line-height: 36px !important;
  }
  .service-center-container .inner .top-part h1.title:after {
    width: 29px;
    height: 35px;
    background-size: 35px;
  }
  .service-center-container .inner .top-part .card-style {
    font-size: 14px;
  }
  .service-center-container .inner .middle-part {
    border-top: unset;
    border-bottom: 1px solid #222;
    flex-wrap: wrap;
    justify-content: center;
    gap: 33px;
    padding: 20px 0 30px;
    margin-bottom: 80px;
  }
  .service-center-container .inner .middle-part .divider {
    width: 100%;
    height: unset;
    border-bottom: 1px solid #222;
  }
  .service-center-container .inner .middle-part ul {
    width: 100%;
  }
  .service-center-container .inner .bottom-part .list-wrap .list {
    padding: 30px 0 20px;
  }
  .service-center-container .inner .bottom-part .list-wrap .list .list-title {
    font-size: 16px;
  }
  .service-center-container .inner .bottom-part .list-wrap .list .date {
    font-size: 12px;
  }
  .img_5 {
    padding-left: 40px;
  }
  .inquiry-container .inner h1.title {
    margin-bottom: 20px;
  }
  .inquiry-container .inner h1.title:after {
    display: none;
  }
  .inquiry-container .inner .box-wrap {
    padding: 10px;
    border-radius: unset;
    border: 0;
  }
  .inquiry-container .inner .box-wrap .row-layout {
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
  }
  .inquiry-container .inner .box-wrap textarea {
    margin-bottom: 30px;
  }
  .inquiry-container .inner .box-wrap .agreement label {
    font-size: 14px;
  }
  .inquiry-container .inner .box-wrap .round-btn {
    padding: 15px 70px;
  }
}
/* 테블릿 ~ 모바일 끝*/
/* 모바일 */
@media screen and (max-width: 767px) {
  .membership-wrap section.member_sec02 .inner .input-area .step-2 {
    width: 100%;
  }
  .membership-wrap section.member_sec02 .inner .input-area .m-tip {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 10;
    width: 100%;
  }
  .membership-wrap section.member_sec02 .inner .input-area .m-tip .tipWrap {
    right: auto;
    left: 50px;
    top: -26px;
  }
  .membership-wrap section.member_sec02 .inner .input-area .m-tip .btn-input {
    margin-bottom: 0;
    border-radius: 0;
    border: none;
    padding: 30px 0;
    font-size: 16px;
    width: 100%;
  }
  .membership-wrap section.member_sec02 .inner .input-area input {
    background: #fff;
    border: 1px solid #ddd;
  }
  .membership-wrap section.member_sec02 .inner .input-area input.next-btn {
    background: #2D8EFF;
  }
  .membership-wrap section.member_sec02 .inner .input-area .com-input {
    margin-bottom: 16px;
    padding: 16px;
  }
  .membership-wrap section.member_sec02 .inner .input-area .email-input-area input {
    padding: 16px;
  }
  .membership-wrap section.member_sec02 .inner .input-area .flex-end {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .membership-wrap section.member_sec02 .inner .input-area .flex-end input {
    margin-bottom: 0;
    width: 100%;
  }
  .membership-wrap section.member_sec02 .inner .input-area .flex-end .submit-btn {
    background: #2D8EFF;
  }
  .membershipApplicationPop {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: white;
    transform: translateY(100%);
    transition: transform 0.2s;
  }
  .membershipApplicationPop .member_sec02 {
    overflow-y: auto;
  }
  .membershipApplicationPop .member_sec02 .memberHd {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #F4F4F4;
    position: sticky;
    top: 0;
    background: white;
  }
  .membershipApplicationPop .member_sec02 .memberHd h3 {
    font-weight: 400;
  }
  .membershipApplicationPop .member_sec02 .memberHd .memberClose {
    padding: 0;
    background: none;
    display: flex;
  }
  .membershipApplicationPop .member_sec02 .inner {
    padding: 20px 20px 80px !important;
    justify-content: start !important;
    gap: 0 !important;
    overflow-y: auto;
  }
  .membershipApplicationPop .member_sec02 .inner .memberTitle {
    text-align: left;
    font-size: 36px;
    line-height: 44px;
  }
  .membershipApplicationPop .member_sec02 .inner .input-area {
    width: 100%;
    padding: 28px 0;
  }
  .membershipApplicationPop .member_sec02 .inner .input-area .block-label {
    font-weight: 500 !important;
  }
  .membershipApplicationPop #emailAddress {
    display: none !important;
  }
  .m-l-auto-img {
    margin-left: auto;
  }
  .m-img-box {
    justify-content: unset !important;
  }
  .m-head {
    display: flex;
    align-items: center;
    gap: 20px;
    height: 61px;
    padding: 0 20px;
    border-bottom: 1px solid #ddd;
  }
  section.member_sec02 .inner .input-area .step-2 {
    width: 95%;
    margin: 0 auto;
  }
  .membership-complete-wrap .membership_complete .inner h1.title {
    font-size: 28px !important;
  }
  .membership-complete-wrap .membership_complete .inner h3 {
    font-weight: 500;
    margin-bottom: 50px;
    font-size: 15px;
  }
  .membership-complete-wrap footer {
    display: none;
  }
  .inquiry-container .inner {
    padding: 30px 20px 100px;
  }
  .inquiry-container .inner .box-wrap .row-layout .adver-info {
    display: none;
  }
  .inquiry-history .inner {
    padding: 30px 20px 100px;
  }
  .inquiry-history .inner h1.with-icon {
    display: none;
  }
  .inquiry-history .inner .list-wrap table {
    font-size: 14px;
  }
  .inquiry-history .inner .list-wrap table thead tr th {
    padding: 10px 0;
  }
  .inquiry-history .inner .list-wrap table thead tr th:first-of-type {
    padding-left: 0;
  }
  .inquiry-history .inner .list-wrap table thead tr th:last-of-type {
    padding-right: 0;
  }
  .inquiry-history .inner .list-wrap table tbody tr td {
    padding: 10px 0;
  }
  .inquiry-history .inner .list-wrap table tbody tr td:first-of-type {
    padding-left: 0;
  }
  .inquiry-history .inner .list-wrap table tbody tr td:last-of-type {
    padding-right: 0;
  }
  .inquiry-history .inner .list-wrap table tbody tr td.date {
    font-size: 12px;
  }
  .inquiry-answer .inner {
    padding: 30px 20px 100px;
  }
  .inquiry-answer .inner .head-part {
    padding: 0;
  }
  .inquiry-answer .inner .head-part .m-b-20 {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .inquiry-answer .inner .head-part .m-b-20 .date {
    color: #a1adc9;
  }
  .inquiry-answer .inner .head-part .layout {
    padding: 10px 5px;
  }
  .inquiry-answer .inner .head-part .layout span {
    width: 80%;
  }
  .inquiry-answer .inner .head-part .layout button {
    width: 20%;
    font-size: 14px;
  }
  .inquiry-answer .inner .content-container {
    padding: 10px;
    margin-bottom: 30px;
  }
  .inquiry-answer .inner .content-container .attachment {
    width: 100%;
  }
  .inquiry-answer .inner .answer-container .content {
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
  }
  .announcement-container .inner {
    padding: 30px 20px 100px;
  }
  .announcement-container .inner h1 {
    display: none;
  }
  .announcement-container .inner .head-part {
    padding-bottom: 10px;
  }
  .announcement-container .inner .head-part h3 {
    font-size: 16px;
  }
  .announcement-container .inner .head-part .date {
    font-size: 14px;
  }
  .announcement-container .inner .content-container {
    padding: 10px 0 30px;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
  }
  .faq-container {
    width: 100%;
    height: 100%;
  }
  .faq-container .inner {
    padding: 30px 20px 100px;
  }
  .faq-container .inner h1.with-icon {
    display: none;
  }
  .faq-container .inner .tap-area {
    gap: 15px;
    padding: 0 0 20px;
    border-color: #2a2a2a;
  }
  .faq-container .inner .tap-area a {
    font-size: 16px;
  }
  .faq-container .inner .list-wrap .layout {
    padding: 15px 0;
  }
  .faq-container .inner .list-wrap .layout .list {
    font-size: 14px;
    gap: 10px;
  }
  .faq-container .inner .list-wrap .layout .list .tap-title {
    width: 50px;
  }
  .faq-container .inner .list-wrap .layout .list .list-title {
    line-height: 17px;
  }
  .faq-container .inner .list-wrap .layout .list .list-title span {
    margin-right: 10px;
  }
  .faq-container .inner .list-wrap .layout .list .fold-btn {
    width: 13px;
  }
  .faq-container .inner .list-wrap .layout .drop-area {
    margin-top: 20px;
    margin-left: 0;
  }
  .faq-container .inner .list-wrap .layout .drop-area .drop-content {
    line-height: 18px;
    padding: 0;
  }
  .faq-container .inner .list-wrap .layout .drop-area .drop-content span {
    font-size: 15px;
  }
  .faq-container .inner .list-wrap .layout .drop-area .drop-content .answer {
    font-size: 14px;
  }
}
/* 모바일 끝*/

/*# sourceMappingURL=service.css.map */
