@charset "utf-8";
/* layout.css는 전체적인 레이아웃 스타일을 정의합니다. */

#wrapper {overflow:hidden; background:#fff;}

body.bg {background:#f4f4f4;}

#skipToContent a {z-index:100000;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#skipToContent a:focus, 
#skipToContent a:active {width:200px;height:50px;background:#21272e;color:#fff;font-size:14px;font-weight:bold;text-align:center;text-decoration:none;line-height:50px}

.contain {width:100%; max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto; box-sizing:border-box;}
.contain:after {content:" "; display:block; clear:both;}


/* header */
#header {background:#fff; z-index:100}
#header .top-bar {height:105px;}
#header .contain {position:relative;}
#header .sitelogo {text-align:center; padding-top:18px;}
#header .util {position:absolute; top:34px; right:30px; overflow:hidden;}
#header .util ul {margin:0 -5px;}
#header .util ul li {float:left; font-size:0; line-height:0; padding:0 5px;}


.gnb-wrap {border-top:1px solid #dfdfdf; border-bottom:1px solid #dfdfdf;}
#gnb {}
#gnb ul {display:flex;}
#gnb ul > li {flex:1; position:relative; text-align:center; font-size:18px; line-height:58px; font-weight:500; letter-spacing:-.60px; transition: all 0.1s ease-in-out;}
#gnb ul > li:after {content:"";position:absolute; top:0; left:0; width:1px; height:100%; background:#dfdfdf;}
#gnb ul > li:last-child:before {content:"";position:absolute; top:0; right:0; width:1px; height:100%; background:#dfdfdf;}
#gnb ul > li > a {display:block; color:#2c2c2c;}
#gnb ul > li.active > a {background:#3f85bc; color:#fff}
#gnb .submenu {display:none; position:absolute; top:57px; left:0; width:100%; background:#3f85bc; border:1px solid rgba(255,255,255,.14); z-index:102}
#gnb .submenu > ul {padding:15px 20px; display:block;} 
#gnb .submenu > ul > li {flex:none; display:block;float:none; width:100%; position:relative; font-size:16px; line-height:42px; font-weight:300; letter-spacing:-.50px;}
#gnb .submenu > ul > li:after {display:none;}
#gnb .submenu > ul > li:before {display:none;}
#gnb .submenu > ul > li > a {display:block; color:#fff}
#gnb .submenu > ul > li > a:hover {color:#fff; background:#306691; font-weight:500; border-radius:5px;}

.gnb-close {position:absolute; bottom:15px; right:0; width:20px; height:20px; display:block; font-size:0; line-height:0;}

/* for mobile */
.btn-m-menu {display:none; position:absolute; top:50%; right:30px; margin-top:-12px; width:24px; height:24px; text-indent:-9999em;}
.btn-m-menu span {position:absolute; left:0; right:0; top:11px; height:2px; background:#2c2c2c;}
.btn-m-menu span:before,
.btn-m-menu span:after {content:" "; position:absolute; left:0; right:0; height:2px; background:#2c2c2c;}
.btn-m-menu span:before {top:-9px;}
.btn-m-menu span:after {bottom:-9px;}

.mobile-navigation {display:none; position:fixed; top:0; right:0; width:320px; height:100%; overflow:auto; transition:.2s linear; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff; z-index:102;}
.mobile-navigation .home {display:flex; align-items:center; height:70px; padding:0 20px;}
.mobile-navigation .home img {height:36px;}
.mobile-navigation .links {border-top:1px solid #dfdfdf; padding:15px;}
.mobile-navigation .links ul {display:flex; justify-content: space-evenly;}
.mobile-navigation .links ul li img {height:32px;}
.mobile-navigation .nav-menu>ul {border-top:1px solid #dfdfdf;}
.mobile-navigation .nav-menu>ul>li {border-bottom:1px solid #dfdfdf;}
.mobile-navigation .nav-menu>ul>li>a {position:relative; padding:10px 48px 10px 20px; display:block; color:#333; font-size:18px; font-weight:700; line-height:1.5em; letter-spacing:-.03em;}
.mobile-navigation .nav-menu>ul>li>a:after {content:""; position:absolute; top:50%; right:20px; transform:translateY(-75%) rotate(45deg); width:11px; height:11px; border-right:2px solid #505050; border-bottom:2px solid #505050;}
.mobile-navigation .nav-menu>ul>li.active>a {color:#fff; background:#3f85bc}
.mobile-navigation .nav-menu>ul>li.active>a:after {transform:translateY(-35%) rotate(-135deg); border-color:#fff;}
.mobile-navigation .nav-menu .submenu {display:none; padding:10px 20px; background:#f8f8f8; color:#555; font-size:16px; font-weight:400; line-height:1.5em;}
.mobile-navigation .nav-menu .submenu > ul > li > a {display:block; position:relative; padding:5px 0; transition:color;}
.mobile-navigation .nav-menu .submenu > ul > li.active>a {color:#3f85bc;}
.mobile-navigation .close {position:absolute; top:20px; right:18px; width:26px; height:26px; text-indent:-9999em; overflow:hidden;}
.mobile-navigation .close:before,
.mobile-navigation .close:after {content:" "; position:absolute; top:12px; left:0; width:100%; height:3px; background:#454545; border-radius:3px;}
.mobile-navigation .close:before {transform:rotate(45deg);}
.mobile-navigation .close:after {transform:rotate(-45deg);}
.mobile-overlay {display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:#000; opacity:0.6; z-index:101;}

html.menu-opened {overflow:hidden;}
html.menu-opened .mobile-navigation {-ms-transform:translateX(0); transform:translateX(0);}
html.menu-opened .mobile-overlay {display:block;}

/* main */
#main #container {background:#eff4f7;}
.section1 {padding:30px 0 15px; overflow:hidden;}
.section1 .contain {display:flex; align-items: flex-start;}
.main-visual {position:relative; flex:1 1 auto; min-width:0; width:1%;}
.main-visual .item .thumb {border-radius:5px; overflow:hidden;}
.main-visual .btn-wrap {position:absolute; bottom:25px; left:35px; font-size:0; z-index:2}
.main-visual .btn-wrap .box {float:left;background-position:50% 50%; background-repeat:no-repeat; width:54px; height:54px; margin:0 10px; background-color:rgba(0,0,0,.24); border-radius:50%; border:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden;}
.main-visual .btn-wrap .box.bt-prev {background-image:url("../images/main/bt_prev.png");}
.main-visual .btn-wrap .box.bt-pause {background-image:url("../images/main/bt_stop.png");}
.main-visual .btn-wrap .box.bt-play {background-image:url("../images/main/bt_play.png");}
.main-visual .btn-wrap .box.bt-next {background-image:url("../images/main/bt_next.png");}
.main-visual .btn-wrap .box.bt-play {display:none;}

.main-board-wrap {width:346px; margin-left:10px;}
.main-board {background:#fff; position:relative; border:1px solid #dfdfdf; border-radius:5px; height:224px; margin-bottom:14px; padding:24px 28px 0;}
.main-board .title {font-size:24px; line-height:1.4em; color:#2c2c2c; font-weight:700; margin-bottom:10px;}
.main-board ul li {position:relative; font-size:14px; line-height:32px; letter-spacing:-.60px;}
.main-board ul li a {display:block; width:200px; position:relative;color:#505050; white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.main-board ul li a:hover {color:#3085c7; text-decoration:underline;}
.main-board ul li .date {position:absolute; top:0; right:0; font-size:14px; line-height:32px; color:#505050; letter-spacing:-.60px;}
.main-board .more {position:absolute; top:27px; right:20px; font-size:14px; line-height:26px; color:#878787; letter-spacing:-.60px; padding-right:20px; background:url('../images/main/more.png') 100% 50% no-repeat;}
.main-board .more span {font-size:0; line-height:0;}

.main-cal {background:#495899; position:relative; border-radius:5px; height:162px; padding:25px 30px 0;}
.main-cal .title {font-size:24px; line-height:1.4em; color:#fff; font-weight:700; margin-bottom:15px;}
.main-cal .item {}
.main-cal .item .wrap {}
.main-cal .item .wrap:after {content:"";display:block;clear:both;}
.main-cal .item .wrap .day-wrap {position:relative; float:left; width:90px; padding-right:10px; text-align:center;}
.main-cal .item .wrap .day-wrap:after {content:"";position:absolute; top:0; right:0; width:1px; height:100%; background:#fff; opacity:.2;}
.main-cal .item .wrap .day-wrap .year {font-size:14px;line-height:1.4em; color:#fff;}
.main-cal .item .wrap .day-wrap .day {font-size:34px;line-height:1.4em; color:#fff; font-weight:800;}
.main-cal .item .wrap .info {margin-left:110px; padding-top:5px;}
.main-cal .item .wrap .info .time {font-size:14px;line-height:1.4em; color:#fff; margin-bottom:10px;}
.main-cal .item .wrap .info .tit {font-size:18px;line-height:1.4em; color:#fff;font-weight:500; white-space:nowrap;overflow:hidden;text-overflow:ellipsis; }
.main-cal .btn-wrap {position:absolute; top:25px; right:10px; font-size:0; z-index:2}
.main-cal .btn-wrap .box {float:left;background-color:transparent; background-position:50% 50%; background-repeat:no-repeat; width:24px; height:24px; margin:0 2px;  border-radius:50%; border:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden;}
.main-cal .btn-wrap .box.cal-bt-prev {background-image:url("../images/main/cal_bt_prev.png");}
.main-cal .btn-wrap .box.cal-bt-pause {background-color:rgba(117,130,186,1); background-image:url("../images/main/cal_bt_stop.png");}
.main-cal .btn-wrap .box.cal-bt-play {background-color:rgba(117,130,186,1); background-image:url("../images/main/cal_bt_play.png");}
.main-cal .btn-wrap .box.cal-bt-next {background-image:url("../images/main/cal_bt_next.png");}
.main-cal .btn-wrap .box.cal-bt-play {display:none;}

.section2 {margin-bottom:15px;}
.section2 .box {background:#fff; border:1px solid #dfdfdf; border-radius:5px; padding:30px 0;}
.section2 .box ul {display:flex;}
.section2 .box ul li {position:relative; width:16.666%; text-align:center;}
.section2 .box ul li a {display:block;}
.section2 .box ul li:after {content:"";position:absolute; top:0; left:0; width:1px; height:100%; background:#ddd;}
.section2 .box ul li:first-child:after {display:none;}
.section2 .box ul li .icon {width:100%; height:76px; background-repeat:no-repeat; background-position:50% 50%; margin-bottom:15px;}
.section2 .box ul li .icon.icon1 {background-image:url('../images/main/bnr_icon1.png')}
.section2 .box ul li .icon.icon2 {background-image:url('../images/main/bnr_icon2.png')}
.section2 .box ul li .icon.icon3 {background-image:url('../images/main/bnr_icon3.png')}
.section2 .box ul li .icon.icon4 {background-image:url('../images/main/bnr_icon4.png')}
.section2 .box ul li .icon.icon5 {background-image:url('../images/main/bnr_icon5.png')}
.section2 .box ul li .icon.icon6 {background-image:url('../images/main/bnr_icon6.png')}
.section2 .box ul li .tit {display:inline-block; position:relative; color:#2c2c2c; font-size:14px; line-height:1.4em; padding-bottom:5px;}
.section2 .box ul li .tit:after {content:"";position:absolute; bottom:0; left:50%; width:0; height:1px; background:#3085c7; opacity:0; transition: all 0.2s ease-in-out;}
.section2 .box ul li a:hover .tit {color:#3085c7}
.section2 .box ul li a:hover .tit:after {left:0; width:100%; opacity:1;}

.section3 {max-width:1260px; padding-left:30px; padding-right:30px;	margin:0 auto 15px; overflow:hidden; box-sizing:border-box;}
.section3 .wrap {display:flex;}
.section3 .map-infos {width:390px; margin-right:14px;position:relative; padding:25px 30px; background:#3f85bc; border-radius:5px;}
.section3 .map-infos .title {color:#fff; font-size:24px; line-height:1.4em; font-weight:500; margin-bottom:15px;}
.section3 .map-infos .root_daum_roughmap {width:100% !important; height:180px !important;}
.section3 .map-infos .root_daum_roughmap .wrap_map {height:180px !important;}
.section3 .map-infos .roughmap_lebel_text {line-height:0 !important; font-size:0 !important;}
.section3 .map-infos .roughmap_lebel_text:after {content:"성북장애인가족지원센터"; font-size:12px; line-height:15px;}
.section3 .map-infos .addr {font-size:14px ;line-height:1.4em; color:#fff; margin-top:20px;}
.section3 .map-infos .more {position:absolute; top:30px; right:30px; font-size:14px; line-height:1.4em; color:#fff; padding-right:22px;}
.section3 .map-infos .more:after {content:"+";position:absolute; top:-7px; right:0; font-size:24px; line-height:1.4em; color:#fff;font-weight:500;}
.section3 .map-infos .more span {font-size:0; line-height:0;}
.section3 .map-infos .map-title {color:#0475f4; font-size:14px; line-height:1.4em;}
.section3 .map-infos .map-title span {color:#0475f4}
.section3 .gallery {flex:1 1 auto; min-width:0; width:1%; position:relative; padding:25px 30px 0;background:#fff; border:1px solid #dfdfdf;  border-radius:5px;}
.section3 .gallery .title {color:#2c2c2c; font-size:24px; line-height:1.4em; font-weight:500; margin-bottom:15px;}
.section3 .gallery .more {position:absolute; top:30px; right:30px; font-size:14px; line-height:1.4em; color:#878787; padding-right:22px;}
.section3 .gallery .more:after {content:"+";position:absolute; top:-7px; right:0; font-size:24px; line-height:1.4em; color:#505050;font-weight:500;}
.section3 .gallery .more span {font-size:0; line-height:0;}
.section3 .gallery .gall-slider {margin:0 -8px;}
.section3 .gallery .item {padding:0 8px; text-align:center;}
.section3 .gallery .item .thumb {position:relative; height:0; padding-bottom:56.4%; margin-bottom:10px; overflow:hidden;}
.section3 .gallery .item .thumb img {position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:auto !important; height:auto !important; max-width:100%; max-height:100%; object-fit:contain; transition:all 0.25s ease-in-out;}
.section3 .gallery .item .thumb:after {content:"";position:absolute; top:0; left:0; width:100%; height:100%; border:1px solid #eee; box-sizing:border-box;}
.section3 .gallery .item .tit {display:inline-block; max-width:100%; position:relative; color:#505050; font-size:14px; line-height:1.4em; padding-bottom:5px; white-space:nowrap;overflow:hidden;text-overflow:ellipsis; }
.section3 .gallery .item .tit:after {content:"";position:absolute; bottom:0; left:50%; width:0; height:1px; background:#505050; opacity:0; transition: all 0.2s ease-in-out;}
.section3 .gallery .item a:hover .tit {color:#505050}
.section3 .gallery .item a:hover .tit:after {left:0; width:100%; opacity:1;}
.section3 .gallery .item a:hover .thumb img {transform:translate(-50%,-50%) scale(1.05)}
.section3 .gallery .btn-wrap {position:absolute; bottom:40px; right:25px; display:flex; justify-content:flex-end; font-size:0; z-index:2}
.section3 .gallery .btn-wrap .btn {background-color:transparent; background-position:50% 50%; background-repeat:no-repeat; width:24px; height:24px; margin:0 2px;  border-radius:50%; border:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden;}
.section3 .gallery .btn-wrap .btn.slide-bt-prev {background-image:url("../images/main/slide_bt_prev.png");}
.section3 .gallery .btn-wrap .btn.slide-bt-pause {background-color:#eee; background-image:url("../images/main/slide_bt_stop.png");}
.section3 .gallery .btn-wrap .btn.slide-bt-play {background-color:#eee; background-image:url("../images/main/slide_bt_play.png");}
.section3 .gallery .btn-wrap .btn.slide-bt-next {background-image:url("../images/main/slide_bt_next.png");}
.section3 .gallery .btn-wrap .btn.slide-bt-play {display:none;}
.section3 .gallery .slick-dots {display:flex;}
.section3 .gallery .slick-dots li {padding:0 5px;}
.section3 .gallery .slick-dots li button {width:12px; height:12px; border:0; border-radius:50%; font-size:0; line-height:0; background:#ccc}
.section3 .gallery .slick-dots li.slick-active button {background:#3788c9}


.section4 {max-width:1260px; margin:0 auto; padding:0 30px 45px; overflow:hidden; box-sizing:border-box;}
.section4 ul {display:flex; margin-left:-14px;}
.section4 ul li {width:calc(33.333% - 14px); margin-left:14px; background:#fff; border:1px solid #dfdfdf; border-radius:5px; padding:15px 30px; position:relative;}
.section4 ul li a {display:block; padding-right:20px;}
.section4 ul li dl dt {font-size:18px; line-height:1.4em;font-weight:500; color:#3f85bc; margin-bottom:10px;} 
.section4 ul li dl dd {font-size:14px; line-height:1.4em; color:#505050;}
.section4 ul li .more {position:absolute; top:0; right:30px; width:12px; height:100%; font-size:0; line-height:0; background:url('../images/main/more.png') 50% 50% no-repeat;}


/* sub page */
#contArea {max-width:1200px; margin:0 auto;}



.sub-visual {position:relative; width:100%; height:360px;overflow:hidden;}
.sub-visual .text-wrap {position:absolute; top:50%; left:0; transform:translateY(-50%);  text-align:center; color:#fff; width:100%; z-index:10;}
.sub-visual .cell .tit {color:#fff; font-size:42px; line-height:1.3em;  margin-bottom:5px; font-weight:700;}
.sub-visual .cell p {color:#fff; font-size:12px; line-height:1.3em; letter-spacing:-.40px;}
.sub-visual .background {
	position:absolute; 
	top:0; 
	left:0;
	width:100%; height:100%;	
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:cover;
	transform:scale(1.09);
    -ms-transform:scale(1.09); /* IE 9 */
    -moz-transform:scale(1.09); /* Firefox */
    -webkit-transform:scale(1.09); /* Safari and Chrome */
    -o-transform:scale(1.09); /* Opera */
	transition: all 2s ease-out 0s;
	transition-delay: 0.1s;
	opacity: 0;
	z-index:0;
}
.sub-visual.load .background {
	transform:scale(1);
    -ms-transform:scale(1); /* IE 9 */
    -moz-transform:scale(1); /* Firefox */
    -webkit-transform:scale(1); /* Safari and Chrome */
    -o-transform:scale(1); /* Opera */
	opacity: 1;
}


.sub-title {padding:50px 0; text-align:center;}
.sub-title h2 {color:#2c2c2c; font-size:34px; line-height:1.6em; font-weight:700; letter-spacing:-.30px;}

.lnb{position:relative; display:block; max-width:1200px; margin:-30px auto 30px; z-index:2}
.lnb ul {display:flex;}
.lnb ul li {flex:1; text-align:center;}
.lnb ul li:first-child a {margin-left:0;}
.lnb ul li a {display:flex; align-items:center; justify-content:center; padding:0 15px; height:62px; position:relative; color:#2c2c2c; font-size:18px; line-height:1.3em; background:#fff; border:1px solid #ddd; margin-left:-1px;} 
.lnb ul li.active a {color:#fff; background:#3f85bc; border:1px solid #3f85bc; z-index:2}
.lnb ul li:first-child a {border-top-left-radius:7px; border-bottom-left-radius:7px;}
.lnb ul li:last-child a {border-top-right-radius:7px; border-bottom-right-radius:7px;}

.real-cont {min-height:300px; _height:300px; padding-bottom:100px; overflow:hidden;}


/* footer */
.foot-site-wrap {background:#fff; border-top:1px solid #dfdfdf; border-bottom:1px solid #dfdfdf; padding:14px 0;max-width:1920px; margin:0 auto; overflow:hidden;}
.foot-site-wrap .contain {position:relative;}
.foot-site-wrap .title-wrap {float:left;width:180px;}
.foot-site-wrap .title-wrap .title {position:absolute; top:50%; margin-top:-11px; left:30px; font-size:18px; line-height:22px; color:#2c2c2c; font-weight:500; }
.foot-site-wrap .info {margin-left:207px;}
.foot-site-wrap .slite-slider {margin:0 -13px;}
.foot-site-wrap .item {padding:0 13px;}
.foot-site-wrap .item .thumb {position:relative; height:0; padding-bottom:33.3%; overflow:hidden;}
.foot-site-wrap .item .thumb img {position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:auto !important; height:auto !important; max-width:100%; max-height:100%; object-fit:contain; transition:all 0.25s ease-in-out;}
.foot-site-wrap .btn-wrap {position:absolute; top:50%; margin-top:-12px;left:125px; font-size:0; z-index:2}
.foot-site-wrap .btn-wrap .btn {float:left;background-color:transparent; background-position:50% 50%; background-repeat:no-repeat; width:24px; height:24px; margin:0 2px;  border-radius:50%; border:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden;}
.foot-site-wrap .btn-wrap .btn.site-bt-prev {background-image:url("../images/main/slide_bt_prev.png");}
.foot-site-wrap .btn-wrap .btn.site-bt-pause {background-color:#eee; background-image:url("../images/main/slide_bt_stop.png");}
.foot-site-wrap .btn-wrap .btn.site-bt-play {background-color:#eee; background-image:url("../images/main/slide_bt_play.png");}
.foot-site-wrap .btn-wrap .btn.site-bt-next {background-image:url("../images/main/slide_bt_next.png");}
.foot-site-wrap .btn-wrap .btn.site-bt-play {display:none;}


#footer {padding:30px 15px; background:#f4f4f4}
#footer address {font-style:normal;}
#footer .bar {padding:0 10px;}
#footer .contain {position:relative;}
.foot-logo {position:absolute; top:40px; left:65px}
.foot-menu {text-align:center; border-bottom:1px solid #ddd; padding-bottom:20px;}
.foot-menu ul {}
.foot-menu ul:after {content:"";display:block;clear:both;}
.foot-menu ul li {display:inline-block; vertical-align:top; position:relative; font-size:14px; line-height:1.4em; padding:0 20px;}
.foot-menu ul li a {display:inline-block; position:relative; color:#505050; padding-bottom:5px;}
.foot-menu ul li a:after {content:"";position:absolute; bottom:0; left:50%; width:0; height:1px; background:#3f85bc; transition: all 0.2s ease-in-out;}
.foot-menu ul li a:hover {color:#3f85bc}
.foot-menu ul li a:hover:after {left:0; width:100%;} 
.foot-info {padding:30px 0 0 385px;color:#505050; font-size:14px; line-height:2em; letter-spacing:-.30px;}
.foot-info .item {display:inline-block;}
.foot-info .copy {color:#878787; font-size:12px;}
.foot-info .tit {color:#3f85bc}

#main .quick {top:195px;}
.quick {position:absolute; top:610px; left:50%; margin-left:620px; z-index:100}
.quick .wrap {width:90px; background:#fff; padding:20px 0;border-top-left-radius:5px; border-top-right-radius:5px; border:1px solid #ddd; border-bottom:0;}
.quick .col {text-align:center; margin-bottom:15px;}
.quick .col a {display:block;}
.quick .col:last-child {margin-bottom:0;}
.quick .col .icon {width:100%; height:48px; margin-bottom:5px; background-repeat:no-repeat; background-position:50% 50%}
.quick .col .icon.icon1 {background-image:url('../images/common/quick_icon1.png')}
.quick .col .icon.icon2 {background-image:url('../images/common/quick_icon2.png')}
.quick .col .icon.icon3 {background-image:url('../images/common/quick_icon3.png')}
.quick .col .icon.icon4 {background-image:url('../images/common/quick_icon4.png')}
.quick .col .tit {position:relative; display:inline-block; font-size:12px; line-height:1.4em; color:#878787; padding-bottom:2px;}
.quick .col .tit:after {content:"";position:absolute; bottom:0; left:50%; width:0; height:1px; background:#505050; transition: all 0.2s ease-in-out;}
.quick .col a:hover .tit {color:#505050}
.quick .col a:hover .tit:after {left:0; width:100%;} 


