@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;
	padding: 0;
}
.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 .popupTitle {
	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 {
	text-align: left;
	border: 0;
	padding: 0;
}
.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
}
body > .body .popLayer {
	position: fixed;
}

.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;
}


/* ========================================= */
/* 무료원서접수 CSS added 240413 */
h3 {
	font-size: 14px;
	font-weight: bold;
}
.body h3.wrapTitle {
	border-bottom: 2px solid #7f8a97;
	padding-bottom: 2px;
	margin: 20px 0 10px;
	height: 20px;
}
h3.wrapTitle:first-of-type {
	margin-top: 0;
}

h4.phraseTitle {
	font-size: 13px;
	margin: 20px 0 4px;
}
h4.phraseTitle:before {
	content: unset;
}

ul.option li {
	float: left;
	width: 50%;
	height: 34px;
	line-height: 32px;
}
span.title {
	display: inline-block;
	width: 32%;
	font-size: 13px;
	font-weight: 600;
	padding-left: 12px;
	vertical-align: middle;
}

.body .data_table2 {
	min-width: 400px;
	width: 100%;
	margin: 0px auto;
	background: #fff;
}
.body .data_table2 td:nth-child(3) {
	width: 140px;
	height: 34px;
	padding: 0 0 0 12px;
	font-size: 13px;
	color: #333333;
	font-weight: bold;
	border: none;
	text-align: left;
}

.body select {
	background: #fafafa;
	border: 1px solid #767676;
	border-radius: 2px;
	width: 100%;
	height: 26px;
	font-size: 12px;
	padding-left: 2px;
	padding-right: 5px;
}
.body input[type=password] {
	background: #fafafa;
	border: 1px solid #767676;
	border-radius: 2px;
	width: 220px;
	height: 26px;
	padding-left: 5px;
}
.body .data_table2 input {
	width: auto;
}
.data_table2 .option input, .data_table2 .option select {
	width: calc(70% - 20px);
}
.data_table2 .option input:has(~a.btnFrm), .data_table2 .option input#precol_etc_score {
	width: calc(70% - 82px);
}
.data_table2 .option li:has(select:nth-child(3)) select {
	width: calc(35% - 12px);
}

.body button:hover {
	filter: brightness(0.9);
}
.body button {
	padding: 4px 4px;
	border: 1px solid transparent;
	border-radius: 2px;
	background-color: #777;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
}
.body .btnFrm {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	height: 24px;
	padding: 0 8px;
	border: 1px solid #515861;
	border-radius: 2px;
	background-color: #515861;
	color: #fff;
	box-shadow: 0px 1px 2px #aaa;
}
.body .btnFrm:hover {
	box-shadow: inset 0px 1px 2px #7a7a7a;
	filter: unset;
	padding-top: 1px;
}

.body span.hypen {
	margin-left: -4px;
	margin-right: -3px;
}

.body a.btnFrm {
	line-height: 22px;
}
.body a.btnFrm span {
	background: url(../../common/images/search_btn.png) no-repeat 0px 4px;
	width: 16px;
	height: 22px;
	display: inline-block;
	vertical-align: top;
}
.body span.smFt {
	font-size: 11px;
	letter-spacing: -1px;
	color: #757575;
}

.body textarea {
	height: 26px;
	vertical-align: middle;
	padding: 0 10px;
	box-sizing: revert;
}
.body input[type=file] {
	background: #fafafa;
	border-radius: 2px;
	width: 300px;
	padding: 2px 0;
}
.body input.inputDate {
	height: 26px;
	background: #fafafa;
	border: 1px solid #767676;
	border-radius: 2px;
	padding-left: 5px;
}

.body button.accept {
	font-weight: bold;
	padding: 7px 10px 7px 10px;
}


/* 개인정보 이용 동의 check box CSS 240416 */
/* 전체 동의 check box CSS 240416 */
.alignRight {
	text-align: right;
}
.completeAgree {
	border: 1px solid #9e9e9e;
	background: #ffffff;
	color: #3b99fc;
	/* float: right; */
	padding: 5px 10px;
	/* margin-top: -15px; */
	display: inline-block;
}
.chks {
	display: inline-block;
	position: relative;
}
.chks input[type="checkbox"] {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.chks input[type="checkbox"] + label {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-left: 36px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	line-height: 1.750;
	margin-right: 5px;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5;
	vertical-align: text-top;
}
.chks input[type="checkbox"] + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: -1px;
	margin: 0;
	width: 23px;
	height: 21px;
	text-align: center;
	background: #fff;
	border: 1px solid #c0c0c0;
	box-sizing: border-box;
}
.chks input[type="checkbox"] + label:after {
	content: "";
	display: block;
	position: absolute;
	width: 11px;
	height: 7px;
	left: 5px;
	top: 3px;
	border-width: 0 0 2px 2px;
	border-style: solid;
	border-color: transparent transparent transparent transparent;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}
.chks input[type="checkbox"]:checked + label:after {
	border-color: transparent transparent #d74914 #d74914;
}
.completeAgree .chks input[type="checkbox"] + label {
	font-size: 13px;
	font-weight: bold;
}

.body .notice_wrap .check_area {
	border-top: 1px solid #9e9e9e;
	padding: 10px 20px;
}

/* 라디오 버튼 radio Btn CSS 240416 */
.check_area input[type="radio"] {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.check_area input[type="radio"] + label {
	display: inline-block;
	vertical-align: revert-layer;
	position: relative;
	padding-left: 26px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	line-height: 1.5;
	margin-right: 5px;
}
.check_area input[type="radio"] + label:before {
	content: '';
	position: absolute;
	left: 2px;
	top: -2px;
	margin: 0;
	width: 21px;
	height: 21px;
	text-align: center;
	background: #fff;
	border: 1px solid #c0c0c0;
	border-radius: 50%;
	box-sizing: border-box;
}
.check_area input[type="radio"]:checked + label:after {
	content: "";
	display: block;
	position: absolute;
	width: 11px;
	height: 11px;
	left: 7px;
	top: 3px;
	background: #333;
	border-radius: 50%;
}
.check_area input[type="radio"]:checked + label:after {
	background: #3b99fc;
}

/* 전문 접어보기 CSS 240416 */
.body input.btnTgl {
	float: right;
	margin-top: -25px;
	padding: 3px 10px;
	border-radius: 10px;
	border: 1px solid #767676;
	background: #fff;
	box-shadow: 0px 1px 2px #aaa;
	cursor: pointer;
}
.body input.btnTgl:hover {
	box-shadow: inset 0px 1px 2px #7a7a7a;
}
.body input.btnTgl.active {
	background: #3b99fc;
	color: #fff;
	border-color: #0a509e;
}
.body input.btnTgl[value=열기] + .notice_wrap .notice {
	/* display: none; */
}
.body input.btnTgl[value=닫기] + .notice_wrap .notice {
	/* display: block; */
}
.body input.btnTgl + .notice_wrap .notice {
	display: none;
}
.body input.btnTgl.active + .notice_wrap .notice {
	/* display: block; */
}

input.btnNxt {
	border: 1px solid transparent;
	border-radius: 2px;
	background-color: #3b99fc;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 7px 10px 7px 10px;
}


/* 고교검색 팝업창 _ 230206 */
#wrap_new {
	background-color: #00a1e9;
	padding: 1px;
}
.pop_tbl .search_area {
	text-align: center;
	padding: 25px 0px;
	background-color: #00a1e9;
	display: flex;
	justify-content: center;
	background: rgba(255, 255, 255, 0.2);
}
.popLayer input.search_input {
	width: 250px;
	height: 40px;
	/* text-align: center; */
	padding-left: 10px;
	line-height: 40px;
	border-radius: 2px 0 0px 2px;
}
input#search_new {
	width: 60px;
	height: 40px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	border: none;
	cursor: pointer;
	border-radius: 0px 2px 2px 0px;
	background: rgba(0, 0, 0, 0.4);
}

.pop_tbl .tableWrap {
	min-height: 200px;
	max-height: 500px;
	overflow: auto;
	display: block;
	clear: both;
}
.tableWrap table {
	background: #ffffff0d;
	border-color: #fff;
	margin: 0;
}
.tableWrap table td {
	background: rgba(255, 255, 255, 0.85);
	border-color: #fff;
	line-height: 1.5;
}


/* input[type='file'] CSS 240709 */
.body .tablewrapper .fileinput ~ .sBtn span.btnnm {
	line-height: 28px;
}



/* ======= 원서접수 모바일 반응형 css 240731 240808 ======= */
body.body {
	max-width: 100% !important;
}

.body .popupTitle {
	line-height: normal;
	padding: 7px 0 11px;
}

.body .data_table2 col:first-child {
	width: 22%;
}

.body .data_table2 input[type=file] {
	width: auto;
}

.data_table2 input, .data_table2 select {
	max-width: calc(100% - 6px);
}

.data_table2 .option input, .data_table2 .option select {
	width: calc(68% - 10px);
}

.data_table2 .option input:has(~a.btnFrm), .data_table2 .option input#precol_etc_score {
	width: calc(68% - 72px);
}

.data_table2 .option li:has(select:nth-child(3)) select {
	width: calc(34% - 7px);
}

ul.option.applData li input {
	width: auto;
	max-width: calc(68% - 10px);
}
ul.option.applData li input[size='5'], 
ul.option.applData li input[id^='TEL'] {
	width: 47px !important;
}
ul.option.applData li input[size='7'],
ul.option.applData li input[id^='JUMIN'] {
	width: 61px !important;
}
ul.option.applData li input[size='10'],
ul.option.applData li input[id^='zip'] {
	width: 82px !important;
}

ul.option li.fullW {
	width: 100%;
}

ul.option li.fullW span.title {
	width: 16%;
}

.pop_tbl .tableWrap {
	/* background: rgba(0, 0, 0, 0.02); */
	max-height: calc(100vh - 220px);
}


/* 조회-조회결과 table 반응형 CSS _ 240808 */
.body .searchpopup .data_table input {
	max-width: 270px;
}
.body .searchpopup .data_table td:has(.typeAuth) input {
	width: calc(100% - 38px);
}

table.AnnouncementList tr:nth-child(even) td {
	background: #f8f8f8;
}
table.AnnouncementList thead th:last-child, table.AnnouncementList tbody td:last-child {
	border-right: 1px solid #d7d7d7;
}

/* 파일찾기 css */
.tablewrapper .fileinput {
	width: 250px;
	height: 24px;
	text-align: left;
	vertical-align: bottom;
	background: #dd4c4c url(../../common/images/admin/nfindFile.png) no-repeat right 1px;
	border-radius: 2px;
}
.tablewrapper .fileinput textarea {
	width: 170px;
	height: 22px;
	vertical-align: middle;
	line-height: 22px;
}
.tablewrapper .fileinput input {
	position: absolute;
	right: 0;
	z-index: 75;
	filter: alpha(opacity = 0);
	opacity: 0;
	width: 100%;
	margin-top: 0;
}

.tablewrapper .fileinput ~ .sBtn {
	line-height: 24px;
	height: 24px;
	vertical-align: sub !important;
}

.tablewrapper .fileinput ~ label {
	height: 24px;
	vertical-align: -2px;
	vertical-align: bottom;
	margin-left: 0;
}
.tablewrapper .fileinput ~ label > select {
	height: 24px;
	width: 80px;
	padding: 0 5px;
	background: #fafafa;
	border: 1px solid #767676;
}


/* 에디터 table 가로폭 큰 table - 가로 스크롤 추가 CSS 240816 */
.body .notice ul {
	max-width: 100% !important;
	overflow-x: auto;
}
.body .notice ul table {
	/* max-width: 100% !important; */
}
.body .notice ul table td {
	width: auto !important;
	/* 에디터 table 가로폭 큰 table - device 폭에 맞추기 CSS 240816 */
}



@media screen and (max-width: 660px) {
	.body .data_table, .body .data_table2 {
		min-width: auto;
		min-width: 280px;
	}

	.body .data_table2 col:first-child {
		width: 32.6%;
	}

	.body .data_table td:last-child {
		padding: 0 4px 0 0;
	}

	.data_table2 input, .data_table2 select {
		max-width: calc(100% - 6px);
	}

	ul.option li {
		width: 100%;
		height: auto;
	}

	ul.option li.fullW span.title {
		width: 32%;
	}

	.body span.smFt {
		display: block;
	}

	/* 조회-조회결과 table 반응형 CSS _ 240808 */
	.tablewrapper:has(.fileinput) {
		padding: 2px;
	}
	.tablewrapper .fileinput {
		max-width: 100%;
	}
	.tablewrapper .fileinput textarea {
		width: calc(100% - 80px);
	}
	.tablewrapper .fileinput ~ .sBtn {
		float: right;
		margin: 2px 0px;
		padding: 0 11px !important;
	}
}

/* 조회-조회결과 table 반응형 CSS _ 240808 */
@media screen and (max-width: 539px) {
	table.AnnouncementList colgroup {
		display: none;
	}
	table.AnnouncementList th {
		display: none;
	}
	table.AnnouncementList tr {
		display: flex;
		flex-wrap: wrap;
		border-bottom: 1px solid #e34f4f;
		border-top: 1px solid #ffffff;
		border-bottom: 1px solid #7f8a97;
	}
	table.AnnouncementList td {
		flex-basis: 100%;
		display: flex;
		justify-content: space-between;
		position: relative;
		padding: 8px 6%;
		font-size: 13px;
		border-top: 1px solid #e7e7e7;
		border-bottom: 0;
		/* justify-content: start; */
	}
	table.AnnouncementList td:before {
		content: attr(data-label);
		font-weight: bold;
		margin-right: 10px !important;
		width: 30%;
		text-align: left;
		/* padding-left: 15px; */
	}
	table.AnnouncementList td:after {
		content: ':';
		position: absolute;
		left: calc(6% + 64px);
	}
	table.AnnouncementList td form[id^="viewDetailForm"] {
		display: none;
	}
	table.AnnouncementList td a.btn {
		margin-top: -3px;
	}
	table.AnnouncementList thead th:last-child, table.AnnouncementList tbody td:last-child {
		border-right: 1px solid #d7d7d7;
	}
}


@media screen and (max-width: 1024px) {
	#viewer .popLayer {
		position: fixed;
	}
}

@media screen and (max-width: 519px) {
	#viewer .popLayer {
		width: 480px;
		max-width: 98%;
		padding: 6px 10px;
	}
}


@media screen and (max-width: 400px) {
	.body .popupTitle, .body .serviceTitle {
		font-size: 27px;
	}

	.body .data_table2 col:first-child {
		width: 33.6%;
	}
	span.title {
		width: 33%;
	}
	ul.option li.fullW span.title {
		width: 33%;
	}
	ul.option.applData li input {
		max-width: calc(67% - 10px);
	}
}

@media screen and (max-width: 340px) {
	.body .popupTitle, .body .serviceTitle {
		font-size: 24px;
	}
	.body .btnFrm:not(#btn_high, #addAddress) {
		padding: 0 1px;
	}
}

/* =======// 원서접수 모바일 반응형 css 240731 240808 ======= */