@charset "utf-8";

@import url(../font/font.css);

/* === announce page CSS _ 230109 === */
/* reset */
.body, .body * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	border-collapse: collapse;
	font-family: 굴림, 굴림체;
	line-height: normal;
}
.body {font-size: 12px;}
.body table {
	border-spacing: 0;
	border-collapse: collapse;
	border: 0;
	width: 100%;
	table-layout: fixed;
}

.body th {
	background-color: #f8f8f8;
	border-top: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	text-align: center;
	font-size: 12px;
	font-family: "굴림","굴림체";
	vertical-align: middle;
}
.body td {
	border-right: #999 0px solid;
	border-bottom: #999 0px solid;
	font-size: 12px;
	font-family: "굴림","굴림체";
	vertical-align: middle;
}
.body input {
	color: #3a3a3a;
	font-size: 12px;
	font-family: "굴림","굴림체";
	vertical-align: middle;
}
.body input[type=text] {
	background: #fafafa;
	border: 1px solid #767676;
	border-radius: 2px;
	width: 220px;
	height: 26px;
	padding-left: 5px;
}
.body input:disabled {
	background: #fff;
	border-color: transparent;
}

.body a, .body button {cursor: pointer;}
.body a {text-decoration: none;color: #333;}

.w20 {width: 20%;}
.w30 {width: 30%;}
.w40 {width: 40%;}
.w50 {width: 50%;}
.w60 {width: 60%;}
.w70 {width: 70%;}
.w80 {width: 80%;}
.w00 {width: 100%;}

.ml5 {margin-left: 5px;}
.ml10 {margin-left: 10px;}
.mr5 {margin-right: 5px;}
.mr10 {margin-right: 10px;}

.flex {display: flex;align-items: center;}
.hide {display: none;}


/* page layout */
#popupArea, #popupArea2 {
	background: none;
	margin: 0px auto;
	overflow: auto;
	width: 600px;
}
#viewerInfo {
	color: white;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	width: auto;
	padding: 6px 4px 4px;
	background: #fff;
	box-shadow: inset 0px 11px 30px #084195;
}
.body .popup {
	width: 100%;
	padding: 2px;
	background: #858585;
}


/* header */
.body .popup .head {
	position: relative;
	height: 70px;
	background: #fff;
}
.body .popup .head .logo {
	height: 100%;
	padding: 10px 15px;
	display: inline-block;
}
.body .popup .head .logo img {
	height: 100%;
}

/* header top_icon */
.body ul.top_icon {
	float: right;
	height: 100%;
	padding: 10px 15px;
	display: inline-flex;
	align-items: center;
}
.body ul.top_icon li {
	float: left;
	margin: 0 3px;
	position: relative;
}
.body ul.top_icon li a {
	display: block;
	width: 46px;
	height: 46px;
	background: #fafafa;
	border-radius: 2px;
	transition: all .1s;
}
.body ul.top_icon li a:hover {
	background: #eeeeee;
	border-radius: 25px;
	font-size: 13px;
	border-radius: 50%;
}
.body ul.top_icon li a span {
	display: none;
}
.body ul.top_icon li a:hover span {
	display: block;
	position: absolute;
	top: 46px;
	left: 50%;
	width: 130%;
	transform: translateX(-50%);
	text-align: center;
	background: rgba(102, 102, 102, 0.8);
	border: solid 1px #ebebeb;
	color: #fff;
	line-height: 18px;
	padding-top: 1px;
	font-size: 12px;
	border-radius: 2px;
}


.body .serviceTitle {
	background: transparent;
	color: #fff;
	font-family: 'Malgun Gothic',맑은고딕;
	font-size: 30px;
	font-weight: bold;
	padding: 3px 0 5px;
	line-height: 50px;
	text-align: center;
	letter-spacing: -2px;
	min-height: 58px;
}


/* contents */
/* 지원자 정보입력 */
.body .contents {
	background: rgba(255, 255, 255, 0.95);
	padding: 15px 15px 1px;
	border: 0;
	margin: 0;
}

.body .data_wrap {
	background: #858585;
	border: 1px solid transparent;
}
.body .data_wrap>div {
	/* width: 100%; */
	/* height: 100%; */
	background: #fff;
	padding: 15px 0px;
}
.body .data_table {
	min-width: 400px;
	width: 76%;
	margin: 0px auto;
	background: #fff;
}
.body .data_table td:first-child {
	width: 140px;
	height: 34px;
	padding: 0 0 0 12px;
	font-size: 13px;
	color: #333333;
	font-weight: bold;
	border: none;
	text-align: left;
}
.body .data_table td:last-child {
	height: 34px;
	padding: 0 12px 0 0;
	border: none;
}
.body .data_table div {
	display: inline-block;
}
.body .data_table input {
	width: 100%;
}
.body .data_table input.disabled::placeholder {
	font-weight: bold;
	color: #000;
}


/* 수험번호 찾기 버튼 */
.body button.search {
	background: #858585;
	color: #fff;
	border: none;
	border-radius: 2px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	padding: 6px 10px 6px 10px;
	min-height: 26px;
	/* display: block; */
	position: relative;
}
.body button.searchno {
	width: 100%;
}
.body button.searchno:after {
	content: '';
	width: 0;
	height: 0;
	border-top: 10px solid #ffffff;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	filter: drop-shadow(0px 1px 1px #555);
	position: absolute;
	top: 8px;
	right: 10px;
}

/* 수험번호 링크 메뉴 */
.applynoSearch {position: relative;min-width: 122px;}
.body ul.sublist {
	position: absolute;
	top: 26px;
	width: 100%;
	background: #fff;
	border: solid 1px #ddd;
	box-shadow: 0px 0px 2px #bbb;
	text-align: center;
}
.body ul.sublist li {
	border-bottom: 1px solid #d7d7d7;
}
.body ul.sublist li a {
	display: block;
	line-height: 24px;
	color: #757575;
	font-weight: bold;
}
.body ul.sublist li a:hover {
	color: #cc4455;
}


/* 지원자 조회 버튼 */
.body .button_area {
	text-align: center;
	/* padding: 20px; */
	margin: 20px 0 20px;
}
.body .button_area ~ .button_area {
	margin-top: -10px;
}
.body button.searchstd {
	padding: 7px 10px 7px 10px;
}
.body button.searchstd:after {
	content: '';
	width: 13px;
	height: 13px;
	background: url(../../common/images/i_search.png) no-repeat 100% 0;
	display: inline-block;
	margin-left: 7px;
	vertical-align: text-bottom;
	filter: drop-shadow(0px 1px 1px #777);
}


/* 안내문구 영역 */
.body .notice_wrap {
	background: #858585;
	border: 1px solid transparent;
	/* padding: 15px 20px; */
	margin-bottom: 15px;
	font-size: 12px;
	line-height: 1.5;
}
.body .notice_wrap>div {
	border: none;
	text-align: left;
	width: 100%;
	height: 100%;
	background: #fff;
	padding: 15px 20px;
}
.body .notice {
	border: none;
	text-align: left;
	padding: 0;
}

.body .notice_wrap>div img {max-width:100%;}
.body .notice img {max-width:100%;} 


/* 지원자 조회 결과 */
.body .result_wrap {
}
.body .result_wrap tablee {
	text-align: center;
}

.body .result_wrap table th {
	height: 38px;
	font-size: 13px;
	font-family: "굴림","굴림체";
	letter-spacing: 0px;
	background: rgba(255, 255, 255, 0.88);
	border: solid 1px #d7d7d7;
}
.body .result_wrap table td {
	height: 38px;
	background: #fff;
	color: #333333;
	font-size: 13px;
	/* font-weight: bold; */
	text-align: center;
	padding: 0;
	border: solid 1px #d7d7d7;
}


.body a.btn {
	display: inline-block;
	height: 25px;
	line-height: 25px;
	background-color: #515861;
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	padding: 0 10px;
	border-radius: 2px;
	box-shadow: 0px 1px 3px #aaa;
}
.body a.btn.tuition, .body a.btn.enroll {
	margin-left: 10px;
	vertical-align: baseline;
}
.body a.btn img {
	margin-right: 5px;
	vertical-align: text-top;
}

.body a.btn:hover {
	box-shadow: inset 0px 1px 3px #7a7a7a;
	filter: brightness(1);
	padding-top: 1px;
}


/* 본인인증 팝업창 _ 230206 */
#viewer {
	position: relative;
}
#viewer .mask {
	position: absolute;
	opacity: 0.5;
	z-index: 99;
}
#viewer .popLayer {
	width: 500px;
	box-shadow: 0 2px 15px #555
}

.title_top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 5px 0px 0;
}
.title_top * {
	display: inline-block;
	margin: 0;
}
.title_top h3:before {
	content: '';
	display: inline-block;
	width: 3px;
	height: 3px;
	margin-right: 5px;
	border: 3px solid #0072bc;
	transform: rotate(45deg);
}
.title_top .close {
	display: inline-flex;
	border: 2px solid #c1c1c1;
	border-radius: 4px;
	align-items: center;
	padding: 2px;
	background: #fafafa;
	cursor: pointer;
}

.pop_tbl {
	margin: 10px 0 5px;
	display: inline-block;
	width: 100%;
	position: relative;
}
.pop_tbl table {
	width: 100%;
	border-top: 2px solid #0072bc;
	border-bottom: 1px solid #b5b5b5;
}
.pop_tbl table th {
	border-top: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	background-color: #f8f8f8 !important;
	text-align: center;
	vertical-align: middle;
	line-height: 21px;
	height: 35px;
	font-size: 12px;
}
.pop_tbl table td {
	border-top: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	text-align: center;
	vertical-align: middle;
	line-height: 32px;
	height: 35px;
	font-size: 12px;
	color: #3a3a3a;
	font-family: "굴림","굴림체";
}

.pop_tbl ul li {
	display: inline-block;
	margin: 10px 20px;
}
.pop_tbl ul li img {
	vertical-align: middle;
	margin-right: 10px;
}
.pop_tbl ul li:hover img, 
.pop_tbl ul li:hover label {
	filter: drop-shadow(1px 1px 1px #778899);
}

.popLayer select {
	height: 26px;
	width: 90px;
	background: #fafafa;
	border: 1px solid #767676;
}
.popLayer input[type=text] {
	width: 120px;
	height: 26px;
}
.popLayer input[type=email], 
.popLayer input.email {
	width: calc(100% - 100px);
	background: #fafafa;
	border: 1px solid #767676;
	border-radius: 2px;
	height: 26px;
	padding-left: 5px;
}
.popLayer button.code {
	background: #555555;
	border: 1px solid #767676;
	border-radius: 2px;
	height: 26px;
	padding: 0 3px;
	color: #fff;
}
.popLayer input.code:hover, .popLayer input.code:active {
	background: #996666;
	background: #777777;
}
.body button.accreditstd:after {
	content: '';
	width: 13px;
	height: 13px;
	background: url(../../common/images/i_unlock.png) no-repeat 100% 0;
	display: inline-block;
	margin-left: 7px;
	vertical-align: text-bottom;
	filter: drop-shadow(0px 1px 1px #777);
}


/* 발표페이지 결과화면 영역 테두리 색상 _v10*/
.body .result_wrap table {
	border: 2px solid transparent;
	background: #858585;
}
.body .result_wrap table th {
	border-left: 1px solid #858585;
}
.body .result_wrap table td {
	border-right: 1px solid #858585;
}
.body .result_wrap table tr:first-child th, 
.body .result_wrap table tr:first-child td {
	border-top: 1px solid #858585;
}
.body .result_wrap table tr:last-child th, 
.body .result_wrap table tr:last-child td {
	border-bottom: solid 1px #858585;
}


/* 발표페이지 사용할 서비스 차수 선택 _ 230208*/
section.selectService {
	background: #bbbbbb;
	/* background: #297cf780; */
	padding: 14px 13px 14px;
	margin-left: 15px;
	box-shadow: inset 0px 1px 3px #30303080;
	/* box-shadow: inset 0px 1px 5px #297cf780; */
}
section.selectService select {
	margin: 0 1px;
	box-shadow: 0px 1px 1px #30303080;
	/* box-shadow: 0px 1px 5px #297cf780; */
}
section.selectService select:hover {
	filter: drop-shadow(0px 0px 1px #999);
}


/* 버튼 영역 내 버튼 갯수 변경시 상하좌우 여백 동일하게 css 변경 _ 230313 */
.body .button_area {
	overflow: hidden;
	width: fit-content;
	margin: 15px auto;
	display: grid;
	justify-items: center;
}
.body .button_area a.btn {
	float: left;
	margin: 5px 2px;
}

/* 문서등록여부 btn 색상 수정 */	
.body a.btn.enroll {
	background-color: #084195;
}



/* 학생정보 조회결과 리스트table CSS 230817 */
.list_wrap {
	margin: 0px 0 15px;
	width: 100%;
	position: relative;
}

table.AnnouncementList th {
	border-top: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	background-color: #f8f8f8 !important;
	text-align: center;
	vertical-align: middle;
	line-height: 21px;
	height: 35px;
	font-size: 12px;
}
table.AnnouncementList td {
	border-top: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	text-align: center;
	vertical-align: middle;
	line-height: 21px;
	height: 35px;
}

table.AnnouncementList thead th:last-child, table.AnnouncementList tbody td:last-child {
	border-right: 0;
}
table.AnnouncementList thead tr:first-child, table.AnnouncementInfo tbody tr:first-child {
	border-top: 2px solid #7f8a97;
}
table.AnnouncementList tr:last-child th, table.AnnouncementList tr:last-child td {
	border-bottom-color: #7f8a97;
}



/* +++++ R4 - Editor Area Reset - 230310 +++++ */
/* 에디터 초기설정값 동일화 조건 1 - font */
.notice {
	color: #000000;
}
.notice * {
	font-family: dotum;
	font-size: 9pt;
	font-weight: normal;
	/* font-weight: bold; */
	color: unset;
	line-height: 1.5;
	letter-spacing: initial;
	vertical-align: initial;
}
.notice span {
	font-size: inherit;
	font-weight: inherit;
}
.notice b {
	font-family: inherit;
	font-size: inherit;
	font-weight: bold;
}
.notice u {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

/* 밑줄색상 검정색 유지 요청 시 _ 230320 */
.notice u {
	/* text-decoration-color: #000000 !important; */
}


/* 에디터 초기설정값 동일화 조건 2 - table */
.notice table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	border: 1px solid #cccccc;
	text-align: left;
	margin: 0px 0px;
}
.notice table[cellspacing="1"] {
	border-collapse: separate;
	border-spacing: 1px;
	border-width: 0px;
}
.notice table th {
	background: #f3f3f3;
	border: 1px solid #cccccc;
	vertical-align: middle;
	padding: 3px 4px 2px;
	font-weight: bold;
}
.notice table td {
	background: #ffffff;
	border: 1px solid #cccccc;
	border-width: 0px;
	vertical-align: middle;
	padding: unset;
	text-align: left;
}
.notice table[cellspacing="1"] td p {
	font-weight: normal;
}
