.intro {
  background: url(/front/img/bgIntro.jpg) no-repeat center center;
  background-size: cover;
}
.intro .h1 {
  width: 263px;
  height: 118px;
  position: absolute;
  left: 20%;
}
.intro .introWrap {
  position: relative;
}
.intro .introWrap:after {
  display: block;
  content: "";
  clear: both;
}
.intro .introWrap::before {
  content: "";
  position: absolute;
  display: block;
  width: 87%;
  height: 322px;
  top: 50%;
  right: 6.5%;
  transform: translateY(-75%);
  border: solid 3px #ffcb00;
}
.intro .introWrap .introBox {
  position: relative;
  width: 100%;
  height: 100vh;
  float: right;
  margin-right: 6.5%;
}
.intro .introWrap .introBox .introTexBox {
  position: absolute;
  top: 50%;
  right: 6.5%;
  transform: translateY(-40%);
  max-width: 450px;
}
.intro .introWrap .introBox .introTexBox .introText p {
  margin-top: 120px;
  font-size: 31px;
  text-align: center;
  line-height: 1.7em;
  color: #030408;
}
.intro .introWrap .introBox .introTexBox .introText p strong {
  font-weight: 600;
}
.intro .introWrap .introBox .introTexBox .introLogin a {
  text-align: center;
  margin-top: 180px;
  padding: 10px 2%;
  color: #fff;
  background: #030408;
  display: block;
}

.bodyWrap {
  border: solid 3px #ffcb00;
  min-height: 100%;
  box-sizing: border-box;
}

.h1 a {
  display: block;
  height: 118px;
  font-size: 0;
  background: #ffcb00 url(/front/img/logoIntro.png) no-repeat center center;
  background-size: cover;
}

body.a00 {
  padding: 50px;
  display: table;
  box-sizing: border-box;
}
body.a00 .bodyWrap {
  display: table-cell;
  vertical-align: middle;
}
body.a00 .bodyWrap .h1 {
  width: 180px;
  position: absolute;
  top: 50px;
  right: 8.5%;
}
body.a00 .bodyWrap .h1 a {
  height: 72px;
}
body.a00 .wrap {
  margin: 0 auto;
  padding: 20px;
  max-width: 450px;
  min-width: 300px;
  text-align: center;
}
body.a00 .wrap .btn {
  display: block;
}

.h2Logo span {
  display: block;
  height: 50px;
  font-size: 0;
  height: 72px;
  background: #fff url(/front/img/logo2.png) no-repeat center center;
}
.h2Logo strong {
  font-size: 38px;
  font-weight: 500;
  display: block;
  padding: 52px 0 0 0;
  height: 90px;
  color: #030408;
}

.btnLoginKAKAO {
  display: block;
  background: #fee500 url(/front/img/iconKAKAO.png) no-repeat 20px center;
  padding: 20px 0 0 0;
  height: 32px;
  color: #000;
  font-weight: 600;
}

.logInputWrap,
.joinInputWrap {
  padding: 18px 0 40px 0;
}
.logInputWrap label,
.joinInputWrap label {
  display: block;
  position: relative;
}
.logInputWrap label input[type=text],
.logInputWrap label input[type=password],
.logInputWrap label input[type=number],
.logInputWrap label select,
.joinInputWrap label input[type=text],
.joinInputWrap label input[type=password],
.joinInputWrap label input[type=number],
.joinInputWrap label select {
  border: solid 1px #030408;
  margin: 3px 0;
  width: 100%;
  height: 42px;
}
.logInputWrap label input[placeholder],
.joinInputWrap label input[placeholder] {
  letter-spacing: -0.1em;
}
.logInputWrap label .floatR,
.joinInputWrap label .floatR {
  color: #999;
  position: absolute;
  right: 0;
  top: 20px;
}
.logInputWrap header,
.joinInputWrap header {
  border-bottom: solid 2px #030408;
  text-align: left;
  position: relative;
  padding: 10px 0 5px 0;
}
.logInputWrap header h3,
.joinInputWrap header h3 {
  font-size: 18px;
  padding: 5px 0;
}
.logInputWrap header .exText,
.joinInputWrap header .exText {
  position: absolute;
  right: 0;
  top: 16px;
}
.logInputWrap .flex,
.joinInputWrap .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logInputWrap .phoneInfo input[type=text],
.logInputWrap .phoneInfo input[type=password],
.logInputWrap .phoneInfo input[type=number],
.logInputWrap .birthInfo input[type=text],
.logInputWrap .birthInfo input[type=password],
.logInputWrap .birthInfo input[type=number],
.joinInputWrap .phoneInfo input[type=text],
.joinInputWrap .phoneInfo input[type=password],
.joinInputWrap .phoneInfo input[type=number],
.joinInputWrap .birthInfo input[type=text],
.joinInputWrap .birthInfo input[type=password],
.joinInputWrap .birthInfo input[type=number] {
  margin-left: 10px;
  margin-right: 10px;
}
.logInputWrap .phoneInfo input[type=text]:first-child,
.logInputWrap .phoneInfo input[type=password]:first-child,
.logInputWrap .phoneInfo input[type=number]:first-child,
.logInputWrap .birthInfo input[type=text]:first-child,
.logInputWrap .birthInfo input[type=password]:first-child,
.logInputWrap .birthInfo input[type=number]:first-child,
.joinInputWrap .phoneInfo input[type=text]:first-child,
.joinInputWrap .phoneInfo input[type=password]:first-child,
.joinInputWrap .phoneInfo input[type=number]:first-child,
.joinInputWrap .birthInfo input[type=text]:first-child,
.joinInputWrap .birthInfo input[type=password]:first-child,
.joinInputWrap .birthInfo input[type=number]:first-child {
  margin-left: 0;
}
.logInputWrap .phoneInfo input[type=text]:last-child,
.logInputWrap .phoneInfo input[type=password]:last-child,
.logInputWrap .phoneInfo input[type=number]:last-child,
.logInputWrap .birthInfo input[type=text]:last-child,
.logInputWrap .birthInfo input[type=password]:last-child,
.logInputWrap .birthInfo input[type=number]:last-child,
.joinInputWrap .phoneInfo input[type=text]:last-child,
.joinInputWrap .phoneInfo input[type=password]:last-child,
.joinInputWrap .phoneInfo input[type=number]:last-child,
.joinInputWrap .birthInfo input[type=text]:last-child,
.joinInputWrap .birthInfo input[type=password]:last-child,
.joinInputWrap .birthInfo input[type=number]:last-child {
  margin-right: 0;
}
.logInputWrap .addrInfo button,
.joinInputWrap .addrInfo button {
  margin: 3px 0 3px 5px;
  padding: 13px 50px;
}
.logInputWrap span.radio .radioWrap,
.joinInputWrap span.radio .radioWrap {
  display: inline-block;
}
/* 20250617 login button 정렬 및 사이즈 조정 s.*/
.logBtnGroup {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.logBtnGroup .btn, .btnLoginKAKAO{
  height: 42px;
  padding: 0;
  line-height: 42px;
}
.logBtnGroup + p{
  margin-top: 15px;
  font-size: 14px;
  color: #666;
}
/* 20250617 login button 정렬 및 사이즈 조정 e.*/

.selectMF {
  position: relative;
}
.selectMF span.radio {
  position: absolute;
  right: 0;
  top: 15px;
}

.radioWrap input[type=radio] {
  position: relative;
  margin-left: 16px;
}
.radioWrap input[type=radio]:before {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  border: solid 1px #ccc;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: -2px;
  top: -2px;
  cursor: pointer;
}
.radioWrap input[type=radio]:checked:before {
  background-color: #ffcb00;
  border-color: #ffcb00;
}

.whoCheck {
  padding: 14px 10px 0 10px;
  height: 30px;
  background: #777;
  color: #ddd;
}

.joinInputWrap {
  padding-bottom: 16px;
}

.idPwFindWrap {
  padding: 32px 0 0 0;
  height: 56px;
}
.idPwFindWrap a {
  display: inline-block;
  padding: 2px 18px;
}

.labelContent {
  display: block;
  text-align: left;
  padding: 16px 0 8px 0;
  font-weight: 600;
}

.mustIcon {
  display: inline-block;
  width: 9px;
  height: 9px;
  font-size: 0;
  background: url(/front/img/mustIcon.png) no-repeat center center;
  vertical-align: top;
}

.joinStep {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 16px 0 30px 0;
}
.joinStep:before {
  display: block;
  content: "";
  width: 82%;
  position: absolute;
  left: 9%;
  top: 24px;
  background: #cccfd3;
  height: 1px;
}
.joinStep li {
  width: 74px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  color: #888;
  background: url(/front/img/joinStep.png) no-repeat center 0;
  padding-top: 24px;
  z-index: 5;
}

.joinStep10 .joinStep li:first-child,
.joinStep20 .joinStep li:nth-child(2),
.joinStep30 .joinStep li:nth-child(3) {
  color: #030408;
  background-image: url(/front/img/joinStepOn.png);
}

body.a80terms .wrap {
  max-width: 80%;
}

.termsContent {
  text-align: left;
  line-height: 1.3em;
}

.oldTerms {
  margin: 0 auto 10px auto;
  border: solid 1px #ccc;
}
.oldTerms:after {
  display: block;
  content: "";
  clear: both;
}
.oldTerms button {
  width: 100%;
  position: relative;
  padding: 12px 12px;
  background: none transparent;
  text-align: left;
}
.oldTerms button:before, .oldTerms button:after {
  display: block;
  content: "";
  width: 10px;
  height: 1px;
  background: #030408;
  position: absolute;
  right: 20px;
  top: 16px;
  transform: rotate(45deg);
  transition: transform 0.15s ease 0s;
}
.oldTerms button:after {
  transform: rotate(-45deg);
  right: 13px;
}
.oldTerms a {
  display: block;
  text-align: left;
  padding: 0 12px;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.15s ease 0s;
}
.oldTerms a:hover, .oldTerms a:focus {
  background: #f3f3f3;
}
.oldTerms.on button:before {
  transform: rotate(-45deg);
}
.oldTerms.on button:after {
  transform: rotate(45deg);
}
.oldTerms.on a {
  padding: 6px 12px 0px 12px;
  height: 20px;
  opacity: 1;
}
.oldTerms.on a:last-child {
  height: 30px;
}

.a80terms .termsContent {
  line-height: 1.3em;
}
.a80terms .termsContent > article {
  padding: 16px 0;
}
.a80terms .termsContent h3 {
  padding: 16px 0 8px 0;
  font-size: 16px;
}
.a80terms .termsContent p {
  padding: 5px 0;
  line-height: 1.3;
}
.a80terms .termsContent h4 {
  padding: 16px 0 8px 0;
  font-weight: 600;
}
.a80terms .termsContent ul {
  padding: 4px 0 10px 0;
}
.a80terms .termsContent li {
  color: #666;
  padding: 2px 0;
  line-height: 1.25em;
  font-size: 14px;
}

.agreeCheckWrap {
  text-align: left;
}

.agreeCheck {
  padding: 12px 0;
  position: relative;
}
.agreeCheck > label {
  position: relative;
  font-weight: 600;
}
.agreeCheck > label input[type=checkbox] {
  border: 0 none;
  -webkit-appearance: none;
  appearance: none;
}
.agreeCheck > label input[type=checkbox]:before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: #fff url(/front/img/iconCheck.png) no-repeat center center;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.2;
  transition: opacity 0.15s ease 0s;
}
.agreeCheck > label input[type=checkbox]:checked:before {
  opacity: 1;
}
.agreeCheck a.jsDiv {
  background: none transparent;
  position: absolute;
  right: 0;
  color: #888;
}

.agreeContentView {
  line-height: 1.3em;
}

.joinComplete h3 {
  font-size: 32px;
  padding: 80px 0 20px 0;
  font-weight: 500;
  color: #030408;
}
.joinComplete .welcomeMsg {
  font-size: 36px;
  padding: 20px 0 80px 0;
}
.joinComplete p {
  padding-bottom: 80px;
  font-size: 16px;
}

.infoRecep {
  padding: 80px 0 0 0;
}
.infoRecep label {
  position: relative;
  width: 80px;
  padding-top: 28px;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
}
.infoRecep input[type=checkbox] {
  border: 0 none;
  -webkit-appearance: none;
  appearance: none;
  vertical-align: bottom;
}
.infoRecep input[type=checkbox]:before {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background: #fff url(/front/img/check2.png) no-repeat center center;
  position: absolute;
  left: 40px;
  top: 0;
}
.infoRecep input[type=checkbox]:checked:before {
  background-image: url(/front/img/check2On.png);
}
.infoRecep p {
  padding: 50px 0;
}

label.checkbox {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  padding: 4px 10px;
}
label.checkbox input[type=checkbox] {
  border: 0 none;
  -webkit-appearance: none;
  appearance: none;
}
label.checkbox input[type=checkbox]:before {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background: #fff url(/front/imgcheck2.png) no-repeat center center;
  position: absolute;
  left: 6px;
  top: 5px;
}
label.checkbox input[type=checkbox]:checked:before {
  background-image: url(/front/img/check2On.png);
}

.couponList {
  width: 80%;
  margin: 0 auto;
}
.couponList nav {
  display: flex;
  justify-content: space-between;
}
.couponList nav a {
  display: block;
  width: 100%;
  font-size: 16px;
  border: solid 1px #030408;
  border-radius: 2px;
  margin: 4px;
  padding: 16px 0;
}
.couponList nav a:first-child {
  margin-left: 0;
}
.couponList nav a:last-child {
  margin-right: 0;
}
.couponList nav a.on {
  background: #030408;
  color: #fff;
}
.couponList .jsTabTarget {
  padding: 40px 0;
}
.couponList .jsTabTarget a,
.couponList .jsTabTarget div {
  padding: 54px 16px 50px 20px;
  margin: 10px 0;
  line-height: 1.5em;
  position: relative;
  text-align: left;
}
.couponList .jsTabTarget a strong,
.couponList .jsTabTarget div strong {
  font-weight: 600;
  display: block;
  font-size: 16px;
  padding-bottom: 6px;
}
.couponList .jsTabTarget a:before, .couponList .jsTabTarget a:after,
.couponList .jsTabTarget div:before,
.couponList .jsTabTarget div:after {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 49.5%;
  background: #fff;
}
.couponList .jsTabTarget a:before,
.couponList .jsTabTarget div:before {
  top: -6px;
}
.couponList .jsTabTarget a:after,
.couponList .jsTabTarget div:after {
  bottom: -6px;
}
.couponList .jsTabTarget a {
  display: block;
  background: #ffe066;
}
.couponList .jsTabTarget div {
  background: #ddd;
  color: #777;
  padding-right: 120px;
}
.couponList .jsTabTarget .endNote1,
.couponList .jsTabTarget .endNote2 {
  width: 104px;
  height: 62px;
  padding-top: 42px;
  border-radius: 50%;
  display: block;
  background: #fff;
  color: #666;
  position: absolute;
  right: 20px;
  top: 25px;
  line-height: 1.3em;
  font-weight: 500;
  text-align: center;
  border: solid 1px rgba(0, 0, 0, 0.1);
}
.couponList .jsTabTarget .endNote2 {
  height: 74px;
  padding-top: 30px;
}

.couponDetail h3 {
  background-color: #030408;
  color: #fff;
  font-size: 19px;
  padding: 12px 0;
  margin: 10px auto 40px auto;
  width: 50%;
}
.couponDetail div {
  background: #ffe066;
  padding: 70px 20px;
  font-size: 18px;
  position: relative;
}
.couponDetail div:before, .couponDetail div:after {
  display: block;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 49%;
  background: #fff;
}
.couponDetail div:before {
  top: -6px;
}
.couponDetail div:after {
  bottom: -6px;
}
.couponDetail dl {
  text-align: left;
  padding: 40px 0 80px 0;
}
.couponDetail dl dt,
.couponDetail dl dd {
  font-size: 15px;
  padding: 4px 0 10px 0;
}
.couponDetail dl dt {
  font-weight: 600;
  padding: 10px 0 4px 0;
}

.couponMsg {
  line-height: 1.4em;
  padding: 50px 0 100px 0;
}

.dormantText {
  line-height: 1.4em;
  padding: 60px 0;
}
.dormantText h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4em;
  padding: 20px 0;
}
.dormantText p {
  line-height: 1.6em;
  padding: 20px 0;
}

.myGradeText {
  line-height: 1.4em;
  padding: 60px 0;
}
.myGradeText h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4em;
  padding: 0;
}
.myGradeText h3 strong {
  font-size: 34px;
  font-weight: 500;
}
.myGradeText p {
  line-height: 1.6em;
  padding: 20px 0 15px 0;
  font-size: 30px;
}

.gradeBar {
  position: relative;
  padding: 32px 0;
}
.gradeBar:before {
  display: block;
  content: "";
  height: 1px;
  background: #030408;
  position: absolute;
  left: 0;
  top: 95px;
  width: 100%;
}
.gradeBar p {
  font-size: 17px;
  line-height: 1.3em;
  height: 48px;
}
.gradeBar dl {
  position: relative;
  height: 100px;
}
.gradeBar dt {
  font-size: 0;
  width: 0;
  height: 0;
}
.gradeBar dd {
  position: absolute;
  top: 30px;
}
.gradeBar .price1 {
  right: 0;
  opacity: 0.5;
}
.gradeBar .price2 {
  left: 0;
}
.gradeBar div {
  position: absolute;
  left: 0;
  top: 92px;
  height: 7px;
  background: #030408;
}

.gradeEx h5 {
  text-align: left;
  font-size: 16px;
  border-bottom: solid 1px #030408;
  line-height: 2.5em;
}
.gradeEx h5:before {
  display: inline-block;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #030408;
  vertical-align: middle;
  margin-right: 4px;
}
.gradeEx dl {
  padding: 16px 0;
}
.gradeEx dl:after {
  display: block;
  content: "";
  clear: both;
}
.gradeEx dl dt,
.gradeEx dl dd {
  float: left;
  width: 30%;
  height: 34px;
  border-top: solid 1px #ccc;
  padding-top: 8px;
}
.gradeEx dl dt.grade1,
.gradeEx dl dd.grade1 {
  border: 0 none;
}
.gradeEx dl dt span {
  display: block;
  color: #fff;
  background: #ffcb00;
  line-height: 1.8em;
  letter-spacing: 0;
}
.gradeEx dl dt.grade2 span {
  background: #002862;
}
.gradeEx dl dt.grade3 span {
  background: #898989;
}
.gradeEx dl dt.grade4 span {
  background: #926f29;
}
.gradeEx dl dd {
  width: 60%;
  padding-left: 10%;
  text-align: left;
  line-height: 1.8em;
}
.gradeEx ul {
  text-align: left;
  padding: 20px 0;
}
.gradeEx ul li {
    line-height: 1.4;
    padding: 3px 0;
    font-size: 14px;
    color: #777;
}
.gradeEx img {
  width: 100%;
  margin-top: 20px;
}

.withdrawal {
  padding: 30px 0 60px 0;
}
.withdrawal p {
  font-size: 24px;
  line-height: 1.4em;
  padding: 0 0 30px 0;
}

.withdrawalPopup {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
  display: none;
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}
.withdrawalPopup.on {
  opacity: 1;
}
.withdrawalPopup p {
  padding: 50px 0 30px 0;
  font-size: 16px;
}

.withdrawalPopupContainer {
  width: 180px;
  padding: 60px 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 3px;
}

.btnAreaWithdrawal {
  padding: 0 0 50px 0;
  margin-top: -30px;
}

body.a40myPage {
  display: block;
  padding-left: 0;
  padding-right: 0;
}
body.a40myPage .bodyWrap {
  display: block;
  border: 0 none;
  min-height: auto;
}
body.a40myPage .bodyWrap .h1 {
  font-size: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 280px;
  width: auto;
  background: #ededed url(/front/img/bgMyPage.jpg) no-repeat center center;
  background-size: cover;
  /*&:after { display: block; content: ""; background:$pointColor url(/front/img/logoIntro.png) no-repeat center center; background-size: contain;width: 250px;height: 100px; position: absolute;right: $wrapGap*2;bottom:-$wrapGap*0.5}*/
}
body.a40myPage .bodyWrap .h1:before {
  display: block;
  content: "";
  border: solid 3px #ffcb00;
  position: absolute;
  right: 25px;
  bottom: 25px;
  left: 25px;
  top: 25px;
}
body.a40myPage .bodyWrap .h1 a {
  display: block;
  background: #ffcb00 url(/front/img/logoIntro.png) no-repeat center center;
  background-size: contain;
  width: 250px;
  height: 100px;
  position: absolute;
  right: 6%;
  bottom: -30px;
}
body.a40myPage .wrap {
  margin: 280px auto 50px auto;
  max-width: 1300px;
  text-align: center;
}
body.a40myPage header.myPage {
  max-width: 410px;
  margin: 0 auto;
  padding: 24px 0;
  position: relative;
  text-align: left;
}
body.a40myPage header.myPage h2 {
  font-size: 34px;
  padding: 8px 0;
  font-weight: 300;
  color: #030408;
  border-bottom: solid 1px #030408;
  line-height: 1.2;
  text-align: left;
}
body.a40myPage header.myPage .iconSetup {
  position: absolute;
  right: -4px;
  top: 34px;
  font-size: 0;
  width: 30px;
  height: 30px;
  background: url(/front/img/iconSetup.png) no-repeat center center;
}

.myInfo {
  display: flex;
  padding: 10px 0;
}
.myInfo > article {
  width: 100%;
  margin: 0 10px;
}
.myInfo > article:first-child {
  margin-left: 0;
}
.myInfo > article:last-child {
  margin-right: 0;
}
.myInfo > article h3 {
  font-size: 26px;
  color: #030408;
  padding: 20px 0;
  font-weight: 500;
}
.myInfo > article a {
  display: block;
  border: solid 2px #ffcb00;
  padding: 0 22% 0 15%;
  height: 120px;
  text-align: left;
  display:  flex;
  flex-direction:  column;
  justify-content: center;
}
.myInfo > article a h4 {
  font-size: 22px;
  padding: 0 0 10px 0;
  color: #030408;
  font-weight: 500;
}
.myInfo > article a p {
  padding: 0 0 0 0;
  line-height: 1.4;
}
.myInfo .myGrade a {
  background: url(/front/img/myGrade.png) no-repeat right center;
  background-size: 80px;
}
.myInfo .myCoupon a {
  background: url(/front/img/myCoupon.png) no-repeat right center;
  background-size: 80px;
}
.myInfo .myHairfrq a {
  background: url(/front/img/myHairfrq.png) no-repeat right center;
}
.myInfo .mySerumfreq a {
  background: url(/front/img/mySerum.png) no-repeat right center;
  background-size: 80px;
}

.myBanner {
  height: 90px;
  font-size: 0;
  padding: 50px 0;
  width: 75%;
  margin: 0 auto;
}
.myBanner a {
  display: block;
  background: #030408;
  color: #fff;
  padding: 16px 0 0 50%;
  height: 55px;
  font-size: 16px;
  line-height: 1.2;
  position: relative;
}
.myBanner a .bgBanner {
  background: #999 no-repeat center center;
  background-size: cover;
  font-size: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
}
.myBanner.owl-carousel.owl-drag .owl-item {
  text-align: center;
  background: #030408;
}

.btnLogoutWrap {
  text-align: right;
}

.btnLogoutWrap a {
  font-weight: 500;
}

body.a44_myHairfrq .wrap {
  max-width: none;
}

.hairfrqWrap p {
  font-size: 25px;
}
.hairfrqWrap h3 {
  font-size: 28px;
  font-weight: 300;
  padding: 20px 0 60px 0;
}
.hairfrqWrap h3 strong {
  font-weight: 600;
  color: #030408;
  font-size: 32px;
  line-height: 1.4em;
}

.hairfrq {
  text-align: center;
}
.hairfrq a {
  background: url(/front/img/bgHairfrq.png) no-repeat 0 bottom;
  display: inline-block;
  width: 327px;
  height: 80px;
  padding: 50px 0 0 40px;
  margin: 8px 0;
  border: solid 10px #fff;
  border-radius: 3px;
  color: #fff;
  font-size: 20px;
  position: relative;
  text-align: left;
  box-shadow: 0 0 2px rgb(0, 0, 0);
}
.hairfrq a + a {
  margin-left: 16px;
}
.hairfrq a:before {
  display: block;
  content: "";
  width: 110px;
  border: solid 1px #ddd;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.hairfrq span {
  position: absolute;
  right: -18px;
  top: 0;
  display: block;
  width: 119px;
  height: 130px;
  font-size: 0;
  background: url(/front/img/hairfrqStamp.png) no-repeat 0 center;
}
.hairfrq a.used span {
  background-image: url(/front/img/hairfrqStampUsed.png);
}

.hairfrqAlert {
  text-align: center;
  padding: 80px 0 60px 0;
}
.hairfrqAlert p {
  color: #8b96a3;
  font-size: 15px;
  padding: 6px 0;
  line-height: 1.3;
}
.hairfrqAlert p strong {
  font-size: 18px;
  font-weight: 400;
}

div.jsDiv.hairfrqPopup .jsDivContainer {
  width: 560px;
  max-width: calc(96% - 32px);
  height: 530px;
  overflow: inherit;
}
div.jsDiv.hairfrqPopup .jsDivContainer h4 {
  width: 40%;
  padding: 14px 0;
  margin: -40px auto 0 auto;
  background: #221815;
  color: #fff;
  border-radius: 3px;
  font-size: 22px;
  font-weight: 400;
}
div.jsDiv.hairfrqPopup .jsDivContainer img {
  max-width: 100%;
}
div.jsDiv.hairfrqPopup .jsDivContainer .btnAreaC .btn,
div.jsDiv.hairfrqPopup .jsDivContainer .btnAreaC span {
  display: inline-block;
  padding-left: 80px;
  padding-right: 80px;
}
div.jsDiv.hairfrqPopup .jsDivContainer .btnAreaC span {
  background: #999;
  color: #ddd;
  padding: 15px 80px;
  border-radius: 2px;
}

.btnWrap {
  padding: 30px 0 50px 0;
}

.must {
  color: #ff003c;
}

.choice {
  color: #898989;
}

.caption {
  text-align: left;
  padding: 16px 0 6px 0;
  font-size: 15px;
}

.overflowX {
  width: 100%;
  overflow-x: auto;
}

.italic {
  font-style: italic;
}

div.jsDiv {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 500;
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}
div.jsDiv.on {
  opacity: 1;
}
div.jsDiv .jsDivContainer {
  position: absolute;
  padding: 16px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  height: 90%;
  border: solid 1px rgba(0, 0, 0, 0.5);
  background: #fff;
  overflow: auto;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}
div.jsDiv .jsDivContainer header {
  padding: 8px 0 16px 0;
  border-bottom: solid 1px #ccc;
}
div.jsDiv .jsDivContainer header h3 {
  font-size: 16px;
  font-weight: 500;
}
div.jsDiv .jsDivContainer .jsDivContent {
  position: absolute;
  left: 0;
  right: 0;
  top: 58px;
  bottom: 0;
  padding: 16px;
  overflow: auto;
}
div.jsDiv .jsDivOff {
  position: absolute;
  right: 45px;
  top: 50px;
  font-size: 0;
  width: 30px;
  height: 30px;
  background: none transparent;
  opacity: 0.5;
  transition: opacity 0.15s ease 0s;
}
div.jsDiv .jsDivOff:hover, div.jsDiv .jsDivOff:focus {
  opacity: 1;
}
div.jsDiv .jsDivOff:before, div.jsDiv .jsDivOff:after {
  display: block;
  content: "";
  height: 1px;
  width: 25px;
  background: #030408;
  transform: rotate(45deg);
  position: absolute;
  left: 3px;
  top: 15px;
}
div.jsDiv .jsDivOff:after {
  transform: rotate(-45deg);
}

.jsTabTarget {
  display: none;
}
.jsTabTarget.on {
  display: block;
}

.footer {
  text-align: left;
  padding: 26px 0;
}
.footer nav {
  padding: 10px 0;
}
.footer nav a {
  display: inline-block;
  padding: 4px;
  font-weight: 600;
}
.footer nav a:first-child {
  padding-left: 0;
}
.footer nav a:nth-child(2) {
  color: #ffcb00;
}
.footer address {
  margin: 6px 0;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
}
.footer dl:after {
  display: block;
  content: "";
  clear: both;
}
.footer dl dt,
.footer dl dd {
  float: left;
  padding: 0 6px;
  margin: 6px 0;
  font-size: 13px;
  font-weight: 600;
  background-color: transparent;
}
.footer dl dt {
  padding-left: 0;
  padding-right: 0;
}
.footer dl dd.footInfBusNo,
.footer dl dd.footInfOnlineNo {
  width: 70%;
}
.footer dl dt.footInfChage {
  border-left: solid 1px #030408;
  padding-left: 6px;
}
.footer dl dd.footInfChage {
  width: 32%;
}

/* btn */
.btn {
  background: #fff;
  color: #030408;
  border: 1px solid #030408;
  padding: 14px 10px 15px 10px;
  border-radius: 2px;
  transition: background-color 0.2s ease 0s;
  font-weight: 600;
}

a.btn {
  display: inline-block;
  padding: 15px 10px 0 10px;
  height: 28px;
}

input.btn,
button.btn {
  padding: 9px 10px 10px 10px;
}

.btn:hover,
.btn:focus {
  background-color: #f4f6fd;
}

.btnSec {
  background: #030408;
  color: #fff;
  border-color: #030408;
}

.btnSec:hover,
.btnSec:focus {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.btnPri {
  background: #ffcb00;
  color: #030408;
  border-color: #ffcb00;
}

.btnPri:hover,
.btnPri:focus {
  background-color: #ffcb00;
  border-color: #ffcb00;
  color: #030408;
}

.dis {
  opacity: 0.5;
  cursor: default;
}

.btnArea {
  text-align: right;
  padding: 16px 0;
  clear: both;
}

.btnArea .btn {
  padding: 10px 30px;
  display: inline-block;
}

.btnAreaR {
  text-align: right;
  padding: 25px 0;
}

.btnFlexWrap {
  display: flex;
  padding: 20px 0;
}
.btnFlexWrap a,
.btnFlexWrap button {
  width: 100%;
  margin: 8px;
}
.btnFlexWrap a:first-child,
.btnFlexWrap button:first-child {
  margin-left: 0;
}
.btnFlexWrap a:last-child,
.btnFlexWrap button:last-child {
  margin-right: 0;
}

.btnAreaC {
  text-align: center;
  padding: 20px 0 0 0;
  height: 40px;
  clear: both;
}

label + input {
  margin-left: 12px;
}

/* label + input { margin-left: 15px} */
@media (max-width: 1366px) {
  .hairfrq a {
    display: block;
    margin: 10px auto;
  }
  .hairfrq a + a {
    margin-left: auto;
  }
}
@media (max-width: 960px) {
  .h2Logo span a {
    display: block;
    height: 100%;
  }
  .intro {
    background: url(/front/img/bgIntroM.jpg) no-repeat center 0;
    background-size: contain;
  }
  .intro .h1 {
    width: 176px;
    height: auto;
    left: calc(50% - 88px);
  }
  .intro .h1 a {
    height: 80px;
    background-position: bottom;
  }
  .intro .introWrap {
    position: relative;
  }
  .intro .introWrap::before {
    display: none;
  }
  .intro .introWrap:after {
    content: "";
    display: block;
    min-height: calc(100vh - 36px);
    border: solid 2px #ffcb00;
    position: absolute;
    top: 16px;
    right: 16px;
    left: 16px;
    bottom: 16px;
    z-index: 1;
  }
  .intro .introWrap .introBox {
    position: relative;
    width: 100%;
    height: auto;
    float: none;
    margin-right: 0;
    z-index: 2;
  }
  .intro .introWrap .introBox .introTexBox {
    min-height: 100vh;
    position: static;
    transform: translateY(0);
    max-width: 100%;
  }
  .intro .introWrap .introBox .introTexBox .introText p {
    margin-top: 0;
    padding-top: 100%;
    font-size: 20px;
    line-height: 1.4em;
  }
  .intro .introWrap .introBox .introTexBox .introLogin a {
    margin: 40px auto 0;
    max-width: 200px;
  }
  .intro .introWrap .introBox .introTexBox .footer {
    max-width: 450px;
    padding: 70px 40px 40px;
    margin: 0 auto;
  }
  body.a00 {
    padding: 16px;
  }
  body.a00 .bodyWrap {
    border-width: 2px;
  }
  body.a00 .bodyWrap .h1 {
    display: none;
  }
  body.a80terms {
    display: block;
  }
  body.a80terms:after {
    display: block;
    content: "";
    height: 16px;
  }
  body.a80terms .bodyWrap {
    display: block;
  }
  body.a80terms .wrap {
    max-width: none;
  }
  body.a40myPage .bodyWrap {
    border: solid 2px #ffcb00;
  }
  body.a40myPage .bodyWrap .h1 {
    display: block;
    height: 180px;
  }
  body.a40myPage .bodyWrap .h1:before {
    border-width: 2px;
    border-bottom: 0;
    right: 16px;
    left: 16px;
    top: 16px;
    bottom: 0;
  }
  body.a40myPage .bodyWrap .h1:after {
    width: 170px;
    height: 80px;
    top: 0;
    right: auto;
    left: calc(50% - 85px);
  }
  body.a40myPage .wrap {
    margin-top: 160px;
  }
  body.a40myPage header.myPage {
    text-align: center;
  }
  body.a40myPage header.myPage h2 {
    font-size: 29px;
  }
  .myInfo {
    display: block;
  }
  .myInfo > article {
    margin: 0;
  }
  .myInfo > article h3 {
    font-size: 24px;
    padding: 30px 0 12px 0;
  }
  .myInfo > article a {
    padding: 0 60px 0 15px;
    font-size: 14px;
    background-size: 70px !important;
  }
  .myInfo > article a p {
    padding: 6px 0;
  }
  .myInfo > article a h4 {
    padding: 6px 0;
  }
  .myBanner {
    width: 100%;
  }
  div.jsDiv .jsDivContainer {
    width: 88%;
  }
}
@media (max-width: 850px) and (min-height: 944px) {
  .intro .introWrap .introBox .introTexBox .footer {
    width: 77%;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 680px) {
  body.a00 .wrap {
    padding: 16px;
    min-width: inherit;
  }
  span.mo {
    font-size: 0;
  }

  .footer dl dd,
.footer dl dd,
.footer dl dd.footInfBusNo,
.footer dl dd.footInfOnlineNo,
.footer dl dd.footInfChage {
    width: calc(100% - 130px);
  }
  .footer dl dt.footInfChage {
    padding-left: 0;
    border-left: 0;
  }
  .footer dl dd.footInfTel,
.footer dl dd.footInfEmail {
    width: calc(100% - 60px);
  }
  .couponList {
    width: 100%;
    margin: 0 auto;
  }
  .couponList .jsTabTarget div {
    padding-right: 16px;
  }
  body.a40myPage {
    display: block;
  }
  body.a40myPage:after {
    display: block;
    content: "";
    height: 16px;
  }
  body.a40myPage .bodyWrap .h1 a {
    background-position: bottom;
    background-size: cover;
    width: 176px;
    height: 80px;
    right: auto;
    bottom: auto;
    top: 0;
    left: calc(50% - 88px);
  }
  .joinComplete h3 {
    font-size: 28px;
  }
  .joinComplete .welcomeMsg {
    font-size: 30px;
    padding-top: 0;
  }
  .a80terms table th,
.a80terms table td {
    font-size: 13px;
    word-break: break-all;
  }
  .hairfrqAlert strong {
    display: block;
    padding: 8px 0;
  }
  .withdrawal p {
    font-size: 20px;
  }
  .withdrawalPopupContainer {
    padding: 60px;
  }
}
@media (max-width: 480px) {
  .h2Logo span {
    background-size: contain;
    background-position: center bottom;
    width: 50%;
    margin: 0 auto;
  }
  .h2Logo strong {
    font-size: 32px;
  }
  body.a00 .wrap {
    padding: 16px;
    min-width: inherit;
  }
  .hairfrq a {
    box-sizing: border-box;
    width: 100%;
    height: 120px;
    border-width: 8px;
    padding: 36px 0 0 22px;
    background-size: contain;
    background-position-x: calc(50% - 20px);
  }
  .hairfrq span {
    background-size: contain;
    width: 100px;
    height: 103px;
    right: -12px;
  }
  div.jsDiv.hairfrqPopup .jsDivContainer {
    height: 450px;
  }
}

.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 400px;
  z-index: 100;
}
.popup img {
  width: 100%;
}
.popup .today-close {
  display: flex;
  flex-flow: nowrap row;
  justify-content: space-between;
  background: #fff;
  padding: 8px 16px;
  margin-top: -2px;
  border: 1px solid #eee;
}
.popup .today-close button {
  background: none;
  width: 20px;
}

.popup .pop-content{
  max-height: 60vh;
  overflow-y: auto;
}

.blind {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  font-size: 0;
  line-height: 0;
  text-indent: -9999em;
  z-index: -100;
}

.gradeEx dl {
  padding: 0;
}

.hairfrqPopup.jsDiv.custom .wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 600px;
}
.hairfrqPopup.jsDiv.custom img {
  width: 100%;
}
.hairfrqPopup.jsDiv.custom .use-btn {
  width: 100%;
  height: 54px;
  background: url(/front/img/btn-on.png) no-repeat center;
  background-size: 50%;
  position: absolute;
  left: 0;
  bottom: 9%;
}
.hairfrqPopup.jsDiv.custom .use-btn:disabled {
  background-image: url(/front/img/btn-off.png);
}

@media all and (max-width: 480px) {
    .hairfrqPopup.jsDiv.custom .use-btn {
        background-size: 40%;
        bottom: 6.5%;
    }
    div.jsDiv .jsDivOff {
        right: 25px;
        top: 30px;
    }
}

.agreeCheckWrap .agree-title  {ㅑ
  margin-top: 24px;
  padding: 12px 0;
  font-size: 16px;
  font-weight: 700;
}
.agreeCheckWrap .agree-title:first-of-type {
  margin-top: 0;
}
.agreeCheckWrap .agreeCheck > label, .joinInputWrap .agreeCheck > label {
  font-weight: 400;
}


.pop-dimmed {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 500;
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}
.pop-dimmed.on {
  display: block;
  opacity: 1;
}

.pop-wrapper {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 16px;
  width: 60%;
  border: solid 1px rgba(0, 0, 0, 0.5);
  background: #fff;
  overflow: auto;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  z-index: 501;
}
.pop-wrapper.on {
  display: block;
}
.pop-header {
  display: flex;
  flex-flow: nowrap row;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0 16px 0;
  border-bottom: solid 1px #ccc;
}
.pop-header .title {
  font-size: 16px;
  font-weight: 500;
}
.pop-header .close-btn {
  position: relative;
  width: 25px;
  height: 25px;
  background: none;
  font-size: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease 0s;
}
.pop-header .close-btn:hover,
.pop-header .close-btn:focus {
  opacity: 1;
}
.pop-header .close-btn:before,
.pop-header .close-btn:after {
  display: inline-block;
  content: "";
  height: 1px;
  width: 100%;
  background: #030408;
  transform: rotate(45deg);
  position: absolute;
  left: 3px;
  top: 15px;
}
.pop-header .close-btn:after {
  transform: rotate(-45deg);
}
.pop-body {
  margin: 16px 0;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  max-height: calc(100vh - 200px);
  overflow: auto;
}
@media (max-width: 960px) {
  .pop-wrapper {
    width: 88%;
  }
}

.dimmed{
  content:"";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
}