img {
  width: initial;
  height: initial;
  object-fit: initial;
  display: block;
}

/* .mainContent {
  width: 75%;
  max-width: 1440px;
  margin: 192px auto 0;
  padding: 0 20px;
} */

#plant > div.mainContent > section.sec6 > div.topimg img {
  width: 100%;
}
.mainContent section {
  margin: 0 auto 180px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.mainContent section.sec1 .t_img {
  max-height: 800px;
}
.mainContent section.sec1 .t_img img {
  max-height: 800px;
  width: 50%;
  margin: 0 auto;
}

.mainContent .title {
  width: 100%;
  background-size: contain;
}

.mainContent .title.mb_60 {
  margin-bottom: 60px;
  margin-top: 60px;
}

.mainContent .title.mb_00 {
  margin-bottom: 0px;
}

.company_banner.pd {
  background-image: url("../imgs/product/banner_product.jpg");
}

.checkbox {
  content: url("../imgs/check_box.png");
}

.checkbox2 {
  content: url("../imgs/check_box2.png");
}

.flex_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

/* underline_txt */
.underline_txt {
  display: inline-block;
  position: relative;
  font-weight: 700;
}

.underline_txt:after {
  content: "";
  width: 100%;
  height: 1rem;
  background: rgba(11, 122, 12, 0.2);
  position: absolute;
  left: 0;
  bottom: 0;
}

/* list_box */
.list_box ul {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.list_box ul li {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.list_box ul li p {
  font-size: 1.25rem;
  line-height: 1.5em;
}

/* text_box */
.txt_box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
}

.txt_box span {
  display: inline-block;
  width: 10rem;
  height: 6px;
  background: #0b7a0c;
}

.txt_box p {
  font-size: 19.8px;
  line-height: 1.5em;
  text-align: center;
}

/*///////////// plant - start /////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////*/

/* sec1 */
#plant .sec1 .sec1_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#plant .sec1 .sec1_top .top_left {
  width: 40.36%;
  max-width: 565px;
}

#plant .sec1 .sec1_top .top_left img {
  width: 100%;
}

#plant .sec1 .sec1_top .top_right {
  width: 50.43%;
  max-width: 706px;
}

#plant .sec1 .sec1_top .top_right h3 {
  margin-bottom: 48px;
  font-size: 2rem;
  line-height: 2.625rem;
  font-weight: 700;
  letter-spacing: -0.016em;
}

#plant .sec1 .sec1_top .top_right ul {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

#plant .sec1 .sec1_top .top_right ul li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

#plant .sec1 .sec1_top .top_right ul li p {
  font-size: 1.25rem;
  line-height: 1.5em;
  color: #686868;
}

#plant .sec1 .sec1_bottom .card {
  width: 25%;
  padding: 3rem 0;
  background: #f9f9f9;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
}

#plant .sec1 .sec1_bottom .card .circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #d9d9d9;
}

#plant .sec1 .sec1_bottom .card h4 {
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.75rem;
  text-align: center;
}

#plant .sec1 .sec1_bottom .card p {
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #686868;
  text-align: center;
  padding: 0.5rem;
}

/* sec2 */
#plant .sec2 .sec2_bottom div {
  display: flex;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap-reverse;
}

#plant .sec2 .sec2_bottom div figure {
  position: relative;
  height: 170px;
}

#plant .sec2 .sec2_bottom div figure figcaption {
  position: absolute;
  left: 50%;
  bottom: 14px;
  transform: translateX(-50%);
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.75rem;
  text-align: center;
}

#plant .sec2 .sec2_bottom p {
  width: 100%;
  text-align: center;
  line-height: 8.75rem;
  background: #f9f9f9;
  border: 1px solid #dddddd;
}

/* sec3 */
#plant .sec3 .grid_box {
  width: 100%;
  max-width: 1400px;
  display: grid;
  grid-template-columns: 49.143% 49.143%;
  justify-content: space-between;
  row-gap: 1.5rem;
}

#plant .sec3 .grid_box figure {
  max-width: 688px;
  padding: 2.25rem;
  background: #f9f9f9;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#plant .sec3 .grid_box figure figcaption {
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.75rem;
  text-align: center;
  margin-bottom: 1.5rem;
}

#plant .sec3 .grid_box figure div {
  display: flex;
  justify-content: space-between;
}

#plant .sec3 .grid_box figure div img {
  width: 48%;
}

/* sec4, sec5 */
#plant .sec4 .flex_box > div,
#plant .sec5 .flex_box > div {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

#plant .sec4 .flex_box .left,
#plant .sec5 .flex_box .left {
  width: 32.215%;
  max-width: 451px;
}

#plant .sec4 .flex_box .right,
#plant .sec5 .flex_box .right {
  width: 66.0715%;
  max-width: 925px;
}

/* sec6 */
#plant .sec6 .flex_box > div {
  width: 25%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

#plant .sec6 .flex_box div .thumb {
  width: 100%;
}

#plant .sec6 .flex_box div .thumb img {
  width: 100%;
}

#plant .sec6 .flex_box div .detail h4 {
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.75rem;
  text-align: center;
  margin-bottom: 12px;
}

#plant .sec6 .flex_box div .detail p {
  font-size: 1.1rem;
  line-height: 1.75rem;
  color: #686868;
  text-align: center;
}

/* sec7 */
#plant .sec7_wrap {
  padding: 0 20px;
  align-items: flex-start;
}

#plant .sec7_wrap .sec7_left {
  width: 50%;
}

#plant .sec7_wrap .sec7_left .img_box {
  padding: 2.25rem;
  background: #f9f9f9;
}

#plant .sec7_wrap .sec7_left .img_box figure {
  width: 50%;
}

#plant .sec7_wrap .sec7_left .img_box figure img {
  width: 100%;
}

#plant .sec7_wrap .sec7_left .img_box figure figcaption {
  margin-top: 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5em;
  text-align: center;
}

#plant .sec7_wrap .sec7_right {
  width: 50%;
}

#plant .sec7_wrap .sec7_right .img_box {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 30.96%);
  justify-content: space-between;
  row-gap: 1.5rem;
}

#plant .sec7_wrap .sec7_right .img_box figure {
  width: 100%;
}

#plant .sec7_wrap .sec7_right .img_box figure img {
  width: 100%;
}

#plant .sec7_wrap .sec7_right .img_box figure figcaption {
  margin-top: 0.75rem;
  font-size: 1.25rem;
  line-height: 1.5em;
  text-align: center;
}

/* sec8 */
#plant .sec8_content {
  display: flex;
  justify-content: space-between;
}

#plant .sec8_content > div {
  padding: 2.5rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
  border-radius: 1.5rem;
}

#plant .sec8_content > div h4 {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.5em;
  text-align: center;
  color: #fff;
}

#plant .sec8_content > div p {
  font-size: 1.25rem;
  line-height: 1.5em;
  color: #fff;
  text-align: center;
}

#plant .sec8_content .box_a {
  width: 42.86%;
  max-width: 600px;
  background: #0b7a0c;
}

#plant .sec8_content .box_a ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

#plant .sec8_content .box_a ul li {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

#plant .sec8_content .box_a ul li span {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #fff;
  text-align: center;
}

#plant .sec8_content .box_b {
  width: 25.715%;
  max-width: 360px;
  background: #115da4;
}

#plant .sec8_content .box_c {
  width: 25.715%;
  max-width: 360px;
  background: #f9ba48;
}

/* sec9 */
#plant .sec9_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#plant .sec9_bottom .left {
  width: 38.264%;
  max-width: 551px;
}

#plant .sec9_bottom .left img {
  width: 100%;
}

#plant .sec9_bottom .right {
  width: 56.36%;
  max-width: 789px;
}

#plant .sec9_bottom .right div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.5rem;
}

#plant .sec9_bottom .right div img {
  width: 47.47%;
  max-width: 374.5px;
}

#plant .sec9_bottom .right ul {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

#plant .sec9_bottom .right ul li {
  font-size: 1.25rem;
  line-height: 1.5em;
  color: #686868;
}

/* sec10 */
#plant .sec10 .accordion {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #d9d9d9;
}
#plant .sec10 .accordion .accordion_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 28px 30px;
}
#plant .sec10 .accordion .accordion_title h2 {
  font-size: 24px;
  font-weight: 700;
  color: #686868;
}
#plant .sec10 .accordion .accordion_body {
  width: 100%;
  padding: 0 35px;
  overflow: hidden;
  max-height: 0;
}
#plant .sec10 .accordion .accordion_body.active {
  max-height: 1000vw;
  transition: all 1s;
}
#plant .sec10 .accordion .accordion_body .top {
  width: 100%;
  display: flex;
  align-items: center;

  padding-bottom: 28px;
}
#plant .sec10 .accordion .accordion_body .top img {
  max-width: 360px;
  height: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

#plant
  > div.mainContent
  > section.sec10
  > div.accordion.cherry
  > div.accordion_body.active
  > div.top
  > div
  > div
  > img {
  max-width: 250px;
}
#plant .sec10 .accordion .accordion_body .top p {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5em;
  color: #686868;
  max-width: 600px;
}
#plant .sec10 .accordion .accordion_body .middle {
  width: 100%;
  display: flex;
  align-items: center;
  padding-bottom: 28px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
#plant .sec10 .accordion .accordion_body .middle .context {
  width: 50%;
  height: 100%;
  box-sizing: border-box;
  text-align: left;
}
#plant .sec10 .accordion .accordion_body .middle .context h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  word-break: break-word;
  margin-bottom: 36px;
  padding-right: 1.25rem;
}

#plant .sec10 .accordion .accordion_body .middle .context p {
  padding-right: 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5em;
  color: #686868;
}
#plant .sec10 .accordion .accordion_body .middle .imgs {
  width: 50%;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

#plant .sec10 .accordion .accordion_body .middle .imgs img {
  gap: 20px;
  width: 100%;
  height: auto;
}
#plant .sec10 .accordion .accordion_body .bottom {
  width: 100%;
  display: flex;
  align-items: center;
  padding-bottom: 28px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
#plant .sec10 .accordion .accordion_body .bottom .context p {
  padding-right: 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5em;
  color: #686868;
}
#plant .sec10 .accordion .accordion_body .bottom .context {
  width: 50%;
  height: 100%;
  box-sizing: border-box;
  text-align: left;
}
#plant .sec10 .accordion .accordion_body .bottom .context h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  word-break: break-word;
  margin-bottom: 36px;
}

#plant .sec10 .accordion .accordion_body .bottom .imgs {
  width: 50%;
  box-sizing: border-box;
}
#plant .sec10 .accordion .accordion_body .bottom .imgs img {
  width: 100%;
}
/*///////////// plant - end /////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////*/

/*/ //////////// additive - start /////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////*/

/* sec1 */
#additive .sec1_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#additive .sec1_content .left {
  width: 47.572%;
  max-width: 666px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#additive .sec1_content .left img:nth-of-type(1) {
  width: 55.41%;
  max-width: 369px;
}

#additive .sec1_content .left img:nth-of-type(2) {
  width: 41%;
  max-width: 273px;
}

#additive .sec1_content .right {
  width: 49.572%;
  max-width: 694px;
}

#additive .sec1_content .right h3 {
  margin-bottom: 48px;
  font-size: 2rem;
  line-height: 2.625rem;
  font-weight: 700;
  letter-spacing: -0.016em;
}

#additive .sec1_content .right ul {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

#additive .sec1_content .right ul li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

#additive .sec1_content .right ul li p {
  font-size: 1.25rem;
  line-height: 1.5em;
  color: #686868;
}

/* sec2 */
#additive .sec2 .img_box h4 {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2rem;
  text-align: center;
  margin-bottom: 1.5rem;
}

#additive .sec2 .img_box div {
  display: flex;
  justify-content: space-between;
}

#additive .sec2 .img_box div figure {
  width: 31.43%;
  max-width: 440px;
}

#additive .sec2 .img_box div figure img {
  width: 100%;
}

/* sec4 */
#additive .sec4_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#additive .sec4_content .left {
  width: 27.5%;
  max-width: 385px;
}

#additive .sec4_content .left img {
  width: 100%;
}

#additive .sec4_content .right {
  width: 68.572%;
  max-width: 960px;
  padding: 2.5rem 0;
  background: #0b7a0c;
  border-radius: 24px;
}

#additive .sec4_content .right h4 {
  width: 88%;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #fff;
  text-align: center;
  margin: 0 auto 2.5rem;
}

#additive .sec4_content .right ul {
  width: 88%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

#additive .sec4_content .right ul li {
  display: flex;
  gap: 1.5rem;
}

#additive .sec4_content .right ul li div {
  background: #fff;
  border-radius: 999px;
  text-align: center;
}

#additive .sec4_content .right ul li div span {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.4em;
}

#additive .sec4_content .right ul li:first-of-type div {
  padding: 20px 54px;
}

#additive .sec4_content .right ul li:last-of-type div {
  padding: 20px 60px;
}

/* sec5 */
#additive .sec5_content {
  width: 100%;
  padding: 40px 0;
  background: #f9f9f9;
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
}

#additive .sec5_content .left ul {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

#additive .sec5_content .left ul li {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

#additive .sec5_content .right {
  width: 31.5%;
  max-width: 441px;
}

#additive .sec5_content .right img {
  width: 100%;
}

/* sec7 */
#additive .sec7 .img_box {
  width: 100%;
}

#additive .sec7 .img_box img {
  width: 100%;
}

/*///////////// additive - end /////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////*/

/*/ //////////// coffee - start /////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////*/

/* sec1 */
#coffee .sec1_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#coffee .sec1_content .left {
  width: 31.786%;
  max-width: 445px;
  display: flex;
  align-items: center;
}

#coffee .sec1_content .left img {
  width: 100%;
}

#coffee .sec1_content .right {
  width: 54.072%;
  max-width: 757px;
}

#coffee .sec1_content .right h3 {
  margin-bottom: 48px;
  font-size: 2rem;
  line-height: 2.625rem;
  font-weight: 700;
  letter-spacing: -0.016em;
}

#coffee .sec1_content .right ul {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

#coffee .sec1_content .right ul li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

#coffee .sec1_content .right ul li p {
  font-size: 1.15rem;
  line-height: 1.5em;
  color: #686868;
}

/* sec2 */
#coffee .sec2_content ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 3.74em;
  row-gap: 2.5rem;
  max-width: 1200px;
  margin: 0 auto;
}

#coffee .sec2_content ul li {
  width: auto;
  padding: 1.25rem 3.75rem;
  background: #f9f9f9;
  border: 1px solid #dddddd;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.75rem;
  text-align: center;
  border-radius: 999px;
  box-sizing: border-box;
}

/* sec3 */
#coffee .sec3_content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

#coffee .sec3_content .left > ul {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

#coffee .sec3_content .left > ul > li {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

#coffee .sec3_content .left > ul > li div {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1rem;
}

#coffee .sec3_content .left > ul > li div span {
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 2rem;
}

#coffee .sec3_content .left > ul > li > ul {
  margin-left: 2.5rem;
  display: flex;
  flex-direction: column;
}

#coffee .sec3_content .left > ul > li > ul > li {
  list-style-type: disc;
  font-size: 1.25rem;
  line-height: 1.5em;
}

#coffee .sec3_content .right {
  width: 45.86%;
  max-width: 642px;
}

#coffee .sec3_content .right img {
  width: 100%;
}

#plant
  > div.mainContent
  > section.sec10
  > div.accordion.various
  > div.accordion_body.active
  > div
  > div.context
  > h3 {
  padding-right: 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5em;
  color: #686868;
  font-weight: 700;
}

#plant
  > div.mainContent
  > section.sec10
  > div.accordion.orange
  > div.accordion_body.active
  > div.bottom
  > div.imgs
  > div {
  width: 50%;
}
#plant
  > div.mainContent
  > section.sec10
  > div.accordion.orange
  > div.accordion_body.active
  > div.bottom
  > div.imgs
  > div
  > img {
  aspect-ratio: 1 / 1;
}
#plant
  > div.mainContent
  > section.sec10
  > div.accordion.various
  > div.accordion_body.active {
  padding-bottom: 60px;
}
#plant
  > div.mainContent
  > section.sec10
  > div.accordion.apple
  > div.accordion_body.active
  > div.middle
  > div.imgs
  > div
  > p {
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 1.25rem;
  line-height: 1.25em;
  color: #686868;
  text-align: center;
}
@media (max-width: 1440px) {
  #plant .sec2 .sec2_bottom p {
    line-height: 6rem;
  }
  .txt_box p br {
    display: none;
  }

  #plant .sec2 .sec2_bottom div {
    gap: 10px;
  }

  #plant .sec7_wrap {
    padding: 0;
  }

  #plant .sec8_content > div h4,
  #plant .sec8_content > div p,
  #plant .sec8_content .box_a ul {
    width: 88%;
  }

  #plant .sec8_content .box_a ul li {
    gap: 0.8rem;
  }

  #coffee .sec2_content ul {
    gap: 1.5rem;
  }

  #coffee .sec3_content {
    align-items: center;
  }
}

@media (max-width: 1200px) {
  .flex_box {
    gap: 12px;
  }

  #plant .sec1 .sec1_top {
    flex-direction: column;
    gap: 50px;
  }

  #plant .sec1 .sec1_top .top_left,
  #plant .sec1 .sec1_top .top_right {
    width: 100%;
  }

  #plant .sec1 .sec1_bottom .card p {
    padding: 0 8px;
  }

  #plant .sec2 .sec2_bottom div {
    gap: 0;
  }

  #additive .sec1_content .left {
    flex-direction: column;
  }

  #additive .sec1_content .left img:nth-of-type(1),
  #additive .sec1_content .left img:nth-of-type(2) {
    width: 100%;
  }

  #additive .sec4_content {
    flex-direction: column;
    gap: 2.5rem;
  }

  #additive .sec4_content .left,
  #additive .sec4_content .right {
    width: 100%;
  }

  #additive .sec5_content {
    gap: 0;
  }

  #additive .sec5_content .left {
    width: 53%;
  }

  #coffee .sec1_content {
    flex-direction: column;
    gap: 60px;
  }

  #coffee .sec1_content .left {
    width: 100%;
  }

  #coffee .sec1_content .right {
    width: 100%;
    max-width: unset;
  }

  #coffee .sec1_content .right h3 {
    text-align: center;
  }

  #coffee .sec1_content .right ul li br {
    display: none;
  }

  #coffee .sec3_content {
    flex-direction: column-reverse;
    gap: 60px;
  }

  #coffee .sec3_content .left,
  #coffee .sec3_content .right {
    width: 100%;
  }

  #coffee .sec3_content .left > ul > li br {
    display: none;
  }
}

@media (max-width: 900px) {
  #plant
    > div.mainContent
    > section.sec10
    > div.accordion
    > div.accordion_body.active
    > div.imgsgroup
    > div.imgsrow {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  #plant .sec2 .sec2_bottom p {
    line-height: 5rem;
  }
  #plant .sec1 .sec1_bottom {
    flex-wrap: wrap;
    justify-content: center;
  }

  #plant .sec1 .sec1_bottom .card {
    width: 48%;
  }

  #plant .sec7_wrap {
    flex-direction: column;
  }

  #plant .sec7_wrap .sec7_left,
  #plant .sec7_wrap .sec7_right {
    width: 100%;
  }

  #plant .sec8_content {
    flex-direction: column;
    gap: 20px;
  }

  #plant .sec8_content .box_a,
  #plant .sec8_content .box_b,
  #plant .sec8_content .box_c {
    width: 100%;
    max-width: unset;
  }

  #plant .sec9_bottom {
    flex-direction: column;
    gap: 1.5rem;
  }

  #plant .sec9_bottom .left {
    width: 80%;
  }

  #plant .sec9_bottom .right {
    width: 100%;
  }

  #additive .sec1_content {
    flex-direction: column;
    gap: 60px;
  }

  #additive .sec1_content .left img:nth-of-type(1) {
    display: none;
  }

  #additive .sec1_content .right {
    width: 100%;
    max-width: unset;
  }

  #additive .sec1_content .right h3 {
    text-align: center;
  }

  #additive .sec4_content .right ul li div span {
    font-size: 1rem;
  }

  #additive .sec5_content {
    flex-direction: column-reverse;
    gap: 2rem;
  }

  #additive .sec5_content .left {
    width: 100%;
    text-align: center;
  }

  #additive .sec5_content .left ul {
    gap: 0.8rem;
  }

  #additive .sec5_content .right {
    width: 50%;
  }

  #coffee .sec2_content ul {
    gap: 0.8rem;
  }
  #plant
    > div.mainContent
    > section.sec10
    > div.accordion
    > div.accordion_body.active
    > div.imgsgroup
    > .titletwocol
    > h2 {
    display: none !important;
  }
  #plant
    > div.mainContent
    > section.sec10
    > div.accordion.cherry
    > div.accordion_body.active
    > div.cherrybotcont
    > div.left {
    width: 100% !important;
  }
  #plant
    > div.mainContent
    > section.sec10
    > div.accordion.cherry
    > div.accordion_body.active
    > div.cherrybotcont
    > div.right {
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  #plant
    > div.mainContent
    > section.sec10
    > div.accordion.apple
    > div.accordion_body.active
    > div.middle
    > div.imgs
    > div
    > p {
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 20px;
    color: #686868;
    text-align: center;
  }
  #plant .sec10 .accordion .accordion_body {
    padding: 0 12px;
  }
  #plant .sec10 .accordion .accordion_body .bottom .context h2 {
    font-size: 20px !important;
    line-height: 24px !important;
  }
  #plant
    > div.mainContent
    > section.sec10
    > div.accordion.orange
    > div.accordion_body.active
    > div.chart
    > h2 {
    font-size: 16px !important;
    line-height: 20px !important;
  }
  #plant
    > div.mainContent
    > section.sec10
    > div.accordion.cherry
    > div.accordion_body.active
    > div.top
    > div
    > div {
    justify-content: center;
  }
  #plant
    > div.mainContent
    > section.sec10
    > div.accordion
    > div.accordion_body.active
    > div.imgsgroup
    > h2 {
    font-size: 16px !important;
    line-height: 20px !important;
  }
  #plant
    > div.mainContent
    > section.sec10
    > div.accordion
    > div.accordion_body.active
    > div.imgsgroup
    > div.imgsrow
    > div.img
    > p {
    font-size: 16px !important;
    line-height: 20px !important;
    text-align: center !important;
  }
  #plant
    > div.mainContent
    > section.sec10
    > div.accordion
    > div.accordion_body.active
    > div.imgsgroup
    > .titletwocol
    > h2 {
    font-size: 16px !important;
    line-height: 20px !important;
  }
  #plant
    > div.mainContent
    > section.sec10
    > div.accordion
    > div.accordion_body.active
    > div.imgsgroup
    > div.imgsrow {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  #plant
    > div.mainContent
    > section.sec10
    > div.accordion.grape
    > div.accordion_body.active
    > h2 {
    font-size: 16px !important;
    line-height: 20px !important;
  }
  #plant .sec2 .sec2_bottom p {
    line-height: 4rem;
  }
  #plant .sec8_content .box_a ul li span {
    font-size: 16px;
    line-height: 20px;
  }
  .mainContent.fermented .content .bottom p {
    font-size: 16px;
    line-height: 20px;
  }
  #plant .sec10 .accordion .accordion_title h2 {
    font-size: 16px;
    line-height: 20px;
  }
  #additive .sec1_content .right h3 {
    font-size: 24px;
    line-height: 28px;
  }
  #additive .sec1_content .right ul li p {
    font-size: 16px;
    line-height: 20px;
  }
  #additive .sec1_content .right ul {
    gap: 1rem;
  }
  #additive .sec2 .img_box h4 {
    font-size: 24px;
    line-height: 28px;
  }
  #additive .sec5_content .left ul li {
    font-size: 16px;
    line-height: 20px;
  }
  #coffee .sec1_content .right h3 {
    font-size: 24px;
    line-height: 28px;
  }
  #coffee .sec1_content .right ul li p {
    font-size: 16px;
    line-height: 20px;
  }
  #coffee .sec2_content ul li {
    font-size: 16px;
    line-height: 20px;
  }
  #coffee .sec3_content .left > ul > li div span {
    font-size: 24px;
    line-height: 28px;
  }
  #coffee .sec3_content .left > ul > li > ul > li {
    font-size: 16px;
    line-height: 20px;
  }
  #plant .sec10 .accordion .accordion_body .top {
    flex-direction: column;
  }
  #plant .sec10 .accordion .accordion_body .middle {
    flex-direction: column;
    padding-left: 0rem;
    padding-right: 0rem;
  }
  #plant .sec10 .accordion .accordion_body .middle .imgs {
    width: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  #plant .sec10 .accordion .accordion_body .middle .context {
    width: 100%;
  }
  #plant .sec10 .accordion .accordion_body .bottom {
    flex-direction: column;
  }
  #plant .sec10 .accordion .accordion_body .bottom .imgs {
    width: 100%;
  }
  #plant .sec10 .accordion .accordion_body .bottom .context {
    width: 100%;
  }
  #plant .sec10 .accordion .accordion_body .top p {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    padding: 0;
  }
  #plant .sec10 .accordion .accordion_body .middle .context p {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    padding-right: 0;
    margin-bottom: 12px;
  }
  #plant .sec10 .accordion .accordion_body .bottom .context p {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }
  #plant .sec10 .accordion .accordion_body .middle .context h2 {
    margin-bottom: 12px;
  }
  #plant .sec10 .accordion .accordion_body .middle .context h2 {
    line-height: 28px;
    text-align: center;
  }
  #plant .sec10 .accordion .accordion_body .bottom {
    padding-left: 0px;
    padding-right: 0px;
  }
  #plant .sec10 .accordion .accordion_body .bottom .context p {
    padding-right: 0px;
    margin-bottom: 12px;
  }
  #plant .sec10 .accordion .accordion_body .bottom .context h2 {
    margin-bottom: 12px;
    line-height: 28px;
  }
  #plant .sec6 .flex_box div .detail p {
    font-size: 16px;
    line-height: 20px;
  }
  .mainContent section {
    margin-bottom: 80px;
  }
  .txt_box p {
    font-size: 16px;
    line-height: 20px;
  }
  #plant .sec3 .grid_box figure figcaption {
    font-size: 24px;
    line-height: 28px;
  }
  #plant .sec1 .sec1_top .top_right h3 {
    font-size: 24px;
    line-height: 28px;
  }
  #plant .sec7_wrap .sec7_right .img_box figure figcaption {
    font-size: 20px;
    line-height: 24px;
  }
  #plant .sec8_content > div h4 {
    font-size: 24px;
    line-height: 28px;
  }
  #plant .sec8_content > div p {
    font-size: 16px;
    line-height: 20px;
  }
  #plant .sec1 .sec1_top .top_right ul li p {
    font-size: 16px;
    line-height: 20px;
  }
  #plant .sec9_bottom .right ul li {
    font-size: 16px;
    line-height: 20px;
  }
  #plant .sec1 .sec1_bottom .card h4 {
    font-size: 24px;
    line-height: 28px;
  }
  #plant .sec1 .sec1_bottom .card p {
    font-size: 16px;
    line-height: 20px;
  }
  .list_box ul li p {
    font-size: 16px;
    line-height: 20px;
  }
  #plant .sec2 .sec2_bottom div figure svg {
    width: 100%;
  }
  #plant .sec2 .sec2_bottom div figure figcaption {
    font-size: 24px;
    line-height: 28px;
  }
  #plant .sec2 .sec2_bottom div {
    flex-wrap: wrap;
    gap: 20px;
  }

  #plant .mainContent .sec3 .grid_box figure div img {
    width: 100%;
  }

  #plant .mainContent .sec3 .grid_box figure div img:nth-of-type(2) {
    display: none;
  }

  #plant .sec4 .flex_box,
  #plant .sec5 .flex_box {
    flex-direction: column-reverse;
  }

  #plant .sec4 .flex_box .left,
  #plant .sec5 .flex_box .left,
  #plant .sec4 .flex_box .right,
  #plant .sec5 .flex_box .right {
    width: 100%;
    max-width: unset;
  }

  #plant .sec4 .flex_box > div,
  #plant .sec5 .flex_box > div {
    flex-direction: row;
    gap: unset;
    justify-content: space-between;
  }

  #plant .sec4 .flex_box .left img,
  #plant .sec5 .flex_box .left img {
    width: 48%;
  }

  #plant .sec4 .flex_box .right img,
  #plant .sec5 .flex_box .right img {
    width: 100%;
  }

  #plant .sec6 .flex_box {
    flex-wrap: wrap;
  }

  #plant .sec6 .flex_box > div {
    width: 48%;
    gap: 8px;
    margin-bottom: 20px;
  }

  #plant .sec7_wrap .sec7_right .img_box {
    grid-template-columns: repeat(2, 48%);
    row-gap: 0.8em;
  }

  #additive .mainContent .sec2 .img_box div {
    flex-direction: column;
    gap: 20px;
  }

  #additive .sec2 .img_box div figure {
    width: 100%;
    max-width: unset;
  }

  #additive .sec4_content .right ul li {
    flex-direction: column;
    width: 100%;
  }

  #additive .sec4_content .right ul li:first-of-type div,
  #additive .sec4_content .right ul li:last-of-type div {
    padding: 20px 0;
  }

  #coffee .sec1_content .left {
    width: 50%;
  }

  #coffee .mainContent .sec2_content ul {
    flex-direction: column;
    gap: 0.5rem;
  }

  #coffee .mainContent .sec2_content ul div img {
    transform: rotate(90deg);
  }
  #plant .sec10 .accordion .accordion_body .middle .context h2 {
    font-size: 20px !important;
    line-height: 24px !important;
  }
  #plant .sec10 .accordion .accordion_body .bottom .context h2 {
    text-align: center;
  }
  #plant
    > div.mainContent
    > section.sec10
    > div.accordion.various
    > div.accordion_body.active
    > div
    > div.context
    > h3 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    text-align: center;
  }
}

@media (max-width: 500px) {
  .mainContent section.sec1 .t_img img {
    width: 70%;
  }
  #plant
    > div.mainContent
    > section.sec10
    > div.accordion.cherry
    > div.accordion_body.active
    > div.cherrybotcont
    > div.right
    > div.content
    > img {
    height: 200px;
  }
  #plant .sec10 .accordion .accordion_body .middle .imgs {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  #plant
    > div.mainContent
    > section.sec10
    > div.accordion
    > div.accordion_body.active
    > div.imgsgroup
    > div.imgsrow {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  #plant
    > div.mainContent
    > section.sec10
    > div.accordion.cherry
    > div.accordion_body.active
    > div.cherrybotcont
    > div.left
    > div.content
    > img {
    height: unset !important;
    aspect-ratio: 1 / 1 !important;
  }
  #plant
    > div.mainContent
    > section.sec10
    > div.accordion.cherry
    > div.accordion_body.active
    > div.cherrybotcont
    > div.right
    > div.content
    > img {
    height: unset !important;
    aspect-ratio: 1 / 1 !important;
  }
  #plant
    > div.mainContent
    > section.sec10
    > div.accordion
    > div.accordion_body.active
    > div.imgsgroup
    > div.imgsrow
    > div.img
    > img {
    height: 200px !important;
  }

  #plant
    > div.mainContent
    > section.sec10
    > div.accordion.cherry
    > div.accordion_body.active
    > div.cherrybotcont
    > div.left
    > div.content {
    width: 100% !important;
  }
  #plant
    > div.mainContent
    > section.sec10
    > div.accordion.cherry
    > div.accordion_body.active
    > div.cherrybotcont
    > div.right
    > div.content {
    width: 100% !important;
  }
  #plant
    > div.mainContent
    > section.sec10
    > div.accordion.orange
    > div.accordion_body.active
    > div.chart {
    width: 100% !important;
  }
  #plant
    > div.mainContent
    > section.sec10
    > div.accordion.various
    > div.accordion_body.active
    > div.bottom
    > div.imgs
    > div
    > p {
    text-align: center;
  }
  #plant
    > div.mainContent
    > section.sec10
    > div.accordion.grape
    > div.accordion_body.active
    > h2 {
    padding-left: 0px !important;
    padding-right: 0px !important;
    text-align: center;
  }
  .mainContent section.sec1 .t_img {
    padding-top: 80px;
  }
  #plant .sec1 .sec1_top .top_right ul {
    margin-bottom: 48px;
  }
  .mainContent {
    margin: 0 auto;
  }

  #plant .mainContent .sec1 {
    width: 100%;
    gap: 0;
  }

  #plant .mainContent .sec1 .sec1_top {
    width: 100%;
    flex-direction: column;
  }

  #plant .mainContent .sec1 .sec1_top .top_left {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  #plant .mainContent .sec1 .sec1_top .top_left img {
    width: 50%;
  }

  #plant .mainContent .sec1 .sec1_top .top_right {
    width: 100%;
  }

  #plant .mainContent .sec1 .sec1_top .top_right h3 {
    width: 100%;
    margin-top: 48px;
  }

  #plant .mainContent .sec1 .sec1_bottom.flex_box {
    flex-direction: column;
  }

  #plant .mainContent .sec1 .sec1_bottom.flex_box .card {
    width: 100%;
  }

  #plant .mainContent .sec2 .sec2_bottom div {
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  #plant .mainContent .sec2 .title.mb_60 h3 {
    width: 100%;
    padding: 0;
    font-size: 22px;
  }

  #plant .mainContent .sec3 .grid_box {
    grid-template-columns: 1fr;
  }

  #plant .mainContent .sec6 .flex_box {
    flex-direction: column;
  }

  #plant .mainContent .sec6 .flex_box .card {
    width: 100%;
  }

  #plant .mainContent .sec7_wrap.flex_box {
    padding: 0;
    width: 100%;
    flex-direction: column;
  }

  #plant .mainContent .sec7_wrap.flex_box .sec7_left {
    width: 100%;
  }

  #plant .mainContent .sec7_wrap.flex_box .sec7_right {
    width: 100%;
  }

  #plant .mainContent .sec8 {
    gap: 0px;
  }

  #additive .mainContent .sec1 {
    gap: 0;
  }

  #additive .mainContent .sec1 .sec1_content {
    flex-direction: column;
    width: 100%;
  }

  #additive .mainContent .sec1 .sec1_content .left {
    width: 100%;
  }

  #additive .mainContent .sec1 .sec1_content .left img {
    flex-direction: column;
    width: 50%;
  }

  #additive .mainContent .sec1 .sec1_content .right {
    width: 100%;
    padding: 0 30px;
  }

  #additive .mainContent .sec1 .sec1_content .right h3 {
    margin: 48px 0;
    margin-bottom: 30px;
    text-align: center;
  }

  #additive .mainContent .sec4 {
    gap: 0;
  }

  #additive .mainContent .sec5 {
    gap: 0;
  }

  #additive .mainContent .sec6 {
    gap: 0;
  }

  #coffee .mainContent .sec1 {
    gap: 0px;
  }
  #plant .sec1 .sec1_top {
    gap: 0px;
  }
  .txt_box {
    gap: 30px;
  }
  .mainContent .title.mb_60 {
    margin-bottom: 30px;
  }
  #additive .sec1_content {
    gap: 0px;
  }
  #coffee .sec1_content .right h3 {
    margin-bottom: 30px;
  }
  #plant .sec1 .sec1_top .top_right h3 {
    margin-bottom: 30px;
  }
  .mainContent section {
    margin-bottom: 30px;
  }
}

#plant
  > div.mainContent
  > section.sec10
  > div.accordion
  > div.accordion_body.active
  > div.imgsgroup {
  width: 100%;
  text-align: center;
}

#plant
  > div.mainContent
  > section.sec10
  > div.accordion
  > div.accordion_body.active
  > div.imgsgroup.three
  > div.imgsrow {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 28px;
}
#plant
  > div.mainContent
  > section.sec10
  > div.accordion
  > div.accordion_body.active
  > div.imgsgroup
  > div.imgsrow {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 28px;
}

#plant
  > div.mainContent
  > section.sec10
  > div.accordion
  > div.accordion_body.active
  > div.imgsgroup
  > h2 {
  margin-bottom: 12px;
  font-size: 1.25rem;
  line-height: 1.5em;
  color: #686868;
}
#plant
  > div.mainContent
  > section.sec10
  > div.accordion
  > div.accordion_body.active
  > div.imgsgroup
  > div.imgsrow
  > div.img {
  width: 100%;
  height: 100%;
}
#plant
  > div.mainContent
  > section.sec10
  > div.accordion
  > div.accordion_body.active
  > div.imgsgroup
  > div.imgsrow
  > div.img
  > img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}
#plant
  > div.mainContent
  > section.sec10
  > div.accordion
  > div.accordion_body.active
  > div.imgsgroup
  > div.imgsrow
  > div.img
  > p {
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 1.25rem;
  line-height: 1.25em;
  color: #686868;
}
#plant
  > div.mainContent
  > section.sec10
  > div.accordion
  > div.accordion_body.active
  > div.imgsgroup
  > div.left {
  width: 50%;
  display: flex;
  gap: 20px;
}
#plant
  > div.mainContent
  > section.sec10
  > div.accordion
  > div.accordion_body.active
  > div.imgsgroup
  > div.right {
  width: 50%;
  display: flex;
  gap: 20px;
}
#plant
  > div.mainContent
  > section.sec10
  > div.accordion
  > div.accordion_body.active
  > div.imgsgroup
  > div.right
  > div.img {
  width: 100%;
  height: 100%;
}
#plant
  > div.mainContent
  > section.sec10
  > div.accordion
  > div.accordion_body.active
  > div.imgsgroup
  > div.left
  > div.img
  > img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}

#plant
  > div.mainContent
  > section.sec10
  > div.accordion
  > div.accordion_body.active
  > div.imgsgroup
  > div.right
  > div.img
  > img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}
#plant
  > div.mainContent
  > section.sec10
  > div.accordion
  > div.accordion_body.active
  > div.imgsgroup
  > .titletwocol {
  width: 100%;
  display: flex;
}
#plant
  > div.mainContent
  > section.sec10
  > div.accordion
  > div.accordion_body.active
  > div.imgsgroup
  > .titletwocol
  > h2 {
  width: 50%;
  text-align: center;
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 1.25rem;
  line-height: 1.25em;
  color: #686868;
}
#plant
  > div.mainContent
  > section.sec10
  > div.accordion.grape
  > div.accordion_body.active
  > h2 {
  font-size: 1.25rem;
  line-height: 1.25em;
  color: #686868;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 60px;
}
#plant
  > div.mainContent
  > section.sec10
  > div.accordion.cherry
  > div.accordion_body.active
  > div.top
  > div
  > div {
  display: flex;
  flex-wrap: wrap;
}
#plant
  > div.mainContent
  > section.sec10
  > div.accordion.cherry
  > div.accordion_body.active
  > div.bottom {
  align-items: center;
}
#plant
  > div.mainContent
  > section.sec10
  > div.accordion.cherry
  > div.accordion_body.active
  > div.cherrybotcont {
  width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 60px;
}
#plant
  > div.mainContent
  > section.sec10
  > div.accordion.cherry
  > div.accordion_body.active
  > div.cherrybotcont
  > div.left {
  width: 40%;
  display: flex;
  flex-wrap: wrap;
}
#plant
  > div.mainContent
  > section.sec10
  > div.accordion.cherry
  > div.accordion_body.active
  > div.cherrybotcont
  > div.left
  > div.content {
  width: 50%;
  height: 350px;
  padding: 10px;
}
#plant
  > div.mainContent
  > section.sec10
  > div.accordion.cherry
  > div.accordion_body.active
  > div.cherrybotcont
  > div.left
  > div.content
  > img {
  height: 320px;
}
#plant
  > div.mainContent
  > section.sec10
  > div.accordion.cherry
  > div.accordion_body.active
  > div.cherrybotcont
  > div.left
  > div.content
  > p {
  text-align: center;
}
#plant
  > div.mainContent
  > section.sec10
  > div.accordion.cherry
  > div.accordion_body.active
  > div.cherrybotcont
  > div.left
  > div.content:nth-child(3) {
  width: 100%;
}
#plant
  > div.mainContent
  > section.sec10
  > div.accordion.cherry
  > div.accordion_body.active
  > div.cherrybotcont
  > div.left
  > div.content
  > img {
  width: 100%;
}
#plant
  > div.mainContent
  > section.sec10
  > div.accordion.cherry
  > div.accordion_body.active
  > div.cherrybotcont
  > div.right {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
}
#plant
  > div.mainContent
  > section.sec10
  > div.accordion.cherry
  > div.accordion_body.active
  > div.cherrybotcont
  > div.right
  > div.content {
  width: 50%;
  height: 350px;
  padding: 10px;
}
#plant
  > div.mainContent
  > section.sec10
  > div.accordion.cherry
  > div.accordion_body.active
  > div.cherrybotcont
  > div.right
  > div.content
  > p {
  text-align: center;
}
#plant
  > div.mainContent
  > section.sec10
  > div.accordion.cherry
  > div.accordion_body.active
  > div.cherrybotcont
  > div.right
  > div.content
  > img {
  width: 100%;
}
#plant
  > div.mainContent
  > section.sec10
  > div.accordion.cherry
  > div.accordion_body.active
  > div.cherrybotcont
  > div.right
  > div.content
  > img {
  height: 320px;
  object-fit: fill;
}
#plant
  > div.mainContent
  > section.sec10
  > div.accordion.orange
  > div.accordion_body.active
  > div.middle
  > div.context
  > h2 {
  margin-bottom: 12px;
}
#plant
  > div.mainContent
  > section.sec10
  > div.accordion.orange
  > div.accordion_body.active
  > div.middle
  > div.context
  > p {
  margin-bottom: 24px;
}
#plant
  > div.mainContent
  > section.sec10
  > div.accordion.orange
  > div.accordion_body.active
  > div.bottom
  > div.imgs {
  display: flex;
  gap: 20px;
}
#plant
  > div.mainContent
  > section.sec10
  > div.accordion.orange
  > div.accordion_body.active
  > div.bottom
  > div.imgs
  > img {
  width: 50%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

#plant
  > div.mainContent
  > section.sec10
  > div.accordion.orange
  > div.accordion_body.active
  > div.chart {
  width: 60%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
#plant
  > div.mainContent
  > section.sec10
  > div.accordion.orange
  > div.accordion_body.active
  > div.chart
  > h2 {
  padding-right: 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5em;
  color: #686868;
  padding-bottom: 60px;
}
#plant
  > div.mainContent
  > section.sec10
  > div.accordion.various
  > div.accordion_body.active
  > div.bottom
  > div.imgs
  > img {
  width: 50%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
#plant
  > div.mainContent
  > section.sec10
  > div.accordion.various
  > div.accordion_body.active
  > div.bottom
  > div.imgs {
  display: flex;
  gap: 20px;
}
#plant
  > div.mainContent
  > section.sec10
  > div.accordion.various
  > div.accordion_body.active
  > div
  > div.imgs
  > div
  > img {
  aspect-ratio: 1 / 1;
}
#plant
  > div.mainContent
  > section.sec10
  > div.accordion.various
  > div.accordion_body.active
  > div
  > div.context
  > h2 {
  margin-bottom: 12px;
}
