@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	color: #404040;
	font-family: 'Malgun Gothic', sans-serif;
	min-width: 1200px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* 2025-10-13 유승빈 추가 모바일 환경일때 width 설정 제거*/
@media only screen and (max-width:1024px) {
	body {
		margin: 0;
		padding: 0;
		color: #404040;
		font-family: 'Malgun Gothic', sans-serif;
		min-width: 0 !important;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.form_table_div {
		max-width: 954px;
	}
}

input,
select,
textarea {
	width: 100%;
	height: 40px;
	padding: 5px;
	vertical-align: middle;
	border: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: inherit;
}

textarea {
	height: 150px;
}

input[type="checkbox"],
input[type="radio"] {
	width: auto;
	height: auto;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
	width: auto;
	padding: 5px 14px;
	border: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

li {
	list-style: none;
}

img {
	border: none;
}

select {
	line-height: inherit;
	font-size: 18px;
}

a {
	text-decoration: none;
	color: #404040;
}

a:hover {
	color: #000;
}

/* 상단 로고 및 메뉴 */
#admin_loginmenu_area {
	height: 17px;
	color: #eee;
	background: #333;
	font-size: 13px;
	padding: 8px 10px;
}

#admin_loginmenu_left {
	float: left
}

#admin_loginmenu_left a {
	margin-left: 5px;
	padding: 3px 5px;
	border: 1px solid #20729c;
	border-radius: 3px;
	color: #eee;
	background-color: #119ee6
}

#admin_loginmenu_right {
	float: right
}

#admin_topmenu_area {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background: #000;
	font-size: 14px;
	font-weight: 600;
	overflow: hidden;
}

#admin_logo_area {
	float: left;
	height: 90px;
	line-height: 90px;
	padding-top: 5px;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#admin_logo_area a {
	margin-left: 10px;
	margin-right: 40px;
}

#admin_user_area {
	float: right;
	height: 90px;
	margin: 0 0 0 10px;
	padding: 0;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#admin_user_area li {
	float: left;
	height: 90px;
	margin: 0 16px;
	padding: 0;
}

#admin_user_area li.menu_bar {
	float: left;
	height: 90px;
	margin: 0;
	padding: 0;
}

#admin_user_area li:last-child {
	margin-right: 10px;
}

#admin_user_area li a {
	display: inline-block;
	height: 90px;
	text-align: center;
	padding: 0;
	color: #fff;
	line-height: 26px;
}

#admin_user_area li a i {
	font-size: 20px;
	margin-top: 20px;
}

#admin_user_area li a:hover,
#admin_user_area .on {
	color: #119ee6;
}

#admin_user_area:after {
	clear: both;
	content: '';
	display: block;
	visibility: hidden;
}

/* 페이지영역 */
#page_area {
	width: 100%;
	margin: 0;
	overflow: hidden;
	min-height: 800px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* 하단영역 */
#tail_area {
	width: 100%;
	height: 90px;
	background: #000;
	overflow: hidden;
}

#tail_area_con {
	width: 1080px;
	height: 90px;
	line-height: 90px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	text-decoration: none;
	font-size: 15px;
	color: #999;
	overflow: hidden;
}

#tail_area .tail_link {
	color: #119ee6;
	text-decoration: none;
}

/* 검색폼 영역 */
/* #fsearch input, select { width:auto; }  */

/* 팝업 레이어 */
#pop_layer {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	box-sizing: border-box;
	z-index: 9999;
	display: none;
}

#pop_layer_con {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 1000px;
	height: 700px;
	margin-top: -350px;
	margin-left: -500px;
	padding: 50px;
	background: #fff;
	box-sizing: border-box;
	border: solid 1px #ccc;
	display: block;
	border-radius: 10px;
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.10);
}

#pop_close {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -346px;
	margin-left: 446px;
	display: block;
	cursor: pointer;
	color: #333;
	display: block;
	font-size: 40px;
}

#pop_close:hover {
	color: #119ee6;
}

#pop_layer_con2 {
	position: fixed;
	top: 50px;
	left: 50px;
	width: 980px;
	height: 700px;
	padding: 50px;
	background: #fff;
	box-sizing: border-box;
	border: solid 1px #ccc;
	display: block;
	border-radius: 10px;
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.10);
	display: none;
}

#pop_close2 {
	position: fixed;
	right: 75px;
	top: 55px;
	display: block;
	cursor: pointer;
	color: #333;
	display: block;
	font-size: 40px;
}

#pop_close2:hover {
	color: #119ee6;
}

/* 주소검색 버튼 */
#btn_search_addrs {
	height: 30px;
	vertical-align: bottom;
}

/* 컨텐츠 헤드 타이틀 */
.contents_head_title {
	font-size: 20px;
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 2px solid #294063;
}

.contents_head_title a {
	text-decoration: none;
}

.contents_head_title>.title {
	float: left;
}

.contents_head_title>.more {
	float: right;
}

.contents_head_title>.clear {
	clear: both;
}

.total_page_area {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 400;
}

.left {
	float: left;
}

.right {
	float: right;
}

.data_count_frame {
	font-size: 18px;
	padding-top: 8px;
}

.data_count {
	font-weight: 900;
	color: #f73973;
}

.form_table_div {
	width: 100%;
	/*overflow-x: auto; 정책문서관리 표 하단 잘리는 현상 때문에 비활성화*/
}

.form_table {
	min-width: 1300px;
}

.form_table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	table-layout: fixed;
	border-left: 1px solid #ccc;
}

.form_table tr>th {
	padding: 7px 5px;
	border: 1px solid #ccc;
	background: #294063;
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
}

.form_table tr>td {
	padding: 7px 5px;
	border: 1px solid #ccc;
	background: #fff;
	color: #404040;
	font-size: 12px;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	word-wrap: break-word;
}

.form_table tr>td a {
	text-decoration: none;
}

.btn_list_div {
	margin-top: 20px;
	margin-bottom: 50px;
	text-align: center;
}

.btn_list_div input {
	margin-right: 5px;
}

.btn_list_div input:last-child {
	margin-right: 0px;
}

.form_table tr>td.heading {
	background: #ecf1f7;
	border-top: 1px solid #ccc;
	border-bottom: 0;
}

.heading_table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	table-layout: fixed;
}

.heading_table tr>td {
	border: 0;
	background: transparent;
}

.form_table tr>td.empty {
	border: 0;
	background: #cad6e4;
}

.form_table tr>td.empty:last-child {
	border: 1px solid #ccc;
}

.form_table .copy_tr td {
	background-color: #dee2ff !important
}

.member_form_table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	table-layout: fixed;
	border-left: 1px solid #ccc;
}

.member_form_table th {
	padding: 6px 20px;
	border: 1px solid #ccc;
	background: #6e8192;
	color: #fff;
	/*background:#294063; color:#fff; */
	font-size: 13px;
	font-weight: 400;
	text-align: right;
	vertical-align: middle;
}

.member_form_table td {
	padding: 6px 20px;
	border: 1px solid #ccc;
	background: #fff;
	color: #404040;
	font-size: 12px;
	font-weight: 400;
	text-align: left;
	vertical-align: middle;
}

.member_form_table td a {
	text-decoration: none;
}

.member_form_table p {
	font-size: 12px;
	color: #119ee6;
	margin-bottom: 5px;
}

.member_form_table td.css-none p {
	font-size: 12px;
	color: #404040;
	margin: 0
}

.member_form_table .addr_frame input {
	margin-top: 5px;
}

.task_list th,
.task_list td {
	text-align: center
}

.reference_tit {
	font-weight: bold;
	margin-left: 10px;
}

.ep_zip {
	width: 150px;
}

.cancel_frame {
	background: #fadede;
}

.research_table th {
	text-align: left
}

.research_table td {
	padding-left: 40px
}

.small_table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	table-layout: fixed;
}

.small_table tr {
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #ccc;
}

.small_table th {
	padding: 8px 0;
	color: #555;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	border-left: 1px solid #ccc;
}

.small_table td {
	padding: 8px 0;
	color: #404040;
	font-size: 12px;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	border-left: 1px solid #ccc;
}

.small_table th:first-child,
.small_table td:first-child {
	border-left: 0;
}

.small_table td a {
	text-decoration: none;
}

.small_table tr.fill_2n {
	background: #f3f4f6;
}

.small_table tr:last-child {
	border-bottom: 0;
}

.contents_body {
	background: #f4f3f3;
	border-left: 1px solid #c1c4c9;
	border-right: 1px solid #c1c4c9;
}

.button_container {
	padding: 16px 10px;
	background: #dee2e5;
	border-top: 1px solid #c2c5c9;
	border-bottom: 1px solid #c2c5c9;
}

.button_container .all_check_frame {
	padding-left: 8px;
}

.button_container select {
	height: 30px !important;
}

/* 리스트 프레임 */
.list_container {
	padding: 0 8px;
}

.list_frame {
	background: #fff;
	border: 1px solid #c2c5c9;
	border-radius: 4px;
	box-shadow: 1px 1px 4px #888;
	margin: 8px 0;
	overflow: hidden;
}

.empty_data {
	text-align: center;
	margin: 60px 0;
}

.empty_data p {
	font-size: 28px;
	font-weight: bold;
	margin: 10px 0 0 0;
	padding: 0;
}

/* 인적사항 컨테이너 */
.prsn_data_container {
	padding: 10px 0;
	margin: 0px;
	background: #6e8192;
	border-radius: 4px 4px 0 0;
}

.prsn_data_table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	table-layout: fixed;
}

.prsn_data_table p {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 14px;
}

.prsn_data_table p.first {
	padding-left: 20px;
}

.prsn_data_container .btn_frame {
	width: 180px;
	text-align: center;
}

.prsn_data_container .btn_frame .btn_modify {
	cursor: pointer;
	background: #2f485f;
	border-radius: 16px;
	border: 0;
	padding: 4px 8px 2px 8px;
}

.prsn_data_container .btn_frame .btn_delete {
	cursor: pointer;
	background: #2f485f;
	border-radius: 16px;
	border: 0;
	padding: 4px 8px 2px 8px;
}

.deleted_fa_frame {
	color: #fff;
	font-size: 15px;
	margin-left: 10px;
}

.prsn_data_table .prsn_icon img {
	margin-bottom: -4px;
	margin-right: 4px;
}

.btn_prsn_modify {
	cursor: pointer;
	background: #2f485f;
	border-radius: 16px;
	border: 0;
	padding: 4px 8px 2px 8px;
}

.set_info_table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	table-layout: fixed;
}

.set_info_table th {
	padding: 6px 0;
	border-bottom: solid 1px #ccc;
	background: #f9f9f9;
	color: #333;
	font-size: 13px;
	font-weight: 400;
	text-align: right;
	vertical-align: middle;
	padding-right: 20px;
}

.set_info_table td {
	padding: 6px 0;
	border-bottom: 1px solid #ccc;
	color: #404040;
	font-size: 12px;
	font-weight: 300;
	vertical-align: middle;
	text-align: left;
	line-height: 20px;
	padding-left: 20px;
}

/*#fsearch { float:right; }
#fsearch:after { clear:both; }*/

.border_box {
	border: solid 1px #e5e5e5;
	box-sizing: border-box;
}

/* 서브미트 버튼 */
.submit_btn {
	color: #fff;
	padding: 5px 10px;
	text-align: center;
	display: inline-block;
	cursor: pointer;
	background-color: #294063;
	text-decoration: none;
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
}

.submit_btn.red {
	background-color: #c70b0c;
	color: #fff;
}

.submit_btn.red:hover {
	background-color: #e61011;
	color: #fff;
}

.submit_btn:hover {
	background-color: #119ee6;
}

.submit_btn.selected {
	background-color: #119ee6;
}

.submit_btn2 {
	color: #fff;
	padding: 5px 10px;
	text-align: center;
	display: inline-block;
	cursor: pointer;
	background-color: #c70b0c;
	text-decoration: none;
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
}

.submit_btn3 {
	color: #fff;
	padding: 5px 10px;
	text-align: center;
	display: inline-block;
	cursor: pointer;
	background-color: #00B4B5;
	text-decoration: none;
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
}

.submit_btn_big {
	color: #fff;
	text-align: center;
	padding: 0 20px;
	height: 40px;
	display: inline-block;
	font-size: 13px;
	cursor: pointer;
	background-color: #294063;
	text-decoration: none;
	border: none;
}

.submit_btn_big.sky {
	background-color: #119ee6;
}

a.submit_btn {
	color: #fff;
	padding: 5px 14px;
	height: 20px;
	font-size: 10pt;
	font-weight: normal;
	vertical-align: middle;
	text-align: center;
	display: inline-block;
	background-color: #294063;
	text-decoration: none;
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
}

a.submit_btn.red {
	background-color: #c70b0c;
	color: #fff;
}

a.submit_btn.red:hover {
	background-color: #e61011;
	color: #fff;
}

a.submit_btn:hover {
	background-color: #119ee6;
}

a.submit_btn.selected {
	background-color: #119ee6;
}

a.submit_btn2 {
	color: #fff;
	padding: 5px 14px;
	height: 20px;
	font-size: 10pt;
	font-weight: normal;
	vertical-align: middle;
	text-align: center;
	display: inline-block;
	background-color: #c70b0c;
	text-decoration: none;
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
}

a.submit_btn3 {
	color: #fff;
	padding: 5px 14px;
	height: 20px;
	font-size: 10pt;
	font-weight: normal;
	vertical-align: middle;
	text-align: center;
	display: inline-block;
	background-color: #00B4B5;
	text-decoration: none;
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
}

a.submit_btn_big {
	color: #fff;
	padding: 10px 14px;
	height: 20px;
	font-size: 13px;
	font-weight: normal;
	vertical-align: middle;
	text-align: center;
	display: inline-block;
	background-color: #294063;
	text-decoration: none;
	border: none;
}

a.submit_btn_big.sky {
	background-color: #119ee6;
}

a.submit_btn_small {
	color: #fff;
	padding: 3px 5px;
	font-size: 9pt;
	font-weight: normal;
	text-align: center;
	background-color: #294063;
	text-decoration: none;
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
}

a.submit_btn_small.red {
	background-color: #c70b0c;
	color: #fff;
}

a.submit_btn_small.red:hover {
	background-color: #e61011;
	color: #fff;
}

a.submit_btn_small:hover {
	background-color: #119ee6;
}

a.submit_btn_small.selected {
	background-color: #119ee6;
}

.bold {
	font-weight: bold;
}

.hand {
	cursor: pointer;
}

.lh {
	line-height: 200%;
}

.jt {
	text-align: justify;
	text-justify: inter-cluster;
}

.ell {
	text-align: left;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	word-wrap: normal !important;
}

.ell_center {
	text-align: center;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	word-wrap: normal !important;
}

.ell_2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: box;
	max-height: 44px;
	overflow: hidden;
	vertical-align: top;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

/* 페이지 네비게이션 */
.page_nav {
	text-align: center;
	margin-top: 10px;
}

.page_nav a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	align-content: center;
	border: solid 1px #ccc;
	border-left: none;
	color: #333;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 18px;
	font-weight: 300;
	cursor: pointer;
	/*margin-left:-6px;*/
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
}

.page_nav a:hover,
.page_nav .on {
	background-color: #119ee6;
	color: #fff;
	border: solid 1px #119ee6;
	border-left: none;
	font-weight: 400;
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
}

.page_nav a:first-child {
	border-radius: 5px 0 0 5px;
	border-left: solid 1px #ccc;
}

.page_nav a:last-child {
	border-radius: 0 5px 5px 0;
}

@media screen and (max-width:426px) {
	.page_nav a {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}

	input,
	select,
	textarea {
		width: 100%;
		height: 30px;
		padding: 5px;
		vertical-align: middle;
		border: 1px solid #ccc;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		line-height: inherit;
	}

	select {
		line-height: inherit;
		font-size: 14px;
	}
}

.page_nav span {
	width: 34px;
	height: 34px;
	line-height: 34px;
	border: solid 1px #ccc;
	border-left: none;
	color: #333;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	font-weight: 300;
	cursor: pointer;
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
	cursor: pointer;
}

.page_nav span:hover,
.page_nav .on {
	background-color: #119ee6;
	color: #fff;
	border: solid 1px #119ee6;
	border-left: none;
	font-weight: 400;
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
}

.page_nav span:first-child {
	border-radius: 5px 0 0 5px;
	border-left: solid 1px #ccc;
}

.page_nav span:last-child {
	border-radius: 0 5px 5px 0;
}

#new_group {
	width: 100%;
	margin: 0;
	padding: 0;
	height: 35px;
	border-bottom: 1px solid #ccc;
}

#new_group>li {
	float: left;
	list-style: none;
	height: 34px;
	line-height: 34px;
	padding: 0;
	margin: 0;
	margin-right: 3px;
}

#new_group>li>a {
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
	color: #404040;
	font-weight: 400;
	text-align: center;
	border: 1px solid #ccc;
	border-bottom: none;
	border-radius: 4px 4px 0 0;
}

#new_group>li>a:hover,
#new_group>li>a.group_on {
	color: #20a6fb;
	border-bottom: 1px solid #fff;
}

#new_group>li>a.group_on {
	border-bottom: 1px solid #fff;
}

#new_group2 {
	width: 100%;
	margin: 0;
	padding: 0;
	margin-top: 40px;
}

#new_group2>li {
	float: right;
	list-style: none;
	height: 34px;
	line-height: 34px;
	margin-left: 3px;
	margin-bottom: 10px;
}

#new_group2>li>a {
	display: block;
	padding: 0px 20px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background: #0a82dc;
}

#new_group2>li>a:hover,
#new_group2>li>a.group_on {
	color: #fff;
	background: #19386a;
}

.red,
.red a,
.red a:link,
.red a:visited,
.red a:active,
.red a:hover,
.red:link,
.red:visited,
.red:active,
.red:hover {
	color: #c70b0c;
	text-decoration: none;
}

.blue,
.blue a,
.blue a:link,
.blue a:visited,
.blue a:active,
.blue a:hover,
.blue:link,
.blue:visited,
.blue:active,
.blue:hover {
	color: #119ee6;
	text-decoration: none;
}

.blue2,
.blue2 a,
.blue2 a:link,
.blue2 a:visited,
.blue2 a:active,
.blue2 a:hover,
.blue2:link,
.blue2:visited,
.blue2:active,
.blue2:hover {
	color: #294063;
	text-decoration: none;
}

.green,
.green a,
.green a:link,
.green a:visited,
.green a:active,
.green a:hover,
.green:link,
.green:visited,
.green:active,
.green:hover {
	color: #45ab11;
	text-decoration: none;
}

.white,
.white a,
.white a:link,
.white a:visited,
.white a:active,
.white a:hover,
.white:link,
.white:visited,
.white:active,
.white:hover {
	color: #fff;
	text-decoration: none;
}

.black,
.black a,
.black a:link,
.black a:visited,
.black a:active,
.black a:hover,
.black:link,
.black:visited,
.black:active,
.black:hover {
	color: #000;
	text-decoration: none;
}

.black,
.black a,
.black a:link,
.black a:visited,
.black a:active,
.black a:hover,
.black:link,
.black:visited,
.black:active,
.black:hover {
	color: #000;
	text-decoration: none;
}

.gray,
.gray a,
.gray a:link,
.gray a:visited,
.gray a:active,
.gray a:hover,
.gray:link,
.gray:visited,
.gray:active,
.gray:hover {
	color: gray;
	text-decoration: none;
}

.tbl_type {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.tbl_type th {
	padding: 5px;
	border-top: 1px solid #ccc;
	background: #f5f7f9;
	color: #000;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

.tbl_type td {
	padding: 5px;
	border-top: 1px solid #ccc;
	vertical-align: middle;
	text-align: center;
}

.bg1 {
	background: #ebedef;
}

/* 검색 옵션 박스 */
.check_option_box {
	position: relative;
	z-index: 1;
	border: 1px solid #c2c5c9;
	background: #f4f3f3;
	/*background:#dee2e5;*/
	margin-bottom: 20px;
}

/* .check_option_box .option_box { position:relative; z-index:1; display:block; border-top:1px solid #c2c5c9; } */
.check_option_box .option_box {
	position: relative;
	z-index: 1;
	display: flex;
	border-top: 1px solid #c2c5c9;
}

.check_option_box .option_box:first-child {
	border-top: 0;
}

.check_option_box .option_box:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/* .check_option_box .option_box .title { float: left; width:260px; min-height:34px; font-size:14px; font-weight:bold; color:#333; text-align:center; letter-spacing:0px; padding:14px 0 0; border-right: 1px solid #c2c5c9; background:#dee2e5; box-sizing: initial;}  */
.check_option_box .option_box .title {
	float: left;
	width: 260px;
	min-height: 34px;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	text-align: center;
	letter-spacing: 0px;
	border-right: 1px solid #c2c5c9;
	background: #dee2e5;
	box-sizing: initial;
	align-content: center;
	flex: 1;
}

.check_option_box .option_box .option_detail {
	float: left;
	flex: 10;
	/*background:#f4f3f3; border-left: 1px solid #c2c5c9; width:1540px; min-height:34px;*/
}

.check_option_box .option_box .option_list {
	float: left;
	padding: 0;
	margin: 0;
}

.check_option_box .option_box .option_list li {
	float: left;
	position: relative;
	margin: 10px;
	padding: 0;
	font-size: 14px;
}

.chk_design_1 {
	/*position:absolute; overflow:hidden; clip:rect(0 0 0 0); height:1px; width:1px; margin:1px 2px 0 0;  padding:0; border:0; vertical-align:top;*/
}

.label_design_1 {
	display: block;
	position: relative;
	height: 28px;
	padding: 0 12px;
	color: #333;
	line-height: 27px;
	border-radius: 15px;
	text-decoration: none;
	cursor: pointer;
}

.label_design_1:hover,
.label_design_1.selected {
	background: #464957;
	color: #fff;
}

.check_option_box .option_box .input_1 {
	display: flex;
	float: left;
	position: relative;
	padding: 10px;
	align-items: center;
	gap: 3px;
}

.panel_body {
	overflow-x: auto
}

.btn_order {
	cursor: pointer;
	color: #bbb
}

.order_active {
	color: #fff
}


.in_text_10 {
	width: 10px;
}

.in_text_20 {
	width: 20px;
}

.in_text_30 {
	width: 30px;
}

.in_text_40 {
	width: 40px;
}

.in_text_50 {
	width: 50px;
}

.in_text_60 {
	width: 60px;
}

.in_text_70 {
	width: 70px;
}

.in_text_80 {
	width: 80px;
}

.in_text_90 {
	width: 90px;
}

.in_text_100 {
	width: 100px;
}

.in_text_150 {
	width: 150px;
}

.in_text_200 {
	width: 200px;
}

.in_text_250 {
	width: 250px;
}

.in_text_300 {
	width: 300px;
}

.recipient_container {
	height: auto;
	cursor: text
}

.recipient_container .reipient_text {
	width: 200px
}

.added_container {
	position: relative
}

.added_container span {
	display: inline-block;
	padding: 5px 7px;
	margin: 10px 3px 3px 0;
	border: 1px solid #BCE9B7;
	background-color: #f0fff0;
	border-radius: 5px
}

h4.table_title {
	margin-left: 10px;
	margin-bottom: 10px
}



/* th 스타일 */
.th-yellow {
	background-color: #ffffa9 !important;
	color: black !important;
	font-weight: 700 !important;
}

.th-blue {
	background-color: #8ad5f3 !important;
	color: black !important;
	font-weight: 700 !important;
}

.th-green {
	background-color: #b8e7b8 !important;
	color: black !important;
	font-weight: 700 !important;
}

.td-yellow {
	background-color: #ffffa9 !important;
}


/* 전체 로딩 오버레이 */
#loadingOverlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	display: none;
	/* 기본은 숨김 */
	justify-content: center;
	align-items: center;
	z-index: 9999;
}

/* 로딩 스피너 */
.loader {
	border: 8px solid #f3f3f3;
	/* 회색 배경 */
	border-top: 8px solid #3498db;
	/* 파란색 */
	border-radius: 50%;
	width: 60px;
	height: 60px;
	animation: spin 1s linear infinite;
	position: absolute;
	left: 50%;
	top: 50%;
}

/* 회전 애니메이션 */
@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.only-vertical {
	resize: vertical;
	/* 세로(아래)로만 크기 조절 허용 */
	height: 30px;
	min-height: 30px;
	max-height: 200px;
	/* 필요시 최대 높이 */

	width: 100%;
	padding: 5px;
	vertical-align: middle;
	border: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 160%;
	background: none;
	border-radius: 5px;
	font-size: 0.95em;
	color: #666;
	font-family: inherit;
}

textarea::placeholder,
input::placeholder {
	color: #999;
	/* 원하는 색상 */
	font-style: italic;
	/* 기울임도 가능 */
}

/* Chrome, Safari, Edge */
::placeholder {
	color: #999;
}

/* Firefox */
:-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

/* Internet Explorer 10-11 */
:-ms-input-placeholder {
	color: #999;
}

/* Microsoft Edge (구버전) */
::-ms-input-placeholder {
	color: #999;
}