
File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
@charset "utf-8";
.flex {
display: flex;
justify-content: space-between;
align-items: center;
}
.pad-10 {
padding: 10px;
}
.pad-20 {
padding: 20px;
}
.pad-30 {
padding: 30px;
}
/* 박스공통 */
.border-r {
border-radius: 2.5rem;
box-shadow: 2px 2px 5px #33333333;
}
.main-content {
padding: 60px 0;
}
/* 자료실 해시태그 */
.mat-span span {
background-color: #d4d4d4;
color: rgb(90, 90, 90);
padding: 1rem 1.5rem 1rem 1.5rem;
margin: 0.2rem;
border-radius: 0.5rem;
font-size: 1.3rem;
font-weight: 600;
font-family: "Pretendard-Regular";
}
.mat-span {
width: 100%;
padding-top: 1rem;
box-shadow: 2px 2px 2px #33333300 !important;
}
/* 버튼 */
button {
cursor: pointer;
}
/* 페이지별 로고 공통 */
.page-logo {
padding: 6rem 2rem 2rem 2rem;
width: 85%;
}
.page-logo h1 {
font-size: 4rem;
font-family: SBaggroM;
font-weight: 500;
color: #0e0077;
/* position: relative; */
}