/* 팝업 css */
.ingre-con p {
    margin: 0;
    padding: 0;
    word-break: break-all;
}
.ingre-con .ingre-txt {
    color: #505c69;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -0.02em;
    margin-bottom: 10px;
}
.ingre-con .ingre-txt::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 2px;
    background: #505c69;
    transform: translateY(-5px);
    margin-right: 6px;
}

.ingre-con table {
    margin-top: 40px;

    width: 100%;
    border-spacing: 0;
    border: none;
}
.ingre-con .product_table th:nth-child(1) {
    border-left: 0px;
}
.ingre-con .product_table th {
    font-size: 18px !important;
    font-weight: 500;
    table-layout: fixed;
    /*width: 25%;*/

    text-align: center;
    border-left: #DCDCDC 1px solid;
    border-top: 3px solid #0F3561;
    background: #f5f5f5;
    color: #0F3561;
    font-size: 13px;
    height: 43px;
    border-bottom: 1px solid #919299;
}
.ingre-con .product_table td {
    font-size: 16px !important;

    border-left: #DCDCDC 1px solid;
    background: #fff;
    color: #636363;
    font-size: 13px;
    height: 43px;
    border-bottom: 1px solid #DCDCDC;
    padding: 0px 10px;
    word-break: break-word;
}
.ingre-con .product_table td:nth-child(1) {
    width: 35%;
    text-align: center;
    font-weight: 500;

    border-left: 0px;
}
.ingre-con .product_table td:nth-child(1), .ingre-con .product_table td:nth-child(3), .ingre-con .product_table td:nth-child(5), .ingre-con .product_table td:nth-child(6) {
    text-align: center;
}

.ingre-con .product_table td.asterisk::before {
    content: "*";
    display: inline-block;
    color: #0F3561;
    margin-right: 2px;
}

.ingre-con .med-list {
    margin-top: 48px;
}
.ingre-con .med-list li~li {
    margin-top: 32px;
}
.ingre-con .med-list h3 {
    font-size: 20px;
    font-weight: 700;
    color: #0F3561;
    margin-bottom: 10px;
    padding: 0;

    border-bottom: 0px solid #ddd;
}
.ingre-con .med-list h3::before {
    content: '*';
    display: inline-block;
    color: #0F3561;
    margin-right: 2px;
}
.ingre-con .med-list p {
    font-size: 16px;
    font-weight: 400;
    color: #505C69;
    line-height: 1.8;
    padding-left: 8px;
}
.ingre-con .ul {
    padding: 0px;
    margin: 0px;
}
.ingre-con li {
    list-style: none;
}
