@charset "utf-8";


/*css reset*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0}
html,body,form,fieldset,p,div,h1,h2,h3,h4,h5,h6{-webkit-text-size-adjust:none}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;clear:both;}
a { background: transparent; text-decoration: none; -webkit-tap-highlight-color: transparent; color: #1a1a1a; }
a:active { outline: 0; }
a:active { }

audio, canvas, progress, video { display: inline-block; vertical-align: baseline; }

table { border-collapse: collapse; border-spacing: 0; }
td, th { padding: 0; }
ul, ol { list-style: none outside none; }
h1, h2, h3,strong {font-weight: 600; }

img {vertical-align:middle;border:0;-ms-interpolation-mode:bicubic;}


/*commos*/
.border_box{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.fl{float:left;}.fr{float:right;}.hide{display:none!important;}.show{display: block!important;}
.ellipsis { white-space:nowrap; text-overflow:ellipsis; overflow:hidden}
.break { word-break:break-all; word-wrap:break-word}
.clearfix:after{content:'\0020';display:block;height:0;clear:both}
.clearfix{*zoom:1}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


body {
    color: #333;
    background:#fff;
    font-family: 'SCoreDream';
}



.warp {
 	
 	width: 1100px;
 	font-size: 18px;
 	margin: 0 auto;
 	-webkit-box-sizing: border-box;
 	-moz-box-sizing: border-box;
 	box-sizing: border-box;
 	word-break:break-all;
 	word-wrap:break-word;
 	letter-spacing:-1px;
 	font-weight:400;
}

.warp img{
	/* max-width:100%; */
}

.con {
    width: 100%;
    float: left;
    margin: 0;
    height: 100%;
    background-color: #fff;
}
.con_green {background-color:#84C96B}
.con_gray {background-color:#f7f7f7}
.S-Core{
    font-family: 'S-Core Dream 3';
}


h4 {
    text-align: left;
    margin: 1% 0;
    color: #333;
    font-size: 32px;
}

h4 p {
    display: inline-block;
    float: right;
    font-size: 20px;
    font-weight: 300;
    padding-top: 1.5%;
}

h3 {
    font-size: 30px;
    text-align: center;
    font-family: 'S-Core Dream 3';
}

.section {
    /* margin: 2% 0 4%; */
    text-align: center;
    padding: 5% 5% 10%;
}
.con_tit span {background-color:#23610C;color:#fff;width:auto;padding: .5rem 1.5rem;border-radius: 2rem;}
.tit {
	margin: 0;
	text-align: center;
	font-weight: 900;
	letter-spacing: -1px;
	font-size: 36px;
	margin-bottom: 4rem;
}
.tit.white {color:#fff}
.con_tit p {
	font-size:18px;
	display: inline-block;
	vertical-align: bottom;
	width: 400px;
	padding-bottom: 1%;
	margin-bottom: 1rem;
}
/*top*/
.top {
    width: 100%;
}
.top img {
    width: 100%;
}
/*프로그램 안내*/
.section1 {}
.title {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center bottom;
    text-align: center;
    line-height: 150%;
    padding: 6% 5% 5%;
}


.title .color1{
	font-size:40px;
}
.title .color2{
	font-size:70px;
    font-family: 'S-Core Dream 7';
}

.table_wrap {
    display: inline-block;
	padding:3%;
	padding-top:0;
}
table{
    border-collapse: collapse;
    border-spacing: 0;
	width:100%;
    background: #fff;
	
}
caption{
	display:none;
}

tr{
	border-bottom:1px solid #ddd;
}
thead tr{
	background:#f5f5f5;
}

th, td {
    padding: 1.5%;
    border-left: 1px solid #ddd;
    text-align: center;
    vertical-align: middle;
    font-size: 1.5em;
    line-height: 160%;
}

th{
	background:#fffbed;
}
thead th {
	background-color: #0b5544;
	color: #fff;
font-weight: 600;
}



tr td p {
	padding-left: 1em;
	line-height: 180%;
	position: relative;
}

	tr td:last-child p::before {
		content: "●";
		font-size: 0.6em;
		color: #A70101;
		position: absolute;
		left: 0;
	}

	tr td:last-child p.point {
		font-weight: 800;
		color: #A70101;
	}

	.section p{
}
.section p:last-child{
	/* margin-bottom:0; */
}
.pro{
	padding:2%;
	color:#fff;
	font-size:25px;
	text-align:center;
}
/*프로그램 안내 끝*/




/*사진 네개짜리 소식*/

.photo_wrap {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    padding: 3%;
}
.photo {
    width: 48.5%;
    display: inline-block;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.14);
    margin: 0.5%;
    overflow: hidden;
}

.txt {
    padding: 10%;
    padding-top: 0;
    word-break: keep-all;
    word-wrap: break-word;
    line-height: 150%;
}

/*사진 네개짜리 소식 끝*/





/*기관소식*/

.story_warp {
    padding: 2%;
    text-align: center;
    border-radius: 2rem;
}

.story {
    width: 45%;
    display: inline-block;
    background: #fff;
    color: #333;
    padding: 3% 2%;
    text-align: center;
    font-size: 21px;
    /* min-height: 432px; */
    position: relative;
}
.story .img-wrap {position: relative;}
.story p {
    margin-bottom: 2%;
    word-break: keep-all;
    word-wrap: break-word;
    line-height: 150%;
    padding: 0;
}

.story .ti {
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 0.5em;
    padding-top: 1rem;
}
.story .ti span{
	font-size:24px;
}
.story_warp img{
	width:100%;
	border-radius: 1rem;
	margin-bottom:1em;
	margin:0;
	height: auto;
	object-fit: cover;
}
.story_warp span.day {position:absolute;right: 0;bottom: 0;font-size: 18px;color: #fff;background-color: rgb(0 0 0 / 60%);padding: 5px 20px;border-radius: 20px 0 20px 0;font-weight: 300;}

.story_warp2 {
    width: 46%;
    display: inline-block;
    padding: 0% 0.5% 3%;
}

/* 바로가기 */
.section4{}
.icon_wrap {background-color: #f5f5f5;padding: 3%;}
.pic_wrap {
	width: 32%;
	/* margin: 2%; */
	display: inline-block;
	/* background-color: #fff; */
	/* padding: 3%; */
	border-radius: 20px;
	/* box-shadow: 3px 3px 10px rgb(0 0 0 / 12%); */
}
.pic_wrap a {width:100%;height:100%; display:block}
.pic_wrap p {padding-top:5%; font-size:22px}

/* sns */
.sns_wrap {padding: 10% 5% 5%;}
.sns {width: 24.5%;display: inline-block;margin: 0;padding: 0;}


.sns .pic {width: 90%;margin: 0 auto;padding: 2rem 0;border-radius: 1rem;text-align: center;}
.kakao .pic {background-color:#FFC400;}
.youtube .pic {background-color:#E12222}
.blog .pic {background-color:#49C22C}
.facebook .pic {background-color:#1F5DAC}
.sns .txt {color:#fff;line-height:1.5;padding: 0;margin-bottom: 1.5rem;}
.sns .txt img {width:auto}
.sns .txt strong {
    font-size: 24px;
}
.sns .txt p{font-size:18px; margin-top:1rem}
 
/* support */
.support_wrap {padding: 5% 5% 10%;}
.support {width: 49%;display: inline-block;}
.support .pic {margin: 10px;}

/* 문의 */
.inquiry {border-bottom:1px solid #ddd}
.inquiry .pic {padding-top: 5%;background-color: #fff;text-align: center;}
.inqu {
    display: inline-block;
    text-align: left;
    margin-left:4rem;
    vertical-align: middle;
	line-height:1.5
}
.inqu strong {font-size:30px;/* padding-bottom:1rem; *//* display:block; */font-weight: 700;}
.inqu strong img {
    margin-bottom: 2rem;
    margin-left: 6px;
}
.inqu p {font-size:20px}
.inqu .t_big {font-size: 28px;color:#0b4c9e;font-weight: 600;letter-spacing: 0;}

/* 하단 */
.tail {text-align: center;width: 100%;padding: 5% 0 6%;font-size: 18px;line-height: 1.5;}
.copy img {padding-bottom:1rem}
.tail img {}

.tail a {
	color:#333;
	width: 100%;
	display: block;
	height: 100%;
}
.more {margin:20px 0}
.more a {width:20%;height:45px;background-color:#ff7979;display: inline-flex;border-radius:100px;color:#fff;justify-content: center;align-items: center;}
.more img {width:19px;height:19px;margin-left: 1rem;}
.more p {font-size: 18px;margin-top:10px}


/** color **/

.bgcol1 {background-color: #fff;box-shadow: 0 3px 10px rgb(0 0 0 / 20%);}
.bgcol2 {background-color:#FCF4E4}
.bgcolmain1 {background-color: #fff;border: 1px solid #ddd;}
.bggray {background-color:#F5F5F5;}

.con_tit.col2 {border-color:#FFBF37}
.con_tit.colmain1 {border-color:#0CB1EB}
.con_tit.colmain {border-color:#0080CB}

.tit.col2, .more a.col2 {background-color:#FFBF37}
.tit.colmain1, .more a.colmain1 {background-color:#0CB1EB}
.tit.colmain {background-color:#0080CB}


@media all and (max-width: 992px) {
	.warp {width:100%}
	.con_tit p {font-size:2em}
	.tit img {width:auto;max-width: 100%;height: 4rem;}
	.warp {
	    width: 100%;
		font-size:20px;
	}
	.story {width: 96%;height: 100%;}
	.story_warp img {
	    width: 100%;
	}
	.story .ti {font-size:2em}
	.sns .txt strong {font-size:2em}
	.sns .txt p {font-size:1.5em}
	.sns {width:45%; margin:2%}
	.sns .pic {width:100%}
	.support {width:100%}
	.support img {width:100%}
	.inqu {margin-left: 2rem;}
	.inqu strong, .inqu .t_big {font-size: 2.4em;}
	.inqu strong img {margin-bottom:1em; width:8%}
	.inqu p {font-size:1.5em}
	.inquiry .pic > img {width: 40%;}
	.inquiry .pic {padding: 10% 5%;}
	.tail {font-size:1.5em;}
	.tail .copy {width:100%;/* padding: 5%; */word-break: keep-all;}
	.copy img {width:50%}
}