@charset "utf-8";
@import url('base.css');
@import url('button.css');

/*wrap & 공통헤더 S*/
	#wrap {
		margin: 0 auto;
		text-align: left;
		width: 100%;
	}

	.header,
	.container,
	.container_test,
	.header_test .cons {
		width: 800px;
		max-width:100%;
	}

	.headerWrap {
		border-bottom: 1px solid var(--graybrd);
		overflow: hidden;
	}

	.header {
		margin: 0 auto;
		overflow: hidden;
	}

	.header h1 {
		text-align: left;
		height: 70px;
		line-height: 75px;
		color: var(--titgray);
		padding-left: 145px;
		font-size: 18px;
		font-weight: bold;
		background: url(/image/logo2.gif) left center no-repeat, ur(../image/logo2.gif) left center no-repeat; 
		background-size: auto 30px;
		float: left;
	}

	.header .gnb {
		height: 40px;
		text-align: right;
		float: right;
		padding-top: 15px;
	}

	.header .gnb a {
		display: inline-block;
		width: 80px;
		height: 40px;
		background-repeat: no-repeat;
		background-size: auto 23px;
		margin-right: 30px;
		vertical-align: sub;
	}

	.header .gnb a:last-child {
		margin-right: 0;
	}

	.header .gnb a span {
		margin-left: -9999px;
	}

	.header .gnb a.link1 {
		background-image: url(/image/header_ico_1.png), url(../image/header_ico_1.png);
	}

	.header .gnb a.link2 {
		background-image: url(/image/header_ico_2.png), url(../image/header_ico_2.png);
	}

	.header .gnb a.link3 {
		background-image: url(/image/header_ico_3.png), url(../image/header_ico_3.png);
	}

	@media screen and (max-width:800px) {
		.header h1 {
			margin-left: 10px;
			float: none;
		}

		.header .gnb {
			background: #7c7c7c;
			padding-right: 10px;
			float: none;
			padding-top: 0;
		}

		.header .gnb a span {
			color: #fff;
		}

		.header .gnb a.link1 {
			background-image: url(/image/header_ico_1_w.png), url(../image/header_ico_1_w.png);
		}

		.header .gnb a.link2 {
			background-image: url(/image/header_ico_2_w.png), url(../image/header_ico_2_w.png);
		}

		.header .gnb a.link3 {
			background-image: url(/image/header_ico_3_w.png), url(../image/header_ico_3_w.png);
		}
	}

	@media (max-width:500px) {
		.header h1 {
			font-size: 15px;
		}
	}
/*wrap & 공통헤더 E*/

/*푸터 S*/
	.footerWrap {
		color: var(--graytxtmain);
		background: var(--graybg);
		text-align: center;
		height: 35px;
		line-height: 35px;
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		font-size: 11px;
	}
/*푸터 E*/

/*로그인 화면 S*/
	.loginWrap {
		text-align: center;
		margin: 0 auto;
		overflow: hidden;
	}

	.loginWrap>h1 {
		text-align: center;
		color: var(--titgray);
		font-size: 20px;
		font-weight: bold;
		margin-top: 100px;
		padding: 50px 0;
		background: url(/image/logo.gif) center top no-repeat, url(../image/logo.gif) center top no-repeat;
		background-size: auto 40px;
	}

	.loginWrap .info_form {
		width: 500px;
		margin: 0 auto;
	}

	.loginWrap .info_form dl {
		margin-bottom: 30px;
	}

	.loginWrap .info_form dt {
		display: none
	}

	.loginWrap .info_form dd {
		border: 1px solid var(--graybrd);
		margin-bottom: 12px;
	}

	.loginWrap .info_form input[type=text],
	.loginWrap .info_form input[type=password],
	.loginWrap .info_form input[type=email] {
		padding: 0 3%;
		width: 100%;
		height: 50px;
		line-height: 50px;
		text-align: left;
		border: 0;
		margin: 0;
	}

	.loginWrap .info_form .btn {
		border: 0;
		padding: 0;
		width: 100%;
	}

	.loginWrap .info_form .btn button {
		text-align: center;
		color: #fff;
		font-weight: bold;
		letter-spacing: .05em;
		font-size: 18px;
		height: 60px;
		line-height: 60px;
		text-align: center;
		background: var(--main-color);
		width: 100%;
	}

	.loginWrap .text_guide {
		border: 1px solid var(--graybrd);
		padding: 15px;
		text-align: left;
		color: var(--graytxtmain);
		background: var(--graybg);
		margin-bottom: 30px;
	}

	@media (max-width:800px) {
		.loginWrap .info_form {
			width: 88%;
			min-width: 300px;
		}
	}

	@media (max-width:600px) {
		.loginWrap>h1 {
			margin-top: 40px;
			padding: 50px 0 20px;
			font-size: 18px;
		}
	}
/*로그인 화면 E*/

/*회원명, 시험기준시간 부분 S*/
	/*.consTop_msg 시험 리스트에서만 사용 (.consTop_time와 동일)*/
	/*.consTop_time은 시험 상세에서 사용 (.consTop_msg와 동일)*/
	.consTop_msg,
	.consTop_time {
		background: var(--graybg);
		padding: 15px 0 10px;
		margin-top: -1px;
	}

	.consTop_msg .cons,
	.consTop_time .cons {
		width: 800px;
		margin: 0 auto;
		text-align: left;
	}

	.consTop_msg .cons .tit,
	.consTop_time .cons .tit {
		background: url(/image/ico_1.png)left center no-repeat, url(../image/ico_1.png) left center no-repeat;
		background-size: auto 25px;
		padding-left: 30px;
		font-weight: bold;
		font-size: 18px;
		line-height: 25px;
		height: 25px;
		margin-bottom: 5px;
	}

	.consTop_msg .cons .tit.tit2,
	.consTop_time .cons .tit.tit2 {
		font-size: 14px;
		white-space: nowrap;
		overflow: hidden;
	}

	.consTop_msg .cons strong,
	.consTop_time .cons strong {
		font-weight: normal;
	}

	/*.consTop_msg 와 .consTop_time 공통 부분*/
	.now {
		float: right;
		font-weight: normal;
	}

	#now {
		font-weight: normal !important;
	}

	@media (max-width:800px) {
		.consTop_msg .cons,
		.consTop_time .cons {
			max-width: 100%;
			padding: 0 10px;
		}
	}
	@media (max-width: 400px) {
		.consTop_msg .cons .tit.tit2 .nid,
		.consTop_time .cons .tit.tit2 .nid {
			max-width: 140px;
			display: inline-block;
			overflow: hidden;
			white-space: nowrap;
			text-overflow: ellipsis;
		}
	}

	@media (max-width: 320px) {
		.consTop_msg .cons .tit.tit2 .nid,
		.consTop_time .cons .tit.tit2 .nid {
			max-width: 85px;
			display: inline-block;
			overflow: hidden;
			white-space: nowrap;
			text-overflow: ellipsis;
		}
	}
/*회원명, 시험기준시간 부분 E*/

/*공통 내용부분 .container S*/
	.container {
		overflow: hidden;
		margin: 0 auto;
		_height: 1%;
		padding: 20px 0 80px;
	}

	.container h2 {
		background: url(/image/ico_2.png) left 1px no-repeat, url (../image/ico_2.png) left 1px no-repeat;
		background-size: auto 18px;
		padding-left: 23px;
		font-size: 16px;
		line-height: 18px;
		margin-bottom: 15px;
	}

	.container h2 .t_line {
		font-weight: bold;
		text-decoration: underline;
	}

	@media screen and (max-width:800px) {
		.container {
			padding-left: 10px;
			padding-right: 10px;
		}
	}
/*공통 내용부분 .container E*/

/*.ex_list (시험목록, 응시이력) S*/
	.ex_list {
		border-top: 1px solid var(--graybrd);
		margin-bottom: 20px;
	}

	.ex_list li {
		border-bottom: 1px solid var(--graybrd);
		overflow: hidden;
		padding: 20px 0;
		position: relative;
		cursor: pointer;
	}

	.ex_list li.possible {
		cursor: pointer;
	}

	.ex_list li.notpossible {
		background-color: var(--graybrd);
		cursor: pointer;
	}

	.ex_list li .cons {
		padding-right: 70px;
	}

	.ex_list li .cons .subject {
		color: #000;
		font-size: 18px;
		font-weight: bold;
		line-height: 30px;
	}

	.ex_list li .cons .date {
		color: var(--blue-color);
		line-height: 16px;
	}

	.ex_list li .state {
		position: absolute;
		top: 25px;
		right: 5px;
	}

	.ex_list li .state img {
		width: 50px;
	}

	.ex_list li .state .grade {
		text-align: center;
		font-weight: bold;
		font-size: 15px;
		color: var(--graytxtdis);
		width: 65px;
	}

	.ex_list li .state .grade strong {
		font-size: 22px;
		display: block;
	}

	.ex_list li .state .ok {
		color: #000 !important
	}

	@media (max-width:500px) {
		.m500db {
			display: block
		}
	}
/*.ex_list (시험목록, 응시이력) E*/

/*ex_view_ (시험상세 페이지) S*/
	.ex_view_top {
		border-bottom: 1px solid var(--graybrd);
		padding-bottom: 10px;
		color: var(--titgray);
		font-size: 18px;
		font-weight: bold;
	}

	.ex_view_top .state {
		color: var(--graytxtdis);
	}

	.ex_view_top .date {
		font-weight: bold;
		color: var(--blue-color);
		font-size: 14px;
	}

	.ex_view_info {
		padding: 10px 0;
	}
	/*
	.ex_view_info li {
		color: #999;
		padding: 5px 0 5px 8px;
		line-height: 16px
	}

	.ex_view_info li strong {
		color: #000;
		font-weight: bold
	}

	.ex_view_info li .help {
		position: relative
	}

	.ex_view_info li .help_txt {
		border: 1px solid #c0c0c0;
		background: #f2f2f2;
		padding: 3px 10px;
		color: #333;
		font-size: 12px;
		position: absolute;
		top: 5px;
		left: 20px;
		display: none
	}
	*/
	.ex_view_info_point {
		border-bottom: 1px solid var(--graybrd);
		padding-bottom: 10px;
		padding-left: 10px;
	}

	.ex_view_info_detail {
		margin: 10px;
		text-align: left;
		font-size: 14px;
		width: 100%;
	}

	.ex_view_info_detail th {
		width: 80px;
		padding: 5px 0;
		color: #000;
		position: relative;
	}

	.ex_view_info_detail th:after {
		content: '';
		display: block;
		border-bottom: 8px solid rgba(0, 0, 0, 0.2);
		width: 70%;
		position: absolute;
		bottom: 6px;
		left: 16px;
	}

	.ex_view_info_caution span {
		color: red;
		font-weight: 700;
	}

	.ex_view_info_caution li {
		margin-left: 20px;
	}

	#examstatetitle {
		padding: 30px 0px 10px 0px;
		background: #fff;
		border-bottom: var(--blue-color) 3px solid;
		width: 75%;
	}

	.ex_view_detail {
		padding: 15px;
		vertical-align: top;
		padding: 15px;
		vertical-align: top;
		border: 1px solid var(--main-color);
		border-radius: 10px;
		margin-top: 20px;
		position: relative;
		padding-top: 20px
	}

	.ex_view_detail:before {
		content: '시험설명';
		display: inline-block;
		position: absolute;
		top: -18px;
		background-color: #FFF;
		padding: 5px;
		color: var(--titgray);
		font-size: 15px;
		font-weight: 700;
	}

	.ex_view_detail img {
		max-width: 100%;
	}

	.ex_view_text {
		padding: 15px 10px;
		margin-bottom: 20px;
	}

	.ex_view_text li {
		color: var(--graytxtdis);
		line-height: 20px;
	}

	.ex_view_text li strong {
		color: var(--titgray);
	}
/*ex_view_ (시험상세 페이지) E*/

/*.test_result_mem (시험결과 상세) S*/
	.test_result_mem {
		background: var(--graybg) url(/image/ico_3.png) 10px center no-repeat, url(../image/ico_3.png) 10px center no-repeat;
		padding: 5px 0 5px 20px;
		margin-bottom: 10px
	}

	.test_result_mem strong {
		color: #000;
		font-weight: bold
	}

	.test_result_mem .line {
		text-decoration: underline
	}

	table.tb_1 {
		width: 100%;
		border-top: 1px solid var(--graybrd);
		margin-bottom: 20px;
	}

	table.tb_1 thead th {
		text-align: center;
		padding: 10px 0;
		color: #000;
		border-bottom: 1px solid var(--graybrd);
		border-left: 1px solid var(--graybrd);
		background: var(--graybg);
	}

	table.tb_1 thead th:first-child {
		border-left: 0;
	}

	table.tb_1 tbody td {
		text-align: center;
		padding: 10px 0;
		border-bottom: 1px solid var(--graybrd);
		border-left: 1px solid var(--graybrd);
		background: 0;
		color: var(--graytxtmain);
	}

	table.tb_1 tbody tr td:first-child {
		border-left: 0;
	}

	table.tb_2 {
		width: 100%;
		border-top: 1px solid var(--graybrd);
		margin-bottom: 20px;
	}

	table.tb_2 th {
		border-bottom: 1px solid var(--graybrd);
		padding: 10px;
		text-align: left;
		color: #000;
		background: var(--gray1);
	}

	table.tb_2 td {
		text-align: left;
		padding: 10px;
		border-bottom: 1px solid var(--graybrd);
		border-left: 1px solid var(--graybrd);
		background: 0;
		color: var(--graytxtmain);
	}

	table.tb_2 td.bg_gray {
		background: var(--graybg);
	}
/*.test_result_mem (시험결과 상세) E*/

/*정보수정 페이지 S*/
	table.board_view {
		width: 100%;
		border-top: 1px solid var(--graybrd);
		margin-bottom: 30px;
	}

	table.board_view th {
		border-bottom: 1px solid var(--graybrd);
		background: var(--graybg);
		text-align: left;
		padding: 10px 0 10px 15px;
		color: var(--graytxtmain);
		font-weight: normal;
	}

	table.board_view td {
		border-bottom: 1px solid var(--graybrd);
		padding: 10px 0 10px 15px;
	}

	table.board_view td input {
		width: 99%;
		height: 30px;
		padding: 0 10px;
	}
/*정보수정 페이지 E*/



/*시험 응시 관련 css는 exam.css로 이동*/

