@charset "UTF-8";

.not_scroll{
       /* position: fixed; */
      overflow: hidden;
      width: 100%;
      height: 100%
  }
  .resizable, img {
max-width: 1024px;
max-height: 800px;
width: 100% !important;
height: 100% !important;
}
br {
	display: block;
  		margin: 100px 0;
  		padding: 16px 15px 25px;
}
strong	{
    line-height: 150%;
}
*, *:before, *:after {box-sizing:border-box;}
.switcher {
  width: 100%;
  float:left;
  background: #fff;
  text-align:center;
  /* margin: 40px 0 0; */
}
.tab-nav {
  padding: 0;
  margin: 0px 0px 20px 0px; /* 위 오른쪽 아래 왼쪽 */
  width: 100%;
  float:left;
}
.tab-nav li {
  list-style:none;
  width:16.5%;
  padding: 4px 10px;
  /* margin-right: 1px; */ 
  float: left;
  z-index: 10;
  cursor: pointer;
  font-size: 0.9em;
  color: #565656;
  background: #fff;
  border-bottom: 1px solid #ddd; 
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;

  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tab-nav li:first-child {
   border-radius: 5px 0px 0px 5px; 
   border-left: 1px solid #ddd;
}
.tab-nav li:last-child {
   border-radius: 0 5px 5px 0; 
}
.tab-nav li.flex-active, .slide-nav li:hover {
  cursor: pointer;
  color: #fff;
  background: #565656;
}
.tab-container {
  float: left;
  width: 100%;
  background: #fff;
  font-size: 0.85em;
}
.tab-container img {
}
.flex-control-nav,.flex-direction-nav,.slides{margin:0;padding:0;list-style:none}.flexslider{padding:0}.flexslider .slides>li{display:none;-webkit-backface-visibility:hidden}
.list_btn{overflow:hidden;}
.list_btn .left {position:fixed; top:54%; left:2px; cursor:pointer; background:url(http://www.businesspost.co.kr/mobile/image/icon_list_left4.png) no-repeat; width:18px; height:25px;  z-index:999; opacity: 0.6;}
.list_btn .right{position:fixed; top:54%; right:2px; cursor:pointer; background:url(http://www.businesspost.co.kr/mobile/image/icon_list_right4.png) no-repeat; width:18px; height:25px;  z-index:999; opacity: 0.6;}
	
	/* ************************************** 파워인 100 ************************ */
#container {
float:left;
   width: 100%;
   text-align:center;
}

ul.tabs {
    float:left;
    width: 100%;
    text-align:center;
}
ul.tabs li {
	float:left;
    padding-top: 7px;
    text-align:center;
    max-width:48%;
    height:31px;
    border: 1px solid #eee;
    font-weight: bold;
    background: #fafafa;
    color: #000;
	font-size:12px;
}
ul.tabs li.active {
    background: #000;
    color: #fff;
}
ul.tabs2 {
	float: left;
    width: 100%;
    font-size:11px;
}
ul.tabs2 li {
    float: left;
    text-align:center;
    width:24.2%;
    border: 0px solid #eee;
    background: #a7a7a7;
    letter-spacing: -0.13em;
    color: #464545;
    font-weight: bold; 
    margin:1px;
    padding:6px 0px;
}

ul.tabs2 li.active {
    background: #5c5c5c;
    color: #fff;
}

.tab_container {
	margin:10px 0px;
	float: left;
    border-top: none;
    clear: both;
    float: left;
    width: 100%;
    background: #FFFFFF;
}
.tab_content {
	float: left;
	width:99.3%;
    font-size: 12px;
    display: none;
    background: #f3f3f3;
    padding-left:8px;
    padding-top:10px;
    padding-bottom:10px;
}
.tab_container .tab_content ul {
	float: left;
    width:100%;
    margin:0px;
    padding:0px;
}
.tab_container .tab_content ul li {
	float: left;
    padding:5px;
    list-style:none
}

.powerin {
	float:left; 
	margin: 3px 0px; 
	padding: 3px 0px; 
	border:0px solid #e1e1e1; 
	width:46px; 
	text-align:center;
	font-weight: normal;
}

.companyin {
	float:left; 
	margin: 3px 0px; 
	padding: 3px 0px; 
	border-top:0px solid #fff;  
	border-bottom:0px solid #fff; 
	width:46px; 
	text-align:center;
	font-weight: normal;
}