.sub_title{
    width:100%;
    height:450px;
    margin-top:173px;
    padding:40px 0 210px
}
.sub_title.login_title{
    position:relative;
    background:url('/static/images/sub/login_bg.jpg')no-repeat;
}
.sub_title.login_title .text_box{
    /* position:absolute;
    left:50%;
    transform: translateX(-50%) ; */
    z-index:1;
    margin-top:100px;
    text-align: center;
}
.sub_title.login_title p{
    color:#fff;
    font-size:55px;
    font-family: 'Oswald_r',sans-serif;
    text-transform: uppercase;



}

.member{
    position:relative;
    padding-bottom:60px;
}
.sub_pag{
    position:relative;
    padding:0 15px;
}
.member_box{
    position:relative;
    background:#fff;
    padding:45px 24px;
    width:100%;
    max-width:1170px;
    margin:-130px auto 0;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
}
.login_box h2{
    font-size:24px;
    height:40px;
    line-height: 40px;;
    margin-bottom:10px;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Oswald_r',sans-serif;
    color:#000;
    font-weight: 400;
}
.login_box .form{
    max-width:920px;
    margin:auto;
    padding:40px 50px;
    box-sizing: border-box;
}
.login_box .form > p{
    text-align:center;
    margin-bottom:1.3em;
    font-family: 's-c-d-r', sans-serif;
    font-size:15px;
    font-weight:400;
}
.login_box .login_form{
    padding:20px 60px;
    margin:30px 0;
}
.login_box .login_form{
    border-right:1px solid #f0f0f0
}

.login_box .login_form ul{
    display:flex;
    align-items: center;
    margin-bottom:5px;
}
.login_box .login_form ul li {
    display:flex;
    align-items:center;
}
.login_box .login_form ul li label{
    font-size:13px;
    letter-spacing: -1px;
    margin-right:8px;
    line-height:1.8
}
.login_box .login_form .loign_input_box .input_box{
    width:100%;
    height:40px;
}
.login_box .login_form .loign_input_box input{
    width:100%;
    height:100%;
    padding:5px 20px;
    border:1px solid #ddd;
    font-size:13px;
}
.login_box .login_form .loign_input_box .input_box + .input_box{
    margin-top: 4px;;
}
.id_find_box{
    height:40px;
    padding:4px 0;
    line-height:1.8;
    display:flex;
    align-items:center;
}
.id_find_box p{
    position:relative;
    padding:0 8px;
}
.id_find_box p:first-child{
    padding-left:0;
}
.id_find_box p:after{
    content: '';
    position:absolute;
    width:1px;
    height:12px;
    background:#e9e9e9;
    top:8px;
    left:0;
}
.id_find_box p:first-child:after{
    display:none;
}
.id_find_box p a{
   font-size:13px;
   letter-spacing: -1px;
}
.id_find_box .id_find a{
    font-weight:600;
    color:#333;
}

.btn button{
    margin-top:4px;
    cursor: pointer;
}
.gray_btn{
    width:100%;
    height:48px;
    background:#3d3d3d;
    border:1px solid #373737;
    color:#fff;
}

.kakao_login{
    position:relative;
    margin:30px 0;
    padding:20px 30px;
}
.kakao_login a{
    width:280px;
    height:50px;
    line-height:50px;
    padding-left:86px;
    background:url('/static/images/sub/btn-login-kakaotalk-bg.png')no-repeat;
    background-size:contain;
    display:block;
    margin:auto;
}
.kakao_login span{
    color:#3c1e1e;
    font-weight: bold;
}
@media(max-width:1200px){
    .sub_pag{
        max-width:970px;
        margin:auto;
    }
    .member_box{
        margin-top:-10%;
    }
    .agree_cont{
        padding:20px 15px;
    }
}
@media(max-width:960px){
    .sub_pag{
        max-width:750px;
    }
    .sub_title{
        margin-top:0;
    }
    .login_box .form{
        padding:12px;
    }
    .login_box .login_form{
        padding:12px 30px;
    }
    .login_box .form > p{
        font-size:15px;
    }
}
@media(max-width:780px){
    .login_box{
        width:100%;
    }
    .sub_title.login_title{
        background-size:cover;
    }
    .sub_title.login_title p{
        font-size:24px;
    }
    .kakao_login{
        padding:0;
    }
    .login_box h2{
        font-size:36px;
    }
    .login_box .form{
        max-width:280px;
    }
    .login_box .form > p{
        text-align:left;
    }
    .login_box .login_form{
        padding:0 0 8px;
        border-bottom:1px solid #f0f0f0;
        border-right: 0;
    }
    .kakao_login a{
        max-width:136px;
        padding-left:56px;
        background-size:280px 50px
    }
    .kakao_login span{
        font-size:15px;
        width:100%;
        display:inline-block;
        text-align:center;
    }
    .kakao_login span:last-child{
        display:none;
    }
}

/* 회원가입 */
.agree_box{
    margin-bottom:50px;
}
.member_box h3{
    position:relative;
    color:#000;
    font-size:16px;
    font-weight:600;
    margin-bottom:10px;
}
.member_box h3:before{
    content: '';
    position: relative;
    top:0;
    margin-right:8px;
    border-left:3px solid #777;
}
.agree_box .agree_info_box{
    height:250px;
    padding:20px;
    overflow-y:auto;
    border:1px solid #ccc;
    border-radius:3px;
    margin-top:15px;
}
.agree_cont, .agree_cont *{
    font-size:13px;
    font-family: 's-c-d-r', sans-serif;
}
.agree_cont h5{
    color:#000;
    font-size:15px;
    font-weight:600;
    margin:40px 0 0;
}
.agree_cont h5:first-child{
    margin-top:0;
}
.agree_cont p, .agree_cont ul{
    font-size:13px;
    margin-top:15px;
    padding:0
}
.agree_cont strong, .agree_cont b{
    font-weight:400;
}
.agree_cont ul li{
    padding-left:10px;
    margin-top:10px;
}
.agree_box .agree_checkbox{
    margin:15px 0;
}
.agree_box .agree_checkbox label{
    color:#333;
    margin-left:5px;
    font-size:13px;
    font-weight: 600;
    font-family: 's-c-d-r', sans-serif;
}
.join_btn{
    display:flex;
    align-items: center;
    justify-content:center;
    gap: 10px;
}
.join_btn a{
    height:70px;
    padding:0 30px;
    line-height:68px;
    font-size:14px;
    font-weight:600;
    border-radius:3px;
    box-shadow: inset 1px 1px 0 rgba(255,255,255,0.3);
}
.join_btn .gray_btn{
    width:auto;
    height:70px;
}
.join_btn .light_gray_btn{
    background:#ccc;
    border:1px solid #bbb
}
.join_btn .light_gray_btn:hover{
    background:#bbb;
}

@media(max-width:780px){
    .agree_box {
        margin-bottom:30px;
    }
    .agree_box .agree_info_box{
        height:100px;
    }
    .join_btn a, .join_btn .gray_btn{
        width:100%;
        text-align:center
    }
}

/* 회원가입 폼 */
.join_form{
    padding:30px;
    margin-bottom:40px;
}
.join_form *{
    font-family: 's-c-d-r', sans-serif;
    font-size:13px;
}
.join_form .form_list{
    position:relative;
    display:table;
    width:100%;
    padding:4px 0;
    padding-left:150px;
    border-bottom:1px solid #f0f0f0;
}
.join_form .form_list:first-child{
    border-top:1px solid #f0f0f0;
    padding-top:10px;
}
.join_form .form_list:last-child{
    padding-bottom: 10px;
}
.join_form .form_list > p{
    display:table-cell;
    width:150px;
    height:40px;
    line-height:40px;
    position:absolute;
    left:0;
    top:0;
    padding:0 4px;
}
.join_form .form_list > p span{
    font-weight:600;
}
.join_form .form_list p span i{
    color:red;
    font-size:15px;
    margin-left:5px;
    vertical-align: middle;
}
.join_form .form_list p, .join_form .form_list p span{
    font-size:13px;
}
.join_form .form_list .input_form{
    display:flex;
    align-items:center;
    gap:5px;
}
.join_form .form_list .input_form input{
    width:auto;
    height:40px;
    border:1px solid #ddd;
    background:#fafafa;
    letter-spacing: -.5px;
}
.join_form .form_list .input_form input[type="password"]{
    letter-spacing: 2px;
}
.join_form .form_list .input_form button{
    width:110px;
    height:40px;
    background:#f0f0f0;
    border:1px solid #ddd;
    padding:0 8px;
    font-size:13px;
    color:#444;
    cursor:pointer;
}
.join_form .form_list .input_form button:hover{
    background:#fff;
}
.join_form .form_list .input_form + .input_form{
    margin-top:4px;
}
.join_form .form_list .input_box p{
    color:#999;
    margin:3px 0;
}
.join_form .form_list .input_box .pwd_re{
    font-weight:600;
}
.join_form .form_list .input_box select:hover{
    background:#ededed;
}
.join_form .form_list .input_box select{
    background:#f6f6f6;
    border:1px solid #ccc;
    color:#454545;
    width:14em;
    padding:.4em 1em;
    appearance: none;
    -o-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 3px;
}
.join_form .form_list .input_box select option{
    background:#fff;
}
@media(max-width:780px){
    .join_form{
        padding:0;
    }
    .join_form .form_list{
        padding-left:80px;
    }
    .join_form .form_list > p{
        width:80px
    }
    .join_form .form_list .input_form input[type="text"]{
        width:100%;
    }
    .join_form .form_list .input_form input[type="password"]{
        width:40%;
    }
    .join_form .form_list .input_form input[id="use_id"]{
        width:calc(100% - 110px);
    }
    .join_form .form_list .input_form input[id="use_name"]{
        width:100%;
    }
    .join_form .form_list .input_form input{
        width:30%;
    }
    .join_form .form_list .input_form input[id="use_email"]{
        width:45%;
    }
    .join_form .form_list .input_form + .input_form{
        flex-direction: column;
    }
    
}


/* 공통 팝업 스타일 */
.alert_popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.alert_popup .popup_box {
    background: #fff;
    width: 90%;
    max-width: 450px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}
.alert_popup .popup_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
    background: #f9f9f9;
}
.alert_popup .popup_head h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}
.alert_popup .popup_x {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #999;
    line-height: 1;
}
.alert_popup .popup_x:hover {
    color: #333;
}
.alert_popup .popup_body {
    padding: 25px;
}
.alert_popup .popup_form_row {
    margin-bottom: 20px;
}
.alert_popup .popup_form_row:last-child {
    margin-bottom: 0;
}
.alert_popup .popup_form_row label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #333;
}
.alert_popup .popup_form_row input {
    width: 100%;
    height: 45px;
    padding: 0 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    box-sizing: border-box;
}
.alert_popup .popup_form_row input:focus {
    border-color: #666;
    outline: none;
}
.alert_popup .popup_hint {
    font-size: 12px;
    color: #999;
    margin-top: 5px;
}
.alert_popup .popup_foot {
    display: flex;
    gap: 10px;
    margin-top: 25px;
}
.alert_popup .popup_foot button {
    flex: 1;
    height: 48px;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}
.alert_popup .popup_btn_cancel {
    background: #eee;
    color: #666;
}
.alert_popup .popup_btn_cancel:hover {
    background: #ddd;
}
.alert_popup .popup_btn_confirm {
    background: #3d3d3d;
    color: #fff;
}
.alert_popup .popup_btn_confirm:hover {
    background: #555;
}

/* 아이디/비밀번호 찾기 탭 스타일 */
.find_tab {
    display: flex;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
.find_tab_btn {
    flex: 1;
    height: 45px;
    background: #f5f5f5;
    border: none;
    border-bottom: 2px solid transparent;
    font-size: 14px;
    font-weight: 500;
    color: #666;
    cursor: pointer;
    transition: all 0.2s;
}
.find_tab_btn:first-child {
    border-radius: 4px 0 0 0;
}
.find_tab_btn:last-child {
    border-radius: 0 4px 0 0;
}
.find_tab_btn:hover {
    background: #eee;
}
.find_tab_btn.active {
    background: #fff;
    color: #333;
    font-weight: 600;
    border-bottom: 2px solid #3d3d3d;
}
.find_form_content {
    padding: 5px 0;
}

@media(max-width:480px){
    .alert_popup .popup_box {
        max-width: 95%;
    }
    .alert_popup .popup_body {
        padding: 20px 15px;
    }
    .find_tab_btn {
        font-size: 13px;
        height: 40px;
    }
}