.icon:before { background: url('../images/login__sprite.png') no-repeat 0 0 / 348px 94px; content: ''; }
.icon_expand:before { width: 14px; height: 14px; margin-left: 6px; background-position: -28px 0; }
.type-icon { flex: 0 0 32px; height: 32px; background: url('../images/icon-type.svg') no-repeat; }
.type-icon.icon_windows { background-position: 0 0; }
.type-icon.icon_android { background-position: -42px 0; }
.type-icon.icon_ios { background-position: -84px 0; }

#main { width: 100%; min-height: 100vh; height: 100%; background: var(--black-regular) url('../images/login__bg.png') no-repeat right center / 803px 694px; }
#main .login-wrap { width: 700px; min-height: 100vh; height: 100%; padding: 40px; background-color: #fff; box-shadow: 0 0 8px 0 rgba(11, 19, 42, 0.06) }
article.login > section { margin-top: 60px; padding: 0 120px; }
article.login > section + section { margin-top: 92px; }
.login__main .big-btn { margin-top: 32px; }

/* 로그인 헤더 유틸 */
.login-util__list { display: flex; justify-content: flex-end; gap: 24px; }
.login-util__list li a { font-size: 16px; font-weight: 500; }
.login-util__list > li:hover > a { filter: invert(47%) sepia(98%) saturate(2976%) hue-rotate(180deg) brightness(103%) contrast(105%); }
.login-util__list .icon:before { width: 14px; height: 14px; margin-right: 8px; }
.login-util__list li:nth-child(1) > .icon:before { background-position: 0 0; }
.login-util__list li:nth-child(2) > .icon:before { background-position: -14px 0; }

/* 드롭다운 */
.dropdown-wrap { position: relative; }
.dropdown-wrap .dropdown__list { position: absolute; top: 30px; left: 50%; transform: translateX(-50%); width: 120px; height: 0; padding: 0; border-radius: 10px; background-color: #fff; box-shadow: 0 4px 20px 0 rgba(11, 19, 42, 0.1); overflow: hidden; transition: .3s ease; opacity: 0; }
.dropdown-wrap.focus .icon_expand:before { transform: rotate(180deg); }
.dropdown-wrap.focus .dropdown__list { height: auto; padding: 8px 0; opacity: 1; }
.dropdown-wrap .dropdown__list li:hover { background-color: var(--sub-A-bright); }
.dropdown-wrap .dropdown__list li a { display: block; padding: 6px 10px 6px 24px; color: var(--gray-dim); font-size: 14px; line-height: 24px; }

/* 아이디/비밀번호 찾기 버튼 */
.login-add__list { display: flex; gap: 24px; margin-top: 28px; }
.login-add__list li a { color: var(--gray); font-size: 14px; font-weight: 500; }

/* 아이디/비밀번호 찾기 탭 */
.find__list { display: flex; margin-bottom: 12px; }
.find__list li { width: 50%; text-align: center; }
.find__list li a { display: block; padding: 16px 0; border-bottom: 3px solid var(--BG-medium); color: var(--gray-regular); font-weight: 500; }
.find__list li.active a { border-bottom-color: var(--black-regular); color: var(--black-regular); font-weight: 600; }
.find__list ~ .desc { margin-bottom: 28px; }

/* 서비스 다운로드 */
.app_download-wrap { margin-top: 32px; }
.app_download-wrap + .app_download-wrap { margin-top: 28px; }
.app_download-wrap h4 { font-weight: 400; font-size: 15px; }
.app_download__list { display: flex; justify-content: space-between; gap: 8px; margin-top: 12px; }
.app_download__list li { flex: 1; height: 64px; border-radius: 10px; background-color: var(--BG-UI); transition: .2s ease; }
.app_download__list li:hover { background-color: var(--BG-medium); }
.app_download__list li a { display: flex; justify-content: space-between; align-items: center; width: 100%; height: 100%; padding: 0 20px; }
.app_download__list li a:after { display: block; width: 24px; height: 24px; background: url('../images/icon-download.svg') no-repeat center center; content: ''; }
.app_download__list li a .type-text { flex: 1; margin: 0 12px; font-weight: 500; }

/* 요소 */
h2 { margin-bottom: 40px; font-size: 28px; font-weight: 700; }
h3 { font-size: 21px; font-weight: 700; }

.inp_txt1 { width: 100%; height: 56px; padding: 20px 16px; border-radius: 10px; border: 1px solid var(--gray-brighter); }
.inp_txt1::placeholder { color: var(--gray-brighter); font-size: 14px; }
.inp_txt1 + .inp_txt1,
.inp_txt1 + p { margin-top: 12px; }
.inp_txt1 + .desc { text-align: center; }
input[type="checkbox"] + label { margin-left: 8px; font-size: 12px; font-weight: 400; }

.inp_txt1.correct { border: 1px solid var(--main-regular); background-color: var(--main-bright); }
.inp_txt1.incorrect { border: 1px solid var(--error); }
.inp_txt1.incorrect + .error-msg { display: block; margin: 4px 0 20px 16px; color: var(--error); font-size: 12px; }

.inp-box1 { display: flex; gap: 8px; width: 100%; }
.inp-box1 .inp_btn1 { flex: 0 0 92px; height: 56px; border-radius: 10px; background-color: var(--main-regular); color: #fff; font-size: 16px; font-weight: 600; }

.dropdown-wrap.company_search { width: 100%; }
.dropdown-wrap.company_search .dropdown__list { top: 64px; width: 100%; }
.dropdown-wrap.company_search .dropdown__list li { padding: 16px 16px 16px 24px; cursor: pointer; }

article.login .text-back { margin-top: 40px; }
a.text-back { color: var(--gray-medium); font-size: 14px; }
a.text-back:before { display: block; width: 14px; height: 14px; margin-right: 2px; background-position-x: -43px; }

.p { display: block; }
.m { display: none; }

@media (max-width: 1680px) {
    #main { background: var(--black-regular) url('../images/login__bg.png') no-repeat right center / 40% auto; }
}
@media (max-width: 720px) {
    .p { display: none; }
    .m { display: block; }
    .type-icon { transform: scale(0.875); }
    #main .login-wrap { width: 100%; padding: 24px; }
    article.login > section { margin-top: 80px; padding: 0; }
    article.login > section + section { margin-top: 60px; }
    .login__main .big-btn { margin-top: 24px; }
    .login-add__list { margin-top: 20px; }
    .app_download__list { margin-top: 24px; }
    h2 { margin-bottom: 24px; font-size: 24px; }
    h3 { font-size: 16px; }
    .app_download-wrap + .app_download-wrap { margin-top: 24px; }
    .app_download__list { flex-direction: column; }
    .app_download__list li { flex: 0 0 60px; }

    #sso-main { background-size: 100% auto; }
    #sso-main .inp-box1 { margin-bottom: 40px; }
}

/* google recaptCha 배지 숨기기 */
.grecaptcha-badge { visibility: hidden; }