@charset "utf-8";

@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@font-face {
			font-style: normal;
			font-weight: normal;  
		   }
* {
	box-sizing: border-box;
}
html,body,table,input,textarea,button,select,div,span
           {
			font-family:"Nanum Gothic",Dotum,Arial,Helvetica,sans-serif;
		   }

html, body {
			font-size:13px;
			
			color:#72737b;
			line-height:2.2;
			height:100%;
			margin: 0;
			padding: 0;
			background:#ffffff;
			}

html       {
           scrollbar-face-color: #E0DFE4;
           scrollbar-highlight-color: #FFFFFF;
           scrollbar-shadow-color: #DEE3E7;
           scrollbar-3dlight-color: #D1D7DC;
           scrollbar-arrow-color:  #A9A7B1;
           scrollbar-track-color: #EFEFEF;
           scrollbar-darkshadow-color: #C7C5CE;      
		   }
body.hidden {
	overflow: hidden;
}
a
           {color:#72737b; text-decoration:none;}
a:link,a:visited
           {color:#72737b; text-decoration:none;} 
a:hover    {text-decoration:none;}
a:active   {text-decoration:none;}

dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,tbody,tfoot,thead,th,td 
           {margin:0; padding:0;}

input,textarea,select,td,th ,div
           {font-size: 13px; line-height:1.8; color:#595959; font-weight:600;}

table      {border-spacing: 0; border-collapse: collapse;}

#colortable {border-collapse:collapse}
#colortable td {border:1px solid #cccccc; padding:5px;}

ol,ul ,li  {list-style: none; line-height:1.7;}

h1,h2,h3,h4,h5,h6 {font-size: 100%;}

abbr,acronym {border:0;}

img, object, fieldset
           {border:0 none; vertical-align:;}  

label      {cursor:pointer;}

form       {margin:0px}

select, input
           {
		   FONT-SIZE: 8pt; 
		   COLOR: #5B6579; 
		   font-family:"Nanum Gothic",Dotum,Arial,Helvetica,sans-serif;
		   border-width:1px; 
		   border-style:solid; 
		   border-color:#D6D6D6; 
		   height:19px;
		   BACKGROUND-COLOR: #EAEAEA; 
		   vertical-align:middle;
		   expression( (this.type=='checkbox'||this.type=='radio')?'':'0px solid #ffffff' );
		   expression( (this.type=='checkbox'||this.type=='radio')?'':'#ffffff' );
		   }

textarea 
           {
		   FONT-SIZE: 8pt; 
		   COLOR: #5B6579; 
		   font-family:"Nanum Gothic",Dotum,Arial,Helvetica,sans-serif;
		   border-width:1px; 
		   border-style:solid; 
		   border-color:#D6D6D6; 		   
		   BACKGROUND-COLOR: #EAEAEA; 
		   vertical-align:middle;		   
		   }


#subtitle {
		   font-size: 37px;
	       font-weight: bold;
	       color: #594e41;
	       line-height:2.4;
	       text-align:center;
	       width:213px;
          }

.subhead  {
		   font-size: 15px;
	       font-weight: bold;
	       color: #546891;
	       line-height:1.8;
          }

.subsubhead  {
		   font-size: 15px;
	       font-weight: bold;
	       color: #414141;
	       line-height:1.8;
          }

.subbighead  {
		   font-size: 25px;
	       font-weight: 600;
	       color: #546891;
	       line-height:1.8;
          }

.subbighead2  {
		   font-size: 20px;
	       font-weight: 600;
	       color: #ff9c00;
	       line-height:1.8;
          }

.subnav  {
		   font-size: 13px;
	       FONT-WEIGHT: 600;  
	       color: #ffffff;
	       line-height:2.5;
		   
		   opacity: 0.4; -khtml-opacity: 0.4; -moz-opacity: 0.4  
          }

.board    {
	      font-size: 15px;
	      font-weight: bold;
	      color: #666666;
	      line-height:2.5;
          }



.mainhead1  {
		   font-size: 2.0em;
    font-weight: 600;
	       color: #333333;
	       line-height:1.8;
          }

.mainhead1_1  {
		   font-size: 35px;
	       FONT-WEIGHT: 500;  
	       color: #c1c8cc;
	       line-height:1.8;
          }

.mainhead2  {
		   font-size: 15px;
	       FONT-WEIGHT: 200;  
	       color: #5f5f5f;
	       line-height:1.8;	   
		   }

.mainhead2_1  {
		   font-size: 15px;
	       FONT-WEIGHT: 200;  
	       color: #8f9aa2;
	       line-height:1.8;	   
		   }

.mainhead3  {
		   font-size: 15px;
	       FONT-WEIGHT: 200;  
	       color: #333333;
	       line-height:1.8;	   
		   }

.mainhead4  {
		   font-size: 15px;
	       FONT-WEIGHT: 200;  
	       color: #677883;
	       line-height:1.8;	   
		   }

.mainhead5  {
		position: relative;
		   font-size: 17px;
	       FONT-WEIGHT: 500;  
	       color: #ffffff;
	       line-height:25px;
          }

.mainhead6  {
		  position: relative; 
		   font-size: 12px;
	       FONT-WEIGHT: 200;  
	       color: #95a1a6;
	       line-height:18px;
		   }

.mainhead7  {
		   font-size: 30px;
	       FONT-WEIGHT: 500;  
	       color: #333333;
	       line-height:1.8;
          }

.mainhead8  {
		   font-size: 13px;
	       FONT-WEIGHT: 200;  
	       color: #333333;
	       line-height:1.5;	   
		   }

.mainheadline {
		   font-size: 30px;
	       FONT-WEIGHT: 500; 
	       color: #333333;
	       line-height:1.8;
		   border-top: 3px solid #666666;
		   padding-top:10px;
          }






.subhead2 {
	      font-size: 30px;
	      font-weight:bold ;
	      color: #594e41;
	      }

.subhead3 {
	      font-size: 15px;
	      font-weight:bold ;
	      color: #a27614;	
          }

.linebox {  
          display: block;
          width: 700px;
          margin-top: 0px; 
          margin-bottom: 0px;
          padding:10px;
          border: 1px solid #dddddd; 
         }



.dotline {  
          display: block;
          height: 10px;
          width: 100%;
          margin-top: 0px;   
          margin-bottom: 13px; 
          border-top: 0px dashed #091f5c;  
          border-bottom: 2px solid #7d7d7d; 
         }

.dotline2{  
         display: block;
         height: 5px;
         width: 100%;
         margin-top: 0px; 
         margin-bottom: 5px; 
         border-top: 0px dashed #091f5c;  
         border-bottom: 1px dashed #c3c3c3; 
         }

.mainb01{
	     
		 text-indent:0px;
		 line-height:40px;
		 text-align:center;
		 vertical-align:middle;
		 display:inline-block;
		 font-size:15px;
		 color:#ffffff;
		 width:150px;
		 height:40px;
		 padding:0px;
		 border-color:#151f28;
		 BACKGROUND-COLOR: #151f28;
		 border-width:1px;
		 border-style:solid;
	    }

.mainb02{
	     
		 text-indent:0px;
		 line-height:40px;
		 text-align:center;
		 vertical-align:middle;
		 display:inline-block;
		 font-size:15px;
		 color:#ffffff;
		 width:150px;
		 height:40px;
		 padding:0px;
		 border-color:#b3b6b8;
		 BACKGROUND-COLOR: #b3b6b8;
		 border-width:1px;
		 border-style:solid;
	    }

.mainb03{
	     
		 text-indent:0px;
		 line-height:49px;
		 text-align:center;
		 vertical-align:middle;
		 display:inline-block;
		 font-size:15px;
		 color:#ffffff;
		 width:150px;
		 height:49px;
		 padding:0px;
		 border-color:#f3981d;
		 BACKGROUND-COLOR: #f3981d;
		 border-width:1px;
		 border-style:solid;
		 font-weight: bold;
	    }

.mainb04{
	     
		 text-indent:0px;
		 line-height:25px;
		 text-align:center;
		 vertical-align:middle;
		 display:inline-block;
		 font-size:15px;
		 color:#ffffff;
		 width:120px;
		 height:30px;
		 padding:0px;
		 border-color:#162126;
		 BACKGROUND-COLOR: #162126;
		 border-width:1px;
		 border-style:solid;
		 font-weight: bold;
	    }

.mainb044{
	     
		 text-indent:0px;
		 line-height:17px;
		 text-align:center;
		 vertical-align:middle;
		 display:inline-block;
		 font-size:15px;
		 color:#ffffff;
		 width:120px;
		 height:20px;
		 padding:0px;
		 border-color:#162126;
		 BACKGROUND-COLOR: #162126;
		 border-width:1px;
		 border-style:solid;
		 font-weight: bold;
		 margin-bottom:5px;
	    }




.mainb0444{
	     
		 text-indent:0px;
		 line-height:17px;
		 text-align:center;
		 vertical-align:middle;
		 display:inline-block;
		 font-size:15px;
		 color:#ffffff;		 
		 height:20px;
		 padding-left:10px;
		 padding-right:10px;		 
		 border-color:#162126;
		 BACKGROUND-COLOR: #162126;
		 border-width:1px;
		 border-style:solid;
		 font-weight: bold;
		 margin-bottom:5px;
	    }
	

.mainb05{
	     margin-bottom:20px;
		 text-indent:0px;
		 line-height:25px;
		 text-align:center;
		 vertical-align:middle;
		 display:inline-block;
		 font-size:15px;
		 color:#ffffff;
		 width:120px;
		 height:30px;
		 padding:0px;
		 border-color:#506182;
		 BACKGROUND-COLOR: #506182;
		 border-width:1px;
		 border-style:solid;
		 font-weight: bold;
	    }

.mainb0555{
	     margin-bottom:20px;
		 text-indent:0px;
		 line-height:25px;
		 text-align:center;
		 vertical-align:middle;
		 display:inline-block;
		 font-size:15px;
		 color:#ffffff;
		 width:180px;
		 height:30px;
		 padding:0px;
		 border-color:#506182;
		 BACKGROUND-COLOR: #506182;
		 border-width:1px;
		 border-style:solid;
		 font-weight: bold;
	    }

.mainb055{
	     margin-bottom:20px;
		 text-indent:0px;
		 line-height:25px;
		 text-align:center;
		 vertical-align:middle;
		 display:inline-block;		 
		 height:30px;
		 padding:0px;	
		 color:#72737b;
	    }



.button01{
	     text-indent:0px;
		 line-height:10px;
		 text-align:center;
		 vertical-align:middle;
		 display:inline-block;
		 font-size:15px;
		 color:#454545;
		 width:40px;
		 height:10px;
		 padding:8px;
		 border-color:#b0b0b0;
		 BACKGROUND-COLOR: #E6E6EA;
		 border-width:1px;
		 border-style:solid;
	    }

.button02{
		 text-indent:0px;
		 line-height:10px;
		 text-align:center;
		 vertical-align:middle;
		 display:inline-block;
		 font-size:13px;
		 color:#454545;
		 /* width:40px;
		 height:10px; */
		 padding:8px;
		 border-color:#b0b0b0;
		 BACKGROUND-COLOR: #E6E6EA;
		 border-width:1px;
		 border-style:solid;
		 }

.button03{
		 text-indent:0px;
		 line-height:10px;
		 text-align:center;
		 vertical-align:middle;
		 display:inline-block;
		 font-size:13px;
		 color:#454545;
		 width:40px;
		 height:10px;
		 padding:5px;
		 border-color:#b0b0b0;
		 BACKGROUND-COLOR: #E6E6EA;
		 border-width:1px;
		 border-style:solid;
		 }

.button011{
	     text-indent:0px;
		 line-height:10px;
		 text-align:center;
		 vertical-align:middle;
		 display:inline-block;
		 font-size:15px;
		 color:#454545;
		 width:60px;
		 /* height:10px; */
		 padding:8px;
		 border-color:#b0b0b0;
		 BACKGROUND-COLOR: #E6E6EA;
		 border-width:1px;
		 border-style:solid;
	    }


.login01 {
	     text-indent:0px;
		 line-height:20px;
		 text-align:center;
		 vertical-align:middle;
		 display:inline-block;
		 font-size:13px;	
		 width:70px;
		 height:20px;
		 padding:8px;
		 border-color:#4277be;
		 BACKGROUND-COLOR: #4277be;
		 border-width:1px;
		 border-style:solid;
		 font-weight: bold;
		 }

.login02 {
		 text-indent:0px;
		 line-height:20px;
		 text-align:center;
		 vertical-align:middle;
		 display:inline-block;
		 font-size:13px;	
		 width:70px;
		 height:20px;
		 padding:8px;
		 border-color:#b0b0b0;
		 BACKGROUND-COLOR: #E6E6EA;
		 border-width:1px;
		 border-style:solid;
		 font-weight: bold;
		 }

.login03 {
		 text-indent:0px;
		 line-height:10px;
		 text-align:center;
		 vertical-align:middle;
		 display:inline-block;
		 font-size:13px;
		 color:#454545;
		 width:70px;
		 height:9px;
		 padding:5px;
		 border-color:#b0b0b0;
		 BACKGROUND-COLOR: #E6E6EA;
		 border-width:1px;
		 border-style:solid;
		 }

.login04 {
		 text-indent:0px;
		 line-height:10px;
		 text-align:center;
		 vertical-align:middle;
		 display:inline-block;
		 font-size:13px;
		 color:#454545;
		 width:70px;
		 height:9px;
		 padding:5px;
		 border-color:#4277be;
		 BACKGROUND-COLOR: #4277be;
		 border-width:1px;
		 border-style:solid;
		 }

.logintitle{
		 font-size: 13px;
		 font-weight:bold ;
		 color: #516784;
		 }

/* ??*/
.board_list1				{clear: both; border-collapse: collapse; width:100%; margin:0px;  border-top:2px solid #363d4c}
.board_list1 thead th 		{padding:8px; background:#f9f9f9; color:#333; border-right:#ddd 1px solid; border-bottom:#363d4c 1px solid; font-weight:600; text-align:center; height:30px;}
.board_list1 thead th.no	{padding:8px; background:#f9f9f9; color:#333; border-right:#fff 1px solid; border-bottom:#363d4c 1px solid; font-weight:600; text-align:center; height:30px;}
.board_list1 tbody th 		{padding:8px; margin:0; background:#f3f3f3; color:#e4007f;  font-weight:600; border-bottom:#ddd 1px solid;border-right:#ddd 1px solid; text-align:center; border-right:1px solid #ddd; }
.board_list1 tbody td 		{color:#555; padding:8px 12px; background:#fff; border-bottom:#ddd 1px solid; line-height:170%; border-right:#ddd 1px solid; font-size:13px;}
.board_list1 tbody td.point	{color:#555; padding:8px 0 8px 20px; background:#f7f7f7; border-bottom:#ddd 1px solid; line-height:170%; border-right:#ddd 1px solid; font-weight:600; font-size:14px;}
.board_list1 tbody td.no	{color:#555; padding:8px 12px; background:#fff; border-bottom:#ddd 1px solid; line-height:170%; border-right:#fff 1px solid;}

/*?고쁺 遺遺?/
.h01 {
	      font-size: 20px;
	      font-weight:bold ;
	      color: #594e41;
	      }





/* ??*/
.board_list2				{clear: both; border-collapse: collapse; width:100%; margin:0px;  border-top:2px solid #858585}
.board_list2 tbody td.head	{color:#555; padding:8px 4px; background:#fff; border-bottom:#ddd 1px solid; line-height:170%;  font-size: 20px; font-weight:bold ; color: #145fb3;}
.board_list2 tbody td.no	{color:#555; padding:8px 4px; background:#fff; border-bottom:#ddd 1px solid; line-height:170%;  font-size:13px;}
.board_list2 tbody td.point	{color:#555; padding:8px 0 8px 20px; background:#fff; border-bottom:#ddd 1px solid; line-height:170%;  font-weight:600; font-size: 16px; font-weight:bold ;}
.board_list2 tbody td.nodashed	{color:#555; padding:8px 0px; background:#fff; border-bottom:#ddd 1px dashed; line-height:170%;  font-size:13px;}
.board_list2 tbody td.pointdashed	{color:#555; padding:8px 0px;  background:#fff; border-bottom:#ddd 0px dashed; line-height:170%;  font-size: 20px; font-weight:bold ; color: #145fb3;}

/* ??*/
.board_list3				{clear: both; border-collapse: collapse; width:100%; min-width: 600px;margin:0px; background:#6890b0; border-right:#ddd 1px solid;  border-top:0px solid #858585}
.board_list3 tbody td.head	{color:#555; padding:8px 0px; background:#fff; border-bottom:#ddd 1px solid; border-right:#ddd 1px solid; border-left:#ddd 1px solid; line-height:170%;  font-size: 20px; font-weight:bold ; color: #145fb3;}
.board_list3 tbody td.no	{color:#555; padding:8px 10px; background:#fff; border-bottom:#ddd 1px solid; border-right:#ddd 1px solid;  line-height:170%;  font-size:13px;}
.board_list3 tbody td.point	{color:#555; padding:8px 0 8px 20px; background:#fff; border-bottom:#ddd 1px solid; line-height:170%;  font-weight:600; font-size: 16px; font-weight:bold ;}
.board_list3 tbody td.nodashed	{color:#555; padding:8px 0px; background:#fff; border-bottom:#ddd 1px dashed; line-height:170%;  font-size:13px;}
.board_list3 tbody td.pointdashed	{color:#555; padding:8px 0px;  background:#fff; border-bottom:#ddd 0px dashed; line-height:170%;  font-size: 20px; font-weight:bold ; color: #145fb3;}


.board_list4 {clear: both; border-collapse: collapse; width:100%; margin:0px;  border-top:2px solid #858585}

.board_list4 tbody td { text-align: center; }
.board_list4 tbody td.first {
	width: 20%;
}
.board_list4 tbody td.left { text-align: left; }
.board_list4 tbody td.head	{color:#555; padding:8px 0px; background:#fff; border-bottom:#ddd 1px solid; line-height:170%;  font-size: 20px; font-weight:bold ; color: #008992;}
.board_list4 tbody td.head1	{color:#555; padding:8px 0px; background:#858585; border-bottom:#858585 2px solid; line-height:170%;  font-size: 14px; font-weight:bold ; color: #145fb3;}
.board_list4 tbody td.head2	{color:#555; padding:8px 0px; background:#ffffff; border-bottom:#858585 2px solid; line-height:170%;  font-size: 20px; font-weight:bold ; color: #649258;}
.board_list4 tbody td.no	{color:#555; padding:8px 0px; background:#fff; border-bottom:#ddd 1px solid; line-height:170%;  font-size:13px;}
.board_list4 tbody td.point	{color:#555; padding:8px 0 8px 20px; background:#fff; border-bottom:#ddd 1px solid; line-height:170%;  font-weight:600; font-size: 16px; font-weight:bold ;}
.board_list4 tbody td.nodashed	{color:#555; padding:8px 0px; background:#fff; border-bottom:#ddd 1px dashed; line-height:170%;  font-size:13px;}
.board_list4 tbody td.pointdashed	{color:#555; padding:8px 0 8px 0px; background:#fff; border-bottom:#ddd 1px dashed; line-height:170%;  font-weight:600; font-size: 16px; font-weight:bold ;}
.board_list4 tbody td.key {
	width: 20%;
	text-align: left;
}
.board_list4 tbody td.value {
	width: 80%;
}
.board_list4 tbody .detail-top td.key {
	width: 10%;
}
.board_list4 tbody .detail-top td.value {
	width: 40%;
}

.board-detail-flex {
	border-top: 2px solid #858585;
}
.board-detail-flex .row {
	display: -webkit-box;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	
	flex-flow: wrap;
   	-webkit-flex-flow: wrap;
   	-ms-flex-wrap: wrap;
   	
	width: 100%;
}
.board-detail-flex .row.half {
	width: 50%;
}
.board-detail-flex .row.wide {
	padding: 8px;
	border-bottom: #ddd 1px dashed;
}
.board-detail-flex .row span.key {
	font-size: 1.2em;
	font-weight: bold;
	width: 200px;
}
.grid-wrap {
	display: -webkit-box;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;

	flex-flow: wrap;
   	-webkit-flex-flow: wrap;
   	-ms-flex-wrap: wrap;
}
.grid-wrap .item-wrap {
	width: 25%;
	padding: 10px;
}
.grid-wrap .item-wrap .image {
	position: relative;
	width: 100%;
	height: auto;
}
.grid-wrap .item-wrap .image a {
	display: block;
	position: relative;
	width: 100%;
	padding-top: 100%;
}
.grid-wrap .item-wrap .image a img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.page-bar-row {
   	border-top: 1px dashed #c3c3c3;
   	border-bottom: 1px dashed #c3c3c3;
}
.page-bar-row td.right a {
	margin-right: 10px;
}
.page-bar {
	display: -webkit-box;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	
	flex-flow: wrap;
   	-webkit-flex-flow: wrap;
   	-ms-flex-wrap: wrap;
   	padding: 10px 0;
}
.page-bar .searchForm {
	display: -webkit-box;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	
	align-items: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	
	flex-flow: wrap;
   	-webkit-flex-flow: wrap;
   	-ms-flex-wrap: wrap;
   	
	width: 100%;
	max-width: 480px;
	padding: 0 10px;
}
.page-bar .searchForm input,
.page-bar .searchForm select {
	margin: .5%;
}
.page-bar .searchForm .searchKey {
	width: 34%;
}
.page-bar .searchForm .searchText {
	width: 50%;
}
.page-bar .searchForm .searchBtn {
	width: 26.71875px;
}
.page-bar .page-area {
	width: 70%;
	padding: 10px 0;
	text-align: center;
}
.board_list4.news td.num {
	width: 5%;
	padding: 10px 0;
}
.board_list4.news td.subject {
	width: 50%;
}
.board_list4.news td.name {
	width: 15%;
}
.board_list4.news td.regDate {
	width: 15%;
}
.board_list4.news td.file {
	width: 5%;
}
.board_list4.news td.ref {
	width: 10%;
}
.board-detail-flex.news {
	margin-bottom: 20px;
	border-bottom: 2px solid #858585;
}
.board-detail-flex.news .row.wide {
	border: none;
}
.board-detail-flex.news .row span.key {
	width: 50px;
}
@media screen and (max-width: 800px){
	.board_list4 tbody tr.row.field {
		display: none;
	}
	.board_list4 tbody tr.row {
		/* display: -webkit-box;
		-webkit-box-pack: center;
		-webkit-box-align: center;
		
		display: flex;
		display: -webkit-flex;
		display: -ms-flexbox;
		
		flex-direction: column;
		-webkit-flex-direction: column;
    	-ms-flex-direction: column;
    	
		flex-flow: wrap;
	   	-webkit-flex-flow: wrap;
	   	-ms-flex-wrap: wrap; */
	   	border-bottom:#ddd 1px dashed;
	}
	.board_list4 tbody td.pointdashed,
	.board_list4 tbody td.nodashed,
	.board_list4.news tbody tr.row {
		border-bottom: none;
	}
	.board_list4 tbody td.first {
		padding: 8px;
	}
	.board_list4 tbody td.float {
		float: left;
		width: 100%;
		padding: 2px 5px;
		text-align: left;
	}
	.board_list4 tbody td.float.top {
		padding-top: 10px;
	}
	.board_list4 tbody td.float.bottom {
		padding-bottom: 10px;
	}
	.board-detail-flex .row.half {
		width: 100%;
	}
	.page-bar .searchForm {
		width: 100%;
	}
	.page-bar .page-area {
		width: 100%;
	}
	
	.board_list4.news td.num {
		width: 10%;
	}
	.board_list4.news td.subject,
	.board_list4.news td.name,
	.board_list4.news td.regDate,
	.board_list4.news td.file,
	.board_list4.news td.ref {
		width: 100%;
	}

	.board_list4.news td.ref {
		display: none;
	}
}
@media screen and (max-width: 700px) {
	.grid-wrap .item-wrap {
		width: 50%;
	}
}
@media screen and (max-width: 480px) {
	.grid-wrap .item-wrap {
		width: 100%;
		padding: 20px;
	}
}
/*dongchun css*/
.con01 {
		  font-size: 30px;
	      FONT-WEIGHT: 500; 
	      color: #546891;
	      line-height:1.8;
		  padding-top:10px;
		  font-weight:bold ;
         }




#boutlinemenu {
margin:0 auto;
border-radius: 3px; 
border:1px solid #CCCCCC; 
padding:20px; 
background-color:#f5f5f5;
margin-bottom:15px;
height:auto; width:100%; float:center;
word-break: keep-all
}


#boutlinemenumobile {
margin:0 auto;
border-radius: 3px; 
border:1px solid #CCCCCC; 
padding:20px; 
background-color:#f5f5f5;
margin-bottom:15px;
height:auto; width:100%; float:center;
word-break: keep-all
}



#smalloutline {
margin:0 auto;
border-radius: 3px; 
border:1px solid #CCCCCC; 
padding:20px; 
background-color:#ffffff;
margin-bottom:0px;
height:auto; width:100%; float:center;
word-break: keep-all
}


#boutlinemenu2 {
margin:0 auto;
border-radius: 3px; 
border:1px solid #CCCCCC; 
padding:0px; 
background-color:#f5f5f5;
margin-bottom:15px;
height:auto; width:1000px; float:left;
word-break: keep-all
}





#smalloutline2 {
margin:0 auto;
border-radius: 3px; 
border:1px solid #CCCCCC; 
padding:0px; 
background-color:#ffffff;
margin-bottom:15px;
height:auto; width:100%; float:LEFT;
word-break: keep-all
}


.style1 {color: #FFFFFF}
