@charset "utf-8";

/********** skip_nav **********/
.skip_nav {display:block;overflow:hidden;height:0;background:#000;text-align:center;}
.skip_nav:focus {overflow:auto;height:auto;padding:5px 0;color:#fff;}


/********** 숨김 **********/
.hide {overflow:hidden;width:0px;height:0px;font-size:0;}


/********** 말줄임(공지사항 리스트_가로값과 같이사용) **********/
.ellipsis {overflow:hidden;display:inline-block;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;}


/********** 가로값 **********/
.wh100p {width:100%;}
.wh70p {width:70%;}
.wh50p {width:50%;}
.wh30p {width:30%;}
.wh70 {width:70px;}
a.h29 {height:29px;}


/********** 폰트색상 **********/
.cr_red {color:#ff0000;}
.cr_blue {color:#0085e2;}
.cr_green {color:#578a00;}
.cr_bk {color:#000;}


/********** 정렬 **********/
.ta-l {text-align:left;}
.ta-c {text-align:center;}
.ta-r {text-align:right;}
.vt-t {vertical-align:top;}
.vt-c {vertical-align:middle;}
.vt-b {vertical-align:bottom;}


/********** 전역클래스 **********/
.ft-l {float:left;}
.ft-r {float:right;}
.block {display:block;}
.inblock {display:inline-block;}
.overflow {overflow:hidden;}
.clear {clear:both;}
.bold600 {font-weight:600;}


/********** 폰트사이즈 **********/
.ft13 {font-size:13px;}
.ft16 {font-size:16px;}


/********** 타이틀 **********/
.tith4 {position:relative;padding-left:23px;font-size:22px;color:#222;}
.tith4:after {content:"";position:absolute;left:0;top:11px;width:15px;height:4px;background:#ff0000;transform:rotate(-45deg)}
.tith5_bg {position:relative;padding-left:28px;background:url(./../img/common/h5_bg.png) no-repeat 0 center;font-size:18px;color:#222;}
.tith6 {position:relative;padding-left:15px;margin-left:15px;font-size:16px;color:#333;}
.tith6:after {content:"";position:absolute;left:0;top:9px;width:9px;height:9px;background:#ff0000;border-radius:100%;}


/********** 참고텍스트 **********/
/* 느낌표_흰배경파란 */
.point1 {display:block;padding-left:20px;background:url(./../img/common/ico_caution1.gif) no-repeat 0 6px;}
/* 느낌표_흰배경빨강 */
.point2 {display:block;padding-left:20px;background:url(./../img/common/ico_caution2.gif) no-repeat 0 6px;}
/* 느낌표_빨강배경흰색 */
.point3 {display:block;padding-left:20px;background:url(./../img/common/ico_caution3.gif) no-repeat 0 6px;}
/* 당구장표시 */
.point4 {display:block;padding-left:14px;background:url(./../img/common/bul_focus.gif) no-repeat 0 9px;}


/********** 리스트 **********/
/* 리스트_1 */
.list1 > li {position:relative;padding-left:14px;font-size:14px;color:#555;}
.list1 > li:after {content:"";position:absolute;left:0;top:11px;width:4px;height:4px;background:#ff0000;}
/* 리스트_2 */
.list2 > li {padding:0 0 0 9px;background:url(./../img/common/sh_dot1.gif) no-repeat 0 10px;color:#444;}
/* 리스트_3 */
.list3 > li {position:relative;padding-left:12px;font-size:14px;color:#666;}
.list3 > li:after {content:"";position:absolute;left:0;top:11px;width:3px;height:1px;background:#777;}
/* 넘버리스트_1 */
.numlist1 > li {position:relative;padding-left:30px;font-size:14px;color:#000;}
.numlist1 > li:after {content:"01";position:absolute;left:0;top:0;width:25px;height:25px;line-height:25px;background:#ff8c7d;border-radius:100%;text-align:center;color:#fff;}
.numlist1 > li + li:after {content:"02";}
.numlist1 > li + li + li:after {content:"03";}
.numlist1 > li + li + li + li:after {content:"04";}
.numlist1 > li + li + li + li + li:after {content:"05";}
.numlist1 > li + li + li + li + li + li:after {content:"06";}
.numlist1 > li + li + li + li + li + li + li:after {content:"07";}
.numlist1 > li + li + li + li + li + li + li + li:after {content:"08";}
.numlist1 > li + li + li + li + li + li + li + li + li:after {content:"09";}
.numlist1 > li + li + li + li + li + li + li + li + li + li:after {content:"10";}
.numlist1 > li + li + li + li + li + li + li + li + li + li + li:after {content:"11";}


/********** 버튼 **********/
/* 기본 */
a.btn_bace {display:inline-block;height:41px;line-height:39px;padding:0 15px;background:#fcfcfe;border:1px solid #d2d2d2;color:#121212;}
.btn_input {display:inline-block;height:30px;line-height:30px;padding:0 15px;background:#fcfcfe;border:1px solid #d2d2d2;color:#121212;cursor:pointer;}
a.btn_bace span {position:relative;display:inline-block;padding-right:15px;}
a.btn_bace span:after {content:">";position:absolute;right:0;top:0;font-size:12px;font-weight:600;}
a.btn_bace:hover,a.btn_bace:focus,a.btn_bace:active {background:#00479d;border:1px solid #00479d;color:#fff;}

a.btn_bace1 {display:inline-block;height:41px;line-height:39px;padding:0 15px;background:#00479d;border:1px solid #00479d;color:#fff;}
a.btn_bace1 span {position:relative;display:inline-block;padding-right:15px;}
a.btn_bace1 span:after {content:">";position:absolute;right:0;top:0;font-size:12px;font-weight:600;}
a.btn_bace1:hover,a.btn_bace1:focus,a.btn_bace1:active {background:#468fc1;border:1px solid #468fc1;color:#fff;}

/*파랑*/
a.btn_blue {background:#2977c7;border:1px solid #2977c7;color:#fff;}
a.btn_blue:hover,a.btn_blue:focus,a.btn_blue:active {background:#000;border:1px solid #000;}

/*새창링크*/
a.btn_link {display:inline-block;padding-right:17px;background:url(./../img/common/sh_blank_icon_on.gif) no-repeat right 5px;}
a.btn_link:hover,a.btn_link:focus,a.btn_link:active {background:url(./../img/common/sh_blank_icon_on.gif) no-repeat right 5px;color:#ff0000;}


/********** 파일버튼 **********/
/* pdf */
a.btn_file {display:inline-block;height:35px;line-height:35px;padding:0 10px;background:url(./../img/common/icon_file.gif) no-repeat 16px 9px #fcfcfe;border:1px solid #d2d2d2;color:#343434;}
a.btn_file span {padding-left:25px;}
a.btn_file:hover, a.btn_file:focus, a.btn_file:active {border-color:#222;text-decoration:none;}
/*파일버튼종류*/
a.btn_ie {background-position:16px -36px;}/* 익스플로러 */
a.btn_hwp {background-position:16px -89px;}/* 한글 */
a.btn_excel {background-position:16px -141px;}/* 엑셀 */
a.btn_word {background-position:16px -191px;}/* 워드 */
a.btn_ppt {background-position:16px -242px;}/* 파워포인트 */
a.btn_down {background-position:16px -296px;}/* 파일다운로드 */
a.btn_jpg {background-position:16px -351px;}/* jpg */
a.btn_gif {background-position:16px -407px;}/* gif */
a.btn_ai {background-position:16px -463px;}/* 일러스트 */
a.btn_png {background-position:16px -519px;}/* png */


/********** 테이블 **********/
caption {overflow:hidden;height:0px;}/* 사파리에서 공백생기므로 font-size:0으로는 안됨 */
.table_st1 {position:relative;width:100%;border-bottom:1px solid #ccc;word-break:normal;}
.table_st1 thead th {padding:15px 8px;background:#fbfbfb;border-left:1px solid #cdd2d5;border-top:1px solid #cdd2d5;color:#000;}
.table_st1 thead th:first-child {border-left:0;}
.table_st1 tfoot th {padding:15px 8px;background:#e8e8e2;border-top:1px solid #ccc;}
.table_st1 tfoot td {padding:15px 8px;border-left:1px solid #cdd2d5;border-top:1px solid #ccc;background:#e8e8e2;}
.table_st1 tbody th {padding:15px 8px;border-left:1px solid #cdd2d5;border-top:1px solid #cdd2d5;background:#f9f9f9;vertical-align:middle;font-weight:400;color:#000;}
.table_st1 tbody tr th:first-child,
.table_st1 tbody tr td:first-child {border-left:0;}
.table_st1 tbody tr.bg {background:#f7f7f7;}
.table_st1 tbody tr:first-child th,
.table_st1 tbody tr:first-child td {border-top:2px solid #203300;}
.table_st1 tbody td {padding:15px 8px;border-left:1px solid #cdd2d5;border-top:1px solid #cdd2d5;}
.table_st1 tbody tr th.bd_left,.table_st1 tbody tr td.bd_left,
.table_st1 thead tr th.bd_left,.table_st1 thead tr td.bd_left {border-left:1px solid #cdd2d5;}
.ov_scroll {display:none;}
	/*모바일*/
	@media only screen and (max-width:767px){
		.table_st1 {word-break:keep-all;}

		.ov_scroll {display:block;text-align:center;color:#3587c7;font-size:16px;}
		.ov_scroll span {padding-left:25px;background:url(./../img/common/scroll.gif) no-repeat}
		.ov_table {position:relative;overflow-x:scroll;}
		.ov_table .table_st1 {width:700px;}

	}


/********** 인풋스타일 **********/
.input_style {border:1px solid #cdd2d5;height:30px;line-height:30px;}
.input_file {height:30px;line-height:30px;}


/********** 가장자리_외부(margin)_필요시 작성 **********/
/* 위 */
.mt0 {margin-top:0;}
.mt5 {margin-top:5px;}
.mt10 {margin-top:10px;}
.mt15 {margin-top:15px;}
.mt20 {margin-top:20px;}
.mt30 {margin-top:30px;}
.mt40 {margin-top:40px;}
.mt60 {margin-top:60px;}
/* 우측 */
.mr5 {margin-right:5px;}
.mr20 {margin-right:20px;}
/* 좌측 */
.ml5 {margin-left:5px;}
.ml13 {margin-left:13px;}
.ml15 {margin-left:15px;}
.ml20 {margin-left:20px;}
.ml25 {margin-left:25px;}
/* 아래 */
.mb20 {margin-bottom:20px;}
.mb40 {margin-bottom:40px;}


/******* 통합검색 *******/
/* 리스트 */
.tableA {width:100%;word-break:break-all;}
.tableA table {width:100%;}
.tableA tr:hover {background:#f9f9f9;}
.tableA thead th {padding:8px 0px;background:#fbfbfb;border-top:2px solid #033900;color:#000;}
.tableA thead th:first-child {border-left:0;}
.tableA tbody th {padding:8px 0px;border-top:1px solid #cdd2d5;vertical-align:middle;font-weight:400;}
.tableA tbody tr th:first-child,
.tableA tbody tr td:first-child {border-left:0;text-align:center;}
.tableA tbody tr:first-child th,
.tableA tbody tr:first-child td {border-top:1px solid #666;}
.tableA tbody tr:last-child th,
.tableA tbody tr:last-child td {border-bottom:1px solid #666;}
.tableA tbody td {padding:8px 0px;border-top:1px solid #cdd2d5;}
.tableA tbody td a:hover {text-decoration:underline;}
.tableA tbody img {padding:4px 0;vertical-align:middle;}
.tableA tbody img.new {padding:0;}

/* 페이지넘버 */
.pagination {position:relative;height:60px;text-align:center;margin-top:20px;}
.pagination .current {position:relative;width:388px;height:60px;margin:0 auto;text-align:center;padding:5px 8px;background:#203300;color:#fff;}
.pagination a {padding:0 5px;}
.pagination a img {padding-top:7px;}

/* 검색 */
.boardsearch {text-align:center;padding:20px 0;border:1px solid #ccc;background:#fbfbfb;}
.boardsearch legend {display:none;}
.boardsearch label {display:none;}
.boardsearch select {padding:4px 10px;border:1px solid #ccc;}
.boardsearch input {padding:5px 10px;border:1px solid #ccc;}
.boardsearch .btnA_03 {padding:6px 10px; background:#779d75;color:#fff;border:0px solid #ccc;font-size:13px;cursor:pointer;}

@media only screen and (max-width:1024px){
	.paraB .right {margin-bottom:20px;}
}

@media only screen and (max-width:767px){
	.tableA thead th {font-size:13px;}
	.tableA tbody tr td {font-size:12px;}
	.tableA tbody tr th:first-child,
	.tableA tbody tr td:first-child {width:20%;}
	.tableA tbody tr:first-child th,
	.tableA tbody tr:first-child td {width:20%;}
	.tableA .publisher,.tableA .year {display:none;}
	.boardsearch select {width:35%;}
	.boardsearch input {width:35%;}
	.boardsearch .btnA_03 {width:72px;}

	/* 페이지넘버 */
	.pagination {letter-spacing:-2px;}
}

@media only screen and (max-width:434px){
	.boardsearch select {display:inline-block;width:80%;}
	.boardsearch input {display:inline-block;width:80%;margin:3px 0;}
	.boardsearch .btnA_03 {display:inline-block;width:80%;}
}