/* CSS Reset */
*{margin:0;padding:0}

body {
/*	font-family: Nanum Barun Gothic, Verdana, 맑은고딕, Malgun Gothic, Dotum, sans-serif;*/
/*	font-smoothing: antialiased;*/
/*	-webkit-font-smoothing: antialiased;*/
}

.find ol, ul, li {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.b02{
	background-color: rgba(85,172,238,0.1);
}

a:link {
	color: rgba(255,255,255,0.8);
	text-decoration: none;
	overflow: hidden;
}
a:visited {
	
	text-decoration: none;
	overflow: hidden;
}
a:active {
	color: rgba(255,255,255,0.7);
	text-decoration: none;
	overflow: hidden;
}
a:hover {
	color: rgba(255,255,0,0.85);
	text-decoration: none;
	overflow: hidden;
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

body {
	background-color: #EDF0F5;
/*	color: rgba(51,51,51,0.6);*/
	/* font-family:Dotum; */
}

h1 {
	font-size: 2.4em;
	font-weight: 600;
	display: inline;
	vertical-align: top;
}

h1 img {
	display: inline;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 15px;
	margin: 5px 0px 10px 0px;
}

h4 {
	font-size: 1.8em;
	font-weight: 300;
	display: block;
	vertical-align: middle;
    margin-left: 10px;
}

h5 {
/* 	font-size: 1.4em; */
/* 	margin-left: 20px; */
	color: #333333;
	text-align: left;
	font-weight: bold;
}

h6 {
	height: 30px;
	font-size: 1.2em;
    color: #6F6F6F;
    font-weight: bold;
	line-height: 2.9;
	display: block;
	vertical-align: middle;
	padding-left: 5px;
}


iframe {
	border: 1px #EDF0F5 solid;
	margin-bottom: 10px;
}

.pim {
    color: #666;
   	font-family: 굴림, Dotum, sans-serif !important;
    font-size: 12px;
    text-align: left;
    line-height: 15px;
	background-color: #fff;
	padding: 10px 0 0 10px;
}

hr {
	margin: 10px 0px;
	border: 1px #ccc solid;
}

select {
    width: 100%;
    height: 37px; 
	font-size: 14px;
	font-weight: bold;
    background: url("../img/select_box_arrow.png") right no-repeat;  
	padding-left: 10px;
	margin-top: 8px;
	font-family: inherit;
	-webkit-appearance: none;
    -moz-appearance: none;
	appearance: none;
	border: 1px solid #BEC6D3;
	color: rgba(111,111,111,1);
	color: black;
	margin-right: 5px;
	border-top: none;
    border-left: none;
    border-right: none;
}

select::-ms-expand { 
  display: none;
}


input {
	border: 1px solid #BEC6D3;
	color: #6F6F6F;
}

/* 시험 신청 라디오 버튼 */
input[type=radio].css-checkbox {
	position:absolute; 
	overflow: hidden; 
	clip: rect(0 0 0 0); 
	height:1px; 
	width:1px; 
	padding:0; 
	border:0;
}

input[type=radio].css-checkbox + label.css-label {
	padding-left:32px;
	height:27px; 
	display:inline-block;
	line-height:27px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size: 1.1em;
	vertical-align:middle;
	cursor:pointer;
}

input[type=radio].css-checkbox:checked + label.css-label {
	background-position: 0 -27px;
}

input[type=checkbox].css-checkbox {
	position:absolute; 
	overflow: hidden; 
	clip: rect(0 0 0 0); 
	height:1px; 
	width:1px; 
	padding:0; 
	border:0;
}

input[type=checkbox].css-checkbox + label.css-label {
	padding-left:32px;
	height:27px; 
	display:inline-block;
	line-height:27px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size: 1.1em;
	vertical-align:middle;
	cursor:pointer;
}

input[type=checkbox].css-checkbox:checked + label.css-label {
	background-position: 0 -27px;
}

label.css-label {
	background-image:url('../img/input-radio_black.png');
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


input[type=checkbox].css-checkbox + label.css-label2 {
	padding-left:32px;
	height:27px; 
	display:inline-block;
	line-height:27px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size: 1.1em;
	vertical-align:middle;
	cursor:pointer;
}

input[type=checkbox].css-checkbox:checked + label.css-label2 {
	background-position: 0 -27px;
}

label.css-label2 {
	background-image:url('../img/input-radio_black2.png');
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}



/* 시험 신청 라디오 버튼 */

input[type=radio].css-checkbox {
	position:absolute; 
	overflow: hidden; 
	clip: rect(0 0 0 0); 
	height:1px; 
	width:1px; 
	padding:0; 
	border:0;
}

input[type=radio].css-checkbox + label.css-label-r {
	padding-left:32px;
	height:27px; 
	display:inline-block;
	line-height:27px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size: 1.1em;
	vertical-align:middle;
	cursor:pointer;
	white-space: nowrap;
}

input[type=radio].css-checkbox:checked + label.css-label-r {
	background-position: 0 -27px;
}


input[type=checkbox].css-checkbox {
	position:absolute; 
	overflow: hidden; 
	clip: rect(0 0 0 0); 
	height:1px; 
	width:1px; 
	padding:0; 
	border:0;
}

input[type=checkbox].css-checkbox + label.css-label-r {
	padding-left:32px;
	height: 27px; 
	display:inline-block;
	line-height:27px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size: 1.1em;
	vertical-align:middle;
	cursor:pointer;
}

input[type=checkbox].css-checkbox:checked + label.css-label-r {
	background-position: 0 -27px;
}


label.css-label-r {
	background-image:url('../img/input-radio2_black.png');
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}




#ui {
	margin-left: 10px;
}

#bottom {
	width: 100%;
	height: 100px;
	background: #fff;
	position: relative;
	bottom: 0px;
	padding: 20px 0px;
}

#bottom-text {
	width: 1000px;
	height: 60px;
	margin: 0 auto;
	font-size: 0.65em;
	font-weight: bold;
}

.out {
	height: 100px;
	background-color: #F3F4F4;
	border: none;
}



.online {
	width: 1024px;
	margin: 0px auto;
	padding-bottom: 50px;
	/*padding-left: 350px;
	padding-bottom: 10px;*/
}


@media (min-width: 768px) {
  .online {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .online {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .online {
    width: 1024px;
  }
}

/* 응시화면 - 100% */

.online-2 {
	width: 100%;
	margin: 0px auto;
	padding-top: 10px;
    padding-bottom: 50px;
	/*padding-left: 350px;
	padding-bottom: 10px;*/
}


@media (min-width: 768px) {
  .online-2 {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .online-2 {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .online-2 {
    width: 100%;
  }
}

#framewrap {
    width: 100%;
    height: 100%;

}


.container-2 {
    padding-right: 0px;
    padding-left: 0px;
    background: #ffffff;
    box-shadow: 1px 1px 1px #ccc;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 1200px) {
	.container-2 {
	    width: 1024px;
	}
}
@media (min-width: 992px) {
	.container-2 {
	    width: 970px;
	}
}
@media (min-width: 768px) {
	.container-2 {
	    width: 750px;
	}
}

@media screen and (max-width: 920px) {
        /*#vertical-center-inner {
          width: auto;
		  font-size: 20px;
        } */
        .online  {
          float: none;
          width: auto;
        }

} 


.ui {
	float: left;
	/*padding-left: 350px;
	padding-bottom: 10px;*/
}

.title {
	float: left;
	font-size: 28px;
    color: #6f6f6f;
    font-weight: bold;
    text-align: center;
	padding-bottom: 10px;
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.user {
	float: right;
	font-size: 12px;
    color: #6f6f6f;
    font-weight: bold;
    text-align: center;
	padding-top: 23px;
	padding-right: 5px;
}


.header-online {
	width: 1024px;
	margin: 0px auto;
}

@media (min-width: 768px) {
  .header-online {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .header-online {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .header-online {
    width: 1024px;
  }
}

/* 응시화면 - 100% */

.header-online-2 {
	width: 100%;
	margin: 0px auto;
	background-color: #000;
}

@media (min-width: 768px) {
  .header-online-2 {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .header-online-2 {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .header-online-2 {
    width: 100%;
  }
}

.logout {
	background-image:url('../img/icon-speaking-old.png');
	float: right;
	width: 35px;
	height: 55px;
}

.padding {
	padding: 15px;
}

/* 맨위상단 메뉴,로그아웃 아이콘 2016-05-26*/

.top-icon {
	background-image:url('../img/icon-speaking-old.png');
	float: right;
	width: 35px;
	height: 54px;
}

.menu-bt {
	height: 33px;
    width: 100%;
	text-align: left;
    display: inline-block;
    border: none;
    border-bottom: 1px solid #BEC6D3;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    border-radius: 0px;
    text-decoration: none;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
	padding-left: 10px;
}

.menu-bt-all {	
	color: #fff;
	background-color: rgba(86,87,93,1);
}

.menu-bt-all:hover {
	color: #56575D;
	background-color: rgba(255,255,255,1);
}

.note-input-list dd {
    padding-left: 10px;
	padding-top: 5px;
}

.note-input-list dt {
    font-size: 1.1em;
}

.note-input-text {
	height: 274px;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
	padding: 40px 20px 20px 20px;
	border-top: 1px #999999 solid;
	word-break:break-all
	
}

.note-input-text ol > li{
	list-style: decimal;
}

.note-input-text ul > li{
	list-style: disc;
}

/*.note-input-text table, img{*/
/*	max-width: 450px;*/
/*	max-height: 450px;*/
/*}*/

/* 2016-04-28 
문제내용 크기, 버튼크기*/

#quest {

}

#control-back ,#control-next ,#control-submit, #control-join {
/*	width: 100%; */
/*	font-size: 15px;*/
/*	line-height: 25px;*/
/*	padding-top: 5px;*/
/*	padding-bottom: 5px;*/
}

#control-continue ,#control-logout {
/*	width: 100%; */
/*	height: 50px;*/
/*	font-size: 15px;*/
/*    border-radius: 2px;*/
/*	line-height: 30px;*/
/*	text-align: center;*/
}



/* 회원가입 */

.join {
    width: 100%;
    font-size: 14px;
/*    color: #6F6F6F;*/
	color: black;
/*    font-weight: bold;*/
    height: 36px; /* 2016-06-02 */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	 box-sizing: border-box;
	padding-left: 10px;
    margin-top: 7px;
    border-top: none;
    border-left: none;
    border-right: none;
}

.join-error {
	border-color: #ee5555;
}

.join-ok {
    border-color: #55ACEE;
}

.join_button_row {
	padding: 0;
}

.form-icon{
    margin-top: 16px;
    margin-right: 35px;
	color: #ee5555;
}

.form-icon-x {
    margin-top: 20px;
    margin-right: 20px;
	color: #55ACEE;
}

.phone {
	width: 100%;
	margin: 10px;
}

.exam-text {
	float: left;


}

.button-join {
	border: 1px #EDF0F5 solid;
	-webkit-appearance: none;
   background: #EDF0F5;
   height: 43px;
	-webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
   border-radius: 2px;
   color: #6F6F6F;
/*   font-size: 1em;*/
   text-decoration: none;
   vertical-align: middle;
   margin-bottom: 2px;
   font-weight: normal;
   padding-bottom: 4px;
}

/*2016-06-02 */
.join-input {
	height: 37px;
    font-size: 15px;
    color: #6F6F6F;
    font-weight: bold;
    height: 42px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	 box-sizing: border-box;
	padding-left: 15px;
    margin-top: 15px;
}

/* 아이디 찾기 */

.info_mb_find-id {
	height: 50px;
    text-align: center;
    line-height: 30px;
    background: #BEC6D3;
    border-bottom: #818B9D 2px solid;
}

/* 로그인 */

#login-button {
    position: relative;
    top: 334px;
	left: 5px;
}

.login-button {
    width: 245px;
	height: 120px;
    text-align: center;
    display: inline-block;
    padding: 15px 30px;

    text-transform: uppercase;
    letter-spacing: 0.015em;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;

    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}



.login-b {
    float: left;
}


.id-password-box {
    height: 50px;
	border-radius: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.find {
	width: 100%;
	float: left;
    color: #ffffff;
    font-size: 22px;
    text-align: left;
}

.find li {
	float: right;
}

.find a {
	margin: 30px;
}

/* 로그인 - 온라인 */
.login_box_2 {
    width: 100%;
    height: 100%;
    filter: alpha(opacity=100);
    opacity: 10;
    border-radius: 3px;
    padding: 30px 0px 0px 10px;
}

.login_box_2 ul {
    margin: 0;
    padding: 0;
/*    list-style: none;*/
}

.login_box_2 td {
    width: 50px;
	height: 36px;
	font-size: 15px;
	font-weight: bold;
    text-align: center;
	border-right: rgba(255,255,255,0.2) 1px solid;
}

/* 로그인 - 온/오프라인 */

.login-offline-title-text {
    width: 100%;
    height: 36px;
    text-align: left;
    font-family: Verdana, Nanum Barun Gothic, 맑은고딕, Malgun Gothic, Dotum, sans-serif;
    color: #fff;
    font-size: 0.7em;
}

.login-offline_box {
    width: 100%;
    filter: alpha(opacity=100);
    opacity: 10;
    border-radius: 3px;
}



.login-offline_box ul {
	margin-bottom: 30px;
    padding: 0;
/*    list-style: none;*/
}

.login-offline_box td {
    width: 20%;
	height: 33px;
	font-weight: bold;
    text-align: center;
	border-right: rgba(255,255,255,0.2) 1px solid;
}

.offline-box {
	 width: 100%;
	 height: 100px;
	 margin-top: 20px;
}

.table-subject {
	background-color: rgba(255,255,255,0.2);
	color: rgba(255,255,255,0.7);
}


.table-subject td {
	border-right: rgba(255,255,255,0.2) 1px solid;
	border-bottom: rgba(255,255,255,0.2) 1px solid;
}


/* 브라우져 안내 */

.brower-explain {
	width: 70%;
    color: #333333;
    font-size: 1.4em;
    padding: 10px 20px;
    white-space: normal;
    line-height: 50px;
	padding-top: 150px;
}

.all-before {
	width: 15px;
	height: 27px;
    background: url("../img/arrow_02.png") right no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

}

.all-next {
	width: 15px;
	height: 27px;
    background: url("../img/arrow_01.png") right no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.all-download {
	width: 20px;
	height: 20px;
    background: url("../img/icon-download.png") right no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	margin-top: 2px;
}

.before-padding {
	padding: 7px 13px 0px 10px;
}

/*
.big-next-padding {
	padding: 7px 13px 0px 15px;
} */


.next-padding {
	padding: 7px 13px 0px 40px;
}

.wb-down {
	padding-top: 80px;
}

.wb-down img  {
	padding-left: 80px;
	padding-right: 80px;
}

/* 공통 응시안내 2016-06-02*/
.greenpaper-down-size {
    width: 200px;
    font-size: 15px;
    line-height: 2;
	color: #000;
}

#greenpaper-down {
    color: #000;
}

/* 시험신청 시작하기 전 유의사항 */
.note-explain {
	border: #BEC6D3 1px solid;
}

.explain-check {
	width: 100%;
	padding-left: 0px;
	padding-top: 50px;
}

.explain-check label {
	text-align: left;
}

.explain-check input[type=checkbox].css-checkbox + label.css-label {
	padding-left: 40px;
	font-size: 1.1em;
	line-height: 35px;
}

.time-guide {
	width: 100%;
	margin-top: 120px;
	letter-spacing: -1px;
}

.time-guide2 {
	width: 100%;
	margin-top: 76px;
	letter-spacing: -1px;
}

/* 시험신청 */

.apply-title {
	background: #0065B3;
}

.bt_onoffer {
	border:#DCDCDF 1px solid; 
	border-bottom: #0E9FC6 5px solid;
	background: #FCFCFC;
}

.bt_onoffer:hover {
    border: #DCDCDF 1px solid;
    border-bottom: #0E9FC6 5px solid;
	background-color: rgba(14,159,198,0.05);
}

.bt_offoffer {
	background: #FCFCFC;
	border:#DCDCDF 1px solid; 
	border-bottom: #CC2726 5px solid;
}

.bt_offoffer:hover {
    border: #DCDCDF 1px solid;
    border-bottom: #CC2726 5px solid;
	background-color: rgba(204,39,38,0.06);
}

.bt_offoffer_end {
	background: #FCFCFC;
	border-bottom: #CC2726 5px solid;
}



#guide {
	min-height: 650px;
}

#tpfh {
	width: 100%;
	min-height: 600px;
	display: table;	
	
}


.onoff-choose {
	width: 100%;
	height: 100%;
	text-align: center;
/*	display: table-cell; */
	vertical-align: middle;
}

.row-choose {
	width: 90%;
	height: 100%;
	vertical-align: middle;
	margin-left: auto; 
	margin-right: auto;
	padding: 20px;

}

.row-apply {
	width: 90%;
	min-height: 500px;
	vertical-align: middle;
	margin-left: auto; 
	margin-right: auto;
	border:#DCDCDF 1px solid; 
	padding: 30px;
	background-color: rgba(248,249,251,0.5);
	min-height: 250px;
}

.exam-apply {
    width: 100%;
    font-size: 15px;
    color: #6F6F6F;
    font-weight: bold;
    height: 42px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 15px;
	padding-left: 20px;
    font-family: inherit;
	text-align: left;
	border-radius: 0px;
	padding-top: 8px;
}


.exam-select {
	width: 100%;
	height: 42px;
    font-size: 14px;
    color: #6F6F6F;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
    font-family: inherit;
	border:#BEC6D3 1px solid; 
	margin-top: 15px;
	margin-bottom: 5px;
	padding-top: 6px;
	vertical-align: middle;
	line-height: 18px;

}

.exam-select label {
	margin-right: 10px;
}


/* 시험신청 완료 - 표 형식*/

.apply-table table  {
	width: 100%;
	height: 80%;
	font-size: 15px;
}

.apply-table tr {
	height: 50px
}

.apply-table table > tbody > tr > td {
	vertical-align: middle; 
	font-weight: bold;
	border-top: 1px solid #ddd;
}

.apply-table td:first-of-type {
	width: 25%;
}

.apply-table tr > td:first-of-type {
	border-right:#ddd 1px solid;
	font-weight: bold;
	color: #000;
}

.bt-row {
	width: 100%;
	height: 50px;
	margin-bottom: 10px;
}

.bt-exam-cancel {
	width: 100%; 
	margin-left: 53px;
}

/* 공통 응시안내 2016-06-02 */

.greenpaper-down-size {
    width: 200px;
    font-size: 15px;
    line-height: 2;
	color: #000;
}

#greenpaper-down {
    color: #000;
}

/* 시험응시 시작하기 전 유의사항*/

.exam-explain {
    width: 75%;
    color: #333333;
    font-size: 1.3em;
    padding: 20px 10px 0px 90px;
    white-space: normal;
    line-height: 40px;
    padding-top: 140px;
}

.exam-explain li {
	letter-spacing: -0.7px;
}


/* 과목 - 인문계열, 자연계열 상단 바 */

#subject {
    height: 40px;
    line-height: 50px;
    float: right;
	padding-top: 5px;
    min-width: 120px;	
}

#subject_bar {
    width: 7px;
    height: 18px;
    background: #fdb927;
    float: left;
    margin: 16px 17px
}

.subject_title {
    height: 40px;
    color: #000;
	font-size: 1.2em;
    font-weight: bolder;
}

.subject_title_span {
    padding: 2px 7px 2px 7px;
    margin-right: 10px;
    background-color: #fff;
    border: 1px #333333 solid;
}

#subject_bar_green {
	width: 7px;
    height: 18px;
    background: #00B050;
    float: left;
    margin: 16px 17px
}

/* 응시화면 - 100% 답안지*/

#exam-answer {
	 width: 100%;
	 height: 100%;
	 background-color: #fff;
	 padding: 15px;

}

#exam-answer textarea{
	 width: 100%;
	 height: 280px;
}



#exam-answer-table {
	  width: 100%;
	  height: 500px;
	  background-image: url('../img/ddd.png');
	  border: solid 1px;
	  text-shadow: white 0px 0px 2px;
	  font-size: 16px;
	  background-size: 800px;

}

#framewrap iframe {
	 margin-bottom: 0px;
}


.paper-download {
	color: #000;
    background-color: #F6DF43;
    border: 1px #F6DF43 solid;
	border-color: #F6DF43;
}

.paper-download:hover {
	color: #000;
    background-color: #FFF2A2;
    border: 1px #FFF2A2 solid;
}


.final-submit {

}


.answer-save textarea{
  width: 100%;  /* 원하는 너비 설정 */ 
  height: auto;  /* 높이값 초기화 */
  line-height : normal;  /* line-height 초기화 */
  padding: .7em .7em; /* 원하는 여백 설정, 상하단 여백으로 높이를 조절 */
  font-family: inherit;  /* 폰트 상속 */
  font-size: 15px;
  border: 1px solid #999;
  border-radius: 0;  /* iSO 둥근모서리 제거 */
  outline-style: none;  /* 포커스시 발생하는 효과 제거를 원한다면 */
  -webkit-appearance: none;  /* 브라우저별 기본 스타일링 제거 */
  -moz-appearance: none;
  appearance: none;
  background-color: rgba(0,0,0,0.05);
}


/* 응시화면 - 100% 답안지 - 자연 */

#exam-science {
	 width: 100%;
	 height: 100%;
	 background-color: #F8F9FB;
	 padding: 15px;
}

.bt-greendown {
	width: 170px;
	height: 50px;
	background-color: #D6EAF8;
	-webkit-appearance: button;
    cursor: pointer;

}


.exam-green {
 font-size: 18px;
 margin-top: 10%;
}

.exam-green mark {
	background-color: #00B050;
	color: #FFF;
}

.exam-green h6 {
	padding-left: 0px;
	font-size: 18px;
	height: 35px;
}



.exam-green-image {
	width: 100%;
	border: #999999 solid 1px;
}


.bt-row h3{
	line-height: 25px;
}


/* 자연답안지 업로드 */

.green-note {
	height: 20px;
	margin-left: 20px;
}

.green-note h6 {
	height: 20px;
    font-size: 1.2em;
    color: #6F6F6F;
    font-weight: bold;
    display: block;
    vertical-align: middle;
    padding-left: 5px;
}

/*
.apply-table input[type=file] {
    display: block;
    margin: 0 auto;
	width: 100%;
	height: 100%;
	position: absolute;
	  padding: 0;
	  margin: -1px;
	  overflow: hidden;
	  clip:rect(0,0,0,0);
	  border: 0;
}

.apply-table label {
  display: inline-block;
  padding: .5em .75em;
  color: #999;
  font-size: inherit;
  line-height: normal;
  vertical-align: middle;
  background-color: #fdfdfd;
  cursor: pointer;
  border: 1px solid #ebebeb;
  border-bottom-color: #e2e2e2;
  border-radius: .25em;
} */

.row-upload {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    border: #DCDCDF 1px solid;
    padding: 20px;
    background-color: rgba(248,249,251,0.5);
    min-height: 500px;
}

.where {
  display: block;
  margin: 25px 15px;
  font-size: 11px;
  color: #000;
  text-decoration: none;
  font-family: verdana;
  font-style: italic;
} 

.filebox input[type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip:rect(0,0,0,0);
    border: 0;
}

.filebox label {
    display: inline-block;
    padding: .5em .75em;
    color: #999;
    font-size: inherit;
    line-height: normal;
    vertical-align: middle;
    background-color: #fdfdfd;
    cursor: pointer;
    border: 1px solid #ebebeb;
    border-bottom-color: #e2e2e2;
    border-radius: .25em;
	width: 20%;
}

/* named upload */
.filebox .upload-name {
    display: inline-block;
    padding: .5em .75em;
    font-size: inherit;
    font-family: inherit;
    line-height: normal;
    vertical-align: middle;
    background-color: #f5f5f5;
  border: 1px solid #ebebeb;
  border-bottom-color: #e2e2e2;
  border-radius: .25em;
  -webkit-appearance: none; /* 네이티브 외형 감추기 */
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 5px;
}

/* imaged preview */
.filebox .upload-display {
    margin-bottom: 5px;
}

@media(min-width: 768px) {
    .filebox .upload-display {
        display: inline-block;
        margin-right: 5px;
        margin-bottom: 0;
    }
}

.filebox .upload-thumb-wrap {
    display: inline-block;
    width: 54px;
    padding: 2px;
    vertical-align: middle;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #fff;
}

.filebox .upload-display img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}

.filebox.bs3-primary label {
  color: #ffffff;
  background-color: #337ab7;
    border-color: #2e6da4;
}
.table-last-left {
	border-right: none;
}

.logout{
	cursor: pointer; 
}

.content{
	min-height: 650px;
}

.exam-text-error {
	float: left;
/*	font-weight: bold;*/
    color: #FF0000;
    margin-right: 10px;
}

.paper-down{
	width: 180px;
	text-align: center;
	font-size: 13px;
	line-height: 25px;
	padding-top: 10px;
	color: #000000;
}

mark{
	padding: .2em;
    background-color: #fcf8e3;
}

/* 2016-05-31 */
.bt-exam-paper-down {
	width: 100%; 
	height: 30px;
 	padding: 12px;
	color: #000;
	margin-top: 2px;
}

.bt-row a:hover {
    color: rgba(0, 0, 0, 0.5);
    text-decoration: none;
    overflow: hidden;
}

.bt-row a:visited {
    color: rgba(0, 0, 0, 0.7);
    text-decoration: none;
    overflow: hidden;
}

.bt-row a:link{
	color: rgba(0, 0, 0, 0.7);
    text-decoration: none;
    overflow: hidden;
}

.teacher-apply-amount {
	margin-top: 25px;
    height: 220px;
    border: 1px #BEC6D3 solid;
    padding: 12px;
}

.apply-amount-text {
	font-weight: bold;
    color: #333333;
    font-size: 18px;
    padding-left: 5px;
}

/* 결과조회 */

.row-result {
	width: 100%;
	height: 100%;
	vertical-align: middle;
	margin-left: auto; 
	margin-right: auto;
/* 	padding: 20px 30px 20px 30px; */
	background-color: rgba(248,249,251,0.1);
/* 	min-height: 350px; */
}

.result-table {
	width: 100%;

}

.result-table tr {
	height: 40px

}

.result-table table > tbody > tr > td {
	vertical-align: middle; 
/* 	font-weight: bold; */
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.result-table td {
	width: 100px;
}

.result-table tr:first-of-type {
	font-weight: bold;
	color: #000;
	background-color: rgba(222, 237, 248, 0.8);
}

.result-table td:last-of-type {
	border-right: none;
}

.b04 {
	width: 100%;
	height: 45px;
}

.b05 {
	width: 80px;
	height: 45px;
	border-top: 2px solid #000;
}

.myresults-table {
/* 	height: 100px; */
}

.myresults-table tr:last-of-type {
	background-color: rgba(237,  240, 245, 0.4);
	
}

/* 결과조회 - 응시자 통계 */

.stats-table tr {
	height: 40px
}

.stats-table table > tbody > tr > td {
	vertical-align: middle; 
/* 	font-weight: bold; */
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;

}

.stats-table td {
	width: 100px;
}

.stats-table td:first-of-type {
/* 	width: 70px; */
/* 	font-weight: bold; */
}


.stats-table tr:first-of-type {
	font-weight: bold;
	color: #000;
	background-color: rgba(222, 237, 248, 0.8);
}

.stats-table td:last-of-type {
	border-right: none;
}

/* 결과조회 - 응시자 정보 */

.profile {
	width: 42%; 
	height: 600px; 
	float:left;
	border: 1px solid #fff; 
}

.student-table {
	text-align: center;
}

.student-table tr {
	text-align: center;
 	height: 40px
}

.student-table td {
	width: 100px;
}

.student-table tr:first-of-type {
	font-weight: bold;
	color: #000;
	background-color: rgba(222, 237, 248, 0.8);
}

.student-table table > tbody > tr > td {
	vertical-align: middle; 
/* 	font-weight: bold; */
	border-top: #ddd 1px solid;
	border-right: #ddd 1px solid;

}

.student-table td:last-of-type {
	border-right: none;
}

.result-image {
	 background: url("../img/result-image.png") right no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border: 1px #fff solid; 
	width: 80px; 
	height: 100px; 
	margin: 20px 20px 10px 20px;
}

.result-image-box {
	width: 120px; 
	height: 100px; 
	border: 1px #fff solid; 
	float:left; 
	margin-left: 80px;
}

.result-download {
    color: #000;
    border: #DCDCDF 1px solid;
    /* border-bottom: #0E9FC6 2px solid; */
    background: #FCFCFC;
    vertical-align: middle;
    margin-top: 30px;
}

.result-download:hover {
    /*background: #FCFCFC;*/
	color: #000;
    border: #DCDCDF 1px solid;
	background-color: rgba(14,159,198,0.07);
}

.result-down-size {
    width: 550px;
	height: 100px;
    font-size: 21px;
    line-height: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
	padding-left: 20px;
}



.result-download-2 {
    color: #000;
    border: #DCDCDF 1px solid;
    /* border-bottom: #0E9FC6 2px solid; */
    background: #FCFCFC;
    vertical-align: middle;
    margin-top: 10px;
	box-shadow: none;
}

.result-download-2:hover {
    /*background: #FCFCFC;*/
	color: #000;
    border: #DCDCDF 1px solid;
	background-color: rgba(119,128,153,0.2);
}