/* #content */
section .more_btn {display: inline-block; margin-top: 24px; font-weight: 700; padding: 25px; 
    border: 2px solid #D0CBF1; border-radius: 8px; box-sizing: border-box;}

.carbohydrate .inner {padding: 0 16.66% 120px;}
.carbohydrate .inner ul {display: flex; justify-content: space-between; align-items: flex-start;}
.carbohydrate .inner ul li {width: 48%;}
.carbohydrate .inner ul li:last-child img {width: 100%; height: 100%; object-fit: cover; border-radius: 16px;}


.control {background: #F4F3F7;}
.control .inner {padding: 0 16.66%;}
.control .inner ul {display: flex; justify-content: space-between;}
.control .inner ul .img_box {width: 52%; background-image: url(../images/sub01_04_img02.png); background-position: bottom center; background-repeat: no-repeat; background-size: 100% auto;}
.control .inner ul .text_box {width: 48%; padding: 120px 0 179px;}


.ketone .inner {padding: 120px 16.66%;}
.ketone .inner .img_box {margin-top: 78px;}
.ketone .inner .img_box img {width: 100%;}


.healthy {background: rgba(199, 174, 255, 0.3);}
.healthy .inner {padding: 120px 16.66%;}
.healthy .inner ul {display: flex; gap: 40px; margin-top: 78px;}
.healthy .inner ul li {width: 50%;}
.healthy .inner ul li .img_box {width: 100%; padding-top: calc(300/620*100%); background-size: contain; background-repeat: no-repeat; background-position: center;
    border-radius: 16px 16px 0 0; overflow: hidden;}
.healthy .inner ul li:nth-child(1) .img_box {background-image: url(../images/sub01_04_img04.png);}
.healthy .inner ul li:nth-child(2) .img_box {background-image: url(../images/sub01_04_img05.png);}
.healthy .inner ul li dl {background: #fff; padding: 35px 0; text-align: center; border-radius: 0 0 16px 16px;}
.healthy .inner ul li dl dt {color: #7435FF; font-weight: 500; font-size: 26px; margin-bottom: 25px;}
.healthy .inner ul li dl dd {font-weight: 300; font-size: 16px; line-height: 24px;}
.healthy .inner ul li dl dd span {display: block;}
.healthy .inner ul li dl dd strong {display: block; font-weight: 500; font-size: 20px; line-height: 28px;}
.healthy .inner ul li .purple {color: #7435FF; font-size: 16px; font-family: 'Inter';}


.research .inner {padding: 120px 16.66%;}
.research .inner ul {display: flex; align-items: center; justify-content: space-between;}
.research .inner ul li {width: 48%;}
.research .inner ul .img_box {padding-top: calc(494/527*48%); background: url(../images/sub01_04_img06.png) no-repeat; background-size: contain;}
.research .inner .video_box {width: 100%; height: 0; padding-top: calc(720/1280*100%); position: relative; z-index: 50;}


.banner01 {background: #F4F3F7;}
.banner01 .inner {padding: 120px 0 152px 16.66%; position: relative;}
.banner01 .inner::after {content: ''; display: block; background: url(../images/sub01_04_img07.png?v=20250516) no-repeat;
    width: 74%; padding-top: calc(442/1393*74%); background-size: contain; position: absolute; bottom: 10%; right: 0;}
.banner01 .inner .text_box {position: relative; z-index: 10;}
.banner01 .inner .more_btn {background: #F4F3F7;}
.banner01 .inner .bg {display: none;}


.banner02 {background: #7435FF;}
.banner02 .main_title {color: #FFFFFF;}
.banner02 .main_title span {color: #4ADE80;}
.banner02 .sub_text {color: #FFFFFF;}
.banner02 .inner {padding: 120px 16.66%;}
.banner02 .inner ul {display: flex; justify-content: space-between;}
.banner02 .inner ul li {width: 48%;}
.banner02 .inner ul .img_box {position: relative;}
.banner02 .inner ul .img_box::before {content: ''; display: block; width: 100%; padding-top: calc(532/542*100%); 
    background: url(../images/sub01_04_img08.png) center no-repeat; background-size: cover; position: absolute; bottom: -120px; left: 0; z-index: 10;}


.banner03 {background: #FDEBE0; }
.banner03 .inner {padding: 120px 16.66%;}
.banner03 .inner ul {display: flex; justify-content: space-between;}
.banner03 .inner ul li {width: 50%;}
.banner03 .inner ul li .main_title {color: #F1B793; margin-bottom: 0;}
.banner03 .inner ul li .main_title span {display: block; color: #F1B793; font-family: 'Inter'; font-weight: 700; font-size: 16px; margin-bottom: 11px; letter-spacing: 0;}
.banner03 .inner ul li .main_title i {font-style: normal;}
.banner03 .inner ul li .main_title i:nth-of-type(1) {display: inline;}
.banner03 .inner ul li .main_title i:nth-of-type(2) {display: inline;}
.banner03 .inner ul li .main_title i:nth-of-type(3) {display: block;}
.banner03 .inner ul li .more_btn {background: #fff;}
.banner03 .inner ul .img_box {position: relative;}
.banner03 .inner ul .img_box::after {content: ''; display: block; width: 70%; padding-top: calc(470/429*70%); 
    background: url(../images/sub01_04_img09.png) center no-repeat; background-size: contain; position: absolute; bottom: -120px; right: 0;}



/* PC (해상도 1440px ~ 1540px) */
@media screen and (max-width:1540px) {
    .carbohydrate .inner {padding: 0 12% 120px;}
    .control .inner {padding: 0 12%;}
    .ketone .inner {padding: 120px 12%;}
    .healthy .inner {padding: 120px 12%;}
    .research .inner {padding: 120px 12%;}
    .banner01 .inner {padding: 120px 0 152px 12%;}
    .banner01 .inner::after {width: 78%; padding-top: calc(442/1393*78%); bottom: 15%;}
    .banner02 .inner {padding: 120px 12%;}
    .banner03 .inner {padding: 120px 12%;}

}
/* PC (해상도 1058px ~ 1440px) */
@media screen and (max-width:1440px) {
    .carbohydrate .inner {padding: 0 8% 120px;}
    .control .inner {padding: 0 8%;}
    .ketone .inner {padding: 120px 8%;}
    .healthy .inner {padding: 120px 8%;}
    .research .inner {padding: 120px 8%;}
    .banner01 .inner {padding: 120px 0 152px 8%;}
    .banner02 .inner {padding: 120px 8%;}
    .banner03 .inner {padding: 120px 8%;}

}
/* PC (해상도 1024px ~ 1058px) */
@media screen and (max-width:1058px) {
    .carbohydrate .inner {padding: 0 6% 120px;}
    .control .inner {padding: 0 6%;}
    .ketone .inner {padding: 120px 6%;}
    .healthy .inner {padding: 120px 6%;}
    .research .inner {padding: 120px 6%;}
    .banner01 .inner {padding: 120px 0 152px 6%;}
    .banner02 .inner {padding: 120px 6%;}
    .banner03 .inner {padding: 120px 6%;}

}


/* 태블릿 (해상도 769px ~ 1024px) */
@media screen and (max-width:1024px) {
    /* content */
    section .main_title {font-size: 28px; margin-bottom: 16px;}
    section .main_title i {display: block;}
    section .sub_text {font-size: 14px; line-height: 20px;}
    section .more_btn {margin-top: 20px; padding: 17px 20px; border: 1.5px solid #D0CBF1;}

    .carbohydrate .inner {padding: 0 5% 120px;}
    .carbohydrate .inner ul {align-items: center;}


    .control .inner {padding: 0 5% 0 0;}
    .control .inner ul .text_box {width: 50%; padding: 80px 0 60px;}


    .ketone .inner {padding: 80px 5%;}
    .ketone .inner .img_box {margin-top: 26px;}


    .healthy .inner {padding: 80px 5%;}
    .healthy .inner ul {gap: 21px; margin-top: 45px;}
    .healthy .inner ul li dl {padding: 15px 0;}
    .healthy .inner ul li dl dt {font-size: 18px; margin-bottom: 15px;}
    .healthy .inner ul li dl dd {font-size: 14px; line-height: 22px;}
    .healthy .inner ul li dl dd strong {font-size: 16px; line-height: 24px;}
    .healthy .inner ul li .purple {font-size: 16px;}

    .research .inner {padding: 80px 5%;}


    .banner01 .inner {padding: 80px 0 80px 5%;}


    .banner02 .inner {padding: 80px 5%;}
    .banner02 .inner ul .img_box::before {bottom: -80px;}


    .banner03 .inner {padding: 120px 5%;}
    .banner03 .inner ul .img_box::after {content: ''; display: block; width: 80%; padding-top: calc(470/429*80%); 
        background: url(../images/sub01_04_img09.png) center no-repeat; background-size: contain; position: absolute; bottom: -120px; right: 0;}

}

/* 모바일 가로, 모바일 세로 (해상도 375px ~ 768px)*/
@media screen and (max-width:768px) {
    #wrap { min-width: 375px; }
    /* content */
    section .main_title {line-height: 36px;}
    section .main_title i {display: block;}
    section .sub_text span {display: inline;}
    section .more_btn {padding: 8px 10px; border: 1px solid #D0CBF1; border-radius: 4px;}

    .carbohydrate .inner {padding: 60px 5%;}
    .carbohydrate .inner ul {flex-direction: column;}
    .carbohydrate .inner ul li {width: 100%;}
    .carbohydrate .inner ul li:last-child img {border-radius: 8px; margin-top: 16px;}


    .control .inner {padding: 0;}
    .control .inner ul {flex-direction: column-reverse;}
    .control .inner ul .img_box {width: 100%; min-height: 281px; background-image: url(../images/sub01_04_img02_mo.png); background-size: contain;}
    .control .inner ul .text_box {width: 100%; padding: 60px 5% 21px; box-sizing: border-box;}


    .ketone .inner {padding: 60px 5%;}
    .ketone .inner .img_box {margin-top: 9px;}


    .healthy .inner {padding: 60px 5%;}
    .healthy .inner ul {gap: 16px; margin-top: 20px; flex-direction: column;}
    .healthy .inner ul li {width: 100%;}
    .healthy .inner ul li dl {padding: 18px 0;}
    .healthy .inner ul li dl dt {margin-bottom: 15px;}
    .healthy .inner ul li dl dd {font-size: 12px; line-height: 18px;}


    .research .inner {padding: 60px 5%;}
    .research .inner ul {flex-direction: column; position: relative; margin-bottom: 122px;}
    .research .inner ul li {width: 100%;}
    .research .inner ul .img_box {bottom: 188px; width: 70%; padding-top: calc(494/527*70%); position: absolute; bottom: -122px; right: -5%;}
    .research .inner .sub_text span {display: block;}


    .banner01 .inner {padding: 60px 0 0 5%;}
    .banner01 .inner::after {display: none;}
    .banner01 .inner .text_box {position: relative; z-index: 30;}
    .banner01 .inner .text_box::after {content: ''; display: block; background: url(../images/sub01_04_img07_mo.png) no-repeat; 
        width: 90%; padding-top: calc(363/367*90%); background-size: contain; position: relative; bottom: 44px; right: -10%;}
    .banner01 .inner .more_btn {position: relative; z-index: 10;}


    .banner02 .inner {padding: 60px 5% 0; position: relative;}
    .banner02 .inner ul {flex-direction: column-reverse;}
    .banner02 .inner ul li {width: 100%;}
    .banner02 .inner ul .img_box {display: none;}
    .banner02 .inner::after {content: ''; display: block; width: 100%; padding-top: calc(532/542*100%); 
        background: url(../images/sub01_04_img08.png) center no-repeat; background-size: contain; position: relative; bottom: 0; left: 50%; transform: translateX(-50%);}


    .banner03 .inner {padding: 7px 0 7px 5%; position: relative;}
    .banner03 .inner ul {display: flex; justify-content: space-between; align-items: center;}
    .banner03 .inner ul li {width: 65%;}
    .banner03 .inner ul li .main_title {font-size: 28px; line-height: 36px;}
    .banner03 .inner ul li .main_title span {font-size: 10px; margin-bottom: 4px; line-height: 12px;}
    .banner03 .inner ul li .main_title i:nth-of-type(1) {display: block;}
    .banner03 .inner ul li .main_title i:nth-of-type(2) {display: none;}
    .banner03 .inner ul li .main_title i:nth-of-type(3) {display: none;}
    .banner03 .inner ul .img_box {width: 35%;}
    .banner03 .inner ul .img_box::after {content: ''; display: block; width: 100%; padding-top: calc(197/157*100%); 
        background: url(../images/sub01_04_img09_mo.png) center no-repeat; background-size: contain; 
        position: relative; bottom: -7px; right: 0;}
}
