@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줄 */
.ellipsis6 {-webkit-line-clamp:6;}/* 6줄 */


/********** 타이틀 **********/
h3.tit {} /* con header */
h3.tit span {position:relative;display:inline-block;font-family: 'Jalnan';font-size:2.5em;color:#000;line-height:1.3em;}
h3.tit span:after {content:'';position:absolute;right:-10px;top:-10px;width:40px;height:40px;border-radius:50px;background:#ffbb21;z-index: -1;}
h4.tit {margin-bottom:80px;}
h4.tit span {position:relative;display:inline-block;font-family: 'Jalnan';color:#000;line-height:1.3em;font-size:2.2em;}
h4.tit span:after {content:'';position:absolute;right:-10px;top:-10px;width:30px;height:30px;border-radius:50px;background:#ffbb21;z-index: -1;}
h4.tit .stit {margin-top:20px;color:#999;font-weight:normal;}

h4.o_tit {margin-bottom:20px;font-size:2.2em;line-height:1.3em;}
h4.o_tit span {position:relative;display:inline-block;font-family: 'Jalnan';color:#000;padding-left:20px;}
h4.o_tit span:after {content:'';position:absolute;left:0;top:0;bottom:0;margin:auto;width:10px;height:10px;border-radius:50px;border:3px solid #81a9d9;}


@media only screen and (max-width:767px){
	h3.tit span {font-size:2.2em;}
	h3.tit span:after {display: none;}
	h4.tit {margin-bottom:40px;}
	h4.tit span {font-size:2em;}
	h4.o_tit {text-align: center;font-size: 1.8em;}
}
@media only screen and (max-width:560px){
	h4.tit span {display: inline;}
	h4.tit span:after {right:-40px;}
}

/********** 리스트(사용시 클래스가 맨앞에 위치해야함) **********/
[class^="list"] > li {position:relative;}
[class^="list"] > li:after {content:"";position:absolute;left:0;top:11px;}
/* 리스트_1 */
.list1 > li {color:#888;padding-left:13px;}
.list1 > li:after {width:4px;height:1px;background:#bbb;}
.list1.small {margin-bottom:10px;}
.list1.small > li {font-size:.9em;}

/* 리스트_2 */
.list2 > li {color:#888;padding-left:10px;}
.list2 > li:after {width:3px;height:3px;top:10px;background:#333;border-radius:10px;}

.circle_list > li {position:relative;padding-left:15px;}
.circle_list > li:after {content:'';position:absolute;left:0;top:8px;width:7px;height:7px;border:2px solid #81a9d9;border-radius:10px;}
.circle_list > li + li {margin-top:5px;}
.circle_list > li .th {display:inline-block;margin-right:20px;color:#222;font-weight:600;}

/********** 폰트색상 **********/
.cr_main {color:#6a9cd9;}
.cr_orange {color:#f6ab00;}
.cr_red {color:#ff0000;}
.cr_blue {color:#004c9d;}
.cr_black {color:#000;}
.cr_yellow {color:#ffa800;}
.cr_gray {color:#999;}

/********** 팝업 **********/
/*.pop_info {display:none;}*/
.pop_info {width:90%;max-width:767px;height:auto;position:fixed;top:50%;transform:translateY(-50%);left:0;right:0;margin:auto;background:#fff;overflow:hidden;z-index:9999;padding:40px 30px;font-size:.9em;}
.pop_info h4.o_tit {text-align: left;margin-bottom:10px;font-size:1.8em;}
.pop_info .form_table > li .td {text-align: left;}
.pop_info .form_table select {line-height:40px;}
.pop_info .btn_close {position:absolute;right:30px;top:30px;margin:auto;background:none;font-size:15px;width:40px;height:40px;color:#fff;font-weight:600;background:#222;border-radius:50px;z-index: 66;}
.pop_info .btn_close:hover {box-shadow: 0 5px 10px rgba(0,0,0,.2);}
.pop_info .pop_cont {position:relative;height:100%;}

.shadow {display:none;position:fixed;left:0;top:0;background:rgba(0,0,0,0.7);width:100%;height:100vh;z-index:100;}
.layer-open {overflow:hidden;}
/* 반응형 */
@media only screen and (max-width:767px){
	.pop_info {padding:40px 15px;}
	.pop_info .btn_close {right:15px;top:15px;width:35px;height:35px;}
}
/********** 검색 **********/
.reset_btn {display:inline-block;line-height:45px;font-family:inherit;padding:0 15px;border:1px solid #ddd;color:#666;border-radius:5px;background:none;}
.reset_btn:hover {color:#222;border-color:#222;}
.total_box {color:#666;}
.total_box span {font-weight:bold;color:#faa61a;}
.total_box.flexbox {justify-content: space-between;align-items: center;}
.search_box {font-size:.9em;}
.search_box .gray_box {padding:30px;border-radius:10px;}
.search_box .gray_box .flexbox {justify-content: space-between;align-items: center;}
.search_box .gray_box .inputbox {background:#fff;border-radius:5px;width:100%;text-align: left;}
.search_box .gray_box .inputbox .sc_input {width:calc(100% - 230px);}
.search_box .gray_box .select_style {border:0;background-color:#fff;}
.search_box .gray_box .line2.flexbox {justify-content: flex-start;}
.search_box .gray_box .line2.flexbox select + select {margin-left:10px;}
.search_box .btn_sch {display:inline-block;margin-right:10px;width:30px;height:30px;background:url("./../images/common/icon_search.png") no-repeat center;opacity:.5;transition:all .4s;-webkit-transition:all .4s;}
.search_box .btn_sch:hover {opacity: 1;}
.search_box .chkfield .tit {font-weight:bold;}
.search_box .chkfield .checks.flexbox {gap:10px 20px;flex-wrap:wrap;justify-content: flex-start;}
.search_box .chkfield .checks input[type="checkbox"] + label:before {background:url("./../images/common/ico_check.png") no-repeat center center #fff;}
.search_box .chkfield .checks input[type="checkbox"]:checked + label:before {background:url("./../images/common/ico_check.png") no-repeat center center #6a9cd9;}

/* 날짜 선택, 처리상태 버튼 */
ul.sch_btn {display:flex;flex-wrap:wrap;margin-left:5px;}
ul.sch_btn li + li {margin-left:3px;}
ul.sch_btn li a {display:inline-block;line-height:45px;font-family:inherit;padding:0 15px;border:1px solid #ddd;color:#222;border-radius:5px;background:#fff;}
ul.sch_btn li.on a,
ul.sch_btn li a:hover, ul.sch_btn li a:focus, ul.sch_btn li a:active {background:#222;border-color:#222;color:#fff;}

/* 반응형 */
@media only screen and (max-width:1023px){
	ul.sch_btn li a {line-height:36px;}
}
@media only screen and (max-width:767px){
	.reset_btn {line-height:40px;}

	.search_box .gray_box {padding:25px 15px;}
	.search_box .gray_box .inputbox select {width:120px;}
	.search_box .gray_box .inputbox .sc_input {width:calc(100% - 150px);}
	.search_box .gray_box .line2.flexbox {flex-wrap:wrap;justify-content: space-between;}
	.search_box .gray_box .line2.flexbox select {width:100%;margin:1% 0;}
	.search_box .gray_box .line2.flexbox select + select {margin:1% 0;}
	.search_box .gray_box .line2.flexbox .reset_btn {line-height:35px;margin:5px 0 0 0;}
}
@media only screen and (max-width:560px){
	.search_box .chkfield .checks.flexbox {gap:5px 10px;}
	.search_box .chkfield .checks.flexbox div {width:calc(50% - 10px);}
}
/********** 테이블 **********/
.tableA {width:100%;border-bottom:1px solid #ddd;border-top:2px solid #000;word-break:normal;}
.tableA thead th {padding:15px 0;border-bottom:1px solid #222;color:#000;font-size:1.05em;}
.tableA thead th:first-child {border-left:0;}
.tableA tfoot th {padding:13px 10px;background:#e8e8e2;border-top:1px solid #eee;}
.tableA tfoot td {padding:13px 10px;border-left:1px solid #eee;border-top:1px solid #eee;}
.tableA tbody th {padding:13px 10px;border-left:1px solid #eee;border-top:1px solid #eee;vertical-align:middle;font-weight:500;color:#222;font-size:1.05em;}
.tableA tbody td {padding:13px 10px;border-left:1px solid #eee;border-top:1px solid #eee;}
.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 #cdd2d5;}

/* 파일첨부 */
.file_box {display:flex;flex-wrap:wrap;align-items: flex-start;justify-content: space-between;}
.file_box .btn_upload {width:110px;}
.file_box .btn_upload label {display:block;width:100%;padding:0 15px;line-height:35px;font-size:.9em;transition:all .4s;-webkit-transition:all .4s;}
.file_box input[type="file"] {position:absolute;width:0;height:0;padding:0;overflow:hidden;border:0;cursor:pointer;transition:all .4s;-webkit-transition:all .4s;}
.file_box .upload_list  {display:block;width:calc(100% - 115px);}
.file_box .upload_list a {display:block;padding-left:15px;line-height:35px;border-radius:5px;font-size:.9em;color:#999;background:#eee;}
.file_box .upload_list a + a {margin-top:5px;}
.file_box .upload_list a span:hover {text-decoration: underline;}
.file_box .upload_list a .btn_del {visibility:hidden;opacity:0;display:inline-block;margin-left:20px;font-family: inherit;color:#999;}
.file_box .upload_list a:hover .btn_del,
.file_box .upload_list a:focus .btn_del,
.file_box .upload_list a:active .btn_del {visibility: visible;opacity: 1;color:#666;}

/* 반응형 */
@media only screen and (max-width:1023px){
	.tableA {word-break:keep-all;font-size:.9em;}
}
@media only screen and (max-width:767px){
	/*.tableA tbody tr {position:relative;z-index:1;display:block;}
    .tableA tbody th {display:block;float:left;width:30%;height:100%;vertical-align:middle;}
    .tableA tbody td {display:inline-block;width:70%;height:100%;}*/

	/* 게시판 */
	table.responsive colgroup col {width:auto;}
	table.responsive colgroup col + col {display: none;}
	table.responsive thead {display: none;}
	table.responsive tbody tr {display:block;padding:0;}
	table.responsive tbody tr + tr {border-top:1px solid #e4e4e4;}
	table.responsive tbody tr th {display:block;padding:5px 10px;}
	table.responsive tbody tr td {border:0;display:block;text-align:left;padding:5px 10px;line-height:1.3em;width:100%;}

	/* 공지사항 */
	.board_wrp .board_list table tbody tr {padding:5px 0;}
	.board_wrp .board_list table tr:hover {background:none !important;}
	/*.board_wrp .board_list.notice_list table.responsive thead tr th:nth-child(n+5),
	.board_wrp .board_list.notice_list table.responsive tbody tr td:nth-child(n+5) {display:none;}*/
	.board_wrp .board_list.notice_list table.responsive tbody tr td.state {display:block;}
	.board_wrp .board_list.notice_list table.responsive tbody tr td.file {display:none;}

	/* 문의사항 */
	.board_wrp .board_list.answer_list table.responsive thead tr th.view,
	.board_wrp .board_list.answer_list table.responsive tbody tr td.view {display:none;}


	/* 반응형 시 data-content 보여짐 */
	table.mob_data thead {display:none;}
	table.mob_data colgroup {display:none;}
	table.mob_data tbody tr {display:block;position:relative;border-bottom:1px solid #ddd;padding:10px 0;}
	table.mob_data tbody tr + tr {margin-top:-1px;}
	table.mob_data tbody tr:last-child {border:0;}
	table.mob_data tbody tr:after {content:'.';display:block;clear: both;visibility: hidden;height:0;}
	table.mob_data tbody th,
	table.mob_data tbody td {width:100%;text-align: left;border:0;padding:7px 5px;line-height:1.3em;}
	table.mob_data tbody th, table.mob_data tbody td {padding:0 15px;}
	table.mob_data tbody td.no-data {display:block;width:100%;text-align: center;}
	table.mob_data > tbody tr th:before,
	table.mob_data > tbody tr td:before {content:attr(data-content); display:block;width:100%;margin-bottom:10px;font-weight:500;color:#222;background:#f5f5f5;padding:10px 5px;} /* thead의 내용을 tbody의 th, td에 각각 삽입 */
	table.mob_data > tbody tr.no-data td {justify-content: center;}
	table.mob_data > tbody tr.no-data td:before {display:none;}

	/* 파일첨부 */
	.file_box {flex-direction: column;}
	.file_box .upload_list {width:100%;margin-top:10px;}
	.file_box .upload_list a .btn_del {visibility: visible;opacity: 1;}
}


/********** 페이지넘버 **********/
.page-number {display:flex;justify-content:center;align-items:center;margin-top:40px;}
.page-number > li {margin:0 3px;}
.page-number > li a {position:relative;display:block;width:40px;height:40px;line-height:40px;background:#f5f5f5;border-radius:5px;font-size:.9em;}
.page-number > li a.on, .page-number > li a:hover, .page-number > li a:focus, .page-number > li a:active {background:#faa61a;color:#fff;}
.page-number > li.prev_first a,
.page-number > li.next_last a {background:url("./../images/common/page_ends.png") no-repeat center;opacity: .3;}
.page-number > li.prev_first a:hover,
.page-number > li.next_last a:hover {opacity: .6;}
.page-number > li.prev a:after,
.page-number > li.next a:after {content:'';position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;background:url("./../images/common/ic_next.png") no-repeat center;width:7px;height:10px;background-size:contain;}
.page-number > li.prev a:after {transform:rotate(180deg);}
.page-number > li.prev a:hover:after,
.page-number > li.next a:hover:after {filter:brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(310deg) brightness(101%) contrast(102%)}
@media only screen and (max-width:767px){
	.page-number li a {width:35px;height:35px;line-height:35px;}
}


/********** 버튼 **********/
/* 기본 */
.btn_bace {display:inline-block;line-height:45px;padding:0 25px;background:#faa61a;border:1px solid #faa61a;border-radius:7px;text-align:center;color:#fff;cursor:pointer;}
.btn_bace:hover,.btn_bace:focus,.btn_bace:active {background:#222 !important;border:1px solid #222;}

.btn_bace.blue {background:#6a9cd9;border-color:transparent;}
.btn_bace.black {background:#333;border-color:transparent;}
.btn_bace.gray {background:#bbb;border-color:transparent;}
.btn_bace.admin, .btn_line.admin {line-height:40px;}
/* 선버튼 */
.btn_line {display:inline-block;line-height:45px;padding:0 25px;background:#fff;border-radius:7px;border:1px solid #222;text-align:center;color:#222;}
.btn_line.gray {border:1px solid #bbb;color:#999;}
.btn_line:hover,.btn_line:focus,.btn_line:active {background:#222 !important;border:1px solid #222;color:#fff !important;}

.btn_bace.big , .btn_line.big {line-height:55px;padding:0 40px;}
.btn_bace.small , .btn_line.small {line-height:35px;padding:0 20px;}

/* 관리자 모드시 버튼 - .admin_btn 클래스 필요 */
.admin_btn .btn_line, .admin_btn .btn_bace {line-height:34px;padding:0 15px;font-size:.9em;}


@media only screen and (max-width:767px){
	.btn_bace, .btn_line {line-height:38px;padding:0 15px;}
	.btn_bace.big , .btn_line.big {line-height:45px;}

	.admin_btn .btn_line, .admin_btn .btn_bace {line-height:30px;}
}

/********** 체크버튼(라디오, 체크) **********/
.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:25px;}
.checks input[type="radio"] + label:before {content:'';position:absolute;left:0;top:0;width:20px;height:20px;background:#fff;border:1px solid #ddd;border-radius:100%;text-align:center;}
.checks input[type="radio"]:checked + label:after {content:'';position:absolute;top:3px;left:3px;width:14px;height:14px;background:#6a9cd9;border-radius:100%;}
.checks input[type="radio"]:checked + label:before {border:1px solid #6a9cd9;}
.checks input[type="radio"]:disabled + label:before {background:#eee;}
.checks input[type="checkbox"] + label:before {content:'';display:inline-block;width:20px;height:20px;line-height:20px;margin:-2px 8px 0 0;background:url("./../images/common/ico_check.png") no-repeat center center;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/common/ico_check.png") no-repeat center center #6a9cd9;border:0;font-size:14px;}
.checks input[type="checkbox"]:disabled + label:before {background:url("./../images/common/ico_check.png") no-repeat center center #eee;}


/********** 인풋스타일 **********/
input {
	line-height:45px;padding:0 15px;background:none;border:none;border-radius:5px;font-size:0.95em;color:#666;font-family: inherit;
}
input:disabled {background-color:#bbb !important;}
input:focus,textarea:focus, select:focus {outline:1px dashed #bbb;}
/*input:focus,textarea:focus {background:#333;outline:none;color:#fff;}*/
select {position:relative;font-family: inherit;background:url("./../images/common/arr_menu_down.png") no-repeat center right 15px;line-height:45px;padding:0 15px;border:none;border-radius:5px;font-size:0.95em;color:#666;cursor:pointer;}
input::placeholder {color:#bbb;}
input[type="date"] {padding-left:45px;background:url("./../images/common/date.png") no-repeat left 10px center #fff !important;height:40px;}
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]::-webkit-datetime-edit-text {color:#bbb;}
input[type=date]::-webkit-datetime-edit-month-field,
input[type=date]::-webkit-datetime-edit-day-field,
input[type=date]::-webkit-datetime-edit-year-field {color:#999;}
input[type="date"]::-webkit-calendar-picker-indicator,
input[type="date"]::-webkit-inner-spin-button {display: none;appearance: none;}

input.datepicker {position:relative;padding-left:45px;background:url("./../images/common/date.png") no-repeat left 10px center #fff !important;}
input.hasDatepicker {position:relative;padding-left:45px;background:url("./../images/common/date.png") no-repeat left 10px center #fff !important;}

textarea {font-family: inherit;padding:15px;border:1px solid #dfdfdf;outline:none;width:100%;resize: none;overflow-y: auto;}
.select_style {border:1px solid #ddd;}

@media only screen and (max-width:767px){
	input, select {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%;}
.wh400 {width:400px;}
.wh200 {width:200px;}
.wh140 {width:140px;}
.wh120 {width:120px;}
.wh100 {width:100px;}
.wh150 {width:150px;}
.wh80 {width:80px;}
@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;}


/********** 가장자리_외부(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:30px;}.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;}
.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;}
	.mt120 {margin-top:100px;}
}
@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;}
	.mt80 {margin-top:40px;}
	.mt100 {margin-top:60px;}
	.mt120 {margin-top:80px;}
}
/* 우측 */
.mr5 {margin-right:5px;}
.mr10 {margin-right:10px;}
/* 좌측 */
.ml5 {margin-left:5px;}
.ml10 {margin-left:10px;}
.ml20 {margin-left:20px;}
