*,
*::before,
*::after { box-sizing: border-box; }
a,
a:hover { text-decoration: none; cursor: pointer !important; }
ul { margin: 0; padding: 0; }
li { list-style: none; margin: 0; padding: 0; }
/* p { padding: 0; margin: 0; } */

.displaynone { display: none; }
.bold { font-weight: bold !important; }
.mt-1px { margin-top: 5px !important; }
.mt5px { margin-top: 5px !important; }
.mt10px { margin-top: 10px !important; }
.mt15px { margin-top: 15px !important; }
.mt20px { margin-top: 20px !important; }
.mt30px { margin-top: 30px !important; }
.mt40px { margin-top: 40px !important; }
.mt50px { margin-top: 50px !important; }
.pt10px { padding-top: 10px !important; }
.pt30px { padding-top: 30px !important; }
.pb10px { padding-bottom: 10px !important; }
.pb30px { padding-bottom: 30px !important; }

.member-wrap { display: flex; justify-content: center; position: fixed; background: #fff7; top: 0; left: 0; right: 0; bottom: 0; }
.member-wrap .container { width: 100vw !important; max-height: 100vh; overflow-y: auto; background: #fff; }
.member-wrap.desktop .container { }

.member-wrap .table { border-collapse: collapse; border-spacing: 0; }
.member-wrap .table th { font-size: 12px; padding: 14px 8px; color: #454343; font-weight: 400; border: 1px solid #D9D9D9; }
.member-wrap .table td { font-size: 12px; padding: 14px 8px; color: #8B8989; border: 1px solid #D9D9D9; vertical-align: top; }

.member-wrap .info { padding-left: 18px; }
.member-wrap .info li { font-size: 13px; line-height: 1.8; color: #8B8989; list-style: disc; }

.member-wrap .title { width: 100%; height: 56px; background: #97D1DC; text-align: center; color: #fff; font-size: 18px; line-height: 56px; position: relative; }
.member-wrap .title .close { position: absolute; right: 20px; top: 20px; display: block; width: 16px; height: 16px; background: url('https://goongbe.cafe24.com/image/icon/icon-close-title.png'); background-size: 100%; }
.member-wrap .div-img { margin: 24px 0; text-align: center; }
.member-wrap .div-img img { width: 20px; }
.member-wrap .complete-img { text-align: center; margin-bottom: 16px; }
.member-wrap .complete-img img { width: 70px; }
.member-wrap .member-complete-img { text-align: center; margin-bottom: 16px; }
.member-wrap .member-complete-img img { width: 46px; }
.member-wrap .message { font-size: 18px; text-align: center; color: #97D1DC; line-height: 1.4; }
.member-wrap .message strong { color: #009AA5; }
.member-wrap .message-lg { font-size: 20px; }
.member-wrap .text { font-weight: 400; font-size: 16px; line-height: 150%; color: #454343; }
.member-wrap .text strong { font-weight: bold; }
.member-wrap .text span { color: #009AA5; font-weight: bold; }
.member-wrap .text span.light { color: #97D1DC; font-weight: normal; }
.member-wrap .text-sm { font-size: 12px !important; }
.member-wrap .text-md { font-size: 14px !important; }
.member-wrap .text-lg { font-size: 18px !important; }
.member-wrap .text-center { text-align: center; }
.member-wrap .link { display: inline-block; font-size: 14px; color: #454343; }
.member-wrap .links { display: flex; align-items: center; }
.member-wrap .links .link + .link { padding: 0 0 0 17px; position: relative; }
.member-wrap .links .link + .link::before { content: ''; width: 1px; height: 10px; background: #D9D9D9; position: absolute; left: 8px; top: 3px; }
.member-wrap .btn {height: 40px;padding: 0 20px;text-align: center; font-size: 14px;border-radius: 20px;border: 1px solid transparent;cursor: pointer !important; }
.member-wrap .btn-main { background-color: #009AA5; border-color: #009AA5; color: #fff; }
.member-wrap .btn-sub { background-color: #fff; border-color: #D9D9D9; color: #454343; }
.member-wrap .btn-sci { background-color: #fff; border-color: #D9D9D9; color: #454343; background-image: url('https://goongbe.cafe24.com/image/icon/icon-member-sci.png'); background-position: left 20px top 9px; background-repeat: no-repeat; }
.member-wrap .btn-kakao { background-color: #fff; border-color: #D9D9D9; color: #454343; background-image: url('https://goongbe.cafe24.com/image/icon/icon-member-kakao.png'); background-position: left 20px top 9px; background-repeat: no-repeat; }
.member-wrap .btn-naver { background-color: #fff; border-color: #D9D9D9; color: #454343; background-image: url('https://goongbe.cafe24.com/image/icon/icon-member-naver.png'); background-position: left 20px top 9px; background-repeat: no-repeat; }
.member-wrap .btn-half { width: 40%; }
.member-wrap .btn-block { width: 100%; }
.member-wrap .btn-lg { font-size: 16px; height: 50px; line-height: 50px; border-radius: 25px; }
.member-wrap .form-input { font-size: 0; position: relative; }
.member-wrap .form-input .msg { font-size: 12px; color: #009AA5; margin-top: 4px; }
.member-wrap .form-input .err-msg { font-size: 12px; color: #E14E4E; position: absolute; top: 18px; right: 8px; }
.member-wrap .form-input + .form-input { margin-top: 14px; }
.member-wrap .form-flex { display: flex; align-items: center; justify-content: space-between; }
.member-wrap .form-flex span { font-size: 14px; }
.member-wrap .form-flex input { width: 100px; }
.member-wrap .form-flex .emailaddress { width: 180px; }
.member-wrap .form-flex .emailhost { width: 140px; }
.member-wrap .just-left { justify-content: flex-start !important; }

.member-wrap input[type=text],
.member-wrap input[type=password] { height: 50px; padding: 0 12px; border: 1px solid #D9D9D9; color: #333; font-size: 14px; border-radius: 2px; width: 100%; }
.member-wrap input::placeholder { color: #8B8989; }
.member-wrap input:focus { outline: none; }
.member-wrap select { height: 50px; padding: 0 12px; border: 1px solid #D9D9D9; color: #333; font-size: 14px; border-radius: 2px; width: 100%; }

.member-wrap .checkbox-item { display: flex; align-items: center; font-size: 0; }
.member-wrap .checkbox-item input[type=checkbox] { display: none; }
.member-wrap .checkbox-item input[type=checkbox] + label { font-size: 14px; color: #454343; position: relative; height: 20px; padding: 2px 0 0 26px; }
.member-wrap .checkbox-item input[type=checkbox] + label::before { content: ''; position: absolute; top: 0; left: 0; display: block; width: 20px; height: 20px; background-color: transparent; border: none; background-image: url('https://goongbe.cafe24.com/image/form/checkbox_off.png'); background-size: 100%; margin: 0; }
.member-wrap .checkbox-item input[type=checkbox]:checked + label::before { background-image: url('https://goongbe.cafe24.com/image/form/checkbox_on.png'); }

.member-wrap .radio-item { display: flex; align-items: center; font-size: 0; }
.member-wrap .radio-item + .radio-item { margin-left: 15px; }
.member-wrap .radio-item input[type=radio] { display: none; }
.member-wrap .radio-item input[type=radio] + label { font-size: 14px; color: #454343; position: relative; height: 20px; padding: 2px 0 0 26px; }
.member-wrap .radio-item input[type=radio] + label::before { content: ''; position: absolute; top: 0; left: 0; display: block; width: 20px; height: 20px; background-color: transparent; border: none; background-image: url('https://goongbe.cafe24.com/image/form/radio_off.png'); background-size: 100%; margin: 0; }
.member-wrap .radio-item input[type=radio]:checked + label::before { background-image: url('https://goongbe.cafe24.com/image/form/radio_on.png'); }

/* login-wrap */
.member-wrap .login-wrap { padding: 26px 16px 0 16px; }
.member-wrap .login-wrap .login-fuction {  display: flex; align-items: center; justify-content: space-between; margin-top: 24px; }
.member-wrap .login-wrap .join-area { margin-top: 20px; display: flex; justify-content: center; align-items: center; }
.member-wrap .login-wrap .join-area .question { font-size: 14px; color: #8B8989; margin-right: 18px; }
.member-wrap .login-wrap .sns-login-wrap { border-top: 1px solid #EDEDED; margin: 48px -16px 0; padding: 30px 0 50px; }
.member-wrap .login-wrap .sns-login-wrap ul { display: flex; justify-content: center; }
.member-wrap .login-wrap .sns-login-wrap ul li { text-align: center; }
.member-wrap .login-wrap .sns-login-wrap ul li .kakao { width: 45px; height: 45px; border-radius: 50%; background: url('https://goongbe.cafe24.com/image/icon/icon-square-kakao.png'); background-size: 100%; }
.member-wrap .login-wrap .sns-login-wrap ul li .naver { width: 45px; height: 45px; border-radius: 50%; background: url('https://goongbe.cafe24.com/image/icon/icon-square-naver.png'); background-size: 100%; }
.member-wrap .login-wrap .sns-login-wrap ul li .apple { width: 45px; height: 45px; border-radius: 50%; background: url('https://goongbe.cafe24.com/image/icon/icon-square-apple.png'); background-size: 100%; }
.member-wrap .login-wrap .sns-login-wrap ul li .label { font-size: 14px; color: #454343; margin-top: 10px; }
.member-wrap .login-wrap .sns-login-wrap ul li + li { margin-left: 50px; }
.member-wrap .login-wrap .btn-area { margin-top: 30px; }

/* find-id-wrap */
.member-wrap .find-id-wrap { padding: 38px 16px 0 16px; }
.member-wrap .find-id-wrap .btn-area { margin-top: 30px; padding-bottom: 30px; text-align: center; }
.member-wrap .find-id-wrap .find-id,
.member-wrap .find-id-wrap .find-pw { display: inline-block; height: 18px; padding: 2px 0 0 24px; position: relative; font-size: 14px; color: #454343; margin: 24px auto 0; }
.member-wrap .find-id-wrap .find-id::before,
.member-wrap .find-id-wrap .find-pw::before { content: ''; display: block; width: 20px; height: 20px; position: absolute; top: 0; left: 0; }
.member-wrap .find-id-wrap .find-id::before { background: url('https://goongbe.cafe24.com/image/icon/icon-user.png'); background-size: 100%; }
.member-wrap .find-id-wrap .find-pw::before { background: url('https://goongbe.cafe24.com/image/icon/icon-lock.png'); background-size: 100%; }

/* join-wrap */
.member-wrap .join-wrap { padding: 38px 16px 0 16px; }
.member-wrap .join-wrap .btn-area { margin-top: 30px; }
.member-wrap .join-wrap .btn-area .btn + .btn { margin-top: 14px; }
.member-wrap .join-wrap .join-area { margin-top: 20px; display: flex; justify-content: center; align-items: center; }
.member-wrap .join-wrap .join-area .question { font-size: 14px; color: #8B8989; margin-right: 18px; }
.member-wrap .membership-wrap { background-color: #F4F4F4; padding: 30px 8px; margin-top: 50px; }
.member-wrap .membership-wrap .s-title { font-weight: 400; font-size: 14px; text-align: center; color: #009AA5; }
.member-wrap .membership-wrap .brand-list { display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 24px; padding: 0 7px; }
.member-wrap .membership-wrap .brand-list li { margin-bottom: 17px; }
.member-wrap .membership-wrap .brand-list li img { width: 104px; border-radius: 50%; }
.member-wrap .membership-wrap .brand-list-sm { padding: 0; }
.member-wrap .membership-wrap .brand-list-sm li { margin-bottom: 7px; }
.member-wrap .membership-wrap .brand-list-sm li img { width: 69px; }
.member-wrap .agree-wrap  { padding: 30px 16px; }
.member-wrap .agree-wrap + .agree-wrap  { border-top: 8px solid #F4F4F4; }
.member-wrap .agree-wrap .text { font-weight: 400; font-size: 16px; line-height: 150%; color: #454343; }
.member-wrap .agree-wrap .text span { color: #009AA5; font-weight: bold; }
.member-wrap .agree-wrap .msg { color: #333; }
.member-wrap .checkbox-wrap { border-top: 2px solid #595757; }
.member-wrap .checkbox-area { }
.member-wrap .checkbox-all { padding: 4px 0 14px 0; }
.member-wrap .checkbox-all.line { padding: 4px 0; border-bottom: 1px solid #D9D9D9; }
.member-wrap .checkbox-all-content { padding: 16px; font-size: 12px; color: #8B8989; border: 1px solid #D9D9D9; line-height: 1.6; }
.member-wrap .checkbox-item-wrap { padding: 16px 0; display: flex; justify-content: space-between; align-items: center; cursor: pointer; }
.member-wrap .checkbox-item-wrap span { display: block; width: 20px; height: 20px; background-image: url('https://goongbe.cafe24.com/image/icon/icon-arrow.png'); background-size: 100%; transition: all .2s; }
.member-wrap .checkbox-item-wrap label { display: flex; }
.member-wrap .checkbox-item-wrap label div:first-child { min-width: 40px; }
.member-wrap .checkbox-item-wrap label div + div { margin-left: 4px; }
.member-wrap .checkbox-item-content { height: 0; overflow: hidden; }
.member-wrap .checkbox-item-content ol,
.member-wrap .checkbox-item-content ul { margin-top: 10px; }
.member-wrap .checkbox-item-content li { font-size: 12px; line-height: 1.6; color: #454343; list-style: disc; margin-left: 20px; }
.member-wrap .open .checkbox-item-wrap span { transform: rotate(90deg); }
.member-wrap .open .checkbox-item-content { height: auto; overflow: auto; padding: 0 0 20px 0; }
.member-wrap .detail-title { display: flex; justify-content: space-between; align-items: center; cursor: pointer; }
.member-wrap .detail-title div { font-size: 14px; padding: 10px 0; flex: 1; background-image: url('https://goongbe.cafe24.com/image/form/checkbox_s_off.png'); background-position: 22px; background-repeat: no-repeat; background-size: 20px; padding-left: 50px; }
.member-wrap .detail-title span { display: block; width: 20px; height: 20px; background-image: url('https://goongbe.cafe24.com/image/icon/icon-arrow.png'); background-size: 100%; transition: all .2s; }
.member-wrap .detail-content { height: 0; overflow: hidden; }
.member-wrap .open-detail .detail-title span { transform: rotate(90deg); }
.member-wrap .open-detail .detail-content { height: auto; overflow: auto; }
.member-wrap .checkbox-brand-area { border: 1px solid #D9D9D9; padding: 15px 30px; margin-top: 24px; display: flex; flex-wrap: wrap; justify-content: space-between; }
.member-wrap .checkbox-brand-item { display: flex; align-items: center; font-size: 0; }
.member-wrap .checkbox-brand-item input[type=checkbox] { display: none; }
.member-wrap .checkbox-brand-item input[type=checkbox] + label { position: relative; height: 80px; padding: 0 0 0 20px; }
.member-wrap .checkbox-brand-item input[type=checkbox] + label img { width: 80px; }
.member-wrap .checkbox-brand-item input[type=checkbox] + label::before { content: ''; position: absolute; top: 30px; left: 0; display: block; width: 20px; height: 20px; background-color: transparent; border: none; background-image: url('https://goongbe.cafe24.com/image/form/checkbox_off.png'); background-size: 100%; margin: 0; }
.member-wrap .checkbox-brand-item input[type=checkbox]:checked + label::before { background-image: url('https://goongbe.cafe24.com/image/form/checkbox_on.png'); }
.member-wrap .zip-code,
.member-wrap .checkid { width: 255px !important; }
.member-wrap .btn-zip { height: 50px; padding: 0 15px; text-align: center; font-size: 14px; border-radius: 2px; background: #fff; border: 1px solid #454343; }
.member-wrap .date { width: 150px !important; }
.member-wrap .baby-info { padding: 30px 0; border-bottom: 1px solid #D9D9D9; }
.member-wrap .baby-info .info-wrap { border: 1px solid #D9D9D9; }
.member-wrap .baby-info select { width: 120px !important; }
.member-wrap .baby-info .btn-add { text-align: center; padding: 25px 0; cursor: pointer; }
.member-wrap .baby-info .btn-add span { margin: 0 auto 10px auto; background-image: url('https://goongbe.cafe24.com/image/icon/icon-add-baby-info.png'); display: block; width: 62px; height: 62px; background-size: 100%;}
.member-wrap .baby-info .btn-delete { background-image: url('https://goongbe.cafe24.com/image/icon/icon-delete-baby-info.png'); display: block; width: 34px; height: 34px; background-size: 100%;}
.member-wrap .baby-info .info-title { background-color: #FAFAFA; font-size: 14px; height: 40px; line-height: 40px; padding: 0 8px; }
.member-wrap .baby-info .info-content { border-top: 1px solid #D9D9D9; padding: 8px; }
.member-wrap .baby-info .info-content input[type=text] { height: 40px; }
.member-wrap .baby-info .info-content .care-center { width: 260px !important; }
.member-wrap .baby-info .info-content .btn-search { height: 40px; padding: 0 15px; text-align: center; font-size: 14px; border-radius: 2px; background: #fff; border: 1px solid #454343; }

/* popuplayer */
.popuplayer { display: flex; justify-content: center; align-items: center; position: fixed; background: #0007; top: 0; left: 0; right: 0; bottom: 0; z-index: 9; }
.popuplayer.modifyMemberPopup {align-items: flex-end;}
.popuplayer .container { width: 375px; max-height: calc(100vh - 300px); overflow-y: auto; background: #fff; border-radius: 16px; }
.popuplayer .poptitle { padding: 20px 16px; font-weight: 600; font-size: 14px; color: #595757; position: relative; }
.popuplayer .poptitle span { width: 24px; height: 24px; display: block; position: absolute; top: 16px; right: 10px; background: url('https://goongbe.cafe24.com/image/icon/icon-close-popup.png'); background-size: 100%; }
.popuplayer .poptitle.board { border-bottom: 1px solid #D9D9D9; }
.popuplayer .popcontent { padding: 10px 16px; font-size: 12px; line-height: 1.4; color: #8B8989; }
.popuplayer .popbtn { padding: 20px 16px; text-align: center; }
.popuplayer .popbtn .btn { height: 40px; padding: 0 30px; text-align: center; font-size: 14px; border-radius: 20px; border: 1px solid #009AA5; background: #009AA5; color: #fff; cursor: pointer !important; }
.popuplayer .poppagination { padding: 20px; }

.popuplayer .searchForm { margin: 18px -16px 0 -16px; padding: 20px 18px; background: #FAFAFA; display: flex; align-items: center; }
.popuplayer .searchForm .input { position: relative; margin-right: 6px; flex: 1; }
.popuplayer .searchForm #keyShop { padding: 0 8px; width: 100%; height: 40px; background: #FFF; border: 1px solid #D9D9D9; border-radius: 2px; font-weight: 400; font-size: 16px; color: #454343; }
.popuplayer .searchForm #keyShop:focus { outline: none; }
.popuplayer .searchForm .btn { width: 70px; height: 40px; background: #595757; border-radius: 2px; border: none; font-weight: 400; font-size: 12px; color: #FFF; cursor: pointer; }
.popuplayer .searchForm .del { position: absolute; width: 18px; height: 18px; top: 11px; right: 10px; background: url('https://goongbe.cafe24.com/image/icon/icon-close-popup.png'); background-size: 100%; cursor: pointer; }
.popuplayer .searchResult { margin-top: 32px; }
.popuplayer .searchResult .empty { font-weight: 600; font-size: 14px; color: #009AA5; padding: 0 18px 30px 18px; }
.popuplayer .searchResult .searchResultList { border-top: 2px solid #595757; margin: 0 -16px; }
.popuplayer .searchResult .searchResultList li { display: flex; justify-content: space-between; align-items: center; padding: 18px 24px; border-bottom: 1px solid #D9D9D9; }
.popuplayer .searchResult .searchResultList .name { font-weight: 400; font-size: 12px; color: #454343; }
.popuplayer .searchResult .searchResultList .tel { font-weight: 400; font-size: 12px; color: #454343; }
.popuplayer .ssPagination { display: flex; justify-content: center; }
.popuplayer .ssPagination li { display: block; width: 40px; height: 40px; }
.popuplayer .ssPagination a { display: block; }
.popuplayer .ssPagination .num a { line-height: 40px; font-weight: 500; font-size: 14px; color: #8B8989; border-radius: 20px; text-align: center; }
.popuplayer .ssPagination .num.selected a { color: #000; background: #F0F2F2; }
.popuplayer .ssPagination .prev img,
.popuplayer .ssPagination .next img { width: 100%; height: 100%; }
