/** original styles for this KimsQ Rb layout **/
body,img,ul,li,ol,p,address,div,h1,h2,h3,h4,dl,dt,dd,button,input,label{margin:0;padding:0;border:none;}
img,label{vertical-align:top;border:none}
li{list-style:none}
table{border-collapse:collapse;border-spacing:0;}
caption,legend{display:none;}
fieldset{border:none;padding:0;}
a{text-decoration:none;}
a:hover, a:focus, a:link, a:visited {text-decoration:none; color:#333;}
dl,ul,ol,menu,li {list-style:none}
blockquote, q {quotes:none}
blockquote:before, blockquote:after,q:before, q:after {content:'';content:none}
input,select,textarea,button {vertical-align:middle;}
button {border:0 none;background-color:transparent;cursor:pointer}
table {border-collapse:collapse;border-spacing:0}
body {-webkit-text-size-adjust:none} /* 뷰표트 변환시 폰트크기 자동확대 방지 */
input[type='text'],input[type='password'],input[type='submit'],input[type='search'] {-webkit-appearance:none; border-radius:0}
input:checked[type='checkbox'] {background-color:#666; -webkit-appearance:checkbox}
button,input[type='button'],input[type='submit'],input[type='reset'],input[type='file'] {-webkit-appearance:button; border-radius:0}
input[type='search']::-webkit-search-cancel-button {-webkit-appearance:none}
body {background:#fff; font-family:'Nanum Gothic','나눔고딕','NanumGothic', sans-serif; }
body,th,td,input,select,textarea,button {font-size:14px;line-height:1.8;letter-spacing:-1px;font-family:'Nanum Gothic','나눔 고딕',sans-serif;color:#333} /* color값은 디자인가이드에 맞게사용 */
#header {}
#content {padding:20px 0 0 0;}
#footer {}
@media (max-width:767px){
#contents {margin-top:20px;}
}
@media (max-width:478px){
#contents {margin-top:80px;}
}
.doc_img {width:100%;min-height:122px;margin-top:74px;background:#ece1d1;}
.location {height:40px; border-bottom:1px solid #c9c9c9;margin-left:15px;}
.doc_title {float:left;font-size:24px;font-weight:bold;color:#000;padding-left:10px;}
.loc {float:right;margin-top:5px;}

/* common attrs */
.pos-5 {position:relative;top:-5px !important;}
.pos-4 {position:relative;top:-4px !important;}
.pos-3 {position:relative;top:-3px !important;}
.pos-2 {position:relative;top:-2px !important;}
.pos-1 {position:relative;top:-1px !important;}
.pos1 {position:relative;top:1px !important;}
.pos2 {position:relative;top:2px !important;}
.pos3 {position:relative;top:3px !important;}
.pos4 {position:relative;top:4px !important;}
.pos5 {position:relative;top:5px !important;}

.check-label {font-weight:normal;margin-bottom:0;color:#666666;}
.check-label input[type="checkbox"] {vertical-align:middle;position:relative !important;top:-3px !important;}
.radio-label {font-weight:normal;margin-bottom:0;color:#666666;}
.radio-label input[type="radio"] {vertical-align:middle;position:relative !important;top:-3px !important;}

/* patch the layout of generic table */
.table { border-spacing: 0; }
table th { text-align: center; }
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td { vertical-align:middle; }
.table > thead > tr > th { border-bottom: 0; }

/* patch the label position of checkbox */
.checkbox span {
  position: relative;
  top: -1px;
}
.radiobox span {
  position: relative;
  top: -1px;
}

/* patch the member layer boxes */
.mbrLayerBlock {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.mbrLayerBlock:* {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}

/* patch the admin-control bar */
#adminControl *{
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
#adminControl *:before,
#adminControl *:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
#adminControl img {
  vertical-align: inherit;
}


/** header **/
.bskr-header-top {
width: 100%;
height:5px;
background-color:#f8f8f8;
border-bottom: #e7e7e7 1px solid;
}

#header {margin:10px 0 12px 0;}
#header .bskr-brand { 
float:left;
display: inline-block; 
padding-right:20px;
padding:0;
margin:0;
}
#header .bskr-brand h1 {padding:0;margin:0}
#header .bskr-login {min-height:27px;margin-top:17px;}
#header .wrap {border-bottom:#DEDEDE solid 1px;}
#header .logo {float:left;padding:0;margin:0;position:relative;}
#header .logo ._logo_img {}
#header .logo ._logo_img img {}
#header .logo ._logo_txt {padding:0;margin:0;}
#header .logo ._logo_txt a {}
#header .login {float:right;position:relative;}
#header .login a {}
#header .login i {display:inline-block;margin:0 3px 0 3px;position:relative;top:1px;width:1px;height:11px;background: #c0c0c0;}
#header .bskr-search {float:right;position:relative;top:10px;margin:1px 0 0 20px;width:226px;}
#header .bskr-search * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

#sitemap {width:100%;padding:20px 0;}
#sitemap .title-box {
border-bottom:#dddddd 1px dotted;
padding: 5px 0;
margin-bottom:10px;
font-weight:bold;
}
#sitemap .title-box i {
display: inline-block;
margin: 0 10px 0 3px;
position: relative;
top: 2px;
width: 3px;
height: 15px;
background: #dddddd;
}
#sitemap ul.sitemap {
display: inline-block;
list-style-type: none;
margin-bottom: 10px;
margin-top: 0px;
padding-left:17px;
}
#sitemap ul.sitemap li {
margin: 7px 0px;
position: relative;
}
#sitemap ul.sitemap li.item1 {font-weight:bold;}


/** sidebar **/
@media (max-width:767px){
.bskr-sidebar {margin-top:20px;}
}
.col-bskr-6 {
width: 100%;
float: left;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
position: relative;
min-height: 1px;
}
.bskr-sidebar { padding-top: 20px; }
.bskr-sidebar.fixed { padding-top: 0; }
.bskr-sidebar .menuhead {
background-color: #fff;
color:#ffffff;
}
.bskr-sidebar .menuhead i {
display: inline-block;
margin: 0 10px 0 3px;
position: relative;
top: 2px;
width: 3px;
height: 15px;
background: #ffffff;
}
.bskr-sidenav {
background-color: #fff;
}
.bskr-sidenav .menuitem {
border-bottom: 1px solid #d5d5d5;	
position: relative;
bottom:-1px;
}
.bskr-sidenav .menuitem.active {

}
.bskr-sidenav .menuitem a {
display:block;
padding: 7px 15px;
color:#555;
}
.bskr-sidenav .menuitem a:hover {color:#222;}
.bskr-sidenav .menuitem a.active {
color: #6c9ec0;
font-weight: bold;
background-color:transparent;
}
.bskr-sidenav .subitem-list {padding-bottom:10px;}
.bskr-sidenav .subitem {
padding: 0 15px 0 25px;
background-color:transparent;
}
.bskr-sidenav .subitem span {
color:#c0c0c0;
}
.bskr-sidenav .subitem i {
display: inline-block;
margin: 0 3px 0 3px;
position: relative;
top: 1px;
width: 1px;
height: 11px;
background: #c0c0c0;
}
.bskr-sidenav .subitem a {
display:inline-block;
padding: 5px 2px;
color:#555;
}
.bskr-sidenav .subitem a:hover {text-decoration:underline;color:#333;}
.bskr-sidenav .subitem a.active {
color: #424951;
font-weight: bold;
}
.btn-subitem {
color: #333333;
background-color: #eeeeee;
border-color: #cccccc;
}
.btn-subitem:hover, .btn-subitem:focus, .btn-subitem:active, .btn-subitem.active, .open .dropdown-toggle.btn-subitem {
color: #333333;
background-color: #ebebeb;
border-color: #adadad;
}
.subitem-popup {display:none;}


/* page title controls */
.bskr-title { color: #1c5b8c; margin-bottom: 20px; } 
.bskr-title hr { margin-top: 10px;} 
.bskr-title .title {  
display: inline-block;
font-family: "Malgun Gothic", "Nanum Gothic", "Dotum";
font-size:20px;
font-weight: bold;
}
.bskr-title .title a { color: #1c5b8c; }
.bskr-title .title .glyphicon { position:relative; top:3px; }
.bskr-title .title .subtitle { font-size:16px; }
.bskr-title .pull-right {padding-top:3px;}  
.bskr-title .msg {
color: #1c5b8c; 
font-family: dotum;
padding: 0 0 30px 0;
}
.bskr-title-tabs li.active a { 
font-family:"Malgun Gothic", "Nanum Gothic", "Dotum"; 
font-weight:bold;
font-size:14px;
color: #1c5b8c;
}

.bskr-title-ex {
color:#555;
padding-bottom: 5px;
margin: 0 0 20px 0;
border-bottom: 1px solid #dddddd;
}
.bskr-title-ex .title {  
display: inline-block;
font-family: "Malgun Gothic", "Nanum Gothic", "Dotum";
font-size:20px;
font-weight: bold;
}
.bskr-title-ex .title a { color: #555; }
.bskr-title-ex .title .glyphicon { position:relative; top:3px; }
.bskr-title-ex h1, .bskr-title-ex h2, .bskr-title-ex h3, .bskr-title-ex h4 {
font-family:"Malgun Gothic", "Nanum Gothic", "Dotum"; 
font-weight:bold;
margin: 0 0 -5px 0;
padding-bottom: 5px;
display: inline-block;
border-bottom: 3px solid #555;
}


/* footer controls */
.bskr-footer {
margin-top:-25px;
background:#222222;
border-top:1px #ccc solid;
padding-top: 15px;
padding-bottom: 15px;

color: #919191;
text-align: center;
}
.bskr-footer .slinks {}
.bskr-footer .ssl {float:right;margin-top:-70px;}
.bskr-footer .slinks .elink a {
font-family:"Malgun Gothic", "Nanum Gothic", "Dotum"; 
font-weight:bold;
font-size:14px;
color: #333;
text-decoration: none;
background: transparent;
}
.bskr-footer .slinks .elink a:hover {
color: #777;
text-decoration: underline;
}


/* common colors */
.navbar-bskr .navbar-nav > li > a {
font-family: "Malgun Gothic", "Nanum Gothic", "Dotum";
font-size: 14px;
font-weight: bold;
text-align: center;
}
.bskr-sidebar .menuhead {
font-family: "Malgun Gothic", "Nanum Gothic", "Dotum";
padding: 10px 15px;
font-size:14px;
font-weight: bold;
}
.btn {font-family:"Malgun Gothic", "Nanum Gothic", "Dotum"; font-weight:bold;}
.dropdown-menu > li > a {font-family:"Malgun Gothic", "Nanum Gothic", "Dotum"; }
.bskr-font { font-size:12px; }
.bskr-font-lg { font-size:14px; }
.bskr-font-xlg { font-size:16px; }

.link-blue a {
color: #428bca;
text-decoration: none;
background: transparent;
}
.link-blue a:active, .link-blue a:hover {
outline: 0;
}
.link-blue a:hover, .link-blue a:focus {
color: #2a6496;
text-decoration: underline;
}

.label{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;}
.badge{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;}
.badge-primary{background-color:#357ebd;}
.badge-success {background-color:#398439;}
.badge-info {background-color:#269abc;}
.badge-warning {background-color:#eea236;}
.badge-danger {background-color:#ac2925;}

.clr-main { color:#1c5b8c }
.clr-red { color:#ff0000; }

.pagebox01 .selected, .pagebox01 .notselected {position: relative;top: 2px;}

/** main_ad **/
#main_ad {
text-align:center;
margin-bottom: 15px;
}
.main_banner {
padding:0;
border:1px solid #ddd; 
}
.ad_adsense {width:100%;text-align:center}
.main_adsense {
padding:17px 5px;
border:1px solid #ddd; 
background-color:#f9f9f9;
}


/** features **/
#features h2 {
font-family: "Malgun Gothic", "Nanum Gothic", "Dotum";
color:#555;
font-weight:bold;
}
 
/** client logos **/
#clients {
display: block;
margin:35px 0;
}
#clients .clients-wrap {
display: block;
width: 100%;
margin: 0 auto;
overflow: hidden;
}
#clients .clients-wrap ul {
display: block;
list-style: none;
position: relative;
}
#clients .clients-wrap ul li {
display: block;
float: left;
position: relative;
width: 140px;
height: 55px;
line-height: 55px;
text-align: center;
}
#clients .clients-wrap ul li img {
vertical-align: middle;
max-width: 100%;
max-height: 100%;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
transition: all 0.3s linear;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
filter: alpha(opacity=65); 
opacity: 0.65;
}
#clients .clients-wrap ul li img:hover {
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100); 
opacity: 1.0;
}

/** default components **/
.modal-title {font-weight:bold;font-family: "Malgun Gothic", "Nanum Gothic", "Dotum";}
.popover-title {font-weight:bold;font-family: "Malgun Gothic", "Nanum Gothic", "Dotum";}
.nav-tabs>li {font-family: "Malgun Gothic", "Nanum Gothic", "Dotum";font-weight:bold;}
.nav-tabs>li>a {color: #428bca;}
a.bskr_autolink {
color: #428bca;
text-decoration: none;
background: transparent;
}
a.bskr_autolink:hover {
color: #2a6496;
text-decoration: underline;
}
span.s {text-decoration:none;}
p {margin: 0 0 10px;}

 /*동리목월*/
.s_con li{line-height:1.8em}
.s_con table th, .s_con table td{font-size:13px;line-height:1.6em;}

.s_con .btn_rss{text-align:right;}

.mar_left30{margin-left:30px;}
.mar_l50{margin-left:50px;}
.mar_l30{margin-left:30px;}
.mar_l20{margin-left:20px;}
.mar-r10{margin-right:10px}
.mar_r20{margin-right:20px}
.mar_t10{margin-top:10px}
.mar_t20{margin-top:20px !important}
.mar_t30{margin-top:30px!important}
.mar_b15{margin-bottom:15px}

.pad_b30{padding-bottom:30px !important}

.mt5 { margin-top: 5px; }
.mt10{margin-top:10px}
.mt20{margin-top:20px!important}
.mt30{margin-top:30px!important}
.mt50{margin-top:50px}

.mb5 {margin-bottom: 5px; }
.mb10{margin-bottom:10px}
.mb20{margin-bottom:20px}
.mb30{margin-bottom:30px}
.mb50{margin-bottom:50px}

.mr10{margin-right:10px}
.mr20{margin-right:20px}
.mr30{margin-right:30px}
.mr50{margin-right:50px}

.ml10{margin-left:10px}
.ml20{margin-left:20px}
.ml30{margin-left:30px}
.ml40{margin-left:40px}
.ml50{margin-left:50px}
.ml120{margin-left:120px}

.mr200 { margin-right: 200px; }
.mr220 { margin-right: 220px; }
.mr230 { margin-right: 230px; }
.mr260 { margin-right: 260px; }
.mr270 { margin-right: 270px; }
.mr290 { margin-right: 290px; }
.mr300 { margin-right: 300px; }


.txt{line-height:1.5em;text-align:justify}
.txt_cen{text-align:center}
.txt_left{text-align:left}
.txt_right{text-align:right}
.txt_left_pad10 {text-align:left!important; padding:10px !important}

.fs_14{font-size:1.4em}
.fs_15{font-size:1.5em}
.fs_17{font-size:1.7em}
.fs_13 {font-size: 13px;  line-height: 18px;  text-align: justify;}
.fc_g{color:#767676}
.fc_r{color:#bf4040}
.fc_b{color:#3571b5}
.fc_g2{color:#6ba429}

td											{ font-family:"맑은고딕",Malgun Gothic,"나눔고딕",Nanum Gothic,"돋움",dotum,AppleGothic,sans-serif;}
img											{ margin:0; border:0; vertical-align:top;}
div, dl, span								{ margin:0; padding:0; border:0; font-family:"맑은고딕",Malgun Gothic,"나눔고딕",Nanum Gothic,"돋움",dotum,AppleGothic,sans-serif;}
form										{ margin:0; padding:0; border:0;}
ul, li, ol, dl, dt, dd, p, em				{ list-style:none; margin:0; padding:0;}
em											{ list-style:none; margin:0; padding:0; font-size : 12px; font-style: normal; font-weight:bold;}
table										{ border-collapse:collapse; border-spacing:0; }
button										{ border:0; padding:0; background:transparent; cursor:pointer; overflow:visible;}
input, select, option						{ vertical-align:middle; font-family:"맑은고딕",Malgun Gothic,"나눔고딕",Nanum Gothic,"돋움",dotum,AppleGothic,sans-serif;}
label										{ cursor:pointer; }
a:link										{ text-decoration:none; color: #444;}
a:visited									{ text-decoration:none; color: #444;}
a:active									{ text-decoration:none; color: #444;}
a:hover										{ text-decoration:none; color: #009CD6;}

fieldset									{ border:solid 0 transparent; padding:0;margin:0;}
legend										{ overflow:hidden;visibility:hidden;font-size:0;width:0;height:0;margin:0;padding:0;position:absolute;font-size :1em; }
hr, h1, h2, caption							{ overflow:hidden;visibility:hidden;font-size:0;width:0;height:0;margin:0;padding:0;position:absolute;}
h3, h4, h5									{ margin:0; padding:0; border:0;}
div.skipNav									{ overflow:hidden;visibility:hidden;font-size:0;width:0;height:0;margin:0;padding:0;position:absolute;}
#skipNav									{ overflow:hidden;visibility:hidden;font-size:0;width:0;height:0;margin:0;padding:0;position:absolute;}
.skipNav									{ overflow:hidden;visibility:hidden;font-size:0;width:0;height:0;margin:0;padding:0;position:absolute;}

.Skipul	 ul li								{ position:relative; float:left; padding:0; margin:0}
.skip										{ display:block; height:1px; width:1px; margin:0 -1px -1px 0; padding:0; overflow:hidden; font-size:0; line-height:0;}
.skip:hover,	
.skip:active,
.skip:focus									{ width:100%; height:auto; margin:0; padding:5px 0; text-indent:10px; font-weight:bold; font-size:12px; color:#333; font-family:Tahoma; line-height:1; text-decoration:none !important;}

#Start										
#Start	.Subtitle							{ float:left; font-size:25px; margin-bottom:15px; font-weight:normal; color:#343434; letter-spacing:-3px;}
#Start	.titleroad							{ position:relative;  float:l; margin-right:45px; border-bottom:1px solid #dadada; }
#Start	.titleroad .Position				{ text-align:left; line-height:30px; font-size:12px;}
#Start	.titleroad .Position	a, 
#Start	.titleroad .Position	a:hover		{ color:#333; letter-spacing:-1px;}
#Start	.titleroad .Position img			{ vertical-align:middle; margin-bottom:2px;}
#Start	.contents							{ float:left; line-height:23px; margin:20px 45px 20px 0; text-align:left;}


.table_basic02{width:100%;border-top:solid 2px #555;}
.table_basic02 thead th{padding:17px 0;border:solid 1px #d8d8d8;background:#f8f8f8;vertical-align:middle; text-align:center; border-bottom:0;}
.table_basic02 tbody th{padding:15px 0;border:solid 1px #d8d8d8;background:#f9f9f9;vertical-align:middle; text-align:center; border-bottom:0;}
.table_basic02 tbody td{padding:5px;border:solid 1px #d8d8d8;vertical-align:middle;}
.table_basic02 tbody .tac{text-align:center;padding:10px;}
.table_basic02 ul ul li {padding-left:15px}
.table_basic02 .c_gray {color:gray}
.table_basic02	.txt_center	{ text-align:center;}

.table_basic03{width:30%;border-top:solid 2px #555;}
.table_basic03 thead th{padding:17px 0;border:solid 1px #d8d8d8;background:#f8f8f8;vertical-align:middle; text-align:center; border-bottom:0;}
.table_basic03 tbody th{padding:15px 0;border:solid 1px #d8d8d8;background:#f9f9f9;vertical-align:middle; text-align:center; border-bottom:0;}
.table_basic03 tbody td{padding:5px;border:solid 1px #d8d8d8;vertical-align:middle;}
.table_basic03 tbody .tac{text-align:center;padding:10px;}
.table_basic03 ul ul li {padding-left:15px}
.table_basic03 .c_gray {color:gray}
.table_basic03	.txt_center	{ text-align:center;}

.box_con{background:#f1f1f1;border:#dadada 1px solid;padding:10px;margin:0 0 30px 0}
.box_con div{background:#fff;padding:10px;text-align:justify;font-size:14px;}

/*.s_con h4{background:url("/images/blit01.gif") no-repeat 0 13px;padding:0 0 0 25px; font-family:NanumMyeongjo; font-size:1.5em;line-height:1.8em;margin:0 0 10px 0;color:#444;font-weight:600; display:inline-block;}*/
.s_con h4{font-family:NanumMyeongjo; font-size:1.5em;line-height:1.8em;margin:0 0 10px 0;color:#444;font-weight:600; display:inline-block;}







.s_con h5{background:url("/images/blit02.gif") no-repeat 0 10px;padding:0 0 5px 15px;  font-family:NanumMyeongjo; font-size:1.4em;line-height:1.5em;margin:0 0 0 7px;font-weight:600}
.s_con	.none	{ background:none;}

.basic_ul li{background:url("/images/blit03.gif") no-repeat left 9px;padding:0 0 0 10px;font-size:14px; letter-spacing:0;}
.basic_ul li li{background:url("/images/blit04.gif") no-repeat left 10px;padding:0 0 0 10px;font-size:14px}
.basic_ul li a:hover {font-weight:bold}
.basic_ul .on { font-weight: bold; color: #000000; }
.basic_ul span { float: right; width: 110px; }
.basic_ul div { font-size: 12px; }
.basic_ul .subM { font-size: 12px; font-weight: normal; padding: 0; }
.basic_ul .subMon { font-size: 12px; font-weight: bold; padding: 0; color: #000000; }
.basic_none		{ background:none; font-size:14px; letter-spacing:0;  display:inline-block;}
.basic_none	li	{ background:none; font-size:12px}


.line {border-bottom:2px dotted #cccccc;margin:30px;}
.sub_title03{background:url(../images/sub_title02.png) no-repeat; font-family:NanumMyeongjo;font-size:16px;font-weight:bold;margin-bottom:15px;}
/*.sub_title03{background:url(../images/sub_title02.png) no-repeat;padding-top:15px;font-family:NanumMyeongjo;font-size:16px;font-weight:bold;margin-bottom:15px;}*/
.cont_box01{overflow:hidden;background:#fffaf6;padding:20px;border-top:1px solid #c6a182;color:#6d6d6d;}
.cont_box01 ul li{float:left;margin-right:10px}
.cont_box01 ul li:last-child{margin-right:0}

.sub_title03 small {color:#aeaeae;}


.his-wrap{overflow:hidden; margin-top:40px;}
.his-wrap .inner_left{float:left;}
.his-wrap .inner_right{float:left;}
.his-wrap dl{overflow:hidden; line-height:21px; text-align:left;}
.his-wrap dl.line01{background:url("/images/history_line.png") repeat-y 0 6px;}
.his-wrap dl dt{float:left; background:url("/images/history_dot.png") no-repeat 7px 7px; display:block; width: 60px; color:#3276bd; font-weight:bold; margin:0 0 15px 0; padding-left:20px}
.his-wrap dl dd{float:left; width:310px; margin:0 0 15px 0;}

.his-wrap02 {overflow:hidden; margin-top:40px;}
.his-wrap02 dl{overflow:hidden; line-height:21px; text-align:left;}
.his-wrap02 dl.line01{background:url("/images/history_line.png") repeat-y 0 6px;}
.his-wrap02 dl dt{float:left; background:url("/images/history_dot.png") no-repeat 7px 7px; display:block; width:110px; color:#3276bd; font-weight:bold; margin:0 0 15px 0; padding-left:20px}
.his-wrap02 dl dd{float:left; width:725px; margin:0 0 20px 0;}

.work-his-wrap{overflow:hidden; margin-top:40px;}
.work-his-wrap .inner_left{float:left; width:500px;}
.work-his-wrap .inner_right{float:left; width:500px;}
.work-his-wrap dl{overflow:hidden; line-height:21px; text-align:left;}
.work-his-wrap dl.line01{background:url("/images/history_line.png") repeat-y 0 6px;}
.work-his-wrap dl dt{float:left; background:url("/images/history_dot.png") no-repeat 7px 7px; display:block; width: 100px; color:#3276bd; font-weight:bold; margin:0 0 15px 0; padding-left:20px}

/*.work-his-wrap dl dt{float:left; background:url("/images/history_dot.png") no-repeat 7px 7px; display:block; width: 60px; color:#3276bd; font-weight:bold; margin:0 0 15px 0; padding-left:20px}*/



.work-his-wrap dl dd{float:left; width:350px; margin:0 0 15px 0;}


/*02*/

.his2-wrap{overflow:hidden; margin-top:40px;}
.his2-wrap .inner_left{float:left;}
.his2-wrap .inner_right{float:left;}
.his2-wrap dl{overflow:hidden; line-height:21px; text-align:left;}
.his2-wrap dl.line01{background:url("/images/history_line.png") repeat-y 0 6px;}
.his2-wrap dl dt{float:left; background:url("/images/history_dot.png") no-repeat 7px 7px; display:block; width: 60px; color:#3276bd; font-weight:bold; margin:0 0 15px 0; padding-left:20px}
.his2-wrap dl dd{float:left; width:310px; margin:0 0 15px 0;}

.his2-wrap02 {overflow:hidden; margin-top:40px;}
.his2-wrap02 dl{overflow:hidden; line-height:21px; text-align:left;}
.his2-wrap02 dl.line01{background:url("/images/history_line.png") repeat-y 0 6px;}
.his2-wrap02 dl dt{float:left; background:url("/images/history_dot.png") no-repeat 7px 7px; display:block; width:110px; color:#3276bd; font-weight:bold; margin:0 0 15px 0; padding-left:20px}
.his2-wrap02 dl dd{float:left; width:725px; margin:0 0 20px 0;}

.work2-his-wrap{overflow:hidden; margin-top:40px;}
.work2-his-wrap .inner_left{float:left; width:600px;}
.work2-his-wrap .inner_right{float:left; width:600px;}
.work2-his-wrap dl{overflow:hidden; line-height:21px; text-align:left;}
.work2-his-wrap dl.line01{background:url("/images/history_line.png") repeat-y 0 6px;}
.work2-his-wrap dl dt{float:left; background:url("/images/history_dot.png") no-repeat 7px 7px; display:block; width: 300px; color:#3276bd; font-weight:bold; margin:0 0 15px 0; padding-left:20px}
.work2-his-wrap dl dd{float:left; margin:15px;}







.additional_box{overflow:hidden;margin-bottom:30px;}
.additional_box ul li{float:left;margin-right:13px;color:#7f7f7f;width:276px;text-align:center;margin-bottom:10px;}
.additional_box ul li:last-child{margin-right:0}

.btn_reserved{display: inline-block; padding:10px 25px;background: #3276bd; color: #ffffff !important; text-decoration: none; vertical-align: middle; border: none;}

.literature_box{overflow:hidden;padding:20px;background:#fff9ef;margin-bottom:30px}


/**/

.s-title {
  position: relative;
  color: #000;
  font-size: 18px;
  font-weight: normal;
}
.s-title .line-top {
  display: block;
  width: 20px;
  height: 2px;
  position: absolute;
  top: -5px;
  left: 0;
  background-color: #266dbf;
}
.s-title-02 {
  font-size: 18px;
  color: #266dbf;
  font-weight: normal;
}