@charset "utf-8";

/* 메인페이지 */


/* 띠배너 */
#info-container .sub-banner-wrap {width:1200px; margin:0 auto;text-align: center;}
#info-container .sub-banner-wrap .banner01 {background:url("../img/main/bn_bg04.png")no-repeat center; width:100%; height:100%; padding-top:20px; background-size: cover; background-position: center;}
#info-container .sub-banner-wrap .banner02 {background:url("../img/main/bn_bg03.png")no-repeat center; width:100%; height:100%; padding-top:20px; background-size: cover; background-position: center; }
#info-container .sub-banner-wrap .banner03 {background:url("../img/main/bn_bg05.png")no-repeat center; width:100%; height:100%; padding-top:20px; background-size: cover; background-position: center; }
#info-container .sub-banner-wrap .banner04 {background:url("../img/main/bn_bg06.png")no-repeat center; width:100%; height:100%; padding-top:20px; background-size: cover; background-position: center; }
#info-container .sub-banner-wrap .banner05 {background:url("../img/main/bn_bg07.png")no-repeat center; width:100%; height:100%; padding-top:20px; background-size: cover; background-position: center; }
#info-container .sub-banner-wrap .banner { min-height:150px; margin-top:30px; padding: 30px 60px;}
#info-container .sub-banner-wrap .banner:last-child {margin-bottom:0;}
#info-container .sub-banner-wrap .banner p {font-size:1.55rem; color:#222; }
#info-container .sub-banner-wrap .banner.pop-mo p { color: #222; text-shadow: none; }
#info-container .sub-banner-wrap .banner h3 {font-size: 2.8rem; font-weight: 600; color:#fff; }
#info-container .sub-banner-wrap .banner a {display: inline-block; line-height: 35px; color:#fff; border-radius: 50px; padding:0 60px; font-size:1.5rem; margin-top:12px}
#info-container .sub-banner-wrap .banner .date { font-size: 2rem; padding: 10px 0 5px; font-weight: 600;}
#info-container .sub-banner-wrap .banner03 h3 { text-shadow: none; color: #06167a; }
#info-container .sub-banner-wrap .banner04 h3 { text-shadow: none; color: #ff403b; }
#info-container .sub-banner-wrap .banner01 a { background: #06167a; }
#info-container .sub-banner-wrap .banner02 a { background: #004223; }
#info-container .sub-banner-wrap .banner03 a { background: #06167a; }
#info-container .sub-banner-wrap .banner04 a { background: #ff403b; }

@media all and (max-width: 1199px) 
{
	#info-container .sub-banner-wrap {width: 100%;}
}
@media all and (max-width: 1000px) 
{
	#info-container .sub-banner-wrap {margin-top:0; word-break: keep-all;}
	#info-container .sub-banner-wrap .banner {margin-top:0;}
	#info-container .sub-banner-wrap .banner h3 {font-size: 2.5rem;}
}
@media all and (max-width: 699px) 
{
	#info-container .sub-banner-wrap .banner03 {background:url("../img/main/bn_bg05_m.png")no-repeat center; background-size: cover; background-position: center; }
	#info-container .sub-banner-wrap .banner04 {background:url("../img/main/bn_bg06_m.png")no-repeat center; background-size: cover; background-position: center; }
	#info-container .sub-banner-wrap .banner05 {background:url("../img/main/bn_bg07_m.png")no-repeat center; background-size: cover; background-position: center; }
}
@media all and (max-width: 499px) 
{
	#info-container .sub-banner-wrap .banner {padding-top:30px;}
	#info-container .sub-banner-wrap .pop-mo {padding-top:0;}
	#info-container .sub-banner-wrap .banner01 { background-position: -115px;}
}
@media all and (max-width: 345px) 
{
	#info-container .sub-banner-wrap .banner01 {padding-top:15px;}
}

/* 팝업 */
.pop-mo {display: none;}
.pop-wrap { position: fixed; top:150px; left:20%; z-index: 9999;  border-radius: 10px; box-shadow: 0 0 20px -5px rgba(0,0,0,0.3); overflow: hidden;}
.pop-wrap .pop img { width:560px; height:410px; }
.pop-wrap .pop .close {width:100%; height:40px; line-height: 40px; padding:0 20px; background:#f1ecec;}
.pop-wrap .pop .close p a { font-size:1.4rem; font-weight: 600; color:#666;}
.pop-wrap .pop .close p a:hover {text-decoration: underline;}
.pop-wrap .pop .close p:nth-child(1) { float: left;}
.pop-wrap .pop .close p:nth-child(2) { float: right;}

@media all and (max-width:768px) {
	.pop-pc { opacity:0; z-index:-9999; }
	#info-container .sub-banner-wrap .pop-mo {display: block; height: auto;}
	#info-container .sub-banner-wrap .pop-mo .pop-bn {padding:20px 0; border:10px solid #e0c1bd; background:#fff;}
	#info-container .sub-banner-wrap .pop-mo .pop-bn p {letter-spacing: -0.05em;}
	#info-container .sub-banner-wrap .pop-mo .pop-bn p.s-title {font-size:1.8rem; }
	#info-container .sub-banner-wrap .pop-mo .pop-bn p.title {font-size:3rem;  font-weight: 600; margin-top:7px;}
	#info-container .sub-banner-wrap .pop-mo .pop-bn p.info { line-height: 44px; margin:10px 0;}
	#info-container .sub-banner-wrap .pop-mo .pop-bn p.info i {line-height: 44px; display: inline-block; margin:0 5px; color:#ccc; }
	#info-container .sub-banner-wrap .pop-mo .pop-bn p.info span.bf {margin-top:10px; font-size: 1.6rem; font-weight: 600; color:#666;}
	#info-container .sub-banner-wrap .pop-mo .pop-bn p.info span.af { font-size:2rem; font-weight: 600; margin-top:10px; color:#d71e51;}
	#info-container .sub-banner-wrap .pop-mo .pop-bn p.s-text {font-size: 1.6rem; margin-top:10px; color:#90969a; letter-spacing: -0.02em; line-height: 20px;}
}
@media all and (max-width: 499px) 
{
	#info-container .sub-banner-wrap .banner {padding-top:30px; }
	#info-container .sub-banner-wrap .pop-mo {padding-top:0;}
	#info-container .sub-banner-wrap .banner01 { background-position: -115px;}
}

@media all and (max-width: 345px) 
{
	#info-container .sub-banner-wrap .banner01 {padding-top:15px;}
}


/* 팝업 */
.pop-mo {display: none;}
.pop-wrap { position: fixed; top:150px; left:20%; z-index: 9999;  border-radius: 10px; box-shadow: 0 0 20px -5px rgba(0,0,0,0.3); overflow: hidden;}
.pop-wrap .pop img { width:560px; height:410px; }
.pop-wrap .pop .close {width:100%; height:40px; line-height: 40px; padding:0 20px; background:#f1ecec;}
.pop-wrap .pop .close p a { font-size:1.4rem; font-weight: 600; color:#666;}
.pop-wrap .pop .close p a:hover {text-decoration: underline;}
.pop-wrap .pop .close p:nth-child(1) { float: left;}
.pop-wrap .pop .close p:nth-child(2) { float: right;}

@media all and (max-width:768px) {
	.pop-pc {display: none;}
	#info-container .sub-banner-wrap .pop-mo {display: block; height: auto;}
	#info-container .sub-banner-wrap .pop-mo .pop-bn {padding:20px 0; border:10px solid #e0c1bd; background:#fff;}
	#info-container .sub-banner-wrap .pop-mo .pop-bn p {letter-spacing: -0.05em;}
	#info-container .sub-banner-wrap .pop-mo .pop-bn p.s-title {font-size:1.8rem; }
	#info-container .sub-banner-wrap .pop-mo .pop-bn p.title {font-size:3rem;  font-weight: 600; margin-top:7px;}
	#info-container .sub-banner-wrap .pop-mo .pop-bn p.info { line-height: 44px; margin:10px 0;}
	#info-container .sub-banner-wrap .pop-mo .pop-bn p.info i {line-height: 44px; display: inline-block; margin:0 5px; color:#ccc; }
	#info-container .sub-banner-wrap .pop-mo .pop-bn p.info span.bf {margin-top:10px; font-size: 1.6rem; font-weight: 600; color:#666;}
	#info-container .sub-banner-wrap .pop-mo .pop-bn p.info span.af { font-size:2rem; font-weight: 600; margin-top:10px; color:#d71e51;}
	#info-container .sub-banner-wrap .pop-mo .pop-bn p.s-text {font-size: 1.6rem; margin-top:10px; color:#90969a; letter-spacing: -0.02em; line-height: 20px;}
}


/* 배너 */
.banner-wrap { position: relative; width: 100%; background: url('../img/main/banner_bg.svg') no-repeat bottom; background-size: 100%; background-color: #dfefff; }
.banner-wrap .banner-area { width: 1200px; position: relative; margin: 0 auto; text-align: center; padding:  55px 0;}
.banner-wrap .banner-area .banner-text p.sub-txt { font-size: 2.3rem; padding-bottom: 10px; color: #666; }
.banner-wrap .banner-area .banner-text p.main-txt { font-size: 6.5rem; font-family: 'Tmon', sans-serif; letter-spacing: -4px; color: #8bbdec; }
.banner-wrap .banner-area .banner-text p.main-txt .bold { color: #2d7dc9; }
.banner-wrap .banner-area .card-wrap { display: table; table-layout: fixed; width: 100%; }
.banner-wrap .banner-area .card-wrap .box-wrap { display: table-cell; vertical-align: middle; padding: 0 12px; width: 20%; }
.banner-wrap .banner-area .card-wrap .box-wrap .box { box-shadow: 7px 5px 15px rgba(16,37,66,0.15); border-radius: 0 25px 0 25px; padding: 50px 0; transition: top .3s ease; position: relative; top: 0; overflow: hidden;}
.banner-wrap .banner-area .card-wrap .box-wrap:hover .box { top: -10px; }
.banner-wrap .banner-area .card-wrap .box-wrap .box .txt-area { color: #fff; font-size: 2rem; padding-top: 10px; }
.banner-wrap .banner-area .card-wrap .box-wrap .box .img-area { background: #fff; width: 105px; height: 105px; position: relative; margin: 0 auto; border-radius: 105px;}
.banner-wrap .banner-area .card-wrap .box-wrap .box .img-area img { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); }

.banner-wrap .banner-area .card-wrap .box-wrap.box-red .box { background: #ff4d4d; }
.banner-wrap .banner-area .card-wrap .box-wrap.box-red .box .box-hover { background: #F03A3A; }
.banner-wrap .banner-area .card-wrap .box-wrap.box-red .box .img-area img { width: 45px; height: 45px; }
.banner-wrap .banner-area .card-wrap .box-wrap.box-orange .box { background: #ffba34; }
.banner-wrap .banner-area .card-wrap .box-wrap.box-orange .box .box-hover { background: #F1AB24; }
.banner-wrap .banner-area .card-wrap .box-wrap.box-orange .box .img-area img { width: 40px; height: 41px; }
.banner-wrap .banner-area .card-wrap .box-wrap.box-green .box { background: #7fd70d; }
.banner-wrap .banner-area .card-wrap .box-wrap.box-green .box .box-hover { background: #77C513; }
.banner-wrap .banner-area .card-wrap .box-wrap.box-green .box .img-area img { width: 58px; height: 40px; }
.banner-wrap .banner-area .card-wrap .box-wrap.box-blue .box { background: #7898ff; }
.banner-wrap .banner-area .card-wrap .box-wrap.box-blue .box .box-hover { background: #6383EC; }
.banner-wrap .banner-area .card-wrap .box-wrap.box-blue .box .img-area img { width: 46px; height: 41px; }
.banner-wrap .banner-area .card-wrap .box-wrap.box-purple .box { background: #a88eff; }
.banner-wrap .banner-area .card-wrap .box-wrap.box-purple .box .box-hover { background: #977BF4; }
.banner-wrap .banner-area .card-wrap .box-wrap.box-purple .box .img-area img { width: 41px; height: 41px; }

/* hover box */
.banner-wrap .banner-area .card-wrap .box-wrap .box .box-hover { position: absolute; top: 100%; left: 0; width: 100%; height: 100%; padding: 15px; transition: top .5s ease;}
.banner-wrap .banner-area .card-wrap .box-wrap .box:hover .box-hover { top: 0; }
.banner-wrap .banner-area .card-wrap .box-wrap .box .box-hover .h-tit { color: #fff; font-size: 1.7rem; padding-bottom: 7px; margin-bottom: 7px; border-bottom: 1px solid rgba(255,255,255,0.4); font-weight: 600; }
.banner-wrap .banner-area .card-wrap .box-wrap .box .box-hover .h-menu ul li a { font-size: 1.3rem; color: #fff; padding: 4px 0; display: block; margin-bottom: 3px; }
.banner-wrap .banner-area .card-wrap .box-wrap .box .box-hover .h-menu ul li a:hover { background: rgba(0,0,0,0.05); }
.banner-wrap .banner-area .card-wrap .box-wrap .box .box-hover a.more { position: absolute; bottom: 15px; left: 50%; transform: translateX(-50%); display: inline-block; background: rgba(0,0,0,0.1); color: #fff; padding: 3px 15px; border-radius: 15px; width: 63px;}
.banner-wrap .banner-area .card-wrap .box-wrap .box .box-hover a.more:hover { background: rgba(0,0,0,0.2); }

@media (max-width: 1200px) {
	.banner-wrap .banner-area { width: 100%; padding-left: 20px; padding-right: 20px; }
	.banner-wrap .banner-area .card-wrap .box-wrap { padding: 0 6px; }
}
@media (max-width: 800px) {
	.banner-wrap .banner-area { padding: 60px 0; }
	.banner-wrap .banner-area .status-wrap { padding: 7px 15px; left: 20px; }
	.banner-wrap .banner-area .status-wrap .tit { font-size: 1.3rem; }
	.banner-wrap .banner-area .status-wrap .tit span { font-size: 1.2rem; font-weight: 400; }
	.banner-wrap .banner-area .status-wrap .total { font-size: 2rem; }
	.banner-wrap .banner-area .banner-text p.sub-txt { font-size: 1.9rem; }
	.banner-wrap .banner-area .banner-text p.main-txt { font-size: 5.7rem; }
	.banner-wrap .banner-area .card-wrap { margin-top: 20px; }
	.banner-wrap .banner-area .card-wrap .box-wrap { padding-right: 0; padding: 0 5px;}
	.banner-wrap .banner-area .card-wrap .box-wrap .box { padding: 75px 0; }
	.banner-wrap .banner-area .card-wrap .box-wrap .box .txt-area { font-size: 1.6rem; }
	.banner-wrap .banner-area .card-wrap .box-wrap .box .img-area { width: 55px; height: 55px; }
	.banner-wrap .banner-area .card-wrap .box-wrap.box-red .box .img-area img { width: 28px; height: 28px; }
	.banner-wrap .banner-area .card-wrap .box-wrap.box-orange .box .img-area img { width: 24px; height: 24px; }
	.banner-wrap .banner-area .card-wrap .box-wrap.box-green .box .img-area img { width: 35px; height: 24px; }
	.banner-wrap .banner-area .card-wrap .box-wrap.box-blue .box .img-area img { width: 26px; height: 23px; }
	.banner-wrap .banner-area .card-wrap .box-wrap.box-purple .box .img-area img { width: 26px; height: 26px; }
	.banner-wrap .banner-area .card-wrap .box-wrap .box .box-hover { top: 0; }
}
@media (max-width: 660px) {
	.banner-wrap .banner-area { padding: 10px 0 90px; }
	.banner-wrap .banner-area .status-wrap { top: auto; bottom: 30px; left: 50%; transform: translateX(-50%); }
	.banner-wrap .banner-area .status-wrap .total { text-align: center; }
	.banner-wrap .banner-area .banner-text p.main-txt { font-size: 5rem; }
	.banner-wrap .banner-area .card-wrap .box-wrap { padding: 0 5px 10px; display: inline-block; width: 120px; }
	.banner-wrap .banner-area .card-wrap .box-wrap .box .img-area { width: 45px; height: 45px; }
	.banner-wrap .banner-area .card-wrap .box-wrap.box-red .box .img-area img { width: 21px; height: 21px; }
	.banner-wrap .banner-area .card-wrap .box-wrap.box-orange .box .img-area img { width: 19px; height: 19px; }
	.banner-wrap .banner-area .card-wrap .box-wrap.box-green .box .img-area img { width: 26px; height: 19px; }
	.banner-wrap .banner-area .card-wrap .box-wrap.box-blue .box .img-area img { width: 20px; height: 18px; }
	.banner-wrap .banner-area .card-wrap .box-wrap.box-purple .box .img-area img { width: 20px; height: 20px; }
	.banner-wrap .banner-area .card-wrap .box-wrap .box .box-hover { padding: 15px 0; }
}
@media (max-width: 425px) {
	.banner-wrap .banner-area .banner-text p.main-txt { font-size: 4rem; letter-spacing: -2px; }
}


/* section 공통 */
.section { width: 1200px; margin: 0 auto; position: relative; }

/* section 01 */
.section01 { padding:  50px 0 0; }
.section01 .board-list-area { float: left; width: calc(100% - 440px); margin-right: 40px; }
.section01 .board-list-area .list-box { float: left; width: calc(33.33% - 14px); margin-right: 20px; padding-bottom: 20px; border-bottom: 1px solid #e0e0e0; }
.section01 .board-list-area .list-box:last-child { margin-right: 0; }
.section01 .board-list-area .list-box .board-title { position: relative; font-size: 1.6rem; color: #52a2e4; font-weight: 500; margin-bottom: 15px; padding: 15px 0; border-bottom: 1px solid #a5a5a5; }
.section01 .board-list-area .list-box .board-title a.more { position: absolute; top: 15px; right: 0; font-size: 2.7rem; color: #aeaeae; font-weight: 300; line-height: 22px; text-align: center; width: 25px; height: 25px; }
.section01 .board-list-area .list-box .board-title a.more:hover { background: #edf0f3; border-radius: 3px;}
.section01 .board-list-area .list-box .cont-box { cursor: pointer; }
.section01 .board-list-area .list-box .cont-box:hover .title { color: #04367b; }
.section01 .board-list-area .list-box .cont-box .title { font-size: 1.6rem; padding-bottom: 15px; font-weight: 500; display: block; height: 48px; overflow: hidden; display: -webkit-box; white-space: normal; word-wrap: break-word; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.section01 .board-list-area .list-box .cont-box .date { font-size: 1.3rem; color: #989898; padding-bottom: 15px;}
.section01 .board-list-area .list-box .cont-box .cont { font-size: 1.4rem; font-weight: 300; height: 40px; overflow: hidden; display: -webkit-box; white-space: normal; word-wrap: break-word; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.section01 .business-banner-area { float: left; width: 400px; position: relative; }
.section01 .business-banner-area .banner-row { position: relative; width: 100%; height: 100px; padding: 20px 30px; border-radius: 0 25px 0 25px; }
.section01 .business-banner-area .banner-row.banner-row01 {background: url("../img/main/business_bg.svg") no-repeat; background-position: 90% 6px; background-size: 190px; background-color: #dbe7fe; margin-bottom: 10px;cursor: pointer; }
.section01 .business-banner-area .banner-row.banner-row01 .business-banner .title { font-size: 2rem; font-weight: 900; color: #04367b; }
.section01 .business-banner-area .banner-row.banner-row01 .business-banner .sub-title { font-size: 1.4rem; color: #4f688b; padding-top: 5px;}
.section01 .business-banner-area .banner-row.banner-row01 .business-banner a.more { position: absolute; left: 25px; bottom: 40px; transition: left .3s ease; }
.section01 .business-banner-area .banner-row.banner-row01 .business-banner a.more img { width: 51px; height: 8px; }
.section01 .business-banner-area .banner-row.banner-row01:hover { background-color: #D0DDF4; transition: background .2s ease;}
/*.section01 .business-banner-area .banner-row.banner-row02 { background: #f5f5f5; text-align: center; background-image: url("../img/main/main_bn_bg.svg"); background-repeat: no-repeat; background-size: cover; background-position: -145px 26px; }*/
/*.section01 .business-banner-area .banner-row.banner-row02:hover { background-color: #EAEAEA; transition: background .2s ease;}*/
.section01 .business-banner-area .banner-row.banner-row02 { background: #ffe9e9; border-radius: 0 25px 0 25px; }
.section01 .business-banner-area .banner-row.banner-row02:hover { background: #f5e0e0; }
.section01 .business-banner-area .banner-row.banner-row02 .status-wrap .tit { color: #773248; font-weight: 600; font-size: 1.7rem; font-weight: 900;}
.section01 .business-banner-area .banner-row.banner-row02 .status-wrap .tit span { color: #C396AC; font-size: 1.3rem;  vertical-align: bottom; font-weight: 500;}
.section01 .business-banner-area .banner-row.banner-row02 .status-wrap .total { font-size: 2.4rem; text-align: right; font-weight: 600; }

/* section 02 */
.section02 { padding: 30px 0 50px; }
.section02 .pr-edu-area .title { position: relative; width: 100%; font-size: 2rem; font-weight: 500; margin-bottom: 15px; padding: 15px 0 10px; border-bottom: 1px solid #a5a5a5; }
.section02 .pr-edu-area .title a.more { position: absolute; top: 15px; right: 0; font-size: 2.9rem; color: #aeaeae; font-weight: 300; line-height: 26px; text-align: center; width: 29px; height: 29px; }
.section02 .pr-edu-area .title a.more:hover { background: #edf0f3; border-radius: 3px; }
.section02 .pr-edu-area ul {overflow: hidden;}
.section02 .pr-edu-area ul li { position: relative; overflow: hidden; float: left; width: calc(25% - 12px); margin-right: 15px; height: 200px; border-radius: 0 25px 0 25px; border: 1px solid #e0e0e0; }
.section02 .pr-edu-area ul li:last-child { margin-right: 0; }
.section02 .pr-edu-area ul li a { display: block; width: 100%; height: 100%; transform: scale(1.0); transition: transform .2s ease; background-size: 100%; background-repeat: no-repeat; background-position: center; }
.section02 .pr-edu-area ul li:hover a { transform: scale(1.03); }
.section02 .pr-edu-area ul li .hover { position: absolute; bottom: -50px; left: 0; width: 100%; line-height: 50px; background: rgba(3,37,99,0.6); text-align: center; color: #fff; padding: 0 15px; transition: bottom .3s ease;}
.section02 .pr-edu-area ul li .hover p { text-overflow: ellipsis; overflow: hidden; white-space: nowrap; font-size: 1.4rem;}
.section02 .pr-edu-area ul li:hover .hover { bottom: 0; }
.section02 .pr-edu-area a.arrow { display: block; width: 42px; height: 42px; background: rgba(137,157,185,0.6); border-radius: 3px; text-align: center; box-shadow: 3px 1px 8px rgba(6,34,76,0.26); position: absolute; top: 55%; z-index: 10; }
.section02 .pr-edu-area a.arrow:hover { background: rgba(86,121,169,0.6); }
.section02 .pr-edu-area a.arrow img { width: 25px; height: 25px; margin-top: 9px;}
.section02 .pr-edu-area a.arrow.prev { left: -20px; }
.section02 .pr-edu-area a.arrow.next { right: -20px; }
.section02 .pr-edu-area a.arrow.next img { transform: rotate(180deg); }
@media (max-width: 1200px) {
	.section { width: 100%; padding-left: 20px; padding-right: 20px; }
	
	/* section 01 */
	.section01 .board-list-area .list-box { float: left; width: calc(33.33% - 14px);}

	/* section 02 */
	.section02 { padding-top: 20px; }
	.section02 .pr-edu-area a.arrow.prev { left: 0; }
	.section02 .pr-edu-area a.arrow.next { right: 0; }
}
@media (max-width: 1024px) {
	/* section 01 */
	.section01 .board-list-area { width: 100%; margin-right: 0; }
	.section01 .board-list-area .list-box .cont-box .title { height: 46px; }
	.section01 .business-banner-area { width: 100%; margin-top: 50px;}
	.section01 .business-banner-area .banner-row { float: left; width: calc(50% - 7px); height: 130px; background-position: 90% 3px; background-size: 200px; margin-top: 0; margin-bottom: 30px; }
	.section01 .business-banner-area .banner-row.banner-row01 { margin-right: 14px; background-position: 90% 27px; background-size: 150px;}
	.section01 .business-banner-area .banner-row.banner-row01 .business-banner .title { font-size: 2.5rem; }
	.section01 .business-banner-area .banner-row.banner-row02 .status-wrap .tit { font-size: 2.5rem; }
	.section01 .business-banner-area .banner-row.banner-row02 .status-wrap .total { font-size: 3rem; margin-top: 17px; }
	.section01 .business-banner-area .banner-row.banner-row01 .business-banner .sub-title { font-size: 1.5rem; }

	/* section 02 */
	.section02 .pr-edu-area ul li { height: 130px; }
}
@media (max-width: 768px) {
	/* section 02 */
	.section02 .pr-edu-area ul li { height: 90px; width: calc(25% - 8px); margin-right: 10px;}
}
@media (max-width: 560px) {
	/* section 01 */
	.section01 { padding-top: 30px; }
	.section01 .board-list-area .list-box { width: 100%; margin-right: 0; margin-bottom: 20px; padding-bottom: 10px;}
	.section01 .board-list-area .list-box .board-title { margin-bottom: 10px; padding-bottom: 10px; }
	.section01 .board-list-area .list-box .cont-box .title { height: auto; white-space: nowrap; text-overflow: ellipsis; width: 100%; padding-bottom: 10px; }
	.section01 .board-list-area .list-box .cont-box .cont { height: auto; max-height: 35px; }
	.section01 .board-list-area .list-box .cont-box .date { padding-bottom: 10px; }
	.section01 .business-banner-area { margin-top: 30px; }
	.section01 .business-banner-area .banner-row { width: 100%; margin-bottom: 10px; }
	.section01 .business-banner-area .banner-row.banner-row01 .business-banner { padding-top: 20px; }
	.section01 .business-banner-area .banner-row.banner-row02 img.tit { max-width: 65%; }

	/* section 02 */
	.section02 { padding-bottom: 30px; }

}


/* bottom banner */
.sectino03 { width: 100%; background: #f2f3f5; border-top: 1px solid #F3F3F3;}
.sectino03 .bottom-banner-area { width: 1200px; margin: 0 auto; }
.sectino03 .bottom-banner-area .bt-bn-box { float: left; position: relative; width: 25%; border-right: 1px solid #fff;  cursor: pointer;}
.sectino03 .bottom-banner-area .bt-bn-box .box-wrap {position: relative; width: 100%; height: 0; padding-bottom:33%; overflow: hidden; text-align: center;}
.sectino03 .bottom-banner-area .bt-bn-box.empty { cursor: default; text-align: center; }
.sectino03 .bottom-banner-area .bt-bn-box:nth-child(1) { background: #fff; text-align: center}
.sectino03 .bottom-banner-area .bt-bn-box:nth-child(1):hover { background-color: #f8f8f8; transition: background .2s ease;}
.sectino03 .bottom-banner-area .bt-bn-box img {max-width: 100%; max-height: 100%; position: absolute; top: 50%; left: 50%;-webkit-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%);transform: translate(-50%,-50%); width: 100%}
.sectino03 .bottom-banner-area .bt-bn-box.empty img { width: 35%; position: absolute; top:50%; left:50%; transform: translate(-50%,-50%); }
@media (max-width: 1200px) {
	.sectino03 { padding: 0; }
	.sectino03 .bottom-banner-area { width: 100%; }
}
@media (max-width: 768px) {
	.sectino03 .bottom-banner-area .bt-bn-box { width: 50%; }
}



/* (동별) 자치계획 사업 투표 */
.board-sec .board-list-wrap { padding:30px 0 0; }
.board-sec .board-list-wrap .title { position: relative; width: 100%; font-size: 2rem; font-weight: 500; margin-bottom: 15px; padding: 15px 0 10px; border-bottom: 1px solid #a5a5a5; }
.board-sec .board-list-wrap .title a.more { position: absolute; top: 15px; right: 0; font-size: 2.9rem; color: #aeaeae; font-weight: 300; line-height: 26px; text-align: center; width: 29px; height: 29px; }
.board-sec .board-list-wrap .title a.more:hover { background: #edf0f3; border-radius: 3px; }

.board-sec .board-list-wrap .list .box { float: left; position: relative; width: calc(25% - 15px); margin-right: 20px; border-top: 3px solid #d3e4f9; background: #f1f5fa; padding: 15px 20px 0; cursor: pointer; min-height: 255px; border-radius: 0 0 0 30px; }
.board-sec .board-list-wrap .list .box:hover { background: #E7EEF5; }
.board-sec .board-list-wrap .list .box:last-child { margin-right: 0; }
.board-sec .board-list-wrap .list .box .head { padding-bottom: 15px; margin-bottom: 15px; border-bottom: 1px solid #c1ccdd; }
.board-sec .board-list-wrap .list .box .head .category { float: left; position: relative; font-size: 1.4rem; color: #52a2e4; font-weight: 500; padding-left: 20px;}
.board-sec .board-list-wrap .list .box .head .category:after { content: ''; position: absolute; top: 3px; left: 0; width: 12px; height: 15px; background: url('../img/main/cate_icon.svg') no-repeat center; background-size: 100%;}
.board-sec .board-list-wrap .list .box .head .status { float: right; font-size: 1.2rem; padding: 2px 10px; font-weight: 500; border-radius: 3px; }
.board-sec .board-list-wrap .list .box .head .status.st01 { color: #fff; background: #52a2e4; }
.board-sec .board-list-wrap .list .box .head .status.st02 { color: #52a2e4; border: 1px solid #52a2e4; background: #f1f5fa; }
.board-sec .board-list-wrap .list .box .cont h3 { font-size: 1.6rem; font-weight: 500; color: #000; height: 54px; word-break: break-all; overflow: hidden; display: -webkit-box; white-space: normal; word-wrap: break-word; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }

.board-sec .board-list-wrap .list .box .date { color: #767676; font-size: 1.3rem; word-break: break-all; overflow: hidden; display: -webkit-box; white-space: normal; word-wrap: break-word; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.board-sec .board-list-wrap .list .box .date:not(:last-child) { margin-bottom: 15px; }
.board-sec .board-list-wrap .list .box .date .tit { position: relative; display: block; padding-bottom: 5px; font-weight: 600; padding-left: 17px;}
.board-sec .board-list-wrap .list .box .date .tit:after { content: ''; position: absolute; top: 4px; left: 0; width: 12px; height: 12px; background: url('../img/main/icon_date.svg') no-repeat center; background-size: 100%;}
.board-sec .board-list-wrap .list .box .date:nth-child(3) .tit:after { background: url('../img/main/icon_time.svg') no-repeat center; background-size: 100%; }
.board-sec .board-list-wrap .list .box.closed { background: #f5f5f5; border-color: #c0c0c0; cursor: default; }
.board-sec .board-list-wrap .list .box.closed .head { border-bottom-color: #c9c9c9; }
.board-sec .board-list-wrap .list .box.closed .head .category { color: #5d5d5d; padding-left: 20px;}
.board-sec .board-list-wrap .list .box.closed .head .category:after { background: url('../img/main/cate_dis.svg') no-repeat center; background-size: 100%; }

.board-sec .board-list-wrap .list .box.closed .head .status { color: #999; border:1px solid #aaa; }
.board-sec .board-list-wrap .list .box.closed .cont h3 { color: #5d5d5d; }
.board-sec .board-list-wrap .list .box.closed .date, .board-sec .board-list-wrap .list .box.closed .date b { color: #9e9e9e; }
@media (max-width: 1040px) {
	.board-sec .board-list-wrap .list .box .head .category { padding-left: 13px; }
	.board-sec .board-list-wrap .list .box .head .category:after { width: 10px; height: 10px; }
}
@media (max-width: 768px) {
	.board-sec .board-list-wrap .list .box { width: calc(50% - 5px); margin-right: 10px; margin-bottom: 10px; }
	.board-sec .board-list-wrap .list .box:nth-child(2n) { margin-right: 0; }
	.board-sec .board-list-wrap .list .box .head { margin-bottom: 10px; }
}
@media (max-width: 550px) {
	.board-sec .board-list-wrap .list .box { width: 100%; min-height: auto; margin-right: 0; padding: 20px 20px 30px;}
	.board-sec .board-list-wrap .list .box .head .status { padding: 1px 6px; font-size: 1.1rem; }
}