/*!
 * default.css - default styles for this theme.
 * Copyright (C) SmarTools Co. (https://smartools.co.kr)
*/

/** Topbar **/
@import url("/fonts/nt/nt.css");
@import url("/fonts/ns/ns.css"); /* font-family: 'ns-b' */

#st-body {
	font-family: "ntkr-regular", Helvetica, Arial, 'Malgun Gothic', '돋움', Dotum;
	font-size: 14px;
}

#st-body .topbar {
	background-color: #f8f8f8;
	border-bottom: 1px solid #ddd;
}
#st-body .topbar .btn-group {
	border-radius: 0;
}


/** PCbar **/
#st-body .pcbar {
	padding: 15px 0 15px 0;
}
#st-body .pcbar .brand {
	font-size: 24px;
	font-weight: bold;
}
#st-body .pcbar .brand a {
	color: #333;
	text-decoration: none;
}

/** Navbar **/
#st-body .navbar { border-radius: 0;  }
#st-body .navbar-nav > li > a { font-weight: bold; }
/* 필요시에는 부트스트랩패딩이15px로 부족하여 마진을 추가로 부여하면됨 #st-body .navbar-nav > li > a { margin-right:8px; margin-left:8px; font-weight: bold; }*/
#st-body .navbar-nav .label-logged-in {
    font-size: 10px;
    position: relative;
    top: -5px;
    padding: 1px 3px;
}
#st-body .navbar-nav .search {
	margin: 0 15px;
}
#st-body .navbar-nav .panel-search {
	min-width: 250px;
	box-shadow: 0 0;
	-webkit-box-shadow: 0 0;
	margin-bottom: 0;
}

#st-body .navbar-nav .dropdown-submenu { position:relative; }
#st-body .navbar-nav .dropdown-submenu > .dropdown-menu { top:0; left:100%; margin-top:-6px; margin-left:-2px; -webkit-border-radius:0 0 6px 0; -moz-border-radius:0 0 6px 0; border-radius:0 0 6px 0; }
#st-body .navbar-nav .dropdown-submenu > a:after { display:block; content:" "; float:right; width:0; height:0; border-color:transparent; border-style:solid; border-width:5px 0 5px 5px; border-left-color:#cccccc; margin-top:5px; margin-right:-10px;}
#st-body .navbar-nav .dropdown-submenu.pull-left { float:none; }
#st-body .navbar-nav .dropdown-submenu.pull-left > .dropdown-menu { left:-100%; margin-left:10px; -webkit-border-radius:6px 0 6px 6px; -moz-border-radius:6px 0 6px 6px; border-radius:6px 0 6px 6px; }

.thum_img_fix { width:24% }

@media (max-width: 767px) {
	#st-body .navbar-nav .dropdown-submenu > a:after {
		margin-right: 0;
	}
	#st-body .navbar-nav .dropdown-submenu .dropdown-menu {
		margin-top: 0;
		margin-left: 0;
	}
	#st-body .navbar-nav .dropdown-submenu .dropdown-menu li {
		padding-left: 15px;
		padding-right: 15px;
	}
	.thum_img_fix { width:49% }
}
@media (min-width: 768px) {
	#st-body .dropdown-menu > .active > a, #st-body .dropdown-menu > .active > a:hover, #st-body .dropdown-menu > .active > a:focus { 
		color: #fff;
		background-color: #337ab7; 
	}
	#st-body .navbar-collapse {
		padding-right: 0;
		padding-left: 0;	
	}
}
	#mobiles #mobiles_name{  font-size:1.5em;float:left;margin-top:3px }


/** Slider (carousel) **/
#st-body .carousel-main { margin-bottom: 30px; }
#st-body .carousel-main .item { 
	width: 100%;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#st-body .carousel-main .carousel-caption { background-color: rgba(255,255,255,0.12);}/*캡션에 배경색효과*/
@media (max-width: 767px) {
	#st-body .carousel-wrapper {
		margin: -20px -15px 0;
	}
	#mobiles div{  font-size:0.7em }
	#mobiles #mobiles_name{  font-size:1em;float:left;padding-top:3px  }
}


/** Sidebar **/
#st-body .sidebar .banner {
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}
#st-body .sidebar .banner img {
	margin: 0 auto;	
}


/** Footer **/
#st-body .footer {
	margin-top: 0px;
	font-size:12px;
}
#st-body .footer .footbar {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
	background-color: #f8f8f8;
}
#st-body .footer .footbar .btn-group {
	border-radius: 0;
}
#st-body .footer .content {
	color: #666;
	line-height: 1.7;
	background-color: #f8f8f8;/*조정*/
	min-height: 20px;
	padding: 30px 0;
}
#st-body .footer .content a, 
#st-body .footer .content a:hover { 
	color: #666; 
}
#st-body .footer .content .divider {
    color: #666;
    font-size: 80%;
    position: relative;
    top: -1px;
    margin: 0 7px;
}
#st-body .footer .content hr {
    border-top: 1px solid #444;
}
#st-body .footer .copyright {
	color: #666;
	background-color: #ffffff;/*조정*/
	padding: 20px 0;	
}
#st-body .footer .copyright a, 
#st-body .footer .copyright a:hover { 
	color: #666; 
}
@media (max-width: 991px) {
	#st-body .footer .content {
		text-align: center;
	}
}

/** Footer 신규추가 **/
#st-body .footer_new {
	margin-top: 0px;
	font-size:12px;
}
#st-body .footer_new .footbar {
    border-top: 1px solid #5c5c5c;
    border-bottom: 1px solid #5c5c5c;
	background-color: #555;
}
.btn-nav_var { color:#fff;border-right:1px solid #5c5c5c;margin-right:1px }
.btn-nav_var:hover{ color:#ddd }

#st-body .footer_new .footbar .btn-group {
	border-radius: 0;
}
#st-body .footer_new .content {
	color: #fff;
	line-height: 1.7;
	background-color: #5c5c5c;/*조정*/
	min-height: 20px;
	padding: 30px 0;
}
#st-body .footer_new .content a, 
#st-body .footer_new .content a:hover { 
	color: #666; 
}
#st-body .footer_new .content .divider {
    color: #666;
    font-size: 80%;
    position: relative;
    top: -1px;
    margin: 0 7px;
}
#st-body .footer_new .content hr {
    border-top: 1px solid #444;
}
#st-body .footer_new .copyright {
	color: silver;
	background-color: #333333;/*조정*/
	padding: 20px 0;	
}
#st-body .footer_new .copyright a, 
#st-body .footer_new .copyright a:hover { 
	color: silver;
}
@media (max-width: 991px) {
	#st-body .footer_new .content {
		text-align: center;
	}
}


/** Common **/
#st-body .btn-nav {
	color: #777;
	font-weight: normal;
	background-color: #f8f8f8;
    height: 30px;
    line-height: 30px;	
	border-top: 0;
	border-bottom: 0;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-radius: 0;
	padding: 0 10px;
}
#st-body .btn-nav:hover,
#st-body .btn-nav:active,
#st-body .btn-nav.active {
	color: #3b3b3b;
}
#st-body .btn-nav .fa {
	font-size: 1.3em;
	position: relative;
	top: 1px;
}
#st-body .btn-nav .glyphicon {
	font-size: 1.2em;
	position: relative;
	top: 2px;
}


/** Preloader **/
#st-preloader {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color: #ffffff;
	z-index:999999; 
}
#st-preloader .spinner {
	margin: 150px auto 0;
	width: 70px;
	text-align: center;
	position:fixed;
	z-index:999999;
	width:250px;
	height:250px;
	position:absolute;
	left:50%; 
	top:50%; 
	background-size:32px 32px;
	background-repeat:no-repeat;
	background-position:center;
	margin:-125px 0 0 -125px; 
}
#st-preloader .spinner > div {
	width: 18px;
	height: 18px;
	background-color: #ccc;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: bouncedelay 1.4s infinite ease-in-out;
	animation: bouncedelay 1.4s infinite ease-in-out;
	/* Prevent first frame from flickering when animation starts */
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
#st-preloader .spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
#st-preloader .spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}
@-webkit-keyframes bouncedelay {
	0%, 80%, 100% { -webkit-transform: scale(0.0) }
	40% { -webkit-transform: scale(1.0) }
}
@keyframes bouncedelay {
	0%, 80%, 100% {
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
	} 40% {
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
	}
}


/** Back to top menu **/
#st-backtotop {
	color: #fff;
    position: fixed;
    bottom: 15px;
    right: 15px;
    text-decoration: none;
    padding: 16px;
    display: none;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#33000000)";
	background: rgba(0,0,0,0.4);
	z-index: 5000;
	cursor: pointer;
}
#st-backtotop:hover {    
	background-color: #666;
}


/* 팝업레이어 */
#hd_pop {z-index:1000;position:relative;margin:0 auto;width:100%;height:0}
#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.hd_pops {position:absolute;border:3px solid #717171;background:#fff}
.hd_pops_con {padding:10px;}
.hd_pops_con p {margin: 0}
.hd_pops_footer {padding:10px 0;background:#9A9A9A;color:#fff;text-align:right}
.hd_pops_footer button {margin-right:5px;padding:5px 10px;border:0;background:#393939;color:#fff}


/* 추가 */
.main_content { padding-left:15px;padding-right:15px; }  /* 해당테마가 부트스트랩 1170보다 30px 작은관계로 메인에서 좌우 15px씩 강제 조정 */


#index_box1 { display:block;position:relative;width:100%;margin:0 auto;max-width:100%;min-height:120px;text-align:center;}
#index_box1 .actions{ margin-top:0px;}
#index_box1 .actions img{ margin-bottom:10px;}
#index_box1 .actions a{ margin-left:25px; margin-right:25px;width:124px;color:#656565;font-size:1.15em }
#index_box1 .actions a i{ margin-bottom:10px;margin-top:10px;font-size:30px; }


#index_box2 { display:block;position:relative;margin:0 auto;width:100%;max-width:100%;min-height:167px;text-align:center;}


#index_box2 .d7{ display:block;width:100%;max-width:100%;min-width:320px;min-height:80px;float:left;margin-right:2%;margin-top:2%;text-align:center;}
#index_box2 .d7 button{ display:none;height:0px;width:0px;color:#fff}
#index_box2 .d8 { display:block;width:49%;max-width:575px;min-width:320px;min-height:280px;float:left;margin-right:1%;margin-top:2%;}
#index_box2 .d9{ display:block;width:49%;max-width:575px;min-width:320px;min-height:280px;float:left;margin-left:1%;margin-top:2%;}
#index_box2 .d8 .notice{ display:block;position:relative;width:50%;float:left;}
#index_box2 .d8 .notice1{ display:block;position:relative;width:50%;float:left; }
#index_box2 .d9 .notice{ display:block;position:relative;width:50%;float:left;}
#index_box2 .d9 .notice1{ display:block;position:relative;width:50%;float:left; }
#index_box2 .d8 img{ max-width:80%;}
#index_box2 .d9 img{ max-width:80%;}


#index_box2 #middle227 { display:block;position:relative;margin:0 auto;width:100%;height:100%;float:right; }
#index_box2 #middle227 .title{ display:block;position:relative;width:40%;float:left;padding-top:15px;text-align:right }
#index_box2 #middle227 .title a{ color:#000;font-weight:bold;font-size:2.2em;margin-left:20px }
#index_box2 #middle227 .month{ display:block;position:relative;width:40%;float:left;padding-top:0px; }
#index_box2 #middle227 .month a{ color:#6ba8c8;font-weight:bold;font-size:4em; }
#index_box2 #middle227 .arow{ display:block;position:relative;width:10px;float:left;padding-top:26px;font-size:1.1em;font-weight:bold;cursor:pointer;color:#797979 }
#index_box2 .th3 { background:#fcaac5;color:#ffffff;font-weight:bold;font-size:1em;text-align:center }
#index_box2 .th2 { background:#ffffff;color:#000000;font-weight:bold;font-size:1em;text-align:center }
#index_box2 .th1 { background:#aadafc;color:#ffffff;font-weight:bold;font-size:1em;text-align:center }

#index_box2 .d1{ background-image:url('/homeimg/so01.png'); }
#index_box2 .d2{ background-image:url('/homeimg/so02.png'); }
#index_box2 .d3{ background-image:url('/homeimg/so03.png'); }
#index_box2 .d1 .title_di { font-size:1.5em;font-weight:bold;color:#dc644e;margin-top:20px;margin-bottom:10px;line-height:110% }
#index_box2 .d1 .content_di { font-size:1.2em;color:gray;line-height:130% }
#index_box2 .d2 .title_di { font-size:1.5em;font-weight:bold;color:#9f9e92;margin-top:20px;margin-bottom:10px;line-height:110% }
#index_box2 .d2 .content_di { font-size:1.2em;color:gray;line-height:130% }
#index_box2 .d3 .title_di { font-size:1.5em;font-weight:bold;color:#566b35;margin-top:20px;margin-bottom:10px;line-height:110% }
#index_box2 .d3 .content_di { font-size:1.2em;color:gray;line-height:130% }

#index_box2 .ddos  {   }
#index_box2 .ddos  .w1{ float:left;font-size:6em;margin-left:20px;margin-top:10px;  }
#index_box2 .ddos  .w2{ float:left;font-size:1em;margin-left:10px;margin-top:30px;  }
#index_box2 .ddos  .w2 .king{ font-size:1.8em;font-weight:bold }

#index_box2 .white a{ color:#fff }

#index_box2 .b01 { margin-right:5px; }
#index_box2 .b02 { margin-right:5px; }

@media screen and (min-width:1200px) {
#index_main { display:block;position:relative;width:100%;min-width:320px;text-align:center;margin-top:-20px;}
#index_main1 { display:none;}
#index_box2 .d1{ display:block;width:32%;min-width:320px;min-height:167px;text-align:center;float:left;margin-right:2%;margin-top:2%;background-color:#f7f7f7;}
#index_box2 .d2{ display:block;width:32%;min-width:320px;min-height:167px;text-align:center;float:left;margin-right:2%;margin-top:2%;background-color:#f7f7f7;}
#index_box2 .d3{ display:block;width:32%;min-width:320px;min-height:167px;text-align:center;float:left;margin-top:2%;background-color:#f7f7f7;}
#index_box2 .d5{ display:block;width:32%;min-width:320px;min-height:298px;text-align:center;float:left;margin-top:2%;border:1px solid #dfdfdf;padding:30px;}
#index_box2 .d6{ display:block;width:32%;min-width:320px;min-height:170px;text-align:center;float:left;margin-top:2%;}
#index_box2 .d4{ display:block;width:66%;max-width:800px;min-width:320px;min-height:298px;float:left;margin-right:2%;margin-top:2%;border:1px solid #dfdfdf;padding:30px;}
#index_box2 .d4 .notice{ display:block;position:relative;width:100%;min-height:149px;margin-top:10px;margin-bottom:10px;padding-top:15px;}
#index_box2 .d4 .notice1{ display:block;position:relative;width:100%;min-height:149px;margin-top:10px;margin-bottom:10px;padding-top:15px;border-top:1px solid #dcdcdc; }
#index_box2 .d4 .p1{ display:block;position:relative;width:28%;float:left;margin-right:20px;margin-left:20px; }
#index_box2 .d4 .p2{ display:block;position:relative;width:63%;float:left;text-align:left;line-height:150%; }
#index_box2 .d4 .p2 .date{ color:#0472fa;font-weight:bold; }
#index_box2 .ddos  { 
  margin-top:2%;
  float:left;
  height:150px;
  width:32%;
  display: block;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #4267b2;
  border: 1px solid #fff;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;

}
}

@media screen and (max-width:1200px) and (min-width:700px) {
#index_main { display:none; }
#index_box2 .d1{ display:block;width:32%;min-height:167px;text-align:center;float:left;margin-right:2%;margin-top:2%;background-color:#f7f7f7;}
#index_box2 .d2{ display:block;width:32%;min-height:167px;text-align:center;float:left;margin-right:2%;margin-top:2%;background-color:#f7f7f7;}
#index_box2 .d3{ display:block;width:32%;min-height:167px;text-align:center;float:left;margin-top:2%;background-color:#f7f7f7;}
#index_box2 .d5{ display:block;width:49%;min-height:298px;text-align:center;float:left;margin-top:2%;margin-right:2%;border:1px solid #dfdfdf;padding:30px;}
#index_box2 .d6{ display:block;width:49%;min-height:170px;text-align:center;float:left;margin-top:2%;}
#index_box2 .d4{ display:block;width:100%;max-width:100%;min-width:320px;min-height:298px;float:left;margin-right:2%;margin-top:2%;border:1px solid #dfdfdf;padding:30px;}
#index_box2 .d4 .notice{ display:block;position:relative;width:100%;min-height:149px;margin-top:10px;margin-bottom:10px;padding-top:15px;}
#index_box2 .d4 .notice1{ display:block;position:relative;width:100%;min-height:149px;margin-top:10px;margin-bottom:10px;padding-top:15px;border-top:1px solid #dcdcdc; }
#index_box2 .d4 .p1{ display:block;position:relative;width:28%;float:left;margin-right:20px;margin-left:20px; }
#index_box2 .d4 .p2{ display:block;position:relative;width:63%;float:left;text-align:left;line-height:150%; }
#index_box2 .d4 .p2 .date{ color:#0472fa;font-weight:bold; }
#index_box2 .b01 { width:100%;margin-bottom:10px }
#index_box2 .b02 { width:49%;float:left }
#index_box2 .b03 { width:49%;float:right }

#index_box2 .ddos  { 
  margin-top:2%;
  float:left;
  height:120px;
  width:100%;
  display: block;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #4267b2;
  border: 1px solid #fff;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;

}
#index_box2 .ddos  .w1{ float:left;font-size:6em;margin-left:20px;margin-top:0px;  }
#index_box2 .ddos  .w2{ float:left;font-size:1em;margin-left:40px;margin-top:20px;  }
#index_box2 .ddos  .w2 .king{ font-size:1.8em;font-weight:bold }
}
@media screen  and (max-width:700px) and (min-width:400px) {
#index_main { display:none; }
#index_box2 .d1{ display:block;width:100%;min-height:167px;text-align:center;float:left;margin-right:2%;margin-top:2%;background-color:#f7f7f7;}
#index_box2 .d2{ display:block;width:100%;min-height:167px;text-align:center;float:left;margin-right:2%;margin-top:2%;background-color:#f7f7f7;}
#index_box2 .d3{ display:block;width:100%;min-height:167px;text-align:center;float:left;margin-top:2%;background-color:#f7f7f7;}
#index_box2 .d5{ display:block;width:100%;min-height:170px;text-align:center;float:left;margin-top:2%;margin-right:2%;background-color:#f7f7f7;}
#index_box2 .d6{ display:block;width:100%;min-height:170px;text-align:center;float:left;margin-top:2%;}
#index_box2 .d4{ display:block;width:100%;max-width:800px;min-width:320px;min-height:370px;float:left;margin-right:2%;margin-top:2%;}
#index_box2 .d4 .notice{ display:block;position:relative;width:100%;min-height:139px;margin-top:10px;margin-bottom:10px;padding-top:15px;}
#index_box2 .d4 .notice1{ display:block;position:relative;width:100%;min-height:139px;margin-top:10px;margin-bottom:10px;padding-top:15px;border-top:1px solid #dcdcdc; }
#index_box2 .d4 .p1{ display:block;position:relative;width:28%;float:left;margin-right:20px;margin-left:20px; }
#index_box2 .d4 .p2{ display:block;position:relative;width:63%;float:left;text-align:left;line-height:150%; }
#index_box2 .d4 .p2 .date{ color:#0472fa;font-weight:bold; }
#index_box2 .d5{ display:block;width:100%;min-height:170px;text-align:center;float:left;margin-top:2%;background-color:#f7f7f7;}
#index_box2 .d6{ display:block;width:100%;min-height:170px;text-align:center;float:left;margin-top:2%;}
#index_box2 .d8 { display:block;width:100%;min-width:320px;min-height:150px;float:left;margin-top:2%;}
#index_box2 .d9{ display:block;width:100%;min-width:320px;min-height:150px;float:left;margin-top:2%;}
#index_box2 .b01 { width:100%;margin-bottom:10px }
#index_box2 .b02 { width:49%;float:left }
#index_box2 .b03 { width:49%;float:right }


#index_box2 .codesc { display:none; }
#index_box2 .ddos  { 
  margin-top:2%;
  float:left;
  height:100px;
  width:100%;
  display: block;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #4267b2;
  border: 1px solid #fff;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;

}
#index_box2 .ddos  .w1{ float:left;font-size:4.5em;margin-left:20px;margin-top:0px;  }
#index_box2 .ddos  .w2{ float:left;font-size:1em;margin-left:40px;margin-top:17px;  }
#index_box2 .ddos  .w2 .king{ font-size:1.5em;font-weight:bold }
}
@media screen and (max-width:400px) {
#index_main { display:none; }
#index_box2 .d1{ display:block;width:32%;min-width:320px;min-height:167px;text-align:center;float:left;margin-right:2%;margin-top:5%;background-color:#f7f7f7;}
#index_box2 .d2{ display:block;width:32%;min-width:320px;min-height:167px;text-align:center;float:left;margin-right:2%;margin-top:5%;background-color:#f7f7f7;}
#index_box2 .d3{ display:block;width:32%;min-width:320px;min-height:167px;text-align:center;float:left;margin-top:5%;background-color:#f7f7f7;}
#index_box2 .d5{ display:block;width:32%;min-width:320px;min-height:170px;text-align:center;float:left;margin-top:5%;background-color:#f7f7f7;}
#index_box2 .d6{ display:block;width:32%;min-width:320px;min-height:170px;text-align:center;float:left;margin-top:5%;}
#index_box2 .d4{ display:block;width:90%;max-width:800px;min-width:320px;float:left;margin-right:2%;margin-top:5%;}
#index_box2 .d7{ margin-top:5%;}
#index_box2 .d4 .notice{ display:block;position:relative;width:100%;min-height:120px;text-align:center;}
#index_box2 .d4 .notice1{ display:block;position:relative;width:100%;min-height:120px;border-top:1px solid #dcdcdc;text-align:center; }
#index_box2 .d4 .p1{ display:block;position:relative;width:50%;margin: 0 auto;margin-top:10px; }
#index_box2 .d4 .p2{ display:block;position:relative;line-height:150%;margin: 0 auto;margin-left:10px; }
#index_box2 .d4 .p2 .date{ color:#0472fa;font-weight:bold; }
#index_box2 .codesc { display:none; }
#index_box2 .b01 { width:100%;margin-bottom:10px }
#index_box2 .b02 { width:49%;float:left }
#index_box2 .b03 { width:49%;float:right }


#index_box2 .ddos  { 
  margin-top:2%;
  float:left;
  height:50px;
  width:98%;
  display: block;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #4267b2;
  border: 1px solid #fff;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;

}
#index_box2 .ddos  .w1{ float:left;font-size:2.4em;margin-left:15px;margin-top:-5px;  }
#index_box2 .ddos  .w2{ float:left;font-size:0.9em;margin-left:10px;margin-top:3px;  }
#index_box2 .ddos  .w2 .king{ font-size:0.9em;font-weight:bold;margin-bottom:0px; }
}
.thumbnail_s {
  display: block;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}

.btn-defaults {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  padding-top:18px;
}

.ml15 { margin-left:15px; }
.mr15 { margin-right:15px; }