@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:2.8rem;font-weight:700;color:#1d1d1d;padding-left:24px;}
.h4:after {content:"";position: absolute;left:0;top:11px;display:block;width:15px;height:15px;border-radius: 100%;background: #fff;border:4px solid var(--primary);}
.h5 {position:relative;font-size:2.2rem;font-weight:600;color:#222;padding-left:16px;}
.h5:after {content:"";position: absolute;left:0;top:7px;display:block;width:2px;height:15px;border-radius: 4px;background: #fff;border:4px solid #222;}
.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;}
@media only screen and (max-width:1023px){
	.h4 {background-position:left 8px;}
}
@media only screen and (max-width:767px){
	.h4 {background-position:left 6px;}
	.h5:after {top:3px;}
}


/********** 리스트(사용시 클래스가 맨앞에 위치해야함) **********/
[class^="list"] > li {position:relative;padding-left:13px;}
[class^="list"] > li:after {content:"";position:absolute;left:0;top:1.1rem;}
/* 리스트_1 */
.list1 > li {color:#666;line-height:1.5;}
.list1 > li:not(:last-child) {margin-bottom:5px;}
.list1 > li:after {width:4px;height:4px;background: #000;border-radius:50%;}
/* 리스트_2 */
.list2 > li {padding-left:14px;margin-top:5px;background:url("./../../images/fs/common/sh_dot1.gif") no-repeat 0 10px;color:#666;}
/* 리스트_3 */
.list3 > li {color:#666;}
.list3 > li:after {width:3px;height:1px;background:#666;}


/********** 폰트색상 **********/
.cr_red {color:#ff3737;}
.cr_sky {color:#00a0e9;}
.cr_blue {color:#171c61;}
.cr_green {color:#578a00;}
.cr_yellow {color:#ffa800;}
.cr_gray {color:#999;}


/********** 테이블 **********/
.tableA {width:100%;border-bottom:1px solid #ddd;/*border-top:2px solid var(--primary);*/word-break:normal;font-size:1.7rem;}
.tableA table {width:100%;}
.tableA thead tr:last-child {border-bottom:2px solid var(--primary);}
.tableA thead th {padding:15px 20px;font-weight: 800;color:#222;vertical-align: middle;border-top:1px solid #ddd;border-left:1px solid #ddd;}
.tableA thead th:first-child {border-left:0;}
.tableA tfoot th {padding:15px 20px;background:#f4f4f4;border-top:1px solid #e4e4e4;}
.tableA tfoot td {padding:15px 20px;border-left:1px solid #ddd;border-top:1px solid #ddd;}
.tableA tbody th {padding:15px 20px;border-left:1px solid #ddd;vertical-align:middle;font-weight:700;color:#1d1d1d;}
.tableA tbody tr:nth-child(even) {background: #f7f7f7;}
.tableA tbody tr:nth-child(even) th {background: #f7f7f7;}
.tableA tbody td {padding:15px 20px;color:#666;font-weight: 400;border-left:1px solid #ddd;vertical-align: middle;}
.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 #ddd;}
@media only screen and (max-width:1023px){
}
@media only screen and (max-width:767px){
	.table_scroll {overflow-x: scroll;}
	.table_scroll .tableA {width: 768px;}
	.tableA thead th {padding:10px 10px;}
}


/********** 버튼 **********/
/* 기본 */
.btn_bace {display:inline-block;padding:0 3rem;height:40px;line-height:40px;border:1px solid #1d1d1d;color:#fff;background-color:#1d1d1d;border-radius:4px;transition: 0.4s;font-size:1.6rem;}
.btn_bace:hover,.btn_bace:focus,.btn_bace:active {background-color:#444;border-color:#444;color:#fff;}
/* 선버튼 */
.btn_line {display:inline-block;height:40px;line-height:40px;padding:0 3rem;background:#fff;border-radius:4px;border:1px solid #ddd;text-align:center;color:#1d1d1d;cursor:pointer;font-size:1.6rem;transition: 0.4s;}
.btn_line:hover,.btn_line:focus,.btn_line:active {border-color:#1d1d1d;text-decoration:none;}
/* 다운로드 */
.btn_down {display:inline-flex;align-items:center;gap:1rem;line-height:1;}
.btn_down img {transition: all 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000);transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);}
.btn_down:is(:hover,:focus,:active) img {filter:brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7456%) hue-rotate(38deg) brightness(103%) contrast(102%);}

.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_large,.btn_line_large {height:40px;line-height:40px;}
	.btn_bace_small,.btn_line_small {height:30px;line-height:30px;}

	/* 다운로드 */
	.btn_down img {height:14px;}
}
/* 색상 */
.btn_red {background:#ff3737;color:#fff;border:1px solid #ff3737;}
.btn_red:hover,.btn_red:focus,.btn_red:active {background:#1d1d1d;color:#fff;border:1px solid #1d1d1d;}


/***************/
/* 체크박스 */
/***************/
.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:#1d1d1d;}
.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:#1d1d1d;}
.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-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;min-width:7rem;}
		textarea {padding:10px;}
	}
.filebox {position: relative;display:flex;}
.filebox .upload-name {display: inline-block;height: 40px;padding: 0 1rem;vertical-align: top;border: 1px solid #ddd;border-radius:0 5px 5px 0;width: 75%;color: #767676;}
.filebox label {display: inline-grid;place-items:center;padding: 0 1.5rem;width:25%;height: 40px;margin-right:-0.4rem;text-align:center;border-radius:5px 0 0 5px;color: #fff;vertical-align: top;background-color: #1d1d1d;cursor: pointer;}
.filebox input[type="file"] {position: absolute;top:0;left:0;z-index:-1;width: 20%;height: 40px;padding: 1rem;overflow: hidden;border: 0;}
.filebox span {display:inline-block;margin-top:0.5rem;color:#1d1d1d;}
.filebox span input {margin-left: 1.5rem;border:1px solid #1d1d1d;width: 1.7rem;aspect-ratio: 1/1;accent-color: #e43935;}


/********** 가로값 **********/
.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;}.mt90 {margin-top:90px;}
.mt100 {margin-top:100px;}
.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;}
		.mt100 {margin-top:90px;}
		.mt120 {margin-top:110px;}
	}
	@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;}
		.mt100 {margin-top:80px;}
		.mt120 {margin-top:100px;}
	}
/* 우측 */
.mr5 {margin-right:5px;}
.mr10 {margin-right:10px;}
/* 좌측 */
.ml5 {margin-left:5px;}
.ml10 {margin-left:10px;}