#sec01 {
  position: relative;
  padding: 5rem 0 14rem;
  background-color: #00A1B7;
  color: #fff;
}
#sec01::before {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.07;
  width: 36.6rem;
  height: 36.6rem;
  background: url(../images/common/symbol_lg.png) no-repeat center/contain;
  content: "";
}
#sec01 .sec01__title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.4rem;
  gap: 1.4rem 3rem;
}
#sec01 .sec01__title span {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 2rem;
  line-height: 1.5;
}
#sec01 .sec01__title h2 {
  font-family: "KOHI";
  font-size: 5.6rem;
  font-weight: 400;
  line-height: 1.2;
}
#sec01 .sec01__vol {
  flex-shrink: 0;
  text-align: right;
}
#sec01 .sec01__vol span {
  display: block;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
}
#sec01 .sec01__vol p {
  font-size: 3.2rem;
  font-weight: 700;
}
#sec01 .sec01__desc {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
}

@media (max-width: 768px) {
  #sec01 .sec01__title h2 {
    font-size: 4.2rem;
  }
  #sec01 .sec01__vol p {
    font-size: 2.8rem;
  }
}
@media (max-width: 640px) {
  #sec01 .layout {
    flex-direction: column;
  }
  #sec01 .sec01__title {
    flex-direction: column;
  }
  #sec01 .sec01__vol {
    text-align: left;
  }
}
@media (max-width: 480px) {
  #sec01 .sec01__title h2 {
    font-size: 3.6rem;
  }
  #sec01 .sec01__vol p {
    font-size: 2.6rem;
  }
  #sec01 .sec01__desc {
    font-size: 1.6rem;
  }
}
#sec02 {
  position: relative;
  z-index: 1;
  margin-top: -10rem;
  margin-bottom: 3rem;
}
#sec02 .sec02__con {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  width: 100%;
  height: 40rem;
  overflow: hidden;
  border-radius: 5rem 1rem;
}
#sec02 .sec02__con img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#sec02 .sec02__info {
  position: relative;
  z-index: 1;
  padding: 4rem;
  color: #fff;
}
#sec02 .sec02__info span {
  display: inline-block;
  position: relative;
  margin-bottom: 0.8rem;
  font-size: 2rem;
  font-weight: 700;
  color: #00A1B7;
  line-height: 1.5;
}
#sec02 .sec02__info span::before {
  position: absolute;
  top: 0.2rem;
  right: -0.8rem;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: #00A1B7;
  content: "";
}
#sec02 .sec02__info h3 {
  margin-bottom: 1.6rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
}
#sec02 .sec02__info p {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.4rem;
  line-height: 1.5;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (max-width: 480px) {
  #sec02 .sec02__con {
    height: 34rem;
    border-radius: 3rem 1rem;
  }
  #sec02 .sec02__info {
    padding: 3rem 2.4rem;
  }
  #sec02 .sec02__info h3 {
    margin-bottom: 1.4rem;
    font-size: 2rem;
  }
}
#sec03 .sec03__wrap {
  display: flex;
  gap: 3rem;
}
#sec03 .sec03__item {
  width: 100%;
}
#sec03 .sec03__img {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 70.14%;
  margin-bottom: 2rem;
  border-radius: 5rem 1rem;
}
#sec03 .sec03__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#sec03 .sec03__title span {
  display: inline-block;
  position: relative;
  margin-bottom: 0.8rem;
  font-size: 2rem;
  font-weight: 700;
  color: #00A1B7;
  line-height: 1.5;
}
#sec03 .sec03__title span::before {
  position: absolute;
  top: 0.2rem;
  right: -0.8rem;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: #00A1B7;
  content: "";
}
#sec03 .sec03__title h4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}

@media (max-width: 540px) {
  #sec03 .sec03__wrap {
    flex-direction: column;
  }
  #sec03 .sec03__img {
    border-radius: 3rem 1rem;
  }
}
#sec04 {
  margin: 7rem 0 8rem;
}
#sec04 .sec04__title {
  position: relative;
  overflow: hidden;
  padding: 2.2rem 3rem;
  margin-bottom: 2rem;
  border-radius: 1rem;
  background-color: #E5F4F6;
  font-size: 2.4rem;
  font-weight: 700;
  color: #00A1B7;
}
#sec04 .sec04__title::before {
  position: absolute;
  top: 50%;
  right: 3rem;
  transform: translateY(-50%);
  width: 9.4rem;
  height: 8rem;
  background: url(../images/common/symbol_sm.png) no-repeat center/contain;
  content: "";
}
#sec04 .sec04__title span {
  position: relative;
  display: inline-block;
}
#sec04 .sec04__title span::before {
  position: absolute;
  top: -.2rem;
  right: -1rem;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background-color: #00A1B7;
  content: "";
}
#sec04 .sec04__con {
  display: flex;
  padding: 3rem;
  border: 1px solid #d4d4d4;
  border-radius: 1rem;
  background: #f5f5f5;
  gap: 4rem;
}
#sec04 .sec04__img {
  flex-shrink: 0;
  width: 26.4rem;
  /* height: 29rem; 
	240320 ÀÛ¼º
	3¿ùÈ£´Â ¿øÀÚ·Â ¸®Æ÷Æ® ¸ÞÀÎ¿¡ µé¾î°¡´Â ¿ä¾àÀÌ Àû¾î¼­ ÀÌ¹ÌÁö Å©±â ÁÙÀÓ*/
  overflow: hidden;
  border-radius: 5rem 1rem;
  background-color: #fff;
}
#sec04 .sec04__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#sec04 .sec04__desc {
  padding-top: 1rem;
}
#sec04 .sec04__desc h3 {
  margin-bottom: 1.6rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}
#sec04 .sec04__desc > p {
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: 1.6rem;
  text-overflow: ellipsis;
  font-size: 1.6rem;
  line-height: 1.5;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
#sec04 .sec04__name {
  position: relative;
  padding-left: 2rem;
  font-size: 1.5rem;
  color: #616161;
  line-height: 1.5;
}
#sec04 .sec04__name::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-family: "remixicon";
  font-size: 1.5rem;
  content: "\f264";
}

.more__btn {
  display: inline-flex;
  align-items: center;
  font-size: 1.6rem;
  color: #00A1B7;
  line-height: 1.5;
  gap: 0.4rem;
}

@media (max-width: 680px) {
  #sec04 .sec04__con {
    flex-direction: column;
  }
  #sec04 .sec04__img {
    margin: 0 auto;
  }
  #sec04 .sec04__desc {
    padding-top: 0;
  }
}
.sec__title {
  margin-bottom: 3rem;
  font-size: 3.2rem;
  font-weight: 700;
  color: #00A1B7;
  line-height: 1.5;
}
.sec__title p {
  display: inline-block;
  position: relative;
}
.sec__title p::before {
  position: absolute;
  top: 0;
  right: -0.8rem;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: #00A1B7;
  content: "";
}

#sec05 {
  padding: 6rem 0 8rem;
  border-radius: 10rem 0 0 0;
  background-color: #E5F4F6;
}
#sec05 .sec05__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 2.6rem;
}
#sec05 .sec05__item {
  display: flex;
  flex-direction: column;
  width: calc(33.3333333333% - 1.74rem);
  overflow: hidden;
  border-radius: 1rem;
}
#sec05 .sec05__img {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 77.24%;
}
#sec05 .sec05__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#sec05 .sec05__title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  padding: 2rem 1rem;
  background-color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

@media (max-width: 740px) {
  #sec05 .sec05__item {
    width: calc(50% - 1.3rem);
  }
  #sec05 .sec05__title {
    font-size: 1.6rem;
  }
}
@media (max-width: 480px) {
  #sec05 .sec05__item {
    width: 100%;
  }
  #sec05 .sec05__img {
    padding-top: 56%;
  }
  #sec05 .sec05__title {
    padding: 1.6rem 1rem;
  }
}
#sec06 {
  padding: 7rem 0;
}
#sec06 .sec06__con {
  display: flex;
  align-items: center;
  gap: 4rem;
}
#sec06 .sec06__img {
  flex-shrink: 0;
  max-width: 50%;
  width: 38rem;
  height: 26rem;
  overflow: hidden;
  border: 1px solid #d4d4d4;
  border-radius: 1rem;
  background-color: #fff;
}
#sec06 .sec06__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#sec06 .sec06__desc h3 {
  margin-bottom: 2.4rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}
#sec06 .sec06__desc p {
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: 2rem;
  text-overflow: ellipsis;
  font-size: 1.6rem;
  line-height: 1.5;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

@media (max-width: 680px) {
  #sec06 .sec06__con {
    flex-direction: column;
  }
  #sec06 .sec06__img {
    max-width: 100%;
  }
}
#sec07 {
  padding: 5rem 0 7rem;
  background-color: #f5f5f5;
}
#sec07 .sec07__item {
  display: block;
  position: relative;
  padding: 2rem 3rem;
  padding-right: 7rem;
  margin-bottom: 1rem;
  border: 1px solid #d4d4d4;
  border-radius: 1rem;
  background-color: #fff;
  font-size: 1.8rem;
  line-height: 1.5;
}
#sec07 .sec07__item::before {
  position: absolute;
  top: 50%;
  right: 3rem;
  transform: translateY(-50%);
  font-family: "remixicon";
  font-size: 2.4rem;
  color: #00A1B7;
  content: "\ea6e";
}
#sec07 .sec07__item:last-child {
  margin-bottom: 0;
}

@media (max-width: 480px) {
  #sec07 .sec07__item {
    padding: 1.4rem 2.4rem;
    padding-right: 6rem;
    font-size: 1.6rem;
  }
  #sec07 .sec07__item::before {
    right: 2.4rem;
  }
}
