feat: 로그인 팝업 뒤로가기 추가 및 모바일에 로그인화면 뜨도록 수정
parent
f0eae1eac1
commit
0892a9bec9
|
|
@ -2696,134 +2696,47 @@ ul.faq-q > li textarea {
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
min-width: 620px;
|
min-width: 620px;
|
||||||
}
|
}
|
||||||
.mfp-content {
|
.mfp-content {
|
||||||
&.login-popup-content {
|
&.login-popup-content {
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.login-popup {
|
||||||
|
position: relative;
|
||||||
|
width: 610px;
|
||||||
|
height: 347px;
|
||||||
|
margin: 0px auto;
|
||||||
|
padding: 40px;
|
||||||
|
background-color: #fff;
|
||||||
|
border: 1px solid #000000;
|
||||||
|
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
|
||||||
|
|
||||||
|
.mfp-back {
|
||||||
|
display: none;
|
||||||
|
width: 60px;
|
||||||
|
height: 60px;
|
||||||
|
position: absolute;
|
||||||
|
left: 0px;
|
||||||
|
top: 0px;
|
||||||
|
border-width: 0px;
|
||||||
|
background-color: #333333;
|
||||||
|
-moz-background-size: 30%;
|
||||||
|
-webkit-background-size: 30%;
|
||||||
|
-o-background-size: 30%;
|
||||||
|
background-size: 30%;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-position: center;
|
||||||
|
background-image: url("/com/img/main/signin/back.svg?v=20240607_1153");
|
||||||
}
|
}
|
||||||
.login-popup {
|
.contents-title {
|
||||||
position: relative;
|
font-size: 36px;
|
||||||
width: 610px;
|
margin-bottom: 10px;
|
||||||
height: 347px;
|
color: #161616;
|
||||||
margin: 0px auto;
|
text-align: center;
|
||||||
padding: 40px;
|
font-weight: bold;
|
||||||
background-color: #fff;
|
}
|
||||||
border: 1px solid #000000;
|
.t-center {
|
||||||
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
|
.account-type-wrapper {
|
||||||
|
|
||||||
.mfp-back {
|
|
||||||
display: none;
|
|
||||||
width: 60px;
|
|
||||||
height: 60px;
|
|
||||||
position: absolute;
|
|
||||||
left: 0px;
|
|
||||||
top: 0px;
|
|
||||||
border-width: 0px;
|
|
||||||
background-color: #333333;
|
|
||||||
-moz-background-size: 30%;
|
|
||||||
-webkit-background-size: 30%;
|
|
||||||
-o-background-size: 30%;
|
|
||||||
background-size: 30%;
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
background-position: center;
|
|
||||||
background-image: url("/com/img/main/signin/back.svg?v=20240607_1153");
|
|
||||||
}
|
|
||||||
.contents-title {
|
|
||||||
font-size: 36px;
|
|
||||||
margin-bottom: 10px;
|
|
||||||
color: #161616;
|
|
||||||
text-align: center;
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
.t-center {
|
|
||||||
.account-type-wrapper {
|
|
||||||
&>p {
|
|
||||||
text-align: center;
|
|
||||||
width: 100%;
|
|
||||||
display: block;
|
|
||||||
font-size: 18px;
|
|
||||||
margin-bottom: 30px;
|
|
||||||
color: #161616;
|
|
||||||
font-weight: normal;
|
|
||||||
}
|
|
||||||
&>ul {
|
|
||||||
width: 100%;
|
|
||||||
display: inline-block;
|
|
||||||
&>li {
|
|
||||||
width: 150px;
|
|
||||||
height: 150px;
|
|
||||||
display: inline-block;
|
|
||||||
border: 0px solid #222222;
|
|
||||||
font-size: 40px;
|
|
||||||
cursor: pointer;
|
|
||||||
background: #FFFFFF;
|
|
||||||
box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.15);
|
|
||||||
border-radius: 20px;
|
|
||||||
padding: 30px;
|
|
||||||
|
|
||||||
&:hover {
|
|
||||||
background: #3378C1;
|
|
||||||
color: #ffffff;
|
|
||||||
&>div {
|
|
||||||
&>div.icons {
|
|
||||||
&.individual-user {
|
|
||||||
background-image: url("/com/img/main/signin/individual_user_white.svg?v=20240607_1153");
|
|
||||||
}
|
|
||||||
&.corporate-user {
|
|
||||||
background-image: url("/com/img/main/signin/corporate_user_white.svg?v=20240607_1153");
|
|
||||||
}
|
|
||||||
&.ordering-organization {
|
|
||||||
background-image: url("/com/img/main/signin/ordering_organization_white.svg?v=20240607_1153");
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
&.center {
|
|
||||||
margin:0px 30px;
|
|
||||||
}
|
|
||||||
|
|
||||||
&>div {
|
|
||||||
text-align: center;
|
|
||||||
&>div.icons {
|
|
||||||
display: inline-block;
|
|
||||||
width: 75px;
|
|
||||||
height: 75px;
|
|
||||||
-moz-background-size: cover;
|
|
||||||
-webkit-background-size: cover;
|
|
||||||
-o-background-size: cover;
|
|
||||||
background-size: cover;
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
background-position: center;
|
|
||||||
&.individual-user {
|
|
||||||
background-image: url("/com/img/main/signin/individual_user.svg?v=20240607_1153");
|
|
||||||
}
|
|
||||||
&.corporate-user {
|
|
||||||
background-image: url("/com/img/main/signin/corporate_user.svg?v=20240607_1153");
|
|
||||||
}
|
|
||||||
&.ordering-organization {
|
|
||||||
background-image: url("/com/img/main/signin/ordering_organization.svg?v=20240607_1153");
|
|
||||||
}
|
|
||||||
}
|
|
||||||
&>div {
|
|
||||||
&>span {
|
|
||||||
font-size: 16px;
|
|
||||||
font-weight: normal;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.login-radio {
|
|
||||||
line-height: 50px;
|
|
||||||
border-top: 1px solid #000000;
|
|
||||||
border-bottom: 1px solid #000000;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.signin-wrapper {
|
|
||||||
text-align: center;
|
|
||||||
&>p {
|
&>p {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
@ -2833,77 +2746,164 @@ ul.faq-q > li textarea {
|
||||||
color: #161616;
|
color: #161616;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
&>.login-form-row {
|
&>ul {
|
||||||
|
width: 100%;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font-size: 0px;
|
&>li {
|
||||||
&>.contents-row {
|
width: 150px;
|
||||||
vertical-align: top;
|
height: 150px;
|
||||||
&.id-password-wrapper {
|
display: inline-block;
|
||||||
display: inline-block;
|
border: 0px solid #222222;
|
||||||
width: 330px;
|
font-size: 40px;
|
||||||
height: 106px;
|
cursor: pointer;
|
||||||
padding: 0px;
|
background: #FFFFFF;
|
||||||
margin-right: 10px;
|
box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.15);
|
||||||
&>input {
|
border-radius: 20px;
|
||||||
height: 48px;
|
padding: 30px;
|
||||||
margin: 0px;
|
|
||||||
&#id {
|
&:hover {
|
||||||
margin-bottom: 10px;
|
background: #3378C1;
|
||||||
|
color: #ffffff;
|
||||||
|
&>div {
|
||||||
|
&>div.icons {
|
||||||
|
&.individual-user {
|
||||||
|
background-image: url("/com/img/main/signin/individual_user_white.svg?v=20240607_1153");
|
||||||
|
}
|
||||||
|
&.corporate-user {
|
||||||
|
background-image: url("/com/img/main/signin/corporate_user_white.svg?v=20240607_1153");
|
||||||
|
}
|
||||||
|
&.ordering-organization {
|
||||||
|
background-image: url("/com/img/main/signin/ordering_organization_white.svg?v=20240607_1153");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&.signin-button-wrapper {
|
&.center {
|
||||||
display: inline-block;
|
margin:0px 30px;
|
||||||
width: 139px;
|
}
|
||||||
height: 106px;
|
|
||||||
padding: 0px;
|
&>div {
|
||||||
&>button {
|
text-align: center;
|
||||||
|
&>div.icons {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 100%;
|
width: 75px;
|
||||||
height: 106px;
|
height: 75px;
|
||||||
font-size: 16px;
|
-moz-background-size: cover;
|
||||||
&.mfp-popup-close {
|
-webkit-background-size: cover;
|
||||||
display: none;
|
-o-background-size: cover;
|
||||||
|
background-size: cover;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-position: center;
|
||||||
|
&.individual-user {
|
||||||
|
background-image: url("/com/img/main/signin/individual_user.svg?v=20240607_1153");
|
||||||
}
|
}
|
||||||
|
&.corporate-user {
|
||||||
|
background-image: url("/com/img/main/signin/corporate_user.svg?v=20240607_1153");
|
||||||
|
}
|
||||||
|
&.ordering-organization {
|
||||||
|
background-image: url("/com/img/main/signin/ordering_organization.svg?v=20240607_1153");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
&>div {
|
||||||
|
&>span {
|
||||||
|
font-size: 16px;
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.login-radio {
|
||||||
|
line-height: 50px;
|
||||||
|
border-top: 1px solid #000000;
|
||||||
|
border-bottom: 1px solid #000000;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.signin-wrapper {
|
||||||
|
text-align: center;
|
||||||
|
&>p {
|
||||||
|
text-align: center;
|
||||||
|
width: 100%;
|
||||||
|
display: block;
|
||||||
|
font-size: 18px;
|
||||||
|
margin-bottom: 30px;
|
||||||
|
color: #161616;
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
&>.login-form-row {
|
||||||
|
display: inline-block;
|
||||||
|
font-size: 0px;
|
||||||
|
&>.contents-row {
|
||||||
|
vertical-align: top;
|
||||||
|
&.id-password-wrapper {
|
||||||
|
display: inline-block;
|
||||||
|
width: 330px;
|
||||||
|
height: 106px;
|
||||||
|
padding: 0px;
|
||||||
|
margin-right: 10px;
|
||||||
|
&>input {
|
||||||
|
height: 48px;
|
||||||
|
margin: 0px;
|
||||||
|
&#id {
|
||||||
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
&.signin-button-wrapper {
|
||||||
&>.login-form-options {
|
display: inline-block;
|
||||||
display: flex; /* 혹은 grid */
|
width: 139px;
|
||||||
justify-content: space-between; /* 혹은 원하는 정렬 방식 */
|
height: 106px;
|
||||||
align-items: center;
|
padding: 0px;
|
||||||
margin-top: 30px; /* 간격 조절 */
|
&>button {
|
||||||
font-size: 13px;
|
display: inline-block;
|
||||||
color: #333333;
|
width: 100%;
|
||||||
|
height: 106px;
|
||||||
&>.checkbox-container {
|
font-size: 16px;
|
||||||
display: flex;
|
&.mfp-popup-close {
|
||||||
align-items: center;
|
display: none;
|
||||||
font-size: 13px;
|
}
|
||||||
&>input {
|
|
||||||
margin: 0px;
|
|
||||||
margin-right: 10px;
|
|
||||||
}
|
|
||||||
&>label {
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
&>.find-account-links {
|
}
|
||||||
&>a {
|
}
|
||||||
color: #333333;
|
|
||||||
text-decoration: none;
|
&>.login-form-options {
|
||||||
font-size: 13px;
|
display: flex; /* 혹은 grid */
|
||||||
}
|
justify-content: space-between; /* 혹은 원하는 정렬 방식 */
|
||||||
&>.vertical-bar {
|
align-items: center;
|
||||||
color: #999999;
|
margin-top: 30px; /* 간격 조절 */
|
||||||
}
|
font-size: 13px;
|
||||||
|
color: #333333;
|
||||||
|
|
||||||
|
&>.checkbox-container {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
font-size: 13px;
|
||||||
|
&>input {
|
||||||
|
margin: 0px;
|
||||||
|
margin-right: 10px;
|
||||||
|
}
|
||||||
|
&>label {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
&>.find-account-links {
|
||||||
|
&>a {
|
||||||
|
color: #333333;
|
||||||
|
text-decoration: none;
|
||||||
|
font-size: 13px;
|
||||||
|
}
|
||||||
|
&>.vertical-bar {
|
||||||
|
color: #999999;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
/* ====================================== */
|
/* ====================================== */
|
||||||
// 메인 로그인 팝업 끝
|
// 메인 로그인 팝업 끝
|
||||||
/* ====================================== */
|
/* ====================================== */
|
||||||
Loading…
Reference in New Issue