@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,.h4 {font-size:1.75em;font-weight:600;color:#222;}
h5,.h5 {font-size:1.2em;font-weight:400;color:#222;}
h6,.h6 {position:relative;padding-left:16px;font-size:1.250em;font-weight:400;color:#444;}

h4.tith4 {padding-left:4rem;position:relative;font-weight:600;}
h4.tith4:before {content:'';position:absolute;left:0;top:0;background:url("../../images/fs/common/con_bullet.png") no-repeat center/cover;width:3rem;height:3rem;}
h5.tith5 {padding-left:2rem;position:relative;margin:2rem 0 1rem;}
h5.tith5:before {content:'';position:absolute;left:0;top:0.8rem;width:1.2rem;height:.3rem;border-radius:1rem;background:#41bf78;}
h6.tith6 {position:relative;font-size:1.7rem;color:#000;}
h6.tith6:before {content:'';position:absolute;left:0;top:-2px;width:12px;height:3px;border-radius:10px;background:url("../../images/fs/common/sh_dot1.gif") no-repeat center left;width:30px;height:20px;}

/********** 리스트(사용시 클래스가 맨앞에 위치해야함) **********/
[class^="list"] > li {position:relative;padding-left:14px;font-weight:400;}
[class^="list"] > li:after {content:"";position:absolute;left:0;top:1.5rem;}
/* 리스트_1 */
.list1 > li {color:#666;font-size:1.6rem;}
.list1 > li:nth-of-type(n+2) {margin-top:10px;}
.list1 > li:after {width:3px;height:3px;top:.8rem;background:#bbb;border-radius:10px;}
/* 리스트_2 */
.list2 > li {padding-left:14px;margin-top:5px;background:url("/images/fs/common/sh_dot1.gif") no-repeat 0 5px;color:#444;}
/* 리스트_3 */
.list3 > li {color:#767676;}
.list3 > li:after {width:5px;height:1px;background:#777;top:10px;}
.list3 > li:nth-of-type(n+2) {margin-top:5px;}


/********** 폰트색상 **********/
.cr_red {color:#ff0000;}
.cr_blue {color:#004c9d;}
.cr_green {color:#41bf78;}
.cr_yellow {color:#ffa800;}
.cr_gray {color:#999;}
.cr_black {color:#000;}

/********** 폰트사이즈 **********/
.ft_14 {font-size:1.4rem;}
.ft_16 {font-size:1.6rem;}
.ft_18 {font-size:1.8rem;}
.ft_20 {font-size:2rem;}

/********** 테이블 **********/
.tableA {width:100%;border-bottom:1px solid #ddd;border-top:2px solid #41bf78;word-break:normal;}
.tableA thead th {padding:12px 20px;background:#e8f0eb;border-left:1px solid #ddd;border-top:1px solid #ddd;color:#222;}
.tableA thead th:first-child {border-left:0;}
.tableA tfoot th {padding:12px 20px;background:#e8e8e2;border-top:1px solid #ddd;}
.tableA tfoot td {padding:12px 20px;border-left:1px solid #ddd;border-top:1px solid #ddd;background:#e8e8e2;}
.tableA tbody th {padding:12px 20px;border-left:1px solid #ddd;border-top:1px solid #ddd;vertical-align:middle;font-weight:700;color:#2e8c57;}
.tableA tbody td {padding:15px 10px;border-left:1px solid #ddd;border-top:1px solid #ddd;}
.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 #ddd;}
.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 {border-left:1px solid #ddd;}
.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){
        .tableA thead th,
        .tableA thead td,
        .tableA tbody th, 
        .tableA tbody td {padding:1rem;}
	}

.tableB {width:100%;border-bottom:1px solid #ddd;border-top:2px solid #222;word-break:normal;}
.tableB thead th {padding:12px 20px;background:#e8f0eb;border-left:1px solid #ddd;border-top:1px solid #ddd;color:#222;}
.tableB thead th:first-child {border-left:0;}
.tableB tfoot th {padding:12px 20px;background:#e8e8e2;border-top:1px solid #ddd;}
.tableB tfoot td {padding:12px 20px;border-left:1px solid #ddd;border-top:1px solid #ddd;background:#e8e8e2;}
.tableB tbody th {padding:12px 20px;border-left:1px solid #ddd;border-top:1px solid #ddd;vertical-align:middle;font-weight:700;color:#222;background:#e8f0eb;}
.tableB tbody td {padding:15px 10px;border-left:1px solid #ddd;border-top:1px solid #ddd;}
.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 {border-left:1px solid #ddd;}
.tableB thead tr th.bd_left,.tableB thead tr td.bd_left {border-left:1px solid #ddd;}
.tableB .flexbox {display:flex;flex-wrap:wrap;align-items: center;}
.tableB .flexbox div {margin-right:20px;}
.tableB .flexbox div:last-child {margin-right:0;}

/* 반응형테이블 */
@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:#e8f0eb;}
    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 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에 각각 삽입 */
}

/********** 페이지넘버 **********/
.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;}
	}


/********** 버튼 **********/
/* 기본 */
button {background:none;}
.btn_bace {display:inline-block;height:40px;line-height:40px;padding:0 30px;background:#41bf78;text-align:center;border-radius:3px;text-align:center;color:#fff;cursor:pointer;font-size:1.4rem;}
.btn_bace:hover,.btn_bace:focus,.btn_bace:active {background:#222;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:-3px;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:1px;left:4px;width:14px;height:14px;background:#41bf78;border-radius:100%;}
.checks input[type="radio"]:checked + label:before {border:1px solid #41bf78;}
.checks input[type="radio"]:disabled + label:before {background:#eee;}
.checks input[type="checkbox"] + label:before {content:'';display:inline-block;width:22px;height:22px;margin:-2px 5px 0 0;border:1px solid #ddd;border-radius:3px;text-align:center;vertical-align:middle;background:#fff;}
.checks input[type="checkbox"]:checked + label:before {font-family:remixicon;content:'\eb7b';color:#fff;background:#41bf78;border:0;font-size:14px;}
.checks input[type="checkbox"]:disabled + label:before {background:#eee;}


/********** 인풋스타일 **********/
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:55px;padding:0 20px;border:1px solid #e5e5e5;background:#fff;border-radius:10px;font-size:1.7rem;color:#222;}



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:55px;padding:0 20px;border:1px solid #e5e5e5;background:#fff;border-radius:10px;font-size:1.7rem;color:#222;}
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/fs/common/icon_de.png") no-repeat center center #fff;margin-top:-9px;}
textarea {padding:15px;border:1px solid #dfdfdf;}
select {padding:0 40px 0 20px;background:url("../../images/fs/layout/footer_arrow.png") no-repeat right 10px center #fff;cursor: pointer;}
@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:0.5rem;}
.mt10 {margin-top:1rem;}.mt15 {margin-top:1.5rem;}
.mt20 {margin-top:2rem;}.mt25 {margin-top:2.5rem;}
.mt30 {margin-top:3rem;}.mt35 {margin-top:3.5rem;}
.mt40 {margin-top:4rem;}.mt45 {margin-top:4.5rem;}
.mt50 {margin-top:5rem;}.mt55 {margin-top:5.5rem;}
.mt60 {margin-top:6rem;}.mt65 {margin-top:6.5rem;}
.mt70 {margin-top:7rem;}.mt75 {margin-top:7.5rem;}
.mt80 {margin-top:8rem;}
.mt100 {margin-top:10rem;}
.mt140 {margin-top:14rem;}
/* 우측 */
.mr5 {margin-right:0.5rem;}
.mr10 {margin-right:1rem;}
/* 좌측 */
.ml5 {margin-left:0.5rem;}
.ml10 {margin-left:1rem;}
.ml40 {margin-left:4rem;}
	@media only screen and (max-width:767px){
		.ml40 {margin-left:0;}
	}