@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);}


/********** 레이어팝업 오픈시 스크롤 숨김 **********/
.scrollnone {height:100% !important;min-height:100% !important;overflow:hidden !important;touch-action:none !important;}


/********** 말줄임(사용시 클래스가 맨앞에 위치해야함) **********/
[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줄 */


/********** 타이틀 **********/
h3,.h3 {font-size:4rem;font-weight:700;color:var(--lay-col-black1);}
h4,.h4 {position:relative;padding-left:3rem;font-size:2.5rem;font-weight:700;color:#222;}
h4:before,.h4:before {content: "";position: absolute;left:0.7rem;top:0.8rem;width:1.5rem;height:1.5rem;background: var(--lay-col-red1);border-radius: var(--lay-rd-btn_rt3);}
h4:after,.h4:after {content: "";position: absolute;left:0;top:0;width:1.5rem;height:1.5rem;background: var(--lay-col-blue3);border-radius: var(--lay-rd-btn_rb3);}
h5,.h5 {font-size:1.375em;font-weight:400;color:#2675bf;}
h6,.h6 {position:relative;padding-left:16px;font-size:1.250em;font-weight:400;color:#444;}
.h6:after {content:"";position:absolute;left:0;top:8px;width:6px;height:10px;background:#1a5286;border-radius:50px;}


/********** 리스트(사용시 클래스가 맨앞에 위치해야함) **********/
[class^="list"] > li {position:relative;padding-left:13px;margin-top:1.6rem;line-height: 1.5;}
[class^="list"] > li:first-child {margin-top:0;}
[class^="list"] > li:after {content:"";position:absolute;left:0;top:1rem;}
/* 리스트_1 */
.list1 > li {color:var(--lay-text-black2);font-weight: 500;}
.list1 > li:after {width:6px;height:2px;background:var(--lay-text-black2);}
/* 리스트_2 */
.list2 > li {padding-left:15px;margin-top:1rem;color:var(--lay-text-black3);font-weight: 400;}
.list2 > li:after {left:2px;width:4px;height:4px;background:var(--lay-col-red1);}
/* 리스트_3 */
.list3 > li {color:var(--lay-text-black3);}
.list3 > li:after {left:2px;top:1.1rem;width:2px;height:6px;background:var(--lay-col-blue3);transform: rotate(-45deg);}


/********** 폰트색상 **********/
.cr_red {color:#ff4141;}
.cr_blue {color:#004c9d;}
.cr_green {color:#578a00;}
.cr_yellow {color:#ffa800;}
.cr_gray {color:#999;}


/********** 테이블 **********/
.tableA {width:100%;border-bottom:1px solid var(--lay-line-gray1);border-top:2px solid var(--lay-col-black0);word-break:normal;font-size:1.8rem;}
.tableA tr {position: relative;}
.tableA tr:after {content: "";position: absolute;left:0;top:1px;width: 100%;height: 1px;display:block;background: var(--lay-col-white);}
.tableA thead th {padding:2rem 2.5rem;background:var(--lay-bg-th);border-left:1px solid var(--lay-line-gray1);border-top:1px solid var(--lay-line-gray1);color:var(--lay-text-black1);}
.tableA thead th:first-child {border-left:0;}
.tableA tfoot th {padding:2rem 2.5rem;background:var(--lay-bg-td);border-top:1px solid var(--lay-line-gray1);}
.tableA tfoot td {padding:2rem 2.5rem;border-left:1px solid var(--lay-line-gray1);border-top:1px solid var(--lay-line-gray1);background:var(--lay-bg-td);}
.tableA tbody th {padding:2rem 2.5rem;line-height:1.2;border-top:1px solid var(--lay-line-gray1);background:var(--lay-bg-th);vertical-align:middle;font-weight:700;color:var(--lay-text-black1);}
.tableA tbody th .etc_sp {display: block;font-weight: 400;color:var(--lay-text-black2);}
.tableA tbody td {padding:2rem 2.5rem;border-left:1px solid var(--lay-line-gray1);border-top:1px solid var(--lay-line-gray1);background:var(--lay-bg-td);word-break: keep-all;line-height: 1.3;}
.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 var(--lay-col-white);}
.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 var(--lay-line-gray1);}
.tableA tbody tr:first-child th,
.tableA tbody tr:first-child td {border-top:1px solid var(--lay-line-gray1);}
.tableA + .btn_box{text-align:center; margin-top:5rem;}

@media only screen and (max-width:1023px){
		.tableA {word-break:keep-all;}
		.tableA:after {content:"";display: block;clear: both;}
		.tableA colgroup {}
		.tableA colgroup col {width: 100% !important;}
		.tableA tbody tr {position:relative;z-index:1;display:flex;flex-wrap: wrap;}
		.tableA tbody tr:after {content:"";position:absolute;left:0;top:0;z-index:-1;width:30%;height:100%;background:var(--lay-bg-th);}
		.tableA tbody th {width:30%;height:100%;vertical-align:middle;border-left:0;}
		.tableA tbody td {overflow:hidden;width:70%;height:100%;border-left:0;}
		.tableA tbody tr:first-child th,
		.tableA tbody tr:first-child td {border-top:1px solid var(--lay-line-gray1);}
	}
	@media only screen and (max-width:767px){
		.tableA tbody tr:after {width:35%;}
		.tableA tbody th {width:35%;}
		.tableA tbody td {width:65%;}
	}
/* 반응형테이블 */
@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:12px 0;}
	table.responsive tbody tr:after {content:"."; display:block; clear:both; visibility:hidden; height:0;}
	table.responsive tbody tr:nth-child(odd) {background:var(--lay-bg-th);}
	table.responsive tbody td {display:flex;padding:5px 0; border:none; background-color:transparent; box-sizing:border-box;text-align:left !important;line-height:24px;width: 95%;}
	table.responsive tbody td p {width:calc(100% - 70px);display:block;}
	table.responsive tbody th {display:block; padding:5px 0; border:none; background-color:transparent; text-align:left; vertical-align:middle;line-height:24px;}
	table.responsive tbody tr:first-child td, table.responsive tbody tr:first-child th {border-top:none;}
	table.responsive > tbody > th:before, table.responsive > tbody td:before {flex-shrink:0;margin-right:10px;width:100px;font-size:13px;line-height:24px;font-weight:500;color:#000;content:attr(data-content)''; display:inline;text-align: center;}/* thead의 내용을 tbody의 th, td에 각각 삽입 */
	.board_box .tableA tbody tr td .committee {width:auto !important;font-size:12px !important;display:table !important;}

	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:5px 3%; border:none; background-color:transparent; text-align:left; box-sizing:border-box;}
	table.responsive tfoot th {display:block; padding:5px 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에 각각 삽입 */

	table.responsive tbody tr th.bd_left,table.responsive tbody tr td.bd_left,
	table.responsive thead tr th.bd_left,table.responsive thead tr td.bd_left {border-left:0;}

	table.responsive .checks > input[type="checkbox"] ~ span {padding:0;}
}
@media only screen and (max-width:499px){
	table.responsive tbody th {min-height: auto;}
	table.responsive tbody td {min-height: auto;}
}


/********** 버튼 **********/
/* 기본 */
.btn_bace {position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;height:5rem;padding:0 3rem;gap:0.4rem;background-color: var(--lay-col-blue3);text-align:center;font-weight:500;vertical-align:middle;color:var(--lay-col-white);cursor:pointer;border-radius: var(--lay-rd-btn_rb);transition: var(--lay-ts);text-decoration: none;}
.btn_bace img {height: 18px;filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7499%) hue-rotate(175deg) brightness(101%) contrast(104%);transform:scale(1,1);transition: var(--lay-ts);}
.btn_bace:is(:hover,:focus,:active) {background-color: var(--lay-col-black0);}
.btn_bace:is(:hover,:focus,:active) img {transform:scale(1.2,1.2);}
/* 선버튼 */
.btn_line {position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;height:5rem;padding:0 3rem;gap:0.4rem;background-color:var(--lay-col-white);vertical-align:middle;font-weight:500;border:1px solid var(--lay-col-black1);border-radius: var(--lay-rd-btn_rb);text-align:center;font-size:1.6rem;color:var(--lay-text-black1);cursor:pointer;transition: var(--lay-ts);text-decoration: none;}
.btn_line img {height: 17px;transition: var(--lay-ts);}
.btn_line:is(:hover,:focus,:active) {}
.btn_line:is(:hover,:focus,:active) img {transform:scale(1.2,1.2);}
@media only screen and (max-width:767px){
	.btn_bace,.btn_line {height:35px;line-height:35px;}
}

/* 색상 */
.btn_black {background:var(--lay-col-black1);color:var(--lay-col-white);}
.btn_black:hover,.btn_black:focus,.btn_black:active {background:var(--lay-col-black1);color:var(--lay-col-white);}
.btn_blue1 {background:var(--lay-col-blue1);color:var(--lay-col-white);}
.btn_blue1:hover,.btn_blue1:focus,.btn_blue1:active {background:var(--lay-col-black1);color:var(--lay-col-white);}
.btn_green1 {background:var(--lay-col-green1);color:var(--lay-col-white);}
.btn_green1:hover,.btn_green1:focus,.btn_green1:active {background:var(--lay-col-black1);color:var(--lay-col-white);}
.btn_green2 {background:var(--lay-col-green2);color:var(--lay-col-white);}
.btn_green2:hover,.btn_green2:focus,.btn_green2:active {background:var(--lay-col-black1);color:var(--lay-col-white);}
.btn_red1 {background:var(--lay-col-red1);color:var(--lay-col-white);}
.btn_red1:hover,.btn_red1:focus,.btn_red1:active {background:var(--lay-col-black1);color:var(--lay-col-white);}
.btn_gray1 {background:var(--lay-text-black3);color:var(--lay-col-white);}
.btn_gray1:hover,.btn_gray1:focus,.btn_gray1:active {background:var(--lay-col-black1);color:var(--lay-col-white);}


/********** 체크버튼(라디오, 체크) **********/
.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-flex;align-items:flex-start;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;padding-top:5px;}
.checks input[type="radio"] + label:before {content:'';position:absolute;left:0;top:0;width:26px;height:26px;background:#fff;border:1px solid #ddd;border-radius:100%;text-align:center;transition: 0.3s;}
.checks input[type="radio"] + label:after {content:'';position:absolute;top:11px;left:11px;width:0;height:0;background:var(--lay-col-blue1);border-radius:100%;transition: 0.1s;}
.checks input[type="radio"]:checked + label:after {content:'';position:absolute;top:5px;left:5px;width:16px;height:16px;background:var(--lay-col-blue1);border-radius:100%;transition: 0.1s;}
.checks input[type="radio"]:checked + label:before {border:1px solid var(--lay-col-blue1);}
.checks input[type="radio"]:disabled + label:before {background:#eee;}
.checks input[type="checkbox"] + label {padding-top:5px;}
.checks input[type="checkbox"] + label:before {content:'';display:inline-block;width:26px;height:26px;line-height:26px;margin:-5px 5px 0 0;background-position:1px 1px;background-size:23px auto;border:1px solid #ddd;border-radius:3px;text-align:center;vertical-align:middle;transition: 0.1s;}
.checks input[type="checkbox"]:checked + label:before {content:'';text-shadow:1px 1px #fff;background:url("./../../images/fs/common/icon_checks.png") no-repeat center center var(--lay-col-blue1);background-size:26px auto;border:0;transition: 0.1s;}
.checks input[type="checkbox"]:disabled + label:before {background:#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:5rem;padding:0 2rem;border:1px solid #e5e5e5;background:#fff;border-radius:10px;font-size:1.7rem;color:#222;}
select {padding:0 4rem 0 2rem;background:url("./../../images/fs/layout/icon/chevron-down.svg") no-repeat right 10px center #fff;cursor: pointer;}
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:22px;height:20px;background:url("./../../images/fs/common/icon_de.png") no-repeat center center #fff;margin-top:-9px;}
textarea {padding:15px;border:1px solid #dfdfdf;}
@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.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:2.2rem;background:url("./../../images/fs/common/bul_focus.png") no-repeat 0 5px;font-weight: 500;color:var(--lay-text-black1);}
	@media only screen and (max-width:1199px){

	}
	@media only screen and (max-width:1023px){
		.point4 {background-position: 0 2px;}
	}


/********** 가장자리_외부(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;}

/* 복지정보 링크 색상 */
.dlink{color:#0068b7;text-decoration:underline;}