/**
* Theme styleseet file
*
* @Program     DWEBS
* @Type  	   css
* @author      DWEBS
* @link        https://www.dwebs.kr
*/

@import url(//fonts.googleapis.com/earlyaccess/nanummyeongjo.css);

/* -------------------------------------------------------------------
| Custom selection color
| ------------------------------------------------------------------*/
::selection { background-color: #5d5d5d; color: #58FAF4; }
::-moz-selection { background-color: #cccccc; color: white; }


/* -------------------------------------------------------------------
| Custom mark tag
| ------------------------------------------------------------------*/
mark {
	background: #CEECF5;
	border-radius: 3px;
	padding:4px;
	color: #000;
	font-weight:bold;
}


/* ------------------------------------------------------------------------------------
| Custom bootstrap breadcrumb
|
| 서브페이지 타이틀 영역
| 부트스트랩 breadcrumb 기본 구분자 및 속성 수정
|
| 부트스트랩은 페이지 로케이션을 위한 breadcrumb 클래스를 기본 제공합니다.
| 이러한 페이지로케이션의 각 영역간 구분자는 따로 명시하지 않으면 기본 / 로 표시하게되며,
| 이것을 변경하려면 .breadcrumb>li+li:before {content: ">";}등과 같이 재선언 합니다.
| -----------------------------------------------------------------------------------*/
.breadcrumb {color:#9c9c9c; font-size:12px; padding: 5px 0px 0; margin-bottom: 10px; list-style: none; border-radius: 4px; background:none;font-family: "NotoSans-Medium", sans-serif}
.breadcrumb>li+li:before {padding: 0 5px; color: #9c9c9c; content: ">";}
.breadcrumb .active{color:#9c9c9c;}


/* -------------------------------------------------------------------
| Header section
|
| 테마의 헤더영역내의 속성을 정의합니다.
| ------------------------------------------------------------------*/
#navitop_mobile {vertical-align:middle;background:#fff; height:95px; border-bottom:1px solid #cfcfcf;}
.logo{padding:30px 14px}
.mobile_btn {float:right;position:relative;width:34px;height:34px;background-color:#000;border:0px solid #2f2f2f;margin:30px 15px 0 0}
.icon-bar {margin-top:4px;margin-bottom:4px;background-color:#939393;display:block;width:22px;height:2px;border-radius:1px}

.top_navi{background:#151314;padding:5px 0 7px}
.top_navi ul{;}
.top_navi ul li{display:inline;padding:0 2.3% 0;}
.top_navi ul li a{font-size:9pt;color:#fff;text-decoration:none;letter-spacing:0.5px;font-family: "nanumMJ_B", sans-serif}
.top_navi ul li a.active{color:#666}
.m_language_btn {display:none;}

/* -------------------------------------------------------------------
| Foot section
|
| 테마의 푸터영역의 속성을 정의합니다.
| ------------------------------------------------------------------*/
.footer_area {text-align:center;border-top:1px solid #ccc; padding:10px 2% 30px 2%; background: #222;}

.call{color:#fff;font-size:13px;}
.call_txt1{color:#2f2f2d;border-bottom:1px solid #2f2f2d;padding-bottom:1px;font-family: "NotoSans-Medium", sans-serif}
.call img{max-width:5%}
.call a{display:block;border-radius:6px;background:#383838;;padding:4px 0;width:98%;margin:2% auto 0;color:#fff;font-size:10pt;font-weight:bold;text-decoration:none}

.open_info{border-top:1px solid #484848;border-bottom:1px solid #484848;padding:5px 0;color:#c0c0c0;font-size:12px;line-height:20px}
.open_info a{color:#898d8e;font-size:20px;}

.footer_copy {font-size:13px; line-height:20px;  color: #fff; opacity: .5; font-weight: 300;}
.admin{;}
.admin a{font-size:10px;color:#ccc;border:1px solid #666;background:#333;padding:3px 7px;border-radius:3px;font-family: "nanum_B", sans-serif;letter-spacing:0.5px;text-decoration:none}
.dwebs_logo{;}
.footer_device{;}
.footer_area .btn-default{font-size:10px;background:#fff;color:#666}
.footer_area .btn-primary.active, .btn-primary.active:hover{font-size:10px;background:#ececec;border:1px solid #ccc;color:#666}

.quick_wrap{width:100%}
.quick{position:relative;text-align:center;padding:20px 0}
.quick img{width:80%}
.quick a{text-decoration:none}
.quick ul{;}
.quick ul:after {display:block;clear:both;content:"";}
.quick ul li{width:48%;float:left;margin:0 1%}

/* -------------------------------------------------------------------
| Button section
|
| 테마내의 버튼들의 속성을 정의 합니다.
| ------------------------------------------------------------------*/
.btn_page_up{position:fixed; bottom:50px; right:50px; z-index:1000; display:none;}
.btn_page_up img:hover{opacity:0.5; cursor:pointer;}
.login_btn_default { background-color:#474a4d; border:1px solid #474a4d; color:#3c4349; font-size:12pt; height:68px; color:#ccc; }
.login_btn_default:hover { background-color:#333; color:#fff; }
#device_btn {vertical-align:middle; margin:0 auto;}
.board_btn_default { background-color:#474a4d; border:1px solid #474a4d; color:#d8d8d8; font-size:10pt; padding-left:10px; padding-right:10px; height:30px; }
.board_btn_default:hover { color:#fff; }


/* -------------------------------------------------------------------
| Bxslider section
|
| 테마의 Body영역의 속성을 정의합니다.
| ------------------------------------------------------------------*/
/* BXSLIDER */
.bxslider li img { margin:0 auto; }
.bxslider_btn_prev {
	position: absolute;
	left: 0px;
	top: 50%;
	z-index: 99;
	background: url('../images/bxslider_btn_prev.png') no-repeat 0 50%;
	border: 0;
	width: 46px;
	height: 64px;
	text-indent: -9999px;
	margin-top: -30px;
	opacity:0.8;
	background-color:#f28300;
}
.bxslider_btn_next {
	position: absolute;
	right: 0px;
	top: 50%;
	z-index: 99;
	background: url('../images/bxslider_btn_next.png') no-repeat 0 50%;
	border: 0;
	width: 46px;
	height: 64px;
	text-indent: -9999px;
	margin-top: -30px;
	opacity:0.8;
	background-color:#f28300;
}

/* main page */
h1,h2,h3,h4,h5,h6 {margin:0;}
a:hover {text-decoration: none;}
.main_visual {position:relative;}
.main_vis_con {position: absolute; top:70%; left:50%; transform:translateX(-50%); z-index: 99;}
.more_btn {display:inline-block; width:160px; height:50px; border:1px solid #fff; text-align:center; line-height:50px; font-size:14px; font-weight: 300; color:#fff;
transition: all 0.5s cubic-bezier(.5, .24, 0, 1); position:relative; position:relative;}
.more_btn:hover {text-decoration: none; color: #fff;  box-shadow: inset 160px 0px 0px #1075ba; border:1px solid #1075ba;}
.more_btn::before {
	content: '';
  position: absolute;
  left: 0px;
  bottom:0px;
  z-index:-1;
  width: 100%;
  height:100%;
  background: transparent;
  box-shadow: inset 0px 0px 0px #1075ba;
  display: block;
  -webkit-transition: all 0.5s cubic-bezier(.5, .24, 0, 1);
  transition: all 0.5s cubic-bezier(.5, .24, 0, 1);
}

/* contact us */
.contact_us {width:100%; height:170px; background:url('../images/common/main_contact.jpg') no-repeat; background-size: cover; padding:20px 3%; color:#fff;}
.contact_us div {float:left; }
.contact_us div:last-child  {float:right; padding-top:25px;}
.contact_us h2 {text-transform: uppercase; font-size:24px;}
.contact_us ul {margin-top:10px;}
.contact_us ul li {font-size:14px; opacity: .6; font-weight: 300; letter-spacing: -.5px;}
.more_btn.ver2 {width:109px; height:40px; line-height:40px; font-size:13px; display:block;}
.more_btn.ver2:hover {box-shadow: inset 109px 0px 0px #fff; color: #1075ba;}

/* main_box */
.main_box_wrap {display:table; width:100%; margin-top:12px;}
.main_box {width:32%; height:140px; background:url('../images/common/main_box1.jpg') no-repeat; text-align:left;  color:#fff; cursor: pointer;
margin-right:2%;float:left; display:table-cell; padding:30px 3% 0 3%;}
.main_box img {float:right;}
.main_box h3 {font-size:18px; margin-top:60px;}
.main_box.black1 {background: #222;}
.main_box.black2 {margin-right:0; background: #222;}

/* main_contn1 */
.main_content1 {max-width:100%; text-align:center; margin-top:40px; height:auto;}
.main_content1 > img {max-width:95%; height:auto; z-index: 2; position:relative;}
.main_content1 > div {display:block; z-index: 1; width:92%; height:auto; background:#f4f8f9; float:right; margin-top:-40px; padding:85px 3% 40px 10%; position:relative;
text-align: left;}
.main_content1 > div h3 {font-size:32px; color:#1e1e1e; font-weight:800; margin:0; position:relative;}
.main_content1 > div h2 {font-size:52px; position: absolute; color:#dfdfdf; font-weight:600; margin:0; top:55px; left:20%; z-index: -1;}
.content1_txt1 {font-size:15px; color:#222222; margin-top:25px;}
.content1_txt2 {font-size:15px; color:#666666; font-weight:300; line-height:135%; margin-top:30px;}
.more_btn.ver3 {width:163px; height:50px; background:#1075ba; font-size:13px; font-weight: 500; line-height:50px; border:1px solid #1075ba;}
.more_btn.ver3:hover {box-shadow: inset 163px 0px 0px #fff; color:#1075ba; }
.more_btn.ver3:hover .btn_arrow {background:url('../images/common/btn_arrow2.png') no-repeat 0 0; }
.btn_arrow {display:inline-block; width:16px; height:7px; background:url('../images/common/btn_arrow1.png') no-repeat 0 0; padding:0 0 10px 0;
transition: all 0.5s ease; margin-left:8px;}

/* main_content2 */
.main_content2 {max-width:100%; height:auto; padding:40px 0; background:url('../images/common/content2_bg.jpg') repeat-y;  color:#fff; position:relative; background-size: cover; text-align:center; margin-top:40px;}
.main_content2_txt h2 {font-size:52px; position: absolute; color:#fff; opacity: .1; font-weight:600; margin:0; top:30px; left:14%; z-index: 2;}
.main_content2_txt h3 {font-size:32px; font-weight:600; margin:30px 0 0 0;}
.main_content2_txt p {margin-top:30px; font-size:15px; font-weight: 300; line-height:155%; padding:0 5%;}
@media (max-width:320px) {
	.main_content2_txt p  {font-size:14px;}
}

/* main_content2_slider */
.main_content2_slider {margin-top:30px; width:100%; height:auto; position: relative; overflow: hidden;}

/* slick slider */
.slick-slide.slick-center{position:relative; z-index: 99; margin:0  0; transform: scale(1);}
.slick-slide img {display:inline-block !important; max-width:82%; height:auto;}
/* .slick-slide {transform: scale(0.7);	transition: .2s ease-in-out all; } */
.slick-slider {padding:10px 0 55px 0;}
.slick-list {padding:0 !important}

/* Dots (pager )*/
.main_content2_slider .slick-dots
{
    position: absolute;
    bottom: 0px;
	left:50%; transform:translateX(-50%);
    display: block;
    width: 100%;
	height:17px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
	z-index: 99;
}
.main_content2_slider .slick-dots li{width:17px; height:17px; display:inline-block; margin-right:20px; opacity: 1; font-size:30px;
 background:url('../images/common/slick_dots2.png') no-repeat; }
.main_content2_slider .slick-dots li:last-child {margin-right:0;}
.main_content2_slider .slick-dots li button {color: transparent; background: transparent; text-indent: -9999px;}
.main_content2_slider .slick-dots li.slick-active { background:url('../images/common/slick_dots1.png') no-repeat !important;}
.main_content2_slider .slick-dots .slick-active {opacity: 1;}
/* slick prev next */
.main_content2_slider .slick-prev { display:block; background:url('../images/common/slider_arrow.png')0px 0px no-repeat transparent; left: 0;}
.main_content2_slider .slick-next { display:block; background:url('../images/common/slider_arrow.png')-85px 0px no-repeat transparent; right: 0}
.main_content2_slider .slick-prev,
.main_content2_slider .slick-next {width:85px; height:85px; font-size:0; position: absolute; top:35%; z-index: 99;}

/* content3 */
.content3 {max-width:100%; height:auto; background:url('../images/common/content3_bg.jpg') no-repeat; text-align:center;  background-size: cover; padding:40px 3%;
margin-bottom:10px;}
.content3 > div h2 {margin:0; color:#222222; font-size:32px; font-weight: 600;}
.content3 > div p {color:#656565; font-weight:300; font-size:15px; margin-top:10px; }
.more_btn2 {float:right; color:#1075ba; font-size:13px; font-weight:600; }
.more_btn2 .btn_arrow {background:url('../images/common/btn_arrow2.png') no-repeat 0 0;}
.more_btn2:hover {text-decoration: none; color:#1075ba;}
.content3 ul {border:1px solid #eee; border-top:4px solid #61aee2; margin-top:15px; display:inline-block; background: #fff;}
.content3 ul li {text-align:left; padding:30px 0; background:#fff; max-width:100%; height:auto; cursor: pointer; border-bottom:1px solid #eee; display:inline-block;
width:100%;}
.content3 ul li:last-child {border-bottom:none;}
.content3 ul li div {float:left;}

.notice_time {text-align:center; width:25%; position:relative; z-index: 2;}
.notice_time > p {font-size:32px; color:#222222; font-weight:600;}
.notice_date {font-size:14px; color:#666666; font-weight:300;}
.notice_new {position:absolute; display:block; width:35px; height:35px; background:#62afe3; border-radius: 100%; -moz-border-radius: 100%;
-webkit-border-radius: 100%; -o-border-radius: 100%; color:#fff; font-size:13px; line-height:35px; text-align:center; font-weight:600;
top:0; right:15%; z-index: -1;}
.notice_con {width:75%; padding:0 4%;}
.notice_con > p {font-size:15px; color:#222; font-weight:500;  margin:0 0 2px 0;}
.notice_con > span {color:#666; font-size:14px; font-weight: 300; display:block; margin-top:10px;}
/* .colgroup_wrap{width:100%;min-width: 1200px;display: inline-block;} */
@media (max-width:414px) {
	.notice_new {right:0;}
}

#bx-wrapper img {
    width: auto !important
}
/* -------------------------------------------------------------------
| Body section
|
| 테마내에 일반적인 컨텐츠들의 속성을 정의합니다.
| ------------------------------------------------------------------*/
/* warp */
#wrap {}
/* 서브 레이아웃 */
#sub_top_area_wrap{width:100%;height:100%;}
.sub_top_area{position:relative;width:100%;margin:0 auto;text-align:center;color:#fff;padding:50px 0;}
/* .sub_top_area_t{font-size:15px;font-family: "NotoSans-Light", sans-serif;}
.sub_top_area_line{width:100px;height:1px;border-bottom:1px solid #fff;margin:0 auto;padding-top:10px;} */
/* .sub_top_area>p{ font-family: 'NotoSans-Light', sans-serif; color:#fff; font-size: 18px; line-height: 1.7em;}
.sub_top_area>p>span{ font-family: 'NotoSans-Bold', sans-serif;} */
.sub_top_area > span {display:inline-block; background:#fff; width:48px; height:3px; }
.sub_top_title {font-size:1.8em; font-family: 'NotoSans-Bold' ;}

.sub_article{position:relative;width:1300px;margin:0 auto;padding-bottom:50px;border-bottom:1px solid #151314}
.title{text-align:center;padding:20px;border-bottom: 1px solid #ccc;}
.sub_title{color:#353535; font-size:24px;border-bottom:2px solid #1064ba;padding-bottom:17px;}
.contents{min-height:350px;padding:0 15px 30px;}

/* 연혁 탭메뉴 */
.nav-tab{margin:0 auto; width:100%;  text-align:center;}
.nav-tab>li{width:100%;text-align: center; background:#fff; font-size:0; box-sizing:border-box;  border:1px solid #ddd; border-bottom:none;}
.nav-tab>li:last-child { border-bottom: 1px solid #ddd;}
.nav-tab>li>a	{font-size:15px;font-weight:500; color:#333; transition: all 0.2s ease;  box-sizing:border-box !important;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; padding: 20px 0;}
.nav-tab>li>a span {font-size:24px; padding:0 10px 4px 0;}
.nav-tab>li.active a{color:#fff; background:#1064ba; }
.nav>li>a:focus, .nav>li>a:hover { color:#fff; background:#1064ba;}
.nav-tab>li.active>a., .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{font-size:15px;font-weight: 400; color:#333;}
.nav-tab>li.active>a.green, .nav-tabs>li.active>a.green:focus, .nav-tabs>li.active>a.green:hover{border-top: 3px solid  #80a61d; }
.nav-tab>li.active>a.blue, .nav-tabs>li.active>a.blue:focus, .nav-tabs>li.active>a.blue:hover{border-top: 3px solid  #13599f; color: #13599f; }
.tab-content>.active { display: block;}
.tab-pane{border:none; }
.tab-pane>ul{ padding: 30px; }
.tab-pane>ul>li{position: relative; font-size: 15px; color:#333; font-weight: 400; line-height: 30px; padding-left: 15px;  }
.tab-pane>ul>li::before{ position: absolute; top:13px; left: 0; width:5px; height: 5px; background: #222; content: ""; }

/* 시공실적 탭메뉴 */
.nav-tab2 {margin:0 auto; text-align:center;}
.nav-tab2 >li{width:100%;  display:inline-block; text-align: center; background:#fff; font-size:0; box-sizing:border-box; border:1px solid #ddd;
border-bottom:none;}
.nav-tab2 >li:last-child {border-bottom:1px solid #ddd;}
.nav-tab2 >li>a	{font-size:15px;font-weight: 500; color:#333; transition: all 0.3s ease;  box-sizing:border-box !important;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; padding: 20px 0;}
.nav-tab2 >li>a	 span {font-size:28px; padding:0 15px 4px 0;}
.nav-tab2>li.active a{color:#1075ba; background:#f8f8f8;}
.nav-tab2>li>a:focus, .nav-tab2>li>a:hover { color:#1075ba; background:#f8f8f8;}


/* greeings */
.greetings_content1{position:relative; width:95%; height:180px; background: url('../images/sub/greeting_img.jpg') no-repeat; background-size:cover; float:right;
margin-bottom:150px;}
.greetings_content1_img {float:right; max-width:97%; height:auto;}
.greetings_content1_t {width:350px; height:220px; background: url('../images/sub/greeting_txt.jpg') no-repeat; position:absolute; top:70px; color:#fff;
padding: 30px 40px 30px 40px; left:-5%;}
@media (max-width:500px) {
	.greetings_content1_t {max-width:80%; height:auto; padding: 30px 8% 30px 8%;}
}
@media (max-width:385px) {
	.greetings_content1 {margin-bottom:180px;}
}
.greetings_content1_t span {font-weight:500;}
.greetings_content1_t h3 {font-size:20px; font-weight:300; margin:0; line-height:28px;}
.greetings_content1_t p {font-size:15px; font-weight:300; float:right; text-align: right; margin-top:30px;}
.greetings_content2 {text-align:center;}
.greetings_content2 h3 {font-size:22px; color:#222; font-weight:400;}
.greetings_content2 h3 >  span {color:#368bc5; font-weight:600;}
.greetings_content2 > span {display:block; width:25px; height:2px; background:#368bc5; margin:30px auto;}
.greetings_content2_t {margin-bottom:65px;}
.greetings_content2_t p:first-child {color:#333; font-weight:400; font-size:18px;}
.greetings_content2_t p:first-child span {font-weight: 600;}
.greetings_content2_t p:last-child {margin-top:15px; font-size:15px; color:#666666; line-height: 24px; font-weight: 300;}

.greetings_content2_t h3 {font-size:24px; color:#333;}
.greetings_content2_t h3 img {vertical-align: bottom;}
.greetig_p {margin-top:15px; font-size:15px; color:#666666; line-height: 24px; font-weight: 300;}

/* history_content */
/* 2 */
.history_con {width:100%; margin:20px auto 0; height:auto;}
.history_line {display:inline-block; width:1px; background: #ddd; float:left; margin-left:10%;}
.history_cir {width:17px; height:17px; border-radius: 100%; -moz-border-radius: 100%; -o-border-radius: 100%; -webkit-border-radius: 100%;
border:4px solid #ccc; display:block;background:#fff; display:inline-block;  margin-left:-8px;}
.history_right_con {float:left;text-align:left; width:80%;}
.history_right_con ul {margin-left:20%;}
.history_right_con ul li h4 {font-weight: 600; color:#333; font-size:26px; margin-bottom:20px;}
@media (max-width:380px) {
	.history_right_con ul li h4 { font-size:22px;}
}
@media (max-width:350px) {
	.history_right_con ul li h4 {font-size:20px;}
	.history_right_con ul li h4 span {margin: 0 10px 8px 0 !important;}
}
.history_right_con ul li h4 span {display:inline-block; width:50px; height:1px; background:#000; margin:0 20px 10px 0;}
.history_right_con ul li p  {font-size:15px; color:#333; font-weight: 300; margin-bottom:10px;}
.history_right_con ul li img {border:1px solid #ddd; display:block; margin-top:8px; float:left; height:auto; max-width:100%;}
.history_right_con ul li p span {color:#a9a9a9; font-size:14px;}
/* .history_right_con {float:left;}
.history_right_con ul li img {border:1px solid #ddd; display:block; margin-top:8px; float:left; height:auto;}
.history_right_con ul li p span {color:#a9a9a9; font-size:14px;}
.history_right_con.mt ul {margin-top:11px;} */
/* .history_con.margin .history_line {margin-left:160px;}
.history_con.margin .history_right_con {margin-left:160px;} */

/* philosophy */
.philosophy_img {max-width:100%; height:auto; background:url('../images/sub/philosophy_img.jpg') center no-repeat; color:#fff; text-align:center; padding:42px 5% 42px 5%;}
.philosophy_img h2 {font-size:26px; font-weight: 500; margin-bottom:25px;}
.philosophy_img p {font-size:15px; font-weight: 300; line-height:24px; text-align:center;}
.philosophy_img h3 {text-align:center; font-size:20px; font-weight:300; }
.philosophy_img h3 span {font-weight: 600;}
.philosophy > h2 {text-align:center; color:#222; font-size:26px;font-weight: 500;}
.philosophy > span {display: block; width:35px; height:3px; background: #327fba; margin:40px auto 30px;}
.philosophy ul {margin:0 auto; text-align:center; float:left;}
.philosophy ul li {width:100%; display:inline-block; padding:40px 5%; height:auto; border-bottom:1px solid #ddd;}
.philosophy ul li:last-child {border-bottom:none;}
.philosophy ul li h4 {font-weight: 500; color:222; font-size:20px; margin-top:15px;}
.philosophy ul li p {font-size:15px; font-weight:300; color:#327fba; margin:15px 0;}
.philosophy ul li span {color:#666; font-weight:300; font-size:15px;}

/* business */
.business {max-width:100%; height:auto; margin:0 auto; height:auto; position:relative;  z-index: 1; padding:40px 0; text-align:center;}
.business.right .business_background {right:-15px;}
.business.left .business_background { left:-15px;}
.business_background {display:block; position:absolute; width:90%; height:320px; background: #f4f8f9; z-index: -1; top:140px;}
@media (max-width:375px) {
	.business_background {width:90%; height:280px;}
}
@media (max-width:330px) {
	.business_background {top:100px;}
}
.business_img {display:inline-block; position:relative;}
.business_img img {max-width:100%; height:auto;}
.business_eng {position:relative; left:0;}
.business_t {position:relative;}
.business_img .business_eng {position:absolute; top:-50px; text-align:right;}
.business_eng.left {left:0 !important;}
.business_eng.right {right:0 !important;}
.business_eng p {text-transform: uppercase; font-size:24px; color:#3583c2; font-weight: 800; padding-bottom:5px;}
/* .business.right .business_eng p {padding-right:42px; padding-left:0;} */
.business_eng span {display:block; width:180px; height: 2px; background:transparent; background-image: linear-gradient(to right, rgb(98, 175, 227), rgb(50, 134, 191)); float:right;}
.business_t h2 {margin-top:80px; font-size:32px; color:#222;}
.business_t > p {margin-top:10px; font-size:15px; font-weight: 300; color:#353535;}

/* location_map */
/* .location_map {padding:20px; border:1px solid #ddd;} */
.location_img{padding:15px; border:1px solid #ddd; text-align:center;}
.location_img img {max-width:100%; height:auto;}
.location_img, .location_txt  {margin-top:30px}
.location_txt {margin-top:40px; margin-bottom:30px;}
.location_txt h2 {margin:0; font-size:24px; font-weight: 800;}
.location_txt > span {width:30px; height:1px; margin:35px 0; display:block; background:#000;}
.location_txt p {margin-bottom:20px; color:#333; font-weight: 300; font-size:15px;}
.location_txt p > span {padding-right:10px; color:#3674b4; font-size:18px; padding-bottom:3px;}

/*table*/
.xteel_table {width: 100%; margin-bottom: 40px;   border:1px solid #ddd; border-bottom:none;}
.xteel_table th, .xteel_table td {padding: 15px 30px; text-align: left; border-bottom:1px solid #ddd; }
.xteel_table thead {background:#366ab4;}
.xteel_table th {font-size:17px; color:#fff; font-weight: 400; border:none; padding:20px 0;}
.xteel_table td {color:#474747; font-size:14px; font-weight:300;}
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {bottom:18px !important;}
.xteel_table_bg {background: #f3f9ff;}
.xteel_table_t {border-right:1px solid #ddd; background:#f3f9ff;}
.xteel_table_t b {color:#1f4e7e;}
.xteel_table.dataTable td:first-child {color:#1f4e7e; font-weight: 400;}
table.dataTable thead>tr>th.sorting, thead>tr>th.sorting_desc {padding:20px 30px;}

.xteel_table.equipment {width:640px;}
.xteel_table.equipment th, .xteel_table.equipment td  {text-align: center;}
.xteel_table.equipment td {padding:10px 20px;}

/* year_btn */
.year_tab {margin:20px auto 50px; text-align:center; position:relative; z-index: 1;}
.year_btn {font-size:24px; font-weight: 600; color:#333; text-align:center; transition: all 0.3s ease; display: inline-block;background:#fff;  padding:0 10px;
background: transparent;}
.year_btn:hover {color:#3674b4; text-decoration: none; }
.year_tab_head {text-transform: uppercase; position:absolute; left:50%; transform:translateX(-50%); color:#3674b4; font-weight: 800; top:-35px;
font-size: 40px; opacity: .3; letter-spacing: 1px; z-index: -1;}
.year_tab_head.result {top:-55px !important;}
/* sub_head */
.sub_line {display:block; width:40px; height:3px; background:#3674b4; margin:100px 0 30px 0;}
.sub_head {font-size:26px; font-weight: 500;}

/* technician */
.technician {width:100%; margin:0 auto 50px; padding:40px 5%; border-top:1px solid #ddd; border-bottom:1px solid #ddd; background:#f4f8f9; position:relative; z-index: 1; overflow:hidden;}
.technician_bg {position:absolute; right:-50px;bottom:-70px; opacity: 0.08; z-index: -1;}
/* .technician:last-child {border-bottom:none;} */
.technician_txt {width:100%;}
.technician_head {border-bottom:1px solid #ddd; width:100%;  height:78px; margin-top:30px;}
.technician_head h3 {margin:0; font-size:32px; color:#222; font-weight: 500; margin-right:10px;}
.technician_head h3 > span {font-weight: 300; color:#4a4949; font-size:26px;}
.technician_head p {}
.technician_head p > span { color:#9e9e9e; font-size:14px; font-weight: 300; display:inline-block; margin-top:0;}
.technician_head p > span:last-child {padding-left:10px;}
.technician_img {text-align:center;}
.technician_img p {font-size:28px; color:#222; font-weight:500; margin:20px 0 5px;}
.technician_img span {font-weight: 300; font-size:20px; color:#222;}
.technician_img img {bordeR:1px solid #ddd; max-width:100%; height:auto;}
.technician_con h4 {font-size:18px; color:#222; font-weight: 500; margin:25px 0 25px 0;}
.technician_con h4 > span {display:inline-block; width:40px; height:1px; background: #000; margin:0 0 8px 10px;}
.technician_txt ul {float:left;}
.technician_txt ul li {padding-left:30px;}
.technician_txt ul li:first-child {padding-left:0;}
.technician_txt ul li h5 { background: url('../images/sub/t_bullet.png') 0 4px no-repeat;  font-size:18px; color:#333; padding-left:30px; margin-bottom:20px;}
.technician_txt ul li p {color:#6c6c6c; font-size:14px; font-weight: 300; margin-bottom:5px; padding-left:20px;
	background: url('../images/sub/advice2_table2_bar.jpg') 0 10px no-repeat;}

.technician_txt > p {float:left; margin-top:20px; width:100%;}
.technician_txt > p > span {padding-left:10px; text-align:right; float:right;}

/* equipment */
.equipment {margin-top:30px;}
.equipment li {float:left; width:49%; margin-right:2%; text-align:center; margin-bottom:40px;}
.equipment li:nth-child(2n) {margin-right:0;}
.equipment li img {border:1px solid #e7e7e7; padding:10px; max-width:100%; height:auto;}

/* certification */
.certification li { text-align:center;  float:left; width:49%; margin-right:2%; text-align:center; margin-bottom: 40px;}
.certification li:nth-child(2n) {margin-right:0;}
.certification li p {font-size:15px; font-weight: 500; color:#353535; margin:15px auto 3px; padding:0 5%;}
.certification li img {border:1px solid #ddd; max-width:100%; height:auto;}
.certification li:nth-child(4n) {margin-right:0;}
.certificate { margin-top:50px; }
.certificate li { float:left; margin-right:16px; text-align:center; border:1px solid #e7e7e7;  padding:20px 5px;}
.certificate li p, .equipment li p {font-size:15px; font-weight: 500; color:#353535; margin:15px 0 3px 0; }
.certificate li span, .equipment li span, .certification li span {font-size:15px; font-weight: 300; color:#777;}

/*grouting(nrg)*/
.sub3_head {font-size:22px; margin:0; font-weight:500; color:#222; background: url('../images/sub/sub_bullet.png') 0 0px no-repeat; padding-left:40px;}
.txt_bold {font-weight: 500; color:#333;}
.txt_bold.blue {color:#1075ba;}
.blue {color:#1075ba;}
.nrg_content_list li {padding:20px 10px;}
.nrg_content_list li  > p {font-size:15px; font-weight: 300; color:#666; float:left; line-height:26px; padding-left:40px; margin-top:-25px;}
.nrg_content_list li > span {font-size:24px; color:#1064ba; float:left; padding-top:3px;}
.nrg_content_list li p > strong {color:#1075ba;}
.nrg_content_list.ver2 li {padding:8px 0;}
.nrg_content_list.ver2 li > p {padding-left:15px; margin-top:0px; color:#333;}
@media (max-width:340px) {
	.nrg_content_list.ver2 li > p {padding-left:10px; font-size:14px;}
}

.nrg_content1 ul:last-child {margin: 20px auto 0; text-align:center;}
.nrg_content1 ul:last-child li {display: inline-block; margin-bottom:20px;}
.nrg_content1 ul:last-child li > p {clear:both; display: block; float:none; text-align:center; font-size:15px; font-weight: 300; margin-top:10px; color:#333;}
.nrg_content1 ul:last-child li > img {border:1px solid #eee; padding:10px;}
.img_responsive {max-width:100%; height:auto;}
/* content 2 */
.nrg_content2_list {border:1px solid #ddd; background: #f4f8f9; padding:30px 8%; display: inline-block;}
.nrg_content2_list li {margin-bottom:20px;}
.nrg_content2_list li:last-child {margin-bottom:0;}
.nrg_content2_list li p {background: url('../images/sub/dotblet.png') 0 5px no-repeat; padding-left:20px; font-weight: 300; color:#666; font-size:15px;}
.nrg_content2_list2 {text-align:center;}
.nrg_content2_list2 li{margin-bottom:10px; }
/* content 3 */
.nrg_content3_list li { padding:20px 0; text-align:center;}
/* .nrg_content3_list li:nth-child(even) {background: #f4f8f9;} */
.nrg_content3_list img {display:inline-block; margin-bottom:25px;}
.nrg_content3_list p {background: url('../images/sub/dotblet.png') 0 5px no-repeat; padding-left:20px; font-weight: 300; color:#333; font-size:15px; margin-bottom:15px; width:100%; text-align:left;}
.nrg_content3_list p:last-child {margin-bottom:0;}
.nrg_content3_list li > div {background: #f4f8f9; border:1px solid #ddd; display: inline-block; padding:20px 8%; height:auto; float:left; width:100%;}

.nrg_content3_list2 {display: inline-block; width:100%;}
.nrg_content3_list2 li {width:100%;  padding: 25px 4%; text-align:center; border-bottom:1px solid #ddd;}
.nrg_content3_list2 li:last-child {border-bottom:none;}
.nrg_content3_list2 li h3 { font-size:20px;  color:#333; font-weight: 500; margin:20px 0;}
.nrg_content3_list2 li h4 {font-size:52px; width:100px; height:100px; line-height:95px; border-radius: 100%;  border:1px solid #1075ba; margin:30px auto;
color:#fff; background: #1075ba;}
.nrg_content3_list2 li p {background: url('../images/sub/dotblet.png') 0 5px no-repeat; padding-left:20px; margin-top:8px; width:100%; text-align:left;
font-weight: 300; color:#8a8a8a; font-size:14px; }
/* content4 */
.nrg_content4 > ul {display: inline-block; width:100%;}
.nrg_content4 > ul > li { width:100%; text-align:center; border:1px solid #ddd; height:auto; padding-bottom:30px; border-top:none;}
.nrg_content4 > ul > li:first-child {border-top:1px solid #ddd;}
.nrg_content4 > ul > li h3 {margin:0; border-bottom:1px solid #ddd; width:100%; font-size:18px; padding:20px 0; background: #f4f8f9; font-weight: 500; color:#333;}
.nrg_content4 > ul > li div {padding:25px 30px 0 30px;}
.nrg_content4 > ul > li p {background: url('../images/sub/dotblet.png') 0 8px no-repeat; padding-left:20px; font-weight: 300; color:#666; font-size:15px;
text-align:left; line-height:28px;}
.table_ex {font-size:13px; font-weight:300; padding:30px 30px 0 30px; color:#8a8a8a; }
.nrg_content4 ul > li > span {display: inline-block; font-size:14px; }
.nrg_content4_img {width:49%; text-align:center; padding:0 2%;}
.nrg_content4 ul > li > span:last-child {margin-top:10px;}
.nrg_content4 ul > li > span img {display: inline-block; margin-top:8px; max-width:100%; height:auto;}


.nrg_eco_head {padding:15px 0 !important; background: #eff6fb !important; font-size:14px !important; border-top:1px solid #ddd;}
.nrg_content4 ul li ul li > img {max-width:85%; padding:20px 0;}
.nrg_content4 ul li ul {display:table; width:100%;}
.nrg_content4 ul li ul li{display:table-cell; width:50%;}
.nrg_content4 ul li ul li:first-child {border-right:1px solid #ddd;}

.nrg_content4 .table_wrap{ overflow-x: scroll; margin-top: 10px;}
.nrg_content4 .table_wrap table{width: 100%; }
.nrg_content4 .table_wrap td{ border: solid 1px #ddd; font-size: 15px; font-weight: 300; color: #666; line-height: 1.6; padding: 20px; white-space: nowrap;}
.nrg_content4 .table_wrap thead th{padding: 20px 0; text-align: center; font-size: 18px; font-weight: 500; background-color: #f4f8f9; border: solid 1px #ddd;}
.nrg_content4 .table_wrap tr td:nth-of-type(-n+2){text-align: center}
.nrg_content4 .table_wrap tr td.total{text-align: center;}
.nrg_content4 .table_wrap tr.blue {background-color: #f4f8f9;}
.nrg_content4 .table_wrap tr.blue td{padding: 15px 25px; font-weight: 500;}

.t_arrow{font-size: 25px; color: #ccc; font-weight: 500; text-align: right; display: block;}

/* table */
.xteel_table2 {width:90%; margin:55px auto 0; }
.xteel_table2  th, .xteel_table2  td{padding:8px 0; text-align: center; }
.xteel_table2  th{border:1px solid #ddd; background:#eff6fb; border-left:none; border-right:none;}
.xteel_table2  td { color:#666; font-size:14px; font-weight: 300;}
.xteel_table2  tr:nth-child(even) {background: #f4f8f9;}
.xteel_table2  tr:last-child td{ border-bottom:1px solid #ddd;}
/* .xteel_table2.ver2 tr:nth-child(even){background: #fff;} */
 .xteel_table2.ver2 {margin:15px auto 0;}
.xteel_table2.ver3 {margin:41px auto 0;}

/* floaatings */
.floatings_content1_p {max-width:100%; background: #fff; border:1px solid #ddd; height:auto;overflow:hidden; position:relative;  z-index: 1; padding:20px 0;}
.floatings_content1_img {background: url('../images/sub/floatingx_img2.png')no-repeat; margin:30px auto 10px; color:#fff; width:156px; height:140px; text-align:center;}
.floatings_content1_img.ver2 {background: url('../images/sub/floatingx_img1.png')no-repeat;}
.floatings_content1_p_h {color:#fff; display: inline-block;}
.floatings_content1_p_h h2 {margin:32px 0 0 0; font-weight:300; font-size:18px; text-align:center; }
.floatings_content1_p_h h3 {text-align:center; font-weight:500; font-size:20px; margin-top:8px;}
.floatings_content1_p_h h2 > span {padding:1px 8px; background: #fff; color:#1075ba; font-size:22px; font-weight:800; display: inline-block;margin-left:8px;}
.floatings_content1_p_t {width:100%; height:100%; padding:0 0 0 20px; float:left;}
.floatings_content1_p_t h3 {font-weight:500; color:#222; font-size:18px; margin:0 0 20px 0;}
.floatings_content1_p_t > span { background: url('../images/sub/dotblet.png') 0 5px no-repeat; padding-left:20px; display: inline-block; color:#666; font-weight:300; font-size:15px; padding-bottom:5px;}
.floatings_content1_p_t > h3 i {font-size:22px; padding:5px 10px 0 0; color:#222; }
.floatings_content1_b {width:100%; height:auto; padding:30px 5%; margin:0 auto;  line-height:109px; background: #3b5fb8; border-radius: 60px;
text-align:center; color:#fff; overflow:hidden; position:relative; z-index: 1;}
.floatings_content1_b > img {position:absolute; z-index: -1; left:0; top:0; width:100%; height:100%;}
.floatings_content1_b h2 {font-size:18px; font-weight: 300; word-break: keep-all; line-height: 32px;}
/* content2 */
.floatings_content2_h {margin:0 0 0 20px; padding:10px 20px; background:#1075ba; color:#fff; display: inline-block; font-size:15px; font-weight:500;
	text-shadow:1px 1px 1px rgba(0,0,0,0.1);}
.floatings_content2  > p {background: url('../images/sub/dotblet.png') 0 5px no-repeat; padding-left:20px; color:#333; font-weight:300; font-size:15px; margin-top:20px;}
.floatings_content2  > p > span {color:#1075ba; font-size:22px; padding-bottom:3px;}
.floatings_content2 p > strong {font-weight: 500; color:#1075ba;}
.floatings_content2_img {text-align:center; border:1px solid #ddd; padding:20px 10px; margin:-20px auto 0; display:block; width:100%;}
.floatings_content2_img > img {max-width:100%; height:auto;}

/* dynamic  */
.dynamic_content1_h {font-size:20px; padding:15px 20px; background:#1075ba; color:#fff; display:inline-block; }
.dynamic_content1_h h3 {margin:0; font-size:20px;}
.dynamic_content1_t { display:block; width:100%; }
.dynamic_content1_t p {font-size:15px; color:#666; font-weight: 300; line-height:28px; display:block;}
.dynamic_content1 div:last-child .dynamic_content1_t  p  {border-bottom:1px solid #ddd; padding:15px 10px;}
.dynamic_content1_t p > span {font-size:22px; color:#3358b5; padding-right:7px; padding-bottom:3px;}
.dynamic_content1_t > img {border:1px solid #ddd; padding:30px; max-width:100%; height:auto;}
.dynamic_content1_t p:nth-child(even) {background: #f4f8f9;}
/* content 2 */
.dynamic_content2 ul {display:inline-block; text-align:center; margin-top:40px;}
.dynamic_content2 ul li {display:inline-block; width:100%; height:231px;  background: url('../images/sub/dynamic_box1.jpg') no-repeat;  padding:0 4%;
margin-bottom:25px; background-size:100% 231px;}

.dynamic_content2 ul li > h3 {font-size:20px; color:#fff; font-weight:400; padding:15px 30px; display: inline-block; }
.dynamic_content2 ul li p { font-weight: 300; font-size:15px; color:#333;}
.dynamic_content2 ul li span {font-size:22px; margin:10px 0; color:#3358b5;}
.dynamic_content2 ul li h3 {margin:0;}
.dynamic_content2 ul li:nth-child(2) {background: url('../images/sub/dynamic_box2.jpg') no-repeat; background-size:100% 231px;}
.dynamic_content2 ul li:nth-child(3) {background: url('../images/sub/dynamic_box3.jpg') no-repeat; background-size:100% 231px;}
.dynamic_content2 ul li:nth-child(2) span {color:#1075ba;}
.dynamic_content2 ul li:nth-child(3) span {color:#3993d0;}
.dynamic_content2_box {background: url('../images/sub/dynamic_box4.jpg') no-repeat; width:100%; height:102px; line-height:80px; margin:30px auto 0; text-align:center;
background-size:100% 80px;}
.dynamic_content2_box > p {font-weight: 500; color:#333; font-size:20px; text-shadow:1px 1px 1px rgba(0,0,0,0.1);}
@media (max-width:350px) {
	.dynamic_content2_box > p  {font-size:18px;}
	.dynamic_content2 ul li,.dynamic_content2 ul li:nth-child(2), .dynamic_content2 ul li:nth-child(3)  { background-size:100% 260px; height:260px;}
	.dynamic_content2 ul li > h3 {padding-top:20px;}
}
.dynamic_content2_arrow {background: url('../images/sub/sub_arrow.png') no-repeat; width:91px; height:104px; margin:20px auto 30px;}
/* content 3 */
.dynamic_content3_img {border:1px solid #ddd; padding:30px; margin-top:-20px; width:100%; height:auto;;}
.dynamic_content3_h {padding:10px 20px; background:#1075ba; color:#fff;  font-size:15px; font-weight:500; margin:40px 0 0 20px; display: inline-block;
	text-shadow:1px 1px 1px rgba(0,0,0,0.1);}
.dynamic_content3 > p {background: url('../images/sub/dotblet.png') 0 5px no-repeat; padding-left:20px; color:#333; font-weight:300; font-size:15px; margin-top:15px;}
/* content4 */
.dynamic_content4_p span { color:#1075ba !important;}
.dynamic_content4_h {font-size:15px; padding:15px 20px; background:#1075ba; color:#fff; display:inline-block;}
.dynamic_content1_t.ver2 {width:100%; margin:20px 0 0 0 0; float:none;}
.dynamic_content4_img {border:1px solid #ddd; padding:20px;}
.dynamic_content4_img > img { display: inline-block;}


/*strut*/


.str_article {margin-top: 70px;}
.str1_box {width: 100%; padding-bottom: 30px; border: 1px solid #ddd; margin-bottom: 40px;}
.str1_box:last-child {margin-right: 0;}
.str1_box h1 {font-size: 15px; font-weight: 500; color:#fff; background: #1075ba; padding: 10px 20px; width: 280px; margin: -20px auto; text-align: center;}
.str1_txt {margin-top: 50px; width: 100%; padding: 0 30px;}
.str1_logo {width: 200px; border-radius: 50px; border: 3px solid #1075ba; padding: 15px 0; text-align: center; margin: 0 auto;}

.str_p {background: url('../images/sub/dotblet.png') 0 5px no-repeat; padding-left:20px; color:#333; font-weight:300; font-size:15px; margin-top:20px; word-break: keep-all}
.str_p span {color:#1075ba; font-size:22px; padding-bottom:3px;}
.str_p strong {font-weight: 500; color:#1075ba;}
.str2_img .floatings_content2_img p {font-size: 18px; color:#333; margin-top: 20px;}

.str3_icon {text-align: center; margin-bottom: 20px;}
.str_section3 .str1_box ul li { background: url('../images/sub/dotblet.png') 0 5px no-repeat; padding-left:15px; color:#666; font-weight:300; font-size:15px; word-break: keep-all; margin-bottom: 5px;}
.str_section3 .str1_box ul li:last-child {margin-bottom: 0;}
.str3_box {text-align: center;}
.str3_box ul{font-size: 0;}
.str3_box ul li {width: 100%; background: #1075ba; max-width: 380px; margin: 0 auto; overflow: hidden; border: 10px solid #1075ba; padding-top: 20px;}
.str3_box ul li:nth-child(1) {background: #0099ff;border: 10px solid #0099ff;}
.str3_box ul li:nth-child(3) {background: #0a56b9;border: 10px solid #0a56b9;}
.str3_box ul li p {background: #fff; font-size: 18px; width: 95%; margin: 0 auto; height: 50px; line-height: 50px;}
.str3_box ul li h1 {font-size: 18px; color:#fff; height: 60px; line-height: 60px;}

.str4_img ul li {width: 49%; float: left; margin-right: 2%; margin-bottom: 30px;}
.str4_img ul li:nth-child(2n) {margin-right: 0;}
.str4_img ul li img {width: 100%;}
.str4_img ul li h1 {width: 100%; height: 40px; font-size: 14px; color:#333;background: #efefef; line-height: 40px; text-align: center; font-weight: 400; margin-bottom: 10px; letter-spacing: -0.5px;}
.str4_tt {position: absolute; bottom: -30px; left: 30px; color:#0099ff}
.str_r {width: 17px; height: 17px; border-radius: 50%; background: #0099ff; margin-left:-4px;}
.str_l {width: 2px; height: 40px; background: #0099ff; margin-left: 3px;}

.str4_txt {margin-top: 10px;}
.str4_txt li { background: url('../images/sub/dotblet.png') 0 5px no-repeat; padding-left:15px; color:#666; font-weight:300; font-size:15px; margin-bottom: 5px;}
.str4_txt li span {color: red; font-weight: 400;}

.str5_box_wrap {width: 49%; float: left;}
.str5_box_wrap:nth-child(2) {float: right;}
.str5_img {width: 100%; padding: 10px;}
.str5_img img {width: 100%;}

.str5_box {width: 100%; border: 1px solid #ddd; margin-bottom: 20px;}
.str5_box h1 {width: 100%; padding: 15px 0; text-align: center; font-size: 14px; color:#fff; margin: 0;}
.str5_box_wrap:nth-child(1) .str5_box:nth-child(1) h1 {background: #0099ff}
.str5_box_wrap:nth-child(1) .str5_box:nth-child(2) h1 {background: #0a56b9}
.str5_box_wrap:nth-child(2) .str5_box:nth-child(1) h1 {background: #248e9c}
.str5_box_wrap:nth-child(2) .str5_box:nth-child(2) h1 {background: #28846e}

.str5_box .str4_txt {padding: 10px;}
.str_arrow {width: 80px;  font-size: 36px; color:#ddd; position: absolute; bottom: 240px; left: 50%; margin-left: -40px; text-align: center;}

.str6_box {width: 100%; border: 1px solid #ddd; margin-bottom: 30px; text-align: center; padding: 30px;}
.str6_box:last-child {margin-bottom: 0; }
.str6_box h1 {width: 100%; padding: 15px 0; text-align: center; background: #23639d; font-size: 18px; color:#fff; margin: 0;}
.str6_box h2 {width: 100%; padding: 15px 0; text-align: center; border-top: 1px solid #ddd; padding-top: 15px; font-size: 18px; color:#333; margin: 20px 0 0 0;}
.str6_img {margin: 15px 0;}
.str6_box:nth-child(2) h1 {background: #953735;}
.str6_box:nth-child(3) h1 {background: #28846e;}

/*hammer*/
.ham_section2 .str4_img ul li {margin-bottom: 30px;}
.ham_section3 .str4_txt li span {color: #0a56b9; font-weight: 400;}
.ham_section3 .str5_img p {font-size: 16px; padding-top: 10px; border-top: 1px solid #ddd; word-break: keep-all;}
.ham_section3 .str_arrow {width: 80px;  font-size: 36px; color:#ddd; position: absolute; bottom: 240px; left: 50%; margin-left: -40px; text-align: center;}

.ham4_article {width: 100%; border: 1px solid #ddd;}
.ham4_img { width: 100%; text-align: center; padding: 20px;}
.ham4_img img {width: 100%;}

/*slope*/
.slo_img_box ul li {margin-bottom: 20px; border: 1px solid #ddd; width: 100%;}
.slo_img_box ul li img {width: 100%;}
.slo_img_box ul li h1 {width: 100%; text-align: center; font-size: 15px; color:#fff; font-weight: 400; margin: 0;background: #0a56b9; height: 40px; line-height: 40px;}


/*parcial*/
.parcial .slo_img_box ul li { margin-bottom: 30px;}

/* _floaatings */
.flo2_box {width: 100%; border: 1px solid #ddd; text-align: center; margin-bottom: 30px;}
.flo2_box:last-child {margin-bottom: 0;}
.flo2_box h1 {width: 100%; text-align: center; font-size: 15px; color:#fff; font-weight: 400; margin: 0;background: #0a56b9; height: 40px; line-height: 40px;}
.flo2_txt {padding: 30px 20px;}
.flo2_box p {font-size: 15px; font-weight: 400; word-break: keep-all;}
.flo2_box p span {color:#0572be}
.flo2_img {width: 100%; margin-top: 30px;}
.flo2_img img {width: 100%;}

.flo4_arrow {width: 100%; text-align: center; line-height: 40px; text-align: center; margin: 20px 0 0 0;}
.flo4_arrow i {font-size: 30px; color:#ddd; position: relative; top: 5px; left: 10px;}

.str5_box p {word-break: keep-all;}

b.blue {font-weight: 500; color:#1075ba;}
















/*******/
