/* #content */
#content {color: #29203B;}
.img_box img {width: 100%; border-radius: 16px;}
.img_box video {width: 100%; height: 100%; object-fit: cover; border-radius: 16px;}

section .more_btn {display: inline-block; font-weight: 500; font-size: 24px; color: #8556E3; padding: 24px 36px; 
    border: 1px solid #8556E3; border-radius: 8px; box-sizing: border-box;}

section .main_title {letter-spacing: -0.02em; line-height: 56px; margin-bottom: 20px;}
section .sub_text {letter-spacing: -0.02em; margin-bottom: 1em;}
section .sub_text:last-of-type {margin-bottom: 0;}


.introduction .inner {padding: 0 16.66% 120px;}
.introduction .inner ul {display: flex; justify-content: space-between; align-items: center;}
.introduction .inner ul li {width: 48%;}

.herbal_medicine {background: #F5F5F5;}
.herbal_medicine .inner {padding: 120px 16.66%;}
.herbal_medicine .inner ul {display: flex; justify-content: space-between; align-items: center;}
.herbal_medicine .inner ul li {width: 48%;}

.daeat_order .inner {padding: 120px 16.66%;}
.daeat_order ol {display: grid; grid-template-columns: repeat(4, 1fr); gap: 2%;}
.daeat_order ol li {padding-top: 28px; position: relative;}
.daeat_order ol li::after {content: ''; display: block; width: 28px; height: 28px; background: url(../images/sub01_09_icon_arrow.png) center no-repeat; 
    background-size: contain; position: absolute; top: 50%; transform: translateY(-50%); right: -7%;}
.daeat_order ol li:last-child::after {display: none;}
.daeat_order ol li dl {text-align: center; font-weight: 700; letter-spacing: -0.04em; color: #8556E3;}
.daeat_order ol li dl dt {font-size: 16px; line-height: 20px; color: #2A1D39;}
.daeat_order ol li dl dd {font-size: 22px; line-height: 28px;}
.daeat_order ol li dl dd span {display: block; margin: 28px auto; width: 50%; padding-top : calc(96/96*50%);
    background-size: contain; background-position: center; background-repeat: no-repeat;}

.standard {background: #D4C4F5;}
.standard .inner {padding: 120px 16.66%;}
.standard .inner ul {display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; margin-top: 40px;}
.standard .inner ul li {background: #fff; border-radius: 16px; overflow: hidden;}
.standard .inner ul li .img_box img {border-radius: 16px 16px 0 0;}
.standard .inner ul li .text_box {text-align: center; padding: 40px 10%;}
.standard .inner ul li .text_box .purple {display: block; font-size: 32px; line-height: 32px; letter-spacing: -0.64px; margin-bottom: .5em;}
.standard .inner ul li .text_box p {font-size: 16px; font-weight: 300; line-height: 22px; letter-spacing: -0.32px;}

.banner_area {background: #F5F5F5;}
.banner_area .inner {padding: 0 16.66%;}
.banner_area .inner .main_title span {display: block;}
.banner_area .inner ul {display: flex; align-items: end; justify-content: space-between;}
.banner_area .inner ul li.text_box {padding: 120px 0;}
.banner_area .inner ul li.img_box {background: url(../images/sub01_09_img_model.png?v=0226) left bottom no-repeat; width: 40%; padding-top: 40%; background-size: contain;}


/* PC (해상도 1440px ~ 1540px) */
@media screen and (max-width:1540px) {
    .introduction .inner {padding: 0 12% 120px;}
    .herbal_medicine .inner {padding: 120px 12%;}
    .daeat_order .inner {padding: 120px 12%;}
    .standard .inner {padding: 120px 12%;}   
    .banner_area .inner {padding: 0 12%;}
}
/* PC (해상도 1058px ~ 1440px) */
@media screen and (max-width:1440px) {
    .introduction .inner {padding: 0 8% 120px;}
    .herbal_medicine .inner {padding: 120px 8%;}
    .daeat_order .inner {padding: 120px 8%;}
    .standard .inner {padding: 120px 8%;}   
    .banner_area .inner {padding: 0 8%;}
}
/* PC (해상도 1024px ~ 1058px) */
@media screen and (max-width:1058px) {
    .introduction .inner {padding: 0 6% 120px;}
    .herbal_medicine .inner {padding: 120px 6%;}
    .daeat_order .inner {padding: 120px 6%;}
    .standard .inner {padding: 120px 6%;}   
    .banner_area .inner {padding: 0 6%;}
}


/* 태블릿 (해상도 769px ~ 1024px) */
@media screen and (max-width:1024px) {
    /* content */
    section .main_title {font-size: 28px; margin-bottom: 12px; line-height: 36px;}
    section .sub_text {font-size: 14px; line-height: 20px;}
    section .more_btn {font-size: 18px; padding: 22px 36px;}

    .introduction .inner {padding: 0 5% 80px;}

    .herbal_medicine .inner {padding: 80px 5%;}
    .herbal_medicine .inner .main_title span {display: block;}

    .daeat_order .inner {padding: 80px 5%;}
    .daeat_order ol li::after {width: 14px; height: 14px; transform: translateY(0);}
    .daeat_order ol li dl dt {font-size: 12px; line-height: 18px;}
    .daeat_order ol li dl dd {font-size: 16px; line-height: 20px;}
    .daeat_order ol li dl dd span {padding-top : calc(64/64*50%);}

    .standard .inner {padding: 80px 5%;}
    .standard .inner .main_title i {display: block;}
    .standard .inner ul {grid-template-columns: repeat(1, 1fr); gap: 16px;}
    .standard .inner ul li {display: flex;}
    .standard .inner ul li:nth-child(2n) {flex-direction: row-reverse;}
    .standard .inner ul li > div {width: 50%; box-sizing: border-box;}
    .standard .inner ul li .img_box img {border-radius: 16px 0 0 16px; height: 100%; object-fit: cover;}
    .standard .inner ul li:nth-child(2n) .img_box img {border-radius: 0 16px 16px 0;}
    .standard .inner ul li .text_box {text-align: justify; padding: 32px 5%;}
    .standard .inner ul li .text_box .purple {font-size: 18px; line-height: 26px; letter-spacing: -0.36px; margin-bottom: .8em;}
    .standard .inner ul li .text_box p {font-size: 14px; line-height: 20px; letter-spacing: -0.28px;}

    .banner_area .inner {padding: 0 5%;}
    .banner_area .inner ul {align-items: center;}
    .banner_area .inner ul li.text_box {padding: 88px 0;}
    .banner_area .inner ul li.text_box .main_title {margin-bottom: 24px;}
    .banner_area .inner ul li.img_box {width: 50%; padding-top: 50%;}
}

/* 모바일 가로, 모바일 세로 (해상도 375px ~ 768px)*/
@media screen and (max-width:768px) {
    .wrap { min-width: 375px; }
    /* content */
    section .more_btn {font-size: 14px; padding: 18px 28px;}

    .introduction .inner {padding: 60px 5%;}
    .introduction .inner .sub_text span {display: inline;}
    .introduction .inner .sub_text i {display: block;}
    .introduction .inner ul {flex-direction: column;}
    .introduction .inner ul li {width: 100%;}
    .introduction .inner ul .img_box {margin-top: 16px;}
    .introduction .inner ul li img {border-radius: 8px;}

    .herbal_medicine .inner {padding: 60px 5%;}
    .herbal_medicine .inner ul {flex-direction: column-reverse;}
    .herbal_medicine .inner ul li {width: 100%;}
    .herbal_medicine .inner ul .img_box {margin-top: 16px;}
    .herbal_medicine .inner ul li img {border-radius: 8px;}

    .daeat_order .inner {padding: 60px 5%;}
    .daeat_order .main_title span {display: block;}
    .daeat_order .sub_text i {display: block;}
    .daeat_order ol {grid-template-columns: repeat(2, 1fr); gap: 16px;}
    .daeat_order ol li::after {display: none;}
    .daeat_order ol li dl dt {line-height: 16px;}
    .daeat_order ol li dl dd {font-size: 18px; line-height: 24px;}
    .daeat_order ol li dl dd span {padding-top : calc(96/96*50%);}

    .standard .inner {padding: 60px 5%;}
    .standard .inner .sub_text span {display: inline;}
    .standard .inner .sub_text i {display: block;}
    .standard .inner ul li {flex-direction: column-reverse; border-radius: 8px;}
    .standard .inner ul li:nth-child(2n) {flex-direction: column-reverse;}
    .standard .inner ul li > div {width: 100%;}
    .standard .inner ul li .img_box img {border-radius: 0 0 8px 8px;}
    .standard .inner ul li:nth-child(2n) .img_box img {border-radius: 0 0 8px 8px;}
    .standard .inner ul li .text_box {padding: 30px 5%;}
    .standard .inner ul li .text_box .purple {font-size: 22px; line-height: 32px; letter-spacing: -0.44px; margin-bottom: .2em;}

    .banner_area .inner ul {align-items: center; flex-direction: column;}
    .banner_area .inner ul li {width: 100%; text-align: center;}
    .banner_area .inner ul li.text_box {padding: 60px 0 24px;}
    .banner_area .inner ul li.img_box {width: 100%; padding-top: 100%;}
}
