/*     1523725 : HTML 편집기      */
.sub_brch {
    padding-bottom: var(--pdd-btt);
}

.sub_brch .bn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-image: url(/img_up/shop_pds/ehompy0534/design/2024/sub/sub_brch_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: clamp(18rem, 25vw, 25rem);
    width: 100%;
    margin-top: clamp(2rem, 4vw, 4rem);
}

.sub_brch .bn h2 {
    color: #fff;
    font-size: clamp(2rem, 3vw, 3rem);
    margin: 0;
}

.sub_brch .bn p {
    color: #ffffffc2;
    margin: clamp(1rem, 1vw, 1rem) 0 0 0;
    font-size: clamp(1rem, 1.4vw, 1.4rem);

}


.sub_brch img.logo {
    width: clamp(17rem, 32vw, 32rem);
    margin: 0 auto;
    display: block;
}

.sub_brch .btn_wp a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    background: #fff;
    font-size: clamp(1rem, 1.7vw, 1.7rem);
    padding: clamp(.7rem, 1vw, 1rem) clamp(1rem, 3vw, 3rem);
    padding-right: clamp(.7rem, 1vw, 1rem);
    margin: clamp(2rem, 2vw, 2rem) 0 0 0;
    border-radius: 100px;
    font-weight: 700;
    box-shadow: 40px 30px 30px rgba(0, 0, 0, 0.1);
    background: #f9f9f9;
    margin: clamp(1rem, 4vw, 4rem) auto 0;
    gap: .3em;
}

.sub_brch .btn_wp a i {
font-family: "Font Awesome 6 Free" !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #d00000;
    color: #fff;
    width: clamp(2rem, 3vw, 3rem);
    aspect-ratio: 1 / 1;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    font-size: clamp(1rem, 1vw, 1rem);
    margin-left: clamp(.5rem, 1vw, 1rem);
}

.sub_brch .btn_wp a span {
    color: #236cc9;
}

.sub_brch .conts_wp {
    padding-top: clamp(4rem, 6vw, 6rem);
}

.sub_brch .conts_wp .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sub_brch .conts_wp .item:nth-of-type(even) {
    flex-direction: row-reverse;
}

.sub_brch .conts_wp .item>* {
    width: calc(50% - clamp(1rem, 2vw, 2rem));
}

.sub_brch .conts_wp .item img {
    border-radius: clamp(1rem, 3vw, 3rem) 0 clamp(1rem, 3vw, 3rem) 0;
}

.sub_brch .conts_wp .item dl {
    position: relative;
    z-index: 2;
}


.sub_brch .conts_wp .item:nth-of-type(even) dl {
    text-align: right;
}


.sub_brch .conts_wp .item h2 {
    font-size: clamp(1.8rem, 3.6vw, 3.6rem);
    font-family: "Montserrat Alternates", sans-serif !important;
    letter-spacing: -0.05em;
    margin: 0;
    background: -webkit-linear-gradient(45deg, #bc1f21, #0e458b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    z-index: 0;
    -webkit-text-stroke: 1px #ffffff29;
}

/*
.sub_brch .conts_wp .item h2:before {
	  z-index: -1;
  content: attr(data-content);
  position: absolute;
  left: 0;
  /* 글자 바깥쪽으로 나갔으면 하는 테두리 크기의 두 배 */
-webkit-text-stroke: 4px #ea00d9;
}

*/ .sub_brch .conts_wp .item:nth-of-type(even) h2 {
    font-size: clamp(2rem, 4.5vw, 4.5rem);
}


.sub_brch .conts_wp .item dt h3 {
    margin: 0;
    font-size: clamp(1.5rem, 2vw, 2rem);
}


.sub_brch .conts_wp .item dd {
    margin: 0;
}

.sub_brch .conts_wp .item dd p {
    margin: clamp(1rem, 1.5vw, 1.5rem) 0 0 0;
    font-size: clamp(1rem, 1.1vw, 1.1rem);
    line-height: 1.5em;
}


@media (max-width:1440px) {
	.sub_brch .bn p {
		width: 100%;
		padding:0 15px;
text-align: center;
	}
}

@media (max-width:1023px) {


    .sub_brch .conts_wp .item:not(:last-child) {
    	margin-bottom: clamp(2rem, 2vw, 2rem);
    }

    .sub_brch .conts_wp .item,
    .sub_brch .conts_wp .item:nth-of-type(even) {
        flex-direction: column;
    }

    .sub_brch .conts_wp .item>* {
        width: 100%;
    }

    .sub_brch .conts_wp .item:nth-of-type(even) dl {
        text-align: left;
    }

    .sub_brch .conts_wp .item h2 {
        line-height: 1.3em;
    }
}

