/*     1699885 : 맞춤형 컨텐츠      */
.empty__1699885__ {padding:20px 10px;background:#fafafa;}
.empty__1699885__ p {margin:0;padding:0;}
.empty__1699885__ .title {font-size:18px;font-weight:bold;color:blue;text-align:center}
.empty__1699885__ dt {margin-bottom:5px;font-size:15px;font-weight:bold;}
.empty__1699885__ dd {margin:0;font-size:13px;}
.empty__1699885__ dd ul li {padding-left:15px;}


/*     1699905 : 메인슬라이드+메인공통css      */
/************************************ 메인공통 ************************************/

@font-face {
    font-family: 'Yuseol';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2508-2@1.0/YooSeol.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'KCCImkwontaek';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2202@1.0/KCCImkwontaek.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


.main_slide_wrap{
    position: relative;
}
.main_slide_wrap:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 100%;
    height: 275px;
    background: url(/img_up/shop_pds/ehompy0654/build/option/main_slide_wave1757557159.png)no-repeat;
    background-size: cover;
    z-index: 2;
}
.main_slide .donate_btn{
    position: absolute;
    right: 5rem;
    bottom: 1rem;
    width: 300px;
    height: 300px;
    background: url(/img_up/shop_pds/ehompy0654/build/option/main_slide_obj1757641581.png)no-repeat;
    background-size: cover;
    z-index: 9;
  animation: bounceNote 1.5s ease-in-out infinite;
  transform-origin: bottom center; /* 밑부분 기준 */
}


@keyframes bounceNote {
  0%, 100% { transform: translateY(0); }
  30%      { transform: translateY(-12px) rotate(-3deg); }
  60%      { transform: translateY(-6px) rotate(3deg); }
}


.main_slide .donate_btn span{
    display: flex;
    position: absolute;
    bottom: 92px;
    left: 60px;
    font-size:28px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    font-family: 'Yuseol';
    line-height: 1.2;
}


.main_sec * {
    box-sizing: border-box;
    word-break: keep-all;
    font-family: 'pretendard';
    letter-spacing: -0.02em;
}

.main_sec .inner {
    margin: 0 auto;
    max-width: var(--max-width);
}

@media (max-width:1560px) {
    .main_sec .inner {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}



@keyframes slide-in-left {
    0% {
        transform: translateX(-50px);
        opacity: 0
    }

    100% {
        transform: translateX(0);
        opacity: 1
    }
}

.swiper-slide-active .slide-in-left {
    animation: slide-in-left 1.3s cubic-bezier(.39, .575, .565, 1.000) .3s both
}

.swiper-slide-active .slide-in-left2 {
    animation: slide-in-left 1.3s cubic-bezier(.39, .575, .565, 1.000) .8s both
}

.swiper-slide-active .slide-in-left3 {
    animation: slide-in-left 1.3s cubic-bezier(.39, .575, .565, 1.000) 1s both
}

.swiper-slide-active .slide-in-left4 {
    animation: slide-in-left 1.3s cubic-bezier(.39, .575, .565, 1.000) 1.3s both
}

.main_slide {
    box-sizing: border-box;
    overflow: hidden;
}

.main_slide * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'pretendard';
}

.main_slide .main_swiper {
    width: 100%;
    height: 100vh;
}

.main_slide .main_swiper .swiper-slide {
    width: 100vw;
    position: relative;
    overflow: hidden;
}


.main_slide .main_swiper .swiper-slide .img_wp {
    width: 100%;
    height: 100%;
}

.main_slide .main_swiper .swiper-slide img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    overflow: hidden;
    transition: 3.5s;
    transform: scale(1.05);
}


.main_slide .main_swiper .swiper-slide-active img {
    transform: scale(1);
}

.main_slide .main_swiper .swiper-slide .cap {
    position: absolute;
    z-index: 2;
    top: calc(50% - 47px);
    transform: translateY(-50%);
    width: var(--max-width);
    left: calc((100% - var(--max-width)) / 2);
    text-align: center;
}


.main_slide .main_swiper .swiper-slide .cap p {
    display: inline-block;
    background: var(--prm-clr);
    padding: .8rem clamp(1.5rem, 3vw, 3rem);
    border-radius: 30px;
    font-size: clamp(1rem, 1.6vw, 1.6rem);
    color: #fff;
    font-weight: 700;
	margin-bottom:clamp(1rem, 3vw, 3rem);
}

.main_slide .main_swiper .swiper-slide .cap h2 {
    color: #fff;
    letter-spacing: -0.03em;
    margin-top: 1rem;
    font-weight: 500;
    font-size: clamp(1rem, 2vw, 2rem);
}

.main_slide .main_swiper .swiper-slide .cap div {
    color:#fff;
    font-size: clamp(1.6rem, 4vw, 4.5rem);
    margin: 0;
    font-weight: 600;
    font-family: 'Yuseol';
	margin-bottom:.3rem;
	font-weight:500;
	opacity:.7;
}



.main_slide .main_swiper .swiper-slide .cap a {
    display: flex;
    width: fit-content;
    align-items: center;
    background: var(--prm-clr);
    color: #fff;
    font-family: 'pretendard';
    font-size: clamp(0.9rem, 1.2vw, 1.2rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    padding: clamp(1rem, 1.1vw, 1.1rem) clamp(2rem, 2vw, 2rem);
    margin-top: clamp(3rem, 3vw, 3rem);
    border-radius: 100px;
    margin: 0 auto;
}

.main_slide .main_swiper .swiper-slide .cap a i {
    padding-left: clamp(.3rem, .6vw, .6rem);
    font-family: "Font Awesome 6 Free";
}


.main_slide .swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal{
    width: 300px;
}


@media (min-width:1024px) {}

@media (max-width:1480px) {
    .main_slide .main_swiper .swiper-slide .cap {
        left: 0;
        width: 100%;
    }
}

@media (max-width:1023px) {
    .main_slide .main_swiper .swiper-slide .cap {
        width: 100%;
    }
	.main_slide .donate_btn{width:200px; height:200px; right:1rem; }
	.main_slide .donate_btn span {bottom:64px; left:43px; font-size:18px;}
}

@media (max-width:767px) {
	.main_slide .main_swiper{height:70vh;}
	.main_slide .donate_btn {width:150px; height:150px; right:0; bottom:0;}
	.main_slide .donate_btn span {bottom:45px; left:27px; font-size:16px;}
	.main_slide .main_swiper .swiper-slide .cap {bottom:calc(50% - 58px); top:auto; transform: none;}
    .main_slide .main_swiper .swiper-slide {
        padding: 0;
    }

    .main_slide .main_swiper .swiper-slide img {
        border-radius: 0;
        object-position: 100% 100%;
    }

	.main_slide .main_swiper .swiper-slide.slide02  img {
		object-position: 45% 100%;
	}

    .main_slide .main_swiper .swiper-slide .cap h2 {
        line-height: 1.15em;
    }

    .main_slide .main_swiper .swiper-slide .cap div {
        line-height: 1.5em;
    }

    .main_slide .main_swiper .swiper-slide img {
        object-position: 65% 100%;
    }

	.main_slide_wrap:before {display:none;}
 
	.main_slide .main_swiper .swiper-slide.slide01 img{
 		 object-position: center;
   }
}


@media (min-width:1024px) {
    .main_slide .main_swiper .swiper-slide .cap a {
        transition: .3s;
    }

    .main_slide .main_swiper .swiper-slide .cap a:hover {
        background: var(--scd-clr);
    }
}

/*     1700895 : 블록 설정(PC 출력 설정)      */
.block_option__1700895__ {display:table;width:100%}
.block_option__1700895__ p {display:table-cell;height:100px;margin:0;background:#fafafa;color:#c40000;text-align:center;vertical-align:middle}


.row__1700895__{position: relative; background:linear-gradient(180deg, #ffffff00, #ffeacf75, #cffeff75);}
.row__1700895__:before {content: ""; position: absolute; right: 0; top: 0; background: url(/img_up/shop_pds/ehompy0654/build/option/main_bg_obj1757640340.png)no-repeat; background-size:cover; z-index: 0;width: 739px;height: 919px;opacity: .1;}
.row__1700895__:after {content: ""; position: absolute; left: -100px;bottom: 700px; background: url(/img_up/shop_pds/ehompy0654/build/option/main_bg_obj21757640341.png)no-repeat; background-size:cover;width: 800px;height: 500px;opacity: .5;z-index: 0;}


@media (max-width:1023px){
	.row__1700895__ {}
}


@media (min-width:1024px){
	.row__1700895__ {; }



}

/*     1700795 : HTML 편집기      */
.html__1700795__ * {
    line-height: 1.4em;
}

.html__1700795__ {
    width: 100%;
    height: 320px;
    box-sizing: border-box;
    margin-top: 3rem;
}

.html__1700795__ .inner{
    max-width: var(--max-width);
    width: 100%;
    margin: 0 auto;
}

.html__1700795__ .item_wrap{
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: baseline;
}

.html__1700795__ .item_wrap .menu_title{
    position: absolute;
    left: 0;
    width: 450px;
    height: 265px;
    background: linear-gradient(137deg, rgba(243, 152, 0, 1) 0%, rgb(255 219 157) 99%);
    padding: 3rem;
    box-sizing: border-box;
    border-radius: 50px;

}


.html__1700795__ .item_wrap .menu_title strong{
    font-size: clamp(1.1rem, 2vw, 2.5rem);
    color: #fff;
}
.html__1700795__ .item_wrap .menu_title p{
    font-size: clamp(.9rem, 1vw, 1rem);
    color: #fff;
    opacity: .7;
	margin-bottom: 0;
}


.html__1700795__ .item_wrap .menu_wrap{
    position: absolute;
    right: 0;
    top: 30px;
    display: flex;
    padding: 0;
    margin: 0;
    align-items: center;
    gap: 1em;
    flex-wrap: wrap;
    justify-content: space-between;
    width: calc(100% - 370px);
    padding: 2rem clamp(3rem, 6vw, 6rem);
    box-sizing: border-box;
    background: #fff;
      border-radius:30px;
          box-shadow: 13px 6px 23px rgb(225 225 225 / 20%);
}

.html__1700795__ .item_wrap ul li {
    margin: 0;
    padding: 0;
    list-style: none !important;
    width: 16.66%;
    text-align: center;
    font-size: 18px;
}

.html__1700795__ .item_wrap ul li a{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
    padding: 0;
    font-weight: 600;
    word-break: keep-all;
    gap: 10px;
}


.html__1700795__ .item_wrap ul li a:after{
content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0%;
    height: 0%;
    background: #fff;
    transition: width 0.3s ease, height 0.3s ease;
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 100px;
    box-shadow: rgba(0, 0, 0, 0.05) 10px 15px 30px;
}
.html__1700795__ .item_wrap ul li a:hover:after{
    width: 150px;
    height: 150px;
}


.html__1700795__ .item_wrap ul li a img{
    width: 70px;
    z-index: 1;
    margin-bottom: 10px;
}


@media (max-width:1023px){
	.html__1700795__ .item_wrap .menu_wrap{width:calc(100% - 270px);}
	.html__1700795__ .item_wrap .menu_title {height:auto;}
	.html__1700795__ .item_wrap ul li a img{width:40px;}
	
}

@media (max-width: 767px){
    .html__1700795__ {padding: 0; height:auto;}
    .html__1700795__ .item_wrap ul {gap: 1em;}
    .html__1700795__ .item_wrap ul li {width: calc(33.33% - 1em);}
    .html__1700795__ .item_wrap ul li a{font-size: 15px;}
    .html__1700795__ .item_wrap ul li a:hover:after{width: auto; height: auto;}
	.html__1700795__ .item_wrap {flex-direction: column;}
    .html__1700795__ .item_wrap .menu_wrap{position:unset; justify-content: center; padding:1rem; width:100%;}
	.html__1700795__ .item_wrap .menu_title {position: relative; width:98%; padding:2rem; margin:0 auto; border-radius:10px;}
}

/*     1699985 : HTML 편집기      */
.main_buis * {
    font-family: var(--pre);
    word-break: keep-all;
    box-sizing: border-box;
}

.main_buis {
    position: relative;
    overflow: hidden;
}

.main_buis ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2rem;
}

.main_buis ul li {
    width: calc(60% - 2rem);
    border-radius: 30px;
}


.main_buis ul li strong {
    font-size: clamp(1.1rem, 2vw, 2rem);
    color: #000;
    margin-bottom: 10px;
}

.main_buis ul .item01 {
    position: relative;
    padding: 5rem;
    overflow: hidden;
    background: #fff;
    box-shadow: 13px 6px 23px rgb(225 225 225 / 20%);
}


.main_buis ul .item01:before{
    content: "";
    position: absolute;
    left:0;
    bottom: 0;
    background: url(/img_up/shop_pds/ehompy0654/build/option/main_bn_bg1757563592.jpg);
    width: 100%;
    height: 405px;
    background-size: cover;
    z-index: -1;
    opacity: 1;
}

.main_buis ul .item01 p {
    font-size: clamp(1rem, 1.2vw, 1.2rem);
    line-height: 1.6;
    margin-top: 2rem;
    margin-bottom: 0;
}


.main_buis ul .item01 strong{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;

}
.main_buis ul .item01 .btn {
    float: right;
    background: var(--scd-clr);
    color: #fff;
    padding: clamp(.5rem, 1rem, 1vw) clamp(1rem, 2vw, 2rem);
    border-radius: 35rem;
    width: fit-content;
    display: inline-block;
    text-align: center;
    transition: 0.5s;
    font-size:clamp(0.9rem, 1.2vw, 1.2rem);
    font-weight: 600;
}
.main_buis ul .item01 .btn:hover{
    background: var(--prm-clr);
}

.main_buis ul .item01 .btn i {
        font-family: "Font Awesome 6 Free" !important;
}

.main_buis ul .item02 {
    width:40%;
    padding: 3rem;
    background: #fff;
    box-shadow: 13px 6px 23px rgb(225 225 225 / 20%);
}


.main_buis ul .item02 .call_box {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 1.5rem;
    margin: 1.5rem 0;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.main_buis ul .item02 .call_box .icon {}

.main_buis ul .item02 .call_box p {
    font-size: clamp(1.2rem, 2vw, 1.5rem);
    font-weight: 700;
    color: #000;
    margin: 0;
}

.main_buis ul .item02 .call_box em {
    font-size: clamp(0.9rem, 1.2vw, 1.1rem);
    font-weight: 400;
    color: #666;
    display: block;
    margin-top: 0.25rem;
    font-style: normal;
}

.main_buis ul .item02 .inquiry_btn {
    background: #333;
    color: #fff;
    padding: 0.75rem 1.5rem;
    border-radius: 6px;
    text-decoration: none;
    font-size: clamp(0.9rem, 1.2vw, 1.2rem);
    font-weight: 600;
    display: inline-block;
    margin: 1rem 0 2rem 0;
    transition: background 0.3s ease;
}

.main_buis ul .item02 .inquiry_btn:hover {
    background: #555;
}

.main_buis ul .item02 .info_list {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}

.main_buis ul .item02 .info_list li {
    position: relative;
    width: 100%;
    margin-bottom: 1rem;
    padding: 0;
    background: none;
    border-radius: 0;
    display: flex;
    align-items: flex-start;
    gap: 0.2rem;
}

.main_buis ul .item02 .info_list li:before {
    content: "\2022";
    color: #004dc1;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}


.main_buis ul .item02 .info_list li span {
    display: flex;
    align-items: center;
    width: 120px;
    font-weight: 600;
    color: #000;
    min-width: 60px;
    font-size: clamp(0.9rem, 1.2vw, 1.2rem);
}

.main_buis ul .item02 .info_list li span  img{
    margin-right: 10px;
}

.main_buis ul .item02 .info_list li:not(span) {
    color: #333;
    font-size: clamp(0.9rem, 1vw, 1rem);
    line-height: 1.5;
    padding: 0 0 0 24px;
}

.main_buis ul .item02 .info_list li em {
font-style: normal;
    background: #f8f9fa;
    border-radius: 30px;
    color: #1c5ea5;
    text-align: center;
    display: block;
    width: 100px;
    font-size: 15px;
    font-weight: 800;
    padding: .3rem 1rem;
}


.main_buis ul .item02 .info_list li .bank_wrap{
    display: flex;
    flex-direction: column;
}

.main_buis ul .item02 .info_list li .bank{
    display: flex;
    margin: 0;
    align-items: center;
    gap: 1rem;
    margin-bottom: .5rem;
}

.main_buis .join_btn {
    text-align: center;
    padding: 1rem 2rem;
    background: #1c5ea5;
    color: #fff;
    font-size: clamp(.9rem, 1.2vw, 1.2rem);
    font-weight: 800;
    width: 100%;
    display: inline-block;
    margin-top: 1rem;
    border-radius:10px;
}


@media (max-width:1023px){
	.main_buis ul {flex-direction: column;}
	.main_buis ul .item02,
	.main_buis ul li{width:100%;}
	.main_buis ul .item01 {padding:2rem;}
	 .main_buis ul .item01 br {display:none;}
	.main_buis ul .item02{padding:2rem;background: #fff;}
	.main_buis ul .item02 .info_list li {flex-direction: column;}
	.main_buis ul .item02 .info_list li:before {display:none;}
	.main_buis ul .item02 .info_list li:not(span){padding:0;}
	.main_buis ul .item02 .info_list li span{margin-bottom:5px;}
	.main_buis ul .item01:before {background-size:contain;}

}

/*     1700025 : HTML 편집기      */
.main_gall {
    padding: clamp(2.2rem, 5vw, 5rem) 0 clamp(2.2rem, 5vw, 5rem);
    position: relative;
}

.main_gall .inner {
    position: relative;
    z-index: 2
}

.main_gall:after {

}

.main_gall .tit_wp {
    position: relative;
}

.main_gall .tit_wp a {
    position: absolute;
    display: flex;
    width: fit-content;
    align-items: center;
    background: var(--scd-clr);
    color: #fff;
    font-family: 'pretendard';
    font-size: clamp(0.9rem, 1.2vw, 1.2rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    padding: clamp(.6rem, 1.1vw, 1.1rem) clamp(2rem, 2vw, 2rem);
    border-radius: 100px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    gap: 5px;
}

.main_gall .tit_wp a:hover{
    background: var(--prm-clr);
}
.main_gall .tit_wp a i {
    font-family: "Font Awesome 6 Free";
}

.main_gall .tit_wp h2 {
    color: #111;
    font-size: clamp(1.8rem, 3vw, 3rem);
    margin: 0;
    padding: clamp(1rem, 1vw, 1rem) 0px;
}

.main_gall .tit_wp p {
    color: #111;
    font-size: clamp(1rem, 1.1vw, 1.1rem);
    line-height: 1.6em;
    margin: 0;
}


.main_gall .conts_wp {
    padding-top: clamp(.5rem, 2vw, 2rem);
}

.main_gall .conts_wp ul {
    display: flex;
    list-style: none;
    padding: 0;
    gap: 1rem;
    justify-content: space-between;
}

.main_gall .conts_wp ul li {
    width: calc(25% - 1rem);
    padding: 20px;
    background: #fff;
    border-radius: 0 30px 0 30px;
    padding: 2rem;
    box-shadow: 13px 6px 23px rgb(225 225 225 / 20%);
}

.main_gall .conts_wp ul li a {
    display: block;
	overflow:hidden;
}


.main_gall .conts_wp ul li a .figure {
    display: block;
    height: 260px;
	width:100%;
    padding-bottom: clamp(.3rem, 1vw, 1rem);
    aspect-ratio: 6/5;
    overflow: hidden;

}


.main_gall .conts_wp ul li a .figure img.cont_img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: clamp(1rem, 1vw, 1rem);
}

.main_gall .conts_wp ul li a .bd {
    display: block;
    color: #111;
    font-weight: 700;
    font-size: clamp(1rem, 1.1vw, 1.1rem);
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
}

.main_gall .conts_wp ul li a .bd_date {
    float: right;
    display: block;
    margin-top: 2rem;
    color: #888;
}



@media (max-width:1772px) {
    .main_gall:after {
        width: 100%;
    }
}

@media (max-width:1023px) {
    .main_gall .tit_wp {
        padding-bottom: clamp(1.5rem, 1.5vw, 1.5rem);
    }

    .main_gall .conts_wp ul {
        flex-wrap: wrap;
        margin: 0 -8px;
		gap:.5rem;
    }

    .main_gall .conts_wp ul li {
        width:48%;
        padding: 8px;
    }

    .main_gall .tit_wp a {
        position: relative;
        transform: unset;
        margin-top: clamp(1rem, 2vw, 2rem);
    }
    .main_gall .conts_wp ul li a .bd_date {
        float: unset;
        display: block;
        padding-top: .1em
    }
	.main_gall .conts_wp ul li{
		border:1px solid #ddd; padding:1rem;
	}
	.main_gall .conts_wp ul li a .figure{	
		height:150px;
	}
}

@media (max-width:767px){
	.main_gall .conts_wp ul li a .bd_date{font-size:13px; text-align:right; margin-top:1rem;}

}

@media (max-width:480px){
	.main_gall .conts_wp ul li a .figure{height:100px; border-raidus:10px;}
}


@media (min-width:1024px) {
    .main_gall .tit_wp a {
        transition: .3s;
    }
}

/*     1701475 : HTML 편집기      */
.prog_wrap * {
    word-break: keep-all;
}



.prog_wrap .pt {
    color: var(--blue);
}

.prog_wrap .inner {
    max-width: var(--max-width);
    width: 100%;
    margin: 0 auto;
}

.prog_wrap .title {}

.prog_wrap .title h2 {
    font-size: clamp(1.8rem, 3vw, 3rem);
    color: #111;
    margin-top: 0;
}

.prog_wrap .title p {
    font-size: clamp(1rem, 1.1vw, 1.1rem);
}

.prog_wrap .slide_wrap {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: row;
    gap: 3em;
    margin: 5em 0;
    align-items: center;
}

.prog_wrap .slide_wrap .swiper-slide a {
    width: 100%;
    height: 400px;
}

.prog_wrap .slide_wrap .imgbox {
    height: 100%;
    position: relative;
    border-radius:0 30px 0 30px;
    overflow: hidden;
}

.prog_wrap .slide_wrap .imgbox img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.prog_wrap .slide_wrap .swiper-slide:nth-child(2) .imgbox img{object-position: bottom;}

.prog_wrap .slide_wrap .imgbox .textbox {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    transform: translateY(100px);
    transition: transform .5s ease;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4514180672268907) 0%, rgba(255, 255, 255, 0) 100%);
    padding: 2em 3em;
    box-sizing: border-box;
    color: #fff;
}

.prog_wrap .slide_wrap .swiper-slide-active .imgbox .textbox {
    transform: translateY(0);
}

.prog_wrap .slide_wrap .imgbox .textbox * {
}

.prog_wrap .slide_wrap .imgbox .textbox strong {
    font-size: clamp(1.1rem, 1.2vw, 1.5rem);
}

.prog_wrap .slide_wrap .imgbox .textbox p {
    font-size: clamp(.9rem, 1.1vw, 1.2rem);
}


.prog_wrap .slide_wrap #swiper-pager {
    display: flex;
    flex-direction: column;
    gap: 1em;
    width: 30%;
}

.prog_wrap .slide_wrap #swiper-pager a {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    padding: 1.5em 2em;
    border-radius: 10px;
    background: #fff;
    box-sizing: border-box;
    font-size:clamp(1rem, 1.5vw, 1.5rem);
    font-weight: 600;
    color: #444;
    transition-property: background-color, border-color;
    transition-duration: 0.8s;
    transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
}

.prog_wrap .slide_wrap #swiper-pager a:hover{
    background: #66acf6;
    color: #fff;
}

.prog_wrap .slide_wrap #swiper-pager a img {
    width: 40px;
    height: 40px;
    margin-right: 0.5em;
}

.prog_wrap .slide_wrap .swiper-container {
    overflow: hidden;
}

.prog_wrap #swiper-pager a.active {
    color: #000;
}

/* Swiper 기본 스타일 */
.prog_wrap .swiper-container {
    width: 70%;
    margin: 0 auto;
}

.prog_wrap .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.prog_wrap .swiper-pagination {
    text-align: center;
    margin-top: 10px;
}

.prog_wrap .bottom_box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background: #dbe9ff;
    padding: 1em 3em;
    box-sizing: border-box;
    color: #0f2f6a;
    font-size: 30px;
    font-family: var(--hak);
    text-align: center;
}

.prog_wrap .bottom_box strong {
    margin-left: -180px;
}

.prog_wrap .bottom_box .more {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50px;
    padding: .8em 2em;
    margin-left: 1.5em;
    font-size: 18px;
    color: #0f2f6a;
}

.prog_wrap .bottom_box:before {
    content: "";
    position: absolute;
    right: 100px;
    bottom: 0;
    width: 268px;
    height: 210px;
    background: url(/img_up/shop_pds/ehompy0540/design/2025/main_sec3_bottom01-.png)no-repeat;
    z-index: -1;
}

.prog_wrap .more .arrow_icon {
    margin-left: .5em;
    width: 7px;
    height: 12px;
    background: url(/img_up/shop_pds/ehompy0540/design/2025/main_sec3_arrow-.png)no-repeat;
}

@media (max-width: 1380px) {
    .prog_wrap {
        padding: 0 1em;
    }

    .prog_wrap .bottom_box {
        font-size: 20px;
    }

    .prog_wrap .bottom_box .more {
        font-size: 15px;
    }

}

@media (max-width: 1023px) {
    .prog_wrap {
        padding: 3em 1em;
    }

    .prog_wrap .slide_wrap {
        margin: 1em 0;
        flex-direction: column;
        gap: 1em;
    }

    .prog_wrap .slide_wrap #swiper-pager {
        width: 100%;
        flex-direction: row;
    }

    .prog_wrap .slide_wrap #swiper-pager a {
        padding: .5em 1em;
        width: calc(33.33% - 1em);
        box-sizing: border-box;
        font-size: 14px;
    }

    .prog_wrap .slide_wrap .swiper-slide a {
        height: 300px;
    }

    .prog_wrap .slide_wrap .imgbox .textbox strong {
        font-size: 20px;
    }

    .prog_wrap .swiper-container {
        width: 100%;
    }

    .prog_wrap .slide_wrap .swiper-container .swiper-slide {
        width: 100%;
    }

    .prog_wrap .slide_wrap .imgbox {
        width: 100%;
    }

    .prog_wrap .bottom_box strong {
        margin-left: 0;
        text-align: left;
    }

    .prog_wrap .bottom_box:before {
        width: 150px;
        height: 150px;
        background-size: contain;
        right: 0;
    }
    .main_notice .brd_area .borad_box ul li:first-child .title{
        width: 100%;
    }
}

@media (max-width: 767px) {
    .prog_wrap .bottom_box {
        flex-direction: column;
        font-size: 15px;
    }
    .prog_wrap .bottom_box:before{
        width: 120px;
        height: 120px;
        top: 0;
    }

    .prog_wrap .bottom_box .more {
        margin-left: 0;
        margin-top: .5em;
        width: auto;
        padding: .2em 2em;
    }

	.prog_wrap .slide_wrap #swiper-pager{flex-wrap:wrap;}

    .prog_wrap .slide_wrap #swiper-pager a{
            font-size: 14px; gap:.5rem;
    }
    .prog_wrap .slide_wrap #swiper-pager a img{
        margin-right: 0;
		 width:20px; height:20px;
    }
    .prog_wrap .slide_wrap .imgbox .textbox{
        padding: 1.5em;
    }
}

@media (max-width:767px){
	.prog_wrap .slide_wrap #swiper-pager {gap:.3rem;}
	.prog_wrap .slide_wrap #swiper-pager a {width:100%;}
}

/*     1699965 : HTML 편집기      */
.row:has(.main_board) {
    overflow: hidden;
}

.main_board {
    position: relative;
    overflow: hidden;
    padding-bottom: clamp(3rem, 5vw, 5rem);
}

.main_board * {
    margin: 0;
    padding: 0;
    list-style: none;
}


.main_board .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
	flex-direction: row;
}

.main_board .inner .wrap {
    width: calc(50% - clamp(1.5rem, 1.8vw, 1.8rem));
}

.main_board .inner .notice {
    width: calc(50% - clamp(1.5rem, 7vw, 7rem));
}

.main_board .notice ul.tabnav {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    position: relative;
}

.main_board .notice ul.tabnav li:not(:last-child) {
    padding-right: clamp(.5rem, 1vw, 1rem);
}

.main_board .notice ul.tabnav li.dot {
    font-size: clamp(1rem, 2vw, 2rem);
    padding-bottom: clamp(.2rem, .5vw, .5rem);
}

.main_board .notice ul.tabnav li a.plus {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--scd-clr);
    border-radius: 50%;
    width: clamp(2rem, 3vw, 3rem);
    height: clamp(2rem, 3vw, 3rem);
    font-size: clamp(1rem, 1.5vw, 1.5rem);
    opacity: 1;
    display: none;
    color: #fff;
}

.main_board .notice ul.tabnav li a.plus i {
    font-family: "Font Awesome 6 Free";
}

.main_board .notice ul.tabnav li a.active+a.plus {
    display: flex;
}


.main_board .notice ul.tabnav li a {
    color: #000;
    font-size: clamp(1rem, 1.8vw, 2rem);
    opacity: .5;
    transition: .3s;
    position: relative;
    font-weight: 700;
}

.main_board .notice ul.tabnav li a:before {
    content: '';
    position: absolute;
    width: 0;
    height: 3px;
    background: var(--scd-clr);
    bottom: 0;
    left: -1px;
    transition: .3s;
}

.main_board .notice ul.tabnav li a.active:before {
    transition: .3s;
    width: 100%;
}



.main_board .notice ul.tabnav li a.active,
.main_board .notice ul.tabnav li a:hover {
    opacity: 1;
    transition: .3s;
}


.main_board .notice .tabcontent>div {
    padding-top: clamp(2rem, 3vw, 3rem);
}

.main_board .notice .tabcontent ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}

.main_board .notice .tabcontent ul li {
    font-size: clamp(1rem, 1.12vw, 1.12rem);

    width: 100%;
}

.main_board .notice .tabcontent ul li:not(:last-child) {
    padding-bottom: clamp(.8rem, 1.2vw, 1.2rem);
    margin-bottom: clamp(.8rem, 1.2vw, 1.2rem);
    border-bottom: 1px solid #efefef;
}

.main_board .notice .tabcontent ul li a {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.main_board .notice .tabcontent ul li a .bd_subject {
    width: 80%;
      white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main_board .notice .tabcontent ul li a .bd_date {
    width: 20%;
    font-size: clamp(.7rem, 1vw, 1rem);
    color: #a3a3a3;
    text-align: right;
}


.main_board .inner .donation {
    border-radius: clamp(1.5rem, 3vw, 3rem);
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.main_board .inner .donation .imgbox{
    width: 250px;
}

.main_board .inner .donation .tit_wp {
    width: calc(100% - 250px);
    color: #111;
    margin-left: 3rem;
}

.main_board .inner .donation .bank{
    display: flex;
    flex-direction: column;
    gap: .5rem;
    padding: 2rem;
    border-radius: 10px;
    font-weight: bold;
    margin-top: 10px;
    color: #000;
    background: #fff;
}

.main_board .inner .donation .bank p {
    display: flex;
    gap: .5rem;
    padding: .1rem 0;
    font-size: 20px;
    align-items: center;
}
.main_board .inner .donation .bank p em {
    font-style: unset;
    display: block;
    width: 100px;
    font-size: 16px;
    font-weight: 800;
    padding: .3rem 1rem;
    box-sizing: border-box;
    background: #66acf6;
    color: #fff;
    border-radius: 30px;
    text-align: center;
}

.main_board .inner .donation .tit_wp h2 {
	display:flex;
    padding: 10px 0;
    font-size: clamp(1.5rem, 2.5vw, 2.5rem);
    margin-bottom: clamp(1rem, 1.5vw, 1.5rem);
    line-height: 1.4em;
    justify-content: space-between;
	align-items: center;
}

.main_board .inner .donation .tit_wp h2 .btn-donate{
    display: flex;
    align-items: center;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    background: var(--scd-clr);
    color: #fff;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
    z-index: 999;
    margin-right: 10px;
    font-size: clamp(.9rem, 1.1vw, 1.2rem);
    transition: .3s;
}

.main_board .inner .donation .tit_wp h2 .btn-donate i {
	font-family: "Font Awesome 6 Free";
}

.main_board .inner .donation .tit_wp h2 .btn-donate:hover{
    background: var(--prm-clr);
}

.main_board .inner .donation .tit_wp p {
    font-size: clamp(1rem, 1.1vw, 1.2rem);
    line-height: 1.5em;
}



@media (max-width:1023px) {
    .main_board .inner {
        flex-direction: column-reverse;
    }

    .main_board:before {
        display: none;
    }

    .main_board .inner .notice {
        width: 100%;
        padding-top: clamp(3.5rem, 5vw, 5rem);
    }

    .main_board .inner .notice .bd_subject {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        word-break: break-all;
        width: 68%;
    }

    .main_board .inner .donation {
        width: 100%;
        height: fit-content;
        aspect-ratio: unset;
        padding: clamp(1rem, 4vw, 4rem);
        background: linear-gradient(45deg, var(--scd-clr), var(--prm-clr));
    }	
	.main_board .inner .donation .bank {
		padding:1rem;
	}
	.main_board .inner .donation .bank p{
	    flex-direction: column;
	}	

    .main_board .inner .donation .cont_wp:before {
			top: 18%;
    }

}



@media (max-width:767px) {
	.main_board .notice ul.tabnav {width: 100%;} 
   	.main_board .inner .donation {flex-direction: column; margin-top:2rem;}
	.main_board .inner .donation .imgbox {width:100px;}
	.main_board .inner .donation .tit_wp {width:100%; margin-left:0;}
   .main_board .inner .donation .tit_wp h2 {flex-direction: column;align-items: flex-start; flex-direction: row; margin-bottom:0; padding:0;}
	.main_board .inner .donation .tit_wp h2 .btn-donate {margin:.5rem 0; width:30px; height:30px;}
	.main_board .inner .notice{padding-top:0;}
}

@media (min-width:1024px) {

	
    .main_board .notice ul.tabnav li a.plus {
        transition: .3s;
    }

    .main_board .notice ul.tabnav li a.plus:hover {
        background: var(--prm-clr);
    }
}

/*     1701445 : 공백      */
.solid_line__1701445__ {box-sizing:border-box;display:block;position:relative;width:100%;height:80px}
.solid_line__1701445__.build_edit_mode {min-height:10px;border:1px dashed red}
.solid_line__1701445__.build_edit_mode:before {content:'Blank';display:block;position:absolute;top:50%;left:0;right:0;margin-top:-10px;padding:5px 0;font-size:13px;color:red;text-align:center;line-height:1}

@media all and (max-width:1023px){
	.solid_line__1701445__ {height:30px}
}

