/* 상단 검색 창 그룹 */
.form_gWrap {*zoom:1; margin:0 0 30px 0;}
.form_gWrap:after {content:" "; display:block; clear:both;}
div.form_group{
	*zoom:1;
	display:inline-block;
	vertical-align:middle;
	margin:0 0 30px 0;
}
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{
	display:inline-block;
	vertical-align:middle;
	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;
	margin:0 0 30px 0;
}

/* 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(73, 177, 134, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(73, 177, 134, .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-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(73, 177, 134, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(73, 177, 134, .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: #49B186;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(73, 177, 134, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(73, 177, 134, .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 150px 0px 200px;
	float:left;
}
.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 #49B186;
	float:left;
}
.login_area {
	/*width:500px;*/
	height:373px;
	background:url('../../images/common/login_box_bg.png') 0 0 no-repeat;
	padding:60px 98px 142px 105px;
}
.login_area h2 {
	font-size:26px;
	font-weight:800;
	color:#232123;
	text-align:center;
	font-family:'noto';
	margin:0 0 35px 0;
}

.login_area input[type="text"], .login_area input[type="password"] {
	width:350px;
	height:50px;
	border:1px solid #49B186;
	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 #49B186;
-webkit-box-shadow:0 0 5px #49B186;
-ms-box-shadow:0 0 5px #49B186;
-o-box-shadow:0 0 5px #49B186;
border:1px solid #49B186;
outline:none;
}

.login_area .userid input { background:url("../../images/common/id_user_icon_black.png") no-repeat 5px 8px;}
.login_area .userpw input { background:url("../../images/common/pass_key_icon_black.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:#49B186; color:#fff; font-size:20px; transition:all .3s; cursor:pointer;}
.login_area .btn input:hover, .btn input:focus { background-color:#fff; color:#49B186;}
.links {text-align:center; color:#232123; padding:30px 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(73, 177, 134, .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(73, 177, 134, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(73, 177, 134, .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(73, 177, 134, .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(73, 177, 134, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(73, 177, 134, .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:100px;
	border-bottom:3px solid #49B186;
}
#container0 #header:after {
	content:"";
	display:block;
	clear:both;
}
#container0 #header .head{
	width:100%;
	position:relative;
	margin:0 auto;
}
#container0 .logo {

	position:absolute;
	left:0; top:0px;
	padding:10px 0 0 50px;
}

#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:#49B186;
}
#leftmenu{
	width:300px;
	height:100%;
	min-height:900px;
	background-color:#f1f1f1;
	position:absolute;
	top:100px;
	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% #49B186;
	color:#fff;
}
#container0 .gnb li a:hover, .gnb li a:focus{
	background:url("../../images/common/gnb_arrow_on.png") no-repeat 260px 50% #49B186;
	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/brown_circle.png") no-repeat 5px 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 --------------------- */

/* 상단 검색 창 그룹 */

/* 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;
	float:left;

}
/* 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;
	font-size:17px;
}

.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(73, 177, 134, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(73, 177, 134, .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(73, 177, 134, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(73, 177, 134, .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(73, 177, 134, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(73, 177, 134, .6);
}
/* table (적용 : board(notice list, link list), Admin page */
table.board_Big_table{border-top:2px solid #49B186; 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:#49B186; 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 #49B186; 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 #49B186; 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 thead tr td div a {
	display:inline-block;
	vertical-align:middle;
	padding:0 30px;
	/* line-height:39px;  */
	/* border:1px solid #494a4e;  */
	font-size:15px;
	font-weight:500;
	color:#444;
	transition:all .3s;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-ms-transition:all .3s;
	-o-transition:all .3s;
}
table.board_Big_Vtable thead tr td div a:hover {background:#494a4e; color:#fff;}
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 #49B186; 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:17px; 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 textarea {font-size:17px;}
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;
		font-size:17px;
}
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 #49B186;}
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 #49B186;}
.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:#49B186; display:inline-block; margin:0 10px 0 0;}

/* 회원관리 등록 및 수정 write 페이지 */
.join_form{border-top:2px solid #49B186; 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(73, 177, 134, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(73, 177, 134, .6);
}
/* member_Biginsert // S */
.member_Biginsert{width:100%; margin:0 auto; border-top:2px solid #49B186; 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(73, 177, 134, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(73, 177, 134, .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 #49B186;}
.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 #49B186; 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 {
	*zoom:1;
    width: 98.5%;
    /*border-top: 2px solid #dfdfdf;*/
    border-bottom: 2px solid #dfdfdf;
    padding: 10px;
}
.bottom_check_Big:after {content:" "; display:block; clear:both;}
.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:#49B186; 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:#49B186; 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 #49B186; 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: #49B186;
}
.file_btn{color:#fff !important; background:#49B186; 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_big1{
	float:left;
	width: 300px;
	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_big2{
	float:left;
	width: 300px;
	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;
	color:#fff !important;
	line-height:30px;
	text-align:center;
	background-color:#49B186;
	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 {}
.reply_area .reply_box {padding:20px 25px; background:#f9f9f9;margin:0 0 30px 0;}
.reply_area .reply_box ul {*zoom:1; margin:0 0 15px 0;}
.reply_area .reply_box ul:after {content:" "; display:block; clear:both;}
.reply_area .reply_box ul li {float:left; font-size:16px; font-weight:600; color:#373737;}
.reply_area .reply_box ul li.user span {background:url('../../images/common/reply_icon1.png') 0 2px no-repeat; padding:0 0 0 20px;}
.reply_area .reply_box ul li.user_pw span {background:url('../../images/common/reply_icon2.png') 0 center no-repeat; margin:0 0 0 43px; padding:0 0 0 29px;}
.reply_area .reply_box ul li span {width:70px; display:inline-block;}
.reply_area .reply_box ul li input {height:25px; line-height:25px; border:1px solid #d1d1d1; border-radius:5px; width:217px; padding-left:10px;}
.reply_area .reply_box p {*zoom:1; font-size:16px; font-weight:600; color:#373737;}
.reply_area .reply_box p:after {content:" "; display:block; clear:both;}
.reply_area .reply_box p textarea {float:left; width:80%; border-radius:5px; padding:7px; border:1px solid #d1d1d1; font-size:13px;color:#444;}
.reply_area .reply_box p span {display:inline-block; float:left; text-align:center; padding:0 0 0 20px; width:10%; background:url('../../images/common/reply_icon3.png') 20px center no-repeat;}
.reply_area .reply_btn_box {text-align:right; margin:17px 0 25px;}
.reply_box  a.reply_btn {float:right;width:80px; height:65px;line-height:65px;background:#36cfd2; display:inline-block; font-size:16px; font-weight:600; color:#fff; text-align:center;
	border-radius:3px;-webkit-border-radius:3px;-ms-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;
	transition:all .3s;
	-webkit-transition:all .3s;
	-o-transition:all .3s;
	-ms-transition:all .3s;
}
.reply_box a.reply_btn:hover {background:#15a2a3;}

/* 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;}

/* pop 달력*/
.scedule_wrap{padding:20px; width:auto;}

.schedule {min-width:1200px; width:100%;}
.sch_top {*zoom:1; margin:0 0 40px 0; position:relative;}
.sch_top:after {content:" "; display:block; clear:both;}
.calSub {position:absolute;top:0;right:0;}
.calSub a {height:38px; line-height:38px; font-size:15px; font-weight:400; color:#294037; display:block;}
.calSub a:hover span {background:#49B186; color:#fff; border:1px solid #49B186; border-left:1px solid #cfd2d1;}
.calSub a img {vertical-align:top;}
.calSub a span {display:inline-block; border:1px solid #cfd2d1; padding:0 18px;
	border-radius:0 5px 5px 0;
	-webkit-border-radius:0 5px 5px 0;
	-moz-border-radius:0 5px 5px 0;
	-ms-border-radius:0 5px 5px 0;
	-o-border-radius:0 5px 5px 0;
	transition:all .3s;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-ms-transition:all .3s;
	-o-transition:all .3s;
}

.year_sel {*zoom:1; position:absolute;top:0;left:0;}
.year_sel:after {content:" "; display:block; clear:both;}
.year_sel p {float:left;}
.year_sel .moBtn {float:left; margin:10px 0 0 0;}
.year_sel .moBtn a {display:inline-block; width:66px; height:40px; line-height:40px; background:#b5bfbb; font-size:14px; font-weight:400; color:#fff; text-align:center;
	transition:all .3s;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-ms-transition:all .3s;
	-o-transition:all .3s;
}
.year_sel .moBtn a.left {border-radius: 5px 0 0 5px;}
.year_sel .moBtn a.right {border-radius: 0 5px 5px 0; margin:0 0 0 -4px;}
.year_sel .moBtn a.on, .year_sel .moBtn a:hover {background:#325044;}
.year_sel p input {border:1px solid #ddd; padding-left:10px; font-size:17px; height:38px; line-height:38px; display:inline-block; vertical-align:middle;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
}
.year_sel p .schBtn {display:inline-block; vertical-align:middle; font-size:14px; font-weight:600; color:#fff; text-align:center; border:none;
	background:#49B186; height:40px; line-height:40px; width:70px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
}
.year_sel select{padding:10px 15px;width:220px;border:1px solid #ddd; border-radius:5px; font-size:18px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	 background: url(../images/common/check.png) no-repeat 94% 50%;
}



.center_month {text-align:center;}
.center_month a {padding:10px; color:#111;}
.center_month a, .center_month p {display:inline-block; vertical-align:middle;}
.center_month p {margin:0 20px; font-size:30px; font-weight:400; color:#49B186; letter-spacing:-0.02em;}
.center_month p span {display:inline-block; color:#c4c6c6; margin:0 0 0 10px;}

.color_desc{right:0;top:0;position:absolute;width:240px;}
.color_desc ul:after{content:"";display:block;clear:both;}
.color_desc ul li{float:left;font-size:14px;font-weight:600;color:#333333;margin:0 10px 5px 0;}
.color_desc ul li span{display:inline-block;width:50px;height:24px;vertical-align:middle;}
.color_desc ul li span.c1{background-color:#baebf2;}
.color_desc ul li span.c2{background-color:#fbc9ab;}
.color_desc ul li span.c3{background-color:#dcf0ca;}
.color_desc ul li span.c4{background-color:#f8f2b3;}
.topyear {margin:0 0 10px 0;}
.topyear h3 {font-size:20px; font-weight:600; color:#b5bfbb; background:url('../images/common/stroke.gif') 0 50% repeat-x; display:inline-block; padding:0 70px;}
.topyear h3 span {display:inline-block; padding:0 20px; background:#fff;}

#view_pop{width:500px; padding:30px; position:absolute;visibility:hidden;background-color:#faf8f8;top:40%;left:50%;margin-left:-265px;border:1px solid #ddd;}
#view_pop h3{color:#333;font-size:20px;font-weight:600;text-align:center; padding:0 0 15px 0; border-bottom:2px solid #49B186;margin:0 0 20px 0;}
#view_pop a.close_btn{position:absolute; top:30px;right:30px;}
#view_pop table{border:1px solid #ddd;}
/*#view_pop table th {border-bottom:1px solid #ddd;  font-size:15px; color:#333333; font-weight:600; padding:15px 20px;}*/
#scheduleCon dl {background:#fff; padding:15px; border:1px dotted #d1d1d1;}
#scheduleCon dl dt {font-size:15px; background:url('../images/sub/arrow_right.png') 0 50% no-repeat; color:#333333; padding-left:10px; font-weight:600; margin:0 0 10px 0;}
#scheduleCon dl dd {font-size:14px; color:#333; line-height:22px; padding-left:10px;}

#view_pop2 {padding:20px 15px;}
#view_pop2 h3 {height:50px; margin:0 0 15px 0; line-height:50px; padding:0 15px; background:#325044; font-size:18px; font-weight:600; color:#fff;}
#view_pop2 h3 span {display:inline-block; vertical-align:middle; margin:0 13px 0 0;}
#view_pop2 table{}
#view_pop2 table th {font-size:14px; font-weight:600; color:#333; text-align:center;}
#view_pop2 table th span {padding:10px 0; background:#dfe9e5; width:125px; display:inline-block;
	border-radius:50px;
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
	-ms-border-radius:50px;
	-o-border-radius:50px;
}
#view_pop2 table td {padding:10px;font-size:14px;color:#333333;}
#view_pop2 table td input {height:30px; border:1px solid #ddd; line-height:30px; padding-left:5px;}
#view_pop2 table td textarea {border:1px solid #ddd; resize:none; min-height:100px; width:100%;}
#view_pop2 table td #select_option {
	position: relative;
	padding:7px 8px;
	min-width:120px;
	vertical-align:middle;
	display:inline-block;
	border: 1px solid #ddd;
	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;
}
#view_pop2 table td .select_option2 {
	position: relative;
	padding:7px 8px;
	min-width:70px;
	vertical-align:middle;
	display:inline-block;
	border: 1px solid #ddd;
	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;
}
#view_pop2 table td a{ padding:0 0 0 16px;}
#view_pop2 table td a:hover, #view_pop table td a:focus{color:#0dacc2;}
#view_pop2 .center_bbtn {text-align:center; margin:30px 0 0;}
#view_pop2 .center_bbtn a {display:inline-block; font-size:13px; font-weight:600; color:#fff; padding:0 45px; height:35px; line-height:35px;

	transition:all .3s;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-ms-transition:all .3s;
	-o-transition:all .3s;
}
#view_pop2 .center_bbtn a.btnS {background:#325044;}
#view_pop2 .center_bbtn a.btnS:hover {background:#274639;}
#view_pop2 .center_bbtn a.btnC {background:#dbdbdb; color:#777;}
#view_pop2 .center_bbtn a.btnC:hover {background:#444242;}
#calendar {
    width: 100%;
	letter-spacing:-0.02em;
}
#calendar .date {color:#151515;}
#calendar .red {color:#e6064b !important;}
#calendar .red a {color:#e6064b;}
#calendar .blue {color:blue !important;}
#calendar .blue a {color:blue;}
#calendar .today {
	font-weight:bold; padding:0 2px; background:#49B186; color:#fff !important; letter-spacing:-0.03em; font-size:14px;

	display:inline-block;
}
#calendar .today a {font-weight:bold; padding:3px 7px; background:#49B186; color:#fff;
	border-radius:50px;
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
	-ms-border-radius:50px;
	-o-border-radius:50px;
}
#calendar a {

}
#calendar .weekly td.fir {
	font-size:14px;
	text-align:center;
	padding:10px;
}
#calendar .weekly th {
	line-height:50px !important;
	font-size:17px !important;
}
#calendar .weekly .today2 {
	background:#fcf8e3;
}
#calendar .weekdays {
	border:1px solid #ddd;
}
#calendar .weekdays th {
	text-align: center;
    text-transform: uppercase;
    line-height: 59px;
    color: #565656;
    font-size: 18px;
	font-weight:500;
	background: #f5f5f5;
	border-left:1px solid #ddd;
}
#calendar .weekdays td {
	*zoom:1;
	height:100%;
    padding: 5px;
    border: 1px solid #dfdfdf;
    margin-right: -1px;
    margin-bottom: -1px;
	vertical-align:top;
}
#calendar .weekdays td .boxing {
	min-height:120px;
	min-height:120px;
	position:relative;
	font-size:15px;
}
#calendar .weekdays td:after {
	content:" ";
	display:block;
	clear:both;
}
#calendar .weekdays td a.plus_btn {
	position:absolute;
	right:5px;
	top:3px;
}

#calendar .weekdays td .event {
    clear: both;
    font-size: 14px;
    padding:2px 5px;
    margin-bottom: 5px;
    line-height: 14px;
    background: #baebf2;
    color: #333;
    text-decoration: none;
	margin:10px 0 0;
}
#calendar .weekdays td .event a {
	display:block;
}
#calendar ul {
	*zoom:1;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}
#calendar .ES {
    background: #CEF6F5 !important;
}
#calendar .EP {
    background: #A9F5BC !important;
}
#calendar .XS {
    background: #F2F5A9 !important;
}
#calendar .XP {
    background: #F5D0A9 !important;
}

/*----------------- ADMIN 페이지 CSS //E --------------------- *//*----------------- ADMIN 페이지 CSS //E --------------------- */
/* board - write 버튼 (등록 삭제 목록) */
.board_btn_wrap{width:100%; height:30px; position:relative; margin:30px 0; }
.boardW_btn{*zoom:1; font-size:13px; font-weight:600; height:30px; line-height:30px; float:right;}
.boardW_btn:after{content:" "; display:block; clear:both;}
.boardW_btn span{display:block; float:left; background-color:#eee; width:80px; border-radius:5px; text-align:center;}
.boardW_btn span a{display:block; color:#555;}
.boardW_btn span a:hover{background-color:#609f84; color:#fff; border-radius:5px;}
.boardW_btn span.ok_btn{float:left;}
.boardW_btn span.ok_btn a{display:block; background-color:#eee; color:#555; border-radius:5px;}
.boardW_btn span.ok_btn a:hover{background-color: #609f84; color:#fff; border-radius:5px;}
.boardW_btn span.back_btn{float:right; margin-left:10px;}
.boardW_btn span.back_btn a{background-color: #609f84; color:#fff; border-radius:5px;}
.boardW_btn span.back_btn a:hover{background-color:#eee; color:#555; border-radius:5px;}
.boardW_btn span.list_btn{float:left;  margin-left:10px;}/*만약목록으로버튼왼쪽하려면 써*/
.boardW_btn span.list_btn a{display:block; background-color:#eee; color:#333;}
.boardW_btn span.reply_btn {float:left;}
.boardW_btn span.left_btn{position:absolute; top:0; left:0;}
.boardW_btn span.left2_btn{position:absolute; top:0; left:90px;}