@charset "utf-8";
::after, ::before{
	box-sizing: border-box;
}
html{
	margin:0;
	padding:0;
	font-size:14px;
}
body{
	margin:0;
	padding:0 !important;
}
div, ul, li, a{
	box-sizing: border-box;
}
form{
	margin:0;
}
button{
	cursor:pointer;
}
ul{
	list-style:none;
	padding:0;
	margin:0;
}
.mg_l_5{
	margin-left:5px;
}
.mg_r_5{
	margin-right:5px;
}
.mg_t_5{
	margin-top:5px;
}
.mg_b_5{
	margin-bottom:5px;
}
.txt_center{
	text-align:center;
}
.txt_right{
	text-align:right;
}
.red_tr td, .red_tr th{
	background:#FFEAEA;
}
.red_td, .red_th{
	background:#FFEAEA;
}
.mask_wrap{
	width: 100%;
    height: 100%;
    position: fixed;
    display:none;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}
.bd_b_1{
	border-bottom:1px solid #ddd;
}
.mask{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:1000;
	background:rgba(0,0,0,0.3);
}
.head_wrap{
	width:100%;
	height:52px;
	background:#2F3A48;
	display:inline-block;
}
.head_wrap .logo{
	float:left;
	font-size:16px;
	font-weight:600;
	color:#fff;
	padding:15px;
	width:230px;
	text-align:center;
}
.head_wrap .logo a{
	text-decoration:none;
	color:#fff
}
.head_wrap .func{
	float: right;
	text-align:right;
	padding:13px;
}
.head_wrap .func .btn_add{
	text-decoration: none;
    display: inline-block;
    padding: 6px 10px 7px;
    background: #337ab7;
    color: #fff;
    line-height: 1;
    font-size: 14px;
    border-radius: 8px;
	margin-left:5px;
}
.head_wrap .func .btn_logout{
	text-decoration: none;
    display: inline-block;
    padding: 5px 10px 7px;
    background: red;
    color: #fff;
    line-height: 1;
    font-size: 14px;
    border-radius: 8px;
	margin-left:5px;
}
.head_wrap .func .btn_home{
	text-decoration: none;
    display: inline-block;
    padding: 5px 10px 7px;
    background: #aaa;
    color: #fff;
    line-height: 1;
    font-size: 14px;
    border-radius: 8px;
	margin-left:5px;
}
.left_side{
	float:left;
	width:230px;
	height:calc(100% - 52px);
	background:#2A3F54;
}
.left_side .main_menu ul{
	width:100%;
	display:inline-block;
}
.left_side .main_menu ul li{
	width:100%;
	padding:10px 15px;
}
.left_side .main_menu ul li.active{
	background: rgba(255, 255, 255, 0.1);
}
.left_side .main_menu ul li a{
	width:100%;
	text-decoration:none;
	font-size:14px;
	color:#fff;
	display:inline-block;
}
.left_side .main_menu ul li.active a{
	color: #D4F4FA;
    font-weight: 600;
}
/* 모달 */
.my_modal{
    position:fixed;
    z-index:10000;
    border-radius:8px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.my_modal .my_modal_inner{
    width:100%;
    height:100%;
    position:relative;
    border-radius: 8px;
	/*border-left:1px solid #ddd;*/
	box-shadow: 3px 3px 5px rgb(0 0 0 / 20%);
}
.my_modal .btn_modal_close{
    position: absolute;
    top: -18px;
    right: -18px;
    background: #fff;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #ddd;
    font-size: 16px;
}
.my_modal .header{
    width:100%;
    height:54px;
    font-size:20px;
    padding:14px 15px;
    background:#2B2A57;
    color:#fff;
    font-weight:600;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}
.my_modal .content{
    background:#fff;
    padding:15px;
    height:calc(100% - 104px);
	overflow:auto;
}
.my_modal .content_no_footer{
    background:#fff;
    padding:15px;
    height:calc(100% - 60px);
	overflow:auto;
	border-bottom-right-radius:12px;
	border-bottom-left-radius:12px;
}
.my_modal .footer{
    position:absolute;
    display:inline-block;
    bottom:0px;
    width:100%;
    height:54px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    background:#f5f5f5;
    padding:10px 15px;
}
.my_modal .footer .btn_wrap{
    float:right;
}
/* 로그인 */
.login_wrap{
	width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
}
.login_wrap .login_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 450px;
    padding: 50px 15px;
    line-height: 1.2;
    box-shadow: 1px 1px 3px #888;
}
.login_wrap .login_box .head {
    width: 100%;
    font-size: 26px;
    text-align: center;
    padding: 15px 0 30px;
}
.login_wrap .login_box .cont {
    width: 400px;
    position: relative;
    margin: auto;
}
.login_wrap .login_box .cont .col {
    padding: 15px;
}
.login_wrap .login_box .cont .col input[type='text'], .login_wrap .login_box .cont .col input[type='password'] {
    width: 100%;
    padding: 10px;
    font-size: 14px;
}
.login_wrap .login_box .cont .btn_wrap .btn_login {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    font-weight: 600;
    background-color: #337ab7;
    border-color: #2e6da4;
    color: #fff;
    border: none;
}
@media (max-width: 1200px) {
	.login_wrap .login_box {
		top: 45%;
		width: 100%;
		box-shadow: none;
	}
	.login_wrap .login_box .head {
		width: 100%;
		font-size: 26px;
		text-align: center;
		padding: 15px 0 30px;
	}
	.login_wrap .login_box .cont {
		width: 100%;
	}
	.login_wrap .login_box .cont .col {
		padding: 15px;
	}
	.login_wrap .login_box .cont .col input[type='text'], .login_wrap .login_box .cont .col input[type='password'] {
		width: 100%;
		padding: 10px;
		font-size: 14px;
	}
	.login_wrap .login_box .cont .btn_wrap .btn_login {
		width: 100%;
		padding: 10px;
		font-size: 14px;
		font-weight: 600;
		background-color: #337ab7;
		border-color: #2e6da4;
		color: #fff;
		border: none;
	}
}

.main_contents{
	float:left;
	width:calc(100% - 230px);
	height:calc(100% - 52px);
	background:#F7F7F7;
}
.main_contents .nav{
	width: 100%;
    font-size: 12px;
    text-align: right;
    padding: 12px;
}
.main_contents .main_contents_wrap{
    width: calc(100% - 30px);
    height: calc(100% - 55px);
    margin: auto;
    background: #fff;
    padding: 15px;
    box-shadow: 1px 1px 3px #aaa;
	position:relative;
}
.tb_bottom .paging_num {
    display: inline-block;
    padding: 7px 0px;
    color: #888;
    width: auto;
    height: 30px;
    text-align: center;
    text-decoration: none;
	margin:0 3px;
}
.tb_bottom .paging_arrow {
    display: inline-block;
    padding: 7px 0px;
    color: #888;
    width: 20px;
    height: 30px;
    text-align: center;
}
.tb_bottom .active_page {
    color: #000;
    font-weight: 800;
}
/* 사이트 관리 */
.site_manage_wrap .site_manage_config_wrap{
	margin:20px 0;
}
.site_manage_wrap .site_manage_config_wrap .site_manage_tb{
	width:100%;
	border-collapse:collapse;
	table-layout:fixed;
}
.site_manage_wrap .site_manage_config_wrap .site_manage_tb tr th{
	font-size:14px;
	padding:15px;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	background:#f9fafb;
}
.site_manage_wrap .site_manage_config_wrap .site_manage_tb tr td{
	font-size:14px;
	padding:15px;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
}
.site_manage_wrap .site_manage_config_wrap .site_manage_tb tr:first-child th, .site_manage_wrap .site_manage_config_wrap .site_manage_tb tr td{	
	border-top:1px solid #000;
}
.site_manage_wrap .site_manage_config_wrap .site_manage_tb tr td input[type="text"]{
	font-size:14px;
	padding:10px;
	width:100%;
	border:1px solid #ddd;
}
 .site_manage_wrap .main_pop_manage_wrap{
	width:100%;
	margin:20px 0;
}
.site_manage_wrap .main_pop_manage_wrap .main_pop_manage_tb{
	width:100%;
	border-collapse:collapse;
	table-layout:fixed
}
.site_manage_wrap .main_pop_manage_wrap .main_pop_manage_tb tr th{
	font-size:14px;
	padding:15px;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	background:#f9fafb;
}
.site_manage_wrap .main_pop_manage_wrap .main_pop_manage_tb tr td{
	font-size:14px;
	padding:15px;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
}
.site_manage_wrap .main_pop_manage_wrap .main_pop_manage_tb tr:first-child th, .site_manage_wrap .main_pop_manage_wrap .main_pop_manage_tb tr td{	
	border-top:1px solid #000;
}
.site_manage_wrap .main_pop_manage_wrap .main_pop_manage_tb tr td input[type="text"]{
	font-size:14px;
	padding:10px;
	width:100%;
	border:1px solid #ddd;
}
.site_manage_wrap .btn_wrap{
	width:100%;
	margin:20px 0;
	text-align:right;
}
.site_manage_wrap .btn_wrap .btn_submit{
	padding:8px 15px;
	border:1px solid #1D67CD;
	background:#1D67CD;
	color:#fff;
	border-radius:4px;
}