/* COMMON */
.sub-visual { display: flex; align-items: center; padding: 110px 0 80px; height: 460px; }
.sub-visual__inner { margin: auto; text-align: center; width: 100%; }
.sub-visual { background: url('/child/img/sub/sv.jpg') no-repeat center / cover; }
.sv2 { background: url('/child/img/sub/sv2.jpg') no-repeat center / cover; }

.sub-visual h3 { position: relative; font-size: 60px; color: #fff; font-weight: 700; animation: slideFade-upIn .5s ease-out .6s forwards; opacity: 0; }
.sub-visual-dark h3 { color: #333 !important; }
@media (max-width: 1024px){
    .sub-visual { padding: 50px 0; height: 350px; text-align: center; }
    .sub-visual img { width: 90%; height: auto; }
}
@media (max-width: 768px){
    .sub-visual { height: 200px; }
    .sub-visual h3 { font-size: 20px; }
    .sub-visual p { font-size: 16px; }
}



/* Sub Tab List */
/* .sub-tab-area { z-index: 2; position: relative; margin: -55px auto 0; width: 100%; background: rgba(4,74,179,.8); }
.sub-tab-list { margin: auto; max-width: 1050px; width: 100%; }
.sub-tab-list:after { content: ''; display: block; clear: both; }
.sub-tab-list li { float: left; text-align: center; }
.sub-tab-list li a { display: block; height: 55px; font-size: 18px; font-weight: 200; color: rgba(255,255,255,1); }
.sub-tab-list li:last-child a { }
.sub-tab-list li a:hover { background: rgba(0,0,0,.1); }
.sub-tab-list li.on a { color: #333333; background: #fff; }
.sub-tab-list li a:hover span:after,
.sub-tab-list li.on a span:after { width: 100%; }
.l-1 li { width: 100%; }
.l-2 li { width: 50%; }
.l-3 li { width: 33.33333%; }
.l-4 li { width: 25%; }
.l-5 li { width: 20%; }
.l-6 li { width: 16.66666%; }

.i-emergency { display: inline-block; vertical-align: -5px; margin-right: 5px; width: 32px; height: 25px; background: url('/child/img/icon/i-emergency.png') no-repeat; }

@media (max-width: 1024px){
}
@media (max-width: 768px){
    .sub-tab-area { margin-top: -40px; padding: 0 15px; }
    .sub-tab-list li a { height: 40px; line-height: 16px; font-size: 14px; }
    .sub-tab-list li.on a { font-size: 14px; }
}
@media (max-width: 550px){
    .sub-tab-area { margin-top: 0; padding: 0; }
    .sub-tab-list { background: rgba(0,0,0,.2); }
    .sub-tab-list li a,
    .sub-tab-list li.on a { font-size: 13px; }
    .sub-tab-list li a { border-left-color: rgba(255,255,255,.2); }
    .l-5 li { width: 33.33333%; }
    .l-5 li a { border-bottom: 1px solid rgba(255,255,255,.2); }
    .l-5 li:last-child a { position: relative; border-right: none; }
    .l-5 li:last-child a:before { content: ''; position: absolute; top: 0; right: -1px; width: 1px; height: 100%; background: rgba(255,255,255,.2); }
} */


/* 공통 */

.sub-title { margin-bottom: 100px; text-align: center; }
.sub-title h3 { line-height: 1; font-size: 40px; font-weight: 800; color: #555; }
.sub-title p { margin-top: 15px; line-height: 1; font-size: 14px; font-weight: 200; color: #a5adc5; letter-spacing: 0.6em; }
.section-title { margin-bottom: 60px; line-height: 1; text-align: center; font-size: 30px; font-weight: 600; }
.contents-title { line-height: 1; font-size: 24px; font-weight: 800; }
@media (max-width:1024px){
    .sub-title { margin-bottom: 70px; }
    .sub-title h3 { font-size: 26px; }
    .sub-title p { font-size: 13px; }
    .section-title { font-size: 24px; }
    .contents-title { font-size: 20px; }
}
@media (max-width:768px){
    .sub-title { margin-bottom: 45px; }
    .sub-title h3 { }
    .sub-title p { font-size: 12px; }
    .section-title { margin-bottom: 35px; font-size: 20px; font-weight: 800;}
    .contents-title { font-size: 18px; }
}


/* 인사말 */
.about-logo { text-align: center; }
.about-img { margin: 40px auto 60px; text-align: center; }
.about__signature-inner { display: inline-block; max-width: 300px; width: 100%; }
.about__signature-title { line-height: 2; }
.about__signature .img { display: flex; justify-content: center; border-bottom: 4px solid #4c6ce4; }
.about__signature .img img { margin: -50px 0 -24px 105px; }

.about-text p { margin-bottom: 40px; font-size: 18px; font-weight: 500; line-height: 1.9; }
.about-text p:last-child { margin-bottom: 0;}

@media(min-width:1025px){
    .about-container { margin-top: -60px; padding: 0 40px;  }
    .about-text-wrap { display: flex; flex: 1 1;  justify-content: space-between;}
    .about__signature { display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; width: 234px;}

}

@media (max-width:1024px){
    .about__signature { width: 50%; margin-bottom: 50px;}
    .about__signature .img { justify-content: flex-end; -webkit-transform: scale(.7); transform: scale(.7);}
    .about-text p { margin-bottom: 20px; font-size: 17px; }

}
@media (max-width:768px){

}

/* 미션과 비전 */
.mission-value h4 { font-size: 30px; font-weight: 700; }
.value-list { display: flex; flex-flow: wrap; }
.value-list div { display: flex; align-items: center; justify-content: center;
    width: 200px; height: 200px; margin-right: 40px;
    font-size: 24px; color: #777; border-radius: 50%; background: #fff; border: 30px solid #e5e5e5; }
.value-list div:last-child { margin-right: 0; }
.value-culture { border-color: #e8f1d5!important; }
.value-health { border-color: #e8e9f9!important; }
.value-jarip { border-color: #e4eff9!important; }
.value-trust { border-color: #e0f5f4!important; }

.mission-intro { margin: 80px 0 100px; padding: 50px 0; background: url('/child/img/sub/about/mission/mission-bg.jpg') no-repeat center; }
.mission-intro__container { display: flex; }
.mission-intro__container > div { position: relative; padding: 50px 0 80px; width: 50%; text-align: center; }
.mission-intro__left::after { content: ''; position: absolute; display: block; top: 0; right:0; width: 1px; height: 100%; background: rgba(255,255,255,.3); }
.mission-intro__container span { display: block; margin: 65px 0 0; font-size: 20px; font-weight: 400; line-height: 1.5; color: #fff; }

.mission-business__list { display: flex; flex-flow: wrap; justify-content: space-between;}
.business-li { margin-right: 30px; margin-bottom: 40px; width: 276px; }
.business-li__title { margin-bottom: 30px; padding: 34px 0; width: 100%; text-align: center;  border-bottom: 1px solid #3399d6; background: #f8f8f8;}
.business-li__title .img { display: flex; align-items: center; justify-content: center; margin: 24px 0 40px; height: 80px; }
.business-li__contents { margin: 0 20px; }
.business-li__contents li { font-size: 18px; line-height: 1.8; }

@media(min-width:1025px){
    .mission-value { display: flex; justify-content: space-between; align-items: center; padding: 0 40px; background: url('/child/img/sub/about/mission/value-line.png') no-repeat center; }
    .mission-value h4 { margin-bottom: 80px; }
    .value-health { margin-top: 90px; }
    .value-trust { margin-top: 90px; }

    .mission-business__list > div:nth-child(4),
    .mission-business__list > div:last-child { margin-right: 0; }
}

@media (max-width:1024px){
    .mission-value h4 { font-size: 20px; }
    .mission-business__list { justify-content:flex-start;}

    .value-list { justify-content: space-around;}
    .value-list div { margin: 10px; width: 150px; height: 150px; border-width: 20px; font-size: 20px; }
    .mission-intro__container > div { padding: 0 15px; }
    .mission-intro__container span { font-size: 18px; }

    .business-li__title { margin-bottom: 20px; padding: 24px; }
    .business-li__title .img { margin: 15px 0 20px; }
    .business-li {margin: 0 0 30px 0; padding: 0 10px; width: 33.333333% }
    .business-li__contents { margin: 0; }
    .business-li__contents li {font-size: 17px; }


}
@media (max-width:768px){
    .business-li { width: 50% }
}


/* 연혁 */
.history-top { margin-bottom: 100px; padding-bottom: 80px; border-bottom: 1px solid #e5e5e5; }
.history-top .sub-title { margin-bottom: 60px; }
.history-top .sub-title h3 { display: flex; justify-content: center; align-items: center; font-size: 34px; color: #333; }
.history-top .sub-title h3 .img { margin-right: 20px; }
.history-top p { font-size: 18px; line-height: 1.5; text-align: center; margin-bottom: 36px; }
.history-top p:last-child { margin-bottom: 0; }

.history-wrap > li { padding: 40px; }
.history-wrap > li.bg-grey { background: #f5f5f5;  }
.history__year { padding: 0 60px; font-size: 30px; font-weight: 800; }
.history__contents { display: flex;  }
.history__contents div { font-size: 17px; color: #777777; line-height: 2.2; }
.history__data { width: 100px; font-size: 20px; font-weight: 700; line-height: 2; }

@media(min-width:1025px){
    .history-wrap > li { display: flex; }

}

@media(max-width:1024px){
    .history-top .sub-title h3 { font-size: 26px; }
    .history-top .sub-title h3 img { -webkit-transform: scale(.6); transform: scale(.6); }
    .history-top p { margin-bottom: 20px; }

    .history__year { display: block; margin-bottom: 20px; padding: 0; font-size: 30px; }
    .history__data{ width: 90px; }
    .history__contents div { width: 80%; }

}
@media(max-width:768px){

}

/* 조직도 */
.member-table { width: 100%; border-collapse: collapse; }
.member-table th { padding:20px 0; width: 25%; text-align: center; font-size: 20px; font-weight: 700; color: #fff; background: #80838c; }
.member-table tr { border-bottom: 1px solid #e5e5e5; }
.member-table td { padding:20px 0; width: 25%; text-align: center; font-size: 22px; font-weight: 700; color: #8e94a0; }
.member-table td .img { font-size: 0; }
.member__name { font-size: 30px; color: #333; }

.facility-wrap{
    margin-top: 100px;
}
.facility-table { margin-top: 40px; width: 100%; border-collapse: collapse; }
.facility-table th { padding:20px 0; width: 25%; text-align: center; font-size: 20px; font-weight: 700; color: #fff; background: #80838c; }
.facility-table tr { border-bottom: 1px solid #e5e5e5; }
.facility-table td { padding:20px 0; width: 25%; text-align: center; font-size: 22px; font-weight: 700; color: #555555; }

@media(max-width:1024px){
    .member-table th,
    .member-table td { padding: 12px 0; text-align: center; font-size: 17px; }
    .member__name { font-size: 17px; }
    .facility-wrap{
        margin-top: 50px;
    }
    .facility-table { margin-top: 20px;}
    .facility-table th,
    .facility-table td { padding: 12px 0; text-align: center; font-size: 17px; }

}
@media(max-width:768px){

}


/* 오시는길 */
.location-top { margin-bottom: 80px; padding: 0 40px; }
.location-info__left { position: relative; padding-right: 80px; }
.location-info__right { position: relative; padding-left: 80px; }
.location-info__left::after { content: ''; position: absolute; display: block; top: 0; right: 0; width: 1px; height: 100%; background: #0080cc; }
.location-info ul li { display: flex; align-items: center; margin: 14px 0; padding-left: 60px; height: 40px; font-size: 18px; font-weight: 500; color: #777777; }
.location-info ul li h4 { display: block; margin-right: 24px; font-weight: 800; color: #0080cc; }
.info-addr { background: url('/child/img/sub/about/location/location-addr.png') left center no-repeat; }
.info-phone { background: url('/child/img/sub/about/location/location-phone.png') left center no-repeat; }
.info-email { background: url('/child/img/sub/about/location/location-mail.png') left center no-repeat; }
.info-time { background: url('/child/img/sub/about/location/location-time.png') left center no-repeat; }

.location-traffic { padding-top: 80px; border-top: 10px solid #f5f5f5; }
.traffic__title { display: flex; align-items: center; }
.traffic__title h4 { display: block; margin: 0 70px 0 40px; font-size: 24px; font-weight: 800; color: #333; }
.bus-list { margin: 40px 0 50px;}
.bus-list h5 { display: block; width: 220px; font-size: 18px; font-weight: 800; color: #0080cc;  }
.bus-list > li { margin-bottom: 50px; line-height: 1.5; font-size: 18px; font-weight: 500; color: #777; }
.bus-list > li span { padding: 0 4px; }
.traffic__subway { align-items: center; }
.traffic__subway span { font-size: 18px; font-weight: 800; color: #777777; }

@media(min-width:1025px){
    .traffic-info { display: flex; align-items: flex-start;}
    .location-info { display: flex; align-items: center; margin-top: 60px; padding: 0 40px; }
    .traffic__subway { align-items: center; }
    .bus-list > li { display: flex; justify-content: flex-start; margin-bottom: 0px;  }
    .bus-list__left { margin-bottom: 50px; width: 310px; }

}
@media(max-width:1024px){
    .location-top { margin-bottom: 40px; padding: 0 20px; }
    .location-top iframe { height: 400px; }
    .location-info__left { padding-right: 0; }
    .location-info__right { padding-left: 0; }
    .location-info__left::after { content: none; }
    .location-info ul li { align-items: flex-start; margin: 28px 0; font-size: 17px;  }
    .location-traffic { padding-top: 40px; border-top: 10px solid #f5f5f5; }
    .bus-list { margin: 20px 0 20px;}
    .bus-list h5 { width: 100%; text-align: center; margin-bottom: 15px; padding: 10px 0; border-top: 2px solid #0080cc; border-bottom: 1px solid #ddd; }
    .traffic__title { justify-content: center; align-items: center; }
    .traffic__title h4 { margin: 0 10px ; }
    .traffic__title img { width: auto; height: 60px; }
    .traffic__subway span { display: block; margin-top: 10px; text-align: center;}

}
@media(max-width:768px){

}
.business-container .sub-title { margin-bottom: 60px; }
.business-container .tab-list .button { font-size: 22px;}
.business-container .tab-list { margin-top: 60px; }
.business-container .tab-list li:nth-child(3),
.business-container .tab-list li:nth-child(4),
.business-container .tab-list li:nth-child(5) { flex: 1.4; }

.jarip-contents { display: flex; justify-content: space-between;}
.jarip-contents h4 { font-size: 24px; font-weight: 800; text-align: center; border-bottom: 1px solid #e5e5e5; }
.jarip-contents__box .img { font-size: 0; }
.jarip-contents__text { padding: 30px 0 0 0; font-size: 18px; }
.jarip-contents__text > ul > li { margin-bottom: 20px; line-height: 1.5; letter-spacing: -0.04em; color: #777777; }
.jarip-contents__text ul li:last-child { margin-bottom: 0px; }
.jarip-contents__text ul li strong { display: block; margin-right: 30px; font-weight: 700; color: #333; }
.jarip-contents__list li { padding-left: 10px; text-indent: -10px; }

.jarip__list3 { margin:0 -10px; }
.jarip__list3 .img { margin-bottom: 0; text-align: center;}
.jarip__list3 .jarip-contents__box h4 { padding: 20px 0 26px; }
.jarip__list3 .jarip-contents__box h4.title-line2 { display: flex; align-items: center; justify-content: center; padding: 0; height: 104px; }
.jarip__list3 .jarip-contents__text strong { margin-bottom: 4px;  }

.jarip__list4 { flex-flow: wrap; }
.jarip__list4 .jarip-contents__box .img { margin-bottom: 30px; font-size: 0; text-align: center;}
.jarip__list4 .jarip-contents__box  h4 { padding-bottom: 20px; }

@media(min-width:1025px){
    .jarip-contents__text { padding: 40px 30px 0 40px; }
    .jarip__list3 .jarip-contents__box { flex: 1 1; margin: 0 10px;  }
    .jarip__list4 .jarip-contents__box { width: 580px; }
    .jarip__list4 .jarip-contents__text > ul > li { display: flex; margin-bottom: 20px; line-height: 1.5; letter-spacing: -0.04em; color: #777777; }

    .jarip__list4 > div:first-child,
    .jarip__list4 > div:nth-child(2) { margin-bottom: 80px; }
}
@media(max-width:1024px){
    .business-container .tab-list { margin-top: 30px; }
    .business-container .tab-list .button { font-size: 18px;}
    .business-container .tab-list li { flex: 1; }
    .business-container .tab-list li:nth-child(4),
    .business-container .tab-list li:nth-child(5) { flex: 1; }


    .jarip-contents__box { margin-bottom: 30px; }
    .jarip-contents h4 {font-size: 20px;}
    .jarip-contents__text { padding-top: 15px; font-size: 17px;}
    .jarip__list3{ flex-flow: wrap; margin: 0; }
    .jarip__list3 .jarip-contents__box { width: 100%; padding: 0px;}
    .jarip__list3 .jarip-contents__box img { width: 100%; }
    .jarip__list4 .jarip-contents__box { width: 100%; padding: 0px;}

}
@media(max-width:768px){
    .business-container .sub-title { margin-bottom: 45px; }

}


/* 장애인 활동지원 */
.activity-contents { margin-top: 60px; }
.activity-contents > div:last-child { padding-bottom: 0; margin-bottom: 0; }
.activity-contents h4 { position: relative; padding: 16px 10px; font-size: 24px; font-weight: 800; color: #333; border-bottom: 1px solid #3399d6; }
.activity-contents h4.line-short::after { content: ''; position: absolute; display: block; bottom: -2px; left: 0; width: 200px; height: 3px; background: #3399d6; }
.activity-contents h4.line-long::after { content: ''; position: absolute; display: block; bottom: -2px; left: 0; width: 300px; height: 3px; background: #3399d6; }
.activity-contents__text { margin-bottom: 60px; padding: 30px 10px; font-size: 18px; line-height: 1.5; color: #777777; }
.activity-contents__text h5 { font-size: 18px; margin-bottom: 14px; color: #333;}
.activity-contents__text strong { color: #333; font-weight: 800; }
.activity-contents__text img {  text-align: center; }
.activity-contents__col > div:first-child { width: 620px; margin-right: 40px; }
.activity-contents__text  li { padding-left: 10px; text-indent: -10px; }
.activity-contact .activity-contents { display: flex; align-content: center; margin-top: 0; }
.activity-contact .activity-contents__text { margin: 0 0 0 20px; padding: 0; line-height: 1.3; }

.activity-service { margin-bottom: 20px;}
.activity-service strong { padding-right: 5px; }
.activity-apply { margin-top: 40px; }
.activity-apply li { margin-bottom: 50px; line-height: 1.7;}
.activity-apply li:last-child { margin-bottom: 0px; }
.activity-apply li strong { display: block; margin-right: 30px; font-size: 20px; }

.activity-contents__text .img { margin: 30px auto 0; text-align: center; }

@media(min-width:1025px){
    .activity-contents__col { display: flex; }
    .activity-contents__col > div { flex: 1 1; }
    .activity-apply li { display: flex; flex: 1 1; letter-spacing: -0.05em;}
    .activity-apply li strong { min-width: 90px; }
    .activity-contact { display: flex; padding: 30px 0!important; border-bottom: 1px solid #3399d6;}
    .activity-contact h4 { margin-right: 35px; padding: 5px 30px 0 20px; border-bottom: none; border-right: 3px solid #3399d6; }

}
@media(max-width:1024px){
    .activity-contents { margin-top: 30px; }
    .activity-contact .activity-contents { align-items: center; padding: 30px; }
    .activity-contents h4 { font-size: 22px; }
    .activity-contents__text { margin-bottom: 30px; padding: 30px 10px; font-size: 17px }
    .activity-contents__col > div:first-child { margin-right: 0; width: auto; }
    .activity-contact .activity-contents img { -webkit-transform: scale(.7); transform: scale(.7);}

}
@media(max-width:768px){

}

/* 후원신청 */
.donation-container { margin-top: 60px; padding-bottom: 480px; text-align: center; background:#fbfbfb url('/child/img/sub/donation/donation-bottom.png') no-repeat center bottom; }
.donation__text { font-size: 26px; line-height: 1.7; padding: 30px 0 50px; }
.donation-bank { padding: 40px; line-height: 1.5; font-size: 30px; font-weight: 700; }
.donation-bank strong { display: block; font-size: 40px }
.tab-contents iframe {width:100%; height:887px;}

.donation-m {display:none;}

@media(max-width:1024px){
    .donation-container { margin-top: 30px; }
    .donation-top img {width: 80%; }
    .donation__text { font-size: 20px; line-height: 1.5; padding: 15px 0 25px; }
    .donation__contents img { width: 80%; }
    .donation-bank { padding: 30px; font-size: 24px; font-weight: 700; }
    .donation-bank strong { font-size: 34px; }

}
@media(max-width:768px){
    .donation-container {padding-bottom: 320px; background-size: 120%; }

}

@media(max-width:579px){

    .donation-m {display:block;}
    .donation-pc {display:none;}

}


.volunteer-container .container { position: relative; }
.volunteer__text { font-size: 20px; line-height: 1.7; color: #555; }
.volunteer__text strong { font-size: 30px; }
.volunteer__contents a { display: flex; justify-content: flex-start; margin-top: 50px; width: 320px; height: 68px; border-radius: 34px; color: #fff; font-weight: 800; background: #ef6e79 url('/child/img/sub/donation/link-arrow.png') no-repeat center right 8%; }

@media(min-width:1025px){
    .volunteer-container { background: url('/child/img/sub/donation/volunteer-img.png') center no-repeat; }
    .volunteer__contents { display: flex; justify-content: flex-end; padding: 150px 0 80px; }

}

@media(max-width:1024px){
    .volunteer__text { padding: 20px; font-size: 18px; text-align: center; line-height: 1.7; }
    .volunteer__text strong { font-size: 24px; }
    .volunteer__contents a { margin: 30px auto 0; width: 300px; height: 60px; font-size: 18px; }

}
@media(max-width:768px){

}


.bbs-news .category_pd { display: none; }


@media(max-width:1024px){

}
@media(max-width:768px){

}





@media(max-width:1024px){

}
@media(max-width:768px){

}


.framework7-root {box-shadow: none !important;}


@media(max-width:1024px){

}
@media(max-width:768px){

}
