html,body{
	background:#eeeeee;
}
.tab_box{
	position:relative;
	width:100%;
	overflow:hidden;
}
.banner_item{
	width:100%;
}
.banner_item img{
	width:1920px;
	height:auto;
	margin: 0 auto;
}
#banner_item1{
	background:#F6F6F6;
}
#banner_item2{
	background:#2C2C2C;
}
#banner_item3{
	background:#c6b098;
}
#banner_item4{
	background:#f7f7f9;
}
.banner_box .slick-dots li, .banner_box_sub .slick-dots li {
	margin: 0px -2px;
}
.banner_box .slick-dots {
	bottom:30px;
}
.banner_box_sub .slick-dots{
	text-align:right;
	top:18px;
	right:28px;
	width:300px;
	height:30px;
}
.banner_box .slick-dots li button:before{
	content:'\2022';
	font-size:14px;
}
.banner_box_sub .slick-dots li button:before{
	font-size:12px;
}
.banner_controller::before, .banner_controller_sub::before{
	content:"";	
    	background-size: 12px 12px;
	width: 12px; 
    	height: 12px;
    	display: inline-block;
	position: absolute;
    	left: 4px;
    	top: 13px;
	opacity:.3;
}
.banner_controller.play::before, .banner_controller_sub.play::before{
	background-image: url('/images/new_db/icon/play.png');
}
.banner_controller.pause::before, .banner_controller_sub.pause::before{
	background-image: url('/images/new_db//icon/pause.png');
}

.banner_box .slick-prev, .banner_box .slick-next {
    position: absolute;
    top: 50%;
    display: block;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
	z-index:2;
}
.banner_box .slick-prev{
    left: 30px;
}
.banner_box .slick-prev:before{
    content: url("/images/new_db/icon/left.png");
}

.banner_box .slick-next{
    right: 0px;
}
.banner_box .slick-next:before{
    content: url("/images/new_db/icon/right.png");
}
.banner_box_sub img {
	width: 625px;
	height: 382px;
}
.banner_box_sub .slick-prev, .banner_box_sub .slick-next {
    	position: absolute;
    	top: 50%;
    	display: none !important;
    	padding: 0;
    	-webkit-transform: translate(0, -50%);
    	-ms-transform: translate(0, -50%);
    	transform: translate(0, -50%);
    	cursor: pointer;
    	color: transparent;
    	border: none;
    	outline: none;
    	background: transparent;
	z-index:1;
}
.banner_box_sub .slick-prev{
    left: 30px;
}
.banner_box_sub .slick-prev:before{
    content: url("/images/new_db/icon/left.png");
}

.banner_box_sub .slick-next{
    right: 0px;
}
.banner_box_sub .slick-next:before{
    content: url("/images/new_db/icon/right.png");
}

.tab_menu{
	width:732px;
	z-index:999;
	margin:-70px auto;
	height:200px;
}
.tab_item{
	float:left;
	width:182px;
	height:80px;
	background:#fff;
	border-right:1px solid #d4d4d4;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	box-shadow: 0.5px 2px 2px #d2d2d2;
	position:relative;
	cursor:pointer;
}
.tab_item div{
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	bottom:10px;
	font-size:14px;
}
#tab_item1::after{
	content:url("/images/new_db/menu/tab_logo.png");
	left:50%;
	position:absolute;
	transform:translateX(-50%);
	top:27px;
}
#tab_item2::after{
	content:url("/images/new_db/menu/product.png");
	left:50%;
	position:absolute;
	transform:translateX(-50%);
	top:10px;
}
#tab_item3::after{
	content:url("/images/new_db/menu/visuel.png");
	left:50%;
	position:absolute;
	transform:translateX(-50%);
	top:10px;
}
#tab_item4::after{
	content:url("/images/new_db/menu/space.png");
	left:50%;
	position:absolute;
	transform:translateX(-50%);
	top:10px;
}

#tab_item1.tab_active::after{
	content:url("/images/new_db/menu/tab_logo_w.png");
	left:50%;
	position:absolute;
	transform:translateX(-50%);
	top:27px;
}
#tab_item2.tab_active::after{
	content:url("/images/new_db/menu/product_w.png");
	left:50%;
	position:absolute;
	transform:translateX(-50%);
	top:10px;
}
#tab_item3.tab_active::after{
	content:url("/images/new_db/menu/visuel_w.png");
	left:50%;
	position:absolute;
	transform:translateX(-50%);
	top:10px;
}
#tab_item4.tab_active::after{
	content:url("/images/new_db/menu/space_w.png");
	left:50%;
	position:absolute;
	transform:translateX(-50%);
	top:10px;
}

.tab_bg_active{
	background-image:url(/images/new_db/menu/tab_bg.png); 
	background-repeat: no-repeat; 
	color:#fff;
}

.tab_menu{
	display:none;
}
.content_bg{
	margin-top:-34px;
	background:#eeeeee;
	padding:25px 0px 0px 40px;
}
.content_box{
	height:auto;
	overflow:hidden;
}
.content_item{
	float:left;
    	background: #fff;
    	margin:0px 25px 25px 0px;
    	box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	-webkit-box-sizing: border-box;
    	box-shadow: 0.5px 2px 2px #d2d2d2;
   	overflow:hidden;
}
.content_div{
	padding: 23px;
}
.content_tbl{
	margin:0 auto;
	width:100%;
}

.reportbox{
	border-spacing : 2px;
}

.item_img{
	width: 300px;
	height: 191px;
}
.item_width_300{
	width:300px;
}
.item_width_625{
	width:625px;
}
.item_width_950{
	width:950px;
}
.tab_button_group{
	float:right;
}
.tab_buttons{
	display: inline-block;
    	line-height: 1;
   	white-space: nowrap;
   	cursor: pointer;
   	background: #fff;
   	border: 1px solid #dcdfe6;
   	color: #222;
	font-weight:bold;
    	-webkit-appearance: none;
   	text-align: center;
   	box-sizing: border-box;
   	outline: none;
    	margin: 0;
    	transition: .1s;
	padding: 7px 15px;
	border-radius:20px;
	font-size:14px;
	font-family:'Malgun Gothic';
}
.tab_buttons.active{
	background:#e42929;
	border:1px solid #e42929;
	color:#fff;
}
.site_list{
	padding:0;
	list-style:none;
}
.site_list li::before{
	content:'\000B7\00a0\00a0\00a0';
}
.site_list li{
	padding-bottom:6px;
}
.site_list li a{
	color:#222;
	text-decoration:none;
	font-size:16px;
}
.side_menu_right{
	width:100%;
	height:100%;
}
.side_menu_right td{
	padding-left:20px;
}
.side_menu_right, .side_menu_right tr:first-child{
	border-collapse:collapse;
}
.side_menu_right tr{
	border-bottom:1px solid #eeeeee;
}
.side_menu_right td{
	text-indent:55px;
	color:#222;
	font-weight:bold;
	font-size:16px;
	cursor:pointer;
}
.side_menu_faq{
	background-image:url(/images/new_db/icon/faq_new.jpg); 
	background-repeat: no-repeat; 
	background-position: center left 27px;
}
.side_menu_qna{
	background-image:url(/images/new_db/icon/qna_new.jpg); 
	background-repeat: no-repeat; 
	background-position: center left 27px;
}
.side_menu_ad{
	background-image:url(/images/new_db/icon/ad_new.jpg); 
	background-repeat: no-repeat; 
	background-position: center left 27px;
}
/*인기있는 리포트*/
.right_content_box {
	position: relative;
	background: #000;
	float: left;
}
.report_img{
	width: 120px;
	height: 120px;
}
.right_content_box:hover .content-overlay{
  opacity: 1;
}
.right_content_box:hover .content-details{
	top: 50%;
	left: 50%;
	opacity: 1;
}
.space_w {
	width: 14px;
	height: 120px;
	background: #fff;
	float: left;
}
.space_h {
	width: 250px;
	height: 10px;
	background: #fff;
	clear: both;
}
.hover_txt {
	font-size: 15px;
	color: #fff;
	text-align: center;
	font-weight: 700;
}
.click_num {
	margin: 0px auto;
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	margin-top: 7px;
}

/*인기있는 리포트2*/
.report_img2{
	width: 184px;
	height: 184px;
}
.space_w2 {
	width: 17px;
	height: 184px;
	background: #fff;
	float: left;
}
.space_h2 {
	width: 385px;
	height: 17px;
	background: #fff;
	clear: both;
}
.hover_txt2 {
	font-size: 13pt;
	color: #fff;
	text-align: center;
	font-weight: 700;
}
.click_num2 {
	margin: 0px auto;
	color: #fff;
	text-align: center;
	font-size: 11pt;
	font-weight: 600;
	margin-top: 7px;
}
/*hover 오버레이*/
.content-overlay {
	background: rgba(0,0,0,0.7);
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

.content-details {
	width:100%;
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 0;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
/*숫자로 보는 디자인 디비*/
.treemap{
	width:573px;
	height:270px;
	position:absolute;
}
.treemap-node:after {
   	content:'\A';
    	width:100%; height:100%;
    	top:0; left:0;
    	background:rgba(0,0,0,0.3);
}
.treemap-node:after, .treemap-node:before {
    	position:absolute;
    	opacity:0;
    	transition: all 0.5s;
    	-webkit-transition: all 0.5s;
}

.treemap-node:hover:after, .treemap-node:hover:before {
    opacity:1;
}
.treemap-node{
	position: relative;
	cursor:pointer;
}
.treemap-data{
	position: absolute;
	top: 47%; 
	left: 50%;
	transform: translate(-50%,-50%);
	white-space:nowrap;
	font-weight:bold;
	color:#fff;
	text-align:center;
}
.treemap-label{
	font-size:13px;
}
.treemap-value{
	font-size:16px;
}
.update_tbl, .update_tbl tr, .update_tbl td{
	border-collapse:collapse;
}
.update_tbl tr:nth-child(1){
	border-bottom:1px solid #ccc;
}
/*실시간 업데이트*/
.update_tab_box{
	height:662px;
	overflow-y:auto;
	padding:20px 10px 20px 50px;
}
.update_tab_box::before{
	content: '';
	position: absolute;
	top: 82px;
	left: 24px;
	width: 1px;
	height: 100%;
	background: #ccc;
}
.update_tab_box2{
	padding:20px 10px 20px 23px !important;
}
.update_tab_box2::before{
	content: '';	
	background: none;
}
.update_tab{
	display:none;
}
#update_tab0{
	display:block;
}
.update_tab_box_header{
	font-weight:bold;
}
.more_btn {
	float:right;
	margin-right:5px;
}
.more_btn a{	
	color:#aaa;
	text-decoration:none;
}
.more_btn a::after{
	content:'\00a0\25B6';
	font-size:12px;
	color:#aaa;
}
.circle_box{
	float:left;
	position:relative;
	height:15px;
	margin-right:15px;
}
.circle_box.gray{
	width:50px;
}
.circle_box.brown{
	width:63px;
}
.circle_box.red{
	width:76px;
	border:none;
}
.circle_icon{
    width:15px;
    height:15px;
    border-radius:50%;
	position:absolute;
}
.circle_text{
	position:absolute;
	left:20px;
	color:#222;
	width: 58px;
}
.circle_icon.gray{
	background: #9f9f9f;
}
.circle_icon.brown{
	background: #f09f1f;
}
.circle_icon.red{
	background: #fe4f4f;
}
/* -------------------------------------
 * timeline
 * ------------------------------------- */
.timeline_block{
	background:#f7f7f7;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-shadow: 1px 1px 1px #d2d2d2;
	border-radius:8px;
	width:99%;
	height:160px;
	padding:8px 25px;
	margin-bottom:15px;
	cursor:pointer;
}
.timeline_block.first{
	margin-top:40px;
}
.marker {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	margin-left:-58px;
	position:relative;
}
.marker.gray{
	background: #9f9f9f;
}
.marker.brown{
	background: #f09f1f;
}
.marker.red{
	background: #fe4f4f;
}
.timeline_item div{
	float:left;
}
.timeline_image{
	width:82px;
	height:116px;
	margin-right:25px;
}
.timeline_item img{
	width:100%;
	height:100%;
}
.timeline_title{
	width:355px !important;
	margin-bottom:8px;
}
.timeline_title a{
	font-size:18px !important;
	color:#222 !important;
	font-weight:bold !important;
}
.timeline_content {
	width:355px !important;
	margin-bottom:8px;
}
.timeline_content a{
	font-size:13px;
	color:#727272 !important;
	font-weight:normal !important;	
}
/*timeline end*/

/*map chart*/
.chartdiv_header{
	padding:25px;
	width:100%;
	background:#fff;
}
.chartdiv_title{
	font-size:20px;
	font-weight:600;
	color:#222;
}
.chartdiv_title_item{
	color: #999;
	font-weight:bold;
	font-size:13px;
	margin-left:20px;
}
#chartdiv {
	width:895px;
	height:490px;
	margin:0 auto;
	overflow:hidden;
}
.map-marker {
    /* adjusting for the marker dimensions
    so that it is centered on coordinates */
    margin-left: -8px;
    margin-top: -8px;
    box-sizing: border-box;
}
.map-marker.map-clickable {
    cursor: pointer;
}

/* banner toggle button*/
#banner_button_open{
	display:none;
}
#banner_button_close{
	margin:-85px 35px 0px 0px;
}
#banner_button_open{
	margin:-61px 35px 0px 0px;
}
.banner_button{
	float:right;
}
.banner_button{       
    position: absolute;
    right:0px;
    display: inline-block;
    vertical-align: middle;
    background: #e42929;
    cursor:pointer;
}
.banner_button:hover{
    background: red;
}
/* PLUS */
.banner_button.plus:before,
.banner_button.plus:after{
	content:'';position:absolute;top:-4px;left:0;right:0;bottom:0px;
}
.banner_button.plus{
	border-bottom-left-radius: 900px;
	border-bottom-right-radius: 900px;
	width: 56px;
        height: 28px;
}
.banner_button.plus:before{
	width: 2px;
   	margin: 9px auto;	
  	background:#fff;
}
.banner_button.plus:after{
	margin: auto 21px;
	height: 2px;	
	background:#fff;
}
/* MINUS */
.banner_button.minus:before{
    	content:'';position:absolute;top:0px;left:0;right:0;bottom:0px;
}
.banner_button.minus{
	border-radius: 100%;
	width: 56px;
    	height: 56px;
}
.banner_button.minus:before{
   	 margin: auto 20px;
    	height: 2px;
	background:#fff;
}
/*ellipsis*/
.item_gubun a, .item_content a{
	font-size:14px;
	color:#999;
	font-weight:500;
	text-decoration:none;
	line-height: 1.4em !important;
}
.item_gubun a, td.item_gubun {
	font-size:13px !important;
	color:#333 !important;
	font-weight:900 !important;
}
.item_title, .item_title a{
	font-size:20px;
	font-weight:600;
	color:#222;
	text-decoration:none;
}
.item_title {
	padding-top:3px;
	padding-bottom:13px;
}
/*tooltip*/
.tooltip {
	display:none;
	position:absolute;
	border:1px solid #999;
	background-color:#333;
	border-radius:4px;
	padding:10px;
	color:#fff;
	font-size:12px;
	z-index:20;
}
.tooltip_title{
	font-size:16px;
}
.tooltip_item{
	font-size:12px;
}
.tooltip_tbl th{
	text-align:left;
}
.tooltip_tbl td{
	text-align:right;
}

/*인기 키워드*/
.word_cloud{
	position:relative;
	text-align:center;
}
.word_cloud::before{
	position:absolute;
	top:23px;
	left:25px;
	content:'인기 키워드';
	font-size:20px;
	font-weight:900;
	color:#333 !important;
}
#word_cloud{
	margin-top:40px;
	padding-bottom:10px;
	cursor:pointer;
}

/*채용정보*/
#title_txt_p {
	font-size:14px; 
	font-weight:600; 
	color:#333333;
	width:200px; 
	margin:0px; 
	padding:0px;
}
#recruit_tbl{
	width:100%;
	margin-top:20px;
	font-size:13px;
	text-align:center;
}

#recruit_tbl, #recruit_tbl tr, #recruit_tbl th, #recruit_tbl td{
	border-collapse:collapse;
	color:#333;
}
#recruit_tbl th{
	height:40px;
	background:#f3f3f3;
	font-weight:600;
}
#recruit_tbl td{
	height:40px;
	border-bottom:1px solid #f3f3f3;
	font-weight:normal;
}
#recruit_tbl td a{
	 color:#333;
	font-weight:normal;
}
.recruit_gubun{
	color:#f24f4f !important; 
	font-weight:600 !important;
}
.recruit_left{
	text-align:left !important;
}


/* 메인 리뉴얼 20230110 시작 (적용)*/
figure.scaleNew figcaption {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

figure.scaleNew {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0px;
    min-width: 300px;
    max-width: 300px;
    max-height: 178px;
    width: 100%;
    background: #000000;
    color: #ffffff;
    /* box-shadow: 0 0 5px rgb(0 0 0); */
}

figure.scaleNew * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
  }
  
  figure.scaleNew img {
	max-width: 100%;
	position: relative;
	opacity: 1;
  }
  
  figure.scaleNew figcaption {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
  }
  
  figure.scaleNew .caption {
	overflow: hidden;
	-webkit-transform: translateY(35%);
	transform: translateY(35%);
	position: absolute;
	width: 100%;
	align-items: center;
	bottom: 0;
  }
  
  figure.scaleNew span {
	width: 100%;
	line-height: 22px;
	display: inline-block;
	text-align: center;
	margin-bottom: 170px;
	padding: 0 10px;
	position: relative;
	text-transform: uppercase;
	font-weight: 400;
  }
  
  figure.scaleNew span:before {
	left: -1000%;
  }
  
  figure.scaleNew span:after {
	right: -1000%;
  }
  
  figure.scaleNew span {
	font-size: 16px;
	font-weight: 500;
	color:#000;
  }
  
  figure.scaleNew span:before,
  figure.scaleNew span:after {
	bottom: 50%;
  }
  
  figure.scaleNew a {
	left: 30%;
	top: 25px;
	position: absolute;
	z-index: 1;
	font-weight:600; 
  }
  
  figure.scaleNew:hover img,
  figure.scaleNew.hover img {
	opacity: 0.35;
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
  }
  
  figure.scaleNew:hover a.Circlebton00 {
	background:rgba(255,255,255,0.9); 
	color:#000;transition: all 0.3s; 
  }

  figure.scaleNew:hover span {
	color:#fff;transition: all 0.3s; 
  }

  a.Circlebton00 {
	background:rgba(0,0,0,1.0);
	color:#fff;display:inline-block;
	border-radius: 18px;
	margin:12px 0px;
	font-size:13px; 
	padding:10px 18px 10px 18px;
	text-align:center;
}

/* 메인 리뉴얼 20230110 끝 (적용)*/
