@charset "UTF-8";

.wci_src_result{}

input[type=text]{
	width:100%;  padding:5px;
}
input[type=button]{
	padding:10px;
	cursor:pointer;
}



.wci_src_result{font-family: 'Pretendard';}
#wrap h2 { font-size: 40px; text-align:center; margin-top:90px; background:none !important; color:#333 !important;}

.wci_src_result .hbox h3 {font-size: 25px; font-weight:700;}

.wci_src_result .taWrap{max-width:1000px; margin:auto;}
.wci_src_result .searchWrap{max-width:670px; margin:0 auto 80px;}
.wci_src_result .searchWrap select{border:2px solid #008e5c; border-radius:10px; width:100%; color:#666; font-size:20px; padding:13px 30px; height:auto; background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" viewBox="0 0 24 24"><path d="M6 9l6 6 6-6"/></svg>') no-repeat right 12px center; -webkit-appearance: none; -moz-appearance: none; appearance: none;}
.wci_src_result .searchWrap select::-ms-expand {display: none;}
.wci_src_result .searchWrap select:focus {border:2px solid #008e5c !important;}
/* basic table */
table{border-collapse: separate; border-spacing: 0;}
.tb_normal { width:100%; margin-top:30px; font-size: 1.1em;}
.tb_normal th { padding:10px; font-weight:600; color:#000; font-size:20px;}
.tb_normal td { border:#bfbfbf 1px solid; border-width: 0px 0 1px 0px; padding:5px 10px; text-align:center; color:#000; font-size:18px;}
.tb_normal td:first-child{background-color:#f4f4f4;}
.tb_normal td:nth-child(2){border-right:1px solid #7bbd27;}
.tb_normal td.left { text-align:left; }
table.tb_normal th:first-child,
table.tb_normal td:first-child{border-left: 0}
table tbody tr:nth-of-type(1) th{color:#fff; border-radius:30px 30px 0 0;}
table tbody tr:nth-of-type(1) th:nth-of-type(1){background-color:#7f7f7f;}
table tbody tr:nth-of-type(1) th:nth-of-type(2){background-color:#7bbd27;}
table tbody tr:nth-of-type(1) th:nth-of-type(3){background-color:#008e5c;}



/* tab menu */
.tabWrap { position:relative; margin:0.7% 0.7% 5% 0.7%; }
.tabWrap ul { width:100%; }
.tabWrap ul:after { content:""; display:block; clear:both; }
.tabWrap li { float:left; width:130px; border:#bfbfbf 1px solid; margin:0 -1px -1px 0; }
.tabWrap li a {
	font-size:1.2em; display:table-cell;
	color:#333;
	height:40px;
	vertical-align:middle;
	text-align:center;
	width: inherit;
}

.tabWrap li:hover, .tabWrap li.selected {
	background:#bfbfbf;
	color:#fff;
}
.tabWrap li:hover a, .tabWrap li.selected a {
	color:#fff;
}

.hbox {
	display:flex;
	align-items:center;
	justify-content: space-between;
}

.hbox input{
	color:#000;
	font-size:14px;
	padding:10px 45px 10px 23px;
	box-sizing:border-box;
	background:url('https://ksa.or.kr/sites/ks-wci/images/sub/ex_down.jpg') no-repeat 85% center;
}
.btnWrap{margin-top:100px !important; display:flex; justify-content:center; gap:0 10px;}
.btnWrap a{display:block; width:30%;}
.btnWrap a input{color:#fff; border:0; font-size:22px; max-width:360px; width:100%; padding:19px 0; }
.btnWrap a:first-child input[type=button]{background:#ff981f url('https://ksa.or.kr/sites/ks-wci/images/sub/bbs_result1.jpg') no-repeat 85% center;;}
.btnWrap a:last-child input[type=button]{background:#0082d8 url('https://ksa.or.kr/sites/ks-wci/images/sub/bbs_result2.jpg') no-repeat 85% center;;}

@media screen and (max-width: 768px) {
	#wrap h2{margin-top:30px;}
	.wci_src_result .searchWrap{margin:0 auto 30px;}
	.hbox{display:block; }
	.hbox input{float:right; margin:10px 0 20px;}
	.wci_src_result .hbox h3{margin-bottom:10px;}
	.btnWrap a{width:49%;}
	.btnWrap a input{font-size:16px; background-image:none !important;}
	.btnWrap{margin-top:30px !important;}
}