| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354 |
- @charset "UTF-8";
- @import 'reset';
- @import 'mixin';
- @import 'media';
- main{
- .main--impt--search--section{
- background: #F9F9F9;
- .inner--contents{
- padding-top:100px;
- padding-bottom:100px;
- display: flex;
- align-items: center;
- justify-content: center;
- flex-direction: column;
- > ul{
- display: flex;
- align-items: center;
- justify-content: center;
- gap:40px;
- row-gap: 35px;
- padding-top:70px;
- width:100%;
- max-width:1200px;
- flex-wrap: wrap;
- li{
- display: flex;
- align-items: center;
- justify-content: flex-start;
- gap:25px;
- ;
- width:calc( (100% - 80px ) / 3);
- border-radius: 100px;
- padding:10px 30px;
- position: relative;
- &:nth-of-type(odd){
- background: linear-gradient(134deg, #52ABFF 6.76%, #5281FF 50.56%, #AE52FF 93.53%);
- }
- &:nth-of-type(even){
- background: linear-gradient(134deg, #6DF3C4 6.76%, #2ECC71 50.56%, #25AD92 93.53%);
- }
- &:after{
- content: '';
- display: block;
- width:18px;
- height:18px;
- background: url(../img/ic_arrow_02.svg) no-repeat center;
- position: absolute;
- top:50%;
- right:30px;
- transform: translateY(-50%);
- }
- .title{
- color: #FFF;
- font-size: 18px;
- font-style: normal;
- font-weight: 600;
- line-height: 100%; /* 18px */
- letter-spacing: -0.36px;
- }
- .thumbs{
- display: inline-flex;
- min-width:34px;
- width: 34px;
- height: 34px;
- background: url(../img/thumbs_ic.png) no-repeat center;
- }
- }
- }
- .section--title--center{
- color: #333;
- text-align: center;
- font-size: 35px;
- font-style: normal;
- font-weight: 300;
- line-height: 100%; /* 35px */
- letter-spacing: -0.7px;
- strong{
- color: #191919;
- font-size: 35px;
- font-style: normal;
- font-weight: 800;
- line-height: 100%;
- letter-spacing: -0.7px;
- }
- }
- }
- }
- .main--prof--sections{
- padding-top:110px;
- padding-bottom:120px;
- .inner--contents{
- display: flex;
- justify-content: center;
- align-items: center;
- flex-direction: column;
- .section--title--center{
- color: #333;
- text-align: center;
- font-size: 35px;
- font-style: normal;
- font-weight: 300;
- line-height: 100%; /* 35px */
- letter-spacing: -0.7px;
- strong{
- color: #191919;
- font-size: 35px;
- font-style: normal;
- font-weight: 800;
- line-height: 100%;
- letter-spacing: -0.7px;
- }
- }
- .nav--wrapper{
- display: flex;
- align-items: center;
- justify-content: center;
- gap:10px;
- padding-bottom:50px;
- padding-top:40px;
- button{
- display: flex;
- width: 50px;
- height: 50px;
- border-radius: 50px;
- border-radius: 100px;
- border: 1px solid #DADADA;
- background: #fff;
- justify-content: center;
- align-items: center;
- &.play--btn{
- display: none;
- }
- }
- }
- .prof--man--swiper{
- width:100%;
- .swiper-slide{
- max-width:494px;
- .prof--card{
- display: flex;
- width:100%;
- padding:30px 40px;
- border-radius: 30px;
- border: 1px solid #E2E2E2;
- background: #FFF;
- box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
- align-items: center;
- justify-content: flex-start;
- gap:30px;
- .thumb{
- overflow: hidden;
- width:150px;
- height:150px;
- border-radius: 150px;
- }
- .desc--wrap{
- >h2{
- color: #191919;
- font-size: 20px;
- font-style: normal;
- font-weight: 800;
- line-height: 100%; /* 20px */
- span{
- color: #1AAF59;
- font-size: 15px;
- font-style: normal;
- font-weight: 600;
- line-height: 100%; /* 15px */
- margin-left:12px;
- }
- }
- .key--word{
- display: flex;
- padding-top:30px;
- gap:5px;
- span{
- color: #1AAF59;
- text-align: center;
- font-size: 13px;
- font-style: normal;
- font-weight: 500;
- line-height: 100%; /* 13px */
- border-radius: 100px;
- border: 1px solid rgba(46, 204, 113, 0.50);
- padding:8px 10px;
- }
- }
- }
- }
- }
- }
- }
- }
- .main--impt--sections{
- background: url(../img/dear_bg.png) no-repeat center center / cover;
- .inner--contents{
- padding-top:120px;
- padding-bottom:120px; ;
- .section--title--center{
- color: #333;
- text-align: center;
- font-size: 35px;
- font-style: normal;
- font-weight: 300;
- line-height: 100%; /* 35px */
- letter-spacing: -0.7px;
- strong{
- color: #191919;
- font-size: 35px;
- font-style: normal;
- font-weight: 800;
- line-height: 100%;
- letter-spacing: -0.7px;
- }
- }
- .impt--list--wrap{
- width:100%;
- padding-top:50px;
- ul{
- display: flex;
- align-items: center;
- justify-content: center;
- gap:50px;
- li{
- border-radius: 30px;
- background: #FFF;
- padding:55px 50px;
- max-width:575px;
- h3{
- color: #000;
- font-size: 20px;
- font-style: normal;
- font-weight: 600;
- line-height: 100%;
- strong{
- color: #225DFF;
- }
- }
- .captions{
- padding-top:30px;
- color: #000;
- font-size: 16px;
- font-style: normal;
- font-weight: 300;
- line-height: 2.1; /* 16px */
- }
- .thumb{
- width:204px;
- height:130px;
- margin-top:60px;
- &.thumb--01{
- background: url(../img/dear_bg_ic01.png) no-repeat center center / contain;
- }
- &.thumb--02{
- background: url(../img/dear_bg_ic02.png) no-repeat center center / contain;
- }
- }
- }
- }
- }
- }
- }
- .compatibility--section{
- width: 100%;
- display: flex;
- justify-content: center;
- padding-top:120px;
- padding-bottom:120px;
- .inner--contents{
- width:100%;
- max-width:1200px;
- .section--title--left{
- color: #333;
- font-size: 50px;
- font-style: normal;
- font-weight: 300;
- line-height: 1.3; /* 50px */
- letter-spacing: -1px;
- strong{
- font-weight: 700;
- color: #1AAF59;
- font-size: 50px;
- font-style: normal;
- font-weight: 800;
- line-height: 100%;
- letter-spacing: -1px;
- }
- }
- .compatibility--inner--conls{
- width:100%;
- display: flex;
- align-items: flex-start;
- justify-content: flex-start;
- flex-direction: column;
- border-radius: 30px;
- background: #2ECC71 url(../img/line_more_bg.png) no-repeat 100% top;
- padding:50px;
- position: relative;
- max-height:280px;
- >h2{
- color: #FFF;
- font-size: 25px;
- font-style: normal;
- font-weight: 700;
- line-height: 100%; /* 25px */
- letter-spacing: -0.5px;
- margin-bottom:17px;
- position: relative;
- &:after{
- content:'';
- display: block;
- width:301px;
- height:64px;
- background: url(../img/dot_more_bg.png) no-repeat center;
- position: absolute;
- top:-23px;
- left:-50px;
- }
- }
- .captions{
- color: #FFF;
- font-size: 16px;
- font-style: normal;
- font-weight: 500;
- line-height: 1.9;
- letter-spacing: -0.32px;
- }
-
- .desc{
- color: #EF0;
- font-size: 16px;
- font-style: normal;
- font-weight: 600;
- line-height: 1.9;
- letter-spacing: -0.32px;
- margin-top:30px;
- }
- .btn--wrapper{
- position: absolute;
- top:50px;
- right:55px;
- display: flex;
- gap:15px;
- button{
- border-radius: 1000px;
- background: #FFF;
- color: #1AAF59;
- font-size: 15px;
- font-style: normal;
- font-weight: 600;
- display: flex;
- align-items: center;
- justify-content: center;
- letter-spacing: -0.3px;
- line-height: 100%;
- padding:20px;
- border:0px;
- }
- }
- }
- .step--section{
- padding-bottom:100px;
- &.sect--02{
- .inner--grid{
- max-width:970px;
- &:after{
- max-width:930px;
- }
- }
- }
- &:last-child{
- padding-bottom:0px;
- }
- .inner--s--title{
- span{
- &:nth-of-type(1){
- color:#1AAF59;
- font-size: 25px;
- font-style: normal;
- font-weight: 700;
- line-height: 100%; /* 25px */
- letter-spacing: -0.5px;
- margin-right:30px;
- em{
- font-style: normal;
- }
- }
- &:nth-of-type(2){
- color: #444;
- font-size: 17px;
- font-style: normal;
- font-weight: 300;
- line-height: 100%; /* 17px */
- letter-spacing: -0.34px;
- }
- }
- }
- .inner--grid{
- display: flex;
- align-items:flex-start;
- justify-content: space-between;
- margin-top:40px;
- position: relative;
- &:after{
- content:'';
- display: block;
- width:100%;
- height:1px;
- background: rgba(46, 204, 113, 0.50);
- position: absolute;
- top:55px;
- z-index: -1;
- }
- .grid{
- display: flex;
- justify-content: center;
- align-items: center;
- flex-direction: column;
- .thumb{
- width:110px;
- height:110px;
- border-radius: 110px;
- border: 2px solid rgba(46, 204, 113, 0.50);
- background: #FFF;
- display: flex;
- align-items: center;
- justify-content: center;
- box-shadow: 0 0 10px 0 rgba(46, 204, 113, 0.20);
- }
- .desc{
- padding-top:20px;
- color: #000;
- text-align: center;
- font-size: 15px;
- font-style: normal;
- font-weight: 300;
- line-height: 1.5; /* 15px */
- letter-spacing: -0.3px;
- strong{
- font-weight: 700;
- letter-spacing: -0.3px;
- }
- }
- }
- }
- }
- .month--text--contents{
- >p{
- color: #191919;
- font-size: 17px;
- font-style: normal;
- font-weight: 300;
- line-height: 100%; /* 17px */
- letter-spacing: -0.34px;
- display: flex;
- }
- .month--gap{
- padding-top:49px;
- padding-bottom:30px;
- > span{
- &:nth-of-type(1){
- border-radius: 1000px;
- border: 1px dashed #2ECC71;
- color: #1AAF59;
- font-size: 16px;
- font-style: normal;
- font-weight: 600;
- line-height: 100%; /* 16px */
- letter-spacing: -0.32px;
- display: inline-flex;
- align-items: center;
- justify-content: center;
- padding:20px;
- margin-right:25px;
- }
- &:nth-of-type(2){
- color: #111;
- font-size: 20px;
- font-style: normal;
- font-weight: 500;
- line-height: 100%; /* 20px */
- letter-spacing: -0.4px;
- strong{
- font-weight: 800;
- }
- }
- }
- }
- }
- .progress--section{
- padding-top:120px;
- padding-bottom:100px;
- $color_1: #222222;
- $color_2: #191919;
- $font-family_1: Pretendard, var(--default-font-family);
-
- .progress--container {
- overflow: hidden;
- box-sizing: border-box;
- position: relative;
- width: 1200px;
- height: 401px;
- margin: 0 auto;
- * {
- box-sizing: border-box;
- }
- }
-
- // Step 01 - 사전 진행
- .progress--step.step--01 {
- position: absolute;
- width: 110px;
- height: 266px;
- top: 0;
- left: 0;
- font-size: 0px;
- z-index: 27;
-
- .step--label {
- display: block;
- position: relative;
- height: 25px;
- margin: 0 0 0 0;
- color: $color_1;
- font-family: $font-family_1;
- font-size: 25px;
- font-weight: 700;
- line-height: 25px;
- text-align: left;
- white-space: nowrap;
- letter-spacing: -0.5px;
- z-index: 27;
- }
-
- .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;
- border-radius: 1000px;
-
- .step--circle--inner {
- position: relative;
- width: 72px;
- height: 72px;
- margin: 19px 0 0 19px;
- background: rgba(46, 204, 113, 0.2);
- z-index: 4;
- overflow: visible auto;
- border-radius: 1000px;
-
- .step--circle--core {
- position: relative;
- width: 36px;
- height: 36px;
- margin: 18px 0 0 18px;
- background: #2ecc71;
- z-index: 5;
- border-radius: 1000px;
- }
- }
- }
-
- .step--desc {
- position: relative;
- width: 70px;
- height: 40px;
- margin: 20px 0 0 20px;
- font-family: $font-family_1;
- font-size: 15px;
- font-weight: 400;
- line-height: 15px;
- text-align: center;
- text-overflow: initial;
- white-space: nowrap;
- letter-spacing: -0.3px;
- z-index: 6;
-
- .desc--main {
- position: relative;
- color: $color_2;
- font-family: $font-family_1;
- font-size: 15px;
- font-weight: 400;
- line-height: 15px;
- text-align: center;
- letter-spacing: -0.3px;
- }
-
- .desc--sub {
- position: relative;
- color: $color_2;
- font-family: $font-family_1;
- font-size: 15px;
- font-weight: 700;
- line-height: 15px;
- text-align: center;
- letter-spacing: -0.3px;
- }
- }
- }
- // Step 06 - M&A진행결정시
- .progress--step.step--06 {
- position: absolute;
- width: 222px;
- height: 162px;
- top: 85px;
- left: 978px;
- z-index: 28;
-
- .step--arrow {
- position: relative;
- width: 160px;
- height: 82px;
- margin: 0 0 0 32px;
- background: url(../img/man_arrow_bg.png) no-repeat center;
- background-size: cover;
- z-index: 28;
- }
-
- .step--box {
- display: flex;
- align-items: center;
- flex-wrap: nowrap;
- gap: 20px;
- position: relative;
- width: 222px;
- margin: 0 0 0 0;
- padding: 15px 30px 15px 20px;
- background: #ffffff;
- border: 1px solid rgba(46, 204, 113, 0.5);
- z-index: 21;
- border-radius: 100px;
- box-shadow: 0 0 10px 0 rgba(46, 204, 113, 0.3);
-
- .step--icon {
- flex-shrink: 0;
- position: relative;
- width: 50px;
- height: 50px;
- background: #2ecc71;
- z-index: 22;
- border-radius: 1000px;
-
- .icon--img {
- position: relative;
- width: 24px;
- height: 19px;
- margin: 16px 0 0 13px;
- background: url(../img/blk_01.svg) no-repeat center;
- background-size: cover;
- z-index: 23;
- overflow: hidden;
- }
- }
-
- .step--desc {
- flex-shrink: 0;
- position: relative;
- width: 102px;
- font-family: $font-family_1;
- font-size: 15px;
- font-weight: 400;
- line-height: 15px;
- text-align: left;
- text-overflow: initial;
- white-space: nowrap;
- letter-spacing: -0.3px;
- z-index: 24;
-
- .desc--main {
- position: relative;
- color: $color_2;
- font-family: $font-family_1;
- font-size: 15px;
- font-weight: 400;
- line-height: 15px;
- text-align: left;
- letter-spacing: -0.3px;
- }
-
- .desc--sub {
- position: relative;
- color: $color_2;
- font-family: $font-family_1;
- font-size: 15px;
- font-weight: 700;
- line-height: 15px;
- text-align: left;
- letter-spacing: -0.3px;
- }
- }
- }
- }
- // 나머지 Progress Steps와 Line 연결 요소들
-
- // Step 03 - M&A 상담
- .progress--step.step--03 {
- position: absolute;
- width: 313px;
- height: 308px;
- top: 93px;
- left: 365px;
- z-index: 29;
-
- .step--badge {
- &.badge--blue {
- position: relative;
- width: 79px;
- height: 79px;
- margin: 229px 0 0 0;
- background: url(../img/blue_ic01.svg) no-repeat center;
- background-size: cover;
- overflow: hidden;
- }
-
- &.badge--purple {
- position: absolute;
- width: 57px;
- height: 57px;
- top: 0;
- left: 41px;
- background: url(../img/purple_ic01.svg) no-repeat center;
- background-size: cover;
- z-index: 1;
- overflow: hidden;
- }
- }
-
- .step--box {
- display: flex;
- align-items: center;
- flex-wrap: nowrap;
- gap: 20px;
- position: absolute;
- width: 239px;
- height: 80px;
- top: 26px;
- left: 74px;
- padding: 15px 30px 15px 20px;
- background: #ffffff;
- border: 1px solid rgba(46, 204, 113, 0.5);
- z-index: 11;
- border-radius: 100px;
- box-shadow: 0 0 10px 0 rgba(46, 204, 113, 0.3);
-
- .step--icon {
- flex-shrink: 0;
- position: relative;
- width: 50px;
- height: 50px;
- background: #2ecc71;
- z-index: 12;
- border-radius: 1000px;
-
- .icon--img {
- position: relative;
- width: 21px;
- height: 22px;
- margin: 14px 0 0 15px;
- background: url(../img/blk_02.svg) no-repeat center;
- background-size: cover;
- z-index: 13;
- overflow: hidden;
- }
- }
-
- .step--desc {
- flex-shrink: 0;
- position: relative;
- width: 119px;
- font-family: $font-family_1;
- font-size: 15px;
- font-weight: 400;
- line-height: 15px;
- text-align: left;
- text-overflow: initial;
- white-space: nowrap;
- letter-spacing: -0.3px;
- z-index: 14;
-
- .desc--sub {
- position: relative;
- color: $color_2;
- font-family: $font-family_1;
- font-size: 15px;
- font-weight: 700;
- line-height: 15px;
- text-align: left;
- letter-spacing: -0.3px;
- }
-
- .desc--main {
- position: relative;
- color: $color_2;
- font-family: $font-family_1;
- font-size: 15px;
- font-weight: 400;
- line-height: 15px;
- text-align: left;
- letter-spacing: -0.3px;
- }
- }
- }
-
- .step--dot.dot--purple {
- position: absolute;
- width: 10px;
- height: 10px;
- top: 153px;
- left: 19px;
- background: url(../img/purple_dot01.svg) no-repeat center;
- background-size: cover;
- z-index: 29;
- border-radius: 50%;
- }
- }
-
- // Step 02 - M&A궁합 담당자 전화
- .progress--step.step--02 {
- position: absolute;
- width: 228px;
- height: 218px;
- top: 136px;
- left: 180px;
- z-index: 30;
-
- .step--dot.dot--green {
- position: relative;
- width: 10px;
- height: 10px;
- margin: 0 0 0 164px;
- background: url(../img/green_dot01.svg) no-repeat center;
- background-size: cover;
- z-index: 30;
- border-radius: 50%;
- }
-
- .step--box {
- display: flex;
- align-items: center;
- flex-wrap: nowrap;
- gap: 20px;
- position: relative;
- width: 228px;
- margin: 128px 0 0 0;
- padding: 15px 30px 15px 20px;
- background: #ffffff;
- border: 1px solid rgba(46, 204, 113, 0.5);
- z-index: 7;
- border-radius: 100px;
- box-shadow: 0 0 10px 0 rgba(46, 204, 113, 0.3);
-
- .step--icon {
- flex-shrink: 0;
- position: relative;
- width: 50px;
- height: 50px;
- background: #2ecc71;
- z-index: 8;
- border-radius: 1000px;
-
- .icon--img {
- position: relative;
- width: 18px;
- height: 18px;
- margin: 16px 0 0 16px;
- background: url(../img/blk_03.svg) no-repeat center;
- background-size: cover;
- z-index: 9;
- overflow: hidden;
- }
- }
-
- .step--desc {
- flex-shrink: 0;
- position: relative;
- width: 108px;
- font-family: $font-family_1;
- font-size: 15px;
- font-weight: 400;
- line-height: 15px;
- text-align: left;
- text-overflow: initial;
- white-space: nowrap;
- letter-spacing: -0.3px;
- z-index: 10;
-
- .desc--main {
- position: relative;
- color: $color_2;
- font-family: $font-family_1;
- font-size: 15px;
- font-weight: 400;
- line-height: 15px;
- text-align: left;
- letter-spacing: -0.3px;
- }
-
- .desc--sub {
- position: relative;
- color: $color_2;
- font-family: $font-family_1;
- font-size: 15px;
- font-weight: 700;
- line-height: 15px;
- text-align: left;
- letter-spacing: -0.3px;
- }
- }
- }
- }
-
- // Step 05 - 진행 여부 결정
- .progress--step.step--05 {
- position: absolute;
- width: 252.5px;
- height: 154px;
- top: 190px;
- left: 726px;
- z-index: 32;
-
- .step--dot.dot--pink {
- position: relative;
- width: 10px;
- height: 10px;
- margin: 0 0 0 173px;
- background: url(../img/pink_dot01.svg) no-repeat center;
- background-size: cover;
- z-index: 32;
- border-radius: 50%;
- }
-
- .step--line.line--04 {
- position: absolute;
- width: 49.5px;
- height: 61.5px;
- top: 16.5px;
- left: 203px;
- background: url(../img/line_05.svg) no-repeat center;
- background-size: cover;
- z-index: 16;
- }
-
- .step--box {
- display: flex;
- align-items: center;
- flex-wrap: nowrap;
- gap: 20px;
- position: absolute;
- width: 203px;
- height: 80px;
- top: 37px;
- left: 0;
- padding: 15px 30px 15px 20px;
- background: #ffffff;
- border: 1px solid rgba(46, 204, 113, 0.5);
- z-index: 17;
- border-radius: 100px;
- box-shadow: 0 0 10px 0 rgba(46, 204, 113, 0.3);
-
- .step--icon {
- flex-shrink: 0;
- position: relative;
- width: 50px;
- height: 50px;
- background: #2ecc71;
- z-index: 18;
- border-radius: 1000px;
-
- .icon--img {
- position: relative;
- width: 20px;
- height: 22px;
- margin: 14px 0 0 15px;
- background: url(../img/blk_04.svg) no-repeat center;
- background-size: cover;
- z-index: 19;
- overflow: hidden;
- }
- }
-
- .step--desc {
- flex-shrink: 0;
- position: relative;
- width: 83px;
- font-family: $font-family_1;
- font-size: 15px;
- font-weight: 400;
- line-height: 15px;
- text-align: left;
- text-overflow: initial;
- white-space: nowrap;
- letter-spacing: -0.3px;
- z-index: 20;
-
- .desc--sub {
- position: relative;
- color: $color_2;
- font-family: $font-family_1;
- font-size: 15px;
- font-weight: 700;
- line-height: 15px;
- text-align: left;
- letter-spacing: -0.3px;
- }
-
- .desc--main {
- position: relative;
- color: $color_2;
- font-family: $font-family_1;
- font-size: 15px;
- font-weight: 400;
- line-height: 15px;
- text-align: left;
- letter-spacing: -0.3px;
- }
- }
- }
-
- .step--badge.badge--clover {
- position: absolute;
- width: 63px;
- height: 63px;
- top: 91px;
- left: 165px;
- background: url(../img/clovar_ic.svg) no-repeat center;
- background-size: cover;
- z-index: 2;
- overflow: hidden;
- }
- }
-
- // Step Line - 연결선
- .progress--step.step--line {
- position: absolute;
- width: 70px;
- height: 199px;
- top: 116px;
- left: 110px;
- z-index: 31;
-
- .step--dot.dot--yellow {
- position: relative;
- width: 10px;
- height: 10px;
- margin: 0 0 0 14px;
- background: url(../img/yellow_dot01.svg) no-repeat center;
- background-size: cover;
- z-index: 31;
- border-radius: 50%;
- }
-
- .step--line.line--02 {
- position: relative;
- width: 70px;
- height: 164px;
- margin: 25.5px 0 0 0;
- background: url(../img/line_03.svg) no-repeat center;
- background-size: cover;
- z-index: 25;
- }
- }
-
- // 전역 라인 요소들
- .step--line.line--01 {
- position: absolute;
- width: 90.5px;
- height: 155px;
- top: 67.5px;
- left: 44px;
- background: url(../img/line_02.svg) no-repeat center;
- background-size: cover;
- z-index: 26;
- }
-
- .step--line.line--03 {
- position: absolute;
- width: 47px;
- height: 108px;
- top: 159.5px;
- left: 679px;
- background: url(../img/line_04.svg) no-repeat center;
- background-size: cover;
- z-index: 15;
- }
-
- }
- }
- }
- .faq--wrapper{
- width: 100%;
- display: flex;
- justify-content: center;
- padding-top:120px;
- padding-bottom:120px;
- .inner--contents{
- width:100%;
- max-width:1200px;
- .section--title{
- color: #191919;
- text-align: center;
- font-size: 35px;
- font-style: normal;
- font-weight: 800;
- line-height: 100%; /* 35px */
- letter-spacing: -0.7px;
- }
- .faq--list--wrap{
- width:100%;
- max-width:1200px;
- padding-top:70px;
- ul{
- width: 100%;
- border-bottom:1px solid #E6E6E6;
- li{
- width: 100%;
- text-align: left;
- border-top:1px solid #E6E6E6;
- position: relative;
-
-
-
- @for $i from 1 through 9 {
- &:nth-of-type(#{$i}) {
- .faq--item--title {
- &::before {
- content: 'Q#{$i}';
- }
- }
- }
- }
- .faq--item--title{
- padding:30px 20px;
- position: relative;
- cursor: pointer;
- transition: background-color 0.3s ease;
- &:after{
- content:'';
- display: block;
- width:100%;
- height:1px;
- width:18px;
- height:18px;
- background: url(../img/chv_down.svg) no-repeat center center / contain;
- position: absolute;
- top:50%;
- right:20px;
- transform: translateY(-50%);
- }
- &.active{
- &:after{
- background: url(../img/chv_up.svg) no-repeat center center / contain;
- transform: translateY(-50%) rotate(0deg);
- }
- }
-
- > p{
- padding-left:60px;
- color: #222;
- font-size: 18px;
- font-style: normal;
- font-weight: 400;
- line-height: 100%; /* 18px */
- letter-spacing: -0.36px;
- }
- &::before{
- content:'';
- display:inline-flex;
- align-items: center;
- justify-content: center;
- position: absolute;
- top:50%;
- left:20px;
- transform: translateY(-50%);
- width:40px;
- min-width:40px;
- height:40px;
- border-radius: 40px;
- border-radius: 100px;
- border: 1px solid #E6E6E6;
- background: #FFF;
- color: #2ECC71;
- text-align: center;
- font-size: 15px;
- font-style: normal;
- font-weight: 700;
- line-height: 100%; /* 15px */
- letter-spacing: -0.3px;
- }
- }
- .faq--item--content{
- position: relative;
- padding:30px 20px;
- border-top: 1px solid #E6E6E6;
- background: #F6F6F6;
- display: none;
- > p{
- padding-left:60px;
- color: #333;
- font-size: 16px;
- font-style: normal;
- font-weight: 400;
- line-height: 100%; /* 16px */
- letter-spacing: -0.32px;
- }
- &::before{
- content:'A';
- position: absolute;
- top:50%;
- left:20px;
- transform: translateY(-50%);
- color: #FFF;
- text-align: center;
- font-size: 17px;
- font-style: normal;
- font-weight: 700;
- line-height: 100%; /* 17px */
- letter-spacing: -0.34px;
- display: inline-flex;
- align-items: center;
- justify-content: center;
- width:40px;
- min-width:40px;
- height:40px;
- border-radius: 100px;
- background: linear-gradient(180deg, #65CC2E 0%, #2ECC71 52.4%, #2597D0 100%);
- }
- }
- }
- }
- }
- }
- }
- }
- footer{
- display: flex;
- align-items: center;
- justify-content: center;
- width:100%;
- background: #191919;
- section{
- width:100%;
- padding-top:40px;
- padding-bottom:55px;
- max-width:1200px;
- display: flex;
- align-items: flex-end;
- justify-content: space-between;
- .footer--left{
- >a{
- display: block;
- width: 100%;
- max-width: 163px;
- img{
- width: 100%;
- }
- }
- .copy--text{
- display: flex;
- flex-direction: column;
- gap:20px;
- margin-top:30px;
- p{
- color: #FFF;
- font-size: 16px;
- font-style: normal;
- font-weight: 500;
- line-height: 100%;
- letter-spacing: -0.32px;
-
- span{
- color: #FFF;
- font-size: 16px;
- font-style: normal;
- font-weight: 500;
- line-height: 100%;
- letter-spacing: -0.32px;
- margin-right:31px;
- position: relative;
- &::after{
- content:'';
- display: block;
- width:1px;
- height:100%;
- background: #535353;
- position: absolute;
- top:50%;
- width:1px;
- height:15px;
- right:-16px;
- transform: translateY(-50%);
- }
-
- &:last-child{
- margin-right:0px;
- &::after{
- display: none;
- }
- }
- }
- }
- }
- }
- .footer--right{
- display: flex;
- gap:50px;
- a{
- color: #FFF;
- font-size: 16px;
- font-style: normal;
- font-weight: 500;
- line-height: 100%; /* 16px */
- letter-spacing: -0.32px;
- text-transform: uppercase;
- }
- }
- }
- }
|