|
|
@@ -18812,15 +18812,202 @@ main .section--container .all--progress--wrap .step--section .inner--grid .grid
|
|
|
font-weight: 700;
|
|
|
letter-spacing: -0.3px;
|
|
|
}
|
|
|
+main .section--container .all--progress--wrap .progress--section .progress--title .step--label {
|
|
|
+ display: block;
|
|
|
+ position: relative;
|
|
|
+ color: #222;
|
|
|
+ font-size: 25px;
|
|
|
+ font-weight: 700;
|
|
|
+ letter-spacing: -0.5px;
|
|
|
+}
|
|
|
main .section--container .all--progress--wrap .progress--section .progress--container {
|
|
|
overflow: hidden;
|
|
|
-webkit-box-sizing: border-box;
|
|
|
box-sizing: border-box;
|
|
|
position: relative;
|
|
|
width: 1200px;
|
|
|
- height: 401px;
|
|
|
+ height: 316px;
|
|
|
margin: 0 auto;
|
|
|
}
|
|
|
+main .section--container .all--progress--wrap .progress--section .progress--container.mo {
|
|
|
+ display: none;
|
|
|
+ overflow: visible;
|
|
|
+ -webkit-box-orient: vertical;
|
|
|
+ -webkit-box-direction: normal;
|
|
|
+ -ms-flex-direction: column;
|
|
|
+ flex-direction: column;
|
|
|
+ width: 100%;
|
|
|
+ gap: 40px;
|
|
|
+ height: auto;
|
|
|
+}
|
|
|
+main .section--container .all--progress--wrap .progress--section .progress--container.mo .progress--box {
|
|
|
+ padding: 15px 30px 15px 20px;
|
|
|
+ -webkit-box-align: center;
|
|
|
+ -ms-flex-align: center;
|
|
|
+ align-items: center;
|
|
|
+ border-radius: 100px;
|
|
|
+ border: 1px solid rgba(46, 204, 113, 0.6);
|
|
|
+ background: #FFF;
|
|
|
+ -webkit-box-shadow: 0 0 15px 0 rgba(46, 204, 113, 0.3);
|
|
|
+ box-shadow: 0 0 15px 0 rgba(46, 204, 113, 0.3);
|
|
|
+ display: -webkit-box;
|
|
|
+ display: -ms-flexbox;
|
|
|
+ display: flex;
|
|
|
+ gap: 30px;
|
|
|
+ position: relative;
|
|
|
+}
|
|
|
+main .section--container .all--progress--wrap .progress--section .progress--container.mo .progress--box .ico {
|
|
|
+ width: 60px;
|
|
|
+ height: 60px;
|
|
|
+ border-radius: 50%;
|
|
|
+ background-color: #2ecc71;
|
|
|
+ background-position: center;
|
|
|
+ background-repeat: no-repeat;
|
|
|
+}
|
|
|
+main .section--container .all--progress--wrap .progress--section .progress--container.mo .progress--box .ico.ico1 {
|
|
|
+ background-image: url(../img/blk_03.svg);
|
|
|
+}
|
|
|
+main .section--container .all--progress--wrap .progress--section .progress--container.mo .progress--box .ico.ico2 {
|
|
|
+ background-image: url(../img/blk_02.svg);
|
|
|
+}
|
|
|
+main .section--container .all--progress--wrap .progress--section .progress--container.mo .progress--box .ico.ico3 {
|
|
|
+ background-image: url(../img/blk_04.svg);
|
|
|
+}
|
|
|
+main .section--container .all--progress--wrap .progress--section .progress--container.mo .progress--box .ico.ico4 {
|
|
|
+ background-image: url(../img/blk_01.svg);
|
|
|
+}
|
|
|
+main .section--container .all--progress--wrap .progress--section .progress--container.mo .progress--box .progress--txt {
|
|
|
+ display: -webkit-box;
|
|
|
+ display: -ms-flexbox;
|
|
|
+ display: flex;
|
|
|
+ gap: 10px;
|
|
|
+ -webkit-box-orient: vertical;
|
|
|
+ -webkit-box-direction: normal;
|
|
|
+ -ms-flex-direction: column;
|
|
|
+ flex-direction: column;
|
|
|
+}
|
|
|
+main .section--container .all--progress--wrap .progress--section .progress--container.mo .progress--box .progress--txt span {
|
|
|
+ color: #191919;
|
|
|
+ font-size: 17px;
|
|
|
+ font-weight: 400;
|
|
|
+ line-height: 1;
|
|
|
+ letter-spacing: -0.34px;
|
|
|
+}
|
|
|
+main .section--container .all--progress--wrap .progress--section .progress--container.mo .progress--box .progress--txt strong {
|
|
|
+ color: #191919;
|
|
|
+ line-height: 1;
|
|
|
+ font-size: 18px;
|
|
|
+ font-weight: 700;
|
|
|
+ letter-spacing: -0.34px;
|
|
|
+}
|
|
|
+main .section--container .all--progress--wrap .progress--section .progress--container.mo .progress--box:nth-child(1)::after {
|
|
|
+ display: inline-block;
|
|
|
+ width: 12px;
|
|
|
+ height: 12px;
|
|
|
+ border-radius: 50%;
|
|
|
+ content: "";
|
|
|
+ bottom: -18px;
|
|
|
+ left: -5px;
|
|
|
+ background-color: #ffd034;
|
|
|
+ position: absolute;
|
|
|
+}
|
|
|
+main .section--container .all--progress--wrap .progress--section .progress--container.mo .progress--box:nth-child(2)::before {
|
|
|
+ display: inline-block;
|
|
|
+ width: 12px;
|
|
|
+ height: 12px;
|
|
|
+ border-radius: 50%;
|
|
|
+ content: "";
|
|
|
+ top: -14px;
|
|
|
+ right: -6px;
|
|
|
+ background-color: #ac7fe2;
|
|
|
+ position: absolute;
|
|
|
+}
|
|
|
+main .section--container .all--progress--wrap .progress--section .progress--container.mo .progress--box:nth-child(2)::before {
|
|
|
+ display: inline-block;
|
|
|
+ width: 12px;
|
|
|
+ height: 12px;
|
|
|
+ border-radius: 50%;
|
|
|
+ content: "";
|
|
|
+ top: -14px;
|
|
|
+ right: -6px;
|
|
|
+ background-color: #ac7fe2;
|
|
|
+ position: absolute;
|
|
|
+}
|
|
|
+main .section--container .all--progress--wrap .progress--section .progress--container.mo .progress--box:nth-child(2)::after {
|
|
|
+ display: inline-block;
|
|
|
+ width: 95px;
|
|
|
+ height: 95px;
|
|
|
+ background-size: 100%;
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ content: "";
|
|
|
+ top: 23px;
|
|
|
+ right: -40px;
|
|
|
+ background-image: url(../img/blue_ic01.svg);
|
|
|
+ position: absolute;
|
|
|
+ z-index: -1;
|
|
|
+}
|
|
|
+main .section--container .all--progress--wrap .progress--section .progress--container.mo .progress--box:nth-child(3)::before {
|
|
|
+ display: inline-block;
|
|
|
+ width: 61px;
|
|
|
+ height: 61px;
|
|
|
+ content: "";
|
|
|
+ left: -30px;
|
|
|
+ background-size: 100%;
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ z-index: -1;
|
|
|
+ top: 60%;
|
|
|
+ background-image: url(../img/purple_ic01.svg);
|
|
|
+ position: absolute;
|
|
|
+}
|
|
|
+main .section--container .all--progress--wrap .progress--section .progress--container.mo .progress--box:nth-child(3)::after {
|
|
|
+ display: inline-block;
|
|
|
+ width: 12px;
|
|
|
+ height: 12px;
|
|
|
+ border-radius: 50%;
|
|
|
+ content: "";
|
|
|
+ left: -22px;
|
|
|
+ bottom: -50px;
|
|
|
+ background-color: #59d8c8;
|
|
|
+ position: absolute;
|
|
|
+}
|
|
|
+main .section--container .all--progress--wrap .progress--section .progress--container.mo .progress--box:nth-child(4)::before {
|
|
|
+ display: inline-block;
|
|
|
+ width: 79px;
|
|
|
+ height: 79px;
|
|
|
+ content: "";
|
|
|
+ right: -30px;
|
|
|
+ background-size: 100%;
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ z-index: -1;
|
|
|
+ top: 60%;
|
|
|
+ background-image: url(../img/clovar_ic.svg);
|
|
|
+ position: absolute;
|
|
|
+}
|
|
|
+main .section--container .all--progress--wrap .progress--section .progress--container.mo .progress--box:nth-child(4)::after {
|
|
|
+ display: inline-block;
|
|
|
+ width: 12px;
|
|
|
+ height: 12px;
|
|
|
+ border-radius: 50%;
|
|
|
+ content: "";
|
|
|
+ top: 4px;
|
|
|
+ right: -18px;
|
|
|
+ background-color: #f96ba5;
|
|
|
+ position: absolute;
|
|
|
+}
|
|
|
+main .section--container .all--progress--wrap .progress--section .progress--container.mo .progress--box:last-child {
|
|
|
+ margin-top: 62px;
|
|
|
+}
|
|
|
+main .section--container .all--progress--wrap .progress--section .progress--container.mo .progress--box:last-child::after {
|
|
|
+ content: "";
|
|
|
+ left: calc(50% - 80px);
|
|
|
+ bottom: 100%;
|
|
|
+ width: 160px;
|
|
|
+ height: 82px;
|
|
|
+ position: absolute;
|
|
|
+ background-size: 100%;
|
|
|
+ background-image: url(../img/man_arrow_bg.svg);
|
|
|
+ display: inline-block;
|
|
|
+}
|
|
|
main .section--container .all--progress--wrap .progress--section .progress--container * {
|
|
|
-webkit-box-sizing: border-box;
|
|
|
box-sizing: border-box;
|
|
|
@@ -18829,31 +19016,15 @@ main .section--container .all--progress--wrap .progress--section .progress--step
|
|
|
position: absolute;
|
|
|
width: 110px;
|
|
|
height: 266px;
|
|
|
- top: 0;
|
|
|
+ top: 10px;
|
|
|
left: 0;
|
|
|
font-size: 0px;
|
|
|
z-index: 27;
|
|
|
}
|
|
|
-main .section--container .all--progress--wrap .progress--section .progress--step.step--01 .step--label {
|
|
|
- display: block;
|
|
|
- position: relative;
|
|
|
- height: 25px;
|
|
|
- margin: 0 0 0 0;
|
|
|
- color: #222222;
|
|
|
- font-family: Pretendard, var(--default-font-family);
|
|
|
- font-size: 25px;
|
|
|
- font-weight: 700;
|
|
|
- line-height: 25px;
|
|
|
- text-align: left;
|
|
|
- white-space: nowrap;
|
|
|
- letter-spacing: -0.5px;
|
|
|
- z-index: 27;
|
|
|
-}
|
|
|
main .section--container .all--progress--wrap .progress--section .progress--step.step--01 .step--circle {
|
|
|
position: relative;
|
|
|
width: 110px;
|
|
|
height: 110px;
|
|
|
- margin: 71px 0 0 0;
|
|
|
background: rgba(46, 204, 113, 0.1);
|
|
|
z-index: 3;
|
|
|
overflow: visible auto;
|
|
|
@@ -18914,8 +19085,8 @@ main .section--container .all--progress--wrap .progress--section .progress--step
|
|
|
position: absolute;
|
|
|
width: 222px;
|
|
|
height: 162px;
|
|
|
- top: 85px;
|
|
|
- left: 978px;
|
|
|
+ top: 0px;
|
|
|
+ right: 0;
|
|
|
z-index: 28;
|
|
|
}
|
|
|
main .section--container .all--progress--wrap .progress--section .progress--step.step--06 .step--arrow {
|
|
|
@@ -18923,7 +19094,7 @@ main .section--container .all--progress--wrap .progress--section .progress--step
|
|
|
width: 160px;
|
|
|
height: 82px;
|
|
|
margin: 0 0 0 32px;
|
|
|
- background: url(../img/man_arrow_bg.png) no-repeat center;
|
|
|
+ background: url(../img/man_arrow_bg.svg) no-repeat center;
|
|
|
background-size: cover;
|
|
|
z-index: 28;
|
|
|
}
|
|
|
@@ -19004,7 +19175,7 @@ main .section--container .all--progress--wrap .progress--section .progress--step
|
|
|
position: absolute;
|
|
|
width: 313px;
|
|
|
height: 308px;
|
|
|
- top: 93px;
|
|
|
+ top: 8px;
|
|
|
left: 365px;
|
|
|
z-index: 29;
|
|
|
}
|
|
|
@@ -19118,7 +19289,7 @@ main .section--container .all--progress--wrap .progress--section .progress--step
|
|
|
position: absolute;
|
|
|
width: 228px;
|
|
|
height: 218px;
|
|
|
- top: 136px;
|
|
|
+ top: 51px;
|
|
|
left: 180px;
|
|
|
z-index: 30;
|
|
|
}
|
|
|
@@ -19209,7 +19380,7 @@ main .section--container .all--progress--wrap .progress--section .progress--step
|
|
|
position: absolute;
|
|
|
width: 252.5px;
|
|
|
height: 154px;
|
|
|
- top: 190px;
|
|
|
+ top: 105px;
|
|
|
left: 726px;
|
|
|
z-index: 32;
|
|
|
}
|
|
|
@@ -19323,7 +19494,7 @@ main .section--container .all--progress--wrap .progress--section .progress--step
|
|
|
position: absolute;
|
|
|
width: 70px;
|
|
|
height: 199px;
|
|
|
- top: 116px;
|
|
|
+ top: 31px;
|
|
|
left: 110px;
|
|
|
z-index: 31;
|
|
|
}
|
|
|
@@ -19360,7 +19531,7 @@ main .section--container .all--progress--wrap .progress--section .step--line.lin
|
|
|
position: absolute;
|
|
|
width: 47px;
|
|
|
height: 108px;
|
|
|
- top: 159.5px;
|
|
|
+ top: 74.5px;
|
|
|
left: 679px;
|
|
|
background: url(../img/line_04.svg) no-repeat center;
|
|
|
background-size: cover;
|