@charset "utf-8";

/********** skip_nav **********/
.skip_nav {display:block;overflow:hidden;position:absolute;left:0;right:0;top:0;z-index:1000;height:0;background:#000;text-align:center;}
.skip_nav:focus {overflow:auto;height:auto;padding:5px 0;color:#fff;}


/********** 숨김 **********/
.hide {overflow:hidden;position:absolute;width:1px;height:1px;margin:-1px;padding:0;border:0;white-space:nowrap;clip:rect(0 0 0 0);clip-path:inset(50%);}


/********** 말줄임(사용시 클래스가 맨앞에 위치해야함) **********/
[class^="ellipsis"] {display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;}
.ellipsis1 {-webkit-line-clamp:1;}/* 1줄 */
.ellipsis2 {-webkit-line-clamp:2;}/* 2줄 */
.ellipsis3 {-webkit-line-clamp:3;}/* 3줄 */
.ellipsis4 {-webkit-line-clamp:4;}/* 4줄 */
.ellipsis5 {-webkit-line-clamp:5;}/* 5줄 */


/********** 리스트(사용시 클래스가 맨앞에 위치해야함) **********/
[class^="list"] > li {position:relative;padding-left:14px;margin-top:5px;}
[class^="list"] > li:after {content:"";position:absolute;left:0;top:11px;}
/* 리스트_1 */
.list1 > li {color:#666;line-height: 1.5;padding-left:12px;}
.list1 > li:after {width:4px;height:4px;background:#444;border-radius:10px;top:7px;}
/* 리스트_2 */
.list2 > li {padding-left:9px;margin-top:5px;color:#999;font-size:.9em;}
.list2 > li:after {width:4px;height:1px;background:#999;top:9px;}



/********** 폰트색상 **********/
.cr_red {color:#ff0000;}
.cr_blue {color:#177ce8;}
.cr_green {color:#578a00;}
.cr_yellow {color:#ffa800;}
.cr_gray {color:#999;}


/********** 검색 **********/
.total {color:#222;font-weight:600;font-size:16px;}
.total strong {display:inline-block;font-weight:900;}
.search_box {font-size:.9em;}
.search_box .gray_box {display:flex;justify-content:space-between;align-items:center;padding:15px;border-radius:10px;}
.search_box .gray_box .flexbox {justify-content: space-between;align-items: center;max-width:420px;}
.search_box .gray_box .flexbox .sc_input {width:calc(100% - 170px);}
.search_box .gray_box .inputbox {background:#fff;border-radius:5px;width:100%;text-align: left;}
.search_box .gray_box .select_style {border:0;background-color:#fff;}
.search_box .gray_box .line2.flexbox {justify-content: flex-start;}
.search_box .gray_box .line2.flexbox select + select {margin-left:10px;}
.search_box .btn_sch {position:relative;display:inline-block;margin-right:10px;width:30px;height:30px;background:none;opacity:.5;transition:all .4s;-webkit-transition:all .4s;}
.search_box .btn_sch:after {content:'';position:absolute;left:0;top:0;width:100%;height:100%;background:url("./../../images/fs/common/icon_search.png") no-repeat center;filter:brightness(0) saturate(100%) invert(14%) sepia(0%) saturate(772%) hue-rotate(223deg) brightness(97%) contrast(100%);}
.search_box .btn_sch:hover {opacity: 1;}
	/* 반응형 */
	@media only screen and (max-width:1023px){
		ul.sch_btn li a {line-height:36px;}
	}
	@media only screen and (max-width:767px){
		.total {font-size:15px;}
		.search_box .gray_box {padding:25px 15px;flex-direction: column;justify-content: center;}
		.search_box .gray_box .total {margin-bottom:10px;}
		.search_box .gray_box .inputbox {max-width:100%;}
		.search_box .gray_box .inputbox select {width:120px;}
		.search_box .gray_box .inputbox .sc_input {width:calc(100% - 150px);}
		.search_box .gray_box .line2.flexbox {flex-wrap:wrap;justify-content: space-between;}
		.search_box .gray_box .line2.flexbox select {width:100%;margin:1% 0;}
		.search_box .gray_box .line2.flexbox select + select {margin:1% 0;}
		.search_box .gray_box .line2.flexbox .reset_btn {line-height:35px;margin:5px 0 0 0;}
	}

/********** 테이블 **********/
legend {overflow:hidden;position:absolute;width:1px;height:1px;margin:-1px;padding:0;border:0;white-space:nowrap;clip:rect(0 0 0 0);clip-path:inset(50%);}

.tableA {width:100%;border-bottom:1px solid #ddd;border-top:2px solid #222;table-layout: fixed;line-height:normal;word-break: keep-all;font-size:15px;}
.tableA thead th {padding:15px 20px;border-bottom:1px solid #e4e4e4;color:#000;font-size:1.1em;}
.tableA thead th:first-child {border-left:0;}
.tableA tfoot th {padding:15px 20px;background:#e8e8e2;border-top:1px solid #e4e4e4;}
.tableA tfoot td {padding:15px 20px;border-top:1px solid #e4e4e4;background:#e8e8e2;}
.tableA tbody th {padding:15px 20px;border-top:1px solid #e4e4e4;background:#f5f5f5;text-align:left;vertical-align:middle;font-weight:700;color:#222;font-size:1.05em;}
.tableA tbody tr td {padding:15px 20px;border-left:1px solid #e4e4e4;border-top:1px solid #e4e4e4;}
.tableA tbody tr:first-child td {border-top:0;}
.tableA tbody tr th:first-child,
.tableA tbody tr td:first-child {border-left:0;}
.tableA tbody tr th.bd_none,.tableA tbody tr td.bd_none,
.tableA thead tr th.bd_none,.tableA thead tr td.bd_none {border-left:0;}
.tableA tbody tr th.bd_left,.tableA tbody tr td.bd_left,
.tableA thead tr th.bd_left,.tableA thead tr td.bd_left {border-left:1px solid #e4e4e4;}

.ov_scroll {display:none;}

/* 파일첨부 */
.file_box .btn_upload label {width:120px;padding:0 10px;line-height:40px;font-size:.9em;transition:all .4s;-webkit-transition:all .4s;}
.file_box input[type="file"] {position:absolute;width:0;height:0;padding:0;overflow:hidden;border:0;cursor:pointer;transition:all .4s;-webkit-transition:all .4s;}
.file_box .upload_list {display:flex;align-items:center;width:calc(100% -  120px);background:#f5f5f5;padding-left:20px;margin-left:5px;border-radius:5px;font-size:.9em;}

@media only screen and (max-width:1023px){
	/* 공지사항 게시판 */
	table.responsive colgroup col {width:auto;}
	table.responsive colgroup col + col {display: none;}
	table.responsive thead {display: none;}
	table.responsive tbody tr {display:block;padding:10px 0;}
	table.responsive tbody tr + tr {border-top:1px solid #e4e4e4;}
	table.responsive tbody tr th {padding:10px 15px;display:block;border:0;}
	table.responsive tbody tr td {border:0;display:block;text-align:left;padding:5px;line-height:1.3em;}

	/* 반응형 시 data-content 보여짐 */
	table.mob_data thead {display:none;}
	table.mob_data colgroup {display:none;}
	table.mob_data tbody tr {display:block;position:relative;border-bottom:1px solid #ddd;padding:10px 0;}
	table.mob_data tbody tr:last-child {border:0;}
	table.mob_data tbody tr:after {content:'.';display:block;clear: both;visibility: hidden;height:0;}
	table.mob_data tbody td {display:flex;text-align: left;border:0;padding:7px 5px;line-height:1.3em;}
	table.mob_data tbody td.no-data {display:block;width:100%;text-align: center;}
	table.mob_data > tbody > th:before,
	table.mob_data > tbody tr td:before {content:attr(data-content); display:inline-block;width:80px;font-weight:bold;color:#222;}/* thead의 내용을 tbody의 th, td에 각각 삽입 */
	table.mob_data > tbody tr.nodata td {justify-content: center;}
	table.mob_data > tbody tr.nodata td:before {display:none;}
	table.mob_data > tbody tr td.title a {width:calc(100% - 80px);}
	
}
@media only screen and (max-width:767px){
}


/********** 페이지넘버 **********/
.page-number {display:flex;justify-content:center;align-items:center;margin-top:40px;}
.page-number li {margin:0 2px;width:35px;height:35px;}
.page-number li a {display:block;width:100%;height:100%;line-height:33px;text-align:center;border-radius:3px;border:1px solid #eee;transition:0.4s;-webkit-transition:0.4s;}
.page-number li a.on,.page-number li a:hover,.page-number li a:focus,.page-number li a:active {border:1px solid #222;}
.page-number .prev_first a {background:url("./../../images/fs/common/page_first.png") no-repeat center center;font-size:0;}
.page-number .prev a {background:url("./../../images/fs/common/page_prev.png") no-repeat center center;font-size:0;}
.page-number .num {}
.page-number .num a.on,.page-number .num a:hover,.page-number .num a:focus,.page-number .num a:active {background:#222;border:1px solid #222;color:#fff;}
.page-number .next a {background:url("./../../images/fs/common/page_next.png") no-repeat center center;font-size:0;}
.page-number .next_last a {background:url("./../../images/fs/common/page_last.png") no-repeat center center;font-size:0;}
@media only screen and (max-width:767px){
	.page-number li {margin:0 1px;width:30px;height:30px;line-height:28px;}
	.page-number li {}
}


/********** 버튼 **********/
button {font-family:inherit;}
/* 기본 */
.btn_bace {display:inline-block;line-height:50px;padding:0 40px;background:none;border:1px solid #177ce8;border-radius:6px;text-align:center;color:#177ce8;cursor:pointer;transition:all .4s;-webkit-transition:all .4s;font-weight:600;}
.btn_bace:hover,.btn_bace:focus,.btn_bace:active {background:#177ce8;color:#fff;}

.btn_bace.black {color:#fff;background:#3d3d3d;border-color:#3d3d3d;}
.btn_bace.black:hover,.btn_bace.black:focus,.btn_bace.black:active {background:#000;border-color:#000;}

.btn_full {display:inline-block;line-height:50px;padding:0 40px;background:#177ce8;border-radius:6px;text-align:center;color:#fff;cursor:pointer;transition:all .4s;-webkit-transition:all .4s;}
.btn_full:hover,.btn_full:focus,.btn_full:active {background:#000;color:#fff;}
/* 선버튼 */
.btn_line {display:inline-block;line-height:50px;padding:0 40px;background:#fff;border-radius:3px;border:1px solid #d8d8d8;text-align:center;color:#222;cursor:pointer;transition:all .4s;-webkit-transition:all .4s;}
.btn_line:hover,.btn_line:focus,.btn_line:active {border-color:#222;text-decoration:none;}

.btn_bace.big,.btn_line.big, .btn_full.big  {line-height:55px;padding:0 40px;}
.btn_bace.small,.btn_line.small, btn_full.small {line-height:40px;padding:0 25px;}

@media only screen and (max-width:767px){
	.btn_bace {line-height:45px;padding:0 20px;font-size:.9em;}
	.btn_bace.big,.btn_line.big {line-height:50px;padding:0 40px;}
	.btn_bace.small,.btn_line.small {line-height:40px;padding:0 20px;}
}
/* 색상 */
.btn_blue {background:#344154;color:#fff;}
.btn_blue:hover,.btn_blue:focus,.btn_blue:active {background:#222;color:#fff;}
.btn_orange {background:#ff8900;color:#fff;}
.btn_orange:hover,.btn_orange:focus,.btn_orange:active {background:#222;color:#fff;}


/********** 체크버튼(라디오, 체크) **********/
.checks {position:relative;}
.checks input {overflow:hidden;position:absolute;width:1px;height:1px;padding:0;margin:-1px;clip:rect(0,0,0,0);border:0;}
.checks input + label {display:inline-block;position:relative;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;cursor:pointer;}
.checks input:hover + label:before,
.checks input:focus + label:before,
.checks input:active + label:before {outline:1px dotted #000;}
.checks input:disabled:hover + label:before,
.checks input:disabled:focus + label:before,
.checks input:disabled:active + label:before {outline:0;}
.checks input[type="radio"] + label {padding-left:30px;}
.checks input[type="radio"] + label:before {content:'';position:absolute;left:0;top:-2px;width:20px;height:20px;background:#fff;border:1px solid #ddd;border-radius:100%;text-align:center;}
.checks input[type="radio"]:checked + label:after {content:'';position:absolute;top:1px;left:3px;width:14px;height:14px;background:#177ce8;border-radius:100%;}
.checks input[type="radio"]:checked + label:before {border:1px solid #177ce8;}
.checks input[type="radio"]:disabled + label:before {background:#eee;}
.checks input[type="checkbox"] + label:before {content:'';display:inline-block;width:20px;height:20px;line-height:20px;margin:-2px 8px 0 0;border:1px solid #ddd;border-radius:3px;text-align:center;vertical-align:middle;}
.checks input[type="checkbox"]:checked + label:before {content:'';text-shadow:1px 1px #fff;background:url("./../../images/fs/common/ico_check.png") no-repeat center center #177ce8;border:0;font-size:14px;color:#ff0000;}
.checks input[type="checkbox"]:disabled + label:before {background:#eee;}


/********** 인풋스타일 **********/
input {
	line-height:45px;padding:0 15px;background:none;border:none;border-radius:5px;font-size:0.95em;color:#666;font-family: inherit;
}
input:focus,textarea:focus, select:focus {outline:1px dashed #bbb;}
input::placeholder {color:#bbb;}
select {position:relative;font-family: inherit;background:url("./../../images/fs/common/arr_menu_down.png") no-repeat center right 15px;line-height:45px;padding:0 15px;border:none;border-radius:5px;font-size:0.95em;color:#666;cursor:pointer;}
input[type="date"] {padding-left:45px;background:url("./../../images/fs/common/date.png") no-repeat left 10px center #fff !important;}
input[type="date"]{position:relative;}
input[type="date"]::-webkit-clear-button,
input[type="date"]::-webkit-inner-spin-button {display:none;}
input[type="date"]::-webkit-calendar-picker-indicator {background:transparent;z-index:1;margin-left:-19px;}
textarea {padding:15px;border:1px solid #dfdfdf;}


/********** 가로값 **********/
.wh100p {width:100%;}
.wh99p {width:99%;}
.wh70p {width:70%;}
.wh50p {width:50%;}
.wh45p {width:45%;}
.wh40p {width:40%;}
.wh30p {width:30%;}
.wh140 {width:140px;}
.wh200 {width:200px;}
.wh70 {width:70px;}
	@media only screen and (max-width:767px){
		.wh99p,
		.wh70p,
		.wh50p,
		.wh45p,
		.wh40p,
		.wh30p {width:100%;}
		.wh200 {width:100%;}
	}


/********** 정렬 **********/
.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:after {content:"";display:block;clear:both;}


/********** 참고텍스트 **********/
/* 느낌표_흰배경파란 */
.point1 {display:block;padding-left:20px;background:url("./../../images/fs/common/ico_caution1.png") no-repeat 0 6px;}
/* 느낌표_흰배경빨강 */
.point2 {display:block;padding-left:20px;background:url("./../../images/fs/common/ico_caution2.png") no-repeat 0 6px;}
/* 느낌표_빨강배경흰색 */
.point3 {display:block;padding-left:20px;background:url("./../../images/fs/common/ico_caution3.png") no-repeat 0 6px;}
/* 당구장표시 */
.point4 {display:block;padding-left:14px;background:url("./../../images/fs/common/bul_focus.gif") no-repeat 0 9px;}


/********** 가장자리_외부(margin) **********/
/* 위 */
.mt5 {margin-top:5px;}
.mt10 {margin-top:10px;}.mt15 {margin-top:15px;}
.mt20 {margin-top:20px;}.mt25 {margin-top:25px;}
.mt30 {margin-top:30px;}.mt35 {margin-top:35px;}
.mt40 {margin-top:40px;}.mt45 {margin-top:45px;}
.mt50 {margin-top:50px;}.mt55 {margin-top:55px;}
.mt60 {margin-top:60px;}.mt65 {margin-top:65px;}
.mt70 {margin-top:70px;}.mt75 {margin-top:75px;}
.mt80 {margin-top:80px;}
.mt100 {margin-top:100px;}
.mt120 {margin-top:120px;}
	@media only screen and (max-width:767px){
		.mt15 {margin-top:10px;}
		.mt20 {margin-top:15px;}
		.mt30 {margin-top:20px;}
		.mt40 {margin-top:30px;}
		.mt50 {margin-top:40px;}
		.mt60 {margin-top:40px;}
		.mt70 {margin-top:50px;}
		.mt80 {margin-top:60px;}
		.mt100 {margin-top:80px;}
		.mt120 {margin-top:100px;}
	}
/* 우측 */
.mr5 {margin-right:5px;}
.mr10 {margin-right:10px;}
/* 좌측 */
.ml5 {margin-left:5px;}
.ml10 {margin-left:10px;}
.ml20 {margin-left:20px;}
.ml25 {margin-left:25px;}
	@media only screen and (max-width:767px){
		.ml20 , .ml25 {margin-left:0px;}
	}
