/* Board Common ë³´ë“œ ê³µí†µ - Button Input ë²„íŠ¼,ì¸í’‹ */
textarea, select, input[type="text"], input[type="text"], input[type="url"], input[type="search"], input[type="tel"], input[type="email"],input[type="password"]{
    font-size: 13px;
	font-weight: 500;
    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;
	padding: 6px 12px;
}
textarea{
	padding: 10px 12px;
}
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{
    font-size: 13px
}
.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));
}
.btn-basic-dark{
	border-color: #838383 #777777 #525252 !important;
    background-color: rgba(62, 62, 62, 0.4) !important;
    color: #ffffff !important;
    background: linear-gradient(#8d8d8d,rgba(38, 38, 38, 0.4));
}
.btn-master {
    background: linear-gradient(#e36159,#b8413b);
	border-color: #b8413b !important;
	color: #fff !important;
}
.required{
	top: 0;
	color: #777;
	font-size: 13px;
	font-weight: 500;
}
@media only screen and (max-width: 496px) {
	.btn{
		padding: 2px 7px;
		font-size: 12px !important;
	}
}
@media only screen and (max-width: 992px) {
	input[type="text"]{
		width: 100%;
	}
}

/*ê´€ë¦¬ìžëª¨ë“œ*/
.header {
    position: fixed;
    z-index: 1020;
}
.inner-wrapper{
	padding-top: 110px;
}
.inner-wrapper .content-body .page-header {
	border-top: 0px;
    left: 300px;
    margin: 0;
    position: fixed;
    right: 0;
    top: 60px;
}
.inner-wrapper .sidebar-left {
    z-index: 1010;
    position: fixed;
    bottom: 0;
	left: 0;
    top: 60px;
}
.inner-wrapper .content-body{
	margin-left: 300px;
}
.inner-wrapper .content-body .main>.container,
.inner-wrapper .content-body .panel-body>.container{
	width: 100%;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
.inner-wrapper .dropdown-menu {
    margin: 0px !important;
}
@media only screen and (max-width: 767px){
	.header {
		position: static;
		z-index: 1000;
	}
	.inner-wrapper{
		padding-top: 0px;
	}
	.inner-wrapper .content-body .page-header {
		left: 0;
		margin: 0 -15px 20px;
		position: relative;
		right: 0;
		top: 1px;
		border-top: 0px;
		z-index: 90;
	}
	.sidebar-left {
		bottom: 0 !important;
		left: -100% !important;
		min-height: 0;
		min-width: 100%;
		min-width: 100vw;
		padding-top: 60px;
		padding-bottom: 50px;
		position: fixed !important;
		overflow: hidden;
		top: 0 !important;
		z-index: 98 !important;
	}
	.inner-wrapper .content-body{
		padding: 0 15px 25px;
		margin: 0;
	}
	#board_01_list .item_meta > li {
		padding-right: 8px;
	}
	.inner-wrapper .userbox{
		float: none;
	}
}
/*esp_list*/
#esp_list .esp_list_wrp > li {
	margin-bottom: 30px;
}
#esp_list .esp_list_wrp > li > a {
	text-decoration: none;
	display: block;
	border: 1px solid #ddd;
	position: relative;
}
#esp_list .esp_list_wrp > li > a .img_wrp:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/hover_plus.png) center center no-repeat;
    background-color: rgba(245, 135, 16, 0.5);
    opacity: 0;
    z-index: 4;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
#esp_list .esp_list_wrp > li > a:hover .img_wrp:after {
    opacity: 1;
}
#esp_list .esp_list_wrp > li > a h4,
#esp_list .esp_list_wrp > li > a .img_wrp,
#esp_list .esp_list_wrp > li > a .conbox {
	padding: 10px;
	position: relative;
}
#esp_list .esp_list_wrp > li > a h4 {
	font-size: 15px;
	line-height: 1.4em;
	color: #1e1e1e;
	margin-bottom: 0px;
	text-align: center;
	font-weight: 600;
}
#esp_list .esp_list_wrp > li > a h4 span {
	display: block;
	height: 42px;
	overflow: hidden;
}
#esp_list .esp_list_wrp > li > a .img_wrp {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
#esp_list .esp_list_wrp > li > a p {
	font-size: 11px;
	line-height: 1.4em;
	color: #636363;
	height: 45px;
	overflow: hidden;
}
#esp_list .esp_list_wrp > li > a ul li strong {
	display: block;
	margin-bottom: 5px;
}
@media (max-width:768px){
	#esp_list .esp_list_wrp > li {
		margin-bottom: 15px;
	}
	#esp_list .esp_list_wrp > li > a h4 {
		font-size: 13px;
	}
	#esp_list .esp_list_wrp > li > a h4 span {
		height: 36px;
	}
}
/*t_list*/
.t_list li {
	position: relative;
	padding: 3px 0;
	padding-left: 10px;
	font-size: 12px;
	line-height: 1.4em;
	color: #1e1e1e;
	vertical-align: middle;
	margin-bottom: 5px;
}
.t_list li p {
	font-size: 12px;
	line-height: 1.4em;
	color: #1e1e1e;	
	margin-top: 5px;
}
.t_list.wide li {
	padding-left: 15px;
}
.t_list.big_wide li {
	padding-left: 25px;
}
.t_list.wide li ul li {
	padding-left: 10px;
}
.t_list.wide li ul.wide li {
	padding-left: 15px;
}
.t_list li span {
	position: absolute;
	left: 0;
}
@media (max-width:768px){
	.t_list li {
		font-size: 12px;
	}
}

/*esp_view :: btn*/
#esp_view .btn_wrp {
	line-height: 0px;
}
#esp_view .btn_wrp a {
	display: block;
	width: 50%;
	float: left;
	text-align: center;
	color: #fff;
    background-color: #1894dc;
    padding: 10px 20px;
	line-height: 1.42857143;
	font-size: 14px;
	text-decoration: none;
	font-weight: 400;
}
#esp_view .btn_wrp a.btn2 {
    background-color: #174793;
}
/*esp_view :: table*/
#esp_view .table.basic_table {
	border-top: 2px solid #333;	
}
#esp_view .table.basic_table.text-center thead tr th,
#esp_view .table.basic_table.text-center thead tr td,
#esp_view .table.basic_table.text-center tbody tr th,
#esp_view .table.basic_table.text-center tbody tr td {
	text-align: center;
}
#esp_view .table.basic_table thead tr th,
#esp_view .table.basic_table thead tr td,
#esp_view .table.basic_table tbody tr th,
#esp_view .table.basic_table tbody tr td {
	padding: 10px;
	border: 1px solid #ddd;
	font-size: 13px;
	line-height: 1.4em;
	color: #1e1e1e;
	vertical-align: middle;
}
#esp_view .table.basic_table tbody tr td img {
	width: 100%
}
#esp_view .table.basic_table thead tr th {
	background-color: #f4f4f4;
}
#esp_view .table.basic_table thead tr td {
	background-color: #f7f7f7;
}
#esp_view .table.basic_table tbody tr:nth-child(even){
	background-color: #fcfcfc;	
}
#esp_view .table.basic_table.ln_table tbody tr:nth-child(even){
	background-color: #fff;	
}
#esp_view .table.basic_table.ln_table tbody th{
	background-color: #fcfcfc;	
}
#esp_view .table.basic_table tbody tr.impt{
	background-color: #fadebf;	
	border-top: 2px solid #f58710 !important;
	border-bottom: 2px solid #f58710 !important;
}
#esp_view .table.basic_table tbody tr.impt th,
#esp_view .table.basic_table tbody tr.impt td {
	color: #f58710;	
	font-weight: 600;
	border-color: #f2bd83;
}
#esp_view .table.basic_table tbody tr td h5 {
	font-size: 14px;
	line-height: 1.4em;
	color: #1e1e1e;	
	font-weight: 600;
	margin-top: 5px;
}
#esp_view .table.basic_table tbody tr td h5 i {
    color: #2367d4;
    display: inline-block;
    margin-right: 5px;
}
#esp_view .table.basic_table tbody tr td ul li,
#esp_view .table.basic_table tbody tr td p {
	font-size: 13px;
	line-height: 1.4em;
	color: #1e1e1e;	
}
@media (max-width:768px){
	#esp_view .table.basic_table thead tr th,
	#esp_view .table.basic_table thead tr td,
	#esp_view .table.basic_table tbody tr th,
	#esp_view .table.basic_table tbody tr td {
		padding: 5px;
		font-size: 13px;
		display: block;
		width: 100%;
	}
	#esp_view .table.basic_table tbody tr td {
		border-top: 0px;
	}
}
/*board_01_list - Board top 페이지정보*/
.board_top{
    width: 100%;
    margin-bottom: 5px;
}
.board_top>span{
    display: inline-block;
}
.board_top>span.right{
    float: right;
}
.board_top .paging{
    font-size: 13px;
}
@media only screen and (max-width: 992px){
	.board_top{
	    margin-bottom: 0px;
	}
	.board_top>span{
		font-size: 1.3rem !important;
		display: block;
	}
	.board_top>span.right{
		float:none;
	}
}
/* board_search_wrp*/
.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;
}
.board_sch_wrp select,
.board_sch_wrp input,
.board_sch_wrp .sch_btn{
	height: 30px;
}
.board_sch_wrp select {
    width: 10%;
	background-color: #fff;
	vertical-align: top;
}
.board_sch_wrp input {
	width: 15%;
}
.board_sch_wrp .sch_btn{
	border: none;
    width: 10%;
    color: #fff;
    border-radius: 3px;
	vertical-align: top;
	float:none !important;
}
@media only screen and (max-width: 992px) {
	.board_sch_wrp {
		margin-top: 15px !important;
		margin-bottom: 20px;
	}
	.board_sch_wrp select {
    	width: 30%;
	}
	.board_sch_wrp input {
		width: 35%;
	}
	.board_sch_wrp .sch_btn{
	    width: 30%;
	}
}
/*view_btn_right*/
.view_btn_right{
 	text-align: right;
	float: right;
}
#gall_allchk {
    padding: 0px 5px 10px 5px;
    height: 30px;
    margin-bottom: 10px;
    margin-top: -15px;
}
#gall_allchk input[type="checkbox"] {
    margin: 10px;
    position: absolute;
    z-index: 5;
}

/*Board_01_list Tab*/
.board_tap ul>li {
    float: left;
    margin-left: -1px;
}
.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 ul>li>a:hover,
.board_tap ul>li>a:focus{
	color: #848484;
	background-color: #f2f4f6;
}
.board_tap ul>li>.active:hover,
.board_tap ul>li>.active{
	color: #fff;
	border-color: #343434;
	background-color: #383f48;
}
@media only screen and (max-width: 496px) {
	.board_tap ul>li>a {
	padding: 3px 12px;
}