@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%);}
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%);}


/********** 말줄임(사용시 클래스가 맨앞에 위치해야함) **********/
[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줄 */


/********** 타이틀 **********/
h1,h2,h3,h4,h5,h6 {font-family:'ONEMobileTitle';font-weight:500;}
h4,.h4 {font-size:4.3rem;color:#004077;}
h5,.h5 {font-size:1.375em;color:#2675bf;}
h6,.h6 {position:relative;padding-left:16px;font-size:1.250em;color:#444;}
.h6:after {content:"";position:absolute;left:0;top:8px;width:6px;height:10px;background:#1a5286;border-radius:50px;}
	@media only screen and (max-width:1023px){
		h4,.h4 {font-size:4rem;}
	}
	@media only screen and (max-width:767px){
		h4,.h4 {font-size:3rem;}
	}

/********** 리스트(사용시 클래스가 맨앞에 위치해야함) **********/
[class^="list"] > li {position:relative;padding-left:1.2rem;margin-top:0.5rem;}
[class^="list"] > li:after {content:"";position:absolute;left:0;top:.7rem;}
[class^="list"] > li:first-child {margin-top:0;}
/* 리스트_1 */
.list1 {margin-top:.5rem;}
.list1 > li {font-size:1.8rem;}
.list1 > li:after {content:"";position:absolute;top:.9rem;left:0;width:.5rem;height:.5rem;background:#004077;border-radius:1px;transform:rotate(45deg);}
/* 리스트_2 */
.list2 > li {font-size:1.6rem;color:#333;}
.list2 > li:after {top:1.1rem;width:5px;height:2px;background:#333;}
/* 리스트_3 */
.list3 > li {font-size:1.5rem;color:#666;padding-left:0.8rem;}
.list3 > li:after {top:.8rem;width:2px;height:2px;background:#666;}


/********** 폰트색상 **********/
.cr_red {color:#d32f2f;}
.cr_blue {color:#004c9d;}
.cr_green {color:#578a00;}
.cr_yellow {color:#ffa800;}
.cr_gray {color:#999;}


/********** 테이블 **********/
.tableA {width:100%;border-top:2px solid #000;word-break:normal;table-layout:fixed;word-break:break-all;}
.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 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;word-break:break-all;}
.tableA tbody td {padding:15px 10px;border-left:1px solid #e4e4e4;border-bottom:1px solid #e4e4e4;word-break:break-all;}
.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 #e4e4e4;}
	@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 th {padding:7px 10px;}
		.tableA tbody td {padding:7px 10px;}

		/* 게시판용 - 반응형 시 th 왼, td 오른쪽 */
		table.responsive{}
		table.responsive > thead{display:none;}
		table.responsive > colgroup{display:none;}
		table.responsive > tbody > tr {position:relative; display:flex;flex-wrap:wrap;border-bottom:1px solid #e4e4e4;padding:10px 0;}
		table.responsive > tbody > tr:after{content:".";display:block; clear:both; visibility:hidden; height:0;}
		table.responsive > tbody > tr > td {display:block;border:none;text-align:left;box-sizing:border-box;background:#fff;}
		table.responsive > tbody > tr > td.attfile {display: none;}
		table.responsive > tbody > tr > td.nodata {width:100%;padding:15px;}
		table.responsive > tbody > tr > th {display:block;text-align:left; vertical-align:middle;border:none;border-top:1px solid #ddd;border-bottom:1px solid #e4e4e4;}

		table.responsive > tfoot > tr{position:relative; display:block;border-bottom:1px solid #e4e4e4;}
		table.responsive > tfoot > tr:after{display:block; clear:both; content:"."; visibility:hidden; height:0;}
		table.responsive > tfoot > td{display:block;padding:4px 3%;border:none;text-align:left;box-sizing:border-box; background-color:transparent;}
		table.responsive > tfoot > th{display:block;padding:4px 3%; text-align:left; vertical-align:middle; background-color:transparent; border:none;}
		table.responsive > tfoot > tr:first-child > td, .table.responsive > tfoot > tr:first-child > th{border-top:none;}

		/* 게시판 문의용 - th,td 100% */
		table.mob_rep colgroup col {width:auto;}
		table.mob_rep colgroup col + col {display: none;}
		table.mob_rep thead {display: none;}
		table.mob_rep tbody tr {display:block;padding:0;}
		table.mob_rep tbody tr + tr {border-top:1px solid #e4e4e4;}
		table.mob_rep tbody tr th {display:block;padding:5px 10px;}
		table.mob_rep tbody tr td {border:0;display:block;text-align:left;padding:5px 10px;line-height:1.3em;width:100%;}
		table.responsive tbody td.num {width:31px;}
		table.responsive tbody td.title {width:calc(100% - 31px);}
	}

	/* 반응형 시 스크롤 */
	.ov_table {}
	.ov_table .ov_txt {display:none;}
	.ov_table .ov_txt span {color:#767676;font-size:.9em;position:relative;padding-left:20px;line-height:22px;}
	.ov_table .ov_txt span:after {content:'';position:absolute;left:0;top:0;bottom:0;background:url("/images/fs/common/scroll.png") no-repeat center top -3px;width:16px;height:auto;aspect-ratio: 60/67;background-size: contain;}
	@media only screen and (max-width:560px){
		.ov_table {position: relative;overflow-x: auto;}
		.ov_table .ov_txt {position:sticky;left:0;display:block;text-align: center;}
		.ov_table table {min-width:700px;}
	}

/* 게시판 목록 */
.board_table.tableA tbody td a {color:#222;font-weight:bold;}


/* 게시판 상세 */
.board_view ul.view_box {border-top:2px solid #222;border-bottom:1px solid #e4e4e4;}
.board_view ul.view_box > li {padding:20px;border-top:1px solid #e4e4e4;}
.board_view ul.view_box > li.title_area {text-align: center;}
.board_view ul.view_box > li.title_area p {font-size:1.6em;color:#000;font-weight:bold;}
.board_view ul.view_box > li.title_area ul.view_info {margin-top:20px;display:flex;font-size:.9em;justify-content: center;color:#777;gap:3px 20px;}
.board_view ul.view_box > li.title_area ul.view_info > li {position:relative;}
.board_view ul.view_box > li.title_area ul.view_info > li + li:after {content:'/';position:absolute;left:-13px;color:#bbb;font-size:.9em;}
.board_view ul.view_box > li.cont_area {min-height:300px;}
.board_view ul.view_box > li.cont_area img {max-width:100%;}
.board_view ul.view_box > li.file_area {padding:12px 20px;background:#f5f5f5;font-size:.9em;}
.board_view ul.view_box > li.file_area a:hover {text-decoration:underline; }
	/* 반응형 */
	@media only screen and (max-width:767px){
		.board_view ul.view_box > li {padding:15px;}
		.board_view ul.view_box > li.cont_area {overflow-x: auto;}
		.board_view ul.view_box > li.file_area {padding:12px 15px;}
	}

/* 갤러리 목록 */
.board_gallery {}
.gallery_list {display:flex;flex-wrap:wrap;gap:50px 30px;}
.gallery_list > li {width:calc((100% - 60px)/3);}
.gallery_list > li .imgbox {display:flex;align-items:center;justify-content:center;width:100%;height:auto;aspect-ratio: 8/5;overflow:hidden;border-radius:5px;border:1px solid #eee;}
.gallery_list > li .imgbox img {height:100%;transition:all .4s;-webkit-transition:all .4s;}
.gallery_list > li:hover .imgbox img {transform:scale(1.1);}
.gallery_list > li p.title {color:#222;font-weight:bold;margin-top:20px;padding:0 10px;text-align: center;}
.gallery_list li.no-data {width:100%;border-top:2px solid #222;border-bottom:1px solid #ddd;text-align: center;padding:20px 0;}
	/* 반응형 */
	@media only screen and (max-width:1023px){
		.gallery_list {gap:40px 20px;}
		.gallery_list > li {width:calc((100% - 40px)/3);}
	}
	@media only screen and (max-width:767px){
		.gallery_list {gap:30px 20px;}
		.gallery_list > li {width:calc((100% - 20px)/2);}
	}
	@media only screen and (max-width:560px){
		.gallery_list > li {width:100%;}
	}

/********** 검색창  **********/
.total {font-weight:bold;color:#222;width:80px;}
.total em {color:#004077;}
.search_box {display:flex;align-items:center;gap:10px;padding:20px 5%;background:#f7f7f7;border:1px solid #ddd;}
.search_box form {display:block;width:100%;}
.search_box form .flexbox {gap:5px;}
.search_box input {height:5rem;}
.search_box select {max-width:200px;height:5rem;}
.search_box .sch_wrp {display:flex;width:calc(100% - 200px);}
.search_box .sch_wrp button {position:relative;width:120px;height:50px;background:#6b6b6b;border:1px solid #6b6b6b;transition:all .3s;-webkit-transition:all .3s;}
.search_box .sch_wrp button:after {content:'';position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;background:url("/images/fs/common/search_icon.png") no-repeat center;width:29px;height:auto;aspect-ratio: 1/1;transition:all .3s;-webkit-transition:all .3s;}
.search_box .sch_wrp button:hover {background:#222;border-color:#222;}
	/* 반응형 */
	@media only screen and (max-width:767px){
		.search_box {flex-wrap:wrap;gap:5px;padding:5%;justify-content: center;}
		.search_box select {max-width: unset;width:auto;}
		.search_box > .flexbox {width:100%;}
		.search_box .sch_wrp {width:100%;}
		.search_box .sch_wrp button {height:40px;}
		.search_box .sch_wrp button:after {width:24px;background-size: contain;}
	}
	@media only screen and (max-width:375px){
		.search_box > .flexbox {flex-direction: column;}
	}
/********** 페이지넘버 **********/
.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:3px;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 {width:auto;font-size:.9em;}
.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;transition:all .4s;-webkit-transition:all .4s;font-size:1.8rem;}
.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;font-size:1.8rem;}
.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:4.5rem;line-height:4.5rem;padding:0 20px;}

}


/********** 체크버튼(라디오, 체크) **********/
.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;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.gif") no-repeat center center #1a5286;border:0;font-size:14px;color:#ff0000;}
.checks input[type="checkbox"]:disabled + label:before {background:#eee;}


/********** 인풋스타일 **********/
input {padding:0 20px 0 15px;}
input,select {font-family:inherit;background:#fff;border:1px solid #ddd;font-size:inherit;height:4rem;}
input:focus,select:focus,textarea:focus {outline:1px dashed #ddd;border:0;}
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.datepic {position: relative;background:url("/images/fs/common/date.png") no-repeat right 10px center;}
select {padding:0 35px 0 15px;background:url("/images/fs/common/icon_select.png") no-repeat right 10px center #fff;background-size: 10px;}
textarea {padding:15px;border:1px solid #dfdfdf;resize:vertical;}
button {font-family:inherit;}

.input_style, .select_style {height:50px;font-family:inherit;background:#fff;border:1px solid #ddd;font-size:inherit;width:100%;}
@media only screen and (max-width:767px){
	input {padding:0 15px;}
	input,select {height:4.5rem;}

	.input_style, .select_style {height:4.5rem;}
}

/********** 가로값 **********/
.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 4px;}
/* 느낌표_흰배경빨강 */
.point2 {display:block;padding-left:20px;background:url("/images/fs/common/ico_caution2.png") no-repeat 0 4px;}
/* 느낌표_빨강배경흰색 */
.point3 {display:block;padding-left:20px;background:url("/images/fs/common/ico_caution3.png") no-repeat 0 4px;}
/* 당구장표시 */
.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;}