You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
html{
|
|
|
|
font-feature-settings: 'ss01', 'ss02', 'ss08';
|
|
|
|
scroll-behavior: smooth !important;
|
|
|
|
}
|
|
|
|
body{
|
|
|
|
color:#212121;
|
|
|
|
letter-spacing: -1px;
|
|
|
|
font-family: "Noto Sans KR", sans-serif !important;
|
|
|
|
overflow-y: auto;
|
|
|
|
overflow-x: hidden;
|
|
|
|
}
|
|
|
|
a {
|
|
|
|
color:#212121 !important;
|
|
|
|
text-decoration: none !important;
|
|
|
|
}
|
|
|
|
.jost{
|
|
|
|
font-family: 'Jost', serif !important;
|
|
|
|
}
|
|
|
|
.k-input{
|
|
|
|
font-weight: 300;
|
|
|
|
font-size: 18px;
|
|
|
|
line-height: 140%;
|
|
|
|
padding:10px;
|
|
|
|
border:0;
|
|
|
|
border:1px solid #bbb;
|
|
|
|
width: 100%;
|
|
|
|
margin-bottom:25px;
|
|
|
|
|
|
|
|
&:focus, &:focus-visible{
|
|
|
|
outline:none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.black-submit-button{
|
|
|
|
font-size:14px;
|
|
|
|
color:#fff;
|
|
|
|
background: #212121;;
|
|
|
|
border-radius:100px;
|
|
|
|
padding : 11px 20px;
|
|
|
|
cursor:pointer;
|
|
|
|
display: inline-block;
|
|
|
|
border:0;
|
|
|
|
}
|