diff --git a/src/main/webapp/kccadrPb/usr/css/content.css b/src/main/webapp/kccadrPb/usr/css/content.css index e07a9937..b804acda 100644 --- a/src/main/webapp/kccadrPb/usr/css/content.css +++ b/src/main/webapp/kccadrPb/usr/css/content.css @@ -377,6 +377,10 @@ table .label{position: absolute;width: 1px; height: 1px; margin: 0; border: none .top_progress p:first-child{padding-left: 0;} .top_progress p:last-child{padding-right: 0;} .top_progress p span{color: #222; font-weight: 400;} +.top_progress.top_progress02 {justify-content:space-between;} +.top_progress.top_progress02 p {line-height:40px;} +.top_progress.top_progress02 p:after {display:none;} +.top_progress.top_progress02 .btnType05 {padding:0 20px;background:#fff;} /* 조정신청 */ .sub02_1 .info_wrap{margin-bottom: 80px;} @@ -405,7 +409,7 @@ table .label{position: absolute;width: 1px; height: 1px; margin: 0; border: none .sub02_1 .choice_person ul li input[type=radio] {position:absolute;left:0;top:0;width:100%;height:100%;opacity:0;filter:opacity(0);} .sub02_1 .choice_person ul li input[type=radio] + label {position:relative;display:block;width:100%;height:100%;padding:40px 0 0;font-size:20px;font-weight:500;line-height:29px;color:#222;border:1px solid #d5d5d5;border-radius:5px;box-sizing:border-box;z-index:1;cursor:pointer;transition:all 0.3s ease-in-out;} .sub02_1 .choice_person ul li input[type=radio] + label i {display:block;width:100px;height:100px;margin:0 auto 20px;background:url(/kccadrPb/usr/image/icon_sub02_1_08.png) #f0f2f5 no-repeat center center;border-radius:100px;} -.sub02_1 .choice_person ul li:nth-child(2) input[type=radio] + label i {margin-bottom:0;background-image:url(/kccadrPb/usr/image/icon_sub02_1_09.png);} +.sub02_1 .choice_person ul li:nth-child(2) input[type=radio] + label i {margin-bottom:0;background-image:url(/kccadrPb/usr/image/icon_sub02_1_09.png);background-position:center center;} .sub02_1 .choice_person ul li:last-child {margin-right:0;} .sub02_1 .choice_person ul li:hover input[type=radio] + label, .sub02_1 .choice_person ul li input[type=radio]:checked + label {color:#fff;border-color:#2353b5;background-color:#2353b5;box-shadow: 0 0 5px rgba(0,0,0,0.3);} diff --git a/src/main/webapp/kccadrPb/usr/image/icon_sub02_1_08.png b/src/main/webapp/kccadrPb/usr/image/icon_sub02_1_08.png new file mode 100644 index 00000000..26415990 Binary files /dev/null and b/src/main/webapp/kccadrPb/usr/image/icon_sub02_1_08.png differ diff --git a/src/main/webapp/kccadrPb/usr/image/icon_sub02_1_09.png b/src/main/webapp/kccadrPb/usr/image/icon_sub02_1_09.png new file mode 100644 index 00000000..537f9d75 Binary files /dev/null and b/src/main/webapp/kccadrPb/usr/image/icon_sub02_1_09.png differ