/* ********** 기술찾기 ********** */

/* section com title */
.tech-search-section .section-title { text-align: center; }
.tech-search-section .section-title .label { display: block; }


/* 카테고리 브라우징 */
.browsing-area { position: relative; }
.browsing-area .header { background: #fff; border-bottom: 1px solid var(--line-color); height: 50px; padding: 0 15px; transition: height .25s ease; }
.browsing-area .header .type-select { float: left; height: 100%; }
.browsing-area .header .search-box { float: left; }
.browsing-area .header .type-select a { display: inline-block; height: 100%; font-size: 1.4rem; color: #999; line-height: 48px; padding: 0 10px; position: relative; }
.browsing-area .header .type-select a.select { font-weight: bold; color: #ff9f00; }
.browsing-area .header .type-select a.select:after { position: absolute; content: ''; left: 0; bottom: 0; left: 0; width: 100%; height: 2px; background: #ff9f00; }
.browsing-area .header .search-box { height: 35px; background: #EFEFEF; position: relative; border-radius: 5px; width: 170px; margin-top: 7px; margin-left: 20px; cursor: pointer; transition: box-shadow .25s ease; transition: width .25s ease; }
.browsing-area .header .search-box input[type=text] { width: 100%; height: 100%; border: none; background: transparent; outline: 0; padding-left: 15px; border-radius: 3px; font-size: 1.2rem; }
.browsing-area .header .search-box .search-btn { position: absolute; top: 9px; right: 15px; width: 14px; height: auto; opacity: .3; cursor: pointer; }
.browsing-area .header .search-box .search-btn:hover { opacity: .6; }
.browsing-area .header .array-btn-wrap { float: right; }
.browsing-area .header .array-btn-wrap a { font-size: 1.2rem; height: 100%; display: inline-block; line-height: 48px; opacity: .4; font-weight: 500; margin-right: 10px; transition: opacity .25s ease; padding-right: 18px; background: url(../../img/svg/up_down_normal_ico.svg) no-repeat; background-position: right center; background-size: 15px 15px; }
.browsing-area .header .array-btn-wrap a.up { background: url(../../img/svg/up_down_up_ico.svg) no-repeat; background-position: right center; background-size: 15px 15px; }
.browsing-area .header .array-btn-wrap a.down { background: url(../../img/svg/up_down_down_ico.svg) no-repeat; background-position: right center; background-size: 15px 15px; }
.browsing-area .header .array-btn-wrap a.reset { background: url(../../img/svg/reset_ico.svg) no-repeat; background-position: right center; background-size: 15px 15px; }
.browsing-area .header .array-btn-wrap a:hover { opacity: 0.9; }
.browsing-area .header .array-btn-wrap a:last-child { margin-right: 0; }
.browsing-area .header .array-btn-wrap a.select { opacity: 1; color: #2b3245; font-weight: bold; }

.browsing-area .body { background: #fff; border-bottom: 1px solid var(--line-color); overflow: hidden; transition: max-height .5s ease-out; }
.browsing-area .body ul.category-list { padding: 15px 20px; padding-bottom: 8px; }
.browsing-area .body ul.category-list li:last-child { margin-left: 0; }
.browsing-area .body ul.category-list li { display: inline-block; margin-right: 15px; margin-bottom: 12px; cursor: default; letter-spacing: 0; font-size: 1.25rem; color: #777; position: relative; line-height: 15px; font-weight: 500; }
.browsing-area .body ul.category-list li a:hover { color: #ff9f00; }
.browsing-area .body ul.category-list li .dot { display: inline-block; width: 4px; height: 4px; border-radius: 50%; background: #999; margin-right: 5px; margin-bottom: 3px; transition: background .25s ease; }
.browsing-area .body ul.category-list li:hover .dot { background: #555; }
.browsing-area .body ul.category-list li .label-wrap { display: inline-block; margin-left: 3px; }
.browsing-area .body ul.category-list li .label-wrap .label { font-size: 1.1rem; background: #F2F2F7; padding: 0 8px; height: 16px; line-height: 16px; display: inline-block; border-radius: 12px; color: #222; font-weight: 300; }
.browsing-area .body ul.category-list li .view-btn { display: inline-block; margin-right: 3px; opacity: 0.4; transition: opacity .25s ease; }
.browsing-area .body ul.category-list li .view-btn:hover { opacity: 1; }
.browsing-area .body ul.category-list li .view-btn img { width: 14px; height: 14px; margin-top: 2px; }
.browsing-area .body ul.category-list li.disable { cursor: not-allowed; opacity: 0.3; }
.browsing-area .body ul.category-list li.disable a { cursor: not-allowed; font-weight: 300; letter-spacing: 0; }
.browsing-area .body ul.category-list li.disable a:hover { color: #2b3245; }
.browsing-area .body ul.category-list li.disable:hover .dot { background: #999; }
.browsing-area .body ul.category-list li.disable .label-wrap { display: none; }

/* 라이징 카테고리 */
.browsing-area .body ul.category-list.rising-category { border-bottom: 1px solid var(--line-color); }
.browsing-area .body ul.category-list.rising-category li .dot { background: none; position: relative; }
.browsing-area .body ul.category-list.rising-category li .dot:after { width: 14px; height: 14px; background: url(../../img/svg/rising_ico.svg); position: absolute; content: ''; background-size: 14px; left: -5px; top: -5px; opacity: 0.3; background-position: 0 0; }
.browsing-area .body ul.category-list.rising-category li:hover .dot:after { opacity: 0.8; background-position: 0 -14px; }
.browsing-area .body .breadcrumb { width: 100%; min-height: 30px; background: #f8f8f8; border-bottom: 1px solid var(--line-color); padding: 10px 15px; }
.browsing-area .body .breadcrumb ul li { display: inline-block; font-weight: 600; }
.browsing-area .body .breadcrumb ul li a { font-size: 1.2rem; letter-spacing: 0; color: #888; transition: color .25s ease;  }
.browsing-area .body .breadcrumb ul li a:hover { color: #222; text-decoration: underline; }
.browsing-area .body .breadcrumb ul li.arrow { margin: 0 5px; color: #888; }
.browsing-area .on-off-btn { position: absolute; z-index: 2; width: 50px; height: 15px; background: #fff; text-align: center; border-left: 1px solid var(--line-color); bottom: -15px; border-right: 1px solid var(--line-color); border-bottom: 1px solid var(--line-color); border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; left: 50%; margin-left: -25px; overflow: hidden; }
.browsing-area .on-off-btn img { width: 30%; }
.browsing-area #body_on_off_toggle:checked ~ .body { max-height: none; }

@media (max-width: 899px) {
	.browsing-area .header { height: auto; overflow: hidden; padding: 0; }
	.browsing-area .header .type-select { width: 100%; padding: 0 15px; border-bottom: 1px solid var(--line-color); }
	.browsing-area .header .type-select a { padding: 0 20px; }
	.browsing-area .header .search-box { margin-left: 15px; }
	.browsing-area .header .array-btn-wrap { padding: 0 15px; }
}

@media (max-width: 650px) {
	.browsing-area .header .type-select { float: none; }
	.browsing-area .header .search-box { float: none; width: 100%; margin: 20px 0 15px; }
	.browsing-area .header .array-btn-wrap { float: none; padding: 5px 0 15px; }
}

@media (max-width: 500px) {
	.browsing-area .header .array-btn-wrap a { line-height: 30px; }
}