﻿@charset "utf-8";

body {
    background-color: #f5f7fa;
    overflow-x: hidden;
}

body.body-b-type {
    background-color: #fff;
}

div.wrap {
    width: 380px;
    margin: 0 auto;
    padding: 50px 20px 50px 20px;
}

div.wrap.type-b {
    width: 400px;
    margin: 0 auto;
    padding: 50px 0;
}

/* (start)20250113 */
div.wrap.w900 {
    width: 900px;
    margin: 0 auto;
    padding: 50px 50px 50px 50px;
}

/* //(end)20250113 */

/* 20250319 */
div.wrap.auto {
    width: auto;
}

/* 로그인 */
div.login-box {
    width: 100%;
}

div.input-wrap {
    padding-bottom: 20px;
}

div.input-wrap:last-child {
    padding-bottom: 0;
}

form.form div.pw-box {
    position: relative;
}

form.form.company-sign div.business-number-box {
    position: relative;
}

form.form.company-sign div.business-number-box span.chk-txt {
    font-size: 11px;
}

form.form.company-sign div.business-number-box span.chk-txt.br-txt-red {
    color: #ff4b4f;
}

.block {
    display: block;
}

.f12 {
    font-size: 12px;
}

form.form span.chk-txt {
    font-size: 11px;
    color: #4a80f6;
}

form.form.company-sign span.chk-txt.error {
    color: #ff4b4f;
}

form.form label {
    font-family: NotoSansKR;
    font-weight: 400;
    color: #666;
    display: block;
    padding-bottom: 10px;
}

form.form label.impor {
    position: relative;
    display: inline-block;
}

form.form label.impor:before {
    content: "*";
    font-size: 15px;
    color: #ff4b4f;
    position: absolute;
    top: 0;
    right: -8px;
}

div.input-common-box {
    border: 1px solid #dfe4e9;
    border-radius: 5px;
    background: #fff;
    position: relative;
}

div.input-common-box.w100 {
    width: 100%;
}

.w68 {
    width: 68%;
}

.w74 {
    width: 74%;
}

div.depositor-box input {
    width: 100%;
}

div.input-common-box:focus-within {
    border: solid 1px #4a80f6;
    outline: none;
}

div.input-common-box.c-red-line:focus-within {
    border: solid 1px #ff4b4f;
}

div.input-common-box.disabeld-line input {
    background: #efefef !important;
}

div.input-common-box.disabeld-line:focus-within {
    border: solid 1px #dfe4e9;
}

div.input-common-box.element-2 {
    width: 74%;
}

div.input-common-box.element-2 input[type="text"] {
    width: 100%;
}

form.form input {
    width: 100%;
    padding: 15px 10px 15px 10px;
    border: none;
    border-radius: 5px;
    font-family: NotoSansKR;
    font-weight: 400;
    font-size: 15px;
    color: #333333;
    background: #fff;
}

form.form input.business-default-number {
    background: #efefef;
}

form.form input.business-default-number:focus {
    border: solid 1px #dfe4e9;
}

form.form.company-sign input.no-statement {
    padding: 15px 10px 15px 10px;
}

form.form.company-sign div.id-box {
    position: relative;
}

form.form span.chk-txt {
    display: block;
    padding: 0 10px 15px 10px;
    margin-top: -4px;
    font-size: 11px;
    color: #4a80f6;
}

form.form.company-sign span.chk-txt.pw-security {
    bottom: 20px;
    color: #999999;
}

form.form.company-sign span.chk-txt.pw-safety {
    bottom: 20px;
    color: #4a80f6;
}

form.form.company-sign span.chk-txt.pw-error {
    bottom: 20px;
    color: #ff4b4f;
}

form.form div.pw-box.confirm-pw {
    margin-top: 5px;
}

form.form.company-sign div.pw-box.confirm-pw {
    margin-top: 5px;
}

div.pw-no-statement-box {
    position: relative;
}

div.pw-no-statement-box02 {
    position: relative;
}

form.form input::placeholder {
    color: #333333;
    font-family: NotoSansKR;
    font-size: 15px;
    font-weight: 400;
}

form.form.company-sign input:focus {
    background: #fff;
}

div.business-input-box {
    background: #fff;
    border: solid 1px #e0e5ea;
    padding: 15px 10px;
    border-radius: 5px;
    margin-top: 5px;
    display: flex;
    justify-content: space-between;
}

div.business-input-box.active {
    border: solid 1px #4a80f6;
}

div.business-input-box div.business-select {
    width: 100%;
}

div.business-input-box label {
    display: block;
    font-family: NotoSansKR;
    font-weight: 700;
    font-size: 15px;
    padding-bottom: 0;
    cursor: pointer;
    color: #333333;
}

div.business-input-box label.business-number {
    font-family: NotoSansKR;
    font-weight: 400;
    font-size: 15px;
    color: #333333;
}

div.business-input-box input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    background: url(../../img/common/company-chk-off.png) no-repeat center center;
    border-radius: 100%;
    cursor: pointer;
    border: none;
    margin: 7px 12px 0 0;
}

div.business-input-box input[type="checkbox"]:checked::before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background: url(../../img/common/company-chk-on.png) no-repeat center center;
    border-radius: 100%;
    position: relative;
    top: -9px;
    left: -9px;
}

img.eye-icon {
    position: absolute;
    top: 47px;
    right: 20px;
    width: 20px;
    height: 17px;
}

img.eye-icon.on {
    display: none;
    top: 47px;
    width: 20px;
    height: 17px;
}

input[type="password"]::-ms-reveal {
    display: none;
}

img.eye-icon.confirm {
    top: 21px;
}

#togglePassword {
    visibility: hidden;
}

div.login-check-box {
    display: flex;
    justify-content: flex-start;
}

div.login-check-box {
    padding: 0;
}

div.login-check-box input[type="checkbox"].login-check {
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    background: url(../../img/common/agree-chkbox-off.png) no-repeat center center;
    cursor: pointer;
    margin-top: 2px;
    border: none;
    padding: 0;
}

div.login-check-box input[type="checkbox"].login-check:checked::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url(../../img/common/agree-chkbox-on.png) no-repeat center center;
    position: relative;
    top: 0;
    left: 0;
}

div.login-check-box label {
    display: inline-block;
    padding: 0 0 0 10px;
    cursor: pointer;
}

div.submit-box {
    padding: 50px 0 0 0;
}

div.submit-box input[type="submit"] {
    background: #0c419a;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    border-radius: 5px;
}

div.submit-box.depositor input[type="submit"] {
    /*background: #dcdcdc;*/
}

div.submit-box.depositor input[type="submit"].disable {
    background: #dcdcdc;
}

ul.signuplink-box {
    display: flex;
    justify-content: center;
    padding: 25px 0 0 0;
}

ul.signuplink-box li a {
    color: #818fae;
    position: relative;
    padding: 0 15px;
}

ul.signuplink-box li a:hover {
    text-decoration: underline;
}

ul.signuplink-box li:first-child a {
    color: #4a80f6;
}

ul.signuplink-box li a:before {
    content: "";
    width: 1px;
    height: 10px;
    background: #d3d8e3;
    position: absolute;
    top: 5px;
    right: 0;
}

ul.signuplink-box li:last-child a:before {
    content: none;
}

ul.signuplink-box li a:hover {
    color: #4a80f6;
}

/* 회사선택 */
div.company-select-box h2.company-select-tit {
    font-size: 15px;
    font-weight: 500;
    border-bottom: solid 1px #dfe4e9;
    padding-bottom: 12px;
    position: relative;
}

div.company-select-box h2.company-select-tit.find-id {
    margin-bottom: 25px;
}

div.company-select-box h2.company-select-tit:before {
    content: "";
    width: 120px;
    height: 3px;
    background: #4a80f6;
    position: absolute;
    bottom: -1px;
    left: 0;
}

div.company-select-box h2.company-select-tit.w100:before {
    width: 100%;
}

div.company-select-box h2.company-select-tit02 {
    font-size: 15px;
    font-weight: 500;
    border-bottom: solid 1px #dfe4e9;
    padding-bottom: 12px;
    margin-bottom: 25px;
    position: relative;
}

div.company-select-box h2.company-select-tit02:before {
    content: "";
    width: 168px;
    height: 3px;
    background: #4a80f6;
    position: absolute;
    bottom: -1px;
    left: 0;
}

div.company-select-box p.company-desc {
    min-height: 38px;
    margin: 25px 0 25px 0;
    display: block;
    font-size: 13px;
    letter-spacing: -0.5px;
}

p.company-desc02 {
    margin: 40px 0 5px 0;
    display: block;
    font-size: 13px;
    letter-spacing: -0.5px;
    color: #333333;
}

div.company-select-box p.company-desc.center {
    margin-bottom: 0;
    padding: 25px 0 0 0;
    text-align: center;
}

div.company-select-box p.company-desc.f15 {
    font-size: 15px;
}

div.input-btn-wrap {
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
}

div.input-btn-wrap.pd-st {
    padding-top: 45px;
}

div.input-btn-wrap button {
    width: 48%;
    text-align: center;
    background: #cad0dd;
    color: #fff;
    border-radius: 5px;
    padding: 15px 0;
    font-family: NotoSansKR;
    font-weight: 400;
    font-size: 15px;
    cursor: pointer;
}

div.input-btn-wrap button.company-search-btn {
    background: #0c419a;
}

div.input-btn-wrap button.company-next-btn {
    background: #0c419a;
}

div.input-btn-wrap button.default-id-btn {
    background: #0c419a;
}

div.input-btn-wrap button.new-sign-btn {
    background: #4a80f6;
}

div.input-btn-wrap button.disable {
    color: rgba(202, 208, 221, .75);
    border: solid 1px rgba(202, 208, 221, .45);
    background: #fff;
}

div.sign-box {
    width: 100%;
    padding: 0 0 60px 0;
}

div.sign-box.depositor {
    padding: 0 0 0 0;
}

div.sign-box.depositor div.sign-input-box:first-child {
    padding: 0 0 0 0;
}

div.sign-input-box {
    padding: 20px 0 0 0;
}

div.sign-input-box:first-child {
    padding: 25px 0 0 0;
}

div.account-number {
    display: flex;
    justify-content: end;
}

div.account-number select {
    width: 110px;
    padding: 15px 10px;
    border: solid 1px #dfe4e9;
    border-radius: 3px;
    margin-right: 3px;
}

div.account-number input[type="text"] {
    width: 200px;
}

div.account-number div.ico-box {
    padding: 20px 0 0 10px;
    position: relative;
    cursor: pointer;
}

div.account-number div.ico-box i {
    display: inline-block;
    text-indent: -9999px;
    width: 17px;
    height: 16px;
    background: url(../../img/common/input-impor-ico.png) no-repeat;
}

div.address-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}

div.address-box input[type="text"].address-input {
    width: 100%;
}

button.address-btn {
    width: 30%;
    background: #4a80f6;
    font-size: 15px;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    font-family: NotoSansKR;
    font-weight: 400;
}

button.address-btn.c2 {
    background: #0c419a;
}

div.depositor-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}

div.depositor-box input[type="text"].depositor-input {
    width: 100%;
}

button.depositor-btn {
    width: 30%;
    background: #0c419a;
    font-size: 15px;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    font-family: NotoSansKR;
    font-weight: 400;
}

div.all-agree-box {
    display: flex;
    justify-content: space-between;
    background: #fff;
    border: solid 1px #dfe4e9;
    padding: 20px 10px;
    border-radius: 5px;
}

div.all-agree-box input[type="checkbox"].all-agree-input {
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    background: url(../../img/common/agree-chkbox-off.png) no-repeat center center;
    cursor: pointer;
    margin-top: 7px;
    border: none;
    padding: 0px 0px 0px 0px;
}

div.all-agree-box input[type="checkbox"].all-agree-input:checked::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url(../../img/common/agree-chkbox-on.png) no-repeat center center;
    position: relative;
    top: 0;
    left: 0;
}

div.all-agree-box label.all-agree-label {
    width: 92%;
    display: block;
    cursor: pointer;
    font-family: NotoSansKR;
    font-size: 15px;
    font-weight: 700;
    color: #333333;
    /* color: #4a80f6; */
    padding-bottom: 0;
}

div.agree-box.Type-02 label.all-agree-label {
    color: #333333;
}

div.all-agree-box label.all-agree-label i {
    display: block;
    font-style: normal;
    font-family: NotoSansKR;
    font-weight: 400;
    font-size: 13px;
    color: #333;
}

ul.check-list-box {
    padding: 25px 10px 25px 10px;
}

ul.check-list-box.depositor {
    padding: 25px 10px 0 0;
}

ul.check-list-box li {
    display: flex;
    justify-content: flex-start;
    padding-bottom: 3px;
}

ul.check-list-box.depositor li a {
    padding: 5px 0 0 0;
}

ul.check-list-box li:last-child {
    padding-bottom: 0;
}

ul.check-list-box li input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    background: url(../../img/common/agree-chkbox-off.png) no-repeat center center;
    cursor: pointer;
    border: none;
    margin-top: 8px;
    padding: 0px 0px 0px 0px;
}

ul.check-list-box li input[type="checkbox"]:checked::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url(../../img/common/agree-chkbox-on.png) no-repeat center center;
    position: relative;
    top: 0;
    left: 0;
}

ul.check-list-box.depositor li input[type="checkbox"] {
    margin-top: 0;
    padding: 15px 10px 15px 10px;
}

ul.check-list-box.depositor li input[type="checkbox"]:checked::before {
    top: -8px;
    left: -8px;
}

ul.check-list-box li label {
    width: 87%;
    cursor: pointer;
    padding: 3px 10px 0 6px;
    font-size: 15px;
    color: #333333;
}

ul.check-list-box li a {
    display: inline-block;
    position: relative;
    font-size: 11px;
    color: #666666;
    text-decoration: underline;
    padding: 3px 0 0 0;
}

ul.check-list-box li a:hover {
    color: #4a80f6;
}

p.agree-txt {
    border-top: solid 1px #dfe4e9;
    padding-top: 10px;
    letter-spacing: -0.5px;
}

div.author-input-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    padding-top: 6px;
}

div.author-input-box.forgot-pw {
    padding-top: 0;
}

div.author-input-box.forgot-pw input[type="text"] {
    padding: 15px 10px 15px 10px;
}

div.phone-name-box {
    width: 100%;
}

div.author-input-box.number {
    padding-top: 6px;
    position: relative;
}

div.author-input-box.number span.time-number {
    position: absolute;
    top: 22px;
    right: 100px;
    font-size: 15px;
    color: #ff4b4f;
}

div.author-input-box input[type="text"] {
    width: 74%;
}

div.author-input-box button {
    width: 80px;
    background: #4a80f6;
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
    font-family: NotoSansKR;
    font-weight: 400;
}

div.author-input-box button.no-cursor {
    pointer-events: none;
    cursor: default;
}

div.author-input-box button.author-btn.resend {
    background: #dcdcdc;
}

div.author-input-box button.author-btn.disable {
    background: #dcdcdc;
}

button.prev-btn-small {
    margin-top: 20px;
    display: inline-block;
    color: #909db8;
    border-bottom: solid 1px #909db8;
    padding-bottom: 5px;
    font-size: 14px;
}

div.shadow-box {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
}

div.layer-popup-box {
    width: 640px;
    height: auto;
    background: #fff;
    border: solid 1px #dfe4e9;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    padding: 0 2px;
    overflow: hidden;
}

div.layer-popup-box.w456 {
    width: 456px;
}

div.signup-alrm-wrap {
    padding: 40px 0 0 0;
    width: 340px;
    margin: 0 auto;
}

div.layer-popup-wrap {
    width: 100%;
    max-height: calc(100vh - 466px);
    overflow-y: auto;
    scrollbar-width: #999999;
    /* Firefox에 적용되는 스크롤바 너비 조절 */
    scrollbar-color: transparent transparent;
    /* Firefox에 적용되는 스크롤바 색상 설정 */
}

div.layer-popup-wrap-con {
    width: 340px;
    margin: 0 auto;
}

div.layer-popup-wrap::-webkit-scrollbar {
    width: 3px;
    height: 100%;
    /* 스크롤바 너비 */
}

div.layer-popup-wrap::-webkit-scrollbar-thumb {
    background-color: #999999;
    /* 스크롤바 색상 */
    border-radius: 10px;
    /* 스크롤바 라운딩 설정 */
}

div.layer-popup-wrap::-webkit-scrollbar-track {
    background-color: transparent;
    /* 스크롤바 트랙 색상 */
}

/* 스크롤바를 숨기지 않음 */
div.layer-popup-wrap:hover::-webkit-scrollbar-thumb {
    background-color: #999999;
}

ul.company-adrres-list li {
    display: flex;
    justify-content: space-between;
    padding: 20px 15px;
    border: solid 1px #e1e1e1;
    border-radius: 5px;
    margin-bottom: 5px;
    background: #f7f9fb;
}

ul.company-adrres-list li div.company-box {
    width: 100%;
}

ul.company-adrres-list li label {
    color: #999;
    font-size: 15px;
    display: block;
    cursor: pointer;
}

ul.company-adrres-list li input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    background: url(../../img/common/company-chk-off.png) no-repeat center center;
    border-radius: 100%;
    cursor: pointer;
    margin-top: 23px;
}

ul.company-adrres-list li input[type="checkbox"]:checked::before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background: url(../../img/common/company-chk-on.png) no-repeat center center;
    border-radius: 100%;
    position: relative;
    top: 0;
    left: 0;
}

div.layerpop-btn-wrap {
    width: 340px;
    margin: 0 auto;
    padding: 0 0 40px 0;
    position: relative;
}

div.bn-slide-wrap {
    width: 100%;
    padding: 70px 0 0 0;
}

div.bn-slide-wrap .slick-track {
    z-index: 1;
}

div.bn-slide-wrap div a img {
    width: 100%;
}

div.bn-slide-wrap .slick-dots {
    position: absolute;
    top: 55px;
    left: 50%;
    transform: translate(-50%, 0);
}

div.bn-slide-wrap .slick-dots li {
    width: 4px;
    height: 4px;
    border-radius: 10px;
    background: #abacaf;
    z-index: 10;
}

div.bn-slide-wrap .slick-dots li.slick-active {
    width: 10px;
    height: 4px;
    border-radius: 10px;
    background: #0c419a;
}

div.bn-slide-wrap .slick-dots li button:before {
    content: none;
}

div.accept-terms-wrap {
    width: 640px;
    margin: 0 auto;
    padding: 40px 40px;
}

h3.accept-terms-tit {
    font-family: NotoSansKR;
    font-weight: 500;
    font-size: 15px;
    border-bottom: solid 1px #dfe4e9;
    padding: 0 0 15px 0;
    position: relative;
}

h3.accept-terms-tit:before {
    content: "";
    width: 168px;
    height: 3px;
    background: #4a80f6;
    position: absolute;
    bottom: -1px;
    left: 0;
}

h3.accept-terms-tit.long:before {
    width: 225px;
}

div.accept-terms-content {
    width: 100%;
    max-height: 455px;
    overflow-y: auto;
    border: solid 1px #dfe4e9;
    border-radius: 5px;
    padding: 20px 20px;
    background: #f7f9fb;
    margin-top: 25px;
    scrollbar-width: #999999;
    /* Firefox에 적용되는 스크롤바 너비 조절 */
    scrollbar-color: transparent transparent;
    /* Firefox에 적용되는 스크롤바 색상 설정 */
}

div.accept-terms-content::-webkit-scrollbar {
    width: 3px;
    height: 100%;
    /* 스크롤바 너비 */
}

div.accept-terms-content::-webkit-scrollbar-thumb {
    background-color: #999999;
    /* 스크롤바 색상 */
    border-radius: 10px;
    /* 스크롤바 라운딩 설정 */
}

div.accept-terms-content::-webkit-scrollbar-track {
    background-color: transparent;
    /* 스크롤바 트랙 색상 */
}

/* 스크롤바를 숨기지 않음 */
div.accept-terms-content:hover::-webkit-scrollbar-thumb {
    background-color: #999999;
}

div.accept-terms-content p {
    font-family: NotoSansKR;
    font-size: 13px;
    font-weight: 400;
    padding-bottom: 30px;
}

div.input-btn-wrap.btn01-center {
    display: flex;
    justify-content: center;
}

div.input-btn-wrap.btn01-center.pd-st {
    padding-top: 50px;
}

div.input-btn-wrap.btn01-center.pd-no {
    padding-top: 0;
}

div.input-btn-wrap.btn01-center button {
    width: 165px;
    padding: 14px 20px;
    background: #0c419a;
    color: #fff;
}

div.accept-terms-table-type01 {
    width: 100%;
    margin-top: 25px;
}

div.accept-terms-table-type01 table {
    width: 100%;
    border-collapse: unset
}

div.accept-terms-table-type01 table thead tr th {
    background: #eef1f4;
    padding: 10px 0;
    font-family: NotoSansKR;
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    border: solid 1px #dfe4e9;
    border-right: none;
    text-align: center;
}

div.accept-terms-table-type01 table thead tr th:first-child {
    border-radius: 5px 0 0 0;
}

div.accept-terms-table-type01 table thead tr th:last-child {
    border-radius: 0 5px 0 0;
    border-right: solid 1px #dfe4e9;
}

div.accept-terms-table-type01 table tbody tr td {
    font-family: NotoSansKR;
    font-size: 13px;
    font-weight: 400;
    color: #333333;
    padding: 15px 10px;
    border: solid 1px #dfe4e9;
    text-align: left;
    border-top: none;
    border-right: none;
    background: #fcfeff;
}

div.accept-terms-table-type01 table tbody tr td:last-child {
    border-right: solid 1px #dfe4e9;
}

div.accept-terms-table-type01 table tbody tr td.bd-r-no {
    border-right: none;
}

ul.accept-terms-text {
    width: 100%;
    padding-top: 10px;
}

ul.accept-terms-text li {
    font-size: 13px;
    color: #555555;
    margin: 4px 0 0 0;
    padding: 0 0 0 8px;
    position: relative;
}

ul.accept-terms-text li:first-child {
    margin: 0;
}

ul.accept-terms-text li:before {
    content: "*";
    position: absolute;
    top: 0;
    left: 0;
}

div.consent-privacy-box {
    display: flex;
    justify-content: center;
}

div.consent-privacy-box.pd-st {
    padding: 50px 0 24px 0;
}

div.consent-privacy-box input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    background: url(../../img/common/agree-chkbox-off.png) no-repeat center center;
    cursor: pointer;
    margin-top: 2px;
    border: none;
    padding: 0;
}

div.consent-privacy-box input[type="checkbox"]:checked::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url(../../img/common/agree-chkbox-on.png) no-repeat center center;
    position: relative;
    top: 0;
    left: 0;
}

div.consent-privacy-box label {
    padding: 0 0 0 10px;
    cursor: pointer;
}

.bank-dropdown-box {
    width: 110px;
    position: relative;
    display: inline-block;
    border: 1px solid #dfe4e9;
    border-radius: 5px;
    margin-right: 5px;
    background: #fff;
}

.bank-dropdown-box button.dropdown-button {
    width: 100%;
    height: 100%;
    display: block;
    text-align: left;
    padding: 0 10px;
    font-size: 15px;
    font-family: NotoSansKR;
    font-weight: 400;
    font-size: 15px;
    color: #8f8f8f;
    background: url(../../img/common/select-arrorw.png) no-repeat 90% 50%;
}

.bank-dropdown-box button.dropdown-button.on {
    background: url(../../img/common/select-arrorw-on.png) no-repeat 90% 50%;
}

.bank-dropdown-box button.dropdown-button span {
    width: 91%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}

.dropdown-content {
    position: absolute;
    top: 56px;
    width: 100%;
    overflow-y: auto;
    padding: 3px 0;
    max-height: 188px;
    background: #fff;
    border: 1px solid #dfe4e9;
    border-radius: 3px;
    z-index: 11;
    box-shadow: 2px 3px 6px 0 #eaecef;
    scrollbar-width: #999999;
    display: none;
    /* Firefox에 적용되는 스크롤바 너비 조절 */
    scrollbar-color: transparent transparent;
    /* Firefox에 적용되는 스크롤바 색상 설정 */
}

.dropdown-content::-webkit-scrollbar {
    width: 3px;
    height: 100%;
    /* 스크롤바 너비 */
}

.dropdown-content::-webkit-scrollbar-thumb {
    background-color: #999999;
    /* 스크롤바 색상 */
    border-radius: 10px;
    /* 스크롤바 라운딩 설정 */
}

.dropdown-content::-webkit-scrollbar-track {
    background-color: transparent;
    /* 스크롤바 트랙 색상 */
}

/* 스크롤바를 숨기지 않음 */
.dropdown-content:hover::-webkit-scrollbar-thumb {
    background-color: #999999;
}

.dropdown-content a {
    width: 100%;
    color: #333;
    padding: 7px 16px;
    text-decoration: none;
    font-family: NotoSansKR;
    font-weight: 400;
    font-size: 15px;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.dropdown-content a:hover {
    background-color: #f2f6fe;
}

.dropdown:hover .dropdown-content {
    display: block;
}

div.lifetime-account {
    width: 228px;
    display: block;
    background: #fffcdb;
    border: solid 1px #fbd38d;
    padding: 10px 10px;
    border-radius: 3px;
    position: absolute;
    top: 45px;
    right: -20px;
    display: none;
    z-index: 2;
}

div.lifetime-account:before {
    content: "";
    width: 15px;
    height: 7px;
    background: url(../../img/common/toggle-arrorw.png) no-repeat;
    position: absolute;
    top: -8px;
    right: 20px;
}

div.lifetime-account p {
    font-family: NotoSansKR;
    font-weight: 500;
    font-size: 11px;
}

div.lifetime-account p.txt {
    color: #4a1f08;
    font-size: 12px;
    font-weight: 500;
}

div.lifetime-account p.txt02 {
    color: #824321;
    font-weight: 400;
    padding-top: 5px;
}

input[type="text"].disabled {
    background: #eef0f2;
}

div.flex-input-btn {
    display: flex;
    justify-content: space-between;
}

div.flex-input-btn input[type="text"] {
    width: 74%;
}

div.phone-number-in {
    padding-top: 6px;
    position: relative;
}

div.phone-number-in button {
    width: 80px;
    height: 50px;
    background: #4a80f6;
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
    font-family: NotoSansKR;
    font-weight: 400;
}

div.phone-number-in button.disable {
    background: #dcdcdc;
}

span.failde-txt {
    color: #ff4b4f;
}

div.phone-number-in span.time-number {
    font-size: 15px;
    color: #ff4b4f;
    font-weight: 400;
    position: absolute;
    top: 22px;
    right: 100px;
}

div.id-result-box {
    width: 100%;
    max-height: calc(100vh - 389px);
    overflow-y: auto;
    scrollbar-width: #999999;
    /* Firefox에 적용되는 스크롤바 너비 조절 */
    scrollbar-color: transparent transparent;
    /* Firefox에 적용되는 스크롤바 색상 설정 */
}

div.id-result-box::-webkit-scrollbar {
    width: 4px;
    height: 100%;
    border-radius: 10px;
    /* 스크롤바 너비 */
}

div.id-result-box::-webkit-scrollbar-thumb {
    background-color: #999999;
    /* 스크롤바 색상 */
    border-radius: 10px;
    /* 스크롤바 라운딩 설정 */
}

div.id-result-box::-webkit-scrollbar-track {
    background-color: #d7d8db;
    border-radius: 10px;
    /* 스크롤바 트랙 색상 */
}

/* 스크롤바를 숨기지 않음 */
div.id-result-box:hover::-webkit-scrollbar-thumb {
    background-color: #999999;
}

div.id-result-box ul.company-adrres-list {
    padding-right: 3px;
}

div.id-result-box ul.company-adrres-list li {
    height: 52px;
    padding: 13px 15px;
    margin-bottom: 2px;
}

div.id-result-box ul.company-adrres-list li.active {
    border: solid 1px #4a80f6;
}

div.id-result-box ul.company-adrres-list li input[type="checkbox"] {
    margin-top: 3px;
    padding: 0;
}

form.form div.id-result-box input[type="checkbox"] {
    border: none;
}

/* (start)20250113 */
/* AICFO 채용하기 > 사업자명 검색 */
.intro-join-wrap {
    padding-top: 20px;
}

.intro-join-wrap .intro-join-text h2 {
    font-family: 'Pretendard';
    font-size: 24px;
    font-weight: 800;
    color: #202228;
    letter-spacing: -0.01em;
    text-align: center;
}

.intro-join-wrap .join-button {
    display: block;
    padding: 26px 0 25px;
    font-family: 'Pretendard';
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.01em;
    line-height: 24px;
    text-align: center;
    cursor: pointer;
}

.intro-join-wrap .join-button .stxt {
    font-size: 14px;
    font-weight: 500;
    color: inherit;
}

.intro-join-wrap .intro-join-first {
    display: block;
    width: 100%;
    margin-top: 26px;
    border-radius: 10px;
    background: linear-gradient(90deg, rgba(75, 126, 255, 1) 0, rgba(255, 64, 139, 1) 100%);
}

.intro-join-wrap .intro-join-first .join-button {
    color: #fff;
}

.intro-join-wrap .intro-join-use {
    margin-top: 16px;
    display: block;
    width: 100%;
    border-radius: 10px;
    background: #fff;
    -webkit-box-shadow: 0 3px 16px 0 rgba(25, 28, 42, 0.08);
    box-shadow: 0 3px 16px 0 rgba(25, 28, 42, 0.08);
}

.intro-join-wrap .intro-join-use .join-button {
    color: #6e7077;
}

.join-company-content {
    padding: 30px 36px 36px;
    border-top: 1px solid #e1e3ec;
}

.join-company-content .company-search-tit {
    padding-bottom: 5px;
}

.join-company-content .company-search-tit h3 {
    font-family: 'Pretendard';
    font-size: 14px;
    font-weight: 400;
    color: #202228;
    letter-spacing: -0.01em;
    line-height: 22px;
}

.join-company-content .company-search-box {
    position: relative;
    display: flex;
    width: 100%;
    padding: 16px 16px;
    border-radius: 6px;
    background-color: #f7f7f8;
}

.join-company-content .company-search-box input[type="text"] {
    flex: 1;
    padding: 11px 15px;
    width: 100%;
    border-radius: 6px;
    border: solid 1px #dfe4e9;
    font-family: 'Pretendard';
    font-size: 14px;
    font-weight: 500;
    color: #202228;
    letter-spacing: -0.01em;
}

.join-company-content .company-search-box input[type="text"]::placeholder {
    color: #8c98b0;
}

.join-company-content .company-search-box button.company-search-btn {
    margin-left: 10px;
    display: inline-block;
    padding: 11px 17px;
    background-color: #667efe;
    border-radius: 6px;
    font-family: 'Pretendard';
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    letter-spacing: -0.01em;
}

/* (start)20250203 */
.join-company-content .company-choose-box {
    margin-top: 10px;
}

.company-choose-box {
    border-radius: 6px;
    border: 1px solid #e1e3ec;
    background-color: #fff;
}

.company-choose-box ul {
    height: 252px;
    overflow: hidden;
    overflow-y: auto;
}

.company-choose-box ul::-webkit-scrollbar {
    width: 3px;
    height: 100%;
}

.company-choose-box ul::-webkit-scrollbar-thumb {
    background-color: #999999;
    border-radius: 10px;
}

.company-choose-box ul::-webkit-scrollbar-track {
    background-color: #bbbbbb;
}

.company-choose-box ul:hover::-webkit-scrollbar-thumb {
    background-color: #999999;
}

.company-choose-box ul li {
    border-bottom: 1px solid #e1e3ec;
}

.company-choose-box ul li a {
    display: block;
}

.company-choose-box ul li.no-info {
    position: relative;
    width: 100%;
    height: 100%;
    border-bottom: none;
}

.company-choose-box ul li.no-info span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: auto;
    font-size: 14px;
    font-weight: 400;
    color: #8c98b0;
    line-height: 22px;
    letter-spacing: -0.01em;
    text-align: center;
    white-space: nowrap;
}

.company-choose-box ul li .company-item {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 15px 14px;
    cursor: pointer;
}

.company-choose-box input[type="radio"] {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    padding: 0;
    border-radius: 0;
    background: url(../../img/common/company-radio.png)no-repeat 0 0;
}

.company-choose-box input[type="radio"]:checked::before {
    content: "";
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 18px;
    height: 18px;
    background: url(../../img/common/company-radio.png)no-repeat 0 0;
    background-position: 0 -18px;
}

.company-choose-box .company-info-cnt {
    padding-left: 15px;
    width: calc(100% - 18px);
}

.company-choose-box .company-info-cnt .info-row {
    margin-top: 10px;
    display: flex;
    justify-content: flex-start;
}

.company-choose-box .company-info-cnt .info-row:first-child {
    margin-top: 0;
}

.company-choose-box .company-info-cnt .info-row span {
    position: relative;
    display: inline-block;
    font-family: 'Pretendard';
    font-size: 14px;
    font-weight: 400;
    color: #202228;
    letter-spacing: -0.01em;
    white-space: nowrap;

}

.company-choose-box .company-info-cnt .info-row span:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

.company-choose-box .company-info-cnt .info-row span+span {
    margin-left: 10px;
    padding-left: 10px;
}

.company-choose-box .company-info-cnt .info-row span+span:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 10px;
    margin-top: -5px;
    background-color: #c5cbd7;
}

.company-sign .company-choose-box .company-info-cnt {
    padding-left: 10px;
}

.company-sign .company-choose-box input[type="radio"]:checked+.company-info-cnt span {
    color: #4a80f6;
}

.company-sign .company-choose-box .company-info-cnt .info-row+.info-row {
    margin-top: 5px;
}

.company-sign .company-choose-box .company-info-cnt .info-row span+span {
    margin-left: 5px;
    padding-left: 5px;
}

.company-sign .company-choose-box .company-info-cnt .info-row span {
    font-family: inherit;
    font-size: 13px;
}

/* //(end)20250203 */

.company-btn-wrap {
    margin-top: 16px;
}

.company-btn-wrap .bt_join {
    display: block;
    width: 100%;
    height: 40px;
    border-radius: 6px;
    background-color: #667efe;
    text-align: center;
    line-height: 40px;
}

.company-btn-wrap .bt_join span {
    font-family: 'Pretendard';
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}

.company-btn-wrap .bt_join.disable {
    background-color: #e1e3ec;
    cursor: default;
}

.company-btn-wrap .bt_join.disable span {
    font-weight: 400;
    color: #8c98b0;
}

/* //(end)20250113 */

/* (start)20250203 */
div.company-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}

button.company-btn {
    width: 80px;
    background: #4a80f6;
    font-size: 15px;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    font-family: 'NotoSansKR';
    font-weight: 400;
}

/* //(end)20250203 */

/* start 20250224 */
/* 최초 요금 선택 */
.first_select_box {
    display: flex;
    justify-content: right;
    gap: 81px;
    margin-top: 140px;
    font-family: "Pretendard";
}

.first_select_box .left_box {
    display: flex;
    flex-direction: column;
}

.first_select_box .left_box .txt1 {

    font-size: 34px;
    color: #202228;
    line-height: 50px;
    font-weight: 800;
    letter-spacing: -0.01em;
}

.first_select_box .left_box .txt1 em {
    color: #0303aa;
}

.first_select_box .left_box .txt2 {
    font-size: 20px;
    color: #202228;
    line-height: 28px;
    font-weight: 500;
    letter-spacing: -0.01em;
}

.first_select_box .left_box .txt2 strong {
    font-weight: 800;
}

.first_select_box .left_box .txt3 {
    font-size: 14px;
    font-weight: 500;
    color: #6e7077
}

.first_select_box .left_box .btn_box {
    display: flex;
    gap: 10px;
}

.btn_gradient {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 48px;
    border: 2px solid transparent;
    border-radius: 24px;
    background-image: linear-gradient(#fff, #fff), linear-gradient(90deg, #4b7eff 0%, #ff408b 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: #202228 !important;
}

.btn_blue {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 48px;
    border-radius: 24px;
    background-color: #0303aa;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: #fff !important;
    position: relative;
}

.btn_blue {
    &::before {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0px 7.5px 6px 7.5px;
        border-color: transparent transparent #1f2029 transparent;
        position: absolute;
        bottom: -9px;
    }

    &::after {
        content: '연간 결제 시 10% 할인';
        display: flex;
        justify-content: center;
        align-items: center;
        width: 128px;
        height: 32px;
        background-color: #1f2029;
        border-radius: 12px;
        position: absolute;
        font-size: 11px;
        font-weight: 500;
        color: #fff;
        position: absolute;
        bottom: -41px;
    }
}

.first_select_box .right_box {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.first_select_box .right_box .support_item {
    width: 450px;
    padding: 35px;
    height: fit-content;
    background-color: #fff;
    -webkit-box-shadow: 11px 35px 60px 0px rgba(225, 225, 225, 0.79);
    -moz-box-shadow: 11px 35px 60px 0px rgba(225, 225, 225, 0.79);
    box-shadow: 11px 35px 60px 0px rgba(225, 225, 225, 0.79);
    border-radius: 12px;
}

.first_select_box .right_box .support_item .support_title {
    display: flex;
    gap: 9px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: #202228;

    &::before {
        content: '';
        display: flex;
        width: 20px;
        height: 20px;
        background: url(../../img/ic/ic_check_fill.png) no-repeat;
    }
}

.first_select_box .right_box .support_item .keyword {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 19px;
    padding: 0 30px;
}

.first_select_box .right_box .support_item .keyword li {
    display: flex;
    align-items: center;
    height: 40px;
    padding: 0 16px;
    background-color: #fff;
    border: 1px solid #d6d8e0;
    border-radius: 20px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #202228;
}

/* 관리자 등록 탭 */
.tab_header {
    display: flex;
    width: fit-content;
    margin: 25px auto 0;
    background-color: #e1e3ec;
    border-radius: 18px;
}

.tab_header li a {
    display: flex;
    align-items: center;
    height: 36px;
    padding: 0 25px;
    background-color: #e1e3ec;
    font-size: 13px;
    letter-spacing: -0.01em;
    color: #8c98b0;
    font-weight: 400;
    border-radius: 18px;
}

.tab_header li.on a {
    background-color: #0c419a;
    color: #fff;
    font-weight: 500;
}

.tab_cnt .company-desc {
    margin: 25px 0;
    font-size: 13px;
    letter-spacing: -0.01em;
    color: #333;
}

/* 아이디 만들기 */
.intro-create-id {
    font-family: 'Pretendard';

}

.intro-create-id .title {
    margin-top: 110px;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -0.01em;
    text-align: center;
}

.intro-create-id .create-button-box {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 30px;
}

.intro-create-id .create-button-box .create-button {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 30px;
    background-color: #fff;
    -webkit-box-shadow: 3px 16px 60px 0px rgba(225, 225, 225, 0.5);
    -moz-box-shadow: 3px 16px 60px 0px rgba(225, 225, 225, 0.5);
    box-shadow: 3px 16px 60px 0px rgba(225, 225, 225, 0.5);
    border-radius: 10px;
    color: #6e7077;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.01em;
    text-align: center;

    &:hover {
        background-color: #0303aa;
        color: #fff;
        transition: .3s;
    }
}

.intro-create-id .create-button-box .create-button .stxt {
    font-size: 14px;
    font-weight: 500;
}

/* end 20250224 */


/* 20250319 */
/* 무료체험 종료 및 연체 */
.subscribe_start>* {
    font-family: "Pretendard";
}

.subscribe_start {
    display: flex;
    justify-content: center;
    gap: 28px;
    padding-top: 74px;
}

.subscribe_start.stop .left_box {
    width: 800px;
}


.subscribe_start .left_box .txt1 {
    font-size: 24px;
    font-weight: 800;
    line-height: 34px;
    letter-spacing: -0.01em;
    color: #0f0f0f;
}

.subscribe_start .left_box .txt1 em {
    color: #4f63d2
}

.subscribe_start .left_box .txt2 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #0f0f0f;
}

.subscribe_start .left_box .txt2 strong {
    font-weight: 800;
}

.subscribe_start .left_box .txt3 {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: -0.01em;
    line-height: 19px;
    color: #767676;
}

.subscribe_start .left_box .btn_subscribe {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 168px;
    height: 56px;
    background-color: #4f63d2;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: #fff;
}

.subscribe_start .right_box .support_box {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.subscribe_start .right_box .support_box .support_item {
    width: 450px;
    padding: 24px 35px;
    height: fit-content;
    background-color: #fff;
    -webkit-box-shadow: 0px 35px 60px 0px rgba(225, 225, 225, 0.79);
    -moz-box-shadow: 0px 35px 60px 0px rgba(225, 225, 225, 0.79);
    box-shadow: 0px 35px 60px 0px rgba(225, 225, 225, 0.79);
    border-radius: 12px;
}

.subscribe_start .right_box .support_box .support_item .support_title {
    display: flex;
    gap: 9px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: #0f0f0f;

    &::before {
        content: '';
        display: flex;
        width: 16px;
        height: 16px;
        background: url(../../img/ic/ic_check_fill2.png) no-repeat;
    }
}

.subscribe_start .right_box .support_box .support_item .keyword {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 19px;
    padding-left: 20px;

    &.item4 {
        padding: 0 20px;
    }
}

.subscribe_start .right_box .support_box .support_item .keyword li {
    display: flex;
    align-items: center;
    height: 40px;
    padding: 0 12px;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 20px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #4f4f4f;
}

.subscribe_start .btn_box .btn_service_stop {
    margin-top: 20px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: -0.01em;
    color: #767676;
    text-decoration: underline;
}

body.type-b {
    background: #fff;
}

h1.webcashplus-logo img {
    display: block;
    margin: 0 auto;
    margin-bottom: 40px;
    /* 이미지 크기 자동 조절 (최대 너비 180px) */
    max-width: 180px;
    height: auto;
}

.h25 {
    height: 25px;
}

.w100 {
    width: 100% !important;
}

/* 에러페이지 */
.wrap.error_page {
    width: 100%;
    height: 100%;
    padding-top: 48px;
    background-color: #f5f7fa;
    text-align: center;
}

.wrap.error_page * {
    font-family: 'NotoSansKR';
}

.wrap.error_page .logo {
    margin-bottom: 100px;
    font-size: 0;
}

/* start 20250722 */
.wrap.error_page .logo img {
    width: 180px;
}

/* end 20250722 */

.wrap.error_page .txt1 {
    margin-top: 30px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.01em;
}

.wrap.error_page .txt2 {
    margin-top: 20px;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: -0.01em;
    color: #4a80f6;
}

/* 팝업 */

.popup_wrap.upgrade>* {
    font-family: 'Pretendard' !important;
}

.popup_wrap.upgrade {
    width: 1000px;
    height: fit-content;
    padding: 50px 0;
    background-color: #fff;
    box-shadow: 0px 2px 35px 0px rgba(0, 0, 0, 0.22);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9999;

    &::before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background: radial-gradient(circle at 20% 20%, rgb(202 255 191 / 10%), transparent 60%), radial-gradient(circle at 70% 30%, rgb(160 196 255 / 10%), transparent 60%), linear-gradient(135deg, rgb(181 234 215 / 10%), rgb(160 196 255 / 10%));
        background-blend-mode: soft-light;
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
    }
}

.popup_wrap.upgrade .popup_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
}

.popup_wrap.upgrade .popup_content .title_area {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.popup_wrap.upgrade .popup_content .title_area h1 {
    font-size: 0;
}

/* start 20250722 */
.popup_wrap.upgrade .popup_content .title_area h1 img {
    width: 202px;
}

/* end 20250722 */

.popup_wrap.upgrade .popup_content .title_area p {
    font-size: 27px;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: #005ca9;
    line-height: 1;
}

.popup_wrap.upgrade .popup_content .slide {
    margin-bottom: 18px;
}

.popup_wrap.upgrade .popup_content .slide .slick-dots {
    height: 4px;
    bottom: -18px;
    font-size: 0
}

.popup_wrap.upgrade .popup_content .slide .slick-dots li {
    width: 4px;
    height: 4px;
    background-color: #d9d9d9;
    border-radius: 50%;


    &.slick-active {
        width: 16px;
        background-color: #005ca9;
        border-radius: 2px;
    }
}

.popup_wrap.upgrade .popup_content .slide .slick-dots li button::before {
    display: none;
}

.popup_wrap.upgrade .popup_content .slide .slide_item {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 23px;
    padding-right: 63px;
}

.popup_wrap.upgrade .popup_content .slide .slide_item.gap80 {
    gap: 80px;
}

.popup_wrap.upgrade .popup_content .slide .slide_item .txt_list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.popup_wrap.upgrade .popup_content .slide .slide_item .txt_list li {
    width: 352px;
    padding: 14px 28px;
    background-color: #fff;
    border: 1px solid rgb(217 217 217 / 30%);
    border-radius: 10px;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.01em;
    color: #000;
    position: relative;

    &::before {
        content: '';
        display: block;
        width: 3px;
        height: 3px;
        background-color: #000;
        opacity: .5;
        border-radius: 50%;
        position: absolute;
        top: 22px;
        left: 15px;
    }
}

.popup_wrap.upgrade .popup_content .slide .slide_item .txt_list li.line_1 {
    padding: 10px 28px;

    &::before {
        top: 19px;
    }
}

.popup_wrap.upgrade .popup_content .button_area {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}


.popup_wrap.upgrade .popup_content .button_area p {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.01em;
    color: #005ca9;
    text-align: center;
}

.popup_wrap.upgrade .popup_content .button_area button {
    width: 162px;
    height: 50px;
    background-color: #005ca9;
    border-radius: 25px;
    font-family: 'Pretendard' !important;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: -0.01em;
    color: #fff;
    cursor: pointer;
}

.popup_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: .5;
    z-index: 0;
}

.free_use>* {
    font-family: 'Pretendard' !important;
}

/* start 20250716 */

.free_use {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 0 0;
}

.free_use .title_area {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px
}

.free_use .title_area h1 {
    display: inline-flex;
}

/* start 20250722 */
.free_use .title_area h1 img {
    width: 179px;
}

/* end 20250722 */

.free_use .slide {
    margin: 0 0 24px !important;
}

.free_use .slide .slide_item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    padding: 32px 0;
}

.free_use .slide .slide_item img {
    box-shadow: 0px 0px 40px 0px rgba(76, 80, 96, 0.25);
    border-radius: 12px;
}

.free_use .slide .slide_item img.iphone {
    border-radius: 25px;
}

.free_use .slide .slide_item .txt_list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.free_use .slide .slide_item .txt_list li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 420px;
    height: 80px;
    background-color: #F2F6FA;
    border-radius: 20px;
    font-size: 15px;
    font-weight: 500;
    color: #1E2124;
    line-height: 20px;
    text-align: center;
}

.free_use .slide .slide_item .txt_list.item3 {
    gap: 10px;
}

.free_use .slide .slick-dots {
    height: 6px;
    bottom: -6px;
    font-size: 0
}

.free_use .slide .slick-dots li {
    width: 6px;
    height: 6px;
    margin: 0 2px;
    background-color: #BECDDB;
    border-radius: 50%;


    &.slick-active {
        width: 20px;
        background-color: #0F38EF;
        border-radius: 8px;
    }
}

.free_use .slide .slick-dots li button::before {
    display: none;
}

.free_use .button_area {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.free_use .button_area p {
    font-size: 13px;
    font-weight: 500;
    color: #0F38EF;
    text-align: center;
    line-height: 16px;
}

.free_use .button_area .txt strong {
    font-weight: 700;
}

.free_use .button_area button {
    width: 142px;
    height: 34px;
    background-color: #0F38EF;
    border-radius: 40px;
    font-family: 'Pretendard' !important;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
}

/* start 20250722 */
.free_use .button_area button {
    width: 275px;
    height: 34px;
    background-color: #0F38EF;
    border-radius: 40px;
    font-family: 'Pretendard' !important;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
}

/* end 20250722 */
/* end 20250716 */

/* start 20250808 */
.free_use.visit_apply .button_area button {
    width: 146px;
}

.visit_apply * {
    font-family: 'Pretendard';
}

/* layer_popup */
.branch_q .layer_popup {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
    background-color: #fff;
    box-shadow: 0px 0px 40px 0px #000E5333;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.branch_q .layer_popup.w400 {
    width: 400px;
    border-radius: 8px;
}

.branch_q .layer_popup .title {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.2;
    color: #0F0F0F;
}

.branch_q .layer_popup .popup_content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.branch_q .layer_popup .popup_content .txt {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    color: #333;
}

.branch_q .layer_popup .popup_content .btn_blue {
    width: 93px;
    height: 36px;
    border-radius: 6px;
    font-size: 12px;
}

/* button */
.branch_q .btn_gray {
    background-color: #F2F6FA;
    font-size: 15px;
    color: #A8B1B9;
}

.branch_q .btn_blue {
    background-color: #005CA9;
    font-size: 15px;
    color: #fff;

    &::before,
    &::after {
        display: none;
    }
}

.branch_q [class^="btn_"].disabled {
    pointer-events: none;
}

.branch_q [class^="btn_"].w100 {
    width: 100%;
    height: 48px;
    border-radius: 6px;
}

/* calendar */
.branch_q .calendar {
    width: 260px;
    padding: 24px;
    background-color: #fff;
    border: 1px solid #DFE6ED;
    border-radius: 6px;
    position: absolute;
    top: 44px;
    right: 0;
}

.branch_q .calendar .calendar_inner {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}

.branch_q .calendar .top_area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.branch_q .calendar .top_area [class^='btn_'] {
    display: flex;
    width: 16px;
    height: 16px;
    font-size: 0;
}

.branch_q .calendar .top_area .btn_prev {
    background-image: url(../../img/ic/ic_prev_black.png);

    &.on {
        background-image: url(../../img/ic/ic_prev_blue.png);
    }
}

.branch_q .calendar .top_area .btn_next {
    background-image: url(../../img/ic/ic_next_black.png);

    &.on {
        background-image: url(../../img/ic/ic_next_blue.png);
    }
}

.branch_q .calendar .top_area .date {
    font-size: 13px;
    font-weight: 600;
    color: #0F0F0F;
}

.branch_q .calendar .body_area {
    display: flex;
    flex-direction: column;
    gap: 7px;
    width: 100%;
}

.branch_q .calendar .body_area .day {
    display: flex;
    gap: 7px;
}

.branch_q .calendar .body_area .day span {
    display: flex;
    justify-content: center;
    width: 24px;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.2;
    color: #005CA9;
}

.branch_q .calendar .body_area .date {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.branch_q .calendar .body_area .date button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    font-size: 11px;
    font-weight: 400;
    color: #D9D9D9;
    cursor: default;

    &.enabled {
        color: #0F0F0F;
        cursor: pointer;
    }

    &.selected {
        background-color: #005CA9;
        border-radius: 50%;
        color: #fff;
        font-weight: 600;
    }
}

.branch_q .calendar .button_box .btn_date {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 36px;
    background-color: #005CA9;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
}

/* 방문 신청하기 */
.free_use.visit_apply {
    position: relative;
}

.visit_apply.input {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin: auto;
    width: 390px;
    padding: 10px 0 0;
}

.visit_apply.input .title_area h1,
.visit_apply.done .title_area h1 {
    display: flex;
}

.visit_apply.input .title_area h1 img,
.visit_apply.done .title_area h1 img {
    width: 137px;
}

.visit_apply.input .txt_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.visit_apply.input .txt_box .txt1,
.visit_apply.done .txt_box .txt1 {
    font-size: 24px;
    font-weight: 700;
    color: #0F0F0F;
}

.visit_apply.input .txt_box .txt2 {
    font-size: 13px;
    font-weight: 500;
    color: #0F0F0F;
}

.visit_apply.input .form_area {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.visit_apply.input .form_area .input_item {
    display: flex;
    width: 100%;
    justify-content: space-between;
    position: relative;
}

.visit_apply.input .form_area .input_item .input_area {
    width: 280px;
    height: 42px;
    position: relative;
}

.visit_apply.input .form_area .input_item .label {
    display: flex;
    align-items: center;
    gap: 3px;
    font-size: 13px;
    font-weight: 500;
    color: #0F0F0F;
}

.visit_apply.input .form_area .input_item .label em {
    font-size: 13px;
    font-weight: 500;
    color: #CF0003;
}

.visit_apply.input .form_area .input_item .input_area input {
    display: flex;
    width: 100%;
    height: 100%;
    padding: 0 12px;
    border: 1px solid #DFE6ED;
    border-radius: 6px;
    color: #0F0F0F;

    &::placeholder {
        color: #999999;
    }
}

.visit_apply.input .form_area .input_item.date .input_area .btn_date {
    display: block;
    width: 18px;
    height: 18px;
    font-size: 0;
    background-image: url(../../img/ic/ic_calendar.png);
    position: absolute;
    top: 12px;
    right: 12px;
}

.visit_apply.input .form_area .input_item.date.on .input_area .btn_date {
    background-image: url(../../img/ic/ic_calendar_on.png);
}

.visit_apply.input .button_area {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: 100%;
}

.visit_apply.input .button_area p {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
    color: #0F0F0F;
}

.visit_apply.done {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 390px;
    padding: 10px 0 0;
}

.visit_apply.done .txt_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.visit_apply.done .txt_box .txt1 {
    margin-top: 40px;
}

.visit_apply.done .txt_box .txt2 {
    margin-top: 60px;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.2;
    color: #0F0F0F;
    font-weight: 500;
}

.visit_apply.done .txt_box .txt3 {
    margin-top: 30px;
    font-size: 14px;
    line-height: 1.4;
    color: #333;
    font-weight: 400;
    text-align: center
}

.visit_apply.done .button_area {
    margin-top: 60px;
    width: 100%;
}

.branch_q .visit_apply .layer_popup .popup_content .txt {
    margin-top: 12px;
}

.branch_q .visit_apply .layer_popup .popup_content .btn_blue {
    margin-top: 40px;
}

/* end 20250808 */

/* 로그인 */
/* start 20251021 */
.login {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 32px;
    width: 100%;
    height: 100vh;
    margin: auto;
}

.login .logo img {
    width: 243px;
}

.login .login_box {
    display: flex;
    flex-direction: column;
    width: 400px;
}

.login .login_box .login_box_field {
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: relative;

    &+& {
        margin-top: 10px;
    }
}

.login .login_box .login_box_field .input_area {
    height: 56px;
}

.login .login_box .login_box_field .input_area label {
    display: flex;
    width: 16px;
    height: 16px;
    font-size: 0;
    color: transparent;
    position: absolute;
    left: 16px;
    top: 20px;

    &[for="id"] {
        background-image: url(../../img/ic/ic_user.png);
    }

    &[for="password"] {
        background-image: url(../../img/ic/ic_lock.png);
    }
}

.login .login_box .login_box_field .input_area input {
    width: 100%;
    height: 100%;
    padding-left: 48px;
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    font-size: 16px;
    color: #0F0F0F;
    letter-spacing: -0.025em;
    transition: .3s;

    &::placeholder {
        color: #767676;
    }

    &:focus {
        border: 1px solid #4F63D2;
    }
}

.login .login_box .login_box_field .input_area.done input {
    border: 1px solid #4F63D2;
}


.login .login_box .login_box_field .btn_box {
    display: flex;
    gap: 6px;
    position: absolute;
    top: 20px;
    right: 20px;
}

.login .login_box .login_box_field .btn_box button {
    width: 16px;
    height: 16px;
    font-size: 0;
    color: transparent;
}

.login .login_box .login_box_field .btn_box .btn_delete {
    background-image: url(../../img/ic/ic_delete2.png);
}

.login .login_box .login_box_field .btn_box .btn_eye {
    background-image: url(../../img/ic/ic_eye2.png);
}

.login .login_box .login_box_field .btn_box .btn_eye.off {
    background-image: url(../../img/ic/ic_eye_off.png);
}

.login .login_box .login_box_field .input_hint {
    font-size: 14px;
    color: #E52929;
    line-height: 1.4;
    letter-spacing: -0.025em;
}

.login .login_box .find_link {
    display: flex;
    justify-content: flex-end;
    gap: 9px;
    margin-top: 12px;
}

.login .login_box .find_link>a {
    font-size: 14px;
    color: #767676;
    line-height: 1.4;
    letter-spacing: -0.025em;
    position: relative;
}

.login .login_box .find_link>a:last-child {
    &::before {
        content: '';
        display: block;
        width: 1px;
        height: 8px;
        background-color: #D9D9D9;
        position: absolute;
        top: 6px;
        left: -4px;
    }
}

.login .login_box .btn_login {
    width: 100%;
    height: 56px;
    margin-top: 32px;
    background-color: #4F63D2;
    border-radius: 8px;
    font-size: 16px;
    color: #ffffff;
    line-height: 1.4;
    letter-spacing: -0.025em;

    &:disabled {
        background-color: #767676;
        color: rgba(255, 255, 255, 0.5);
        cursor: default;
    }
}

/* end 20251021 */