body {
    background-color: #f3f3f3;
}

.pop_admin_login {
    position: relative;
    padding-top: 145px;
}

.admin_login_wrap {
    width: 382px;
    margin: 0 auto;
    padding-bottom: 50px;
    /*border-bottom:1px solid #e0e0e0;*/
}

.admin_login_wrap .admin_logo {
    overflow: hidden;
    height: 74px;
    margin-bottom: 40px;
    text-align: center;
}

.admin_login_wrap .admin_logo img {
    height: 74px;
}

.admin_login_content {
    padding: 30px;
    background-color: #fff;
    border: 1px solid #ced6dc;
    box-shadow: 0 1px 3px rgba(139, 157, 175, 0.18)
}

.admin_login_content .login_id label,
.admin_login_content .login_pwd label {
    display: none;
}

.admin_login_content .box_id,
.admin_login_content .box_pwd {
    position: relative;
    margin-bottom: 15px;
}

.admin_login_content .tf {
    height: 48px;
    padding-left: 68px;
    border: 1px solid #99a9b6;
    font-size: 13px;
}

.admin_login_content .tf:focus {
    border: 1px solid #33536d;
    color: #187fc8;
}

.admin_login_content .ico_user,
.admin_login_content .ico_lock {
    position: absolute;
    top: 12px;
    left: 22px;
}

.admin_login_content .ico_user:before,
.admin_login_content .ico_lock:before {
    font-size: 21px;
    color: #a7afb7;
}

.admin_login_content .tf:focus~.ico_user:before,
.admin_login_content .tf:focus~.ico_lock:before {
    color: #727f8c;
}

.admin_login_content .txt_placeholder {
    position: absolute;
    top: 17px;
    left: 70px;
    font-size: 13px;
    color: #bcc4cd;
}

.admin_login_content span.form_error {
    display: none;
    margin: 5px 0 0 2px;
    color: #f3422b;
    font-size: 12px;
    font-weight: bold;
}

.admin_login_content span.form_error {
    display: block;
}

.admin_login_content .tf.form_error {
    border-color: #f3422b;
}

.admin_login_content .tf.form_error+.ico_user:before,
.admin_login_content .tf.form_error+.ico_lock:before {
    color: #f3422b;
}

.admin_login_content .login_check {
    margin: 20px 0 0;
}

.admin_login_content .login_check .chk {
    margin-bottom: 9px;
    font-size: 13px;
    font-weight: bold;
    color: #838383;
}

.admin_login_content .login_check .chk span:after,
.admin_login_content .login_check .chk span:before {
    width: 19px;
    height: 19px;
}

.admin_login_content .login_check .btn {
    margin: 0;
}

.admin_login_content .admin_login_links {
    overflow: hidden;
    margin-top: 30px;
    text-align: center;
}

.admin_login_content .admin_login_links a {
    display: inline-block;
    float: left;
    font-size: 13px;
    text-decoration: underline;
    color: #adb1b1;
}

.admin_login_content .admin_login_links a:last-child {
    float: right;
}

.admin_login_content .sns_login {
    margin-top: 60px;

}

.admin_login_content .sns_login h3 {
    font-size: 16px;
    color: #757575;
    text-align: center;
}

.admin_login_content h3 {
    margin-top: 60px;
    font-size: 16px;
    color: #757575;
    text-align: center;
}

.admin_login_content .inner_other_login {
    margin: 15px -10px 0;
    font-size: 0;
    text-align: center;
}

.admin_login_content .inner_other_login li {
    display: inline-block;
    width: 44px;
    height: 44px;
    margin: 0 10px;
    vertical-align: top;
    border: 2px solid #30589a;
    border-radius: 5px;
}

.admin_login_content .inner_other_login a,
.admin_login_content .inner_other_login button {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0;
}

.admin_login_content .inner_other_login .btn_login_facebook:hover {
    background-color: #30589a
}

.admin_login_content .inner_other_login .btn_login_kakao {
    border-color: #e7d004;
}

.admin_login_content .inner_other_login .btn_login_kakao:hover {
    border-color: #f6de06;
    background-color: #f6de06;
}

.admin_login_content .inner_other_login .btn_login_naver {
    border-color: #00c73c;
}

.admin_login_content .inner_other_login .btn_login_naver:hover {
    background-color: #00c73c;
}

.admin_login_content .inner_other_login .btn_login_google {
    border-color: #ea4335;
}

.admin_login_content .inner_other_login .btn_login_google:hover {
    background-color: #ea4335;
}

.admin_login_content .inner_other_login .btn_login_facebook a {
    background: url(../images/login_sns.png) no-repeat 13px 7px;
}

.admin_login_content .inner_other_login .btn_login_facebook:hover a {
    background: url(../images/login_sns.png) no-repeat 13px -48px;
}

.admin_login_content .inner_other_login .btn_login_kakao a {
    background: url(../images/login_sns.png) no-repeat -51px 7px;
    color: #523738
}

.admin_login_content .inner_other_login .btn_login_naver a {
    background: url(../images/login_sns.png) no-repeat -115px 7px;
}

.admin_login_content .inner_other_login .btn_login_naver:hover a {
    background: url(../images/login_sns.png) no-repeat -115px -48px;
}

.admin_login_content .inner_other_login .btn_login_google button {
    background: transparent url(../images/login_sns.png) no-repeat -179px 7px;
    overflow: visible;
}

.admin_login_content .inner_other_login .btn_login_google:hover button {
    background: transparent url(../images/login_sns.png) no-repeat -179px -48px;
}

.pop_admin_login .footer {
    margin: 7px 0;
    font-size: 11px;
    text-align: center;
    color: #414141;
}

.pop_admin_login .footer .breadcrumb {
    padding: 5px 15px;
    float: none;
}

.pop_admin_login .footer .breadcrumb.vbar>li {
    padding: 0;
}


/* admin 로그인 리뉴얼 */
.tabs {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    height: 47px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.tabs li {
    position: relative;
    width: 100px;
    padding: 15px 0px;
    border: 1px solid #ccc;
    border-left: 0;
    border-bottom: 0;
    float: left;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #838383;
    font-size: 14px;
    font-family: 'Nanum Gothic';
    font-weight: bold;
    background: #f1f1f1;
    height: 46px;
    cursor: pointer;
}

.tabs li:first-child {
    border-left: 1px solid #ccc;
}

.tabs li.active {
    border-top: 1px solid #aacc05;
    background: #fff;
    height: 47px;
    color: #414141;
    cursor: default;
}

.tabs li.active:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    height: 46px;
    width: 100px;
    border-top: 1px solid #aacc05;
}

@media screen and (max-width:300px) {
    .tabs li {
        width: 50%;
    }

    .tabs li.active:before {
        content: '';
        position: absolute;
        top: 0px;
        left: 0;
        height: 46px;
        width: 100%;
        border-top: 1px solid #aacc05;
    }
}

/* admin 로그인 리뉴얼 E*/

/* 180827 로그인 리뉴얼 */
.pw_reset {
    top: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.5
}

.pw_reset span {
    font-weight: bold;
    line-height: 1.5
}

.login_tit h2 {
    font-size: 35px;
}

.login_tit .txt_default {
    margin-top: 80px;
    font-size: 13px;
    line-height: 1.5
}

.admin_login_wrap.logout {
    width: 676px;
    border-bottom: none;
}

.admin_login_wrap.logout h1 {
    text-align: center;
}

.admin_login_wrap.logout h1 img {
    height: 74px;
}

.admin_login_wrap.logout .login_tit {
    margin-top: 80px;
    display: block;
}

.admin_login_wrap.logout .login_tit h2:before {
    content: '';
    display: block;
    margin: 0 auto 30px;
    width: 122px;
    height: 122px;
    background: url(../images/bg_logout@2x.png);
    background-size: 100%;
}

.admin_login_wrap.logout .login_tit .txt_default {
    margin-top: 30px;
}

.admin_login_wrap.logout .login_tit .txt_default.font_s14 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
}

.admin_login_wrap.logout button {
    width: 260px;
    height: 50px;
    font-weight: 700;
    font-size: 18px;
    cursor: pointer;
}

.admin_login_wrap .login_tit {
    /*display: none;*/
}

/* 180827 로그인 리뉴얼 E */

@media all and (max-width:767px) {
    .pop_admin_login {
        padding: 30px 30px 0;
    }

    .admin_login_wrap {
        width: 100%;
        padding-bottom: 77px;
    }

    .admin_login_wrap .admin_logo {
        /* width:79px;
        height:25px; */
        margin-bottom: 30px;
    }

    body {
        background-color: #f3f3f3;
    }

    .admin_login_content {
        padding: 0;
        border: 0;
        box-shadow: 0 0 0 rgba(0, 0, 0, 0);
        background: #f3f3f3;
    }

    #recaptcha_widget {
        margin: 0 auto;
        width: 304px;
    }

    .admin_login_content .admin_login_links a {
        float: none;
    }

    .admin_login_content .admin_login_links a:last-child {
        float: none;
        margin-left: 18px;
    }

    /* 180827 로그인 리뉴얼 */
    .login_tit {
        padding: 0px;
    }

    .admin_login_wrap.logout {
        width: 100%;
        padding: 0 0px 77px 0;
    }

    .admin_login_wrap .login_tit {}

    /* 180827 로그인 리뉴얼 E */

    .tabs {
        border-bottom: 0;
        margin-bottom: 15px;
        height: 36px;
        text-align: center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 6px;
    }

    .tabs li {
        position: relative;
        width: 50%;
        padding: 12px 0px;
        border: 0;
        border-left: 0;
        border-bottom: 0;
        float: left;
        text-align: center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        color: #838383;
        font-size: 13px;
        font-family: 'Nanum Gothic';
        font-weight: bold;
        background: #eaeaea;
        height: 36px;
        cursor: pointer;
        line-height: 1;
    }

    .tabs li:first-child {
        border-left: 0;
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
    }

    .tabs li:last-child {
        border-left: 0;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
    }

    .tabs li.active {
        border-top: 0;
        background: #aacc05;
        height: 36px;
        color: #fff;
        cursor: default;
    }

    .tabs li.active:before {
        content: '';
        position: relative;
        top: 0px;
        left: 0;
        height: 36px;
        width: 50%;
        border-top: 0;
    }

    .admin_login_content .login_check .chk {
        margin-bottom: 25px;
        font-size: 12px;
        font-weight: bold;
        color: #838383;
    }

    .pw_reset {
        top: 0;
        padding: 0;
        font-size: 11px;
        line-height: 1;
    }

    .admin_login_content .login_check {
        margin: 10px 0 0 0;
    }

    .admin_login_content h3 {
        margin-top: 40px;
        font-size: 14px;
    }

    .admin_login_content .login_check .btn {
        font-size: 14px;
        padding: 12px 18px;
    }

    .login_tit h2 {
        font-size: 23px;
    }

    .login_tit .txt_default {
        margin-top: 20px;
        font-size: 13px;
        line-height: 1.5;
    }

    .admin_login_content .box_id,
    .admin_login_content .box_pwd {
        position: relative;
        margin-bottom: 5px;
    }

    .recaptcha_widget_v2 {
        margin-top: 20px;
    }
}

@media all and (max-width:320px) {
    .pop_admin_login {
        padding: 30px 8px 0;
    }
}

.overlay_reset_password {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    font-family: 'NanumSquare', sans-serif;
    z-index: 1000;
    overflow: hidden;
    display: none;
}

.mobile_scroll {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

/*header start*/
#dubu_header {
    padding: 0 20px;
}

#dubu_header h1 {
    padding: 47px 0;
    text-align: center;
}

#dubu_header h1 a {}

#dubu_header h1 a img {
    width: 80px;
    height: auto;
}

#dubu_header .overlay_btn_close {
    position: absolute;
    top: 55px;
    right: 60px;
    width: 15px;
    height: 15px;
    background-image: url(../images/btn_page_back.png);
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 15px;
    text-indent: -9999em;
}

/*header end*/

#dubu_content {
    padding: 0 20px;
}

#dubu_content .dubu_title {
    max-width: 1170px;
    margin: 0 auto;
    text-align: center;
}

#dubu_content .dubu_title h2 {
    padding: 24px 0 20px;
    color: #222;
    font-weight: 700;
    font-size: 35px;
}

.content_wrap {
    width: 100%;
    margin-top: 40px;
}

.content_wrap .join_area {
    max-width: 676px;
    margin: 0 auto;
}

.content_wrap .join_form {
    float: left;
    width: 436px;
    border-right: 1px solid #e8e8e8;
    box-sizing: border-box;
}

.design_form {
    max-width: 381px;
}

.design_label {
    position: absolute;
    left: 0;
    right: auto;
    color: #acacac;
    font-size: 14px;
    line-height: 35px;
    cursor: text;
    -webkit-transition: transform .4s cubic-bezier(.25, .8, .25, 1);
    transition: transform .4s cubic-bezier(.25, .8, .25, 1);
}

.input_list.input_on .design_label {
    font-size: 12px;
    transform: translate3d(0, -24px, 0);
    -webkit-transition: all .4s cubic-bezier(.25, .8, .25, 1);
    transition: all .4s cubic-bezier(.25, .8, .25, 1);
}

.input_list.empty .design_label {
    font-size: 12px;
    transform: translate3d(0, -24px, 0);
    -webkit-transition: all .4s cubic-bezier(.25, .8, .25, 1);
    transition: all .4s cubic-bezier(.25, .8, .25, 1);
}

.design_input {
    width: 100%;
    height: 35px;
    color: #434447;
    background-color: transparent;
    font-size: 13px;
    border: none;
    border-bottom: 1px solid #dcdcdc;
    border-radius: 0;
    font-family: 'NanumSquare', sans-serif;
}

.input_list.error .design_input {
    border-bottom-color: #f14e0e;
}

.focus_line {
    position: absolute;
    top: 44px;
    width: 0;
    height: 1px;
    background-color: #aacd06;
    -webkit-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
}

.input_list.input_on .focus_line {
    width: 100%;
    -webkit-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
}

.design_checkbox input {
    vertical-align: bottom;
    opacity: 0;
}

.input_list.id {
    padding-bottom: 15px;
}

.input_list.password .design_input,
.input_list.password_chk .design_input {
    font-family: sans-serif;
}

.checkbox_txt.circle {
    position: relative;
    margin-left: 5px;
    color: #666;
    font-size: 12px;
}

.checkbox_txt.circle:before {
    content: '';
    position: absolute;
    top: -2px;
    left: -24px;
    display: block;
    width: 17px;
    height: 17px;
    background-image: url(../images/icon_checkbox.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.design_checkbox input:checked+.checkbox_txt:before {
    background-position: 0 -20px;
}

span.form_error {
    display: block;
    width: 435px;
    margin: 0 0 0 auto;
    color: #f14e0e;
    font-size: 11px;
    line-height: 22px;
}

.input_list.error span.form_error {
    display: block;
}

.design_btn {
    width: 100%;
    height: 40px;
    margin: 30px 0 15px;
    color: #fff;
    font-size: 15px;
    background-color: #aacd06;
    font-family: 'NanumSquare', sans-serif;
    border-radius: 10px;
    line-height: 40px;
    -webkit-transition: all .2s ease-in;
    transition: background-color .2s ease-in;
}

.design_btn:hover {
    background-color: #819c00;
    -webkit-transition: all .2s ease-in;
    transition: background-color .2s ease-in;
}

.pw_reset .send_btn {
    width: 380px;
    margin: 30px 0 0;
    padding: 0;
}

.id_warning {
    margin-top: 3px;
    color: #bbb;
    font-size: 11px;
    line-height: 18px;
}

.dubu_domain {
    position: absolute;
    top: 21px;
    right: 0;
    color: #757575;
    font-size: 12px;
}

.join_warning {
    color: #262724;
    font-size: 12px;
}

/*pw_reset start*/
.content_wrap .pw_area {
    max-width: 676px;
    margin: 0 auto;
}

.pw_reset {
    text-align: center;
}

.pw_reset p {
    margin-top: 15px;
    color: #666;
    font-size: 13px;
    line-height: 25px;
}

.pw_reset p.mar30 {
    margin-top: 30px;
}

.pw_reset p a {
    color: #aacd06;
    text-decoration: underline;
}

.pw_reset p strong {
    display: inline-block;
    margin: 0 5px;
    padding: 0px 5px;
    color: #fff;
    background-color: #aacd06;
    border-radius: 5px;
}

.pw_reset .send_btn {
    width: 380px;
    margin: 30px 0 0;
    padding: 0;
}

.pw_reset .yes_btn,
.pw_reset .no_btn {
    width: 183px;
    margin: 30px 5px 0;
}

.pw_reset .no_btn {
    color: #757575;
    background-color: #fff;
    border: 2px solid #dcdcdc
}

.pw_reset .no_btn:hover {
    color: #fff;
    background-color: #9e9e9e;
    border-color: #9e9e9e;
}

.reset_form form {
    margin: 0 auto;
}

.input_list {
    position: relative;
    ;
    padding: 10px 0;
    font-size: 0;
    border-bottom: 1px solid #f4f4f4;
    margin-top: 10px;
}

.reset_form form .input_list {
    margin-top: 45px;
    padding: 10px 0;
    text-align: left;
}

.reset_form form .input_list span.form_error {
    display: none
}

.reset_form .input_list.password_chk {
    margin-top: 20px;
}

.join_certify {
    text-align: center;
}

.join_certify p {
    margin-top: 15px;
    color: #666;
    font-size: 13px;
    line-height: 25px;
}

.join_certify span.login_err_txt {
    display: block;
    color: #666;
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
    word-break: break-all;
}

/*pw_reset end*/

/* captcha */
.login_captcha {
    margin: 40px auto 0
}

@media screen and (max-width: 1199px) {
    .content_wrap {
        margin-top: 10px;
    }
}

@media screen and (max-width: 991px) {
    html {
        overflow: hidden;
    }
}

@media screen and (max-width: 767px) {

    /*header start*/
    #dubu_header h1 {
        padding: 20px 0 15px;
    }

    #dubu_header .overlay_btn_close {
        top: 20px;
        right: 20px;
    }

    #dubu_header .btn_prod {
        top: 20px;
        left: 20px;
        text-indent: -9999em;
    }

    /*header end*/

    #dubu_content .dubu_title h2 {
        padding: 24px 0 0;
        font-size: 23px;
    }

    .content_wrap {
        margin-top: 20px;
    }
}

@media screen and (max-width: 410px) {
    .pw_reset .send_btn {
        width: 100%;
    }
}

@media (-webkit-min-device-pixel-ratio: 2.0) {
    .mobile_scroll {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        ;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }

    input.design_input {
        font-size: 16px;
    }
}