@charset "UTF-8";
/* 회원가입 방법 선택 페이지 스타일 파일입니다. */
.sign-up-method {
width: 384px;
padding: 20px;
margin: 68px auto 0;
}
.sign-up-method__title {
font-size: 30px;
font-weight: 700;
text-align: center;
}
.sign-up-method__link-normal {
margin: 40px 0;
}
.sign-up-method__link-normal a {
width: 100%;
}
.sign-up-method .open-id-sign-up__title {
position: relative;
text-align: center;
margin: 0 auto;
}
.sign-up-method .open-id-sign-up__title span {
position: relative;
display: inline-block;
padding: 0 10px;
background: var(--color-base-white);
z-index: 1;
}
.sign-up-method .open-id-sign-up__title::after {
content: "";
position: absolute;
top: 50%;
left: 0;
width: 100%;
height: 1px;
background: var(--gray200);
z-index: 0;
}
.sign-up-method .open-id-sign-up__list {
margin-top: 25px;
}
.sign-up-method .open-id-sign-up__item {
margin-top: 10px;
}
.sign-up-method .open-id-sign-up__item--link {
width: 100%;
max-height: 66px;
}
.sign-up-method .open-id-sign-up__item.type-payco button {
background-color: #fa2829;
color: var(--color-base-white);
}
.sign-up-method .open-id-sign-up__item.type-payco button .ico {
width: 22px;
}
.sign-up-method .open-id-sign-up__item.type-naver button {
background-color: #1fd771;
color: var(--color-base-white);
}
.sign-up-method .open-id-sign-up__item.type-naver button .ico {
width: 22px;
height: 20px;
}
.sign-up-method .open-id-sign-up__item.type-line button {
background-color: #06c755;
color: var(--color-base-white);
}
.sign-up-method .open-id-sign-up__item.type-line button .ico {
width: 24px;
height: 24px;
}
.sign-up-method .open-id-sign-up__item.type-facebook button {
background-color: #3b5998;
color: var(--color-base-white);
}
.sign-up-method .open-id-sign-up__item.type-facebook button .ico {
width: 22px;
}
.sign-up-method .open-id-sign-up__item.type-kakao-sync button {
background-color: #fee500;
color: var(--color-base-black);
}
.sign-up-method .open-id-sign-up__item.type-kakao-sync button .ico {
width: 22px;
height: 22px;
}
.sign-up-method .open-id-sign-up__item.type-kakao button {
background-color: #fee500;
color: var(--color-base-black);
}
.sign-up-method .open-id-sign-up__item.type-kakao button .ico {
width: 22px;
height: 22px;
}
.sign-up-method .open-id-sign-up__item.type-google button {
background-color: var(--color-base-white);
border: 1px solid;
border-color: var(--gray300);
color: var(--color-base-black);
}
.sign-up-method .open-id-sign-up__item.type-google .ico {
width: 24px;
height: 24px;
}
.sign-up-method .open-id-sign-up__item.type-apple button {
background-color: var(--color-base-black);
color: var(--color-base-white);
}
.sign-up-method .open-id-sign-up__item.type-apple .ico {
width: 24px;
height: 24px;
}
.sign-up-method .open-id-sign-up__item.type-app-card button {
background-color: var(--color-base-white);
border: 1px solid;
border-color: var(--gray300);
color: var(--color-base-black);
}
.sign-up-method .open-id-sign-up__item.type-app-card .ico {
width: 24px;
height: 24px;
}