@charset "utf-8";
/* CSS Document */

/* 리빙랩 */
/* 리빙랩 토글 */
.process-toggle-wrap { height: 50px; margin-bottom: 50px; }
.process-toggle-wrap .process-toggle-box { float: left; width: 25%; height: 100%; position: relative; }
.process-toggle-wrap .process-toggle-box:after { position: absolute; content: ''; background: url(../../../img/common/navi_arrow_next.svg); width: 30px; height: 30px; right: -10px; top: 50%; margin-top: -10px; z-index: 1; opacity: .15; }
.process-toggle-wrap .process-toggle-box:last-child:after { display: none; }
.process-toggle-wrap .process-toggle-box input[type=checkbox]:not(old) { display: none; }
.process-toggle-wrap .process-toggle-box input[type=checkbox]:not(old) + label { background: #fff; display: block; padding-left: 0; height: 30px; line-height: 21px; font-size: 1.6rem; color: #999; border-right: none; margin-right: 0; position: relative; text-align: center; transition: color .25s ease; margin-top: 20px; }
.process-toggle-wrap .process-toggle-box input[type=checkbox]:not(old) + label:after { bottom: -20px; left: 0; width: 100%; height: 8px; position: absolute; z-index: 1; content: ''; background: #f2f4f7; transition: background .25s ease; }
.process-toggle-wrap .process-toggle-box input[type=checkbox]:not(old):checked + label { color: #222; }
.process-toggle-wrap .process-toggle-box input[type=checkbox]:not(old):checked + label:after { background: #0475f4; }
.process-toggle-wrap .process-toggle-box:first-child input[type=checkbox]:not(old) + label:after  { border-top-left-radius: 5px; border-bottom-left-radius: 5px; }
.process-toggle-wrap .process-toggle-box:last-child input[type=checkbox]:not(old) + label:after  { border-top-right-radius: 5px; border-bottom-right-radius: 5px; }
.process-toggle-wrap .process-toggle-box label span.mo { display: none; }

@media all and (max-width: 680px)
{
    .process-toggle-wrap .process-toggle-box input[type=checkbox]:not(old) + label { font-size: 1.4rem; }
    .process-toggle-wrap .process-toggle-box label span.mo { display: block; }
    .process-toggle-wrap .process-toggle-box label span.pc { display: none; }
    .process-toggle-wrap .process-toggle-box:nth-child(3) input[type=checkbox]:not(old) + label { margin-top: 10px; height: 40px; }
}


/* 리빙랩 리스트 */
.search-wrap .result-area { margin-top: 10px; }
.livinglab-list-wrap .livinglab-list ul li { width: calc(25% - 15px); margin-right: 20px; float: left; margin-bottom: 30px; }
.livinglab-list-wrap .livinglab-list ul li:nth-child(4n) { margin-right: 0; }
.livinglab-list-wrap .livinglab-list ul li a { display: block; height: 100%; }
.livinglab-list-wrap .livinglab-list ul li a .thumb-area { width: 100%; height: 140px; border-radius: 12px; position: relative; overflow: hidden; background: #f8f8f8; }
.livinglab-list-wrap .livinglab-list ul li a .thumb-area .thumb { position: absolute; top: 0; left: 0; -webkit-transform: translate(50%,50%); -ms-transform: translate(50%,50%); transform: translate(50%,50%); width: 100%; height: 100%; z-index: 1; }
.livinglab-list-wrap .livinglab-list 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; }
.livinglab-list-wrap .livinglab-list 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; }
.livinglab-list-wrap .livinglab-list ul li.ongoing a .thumb-area .status-label { background: #24B22D; }
.livinglab-list-wrap .livinglab-list ul li.postit a .thumb-area .status-label { background: #08BCF3; }
.livinglab-list-wrap .livinglab-list ul li a .thumb-area .status-label.ongoing { background: #24B22D; }
.livinglab-list-wrap .livinglab-list ul li a .thumb-area .status-label.postit { background: #08BCF3; }
.livinglab-list-wrap .livinglab-list ul li a .thumb-area .status-label.online { background: #08BCF3; }

.livinglab-list-wrap .livinglab-list ul li a .title-area { margin-top: 15px; }
.livinglab-list-wrap .livinglab-list ul li a .title-area .title h3 { font-size: 1.6rem; line-height: 21px; height: 42px; overflow: hidden; transition: color .25s ease; }
.livinglab-list-wrap .livinglab-list ul li a:hover .title-area .title h3 { color: #0475f4; }

.livinglab-list-wrap .livinglab-list ul li a .etc-area { margin-top: 5px; line-height: 20px; }
.livinglab-list-wrap .livinglab-list ul li a .etc-area p { font-size: 1.2rem; color: #666; }
.livinglab-list-wrap .livinglab-list ul li a .etc-area .people { float: left; }
.livinglab-list-wrap .livinglab-list ul li a .etc-area .people img { display: inline-block; width: 20px; vertical-align: top; margin-right: 5px; }
.livinglab-list-wrap .livinglab-list ul li a .etc-area .date { float: right; }

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


/* 디테일 */
/* 상단 */
.livinglab-detail-wrap .title-area { border-top: 2px solid #0047bb; padding-top: 30px; }
.livinglab-detail-wrap .title-area h3 { font-size: 2.5rem; float: left; max-width: calc(100% - 150px); }
.livinglab-detail-wrap .title-area .date { font-size: 1.8rem; float: right; color: #999; line-height: 32px; }
.livinglab-detail-wrap .top-area { margin: 40px 0; }
.livinglab-detail-wrap .top-area .thumb-area { height: 300px; width: 600px; float: left; border-radius: 16px; position: relative; overflow: hidden; background: #1c2f4a; }
.livinglab-detail-wrap .top-area .thumb-area .thumb { position: absolute; top: 0; left: 0; -webkit-transform: translate(50%,50%); -ms-transform: translate(50%,50%); transform: translate(50%,50%); width: 100%; height: 100%; z-index: 1; }
.livinglab-detail-wrap .top-area .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; }
.livinglab-detail-wrap .top-area .thumb-area .status-label { height: 35px; display: inline-block; line-height: 35px; background: #0475f4; color: #fff; border-bottom-right-radius: 8px; padding: 0 20px; font-size: 1.5rem; position: absolute; top: 0; left: 0; z-index: 2; }
.livinglab-detail-wrap .top-area .thumb-area .status-label.ongoing { background: #24B22D; }
.livinglab-detail-wrap .top-area .thumb-area .status-label.postit,
.livinglab-detail-wrap .top-area .thumb-area .status-label.online { background: #08BCF3; }
.livinglab-detail-wrap .top-area .user-activity-area { float: right; width: calc(100% - 650px); background: #f2f4f7; border-radius: 16px; padding: 30px }
.livinglab-detail-wrap .top-area .user-activity-area .process-title { font-size: 1.6rem; margin-bottom: 10px; }
.livinglab-detail-wrap .top-area .user-activity-area .process-info .row .col { display: block; width: 100%; }
.livinglab-detail-wrap .top-area .user-activity-area .process-info .row.two-col .col { float: left; width: 50%; }
.livinglab-detail-wrap .top-area .user-activity-area .process-info .row .col .head { font-size: 1.5rem; color: #666; line-height: 25px; display: inline-block; }
.livinglab-detail-wrap .top-area .user-activity-area .process-info .row .col .cont { font-size: 1.5rem; color: #222; line-height: 25px; display: inline-block; padding-left: 10px; }
.livinglab-detail-wrap .top-area .user-activity-area.survey .process-info .row .col .cont { display: block; padding-left: 0; }
.livinglab-detail-wrap .top-area .user-activity-area .process-info .row .col .cont .unit { color: #666;}
.livinglab-detail-wrap .top-area .user-activity-area .process-info .row .col .head img,
.livinglab-detail-wrap .top-area .user-activity-area .process-info .row .col .cont img { width: 25px; height: 25px; margin-right: 5px; }
.livinglab-detail-wrap .top-area .user-activity-area .process-info .row .col .imp { color: #D90B0B; font-weight: normal; }
.livinglab-detail-wrap .top-area .user-activity-area .process-info .row .col .guide-btn { background: rgba(0,0,0,.1); display: inline-block; height: 28px; line-height: 28px; font-size: 1.2rem; padding: 0 10px; border-radius: 4px; margin-top: 10px; }
.livinglab-detail-wrap .top-area .user-activity-area .process-info .row .col .guide-btn img { width: 17px; margin: 5px 5px 0 0; }
.livinglab-detail-wrap .top-area .user-activity-area .process-info .application-btn { border-radius: 8px; background: #0475f4; display: block; height: 45px; color: #fff; text-align: center; font-size: 1.6rem; line-height: 45px; margin-top: 20px; transition: background .25s ease; }
.livinglab-detail-wrap .top-area .user-activity-area .process-info .application-btn:hover { background: #065DBF; }
.livinglab-detail-wrap .top-area .user-activity-area .process-info .application-btn.cancel { border-radius: 8px; background: #B52B2B; display: block; height: 45px; color: #fff; text-align: center; font-size: 1.6rem; line-height: 45px; margin-top: 20px; transition: background .25s ease; }
.livinglab-detail-wrap .top-area .user-activity-area .process-info .application-btn.cancel:hover { background: #9C2525; }
.livinglab-detail-wrap .top-area .user-activity-area .process-info .application-btn.disabled { border-radius: 8px; background: #aaa; display: block; height: 45px; color: #fff; text-align: center; font-size: 1.6rem; line-height: 45px; margin-top: 20px; transition: background .25s ease; cursor: default; pointer-events: none; }
.livinglab-detail-wrap .top-area .user-activity-area .process-info .application-btn.disabled:hover { background: #aaa; }

@media all and (max-width: 1200px)
{
	.livinglab-detail-wrap .top-area .user-activity-area .process-info .row.two-col .col { display: block; float: none; width: 100%; margin-bottom: 3px; }
}
@media all and (max-width: 1080px)
{
	.livinglab-detail-wrap .title-area { border-top: 2px solid #0047bb; padding-top: 30px; }
	.livinglab-detail-wrap .title-area h3 { font-size: 2.5rem; float: none; max-width: 100%; width: 100%; text-align: center; margin-bottom: 10px; }
	.livinglab-detail-wrap .title-area .date { font-size: 1.8rem; float: none; color: #999; line-height: 32px; display: block; text-align: center; }
	.livinglab-detail-wrap .top-area .thumb-area { width: 100%; height: 200px; float: none; margin-bottom: 10px; }
	.livinglab-detail-wrap .top-area .user-activity-area { float: none; width: 100%; }
}

/* 프로세스 셀렉트 */
.livinglab-detail-wrap .info-area .process-select { border-bottom: 1px solid #dee3eb; margin-bottom: 20px; padding-bottom: 10px; }
.livinglab-detail-wrap .info-area .process-select ul li { display: inline-block; font-size: 1.3rem; margin-right: 15px; margin-bottom: 10px; position: relative; }
.livinglab-detail-wrap .info-area .process-select ul li:after { width: 20px; height: 20px; position: absolute; z-index: 2; background: url(../../../img/common/navi_arrow_next.svg) no-repeat; background-size: 20px; content: ''; right: -20px; top: 6px; opacity: .2; }
.livinglab-detail-wrap .info-area .process-select ul li:last-child:after { display: none; }
.livinglab-detail-wrap .info-area .process-select ul li a { display: block; line-height: 35px; padding: 0 15px; background: #f2f4f7; height: 35px; border-radius: 6px; color: #666; }
.livinglab-detail-wrap .info-area .process-select ul li.select a { background: #e7f1ff; color: #0475f4; }

.livinglab-detail-wrap .info-area .process-info { border-bottom: 1px solid #dee3eb; padding-bottom: 20px; }
.livinglab-detail-wrap .info-area .process-info .row { margin-bottom: 5px; }
.livinglab-detail-wrap .info-area .process-info .row:last-child { margin-bottom: 0; }
.livinglab-detail-wrap .info-area .process-info .row .head img { width: 25px; height: 25px; margin-right: 5px; }
.livinglab-detail-wrap .info-area .process-info .row .head,
.livinglab-detail-wrap .info-area .process-info .row .cont { font-size: 1.5rem; line-height: 25px; display: inline-block; }
.livinglab-detail-wrap .info-area .process-info .row .head { color: #666; }
.livinglab-detail-wrap .info-area .process-info .row .cont { padding-left: 15px; }
.livinglab-detail-wrap .info-area .process-info .row .cont a { text-decoration: underline; color: #0475F4; }
.livinglab-detail-wrap .info-area .cont-area { padding: 60px 0; border-bottom: 1px solid #dee3eb; }
.livinglab-detail-wrap .info-area .cont-area .cont { line-height: 1.7; display: block; text-overflow: unset; max-height: none; overflow: unset; font-weight: 400; }

/* 결과리포트 팝업 */
.layer-pop-wrap.report .layer-box .body { max-height: 701px; }
.layer-pop-wrap.report .layer-box .body > .title { text-align: center; padding: 20px 0;}
.layer-pop-wrap.report .layer-box .body > .title + .cont-title { margin-top: 10px; }
.layer-pop-wrap.report .layer-box .body > .title h3 { font-size: 2.5rem; word-break: keep-all; }
.layer-pop-wrap.report .layer-box .body table { border-top: 1px solid #333; }
.layer-pop-wrap.report .layer-box .body .chart-area { margin-bottom: 20px; }
.layer-pop-wrap.report .layer-box .body .chart-area .row .box { width: 100%; padding: 20px; margin-top: 20px; background: #fff; border: 1px solid #d3d4d5; border-radius: 15px; }
.layer-pop-wrap.report .layer-box .body .chart-area .row .box.float { float: left; width: calc(50% - 10px); margin-right: 20px; }
.layer-pop-wrap.report .layer-box .body .chart-area .row .box.float:last-child { margin-right: 0; }
.layer-pop-wrap.report .layer-box .body .chart-area .row .box h4 { padding-bottom: 15px; border-bottom: 1px dashed #c0c4ca; color: #444; font-weight: 400; }
.layer-pop-wrap.report .layer-box .body .chart-area .row .box h4 i { font-size: 1.4rem; }
.layer-pop-wrap.report .layer-box .body .chart-area .row .box .chart { width:100%; height: 220px; }
.layer-pop-wrap.report .layer-box .body .cont-title .title { padding-bottom: 0; margin-bottom: 0; border-bottom: 0; }
.layer-pop-wrap.report .layer-box .body .btn-wrap.download button { line-height: 37px;}
.layer-pop-wrap.report .layer-box .body .btn-wrap.download button img { width: 16px; height: 16px; margin-right: 5px; vertical-align: middle;} 

.layer-pop-wrap.report .layer-box .body .livinglab-process-area { padding: 15px 0 0; }
.layer-pop-wrap.report .layer-box .body .livinglab-process-area ul li { display: inline-block; font-size: 1.2rem; margin-right: 15px; margin-bottom: 10px; position: relative;  line-height: 35px; padding: 0 15px; background: #f2f4f7; height: 35px; border-radius: 6px; color: #666; }
.layer-pop-wrap.report .layer-box .body .livinglab-process-area ul li:after { width: 20px; height: 20px; position: absolute; z-index: 2; background: url(../../../img/common/navi_arrow_next.svg) no-repeat; background-size: 20px; content: ''; right: -20px; top: 6px; opacity: .2; }
.layer-pop-wrap.report .layer-box .body .livinglab-process-area ul li:last-child { background: #003282; color: #fff; }
.layer-pop-wrap.report .layer-box .body .livinglab-process-area ul li:last-child:after { display: none; }
.layer-pop-wrap.report .layer-box .body .process-by-result-wrap { margin-top: 15px; }
.layer-pop-wrap.report .layer-box .body .process-by-result-wrap .result-box { margin-bottom: 15px; }
.layer-pop-wrap.report .layer-box .body .process-by-result-wrap .result-box:last-child { margin-bottom: 0; }
.layer-pop-wrap.report .layer-box .body .process-by-result-wrap .result-box .process-name { background: #00307F; display: inline-block; font-weight: normal; color: #fff; font-size: 1.3rem; height: 30px; border-top-left-radius: 4px; border-top-right-radius: 4px; line-height: 32px; padding: 0 20px; }
.layer-pop-wrap.report .layer-box .body .process-by-result-wrap .result-box .cont,
.layer-pop-wrap.report .layer-box .body .admin-comment .cont { background: #f2f4f7; padding: 15px; font-size: 1.3rem; line-height: 1.7; white-space: pre-wrap;}
.layer-pop-wrap.report .layer-box .body .admin-comment .cont { margin-top: 15px; }

@media all and (max-width: 1200px) {
	.layer-pop-wrap.report .layer-box { width: 100%; max-width: 90%; }
	.layer-pop-wrap.report .layer-box .body { max-height: 651px; }
}
@media all and (max-width: 1090px) {
	.layer-pop-wrap .layer-box .body .guide-video { width: 100%; }
}
@media all and (max-width: 768px) {
	.layer-pop-wrap.report .layer-box .body .chart-area .row .box.float { width: 100%; margin-right: 0; }
}
@media all and (max-width: 475px) {
	.layer-pop-wrap.report .layer-box .body table.vertic-table tbody tr th { width: 75px; }
	.layer-pop-wrap.report .layer-box .body table.normal-table tbody tr td { font-size: 1.3rem; word-break: keep-all; }
}


.livinglab-application {  background: #f2f4f7; padding-bottom: 40px; }
.livinglab-application .title-area { border-top: 2px solid #0047bb; padding-top: 30px; border-bottom: 1px solid #dee3eb; padding-bottom: 30px; background: #fff }
.livinglab-application .title-area h3 { font-size: 2.5rem; float: left; max-width: calc(100% - 150px); }
.livinglab-application .title-area .date { font-size: 1.8rem; float: right; color: #999; line-height: 32px; }
.livinglab-application .content { padding: 40px; }
.livinglab-application .content .row { margin-bottom: 20px; }
.livinglab-application .content .row .head { background: #E5E8EC; padding: 10px; margin-bottom: 10px; }
.livinglab-application .content .application-name { font-size: 1.6rem; display: block; margin-bottom: 20px; }

.terms-wrap { padding: 15px; border-radius: 10px; background: #fff; margin-top: 20px; width: calc(100% - 80px); margin-left: 40px; border: 1px solid #dee3eb; }
.terms-wrap .check-input-wrap { position: relative; }
.terms-wrap .check-input-wrap .check-input .more { position: absolute; top: 11px; right: 0; text-decoration: underline; color: #999; }

.livinglab-application .btn-wrap { padding: 0 40px 40px }
.livinglab-application .btn-wrap,
.livinglab-application .btn-wrap div,
.livinglab-application .btn-wrap div button { width: 100%; height: 45px; }
.livinglab-application .btn-wrap div button { font-size: 1.5rem; }

.user-wrap .user-input { margin-bottom: 30px; }
.user-wrap .user-input .select-box select { border-radius: 5px; }
.user-wrap .user-input .select-box { margin-right: 5px; border-radius: 5px; background: #fff; }
.user-wrap .user-input input[type="text"] { margin-bottom: 0; }
.user-wrap .user-input p.tit { font-weight: 600; margin-bottom: 7px;}
.user-wrap .user-input input { margin-bottom: 25px; }
.user-wrap .user-input.area .ar { float: left; margin-right: 5px; line-height: 35px; }
.user-wrap .user-input.area .select-box select { border-radius: 5px; }

@media all and (max-width: 1080px)
{
	.livinglab-application .title-area { border-top: 2px solid #0047bb; padding-top: 30px; }
	.livinglab-application .title-area h3 { font-size: 2.5rem; float: none; max-width: 100%; width: 100%; text-align: center; margin-bottom: 10px; }
	.livinglab-application .title-area .date { font-size: 1.8rem; float: none; color: #999; line-height: 32px; display: block; text-align: center; }
}
@media all and (max-width: 600px) {
	.user-wrap .user-input input[type="text"] { width: 100%; }
}

