@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:3rem;font-weight:800;color:#222;position:relative;}
.h4:after {content:"";position:absolute;left:-12px;top:-12px;width:12px;height:12px;background:#006aff;border-radius:50px;}
/* h5,.h5 {font-size:2.2rem;font-weight:400;color:#444;} */

h5,.h5 {position: relative;z-index:1;font-size:2.2rem;font-weight:600;color:#222;padding-left:1.5rem;}
.h5:before {content:"";position: absolute;left:0;top:7px;background: #006aff;width: 5px;height: 18px;}

h6,.h6 {position:relative;padding-left:16px;font-size:2rem;font-weight:400;color:#555;}
.h6:after {content:"";position:absolute;left:0;top:8px;width:6px;height:10px;background:#1a5286;border-radius:50px;}


/********** 리스트(사용시 클래스가 맨앞에 위치해야함) **********/
[class^="list"] > li {position:relative;padding-left:14px;margin-top:5px;}
[class^="list"] > li:after {content:"";position:absolute;left:0;top:11px;}
/* 리스트_1 */
.list1 > li {color:#2a2a2a;}
.list1 > li:after {width:3px;height:3px;background:#2a2a2a;}
/* 리스트_2 */
.list2 > li {padding-left:14px;margin-top:5px;background:url("/images/skinf/img/common/sh_dot1.gif") no-repeat 0 10px;color:#444;}
/* 리스트_3 */
.list3 > li {color:#666;}
.list3 > li:after {width:3px;height:1px;background:#666;}


/********** 폰트색상 **********/
.cr_red {color:#ff0000;}
.cr_blue {color:#004c9d;}
.cr_green {color:#009e80;}
.cr_yellow {color:#ffa800;}
.cr_gray {color:#999;}



/********** 검색 **********/
.sch_top {display:flex;justify-content:space-between;align-items:flex-end;flex-direction:row-reverse;}
.search_box .inputbox {display:flex;align-items:center;padding:4px 30px;border:1px solid #ddd;border-radius:60px;background:#f1f1f1;}
.search_box .inputbox .select_style {padding-left:0;border:none;background:url("/images/skinf/img/layout/language.png") no-repeat right center;color:#666;font-size:1.5rem;}
.btn_sch {position:relative;display:inline-block;margin-left:10px;width:30px;height:30px;background:none;}
.btn_sch:after {content:'';position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;background:url("/images/skinf/img/common/icon_search.png") no-repeat right center;opacity:.5;transition:all .4s;-webkit-transition:all .4s;filter:invert(48%) sepia(17%) saturate(8%) hue-rotate(316deg) brightness(78%) contrast(94%);}
.btn_sch:hover:after, .btn_sch:focus:after {opacity:1;}

.total {color:#767676;font-size:1.5rem;font-weight:500;}
.total span {color:#111;font-size:1.8rem;font-weight:900;}
/* 반응형 */
@media only screen and (max-width:767px){
	.sch_top {display:block;}
	.search_box .inputbox {justify-content:space-between;max-width:unset;width:100%;padding:5px 20px;}
	.search_box .inputbox .select_style {margin-bottom:0;}
	.search_box .inputbox input {width:calc(100% - 150px);margin-bottom:0;}
	.total {margin:30px 0 10px;}
}

/********** 갤러리 목록 **********/
.gallery_list > ul {display:flex;flex-wrap:wrap;padding:20px 0;border-top:1px solid #111;border-bottom:1px solid #ddd;}
.gallery_list > ul li {width:25%;margin-bottom:40px;}
.gallery_list > ul li a {display:block;width:95%;margin:0 auto;}
.gallery_list > ul li .imgbox {overflow:hidden;display:flex;justify-content:center;align-items:center;position:relative;width:100%;height:auto;border-radius:15px;aspect-ratio:3/2;}
.gallery_list > ul li .imgbox:after {content:"";opacity:0.7;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:40px;margin:auto;background:url("/images/skinf/img/common/logo.png") no-repeat center center;background-size:contain;filter:brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(200deg) brightness(104%) contrast(102%);}
.gallery_list > ul li .imgbox img {max-width:100%;min-height:100%;transition:all 0.4s;-webkit-transition:all 0.4s;}
.gallery_list > ul li a:hover .imgbox img {transform:scale(1.1);}
.gallery_list > ul li a .p_name {margin-top:20px;}
.gallery_list > ul li a .p_name span[class*="ctg"] {display:inline-block;padding:3px 10px;border-radius:5px;color:#fff;font-size:1.4rem;}
.gallery_list > ul li a .p_name .ctg01 {background:#005A35;}
.gallery_list > ul li a .p_name .ctg02 {background:#9F020D;}
.gallery_list > ul li a .p_name .ctg03 {background:#6E4C33;}
.gallery_list > ul li a .p_name .ctg04 {background:#1E4BAD;}
.gallery_list > ul li a .p_name .ctg05 {background:#2a2a2a;}
.gallery_list > ul li a .p_name p {margin-top:5px;width:95%;color:#2a2a2a;font-size:1.7rem;font-weight:500;}
.gallery_list > ul li.no-data {width:100%;padding:20px;margin:0;text-align:center;color:#2a2a2a;border-top:2px solid #2a2a2a;border-bottom:1px solid #ddd;}


/********** 갤러리 상세 **********/
.gallery_view {display:flex;justify-content:space-between;}
.gallery_view img {max-width:100%;max-height:100%;}
.gallery_view .gallery_photo {position:relative;width:40%;}
.gallery_view .photo_top {height:auto;aspect-ratio:3/2;}
.gallery_view .photo_top .swiper-slide {overflow:hidden;display:flex;justify-content:center;align-items:center;border:1px solid #ddd;border-radius:15px;}
.gallery_view .photo_thumbs {width:100%;margin-top:10px;}
.gallery_view .photo_thumbs .swiper-slide {overflow:hidden;opacity:0.4;display:flex;justify-content:center;align-items:center;width:auto;height:100%;border:1px solid #eee;border-radius:3px;cursor:pointer;aspect-ratio:1/;}
.gallery_view .photo_thumbs .swiper-slide-thumb-active {opacity:1;}
/* 컨트롤 */
.gallery_view .swiper-button-prev, .gallery_view .swiper-button-next {color:#2a2a2a;opacity:0.5;transition:all 0.4s;-webkit-transition:all 0.4s;}
.gallery_view .swiper-button-prev:hover, .gallery_view .swiper-button-next:hover {opacity:1;}


.gallery_view .details_box {flex-grow:1;margin-left:40px;}
.gallery_view .info_title {position:relative;margin-bottom:20px;padding-bottom:20px;font-size:1.8rem;font-weight:600;}
.gallery_view .info_title:before {content:"";display:block;position:absolute;bottom:0;left:0;width:57px;height:4px;background:#111;}
.gallery_view .info_list {width:100%;border-top:1px solid #111;}
.gallery_view .info_list > li {display:flex;border-bottom:1px solid #ddd;}
.gallery_view .info_list > li .th {width:160px;padding:15px;background:#fdfbf9;}
.gallery_view .info_list > li .th p {display:block;color:#2a2a2a;font-size:1.7rem;font-weight:600;}
.gallery_view .info_list > li .td {width:calc(100% - 160px);padding:15px;}
.gallery_view .info_list > li .td p {overflow-y:auto;max-height:200px;}

/* 반응형 */
@media only screen and (max-width:1199px){

}
@media only screen and (max-width:1023px){
	/* 갤러리 목록 */
	.gallery_list > ul {justify-content:left;}
	.gallery_list > ul li {width:33.3%;}

	/* 갤러리 상세 */
	.gallery_view {flex-direction:column;}
	.gallery_view .gallery_photo {width:100%;max-width:80%;margin:auto;}
	.gallery_view .details_box {margin-top:40px;margin-left:0;}
	.gallery_view .info_title {text-align:center;}
	.gallery_view .info_title:before {right:0;margin:0 auto;}

}
@media only screen and (max-width:767px){
	/* 갤러리 목록 */
	.gallery_list > ul li {width:50%;margin-bottom:30px;}

	/* 갤러리 상세 */
	.gallery_view .gallery_photo {padding-right:0;max-width:560px;}
	.gallery_view .photo_top {max-width:100%;}
	.gallery_view .photo_thumbs {max-width:100%;}
	.gallery_view .info_list > li {flex-direction:column;}
	.gallery_view .info_list > li .th {width:100%;margin:0;padding:10px 15px;}
	.gallery_view .info_list > li .td {width:100%;padding:15px;}
	.gallery_view .swiper-button-prev, .gallery_view .swiper-button-next {width:40px;height:40px;}
	.gallery_view .swiper-button-prev:after, .gallery_view .swiper-button-next:after {z-index:1;display:flex;justify-content:center;align-items:center;width:100%;height:100%;border-radius:50px;background:rgba(0,0,0,0.6);color:rgba(255,255,255,1);font-size:1.8rem !important;text-align:center;}
}


/********** 테이블 **********/
.tableA {width:100%;border-bottom:1px solid #ddd;border-top:1px solid #222;table-layout:fixed;line-height:normal;word-break:keep-all;}
.tableA thead th {padding:20px;border-left:1px solid #ddd;border-bottom:1px solid #ddd;color:#111;background:#f3f8ff;}
.tableA thead th:first-child {border-left:0;}
.tableA tfoot th {padding:20px;background:#e8e8e2;border-top:1px solid #ccc;}
.tableA tfoot td {padding:20px;border-left:1px solid #ccc;border-top:1px solid #ccc;background:#e8e8e2;}
.tableA tbody th {padding:20px;border-left:1px solid #ccc;border-top:1px solid #ccc;background:#f1f1f1;text-align:left;vertical-align:middle;font-weight:700;color:#222;font-size:1.7rem;}
.tableA tbody td {padding:20px;border-left:1px solid #ccc;border-top:1px solid #ccc;}
.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 #ccc;}

.ov_scroll {display:none;}

.tableA tbody td.title a {width:95%;}
.tableA tbody tr.notice td span.bullet {display:inline-block;padding:0 5px;width:auto;line-height:22px;font-weight:600;font-size:1.4rem;background:#333;color:#fff;text-align:center;border-radius:3px;}
.tableA tbody td .title {color:#222;font-weight:600;text-align:left;}
/* 게시글 없는 경우 */
.tableA tbody tr.no-data:hover {background:none !important;}
.tableA tbody tr.no-data td {text-align:center;}

/* 공지사항 게시판 */
.board_wrp .tableA tbody tr:hover {background:#f7f8f9;}

/* 파일첨부 */
.file_box .btn_upload label {width:120px;padding:0 10px;line-height:40px;font-size:1.4rem;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:flex;align-items:center;width:calc(100% - 120px);background:#f7f8f9;padding-left:20px;border-radius:3px;font-size:1.4rem;}


/* 게시판(상세) */
.board_view {border-top:1px solid #111;}
.board_view li {border-bottom:1px solid #ddd;}
.board_view .view_tit {padding:40px 0;text-align:center;font-size:1.5em;color:#111;font-weight:600;}
.board_view .view_tit .tit {display:flex;flex-wrap:wrap;align-items:center;justify-content:center;}
.board_view .view_tit .notice {display:inline-block;margin-right:5px;font-size:15px;background:#2a2a2a;color:#fff;padding:5px 10px;border-radius:3px;}
.board_view .view_info {display:block;width:100%;color:#767676;font-size:1.5rem;font-weight:300;margin-top:15px;}
.board_view .view_cont {padding:40px 20px;min-height:360px;}
.board_view .file_area {padding:15px 20px;background:#f7f8f9;font-size:.95em;}
.board_view .file_area a.upload_file:hover {text-decoration:underline;}
.board_view .file_area p.no-file {color:#767676;}


@media only screen and (max-width:1023px){
	/* 공지사항 게시판 */
	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:10px 0;}
	table.responsive tbody tr + tr {border-top:1px solid #ddd;}
	table.responsive tbody tr th {padding:10px 15px;}
	table.responsive tbody tr td {border:0;display:block;text-align:left;padding:5px;line-height:1.3em;color:#767676;}
}
@media only screen and (max-width:767px){
	/* 반응형 시 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:last-child {border:0;}
	table.mob_data tbody tr:after {content:'.';display:block;clear:both;visibility:hidden;height:0;}
	table.mob_data tbody td {display:flex;text-align:left;border:0;padding:7px 5px;line-height:1.3em;}
	table.mob_data > tbody > th:before,
	table.mob_data > tbody tr td:before {content:attr(data-content); display:inline-block;width:50px;font-weight:bold;color:#2a2a2a;}/* 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;}

	/* 게시판 (상세) */
	.board_view .view_tit {padding:30px 0;}
	.board_view .view_cont {padding:30px 15px;}
}

/********** 페이지넘버 **********/
.page-number {display:flex;flex-wrap:wrap;justify-content:center;align-items:center;margin-top:40px;}
.page-number li {margin:1px;}
.page-number li a {display:inline-block;width:35px;height:35px;line-height:33px;text-align:center;border-radius:3px;border:1px solid #eee;transition:0.4s;-webkit-transition:0.4s;}
.page-number li a.on,.page-number li a:hover,.page-number li a:focus,.page-number li a:active {border:1px solid #2a2a2a;}
.page-number .prev_first {background:url("/images/skinf/img/common/prev_first.gif") no-repeat center center;font-size:0;}
.page-number .prev {background:url("/images/skinf/img/common/prev.gif") no-repeat center center;font-size:0;}
.page-number .num a.on,.page-number .num a:hover,.page-number .num a:focus,.page-number .num a:active {background:#2a2a2a;border:1px solid #2a2a2a;color:#fff;}
.page-number .next {background:url("/images/skinf/img/common/next.gif") no-repeat center center;font-size:0;}
.page-number .next_last {background:url("/images/skinf/img/common/next_last.gif") no-repeat center center;font-size:0;}
@media only screen and (max-width:767px){
	.page-number li a {width:25px;height:25px;line-height:23px;}
}


/********** 버튼 **********/
.manageButton {display:flex;align-items:center;margin-top:20px;}
.manageButton > * {margin-left:10px;}
/* 기본 */
.btn_bace {display:inline-block;height:40px;padding:0 30px;border:1px solid #2a2a2a;border-radius:3px;background:#2a2a2a;color:#fff;line-height:40px;text-align:center;cursor:pointer;font-size:1.6rem;}
.btn_bace:hover,.btn_bace:focus,.btn_bace:active {background:#fff;color:#2a2a2a;}

.btn_bace.large {height:55px;padding:0 50px;line-height:55px;}
.btn_bace.small {height:30px;padding:0 10px;line-height:30px;}
/* 선버튼 */
.btn_line {display:inline-block;height:40px;padding:0 30px;border:1px solid #ddd;border-radius:3px;background:#fff;color:#2a2a2a;line-height:40px;text-align:center;cursor:pointer;font-size:1.6rem;}
.btn_line:hover,.btn_line:focus,.btn_line:active {border-color:#2a2a2a;text-decoration:none;}
.btn_line.small {height:30px;padding:0 10px;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:30px;}
.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:#1a5286;border-radius:100%;}
.checks input[type="radio"]:checked + label:before {border:1px solid #1a5286;}
.checks input[type="radio"]:disabled + label:before {background:#eee;}
.checks input[type="checkbox"] + label:before {content:'';display:inline-block;width:26px;height:26px;line-height:26px;margin:-2px 8px 0 0;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/skinf/img/common/icon_checks.gif") no-repeat center center;border:1px solid #ddd;font-size:14px;color:#ff0000;}
.checks input[type="checkbox"]:disabled + label:before {background:#eee;}


/********** 인풋스타일 **********/
input[type="text"],input[type="password"],input[type="email"],input[type="tel"],
input[type="search"],input[type="url"],input[type="file"],input[type="date"],input[type="datetime-local"],
input[type="month"],input[type="week"],input[type="time"],input[type="number"] {
	line-height:50px;padding:0 15px;background:none;border:none;border-radius:5px;font-size:0.95em;color:#666;font-family: inherit;
}
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/skinf/img/layout/language.png") no-repeat center right;height:50px;padding:10px 15px;border:none;border-radius:5px;font-size:0.95em;color:#666;cursor:pointer;}
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/skinf/img/common/icon_de.gif") no-repeat center center #fff;transform:translateY(-50%);-webkit-transform:translateY(-50%);}
textarea {font-family: inherit;padding:15px;border:1px solid #dfdfdf;outline:none;width:100%;resize: none;overflow-y: auto;font-size:1.6rem;}

@media only screen and (max-width:767px){
	input[type="text"],input[type="password"],input[type="email"],input[type="tel"],input[type="search"],input[type="url"],input[type="file"],input[type="date"],input[type="datetime-local"],input[type="month"],input[type="week"],input[type="time"],input[type="number"], select {height:40px;line-height:40px;padding:0 10px;margin-bottom:5px;}
	input:first-child,select:first-child {margin-top:0;}
	textarea {padding:10px;}
}



/********** 가로값 **********/
.wh100p {width:100%;}
.wh99p {width:99%;}
.wh70p {width:70%;}
.wh50p {width:50%;}
.wh45p {width:45%;}
.wh40p {width:40%;}
.wh30p {width:30%;}
.wh200 {width:200px;}
.wh70 {width:70px;}
	@media only screen and (max-width:767px){
		.wh99p,
		.wh70p,
		.wh50p,
		.wh45p,
		.wh40p,
		.wh30p {width:100%;}
		.wh200 {width:100%;}
	}


/********** 정렬 **********/
.ta-l {text-align:left;}
.ta-c {text-align:center;}
.ta-r {text-align:right;}
.vt-t {vertical-align:top;}
.vt-c {vertical-align:middle;}
.vt-b {vertical-align:bottom;}


/********** 전역클래스 **********/
.ft-l {float:left;}
.ft-r {float:right;}
.block {display:block;}
.inblock {display:inline-block;}
.overflow {overflow:hidden;}
.clear:after {content:"";display:block;clear:both;}


/********** 참고텍스트 **********/
/* 느낌표_흰배경파란 */
.point1 {display:block;padding-left:20px;background:url("/images/skinf/img/common/ico_caution1.gif") no-repeat 0 6px;}
/* 느낌표_흰배경빨강 */
.point2 {display:block;padding-left:20px;background:url("/images/skinf/img/common/ico_caution2.gif") no-repeat 0 6px;}
/* 느낌표_빨강배경흰색 */
.point3 {display:block;padding-left:20px;background:url("/images/skinf/img/common/ico_caution3.gif") no-repeat 0 6px;}
/* 당구장표시 */
.point4 {display:block;padding-left:14px;background:url("/images/skinf/img/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;}.mt100 {margin-top:100px;}
	@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;}.mt100 {margin-top:90px;}
	}
	@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;}.mt100 {margin-top:80px;}
	}
/* 우측 */
.mr5 {margin-right:5px;}
.mr10 {margin-right:10px;}
/* 좌측 */
.ml5 {margin-left:5px;}
.ml10 {margin-left:10px;}
.ml20 {margin-left:20px;}


/* 글쓰기 */
.boardWriteContainer legend {font-size:3rem;font-weight:800;text-align:center;}
.boardWriteContainer select {min-width:140px;border:1px solid #ddd;}
.boardWriteContainer input[type='text'] {border:1px solid #ddd;background:#fff;}
.boardWriteContainer .progress {display:flex;justify-content:flex-end;margin:10px 0;}
.boardWriteContainer .boardButton > * {margin-right:4px;}
.boardWriteContainer .btn_bace {background:#2a2a2a;color:#fff;font-size:1.6rem;transition:all .4s;-webkit-transition:all .4s;}
.boardWriteContainer .btn_bace:is(:hover, :focus,:active) {background:#fff;color:#2a2a2a;}
@media only screen and (max-width:1023px){
	.boardWriteContainer .tableA.responsive th {display:block;width:100%;margin-bottom:5px;padding:0 5px;border:0;background:#fff;color:#111;font-size:1.7rem;font-weight:600;}
	.boardWriteContainer .tableA.responsive th br {display:none;}
}