@charset "utf-8";

/* reset 요소 */
body, h1, h2, h3, h4, h5, h6, ul, ol, dl, dt, dd, li, p, a, img, div {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

li {
	list-style: none;
}

a {
	display: block;
	text-decoration: none;
	color: #fff;
}
a:hover, a:active, a:visited {
	color: #fff;
	text-decoration: none;
}

img {
	border: 0;
	vertical-align: top;
}

body {
	font: 16px/160% "Nanum Gothic","나눔고딕","ng","맑은 고딕","malgun gothic","dotum";
	color: #fff;
	letter-spacing: -0.02em;
}

h1 {
	font-size: 2.5em; /* 40/16 */
}
h2 {
	font-size: 2.25em; /* 36/16 */
}
h3 {
	font-size: 2em; /* 32/16 */
}

/* clearfix */
.clearfix:before,
.clearfix:after {
	display: table;
	content: '';
}
.clearfix:after {
	clear: both;
}


/**
 * style
 * --------------------------------
 */


/* header 부분 */
#header {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	background-color: rgba(0, 0, 0, .3);
	width: 100%;
	margin: 0 auto;
}
.top-header {
	width: 1170px;
	height: 44px;
	margin: 0 auto;
	margin-top: 20px;
	/*padding-top: 20px;*/
}
.logo {
	display: inline-block;
	line-height: 120%;
	float: left;
}
.main-link {
	display: inline-block;
	float: left;
	padding: 0 20px 0 10px;
}
.main-link:first-child {
	background: url("/images/story/03/01/default/utils/logo_bar.png") no-repeat right 13px
}
.sns-area {
	float: right;
	font-size: 2.2em;
	margin-right: 30px;
}

.sns-area span {
	float: left;
	padding-left: 15px;
}

#select-box {
	float: left;
	padding-top: 5px;
}
#go {
	background-color: #fff;
	border: none;
	color: #666;
	font-size: 13px;
	font-weight: bold;
	padding: 2px 10px;
}

/**
 * main 영역
 * cont-01 부분
 * --------------------------------
 */
 span.yellow {
    color: #c27200;
    font-weight:600;
 }
 span.pink {
    color: #dd657c;
    font-weight:600;
 }
 span.sky {
    color: #12a1a4;
    font-weight:600;
 }
 
#main {
	margin-top: -32px; /* bootstrap 사용에 따른 조절 */
}

.cont-01 {
	background-image: url("/images/story/03/01/default/background/background-01.jpg");
}

.main-title {
	padding-top: 105px;
	text-align: center;
}

.main-title-img {
	margin-top: 60px;
}

.main-desc {
	padding-top: 235px;
}
.desc-text {
	font-size: 20px;
	line-height: 160%;
	text-align: center;
	text-shadow: 2px 2px 10px #231f20;
}



/* scroll 마크 */
.scroll-mark-group {
	text-align: center;
	margin-top: 30px;
	padding-bottom: 20px;
}
.scroll-mark {
	display: inline-block;
	
}

.special-program {
	text-align: center;
	color: #666666;
	padding-top: 70px;
	padding-bottom: 100px;
	font-size: 20px;
}

.special-prg-desc {
	margin-top: 20px;
}


/**
 * cont-02 부분
 * --------------------------------
 */

.cont-02 {
	background: url("/images/story/03/01/default/background/background-02.jpg");
}
.exp-edu-program, .with-edu-program, .off-edu-program, .online-edu-program {
	padding-top: 60px;
}
.program-title__h4 {
	position: relative;
	display: inline-block;
	font-size: 40px;
	line-height: 40px;
}
.program-title__h4:before, .program-title__h4:after {
	position: absolute;
	content: '';
	width: 64px;
	height: 11px;
}
.program-title__h4:before {
	top: 36%; /* 16px */
	left: -26%; /* -84px */
	background-image: url("/images/story/03/01/default/utils/h4-deco.png");
}
.program-title__h4:after {
	top: 35%;
	left: 107%;
	background-image: url("/images/story/03/01/default/utils/h4-deco.png");
	background-position: -69px 0;
}
/* 오프라인 교육 부분 조절 */
.off-edu-program .program-title__h4:before {
	left: -32%;
}
/* 온라인 교육 부분 조절 */
.online-edu-program .program-title__h4:before {
	left: -39%;
}

.exp-edu-course {
	margin-top: 190px;
}
.exp-course-group {
	width: 970px;
	margin: 0 auto;
	margin-top: 180px;
	padding-bottom: 100px;
}
.edu-bg {
	position: relative;
	background-color: #fff;
	border-radius: 20px;
	width: 310px;
	float: left;
	margin-right: 10px;
}
.edu-bg:last-child {
	margin-right: 0;
}
.edu-program__span {
	position: absolute;
	top: -140px;
	left: 60px;
}
.edu-title {
	font-size: 30px;
	padding-top: 60px;
	color: #c27200;
}
.c-dd657c {
	color: #dd657c;
}
.c-12a1a4 {
	color: #12a1a4;
}
.sub-title {
	color: #222222;
	font-size: 20px;
	font-weight: bold;
	line-height: 25px;
	padding-top: 20px;
}
.edu-desc {
	color: #222222;
	font-size: 15px;
	line-height: 18px;
	text-align: center;
	width: 280px;
	margin: 0 auto;
	padding-top: 25px;
	padding-bottom: 65px;
}
.edu-caution {
	font-size: 13px;
	line-height: 13px;
	color: #d43434;
	padding-bottom: 70px;
}
.pb-85 {
	padding-bottom: 85px;
}
.pb-105 {
	padding-bottom: 105px;
}
.pb-112 {
	padding-bottom: 112px;
}
.pb-10 {
	padding-bottom: 10px;
}
.w270 {
	width: 270px;
}
.show-info__btn {
	position: absolute;
	bottom: 20px;
	left: 35%;
	line-height: 16px;
	background-color: #5093d1;
	border: none;
	border-radius: 20px;
	width: 114px;
	height: 34px;
	padding-top: 8px;
}
.info-number {
	text-align: left;
	text-indent: -40px;
	position: absolute;
	top: 106%;
	left: 90px;
	font-size: 15px;
	line-height: 18px;
}
.left-80 {
	left: 80px;
}
.left-65 {
	left: 65px;
}
.left-55 {
	left: 55px;
}
.left-50 {
	left: 50px;
}
.left-70 {
	left: 70px;
}


/**
 * cont-03 부분 : 함께 배워가는 교육
 * --------------------------------
 */
.cont-03 {
	background: url("/images/story/03/01/default/background/background-03.jpg");
}

.with-course-group, .online-course-group {
	width: 630px;
	margin: 0 auto;
	margin-top: 195px;
	padding-bottom: 90px;
}


/**
 * cont-04 부분, 정보화 교육, 평생학습 강좌, 관내 도서관
 * --------------------------------
 */
.cont-04 {
	background: url("/images/story/03/01/default/background/background-04.jpg");
}
.off-course-group {
	width: 630px;
	margin: 0 auto;
	margin-top: 195px;
}
.library-intro {
	width: 950px;
	padding-top: 40px;
	padding-bottom: 59px;
}
.library-program__span {
	left: 39%
}
.library-desc {
	text-align: center;
	width: 960px;
	padding-bottom: 30px;
}
.library-bg {
	width: 950px;
}
.library-list-group {
	padding-left: 15px;
}
.library-list {
	float: left;
}
/* 도서관 영역 이미지, 필요시 클래스 사용 */
.library-list > span {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
}
.library-list > span:last-child {
	margin-right: 0;
}
.library-link {
	display: block;
	font-size: 13px;
	border: none;
	border-radius: 20px;
	width: 80px;
	height: 23px;
	margin: 0 auto;
	margin-bottom: 20px;
	padding-top: 0;
}
.btn-9b40b9 {
	background-color: #9b40b9;
}
.btn-5093d1 {
	background-color: #5093d1;
}
.btn-61a500 {
	background-color: #61a500;
}
.btn-c2a000 {
	background-color: #c2a000;
}
.btn-12aaac {
	background-color: #12aaac;
}


/**
 * cont-05 부분 : 온라인 교육
 * --------------------------------
 */
.cont-05 {
	background: url("/images/story/03/01/default/background/background-05.jpg");
}

.online-course-group {
	width: 950px;
}

/**
 * cont-06 부분
 * --------------------------------
 */
.cont-06 .special-program {
	padding-bottom: 90px;
}

/**
 * cont-07 부분 : 연령대별 대상 자치회관 프로그램
 * --------------------------------
 */
.cont-07 {
	background-color: #f4f4f4;
}
.comm-program-group {
	position: relative;
	width: 950px;
	margin: 0 auto;
	padding-top: 65px;
	padding-bottom: 505px;
}
.comm-list {
	float: left;
	margin-right: 95px;
}
.comm-list:first-child {
	padding-left: 120px;
}
.comm-list a { /* 연령대별 자최회고나 프로그램 a 요소 영역 제한 필요시 클래스 사용  */
	display: inline-block;
}
.community-01, .community-02, .community-03 {
	padding-top: 40px;
	background-image: url("/images/story/03/01/default/community-program/tabmenu/click_.png");
	background-repeat: no-repeat;
	background-position: 50px 0;
}
.tab-hover {
	display: none;
}
.comm-list-name {
	display: block;
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-top: 6px;
	padding-bottom: 30px;
}

.sub-comm-group {
	display: none;
	position: absolute;
	top: 340px;
	left: 0;
	z-index: 100;
	background-color: #fff;
	width: 950px;
	padding-bottom: 40px;
}
.sub-comm-title {
	font-weight: bold;
	color: #222;
	padding-top: 1.1em;
	padding-bottom: 1.1em;
}
.sub-kid {
	background-color: #fff000;
}
.sub-grown {
	background-color: #9bf2f4;
}
.sub-grand {
	background-color: #ffbdbd;
}
.sub-comm-list {
	float: left;
	margin-left: 35px;
	margin-right: 35px;
	margin-top: 30px;
}
.sub-comm-list:nth-child(5), .sub-comm-list:nth-child(9) {
	margin-right: 0;
}

.active {
	display: block;
}
.care-info {
	font-size: 16.5px;
	color: #444444;
	padding-bottom: 60px;
}
.care-info > span.mrmns{
	margin-right:-5px;

}
.ea0606 {
	color: #ea0606;
}
.down-btn {
	display: inline-block;
}
#footer {
	background-image: url("/images/story/03/01/default/background/background-07.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	height: 432px;
}
.footer-sub-title {
	font-size: 30px;
	color: #fff;
	padding-top: 140px;
	padding-bottom: 20px;
}
/**
 * --------------------------------
 * media-query
 * --------------------------------
 */
@media screen and (max-width: 959px) {
	.top-header {
		width: 960px;
	}
	.cont-01 {
		height: 530px;
	}
	.main-title-img {
		width: 46%;
		margin-top: 20px;
	}
	.main-desc {
		padding-top: 15px;
	}
	.desc-text {
		font-size: 16px;
	}
	.desc-text span {
		font-size: 20px;
	}
	.scroll-mark-group {
		margin-top: 10px;
	}
	.scroll-mark img {
		width: 80%;
	}
	.special-program {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}
@media screen and (min-width: 960px) and (max-width: 1079px) {
	.top-header {
		width: 960px;
	}
	.cont-01 {
		height: 530px;
	}
	.main-title-img {
		width: 46%;
		margin-top: 20px;
	}
	.main-desc {
		padding-top: 15px;
	}
	.desc-text {
		font-size: 16px;
	}
	.desc-text span {
		font-size: 20px;
	}
	.scroll-mark-group {
		margin-top: 10px;
	}
	.scroll-mark img {
		width: 80%;
	}
	.special-program {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}
@media screen and (min-width: 1080px) and (max-width: 1279px) {
	.cont-01 {
		height: 580px;
	}
	.main-title {
		margin-top: 30px;
	}
	.main-title-img {
		width: 55%;
		margin-top: 0;
	}
	.main-desc {
		padding-top: 15px;
	}
	.scroll-mark-group {
		margin-top: 0;
		padding-top: 10px;
	}
	.scroll-mark img {
		width: 80%;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
	.main-title-img {
		width: 58%;
		margin-top: 20px;
	}
	.main-desc {
		padding-top: 0;
	}
}
@media screen and (min-width: 1600px) and (max-width: 1799px) {
	.main-title-img {
		margin-top: 60px;
	}
	.main-desc {
		padding-top: 60px;
	}
}

@media screen and (min-width: 1800px) and (max-width: 1919px) {
	.main-desc {
		padding-top: 110px;
	}
}

@media screen and (min-width: 1920px) {
	.main-desc {
		padding-top: 140px;
	}
}


/**
 * --------------------------------
 * 공통 지정
 * --------------------------------
 */
/* 색상 공통 */
.fff9a2-28px {
	font-size: 28px;
	font-weight: bold;
	color: #fff9a2;
}
.c27200-20px {
	font-size: 20px;
	font-weight: bold;
	color: #c27200;
}
/* 배경 공통 */
.cont-01, .cont-02, .cont-03, .cont-04, .cont-05, .cont-06, .cont-07 {
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
}
/* margin-right: 0px; 적용, 레이아웃 유지하기 위해 */
.mr-0 {
	margin-right: 0;
}