Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[윤혜림] Sprint1 #18

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .DS_Store
Binary file not shown.
112 changes: 112 additions & 0 deletions css/reset.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,112 @@
@charset "utf-8";

/* 폰트 */
/* rokaf */
@font-face{
src: url('../fonts/rokaf/ROKAF\ Sans\ Medium.ttf') format('truetype');
font-family: "Rokaf";
font-weight:500;
}
@font-face{
src: url('../fonts/rokaf/ROKAF\ Sans\ Bold.ttf') format('truetype');
font-family: "Rokaf";
font-weight:700
}
/* pretendard */
@font-face {
src: url('../fonts/pretendard/Pretendard-Medium.woff') format("woff");
font-family: "pretendard";
font-weight:400
}
@font-face {
src: url('../fonts/pretendard/Pretendard-Regular.woff') format("woff");
font-family: "pretendard";
font-weight:500
}
@font-face {
src: url('../fonts/pretendard/Pretendard-SemiBold.woff') format("woff");
font-family: "pretendard";
font-weight:600
}
@font-face {
src: url('../fonts/pretendard/Pretendard-Bold.woff') format("woff");
font-family: "pretendard";
font-weight:700
}

/*공통 Reset*/
*{
box-sizing:border-box;
}
html,
body,h1,h2,h3,h4,h5 {
letter-spacing: -0.4px;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, button,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
display:block;
}
ul {
list-style:none;
}
blockquote, q {
quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content:''; content:none;
}
a {
display:block;
margin:0;
padding:0;
font-size:100%;
background:transparent;
text-decoration:none;
color:inherit;
}
img,iframe,video{
max-width:100%;
}
section, header, footer{
position:relative;
overflow:hidden;
}
img {
display:block;
image-rendering:-moz-auto;
image-rendering:-o-auto;
image-rendering:auto;
image-rendering:-webkit-optimize-contrast;
-ms-interpolation-mode:nearest-neighbor;
}
body{
width:100%;
max-width:100%;
overflow-x: visible;
overflow-y: auto;
font-weight:normal;
font-size: 10px;
color:#000;
font-family: 'pretendard';
}
246 changes: 246 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,246 @@
@charset "utf-8";

.headerWrap,
section,
.footerWrap {
padding:0 200px
}
header{
position:fixed;
top:0;
left:0;
right:0;
z-index:1;
height:70px;
border-bottom:1px solid #DFDFDF;
background:#fff;
}
.headerWrap{
-webkit-display:flex;
display:flex;
-webkit-flex-direction:row;
flex-direction:row;
align-items: center;
justify-content: space-between;
height:100%;
}
.logoWrap > a{
-webkit-display:flex;
display:flex;
-webkit-flex-direction:row;
flex-direction:row;
align-items: center;
}
.logoWrap > a .txt{
margin-left:8px;
font-family: 'Rokaf';
font-size:2.563em;
font-weight:700;
color:#3692FF
}
.btnLogin{
width:128px;
height:48px;
line-height:48px;
text-align:center;
border-radius:8px;
transition:.3s;
font-size:1.6em;
font-weight:600;
background:#3692FF;
color:#F9FAFB;
}
.btnLogin:hover{
background:#1967D6
}
.section1{
margin-top:70px;
}
section.type1{
min-height:540px;
background:#CFE5FF
}
section .contentsWrap{
-webkit-display:flex;
display:flex;
-webkit-flex-direction:row;
flex-direction:row;
justify-content: center;
align-items: center;
min-height:inherit;
}
.type1 .contentsWrap{
align-items:end;
}
.type1 .contentsWrap .txtBox{
min-width:fit-content;
margin:0 8px 100px 0;
}
section .title{
line-height:1.4
}
.type1 .title{
margin-bottom:32px;
font-size:4em;
color:#374151;
}
.type1 .btnMain{
min-width:357px;
height:56px;
line-height:56px;
text-align:center;
border-radius:40px;
transition:.3s;
background:#3692FF;
color:#F9FAFB;
font-size:2em;
font-weight:600;
}
.type1 .btnMain:hover{
background:#1967D6
}
.type2 .contentsWrap{
max-width:988px;
margin:138px auto;
justify-content: space-between;
border-radius:12px;
overflow:hidden;
background:#FCFCFC
}
.type2 .txtBox{
flex:1;
padding-left:65px;
}
.section3.type2 .txtBox{
text-align:right;
padding-left:0;
padding-right:65px;
}
.type2 .keyword{
font-size:1.8em;
font-weight:700;
color:#3692FF
}
.type2 .title{
margin:15px 0 25px;
font-size:4em
}
.type2 .description{
font-size:2.4em;
font-weight:400;
line-height:32px;
color:#374151;
}
footer{
padding:32px 0 108px;
background:#111827;
color:#E5E7EB
}
.footerWrap{
-webkit-display:flex;
display:flex;
-webkit-flex-direction:row;
flex-direction:row;
justify-content: space-between;
align-items: center;
}
.footerWrap .copyright{
color:#9CA3AF
}
.footerWrap .btnLink{
-webkit-display:flex;
display:flex;
-webkit-flex-direction:row;
flex-direction:row;
align-items: center;
}
.footerWrap .btnLink > a{
margin-right:30px;
}
.footerWrap .btnLink > a:last-child{
margin-right:0;
}
.footerWrap .socialBox{
-webkit-display:flex;
display:flex;
-webkit-flex-direction:row;
flex-direction:row;
align-items: center;
}
.footerWrap .socialBox li{
margin-right:10px;
cursor: pointer;
}
.footerWrap .socialBox li:last-child{
margin-right:0
}

@media (max-width: 1500px) {
.type1 .title,
.type2 .title{
font-size:3.7em;
}
.type1 .btnMain{
min-width:300px;
}
.type2 .description{
font-size: 2.2em;
}
}

@media (max-width: 1350px) {
.type1 .title,
.type2 .title{
font-size:3.3em;
}
.type1 .btnMain{
min-width:250px;
}
.type2 .description{
font-size: 2em;
}
.type2 .imgBox{
flex:1.5
}
}

@media (max-width: 1250px){
section.type1{
min-height:500px;
}
.type1 .title,
.type2 .title{
font-size:2.7em;
}
.type1 .btnMain{
min-width:230px;
}
.type2 .contentsWrap{
margin:120px auto;
}
.type2 .description{
font-size: 1.5em;
line-height: 24px;
}
.type2 .txtBox{
padding:0 30px;
}
.section3.type2 .txtBox{
padding:0 30px;
}
}

@media (max-width: 1050px){
section.type1 {
min-height: 400px;
}
.type1 .title, .type2 .title {
font-size: 2.3em;
}
.type1 .btnMain {
min-width: 200px;
}
.type2 .contentsWrap {
margin: 100px auto;
}
}
Binary file added fonts/.DS_Store
Binary file not shown.
Binary file added fonts/pretendard/.DS_Store
Binary file not shown.
Binary file added fonts/pretendard/Pretendard-Black.woff
Binary file not shown.
Binary file added fonts/pretendard/Pretendard-Bold.woff
Binary file not shown.
Binary file added fonts/pretendard/Pretendard-ExtraBold.woff
Binary file not shown.
Binary file added fonts/pretendard/Pretendard-ExtraLight.woff
Binary file not shown.
Binary file added fonts/pretendard/Pretendard-Light.woff
Binary file not shown.
Binary file added fonts/pretendard/Pretendard-Medium.woff
Binary file not shown.
Binary file added fonts/pretendard/Pretendard-Regular.woff
Binary file not shown.
Binary file added fonts/pretendard/Pretendard-SemiBold.woff
Binary file not shown.
Binary file added fonts/pretendard/Pretendard-Thin.woff
Binary file not shown.
Binary file added fonts/rokaf/.DS_Store
Binary file not shown.
Binary file added fonts/rokaf/ROKAF Sans Bold.ttf
Binary file not shown.
Binary file added fonts/rokaf/ROKAF Sans Medium.ttf
Binary file not shown.
Binary file added img/.DS_Store
Binary file not shown.
Binary file added img/Img_home_01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/Img_home_02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/Img_home_03.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/Img_home_bottom.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/Img_home_top.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/favicon.ico
Binary file not shown.
3 changes: 3 additions & 0 deletions img/ic_facebook.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions img/ic_instagram.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions img/ic_twitter.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions img/ic_youtube.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading