@charset "utf-8";

/* 공통 */
.contents {min-height: calc(100% - 228px);}
.contents .wrapper {/*max-width: 1366px;*/ width: 100%; padding: 150px 15vw; margin: 0 auto;}
.page_tit {padding-bottom: 70px; text-align: center;}
.page_tit h3 {font-size: 2rem; font-weight: 700; color: #fff;}


/* 게시판 */
.contents .board_info {display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; margin-bottom: 40px;}
.contents .board_info .count {color: #fff; font-size: 1.125rem;}
.contents .board_info .count span {color: #fefefe; font-size: 1.25rem; font-weight: 700;}
.contents .board_info form {width: calc(100% - 80px);}
.contents .board_info .board_search {display: flex; gap: 10px; align-items: center; justify-content: flex-end;}
.contents .board_info .board_search .search_wrap {background: transparent; margin: inherit;}
.contents .board_info .board_search .search_wrap input {color: #fff;}
.contents .board_info .board_search .search_wrap input::placeholder {color: #fefefe;}
.contents .board_info .board_search .search_wrap input:focus {border: 1px solid #fefefe;}
.contents .board_info .board_search .search_wrap .btn_search {background: url(/resources/images/layout/ico_search_c.svg) center center no-repeat;}
.contents .board_list > ul > li + li {margin-top: 10px;}
.contents .board_list > ul > li a {width: 100%; height: 80px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; background: url(/resources/images/layout/box_bg.png) center center no-repeat; background-size: cover; border: 1px solid #c3c3c3; border-radius: 20px; color: #fff; transition: .4s;}
.contents .board_list > ul > li a:hover {border: 1px solid #fefefe;}
.contents .board_list > ul > li a > * {padding: 20px 20px 20px 8px; display: block;}
.contents .board_list > ul > li a .mark {width: 100px; text-align: center;}
.contents .board_list > ul > li a .mark span {padding: 5px 15px; border-radius: 15px; background: #fefefe; color: #1a1a1a; font-size: .875rem; position: relative; font-weight: 700;}
.contents .board_list > ul > li a .subject {width: calc(100% - 400px); display: flex; align-items: center; justify-content: space-between;}
.contents .board_list > ul > li a .subject .tit {width: 95%; font-weight: 600; font-size: 1.0625rem; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; word-break: break-all; display: flex; align-items: center; gap: 5px;}
.contents .board_list > ul > li a:hover .subject .tit {text-decoration: underline; text-underline-position: under;}
.contents .board_list > ul > li a .subject .etc {width: 5%;}
.contents .board_list > ul > li a .subject .etc span.file {display: block; background: url(/resources/images/layout/ico_attachment_w.svg) center center no-repeat; background-size: 17px; width: 100%; height: 24px;}
.contents .board_list > ul > li a .info {width: 300px; display: flex; align-items: center; gap: 10px;}
.contents .board_list > ul > li a .info li {width: 50%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; word-break: break-all; color: #fff; font-size: 1rem; font-weight: 700;}

.contents .board_list ul li.empty {width: 100%; height: 400px; display: flex; align-items: center; justify-content: center; border-radius: 15px;}
.contents .board_list ul li.empty span {font-size: 1rem; color: #747474; position: relative; padding-top: 100px;}
.contents .board_list ul li.empty span::before {content: ""; background: url(/resources/images/layout/ft_logo.svg) center center no-repeat; background-size: 100%; width: 190px; height: 26px; position: absolute; left: 50%; top: 50px; transform: translateX(-50%);}

.contents .board_btn {width: 100%; display: flex; align-items: center; justify-content: center; gap: 20px; margin-top: 20px;}
.contents .board_btn .btn {display: flex; align-items: center; justify-content: center; width: auto; cursor: pointer; padding: 10px 35px; background: #fefefe; color: #1a1a1a; border-radius: 10px; font-weight: 500; height: 50px;}
.contents .board_btn .btn.fix {background: #009d68; color: #fff;}
.contents .board_btn .btn.del {background: #b43d3d; color: #fff;}

.contents .view_tit {display: flex; flex-wrap: wrap; justify-content: center; align-items: center; padding-bottom: 40px; border-bottom: 2px solid #fefefe;}
.contents .view_tit .tit {width: 100%; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 10px;}
.contents .view_tit .tit span {padding: 2px 10px; border-radius: 15px; background: #fefefe; font-size: .875rem; color: #fff;}
.contents .view_tit .tit h4 {width: 100%; text-align: center; font-size: 2rem; font-weight: 600; color: #fff;}
.contents .view_tit .info {margin-top: 20px; display: flex; align-items: center; gap: 20px;}
.contents .view_tit .info li {color: #fff;}
.contents .view_tit .info li span {color: #c3c3c3;}
.contents .view_files {margin-top: 40px; padding: 20px; background: url(/resources/images/layout/box_bg.png) center center no-repeat; background-size: cover; border-radius: 10px; border: 1px solid #c3c3c3;}
.contents .view_files ul {display: flex; flex-wrap: wrap; gap: 5px;}
.contents .view_files ul li {width: 100%; padding-left: 16px; position: relative;}
.contents .view_files ul li::before {content: ""; background: url(/resources/images/layout/ico_attachment_w.svg) left center no-repeat; background-size: 100%; width: 12px; height: 12px; position: absolute; left: 0; top: 5px;}
.contents .view_files ul li a {color: #fff; display: block; width: 100%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; word-break: break-all;}
.contents .view_files ul li.empty {color: #fff;}
.contents .view_cont {padding: 80px 20px; border-bottom: 1px solid #c3c3c3;}
.contents .view_cont > * {color: #fff!important;}
.contents .view_cont img {max-width: 100%;}
.contents .board .field {max-width: 100%;}
.contents .board .field .form {align-items: center; position: relative;}
.contents .board .field .form + .form:before {content: ""; width: 100%; height: 0; border-top: 1px dotted #e7e7e7; position: absolute; top: -20px; left: 0;}
.contents .board .field .form > h4 {width: calc(20% - 10px);}
.contents .board .field .form > div {width: 80%;}


/* 기업 상세보기 */
.cp_detail {width: 100%;}
.fix_box {display: flex; gap: 20px; align-items: center; margin-bottom: 38px;}
.fix_box .img {width: 50px; height: 50px; border-radius: 100%; overflow: hidden; position: relative; border: 1px solid #a9a9a9;}
.fix_box .img img {width: 100%; height: 100%; object-fit: cover; position: absolute; left: 0; top: 0;}
.fix_box .info h3 {width: 100%; font-size: 1.5rem; color: #fff; font-weight: 700;}
.fix_box .info ul {display: flex; gap: 20px; color: #c3c3c3; font-size: 1rem;}
.fix_box .info ul li {position: relative;}
.fix_box .info ul li + li::before {content: ""; width: 1px; height: 16px; background: #c3c3c3; position: absolute; left: -10px; top: 50%; transform:translateY(-50%);}
.fix_box .info ul li .cate span {color: #c3c3c3;}
.flex_box {display: flex; gap: 12px; flex-wrap: wrap; justify-content: space-between; align-items: flex-start;}
.flex_box.divide1 > li {width: 100%;}
.flex_box.divide2 > li {width: calc(100% / 2 - 6px);}
.flex_box.divide3 > li {width: calc(100% / 3 - 8px);}
.flex_box.divide4 > li {width: calc(100% / 4 - 9px);}
.flex_box.divide5 > li {width: calc(100% / 5 - 11px);}
.flex_box > li {margin-top: 24px;}
.flex_box li h3 {width: 100%; font-size: 1.25rem; color: #fff; font-weight: 500; margin-bottom: 14px;}
.flex_box li .box {width: 100%; padding: 24px;}
.flex_box li .box span.txt {color: #fff; font-size: 1rem;}
.flex_box li .box a.homepage {display: inline-block; color: #5572D9; font-size: 1rem; line-height: 1.5; text-decoration: underline; text-underline-position: under; text-decoration-color: #5572D9; position: relative; word-break: break-all;}
.flex_box li .box a.homepage i {display: inline-block; vertical-align: middle; margin-left: 5px; width: 24px; height: 24px; background: url(/resources/images/contents/ico_earth.svg) center center no-repeat;}
.flex_box li .box span.ceo_icon {background: #fefefe; border-radius: 6px; padding: 3px 10px; font-size: .875rem; font-weight: 700; display: inline-block; text-align: center; color: #191919; margin-right: 10px;}
.flex_box li .box span.ceo_name {font-size: 1rem; color: #fff;}
.flex_box li .label {display: flex; align-items: center; justify-content: center; gap: 18px;}
.flex_box li .label li span {color: #c3c3c3; font-size: 1rem; padding-left: 48px; position: relative;}
.flex_box li .label li span::before {content: ""; width: 30px; height: 10px; position: absolute; left: 0; top: 50%; transform: translateY(-50%);}
.flex_box li .label li span.st01::before {background: #5EC2CD;}
.flex_box li .label li span.st02::before {background: #C3D844;}
.flex_box li .label li span.st03::before {background: #ed8427;}
.flex_box li .box .ul_tbl {width: 100%; height: 100%; overflow: overlay;}
.flex_box li .box .ul_tbl::-webkit-scrollbar-thumb {background: #fefefe; border-radius: 10px;}
.flex_box li .box .ul_tbl::-webkit-scrollbar {background: transparent; width: 4px; height: 4px;}
.flex_box li .box .ul_tbl > ul {width: 100%; min-width: 800px;}
.flex_box li .box .ul_tbl > ul > li {width: 100%;}
.flex_box li .box .ul_tbl > ul > li .tr > span:nth-child(1) {width: 110px;}
.flex_box li .box .ul_tbl > ul > li .tr > span:nth-child(2) {width: 90px;}
.flex_box li .box .ul_tbl > ul > li .tr > span:nth-child(3) {width: 90px;}
.flex_box li .box .ul_tbl > ul > li .tr > span:nth-child(4) {width: 90px;}
.flex_box li .box .ul_tbl > ul > li .tr > span:nth-child(5) {width: 90px;}
.flex_box li .box .ul_tbl > ul > li .tr > span:nth-child(6) {width: 90px;}
.flex_box li .box .ul_tbl > ul > li .tr > span:nth-child(7) {width: 180px;}
.flex_box li .box .ul_tbl .thead li .tr {width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 10px 60px; gap: 18px;}
.flex_box li .box .ul_tbl .thead li .tr .th {color: #c3c3c3; font-size: 1rem; padding: 10px 0; white-space: nowrap; display: flex; justify-content: center;}
.flex_box li .box .ul_tbl .tbody > li + li {margin-top: 10px;}
.flex_box li .box .ul_tbl .tbody li .tr {display: flex; align-items: center; justify-content: space-between; background: url(/resources/images/layout/box_bg.png) center center no-repeat; border: 1px solid #c3c3c3; border-radius: 20px; overflow: hidden; width: 100%; height: 80px; padding: 0 60px; gap: 18px;}
.flex_box li .box .ul_tbl .tbody li .tr .td {font-size: 1.0625rem; font-weight: 700; color: #fff; padding: 25px 0; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; display: block; text-align: center;}
.flex_box li .box .ul_tbl .tbody li.empty .tr .td {text-align: center; display: block; width: 100%; padding: 60px 15px;}
.flex_box li .news_list {display: flex; flex-wrap: wrap; gap: 12px;}
.flex_box li .news_list li {width: 100%;}
.flex_box li .news_list li .box {padding: 0; transition: .4s;}
.flex_box li .news_list li .box:hover {border: 1px solid #fefefe;}
.flex_box li .news_list li .box a {display: flex; align-items: center; gap: 20px; padding: 21px 24px;}
.flex_box li .news_list li .box a .news_tit {width: 110px; font-size: 1.25rem; color: #fff; font-weight: 700; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.flex_box li .news_list li .box a .news_txt {width: calc(100% - 130px); font-size: 1.25rem; color: #c3c3c3; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.flex_box li .similar_list {display: flex; flex-wrap: wrap; gap: 12px;}
.flex_box li .similar_list > li {width: 100%;}
.flex_box li .similar_list > li .box {width: 100%; transition: .4s;}
.flex_box li .similar_list > li .box a {width: 100%; display: flex; flex-wrap: wrap; align-items: center; gap: 24px;}
.flex_box li .similar_list > li .box:hover {border: 1px solid #fefefe;}
.flex_box li .similar_list > li .box a .img {width: 48px; height: 48px; position: relative; background: #fff; border-radius: 50%; overflow: hidden; border: 1px solid #c3c3c3;}
.flex_box li .similar_list > li .box a .img img {width: 100%; height: 100%; object-fit: cover;}
.flex_box li .similar_list > li .box a .info {width: calc(100% - 48px - 24px); display: flex; flex-wrap: wrap; align-items: center;}
.flex_box li .similar_list > li .box a .info h3 {font-size: 1.25rem; color: #fff; font-weight: 700; margin-bottom: 0;}
.flex_box li .similar_list > li .box a .info ul {display: flex; flex-wrap: wrap; align-items: center;}
.flex_box li .similar_list > li .box a .info ul li {font-size: 1rem; color: #c3c3c3; position: relative;}
.flex_box li .similar_list > li .box a .info ul li + li {padding-left: 10px; margin-left: 10px;}
.flex_box li .similar_list > li .box a .info ul li + li::before {content: ""; width: 0; height: 12px; border-left: 1px solid #c3c3c3; position: absolute; left: 0; top: 50%; transform: translateY(-50%);}
.info ul li.cate {display: flex; align-items: center;}
.info ul li.cate span {display: inline-block; color: #c3c3c3; font-size: 1rem; position: relative;}
.info ul li.cate span + span {margin-left: 6px;}
.info ul li.cate span + span::before {content: ","; font-size: 1rem; position: absolute; left: -6px; bottom: 2px;}


/* 기업 비교하기 */
.cp_detail.compare {display: flex; gap: 134px; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; position: relative;}
.cp_detail.compare > li {width: calc(50% - 200px);}


/* 투자/M&A */
.mna {padding: 150px 0;}
.mna .cn01 .tab_top {display: flex; justify-content: space-between;}
.mna .cn01 .tab_top .tab_list {display: inline-flex; overflow: hidden;}
.mna .cn01 .tab_top .tab_list li {width: auto; height: 60px; padding: 12px 36px; font-size: 1.125rem; font-weight: 500; cursor: pointer; display: flex; align-items: center; justify-content: center; border-radius: 20px 20px 0 0; border: 1px solid #000; background: #474747; border-bottom: 1px solid #a9a9a9; color: #c3c3c3; transition: color .3s; position: relative; z-index: 1;}
.mna .cn01 .tab_top .tab_list li small {display: inline-block; margin-left: 10px; font-size: .9375rem; color: #c3c3c3;}
.mna .cn01 .tab_top .tab_list li.current {color: #fff; border: 1px solid #a9a9a9; border-bottom: 1px solid transparent; position: relative; box-shadow: 4px -4px 6px rgba(0, 0, 0, 0.30); z-index: 3;}
.mna .cn01 .tab_top .tab_list li:nth-child(1).current {background: linear-gradient(to right, #474747, #3c3c3c);}
.mna .cn01 .tab_top .tab_list li:nth-child(2).current {background: linear-gradient(to right, #3c3c3c, #323232);}
.mna .cn01 .tab_content {display: none; margin-top: -1px; border-radius: 0 20px 20px 20px; box-shadow: 4px -4px 6px rgba(0, 0, 0, 0.30);}
.mna .cn01 .tab_content li {display: flex; flex-wrap: wrap; width: 100%; animation: boxShow 1s ease; animation-fill-mode: forwards; opacity: 0;}
.mna .cn01 .tab_content.current {display: flex; flex-wrap: wrap; gap: 10px;}
.mna .cn01 .tab_content > li a {width: 100%; height: 100px; border: 1px solid #a9a9a9; border-radius: 20px; padding: 0 50px; display: flex; justify-content: space-between; align-items: center; gap: 10px; color: #fff; background: url(/resources/images/layout/box_bg.png) center center no-repeat; background-size: cover; transition: .4s;}
.mna .cn01 .tab_content > li a:hover {border: 1px solid #fefefe;}
.mna .cn01 .tab_content > li:nth-child(2) {animation-delay: 0.5s;}
.mna .cn01 .tab_content > li:nth-child(3) {animation-delay: 1s;}
.mna .cn01 .tab_content > li:nth-child(4) {animation-delay: 1.5s;}
.mna .cn01 .tab_content > li:nth-child(5) {animation-delay: 2s;}
.mna .cn01 .tab_content > li.empty {font-size: 1.5rem; color: #c3c3c3; width: 100%; height: 150px; display: flex; align-items: center; justify-content: center;}
.mna .cn01 .tab_content > li .grade {width: calc(10% - 10px); text-align: center; display: flex; align-items: center; justify-content: flex-start; gap: 10px;}
.mna .cn01 .tab_content > li .grade span.num {font-size: 1.5rem; font-weight: 500; color: #fff;  width: 80px; text-align: left;}
.mna .cn01 .tab_content > li .grade span.ico {color: #c3c3c3; font-size: 1.125rem; font-weight: 700; padding-left: 20px; position: relative; text-align: left;}
.mna .cn01 .tab_content > li .grade span.ico::before,
.mna .cn01 .tab_content > li .cnt span.ico::before {content: ""; width: 14px; height: 14px; position: absolute; left: 0; top: 50%; transform: translateY(-50%); background: url(/resources/images/main/ico_none.png) center center no-repeat; background-size: 100%;}
.mna .cn01 .tab_content > li .grade span.ico.up::before,
.mna .cn01 .tab_content > li .cnt span.ico.up::before {background: url(/resources/images/main/ico_up.png) center center no-repeat; background-size: 100%;}
.mna .cn01 .tab_content > li .grade span.ico.down::before,
.mna .cn01 .tab_content > li .cnt span.ico.down::before {background: url(/resources/images/main/ico_down.png) center center no-repeat; background-size: 100%;}
.mna .cn01 .tab_content > li .company {width: 90%; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 10px;}
.mna .cn01 .tab_content > li .company .thum {width: 35%; display: flex; align-items: center; gap: 10px; }
.mna .cn01 .tab_content > li .company .thum img {width: 48px; height: 48px; object-fit: cover; border-radius: 100%; overflow: hidden; border: 1px solid #c3c3c3;}
.mna .cn01 .tab_content > li .company .thum span {width: calc(100% - 58px); font-size: 1.5rem; color: #fff; font-weight: 700; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; word-break: break-all;}
.mna .cn01 .tab_content > li .cnt {width: calc(65% - 10px); display: flex; align-items: center; gap: 10px;}
.mna .cn01 .tab_content > li .cnt span {overflow: hidden; white-space: nowrap; text-overflow: ellipsis; word-break: break-all; }
.mna .cn01 .tab_content > li .cnt span.txt1 {width: calc(30% - 20px); font-size: 1.125rem; color: #c3c3c3;}
.mna .cn01 .tab_content > li .cnt span.txt2 {width: 40%; font-size: 1.125rem; color: #c3c3c3;}
.mna .cn01 .tab_content > li .cnt span.num {text-align: right; width: 30%; font-size: 1.375rem; color: #fff; font-weight: 500;}

.mna .cn02 .box_wrap {display: flex; flex-wrap: wrap; gap: 10px;}
.mna .cn02 .box_wrap li {border: 1px solid #a9a9a9; border-radius: 10px; padding: 9px 24px; min-width: 300px; display: flex; align-items: center; justify-content: space-between;}
.mna .cn02 .box_wrap li span {font-size: 1.0625rem; color: #c3c3c3;}
.mna .cn02 .box_wrap li span.num {color: #fff; font-weight: 700;}
.mna .cn02 .search_wrap {margin: 20px 0;}
.mna .cn02 .tbl_wrap {width: 100%; overflow-x: scroll;}
.mna .cn02 .tbl_wrap::-webkit-scrollbar-thumb {background: #fefefe; border-radius: 10px;}
.mna .cn02 .tbl_wrap::-webkit-scrollbar {background: transparent; width: 4px; height: 4px;}
.mna .cn02 .tbl_wrap .tbl {width: 100%; min-width: 1437px; table-layout: fixed}
.mna .cn02 .tbl_wrap .tbl thead tr th {color: #c3c3c3; font-size: 1rem; padding: 10px; height: 40px; text-align: left;}
.mna .cn02 .tbl_wrap .tbl thead tr th:first-child,
.mna .cn02 .tbl_wrap .tbl tbody tr td:first-child {padding-left: 20px;}
.mna .cn02 .tbl_wrap .tbl tbody tr {background: url(/resources/images/layout/box_bg.png) center no-repeat; background-size: cover; border: 1px solid #c3c3c3;}
.mna .cn02 .tbl_wrap .tbl tbody tr td {height: 80px; color: #fff; font-size: 1.0625rem; font-weight: 700; padding: 10px; vertical-align: middle; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; word-break: break-all;}
.mna .cn02 .tbl_wrap .tbl tbody tr td.date {font-size: 1rem;}
.mna .cn02 .tbl_wrap .tbl tbody tr td.date span {text-decoration: underline; text-underline-position: under;}
.mna .cn02 .tbl_wrap .tbl tbody tr td.date span,
.mna .cn02 .tbl_wrap .tbl tbody tr td small {display: block; width: 100%; color: #c3c3c3; font-size: .75rem; font-weight: 400; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; word-break: break-all;}
.mna .cn02 .tbl_wrap .tbl tbody tr td.target {display: flex; align-items: center; gap: 6px;}
.mna .cn02 .tbl_wrap .tbl tbody tr td.target .img {border-radius: 50%; overflow: hidden; width: 30px; height: 30px; border: 1px solid #a9a9a9;}
.mna .cn02 .tbl_wrap .tbl tbody tr td.target span:last-child {width: calc(100% - 36px);}
.mna .cn02 .tbl_wrap .tbl tbody tr td.target.service .img {border-radius: 5px;}
.mna .cn02 .tbl_wrap .tbl tbody tr img {vertical-align: middle; width: 100%; height: 100%; object-fit: cover;}


/* 검색결과 */
.total_search {text-align: center; font-size: 1.25rem; color: #fff; margin-bottom: 50px;}
.total_search span {color: #fefefe; font-size: 1.25rem;}
.ul_tbl {width: 100%; height: 100%; overflow: overlay;}
.ul_tbl::-webkit-scrollbar-thumb {background: #fefefe; border-radius: 10px;}
.ul_tbl::-webkit-scrollbar {background: transparent; width: 4px; height: 4px;}
.ul_tbl > ul {width: 100%; min-width: 1000px;}
.ul_tbl > ul > li {width: 100%;}
.ul_tbl > ul > li .tr > span:nth-child(1) {width: 300px;}
.ul_tbl > ul > li .tr > span:nth-child(2) {width: 300px;}
.ul_tbl > ul > li .tr > span:nth-child(3) {width: 100px;}
.ul_tbl > ul > li .tr > span:nth-child(4) {width: 200px;}
.ul_tbl .thead li .tr {width: 100%; display: flex; align-items: center; gap: 18px; justify-content: space-between; padding: 0 30px;}
.ul_tbl .thead li .tr > span:nth-child(1) {padding-left: 84px;}
.ul_tbl .thead li .tr .th {color: #c3c3c3; font-size: 1rem; padding: 10px 0; white-space: nowrap;}
.ul_tbl .tbody > li + li {margin-top: 10px;}
.ul_tbl .tbody li .tr  {display: flex; align-items: center; justify-content: space-between; background: url(/resources/images/layout/box_bg.png) center center no-repeat; border: 1px solid #c3c3c3; border-radius: 20px; overflow: hidden; transition: .4s; width: 100%; height: 80px; text-align: left; padding: 10px 30px;}
.ul_tbl .tbody li .tr:hover {border: 1px solid #fefefe;}
.ul_tbl .tbody li .tr .td {font-size: 1.0625rem; line-height: 1.5; font-weight: 700; color: #fff; padding: 25px 0; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.ul_tbl .tbody li .tr .td span {font-size: 1.0625rem;}
.ul_tbl .tbody li .tr .td .thum {width: 60px; height: 60px; border-radius: 100%; vertical-align: middle; margin-right: 24px; object-fit: cover; overflow: hidden; border: 1px solid #c3c3c3;}
.ul_tbl .empty {display: flex; align-items: center; justify-content: space-between; background: url(/resources/images/layout/box_bg.png) center center no-repeat; border: 1px solid #c3c3c3; border-radius: 20px; overflow: hidden; transition: .4s; width: 100%; height: 80px; text-align: left; padding: 50px;}
.ul_tbl .empty span {color: #fff; display: block; width: 100%; text-align: center; font-size: 1.25rem;}
.cate {display: flex; align-items: center;}
.cate span {display: inline-block; position: relative;}
.cate span + span {margin-left: 6px;}
.cate span + span::before {content: ","; font-size: .9375rem; position: absolute; left: -6px; bottom: 2px;}


/* 자료실 */
.reference_list {width: 100%; height: 780px; display: flex; flex-wrap: wrap;}
.reference_list .scroll::-webkit-scrollbar {width: 23px;}
.reference_list .scroll::-webkit-scrollbar-thumb {background-color: #fefefe;  background-clip: padding-box; border: 5px solid transparent;}
.reference_list .scroll::-webkit-scrollbar-track {background-color: transparent; border: 1px solid #fefefe;}
.reference_list .list {width: 35vw; height: 100%; padding: 0 2vw; overflow-y: overlay; overflow-x: hidden;}
.reference_list .list .page_tit {padding-top: 52px; padding-bottom: 35px;}
.reference_list .list .board_info {margin-bottom: 24px;}
.reference_list .list .board_info form {width: auto;}
.reference_list .list .board_info .board_search .search_wrap {max-width: 240px;}
.reference_list .list .pagination {padding-bottom: 109px; margin-top: 42px;}
.reference_list .list .board_list ul {display: flex; flex-wrap: wrap; gap: 24px 0;}
.reference_list .list .board_list ul li {margin-top: 0!important;}
.reference_list .list .board_list ul li a {height: auto; padding: 25px 0 25px 25px; gap: 5px 45px; border: 1px solid #fefefe;}
.reference_list .list .board_list ul li a .thum {max-width: 170px; width: 100%; margin: 0 auto; padding: 0; aspect-ratio: auto 1 / 1;  position: relative; overflow: hidden;}
.reference_list .list .board_list ul li a .thum img {width: 100%; height: 100%; object-fit: cover; position: absolute; left: 0; top: 0;}
.reference_list .list .board_list ul li a .txt {width: calc(100% - 215px); padding: 0;}
.reference_list .list .board_list ul li a .txt h5.tit {font-size: 1rem; font-weight: 700; display: block; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; padding-right: 25px;}
.reference_list .list .board_list ul li a .txt .det {display: block; width: 100%; height: 62px; border-top: 1px solid #fefefe; border-bottom: 1px solid #fefefe; padding: 8px 25px 8px 0; margin: 7px 0; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; font-size: 1rem; font-weight: 700;}
.reference_list .list .board_list ul li a .txt .info {display: block; width: 100%; padding-right: 25px;}
.reference_list .list .board_list ul li a .txt .info .date,
.reference_list .list .board_list ul li a .txt .info .name {font-size: 1rem; font-weight: 700; display: block; width: 100%;}
.reference_list .detail {width: calc(100% - 35vw); height: 100%; padding: 52px 2vw; overflow-y: overlay; display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: center; gap: 24px;}
.reference_list .detail .pdf_wrapper {max-width: 480px; width: 100%; margin: 0 auto;  aspect-ratio: auto 1 / 1.4; background: #bbb; position: relative;}
.reference_list .detail .pdf_wrapper .pdf_viewer {width: 100%; height: 100%;}
.reference_list .detail .board_detail {width: calc(100% - 480px - 24px);}
.reference_list .detail .board_detail .txt {color: #fff;}
.reference_list .detail .board_detail .txt h5.tit {font-size: 2.25rem; width: 100%; margin-bottom: 15px; border-bottom: 1px solid #fefefe;}
.reference_list .detail .board_detail .txt .view_files {margin-top: 24px;}
.reference_list .detail .board_detail .txt .view_cont {padding: 24px 0; border-bottom: 1px solid #fefefe;}
.reference_list .detail .board_detail .txt .view_cont > * {font-size: 1.25rem; font-weight: 700;}
.reference_list .detail .board_detail .txt .info {margin-top: 14px;}
.reference_list .detail .board_detail .txt .info span {display: block; width: 100%; font-size: 1rem; font-weight: 700;}


@media (max-width: 1420px) {
    /* 자료실 */
    .reference_list .detail .board_detail {width: 100%;}
}


@media (max-width: 1240px) {
    /* 기업 비교하기 */
    .cp_detail.compare {display: flex; gap: 80px 134px; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; position: relative;}
    .cp_detail.compare > li {width: 100%;}


    /* 투자/M&A */
    .mna .cn01 .tab_top .tab_list {width: 100%;}
    .mna .cn01 .tab_top .tab_list li {flex-wrap: wrap; width: calc(100% / 2);}
    .mna .cn01 .tab_top .tab_list li:nth-child(1).current {background: linear-gradient(to right, #474747, #333333)}
    .mna .cn01 .tab_top .tab_list li:nth-child(2).current {background: linear-gradient(to right, #202020, #1a1a1a)}
    .mna .cn01 .tab_content > li .grade {width: 10%;}
    .mna .cn01 .tab_content > li .grade span.num {margin-left: 0; width: 40px;}
    .mna .cn01 .tab_content > li .company {width: 100%; gap: 0;}
    .mna .cn01 .tab_content > li .grade span.num,
    .mna .cn01 .tab_content > li .company .thum span,
    .mna .cn01 .tab_content > li .cnt span.num {font-size: 1.25rem;}
    .mna .cn01 .tab_content > li .cnt span.txt1,
    .mna .cn01 .tab_content > li .cnt span.txt2,
    .mna .cn01 .tab_content > li .grade span.ico {font-size: 1rem;}


    /* 자료실 */
    .reference_list .list,
    .reference_list .detail {width: 100%; height: 50%;}
    .reference_list .detail {border-top: 1px solid #fefefe;}
    .reference_list .list .board_list {overflow: visible;}
    .reference_list .list .board_list ul {flex-wrap: nowrap;}
    .reference_list .list .board_list ul li a {padding: 5px;}
    .reference_list .list .board_list ul li a .txt {width: 100%; padding: 0;}
    .reference_list .list .board_list ul li a .thum {max-width: inherit; aspect-ratio: auto 3/2; border-radius: 20px;}
    .reference_list .list .board_list ul li a .txt .det,
    .reference_list .list .board_list ul li a .txt .info {display: none;}
    .reference_list .list .board_list ul li a .txt h5.tit {font-size: 16px; height: 48px; -webkit-line-clamp: 2; padding-right: 0;}
}


@media (max-width: 768px) {
    /* 공통 */
    .contents .wrapper {padding: 80px 5vw;}
    .contents .wrapper .page_tit {padding-bottom: 50px;}


    /* 게시판 */
    .contents .board_list > ul > li a {padding: 10px 20px; position: relative;}
    .contents .board_list > ul > li a .mark {width: 50px; padding: 0; position: absolute;}
    .contents .board_list > ul > li a .mark span {padding: 3px 10px;}
    .contents .board_list > ul > li a .subject {width: 100%; padding: 5px 0 0 60px;}
    .contents .board_list > ul > li a .info {width: 100%; padding: 0 0 0 60px;}
    .contents .board_list > ul > li a .info li {width: auto;}
    .contents .board_btn {justify-content: center;}
    .contents .board_btn .btn {padding: 8px 20px; height: auto;}
    .contents .board .field .form > h4,
    .contents .board .field .form > div {width: 100%;}
    .contents .view_cont {padding: 40px 0;}
    .contents .view_files {padding: 10px;}


    /* 기업 상세보기 */
    .flex_box.divide1 > li,
    .flex_box.divide2 > li,
    .flex_box.divide3 > li,
    .flex_box.divide4 > li,
    .flex_box.divide5 > li {width: 100%;}
    .flex_box li .similar_list > li .box a .info ul li {max-width: 75px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; word-break: break-all;}
    .flex_box li .similar_list > li .box a .info ul li.cate {max-width: inherit; overflow: inherit;}


    /* 투자/M&A */
    .mna {padding: 80px 0;}
    .mna .cn01 .tab_content {border-radius: 0 0 20px 20px;}
    .mna .cn01 .tab_top .tab_list li {font-size: 1rem; border-radius: 10px 10px 0 0;}
    .mna .cn01 .tab_top .tab_list li small {margin-left: 0; width: 100%; text-align: center;}
    .mna .cn01 .tab_content > li a {height: auto; flex-wrap: wrap; justify-content: flex-start; align-items: flex-start; padding: 15px;}
    .mna .cn01 .tab_content > li .grade span.ico,
    .mna .cn01 .tab_content > li .cnt span.ico {padding-left: 12px;}
    .mna .cn01 .tab_content > li .grade span.ico::before,
    .mna .cn01 .tab_content > li .cnt span.ico::before {width: 10px; height: 10px;}
    .mna .cn01 .tab_content > li .company .thum img {width: 40px; height: 40px;}
    .mna .cn01 .tab_content > li .company .thum {width: 100%;}
    .mna .cn01 .tab_content > li .cnt {width: 100%; padding-left: 50px;}
    .mna .cn01 .tab_content > li .cnt span.num,
    .mna .cn01 .tab_content > li .cnt span.ico {font-size: 1.25rem;}
    .mna .cn01 .tab_content > li.empty {font-size: 1.5rem;}
    .mna .cn02 .box_wrap li {min-width: inherit; flex-wrap: wrap; max-width: 300px; width: 100%; padding: 10px;}
    .mna .cn02 .box_wrap li span {font-size: 1rem;}


    /* 자료실 */
    .reference_list .list .board_list ul li a .txt .info {padding: 0;}
}

@media (max-width: 500px) {
    /* 게시판 */
    .contents .board_info .count {width: 100%; margin-bottom: 10px;}
    .contents .board_info form,
    .contents .board_search .select_wrap li,
    .contents .board_search .select_wrap li select {width: 100%;}
    .contents .board_search .select_wrap {width: 30%;}
    .contents .board_search .search_wrap {width: 70%;}


    /* 기업 상세보기 */
    .flex_box li .box .label li span {padding-left: 18px;}
    .flex_box li .box .label li span::before {width: 10px;}


    /* 검색결과 */
    .total_search {font-size: 1rem;}


    /* 자료실 */
    .reference_list .list .page_tit {padding: 10px 0;}
    .reference_list .list .pagination {margin-top: 21px; padding-bottom: 0;}
    .reference_list .list .board_info {margin-bottom: 10px;}
    .reference_list .list .board_info form {width: 100%;}
    .reference_list .list .board_info .board_search .search_wrap {max-width: 300px;}


}
