@font-face {
  font-family: NanumSquareWeb;
  src: local(NanumSquareR),
       local(NanumSquare),
       url(./font/NanumSquareR.eot?#iefix) format('embedded-opentype'),
       url(./font/NanumSquareR.woff) format('woff'),
       url(./font/NanumSquareR.ttf) format('truetype');
  font-style: normal;
  font-weight: normal;
  unicode-range: U+0-10FFFF;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-style: normal;
	vertical-align: baseline;
	text-decoration: none;
	font-family: NanumSquareWeb, sans-serif;
	font-weight: normal;
	color: #333333;
}
/* HTML5 display-role reset for older browsers */
html,body {
	/*height: 100%;*/
	background: #f9f9fc;
	margin: 0;
	word-break: keep-all;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.cf:after{
	content: '';
	display: block;
	clear: both;
}

/**/
.top_wrap {
	width: 100%;
	background-color: #fff;
	border-bottom: 3px solid #2393d2;
	height: 80px;
	box-sizing: border-box;
}
.top_sub_wrap{
	width: 1280px;
	margin: 0 auto;	
}
.top_logo{
	float: left;
}
.top_menu{
	width: 140px;
	height: 77px;
	margin: 0;
	padding: 0;
	color: #2393d2;
	background-color: #fff;
	font-size: 16px;
	font-weight: 700;
	border: none;
	box-sizing: border-box;
	float: left;
	cursor: pointer;
}
.top_menu:hover{
	color: #2393d2;
	background-color: #f9f9fc;
}
.top_menu:focus{
	color: #2393d2;
	background-color: #ececec;
	border: none;
}
.top_menu:active{
	color: #2393d2;
	background-color: #ececec;
	border: none;
}
.active{
	color: #fff;
	background-color: #2393d2;
	border: none;
}

.container_A{
	width: 1280px;
	margin: 0 auto;
	padding: 0px;
  box-sizing: border-box;
}
.wrap_con{
	display: flex;
}
.box_position{
	margin: 10px 10px 10px 8px;
}
.con_box{
	background-color: #fff;
	width: 610px;
	height: 330px;
	border-radius: 4px;
	box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.1);
	display: inline-block;
	box-sizing: border-box;
	margin: 10px 8px 10px 10px;
}
.con_box_title{
	height: 40px;
	padding: 0px 20px;
	border-bottom: 1px solid #ededf0;
}
.title_text{
	position: relative;
	top:12px;
	font-size: 15px;
	font-weight: 700;
}
.con_btn_A{
	color: #fff;
	background-color: #1e2336;
	border-radius: 4px;
	width: 95px;
	height: 22px;
	border: none;
	position: relative;
	top: 9px;
	font-size: 12px;
	float: right;
	cursor: pointer;
}
.datatable_wrap{
	margin: 18px 20px ;
}
.datatable{
	color: #595d6e;
	font-size: 12px;
	width: 100%;
	text-align: center;
}
.datatable td{
	border: 1px solid #ededf0;
	height: 30px;
	vertical-align: middle;
}
.datatable_head{
	font-size: 13px;
	font-weight: 700;
	background-color: #b8daed;
	height: 33px;	
	vertical-align: middle;
	border-top: 2px solid #ededf0 !important;
	border-bottom: 2px solid #ededf0 !important;
}
.table_border_2{
	border-bottom: 2px solid #ededf0 !important;
}

.con_box2{
	background-color: #fff;
	width: 1280px;
	height: 680px;
	border-radius: 4px;
	box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.1);
	display: inline-block;
	box-sizing: border-box;
	margin: 10px 8px 10px 10px;
}
.wrap_pagination{
	margin-top: 10px;
}
.pagination {
	/* display: inline-block; */
	width: 360px;/*280px;*/
	margin: 10px auto;
}
.pagination li {
	color: black;
    float: left;
    padding: 8px 12px;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color .3s;
    cursor: pointer;
    font-size: 14px;
    width: 12px;
    text-align: center;
    margin: 0 2px;	
  } 
  .pagination li.active {
	background-color: #2393d2;	
	border-radius: 5px;
  }
  .pagination li.active a{
	color: white !important;
  }
  
  .pagination li:hover:not(.active) {background-color: #ddd;}

.table_td_w14{
	width: 14%;
}
.table_btn{
	color: #fff;
	background-color: #2393d2;
	border-radius: 4px;
	width: 60px;
	height: 22px;
	border: none;
	font-size: 11px;
	cursor: pointer;
	line-height: 0;
	margin: 0 2px;
	transition: background-color .3s;
}
.table_btn:hover{
	background-color: #1380be;
}
.btn_gray{
	background-color: #b1b1b1 !important;
}
.btn_gray:hover{
	background-color: #7a7a7a !important;
}
.margin_L_10{
	margin-left: 10px;
	width: 145px;
}

/*popup*/
.card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 0 solid transparent;
	border-radius: 0;
}
.login-box {
	width: 500px;
	margin: 0 auto;
}
.card-body {
	flex: 1 1 auto;
	padding: 20px;
}
.m-b-20{
	margin-bottom: 20px;
}
.text-center {
	text-align: center !important;
}
.popup_title{
	font-size: 26px;
	font-weight: 500;
}
.form-group {
	overflow: hidden;
	margin-bottom: 20px;
	box-sizing: border-box;
}
.form-material .form-control, .form-material .form-control.focus, .form-material .form-control:focus {
	background-image: linear-gradient(#1380be,#1380be),linear-gradient(#e9ecef,#e9ecef);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	float: none;
	outline: 0;
}
.form-material .form-control {
	background-color: rgba(0,0,0,0);
	background-position: center bottom,center calc(100% - 1px);
	background-repeat: no-repeat;
	background-size: 0 2px,100% 1px;
	padding: 0px 4px;
	transition: background 0s ease-out 0s;
}
.form-control {
	min-height: 32px;
	display: initial;	
}
.form-control {
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-size: .875rem;
	line-height: 1.5;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #e9ecef;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn_popup_A{
	background-color: #2393d2;
	border: none;
	border-radius: 6px;
	color: #fff;
  float: left;
  padding: 8px 12px;
  text-decoration: none;
  transition: background-color .3s;
  cursor: pointer;
	font-size: 14px;
	line-height: 14px;
	width: 220px;
	height: 40px;
	text-align: center;
	outline: 0;
}
.btn_popup_A:hover{
	background-color: #0b74b1;
}
.m_r_20{
	margin-right: 20px;
}
.m_b_10{
	margin-bottom: 10px;
}
.btn_w_100{
	width: 100px !important;
	float: right;
  height: 35px;
}
.input_w_340{
	width: 340px !important;
}
.p_0{
	padding: 0 !important;
}

.popup_radio_wrap{
	border: 1px solid #0b74b1;
  border-radius: 5px;
  padding: 8px 47px;
  line-height: 40px;
}
.popup_radio_wrap2{
	border: 1px solid #0b74b1;
  border-radius: 5px;
  padding: 8px 38px;
  line-height: 40px;
}
.popup_radio{
	width: 16px;
    height: 16px;
    position: relative;
    top: 3px;
    margin-right: 12px;
}
.hide{
	display: none;
}
.chart_title{
	font-weight: 700;
	font-size: 24px;
}
.w-220{
	width: 220px;
}
.selectbox_wrap{
  display: inline-flex;
  margin-top: 15px;
}
.combo_label{
	line-height: 36px;
	margin-right: 10px;
}
.chart_box{
	width: 100%;
	height: 507px;
	border: 1px solid #d6d6d6;

}
.m_lr_0{
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.input_label{
	font-weight: 700;
	margin-right: 20px;
	font-size: 14px;
}
.w_296{
	width: 296px !important;
}
.w_630{
	width: 630px !important;
}
.m_l_65{
	margin-left: 65px !important;
}
.text_a_l{
	text-align: left;
	padding-left: 20px;
}
.form-group_B {
	overflow: hidden;
	box-sizing: border-box;
	display: inline-block;
}
.form-control_B {
	width: 150px;
	margin-top: 7px;
	height: 26px;
	font-size: 14px;
	background-color: #fff;
	border: 1px solid #e9ecef;
	border-radius: .25rem;
	padding-left: 5px !important;
}
.board_icon{
	margin-left: 10px;
	color: #0b74b1;
}
.board_box{
	width: 100%;
	height: 507px;
	border: 1px solid #d6d6d6;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.display_inlineblock{
	display: inline-block;
}
.board_date{
	position: relative;
  top: 4px;
  margin-left: 10px;
  font-size: 14px;
  color: #a2a2a2;
  font-weight: 700;
}
.float_r{
	float: right !important;
}
.input_text{
	width: 100%;
	box-sizing: border-box;
	border-radius: 4px;
	height: 36px;
	padding: 0 10px;
	border: 1px solid #d6d6d6;
	margin-bottom: 10px;
	font-family: NanumSquareWeb, sans-serif;
	font-size: 14px;
}
.input_text:focus{
	outline-color: #0b74b1;
}
.form-control_C {
	width: 150px;
	height: 36px;
	font-size: 14px;
	background-color: #fff;
	border: 1px solid #e9ecef;
	border-radius: 4px;
	padding-left: 10px !important;
	margin-bottom: 5px;
}
.input_textarea{
	width: 100%;
	height: 460px;
	box-sizing: border-box;
	border-radius: 4px;
	padding: 10px;
	border: 1px solid #d6d6d6;
	margin-bottom: 10px;
	font-family: NanumSquareWeb, sans-serif;
	font-size: 14px;

}
.input_textarea:focus{
	box-shadow:0px 0px 3px 2px rgba(0,101,255,0.3);
	border: 1px solid #0052cc;
}
.position_t10{
	position: relative;
	top:10px;
}
.h_300{
	height: 300px !important;
}
.pagination2 {
	/* display: inline-block; */
	width: 235px;
	margin: 10px auto;
}
.pagination2 li {
	color: black;
    float: left;
    padding: 6px 8px;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color .3s;
    cursor: pointer;
    font-size: 12px;
    width: 12px;
    text-align: center;
    margin: 0 2px;	
  } 
  .pagination2 li.active {
	background-color: #2393d2;	
	border-radius: 5px;
  }
  .pagination2 li.active a{
	color: white !important;
  }
  
	.pagination2 li:hover:not(.active) {background-color: #ddd;}
	
	.store_main_top_con_box{
		background-color: #fff;
		width: 610px;
		height: 44px;
		border-radius: 4px;
		box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.1);
		display: inline-block;
		box-sizing: border-box;
		margin: 10px 8px 6px 10px;
		padding: 10px 20px;
	}
	.display_inline{
		display: inline;
	}
	.select_store_main_A{
		float: right;
    font-size: 14px;
    font-weight: 700;
    height: 30px;
    margin: 0;
    padding: 5px 0;
}
.select_store_main_A .box{
	  width: 123px;
    border-radius: 3px;
    height: 30px;
    box-sizing: border-box;
    padding-left: 5px;
    padding-bottom: 0px;
		margin-left: 5px;
	}
	.datatable_wrap2{
		margin-right: 20px ;
	}
	.select_store_2{
    font-size: 14px;
    font-weight: 700;
    height: 30px;
    margin: 0;
    padding: 5px 0;
}
.select_store_2 .box{
	width: 123px;
	border-radius: 3px;
	height: 30px;
	box-sizing: border-box;
	padding-left: 5px;
	padding-bottom: 0px;
	margin-left: 5px;
}
.margin_T_10{
	margin-top: 10px !important;
}
.height_620{
	height: 620px !important;
}
.margin_r_10{
	margin-right: 10px !important
}

/*login*/
.wrap_con_login{
	margin: 50px;
}
.login_logo{
	width: 300px;
	margin: 0 auto 20px;
}
.login-form{
	background-color: #ececec;
	border-radius: 4px;
	padding:36px;
	width: 450px;
	margin: 0 auto;
}
.form-title{
	font-size: 28px;
	color: #2393d2;
	font-weight: 900;
	text-align: center;
	margin-bottom: 24px;
}
.margin_b_10{
	margin-bottom: 5px;
}
.control-label{
	font-weight: 700;
	color: #2393d2;
}
.form-control_input{
	width: 423px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.5;
	background-color: #fff;
	border-radius: 6px;
	min-height: 36px;
	border: 1px solid #ececec !important;
	margin-top: 2px;
}
.form-control_input:focus, .form-control_input:active, input:focus, input:active {
	border: 1px solid #2393d2 !important;
	outline: 0;
}
.checkbox_group{
	position: relative;
	float: right;
	font-size: 14px;
	font-weight: 700;
	color: #505050;
}
.checkbox{
	width: 18px;
	height: 18px;
	position: relative;
	top:5px;
	margin-right: 5px;
}
.form-actions{	
	position: relative;
	top: 20px;
}
.btn_login{
	width: 96%;
	border-radius: 30px;
	background-color: #1676c7;
	padding: 6px 12px;
	border: 0;
	color: #fff;
	height: 55px;
	cursor: pointer;
	outline: 0;
	font-size: 18px;
	margin: 0 8px 30px;
}
.btn_login:hover{
	background-color: #085ca2;
}

/**/
.control-label_2{
	font-weight: 700;
	color: #2393d2;
	font-size: 0.8rem;
	position: relative;
	top:10px;
}
.form-control_2 {
	width: 68%;
	float: right !important;
	height: calc(1.2em + .75rem + 2px);
	padding: .15rem .75rem;
	font-size: .875rem;
	line-height: 1.2;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #e9ecef;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control_2a{
	height: 2.5rem;
    width: 74%;
    padding: 9px !important;
	outline: 0;
	float: right;
    border: 1px solid #e9ecef;
    border-radius: 4px;
}
.w_120{
	width: 120px !important;
}

.checkbox_popup{
	float: right;
    position: relative;
    top: 8px;
}
.form-group_C {
	overflow: hidden;
	box-sizing: border-box;
}
.file_display{
	position: relative;
	top: 10px;
}
.form-group_D {
	margin-bottom: 20px;
	box-sizing: border-box;
}
.popup_title_text{
	font-size: 16px;
	font-weight: 700;
}
.table_title{
	width: 450px !important;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap; 
	display: inline-block;
    position: relative;
    top: 2px;
}
.gold {
	color: #424140;
	border-radius:10px;
	font-weight: bolder;
	background: #ffc107;
}
.silver {
	color: #000000;

	font-weight: bolder;

}
.table_title_s{
	width: 300px !important;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap; 
	display: inline-block;
    position: relative;
    top: 2px;
}
.text_red {
	color: red;
}