/* ±âº» ÃÊ±âÈ­ */
* { margin: 0; padding: 0; box-sizing: border-box; }
body { background-color: #f8f8f3; font-family: sans-serif; overflow-x: hidden; }
/* ÆùÆ® ¼³Á¤ */
:root {
    --font-en: 'Montserrat Alternates', sans-serif;
    --font-base: 'Pretendard', -apple-system, BlinkMacSystemFont, system-ui, Roboto, sans-serif;
    --font-serif: 'Nanum Myeongjo', serif;
}
/* °øÅë ÄÁÅ×ÀÌ³Ê (1400px) */
.container {
    max-width: 1400px;
    margin: 0 auto;
}
html {
  scroll-behavior: smooth;
}
/* --- ¸ÞÀÎ ºñÁÖ¾ó ¿µ¿ª --- */
.main-wrap {
    position: relative;
    width: 100%;
    height: 919px; /* È­¸é ²Ë Â÷°Ô */
    overflow: hidden;
    background-color: #f4f5ef;
}

/* ¹è°æ°ú ÀÌ¹ÌÁö°¡ ´ã±æ °¡»óÀÇ Å« ¹Ú½º (1920px ±âÁØ) */
.main-fixed-container {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1903px; /* ¹è°æ ÀÌ¹ÌÁöÀÇ ½ÇÁ¦ ±âÁØ »çÀÌÁî */
    height: 919px;
    transform: translateX(-50%); /* ¹«Á¶°Ç È­¸é Á¤Áß¾Ó ¹èÄ¡ */
}

/* ¹è°æ ÀÌ¹ÌÁö: container ³»ºÎ¿¡ ²Ë Â÷°Ô */
.main-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; /* ÆÐ·²·¢½º ¿©À¯ºÐ */
    background: url('https://akcdn-beaconmedia.cafe24img.com/newmind/full-bg-image.jpg') center top no-repeat;
    background-size: cover;
    z-index: 1;
}

.feature-grid {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 0 0 0 0;
}

.feature-item {
    flex: 1;
    background-color: #fff; /* ½Ã¾ÈÀÇ ºí·çÅæ */
    aspect-ratio: 16 / 10;
	overflow: hidden;
    
    /* ÃÊ±â »óÅÂ: Åõ¸íÇÏ°í 50px ¾Æ·¡¿¡ À§Ä¡ */
    opacity: 0;
    transform: translateY(50px);
}

.feature-item img {
    width: 100%;
    height: 100%;
    object-fit: fill;
	overflow: hidden;
}


/* ¸ÞÀÎ ºñÁÖ¾ó ÀÌ¹ÌÁö ¿µ¿ª: 1400px ¾È¿¡¼­ ¹èÄ¡ */
.main-content {
    position: relative;
    z-index: 2;
    width: 1400px;

    margin: 0 auto; /* 1920px ¹Ú½º ¾È¿¡¼­ ´Ù½Ã Áß¾Ó Á¤·Ä */
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-img {
    max-width: 100%;
    height: auto;
    will-change: transform;
}

/* --- ÀÏ¹Ý Æ÷ÀÎÆ® ¼½¼Ç --- */


body { font-family: var(--font-base); background-color: #f8f8f3; }
       .pcview{display:block}
	   .mview{display:none}
/* Æ÷ÀÎÆ® Çì´õ (Montserrat Alternates) */
.point-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 112px;
}

.point-en {
    font-family: var(--font-en);
    font-weight: 600;
    font-size: 30px;
    letter-spacing: 0px;
    color: #222;
}

.point-num {
    font-family: var(--font-en);
    font-weight: 500;
    font-size: 38px;
    background-color: #c5a059;
    color: #fff;
    width: 120px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 120px;
    margin: 5px 0 50px 0;
}

.point-num2 {
    font-family: var(--font-en);
    font-weight: 500;
    font-size: 38px;
    background-color: #0d674d;
    color: #fff;
    width: 120px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 120px;
    margin: 5px 0 50px 0;
}
/* ÅØ½ºÆ® ¿µ¿ª */
.point-title-area {
    margin-bottom: 50px;
    text-align: center;
}

/* ÀÛÀº ±ÛÀÚ (Pretendard) */
.sub-title, .desc-title {
    font-family: var(--font-base);
    font-weight: 600;
    font-size: 27px;
    color: #222;
    line-height: 1.4;
	letter-spacing: -1px;
}

/* ³ì»ö Å« ±ÛÀÚ (³ª´®¸íÁ¶) */
.main-title {
    font-family: var(--font-serif);
    font-size: 48px; /* ½Ã¾È¿¡ ¸ÂÃç Á¶Àý */
	font-weight: 800;
    color: #1a5d46;  /* Â£Àº ³ì»ö */
    margin: 2px 0px 3px 0px;
    word-break: keep-all;
}
.main-title2 {
    font-family: var(--font-serif);
    font-size: 48px; /* ½Ã¾È¿¡ ¸ÂÃç Á¶Àý */
	font-weight: 800;
    color: #865b19;  /* Â£Àº ³ì»ö */
    margin: 2px 0px 3px 0px;
    word-break: keep-all;
}
/* ÀÌ¹ÌÁö ¹Ú½º */
.img-box {
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 0px;
	padding-bottom: 112px;
}
.img-box img { width: 100%; display: block; }

.form-section {
    padding: 0px 0;
    background-color: #fff; /* ¹è°æ»ö ÅëÀÏ */
}

.form-outer-box {
    max-width: 900px; /* ÆûÀº ³Ê¹« ³ÐÀ¸¸é ¾È ¿¹»Ú´Ï±î Á» ´õ Á¼°Ô ÀâÀ»°Ô */
    margin: 0 auto;
    background: #fff;
    padding: 0px;
    border-radius: 20px;

}

.form-title {
    font-family: 'Nanum Myeongjo', serif;
    font-size: 32px;
    color: #1a5d46;
    text-align: center;
    margin-bottom: 40px;
}

.lp-form-wrap { max-width: 1200px !important; margin: 0 auto !important; padding: 30px 0 30px 0 !important;}
.tel-wrap { display: flex;align-items: center;gap: 6px;justify-content: space-between;}
/* ºÒ·¯¿Â Æû ³»ºÎÀÇ ºÒÇÊ¿äÇÑ ¸¶Áø/ÆÐµù °­Á¦ Á¦¾î */
.form-area {
    width: 100% !important;
    overflow: hidden !important; /* Æû ¾È¿¡¼­ ½ºÅ©·Ñ »ý±â´Â °Å ¹æÁö */
}

/* ¸¸¾à Æû ³»ºÎ ¿ä¼Ò ¶§¹®¿¡ ½ºÅ©·ÑÀÌ Æ¤´Ù¸é ÀÌ°É Ãß°¡ÇØºÁ */
.form-area * {
    max-width: 100%; 
    box-sizing: border-box;
}
.nutrition-section {
    max-width: 1200px;
    margin: 50px auto 100px;
    padding: 0;
    font-family: 'Pretendard', sans-serif;
}

.nutrition-container {
    border: 0px solid #ddd;
}

.nutrition-header {
    background-color: #1a5d46;
    color: #fff;
    text-align: center;
    padding: 12px 0;
    font-weight: 700;
    font-size: 20px;
}

.nutrition-content {
    display: flex;
    background-color: #fff;
}

/* ¿ÞÂÊ ¿µ¿ª */
.func-left {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 40px;
    border-right: 1px solid #eee;
}

.func-logo {
    width: 80px;
    height: 80px;
    background-color: #e2e1c9; /* ½Ã¾ÈÀÇ º£ÀÌÁö»ö ¹è°æ */
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.func-text h3 {
    color: #1a5d46;
    font-size: 20px;
    margin-bottom: 5px;
}

.func-text p {
    font-size: 18px;
    color: #666;
}

/* ¿À¸¥ÂÊ Ç¥ ¿µ¿ª */
.table-right {
    flex: 1.5;
    padding: 0;
}

.table-sub-header {
    background-color: #e2e1c9;
    padding: 8px 15px;
    font-weight: 700;
    color: #1a5d46;
    font-size: 18px;
}
.table-sub-header.gray { background-color: #f1f1e6; }

.nutri-table {
    width: 100%;
    border-collapse: collapse;
}

.nutri-table th, .nutri-table td {
    padding: 10px 15px;
    text-align: left;
    font-size: 18px;
    border-bottom: 1px solid #eee;
}

.nutri-table th {
    color: #333;
    background-color: #fff;
}

.nutri-table td { color: #666; }

.nutri-note {
    font-size: 13px;
    color: #333;
    font-weight: 700;
    padding: 10px 15px;
    background-color: #f1f1e6;
}

/* ¸ð¹ÙÀÏ ¹ÝÀÀÇü */
@media (max-width: 850px) {
    .nutrition-content { flex-direction: column; }
    .func-left { border-right: none; border-bottom: 1px solid #eee; padding: 30px; }
    .table-right { width: 100%; }
}
/* [°øÅë ½ºÅ¸ÀÏ] */
.quick-menu-container {
    position: fixed;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.5s ease;
}

.menu-items {
    background-color: #000;
    border-radius: 50px;
    padding: 30px 0;
    width: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.menu-item {
    display: flex;             /* 1. ÇÃ·º½º ¹Ú½º ¼±¾ð */
    flex-direction: column;    /* 2. À§¿¡¼­ ¾Æ·¡·Î ¼¼·Î ¹èÄ¡ */
    align-items: center;       /* 3. °¡·ÎÃà ±âÁØ Áß¾Ó Á¤·Ä */
    justify-content: center;   /* 4. ¼¼·ÎÃà ±âÁØ Áß¾Ó Á¤·Ä (ÇÊ¿ä½Ã) */
    font-size: 13px;
    color: #fff;
    text-align: center;        /* 5. ÅØ½ºÆ® ÀÚÃ¼µµ °¡¿îµ¥ Á¤·Ä */
    text-decoration: none;
    margin-bottom: 0;          /* È¤½Ã ¸ð¸¦ ¿ÜºÎ ¿©¹é Á¦°Å */
}

/* ÀÌ¹ÌÁö(¾ÆÀÌÄÜ) ½ºÅ¸ÀÏ */
.menu-item img {
    width: 24px;               /* Å©±â Àû´çÈ÷ Á¶Àý */
    height: auto;
    margin-bottom: 8px;        /* ¾ÆÀÌÄÜ°ú ÅØ½ºÆ® »çÀÌ °£°Ý */
    display: block;            /* ¿©¹é ²¿ÀÓ ¹æÁö */
}
.test-result-section {
    max-width: 1200px;
    margin: 80px auto;
    padding: 0 20px;
    font-family: 'Pretendard', sans-serif;
    text-align: center;
}

.test-container {
    width: 100%;max-width: 1200px;
    margin: 0 auto;
}

/* ¾ÆÀÌÄÜ ½ºÅ¸ÀÏ */
.icon-box {
    margin: 20px 0 20px 0px;
}
.icon-box img {
    width: 60px; /* ¾ÆÀÌÄÜ Å©±â Àû´çÈ÷ Á¶Àý */
    height: auto;
}

/* »ó´Ü Å¸ÀÌÆ² ÅØ½ºÆ® */
.test-title {
    font-size: 22px;
    font-weight: 700;
    color: #222;
    line-height: 1.4;
    word-break: keep-all;
}

/* °ËÀº»ö °­Á¶ ¹è°æ */
.test-title .highlight {
    background-color: #000;
    color: #fff;
    padding: 2px 8px;
    display: inline-block;
}

.test-sub-text {
    font-size: 20px;
    color: #444;
    margin-top: 10px;
}

/* °á°ú ¹Ú½º ½ºÅ¸ÀÏ */
.result-box {
    margin-top: 20px;
    padding: 26px;
    border: 3px solid #e5e5e5; /* ¿¬ÇÑ È¸»ö Å×µÎ¸® */
    border-radius: 10px; /* µÕ±Ù ¸ð¼­¸® */
    background-color: #fff;
}

.result-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.result-list li {
    font-size: 18px;
    color: #333;
    line-height: 1.6;
    margin-bottom: 25px;
    font-weight: 500;
    word-break: keep-all;
}

.result-list li:last-child {
    margin-bottom: 0;
}

/* ³ì»ö °­Á¶ ±ÛÀÚ */
.result-list .green {
    color: #bb0000;
    font-weight: 700;
}

/* PC¿¡¼­¸¸ ÁÙ¹Ù²Þ Àû¿ë */
.pc-only { display: block; }

/* ¸ð¹ÙÀÏ ¹ÝÀÀÇü */
@media (max-width: 768px) {
    .test-title { font-size: 18px; }
    .test-sub-text { font-size: 16px; }
    
    .result-box {
        padding: 20px 15px;
        border-radius: 10px;
        border-width: 2px;
		margin: 12px 10px 12px 10px;
    }
    
    .result-list li {
        font-size: 15px;
        margin-bottom: 20px;
    }
    
    .pc-only { display: none; } /* ¸ð¹ÙÀÏ¿¡¼­´Â ÀÚµ¿ ÁÙ¹Ù²Þ À¯µµ */
}
.icon { width: 24px; margin-bottom: 8px; }
.divider { width: 20px; height: 1px; background: rgba(255,255,255,0.2); margin: 20px 0; }
.lp-form-wrap { padding: 30px 30px 30px 30px !important;}
/* ------------------------------------------- */
        .section-12 {
            max-width: 1200px;
            margin: 80px auto;
            padding: 10px 20px;
            background: #fff; /* ¹è°æ Èò»öÀ¸·Î °íÁ¤ */
            border-top: 2px solid #1a5d46;
        }
        .info-wrap {
            display: flex;
            gap: 50px;
        }
        .info-col {
            flex: 1;
        }
        .info-item {
            display: flex;
            padding: 15px 0;
            border-bottom: 1px solid #ececec;
            margin: 0; /* ±âº» ¸¶Áø Á¦°Å */
        }
        .info-item.no-border { border-bottom: none; }
        .info-item dt {
            width: 156px;
            font-size: 18px;
            font-weight: 800;
            color: #1a5d46;
            flex-shrink: 0;
        }
        .info-item dd {
            margin: 0;
            font-size: 18px;
            color: #444;
            line-height: 1.6;
            word-break: keep-all;
        }
        .notice-box {
            margin-top: 30px;
            padding: 20px;
            background: #f9f9f9;
            border-radius: 5px;
        }
        .notice-box p {
            font-size: 16px;
            color: #777;
            line-height: 1.5;
            margin-bottom: 5px;
        }

        /* ¸ð¹ÙÀÏ ¹ÝÀÀÇü */
        @media (max-width: 800px) {
		     .section-12 { margin:40px 10px 40px 10px }
            .info-wrap { flex-direction: column; gap: 0; }
            .info-item { flex-direction: column; padding: 15px 0; }
            .info-item dt { width: 100%; margin-bottom: 5px; font-size: 16px; }
            .info-item dd { font-size: 16px; }
            .notice-box p { font-size: 14px; }


 }






/* [PC È¯°æ: È­¸é °¡·Î 768px ÀÌ»ó] */
@media (min-width: 768px) {
    .quick-menu-container {
        right: 1%; /* ¿ìÃø ¿©¹é 10% */
        top: 50%;
        transform: translateY(-50%); /* ¼¼·Î Áß¾Ó °íÁ¤ */
        
        /* ·Îµù ½Ã ¹Ø¿¡¼­ À§·Î ½½¶óÀÌµå È¿°ú */
        animation: slideUpFade 0.8s ease-out forwards;
    }

    .mobile-trigger {
        display: none; /* PC¿¡¼­´Â +¹öÆ° ¼û±è */
    }
}

@keyframes slideUpFade {
    from { opacity: 0; margin-top: 50px; }
    to { opacity: 1; margin-top: 0; }
}
.func-text p {font-size: 16px;}

.table-sub-header {font-size: 16px;}
.nutri-table th, .nutri-table td {font-size: 16px;}
.nutrition-section {margin: 50px auto 120px;}
/* ------------------------------------------- */

/* [¸ð¹ÙÀÏ È¯°æ: È­¸é °¡·Î 767px ÀÌÇÏ] */
@media (max-width: 767px) {
    .quick-menu-container {
        right: 10px;
        bottom: 160px; /* ¿ìÃø ÇÏ´Ü ¹èÄ¡ */
    }

    /* Æò¼Ò¿£ ¸Þ´º ¼û±è (¹öÆ° À§·Î ¿Ã¶ó¿Ã ÁØºñ) */
    .menu-items {
        opacity: 0;
        visibility: hidden;
        transform: translateY(20px);
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        margin-bottom: 15px; /* ¹öÆ°°úÀÇ °£°Ý */
    }

/* ¾ÆÀÌÄÜ ½ºÅ¸ÀÏ */
.icon-box {
    margin: 10px 0 10px 0px;
}
.icon-box img {
    width: 30px; /* ¾ÆÀÌÄÜ Å©±â Àû´çÈ÷ Á¶Àý */
    height: auto;
}

    /* È°¼ºÈ­ ½Ã À§·Î µîÀå */
    .quick-menu-container.active .menu-items {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .mobile-trigger {
        width: 60px;
        height: 60px;
        background-color: #f44336;
        border-radius: 50%;
        border: none;
        color: #fff;
        font-size: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        box-shadow: 0 4px 10px rgba(0,0,0,0.3);
        transition: transform 0.3s;
    }

    /* Å¬¸¯ ½Ã +¸¦ x·Î È¸Àü */
    .quick-menu-container.active .mobile-trigger {
        transform: rotate(135deg);
    }
}






/* ¸ð¹ÙÀÏ ´ëÀÀ */
@media (max-width: 768px) {
    .main-title { font-size: 26px;margin: 1px 20px 2px 20px;}
    .main-title2 { font-size: 26px;margin: 1px 20px 2px 20px; max-width: 100%;}
    .sub-title, .desc-title { font-size: 21px;margin: 0 20px 0 20px;}
    .point-en { font-size: 16px; }
}

/* ½ºÅ©·Ñ ¾Ö´Ï¸ÞÀÌ¼Ç ÃÊ±â »óÅÂ */
.scroll-reveal {
    opacity: 0;
    transform: translateY(60px);
}

/* ¸ð¹ÙÀÏ ´ëÀÀ */
@media (max-width: 768px) {
    .main-fixed-container {
        width: 100%; /* ¸ð¹ÙÀÏÀº È­¸é Æø¿¡ ¸ÂÃã */
    }
    .main-content {
        width: 100%;
    }
    h2 { font-size: 28px; }

.main-wrap { height: 36rem; }


}


/* ¸ð¹ÙÀÏÀº ¼¼·Î·Î */
@media (max-width: 768px) {
    .feature-grid { flex-direction: column; padding: 10px 10px; }

	/* Æ÷ÀÎÆ® Çì´õ (Montserrat Alternates) */
.point-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
}
/* ÅØ½ºÆ® ¿µ¿ª */
.point-title-area {margin-bottom: 20px;}
       .pcview{display:none}
	   .mview{display:block}

.point-num {margin: 2px 0 20px 0;font-size: 20px;color: #fff;width: 80px;height: 30px;}
.point-num2 {margin: 2px 0 20px 0;font-size: 20px;color: #fff;width: 80px;height: 30px;}
.img-box {margin: 0 10px 0 10px;padding-bottom: 46px;]


}





