@charset "utf-8";

/* 서브공통 */
#sub_default {line-height: 160%;}
.txt_wrap{padding:0 0 25px 0; margin:0 0 25px; border-bottom:1px dashed #ccc; ;box-sizing:border-box;}

@media all and (max-width:1024px) {
	#sub_default,
	.normal_list td{font-size:16px;}

	#sub_default h4, .tit_txt{padding:0 0 15px;}
}
@media all and (max-width:768px) {
	#sub_default,
	.normal_list td{font-size:15px;}
}
@media all and (max-width:380px) {
	#sub_default,
	.normal_list td{font-size:14px;}
}

.box_info{z-index:1; position:relative; width:100%; margin:0 0 45px; font-size:15px; border-radius:20px; word-break:keep-all; box-sizing:border-box;}
.box_info:after {content:''; display: block; position:absolute; top:0; left:0; width:100%; height:66px; border-radius:0 20px 0 0; border-top:3px solid #99b5b9; border-right:3px solid #99b5b9;}
.box_info:before {content:'';display: block;position:absolute;top:0;left:0;width: 240px;height:100%;box-sizing:border-box;border-bottom: 5px solid transparent;border-image:url(/images/kr/common/bg_info.jpg) 30;-webkit-border-image:url(/images/kr/common/bg_info.jpg) 30;border-image-repeat:repeat;-webkit-border-image-repeat:repeat;}
.box_info > div {position: relative;padding: 40px;box-sizing: border-box;}
.box_info > div:before{z-index: 1;content:'';position:absolute;bottom:-1px;right:0;width: calc(100% - 240px);height:5px;background:rgba(156,185,190,0.2)}

@media all and (max-width:568px) {
	.box_info{font-size:14px;}
    .box_info > div {padding: 30px 25px;}
}


/* 역대의원 의안검색 */
.form_sc{position:relative; overflow:hidden; width:100%; padding:30px 0 30px 10%; background:#eef2f6; box-sizing:border-box;}
.form_sc + .taR{padding:8px 0 35px 0; font-size:95%;}
.form_sc div{position:relative; float:left; width:59%; padding:0 0 0 130px; box-sizing:border-box;}
.form_sc label{position:absolute; left:55px; top:0; display:block; width:60px; line-height:42px; font-weight:800; color:#003964; text-align:right;}
.form_sc .sel{width:30%;}
.form_sc .sel2{width:40%; padding-right:50px !important;}
.form_sc select{-webkit-appearance:none; -moz-appearance:none; -moz-appearance:none; background:#fff url(/images/common/ico_assem.png) no-repeat right 14px top 50%;}
.form_sc select::-ms-expand{display:none;}
.form_sc select,
.form_sc input[type="text"]{width:100%; height:42px; line-height:42px; padding:0 0 0 12px; border:none;}
.form_sc input[type="text"]{padding-right:42px; background:#fff;}
.form_sc .btn{position:absolute; right:0; top:0; height:42px; width:44px; line-height:42px; min-width:0; padding:0; font-size:0; text-indent:-999px; border:none; border-radius:0; background:#1971c2;}
.form_sc .btn:before,
.form_sc .btn:after{content:''; display:block; position:absolute; top:12px; left:14px; width:15px; height:15px; border:2px solid #fff; border-radius:50%; box-sizing:border-box;}
.form_sc .btn:after{left:24px; top:25px; width:8px; height:2px; border:none; border-radius:2px; transform:rotate(45deg); background:#fff;}
.form_sc .btn:hover{background-color:#004e96;}
.form_sc .intxt{padding-right:50px;}

@media all and (max-width:1024px) {
	.form_sc{padding-left:35px;}
	.form_sc + .taR{font-size:15px;}
}
@media all and (max-width:768px) {
	.form_sc div{padding:0 0 0 100px;}
	.form_sc .sel{width:34%; padding:0 0 0 90px;}
	.form_sc .sel2{width:45%;}
	.form_sc label{left:25px;}
	.form_sc .sel label{left:20px;}
}
@media all and (max-width:568px) {
	.form_sc{padding:25px 0 27px 10px;}
	.form_sc div{padding:0 0 0 65px;}
	.form_sc label{left:10px; width:50px; font-size:17px;}
	.form_sc .sel{width:37%; padding:0 0 0 55px;}
	.form_sc .sel2{width:58%;}
	.form_sc .sel label{left:0;}
	.form_sc select,
	.form_sc input[type="text"]{padding:0 0 0 10px;}
	.form_sc input[type="text"]{padding-right:45px;}
	.form_sc + .taR{font-size:14px;}
}
@media all and (max-width:380px) {
	.form_sc{padding:22px 0 24px 10px;}
	.form_sc div{padding:0 0 0 55px;}
	.form_sc label{left:0; width:50px; font-size:16px; line-height:40px;}
	.form_sc .sel{padding:0 0 0 45px;}
	.form_sc .sel label{left:-10px;}
	.form_sc .sel:after{right:12px;}
	.form_sc + .taR{font-size:13px;}
}


/* 의회기능*/
.proc{position:relative; padding:40px 2% 40px 9%; font-weight:400; border:1px solid #ccc; border-radius:10px; word-break:keep-all; background:url(/images/promote/sub/bg_proc.png) no-repeat 3% 335px;}
.proc > ul > li{z-index:1; position:relative; width:100%;}
.proc > ul > li:after{content:''; display:block; clear:both; width:100%;}
.proc p{z-index:2; position:relative; float:left; display:table; width:37%; line-height:130%; margin:0 0 30px; text-align:center; border-radius:20px; box-sizing:border-box; color:#fff; background:#46c993;}
.proc p em{display:table-cell; height:80px; width:100%; vertical-align:middle;}
.proc p:after{z-index:-1; content:''; display:block; position:absolute; bottom:-25px; left:50%; width:22px; height:20px; transform:translateX(-50%); background:url(/images/promote/sub/ico_arrow.jpg) no-repeat 0 100%;}
.proc div{display:inline-block; vertical-align:top; width:50%; margin:0 0 25px 12%; padding:17px 10px 19px 20px; line-height:130%; box-sizing:border-box; border:2px solid #46c2c9; background:#fff;}
.proc li:last-child p:after{display:none;}
.proc li:last-child p,
.proc li:last-child div{margin-bottom:0;}
.proc div:before,
.proc div:after{content:''; z-index:-1; display:block; position:absolute; top:35px; left:37%; width:10%; height:1px; background:#ccc;}
.proc div:after{left:47%; width:11px; height:11px; margin:-5px 0 0 0; border-radius:50%; background:#005cac;}
.proc .dash li{display:block; margin-top:3px;}
@media all and (max-width:1024px){
	.proc{background-position:2% 335px;}
}
@media all and (max-width:768px){
	.proc{padding:40px 2% 40px 10%;}
}
@media all and (max-width:568px){
	.proc {padding:30px 5% 30px 5%; background:none;}
	.proc > ul > li:after{z-index:-1; content:''; display:block; width:22px; height:20px; margin:7px auto; background:url(/images/promote/sub/ico_arrow.jpg) no-repeat 0 100%;}
	.proc > ul > li:last-child:after{display:none;}
	.proc div{width:100%; margin:5px 0 0 0; padding:10px 10px 13px 20px;}
	.proc p{width:100%; margin:0;}
	.proc p em{height:50px;}
	.proc p:after,
	.proc div:before,
	.proc div:after{display:none;}
}
@media all and (max-width:380px){
	.proc em{height:46px;}
}

#sub_step .proc{overflow:hidden; width:100%; padding:0 0 25px; border:none; background:none;;}
#sub_step .txt_wrap{border-bottom:1px dashed #ccc;}
#sub_step .proc > ul > li{float:left; width:12.5%; padding:0 5% 0 0;}
#sub_step .proc > ul > li:last-child{padding:0;}
#sub_step .proc p{position:relative; float:none; width:100%; margin:0 0 1px;}
#sub_step .proc p:after{z-index:-1; content:''; display:block; position:absolute; top:50%; left:50%; width:100%; height:1px; transform:none; background:#ccc;}
#sub_step .proc li:last-child p:after{display:none;}
#sub_step .proc em{position:relative; z-index:1; background:#4674c9; border-radius:20px;}
#sub_step .proc .dash{padding:3px 10px 6px; font-size:16px; border:1px solid #ddd; border-radius:20px;}
#sub_step .proc span{display:block; position:absolute; top:0; right:0; width:28.5%; line-height:120%; text-align:center; font-size:16px; font-weight:500;}
#sub_step .proc span + span{top:43px;}
#sub_step .proc .box:before{content:''; display:block; position:absolute; right:14%; top:40px; width:1px; height:150px; background:#ccc;}
#sub_step .proc .box span{top:auto; bottom:-65px; right:-15%; width:51%; line-height:140%; padding:5px; border-radius:5px; border:1px solid #4674c9; font-weight:400; background:#fff;}

@media all and (max-width:1024px){
	#sub_step .proc .dash,
	#sub_step .proc span{font-size:15px;}
}
@media all and (max-width:768px){
	#sub_step .proc br{display:none;}
	#sub_step .proc > ul > li{width:100%; padding:0; text-align:center;}
	#sub_step .proc > ul > li:after{z-index:-1; content:''; display:block; width:22px; height:20px; margin:7px auto; background:url(/images/promote/sub/ico_arrow.jpg) no-repeat 0 100%;}
	#sub_step .proc > ul > li:last-child:after{display:none;}
	#sub_step .proc p:after{display:none;}
	#sub_step .proc em{height:50px;}
	#sub_step .proc span,
	#sub_step .proc .box span{position:static; display:inline-block; width:auto; padding:7px 0 0 0;}
	#sub_step .proc .box span{border:none;}
	#sub_step .proc .box:before{display:none;}
	#sub_step .proc .dash{padding:3px 10% 6px 10%; text-align:left;}
	#sub_step .proc .dash li{display:inline-block; margin:3px 10px 0 0;}
}
@media all and (max-width:380px){
	#sub_step .proc .dash,
	#sub_step .proc span{font-size:14px;}
}@charset "utf-8";

/* 서브공통 */
#sub_default {line-height: 160%;}
.txt_wrap{padding:0 0 25px 0; margin:0 0 25px; border-bottom:1px dashed #ccc; ;box-sizing:border-box;}

@media all and (max-width:1024px) {
	#sub_default,
	.normal_list td{font-size:16px;}

	#sub_default h4, .tit_txt{padding:0 0 15px;}
}
@media all and (max-width:768px) {
	#sub_default,
	.normal_list td{font-size:15px;}
}
@media all and (max-width:380px) {
	#sub_default,
	.normal_list td{font-size:14px;}
}

.box_info{z-index:1; position:relative; width:100%; margin:0 0 45px; font-size:15px; border-radius:20px; word-break:keep-all; box-sizing:border-box;}
.box_info:after {content:''; display: block; position:absolute; top:0; left:0; width:100%; height:66px; border-radius:0 20px 0 0; border-top:3px solid #99b5b9; border-right:3px solid #99b5b9;}
.box_info:before {content:'';display: block;position:absolute;top:0;left:0;width: 240px;height:100%;box-sizing:border-box;border-bottom: 5px solid transparent;border-image:url(/images/kr/common/bg_info.jpg) 30;-webkit-border-image:url(/images/kr/common/bg_info.jpg) 30;border-image-repeat:repeat;-webkit-border-image-repeat:repeat;}
.box_info > div {position: relative;padding: 40px;box-sizing: border-box;}
.box_info > div:before{z-index: 1;content:'';position:absolute;bottom:-1px;right:0;width: calc(100% - 240px);height:5px;background:rgba(156,185,190,0.2)}

@media all and (max-width:568px) {
	.box_info{font-size:14px;}
    .box_info > div {padding: 30px 25px;}
}


/* 역대의원 의안검색 */
.form_sc{position:relative; overflow:hidden; width:100%; padding:30px 0 30px 10%; background:#eef2f6; box-sizing:border-box;}
.form_sc + .taR{padding:8px 0 35px 0; font-size:95%;}
.form_sc div{position:relative; float:left; width:59%; padding:0 0 0 130px; box-sizing:border-box;}
.form_sc label{position:absolute; left:55px; top:0; display:block; width:60px; line-height:42px; font-weight:800; color:#003964; text-align:right;}
.form_sc .sel{width:30%;}
.form_sc .sel2{width:40%; padding-right:50px !important;}
.form_sc select{-webkit-appearance:none; -moz-appearance:none; -moz-appearance:none; background:#fff url(/images/common/ico_assem.png) no-repeat right 14px top 50%;}
.form_sc select::-ms-expand{display:none;}
.form_sc select,
.form_sc input[type="text"]{width:100%; height:42px; line-height:42px; padding:0 0 0 12px; border:none;}
.form_sc input[type="text"]{padding-right:42px; background:#fff;}
.form_sc .btn{position:absolute; right:0; top:0; height:42px; width:44px; line-height:42px; min-width:0; padding:0; font-size:0; text-indent:-999px; border:none; border-radius:0; background:#1971c2;}
.form_sc .btn:before,
.form_sc .btn:after{content:''; display:block; position:absolute; top:12px; left:14px; width:15px; height:15px; border:2px solid #fff; border-radius:50%; box-sizing:border-box;}
.form_sc .btn:after{left:24px; top:25px; width:8px; height:2px; border:none; border-radius:2px; transform:rotate(45deg); background:#fff;}
.form_sc .btn:hover{background-color:#004e96;}
.form_sc .intxt{padding-right:50px;}

@media all and (max-width:1024px) {
	.form_sc{padding-left:35px;}
	.form_sc + .taR{font-size:15px;}
}
@media all and (max-width:768px) {
	.form_sc div{padding:0 0 0 100px;}
	.form_sc .sel{width:34%; padding:0 0 0 90px;}
	.form_sc .sel2{width:45%;}
	.form_sc label{left:25px;}
	.form_sc .sel label{left:20px;}
}
@media all and (max-width:568px) {
	.form_sc{padding:25px 0 27px 10px;}
	.form_sc div{padding:0 0 0 65px;}
	.form_sc label{left:10px; width:50px; font-size:17px;}
	.form_sc .sel{width:37%; padding:0 0 0 55px;}
	.form_sc .sel2{width:58%;}
	.form_sc .sel label{left:0;}
	.form_sc select,
	.form_sc input[type="text"]{padding:0 0 0 10px;}
	.form_sc input[type="text"]{padding-right:45px;}
	.form_sc + .taR{font-size:14px;}
}
@media all and (max-width:380px) {
	.form_sc{padding:22px 0 24px 10px;}
	.form_sc div{padding:0 0 0 55px;}
	.form_sc label{left:0; width:50px; font-size:16px; line-height:40px;}
	.form_sc .sel{padding:0 0 0 45px;}
	.form_sc .sel label{left:-10px;}
	.form_sc .sel:after{right:12px;}
	.form_sc + .taR{font-size:13px;}
}


/* 의회기능*/
.proc{position:relative; padding:40px 2% 40px 9%; font-weight:400; border:1px solid #ccc; border-radius:10px; word-break:keep-all; background:url(/images/promote/sub/bg_proc.png) no-repeat 3% 335px;}
.proc > ul > li{z-index:1; position:relative; width:100%;}
.proc > ul > li:after{content:''; display:block; clear:both; width:100%;}
.proc p{z-index:2; position:relative; float:left; display:table; width:37%; line-height:130%; margin:0 0 30px; text-align:center; border-radius:20px; box-sizing:border-box; color:#fff; background:#46c993;}
.proc p em{display:table-cell; height:80px; width:100%; vertical-align:middle;}
.proc p:after{z-index:-1; content:''; display:block; position:absolute; bottom:-25px; left:50%; width:22px; height:20px; transform:translateX(-50%); background:url(/images/promote/sub/ico_arrow.jpg) no-repeat 0 100%;}
.proc div{display:inline-block; vertical-align:top; width:50%; margin:0 0 25px 12%; padding:17px 10px 19px 20px; line-height:130%; box-sizing:border-box; border:2px solid #46c2c9; background:#fff;}
.proc li:last-child p:after{display:none;}
.proc li:last-child p,
.proc li:last-child div{margin-bottom:0;}
.proc div:before,
.proc div:after{content:''; z-index:-1; display:block; position:absolute; top:35px; left:37%; width:10%; height:1px; background:#ccc;}
.proc div:after{left:47%; width:11px; height:11px; margin:-5px 0 0 0; border-radius:50%; background:#005cac;}
.proc .dash li{display:block; margin-top:3px;}
@media all and (max-width:1024px){
	.proc{background-position:2% 335px;}
}
@media all and (max-width:768px){
	.proc{padding:40px 2% 40px 10%;}
}
@media all and (max-width:568px){
	.proc {padding:30px 5% 30px 5%; background:none;}
	.proc > ul > li:after{z-index:-1; content:''; display:block; width:22px; height:20px; margin:7px auto; background:url(/images/promote/sub/ico_arrow.jpg) no-repeat 0 100%;}
	.proc > ul > li:last-child:after{display:none;}
	.proc div{width:100%; margin:5px 0 0 0; padding:10px 10px 13px 20px;}
	.proc p{width:100%; margin:0;}
	.proc p em{height:50px;}
	.proc p:after,
	.proc div:before,
	.proc div:after{display:none;}
}
@media all and (max-width:380px){
	.proc em{height:46px;}
}

#sub_step .proc{overflow:hidden; width:100%; padding:0 0 25px; border:none; background:none;;}
#sub_step .txt_wrap{border-bottom:1px dashed #ccc;}
#sub_step .proc > ul > li{float:left; width:12.5%; padding:0 5% 0 0;}
#sub_step .proc > ul > li:last-child{padding:0;}
#sub_step .proc p{position:relative; float:none; width:100%; margin:0 0 1px;}
#sub_step .proc p:after{z-index:-1; content:''; display:block; position:absolute; top:50%; left:50%; width:100%; height:1px; transform:none; background:#ccc;}
#sub_step .proc li:last-child p:after{display:none;}
#sub_step .proc em{position:relative; z-index:1; background:#4674c9; border-radius:20px;}
#sub_step .proc .dash{padding:3px 10px 6px; font-size:16px; border:1px solid #ddd; border-radius:20px;}
#sub_step .proc span{display:block; position:absolute; top:0; right:0; width:28.5%; line-height:120%; text-align:center; font-size:16px; font-weight:500;}
#sub_step .proc span + span{top:43px;}
#sub_step .proc .box:before{content:''; display:block; position:absolute; right:14%; top:40px; width:1px; height:150px; background:#ccc;}
#sub_step .proc .box span{top:auto; bottom:-65px; right:-15%; width:51%; line-height:140%; padding:5px; border-radius:5px; border:1px solid #4674c9; font-weight:400; background:#fff;}

@media all and (max-width:1024px){
	#sub_step .proc .dash,
	#sub_step .proc span{font-size:15px;}
}
@media all and (max-width:768px){
	#sub_step .proc br{display:none;}
	#sub_step .proc > ul > li{width:100%; padding:0; text-align:center;}
	#sub_step .proc > ul > li:after{z-index:-1; content:''; display:block; width:22px; height:20px; margin:7px auto; background:url(/images/promote/sub/ico_arrow.jpg) no-repeat 0 100%;}
	#sub_step .proc > ul > li:last-child:after{display:none;}
	#sub_step .proc p:after{display:none;}
	#sub_step .proc em{height:50px;}
	#sub_step .proc span,
	#sub_step .proc .box span{position:static; display:inline-block; width:auto; padding:7px 0 0 0;}
	#sub_step .proc .box span{border:none;}
	#sub_step .proc .box:before{display:none;}
	#sub_step .proc .dash{padding:3px 10% 6px 10%; text-align:left;}
	#sub_step .proc .dash li{display:inline-block; margin:3px 10px 0 0;}
}
@media all and (max-width:380px){
	#sub_step .proc .dash,
	#sub_step .proc span{font-size:14px;}
}@charset "utf-8";

/* 서브공통 */
#sub_default {line-height: 160%;}
.txt_wrap{padding:0 0 25px 0; margin:0 0 25px; border-bottom:1px dashed #ccc; ;box-sizing:border-box;}

@media all and (max-width:1024px) {
	#sub_default,
	.normal_list td{font-size:16px;}

	#sub_default h4, .tit_txt{padding:0 0 15px;}
}
@media all and (max-width:768px) {
	#sub_default,
	.normal_list td{font-size:15px;}
}
@media all and (max-width:380px) {
	#sub_default,
	.normal_list td{font-size:14px;}
}

.box_info{z-index:1; position:relative; width:100%; margin:0 0 45px; font-size:15px; border-radius:20px; word-break:keep-all; box-sizing:border-box;}
.box_info:after {content:''; display: block; position:absolute; top:0; left:0; width:100%; height:66px; border-radius:0 20px 0 0; border-top:3px solid #99b5b9; border-right:3px solid #99b5b9;}
.box_info:before {content:'';display: block;position:absolute;top:0;left:0;width: 240px;height:100%;box-sizing:border-box;border-bottom: 5px solid transparent;border-image:url(/images/kr/common/bg_info.jpg) 30;-webkit-border-image:url(/images/kr/common/bg_info.jpg) 30;border-image-repeat:repeat;-webkit-border-image-repeat:repeat;}
.box_info > div {position: relative;padding: 40px;box-sizing: border-box;}
.box_info > div:before{z-index: 1;content:'';position:absolute;bottom:-1px;right:0;width: calc(100% - 240px);height:5px;background:rgba(156,185,190,0.2)}

@media all and (max-width:568px) {
	.box_info{font-size:14px;}
    .box_info > div {padding: 30px 25px;}
}


/* 역대의원 의안검색 */
.form_sc{position:relative; overflow:hidden; width:100%; padding:30px 0 30px 10%; background:#eef2f6; box-sizing:border-box;}
.form_sc + .taR{padding:8px 0 35px 0; font-size:95%;}
.form_sc div{position:relative; float:left; width:59%; padding:0 0 0 130px; box-sizing:border-box;}
.form_sc label{position:absolute; left:55px; top:0; display:block; width:60px; line-height:42px; font-weight:800; color:#003964; text-align:right;}
.form_sc .sel{width:30%;}
.form_sc .sel2{width:40%; padding-right:50px !important;}
.form_sc select{-webkit-appearance:none; -moz-appearance:none; -moz-appearance:none; background:#fff url(/images/common/ico_assem.png) no-repeat right 14px top 50%;}
.form_sc select::-ms-expand{display:none;}
.form_sc select,
.form_sc input[type="text"]{width:100%; height:42px; line-height:42px; padding:0 0 0 12px; border:none;}
.form_sc input[type="text"]{padding-right:42px; background:#fff;}
.form_sc .btn{position:absolute; right:0; top:0; height:42px; width:44px; line-height:42px; min-width:0; padding:0; font-size:0; text-indent:-999px; border:none; border-radius:0; background:#1971c2;}
.form_sc .btn:before,
.form_sc .btn:after{content:''; display:block; position:absolute; top:12px; left:14px; width:15px; height:15px; border:2px solid #fff; border-radius:50%; box-sizing:border-box;}
.form_sc .btn:after{left:24px; top:25px; width:8px; height:2px; border:none; border-radius:2px; transform:rotate(45deg); background:#fff;}
.form_sc .btn:hover{background-color:#004e96;}
.form_sc .intxt{padding-right:50px;}

@media all and (max-width:1024px) {
	.form_sc{padding-left:35px;}
	.form_sc + .taR{font-size:15px;}
}
@media all and (max-width:768px) {
	.form_sc div{padding:0 0 0 100px;}
	.form_sc .sel{width:34%; padding:0 0 0 90px;}
	.form_sc .sel2{width:45%;}
	.form_sc label{left:25px;}
	.form_sc .sel label{left:20px;}
}
@media all and (max-width:568px) {
	.form_sc{padding:25px 0 27px 10px;}
	.form_sc div{padding:0 0 0 65px;}
	.form_sc label{left:10px; width:50px; font-size:17px;}
	.form_sc .sel{width:37%; padding:0 0 0 55px;}
	.form_sc .sel2{width:58%;}
	.form_sc .sel label{left:0;}
	.form_sc select,
	.form_sc input[type="text"]{padding:0 0 0 10px;}
	.form_sc input[type="text"]{padding-right:45px;}
	.form_sc + .taR{font-size:14px;}
}
@media all and (max-width:380px) {
	.form_sc{padding:22px 0 24px 10px;}
	.form_sc div{padding:0 0 0 55px;}
	.form_sc label{left:0; width:50px; font-size:16px; line-height:40px;}
	.form_sc .sel{padding:0 0 0 45px;}
	.form_sc .sel label{left:-10px;}
	.form_sc .sel:after{right:12px;}
	.form_sc + .taR{font-size:13px;}
}


/* 의회기능*/
.proc{position:relative; padding:40px 2% 40px 9%; font-weight:400; border:1px solid #ccc; border-radius:10px; word-break:keep-all; background:url(/images/promote/sub/bg_proc.png) no-repeat 3% 335px;}
.proc > ul > li{z-index:1; position:relative; width:100%;}
.proc > ul > li:after{content:''; display:block; clear:both; width:100%;}
.proc p{z-index:2; position:relative; float:left; display:table; width:37%; line-height:130%; margin:0 0 30px; text-align:center; border-radius:20px; box-sizing:border-box; color:#fff; background:#46c993;}
.proc p em{display:table-cell; height:80px; width:100%; vertical-align:middle;}
.proc p:after{z-index:-1; content:''; display:block; position:absolute; bottom:-25px; left:50%; width:22px; height:20px; transform:translateX(-50%); background:url(/images/promote/sub/ico_arrow.jpg) no-repeat 0 100%;}
.proc div{display:inline-block; vertical-align:top; width:50%; margin:0 0 25px 12%; padding:17px 10px 19px 20px; line-height:130%; box-sizing:border-box; border:2px solid #46c2c9; background:#fff;}
.proc li:last-child p:after{display:none;}
.proc li:last-child p,
.proc li:last-child div{margin-bottom:0;}
.proc div:before,
.proc div:after{content:''; z-index:-1; display:block; position:absolute; top:35px; left:37%; width:10%; height:1px; background:#ccc;}
.proc div:after{left:47%; width:11px; height:11px; margin:-5px 0 0 0; border-radius:50%; background:#005cac;}
.proc .dash li{display:block; margin-top:3px;}
@media all and (max-width:1024px){
	.proc{background-position:2% 335px;}
}
@media all and (max-width:768px){
	.proc{padding:40px 2% 40px 10%;}
}
@media all and (max-width:568px){
	.proc {padding:30px 5% 30px 5%; background:none;}
	.proc > ul > li:after{z-index:-1; content:''; display:block; width:22px; height:20px; margin:7px auto; background:url(/images/promote/sub/ico_arrow.jpg) no-repeat 0 100%;}
	.proc > ul > li:last-child:after{display:none;}
	.proc div{width:100%; margin:5px 0 0 0; padding:10px 10px 13px 20px;}
	.proc p{width:100%; margin:0;}
	.proc p em{height:50px;}
	.proc p:after,
	.proc div:before,
	.proc div:after{display:none;}
}
@media all and (max-width:380px){
	.proc em{height:46px;}
}

#sub_step .proc{overflow:hidden; width:100%; padding:0 0 25px; border:none; background:none;;}
#sub_step .txt_wrap{border-bottom:1px dashed #ccc;}
#sub_step .proc > ul > li{float:left; width:12.5%; padding:0 5% 0 0;}
#sub_step .proc > ul > li:last-child{padding:0;}
#sub_step .proc p{position:relative; float:none; width:100%; margin:0 0 1px;}
#sub_step .proc p:after{z-index:-1; content:''; display:block; position:absolute; top:50%; left:50%; width:100%; height:1px; transform:none; background:#ccc;}
#sub_step .proc li:last-child p:after{display:none;}
#sub_step .proc em{position:relative; z-index:1; background:#4674c9; border-radius:20px;}
#sub_step .proc .dash{padding:3px 10px 6px; font-size:16px; border:1px solid #ddd; border-radius:20px;}
#sub_step .proc span{display:block; position:absolute; top:0; right:0; width:28.5%; line-height:120%; text-align:center; font-size:16px; font-weight:500;}
#sub_step .proc span + span{top:43px;}
#sub_step .proc .box:before{content:''; display:block; position:absolute; right:14%; top:40px; width:1px; height:150px; background:#ccc;}
#sub_step .proc .box span{top:auto; bottom:-65px; right:-15%; width:51%; line-height:140%; padding:5px; border-radius:5px; border:1px solid #4674c9; font-weight:400; background:#fff;}

@media all and (max-width:1024px){
	#sub_step .proc .dash,
	#sub_step .proc span{font-size:15px;}
}
@media all and (max-width:768px){
	#sub_step .proc br{display:none;}
	#sub_step .proc > ul > li{width:100%; padding:0; text-align:center;}
	#sub_step .proc > ul > li:after{z-index:-1; content:''; display:block; width:22px; height:20px; margin:7px auto; background:url(/images/promote/sub/ico_arrow.jpg) no-repeat 0 100%;}
	#sub_step .proc > ul > li:last-child:after{display:none;}
	#sub_step .proc p:after{display:none;}
	#sub_step .proc em{height:50px;}
	#sub_step .proc span,
	#sub_step .proc .box span{position:static; display:inline-block; width:auto; padding:7px 0 0 0;}
	#sub_step .proc .box span{border:none;}
	#sub_step .proc .box:before{display:none;}
	#sub_step .proc .dash{padding:3px 10% 6px 10%; text-align:left;}
	#sub_step .proc .dash li{display:inline-block; margin:3px 10px 0 0;}
}
@media all and (max-width:380px){
	#sub_step .proc .dash,
	#sub_step .proc span{font-size:14px;}
}