diff --git a/src/component/intro/IntroTemplate.jsx b/src/component/intro/IntroTemplate.jsx
index cd3a5ef..d41768c 100644
--- a/src/component/intro/IntroTemplate.jsx
+++ b/src/component/intro/IntroTemplate.jsx
@@ -34,11 +34,14 @@ function IntroTemplate() {
/>
- 우리 플랫폼의 목적
- 개발도상국의 빈곤감소 및 삶의 질 향상, 여성, 아동, 장애인, 청소년의 인권향상, 성평등 실현, 지속가능한 발전 및 인도주의를 실현하고, 협력대상국과의 경제 협력 및 우호협력관계 증진, 국제사회의 평화와 번영에 기여함.
+ UniSphere의 뜻은?
+ 1. Unity + Sphere
+ 2. 국경을 넘는 우정과 협력의 첫 걸음
+
+
- 이렇게 사용해보세요!
- 홈페이지에 접속하면, 홈페이지 소개와 공지사항을 확인할 수 있습니다.
+ UniSphere 플랫폼의 목적은?
+ 청년 단체들의 교류 활성화를 촉진시키고, 국제 개발 협력에 관련한 정보들을 취합하여 한 눈에 볼 수 있게 하는 웹 플랫폼 제공.
@@ -171,11 +174,11 @@ function IntroTemplate() {
const TextPart = styled.div`
width: 50vw;
- height: 50vh;
+ height: 23vh;
border: none;
position: relative;
left: 26vw;
- top: 4vh;
+ top: 5vh;
h1 {
font-family: 'Malgun Gothic', sans-serif;
@@ -187,9 +190,9 @@ function IntroTemplate() {
main {
font-family: 'Malgun Gothic', sans-serif;
- font-weight: 300;
+ font-weight: 500;
font-size: 18px;
- padding: 0 14px 40px 14px;
+ padding: 0 0 2.5vh 3vw;
}
icon {
diff --git a/src/screen/MainScreen.jsx b/src/screen/MainScreen.jsx
index cfacf87..6418715 100644
--- a/src/screen/MainScreen.jsx
+++ b/src/screen/MainScreen.jsx
@@ -1,5 +1,4 @@
-import React, { useState } from 'react';
-import styled from 'styled-components';
+import React from 'react';
import BeforeLoginSet from '../component/main screen/BeforeLogin';
import AfterLoginSet from '../component/main screen/AfterLogin';
import { getCookie } from '../api/cookie';