/*******************************************************************
	Font
********************************************************************/
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&display=swap');
/* Roboto */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:100,300,400,500,700,900&subset=korean'); /*  NotoSans KR */

/*******************************************************************
	Reset
********************************************************************/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, button, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    word-wrap: break-word;
}

header, footer, section, article, aside, nav, hgroup, details, menu, figure, figcaption {
    display: block;
    border: 0;
    *margin: 0;
    *padding: 0;
    *font-size: 0
}

/* html5 */
table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset, img, iframe {
    border: 0
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

ul, ol {
    list-style: none
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%
}

caption, legend {
    display: none
}

html {font-size: 14px;}

body {
    position: relative;
    -webkit-overflow-scrolling: touch;
    font-family: 'Roboto', 'Noto Sans KR', 'Sans-serif';
    width: 100%;
    height: 100%;
    color: #191919;
    -webkit-text-size-adjust: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #191919;
}

a[href^="tel"] {
    font-style: normal;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

/*******************************************************************
	Clear
********************************************************************/
.clear::after {
    content: " ";
    display: block;
    clear: both;
}

/*******************************************************************
	Container
********************************************************************/
.container {
    position: relative;
    width: 1280px;
    margin: 0 auto;
}

.ts_wrap {
    padding: 40px 0 50px 0;
}

.ts_bar_wrap {
    text-align: center;
}

.ts_bar_inner {
    position: relative;
    width: 600px;
    margin: 0 auto;
}

.ts_bar_inner input[type="text"] {
    width: 100%;
    height: 60px;
    padding: 10px 60px 10px 20px;
    border: 2px solid #014da2;
    /* border-left: 0; */
    margin: 0 auto;
    font-size: 16px;
    font-weight: 300;
    color: #515151;
    border-radius: 5px;
    outline: none;
}

.ts_bar_inner input[type="image"] {
    position: absolute;
    width: 26px;
    top: 50%;
    right: 4%;
    transform: translateY(-50%);
}

.ts_txt {
    padding: 0 0 50px 0;
    text-align: center;
    font-size: 20px;
}

.ts_txt > span {
    font-size: 20px;
    font-weight: 600;
    color: #0b4da2;
}

.ts_category_wrap {
    width: 100%;
}

.ts_category {
    overflow:hidden;
}

.ts_category li {
    float:left;
    width: calc(100% / 8);
    text-align:center;
}

.ts_category li a {
    display: block;
    color:#000; 
    padding: 20PX 10PX;
    border: 1px solid #e5e5e5;
    border-right: none;
}

.ts_category li:last-child a {
    border-right: 1px solid #e5e5e5;
}

.ts_category li.active a {
    color: #fff;
    background: #0b4da2;
    border: 1px solid #0b4da2;

}

.ts_result {
    position: relative;
    width: 100%;
    min-height: 500px;
    padding: 0 240px 0 0;
}

.ts_area {
    position: relative;
}

.ts_area > ul {
    margin-bottom: 40px;
}

.ts_area > ul > li {
    padding: 35px 0;
    border-bottom: 1px solid #e5e5e5;
}

.tsr_tit {
    font-size: 21px;
    font-weight: 600;
    color: #191919;
    margin-bottom: 10px;
}

.tsr_tit_empty {
    font-size: 17px;
    font-weight: 400;
    padding: 160px 0;
    text-align: center;
}

.tsr_tit a {
    display: inline-block;
    font-size: 21px;
    font-weight: 500;
    color: #191919;
    margin-right: 20px;
    word-break: break-all;
}

.tsr_tit a:hover {
    color: #0b4da2;
}

.tsr_tit span {
    display: inline-block;
    font-size: 14px;
    color: #777;
    font-weight: 400;
}

.tsr_tit span.info_open {
    display: inline-block;
    font-size: 21px;
    font-weight: 500;
    color: #191919;
    margin-right: 20px;
    word-break: break-all;
}

.tsr_txt {
    font-size: 15px;
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis;
    white-space: normal;
    text-align: left; 
    word-wrap: break-word; 
    display: -webkit-box; 
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical;
}

.tsr_file {
    font-size: 15px;
    margin-top: 30px;
}

.tsr_file > div {
    margin-bottom: 10px;
}

.tsr_file > div:last-child {
    margin-bottom: 0;
}

.tsr_file a {
    padding-right: 30px;
    background: url('/resources/web/unifiedSearch/downLoad.png')no-repeat 100% 0;
    background-size: contain;
}

.tsr_file a:hover {
    color: #0b4da2;
    background-image: url('/resources/web/unifiedSearch/downLoad_hover.png');
}

.tsr_category_name {
    position: relative;
    padding: 40px 0 5px 0;
    border-bottom: 1px solid #e5e5e5;
}

.tsr_category_name h2 {
    display:inline;
    font-size: 21px;
    font-weight: 600;
    color: #191919;
    padding: 0 0 5px 0;
    border-bottom: 5px solid #0b4da2;
}

.tsr_category_name a {
    position: absolute;
    bottom: 2px;
    right: 0;
    font-size: 15px;
}


.popular_search {
    position: absolute;
    top: 20px;
    right: 0;
    width: 200px;
    padding: 20px;
    border: 1px solid #e5e5e5;
}

.popular_search h1 {
    text-align: left;
    font-size: 17px;
    margin-bottom: 20px;
}

.popular_search ul li {
    display: block;
    position: relative;
    padding: 0 20px 0 30px;
    margin-bottom: 10px;
}

.popular_search ul li a span {
    font-size: 12px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 21px;
    height: 21px;
    background: #569bf5;
    text-align: center;
    line-height: 21px;
    color: #fff;
}

.popular_search ul li div.hit {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.popular_search ul li div.hit span {
    font-size: 12px;
}

/*.tsr_page {*/
/*    text-align: center;*/
/*    padding: 30px 0;*/
/*}*/

/*.tsr_page ul {*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    list-style-type: none;*/
/*}*/

/*.tsr_page ul a {*/
/*    display: inline-block;*/
/*    padding: 10px 18px;*/
/*}*/

/*.tsr_page ul a:first-of-type, */
/*.tsr_page ul a:last-of-type, */
/*.tsr_page ul a.tsr_active {*/
/*    color: #fff;*/
/*    background-color: #0b4da2;*/
/*}*/
