@charset "UTF-8";
.page-top {
  overflow: hidden;
  position: relative;
  padding-top: 1rem;
  height: 12rem;
  margin-top: 8.4rem;
}
.page-top .inner {
  z-index: 10;
  position: relative;
}
.page-top .page-tit {
  font-size: 6rem;
  font-weight: 800;
}
.page-top .circle-wrap {
  position: absolute;
  width: 17rem;
  height: 17rem;
}
.page-top .circle-wrap.left {
  top: -6rem;
  left: -1.5%;
}
.page-top .circle-wrap.left .circle {
  background-color: #f2eaf9;
  animation: CircleAni 2.5s infinite alternate ease-in-out;
  -webkit-animation: CircleAni 2.5s infinite alternate ease-in-out;
}
.page-top .circle-wrap.right1 {
  right: 3.5%;
  top: -6rem;
}
.page-top .circle-wrap.right1 .circle {
  background-color: #f1f0f5;
  animation: CircleAni 2s 0.7s infinite alternate ease-in-out;
  -webkit-animation: CircleAni 2s 0.7s infinite alternate ease-in-out;
}
.page-top .circle-wrap.right2 {
  z-index: 1;
  right: -4%;
  top: -6rem;
  mix-blend-mode: multiply;
}
.page-top .circle-wrap.right2 .circle {
  background-color: #ececfd;
  animation: CircleAni 2s infinite alternate ease-in-out;
  -webkit-animation: CircleAni 2s infinite alternate ease-in-out;
}
.page-top .circle-wrap .circle {
  position: relative;
  width: inherit;
  height: inherit;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}

@keyframes CircleAni {
  0% {
    top: 0;
  }
  100% {
    top: 1rem;
  }
}
.section {
  width: 100%;
}

.inner {
  width: 100%;
  max-width: 124rem;
  margin: 0 auto;
}
.inner.none-tb {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

@media all and (max-width: 85.375rem) {
  .inner {
    width: 100%;
    max-width: none;
    padding: 0 4rem;
  }
  .page-top {
    padding-top: 9rem;
  }
}
@media all and (max-width: 64rem) {
  .page-top {
    padding-top: 7rem;
  }
  .page-top .circle-wrap {
    position: absolute;
    width: 14rem;
    height: 14rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .page-top .circle-wrap.left {
    left: -10%;
  }
  .page-top .circle-wrap.right2 {
    right: -10%;
  }
}
@media all and (max-width: 47.9375rem) {
  .inner {
    padding: 0 2rem;
  }
  .page-top {
    margin-top: 7rem;
    padding-top: 5rem;
    height: 7rem;
  }
  .page-top .page-tit {
    font-size: 3.5rem;
  }
  .page-top .circle-wrap {
    width: 10rem;
    height: 10rem;
  }
}
.sec-1 .inner {
  padding-bottom: 12rem;
}
.sec-1 .caption {
  position: absolute;
  top: -2.2rem;
  font-size: 2rem;
  font-weight: 600;
}
.sec-1 .tit-wrap {
  padding: 6rem 0;
}
.sec-1 .tit {
  font-size: 4.5rem;
  line-height: 6.5rem;
  font-weight: 700;
}
.sec-1 .tit .light {
  font-weight: 200;
}
.sec-1 .btn-wrap {
  max-width: 27rem;
  background: #2b27f0;
  border-radius: 3.2rem;
  -webkit-border-radius: 3.2rem;
  -moz-border-radius: 3.2rem;
  -ms-border-radius: 3.2rem;
  -o-border-radius: 3.2rem;
}
.sec-1 .btn-wrap .btn {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 2.2rem 6.5rem 2.2rem 4.1rem;
  font-size: 2rem;
  font-weight: 300;
  color: #fff;
}
.sec-1 .btn-wrap .btn span {
  font-weight: 700;
}
.sec-1 .btn-wrap .btn::before {
  content: ">";
  position: absolute;
  right: 4.4rem;
  top: 38%;
  font-size: 1.8rem;
  font-weight: 600;
}

@media all and (max-width: 85.375rem) {
  .sec-1 .tit-wrap {
    overflow: hidden;
  }
  .sec-1 .tit {
    font-size: 4rem;
    line-height: 1.5;
  }
  .sec-1 .caption {
    top: 0.8rem;
  }
  .sec-1 .btn-wrap .btn {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .sec-1 .caption {
    top: -2.2rem;
  }
  .sec-1 .tit-wrap {
    padding: 4rem 0;
  }
  .sec-1 .tit {
    font-size: 3rem;
  }
  .sec-1 .btn-wrap {
    max-width: 20rem;
  }
  .sec-1 .btn-wrap .btn {
    padding: 2.2rem 2.5rem 2.2rem 2.1rem;
    font-size: 1.5rem;
  }
  .sec-1 .btn-wrap .btn::before {
    right: 2.4rem;
    font-size: 1.4rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .sec-1 .caption {
    top: -1rem;
    font-size: 1.4rem;
  }
  .sec-1 .tit-wrap {
    padding: 2rem 0;
  }
  .sec-1 .tit {
    font-size: 1.4rem;
    line-height: 2;
  }
  .sec-1 .btn-wrap {
    max-width: 16rem;
  }
  .sec-1 .btn-wrap .btn {
    padding: 1.6rem 2.5rem 1.6rem 2.1rem;
    font-size: 1.3rem;
  }
  .sec-1 .btn-wrap .btn::before {
    right: 1.6rem;
    font-size: 1.2rem;
  }
}
.sec-2 {
  position: relative;
  width: 100vw;
  background: url("../img/main/sec-2.png") no-repeat bottom right;
  background-size: cover;
  overflow: hidden;
}
.sec-2 .inner {
  padding: 19rem 0 19.6rem;
}
.sec-2 .section-tit {
  font-size: 11rem;
  line-height: 12rem;
  color: #fff;
  position: relative;
  height: 48rem;
}
.sec-2 .section-tit .light {
  font-weight: 200;
}
.sec-2 .section-tit::before {
  content: "";
  width: 12.3rem;
  height: 12.1rem;
  background: url("../img/main/smile.png") no-repeat;
  background-size: cover;
  position: absolute;
  left: 21.451613%;
  top: -6.7rem;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 8rem;
  -webkit-border-radius: 8rem;
  -moz-border-radius: 8rem;
  -ms-border-radius: 8rem;
  -o-border-radius: 8rem;
}
.sec-2 .section-tit::after {
  content: "용기내어 이야기해 주세요.";
  width: 33rem;
  height: 6rem;
  background: url("../img/main/sq.png") no-repeat right;
  background-size: cover;
  position: absolute;
  bottom: 13rem;
  left: 32.8%;
  font-size: 2.2rem;
  color: #2b27f0;
  font-weight: 500;
  text-align: center;
  line-height: 6rem;
  box-shadow: -20px 0 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.sec-2 .section-tit .tit1 {
  position: absolute;
}
.sec-2 .section-tit .tit2 {
  position: absolute;
}
.sec-2 .section-tit .tit3 {
  position: absolute;
}
.sec-2 .section-tit .tit4 {
  position: absolute;
}
.sec-2 .desc {
  padding: 5rem 0 10rem;
  font-size: 2.5rem;
  line-height: 4rem;
  color: #fff;
}
.sec-2 .btn-wrap {
  max-width: 35rem;
  background: #fff;
  border-radius: 3.2rem;
  -webkit-border-radius: 3.2rem;
  -moz-border-radius: 3.2rem;
  -ms-border-radius: 3.2rem;
  -o-border-radius: 3.2rem;
}
.sec-2 .btn-wrap .btn {
  display: flex;
  padding: 2.2rem 3.6rem 2.3rem 4.8rem;
  font-size: 2rem;
  align-items: center;
  gap: 1.2rem;
}
.sec-2 .btn-wrap .btn span {
  font-weight: 800;
}
.sec-2 .btn-wrap .btn::before {
  content: ">";
  position: absolute;
  right: 3.5rem;
  top: 36%;
  font-size: 1.7rem;
  font-weight: 700;
}
.sec-2::before {
  content: "";
  width: 56.8rem;
  height: 45rem;
  background: url("../img/main/vector.png") no-repeat center center;
  background-size: cover;
  position: absolute;
  bottom: 5rem;
  right: 9rem;
}

@media all and (max-width: 85.375rem) {
  .sec-2 .inner {
    padding: 19rem 4rem 19.6rem;
  }
  .sec-2 .section-tit {
    height: 42rem;
    font-size: 9rem;
    line-height: 1.1;
  }
  .sec-2 .section-tit::after {
    left: 27.7%;
  }
  .sec-2 .section-tit::before {
    left: 18.451613%;
  }
  .sec-2 .desc {
    padding-bottom: 7rem;
  }
  .sec-2 .btn-wrap .btn {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 64rem) {
  .sec-2 .section-tit::after {
    left: 35.3%;
    width: 27rem;
    height: 5rem;
    line-height: 5rem;
    font-size: 1.8rem;
  }
  .sec-2 .section-tit::before {
    left: 23.451613%;
    width: 10.3rem;
    height: 10.1rem;
  }
  .sec-2 .desc {
    padding: 2rem 0 5rem;
    font-size: 2.2rem;
  }
  .sec-2::before {
    width: 40.8rem;
    height: 32rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .sec-2 .inner {
    padding: 10rem 4rem 12.6rem;
  }
  .sec-2 .section-tit {
    font-size: 7rem;
    height: 32rem;
  }
  .sec-2 .section-tit::after {
    left: 38.3%;
    width: 25rem;
    height: 4rem;
    line-height: 4rem;
    font-size: 1.6rem;
    bottom: 10rem;
  }
  .sec-2 .section-tit::before {
    top: -4.7rem;
    width: 8.3rem;
    height: 8.1rem;
  }
  .sec-2 .desc {
    font-size: 2rem;
  }
  .sec-2::before {
    width: 25.8rem;
    height: 20rem;
  }
  .sec-2 .btn-wrap {
    max-width: 28rem;
  }
  .sec-2 .btn-wrap .btn {
    padding: 2.2rem 2.5rem 2.2rem 2.1rem;
    font-size: 1.5rem;
  }
  .sec-2 .btn-wrap .btn::before {
    right: 2.5rem;
    top: 37%;
    font-size: 1.4rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .sec-2 .inner {
    padding: 6rem 2rem 18.6rem;
  }
  .sec-2 .section-tit {
    height: 27rem;
    font-size: 5rem;
  }
  .sec-2 .section-tit::before {
    top: -1.7rem;
    left: 35.451613%;
    width: 6.3rem;
    height: 6.1rem;
  }
  .sec-2 .section-tit::after {
    left: 0;
    bottom: 0;
  }
  .sec-2 .desc {
    padding-bottom: 3rem;
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .sec-2 .btn-wrap {
    max-width: 24rem;
  }
  .sec-2 .btn-wrap .btn {
    padding: 1.6rem 2.5rem 1.6rem 2.1rem;
    font-size: 1.3rem;
  }
  .sec-2 .btn-wrap .btn img {
    height: 1.3rem;
  }
  .sec-2 .btn-wrap .btn::before {
    top: 31%;
  }
  .sec-2::before {
    width: 16.8rem;
    height: 13rem;
    bottom: 3rem;
    right: 8rem;
  }
}
.sec-3 {
  padding: 20rem 0 26rem;
  overflow: hidden;
}
.sec-3 .section-tit {
  margin-bottom: 4rem;
  position: relative;
  font-size: 2.5rem;
}
.sec-3 .section-tit::before {
  content: "";
  width: 16.9rem;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 11rem;
}
.sec-3 .caption {
  padding-bottom: 15rem;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 5.5rem;
}
.sec-3 .btn-wrap {
  margin-top: 8rem;
  max-width: 27rem;
  background: #2b27f0;
  border-radius: 3.2rem;
  -webkit-border-radius: 3.2rem;
  -moz-border-radius: 3.2rem;
  -ms-border-radius: 3.2rem;
  -o-border-radius: 3.2rem;
}
.sec-3 .btn-wrap .btn {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 2.2rem 6.5rem 2.2rem 4.1rem;
  font-size: 2rem;
  font-weight: 300;
  color: #fff;
}
.sec-3 .btn-wrap .btn span {
  font-weight: 700;
}
.sec-3 .btn-wrap .btn::before {
  content: ">";
  position: absolute;
  right: 4.4rem;
  top: 38%;
  font-size: 1.8rem;
  font-weight: 600;
}

.swiper {
  width: 100%;
}

.swiper-wrapper {
  transition-timing-function: linear;
}

.swiper-slide {
  text-align: center;
  max-width: 51rem;
  font-size: 18px;
  padding: 0 3rem;
  transition: transform 0.3s;
}
.swiper-slide .img-box {
  width: 100%;
  height: 31.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #8152f8;
  border-radius: 2.5rem;
  -webkit-border-radius: 2.5rem;
  -moz-border-radius: 2.5rem;
  -ms-border-radius: 2.5rem;
  -o-border-radius: 2.5rem;
}
.swiper-slide .img-box .img-wrap img {
  height: 100%;
}
.swiper-slide .txt-box {
  width: 100%;
  max-height: 28.6rem;
  padding: 5rem 4rem 6rem;
  margin-top: -1px;
  background: #8152f8;
  border-radius: 2.5rem;
  -webkit-border-radius: 2.5rem;
  -moz-border-radius: 2.5rem;
  -ms-border-radius: 2.5rem;
  -o-border-radius: 2.5rem;
  text-align: left;
}
.swiper-slide .txt-box .box-tit {
  padding-bottom: 3.4rem;
  font-size: 2.2rem;
  font-weight: 600;
  color: #fff;
}
.swiper-slide .txt-box .box-desc {
  font-size: 1.6rem;
  color: #fff;
  line-height: 3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.swiper-slide.bg1 .img-box .img-wrap {
  height: 18.1rem;
}
.swiper-slide.bg2 .img-box,
.swiper-slide.bg2 .txt-box {
  background: #268c94;
}
.swiper-slide.bg2 .img-box .img-wrap {
  height: 20.3rem;
}
.swiper-slide.bg3 .img-box,
.swiper-slide.bg3 .txt-box {
  background: #ea7dc0;
}
.swiper-slide.bg3 .img-box .img-wrap {
  height: 20.5rem;
}
.swiper-slide.bg4 .img-box,
.swiper-slide.bg4 .txt-box {
  background: #412e72;
}
.swiper-slide.bg4 .img-box .img-wrap {
  height: 18.4rem;
}
.swiper-slide.bg5 .img-box,
.swiper-slide.bg5 .txt-box {
  background: #2b27f0;
}
.swiper-slide.bg5 .img-box .img-wrap {
  height: 14.7rem;
}

@media all and (max-width: 85.375rem) {
  .sec-3 .btn-wrap .btn {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 64rem) {
  .sec-3 .caption {
    font-size: 4rem;
  }
  .swiper-slide {
    max-width: 45rem;
    padding: 0 2rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .sec-3 .btn-wrap {
    max-width: 19rem;
  }
  .sec-3 .btn-wrap .btn {
    padding: 2.2rem 2.5rem 2.2rem 2.1rem;
    font-size: 1.5rem;
  }
  .sec-3 .btn-wrap .btn::before {
    right: 2.4rem;
    font-size: 1.4rem;
  }
  .swiper-slide {
    max-width: 38rem;
  }
  .swiper-slide .img-box {
    height: 28rem;
  }
  .swiper-slide .txt-box {
    padding: 4rem 2rem 4rem;
  }
  .swiper-slide .txt-box .box-tit {
    padding-bottom: 3rem;
    font-size: 1.8rem;
  }
  .swiper-slide .txt-box .box-desc {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .swiper-slide.bg1 .img-box .img-wrap {
    height: 18.1rem;
  }
  .swiper-slide.bg2 .img-box .img-wrap {
    height: 18.3rem;
  }
  .swiper-slide.bg3 .img-box .img-wrap {
    height: 18.5rem;
  }
  .swiper-slide.bg4 .img-box .img-wrap {
    height: 16.4rem;
  }
  .swiper-slide.bg5 .img-box .img-wrap {
    height: 12.7rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .sec-3 {
    padding: 0 0 16rem;
  }
  .sec-3 .inner {
    padding: 8rem 2rem 0;
  }
  .sec-3 .section-tit {
    margin-bottom: 2rem;
    font-size: 2rem;
  }
  .sec-3 .section-tit::before {
    width: 10.9rem;
    left: 8rem;
  }
  .sec-3 .caption {
    padding-bottom: 4rem;
    font-size: 3rem;
    line-height: 1.3;
  }
  .sec-3 .btn-wrap {
    margin-top: 4rem;
    max-width: 16rem;
  }
  .sec-3 .btn-wrap .btn {
    padding: 1.61rem 2.5rem 1.6rem 2.1rem;
    font-size: 1.3rem;
  }
  .sec-3 .btn-wrap .btn img {
    height: 1.3rem;
  }
  .sec-3 .btn-wrap .btn::before {
    top: 31%;
  }
  .sec-3::before {
    width: 16.8rem;
    height: 13rem;
    bottom: 3rem;
    right: 5rem;
  }
  .swiper-slide {
    max-width: 29rem;
    padding: 0 1rem;
  }
  .swiper-slide .img-box {
    height: 23.6rem;
  }
  .swiper-slide .txt-box {
    padding: 3rem 1.2rem 2rem;
  }
  .swiper-slide .txt-box .box-tit {
    padding-bottom: 2rem;
    font-size: 1.5rem;
  }
  .swiper-slide .txt-box .box-desc {
    font-size: 1.4rem;
    -webkit-line-clamp: 3;
  }
  .swiper-slide.bg1 .img-box .img-wrap {
    height: 15.1rem;
  }
  .swiper-slide.bg2 .img-box .img-wrap {
    height: 15.3rem;
  }
  .swiper-slide.bg3 .img-box .img-wrap {
    height: 15.5rem;
  }
  .swiper-slide.bg4 .img-box .img-wrap {
    height: 13.4rem;
  }
  .swiper-slide.bg5 .img-box .img-wrap {
    height: 9.7rem;
  }
}
.sec-4 {
  width: 100%;
  background: url("../img/main/sec-4.jpg") no-repeat bottom;
  background-size: cover;
  overflow: hidden;
}
.sec-4 .inner {
  padding: 20rem 0 30.8rem;
}
.sec-4 .section-tit {
  margin-bottom: 4rem;
  position: relative;
  font-size: 2.5rem;
}
.sec-4 .section-tit::before {
  content: "";
  width: 14.5rem;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 13.5rem;
}
.sec-4 .caption {
  padding-bottom: 15rem;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 5.5rem;
}
.sec-4 .flex-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sec-4 .into {
  width: 100%;
  max-width: 57.8rem;
  position: relative;
}
.sec-4 .into:nth-of-type(2) {
  margin-top: 11.4rem;
}
.sec-4 .txt-box {
  position: absolute;
  right: 0;
  width: 36rem;
  height: 9.2rem;
  background: url("../img/main/chat.png") no-repeat center center;
  background-size: cover;
  padding: 1.6rem 0 1.6rem 4.6rem;
}
.sec-4 .txt-box .tag {
  color: #fefaca;
  font-size: 1.8rem;
  line-height: 2.5rem;
  font-weight: 800;
}
.sec-4 .txt-box .tag-desc {
  color: #fefaca;
  font-size: 1.8rem;
}
.sec-4 .icon {
  padding-top: 5rem;
}
.sec-4 .cont {
  position: relative;
  z-index: -1;
  width: 100%;
  margin-top: -6rem;
  padding: 11.3rem 3.9rem 17.3rem 6rem;
  background: linear-gradient(to top, rgba(208, 252, 255, 0) 0, rgb(208, 252, 255) 100%);
  border-radius: 2.5rem;
  -webkit-border-radius: 2.5rem;
  -moz-border-radius: 2.5rem;
  -ms-border-radius: 2.5rem;
  -o-border-radius: 2.5rem;
}
.sec-4 .cont .name {
  font-size: 3rem;
  color: #383838;
  font-weight: 700;
}
.sec-4 .cont .name .small {
  font-size: 2rem;
}
.sec-4 .cont .mid-tit {
  font-size: 2.2rem;
  padding: 4rem 0 3rem;
  color: #383838;
  font-weight: 500;
}
.sec-4 .cont .cont-txt {
  word-break: keep-all;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 3rem;
}

@media all and (max-width: 85.375rem) {
  .sec-4 .inner {
    padding: 20rem 4rem 30.8rem;
  }
}
@media all and (max-width: 64rem) {
  .sec-4 .caption {
    padding-bottom: 10rem;
    font-size: 4rem;
  }
  .sec-4 .flex-wrap {
    gap: 4rem;
  }
  .sec-4 .txt-box {
    top: 2rem;
    padding: 0.8rem 0 1.6rem 2.6rem;
    width: 29rem;
    height: 7.2rem;
  }
  .sec-4 .txt-box .tag,
  .sec-4 .txt-box .tag-desc {
    font-size: 1.6rem;
  }
  .sec-4 .icon {
    width: 18rem;
  }
  .sec-4 .cont {
    padding: 8.3rem 2rem 14.3rem 4rem;
  }
  .sec-4 .cont .name {
    font-size: 2.4rem;
  }
  .sec-4 .cont .name .small {
    font-size: 1.6rem;
  }
  .sec-4 .cont .mid-tit {
    font-size: 1.8rem;
    padding: 3rem 0 2rem;
  }
  .sec-4 .cont .cont-txt {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .sec-4 .flex-wrap {
    flex-direction: column;
  }
}
@media all and (max-width: 63.9375rem) {
  .sec-4 .into {
    margin-top: 4rem;
  }
  .sec-4 .into:nth-of-type(2) {
    margin-top: 4rem;
  }
  .sec-4 .left .into {
    margin-top: 0;
  }
  .sec-4 .txt-box {
    top: 5rem;
    right: 20%;
  }
}
@media all and (max-width: 47.9375rem) {
  .sec-4 .inner {
    padding: 8rem 2rem 18.8rem;
  }
  .sec-4 .section-tit {
    margin-bottom: 2rem;
    font-size: 2rem;
  }
  .sec-4 .section-tit::before {
    width: 10.9rem;
    left: 10rem;
  }
  .sec-4 .caption {
    padding-bottom: 5rem;
    font-size: 3rem;
    line-height: 1.3;
  }
  .sec-4 .btn-wrap {
    margin-top: 4rem;
    max-width: 16rem;
  }
  .sec-4 .btn-wrap .btn {
    padding: 1.61rem 2.5rem 1.6rem 2.1rem;
    font-size: 1.3rem;
  }
  .sec-4 .btn-wrap .btn img {
    height: 1.3rem;
  }
  .sec-4 .btn-wrap .btn::before {
    top: 31%;
  }
  .sec-4::before {
    width: 16.8rem;
    height: 13rem;
    bottom: 3rem;
    right: 5rem;
  }
  .sec-4 .icon {
    width: 11rem;
  }
  .sec-4 .txt-box {
    padding: 0.8rem 0 1.6rem 1.6rem;
    top: -1rem;
    right: 0;
    width: 26rem;
    height: 6.6rem;
  }
  .sec-4 .txt-box .tag {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .sec-4 .txt-box .tag-desc {
    font-size: 1.4rem;
  }
  .sec-4 .cont {
    padding: 8.3rem 2rem 8.3rem 3rem;
  }
  .sec-4 .cont .name {
    font-size: 2rem;
  }
  .sec-4 .cont .name .small {
    font-size: 1.4rem;
  }
  .sec-4 .cont .mid-tit {
    padding: 2rem 0 1.2rem;
    font-size: 1.5rem;
    word-break: keep-all;
    line-height: 1.5;
  }
  .sec-4 .cont .cont-txt {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}/*# sourceMappingURL=main.css.map */