@charset "utf-8"; /* 로그인 */
#signin {
}

#inner_wrap {
    width: 420px;
    margin: 0 auto;
    padding-top: 80px;
}

#signin .tabmenu {
}

#signin .tabmenu .tab_large {
    border-radius: 10px 10px 0 0;
    border: solid 1px #e5e5e5;
    height: 54px;
    border-bottom: none;
    margin-bottom: 58px;
}

#signin .tabmenu .tab_large li {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 2px solid;
}

#signin .tabmenu .tab_large li.active {
    border: solid 2px #222;
    border-radius: 10px 0 0 0;
    border-bottom: none;
}

#signin .tabmenu .tab_large li:last-child.active {
    border-radius: 0 10px 0 0
}

#signin .tabmenu .tab_large li a {
}

#signin .tabmenu .tab_large li a p {
    font-size: 16px;
    font-weight: 500;
    color: #222;
    width: 100%;
    display: inline-block;
}

#signin .member_con {
}

#signin .member_con .wrap {
}

#signin .member_con .input_text_wrap .input_text {
    font-family: 'NotoSansCJKkr','Montserrat',Sans-Serif;
    font-weight: 500;
}

#signin .member_con .input_password_wrap {
    margin-top: 15px;
}

#signin .member_con .auto_signin_wrap {
    margin: 16px 0 31px 0;
    position: relative;
}

#signin #google_recaptha {
    width: 100%;
    margin-bottom: 30px
}

#signin .member_con .auto_signin_wrap #auto_siginin {
    /* display: none; */
    /* position: absolute; */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 1px;
    height: 1px;
    opacity: 0;
}

#signin .member_con .auto_signin_wrap input[type=checkbox] {
    display: none;
}

#signin .member_con .auto_signin_wrap input[type=checkbox] + .select_label {
    display: inline-flex;
    align-items: center;
}

#signin .member_con .auto_signin_wrap input[type=checkbox] + .select_label span {
    position: relative;
    line-height: 1.71;
    letter-spacing: -0.14px;
    color: #222;
}

#signin .member_con .auto_signin_wrap input[type=checkbox] + .select_label .icon_checkded {
    width: 18px;
    height: 18px;
    margin-right: 5px;
    background: url(../../imgs/web/member/checked_off%403x.png) center no-repeat;
    background-size: 18px;
}

#signin .member_con .auto_signin_wrap input[type=checkbox]:checked + .select_label .icon_checkded {
    background: url(../../imgs/web/member/checked_on%403x.png) center no-repeat;
    background-size: 18px;
}

#signin .member_con .btn_large2_wrap .btn_large2_2 {
    width: 100%;
    font-weight: 500;
    height: 60px;
    font-size: 18px;
}

#signin .member_con .tabmenu_sm {
    padding: 15px 0 50px;
}

#signin .member_con .tabmenu_sm .textmenu {
    display: flex;
    justify-content: center;
    margin: 0 -9px;
}

#signin .member_con .tabmenu_sm .textmenu li {
    padding: 0 9px;
    border-right: 1px solid #ddd;
}

#signin .member_con .tabmenu_sm .textmenu li:last-child {
    border-right: 0;
}

#signin .member_con .tabmenu_sm .textmenu li a {
    letter-spacing: -0.14px;
    color: #7a7a7a;
}

#signin .member_con .other_signin {
}

#signin .member_con .other_signin .line {
    position: relative;
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
}

#signin .member_con .other_signin .line span {
    font-size: 13px;
    padding: 0 10px;
    background-color: #fff;
    color: #707070;
    position: absolute;
    top: -9px;
    left: 50%;
    transform: translateX(-50%);
}

#signin .member_con .other_signin .sns_wrap {
    padding: 24px 0 60px 0;
}

#signin .member_con .other_signin .sns_wrap ul {
    display: flex;
    justify-content: center;
    margin: 0 -15px
}

#signin .member_con .other_signin .sns_wrap ul li {
    padding: 0 15px;
    text-align: center;
}

#signin .member_con .other_signin .sns_wrap ul li a {
    font-size: 12px;
    color: #222;
}

#signin .member_con .other_signin .sns_wrap ul li a img {
    width: 50px;
    display: block;
    padding-bottom: 5px;
}

#signin .member_con .btn_large2_wrap {
    margin-top: 10px;
}

#signin .member_con .btn_large2_wrap button {
    width: 100%;
    border: 1px solid #222;
}

#sigin_banner {
    margin-top: 150px;
}

#sigin_banner img {
    display: block;
    width: 100%;
}

#sigin_banner a {
    display: block;
    margin-bottom: -1px;
}

#signin .member_con .btn_large1 {
    font-weight: 500;
    /* margin-top:60px; */
    border-radius: 0;
    border-radius: 5px;
    height: 60px;
    font-size: 18px;
    font-weight: 500;
    color: #222;
}

#signin .nonmember_con {
    display: none;
}

#signin .nonmember_con .wrap {
}

#signin .nonmember_con .input_text_wrap .input_text {
    font-family: 'NotoSansCJKkr','Montserrat',Sans-Serif;
    font-weight: 500;
}

#signin .nonmember_con .input_text_wrap .input_text:lang(en) {
    font-family: 'NotoSansCJKkr','Montserrat',Sans-Serif;
}

#signin .nonmember_con .input_text_wrap .input_text:lang(ko) {
    font-family: 'NotoSansCJKkr';
}

#signin .nonmember_con .input_password_wrap {
    padding-top: 10px;
    margin-bottom: 35px
}

#signin .nonmember_con .input_password {
    font-weight: 500
}

#signin .nonmember_con .input_text_wrap input {
    font-size: 15px
}

#signin .nonmember_con .input_text_wrap .input_text::placeholder {
    font-size: 15px
}

#signin .nonmember_con .input_password::placeholder {
    font-size: 15px;
    font-weight: 500;
}

#signin .nonmember_con .btn_large2_wrap .btn_large2_2 {
    width: 100%;
    font-weight: 500;
    height: 60px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.18px;
}

#signin .nonmember_con .info {
    padding: 30px 37px 30px 0;
}

#signin .nonmember_con .info li {
    padding-bottom: 10px
}

#signin .nonmember_con .info li:last-child {
    padding-bottom: 0
}

#signin .nonmember_con .info li .disc {
    width: 3px;
    height: 3px;
    background-color: #707070;
    border-radius: 50%;
    vertical-align: middle;
    display: inline-block;
    margin-right: 6px;
}

#signin .nonmember_con .info li span {
    color: #707070;
    word-break: keep-all;
    letter-spacing: -0.14px;
    line-height: 1.86;
}

#signin .nonmember_con .info li span .point {
    color: #222222;
    font-weight: 500;
}

#signin .nonmember_con .btn_large2_wrap .btn_large2_1 {
    width: 100%;
    font-weight: 500;
    border: solid 1px #222;
}

#signin .nonmember_con .btn_large1 {
    height: 60px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.18px;
}

/* 회원가입 */
#memeber_join {
}

#memeber_join .wrap {
}

#memeber_join .wrap .tit {
}

#memeber_join .wrap .mark {
    position: relative;
    display: inline-block;
}

#memeber_join .wrap .mark .essential {
    position: absolute;
    right: -6px;
    top: 6px;
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #b7a286;
    text-indent: -9999px;
    overflow: hidden;
}

#memeber_join .wrap .tit > span {
    font-size: 14px;
    font-weight: 500;
    color: #aaaaaa;
    line-height: 3.07;
}

#memeber_join .wrap .tit > span + div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#memeber_join .wrap .tit > span + div h2 {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -0.28px;
    color: #222;
}

#memeber_join .wrap .tit > span + div .indicator {
}

#memeber_join .wrap .tit > span + div .indicator ul {
    display: flex;
    align-items: center;
    margin: 0 -4px
}

#memeber_join .wrap .tit > span + div .indicator ul li {
    padding: 0 4px;
}

#memeber_join .wrap .tit > span + div .indicator ul li .disc {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ddd;
}

#memeber_join .wrap .tit > span + div .indicator ul li .disc span {
    font-size: 0
}

#memeber_join .wrap .tit > span + div .indicator ul li .disc.active {
    width: 24px;
    height: 24px;
    background-color: #38AFF5;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#memeber_join .wrap .tit > span + div .indicator ul li .disc.active span {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    font-family: 'NotoSansCJKkr','Montserrat',Sans-Serif;
}

#memeber_join .wrap .tit > .text {
    color: #707070;
    letter-spacing: -0.14px;
    margin: 30px 0 60px 0;
    font-size: 14px;
    font-weight: 400;
}

#memeber_join .wrap .btn_small2_wrap {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

#memeber_join .wrap .btn_small2_wrap button {
    height: 93px;
    font-size: 16px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 24px;
}

#memeber_join .wrap .btn_small2_wrap button:first-child {
    margin-bottom: 10px;
}

#memeber_join .wrap .btn_small2_wrap button .icon_arrow {
    width: 16px;
    height: 16px;
    background: url(../../imgs/goods/icon_next%403x.png) center center no-repeat;
    background-size: contain;
}

#memeber_join .wrap .certifysection {
    position: relative;
    clear: both;
    /* margin:0 20px; */
    /* padding:30px 0 0; */
    /* border-left:1px solid #ececec; */
    /* border-right:1px solid #ececec; */
}

#memeber_join .wrap .certifysection:before {
    /* content:""; */
    position: absolute;
    top: 0;
    left: -1px;
    width: 100%;
    height: 30px;
    padding: 0 1px;
    background: white;
}

#memeber_join .wrap .certifysection li {
    position: relative;
    border: 1px solid #ececec;
    border-radius: 10px;
    /* overflow: hidden; */
}

#memeber_join .wrap .certifysection li:first-child {
    margin-bottom: 20px;
}

#memeber_join .wrap .certifysection li input[type=radio] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0
}

#memeber_join .wrap .certifysection li input[type=radio]+label {
    display: block;
    position: relative;
    z-index: 2;
    padding: 35px 0 35px 24px;
    font-size: 16px;
    color: #222;
    line-height: 1;
    font-weight: 600;
    /* border-radius: 10px; */
    letter-spacing: -0.16px;
}

#memeber_join .wrap .certifysection li input[type=radio]+label:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 32px;
    width: 9px;
    height: 20px;
    margin: -7px 0 0;
    background: url(../../imgs/goods/icon_next%403x.png) 0 0 no-repeat;
    background-size: contain;
}

#memeber_join .info {
    /* background-color: #000; */
    /* padding: 25px 24px 25px 20px; */
    margin: 40px 0 50px 0;
}

#memeber_join .info ul {
}

#memeber_join .info ul li {
    position: relative;
    padding-bottom: 15px;
    padding-left: 9px;
}

#memeber_join .info ul li:last-child {
    margin-bottom: 0;
}

#memeber_join .info ul li:before {
    position: absolute;
    left: 0;
    top: 10px;
    display: block;
    content: '';
    width: 3px;
    height: 3px;
    background-color: #707070;
    border-radius: 50%;
}

#memeber_join .info ul li span {
    color: #707070;
    letter-spacing: -0.14px;
    line-height: 1.7;
    word-break: keep-all;
}

.agreechk_wrap {
}

.agreechk_wrap input#all_agree {
    width: 0;
    height: 0;
    font-size: 0;
    visibility: hidden;
}

.agreechk_wrap input#all_agree + label {
    height: 60px;
    border: solid 1px #e5e5e5;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 24px;
}

.agreechk_wrap input[type=checkbox]:checked#all_agree + label {
    border: solid 1px #222
}

.agreechk_wrap input#all_agree + label span {
    font-size: 16px;
    font-weight: 500;
    color: #222;
}

.agreechk_wrap input#all_agree + label .icon_checkded {
    width: 23px;
    height: 23px;
    background: url(../../imgs/web/member/checked_off%403x.png) center no-repeat;
    background-size: 23px;
}

.agreechk_wrap input[type=checkbox]:checked#all_agree + label .icon_checkded {
    width: 23px;
    height: 23px;
    background: url(../../imgs/web/member/checked_on%403x.png) center no-repeat;
    background-size: 23px;
}

.agreechk_wrap .chk_list {
    padding: 0 25px;
}

.agreechk_wrap .chk_list .chk_wrap {
}

.agreechk_wrap .chk_list input {
    width: 0;
    height: 0;
    font-size: 0;
    visibility: hidden;
}

.agreechk_wrap .chk_list input + label {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.agreechk_wrap .chk_list input + label span {
    position: relative;
    font-weight: 500;
    color: #222;
}

.agreechk_wrap .chk_list input + label span:after {
    position: absolute;
    bottom: 2px;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #222
}

.agreechk_wrap .chk_list input + label .icon_checkded {
    width: 23px;
    height: 23px;
    background: url(../../imgs/member/checked_off%403x.png) center no-repeat;
    background-size: 23px;
}

.agreechk_wrap .chk_list input[type=checkbox]:checked + label .icon_checkded {
    width: 23px;
    height: 23px;
    background: url(../../imgs/web/member/checked_on%403x.png) center no-repeat;
    background-size: 23px;
}

#memeber_join .con.agree .btn_x_large {
    height: 60px;
    border-radius: 5px;
    margin: 60px 0 50px 0;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.18px;
}

#memeber_join .con.agree .btn_x_large.off {
    background-color: #e5e5e5;
}

#memeber_join .con.member_info {
}

#memeber_join .tit {
    font-size: 16px;
    font-weight: 600;
    /* padding-bottom:10px */
}

#memeber_join .tit.sm {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 10px;
}

#memeber_join .con.member_info .add_txt {
    font-size: 14px;
    color: #aaa;
    padding-top: 10px;
    display: inline-block;
}

#memeber_join .con.member_info .info_box {
    padding-top: 30px;
}

#memeber_join .con.member_info .info_box > .tit {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 10px;
    letter-spacing: -0.16px;
    color: #000;
}

#memeber_join .con.member_info .info_box > div {
    padding: 20px;
    border-radius: 5px;
    background-color: #f5f5f5;
    box-sizing: border-box;
}

#memeber_join .con.member_info .info_box table th {
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    width: 80px;
    padding-right: 23px;
    letter-spacing: -0.14px;
    color: #222;
}

#memeber_join .con.member_info .info_box table td {
    font-size: 14px;
    /* line-height: 2; */
    font-weight: 500;
    color: #222;
    padding-bottom: 5px;
}

#memeber_join .con.member_info .id_box {
    padding: 40px 0;
}

#memeber_join .con.member_info .id_box .input_text_wrap {
}

#memeber_join .con.member_info .id_box .input_text_wrap > .wrapper {
    /* display: flex; */
    /* align-items: center; */
}

#memeber_join .con.member_info .id_box .input_text_wrap .dup_confirm {
    border-radius: 5px;
    border: solid 1px #e5e5e5;
    font-size: 12px;
    font-weight: 500;
    word-break: keep-all;
    height: 30px;
    padding: 6px 12px 6px 12px;
    margin-left: 20px;
}

#memeber_join .con.member_info .password_box {
}

#memeber_join .con.member_info .password_box .chk_wrap {
    display: flex;
    padding-top: 10px;
    align-items: center;
}

#memeber_join .con.member_info .password_box .chk_wrap ul {
    display: flex;
    margin: 0 -5px;
    padding-top: 10px;
}

#memeber_join .con.member_info .password_box .chk_wrap ul li {
    padding: 0 5px;
    display: flex;
}

#memeber_join .con.member_info .password_box .chk_wrap input {
    width: 0;
    height: 0;
    visibility: hidden;
    font-size: 0;
}

#memeber_join .con.member_info .password_box .chk_wrap input + label {
    display: flex;
    align-items: center;
    color: #707070;
    font-size: 12px;
}

#memeber_join .con.member_info .password_box .chk_wrap input + label .icon_checked_on {
    background: url(../../imgs/web/member/icon_checked_on%403x.html) no-repeat center;
    background-size: cover;
    width: 9.6px;
    height: 6.5px;
    margin-right: 6px;
}

#memeber_join .con.member_info .password_box .input_password_wrap.confirm {
    margin-top: 10px
}

#memeber_join .con.member_info .password_box .input_password_wrap.confirm .chk_wrap.errortxt {
    display: none;
}

#memeber_join .con.member_info .password_box .input_password_wrap.confirm .chk_wrap.errortxt .icon_checked_on {
    background: url(../../imgs/goods/icon_checked_on%403x.png) no-repeat center;
    background-size: cover;
    width: 9.6px;
    height: 6.5px;
    margin-right: 6px;
}

#memeber_join .con.member_info .password_box .input_password_wrap.confirm.error .chk_wrap.errortxt {
    display: flex !important;
}

#memeber_join .con.member_info .password_box .input_password_wrap.confirm.error .chk_wrap input + label {
    display: none
}

#memeber_join .con.member_info .email_box {
    padding: 40px 0;
}

#memeber_join .con.member_info .email_box .input_email_wrap {
}

#memeber_join .con.member_info .email_box .input_email_wrap + .add_txt {
    font-size: 12px;
    color: #707070;
    padding-top: 10px;
}

#memeber_join .con.member_info .marketing_box {
}

#memeber_join .con.member_info .marketing_box .txt {
    padding-top: 10px;
}

#memeber_join .con.member_info .marketing_box .txt span {
    font-size: 14px;
    color: #aaaaaa;
    letter-spacing: -0.14px;
    word-break: keep-all;
    line-height: 1.43;
}

#memeber_join .con.member_info .marketing_box .chk_list {
    display: flex;
    margin: 0 -15px;
}

#memeber_join .con.member_info .marketing_box .chk_list .chk_wrap {
    padding: 20px 0;
    display: flex;
    position: relative;
}

#memeber_join .con.member_info .marketing_box .chk_list .chk_wrap input {
    width: 0;
    height: 0;
    font-size: 0;
    visibility: hidden;
    position: absolute;
    opacity: 0;
}

#memeber_join .con.member_info .marketing_box .chk_list .chk_wrap input + label {
    display: flex;
    align-items: center;
    padding: 0 15px;
    color: #aaaaaa;
}

#memeber_join .con.member_info .marketing_box .chk_list .chk_wrap input + label.active {
    color: #222;
}

#memeber_join .con.member_info .marketing_box .chk_list .chk_wrap input + label .icon_checkded {
    width: 23px;
    height: 23px;
    margin-right: 5px;
    background: url(../../imgs/web/member/checked_off%403x.png) center no-repeat;
    background-size: 23px;
}

#memeber_join .con.member_info .marketing_box .chk_list .chk_wrap input[type=checkbox]:checked + label .icon_checkded {
    width: 23px;
    height: 23px;
    background: url(../../imgs/web/member/checked_on%403x.png) center no-repeat;
    background-size: 23px;
}

#memeber_join .con.member_info .marketing_box .add_txt {
}

#memeber_join .con.member_info .marketing_box .add_txt .disc {
    width: 3px;
    height: 3px;
    background-color: #707070;
    border-radius: 50%;
    vertical-align: middle;
    display: inline-block;
    margin-right: 6px;
    margin-top: -3px;
}

#memeber_join .con.member_info .marketing_box .add_txt span {
}

#memeber_join .con.member_info .banner_wrap {
}

#memeber_join .con.member_info .banner_wrap img {
    display: block
}

#memeber_join .warninglist {
    padding: 10px 0 40px;
}

#memeber_join .warninglist li {
    position: relative;
    padding-left: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    /* line-height: 18px; */
    letter-spacing: -0.14px;
    color: #707070;
    font-weight: 500;
    word-break: keep-all;
}

#memeber_join .warninglist li:before {
    position: absolute;
    left: 0;
    top: 7px;
    display: block;
    width: 3px;
    height: 3px;
    content: '';
    border-radius: 50%;
    background: #aaaaaa;
}

#memeber_join .warninglist li:last-child {
    padding-bottom: 0;
}

#memeber_join .joinbtn {
    border-radius: 5px;
    margin-bottom: 50px;
    font-size: 18px;
    font-weight: 600
}

#memeber_join .con.join_done {
}

#memeber_join .con.join_done .complete_box {
    position: relative;
}

#memeber_join .con.join_done canvas {
    position: absolute;
    width: 100%;
}

#memeber_join .con.join_done .cont {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 100px 0 60px 0;
}

#memeber_join .con.join_done .complete_box img {
    display: block;
    width: 60px
}

#memeber_join .con.join_done .complete_box span {
    text-align: center;
}

#memeber_join .con.join_done .complete_box .txt {
    font-size: 24px;
    font-weight: 600;
    padding: 30px 0 40px 0;
    letter-spacing: -0.24px;
    color: #222;
}

#memeber_join .con.join_done .complete_box .subtxt {
    color: #7a7a7a;
    font-size: 18px;
    letter-spacing: -0.18px;
}

#memeber_join .con.join_done .complete_box .subtxt .point {
    color: #222;
    position: relative;
    display: inline-block;
}

#memeber_join .con.join_done .complete_box .subtxt .point:after {
    position: absolute;
    bottom: 2px;
    content: '';
    display: block;
    background-color: #222;
    width: 100%;
    height: 1px;
}

#memeber_join .con.join_done .btn_x_large {
    height: 60px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 600;
}

#memeber_join #join_banner {
}

#memeber_join #join_banner a {
    display: block;
}

#memeber_join #join_banner a img {
    display: block;
}

#memeber_join #join_banner .btn_x_large {
    border-radius: 0;
    height: 64px;
}

/* 선택정보 추가 - 푸시 알람 팝업 */
#memeber_join .pusharam_popup {
}

#memeber_join .inner_popup .box {
    border-radius: 20px;
}

#memeber_join .pusharam_popup .tit_wrap {
}

#memeber_join .pusharam_popup .tit_wrap div {
    padding: 40px 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 1px solid #e3e3e3;
}

#memeber_join .pusharam_popup .tit_wrap img {
    width: 60px;
}

#memeber_join .pusharam_popup .tit_wrap h1 {
    margin-top: 15px;
    text-align: center;
}

#memeber_join .pusharam_popup .con {
}

#memeber_join .pusharam_popup .push_check {
    margin: 20px 0 50px 0;
    position: relative;
}

#memeber_join .pusharam_popup .push_check #push_check {
    /* display: none; */
    /* position: absolute; */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 1px;
    height: 1px;
    opacity: 0;
}

#memeber_join .pusharam_popup .push_check input[type=checkbox] {
    display: none;
}

#memeber_join .pusharam_popup .push_check input[type=checkbox] + .select_label {
    display: inline-flex;
    align-items: center;
}

#memeber_join .pusharam_popup .push_check input[type=checkbox] + .select_label span {
    position: relative;
    line-height: 1.71;
    letter-spacing: -0.14px;
    font-weight: 500;
}

#memeber_join .pusharam_popup .push_check input[type=checkbox] + .select_label .icon_checkded {
    width: 23px;
    height: 23px;
    margin-right: 10px;
    background: url(../../imgs/web/member/checked_off%403x.png) center no-repeat;
    background-size: 18px;
}

#memeber_join .pusharam_popup .push_check input[type=checkbox]:checked + .select_label .icon_checkded {
    background: url(../../imgs/web/member/checked_on%403x.png) center no-repeat;
    background-size: 18px;
}

#memeber_join .pusharam_popup .con .buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#memeber_join .pusharam_popup .con .buttons li {
    margin-bottom: 5px;
}

#memeber_join .pusharam_popup .con .buttons .btn_medium1.btn_cancel {
    background: none;
    color: #222222;
    text-decoration: underline;
}

/* 아이디 /비밀번호 찾기 */
#find_id_pwd {
}

#find_id_pwd .wrap {
}

#find_id_pwd .tabmenu {
}

#find_id_pwd .tabmenu .tab_large {
    border-radius: 10px 10px 0 0;
    border: solid 1px #e5e5e5;
    height: 54px;
    border-bottom: none;
    margin-bottom: 40px;
}

#find_id_pwd .tabmenu .tab_large li {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 2px solid;
}

#find_id_pwd .tabmenu .tab_large li.active {
    border: solid 2px #222;
    border-radius: 10px 0 0 0;
    border-bottom: none;
}

#find_id_pwd .tabmenu .tab_large li:last-child.active {
    border-radius: 0 10px 0 0
}

#find_id_pwd .tabmenu .tab_large li a {
}

#find_id_pwd .tabmenu .tab_large li a p {
    font-size: 16px;
    font-weight: 500;
    color: #222;
}

#find_id_pwd .wrap .con {
    /* padding:30px 20px 70px 20px */
}

#find_id_pwd .wrap .con.find_pwd {
    /* display:none */
}

#find_id_pwd .wrap .con.find_pwd.result {
    background-color: #f9fafc;
    padding-top: 0;
}

#find_id_pwd .wrap .con .toggle_btn {
}

#find_id_pwd .wrap .con .toggle_btn ul {
    display: flex;
    width: 100%;
    background-color: #f5f5f5;
    height: 50px;
    border-radius: 60px;
    justify-content: space-around;
    align-items: center;
}

#find_id_pwd .wrap .con .toggle_btn ul li {
    width: calc(50% - 5px);
}

#find_id_pwd .wrap .con .toggle_btn ul li.active div {
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    background-color: #222222;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 6%);
    border-radius: 50px;
}

#find_id_pwd .wrap .con .toggle_btn ul li div {
    height: 42px;
    border-radius: 50px;
    text-align: center;
    line-height: 42px;
    font-weight: 500;
    font-size: 14px;
    color: #707070;
}

#find_id_pwd .wrap .con .toggle_btn ul.waysection {
    display: flex;
    width: 100%;
    background-color: #f5f5f5;
    height: 54px;
    border-radius: 60px;
    justify-content: space-around;
    align-items: center;
    padding: 0 6px;
    box-sizing: border-box;
}

#find_id_pwd .wrap .con .toggle_btn ul.waysection li {
    /* display:inline-block; */
    /* margin:0 16px; */
    /* vertical-align:top; */
    width: calc(50% - 5px);
    position: relative;
    cursor: pointer;
}

#find_id_pwd .wrap .con .toggle_btn ul.waysection li input[type=radio] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

#find_id_pwd .wrap .con .toggle_btn ul.waysection li input[type=radio]+label {
    height: 42px;
    border-radius: 50px;
    text-align: center;
    line-height: 42px;
    font-weight: 500;
    font-size: 15px;
    color: #707070;
    display: block;
    cursor: pointer;
}

#find_id_pwd .wrap .con .toggle_btn ul.waysection li input[type=radio]:checked+label {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    background-color: #222222;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 6%);
    border-radius: 50px;
}

#find_id_pwd .wrap .toggle_con .btn_small2_wrap {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding-top: 30px;
}

#find_id_pwd .wrap .toggle_con .btn_small2_wrap button {
    height: 93px;
    font-size: 16px;
    width: 100%;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 24px;
}

#find_id_pwd .wrap .toggle_con .btn_small2_wrap button:first-child {
    margin-bottom: 10px;
}

#find_id_pwd .wrap .toggle_con .btn_small2_wrap button .icon_arrow {
    width: 16px;
    height: 16px;
    background: url(../../imgs/goods/icon_next%403x.png) center center no-repeat;
    background-size: contain;
}

#find_id_pwd .wrap .toggle_con.email_cerfity {
    /* display:none */
}

#find_id_pwd .wrap .toggle_con.email_cerfity .input_wrap {
    padding: 40px 0 60px 0;
}

#find_id_pwd .wrap .toggle_con.email_cerfity .input_wrap .input_text_wrap {
    padding-bottom: 20px;
}

#find_id_pwd .wrap .toggle_con.email_cerfity .btn_large2_wrap {
    margin-bottom: 50px
}

#find_id_pwd .wrap .toggle_con.email_cerfity .btn_large2_wrap .btn_large2_2 {
    width: 100%;
    height: 60px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.18px;
}

#find_id_pwd .wrap .certifysection {
    position: relative;
    clear: both;
    padding: 40px 0 0;
    padding-bottom: 50px;
}

#find_id_pwd .wrap .certifysection:before {
    /* content:""; */
    position: absolute;
    top: 0;
    left: -1px;
    width: 100%;
    height: 30px;
    padding: 0 1px;
    background: white;
}

#find_id_pwd .wrap .certifysection li {
    position: relative;
    border: 1px solid #ececec;
    border-radius: 10px;
    /* overflow: hidden; */
    cursor: pointer;
}

#find_id_pwd .wrap .certifysection li:first-child {
    margin-bottom: 20px;
}

#find_id_pwd .wrap .certifysection li input[type=radio] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0;
    /* cursor: pointer; */
}

#find_id_pwd .wrap .certifysection li input[type=radio]+label {
    display: block;
    position: relative;
    z-index: 2;
    padding: 34px 24px;
    font-size: 16px;
    color: #222;
    line-height: 1;
    font-weight: 600;
    /* border-radius: 10px; */
    /* font-size: 16px; */
    cursor: pointer;
}

#find_id_pwd .wrap .certifysection li input[type=radio]+label:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 32px;
    width: 9px;
    height: 20px;
    margin: -7px 0 0;
    background: url(../../imgs/goods/icon_next%403x.png) 0 0 no-repeat;
    background-size: contain;
}

#find_id_pwd .wrap .toggle_con.email_cerfity.complete {
}

#find_id_pwd .wrap .toggle_con.email_cerfity.complete .tit {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 0 40px 0;
    background-color: #f9fafc;
}

#find_id_pwd .wrap .toggle_con.email_cerfity.complete .tit img {
    width: 98px;
    display: block;
    padding-bottom: 15px
}

#find_id_pwd .wrap .toggle_con.email_cerfity.complete .tit span {
    font-size: 18px;
    font-weight: 500;
}

#find_id_pwd .wrap .toggle_con.email_cerfity.complete .input_wrap .add_txt {
    font-size: 12px;
    color: #707070;
    padding-top: 10px
}

#find_id_pwd .wrap .toggle_con.email_cerfity.complete .input_wrap .input_password:last-child {
    padding-top: 10px
}

#find_id_pwd .wrap .con.find_id_result {
}

#find_id_pwd .wrap .con.find_id_result .id_result_area {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
}

#find_id_pwd .wrap .con.find_id_result img {
    display: block;
    width: 65px;
}

#find_id_pwd .wrap .con.find_id_result .grade {
    margin-top: 10px;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 30px;
    font-weight: 500;
    color: #222;
}

#find_id_pwd .wrap .con.find_id_result .grade > span {
    color: #38AFF5;
    font-weight: 600;
    letter-spacing: -0.18px;
}

#find_id_pwd .wrap .con.find_id_result .resultid {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    border-top: 1px solid #e3e3e3;
    padding: 30px 0 10px;
}

#find_id_pwd .wrap .con.find_id_result .resultid .id {
    font-weight: 700;
}

#find_id_pwd .wrap .con.find_id_result .date {
    font-size: 16px;
    line-height: 1.31;
    color: #707070;
    font-weight: 500;
}

#find_id_pwd .wrap .con.find_id_result .btn_large2_wrap {
    padding: 60px 0 50px 0;
    display: flex;
    flex-direction: column;
}

#find_id_pwd .wrap .con.find_id_result .btn_large2_wrap button {
    width: 100%;
    height: 60px;
    font-size: 18px;
    font-weight: 600;
}

#find_id_pwd .wrap .con.find_id_result .btn_large2_wrap .btn_large2_2 {
    margin-top: 20px;
}

/* 비밀번호 변경 */
.wide_inner_wrap {
    width: 420px;
    margin: 0 auto;
    padding-top: 80px;
}

.pwd_change {
}

.pwd_change .tabmenu {
}

.pwd_change .tabmenu .tab_large {
    border-radius: 10px 10px 0 0;
    border: solid 1px #e5e5e5;
    height: 54px;
    border-bottom: none;
    margin-bottom: 58px;
}

.pwd_change .tabmenu .tab_large li {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 2px solid;
}

.pwd_change .tabmenu .tab_large li.active {
    border: solid 2px #222;
    border-radius: 10px 0 0 0;
    border-bottom: none;
}

.pwd_change .tabmenu .tab_large li:last-child.active {
    border-radius: 0 10px 0 0
}

.pwd_change .tabmenu .tab_large li a {
}

.pwd_change .tabmenu .tab_large li a p {
    font-size: 16px;
    font-weight: 500;
    color: #222;
}

.pwd_change .tit {
    position: relative;
    display: inline-block;
}

.pwd_change .tit .essential {
    position: absolute;
    right: -6px;
    top: 6px;
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #b7a286;
    text-indent: -9999px;
    overflow: hidden;
}

.pwd_change .tit_wrap {
    text-align: center;
}

.pwd_change .tit_wrap h1 {
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    color: #222;
    padding-bottom: 30px;
}

.pwd_change .tit_wrap h1 .color {
    color: #38AFF5;
}

.pwd_change .tit_wrap h1 + span {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.18px;
    color: #707070;
}

.pwd_change .tit_wrap div {
    padding: 22px 17px 23px;
    border-radius: 5px;
    background-color: #f8f8f8;
    text-align: left;
}

.pwd_change .tit_wrap div span {
    font-weight: 500;
    letter-spacing: -0.14px;
    color: #707070;
}

.pwd_change .new_tit {
    text-align: center;
}

.pwd_change .new_tit img {
    width: 111px;
    margin-bottom: 20px;
}

.pwd_change .new_tit .tit_wrap h1 {
    padding-bottom: 0;
}

.pwd_change .new_tit + .password_box {
    padding-top: 60px;
}

.pwd_change .password_box {
    padding-top: 65px;
}

.pwd_change .password_box .tit {
    font-weight: 600;
    font-size: 16px;
    padding-bottom: 10px;
}

.pwd_change .password_box .cur_pwd {
    margin-bottom: 40px;
}

.pwd_change .password_box .temp_pwd {
    margin-bottom: 40px;
}

.pwd_change .password_box .confirm {
    padding-top: 10px;
}

.pwd_change .btn_large2_wrap {
    flex-direction: column;
    margin: 60px 0 40px 0;
}

.pwd_change .btn_large2_wrap button {
    width: 100%;
    height: 60px;
    font-size: 18px;
}

.pwd_change .btn_large2_wrap #pwd_chg {
    margin-top: 20px;
}

.pwd_change .notice {
    padding-bottom: 50px
}

.pwd_change .notice li {
    padding-bottom: 10px;
    position: relative;
    padding-left: 9px;
}

.pwd_change .notice li:last-child {
    padding-bottom: 0
}

.pwd_change .notice li:before {
    position: absolute;
    left: 0;
    top: 8px;
    content: '';
    width: 3px;
    height: 3px;
    background-color: #707070;
    border-radius: 50%;
}

.pwd_change .notice li span {
    font-size: 14px;
    color: #707070;
    position: relative;
    word-break: keep-all;
    letter-spacing: -0.14px;
}

/* 휴면아이디 */
#dormant_id {
    width: 420px;
    margin: 0 auto;
    padding-top: 80px;
}

#dormant_id .tit_wrap {
    text-align: center;
    padding-bottom: 30px;
}

#dormant_id .tit_wrap h1 {
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    color: #222;
    padding-bottom: 30px;
}

#dormant_id .tit_wrap h1 .color {
    color: #38AFF5;
}

#dormant_id .tit_wrap div {
    padding: 22px 17px 23px;
    border-radius: 5px;
    background-color: #f8f8f8;
    text-align: left;
}

#dormant_id .tit_wrap div span {
    font-weight: 500;
    letter-spacing: -0.14px;
    color: #707070;
}

#dormant_id .certifysection {
    position: relative;
    clear: both;
    /* margin:0 20px; */
    /* padding:30px 0 0; */
    /* border-left:1px solid #ececec; */
    /* border-right:1px solid #ececec; */
    margin-bottom: 50px;
}

#dormant_id .certifysection:before {
    /* content:""; */
    position: absolute;
    top: 0;
    left: -1px;
    width: 100%;
    height: 30px;
    padding: 0 1px;
    background: white;
}

#dormant_id .certifysection li {
    position: relative;
    border: 1px solid #ececec;
    border-radius: 10px;
    /* overflow: hidden; */
}

#dormant_id .certifysection li:first-child {
    margin-bottom: 20px;
}

#dormant_id .certifysection li input[type=radio] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0
}

#dormant_id .certifysection li input[type=radio]+label {
    display: block;
    position: relative;
    z-index: 2;
    padding: 0 24px;
    font-size: 16px;
    color: #222;
    line-height: 1;
    font-weight: 600;
    /* border-radius: 10px; */
    letter-spacing: -0.16px;
    height: 93px;
    display: flex;
    align-items: center;
}

#dormant_id .certifysection li input[type=radio]+label:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 32px;
    width: 9px;
    height: 20px;
    margin: -7px 0 0;
    background: url(../../imgs/goods/icon_next%403x.png) 0 0 no-repeat;
    background-size: contain;
}

/* 온보딩 */
#main_onboarding {
    /* margin-bottom: -1px; */
    padding: 150px 0 0 0;
    background: url(../../imgs/web/member/bg_onboarding%403x.png) center no-repeat;
    background-size: 100%;
}

#main_onboarding .wrap {
}

#main_onboarding .wrap .con {
    width: 380px;
    margin: 0 auto;
    text-align: center;
}

#main_onboarding .wrap .con .tit_wrp {text-align: center;}

#main_onboarding .wrap .con .tit_wrp h1 {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: -0.4px;
    color: #fff;
}

#main_onboarding .wrap .con .tit_wrp span {
    font-size: 18px;
    color: #fff;
    letter-spacing: -0.18px;
    padding-top: 5px;
    display: block;
}

#main_onboarding .buttons {
    width: 100%;
    padding: 40px 0 0;
}

#main_onboarding .buttons button {
    width: 100%;
    height: 60px;
    /* border-radius: 6px; */
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
    position: relative;
}
#main_onboarding .buttons button + button{
    margin-bottom: 10px;
}
#main_onboarding .buttons button.join-kakao{
    margin-bottom:0;
}
#main_onboarding .buttons .join {
    position: relative;
    background: #222;
    color: #fff;
}

#main_onboarding .buttons .start_kakao {
    position: relative;
    background: #fee500;
    color: #191919;
}

#main_onboarding .buttons .join:before {
    width: 22px;
    height: 22px;
    position: absolute;
    left: 20px;
    top: 19px;
    content: '';
    background: url(../../imgs/web/member/pastel_logo%403x.png) center no-repeat;
    background-size: 22px;
}

#main_onboarding .buttons .start_kakao:before {
    width: 22px;
    height: 22px;
    position: absolute;
    left: 20px;
    top: 19px;
    content: '';
    background: url(../../imgs/web/global/kakaotalk%403x.png) center no-repeat;
    background-size: 22px;
}
#main_onboarding .wrap .con .tit_wrp .logo-txt{
    position:relative;
    display: flex;
    font-size: 18px;
    align-items: center;
    justify-content: center;
}
#main_onboarding .wrap .con .tit_wrp .logo-txt:before{
    content:'';
    /* position:absolute; */
    background: url(../../images/common/center-logo.svg) no-repeat;
    background-size: contain;
    filter: invert(1);
    width: 140px;
    height: 23px;
    display: flex;
    margin-right: 10px;
    align-items: center;
}
#main_onboarding .wrap .con .icon-wrap .item{
    display:flex;
    flex-direction: column;
    align-items: center;
}
#main_onboarding .wrap .con .icon-wrap .item + .item{
    margin-left:30px;
}
#main_onboarding .wrap .con .icon-wrap .item span{
    display: flex;
    position:relative;
    align-items: center;
    justify-content: center;
}
#main_onboarding .wrap .con .icon-wrap .item .tit{
    font-weight: 500;
    font-size: 16px;
}
#main_onboarding .wrap .con .icon-wrap .item .txt{
    font-size: 16px;
    color: #7c7c7c;
}
#main_onboarding .wrap .con .icon-wrap .item span:before{
    content:'';
    display: flex;
    width: 41px;
    height: 48px;
    justify-content: center;
    align-items: center;
}
#main_onboarding .wrap .con .icon-wrap{
    display:flex;
    justify-content: center;
    margin-top: 50px;
}
#main_onboarding .wrap .con .icon-wrap .item:nth-child(1) span:before{
    background: url(../../images/common/join-icon01.svg) no-repeat;
    background-size:contain;
}
#main_onboarding .wrap .con .icon-wrap .item:nth-child(2) span:before{
    background: url(../../images/common/join-icon02.svg) no-repeat;
    background-size:contain;
}
#main_onboarding .wrap .con .icon-wrap .item:nth-child(3) span:before{
    background: url(../../images/common/join-icon03.svg) no-repeat;
    background-size: contain;
}

#main_onboarding .buttons button.join-naver{
    background: #21bc6f;
    color: #fff;
}
#main_onboarding .buttons button.join-kakao{
    background: #f8df00;
}
#main_onboarding .buttons button.join-naver:before,
#main_onboarding .buttons button.join-kakao:before{
    content:'';
    width: 40px;
    display: block;
    height: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    z-index: 999999;
}
#main_onboarding .buttons button.join-naver:before{
    background:url(../../imgs/member/naver_logo@3x.png) no-repeat;
    background-size: contain;
}
#main_onboarding .buttons button.join-kakao:before{
    background:url(../../imgs/member/kakao_logo@3x.png) no-repeat;
    background-size: contain;
}
#container:has(#main_onboarding){
    margin: 0 0 290px;
}
