/* 상단 검색 창 그룹 */
div.form_group{
	*zoom:1;
	display:inline-block;
	vertical-align:top;
	margin-bottom:30px;
}
div.form_group:after {content:" "; display:block; clear:both;}
/* j-query 형식 선택 박스 */
#select_Option {
	float:left;
	position: relative;
	width: 120px;
	/*height: 38px;*/
	padding:9px 8px;
	vertical-align:top;
	display:inline-block;
	margin-right:5px;
	border: 1px solid #ccc;
	border-radius: 4px;
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
		-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
		-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
		transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-webkit-appearance: none; /* 화살표 없애기 for chrome*/
   -moz-appearance: none;    /* 화살표 없애기 for firefox*/
   	appearance: none;         /* 화살표 없애기 공통*/
    background: url('../images/common/check.png') no-repeat 90% 50%; /* 화살표 아이콘 추가 */
	color:#333;
	font-size:14px;
}
#select_Option::-ms-expand {
   display: none; /* 화살표 없애기 for IE10, 11*/
}
.btn_primary{background:url('../images/common/search_icon.png') 13px center no-repeat #bd9c54; border:none; border-radius:2px; padding-left:15px; width:70px; height:38px; line-height:38px; font-size:14px; font-weight:600; color:#fff;}

/* input 감싼 박스 - list 공지*/
.placeholder_box {
	display:inline-block;
    position: relative;
	vertical-align:middle;

}
/* input 타이틀 */
.placeholder_box label {
    color: #797979;
    position: absolute;
    top: 11px;
    left: 15px;
    font-size: 14px;
	font-weight:normal;
    cursor: text;
}
.placeholder_box input[type="text"] {
    height: 38px;
	line-height:38px;
    width: 250px;
	padding:0 15px;
    /*padding: 10px 15px;*/
    box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 2px;
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
		-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
		-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
		transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	float:left;
}
.placeholder_box input[type="text"]:focus{
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
/**************************************************** 제이쿼리를 이용한 input Title // S *******************************************************/
/* input Title 감싼 박스 -상시공지가 있는 form*/
.placeholder_Title_box{
	display:inline-block;
    position: relative;
	vertical-align:middle;
	float:left;
}
/* input 타이틀 */
.placeholder_Title_box label{
    color: #555;
    position: absolute;
    top: 8px;
    left: 15px;
    font-size: 14px;
	font-family:'ns';
	font-weight:normal;
    cursor: text;
}
.placeholder_Title_box input[type="text"]{
    height: 30px;
	line-height:30px;
    width: 400px;
    padding: 0px 15px;
    box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 2px;
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
		-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
		-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
		transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.placeholder_Title_box input[type="text"]:focus, .placeholder_small_box input[type="text"]:focus{
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

/* input 감싼 박스 - write 무단입력방지 */
.placeholder_chk {
	display:inline-block;
    position: relative;
	vertical-align:middle;
}
/* input 타이틀 */
.placeholder_chk label {
    color: #555;
    position: absolute;
    top: 11px;
    left: 15px;
    font-size: 15px;
	font-weight:normal;
    cursor: text;
}
.placeholder_chk input[type="text"] {
    height: 25px;
	line-height:25px;
    width: 400px;
	padding:0 15px !important;
    box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 2px;
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
		-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
		-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
		transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	float:left;
}
.placeholder_chk input[type="text"]:focus{
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}


/*---------------- FULL LOGIN Page------------------- *//*---------------- FULL LOGIN Page------------------- */
*{margin:0; padding:0;}
img{outline:none; border:none;}
.container { 
	width:1600px; 
	margin:0 auto;
	padding:100px 0; 
}
.container:after{
	content:""; 
	display:block; 
	clear:both;
}
.com_logo {
	padding:250px 100px 0px 150px;
	width:45%;
	float:left;
	box-sizing:border-box;
}
.com_logo a {display:block;margin:0 auto;text-align:center;}
.com_logo_title{
	font-size:15px;
	font-weight:500;
	color:#fff;
}
/*.com_logo img {
	width:700px; 
}*/	
.area_wrap {
	padding:119px 0 95px 90px;
	border-left:3px solid #fff;
	float:left; 
}
.login_area { 
	/*width:500px;*/
	height:373px;
	background:rgba(255,255,255,0.9);
	padding:60px 98px 142px 105px;
	border-radius:20px;
}
.login_area h2 {
	font-size:26px; 
	font-weight:800; 
	color:#232123; 
	text-align:center;
	margin:0 0 35px 0;
}

.login_area input[type="text"], .login_area input[type="password"] {
	width:350px; 
	height:50px;
	border:1px solid #696ba4;
	background-color:transparent;
	padding-left:50px;
	color:#232123;
	line-height:50px;
	font-size:16px;
	transition:all .5s;
	-webkit-transition:all .5s;
	-ms-transition:all .5s;
	-o-transition:all .5s;
}
.login_area input[type="text"]:focus, .login_area input[type="password"]:focus{
box-shadow:0 0 5px #0040a2;
-webkit-box-shadow:0 0 5px #0040a2;
-ms-box-shadow:0 0 5px #0040a2;
-o-box-shadow:0 0 5px #0040a2;
border:1px solid #0040a2;
outline:none;
}

.login_area .userid input { background:url("../../images/common/id_user_icon_white.png") no-repeat 5px 8px;}
.login_area .userpw input { background:url("../../images/common/pass_key_icon_white.png") no-repeat 5px 8px;}

.login_area .userid label, .userpw label{
	display:block;
	color:#232123;
	padding:0 0 12px 0;
	font-size:16px;
	font-weight:600;
}
 .login_area p.userchk {height:70px; line-height:70px; color:#232123;}
 .login_area p.userchk input {width:18px; height:18px; border:1px solid #fff; background-color:transparent; vertical-align:middle; margin-right:10px;}
 .login_area p.userchk a {color:#232123; text-decoration:none;}
 .login_area .userpw {margin:19px 0 0;}

.login_area .btn input{ width:400px; height:55px;border:none;background-color:#0040a2; color:#fff; font-size:20px; transition:all .3s; cursor:pointer;}
.login_area .btn input:hover, .btn input:focus { background-color:#fff; color:#0040a2;}
.links {text-align:center; color:#232123;padding:40px 0 0 0;}
/*---------------- FULL LOGIN Page //E ------------------- *//*---------------- FULL LOGIN Page //E ------------------- */

/*----------------- QNA 팝업 CSS //S --------------------- *//*----------------- QNA 팝업 CSS //S --------------------- */
#password_Div {
    display: none;
    position: absolute;
	top:50%;
	left:50%;
    width: 275px;
    height: 145px;
    border: none;
    padding: 10px 0;
    background-color: #ffffff;
	border:1px dotted #f7f7f7;
}
#password_Div dl{ 
	width:223px; 
	margin:0 auto;
	position:relative;
}
#password_Div dl > dt {
    margin:18px 0;
    font-size: 16px;
    font-weight: bold;
    text-align:center;
    color: #111;
}
#password_Div dl > dt > a {
    float: right;
    margin-right: 10px;
    color: #ffffff;
}
#password_Div dl > dd {
    padding: 11px 0px 11px 0;
	margin-bottom:10px;
    font-weight: bold;
	border-bottom:1px solid #cccccc;
}
#password_Div dl > dd > span {
    padding-right: 10px;
	font-size:14px;
	font-weight:400;
	color:#393939;
	display:inline-block;
}
#password_Div dl > dd > .pw_input{
	width:140px;
	height:25px;
	background-color:transparent;
	padding-left:10px;
	transition:all .5s;
	-webkit-transition:all .5s;
	-ms-transition:all .5s;
	-o-transition:all .5s;
	border:1px solid #66afe9;
	border-radius: 2px;
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
#password_Div dl > dd > .pw_input:focus{
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
#password_Div  a.pw_btn{
	display:block;	
	width:223px;
	margin:0 auto;
	height:30px;
	line-height:30px;
	font-size:15px;
	font-weight:600;
	text-align:center;
	letter-spacing:0.5em;
	color:#fff;
	background-color:#0058A5;
}
.pw_xbtn{
	position:absolute;
	top:15px;
	right:17px;
}
#rep_password_Div {
    display: none;
    position: absolute;
	top:50%;
	left:30%;
    width: 275px;
    height: 145px;
    border: none;
    padding: 10px 0 20px 0;
    background-color: #ffffff;
	border:1px solid #B0C2D1;
}
#rep_password_Div dl{ 
	width:223px; 
	margin:0 auto;
	position:relative;
}
#rep_password_Div dl > dt {
    margin:18px 0;
    font-size: 16px;
    font-weight: bold;
    text-align:center;
    color: #111;
}
#rep_password_Div dl > dt > a {
    float: right;
    margin-right: 10px;
    color: #ffffff;
}
#rep_password_Div dl > dd {
    padding: 11px 0px 11px 0;
	margin-bottom:10px;
    font-weight: bold;
	border-bottom:1px solid #cccccc;
}
#rep_password_Div dl > dd > span {
    padding-right: 10px;
	font-size:14px;
	font-weight:400;
	color:#393939;
	display:inline-block;
}
#rep_password_Div dl > dd > .pw_input{
	width:140px;
	height:25px;
	background-color:transparent;
	padding-left:10px;
	transition:all .5s;
	-webkit-transition:all .5s;
	-ms-transition:all .5s;
	-o-transition:all .5s;
	border:1px solid #66afe9;
	border-radius: 2px;
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
#rep_password_Div dl > dd > .pw_input:focus{
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
#rep_password_Div  a.pw_btn{
	display:block;	
	width:223px;
	margin:0 auto;
	height:30px;
	line-height:30px;
	font-size:15px;
	font-weight:600;
	text-align:center;
	letter-spacing:0.5em;
	color:#fff;
	background-color:#0058A5;
}

/*----------------- QNA 팝업 CSS //S --------------------- *//*----------------- QNA 팝업 CSS //S --------------------- */

/*----------------- NEW ADMIN 페이지 //S --------------------- *//*----------------- NEW ADMIN 페이지 //S --------------------- */
#container0{
	width:100%; 
/* 	max-width:1600px; */
}
#container0:after{
	content:"";
	display:block;
	clear:both;
}
#container0 #header{ 
	width:100%; 
	min-width:1600px;
	height:75px;
	border-bottom:1px solid #ddd;
	box-shadow:5px 5px 5px rgba(0,0,0,0.05);
}
#container0 #header:after {
	content:"";
	display:block;
	clear:both;
}
#container0 #header .head{
	width:100%;
	position:relative;
	margin:0 auto;
}
#container0 .logo {
	width:300px;
	position:absolute;
	left:0; top:0px;
	padding:10px 0 0 50px;
}
#container0 .logo img {
	/* height:70px; */
}
#container0 .topmenu {
	width:350px;
	position:absolute;
	right:0;top:0;
}
#container0 .topmenu:after{
	content:"";
	display:block;
	clear:both;
}
#container0 .topmenu li{
	float:left;
	padding:0 10px;
	line-height:75px;
	font-size:16px; 
}
#container0 .topmenu .top_icon {
	vertical-align:middle;
	margin:0 10px 0 20px;
	display:inline-block;
}
#container0 .topmenu a{
	color:#fff;
}
#leftmenu{  
	width:300px;
	height:100%;
	min-height:900px;
	background-color:#f1f1f1;
	position:absolute;
	top:75px;
	left:0;
}
.userbox{
	padding:25px 80px; 
	text-align:center;
}
.uname{
	font-size:13px;
	color:#8a8a8a;
	padding:10px 0 0 0;
	line-height:25px;
}
.uname span{
	font-size:20px;
	color:#4d505d;
}
#container0 .gnb li{
	border-bottom:1px solid #ddd;
}

#container0 .active .gnb_icon img{
	margin-top:-31px;
}
#container0 .gnb li a{
	display:block;
	padding:16px 35px 12px 35px;
	font-size:16px; 
	color:#252525;
	background:url("../../images/common/gnb_arrow_off.png") no-repeat 260px 50% #f1f1f1;
}
#container0 .gnb li .active{
	background:url("../../images/common/gnb_arrow_on.png") no-repeat 260px 50% #0040a2;
	color:#fff;
}
#container0 .gnb li a:hover, .gnb li a:focus{
	background:url("../../images/common/gnb_arrow_on.png") no-repeat 260px 50% #0040a2;
	color:#fff;
}
#container0 .gnb li a:hover .gnb_icon img, .gnb li a:focus .gnb_icon img{
	margin-top:-31px;
} 
#container0 .gnb li a .gnb_icon{
	display:inline-block;
	width:40px; 
	height:31px; 
	overflow:hidden;
	vertical-align:middle
}
#container0 .gnb .inner li {border:none;} 
#container0 .gnb .inner li a{ background:none; background-color:#e5e5e5; font-size:14px; padding:16px 35px 12px 80px; }
#container0 .gnb .inner li a:hover, #container0 .gnb .inner li a:focus {color:#333; font-weight:600; background-color:#ccc;}

#container0 #content{
	width:78%;
	min-width:1200px;
	margin:50px 50px 0 350px;

}
#container0 .sub_title{
	font-size:35px;
	padding:0 0 20px 0; 
	border-bottom:1px solid #ddd;
}
#container0 .sub_title h2 {
	padding:0 0 0 40px;
	font-weight:600;
	color:#444;
	background:url("../../images/common/blue_circle.png") no-repeat 0 50%;
}
#container0 .con_area{
	padding-top:25px;
}
#container0 .top_info{
	width:100%;
	height:60px;
}
.optionbox{
	/*width:580px;*/
	height:37px;
	float:right;
}
.optionbox .slt1 {
	width:auto;
}
.optionbox .slt1,.optionbox .slt2{
	width:130px; 
	height:35px;
	line-height:35px;
	border:1px solid #ccc;
	border-radius:3px;
	border-radius:3px;
	text-indent:10px;
	color:#777;
	vertical-align:middle;
}
.optionbox #searchT {
	width:240px;
	height:34px;
	border:1px solid #ccc;
	border-radius:3px;
	text-indent:10px;
	color:#777;
	vertical-align:top;
	line-height:35px;
	transition:all .4s;
	-webkit-transition:all .4s;
	-moz-transition:all .4s;
	-ms-transition:all .4s;
}
.optionbox #searchT:focus{
	border:1px solid #3D70E8;
	outline:none;
	box-shadow:0 0 3px #6991EE;
	-webkit-box-shadow:0 0 4px #6991EE;
	-moz-box-shadow:0 0 4px #6991EE;
	-ms-box-shadow:0 0 4px #6991EE;
}
.optionbox #searchBtn{
	width:55px;
	height:37px;
	border:none;
	background:url("../../images/common/search_icon.png") no-repeat center #81a0e9;
	vertical-align:top;
	border-radius:3px;
	cursor:pointer;
}
#container0 .panel{
	border:1px solid #ddd;
	border-radius:3px;
}

#container0 .panel .panel_title{
	font-size:18px;
	padding:10px 0 10px 15px;
	background-color:#f4f4f0;
	border-bottom:1px solid #ddd;
}
.panel .panel_table, .panel .panel_table_list{
	min-height:350px;
	margin:10px 0;
	padding:10px 20px;
}
.panel_table table, .panel_table_list table{
	width:100%;
	margin-top:10px;
}
.panel_table table th, .panel_table_list table th{
	font-weight:600;
	/*background-color:#f9f9f9;*/
	width:200px;
	height:25px;
	padding:15px 20px;
}
.panel_table table th:first-child, .panel_table table td:first-child, .panel_table_list table th:first-child, .panel_table_list table td:first-child {
	border-left:none;
}
.panel_table table th, .panel_table table td {
	border-left:1px solid #f1f1f1;
	border-bottom:1px solid #f1f1f1;
	text-align:left;
	font-size:15px;
}
.panel_table_list table th, .panel_table_list table td {
	border-left:1px solid #f1f1f1;
	border-bottom:1px solid #f1f1f1;
	text-align:center;
}
.panel_table table td, .panel_table_list table td{
	height:25px;
}
.panel_table table td.crystal, .panel_table_list table.crystal td{
	padding:15px 0px;
	height:25px;
	text-align:center;
}
.panel_table table td input, .panel_table_list table td input{
	padding:7px 10px;
}
.panel_table table .alignL, .panel_table_list table .alignL {
	padding: 15px 0px 15px 20px;
	text-align:left;
	color:#008;
}
.panel_table_list table th{font-size:17px;}
.panel_table_list table td{font-size:16px;}
.modi_right {float:right; margin:20px 0 0;}
/*----------------- NEW ADMIN 페이지 //E --------------------- *//*----------------- NEW ADMIN 페이지 //E --------------------- */
/* menu list 순서버튼 */
.pulse-shrink {
    display: inline-block;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    background-color: #f9f9f9;
    margin: 0 0.2em;
    padding: 0.2em 1em 0.2em 1em;
    cursor: pointer;
    border: 1px solid #dcdcdc;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
    color: #23549b;
    font-weight: bold;
    text-align: center;
    text-shadow: 1px 1px 0px #ffffff;
}
/*----------------- ADMIN 페이지 CSS //S --------------------- *//*----------------- ADMIN 페이지 CSS //S --------------------- */

/* 상단 검색 창 그룹 */
div.form_group{
	*zoom:1;
	display:inline-block;
	vertical-align:top;
	margin-bottom:15px;
}
div.form_group:after {content:" "; display:block; clear:both;}
/* j-query 형식 선택 박스 */
#select_Option {
	float:left;
	position: relative;
	width: 120px;
	/*height: 38px;*/
	padding:8px;
	vertical-align:top;
	display:inline-block;
	margin-right:5px;
	border: 1px solid #ccc;
	border-radius: 4px;
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
		-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
		-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
		transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-webkit-appearance: none; /* 화살표 없애기 for chrome*/
   -moz-appearance: none;    /* 화살표 없애기 for firefox*/
   	appearance: none;         /* 화살표 없애기 공통*/
    background: url('../../images/common/check.png') no-repeat 90% 50%; /* 화살표 아이콘 추가 */
	color:#333;
	font-size:15px;
}
#select_Option::-ms-expand {
   display: none; /* 화살표 없애기 for IE10, 11*/
}
/* j-query 형식 선택 박스 */
#select_menuOption {
	float:left;
	position: relative;
	width: 250px;
	/*height: 38px;*/
	padding:8px;
	vertical-align:top;
	display:inline-block;
	margin-right:5px;
	border: 1px solid #ccc;
	border-radius: 4px;
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
		-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
		-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
		transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-webkit-appearance: none; /* 화살표 없애기 for chrome*/
   -moz-appearance: none;    /* 화살표 없애기 for firefox*/
   	appearance: none;         /* 화살표 없애기 공통*/
    background: url('../../images/common/check.png') no-repeat 95% 50%; /* 화살표 아이콘 추가 */
	color:#333;
	font-size:14px;
}
#select_menuOption::-ms-expand {
   display: none; /* 화살표 없애기 for IE10, 11*/
}
#select_menuOption_write{
	float:left;
	position: relative;
	width: 250px;
	padding:6px 8px;
	vertical-align:top;
	display:inline-block;
	margin-right:5px;
	border: 1px solid #ccc;
	border-radius: 2px;
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
		-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
		-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
		transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-webkit-appearance: none; /* 화살표 없애기 for chrome*/
   -moz-appearance: none;    /* 화살표 없애기 for firefox*/
   	appearance: none;         /* 화살표 없애기 공통*/
    background: url('../../images/common/check.png') no-repeat 95% 50%; /* 화살표 아이콘 추가 */
	color:#333;
	font-size:14px;
}
/* input 감싼 박스 - list search */
.placeholder_Big {
	display:inline-block;
    position: relative;
	vertical-align:middle;
}
/* input 타이틀 */
.placeholder_Big label {
    color: #555;
    position: absolute;
    top: 11px;
    left: 15px;
    font-size: 15px;
	font-weight:normal;
    cursor: text;
}
.placeholder_Big input[type="text"] {
    height: 38px;
	line-height:38px;
    width: 400px;
	padding:0 15px !important;
    box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 2px;
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
		-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
		-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
		transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	float:left;
}

.placeholder_Big input[type="text"]:focus{
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
/* input Title 감싼 박스 */
.placeholder_Title_Big, .placeholder_small_box{
	display:inline-block;
    position: relative;
	vertical-align:middle;
	float:left;
}
/* input 타이틀 */
.placeholder_Title_Big label, .placeholder_small_box label {
    color: #555;
    position: absolute;
    top: 6px;
    left: 15px;
    font-size: 15px;
	font-weight:normal;
    cursor: text;
}
.placeholder_Title_Big input[type="text"]{
    height: 31px;
	line-height:31px;
    width: 800px;
    padding: 0px 15px! important;;
    box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 2px;
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
		-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
		-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
		transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.placeholder_Title_Big input[type="text"]:focus, .placeholder_small_box input[type="text"]:focus{
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.input-Biggroup {
	*zoom:1;
    position: relative;
    display: table;
    border-collapse: separate;
	vertical-align:middle;
}
.input-Biggroup:after {
	content:" ";
	display:block;
	clear:both;
}
/* input 감싼 박스 - write 무단입력방지 */
.placeholder_chk {
	display:inline-block;
    position: relative;
	vertical-align:middle;
}
/* input 타이틀 */
.placeholder_chk label {
    color: #555;
    position: absolute;
    top: 11px;
    left: 15px;
    font-size: 15px;
	font-weight:normal;
    cursor: text;
}
.placeholder_chk input[type="text"] {
    height: 25px;
	line-height:25px;
    width: 400px;
	padding:0 15px !important;
    box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 2px;
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
		-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
		-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
		transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	float:left;
}
.placeholder_chk input[type="text"]:focus{
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
/* table (적용 : board(notice list, link list), Admin page */
table.board_Big_table{border-top:2px solid #0040a2; width:100%;}
table.board_Big_table caption{display:none;}
table.board_Big_table thead tr th:first-child, table tbody tr td:first-child{border-left:none;}
table.board_Big_table thead tr th{padding:15px 0; font-size:17px; font-weight:600; color:#555; border-bottom:3px solid #e9e9e9; text-align:center;}
table.board_Big_table tbody tr td{padding:14px 0; text-align:center; border-bottom:1px solid #e9e9e9; font-size:16px; font-weight:400; color:#555;}
table.board_Big_table tbody tr td.alignLeft{text-align:left; padding:0 20px;}
table.board_Big_table tbody tr td a{color:#555;}
table tbody tr td a.btn_style { display:inline-block; padding:5px; background-color:#0040a2; color:#fff; border-radius:5px;}
table tbody tr td a.btn_style:hover, table tbody tr td a.btn_style:focus{background-color:#f1f1f1; color:#444;}
input.btn_style{ background-color:#0058A5; color:#fff; border-radius:5px;  padding:8px 30px; border:none;cursor:pointer;}
input.btn_style:hover, input.btn_style:focus { background-color:#f1f1f1; color:#444; }

/* FAQ table list */
table.board_Big_faq{border-top:2px solid #0040a2; width:100%;}
table.board_Big_faq caption{display:none;}
table.board_Big_faq thead tr th:first-child, table tbody tr td:first-child{border-left:none;}
table.board_Big_faq thead tr th{padding:16px 0; font-size:17px; font-weight:600; color:#555; border-bottom:3px solid #e9e9e9;}
table.board_Big_faq caption{display:none;}
table.board_Big_faq tbody tr td{padding:15px 0; text-align:center; border-bottom:1px solid #e9e9e9; border-top:1px solid #ddd; font-size:16px; font-weight:400; color:#555;}
table.board_Big_faq tbody tr td.alignLeft{text-align:left; padding:0 30px;}
table.board_Big_faq tbody tr td a{color:#555;}

/* admin -  member management */
.import_desc {padding: 0 0 15px 0;}

/* table_viewpage (적용 : gallery view page) */
table.board_Big_Vtable{border-top:2px solid #0040a2; width:100%; margin:0 auto;}
table.board_Big_Vtable thead tr th{letter-spacing:0.02em; padding:15px 20px; font-size:16px; font-weight:600; color:#555; text-align:left; background:#f9f9f9; border-bottom:1px solid #e9e9e9;}
table.board_Big_Vtable thead tr td{border-bottom:1px solid #e9e9e9; padding:10px 20px;}
table.board_Big_Vtable thead tr td ul:after{content:" "; display:block; clear:both;}
table.board_Big_Vtable thead tr td ul li{float:left; color:#999; padding-right:5px; font-size:13px; font-weight:500;}
table.board_Big_Vtable thead tr td ul li.imbar{color:#ccc;}
table.board_Big_Vtable thead tr td ul li img{vertical-align:text-top;}
table.board_Big_Vtable tbody{border-top:2px solid #e9e9e9;}
table.board_Big_Vtable tbody tr td{padding:15px 20px; }
table.board_Big_Vtable tbody tr td div.board_content{ text-align:left; min-height:300px; font-size:15px; font-weight:400; color:#555;}
table.board_Big_Vtable tbody tr td div.board_content img {max-width:100%; height:auto;}
.board_Big_Vtable thead tr td li.download_li{position:relative;}
.board_Big_Vtable thead tr td li.download_li > a{display:block; color:#999;}
.board_Big_Vtable thead tr td li.download_li > a img{vertical-align:baseline;}
.attachment{position:absolute; top:25px; left:-19px; background:#fff; width:254px; padding:6px; border:1px solid #aaa;}
.attachment ul{*zoom:1; margin-top:6px; position:relative;}
.attachment ul:first-child{margin-top:0px;}
.attachment ul:after{content:" "; display:block; clear:both;}
.attachment ul li{text-align:left; font-size:12px !important; font-weight:500; color:#444 !important; width:190px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; line-height: 21px; height: 21px;}
.attachment ul li img{padding-right:6px;}
.attachment ul li a:hover{text-decoration:underline;}
.attachment ul li span.attach_down{position:absolute; top:0; right:10px; font-size:11px !important; font-weight:500;}
.attachment ul li span.attach_down a{color:#4bb9c0;}
.attachment div.xbtn{position:absolute; top:5px; right:5px; cursor:pointer;}

/* table_viewpage 이전 글, 다음 글*/
table.board_Big_Vtable tfoot{border-top:2px solid #e9e9e9; border-bottom:2px solid #e9e9e9; }
table.board_Big_Vtable tfoot tr td:first-child{background:#f9f9f9; font-weight:600; font-size:14px;}
table.board_Big_Vtable tfoot tr td{padding:13px 20px; text-align:left; border-bottom:1px solid #e9e9e9; font-size:14px; font-weight:400; color:#555;}

/* table_Write page (적용 : board(notice 글쓰기, link list) page*/
table.board_Big_Wtable{border-top:2px solid #0040a2; border-bottom:2px solid #c9c9c9; width:100%; margin:0 auto;}
table.board_Big_Wtable thead tr.boardW_title th{background:none; padding:15px 0; font-size:15px; font-weight:600; color:#555; border-bottom:1px solid #e9e9e9; text-align:center;}
table.board_Big_Wtable thead tr.boardW_title td{padding:15px 20px; color:#555; border-bottom:1px solid #e9e9e9;}
table.board_Big_Wtable thead tr.boardW_second td input{}
table.board_Big_Wtable thead tr th{/* background:url('../../images/common/child_icon.png') 45px 13px no-repeat; */ padding:12px 10px; font-size:14px; font-weight:500; border-bottom:1px solid #eee;}
table.board_Big_Wtable thead tr td{text-align:left; font-size:14px; padding:0px 20px; font-weight:500; border-bottom:1px solid #e9e9e9;}
table.board_Big_Wtable thead tr td input{vertical-align:middle; }
table.board_Big_Wtable thead tr td input[type="text"]{
	padding:7px 10px;
	border:1px solid #ccc;
	border-radius: 2px;
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
		-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
		-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
		transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
table.board_Big_Wtable thead tr td input.qna_input{
    height: 25px;
	line-height:25px;
    width: 200px;
    padding: 10px 15px;
    box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 2px;
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
		-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
		-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
		transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
table.popup_manage{border-top:2px solid #0040a2;}
table.popup_manage thead tr th{border-right:1px solid #e9e9e9; background-color:#f9f9f9; font-weight:600; letter-spacing:0.02em;}
table.popup_manage thead tr th,table.popup_manage thead tr td{height:25px; padding:10px 15px; border-bottom:1px solid #e9e9e9;}
.popup_manage thead tr td input{height:25px; padding-left:5px; line-height:25px; font-size:13px;}

/* Gallery - new */
.gallery_box:before,.gallery_box:after{
  display: table;
  content: " ";
}
.gallery_box{
	margin-right: -30px;
	margin-left: -30px;
}
.gallery_box:after{
 content:"";
 display:block;
 clear:both;
}
.col-md-3{
 position: relative;
  min-height: 1px;
  float:left;
  width:202px; margin:0 0 15px 30px;
}
.gallery_thumb a {
	display:block;
}
.gallery_thumb .thumbnail {

}
.thumbnail {
    display: block;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
.thumbnail:hover .bg-thumb {position:relative;}
.thumbnail:hover .bg-thumb span {position:absolute; width:100%; height:100%; background:url('../../images/common/black_opa.png') repeat; opacity:0.5;}
.thumbnail:hover .caption {background:#f0f0f0; color:#000;}
.bg-thumb {
    background-position: center center;
    background-repeat: no-repeat;
    width: 200px;
    height: 130px;
	border:1px solid #ccc;
	overflow:hidden;
}
.thumbnail .caption {
    padding: 20px 15px;
    color: #333;
	background:#f8f8f8;
	border-left:1px solid #e8e8e8;
	border-right:1px solid #e8e8e8;
	border-bottom:1px solid #666;
}
.thumbnail .caption p {font-size:16px; font-weight:400; color:#333; height:50px; width:150px; overflow:hidden;text-overflow:ellipsis; white-space:nowrap;}
.thumbnail .caption div span {display:inline-block; padding:0 0 0 15px; margin:0 0 0 30px; font-size:14px;}
.thumbnail .caption div span.datetime {background:url('../../images/common/clock.png') 0 center no-repeat; margin-left:0;}
.thumbnail .caption div span.hits {background:url('../../images/common/hits.png') 0 center no-repeat;}

/* gallery_view */
.board_Vtable tbody tr td div.gallery_content{
	min-height:300px; 
	font-size:14px; 
	font-weight:500; 
	color:#555; 
}
.gallery_content p{
	text-align:left;
}
.gallery_content p img{
	max-width:100%;
	height:auto;
}
.member_mgm thead th {
	padding:15px 0;
    background: #f9f9f9;
    border-top: 2px solid #0058A5;
    color: #333;
	font-size:15px;
	font-weight:600;
}
.member_mgm tbody td {
    padding: 15px 0;
    border-bottom: 1px solid #e9e9e9;
    text-align: center;
    color: #626262;
	font-size:14px;
	font-weight:500;
}
.text_left {
    color: #444444;
    text-align: left;
	padding-bottom:7px;
}
/* faq */
.faq {margin:0 0 30px 0;}
.faq ul {border-top:2px solid #0040a2;}
.faq ul li {border-bottom:1px solid #cfcfcf;}
.faq ul li dl dt {*zoom:1; font-size:15px; font-weight:600; color:#454545; padding:20px; line-height:26px;}
.faq ul li dl dt:after {content:" "; display:block; clear:both;}
.faq ul li dl dt p {float:left; cursor:pointer; width:700px; padding:0 0 0 20px;}
.q_btn {float:left; display:inline-block; width:29px;}
.faq ul li dl dd {*zoom:1; font-size:14px; font-weight:400; color:#333; display:none; line-height:26px; background:#f1f1f1; border-top:1px solid #ccc; word-break:keep-all; padding:15px 70px;}
.faq ul li dl dd:after {content:" "; display:block; clear:both;}
.faq ul li dl dd span {float:left; width:21px;}
.faq ul li dl dd p {float:left; width:678px; word-break:keep-all;}
.faq ul li dl dd span, .faq ul li dl dt span {font-weight:600; color:#0040a2; display:inline-block; margin:0 10px 0 0;}

/* 회원관리 등록 및 수정 write 페이지 */
.join_form{border-top:2px solid #0040a2; border-bottom:2px solid #c9c9c9;}
.join_form tbody tr th{background-color:#f1f1f1; border-bottom:1px solid #e9e9e9;}
.join_form tbody tr td{border-bottom:1px solid #e9e9e9; padding-left:22px;}
.join_form tbody tr td input[type="text"], .join_form tbody tr td input[type="password"]{
	border: 1px solid #ccc;
	border-radius: 2px;
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
		-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
		-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
		transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.join_form tbody tr td input[type="text"]:focus, .join_form tbody tr td input[type="password"]:focus{
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
/* member_Biginsert // S */
.member_Biginsert{width:100%; margin:0 auto; border-top:2px solid #0040a2; border-bottom:2px solid #c9c9c9;}
.member_Biginsert tbody th{text-align:center; padding:15px 0px; background:#f1f1f1; border-bottom:1px solid #e9e9e9; border-right:1px solid #e9e9e9; font-size:15px; font-weight:600;}
.member_Biginsert tbody td{padding:15px 20px; border-bottom:1px solid #e9e9e9; font-size:14px; font-weight:500; text-align:left;}
.member_Biginsert tbody td input{vertical-align:middle;}
.member_Biginsert tbody tr td input[type="text"], .join_form tbody tr td input[type="password"]{
	padding:7px 10px;
	border: 1px solid #ccc;
	border-radius: 2px;
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
		-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
		-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
		transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.member_Biginsert tbody tr td input[type="text"]:focus, .join_form tbody tr td input[type="password"]:focus{
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.member_Biginsert tbody tr td textarea{
	width: 700px;
	height: 150px;
	padding:10px;
	vertical-align:top;
	display:inline-block;
	margin-right:5px;
	border: 1px solid #ccc;
	border-radius: 4px;
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
		-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
		-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
		transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	
}
/* MEMBER_Bigrank // S*/
.memberRank_BigTable{width:100%; border-top:2px solid #0040a2;}
.memberRank_BigTable thead tr th{border-bottom:2px solid #e9e9e9; padding:15px 0; background-color:#f9f9f9; font-size:18px; font-weight:800; letter-spacing:0.5em; text-align:center;}
.memberRank_BigTable thead tr th:first-child, .memberRank_BigTable tbody tr th{border-right:1px solid #e9e9e9;}
.memberRank_BigTable tbody tr th, .memberRank_BigTable tbody tr td{border-bottom:1px solid #e9e9e9; padding:10px 0; font-size:17px; font-weight:400; text-align:center;} 
.rank_input{height:30px; line-height:30px; background:#f9f9f9; border:none; text-align:center; box-shadow:1px 1px 5px #ddd;}
/* MEMBER_Bigrank // E */

/* MEMBER // S */
.member_wrap dl{*zoom:1; border-top:2px solid #0040a2; border-bottom:1px solid #e1e1e1; padding:18px 5px; margin-top:30px;}
.member_wrap dl:first-child{margin-top:0}
.member_wrap dl:after{content:" "; display:block; clear:both;}
.member_wrap dl dt{
	float:left;
	/*background:url('../images/new_UI_img/basic_People_bg.jpg') 0 0 no-repeat;*/
	background:#f7f7f7;
	width:180px;
	height:230px;
	line-height:233px;
	text-align:center;
} 
.member_wrap dl dt img{position:relative; max-width:100%; max-height:100%;}
.member_wrap dl dd{float:left; margin:10px 0 0 44px; width:514px; font-size:14px; font-weight:500; color:#222;}
.member_wrap dl dd h2.m_name{padding:0 0 0 30px; font-size:25px; font-weight:600; color:#0849a1;background:url('../../images/common/name_t.png') no-repeat 2px 3px;}
.member_wrap dl dd div.info{margin:15px 0 30px 0; font-weight:400;}
.member_wrap dl dd div.info .info_top {padding:10px 0 20px;}
.member_wrap dl dd div.info span.cap{background:url('../../images/common/cap_icon.png') 0 2px no-repeat; padding-left:35px; display:inline-block; word-break:keep-all;}
.member_wrap dl dd div.info span.email{background:url('../../images/common/letter_icon.png') 0 center no-repeat; padding-left:35px; display:inline-block; margin-right:30px; width:220px;}
.member_wrap dl dd div.info span.tel{background:url('../../images/common/call_icon.png') 0 center no-repeat; padding-left:35px;}
.member_wrap dl dd ul li:first-child{margin-top:0;}
.member_wrap dl dd ul li{background:url('../../images/common/paper_icon.png') 0 2px no-repeat; padding-left:35px; line-height:23px; margin-top:10px; font-weight:400;}
/* MEMBER // E */

/* MEMBER_rank // S*/
.member_rankTable{border-top:2px solid #0058A5;}
.member_rankTable thead tr th{border-bottom:2px solid #e9e9e9; padding:15px 0; background-color:#f9f9f9; font-size:14px; font-weight:800; letter-spacing:0.5em;}
.member_rankTable thead tr th:first-child, .member_rankTable tbody tr th{border-right:1px solid #e9e9e9;}
.member_rankTable tbody tr th, .member_rankTable tbody tr td{border-bottom:1px solid #e9e9e9; padding:10px 0; font-size:14px; font-weight:400;} 
.rank_input{height:30px; line-height:30px; background:#f9f9f9; border:none; text-align:center; box-shadow:1px 1px 5px #ddd;}
/* MEMBER_rank // E */

/* table_Writepage 하단에 무단입력방지*/
.input-group-Big {
    vertical-align: middle;
    padding: 8px 10px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    border-radius: 2px;
    float: left;
}
.bottom_check_Big {
    width: 98.5%;
    border-top: 2px solid #dfdfdf;
    border-bottom: 2px solid #dfdfdf;
    padding: 10px;
}
.bottom_check_Big .cclyoung{float:left; display:inline-block; width:75px; background:url('../../images/common/impors.png') 0 3px no-repeat; padding:5px 9px 5px 25px;}
/* 회원관리 우편번호찾기 버튼*/
.homepost_Btn{vertical-align:middle; display:inline-block; margin-left:5px; font-size:13px; letter-spacing:0.05em; font-weight:600; height:31px; line-height:31px; width:100px; text-align:center; background-color:#0040a2; color:#fff !important; border-radius:5px;}

/* 버튼 180806 */
.Bbtn_wrap {*zoom:1; margin:20px 0;}
.Bbtn_wrap:after {content:" "; display:block; clear:both;}
.Btn_left {float:left;}
.Btn_left a {display:inline-block; padding:8px 25px; text-align:center;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	transition:all .3s;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-ms-transition:all .3s;
	-o-transition:all .3s;
}
.Btn_left .left_btn a {background:#787777; color:#fff;}
.Btn_left .left_btn a:hover {color:#fff; background:#626060;}
.Btn_left .left_btn2 a {background:#e1e1e1; color:#111;}
.Bbtn_right {float:right;}
.Bbtn_right a {display:inline-block; padding:8px 25px; text-align:center;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	transition:all .3s;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-ms-transition:all .3s;
	-o-transition:all .3s;
}
.Bbtn_right .right_btn a {background:#0040a2; color:#fff;}
.Bbtn_right .right_btn a:hover {color:#131419; background:#ddd;}
.Bbtn_right .right_btn2 a {background:#d1d1d1; color:#333;}
.Bbtn_right .right_btn2 a:hover {color:#333; background:#d1d1d1;}

/**/
.btn_primary{ background:url('../../images/common/search_icon.png') 12px center no-repeat #0040a2; border:none; border-radius:2px; padding-left:15px; width:70px; height:38px; line-height:38px; font-size:14px; font-weight:600; color:#fff;}
.paginate {
    padding: 20px 0;
    text-align: center;
    line-height: normal;
    clear: both;
}
.paginate a, .paginate strong {
    display: inline-block;
    position: relative;
    margin: 0 -2px;
    width: 34px;
    height: 34px;
    font-weight: bold;
    font-size: 12px;
    color: #333;
    line-height: 34px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
}
.paginate strong {
    color: #fff;
    background: #0040a2;
}
.file_btn{color:#fff !important; background:#0040a2; border-radius:4px; box-shadow:2px 2px 2px #ddd; height:31px; width:80px; line-height:31px; text-align:center; display:block;}

#fileName{
	float:left; 
	width: 200px; 
	height: 31px; 
	padding: 10px 15px; 
	box-sizing: border-box;
	border: 1px solid #ccc;
	/*box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;*/
}
#fileName_big{
	float:left; 
	width: 230px; 
	height: 31px; 
	padding: 10px 15px; 
	box-sizing: border-box;
	border: 1px solid #ccc;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
#file_input_div{
	position:relative; 
	width:102px; 
	height:31px; 
	vertical-align:middle; 
	overflow:hidden;
}
#file_input_button{
	position:absolute; 
	top:0px;
	left:0px;
	width:100px; 
	height:31px; 
	font-size:14px; 
	font-family:'ns';
	color:#fff !important; 
	line-height:30px; 
	text-align:center;
	background-color:#0040a2;
	border:none; 
	padding:0px !important; 
}
.file_input_hidden{
	-moz-opacity: 0; 
	filter: alpha(opacity:0); 
	opacity: 0; 
	z-index: 2;
	position: absolute; 
	top: 0px; 
	left: 0px; 
	width: 100px; 
	padding:0 0 !important; 
	margin: 0; 
	z-index: 1; 
	line-height: 90%;
	text-align:center;
}

/* Link - Write input */
.input-Biggroup .link_title{
	display:inline-block; 
	text-align:center;
	width:110px;
	padding-left:15px;
	height:30px;
	line-height:30px;
	font-size:16px;
	font-weight:500;
	color:#555;
	float:left;
}
.input-Biggroup .child_link{
    background: url(../../images/common/child_icon.png) 33px 6px no-repeat;
	font-size:16px;
	font-weight:500;
	padding-left:25px;
	width:100px;
	float:left;
}
.leftalign{ text-align:left !important; padding-left:20px !important;}
/* reply 등록 - 작성자,비밀번호 O */
.reply_area{padding:10px 0;}
.reply_area .reply_box .reply_float_box:after {content:" "; display:block; clear:both;}
.reply_area .reply_box .reply_float_box{*zoom:1; font-size:16px; font-weight:600; color:#373737; width:100%;}
.reply_area .reply_box .reply_float_box p textarea {float:left; width:86.5%; border-top:1px solid #d1d1d1; border-bottom:1px solid #d1d1d1; border-left:1px solid #d1d1d1; font-size:13px;}
.reply_area .reply_box .reply_float_box .reply_btn_box {float:right; margin:0; padding:0; width:13%; height:87px;}
.reply_btn_box a.reply_btn { line-height:87px; background:#2e2e2e; display:block; font-size:16px; font-weight:600; color:#82c3ff; text-align:center;
	transition:all .3s;
	-webkit-transition:all .3s;
	-o-transition:all .3s;
	-ms-transition:all .3s;
}
.reply_btn_box a.reply_btn:hover {background:#000; color:#fff;}

/* reply 등록 - 작성자,비밀번호 X */
.replay_area2 {*zoom:1;}
.replay_area2:after {content:" "; display:block; clear:both;}
.replay_area2 textarea {float:left; width:835px;  border:1px solid #d1d1d1; font-size:13px;}
.replay_area2 a.reply_btn {
	float:left; width:80px; line-height:65px; height:65px; background:#2e2e2e; display:inline-block; font-size:16px; font-weight:600; color:#82c3ff; text-align:center;
	transition:all .3s;
	-webkit-transition:all .3s;
	-o-transition:all .3s;
	-ms-transition:all .3s;
}
.replay_area2 a.reply_btn:hover {background:#000; color:#fff;}

/* reply list */
.reply_num {position:relative; font-size:17px; display:block; margin:0 0 12px 0; font-weight:600; color:#373737; padding:15px 23px 10px 0; background:url('../../images/common/top_arrow.png') 70px center no-repeat; text-align:left;}
.reply_num span {color:#003ae1;}
#reply_table {border-top:1px solid #5d5d5d; width:100%; border-spacing:0; border-collapse:collapse;}
#reply_table tbody {border:none;}
#reply_table td {padding:15px 10px; border-bottom:1px solid #c7c7c7;}
#reply_table td dl dt {*zoom:1; margin:0 0 13px 0;}
#reply_table td dl dt:after {content:" "; display:block; clear:both;}
#reply_table td dl dt .left {float:left;}
#reply_table td dl dt .left .user_n {font-size:16px; font-weight:600; color:#373737; display:inline-block;}
#reply_table td dl dt .left .reply_date {display:inline-block; font-size:15px; font-weight:400; color:#b4b4b4; margin:0 0 0 15px;}
#reply_table td dl dt .right {float:right; font-size:15px; font-weight:400; color:#4a92d0;}
#reply_table td dl dt .right a {color:#4a92d0;}
#reply_table td dl dd {font-size:14px; font-weight:400; color:#6e6e6e; line-height:20px; text-align:left;}

/*----------------- ADMIN 페이지 CSS //E --------------------- *//*----------------- ADMIN 페이지 CSS //E --------------------- */