* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    justify-content: center;
    align-items: center;
    display: grid;
}

.menu {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 75px;
    width: 100vw;
    background-color: #121f35;
    z-index: 10;
}


.menu-main {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 75px;
    width: 100vw;
    z-index: 10;
}

.logo {
    width: 200px;
}

.logo-img {
    padding-left: 20px;
    padding-top: 10px;
    max-height: 45px;
    height: 50%;
}

.header-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    height: 75px;
    max-width: 1170px;
    width: 100%;
    background-color: #121f35;
}

.header-container-main {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    height: 75px;
    max-width: 1170px;
    width: 100%;
}

header nav ul {
    display: flex;
    list-style: none;
}

header nav ul li {
    margin-left: 2vw;
}

header nav ul li a {
    font-size: 16px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 400;
    color: rgb(250, 250, 250);
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease; /* Smooth transition for bold effect */
}

header nav ul li a::after {
    content: '';
    position: absolute;
    bottom: -5px; /* Adjust to position the line below the text */
    left: 0;
    width: 0;
    height: 2px;
    background-color: white; /* Line color */
    transition: width 0.3s ease; /* Smooth transition for line width */
}

header nav ul li a:hover {
    font-weight: 800; /* Makes the text bolder on hover */
}

header nav ul li a:hover::after {
    width: 100%; /* Expands the line to 100% width on hover */
}

.hero {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    height: 700px;
    width: 100vw;
}

.hero-main {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    height: 700px;
    width: 100vw;
}

.mainbanner {
    border: 50px;
    position: absolute;
    display: flex;
    z-index: -1;
    width: 100vw;
    min-height: 900px;
    left: 0;
    filter: brightness(0.8);
}

.banner2 {
    border: 50px;
    position: absolute;
    display: flex;
    z-index: -1;
    width: 50%;
    height: 700px;
    left: 0;
}

.banner2-img {
    border: 50px;
    right: 0;
    position: absolute;
    display: flex;
    z-index: -1;
    width: 1280px;
    height: 700px;
}

.banner3 {
    border: 50px;
    position: absolute;
    display: flex;
    z-index: -1;
    width: 100%;
    height: 700px;
    left: 0;
}

.banner4 {
    border: 50px;
    position: absolute;
    display: flex;
    z-index: -1;
    width: 100%;
    height: 700px;
    left: 0;
}

.banner4-img {
    border: 50px;
    right: 0;
    position: absolute;
    display: flex;
    z-index: -1;
    max-width: 2100px;
    width: 130vw;
    height: 700px;
}

.banner1 {
    border: 50px;
    left: 0;
    position: absolute;
    display: flex;
    z-index: -1;
    max-width: 1500px;
    width: 50vw;
    height: 700px;
}

.banner1-img {
    border: 50px;
    right: 0;
    position: absolute;
    display: flex;
    z-index: -1;
    width: auto;
    height: 700px;
}

.hero .text-content {
    position: relative;
    bottom: 50px;
    padding: 20px;
    width: 1320px;
    z-index: 1;
}

.text-content2 {
    position: relative;
    text-align: center;
    top: calc(10vh + 10vw);
    left: calc(50vw - 200px);
    bottom: 50px;
    padding: 20px;
    width: 400px;
    height: 130px;
    z-index: 1;
    background-color: black;
    opacity: 75%;
    border-radius: 12px;
}

.hero h1 {
    font-size: 50px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 700;
    color: #222;
}

.hero p {
    font-size: 20px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 400;
    color: #555;
    margin-top: 20px;
}

.menu-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
}

.menu-bar ul {
    list-style-type: none;
    padding: 0;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e0e0e0;
}

.type {
    margin-left: 30px;
}

.menu-bar ul li {
    width: 275px;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 15px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 400;
    color: #555;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.menu-bar ul li.active {
    font-weight: 700;
    color: #222;
    position: relative;
}

.menu-bar ul li.active:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #222;
}

.menu-bar ul li:not(.active):after {
    content: '';
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #e0e0e0;
}

h2 {
    width: 100%;
    font-size: 30px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 700;
    color: #222;
}

h3 {
    width: 100%;
    font-size: 20px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 600;
    color: #222;
}

h4 {
    width: 100%;
    font-size: 25px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 700;
    color: #222;
}

h5 {
    width: 100%;
    font-size: 30px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 700;
    color: #222;
}

h6 {
    width: 100%;
    font-size: 35px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 400;
    color: #ffffff;
}

h7 {
    width: 100%;
    font-size: 100px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 700;
    color: #ffffff;
}

p {
    width: 100%;
    font-size: 15px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 400;
    color: #555;
}

p1 {
    width: 100%;
    font-size: 15px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 400;
    color: #222;
}

p2 {
    width: 1320px;
    font-size: 15px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 400;
    color: #555;
}

p3 {
    width: 100%;
    font-size: 15px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 400;
    opacity: 0;
    color: #555;
}

p4 {
    width: 100%;
    font-size: 12px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 400;
    opacity: 70%;
    color: #ffffff;
}

p5 {
    width: 100%;
    font-size: 12px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 400;
    color: #ffffff;
}

p6 {
    width: 100%;
    font-size: 18px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 400;
    color: #555;
}

p999 {
    width: 100%;
    font-size: 18px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 700;
    color: #fff;
}

.topmargin {
    margin-top: 20px;
}

.white-title {
    color: #fff
}

.white-description {
    color: #fff;
    opacity: 70%;
}

.red {
    color:#ff3b30
}

.yellow {
    color: #b89f1e
}

.green {
    color: #60B82A
}

.orange {
    color: #f17036
}

.blue {
    color: #018ECD
}


.transparent-text{
    opacity:0;
}

.bold {
    font-weight: 700;
}

.product-info {
    display: flex;
    width: 100vw;
    background: #fff;
    text-align: left;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}


#mainsection {
    margin-top: 100px;
    margin-bottom: 150px;
}

#section4-title {
    margin-top: 50px;
}

#section4-title2 {
    margin-top: 0px;
}

.pipeline-info {
    display: grid;
    width: 100vw;
    background: #fff;
    text-align: left;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

#section1 {
    margin-top: 100px;
}

#section1b {
    margin-top: 50px;
    margin-bottom: 150px;
}

.page-title {
    margin-top: 50px;
    text-align: left;
}

.page-title-des {
    margin-top: -10px;
    text-align: left;
}

.horizontal-container {
    display: flex;
    max-width: 1320px;
    width: 95vw;
    gap: 20px;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.vertical-container {
    display: grid;
    max-width: 1320px;
    width: 95vw;
    gap: 20px;
    justify-content: left;
    align-items: left;
    padding: 20px;
}

.product-smallbox-container {
    width: 30vw;
    height: 400px;
    margin-top: 30px;
    z-index: 1;
}

.pipeline-smallbox-container {
    padding: 20px;
    width: 540px;
    height: 2000px;
    margin-top: 30px;
}

#odor-study1 {
    margin-left: 20px;
}

#odor-study5 {
    max-width: 1100px;
    width: 1100px;
    margin-left: 20px;
}

.section-title {
    line-height: 40px;
    margin-bottom: 0px;
}

.smallbox {
    padding: 35px;
    max-width: 640px;
    width: 50vw;
    height: 190px;
    border-radius: 12px;
    margin-bottom: 25px;
}

#pipeline {
    height: 300px;
    margin-top: 20px;
}

#pipeline1st {
    height: 300px;
    margin-top: 40px;
}

.smallbox-title {
    position: relative;
    line-height: 22px;
    letter-spacing: 0.5px;
    z-index: 2;
}

.smallbox-title2 {
    width: 400px;
    position: relative;
    line-height: 22px;
    letter-spacing: 0.5px;
    z-index: 2;
}


.smallbox-description {
    margin-top: 20px;
}

.smallbox-table-container {
    margin-top: 30px;
    display: flex;
    width: 630px;
    justify-content: left;
    align-items: left;
}

.smallbox-table-2 {
    margin-top: 4px;
    margin-left: 15px;
}

#synergy {
    opacity: 95%;
    padding: 35px;
    width: 500px;
    height: 190px;
    background-image: linear-gradient(45deg,#474830,#8a8b5f);
    border-radius: 12px;
}

#convenient {
    opacity: 95%;
    padding: 35px;
    width: 500px;
    height: 190px;
    background-color: #fff;
    border: 1px solid #8a8b5f;
    border-radius: 12px;
}

.convenient-title {
    color: #8a8b5f
}

.product-image-container {
    display: flex;
    justify-content: left;
    align-items: left;
    width: 780px;
    margin-top: 30px;
    z-index: 0;
}

.pipeline-image-container {
    margin-top: 60px;
    padding: 20px;
    display: grid;
    gap: 20px;
    max-width: 640px;
    width: 50vw;
    height: 2000px;
}

.product-image {
    border-radius: 12px;
    max-width: 700px;
    width: 60vw;
    height: auto;
}

.pipeline-image1 {
    margin-top: 20px;
    position: relative;
    align-self: flex-end;
    bottom: 0;
    border-radius: 12px;
    max-width: 620px;
    width: 40vw;
    height: auto;
}

.pipeline-image2 {
    margin-top: 20px;
    align-self: flex-end;
    bottom: 0;
    border-radius: 12px;
    max-width: 620px;
    width: 40vw;
    height: auto;
}


#section2 {
    margin-top: 100px;
}

#section2b {
    margin-top: 80px;
}

.product-halfbox-container {
    max-width: 660px;
    width: 45vw;
    height: 400px;
    margin-top: 30px;
}

.halfbox {
    display: flex;
    max-width: 630px;
    width: 45vw;
    height: 380px;
    border-radius: 12px;
    margin-bottom: 25px;
    justify-content: center;
    align-items: center;
}

#probiotics {
    background-color: #fff;
    border-radius: 12px;
}

#pepper {
    display: grid;
    gap: 40px;
    padding: 35px;
    background-image: linear-gradient(#eb3e34 0%, #831e19 30%,#000 100%);
    border-radius: 12px;
}

.halfbox-background {
    position: absolute;
    max-width: 630px;
    width: 45vw;
    height: 380px;
    display: flex;
    border-radius: 12px;
    margin-bottom: 25px;
    z-index: 0;
}

.filter-card {
    position: absolute;
    margin-top: 150px;
    max-width: 560px;
    width: 40vw;
    height: 158px;
    display: flex;
    border-radius: 12px;
    margin-bottom: 25px;
    z-index: 1;
    backdrop-filter: blur(8px);
}

.translucent-card {
    position: absolute;
    margin-top: 150px;
    max-width: 560px;
    width: 40vw;
    height: 158px;
    display: flex;
    border-radius: 12px;
    margin-bottom: 25px;
    z-index: 1;
    opacity: 50%;
    background-image: linear-gradient(45deg,#222222 50%,#5c5c5c 90%);
}

.halfbox-text-container {
    position: absolute;
    margin-top: 150px;
    max-width: 560px;
    width: 40vw;
    height: 158px;
    display: grid;
    border-radius: 12px;
    margin-bottom: 25px;
    z-index: 2;
}

.halfbox-title {
    padding-left: 30px;
    padding-top: 30px;
    position: relative;
    line-height: 22px;
    letter-spacing: 0.5px;
    z-index: 2;
}

.halfbox-description {
    margin-top: 15px;
    padding-left: 30px;
    padding-bottom: 30px;
}

.halfbox-more {
    width: 158px;
    position: absolute;
    bottom: 35px;
    right: -30px;
}

.halfbox-more p {
    width: 158px;
    position: absolute;
    bottom: 1px;
}

.three-point-container {
    top: 0;
    max-width: 660px;
    width: 45vw;
    height: 400px;
    display: grid;
}

.point {
    max-width: 630px;
    width: 45vw;
    margin-top: 20px;
    display: flex;
    height: 100px;
}

.point2 {
    max-width: 630px;
    width: 45vw;
    margin-top: 20px;
    display: flex;
    height: 250px;
}

.point-icon-container {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
}

.point-description-container {
    max-width: 570px;
    width: 35vw;
    height: 50px;
    display: grid;
}

.point-title {
    position: relative;
    line-height: 22px;
    letter-spacing: 0.5px;
    z-index: 2;
}

.point-description {
    margin-top: 15px;
}

#check {
    width: 24px;
    height: 17px;
}

#money {
    width: 24px;
    height: 18px;
}

#thumbsup {
    width: 24px;
    height: 24px;
}


.line {
    max-width: 630px;
    width: 45vw;
    height: 1px;
    background-color: #d9d9d9;
}

#section3 {
    margin-top: 100px;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 20px 0;
}

.product-card {
    margin-top: 10px;
    display: grid;
    max-width: 630px;
    width: 45vw;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.product-card-image-container {
    max-width: 630px;
    width: 45vw;
    height: 234px;
}

.product-card img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.product-card-text-container {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    top: 0;
    display: grid;
    text-align: left;
}

.product-card-title-container {
    max-width: 500px;
    width: 40vw;
    display: flex;
    text-align: left;
    margin-bottom: 35px;
}

.product-card-price-container {
    max-width: 400px;
    width: 30vw;
    display: grid;
    background-color: #fff;
    border-radius: 8px;
    text-align: right;
}

.product-card-description-container {
    max-width: 500px;
    width: 40vw;
    display: flex;
    background-color: #fff;
    border-radius: 8px;
}

.product-card-description-table-1 {
    max-width: 100px;
    width: 10vw;
    text-align: left;
    line-height: 45px;
}

.product-card-description-table-2 {
    max-width: 400px;
    width: 30vw;
    text-align: right;
    line-height: 45px;
}

.product-card-description-table-2 p {
    color: black;
}

.bar-banner-container {
    display: flex;
    margin-top: 100px;
    margin-bottom: 100px;
    width: 100vw;
    height: 120px;
    justify-content: center;
    align-items: center;
}

.bar-banner {
    display: flex;
    max-width: 1280px;
    width: 90vw;
    height: 120px;
    border: 1px solid #dfdfdf;
    border-radius: 12px;
    justify-content: center;
    align-items: center;
}

.bar-banner-text {
    width: 300px;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.bar-banner-img-container {
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 300px;
    height: 120px;
}

.bar-banner-img1 {
    margin-top: 1px;
    margin-right: 120px;
    height: 118px;
}

.bar-banner-img2 {
    margin-top: 1px;
    height: 110px;
}

#section4 {
    display: grid;
}

.point-table-container {
    margin-left: 0px;
    margin-top: 15px;
    display: grid;
    max-width: 1280px;
    justify-content: left;
    align-items: left;
    gap: 10px;
}

.point-table {
    display: flex;
    max-width: 570px;
    width: 35vw;
}

.point-table-main {
    display: flex;
    text-align: left;
    max-width: 150px;
    min-width: 150px;
    width: 10vw;
}

.point-table-des {
    margin-left: 20px;
    display: flex;
    text-align: left;
    max-width: 1000px;
    width: 1000px;
}

.narrowlineheight {
    line-height: 15px;
}

#section5 {
    padding-top: 100px;
    padding-bottom: 0px;
    display: grid;
}

.card3-container {
    display: flex;
    max-width: 1320px;
    width: 96vw;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.card3 {
    max-width: 400px;
    width: 30vw;
    height: 400px;
    border-radius: 12px;
    border: 1px solid #f1f1f1;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.card2 {
    max-width: 620px;
    width: 45vw;
    height: 500px;
    border-radius: 12px;
    background-color: white;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid #999;
}

.card2-image {
    width: 250px;
    height: 250px;
    border-radius: 12px;
}

.card2-title-container {
    margin-top: 10px;
    max-width: 620px;
    width: 45vw;
    display: flex;
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
}

.card2-description-container {
    text-align: left;
    margin-top: 30px;
    display: flex;
    line-height: 30px;
    gap: 30px;
}


.quote-des {
    padding-right: 20px;
}

.card32 {
    margin-top: 100px;
    max-width: 400px;
    width: 30vw;
    height: 550px;
    border-radius: 12px;
    background-color: white;
    align-items: center;
    justify-content: center;
    text-align: left;
}

.card3-image {
    max-width: 400px;
    width: 30vw;
    height: 200px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}


.card3-image2 {
    max-width: 400px;
    width: 30vw;
    max-height: 400px;
    height: 30vw;
    border-radius: 12px;
}

.card3-image3 {
    max-height: 200px;
    height: 30vw;
    border-radius: 12px;
}

.card3-image4 {
    max-width: 700px;
    width: 50vw;
    border-radius: 12px;
}


.card3-title-container {
    margin-top: 10px;
    max-width: 400px;
    width: 30vw;
    display: flex;
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
}

.right-align {
    text-align: right;
}

.left-align {
    margin-top: 5px;
    text-align: left;
}
.left-align2 {
    text-align: left;
}


.card3-description-container {
    text-align: left;
    margin-top: 30px;
    display: flex;
    line-height: 30px;
    gap: 30px;
}

.button {
    margin-left: 20px;
    margin-top: 20px;
    display: grid;
    width: 150px;
    height: 40px;
    border-radius: 40px;
    border: 1px solid #121f35;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.button:hover {
    border: 1px solid #121f35;
    background-color: #121f35;
    color: white;
    transition: background-color 0.5s ease;
}

.quote {
    margin-left: 30px;
    width: 15px;
    height: 13px;
}

#probiotics3 {
    margin-top: 100px;
    display: grid;
    background-color: #fafaff;
    padding-top: 50px;
    padding-bottom: 100px;
}

#bacteria {
    margin-top: 20px;
    height: 350px;
    margin-bottom: 20px;
}

.bacteria-image-container {
    display: grid;
    text-align: center;
}

.image-des {
    margin-top: 10px;
    margin-bottom: 40px;
}

.table {
    margin-top: 30px; 
    display: flex;
    max-width: 1320px;
    width: 96vw;
    margin-bottom: 50px; 
    padding: 20px;
}

.table-column {
    display: grid;
    max-width: 240px;
    width: 20vw;
    padding: 20px;
}

.table-title {
    margin-top: 10px;
    margin-bottom: 60px; 
}

.table-title2 {
    text-align: center;
    margin-top: 30px;
}

.table-sub {
    margin-bottom: 40px; 
}

#column-highlight-blue {
    border-radius: 12px;
    background-color: #018ECD;
}

.table-last {
    display: grid;
    justify-content: center;
    align-items: center;
    padding: 20px;
    width: 40vw; 
    border-radius: 12px;
    background-color: #eef8fd;
}

.table-des {
    margin-left: 150px;
    margin-bottom: 60px;
    width: 200px;
    line-height: 50px;
}

#factory {
    background-color: #121f35;
    display: grid;
    padding-top: 80px;
    padding-bottom: 100px;
}

.factory-image-container {
    display: grid;
    justify-content: left;
    align-items: left;
    max-width: 570px;
    width: 45vw;
    gap: 30px;
    margin-right: 5vw;
}

.factory-image {
    max-width: 570px;
    width: 45vw;
}

.factory-image-container {
    display: grid;
    justify-content: center;
    align-items: center;
    max-width: 610px;
    width: 45vw;
    gap: 30px;
    margin-top: 30px;
}

.factory-image {
    max-width: 550px;
    width: 35vw;
}

.factory-image2 {
    margin-top: 75px;
    margin-left: 40px;
    max-width: 400px;
    width: 30vw;
}

.factory-text-container {
    display: grid;
    justify-content: left;
    align-items: left;
    max-width: 650px;
    width: 60vw;
}

.factory-text {
    display: flex;
    justify-content: left;
    align-items: left;
    margin-top: 50px;
}

.factory-sub {
    margin-top: 10px;
}

.factory-point {
    margin-top: 10px;
    margin-right: 15px;
    min-width: 10px;
    min-height: 10px;
    max-width: 10px;
    max-height: 10px;
    border-radius: 5px;
}

#yellow {
    background-color: #FCE25B;
}

#green {
    background-color: #D2F400;
}

#red {
    background-color: #FF3B30;
}

#white {
    background-color: white;
}

#process {
    padding: 20px;
    margin-top: 60px;
    margin-bottom: 100px;
    display: grid;
}

.process-image-container {
    margin-top: 60px;
    display: grid;
    justify-content: center;
    align-items: center;
    text-align: center;
    max-width: 1320px;
    width: 95vw;
}

.process-image {
    width: 900px;
}

.year-image {
    width: 900px;
}
.intro-container {
    margin-top: 100px;
    display: flex;
    max-width: 1320px;
    width: 95vw;
}

.intro-image-container {
    max-width: 630px;
    width: 45vw;
}

.intro-image {
    margin-left: 20px;
    max-width: 450px;
    width: 35vw;
}

.intro-text-container {
    max-width: 630px;
    width: 45vw;
}

.intro-text-title {
    max-width: 630px;
    width: 45vw;
    margin-bottom: 10px;
}

.intro-text-main {
    max-width: 630px;
    width: 45vw;
    margin-bottom: 10px;
}

.intro-text-last {
    max-width: 630px;
    width: 45vw;
    margin-bottom: 50px;
}

.intro-text-end {
    display: grid;
    max-width: 630px;
    width: 45vw;
    margin-bottom: 50px;
    text-align: right;
}

.year-image-container {
    display: grid;
    justify-content: center;
    align-items: center;
    text-align: center;
    max-width: 1320px;
    width: 95vw;
}

footer {
    display: flex;
    width: 100vw;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #121f35;
}

.foot {
    max-width: 640px;
    width: 50vw;
    display: grid;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 50px;
    height: 300px;
}

.foot-logo {
    max-height: 45px;
    height: 50%;
}

.foot-title {
    max-width: 640px;
    width: 50vw;
    justify-content: left;
    align-items: left;
    text-align: left;
    color: white;
    padding-left: 20px;
}

.footer-container {
    max-width: 640px;
    width: 50vw;
    display: flex;
    border-radius: 8px;
}

.footer-table-1 {
    margin-left: 20px;
    display: grid;
    width: 70px;
    text-align: left;
    line-height: 30px;
    color: white;
}

.footer-table-2 {
    margin-left: 20px;
    display: grid;
    width: 500px;
    text-align: left;
    line-height: 30px;
}

.footer-table-3 {
    margin-left: 20px;
    display: grid;
    width: 500px;
    text-align: left;
    line-height: 30px;
}

#mobile {
    display: none;
}

.mobile {
    display: none;
}

#mobile1 {
    display: block;
}

.mobile1 {
    display: block;
}

#mobile2 {
    display: none;
}

.mobile2 {
    display: none;
}

#desktop {
    display: block;
}

.desktop {
    display: block;
}

@media (max-width: 720px) {

    #mobile1 {
        display: none;
    }
    
    .mobile1 {
        display: none;
    }


    #mobile2 {
        display: block;
    }
    
    .mobile2 {
        display: block;
    }
    
    #mobile {
        display: block;
    }

    .mobile {
        display: block;
    }

    #desktop {
        display: none;
    }
    
    .desktop {
        display: none;
    }

    body{
        display: grid;
        width: 100vw;
        align-items: center;
        justify-content: center;
    }
    .menu {
        padding-left: 20px;
        padding-right: 20px;
        display: flex;
        height: 64px;
        width: 100vw;
        background-color: #fff;
    }
    
    .menu-main {
        background-color: none;
    }

    .logo {
        width: calc(100vw - 64px);
        height: 64px;
    }
    
    .logo-img {
        padding: 10px;
        height: 64px;
        width: auto;
        max-height: 64px;
    }
    
    .header-container {
        display: none;
    }

    .header-container-main {
        display: none;
    }

    .header-container-mobile {
        height: 64px;
        width: 64px;
        justify-content: right;
        text-align: right;
        align-items: right;

    }

    #category-icon {
        margin-top: 20px;
        height: 30px;
        width: 30px;
    }
    
    .hero {
        padding: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        height: 61vw;
        width: 100vw;
    }
    
    .hero-main {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        height: 50vh;
        width: 100vw;
    }

    .mainbanner {
        border: 50px;
        display: flex;
        z-index: -1;
        width: 100vw;
        min-height: 80vh;
        height: 80vh;
        max-height: 80vh;
        left: 0;
        overflow: hidden;
        filter: brightness(0.6);
    }
    
    .banner2 {
        justify-self: center;
        align-self: center;
        margin-left: 20px;
        width: calc(100vw - 40px);
        height: calc(61vw - 25px);
        border-radius: 12px;
    }
    
    .banner2-img {
        display: none;
    }
    
    .banner3 {
        justify-self: center;
        align-self: center;
        margin-left: 20px;
        width: calc(100vw - 40px);
        height: calc(61vw - 25px);
        border-radius: 12px;
        opacity: 100%;
        filter:brightness(0.5)
    }
    
    .banner4 {
        justify-self: center;
        align-self: center;
        margin-left: 20px;
        width: calc(100vw - 40px);
        height: calc(61vw - 25px);
        border-radius: 12px;
        opacity: 100%;
        filter:brightness(0.4)
    }
    
    
    .banner4-img {
        display: none;
    }
    
    .banner1 {
        justify-self: center;
        align-self: center;
        margin-left: 20px;
        width: calc(100vw - 40px);
        height: calc(61vw - 25px);
        border-radius: 12px;
    }
    
    .banner1-img {
        display: none;
    }
    
    .hero .text-content {
        position: relative;
        bottom: 30px;
        padding: 20px;
        width: 300px;
        z-index: 1;
    }
    
    .text-content2 {
        position: relative;
        text-align: center;
        top: calc(10vh + 10vw);
        left: calc(50vw - 200px);
        bottom: 50px;
        padding: 20px;
        width: 400px;
        height: 130px;
        z-index: 1;
        background-color: black;
        opacity: 75%;
        border-radius: 12px;
    }
    
    .text-content-main {
        line-height: 60px;
    }

    .hero h1 {
        font-size: 25px;
        font-family:  'Pretendard', sans-serif;
        font-weight: 700;
        letter-spacing: -0.02rem;
        line-height: 2.3rem;
        color: #222;
        margin-top: 50px;
    }
    
    .hero p {
        font-size: 14px;
        font-family: 'Pretendard', sans-serif;
        font-weight: 400;
        color: #555;
        margin-top: 10px;
        letter-spacing: -0.02rem;
        line-height: 1.3rem;
    }
    
    .menu-bar {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 60px;
    }
    
    .menu-bar ul {
        list-style-type: none;
        padding: 0;
        display: flex;
        align-items: center;
        border-bottom: 1px solid #e0e0e0;
    }
    
    .menu-bar ul li {
        width: 275px;
        padding: 10px 20px;
        cursor: pointer;
        font-size: 15px;
        font-family: 'Pretendard', sans-serif;
        font-weight: 400;
        color: #555;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    
    .menu-bar ul li.active {
        font-weight: 700;
        color: #222;
        position: relative;
    }
    
    .menu-bar ul li.active:after {
        content: '';
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #222;
    }
    
    .menu-bar ul li:not(.active):after {
        content: '';
        position: absolute;
        bottom: -1px;
        right: 0;
        width: 100%;
        height: 1px;
        background-color: #e0e0e0;
    }
    
    h2 {
        width: 100%;
        font-size: 28px;
        font-family: 'Pretendard', sans-serif;
        font-weight: 700;
        color: #222;
        letter-spacing: -0.02rem;
        line-height: 2.5rem;
    }
    
    h3 {
        width: 100%;
        font-size: 18px;
        font-family: 'Pretendard', sans-serif;
        font-weight: 600;
        color: #222;
        letter-spacing: -0.02rem;
        line-height: 1.3rem;
    }
    
    h4 {
        width: 100%;
        font-size: 16px;
        font-family: 'Pretendard', sans-serif;
        font-weight: 700;
        color: #222;
        letter-spacing: -0.02rem;
        line-height: 1.3rem;
    }
    
    h5 {
        width: 100%;
        font-size: 20px;
        font-family: 'Pretendard', sans-serif;
        font-weight: 700;
        color: #222;
        letter-spacing: -0.02rem;
        line-height: 1.3rem;
    }
    
    h6 {
        width: 100%;
        font-size: 30px;
        font-family: 'Pretendard', sans-serif;
        font-weight: 400;
        color: #ffffff;
        letter-spacing: -0.02rem;
        line-height: 1.3rem;
    }
    
    h7 {
        width: 100%;
        font-size: 70px;
        font-family: 'Pretendard', sans-serif;
        font-weight: 700;
        color: #ffffff;
        letter-spacing: -0.02rem;
        line-height: 1.3rem;
    }
    
    p {
        width: 100%;
        font-size: 14px;
        font-family: 'Pretendard', sans-serif;
        font-weight: 400;
        color: #555;
        letter-spacing: -0.02rem;
        line-height: 1.3rem;
    }
    
    p1 {
        width: 100%;
        font-size: 14px;
        font-family: 'Pretendard', sans-serif;
        font-weight: 400;
        color: #222;
        letter-spacing: -0.02rem;
    }
    
    p2 {
        width: 100%;
        font-size: 14px;
        font-family: 'Pretendard', sans-serif;
        font-weight: 400;
        color: #555;
        letter-spacing: -0.02rem;
    }
    
    p3 {
        width: 100%;
        font-size: 14px;
        font-family: 'Pretendard', sans-serif;
        font-weight: 400;
        opacity: 0;
        color: #555;
        letter-spacing: -0.02rem;
    }
    
    p4 {
        width: 100%;
        font-size: 14px;
        font-family: 'Pretendard', sans-serif;
        font-weight: 400;
        opacity: 70%;
        color: #ffffff;
        letter-spacing: -0.02rem;
    }
    
    p5 {
        width: 100%;
        font-size: 14px;
        font-family: 'Pretendard', sans-serif;
        font-weight: 400;
        color: #ffffff;
        letter-spacing: -0.02rem;
    }
    
    p6 {
        width: 100%;
        font-size: 14px;
        font-family: 'Pretendard', sans-serif;
        font-weight: 400;
        color: #555;
        letter-spacing: -0.02rem;
    }

    .topmargin {
        margin-top: 20px;
    }
    
    .white-title {
        color: #fff
    }
    
    .white-description {
        color: #fff;
        opacity: 70%;
    }
    
    .red {
        color:#ff3b30
    }
    
    .yellow {
        color: #b89f1e
    }
    
    .green {
        color: #60B82A
    }
    
    .orange {
        color: #f17036
    }
    
    .blue {
        color: #018ECD
    }
    
    
    .transparent-text{
        opacity:0;
    }
    
    .bold {
        font-weight: 700;
    }
    
    .product-info {
        display: flex;
        width: 100vw;
        background: #fff;
        text-align: left;
        justify-content: center;
        align-items: center;
    }
    
    #mainsection {
        margin-top: 20px;
        margin-bottom: 40px;
    }
    
    #section4-title {
        margin-top: 50px;
    }

    #section4-title2 {
        margin-top: 0px;
    }
    
    .pipeline-info {
        display: grid;
        width: 100vw;
        background: #fff;
        text-align: left;
        justify-content: center;
        align-items: center;
    }
    
    #section1 {
        margin-top: 0px;
    }
    
    #section1b {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    
    .page-title {
        margin-top: 50px;
        text-align: left;
    }
    
    .page-title-des {
        margin-top: -10px;
        text-align: left;
    }
    
    .horizontal-container {
        display: flex;
        max-width: 100vw;
        width: 100vw;
        gap: 20px;
        justify-content: center;
        align-items: center;
    }
    
    .vertical-container {
        display: grid;
        max-width: 1320px;
        width: 100vw;
        gap: 20px;
        justify-content: left;
        align-items: left;
    }
    
    .product-smallbox-container {
        width: calc(100vw - 40px);
        height: fit-content;
        z-index: 1;
    }
    
    .pipeline-smallbox-container {
        padding: 20px;
        margin-left: 20px;
        width: calc(100vw - 40px);
        height: fit-content;
        margin-top: 30px;
        display: grid;
        justify-content: center;
        align-items: center;
    }
    
    .section-title {
        width: calc(100vw - 40px);
        line-height: 40px;
        margin-bottom: 0px;
    }
    
    .smallbox {
        padding: 10px;
        width: 350px;
        height: 100px;
        border-radius: 12px;
        margin-bottom: 25px;
    }
    
    #pipeline {
        height: 250px;
        margin-top: 10px;
    }
    
    #pipeline1st {
        height: 250px;
        margin-top: 20px;
    }
    
    .smallbox-title {
        position: relative;
        width: calc(100vw - 50px);
        line-height: 22px;
        letter-spacing: 0.5px;
        z-index: 2;
    }
    
    .smallbox-description {
        width: calc(100vw - 50px);
        margin-top: 20px;
    }
    
    .smallbox-table-container {
        margin-top: 30px;
        display: flex;
        width: calc(100vw - 50px);
        justify-content: left;
        align-items: left;
        height: 110px;
    }
    
    .smallbox-table-2 {
        margin-top: 4px;
        margin-left: 10px;
        height: 110px;
    }
    
    #synergy {
        display: none;
    }
    
    #convenient {
        opacity: 95%;
        padding: 10px;
        width: 350px;
        height: 140px;
        background-color: #fff;
        border: none;
        border-radius: 12px;
    }
    
    .convenient-title {
        color: #8a8b5f
    }
    
    .product-detail {
        margin-left: 0px;
        width: calc(100vw - 40px);
        display: grid;
        justify-content: left;
        align-items: left;
    }

    .pipeline-detail {
        margin-left: 50px;
        width: calc(100vw - 40px);
        display: grid;
        justify-content: left;
        align-items: left;
    }

    .product-image-container {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 1320px;
        width: calc(100vw - 40px);
        height: fit-content;
        margin-top: 0px;
        margin-bottom: 20px;
        z-index: 0;
        overflow: hidden;
        gap: 40px;
    }

    .product-image-container2 {
        position: relative;
        display: grid;
        justify-content: center;
        align-items: center;
        max-width: 1320px;
        width: calc(100vw - 40px);
        height: fit-content;
        margin-top: 0px;
        margin-bottom: 20px;
        z-index: 0;
        overflow: hidden;
    }
    
    .pipeline-image-container {
        padding: 20px;
        display: grid;
        gap: 20px;
        max-width: 640px;
        width: 50vw;
        height: 2000px;
    }
    
    .product-image {
        position: relative;
        border-radius: 12px;
        max-width: 780px;
        width: 90vw;
        height: auto;
        margin-left: 0px;
    }

    .product-image2 {
        border-radius: 12px;
        max-width: 300px;
        height: auto;
        margin-bottom: 40px;
    }

    .product-image3 {
        position: relative;
        border-radius: 12px;
        max-width: 350px;
        width: 90vw;
        height: auto;
    }
    
    .pipeline-image1 {
        position: relative;
        align-self: flex-end;
        bottom: 0;
        border-radius: 12px;
        max-width: 400px;
        width: calc(100vw - 40px);
        height: auto;
    }
    
    .pipeline-image2 {
        justify-self: center;
        align-self: center;
        bottom: 0;
        border-radius: 12px;
        max-width: 400px;
        width: calc(100vw - 40px);
        height: auto;
    }
    
    #section2 {
        margin-top: 0px;
    }
    
    #section2b {
        margin-top: 0px;
    }
    
    #horizontal-to-vertical {
        display: grid;
    }

    .product-halfbox-container {
        width: calc(100vw - 40px);
        height: calc(61vw - 25px);
        margin-top: 0px;
        display: grid;
        justify-content: center;
        align-items: center;
    }
    
    .halfbox {
        display: flex;
        width: calc(100vw - 40px);
        height: calc(61vw - 25px);
        border-radius: 12px;
        margin-bottom: 25px;
        justify-content: center;
        align-items: center;
    }
    
    #probiotics {
        background-color: #fff;
        border-radius: 12px;
    }
    
    #pepper {
        display: grid;
        gap: 40px;
        padding: 35px;
        background-color: #fff;
        background-image: none;
        border-radius: 12px;
    }
    
    .halfbox-background {
        position: absolute;
        max-width: calc(100vw - 40px);
        width: calc(100vw - 40px);
        height: calc(60vw - 25px);
        display: flex;
        border-radius: 12px;
        margin-bottom: 0px;
        z-index: 0;
    }
    
    .filter-card {
        display: none;
    }
    
    .translucent-card {
        position: absolute;
        margin-top: 0px;
        max-width: calc(100vw - 40px);
        width: calc(100vw - 40px);
        height: calc(60vw - 25px);
        display: flex;
        border-radius: 12px;
        margin-bottom: 0px;
        z-index: 1;
        opacity: 70%;
        background-image: linear-gradient(45deg,#111111 50%,#323232 90%);
    }
    
    .halfbox-text-container {
        position: absolute;
        margin-top: 0px;
        width: fit-content;
        height: 100px;
        display: grid;
        border-radius: 12px;
        margin-bottom: 25px;
        z-index: 2;
    }
    
    .halfbox-title {
        margin-top: 30px;
        padding: 0px;
        position: relative;
        display: grid;
        text-align: left;
        line-height: 22px;
        letter-spacing: 0.5px;
        z-index: 2;
    }
    
    .halfbox-description {
        margin-top: 0px;
        padding: 0px;
    }
    
    .halfbox-more {
        text-align: right;
        position: relative;
        bottom: 0px;
        right: 0px;
    }
    
    .halfbox-more p {
        position: absolute;
        bottom: 1px;
    }
    
    .three-point-container {
        max-width: calc(100vw - 40px);
        width: calc(100vw - 40px);
        top: 0;
        height: 400px;
        display: grid;
    }
    
    .point {
        max-width: calc(100vw - 40px);
        width: calc(100vw - 40px);
        margin-top: 20px;
        display: flex;
        height: 100px;
    }
    
    .point2 {
        max-width: calc(100vw - 40px);
        width: calc(100vw - 40px);
        margin-top: 20px;
        display: flex;
        height: 250px;
    }
    
    .point-icon-container {
        width: 80px;
        height: 80px;
        display: flex;
        justify-content: center;
    }
    
    .point-description-container {
        max-width: 600px;
        width: calc(100vw - 120px);
        height: 50px;
        display: grid;
    }
    
    .point-title {
        position: relative;
        line-height: 22px;
        letter-spacing: 0.5px;
        z-index: 2;
    }
    
    .point-title h3 {
        font-size: 16px;
    }

    .point-description {
        margin-top: 15px;
    }
    
    #check {
        width: 24px;
        height: 17px;
    }
    
    #money {
        width: 24px;
        height: 18px;
    }
    
    #thumbsup {
        width: 24px;
        height: 24px;
    }
    
    
    .line {
        max-width: calc(100vw - 40px);
        width: calc(100vw - 40px);
        height: 1px;
        background-color: #d9d9d9;
    }
    
    #section3 {
        margin-top: 0px;
        width: 100vw;
        display: grid;
        justify-content: center;
        align-items: center;
        gap: 20px;
        padding: 20px 0;
    }
    
    .product-card {
        margin-top: 0px;
        display: grid;
        max-width: calc(100vw - 40px);
        width: calc(100vw - 40px);
        text-align: center;
        justify-content: center;
        align-items: center;
        margin-bottom: 30px;
    }
    
    .product-card-image-container {
        max-width: calc(100vw - 40px);
        width: calc(100vw - 40px);
        height: fit-content;
    }
    
    .product-card img {
        max-width: 100%;
        height: auto;
        border-radius: 8px;
    }
    
    .product-card-text-container {
        justify-content: center;
        align-items: center;
        max-width: 100%;
        top: 0;
        display: grid;
        text-align: left;
    }
    
    .product-card-title-container {
        padding-left: 20px;
        padding-right: 20px;
        max-width: calc(100vw - 40px);
        width: calc(100vw - 40px);
        display: flex;
        text-align: left;
        margin-bottom: 20px;
    }
    
    .product-card-price-container {
        max-width: calc(100vw - 140px);
        width: calc(100vw - 140px);
        display: grid;
        background-color: #fff;
        border-radius: 8px;
        text-align: right;
    }
    
    .product-card-description-container {
        padding-left: 20px;
        padding-right: 20px;
        max-width: calc(100vw - 40px);
        width: calc(100vw - 40px);
        display: flex;
        background-color: #fff;
        border-radius: 8px;
    }
    
    .product-card-description-table-1 {
        max-width: 120px;
        width: 120px;
        text-align: left;
        line-height: 50px;
    }
    
    .product-card-description-table-2 {
        max-width: calc(100vw - 160px);
        width: calc(100vw - 160px);
        text-align: left;
        line-height: 45px;
    }
    
    .product-card-description-table-2 p {
        color: black;
    }
    
    .bar-banner-container {
        display: flex;
        margin-top: 0px;
        margin-bottom: 80px;
        width: 100vw;
        height: 120px;
        justify-content: center;
        align-items: center;
    }
    
    .bar-banner {
        display: flex;
        max-width: 1280px;
        width: 90vw;
        height: 80px;
        border: 1px solid #dfdfdf;
        border-radius: 12px;
        justify-content: center;
        align-items: center;
    }
    
    .bar-banner-text {
        width: 300px;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    
    .bar-banner-img-container {
        display: none;
    }
    
    .bar-banner-img1 {
        margin-top: 1px;
        margin-right: 120px;
        height: 118px;
    }
    
    .bar-banner-img2 {
        margin-top: 1px;
        height: 110px;
    }
    
    #section4 {
        padding-top: 100px;
        display: grid;
    }
    
    .point-table-container {
        margin-top: 15px;
        display: grid;
        max-width: calc(100vw - 120px);
        width: calc(100vw - 120px);
        justify-content: left;
        align-items: left;
        gap: 10px;
    }
    
    .point-table {
        display: flex;
        max-width: fit-content;
        width: fit-content;
    }
    
    .point-table-main {
        display: flex;
        text-align: left;
        max-width: 100px;
        min-width: 100px;
        width: 100px;
    }
    
    .point-table-des {
        margin-left: 10px;
        display: flex;
        text-align: left;
        max-width: calc(100vw - 140px);
        width: calc(100vw - 140px);
    }
    
    .narrowlineheight {
        line-height: 15px;
    }
    
    #section5 {
        padding-top: 30px;
        padding-bottom: 40px;
        display: grid;
    }
    
    .card3-container {
        margin-top: 40px;;
        display: grid;
        max-width: calc(100vw - 40px);
        width: calc(100vw - 40px);
        justify-content: center;
        align-items: center;
        gap: 0px;
    }
    
    .card3 {
        margin-bottom: 10px;
        max-width: calc(100vw - 40px);
        width: calc(100vw - 40px);
        height: calc(90vw - 40px);
        min-height: 350px;
        border-radius: 12px;
        background-color: white;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    
    .card32 {
        margin-top: 0px;
        max-width: calc(100vw - 40px);
        width: calc(100vw - 40px);
        height: calc(100vw + 140px);
        min-height: 350px;
        border-radius: 12px;
        background-color: white;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    
    .card3-image {
        max-width: calc(100vw - 40px);
        width: calc(100vw - 40px);
        height: calc(50vw - 20px);
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
    }
    
    .card3-image2 {
        width: calc(100vw - 40px);
        height: calc(100vw - 40px);
        border-radius: 12px;
    }

    .card3-image3 {
        margin-top: 30px;
        height: 150px;
        border-radius: 12px;
    }

    .card3-image4 {
        max-width: calc(100vw - 40px);
        width: calc(100vw - 40px);
        border-radius: 12px;
    }

    .card2 {
        margin-bottom: 10px;
        max-width: calc(100vw - 40px);
        width: calc(100vw - 40px);
        height: fit-content;
        min-height: 350px;
        border-radius: 12px;
        background-color: white;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding-bottom: 40px;
    }

    .card2-image {
        width: 250px;
        height: 250px;
        border-radius: 12px;
    }

    .card2-title-container {
        margin-top: 10px;
        max-width: calc(100vw - 40px);
        width: calc(100vw - 40px);
        display: flex;
        text-align: center;
    }

    .card2-description-container {
        text-align: left;
        margin-top: 30px;
        display: flex;
        line-height: 30px;
        gap: 30px;
    }

    
    .card3-title-container {
        margin-top: 10px;
        max-width: calc(100vw - 40px);
        width: calc(100vw - 40px);
        display: flex;
        text-align: center;
    }
    
    .left-align {
        margin-top: 5px;
        text-align: left;
    }
    .left-align2 {
        text-align: left;
    }

    
    .type {
        margin-left: 30px;
    }

    .card3-description-container {
        text-align: left;
        margin-top: 30px;
        display: flex;
        line-height: 30px;
        gap: 30px;
    }
    
    .button {
        margin-left: calc(50vw - 95px);
        margin-top: 20px;
        display: grid;
        width: 150px;
        height: 40px;
        border-radius: 40px;
        border: 1px solid #121f35;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    
    .button:hover {
        margin-left: calc(50vw - 95px);
        margin-top: 20px;
        display: grid;
        width: 150px;
        height: 40px;
        border-radius: 40px;
        border: 1px solid #121f35;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    
    .quote {
        margin-left: 30px;
        width: 15px;
        height: 13px;
    }
    
    #probiotics3 {
        margin-top: 0px;
        display: grid;
        background-color: #fafaff;
        padding-top: 0px;
        padding-bottom: 100px;
    }
    
    #bacteria {
        margin-top: 0px;
        height: 330px;
        margin-bottom: 0px;
    }
    
    .bacteria-image-container {
        display: grid;
        text-align: center;
        margin-left: 20px;
    }
    
    .image-des {
        margin-top: 10px;
        margin-bottom: 40px;
    }
    
    .table {
        margin-top: 30px; 
        display: flex;
        max-width: 100vw;
        width: 100vw;
        margin-bottom: 50px; 
        padding: 20px;
    }
    
    .table-column {
        display: grid;
        max-width: calc(32vw);
        width: calc(32vw);
        padding: 10px;
    }
    
    .table-title {
        margin-top: 10px;
        margin-bottom: 60px; 
        height: 50px;
    }
    
    .table-title2 {
        text-align: center;
        margin-top: 10px;
        height: 50px;
    }
    
    .table-sub {
        margin-bottom: 40px; 
        height: 30px;
    }
    
    #column-highlight-blue {
        border-radius: 12px;
        background-color: #018ECD;
        max-width: calc(40vw);
        width: calc(40vw);
        padding-left: 20px;
        margin-right: 10px;
    }
    
    .table-last {
        display: grid;
        justify-content: center;
        align-items: center;
        text-align: center;
        max-width: calc(100vw - 40px); 
        width: calc(100vw - 40px); 
        margin-left: 20px;
        border-radius: 12px;
        background-color: #eef8fd;
    }
    
    .table-des {
        margin-left: 0px;
        text-align: center;
        justify-self: center;
        align-self: center;
        max-width: calc(100vw - 80px); 
        width: calc(100vw - 80px); 
        margin-bottom: 0px;
        margin-top: 10px;
        line-height: 50px;
    }
    
    #factory {
        background-color: #121f35;
        display: grid;
        margin-top: 20px;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    
    .factory-image-container {
        display: grid;
        justify-content: left;
        align-items: left;
        max-width: 570px;
        width: 45vw;
        gap: 90px;
        margin-right: 5vw;
    }
    
    .factory-image {
        max-width: 570px;
        width: 45vw;
    }
    
    .factory-image-container {
        display: grid;
        justify-content: center;
        align-items: center;
        max-width: 650px;
        width: calc(100vw - 40px);
        gap: 90px;
        margin-top: 30px;
    }
    
    .factory-image {
        margin-left: 10px;
        max-width: 500px;
        width: calc(100vw - 40px)
    }

    .factory-image2 {
        margin-left: 40px;
        max-width: 650px;
        width: calc(66vw - 13px);
        margin-top: 75px;
    }
    
    .factory-text-container {
        display: grid;
        justify-content: center;
        align-items: center;
        max-width: 650px;
        width: calc(100vw - 40px);
    }
    
    .factory-text {
        display: flex;
        justify-content: left;
        align-items: left;
        margin-top: 50px;
        max-width: 650px;
        width: calc(100vw - 40px);
        margin-left: 10px;
    }
    
    .factory-sub {
        margin-top: 10px;
    }
    
    .factory-point {
        margin-top: 10px;
        margin-right: 15px;
        min-width: 10px;
        min-height: 10px;
        max-width: 10px;
        max-height: 10px;
        border-radius: 5px;
    }
    
    #yellow {
        background-color: #FCE25B;
    }
    
    #green {
        background-color: #D2F400;
    }
    
    #red {
        background-color: #FF3B30;
    }
    
    #white {
        background-color: white;
    }
    
    #process {
        padding: 20px;
        margin-top: 0px;
        margin-bottom: 0px;
        display: grid;
    }
    
    .process-image-container {
        margin-top: 60px;
        display: grid;
        justify-content: center;
        align-items: center;
        text-align: center;
        max-width: 1320px;
        width: calc(100vw - 40px);
        padding-bottom: 40px;
    }
    
    .process-image {
        margin-left: 40px;
        max-width: 1000px;
        width: calc(100vw - 40px);
        margin-bottom: 0px;
    }
    
    .year-image {
        display: none;
    }
    
    .year-image-mobile2 {
        width: calc(100vw - 40px);
        margin-left: 20px;
        opacity: 70%;
        margin-bottom: 50px;
    }
    
    .intro-container {
        margin-top: 20px;
        display: grid;
        max-width: 1320px;
        width: calc(100vw - 40px);
    }
    
    .intro-image-container {
        max-width: 630px;
        width: calc(100vw - 40px);
    }
    
    .intro-image {
        max-width: 450px;
        width: calc(100vw - 40px);
    }
    
    .intro-text-container {
        max-width: 630px;
        width: calc(100vw - 40px);
    }
    
    .intro-text-title {
        margin-left: 20px;
        max-width: 630px;
        width: calc(100vw - 40px);
        margin-bottom: 10px;
    }
    
    .intro-text-main {
        margin-left: 20px;
        max-width: 630px;
        width: calc(100vw - 40px);
        margin-bottom: 10px;
    }
    
    .intro-text-last {
        margin-left: 20px;
        max-width: 630px;
        width: calc(100vw - 40px);
        margin-bottom: 50px;
    }
    
    .intro-text-end {
        margin-left: 20px;
        display: grid;
        max-width: 630px;
        width: calc(100vw - 40px);
        margin-bottom: 50px;
        text-align: right;
    }
    
    .year-image-container {
        display: grid;
        justify-content: center;
        align-items: center;
        text-align: center;
        max-width: 1320px;
        width: 95vw;
    }
    
    footer {
        display: grid;
        width: 100vw;
        justify-content: center;
        align-items: center;
        text-align: center;
        background-color: #121f35;
        overflow: hidden;
    }
    
    .foot {
        max-width: 640px;
        max-width: calc(100vw - 40px);
        width: calc(100vw - 40px);
        display: grid;
        justify-content: center;
        align-items: center;
        text-align: center;
        height: 200px;
        padding: 20px;
    }
    
    .foot-logo {
        max-height: 45px;
        height: 50%;
    }
    
    .foot-title {
        max-width: calc(100vw - 40px);
        width: calc(100vw - 40px);
        justify-content: left;
        align-items: left;
        text-align: left;
        color: white;
        padding-left: 20px;
    }
    
    .footer-container {
        max-width: calc(100vw - 40px);
        width: calc(100vw - 40px);
        display: flex;
        border-radius: 8px;
    }
    
    .footer-table-1 {
        margin-left: 20px;
        display: grid;
        width: 80px;
        text-align: left;
        line-height: 30px;
        color: white;
    }
    
    .footer-table-2 {
        margin-left: 20px;
        display: grid;
        width: calc(100vw - 40px);
        text-align: left;
        line-height: 30px;
    }
        
    .footer-table-3 {
        margin-left: 20px;
        display: grid;
        width: calc(100vw - 40px);
        text-align: left;
        line-height: 30px;
    }

}

@media (min-width: 721px) and (max-width: 1180px) {

    #mobile1 {
        display: block;
    }
    
    .mobile1 {
        display: block;
    }


    #mobile2 {
        display: none;
    }
    
    .mobile2 {
        display: none;
    }

    #mobile {
        display: block;
    }

    .mobile {
        display: block;
    }

    #desktop {
        display: none;
    }
    
    .desktop {
        display: none;
    }

    body{
        display: grid;
        width: 100vw;
        align-items: center;
        justify-content: center;
    }
    .menu {
        padding-left: 20px;
        padding-right: 20px;
        display: flex;
        height: 64px;
        width: 100vw;
        background-color: #fff;
    }
    
    .menu-main {
        background-color: none;
    }

    .logo {
        width: calc(100vw - 64px);
        height: 64px;
    }
    
    .logo-img {
        padding: 10px;
        height: 64px;
        width: auto;
        max-height: 64px;
    }
    
    .header-container {
        display: none;
    }

    .header-container-main {
        display: none;
    }

    .header-container-mobile {
        height: 64px;
        width: 64px;
        justify-content: right;
        text-align: right;
        align-items: right;
    }

    #category-icon {
        margin-top: 20px;
        height: 30px;
        width: 30px;
    }
    
    .hero {
        padding: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        height: 61vw;
        width: 100vw;
    }
    
    .hero-main {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        height: 50vw;
        width: 100vw;
    }
    
    .mainbanner {
        border: 50px;
        display: flex;
        z-index: -1;
        width: 100vw;
        min-height: 50vh;
        left: 0;
        overflow: hidden;
        filter: brightness(0.8);
    }
    
    .banner2 {
        justify-self: center;
        align-self: center;
        margin-left: 20px;
        width: calc(100vw - 40px);
        height: calc(61vw - 25px);
        border-radius: 12px;
    }
    
    .banner2-img {
        display: none;
    }
    
    .banner3 {
        justify-self: center;
        align-self: center;
        margin-left: 20px;
        width: calc(100vw - 40px);
        height: calc(61vw - 25px);
        border-radius: 12px;
        opacity: 100%;
        filter:brightness(0.5)
    }
    
    .banner4 {
        justify-self: center;
        align-self: center;
        margin-left: 20px;
        width: calc(100vw - 40px);
        height: calc(61vw - 25px);
        border-radius: 12px;
        opacity: 100%;
        filter:brightness(0.4)
    }
    
    .banner4-img {
        display: none;
    }
    
    .banner1 {
        justify-self: center;
        align-self: center;
        margin-left: 20px;
        width: calc(100vw - 40px);
        height: calc(61vw - 25px);
        border-radius: 12px;
    }
    
    .banner1-img {
        display: none;
    }
    
    .hero .text-content {
        position: relative;
        bottom: 30px;
        padding: 20px;
        width: 400px;
        z-index: 1;
    }
    
    .text-content2 {
        position: relative;
        text-align: center;
        top: calc(10vh + 10vw);
        left: calc(50vw - 200px);
        bottom: 50px;
        padding: 20px;
        width: 400px;
        height: 130px;
        z-index: 1;
        background-color: black;
        opacity: 75%;
        border-radius: 12px;
    }

        
    .text-content-main {
        line-height: 60px;
    }
    
    .hero h1 {
        font-size: 25px;
        font-family:  'Pretendard', sans-serif;
        font-weight: 700;
        letter-spacing: -0.02rem;
        line-height: 2.3rem;
        color: #222;
        margin-top: 50px;
    }
    
    .hero p {
        font-size: 14px;
        font-family: 'Pretendard', sans-serif;
        font-weight: 400;
        color: #555;
        margin-top: 10px;
        letter-spacing: -0.02rem;
        line-height: 1.3rem;
    }
    
    .menu-bar {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 60px;
    }
    
    .menu-bar ul {
        list-style-type: none;
        padding: 0;
        display: flex;
        align-items: center;
        border-bottom: 1px solid #e0e0e0;
    }
    
    .menu-bar ul li {
        width: 275px;
        padding: 10px 20px;
        cursor: pointer;
        font-size: 15px;
        font-family: 'Pretendard', sans-serif;
        font-weight: 400;
        color: #555;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    
    .menu-bar ul li.active {
        font-weight: 700;
        color: #222;
        position: relative;
    }
    
    .menu-bar ul li.active:after {
        content: '';
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #222;
    }
    
    .menu-bar ul li:not(.active):after {
        content: '';
        position: absolute;
        bottom: -1px;
        right: 0;
        width: 100%;
        height: 1px;
        background-color: #e0e0e0;
    }
    
    h2 {
        width: 100%;
        font-size: 28px;
        font-family: 'Pretendard', sans-serif;
        font-weight: 700;
        color: #222;
        letter-spacing: -0.02rem;
        line-height: 2.5rem;
    }
    
    h3 {
        width: 100%;
        font-size: 18px;
        font-family: 'Pretendard', sans-serif;
        font-weight: 600;
        color: #222;
        letter-spacing: -0.02rem;
        line-height: 1.3rem;
    }
    
    h4 {
        width: 100%;
        font-size: 16px;
        font-family: 'Pretendard', sans-serif;
        font-weight: 700;
        color: #222;
        letter-spacing: -0.02rem;
        line-height: 1.3rem;
    }
    
    h5 {
        width: 100%;
        font-size: 20px;
        font-family: 'Pretendard', sans-serif;
        font-weight: 700;
        color: #222;
        letter-spacing: -0.02rem;
        line-height: 1.3rem;
    }
    
    h6 {
        width: 100%;
        font-size: 30px;
        font-family: 'Pretendard', sans-serif;
        font-weight: 400;
        color: #ffffff;
        letter-spacing: -0.02rem;
        line-height: 1.3rem;
    }
    
    h7 {
        width: 100%;
        font-size: 85px;
        font-family: 'Pretendard', sans-serif;
        font-weight: 700;
        color: #ffffff;
        letter-spacing: -0.02rem;
        line-height: 1.3rem;
    }
    
    p {
        width: 100%;
        font-size: 14px;
        font-family: 'Pretendard', sans-serif;
        font-weight: 400;
        color: #555;
        letter-spacing: -0.02rem;
        line-height: 1.3rem;
    }
    
    p1 {
        width: 100%;
        font-size: 14px;
        font-family: 'Pretendard', sans-serif;
        font-weight: 400;
        color: #222;
        letter-spacing: -0.02rem;
        line-height: 1.3rem;
    }
    
    p2 {
        width: 100%;
        font-size: 14px;
        font-family: 'Pretendard', sans-serif;
        font-weight: 400;
        color: #555;
        letter-spacing: -0.02rem;
        line-height: 1.3rem;
    }
    
    p3 {
        width: 100%;
        font-size: 14px;
        font-family: 'Pretendard', sans-serif;
        font-weight: 400;
        opacity: 0;
        color: #555;
        letter-spacing: -0.02rem;
        line-height: 1.3rem;
    }
    
    p4 {
        width: 100%;
        font-size: 14px;
        font-family: 'Pretendard', sans-serif;
        font-weight: 400;
        opacity: 70%;
        color: #ffffff;
        letter-spacing: -0.02rem;
        line-height: 1.3rem;
    }
    
    p5 {
        width: 100%;
        font-size: 14px;
        font-family: 'Pretendard', sans-serif;
        font-weight: 400;
        color: #ffffff;
        letter-spacing: -0.02rem;
        line-height: 1.3rem;
    }
    
    p6 {
        width: 100%;
        font-size: 14px;
        font-family: 'Pretendard', sans-serif;
        font-weight: 400;
        color: #555;
        letter-spacing: -0.02rem;
        line-height: 1.3rem;
    }
    
    .topmargin {
        margin-top: 20px;
    }
    
    .white-title {
        color: #fff
    }
    
    .white-description {
        color: #fff;
        opacity: 70%;
    }
    
    .red {
        color:#ff3b30
    }
    
    .yellow {
        color: #b89f1e
    }
    
    .green {
        color: #60B82A
    }
    
    .orange {
        color: #f17036
    }
    
    .blue {
        color: #018ECD
    }
    
    
    .transparent-text{
        opacity:0;
    }
    
    .bold {
        font-weight: 700;
    }
    
    .product-info {
        display: flex;
        width: 100vw;
        background: #fff;
        text-align: left;
        justify-content: center;
        align-items: center;
    }
    
    #mainsection {
        margin-top: 20px;
        margin-bottom: 50px;
    }
    
    #section4-title {
        margin-top: 50px;
    }

    #section4-title2 {
        margin-top: 0px;
    }
    
    .pipeline-info {
        display: grid;
        width: 100vw;
        background: #fff;
        text-align: left;
        justify-content: center;
        align-items: center;
    }
    
    #section1 {
        margin-top: 0px;
    }
    
    #section1b {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    
    .page-title {
        margin-top: 50px;
        text-align: left;
    }
    
    .page-title-des {
        margin-top: -10px;
        text-align: left;
    }
    
    .horizontal-container {
        display: flex;
        max-width: 100vw;
        width: 100vw;
        gap: 20px;
        justify-content: center;
        align-items: center;
    }
    
    .vertical-container {
        display: grid;
        max-width: 1320px;
        width: 100vw;
        gap: 20px;
        justify-content: left;
        align-items: left;
    }
    
    .product-smallbox-container {
        width: calc(100vw - 40px);
        height: fit-content;
        z-index: 1;
    }
    
    .pipeline-smallbox-container {
        padding: 20px;
        margin-left: 20px;
        width: calc(100vw - 40px);
        height: fit-content;
        margin-top: 30px;
        display: grid;
        justify-content: center;
        align-items: center;
    }

    .section-title {
        width: calc(100vw - 40px);
        line-height: 40px;
        margin-bottom: 0px;
    }
    
    .smallbox {
        padding: 10px;
        width: 350px;
        height: 100px;
        border-radius: 12px;
        margin-bottom: 25px;
    }
    
    #pipeline {
        height: 250px;
        margin-top: 20px;
    }
    
    #pipeline1st {
        height: 250px;
        margin-top: 40px;
    }
    
    .smallbox-title {
        position: relative;
        width: calc(100vw - 40px);
        line-height: 22px;
        letter-spacing: 0.5px;
        z-index: 2;
    }
    
    .smallbox-description {
        width: calc(100vw - 40px);
        margin-top: 20px;
    }
    
    .smallbox-table-container {
        margin-top: 30px;
        display: flex;
        width: calc(100vw - 40px);
        justify-content: left;
        align-items: left;
    }
    
    .smallbox-table-2 {
        margin-top: 4px;
        margin-left: 15px;
    }
    
    #synergy {
        display: none;
    }
    
    #convenient {
        opacity: 95%;
        padding: 10px;
        width: 350px;
        height: 140px;
        background-color: #fff;
        border: none;
        border-radius: 12px;
    }
    
    .convenient-title {
        color: #8a8b5f
    }
    
    .product-detail {
        width: calc(100vw - 40px);
        display: grid;
        justify-content: left;
        align-items: left;
    }

    .pipeline-detail {
        margin-left: 50px;
        width: calc(100vw - 40px);
        display: grid;
        justify-content: left;
        align-items: left;
    }

    .product-image-container {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 1320px;
        width: calc(100vw - 40px);
        height: fit-content;
        margin-top: 0px;
        margin-bottom: 20px;
        z-index: 0;
        overflow: hidden;
    }

    .product-image-container2 {
        position: relative;
        display:flex;
        justify-content: center;
        align-items: center;
        max-width: 1320px;
        width: calc(100vw - 40px);
        height: fit-content;
        margin-top: 0px;
        margin-bottom: 20px;
        z-index: 0;
        gap: 30px;
        overflow: hidden;
    }
    
    .pipeline-image-container {
        padding: 20px;
        display: grid;
        gap: 20px;
        max-width: 640px;
        width: 50vw;
        height: 2000px;
    }
    
    .product-image {
        position: relative;
        border-radius: 12px;
        max-width: 1000px;
        width: 90vw;
        height: auto;
        margin-left: 0px;
    }

    .product-image2 {
        position: relative;
        border-radius: 12px;
        max-width: 300px;
        width: 90vw;
        height: auto;
        margin-left: 0px;
        margin-bottom: 50px;
    }

    .product-image3 {
        position: relative;
        border-radius: 12px;
        max-width: 350px;
        width: 90vw;
        height: auto;
        margin-left: 0px;
    }
    
    .pipeline-image1 {
        position: relative;
        align-self: flex-end;
        bottom: 0;
        border-radius: 12px;
        max-width: 400px;
        width: calc(100vw - 40px);
        height: auto;
    }
    
    .pipeline-image2 {
        justify-self: center;
        align-self: center;
        bottom: 0;
        border-radius: 12px;
        max-width: 400px;
        width: calc(100vw - 40px);
        height: auto;
    }
    
    
    #section2 {
        margin-top: 0px;
    }
    
    #section2b {
        margin-top: 0px;
    }
    
    #horizontal-to-vertical {
        display: grid;
    }

    .product-halfbox-container {
        max-width: calc(100vw - 40px);
        width: calc(100vw - 40px);
        height: calc(61vw - 25px);
        margin-top: 0px;
        display: grid;
        justify-content: center;
        align-items: center;
    }
    
    .halfbox {
        display: flex;
        width: calc(100vw - 40px);
        height: calc(61vw - 25px);
        border-radius: 12px;
        margin-bottom: 25px;
        justify-content: center;
        align-items: center;
    }
    
    #probiotics {
        background-color: #fff;
        border-radius: 12px;
    }
    
    #pepper {
        display: grid;
        gap: 40px;
        padding: 35px;
        background-color: #fff;
        background-image: none;
        border-radius: 12px;
    }
    
    .halfbox-background {
        position: absolute;
        max-width: calc(100vw - 40px);
        width: calc(100vw - 40px);
        height: calc(60vw - 25px);
        display: flex;
        border-radius: 12px;
        margin-bottom: 0px;
        z-index: 0;
    }
    
    .filter-card {
        display: none;
    }
    
    .translucent-card {
        position: absolute;
        margin-top: 0px;
        max-width: calc(100vw - 40px);
        width: calc(100vw - 40px);
        height: calc(60vw - 25px);
        display: flex;
        border-radius: 12px;
        margin-bottom: 0px;
        z-index: 1;
        opacity: 70%;
        background-image: linear-gradient(45deg,#111111 50%,#323232 90%);
    }
    
    .halfbox-text-container {
        position: absolute;
        margin-top: 0px;
        width: fit-content;
        height: 100px;
        display: grid;
        border-radius: 12px;
        margin-bottom: 25px;
        z-index: 2;
    }
    
    .halfbox-title {
        margin-top: 30px;
        padding: 0px;
        position: relative;
        display: grid;
        text-align: left;
        line-height: 22px;
        letter-spacing: 0.5px;
        z-index: 2;
    }
    
    .halfbox-description {
        margin-top: 0px;
        padding: 0px;
    }
    
    .halfbox-more {
        text-align: right;
        position: relative;
        bottom: 0px;
        right: 0px;
    }
    
    .halfbox-more p {
        position: absolute;
        bottom: 1px;
    }
    
    .three-point-container {
        max-width: calc(100vw - 40px);
        width: calc(100vw - 40px);
        top: 0;
        height: 400px;
        display: grid;
    }
    
    .point {
        max-width: calc(100vw - 40px);
        width: calc(100vw - 40px);
        margin-top: 20px;
        display: flex;
        height: 100px;
    }
    
    .point2 {
        max-width: calc(100vw - 40px);
        width: calc(100vw - 40px);
        margin-top: 20px;
        display: flex;
        height: 250px;
    }
    
    .point-icon-container {
        width: 80px;
        height: 80px;
        display: flex;
        justify-content: center;
    }
    
    .point-description-container {
        max-width: 600px;
        width: calc(100vw - 120px);
        height: 50px;
        display: grid;
    }
    
    .point-title {
        position: relative;
        line-height: 22px;
        letter-spacing: 0.5px;
        z-index: 2;
    }
    

    .point-description {
        margin-top: 15px;
    }
    
    #check {
        width: 24px;
        height: 17px;
    }
    
    #money {
        width: 24px;
        height: 18px;
    }
    
    #thumbsup {
        width: 24px;
        height: 24px;
    }
    
    
    .line {
        max-width: calc(100vw - 80px);
        width: calc(100vw - 80px);
        height: 1px;
        background-color: #d9d9d9;
    }
    
    #section3 {
        margin-top: 0px;
        width: 100vw;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
        padding: 20px 0;
    }
    
    .product-card {
        margin-top: 0px;
        display: grid;
        max-width: calc(50vw - 20px);
        width: calc(50vw - 20px);
        text-align: center;
        justify-content: center;
        align-items: center;
        margin-bottom: 30px;
    }
    
    .product-card-image-container {
        max-width: calc(50vw - 20px);
        width: calc(50vw - 20px);
        height: fit-content;
    }
    
    .product-card img {
        max-width: 100%;
        height: auto;
        border-radius: 8px;
    }
    
    .product-card-text-container {
        justify-content: center;
        align-items: center;
        max-width: 100%;
        top: 0;
        display: grid;
        text-align: left;
    }
    
    .product-card-title-container {
        padding-left: 20px;
        padding-right: 20px;
        max-width: calc(50vw - 20px);
        width: calc(50vw - 20px);
        display: flex;
        text-align: left;
        margin-bottom: 20px;
    }
    
    .product-card-price-container {
        max-width: calc(50vw - 20px);
        width: calc(50vw - 20px);
        display: grid;
        background-color: #fff;
        border-radius: 8px;
        text-align: right;
    }
    
    .product-card-description-container {
        padding-left: 20px;
        padding-right: 20px;
        max-width: calc(50vw - 20px);
        width: calc(50vw - 20px);
        display: flex;
        background-color: #fff;
        border-radius: 8px;
    }
    
    .product-card-description-table-1 {
        max-width: 120px;
        width: 120px;
        text-align: left;
        line-height: 50px;
    }
    
    .product-card-description-table-2 {
        max-width: calc(50vw - 160px);
        width: calc(50vw - 160px);
        text-align: left;
        line-height: 45px;
    }
    
    .product-card-description-table-2 p {
        color: black;
    }
    
    .bar-banner-container {
        display: flex;
        margin-top: 0px;
        margin-bottom: 80px;
        width: 100vw;
        height: 120px;
        justify-content: center;
        align-items: center;
    }
    
    .bar-banner {
        display: flex;
        max-width: 1280px;
        width: 90vw;
        height: 80px;
        border: 1px solid #dfdfdf;
        border-radius: 12px;
        justify-content: center;
        align-items: center;
    }
    
    .bar-banner-text {
        width: 300px;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    
    .bar-banner-img-container {
        display: none;
    }
    
    .bar-banner-img1 {
        margin-top: 1px;
        margin-right: 120px;
        height: 118px;
    }
    
    .bar-banner-img2 {
        margin-top: 1px;
        height: 110px;
    }
    
    #section4 {
        padding-top: 100px;
        display: grid;
    }
    
    .point-table-container {
        margin-left: 0px;
        margin-top: 15px;
        display: grid;
        max-width: calc(100vw - 40px);
        width: calc(100vw - 40px);
        justify-content: left;
        align-items: left;
        gap: 10px;
    }
    
    .point-table {
        display: flex;
        max-width: fit-content;
        width: fit-content;
    }
    
    .point-table-main {
        display: flex;
        text-align: left;
        max-width: 150px;
        min-width: 150px;
        width: 100px;
    }
    
    .point-table-des {
        margin-left: 10px;
        display: flex;
        text-align: left;
        max-width: calc(100vw - 200px);
        width: calc(100vw - 200px);
    }
    
    .narrowlineheight {
        line-height: 15px;
    }
    
    #section5 {
        padding-top: 30px;
        padding-bottom: 40px;
        display: grid;
    }
    
    .card3-container {
        display: flex;
        max-width: calc(100vw - 40px);
        width: calc(100vw - 40px);
        justify-content: center;
        align-items: center;
        gap: 20px;
        margin-left: 20px;
        margin-right: 20px;
    }
    
    .card3 {
        max-width: calc(31vw - 10px);
        width: calc(31vw - 10px);
        height: 350px;
        border-radius: 12px;
        background-color: white;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    
    .card32 {
        max-width: calc(31vw - 10px);
        width: calc(31vw - 10px);
        height: calc(31vw + 100px);
        border-radius: 12px;
        background-color: white;
        align-items: center;
        justify-content: center;
        text-align: left;
    }
    
    .card3-image {
        max-width: calc(31vw - 10px);
        width: calc(31vw - 10px);
        height: 120px;
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
    }
    
    .card3-image2 {
        max-width: calc(31vw - 10px);
        width: calc(31vw - 10px);
        max-height: calc(31vw - 10px);
        height: calc(31vw - 10px);
        border-radius: 12px;
    }


    .card3-image3 {
        height: 150px;
        border-radius: 12px;
    }

    .card3-image4 {
        min-width: 700px;
        width: 50vw;
        border-radius: 12px;
    }

    
    .card3-title-container {
        margin-top: 10px;
        max-width: calc(31vw - 10px);
        width: calc(31vw - 10px);
        display: flex;
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .left-align {
        margin-top: 5px;
        text-align: left;
    }
    .left-align2 {
        text-align: left;
    }

    
    .card3-description-container {
        text-align: left;
        margin-top: 30px;
        display: flex;
        line-height: 30px;
        gap: 10px;
    }
    
    .button {
        margin-left: 20px;
        margin-top: 20px;
        display: grid;
        width: 150px;
        height: 40px;
        border-radius: 40px;
        border: 1px solid #121f35;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    
    .button:hover {
        margin-left: calc(50vw - 95px);
        margin-top: 20px;
        display: grid;
        width: 150px;
        height: 40px;
        border-radius: 40px;
        border: 1px solid #121f35;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    
    .quote {
        margin-left: 20px;
        width: 15px;
        height: 13px;
    }

    .quote-des {
        max-width: calc(31vw);
        width: calc(31vw);
        padding-right: 20px;
    }

    .type {
        margin-left: 20px;
    }
    
    #probiotics3 {
        margin-top: 0px;
        display: grid;
        background-color: #fafaff;
        padding-top: 0px;
        padding-bottom: 100px;
    }
    
    #bacteria {
        margin-top: 0px;
        height: 330px;
        margin-bottom: 0px;
    }
    
    .bacteria-image-container {
        display: grid;
        text-align: center;
        margin-left: 20px;
    }
    
    .image-des {
        margin-top: 10px;
        margin-bottom: 40px;
    }
    
    .table {
        margin-top: 30px; 
        display: flex;
        max-width: 100vw;
        width: 100vw;
        margin-bottom: 50px; 
        padding: 20px;
    }
    
    .table-column {
        display: grid;
        max-width: calc(32vw);
        width: calc(32vw);
        padding: 10px;
    }
    
    .table-title {
        margin-top: 10px;
        margin-bottom: 60px; 
    }
    
    .table-title2 {
        text-align: center;
        margin-top: 10px;
    }
    
    .table-sub {
        margin-bottom: 40px; 
    }
    
    #column-highlight-blue {
        border-radius: 12px;
        background-color: #018ECD;
        max-width: calc(40vw);
        width: calc(40vw);
        padding: 20px;
        margin-right: 10px;
    }
    
    .table-last {
        display: grid;
        justify-content: center;
        align-items: center;
        text-align: center;
        max-width: calc(100vw - 40px); 
        width: calc(100vw - 40px); 
        margin-left: 20px;
        border-radius: 12px;
        background-color: #eef8fd;
    }
    
    .table-des {
        margin-left: 0px;
        text-align: center;
        justify-self: center;
        align-self: center;
        max-width: calc(100vw - 80px); 
        width: calc(100vw - 80px); 
        margin-bottom: 0px;
        margin-top: 10px;
        line-height: 50px;
    }
    
    #factory {
        margin-top: 20px;
        background-color: #121f35;
        display: grid;
        padding-top: 0px;
        padding-bottom: 40px;
    }
    
    .factory-image-container {
        display: grid;
        justify-content: left;
        align-items: left;
        max-width: 570px;
        width: 45vw;
        gap: 90px;
        margin-right: 5vw;
    }
    
    .factory-image {
        max-width: 570px;
        width: 45vw;
    }
    
    .factory-image-container {
        display: grid;
        justify-content: center;
        align-items: center;
        max-width: 610px;
        width: 45vw;
        gap: 90px;
        margin-top: 30px;
    }
    
    .factory-image {
        max-width: 550px;
        width: 45vw;
    }
    
    .factory-image2 {
        margin-top: 75px;
        margin-left: 40px;
        max-width: 400px;
        width: 35vw;
    }
    
    
    .factory-text-container {
        display: grid;
        justify-content: center;
        align-items: center;
        max-width: 1320px;
        width: calc(100vw - 40px)
    }
    
    .factory-text {
        display: flex;
        justify-content: left;
        align-items: left;
        margin-top: 50px;
    }
    
    .factory-sub {
        margin-top: 10px;
    }
    
    .factory-point {
        margin-top: 10px;
        margin-right: 15px;
        min-width: 10px;
        min-height: 10px;
        max-width: 10px;
        max-height: 10px;
        border-radius: 5px;
    }
    
    #yellow {
        background-color: #FCE25B;
    }
    
    #green {
        background-color: #D2F400;
    }
    
    #red {
        background-color: #FF3B30;
    }
    
    #white {
        background-color: white;
    }
    
    #process {
        padding: 20px;
        margin-top: 0px;
        margin-bottom: 0px;
        display: grid;
    }
    
    .process-image-container {
        margin-top: 60px;
        display: grid;
        justify-content: center;
        align-items: center;
        text-align: center;
        max-width: 1320px;
        width: 95vw;
    }
    
    .process-image {
        margin-left: 40px;
        width: 100vw;
        margin-bottom: 0px;
    }
    
    .year-image {
        margin-left: 20px;
        width: 100vw;
        margin-bottom: 0px;
    }
    
    .intro-container {
        margin-top: 50px;
        display: flex;
        max-width: 1320px;
        width: 95vw;
    }
    
    .intro-image-container {
        max-width: 630px;
        width: 45vw;
        margin-bottom: 100px;
    }
    
    .intro-image {
        max-width: 450px;
        width: 35vw;
    }
    
    .intro-text-container {
        max-width: 630px;
        width: 45vw;
    }
    
    .intro-text-title {
        max-width: 630px;
        width: 45vw;
        margin-bottom: 10px;
    }
    
    .intro-text-main {
        max-width: 630px;
        width: 45vw;
        margin-bottom: 10px;
    }
    
    .intro-text-last {
        max-width: 630px;
        width: 45vw;
        margin-bottom: 50px;
    }
    
    .intro-text-end {
        display: grid;
        max-width: 630px;
        width: 45vw;
        margin-bottom: 50px;
        text-align: right;
    }
    
    .year-image-container {
        display: grid;
        justify-content: center;
        align-items: center;
        text-align: center;
        max-width: 1320px;
        width: 95vw;
    }
    
    footer {
        display: grid;
        width: 100vw;
        justify-content: center;
        align-items: center;
        text-align: center;
        background-color: #121f35;
        overflow: hidden;
    }
    
    .foot {
        max-width: 640px;
        max-width: calc(100vw - 40px);
        width: calc(100vw - 40px);
        display: grid;
        justify-content: center;
        align-items: center;
        text-align: center;
        height: 200px;
        padding: 20px;
    }
    
    .foot-logo {
        max-height: 45px;
        height: 50%;
    }
    
    .foot-title {
        max-width: calc(100vw - 40px);
        width: calc(100vw - 40px);
        justify-content: left;
        align-items: left;
        text-align: left;
        color: white;
        padding-left: 20px;
    }
    
    .footer-container {
        max-width: calc(100vw - 40px);
        width: calc(100vw - 40px);
        display: flex;
        border-radius: 8px;
    }
    
    .footer-table-1 {
        margin-left: 20px;
        display: grid;
        width: 80px;
        text-align: left;
        line-height: 30px;
        color: white;
    }
    
    .footer-table-2 {
        margin-left: 20px;
        display: grid;
        width: calc(100vw - 40px);
        text-align: left;
        line-height: 30px;
    }
        
    .footer-table-3 {
        margin-left: 20px;
        display: grid;
        width: calc(100vw - 40px);
        text-align: left;
        line-height: 30px;
    }
    

}


/* 오버레이 */

#main {
    z-index: 10;
}
  
.popup {
    padding: 20px;
    position: absolute;
    margin-top: 75px;
    margin-left: calc(50vw);
    width: 50vw;
    height: 500px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.3);
    background-color: #121f35;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s, visibility 0.5s;
    z-index: 10;
    display: grid;
}
  
#popupmain.active {
    visibility: visible;
    opacity: 1;
}
  
.popup-button-container {
    margin-bottom: 10px;
    display: grid;
    justify-content: center;
    align-items: center;
    height: 400px;
    max-width: 1170px;
    width: 100%;
    background-color: #121f35;
}
  
.button2 {
    display: grid;
    width: 150px;
    height: 80px;
    border-bottom: 1px solid #555;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.button3 {
    display: grid;
    width: 150px;
    height: 80px;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.popup-button-container nav ul li a:hover {
    font-weight: 800; /* Makes the text bolder on hover */
}

.popup-button-container nav ul li a:hover::after {
    width: 100%; /* Expands the line to 100% width on hover */
}

.footer-tel-wrapper a[href^="tel"] {
    color: #fff !important;
    text-decoration: none !important;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    margin: 5px 0;
  }
  

  