@charset "utf-8";
/* 카테고리 */
/*html,body { background: #f8f8f8; padding: 10px; }*/
/*.container { padding: 10px 20px 30px; background: #fff; border: 1px solid #dee3eb; }*/
.container .array-btn-wrap { border: 1px solid #e5e5e5; padding: 5px; }
.container .array-btn-wrap a { font-size: 1.2rem; height: 100%; display: inline-block; line-height: 30px; 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; }
.container .array-btn-wrap a.up { background: url(../../img/svg/up_down_up_ico.svg) no-repeat; background-position: right center; background-size: 15px 15px; }
.container .array-btn-wrap a.down { background: url(../../img/svg/up_down_down_ico.svg) no-repeat; background-position: right center; background-size: 15px 15px; }
.container .array-btn-wrap a.reset { background: url(../../img/svg/reset_ico.svg) no-repeat; background-position: right center; background-size: 15px 15px; }
.container .array-btn-wrap a:hover { opacity: 0.9; }
.container .array-btn-wrap a:last-child { margin-right: 0; }
.container .array-btn-wrap a.select { opacity: 1; color: #2b3245; font-weight: bold; }

.container ul.category-list li { display: inline-block; margin-right: 15px; margin-bottom: 12px; cursor: default; letter-spacing: 0; font-size: 1.25rem; color: #555; position: relative; line-height: 15px; font-weight: 500; transition: color .25s ease; }
.container 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; }
.container ul.category-list li:hover .dot { background: #555; }

.container .search-result { border-top: 1px solid #dee3eb; position: relative; }
.container .search-result .s-title { display: block; padding: 20px; padding-bottom: 0; font-size: 1.4rem; font-weight: bold; }
.container .search-result .s-title span.label { display: inline-block; height: 20px; padding: 0 15px; background: #F2F2F7; line-height: 20px; font-size: 13px; border-radius: 10px; margin-left: 10px; }

.container .search-result {padding: 5px; border: 1px solid #dee3eb; padding: 20px; }
.container .search-result .result-wrap { padding-bottom: 10px; }
.container .search-result .result-wrap .category-list { padding-bottom: 30px; }
.container .search-result .result-wrap .category-list li { display: block; padding-bottom: 10px; border-bottom: 1px dotted #dee3eb; margin-bottom: 10px; letter-spacing: 0; }
.container .search-result .result-wrap .category-list li:last-child { padding-bottom: 0; border-bottom: none; margin-bottom: 0; }
.container .search-result .result-wrap .category-list li .big-category { margin-bottom: 5px; display: inline-block; }
.container .search-result .result-wrap .category-list li .big-category h6 { font-size: 1.5rem; font-weight: bold; display: inline-block; line-height: 18px; color: #000; }
.container .search-result .result-wrap .category-list li .big-category:hover h6 { color: #1652f0; }
.container .search-result .result-wrap .category-list li .big-category img { width: 19px; height: 19px; margin-right: 3px; }
.container .search-result .result-wrap .category-list li .category { display: inline-block; margin-bottom: 5px; }
.container .search-result .result-wrap .category-list li .open-depth { margin-top: 5px; margin-bottom: 10px; padding: 5px 0; box-shadow: 0 3px 5px #e5e5e5; border-top: 1px solid #efefef; }
.container .search-result .result-wrap .category-list li .open-depth .category { display: block; margin-left: 35px; }
.container .search-result .result-wrap .category-list li .open-depth .category:nth-child(1) { margin-left: 5px; }
.container .search-result .result-wrap .category-list li .open-depth .category:nth-child(2) { margin-left: 15px; }
.container .search-result .result-wrap .category-list li .open-depth .category:nth-child(3) { margin-left: 25px; }
.container .search-result .result-wrap .category-list li .category:last-of-type a { color: #1652f0; font-weight: bold; }
.container .search-result .result-wrap .category-list li .category .label { font-family: 'Arial','Malgun Gothic','Dotum'; font-size: 1.1rem; background: #F2F2F7; padding: 0 8px; height: 16px; line-height: 16px; display: inline-block; border-radius: 12px; color: #222; margin-left: 3px; }
.container .search-result .result-wrap .category-list li .dot-wrap { display: inline-block; cursor: pointer; padding: 0 6px; transition: background .25s ease; border-radius: 3px; }
.container .search-result .result-wrap .category-list li .dot-wrap:hover { background: #EFEFEF; }
.container .search-result .result-wrap .category-list li .dot { cursor: pointer; margin-right: 3px; margin-bottom: 3px; background: #DDDDDD; }
.container .search-result .result-wrap .category-list li .dot:last-child { margin-right: 0; }
.container .search-result .result-wrap .category-list li .dot.on { background: #1652f0; }
.container .search-result .result-wrap .category-list li .open-depth .dot.on { background: #4AE280; }
.container .search-result .result-wrap .category-list li .open-depth .category:last-of-type .dot.on { background: #1652f0; }
.container .search-result .result-wrap .category-list li .dot-wrap:hover .dot { background: #C9C9C9; }
.container .search-result .result-wrap .category-list li .open-depth .dot-wrap:hover .dot.on { background: #30D46B; }
.container .search-result .result-wrap .category-list li .open-depth .category:last-of-type .dot-wrap:hover .dot.on { background: #1652f0; }
.container .search-result .result-wrap .category-list li .dot-wrap:hover .dot.on { background: #1652f0; }
.container .search-result .result-wrap .category-list li .arrow { width: 17px; height: 17px; display: inline-block; margin: 0 3px; opacity: 0.3; }
.container .search-result .result-wrap .category-list li .arrow img { width: 100%; }

.container .search-result .result-wrap .category-title { font-size: 2rem; color: #222; font-weight: 900; display: block; padding-bottom: 10px; }
.container .search-result .array-btn-wrap { border: none; border-bottom: 1px solid #dee3eb; padding: 0 10px 5px; margin-bottom: 20px; }
.container .search-result .no-data { background: #f8f8f8; padding: 20px 10px; color: #666; text-align: center; }

/* 키워드 */
.container .search-result .result-wrap .info-title { font-size: 1.7rem; font-weight: 700; display: block; margin-bottom: 10px; cursor: default; }
.container .search-result .result-wrap .info-title .label { display: inline-block; height: 20px; padding: 0 15px; background: #F2F2F7; line-height: 20px; font-size: 13px; border-radius: 10px; margin-left: 10px; }
.container .search-result .result-wrap .info-box { margin-bottom: 20px; position: relative; }
.container .search-result .result-wrap .info-box:after { width: 100%; height: 1px; content: ''; position: absolute; left: 0; bottom: -10px; background: #E8EBF1; }
.container .search-result .result-wrap .info-box:last-child { margin-bottom: 0; }
.container .search-result .result-wrap .info-box:last-child:after { display: none; }
.container .search-result .result-wrap .info-box.img-box { position: relative; min-height: 81px; padding-left: 95px; }
.container .search-result .result-wrap .info-box .img-area { display: inline-block; width: 81px; height: 81px; border: 1px solid #dee3eb; vertical-align: top; position: absolute; left: 0; top: 0; z-index: 2; }

.container .search-result .result-wrap .info-box .img-area .img { width: 100%; height: 100%; position: relative; overflow: hidden; background: #f8f8f8; }
.container .search-result .result-wrap .info-box .img-area .img .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; }
.container .search-result .result-wrap .info-box .img-area .img .thumbnail img { position: absolute; top: 0; left: 0; max-width: 100%; height: auto; -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; }

.container .search-result .result-wrap .info-box .txt-area { display: inline-block; vertical-align: top; letter-spacing: 0; padding: 0 30px 0 0; max-width: 100%; }
.container .search-result .result-wrap .info-box .txt-area .title { font-size: 1.45rem; font-weight: 700; }
.container .search-result .result-wrap .info-box .txt-area .title:hover { text-decoration: underline; color: #1652F0; }
.container .search-result .result-wrap .info-box .txt-area .unit:after { position: absolute; width: 1px; background: #e5e5e5; height: 100%; top: 0; right: 0; content: ''; }
.container .search-result .result-wrap .info-box .txt-area .keyword-group { color: #555; font-weight: 400; font-size: 1.2rem; margin-left: 5px; display: inline-block; }
.container .search-result .result-wrap .info-box .txt-area .enterprise-list,
.container .search-result .result-wrap .info-box .txt-area .keyword-list { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%; display: block; }
.container .search-result .result-wrap .keyword .info-box .txt-area .enterprise-list { margin-top: 3px; }
.container .search-result .result-wrap .info-box .txt-area .enterprise-list a,
.container .search-result .result-wrap .info-box .txt-area .keyword-list a { font-size: 1.2rem; color: #555; font-weight: 400; margin-right: 5px; }
.container .search-result .result-wrap .info-box .txt-area .enterprise-list a:hover,
.container .search-result .result-wrap .info-box .txt-area .keyword-list a:hover { color: #1652F0; text-decoration: underline; }
.container .search-result .result-wrap .info-box .txt-area .enterprise-list a:last-child,
.container .search-result .result-wrap .info-box .txt-area .keyword-list a:last-child { margin-right: 0; }

.container .search-result .result-wrap .info-box .txt-area .etc-info-list .etc-info { font-size: 1.2rem; color: #555; font-weight: 400; display: inline-block; margin-right: 20px; }
.container .search-result .result-wrap .info-box .txt-area .etc-info-list .etc-info:last-child { margin-right: 0; }
.container .search-result .result-wrap .info-box .txt-area .unit { font-size: 11px; font-family: 'Arial','Dotum'; letter-spacing: -1px; border-radius: 3px; margin-right: 5px; color: #999; cursor: default; position: relative; padding-right: 8px; }

.container .search-result .result-wrap .info-box input[type=checkbox] + label.custom-check-label { margin: 5px 2px 0 0; }

.container .search-result .result-wrap .btn-wrap { padding: 5px 20px; display: block; }
.container .search-result .result-wrap .btn-wrap .more-btn { float: right; font-size: 1.2rem; font-weight: 700; }

/* 검색 */
.keyword { position: relative; width: 1200px; margin: 0 auto; padding: 60px 0; }
.keyword > h2 { text-align: center; font-size: 25px }
.keyword .info-wrap { color: #0055c7; font-size: 1.5rem; text-align: center; margin: 30px auto; padding: 30px; padding-left: 150px; background: #fff; color:#627a9a; border: 3px solid #c9d8ec; }
.keyword .search-wrap { float: none; text-align: center;}
.keyword .search-wrap-custom { float: none; text-align: center; margin-top : 30px;} /* 검색영역 커스텀 */
.keyword .search-wrap .input-box { width: 500px; display: inline-block; float: none;}
.keyword .search-wrap .input-box input[type="text"].text-input {width: 100%; display: inline-block; float: none;}
.keyword .search-wrap .btn-wrap {float: none; display: inline-block; position: relative; left: -5px;}
.keyword .search-wrap .btn-wrap button { float: none; }
.keyword .search-wrap .title { position: relative; top: 2px; padding: 8px 20px; border-bottom: 1px solid #005cd9; margin-right: 10px; font-weight: 500; font-size: 15px; color: #005cd9; }
.keyword .selected-wrap { text-align: center; position: relative; margin-bottom: 30px;}
.keyword .selected-wrap .selected { margin-bottom: 10px; display: block; font-size: 1.4rem; font-weight: bold; }
.keyword .selected-wrap ul { display: inline-block; }
.keyword .selected-wrap ul li { position: relative; padding: 5px 30px; background: #fff; border: 1px solid #005cd9; color: #005cd9; margin-left: 5px; display: inline-block; padding-right: 40px; margin-bottom: 5px; }
.keyword .selected-wrap ul li a {color: #005cd9;text-decoration: none;}
.keyword .selected-wrap ul li i { position: absolute; top: 9px; right: 5px; font-size: 12px; cursor: pointer; }
.keyword .selected-wrap ul li i:hover { opacity: .6; }

/* 체크 */
input[type=checkbox]:not(old).custom-check { display: none; }
input[type=checkbox]:not(old) + label.custom-check-label { width: 13px; height: 13px; background: url(../../img/common/checkbox_01.png); background-size: 13px; background-position: 0 0; display: inline-block; vertical-align: top; margin: 1px 3px 0 0; padding: 0;}
input[type=checkbox]:not(old).custom-check:checked + .custom-check-label { width: 13px; height: 13px; background: url(../../img/common/checkbox_01.png); background-size: 13px; background-position: 0 -13px; display: inline-block; vertical-align: top; margin: 1px 3px 0 0; padding: 0;}

/* 기업추천 */
.browsing-area { position: relative; width: 1200px; margin: 0 auto; padding: 60px 0; }
.browsing-area > h2 { text-align: center; font-size: 25px }
.browsing-area .info-wrap { color: #0055c7; font-size: 1.5rem; text-align: center; margin: 30px auto; padding: 30px; padding-left: 150px; background: #fff; color:#627a9a; border: 3px solid #c9d8ec; }
.browsing-area .search-wrap { float: none; text-align: center;}
.browsing-area .search-wrap .input-box { width: 500px; display: inline-block; float: none;}
.browsing-area .search-wrap .input-box input[type="text"].text-input {width: 100%; display: inline-block; float: none;}
.browsing-area .search-wrap .btn-wrap {float: none; display: inline-block; position: relative; left: -5px;}
.browsing-area .search-wrap .btn-wrap button { float: none; }
.browsing-area .search-wrap .title { position: relative; top: 2px; padding: 8px 20px; border-bottom: 1px solid #005cd9; margin-right: 10px; font-weight: 500; font-size: 15px; color: #005cd9; }
.browsing-area .header { background: #fff; border: 1px solid #dee3eb; height: 50px; padding: 0 15px; transition: height .25s ease; }
.browsing-area .header .type-select { display: inline-block; float: left; height: 100%; }
.browsing-area .header .search-box { display: inline-block; 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: #1652f0; }
.browsing-area .header .type-select a.select:after { position: absolute; content: ''; left: 0; bottom: 0; left: 0; width: 100%; height: 2px; background: #1652f0; }
.browsing-area .header .search-box { height: 35px; background: #f8f8f8; position: relative; border-radius: 3px; width: 250px; 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: 10px; letter-spacing: 0; cursor: pointer; border-radius: 3px; }
.browsing-area .header .search-box input[type=text]:hover,
.browsing-area .header .search-box input[type=text]:active,
.browsing-area .header .search-box input[type=text]:focus { box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.1) inset; } 
.browsing-area .header .search-box .search-btn { position: absolute; top: 50%; margin-top: -10px; right: 10px; width: 20px; height: 20px; border: none; background: none; outline: 0; }
.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-left: 1px solid #dee3eb; border-bottom: 1px solid #dee3eb; border-right: 1px solid #dee3eb; 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: #555; position: relative; line-height: 15px; font-weight: 500; transition: color .25s ease; }
.browsing-area .body ul.category-list li a:hover { color: #1652f0; }
.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-family: 'Arial','Malgun Gothic','Dotum'; font-size: 1.1rem; background: #F2F2F7; padding: 0 8px; height: 16px; line-height: 16px; display: inline-block; border-radius: 12px; color: #222; }
.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 #dee3eb; }
 .browsing-area .body ul.category-list.rising-category li a:hover { color: #1652f0; }
 .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 #eee; padding: 10px 15px; }
.browsing-area .body .breadcrumb ul li { display: inline-block; font-family: 'Arial'; }
.browsing-area .body .breadcrumb ul li a { font-size: 1.2rem; letter-spacing: 0; color: #555; 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; }

.browsing-area .header .type-select .lang-select { clear: both; display: inline-block; position: relative; border-radius: 10px; }
.browsing-area .header .type-select .lang-select span { background: #dee3eb; color: #868da2; font-size: 11px; font-weight: 500; letter-spacing: 1px; }
.browsing-area .header .type-select .lang-select span:first-child { border-radius: 20px 0 0 20px; padding: 1PX 6px 1PX 8px; position: relative; right: -4px;}
.browsing-area .header .type-select .lang-select span:last-child { border-radius: 0 20px 20px 0; padding: 1PX 8px 1PX 6px; }
.browsing-area .header .type-select .lang-select span.act { background: #1652f0; color: #fff; }

/* 관심분야 */
.body-container .result-wrap .label { display: inline-block; height: 20px; padding: 0 15px; background: #F2F2F7; line-height: 20px; font-size: 13px; border-radius: 10px; margin-left: 10px; }
