|
|
@ -1,23 +1,5 @@
|
|
|
|
@charset "utf-8";
|
|
|
|
@charset "utf-8";
|
|
|
|
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
|
|
|
|
font-family: "Nanumsquare_L";
|
|
|
|
|
|
|
|
src: url("../../../font/nanumsquare/NanumSquare_acL.eot?") format("eot"),
|
|
|
|
|
|
|
|
url("../../../font/nanumsquare/NanumSquare_acL.woff") format("woff"),
|
|
|
|
|
|
|
|
url("../../../font/nanumsquare/NanumSquare_acL.ttf") format("truetype");
|
|
|
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
|
|
|
font-style: normal;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
|
|
|
|
font-family: "Nanumsquare_B";
|
|
|
|
|
|
|
|
src: url("../../../font/nanumsquare/NanumSquare_acB.eot?") format("eot"),
|
|
|
|
|
|
|
|
url("../../../font/nanumsquare/NanumSquare_acB.woff") format("woff"),
|
|
|
|
|
|
|
|
url("../../../font/nanumsquare/NanumSquare_acB.ttf") format("truetype");
|
|
|
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
|
|
|
font-style: normal;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.login_bg {
|
|
|
|
.login_bg {
|
|
|
|
background-color: white;
|
|
|
|
background-color: white;
|
|
|
|
height: 100%;
|
|
|
|
height: 100%;
|
|
|
@ -36,13 +18,13 @@
|
|
|
|
font-size: 70px;
|
|
|
|
font-size: 70px;
|
|
|
|
color: #4d5769;
|
|
|
|
color: #4d5769;
|
|
|
|
margin-top: 60px;
|
|
|
|
margin-top: 60px;
|
|
|
|
font-family: Nanumsquare_L;
|
|
|
|
font-family: 'Public Sans';
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.login_text .l2 {
|
|
|
|
.login_text .l2 {
|
|
|
|
font-size: 18px;
|
|
|
|
font-size: 18px;
|
|
|
|
color: #959595;
|
|
|
|
color: #959595;
|
|
|
|
margin-top: 10px;
|
|
|
|
margin-top: 10px;
|
|
|
|
font-family: Nanumsquare_L;
|
|
|
|
font-family: 'Public Sans';
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.login_text .l2 span{
|
|
|
|
.login_text .l2 span{
|
|
|
|
color: #006fbe;
|
|
|
|
color: #006fbe;
|
|
|
@ -62,7 +44,7 @@
|
|
|
|
border: 2px solid #828282;
|
|
|
|
border: 2px solid #828282;
|
|
|
|
background: #fff;
|
|
|
|
background: #fff;
|
|
|
|
font-size: 20px;
|
|
|
|
font-size: 20px;
|
|
|
|
font-family: Nanumsquare_B;
|
|
|
|
font-family: 'Public Sans';
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.login_text .input_wrap input::placeholder {
|
|
|
|
.login_text .input_wrap input::placeholder {
|
|
|
|
color: rgba(205, 206, 206, 1);
|
|
|
|
color: rgba(205, 206, 206, 1);
|
|
|
@ -97,7 +79,7 @@
|
|
|
|
.login_text .input_wrap2 a{
|
|
|
|
.login_text .input_wrap2 a{
|
|
|
|
display: inline-block;
|
|
|
|
display: inline-block;
|
|
|
|
font-size: 14px;
|
|
|
|
font-size: 14px;
|
|
|
|
font-family: Nanumsquare_B;
|
|
|
|
font-family: 'Public Sans';
|
|
|
|
font-weight: 700;
|
|
|
|
font-weight: 700;
|
|
|
|
color: #959595;
|
|
|
|
color: #959595;
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -156,7 +138,7 @@
|
|
|
|
border: 1px solid #d9d9d9;
|
|
|
|
border: 1px solid #d9d9d9;
|
|
|
|
box-sizing: border-box;
|
|
|
|
box-sizing: border-box;
|
|
|
|
border-radius: 32px;
|
|
|
|
border-radius: 32px;
|
|
|
|
font-family: Nanumsquare_B;
|
|
|
|
font-family: 'Public Sans';
|
|
|
|
cursor: pointer;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/*2021.09.24 박소영 새로추가*/
|
|
|
|
/*2021.09.24 박소영 새로추가*/
|
|
|
|