@charset "UTF-8";

.section {
  padding: 16rem 0;
}

.inner {
  width: 100%;
  max-width: 150rem;
  margin: 0 auto;
  padding: 0 4rem;
}

.top-txt-area {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.top-txt-area .top-icon {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.top-txt-area .type {
  font-size: var(--fs-com);
  color: #140D80;
  font-weight: 5;
  line-height: 1.57143;
  letter-spacing: 5.6px;
  font-weight: 500;
}

.top-txt-area .sec-tit {
  font-size: var(--fs-tit);
  font-weight: 300;
}

.top-txt-area .desc {
  margin-top: 2rem;
  font-size: calc(var(--fs-bd) + 0.2rem);
  font-weight: 400;
  line-height: 1.5;
}

@keyframes bg {
  0% {
    transform: scale(1.04);
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
  }

  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
}

.sec-1 {
  padding: 0 !important;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.sec-1 .bg {
  position: relative;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  background: url("../img/main/section_01.jpg") no-repeat center;
  background-size: cover;
  animation: bg 4s forwards;
  -webkit-animation: bg 4s forwards;
}

.sec-1 .inner {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.sec-1 .sec-1-tit {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.sec-1 .sec-1-tit h2 {
  position: relative;
  font-size: 9.6rem;
  font-weight: 400;
  color: #fff;
  line-height: 1.25;
}

.sec-1 .sec-1-tit h2::before {
  content: "";
  width: 66.7rem;
  height: 30rem;
  position: absolute;
  bottom: 12rem;
  left: -17rem;
  background: url("../img/main/logobg.png") no-repeat;
  background-size: cover;
}

.sec-1 .fw-800 {
  font-weight: 800;
}

.sec-2 .top-txt-area {
  align-items: center;
  margin-bottom: 8rem;
}

.sec-2 .top-txt-area .top-icon {
  flex-direction: column;
}

.sec-2 .top-txt-area .sec-tit {
  text-align: center;
}

.sec-2 .flex-wrap {
  display: flex;
  gap: 8rem;
  align-items: center;
}

.sec-2 .left-img {
  position: relative;
  padding-left: 12rem;
}

.sec-2 .left-img::before {
  content: "";
  width: 34rem;
  height: 32.6rem;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/main/bg.png") no-repeat;
  background-size: cover;
}

.sec-2 .right-cont {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  width: 76rem;
}

.sec-2 .right-cont li {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: center;
  align-items: center;
  width: calc(33.3333333333% - 1.3333333333rem);
  padding: 2rem 1rem;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
  background: #FBFBFB;
}

.sec-2 .desc {
  font-size: var(--fs-md);
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}

.sec-2 .desc .it {
  font-style: italic;
}

.sec-2 .left-img {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}

.sec-3 {
  background: #fbfbfb;
}

.sec-3 .flex-wrap {
  display: flex;
  gap: 10rem;
}

.sec-3 .top-txt-area {
  max-width: 36rem;
}

.sec-3 .top-txt-area .desc {
  word-break: keep-all;
  font-size: var(--fs-md);
  font-weight: 400;
}

.sec-3 .circle {
  display: flex;
  align-items: center;
  gap: 1.8rem;
}

.sec-3 .list {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.sec-3 .list li {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  width: 24rem;
}

.sec-3 .list dt {
  font-size: calc(var(--fs-stit) + 0.2rem);
  font-weight: 600;
  text-align: center;
  line-height: 1.33333;
}

.sec-3 .list dd {
  font-size: var(--fs-md);
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
}

.sec-3 .left .list li:nth-child(1),
.sec-3 .left .list li:nth-child(3) {
  margin-left: 10rem;
}

.sec-3 .right .list li:nth-child(2) {
  margin-left: 10rem;
}

.sec-4 .top-txt-area {
  margin-bottom: 8rem;
}

.sec-4 .top-txt-area .sec-tit br {
  display: none;
}

.sec-4 .flex-wrap {
  display: flex;
  gap: 2rem;
}

.sec-4 .left {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  min-width: 34rem;
  width: 34rem;
}

.sec-4 .sub-tit {
  font-size: calc(var(--fs-md) + 0.2rem);
  font-weight: 600;
  line-height: 1.5;
}

.sec-4 .desc {
  font-size: var(--fs-md);
  font-weight: 400;
  line-height: 1.5;
}

.sec-4 .mobile-desc {
  display: none !important;
}

.sec-4 .right {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 46rem;
}

.sec-4 .right dl {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 3rem;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
  background: #EEEEF3;
}

.sec-4 .right dt {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-size: calc(var(--fs-stit) + 0.2rem);
  font-weight: 600;
  color: #140D80;
  line-height: 1.33333;
}

.sec-4 .right dd {
  font-size: var(--fs-md);
  font-weight: 400;
  line-height: 1.5;
}

.sec-4 .right .desc {
  padding: 3rem;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
  background: #FBFBFB;
}

.sec-4 .mobile-img {
  display: none;
}

.sec-5 {
  background: url("../img/main/section_05.jpg") no-repeat;
  background-size: cover;
}

.sec-5 .flex-wrap {
  display: flex;
  gap: 10rem;
  margin-top: 8rem;
}

.sec-5 .tab-wrap {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.sec-5 dl {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 36rem;
  padding: 2rem;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  background: rgba(255, 255, 255, 0.5);
}

.sec-5 dl.active {
  background: white;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.sec-5 dt {
  font-size: var(--fs-md);
  font-weight: 600;
  line-height: 1.5;
}

.sec-5 .tab {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.sec-5 .tab a {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  font-size: var(--fs-com);
  font-weight: 400;
  line-height: 1.57143;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.sec-5 .tab .icon {
  position: relative;
  opacity: 0;
  transform: translateX(-200%);
  -webkit-transform: translateX(-200%);
  -moz-transform: translateX(-200%);
  -ms-transform: translateX(-200%);
  -o-transform: translateX(-200%);
}

.sec-5 .tab .on a {
  font-weight: 600;
  color: #140D80;
}

.sec-5 .tab .on .icon {
  opacity: 1;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}

.sec-5 .tab li:hover a {
  font-weight: 600;
  color: #140D80;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.sec-5 .tab li:hover .icon {
  opacity: 1;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.sec-5 .tab-box {
  width: calc(100% - 36rem);
}

.sec-5 .cont {
  display: flex;
  gap: 4rem;
  width: 100%;
  padding: 4rem;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
  background: #fff;
}

.sec-5 .sub-tit {
  margin-bottom: 2rem;
  font-size: calc(var(--fs-bd) + 0.2rem);
  font-weight: 600;
  line-height: 1.5;
}

.sec-5 .right {
  padding-left: 4rem;
  border-left: 1px dashed #D0CFE6;
}

.sec-6 {
  position: relative;
  padding-bottom: 0 !important;
}

.sec-6::before {
  content: "";
  width: 73rem;
  height: 57rem;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 0px 30rem 0px 0px;
  background: #FBFBFB;
  -webkit-border-radius: 0px 30rem 0px 0px;
  -moz-border-radius: 0px 30rem 0px 0px;
  -ms-border-radius: 0px 30rem 0px 0px;
  -o-border-radius: 0px 30rem 0px 0px;
}

.sec-6 .top-txt-area {
  margin-top: 8rem;
}

.sec-6 .flex-wrap {
  display: flex;
  justify-content: space-between;
  gap: 10rem;
}

.sec-6 .list {
  display: flex;
  gap: 2rem;
  height: 57rem;
  width: 100%;
  max-width: 84rem;
}

.sec-6 .list li {
  width: calc(25% - 1.5rem);
}

.sec-6 .list li .img {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 141.025641%;
  overflow: hidden;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  border: 0.1rem solid #D0CFE6;
}

.sec-6 .list li .img:hover::before {
  opacity: 1;
}

.sec-6 .list li .img:hover .open {
  opacity: 1;
}

.sec-6 .list li .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.sec-6 .list li .img::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 99;
  opacity: 0;
}

.sec-6 .list .open-btn {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.sec-6 .list .open {
  position: absolute;
  width: 2rem;
  height: 2rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 100;
  opacity: 0;
}

.sec-6 .desc {
  font-size: var(--fs-md);
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

@media all and (max-width: 85.375rem) {
  .section {
    padding: 12rem 0;
  }

  .sec-1 .sec-1-tit h2 {
    font-size: 7rem;
  }

  .sec-1 .sec-1-tit h2::before {
    width: 50.7rem;
    height: 23rem;
    bottom: 12rem;
    left: -1rem;
  }

  .sec-2 .flex-wrap {
    gap: 6rem;
  }

  .sec-2 .left-img {
    padding-left: 8rem;
  }

  .sec-3 .flex-wrap {
    flex-direction: column;
  }

  .sec-3 .list {
    gap: 2rem;
  }

  .sec-3 .circle {
    justify-content: center;
  }

  .sec-3 .circle .icon {
    width: 10rem;
    height: 10rem;
  }

  .sec-3 .top-txt-area {
    max-width: 60rem;
  }

  .sec-4 .left .desc {
    word-break: keep-all;
    white-space: wrap;
  }

  .sec-4 .left .desc br {
    display: none;
  }

  .sec-4 .right dl {
    padding: 2.4rem;
    gap: 1rem;
  }

  .sec-4 .right dd {
    font-size: var(--fs-com);
  }

  .sec-4 .right .desc {
    padding: 2rem;
    font-size: var(--fs-com);
  }

  .sec-5 .flex-wrap {
    gap: 6rem;
  }

  .sec-5 .sub-tit {
    font-size: var(--fs-md);
  }

  .sec-5 .left {
    max-width: 24.3rem;
  }

  .sec-6::before {
    width: 36rem;
    height: 50rem;
    border-radius: 0 20rem 0 0;
    -webkit-border-radius: 0 20rem 0 0;
    -moz-border-radius: 0 20rem 0 0;
    -ms-border-radius: 0 20rem 0 0;
    -o-border-radius: 0 20rem 0 0;
  }

  .sec-6 .list {
    height: 50rem;
  }
}

@media all and (max-width: 64rem) {
  .sec-1 .sec-1-tit h2 {
    font-size: 6rem;
  }

  .sec-2 .right-cont li {
    width: calc(50% - 2rem);
  }

  .sec-4 .top-txt-area .desc {
    white-space: wrap;
  }

  .sec-4 .flex-wrap {
    flex-wrap: wrap;
    gap: 6rem 2rem;
  }

  .sec-4 .left {
    width: 80%;
  }

  .sec-4 .left .desc {
    word-break: keep-all;
  }

  .sec-4 .right .desc {
    white-space: wrap;
    word-break: keep-all;
  }

  .sec-4 .right .desc br {
    display: none;
  }

  .sec-4 .mid-img,
  .sec-4 .right {
    width: calc(50% - 2rem);
  }

  .sec-5 .cont {
    flex-direction: column;
  }

  .sec-5 dl {
    width: 30rem;
  }

  .sec-5 .left {
    width: auto;
    max-width: none;
  }

  .sec-5 .right {
    padding-left: 0;
    padding-top: 4rem;
    border-left: none;
    border-top: 0.1rem dashed #D0CFE6;
  }

  .sec-6::before {
    display: none;
  }

  .sec-6 .flex-wrap {
    flex-direction: column;
    gap: 6rem;
  }

  .sec-6 .top-txt-area {
    margin-top: 0;
  }
}

@media all and (max-width: 63.9375rem) {
  .section {
    padding: 10rem 0;
  }

  .sec-1 .sec-1-tit h2 {
    font-size: 6.5rem;
  }

  .sec-2 .top-txt-area {
    margin-bottom: 6rem;
  }

  .sec-2 .flex-wrap {
    flex-direction: column;
  }

  .sec-2 .left-img {
    padding-left: 0;
  }

  .sec-2 .left-img::before {
    left: -10rem;
  }

  .sec-3 .flex-wrap {
    gap: 6rem;
  }

  .sec-3 .list li {
    width: 14.5rem;
  }

  .sec-3 .list dt {
    font-size: var(--fs-bd);
  }

  .sec-3 .list dd {
    font-size: var(--fs-com);
  }

  .sec-4 .top-txt-area {
    margin-bottom: 6rem;
  }

  .sec-5 .flex-wrap {
    flex-direction: column;
  }

  .sec-5 .tab-wrap {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .sec-5 dl {
    width: calc(50% - 1rem);
  }

  .sec-5 .tab-box {
    width: 100%;
  }

  .sec-6 .list {
    height: 36rem;
  }
}

@media all and (max-width: 47.9375rem) {
  .section {
    padding: 10rem 0;
  }

  .inner {
    padding: 0 2rem;
  }

  .sec-1 .bg {
    background: url("../img/main/section_01.jpg") no-repeat 60%;
  }

  .sec-1 .sec-1-tit h2 {
    font-size: 2.7rem;
  }

  .sec-1 .sec-1-tit h2::before {
    width: 21rem;
    height: 9.4rem;
    bottom: 7rem;
    left: 0rem;
  }

  .sec-2 .right-cont {
    width: 100%;
  }

  .sec-2 .right-cont li {
    width: 100%;
  }

  .sec-2 .left-img {
    width: 80%;
  }

  .sec-2 .left-img::before {
    width: 25rem;
    height: 23.6rem;
    left: -4rem;
    top: -2rem;
  }

  .sec-3 .top-txt-area {
    margin-bottom: 0;
  }

  .sec-3 .circle {
    gap: 4rem;
    flex-direction: column;
  }

  .sec-3 .mid-img {
    width: 70%;
  }

  .sec-3 .list {
    flex-direction: row;
    align-items: flex-start;
    gap: 1.2rem;
  }

  .sec-3 .list li {
    width: calc(33.3333333333% - 0.8rem);
    margin-left: 0 !important;
  }

  .sec-3 .list dt {
    word-break: keep-all;
    font-size: var(--fs-md);
  }

  .sec-3 .list dd {
    white-space: wrap;
    word-break: keep-all;
    font-size: var(--fs-com);
  }

  .sec-4 .top-txt-area {
    margin-bottom: 4rem;
  }

  .sec-4 .top-txt-area .sec-tit br {
    display: block;
  }

  .sec-4 .flex-wrap {
    flex-direction: column;
    gap: 2rem;
  }

  .sec-4 .flex-wrap>div {
    width: 100%;
  }

  .sec-4 .m-none {
    display: none;
  }

  .sec-4 .mobile-desc {
    display: block !important;
  }

  .sec-4 .desc {
    word-break: keep-all;
  }

  .sec-4 .desc br {
    display: none;
  }

  .sec-4 .left {
    gap: 1rem;
  }

  .sec-4 .mobile-img {
    display: block;
  }

  .sec-4 .mid-img {
    display: none;
  }

  .sec-4 .right {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }

  .sec-4 .sub-tit {
    word-break: keep-all;
  }

  .sec-4 .sub-tit br {
    display: none;
  }

  .sec-5 .top-txt-area {
    margin-bottom: 4rem;
  }

  .sec-5 dl {
    width: 100%;
  }

  .sec-5 .cont {
    padding: 4rem 2rem;
  }

  .sec-5 .flex-wrap {
    margin-top: 4rem;
  }

  .sec-5 .right .img {
    overflow-x: scroll;
  }

  .sec-5 .right .img img {
    min-width: 40rem;
  }

  .sec-6 .flex-wrap {
    gap: 4rem;
  }

  .sec-6 .list {
    display: flex;
    gap: 2rem;
    height: auto;
    flex-wrap: wrap;
    padding-bottom: 8rem;
  }

  .sec-6 .list li {
    width: calc(50% - 1rem);
    gap: 1rem;
  }
}

/*모달*/
.modal-wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
}

.modal-wrap .modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2rem;
}

.modal-wrap .modal-close-btn {
  display: block;
  width: 2rem;
  margin-right: -4rem;
}

@media all and (max-width: 47.9375rem) {
  .modal {
    width: calc(100% - 4rem);
  }

  .modal .modal-close-btn {
    margin-right: 0;
  }
}

/*aos*/
.section .sec-1-tit,
.section .top-txt-area,
.section .flex-wrap {
  opacity: 0;
}