@charset "UTF-8"; @import 'reset'; @import 'mixin'; @import 'media'; section{ overflow-x: hidden; } header{ position: fixed; width: 100%; top: 0; left: 0; z-index: 1000; background: #fff; .header--line--banner--wrap{ background-image: url(../img/top_line_bg.svg); background-size: auto; background-repeat: no-repeat; background-position: left center; background-color: #2ECC71; width:100%; padding:0px; @include flex-center; overflow: hidden; transition: all linear .2s; height:100px; &.actv{ padding:0px 0px; height:0px; &+.header--contents--wrap{ .header--dim{ top: 170px; } } } .inner--contents{ width:100%; max-width: 1200px; display: flex; flex-direction: column; align-items: center; justify-content: center; position: relative; .close--btn{ background: none; border: 0px; padding:0px; position: absolute; top: calc(50% - 15px); right:0px; } h3{ color: #FFF; text-align: center; font-size: 20px; font-style: normal; font-weight: 700; margin-bottom: 10px; letter-spacing: -0.4px; } p{ color: #FFF; font-size: 15px; letter-spacing: -0.3px; font-weight: 500; } } } .header--contents--wrap{ width:100%; @include flex-center; min-height:80px; .hnb--wrap{ @include flex-center; gap:10px; button{ padding:0px; border:0px; background: none; width:30px; height:30px; @include flex-center; &.hmb--btn{ display: none; } } } .header--contents{ width:100%; display: flex; flex-direction: column; .header--logo--wrap{ border-bottom: 1px solid #d9d9d9; .logo--wrap{ height: 100px; align-items: center; margin: 0 auto; width: 100%; max-width:1200px; display: flex; justify-content: space-between; padding: 20px 0; .logo{ width: 210px; height: 58px; a{ display: inline-block; img{ width: 100%; } } } .txt{ display: flex; flex-direction: column; gap: 15px; justify-content: center; p{ color: #000; font-size: 15px; font-weight: 300; letter-spacing: -0.15px; line-height: 1; span{ color: #1aaf59; font-weight: 600; } &:last-child{ font-size: 18px; span{ font-weight: 700; } } } } } } .header--gnb--wrap{ .gnb--wrap{ width: 100%; max-width: 1200px; margin: 0 auto; transition: left linear .2s; &.actv{ >ul{ li{ >ul{ display: block; top:52px; pointer-events: auto; transform: translateX(-50%) translateY(0px); opacity: 1; } } } } >ul{ width: 100%; @include flex-center; li{ width: 20%; position: relative; text-align: center; a{ width: 100%; color: #000; font-size: 17px; height: 70px; display: inline-block; line-height: 70px; font-style: normal; font-weight: 600; letter-spacing: -0.34px; } ul{ /*!2025-07-23 추가 */ pointer-events: none; position: absolute; top:-500px; left:50%; opacity: 0; transform: translateX(-50%) translateY(-20px); transition: transform linear .2s, opacity linear .4s; background: transparent; padding:10px; z-index: 1000; li{ padding:5px; a{ color: #191919; font-size: 17px; font-style: normal; font-weight: 500; letter-spacing: -0.34px; white-space: nowrap; strong{ color: #5D1BB8; font-size: 17px; font-style: normal; font-weight: 700; letter-spacing: -0.34px; } } } } } } } } } } .header--wrap{ position: relative; display: flex; align-items: center; justify-content: center; flex-direction: column; &:after{ transition: all ease-in-out .3s; content: ""; display: block; height:0px; width:100%; background: #fff; position: absolute; top: 166px; left:0px; border-top:1px solid #ebebeb; z-index: -1; } } } .header--dim{ &.actv{ display: block; height:300px; } display: none; width:100%; height: 0px; position: fixed; top:270px; left:0px; background:#fff; border-top:1px solid #eee; z-index: 900; } main{ padding-top: 270px!important; &.actv{ padding-top: 170px!important; } .main--visual--section{ overflow: hidden; position: relative; .main--visual--wrap{ width:100%; .main--visual--img{ width:100%; overflow: hidden; height:500px; position: relative; img{ position: absolute; left:50%; transform: translateX(-50%); } .main--visual--txt{ position: absolute; width: 100%; left: 50%; transform: translateX(-50%); height: 100%; display: flex; align-items: center; justify-content: center; flex-direction: column; max-width: 1200px; gap: 40px; .sub--title{ display: none; } h3{ color: #191919; font-size: 50px; font-weight: 700; } p{ font-size: 18px; color: #191919; font-weight: 400; margin-bottom: 30px; } } } } .main--visual--pager{ position: absolute; left: 50%; transform: translateX(-50%); bottom:30px; z-index: 9; display: flex; justify-content: center; align-items: center; height: 90px; padding: 20px 35px; border-radius: 1000px; background: rgba(255, 255, 255, 0.60); backdrop-filter: blur(2px); .prev--next--wrap{ padding-top: 20px; @include flex-center; display: flex; gap: 15px; align-items: center; justify-content: center; button{ @include flex-center; width: 18px; height: 18px; border: none; background-color: transparent; background-image: url(../img/ico--swiper--left.svg); background-repeat: no-repeat; background-position: center; &.next--btn{ background-image: url(../img/ico--swiper--right.svg); } } } .play--pause{ @include flex-center; gap:11px; button{ @include flex-center; width: 50px; height: 50px; border-radius: 50px; border:0px; background: rgba(255, 255, 255, 0.80); backdrop-filter: blur(2px); } } .main--visual--fraction{ display: flex; align-items: center; justify-content: center; span{ font-size: 13px; font-style: normal; line-height: 1; letter-spacing: -0.32px; font-weight: 500; color: rgba(0, 0, 0, 0.50); &.swiper-pagination-current{ color:#000; font-weight: 800; } &.fraction-separator{ background-color: #000; width: 1px; height: 12px; display: inline-block; margin: 0 10px; } } } .main--visual--pagination{ display: flex; margin-right: 20px; gap: 5px; align-items: center; justify-content: center; padding-top: 20px; .swiper-pagination-bullet{ width: 34px; height: 34px; border-radius: 50%; border: none; opacity: 1; background-color: transparent; cursor: pointer; position: relative; &::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; } &.swiper-pagination-bullet-active{ border: 1px solid rgba(0, 0, 0, 0.50); } } } .main--visual--progress{ display: flex; justify-content: center; flex-direction: column; margin-right: 20px; .main--visual--progress--bar{ display: flex; align-items: center; } .progress-title{ padding-left: 30px; color: #000; font-size: 16px; font-weight: 500; line-height: 1; margin-bottom: 4px; } .progress-bar{ width: 200px; height: 2px; background-color: rgba(0, 0, 0, 0.2)!important; border-radius: 100px; position: relative; overflow: hidden; } .progress-text{ color: #000; font-size: 15px; font-weight: 500; width: 30px; } } } } .mna--reason--wrap{ overflow-x: hidden; .btn--wrap{ display: flex; justify-content: center; padding: 40px 0; gap: 10px; button{ border: 1px solid #dadada; background-color: #fff; width: 50px; height: 50px; border-radius: 50%; background-repeat: no-repeat; background-position: center; &.play--btn{ background-image: url(../img/ico--swiper--pause.svg); &.pause{ background-image: url(../img/ico--swiper--play.svg); } } &.prev--btn{ background-image: url(../img/ico--swiper--left2.svg); } &.next--btn{ background-image: url(../img/ico--swiper--right2.svg); } } } .swiper-slide{ transform: translateX(50%); height: auto; .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; >span{ color: #1aaf59; font-size: 18px; font-weight: 700; line-height: 1; text-decoration-line: underline; text-decoration-style: solid; text-decoration-skip-ink: auto; text-decoration-thickness: auto; text-underline-offset: auto; text-underline-position: from-font; margin-bottom: 45px; } dt{ color: #000; font-size: 20px; font-weight: 700; letter-spacing: -0.2px; margin-bottom: 35px; } dd{ color: #333; font-size: 15px; font-weight: 300; letter-spacing: -0.15px; } } } } .gray--section{ background-color: #f9f9f9; } .green--section{ background-color: #2ECC71; } .light--green--section{ background-color: #e9f7ef; } .section--container{ max-width: 1200px; width: 100%; margin: 0 auto; &.p--120{ padding: 120px 0; } &.p--100{ padding: 100px 0; } .title--wrap{ >h2{ text-align: center; color: #000; font-size: 35px; font-weight: 300; strong{ font-weight: 700; } } >p{ text-align: center; } &.big{ >h2{ color: #000; font-size: 50px; font-weight: 300; letter-spacing: -0.5px; margin-bottom: 60px; line-height: 1.4; strong{ font-weight: 700; } } >p{ color: #000; font-weight: 300; line-height: 1.7; font-size: 18px; } } &.le{ >h2, >p{ text-align: left; } } } .now--box--wrap{ .box--top{ display: flex; margin-bottom: 90px; justify-content: space-between; .box{ gap: 40px; width: 33.333%; display: flex; justify-content: center; flex-direction: column; align-items: center; text-align: center; >p{ color: #000; font-size: 18px; font-weight: 300; strong{ font-weight: 700; } } } } .box--bot{ display: flex; gap: 40px; .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); &:last-child{ background-image: url(../img/bg--now2.svg); } } } } .growth--logic--wrap{ display: flex; flex-wrap: wrap; gap: 40px; >div{ width: calc((100% - 120px) / 3); } .title--box{ width: calc((100% - 120px) / 3 + 40px); h2{ color: #fff; font-size: 45px; font-weight: 300; letter-spacing: -0.45px; strong{ font-weight: 800; color: #fff; } } .btn--wrap{ display: flex; gap: 15px; a{ display: inline-block; padding: 20px 30px; color: #fff; border-radius: 1000px; border: 1px solid #fff; line-height: 1; } } } .logic--box{ border-radius: 25px; background-color: #fff; min-height: 350px; padding: 50px 45px 70px; dt{ color: #333; font-size: 22px; font-weight: 700; letter-spacing: -0.22px; margin-bottom: 30px; strong{ color :#1aaf59; font-weight: 700; } } dd{ color: #444; font-size: 15px; font-weight: 400; letter-spacing: -0.15px; line-height: 1.7; } &.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; dt{ color :#fff; text-decoration-line: underline; text-decoration-style: solid; text-decoration-skip-ink: auto; text-decoration-thickness: auto; text-underline-offset: auto; text-underline-position: from-font; } dd{ color: #fff; } } } } .best--service--wrap{ display: flex; gap: 40px; .service--box{ padding: 40px 45px 70px; border: 1px solid #e5e5e5; border-radius: 25px; position: relative; width: calc((100% - 80px) / 3); &:nth-child(2){ .service--numb{ background-image: url(../img/numb--service2.svg); } } &:nth-child(3){ .service--numb{ background-image: url(../img/numb--service3.svg); } } .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); } h3{ margin-top: 40px; margin-bottom: 30px; font-size: 22px; color: #191919; font-weight: 300; letter-spacing: -0.22px; line-height: 1.4; strong{ font-weight: 700; } } p{ color: #333; font-size: 16px; letter-spacing: -0.16px; line-height: 1.7; font-weight: 300; } } } .process--plan--wrap{ .title--wrap{ margin-bottom: 70px; span{ color: #1aaf59; font-size: 15px; text-transform: uppercase; display: inline-block; margin-bottom: 25px; } h2{ font-size: 30px; font-weight: 400; margin-bottom: 25px; } p{ font-size: 18px; font-weight: 300; } } .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; } color: #000; font-size: 20px; font-weight: 700; letter-spacing: -0.2px; display: flex; align-items: center; margin-bottom: 40px; } .direct--wrap{ display: flex; justify-content: space-between; align-items: center; gap: 20px; .circle{ display: flex; min-width: 190px; justify-content: center; gap: 12px; padding: 20px 40px; background-color: #2ECC71; align-items: center; border-radius: 100px; p{ color: #fff; font-size: 17px; font-weight: 600; line-height: 1; letter-spacing: -0.17px; } .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); } &:nth-of-type(2){ background-color: #188345; .ico{ background-image: url(../img/ico--direct2.svg); } } &:nth-of-type(3){ .ico{ background-image: url(../img/ico--direct3.svg); } } &:nth-of-type(4){ background-color: #188345; .ico{ background-image: url(../img/ico--direct4.svg); } } } .bar{ width: 70px; height: 1px; border-bottom: 3px dashed #2ecc71; } } .process--wrap{ .process--title{ position: relative; padding: 25px 30px; text-align: center; width: fit-content; background-image: url(../img/bg--process.svg); background-repeat: no-repeat; background-size: cover; color: #222; font-size: 16px; margin: 12px auto; border-radius: 1000px; letter-spacing: -0.16px; font-weight: 600; &::after{ content: ''; width: calc(100% + 24px); height: calc(100% + 24px); border: 5px solid #DDEE81; position: absolute; display: inline-block; border-radius: inherit; top: -12px; left: -12px; } } .process--cont{ padding-top: 60px; .process--top{ display: flex; align-items: center; justify-content: space-between; .process--side{ width: 123px; display: flex; gap: 15px; flex-direction: column; justify-content: center; position: relative; &::after{ content: ''; display: inline-block; width: 70px; height: 100%; z-index: 3; background-repeat: no-repeat; background-position: center; background-image: url(../img/ico--rainbow--arrow1.svg); position: absolute; top: 0; left: calc(100% + 20px); } &:last-child{ &::after{ left: auto; right: calc(100% + 20px); background-image: url(../img/ico--rainbow--arrow2.svg); } } .circle{ color: #444; font-size: 16px; text-align: center; padding: 19px 0; border-radius: 100px; border: 2px solid #ddee81; font-weight: 600; line-height: 1; letter-spacing: -0.16px; strong{ font-weight: 600; color: #1aaf59; } } .line{ height: 50px; width: 50%; border-right: 3px dashed #ddee81; } &.right{ } } .process--circle{ width: calc(100% - 300px); height: 410px; 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%; position: relative; &::after{ content: ''; background-repeat: no-repeat; background-position: center; display: inline-block; width: 33px; height: 71px; background-image: url(../img/ico--rainbow--arrow3.svg); position: absolute; top: calc(100% - 40px); } .circle{ width: 28%; display: flex; flex-direction: column; gap: 35px; align-items: center; position: relative; &::after{ content: ''; position: absolute; right: -7.5px; display: inline-block; top: calc(50% - 15px); width: 30px; height: 30px; background-image: url(../img/ico--process--arrow.svg); } &:last-child{ &::after{ display: none; } } .ico{ width: 80px; height: 80px; background-position: center; background-size: 100%; background-repeat: no-repeat; display: inline-block; } p{ font-size: 18px; font-weight: 400; color: #000; strong{ font-weight: 700; } } &:nth-child(1){ .ico{ background-image: url(../img/ico--process--circle1.svg); } } &:nth-child(2){ .ico{ background-image: url(../img/ico--process--circle2.svg); } } &:nth-child(3){ .ico{ background-image: url(../img/ico--process--circle3.svg); } } } } } .process--bot{ padding-top: 50px; padding-bottom: 120px; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 20px; .process--side{ width: 100%; display: flex; gap: 15px; align-items: center; justify-content: center; .arrow{ flex: 1; margin-left: 53px; margin-right: 25px; height: 20px; position: relative; background-color: #2ECC71; &::after{ position: absolute; bottom: -6.7px; right: -13px; background-size: 137px 33px; background-position: right center; background-repeat: no-repeat; content: ''; width: 100%; height: 33px; background-image: url(../img/ico--rainbow--arrow5.svg); } &::before{ content: ''; display: inline-block; position: absolute; width: 20px; height: 90px; bottom: 0; left: 0; background-image: url(../img/ico--rainbow--arrow--bar.svg); } &.right{ margin-right: 53px; margin-left: 25px; &::after{ right: auto; left: -13px; bottom: -6px; background-position: left center; background-image: url(../img/ico--rainbow--arrow6.svg); } &::before{ left: auto; right: 0; } } } .circle{ width: 123px; color: #444; font-size: 16px; text-align: center; padding: 19px 0; border-radius: 100px; border: 2px solid #B0D48C; font-weight: 600; line-height: 1; letter-spacing: -0.16px; strong{ font-weight: 600; color: #1aaf59; } } .line{ width: 50px; height: 1px; border-bottom: 3px dashed #B0D48C; } } .line{ display: inline-block; width: 33px; height: 71px; background-image: url(../img/ico--rainbow--arrow4.svg); } .process--txt{ text-align: center; font-weight: 700; font-size: 25px; line-height: 1; color: #333; strong{ color: #188345; } } .process--blue--circle{ color: #fff; letter-spacing: -0.18px; font-size: 18px; font-weight: 400; position: relative; padding: 36px 80px; border-radius: 1000px; background-color: #5281FF; &::after{ content: ''; position: absolute; width: 85px; height: 104px; top: 20px; left: calc(100% - 50px); background-image: url(../img/ico--process.svg); } strong{ color: #fff; font-weight: 700; } } } .process--box{ display: flex; flex-direction: column; gap: 30px; .box{ padding: 55px 200px 55px 70px; background-color: #f0f3f5; background-repeat: no-repeat; background-position: right 40px bottom -20px; &:nth-child(1){ background-image: url(../img/img--process1.svg); background-position: right 40px center; } &:nth-child(2){ background-image: url(../img/img--process2.svg); } &:nth-child(3){ background-image: url(../img/img--process3.svg); } h4{ color: #000; margin-bottom: 30px; font-size: 20px; font-weight: 700; letter-spacing: -0.2px; strong{ color: #009840; } } li{ position: relative; padding-left: 15px; &::before{ position: absolute; left: 0px; top: 12px; content: ''; width: 2px; height: 2px; background-color: #000; border-radius: 50%; } } p, li{ font-size: 15px; color: #000; font-weight: 300; line-height: 1.7; letter-spacing: -0.15px; strong{ color: #009840; font-weight: 600; } } } } } } } } .four--strategy--wrap{ .strategy--cont1{ display: flex; gap: 120px; margin-bottom: 140px; .cont--left{ width: 50%; position: relative; &::before{ content: ''; position: absolute; height: 400px; width: 1000%; border-radius: 0 1000px 1000px 0; background-color: rgba(53, 201, 149, 0.10); right: 0; top: 50%; transform: translateY(-50%); z-index: -1; } .box--wrap{ width: 440px; display: flex; flex-wrap: wrap; gap: 40px; position: relative; &::before{ content: ''; position: absolute; width: 346px; height: 346px; border-radius: 30px; border: 1px solid rgba(53, 201, 149, 0.50); transform: rotate(-45deg); top: 0; left: 45px; z-index: -1; } li{ display: flex; justify-content: center; text-align: center; flex-direction: column; padding: 25px; align-items: center; width: 200px; max-width: 200px; height: 150px; border-radius: 30px; border: 1px solid #1BB57F; gap: 10px; background-color: #35C995; span{ color: #fff; font-size: 15px; letter-spacing: -0.3px; font-weight: 600; } div{ color: #fff; font-size: 15px; font-weight: 500; letter-spacing: -0.3px; } strong{ color: #fff; font-size: 50px; font-weight: 800; line-height: 1; } &:nth-child(3){ height: 170px; } &:last-child{ height: 170px; border: 1px solid #079C68; background-color: #1AAC78; strong{ font-weight: 800; font-size: 20px; } div{ font-size: 15px; font-weight: 600; span{ font-size: 14px; display: block; } &.percent--wrap{ display: flex; width: 100%; flex-direction: column; } &.percent{ display: flex; align-items: center; width: 100%; gap: 5px; .line{ flex: 1; border-bottom: 1px dashed #fff; } strong{ color: #ff0; font-size: 14px; font-weight: 800; letter-spacing: -0.28px; } } } } } } } .cont--right{ width: 50%; display: flex; align-items: center; dl{ dt{ color: #222; font-size: 35px; font-weight: 700; margin-bottom: 15px; } dd{ div{ margin-bottom: 40px; font-weight: 300; font-size: 20px; color: #333; strong{ color: #1aaf59; font-weight: 800; } } span{ color: #222; font-size: 18px; font-weight: 300; } } } } } .strategy--cont2{ margin-bottom: 60px; display: flex; align-items: center; flex-direction: column; .question, .question2{ color: #333; font-size: 25px; font-weight: 300; letter-spacing: -0.5px; margin-bottom: 20px; strong{ color: #191919; font-weight: 800; } } .question2{ margin-bottom: 40px; strong{ color: #1AAF59; } } .answer, .answer2{ letter-spacing: -0.36px; text-align: center; color: #555; font-size: 18px; margin-bottom: 40px; font-weight: 300; } .answer2{ color: #222; margin-bottom: 50px; } .result{ padding: 20px 30px; border-radius: 100px; background-color: rgba(26, 175, 89, 0.1); font-weight: 300; font-size: 19px; strong{ font-weight: 600; } } } .strategy--cont3{ display: flex; flex-direction: column; gap: 35px; .box{ padding: 30px 50px; border-radius: 40px; border: 1px solid #EEE; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10); background-repeat: no-repeat; background-position: right 40px bottom; dt{ margin-bottom: 20px; color: #1aaf59; font-size: 30px; font-weight: 700; } dd{ ul{ display: flex; flex-direction: column; gap: 18px; } li{ color: #333; font-size: 15px; font-weight: 300; padding-left: 15px; position: relative; &::before{ background-color: #8b8b8b; width: 5px; height: 5px; display: inline-block; border-radius: 50%; content: ''; position: absolute; top: 8px; left: 3px; } } } &:nth-child(1){ background-image: url(../img/img--strategy1.svg); } &:nth-child(2){ background-position: right 100px bottom; background-image: url(../img/img--strategy2.svg); } &:nth-child(3){ background-image: url(../img/img--strategy3.svg); } } } } .mna--dream--wrap{ display: flex; gap: 40px; justify-content: center; .dream--cont{ width: 50%; background-color: #d1eede; padding: 60px 50px 80px; border-radius: 30px; h4{ letter-spacing: -0.6px; font-size: 30px; color: #191919; font-weight: 300; line-height: 1.4; margin-bottom: 35px; strong{ font-weight: 700; } } .sub--txt{ margin-bottom: 40px; font-size: 18px; font-weight: 300; color: #333; } .box{ padding: 30px; background-color: #B4DAC4; margin-bottom: 50px; border-radius: 20px; .box--title{ color: #397251; font-size: 18px; font-weight: 700; letter-spacing: -0.36px; margin-bottom: 15px; } .box--desc{ font-weight: 400; font-size: 15px; color: #333; li{ position: relative; padding-left: 12px; font-size: 15px; color: #333; &::before{ position: absolute; left: 0; top: 0; content: '-'; } } } } .chat{ display: flex; gap: 30px; .chat--img{ min-width: 90px; width: 90px; height: 90px; border-radius: 50%; background-image: url(../img/img--dream.svg); background-repeat: no-repeat; background-position: bottom center; background-color: #bde8cf; } .chat--bubble{ border-radius: 20px; padding: 25px; border: 1px solid #EEE; width: 100%; background: #FFF; margin-bottom: 40px; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05); span{ color: #1aaf59; font-size: 15px; font-weight: 500; } } } .chat--answer{ margin-bottom: 50px; line-height: 1.7; color: #111; font-size: 16px; font-weight: 400; letter-spacing: -0.32px; ul{ margin-top: 10px; display: flex; flex-direction: column; gap: 10px; li{ position: relative; padding-left: 10px; line-height: 1.4; color: #111; font-size: 15px; font-weight: 400; letter-spacing: -0.3px; &::before{ content: ''; width: 3px; height: 3px; border-radius: 50%; display: inline-block; background-color: #111; position: absolute; left: 0; top: 7px; } } } &:last-child{ margin-bottom: 0; } } &.purple{ background-color: #e4e9ff; .box{ background-color: #D0D9FF; .box--title{ color: #3A54C5; } } .chat{ .chat--img{ background-color: #cfd8ff; } } } } } .family--business--wrap{ .family--cont--wrap{ margin-bottom: 80px; display: flex; justify-content: space-between; .cont--left{ display: flex; flex-direction: column; position: relative; h2{ color: #333; font-size: 40px; font-weight: 300; letter-spacing: -0.45px; margin-bottom: 50px; strong{ font-weight: 700; color: #191919; } } span{ color: #333; font-size: 20px; font-weight: 300; letter-spacing: -0.4px; margin-bottom: 80px; } .btn--wrap{ display: flex; gap: 15px; a{ display: inline-block; padding: 20px 30px; color: #1aaf59; font-weight: 500; border-radius: 1000px; border: 1px solid rgba(46, 204, 113, 0.50); line-height: 1; } } .family--img{ position: absolute; bottom: 80px; right: 0; } } .cont--right{ width: 700px; gap: 60px; display: flex; .family--box--wrap{ width: 50%; display: flex; flex-direction: column; gap: 50px; } .family--box{ display: flex; border-radius: 30px; background-color: #f6f6f6; padding: 35px 35px 60px 35px; flex-direction: column; .ico{ width: 70px; height: 70px; background-size: 35px 35px; background-color: #2ecc71; border-radius: 15px; background-position: center; background-repeat: no-repeat; margin-bottom: 50px; } p{ font-size: 23px; color: #000; letter-spacing: -0.46px; font-weight: 500; margin-bottom: 25px; } span{ color: #000; font-size: 16px; font-weight: 300; letter-spacing: -0.32px; } &:nth-child(1){ .ico{ background-image: url(../img/ico--family1.svg); } } &:nth-child(2){ .ico{ background-image: url(../img/ico--family2.svg); } } &:nth-child(3){ .ico{ background-image: url(../img/ico--family3.svg); } } &:nth-child(4){ .ico{ background-image: url(../img/ico--family4.svg); } } &:nth-child(5){ .ico{ background-image: url(../img/ico--family5.svg); } } } } } .family--table--wrap{ .table--title{ margin-bottom: 30px; width: fit-content; border-radius: 1000px; padding: 15px 30px; color: #1aaf59; letter-spacing: -0.32px; font-size: 16px; font-weight: 600; border: 1px solid rgba(46, 204, 113, 0.50); } .table--wrap{ margin-bottom: 50px; &:last-child{ margin-bottom: 0; } } table{ width: 100%; text-align: center; tr{ &:first-child{ th{ border-bottom: none; .ico{ background-image: url(../img/ico--strategy1.svg); } } } th{ border: 1px solid #d7d7d7; background-color: #f3f3f3; color: #222; font-size: 16px; font-weight: 600; padding: 25px 20px; &:nth-of-type(2){ background-color: #2ecc71; border-color: #17b55a; color: #fff; } } td{ color: #111; padding: 25px 20px; background-color: #fff; font-size: 16px; font-weight: 400; letter-spacing: -0.32px; border: 1px solid #e0e0e0; &.color--green{ color: #0f9247; strong{ color: #0f9247; font-weight: 700; } } ul{ li{ text-align: left; color: #111; font-size: 16px; font-weight: 400; position: relative; padding-left: 10px; &::before{ content: ''; width: 3px; height: 3px; border-radius: 50%; background-color: #111; display: inline-block; top: 10px; left: 0; position: absolute; } } } } } } } } } }