@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줄 */



/********** 타이틀 **********/
.h4 {position:relative;font-size:27px;font-weight:600;color:#222;padding-left:23px;line-height:normal;letter-spacing:-0.1em}
.h4:after {content:"";position:absolute;left:0;top:0;width:30px;height:38px;background:url("/images/fs/common/h4.png") no-repeat center left;}
.h4 span {color:#666;font-size:14px;font-weight:400;}
h5,.h5 {position:relative;font-size:1.2em;font-weight:600;color:#e60000;padding-left:15px;margin-left:15px;}
h5:after,.h5:after {content:"";position:absolute;left:0;top:3px;width:4px;height:20px;background:#e60000;border-radius:5px;}
.h5 span {color:#666;font-size:14px;font-weight:400;}
.h6 {position:relative;font-size:1.1em;color:#444;}
@media only screen and (max-width:767px){
	.h4 {padding-left:30px;/* font-size:18px; */}
	.h4:after {background-size:70%;}
}

/********** 리스트(사용시 클래스가 맨앞에 위치해야함) **********/
[class^="list"] > li {position:relative;padding-left:14px;margin-top:5px;line-height:normal;}
[class^="list"] > li:after {content:"";position:absolute;left:0;top:11px;}
/* 리스트_1 */
.list1 > li {color:#222;padding-left:15px;}
.list1 > li:after {width:6px;height:2px;background:#222;top:9px;}
/* 리스트_2 */
.list2 > li {color:#000;font-size:16px;margin-top:0;line-height:25px;padding-left:20px;margin-bottom:10px;}
.list2 > li:last-child {margin-bottom:0;}
.list2 > li:after {width:12px;height:10px;background:url("/images/fs/common/list2.png") no-repeat center left;top:8px;}

/* 리스트_3 */
.list3 > li {color:#666;}
.list3 > li:after {width:3px;height:1px;background:#666;}


/********** 폰트색상 **********/
.cr_red {color:#ff0000;}
.cr_blue {color:#2f4b59;}
.cr_green {color:#578a00;}
.cr_yellow {color:#ffa800;}
.cr_gray {color:#999;}


/********** 테이블 - 게시판 **********/
.tableA {width:100%;border-bottom:1px solid #e4e4e4;border-top:2px solid #2f4b59;word-break:normal;}
.tableA thead th {padding:12px 20px;background:#f1f1f1;border-left:1px solid #e4e4e4;border-top:1px solid #e4e4e4;color:#000;}
.tableA thead th:first-child {border-left:0;}
.tableA tfoot th {padding:12px 20px;background:#e8e8e2;border-top:1px solid #e4e4e4;}
.tableA tfoot td {padding:12px 20px;border-left:1px solid #e4e4e4;border-top:1px solid #e4e4e4;background:#e8e8e2;}
.tableA tbody th {padding:12px 20px;border-left:1px solid #e4e4e4;border-top:1px solid #e4e4e4;background:#eef6fe;text-align:left;vertical-align:middle;font-weight:700;color:#222;}
.tableA tbody td {padding:15px 10px;border-left:1px solid #e4e4e4;border-top:1px solid #e4e4e4;}
.tableA tbody tr th:first-child,
.tableA tbody tr td:first-child {border-left:0;}
.tableA tbody tr:first-child th,
.tableA tbody tr:first-child td {border-top:1px solid #fff;}
.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;}


/********** 테이블 - 기본테이블 **********/
.table_default {width:100%;border-bottom:1px solid #e4e4e4;border-top:2px solid #2f4b59;word-break:normal;}
.table_default thead th {padding:12px 20px;background:#f1f1f1;border-left:1px solid #e4e4e4;border-top:1px solid #e4e4e4;color:#000;}
.table_default thead th:first-child {border-left:0;}
.table_default tfoot th {padding:12px 20px;background:#e8e8e2;border-top:1px solid #e4e4e4;}
.table_default tfoot td {padding:12px 20px;border-left:1px solid #e4e4e4;border-top:1px solid #e4e4e4;background:#e8e8e2;}
.table_default tbody th {padding:12px 20px;border-left:1px solid #e4e4e4;border-top:1px solid #e4e4e4;background:#f9f9f9;text-align:center;vertical-align:middle;font-weight:700;color:#222;}
.table_default tbody td {padding:15px 10px;border-left:1px solid #e4e4e4;border-top:1px solid #e4e4e4;}
.table_default tbody tr th:first-child,
.table_default tbody tr td:first-child {border-left:0;}
.table_default tbody tr:first-child th,
.table_default tbody tr:first-child td {border-top:1px solid #fff;}
.table_default tbody tr th.bd_none,.table_default tbody tr td.bd_none,
.table_default thead tr th.bd_none,.table_default thead tr td.bd_none {border-left:0;}
.table_default tbody tr th.bd_left,.table_default tbody tr td.bd_left,
.table_default thead tr th.bd_left,.table_default thead tr td.bd_left {border-left:1px solid #e4e4e4;}

.ov_scroll {display: none;}

@media only screen and (max-width:1023px){
	.tableA {word-break:keep-all;font-size:14px;}
	.tableA tbody tr {position:relative;z-index:1;display:block;}
	.tableA tbody tr:after {content:"";position:absolute;left:0;top:0;z-index:-1;width:30%;height:100%;background:#eef6fe;}
	.tableA tbody th {display:block;float:left;width:30%;height:100%;vertical-align:middle;}
	.tableA tbody td {display:inline-block;width:70%;height:100%;}
}
@media only screen and (max-width:767px){
	.tableA {word-break:keep-all;font-size:14px;}
	.tableA tbody tr {position:relative;z-index:1;display:block;}
	.tableA tbody tr:after {content:"";position:absolute;left:0;top:0;z-index:-1;width:30%;height:100%;background:#eef6fe;}
	.tableA tbody th {display:block;float:left;width:30%;height:100%;vertical-align:middle;}
	.tableA tbody td {display:inline-block;width:70%;height:100%;}
	.tableA tbody td .se_skin {margin-top:10px;height:35px;line-height:35px;}
	.tableA tbody td .se_skin:first-child {margin-top:0;}
	.tableA tbody td .ect {display:none;}

	.scroll {overflow:scroll;}
	.scroll table {width:700px;}
	.ov_scroll {position:relative;text-align: center;color:#bbb;font-size:.95em;display:block;}
	.ov_scroll span {display:inline-block;margin-right:5px;width:15px;height:auto;aspect-ratio:15/19;background:url("/images/fs/common/ov_scroll.png") no-repeat center;background-size: contain;}

}


/********** 페이지넘버 **********/
.page-number {display:flex;justify-content:center;align-items:center;margin-top:40px;}
.page-number li {margin:0 5px;}
.page-number li a {display:inline-block;width:35px;height:35px;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 {background:url("/images/fs/common/prev_first.gif") no-repeat center center;font-size:0;}
.page-number .prev {background:url("/images/fs/common/prev.gif") 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 {background:url("/images/fs/common/next.gif") no-repeat center center;font-size:0;}
.page-number .next_last {background:url("/images/fs/common/next_last.gif") no-repeat center center;font-size:0;}
@media only screen and (max-width:767px){
	.page-number li {margin:0 1px;}
	.page-number li a {width:30px;height:30px;line-height:28px;}
}

/* 반응형테이블 */
@media screen and (max-width:1023px){
	table.responsive {border-top:#a6a6a6 solid 1px;}
	table.responsive thead {display:none;}
	table.responsive colgroup {display:none;}
	table.responsive tbody tr {display:block; position:relative; border-bottom:1px solid #d9d9d9;padding:5px 0;}
	table.responsive tbody tr:after {content:"."; display:block; clear:both; visibility:hidden; height:0;}
	table.responsive tbody tr:nth-child(odd) {background:#f1f1f1;}
	table.responsive tbody td {display:block; padding:2px 3%; border:none; background-color:transparent; text-align:left; box-sizing:border-box;width:100%;}
	table.responsive tbody td p {overflow:unset;width:calc(100% - 50px);text-overflow:unset;white-space:unset;word-wrap:unset;display:inline-flex;-webkit-line-clamp: unset;align-items: center;line-height:23px;}
	table.responsive tbody th {display:block; padding:2px 3%; border:none; background-color:transparent; text-align:left; vertical-align:middle; }
	table.responsive tbody tr:first-child td, table.responsive tbody tr:first-child th {border-top:none;}
	table.responsive tbody td.table_p {align-items:flex-start;}
	table.responsive > tbody > th:before, table.responsive > tbody td:before {content:attr(data-content)' : '; display:inline;font-weight:600;color:#3d3d3d;padding-right:10px;}/* thead의 내용을 tbody의 th, td에 각각 삽입 */
	table.responsive tfoot {display:block;}
	table.responsive tfoot tr {display:block; position:relative; border-bottom:1px solid #d9d9d9;}
	table.responsive tfoot tr:after {content:"."; display:block; clear:both; visibility:hidden; height:0;}
	table.responsive tfoot tr:nth-child(odd) {background:#e8fff3;}
	table.responsive tfoot td {display:block; padding:4px 3%; border:none; background-color:transparent; text-align:left; box-sizing:border-box;}
	table.responsive tfoot th {display:block; padding:4px 3%; border:none; background-color:transparent; text-align:left; vertical-align:middle;}
	table.responsive tfoot tr:first-child td, table.responsive tfoot tr:first-child th {border-top:none;}
	table.responsive tfoot th:before, table.responsive tfoot td:before {content:attr(data-content)' : '; display:inline;}/* thead의 내용을 tbody의 th, td에 각각 삽입 */
}


/********** 버튼 **********/
/* 기본 */
.btn_bace {display:inline-block;height:40px;line-height:40px;padding:0 30px;margin:0 5px;background:#2f4b59;border-radius:3px;text-align:center;color:#fff;cursor:pointer;}
.btn_bace:hover,.btn_bace:focus,.btn_bace:active {background:#004187;color:#fff;}
/* 선버튼 */
.btn_line {display:inline-block;height:40px;line-height:40px;padding:0 30px;background:#fff;border-radius:3px;border:1px solid #d8d8d8;text-align:center;color:#222;cursor:pointer;}
.btn_line:hover,.btn_line:focus,.btn_line:active {border-color:#222;text-decoration:none;}

.btn_bace_large,.btn_line_large {height:45px;line-height:45px;}
.btn_bace_small,.btn_line_small {height:35px;line-height:35px;}
@media only screen and (max-width:767px){
	.btn_bace,.btn_line {height:35px;line-height:35px;}
	.btn_bace_large,.btn_line_large {height:40px;line-height:40px;}
	.btn_bace_small,.btn_line_small {height:30px;line-height:30px;}
}
/* 색상 */
.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:0;width:22px;height:22px;background:#fff;border:1px solid #ddd;border-radius:100%;text-align:center;}
.checks input[type="radio"]:checked + label:after {content:'';position:absolute;top:4px;left:4px;width:14px;height:14px;background:#1a5286;border-radius:100%;}
.checks input[type="radio"]:checked + label:before {border:1px solid #1a5286;}
.checks input[type="radio"]:disabled + label:before {background:#eee;}
.checks input[type="checkbox"] + label:before {content:'';display:inline-block;width:26px;height:26px;line-height:26px;margin:-2px 8px 0 0;background:url("/images/fs/common/icon_checks_off.gif") no-repeat center center;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/icon_checks_on.gif") no-repeat center center #1a5286;border:0;font-size:14px;color:#ff0000;}
.checks input[type="checkbox"]:disabled + label:before {background:url("/images/fs/common/icon_checks_off.gif") no-repeat center center #eee;}


/********** 인풋스타일 **********/
/*input[type="image"],*/
/*input[type="hidden"],*/
/*input[type="color"],*/
/*input[type="range"],*/
input[type="text"],input[type="password"],input[type="email"],input[type="tel"],input[type="search"],input[type="url"],input[type="file"],input[type="date"],input[type="datetime-local"],input[type="month"],input[type="week"],input[type="time"],input[type="number"], select {height:40px;line-height:40px;padding:0 15px;border:1px solid #dfdfdf;background:#fff;border-radius:3px;font-size:0.938em;color:#74828c;}
input:focus,select:focus,textarea:focus {border:1px solid #1a5286;}
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;}
input[type="date"]:after {content:'';position:absolute;top:50%;right:20px;z-index:0;width:17px;height:15px;background:url("/images/fs/common/icon_de.gif") no-repeat center center #fff;transform:translateY(-50%);-webkit-transform:translateY(-50%);}
textarea {padding:15px;border:1px solid #dfdfdf;}
.select_style {height:40px;line-height:37px;padding:0 40px 0 15px;background:url(/images/fs/common/select_arr.gif) no-repeat right 50%;border:1px solid #dfdfdf;border-radius:0px;font-family:inherit;font-size:15px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:3px;}
.select_style::-ms-expand {display:none;}
.file_style div {display:flex;flex-wrap:wrap;}
.file_style label {overflow:hidden;display:inline-block;position:relative;width:100px;height:45px;line-height:45px;background:#221a16;color:#fff;text-align:center;vertical-align:middle;cursor:pointer;font-size:1em;}
.file_style label input {overflow:hidden;position:absolute;width:0;height:0;display:contents;}
.file_style input[type="text"] {display:inline-block;width:50%;height:45px;line-height:45px;padding:0 10px;border:0;border:1px solid #ddd;vertical-align:middle;}
@media only screen and (max-width:767px){
	input[type="text"],input[type="password"],input[type="email"],input[type="tel"],input[type="search"],input[type="url"],input[type="file"],input[type="date"],input[type="datetime-local"],input[type="month"],input[type="week"],input[type="time"],input[type="number"], select {height:40px;line-height:40px;padding:0 10px;margin-bottom:5px;}
	input:first-child,select:first-child {margin-top:0;}
	textarea {padding:10px;}
	.file_style input[type="text"] {width:100%;margin-top:2px;}

	.trBoardSubject .subject_input {width:200px;}

}


/********** 가로값 **********/
.wh100 {width:100px;}
.wh200 {width:200px;}
.wh100p {width:100%;}
.wh99p {width:99%;}
.wh70p {width:70%;}
.wh50p {width:50%;}
.wh45p {width:45%;}
.wh40p {width:40%;}
.wh30p {width:30%;}
.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.gif") no-repeat 0 6px;}
/* 느낌표_흰배경빨강 */
.point2 {display:block;padding-left:20px;background:url("/images/fs/common/ico_caution2.gif") no-repeat 0 6px;}
/* 느낌표_빨강배경흰색 */
.point3 {display:block;padding-left:20px;background:url("/images/fs/common/ico_caution3.gif") 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;}
.mt120 {margin-top:120px;}
@media only screen and (max-width:1023px){
	.mt15 {margin-top:5px;}
	.mt20 {margin-top:10px;}.mt25 {margin-top:15px;}
	.mt30 {margin-top:20px;}.mt35 {margin-top:25px;}
	.mt40 {margin-top:30px;}.mt45 {margin-top:35px;}
	.mt50 {margin-top:40px;}.mt55 {margin-top:45px;}
	.mt60 {margin-top:50px;}.mt65 {margin-top:55px;}
	.mt70 {margin-top:60px;}.mt75 {margin-top:65px;}
	.mt80 {margin-top:70px;}
	.mt120 {margin-top:80px;}
}
@media only screen and (max-width:767px){
	.mt30 {margin-top:10px;}.mt35 {margin-top:15px;}
	.mt40 {margin-top:20px;}.mt45 {margin-top:25px;}
	.mt50 {margin-top:30px;}.mt55 {margin-top:35px;}
	.mt60 {margin-top:40px;}.mt65 {margin-top:45px;}
	.mt70 {margin-top:50px;}.mt75 {margin-top:55px;}
	.mt80 {margin-top:60px;}
	.mt120 {margin-top:60px;}
}
/* 우측 */
.mr5 {margin-right:5px;}
.mr10 {margin-right:10px;}
/* 좌측 */
.ml5 {margin-left:5px;}
.ml10 {margin-left:10px;}
.ml25 {margin-left:25px;}