@charset "utf-8";

/* Font setting */
@font-face {
	font-family: 'notokr-bold';
	src: url('../font/notokr-bold.eot');
	src: url('../font/notokr-bold.eot?#iefix') format('embedded-opentype'),
		url('../font/notokr-bold.woff') format('woff'),
		url('../font/notokr-bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'notokr-medium';
	src: url('../font/notokr-medium.eot');
	src: url('../font/notokr-medium.eot?#iefix') format('embedded-opentype'),
		url('../font/notokr-medium.woff') format('woff'),
		url('../font/notokr-medium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "notokr-regular";
	src: url('../font/notokr-regular.eot');
	src: local('?'), url('../font/notokr-regular.woff') format('woff'),
		url('../font/notokr-regular.ttf') format('truetype');
}

/* CSS Reset */
* {
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	background: transparent;
}

body, html, header, footer, aside, nav, section, article, details,
	figure, figcaption, menu, command, div, dl, dd, ol, ul, li, form,
	fieldset, legend, iframe, table, caption, thead, tfoot, tbody, tr, th,
	td, /* Block Element */ h1, h2, h3, h4, h5, h6, dt, summary, input,
	textarea, button, select, datalist, img, embed, object, canvas, audio,
	video, meter, progress, keygen, /* Inline Block Element */ a, label,
	output, dialog, /* Inline Element */ address, blockquote,
	/* Text Block Element */ p, pre, /* Text Inline Block Element */ span,
	b, strong, i, em, dfn, var, u, ins, s, del, q, mark, small, sub, sup,
	abbr, bdi, bdo, cite, time, ruby, rp, rt, code, kbd, samp,
	/* Text Inline Element */ acronym, big, frame, frameset, noframes, tt,
	/* Not HTML5 Used Element */ map, option, hr/* , * */ {
	border: 0;
	padding: 0;
	margin: 0;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

header, footer, aside, nav, section, article, details, summary, figure,
	figcaption, menu, command {
	display: block
} 

/* HTML5 Block Element */
/* applet, basefont, center, dir, font, strike {
	display: none
} */ 

/* XHTML4, HTML5 Element Not Used Remove */
q, blockquote {
	quotes: none;
	content: none
}

li, menu {
	list-style: none;
	word-break: break-all
}

table {
	width: 100%;
	border-spacing: 0px;
	border-collapse: collapse;
	box-sizing: border-box;
}

caption {
	text-align: left;
	font: 18px/1 'notokr-bold';
	color: #333333;
	letter-spacing: -0.04em;
	padding-bottom: 10px;
}

th, td {
	text-align: center;
	vertical-align: middle;
	border-spacing: 0px;
	border-collapse: separate;
}

table input[type=text], table select {
	width: 100%;
    border: 1px solid #cfcfcf;
    padding-left: 5px;
}

table select {
	width: 100%;
    height: 34px;
    line-height: 34px;
}

address {
	font-style: normal
}

label {
	display: inline-block;
}

a {
	text-decoration: none;
	display: inline-block;
}

a:hover, a:visited, a:focus, a:active {
	text-decoration: none;
}

/* Common Setting */
html {
	overflow-y: auto; /*overflow-x:hidden;*/
}

html, body {
	background: #fff;
	height: 100%;
} 

body {
	min-width: 1255px;
	color: #333333;
	font-family: 'notokr-regular', arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
}

div {
	outline: 0
} 

select {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-appearance: none; /* 네이티브 외형 감추기 */
	-moz-appearance: none;
	appearance: none;
	background: #fff url('../images/inc/icn_sh_arrow.gif') right center
		no-repeat; /* 화살표 모양의 이미지 */
	padding-right: 25px;
}

/* IE 10, 11의 네이티브 화살표 숨기기 */
select::-ms-expand {
	display: none;
}

img {
	vertical-align: middle;
}

input[type='password'], input[type='search'], input[type='text']{
	font-size: 13px;
	border: 1px solid #cfcfcf;
	background: #fff;
	box-sizing: border-box;
	color: #999;
	vertical-align: middle;
	height: 34px;
	line-height: 34px;
	padding-left: 5px;
	padding-right: 5px;
}

input[type=radio], input[type=checkbox]{
	vertical-align: middle;
	position: relative;
	bottom: 1px;
}

input[type=radio]{
	bottom: 2px;
}

input[readonly].search {
	color: #333;
	background: #ffffff;
}

input[disabled], input[readonly]:not(.search), .readonly {
	color: #999 !important;
	background: #ddd !important;
	cursor: default !important;
}

input[type='text']:focus, input[type='password']:focus, input[type='search']:focus{
	outline: 1px solid #999;
}

input[type="text"].inupt {
	box-sizing: border-box;
	width: 100%;
	background: #fff;
	border: 1px solid #dedede;
	height: 34px;
	padding: 0 10px;
	font-size: 14px;
	color: #8b8b8b;
	vertical-align: middle;
}

.lineblack {
	border-color: #666
}

.txtc {
	text-align: center !important;
}

.txtl {
	text-align: left !important;
}

.txtr {
	text-align: right !important;
}

.mgt0 {
	margin-top: 0 !important;
}

.mgt5 {
	margin-top: 5px !important;
}

.mgt8 {
	margin-top: 8px !important;
}

.mgt20 {
	margin-top: 20px !important;
}

.mgt30 {
	margin-top: 30px !important;
}

.mgt40 {
	margin-top: 40px !important;
}

.mgb20 {
	margin-bottom: 20px !important;
}

.pdt0 {
	padding-top: 0 !important
}

.pdb10 {
	padding-bottom: 10px !important;
}

.pdt20 {
	padding-top: 20px !important;
}

.pdb30 {
	padding-bottom: 30px !important;
}

.pdb100 {
	padding-bottom: 100px !important;
}

.mgb8 {
	margin-bottom: 8px !important;
}

.hand {
	cursor: pointer;
}

.odd {
	background-color: #fafafa;
}

.even {
	background-color: #fff;
}

.select {
	background-color: #ffe6b0;
	border: 1px solid #
}

.fl {
	float: left;
	display: block;
}

a[title~=doc] {
	font-size: 11px;
	text-decoration: underline;
	background: url('../images/inc/doc.png') no-repeat;
	height: 19px;
	padding-left: 28px;
	line-height: 19px
}

a[title~=pdf] {
	font-size: 11px;
	text-decoration: underline;
	background: url('../images/inc/pdf.png') no-repeat 0 2px;
	height: 19px;
	padding-left: 24px;
	line-height: 19px
}

a[title~=xls] {
	font-size: 11px;
	text-decoration: underline;
	background: url('../images/inc/xls.png') no-repeat;
	height: 19px;
	padding-left: 28px;
	line-height: 19px
}

a[title~=ppt] {
	font-size: 11px;
	text-decoration: underline;
	background: url('../images/inc/ppt.png') no-repeat;
	height: 19px;
	padding-left: 28px;
	line-height: 19px
}

.attach {
	padding-top: 5px;
}

.ajax_loading {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .8) url('../images/FhHRx.gif') 50% 50%
		no-repeat;
}

input[field=datepicker], input.Date {
	margin-right: 4px !important;
	width: 150px;
	color: #333 !important;
	background: #ffffff !important;
}

.board_bno {
	border-bottom: none !important;
}

/* popup */
#PopBack {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.5;
	z-index: 1000;
	display: none;
}

#SubPopBack {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.5;
	z-index: 1002;
	display: none;
}

.popbox_area {
	position: fixed;
	top: 50%;
	left: 47%;
	margin-left: -210px;
	margin-top: -267px;
	width: 420px;
	min-height: 534px;
	z-index: 1003;
	background-color: white;
	text-align: left;
	border: 1px solid #dddddd;
	box-shadow: 0 2px 15px #666
}

.popbox_area2 {
	position: fixed;
	top: 50%;
	left: 52%;
	margin-left: -380px;
	margin-top: -267px;
	width: 760px;
	min-height: 534px;
	z-index: 1001;
	background-color: white;
	text-align: left;
	border: 1px solid #dddddd;
	box-shadow: 0 2px 15px #666
}

.pop_cont {
	margin: 0 auto;
	width: 100%;
}

.pop_cont .btn_area {
	border-top: 1px solid #ddd;
	padding-top: 12px
}

.pop_cont .btn_area02 {
	text-align: right;
}

.pop_head {
	overflow: hidden;
	border-bottom: 1px solid #ddd;
	padding: 10px 20px;
}

.pop_head h2 {
	float: left;
	font-size: 18px;
}

.pop_head p {
	float: left;
	color: #666;
	padding: 5px 0 0 8px;
}

.pop_close {
	position: absolute;
	top: 11px;
	right: 12px;
}

.pop_warp {
	padding: 20px 17px;
}

.pop_warp textarea {
	border: 1px solid #d2d2d2;
	width: 100%;
	box-sizing: border-box;
	height: 150px;
	font-size: 13px;
	color: #999;
	padding: 15px;
}

.pop_warp textarea:focus {
	outline: 1px solid #999
}

.pop_warp>h3 {
	font-size: 14px;
	padding-bottom: 10px;
	color: #666;
	font-family: 'notokr-regular';
	font-weight: normal;
	letter-spacing: -0.05em
}

.pop_warp .tb_type03 td input[type='text'] {
	height: 25px;
	line-height: 25px;
	font-size: 13px !important
}

.pop_warp .tb_type03 td:last-child input[type='text'] {
	text-align: center;
}

.pop_warp select {
	border: 1px solid #cfcfcf;
	height: 34px;
	padding: 0 25px 0 10px;
}

.pop_warp .tb_type02 td input[type=text].search {
	width: 87% !important;
}

.pop_text {
	font-size: 14px;
	text-align: center;
	line-height: 1.6em
}

.pop_cont .pop_warp .tree_warp {
	float: left;
	height: 500px;
	width: 40%;
	overflow-y: scroll;
}

.pop_cont .pop_warp .content_warp {
	float: right;
	height: 500px;
	width: 59%;
	overflow-y: scroll;
}

.pop_cont .pop_warp .tree_div {
	position: relative;
	overflow-y: auto;
	min-height: 496px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

/* login */
#login_landing_warp {
	position: relative;
	width: 100%;
	height: 100%;
	min-width: 525px;
}

#login_landing {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 116px;
	background: url('../images/staff_login/icn_top_bar.gif') 0 top repeat-x;
}

#login_landing .hdl_login {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
}

#login_landing .hdl_login img {
	margin: 30px 0 0 0;
}

#login_landing .hdl_login_box {
	position: absolute;
	right: 0;
	top: 58px;
	height: 22px;
	color: #333333;
	font-family: 'notokr-bold';
	font-size: 12px;
}

#login_landing .hdl_login_box span {
	display: inline-block;
	padding: 3px 33px 3px 0;
	color: #ff6600;
	font-family: 'notokr-bold';
	font-size: 14px;
	background: url('../images/inc/icn_logout2.gif') no-repeat right 4px;
}

#login_container {
	width: 100%;
	height: 100%;
	background: url('../images/staff_login/bg_login.png') center 116px no-repeat;
	display: table;
	margin: -116px 0 -65px;
}

#login_container .login_system_box {
	padding: 146px 0 0 115px;
}

#login_container .system_area_box {
	margin: 0 auto;
	padding: 42px 95px 0 0;
	width: 489px;
	background: url('../images/staff_login/logon_bg_top.png') 0 top no-repeat;
}

#login_container .system_area_box dl {
	padding: 0 0 110px 0;
	width: 489px;
	background: url('../images/staff_login/logon_bg_btm.png') 0 bottom no-repeat;
}

#login_container .system_area_box dl dt {
	padding: 15px 0 39px 90px;
}

#login_container .system_area_box dl dd {
	padding: 0 0 0 90px;
	color: #666666;
}

#login_container .system_area_box dl dd.system_box_area {
	overflow: hidden;
	margin: 0 0 10px 0;
}

#login_container .system_area_box dl dd.system_box_area .system_box {
	position: relative;
	overflow: hidden;
}

#login_container .system_area_box dl dd.system_box_area .system_box input {
	padding: 0 0 0 15px;
	width: 270px;
	height: 43px;
	font-size: 14px;
	color: #999999;
	border: 1px solid #dddddd;
	background: #fbfbfb;
}

#login_container .system_area_box dl dd.remember_box {
	overflow: hidden;
	margin: 0 0 40px 0;
	width: 271px;
}

#login_container .system_area_box dl dd.remember_box  p {
	float: left;
	color: #666666;
	font-size: 14px;
	line-height: 14px;
}

#login_container .system_area_box dl dd.remember_box a{
	float: right;
	margin-left: 20px;
	font-weight: bold;	
}

#login_container .system_area_box dl dd.remember_box select {
	float: right;
	padding: 0 0 0 15px;
	width: 151px;
	height: 22px;
	color: #999999;
	font-size: 12px;
	border: 1px solid #dddddd;
}

#login_container .system_area_box dl dd .login_btn {
	padding-bottom: 20px;
}

#login_container .system_area_box dl dd .btn_dw_list {
	margin: 21px 0 0 0;
	overflow: hidden;
	width: 270px;
}

#login_container .system_area_box dl dd .btn_dw_list {
	margin: 0 0 5px 0;
}

#login_container .system_area_box dl dd .btn_dw_list .dw_list_l {
	float: left;
}

#login_container .system_area_box dl dd .btn_dw_list .dw_list_r {
	float: right;
}

#login_container .system_area_box dl dd .btn_dw_list a {
	display: inline-block;
	color: #666666;
	font-size: 13px;
}

/* gnb */
#top_area {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 64px;
	padding: 6px 0 0 0;
	border-bottom: 1px solid #dfdfdf;
	background: url('../images/inc/icn_top_bar.gif') center top repeat-x #fff;
	z-index: 100;
}

#top_box_area {
	position: relative;
	margin: 0 auto;
	width: 1223px;
}

#top_box_area.main {
	width: 1000px;
}

#top_box_area:after {
	content: ' ';
	display: table;
	clear: both;
}

#top_box_area p {
	border-left: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
}

#top_box_area .logo {
	float: left;
}

#top_box_area .top_menu_area {
	float: left;
	margin: 0 0 0 31px;
}

#top_box_area .top_sub_menu {
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	height: 64px;
}

#top_box_area .top_sub_menu li {
	float: left;
	padding: 0 16.5px;
	text-align: left;
	vertical-align: middle;
	height: 64px;
	line-height: 64px;
	font-size: 14px;
}

#top_box_area .top_sub_menu li:nth-child(n+2) {
	background: url('../images/inc/bar_grey.png') left center no-repeat;
	padding-right: 10px;
}

#top_box_area .top_sub_menu .sideBar>strong {
	display: inline-block;
	color: #f47d31;
	font-size: 14px;
	font-weight: bold;
}

#top_box_area .top_sub_menu .sideBar>span {
	display: inline-block;
	color: #666;
	font-size: 14px;
	font-weight: normal;
}

#top_box_area .top_sub_menu .sideBar>a {
	display: inline-block;
	color: #666;
	font-size: 14px;
	font-weight: bold;
}

#top_box_area .top_sub_menu .sideBar>a.logout {
	color: #a40000;
	padding-right: 20px;
	background: url('../images/inc/icon_logout.png') right 25px no-repeat;
}

.gnb_menu_wrap {
	position: relative;
}

.gnb_menu_area {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 200;
	width: 100%;
	padding-bottom: 7px;
}

.gnb_menu_area .g_up_btn {
	position: absolute;
	width: 88px;
	margin-left: -44px;
	left: 50%;
	bottom: -24px;
	z-index: 200;
}

.gnb_menu_area .gnb_menu_box {
	width: 100%;
	background: #fff url('../images/inc/gnb_line.gif') repeat-x 0 60px;
}

.gnb_menu_area .gnb_menu_box .gnb_menu {
	overflow: hidden;
	margin: 0 auto;
	width: 1000px;
}

.top_navi {
	float: left;
	width: 200px;
	min-height: 235px;
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	box-sizing: border-box;
}

.top_navi:nth-child(1) {
	border-left: 1px solid #dedede;
}

.top_navi:nth-child(6n+0) {
	border-left: 1px solid #dedede;
}

.top_navi li>a {
	display: block;
	padding-left: 18px;
	height: 62px;
	font-size: 16px;
	color: #333333;
	line-height: 62px;
	font-weight: 300;
}

.top_navi li>a:hover {
	color: #ed6c00;
}

.top_navi:nth-child(n+6) li>a.mnuNm {
	border-bottom: 1px solid #dedede;
}

.top_navi li .dr_depth2 {
	margin: 10px 0 0 0;
}

.top_navi li .dr_depth2 li a {
	height: auto;
	font-size: 14px;
	color: #666666;
	line-height: 28px;
}

.top_navi li .dr_depth2 li a:hover {
	color: #ed6c00;
}

.gnb_menu_area .g_btm {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 200;
	width: 100%;
	height: 6px;
	background: transparent url('../images/inc/gnb_bt_bg.png') repeat-x 0
		bottom;
	border-top: 1px solid #ebebed;
}

/* footer */
#footer_area {
	position: relative;
	width: 100%;
	height: 65px;
	background: #dddddd;
}

#footer_area .footer {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	width: 963px;
}

#footer_area .ft01 {
	float: left;
}

#footer_area .ft02 {
	float: left;
	color: #888888;
	font-size: 12px;
	padding: 23px 0 0 0;
}

#footer_area .ft02 a {
	display: inline-block;
	padding: 0 3px;
}

#footer_area .ft03 {
	position: absolute;
	right: 0;
	top: 0;
	color: #888888;
	font-size: 12px;
	padding: 23px 0 0 0;
}

#container {
	position: relative;
	width: 100%;
	min-height: 100%;
	display: table;
	z-index: 9
}

#cont_wrap {
	position: relative;
	margin: 0 auto;
	width: 1223px;
}

.top_sd {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	background: url('../images/inc/gnb_bt_bg.png') repeat-x 0 0
}

/* left_menu */
#container .left_menu {
	position: absolute;
	width: 235px;
	height: 100%;
	background-color: #fff url('../images/inc/gnb_bt_bg.png') repeat-x 0 top;
	top: 0;
	left: 0;
	z-index: 90;
	border-left: 2px solid #f2f2f2;
	border-right: 1px solid #d8d8d8;
}

#container .left_menu h3 {
	margin: 20px 0 0 0;
	padding: 0 0 15px 18px;
	font-size: 22px;
	color: #ed6000;
	font-weight: 700;
	border-bottom: 1px solid #dddddd;
}

#container .left_menu .menu_btn {
	position: absolute;
	top: 10px;
	right: -26px;
}

#container .left_menu .left_navi {
	width: 100%;
	margin-top: 10px;
}

#container .left_menu .left_navi .leftList {
	border-bottom: 1px solid #dddddd;
	background: none;
}

#container .left_menu .left_navi .leftList a {
	display: block;
	padding: 10px 0 10px 18px;
	font-size: 14px;
	color: #999999;
	word-break: keep-all;
	letter-spacing: -0.05em;
	position: relative;
	font-weight: 500;
}

#container .left_menu .left_navi .leftList a>span {
	font-size: 11px
}

#container .left_menu .left_navi .click {
	color: #333333;
}

#container .left_menu .left_navi .click>a {
	color: #333333;
}

#container .left_menu .left_navi a:hover {
	color: #333333;
}

#container .left_menu_small {
	position: absolute;
	width: 1px;
	height: 100%;
	border-right: 1px solid #dddddd;
	background-color: #fff;
	top: 0; /*left:-27px;*/
	left: -500px;
}

#container .left_menu_small .oepn_menu {
	margin: 10px 0 0 1px;
}

/* contents */
#container .contents_area {
	position: relative;
	margin-left: 261px;
	min-width: 963px;
	min-height: 1000px;
	word-break: break-all
}

#container .contents_area .contents {
	position: relative;
	overflow: hidden; /*width:963px;*/
	padding: 0 0 0 16px;
}

#container .contents_area .contents .stitle_area {
	position: relative;
	height: 58px;
	border-bottom: 1px solid #333333;
}

#container .contents_area .contents .board_bno {
	border-bottom: none !important
}

.stitle_area:after {
	content: " ";
	display: table;
	clear: both;
}

#container .contents_area .contents .stitle_area .sttl {
	padding: 22px 0 0 30px;
	font: 22px/1 'notokr-bold';
	color: #333333;
	letter-spacing: -0.04em
}

#container .contents_area .contents .stitle_area .sttl>strong>span {
	color: #ff6600
}

#container .contents_area .contents .loaction_txt {
	position: absolute;
	right: 0;
	top: 28px;
	color: #c1c1c1;
	vertical-align: middle;
}

#container .contents_area .contents .loaction_txt img {
	margin-top: -5px;
}

#container .contents_area .contents .loaction_txt a {
	display: inline-block;
	padding: 0 5px;
	color: #666666;
	vertical-align: middle;
}

#container .contents_area .contents .form_area {
	position: relative;
	height: 40px
}

#container .contents_area .contents .form_area span {
	padding: 0 20px 0 25px;
	font-size: 11px;
	color: #bdbdbd;
	background: url('../images/inc/icn_arrow2.gif') left center no-repeat;
}

#container .contents_area .contents .form_area span.on {
	color: #666666;
}

#container .contents_area .contents .form_area span:nth-child(1) {
	padding-left: 0;
	background: none;
}

#container .contents_area .contents .form_area .searchSection {
	position: absolute;
	top: 0;
	right: 0;
}

#container .contents .tit-box {
	padding: 25px 0 20px 25px;
	position: relative;
}

#container .contents .tit-box.padl0 {
	padding-left: 0
}

#container .contents .tit-box h3 {
	font: 18px/1.2 'notokr-bold';
	font-weight: normal;
	letter-spacing: -0.05em;
	display: inline-block;
}

#container .contents .tit-box p {
	letter-spacing: -0.05em;
	display: inline-block;
	font-size: 13px;
	color: #666;
	padding-left: 10px
}

#container .contents .tit-box p strong {
	font-family: 'notokr-bold'
}

#container .contents .tit-box .btn-mid {
	position: absolute;
	right: 0;
	top: 20px
}

.dataSection input {
	padding: 0 0 0 13px;
	width: 242px;
	height: 32px;
	color: #9b9b9b;
	border: 1px solid #cfcfcf;
}

.sh_area {
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
}

.sh_area .input_sh {
	overflow: hidden;
	box-sizing: border-box;
}

.sh_area .input_sh input {
	float: left;
	padding: 0 0 0 13px;
	width: 242px;
	height: 32px;
	color: #9b9b9b;
	border: 1px solid #cfcfcf;
}

.sh_area .input_sh label {
	float: left;
	padding: 0 13px 0 0;
	height: 32px;
	line-height: 32px;
	color: #222222;
	font-family: 'notokr-bold';
	font-size: 16px;
}

.sh_area .input_sh input+label {
	margin-left: 18px;
}

.sh_area .sbtn {
	float: left;
	margin-left: -1px !important;
	border: 1px solid #cfcfcf;
	border-radius: 0 2px 2px 0;
	background: #fff url('../images/inc/btn_sh.gif') no-repeat 0 0 !important;
	width: 34px !important;
	height: 32px !important;
}

.sh_area .input_sh2 {
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
}

.sh_area .input_sh2+.input_sh2 {
	margin-top: 5px;
}

.sh_area .input_sh2 input {
	float: left;
	padding: 0 0 0 13px;
	width: 242px;
	height: 32px;
	color: #9b9b9b;
	border: 1px solid #cfcfcf;
}

.sh_area .input_sh2 label {
	float: left;
	display: block;
	padding: 0 15px 0 0;
	width: 150px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #222222;
	font-family: 'notokr-bold';
	font-size: 16px; /* border:1px solid #cfcfcf;border-right:0; */
}

.sh_area .input_sh2 div, .sh_area .input_sh2 select {
	float: left;
}

.sh_area .input_sh2 p {
	float: left;
	height: 32px;
	line-height: 32px;
	padding: 0 2px;
}

.sh_area .input_sh2 *+label {
	margin-left: 50px;
}

.sh_area .input_sh3 {
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
}

.sh_area .input_sh3+div {
	margin-top: 5px;
}

.sh_area .input_sh3 input {
	float: left;
	padding: 0 0 0 13px;
	width: 150px;
	height: 32px;
	color: #9b9b9b;
	border: 1px solid #cfcfcf;
}

.sh_area .input_sh3 label {
	float: left;
	displ: block;
	padding: 0 15px 0 0;
	width: 120px;
	height: 32px;
	line-height: 32px;
	text-align: right;
	color: #222222;
	font-family: 'notokr-bold';
	font-size: 13px; /* border:1px solid #cfcfcf;border-right:0; */
}

.sh_area .input_sh3 div, .sh_area .input_sh3 select {
	float: left;
}

.sh_area .input_sh3 p {
	float: left;
	height: 32px;
	line-height: 32px;
	padding: 0 2px;
}

.sh_area .input_sh li {
	display: inline-block;
	padding: 0 30px;
}

.sh_area.type2 {
	margin: 0;
	padding-right: 80px;
	width: 100%;
	box-sizing: border-box;
}

.sh_area.type2 .selectBox {
	height: 34px;
	float: left;
	width: 50%;
	border: 1px solid #cfcfcf;
	box-sizing: border-box;
}

.sh_area.type2 .selectBox+.selectBox {
	border-left: 0;
}

.sh_area.type2 select {
	width: 100%;
	height: 32px;
	min-height: 32px;
	line-height: 32px;
	padding: 0 25px 0 10px;
}

.sh_area.type2 .fleft {
	float: left;
}

.sh_area.type2 ul {
	margin-top: -10px;
}

.sh_area.type2 ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

.sh_area.type2 ul li {
	min-height: 34px;
	margin-top: 10px;
	width: 50%;
	padding: 0 40px 0 110px;
	vertical-align: top;
	position: relative;
	box-sizing: border-box;
	float: left;
}

.sh_area.type2 ul li>label {
	width: 100px;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	text-align: right
}

.sh_area.type2 ul li input {
	width: 100%;
}

.sh_area.type2 .tb_sel {
	position: absolute;
	bottom: 17px;
	right: 17px;
	display: inline-block;
	margin: 0;
}

.sh_area.type2 .selectBox+input {
	margin-left: -1px;
}

.sh_area.type2.longBox ul li {
	width: 33%;
}

.sh_area.type2.longBox ul.two li {
	width: 50%;
}

.sh_area.type2 .col3 .selectBox {
	width: 33.3%
}

.sh_area.type2 ul li.radioType:after {
	content: ' ';
	display: table;
	clear: both;
}

.sh_area.type2 ul li.radioType input {
	width: auto;
	float: left;
	line-height: 32px
}

.sh_area.type2 ul li.radioType span {
	display: inline-block;
	float: left;
	line-height: 32px;
	margin: 0 15px 0 5px
}

.rel_box {
	position: relative;
	display: block;
}

.rel_box .btn-mid {
	position: absolute;
	top: calc(50% - 25px);
	right: 0px;
	z-index: 1000;
	height: 50px;
	line-height: 50px;
}

.title_area {
	height: 34px;
	line-height: 34px;
	color: #222222;
	font-family: 'notokr-bold';
	font-size: 16px;
}

.title_area input[readonly] {
	border: 1px solid #ccc;
	margin-left: 10px;
	padding: 0 5px;
}

.title_area span {
	float: left;
}

.title_area a {
	float: right;
}

.title_area a+a {
	margin-right: 10px;
}

.title_area:after {
	clear: both;
}

.title_area2 {
	height: 34px;
	line-height: 34px;
	color: #222222;
	font-family: 'notokr-bold';
	font-size: 16px;
	text-align: center
}

.title_area2 a {
	clear: both;
	display: inline-block;
}

.form_area_gray {
	background: #f5f5f5;
	border: 1px solid #d2d2d2;
	padding: 17px;
	position: relative;
	margin-top: 20px;
	border-radius: 2px
}

.form_area_gray:after {
	content: ' ';
	display: table;
	clear: both;
}

.form_area_gray .sh_area {
	margin-left: 8px
}

.form_area_gray .select_box label, .form_area_gray .btn {
	font-size: 14px;
	color: #8b8b8b
}

.form_area_gray .btn-mid+.btn-mid {
	margin-left: 6px
}

.select_box+.select_box {
	margin-left: 7px
}

.form_area_gray input+input, .form_area_gray .select_box+input,
	.form_area_gray input+.select_box {
	margin-left: 4px
}

.form_area_gray input+.btn-mid {
	margin-left: 7px
}

.form_area_gray .pnote {
	font: 13px/1.1 'notokr-medium';
	padding-bottom: 10px
}

.form_area_gray .sbtn {
	text-indent: -9999em;
	background: url('../images/external/search.png') no-repeat 0 0;
	width: 23px;
	height: 23px;
	vertical-align: middle;
	margin-left: 12px
}

.form_area_gray.font_color input[type='text'] {
	color: #333
}

.form_area_gray.font_color .btn-pos {
	position: absolute;
	right: 25px;
	top: 50%;
	margin-top: -16px
}

.form_area_gray.font_color div+div {
	margin-top: 12px
}

.form_area_pw span {
	display: inline-block;
	width: 110px;
	font-size: 14px;
}

.form_area_pw span.pwtxt {
	color: #bcbcbc;
}

.form_area_pw p {
	margin-bottom: 5px;
}

.form_area_gray .fileadd {
	display: inline-block;
}

.form_area_gray .inupt+.btn-mid {
	margin-left: 4px;
	min-width: auto;
	color: #8b8b8b
}

.form_area_gray.center {
	text-align: center;
}

.f-clear {
	overflow: hidden;
}

.f-clear>div {
	box-sizing: border-box;
	width: 49%
}

/* left, right contents*/
#cont_wrap .warp .left_warp {
	float: left;
	width: 46%;
}

#cont_wrap .warp .right_warp {
	float: right;
	width: 53%;
}

#cont_wrap .warp .table_div {
	position: relative;
	overflow-y: auto;
	margin-top: 5px;
	height: 215px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

#cont_wrap .warp .table_wrap {
	position: relative;
	clear: both;
}

#cont_wrap .warp .left_table {
	float: left;
	width: 49%;
	margin-right: 2%;
	margin-bottom: 20px;
}

#cont_wrap .warp .right_table {
	float: right;
	width: 49%;
	margin-bottom: 20px;
}

/* select_design */
.select_box {
	position: relative;
	height: 34px;
	background: #fff url('../images/inc/icn_sh_arrow.gif') right center
		no-repeat;
	border: 1px solid #cfcfcf;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	color: #666
}

.select_box:hover {
	border: 1px solid #999;
}

.select_box label {
	position: absolute;
	font-size: 12px;
	color: #9b9b9b;
	top: 6px;
	left: 10px;
	color: #666
}

.select_box>select {
	width: 100%;
	height: 34px;
	min-height: 34px;
	line-height: 34px;
	padding: 0 10px;
	opacity: 0;
	filter: alpha(opacity = 0);
}

.select_box[disabled] label {
	color: #999
}

.select_box[disabled]:hover {
	border-color: #cfcfcf
}

.select_box.select_s {
	height: 34px;
	background: #fff url('../images/inc/icn_sh_arrow.gif') right center
		no-repeat;
}

.select_box.select_s label {
	top: 6px;
}

.select_box.select_s>select {
	height: 34px;
	min-height: 34px;
	line-height: 34px;
}

.tb_sel {
	text-align: right;
	margin: 20px 0 10px;
}

/* table */
.table_area {
	position: relative;
	width: 100%;
	margin-top: 8px;
	box-sizing: border-box;
}

.table_area+.table_area {
	margin-top: 20px
}

.tb_type02 {
	font-size: 13px;
	width: 100%;
	border-top: 2px solid #a0a0a0;
	border-right: 1px solid #cacaca;
	border-bottom: 2px solid #999;
}

.tb_type02 tr.hand:hover{
	background: #eee;
}

.tb_type02 th {
	border-bottom: 1px solid #cacaca;
	border-left: 1px solid #cacaca;
	background: #f3f3f3;
	padding: 6px 2px;
	color: inherit;
	word-break: keep-all;
}

.tb_type02 th.right {
	text-align: right;
}

.tb_type02 th.center {
	text-align: center;
}

.tb_type02.tb_pd th, .tb_type02.tb_pd td {
	padding: 10px 5px;
}

.tb_type02 td {
	border-bottom: 1px solid #cacaca;
	border-left: 1px solid #cacaca;
	background-color: inherit;
	padding: 6px 2px;
	color: inherit;
	word-break: keep-all;
}

.tb_type02 td textarea {
	background: #fff;
	border: 1px solid #cfcfcf;
	box-sizing: border-box;
	width: 100%;
	color: #999;
	padding: 10px;
	text-align: inherit;
}

.tb_type02 td textarea:focus {
	outline: 1px solid #999;
}

.tb_type02 td input[type=text] {
	width: 100%;
}

.tb_type02 td input[field=datepicker], .tb_type02 td input.Date {
	width: calc(100% - 31px) !important;
	color: #333 !important;
	background: #ffffff !important;
}

.tb_type02 td input[type=text].search {
	width: calc(100% - 30px) !important;
}

.tb_type02 td .search[readonly]:focus {
	padding-right:20px;
	background: url("../images/inc/btn_close.gif") center right no-repeat;
	cursor: pointer;
}

.tb_type02 td .pos {
	position: relative;
}

.tb_type02 td .pos .btnAdd {
	position: absolute;
	right: 5px;
	top: 7px
}

.tb_type02 td.intext {
	padding: 15px;
	text-align: left;
}

.tb_type02 td.intext a+a {
	margin-left: 10px;
}

.tb_type02 td p.note {
	display: inline-block;
	font-size: 12px;
	text-indent: -10px;
	color: #8b8b8b;
	padding-left: 10px
}

.tb_type02 td input+p.note {
	margin-left: 12px
}

.tb_type02 td.center {
	text-align: center;
}

.tb_type02 td.left {
	text-align: left;
}

.tb_type02 td a+.line {
	margin-left: 18px;
}

.tb_type02 td .btn-td {
	padding: 0 10px;
	min-width: auto;
	margin-left: 10px
}

.tb_notice {
	font-size: 13px;
	width: 100%;
	border-top: 2px solid #a0a0a0;
	border-right: 1px solid #cacaca;
	border-bottom: 2px solid #999;
}

.tb_notice th {
	border-bottom: 1px solid #cacaca;
	border-left: 1px solid #cacaca;
	background: #f3f3f3;
	padding: 6px 2px;
	color: inherit;
	word-break: keep-all;
}

.tb_notice td {
	border-bottom: 1px solid #cacaca;
	border-left: 1px solid #cacaca;
	background-color: inherit;
	padding: 6px 2px;
	color: inherit;
	word-break: keep-all;
}

.tb_notice td textarea {
	background: #fff;
	border: 1px solid #cfcfcf;
	box-sizing: border-box;
	width: 100%;
	color: #999;
	padding: 10px;
	text-align: inherit;
}

.tb_notice td textarea:focus {
	outline: 1px solid #999;
}

.tb_notice td input[type=text] {
	width: 100%;
}

.tb_notice td input[field=datepicker], .tb_notice td input.Date{
	width: calc(100% - 31px) !important;
	color: #333 !important;
	background: #ffffff !important;
}

.tb_notice td input[type=text].search {
	width: calc(100% - 30px) !important;
}

.tb_notice td.left {
	text-align: left;
}

.tb_notice td.right {
	text-align: right;
}

.tb_notice tr.article td {
	background: #f5f5f5;
	text-align: left;
}

.tb_notice td .add {
	padding: 10px 0;
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	margin-top: 12px
}

.tb_notice td .add a[title~=pdf] {
	font-size: 11px;
	background: url('../images/inc/pdf.png') no-repeat 0 3px;
	height: 20px;
	padding-left: 24px;
	line-height: 19px;
	margin-top: 2px
}

.tb_notice td .tbconts {
	padding: 30px 35px 10px;
	font-size: 12px
}

.tb_notice tr:first-child td {
	border-top: none;
}

.tb_notice th.selected {
	background-color: #ed6000;
	color: white;
}

.tb_notice td.selected {
	color: #ed6000;
}

/* button */
.btn_area {
	text-align: center;
	margin-top: 20px;
	position: relative;
	padding-bottom: 1px
}

.btn_area:after {
	content: ' ';
	display: table;
	clear: both;
}

.btn_area>div {
	float: left;
}

.btn_area>div+div {
	float: right;
}

.btn-mid {
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	min-width: 70px;
	padding: 0 10px;
	color: #fff;
	box-sizing: border-box;
	border: none;
	background: #f47d31;
	vertical-align: bottom;
	text-align: center;
	font-weight: bold;
	font-family: 'notokr-regular'
}

.btn-mid2 {
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	min-width: 70px;
	padding: 0 10px;
	color: #fff;
	box-sizing: border-box;
	border: none;
	background: #f47d31;
	vertical-align: bottom;
	text-align: center;
	font-weight: bold;
	font-family: 'notokr-regular'
}

.btn-mid3 {
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	min-width: 70px;
	padding: 0 10px;
	color: #fff;
	box-sizing: border-box;
	border: none;
	background: #999999;
	vertical-align: bottom;
	text-align: center;
	font-weight: bold;
	font-family: 'notokr-regular'
}

.btn-mid:hover, .btn-mid2:hover {
	color: #fff;
	text-decoration: none;
}

.btn-mid+.btn-mid {
	margin-left: 4px
}

button {
	cursor: pointer;
	display: inline-block;
}

button[disabled] {
	background: #d3d3d3
}

button[disabled]:hover {
	background: #d3d3d3;
	cursor: default;
}

button img {
	background-color: #fff;
}

/* pageing */
.page_box_area {
	margin: 15px 0 0 0;
	text-align: center;
}

.page_box_area a {
	box-sizing: border-box;
	height: 30px;
	vertical-align: middle;
}

.page_box_area a.prev, .page_box_area a.next {
	padding: 0 9px;
}

.page_box_area a span {
	display: inline-block;
	min-width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 13px
}

.page_box_area a.on span {
	display: inline-block;
	min-width: 30px;
	height: 30px;
	color: #fff;
	background: #666666;
	line-height: 30px;
	text-align: center;
	border-radius: 2px;
}

.page_box_area .p_all_txt {
	display: inline-block;
	margin-left: 10px;
	color: #5d6977;
	font-size: 13px
}

.page_box_area .p_all_txt strong {
	color: #ff8d4a;
}

.page_box_area .p_all_txt span {
	color: #9ea09f;
}

.fileadd span {
	display: inline-block;
	width: 96%;
	background: url('../images/inc/btn_file.gif') no-repeat 100% 50%;
	position: relative;
	height: 35px;
	padding-right: 96px;
	box-sizing: border-box
}

.fileadd span input[type="file"] {
	box-sizing: border-box;
	width: 100%;
	background: #fff;
	border: 1px solid #dedede;
	height: 34px;
	padding: 0 10px;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
}

.fileadd span input[type="text"] {
	box-sizing: border-box;
	width: 100%;
	background: #fff;
	border: 1px solid #dedede;
	height: 34px;
	padding: 0 10px;
}

/* Error */
.error_box {
	position: fixed;
	left: 50%;
	top: 30%;
	margin-left: -230px;
	width: 450px;
}

.error_box .error_tit {
	color: #666666;
	font-size: 36px;
	line-height: 50px;
	text-align: center;
	font-weight: 900;
}

.error_box .error_tit2 {
	margin-top: 20px;
	color: #666666;
	font-size: 20px;
	line-height: 26px;
	text-align: center;
}

.error_box .error_tit span {
	display: inline-block;
	width: 100%;
	font-size: 72px;
	font-weight: normal;
}

.error_box .error_txt {
	margin: 30px 0 0 0;
	color: #666666;
	font-size: 12px;
	text-align: center;
	line-height: 17px;
}

.error_box .error_txt a {
	color: #ec6c01;
}

/* new type contents */
.comm_wrap {
	margin: 0 auto;
	width: 960px;
}

.comm_wrap h3 {
	margin: 30px 0 15px 0;
	padding: 0 0 0 0;
	color: #444;
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
}

.comm_wrap h4 {
	margin: 15px 0;
	padding: 0;
	color: #444;
	font-size: 16px;
}

.comm_wrap ul li {
	font-size: 14px;
	line-height: 20px;
}

.comm_wrap p {
	margin-bottom: 20px;
	font-size: 14px;
}

.comm_wrap a {
	display: inline;
}

.comm_wrap .data_table {
	border-top: 2px solid #666666;
	border-bottom: 1px solid #999999;
}

.comm_wrap .data_table table {
	table-layout: fixed;
	width: 100%;
}

.comm_wrap .data_table table thead th {
	padding: 8px 5px 8px 5px;
	text-align: center;
	background-color: #f3f3f3;
	color: #444;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #aeaeae;
	border-right: 1px solid #dddddd;
}

.comm_wrap .data_table table tbody tr td {
	padding: 8px 5px 8px 5px;
	text-align: center;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	color: #444;
}

.comm_wrap .circledot ul li {
	padding-left: 10px;
	background: url('../images/inc/bl_black_circledot.gif') no-repeat left
		7px;
	color: #444;
}

.info_warp input[readonly], *[view][readonly], .info_warp textarea[readonly]
	{
	color: #999 !important;
	background: #ddd !important;
}

.info_warp input.date[readonly] {
	background: #fff !important;
}

.info_warp select, .search_select {
	height: 34px;
	line-height: 34px;
	border: 1px solid #cfcfcf;
	padding-left: 10px;
}

.info_warp select[disabled], .info_warp option[disabled], .search_select[disabled],
	.search_select option[disabled] {
	color: #999 !important;
	background: #ddd !important;
}

/* Print */
@media print {
	.noprint {
		display: none;
	}
	body {
		border: 0;
		margin: 0;
		padding: 0;
	}
	html, body {
		width: 210mm;
		height: 297mm;
		background: #fff;
	}
	.paper {
		margin: 0;
		border: initial;
		border-radius: initial;
		width: initial;
		min-height: initial;
		box-shadow: initial;
		background: initial;
		page-break-after: always;
	}
}

/* tree, tree cohttp://localhost:8080/main/main.dontents */
#cont_wrap .warp .tree_warp {
	float: left;
	min-height: 600px;
	width: 40%;
}

#cont_wrap .warp .tree_btn {
	float: left;
	width: 85px;
	border: none;
	text-align: center;
	margin-top: 50px;
}

#cont_wrap .warp .content_warp {
	float: right;
	min-height: 600px;
	width: 59%;
}

#cont_wrap .warp .tree_div {
	position: relative;
	overflow-y: auto;
	min-height: 600px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

#cont_wrap .warp .tree_btn .btn-mid {
	margin-top: 50px;
	height: 34px;
	line-height: 34px;
	font-size: 13px;
	min-width: 40px;
	padding: 0 5px;
	color: #777;
	box-sizing: border-box;
	border: 1px solid #cfcfcf;
	background: #fff;
	box-shadow: 0 1px 0 #e4e4e4;
	vertical-align: bottom;
	text-align: center;
	font-family: 'notokr-regular'
}

.depth1 {}

.depth2 {
	display: block;
	float: left;
	width: 20px;
	height: 18px;
	background-position: -56px -36px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-image: url("../images/zTreeStandard.png");
	*background-image: url("../images/zTreeStandard.gif")
}

.depth3 {
	display: block;
	float: left;
	width: 20px;
	height: 18px;
	margin-left: 15px;
	background-position: -56px -36px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-image: url("../images/zTreeStandard.png");
	*background-image: url("../images/zTreeStandard.gif")
}

.depth4 {
	display: block;
	float: left;
	width: 20px;
	height: 18px;
	margin-left: 30px;
	background-position: -56px -36px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-image: url("../images/zTreeStandard.png");
	*background-image: url("../images/zTreeStandard.gif")
}

/* ERP Master interface button */
.excuteList {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.excuteList li {
	float: left;
	margin: 10px;
}

.excuteList li.selected {
	background-color: #ed6000;
	color: white;
}

.excuteList li a {
	display: inline-block;
	height: 23px;
	line-height: 23px;
	color: inherit;
	text-decoration: none;
}

/* Tab */
.tabDiv {
	display: none;
}

.tabDiv:first-child {
	display: block;
}

.tabs {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	width: 100%;
	font-family: "dotum";
	font-size: 12px;
}

.tabs li {
	float: left;
	text-align: center;
	cursor: pointer;
	min-width: 82px;
	height: 31px;
	line-height: 31px;
	border: 1px solid #ddd;
	border-left: none;
	font-weight: bold;
	background: #fafafa;
	position: relative;
	font-family: 'Malgun Gothic';
	color: #333;
	padding: 0 3px;
}

.tabs li.active {
	background: #FFFFFF;
	font-family: 'Malgun Gothic';
	border-bottom: 1px solid #FFFFFF;
	color: #ED6000;
}

/* Multiple paste grid */
.tb_grid {
	border-top: 1px solid #cfcfcf;
	border-left: 1px solid #cfcfcf;
	min-width: 100%;
	table-layout: auto;
	white-space: nowrap;
}

.tb_grid th, .tb_grid td {
	border-bottom: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
}

.tb_grid.td_pd th, .tb_grid.td_pd td {
	padding: 6px 3px;
}

.tb_grid th {
	background: #f5f5f5;
	padding: 2px 5px;
	font-weight: normal;
	text-align: center;
	letter-spacing: -0.05em
}

.tb_grid th.right {
	text-align: right;
}

.tb_grid th.left {
	text-align: left;
}

.tb_grid tbody td {
	border-top: none;
	color: #666666;
	background: #fff;
	word-break: break-all;
	word-wrap: break-word;
	text-align: left;
	letter-spacing: -0.05em
}

.tb_grid td input, .tb_grid td select{
	border: none;
	margin: 0px;
	min-width: 130px;
}

.tb_grid td .search[readonly]:focus {
	padding-right:20px;
	background: url("../images/inc/btn_close.gif") center right no-repeat;
	cursor: pointer;
}

.tb_grid td.right {
	text-align: right;
}

.tb_grid td.center {
	text-align: center;
}

.tb_grid td input[type=text].search {
	width: calc(100% - 30px) !important;
}

/* Notice & Information*/
.noticeWrap {
	clear: both;
	width: 100%;
	margin-top: 20px;
	background-color: #F6E3CE
}

.noticeWrap p {
	padding: 20px 10px 0 20px;
	font-weight: bold;
	font-size: 13px;
}

.noticeWrap ul {
	padding: 10px;
}

.noticeWrap ul li {
	list-style: disc;
	line-height: 2.5em;
	margin-left: 30px;
}

/*FAQ*/
.question {
	display: block;
	overflow: hidden;
	position: relative;
	padding: 10px;
	color: #222;
	line-height: 24px;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 15px;
}

.anwser {
	overflow: hidden;
	padding: 35px;
	background: #f5f5f5;
}

.anwser hr {
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	border-style: inset;
	border-width: 1px;
}

.holiday *{
	color:#ec3636 !important;
}

.halfday *{
	color:#f47d31 !important;
}