@charset "utf-8";
#ebric_mobile_wrap #header_wrap .header .logo-area { display: none; }
#ebric_mobile_wrap #header_wrap .header .search-box-wrap { padding-left: 0; }

/*상단검색창*/
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .search-box { height: 35px; width: 100%; position: relative;  margin-bottom: 10px; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .search-box input[type=text] { width: 100%; height: 100%; border: 1px solid transparent; border-radius: 3px; padding-left: 10px; padding-right: 35px; font-size: 1.3rem; transition: border-color 0.25s ease; background: #f8f8f8; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .search-box input[type=text]:active,
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .search-box input[type=text]:focus { border-color: #80B0FF; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .search-box input[type=text]::-webkit-input-placeholder { color: #666; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .search-box input[type=text]::-moz-placeholder { color: #666; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .search-box input[type=text]:-ms-input-placeholder { color: #666; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .search-box input[type=text]:-moz-placeholder{ color: #666; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .search-box .search-btn { width: 35px; text-align: center; height: 100%; display: block; position: absolute; top: 0; right: 0; background: transparent; color: #fff; font-size: 1.4rem; border-top-right-radius: 5px; border-bottom-right-radius: 5px; cursor: pointer; z-index: 2; transition: background .3s ease; color: #2f6ed5; line-height: 35px; }

/* 연관 */
#ebric_mobile_wrap .search-box-wrap .search-box .relation-keyword .recent-search-list { padding-bottom: 5px; border-bottom: 1px solid #eee; margin-bottom: 5px; }
#ebric_mobile_wrap .search-box-wrap .search-box .relation-keyword .recent-search-list li a { position: relative; padding: 0 60px 0 15px; }
#ebric_mobile_wrap .search-box-wrap .search-box .relation-keyword .recent-search-list li a .date { position: absolute; top: 0; right: 15px; z-index: 1; font-size: 1.1rem; color: #999; font-weight: 300; }
#ebric_mobile_wrap .search-box-wrap .search-box .relation-keyword .recent-search-list li a i.fa-clock { margin-right: 5px; font-size: 1rem; color: #999; }

/* 최근 검색어 */
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .recent-search-view-wrap { overflow: hidden; margin: 15px 0 150px; background: #fff; border-radius: 3px; box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.1); border: 1px solid #eee; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .recent-search-view-wrap .recent-search-view .head { text-align: center; display: block; font-size: 1.4rem; padding:10px 0; font-weight: bold; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .recent-search-view-wrap .recent-search-view .cont { padding: 5px 0; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .recent-search-view-wrap .recent-search-view .cont ul li a { font-size: 1.3rem; position: relative; display: block; padding: 4px 15px; padding-right: 65px; word-break: break-all; transition: background 0.2s ease; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .recent-search-view-wrap .recent-search-view .cont ul li a .date { font-size: 1.1rem; font-weight: 300; color: #999; position: absolute; top: 5px; right: 15px; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .recent-search-view-wrap .recent-search-view .cont ul li a i.fa-times { margin-left: 5px; font-size: 1rem; color: #999; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .recent-search-view-wrap .recent-search-view .cont ul li a:hover { background: #EBEBEB; }

#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .recent-search-view-wrap .recent-search-view .cont .no-recent-search-notice { text-align: center;  color: #D4D4D4; font-size: 1.3rem; padding: 80px 0; font-weight: 500; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .recent-search-view-wrap .recent-search-view .cont .no-recent-search-notice i.fa-exclamation-circle { margin-right: 5px; }

/* 검색결과 */
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .search-result-wrap { overflow: hidden; padding: 10px 0 200px 0; }

#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .search-result-wrap>.search-filter-wrap { position: fixed; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; background: #fff; z-index: 100; overflow-y: auto; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .search-result-wrap>.search-filter-wrap .search-filter-header-wrap { height: 55px; background: #fff; border-bottom: 1px solid #e5e5e5; padding: 0 10px; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .search-result-wrap>.search-filter-wrap .search-filter-header-wrap .header { position: relative; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .search-result-wrap>.search-filter-wrap .search-filter-header-wrap .header .mo-title { font-size: 1.7rem; font-weight: 600; line-height: 53px; text-align: center; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .search-result-wrap>.search-filter-wrap .search-filter-header-wrap .header .header-back-btn { width: 20px; height: 20px;display: block; position: absolute; z-index: 1; left: 5px; top: 16px; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .search-result-wrap>.search-filter-wrap .search-filter-header-wrap .header .header-back-btn img { width: 100%; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .search-result-wrap>.search-filter-wrap .search-filter-header-wrap .header .filter-release { position: absolute; top: 19px; right: 5px; z-index: 1; display: block; color: #999; }

#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .search-result-wrap>.search-filter-wrap .research-layer { padding: 20px; padding-bottom: 0; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .search-result-wrap>.search-filter-wrap .research-layer span.title { font-weight: 700; font-size: 1.4rem; color: #444; margin-bottom: 5px; display: block; cursor: default; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .search-result-wrap>.search-filter-wrap .research-layer .search-box { height: 35px; width: 100%; position: relative; margin-top: 10px; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .search-result-wrap>.search-filter-wrap .research-layer .search-box input[type=text] { width: 100%; height: 100%; border: 1px solid transparent; border-radius: 3px; padding-left: 10px; padding-right: 70px; font-size: 1.3rem; transition: border-color 0.25s ease; background: #f8f8f8; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .search-result-wrap>.search-filter-wrap .research-layer .search-box input[type=text]:active,
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .search-result-wrap>.search-filter-wrap .research-layer .search-box input[type=text]:focus { border-color: #80B0FF; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .search-result-wrap>.search-filter-wrap .research-layer .search-box input[type=text]::-webkit-input-placeholder { color: #666; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .search-result-wrap>.search-filter-wrap .research-layer .search-box input[type=text]::-moz-placeholder { color: #666; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .search-result-wrap>.search-filter-wrap .research-layer .search-box input[type=text]:-ms-input-placeholder { color: #666; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .search-result-wrap>.search-filter-wrap .research-layer .search-box input[type=text]:-moz-placeholder{ color: #666; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .search-result-wrap>.search-filter-wrap .research-layer .search-box .search-btn { width: 35px; text-align: center; height: 100%; display: block; position: absolute; top: 0; right: 0;  background: transparent; color: #2f6ed5; font-size: 1.4rem; border-top-right-radius: 2px; border-bottom-right-radius: 2px; cursor: pointer; line-height: 35px; z-index: 2; }

#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .search-result-wrap>.search-filter-wrap .search-filter { padding: 20px; padding-top: 0; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .search-result-wrap>.search-filter-wrap .search-filter .filter-category { padding-top: 15px; padding-bottom: 15px; border-bottom: 1px solid #ddd; position: relative; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .search-result-wrap>.search-filter-wrap .search-filter .filter-category:last-of-type { border-bottom: none; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .search-result-wrap>.search-filter-wrap .search-filter .filter-category .category-title { font-weight: 700; font-size: 1.4rem; color: #444; margin-bottom: 5px; display: block; cursor: default; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .search-result-wrap>.search-filter-wrap .search-filter .filter-category>.normal-list>li a { color: #666; padding: 2px 0 2px 10px; display: inline-block; position: relative; line-height: 16px; transition: color .25s ease; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .search-result-wrap>.search-filter-wrap .search-filter .filter-category>.normal-list>li a:before { width: 4px; height: 4px; background: #dcdcdc; position: absolute; border-radius: 50%; content: ''; left: 0; top: 8px; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .search-result-wrap>.search-filter-wrap .search-filter .filter-category>.normal-list>li a:hover { color: #222; }

#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .search-result-wrap>.search-filter-wrap .search-filter .filter-category>.check-list { transition: height .25s ease; height: 105px; overflow-y: auto; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .search-result-wrap>.search-filter-wrap .search-filter .filter-category>.check-list>li .custom-check-label { color: #666; padding: 2px 0 2px 20px; display: inline-block; position: relative; line-height: 16px; font-size: 1.2rem; transition: color .25s ease; letter-spacing: 0; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .search-result-wrap>.search-filter-wrap .search-filter .filter-category>.check-list>li .custom-check-label:hover { color: #222; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .search-result-wrap>.search-filter-wrap .search-filter .filter-category>.check-list>li .custom-check:checked + .custom-check-label { font-weight: 400; color: #222; }

/* 필터 카테고리 온오프 토글 */
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .search-result-wrap>.search-filter-wrap .search-filter .filter-category>.toggle-btn { position: absolute; z-index: 2; top: 17px; right: 10px; color: #444; width: 20px; height: 20px; text-align: center; border-radius: 3px; transition: background .25s ease,color .25s ease; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .search-result-wrap>.search-filter-wrap .search-filter .filter-category>.toggle-btn:hover { background: #E3E3E3; color: #666; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .search-result-wrap>.search-filter-wrap .search-filter .filter-category>.toggle-btn .on { display: inline-block; line-height: 20px; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .search-result-wrap>.search-filter-wrap .search-filter .filter-category>.toggle-btn .off { display: none; line-height: 20px; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .search-result-wrap>.search-filter-wrap .search-filter .filter-category>.category-toggle:checked + .toggle-btn .on { display: none; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .search-result-wrap>.search-filter-wrap .search-filter .filter-category>.category-toggle:checked + .toggle-btn .off { display: inline-block; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .search-result-wrap>.search-filter-wrap .search-filter .filter-category>.category-toggle:checked ~ .check-list { height: 0; overflow: hidden; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .search-result-wrap>.search-filter-wrap .filter-set-layer { position: fixed; left: 0; right: 0; bottom: 0; z-index: 2; height: 50px; background: rgba(15,72,164,0.8); padding: 10px; text-align: right; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .search-result-wrap>.search-filter-wrap .filter-set-layer p { display: inline-block; color: #fff; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .search-result-wrap>.search-filter-wrap .filter-set-layer .apply-btn { border-radius: 3px; border: none; font-size: 1.3rem; height: 32px; line-height: 32px; margin-bottom: 0; margin-left: 10px; background: #fff; }

/* 서브뷰 검색결과*/
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap  .product-list-wrap .filter-wrap { height: 32px; margin-bottom: 5px; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap  .product-list-wrap .filter-wrap .filter-btn { border: 1px solid #e5e5e5; background: #fff; height: 32px; display: inline-block; padding: 0 10px; line-height: 31px; border-radius: 3px; font-size: 1.2rem; font-weight: 400;  }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap  .product-list-wrap .filter-wrap .filter-btn i { font-size: 1rem; margin-right: 3px; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap  .product-list-wrap .filter-wrap .selectbox { float: right; background: #fff; border: 1px solid #e5e5e5; width: 90px; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap  .product-list-wrap .filter-wrap .selectbox label { font-size: 1.2rem; font-weight: 400; }

/* 제품목록 */
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap  .product-list-wrap .box-wrap .product-box { background: #fff; border-radius: 3px; margin-top: 10px; padding: 13px 10px; box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.1); overflow: hidden; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap  .product-list-wrap .box-wrap .product-box:first-child { margin-top: 0; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap  .product-list-wrap .box-wrap .product-box .img-area { float: left; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap  .product-list-wrap .box-wrap .product-box .img-box { border: 1px solid #eee; background: #fff; position: relative; overflow: hidden; height: 80px; width: 80px; cursor: pointer; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap  .product-list-wrap .box-wrap .product-box .img-box .thumbnail { position: absolute; top: 0; left: 0; right: 0; bottom: 0; -webkit-transform: translate(50%,50%); -ms-transform: translate(50%,50%); transform: translate(50%,50%); width: 100%; height: 100%; z-index: 1; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap  .product-list-wrap .box-wrap .product-box .img-box .thumbnail img { position: absolute; top: 0; left: 0; -webkit-transform: translate(-50%,-50%) scale3d(1,1,1) rotate3d(0,0,0,0.01deg); -ms-transform: translate(-50%,-50%) scale3d(1,1,1) rotate3d(0,0,0,0.01deg); transform: translate(-50%,-50%) scale3d(1,1,1) rotate3d(0,0,0,0.01deg); z-index: 1; transition: all 0.3s ease-out; max-height: 100%; max-width: 100%; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap  .product-list-wrap .box-wrap .product-box .txt-area { padding-left: 90px; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap  .product-list-wrap .box-wrap .product-box .txt-area .txt-box { overflow: hidden; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap  .product-list-wrap .box-wrap .product-box .product-number-wrap>div { display: inline-block; font-size: 1.05rem; color: #666; margin-right: 5px; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap  .product-list-wrap .box-wrap .product-box .product-number-wrap>div:last-child { margin-right: 0; }

#ebric_mobile_wrap #main-content-wrap .sub-view-wrap  .product-list-wrap .box-wrap .product-box .product-info-wrap .product-info { overflow: hidden; border-bottom: 1px solid #eee; padding-bottom: 5px; margin-bottom: 5px; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap  .product-list-wrap .box-wrap .product-box .img-area .company-logo { width: 80px; height: 30px; border: 1px solid #eee; position: relative; overflow: hidden; display: block; margin-top: 3px; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap  .product-list-wrap .box-wrap .product-box .img-area .company-logo .thumbnail { position: absolute; top: 0; left: 0; right: 0; bottom: 0; -webkit-transform: translate(50%,50%); -ms-transform: translate(50%,50%); transform: translate(50%,50%); width: 100%; height: 100%; z-index: 1; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap  .product-list-wrap .box-wrap .product-box .img-area .company-logo .thumbnail img { position: absolute; top: 0; left: 0; -webkit-transform: translate(-50%,-50%) scale3d(1,1,1) rotate3d(0,0,0,0.01deg); -ms-transform: translate(-50%,-50%) scale3d(1,1,1) rotate3d(0,0,0,0.01deg); transform: translate(-50%,-50%) scale3d(1,1,1) rotate3d(0,0,0,0.01deg); z-index: 1; transition: all 0.3s ease-out; max-height: 100%; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap  .product-list-wrap .box-wrap .product-box .product-info-wrap .product-info .product-property { display: block; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap  .product-list-wrap .box-wrap .product-box .product-info-wrap .product-info .product-property .product-name { font-size: 1.8rem; font-weight: 700; color: #2f6ed5; display: block; word-break: break-all; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap  .product-list-wrap .box-wrap .product-box .product-info-wrap .product-info .product-property .product-name:hover { text-decoration: underline; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap  .product-list-wrap .box-wrap .product-box .product-info-wrap .product-info .product-property .etc { color: #555; font-size: 1.2rem; display: block; margin-top: 3px; cursor: default; word-break: break-all; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap  .product-list-wrap .box-wrap .product-box .product-info-wrap .product-info .price { margin-top: 5px; font-size: 1.5rem; font-weight: 700; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .product-list-wrap .box-wrap .product-box .product-info-wrap .product-info .price .origin-price { text-decoration: line-through; font-weight: normal;}
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .product-list-wrap .box-wrap .product-box .product-info-wrap .product-info .price .sale-price { color: #2f6ed5;}
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap  .product-list-wrap .box-wrap .product-box .no-data { text-align: center; padding: 20px 0; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap  .product-list-wrap .box-wrap .product-box .no-data img { width: 60px; opacity: .3; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap  .product-list-wrap .box-wrap .product-box .no-data h5 { font-size: 1.8rem; display: block; margin-top: 5px; margin-bottom: 10px; font-weight: 700; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap  .product-list-wrap .box-wrap .product-box .no-data p { font-size: 1.2rem; color: #666; font-weight: 300; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap  .product-list-wrap .box-wrap .product-box .no-data .go-btn { background: #2F6ED5; color: #fff; height: 32px; display: inline-block; line-height: 32px; font-size: 1.2rem; padding: 0 20px; border-radius: 4px; margin-top: 15px; }

/* 특허정보 */
.patent-notice-box { background: url("../../../img/patent/notice_bg.png"); background-size: cover; margin-top: 10px; text-align: center; min-height: 50px; border-radius: 4px; box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.1); }
.patent-notice-box a { display: block; height: 100%; padding: 15px 20px; color: #fff; font-size: 1.2rem; font-weight: 300; }
.patent-notice-box a .keyword { font-weight: bold; margin-right: 5px; font-size: 1.3rem; letter-spacing: .3px; }

.patent-content-box { background: #fff; border-radius: 4px; padding: 20px 15px; position: relative; box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.1); margin-top: 10px; }
.patent-content-box .loading-img { width: 100%; }
.patent-content-box .patent-content-title-area .patent-content-title { font-size: 1.6rem; display: block; line-height: 30px; margin-right: 10px; font-weight: bold; margin-bottom: 10px; }
.patent-content-box .patent-content-title-area .patent-content-title .keyword { font-weight: bold; margin-right: 3px; }
.patent-content-box .patent-content-title-area .selectbox { width: 49%; }

.patent-content-area { margin-top: 10px; }
.patent-content-area .content-type-select { height: 31px; border-bottom: 1px solid #dee3eb;  }
.patent-content-area .content-type-select ul { height: 100%; }
.patent-content-area .content-type-select ul li { float: left; height: 100%; border: 1px solid #dee3eb; border-bottom: none; border-right: none; }
.patent-content-area .content-type-select ul li:last-child { border-right: 1px solid #dee3eb; }
.patent-content-area .content-type-select ul li a { display: block; height: 100%; line-height: 29px; padding: 0 10px; font-size: 1.1rem; background: #f8f8f8; letter-spacing: -0.5px; }
.patent-content-area .content-type-select ul li.select { border-bottom: none; border-top: 2px solid #2F6ED5; position: relative; }
.patent-content-area .content-type-select ul li.select:after { position: absolute; content: ''; width: 100%; height: 1px; background: #fff; left: 0; bottom: -1px; }
.patent-content-area .content-type-select ul li.select a { background: #fff; line-height: 28px; }

.patent-content-area .report-header { margin-bottom: 20px; margin-top: 20px; }
.patent-content-area .report-header .content-title { font-size: 1.5rem; display: block; margin-bottom: 10px; font-weight: 700; }
.patent-content-area .report-header .content-title img { width: 20px; margin-right: 5px; margin-top: 4px; }
.patent-content-area .report-header .description { font-size: 1.2rem; font-weight: 300; color: #666; display: block; margin-top: 10px; letter-spacing: 0; line-height: 18px; }
.patent-content-area .report-header .description img { width: 15px; margin-right: 5px; margin-top: 2px; }

.patent-content-area .content-box .filter-wrap { margin-bottom: 10px; }
.patent-content-area .content-box .filter-result { font-weight: bold; color: #999; line-height: 25px; display: inline-block; font-size: 1.3rem; }
.patent-content-area .content-box .filter-result .label { display: inline-block; height: 20px; padding: 0 15px; background: #F2F2F7; line-height: 20px; font-size: 12px; border-radius: 10px; margin-left: 10px; color: #222; }
.patent-content-area .content-box .filter-result .between { line-height: 35px; padding-left: 10px; }
.patent-content-area .content-box .filter-result .filter-unit { display: inline-block; }
.patent-content-area .content-box .filter { display: inline-block; margin-left: 20px; vertical-align: top; }
.patent-content-area .content-box .filter .filter-title { margin-right: 5px; }

.patent-content-area .content-box table { width: 100%; border: 1px solid #ddd; font-size: 1.2rem; }
.patent-content-area .content-box table th { background: #eee; padding: 5px 2px; text-align: center; font-weight: bold; border-right: 1px solid #ddd; position: relative; height: 18px; line-height: 21px; }
.patent-content-area .content-box .list-table table th { padding: 5px 2px; }
.patent-content-area .content-box .list-table table th.has-order { padding: 5px 2px 20px; }

.patent-content-area .content-box table th:last-child { border-right: none; }
.patent-content-area .content-box table td { text-align: center; padding: 5px 2px; border-right: 1px solid #ddd; line-height: 21px; }
.patent-content-area .content-box .list-table table td { padding: 5px 2px; }
.patent-content-area .content-box .list-table table td.left { text-align: left; padding: 5px 8px; }
.patent-content-area .content-box .list-table table td.right { text-align: right; padding: 5px 8px; }
.patent-content-area .content-box table td:last-child { border-right: none; }
.patent-content-area .content-box table td a:hover { color: #1652f0; text-decoration: underline; }
.patent-content-area .content-box table tr { border-bottom: 1px solid #ddd; }
.patent-content-area .content-box table tbody tr.top-result { background-color: #e8eeff; }
.patent-content-area .content-box table tr:last-child { border-bottom: none; }
.patent-content-area .content-box table thead tr:last-child { border-bottom: 1px solid #ddd; }
.patent-content-area .content-box table .table-align-btn { font-weight: bold; font-size: 1.2rem; background: none; border: none; border-top: 1px solid #ddd;outline: 0; transition: opacity .25s ease; cursor: pointer; display: inline-block;  background: url(../../img/report/table_filter_ico.png) no-repeat; background-size: 15px 45px; width: 100%; height: 15px; background-color: #fff; background-position: center 0; position: absolute; bottom: 0;left:0;}
.patent-content-area .content-box table .table-align-btn.up { background-position: center -15px; background-color:#f2f2f7;}
.patent-content-area .content-box table .table-align-btn.down { background-position: center -30px; background-color:#f2f2f7;}
.patent-content-area .content-box table .table-align-btn:hover { background-color:#f2f2f7; }

.patent-content-area .content-box .chart-area-wrap { position: relative; border: 1px solid #dee3eb; padding: 30px 10px 10px; margin-top: 15px; }
.patent-content-area .content-box .chart-area-wrap .chart-header { position: absolute; z-index: 2; top: 0; left: 0; padding: 10px; }
.patent-content-area .content-box .chart-area-wrap .chart-type-select button { border: none; background: #ddd; border-radius: 4px; height: 30px; outline: 0; padding: 0 10px; line-height: 30px; letter-spacing: 0; font-weight: bold; font-size: 1.1rem; opacity: 0.3; transition: opacity .25s ease; margin:0 1px;}
.patent-content-area .content-box .chart-area-wrap .chart-type-select button:hover { opacity: 1; }
.patent-content-area .content-box .chart-area-wrap .chart-type-select button.select { opacity: 1; background: #ddd; }
.patent-content-area .content-box .chart-area-wrap .chart-type-select button img { width: 20px; height: 20px; margin-top: 5px; }
.patent-content-area .content-box .chart-area-wrap .chart-content { width: 100%; }

.patent-content-area .content-box .h-table { overflow-x: auto; }
.patent-content-area .content-box .h-table table { width: auto; min-width: 100%; white-space: nowrap; }