@charset "utf-8";
@import url("default_02.css");
@import url("board.css");
@import url("popup.css");

/* layout */
#wrap {width:100%; height:100%; display:block;}
#header {position:fixed; width:180px; height:100%; text-align:left; z-index:2;}
#container {display:block; width:1060px; height:auto; min-height:768px; box-sizing:border-box; background-color:#FFF; position: relative; left: 180px; z-index: 1;}
#footer {display:block; width:1060px; position: relative; left: 180px; background:#f4f5f7; text-align:center}
#bgimg {position:fixed; left:1240px; top:0; z-index:1; background-color:#eff0f3; height:100%; width:100%; font-size:0px;}

/* gnb */
.gnb {width:180px; padding:30px 0; position:relative; z-index:20; }
.gnb ul li a {display:block; padding:9px 20px 9px 25px; font-size:1.1em; font-weight:600; text-decoration:none; color:#fff;
-webkit-transition: all .2s ease; -moz-transition: all .2s ease; -ms-transition: all .2s ease; -o-transition: all .2s ease; transition: all .2s ease;}
.gnb ul li a.ov {background:#000; color:#c92ba1;}
.gnb ul li ul {position:absolute; left:180px; top:0; width:150px; height:100%; padding:30px 0 0 0; display:none;}
.gnb ul li:nth-child(2) ul {top:41px;}
.gnb ul li:nth-child(3) ul {top:82px;}
.gnb ul li:nth-child(4) ul {top:123px;}

.gnb ul li ul li a {font-size:1em; font-weight:normal; padding:10px 20px 11px; color:#ccc; background:none;}
.gnb ul li ul li a span {display:inline-block; vertical-align:top;}
.gnb ul li ul li a[target="_blank"] span {padding-right:16px; background:url(/images/kor/common/blank_ico.gif) no-repeat right 8px;}
.gnb ul li ul li a.ov, .gnb ul li ul li a:hover, .gnb ul li ul li a:active, .gnb ul li ul li a:focus {color:#fff; }

/*utilMenu*/
.utilMenuArea {
	position:absolute;
	bottom:0;
	width:100%;
	max-width:180px;
	font-size:13px;
	line-height:28px;
	color:#d9d9d9;
	z-index:30;
	padding-bottom: 30px;
}
.utilMenuArea a {
	padding: 10px;
	display:inline-block;
	width:100%;
	box-sizing: border-box;
	text-indent: -9999px;
}
.utilMenuArea a:hover,.utilMenuArea a:focus,.utilMenuArea a:active {
	color: #ffffff;
}
.utilMenuArea .f_link_01 {
	background: url('../images/img_seedschool/footer_logo1.png') no-repeat center;
}
.utilMenuArea .f_link_02 {
	background: url('../images/img_seedschool/footer_logo3.png') no-repeat center;
}
.utilMenuArea .f_link_03 {
	background: url('../images/img_seedschool/lib.png') no-repeat center;
}
.utilMenuArea .f_link_04 {
	background: url('../images/img_seedschool/hrd.png') no-repeat center;
}
.utilMenuArea .f_link_05 {
	background: url('../images/img_seedschool/365.png') no-repeat center;
}
/* KACES-CSR-5281, E-book 바로가기 아이콘 추가, 20220520, 김현중 */
.utilMenuArea .f_link_06 {
	background: url('../images/img_seedschool/footer_logo4.png') no-repeat center;
}
.utilMenuArea .f_link_07 {
	background: url('../images/img_seedschool/footer_logo5.png') no-repeat center;
} 
/* 연혁 현행화 추가 */
.history-tab {
	margin-bottom:50px;
}
.history-tab h2 {
	padding-left:20px;
	background:#717586;
	border:solid 1px #535760;
	border-top-color:#565a64;
	border-bottom-color:#40434b;
	font-size:1.24em;
	font-weight:normal;
	color:#fff;
	line-height:2;
}
.history-tab ul {
	padding:15px 0;
	border:solid 1px #dddedf;
	overflow:hidden;
}
.history-tab ul li {
	float:left;
	width:98px;
	text-align:center;
	line-height:1.4;
	font-size:1.125em;
}
.history-tab ul li a {
	display:block;
	padding: 4px 0;
}
.history_area {
	position:relative;
	width:100%;
	padding-bottom:10px;
	background:url(../images/sub/history_bar_bg.gif) repeat-y 110px 0;
	overflow:hidden;
}
.history_area:before,.history_area:after {
	position:absolute;
	left:110px;
	width:7px;
	height:10px;
	content:'';
	z-index:1;
}
.history_area:before {
	top:0;
	background:url(../images/sub/history_bar_top.gif) no-repeat 0 0;
}
.history_area:after {
	bottom:0;
	background: url(../images/sub/history_bar_bottom.gif) no-repeat 0 0;
}
.history {
	position:relative;
	padding-top:70px;
	overflow:hidden;
}
.history .txt_title {
	float:left;
	width:100px;
	margin:0 50px 0 10px;
	line-height:0.9;
	font-size:2.0em;
	color:#b90531;
	font-weight:700;
}
.history .txt_title:after {
	position:absolute;
	left:100px;
	width:30px;
	height:30px;
	background:url(../images/sub/history_year.png) no-repeat 0 0;
	content:'';
}
.history .history_list {
	position:relative;
	margin-top:5px;
	font-size:15px;
	overflow:hidden;
}
.history .history_list dt {
	width:100%;
	padding-bottom:12px;
	color:#9d277f;
	font-weight:bold;
	font-size:1.25em;
}
.history .history_list dd {
	position:relative;
	padding-bottom:12px;
	overflow:hidden;
	word-break: keep-all;
}
.history_area .history:first-child {
	padding-top:0;
}
.history_area .history:first-child .txt_title {
	margin-top:15px;
}
.history_area .history:first-child .history_list {
	margin-top:20px;
	padding-top:0;
	background: none;
}
.desc {
    word-break: keep-all;
    padding-bottom: 30px;
    display: block;
}
.desc p {
	font-size:17px;
	font-weight:600;
	margin-bottom:15px;
}

/* mobile gnb */
.mob_btn {display: none;}
.mb_gnb {display: none;}

/* main contents *//* 요구사항번호 : KACES-CSR-4401, 요청내역 : 예술꽃씨앗학교 메인 CI 위치 변경 요청, 작업일자 : 2018.09.06, 작업자 : 전봉주 */
/* .main_content {background: url('../images/img_seedschool/main/visual.jpg') no-repeat; position: fixed; left: 180px; width: 100%; height: 100%; background-size: 91% 100%; display: table;} */
/* 요구사항번호 : CSR-2020-1599, 요청내역 : 예술꽃 씨앗학교 (홈페이지 수정건 및 추가 요청사항), 작업일자 : 2020.10.16, 작업자 : 김세훈 */
/* KACES-CSR-5225, 메인화면 이미지 패턴 변경 , 20220510, 김현중 */
/* .main_content {background: url('../images/img_seedschool/main/visual.jpg') no-repeat; position: fixed; left: 180px; width: 100%; height: 100%; background-size: 91% 100%; display: table;} */
.main_content {background: url('../images/img_seedschool/main/visual.jpg') no-repeat; position: fixed; left: 180px; width: 100%; height: 100%; background-size: cover; display: table;}
.main_content .content_wrap {display: table-cell; vertical-align: middle; text-align: center; background: url('../images/img_seedschool/sub/tsp_bg40.png') repeat;}
.main_txt {font-size: 24px; color: #ffffff; width: 410px; margin: 0 auto 150px auto; word-break: keep-all; font-family: 'NotoSans-Regular';}
.main_txt hr {width: 42px; height: 3px; background: #ffffff; border: 0; margin: 30px auto 35px;}
.main_txt span {color: #ef80b2;}

/*footer*/
.fotcopy {
	clear:both;
	border-top:1px solid #e2e2e4;
	font-size:13px;
	padding:50px 0 54px;
	word-break: keep-all;
	font-family: 'NotoSans-DemiLight'
}
.fotcopy p {
	line-height:23px;
	color:#888888;
}
.fot_address {
	letter-spacing:-0.045em
}
.fot_contact {
	letter-spacing:-0.006em
}
.fot_contact span {
	color:#9d277f;
	padding:0 13px 0 2px;
}
.fot_copy {
	font-size:12px;
	letter-spacing: 0;
}
.totop {
	background:url("../images/img_seedschool/totop.png") no-repeat center #9d277f;
	width:42px;
	height:42px;
	text-indent:-9999px;
	display:inline-block;
	position:fixed;
	left:1240px;
	right:0;
	bottom:0;
	z-index: 989
}

/* contents */
.contents {
	padding: 60px 65px 280px;
	font-size: 15px;
	word-break: keep-all;
	letter-spacing: -0.04em;
	font-family: 'Malgun Gothic', '돋움',Dotum,'굴림',Gulim,Tahoma, Geneva, sans-serif,verdana;
}

/* location */
.locationArea {
	background-image: url('../images/img_seedschool/sub/tsp_bg40.png'), url('../images/img_seedschool/main/visual_sub.png');
	background-repeat: repeat, no-repeat;
	background-position: 0 0, center 25%;
	background-size: cover;
	padding: 45px 65px;
	height: 290px;
	box-sizing: border-box;
	color: #ffffff;
	background-size: 100% 100%;
}
.pageNavi {
	float:right;
	margin-bottom:70px;
}
.pageNavi ul li {
	float:left;
	margin-left:9px;
	padding-left:13px;
	background:url('../images/img_seedschool/sub/bull_page.png') no-repeat 0 center;
}
.pageNavi ul li:first-child {
	width:16px;
	padding:0;
	background:url('../images/img_seedschool/sub/icon_home.png') no-repeat 0 center;
	text-indent:-9999px;
}

/* sub common */
h3 {
	color: #9d277f;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
	font-family: 'NotoSans-Regular';
}
.contents img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.subtit {
	background: url('../images/img_seedschool/sub/ic_arr.png') no-repeat left 5px;
	padding-left: 30px;
	letter-spacing: -0.06em;
	display: block;
	color: #262626;
	font-size: 21px;
}
.txtmain {  color: #9d277f  !important;  }
.bar {display: inline-block; text-indent: -9999px; background: url("../images/img_seedschool/sub/bar.gif") no-repeat center; width: 1px; padding: 0 11px;}
.linkw {background: url('../images/img_seedschool/sub/ic_linkw.gif') no-repeat right center; color: #ffffff; font-size: 11px; padding-right: 19px;}

/* sub title */
.titArea {
	clear:both;
	width:100%;
	text-align:center;
}
.titArea hr {
	border: 0;
	background: #ffffff;
	height: 3px;
	width: 36px;
	margin: 0 auto 21px;
}
.titArea h2 {
	display:block;
	font-size:32px;
	line-height:1em;
	font-family: 'NotoSans-Regular';
}
.tit_info {
	display: block;
	margin-top:10px;
	word-break:keep-all;
	font-size: 17px;
	letter-spacing: 0;
	font-family: 'NotoSans-Light';
}

/* tab */
.tabArea {
	font-size:16px;
	margin-bottom:50px;
	overflow: hidden;
}
.tabArea ul {
	overflow: hidden;
	position: relative;
}
.tabArea li {
	float:left;
	text-align:center;
	width:33.33%;
	border:1px solid #e1e1e1;
	border-left: 0;
	box-sizing: border-box;
	padding:11px 0;
	font-family: 'NotoSans-Regular';
}
.tabArea li:nth-child(n+4) { margin-top:-1px; }
.tabArea li a { display:block; }
.tabArea li.choice, .tabArea li:hover {
	background:#9d277f;
	color:#ffffff;
	border-color: #9d277f !important;
	position:relative;
	z-index:999;
}
.tabArea li:first-child, .tabArea li:nth-child(3n+1) {
	border-left:1px solid #e1e1e1;
}
.tabArea li.mbhi:hover {
	background: #ffffff;
	border-color: #e1e1e1 !important;
	text-indent: -9999px;
}
.tab_contents > div {
	display: none;
}
.tab_contents > div:first-child {
	display: block;
}
.tab_contents .subtit {margin-bottom: 20px;}
.tabArea .tab_m_title {display: none;}

/* tab type */
.tabtype1 > ul > li {
	width: 50% !important;
}
.tabtype2 > ul > li {
	width: 25% !important;
}


/*씨앗이야기 기수별 링크 탭 20180829 전봉주*/
.tabArea2 {
	font-size:16px;
	margin-bottom:50px;
	overflow: hidden;
}
.tabArea2 ul {
	overflow: hidden;
	position: relative;
}
.tabArea2 li {
	float:left;
	text-align:center;
	width:10%;
	border:1px solid #e1e1e1;
	border-left: 0;
	box-sizing: border-box;
	padding:11px 0;
	font-family: 'NotoSans-Regular';
}
.tabArea2 li:nth-child(n+11) { margin-top:-1px; }
.tabArea2 li a { display:block; }
.tabArea2 li.choice, .tabArea2 li:hover {
	background:#9d277f;
	color:#ffffff;
	border-color: #9d277f !important;
	position:relative;
	z-index:999;
}
.tabArea2 li:first-child, .tabArea2 li:nth-child(10n+1) {
	border-left:1px solid #e1e1e1;
}
.tabArea2 li.mbhi:hover {
	background: #ffffff;
	border-color: #e1e1e1 !important;
	text-indent: -9999px;
}
/*씨앗이야기 기수별 링크 탭*/


/* box */
.box {
	padding: 50px 60px;
	word-break: keep-all;
	box-sizing: border-box;
	font-size: 15px;
	line-height: 155%;
}
.box_type1 {
	border-top:2px solid #1b1b1b;
	border-bottom:1px solid #e1e1e1;
}
.box_type2 {
	border:1px solid #e6e7e9;
	background:#ffffff;
}
.box_type3 {
	border:1px solid #e1e1e1;
	background:#ffffff;
}
.box_type4 {
	border:1px solid #c6768a;
	background:#fefbfc;
	color:#800825;
	line-height: 24px;
}
.box_type5 {
	border:1px solid #dadadd;
	background: #f8f9fb;
}
.box_type6 {
	border:1px solid #e1e1e1;
	background: #f7f7f7;
}
.picbox {
	border: 1px solid #e1e1e1;
	background: #f7f7f7;
	text-align: center;
	word-break: keep-all;
	padding: 35px 115px 60px;
	line-height: 26px;
}

/* list */
.list_disc>li {
	background:url('../images/img_seedschool/sub/bull_disc2.gif') no-repeat 1px 11px;
	padding-left: 13px;
	word-break: keep-all;
	line-height: 25px;
}
	/* black */
	.list_disc2>li {
		background:url('../images/img_seedschool/sub/bull_disc.gif') no-repeat 1px 11px;
		padding-left: 13px;
		word-break: keep-all;
		line-height: 25px;
	}
	/* gray */
	.list_disc3>li {
		background:url('../images/img_seedschool/sub/bull_disc_red.gif') no-repeat 1px 11px;
		padding-left: 13px;
		word-break: keep-all;
		line-height: 25px;
	}
	/* red*/
	.list_dash>li {
		background:url('../images/img_seedschool/sub/bull_dash.gif') no-repeat 1px 14px;
		padding-left: 10px;
		color: #777777;
		word-break: keep-all;
		line-height: 25px;
	}

/* icon */
.impt {
	background:url('../images/img_seedschool/comm/ic_star.gif') no-repeat right center;
	padding-right:12px;
}
.impt2 {
	background:url('../images/img_seedschool/comm/ic_star.gif') no-repeat left center;
	padding-left:12px;
	margin-bottom:10px;
}
.middash {
	background:url('../images/img_seedschool/comm/icon/middash.gif') no-repeat center;
	display:inline-block;
	text-indent:-9999px;
	width:8px;
	height:100%;
	margin: 0 5px;
}

/* table */
.tbl {
	text-align:center;
	border-top:1px solid #e1e1e1;
	font-size: 14px;
	margin: 15px 0;
	width: 100%;
}
.tbl thead th, .tbl tfoot td {
	background-color:#BA6098;
	padding:12px 0;
	color: #ffffff;
}
.tbl tbody td {
	padding:12px 10px;
	word-break:keep-all;
	vertical-align:middle;
	word-wrap: break-word;
}
.tbl tbody th {
	background-color:#FEF4FC;
	padding: 10px;
}
.tbl tfoot {
	background-color:#f2f3f6;
}
.tbl th,.tbl td {
	border-bottom:1px solid #e1e1e1;
	border-right:1px solid #e1e1e1
}
.tbl th:last-child,.tbl td:last-child {
	border-right: none;
}
.tbl .nosum {
	text-indent:-9999px;
	background-color: #ffffff;
}
.tbl .tbl_line {background: url('../images/img_seedschool/comm/icon/tbl_line.png') 0 0 #f2f3f6 no-repeat; padding: 6px 0;}
.tbl .opt_right {text-align: right; padding-right: 13px;}
.tbl .opt_left {text-align: left; padding-left: 13px;}
.tbl tbody .btnmini {background: #EE84B4; color: #ffffff;}

/* button */
.btnArea {
	margin-top: 20px;
	position: relative;
	overflow: hidden;
}
.btnArea .btn {
	padding: 10px 25px;
	margin-left: 8px;
	min-width: 100px;
}
.btnArea .btn:first-child {
	margin-left: 0;
}

/* 예술꽃 씨앗학교 */
	/* 사업소개*/
	.businessIntro .sub_content_wrap .con_type2 > ul {overflow: hidden;}
	.businessIntro .sub_content_wrap .con_type2 > ul > li {
		display: table-cell;
		width: 50%;
		padding-left: 50px;
		box-sizing: border-box;
		word-break: keep-all;
	}
	.businessIntro .sub_content_wrap .con_type2 .img_area {
		vertical-align: middle;
	}
	.businessIntro .sub_content_wrap .con_type2 .txt_area {
		padding-right: 5px;
		vertical-align: top;
	}
	.businessIntro .sub_content_wrap > div {
		margin-top: 50px;
	}
	.businessIntro .sub_content_wrap > div:first-child {
		margin-top: 0;
	}
	.businessIntro .tit {
		color: #9d277f;
		font-size: 36px;
		display: inline-block;
		width: 340px;
		word-break: keep-all;
		line-height: 130%;
	}
	.businessIntro .con_type2 ul li > p {
		margin-top: 20px;
		font-size: 17px;
	}
	.businessIntro .roadmap {
		overflow: hidden;
	}
	.businessIntro .roadmap > dl {
		overflow: hidden;
		border-bottom: 1px solid #e1e1e1;
	}
	.businessIntro .roadmap > dl > dt, .businessIntro .roadmap > dl > dd {
		float: left;
		min-height: 260px;
		box-sizing: border-box;
		padding: 30px 0;
	}
	.businessIntro .roadmap > dl > dt {
		text-indent: -9999px;
		width: 30%;
	}
	.businessIntro .roadmap > dl > dd {
		width: 70%;
	}
	.businessIntro .roadmap .roadmap_01 dt {
		background: url('../images/img_seedschool/sub/roadmap_tit_01.png') no-repeat center;
	}
	.businessIntro .roadmap .roadmap_02 dt {
		background: url('../images/img_seedschool/sub/roadmap_tit_02.png') no-repeat center;
	}
	.businessIntro .roadmap .roadmap_03 dt {
		background: url('../images/img_seedschool/sub/roadmap_tit_03.png') no-repeat center;
	}

	/*연계사업*/
	.businessInfo .box {
		padding: 40px;
	}
	.businessInfo img {
		text-align: center;
	}
	.businessInfo .box_type2 { border: 0; }

/* 씨앗이야기 */
	/*view */
	.schoolIntro dt {
		border: 1px solid #9d277f;
		background: #9d277f;
		color: #ffffff;
		font-family: 'NotoSans-Regular';
		font-size: 21px;
		padding: 7px 0;
		text-align: center;
	}
	.schoolIntro dd {
		border: 1px solid #e1e1e1;
		background: #fafafa;
		text-align: center;
		padding: 35px 115px 60px;
		line-height: 26px;
		font-family: 'NotoSans-DemiLight';
	}
	.schoolIntro dd img  {
		margin-top: 30px;
		width: 100%;
		height: 465px;
	}
	.btn_school {
		background: url('../images/img_seedschool/sub/btn_school.png') no-repeat;
		display: inline-block;
		width: 89px;
		height: 89px;
		text-indent: -9999px;
	}
	.schoolIntro .school_info {
		padding: 50px 0;
		border-bottom: 1px solid #e1e1e1;
	}
	.schoolIntro .school_info > ul > li:first-child {
		margin-top: 0;
	}
	.schoolIntro .school_info > ul > li {
		margin-top: 35px;
	}
	.schoolIntro h4 {
		color: #290a21;
		margin-bottom: 5px;
		font-weight: bold;
	}
		/*웹접근성 대체텍스트*/
	.faq_section {
		border-bottom:0;
	}
	.faq_section dl dt {
		position:relative;
		cursor:pointer;
		padding:16px 75px 16px 55px;
		color:#444444;
		font-size:15px;
		box-sizing:border-box;
		border-bottom:1px solid #e1e1e1;
	}
	.faq_section dl dt > span {
		position:absolute;
		left:18px;
		top:16px;
	}
	.faq_section dl dd {
		position:relative;
		padding:20px 30px 20px 75px;
		white-space:normal;
		word-break:keep-all;
		word-wrap: break-word;
		margin-right:10px;
		display:none;
		border-bottom:1px solid #e1e1e1;
		width:100%;
		box-sizing:border-box;
		overflow: hidden;
	}
	.faq_section dl dd > span {
		position:absolute;
		left:26px;
		top:20px;
	}
	.faq_section dl dd .file {
		margin-top: 15px;
		padding: 15px 0 0;
	}
	.faq_section dl dd img {
		max-width: 100%;
		max-height: 100%;
		vertical-align: top;
	}
	.faq_section .bu_open {
		position:absolute;
		right:0;
		top: 11px;
		display:inline-block;
		width:50px;
		border-left:1px solid #e1e1e1;
		box-sizing:border-box;
		padding:5px 0;
		padding-left:20px;
	}
	.faq_section .item.open .bu_open {
	}
	/******이용안내******/
	/* 연간일정  20180829 전봉주*/
	/* .businessInfo * {font-family: 'Noto Sans KR', sans-serif;} */
	.businessInfo li {list-style:none;}
	
	.businessInfo .leftWrap{float:left; width:50%; padding-right:10px; border-right:1px solid #d1d2d4; box-sizing:border-box;}
	.businessInfo .rightWrap{float:left; width:50%; padding-left:10px; box-sizing:border-box;}
	.businessInfo .leftWrap ul, .rightWrap ul{display:table; margin-bottom:20px;}
	.businessInfo .leftWrap ul:last-child, .rightWrap ul:last-child{margin-bottom:0;}
	.businessInfo .leftWrap ul:nth-of-type(2), .rightWrap ul:nth-of-type(2){min-height:200px;}
	.businessInfo .leftWrap ul:nth-of-type(3), .rightWrap ul:nth-of-type(3){min-height:180px;}
	.businessInfo .leftWrap li, .rightWrap li{display:table-cell;}
	.businessInfo .txt{width:180px; padding-bottom:10px; border-bottom:1px solid #808284; vertical-align:bottom;}
	.businessInfo .txt h4{margin-bottom:10px; color:#903f97; font-weight:bold;}
	.businessInfo .txt h4 > span{color:#903f97; font-size:23px;}
	.businessInfo .txt dt{margin-top:8px; color:#903f97; font-weight:bold; font-size:13px;}
	.businessInfo .txt dd{color:#404041; font-size:12px;}
	.businessInfo .img{max-width:100%; font-size:0; vertical-align:bottom;}
	.businessInfo .img > img{width:100%; height:auto;}
	.businessInfo .ar{text-align:right;}
	.businessInfo .rr{border-radius:0 20px 0 0;}
	.businessInfo .rl{border-radius:20px 0 0 0;}
	.businessInfo:after {content:""; display:block; clear:both;}
/* responsive */

@media only all and (min-width:1025px) {
	/* header */
	.header_bg {width:180px; height:100%; position:absolute; left:0; top:0; background:#000; z-index:10;}
	.animate {width:180px; height:100%; position:absolute; left:-180px; top:0;  z-index:5; background:#1b1b1b; opacity:0.7;}

	/* ci */
	h1.logo {width:180px; height:179px; padding:36px 0 37px; box-sizing: border-box; position:relative; z-index:101; background-color: #9d277f}
	h1.logo a {display:block; margin:0 auto; height: 106px; background:url('../images/img_seedschool/topci.png') no-repeat center;}
	h1.logo a span {width:0; height:0; line-height:0; font-size:0px; float:left; position:absolute; overflow:hidden;}
	
}

@media only all and (max-width:1024px) {
	/* layout */
	body.layer_open {overflow: hidden;}
	#header {width: 100%; height: 60px; background: #000;}
	#container {width: 100%; left: 0; top: 60px;}
	#footer {width: 100%; left: 0; z-index: 1;}
	#bgimg, .animate {display: none;}

	/* gnb */
	.gnb {display: none;}

	/* utilMenu */
	.utilMenuArea {display: none;}

	/* mobile gnb */
	.mob_btn {display: block; width: 44px; height: 44px; background: url('../images/img_seedschool/mob_btn.png') no-repeat center; text-indent: -9999px; position: absolute; left: 10px; top: 8px;}
	.mb_gnb {display: none; position: fixed; width: 250px; height: 100%; background: #000; top: 0; left: 0;}
	.mb_gnb .top {padding: 14px 13px; background: #9d277f; position: relative; overflow: hidden;}
	.mb_gnb .top .close {float: right; background: url('../images/img_seedschool/ic_hclose.png') no-repeat; text-indent: -9999px; width: 33px; height: 33px;}
	/* KACES-CSR-4491, 모바일 메뉴 겹침현상 개선, 20220523, 김현중 */
	/* .mb_gnb > ul {overflow-y: auto; height: calc(100% - 410px);} */
	.mb_gnb > ul {overflow-y: auto; height: calc(100% - 375px);}
	.mb_gnb > ul > li {border-bottom: 1px solid #333;}
	.mb_gnb > ul > li > a {display: block; font-size: 15px; color: #fff; height: 50px; line-height: 50px; padding-left: 23px; background: url('../images/img_seedschool/ic_menu_plus.png') no-repeat; background-position: 92% center;}
	.mb_gnb > ul > li > a.on {background-image: url('../images/img_seedschool/ic_menu_minus.png')}
	.mb_gnb > ul > li > ul {background: #1b1b1b; border-top: 1px solid #333; padding: 15px 23px 15px 35px; display: none;}
	.mb_gnb > ul > li > ul > li {line-height: 30px;}
	.mb_gnb > ul > li > ul > li > a {display: block; padding: 5px 0; font-size: 14px; color: #ccc;}
	.mb_gnb:after {content: ''; position: absolute;}
	.header_bg {display: none; position: fixed; width: 100%; height: 100%; background: rgba(0,0,0,0.5); top: 0; left: 0;}
	.mb_util {position: absolute; bottom: 0; left: 0; width: 100%; padding-bottom: 25px;}
	.mb_util a {display: block; width: 100%; padding: 12px 10px; box-sizing: border-box; text-indent: -9999px;}
	.mb_util .f_link_01 {background: url('../images/img_seedschool/footer_logo1.png') no-repeat left 23px center;}
	.mb_util .f_link_02 {background: url('../images/img_seedschool/footer_logo3.png') no-repeat left 26px center;}
	.mb_util .f_link_03 {background: url('../images/img_seedschool/lib.png') no-repeat left 26px center;}
	.mb_util .f_link_04 {background: url('../images/img_seedschool/hrd.png') no-repeat left 26px center;}
	.mb_util .f_link_05 {background: url('../images/img_seedschool/365.png') no-repeat left 26px center;}
	/* KACES-CSR-5281, E-book 바로가기 아이콘 추가, 20220520, 김현중 */
	.mb_util .f_link_06 {background: url('../images/img_seedschool/footer_logo4.png') no-repeat left 16px center;}
	
	/* ci */
	h1.logo {text-align: center;}
	h1.logo a {display: inline-block; width: 140px; height: 60px; margin:0 auto; background:url('../images/img_seedschool/m_ci.png') no-repeat center;}
	h1.logo a span {display: inline-block; text-indent: -9999px;}

	/* footer */
	.fotcopy {padding: 35px 10px;}
	.totop {left: auto; right: 0;}

	/* main contents */
	/* KACES-CSR-5225, 메인화면 이미지 패턴 변경 , 20220510, 김현중 */
	/* .main_content {left: 0;} */
	.main_content {left: 0; background-position: center;}
	.main_content .content_wrap {padding: 0 25px;}
	.main_txt {width: 100%; font-size: 20px;}
	.main_content .content_wrap img {max-width: 100%;}

	/* location */
	.locationArea {padding: 25px; height: 250px;}
	.pageNavi {margin-bottom: 50px;}

	/* sub title */
	.titArea h2 {font-size: 28px;}

	/* sub contents */
	.contents {padding: 60px 25px 150px; min-height: 700px;}

	/* tab */
	.tabArea .tab_m_title {display: block; background: #9d277f; color: #fff;}
	.tabArea .tab_m_title a {display: block; padding: 11px 10px; position: relative;}
	.tabArea .tab_m_title a:after {content: ''; position: absolute; right: 10px; top: 50%; margin-top: -1px; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid #fff; transform: rotate(0deg);}
	.tabArea .tab_m_title.on a:after {transform: rotate(180deg);}

	.tabArea {font-size: 15px;}
	.tabArea ul {border: 1px solid #e1e1e1; border-top: 0; display: none;}
	.tabArea li {width: 100%; border: 0; border-top: 1px solid #e1e1e1; padding: 11px 10px; text-align: left;}
	.tabArea li:first-child {border-top: 0; border-left: 0;}
	.tabArea li.choice, .tabArea li:hover {background: #f9f9f9; color: #666; border-color: #e1e1e1 !important;}

	/* box */
	.box {padding: 30px 30px;}
	.picbox {padding: 4%;}

	/* 예술꽃 씨앗학교 */
		/* 사업소개*/
		.businessIntro .tit {font-size: 25px;}
		.businessIntro .sub_content_wrap .con_type2 > ul > li {width: 100%; display: block; padding-left: 0;}
		.businessIntro .sub_content_wrap .con_type2 .img_area img {width: 270px; height: 270px; object-fit: contain;}
		.businessIntro .sub_content_wrap .con_type2 .txt_area {padding-right: 0; margin-top: 20px;}
		.businessIntro .tit {width: 100%; font-size: 23px;}
		.businessIntro .box_type5 {margin-top: 60px !important;}

		.businessIntro .roadmap > dl > dt {width: 100%;}
		.businessIntro .roadmap > dl > dd {width: 100%; padding-top: 0; min-height: auto;}

	/*연계사업*/
		.businessInfo .box {padding: 25px;}	
		
			

	/* 씨앗이야기 */
		/*view */
		.schoolIntro dt {font-size: 17px;}
		.schoolIntro dd {padding: 4%;}
		.schoolIntro dd img {width: auto; height: auto;}
	
}

		

		
@media only all and (max-width:736px) {
	/* common */
	.xscroll {overflow-x: auto;}
	.xscroll table {width: 736px;}

	/* main contents */
	.main_txt {font-size: 17px;}
	.main_txt hr {margin: 20px auto 30px;}
	.main_content .content_wrap img {max-height: 120px;}

	/* location */
	.pageNavi ul li {font-size: 13px;}

	/* sub title */
	.titArea h2 {font-size: 24px;}
	.tit_info {font-size: 15px;}

	/* 씨앗이야기 */
		/*view */
		.schoolIntro {overflow-x: auto;}
		.schoolIntro table {width: 736px;}
}

/*** 연간캘린더 ****/
.calendaryear .caly_y {
	background:url('../images/comm/icon/calendaryearbg.png') repeat;
	background-size:100%;
	color:#ffffff;
	position:relative;
	overflow:hidden;
	padding:0 40px;
	box-sizing:border-box;
	border-bottom:1px solid #9d277f;
}
.calendaryear .caly_y>* {
	float:left;
}
.calendaryear .caly_y a {
	width:10%;
	font-size:16px;
	padding:31px 0;
}
.calendaryear .caly_y a span {
	background-repeat:no-repeat;
	box-sizing:border-box;
}
.calendaryear .caly_y a.prev_y span {
	background-image:url('../images/comm/icon/btn_arr_prev.png');
	background-position:left center;
	padding-left:32px;
}
.calendaryear .caly_y a.next_y span {
	background-image:url('../images/comm/icon/btn_arr_next.png');
	background-position:right center;
	padding-right:32px;
	float:right;
}
.calendaryear .caly_y span:hover {
	opacity:0.35
}
.calendaryear .caly_y h5 {
	width:80%;
	text-align:center;
	font-size:36px;
	line-height:100%;
	padding:25px 0;
}
.caly_m {
	padding:0 13px;
	background-color:#4b4d56;
	color:#ffffff;
	font-size:15px;
	text-align:center;
}
.caly_m>ul {
	position:relative;
	overflow:hidden;
}
.caly_m>ul>li {
	float:left;
	width:7.69%;
	letter-spacing:-0.04em;
}
.caly_m>ul>li>a {
	display:block;
	background:url('../images/comm/icon/bar.gif') no-repeat left center;
	padding:16px 0;
	box-sizing:border-box;
}
.caly_m>ul>li:first-child>a,.caly_m>ul>li:first-child+li>a {
	background:none;
}
.caly_m>ul>li:hover,.caly_m>ul>li.on {
	background-color:#c92ba1;
}
.caly_m>ul>li:hover>a,.caly_m>ul>li:hover+li>a,.caly_m>ul>li.on>a,.caly_m>ul>li.on+li>a {
	background:none;
}
.caly_m>ul>li.all {
	background:none;
}
.caly_m>ul>li.all span {
	border:2px solid #ffffff;
	padding:5px 9px;
	border-radius:20px;
	padding:1px 9px;
}
.caly_m>ul>li.all:hover span,.caly_m>ul>li.all.on span {
	border-color:#ff1f56;
	color:#ff1f56;
}
.caly_mdetail {
	padding:0 35px 0 27px;
	box-sizing:border-box;
	background:#f7f8fa;
}
.caly_mdetail>ul>li {
	overflow:hidden;
}
.caly_mdetail>ul>li>div {
	float:left;
}
.caly_mdetail>ul>li:first-child>div {
	padding-top:49px;
}
.caly_mdetail>ul>li:last-child>div {
	padding-bottom:72px;
}
.caly_mdetail .mdetail_month {
	padding-right:46px;
}
.caly_mdetail .mdetail_month p {
	background:#ffffff;
	border-radius:100%;
	width:100px;
	font-size:10px;
	color:#121212;
	letter-spacing:0;
	padding:20px 10px 21px 10px;
	word-break:keep-all;
	box-sizing:border-box;
	text-align:center;
	margin:27px 0;
}
.caly_mdetail .mdetail_month p .font_m {
	font-size:44px;
	letter-spacing:-0.054em;
	line-height:100%;
}
.caly_mdetail .mdetail_list {
	border-left:1px solid #dddfe1;
	width:calc(100% - 146px);
	min-height: 290px;
	box-sizing:border-box;
}
.caly_mdetail .mdetail_list.no_mdetail_list {
	display: table;
	padding-bottom: 72px;
	height: 290px;
}
.caly_mdetail .mdetail_list.no_mdetail_list p {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 16px;
	letter-spacing: -0.09em;
}
.caly_mdetail .mdetail_list.no_mdetail_list p > span {
	background: url('../images/comm/icon/icon_cal.png') left no-repeat;
	padding: 23px 0 23px 80px;
	color: #ccc;
}
.caly_mdetail .mdetail_list dl {
	margin-bottom:13px;
	overflow:hidden;
}
.caly_mdetail .mdetail_list dt,.caly_mdetail .mdetail_list dd {
	float:left;
	min-height:155px;
}
.caly_mdetail .mdetail_list dt {
	width:47px;
	height:47px;
	text-indent:-9999px;
	position:absolute;
	/* KACES-CSR-5338, 캘린더 기능개선, 20220531 김현중 */
	margin-left: 70px;
    Z-INDEX: 1;
    padding-top: 10px;
}
.caly_mdetail .mdetail_list dd {
	background:#ffffff;
	border:1px solid #c8c9cb;
	/*padding:30px 40px;*//*조승배, 20210514, 캘린더 행사시간 추가*/
	/* KACES-CSR-5338, 캘린더 기능개선, 20220531 김현중 */
	/* padding:56px 40px; */
	padding: 56px 40px 56px 90px;
	width:calc(100% - 47px);
	box-sizing:border-box;
	word-break:keep-all;
	line-height:22px;
	float:right;
	position: relative;
}
.caly_mdetail .mdetail_list dd:hover {
	border-color:#575757;
}
.caly_mdetail .mdetail_list dd strong {
	font-size:18px;
	color:#121212;
	letter-spacing:-0.04em;
	display:block;
	margin-bottom:5px;
	/* 조승배, 20210514, 제목이 길경우 --- 처리 */
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.caly_mdetail .mdetail_list dd:before {
	content: '';
	display: inline-block;
	position: absolute;
	left: -12px;
	top: 70px;
	background: url('../images/comm/icon/box_arr.png') no-repeat;
	width: 12px;
	height: 15px;

}
.caly_mdetail .mdetail_list dd:hover:before {
	background-position: -12px 0;
}
.caly_mdetail .mdetail_list p {
	letter-spacing:0;
	color:#777777;
}
.caly_mdetail .mdetail_list dt.caly_type1 {
	background:url('../images/comm/icon/ic_caly_type1.gif') no-repeat center;
}
.caly_mdetail .mdetail_list dt.caly_type2 {
	background:url('../images/comm/icon/ic_caly_type2.gif') no-repeat center;
}
.caly_mdetail .mdetail_list dt.caly_type3 {
	background:url('../images/comm/icon/ic_caly_type3.gif') no-repeat center;
}
.caly_mdetail .mdetail_list dt.caly_type4 {
	background: url('../images/comm/icon/ic_caly_type4.gif') no-repeat center;
}

/* KACES-CSR-5338, 캘린더 기능개선, 20220531 김현중 */
.seed_caly_icon{
	height: 47px;
    position: absolute;
    width: 47px;
    margin: 57px 0 0 -25px;
    background-color: #db6fab;
    border-radius: 25px;
    text-align: center;
    line-height: 46px;
    color: white;
}

/* 정보공개*/
.public_data {
	padding-left: 130px;
	background: url('../images/comm/icon/public_data.png') no-repeat left center;
}
.public_data ul {font-family: 'NotoSans-Regular';}



/* fnc */
.fncArea {
	position:fixed;
	/* margin-left:865px; */
	top:0;
	text-indent:-9999px;
	z-index:900;
}
.fncArea li a {
	display:block;
	width:40px;
	height:40px;
	cursor:pointer;
	background-color: #515869;
	background-position: center;
	background-repeat: no-repeat;
}
.fncArea li:hover a, .fnc_share.on > a {
	background-color: #f4184e;
}
.fncArea .fnc_link {
	background-image:url('../images/comm/icon/ic_link3.png');
}


/*2020-10-26 */
.main_content .content_wrap > img{transform:translateX(-90px);}
.main_txt {font-size: 24px; color: #ffffff; width: 410px; margin: 0 auto 150px; word-break: keep-all; font-family: 'NotoSans-Regular';transform:translateX(-90px);}


@media only all and (max-width:1024px) {
/* main contents */
/* KACES-CSR-5225, 메인화면 이미지 패턴 변경 , 20220510, 김현중 */
/* .main_content {left: 0; background-size:100% 100%;} */
.main_content .content_wrap > img{transform:translateX(0);}
.main_txt {width: 100%; font-size: 20px;transform:translateX(0);}

/*** 연간캘린더 ****/
	.caly_mdetail {
		padding:0 35px 14px 27px;
	}
	.calendaryear .caly_y h5 {
		font-size:25px;
		padding:30px 0;
	}
	.caly_m>ul>li {
		width:25%;
	}
	.caly_m>ul>li>a {
		background:none;
		padding:9px 0;
	}
	.caly_mdetail .mdetail_month {
		width:100%;
		padding:0;
	}
	.caly_mdetail .mdetail_month p {
		margin:27px auto;
	}
	.caly_mdetail .mdetail_list {
		width:100%;
		border-left:0;
		min-height: 170px;
	}
	.caly_mdetail>ul>li:first-child>div {
		padding-top:0;
	}
	.caly_mdetail>ul>li:last-child>div {
		padding-bottom:0;
	}
	/* KACES-CSR-5338, 캘린더 기능개선, 20220531 김현중 */
	.caly_mdetail .mdetail_list dt {
		/* position:static; */
		position:absolute;
		/* margin: 0; */
		padding-right: 10px;
		background-position: left center !important;
		/* background-color: #f7f8fa !important; */
	}
	.caly_mdetail .mdetail_list dd {
		width: calc(100% - 57px);
	}
	.caly_mdetail .mdetail_list dd:before {
		content: none;
	}
	.caly_mdetail .mdetail_list.no_mdetail_list {height: auto;}
}
