/*     1237345 : HTML 편집기      */
.sub_deathbed * {
    font-family: 'Pretendard', 'Noto Sans KR', sans-serif;
    word-break: keep-all;
    line-height: 1.6em;
    box-sizing: border-box;
    color: #000;
}

.sub_deathbed .inner {
    max-width: var(--max-width);
    margin: 0 auto;
}


.sub_deathbed .sub_top_common {
    background-image: url('/img_up/shop_pds/ehompy0428/design/2024/sub/sub3_3_img1.jpg');
    text-align: center;
    padding: 7em 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.sub_deathbed .sub_top_common .tit {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
}

.sub_deathbed .sub_top_common .conts {
    white-space: pre-line;
    font-size: 20px;
    color: #ffffffcf;
}

.sub_deathbed .sub_top_common .conts b {
    color: #fff;
    font-weight: 600;
}

.sub_deathbed .sub_top_common .num_box {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    border-top: 1px dashed #ffffff47;
    margin-top: 20px;
    padding-top: 20px;
}

.sub_deathbed .sub_top_common .num_box .n-conts {
    font-size: 18px;
    color: #fff;
    text-align: left;
    margin-left: 20px;
}

.sub_deathbed .sub_top_common .num_box .n-conts b {
    color: #fff;
}

.sub_deathbed .sub_top_common .num_box .n-conts .num {
    font-size: 1.5em;
    color: #f38027;
    line-height: 1em;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 1);
}


.sub_deathbed .sec2 {
    margin-top: 100px;
}

.sub_deathbed .sec2 .item {
    border: 1px solid #d5d5d5;
    padding: 5em;
    padding-left: 350px;
    box-shadow: 1px 1px 2px #fff inset, -1px -1px 2px #fff inset;
    -webkit-box-shadow: rgba(0, 0, 0, .10) 0 2px 3px;
    position: relative;
    border-radius: 8px;
}

.sub_deathbed .sec2 .item:before {
    content: '';
    position: absolute;
    background-image: url('/img_up/shop_pds/ehompy0428/design/2024/sub/sub5_2_img2-01.png');
    width: 120px;
    height: 120px;
    left: 8em;
    top: 50%;
    transform: translateY(-50%);
    background-size: cover;
    opacity: .3;
}

.sub_deathbed .sec2 .it2:before {
    background-image: url('/img_up/shop_pds/ehompy0428/design/2024/sub/sub5_2_img2-02.png');
}

.sub_deathbed .sec2 .it3:before {
    background-image: url('/img_up/shop_pds/ehompy0428/design/2024/sub/sub5_2_img2-03.png');
}

.sub_deathbed .sec2 .it4:before {
    background-image: url('/img_up/shop_pds/ehompy0428/design/2024/sub/sub5_2_img2-04.png');
}

.sub_deathbed .sec2 .it5:before {
    background-image: url('/img_up/shop_pds/ehompy0428/design/2024/sub/sub5_2_img2-05.png');
}

.sub_deathbed .sec2 .item:not(:last-child) {
    margin-bottom: 40px;
}

.sub_deathbed .sec2 .item .subj {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
}

.sub_deathbed .sec2 .item .subj .num {
    font-size: .8em;
    padding-right: 8px;
    font-weight: 900;
    color: var(--prm-clr);
}

.sub_deathbed .sec2 .item .conts {
    font-size: 18px;
}


@media (max-width:1023px) {

    .sub_deathbed .inner {
        padding: 0 15px;
    }

    .sub_deathbed .sub_top_common {
        padding: 4em 0;
    }

    .sub_deathbed .sub_top_common .tit {
        font-size: 20px
    }

    .sub_deathbed .sub_top_common .conts {
        font-size: 16px;
    }

    .sub_deathbed .sub_top_common .num_box .img {
        width: 50px;
    }

    .sub_deathbed .sub_top_common .num_box .n-conts {
        font-size: 16px;
    }


    .sub_deathbed .sec2 .item {
        padding-left: 32vw;
    }

    .sub_deathbed .sec2 .item:before {
        left: 10vw;
    }

    .sub_deathbed .sec2 .item .subj {
        font-size: 20px;
    }

    .sub_deathbed .sec2 .item .conts {
        font-size: 16px;
    }

}

@media (max-width:767px) {


    .sub_deathbed .sub_top_common .num_box {
        flex-wrap: wrap;
    }

    .sub_deathbed .sub_top_common .num_box .n-conts {
        margin: 0;
        text-align: center;
    }

    .sub_deathbed .sec2 {
        margin-top: 60px;
    }

    .sub_deathbed .sec2 .item {
        padding: 2em;
        overflow: hidden;
    }

    .sub_deathbed .sec2 .item:before {
        left: unset;
        top: 50%;
        transform: translatey(-50%);
        right: -10%;
        opacity: .05;
        width: 200px;
        height: 200px;
    }

    .sub_deathbed .sec2 .item:not(:last-child) {
    	margin-bottom: 20px;
    }
}

