/*!
 * default.css - default styles for this theme.
 * Copyright (C) SmarTools Co. (https://smartools.co.kr)
*/
body {overflow-y:scroll;}
header {
margin-bottom:20px;
}
/** Topbar **/
#st-body .topbar {
	background-color: #fafafa;
	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 { margin-right:0px; 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 .mbbar { display:none }
#st-body .s800_none { display:none }

#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; }

@media (max-width: 990px) {
	#st-body .s800_show { display:none }
	#st-body .s800_none { display:block; position:relative; }

}

@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;
	}
    #st-body .mbbar { display:block; position:relative; }
}
@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;	
	}

}


/** 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;
}
@media (max-width: 767px) {
	#st-body .carousel-wrapper {
		margin: -20px -15px 0;
	}

}


/** 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: 30px;
	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: #ffffff;/*조정*/
	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;
	text-align: center;
	background-color: #ffffff;/*조정*/
	padding: 10px 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;
	}
}

/** 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: #333;
}


/* 팝업레이어 */
#hd_pop {z-index:1000;position:relative;margin:0 auto;height:0}
#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.hd_pops {position:absolute;border:1px solid #e9e9e9;background:#fff;}
.hd_pops img{max-width:100%}
.hd_pops_con {max-width:100%;}
.hd_pops_footer {padding: 0;background:#000;color:#fff;text-align:left;position:relative;}
.hd_pops_footer:after {display:block;visibility:hidden;clear:both;content:""}
.hd_pops_footer button {padding: 10px;border:0;color:#fff}
.hd_pops_footer .hd_pops_reject{background:#000;text-align:left}
.hd_pops_footer .hd_pops_close{background:#393939;position:absolute;top:0;right:0}
@media all and (max-width: 900px)
{	
	#hd_pop  .hd_pops{left:5% !important; top:95px !important;max-width:90% !important;}
	.hd_pops_con{height:auto !important;}
	.hd_pops_footer{font-size:11px;letter-spacing:-0.08px;}
}



/* 추가 */
.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:100px;text-align:center;}
#index_box1 .actions{ margin-top:0px;}
#index_box1 .actions a{ font-size:12px; margin-left:5px; margin-right:5px;width:140px }
#index_box1 .actions a i{ margin-bottom:20px;margin-top:10px;font-size:30px; }

#index_box2 { display:block;position:relative;margin:0 auto;width:100%;max-width:100%;min-height:50px;text-align:center;border-top:1px solid #e5e5e5;}
#index_box2 .inbox{ display:block;position:relative;margin:0 auto;width:100%;max-width:1280px;min-height:50px;text-align:center;}
#index_box2 .inbox .d7{ display:block;width:100%;margin:0 auto;max-width:100%;min-width:320px;min-height:50px;float:left;margin-right:2%;padding-top:20px;text-align:center;}
#index_box2 .inbox .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:150px;float:left;margin-right:1%;margin-top:2%;}
#index_box2 .d9{ display:block;width:49%;max-width:575px;min-width:320px;min-height:150px;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:251px;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 }

@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:170px;text-align:center;float:left;margin-top:2%;background-color:#f7f7f7;}
#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:370px;float:left;margin-right:2%;margin-top:2%;}
#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:170px;text-align:center;float:left;margin-top:2%;margin-right:2%;background-color:#f7f7f7;}
#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:370px;float:left;margin-right:2%;margin-top:2%;}
#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: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 .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 .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;
}

.tm20 {
margin-top:-20px;
}

/* 스타일 시작 */

.big {
 font-size:2.2em;
 font-weight:bold;
 color:#fe850e;
}

.mt1 {
 font-size:1.2em;
 font-weight:bold;
 color:#000;
}

.mt2 {
 font-size:1.1em;
 font-weight:bold;
 color:#8B0000;
}

.mt3 {
 font-size:1.6em;
 font-weight:bold;
 color:#4682B4;
}

.mt4 {
 font-size:1.6em;
 font-weight:bold;
 color:#000;
}

.menuf {
 font-size:1.2em;
 font-weight:bold;
 color:#666;
}

.mt1 p{ border-top:3px solid #FF8C00; }
.mt1 span{ display:block;margin-top:5px;margin-bottom:5px }

.mt1 .t20{ width:20px; }
.mt1 .t30{ width:30px; }
.mt1 .t40{ width:40px; }
.mt1 .t50{ width:50px; }
.mt1 .t60{ width:60px; }
.mt1 .t70{ width:70px; }
.mt1 .t80{ width:80px; }
.mt1 .t90{ width:90px; }
.mt1 .t100{ width:100px; }
.mt1 .t110{ width:110px; }
.mt1 .t120{ width:120px; }
.mt1 .t130{ width:130px; }
.mt1 .t140{ width:140px; }
.mt1 .t150{ width:150px; }

.ytable {
width:100%;
border-left:1px solid silver;
border-top:1px solid silver;
}

.ytable th{
background:#F0F8FF;
border-right:1px solid silver;
border-bottom:1px solid silver;
padding:3px;
}

.ytable td{
background:#FFFFFF;
border-right:1px solid silver;
border-bottom:1px solid silver;
padding:3px;
}

.ytable td ul li{
margin-left:-15px;
}

.psimg {
background:url('/img/ps.png');
width:237px;
height:226px;
display:block;
}

.cst_face{float:left; width:140px;height:140px; -webkit-border-radius:90px;-moz-border-radius:90px;border-radius:90px; overflow:hidden; margin:45px 40px 0 50px;}

.main_top { position:relative;padding-top:20px;padding-bottom:10px;border-bottom:1px dotted #dddddd }
.main_top .main_cap { position:relative;padding-right:20px;padding-left:0px;padding-top:-20px; }


@media screen and (max-width:768px) {
.tlogo { margin-top:20px;margin-bottom:20px; }
.main_top { position:relative;padding-top:20px;padding-bottom:10px;border:0px}
.main_top .main_cap { position:relative;padding-right:0px;padding-left:0px;border:0px }
.pbottom { padding-bottom:10px; }
}

#alltext { padding:50px;}