/* intro */
#intro {
  position: relative;
  width: 100vw;
  height: 100vh;
  /*position: fixed;*/
  /*z-index: -1;*/
  text-align: center;
  background: url("/common/images/main-img-bg.png") center center / cover
    no-repeat;
}
.intro-bg-video {
  z-index: -1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  min-width: 100vw;
  height: 100vh;
}
.bk-layer {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
}
.intro-video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}
.intro {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.intro-cont {
  padding-top: 30vh;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.intro-text {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.intro-text em {
  color: #fff;
  font-size: 26px;
  font-weight: 400;
}
.intro-text strong {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 10px;
}
.intro-text span {
  justify-content: center;
}
.intro-btn-group {
  margin-top: 40px;
  display: flex;
  gap: 14px;
  flex-direction: column;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
}
.intro-btn {
  transition: all 0.6s ease-out;
  cursor: pointer;
  display: inline-flex;
  width: auto;
  padding: 10px 40px;
  border-radius: 110px;
  border: 1px solid #fff;
}
.intro-btn span {
  position: relative;
  padding-right: 34px;
  font-size: 20px;
  font-weight: 600;
  line-height: 160%;
  color: #fff;
}
.intro-btn span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url("/common/images/btn-arrow.svg") center center / contain
    no-repeat;
}
.intro-btn:hover {
  background: #fff;
}
.intro-btn:hover span {
  color: #191970;
}
.intro-btn:hover span::after {
  background: url("/common/images/btn-arrow-active.svg") center center / contain
    no-repeat;
}
.intro-btn2 {
  display: inline-flex;
  height: 53px;
  transition: all 0.4s ease;
  cursor: pointer;
  position: relative;
  padding: 0 25px;
  justify-content: center;
  align-items: center;
  border-radius: 110px;
  background: #191970;
  border: 1px solid #191970;
  gap: 6px;
}
.intro-btn2 p {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
}
.intro-btn2 svg {
  margin-top: 4px;
}
.intro-btn2:hover {
  background: transparent;
  border: 1px solid #fff;
}
.intro-scroll-wrapper {
  display: flex;
  justify-content: center;
  position: fixed;
  width: 100vw;
  height: 98px;
  left: 0;
  bottom: 0;
  /*background: #000;*/
}
.intro-scroll-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 60px;
  background: #d9d9d9;
}
.intro-scroll-wrapper span {
  position: absolute;
  color: #fff;
  font-size: 18px;
  animation: moveUpDown 2s infinite;
}
.intro-cont2 {
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.intro-cont2 p {
  color: #fff;
  font-size: 40px;
  font-weight: 400;
  line-height: 160%;
}
.intro-cont2 strong {
  margin: 20px 0 40px 0;
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  line-height: 160%;
}
.intro-cont2 span {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  line-height: 160%;
}
@keyframes moveUpDown {
  0% {
    top: 0;
  }
  30% {
    top: -20px;
  }
  100% {
    top: 0;
  }
}

/* section 01 */
.first {
  margin-bottom: 300px;
  padding: 284px 0 150px 0;
  background: linear-gradient(180deg, #fff 0%, #f2f2fa 100%);
}
.first .container {
  display: flex;
  flex-direction: column;
  gap: 100px;
  align-items: center;
}
.first .bubble {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  width: 750px;
}
.first .bubble-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.first .bubble-item:nth-child(2n) {
  margin-left: auto;
}
.first .bubble-item span {
  color: #333;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
}
.first .bubble-item:nth-child(2n) span {
  margin-left: auto;
}
.first .bubble-item p {
  position: relative;
  padding: 22px 40px;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  line-height: 160%;
  border-radius: 14px;
  background: #191970;
}
.first .bubble-item:nth-child(odd) p::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -10px;
  width: 16px;
  height: 24px;
  background: url("/common/images/bubble-l.svg") center center / contain
    no-repeat;
}
.first .bubble-item:nth-child(2n) p::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -10px;
  width: 16px;
  height: 24px;
  background: url("/common/images/bubble-r.svg") center center / contain
    no-repeat;
}
.first .circle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 60px;
}
.first .circle span {
  width: 12px;
  height: 12px;
  background: #d5d5d5;
  border-radius: 50%;
}

/* we-are */
.we-are {
  padding-bottom: 300px;
}
.we-are .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.we-are .sec-title {
  width: 649px;
}
.we-are .sec-title .btn-group {
  margin-top: 40px;
}
.we-are .sec-title .btn {
  transition: all 0.6s ease-out;
  cursor: pointer;
  display: inline-flex;
  width: auto;
  padding: 10px 40px;
  border-radius: 110px;
  border: 1px solid #191970;
  height: 52px;
  align-items: center;
  justify-content: center;
}
.we-are .sec-title .btn span {
  position: relative;
  padding-right: 34px;
  color: #191970;
  font-size: 20px;
  font-weight: 600;
}
.we-are .sec-title .btn span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url("/common/images/btn-arrow-active.svg") center center / contain
    no-repeat;
}
.we-are .sec-title .btn:hover {
  background: #191970;
}
.we-are .sec-title .btn:hover span {
  color: #fff;
}
.we-are .sec-title .btn:hover span::after {
  background: url("/common/images/btn-arrow.svg") center center / contain
    no-repeat;
}
.we-are .container .we-are-img {
  width: 750px;
}

/* saving */
.saving {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 80px;
  padding-bottom: 300px;
}
.saving .box .post {
  transition: background 0.4s ease-out;
  padding: 33px;
  margin-right: 20px;
  width: 493px;
  height: 227px;
  border-radius: 10px;
  border: 1px solid #191970;
  background: rgba(25, 25, 112, 0.02);
}
.saving .box .post p {
  color: #333;
  font-size: 22px;
  font-weight: 400;
  line-height: 160%;
}
.saving .box .post p strong {
  font-weight: 600;
  display: inline-block;
}
.saving .box .post span {
  margin-top: 20px;
  color: #191970;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
}
.saving .box .post:hover {
  background: #191970;
}
.saving .box .post:hover p {
  color: #fff;
}
.saving .box .post:hover p strong {
  color: #fff;
}
.saving .box .post:hover span {
  color: #fff;
}

/* review */
.review {
  padding: 150px 0 200px 0;
  background: #191970;
  display: flex;
  flex-direction: column;
  gap: 80px;
  margin-bottom: 200px;
}
.review .sec-title span {
  color: #fff;
}
.review .sec-title p {
  color: #fff;
}
.review .sec-title p strong {
  color: #fff;
}
.review .review-slick {
}
.review .slick {
}
.review .slick .post {
  display: flex;
  gap: 20px;
  margin-right: 100px;
}
.review .post .post-l {
  width: 320px;
  height: auto;
  max-height: 330px;
  border-radius: 10px;
}
.review .post .post-r {
  width: 282px;
}
.review .post .post-r p {
  position: relative;
  height: 246px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
  padding: 26px;
  color: #333;
  font-size: 23px;
  font-weight: 400;
  line-height: 140%;
}
.review .post .post-r p strong {
  font-weight: 500;
  display: inline;
}
.review .post .post-r p em {
  position: absolute;
  bottom: 26px;
  left: 26px;
  display: block;
  color: #707070;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}
.review .post .post-r span {
  width: 100%;
  margin-top: 32px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

/* reason */
.reason {
  padding-bottom: 200px;
}
.reason .container {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.reason .content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 20px;
}
.reason .content .cont-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(33.33% - 13.33px);
  padding: 55px 43px;
  border-radius: 14px;
  border: 1px solid #191970;
  background: rgba(25, 25, 112, 0.02);
  text-align: center;
}
.reason .content .cont-item em {
  display: inline-flex;
  padding: 8px 18px 6px 18px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  border-radius: 20px;
  background: #191970;
}
.reason .content .cont-item p {
  margin: 24px 0 14px 0;
  color: #333;
  font-size: 22px;
  font-weight: 600;
  line-height: 100%;
}
.reason .content .cont-item span {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}
.reason .content .cont-item span strong {
  display: inline-block;
  font-weight: 600;
}

/* premium */
.premium {
  padding-bottom: 200px;
}
.premium .container {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.premium .content {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.premium .content .cont-item {
  cursor: pointer;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 50px 40px;
  height: 398px;
  border-radius: 20px;
  border: 1px solid #191970;
}
.premium .content .cont-item .text {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.premium .content .cont-item .text p {
  color: #333;
  font-size: 28px;
  font-weight: 600;
  line-height: 160%;
}
.premium .content .cont-item .text span {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}
.premium .btn span {
  transition: padding 0.3s ease-out;
  position: relative;
  padding-right: 28px;
  color: #191970;
  font-size: 16px;
  font-weight: 600;
  line-height: 160%;
}
.premium .btn span::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: calc(50% - 1px);
  right: 0;
  transform: translateY(-50%);
  background: url("/common/images/btn-arrow-s-active.svg") center center /
    contain no-repeat;
}
.premium .content .cont-item:hover {
  transition: background 0.4s ease-out;
  background: #191970;
}
.premium .content .cont-item:hover .text {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.premium .content .cont-item:hover .text p {
  color: #fff;
}
.premium .content .cont-item:hover .text span {
  color: #fff;
}
.premium .content .cont-item:hover .btn span {
  padding-right: 38px;
  color: #fff;
}
.premium .content .cont-item:hover span::before {
  background: url("/common/images/btn-arrow-s.svg") center center / contain
    no-repeat;
}

/* step title */
.step-title {
  width: 568px;
}
.step-title em {
  color: #191970;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
}
.step-title p {
  margin: 26px 0 16px 0;
  color: #333;
  font-size: 34px;
  font-weight: 700;
  line-height: 160%;
}
.step-title span {
  color: #666;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
}
.step-title span strong {
  color: #333;
  font-size: 22px;
  font-weight: 600;
  line-height: 160%;
}

/* step 04 공통 */
.step .container {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.step .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.step .step-left {
  width: 878px;
}
.step .step-right {
  display: flex;
  flex-direction: column;
}

/* step01 */
.step01 {
  padding-bottom: 200px;
}
.step01 .btn-group {
  margin-top: 49px;
  display: flex;
  gap: 14px;
}
.step01 .btn-group .btn {
  transition: all 0.4s ease-out;
  cursor: pointer;
  box-sizing: content-box;
  padding: 10px 40px;
  border-radius: 110px;
  border: 1px solid #191970;
}
.step01 .btn-group .btn span {
  color: #191970;
  font-size: 20px;
  font-weight: 600;
  line-height: 160%;
}
.step01 .btn-group .btn-01 span {
  position: relative;
  padding-right: 34px;
}
.step01 .btn-group .btn-02 span {
  position: relative;
  padding-left: 26px;
}
.step01 .btn-group .btn-01 span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  background: url("/common/images/btn-arrow-active.svg") center center / contain
    no-repeat;
}
.step01 .btn-group .btn-02 span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  background: url("/common/images/btn-phone-active.svg") center center / contain
    no-repeat;
}
.step01 .btn-group .btn:hover {
  background: #191970;
}
.step01 .btn-group .btn:hover span {
  color: #fff;
}
.step01 .btn-group .btn:hover.btn-01 span::before {
  background: url("/common/images/btn-arrow.svg") center center / contain
    no-repeat;
}
.step01 .btn-group .btn:hover.btn-02 span::before {
  background: url("/common/images/btn-phone.svg") center center / contain
    no-repeat;
}

/* inquiry */
.inquiry {
  padding-bottom: 200px;
}
.inquiry .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 80px;
}
.inquiry .post {
  position: relative;
  width: 621px;
  height: 294px !important;
  background-color: #fafafa;
  margin-right: 20px;
  border-radius: 14px;
  padding: 2.93rem 2.5rem;
  box-sizing: border-box;
}
.inquiry .post p {
  line-height: 160%;
  color: #333333;
  font-size: 20px;
}
.inquiry .post span {
  position: absolute;
  bottom: 2.93rem;
  color: #191970;
  font-size: 14px;
  font-weight: 600;
}
.inquiry .exp {
  max-width: 1520px;
  margin: 20px auto 0 auto;
  text-align: end;
  color: #666666;
  font-size: 14px;
  width: 100%;
  padding-bottom: 2rem;
}

/* step02 */
.step02 {
  margin-bottom: 150px;
  padding: 150px 0;
  background: #fafafa;
}
.step02 .content {
  flex-direction: row-reverse;
}

/* step03 */
.step03 {
  padding-bottom: 120px;
}

/* consulting 공통 */
.consulting {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.consulting .container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.consulting .consulting-dsc {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.consulting .consulting-dsc p {
  color: #333;
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
}
.consulting .consulting-dsc span {
  color: #666;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
}
.consulting .consulting-dsc span strong {
  color: #333;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
}

/* consulting01 */
.consulting01 {
  padding-bottom: 100px;
}
.consulting01 .consulting-cont {
  display: flex;
  gap: 20px;
}
.consulting01 .consulting-cont .item {
  cursor: pointer;
  transition: all 0.4s ease-out;
  width: 100%;
  height: 378px;
  padding: 60px 0;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.consulting01 .consulting-cont .item em {
  color: #191970;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
}
.consulting01 .consulting-cont .item p {
  margin: 14px 0 30px 0;
  color: #333;
  font-size: 26px;
  font-weight: 500;
  line-height: 100%;
}
.consulting01 .consulting-cont .item span {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
}
.consulting01 .consulting-cont .item span i {
  color: #333;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
}
.consulting01 .consulting-cont .item ul {
  width: 303px;
  margin-top: 42px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.consulting01 .consulting-cont .item ul li {
  display: block;
  position: relative;
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  padding-left: 30px;
}
.consulting01 .consulting-cont .item ul li::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("/common/images/check-active.svg") center center / contain
    no-repeat;
}
.consulting01 .consulting-cont .item:hover {
  background: #191970;
}
.consulting01 .consulting-cont .item:hover em {
  color: #fff;
}
.consulting01 .consulting-cont .item:hover p {
  color: #fff;
}
.consulting01 .consulting-cont .item:hover span {
  color: #fff;
}
.consulting01 .consulting-cont .item:hover span i {
  color: #fff;
}
.consulting01 .consulting-cont .item:hover ul li {
  color: #fff;
}
.consulting01 .consulting-cont .item:hover ul li::before {
  background: url("/common/images/check.svg") center center / contain no-repeat;
}

/* consulting02 */
.consulting02 {
  padding-bottom: 150px;
}
.consulting02 .consulting-cont .item {
  cursor: pointer;
  transition: all 0.4s ease-out;
  width: 100%;
  height: 342px;
  padding: 60px 0;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.consulting02 .consulting-cont .item em {
  color: #191970;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
}
.consulting02 .consulting-cont .item p {
  margin: 14px 0 30px 0;
  color: #333;
  font-size: 26px;
  font-weight: 500;
  line-height: 100%;
}
.consulting02 .consulting-cont .item span {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
}
.consulting02 .consulting-cont .item span i {
  color: #333;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
}
.consulting02 .consulting-cont .item ul {
  width: 303px;
  margin-top: 42px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.consulting02 .consulting-cont .item ul li {
  display: block;
  position: relative;
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  padding-left: 30px;
}
.consulting02 .consulting-cont .item ul li::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("/common/images/check-active.svg") center center / contain
    no-repeat;
}
.consulting02 .consulting-cont .item:hover {
  background: #191970;
}
.consulting02 .consulting-cont .item:hover em {
  color: #fff;
}
.consulting02 .consulting-cont .item:hover p {
  color: #fff;
}
.consulting02 .consulting-cont .item:hover span {
  color: #fff;
}
.consulting02 .consulting-cont .item:hover span i {
  color: #fff;
}
.consulting02 .consulting-cont .item:hover ul li {
  color: #fff;
}
.consulting02 .consulting-cont .item:hover ul li::before {
  background: url("/common/images/check.svg") center center / contain no-repeat;
}

/* swiper */
.ex-swiper-wrapper {
  padding-bottom: 140px;
  width: 1520px;
  margin: 0 auto;
}
.ex-swiper-wrapper.lase-swiper {
  padding-bottom: 200px;
}
.ex-swiper-wrapper span {
  color: #333;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 30px;
}
.ex-swiper-wrapper em {
  display: block;
  color: #666;
  font-size: 16px;
  font-weight: 400;
  margin: -14px 0 30px 0;
}
.ex-swiper-wrapper .swiper-wrapper .swiper-slide {
  width: 255px !important;
  padding-bottom: 90px;
}
.ex-swiper-wrapper .swiper-wrapper.none-progress .swiper-slide {
  padding-bottom: 0;
}
.ex-swiper-wrapper.ex-type2 .swiper-wrapper .swiper-slide {
  width: 529px !important;
  padding-bottom: 90px;
}
.ex-swiper-wrapper .swiper-slide img {
  border-radius: 10px;
  width: 100%;
}

/* step04 */
.step04 {
  margin-bottom: 160px;
}
.step04 .content {
  flex-direction: row-reverse;
}

/* detax */
.detax {
  padding-bottom: 200px;
}
.detax .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
}
.detax .btn-group {
  margin-top: 20px;
}
.detax .btn {
  transition: all 0.6s ease-out;
  cursor: pointer;
  display: inline-flex;
  width: auto;
  padding: 10px 40px;
  border-radius: 110px;
  border: 1px solid #191970;
}
.detax .btn span {
  position: relative;
  padding-right: 34px;
  font-size: 20px;
  font-weight: 600;
  line-height: 160%;
  color: #191970;
}
.detax .btn span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url("/common/images/btn-arrow-active.svg") center center / contain
    no-repeat;
}
.detax .btn:hover {
  background: #191970;
}
.detax .btn:hover span {
  color: #fff;
}
.detax .btn:hover span::after {
  background: url("/common/images/btn-arrow.svg") center center / contain
    no-repeat;
}
.detax img {
  border-radius: 20px;
}

/* profile */
.profile {
  padding-bottom: 200px;
}
.profile .container {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.profile .btn span {
  cursor: pointer;
  position: relative;
  padding-right: 38px;
  color: #666;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
}
.profile .btn span::before {
  transition: right 0.3s ease-out;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background: url("/common/images/btn-arrow-2.svg") center center / contain
    no-repeat;
}
.profile .btn span:hover::before {
  right: -10px;
}
.profile .content {
  display: flex;
  flex-wrap: wrap;
  gap: 120px 20px;
}
.profile .item {
  position: relative;
  width: calc(33.33% - 13.33px);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.profile .item .overlay {
  position: absolute;
  inset: 0;
  border-radius: 20px;
  overflow: hidden;
  opacity: 0.8;
  background: linear-gradient(
    to bottom,
    rgba(63, 64, 59, 0) 0%,
    rgba(63, 64, 59, 0.1) 13%,
    rgba(33, 34, 29, 1) 100%
  );
}
.profile .item .description {
  position: absolute;
  display: flex;
  justify-content: space-between;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 38px;
  opacity: 1;
  transition: opacity 0.3s ease-out;
}
.profile .item h6 {
  display: flex;
  gap: 8px;
  align-items: flex-end;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}
.profile .item h6 em {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.profile .item p {
  margin: 20px 0 0 0;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.profile .item .description .description-inner {
  width: 100%;
}
.profile .item .description .desc-cont {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.profile .item .description .desc-cont svg {
  margin: 7px 0;
}
.profile .item p strong {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
.profile .item .profile-img {
  cursor: pointer;
  position: relative;
  border-radius: 20px;
  height: 570px;
  overflow: hidden;
}
.profile .item .profile-img::before {
  transition: all 0.3s ease-out;
  content: "자세히 보기";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 18px;
  opacity: 0;
  z-index: 10;
}
.profile .item .profile-img:hover::before {
  left: 50%;
  font-size: 20px;
  opacity: 1;
}
.profile .item:hover .description {
  opacity: 0;
}
.profile .item .display-sec {
  display: none;
}

#modal {
  transition: opacity 0.3s ease-out;
  height: 0;
  opacity: 0;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 100;
  width: 100vw;
  background: rgba(0, 0, 0, 0.4);
  overflow: hidden;
}
#modal.active {
  height: 100vh;
  display: block;
  opacity: 1;
}
.profile-modal {
  display: flex;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;

  background: #fff;
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.14);
  height: auto;
  width: auto;
  max-width: 1265px;
  min-height: 600px;
  border-radius: 14px;
}
.profile-modal .modal-close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.profile-modal .profile-img {
  width: 496px;
  height: 100%;
}
.profile-modal .content {
  width: 768px;
  height: 100%;
  padding: 60px;
}
.profile-modal .content h6 {
  display: flex;
  align-items: flex-end;
  gap: 20px;
}
.profile-modal .content h6 span {
  color: #333;
  font-size: 35px;
  font-weight: 600;
  line-height: 100%;
}
.profile-modal .content h6 em {
  color: #191970;
  font-size: 21px;
  font-weight: 500;
  line-height: 100%;
}
.profile-modal .content p {
  color: #666;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  margin: 20px 0 48px 0;
}
.profile-modal .content p strong {
  color: #333;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  display: inline-block;
}
.profile-modal .modal-scroll {
  overflow-y: auto;
  height: 340px;
}
.profile-modal .content ul {
  display: flex;
  flex-direction: column;
  padding-left: 10px;
  gap: 1px;
}
.profile-modal .content ul li {
  position: relative;
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  padding-left: 10px;
}
.profile-modal .content ul li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 3px;
  height: 3px;
  background: #666;
  border-radius: 50%;
}
.profile-modal .display-modal {
  display: none !important;
}
.profile-modal .display-sec {
  display: block;
}
.profile .swiper {
  margin-top: 60px;
}
.profile .swiper-slide {
  position: relative;
  width: 100% !important;
  max-width: 341px !important;
  height: auto;
}
.profile .swiper-slide .overlay {
  position: absolute;
  inset: 0;
  border-radius: 20px;
  overflow: hidden;
  opacity: 0.6;
  pointer-events: none;
  background: linear-gradient(
    to bottom,
    rgba(63, 64, 59, 0) 0%,
    rgba(63, 64, 59, 0.1) 13%,
    rgba(33, 34, 29, 1) 100%
  );
}
.profile .swiper-slide .description {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 24px;
  opacity: 1;
  transition: opacity 0.3s ease-out;
  pointer-events: none;
  z-index: 5;
}
.profile .swiper-slide h6 {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
.profile .swiper-slide h6 em {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.profile .swiper-slide p {
  margin-top: 12px;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 140%;
}
.profile .swiper-slide p strong {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 140%;
  display: inline-block;
}
.slide-img {
  cursor: pointer;
  height: 430px;
  border-radius: 20px;
  overflow: hidden;
}
.slide-img img {
  height: 100%;
}

/* service */
.service {
  padding-bottom: 200px;
}
.service .container {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.service .content ul {
  display: flex;
  gap: 20px;
}
.service .content ul li {
  cursor: pointer;
  position: relative;
  transition: left 0.3s ease-out;
}
.service .content img {
  width: 100%;
  height: auto;
}
.service .content .text {
  position: absolute;
  top: 46px;
  left: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  z-index: 5;
}
.service .content .text p {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  line-height: 100%;
}
.service .content .text span {
  position: relative;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
}
.service .content .text span::after {
  transition: left 0.3s ease-out;
  position: absolute;
  content: "";
  top: 50%;
  left: 100px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url("/common/images/more-btn.svg") center center / cover no-repeat;
}
.service .content ul li:hover .text span::after {
  left: 110px;
}
.service .content ul li:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 30px;
}

/* blog */
.blog {
  padding-bottom: 200px;
}
.blog .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.blog .sec-title p strong {
  display: inline-block;
}
.blog .btn-group {
  margin-top: 44px;
  margin-left: auto;
}
.blog .btn {
  cursor: pointer;
  display: inline-flex;
}
.blog .btn span {
  position: relative;
  padding-right: 38px;
  color: #666;
  font-size: 20px;
  font-weight: 400;
}
.blog .btn span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background: url("/common/images/blog-btn.svg") center center / contain
    no-repeat;
}
.blog .content {
  display: flex;
  gap: 20px;
}
.blog .content .cont-item {
  width: 100%;
}
.blog .content .cont-item p {
  margin: 24px 0 16px 0;
  color: #333;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.blog .content .cont-item span {
  color: #191970;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}

/* instagram */
.instagram {
  padding-bottom: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
}
.instagram .sec-title p strong {
  display: inline-block;
}
.instagram .swiper {
  width: 1520px;
  height: 868px !important;
}
.instagram .swiper-slide {
  width: 365px !important;
}
.instagram .cont-item {
  width: 365px;
}
.instagram .cont-item img {
  border-radius: 20px;
  width: 100%;
}
.instagram .cont-item em {
  width: 100%;
  display: block;
  margin: 14px 0 20px 0;
  color: #999;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;

  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.instagram .cont-item span {
  color: #191970;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

/* partner-company */
.partner-company {
  padding-bottom: 200px;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.partner-company .sec-title p strong {
  display: inline-block;
}
.partner-company .content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 40px;
  overflow: hidden;
}
.partner-company .content .logo-ani-top {
  display: flex;
  gap: 40px;
  animation: logo-ani-top 50s linear infinite;
}
.partner-company .content .logo-ani-bottom {
  display: flex;
  gap: 40px;
  height: 100%;
  animation: logo-ani-bottom 50s linear infinite;
}
.partner-company .content .logo-ani-item {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  width: 260px;
  height: 100%;
}
.partner-company .content .logo-ani-item img {
  width: 100%;
}
@keyframes logo-ani-top {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes logo-ani-bottom {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}

/* map */
.map {
  padding-bottom: 200px;
}
.map .container {
  display: flex;
  align-items: center;
  gap: 147px;
}
.map .sec-title strong {
  display: inline-block;
}
.map .content-left ul {
  margin: 40px 0 60px 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  color: #666;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
}
.map .content-left ul em {
  display: inline-block;
  width: 48px;
  color: #333;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
}
.map .btn-group {
  display: flex;
}
.map .btn-group .btn {
  transition: all 0.6s ease-out;
  cursor: pointer;
  padding: 10px 40px;
  border-radius: 110px;
  border: 1px solid #191970;
}
.map .btn-group .btn span {
  position: relative;
  padding-left: 28px;
  font-size: 20px;
  font-weight: 600;
  line-height: 160%;
  color: #191970;
}
.map .btn-group .btn span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url("/common/images/place-active.svg") center center / contain
    no-repeat;
}
.map .btn-group .btn:hover {
  background: #191970;
}
.map .btn-group .btn:hover span {
  color: #fff;
}
.map .btn-group .btn:hover span::after {
  background: url("/common/images/place.svg") center center / contain no-repeat;
}
.map .content-right {
  width: 1007px;
  height: 460px;
  background: #d0d0d0;
  border-radius: 20px;
}
.map ul.display-m {
  width: 100%;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}
.map ul.display-m em {
  display: inline-block;
  width: 41px;
  color: #333;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
}

/* banner */
.banner {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 500px;
  overflow: hidden;
}
.banner .banner-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 500px;
  background: url("/common/images/thebom.png") center center / cover no-repeat;
}
.banner .banner-cont {
  width: 100vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  gap: 40px;
  text-align: center;
}
.banner .banner-cont p span {
  display: flex;
  flex-direction: column;
  color: #fff;
  font-size: 40px;
  font-weight: 400;
  line-height: 160%;
}
.banner .banner-cont p strong {
  color: #fff;
  font-weight: 700;
}
.banner .banner-btn {
  transition: all 0.6s ease-out;
  cursor: pointer;
  display: inline-flex;
  width: auto;
  padding: 10px 40px;
  border-radius: 110px;
  border: 1px solid #fff;
  background: transparent;
}
.banner .banner-btn span {
  position: relative;
  padding-right: 34px;
  font-size: 20px;
  font-weight: 600;
  line-height: 160%;
  color: #fff;
}
.banner .banner-btn span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url("/common/images/btn-arrow.svg") center center / contain
    no-repeat;
}
.banner .banner-btn:hover {
  background: #fff;
}
.banner .banner-btn:hover span {
  color: #191970;
}
.banner .banner-btn:hover span::after {
  background: url("/common/images/btn-arrow-active.svg") center center / contain
    no-repeat;
}

/* data-inquiry */
.data-inquiry {
  padding: 150px 0;
}
.data-inquiry .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
}
.data-inquiry .content .form {
  width: 750px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.data-inquiry .form .input-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.data-inquiry .form .input-item label {
  color: #666;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
}
.data-inquiry .form .input-item label i {
  color: #ee4b13;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
}
.data-inquiry .form .input-item h5 {
  color: #666;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
}
.data-inquiry .form .input-item h5.fw-400 {
  font-weight: 400;
}
.data-inquiry .form .input-item h5 i {
  color: #ee4b13;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
}
.data-inquiry .form .input-item input[type="text"] {
  width: 100%;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 22px 24px;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
}
.data-inquiry .form .input-item input[type="text"]:focus {
  outline: none;
}
.data-inquiry .form .input-item input[type="text"]::placeholder {
  color: #999;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
}
.data-inquiry .form .input-item .phone-input {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #333;
}
.data-inquiry .form .input-item-cb-wrapper {
  display: flex;
  gap: 26px;
}
.data-inquiry .form .input-item input[type="checkbox"] {
  display: none;
}
.data-inquiry .form .input-item input[type="radio"] {
  display: none;
}
.data-inquiry .form .input-item-cb label {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
}
.data-inquiry .form .input-item-cb em {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("/common/images/cb.svg");
}
.data-inquiry .form .input-item input[type="checkbox"]:checked + label em {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("/common/images/cb-active.svg");
}
.data-inquiry .form .input-item input[type="radio"]:checked + label em {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("/common/images/cb-active.svg");
}
.data-inquiry .form textarea {
  width: 100%;
  height: 200px;
  padding: 22px 24px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
}
.data-inquiry .form textarea::placeholder {
  color: #999;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
}
.data-inquiry .form textarea:focus {
  outline: none;
}
.data-inquiry .form .agree-box {
  width: 100%;
  padding: 22px 24px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #999;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}
.data-inquiry .form .agree-box span {
  color: #666;
}
.data-inquiry .form .input-item.input-item-row {
  flex-direction: row;
  gap: 10px;
  margin-top: -30px;
}
.data-inquiry .form-btn {
  cursor: pointer;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: #191970;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  padding: 24px 0;
}

/* complete-page */
#complete-page {
  position: relative;
  width: 100vw;
  height: 100vh;
  background: url("/common/images/main-img-bg.png") center center / cover
    no-repeat;
}
#complete-page .complete-contents {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: calc(50% - 50px);
  left: 50%;
  transform: translate(-50%, -50%);
}
#complete-page .complete-title {
  box-sizing: content-box;
  width: 364px;
  padding: 15px 50px;
  border-radius: 10px;
  background: #ffffff;
  color: #191970;
  font-size: 40px;
  font-weight: 700;
}
#complete-page .complete-text {
  text-align: center;
  padding: 30px 0 60px 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 160%;
  color: #fff;
}
#complete-page .complete-text strong {
  font-size: 22px;
  font-weight: 600;
  line-height: 160%;
  color: #fff;
  display: inline-block;
}
#complete-page .complete-btn {
  transition: all 0.6s ease-out;
  cursor: pointer;
  display: inline-flex;
  width: auto;
  padding: 10px 40px;
  border-radius: 110px;
  background: #191970;
}
#complete-page .complete-btn span {
  position: relative;
  padding-right: 34px;
  font-size: 20px;
  font-weight: 600;
  line-height: 160%;
  color: #fff;
}
#complete-page .complete-btn span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url("/common/images/btn-arrow.svg") center center / contain
    no-repeat;
}
#complete-page .complete-btn:hover {
  background: #fff;
}
#complete-page .complete-btn:hover span {
  color: #191970;
}
#complete-page .complete-btn:hover span::after {
  background: url("/common/images/btn-arrow-active.svg") center center / contain
    no-repeat;
}

@media (max-width: 1570px) {
  /* intro */
  #intro {
    position: relative;
    width: 100vw;
    height: 100vh;
    /*position: fixed;*/
    /*z-index: -1;*/
    text-align: center;
    background: url("/common/images/main-img-bg-m.png") center center / cover
      no-repeat;
  }
  .intro-bg-video {
    z-index: -1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 100vh;
  }
  .bk-layer {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
  }
  .intro-cont {
    padding-top: 25vh;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .intro-text {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .intro-text em {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
  }
  .intro-text strong {
    font-size: 24px;
    margin-bottom: 0;
    line-height: 140%;
    font-weight: 700;
  }
  .intro-text strong.is-strong {
    font-weight: 400;
  }
  .intro-text span {
    margin-top: 40px;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    line-height: 100%;
  }
  .intro-cont2 {
    margin-top: 20%;
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .intro-cont2 p {
    font-size: 24px;
  }
  .intro-cont2 strong {
    font-size: 24px;
  }
  .intro-cont2 span {
    font-size: 15px;
  }
  .intro-scroll-wrapper {
    height: 68px;
  }
  .intro-scroll-wrapper::after {
    height: 40px;
  }
  .intro-scroll-wrapper span {
    font-size: 14px;
  }

  /* section 01 */
  .first {
    margin-bottom: 150px;
    padding: 160px 0 100px 0;
  }
  .first .container {
    gap: 60px;
  }
  .first .circle {
    gap: 30px;
  }
  .first .circle span {
    width: 8px;
    height: 8px;
  }
  .first circle span {
    width: 8px;
    height: 8px;
  }

  .first .bubble-wrapper {
    width: 100%;
    height: 332px;
    overflow: hidden;
  }
  .first .bubble {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 40px;
    animation: bubbleAni 15s linear infinite;
  }
  .first .bubble-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 0 16px;
  }
  .first .bubble-item:nth-child(2n) {
    align-items: flex-end;
    margin-left: auto;
  }
  .first .bubble-item span {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
  }
  .first .bubble-item:nth-child(2n) span {
    margin-left: auto;
  }
  .first .bubble-item p {
    position: relative;
    padding: 14px 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 160%;
    border-radius: 6px;
    background: #191970;
  }
  .first .bubble-item:nth-child(odd) p::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -10px;
    width: 16px;
    height: 24px;
    background: url("/common/images/bubble-l.svg") center center / contain
      no-repeat;
  }
  .first .bubble-item:nth-child(2n) p::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: -10px;
    width: 16px;
    height: 24px;
    background: url("/common/images/bubble-r.svg") center center / contain
      no-repeat;
  }
  @keyframes bubbleAni {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(calc(-50% - 20px));
    }
  }

  /* we-are */
  .we-are {
    padding-bottom: 150px;
  }
  .we-are .container {
    flex-direction: column;
    width: 100%;
    gap: 60px;
  }
  .we-are .sec-title {
    width: 100%;
    text-align: left;
    align-items: flex-start;
  }
  .we-are .sec-title em {
    font-size: 12px;
  }
  .we-are .sec-title .btn-group {
    margin-top: 10px;
  }
  .we-are .sec-title .btn {
    padding: 8px 26px;
    height: 48px;
  }
  .we-are .sec-title .btn span {
    padding-right: 26px;
    font-size: 16px;
  }
  .we-are .sec-title .btn span::after {
    width: 20px;
    height: 20px;
  }
  .we-are .container .we-are-img {
    width: 100%;
  }

  /* saving */
  .saving {
    gap: 60px;
    padding-bottom: 150px;
  }
  .saving .box .post {
    padding: 30px;
    width: 343px;
    height: 210px;
  }
  .saving .box .post p {
    font-size: 18px;
  }

  /* review */
  .review {
    padding: 120px 0 150px 0;
    margin-bottom: 150px;
  }
  .review .slick .post {
    margin-right: 40px;
    flex-direction: column;
    gap: 30px;
  }
  .review .post .post-l {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 343px;
    height: auto;
    max-height: 100%;
  }
  .review .post .post-l span {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
  }
  .review .post .post-r {
    width: 343px;
  }
  .review .post .post-r p {
    height: 100%;
    padding: 30px 12px;
    font-size: 16px;
    text-align: center;
  }
  .review .post .post-r p strong {
    font-weight: 500;
    display: inline;
  }
  .review .post .post-r p em {
    position: initial;
    font-size: 14px;
    margin-top: 16px;
  }
  .review .post .post-r span {
    width: 100%;
    margin-top: 32px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
  }

  /* reason */
  .reason {
    padding-bottom: 150px;
  }
  .reason .container {
    gap: 60px;
  }
  .reason .content {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 0;
    border-radius: 20px;
    border: 1px solid #191970;
    background: rgba(25, 25, 112, 0.02);
    padding: 40px 0;
  }
  .reason .content .cont-item {
    position: relative;
    border: none;
    background: transparent;
    text-align: center;
    border-radius: 0;
    padding: 60px 0;
    width: calc(100% - 40px);
    margin-left: 20px;
  }
  .reason .content .cont-item::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #e4e4e4;
  }
  .reason .content .cont-item:last-child::before {
    content: none;
  }
  .reason .content .cont-item em {
    font-size: 14px;
  }
  .reason .content .cont-item p {
    font-size: 18px;
  }
  .reason .content .cont-item span {
    font-size: 14px;
  }

  /* premium */
  .premium {
    padding-bottom: 150px;
  }
  .premium .container {
    gap: 60px;
  }
  .premium .content {
    display: flex;
    gap: 20px;
    justify-content: space-between;

    flex-direction: column;
  }
  .premium .content .cont-item {
    height: auto;
    border-radius: 14px;
    padding: 40px 30px;
  }
  .premium .content .cont-item .text {
    gap: 20px;
  }
  .premium .content .cont-item .text p {
    font-size: 20px;
  }
  .premium .content .cont-item .text span {
    font-size: 14px;
  }
  .premium .btn span {
    margin-top: 41px;
    font-size: 14px;
  }
  .premium .btn span::before {
    top: 50%;
  }

  /* step title */
  .step-title {
    width: 100%;
  }
  .step-title em {
    font-size: 14px;
  }
  .step-title p {
    margin: 20px 0 16px 0;
    font-size: 24px;
  }
  .step-title span {
    font-size: 14px;
  }
  .step-title span strong {
    font-size: 16px;
    margin-top: 2px;
  }

  /* step 04 공통 */
  .step .container {
    gap: 60px;
  }
  .step .content {
    flex-direction: column-reverse;
    gap: 60px;
  }
  .step .step-left {
    width: 100%;
  }
  .step .step-right {
    width: 100%;
  }

  /* step01 */
  .step01 {
    padding-bottom: 150px;
  }
  .step01 .sec-title span {
    font-size: 14px;
  }
  .step01 .sec-title span strong {
    font-size: 14px;
  }
  .step01 .btn-group {
    margin-top: 27px;
    display: flex;
    gap: 13px;
  }
  .step01 .btn-group .btn {
    padding: 10px 20px;
  }
  .step01 .btn-group .btn span {
    font-size: 14px;
  }
  .step01 .btn-group .btn-01 span {
    padding-right: 22px;
  }
  .step01 .btn-group .btn-02 span {
    padding-left: 20px;
  }
  .step01 .btn-group .btn-01 span::before {
    width: 16px;
    height: 16px;
  }
  .step01 .btn-group .btn-02 span::before {
    width: 14px;
    height: 14px;
  }

  /* inquiry */
  .inquiry {
    padding-bottom: 120px;
  }
  .inquiry .exp {
    width: 100%;
    font-size: 14px;
    padding-left: 16px;
    overflow: hidden;
    margin-top: 20px;
    text-align: left;
  }
  .inquiry .post {
    padding: 40px 30px;
    width: 343px;
    height: 290px;
  }
  .inquiry .post p {
    letter-spacing: -0.5px;
    font-size: 16px;
  }

  /* step02 */
  .step02 {
    margin-bottom: 150px;
    padding: 120px 0;
  }
  .step02 .content {
    flex-direction: column-reverse;
  }

  /* step03 */
  .step03 {
    padding-bottom: 100px;
  }

  /* consulting 공통 */
  .consulting {
    gap: 100px;
  }
  .consulting .consulting-dsc {
    gap: 20px;
  }
  .consulting .consulting-dsc p {
    font-size: 20px;
  }
  .consulting .consulting-dsc span {
    font-size: 16px;
  }
  .consulting .consulting-dsc span strong {
    font-size: 16px;
  }
  .consulting-cont {
    flex-direction: column;
  }

  /* consulting01 */
  .consulting01 {
    padding-bottom: 100px;
  }
  .consulting01 .consulting-cont .item {
    width: 100%;
    height: auto;
    padding: 40px 0 50px 0;
    display: flex;
  }
  .consulting01 .consulting-cont .item em {
    font-size: 14px;
  }
  .consulting01 .consulting-cont .item p {
    margin: 12px 0 20px 0;
    font-size: 20px;
  }
  .consulting01 .consulting-cont .item span i {
    font-size: 30px;
  }
  .consulting01 .consulting-cont .item ul {
    width: auto;
    margin: 40px auto 0 auto;
    gap: 12px;
  }

  /* consulting02 */
  .consulting02 {
    padding-bottom: 100px;
  }
  .consulting02 .consulting-cont .item {
    width: 100%;
    height: auto;
    padding: 40px 0 50px 0;
    display: flex;
  }
  .consulting02 .consulting-cont .item em {
    font-size: 14px;
  }
  .consulting02 .consulting-cont .item p {
    margin: 12px 0 20px 0;
    font-size: 20px;
  }
  .consulting02 .consulting-cont .item span i {
    font-size: 30px;
  }
  .consulting02 .consulting-cont .item ul {
    width: auto;
    margin: 40px auto 0 auto;
    gap: 12px;
  }

  /* swiper */
  .ex-swiper-wrapper {
    width: 100%;
    padding-bottom: 100px;
  }
  .ex-swiper-wrapper.lase-swiper {
    padding-bottom: 150px;
  }
  .ex-swiper-wrapper > span {
    font-size: 18px;
    margin-left: 16px;
  }
  .ex-swiper-wrapper > em {
    font-size: 14px;
    margin-left: 16px;
    line-height: 150%;
  }
  .ex-swiper-wrapper .swiper-wrapper .swiper-slide {
    padding-bottom: 50px;
  }
  .ex-swiper-wrapper .swiper-wrapper.none-progress .swiper-slide {
    padding-bottom: 50px;
  }
  .ex-swiper-wrapper.ex-type2 .swiper-wrapper .swiper-slide {
    width: 280px !important;
    padding-bottom: 50px;
  }
  .ex-swiper-wrapper .swiper-slide img {
    border-radius: 10px;
    width: 100%;
  }

  /* step04 */
  .step04 {
    margin-bottom: 160px;
  }
  .step04 .content {
    flex-direction: column-reverse;
  }

  /* detax */
  .detax {
    padding-bottom: 150px;
  }
  .detax .container {
    gap: 0;
  }
  .detax .btn-group {
    margin: 10px 0 60px 0;
  }
  .detax .btn span {
    padding-right: 30px;
    font-size: 16px;
  }
  .detax .btn span::after {
    width: 20px;
    height: 20px;
  }

  /* profile */
  .profile-modal {
    display: flex;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 600px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.14);
    width: calc(100% - 32px);
    max-width: 400px;
    border-radius: 14px;
    flex-direction: column;
  }
  .profile .btn span {
    padding-right: 30px;
    font-size: 16px;
  }
  .profile .btn span::before {
    width: 20px;
    height: 20px;
  }
  .profile-modal .modal-close {
    top: 12px;
    right: 12px;
    width: 32px;
    height: 32px;
  }
  .profile-modal .profile-img {
    width: 100%;
    height: 280px;
    overflow: hidden;
  }
  .profile-modal .content {
    width: 100%;
    height: 310px;
    overflow-y: scroll;
    padding: 40px 20px;
  }
  .profile-modal .content h6 {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .profile-modal .content h6 span {
    color: #333;
    font-size: 20px;
    font-weight: 600;
    line-height: 100%;
  }
  .profile-modal .content h6 em {
    font-size: 13px;
    display: block;
  }
  .profile-modal .content p {
    margin: 20px 0;
    font-size: 14px;
  }
  .profile-modal .content p strong {
    font-size: 14px;
  }
  .profile-modal .modal-scroll {
    overflow-y: scroll;
    height: auto;
  }
  .profile-modal .content ul {
    display: flex;
    flex-direction: column;
    margin-left: -10px;
    padding-left: 0;
  }
  .profile-modal .content ul li {
    font-size: 13px;
  }
  .profile-modal .content ul li::before {
    top: 8px;
  }
  .profile-modal .display-modal {
    display: none !important;
  }
  .profile-modal .display-sec {
    display: block;
  }

  /* service */
  .service {
    padding-bottom: 150px;
  }
  .service .container {
    gap: 60px;
  }
  .service .sec14-cont-top span {
    font-size: 14px;
  }
  .service .sec14-cont-top p {
    font-size: 24px;
  }
  .service .content ul {
    flex-direction: column;
    gap: 14px;
  }
  .service .content .text {
    top: 40px;
    left: 40px;
    gap: 14px;
  }
  .service .content .text p {
    font-size: 20px;
  }
  .service .content .text span {
    font-size: 14px;
  }
  .service .content .text span::after {
    left: 100px;
    width: 14px;
    height: 14px;
  }

  /* blog */
  .blog {
    padding-bottom: 150px;
  }
  .blog .container {
    gap: 0;
  }
  .blog .btn-group {
    margin: 20px auto 60px 0;
  }
  .blog .btn span {
    padding-right: 30px;
    font-size: 16px;
  }
  .blog .btn span::after {
    width: 20px;
    height: 20px;
  }
  .blog .swiper {
    height: 410px !important;
  }
  .blog .swiper-slide {
    width: 343px !important;
  }
  .blog .cont-item {
    width: 343px !important;
  }
  .blog .cont-item p {
    margin: 24px 0 16px 0;
    color: #333;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
  }
  .blog .cont-item span {
    color: #191970;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
  }

  /* instagram */
  .instagram {
    gap: 60px;
  }
  .instagram .sec-title {
    padding: 0 16px;
    align-items: flex-start;
    text-align: left;
  }
  .instagram .swiper {
    width: 100%;
    height: 512px !important;
  }
  .instagram .swiper-slide {
    width: 200px !important;
  }
  .instagram .cont-item {
    width: 200px;
  }
  .instagram .cont-item img {
    border-radius: 10px;
    width: 100%;
  }
  .instagram .cont-item em {
    width: 100%;
    margin: 14px 0 20px 0;
    color: #999;
    font-size: 14px;
    font-weight: 400;
    line-height: 160%;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .instagram .cont-item span {
    color: #191970;
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
  }

  /* partner-company */
  .partner-company {
    padding-bottom: 150px;
    gap: 50px;
  }
  .partner-company .sec-title p strong {
    display: inline;
  }
  .partner-company .content {
    gap: 20px;
  }
  .partner-company .content .logo-ani-top {
    gap: 10px;
  }
  .partner-company .content .logo-ani-bottom {
    gap: 10px;
  }
  .partner-company .content .logo-ani-item {
    width: 150px;
    height: 58px;
  }
  .partner-company .content .logo-ani-item img {
    width: 150px;
    height: 58px;
  }

  /* map */
  .map {
    padding-bottom: 150px;
  }
  .map .container {
    flex-direction: column;
    gap: 0;
  }
  .map .sec-title {
    align-items: center;
    text-align: center;
  }
  .map .content-left {
    align-items: center;
  }
  .map .btn-group {
    display: flex;
    justify-content: center;
    margin: 20px 0 60px 0;
  }
  .map .btn-group .btn {
    padding: 10px 20px;
  }
  .map .btn-group .btn span {
    padding-left: 24px;
    font-size: 14px;
  }
  .map .btn-group .btn span::after {
    width: 16px;
    height: 16px;
  }
  .map .content-right {
    width: 100%;
    height: 220px;
    border-radius: 10px;
  }

  /* banner */
  .banner {
    height: 600px;
  }
  .banner .banner-bg {
    height: 600px;
    background: url("/common/images/thebom-m.png") center center / cover
      no-repeat;
  }
  .banner .banner-cont {
    width: 100vw;
    gap: 30px;
  }
  .banner .banner-cont p span {
    font-size: 16px;
  }
  .banner .banner-cont p strong {
    margin-top: 12px;
    font-size: 24px;
    line-height: 160%;
  }
  .banner .banner-btn {
    padding: 8px 26px;
  }
  .banner .banner-btn span {
    font-size: 14px;
    padding-right: 20px;
  }
  .banner .banner-btn span::after {
    width: 16px;
    height: 16px;
  }

  /* data-inquiry */
  .data-inquiry {
    padding: 120px 0;
  }
  .data-inquiry .container {
    gap: 60px;
  }
  .data-inquiry .content .form {
    width: 100%;
    gap: 40px;
  }
  .data-inquiry .form .input-item {
    gap: 16px;
  }
  .data-inquiry .form .input-item label {
    font-size: 16px;
  }
  .data-inquiry .form .input-item label i {
    font-size: 16px;
  }
  .data-inquiry .form .input-item h5 {
    font-size: 16px;
  }
  .data-inquiry .form .input-item h5 i {
    font-size: 16px;
  }
  .data-inquiry .form .input-item input[type="text"] {
    padding: 20px;
    font-size: 16px;
  }
  .data-inquiry .form .input-item input[type="text"]::placeholder {
    font-size: 16px;
  }
  .data-inquiry .input-item-cb-wrapper {
    flex-wrap: wrap;
  }
  .data-inquiry .form textarea {
    padding: 20px;
    font-size: 16px;
  }
  .data-inquiry .form textarea::placeholder {
    font-size: 16px;
  }
  .data-inquiry .form .input-item.input-item-row {
    flex-direction: row;
    gap: 10px;
  }
  .data-inquiry .form .input-item.input-item-row h5 {
    font-weight: 400;
  }
  .data-inquiry .form-btn {
    margin-top: 20px;
    font-size: 18px;
    padding: 20px 0;
  }

  /* complete-page */
  #complete-page {
    background: url("/common/images/main-img-bg-m.png") center center / cover
      no-repeat;
  }
  #complete-page .complete-contents {
    top: 50%;
  }
  #complete-page .complete-title {
    text-align: center;
    width: 246px;
    padding: 9px 20px;
    border-radius: 8px;
    font-size: 26px;
  }
  #complete-page .complete-text {
    padding: 20px 0 40px 0;
    font-size: 16px;
  }
  #complete-page .complete-text strong {
    font-size: 16px;
  }
  #complete-page .complete-btn {
    padding: 8px 26px;
  }
  #complete-page .complete-btn span {
    font-size: 16px;
  }
}
