@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:4rem;font-family:'Gyeonggi_Batang';font-weight:300;}
h4 span,.h4 span {font-weight:600;font-family:'Gyeonggi_Batang';}
.h4_top {font-size:6rem;font-weight:600;position:relative;display:inline-block;line-height:1;margin-bottom:5rem;padding:0 1rem;color:#2c5874;}
.h4_top:before {content:"";position:absolute;width:100%;height:1.5rem;left:0;bottom:-0.5rem;background:#4a98b6;z-index:-1;opacity:0.2;border-radius:30px;}
h5,.h5 {font-size:2.5rem;font-weight:400;}
h6,.h6 {font-size:1.8rem;font-weight:600;}
    @media only screen and (max-width:1023px){
		h4,.h4 {font-size:3.5rem;}
		.h4_top {font-size:5rem;}
		h5,.h5 {font-size:2rem;}
		h6,.h6 {font-size:1.7rem;}
	}
	@media only screen and (max-width:767px){
        h4,.h4 {font-size:3rem;}
		.h4_top {font-size:4rem;}
		h5,.h5 {font-size:1.8rem;}
		h6,.h6 {font-size:1.6rem;}
	}

/********** 리스트(사용시 클래스가 맨앞에 위치해야함) **********/
[class^="list"] > li {position:relative;padding-left:14px;font-weight:400;}
[class^="list"] > li:after {content:"";position:absolute;left:0;top:11px;}
/* 리스트_1 */
.list1 > li {}
.list1 > li:nth-of-type(n+2) {margin-top:10px;}
.list1 > li:after {width:3px;height:3px;top:8px;background:#b0b1da;border-radius:10px;}
/* 리스트_2 */
.list2 > li {padding-left:14px;margin-top:5px;}
.list2 > li:after {width:6px;height:2px;top:9px;background:#bbb;}
/* 리스트_3 */
.list3 {gap:2rem 0;display:flex;flex-wrap:wrap;}
.list3 > li {display:flex;flex-wrap:wrap;width:100%;padding-left:2.5rem;}
.list3 > li:after {width:18px;height:18px;top:0px;background:#fff;border-radius:100%;border:5px solid #000;}
.list3 > li span {font-weight:600;padding-right:2rem;position:relative;}
.list3 > li span:before {content:"";position:absolute;right:0;top:1px;width:1px;height:1.8rem;background:#000;}
.list3 > li p {padding-left:2rem;}
/* 리스트_4 */
.list4 {gap:1rem 0;display:flex;flex-wrap:wrap;margin-bottom:1rem;}
.list4 > li {display:flex;flex-wrap:wrap;width:100%;padding-left:2rem;font-size:1.5rem;}
.list4 > li:after {font-family:remixicon;font-size:1.5rem;color:#999;content:"\F2E5";position:absolute;top:0;right:0;}

/* 리스트_5 */
.list5 {gap:1rem 0;display:flex;flex-wrap:wrap;margin-bottom:1rem;}
.list5 > li {display:flex;flex-wrap:wrap;width:100%;padding-left:2rem;font-size:1.5rem;}
.list5 > li:after {font-family:remixicon;font-size:1.5rem;color:#000;content:"\EB7B";position:absolute;top:0;right:0;}
    @media only screen and (max-width:767px){
		.list1 > li:after {top:5px;}
		
		.list3 {gap:1.5rem 0;}
		.list3 > li:after {width:14px;height:14px;}
		.list3 > li span:before {display:none;}
		.list3 > li p {width:100%;padding-left:0;padding-top:1rem;}

		.list4 {gap:1.5rem 0;}
		
		.list5 {gap:1.5rem 0;}
	}

/********** 폰트색상 **********/
.cr_red {color:#b60005;}
.cr_blue {color:#174e70;}
.cr_green {color:#41bf78;}
.cr_yellow {color:#ffa800;}
.cr_gray {color:#666;}
.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:1px solid #000;word-break:normal;font-size:1.5rem;}
.tableA thead th {padding:20px 10px;border-left:1px solid #ddd;border-top:1px solid #ddd;color:#222;}
.tableA thead th:first-child {border-left:0;}
.tableA tfoot th {padding:20px 10px;border-top:1px solid #ddd;}
thth.tableA tfoot td {padding:20px 10px;border-left:1px solid #ddd;border-top:1px solid #ddd;background:#e8e8e2;}
.tableA tbody tr {transition:all .4s;-webkit-transition:all .4s;}
.tableA tbody tr:hover {background:#f1f1f1;}
.tableA tbody th {padding:20px 10px;border-left:1px solid #ddd;border-top:1px solid #ddd;vertical-align:middle;font-weight:600;color:#000;}
.tableA tbody td {padding:20px 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;}
.tableA tbody td i {font-size:2rem;}
	@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:10px 10px;font-size:1.4rem;}
	}

.tableB {width:100%;border-bottom:1px solid #b2b2b2;border-top:2px solid #222;word-break:normal;font-size:1.5rem;}
.tableB thead th {padding:1.5rem 1rem;border-left:1px solid #b2b2b2;border-top:1px solid #b2b2b2;color:#222;}
.tableB thead th:first-child {border-left:0;}
.tableB tfoot th {padding:1.5rem 1rem;background:#f4f4f4;border-top:1px solid #b2b2b2;background:#e3e3f1;color:#141784;}
.tableB tfoot td {padding:1.5rem 1rem;border-left:1px solid #b2b2b2;border-top:1px solid #b2b2b2;background:#e3e3f1;color:#141784;font-weight:500;}
.tableB tbody th {padding:1.5rem 1rem;border-left:1px solid #b2b2b2;border-top:1px solid #b2b2b2;vertical-align:middle;font-weight:700;color:#222;background:#f4f4f4;}
.tableB tbody td {padding:1.5rem 1rem;border-left:1px solid #b2b2b2;border-top:1px solid #b2b2b2;}
.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 #b2b2b2;}
.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 #b2b2b2;}
.tableB thead tr th.bd_left,.tableB thead tr td.bd_left {border-left:1px solid #b2b2b2;}
.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 only screen and (max-width:767px){
		.tableB {font-size:1.4rem;}
        .tableB thead th {padding:1rem 0.5rem;letter-spacing:-1px;}
		.tableB tfoot th {padding:1rem 0.5rem;letter-spacing:-1px;}
		.tableB tfoot td {padding:1rem 0.5rem;letter-spacing:-1px;}
		.tableB tbody th {padding:1rem 0.5rem;letter-spacing:-1px;}
		.tableB tbody td {padding:1rem 0.5rem;letter-spacing:-1px;}
	}

/* 반응형테이블 */
@media only screen and (max-width:1023px){
	table.responsive {margin-top:10px;overflow:hidden;}
	table.responsive, table.responsive thead, table.responsive tbody, table.responsive th, table.responsive td, table.responsive tr {display:block;margin-bottom:0;}
	table.responsive thead tr {position:absolute;top:-9999px;left:-9999px;}
	table.responsive tbody tr:nth-child(odd) {background:#f8f8f8;}
	table.responsive tbody tr td {position:relative;padding-left:100px;white-space:normal;width:100%;min-height:27px;border-left:0 !important;font-size:1.5rem;}
	table.responsive tbody tr td br {display:none;}
	table.responsive tbody tr:first-child td:first-child {border:none;}
	table.responsive {border-top:1px solid #000}
	table.responsive td:before {content:attr(data-title);position:absolute;top:3px;left:0;width:100px;padding-right:10px;font-weight:500;white-space:nowrap;word-break: break-all;font-size:1.5rem;}
	table.responsive td:after {content:"";position:absolute;top:6px;left:80px;width:1px;height:10px;background-color:#dedede;}
	table.responsive tbody tr {padding:2rem 2rem;}
	table.responsive tbody tr:after {content:"."; display:block; clear:both; visibility:hidden; height:0;}
	table.responsive tbody td {display:block; padding:2px 3%; border:none; background-color:transparent; text-align:left; box-sizing:border-box;}
	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 > th:before, table.responsive > tbody td:before {content:attr(data-content)''; display:inline;font-weight:700;}
	table.responsive .pdf img {width:18px;}
}

/********** 버튼 **********/
/* 기본 */
button {background:none;}
.btn_bace {height:5rem;padding:0 3rem;background:#174e70;text-align:center;border-radius:3rem;color:#fff;cursor:pointer;font-size:1.6rem;display:flex;justify-content:space-between;align-items:center;font-weight:500;}
.btn_bace i {margin-left:3rem;font-size:2rem;}
.btn_bace:hover,.btn_bace:focus,.btn_bace:active {background:#222;color:#fff;text-decoration:none;}
/* 선버튼 */
.btn_line {height:5rem;padding:0 3rem;background:none;text-align:center;border-radius:3rem;color:#174e70;cursor:pointer;font-size:1.6rem;display:flex;justify-content:space-between;align-items:center;border:2px solid #174e70;font-weight:500;}
.btn_line i {margin-left:3rem;font-size:2rem;}
.btn_line:hover,.btn_line:focus,.btn_line:active {background:#222;color:#fff;text-decoration:none;;border:2px solid #222;}

.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 i,.btn_line i {margin-left:1rem;}
	.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;line-height:1.5;margin-right:2rem;}
.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:#7897dd;border-radius:100%;}
.checks input[type="radio"]:checked + label:before {border:1px solid #7897dd;}
.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 {content:'';text-shadow:1px 1px #fff;background:url("../../images/fs/common/check.png") no-repeat center #7897dd;border:0;font-size:14px;}
.checks input[type="checkbox"]:disabled + label:before {background:#eee;}


/********** 인풋스타일 **********/
.bd_style {border:1px solid #ddd;}
.input_datepic {position: relative;background: url("../../images/fs/common/icon_de.png") no-repeat center right 10px #fff;color:#767676;}
input,select {position:relative;border:0;font-family:inherit;font-size:inherit;line-height:40px;padding:0 1.5rem;background:none;border: 1px solid #ddd;}
input::placeholder {color:#ccc;}
select {background:url("../../images/fs/common/sel_icon.png") no-repeat center right 10px;padding-right:3rem;}
select:focus,textarea:focus {border:1px dashed #ddd;}
input[type="date"]{position:relative;color:#767676;}
input[type="date"]:before {content:attr(data-placeholder);}
input[type="date"]:focus:before,
input[type="date"]:valid:before {display:none;}
input[type="date"]:focus {outline:1px dashed #ddd;}

textarea {padding:20px;border:1px solid #ddd;resize:unset;font-family: inherit;color:inherit;font-size:inherit;}
textarea::placeholder {color:#ccc;}
	@media only screen and (max-width:767px){
	}


/********** 가로값 **********/
.wh100p {width:100%;}
.wh99p {width:99%;}
.wh90p {width:90%;}
.wh80p {width:80%;}
.wh75p {width:75%;}
.wh70p {width:70%;}
.wh66p {width:66.3%;}
.wh60p {width:60%;}
.wh50p {width:50%;}
.wh45p {width:45%;}
.wh40p {width:40%;}
.wh33p {width:33%;}
.wh30p {width:30%;}
.wh25p {width:25%;}
.wh20p {width:20%;}
.wh10p {width:10%;}
.wh200 {width:200px;}
.wh150 {width:150px;}
.wh120 {width:120px;}
.wh70 {width:70px;}
    @media only screen and (max-width:1023px){
		.wh100p,
		.wh99p,
		.wh90p,
		.wh80p,
		.wh75p,
		.wh70p,
		.wh66p,
		.wh60p,
		.wh50p,
		.wh45p,
		.wh40p,
		.wh33p,
		.wh30p,
		.wh25p,
		.wh20p,
		.wh10p {width:50%;}
	}
	@media only screen and (max-width:767px){
		.wh100p,
		.wh99p,
		.wh90p,
		.wh80p,
		.wh75p,
		.wh70p,
		.wh66p,
		.wh60p,
		.wh50p,
		.wh45p,
		.wh40p,
		.wh33p,
		.wh30p,
		.wh25p,
		.wh20p,
		.wh10p {width:100%;}
	}

/********** 가장자리_외부(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;}
	@media only screen and (max-width:1023px){
		.mt15 {margin-top:1rem;}
		.mt20 {margin-top:1rem;}.mt25 {margin-top:1.5rem;}
		.mt30 {margin-top:2rem;}.mt35 {margin-top:2.5rem;}
		.mt40 {margin-top:3rem;}.mt45 {margin-top:3.5rem;}
		.mt50 {margin-top:4rem;}.mt55 {margin-top:4.5rem;}
		.mt60 {margin-top:5rem;}.mt65 {margin-top:5.5rem;}
		.mt70 {margin-top:6rem;}.mt75 {margin-top:6.5rem;}
		.mt80 {margin-top:7rem;}
		.mt100 {margin-top:9rem;}
	}
	@media only screen and (max-width:767px){
		.mt30 {margin-top:1rem;}.mt35 {margin-top:1.5rem;}
		.mt40 {margin-top:2rem;}.mt45 {margin-top:2.5rem;}
		.mt50 {margin-top:3rem;}.mt55 {margin-top:3.5rem;}
		.mt60 {margin-top:4rem;}.mt65 {margin-top:4.5rem;}
		.mt70 {margin-top:5rem;}.mt75 {margin-top:5.5rem;}
		.mt80 {margin-top:6rem;}
		.mt100 {margin-top:8rem;}
	}
/* 우측 */
.mr5 {margin-right:0.5rem;}
.mr10 {margin-right:1rem;}
/* 좌측 */
.ml5 {margin-left:0.5rem;}
.ml10 {margin-left:1rem;}
.ml15 {margin-left:1.5rem;}
.ml20 {margin-left:2rem;}
	@media only screen and (max-width:767px){
		/* 우측 */
		.mr5 {margin-right:0.3rem;}
		.mr10 {margin-right:0.5rem;}
		/* 좌측 */
		.ml5 {margin-left:0.3rem;}
		.ml10 {margin-left:0.5rem;}
		.ml15 {margin-left:1rem;}
		.ml20 {margin-left:1rem;}
	}

/********** 정렬 **********/
.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.png") no-repeat 0 9px;}