.d-flex{
	display:flex;
}
.dot{
	position: relative;
	line-height: 1.1;
	color:#000;
	font-weight: bold;
	display:inline-block;
	margin:0;
}
.dot::before{
	content:'';
	width:6px;
	height: 6px;
	background: #e60013;
	border-radius:50%;
	position: absolute;
	bottom:4px;
	right:-14px;
}
.dot.dot2::before{
	bottom:0px;
}
@media(max-width:992px){
	.dot::before{
		width:5px;
		height: 5px;
		bottom:2px;
		right:-12px;
	}
}

#solution .solution_slide{
	position: relative;
}
#solution .solution_slide .item{
	overflow:hidden;
	position: relative;
}
#solution .solution_slide .item::after{
    content: '';
    width: 9px;
    height: 9px;
    background: #e60013;
    border-radius: 50%;
    position: absolute;
    bottom: 18px;
    left: 20px;
	z-index:1;
}
#solution .solution_slide .item .img_name{
	color:#000;
	position: absolute;
    bottom: 17px;
    left: 40px;
    letter-spacing: 0.028em;
}
#solution .solution_slide .owl-dots{
	position: absolute;
	bottom:14px;
	left:50%;
	transform:translateX(-50%);
}
#solution .solution_slide .owl-dots .owl-dot span{
	background: #fff;
	border:1px solid #999;
	width: 12px;
	height: 12px;
	margin: 5px 10px;
}
#solution .solution_slide .owl-dots .owl-dot.active span{
	background: #e60013;
	border:1px solid #e60013;
}
@media(max-width:992px){
	#solution .solution_slide .item::after{
		width: 6px;
		height: 6px;
		bottom: 10px;
		left: 6px;
	}
	#solution .solution_slide .item .img_name{
		bottom: 0;
		left: 15px;
	}
	#solution .solution_slide .owl-dots{
		bottom: -24px;
	}
	#solution .solution_slide .owl-dots .owl-dot span{
		width: 8px;
		height: 8px;
		margin: 2px 6px;
	}
}

#solution .basic_info dl{
	margin-bottom:100px;
}
#solution .basic_info dl::after{
	content:'';
	display:block;
	clear:both;
}
#solution .basic_info dl dt,
#solution .basic_info dl dd{
	float:left;
}
#solution .basic_info dl dt{
	width:25%;
}
#solution .basic_info dl dt p{
	color:#000;
	margin-bottom: 0;
}
#solution .basic_info dl dd {
	width:75%;
	padding:30px 40px;
	border:1px solid #e0e0e0;
	position: relative;
	font-size:16px;
	color:#666;
	font-weight: 300;
	line-height: 1.5;
}
#solution .basic_info dl dd::before{
	content:'';
	width:50px;
	height: 1px;
	background: #000;
	position: absolute;
	top:-1px;
	left:0;
}
#solution .basic_info dl dd.unstyled{
	padding:0;
	border:none;
}
#solution .basic_info dl dd.unstyled::before{
	content:none;
}
#solution .basic_info dl dd ul li{
	padding-left: 20px;
	margin:10px 0;
	position: relative;
}
#solution .basic_info dl dd ul li::before{
	content:'';
	width:5px;
	height:5px;
	background: #000;
	border-radius:50%;
	position: absolute;
	top:10px;
	left:0;
}
#solution .basic_info dl dd .row{
	margin-left: -10px;
	margin-right: -10px;
}
#solution .basic_info dl dd .row > div{
	padding-left: 10px;
	padding-right: 10px;
}
#solution .basic_info dl dd .row > div img{
	display:block;
	margin-bottom: 14px;
	max-width:100%;
	width:100%;
}
#solution .basic_info dl dd .row > div p{
	font-weight: 500;
	color:#000;
	margin-bottom: 0;
}
@media(max-width:992px){
	#solution .basic_info dl{
		margin-bottom:40px;
	}
	#solution .basic_info dl dt,
	#solution .basic_info dl dd{
		float:none;
		display:block;
		width:100%;
	}
	#solution .basic_info dl dt{
		margin-bottom: 15px;
	}
	#solution .basic_info dl dd {
		font-size:14px;
		padding:30px 15px;	
		word-break:keep-all;
	}
	#solution .basic_info dl dd ul li{
		padding-left: 10px;
		margin:8px 0;
	}
	#solution .basic_info dl dd ul li::before{
		width:3px;
		height:3px;
		top:9px;
	}
	#solution .basic_info dl dd .row > div p{
		height: 42px;
	}
}

#solution .data{
	background: #f7f7f7;
	padding:100px 0 120px;
}
#solution .data .red-table{
	margin-top: 40px;	
}
@media(max-width:992px){
	#solution .data{
		padding:40px 0 60px;
	}
	#solution .data .red-table{
		margin-top: 20px;	
	}
}



/* table */
.red-table{
	width:100%;
}
.red-table th,
.red-table td{
	font-size:16px;
	text-align: center;
	padding: 19px 2px;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.red-table th:last-child,
.red-table td:last-child{
	border-right: none;
}
.red-table th{
	background: #e60013;
	color:#fff;
	font-weight: 500;
}
.red-table td{
	background: #fff;
	color:#666;
	font-weight: 300;
}
.red-table td:first-child{
	color:#000;
	font-weight: 500;
}
.red-table td a.download{
	color:#000;
	padding:10px;
}
@media(max-width:992px){
	.red-table th,
	.red-table td{
		font-size:13px;
		padding: 15px 2px;
	}
}

.sub0203_wrap p{
	font-size:16px;
	color:#333;
	font-weight: 300;
}
.sub0203_wrap .bg-gray{
	background: #f7f7f7;
	padding:60px 0;
	counter-reset: num;	
}
.sub0203_wrap .bg-gray .container > div{
	display:inline-block;
	vertical-align: middle;
	width:49.5%;
}
.sub0203_wrap .bg-gray .container > div .item > p:first-child{
	position: relative;
	padding-left: 35px;
}
.sub0203_wrap .bg-gray .container > div .item > p:first-child::before{
	counter-increment: num;
	content: "0" counter(num);
	position: absolute;
	left:0;
	top:0;
	color:#e60013;
	font-style: italic;
}
.sub0203_wrap .bg-gray .container > div .item > p:last-child{
	padding-left: 20px;
}
@media(max-width:1200px){
	.sub0203_wrap .bg-gray .container > div img{
		max-width:100%;
	}
}
@media(max-width:992px){
	.sub0203_wrap p{
		font-size:14px;
		word-break:break-all;
	}
	.sub0203_wrap .bg-gray{
		padding:40px 0;
	}
	.sub0203_wrap .bg-gray .container > div{
		display:block;
		width:100%;
	}
	.sub0203_wrap .bg-gray .container > div img{
		max-width:100%;
	}
	.sub0203_wrap .bg-gray .container > div .item > p:first-child{
		padding-left: 30px;
	}
}

.sub0203_wrap .row > div .item{
	margin:30px 0;
	border:1px solid #ddd;
	border-top-left-radius:50px;
	border-bottom-right-radius:50px;
	overflow:hidden;
}
.sub0203_wrap .row > div .item .thum{
	width:100%;
	height: 156px;
}
.sub0203_wrap .row > div .item .thum .icon{
	width:176px;
	height: 176px;
	background: url('../images/sub0204_i_bg.png')no-repeat center center / contain;
	position: relative;
	overflow:hidden;
	margin:0 auto;
	transform:translateY(50px);
}
.sub0203_wrap .row.gray > div .item .thum .icon{
	background: url('../images/sub0204_i_bg2.png')no-repeat center center / contain;
}
.sub0203_wrap .row > div .item .thum .icon img{
	position: absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
.sub0203_wrap .row > div .item .txt{
	text-align: center;
	padding:85px 15px 40px;
}
.sub0203_wrap .row > div .item .txt p{
	color:#000;
	font-weight: 500;
}
.sub0203_wrap .row > div .item .txt ul li{
	font-size:16px;
	color:#555;
	font-weight: 300;
	line-height: 1.5;
}
.sub0203_wrap .row > div .item .txt ul li > span{
	position: relative;
}
.sub0203_wrap .row > div .item .txt ul li > span::before{
	content:'';
	width:2px;
	height:2px;
	background: #e82633;
	position: absolute;
	top:13px;
	left:-6px;
}
@media(max-width:992px){
	.sub0203_wrap .row > div .item{
		margin: 0 0 20px 0;
	}
	.sub0203_wrap .row > div .item .thum{
		height: 110px;
	}
	.sub0203_wrap .row > div .item .thum .icon{
		width:100px;
		height: 100px;
	}
	.sub0203_wrap .row > div .item .thum .icon img{
		max-width:50px;
	}
	.sub0203_wrap .row > div .item .txt {
		padding: 60px 15px 20px;
	}
	.sub0203_wrap .row > div .item .txt ul li{
		font-size:14px;
		margin:4px 0;
	}
	.sub0203_wrap .row > div .item .txt ul li > span::before{
		top:11px;
	}
}
@media(max-width:767px){
	.sub0203_wrap .dot.qm{
		line-height: 1.5;
	}
	.sub0203_wrap .dot.qm::before{
		right:auto;
		left:84px;
	}
}

/* 기술연구소 */
.sub0205_wrap .sub0205-slide{
	position:relative;
	height:50%;
	left:0;
	top:0;
}
.sub0205_wrap .sub0205-slide .owl-stage-outer,
.sub0205_wrap .sub0205-slide .owl-stage-outer .owl-stage,
.sub0205_wrap .sub0205-slide .owl-stage-outer .owl-stage .owl-item,
.sub0205_wrap .sub0205-slide .owl-stage-outer .owl-stage .owl-item .item{
	height:100%;
	position:relative;
}
.sub0205_wrap .owl-theme .owl-nav.disabled + .owl-dots{
    position: absolute;
    z-index: 10;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
}
.sub0205_wrap .owl-theme .owl-dots .owl-dot.active span{
	background: #e60013 !important;
	border: none;
}
.sub0205_wrap .owl-theme .owl-dots .owl-dot span{
	border: 1px solid #999999;
	width: 12px;
	height: 12px;
	background: #fff;
}

.sub0205_wrap .center_info{
}
.sub0205_wrap .summary_wrap, 
.sub0205_wrap .target_wrap{
	padding: 8rem 0;
}
.sub0205_wrap .result_wrap{
	padding-top: 8rem;
}
.sub0205_wrap dl > dt{
	margin-bottom: 4rem;
}
.sub0205_wrap .summary_ul{
	display: flex;
	justify-content: space-around;
	border: 1px solid #e0e0e0;
	border-top:1px solid #000;
}

.sub0205_wrap .summary_li{
/* 	background: #f7f7f7;
	border-radius: 50%; */
	display: flex;
    justify-content: center;
    align-items: center;
	padding: 5rem 8rem;
}
.sub0205_wrap .summary_li::after{
    content: '';
    position: relative;
    width: 1px;
    height: 120%;
    top: 0;
    right: -80%;
    background: #e0e0e0;
}

.sub0205_wrap .summary_li:last-child::after{
	display:none;
}
.sub0205_wrap .summary_li .summary > p{
	margin-top: 4rem;
}
.sub0205_wrap .target_wrap,
.sub0205_wrap .result_wrap{
	text-align: center;
}

.sub0205_wrap .target_wrap{
	background: #f5f5f5;
}

@media (max-width:991px){
	.sub0205_wrap .summary_ul{
		display: block;
	}
	.sub0205_wrap .summary_li{
		border-bottom: 1px solid #e0e0e0;
	}
	.sub0205_wrap .summary_li:last-child{
		border: none;
	}

}
/* //기술연구소 */


.sub0401_wrap p{
	font-size:16px;
	font-weight: 300;
	color:#666;
	line-height: 1.5;
	word-break:keep-all;
}
.sub0401_wrap b{
	color:#000;
	font-weight: 500;
}
.sub0401_wrap .container > div:last-child .clearfix{
	width:100%;
	padding:32px 0;
	border-top: 2px solid #000;
	border-bottom: 1px solid #ddd;
}
.sub0401_wrap .container > div:last-child .clearfix > .item{
	width:33.33%;
	float:left;
	text-align: center;
	border-right: 1px solid #ddd;
	padding:0 18px;
}
.sub0401_wrap .container > div:last-child .clearfix > .item > p.montserrat{
	padding:15px 0;
}
.sub0401_wrap .container > div:last-child .clearfix > .item > p:last-child{
	margin-bottom: 0;
	letter-spacing: -0.03em;
}
@media(max-width:1200px){
	.sub0401_wrap .container > div:first-child img{
		max-width:100%;
	}
	.sub0401_wrap .container > div:last-child .clearfix > .item > p:last-child br{
		display:none;
	}
}
@media(max-width:992px){
	.sub0401_wrap p{
		font-size:14px;
	}
	.sub0401_wrap .container > div:last-child .clearfix{
		padding:0;
		border-bottom: none;
	}
	.sub0401_wrap .container > div:last-child .clearfix > .item{
		width:100%;
		float:none;
		display:block;
		border-right: none;
		border-bottom: 1px solid #ddd;
		padding:30px 15px;
	}
	.sub0401_wrap .container > div:last-child .clearfix > .item > p.montserrat{
		padding:6px 0;
	}
	.sub0401_wrap .container > div:last-child .clearfix > .item img{
		max-width:54px;
	}
}



.row.boxs {
	margin-left:-10px;
	margin-right:-10px;
	counter-reset:num;
}
.row.boxs > div{
	padding-left:10px;
	padding-right:10px;
	margin-bottom: 10px;
}
.row.boxs > div > ul{
	border:1px solid #ddd;
	width:100%;
	height:100px;
	position: relative;
}
.row.boxs > div > ul::before{
    content: '';
    width: 1px;
    height: 50px;
    background: #f7b2b8;
    position: absolute;
	top: 50%;
	left: 17%;
	transform: translateY(-50%);
}
.row.boxs > div > ul::after{
	content:'';
	display:block;
	clear:both;
}
.row.boxs > div > ul > li{
	vertical-align: middle;
	display:inline-block;
	position: relative;
	width:100%;
	height:100%;
}
.row.boxs > div > ul > li:first-child {
	width:17%;
	opacity:0.6;
}
.row.boxs > div > ul > li:first-child > p.num{
	position: relative;
}
.row.boxs > div > ul > li:first-child > p.num::before{
    counter-increment: num;
    content: "0" counter(num);
	font-weight: bold;
	font-family: 'Montserrat' !important;
	font-size:36px;
	color:#e60013;
	opacity:0.6;
}
.row.boxs > div > ul > li:last-child{
	width:82%;
}
.row.boxs > div > ul > li > p{
    position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	font-family: 'Noto Sans KR' !important;
	margin:0;
	word-break:keep-all;
}
.row.boxs > div > ul > li:first-child > p{
	left:0;
	text-align: center;
}
.row.boxs > div > ul > li:last-child > p{
	left: 30px;
}
@media(max-width:1200px){
	.row.boxs > div > ul::before{
		left:19%;
	}
}
@media(max-width:992px){
	.row.boxs > div > ul{
		padding:14px;
		height:auto;
		padding:24px 14px;
	}
	.row.boxs > div > ul::before {
		content:none;
	}
	.row.boxs > div > ul > li{
		vertical-align: top;
	}
	.row.boxs > div > ul > li:first-child{
		width:8%;
	}
	.row.boxs > div > ul > li:first-child > p.num::before{
		font-size:15px;
	}
	.row.boxs > div > ul > li:last-child{
		width:90%;
	}
	.row.boxs > div > ul > li > p{
		position: relative;
		top: 0;
		left: 0;
		transform: translateY(0);
	}
	.row.boxs > div > ul > li:first-child > p{
		left:15px;
	}
	.row.boxs > div > ul > li:last-child > p{
		left: 5px;
	}
}
@media(max-width:767px){
	.row.boxs > div {
		margin-bottom: 10px;
	}
	.row.boxs > div > ul{
		padding:24px 10px;
	}
	.row.boxs > div > ul > li:first-child > p{
		left:0px;
	}
}


.sub0403_wrap p{
	color:#666;
	font-weight: 300;
	font-size:16px;
	line-height: 1.4;
}
.sub0403_wrap ul{
	width:100%;
	border-top: 1px solid #ddd;
}
.sub0403_wrap ul li{
	padding:40px 0;
	border-bottom: 1px solid #ddd;
}
.sub0403_wrap ul li > div{
	display:inline-block;
	vertical-align: middle;
}
.sub0403_wrap ul li > div:first-child{
	width:12%;
	text-align: center;
}
.sub0403_wrap ul li > div:last-child{
	width:87%;
	padding-left: 20px;
}

/* 리뉴얼 */
.sub0403_wrap .sub_tit{
	margin-bottom: 0;
	font-size: 18px; 
	text-align: center;
}
.sub0403_wrap .sub_tit strong{color: #e81728;}
.sub0403_wrap .bg{
	z-index: 1;
	position: relative;
	margin-top: 55px;
	padding:70px 0;
	text-align: center;
}
.sub0403_wrap .bg::after{
	content:"";
  z-index:-1;
	position:absolute;
  top:0;
	left:50%; right:50%;
	margin-left:-50vw;
	margin-right:-50vw;
	height:100%;
	background:#f5f5f5;
}
.sub0403_wrap .bg img{max-width: 100%;}
.sub0403_wrap img.mo{display: none;}

@media(max-width:992px){
	.sub0403_wrap p{
		font-size:14px;
	}
	.sub0403_wrap ul li{
		padding:30px 0;
	}
	.sub0403_wrap ul li > div:first-child{
		width:100%;
		text-align: left;
	}
	.sub0403_wrap ul li > div:last-child{
		width:100%;
		padding-left: 0;
	}

	.sub0403_wrap .sub_tit{font-size: 16px;}
	.sub0403_wrap .bg{
		margin-top: 40px;
		padding:50px 0;
	}
	.sub0403_wrap img.mo{
		display: block;
		margin: 0 auto;
		max-width: 300px;
		width: 100%;
	}
	.sub0403_wrap img.pc{display: none;}
}


.sub040302_wrap p{
	color:#666;
	font-weight: 300;
	font-size:16px;
	line-height: 1.4;
}
.sub040302_wrap p .xi-check-circle-o{
	margin-right: 5px;
	transform:translateY(2px);
}
.sub040302_wrap ul{
	margin-top: 20px;
}
@media(max-width:992px){
	.sub040302_wrap .switchImg{
		max-width:100%;
	}
	.sub040302_wrap p{
		font-size:14px;
	}
	.sub040302_wrap p .xi-check-circle-o{
		transform:translateY(1px);
	}
	.sub040302_wrap ul{
		margin-top: 15px;
	}
}


p .xi-check-circle-o{
	margin-right: 5px;
	transform:translateY(2px);
}
@media(max-width:992px){
	p .xi-check-circle-o{
		transform:translateY(1px);
	}
}

/* 
.type_1 ul li{
	display:inline-block;
	vertical-align: middle;
	border:1px solid #ddd;
	width:110px;
	padding:20px 10px;
	color:#e60013;
	font-size:15px;
	font-weight: 400;
	text-align: center;
	margin-right: 20px;
	position: relative;	
}
.type_1 ul li::after{
	content:'';
	width:6px;
	height: 12px;
	position: absolute;
	top:50%;
	transform:translateY(-50%);
	right:-16px;
	background: url('../images/sub040302_9.jpg')no-repeat center center / contain;
}
.type_1 ul li:last-child::after{
	content:none;
}

.type_1 ul li .icon {
  width:16px;  
  height:19px;
  margin-right:5px;
  vertical-align: middle;
} */



.type_1 ul li {
  display: inline-flex;  /* inline-block → inline-flex */
  align-items: center;   /* 수직 중앙정렬 */
  justify-content: center;
  border: 1px solid #ddd;
  width: 145px;
  padding: 20px 10px;
  color: #e60013;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  margin-right: 20px;
  position: relative;
}
.type_1 ul li img {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}


.type_1 ul li::after{
	content:'';
	width:6px;
	height: 12px;
	position: absolute;
	top:50%;
	transform:translateY(-50%);
	right:-16px;
	background: url('../images/sub040302_9.jpg')no-repeat center center / contain;
}
.type_1 ul li:last-child::after{
	content:none;
}

.type_1 ul li .icon {
  width:16px;   /* 아이콘 크기 조절 */
  height:19px;
  margin-right:5px;
  vertical-align: middle;
}

.type_2 ul{
	width:908px;
	margin:20px auto;
}
.type_2 ul li{
	display:inline-block;
	vertical-align: middle;
	border:3px solid #e60013;
	border-radius:50%;
	width:200px;
	height: 200px;
	font-weight: 500;
	color:#000;
	text-align: center;
	position: relative;	
	margin:0 50px;
	padding-top: 35px;
	font-size:18px;
}
.type_2 ul li::after{
	content:'';
	width:26px;
	height: 26px;
	background: url('../images/sub040302_7.jpg')no-repeat center center / contain;
	position: absolute;
	top:50%;
	transform:translateY(-50%);
	right:-68px;
}
.type_2 ul li:last-child::after{
	content:none;
}
.type_2 ul li img{
	display:block;
	margin:0 auto;
}
@media(max-width:992px){
	.type_1 ul li{
		width:90px;
		padding:15px 5px;
		font-size:13px;
		margin-right: 15px;
		margin-bottom: 15px;
	}
	.type_1 ul li::after{
		right:-13px;
	}
	.type_2 ul{
		width:auto;
	}
	.type_2 ul li{
		border:2px solid #e60013;
		width:90px;
		height: 90px;
		margin:0 20px 0 0;
		padding-top: 10px;
		font-size:12px;
	}
	.type_2 ul li::after{
		width:10px;
		height:10px;
		right:-18px;
	}
	.type_2 ul li:last-child{
		margin-right: 0;
	}
	.type_2 ul li img{
		max-width:35px;
	}
}


.sub040303_wrap .container > div{
	margin-bottom: 100px;
}
.sub040303_wrap .container > div:last-child{
	margin-bottom: 0;
}
.sub040303_wrap ul{
	width:100%;
	margin:60px 0;
	position: relative;
	text-align: right;
}
.sub040303_wrap ul > li{
	display:inline-block;
	vertical-align: middle;
}
.sub040303_wrap ul > li:first-child{
	width:180px;
	height: 180px;
	border:2px solid #e60013;
	border-radius:50%;
	text-align: center;
	font-size:18px;
	font-weight: 500;
	color:#000;
	padding-top: 34px;
	position: absolute;
	top:50%;
	transform:translateY(-50%);
	left:0;
	background: #fff;
	z-index:1;
}
.sub040303_wrap ul > li:first-child img{
	display:block;
	margin:0 auto 10px;
}
.sub040303_wrap ul > li:last-child{
	width:76%;
	border:1px solid #ddd;
	background: #f7f7f7;
	text-align: left;
	padding:70px 60px;
	position: relative;
}
.sub040303_wrap ul > li:last-child::before{
	content:'';
	width:120px;
	border-top: 2px dotted #ddd;
	position: absolute;
	top:50%;
	transform:translateY(-50%);
	left:-120px;
}
.sub040303_wrap ul > li:last-child::after{
	content:'';
	width:70px;
	height: 1px;
	background: #000;	
	position: absolute;
	top:-1px;
	left:0;
}
.sub040303_wrap ul > li:last-child p{
	font-size:16px;
	color:#666;
	font-weight: 300;
	position: relative;	
	padding-left: 24px;
	margin:0;
	word-break:keep-all;
}
.sub040303_wrap ul > li:last-child p::after{
	content:'';
	width:4px;
	height: 4px;
	background: #e60013;	
	position: absolute;
	top:10px;
	left:0;
}
@media(max-width:992px){
	.sub040303_wrap .container > div{
		margin-bottom: 60px;
	}
	.sub040303_wrap ul{
		margin:30px 0;
		text-align: left;
	}
	.sub040303_wrap ul > li{
		display:block;
	}
	.sub040303_wrap ul > li:first-child{
		width:120px;
		height: 120px;
		font-size:14px;
		padding-top: 26px;
		position: relative;
		top:0;
		transform:translateY(0);
		margin:0 auto;
	}
	.sub040303_wrap ul > li.etc{
		padding-top: 16px;
	}
	.sub040303_wrap ul > li:first-child img{
		max-width:40px;
	}
	.sub040303_wrap ul > li:last-child{
		width:100%;
		padding:30px 15px;
		margin-top: 15px;
	}
	.sub040303_wrap ul > li:last-child::before{
		content: '';
		height: 20px;
		width:auto;
		border-top: none;
		border-right: 2px dotted #ddd;
		position: absolute;
		top: -20px;
		transform: translateX(-50%);
		left: 50%;		
	}
	.sub040303_wrap ul > li:last-child::after{
		width:50px;
	}
	.sub040303_wrap ul > li:last-child p{
		font-size:14px;
		padding-left: 15px;
	}
	.sub040303_wrap ul > li:last-child p::after{
		width:3px;
		height: 3px;
	}
}

.tab_type1 {
	width:100%;
	padding:30px;
	background: #f4f4f4;
	border:1px solid #ddd;
}
.tab_type1 > a{
	background: #fff;
	float:left;
	width:10%;
	border:1px solid #ddd;
	border-right: none;
	height: 90px;
	position: relative;
	display:block;
}
.tab_type1 > a:last-child{
	border-right: 1px solid #ddd;
}
.tab_type1 > a p{
	font-size:16px;
	color:#666;
	font-weight: 300;
	position: absolute;
	top:50%;
	transform:translateY(-50%);
	left:0;
	width:98%;
	text-align: center;
	text-decoration: none;
}
@media(max-width:992px){
	.tab_type1 {
		padding:30px 15px;
	}
	.tab_type1 > a{
		width:50%;
		height: 45px;
		border-bottom: none;
	}
	.tab_type1 > a:nth-child(even){
		border-right: 1px solid #ddd;
	}
	.tab_type1 > a:nth-child(9),
	.tab_type1 > a:nth-child(10){
		border-bottom: 1px solid #ddd;
	}
	.tab_type1 > a p{
		font-size:13px;
	}
	.tab_type1 > a p br{
		display:none;
	}
}


.sub0404_wrap .list_ .row > div{
	margin-bottom: 60px;
}
.sub0404_wrap .list_ .row > div:last-child{
	margin-bottom: 0;
}
.sub0404_wrap .list_ .row > div > span{
	width:100%;
	height: 1px;
	position: absolute;
	top:-70px;
	left:0;
}
.sub0404_wrap .list_ .row > div .dot{
	font-weight: 500;
	color:#000;
	margin:20px 0;
}
.sub0404_wrap .list_ .row > div .thum{
	border: 1px solid #000;
}
.sub0404_wrap .list_ .row > div .thum img{
	max-width:100%;
}
.sub0404_wrap .list_ .row > div .txt{
	padding:30px 20px;
	border-bottom: 1px solid #ddd;
}
.sub0404_wrap .list_ .row > div .txt > div:first-child{
	margin-bottom: 90px;
}
.sub0404_wrap .list_ .row:nth-child(1) > div .txt > div:first-child{
	height: 166px;
}
.sub0404_wrap .list_ .row:nth-child(2) > div .txt > div:first-child{
	height: 136px;
}
.sub0404_wrap .list_ .row:nth-child(3) > div .txt > div:first-child{
	height: 140px;
}
.sub0404_wrap .list_ .row:nth-child(4) > div .txt > div:first-child{
	height: 170px;
}
.sub0404_wrap .list_ .row:nth-child(5) > div .txt > div:first-child{
	height:150px;
}
.sub0404_wrap .list_ .row:nth-child(6) > div .txt > div:first-child{
	height:230px;
}

.sub0404_wrap .list_ .row:nth-child(4) > div .txt{
   padding-bottom: 170px;
}
.sub0404_wrap .list_ .row:nth-child(4) > div .txt > div:first-child {
   margin-bottom: 80px;
}
.sub0404_wrap .list_ .row:nth-child(5) > div .txt > div:first-child {
   margin-bottom: 140px;
}

.sub0404_wrap .list_ .row > div .txt > div:last-child{
	height: 140px;
}
.sub0404_wrap .list_ .row:last-child > div .txt > div:last-child{
	/* height: 250px; */
}
.sub0404_wrap .list_ .row > div .txt > div .fsr20{
	color:#e60013;
	font-weight: 500;
}
.sub0404_wrap .list_ .row > div .txt > div ul li{
	color:#666;
	font-weight: 300;
	font-size:16px;
	line-height: 1.5;
	margin-bottom: 6px;
	padding-left: 15px;
	position: relative;
	word-break:keep-all;
	letter-spacing: -0.02em;
}

.sub0404_wrap .list_ .row > div .txt > div ul li::before{
	content:'';
	width:4px;
	height: 4px;
	border-radius:50%;
	background: #e60013;	
	position: absolute;
	top:11px;
	left:0;	
}
@media(max-width:1200px){
	.sub0404_wrap .list_ .row:nth-child(1) > div .txt > div ul li br{
		display:none;
	}
	.sub0404_wrap .list_ .row:nth-child(1) > div .txt > div:first-child {
		height: 190px;
	}
	.sub0404_wrap .list_ .row:nth-child(2) > div .txt > div:first-child {
		height: 186px;
	}
	.sub0404_wrap .list_ .row:nth-child(3) > div .txt > div:first-child {
		height: 170px;
	}
	.sub0404_wrap .list_ .row:nth-child(4) > div .txt > div:first-child {
		height: 223px;
	}
	.sub0404_wrap .list_ .row:nth-child(5) > div .txt > div:first-child {
		height: 190px;
	}
}
@media(max-width:992px){
	.sub0404_wrap .list_ .row > div{
		margin-bottom: 0;
	}
	.sub0404_wrap .list_ .row > div > span{
		top:-40px;
	}
	.sub0404_wrap .list_ .row > div .dot{
		margin:40px 0 20px;
	}
	.sub0404_wrap .list_ .row > div .txt{
		padding:30px 0;
	}
	.sub0404_wrap .list_ .row > div .txt > div:first-child{
		margin-bottom: 30px;
		height: auto !important;
	}
	.sub0404_wrap .list_ .row > div .txt > div:last-child{
		height: auto;
	}
	.sub0404_wrap .list_ .row > div .txt > div ul li{
		font-size:14px;
		padding-left: 10px;
	}
	.sub0404_wrap .list_ .row > div .txt > div ul li::before{
		width:3px;
		height: 3px;
		top:11px;
	}
	.sub0404_wrap .list_ .row:nth-child(4) > div .txt{
	   padding-bottom: 30px;
	}
	.sub0404_wrap .list_ .row:nth-child(4) > div .txt > div:first-child {
	   margin-bottom: 40px;
	}
	.sub0404_wrap .list_ .row:nth-child(5) > div .txt > div:first-child {
	   margin-bottom: 40px;
	}
	.sub0404_wrap .list_ .row:last-child > div .txt > div:last-child{
	/* 	height: 250px; */
	}
}

.sub0405_wrap{
	font-size:16px;
	font-weight: 300;
	color:#666;
	line-height: 1.4;
}
.sub0405_wrap b,
.sub0405_wrap .fsr20{
	color:#000;
	font-weight: 500;
}
.sub0405_wrap .clearfix{
	counter-reset:num;
}
.sub0405_wrap .clearfix > li{
	width:228px;
	height: 150px;
	border:1px solid #ddd;
	text-align: center;
	float:left;
	margin:5px 14px 5px 0;
	font-size:14px;
	font-weight: 300;
	color:#666;
	line-height: 1.6;
	padding-top: 40px;
	position: relative;
	letter-spacing: -0.03em;
	word-break:keep-all;
}
.sub0405_wrap .clearfix > li::after{
	content:'';
	width:29px;
	height: 29px;
	background: url('../images/sub0405_1.png')no-repeat center center/ contain;
	position: absolute;
	top:50%;
	transform:translateY(-50%);
	right:-23px;
	z-index:1;
}
.sub0405_wrap .clearfix > li:last-child{
	margin-right: 0;
}
.sub0405_wrap .clearfix > li:last-child::after{
	content:none;
}
.sub0405_wrap .clearfix > li .fsr20{
	margin:0 0 5px 0;
}
.sub0405_wrap .clearfix > li .fsr20::before{
	counter-increment: num;
	content: "0" counter(num);
	position: absolute;
	top:-5px;
	left:50%;
	transform:translateX(-50%);
	font-size:52px;
	color:#f2f2f2;
	font-family: 'Roboto';
	font-style: italic;
	font-weight: bold;
	z-index:-1;
}
.sub0405_wrap .bg-gray{
	padding:60px 0;
	background: #f7f7f7;
	margin:50px 0;
}
.sub0405_wrap .bg-gray .current ul{
	margin-bottom: 0;
}
.sub0405_wrap .bg-gray .current ul li{
	width:300px;
	height: 250px;
	border:1px solid #e60013;
	background: #fff;
	float:left;
	text-align: left;
	padding:0;
}
.sub0405_wrap .bg-gray .current ul li::after{
	content:'';
	width:31px;
	height: 31px;
	background: url('../images/sub0405_4.jpg')no-repeat center center/ contain;
	position: absolute;
	top:55px;
	right:30px;
}
.sub0405_wrap .bg-gray .current ul li a{
	display:block;
	width:100%;
	height: 100%;
	font-size:16px;
	color:#666;
	text-decoration: none;
	font-weight: 300;
	letter-spacing: -0.02em;
	word-break:keep-all;
	padding:45px 30px;
	padding-top: 25px;
	position: relative;
}
.sub0405_wrap .text-center > a{
	font-size:16px;
	color:#424242;
	font-weight: 500;
	border:1px solid #ddd;
	padding: 19px 30px;
	display:inline-block;
	vertical-align: middle;
	width:330px;
	height: 90px;
	text-align: left;
	text-decoration: none;
	margin-right: 20px;
	position: relative;
}
.sub0405_wrap .text-center > a::after{
	content:'';
	width:17px;
	height: 26px;
	background: url('../images/sub0405_8.jpg')no-repeat center center/ contain;
	position: absolute;
	top:50%;
	transform:translateY(-50%);
	right:30px;	
}
.sub0405_wrap .text-center > a img{
	display:block;
	margin-bottom: 10px;
}
@media(max-width:1200px){
	.sub0405_wrap .clearfix > li{
		width:176px;
		height: 180px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.sub0405_wrap .clearfix > li br{
		display:none;
	}
	.sub0405_wrap .text-center > a{
		width:270px;
	}
	.sub0405_wrap .text-center > a::after{
		right:20px;	
	}
}
@media(max-width:992px){
	.sub0405_wrap{
		font-size:14px;
	}
	.sub0405_wrap .proc .clearfix > li{
		width:100%;
		height: auto;
		float:none;
		display:block;
		margin:10px 0;
		font-size:13px;
		padding:40px 15px 20px;
	}
	.sub0405_wrap .proc .clearfix > li::after{
		top:auto;
		transform:translateX(-50%) rotate(90deg);
		right:auto;
		left:50%;
		bottom:-20px;
	}
	.sub0405_wrap .proc .clearfix > li .fsr20::before{
		font-size:40px;
		top:5px;
	}
	.sub0405_wrap .bg-gray{
		padding:40px 0;
		margin:30px 0 40px;
	}
	.sub0405_wrap .bg-gray .current ul li{
		width:100%;
		height: auto;
		float:none;
		display:block;
	}
	.sub0405_wrap .bg-gray .current ul li::after{
		top:50px;
		right:15px;
		width:25px;
		height: 25px;
	}
	.sub0405_wrap .bg-gray .current ul li a{
		font-size:14px;
		padding:20px 15px;
	}
	.sub0405_wrap .bg-gray .current ul li a img{
		max-width:48px;
		margin-bottom: 4px;
	}
	.sub0405_wrap .text-center > a{
		font-size:14px;
		padding: 20px 15px;
		display:block;
		width:100%;
		height: auto;
		margin-right: 0;
		margin-bottom: 15px;
	}
	.sub0405_wrap .text-center > a:last-child{
		margin-bottom: 0;
	}
}

.red-bullet > li{
	padding-left: 15px;
	position: relative;
	line-height: 1.8;	
}
.red-bullet > li::before{
	content:'';
	width:4px;
	height: 4px;
	background: #e60013;	
	position: absolute;
	top:14px;
	left:0;
	border-radius:50%;
}
@media(max-width:992px){
	.red-bullet > li{
		padding-left: 10px;
	}
	.red-bullet > li::before{
		width:3px;
		height:3px;
		top:11px;
	}
}


.management_wrap .management_tit{
 width: 30%;
}
.management_wrap .management_t{
 width: 70%;
}
.management_wrap .management_mo{
 display:none;
}

@media(max-width:767px){
	.management_wrap .management_tit{
	 width: 100%;
	}
	.management_wrap .management_t{
	 width: 100%;
	}
	.management_wrap .management_mo{
	 display:block;
	}
	.management_wrap .management_pc{
	 display:none;
	}

}