

/* 최근열람물건 네비 */
#lately_nav {position: relative;top: 0;left: 0;bottom: 0;width: 100%;height: 50px;text-align: center;background: #fff;border-bottom: 1px solid #e1e1e1;z-index: 100; margin-bottom:15px;}
#lately_nav .logo {position: absolute;cursor: pointer;left: 0; text-align: left ;width: 30%;height: 40px;margin-top: 5px;margin-left: 5px;}
#lately_nav .logo img {width: auto;height: 40px;}

/* 검색 테이블 */
#lately_table {padding: 0; margin: 0; padding: 0 0 10px 0; background-color: #2a47bf}
#lately_table th,
#lately_table td {border: 0; line-height: 18px; background: none; color: #fff; vertical-align:bottom; padding: 10px 0 2px 20px;}
#lately_table th {border-bottom: 1px solid #fff;}
#lately_table select,
#lately_table input[type=text] {border:0; border-bottom: 1px solid #dcdce7; color: #fff; background: none;}
#lately_table input[type=text]::placeholder {color: #fff;}
/* #lately_table select {background: #fff;} */
#lately_table input[type=text] {height: 20px;}
#lately_table .ipt_box {border: 0; background: none;}

#lately_table2 {padding: 0; margin: 0; padding: 0 0 10px 0; background-color: #2a47bf}
#lately_table2 th,
#lately_table2 td {border: 0; line-height: 18px; background: none; color: #fff; vertical-align:bottom; padding: 10px 0 2px 20px;}
#lately_table2 th {border-bottom: 1px solid #fff;}
#lately_table2 select,
#lately_table2 input[type=text] {border:0; border-bottom: 1px solid #dcdce7; color: #fff; background: none;}
#lately_table2 input[type=text]::placeholder {color: #fff;}
/* #lately_table select {background: #fff;} */
#lately_table2 input[type=text] {height: 20px;}
#lately_table2 .ipt_box {border: 0; background: none;}



#btn_lately_0,
#btn_lately_1,
#btn_lately_2 {display:inline-block; font-size: 13px; line-height: 20px; margin-right: 5px; border: 1px solid #fff; color: #fff; text-align: center; padding: 0 7px; border-radius: 10px;}
#btn_lately_0.on,
#btn_lately_1.on,
#btn_lately_2.on {color: #2a47bf; font-weight: 1000; background: #fff;}


/*구분박스*/
.gubon_Box {text-align:center; border-radius: 8px;padding: 10px;margin-bottom: 13px;background:#fff ;box-shadow: 1px 1px 2px 2px rgba(50, 50, 50, .05); font-family:'SpoqaHanSansNeo'}

