| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787 |
- // Pretendard Font Face
- @font-face {
- font-family: 'Pretendard';
- font-weight: 100;
- font-style: normal;
- font-display: swap;
- src: url('/font/Pretendard-Thin.woff2') format('woff2'),
- url('/font/Pretendard-Thin.woff') format('woff');
- }
- @font-face {
- font-family: 'Pretendard';
- font-weight: 200;
- font-style: normal;
- font-display: swap;
- src: url('/font/Pretendard-ExtraLight.woff2') format('woff2'),
- url('/font/Pretendard-ExtraLight.woff') format('woff');
- }
- @font-face {
- font-family: 'Pretendard';
- font-weight: 300;
- font-style: normal;
- font-display: swap;
- src: url('/font/Pretendard-Light.woff2') format('woff2'),
- url('/font/Pretendard-Light.woff') format('woff');
- }
- @font-face {
- font-family: 'Pretendard';
- font-weight: 400;
- font-style: normal;
- font-display: swap;
- src: url('/font/Pretendard-Regular.woff2') format('woff2'),
- url('/font/Pretendard-Regular.woff') format('woff');
- }
- @font-face {
- font-family: 'Pretendard';
- font-weight: 500;
- font-style: normal;
- font-display: swap;
- src: url('/font/Pretendard-Medium.woff2') format('woff2'),
- url('/font/Pretendard-Medium.woff') format('woff');
- }
- @font-face {
- font-family: 'Pretendard';
- font-weight: 600;
- font-style: normal;
- font-display: swap;
- src: url('/font/Pretendard-SemiBold.woff2') format('woff2'),
- url('/font/Pretendard-SemiBold.woff') format('woff');
- }
- @font-face {
- font-family: 'Pretendard';
- font-weight: 700;
- font-style: normal;
- font-display: swap;
- src: url('/font/Pretendard-Bold.woff2') format('woff2'),
- url('/font/Pretendard-Bold.woff') format('woff');
- }
- @font-face {
- font-family: 'Pretendard';
- font-weight: 800;
- font-style: normal;
- font-display: swap;
- src: url('/font/Pretendard-ExtraBold.woff2') format('woff2'),
- url('/font/Pretendard-ExtraBold.woff') format('woff');
- }
- @font-face {
- font-family: 'Pretendard';
- font-weight: 900;
- font-style: normal;
- font-display: swap;
- src: url('/font/Pretendard-Black.woff2') format('woff2'),
- url('/font/Pretendard-Black.woff') format('woff');
- }
- html,
- body,
- button,
- input,
- select,
- textarea {
- font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
- }
- .ico, ::before, ::after{
- display: inline-block;
- background-repeat: no-repeat;
- background-position: center;
- background-size: 100%;
- }
- .btn--border--blue{
- border-radius: 10px;
- border: 1px solid #2f6fe0;
- color: #2f6fe0;
- font-size: 13px;
- font-weight: 600;
- display: flex;
- align-items: center;
- justify-content: center;
- text-align: center;
- }
- .user--main{
- .input--wrap{
- label{
- color: #8a8f9a;
- font-size: 13px;
- margin-bottom: 6px;
- line-height: 1;
- display: block;
- font-weight: 400;
- }
- .required{
- color: #2f6fe0;
- font-size: 13px;
- font-weight: 500;
- }
- input{
- height: 52px;
- border-radius: 12px;
- line-height: 1;
- border: 1px solid #e3e6eb;
- width: 100%;
- padding: 0 16px;
- font-size: 14px;
- font-weight: 400;
- &::placeholder{
- color: #b0b5bf;
- }
- }
- &.pw--input--wrap{
- position: relative;
- input{
- padding-right: 48px;
- }
- .pw--toggle--btn{
- display: flex;
- justify-content: center;
- align-items: center;
- position: absolute;
- right: 0px;
- width: 48px;
- height: 52px;
- bottom: 0;
- }
- }
- .input--inner--wrap{
- display: flex;
- gap: 8px;
- &.gap--4{
- gap: 4px;
- align-items: center;
- font-size: 14px;
- input{
- text-align: center;
- }
- span{
- color: #b0b5bf;
- }
- }
- }
- &+.input--info{
- margin-top: 6px;
- color: #9aa0ac;
- font-size: 12px;
- font-weight: 400;
- }
- }
- button, input[type=radio], input[type=checkbox]{
- cursor: pointer;
- }
- .float--btn--wrap{
- position: fixed;
- bottom: 32px;
- padding: 0 25px;
- left: 0;
- width: 100%;
- z-index: 100;
- a{
- display: flex;
- justify-content: center;
- align-items: center;
- text-align: center;
- line-height: 1;
- background-color: #2f6fe0;
- border-radius: 12px;
- color: #fff;
- height: 52px;
- font-size: 16px;
- font-weight: 700;
- width: 100%;
- &.disabled{
- color: #9aa0ac;
- pointer-events: none;
- background-color: #e5e7eb;
- }
- }
- }
- .color--blue{
- color: #2f6fe0!important;
- }
- }
- .join--container{
- padding: 60px 25px 100px;
- min-height: 100vh;
- .title--wrap{
- h1{
- color: #1a1d29;
- font-size: 24px;
- font-weight: 800;
- letter-spacing: -0.3px;
- }
- h2{
- color: #1a1d29;
- font-size: 22px;
- font-weight: 800;
- letter-spacing: -0.3px;
- }
- p{
- color: #8a8f9a;
- font-size: 14px;
- font-weight: 400;
- }
- }
- .login--wrap{
- .auto--login--wrap{
- display: flex;
- justify-content: space-between;
- align-items: center;
- line-height: 1;
- .auto--login{
- label{
- display: flex;
- align-items: center;
- gap: 8px;
- color: #6b7280;
- font-size: 13px;
- line-height: 1;
- font-weight: 500;
- input[type=checkbox]{
- appearance: none;
- width: 18px;
- height: 18px;
- border-radius: 5px;
- border: 1px solid #cfd4dc;
- background: #fff;
- background-image: none;
- background-repeat: no-repeat;
- background-position: center;
- background-size: 12px 12px;
- cursor: pointer;
- &:checked {
- border-color: #2f6fe0;
- background-color: #2f6fe0;
- background-image: url('/img/ico--check.svg');
- }
- }
- }
- }
- .find--pw--btn{
- color: #2f6fe0;
- font-size: 13px;
- font-weight: 500;
- }
- }
- .login--btn--wrap{
- display: flex;
- justify-content: center;
- button{
- width: 100%;
- height: 52px;
- font-size: 16px;
- font-weight: 700;
- color: #fff;
- border-radius: 12px;
- background-color: #2f6fe0;
- }
- }
- .social--login--wrap{
- .social--login--txt{
- display: flex;
- align-items: center;
- justify-content: center;
- position: relative;
- &::before{
- content: '';
- background-color: #e3e6eb;
- height: 1px;
- width: 100%;
- position: absolute;
- z-index: -1;
- top: 50%;
- }
- span{
- color: #b0b5bf;
- text-align: center;
- background-color: #fff;
- font-size: 12px;
- font-weight: 500;
- padding: 0 16px;
- }
- }
- .social--login--list{
- display: flex;
- align-items: center;
- justify-content: space-between;
- gap: 12px;
- li{
- display: flex;
- width: 33.3333%;
- align-items: center;
- justify-content: center;
- a{
- height: 52px;
- background-repeat: no-repeat;
- background-position: center;
- border-radius: 12px;
- font-size: 0;
- line-height: 0;
- background-size: 24px 24px;
- width: 100%;
- &.kakao{
- background-image: url(/img/ico--kakao.svg);
- background-color: #fee500;
- }
- &.naver{
- background-image: url(/img/ico--naver.svg);
- background-size: 20px 20px;
- background-color: #0f874f;
- }
- &.apple{
- background-image: url(/img/ico--apple.svg);
- background-color: #0f1938;
- }
- }
- }
- }
- }
- .join--btn--wrap{
- text-align: center;
- color: #8a8f9a;
- font-size: 13px;
- font-weight: 500;
- a{
- color: #2f6fe0;
- font-weight: 700;
- }
- }
- }
- .join--step--wrap{
- .step--txt{
- color: #8a8f9a;
- font-size: 12px;
- font-weight: 600;
- line-height: 1;
- }
- .step--bar{
- margin-top: 10px;
- display: flex;
- gap: 8px;
- justify-content: space-between;
- span{
- width: 33.3333%;
- height: 4px;
- background-color: #e3e6eb;
- border-radius: 2px;
- transition: backgroundColor 0.3s;
- &.active{
- background-color: #2f6fe0;
- }
- }
- }
- }
- .join--wrap{
- .all--check--wrap{
- label{
- display: flex;
- gap: 12px;
- background-color: #f4f8ff;
- padding: 18px 16px;
- border-radius: 12px;
- border: 1px solid #bbd2f7;
- align-items: center;
- color: #1a1d29;
- font-size: 15px;
- font-weight: 700;
- input[type=checkbox]{
- appearance: none;
- min-width: 24px;
- width: 24px;
- height: 24px;
- border-radius: 5px;
- border: 1px solid #cfd4dc;
- background: #fff;
- background-image: none;
- background-repeat: no-repeat;
- background-position: center;
- background-size: 16px 16px;
- cursor: pointer;
- &:checked {
- border-color: #2f6fe0;
- background-color: #2f6fe0;
- background-image: url('/img/ico--check.svg');
- }
- }
- }
- }
- .each--check--wrap{
- .each--wrap{
- padding: 12px 0px 12px 16px;
- display: flex;
- label{
- display: flex;
- color: #3d4250;
- font-size: 14px;
- font-weight: 500;
- align-items: center;
- gap: 10px;
- width: 100%;
- input[type=checkbox]{
- appearance: none;
- width: 22px;
- min-width: 22px;
- height: 22px;
- border-radius: 5px;
- border: 1px solid #cfd4dc;
- background: #fff;
- background-image: none;
- background-repeat: no-repeat;
- background-position: center;
- background-size: 14px 14px;
- cursor: pointer;
- &:checked {
- border-color: #2f6fe0;
- background-color: #2f6fe0;
- background-image: url('/img/ico--check.svg');
- }
- }
- span{
- font-weight: 600;
- color: #9aa0ac;
- font-size: 11px;
- margin-left: -4px;
- }
- }
- button{
- width: 30px;
- min-width: 30px;
- color: #b0b5bf;
- font-size: 18px;
- margin-left: auto;
- font-weight: 400;
- }
- }
- }
- .join--btn{
- width: 86px;
- min-width: 86px;
- }
- .join--bubble--wrap{
- display: flex;
- flex-wrap: wrap;
- gap: 8px;
- .area--bubble{
- border-radius: 18px;
- border: 1px solid #d6dae1;
- background-color: #fff;
- padding: 10px 20px;
- color: #4b5563;
- font-size: 13px;
- font-weight: 500;
- &.active{
- border: 1px solid #2f6fe0;
- background-color: #2f6fe0;
- color: #fff;
- font-weight: 600;
- }
- }
- }
- }
- .join--complete--wrap{
- text-align: center;
- .ico{
- width: 80px;
- height: 80px;
- background-color: #19941b;
- border-radius: 50%;
- background-image: url(/img/ico--join--complete--check.svg);
- background-position: center;
- background-size: 30px 30px;
- }
- h2{
- color: #1a1d29;
- font-size: 20px;
- font-weight: 800;
- }
- p{
- color: #8a8f9a;
- font-size: 14px;
- font-weight: 400;
- }
- }
- .join--benefit--wrap{
- border-radius: 14px;
- background-color: #f4f8ff;
- border: 1px solid #bbd2f7;
- padding: 20px 16px;
- line-height: 1.4;
- h3{
- font-size: 13px;
- font-weight: 700;
- }
- p{
- color: #1a1d29;
- font-size: 18px;
- font-weight: 800;
- }
- span{
- display: block;
- font-size: 12px;
- color: #8a8f9a;
- font-weight: 400;
- }
- }
- }
- .modal--dim{
- position: fixed;
- background-color: rgba(15,19,32,0.55);
- top: 0;
- left: 0;
- width: 100%;
- height: 100vh;
- padding: 36px;
- opacity: 0;
- transition: all 0.3s;
- z-index: 1000;
- display: flex;
- align-items: center;
- justify-content: center;
- pointer-events: none;
- &.active{
- opacity: 1;
- pointer-events: all;
- }
- .alert--wrap{
- background-color: #fff;
- min-width: 288px;
- max-width: 400px;
- width: 100%;
- border-radius: 20px;
- background: #FFF;
- box-shadow: 0 12px 32px 0 rgba(15, 23, 41, 0.22);
- padding: 32px 24px 24px 24px;
- // 기본 상태: 살짝 아래 + 투명
- opacity: 0;
- transform: translateY(24px);
- transition: opacity 0.3s ease, transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
- // 활성 상태: 제자리 + 보임 (살짝 튀어오르며 fade-in)
- &.active{
- opacity: 1;
- transform: translateY(0);
- }
- &.center{
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- text-align: center;
- }
- .error--ico{
- width: 56px;
- height: 56px;
- border-radius: 28px;
- display: flex;
- align-items: center;
- justify-content: center;
- font-size: 30px;
- font-weight: 800;
- margin-bottom: 16px;
- // 기본 (error: 빨강)
- background-color: #fee4e2;
- color: #e5484d;
- &.error--ico--success{
- background-color: #d1fae5;
- color: #059669;
- }
- &.error--ico--info{
- background-color: #dbeafe;
- color: #2563eb;
- }
- }
- .modal--tit{
- margin-bottom: 16px;
- h2{
- color: #1a1d29;
- font-size: 17px;
- font-weight: 700;
- letter-spacing: -0.3px;
- }
- }
- .modal--cont{
- p{
- color: #6b7280;
- font-size: 14px;
- font-weight: 400;
- line-height: 1.5;
- }
- }
- .modal--btn{
- margin-top: 32px;
- width: 100%;
- display: flex;
- gap: 8px;
- button{
- color: #fff;
- background-color: #2f6fe0;
- border-radius: 12px;
- width: 100%;
- height: 48px;
- font-size: 15px;
- font-weight: 700;
- transition: opacity 0.15s ease;
- &:hover{ opacity: 0.9; }
- &.cancel{
- background-color: #f3f4f6;
- color: #6b7280;
- }
- }
- }
- }
- }
- .user--header{
- height: 60px;
- position: fixed;
- top: 0;
- left: 0;
- width: 100%;
- background-color: #fff;
- z-index: 100;
- padding: 0 20px;
- .header--wrap{
- display: flex;
- align-items: center;
- height: 100%;
- .header--logo{
- display: flex;
- align-items: center;
- gap: 8px;
- .logo{
- width: 30px;
- height: 30px;
- border-radius: 9px;
- background-image: url(/img/ico--logo.svg);
- }
- h1{
- color: #1a1d29;
- font-size: 18px;
- font-weight: 800;
- letter-spacing: -0.18px;
- }
- }
- }
- }
- .home--wrap{
- background-color: #F6F7F9;
- padding-top: 60px;
- padding-bottom: 76px;
- min-height: calc(100vh);
-
- .home--tab--wrap{
- padding: 0 8px;
- background-color: #fff;
- border-bottom: 1px solid #eceef1;
- display: flex;
- overflow-x: auto;
- button{
- white-space: nowrap;
- height: 50px;
- padding: 0 12px;
- color: #8a8f9a;
- font-weight: 500;
- font-size: 15px;
- span{
- position: relative;
- }
- &.active{
- color: #1a1d29;
- font-weight: 700;
- span{
- &::before{
- content: '';
- position: absolute;
- background-color:#fc801c;
- display: inline-block;
- bottom: -11px;
- width: 100%;
- height: 2px;
- border-radius: 2px;
- }
- }
- }
- }
- }
- .home--container{
- padding: 20px 20px 25px 20px;
- }
- }
- footer{
- position: fixed;
- bottom: 0;
- left: 0;
- width: 100%;
- border-top: 1px solid #eceef1;
- background-color: #fff;
- .footer--wrap{
- display: flex;
- .ico{
- width: 24px;
- height: 24px;
- &.ico1{
- background-image: url(/img/ico--footer1.svg);
- }
- &.ico2{
- background-image: url(/img/ico--footer2.svg);
- }
- &.ico3{
- background-image: url(/img/ico--footer3.svg);
- }
- &.ico4{
- background-image: url(/img/ico--footer4.svg);
- }
- }
- a{
- width: 25%;
- display: flex;
- align-items: center;
- justify-content: center;
- flex-direction: column;
- height: 76px;
- font-size: 11px;
- font-weight: 500;
- gap: 5px;
- color: #9aa0ac;
- &.active{
- font-weight: 700;
- color: #FC801C;
- .ico{
- &.ico1{
- background-image: url(/img/ico--footer1--on.svg);
- }
- &.ico2{
- background-image: url(/img/ico--footer2--on.svg);
- }
- &.ico3{
- background-image: url(/img/ico--footer3--on.svg);
- }
- &.ico4{
- background-image: url(/img/ico--footer4--on.svg);
- }
- }
- }
- }
- }
- }
|