@charset "utf-8";
.mob{
    display: none;
}
#subHeader{
    margin-bottom: 30px;
}
.section{
    margin-bottom: 0;
}
.blue_section{
    background-color: #EFF9FF;
}
.container_flex{
    display: flex;
    justify-content: space-between;

}
.flex_reverse{
    flex-direction: row-reverse;
}
.content_desc{
    width: 50%;
    padding-top: 90px;
}
.container h2{
    font-size: 42px;
    margin-bottom: 15px;
}
.container h3{
    color:#555;
    font-size: 20px;
    line-height: 1.5;
    font-family: 'Noto Sans KR', sans-serif;
}
.content_img{
    width: 50%;
}
.card_box{
    display: flex;
    flex-wrap: wrap;
 }
.card{
    margin-bottom: 40px;
    padding: 30px 30px 39px 30px;
    box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.16);
    border-radius: 20px;
    background-color: #fff;
}
.card_title{
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 6px;
    font-family: 'IBM Plex Sans KR', sans-serif;
}
.card_desc{
    font-size: 16px;
    margin-bottom: 14px;
    color:#0d1c33;
}
.card_cont_area{
    width:calc(100% - 132px);
}
.card_box .card{
    width: calc(50% - 20px);
    margin-right: 40px;
    padding: 0;
    overflow: hidden;
}
.card_box .card:nth-of-type(2n){
    margin-right: 0;
}

.card_box .card_img{
    width: 50%;
}
.card_box .card_img img{
    height: 100%;
    object-fit: cover;
}
.card_box .container_desc{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 30px 30px 30px 25px;
}
.card_box .card_cont_area{
    width: 100%;
}

.more-btn{
    width: 135px;
    height: 40px;
    font-size: 16px;
    padding: 10px 33px;
}
.modal-wrap{
    overflow-y: auto;
}
/* society */
.section-title-sub{
    font-size: 42px;
}
/* videoSection */
#videoSection {
    margin-bottom: 0;
}

#videoSection .btn-wrap {
    text-align: center;
}

/* localSection */
#localSection{
    margin-bottom: 100px;
}
#localSection .wrap {
    /* padding-top: 200px; */
}
#localSection .content_desc{
    width: 45%;
}
#localSection .content_img{
    width: 55%;
}
/* toxinSection */
#toxinSection {
    position: relative;
}

#toxinSection .wrap {
    position: relative;
}

#toxinSection .content_desc {
    padding-top: 50px;
    padding-bottom: 50px;
}

#toxinSection .content_img{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 36%;
}
.ceo_desc{
    margin-bottom: 42px;
    padding-left: 20px;
}
.ceo_desc li{
    margin-bottom: 15px;
    position: relative;
    font-size: 20px;
    padding-left: 13px;
    color:#0d1c33;
}
.ceo_desc li:before{
    content: "";
    width: 4px;
    height: 4px;
    position: absolute;
    left: 0;
    top: 11px;
    border-radius: 50%;
    background-color: #004f92;
}
.bedge_box{
    display: flex;
    border: 2px solid #86B1D6;
    padding: 17px 43px 17px 40px;
    border-radius: 8px;
}
.bedge_item{
    width: 30%;
    padding-left: 55px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    margin-right: 6%;
}
.bedge_item:first-of-type{
    background-image: url("../img/society/bedge1.png");
}
.bedge_item:nth-of-type(2){
    background-image: url("../img/society/bedge2.png");
}
.bedge_item:nth-of-type(3){
    width: 40%;
    background-image: url("../img/society/bedge3.png");
    margin-right: 0;
}
.bedge_count{
    font-size: 30px;
    font-weight: bold;
    color:#004f92;
}
/* causeSection */
#causeSection {
    padding-top: 30px;
    margin-bottom: 80px;
}
.micro_cont .card_img{
    margin-bottom: 20px;
}

.micro_cont .card_img img{
    width: calc(50% - 9px);
    margin-right: 18px;
}
.micro_cont .card_img img:last-of-type{
    margin-right: 0;
}
.micro_cont .container_desc{
    align-items: center;
}
/* diseaseSection */
#diseaseSection{
    padding: 120px 0;
    background-color: #ecf8f6;
}
#diseaseSection .container{
    background-image: url("../img/society/bg_bee.png");
    background-size: 700px;
    background-repeat: no-repeat;
    background-position: bottom right;
}
#diseaseSection h2{
    margin-bottom: 30px;
}
.card_blank{
    height: 240px;
}
/* growthSection */
#growthSection{
    padding: 120px 0;
}
#growthSection .content {
    width: 100%;
    height: 100%;
}
.grow_list{
    margin-top: 40px;
}
.grow_list .grow_item{
    display: block;
    padding: 20px;
    height: auto;
    border-radius: 30px;
    border: 1px solid #969696;
    overflow: hidden;
    margin-bottom: 20px;
}
.grow_list .grow_item:last-of-type {
    margin-bottom: 0;
}
.grow_title{
    width: 100%;
    border-radius: 30px;
    background-color: #64bbaa;
    color:#fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 15px;
    margin-bottom: 20px;
}
.grow_item:nth-of-type(2) .grow_title{
    background-color: #4c83b2;
}
.grow_num{
    margin-right: 20px;
    font-weight: bold;
}
.grow_item_list{
    width: 100%;
    font-size: 20px;
}
.grow_item_list ul{
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.grow_item_list li{
    width: calc(25% - 20px);
    max-width: 250px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}
/* patentSection */
#patentSection {
    margin-bottom: 0;
    background: url(../img/society/patent_bg.png) no-repeat center/cover;
}

#patentSection .title,
#patentSection .title {
    margin-bottom: 0;
}

#patentSection .container {
    padding-top: 80px;
    padding-bottom: 200px;
}

#patentSection .content {
    width: 100%;
    height: 100%;
}

#patentSection .slide-view {
    position: relative;
    width: calc(100% + 30px);
    height: 100%;
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden;
}

#patentSection .slide-wrap {
    position: relative;
    width: 200%;
    left: 0;
    height: 100%;
    padding: 80px 0;
}

#patentSection .slide {
    position: relative;
    float: left;
    width: 12.5%;
}

#patentSection .slide .slide-cont {
    position: relative;
    margin: 0 15px;
}

#patentSection .prev-wrap,
#patentSection .next-wrap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 4.2969vw;
    height: 4.2969vw;
    min-width: 44px;
    min-height: 44px;
    max-width: 60px;
    max-height: 60px;
    z-index: 200;
}

#patentSection .prev-wrap {
    left: 20px;
}

#patentSection .next-wrap {
    right: 20px;
}

#patentSection .pagination {
    width: 205px;
    height: 5px;
    margin: 0 auto;
}

#patentSection .pagination ul {
    width: 100%;
    height: 100%;
}

#patentSection .pagination li {
    float: left;
    width: calc(50% - 2.5px);
    height: 100%;
    margin-right: 5px;
}

#patentSection .pagination li:last-of-type {
    margin-right: 0;
}

#patentSection .page-btn {
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    transition: background-color .3s;
}

#patentSection .page-btn.active {
    background: #004F92;
}

/* modal */
#growModal .modal-wrap .modal-title {
    margin-bottom: 58px;
}


/* leadModal */
#leadModal .modal-content .article-title {
    text-align: center;
    margin-bottom: 28px;
}

#leadModal .modal-content .article-title h4 {
    font-size: 36px;
    font-weight: bold;
}

#leadModal .modal-content .article-title h5 {
    font-size: 19px;
}

#leadModal .modal-content .card-item {
    float: left;
    width: calc(33.333% - 23.333px);
    margin-right: 35px;
    border: 1px solid rgba(0, 79, 146, .2);
}

#leadModal .modal-content .card-item:last-of-type {
    margin-right: 0;
}

#leadModal #technologyArticle .card-title {
    text-align: center;
    background: rgba(0, 79, 146, .2);
    font-size: 18px;
    font-weight: 500;
    color: #1a1a1a;
    padding: 10px;
}

#leadModal #technologyArticle .card-content {
    padding: 20px;
}

#leadModal #technologyArticle .card-content .img-wrap {
    text-align: center;
    margin-bottom: 20px;
}

#leadModal #technologyArticle .card-content .img-wrap img {
    width: 100px;
}

#leadModal #technologyArticle .card-content .txt-wrap li {
    color: #0d1c33;
    margin-bottom: 20px;
}

#leadModal #technologyArticle .card-content .txt-wrap li:last-of-type {
    margin-bottom: 0;
}

#leadModal #effect1Article .card-item,
#leadModal #effect2Article .card-item {
    padding: 30px 20px;
    position: relative;
}

#leadModal #effect1Article .card-title,
#leadModal #effect2Article .card-title {
    margin-bottom: 10px;
    font-size: 20px;
    text-decoration: underline;
    color: #1a1a1a;
    font-weight: 500;
    text-align: center;
}

#leadModal #effect1Article .card-content .txt-wrap,
#leadModal #effect2Article .card-content .txt-wrap {
    color: #333;
}

#leadModal #effect1Article .card-content .img-wrap,
#leadModal #effect2Article .card-content .img-wrap {
    position: absolute;
    bottom: 30px;
    left: 20px;
    width: calc(100% - 40px);
    text-align: center;
}

#leadModal #mineralArticle .img-wrap {
    text-align: center;
}

#leadModal #mineralArticle .img-wrap .pc {
    display: block;
}

#leadModal #mineralArticle .img-wrap .mob {
    display: none;
    width: 50%;
    min-width: 280px;
}

#leadModal #mineralArticle .txt-wrap {
    display: none;
    margin-top: 30px;
    font-size: 16px;
}

#leadModal #mineralArticle .txt-wrap li {
    position: relative;
    padding-left: 23px;
    margin-bottom: 20px;
}

#leadModal #mineralArticle .txt-wrap li:last-of-type {
    margin-bottom: 0;
}

#leadModal #mineralArticle .txt-wrap li::before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 7px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(0, 79, 146, .5);
}

#leadModal #hyaluronicArticle .card-wrap .img-wrap,
#leadModal #hyaluronicArticle .card-wrap .txt-wrap,
#leadModal #energyArticle .card-wrap .img-wrap,
#leadModal #energyArticle .card-wrap .txt-wrap {
    float: left;
}

#leadModal #hyaluronicArticle .card-wrap .img-wrap,
#leadModal #energyArticle .card-wrap .img-wrap {
    width: calc(42% - 30px);
    height: 400px;
    margin-right: 30px;
    overflow: hidden;
    border-radius: 20px;
}

#leadModal #hyaluronicArticle .card-wrap .img-wrap img,
#leadModal #energyArticle .card-wrap .img-wrap img {
    position: relative;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
}

#leadModal #hyaluronicArticle .card-wrap .txt-wrap,
#leadModal #energyArticle .card-wrap .txt-wrap {
    position: relative;
    width: 58%;
}

#leadModal #hyaluronicArticle .card-wrap .txt-wrap .before,
#leadModal #energyArticle .card-wrap .txt-wrap .before,
#leadModal #hyaluronicArticle .card-wrap .txt-wrap .after,
#leadModal #energyArticle .card-wrap .txt-wrap .after {
    /* height: 190px; */
    border: 1px solid #e2e2e2;
    border-radius: 20px;
    padding: 25px;
}

#leadModal #hyaluronicArticle .card-wrap .txt-wrap .before,
#leadModal #energyArticle .card-wrap .txt-wrap .before {
    margin-bottom: 20px;
}

#leadModal #hyaluronicArticle .card-wrap .txt-wrap .arrow,
#leadModal #energyArticle .card-wrap .txt-wrap .arrow {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    transform: translate(-50%, -50%);
}

#leadModal #hyaluronicArticle .card-wrap .txt-wrap .arrow .pc,
#leadModal #energyArticle .card-wrap .txt-wrap .arrow .pc {
    display: inline-block;
}

#leadModal #hyaluronicArticle .card-wrap .txt-wrap .arrow .mob,
#leadModal #energyArticle .card-wrap .txt-wrap .arrow .mob {
    display: none;
}

#leadModal #hyaluronicArticle .card-wrap .txt-wrap h6,
#leadModal #energyArticle .card-wrap .txt-wrap h6 {
    font-size: 20px;
    font-weight: bold;
    text-decoration: underline;
    margin-bottom: 10px;
}

#leadModal #hyaluronicArticle .card-wrap .txt-wrap p,
#leadModal #hyaluronicArticle .card-wrap .txt-wrap li,
#leadModal #energyArticle .card-wrap .txt-wrap p,
#leadModal #energyArticle .card-wrap .txt-wrap li {
    line-height: 1.4;
}


/* trustModal */
#trustModal #buildArticle {
    background: #fafafa;
    margin-top: 25px;
}

#trustModal #buildArticle .title-wrap {
    text-align: center;
}

#trustModal #buildArticle .title-wrap h5 {
    position: relative;
    top: -25px;
    margin-bottom: 50px;
}

#trustModal #buildArticle .title-wrap h5 span {
    display: inline-block;
    padding: 11px 41px;
    border-radius: 30px;
    color: #fff;
    background: #004f92;
}

#trustModal #buildArticle .title-wrap h4 {
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 15px;
    font-size: 50px;
    font-weight: bold;
    color: #004f92;
}

#trustModal #buildArticle .direction-wrap {
    width: calc(100% - 40px);
    max-width: 356px;
    margin: 0 auto;
}

#trustModal #buildArticle .direction-wrap li {
    float: left;
    width: 50%;
}

#trustModal #buildArticle .img-wrap {
    margin: 60px 25px 34px 25px;
}

#trustModal #buildArticle .img-wrap .pc {
    display: inline-block;
}

#trustModal #buildArticle .img-wrap .mob-img {
    display: none;
}

#trustModal .affiliate-wrap {
    margin: 0 45px;
    padding-bottom: 50px;
}

#trustModal .affiliate-wrap ul {
    float: left;
    width: 17%;
    margin-left: 6%;
    margin-right: 2%;
}

#trustModal #journalArticle .article-title {
    text-align: center;
    font-size: 30px;
    color: #0d1c33;
    font-weight: bold;
    margin-bottom: 100px;
}

#trustModal #journalArticle .article-title .bold {
    color: #004f92;
}

#trustModal #journalArticle .article-cont {
    margin: 0 50px;
    height: auto;
}

#trustModal #journalArticle .article-cont li {
    position: relative;
    float: left;
    width: calc(33.333% - 20px);
    height: 380px;
    margin-right: 30px;
    margin-bottom: 30px;
    border: 1px solid #e2e2e2;
    text-align: center;
    box-shadow: 10px 20px 30px 0 rgba(0, 0, 0, 0.1);
}

#trustModal #journalArticle .article-cont li:nth-of-type(3n) {
    margin-right: 0;
}

#trustModal #journalArticle .article-cont li .top {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding: 40px 25px 0 25px;
    font-size: 18px;
    font-weight: bold;
    color: #0d1c33;
}

#trustModal #journalArticle .article-cont li .bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 25px 20px 25px;
    font-size: 18px;
    color: #0d1c33;
}

#trustModal #journalArticle .article-cont li .bottom span {
    display: block;
}

/* growModal */
#growModal .modal-content .article-title {
    position: relative;
    margin-bottom: 100px;
}

#growModal .modal-content .article-title img {
    position: relative;
    z-index: 1;
}

#growModal .modal-content .article-title h4 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    text-align: center;
    font-size: 36px;
    font-weight: 500;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    color: #fff;
    z-index: 2;
}

#growModal .modal-content .article-cont {
    text-align: center;
}

#growModal .modal-content .article-cont .txt-wrap {
    font-size: 19px;
    line-height: 168%;
    color: #0d1c33;
    margin-bottom: 100px;
}

#growModal .modal-content .article-cont .txt-wrap .bold {
    color: #3dbaa5;
}

#growModal .modal-content .article-cont .btn-wrap {
    text-align: center;
}


/* responsive */
@media all and (max-width: 1920px) {
    #localSection .local-card .img-wrap {
        margin-bottom: 0.5208vw;
    }
    #patentSection .container {
        padding-top: 70px;
        padding-bottom: 180px;
    }
}
@media all and (max-width: 1710px) {

    #patentSection .slide-wrap {
        padding: 60px 0;
    }
}
@media all and (max-width: 1366px) {
    #toxinSection .content_img{
        width: 39%;
    }
    .bedge_box{
        padding-left: 20px;
        padding-right: 20px;
    }
    .bedge_item{
        margin-right: 0;
    }
    .content_desc {
        width: 54%;
    }
    #toxinSection .section_bg {
        height: calc(100% - 160px);
        margin-top: 120px;
    }
    #toxinSection .cont-wrap .txt-wrap h4 {
        font-size: 28px;
        margin-bottom: 15px;
    }
    #toxinSection .cont-wrap .txt-wrap p {
        font-size: 17px;
    }
    #toxinSection .banner {
        top: -40px;
    }
    #toxinSection .banner .txt-wrap h4 {
        font-size: 28px;
        margin-bottom: 16px;
    }
    #toxinSection .banner .txt-wrap p {
        font-size: 17px;
    }
    #causeSection .card-item {
        width: calc(50% - 7.5px);
        margin-right: 15px;
    }
    #causeSection .card-item span {
        top: 20px;
        left: 25px;
        font-size: 18px;
    }
    #diseaseSection .disease-card {
        width: calc(25% - 11.25px);
        margin-right: 15px;
        margin-bottom: 15px;
    }
    #growthSection .slide {
        width: calc(33.333% - 10px);
        margin-right: 15px;
        box-shadow: 5px 7px 15px 0 rgba(0, 0, 0, 0.16);
    }
    #leadModal .modal-content .card-item {
        width: calc(33.333% - 13.333px);
        margin-right: 20px;
    }
    #leadModal .modal-content .article-title h4 {
        font-size: 30px;
    }
    #leadModal .modal-content .article-title h5 {
        font-size: 18px;
    }
    #trustModal #buildArticle .title-wrap h4 {
        font-size: 44px;
    }
    #trustModal #journalArticle .article-title {
        font-size: 26px;
        margin-bottom: 70px;
    }
    #trustModal #journalArticle .article-cont {
        margin: 0;
    }
    #growModal .modal-content .article-title {
        margin-bottom: 80px;
    }
    #growModal .modal-content .article-title h4 {
        font-size: 32px;
    }
    #growModal .modal-content .article-cont .txt-wrap {
        font-size: 18px;
        margin-bottom: 80px;
    }
    #patentSection .container {
        padding-top: 60px;
        padding-bottom: 150px;
    }
    #patentSection .slide-wrap {
        padding: 40px 0;
    }
    #patentSection .prev-wrap,
    #patentSection .next-wrap {
        display: none;
    }
}
@media all and (max-width: 1170px) {
    .card_box .container_desc{
        padding: 20px;
    }
    .card_title{
        font-size: 24px;
    }
    #toxinSection .content_img{
        width: 45%;
    }
    
    #causeSection .pie-wrap p {
        font-size: 1.5385vw;
    }
    #growthSection .slide-cont .txt-wrap .slide-title br {
        display: none;
    }
    #growthSection .slide-cont .txt-wrap .slide-txt br {
        display: none;
    }
}
@media all and (max-width: 1024px) {
    .mob{
        display: block;
    }
    .pc{
        display: none;
    }
    .more-btn{
        font-size: 14px;
    }
    .section-title-sub{
        font-size: 37px;
    }
    .container h2{
        font-size: 24px;
    }
    .container h3{
        font-size: 14px;
    }
    #subHeader .section-title{
    }
    .container_flex{
        display: block;
    }
    .content_desc{
        width: 100%;
        padding-top: 100px;
    }
    .content_img{
        width: 100%;
    }
    #localSection {
        margin-bottom: 80px;
    }
    #localSection .content_desc{
        width: 100%;
        padding-top: 70px;
    }
    #localSection .content_img{
        width: 100%;
    }
    #localSection .local-wrap {
        margin-bottom: 30px;
    }
    #localSection .local-card .img-wrap {
        margin-bottom: 2.9297vw;
    }
    #localSection .local-card .pc {
        display: none;
    }
    #localSection .local-card .mob {
        display: block;
    }
    #toxinSection .content {
        padding-top: 50px;
        padding-bottom: 0;
    }
    #toxinSection .content_img{
        width: 100%;
        position:static;
    }
    #toxinSection .section_bg {
        height: calc(100% - 180px);
        margin-top: 100px;
    }
    #toxinSection .title h2 br {
        display: block;
    }
    #toxinSection .cont-wrap .img-wrap,
    #toxinSection .cont-wrap .txt-wrap {
        float: none;
        width: 100%;
    }
    #toxinSection .cont-wrap .img-wrap img {
        width: 100%;
        margin-left: -5%;
        margin-top: 0;
    }
    #toxinSection .cont-wrap .txt-wrap h4 {
        font-size: 22px;
        margin-bottom: 10px;
    }
    #toxinSection .cont-wrap .txt-wrap p {
        font-size: 15px;
    }
    #toxinSection .banner .txt-wrap {
        width: 100%;
        text-align: left;
    }
    #toxinSection .banner {
        top: -80px;
    }
    #toxinSection .banner .img-wrap {
        width: calc(100% + 80px);
        margin-left: -40px;
        background: url(../img/society/toxin_banner_mob.png) no-repeat top/cover;
        height: 48.8281vw;
        min-height: 300px;
    }
    #toxinSection .banner .img-wrap img {
        display: none;
    }
    #toxinSection .banner .txt-wrap h4 {
        font-size: 22px;
        margin-bottom: 10px;
    }
    #toxinSection .banner .txt-wrap p {
        font-size: 15px;
    }
    #toxinSection .content_desc{
        padding-top: 100px;
        padding-bottom: 0;
    }
    .ceo_box{
        display: flex;
        flex-direction: column-reverse;
    }
    .ceo_desc{
        margin-bottom: 0;
    }
    .ceo_desc li{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .bedge_box{
        justify-content: space-between;
        margin-bottom: 15px;
        padding-left: 15px;
        padding-right: 15px;
        border-radius: 15px;
    }
    .bedge_item{
        padding-left: 0;
    }
    .bedge_item:first-of-type,
    .bedge_item:nth-of-type(2),
    .bedge_item:nth-of-type(3){
        background-image: none;
    }
    .bedge_title{
        font-size: 14px;
        margin-bottom: 10px;
    }
    .bedge_count{
        background-size: contain;
        background-position: left;
        background-repeat: no-repeat;
        padding-left: 25px;
        font-size: 20px;
    }
    .bedge_item:first-of-type .bedge_count{
        background-image: url("../img/society/bedge1.png");
    }
    .bedge_item:nth-of-type(2) .bedge_count{
        background-image: url("../img/society/bedge2.png");
    }
    .bedge_item:nth-of-type(3) .bedge_count{
        background-image: url("../img/society/bedge3.png");
    }
    #causeSection {
        padding-top: 0;
    }
    #causeSection .container {
        padding: 0 40px;
    }
    #causeSection .card-wrap {
        margin-bottom: 20px;
    }
    #causeSection .card-item {
        float: none;
        width: 100%;
        height: 25vw;
        min-height: 100px;
        margin-right: 0;
        margin-bottom: 10px;
        border-radius: 15px;
    }
    #causeSection .card-item span {
        top: 15px;
        left: 20px;
        font-size: 16px;
        font-weight: 500;
    }
    #causeSection .char-wrap {
        display: none;
    }
    #causeSection .pie-wrap {
        width: 100%;
    }
    #causeSection .pie-wrap p {
        position: relative;
        font-size: 18px;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    #causeSection .pie-wrap p br {
        display: none;
    }
    #causeSection .pie-wrap .pc {
        display: none;
    }
    #causeSection .pie-wrap .mob {
        display: block;
    }
    .micro_cont .card_img img{
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .micro_cont .more-btn{
        display: flex;
        margin: 0 auto;
    }
    .card_box .card{
        width: 100%;
        margin-right: 0;
    }
    .card_box .container_flex{
        display: flex;
    }
    .card {
        margin-bottom: 20px;
    }
    .card_box .card_img {
        width: 42%;
    }
    .container_flex {
        width: 100%;
    }
    .card_box .container_desc{
        width: 58%;
        padding: 15px 1.9531vw; 
        justify-content: center;
    }
    .card_title {
        font-size: 17px;
    }
    .card_blank{
        display: none;
    }
    .card_cont_area{
        width: 100%;
        margin-bottom: 20px;
    }
    .card_desc{
        display: none;
        /* font-size: 14px; */
        /* margin-bottom: 6px; */
    }
    #diseaseSection{
        padding: 100px 0 ;
    }
    #diseaseSection .container{
        background-size: 150%;
        background-position: bottom;
    }
    #diseaseSection .disease-card {
        width: calc(50% - 5px);
        height: 25vw;
        min-height: 100px;
        margin-right: 10px;
        margin-bottom: 10px;
        border-radius: 15px;
    }
    #diseaseSection .disease-card:nth-of-type(2n) {
        margin-right: 0;
    }
    #diseaseSection .disease-card .txt-wrap {
        font-size: 20px;
    }
    #growthSection{
        padding: 100px 0 0 0;
    }
    .grow_list {
        margin-top: 20px;
    }
    .grow_list .grow_item{
        height: auto;
        display: block;
        padding: 15px;
        border-radius: 15px;
    }
    .grow_title{
        width: 100%;
        font-size: 14px;
        text-align: center;
        padding: 10px;
        margin-bottom: 15px;
    }
    .grow_item_list{
        width: 100%;
        font-size: 14px;
    }
    .grow_item_list ul {
        width: 100%;
    }
    .grow_item_list li{
        width: calc(50% - 10px);
        margin-left: 5px;
        margin-right: 5px;
    }
    #patentSection .slide-wrap {
        width: 400%;
    }
    #patentSection .pagination {
        width: 100%;
        max-width: 415px;
        height: 5px;
        margin: 0 auto;
    }
    #patentSection .pagination li {
        width: calc(25% - 3.75px);
    }
    #leadModal .modal-content .article-title {
        text-align: left;
    }
    #leadModal .modal-content .article-title h4 {
        font-size: 22px;
    }
    #leadModal .modal-content .article-title h5 {
        font-size: 16px;
    }
    #leadModal .modal-content .card-item {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    #leadModal #effect1Article .card-title,
    #leadModal #effect2Article .card-title {
        font-size: 18px;
    }
    #leadModal #effect1Article .card-content .img-wrap img,
    #leadModal #effect2Article .card-content .img-wrap img {
        max-width: 500px;
    }
    #leadModal #mineralArticle .img-wrap .pc {
        display: none;
    }
    #leadModal #mineralArticle .img-wrap .mob {
        display: inline-block;
    }
    #leadModal #mineralArticle .txt-wrap {
        display: block;
    }
    #leadModal #hyaluronicArticle .card-wrap .img-wrap,
    #leadModal #hyaluronicArticle .card-wrap .txt-wrap,
    #leadModal #energyArticle .card-wrap .img-wrap,
    #leadModal #energyArticle .card-wrap .txt-wrap {
        float: none;
        margin-right: 0;
        width: 100%;
    }

    #leadModal #hyaluronicArticle .card-wrap .img-wrap,
    #leadModal #energyArticle .card-wrap .img-wrap {
        border-radius: 0;
        margin-bottom: 20px;
    }

    #leadModal #hyaluronicArticle .card-wrap .img-wrap img,
    #leadModal #energyArticle .card-wrap .img-wrap img {
        top: 0;
        left: 0;
        width: 100%;
        min-width: 0;
        min-height: 0;
        transform: translate(0, 0);
    }

    #leadModal #hyaluronicArticle .card-wrap .txt-wrap .before,
    #leadModal #energyArticle .card-wrap .txt-wrap .before,
    #leadModal #hyaluronicArticle .card-wrap .txt-wrap .after,
    #leadModal #energyArticle .card-wrap .txt-wrap .after {
        border: 0;
        border-radius: 0;
        padding: 0;
    }

    #leadModal #hyaluronicArticle .card-wrap .txt-wrap h6,
    #leadModal #energyArticle .card-wrap .txt-wrap h6 {
        font-size: 18px;
        margin-bottom: 5px;
    }

    #leadModal #hyaluronicArticle .card-wrap .txt-wrap .arrow,
    #leadModal #energyArticle .card-wrap .txt-wrap .arrow {
        position: relative;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        margin-bottom: 20px;
        text-align: center;
        transform: translate(0, 0);
    }

    #leadModal #hyaluronicArticle .card-wrap .txt-wrap .arrow .pc,
    #leadModal #energyArticle .card-wrap .txt-wrap .arrow .pc {
        display: none;
    }

    #leadModal #hyaluronicArticle .card-wrap .txt-wrap .arrow .mob,
    #leadModal #energyArticle .card-wrap .txt-wrap .arrow .mob {
        display: inline-block;
        width: 24%;
    }
    
    #trustModal #buildArticle {
        width: calc(100% + 40px);
        margin-left: -20px;
        margin-top: 50px;
    }
    #trustModal #buildArticle .title-wrap h5 {
        font-size: 20px;
        top: -50px;
        margin-top: 110px;
        margin-bottom: 0;
    }
    #trustModal #buildArticle .title-wrap h5 span {
        padding: 0 20px;
        border-radius: 0;
        color: #0d1c33;
        background: transparent;
    }
    #trustModal #buildArticle .title-wrap h4 {
        font-size: 36px;
    }

    #trustModal #buildArticle .build-cont {
        padding: 40px;
    }

    #trustModal #buildArticle .img-wrap,
    #trustModal #buildArticle .affiliate-wrap {
        float: left;
    }

    #trustModal #buildArticle .img-wrap {
        width: 30%;
        /* min-width: 150px; */
        margin: 0;
    }
    
    #trustModal #buildArticle .img-wrap .pc {
        display: none;
    }
    
    #trustModal #buildArticle .img-wrap .mob-img {
        display: block;
        width: 100%;
        margin-bottom: -10%;
    }
    #trustModal #buildArticle .img-wrap .mob-img:last-of-type {
        margin-bottom: 0;
    }

    #trustModal #buildArticle .affiliate-wrap {
        width: calc(70% - 30px);
        /* max-width: calc(100% - 180px); */
        margin: 0;
        margin-left: 30px;
        padding-bottom: 0;
    }
    #trustModal .affiliate-wrap .list-wrap {
        position: relative;
        width: 100%;
        height: 25%;
        min-height: 100px;
        padding: 20px 0;
        border-bottom: 1px solid #e3e3e3;
    }
    #trustModal .affiliate-wrap .list-wrap:last-of-type {
        border-bottom: 0;
    }
    #trustModal .affiliate-wrap ul {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        float: none;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    #trustModal .affiliate-wrap li {
        float: left;
        width: 50%;
    }

    #trustModal #journalArticle .article-title {
        font-size: 22px;
        margin-bottom: 40px;
    }
    #trustModal #journalArticle .article-cont {
        position: relative;
        width: calc(100% + 40px);
        overflow: hidden;
        left: -20px;
        padding-bottom: 40px;
    }
    #trustModal #journalArticle .article-cont ul {
        position: relative;
        top: 0;
        left: 0;
        /* width: 630%; */
        width: 2610px;
        margin-left: 10px;
    }
    #trustModal #journalArticle .article-cont li {
        width: calc(11.111% - 20px);
        margin: 0 10px;
    }
    #trustModal #journalArticle .article-cont li:nth-of-type(3n) {
        margin: 0 10px;
    }
    #growModal .modal-wrap .modal-title {
        margin-bottom: 36px;
    }
    #growModal .modal-content .article-title {
        margin-bottom: 50px;
    }
    #growModal .modal-content .article-title h4 {
        font-size: 26px;
    }
    #growModal .modal-content .article-cont {
        text-align: left;
    }
    #growModal .modal-content .article-cont .txt-wrap {
        font-size: 17px;
        margin-bottom: 50px;
    }
    #patentSection .container {
        padding-bottom: 80px;
    }
}

@media all and (max-width: 640px) {
    #toxinSection .content {
        padding-top: 30px;
    }
    #toxinSection .section_bg {
        height: calc(100% - 150px);
    }
    #toxinSection .banner {
        top: -50px;
    }
    #toxinSection .bedge_item {
        width: calc(30% - 10px);
        margin-right: 10px;
        display: flex;
        flex-direction: column;
        justify-content: inherit;
    }

    #toxinSection .bedge_item:nth-of-type(3) {
        margin-right: 0;
    }
    #toxinSection .bedge_title {
        /*height: 40px;*/
    }
    #causeSection .container {
        padding: 0 20px;
    }
    #causeSection .title br {
        display: none;
    }
    #causeSection .card-item {
        border-radius: 10px;
    }
    #causeSection .pie-wrap p {
        width: 90%;
        font-size: 16px;
    }
    .card {
        padding: 15px;
    }
    .card_box .card_img {
        width: 50%;
    }
    .card_box .container_desc{
        padding: 15px 10px;
        width: 50%;
    }
    .micro_cont .more-btn,
    .card_box .container_desc .more-btn {
        width: auto;
        height: 37px;
        padding: 10px 23px;
    }
    .card_cont_area {
        margin-bottom: 10px;
    }
    #diseaseSection .disease-card {
        width: calc(50% - 2.5px);
        margin-right: 5px;
        margin-bottom: 5px;
        border-radius: 10px;
    }
    #diseaseSection .disease-card .txt-wrap {
        font-size: 16px;
    }
    #growthSection .slide {
        width: calc(33.333% - 20px);
        margin: 0 10px;
        box-shadow: 10px 15px 40px 0 rgba(0, 0, 0, 0.16);
    }
    #growthSection .slide-cont .txt-wrap .slide-title {
        font-size: 20px;
        margin-bottom: 10px;
    }
    #growthSection .slide-cont .txt-wrap .slide-title br {
        display: none;
    }
    #growthSection .slide-cont .txt-wrap .slide-txt {
        font-size: 14px;
        margin-bottom: 15px;
    }
    #growthSection .slide-cont .btn-wrap a {
        display: inline-block;
        width: auto;
        padding: 10px 30px;
    }
    #growthSection .pagination {
        max-width: 160px;
    }
    #patentSection .pagination {
        max-width: 215px;
    }
    #leadModal .modal-content .card-item {
        margin-bottom: 20px;
    }
    #leadModal .modal-content .article-title h4 {
        font-size: 18px;
    }
    #leadModal .modal-content .article-title h5 {
        font-size: 15px;
    }
    #leadModal #technologyArticle .card-title {
        font-size: 16px;
    }
    #leadModal #technologyArticle .card-content .txt-wrap li {
        margin-bottom: 10px;
    }
    #leadModal #effect1Article .card-title,
    #leadModal #effect2Article .card-title {
        font-size: 16px;
        margin-bottom: 5px;
    }
    #leadModal #mineralArticle .txt-wrap li {
        margin-bottom: 10px;
    }
    #leadModal #hyaluronicArticle .card-wrap .txt-wrap h6,
    #leadModal #energyArticle .card-wrap .txt-wrap h6 {
        font-size: 16px;
    }
    #trustModal .modal-wrap .modal-title {
        margin-bottom: 50px;
    }
    #trustModal #buildArticle {
        margin-top: 30px;
    }
    #trustModal #buildArticle .title-wrap h5 {
        font-size: 16px;
        top: -30px;
        margin-top: 80px;
    }
    #trustModal #buildArticle .title-wrap h4 {
        font-size: 22px;
    }
    #trustModal #buildArticle .build-cont {
        padding: 40px 20px;
    }
    #trustModal #buildArticle .img-wrap {
        width: 40%;
    }
    #trustModal #buildArticle .affiliate-wrap {
        width: calc(60% - 20px);
        margin-left: 20px;
    }
    #trustModal #buildArticle .img-wrap .mob-img {
        margin-bottom: 0;
    }
    #trustModal .affiliate-wrap ul {
        position: relative;
        top: 0;
        left: 0;
        transform: translateY(0);
    }
    #trustModal .affiliate-wrap li {
        width: 100%;
        /* font-size: 14px; */
    }
    #trustModal #journalArticle .article-title {
        font-size: 18px;
        margin-bottom: 20px;
    }
    #trustModal #buildArticle .img-wrap .mob-img img {
        max-width: 209px;
        max-height: 100%;
        padding: 20px 0;
    }
    #trustModal .affiliate-wrap .list-wrap:first-of-type {
        border-top: 1px solid #e3e3e3;
    }
    #trustModal .affiliate-wrap .list-wrap:last-of-type {
        border-bottom: 1px solid #e3e3e3;
    }
    #growModal .modal-wrap .modal-title {
        margin-bottom: 20px;
    }
    #growModal .modal-content .article-title {
        margin-bottom: 20px;
    }
    #growModal .modal-content .article-title h4 {
        font-size: 18px;
    }
    #growModal .modal-content .article-cont .txt-wrap {
        font-size: 16px;
        margin-bottom: 20px;
    }
}
@media all and (max-width: 340px) {
    #toxinSection .bedge_item .bedge_count{
        font-size: 18px;
    }
    #toxinSection .bedge_title{
        /*height: 50px;*/
    }
    #toxinSection .bedge_item .bedge_count{
        padding-left: 20px;
    }
}
@media all and (max-width: 320px) {
    .card_box .container_flex {
        flex-direction: column;
    }
    .card_box .card_img {
        width: 100%;
    }
    .card_box .container_desc{
        width: 100%;
    }
}