@charset "utf-8";
.login-section .logo { display: inline-block; width: 140px; height: 70px; background: url(../../image/logo_pillgram.svg) no-repeat center center; background-size: contain; text-indent: -9999px; overflow: hidden; }
.login-section .login-list-box .btn { padding-top: 14px; }
.login-section .login-list-box .btn-email { color: var(--gray-800); background: var(--gray-400); }
.login-section .login-list-box .btn-email::before { content: ''; display: inline-block; width: 18px; height: 18px; background: url(../../image/icon/icon_email_gray.svg) no-repeat center center; background-size: contain; vertical-align: -3px; margin-right: 12px; }
.login-section .member-link-box { width: 100%; }
.login-section .member-link-box ul li { position: relative; padding: 0 8px; }
.login-section .member-link-box ul li::after { content: ''; display: block; position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 1px; height: 15px; background: var(--gray-800); }
.login-section .member-link-box ul li:last-of-type::after { display: none; }