@charset "utf-8";

/* intro */
.intro {
  background-image: url(../img/intro_herbal.jpg);
}

/* effective */
.effective > img {
  width: 100%;
  object-fit: contain;
}
.effective .container {
  margin-top: 5rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
}
.effective .container article {
  width: calc(33.33% - 1.34rem);
  background: #fff;
  border: 0.8px solid #d9d9d9;
  border-radius: 1.2rem;
  padding: 6rem 4rem;
  display: flex;
  flex-direction: column;
}
.effective .container article small {
  margin-top: 0.5rem;
  color: #a9a9a9;
}
.effective .container article hr {
  width: 45px;
  border: 0;
  border-top: 2px solid #d9d9d9;
  border-radius: 12px;
  margin: 3rem 0 3.5rem;
}
.effective .container article p {
  color: #555;
}

/* main */
main {
  padding-bottom: 5rem;
}
main.ins {
  padding: 15rem 0;
}
main .content_card .text_box {
  padding: 0 10rem 0 8rem;
  position: relative;
}
main .content_card .text_box img {
  position: absolute;
  top: 3rem;
  right: 3.2rem;
  width: 9rem;
  object-fit: contain;
}
main.ins .content_card .text_box {
  padding: 8rem;
}

/* advantage */
.advantage {
  margin-top: 12rem;
  background: url(../img/advantage_back.jpg) no-repeat;
  background-size: cover;
}
.advantage .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.advantage .title h2 {
  color: #fff;
}
.advantage .continer {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: space-between;
  gap: 4rem;
}
.advantage .continer div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 2rem;
  aspect-ratio: 1 / 1;
  background: rgba(19, 19, 19, 0.3);
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
}
.advantage .continer div b {
  font-family: "roboto", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.42;
  color: rgba(255, 255, 255, 0.75);
}

/* insurance */
.insurance {
  background: #333;
}
.insurance .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.insurance .l_box {
  width: 60%;
}
.insurance .l_box .title h2 {
  color: #fff;
}
.insurance .l_box .checklist {
  margin-top: 6rem;
  display: flex;
  gap: 1rem;
  flex-direction: column;
  width: 100%;
  max-width: 410px;
}
.insurance .l_box .checklist p {
  color: #d9d9d9;
}
.insurance .l_box .checklist div {
  display: flex;
  align-items: center;
  color: #fff;
}
.insurance .l_box .checklist div img {
  width: 2.6rem;
  object-fit: contain;
  margin-right: 1.2rem;
}
.insurance .l_box > p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.6rem;
  letter-spacing: -0.01em;
  color: #fff;
}
.insurance .l_box > p:first-of-type {
  margin-top: 6rem;
}
.insurance .wrap > img {
  width: 42.37%;
  object-fit: contain;
  border-radius: 100%;
}

/* production */
.production .container {
  width: 100%;
}
.production .container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
  gap: 3rem;
  row-gap: 4rem;
}
.production .container article {
  border-radius: 1.2rem;
  background: #fff;
  border: 0.8px solid #d9d9d9;
  overflow: hidden;
}
.production .container article img {
  width: 100%;
  object-fit: cover;
}
.production .container article .t_box {
  width: 100%;
  padding: 4rem 20px 6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.production .container article .t_box img {
  width: 15px;
  object-fit: contain;
}
.production .container article .t_box b {
  margin-bottom: 1rem;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: -0.01em;
  color: var(--main);
}
.production .container article .t_box hr {
  width: 4.5rem;
  border: 0;
  border-top: 0.2rem solid #d9d9d9;
  border-radius: 1.2rem;
  margin: 2.5rem 0 2rem;
}
.production .container article .t_box p {
  color: #555;
}

/* disease */
.disease .container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
  row-gap: 4rem;
}
.disease .container article {
  width: calc(33.33% - 1.34rem);
  border-radius: 1.2rem;
  background: #fff;
  border: 0.8px solid #d9d9d9;
  overflow: hidden;
}
.disease .container article img {
  width: 100%;
  object-fit: cover;
}
.disease .container article .t_box {
  width: 100%;
  padding: 4rem 20px 6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.disease .container article .t_box hr {
  width: 4.5rem;
  border: 0;
  border-top: 0.2rem solid #d9d9d9;
  border-radius: 1.2rem;
  margin: 3.5rem 0 3rem;
}
.disease .container article .t_box p {
  color: #555;
}

/* kind */
.kind {
  overflow: visible;
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-top: 5rem;
}
.kind .l_box {
  width: 580px;
  max-width: 50%;
  position: sticky;
  top: 15rem;
  height: fit-content;
}
.kind .l_box .title {
  margin-bottom: 4rem;
}
.kind .l_box .checklist {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.kind .l_box .checklist div {
  display: flex;
  align-items: center;
  color: #555;
}
.kind .l_box .checklist div img {
  width: 3rem;
  object-fit: contain;
  margin-right: 1.3rem;
  filter: brightness(0.4);
}
.kind .r_container {
  width: 580px;
  max-width: 50%;
  display: flex;
  flex-direction: column;
  gap: 6.5rem;
}
.kind .r_container div {
  width: 100%;
}
.kind .r_container div img {
  width: 100%;
  object-fit: cover;
}
.kind .r_container div small {
  display: block;
  margin-top: 2rem;
  color: #a9a9a9;
}
.kind .r_container div h4 {
  margin-top: 3px;
}
.kind .r_container div p {
  margin-top: 1.6rem;
  color: #555;
}

/* qna */
.qna .back_box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 60rem;
  background: #333;
}
.qna .title {
  margin-bottom: 4rem;
}
.qna h5,
.qna h2 {
  color: #fff;
}
.qna .qna_list {
  margin: 0 auto;
  width: 1460px;
  max-width: 90%;
  background: #fff;
  border-radius: 2.4rem;
  padding: 6rem 0;
  box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 2;
}
.qna .qna_list > div {
  margin: 0 auto;
  max-width: 85%;
  width: 1160px;
  border-bottom: 0.5px solid #d9d9d9;
}
.qna .qna_list > div button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 400;
  padding: 3.8rem 0;
  text-align: left;
}
.qna .qna_list > div button .text_box {
  display: flex;
  font-weight: 400;
  width: 85%;
  color: #293b3e;
}
.qna .qna_list > div button span {
  margin-right: 10px;
  display: block;
  font-family: "Noto Serif KR", serif;
  color: #a9a9a9;
}
.qna .qna_list img.toggle-arrow {
  width: 4.2rem;
  height: 4.2rem;
  object-fit: contain;
}
.qna .qna_list > div .answer {
  padding-bottom: 4rem;
  white-space: nowrap;
  width: 90%;
  padding-left: 4rem;
  /* display: flex;
    flex-direction: column;
    gap: 2rem; */
}
.qna .qna_list > div .answer p {
  display: inline-block;
  white-space: normal;
}
