@charset "utf-8";
@import url('./popup.css');
@import url('./scrollbar.css');

/* section
-------------------------------------------------- */

section>header {
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 20px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    background-color: #3A8DE0;
    color: #ffffff;
    font-size: 16px;
		font-weight:600;
}

section>.contents {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
		min-width:960px;
    height: 100%;
    background-color: #FFFFFF;
    overflow: auto;
}

section>.contents .contents-in {
    margin: 20px;
    padding: 25px;
    border: 1px solid #CFD8DC;
    min-height: calc(100% - 40px);
}

section>.contents>.contents-buttons {
    text-align: right;
		margin:-10px 20px 20px;
}


/* 진단항목
-------------------------------------------------- */

section.test {
    position: relative;
    width: 100%;
    height: 100%;
}

.check-status {
    display: inline-block;
    border-radius: 1px;
    width: 65px;
    height: 31px;
    vertical-align: middle;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
		line-height:30px;
		border-radius:2px;
}

.check-status .text {
    font-size: 30px;
    font-weight: normal;
		line-height:38px;
}

.check-status .icon.normal {
    background-position-y: -85px;
}

.check-status .icon.good {
    background-position-y: -170px;
}

.check-status .icon.weak {
    background-position-y: 0;
}

.check-status .icon.not {
    background-position-y: -255px;
}

.check-status.big {
    border-radius: 4px;
    width: 100%;
    height: 170px;
    padding: 25px 0;
    text-align: center;
}

.check-status.small {
    border-radius: 1px;
    width: 30px;
    height: 18px;
    line-height: 18px;
    font-size: 11px;
    font-weight: bold;
}

.check-status.side {
    border-radius: 1px;
    width: 35px;
    height: 20px;
    line-height: 20px;
    font-size: 11px;
}

.check-status.good {
    background-color: #368cf1;
}

.check-status.normal {
    background-color: #27aa86;
}

.check-status.weak {
    background-color: #F93D3D;
}

.check-status.not {
    background-color: #8498a2;
}

.test-sidenav {
    position: absolute;
    top: 50px;
    left: 0;
    height: calc(100% - 50px);
    width: 250px;
    overflow-x: hidden;
    border-right: 1px solid #B6B6B6;
}

.test-sidenav>ul>li {
    padding: 0 20px;
    background-color: #E3ECF6;
    border-bottom: 1px solid #C8D6E7;
}

.test-sidenav>ul>li:last-child {
    border-bottom: none;
}


.test-sidenav>ul>li.title {
    width: 250px;
    height: 45px;
    display: table-cell;
    vertical-align: middle;
}

.test-sidenav>ul>li.title>.text {
    font-size: 14px;
    font-weight: bold;
    height: 24px;
    width: calc(100% - 40px);
    line-height: 24px;
    vertical-align: middle;
    background-image: url(../images/icon_report_category_s.png);
    background-repeat: no-repeat;
    background-position-x: 0;
    padding-left: 32px;
    display: inline-block;
}

.test-sidenav>ul>li.title.out>.text {
    background-position-y: 0;
}

.test-sidenav>ul>li.title.in>.text {
    background-position-y: -24px;
}

.test-sidenav>ul>li.title.important>.text {
    background-position-y: -48px;
}

.test-sidenav>ul>li.title.system>.text {
    background-position-y: -72px;
}

.test-sidenav>ul>li.menu {
    background-color: #ECF0F2;
    padding-top: 10px;
    padding-bottom: 10px;
}

.test-sidenav>ul>li.menu>ul>li {
		padding-bottom:1px;
}

.test-sidenav>ul>li.menu>ul>li.selected {
    background-color: #B3D7F6;
}

.test-sidenav>ul>li.menu>ul>li>.text {
}

.test-sidenav>ul>li.menu>ul>li>.text a:link {
		display:inline-block;
    font-size: 12px;
    height: 26px;
		width:100%;
    line-height: 26px;
    background: url(../images/icon_mark2.png) no-repeat 30px 12px;
    padding-left: 40px;
		color:#212121;
}

.test-sidenav>ul>li.menu>ul>li>.text a:hover {
		color:#2576c7;
}

.test-sidenav>ul>li.menu>ul>li>.text a.selected,
.test-sidenav>ul>li.menu>ul>li>.text a.selected:hover {
		color:#212121;
		background-color: #B3D7F6;
}

section.test>.title {
    position: absolute;
    top: 50px;
    left: 250px;
    font-size: 14px;
    font-weight: bold;
    width: calc(100% - 250px);
    height: 45px;
    line-height: 45px;
    vertical-align: middle;
    padding-left: 20px;
    background-color: #F4F4F4;
    color: #203c6a;
    border-bottom: 1px solid #DFDFDF;
}

section.test>.contents {
    top: 95px;
    left: 250px;
    width: calc(100% - 250px);
    height: calc(100% - 95px);
}

section.test>.contents .search {
    margin-bottom: 15px;
}

section.test>.contents .search select,
section.test>.contents .search input {
    height: 31px;
    line-height: 31px;
    padding: 0 5px;
		min-width:130px;
		margin:0 1px 0 0;
}

section.test>.contents .search input {
		min-width:200px;
}

section.test>.contents .pagination-box {
    text-align: right;
}

section.test>.contents .pagination {
    margin-top: 15px;
}

section.test>.contents .agent {
		display:inline-block;
		width:16px;
		height:16px;
		background:url(../images/icon_agent.png) no-repeat;
		vertical-align:middle;
		margin-right:5px;
}


/* 정책 설정 및 적용
-------------------------------------------------- */

section.setting {
    position: relative;
    width: 100%;
    height: 100%;
}

section.setting>.contents {
    top: 50px;
    height: calc(100% - 50px);
		min-width:1220px;
}

section.setting>.contents .contents-in {
    min-height: auto;
}

section.setting .setting-list {
    max-width: 960px;
    margin: 0 auto;
    display: table;
    border-collapse: separate;
    border-spacing: 30px 15px;
}

section.setting .setting-list li {
    display: table-row;
}

section.setting .setting-list li>div {
    display: table-cell;
    height: 28px;
    line-height: 28px;
		vertical-align:middle;
}

section.setting .setting-list li>.title {
    font-weight: bold;
    color: #436AAF;
    text-align: right;
		line-height:140%;
}

section.setting .setting-list li>.question {
		line-height:140%;
}

section.setting .setting-list li>.question label {
		margin:0 17px 0 0;
}

section.setting .setting-list li>.question select {
    height: 31px;
    line-height: 31px;
    padding: 0 5px;
		min-width:90px;
		margin:0 2px 0 0;
}

section.setting .setting-list li>.answer-box .answer {
    width: 62px;
    height: 28px;
		line-height:28px;
    background-image: url(../images/btn_onoff_slide.png);
    background-repeat: no-repeat;
    background-position-x: 0;
		cursor:pointer;
}

section.setting .setting-list li>.answer-box .answer.yes {
    background-position-y: 0;
}

section.setting .setting-list li>.answer-box .answer.no {
    background-position-y: -28px;
}

/* 보고서
-------------------------------------------------- */

section.report {
    position: relative;
    width: 100%;
    height: 100%;
}

section.report>.contents {
    top: 50px;
    height: calc(100% - 50px);
		min-width:1220px;
}

section.report>.contents .contents-in {
    padding: 0;
		height: calc(100% - 40px);
		min-height:inherit;
		border: none;
}

section.report .actions {
    height: 50px;
    border: 1px solid #CFD8DC;
		padding:9px 15px;
}


section.report>.contents .search select,
section.report>.contents .search input {
    height: 31px;
    line-height: 31px;
    padding: 0 5px;
		min-width:130px;
		margin:0 1px 0 0;
}

section.report .actions .left {
    float: left;
}

section.report .actions .right {
    float: right;
}

section.report .view {
    text-align: center;
    background-color: #808080;
    padding: 10px 0;
		height: calc(100% - 50px);
}

section.report .view.scroll {
		overflow-y:scroll;
}


/* 자가 진단 (설문)
-------------------------------------------------- */

section.poll {
    position: relative;
    width: 100%;
    height: 100%;
}

section.poll>.contents {
    top: 50px;
    height: calc(100% - 50px);
		min-width:1220px;
}

section.poll>.contents .contents-in {
    min-height: auto;
}

section.poll .tab-list {
    position: relative;
		border-bottom: 1px solid #cccbcb;
		height:44px;
    -webkit-padding-start: 0;
		-webkit-margin-before: 0;
    -webkit-margin-after: 0;
		margin-bottom:10px;
}

section.poll .tab-list>li {
		float:left;
		display:inline-block;
		margin:0 0;
}

section.poll .tab-list>li>a {
		display:inline-block;
		padding: 0 20px;
		height:44px;
		min-width:120px;
		line-height:42px;
		background:#f5f6f7;
		color: #8b8f90;
		margin-left:-1px;
		border:#dcdcdc 1px solid;
		font-size: 12px;
		font-weight:600;
		text-align:center;
}

section.poll .tab-list>li:nth-child(1)>a {
		margin-left:0;
}

section.poll .tab-list>li.active>a,
section.poll .tab-list>li.active>a:focus,
section.poll .tab-list>li.active>a:hover {
		color: #4087cc;
		cursor: default;
		background: #fff url(../images/bg_tab_active.png) repeat-x left top;
		border:#dcdcdc 1px solid;
		border-bottom:none;
		font-size: 12px;
		font-weight: 600;
}

.contour {
		display:block;
		height:1px;
		line-height:1px;
		background:#dcdcdc;
		margin:20px 0;
		border:none;
}

.icon-status {
	display:inline-block;
	height:16px;
	width:16px;
	background:url(../images/icon_test_arrow.png) no-repeat;
	vertical-align:middle;
	margin-left:2px;
}

.icon-status.up {
	background-position-y: 0;
}

.icon-status.down {
	background-position-y: -16px;
}

.icon-status.same {
	background-position-y: -32px;
}

.result {
	padding:15px 0 0 0;
}

@media (max-width:1280px) {
	section>.contents {
		min-width:0;
	}
	
	section.setting>.contents {
		min-width:0;
	}

	section.report>.contents {
    	min-width:0;
	}

	section.poll>.contents {
		min-width:0;
	}
}
