/*     1237545 : HTML 편집기      */
.sub_redress * {
    font-family: 'Pretendard', 'Noto Sans KR', sans-serif;
    word-break: keep-all;
    line-height: 1.6em;
    box-sizing: border-box;
    color: #000;
}


.sub_redress .inner {
    max-width: var(--max-width);
    margin: 0 auto;
}


.sub_redress .tit_area {
    text-align: center;
    margin-bottom: 100px;
}

.sub_redress .tit_area .tit {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 10px;
}

.sub_redress .tit_area .exp {
    font-size: 24px;
    white-space: pre-line;
}

.sub_redress .tit_area .tit .pt1 {
    color: var(--prm-clr);
}

.sub_redress .tit_area .tit .pt2 {
    color: var(--scd-clr);
}

.sub_redress .ca-1 {

    white-space: pre-line;
    text-align: center;
    padding: 5em 0;
    background-image: url('/img_up/shop_pds/ehompy0428/design/2024/sub/sub2_1_img3.jpg');
    margin-bottom: 130px;

}

.sub_redress .ca-1 .cap {
    line-height: 1.9em;
    font-size: 20px;
    font-weight: 500;
}

.sub_redress .ca-2 {
    margin-bottom: 100px;
}

.sub_redress .ca-2 .tit {
    text-align: center;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 38px;
}

.sub_redress .ca-2 .item_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 80px;
}

.sub_redress .ca-2 .item_box .item {
    width: calc(33.333% - 20px);
    background: #ddd;
    position: relative;
    height: 540px;
    background-size: cover;
}

.sub_redress .ca-2 .item_box .it1 {
    background-image: url('/img_up/shop_pds/ehompy0428/design/2024/sub/sub2_1_img4-01.jpg')
}

.sub_redress .ca-2 .item_box .it2 {
    background-image: url('/img_up/shop_pds/ehompy0428/design/2024/sub/sub2_1_img4-02.jpg')
}

.sub_redress .ca-2 .item_box .it3 {
    background-image: url('/img_up/shop_pds/ehompy0428/design/2024/sub/sub2_1_img4-03.jpg')
}

.sub_redress .ca-2 .item_box .item .cap {
    white-space: pre-line;
    font-size: 18px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 2.6em;
    background: linear-gradient(0deg, #000000f0, transparent);
    color: #fff;
}

.sub_redress .ca-2 .item_box .item .cap b {
    color: #fff;
    font-size: 1.2em;
    line-height: 2em;
}

.sub_redress .ca-2 .call_box a {
    display: block;
    margin: 0 auto;
    background: #dddddd40;
    width: fit-content;
    font-size: 28px;
    padding: .4em 4em;
    border-radius: 40px;
    box-shadow: 1px 1px 2px #fff inset, -1px -1px 2px #fff inset;
    -webkit-box-shadow: rgba(0, 0, 0, .10) 0 2px 3px;
    border: 1px solid #ddd;
}

.sub_redress .ca-2 .call_box a .call {
    font-size: 1.2em;
    font-weight: 800;
    padding-left: 16px;
    color: var(--prm-clr);
}

.sub_redress .ca-2 .call_box a i {
    font-family: "Font Awesome 6 Free";
    color: var(--scd-clr);
}

.sub_redress .ca-3 {
    margin-bottom: 100px;
    position: relative;
    overflow: hidden;
}

.sub_redress .ca-3 .obj {
    position: absolute;
    opacity: .5;
}

.sub_redress .ca-3 .obj1 {
    left: -200px;
    top: 35%;
    transform: rotate(180deg) scale(0.8);
}

.sub_redress .ca-3 .obj2 {
    right: -240px;
    top: 5%;

}

.sub_redress .ca-3 .obj3 {
    right: -150px;
    top: 60%;
    transform: scale(.9);
}


.sub_redress .ca-3 .img_wrap {
    width: 52%;
    margin: 0 auto;
    padding: 3em;
    box-shadow: 1px 1px 2px #fff inset, -1px -1px 2px #fff inset;
    -webkit-box-shadow: rgba(0, 0, 0, .10) 0 2px 3px;
    border: 1px solid #ddd;
}

.sub_redress .ca-3 .img_wrap img {
    display: block;
}

.sub_redress .ca-3 .join_box a {
    display: block;
    background: linear-gradient(179deg, #B82927, #871c1b);
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: .5em 3em;
    width: fit-content;
    margin: 0 auto;
    box-shadow: 1px 1px 2px #fff inset, -1px -1px 2px #fff inset;
    -webkit-box-shadow: rgba(0, 0, 0, .10) 0 2px 3px;
    border: 1px solid #ddd;
    border-radius: 8px;
}

.sub_redress .ca-4 {
    background: #f9f9f9;
    padding: 6em 0;
}

.sub_redress .ca-4 .inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sub_redress .ca-4 .article {
    width: calc(50% - 20px);
    border: 1px solid #ddd;
    padding: 4em;
    height: 500px;
    overflow-y: scroll;
    background: #fff;
}

.sub_redress .ca-4 .article img {
	display: block;
	width: 100%;
}

.sub_redress .ca-4 .ac1,
.sub_redress .ca-4 .ac2 {
    margin-bottom: 40px;
}

.sub_redress .ca-4 .article::-webkit-scrollbar {
    width: 8px;
    /* 스크롤바의 너비 */
}

.sub_redress .ca-4 .article::-webkit-scrollbar-thumb {
    height: 30%;
    /* 스크롤바의 길이 */
    background: #ddd;
    /* 스크롤바의 색상 */
    border-radius: 10px;
}

.sub_redress .ca-4 .article::-webkit-scrollbar-track {
    background: #f9f9f9;
    /*스크롤바 뒷 배경 색상*/
}


@media (max-width:1023px) {

    .sub_redress .inner {
        padding: 0 15px;
    }

    .sub_redress .tit_area .tit {
        font-size: 24px;
    }

    .sub_redress .tit_area .exp {
        font-size: 17px;
    }

    .sub_redress .ca-1 {
        padding: 2em 0;
    }

    .sub_redress .ca-1 .cap {
        font-size: 16px;
    }

    .sub_redress .ca-2 .tit {
        font-size: 22px;
    }

    .sub_redress .ca-2 .item_box .item {
        width: calc(33.333% - 8px);
        height: 430px;
    }

    .sub_redress .ca-2 .item_box .item .cap {
        font-size: 16px;
    }

    .sub_redress .ca-2 .item_box .item .cap b {
        line-height: 1.6em;
    }

    .sub_redress .ca-2 .call_box a {
        font-size: 18px;
    }

    .sub_redress .ca-3 .img_wrap {
        width: 80%;
    }

    .sub_redress .ca-3 .obj {
        transform: scale(.5);
    }

    .sub_redress .ca-3 .join_box a {
        font-size: 16px;
    }

}


@media (max-width:767px) {
    .sub_redress .tit_area {
        margin-bottom: 50px;
    }

    .sub_redress .tit_area .tit {
        padding: 0 15px;
    }

    .sub_redress .tit_area .exp {
        padding: 0 15px;
        white-space: unset;
    }

    .sub_redress .ca-1 {
        margin-bottom: 70px;
    }

    .sub_redress .ca-1 .cap {
        white-space: normal;
    }

    .sub_redress .ca-2 .item_box .item {
        width: 100%;
    }

    .sub_redress .ca-2 {
        margin-bottom: 80px;
    }

    .sub_redress .ca-2 .tit {
        margin-bottom: 14px;
    }

    .sub_redress .ca-2 .item_box .item {
        height: 320px
    }

    .sub_redress .ca-2 .item_box {
        margin-bottom: 30px;
    }

    .sub_redress .ca-2 .item_box .item:not(:last-child) {
        margin-bottom: 20px;
    }

    .sub_redress .ca-2 .item_box .item .cap {
        padding: 1.7em;
        font-size: 15px;
    }

    .sub_redress .ca-2 .call_box a {
        padding: .4em 2em;
    }

    .sub_redress .ca-3 {
        padding: 0 15px;
        margin-bottom: 70px;
    }

    .sub_redress .ca-3 .img_wrap {
        width: 100%;
        padding: 1.6em;
    }

    .sub_redress .ca-3 .obj {
        transform: scale(.3);
    }

    .sub_redress .ca-3 .obj1 {
        left: -190px;
    }

    .sub_redress .ca-3 .obj2 {
    	right: -189px;
    }

    .sub_redress .ca-3 .obj3 {
        right: -180px;
    }

    .sub_redress .ca-4 {
    	padding: 4em 0;
    }

    .sub_redress .ca-4 .article {
    	width: 100%;
    	padding: 1em;
    	overflow: unset;
    	height: unset;
    	margin-bottom: 20px;
    }

}

