@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 {font-size:1.500em;font-weight:500;color:#222;}
.h5 {font-size:1.375em;font-weight:400;color:#2675bf;}
.h6 {position:relative;color:#000;font-size:1.8rem;font-weight:700;}


/********** 리스트(사용시 클래스가 맨앞에 위치해야함) **********/
[class^="list"] > li {position:relative;padding-left:1.0rem;margin-bottom:5px;line-height:1.4;}
[class^="list"] > li:last-child {margin-bottom:5px;}
[class^="list"] > li:after {content:"";position:absolute;left:0;top:1.0rem;}
/* 리스트_1 */
.list1 > li {color:#222;}
.list1 > li:after {width:3px;height:3px;background:#0054a6;}
/* 리스트_2 */
.list2 > li {padding-left:14px;margin-top:5px;background:url("/images/fs/common/sh_dot1.gif") no-repeat 0 10px;color:#444;}
/* 리스트_3 */
.list3 > li {color:#666;}
.list3 > li:after {width:3px;height:1px;background:#666;}


/********** 폰트색상 **********/
.cr_red {color:#c00a3f;;}
.cr_blue {color:#0054a6;}
.cr_green {color:#578a00;}
.cr_yellow {color:#ffa800;}
.cr_gray {color:#999;}


/******************************/
/* 게시판 */
/******************************/
/* 총게시글 */
.total_box {color:#666;}
.total_box span {display:inline-block;font-weight:bold;color:#004c9d;}

/* 검색 */
.search_box {display:flex;justify-content:space-between;align-items:center;}
.search_box input:focus, .search_box select:focus {border:0;outline:0;}
.search_box.flexbox {justify-content: space-between;align-items:flex-end;}
.search_box .flexbox {justify-content: space-between;align-items: center;}
.search_box .inputbox {background:#f5f5f5;border-radius:5px;width:100%;text-align: left;padding:5px 10px;display: flex;align-items:center;}
.search_box .inputbox select {border:0;line-height:normal;}
.search_box .inputbox .sc_input {background:none;border:0;line-height:normal;}
.search_box .select_style {border:0;background-color:#fff;}
.search_box .btn_sch {display:flex;align-items:center;justify-content:center;width:30px;height:30px;background:url("/images/fs/common/icon_search_black.png") no-repeat center;opacity:.5;transition:all .4s;-webkit-transition:all .4s;}
.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){
		.search_box.flexbox {flex-direction: column;justify-content: center;align-items: center;}
		.search_box.flexbox .total_box {margin-bottom:15px;}
		.search_box .sch_wrp {width:calc(100% - 60px);}
		.search_box .inputbox select {width:120px;}
		.search_box .inputbox .sc_input {width:calc(100% - 150px);}
	}

/* 필수입력 */
.star {position:relative;}
.star span {font-size:0;}
.star:after {content:"*";position:absolute;left:-10px;top:-5px;color:#f44b24}

/********** 테이블 **********/
.tableA {width:100%;border-top:2px solid #000;word-break:normal;}
.tableA thead th {padding:15px 20px;background:#fff;border-left:1px solid #e4e4e4;border-bottom:1px solid #e4e4e4;color:#000;}
.tableA thead th:first-child {border-left:0;}
.tableA tbody tr:nth-child(odd) {background:#f1f4f9;}
.tableA tbody th {padding:12px 20px;border-left:1px solid #e4e4e4;border-bottom:1px solid #e4e4e4;background:#f5f5f5;text-align:left;vertical-align:middle;font-weight:700;color:#222;}
.tableA tbody td {padding:15px 10px;border-left:1px solid #e4e4e4;border-bottom: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 tfoot th {padding:12px 20px;background:#e8e8e2;border-bottom:1px solid #e4e4e4;}
.tableA tfoot td {padding:12px 20px;border-left:1px solid #e4e4e4;border-top:1px solid #e4e4e4;background:#e8e8e2;}
.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 #cdd2d5;}
	@media only screen and (max-width:1023px){
		.tableA {word-break:keep-all;font-size:14px;}
	}
	@media only screen and (max-width:767px){
		.tableA {word-break:keep-all;font-size:14px;}
		.tableA tbody td {padding:7px 10px;}
	}

/* tableB */
.tableB {width:100%;border-bottom:1px solid #eee;border-top:2px solid #000;word-break:normal;}
.tableB thead th {padding:12px 20px;background:#f3f6fd;border-left:1px solid #eee;border-top:1px solid #eee;color:#000;}
.tableB thead th:first-child {border-left:0;}
.tableB tfoot th {padding:12px 20px;background:#f9f9f9;border-top:1px solid #ddd;}
.tableB tfoot td {padding:12px 20px;border-left:1px solid #eee;border-top:1px solid #eee;background:#e8e8e2;}
.tableB tbody th {padding:12px 20px;border-left:1px solid #eee;border-top:1px solid #eee;background:#f9f9f9;vertical-align:middle;font-weight:700;color:#222;}
.tableB tbody td {padding:15px 10px;border-left:1px solid #eee;border-top:1px solid #eee;}
.tableB tbody tr th:first-child,
.tableB tbody tr td:first-child {border-left:0;}
.tableB tbody tr:first-child th,
.tableB tbody tr:first-child td {border-top:1px solid #ddd}
.tableB tbody tr th.bd_none,.tableB tbody tr td.bd_none,
.tableB thead tr th.bd_none,.tableB thead tr td.bd_none {border-left:0;}
.tableB tbody tr th.bd_left,.tableB tbody tr td.bd_left,
.tableB thead tr th.bd_left,.tableB thead tr td.bd_left {border-left:1px solid #eee;}
	/*padding 줄인버전*/
	.tableB.small {border-top:0;}
	.tableB tbody tr:first-child th,
	.tableB tbody tr:first-child td {border-top:1px solid #eee;}
	.tableB.small thead th {padding:0 20px;line-height:40px;text-align: center;background:#f3f6fd;}
	.tableB.small tbody th {padding:7px 15px; text-align: center;}
	.tableB.small tbody td {padding:7px 15px;}
		@media only screen and (max-width:767px){
			.tableB thead th {padding:5px;}
			.tableB tfoot th {padding:5px;}
			.tableB tfoot td {padding:5px;}
			.tableB tbody th {padding:5px;}
			.tableB tbody td {padding:5px;}
		}
		/* 반응형테이블 */
		@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:10px 0;}
			table.responsive tbody tr:after {content:"."; display:block; clear:both; visibility:hidden; height:0;}
			table.responsive tbody tr:nth-child(odd) {background:#f1f4f9;}
			table.responsive tbody td {display:block; padding:5px 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;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에 각각 삽입 */
		}

/* 공지사항 */
.notice_box td {background:#dde4ef;color:#000;font-weight:600;}
.notice_box .notice {background:#0054a6;color:#fff;width:25px;height:25px;display: inline-block;line-height:25px;border-radius:100%;font-weight:600;}

/* 게시판(상세) */
.board_view {border-top:2px solid #000;}
.board_view > li {border-bottom:1px dotted #ccc;}
.board_view .view_tit {padding:40px 0;text-align:center;font-size:1.5em;color:#000;font-weight:600;}
.board_view .view_tit .tit {display:flex;flex-wrap:wrap;align-items:center;justify-content:center;}
.board_view .view_tit .notice {display:inline-block;margin-right:5px;font-size:15px;background:#0054a6;color:#fff;padding:5px 20px;border-radius:30px;}
.board_view .view_info {display:flex;flex-wrap:wrap;align-items:center;justify-content:center;width:100%;color:#767676;font-size:1.5rem;font-weight:300;margin-top:20px;}
.board_view .view_info li {padding:0 20px;position:relative;}
.board_view .view_info li:after {content:"/";position:absolute;left:0;top:0;color:#ccc;}
.board_view .view_info li:first-child:after {display:none;}
.board_view .view_cont {padding:40px 20px;min-height:360px;}
.board_view .view_cont img {max-width:100%;}
.board_view .file_area {padding:15px 20px;background:#f1f4f9;font-size:.95em;}
.board_view .file_area a.upload_file:hover {text-decoration:underline;}
.board_view .file_area p.no-file {color:#767676;}
	@media only screen and (max-width:767px){
		/* 게시판 (상세) */
		.board_view .view_tit {padding:30px 0;}
		.board_view .view_cont {padding:30px 15px;}
	}

/********** 페이지넘버 **********/
.page-number {display:flex;justify-content:center;align-items:center;gap:3px;}
.page-number li {}
.page-number li a {display:inline-block;width:35px;height:35px;line-height:33px;text-align:center;border-radius:100%;border:1px solid #fff;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/page_first.png") no-repeat center center;font-size:0;}
.page-number .prev {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 {background:url("/images/fs/common/page_next.png") no-repeat center center;font-size:0;}
.page-number .next_last {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;}
		.page-number li a {width:30px;height:30px;line-height:28px;}
	}


/********** 버튼 **********/
/* 기본 */
.btn_bace {display:inline-block;width:auto;height:40px;line-height:40px;padding:0 30px;background:#004077;border-radius:3px;text-align:center;color:#fff;cursor:pointer;}
.btn_bace:hover,.btn_bace:focus,.btn_bace:active {background:#222;color:#fff;}
/* 선버튼 */
.btn_line {display:inline-block;width:auto;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;}
	@media only screen and (max-width:767px){
		.btn_bace,.btn_line {height:35px;line-height:35px;}
	}
/* 사이즈 */
.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_wrap {position:absolute;top:0;left:0;z-index:1;}
.checks {position:relative;}
.checks input[type="checkbox"] { /* 기본체크박스 숨김 */ position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0;}
.checks input[type="checkbox"] + label {display:inline-block;position:relative;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;color:#222;}
.checks input[type="checkbox"] + label:before { content:'';display:inline-block;width:2.0rem;height:2.0rem;margin:-2px 10px 0 0;text-align:center;vertical-align:middle;background:#fff;border:1px solid #dfdfdf;border-radius:3px;}
.checks input[type="checkbox"] + label.none {pointer-events:none;}
.checks input[type="checkbox"] + label.none:before {background:#ddd;}
.checks input[type="checkbox"]:checked + label:before {background:url("/images/fs/common/check.png") no-repeat center #004077;}

/***************/
/* 라디오박스 */
/***************/
.checks input[type="radio"] { /* 기본체크박스 숨김 */ position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0;}
.checks input[type="radio"] + label {display:inline-block;padding-left:21px;position:relative;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;color:#222;}
.checks input[type="radio"] + label:before { content:'';position:absolute;left:0;top:5px;width:16px;height:16px;background:#fff;border:1px solid #ddd;border-radius:100%;}
.checks input[type="radio"] + label.none {pointer-events: none;}
.checks input[type="radio"] + label.none:before {background:#ddd;}
.checks input[type="radio"]:checked + label:after {content:'';position:absolute;left:3px;top:8px;width:10px;height:10px;background:#004077;border-radius:100%;}


/********** 인풋스타일 **********/
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:1.5rem;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 {position: absolute;left: 0;top: 0;right: 0;bottom: 0;width: 100%;height: 100%;background:transparent;z-index:1;cursor: pointer;}
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.png") no-repeat center center #fff;margin-top:-9px;}
textarea {padding:15px;border:1px solid #dfdfdf;font-size:1.5rem;color: #74828c;}
select {font-size:1.5rem;position:relative;font-family: inherit;background:url("/images/fs/common/arr_menu_down.png") no-repeat center right 15px;padding:0 40px 0 15px;border:none;border-radius:5px;color:#666;cursor:pointer;font-size:inherit;}
.select_style {border:1px solid #ddd;}
	@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;}
	}


/********** 가로값 **********/
.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;}
	@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;}
	}
	@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;}
	}
/* 우측 */
.mr5 {margin-right:5px;}
.mr10 {margin-right:10px;}
/* 좌측 */
.ml5 {margin-left:5px;}
.ml10 {margin-left:10px;}
.ml15 {margin-left:15px;}

/********** 가장자리_외부(padding) **********/
/* 하단 */
.pb40 {padding-bottom:4rem;}