|
|
@@ -5,13 +5,14 @@
|
|
|
color: #191919;
|
|
|
}
|
|
|
|
|
|
-div, ol, ul, li, a, p, h1, h2, h3, h4, h5, h6, span, section, header, main, footer {
|
|
|
+div, ol, ul, li, a, p, h1, h2, h3, h4, h5, h6, span, strong, section, header, main, footer, dl, dt, dd {
|
|
|
padding: 0px;
|
|
|
margin: 0px;
|
|
|
list-style: none;
|
|
|
box-sizing: border-box;
|
|
|
text-decoration: none;
|
|
|
color: #191919;
|
|
|
+ word-break: keep-all;
|
|
|
}
|
|
|
|
|
|
body {
|
|
|
@@ -16360,32 +16361,42 @@ main .main--visual--section .main--visual--pager {
|
|
|
position: absolute;
|
|
|
left: 50%;
|
|
|
transform: translateX(-50%);
|
|
|
- bottom: 35px;
|
|
|
+ bottom: 30px;
|
|
|
z-index: 9;
|
|
|
display: flex;
|
|
|
- justify-content: flex-end;
|
|
|
+ justify-content: center;
|
|
|
align-items: center;
|
|
|
- width: 100%;
|
|
|
- max-width: 1200px;
|
|
|
- gap: 11px;
|
|
|
+ height: 90px;
|
|
|
+ padding: 20px 35px;
|
|
|
+ border-radius: 1000px;
|
|
|
+ background: rgba(255, 255, 255, 0.6);
|
|
|
+ -webkit-backdrop-filter: blur(2px);
|
|
|
+ backdrop-filter: blur(2px);
|
|
|
}
|
|
|
main .main--visual--section .main--visual--pager .prev--next--wrap {
|
|
|
+ padding-top: 20px;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
- gap: 11px;
|
|
|
+ display: flex;
|
|
|
+ gap: 15px;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
}
|
|
|
main .main--visual--section .main--visual--pager .prev--next--wrap button {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
- width: 50px;
|
|
|
- height: 50px;
|
|
|
- border-radius: 50px;
|
|
|
- border: 0px;
|
|
|
- background: rgba(255, 255, 255, 0.8);
|
|
|
- -webkit-backdrop-filter: blur(2px);
|
|
|
- backdrop-filter: blur(2px);
|
|
|
+ width: 18px;
|
|
|
+ height: 18px;
|
|
|
+ border: none;
|
|
|
+ background-color: transparent;
|
|
|
+ background-image: url(../img/ico--swiper--left.svg);
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ background-position: center;
|
|
|
+}
|
|
|
+main .main--visual--section .main--visual--pager .prev--next--wrap button.next--btn {
|
|
|
+ background-image: url(../img/ico--swiper--right.svg);
|
|
|
}
|
|
|
main .main--visual--section .main--visual--pager .play--pause {
|
|
|
display: flex;
|
|
|
@@ -16409,42 +16420,537 @@ main .main--visual--section .main--visual--pager .main--visual--fraction {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
- border-radius: 100px;
|
|
|
- background: rgba(255, 255, 255, 0.8);
|
|
|
- -webkit-backdrop-filter: blur(2px);
|
|
|
- backdrop-filter: blur(2px);
|
|
|
- width: 80px;
|
|
|
- height: 50px;
|
|
|
}
|
|
|
main .main--visual--section .main--visual--pager .main--visual--fraction span {
|
|
|
- color: #737373;
|
|
|
- font-size: 16px;
|
|
|
+ font-size: 13px;
|
|
|
font-style: normal;
|
|
|
+ line-height: 1;
|
|
|
letter-spacing: -0.32px;
|
|
|
+ font-weight: 500;
|
|
|
+ color: rgba(0, 0, 0, 0.5);
|
|
|
}
|
|
|
main .main--visual--section .main--visual--pager .main--visual--fraction span.swiper-pagination-current {
|
|
|
- color: #333;
|
|
|
- font-weight: 500;
|
|
|
+ color: #000;
|
|
|
+ font-weight: 800;
|
|
|
}
|
|
|
-main .main--visual--section .main--visual--pager .main--visual--fraction span.swiper-pagination-total {
|
|
|
- color: #737373;
|
|
|
+main .main--visual--section .main--visual--pager .main--visual--fraction span.fraction-separator {
|
|
|
+ background-color: #000;
|
|
|
+ width: 1px;
|
|
|
+ height: 12px;
|
|
|
+ display: inline-block;
|
|
|
+ margin: 0 10px;
|
|
|
}
|
|
|
main .main--visual--section .main--visual--pager .main--visual--pagination {
|
|
|
display: flex;
|
|
|
- gap: 8px;
|
|
|
+ margin-right: 20px;
|
|
|
+ gap: 5px;
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
+ padding-top: 20px;
|
|
|
}
|
|
|
main .main--visual--section .main--visual--pager .main--visual--pagination .swiper-pagination-bullet {
|
|
|
- width: 12px;
|
|
|
- height: 12px;
|
|
|
+ width: 34px;
|
|
|
+ height: 34px;
|
|
|
border-radius: 50%;
|
|
|
- background: rgba(255, 255, 255, 0.5);
|
|
|
border: none;
|
|
|
+ opacity: 1;
|
|
|
+ background-color: transparent;
|
|
|
cursor: pointer;
|
|
|
- transition: all 0.3s ease;
|
|
|
+ position: relative;
|
|
|
+}
|
|
|
+main .main--visual--section .main--visual--pager .main--visual--pagination .swiper-pagination-bullet::after {
|
|
|
+ position: absolute;
|
|
|
+ content: "";
|
|
|
+ width: 4px;
|
|
|
+ height: 4px;
|
|
|
+ background-color: #000;
|
|
|
+ border-radius: 50%;
|
|
|
+ left: calc(50% - 2px);
|
|
|
+ top: calc(50% - 2px);
|
|
|
+ display: inline-block;
|
|
|
}
|
|
|
main .main--visual--section .main--visual--pager .main--visual--pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
|
|
|
- background: #fff;
|
|
|
- transform: scale(1.2);
|
|
|
+ border: 1px solid rgba(0, 0, 0, 0.5);
|
|
|
+}
|
|
|
+main .main--visual--section .main--visual--pager .main--visual--progress {
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+ flex-direction: column;
|
|
|
+ margin-right: 20px;
|
|
|
+}
|
|
|
+main .main--visual--section .main--visual--pager .main--visual--progress .main--visual--progress--bar {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+}
|
|
|
+main .main--visual--section .main--visual--pager .main--visual--progress .progress-title {
|
|
|
+ padding-left: 30px;
|
|
|
+ color: #000;
|
|
|
+ font-size: 16px;
|
|
|
+ font-weight: 500;
|
|
|
+ line-height: 1;
|
|
|
+ margin-bottom: 4px;
|
|
|
+}
|
|
|
+main .main--visual--section .main--visual--pager .main--visual--progress .progress-bar {
|
|
|
+ width: 200px;
|
|
|
+ height: 2px;
|
|
|
+ background-color: rgba(0, 0, 0, 0.2) !important;
|
|
|
+ border-radius: 100px;
|
|
|
+ position: relative;
|
|
|
+ overflow: hidden;
|
|
|
+}
|
|
|
+main .main--visual--section .main--visual--pager .main--visual--progress .progress-text {
|
|
|
+ color: #000;
|
|
|
+ font-size: 15px;
|
|
|
+ font-weight: 500;
|
|
|
+ width: 30px;
|
|
|
+}
|
|
|
+main .mna--reason--wrap {
|
|
|
+ overflow-x: hidden;
|
|
|
+}
|
|
|
+main .mna--reason--wrap .btn--wrap {
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+ padding: 40px 0;
|
|
|
+ gap: 10px;
|
|
|
+}
|
|
|
+main .mna--reason--wrap .btn--wrap button {
|
|
|
+ border: 1px solid #dadada;
|
|
|
+ background-color: #fff;
|
|
|
+ width: 50px;
|
|
|
+ height: 50px;
|
|
|
+ border-radius: 50%;
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ background-position: center;
|
|
|
+}
|
|
|
+main .mna--reason--wrap .btn--wrap button.play--btn {
|
|
|
+ background-image: url(../img/ico--swiper--pause.svg);
|
|
|
+}
|
|
|
+main .mna--reason--wrap .btn--wrap button.play--btn.pause {
|
|
|
+ background-image: url(../img/ico--swiper--play.svg);
|
|
|
+}
|
|
|
+main .mna--reason--wrap .btn--wrap button.prev--btn {
|
|
|
+ background-image: url(../img/ico--swiper--left2.svg);
|
|
|
+}
|
|
|
+main .mna--reason--wrap .btn--wrap button.next--btn {
|
|
|
+ background-image: url(../img/ico--swiper--right2.svg);
|
|
|
+}
|
|
|
+main .mna--reason--wrap .swiper-slide {
|
|
|
+ transform: translateX(50%);
|
|
|
+ height: auto;
|
|
|
+}
|
|
|
+main .mna--reason--wrap .swiper-slide .reason--box {
|
|
|
+ border-radius: 30px;
|
|
|
+ border: 1px solid #EEE;
|
|
|
+ background: #FFF;
|
|
|
+ box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
|
|
|
+ height: 100%;
|
|
|
+ display: flex;
|
|
|
+ padding: 40px 45px 70px;
|
|
|
+ flex-direction: column;
|
|
|
+}
|
|
|
+main .mna--reason--wrap .swiper-slide .reason--box > span {
|
|
|
+ color: #1aaf59;
|
|
|
+ font-size: 18px;
|
|
|
+ font-weight: 700;
|
|
|
+ line-height: 1;
|
|
|
+ text-decoration-line: underline;
|
|
|
+ text-decoration-style: solid;
|
|
|
+ -webkit-text-decoration-skip: ink;
|
|
|
+ text-decoration-skip-ink: auto;
|
|
|
+ text-decoration-thickness: auto;
|
|
|
+ text-underline-offset: auto;
|
|
|
+ text-underline-position: from-font;
|
|
|
+ margin-bottom: 45px;
|
|
|
+}
|
|
|
+main .mna--reason--wrap .swiper-slide .reason--box dt {
|
|
|
+ color: #000;
|
|
|
+ font-size: 20px;
|
|
|
+ font-weight: 700;
|
|
|
+ letter-spacing: -0.2px;
|
|
|
+ margin-bottom: 35px;
|
|
|
+}
|
|
|
+main .mna--reason--wrap .swiper-slide .reason--box dd {
|
|
|
+ color: #333;
|
|
|
+ font-size: 15px;
|
|
|
+ font-weight: 300;
|
|
|
+ letter-spacing: -0.15px;
|
|
|
+}
|
|
|
+main .gray--section {
|
|
|
+ background-color: #f9f9f9;
|
|
|
+}
|
|
|
+main .green--section {
|
|
|
+ background-color: #2ECC71;
|
|
|
+}
|
|
|
+main .section--container {
|
|
|
+ max-width: 1200px;
|
|
|
+ width: 100%;
|
|
|
+ margin: 0 auto;
|
|
|
+}
|
|
|
+main .section--container.p--120 {
|
|
|
+ padding: 120px 0;
|
|
|
+}
|
|
|
+main .section--container.p--100 {
|
|
|
+ padding: 100px 0;
|
|
|
+}
|
|
|
+main .section--container .title--wrap > h2 {
|
|
|
+ text-align: center;
|
|
|
+ color: #000;
|
|
|
+ font-size: 35px;
|
|
|
+ font-weight: 300;
|
|
|
+}
|
|
|
+main .section--container .title--wrap > h2 strong {
|
|
|
+ font-weight: 700;
|
|
|
+}
|
|
|
+main .section--container .title--wrap > p {
|
|
|
+ text-align: center;
|
|
|
+}
|
|
|
+main .section--container .title--wrap.big > h2 {
|
|
|
+ color: #000;
|
|
|
+ font-size: 50px;
|
|
|
+ font-weight: 300;
|
|
|
+ letter-spacing: -0.5px;
|
|
|
+ margin-bottom: 60px;
|
|
|
+ line-height: 1.4;
|
|
|
+}
|
|
|
+main .section--container .title--wrap.big > h2 strong {
|
|
|
+ font-weight: 700;
|
|
|
+}
|
|
|
+main .section--container .title--wrap.big > p {
|
|
|
+ color: #000;
|
|
|
+ font-weight: 300;
|
|
|
+ line-height: 1.7;
|
|
|
+ font-size: 18px;
|
|
|
+}
|
|
|
+main .section--container .title--wrap.le > h2, main .section--container .title--wrap.le > p {
|
|
|
+ text-align: left;
|
|
|
+}
|
|
|
+main .section--container .now--box--wrap .box--top {
|
|
|
+ display: flex;
|
|
|
+ margin-bottom: 90px;
|
|
|
+ justify-content: space-between;
|
|
|
+}
|
|
|
+main .section--container .now--box--wrap .box--top .box {
|
|
|
+ gap: 40px;
|
|
|
+ width: 33.333%;
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+ flex-direction: column;
|
|
|
+ align-items: center;
|
|
|
+ text-align: center;
|
|
|
+}
|
|
|
+main .section--container .now--box--wrap .box--top .box > p {
|
|
|
+ color: #000;
|
|
|
+ font-size: 18px;
|
|
|
+ font-weight: 300;
|
|
|
+}
|
|
|
+main .section--container .now--box--wrap .box--top .box > p strong {
|
|
|
+ font-weight: 700;
|
|
|
+}
|
|
|
+main .section--container .now--box--wrap .box--bot {
|
|
|
+ display: flex;
|
|
|
+ gap: 40px;
|
|
|
+}
|
|
|
+main .section--container .now--box--wrap .box--bot .box {
|
|
|
+ width: 50%;
|
|
|
+ border-radius: 20px;
|
|
|
+ padding: 0 40px;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ height: 120px;
|
|
|
+ background-size: 100%;
|
|
|
+ background-image: url(../img/bg--now1.svg);
|
|
|
+}
|
|
|
+main .section--container .now--box--wrap .box--bot .box:last-child {
|
|
|
+ background-image: url(../img/bg--now2.svg);
|
|
|
+}
|
|
|
+main .section--container .growth--logic--wrap {
|
|
|
+ display: flex;
|
|
|
+ flex-wrap: wrap;
|
|
|
+ gap: 40px;
|
|
|
+}
|
|
|
+main .section--container .growth--logic--wrap > div {
|
|
|
+ width: calc((100% - 120px) / 3);
|
|
|
+}
|
|
|
+main .section--container .growth--logic--wrap .title--box {
|
|
|
+ width: calc((100% - 120px) / 3 + 40px);
|
|
|
+}
|
|
|
+main .section--container .growth--logic--wrap .title--box h2 {
|
|
|
+ color: #fff;
|
|
|
+ font-size: 45px;
|
|
|
+ font-weight: 300;
|
|
|
+ letter-spacing: -0.45px;
|
|
|
+}
|
|
|
+main .section--container .growth--logic--wrap .title--box h2 strong {
|
|
|
+ font-weight: 800;
|
|
|
+ color: #fff;
|
|
|
+}
|
|
|
+main .section--container .growth--logic--wrap .title--box .btn--wrap {
|
|
|
+ display: flex;
|
|
|
+ gap: 15px;
|
|
|
+}
|
|
|
+main .section--container .growth--logic--wrap .title--box .btn--wrap a {
|
|
|
+ display: inline-block;
|
|
|
+ padding: 20px 30px;
|
|
|
+ color: #fff;
|
|
|
+ border-radius: 1000px;
|
|
|
+ border: 1px solid #fff;
|
|
|
+ line-height: 1;
|
|
|
+}
|
|
|
+main .section--container .growth--logic--wrap .logic--box {
|
|
|
+ border-radius: 25px;
|
|
|
+ background-color: #fff;
|
|
|
+ min-height: 350px;
|
|
|
+ padding: 50px 45px 70px;
|
|
|
+}
|
|
|
+main .section--container .growth--logic--wrap .logic--box dt {
|
|
|
+ color: #333;
|
|
|
+ font-size: 22px;
|
|
|
+ font-weight: 700;
|
|
|
+ letter-spacing: -0.22px;
|
|
|
+ margin-bottom: 30px;
|
|
|
+}
|
|
|
+main .section--container .growth--logic--wrap .logic--box dt strong {
|
|
|
+ color: #1aaf59;
|
|
|
+ font-weight: 700;
|
|
|
+}
|
|
|
+main .section--container .growth--logic--wrap .logic--box dd {
|
|
|
+ color: #444;
|
|
|
+ font-size: 15px;
|
|
|
+ font-weight: 400;
|
|
|
+ letter-spacing: -0.15px;
|
|
|
+ line-height: 1.7;
|
|
|
+}
|
|
|
+main .section--container .growth--logic--wrap .logic--box.special {
|
|
|
+ width: calc((100% - 120px) / 3 + 40px);
|
|
|
+ background-color: #139e4e;
|
|
|
+ background-image: url(../img/ico--logic.svg);
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ background-position: right bottom;
|
|
|
+}
|
|
|
+main .section--container .growth--logic--wrap .logic--box.special dt {
|
|
|
+ color: #fff;
|
|
|
+ text-decoration-line: underline;
|
|
|
+ text-decoration-style: solid;
|
|
|
+ -webkit-text-decoration-skip: ink;
|
|
|
+ text-decoration-skip-ink: auto;
|
|
|
+ text-decoration-thickness: auto;
|
|
|
+ text-underline-offset: auto;
|
|
|
+ text-underline-position: from-font;
|
|
|
+}
|
|
|
+main .section--container .growth--logic--wrap .logic--box.special dd {
|
|
|
+ color: #fff;
|
|
|
+}
|
|
|
+main .section--container .best--service--wrap {
|
|
|
+ display: flex;
|
|
|
+ gap: 40px;
|
|
|
+}
|
|
|
+main .section--container .best--service--wrap .service--box {
|
|
|
+ padding: 40px 45px 70px;
|
|
|
+ border: 1px solid #e5e5e5;
|
|
|
+ border-radius: 25px;
|
|
|
+ position: relative;
|
|
|
+ width: calc((100% - 80px) / 3);
|
|
|
+}
|
|
|
+main .section--container .best--service--wrap .service--box:nth-child(2) .service--numb {
|
|
|
+ background-image: url(../img/numb--service2.svg);
|
|
|
+}
|
|
|
+main .section--container .best--service--wrap .service--box:nth-child(3) .service--numb {
|
|
|
+ background-image: url(../img/numb--service3.svg);
|
|
|
+}
|
|
|
+main .section--container .best--service--wrap .service--box .service--numb {
|
|
|
+ position: absolute;
|
|
|
+ right: 0;
|
|
|
+ display: inline-block;
|
|
|
+ width: 100px;
|
|
|
+ height: 100px;
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ background-position: top right;
|
|
|
+ top: 10px;
|
|
|
+ background-image: url(../img/numb--service1.svg);
|
|
|
+}
|
|
|
+main .section--container .best--service--wrap .service--box h3 {
|
|
|
+ margin-top: 40px;
|
|
|
+ margin-bottom: 30px;
|
|
|
+ font-size: 22px;
|
|
|
+ color: #191919;
|
|
|
+ font-weight: 300;
|
|
|
+ letter-spacing: -0.22px;
|
|
|
+ line-height: 1.4;
|
|
|
+}
|
|
|
+main .section--container .best--service--wrap .service--box h3 strong {
|
|
|
+ font-weight: 700;
|
|
|
+}
|
|
|
+main .section--container .best--service--wrap .service--box p {
|
|
|
+ color: #333;
|
|
|
+ font-size: 16px;
|
|
|
+ letter-spacing: -0.16px;
|
|
|
+ line-height: 1.7;
|
|
|
+ font-weight: 300;
|
|
|
+}
|
|
|
+main .section--container .process--plan--wrap .title--wrap {
|
|
|
+ margin-bottom: 70px;
|
|
|
+}
|
|
|
+main .section--container .process--plan--wrap .title--wrap span {
|
|
|
+ color: #1aaf59;
|
|
|
+ font-size: 15px;
|
|
|
+ text-transform: uppercase;
|
|
|
+ display: inline-block;
|
|
|
+ margin-bottom: 25px;
|
|
|
+}
|
|
|
+main .section--container .process--plan--wrap .title--wrap h2 {
|
|
|
+ font-size: 30px;
|
|
|
+ font-weight: 400;
|
|
|
+ margin-bottom: 25px;
|
|
|
+}
|
|
|
+main .section--container .process--plan--wrap .title--wrap p {
|
|
|
+ font-size: 18px;
|
|
|
+ font-weight: 300;
|
|
|
+}
|
|
|
+main .section--container .process--plan--wrap .content--wrap h3 {
|
|
|
+ color: #000;
|
|
|
+ font-size: 20px;
|
|
|
+ font-weight: 700;
|
|
|
+ letter-spacing: -0.2px;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ margin-bottom: 40px;
|
|
|
+}
|
|
|
+main .section--container .process--plan--wrap .content--wrap h3 .ico {
|
|
|
+ width: 20px;
|
|
|
+ height: 20px;
|
|
|
+ background-image: url(../img/ico--heart.svg);
|
|
|
+ display: inline-block;
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ background-position: center;
|
|
|
+ margin-right: 15px;
|
|
|
+}
|
|
|
+main .section--container .process--plan--wrap .content--wrap .direct--wrap {
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-between;
|
|
|
+ align-items: center;
|
|
|
+ gap: 20px;
|
|
|
+}
|
|
|
+main .section--container .process--plan--wrap .content--wrap .direct--wrap .circle {
|
|
|
+ display: flex;
|
|
|
+ min-width: 190px;
|
|
|
+ justify-content: center;
|
|
|
+ gap: 12px;
|
|
|
+ padding: 20px 40px;
|
|
|
+ background-color: #2ECC71;
|
|
|
+ align-items: center;
|
|
|
+ border-radius: 100px;
|
|
|
+}
|
|
|
+main .section--container .process--plan--wrap .content--wrap .direct--wrap .circle p {
|
|
|
+ color: #fff;
|
|
|
+ font-size: 17px;
|
|
|
+ font-weight: 600;
|
|
|
+ line-height: 1;
|
|
|
+ letter-spacing: -0.17px;
|
|
|
+}
|
|
|
+main .section--container .process--plan--wrap .content--wrap .direct--wrap .circle .ico {
|
|
|
+ width: 25px;
|
|
|
+ height: 25px;
|
|
|
+ display: inline-block;
|
|
|
+ background-position: center;
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ background-size: 100%;
|
|
|
+ background-image: url(../img/ico--direct1.svg);
|
|
|
+}
|
|
|
+main .section--container .process--plan--wrap .content--wrap .direct--wrap .circle:nth-of-type(2) {
|
|
|
+ background-color: #188345;
|
|
|
+}
|
|
|
+main .section--container .process--plan--wrap .content--wrap .direct--wrap .circle:nth-of-type(2) .ico {
|
|
|
+ background-image: url(../img/ico--direct2.svg);
|
|
|
+}
|
|
|
+main .section--container .process--plan--wrap .content--wrap .direct--wrap .circle:nth-of-type(3) .ico {
|
|
|
+ background-image: url(../img/ico--direct3.svg);
|
|
|
+}
|
|
|
+main .section--container .process--plan--wrap .content--wrap .direct--wrap .circle:nth-of-type(4) {
|
|
|
+ background-color: #188345;
|
|
|
+}
|
|
|
+main .section--container .process--plan--wrap .content--wrap .direct--wrap .circle:nth-of-type(4) .ico {
|
|
|
+ background-image: url(../img/ico--direct4.svg);
|
|
|
+}
|
|
|
+main .section--container .process--plan--wrap .content--wrap .direct--wrap .bar {
|
|
|
+ width: 70px;
|
|
|
+ height: 1px;
|
|
|
+ border-bottom: 3px dashed #2ecc71;
|
|
|
+}
|
|
|
+main .section--container .process--plan--wrap .content--wrap .process--wrap .process--title {
|
|
|
+ text-align: center;
|
|
|
+ font-weight: 700;
|
|
|
+ font-size: 25px;
|
|
|
+ line-height: 1;
|
|
|
+ color: #333;
|
|
|
+ margin-bottom: 45px;
|
|
|
+}
|
|
|
+main .section--container .process--plan--wrap .content--wrap .process--wrap .process--title strong {
|
|
|
+ color: #188345;
|
|
|
+}
|
|
|
+main .section--container .process--plan--wrap .content--wrap .process--wrap .process--cont .process--top {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: space-between;
|
|
|
+}
|
|
|
+main .section--container .process--plan--wrap .content--wrap .process--wrap .process--cont .process--top .process--side {
|
|
|
+ width: 123px;
|
|
|
+ display: flex;
|
|
|
+ gap: 15px;
|
|
|
+ flex-direction: column;
|
|
|
+ justify-content: center;
|
|
|
+}
|
|
|
+main .section--container .process--plan--wrap .content--wrap .process--wrap .process--cont .process--top .process--side .circle {
|
|
|
+ color: #444;
|
|
|
+ font-size: 16px;
|
|
|
+ text-align: center;
|
|
|
+ padding: 20px 0;
|
|
|
+ border-radius: 100px;
|
|
|
+ border: 2px solid #ddee81;
|
|
|
+ font-weight: 600;
|
|
|
+ line-height: 1;
|
|
|
+ letter-spacing: -0.16px;
|
|
|
+}
|
|
|
+main .section--container .process--plan--wrap .content--wrap .process--wrap .process--cont .process--top .process--side .circle strong {
|
|
|
+ font-weight: 600;
|
|
|
+ color: #1aaf59;
|
|
|
+}
|
|
|
+main .section--container .process--plan--wrap .content--wrap .process--wrap .process--cont .process--top .process--side .line {
|
|
|
+ height: 50px;
|
|
|
+ width: 50%;
|
|
|
+ border-right: 3px dashed #ddee81;
|
|
|
+}
|
|
|
+main .section--container .process--plan--wrap .content--wrap .process--wrap .process--cont .process--top .process--circle {
|
|
|
+ width: calc(100% - 346px);
|
|
|
+ height: 390px;
|
|
|
+ display: flex;
|
|
|
+ background-image: url(../img/bg--process--circle.svg);
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ background-position: center;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
+ background-size: 100%;
|
|
|
+}
|
|
|
+main .section--container .process--plan--wrap .content--wrap .process--wrap .process--cont .process--top .process--circle .circle {
|
|
|
+ width: 28%;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ gap: 35px;
|
|
|
+ align-items: center;
|
|
|
+}
|
|
|
+main .section--container .process--plan--wrap .content--wrap .process--wrap .process--cont .process--top .process--circle .circle .ico {
|
|
|
+ width: 80px;
|
|
|
+ height: 80px;
|
|
|
+ background-position: center;
|
|
|
+ background-size: 100%;
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ display: inline-block;
|
|
|
+}
|
|
|
+main .section--container .process--plan--wrap .content--wrap .process--wrap .process--cont .process--top .process--circle .circle:nth-child(1) .ico {
|
|
|
+ background-image: url(../img/ico--process--circle1.svg);
|
|
|
+}
|
|
|
+main .section--container .process--plan--wrap .content--wrap .process--wrap .process--cont .process--top .process--circle .circle:nth-child(2) .ico {
|
|
|
+ background-image: url(../img/ico--process--circle2.svg);
|
|
|
+}
|
|
|
+main .section--container .process--plan--wrap .content--wrap .process--wrap .process--cont .process--top .process--circle .circle:nth-child(3) .ico {
|
|
|
+ background-image: url(../img/ico--process--circle3.svg);
|
|
|
}/*# sourceMappingURL=main.css.map */
|