@charset "utf-8";

/* 리빙랩 */
/**/
.layer-pop-wrap .layer-box .body .guide-video { width: 560px; height: 315px; }

/* 모집중인 리빙랩 */
.ongoing-livinglab-area { background: #e7f1ff; height: 300px; margin-bottom: 50px; overflow: hidden; }
.ongoing-livinglab-area .txt-area { float: left; width: 65%; padding: 20px 0 20px 20px; height: 100%; }
.ongoing-livinglab-area .txt-area .bg { height: 100%; float: left; width: 300px; background: url(../../../img/sub/livinglab/ongoing_img_bg.svg) no-repeat; background-size: contain; background-position: center; }
.ongoing-livinglab-area .txt-area .txt { float: right; width: calc(100% - 300px); padding-top: 60px; padding-left: 10px; }
.ongoing-livinglab-area .txt-area .sub-title { font-size: 2.8rem; margin-bottom: 10px; font-weight: 500; }
.ongoing-livinglab-area .txt-area p { font-size: 1.7rem; font-weight: 100; }
.ongoing-livinglab-area .txt-area .btn-wrap .application-btn { margin-right: 10px; }
.ongoing-livinglab-area .card-area { float: right; width: 35%; padding: 40px 40px 40px 0; height: 100%; position: relative; }

.ongoing-livinglab-area .card-area button.navi { 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; }
.ongoing-livinglab-area .card-area button.navi:hover { opacity: 1; box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.2); }
.ongoing-livinglab-area .card-area button.navi.left { background: url(../../../img/common/navi_arrow_pre.svg) no-repeat; background-size: 28px; background-position: center; background-color: #fff; left: -30px; top: 50%; margin-top: -25px; }
.ongoing-livinglab-area .card-area button.navi.right { 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: -25px; }

.ongoing-livinglab-area .card-area a { display: block; height: 100%; background: #fff; border-radius: 16px; overflow: hidden; box-shadow: 0 15px 25px 0px rgba(0, 0, 0, 0.25); }
.ongoing-livinglab-area .card-area a .thumb-area { height: 100%; position: relative; overflow: hidden; background: #1c2f4a; }
.ongoing-livinglab-area .card-area 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; }
.ongoing-livinglab-area .card-area a .thumb-area .thumb img { position: absolute; top: 0; left: 0; min-width:100%; height: 100%; -webkit-transform: translate(-50%,-50%) scale(1) rotate3d(0,0,0,0.001deg); -ms-transform: translate(-50%,-50%) scale(1) rotate3d(0,0,0,0.001deg); transform: translate(-50%,-50%) scale(1) rotate3d(0,0,0,0.001deg); z-index: 1; transition: all 0.3s ease-out; }
.ongoing-livinglab-area .card-area a:hover .thumb-area .thumb img { -webkit-transform: translate(-50%,-50%) scale3d(1.05,1.05,1) rotate3d(0,0,0,0.001deg); -ms-transform: translate(-50%,-50%) scale3d(1.05,1.05,1) rotate3d(0,0,0,0.001deg); transform: translate(-50%,-50%) scale3d(1.05,1.05,1) rotate3d(0,0,0,0.001deg); }
.ongoing-livinglab-area .card-area a .thumb-area .status-label { height: 30px; display: inline-block; line-height: 30px; background: #24B22D; color: #fff; border-bottom-right-radius: 8px; padding: 0 15px; font-size: 1.3rem; position: absolute; top: 0; left: 0; z-index: 2; }
.ongoing-livinglab-area .card-area a .thumb-area .mask { background-image: -webkit-linear-gradient(-190deg, rgba(0, 0, 0, 0) 0%, rgba(16, 20, 114, 0.9) 100%);
    background-image: -moz-linear-gradient(-190deg, rgba(0, 0, 0, 0) 0%, rgba(16, 20, 114, 0.9) 100%);
    background-image: -o-linear-gradient(-190deg, rgba(0, 0, 0, 0) 0%, rgba(16, 20, 114, 0.9) 100%);
    background-image: linear-gradient(-190deg, rgba(0, 0, 0, 0) 0%, rgba(16, 20, 114, 0.9) 100%); z-index: 3; position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.ongoing-livinglab-area .card-area a .title-area { position: absolute; z-index: 4; top: 75px; left: 0; width: 100%; height: 50px; padding: 0 30px; }
.ongoing-livinglab-area .card-area a .title-area .title h3 { font-size: 2.1rem; line-height: 25px; color: #fff; text-shadow: 0 0 5px rgba(0, 0, 0, 0.8); font-weight: bold; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-wrap: break-word; text-overflow: ellipsis; max-height: 50px; overflow: hidden; }
.ongoing-livinglab-area .card-area a .etc-area { position: absolute; z-index: 4; bottom: 50px; left: 0; width: 100%; line-height: 20px; padding: 0 30px; }
.ongoing-livinglab-area .card-area a .etc-area p { font-size: 1.3rem; color: rgba(255, 255, 255, 0.8); }
.ongoing-livinglab-area .card-area a .etc-area .people { float: left; }
.ongoing-livinglab-area .card-area a .etc-area .people img { display: inline-block; width: 20px; vertical-align: top; margin-right: 5px; }
.ongoing-livinglab-area .card-area a .etc-area .date { float: right; }

@media all and (max-width: 1080px)
{
    .ongoing-livinglab-area { height: auto; }
    .ongoing-livinglab-area .txt-area { width: 100%; float: none; height: 200px; padding-left: 0; }
    .ongoing-livinglab-area .txt-area .bg { display: none; }
    .ongoing-livinglab-area .txt-area .txt { float: none; width: 100%; text-align: center; padding-left: 0; padding-top: 30px; }
    .ongoing-livinglab-area .txt-area .btn-wrap button { float: none; }
    .ongoing-livinglab-area .card-area { width: 100%; float: none; height: 300px; page-break-after: auto; padding: 40px 80px; }
    .ongoing-livinglab-area .card-area button.navi.left { 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: -25px; }
    .ongoing-livinglab-area .card-area button.navi.right { 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: -25px; }
}
@media all and (max-width: 680px)
{
    .ongoing-livinglab-area .card-area { padding: 20px 20px 40px; height: 280px }
    .ongoing-livinglab-area .card-area a .thumb-area .thumb img { width: auto; min-width: 100%; height: 100%; }
}

/* 진행중인 리빙랩X */
.content-wrap .intro-banner { position: relative; width: 100%; padding: 50px 70px; overflow: hidden; border-radius: 16px; background: #009C7D; margin-bottom: 50px; }
.content-wrap .intro-banner .tit { position: relative; font-size: 4.3rem; color: #fff; background-image: url(../../../img/sub/livinglab/tit_bg.png); background-repeat: no-repeat; background-position: bottom left; }
.content-wrap .intro-banner .txt { font-size: 2rem; color: #fff; line-height: 1.5; margin-top: 20px; word-break: keep-all;}
.content-wrap .intro-banner .txt br { display: none; }
.content-wrap .intro-banner img.bn_item { position: absolute; bottom: 15px; right: 15px; width: auto; height: calc(100% - 30px); }
.content-wrap .intro-banner img.item { position: absolute; }
.content-wrap .intro-banner img.item01 { width: 180px; height: 141px; top: 0; left: -30px; }
.content-wrap .intro-banner img.item02 { width: 182px; height: 78px; bottom: 0; left: 400px; }
.content-wrap .intro-banner img.item03 { width: 83px; height: 101px; top: 57px; right: 30px; }
.content-wrap .intro-banner img.item04 { width: 120px; height: 70px; top: 20px; right: 485px; }
.content-wrap .intro-banner .btn-wrap button { position: relative; top: 0; font-weight: 600; font-size: 1.5rem; height: 40px; -webkit-box-shadow: 0 15px 25px 0px rgba(0,133,102,0.25); box-shadow: 0 15px 25px 0px rgba(0,133,102,0.25); -webkit-transition: top .2s; -o-transition: top .2s; transition: top .2s; }
.content-wrap .intro-banner .btn-wrap button:hover { top: -3px; }
.content-wrap .intro-banner .btn-wrap button.bd-white { background: #009C7D; color: #fff; border:1px solid #fff; font-weight: 500; font-size: 1.3rem; }
.content-wrap .intro-banner .btn-wrap button.bd-white i { margin-right: 4px; }

@media all and (max-width: 1090px)
{
    .layer-pop-wrap .layer-box .body .guide-video { width: 100%; }
    .content-wrap .intro-banner { padding: 35px 60px; }
    .content-wrap .intro-banner img.bn_item { opacity: .7; }
    .content-wrap .intro-banner .tit { font-size: 2.8rem; -webkit-background-size: 110px 110px; background-size: 110px;}
    .content-wrap .intro-banner .txt { font-size: 1.5rem; margin-top: 10px;}
}

@media all and (max-width: 768px) {
    .content-wrap .intro-banner { text-align: center; }
    .content-wrap .intro-banner img.bn_item { opacity: .1; }    
    .content-wrap .intro-banner .tit { background-position: bottom center; }
    .content-wrap .intro-banner .btn-wrap .btn-left { float: none; display: inline-block; width: 100%; text-align: center; }
    .content-wrap .intro-banner .btn-wrap button.bd-white { width: 50%; margin-top: 20px; display: inline-block; float: none; }
}
@media all and (max-width: 590px) {
    .content-wrap .intro-banner { padding: 30px 20px; }
    .content-wrap .intro-banner .txt br { display: block; }
}

/* 리빙랩 토글 */
.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(1) input[type=checkbox]:not(old) + label { margin-top: 10px; height: 40px; }
	.process-toggle-wrap .process-toggle-box:nth-child(3) input[type=checkbox]:not(old) + label { margin-top: 0; height: 50px; }
}
@media all and (max-width: 425px)
{
	.process-toggle-wrap .process-toggle-box input[type=checkbox]:not(old) + label { font-size: 1.3rem; line-height: 18px; }
	.process-toggle-wrap .process-toggle-box:after { right: -15px; width: 25px; height: 25px;  }
}

/* 리빙랩 리스트 */
.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: #000; }
.livinglab-list-wrap .livinglab-list 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; }
.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 .thumb-area .status-label.nostart { background: #999999; }
.livinglab-list-wrap .livinglab-list ul li a .thumb-area .status-label.done { background: #3a3a3a; }
.livinglab-list-wrap .livinglab-list ul li a .thumb-area.done-c .thumb img { opacity: .4; } 

.livinglab-list-wrap .livinglab-list ul li a .title-area { margin-top: 15px; }
.livinglab-list-wrap .livinglab-list ul li a .title-area .title h5 { color:#777 ; line-height: 21px; }
.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; height: 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%; }
}
@media all and (max-width: 550px)
{
    .livinglab-list-wrap .livinglab-list ul li { width: 100%; }
    .livinglab-list-wrap .livinglab-list ul li:nth-child(3n) { margin-right: 0; }
    .livinglab-list-wrap .livinglab-list ul li:nth-child(2n) { margin-right: 0; }
}


/* 디테일 */
/* 상단 */
.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 { 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; position: relative; }
.livinglab-detail-wrap .top-area .user-activity-area .process-title .guide-btn { height: 23px; border: none; line-height: 23px; font-size: 1.2rem; color: #666; background: none; text-decoration: underline; margin-left: 10px; }
.livinglab-detail-wrap .top-area .user-activity-area .process-title .guide-btn img { opacity: .6; width: 15px; display: inline-block; margin: 3px 3px 0 0; }
.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 .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 .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.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; }


@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 .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.open .layer-box { width: 1000px; }
.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; }
}

.body-hide { display: none;}

/* 결과리포트 프린트 */
@media print {

    h1, h2, h3, h4, h5, dl, dt, dd, ul, li, ol, th, td, p, form, div, body { -webkit-print-color-adjust:exact; }
    
    body, .layer-pop-wrap .layer-pop-wrap .layer-box .body{
        display: block !important;
        position: relative !important;
        width: auto !important;
        height: auto !important;
        overflow: visible !important;
        margin-left: 0 !important;
    }
    
    body { max-height: 701px; }
    body > .title { text-align: center; padding: 20px 0;}
    body > .title + .cont-title { margin-top: 10px; }
    body > .title h3 { font-size: 2.5rem; word-break: keep-all; }
    body table { border-top: 1px solid #333; }
    body .chart-area { margin-bottom: 20px; }
    body .chart-area .row .box { width: 100%; padding: 20px; margin-top: 20px; background: #fff; border: 1px solid #d3d4d5; border-radius: 15px; }
    body .chart-area .row .box.float { float: left; width: calc(50% - 10px); margin-right: 20px; }
    body .chart-area .row .box.float:last-child { margin-right: 0; }
    body .chart-area .row .box h4 { padding-bottom: 15px; border-bottom: 1px dashed #c0c4ca; color: #444; font-weight: 400; }
    body .chart-area .row .box h4 i { font-size: 1.4rem; }
    body .chart-area .row .box .chart { width:100%; height: 220px; }
    body .cont-title .title { padding-bottom: 0; margin-bottom: 0; border-bottom: 0; }
    body .btn-wrap.download button { display: none;}    
    
    body .livinglab-process-area { padding: 15px 0 0; }
    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; }
    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; }
    body .livinglab-process-area ul li:last-child { background: #003282; color: #fff; }
    body .livinglab-process-area ul li:last-child:after { display: none; }
    body .process-by-result-wrap { margin-top: 15px; }
    body .process-by-result-wrap .result-box { margin-bottom: 15px; }
    body .process-by-result-wrap .result-box:last-child { margin-bottom: 0; }
    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; }
    body .process-by-result-wrap .result-box .cont,
    body .admin-comment .cont { background: #f2f4f7; padding: 15px; font-size: 1.3rem; line-height: 1.7; white-space: pre-wrap;}
    body .admin-comment .cont { margin-top: 15px; }
}

.etc-btn-wrap { margin-top: -10px; margin-bottom: 10px; }
.etc-btn-wrap .back-btn { opacity: .7; line-height: 30px; font-size: 1.3rem; background: rgba(11,11,11,0.1); height: 28px; display: inline-block; border-radius: 4px; padding: 0 15px 0 10px; }
.etc-btn-wrap .back-btn img { width: 15px; display: inline-block; vertical-align: top; margin-top: 5px; margin-right: 5px; }