




body {
    position: relative;
}

.section {
    position: relative;
}



.visual {
    box-shadow: 3px 3px 5px 3px #e9e9e9;
}



/* 클릭배너 영역 */

.clickbenner {
    padding: 20px 10px;
}

.clickbennerbox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

    .clickbennerbox > div {
        position: relative;
        margin: 8px;
        flex: 1;
        border-radius: 15px;
        overflow: hidden;
        border: 1px solid #f3f3f3;
    }

        .clickbennerbox > div > a {
        }

            .clickbennerbox > div > a > h3 {
                width: 130px;
                text-align: center;
                position: absolute;
                left: 50%;
                top: 20px;
                transform: translateX(-50%);
                /*border: 1px solid red;*/
                font: 800 18px 'NotoKR-Bold', sans-serif;
                letter-spacing: -1px;
            }

/*.clickbennerbox > div > a > h3:after{*/
/*    background: url('../../../Upload/Design/20211116/icon_click_01.png') no-repeat 0 0;*/
/*    background-size: 8px 10px;*/
/*    display: inline-block;*/
/*    width: 8px;*/
/*    height: 10px;*/
/*    margin: 0 0 2px 8px;*/
/*    content:"";*/
/*}*/


.bennerbox01 > a > h3 {
    color: #8f6032;
}

.bennerbox02 > a > h3 {
    color: #903d29;
}




.clickbennerbox > div > a > p {
    width: 130px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 45px;
    transform: translateX(-50%);
    letter-spacing: -1px;
}

.clickbennerbox-wide {
    /*flex: 1;*/
    position: relative;
    margin: 8px;
    flex: 1;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #e9e9e9;
}

    .clickbennerbox-wide > a > h3 {
        position: absolute;
        left: 20px;
        top: 25%;
        font: 800 18px 'NotoKR-Bold', sans-serif;
        letter-spacing: -1px;
        color: #666055;
    }



    .clickbennerbox-wide > a > p {
        position: absolute;
        left: 20px;
        top: 55%;
        letter-spacing: -1px;
    }



/* 리얼 후기 */

.review {
    height: 510px;
    margin: 40px 0 20px 0;
}


.review-tit {
    text-align: center;
    line-height: 2;
    letter-spacing: -0.5px;
    font: 24px 'NotoKR-Medium', sans-serif;
}


.reviewArticle {
    position: relative;
    margin: 20px 0;
}

.reviewarea {
    display: block;
    position: relative;
}

.reviewbox {
    position: relative;
    display: block;
    width: 280px;
    /*height: 500px;*/
    padding: 30px;
    margin: 15px;
    box-shadow: 3px 3px 5px 3px #e9e9e9;
}


.reviewTit {
    line-height: 1.4;
    font: 14px 'NotoKR-Medium', sans-serif;
    color: #a2a2a2;
}

.review_content {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    font-size: 16px;
    line-height: 1.6;
    word-break: normal;
    height: 128px;
    -webkit-line-clamp: 5; /* 표시하고자 하는 라인 수 */
    -webkit-box-orient: vertical;
    margin: 20px 0;
    color: #333333;
}

.reviewbox .review_click {
    width: 220px;
    height: 100px;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    justify-content: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    align-items: end;
    -webkit-box-align: end;
    -ms-flex-align: end;
}

.review_photo {
    width: 110px;
    height: 100px;
    overflow: hidden;
    background-color: #fff;
    border-radius: 10px;
    margin-right: 10px;
}


.review_click_link {
    color: #700000;
    font-family: 'NotoKR-Medium', sans-serif;
    font-weight: 600;
    letter-spacing: -1px;
}




/* 순수본 육아 라이프 섹션 */

.bonlife {
    background-color: #fef9f5;
    padding: 40px 0;
}

.bonlife-tit {
    text-align: center;
    line-height: 3;
    padding: 10px 0;
}

    .bonlife-tit > b {
        font: 600 18px 'NotoKR-Medium', sans-serif;
        color: #e7d4c5;
    }

    .bonlife-tit > h2 {
        font: 24px 'NotoKR-Medium', sans-serif;
        letter-spacing: -0.5px;
        /*color: #730000;*/
    }

    .bonlife-tit > p {
        font-size: 16px;
    }

.bonlife-icon {
    margin-bottom: 30px;
    padding: 0 20px;
}

    .bonlife-icon > div {
        display: flex;
        align-items: center;
        margin: 20px 0;
    }

        .bonlife-icon > div > img {
            width: 100px;
            margin-right: 20px;
        }

.bonlife-small-tit {
}

    .bonlife-small-tit > h3 {
        font: 800 16px 'NotoKR-Bold', sans-serif;
        color: #b68d4d;
        padding-bottom: 5px;
    }

    .bonlife-small-tit > p {
        font-size: 13px;
        line-height: 1.4;
    }

.bonlife-button {
    display: block;
    background-color: #730000;
    color: #fff;
    font: 800 18px 'Noto Sans KR', sans-serif;
    margin: 0 auto 20px;
    text-align: center;
    vertical-align: center;
    width: 250px;
    padding: 15px 0;
    border-radius: 50px;
}


/* 롤링배너 영역 */

#link_area {
    width: 100%;
}

.bennerbox {
    width: 100%;
    display: flex;
    /*flex-wrap: wrap;*/
    justify-content: space-between;
    align-items: center;
    padding: 30px;
    font-family: 'NotoKR-Medium', sans-serif;
}

    .bennerbox > img {
        /*width: 40px;*/
        padding-bottom: 6px;
        flex: 1;
    }

    .bennerbox > p {
        font-size: 15px;
        font-weight: 600;
        letter-spacing: -0.2px;
        line-height: 1.3;
        flex: 8;
    }


    .bennerbox > b {
        font-size: 16px;
        font-weight: 600;
        text-align: right;
        flex: 1;
    }





/* 상품리스트 영역 */

#prodId {
    padding-top: 60px;
    padding-bottom: 60px;
}

.product-tit {
    line-height: 1.5;
    letter-spacing: -0.5px;
    font: 24px 'NotoKR-Medium', sans-serif;
    padding-bottom: 20px;
}




/* 앤드 배너 영역 */

.endbennerbox {
}


/* 패밀리사이트 영역 */

#familySite {
    border: none;
    background: none;
    margin-bottom: 7px;
}


/* 풋터 영역*/


.bonCenter .centercopy > a {
    color: #5a0000;
}

#footer-e {
    margin-bottom: 30px;
}
