.subMenuWrap {
    height:280px;
    position: relative;
}

.subMenuWrap .imageWrap {
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}

.subMenuWrap .topWrap {
    position: relative;
    height:calc(100% - 55px);
}

.subMenuWrap .topWrap .textWrap {
    position: absolute;
    top:54%;
    left:0;
    width:100%;
    text-align:center;
    transform:translateY(-50%);
    color:#fff;
}

.subMenuWrap .topWrap .textWrap h1 {
    font-size: 35px;
    font-family: 'aritaM';
    font-weight: 600;
    margin-bottom:20px; 
}

.subMenuWrap .topWrap .textWrap p {
    font-size: 18px;
    font-family: 'aritaM';
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.2;
    text-shadow: 0.777px 0.629px 0px rgba(0, 0, 0, 0.2);
}

.subMenuWrap .bottomWrap {
    height:55px;
    background-color:rgba(74, 98, 119, 1);
    position: relative;
}
.subMenuWrap .bottomWrap > .layout_1200{
    height: 100%;
}

.subMenuWrap .bottomWrap .homeBtn {
    display:block;
    float:left;
    width:62px;
    height:100%;
    background-color:#4273a6;
    border-left:1px solid rgba(255, 255, 255, 0.1);
    border-right:1px solid rgba(255, 255, 255, 0.1);
    text-align:center;
    line-height: 58px;
}

.subMenuWrap .bottomWrap .homeBtn img {
    width:20px;
}

.subMenuWrap .bottomWrap .menuWrap {
    float:left;
}

.subMenuWrap .bottomWrap .menuWrap>li {
    float:left;
    width:240px;
    position: relative;
}

.subMenuWrap .bottomWrap .menuWrap>li>a {
    display:block;
    line-height: 55px;
    padding-left:20px;
    color:#fff;
    font-size: 15px;
    position: relative;
    border-right:1px solid rgba(255, 255, 255, 0.1);
}

.subMenuWrap .bottomWrap .menuWrap>li>a:before {
    content:'';
    width:11px;
    height:1px;
    background-color:#fff;
    position: absolute;
    top:50%;
    right:20px;
}

.subMenuWrap .bottomWrap .menuWrap>li>a:after {
    content: '';
    width: 1px;
    height: 11px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    margin-top:-5px;
    right: 25px;
}

.subMenuWrap .bottomWrap .menuWrap>li>a.active:after {
    display:none;
}

.subMenuWrap .bottomWrap .subMenu {
    position: absolute;
    top:100%;
    left:0;
    width:calc(100% - 1px);
    background-color:#f4f4f4;
    padding:15px 0;
    display:none;
    z-index: 10;
}

.subMenuWrap .bottomWrap .subMenu>li>a {
    display:block;
    color:#666666;
    font-size: 15px;
    padding:10px 20px;
}

.subMenuWrap .bottomWrap .subMenu>li>a:hover {
    color:#000000;
}

.subMenuWrap .bottomWrap .rightWrap {
    display: none;
    float:right;
    height:100%;
}

.subMenuWrap .bottomWrap .rightWrap a {
    float:left;
    display:block;
    width:55px;
    height:100%;
    line-height: 55px;
    text-align:center;
    border-left:1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}

.subMenuWrap .bottomWrap .rightWrap a:not(.print) {
    text-indent: -9999px;
}

.subMenuWrap .bottomWrap .rightWrap a:last-child {
    border-right:1px solid rgba(255, 255, 255, 0.1);
}

.subMenuWrap .bottomWrap .rightWrap a.plus:before,
.subMenuWrap .bottomWrap .rightWrap a.minus:before {
    content:'';
    width:15px;
    height:1px;
    background-color:#fff;
    position: absolute;
    top:50%;
    left:50%;
    margin-left:-6.5px;
}

.subMenuWrap .bottomWrap .rightWrap a.plus:after {
    content: '';
    width: 1px;
    height: 15px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -7px;
}

.subMenuWrap .bottomWrap .rightWrap a.basic:before {
    content:'';
    width:10px;
    height:10px;
    border:1px solid #fff;
    position: absolute;
    top:50%;
    left:50%;
    margin-top:-5px;
    margin-left:-5px;
}

.subMenuWrap .bottomWrap .rightWrap a.print {
    line-height: 63px;
}

.subMenuWrap .bottomWrap .rightWrap a.print img {
    width:16px;
}

.subWrap {
    padding:70px 0 80px;
    background-color: #fff;
}

.subTitle {
    color:#000000;
    font-size: 30px;
    font-family: 'aritaM';
    font-weight: 600;
    text-align:center;
    margin-bottom:40px;
}


/* 후원안내 */
.sp_howto {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    margin: 0px;
    padding: 0px;
}

.sp_howto > span {
    display: block;
    width: 750px;
    padding: 0px;
    margin: 0px auto;
}

.sp_howto > span > img {
    display: block;
    width: 100%;
}

.sp_howto > span.howto_bg { 
    margin-bottom: 50px; 
}

@media screen and (max-width:1023px) {
    .subMenuWrap {
        height:220px;
    }

    .subMenuWrap .topWrap {
        height:calc(100% - 45px);
    }

    .subMenuWrap .topWrap .textWrap h1 {
        font-size: 30px;
    }

    .subMenuWrap .topWrap .textWrap p {
        font-size: 16px;
    }

	.subMenuWrap .bottomWrap {
        height:45px;
    }

    .subMenuWrap .bottomWrap .homeBtn {
        line-height: 48px;
        width:45px;
    }

    .subMenuWrap .bottomWrap .menuWrap>li>a {
        line-height: 45px;
        padding-left:15px;
        font-size: 14px;
    }

    .subMenuWrap .bottomWrap .rightWrap a {
        width:45px;
        line-height: 45px;
    }

    .subMenuWrap .bottomWrap .rightWrap a.print {
        line-height: 50px; 
    }

    .subTitle {
        font-size: 30px;
        margin-bottom:50px;
    }

    .subWrap {
        padding:50px 0 0;
    }

    .subMenuWrap .bottomWrap .rightWrap {
        display: none;
    }
    
    .sp_howto > span {
        margin-bottom: 30px !important;
    }
}
/* 1023-end */

@media screen and (max-width:830px) {
    .sp_howto > span {
        width: 100%;
    }
    
}

@media screen and (max-width:768px) {
    .subWrap {
        padding:40px 0 0;
    }
}

@media screen and (max-width:767px) {
	.subMenuWrap .topWrap .textWrap h1 {
        font-size: 25px;
        margin-bottom:10px;
    }

    .subMenuWrap .topWrap .textWrap p {
        padding: 0 15%;
        font-size: 14px;
        line-height: 1.4;
        word-break: keep-all;
    }

    .subMenuWrap .bottomWrap .layout_1200 {
        padding:0;
    }

    .subMenuWrap .bottomWrap .homeBtn img {
        width:17px;
    }

    .subMenuWrap .bottomWrap .rightWrap {
        display:none;
    }

    .subMenuWrap .bottomWrap .menuWrap {
        width:calc(100% - 45px);
    }

    .subMenuWrap .bottomWrap .menuWrap>li:first-child {
        display:none;
    }

    .subMenuWrap .bottomWrap .menuWrap>li {
        width:100%;
    }

    .subMenuWrap .bottomWrap .subMenu {
        z-index: 9;
        left:-45px;
        width:calc(100% + 45px);
    }

    .subMenuWrap {
        height:190px;
    }

    .subTitle {
        font-size: 22px;
        margin-bottom:20px;
    }

    .subWrap {
        padding: 30px 0 0;
    }
}
/* 767-end */

/* 자원봉사 신청접수 - 260616 */
.volunteer_result {
    max-width: 500px;
    width: 100%;
    display: flex;
    padding: 0px;
    flex-flow: column;
    text-align: center;
    justify-content: center;
    margin: 0 auto;
    background-color: #FFF;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 20px;
}

.volunteer_result > h3 {
    display: none;
}

.volunteer_result .result_list {
    display: flex;
    flex-flow: column;
    gap: 5px;
    line-height: 1.3;
    font-size: 18px;
    font-weight: 500;
    color: #222;
    width: 100%;
    padding: 50px 20px;
    word-break: keep-all;
}

.volunteer_result .btnLink {
    display: flex;
    flex-flow: column;
    padding: 15px 0;
    background: #4273a6;
    color: #FFF;
    border-radius: 0 0 17px 17px;
    line-height: 1.3;
    font-size: 18px;
    font-weight: 500;
}

/* 도움요청, 후원신청 - 서브 타이틀 /260714 */
.sub_page_counsel .support_txt {
	display: inline-block;
	width: 100%;
	font-size: 25px;
    line-height: 1.4;
    font-weight: 500;
    font-family: 'Pretendard';
	text-align: center;
	color: #222;
	word-break: keep-all;
    margin-top: 15px;
}

@media screen and (max-width:767px) {
	.sub_page_counsel .support_txt {
		font-size: 21px;
		line-height: 1.3;
	}
}

@media screen and (max-width:600px) {
	.sub_page_counsel .support_txt {
        font-size: 18px;

    }
}


/* 주요사업 하단 버튼 /260714   */
.sub_page_ministry .btn_support {
	display: flex;
    flex-flow: column;
    width: 100%;
    margin: 50px 0 0;
	padding: 50px 0 0;
    align-items: center;
	border-top: 1px solid #eeecec;
}

.sub_page_ministry .btn_support > a {
	background: #004497;
    padding: 30px 40px;
    min-width: 220px;
    color: #FFF;
    font-size: 23px;
    display: inline-flex;
    justify-content: center;
    font-weight: 500;
    border-radius: 50px;
}

@media screen and (max-width:767px) {
	.sub_page_ministry .btn_support {
		margin: 30px 0 0;
		padding: 30px 0 0;
	}

	.sub_page_ministry .btn_support > a {
		padding: 20px 10px;
		min-width: none;
		width: 100%;
		max-width: 350px;
		font-size: 20px;
	}
}