@charset "utf-8";

/* 테스트 리스트 */
.test-list > li {
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 30px 20px;
	box-sizing: border-box;
	height: 195px;
	width: 49%;
	margin-right: 2%;
	margin-bottom: 2%;
}
.test-list > li:nth-child(2n) {
	margin-right: 0;
}
.test-list > li > div .img {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	min-width: 22px;
	margin-right: 10px;
}
.test-list > li .tit {
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.2;
}
.test-list > li .sub {
	font-weight: 500;
	font-size: 14px;
	color: #666;
}
.test-list > li .sub .img img {
	vertical-align: middle;
}
.test-col02 .test-ok {
	width: 72%;
	float:left;
}
.test-col02 .test-last-btn {
	width: 26%;
	float: right;
}
.test-ok {
	border-radius: 30px;
	background: #d0ebff;
	line-height: 50px;
	height: 50px;
	font-size: 16px;
	font-weight: 500;
	color: #2e8bef;
	text-align: center;
}
.test-ok img {
    margin-right: 5px;
    margin-top: 19px;
    vertical-align: top;
}
.test-ok .small {
	font-size: 14px;
	display: inline-block;
}
.test-ok .small span {
	margin: 0 10px;
}
.test-ok span {
	font-size: 14px;
	margin-left: 5px;
}
.test-ok.gray { 
	background: #ebf0f5;
	color: #9ca9b3
}
.test-last-btn a {
	border-radius: 30px;
	background: #263045;
	line-height: 50px;
	height: 50px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	display: block;
}

.test-last-btn.start a {
	background: #3478c2;
	margin-bottom:10px;
}


.test-last-btn.blue a {
	background: #2e8bef;
}

.test-last-btn.red a {
	background: #CC6262 !important
}

/* 강사 테스트 관리 list */
.test-list.teacher-ver > li  {
	position: relative;
	height: 265px;
} 
.test-more-btn {
	position: absolute;
	right: 25px;
	top: 30px;
}
.test-more-btn > a {
	displaY: block;
	width: 25px;
	height: 15px;
	text-align: right;
	padding-top: 5px;
}
.test-more-btn > a img {
	vertical-align: top;
}
.test-more-btn ul.on {
	displaY: block;
}
.test-more-btn ul {
	display: none;
	border-radius: 5px;
	border: 1px solid #ddd;
	box-sizing: border-box;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
	position: absolute;
	top: 15px;
	right: 0;
	width: 90px;
	background: #fff;
}
.test-more-btn li a {
	displaY: block;
	padding: 8px 15px 8px 36px;
	font-size: 14px;
	position: relative;
}
.test-more-btn li:first-child {
	border-bottom: 1px solid #ddd;
} 
.test-more-btn li a img {
    position: absolute;
    left: 15px;
    top: 14px;
}
.test-list.teacher-ver > li.test-write {
	border: 1px dashed #263045;
	text-align: center;
}
.test-list.teacher-ver > li.test-write > a {
	display: block;
	padding: 47px 0;
	font-size: 16px;
	color: #263045;
	font-weight: 500;
}
.test-list.teacher-ver > li.test-write > a img {
	display: block;
	margin: 0 auto 5px;
}

/* 현장코칭 관리 */
.col_date2 { width: 150px; }
.test_info.table-ver div {
	width: auto;
	padding: 0 25px;
}
.test_info.table-ver div:first-child {
	padding-left: 0px;
}
.test_info.table-ver div::after {
	right: 0;
}

.coach-table-wrap {
	border: 1px solid #ddd;
	border-radius: 10px;
}
.coach-table {
	width: 100%;
}
.coach-table th {
	font-size: 14px;
	color: #666;
	font-weight: normal;
	text-align: left;
	width: 70px;
}
.coach-table td {
	font-size: 16px; 
	font-weight: 500;
}
.coach-table th,
.coach-table td {
	padding: 5px 0;
	vertical-align: middle;
}
.coach-table input {
	width: 60px;
	height: 40px;
	box-sizing: border-box;
	bordeR: 1px solid #ddd;
	outline: 0;
}
.coach-table input.small {
	width: 50px;
}
.coach-table.pad th {
	width: auto;
	padding-right: 10px;
}
.coach-table.pad th,
.coach-table.pad td {
	padding: 35px 0;
	border-bottom: 1px solid #ddd;
}
.coach-table-wrap .bot {
	padding: 35px 30px;
}
.coach-table.box_type {
	width: 700px;
}
.coach-table.box_type th,
.coach-table.box_type td {
	border: 1px solid #ddd;
}
.coach-table.box_type th {
	padding: 10px 15px;
	background: #f8f9fa;
}
.coach-table.box_type td {
	padding: 20px 15px;
}
.coach-table.box_type input {
	height: 35px;
	font-size: 14px;
}
.coach-table.box_type input.score {
	width: 40px;
}

.coach-ul-wrap {
	border: 1px solid #ddd;
	border-radius: 10px;
	overflow: hidden;
	margin: 30px 0;
}
.coach-ul-wrap .title {
	backgrounD: #e9ecef;
	padding: 15px  25px;
}
.coach-ul {
	padding: 0 25px;
}
.coach-ul li {
	border-bottom: 1px solid #ddd;
	padding: 20px 0;
	display: table;
	width: 100%;
}
.coach-ul li > div {
	display: table-cell;
	vertical-align: top;
}
.coach-ul li .fz16 {
	width: 100px;
}
.coach-ul li .box input {
	width: 100%;
	height: 40px;
	box-sizing: border-box;
	bordeR: 1px solid #ddd;
	outline: 0;
}
.coach-ul li .box textarea {
	width: 100%;
	box-sizing: border-box;
	margin: 0;
}

/* 팝업 */
.coach-popup-wrap,
.order-popup-wrap {
	display: none;
}
.coach-popup {
	background: #fff;
	border-radius: 10px;
	z-index: 9999999;
	position: fixed;
	left:0;
	right: 0;
	top: 3%;
	height: 94vh;
	margin: 0 auto;
	width: 1020px;
	padding: 40px 10px 50px 30px;
	box-sizing: border-box;
}
.coach-popup .scroll {
	height: 100%;
	overflow: auto;
	padding-right: 15px;
}
.coach-popup .scroll::-webkit-scrollbar {
	width: 5px;
}
.coach-popup .scroll::-webkit-scrollbar-thumb {
	background-color: #b8b8b8;
	border-radius: 10px;
	background-clip: padding-box;
}
.coach-popup .scroll::-webkit-scrollbar-track {
	background-color: #ececec;
	border-radius: 10px;
}
.sideby_btn.test .btngray {
    background-color: #495058;
    border: 1px solid #495058;
    color: #fff;
}

/* 지도 */
.map-scroll {
	position: relative;
}
.map-scroll:after {
	content: '지도를 확대/축소하려면 클릭하세요.';
	display: block;
	position: absolute;
	top: 0;
	left:0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.6);
	z-index: 1;
	opacity: 0;
	color: #fff;
	font-size: 40px;
	padding: 270px 0;
	text-align: center;
	transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	cursor: pointer;
}
.map-scroll:hover:after {
	opacity: 1;
}
.map-scroll.on:after {
	display: none;
}

/* 개인정보수집 팝업 */
.agree_popup {
	position: fixed;
	top: 20%;
	left:0; right: 0;
	background: #fff;
	z-index: 99999;
	width: 810px;
	box-sizing: border-box;
	margin: 0 auto;
	display: none;
}
.agree_popup .tit {
	background: #2e8bef;
	color: #fff;
	padding: 20px;
	font-weight: 500;
	font-size: 20px;
}
.agree_popup .cont {
	padding: 20px 15px 30px;
}
.agree_popup .scroll {
	height: 300px;
	overflow: hidden;
	box-sizing: border-box;
	padding: 20px 15px;
	background: #f8f8f8;
}
.agree_btn a {
    width: 135px;
    height: 50px;
    line-height: 48px;
    border: 1px solid #2e8bef;
    color: #2e8bef;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    margin: 0 7px;
}
.agree_btn a.blue {
	background: #2e8bef;
    color: #fff;
}

/* 진행자 현황 보기 팝업 */
.table_popup {
	display: none;
	position: fixed;
	top: 10%;
	left: 0; right: 0;
	width: 900px;
	margin: 0 auto;
	background: #fff;
	padding: 50px;
	box-sizing: border-box;
	z-index: 9999;
}
.table_popup table {
	width: 100%;
}
.table_popup table th {
	background: #f5f5f5;
}
.table_popup table th,
.table_popup table td {
	padding: 12px 0;
	border: 1px solid #ddd;
	font-size: 16px;
	text-align: center;
}