#main {
  position: relative;
}

#sec01 {
  position: absolute;
  top: 26rem;
  right: 0;
  z-index: 1;
  width: 42rem;
  padding: 3.6rem 0 3.6rem 5rem;
  border-radius: 5rem 0 0 5rem;
  background-color: #FB7373;
  color: #fff;
}
#sec01::before {
  position: absolute;
  top: 0;
  right: -4rem;
  opacity: 0.07;
  width: 20.2rem;
  height: 14.6rem;
  background: url(../images/common/symbol_lg.png) no-repeat center/contain;
  content: "";
}
#sec01 .sec01__top {
  position: relative;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(255, 234, 217, 0.5);
}
#sec01 .sec01__top::before {
  position: absolute;
  bottom: 0;
  right: 3rem;
  width: 8.2rem;
  height: 11.6rem;
  background: url(../images/main/sec01_obj.png) no-repeat center/contain;
  content: "";
}
#sec01 .sec01__title span {
  display: block;
  margin-bottom: 1rem;
  font-size: 2rem;
  line-height: 1.5;
}
#sec01 .sec01__title h2 {
  font-family: "KOHI";
  font-size: 4.2rem;
  font-weight: 400;
  line-height: 1.28;
}
#sec01 .sec01__vol {
  display: flex;
  align-items: center;
  margin-top: 2.4rem;
  font-size: 2rem;
}
#sec01 .sec01__vol span {
  display: inline-block;
}
#sec01 .sec01__vol p {
  font-weight: 700;
}
#sec01 .sec01__desc {
  margin-top: 2rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}

@media (max-width: 840px) {
  #sec01 {
    width: 39rem;
    padding: 3.6rem 0 3.6rem 4rem;
  }
  #sec01 .sec01__top::before {
    right: 2rem;
  }
}
@media (max-width: 768px) {
  #sec01 {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    padding: 3rem 4rem 3.6rem;
    padding-right: 0;
    border-radius: 0;
  }
  #sec01 .sec01__top::before {
    right: 3rem;
  }
  #sec01 .sec01__title h2 br {
    display: none;
  }
}
@media (max-width: 540px) {
  #sec01 {
    padding: 2.4rem 2.4rem 3rem;
  }
  #sec01 .sec01__top::before {
    display: none;
  }
}
@media (max-width: 440px) {
  #sec01 .sec01__title h2 br {
    display: inline;
  }
}
#sec02 {
  position: relative;
}
#sec02 .sec02__con {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  width: 100%;
  height: 45rem;
}
#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;
  max-width: calc(100% - 42rem);
  padding: 4rem 5rem;
  color: #fff;
}
#sec02 .sec02__info span {
  display: inline-block;
  position: relative;
  margin-bottom: 0.8rem;
  font-size: 2rem;
  font-weight: 700;
  color: #FB7373;
  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: #FB7373;
  content: "";
}
#sec02 .sec02__info h3 {
  margin-bottom: 1.6rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}
#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: 840px) {
  #sec02 .sec02__info {
    max-width: calc(100% - 39rem);
    padding: 4rem;
  }
}
@media (max-width: 768px) {
  #sec02 {
    padding: 3rem 2rem 0;
  }
  #sec02 .sec02__con {
    overflow: hidden;
    border-radius: 5rem 1rem;
  }
  #sec02 .sec02__info {
    max-width: none;
  }
}
@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 {
  position: relative;
  padding: 6rem 0 9rem;
}
#sec03::before {
  position: absolute;
  bottom: 9rem;
  right: 11rem;
  width: 26.4rem;
  height: 23rem;
  background: url(../images/main/sec03_obj.png) no-repeat center/contain;
  content: "";
}
#sec03 .sec03__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 7rem;
}
#sec03 .sec03__item {
  display: block;
  position: relative;
  width: calc(50% - 3.5rem);
  height: 100%;
  padding: 2rem 2rem 3rem;
  border-radius: 5rem 1rem;
  background-color: #eee;
}
#sec03 .sec03__item:nth-child(even) {
  top: 20rem;
}
#sec03 .sec03__cate {
  position: absolute;
  top: -1rem;
  right: -1rem;
  z-index: 1;
  padding: 1rem 1.7rem;
  padding-right: 2.4rem;
  border-radius: 1rem;
  background-color: #FB7373;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
}
#sec03 .sec03__cate::after {
  position: absolute;
  top: 1rem;
  right: 1.6rem;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: #fff;
  content: "";
}
#sec03 .sec03__cate::before {
  position: absolute;
  bottom: -1rem;
  right: 0;
  z-index: -1;
  width: 1rem;
  height: 100%;
  border-radius: 0 0 1rem 0;
  background-color: #FB7373;
  content: "";
}
#sec03 .sec03__img {
  position: relative;
  width: 100%;
  height: 28rem;
  overflow: hidden;
  margin-bottom: 2rem;
  border-radius: 4rem 1rem 1rem 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 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}

@media (max-width: 768px) {
  #sec03::before {
    right: 4rem;
    height: 18rem;
  }
  #sec03 .sec03__wrap {
    gap: 7rem 5rem;
  }
  #sec03 .sec03__item {
    width: calc(50% - 2.5rem);
  }
  #sec03 .sec03__img {
    height: 24rem;
  }
  #sec03 .sec03__title {
    font-size: 1.8rem;
  }
}
@media (max-width: 640px) {
  #sec03::before {
    display: none;
  }
  #sec03 .sec03__wrap {
    flex-direction: column;
    gap: 4rem 0;
  }
  #sec03 .sec03__item {
    width: 100%;
  }
  #sec03 .sec03__item:nth-child(even) {
    top: auto;
  }
  #sec03 .sec03__img {
    height: 24rem;
  }
  #sec03 .sec03__title {
    font-size: 1.8rem;
  }
}
.sec__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
}
.sec__top .sec__title {
  margin-bottom: 0;
}

.sec__title {
  margin-bottom: 3rem;
  font-size: 3.2rem;
  font-weight: 700;
  color: #FB7373;
  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: #FB7373;
  content: "";
}

.more__btn {
  display: inline-flex;
  align-items: center;
  font-size: 1.6rem;
  color: #FB7373;
  line-height: 1.5;
  gap: 0.4rem;
}
.more__btn u {
  text-underline-offset: 3px;
}

#sec04 {
  padding: 5rem 0;
  background-color: #FFE9E9;
}
#sec04 .sec04__con {
  display: flex;
  gap: 4rem;
}
#sec04 .sec04__img {
  flex-shrink: 0;
  max-width: 50%;
  width: 38rem;
  height: 26rem;
  overflow: hidden;
  border-radius: 1rem;
  background-color: #fff;
}
#sec04 .sec04__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#sec04 .sec04__desc h3 {
  margin-bottom: 2.4rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}
#sec04 .sec04__desc p {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.6rem;
  line-height: 1.5;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

@media (max-width: 680px) {
  #sec04 .sec04__con {
    flex-direction: column;
  }
  #sec04 .sec04__img {
    max-width: 100%;
  }
}
#sec05 {
  padding: 7rem 0;
}
#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: #eee;
  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: 5rem 0 7rem;
  background-color: #f5f5f5;
}
#sec06 .layout {
  display: flex;
  justify-content: space-between;
}
#sec06 .sec__title {
  position: relative;
  margin-bottom: 0;
}
#sec06 .sec__title::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 17.6rem;
  height: 17.6rem;
  background: url(../images/main/sec06_obj.png) no-repeat center/contain;
  content: "";
}
#sec06 .sec06__wrap {
  max-width: 54rem;
  width: 100%;
}
#sec06 .sec06__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.6rem;
  line-height: 1.5;
}
#sec06 .sec06__item::before {
  position: absolute;
  top: 50%;
  right: 3rem;
  transform: translateY(-50%);
  font-family: "remixicon";
  font-size: 2.4rem;
  color: #FB7373;
  content: "\ea6e";
}
#sec06 .sec06__item:last-child {
  margin-bottom: 0;
}

@media (max-width: 800px) {
  #sec06 .layout {
    display: block;
  }
  #sec06 .sec__title {
    margin-bottom: 3rem;
  }
  #sec06 .sec__title::before {
    display: none;
  }
  #sec06 .sec06__wrap {
    max-width: none;
  }
}
@media (max-width: 480px) {
  #sec06 .sec06__item {
    padding: 1.4rem 2.4rem;
    padding-right: 6rem;
    font-size: 1.6rem;
  }
  #sec06 .sec06__item::before {
    right: 2.4rem;
  }
}