/*common*/
textarea, select, input[type="text"], input[type="text"], input[type="url"], input[type="search"], input[type="tel"], input[type="email"],input[type="password"]{
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    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;
	
}
textarea:focus,select:focus, input[type="text"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="email"]:focus,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);*/
	border: 1px solid #ccc;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
select{
	padding: 0;
}
.btn-basic{
	border-color: #cacaca #b8b8b8 #9d9d9d !important;
    background-color: rgba(248, 248, 248, 0.4) !important;
    color: #868686 !important;
    background: linear-gradient(#fff,rgba(248, 248, 248, 0.4));
}
/*#board_01_list 공통 테이블 CSS - 그누보드 스킨제작시 필수*/
#new{
	font-family: "Nanum Barun Gothic","Open Sans", sans-serif !important;
}
#new .panel-body {
     background: none; 
     -webkit-box-shadow: none;
     box-shadow: none;
     border-radius: none;
}
#new table {
	font-size: 14px;
}
#new thead a{
	color: #383f48;
	text-decoration: none;
}
#new tbody a{
	color: #777;
	text-decoration: none;
}
#new td,
#new table,
#new th{
	 border: none;
	text-align: center;
}
#new th {
    line-height: 30px;
}
#new tbody td{
	border-bottom: 1px solid #e1e1e1;
}
#new .btn{
    font-size: 14px
}
#new .table-striped>tbody>tr:nth-of-type(even) {
    background-color: rgba(249, 249, 249, 0.5);
}
#new .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.77);
}
#new .panel {
     border:none;
     -webkit-box-shadow: none;
     box-shadow: none;
	 background-color: transparent;
}
#new thead{
	color: #383f48;
	border-top: 3px solid #383f48;
	border-bottom: 1px solid #e1e1e1;
	background-color: #f2f4f6;
}
#new .board_notice td,
#new .board_notice td a{
    font-weight: bold;
	color: #777777;
}
#new .subject{
    padding-left: 25px;
	text-align: left;
}
@media only screen and (max-width: 496px) {
    #new table {
		font-size: 12px;
	}
	#new .panel {
    	margin-bottom: 0px;
	}
	#borad01_wrap .panel-body{
		padding: 15px 15px 5px 15px !important;
	}
    #new .subject{
        padding-left: 8px;
    }
}
@media only screen and (max-width: 992px) {
    #new table {
		font-size: 14px;
	}
}

/*new*/
#new .contents-wrp {
	margin-top: -1px;
    border: 1px solid #eee;
	border-radius: 5px;
}
#new .required{
	top: 0;
	color: #777;
	font-size: 13px;
	font-weight: 500;
}
@media only screen and (max-width: 992px) {
	#new .contents-wrp {
		border: 0px;
		padding: 0 !important;
	}
}
/*new tab*/
#new .title_wrp {
	margin: 20px 0 0 0;
    background-color: rgba(238,238,238,0.2);
    border: 1px solid rgba(238,238,238,0.5);
	border-radius: 5px;
}
#new .title_wrp h2{
	color:#343434;
}
#board_tap_wrp .board_tap ul>li {
    float: left;
    margin-left: -1px;
}
#board_tap_wrp .board_tap ul>li>a {
	color: #848484;
	display: block;
	width: 100%;
	height: 100%;
	padding: 5px 15px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 5px 5px 0 0;
}
#board_tap_wrp .board_tap ul>li>a:hover,
#board_tap_wrp .board_tap ul>li>a:focus{
	color: #848484;
	background-color: #f2f4f6;
}
#board_tap_wrp .board_tap ul>li>.active:hover,
#board_tap_wrp .board_tap ul>li>.active{
	color: #fff;
	border-color: #343434;
	background-color: #383f48;
}
@media only screen and (max-width: 992px) {
	#new {
		margin: 0 15px;
	}
}
@media only screen and (max-width: 496px) {
	#new .title_wrp h2{
		font-size: 2rem !important;
	}
	#board_tap_wrp .board_tap ul>li>a {
		padding: 3px 12px;
	}
}
/*new - board_btn*/
#new .btn_right{
    float: right;
}
#new .btn_left{
    float: left;
}
/*new pagination*/
#new .board_pagin_wrp {
	padding-top: 10px
}
#new .board_pagin_wrp .pagination{
	margin: 0;
}
#new .pagination > .active > a {
    color: #ffffff;
    background-color: #5d5d5d !important;
    border-color: #343434;
}
#new .pagination > li > a, #new .pagination > li > span, #new .pagination > li > a:hover, #new .pagination > li > span:hover, #new .pagination > li > a:focus, #new .pagination > li > span:focus {
    color: #848484;
}
@media only screen and (max-width: 496px) {
	#new .btn{
		padding: 2px 7px;
	}
	#new .board_pagin_wrp {
		padding-top: 0px
	}
	#new .pagination>li>a, .pagination>li>span {
    	padding: 5px 10px;
	}
}
/*new - board_search_wrp*/
#new .board_sch_wrp {
    border: 1px solid #eee;
    background-color: rgba(0,0,0,0.3);
    text-align: center;
    padding: 20px 10px;
	background: url(./img/bg_pt.png);
    margin: 0 15px;
}
#new .board_sch_wrp select,
#new .board_sch_wrp input,
#new .board_sch_wrp .sch_btn{
	height: 30px;
}
#new .board_sch_wrp select {
    width: 10%;
	background-color: #fff;
	vertical-align: top;
}
#new .board_sch_wrp input {
	width: 23%;
}
#new .board_sch_wrp .sch_btn{
	border: none;
    width: 10%;
    color: #fff;
    border-radius: 3px;
	vertical-align: top;
}
@media only screen and (max-width: 992px) {
	#new{
		padding: 0;
	}
	#new .mobile-p{
		padding: 0 !important;
	}
	#new .board_sch_wrp {
		margin-top: 15px !important;
		margin-bottom: 20px;
	}
	#new .board_sch_wrp select {
    	width: 15%;
	}
	#new .board_sch_wrp input {
		width: 35%;
	}
	#new .board_sch_wrp .sch_btn{
	    width: 30%;
	}
}
@media only screen and (max-width: 479px) {
	#new{
		padding: 0;
	}
	#new .mobile-p{
		padding: 0 !important;
	}
	#new .board_sch_wrp {
		margin-top: 15px !important;
		margin-bottom: 20px;
	}
	#new .board_sch_wrp select {
    	width: 49%;
		display: inline-block;
		margin-bottom:2px;
	}
	#new .board_sch_wrp input {
		width: 100%;
		margin-bottom:2px;
	}
	#new .board_sch_wrp .sch_btn{
	    width: 100%;
		margin-bottom:2px;
	}
}
/*board_01_list - board top - 페이징*/
#new .board_top{
	position: relative;
}
#new .board_top .paging{
    font-size: 14px;
}
#new .board_top .btn_right{
    position: absolute;
    right: 0;
    bottom: 0;
}
@media only screen and (max-width: 496px){
	#new .board_top>span{
		font-size: 1.3rem !important;
	}
}

/*board list effect 리스트 경우의수*/
#new table .ans-wait {
    color: #e55252;
}
#new table .ans-sucess {
    color: #2c69e5;
}
#new table .notice {
    display: inline-block;
    background-color: #ffc322;
    border: 1px solid #f4b100;
    width: 30px;
    border-radius: 5%;
    height: 18px;
    text-align: center;
    color: #fff;
    font-size: 11px;
    /*margin-right: 5px;*/
    font-weight: bold;
    line-height: 15px;
    vertical-align: middle;
    padding: 1px;
}
#new table .new {
    display: inline-block;
    background-color: #ff8522;
    border: 1px solid #f46e00;
    width: 16px;
    border-radius: 25%;
    height: 16px;
    text-align: center;
    color: #fff;
    font-size: 11px;
    margin-left: 5px;
    font-weight: bold;
    line-height: 15px;
    vertical-align: middle;
}
#new table .comment {
    font-weight: 600;
    color: #2ba2de;
    font-size: 14px;
    margin-left: 5px;
}
#new table .reply {
    display: inline-block;
    text-indent: -9999px;
    overflow: hidden;
    width: 20px;
    height: 20px;
    background: url(./img/reply.png);
    margin-right: 5px;
}
#new table .lock {
	display: inline-block;
    position: relative;
    top: 2px;
}
#new table .image {
	display: inline-block;
    position: relative;
    top: 2px;
	color: #383f48;
}
#new table .re{
	color: #535353;
}

/*new - Userbox*/
#new #userbox {
    display: inline-block;
    position: relative;
}
#new #userbox>a {
    color: #777;
	text-decoration: none;
}
#new .userbox.open > a {
    position: relative;
    z-index: 60;
    color: #777;
    text-decoration: none;
}
#new .userbox.open ul li a {
    color: #777;
    font-size: 1.2rem;
    text-decoration: none;
	font-weight: 400 !important;
}
#new .adm.userbox .dropdown-menu {
    padding: 28px 10px 0;
}

#new .dropdown-menu {
    z-index: 50;
    margin: -30px -10px;
}