@charset "utf-8";

.login-section { 
    /* height: calc(100vh - 311px - 64px - 227px); */
    padding-top: 3rem; 
    padding-bottom: 3rem; 
}

.login-wrap {
    width: 45%;
    margin: 0 auto !important;
    padding: 20px 40px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0px 3px 10px -2px #ddd;
}

.login-password-wrap {
    width: 70%;
    margin: 0 auto !important;
    padding: 20px 40px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0px 3px 10px -2px #ddd;
}

.password-content {
    width: 62% !important;
    margin: 0 auto;
}

.password-area {
    width: 85%; 
}

.login-new-wrap {
    width: 45%;
    margin: 0 auto !important;
    padding: 20px 40px;
    border: 0px;
    border-radius: 0px;
    box-shadow: none;
}
.login-area, .login-sns-area {
    text-align: center;
    overflow: hidden;
}
.login-area h2 {
    padding: 20px;
}

.login-area p.log-p { margin-top: -14px; margin-bottom: 36px; color: #666; }

.login-area .nav-tabs li {
    width: 50%;
}
.login-area .nav-tabs li button {
    padding: 1.1rem;
    width: 100%;
    color: #495057;
}
.login-area .nav-tabs {
    border-bottom: 1px solid #4e4e4e;
}
.login-area .login-tab .nav-tabs .nav-link.active {
    border-color: #4e4e4e #4e4e4e #fff;
    /* text-decoration: underline; */
    text-underline-position: from-font;
}
.tab-content {
    min-height: 268px;
}
.login-input-area, .order-input-area {
    position: relative;
}
.login-input-area .login-bi, .order-input-area .login-bi {
    position: absolute;
    top: 22%;
    left: 15px;
    font-size: 1.4rem;
    color: #cbcbcb;
}
.login-input-area .eyes, .order-input-area .eyes {
    position: absolute; 
    top: 0; 
    bottom: 0; 
    right: 3px; 
    font-size: 22px; 
    padding: 10px 5px;
    color: #cbcbcb;
    cursor: pointer;
    z-index: 100;
}
#members, .login-tab, #nonmembers {
    width: 100% !important;
    margin: 0 auto;    
} 
#members input[type="text"], #members input[type="password"], #nonmembers input[type="text"] {
    width: 100%;
    height: 48px;
    background: rgba(242, 242, 242, 0.3);
    box-sizing: border-box;
    font-size: 18px;
    line-height: 48px;
    font-weight: 400;
    color: #666666;
    padding: 0 35px 0 45px;
    border: 1px solid #e2e2e2;
    letter-spacing: 1px;
}
#members input[type="text"]:focus, #members input[type="password"]:focus, #nonmembers input[type="text"]:focus {
    background: #fff;
    border: 1px solid #333333;
    color: #333333;
}

#members .order-input-area input[type="text"]:focus { background-color: #fff; border: 1px solid #e2e2e2; background: rgba(242, 242, 242, 0.3); }

.login-confirm button, 
.search-confirm button,
.estimate-confirm button {    
    width: 100%;
    height: 48px;
   /* height: 110px;
    line-height: 110px; */
    font-weight: normal;
    margin: 0;
    /* background: #cd001a; */
    background: #444;
    color: #fff;
    font-size: 1.125rem;
}
.estimate-confirm button {
    height: auto;
    padding: 37.75px 0px;
}
.logid-save {
    min-height: 24px;
}
.logid-save input[type="checkbox"] {
    display: none;
}
.logid-save input[type="checkbox"] + label {
    position: relative;
    top: 0;
    left: 34px;
    zoom: 1;
    cursor: pointer;
    /* z-index: 9999; */
}
.logid-save input[type="checkbox"] + label:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -35px;
    width: 23px;
    height: 23px;
    background-color: #fff;
    border: 1px solid #cfcfcf;
    border-radius: 25%;
}
.logid-save input[type="checkbox"]:checked + label:before {
    content: "";
    background: #cd001a url(/front/images/common/chkbox.png) 50% 50% no-repeat;
    border-color: #cd001a;
}

.btn-path-box button {
    width: auto;
    height: auto;
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 1;
    color: #777777;
    background: none;
    border: 0;
    margin: 0;
    padding: 0;
    position: relative;
    letter-spacing: -1px;
}
.btn-path-box button + button {
    padding-left: 10px;
    margin-left: 10px;
}
.btn-path-box button + button:before {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 12px;
    background: #dddddd;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.b-join {
    color: #e91e63 !important;
    font-weight: 500 !important;
}

.login-join {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 10px;
  margin: 2rem 0;
  border: 1px solid #ddd;
  line-height: 1;
  cursor: pointer;
}
.login-join:hover {
  background-color: #f8f9fa;
}

.s1_arrow {
    display:flex; align-items: center; position:relative; margin-left:-10px; text-align:center; animation:arrow_down 1.5s infinite;
}
.s1_arrow span { margin-right: 10px; margin-top: -2px; }
.scroll-arrow {
    width:8px; height:8px; border-right: 3px solid #51589b; border-bottom: 3px solid #51589b;
    transform: rotate(317deg); 
    -webkit-transform: rotate(317deg); 
    -moz-transform: rotate(317deg); 
    -o-transform: rotate(317deg);  
    -ms-transform: rotate(317deg);
    animation: arrow-wave 1s infinite; 
    animation-direction: alternate;
}
.scroll-arrow:nth-child(1) {animation-delay: 0.1s;}
.scroll-arrow:nth-child(2) {margin-right:2px; animation-delay: 0.2s;}
.scroll-arrow:nth-child(3) {margin-right:2px; animation-delay: 0.3s;}
@keyframes arrow-wave {
  0% {opacity: 0;}
  50% {opacity: .5;}
  100% {opacity: 1;}
}
@keyframes arrow_down{
  0%{right:28px;}
  50%{right:40px;}
  100%{right:28px;}
}


@media (max-width: 1400px) {
    .login-password-wrap {
        width: 75%;
    }

    .password-area {
        width: 100%; 
    }

    .password-content {
        width: 75% !important;
    }

}

@media (max-width: 1300px) {
    .login-password-wrap {
        width: 75%;
    }

    .password-area {
        width: 100%; 
    }

    .password-content {
        width: 80% !important;
    }

}

@media (max-width: 1200px) {
    #members, .login-tab, #nonmembers {
        width: 90% !important;
    }
    .login-wrap {
        width: 60% !important;
    }

    .password-content {
        width: 85% !important;
    }

    .login-password-wrap {
        width: 75%;
    }

    .password-area {
        width: 100%; 
    }    
    
 
}
@media (max-width: 992px) {
    #members, .login-tab, #nonmembers {
        width: 90% !important;
    }
    .login-wrap {
        width: 80% !important;
    }

    .password-content {
        width: 100% !important;
        margin: 0 auto;
    }

    .password-title {
        font-size: 14px;
    }   
    
}

@media (max-width: 768px) {
    #members, .login-tab, #nonmembers, .login-wrap {
        width: 100% !important;
    }
    .login-confirm button, .search-confirm button {
        /*margin-top: 1rem!important;
        width: 100% !important; 
        height: 48px !important; 
        line-height: 48px !important;
        font-size: 1.1rem;*/
        border-radius: var(--bs-border-radius) !important;
    }

    .login-password-wrap {
        width: 100%;
    }

    .password-area {
        width: 100%; 
    }      

    .password-title {
        font-size: 13px;
    }   

}