@charset "utf-8";

/* intro */
.intro {
  background-image: url(../img/new1.jpg);
}

/* main */
main .content_card.st1 {
  height: 360px;
  margin-bottom: 5rem;
}
main .content_card.st2 {
  margin-bottom: 15rem;
}
main .content_card.st1 > img {
  object-position: left 26%;
}
main .content_card.st1 .text_box {
  padding: 0 10rem 0 8rem;
}
main .content_card.st2 .text_box {
  padding: 8rem;
}
main .content_card.st2 img {
  width: 500px;
}
main .content_card .text_box .ckeck_box {
  margin-top: 4rem;
  display: flex;
  width: 100%;
  max-width: 400px;
}
main .content_card .text_box .ckeck_box .checklist {
  width: fit-content;
  display: flex;
  flex-direction: column;
  row-gap: 1.3rem;
}
main .content_card .text_box .ckeck_box .checklist.con1 {
  margin-right: auto;
}
main .content_card .text_box .ckeck_box .checklist div {
  position: relative;
  display: flex;
  align-items: center;
}
main .content_card .text_box .ckeck_box .checklist div img {
  width: 3rem;
  object-fit: contain;
  margin-right: 1.2rem;
}

/* process */
.process .step {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.5rem;
}
.process .step article {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.process .step article img {
  width: 49.15%;
  border-radius: 3px;
  object-fit: cover;
}
.process .step article .text_box {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 4rem 10rem 0 8rem;
}
.process .step article .text_box small.point {
  width: fit-content;
  color: #fff;
  padding: 0.4rem 16px;
  border-radius: 50px;
  background: var(--point-2);
  font-weight: 500;
}
.process .step article .text_box h4 {
  margin-top: 1.6rem;
  margin-bottom: 1rem;
}
.process .step article .text_box p {
  margin-bottom: 4rem;
  color: #555;
}
.process .step article .text_box p.no_margin {
  margin-bottom: 1.2rem;
}
.process .step article .text_box small {
  color: #555;
  font-weight: 300;
}
.process .step article .text_box small.b {
  font-weight: 400;
  margin-bottom: 1rem;
}

/* after */
.after {
  background: #333;
}
.after.c1 {
  padding-bottom: 18rem;
}
.after .title h5 {
  color: #d9d9d9;
}
.after .title h2 {
  color: #fff;
}
.after .title hr {
  margin-top: 3rem;
  width: 8.5rem;
  border: 0;
  border-bottom: 2px solid #fff;
}
/* 침도 css */
.after .con_box {
  width: 100%;
  position: relative;
}
.after .con_box img {
  width: 59.32%;
  object-fit: cover;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.3);
  margin-bottom: 3rem;
}
.after .con_box .t_box {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 42.37%;
  background: #fff;
  border-radius: 1.2rem;
  padding: 6rem 4.5rem;
}
.after .con_box .t_box hr {
  width: 8.5rem;
  border: 0;
  border-bottom: 2px solid #a9a9a9;
  margin-bottom: 3rem;
}
.after .con_box .t_box p.p1 {
  margin-top: 1.6rem;
}

.con_box p {
  color: #d9d9d9;
}
/* 약침 css */
.after .bna_box {
  display: flex;
  gap: 7rem;
}
.after .bna_box .t_box {
  flex-shrink: 0;
}
.after .bna_box .t_box p {
  color: #f8f8fa;
}
.after .bna_box .t_box p:nth-of-type(1) {
  margin-bottom: 2rem;
}
.after .bna_box .img_box {
  display: flex;
  flex-shrink: 0;
  gap: 2rem;
}
.after .bna_box .img_box figure {
  width: 48rem;
}
.after .bna_box .img_box figure img {
  width: 100%;
  object-fit: cover;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.3);
}
.after .bna_box .img_box figure figcaption {
  margin-top: 1rem;
  color: #d9d9d9;
  letter-spacing: 0.004em;
  text-align: right;
}

/* advantage */
.advantage {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 15rem 0;
}
.advantage.c1 {
  background-image: url(../img/advantage1.jpg);
  padding: 13rem 0;
}
.advantage.c1 p {
  color: #d9d9d9;
}
.advantage.c2 {
  background-image: url(../img/advantage2.jpg);
}
.advantage.c3 {
  background-image: url(../img/advantage3.jpg);
}
.advantage.c3 p {
  color: #d9d9d9;
}
.advantage .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.advantage .title h2 {
  color: #fff;
}
.advantage .title p {
  color: #d9d9d9;
}
/* 장점 소개 */
.advantage .continer {
  color: #fff;
  width: 100%;
  max-width: 920px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 4rem;
}
.advantage .continer div {
  width: calc(33.33% - 2.7rem);
  aspect-ratio: 1 / 1;
  background: #1b1b304b;
  border: 1px solid #fff;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.advantage .continer div b {
  font-family: "roboto", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.56rem;
}
.advantage .continer div p {
  margin-top: 2rem;
  font-weight: 400;
  letter-spacing: -0.02em;
}
.advantage .continer div p span {
  opacity: 0;
}
/* 요법 비교 */
.advantage .compare {
  width: 100%;
  max-width: 980px;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
.advantage .compare > div {
  width: calc(50% - 1rem);
  background: rgba(255, 255, 255, 0.95);
  border: 0.8px solid #d9d9d9;
  border-radius: 2.4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5.5rem;
  text-align: center;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
}
.advantage .compare > div strong {
  color: var(--main);
  font-weight: 700;
  font-size: 3.8rem;
  line-height: 5.4rem;
  letter-spacing: 0.05em;
}
.advantage .compare > div hr {
  width: 100%;
  border: 0;
  border-top: 2px solid #d9d9d9;
  border-radius: 12px;
  margin: 2rem 0 3.5rem;
}
.advantage .compare > div .condition {
  display: flex;
  justify-content: center;
  align-items: center;
}
.advantage .compare > div .condition h3 {
  font-weight: 600;
  letter-spacing: 0.004em;
  color: #555;
}
.advantage .compare > div .condition img {
  width: 1.8rem;
  object-fit: contain;
  margin-left: 1rem;
}
.advantage .compare > div p {
  margin-top: 2rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: #555;
}

/* survey */
.survey {
  padding-bottom: 0;
}
.survey .graph {
  width: 100%;
  background: #f8f8fa;
  border: 1px solid #d9d9d9;
  border-radius: 2.4rem;
  padding: 6rem 10rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.survey .graph .l_box {
  flex: 1;
}
.survey .graph .l_box strong {
  font-family: "Noto Serif KR", serif;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 4.8rem;
  letter-spacing: -0.02em;
}
.survey .graph .l_box strong span {
  font-weight: 700;
  color: var(--point);
}
.survey .graph .l_box p {
  margin-top: 2rem;
  font-weight: 400;
}
.survey .graph .l_box .colors {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  padding-left: 4px;
}
.survey .graph .l_box .colors small::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #fff;
}
.survey .graph .l_box .colors small:nth-child(1):before {
  background: var(--point);
}
.survey .graph .l_box .colors small:nth-child(2):before {
  background: var(--main);
}
.survey .graph .l_box .colors small:nth-child(3):before {
  background: var(--light-main);
}
.survey .graph .l_box .colors small:nth-child(4):before {
  background: #243149;
}
.survey .graph .l_box .colors small:nth-child(5):before {
  background: #1e1816;
}
.survey .graph .l_box .colors small {
  position: relative;
  padding-left: 2rem;
}
.survey .graph img {
  width: 32%;
  object-fit: contain;
}

/* insurance */
.insurance {
  padding-bottom: 20em;
}
.insurance .box {
  width: 100%;
  background: #f8f8fa;
  border: 1px solid #d9d9d9;
  border-radius: 2.4rem;
  padding: 10rem 8rem 6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.insurance .box .l_txt {
  width: 50%;
}
.insurance .box .l_txt strong {
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 3.7rem;
  letter-spacing: -0.01em;
}
.insurance .box .l_txt p {
  margin-top: 1.6rem;
  font-size: 1.6rem;
  line-height: 2.5rem;
  color: #555;
}
.insurance .box .r_txt {
  width: 42%;
  border-left: 1px solid #a9a9a9;
  padding-left: 6rem;
}
.insurance .box .r_txt strong {
  font-weight: 700;
  font-size: 3.4rem;
  line-height: 4.4rem;
  letter-spacing: -0.02em;
  color: var(--point);
}
.insurance .box .r_txt small {
  display: block;
  color: #555;
}
.insurance .box .r_txt small:first-of-type {
  margin-top: 2rem;
}

/* safe */
.safe {
  padding-bottom: 20rem;
}
.safe .title {
  margin-bottom: 12rem;
}
.safe .zero {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 18rem;
}
.safe .zero div {
  display: flex;
  justify-content: space-between;
}
.safe .zero div h6 {
  font-weight: 600;
  font-size: 3.6rem;
  letter-spacing: -0.01em;
}
.safe .zero div strong::before {
  content: "";
  width: 150%;
  height: 1.75px;
  background: var(--dark-main);
  transform: rotate(-43.15deg);
  position: absolute;
  left: -90%;
  top: 30.5%;
}
.safe .zero div strong {
  margin-top: 4rem;
  margin-left: 6rem;
  position: relative;
  font-family: "Noto Serif KR", serif;
  font-weight: 700;
  font-size: 9rem;
  letter-spacing: -0.02em;
  color: var(--dark-main);
}
