@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.875em;font-weight:500;color:#000;}
h5,.h5 {position:relative;padding-left:25px;font-size:1.500em;font-weight:400;color:#000;}
.h5:after {content:"";position:absolute;left:0;top:11px;width:15px;height:12px;background:url("../images/layout/h5_bullet.png") no-repeat;}
h6,.h6 {font-size:1.125em;font-weight:500;color:#df8200;}
	@media only screen and (max-width:1023px){
		.h5:after {top:9px;}
	}
	@media only screen and (max-width:767px){
		.h5:after {top:8px;}
	}

/********** 리스트(사용시 클래스가 맨앞에 위치해야함) **********/
[class^="list"] > li, [class^="blt"] {position:relative;padding-left:14px;margin-top:10px;text-align:left;word-break:keep-all;}
[class^="list"] > li:after, [class^="blt"]:after {content:"";position:absolute;left:0;top:9px;}
/* 리스트_1 */
.list1 > li {color:#000;}
.list1 > li:after {width:5px;height:2px;background:#cfd0d7;}
/* 리스트_2 */
.list2 > li {color:#333;font-size:0.938em;padding-left:10px;margin-top:5px;}
.list2 > li:after {width:3px;height:3px;border-radius:50%;background:#666;top:10px;}
/* 리스트_3 */
.list3 > li {color:#666;margin-top:5px;}
.list3 > li:after {content:"▸";top:-2px;}
/* 리스트_예외 */
.list_etc > li {color:#007D83;padding-left:18px;font-size:0.938em;margin-top:5px;}
.list_etc > li:after {content:"※";top:1px !important;font-size:0.938em;}
/* 순서 있는 리스트*/
.list_ol > li {padding-left:28px;}
.list_ol > li > span.num {background:#df8200;color:#fff;font-size:0.875em;font-weight:600;text-align:center;position:absolute;top:1px;left:0;width:20px;height:20px;line-height:20px;border-radius:50%;}
/* 테이블 안에 리스트 */
table [class^="list"] > li:first-child {margin-top:0;}

/* 리스트가 아닐 경우_1 */
.blt1 {color:#000;}
.blt1:after {width:5px;height:2px;background:#cfd0d7;}
/* 리스트가 아닐 경우_2 */
.blt2 {color:#333;font-size:0.938em;padding-left:10px;margin-top:5px;}
.blt2:after {width:3px;height:3px;border-radius:50%;background:#666;top:10px;}
/* 리스트가 아닐 경우_3 */
.blt3 {color:#666;}
.blt3:after {width:3px;height:1px;background:#666;}
/* 리스트가 아닐 경우_예외 */
.blt_etc {color:#007D83;padding-left:18px;font-size:0.938em;margin-top:5px;}
.blt_etc:after {content:"※";top:1px;font-size:0.938em;}
	@media only screen and (max-width:1023px){
		[class^="list"] > li, [class^="blt"] {margin-top:7px;}
		[class^="list"] > li:after, [class^="blt"]:after {top:8px;}
		/* 리스트_2 */
		.list2 > li:after {top:7px;}
		.blt2:after {top:7px;}
		/* 리스트_예외 */
		.list_etc > li:after {top:1px;}
		.blt_etc:after {top:1px;}
		/* 순서 있는 리스트*/
		.list_ol > li {padding-left:20px;}
		.list_ol > li > span.num {width:15px;height:15px;line-height:15px;}
	}

/********** 새창 아이콘 **********/
.blank {display:inline-block;padding-right:20px;background:url("../images/layout/link.png") no-repeat right 20px center;}
.blank:hover {}

/********** 이미지박스 **********/
.box_img {margin-top:2%;line-height:0;}
.box_img .inner {display:inline-block;position:relative;max-width:100%;line-height:0;}
.box_img img {max-width:100%;}
.box_img .img_zoom {z-index:10;display:none;position:absolute;right:0;bottom:0;}
.box_img .img_zoom a {display:inline-block;width:27px;height:27px;color:transparent;background:#df8200 url("../images/common/img_zoom.png") center center no-repeat;line-height:0;font-size:0;}
/* 모바일 */
@media only screen and (max-width:767px) {
	.box_img .img_zoom {display:inline-block;}
}

/********** 폰트색상 **********/
.cr_red {color:#d20038;}
.cr_blue {color:#032f85;}
.cr_green {color:#578a00;}
.cr_deep_green {color:#007d83;}
.cr_yellow {color:#ffa800;}
.cr_orange {color:#df8200;}
.cr_gray {color:#999;}
.cr_black {color:#000;}

/********** 테이블 **********/
.tableA {table-layout:fixed;width:100%;border-bottom:1px solid #cfd0d7;border-top:2px solid #000;word-break:normal;}
.tableA thead th {padding:12px 20px;background:#fef4d9;border-left:1px solid #cfd0d7;color:#000;}
.tableA thead th:first-child {border-left:0;}
.tableA tfoot th {padding:12px 20px;background:#e8e8e2;border-top:1px solid #cfd0d7;}
.tableA tfoot td {padding:12px 20px;border-left:1px solid #cfd0d7;border-top:1px solid #cfd0d7;background:#e8e8e2;}
.tableA tfoot td:first-child {border-left:0;}
.tableA tbody th {word-break:break-all;padding:12px 20px;border-left:1px solid #cfd0d7;border-top:1px solid #cfd0d7;background:#fcf7f2;vertical-align:middle;font-weight:700;color:#222;}
.tableA.hybrid tbody th {background:#fffcf3;}
.tableA tbody th span {display:block;color:#333;font-size:0.875em;font-weight:500;}
.tableA tbody td {word-break:break-all;padding:15px 10px;border-left:1px solid #cfd0d7;border-top:1px solid #cfd0d7;}
.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:none;}
.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 #cdd2d5;}
.tableA tbody tr th.bd_bottom,.tableA tbody tr td.bd_bottom,
.tableA thead tr th.bd_bottom,.tableA thead tr td.bd_bottom {border-bottom:1px solid #cdd2d5;}

.overflow_box .iconlr {display:none;}
	@media only screen and (max-width:1023px){
		.tableA thead th {padding:12px 10px;}
		.overflow_box .tableA, .responsive .tableA {word-break:keep-all;}

		/* 가로 반응형테이블 */
		.overflow_box .iconlr {display:block;margin-bottom:10px;line-height:30px;text-align:center;}
		.overflow_box .table_box {width:100%;overflow-y:hidden;overflow-x:auto;}
		.overflow_box .table_box .tableA {min-width:1000px;}

		/* 세로 반응형테이블 */
		.responsive .tableA {margin-top:10px;}
		.responsive .tableA, .responsive .tableA thead, .responsive .tableA tbody, .responsive .tableA th, .responsive .tableA td, .responsive .tableA tr {display:block;}
		.responsive .tableA thead tr {position:absolute;top:-9999px;left:-9999px;}
		.responsive .tableA tbody tr {display:flex;flex-wrap:wrap;}
		.responsive .tableA tbody tr:after {content:"."; display:block; clear:both; visibility:hidden; height:0;}
		.responsive .tableA tbody tr:first-child td:first-child {border:none;}
		.responsive .tableA tbody th {width:30%;padding:10px 3%;border:none;background-color:#fef4d9;text-align:left;vertical-align:middle;}
		.responsive .tableA tbody td {position:relative;white-space:normal;width:70%;padding:10px 3%;border:none;background-color:transparent;text-align:left;box-sizing:border-box;}
		.responsive .tableA tbody tr:first-child td, .responsive .tableA tbody tr:first-child th {border-top:none;}
		.responsive .tableA td:before {content:attr(data-title);position:absolute;top:6px;left:10px;width:100px;padding-right:10px;font-weight:500;white-space:nowrap;}
		.responsive .tableA td:after {content:"";position:absolute;top:11px;left:0;width:1px;height:10px;background-color:#dedede;}
		.responsive .tableA > tbody > th:before, .responsive .tableA > tbody td:before {content:attr(data-content); display:inline;}
	}
	@media only screen and (max-width:767px){
		/* 세로 반응형테이블 */
		.responsive .tableA tbody td .ellipsis1 {-webkit-line-clamp:2;}/* 1줄 */
		.responsive .tableA tbody td .ellipsis2 {-webkit-line-clamp:3;}/* 2줄 */
		.responsive .tableA tbody td .ellipsis3 {-webkit-line-clamp:4;}/* 3줄 */
		.responsive .tableA tbody td .ellipsis4 {-webkit-line-clamp:5;}/* 4줄 */
	}


/********** 페이지넘버 **********/
.pagination {display:flex;flex-wrap:wrap;justify-content:center;align-items:center;}
.pagination > li a {position:relative;display:block;width:100%;line-height:35px;border:1px solid #fff;transition:all .3s; color:#999;padding:0 10px;}
.pagination > li.txt {font-size:0;width:35px;height:35px;}
.pagination > li.txt a:after {content:'';position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;display:inline-block;width:35px;height:35px;opacity:.5;}

.pagination > li.prev_first a:after {background:url("../images/common/page_ico02.png") no-repeat left;}
.pagination > li.prev a:after {background:url("../images/common/page_ico01.png") no-repeat left;}
.pagination > li.next_last a:after {background:url("../images/common/page_ico02.png") no-repeat right;}
.pagination > li.next a:after {background:url("../images/common/page_ico01.png") no-repeat right;}

.pagination > li a.on, .pagination > li a:hover, .pagination > li a:focus {border:1px solid #222;color:#222;}
.pagination > li.txt a.on, .pagination > li.txt a:hover {border:1px solid #fff;}
.pagination > li.txt a.on:after, .pagination > li.txt a:hover:after {opacity:1 !important;}

/********** 버튼 **********/
.btn_bace {display:inline-block;height:50px;line-height:50px;padding:0 30px;background:#ff9500;border:1px solid #ff9500;color:#000;transition:all .4s;-webkit-transition:all .4s;}
.btn_bace:hover, .btn_bace:active,.btn_bace.on {background:#333;border-color:#333;color:#fff;}

.btn_bace.small, .btn_line.small {height:40px;line-height:40px;font-size:1em;}
.btn_bace.big, .btn_line.big {height:55px;line-height:55px;font-size:1em;}
.btn_bace.none {background:#cfd0d7;color:#999;pointer-events:none;}

/* 라인버튼 */
.btn_line {display:inline-block;height:50px;line-height:50px;padding:0 30px;border:1px solid #cfd0d7;color:#666;background:#fff;transition:all .4s;-webkit-transition:all .4s;}
.btn_line:hover, .btn_line:active, .btn_line.on {border:1px solid #333;background:#fff;color:#000;}

/* 파일다운로드 */
.btn_line.down {height:30px;line-height:30px;padding:0 15px;margin-left:5px;vertical-align:middle;}
.btn_line.down span {display:block;font-size:0.875em;position:relative;padding-left:25px;}
.btn_line.down span::before {width:19px;height:18px;background:url("../images/common/bace_img.png") no-repeat;position:absolute;content:"";top:6px;left:0;}
	@media only screen and (max-width:767px){
		.btn_bace {display:inline-block;height:40px;line-height:40px;padding:0 20px;}

		.btn_bace.small, .btn_line.small {height:30px;line-height:30px;}
		.btn_bace.big, .btn_line.big {height:45px;line-height:45px;}
	}

/* 미리보기 */
.btn_preview {background:#fff;height:30px;line-height:28px;font-size:12px;padding:0 10px;-webkit-transition:all 0.3s;transition:all 0.3s;}
.btn_preview:hover, .btn_preview:focus, .btn_preview:active {border-radius:3px;color:#000;-webkit-transition:all 0.3s;transition:all 0.3s;}

/********** 체크버튼(라디오, 체크) **********/
.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"] { /* 기본체크박스 숨김 */ 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:#000;}
.checks input[type="radio"] + label:before {content:'';position:absolute;left:0;top:4px;width:16px;height:16px;background:#fff;border:1px solid #cfd0d7;border-radius:100%;}
.checks input[type="radio"] + label.none {pointer-events: none;}
.checks input[type="radio"] + label.none:before {background:#cfd0d7;}
.checks input[type="radio"]:checked + label:after {content:'';position:absolute;left:3px;top:7px;width:10px;height:10px;background:#df8200;border-radius:100%;}

.checks input[type="checkbox"] + label:before {content:'';display:inline-block;width:26px;height:26px;line-height:26px;margin:-2px 8px 0 0;background:#fff;border:1px solid #cfd0d7;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/common/check.png") no-repeat center center #df8200;border:0;font-size:14px;color:#ff0000;}
.checks input[type="checkbox"]:disabled + label:before {background:url("./../images/common/check.png") no-repeat center center #cfd0d7;}
	@media only screen and (max-width:1023px){
		.checks input[type="radio"] + label:before {top:2px;}
		.checks input[type="radio"]:checked + label:after {top:5px;}
	}

/********** 인풋스타일 **********/
/*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 {min-width:150px;height:50px;line-height:50px;padding:0 15px;border:1px solid #cfd0d7;background:#fff;font-size:0.938em;color:#74828c;vertical-align:top;font-family: "SCoreDream", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;}
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 {background:transparent;z-index:1;margin-left:-19px;}
input[type="date"]:after {content:'';position:absolute;top:50%;right:20px;z-index:0;width:17px;height:15px;background:url("./../images/common/icon_de.gif") no-repeat center center #fff;transform:translateY(-50%);-webkit-transform:translateY(-50%);}
select {padding:0 35px 0 15px;background:url("./../images/common/icon_select.png") no-repeat right 10px center #fff;}
textarea {padding:15px;border:1px solid #dfdfdf;resize:vertical;}
button {font-family: "SCoreDream", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;font-size:1.000em;}
@media only screen and (max-width:1199px){
	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 {min-width:auto;}
}
@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 {min-width:75px;height:40px;line-height:40px;padding:0 10px;}
	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/common/ico_caution1.gif") no-repeat 0 6px;}
/* 느낌표_흰배경빨강 */
.point2 {display:block;padding-left:20px;background:url("./../images/common/ico_caution2.gif") no-repeat 0 6px;}
/* 느낌표_빨강배경흰색 */
.point3 {display:block;padding-left:20px;background:url("./../images/common/ico_caution3.gif") no-repeat 0 6px;}
/* 당구장표시 */
.point4 {display:block;padding-left:14px;background:url("./../images/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;}
.ml15 {margin-left:15px;}
.ml25 {margin-left:25px;}