임직원 가입완료 수정 내역
MB-025_mo.html
@@ -631,16 +631,25 @@ groobee("serviceKey", "149537f7f34642698831c8fc30f4501f"); .coupon-holder li .num .b{font-size: 20px;} .coupon-holder li .num .f_l{font-size: 12px;color: #888888;} .coupon-holder li ._img{background: url(../mobile/images/png/coupon-line2.png) center center no-repeat;} + + /* 2026-07-09 임직원 가입완료 */ + .join-ok__message {font-size: 18px;line-height: 25px;font-weight:500;} + .join-ok__message--info {font-size: 14px;line-height: 20px;font-weight:400;} </style> -<div class="content-wrap"> +<div class="content-wrap join-ok"> <div class="wrap-holder"> <div class="wrap-in"> <div class="div-header"> - <h1>한희주 님<br> - 회원가입이 완료되었습니다.</h1> - <h2>로그인 후 마이페이지 > 회원정보 에서 <br> - 임직원 회원 인증을 진행해 주세요.</h2> + <p class="join-ok__message"> + 한희주 님<br> + 회원가입이 완료되었습니다. + </p> + <p class="join-ok__message join-ok__message--info mt-10"> + 로그인 후 [마이페이지 > 임직원 인증] 메뉴를 통해 <br /> + 임직원 인증을 해주세요. <br /> + 임직원 인증 시 추가 혜택을 지급 받으실 수 있습니다. + </p> </div> <div class="coupon__title">
MB-025_pc.html
@@ -6970,9 +6970,13 @@ $('.loading_box').show(); .coupon-holder li:nth-child(2) .num .f_l{display: inline-block;margin-top: 6px;} .coupon-holder li:nth-child(3) .num .f_l{display: inline-block;margin-top: 6px;} .coupon-holder li ._img{background: url(../pc/images/common/icons-coupon2.png) center center no-repeat;} + + /* 2026-07-09 임직원 가입완료 */ + .join-ok__message {font-size: 24px;line-height: 33px;font-weight:500;} + .join-ok__message--info {font-size: 14px;line-height: 20px;font-weight:400;} </style> -<div class="content-wrap"> +<div class="content-wrap join-ok"> <div class="wrap-holder w1640"> <ul class="breadcrumb flex right mt-20"> <li><a href="#"><span class="gray">홈</span></a></li> @@ -6987,10 +6991,12 @@ $('.loading_box').show(); <div class="wrap-in mt-30"> <div class="wrap-in bg-gray pt-30 pb-30"> <div class="div-header center"> - <h3><span class="b">한희주</span> 님<br> + <h3 class="join-ok__message"><span class="b">한희주</span> 님<br> 회원가입이 완료되었습니다.</h3> - <h3>로그인 후 마이페이지 > 회원정보 에서 <br> - 임직원 회원 인증을 진행해 주세요.</h3> + <p class="join-ok__message join-ok__message--info mt-10"> + 로그인 후 [마이페이지 > 임직원 인증] 메뉴를 통해 임직원 인증을 해주세요. <br> + 임직원 인증 시 추가 혜택을 지급 받으실 수 있습니다. + </p> </div> </div> <div class="wrap-in coupon__title">