/*     1364745 : HTML 편집기      */
.sub_hst {
    position: relative;
    padding-bottom: var(--pdd-btt);
}

.sub_hst .flex {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.sub_hst .sec1 .tit_box {
    position: sticky;
    top: 30%;
    left: 0;
    padding-bottom: clamp(0rem, 6vw, 7rem);

}

.sub_hst .sec1 .tit_box img {
    width: 210px;
    margin-bottom: clamp(1.5rem, 1.5vw, 2.5rem);
}

.sub_hst .sec1 .cont_box {
    width: 62%;
}

.sub_hst .sec1 .cont_box .box {
    padding: clamp(1.5rem, 3vw, 4rem) clamp(1.8rem, 4vw, 5rem);
    border: 1px solid #efefef;
    color: #000;
    background: linear-gradient(0deg, #0000000a 50%, #00000003 50%), url(/img_up/shop_pds/ehompy0534/design/2024/sub/sub_hst-01.png) no-repeat;
    background-position: 100% 100%;
    margin-bottom: clamp(1rem, 2vw, 3rem);
    border-radius: clamp(1rem, 1vw, 2rem);
    transition: .3s;
    opacity: .3;
}

.sub_hst .sec1 .cont_box .box:nth-child(2) {
    background: linear-gradient(0deg, #0000000a 50%, #00000003 50%), url(/img_up/shop_pds/ehompy0534/design/2024/sub/sub_hst-02.png) no-repeat;
    background-position: 100% 100%;
}

.sub_hst .sec1 .cont_box .box:nth-child(3) {
    background: linear-gradient(0deg, #0000000a 50%, #00000003 50%), url(/img_up/shop_pds/ehompy0534/design/2024/sub/sub_hst-03.png) no-repeat;
    background-position: 100% 100%;
}

.sub_hst .sec1 .cont_box .box:nth-child(4) {
    background: linear-gradient(0deg, #0000000a 50%, #00000003 50%), url(/img_up/shop_pds/ehompy0534/design/2024/sub/sub_hst-04.png) no-repeat;
    background-position: 100% 100%;
}

.sub_hst .sec1 .cont_box .box:nth-child(5) {
    background: linear-gradient(0deg, #0000000a 50%, #00000003 50%), url(/img_up/shop_pds/ehompy0534/design/2024/sub/sub_hst-05.png) no-repeat;
    background-position: 100% 100%;
}

.sub_hst .sec1 .cont_box .box:nth-child(6) {
    background: linear-gradient(0deg, #0000000a 50%, #00000003 50%), url(/img_up/shop_pds/ehompy0534/design/2024/sub/sub_hst-06.png) no-repeat;
    background-position: 100% 100%;
}

.sub_hst .sec1 .cont_box .box.on {
    opacity: 1;

}

.sub_hst .sec1 .cont_box .yr {
    color: var(--prm-clr);
    font-size: clamp(1.2rem, 2.2vw, 3rem);
    font-weight: 800;
    font-family: math;
    letter-spacing: -0.02em;
    font-family: "Montserrat Alternates", sans-serif !important;
    margin-bottom: clamp(1rem, 1vw, 2rem);
    padding-bottom: clamp(1rem, 1vw, 2rem);
    border-bottom: 1px solid #0000002b;
    line-height: 1em;
}

.sub_hst .sec1 .cont_box ul {
    margin: 0;
    padding: 0 0 0 1em;
    list-style: none;
}

.sub_hst .sec1 .cont_box ul li {
    font-size: clamp(.95rem, .95vw, 1.5rem);
    line-height: 1.6em;
    margin: 3px 0;


}

.sub_hst .sec1 .cont_box ul li:before {
    content: "\2022";
    color: #ddd;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}



.sub_hst .sec1 .tit_box .tit {
    font-size: clamp(1.4rem, 2.6vw, 4rem);

    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 1.4em;
}

.sub_hst .sec1 .tit_box .exp {
    font-size: clamp(.95rem, .95vw, 1.5rem);
    margin-top: clamp(.5rem, 1.2vw, 3rem);
    line-height: 1.6em;
}

.sub_hst .sec2 {
    padding-top: clamp(3rem, 6vw, 8rem);

}

.sub_hst .sec2 .tit {
    font-size: clamp(1.4rem, 2.3vw, 4rem);
    font-weight: 700;
    margin-bottom: clamp(1rem, 1.5vw, 3rem);
}

.sub_hst .sec2 .conts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.sub_hst .sec2 .conts .item {
    width: calc(20% - clamp(.5rem, .8vw, 1rem));
    margin: clamp(.8rem, .8vw, 2rem) 0;
}

.sub_hst .sec2 .conts .item img {
    display: block;
}

.sub_hst .sec2 .conts .item .cap {
    text-align: center;
    font-weight: 600;
    margin-top: 10px;
}

.sub_hst .sec2 .conts .empty {}


.sub_hst .sec2 .conts-2 img {
    width: calc(50% - clamp(.5rem, .8vw, 1rem));
    display: block;
    margin: 0 0 clamp(.8rem, .8vw, 2rem) 0;
}


@media (max-width:1023px) {
    .sub_hst .sec1.flex {
        display: block;
    }

    .sub_hst .sec1 .tit_box {
        position: relative;
        top: 0;
    }

    .sub_hst .sec1 .cont_box {
        width: 100%;
    }

    .sub_hst .sec1 .tit_box .tit br {
        display: none;
    }
}


@media (max-width:767px) {
    .sub_hst .sec1 .cont_box .box {
        background-size: 260% !important;
        background-position: center !important;
    }

    .sub_hst .sec2 .conts .item {
        width: calc(50% - clamp(.5rem, .5vw, 1rem));
    }

    .sub_hst .sec2 .conts .empty {
        display: none;
    }

    .sub_hst .sec2 .conts-2 img {
        width: 100%
    }

}

