.confirm-nav{
	margin-top:20px;
    border-bottom: 2px solid #00599d;
	padding-bottom: 2px;
}

.confirm-nav>li {
    width:50%;
	text-align:center;
	margin-bottom: -2px;
}


.confirm-nav{
	/*
	-webkit-box-shadow:inset 0px 0px 0px 1px #d1d1d1;
    -moz-box-shadow:inset 0px 0px 0px 1px #d1d1d1;
    box-shadow:inset 0px 0px 0px 1px #d1d1d1;
	*/

	/*
    border-bottom: 1px solid #00599d;
	*/
}

.confirm-nav>li>a{
	margin-right: 0px;
}


.confirm-nav>li>a {
    border: 0px solid transparent;
    -webkit-border-radius: 0px 0px 0 0;
    -moz-border-radius: 0px 0px 0 0;
    border-radius: 0px 0px 0 0;
	line-height: 35px;
}

.confirm-nav > li > a {
    border-radius: 0px 0px 0 0;
    color: #666;
	border-top: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
}


.confirm-nav>.active>a, .confirm-nav>.active>a:hover, .confirm-nav>.active>a:focus {
    color: #fff;
    cursor: default;
    background-color: #00599d;
	border: 0px solid #ddd;
	border-top: 1px solid #00599d;
	border-left: 1px solid #00599d;
    /* border-bottom-color: transparent; */
}

select.searchpicker{
	height: 40px;
	width: 100px;
	line-height:40px;
	border: 1px solid #9ec6e4;
	margin-right: 15px;
}

div.search_input_layout{
	float:right;
	height: 38px;
	width: 200px;
	line-height:38px;
	position:relative;
	margin-right: 46px;
}


div.search_input_layout input{
	width:200px;
	height:38px;
	float:left;
	border-style: solid;
    border-width: 1px 1px 1px 1px;
	border-color: #9ec6e4;
	margin: 0px;
    padding: 0px;
	text-shadow: 0px 0px 0px #000;
    -webkit-text-fill-color: transparent;
    padding-right: 40px;
    padding-left: 5px;
}


div.search_input_layout a.submit{
	display: block;
	position:absolute;
    top: 0px;
	right: -33px;
}

div.row > .list_box{
	text-align: center;
	padding-top:10px;
	height: auto;
   padding: 10px 0px 0px 0px;
	-webkit-box-shadow:inset 0px 0px 0px 1px #e0e0e0;
    -moz-box-shadow:inset 0px 0px 0px 1px #e0e0e0;
    box-shadow:inset 0px 0px 0px 1px #e0e0e0;

}

div.row > .first{
	margin-left:0px;
}


div.row > .list_box > .tag{
	width:25px;
	height:10px;
	background-color:#01599b;
	margin-top:30px;
	margin-bottom:10px;
	margin-left:10px;
}

div.row > .list_box > a > img{
	max-width: 98%;
}

div.row > .list_box > .text-center{
	font-size:14px;
	font-weight:bold;
	text-align: left;
    margin-left: 10px;
    word-break: break-word;
}

/***************
 ** BBS 검색
 ****************/
div.search_wrap{position: relative;}
div.search_wrap > span.total_row{
   line-height: 35px;
}
div.search_wrap > a.search_icon{
   cursor: pointer;
   position: absolute;
   right: 14px;
   top: 5px;
   color: #115fad;
}
