.Eff-box {
    display: flex;
    margin-top: 60px;
}

.Eff-box>* {
    flex: 1;
}

.Eff-flex {
    display: flex;
    position: relative;
}

.Eff-flex .number {
    color: #FFF;
    text-align: center;
    font-size: 40px;
    font-weight: 300;
    line-height: normal;
    border-radius: 100px;
    padding: 20px 23px;
}

:lang(ko).Eff-flex .number {
    border-radius: 50%;
    padding: 15px 23px;
}

.Eff-flex .dot-line {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    height: 2px;
    background: repeating-linear-gradient(to right,
            transparent,
            transparent 5px,
            #ddd 5px,
            #ddd 10px);
    z-index: -1;
}

.Eff-title {
    color: #333;
    font-size: 22px;
    font-weight: 500;
    line-height: normal;
    margin: 34px 0 20px;
}

:lang(ko) .Eff-title {
    font-weight:600;
}

.Eff-des {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}

.Eff-flex .number.color01 {
    background: #CBA5B3;
}

.Eff-flex .number.color02 {
    background: #BF90A1;
}

.Eff-flex .number.color03 {
    background: #B37B90;
}

.Eff-flex .number.color04 {
    background: #A7667E;
}

.Eff-flex .number.color05 {
    background: #9B516D;
}

.Eff-flex .number.color06 {
    background: #8F3C5B;
}

.healthy-margin {
    margin-bottom: 130px;
}

.healthy-title {
    color: #333;
    font-size: 25px;
    font-weight: 600;
    line-height: 25px;
    margin: 20px 0 15px;
}

.healthy-des {
    color: #444;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    padding-right: 40px;
}

.esg-title {
    display: flex;
    justify-content: center;
}

.esg-title-bac {
    display: flex;
    align-items: center;
    border-radius: 0px 20px;
    background: #8F3C5B;
    width: 374px;
    height: 87px;
    justify-content: center;
    gap: 15px;
}

.esg-title-bac>div:first-child {
    color: #FFF;
    font-size: 32px;
    font-weight: 700;
    line-height: 24px;
}

.esg-line {
    position: relative;
    height: 160px;
}

.esg-dot-line {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    background: repeating-linear-gradient(to bottom,
            transparent,
            transparent 5px,
            #ddd 5px,
            #ddd 10px);
    transform: translateX(-50%);
    z-index: -1;
}

.esg-line02 {
    position: relative;
    height: 2px;
}

.esg-dot-line02 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 825px;
    height: 2px;
    background: repeating-linear-gradient(to right,
            transparent,
            transparent 5px,
            #ddd 5px,
            #ddd 10px);
    z-index: -1;
}

.esg-container {
    position: relative;
    width: 825px;
    height: 66px;
    margin: 0 auto;
}

.esg-dot-line03 {
    position: absolute;
    top: 0;
    height: 100%;
    width: 2px;
    background: repeating-linear-gradient(to bottom,
            transparent,
            transparent 5px,
            #ddd 5px,
            #ddd 10px);
    z-index: -1;
}

.esg-dot-line03:nth-child(1) {
    left: 0;
}

.esg-dot-line03:nth-child(2) {
    left: 50%;
    transform: translateX(-50%);
}

.esg-dot-line03:nth-child(3) {
    right: 0;
}

.esg-content {
    display: flex;
    justify-content: space-between;
    gap: 21px;
}

.esg-box {
    flex: 1;
    border: 2px solid #E1E1E1;
    padding: 80px 30px;
    position: relative;
}

:lang(ko).esg-box {
    padding: 80px 29px;
}

.esg-box::before {
    content: url(/wp-content/uploads/2024/11/Group-4443.png);
    position: absolute;
    top: -14px;
    left: 177px;
}

.esg-box::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 51px;
    height: 51px;
    background: linear-gradient(to bottom right, #ddd 50%, #fff 50%);
    top: 607px;
    left: 338px;
}

:lang(ko).esg-box::after {
    top: 559px;
}

.esg-box-img {
    text-align: center;
}

.esg-box-title {
    color: #444;
    font-size: 27px;
    font-weight: 700;
    line-height: 25px;
    margin-top: 70px;
}

.esg-box-line {
    width: 45px;
    height: 5px;
    background: #8F3C5B;
    margin: 34px 0;
}

.esg-box-des {
    color: #333;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
}

.bio-content02-title.title-margin {
    margin-bottom: 15px;
}

.paper-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.paper-des {
    padding-right: 40px;
    width: 432px;
}

.paper-des>div:first-child {
    color: #000;
    font-size: 30px;
    font-weight: 500;
    line-height: 32px;
}

:lang(ko) .paper-des>div:first-child {
    font-weight: 600;
}

.paper-des .paper-line {
    width: 88px;
    height: 2px;
    background: #B98598;
    margin: 20px 0;
}

.paper-des>div:nth-child(3) {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}

.sub-des {
    color: #333;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px !important;
    margin-top: 30px;
}

#after_section_2,
#after_section_3 {
    border: none;
}

.bio-content02-title.left-content {
    text-align: left;
}

.paper-name-sci {
    text-align: right;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    position: relative;
}

.paper-name-sci>span {
    color: #8F3C5B;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
}

.paper-name-sci.before01:before {
    content: '';
    position: absolute;
    display: block;
    z-index: -1;
    height: 1px;
    background: #8F3C5B;
    top: 13px;
    width: 80px;
}

.paper-name-sci.before02:before {
    content: '';
    position: absolute;
    display: block;
    z-index: -1;
    height: 1px;
    background: #8F3C5B;
    top: 13px;
    width: 130px;
}

.graph-des {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 70px;
}

.rate-title {
    display: flex;
}

.rate-title>div {
    color: #FFF;
    font-size: 22px;
    font-weight: 400;
    line-height: normal;
    border-radius: 100px;
    background: #B98598;
    padding: 9px 42px;
    margin-bottom: 16px;
}

.rate-text {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 25px;
    line-height: normal;
}

.rate-box {
    background: #F9F3F6;
    margin: 0 100px 30px 0;
    padding: 35px 20px;
}

.rate-box>div:first-child {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 16px;
}

.rate-box>div:nth-child(2) {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}

.rate-table {
    border-top: 1px solid #A7667E !important;
    border-bottom: 1px solid #A7667E !important;
}

.rate-table table {
    margin: 0 !important;
}

.rate-table .bak-color-td {
    background: #FAF4F6 !important;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    padding: 9px 27px !important;
    width: 275px;
}

.rate-table table td:not(.bak-color-td) {
    padding: 9px 27px !important;
    color: #000;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    vertical-align: middle;
    background: #FCFAFB;
    border-left: none;
    border-right: none;
}

.papers-flex-oil {
    display: flex;
    align-items: flex-end;
    gap: 125px;
}

.papers-flex-oil>* {
    flex: 1;
}

.oil-table-text {
    color: #000;
    font-size: 22px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 25px;
}

.oil-img-text {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 25px;
    line-height: normal;
}

.papers-flex-oil>div:nth-child(2)>div {
    text-align: center;
}

.papers-flex-oil>div:nth-child(2)>div>img {
    width: 486px;
}

.papers-flex-oil>div:first-child>div:nth-child(2) {
    border-top: 1px solid #A7667E !important;
    border-bottom: 1px solid #A7667E !important;
}

.papers-flex-oil table {
    margin: 0 !important;
}

.papers-flex-oil .bak-color-td {
    background: #FAF4F6;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    width: 235px;
}

.papers-flex-oil table td {
    padding: 12px 19px;
    border-right: none;
    border-left: none;
}

.papers-flex-oil table td:not(.bak-color-td) {
    background: #fff;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}

.back-color-title {
    display: flex;
    justify-content: center;
}

.back-color-title>div {
    border-radius: 100px;
    background: #B98598;
    padding: 10px 65px;
    color: #FFF;
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    line-height: normal;
    margin: 95px 0 25px;
}

.container_wrap {
    border: none;
}

.template-page .entry-content-wrapper h2 {
    text-transform: none;
}

.result-div {
    height: 388px;
}

.result-div {
    height: 388px;
    display: flex;
    align-items: flex-end;
    padding: 50px 72px;
}

.result-title {
    color: #FFF;
    font-size: 25px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 36px;
}

.result-des {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}

.back-color-title.padding02>div {
    padding: 10px 160px;
}

.moa-flex {
    display: flex;
    gap: 126px;
    align-items: center;
}

.moa-flex>* {
    flex: 1;
}

.moa-flex>div:nth-child(2)>div:first-child {
    color: #000;
    font-size: 22px;
    font-weight: 400;
    line-height: normal;
}

.moa-flex .moa-line {
    width: 88px;
    height: 2px;
    background: #B98598;
    margin: 18px 0;
}

.moa-flex>div:nth-child(2)>div:nth-child(3) {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}

.moa-flex>div:nth-child(2)>div:nth-child(4) {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    padding-top: 10px;
}

.rate-table.rate-table02 table td:not(.bak-color-td) {
    background: #fff;
}

.rate-title02 {
    color: #000;
    font-size: 22px;
    font-weight: 400;
    line-height: normal;
}

.rate-line {
    width: 88px;
    height: 2px;
    background: #B98598;
    margin: 25px 0;
}

.rate-img {
    margin-bottom: 30px;
}

.paper-title05 {
    color: #000;
    font-size: 30px;
    font-weight: 500;
    line-height: 34px;
    margin-bottom: 50px;
}

:lang(ko) .paper-title05 {
    font-weight: 600;
}

.paper-title05>span {
    color: #8F3C5B;
    line-height: 34px;
}

.summary-flex {
    display: flex;
    padding-top: 90px;
    gap: 125px;
    justify-content: space-between;
    align-items: flex-end;
}

.summary-flex>div:first-child {
    flex: 1;
}

.summary-flex>div:nth-child(2) {
    width: 380px;
    display: flex;
}

.summary-title {
    color: #000;
    font-size: 22px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 25px;
}

.summary-table {
    border-top: 1px solid #A7667E !important;
    border-bottom: 1px solid #A7667E !important;
}

.summary-table table {
    margin-bottom: 0 !important;
}

.summary-color {
    background: #FAF6F7;
    color: #333;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    vertical-align: middle;
    padding: 12px 27px;
}

.summary-table table td {
    border-left: none;
    border-right: none;
}

.summary-table table td:not(.summary-color) {
    background: #fff;
    padding: 12px 27px;
    color: #333;
    font-size: 18px;
    font-weight: 400;
    vertical-align: middle;
    line-height: normal;
}

.summary-flex01 {
    display: flex;
    align-items: flex-end;
    gap: 24px;
    margin-top: 90px;
}

.summary-flex01>div:first-child {
    width: 384px;
    display: flex;
}

.summary-flex01>div:nth-child(2) {
    flex: 1;
}

.summary-color-title {
    display: flex;
    margin-bottom: 25px;
}

.summary-color-title>div {
    color: #FFF;
    font-size: 22px;
    font-weight: 400;
    line-height: normal;
    border-radius: 100px;
    background: #B98598;
    padding: 10px 60px;
}

.summary-color-box {
    margin-bottom: 35px;
    background: #FAF6F7;
    padding: 30px;
}

.summary-color-box>div:first-child {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}

.summary-color-box>div:nth-child(2) {
    color: #8F3C5B;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    margin-top: 16px;
}

.summary02-title {
    color: #000;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 25px;
    line-height: normal;
}

.summary02-table table {
    margin-bottom: 0 !important;
}

.summary02-table {
    border-top: 1px solid #A7667E !important;
    border-bottom: 1px solid #A7667E !important;
}

.summary02-table tr th:not(:first-child) {
    background: #FAF6F7;
    color: #333;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: normal !important;
}

.summary02-table tr th:first-child {
    background: #fff;
    color: #333;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: normal !important;
}

.summary02-table tr td {
    background: #fff;
    color: #333;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}

.summary-flex.summary-flex03>div:nth-child(2) {
    display: block;
    width: 482px;
}

.summary-flex.summary-flex03 .summary-table table td:not(.summary-color) {
    background: #FCFAFB;
}

.summary-flex.summary-flex03 .summary-table table ul {
    margin: 0 !important;
    list-style: ' – ';
}

.summary-flex.summary-flex03 {
    padding-top: 0;
}

.summary-text {
    width: 100%;
    height: 231px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    background: url(/wp-content/uploads/2024/12/Mask-group-1.png) no-repeat;
    background-size: cover;
    margin-top: 80px;
}

.project-div {
    display: flex;
    gap: 40px;
}

.project-title {
    display: flex;
}

.project-title>div {
    background: #B98598;
    border-radius: 500px;
    flex: 1;
    width: 216px;
    height: 216px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #FFF;
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    line-height: normal;
}

.project-dot-line {
    display: flex;
    align-items: center;
}

.project-dot-line-inner {
    transform: translateY(-50%);
    width: 107px;
    height: 1px;
    background: repeating-linear-gradient(to right,
            transparent,
            transparent 5px,
            #000 5px,
            #000 10px);
    z-index: -1;
}

.project-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.project-inner {
    gap: 60px;
    display: flex;
    padding: 20px 0 0;
    border-top: 1px solid #888 !important;
}

.project-inner>div:first-child {
    width: 147px;
    color: #8F3C5B;
    font-size: 22px;
    font-weight: 400;
    line-height: normal;
}

.project-inner>div:first-child::before {
    content: '';
    display: block;
    height: 3px;
    background: #8F3C5B;
    width: 100%;
    position: relative;
    top: -22px;
}

.project-inner>div:nth-child(2) {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    flex: 1;
}