@charset "utf-8";
@font-face {
  font-family: 'NBG';
  src: url('../fonts/NanumBarunGothic.eot');
  src: url('../fonts/NanumBarunGothic.eot?#iefix') format('embedded-opentype'), url('../fonts/NanumBarunGothic.woff') format('woff'), url('../fonts/NanumBarunGothic.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'NBL';
  src: url('../fonts/NanumBarunGothicUltraLight.eot');
  src: url('../fonts/NanumBarunGothicUltraLight.eot?#iefix') format('embedded-opentype'), url('../fonts/NanumBarunGothicUltraLight.woff') format('woff'), url('../fonts/NanumBarunGothicUltraLight.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "NBG";
  font-size: 15px;
  line-height: 18px;
  color: #666;
}
a {
  text-decoration: none;
}
.fc_blue {
  color: #2d84be !important;
}
.fc_skyblue {
  color: #92b0c4 !important;
}
.fc_gray {
  color: #666666 !important;
}
.fc_tit {
  color: #333333 !important;
}
.fs_15 {
  font-size: 15px!important;
}
.bold {
  font-weight: 600;
}
.normal {
  font-family: "NBG";
}
textarea:focus,
input:focus,
button:focus {
  outline: none;
}
caption,
legend,
.hidden {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
}
.al {
  text-align: left !important;
}
.ac {
  text-align: center !important;
}
.ar {
  text-align: right !important;
}
.inblock {
  display: inline-block !important;
}
.bolck {
  display: block;
}
.dnone {
  display: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.fn {
  float: none !important;
}
.cb {
  clear: both;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.ellipsis {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.table-ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mt10{
margin-top: 20px!important;
	}
.mt20 {
  margin-top: 20px!important;
}
.mt25 {
  margin-top: 25px!important;
}
.mt30{
margin-top: 20px!important;
	}
.mt50 {
  margin-top: 50px!important;
}
.mt60 {
  margin-top: 60px!important;
}
.mt125{
	margin-top:125px !important;
}
.mr20 {
  margin-right: 20px!important;
}
.ml15 {
  margin-left: 15px!important;
}
.ml30 {
  margin-left: 30px!important;
}
.ml50 {
  margin-left: 50px!important;
}
.mb20 {
  margin-bottom: 20px!important;
}
.pt20{
	padding-top:20px !important;
}
.pb20{
	padding-bottom:20px !important;
}
.border_b {
  border-bottom: 1px solid #dfe3e6;
}
.col2_1 {
  display: inline-block;
  margin-right: -3px;
  width: 50%;
  width: calc((100% / 2) * 1);
  vertical-align: top;
}
#mask {
  width: 1102px!important;
  overflow: hidden;
  margin: 0 auto;
}
#panel .content,
#panel .compliance_history {
  float: left;
  width: 1102px!important;
  display: block!important;
  padding: 40px 0;
  margin: 0 20px;
}
.box-sizing * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.nocursor {
  cursor: default;
}
.pointer {
  cursor: pointer;
}
.nobg {
  background-image: none !important;
}
.bgwhite {
  background-color: #fff !important;
}
.skipNavi {
  position: absolute;
  top: -80px;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 80px;
  text-align: center;
}
.skipNavi a {
  width: 100%;
  background-color: #252;
  color: #fff;
}
.skipNavi a:active,
.skipNavi a:focus {
  position: absolute;
  top: 80px;
  left: 0;
  z-index: 100;
  height: 25px;
  padding: 10px 0 0 0;
}
table {
  table-layout: fixed;
}
/* data table */
.t_summary{
	text-align:right;
	margin-bottom:10px
}
.data_tbl,
.rowDataTbl {
  border: 1px solid #dfe3e6;
}
.data_tbl.td_ar td,
.rowDataTbl.td_ar td {
  text-align: right!important;
}
.data_tbl.padding10 th,
.rowDataTbl.padding10 th,
.data_tbl.padding10 td,
.rowDataTbl.padding10 td {
  padding: 17px 10px;
}
.data_tbl th,
.data_tbl td {
  border-left: 1px solid #dfe3e6;
  border-top: 1px solid #dfe3e6;
}
.data_tbl th,
.rowDataTbl th {
  font-family: "NBG";
}
.data_tbl thead th {
  padding: 17px 18px;
  border-top: 1px solid #dfe3e6;
  border-bottom: 1px solid #dfe3e6;
  color: #333;
  background-color: #e8f0f4;
}
.data_tbl tbody th {
  padding: 17px 18px;
  background-color: #f7f9fa;
  font-weight: normal;
  color: #333;
}
.data_tbl tr.bg th,
.data_tbl tr.bg td {
  background-color: #f7f9fa;
}
.data_tbl td {
  padding: 17px 18px;
  text-align: center;
}
.down_list {
  width: 100%;
  border-top: 1px solid #dfe3e6;
}
.down_list li {
  color: #333;
  border-bottom: 1px solid #dfe3e6;
  overflow: hidden;
}
.down_list li span {
  display: inline-block;
  float: left;
  padding: 15px 0 ;
}
.down_list li span.tit {
  width: 670px;
  padding-left: 27px;
}
.down_list li span.data {
  width: 230px;
  color: #666;
}
.down_list li span.btn_area {
  padding: 5px 0 ;
  margin: 0;
}
.down_list li span.btn_area .btn {
  width: 180px;
  height: 36px;
}
table td {
  word-break: keep-all;
  word-wrap: normal;
}
td.wp-txtcut {
  word-break: break-all;
  word-wrap: break-all;
}
td.wp-tdellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.wp-tdellipsis-two {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 라인수 */
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden;
  line-height: 1.6em;
  height: 37px;
  /* line-height 가 1.2em 이고 3라인을 자르기 때문에 height는 1.2em * 3 = 3.6em */
}
.tab_section_slide,
.tab_section {
    display:flex;
  width: 1142px;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 40px;
}
.tab_section_slide a,
.tab_section a {
  display: inline-flex;
  border: 1px solid #999;
  background-color: #f6f6f6;
  margin-left: -1px;
  font-size: 20px;
  text-align: center;
  padding: 20px 0;
  justify-content: center;
  align-items:center
}
.tab_section_slide a:hover,
.tab_section a:hover,
.tab_section_slide a.on,
.tab_section a.on {
  background-color: #2d84be!important;
  color: #fff!important;
}
.tab_section_slide a:first-child,
.tab_section a:first-child {
  margin-left: 0;
  border-radius: 5px 0 0 5px;
}
.tab_section_slide a:last-child,
.tab_section a:last-child {
  border-radius: 0 5px 5px 0;
}
.tab_section_slide.row2 a,
.tab_section.row2 a {
  height: 47px;
  line-height: 27px;
  padding: 12px 0;
  vertical-align: middle;
}
.tab_section_slide.two a,
.tab_section.two a {
  width: 49.8%;
}
.tab_section_slide.three a,
.tab_section.three a {
  width: 33.2%;
}
.tab_section_slide.four a,
.tab_section.four a {
  width: 24.8%;
}
.tab_section_slide.five a,
.tab_section.five a {
  width: 223px;
}
.tab_section_slide.five.contribute a,
.tab_section.five.contribute a {
  width: 200px;
}
.tab_section_slide.five.contribute a:nth-child(5),
.tab_section.five.contribute a:nth-child(5) {
  width: 336px;
}
.tab_section_slide.six a,
.tab_section.six a {
  width: 189px;
}
.tab_section_slide.six.details_foundation a,
.tab_section.six.details_foundation a {
  width: 161px;
  /* padding: 33px 0 23px; */
}
s .tab_section_slide.six.details_foundation a:nth-child(3),
s .tab_section.six.details_foundation a:nth-child(3) {
  width: 244px;
}
.tab_section_slide.six.details_foundation a:nth-child(5),
.tab_section.six.details_foundation a:nth-child(5) {
  width: 244px;
  /* padding: 22px 0 16px; */
}
.tab_slide {
  width: 1142px;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 40px;
}
.tab_slide li {
  float: left;
  list-style-type: none;
}
.tab_slide li a {
  display: block;
  border: 1px solid #999;
  background-color: #f6f6f6;
  margin-left: -1px;
  font-size: 20px;
  text-align: center;
  padding: 20px 0;
}
.tab_slide li a:hover,
.tab_slide li a.active {
  background-color: #2d84be!important;
  color: #fff!important;
}
.tab_slide li:first-child a {
  margin-left: 0;
  border-radius: 5px 0 0 5px;
}
.tab_slide li:last-child a {
  border-radius: 0 5px 5px 0;
}
.tab_slide.two li {
  width: 49.8%;
}
.tab_slide.three li {
  width: 33.2%;
}
.tab_slide.five li {
  width: 223px;
}
.tab_slide.six li {
  width: 189px;
}
button {
  display: inline-block;
  border: none;
  cursor: pointer;
  vertical-align: middle;
  font-family: ntk-m;
}
.btn {
  height: 36px;
  padding: 9px 36px 8px;
  margin: 0 1px;
  color: #fff;
  text-align: center;
  letter-spacing: -0.5px;
}
.btn.grayblue {
  background-color: #b7cace;
}
.btn.d_grayblue {
  background-color: #7193a3;
}
.btn.down {
  background-color: #7193a3;
  transition: background-color 0.5s ease 0s;
}
.btn.down:hover {
  background-color: #385b73;
}
.paging {
  position: relative;
  text-align: center;
  margin: 30px auto 20px;
}
.paging a {
  display: inline-block;
  width: 30px;
  height: 23px;
  padding-top: 7px;
  color: #999;
  background-color: #fff;
  vertical-align: middle;
  border: 1px solid #fff;
  transition: border 0.5s ease;
}
.paging a.on,
.paging a:hover {
  border: 1px solid #333;
  color: #333;
  font-weight: bold;
}
.paging a.btn_bg {
  transition: background 0.1s ease;
  background: url("../images/paging_direction.png") no-repeat left top;
  border: none;
}
.paging a.btn_bg.first:hover,
.paging a.btn_bg.prev:hover {
  background-position-x: -30px;
}
.paging a.btn_bg.first {
  background-position-y: -60px;
}
.paging a.btn_bg.prev {
  background-position-y: 0;
}
.paging a.btn_bg.next,
.paging a.btn_bg.last {
  background-position-x: -30px;
}
.paging a.btn_bg.next {
  background-position-y: -30px;
}
.paging a.btn_bg.last {
  background-position-y: -90px;
}
.paging a.btn_bg.next:hover,
.paging a.btn_bg.last:hover {
  background-position-x: 0px;
}
article.sub.prcenter .title_section .location {
  top: 0;
  width: 1142px;
}
article.sub.prcenter .title_section .location .home {
  display: none;
}
article.sub.prcenter .title_section .location ul {
  clear: both;
  width: 100%;
}
article.sub.prcenter .title_section .location ul li {
  float: left;
  width: 33.2%;
  border-right: 1px solid #dfe3e6;
}
article.sub.prcenter .title_section .location ul li .depth1 {
  padding: 25px 10px;
  margin-right: 0;
  text-align: center;
  font-size: 18px;
  color: #333;
}
article.sub.prcenter .title_section .location ul li .depth1:after {
  top: 18px;
  right: 125px;
}
article.sub.prcenter .title_section .location ul li .depth1.on {
  background: #92b0c4;
  color: #fff;
}
article.sub.prcenter .title_section .location ul li .depth1.on:after {
  background: url('../images/spr.png') no-repeat -144px -15px;
}
article.sub.prcenter .title_section .location ul li:first-child {
  border-left: 1px solid #dfe3e6;
}
article.sub.prcenter .title_section .location ul li:first-child .depth1:after {
  display: none;
}
article.sub.prcenter .title_section .location ul li:after {
  display: none;
}
article.sub.prcenter .title_section .location ul li .depth2 {
  border-radius: 0;
  left: 0;
  width: 99.5%;
  padding: 15px 0px;
  list-style: disc;
  background: #f1f2f3;
  border: 1px solid #dfe3e6;
}
article.sub.prcenter .title_section .location ul li .depth2 li {
  border: none;
  margin-left: 167px;
}
article.sub.prcenter .submain_txt {
  position: relative;
}
article.sub.prcenter .submain_txt div {
  border-bottom: 1px solid #dfe3e6;
  padding-bottom: 40px;
}
article.sub.prcenter .submain_txt.brochure img {
  box-shadow: 10px 10px 0px #ededed;
}
article.sub.prcenter .submain_txt.brochure .btn_area {
  position: absolute;
  top: 300px;
  right: 110px;
}
article.sub.prcenter .submain_txt.brochure .btn_area .btn {
  width: 200px;
  height: 40px;
}
article.sub.prcenter .submain_txt.radio img {
  display: block;
  margin: 0 auto;
  background: #eef0f2 url(../images/radio_bg.gif) no-repeat 50% 50%;
  border: 1px solid #dfe3e6;
}
.board_top {
  overflow: hidden;
  text-align: right;
  margin-bottom: 20px;
}
.board_all {
  float: left;
  padding: 17px 0 0;
  font-size: 18px;
  color: #333;
}
.board_all span {
  margin-left: 5px;
  color: #333;
}
.board_search {
  float: right;
}
.board_search input[type="text"] {
  width: 148px;
  height: 30px;
  padding: 3px 10px 2px;
  margin-left: 7px;
  border: 1px solid #abb1b5;
}
.board_search .select {
  display: inline-block;
  position: relative;
  z-index: 10;
  border: 1px solid #abb1b5;
  margin-left: 7px;
}
.board_search .select:after {
  display: block;
  clear: both;
  content: "";
  position: absolute;
  top: 3px;
  right: 1px;
  width: 15px;
  height: 32px;
  background-color: #fff;
  background-image: url("../images/spr_board.png");
  background-repeat: no-repeat;
  background-position: -49px 10px;
  z-index: 50;
}
.board_search select {
  height: 37px;
  border: none;
}
.board_search input[type="submit"] {
  display: inline-block;
  width: 45px;
  height: 37px;
  border: 0;
  background-image: url("../images/spr_board.png");
  background-repeat: no-repeat;
  background-position: 8px 0;
  text-indent: -5000px;
  background-color: transparent;
}
.board_tbl {
  margin-top: 5px;
  border-top: 1px solid #abb1b5;
  text-align: center;
}
.board_tbl th,
.board_tbl td {
  height: 55px;
  padding: 0 15px;
}
.board_tbl th {
  font-size: 18px;
  font-weight: normal;
  color: #333;
  border-bottom: 1px solid #abb1b5;
}
.board_tbl td {
  font-size: 15px;
  border-bottom: 1px solid #dfe3e6;
}
.board_tbl td.title {
  text-align: left;
}
.board_tbl td.title a{
word-break : break-all;
  word-wrap :break-word;
  display:block;
}
.detail_top {
  /* border-top: 1px solid #abb1b5; */
  border-bottom: 1px solid #dfe3e6;
}
.detail_top span {
  position: relative;
}
/* .detail_top span:after {
  display: block;
  clear: both;
  content: "";
  position: absolute;
  top: 3px;
  right: 0;
  width: 1px;
  height: 14px;
  background-color: #abb1b5;
} */
.detail_top h3 {
  position:relative;
/*   border-bottom: 1px solid #dfe3e6; */
  padding: 0 26px 36px;
  font-size: 20px;
  line-height:27px;
  color: #333;
  font-weight: normal;
}
.detail_top h3 span {
  position:absolute;
  bottom:8px;
  right:26px;
  color: #333;
  font-size:12px;
}
/* .detail_top .info {
  overflow: hidden;
  padding: 16px 26px 5px 26px;
} */
.detail_top .info .file {
  float: left;
  display: inline-block;
}
.detail_top .info .file span {
  float: left;
  display: inline-block;
  padding-right: 15px;
  margin-right: 15px;
}
.detail_top .info .file span:after {
  top: 1px;
}
.detail_top .info .txt {
  float: right;
  display: inline-block;
}
.detail_top .info .txt span {
  padding-right: 15px;
  margin-right: 15px;
}
.detail_top .info .txt span:after {
  top: 1px;
}
.file_ico {
  float: left;
  display: inline-block;
}
.file_ico span {
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-right: 0!important;
  position: relative;
  top: -5px;
  padding-right: 5px!important;
  background-image: url("../images/spr_board.png");
  background-repeat: no-repeat;
  background-position: 0px -50px;
  text-indent: -5000px;
}
.file_ico span:after {
  display: none;
}
.detail_cont {
  padding: 40px 25px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d1d3d4;
}
.detail_cont p {
  margin-top: 20px;
}
.detail_cont p:first-child {
  margin-top: 0;
}
.btn_area {
  margin: 25px 0;
  text-align: center;
}
.btn_area .btn {
  width: 180px;
  height: 50px;
}
.board_view_nav {
  overflow: hidden;
  margin-top: 50px;
  border-top: 1px solid #abb1b5;
  border-bottom: 1px solid #abb1b5;
}
.board_view_nav li {
  overflow: hidden;
  padding: 0 30px;
  border-top: 1px solid #dfe3e6;
  height: 56px;
}
.board_view_nav li:first-child {
  border-top: none;
}
.board_view_nav span,
.board_view_nav a {
  display: inline-block;
  float: left;
  padding-top: 20px;
  color: #333;
}
.board_view_nav .prev,
.board_view_nav .next {
  position: relative;
  padding: 20px 35px 0 25px;
  margin-right: 25px;
}
.board_view_nav .prev:after,
.board_view_nav .next:after {
  display: block;
  clear: both;
  content: "";
  position: absolute;
  top: 21px;
  right: 0;
  width: 1px;
  height: 14px;
  background-color: #abb1b5;
}
.board_view_nav .prev:before,
.board_view_nav .next:before {
  display: block;
  clear: both;
  content: "";
  position: absolute;
  top: 21px;
  left: 0;
  width: 15px;
  height: 15px;
  background-image: url("../images/spr.png");
  background-repeat: no-repeat;
  background-position: -146px 4px;
}
.board_view_nav .prev:before {
  background-position: -196px 4px;
}
.board_view_nav .date {
  float: right;
}
.gallery_list {
  overflow: hidden;
  margin: 15px 0 35px;
  padding: 0 15px -;
  border-top: 1px solid #abb1b5;
  border-bottom: 1px solid #abb1b5;
}
.gallery_list li {
  float: left;
  width: 50%;
  padding: 24px 0;
  border-bottom: 1px solid #dfe3e6;
}
.gallery_list li img,
.gallery_list li a {
  float: left;
}
.gallery_list li a {
  margin-left: 24px;
  text-decoration: none;
  font-size: 15px;
}
.gallery_list li img {
  background: #eef0f2 url(../images/thumb_bg.gif) no-repeat 50% 50%;
  border: 1px solid #dfe3e6;
}
.gallery_list li span {
  display: block;
}
.gallery_list li .category {
  margin-top: 10px;
}
.gallery_list li .title {
  color: #333;
  margin-top: 10px;
  line-height: 25px;
}
.gallery_list.col3 li {
  width: 33.3%;
}
.gallery_list.col5 li {
  width: 20%;
  text-align: center;
}
.gallery_list.col5 li a,
.gallery_list.col5 li img {
  margin-left: 0;
  float: none;
  display: block;
}
.gallery_list.col5 li img {
  margin: 0 auto;
}
.radio_play {
  display: block;
  margin: 0 auto;
  width: 30px;
  height: 30px;
  background-image: url("../images/spr_board.png");
  background-repeat: no-repeat;
  background-position: 2px -98px;
  text-indent: -5000px;
}
.radio_pause {
  display: block;
  margin: 0 auto;
  width: 30px;
  height: 30px;
  background-image: url("../images/spr_board.png");
  background-repeat: no-repeat;
  background-position: -48px -98px;
  text-indent: -5000px;
}
.layerWrap {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 70;
  width: 100%;
  height: 100%;
}
.layerWrap img {
  display: block;
}
.dimmed {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 60;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .5;
  filter: alpha(opacity=50);
}
.paperLayer {
  position: absolute;
  z-index: 70;
}
.paperLayer a {
  position: absolute;
  top: 0;
  right: -43px;
}
.paperDetail {
  padding: 45px 35px;
  background-color: #e5e5e5;
}
.paperDetail img {
  display: block;
}
/* write */
.input_txt_tit {
  font-size: 36px;
  font-family: "NBL";
  color: #333;
  margin-bottom: 20px;
  padding-top: 10px;
  font-weight: normal;
}
.input_txt_tit .comt {
  display: inline-block;
  float: right;
  font-size: 14px;
}
.essential {
  color: #da0000!important;
}
.input_tbl {
  border-top: 1px solid #abb1b5;
}
.input_tbl input,
.input_tbl select {
  border: 1px solid #abb1b5;
  height: 38px;
  padding: 2px 7px;
}
.input_tbl textarea {
  border: 1px solid #abb1b5;
  padding: 7px 7px;
}
.input_tbl th,
.input_tbl td {
  border-bottom: 1px solid #dfe3e6;
  padding: 8px 0;
}
.input_tbl th {
  font-size: 16px;
  color: #333;
  font-weight: normal;
}
.input_tbl th label {
  color: #333;
}
.input_tbl .wd95p {
  width: 95%!important;
}
.input_tbl .wd370 {
  width: 370px!important;
}
.input_tbl .wd107 {
  width: 107px!important;
}
.input_tbl .wd209 {
  width: 209px!important;
}
.input_tbl .wd88 {
  width: 88px!important;
}
.input_tbl .file_input input {
  position: relative;
  width: 118px;
  border: none;
  height: auto;
  display: inline-block;
  top: -5px;
}
.input_tbl .file_input input:after {
  clear: both;
  display: block;
  content: "+ 파일등록";
  position: absolute;
  top: 0;
  left: 0;
  background: #2d84be;
  color: #fff;
  border: 1px solid #abb1b5;
  padding: 10px 32px;
  border-radius: 2px;
}
.input_tbl .file_input p {
  display: inline-block;
  padding: 10px 20px;
}
.main_wrap {
  width: 100%;
  min-width: 1142px;
}
.main_wrap #main_visual {
  width: 100%;
  min-width: 1142px;
  height: 790px;
  position: relative;
}
.main_wrap #main_visual div {
  position: relative;
  width: 100%;
  height: 790px;
}
.main_wrap #main_visual .item_inner {
  position: absolute;
  width: 800px;
  height: 170px;
  top: 43%;
  left: 65%;
  margin-left: -400px;
  margin-top: -85px;
}
.main_wrap #main_visual .item_inner h3 {
  font-size: 41px;
  line-height: 60px;
  font-family: 'NBL';
  font-weight: normal;
  color: #ffffff;
  text-align: right;
  margin-bottom: 40px;
}
.main_wrap #main_visual .item_inner p {
  font-size: 15px;
  line-height: 28px;
  font-family: 'NBL';
  color: #fff;
  text-align: center;
  opacity: 0.8;
}
.main_wrap #main_visual .slick-arrow {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  margin-top: -25px;
  font-size: 0;
  text-indent: -9999px;
  background-color: transparent;
  z-index: 10;
}
.main_wrap #main_visual .slick-prev {
  left: 50%;
  margin-left: -700px;
  background: url('../images/spr.png') no-repeat -150px -351px;
}
.main_wrap #main_visual .slick-prev.hover {
  background: url('../images/spr.png') no-repeat -100px -351px;
}
.main_wrap #main_visual .slick-next {
  right: 50%;
  margin-right: -700px;
  background: url('../images/spr.png') no-repeat -250px -351px;
}
.main_wrap #main_visual .slick-next.hover {
  background: url('../images/spr.png') no-repeat -200px -351px;
}
@media screen and (max-width: 1280px) {
  .main_wrap #main_visual .slick-prev {
    left: 50%;
    margin-left: -570px;
  }
  .main_wrap #main_visual .slick-next {
    right: 50%;
    margin-right: -570px;
  }
}
@media screen and (max-width: 769px) {
  .main_wrap #main_visual .slick-prev {
    left: 2%;
    margin-left: 0;
  }
  .main_wrap #main_visual .slick-next {
    right: 2%;
    margin-right: 0;
  }
}
.main_wrap #main_visual .slick-dots {
  display: inline-block !important;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 35px;
  text-align: center;
  font-size: 0;
}
.main_wrap #main_visual .slick-dots:after {
  display: block;
  clear: both;
  content: "";
  position: absolute;
  left: 50%;
  top: -72px;
  margin-left: -50px;
  width: 100px;
  height: 65px;
  background: url('../images/spr.png') no-repeat -100px -435px;
}
.main_wrap #main_visual .slick-dots li {
  display: inline-block;
  width: 11px;
  height: 11px;
  background: url('../images/spr.png') no-repeat 0 -285px;
  margin-left: 5px;
  cursor: pointer;
}
.main_wrap #main_visual .slick-dots li:first-child {
  margin-left: 0;
}
.main_wrap #main_visual .slick-dots li.slick-active {
  width: 34px;
  height: 11px;
  background: url('../images/spr.png') no-repeat -16px -285px;
}
.main_wrap #main_visual .slick-dots li button {
  background-color: transparent;
  display: block;
}
.main_wrap #main_visual div {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media (min-width: 0px) and (max-width: 1925px) {
  .main_wrap #main_visual div {
    background-size: auto!important;
  }
}
/* s : 기존배너 수정 x */
.main_wrap #main_visual div.item01 {
  background-image: url('../images/main_visual01_origin.jpg');
}
.main_wrap #main_visual div.item02 {
  background-image: url('../images/main_visual02_origin.jpg');
}
.main_wrap #main_visual div.item03 {
  background-image: url('../images/main_visual03_origin.jpg');
}
/* e : 기존배너 수정 x */
.main_wrap #main_visual div.item04 {
  background-image: url('../images/main_visual_20200718.jpg');
}
.main_wrap #main_visual div.item05 {
  background-image: url('../images/main_visual_20200731.jpg');
}
/* e: 2017.11.26 추가 */
/* s : 2017.11.26 수정 */
.main_wrap .main_section {
  width: 100%;
  min-width: 1142px;
  height: 735px;
  overflow: hidden;
}
/* e : 2017.11.26 수정 */
.main_wrap .main_section .cont_section {
  width: 1142px;
  margin: 0 auto;
}
.main_wrap .main_section .cont_section h2 {
  font-size: 60px;
  font-family: "NBL";
  font-weight: normal;
  letter-spacing: -1px;
  height: 28px;
  padding-top: 19px;
  margin-top: 89px;
}
/* s : 2019.02.25 추가 */
#company {
  background-color: #edf3f7;
}
#company .sec_inner {
  border-bottom: none;
}
#company ul {
  margin-top: 60px;
  text-align:left;
}
#company li {
  position: relative;
  float: left;
  width: 352px;
  height: 382px;
  border: 1px solid #e2e8ec;
  padding: 42px 0 0;
  margin-left: 42px;
  text-align: center;
  box-sizing: border-box;
  transition: all 0.4s;
}
#company li * {
  transition: all .4s;
}
#company li:first-child {
  margin-left: 0;
}
#company li.item{margin-right:0}
#company li.item01 {
  background: #f9fbfc url('../images/company_01.png') no-repeat center bottom 80px;
}
#company li.item02 {
  background: #f9fbfc url('../images/company_02.png') no-repeat center bottom 80px;
}
#company li.item03 {
  background: #f9fbfc url('../images/company_03.png') no-repeat center bottom 80px;
}
#company li.item04 {
  background: #f9fbfc url('../images/company_04.png') no-repeat center bottom 80px; background-size:200px auto;
}
#company li.item05 {
  background: #f9fbfc url('../images/company_20190927.jpg') no-repeat center bottom 80px; background-size:200px auto;
}
#company li h3 {
  font-size: 27px;
  color: #0e4e7c;
  font-weight: normal;
  margin-bottom: 20px;
}
#company li p {
  font-size: 12px;
  color: #666;
  width:90%;
  margin:0 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap:break-word;
  line-height:18px;
  height:36px;
}
#company li .btn_more {
  position: absolute;
  bottom: 35px;
  left: 50%;
  margin-left: -54px;
  display: inline-block;
  width: 106px;
  height: 32px;
  border: 1px solid #d7e2e9;
  background-color: #fff;
  line-height: 32px;
  color: #0e4e7c;
  font-size: 12px;
  text-align: center;
}
#company li .btn_more:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -5px;
  width: 6px;
  height: 10px;
  background: url('../images/spr.png') no-repeat 0 -200px;
}
#company li:hover {
  background-position: center bottom 100px;
}
#company li.item04:hover {
  background-position: center bottom 120px;
}
#company li:hover h3 {
  transform: translateY(30px);
}
#company li:hover p {
  opacity: 0;
}
#company li:hover .btn_more {
  transform: translateY(-20px);
}
/* e : 2019.02.25 추가 */

/* s : 2017.11.26 추가 */
.main_wrap .jwgroup {
  overflow: hidden;
}
.main_wrap .jwgroup h2 {
  text-align: center;
  color: #7e9eb3;
  margin-bottom: 85px;
  font-family: 'NBL';
}
.main_wrap .jwgroup .jwgroup_list {
  position: relative;
  margin-left: -33px;
}
.main_wrap .jwgroup .jwgroup_list .slick-dots {
  display: none;
}
.main_wrap .jwgroup .jwgroup_list .slick-arrow {
  display: none;
  position: absolute;
  width: 28px;
  height: 58px;
  top: 50%;
  margin-top: -29px;
  font-size: 0;
  text-indent: -9999px;
  background-color: transparent;
  z-index: 10;
}
.main_wrap .jwgroup .jwgroup_list .slick-prev {
  display: none;
  left: 50%;
  margin-left: -700px;
  background: url('../images/spr.png') no-repeat 0 -420px;
}
.main_wrap .jwgroup .jwgroup_list .slick-prev.hover {
  display: none;
  background: url('../images/spr.png') no-repeat -50px -420px;
}
.main_wrap .jwgroup .jwgroup_list .slick-next {
  display: none;
  right: 50%;
  margin-right: -700px;
  background: url('../images/spr.png') no-repeat -222px -420px;
}
.main_wrap .jwgroup .jwgroup_list .slick-next.hover {
  display: none;
  background: url('../images/spr.png') no-repeat -272px -420px;
}
@media screen and (max-width: 1280px) {
  .main_wrap .jwgroup .jwgroup_list .slick-prev {
    display: none;
    left: 50%;
    margin-left: -537px;
  }
  .main_wrap .jwgroup .jwgroup_list .slick-next {
    display: none;
    right: 50%;
    margin-right: -570px;
  }
}
.main_wrap .jwgroup .item {
  float: left;
  width: 260px;
  height: 440px;
  margin-right: 33px;
  position: relative;
}
.main_wrap .jwgroup .item h3 {
  text-align: center;
  font-size: 32px;
  line-height: 37px;
  color: #373737;
  margin-bottom: 54px;
  letter-spacing: -1.5px;
  font-family: 'NBL';
}
.main_wrap .jwgroup .item h3.txt {
  font-size: 26px;
  line-height: 37px;
  letter-spacing: -2px;
  color: #373737;
  margin-bottom: 18px;
  font-family: 'NBL';
  text-align: center;
}
.main_wrap .jwgroup .item button {
  position: absolute;
  width: 260px;
  height: 46px;
  bottom: 0;
  left: 0px;
  background: url('../images/btn_jwgroup_more.jpg') no-repeat 0 0;
  font-size: 0;
  text-indent: -99999px;
}
.main_wrap .jwgroup .item01 {
  background: url(../images/main_ico_jwgroup_01.jpg) no-repeat 50% 220px;
}
.main_wrap .jwgroup .slick-slide {
  margin-left: 33px;
}
.main_wrap .jwgroup .item02 {
  background: url(../images/main_ico_jwgroup_02.jpg) no-repeat 50% 210px;
}
.main_wrap .jwgroup .item03 {
  background: url(../images/main_ico_jwgroup_03.jpg) no-repeat 50% 200px;
}
.main_wrap .jwgroup .item04 {
  background: url(../images/main_ico_jwgroup_04.jpg) no-repeat 50% 210px;
}
.main_wrap .jwgroup .item05,
.main_wrap .jwgroup .item06,
.main_wrap .jwgroup .item07,
.main_wrap .jwgroup .item08 {
  background: url(../images/main_ico_jwgroup_05.jpg) no-repeat 50% 169px;
}
.main_wrap .jwgroup .item p {
  color: #666;
  line-height: 23px;
  font-size: 15px;
  letter-spacing: -0.5px;
  font-family: 'NBL';
  text-align: center;
}
.main_wrap .jwgroup .jwgroup_list .slick-dots {
  margin-top: 35px;
  text-align: center;
}
.main_wrap .jwgroup .jwgroup_list .slick-dots li {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: url('../images/spr.png') no-repeat -14px -191px;
  margin-left: 5px;
}
.main_wrap .jwgroup .jwgroup_list .slick-dots li.slick-active {
  background-position: 0 -191px;
}
.main_wrap .jwgroup .jwgroup_list .slick-dots li:first-child {
  margin-left: 0;
}
.main_wrap .jwgroup .jwgroup_list .slick-dots li button {
  vertical-align: top;
  width: 8px;
  height: 8px;
  background-color: transparent;
  font-size: 0;
  text-indent: -99999px;
}
/* export item */
.main_wrap .exportitem {
  background-color: #e4e9ec;
}
.main_wrap .exportitem h2 {
  text-align: center;
  margin: 30px 0 72px;
  color: #333333;
}
.main_wrap .exportitem .item_box {
  position: relative;
  float: left;
  width: 263px;
  height: 410px;
  overflow: hidden;
}
.main_wrap .exportitem .item_box.box01 {
  margin-right: 30px;
}
.main_wrap .exportitem .item_box.box02 {
  margin-right: 30px;
}
.main_wrap .exportitem .item_box.box03 {
  margin-right: 30px;
}
.main_wrap .exportitem .item_cate {
  height: 42px;
  margin-bottom: 30px;
  overflow: hidden;
}
.main_wrap .exportitem .cate_name {
  display: inline-block;
  font-size: 27px;
  color: #718fa4;
  height: 42px;
  line-height: 42px;
  letter-spacing: -1px;
}
.main_wrap .exportitem .cate_name span {
  display: inline-block;
  font-size: 18px;
  color: #718fa4;
  vertical-align: middle;
  margin-left: 23px;
}
.main_wrap .exportitem .slick-slide {
  margin-left: 33px;
}
.main_wrap .exportitem .slick-list {
  margin-left: -33px;
}
.main_wrap .exportitem .item {
  position: relative;
  height: auto;
}
.main_wrap .exportitem .item h3 {
  font-family: 'NBL';
  font-size: 18px;
  line-height: 25px;
  height: 25px;
  color: #333333;
  text-align: center;
  margin-bottom: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.main_wrap .exportitem .item img {
  width: 263px;
  height: 241px;
}
.main_wrap .exportitem .item .item_info {
  margin-top: 27px;
  padding: 0 8px;
  text-align: center;
  font-size: 14px;
  line-height: 15px;
}
.main_wrap .exportitem .item a {
  position: absolute;
  display: block;
  width: 100px;
  height: 31px;
  bottom: 0;
  left: 50%;
  margin-left: -50px;
  background: url('../images/btn_export_go.jpg') no-repeat 0 0;
  text-indent: -9999px;
  font-size: 0;
}
.main_wrap .exportitem .cate_more {
  float: right;
  display: inline-block;
  font-size: 13px;
  color: #718fa4;
  padding-left: 17px;
  background: url('../images/spr.png') no-repeat 0 -309px;
  margin-top: 13px;
}
.main_wrap .exportitem .item_box .slick-arrow {
  position: absolute;
  top: 145px;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 54px;
  font-size: 0;
  text-indent: -99999px;
  z-index: 10;
}
.main_wrap .exportitem .item_box .slick-prev {
  background: url('../images/spr.png') no-repeat -50px -218px;
  left: 8px;
}
.main_wrap .exportitem .item_box .slick-prev.hover {
  background: url('../images/spr.png') no-repeat -92px -218px;
  left: 8px;
}
.main_wrap .exportitem .item_box .slick-next {
  background: url('../images/spr.png') no-repeat -71px -218px;
  right: 8px;
}
.main_wrap .exportitem .item_box .slick-next.hover {
  background: url('../images/spr.png') no-repeat -113px -218px;
  right: 8px;
}
.main_wrap .randd {
  background: url(../images/section_rnd_bg.jpg) no-repeat center 0;
}
.main_wrap .randd .cont_section {
  padding: 114px 0;
  height: 100%;
  box-sizing: border-box;
}
/* R & D */
.main_wrap .randd .cont_section ul .item {
  float: left;
  width: 260px;
  height: 504px;
  margin-left: 34px;
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.5s;
}
.main_wrap .randd .cont_section ul .item.on {
  opacity: 1;
  transform: translateY(0px);
}
.main_wrap .randd .cont_section ul .item:first-child {
  margin-left: 0;
}
.main_wrap .randd .cont_section ul .item a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 325px;
  box-sizing: border-box;
}
.main_wrap .randd .cont_section ul .item p {
  opacity: 1;
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  padding: 0 40px;
  transition: all 0.4s;
}
.main_wrap .randd .cont_section ul .item.hover p {
  opacity: 0;
}
.main_wrap .randd .cont_section ul .item.item01 {
  background: url('../images/randd_item01_normal.png') no-repeat 0 0;
}
.main_wrap .randd .cont_section ul .item.item01:hover {
  background: url('../images/randd_item01_hover.png') no-repeat 0 0;
}
.main_wrap .randd .cont_section ul .item.item02 {
  background: url('../images/randd_item02_normal.png') no-repeat 0 0;
}
.main_wrap .randd .cont_section ul .item.item02:hover {
  background: url('../images/randd_item02_hover.png') no-repeat 0 0;
}
.main_wrap .randd .cont_section ul .item.item03 {
  background: url('../images/randd_item03_normal.png') no-repeat 0 0;
}
.main_wrap .randd .cont_section ul .item.item03:hover {
  background: url('../images/randd_item03_hover.png') no-repeat 0 0;
}
.main_wrap .randd .cont_section ul .item.item04 {
  background: url('../images/randd_item04_normal.png') no-repeat 0 0;
}
.main_wrap .randd .cont_section ul .item.item04:hover {
  background: url('../images/randd_item04_hover.png') no-repeat 0 0;
}
.main_wrap .randd .cont_section ul .item,
.main_wrap .randd .cont_section ul .item:hover,
.main_wrap .randd .cont_section ul .item p {
  transition: all 0.4s;
}
.main_wrap .sitemap_link {
  background: #fff;
  height: 568px;
}
.main_wrap .sitemap_link .cont_section {
  margin-top: 115px;
}
.main_wrap .sitemap_link ul {
  overflow: hidden;
}
.main_wrap .sitemap_link ul.menu_depth1 > li {
  float: left;
  width: 130px;
  text-align: center;
  margin-left: 72px;
}
.main_wrap .sitemap_link ul.menu_depth1 > li:first-child {
  margin-left: 0;
}
.main_wrap .sitemap_link ul > li > a {
  display: block;
  color: #4c8099;
  font-size: 24px;
  line-height: 31px;
  margin-bottom: 45px;
}
.main_wrap .sitemap_link ul li .menu_depth2 li {
  padding: 8px 0;
}
.main_wrap .sitemap_link ul li .menu_depth2 li a {
  color: #6a6a6a;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 8px;
}
.main_wrap .sitemap_link ul li .menu_depth2 li ul {
  border-top: 1px solid #e9ebec;
  border-bottom: 1px solid #e9ebec;
  padding: 5px 0;
}
.main_wrap .sitemap_link ul li .menu_depth2 li ul li a {
  color: #666;
  margin: 0;
  padding: 2px 0;
  font-size: 12px;
}
.main_wrap footer.sub {
  margin-top: 40px;
}
/* e : 2017.11.26 추가 */
#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1142px;
  z-index: 99;
  background: url('../images/gnb_bg.png') repeat-x;
}
#header .header_top {
  width: 100%;
  height: 38px;
  margin: 0 auto;
  overflow: hidden;
}
#header .header_top .top {
  width: 1142px;
  height: 38px;
  text-align: right;
  margin: 0 auto;
  overflow: hidden;
  z-index: 100;
  padding-top: 7px;
  box-sizing: border-box;
}
#header .header_top .top a {
  display: inline-block;
  color: #fff;
  font-size: 13px;
  margin-right: 20px;
}
#header .header_gnb {
  width: 100%;
  height: 82px;
  overflow: hidden;
}
#header .header_gnb .gnb_wrap {
  width: 1142px;
  height: 82px;
  margin: 0 auto;
  z-index: 99;
  position: relative;
  top: 0;
}
#header .header_gnb .gnb_wrap h1 {
  display: inline-block;
  margin-top: 17px;
}
#header .header_gnb .gnb_wrap h1 a {
  display: block;
  width: 180px;
  height: 50px;
  font-size: 0;
  text-indent: -99999px;
  background: url('../images/logo.png') no-repeat 0 0;
}
#header .header_gnb .gnb_wrap .gnb {
  position: absolute;
  top: 27px;
  left: 200px;
  height: 55px;
  overflow: hidden;
}
#header .header_gnb .gnb_wrap .gnb li {
  float: left;
}
#header .header_gnb .gnb_wrap .gnb li > a {
  display: block;
  width: 100px;
  padding: 9px 0 26px 0;
  font-size: 19px;
  color: #fff;
  /* letter-spacing: -0.5px; */
  text-align: center;
  margin: 0 13px;
}
#header .header_gnb .gnb_wrap .gnb li .menu_depth2 {
  padding-top: 12px;
  margin: 0 13px;
}
#header .header_gnb .gnb_wrap .gnb li .menu_depth2 li {
  float: none;
  width: 100px;
}
#header .header_gnb .gnb_wrap .gnb li .menu_depth2 li a {
  display: block;
  padding: 9px 0;
  /* margin-left: 15px; */
  font-size: 15px;
  /* letter-spacing: -0.8px; */
  color: #333;
  margin: 0;
  line-height: 16px;
}
#header .header_gnb .gnb_wrap .gnb li .menu_depth2 li ul {
  border-top: 1px solid #e9ebec;
  border-bottom: 1px solid #e9ebec;
  padding: 5px 0;
}
#header .header_gnb .gnb_wrap .gnb li .menu_depth2 li ul li a {
  color: #666;
  margin: 0;
  padding: 2px 0;
  font-size: 13px;
}
#header .header_gnb .gnb_wrap .lang {
  position: absolute;
  top: 29px;
  right: 0;
  overflow: hidden;
}
#header .header_gnb .gnb_wrap .lang a {
  display: inline-block;
  float: left;
  position: relative;
  z-index: 10;
  height: 25px;
  width: 88px;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.5px;
  text-align: center;
  padding-top: 6px;
  border: 1px solid #7e95a8;
}
#header .header_gnb .gnb_wrap .lang a:hover {
  background-color: rgba(35, 52, 71, 0.5);
}
#header .header_gnb .gnb_wrap .lang a:first-child {
  border-radius: 5px 0 0 5px;
}
#header .header_gnb .gnb_wrap .lang a:last-child {
  border-radius: 0 5px 5px 0;
  border-left: none;
}
#header .header_gnb .gnb_wrap .lang a span {
  color: #fff;
  position: relative;
  z-index: 10;
}
#header.on {
  background: #ffffff url('../images/gnb_bg_on.gif') repeat-x;
}
#header.on .top a {
  color: #666;
}
#header.on .header_gnb.on {
  width: 100%;
  height: 500px;
}
#header.on .header_gnb.on .gnb_wrap {
  height: 500px;
}
#header.on .gnb_wrap h1 a {
  background: url('../images/logo_ov.png') no-repeat 0 0;
}
#header.on .gnb_wrap .gnb {
  height: 480px;
}
#header.on .gnb_wrap .gnb > li {
  height: auto;
}
#header.on .gnb_wrap .gnb > li > a {
  color: #333;
  border-bottom: 2px solid transparent;
}
#header.on .gnb_wrap .gnb > li:hover > a {
  border-bottom: 2px solid #0068b7;
}
#header.on .gnb_wrap .gnb .menu_depth2 {
  display: block;
}
#header.on .gnb_wrap .gnb .menu_depth2 a {
  border-bottom: none;
  color: #666;
}
#header.on .gnb_wrap .gnb .menu_depth2 a:hover {
  border-bottom: none;
  color: #0068b7;
}
#header.on .gnb_wrap .lang a span {
  color: #267fc2;
}
#header.on .gnb_wrap .lang a:hover span {
  color: #267fc2;
}
#header.on .gnb_wrap .lang a.on,
#header.on .gnb_wrap .lang a:hover {
  background-color: #267fc2;
}
#header.on .gnb_wrap .lang a.on span {
  color: #ffffff;
}
#header.on .gnb_wrap .lang a:hover {
  background-color: #267fc2;
}
#header.on .gnb_wrap .lang a:hover span {
  color: #ffffff;
}
#header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 77px;
  z-index: 99;
  background: url('../images/fixed_gnb_bg.gif') repeat-x;
}
#header.fixed .header_top {
  display: none;
}
#header.fixed .gnb_wrap {
  height: 78px;
}
#header.fixed .gnb_wrap .gnb {
  top: 20px;
}
#header.fixed .gnb_wrap .gnb > li > a {
  color: #fff;
  border-bottom: 2px solid transparent;
  /* padding: 11px 0 26px 15px; */
  padding-bottom: 28px;
}
#header.fixed .gnb_wrap .gnb > li:hover > a {
  border-bottom: 2px solid #76bbef;
}
#header.fixed .gnb_wrap h1 {
  margin-top: 16px;
}
#header.fixed .gnb_wrap h1 a {
  background: url('../images/logo.png') no-repeat 0 0;
}
#header.fixed .header_gnb .gnb_wrap .lang {
  top: 22px;
}
#header.fixed .header_gnb .gnb_wrap .lang a {
  border: 1px solid #fff;
}
#header.fixed .header_gnb .gnb_wrap .lang a:first-child {
  border-right: 1px solid #267fc2;
}
#header.fixed .header_gnb .gnb_wrap .lang a:last-child {
  border-left: none;
}
#header.fixed .header_gnb .gnb_wrap .lang a:hover {
  background-color: #ffffff;
}
#header.fixed .header_gnb .gnb_wrap .lang a:hover span {
  color: #267fc2;
}
#header.fixed .header_gnb .gnb_wrap .lang a.on {
  background-color: #ffffff;
}
#header.fixed .header_gnb .gnb_wrap .lang a.on span {
  color: #267fc2;
}
#header.fixed .header_gnb .gnb_wrap .lang a.on:hover span {
  color: #267fc2;
}
#header.fixed .header_gnb .gnb_wrap .lang a span {
  color: #ffffff;
}
#header.fixed.on {
  background: #ffffff url('../images/fixed_gnb_bg.gif') repeat-x;
}
#darkness {
  width: 100%;
  height: 100%;
  z-index: 98;
  display: none;
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
}
#sub_visual {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 405px;
  min-width: 1142px;
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
}
#sub_visual div {
  width: 1142px;
  position: absolute;
  top: 210px;
  left: 50%;
  margin-left: -571px;
  font-size: 45px;
  text-align: center;
  color: #fff;
  line-height: 46px;
  font-weight: bold;
  text-transform: uppercase;
}
#sub_visual div span {
  display: block;
  margin-top: 25px;
  /* opacity: 0.8; */
  line-height: 20px;
  font-size: 21px;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
}
#sub_visual.company {
  background-image: url("../images/sub_visual_company.jpg");
}
#sub_visual.business {
  background-image: url("../images/sub_visual_business.jpg");
}
#sub_visual.customer {
  background-image: url("../images/sub_visual_customer.jpg");
}
#sub_visual.investor {
  background-image: url("../images/sub_visual_investor.jpg");
}
#sub_visual.social {
  background-image: url("../images/sub_visual_social.jpg");
}
#sub_visual.culture {
  background-image: url("../images/sub_visual_social.jpg");
}
#sub_visual.rnd {
  background-image: url("../images/sub_visual_rnd.jpg");
}
#sub_visual.util {
  background-image: url("../images/sub_visual_util.jpg");
}
#sub_visual.prcenter {
  background-image: url("../images/sub_visual_prcenter.jpg");
}
@media (min-width: 0px) and (max-width: 1925px) {
  #sub_visual {
    background-size: auto!important;
  }
}
article.sub {
  margin-top: 405px;
  min-width: 1142px;
  width: 100%;
}
article.sub .title_section {
  position: relative;
  width: 1142px;
  margin: 0 auto;
  padding-top: 68px;
  border-bottom: 1px solid #dfe3e6;
  margin-bottom: 60px;
}
article.sub .title_section.tab {
  border-bottom: none;
  margin-bottom: 0;
}
article.sub .title_section.no_menu {
  padding-top: 0;
}
article.sub .title_section .location {
  position: absolute;
  top: 25px;
  left: 0;
  padding-bottom: 15px;
  z-index: 50;
}
article.sub .title_section .location .home {
  float: left;
  display: block;
  padding: 5px 0 5px 37px;
  margin-right: 60px;
  background: url('../images/spr.png') no-repeat -249px 4px;
}
article.sub .title_section .location ul {
  float: left;
}
article.sub .title_section .location ul li {
  float: left;
  position: relative;
  z-index: 50;
}
article.sub .title_section .location ul li:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 1px;
  left: -32px;
  width: 20px;
  height: 20px;
  background: url('../images/spr.png') no-repeat -91px 11px;
}
article.sub .title_section .location ul li .depth1 {
  display: block;
  position: relative;
  padding: 5px 10px;
  margin-right: 60px;
  cursor: pointer;
}
article.sub .title_section .location ul li .depth1:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 1px;
  right: -11px;
  width: 20px;
  height: 20px;
  background: url('../images/spr.png') no-repeat -144px 11px;
}
article.sub .title_section .location ul li .depth1.on {
  color: #333;
}
article.sub .title_section .location ul li .depth1.on:after {
  background: url('../images/spr.png') no-repeat -194px 11px;
}
article.sub .title_section .location ul li .depth2 {
  display: none;
  border: 1px solid #dfe3e6;
  border-radius: 4px;
  z-index: 70;
  background-color: #f1f2f3;
  padding: 15px 25px;
  position: absolute;
  left: 5px;
  width: 150px;
}
article.sub .title_section .location ul li .depth2 li {
  float: none;
  padding: 6px 0;
  width: 100%;
}
article.sub .title_section .location ul li .depth2 li:after {
  display: none;
}
article.sub .title_section .cont_top {
  /* padding: 67px 0 45px;  */
  border-top: 1px solid #dfe3e6;
  position: relative;
  height: 130px;
  /* height: 174px; */
  z-index: 1;
}
article.sub .title_section .cont_top .cont_tit_sildeup,
article.sub .title_section .cont_top .cont_tit_sildeup_line2 {
  position: absolute;
  bottom: 0px;
  opacity: 0;
  width: 100%;
}
article.sub .title_section .cont_top h2 {
  color: #2e3d47;
  font-size: 41px;
  text-align: center;
  letter-spacing: -1px;
  font-weight: normal;
  font-family: "NBL";
  text-transform: uppercase;
  line-height: 45px;
  vertical-align: middle;
}
article.sub .title_section .cont_top p {
  text-align: center;
  margin-top: 25px;
  font-size: 13px;
}
article.sub .cont_container .slide_wrap {
  position: relative;
  top: 0;
  left: 0;
  height: auto;
  overflow-y: hidden;
}
article.sub .cont_container .slide_wrap .content {
  float: left;
  z-index: 10;
}
article.sub .cont_container .content.wd1142 {
  clear: both;
  width: 1142px!important;
  margin: 0 auto!important;
}
article.sub .cont_container .content .info_txt {
  padding: 60px 0 40px;
  line-height: 28px;
  /* letter-spacing: -0.5px; */
}
article.sub .cont_container .content .info_txt p {
  font-family: "NBL";
  font-size: 36px;
  color: #333;
  margin-bottom: 37px;
  line-height: 55px;
}
article.sub .cont_container .content .cont {
  width: 1008px;
  margin: 0 auto;
}
article.sub .cont_container .tab_cont {
  position: relative;
  width: 100%;
  min-width: 1142px;
  overflow: hidden;
}
article.sub .cont_container .tab_cont .slide_btn {
  width: 50px;
  height: 59px;
  position: absolute;
  top: 405px;
  text-indent: -5000px;
  background-image: url('../images/spr.png');
  background-repeat: no-repeat;
  z-index: 90;
  cursor: pointer;
}
article.sub .cont_container .tab_cont .slide_btn.prev {
  right: 57%;
  top: 50%;
  margin: -29px 521px 0 0;
  background-position: -50px -420px;
}
article.sub .cont_container .tab_cont .slide_btn.prev.disable {
  background-position: 0 -420px;
  cursor: default;
}
article.sub .cont_container .tab_cont .slide_btn.next {
  left: 57%;
  top: 50%;
  margin: -29px 0 0 521px;
  background-position: -250px -420px;
}
article.sub .cont_container .tab_cont .slide_btn.next.disable {
  background-position: -200px -420px;
  cursor: default;
}
article.sub .title_cont {
  font-size: 36px;
  color: #333;
  font-family: "NBL";
  font-weight: normal;
  letter-spacing: -0.5px;
  margin: 80px 0 25px;
  height: 26px;
}
article.sub .title_cont .comt {
  float: right;
  font-size: 15px;
}
article.sub .title_cont.line {
  padding-bottom: 30px;
  border-bottom: 1px solid #dfe3e6;
  margin: 80px 0 50px;
}
footer.sub {
  width: 100%;
  min-width: 1142px;
  height: 233px;
  position: relative;
  border-top: 1px solid #dfe3e6;
  background-color: #f1f2f3;
  margin-top: 70px;
}
footer.sub .footer_wrap {
  width: 1142px;
  margin: 0 auto;
}
footer.sub .link {
  position: relative;
  height: 80px;
}
footer.sub .link .family_site {
  height: 30px;
  position: relative;
  top: 23px;
  cursor: pointer;
}
footer.sub .link .family_site .title {
  display: block;
  width: 255px;
  height: 22px;
  position: relative;
  z-index: 30;
  border: 1px solid #ccd2d7;
  background: #e3e6e9 url('../images/spr.png') no-repeat 255px -91px;
  padding: 7px 15px 3px;
  color: #333;
}
footer.sub .link .family_site ul {
  position: absolute;
  bottom: 0;
  width: 255px;
  display: none;
  background-color: #f5f5f5;
  border: 1px solid #ccd2d7;
  margin-bottom: 29px;
  margin-top: -1px;
  padding: 5px 15px;
  z-index: 10;
}
footer.sub .link .family_site ul li a {
  display: block;
  padding: 5px 0;
  color: #333;
}
footer.sub .info_link {
  position: absolute;
  left: 420px;
  top: 30px;
}
footer.sub .info_link a {
  display: inline-block;
  margin-right: 60px;
}
footer.sub .top {
  position: absolute;
  right: 0;
  top: 24px;
  color: #333;
  font-weight: 600;
  border: 1px solid #ccd2d7;
  border-radius: 2px;
  background: #e3e6e9 url('../images/spr.png') no-repeat 54px -137px;
  padding: 6px 36px 8px 19px;
  display: block;
  cursor: pointer;
}
footer.sub .info {
  background: url('../images/logo_footer.gif') no-repeat right 47px;
}
footer.sub .info address {
  font-style: normal;
  color: #333;
  font-size: 13px;
  padding-top: 37px;
  line-height: 30px;
}
footer.sub:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 80px;
  let: 0;
  width: 100%;
  height: 1px;
  background-color: #dfe3e6;
}
.faq_silde .title_silde {
  font-size: 32px;
  font-weight: normal;
  color: #333;
  padding: 29px 0 20px;
  height: 22px;
  border-bottom: 1px solid #dfe3e6;
  cursor: pointer;
  position: relative;
}
.faq_silde .title_silde:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 16px;
  right: 40px;
  width: 2px;
  height: 40px;
  background: #92b0c4;
  transition: opacity 0.4s ease;
  opacity: 1;
}
.faq_silde .title_silde:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 33px;
  right: 21px;
  width: 40px;
  height: 2px;
  background: #92b0c4;
}
.faq_silde .title_silde.on:before {
  opacity: 0;
}
.faq_silde .cont_slide {
  padding: 30px 10px 30px 30px;
  display: none;
}
.faq_silde .cont_slide li {
  padding: 6px 0;
  line-height: 25px;
}
.faq_silde ul.cont_slide {
  list-style: disc!important;
}
.faq_silde ol.cont_slide {
  list-style: decimal!important;
}
article.sub .cont_txt div,
article.sub .cont_txt p,
article.sub .cont_txt span,
article.sub .cont_txt ul,
article.sub .cont_txt ol,
article.sub .cont_txt li {
  line-height: 28px;
}
article.sub .cont_txt p,
article.sub .cont_txt ol,
article.sub .cont_txt ul {
  margin: 7px 0;
}
article.sub .cont_txt ol {
  list-style: decimal!important;
  margin-left: 30px!important;
}
article.sub .cont_txt ul {
  list-style: disc!important;
  margin-left: 30px!important;
}
article.sub .cont_txt h4 {
  color: #92b0c4;
  font-size: 24px;
  font-family: "NBL";
  margin: 10px 0;
}
article.sub .cont_txt h5 {
  color: #333;
  font-size: 18px;
  font-family: "NBL";
  margin: 10px 0;
}
article.sub .text_section {
  line-height: 28px;
  margin-bottom: 30px;
}
article.sub .text_section h3 {
  font-size: 36px;
  font-family: "NBL";
  color: #333;
  margin-bottom: 35px;
  padding-top: 10px;
}
article.sub .text_section p {
  line-height: 30px;
}
article.sub .text_section.left_pic {
  min-height: 224px;
  margin-bottom: 80px;
  padding-left: 415px;
  /* background: url(../images/foreign01.jpg) left 0 no-repeat; */
}
article.sub .text_section.right_pic {
  min-height: 224px;
  margin-bottom: 80px;
  padding-right: 415px;
  /*  background: url(../images/foreign02.jpg) right 0 no-repeat; */
}
article.sub .text_section.line_tit {
  font-size: 32px;
  color: #333;
  margin: 50px 0 20px;
  padding: 9px 0 20px 0;
  font-family: "NBL";
  border-bottom: 1px solid #dfe3e6;
  height: 22px;
}
article.sub .text_section .tit_skyblue {
  color: #92b0c4;
  font-size: 22px;
  margin: 50px 0 10px;
}
article.sub .cont_container.intro .content.holdings {
  background: url(../images/holdings.gif) left 7px no-repeat;
}
article.sub .cont_container.intro .content.holdings .info_txt {
  margin-left: 412px;
  padding-top: 0;
}
article.sub .cont_container.intro .content.chairman .info_txt {
  /*margin-left: 412px; padding-top:10px; */
  line-height: 30px;
  font-size: 16px;
  text-align: center;
}
article.sub .cont_container.intro .content.chairman .info_txt span {
  color: #7e9eb5;
  font-size: 23px;
}
/* article.sub .cont_container.intro .content.mission {
  height: 950px;
  background-repeat: no-repeat;
  background-image: url(../images/mission_bg.jpg);
  background-size: cover;
} */

article.sub .cont_container.intro .content.mission {
  height: 900px;
  background: url(../images/mission_bg_2021.jpg) 50% 0 no-repeat;
}


article.sub .cont_container.intro .content.mission .inner_cont {
  width: 1142px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
article.sub .cont_container.intro .content.seventyplus {
  height: 950px;
  background-repeat: no-repeat;
  background-image: url(../images/seventyplus_bg.jpg);
  background-size: cover;
}
article.sub .cont_container.intro .content.seventyplus .inner_cont {
  width: 1142px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
article.sub .cont_container.intro .content.seventyplus .inner_cont img {
  margin-top: 80px;
}
/* article.sub .cont_container.intro .content.vision {
  height: 950px;
  background-repeat: no-repeat;
  background-image: url(../images/vision_bg.jpg);
  background-size: cover;
} */

article.sub .cont_container.intro .content.vision {
  height: 900px;
  background: url(../images/vision_bg_2021.jpg) 50% 0 no-repeat;
}
article.sub .cont_container.intro .content.vision .inner_cont {
  width: 1142px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
article.sub .cont_container.intro .content.change {
  background: #f8f9fb url(../images/change_bg.jpg) 50% 20% no-repeat;
}
article.sub .cont_container.intro .content.change .inner_cont {
  width: 1142px;
  margin: 0 auto;
  padding-bottom: 30px;
  position: relative;
  text-align: center;
}
article.sub .cont_container.intro .content.change .change_section {
  width: 1008px;
  margin: 0 auto;
  margin-top: 30px;
  text-align: left;
}
article.sub .cont_container.intro .content.change .change_section > ul {
  overflow: hidden;
  padding-left: 380px;
  position: relative;
}
article.sub .cont_container.intro .content.change .change_section > ul:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 0;
  left: 505px;
  width: 2px;
  height: 15px;
  background-color: #f2f4f5;
}
article.sub .cont_container.intro .content.change .change_section > ul:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  bottom: 0;
  left: 505px;
  width: 2px;
  height: 63px;
  background-color: #f2f4f5;
}
article.sub .cont_container.intro .content.change .change_section > ul li {
  line-height: 32px;
}
article.sub .cont_container.intro .content.change .change_section > ul strong,
article.sub .cont_container.intro .content.change .change_section > ul ul {
  float: left;
}
article.sub .cont_container.intro .content.change .change_section > ul strong {
  clear: both;
  width: 125px;
  position: relative;
  top: 10px;
  color: #2d84be;
  font-size: 24px;
  font-weight: normal;
}
article.sub .cont_container.intro .content.change .change_section > ul strong:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 5px;
  right: -15px;
  width: 30px;
  height: 1px;
  background-color: #dfe3e6;
}
article.sub .cont_container.intro .content.change .change_section > ul ul {
  border-left: 1px solid #dfe3e6;
  padding-left: 30px;
  padding-bottom: 15px;
  max-width:470px
}
/* article.sub .cont_container.intro .content.change .change_section .history_change {
  background: url(../images/change01.png) 73px 7px no-repeat;
} */
article.sub .cont_container.intro .content.change .change_section .history_change {
  background: url(../images/history_2020.jpg) 73px 7px no-repeat,
    url(../images/history_2015.jpg) 73px 760px no-repeat,
   url(../images/history_2013.jpg) 73px 930px no-repeat,
   url(../images/history_2011.jpg) 73px 1250px no-repeat,
   url(../images/history_2010.png) 73px 1450px no-repeat,
   url(../images/history_2007.jpg) 73px 1720px no-repeat;
  background-size:200px auto;
}
article.sub .cont_container.intro .content.change .change_section .history_growth {
  background: url(../images/change02.png) 73px 7px no-repeat;
}
article.sub .cont_container.intro .content.change .change_section .history_growth:after {
  height: 95px;
}
article.sub .cont_container.intro .content.change .change_section .history_takeoff {
  padding-bottom: 50px;
  background: url(../images/change03.png) 73px 7px no-repeat;
}
article.sub .cont_container.intro .content.change .change_section .history_takeoff:after {
  height: 31px;
}
article.sub .cont_container.intro .content.foreign .text_section.left_pic {
  background: url(../images/foreign01.jpg) left 0 no-repeat;
}
article.sub .cont_container.intro .content.foreign .text_section.right_pic {
  background: url(../images/foreign02.jpg) right 0 no-repeat;
}
article.sub .cont_container.intro .content.operating_company {
  overflow: hidden;
}
article.sub .cont_container.intro .content.operating_company h3 {
  float: left;
  width: 207px;
  padding: 27px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
article.sub .cont_container.intro .content.operating_company .operating_list {
  float: left;
  width: 935px;
}
article.sub .cont_container.intro .content.operating_company .operating_list li {
  clear: both;
  position: relative;
  padding-left: 60px;
}
article.sub .cont_container.intro .content.operating_company .operating_list li:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 64px;
  left: 15px;
  width: 20px;
  height: 6px;
  background: #e1e1e1;
}
article.sub .cont_container.intro .content.operating_company .operating_list li .border_top {
  border-top: 2px solid #ddd;
}
article.sub .cont_container.intro .content.operating_company .operating_list li ul {
  float: left;
  overflow: hidden;
}
article.sub .cont_container.intro .content.operating_company .operating_list li ul li {
  float: none;
}
article.sub .cont_container.intro .content.operating_company .section {
  padding: 27px 0 27px  0;
  margin-top: -1px;
  width: 407px;
  height: 76px;
  float: left;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
article.sub .cont_container.intro .content.operating_company .section.link {
  cursor: pointer;
}
article.sub .cont_container.intro .content.operating_company .section .num {
  font-size: 43px;
  color: #bdd0d2;
  letter-spacing: -1px;
  position: relative;
  top: -21px;
}
article.sub .cont_container.intro .content.operating_company .section img {
  padding: 0 10px;
}
article.sub .cont_container.intro .content.operating_company .section .txt {
  display: inline-block;
  width: 120px;
  vertical-align: top;
  line-height: 21px;
  text-align: center;
  position: relative;
  top: -8px;
  font-size: 13px;
}
article.sub .cont_container.intro .content.operating_company .section .txt.line1 {
  padding-top: 39px;
  height: 37px;
}
article.sub .cont_container.intro .content.operating_company .section .txt.line2 {
  padding-top: 27px;
  height: 49px;
}
article.sub .cont_container.intro .content.operating_company .section .txt.line3 {
  padding-top: 15px;
  height: 61px;
}
article.sub .cont_container.intro .content.operating_company .section div {
  display: none;
}
article.sub .cont_container.intro .content.operating_company .section.detail_cont {
  height: auto!important;
  margin-bottom: 0;
}
article.sub .cont_container.intro .content.operating_company .section.detail_cont div {
  display: block;
  margin-top: 22px;
  border-top: 1px solid #ddd;
  padding: 25px 10px 0;
  line-height: 27px;
}
article.sub .cont_container.intro .content.operating_company .section.detail_cont div .btn {
  margin-top: 15px;
  display: inline-block;
  height: 17px;
}
article.sub .cont_container.intro .content.operating_company .section.detail_cont div .btn.link {
  background-position: 116px 163px;
}
article.sub .cont_container.business .product_cate{
    margin-bottom:50px;
    font-size:40px;
    font-weight:bold;
    color:#7e9eb5;
    line-height:47px;
    text-align: center
}
article.sub .cont_container.business .product_list {
  position: relative;
  margin-bottom: 85px;
}
article.sub .cont_container.business .product_list img,
article.sub .cont_container.business .product_list .img {
  width: 350px;
  height: 240px;
  border: 1px solid #dfe3e6;
  position: absolute;
  top: 0;
}
article.sub .cont_container.business .product_list .img > img{
    display: block;
    position:relative;
    margin:0 auto;
    max-width:350px;
    width:auto;
    height:100%;
    border:none
}

article.sub .cont_container.business .product_list .product_tit {
  margin: 0 0 30px 410px;
  padding-top: 10px;
  font-size: 36px;
  font-family: "NBL";
}
article.sub .cont_container.business .product_list dl {
  margin-left: 410px;
  overflow: hidden;
}
article.sub .cont_container.business .product_list dl dt,
article.sub .cont_container.business .product_list dl dd {
  float: left;
  padding: 2px 0;
  line-height: 30px;
}
article.sub .cont_container.business .product_list dl dt {
  clear: both;
  width: 210px;
  text-align: right;
  font-weight: 600;
}
article.sub .cont_container.business .product_list dl dd {
  width: 520px;
}
article.sub .cont_container.business .exporting_country {
  background: url(../images/exporting_country_bg.gif) 50% 0 no-repeat;
  padding-top: 430px;
  position: relative;
}
article.sub .cont_container.business .exporting_country:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 430px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #dfe3e6;
}
article.sub .cont_container.business .factory {
  height: 800px;
  background: url(../images/factory_bg.gif) 50% 0 no-repeat;
  position: relative;
}
article.sub .cont_container.business .factory .factory_position {
  position: absolute;
  width: 222px;
  height: 157px;
  border: 1px solid #ccc;
}
article.sub .cont_container.business .factory .factory_position p {
  text-align: right;
  color: #fff;
  font-size: 14px;
  position: absolute;
  top: 40px;
  right: 10px;
  opacity: 1;
  z-index: 20;
}
article.sub .cont_container.business .factory .factory_position span {
  display: block;
  font-size: 18px;
  line-height: 23px;
  color: #fff;
}
article.sub .cont_container.business .factory .factory_position span.company {
  font-size: 13px;
  margin-bottom: 15px;
}
article.sub .cont_container.business .factory .factory_position:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  z-index: 1;
  transition: .3s ease;
}
article.sub .cont_container.business .factory .factory_position:hover p {
  top: 0px!important;
  opacity: 0;
  transition: 1s ease;
}
article.sub .cont_container.business .factory .factory_position:hover:after {
  opacity: 0;
}
article.sub .cont_container.business .factory .factory_position.area_01 {
  top: 12px;
  left: 63px;
  background: url(../images/factory01_02.jpg) no-repeat center / cover;
}
article.sub .cont_container.business .factory .factory_position.area_02 {
  top: 196px;
  left: 13px;
  background: url(../images/factory02.jpg) 50% 0 no-repeat;
}
article.sub .cont_container.business .factory .factory_position.area_03 {
  top: 381px;
  left: 53px;
  background: url(../images/factory03.jpg) 50% 0 no-repeat;
}
article.sub .cont_container.business .factory .factory_position.area_03 p {
  top: 30px;
}
article.sub .cont_container.business .factory .factory_position.area_04 {
  top: 565px;
  left: 13px;
  background: url(../images/factory04.jpg) 50% 0 no-repeat;
}
article.sub .cont_container.business .factory .factory_position.area_04 p {
  top: 10px;
  font-size: 13px;
  letter-spacing: -0.5px;
}
article.sub .cont_container.business .factory .factory_position.area_04 .company {
  font-size: 13px;
  margin-bottom: 7px;
}
article.sub .cont_container.business .factory .factory_position.area_05 {
  top: 12px;
  right: 54px;
  background: url(../images/factory05.jpg) 50% 0 no-repeat;
}
article.sub .cont_container.business .factory .factory_position.area_05 p {
  top: 15px;
  font-size: 13px;
}
article.sub .cont_container.business .factory .factory_position.area_06 {
  top: 196px;
  right: 5px;
  background: url(../images/factory06.jpg) 50% 0 no-repeat;
}
article.sub .cont_container.business .factory .factory_position.area_07 {
  top: 381px;
  right: 54px;
  background: url(../images/factory07.jpg) 50% 0 no-repeat;
}
article.sub .cont_container.business .partners .partners_txt {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  font-family: "Arial";
  height: 130px;
  margin-bottom: 50px;
  font-size: 82px;
  font-weight: 600;
  color: #c1dce1;
}
article.sub .cont_container.business .partners .partners_txt p {
  font-size: 36px;
  font-family: "NBL";
  font-weight: normal;
  color: #333;
  height: 50px;
  margin-bottom: 40px;
}
article.sub .cont_container.business .partners .partners_link {
  overflow: hidden;
}
article.sub .cont_container.business .partners .partners_link a {
  display: inline-block;
  float: left;
  width: 215px;
  height: 100px;
  border: 1px solid #dfe3e6;
  border-radius: 1px;
  text-align: center;
  margin: 4px 4px;
}
article.sub .cont_container.business .partners .partners_link a img {
  padding-top: 24px;
}
article.sub .cont_container.social {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
article.sub .cont_container.social .content .inner_cont {
  /* width: 1142px; margin: 0 auto; text-align: center; */
}
article.sub .cont_container.social .content .inner_cont .info_txt {
  color: #fff;
}
article.sub .cont_container.social .content .inner_cont .info_txt p {
  font-size: 48px;
  color: #fff;
  letter-spacing: -2px;
  font-weight: bold;
  line-height: 48px;
}
article.sub .cont_container.social .content.foundation {
  height: 900px;
  text-align: center;
  background: url(../images/foundation_bg.jpg) 50% 0 no-repeat;
}
article.sub .cont_container.social .content.foundation .info_txt {
  width: 900px;
  margin: 0 auto;
  padding: 90px 0 40px;
}
article.sub .cont_container.social .content.foundation .more {
  display: block;
  margin: 0 auto;
  width: 400px;
  padding: 20px 0;
  border: 1px solid #fff;
  border-radius: 2px;
  position: relative;
  margin-top: 38px;
}
article.sub .cont_container.social .content.foundation .more div {
  opacity: 1;
  position: relative;
  z-index: 50;
  font-size: 30px;
  color: #fff;
  text-align: center;
  font-family: "NBL";
}
article.sub .cont_container.social .content.foundation .more div span {
  font-size: 45px;
  color: #fff;
  font-family: "NBL";
  position: relative;
  top: 5px;
  right: 20px;
  z-index: 50;
}
article.sub .cont_container.social .content.foundation .more:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.4;
  z-index: 1;
}
article.sub .cont_container.social .content.award {
  height: 900px;
}
article.sub .cont_container.social .content.award .inner_cont {
  width: 50%;
  float: left;
  height: 900px;
  position: relative;
  z-index: 80;
}
article.sub .cont_container.social .content.award .inner_cont .info_txt {
  position: relative;
  z-index: 60;
  padding: 195px 55px 25px 55px ;
  overflow: hidden;
  text-align: center;
}
article.sub .cont_container.social .content.award .inner_cont .info_txt div {
  padding: 100px 0;
  transition: 0.3s ease-out;
  text-align: center;
  font-size: 15px;
  color: #fff;
  line-height: 28px;
  width: 480px;
  margin: 0 auto;
}
article.sub .cont_container.social .content.award .inner_cont:hover .info_txt {
  padding: 195px 55px 10px 55px ;
}
article.sub .cont_container.social .content.award .inner_cont:hover .info_txt div {
  padding: 0;
}
article.sub .cont_container.social .content.award .inner_cont:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
article.sub .cont_container.social .content.award .inner_cont:first-child .info_txt {
  height: 75px;
}
article.sub .cont_container.social .content.award .inner_cont:first-child:before {
  background: url(../images/award01_bg.jpg) 50% 0 no-repeat;
  background-size: cover;
}
article.sub .cont_container.social .content.award .inner_cont:last-child .info_txt {
  height: 145px;
}
article.sub .cont_container.social .content.award .inner_cont:last-child:before {
  background: url(../images/award02_bg.jpg) 50% 0 no-repeat;
  background-size: cover;
}
article.sub .cont_container.social .content.award .inner_cont:hover:before {
  filter: blur(3px);
}
article.sub .cont_container.social .content.award .inner_cont:hover .info_txt {
  height: auto;
  position: relative;
  z-index: 60;
  opacity: 1;
}
article.sub .cont_container.social .content.award .inner_cont:hover .info_txt div {
  height: auto;
  position: relative;
  z-index: 60;
  opacity: 1;
}
article.sub .cont_container.social .content.award .inner_cont:hover:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
  z-index: 10;
  filter: none!important;
}
article.sub .cont_container.social .content.award .inner_cont:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  transition: opacity .5s ease;
  opacity: 0;
}
article.sub .cont_container.social .content.service {
  overflow: hidden;
  height: 900px;
  width: 100%;
  max-width: 1920px;
}
article.sub .cont_container.social .content.service .inner_cont {
  width: 50%;
  float: left;
  height: 900px;
  position: relative;
  z-index: 80;
}
article.sub .cont_container.social .content.service .inner_cont .info_txt {
  position: relative;
  z-index: 60;
  height: 75px;
  padding: 160px 55px 15px 55px;
  overflow: hidden;
  text-align: center;
}
article.sub .cont_container.social .content.service .inner_cont .info_txt div {
  padding: 100px 0;
  transition: 0.3s ease-out;
  text-align: center;
  font-size: 15px;
  color: #fff;
  line-height: 28px;
  width: 480px;
  margin: 0 auto;
}
article.sub .cont_container.social .content.service .inner_cont:hover .info_txt {
  padding: 160px 55px 10px 55px;
}
article.sub .cont_container.social .content.service .inner_cont:hover .info_txt div {
  padding: 0;
}
article.sub .cont_container.social .content.service .inner_cont:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
article.sub .cont_container.social .content.service .inner_cont:first-child:before {
  background: url(../images/service01_bg.jpg) 50% 0 no-repeat;
  background-size: cover;
}
article.sub .cont_container.social .content.service .inner_cont:last-child:before {
  background: url(../images/service02_bg.jpg) 50% 0 no-repeat;
  background-size: cover;
}
article.sub .cont_container.social .content.service .inner_cont:hover:before {
  filter: blur(3px);
}
article.sub .cont_container.social .content.service .inner_cont:hover .info_txt {
  height: auto;
  /* width: 550px;  */
  position: relative;
  z-index: 60;
  opacity: 1;
}
article.sub .cont_container.social .content.service .inner_cont:hover:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
  z-index: 10;
  filter: none!important;
}
article.sub .cont_container.social .content.service .inner_cont:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  transition: opacity .5s ease;
  opacity: 0;
}
article.sub .cont_container.social .content.contrib_list ul {
  overflow: hidden;
  width: 100%;
  /* max-width: 1920px; */
}
article.sub .cont_container.social .content.contrib_list ul li {
  float: left;
  width: 50%;
  height: 300px;
  position: relative;
  text-align: center;
}
article.sub .cont_container.social .content.contrib_list ul li:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
article.sub .cont_container.social .content.contrib_list ul li div {
  position: absolute;
  top: 30px;
  left: 0;
  color: #fff;
  font-size: 32px;
  font-family: "NBG";
  line-height: 35px;
  height: 45px;
  padding: 10px 50px 20px;
  text-align: center;
  overflow: hidden;
  z-index: 60;
}
article.sub .cont_container.social .content.contrib_list ul li div p {
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 28px;
  margin-top: 100px;
  letter-spacing: 0.5px;
  font-family: "NBG";
}
article.sub .cont_container.social .content.contrib_list ul li:nth-child(1) {
  height: 900px;
}
article.sub .cont_container.social .content.contrib_list ul li:nth-child(1) div {
  top: 200px;
  height: 90px;
  font-size: 47px;
  line-height: 47px;
}
article.sub .cont_container.social .content.contrib_list ul li:nth-child(1):before {
  background-image: url(../images/contrib_list01_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
article.sub .cont_container.social .content.contrib_list ul li:nth-child(2):before {
  background-image: url(../images/contrib_list02_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
article.sub .cont_container.social .content.contrib_list ul li:nth-child(3) div {
  top: 0px;
}
article.sub .cont_container.social .content.contrib_list ul li:nth-child(3) div p {
  line-height: 22px;
}
article.sub .cont_container.social .content.contrib_list ul li:nth-child(3):before {
  background-image: url(../images/contrib_list03_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
article.sub .cont_container.social .content.contrib_list ul li:nth-child(4):before {
  background-image: url(../images/contrib_list04_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
article.sub .cont_container.social .content.contrib_list ul li:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: .5;
  width: 100%;
  height: 0;
  z-index: 5;
  transition: opacity .5s ease;
}
article.sub .cont_container.social .content.contrib_list ul li:hover:before {
  filter: blur(2px);
}
article.sub .cont_container.social .content.contrib_list ul li:hover div {
  text-align: center!important;
  transition: .5s ease;
  height: auto;
  bottom: 40px;
  /* width: 70%; padding: 10px 20px;*/
}
article.sub .cont_container.social .content.contrib_list ul li:hover div p {
  margin-top: 10px;
  transition: margin-top 0.5s ease;
}
article.sub .cont_container.social .content.contrib_list ul li:hover:after {
  height: 300px;
  transition: height .7s ease;
}
article.sub .cont_container.social .content.contrib_list ul li:hover:nth-child(1):after {
  height: 900px;
  transition: height .7s ease;
}
article.sub .cont_container.social .content.support .inner_cont {
  width: 100%;
  height: 900px;
  position: relative;
  z-index: 80;
}
article.sub .cont_container.social .content.support .inner_cont:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url(../images/support01_bg.jpg) 50% 0 no-repeat;
  background-size: cover;
}
article.sub .cont_container.social .content.support .inner_cont .info_txt {
  position: relative;
  z-index: 60;
  height: 75px;
  padding: 195px 55px 10px 55px ;
  overflow: hidden;
  text-align: center;
}
article.sub .cont_container.social .content.support .inner_cont .info_txt div {
  padding: 100px 0;
  transition: 0.3s ease-out;
  text-align: center;
  font-size: 15px;
  color: #fff;
  line-height: 28px;
  width: 600px;
  margin: 0 auto;
}
article.sub .cont_container.social .content.support .inner_cont:hover:before {
  filter: blur(3px);
}
article.sub .cont_container.social .content.support .inner_cont:hover .info_txt {
  height: auto;
  position: relative;
  z-index: 60;
  opacity: 1;
  padding: 195px 55px 10px 55px ;
}
article.sub .cont_container.social .content.support .inner_cont:hover .info_txt div {
  height: auto;
  position: relative;
  z-index: 60;
  opacity: 1;
  padding: 0;
}
article.sub .cont_container.social .content.support .inner_cont:hover:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
  z-index: 10;
  filter: none!important;
}
article.sub .cont_container.social .content.support .inner_cont:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  transition: opacity .5s ease;
  opacity: 0;
}
article.sub .cont_container.social .content.ethics p {
  line-height: 25px;
}
article.sub .cont_container.social .content.ethics .text_section h4 {
  font-size: 24px;
  color: #2d84be;
  font-family: "NBL";
  line-height: 35px;
  margin-bottom: 20px;
}
article.sub .cont_container.social .content.ethics .text_section ol li {
  padding-left: 24px;
  text-indent: -24px;
}
article.sub .cont_container.social .content.ethics .text_section.left_pic {
  padding-left: 589px;
  background: url(../images/ethics01.jpg) left 0 no-repeat !important;
}
article.sub .cont_container.social .content.scope .submain_txt {
  background: url(../images/spr_submain_txt.png) 100px 0 no-repeat !important;
  margin: 50px 0;
}
article.sub .cont_container.social .content.scope .submain_txt div {
  padding: 23px 0 42px 0;
}
article.sub .cont_container.social .content.scope ol:nth-child(1) {
  display: block;
}
article.sub .cont_container.social .content.declaration .submain_txt {
  padding: 50px 0 60px 300px;
  text-align: left;
  margin-bottom: 60px;
  border-bottom: 1px solid #dfe3e6;
  background: url(../images/spr_submain_txt.png) 105px -158px no-repeat !important;
}
article.sub .cont_container.social .content.declaration .submain_txt div {
  padding: 23px 0 42px 0;
}
article.sub .cont_container.social .content.declaration .list {
  overflow: hidden;
}
article.sub .cont_container.social .content.declaration .list li {
  width: 540px;
  float: left;
  position: relative;
  min-height: 80px;
  margin-bottom: 52px;
}
article.sub .cont_container.social .content.declaration .list li span {
  display: inline-block;
  float: left;
  color: #fff;
  font-size: 31px;
  font-family: "NBL";
  height: 80px;
  width: 80px;
  z-index: 20;
  position: relative;
  left: 0;
  text-align: center;
  padding-top: 30px;
}
article.sub .cont_container.social .content.declaration .list li div {
  line-height: 25px;
  float: left;
  width: 430px!important;
  margin: 5px 10px 0;
  vertical-align: middle;
}
article.sub .cont_container.social .content.declaration .list li div.line1 {
  margin-top: 17px;
}
article.sub .cont_container.social .content.declaration .list li div.line3 {
  margin-top: 0;
}
article.sub .cont_container.social .content.declaration .list li:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  border-radius: 100px;
  background: #d7e0e4;
  z-index: 1;
}
article.sub .cont_container.social .content.corruption {
  text-align: left!important;
}
article.sub .cont_container.social .content.corruption .title {
  font-size: 36px;
  font-family: "NBL";
  font-weight: normal;
  color: #333;
  min-height: 25px;
  margin-bottom: 40px;
  line-height: 59px;
  text-align: center;
}
article.sub .cont_container.social .content.corruption .decimal {
  list-style: decimal!important;
}
article.sub .cont_container.social .content.corruption .decimal li {
  line-height: 30px;
  letter-spacing: -0.3px;
}
article.sub .cont_container.social .content.compliance_info h3 {
  font-weight: normal;
}
article.sub .cont_container.social .content.compliance_info .text_section {
  position: relative;
  overflow: hidden;
}
article.sub .cont_container.social .content.compliance_info .text_section img,
article.sub .cont_container.social .content.compliance_info .text_section h3,
article.sub .cont_container.social .content.compliance_info .text_section p {
  float: left;
  display: inline-block;
}
article.sub .cont_container.social .content.compliance_info .text_section img {
  margin: 35px 45px 35px;
}
article.sub .cont_container.social .content.compliance_info .text_section h3,
article.sub .cont_container.social .content.compliance_info .text_section p {
  width: 580px;
}
article.sub .cont_container.social .content.compliance_info .text_section h3 {
  margin-top: 160px;
}
article.sub .cont_container.social .content.compliance_info .fairtraed .col2_1 {
  padding: 40px 0 70px 0;
  text-align: center;
}
article.sub .cont_container.social .content.compliance_info .fairtraed .col2_1 img {
  display: block;
  margin: 0 auto;
}
article.sub .cont_container.social .content.compliance_info .btn {
  color: #fff;
  position: relative;
  top: 30px;
}
article.sub .cont_container.social .content.cyber_inform .submain_txt {
  margin-bottom: 50px;
}
article.sub .cont_container.social .tab_slide.compliance {
  margin: 0 auto;
  padding: 0 0 40px 70px;
  background: #fff;
  position: relative;
  z-index: 10;
  width: 1072px;
}
article.sub .cont_container.social .tab_slide.compliance a {
  border-radius: 100px;
  width: 148px;
  height: 63px;
  background: #999;
  color: #fff;
  font-size: 36px;
  text-align: center;
  font-family: "NBL";
  padding-top: 65px;
  margin: 0 50px;
}
article.sub .cont_container.social .tab_slide.compliance li:first-child a {
  line-height: 45px;
  padding-top: 36px;
  letter-spacing: -2px;
  height: 92px;
}
article.sub .cont_container.social .tab_slide.compliance li.active a {
  position: relative;
}
article.sub .cont_container.social .compliance_history {
  position: relative;
}
article.sub .cont_container.social .compliance_history:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 0px;
  left: 550px;
  width: 1px;
  height: 100%;
  background: #dfe3e6;
  z-index: 1;
}
article.sub .cont_container.social .compliance_history .history_list {
  position: relative;
  width: 491px!important;
  margin-top: 35px;
  padding: 0 30px;
}
article.sub .cont_container.social .compliance_history .history_list h3 {
  font-size: 32px;
  color: #333;
  font-family: "NBL";
  height: 20px;
  padding-top: 7px;
}
article.sub .cont_container.social .compliance_history .history_list h3:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 5px;
  left: -10px;
  width: 20px;
  height: 20px;
  background: #dfe3e6;
  border-radius: 50px;
}
article.sub .cont_container.social .compliance_history .history_list ul {
  margin-top: 20px;
}
article.sub .cont_container.social .compliance_history .history_list ul li {
  line-height: 28px;
}
article.sub .cont_container.social .compliance_history .history_list:nth-child(odd) {
  margin-right: 551px;
  text-align: right;
}
article.sub .cont_container.social .compliance_history .history_list:nth-child(odd) h3:after {
  left: auto;
  right: -10px !important;
}
article.sub .cont_container.social .compliance_history .history_list:nth-child(even) {
  margin-left: 551px;
}
article.sub .cont_container.investor .text_section.left_pic {
  background: url(../images/foreign01.jpg) left 0 no-repeat;
  border-bottom: 1px solid #ddd;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
article.sub .cont_container.investor .text_section.right_pic {
  background: url(../images/foreign02.jpg) right 0 no-repeat;
}
article.sub .cont_container.investor .group .ico_title {
  height: 83px;
  font-size: 36px;
  padding: 31px 0  52px 340px;
  font-family: "NBL";
  border-bottom: 1px solid #ddd;
  line-height: 35px;
}
article.sub .cont_container.investor .group .listed .ico_title {
  margin-right: 25px;
  background: url(../images/group01_bg.gif) no-repeat 148px 0;
}
article.sub .cont_container.investor .group .listed ul {
  margin: 35px 25px 0 0;
}
article.sub .cont_container.investor .group .unlisted .ico_title {
  margin-left: 25px;
  background: url(../images/group02_bg.gif) no-repeat 148px 0;
}
article.sub .cont_container.investor .group .unlisted ul {
  margin: 35px 0 0 25px;
}
article.sub .cont_container.investor .group .unlisted li div span {
  display: inline-block;
  /* width: 180px; */
}
article.sub .cont_container.investor .group li {
  overflow: hidden;
  clear: both;
  margin-bottom: 30px;
}
article.sub .cont_container.investor .group li .logo_img {
  float: left;
  width: 140px;
  height: 43px;
  border-radius: 5px;
  border: 1px solid #dfe3e6;
  padding: 12px 0 0 15px;
}
article.sub .cont_container.investor .group li .logo_img.cnc {
  width: 154px;
  padding: 12px 0 0 3px;
}
article.sub .cont_container.investor .group li div {
  float: left;
  padding-top: 18px;
  width: 385px;
  overflow: hidden;
}
article.sub .cont_container.investor .group li div span {
  display: inline-block;
  float: left;
}
article.sub .cont_container.investor .group li div span:first-child {
  margin-left: 35px;
  width: 120px;
  color: #333;
  font-weight: bold;
}
article.sub .cont_container.investor .directorate {
  overflow: hidden;
}
article.sub .cont_container.investor .directorate .career {
  float: left;
  width: 505px;
  margin: 33px;
}
article.sub .cont_container.investor .directorate .career:nth-child(odd) {
  clear: both;
}
article.sub .cont_container.investor .directorate .career h3 {
  text-align: right;
  height: 24px;
  padding: 17px 0 25px;
  letter-spacing: -1px;
  font-size: 34px;
  color: #333;
  font-weight: normal;
  font-family: "NBL";
  background: url(../images/directorate_logo.gif) no-repeat;
}
article.sub .cont_container.investor .directorate .career h3 span {
  display: inline-block;
  color: #333;
  font-weight: normal;
  font-family: "NBL";
  font-size: 20px;
  margin-right: 10px;
  letter-spacing: -1.5px;
}
article.sub .cont_container.investor .directorate .career .career_tit {
  background: #92b0c4;
  border-radius: 4px;
  color: #fff;
  padding: 13px 20px;
}
article.sub .cont_container.investor .directorate .career ul {
  padding: 15px;
}
article.sub .cont_container.investor .directorate .career ul li {
  line-height: 30px;
}
article.sub .submain_txt {
  line-height: 30px;
  text-align: center;
}
article.sub .submain_txt div {
  font-size: 36px;
  font-family: "NBL";
  font-weight: normal;
  color: #333;
  min-height: 25px;
  margin-bottom: 40px;
  line-height: 59px;
}
article.sub .cont_container.customer .map .map_area {
  width: 1139px;
  height: 493px;
  border: 2px solid #ddd;
}
article.sub .cont_container.customer .map .map_info {
  margin-top: 30px;
}
article.sub .cont_container.customer .map h4 {
  font-size: 36px;
  font-family: "NBL";
  font-weight: normal;
  color: #333;
  padding: 40px 0 35px 65px;
  background-image: url(../images/map_ico.png);
  background-repeat: no-repeat;
}
article.sub .cont_container.customer .map h4.address {
  background-position: 0 25px;
}
article.sub .cont_container.customer .map h4.tell {
  background-position: 0 -76px;
}
article.sub .cont_container.customer .map h4.masstransit {
  background-position: 0 -176px;
}
article.sub .cont_container.customer .map h4.car {
  background-position: 0 -276px;
}
article.sub .cont_container.customer .map .col2_1:nth-child(3) {
  margin-top: 60px;
}
article.sub .cont_container.customer .map .col2_1:nth-child(4) {
  margin-top: 60px;
}
article.sub .cont_container.customer .map .col2_1 p {
  line-height: 30px;
}
article.sub .cont_container.customer .map .col2_1 b {
  color: #333;
  margin-bottom: 10px;
  display: inline-block;
}
article.sub .cont_container.util .sitemap {
  overflow: hidden;
}
article.sub .cont_container.util .sitemap .menu_section {
  float: left;
  width: 230px;
  min-height: 450px;
  margin-right: 70px;
  margin-bottom: 40px;
}
article.sub .cont_container.util .sitemap .menu_section:nth-child(4) {
  margin-right: 0;
}
article.sub .cont_container.util .sitemap .menu_section:nth-child(5) {
  clear: both;
}
article.sub .cont_container.util .sitemap .menu_section h3 {
  font-size: 36px!important;
  color: #7193a3;
  font-weight: normal;
  padding: 10px 0 24px 0;
  margin-bottom: 20px;
  border-bottom: 2px solid #7193a3;
  height: 22px;
}
article.sub .cont_container.util .sitemap .menu_section ul li > a {
  display: block;
  color: #333;
  font-size: 15px;
  padding: 9px 0;
}
article.sub .cont_container.util .sitemap .menu_section ul li ul {
  margin-bottom: 15px;
}
article.sub .cont_container.util .sitemap .menu_section ul li ul li,
article.sub .cont_container.util .sitemap .menu_section ul li ul a {
  display: block;
  font-weight: normal;
  padding: 3px 0;
  margin-left: 13px;
  color: #999;
  line-height: 17px;
}
article.sub .cont_container.util .privacy p,
article.sub .cont_container.util .privacy ul {
  line-height: 30px;
  margin: 0 0 10px 20px;
  color: #777;
}
article.sub .cont_container.util .privacy b {
  color: #666;
  font-size: 15px;
}
article.sub .cont_container.util .privacy .point_txt {
  color: #1b78bf;
}
article.sub .cont_container.util .privacy dk ~ rmfjsrjt li {
  line-height: 30px;
}
article.sub .cont_container.util .privacy h3 {
  margin: 60px 0 20px;
  font-size: 28px;
  font-family: "NBL";
  color: #333;
}
article.sub .cont_container.util .privacy h4 {
  margin: 30px 0 10px;
  font-size: 20px;
  font-family: "NBL";
  color: #333;
}
article.sub .cont_container.util .privacy h5 {
  margin: 30px 0 10px 14px;
  font-size: 16px;
  font-family: "NBL";
  color: #333;
}
article.sub .cont_container.util .privacy ol {
  list-style-type: decimal!important;
  margin-left: 32px;
}
article.sub .cont_container.util .privacy ol ol {
  margin: 10px 0 15px 20px;
  list-style-type: lower-roman !important;
  color: #999;
}
article.sub .cont_container.rnd .directivity {
  background-color: #f7f9fb;
}
article.sub .cont_container.rnd .directivity .inner_cont {
  width: 1142px;
  margin: 0 auto;
  text-align: center;
}
article.sub .cont_container.rnd .directivity .inner_cont img {
  margin: 0 0 50px;
}
article.sub .cont_container.rnd .research_pipeline {
  padding-top: 30px;
}
article.sub .cont_container.rnd .research_pipeline .research_step {
  height: 74px;
  border: 1px solid #333;
  border-bottom: none;
  background-color: #cbd5dc;
  position: relative;
  margin-top: 40px;
}
article.sub .cont_container.rnd .research_pipeline .research_step ul {
  position: absolute;
  left: 207px;
  top: 5px;
}
article.sub .cont_container.rnd .research_pipeline .research_step li {
  width: 94.5px;
  margin: 0 7px 0 0;
  background-color: #f6f6f6;
  border: 2px dotted #999;
  float: left;
  color: #333;
  border-radius: 15px;
  padding: 20px 0 20px;
  text-align: center;
}
article.sub .cont_container.rnd .research_pipeline .research_step li:nth-child(1) {
  background-color: #a0c3de;
  color: #fff;
}
article.sub .cont_container.rnd .research_pipeline .research_step li:nth-child(2) {
  padding: 13px 0 9px;
}
article.sub .cont_container.rnd .research_pipeline .research_table {
  border: 1px solid #333;
  border-top: none!important;
}
article.sub .cont_container.rnd .research_pipeline .research_table th,
article.sub .cont_container.rnd .research_pipeline .research_table td {
  border: none;
  border-left: 1px dashed #888;
  border-top: 1px dashed #888;
}
article.sub .cont_container.rnd .research_pipeline .research_table thead th {
  border-top: none;
}
article.sub .cont_container.rnd .research_pipeline .research_table .title span {
  display: block;
  color: #fff;
  padding: 6px 0 5px;
  border-radius: 5px;
}
article.sub .cont_container.rnd .research_pipeline .research_table .blue th,
article.sub .cont_container.rnd .research_pipeline .research_table .blue .title,
article.sub .cont_container.rnd .research_pipeline .research_table .blue td:last-child,
article.sub .cont_container.rnd .research_pipeline .research_table .blue .step_bg {
  background-color: #eff6f9;
}
article.sub .cont_container.rnd .research_pipeline .research_table .blue .title span {
  background-color: #8fa4c7;
}
article.sub .cont_container.rnd .research_pipeline .research_table .blue th {
  color: #0e76bc;
}
article.sub .cont_container.rnd .research_pipeline .research_table .blue .step_bg {
  padding: 0!important;
}
article.sub .cont_container.rnd .research_pipeline .research_table .blue .step_bg div {
  width: 100%;
  min-height: 82px;
  position: relative;
  z-index: 1;
}
article.sub .cont_container.rnd .research_pipeline .research_table .blue .step_bg div:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  height: 15px;
  background: #afc2df;
}
article.sub .cont_container.rnd .research_pipeline .research_table .blue .step_bg.last div:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 34%;
  right: -5px;
  height: 25px;
  width: 50px;
  background: url(../images/task_introduction_blue_step.gif) no-repeat 0 0;
  z-index: 50;
}
article.sub .cont_container.rnd .research_pipeline .research_table .red th,
article.sub .cont_container.rnd .research_pipeline .research_table .red .title,
article.sub .cont_container.rnd .research_pipeline .research_table .red td:last-child,
article.sub .cont_container.rnd .research_pipeline .research_table .red .step_bg {
  background-color: #fcf5dd;
}
article.sub .cont_container.rnd .research_pipeline .research_table .red .title span {
  background-color: #fba925;
}
article.sub .cont_container.rnd .research_pipeline .research_table .red th {
  color: #f7941e;
}
article.sub .cont_container.rnd .research_pipeline .research_table .red .step_bg {
  padding: 0!important;
}
article.sub .cont_container.rnd .research_pipeline .research_table .red .step_bg div {
  width: 100%;
  min-height: 82px;
  position: relative;
  z-index: 1;
}
article.sub .cont_container.rnd .research_pipeline .research_table .red .step_bg div:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  height: 15px;
  background: #fdba33;
}
article.sub .cont_container.rnd .research_pipeline .research_table .red .step_bg.last div:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 34%;
  right: 0;
  height: 25px;
  width: 25px;
  background: url(../images/task_introduction_red_step.gif) no-repeat 0 0;
  z-index: 50;
}
article.sub .cont_container.rnd .main_task_intro h3 {
  font-size: 37px;
  font-weight: normal;
  color: #333;
  line-height: 30px;
  height: 19px;
  padding-top: 40px;
  text-align: center;
  margin-bottom: 70px;
}
article.sub .cont_container.rnd .main_task_intro div + h3 {
  padding-top: 150px;
}
article.sub .cont_container.rnd .main_task_intro .col2_1 {
  margin-bottom: 70px;
}
article.sub .cont_container.rnd .main_task_intro h4 {
  font-size: 24px;
  color: #2d84be;
  font-weight: normal;
  line-height: 33px;
  border-bottom: 1px solid #dfe3e6;
  position: relative;
  padding-bottom: 10px;
  margin: 0 20px 17px 200px;
}
article.sub .cont_container.rnd .main_task_intro h4:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  left: -185px;
  top: 0;
  width: 139px;
  height: 139px;
  border: 8px solid #ccd3d7;
  border-radius: 28px;
  background-image: url(../images/main_task_intro_ico.png);
  background-repeat: no-repeat;
}
article.sub .cont_container.rnd .main_task_intro h4.tit_ico01:after {
  background-position: 22px 30px;
}
article.sub .cont_container.rnd .main_task_intro h4.tit_ico02:after {
  background-position: -176px 19px;
}
article.sub .cont_container.rnd .main_task_intro h4.tit_ico03:after {
  background-position: 24px -170px;
}
article.sub .cont_container.rnd .main_task_intro h4.tit_ico04:after {
  background-position: -179px -178px;
}
article.sub .cont_container.rnd .main_task_intro h4.tit_ico05:after {
  background-position: 34px -370px;
}
article.sub .cont_container.rnd .main_task_intro h4.tit_ico06:after {
  background-position: -166px -371px;
}
article.sub .cont_container.rnd .main_task_intro > div {
  margin-bottom: 45px;
  min-height: 150px;
}
article.sub .cont_container.rnd .main_task_intro ol {
  list-style: circle;
  padding-left: 217px;
}
article.sub .cont_container.rnd .main_task_intro ol li {
  padding: 0px 0;
  line-height: 30px;
}
article.sub .cont_container.rnd .main_task_intro ol p {
  line-height: 30px;
}
article.sub .cont_container.rnd .main_task_intro ol b {
  color: #333;
  font-weight: normal;
}
article.sub .cont_container.rnd .details_foundation .content {
  background: #f7f9fb;
  padding: 0 0 50px 0;
}
article.sub .cont_container.rnd .details_foundation .inner_cont {
  width: 1142px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
article.sub .cont_container.rnd .details_foundation .submain_txt {
  margin: 20px 0 30px 0;
}
article.sub .cont_container.rnd .details_foundation .submain_txt div {
  margin-bottom: 20px;
}
article.sub .cont_container.rnd .details_foundation img {
  margin: 0 auto;
}
article.sub .cont_container.rnd .foundation_technique .submain_txt {
  margin-bottom: 30px;
}
article.sub .cont_container.rnd .foundation_technique .submain_txt div {
  margin-bottom: 20px;
}
article.sub .cont_container.rnd .foundation_technique .center_list {
  border-bottom: 1px solid #dfe3e6;
  margin: 60px 0 30px 0;
  overflow: hidden;
}
article.sub .cont_container.rnd .foundation_technique .center_list li {
  position: relative;
  margin-bottom: 50px;
  overflow: hidden;
}
article.sub .cont_container.rnd .foundation_technique .center_list li > img {
  border: 1px solid #dfe3e6;
  float: left;
}
article.sub .cont_container.rnd .foundation_technique .center_list li > div {
  float: left;
  margin-left: 80px;
  /* position: absolute; left: 510px; top:0; */
  width: 560px;
}
article.sub .cont_container.rnd .foundation_technique .center_list li > div .company {
  overflow: hidden;
  clear: both;
  border-bottom: 1px solid #dfe3e6;
  padding: 0 0 15px 0;
}
article.sub .cont_container.rnd .foundation_technique .center_list li > div .company .location {
  float: right;
  font-size: 15px;
  color: #666;
  font-weight: normal;
  padding: 3px 0 3px 25px;
  background: url(../images/spr.png) no-repeat -285px -150px;
}
article.sub .cont_container.rnd .foundation_technique .center_list li > div h3 {
  overflow: hidden;
  line-height: 34px;
  padding: 26px 0 26px 0;
  font-size: 34px;
  color: #92b0c4;
  font-family: "NBL";
}
article.sub .cont_container.rnd .foundation_technique .center_list li > div p {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  padding: 26px 0;
  line-height: 28px;
  border-top: 1px solid #dfe3e6;
  border-bottom: 1px solid #dfe3e6;
}
article.sub .cont_container.rnd .foundation_technique .center_list li > div ul {
  margin: 27px 0;
}
article.sub .cont_container.rnd .foundation_technique .center_list li > div ul li {
  margin-bottom: 10px;
}
.stock {
  width: 750px;
  margin: 0 auto;
}
/* Popup Layer */
.layer {
  display: none;
  position: fixed;
  _position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}
.open {
  display: block;
}
.layer .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .5;
  filter: alpha(opacity=50);
}
.layer_area {
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 0px;
  border: 2px solid ##0073cc;
}
.btn_layer_close {
  position: absolute;
  top: 0;
  right: -43px;
  text-indent: -5000px;
  width: 43px ;
  height: 43px;
  background: url(../images/btn_layer_close.gif) no-repeat 0 0;
}
.pledge .sign_area {
  margin-top: 100px;
  overflow: hidden;
}
.pledge .sign_area div {
  width: 380px;
  margin: 0 60px;
  float: left;
  border-top: 2px solid #333;
  color: #333;
  font-size: 16px;
  font-weight: bold;
}
.pledge .sign_area .company {
  clear: both;
  border: none;
  color: #333;
  font-size: 24px;
  font-weight: bold;
  font-family: "NBL";
  margin-top: 45px;
}
@media print {
  #header,
  #sub_visual,
  #darkness,
  footer.sub,
  article.sub,
  .cont_test {
    display: none;
  }
  .pop_layer {
    width: 100%;
    top: 0;
    left: 0;
    margin: 0;
  }
  .tit_section {
    width: 100%;
  }
  .tit_section .btn_section {
    display: none;
  }
}
.pop_layer {
  background-color: #fff;
  width: 100%;
}
.pop_layer .pop_container .tit_section {
  overflow: hidden;
  width: 100%;
  background: #f1f3f4;
  border-bottom: 1px solid #e5e5e5;
}
.pop_layer .pop_container .tit_section h1 {
  display: inline-block;
  color: #333;
  font-size: 32px;
  font-weight: normal;
  background: url(../images/corruption_pop_logo.gif) no-repeat 33px 16px;
  padding: 40px 0 28px 135px;
  height: 21px;
}
.pop_layer .pop_container .tit_section .btn_section {
  float: right;
  padding: 0px 40px 0 0;
  vertical-align: top;
}
.pop_layer .pop_container .tit_section .btn_section .btn_print {
  display: inline-block;
  width: 56px;
  height: 52px;
  background: url(../images/corruption_pop_print.gif) no-repeat 0 0;
  margin-right: 40px;
  text-indent: -5000px;
  position: relative;
  top: 19px;
}
.pop_layer .pop_container .tit_section .btn_section .btn_layerClose {
  display: inline-block;
  width: 36px;
  height: 36px;
  position: relative;
  top: 29px;
  right: 0;
  text-indent: -5000px;
  background: url(../images/corruption_pop_close.gif) no-repeat 0 0;
}
.pop_layer .pop_container .cont_section {
  height: 550px;
  margin: 40px 0 40px 40px;
  padding: 0 40px 0 0;
}
.pop_layer .pop_container .cont_section .title {
  text-align: center;
  font-size: 36px;
  color: #333;
  line-height: 43px !important;
  margin-bottom: 45px;
}
.pop_layer .pop_container .cont_section div,
.pop_layer .pop_container .cont_section p,
.pop_layer .pop_container .cont_section span,
.pop_layer .pop_container .cont_section ul,
.pop_layer .pop_container .cont_section ol {
  line-height: 28px;
  margin-bottom: 30px;
}
.pop_layer .pop_container .cont_section p,
.pop_layer .pop_container .cont_section ol,
.pop_layer .pop_container .cont_section ul {
  margin: 7px 0;
}
.pop_layer .pop_container .cont_section ol {
  list-style: decimal!important;
  margin-left: 18px !important;
}
.pop_layer .pop_container .cont_section ul {
  list-style: disc!important;
  margin-left: 18px !important;
}
.pop_layer .pop_container .cont_section li {
  line-height: 28px;
  margin-bottom: 10px;
}
.pop_layer .pop_container .cont_section .pledge .sign_area {
  margin-top: 100px;
  overflow: hidden;
}
.pop_layer .pop_container .cont_section .pledge .sign_area div {
  width: 380px;
  margin: 0 60px;
  float: left;
  border-top: 2px solid #333;
  color: #333;
  font-size: 16px;
  font-weight: bold;
}
.pop_layer .pop_container .cont_section .pledge .sign_area .company {
  clear: both;
  border: none;
  color: #333;
  font-size: 24px;
  font-weight: bold;
  font-family: "NBL";
  margin-top: 45px;
}
.pop_layer .pop_container .cont_section table {
  border: 1px solid black;
}
.pop_layer .pop_container .cont_section table th,
.pop_layer .pop_container .cont_section table td {
  padding: 10px;
  border-bottom: 4px double black;
  border-left: 1px solid black;
}
.pop_layer .pop_container .cont_section table tr.p_h td {
  padding: 50px 10px;
}
.pop_layer .pop_container .cont_section.pledge table td {
  padding: 13px;
  border-bottom: 1px solid black;
  border-left: 1px solid black;
}
.pop_layer .pop_container .cont_section .check_list li {
  list-style: none;
}
.pop_layer .pop_container .cont_section .check_list li::before {
  content: '□';
  display: inline-block;
  margin-right: 5px;
}
.pop_layer .pop_container .cont_section h4 {
  margin-top: 15px;
  text-align: center;
  font-size: 18px;
}
.dim_layer {
  display: none;
  position: fixed;
  _position: absolute;
  top: 0;
  left: 0;
  z-index: 500;
  width: 100%;
  height: 100%;
}
.dim_layer .dimBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .5;
  filter: alpha(opacity=50);
}
.dim_layer .pop_layer {
  display: none;
}
.cont_container.rnd.rnd2019 .content.info {
  width: 1142px;
  margin: 0 auto;
  text-align: left;
}
.cont_container.rnd.rnd2019 .content.info .info_txt{
  padding:0 60px 45px ;
  font-size:15px;
  color: #666;
  line-height: 24px;
  text-align:center;
  word-break: keep-all;
}
.cont_container.rnd.rnd2019 .content.info .info_txt span {
  color: #4683c0;
}


.cont_container.rnd.rnd2019 .content.info .box_txt {
  overflow: hidden;
}
.cont_container.rnd.rnd2019 .content.info .box_txt .inner_box {
  float: left;
  width: 358px;
  margin: 0 7px;
  border: 4px solid #c2c2c2;
  border-radius: 30px;
}
.cont_container.rnd.rnd2019 .content.info .box_txt .inner_box .tit {
  background: #189dc3;
  color: #FFF;
  font-size: 18px;
  text-align: center;
  padding: 22px 0;
  border-radius: 26px 26px 0 0;
}
.cont_container.rnd.rnd2019 .content.info .box_txt .inner_box p {
  text-align: center;
  margin: 30px 15px;
  color: #666;
  line-height: 25px;
  height: 250px;
  word-break:keep-all;
}
.cont_container.rnd.rnd2019 .content.info .box_txt .inner_box p span {
  color: #3374c4;
  font-size: 18px;
  display: block;
  margin: 40px 0 25px;
}
.cont_container.rnd.rnd2019 .content.info .box_txt .inner_box .btn_area {
  margin: 20px 20px 0;
  border-top: 1px solid #c2c2c2;
  padding: 30px 0;
  text-align: left;
}
.cont_container.rnd.rnd2019 .content.info .box_txt .inner_box:first-child .tit {
  background: #3374c4;
}
.cont_container.rnd.rnd2019 .content.info .box_txt .inner_box:last-child .tit {
  background: #255438;
}
.cont_container.rnd.rnd2019 .content.info .box_btn_area {
  margin: 50px auto;
  width: 490px;
}
.cont_container.rnd.rnd2019 .content.info .box_btn_area .box_button {
  margin-bottom: 15px;
}
.cont_container.rnd.rnd2019 .content.info .box_button {
  display: block;
  background: #888 url(../images/rnd_btn_arr.png) no-repeat 95% 14px;
  color: #fff;
  padding: 12px 20px;
  margin-top: 7px;
}
.cont_container.rnd.rnd2019 .content.faq_silde {
  width: 1142px;
  margin: 0 auto;
}
.cont_container.rnd.rnd2019 .content.faq_silde .faq_silde_tit {
  font-size: 22px;
  color: #313d47;
  font-weight: bold;
  border-bottom: 1px solid #313d47;
  line-height: 27px;
  padding: 20px 0  10px;
}
.cont_container.rnd.rnd2019 .content.faq_silde .cont_slide + .faq_silde_tit {
  padding-top: 70px;
}
.cont_container.rnd.rnd2019 .content.faq_silde .title_silde {
  position:relative;
  padding:20px 0 20px 150px;
  height:auto;
}
.cont_container.rnd.rnd2019 .content.faq_silde .title_silde.on{
  border-bottom:none;
}
.cont_container.rnd.rnd2019 .content.faq_silde .title_silde .tit{
  font-size: 21px;
}
.cont_container.rnd.rnd2019 .content.faq_silde .title_silde .tit span{
  color:#b2b2b2
}

.cont_container.rnd.rnd2019 .content.faq_silde .title_silde p {
  font-size: 17px;
  margin-top: 13px;
  line-height: 24px;
  padding-right:70px;
  word-break: keep-all;
}
.cont_container.rnd.rnd2019 .content.faq_silde .cont_slide {
  line-height: 25px;
  padding: 30px 10px 30px 20px;
  border-bottom: 1px solid #dfe3e6;
}
.cont_container.rnd.rnd2019 .content.faq_silde .cont_slide p {
  font-size:17px;
  line-height: 25px;
}
.cont_container.rnd.rnd2019 .content.faq_silde .cont_slide p sup{
  font-size: 0.6em;
}
.cont_container.rnd.rnd2019 .content.faq_silde .cont_slide img {
  display: block;
  padding: 30px 0;
  margin:auto;
}
.cont_container.rnd.rnd2019 .content.faq_silde .cont_slide .list_tits {
  color: #444;
  font-size: 15px;
  font-weight: bold;
  padding: 15px 0 5px;
}
.cont_container.rnd.rnd2019 .content.faq_silde .cont_slide .list_tit {
  color: #444;
  font-size: 21px;
  padding: 20px 0 10px;
}
.cont_container.rnd.rnd2019 .content.faq_silde .cont_slide ul {
  list-style-type: none;
  padding-left: 15px;
  margin-bottom: 20px;
}
.cont_container.rnd.rnd2019 .content.faq_silde .cont_slide ul li {
  padding: 0;
  line-height: 23px;
  position: relative;
}
.cont_container.rnd.rnd2019 .content.faq_silde .cont_slide ul li:after {
  content: "·";
  position: absolute;
  left: -14px;
  top: 0;
}
.cont_container.rnd.rnd2019 .content.faq_silde .cont_slide .list_tit + img {
  padding: 15px 0 30px 0;
}
.cont_container.rnd.rnd2019 .content.faq_silde .cont_slide .bgbox_list {
  background: #f7f9fb;
  padding: 30px;
  border-radius: 20px;
  margin-bottom: 30px;
}
.cont_container.rnd.rnd2019 .content.faq_silde .cont_slide .bgbox_list .list_tit {
  padding: 0 0 5px;
}
.cont_container.rnd.rnd2019 .content.faq_silde .cont_slide .bluebox_area {
  margin:0 auto 10px;
  width:830px
}


.cont_container.rnd.rnd2019 .content.faq_silde .cont_slide .bluebox_area:after{
	content:'';display:block;clear:both;
}
.cont_container.rnd.rnd2019 .content.faq_silde .cont_slide .bluebox_area .bluebox_tit {
  float: left;
  width: 400px;
  background-color:#4783c1;
  height:100%;
  text-align:center
}
.cont_container.rnd.rnd2019 .content.faq_silde .cont_slide .bluebox_area .bluebox_tit:before{
	content:'';display:inline-block;width:0;height:100%;vertical-align:middle;
}
.cont_container.rnd.rnd2019 .content.faq_silde .cont_slide .bluebox_area .bluebox_tit span{
	font-size: 17px;
  color: #fff;
  vertical-align: middle;
}
.cont_container.rnd.rnd2019 .content.faq_silde .cont_slide .bluebox_area .bluebox_list {
  float: left;
  margin-left:10px;
  width:419px;
  color:#323232;
  height:100%;
  border-bottom:1px solid #c2c2c2;
  padding-left:34px;
  box-sizing:border-box
}
.cont_container.rnd.rnd2019 .content.faq_silde .cont_slide .bluebox_area .bluebox_list:before{
	content:'';
	display:inline-block;
	width:0;
	height:100%;
	vertical-align:middle
}
.cont_container.rnd.rnd2019 .content.faq_silde .cont_slide .bluebox_area .bluebox_list > div{
	display:inline-block;
	vertical-align:middle;
	font-size:13px;
	width:98%
}
.cont_container.rnd.rnd2019 .content.faq_silde .cont_slide .bluebox_area .bluebox_list li{
	font-size:13px
}
.cont_container.rnd.rnd2019 .content.faq_silde .cont_slide .bluebox_area:first-child .bluebox_list{
	border-top:1px solid #c2c2c2;
}
.cont_container.rnd.rnd2019 .content.faq_silde .cont_slide .bluebox_area .bluebox_list  *{
  color:#333333
}
.cont_container.rnd.rnd2019 .content.faq_silde .cont_slide .bluebox_area .bluebox_list ul {
  margin-bottom: 0;
  color:#333333;
}
.cont_container.rnd.rnd2019 .content.faq_silde .cont_slide .data_tbl_radius {
  border: 1px solid #a1a1a1;
  border-radius: 20px;
  margin-bottom: 30px;
  width:1110px;
  overflow:hidden
}
.cont_container.rnd.rnd2019 .content.faq_silde .cont_slide .data_tbl {
  border: none;
}
.cont_container.rnd.rnd2019 .content.faq_silde .cont_slide .data_tbl thead th {
  border-top: none;
  background: #4684c1;
  padding: 25px 18px 23px;
  color:#fff;
}
.cont_container.rnd.rnd2019 .content.faq_silde .cont_slide .data_tbl thead th sup{
	font-size: 0.6em;
	color:#fff
}
.cont_container.rnd.rnd2019 .content.faq_silde .cont_slide .data_tbl tbody th {
  background: #f5faff;
  padding: 25px 18px 23px;
  font-weight:bold;
}
.cont_container.rnd.rnd2019 .content.faq_silde .cont_slide .data_tbl thead tr:first-child th:first-child {
border-left: none;
}
.cont_container.rnd.rnd2019 .content.faq_silde .cont_slide .data_tbl td:first-child {
border-left: none;
}
.cont_container.rnd.rnd2019 .content.faq_silde .cont_slide .data_tbl tbody th{
border-left: none;
}
.cont_container.rnd.rnd2019 .content.faq_silde .cont_slide .data_tbl td {
  padding: 10px 20px;
  text-align: center;
}
.cont_container.rnd.rnd2019 .content.faq_silde .cont_slide .data_tbl td sup{
	font-size: 0.6em;
}
.cont_container.rnd.rnd2019 .content.faq_silde .cont_slide .data_tbl td ul {
  margin-bottom: 0;
}
/* .cont_container.rnd.rnd2019 .content.faq_silde .cont_slide .data_tbl .top_left {
  border-radius: 20px 0 0 0;
}
.cont_container.rnd.rnd2019 .content.faq_silde .cont_slide .data_tbl .top_right {
  border-radius: 0 20px 0 0;
}
.cont_container.rnd.rnd2019 .content.faq_silde .cont_slide .data_tbl .bottom_left {
  border-radius: 0 0 0 20px;
}
.cont_container.rnd.rnd2019 .content.faq_silde .cont_slide .data_tbl .bottom_right {
  border-radius: 0 0 20px 0;
}*/
.cont_container.rnd.rnd2019 .content.faq_silde .cont_slide .right_img {
  padding-right: 400px;
  background: url(../images/technology_tab02_silde02_01.gif) no-repeat right top;
  margin: 30px 0 10px;
}
.cont_container.rnd.rnd2019 .content.faq_silde .bg_leftimg {
  padding-left: 805px;
  height: 300px;
  background: url(../images/technology_tab03_silde02_01.gif) no-repeat left 25px;
}
.cont_container.rnd.rnd2019 .content.faq_silde .threebox_area {
  overflow: hidden;
}
.cont_container.rnd.rnd2019 .content.faq_silde .threebox_area > div {
  float: left;
  margin-right: 20px;
  font-size: 13px;
  width: 357px;
}
.cont_container.rnd.rnd2019 .content.faq_silde .threebox_area > div img {
  padding: 0;
}
.cont_container.rnd.rnd2019 .content.faq_silde .threebox_area > div .list_tit {
  font-size: 18px;
}
.cont_container.rnd.rnd2019 .content.faq_silde .threebox_area > div:last-child {
  float: right;
  margin-right: 0;
}

.cont_container.joint.rnd2019 .content.faq_silde {
  width: 1142px;
  margin: 0 auto;
  border-top:1px solid #313d47;
}

.cont_container.joint.rnd2019 .faq_silde .title_silde{
  padding:25px 15px;
  height:80px;
  box-sizing:border-box
}

.cont_container.joint.rnd2019 .faq_silde .title_silde p{
  font-size:24px;
  color:#333;
  line-height:29px;
}

.cont_container.joint.rnd2019 .faq_silde .title_silde:after{
  content:'';
  display:block;
  clear:both;
  position:absolute;
  top:33px;
  right:16px;
  width:15px;
  height:15px;
  background:url('../images/joint_arrow.gif') no-repeat 0 -15px;
}

.cont_container.joint.rnd2019 .faq_silde .title_silde.on:after{
  background-position: 0 0;
}

.cont_container.joint.rnd2019 .faq_silde .cont_slide{
  padding:40px 15px
}

.cont_container.joint.rnd2019 .faq_silde .title_silde:before{
  display:none
}

.cont_container.joint.rnd2019 .faq_silde .cont_slide img{
  padding:40px 0
}
.joint_list{
	font-size:0
}
.joint_list > li{
  margin-top:30px;
  padding-top:50px;
  width:100%;
  font-size:0;
  text-align:center;
  border-top:1px solid #dedede;
}
.joint_list > li:first-child{
  margin-top:0;
  padding-top: 0;
  border-top:none
}
.joint_list > li .thumb{
  display:block;
  width:600px;
  margin:0 auto;
}
.joint_list > li .thumb img{
  padding:0 !important;
  width:600px;
  height:auto;
}
.joint_list > li .info{
  display:block;
  margin:15px auto 0;
  width:600px;
  text-align: left;
  box-sizing:border-box;
}
.joint_list .date{
  font-size:18px;
  color:#777;
  line-height:25px;
}
.joint_list .tit{
  margin-bottom:15px;
  font-size:21px;
  color:#333;
  line-height:25px;
  font-weight:bold;
  word-break:keep-all;
  vertical-align:top;
}
/* .joint_list .txt_wrap{display:inline-block;margin:0 auto;min-width:600px;max-width:1000px;text-align:left} */

.joint_list.ty02 .date{display:block}
.joint_list.ty02 .date:after{display:none}
.joint_list.ty02 .tit{
  margin-top:5px;
  margin-bottom:15px;
  font-size:22px;
  color:#333;
  line-height:25px;
  font-weight:bold;
}
.joint_list.ty02 > li .info_top{
  display:block;
  width:600px;
  margin:0 auto;
   padding:15px 0;
  text-align: center;
  box-sizing:border-box;
}
.joint_list.ty02 > li .info_top .tit{
	margin-bottom:5px;
	text-align: left;
}
.joint_list.ty02 .date{
  font-size:18px;
  color:#777;
  line-height:25px;
  text-align:left;
}
.joint_list.ty02 .info{
  display:block;
  margin:0 auto;
  width:600px;
  padding:15px 0;
}

.joint_list.ty02 .info .txt{word-break:keep-all}



.joint_list .txt{

  font-size:15px;
  color:#666;
  line-height:25px
}
.joint_list .img{text-align:center}
.joint_list .txt:first-child{
}



.cont_container.rnd.rnd2019 .content.pipeline {
  width: 1142px;
}
.cont_container.rnd.rnd2019 .content.pipeline .pipeline_title {
  background: #4683c0;
  padding: 8px 20px;
  color: #fff;
  font-size: 18px;
}
.cont_container.rnd.rnd2019 .content.pipeline .pipeline_section {
  border-bottom: 1px solid #c2c2c2;
  overflow: hidden;
}
.cont_container.rnd.rnd2019 .content.pipeline .pipeline_section02 {
  padding-left:25px
}
.cont_container.rnd.rnd2019 .content.pipeline .pipeline_section .pipeline_left {
  float: left;
  width: 260px;
  height: 280px;
  background: url(../images/pipeline_bg.gif) no-repeat center center;
  text-align: center;
  line-height: 28px;
  font-size: 16px;
}
.cont_container.rnd.rnd2019 .content.pipeline .pipeline_section .pipeline_left p {
  font-size: 60px;
  color: #f4af00;
  font-weight: bold;
  line-height: 60px;
  margin: 94px 0 9px;
}
.cont_container.rnd.rnd2019 .content.pipeline .pipeline_section .disease_area {
  float: left;
  width: 800px;
  padding: 30px 40px 10px;
  border-left: 1px solid #c2c2c2;
  min-height:283px;
  box-sizing:border-box;
  font-size:0
}
.cont_container.rnd.rnd2019 .content.pipeline .pipeline_section .disease_area p {
  color: #313d47;
  font-size: 16px;
  margin-bottom: 15px;
}
.cont_container.rnd.rnd2019 .content.pipeline .pipeline-button {
  padding: 16px 30px 16px 20px;
  width: 209px;
  height:68px;
  border-radius: 2px;
  display: inline-block;
  cursor: pointer;
  background: #313d47 url(../images/rnd_btn_arr.png) no-repeat 91% center;
  color: #fff;
  margin: 0 30px 20px 0;
  vertical-align:top;
  font-size:13px;
  box-sizing:border-box;
  line-height:36px
}
.cont_container.rnd.rnd2019 .content.pipeline .pipeline-button.turquoise{
	line-height:18px
}


.pipeline-popup-div {
  opacity: 0;
  display: none;
  position: relative;
  width: auto;
}
.pipeline-popup-style {
  border: 1px solid #c2c2c2;
  background-color: #fff;
}
.pipeline-popup-style .title {
  font-size: 21px;
  color: #333;
  padding: 15px 20px;
  border-bottom: 1px solid #c2c2c2;
  line-height: 22px;
}
.pipeline-popup-style .contents {
  padding: 30px 30px 30px  280px;
  width: 580px;
  min-height: 220px;
  position: relative;
  line-height: 22px;

}

.pipeline-popup-style .contents.dl{
  padding:0 30px 30px;
  font-size:0
}
.pipeline-popup-style .contents.dl > div{
  display:inline-block;
  vertical-align: top
}
.pipeline-popup-style .contents.dl .left{
  width:60%
}
.pipeline-popup-style .contents.dl .right{
  width:40%
}
.pipeline-popup-style .contents.dl dl{
  margin-top:30px
}
.pipeline-popup-style .contents.dl dl dt{
  margin-bottom:3px;
  font-size:18px;
  color:#333333;
  font-weight:bold;
  line-height:22px;
}
.pipeline-popup-style .contents.dl dl dd{
  font-size:18px;
  color:#666666;
  line-height:25px
}

.pipeline-popup-style .contents .blue_tit {
  color: #4683c0;
  font-size: 21px;
  padding: 15px 0 10px;
}
.pipeline-popup-style .contents .tit {
  color: #333;
  font-size: 18px;
  padding: 15px 0 7px;
}
.pipeline-popup-style .contents ul {
  list-style-type: none;
  padding-left: 15px;
  margin-bottom: 10px;
}
.pipeline-popup-style .contents ul li {
  padding: 0;
  line-height: 23px;
  position: relative;
}
.pipeline-popup-style .contents ul li:after {
  content: "·";
  position: absolute;
  left: -14px;
  top: 0;
}
.pipeline-popup-style .contents.no_img {
  padding: 30px 30px 30px  30px;
  width: 830px;
}
.pipeline-popup-style .contents img {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 220px;
  height: 220px;
}
.b-close {
  position: absolute;
  right: 15px;
  top: 14px;
  display: inline-block;
  cursor: pointer;
  width: 25px;
  height: 25px;
  text-indent: -5000px;
  background: url(../images/pipeline_pop_close.gif);
}

 #popup8 .contents{
  position:relative;
  padding:54px 38px;
  width:898px;
  box-sizing:border-box;
}
/* .pipeline-popup-style .contents .row{
  margin-top:20px;
  font-size:0;
}
.pipeline-popup-style .contents .row:first-child{
  margin-top:0;
}
.pipeline-popup-style .contents .row .tit{
  display:inline-block;
  padding:0;
  width:195px;
  height:40px;
  background-color:#4683c0;
  font-size:14px;
  color:#fff;
  line-height:40px;
  text-align:center;
  vertical-align:top;
}
.pipeline-popup-style .contents .row ul{
  display:inline-block;
  padding-left:30px;
  width:430px;
  vertical-align:top;
  box-sizing:border-box;
}
.pipeline-popup-style .contents .row ul li{
  font-size:15px;
  line-height: 23px;
  color:#666;
  word-break:keep-all;
} */

.pipeline-popup-style  hr{
  border-top:1px solid #c2c2c2
}


.pipeline-button.purple{background-color:#764c95 !important}
.pipeline-button.purple:hover{background-color:#513466 !important}
.pipeline-button.turquoise{background-color:#365e64 !important}
.pipeline-button.turquoise:hover{background-color:#223c40 !important}
.pipeline-button.blue{background-color:#4683c0 !important}
.pipeline-button.blue:hover{background-color:#376899 !important}
.pipeline-button.skyblue{background-color:#189dc3 !important}
.pipeline-button.skyblue:hover{background-color:#1687a6 !important}
.pipeline-button.khaki{background-color:#858d4a !important}
.pipeline-button.khaki:hover{background-color:#6c733c !important}
.pipeline-button.orange{background-color:#f4af00 !important}
.pipeline-button.orange:hover{background-color:#d99b00 !important}
.pipeline-button.gray{background-color:#818181 !important}
.pipeline-button.gray:hover{background-color:#666666 !important}
.pipeline-button.navy{background-color:#313d47 !important}
.pipeline-button.navy:hover{background-color:#313d47 !important}
.pipeline-button.deepgreen{background-color:#255438 !important}
.pipeline-button.deepgreen:hover{background-color:#1a3b27 !important}
.pipeline-button.reddish{background-color:#cc507b !important}
.pipeline-button.reddish:hover{background-color:#961f48 !important}


.tbl_pipeline{border-top:1px solid #c2c2c2}
.tbl_pipeline thead{border-bottom:1px solid #c2c2c2}
.tbl_pipeline thead th{height:50px}
.tbl_pipeline tbody{border-bottom:1px solid #c2c2c2}
.tbl_pipeline tbody tr th{position:relative;padding-left:35px;background-color:#f8f9fd}

.tbl_pipeline tbody tr th p{position:relative;font-size:16px;line-height:24px}
.tbl_pipeline tbody tr th p::before{content:'';display:block;position:absolute;top:50%;left:-70px;margin-top:-33px;width:66px;height:66px}
.tbl_pipeline tbody tr th.item01 p::before{background:url('../images/icon_pipeline01.png') no-repeat center center}
.tbl_pipeline tbody tr th.item02 p::before{background:url('../images/icon_pipeline02.png') no-repeat center center}
.tbl_pipeline tbody tr th.item03 p::before{background:url('../images/icon_pipeline03.png') no-repeat center center}
.tbl_pipeline tbody tr th.item04 p::before{background:url('../images/icon_pipeline04.png') no-repeat center center}
.tbl_pipeline tbody tr th.item05 p::before{background:url('../images/icon_pipeline05.png') no-repeat center center}
.tbl_pipeline tbody tr th.item06 p::before{background:url('../images/icon_pipeline06.png') no-repeat center center}
.tbl_pipeline tbody tr th.item07 p::before{background:url('../images/icon_pipeline07.png') no-repeat center center}
.tbl_pipeline tbody tr td{padding:4px 8px;border-left:1px dashed #c2c2c2}
.tbl_pipeline tbody tr td:first-of-type{border-left:none}
.tbl_pipeline tbody tr td .btn{display:inline-block;position:relative;padding:0;width:130px;height:70px;text-align:center}
.tbl_pipeline tbody tr td .btn::before{content:'';display:inline-block;width:0;height:100%;vertical-align:middle}
.tbl_pipeline tbody tr td .btn span{display:inline-block;font-size:14px;color:#fff;line-height:21px;vertical-align:middle}

.tbl_pipeline .btn.purple{background-color:#764c95 !important}
.tbl_pipeline .btn.purple.on,
.tbl_pipeline .btn.purple:hover{background-color:#513466 !important}
.tbl_pipeline .btn.turquoise{background-color:#365e64 !important}
.tbl_pipeline .btn.turquoise.on,
.tbl_pipeline .btn.turquoise:hover{background-color:#223c40 !important}
.tbl_pipeline .btn.blue{background-color:#4683c0 !important}
.tbl_pipeline .btn.blue.on,
.tbl_pipeline .btn.blue:hover{background-color:#376899 !important}
.tbl_pipeline .btn.skyblue{background-color:#189dc3 !important}
.tbl_pipeline .btn.skyblue.on,
.tbl_pipeline .btn.skyblue:hover{background-color:#1687a6 !important}
.tbl_pipeline .btn.khaki{background-color:#858d4a !important}
.tbl_pipeline .btn.khaki.on,
.tbl_pipeline .btn.khaki:hover{background-color:#6c733c !important}
.tbl_pipeline .btn.orange{background-color:#f4af00 !important}
.tbl_pipeline .btn.orange.on,
.tbl_pipeline .btn.orange:hover{background-color:#d99b00 !important}
.tbl_pipeline .btn.gray.on,
.tbl_pipeline .btn.gray{background-color:#818181 !important}
.tbl_pipeline .btn.gray.on,
.tbl_pipeline .btn.gray:hover{background-color:#666666 !important}
.tbl_pipeline .btn.navy{background-color:#313d47 !important}
.tbl_pipeline .btn.navy.on,
.tbl_pipeline .btn.navy:hover{background-color:#313d47 !important}
.tbl_pipeline .btn.deepgreen{background-color:#255438 !important}
.tbl_pipeline .btn.deepgreen.on,
.tbl_pipeline .btn.deepgreen:hover{background-color:#1a3b27 !important}
.tbl_pipeline .btn.reddish.on,
.tbl_pipeline .btn.reddish{background-color:#cc507b !important}
.tbl_pipeline .btn.reddish.on,
.tbl_pipeline .btn.reddish:hover{background-color:#cc507b !important}

.rnd_quick{position:fixed;top:460px;left:50%;margin-left:-700px;width:100px;background-color:#fff;border:1px solid #dbdbdb;z-index:10}
.rnd_quick .tit{position:relative;padding:8px 0 22px;background-color:#3e3e3e;font-size:13px;line-height:23px;color:#fff;text-align:center}
.rnd_quick .tit::after{content:'';display:block;position:absolute;left:50%;bottom:10px;margin-left:-5px;width:10px;height:10px;background:url('../images/spr.png') no-repeat -149px -24px}
.rnd_quick .link a{position:relative;display:block;padding:18px 0;width:100%;font-size:13px;color:#9a9a9a;line-height:20px;text-align:center}
.rnd_quick .link a.on{color:#343434;font-weight:bold}
.rnd_quick .link a::before{content:'';display:inline-block;position:absolute;top:0;left:50%;margin-left:-35px;width:70px;height:1px;background-color:#e2e2e2}
.rnd_quick .link:first-of-type a::before{display:none}


.tbl_pipeline_popup{overflow: hidden;border-collapse: collapse;border-top:1px solid #c2c2c2;border-right:1px solid #c2c2c2}
.tbl_pipeline_popup thead th{height:78px;background-color:#4683c0;border-left:1px solid #c2c2c2;border-bottom:1px solid #c2c2c2;font-size:16px;color:#fff}
.tbl_pipeline_popup tbody th{background-color:#f4faff;border-left:1px solid #c2c2c2;border-bottom:1px solid #c2c2c2;font-size:16px;color:#333}
.tbl_pipeline_popup tbody td{padding:23px 0;background-color:#fff;border-left:1px solid #c2c2c2;border-bottom:1px solid #c2c2c2;font-size:15px;color:#666;;line-height:25px;text-align:center;word-break:keep-all}

.pipeline-popup{
  opacity:1;
  display: none;
  position:absolute;
  left:50%;top:84px;
  width: auto;
  transform:translateX(-65%);
  -webkit-transform:translateX(-65%);
  -moz-transform:translateX(-65%);
  -ms-transform:translateX(-65%);
  -o-transform:translateX(-65%);
  box-shadow:0px 5px 20px rgba(0,0,0,0.5);
  background-color: #fff;
  border: 1px solid #c2c2c2;
  text-align:left;
  z-index:50
}

.pipeline-popup::before{
  content:'';
  position:absolute;
  top:-10px;
  right:34%;
  display:block;
  width: 0px;
  height: 0px;
  border-top:none;
  border-bottom:15px solid white;
  border-right: 15px solid transparent;
  border-left: 15px solid  transparent;

}
.pipeline-popup .title {
  font-size: 21px;
  color: #333;
  padding: 15px 20px;
  border-bottom: 1px solid #c2c2c2;
  line-height: 22px;
}
.pipeline-popup .contents {
  padding: 30px 30px 30px  280px;
  width: 580px;
  min-height: 220px;
  position: relative;
  line-height: 22px;

}

.pipeline-popup .contents.dl{
  padding:0 30px 30px;
  font-size:0
}
.pipeline-popup .contents.dl > div{
  display:inline-block;
  vertical-align: top
}
.pipeline-popup .contents.dl .left{
    width: 58%;
    margin-right: 10px;
}
.pipeline-popup .contents.dl .right{
  width:40%
}
.pipeline-popup .contents.dl dl{
  margin-top:30px
}
.pipeline-popup .contents.dl dl dt{
  margin-bottom:3px;
  font-size:18px;
  color:#333333;
  font-weight:bold;
  line-height:22px;
}
.pipeline-popup .contents.dl dl dd{
  font-size:18px;
  color:#666666;
  line-height:25px;
  min-height:25px;
}

.pipeline-popup .contents .blue_tit {
  color: #4683c0;
  font-size: 21px;
  padding: 15px 0 10px;
}
.pipeline-popup .contents .tit {
  color: #333;
  font-size: 18px;
  padding: 15px 0 7px;
}
.pipeline-popup .contents ul {
  list-style-type: none;
  padding-left: 15px;
  margin-bottom: 10px;
}
.pipeline-popup .contents ul li {
  padding: 0;
  line-height: 23px;
  position: relative;
}
.pipeline-popup .contents ul li:after {
  content: "·";
  position: absolute;
  left: -14px;
  top: 0;
}
.pipeline-popup .contents.no_img {
  padding: 30px 30px 30px  30px;
  width: 830px;
}
.pipeline-popup .contents img {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 220px;
  height: 220px;
}
.pipeline-popup .b-close {
  position: absolute;
  right: 15px;
  top: 14px;
  display: inline-block;
  cursor: pointer;
  width: 25px;
  height: 25px;
  text-indent: -5000px;
  background: url(../images/pipeline_pop_close.png);
}
.tbl_pipeline .btn.purple .pipeline-popup .title{ background-color:#513466 !important;color:#fff}
.tbl_pipeline .btn.blue .pipeline-popup .title{ background-color:#4683c0 !important;color:#fff}
.tbl_pipeline .btn.turquoise .pipeline-popup .title{ background-color:#223c40 !important;color:#fff}
.tbl_pipeline .btn.khaki .pipeline-popup .title{ background-color:#6c733c !important;color:#fff}
.tbl_pipeline .btn.orange .pipeline-popup .title{ background-color:#d99b00 !important;color:#fff}
.tbl_pipeline .btn.gray .pipeline-popup .title{ background-color:#666666 !important;color:#fff}
.tbl_pipeline .btn.reddish .pipeline-popup .title{ background-color:#cc507b !important;color:#fff}

.tbl_pipeline .btn.purple .pipeline-popup::before{border-bottom-color:#513466 }
.tbl_pipeline .btn.blue .pipeline-popup::before{border-bottom-color:#4683c0 }
.tbl_pipeline .btn.turquoise .pipeline-popup::before{border-bottom-color:#223c40 }
.tbl_pipeline .btn.khaki .pipeline-popup::before{border-bottom-color:#6c733c }
.tbl_pipeline .btn.orange .pipeline-popup::before{border-bottom-color:#d99b00 }
.tbl_pipeline .btn.gray .pipeline-popup::before{border-bottom-color:#666666 }
.tbl_pipeline .btn.reddish .pipeline-popup::before{border-bottom-color:#cc507b }


.tbl_pipeline02{width:100%;margin-top:107px}
.tbl_pipeline02 thead th{padding:0 10px 14px}
.tbl_pipeline02 thead th img{border:1px solid #c2c2c2}
.tbl_pipeline02 thead th .th{margin-top:2px;height:40px;background-color:#189ec3;font-size:15px;line-height:40px;font-weight:bold;color:#fff;text-align:center}
.tbl_pipeline02 tbody tr th{background-color:#ececec;border-top:3px solid #fff;font-size:14px;color:#333;font-weight:bold}
.tbl_pipeline02 tbody tr td{padding:20px 10px;font-size:14px;color:#666;line-height:26px;text-align:center}
.tbl_pipeline02 tbody tr:first-child td{border-top:1px solid #c2c2c2}
.tbl_pipeline02 tbody tr td{border-bottom:1px solid #c2c2c2;word-break: keep-all}
.tbl_pipeline02 tbody tr:first-of-type td:first-of-type{border-top:none}
.tbl_pipeline02 tbody tr td:first-of-type{border-bottom:none}


.pipeline_list{}
.pipeline_list > .tit{position:relative;margin:80px 0 40px;font-size:0}
.pipeline_list > .tit .label{display:inline-block;position:relative;width:140px;height:35px;text-align:center;font-size:14px;color:#fff;line-height:35px;vertical-align:middle}
.pipeline_list > .tit .txt{display:inline-block;position:relative;padding:0 10px 0 20px;background-color:#fff;font-size:15px;line-height:35px;vertical-align:middle}
.pipeline_list > .tit::before{content:'';display:block;position:absolute;top:50%;left:0;width:100%;height:1px;z-index:0}
.pipeline_list > .tit.deepgreen:before{background-color:#255438 !important}
.pipeline_list > .tit.skyblue:before{background-color:#189dc3 !important}
.pipeline_list > .tit.reddish:before{background-color:#cc507b !important}
.pipeline_list > .tit.deepgreen .label{background-color:#255438 !important}
.pipeline_list > .tit.skyblue .label{background-color:#189dc3 !important}
.pipeline_list > .tit.reddish .label{background-color:#cc507b !important}
.pipeline_list > .tit.deepgreen .txt{color:#255438 !important}
.pipeline_list > .tit.skyblue .txt{color:#189dc3 !important}
.pipeline_list > .tit.reddish .txt{color:#cc507b !important}

.pipeline_info{width:100%}
.pipeline_info > div{}
.pipeline_info .thumb{}
.pipeline_info .txt_info{}
.pipeline_info .txt_info .tit{margin-bottom:9px;font-size:18px;color:#333;font-weight:bold}
.pipeline_info .txt_info .list_dot{margin-bottom:30px}
.list_dot > li{position:relative;padding-left:10px;font-size:15px;line-height:25px}
.list_dot > li::before{content:'·';position: absolute;top:0;left:0;width:10px;line-height:25px;color:#666;font-size:15px}
.list_bar > li{position:relative;padding-left:10px;font-size:15px;line-height:25px}
.list_bar > li::before{content:'-';position: absolute;top:0;left:0;width:10px;line-height:25px;color:#666;font-size:15px}




/* contact */
.contact_msg_area form,fieldset{margin-bottom:0}
.contact_msg_area textarea{min-height:60px;line-height:20px}


.contact_msg_area input[type="text"],input[type="email"],
.contact_msg_area textarea{padding:10px;outline:none;margin:0;width:230px;max-width:100%;display:block;margin-bottom:10px;font-size:14px;border-width:1px;border-style:solid;border-radius:0;box-sizing:border-box;-webkit-appearance:none}
.contact_msg_area input[type="submit"]{display:inline-block;border:none;cursor:pointer;color:#fff;font-size:14px}
.contact_msg_area{margin-top:80px}
.contact_msg_area .msg_title{display:inline-block;margin-right:20px;width:350px;vertical-align: top}
.contact_msg_area .msg_title .title_cont{margin-top:0}
.contact_msg_area .msg_title .desc{word-break: keep-all;}

.contact_msg_area .msg_form{display:inline-block;width:760px;font-size:0;vertical-align: top}

.contact_msg_area .msg_form input[type="text"],
.contact_msg_area .msg_form input[type="email"],
.contact_msg_area .msg_form textarea{color:#626262;border-color:#EBEBEB;}
.contact_msg_area .msg_form .msg_name,
.contact_msg_area .msg_form .msg_email{display:inline-block;margin-right:2%;width:49%}
.contact_msg_area .msg_form .msg_email{margin-right:0}
.contact_msg_area .msg_form .msg_subject,
.contact_msg_area .msg_form .msg_txt{width:100%}

.catalog_list{margin-bottom:50px;border-top:1px solid #dfe3e6}
.catalog_list li{padding:20px 0;border-bottom:1px solid #dfe3e6}
.catalog_tit{font-size:17px;line-height:24px;font-weight:bold;color:#7e9eb5}
.catalog_file{display: block;font-size:15px;line-height:22px}
