@charset "utf-8";

/* 메인페이지 */
.wrapper:before { 
    content: ''; position: absolute; top:0; left:0; width: 100%; height: 100%;
    background-image: url('../../img//main//main_bg.svg');
    background-repeat: no-repeat; 
    background-position: center 75px;
    background-size: 1800px;
    opacity: .5;
}
.header-container { border-bottom: 1px solid #dee3eb; }

/* 공통 타이틀 */
.com-title { position: relative; text-align: center; padding-top: 30px; margin-bottom: 60px; word-break: keep-all; }
.com-title:after { content: ''; position: absolute; top:0; left:50%; margin-left: -15px; width: 10px; height: 10px; border-radius: 20px; background:#005fea; }
.com-title:before { content: ''; position: absolute; top:0; left:50%; margin-right: -15px; width: 10px; height: 10px; border-radius: 20px; background:#00ce84; }
.com-title .tit { position: relative; display: inline-block; }
.com-title .tit h3 { position: relative; z-index: 1; font-size: 2.5rem; font-weight: 600; }
.com-title .tit:before { content: ''; position: absolute; left: -15px; bottom:-5px; width: calc(100% + 30px); height: 20px; background:#dce7f7; border-radius: 30px; }
@media (max-width: 600px) {
    .com-title { margin-bottom: 30px; }
    .com-title .tit h3 { font-size: 1.9rem; }
    .com-title .tit:before { display: none; }
}

/* 커뮤니티 맵 */
.community-map-area { padding: 70px 0 80px; background: #f5f6f8; margin: 40px 0 0;}
.community-map-area .community-map { width: 1200px; margin: 0 auto; }
.map-wrap .category { float: left; width: 50%; }
.map-wrap .category a { width: calc(33.3333% - 15px); margin-right: 15px; height: 166px; border-radius: 12px; border: 1px solid #cad2df; float: left; background: #fff; transition: border-color .25s ease, background .25s ease; }
.map-wrap .category a:nth-child(1),
.map-wrap .category a:nth-child(2),
.map-wrap .category a:nth-child(3) { margin-bottom: 18px; }
.map-wrap .category a .ico { width: 75px; height: 75px; border-radius: 50%; background: #e8eef6; transition: background .25s ease; margin: 32px auto 0; position: relative; }
.map-wrap .category a .ico:after { position: absolute; z-index: 1; content: ''; }
.map-wrap .category a .cate-name { display: block; text-align: center; font-size: 1.5rem; margin-top: 10px; transition: color .25s ease; }
.map-wrap .category a.select,
.map-wrap .category a:hover { background: #005fea; border-color: #005fea; }
.map-wrap .category a.select .ico,
.map-wrap .category a:hover .ico { background: #0047af; }
.map-wrap .category a.select .cate-name,
.map-wrap .category a:hover .cate-name { color: #fff; }

.map-wrap .category a.new .ico:after { width: 39px; height: 28px; background: url(../../img/common/map/cate_new.svg); background-size: 39px 28px; left: 50%; margin-left: -20px; top: 50%; margin-top: -16px; }
.map-wrap .category a.new.select .ico:after,
.map-wrap .category a.new:hover .ico:after { width: 39px; height: 28px; background: url(../../img/common/map/cate_new_w.svg); background-size: 39px 28px; left: 50%; margin-left: -20px; top: 50%; margin-top: -16px; }
.map-wrap .category a.event .ico:after { width: 45px; height: 27px; background: url(../../img/common/map/cate_event.svg); background-size: 45px 27px; left: 50%; margin-left: -22px; top: 50%; margin-top: -10px; }
.map-wrap .category a.event.select .ico:after,
.map-wrap .category a.event:hover .ico:after { width: 45px; height: 27px; background: url(../../img/common/map/cate_event_w.svg); background-size: 45px 27px; left: 50%; margin-left: -22px; top: 50%; margin-top: -10px; }
.map-wrap .category a.show .ico:after { width: 22px; height: 36px; background: url(../../img/common/map/cate_show.svg); background-size: 22px 36px; left: 50%; margin-left: -11px; top: 50%; margin-top: -16px; }
.map-wrap .category a.show.select .ico:after,
.map-wrap .category a.show:hover .ico:after { width: 22px; height: 36px; background: url(../../img/common/map/cate_show_w.svg); background-size: 22px 36px; left: 50%; margin-left: -11px; top: 50%; margin-top: -16px; }
.map-wrap .category a.dang .ico:after { width: 30px; height: 26px; background: url(../../img/common/map/cate_dang.svg); background-size: 30px 26px; left: 50%; margin-left: -15px; top: 50%; margin-top: -15px; }
.map-wrap .category a.dang.select .ico:after,
.map-wrap .category a.dang:hover .ico:after { width: 30px; height: 26px; background: url(../../img/common/map/cate_dang_w.svg); background-size: 30px 26px; left: 50%; margin-left: -15px; top: 50%; margin-top: -15px; }
.map-wrap .category a.etc .ico:after { width: 26px; height: 26px; background: url(../../img/common/map/cate_etc.svg); background-size: 26px 26px; left: 50%; margin-left: -13px; top: 50%; margin-top: -14px; }
.map-wrap .category a.etc.select .ico:after,
.map-wrap .category a.etc:hover .ico:after { width: 26px; height: 26px; background: url(../../img/common/map/cate_etc_w.svg); background-size: 26px 26px; left: 50%; margin-left: -13px; top: 50%; margin-top: -14px; }

.map-wrap .category a.community .ico:after { width: 50px; height: 30px; background: url(../../img/common/map/cate_community.svg); background-size: 50px 30px; left: 50%; margin-left: -25px; top: 50%; margin-top: -14px; background-repeat: no-repeat;}
.map-wrap .category a.community.select .ico:after,
.map-wrap .category a.community:hover .ico:after { width: 50px; height: 30px; background: url(../../img/common/map/cate_community_w.svg); background-size: 50px 30px; left: 50%; margin-left: -25px; top: 50%; margin-top: -14px; background-repeat: no-repeat;}

.map-wrap .category a.more .more-box { display: table; width: 100%; height: 100%; }
.map-wrap .category a.more .more-box .txt { display: table-cell; vertical-align: middle; text-align: center; font-size: 1.4rem; }
.map-wrap .category a.more .more-box .txt .arrow { display: inline-block; width: 15px; height: 15px; background: url(../../img/common/arrow_next.svg); opacity: .6; margin: 2px 0 0 5px; vertical-align: top; }
.map-wrap .category a.more:hover .more-box .txt .arrow { background: url(../../img/common/arrow_next_w.svg); opacity: 1; }
.map-wrap .category a.more:hover .more-box .txt { color: #fff; }

.map-wrap .map { float: right; width: 50%; height: 350px; border-radius: 16px; border: 1px solid #cad2df; overflow: hidden; cursor: pointer; }

@media all and (max-width: 1200px)
{
    .community-map-area .community-map { width: 100%; padding: 0 10px; }
}
@media all and (max-width: 960px)
{
    .map-wrap .category { float: none; width: 100%; white-space: nowrap; overflow-x: auto; -ms-overflow-style: none; }
    .map-wrap .category::-webkit-scrollbar { display: none; }
    .map-wrap .category a { float: none; display: inline-block; width: 120px; vertical-align: top; height: 38px; border-radius: 6px; line-height: 36px; margin: 0; }
    .map-wrap .category a .cate-name { margin: 0; }
    .map-wrap .category a .ico { display: none; }
    .map-wrap .category a.more .more-box .txt .arrow { margin-top: 9px; }
    .map-wrap .map { float: none; width: 100%; }
}
@media all and (max-width: 600px)
{
    .map-wrap .category a .cate-name { font-size: 1.4rem; }
}

/* 게시판 ui */
.board-wrap-area { padding: 60px 0; }
.board-ui .area-title-area { padding-bottom: 20px;}
.board-ui .area-title-area h2 { float: left; font-size: 2.4rem; }
.board-ui .area-title-area .more-view-btn { float: right; font-size: 1.3rem; color: #666; line-height: 30px; margin-top: 5px; }
.board-ui .area-title-area .more-view-btn img { width: 16px; height: 16px; opacity: .7; margin: 7px 0 0 3px; }

.board-ui .board-wrap { width: 1200px; margin: 0 auto; }
.board-ui .board-wrap .board { width: 50%; float: left; }
.board-ui .board-wrap .board:nth-child(1) { padding-right: 15px; }
.board-ui .board-wrap .board:nth-child(2) { padding-left: 15px; }

.board-wrap .list .body .row .td.title { width: -webkit-calc(100% - 50px); width: calc(100% - 50px); }
.board-wrap .list .body .row .td.title a { font-size: 1.7rem; }
.board-wrap .list .body .row .td.date { width: 50px; color: #999; }

@media all and (max-width: 1200px)
{
    .board-ui .board-wrap { width: 100%; padding: 0 10px; }
}
@media all and (max-width: 960px)
{
    .board-ui .board-wrap .area-title-area { padding-bottom: 10px; }
    .board-ui .board-wrap .area-title-area h2 { font-size: 1.9rem; }
    .board-ui .area-title-area .more-view-btn { margin-top: -5px; }
    .board-ui .board-wrap .board { width: 100%; float: none; }
    .board-ui .board-wrap .board:nth-child(1) { padding-right: 0; margin-bottom: 50px; }
    .board-ui .board-wrap .board:nth-child(2) { padding-left: 0; }
}
@media all and (max-width: 600px)
{
    .board-wrap .list .body .row { padding: 13px 0; }
    .board-wrap .list .body .row .td.title { margin-bottom: 0; }
    .board-wrap .list .body .row .td.title a { font-size: 1.5rem; }
}

/* 설문조사 */
.survey-list-area { height: 130px; }
.survey-list-area .survey-wrap { height: 100%; width: 100%; display: block; outline: 0; position: relative; }
.survey-list-area .survey-wrap:before { content: ''; width: 100%; height: 100%; background-image: url(../../img/main/pattern.png); background-repeat: repeat; background-position: center; background-size: 100%; position: absolute; top: 0;left: 0; opacity: .25;}
.survey-list-area .survey-wrap .survey { height: 100%; width: 1200px; margin: 0 auto; text-align: center; padding: 35px 0; position: relative; }
.survey-list-area .survey-wrap .survey:before { content: ''; width: 165px; height: 165px; background: url(../../img/main/survey_bg_01.svg) no-repeat; background-size: 100%; background-position: center; position: absolute; top:-10px; left: 100px;}
.survey-list-area .survey-wrap .survey .survey-title { font-size: 2.1rem; }
.survey-list-area .survey-wrap .survey .date-range { margin-top: 10px; }
.survey-list-area .survey-wrap .survey .date-range .head { color: #fff; font-size: 1.4rem; display: inline-block; height: 25px; line-height: 25px; padding: 0 15px; border-radius: 15px; }
.survey-list-area .survey-wrap .survey .survey-title { position: relative; color: rgba(0,0,0,0.7); }
.survey-list-area .survey-wrap .survey .date-range .head { position: relative; background: rgba(0,0,0,0.7); }
.survey-list-area .survey-wrap .survey .date-range .date { position: relative; font-size: 1.4rem; margin-left: 10px; line-height: 25px; }

.survey-list-area .survey-wrap:nth-child(1) { background: #d6edff; }
.survey-list-area .survey-wrap:nth-child(2) { background: #ffeff6; }
.survey-list-area .survey-wrap:nth-child(3) { background: #e3f3f9; }
.survey-list-area .survey-wrap:nth-child(4) { background: #ffe8e3; }
.survey-list-area .survey-wrap:nth-child(5) { background: #fff2e2; }
.survey-list-area .survey-wrap:nth-child(6) { background: #f1fdf8; }


.survey-list-area .slick-arrow { width: 40px; height: 40px; color: transparent; font-size: 0; border: none; border-radius: 50%; position: absolute; z-index: 2; box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.1); opacity: .7; transition: opacity .25s ease, box-shadow .25s ease; }
.survey-list-area .slick-arrow:hover { opacity: 1; box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.2); }
.survey-list-area .slick-arrow.slick-prev { background: url(../../img/common/navi_arrow_pre.svg) no-repeat; background-size: 28px; background-position: center; background-color: #fff; left: 50%; margin-left: -600px; top: 50%; margin-top: -13px; }
.survey-list-area .slick-arrow.slick-next { background: url(../../img/common/navi_arrow_next.svg) no-repeat; background-size: 28px; background-position: center; background-color: #fff; right: 50%; margin-right: -600px; top: 50%; margin-top: -13px; }

@media all and (max-width: 1200px)
{
    .survey-list-area .survey-wrap .survey { width: 100%; padding: 35px 10px; }
    .survey-list-area .slick-arrow.slick-prev { left: 10px; margin-left: 0; }
    .survey-list-area .slick-arrow.slick-next { right: 10px; margin-right: 0; }
}
@media all and (max-width: 960px)
{
    .survey-list-area .survey-wrap .survey { padding: 30px 50px; word-break: keep-all; }
	.survey-list-area .survey-wrap .survey:before { opacity: .5; }
    .survey-list-area .survey-wrap .survey .survey-title { font-size: 1.8rem;}
    .survey-list-area .survey-wrap .survey .date-range .head { font-size: 1.1rem; height: 20px; line-height: 20px; padding: 0 10px;}
}
@media all and (max-width: 560px)
{
    .survey-list-area .survey-wrap .survey:before { left: 10px; top: -10px; opacity: .35; }
    .survey-list-area .survey-wrap .survey .survey-title { font-size: 1.7rem; letter-spacing: -1px;}
    .survey-list-area .survey-wrap .survey .date-range .date { margin-left: 3px; }
}


/* 상단 갤러리형 게시글 영역 */
.gallery-news-area { position: relative; width: 1200px; margin: 0 auto; padding:70px 0 80px;}
.gallery-news-area .news-wrap .item { position: relative; padding: 10px; cursor: pointer;}
.gallery-news-area .news-wrap .item .thumb { position: relative; width: 100%; height:0; padding-bottom: 140%; border-radius: 10px; border:1px solid #dee3eb; background-color:#fff; overflow: hidden; box-shadow: 3px 8px 10px rgba(0, 0, 0, 0.15);}
.gallery-news-area .news-wrap .item .thumb img { position: absolute; top:0; left: 50%; transform: translateX(-50%); width:180%; transition: width .3s;}
.gallery-news-area .news-wrap .item:hover .thumb img { width:183%; }
.gallery-news-area .news-wrap .item .title { position: relative; color:#787878; font-size: 1.4rem; line-height: 1.7; padding-top: 15px;  font-weight: 500; overflow: hidden; display: -webkit-box; white-space: normal; word-wrap: break-word; -webkit-line-clamp: 2; -webkit-box-orient: vertical; padding-right: 0; height: 60px; }

.gallery-news-area .news-wrap { padding-top: 35px; position: relative; }
.gallery-news-area .news-wrap .arrow { width: 35px; height: 35px; position: absolute; top:0; cursor: pointer;}
.gallery-news-area .news-wrap .slick-prev { left: 10px; }
.gallery-news-area .news-wrap .slick-next { right: 10px; transform: rotate(180deg); }
.gallery-news-area .news-wrap .slick-dots { position: absolute; top:0; left:50%; transform: translateX(-50%); }
.gallery-news-area .news-wrap .slick-dots li {display: inline-block; margin:0 5px;}
.gallery-news-area .news-wrap .slick-dots li button { display: inline-block; width: 10px; height: 10px; border:1px solid #1947ba; border-radius: 10px; color: transparent; background:#fff;}
.gallery-news-area .news-wrap .slick-dots li.slick-active button { background:#1947ba;}

@media all and (max-width: 1200px)
{
    .gallery-news-area { width: 100%; padding: 35px 10px; }
}
@media all and (max-width: 680px)
{
    .gallery-news-area .news-wrap { padding-top: 50px; }
    .gallery-news-area .news-wrap .item { padding: 5px;}
    .gallery-news-area .news-wrap .slick-dots { top: 10px; }
    .gallery-news-area .news-wrap .arrow { width: 30px; height: 30px; }
}


/* 제안하기, 참여하기 영역 */
.content-list-area { position: relative; padding: 70px 0 80px; background:#f5f6f8; margin: 40px 0;}
.content-list-area .list-wrap { width: 1200px; margin: 0 auto; }

.list-group .list-title { position: relative; width:100%; margin-bottom: 25px; }
.list-group .list-title:before { content: ''; display:block; width:100%; height:1px; background: #c4c8ce; position: absolute; top: 20px; left:0; z-index: 1; }
.list-group .list-title .tit { position: relative; z-index: 2; float: left; padding-right: 40px; background:#f5f6f8; }
.list-group .list-title .tit h4 { display: inline-block; font-size: 2.3rem; }
.list-group .list-title .tit p { display: inline-block; font-size: 1.6rem; color: #727272; padding-left: 10px; }
.list-group .list-title .more-arrow { position: relative; top: 5px; z-index: 2; float: right; cursor: pointer; padding-left: 40px; background:#f5f6f8; }
.list-group .list-title .more-arrow img { width:30px; height: 30px; }
.list-group .list-title .more-arrow:hover img { opacity: .85;}
@media (max-width: 670px) 
{
    .list-group {padding-top: 30px; border-top: 1px dashed #c1c4c6;}
    .list-group .list-title:before { display: none; }
    .list-group .list-title .tit { padding-right: 0; }
    .list-group .list-title .tit h4 { display: block; font-size: 1.9rem; padding-bottom: 10px;}
    .list-group .list-title .tit p { display: block; font-size: 1.5rem; padding-left: 0; }
    .list-group .list-title .more-arrow { padding-left: 0; top: 25px; }
}

/* 제안하기 (마을의제) */
.list-group.agenda { margin-bottom: 60px; }
.list-group.agenda .agenda-card { float: left; position: relative; min-height: 260px; background: #fff; height: 100%; width: -webkit-calc(33.33% - 10px); width: calc(33.33% - 10px); margin-right: 15px; margin-bottom: 15px; display: block; border-radius: 16px; padding: 25px 30px; outline: 0; border: 1px solid #dee3eb; overflow: hidden; }
.list-group.agenda .agenda-card:last-child { margin-right: 0; }
.list-group.agenda .agenda-card:hover { -webkit-box-shadow: 0 15px 25px 0px rgba(0, 28, 68, 0.1); box-shadow: 0 15px 25px 0px rgba(0, 28, 68, 0.1); }
.list-group.agenda .agenda-card .title-area .agenda-label { display: block; margin-bottom: 15px; white-space: nowrap; }
.list-group.agenda .agenda-card .title-area .agenda-label span { display: inline-block; height: 20px; border-radius: 10px; padding: 0 15px; text-align: center; font-size: 1.1rem; line-height: 20px; margin-right: 3px; }
.list-group.agenda .agenda-card .title-area .agenda-label span.green { background: #baed8c; color: #467819; }
.list-group.agenda .agenda-card .title-area .agenda-label span.sky { background: #9BE5FC; color: #4293D7; }
.list-group.agenda .agenda-card .title-area .agenda-label span.pink { background: #FCC3D9; color: #E53963; }
.list-group.agenda .agenda-card .title-area .agenda-label span.purple { background: #F1C3FC; color: #B92ADC; }
.list-group.agenda .agenda-card .title-area .agenda-label span.yellow { background: #FFE87E; color: #927800; }
.list-group.agenda .agenda-card .title-area .agenda-label span.gold { background: #FFD214; color: #725700; }
.list-group.agenda .agenda-card .title-area .agenda-label span.silver { background: #D4D4D4; color: #3D3D3D; }
.list-group.agenda .agenda-card .title-area .agenda-label span.grey { background: #707070; color: #fff; }
.list-group.agenda .agenda-card .title-area .agenda-label span.blue { background: #033DF4; color: #fff; }
.list-group.agenda .agenda-card .title-area .agenda-label span.red { background: #FF4242; color: #fff; }
.list-group.agenda .agenda-card .title-area .agenda-label span.brown { background: #C57111; color: #fff; }
.list-group.agenda .agenda-card .title-area .agenda-label span.status.st01 { background: #0475f4; color: #fff; }
.list-group.agenda .agenda-card .title-area .agenda-label span.status.st02 { background: #00ce84; color: #fff; }
.list-group.agenda .agenda-card .title-area .agenda-label span.status.st03 { background: #8a9eb4; color: #fff; }
.list-group.agenda .agenda-card .title-area .agenda-label span.status i { margin-left: 2px; }
.list-group.agenda .agenda-card .title-area .agenda-label span.period { background: #fff; color: #0475f4; border: 1px solid #0475f4; line-height: 18px; }
.list-group.agenda .agenda-card .title-area .title h3 { font-size: 1.8rem; font-weight: bold; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-wrap: break-word; text-overflow: ellipsis; overflow: hidden; max-height: 54px; margin-bottom: 10px; line-height: 27px; }
.list-group.agenda .agenda-card .info-area { margin-top:10px; }
.list-group.agenda .agenda-card .info-area > span { font-size: 1.3rem; position: relative; color: #777; padding-right: 14px; }
.list-group.agenda .agenda-card .info-area > span:after { content: ''; position: absolute; top: 5px; right: 5px; width: 1px; height: 9px; background: #999999; }
.list-group.agenda .agenda-card .info-area > span:last-child { padding-right: 0; }
.list-group.agenda .agenda-card .info-area > span:last-child:after { display: none; }
.list-group.agenda .agenda-card .cont-area .cont { font-size: 1.4rem; font-weight: 300; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; word-wrap: break-word; text-overflow: ellipsis; overflow: hidden; max-height: 51px; line-height: 17px; }
.list-group.agenda .agenda-card .user { z-index: 1; position: absolute; bottom: 20px; left: 28px; width: -webkit-calc(100% - 60px); width: calc(100% - 60px); line-height: 25px; }
.list-group.agenda .agenda-card .user img { display: inline-block; }
.list-group.agenda .agenda-card .user span.period { background: #fff; color: #0475f4; border: 1px solid #0475f4; float: left; display: inline-block; height: 20px; border-radius: 10px; padding: 0 15px; text-align: center; font-size: 1.1rem; line-height: 18px; }
.list-group.agenda .agenda-card .user .sympathy { float: right; color: #005fea; line-height: 24px; }
.list-group.agenda .agenda-card .user .sympathy img { width: 24px; height: 24px; }
.list-group.agenda .agenda-card .user .comment { float: right; margin-right: 10px; line-height: 24px; }
.list-group.agenda .agenda-card .user .comment img { width: 24px; height: 24px;}

/* 대표이미지 있는 card */
.list-group.agenda .agenda-card.img-card { position: relative; overflow: hidden; background: #f2f4f7; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0);}
.list-group.agenda .agenda-card.img-card .img-card-txt-wrap { position: absolute; z-index: 1; background: #fff; width: 100%; height: 100%; bottom: -125px; left: 0; padding: 20px 30px; transition: bottom .25s ease; }
.list-group.agenda .agenda-card.img-card .img-card-txt-wrap .cont-area { display: none; }
.list-group.agenda .agenda-card.img-card .img-card-txt-wrap .info-area { display: none; }
.list-group.agenda .agenda-card.img-card:hover .img-card-txt-wrap { bottom: 0; }
.list-group.agenda .agenda-card.img-card:hover .img-card-txt-wrap .cont-area { display: block; }
.list-group.agenda .agenda-card.img-card:hover .img-card-txt-wrap .info-area { display: block; }

@media all and (max-width: 1200px) 
{
	.content-list-area { padding: 60px 10px 70px; }
	.content-list-area .list-wrap { width: 100%; }
}
@media all and (max-width: 1024px)
{
    .list-group.agenda .agenda-card {min-height: 300px;}
    .list-group.agenda .agenda-card .user { padding-bottom: 25px; }
    .list-group.agenda .agenda-card .user span.period { margin-bottom: 10px; float: none; }
    .list-group.agenda .agenda-card .user .sympathy { float: none; position: absolute; bottom:0; left:0; }
    .list-group.agenda .agenda-card .user .comment { float: none; position: absolute; bottom: 0; right: 0;}
}
@media all and (max-width: 768px) 
{
	.list-group.agenda .agenda-card { min-height: 265px; padding: 20px; }
	.list-group.agenda .agenda-card.img-card .img-card-txt-wrap { padding: 20px; }
	.list-group.agenda .agenda-card .title-area .title h3 { font-size: 1.8rem; -webkit-line-clamp: 1;}
	.list-group.agenda .agenda-card .title-area .agenda-label span { margin-right: 0; padding: 0 7px; }
	.list-group.agenda .agenda-card .user { width: -webkit-calc(100% - 40px); width: calc(100% - 40px); left: 20px; bottom: 15px; }
}
@media all and (max-width: 670px)
{
    .list-group.agenda { margin-bottom: 30px;}
    .list-group.agenda .agenda-card { width: 100%; margin-right: 0; }
    .list-group.agenda .agenda-card.img-card:after { position: absolute; width: calc(100% + 2px); height: 16px; left: -1px; bottom: -1px; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border: 1px solid #dee3eb; border-top: none; content: ''; z-index: 2; }
    .list-group.agenda .agenda-card .user span.period { padding:0 7px;}
}

/* 참여하기 (리빙랩) */
.list-group.livinglab ul li { width: calc(25% - 15px); margin-right: 20px; float: left; margin-bottom: 30px; }
.list-group.livinglab ul li:nth-child(4n) { margin-right: 0; }
.list-group.livinglab ul li a { display: block; height: 100%; }
.list-group.livinglab ul li a .thumb-area { width: 100%; height: 140px; border-radius: 12px; position: relative; overflow: hidden; background: #000; }
.list-group.livinglab ul li a .thumb-area .thumb { position: absolute; top: 0; left: 0; right: 0; bottom: 0; -webkit-transform: translate(50%,50%); -ms-transform: translate(50%,50%); transform: translate(50%,50%); width: 100%; height: 100%; z-index: 1; }
.list-group.livinglab ul li a .thumb-area .thumb img { position: absolute; top: 0; left: 0; width:100%; -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%); z-index: 1; opacity: .9;}
.list-group.livinglab ul li a .thumb-area .status-label { height: 30px; display: inline-block; line-height: 30px; background: #0475f4; color: #fff; border-bottom-right-radius: 8px; padding: 0 15px; font-size: 1.2rem; position: absolute; top: 0; left: 0; z-index: 2; }
.list-group.livinglab ul li.ongoing a .thumb-area .status-label { background: #24B22D; }
.list-group.livinglab ul li.postit a .thumb-area .status-label { background: #08BCF3; }
.list-group.livinglab ul li a .thumb-area .status-label.ongoing { background: #24B22D; }
.list-group.livinglab ul li a .thumb-area .status-label.postit { background: #08BCF3; }
.list-group.livinglab ul li a .thumb-area .status-label.online { background: #08BCF3; }
.list-group.livinglab ul li a .thumb-area .status-label.nostart { background: #999999; }
.list-group.livinglab ul li a .thumb-area .status-label.done { background: #3a3a3a; }
.list-group.livinglab ul li a .title-area { margin-top: 15px; }
.list-group.livinglab ul li a .title-area .title h5 { color:#777 ; line-height: 21px; }
.list-group.livinglab ul li a .title-area .title h3 { font-size: 1.6rem; line-height: 21px; height: 42px; overflow: hidden; transition: color .25s ease; }
.list-group.livinglab ul li a:hover .title-area .title h3 { color: #0475f4; }
.list-group.livinglab ul li a .etc-area { margin-top: 5px; line-height: 20px; }
.list-group.livinglab ul li a .etc-area p { font-size: 1.2rem; color: #666; }
.list-group.livinglab ul li a .etc-area .people { float: left; }
.list-group.livinglab ul li a .etc-area .people img { display: inline-block; width: 20px; height: 20px; vertical-align: top; margin-right: 5px; }
.list-group.livinglab ul li a .etc-area .date { float: right; }

@media all and (max-width: 1080px)
{
    .list-group.livinglab ul li { width: calc(50% - 10px); }
    .list-group.livinglab ul li:nth-child(3n) { margin-right: 20px; }
    .list-group.livinglab ul li:nth-child(2n) { margin-right: 0; }
    .list-group.livinglab ul li a .thumb-area .thumb img { width: auto; min-width: 100%; height: 100%; }
}


/* 마을 공동체 */
.community-area { padding:70px 0 80px; }

.quick-menu { height: 314px; position: relative; }
.quick-menu a { width:100%; display: block; height:100%; border: 1px solid #dee3eb; border-radius: 16px; overflow: hidden; position: relative; transition: box-shadow .25s ease; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); }
.quick-menu a:hover { box-shadow: 0 15px 25px 0 rgba(0, 28, 68, 0.1); }
.quick-menu a div.txt { position: relative; z-index: 2; width: 100%; height: 100%; padding: 40px; }
.quick-menu a div.txt .txt01 { font-size: 1.8rem; color:#848484; padding-bottom: 20px; }
.quick-menu a div.txt .txt02 { font-size: 2.5rem; }
.quick-menu a div.txt .detail-view-btn { display: block; margin-top: 30px; width: 170px; border-radius: 50px; line-height: 50px; font-size: 1.4rem; text-align: center; position: relative; background: #005fea; color: #fff;}
.quick-menu a .ico-bg-wrap { width: 230px; height: 230px; position: absolute; z-index: 1; right: -75px; top: -75px; }
.quick-menu a .ico-bg-wrap .ico-bg { position: relative; width: 100%; height: 100%; border-radius: 50%; }
.quick-menu a .ico-bg-wrap .ico-bg:before { position: absolute; content: ''; border-radius: 50%; z-index: -1; width: 100%; height: 100%; left: 0; top: 0; transition: width .3s ease, height .3s ease, left .3s ease, top .3s ease; }
.quick-menu a:hover .ico-bg-wrap .ico-bg:before { width: calc(100% + 50px); height: calc(100% + 50px); left: -25px; top: -25px; }
.quick-menu a .ico-bg-wrap .ico-bg { background: #ffe68f; }
.quick-menu a .ico-bg-wrap .ico-bg:before { background: #fff9e6; }
.quick-menu a .ico-bg-wrap .ico-bg:after { position: absolute; content: ''; z-index: 1; width: 70px; height: 55px; background: url(../../img/main/quick_icon_02.svg); background-size: 70px 55px; right: 45%; top: 48%; }

@media all and (max-width: 1200px)
{
    .quick-menu { width: 100%; }
}
@media all and (max-width: 960px)
{
    .quick-menu { height: auto; }
    .quick-menu a div.txt .txt01 { font-size: 1.5rem; }
    .quick-menu a div.txt .txt02 { font-size: 2rem; }
    .quick-menu a div.txt .detail-view-btn { line-height: 40px; width:150px; font-size: 1.3rem; }
}
@media all and (max-width: 600px)
{
    .quick-menu a div.txt { padding: 30px;  }
    .quick-menu a div.txt .txt01 { font-size: 1.4rem; }
    .quick-menu a div.txt .txt02 { font-size: 1.8rem; }
    .quick-menu a div.txt .detail-view-btn { line-height: 35px; width:130px; }
}