@charset "utf-8";


/* 포스트잇 회의실 */
.wrapper { background: #edf0f9; scroll-behavior: smooth; }

/* 헤더 */
.meet-room-header-area { background: #fff; padding: 20px; box-shadow: 0 10px 15px -10px rgba(82, 103, 134, 0.3); position: relative; }
.meet-room-header-area .meet-title-area { width: 100%; }
.meet-room-header-area .meet-title-area .meet-title { font-size: 1.8rem; }
.meet-room-header-area .user-tool-area { display: none; position: absolute; z-index: 2; right: 20px; top: 13px; }
.bd-blue-btn {background:#fff; border: 1px solid #0475f4; color: #0475f4; height: 30px;padding:0 15px; min-width: 100px; font-size: 1.2rem; font-weight: normal; -webkit-transition: background .3s; -o-transition: background .3s;transition: background .3s; cursor: pointer; float: left; border-radius: 5px;}
.bd-blue-btn:hover {background: #0475f4; border-color: #0475f4; color: #fff;}
.meet-room-header-area .user-tool-area .user-name { font-size: 1.3rem; display: inline-block; line-height: 30px; margin-left: 20px; }

.meet-room-header-area.user .meet-title-area { width: calc(100% - 200px); }
.meet-room-header-area.user .user-tool-area { display: block; }

/* 포스트잇 영역 */
/* 포스트잇 필터 */
.post-board-area .filter-area { margin-bottom: 10px; }
.post-board-area .filter-area .filter-box { float: right; background: transparent; border: 1px solid #dee3eb; border-radius: 5px; padding: 7px 15px; cursor: pointer; position: relative; transition: background .25s ease; }
.post-board-area .filter-area .filter-box:hover { background: #fff; }
.post-board-area .filter-area .filter-box .filter { display: inline-block; white-space: nowrap; margin-left: 10px; }
.post-board-area .filter-area .filter-box .filter:first-child { margin-left: 0; }
.post-board-area .filter-area .filter-box .filter span { font-size: 1.1rem; }
.post-board-area .filter-area .filter-box .filter span.head { margin-right: 5px; color: #999; }
.post-board-area .filter-area .filter-box .filter span.cont { color: #0475f4; }
.post-board-area .filter-area .filter-box .filter-layer { position: absolute; right: -1px; width: calc(100% + 2px); top: 29px; border: 1px solid #dee3eb; background: #fff; border-radius: 5px; padding: 15px 15px 10px; z-index: -1; opacity: 0; transition: opacity .25s ease; }
.post-board-area .filter-area .filter-box:hover .filter-layer { z-index: 2; opacity: 1; }
.post-board-area .filter-area .filter-box .filter-layer .filter-head { display: block; color: #999; }
.post-board-area .filter-area .filter-box .filter-layer input[type="radio"] + label { font-size: 1.2rem; }

.post-board-area .filter-area .filter-box-left { float: left; }
.post-board-area .filter-area .filter-box-left ul { line-height: 30px; }
.post-board-area .filter-area .filter-box-left ul li { position: relative; display: inline-block; margin-right: 30px; cursor: pointer; color: #999; }
.post-board-area .filter-area .filter-box-left ul li:after { content: ''; position: absolute; top: 8px; right: -15px; width: 1px; height: 10px; background: #bdbdbd; }
.post-board-area .filter-area .filter-box-left ul li:last-child:after { display: none; }
.post-board-area .filter-area .filter-box-left ul li:hover,
.post-board-area .filter-area .filter-box-left ul li.select { font-weight: 600; color: #333; }

.post-board-area { padding: 40px 30px 40px; }
.post-it-list { margin-bottom: 15px; position: relative; }
.post-it-list ul li { display: block; width: calc(14.285% - 20px); margin-right: 23px; margin-bottom: 23px; float: left; height: 210px; position: relative; }
/* .post-it-list ul li:after { position: absolute; content: ''; width: calc(100% - 16px); height: 5px; bottom: -5px; left: 8px; background: url(../../../img/sub/sub-common/border_shadow.png) no-repeat; background-size: 160px 10px; background-position: center; opacity: .3; }
*/
.post-it-list ul li:nth-child(7n) { margin-right: 0; }
.post-it-list.selected-list ul li:nth-child(7n) { margin-right: 23px; }
.post-it-list ul li a { display: block; height: 100%; background: #fddc4b; padding: 30px; border-radius: 16px; box-shadow: 0 10px 15px -10px rgba(82, 103, 134, 0.3); transition: box-shadow .25s ease, transform .25s ease, background .25s ease; position: relative; }
.post-it-list ul li.red a { background: #FF7E7A; }
.post-it-list ul li.green a { background: #71FF74; }
.post-it-list ul li.sky a { background: #9FCCFF; }
.post-it-list ul li.purple a { background: #DDAEF9; }
.post-it-list ul li.brown a { background: #E7A86E; }
.post-it-list ul li.post-it-edit a { background: #e5e6eb; box-shadow: none; text-align: center; color: #999; font-size: 1.5rem; transition: color .25s ease,background .25s ease; }
.post-it-list ul li.post-it-edit a img { width: 35px; height: 35px; opacity: .3; display: block; margin: 35px auto 10px; transition: opacity .25s ease; }
.post-it-list ul li.post-it-edit a:hover { background: #dbdce2; color: #222; transform: none; box-shadow: none; }
.post-it-list ul li.post-it-edit a:hover img { opacity: .7; }
.post-it-list ul li a:hover { box-shadow: 0 10px 20px -10px rgba(82, 103, 134,0.6); transform: scale(1.05); }
.post-it-list ul li a .cont { font-size: 1.5rem; line-height: 21px; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; word-wrap: break-word; text-overflow: ellipsis; overflow: hidden; max-height: 105; transition: color .25s ease; }
.post-it-list ul li a .date { font-size: 1.2rem; letter-spacing: 0; color: rgba(0, 0, 0, 0.5); right: 30px; position: absolute; bottom: 30px; transition: color .25s ease; }
.post-it-list ul li a .editor { font-size: 1.2rem; letter-spacing: 0; color: rgba(0, 0, 0, 0.5); left: 30px; position: absolute; bottom: 30px; transition: color .25s ease; }
.post-it-list ul li a .group { display: inline-block; padding: 7px 10px 3px; background: rgba(255,255,255,0.7); border-radius: 5px; font-size: 1.3rem; font-weight: 600; position: relative; top: -10px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; max-width: 100%; }
.post-it-list ul li.select a { background: #0475f4; transform: scale(1.05); }
.post-it-list ul li.select a .cont { color: #fff; }
.post-it-list ul li.select a .date { color: rgba(255, 255, 255, 0.5); }
.post-it-list ul li.select a .editor { color: rgba(255, 255, 255, 0.5); }
.post-it-list ul li.select a .group { color: #fff; background: rgba(255,255,255,0.2); }

.post-it-list.selected-list .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; }
.post-it-list.selected-list .slick-arrow:hover { opacity: 1; box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.2); }
.post-it-list.selected-list .slick-arrow.slick-prev { background: url(../../../img/common/navi_arrow_pre.svg) no-repeat; background-size: 28px; background-position: center; background-color: #fff; left: -10px; top: 50%; margin-top: -40px; }
.post-it-list.selected-list .slick-arrow.slick-next { background: url(../../../img/common/navi_arrow_next.svg) no-repeat; background-size: 28px; background-position: center; background-color: #fff; right: -10px; top: 50%; margin-top: -40px; }


.post-it-list.selected-list { padding: 0 0 40px; border-bottom: 1px solid #dee3eb; }
.post-it-list.selected-list ul li { margin-bottom: 0; }
.post-it-list.selected-list ul li a { background: #9fccff; outline: 0; }
.post-it-list.selected-list ul li a:after { position: absolute; content: ''; width: 50px; height: 60px; background: url(../../../img/sub/postit/selected_label_img.png) no-repeat; background-size: 50px 60px; left: 0; top: -9.5px; }

@media all and (max-width: 1600px)
{
    .post-it-list ul li { width: calc(16.666% - 19.1666px); }
    .post-it-list ul li:nth-child(7n) { margin-right: 23px; }
    .post-it-list ul li:nth-child(6n) { margin-right: 0; }
    .post-it-list.selected-list ul li:nth-child(6n) { margin-right: 23px; }
}
@media all and (max-width: 1500px)
{
    .post-it-list ul li { width: calc(20% - 18.4px); }
    .post-it-list ul li:nth-child(6n) { margin-right: 23px; }
    .post-it-list ul li:nth-child(5n) { margin-right: 0; }
    .post-it-list.selected-list ul li:nth-child(5n) { margin-right: 23px; }
}
@media all and (max-width: 1200px)
{
    .post-it-list ul li { width: calc(25% - 18.4px); }
    .post-it-list ul li:nth-child(5n) { margin-right: 23px; }
    .post-it-list ul li:nth-child(4n) { margin-right: 0; }
    .post-it-list.selected-list ul li:nth-child(4n) { margin-right: 23px; }
}
@media all and (max-width: 1200px)
{
    .post-it-list ul li { width: calc(25% - 18.4px); }
    .post-it-list ul li:nth-child(5n) { margin-right: 23px; }
    .post-it-list ul li:nth-child(4n) { margin-right: 0; }
    .post-it-list.selected-list ul li:nth-child(4n) { margin-right: 23px; }
}
@media all and (max-width: 960px)
{
    .post-it-list ul li { width: calc(33.3333% - 15.4px); }
    .post-it-list ul li:nth-child(4n) { margin-right: 23px; }
    .post-it-list ul li:nth-child(3n) { margin-right: 0; }
    .post-it-list.selected-list ul li:nth-child(3n) { margin-right: 23px; }
}
@media all and (max-width: 760px)
{
    .post-it-list ul li { width: calc(50% - 11.5px); }
    .post-it-list ul li:nth-child(3n) { margin-right: 23px; }
    .post-it-list ul li:nth-child(2n) { margin-right: 0; }
    .post-it-list.selected-list ul li:nth-child(2n) { margin-right: 23px; }
}
@media all and (max-width: 520px)
{
	.post-it-list ul li { width: 100%; }
    .post-it-list ul li:nth-child(3n) { margin-right: 0; }
}

/* 포스트잇 레이어 */
.post-layer-area { position: fixed; right: -400px; top: 0; bottom: 0; z-index: 5; background: #fff; height: 100%; width: 400px; border-left: 1px solid #004fa8; opacity: 0; transition: right .25s ease, opacity .25s ease; }
.post-layer-area.on { right: 0; opacity: 1; }
.post-layer-area .post-layer { position: relative; height: 100%; width: 100%; box-shadow: -10px 0 15px -10px rgba(82, 103, 134, 0.3); }
.post-layer-area .post-layer .layer-header { height: 61px; background: #004fa8; position: relative; }
.post-layer-area .post-layer .layer-header .close-btn { background: none; border: none; width: 60px; height: 100%; background: rgba(0, 0, 0, 0.3); display: inline-block; vertical-align: top; }
.post-layer-area .post-layer .layer-header .close-btn img { width: 30px; }
.post-layer-area .post-layer .layer-header h2 { display: inline-block; color: #fff; font-size: 1.6rem; line-height: 60px; margin-left: 15px; }
.post-layer-area .post-layer .layer-header .btn-wrap { margin-top: 0; right: 15px; position: absolute; top: 12px; }
.post-layer-area .post-layer .layer-header .btn-wrap .btn-center { margin-bottom: 0; }
.post-layer-area .post-layer .layer-content { height: calc(100% - 60px); width: 100%; padding: 20px; }

.layer-content .my-post-it ul li { display: block; margin-bottom: 10px; }
.layer-content .my-post-it ul li:last-child { margin-bottom: 0; }
.layer-content .my-post-it ul li a { display: block; background: #ffe574; border-radius: 6px; padding: 15px 15px 15px 5px; }
.layer-content .my-post-it ul li .numb { float: left; width: 30px; text-align: center; font-size: 1.4rem; color: #999; line-height: 21px; }
.layer-content .my-post-it ul li .cont { float: left; width: calc(100% - 30px); font-size: 1.4rem; line-height: 21px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; word-wrap: break-word; text-overflow: ellipsis; overflow: hidden; max-height: 63px; }

.post-edit { height: 100%; }
.post-edit textarea { font-size: 1.5rem; height: calc(100% - 60px); border: none; padding: 0; line-height: 21px; }
.post-view { font-size: 1.5rem; height: 100%; border: none; padding: 0; line-height: 21px; }
.edit-complete-btn { margin-top: 10px; background:#0475f4; border: none; height: 50px; border-radius: 5px; font-size: 1.5rem; color: #fff; width: 100%; -webkit-transition: background .3s; -o-transition: background .3s;transition: background .3s; }
.edit-complete-btn:hover {background:#065DBF;}

.post-view .txt { height: calc(100% - 42px); background: #edf0f9; border-radius: 10px; padding: 20px; overflow-y: auto; }
.post-view .info { text-align: center; padding: 5px 0 15px; }
.post-view .info > div { display: inline-block; font-size: 1.3rem; color: #333; position: relative; }
.post-view .info .group { padding: 7px 10px 3px; font-weight: 600; background: #fff; border: 1px solid #004fa8; color: #004fa8; border-radius: 5px; margin-bottom: 15px;}
.post-view .info .group i { margin-right: 2px; font-size: 14px; }
.post-view .info .name { margin-right: 15px; }
.post-view .info .name i { margin-right: 2px; color: #7d94ad; }
.post-view .info .date i { position: relative; top: 1px; margin-right: 2px; color: #315199; }
