@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:#372f65;}
@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;}
[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;}
.list3 > li:after {width:3px;height:1px;background:#666;}
/* 리스트_예외 */
.list_etc > li {color:#007D83;padding-left:18px;font-size:0.938em;margin-top:5px;}
.list_etc > li:after {content:"※";top:1px;font-size:0.938em;}

/* 리스트가 아닐 경우_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;}
}


/********** 새창 아이콘 **********/
.blank {display:inline-block;padding-right:20px;background:url("../images/layout/blank.png") no-repeat right 3px center;}
.blank:hover {color:#007D83;}

.box {padding:1%;border:2px solid #cfd0d7;border-radius:10px;}
.box_inner {padding:2%;border:1px dashed #cfd0d7;border-radius:10px}
/********** 이미지박스 **********/
.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:#372f65 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;}
}

/********** step_box **********/
.step_box {display:grid;grid-template-columns:repeat(4, 1fr);gap:15px 0;margin-bottom:20px;}
.step_box li {display:table;position:relative;margin-right:40px;padding:20px 10px;border:1px solid #ddd;border-top:3px solid #372f65;border-radius:0 0 10px 10px;text-align:center;}
.step_box li:before {content:"";display:block;position:absolute;top:0;right:-31px;bottom:0;width:20px;height:14px;margin:auto 0;background:url("../images/common/step_arrow.png") no-repeat center center;}
.step_box li:last-child:before {display:none;}
.step_box li .item {display:table-cell;color:#000;vertical-align:middle;word-break:keep-all;}
.step_box li .item span {display:block;color:#666;font-size:0.875em;}

@media only screen and (max-width:1199px){
	.step_box {grid-template-columns:repeat(3, 1fr);}
}
/* 태블릿 */
@media only screen and (max-width:1023px){
	.step_box {grid-template-columns:repeat(2, 1fr);}
}
/* 모바일 */
@media only screen and (max-width:767px) {
	.step_box {display:block;}
	.step_box li {width:100%;margin-bottom:40px;margin-left:0;}
	.step_box li:before {top:-31px;left:0;right:0;margin:0 auto;transform:rotate(90deg);}
	.step_box li:first-child:before {display:none;}
	.step_box li:last-child:before {display:block;}
}


/********** 폰트색상 **********/
.cr_red {color:#d20038;}
.cr_blue {color:#004c9d;}
.cr_green {color:#578a00;}
.cr_yellow {color:#ffa800;}
.cr_gray {color:#999;}


/* 컨텐츠 상단박스 */
.icon_box {background:#f7f7f7;border-radius:10px;padding:30px 50px;margin-bottom:40px;}
.icon_box .icon {width:100%;margin:auto;display:flex;justify-content:space-between;align-items:center;}
.icon_box .icon .info_icon {width:96px;flex-shrink:0;}
.icon_box .text {width:calc(100% - 96px);padding-left:3.2rem;word-break:keep-all;}
.icon_box .text li {flex-grow:1;letter-spacing:-0.03em;line-height:1.4;}
.icon_box .text li:first-child {margin-top:0;}
.icon_box .text li:after {top:9px;}
@media screen and (max-width:767px) {
	.icon_box {padding:20px 30px;}
	.icon_box .icon .info_icon {display:none;}
	.icon_box .text {width:100%;padding-left:0;}
}

/* 탭메뉴 */
.tab_box [class^="tab_menu_box"] {display:flex;flex-wrap:wrap;border-left:1px solid #cfd0d7;border-top:1px solid #cfd0d7;margin-bottom:20px;}
.tab_box [class^="tab_menu_box"] li {flex-grow:1;width:33.333%;border-right:1px solid #cfd0d7;border-bottom:1px solid #cfd0d7;flex-grow:0;}
.tab_box [class^="tab_menu_box"].tap_btn2 li {width:50%;}
.tab_box [class^="tab_menu_box"].tap_btn4 li {width:25%;}
.tab_box [class^="tab_menu_box"].tap_btn5 li {width:20%;}
.tab_box [class^="tab_menu_box"] li a {display:grid;place-items:center;padding:0 10px;height:60px;background-color:#fff;color:#222;transition:0.4s;text-align:center;font-weight:400;font-size:1rem;}
.tab_box [class^="tab_menu_box"] li:first-child a {margin-left:0;}
.tab_box [class^="tab_menu_box"] li h4 a span {}
.tab_box [class^="tab_menu_box"] li.on {border:1px solid #372f65;}
.tab_box [class^="tab_menu_box"] li.on a {background-color:#372f65;color:#fff;}
.tab_box [class^="tab_menu_box"] li.on a.blank {background-image:url("../images/layout/link_wh.png");}
.tab_box [class^="tab_menu_box"].tap_btn2 li {width:50%;}
.tab_box .tab_menu_box2.tap_btn4 {padding:0;}
.tab_box .tab_menu_box2.tap_btn4 li {width:25%;}
.tab_box .tab_menu_box2 li a {background:#f2f2f2;height:45px;}
.tab_box .tab_menu_box2 li.on {border:none;}
.tab_box .tab_menu_box2 li.on a {background:#007d83;}
.tab_box .tab_content,
.tab_box .tab_content2 {display:none;}
.tab_box .tab_content.on,
.tab_box .tab_content2.on {display:block;}
	@media only screen and (max-width:1199px){
		.tab_box [class^="tab_menu_box"] li a {font-size:0.938rem;}
	}
	@media only screen and (max-width:1023px){
		.tab_box [class^="tab_menu_box"] li {flex-grow:0;width:50%;}
		.tab_box [class^="tab_menu_box"] li a {font-size:0.875rem;}
		.tab_box .tab_menu_box.tap_btn5 {justify-content:flex-start;}
		.tab_box .tab_menu_box.tap_btn5 li {flex-grow:0;}
		.tab_box .tab_menu_box2.tap_btn4 {justify-content:flex-start;}
		.tab_box .tab_menu_box2.tap_btn4 li {flex-grow:0;}
	}
	@media only screen and (max-width:767px){
		.tab_box [class^="tab_menu_box"] li,
		.tab_box [class^="tab_menu_box"].tap_btn2 li,
		.tab_box [class^="tab_menu_box"].tap_btn4 li,
		.tab_box [class^="tab_menu_box"].tap_btn5 li {width:50%;}
		.tab_box [class^="tab_menu_box"] li a {font-size:0.813rem;}
		.tab_box .tab_menu_box.tap_btn3 {justify-content:flex-start;padding:0;}
		.tab_box .tab_menu_box.tap_btn3 li,
		.tab_box .tab_menu_box.tap_btn4 li,
		.tab_box .tab_menu_box.tap_btn5 li {flex-grow:0;width:100%;}
		.tab_box .tab_menu_box li a {height:50px;}
		.tab_box .tab_menu_box2.tap_btn4 li {width:50%;}
		.tab_box .tab_menu_box2 li a {height:40px;}
		.tab_box .bottom_btn {display:flex;justify-content:space-between;}
		.tab_box .bottom_btn .btn_bace_rd {width:49%;}
		.tab_box .bottom_btn2 .btn_bace_rd {width:100%;}
	}
	@media only screen and (max-width:560px){

	}

/* 상단라인 */
.board_line {border-top:2px solid #666;}

/* 달력 */
.datepic {display:flex;align-items:center;flex-wrap:wrap;}
.datepic .datepic_input {flex-grow:1;margin-right:6px;}
.datepic .datepic_icon {}
.datepic .datepic_icon span {display:grid;place-items:center;width:50px;height:50px;border:1px solid #666;cursor:pointer;}
.datepic > span {margin:0 5px;}
/*table .datepic .datepic_input {width:50%;}*/
@media only screen and (max-width:767px){
	.datepic .datepic_input {flex-grow:1;margin-right:6px;}
	.datepic .datepic_icon span {width:40px;height:40px;}
	.datepic > span {margin:0 5px;}
}
@media only screen and (max-width:539px){
	.datepic .end_date {width:calc(50% - 12px);flex-shrink:1;margin-top:5px;}
	.datepic .end_icon {margin-right:15px;margin-top:5px;}
}


/* 만족도 조사 */
.survey {margin-top:80px;}
.survey .check_box {padding:30px 35px;background-color:#f7f7f7;border:1px solid #cfd0d7;}
.survey .check_box:after {content:'';display:block;clear:both;}
.survey .check_box strong {display:block;font-size:1.063em;line-height:1.6;letter-spacing:-0.04em;color:#000;padding-left:36px;margin-bottom:15px;background:url("../images/layout/icon_survey.png") no-repeat left center;word-break:keep-all;}
.survey .check_box .form_list {display:flex;flex-wrap:wrap;gap:15px 30px;margin-right:35px;}
.survey .opinion {border:1px solid #cfd0d7;border-top:0;padding:20px 35px;color:#000;}
.survey .opinion input {width:calc(100% - 130px);height:40px;line-height:40px;}
@media only screen and (max-width:1023px){
	.survey {margin-top:50px;}
	.survey .opinion input {width:calc(100% - 120px);}
}
@media screen and (max-width:767px) {
	.survey {margin-top:40px;}
	.survey .check_box {padding:20px;}
	.survey .check_box strong {padding-left:27px;background-size:20px auto;}
	.survey .check_box .form_list {margin-right:20px;}
	.survey .opinion {padding:18px 20px;}
	.survey .opinion input {margin-bottom:5px;}
	.survey .opinion input, .survey .opinion .btn_bace {width:100%;}
}

/********** 테이블 **********/
table .view_cts {min-height:400px;}
table .file span {display:inline-block;margin-right:10px;line-height:30px;vertical-align:middle;}
table .file .btn {display:inline-block;height:30px;padding:0 10px;border:1px solid #cfd0d7;color:#666;line-height:30px;font-size:0.875em}

.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:#f6f4ff;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 tbody th {word-break:break-all;padding:12px 20px;border-left:1px solid #cfd0d7;border-top:1px solid #cfd0d7;background:#f6f4ff;vertical-align:middle;font-weight:700;color:#222;}
.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;}

.overflow_box .iconlr {display:none;}
@media only screen and (max-width:1023px){
	.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:#f6f4ff;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;}
}

/* 게시글 검색 */
.board_search_box, .board_search_box form {display:flex;width:100%;}
.board_search_box select {margin-right:5px;background:url("../images/common/icon_select.png") no-repeat right 9px center #fff;}
.board_search_box .search_text {margin-right:5px;width:100%;border:1px solid #cfd0d7;}
.board_search_box .search_button {min-width:95px;}
	@media only screen and (max-width:1023px){
		.board_search_box .search_select {flex-grow:1;}
		.board_search_box .search_text {flex-grow:1;width:50%;}
		.board_search_box .search_button {flex-shrink:0;width:80px;}
	}
	@media only screen and (max-width:767px){
		.board_search_box, .board_search_box form {flex-direction:column;gap:5px;}
		.board_search_box select {margin-right:0;}
		.board_search_box .search_text, .board_search_box .search_button {width:100%;}
	}

.btn_box {display:flex;justify-content:space-between;}
.btn_box .left_btn {display:flex;flex-wrap:wrap;}
	@media only screen and (max-width:1023px){
		.btn_box {display:block;}
		.btn_box button {padding:0 10px;}
		.btn_box .left_btn {justify-content:center;}
		.btn_box .left_btn select {width:100%;}
		.btn_box .left_btn button {margin-top:5px;}
		.btn_box > div:nth-child(2) {display:block;text-align:center;margin-top:5px;}
	}

/* 폼 테이블 */
.form_table {width:100%;table-layout:fixed;border-top:2px solid #000;}
.form_table tbody tr th, .form_table tbody tr td {padding:15px;border-bottom:1px solid #cfd0d7;}
.form_table tbody tr th {color:#000;font-size:17px;background:#f6f4ff;}
.form_table tbody tr td {border-left:1px solid #cfd0d7;}
.form_table .contbox, .form_table .emailbox {display:flex;flex-wrap:wrap;align-items:center;gap:5px;}
@media only screen and (max-width:767px){
	.form_table {}
	.form_table tbody tr th, .form_table tbody tr td {padding:15px 10px;}
	.form_table .emailbox input,
	.form_table .emailbox select {width:30%;}
	.form_table colgroup {display:none;}
	.form_table tbody tr {display:block;position:relative;border-bottom:1px solid #cfd0d7;}
	.form_table tbody tr:after {content:'';display:block;clear:both;visibility:hidden;height:0;}
	.form_table tbody th {display:block;border:none;background-color:transparent;text-align:left;}
	.form_table tbody td {display:block;width:100%;background-color:transparent;text-align:left;box-sizing:border-box;border:0 !important;}
	.form_table tbody tr:first-child th,
	.form_table tbody tr:first-child td {border-top:0;}
	.form_table .contbox, .form_table .emailbox {gap:3px;}
}
@media only screen and (max-width:560px){
	.form_table .contbox select,
	.form_table .contbox input {width:calc(33.3% - 10px);}
	.form_table .emailbox input.sec {width:calc(50% - 18px);}
	.form_table .emailbox input {width:50%;}
	.form_table .emailbox select {width:100%;margin:5px 0 0 0;}
}
/* 파일첨부 */
.form_table .upload_info {font-size:0.938em;}
.form_table .upload_info b {color:#000;}
.form_table .file_list {margin-top:10px;padding-top:10px;border-top:1px dashed #cfd0d7;}
.form_table .file_list li {display:flex;flex-wrap:wrap;align-items:center;}
.form_table .file_list li:not(:first-child) {margin-top:5px;}
.form_table .file_list li .checked input[type="radio"] {margin:-4px 5px 0 0;}
.form_table .file_list li p {margin:0 15px 0 5px;width:80%;}
.form_table .file_list li a.btn_remove {background:#fff;height:30px;line-height:28px;font-size:12px;padding:0 10px;-webkit-transition:all 0.3s;transition:all 0.3s;margin-left:auto;}
.form_table .file_list li a.btn_remove:hover,
.form_table .file_list li a.btn_remove:focus,
.form_table .file_list li a.btn_remove:active {border-radius:3px;color:#000;-webkit-transition:all 0.3s;transition:all 0.3s;}
	@media only screen and (max-width:1199px){
		.form_table .file_list li p {width:75%;}
	}
	@media only screen and (max-width:560px){
		.form_table .file_list li p {width:70%;}
	}
	@media only screen and (max-width:425px){
		.form_table .file_list li p {width:60%;}
	}

span[class^="state"] {display:inline-block;min-width:60px;padding:2px;border-radius:3px;font-size:0.875em;text-align:center;}
.state_receipt {background:#372f65;color:#FFF;}
.state_answering {background:#007D83;color:#FFF;}
.state_complete {background:#e8e8e8;color:#333;}


/***** 일반게시판 *****/
/* 일반게시판 뷰 */
.responsive .board_table {width:100%;border-bottom:1px solid #cfd0d7;border-top:2px solid #222;word-break:normal;color:#000;}
.responsive .board_table thead th {font-weight:400;border-bottom:1px solid #cfd0d7;}
.responsive .board_table tfoot th {background:#e8e8e2;border-top:1px solid #cfd0d7;}
.responsive .board_table tfoot td {border-left:1px solid #e4e4e4;border-top:1px solid #cfd0d7;background:#e8e8e2;}
.responsive .board_table tbody th {border-top:1px solid #cfd0d7;text-align:left;vertical-align:middle;color:#747474;font-weight:400;}
.responsive .board_table thead th, .responsive .board_table tfoot th, .responsive .board_table tfoot td, .responsive .board_table tbody th {padding:12px 20px;}
.responsive .board_table tbody tr td {padding:15px 10px;border-top:1px solid #cfd0d7;}
.responsive .board_table tbody tr:first-child td {border-top:none;}
.responsive .board_table tbody tr td a {cursor:pointer;}
.responsive .board_table tbody tr:first-child th:first-child,
.responsive .board_table tbody tr:first-child td:nth-of-type(1) {border-top:0;}

.responsive .board_table tbody tr.notice_wrap {background:#f6f4ff;}
.responsive .board_table tbody tr.notice_wrap td .notice {display:inline-block;font-size:0.875em;background-color:#d20038;padding:4px 12px 5px;color:#fff;border-bottom-right-radius:8px;}
.responsive .board_table tbody tr td .new {display:inline-block;margin-right:8px;border:1px solid #d20038;color:#d20038;font-size:0.625em;padding:0 5px 1px;line-height:15px;vertical-align:2px;}
@media only screen and (max-width:1199px){
	.responsive .board_table thead th, .responsive .board_table tfoot th, .responsive .board_table tfoot td, .responsive .board_table tbody th {padding:12px 10px;}
}
@media only screen and (max-width:1023px){
	.responsive .board_table {word-break:keep-all;margin-top:10px;}
	.responsive .board_table colgroup col {width:100% !important;}
	.responsive .board_table, .responsive .board_table thead, .responsive .board_table tbody, .responsive .board_table th, .responsive .board_table td, .responsive .board_table tr {display:block;}
	.responsive .board_table thead tr {position:absolute;top:-9999px;left:-9999px;}
	.responsive .board_table tbody tr {padding:10px 0;border-bottom:1px solid #cfd0d7;}
	.responsive .board_table tbody tr:last-child {border-bottom:none;}
	.responsive .board_table tbody tr td {position:relative;padding:5px 0 5px 115px;white-space:normal;width:100%;border-top:none;}
	.responsive .board_table tbody tr:first-child td:first-child {border:none;}
	.responsive .board_table {border-top:1px solid #222;}
	.responsive .board_table td:before {content:attr(data-title);position:absolute;top:9px;left:10px;width:100px;padding-right:10px;font-weight:500;white-space:nowrap;}
	.responsive .board_table td:after {content:"";position:absolute;top:9px;left:100px;width:1px;height:10px;background-color:#dedede;}
	.responsive .board_table tbody tr:after {content:".";display:block;clear:both;visibility:hidden;height:0;}
	.responsive .board_table tbody td {display:block;padding:2px 3%;border:none;background-color:transparent;text-align:left;box-sizing:border-box;}
	.responsive .board_table tbody th {display:block;padding:2px 3%;border:none;background-color:transparent;text-align:left;vertical-align:middle;}
	.responsive .board_table tbody tr:first-child td, .responsive .board_table tbody tr:first-child th {border-top:none;}
	.responsive .board_table > tbody > th:before, .responsive .board_table > tbody td:before {content:attr(data-content)'';display:inline;}
}

/* 일반게시판_상세 */
.board_detail {border-top:2px solid #000;}
.board_detail .bo_head {padding:30px;border-bottom:1px solid #cfd0d7;}
.board_detail .bo_head em.title {font-size:1.500em;font-weight:700;color:#000;}
.board_detail .bo_head dl {font-size:0.938em;margin-top:15px;}
.board_detail .bo_head dl dt, .board_detail .bo_head dl dd {float:left;}
.board_detail .bo_head dl dt {padding-left:20px;position:relative;font-weight:500;color:#999;}
.board_detail .bo_head dl dt:before {position:absolute;left:0;top:5px;content:'';width:1px;height:14px;background-color:#cfd0d7;}
.board_detail .bo_head dl dt:after {display:inline-block;padding:0 6px;content:':';}
.board_detail .bo_head dl dt:first-of-type {padding-left:0;}
.board_detail .bo_head dl dt:first-of-type:before {content:none;}
.board_detail .bo_head dl dd {padding-right:20px;color:#000;}

.board_detail .bo_file {margin-top:20px;background:#f7f7f7;border-radius:10px;padding:20px 30px;}
.board_detail .bo_file li {display:flex;flex-wrap:wrap;align-items:center;margin-bottom:5px;}
.board_detail .bo_file li:last-child {margin-bottom:0;}
.board_detail .bo_file li .bo_file_ico {margin-right:5px;}
.board_detail .bo_file li a.btn_file {font-size:0.938em;margin-right:10px;width:calc(100% - 110px);text-decoration:underline;}
.board_detail .bo_file li a.btn_file:hover,.board_detail .bo_file li a.btn_file:focus,.board_detail .bo_file li a.btn_file:active {color:#00579e;-webkit-transition:all 0.1s;transition:all 0.1s;}
.board_detail .bo_file li a.btn_preview {background:#fff;height:30px;line-height:28px;font-size:12px;padding:0 10px;-webkit-transition:all 0.3s;transition:all 0.3s;}
.board_detail .bo_file li a.btn_preview:hover,
.board_detail .bo_file li a.btn_preview:focus,
.board_detail .bo_file li a.btn_preview:active {border-radius:3px;color:#000;-webkit-transition:all 0.3s;transition:all 0.3s;}

.board_detail .bo_con {padding:60px 30px 100px;line-height:1.6;}
.board_detail .bo_con img {max-width:100%;}
.board_detail .bo_con iframe {display:block;margin:0 auto 10px;max-width:100%;}

.board_detail .bo_pagination {border-top:1px solid #cfd0d7;border-bottom:1px solid #cfd0d7;}
.board_detail .bo_pagination a {display:block;width:100%;}
.board_detail .bo_pagination a:after {content:'';display:block;clear:both;}
.board_detail .bo_pagination a b, .board_detail .bo_pagination a span {float:left;line-height:50px;}
.board_detail .bo_pagination a b {width:200px;font-weight:500;color:#000;background-color:#f7f7f7;text-align:center;border-right:1px solid #cfd0d7;}
.board_detail .bo_pagination a b:before {display:inline-block;content:'';width:11px;height:1.4em;background-repeat:no-repeat;vertical-align:middle;background-position:center top 7px;margin-right:10px;}
.board_detail .bo_pagination a span {width:calc(100% - 200px);padding:0 20px;}
.board_detail .bo_pagination a span:hover {color:#000;}
.board_detail .bo_pagination a.empty span {color:#999;}
.board_detail .bo_pagination a.prev {border-bottom:1px solid #cfd0d7;}
.board_detail .bo_pagination a.prev b:before {background-image:url("../images/common/arrow_board_prev.png");}
.board_detail .bo_pagination a.next b:before {background-image:url("../images/common/arrow_board_next.png");}
@media only screen and (max-width:1199px){
	.board_detail .bo_head dl dt:before {top:3px;}
}
@media only screen and (max-width:1023px){
	.board_detail .bo_head dl dt:before {top:2px;}
}
@media only screen and (max-width:767px){
	.board_detail .bo_head {padding:20px 15px;}
	.board_detail .bo_head em.title {font-size:1.385em;}
	.board_detail .bo_head dl {margin-top:10px;}
	.board_detail .bo_head dl dt {padding-left:0;clear:both;line-height:1.6;}
	.board_detail .bo_head dl dt:before {display:none;}
	.board_detail .bo_head dl dd {padding-right:0;line-height:1.6;}
	.board_detail .bo_file {margin-top:10px;padding:15px 20px;}
	.board_detail .bo_file li .bo_file_ico {width:20px;}
	.board_detail .bo_file li a.btn_file {margin-right:5px;width:calc(100% - 99px);}
	.board_detail .bo_con {padding:20px 0 30px}
	.board_detail .bo_con iframe {height:310px !important;}
	.board_detail .bo_pagination a b {width:100px;}
	.board_detail .bo_pagination a span {width:calc(100% - 100px);padding:0 10px;}
}

/* 게시판 목록 공통 */
.fs_list_box {display:flex;justify-content:space-between;}
.fs_list_box .total {padding-left:20px;position:relative;}
.fs_list_box .total::before {width:11px;height:11px;content:"";background:url("../images/layout/total_ico.png") no-repeat center;position:absolute;top:6px;left:0;}
.fs_list_box li .point {color:#372f65;font-weight:500;}

/********** 페이지넘버 **********/
.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:#372f65;border:1px solid #372f65;color:#fff;transition:all .4s;-webkit-transition:all .4s;}
.btn_bace:hover, .btn_bace:active,.btn_bace.on {background:#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:none;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;}
}


/********** 체크버튼(라디오, 체크) **********/
.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:#372f65;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 #372f65;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) **********/
/* 위 */
.mt0 {margin-top:0;}
.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;}
/* 아래 */
.mb5 {margin-bottom:5px;}
.mb10 {margin-bottom:10px;}
.mb15 {margin-bottom:15px;}
.mb25 {margin-bottom:25px;}
.mb45 {margin-bottom:45px;}