@import url("./common.css");
@import url("./reward_point.css");


/* login_contents */
.member_page .login_contents {
    overflow: hidden;
    width: 100%;
    border: 1px solid #d9e0e2;
}

.member_page.login_tabmenu .login_contents {
    border-top: 0;
}

.member_page .login_area {
    width: 100%;
    padding-top: 50px;
}

/* login_tap */
.login_tap ul {
    font-size: 0;
    text-align: center;
}

.login_tap ul li {
    display: inline-block;
    position: relative;
    width: 50%;
    border-bottom: 1px solid #d9e0e2;
    font-size: 13px;
    line-height: 52px;
    color: #818383;
    vertical-align: top;
    cursor: pointer;
}

.login_tap ul li + li {
    border-left: 1px solid #d9e0e2;
}

.login_tap ul li.active {
    border-bottom-color: transparent;
}

.login_tap ul li::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #d9e0e2;
}

.login_tap ul .active::after {
    height: 3px;
}

/* login_tab_content */
.login_tab_content {
    width: 100%;
    max-width: 442px;
    margin: 0 auto;
    padding: 0 15px;
}

/* box_info_cont */
.member_page .msg_authority {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 13px;
    color: #ff1a40;
}

.member_page .box_info_cont {
    position: relative;
}

.member_page .login_pwd {
    margin-top: 10px;
}

.member_page .txt_id,
.member_page .txt_pwd {
    display: none;
}

.member_page .box_id,
.member_page .box_pwd {
    position: relative;
    font-size: 0;
}

.member_page .cont_check {
    display: block;
    line-height: 17px;
}

.member_page .cont_check .lab_check {
    position: absolute;
    top: -20px;
    left: 300px;
    background: none;
}

.member_page .box_help {
    display: none;
    padding-top: 20px;
}

.member_page .msg_help {
    color: #95a5a6;
    font-weight: bold;
    vertical-align: top;
}

.member_page .msg_help:before {
    content: '※';
    display: inline-block;
    width: 12px;
    height: 14px;
    font-size: 12px;
    color: #95a5a6;
}

.member_page .btn_login {
    position: absolute;
    top: 0;
    left: 300px;
    width: 110px;
    height: 90px;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
}

/* links_area */
.member_page .links_area {
    width: 100%;
    margin-top: 50px;
}
.member_page .member_links {
    padding: 17px 20px;
}

.member_page .member_links a {
    font-weight: 500;
    font-size: 12px;
    vertical-align: top;
}

.member_page .member_links .link_find_pwd,
.member_page .member_links .link_find_id {
    color: #828282;
}

.member_page .member_links a + a::before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 10px;
    margin: 4px 15px 0;
    background-color: #e8e9ec;
    vertical-align: top;
}

.member_page .member_links .link_join::before {
    display: none;
}

.member_page .member_links a.link_join {
    float: right;
}

.member_page .ad_area {
    display: none;
}

/* social_login */
.social_account {
    text-align: center;
}

.social_account .social_login_title {
    padding: 20px 0 15px;
    background: #fff;
    font-weight: bold;
}

.social_account .title_txt {
    line-height: 30px;
}

.social_account .title_txt:before,
.social_account .title_txt:after {
    content: '';
    display: block;
    width: 42px;
    height: 1px;
    margin: 0 auto;
}

.social_account ul.vn {
    padding: 57px 0 57px 57px;
}

.social_account ul.ww,
.social_account ul.th,
.social_account ul.id {
    padding: 37px 0 25px 57px;
}

.social_account ul {
    font-size: 0;
}

.social_account ul li {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 36px;
    margin: 2px;
}

.social_account ul li a {
    display: block;
    padding-left: 45px;
    font-size: 12px;
    line-height: 36px;
    color: #757575;
}

.social_account .other_icon {
    display: block;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 36px;
    border-radius: 5px;
    text-align: center;
    -webkit-transition: width 0.3s cubic-bezier(0, 0, 0.2, 1);
    transition: width 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.social_account .other_txt {
    display: none;
}

.social_account .other_icon::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: url(../images/social_login_icon.png) no-repeat center -280px / 64px auto;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.social_account ul .design_social:hover .other_icon:after,
.social_account ul .design_social a:focus .other_icon:after {
    right: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.social_account .other_facebook .other_icon,
.social_account .other_facebook .other_icon::after { background-color: #3b589c; }
.social_account .other_kakao .other_icon,
.social_account .other_kakao .other_icon::after { background-color: #ffc20e; }
.social_account .other_naver .other_icon,
.social_account .other_naver .other_icon::after { background-color: #2db400; }
.social_account .other_google .other_icon,
.social_account .other_google .other_icon::after { background-color: #fc5345; }
.social_account .other_twitter .other_icon,
.social_account .other_twitter .other_icon::after { background-color: #00c7ff; }
.social_account .other_instagram .other_icon,
.social_account .other_instagram .other_icon::after { background-color: #262830; }
.social_account .other_line .other_icon,
.social_account .other_line .other_icon::after { background-color: #2db400; }
.social_account .other_nurimedia .other_icon,
.social_account .other_nurimedia .other_icon::after { background-color: #ea3d3d; }

.social_account .other_icon::before {
    content: '';
    display: block;
    width: 64px;
    height: 36px;
    background-image: url(../images/social_login_icon.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.social_account ul li.other_facebook a .other_icon::before { background-position: 0 0; }
.social_account ul li.other_kakao a .other_icon::before { background-position: 0 -36px; }
.social_account ul li.other_naver a .other_icon::before { background-position: 0 -72px; }
.social_account ul li.other_google a .other_icon::before { background-position: 0 -108px; }
.social_account ul li.other_twitter a .other_icon::before { background-position: 0 -144px; }
.social_account ul li.other_instagram a .other_icon::before { background-position: 0 -180px; }
.social_account ul li.other_line a .other_icon::before { background-position: 0 -216px; }
.social_account ul li.other_nurimedia a .other_icon::before { background-position: 0 -252px; }

/* login_members */
.member_page #login_members .input_info {
    width: 300px;
    margin-top: 20px;
    padding-right: 10px;
}

/* login_non_members */
#login_non_members .selectBox {
    display: block;
    width: 33%;
    margin-right: 2%;
}

#login_non_members .selectBox > select,
#login_non_members .selectBox > a {
    margin: 0;
    padding: 0;
}

#login_non_members .selectBox-dropdown .selectBox-label {
    padding-left: 15px;
}

#login_non_members .login_id + .login_id {
    margin-top: 10px;
}

#login_non_members .login_page_button {
    display: inline-block;
    width: 100%;
    font-weight: 700;
    font-size: 15px;
    line-height: 40px;
    color: #fff;
}

.member_page form[name='frm_non_member_inquiry'] .tf_comm {
    float: right;
    width: 65%;
}

.member_page form[name='frm_non_member_inquiry'] .txt_placeholder {
    left: 35%;
}

.member_page form[name='frm_non_member_inquiry'] .login_page_button {
    margin-top: 15px;
}

/* member_page error */
.member_page.error {
    text-align: center;
}

.member_page.error .login_contents {
    padding: 50px 15px;
}

.member_page .dubu_title h2 {
	font-size: 35px;
	color: #222;
    letter-spacing: -0.05em;
}

.login_err_txt {
    display: block;
    margin-top: 30px;
    font-size: 13px;
    color: #666;
}

#recaptcha_widget {
    display: inline-block;
    margin-top: 15px;
}

/* certificateConfirm */
#certificateConfirm {
    margin-top: 8px;
    padding-top: 21px;
    border-top: 1px solid #f1eef0;
}

#certificateConfirm .input_info {
    font-size: 0;
}

#certificateConfirm .certificateConfirm_no {
    float: left;
    width: 78%;
}

#certificateConfirm .cont_check {
    display: inline-block;
    width: 20%;
    margin-left: 2%;
}

#confirm {
    background: #4fd165;
}

#certificateConfirm .wrap_limit_time {
    padding-top: 5px;
    font-weight: 400;
    font-size: 12px;
}

#certificateConfirm .msg_limit_time > span {
    color: #ff0000;
}

/* Login for shopping */
.login_page_note {
    margin-top: 50px;
    border: 1px solid #999;
    font-weight: 700;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    color: #000;
}

/***** media_queries start *****/
@media screen and (max-width: 1199px) and (min-width: 992px) {}

@media screen and (max-width: 991px) and (min-width: 768px) {}

@media screen and (max-width: 767px) {
    /* login_contents */
    .member_page #login_members .input_info {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .member_page .cont_check .lab_check {
        position: relative;
        top: 0;
        left: 0;
        margin: 15px 0 0;
    }

    .member_page .box_help {
        position: static;
        padding: 5px 0;
    }

    .member_page .btn_login {
        position: static;
        width: 100%;
        height: auto;
        margin-top: 10px;
        font-weight: 600;
        line-height: 40px;
    }

    /* social_login */
    .social_account {
        width: 100%;
    }

    .social_account ul li {
        width: 100%;
    }

    .social_account .other_icon::before {
        position: absolute;
        left: 50%;
        margin-left: -32px;
    }

    /* login_non_members */
    #login_non_members .selectBox {
        width: 100%;
        margin: 0 0 10px;
    }

    .member_page form[name='frm_non_member_inquiry'] .tf_comm {
        float: none;
        width: 100%;
    }

    .member_page form[name='frm_non_member_inquiry'] .txt_placeholder {
        top: 50px;
        left: 0;
    }
    .member_page .error_txt {
        margin-left: 0;
    }

    /* links_area */
    .member_page .member_links {
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
    }

    .member_page .member_links a.link_join {
        float: none;
    }

    .member_page .member_links a + a::before {
        margin-left: 5px;
        margin-right: 5px;
    }
    
    .member_page .member_links .link_join::before {
        display: inline-block;
    }

    /* member_page error */
    .member_page .dubu_title h2 {
        font-size: 23px;
    }

    .login_err_txt {
        font-size: 12px;
    }
}
/***** media_queries end *****/
