@CHARSET "utf-8";
.historyBack {
  display: none; }

#container {
  padding-bottom: 180px;
  margin: 0 auto;
  box-sizing: border-box;
  color: #444; }
  #container * {
    box-sizing: border-box; }

div:not(.qnaListWrap, .qnaWrap) #container {
  padding-top: 80px; }
  div:not(.qnaListWrap, .qnaWrap) #container h1 {
    padding: 0 0 65px;
    font-size: 30px;
    font-weight: 500;
    line-height: 1em;
    text-align: center; }
  div:not(.qnaListWrap, .qnaWrap) #container.mySociety {
    padding-top: 0; }

#container.contactusWrap {
  padding-top: 0 !important; }

.member #container, .mypage #container {
  max-width: 440px; }

#container.qnaForm .wrap {
  max-width: 440px;
  margin: 0 auto; }

#popWrap {
  max-width: 400px;
  box-sizing: border-box; }
  #popWrap * {
    box-sizing: border-box; }
  #popWrap h1 {
    height: auto;
    padding: 0 0 30px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1em;
    text-align: center;
    color: #111;
    background: none; }
  #popWrap .close {
    position: absolute;
    right: 15px;
    top: 20px; }
  #popWrap #popCont {
    padding: 50px 15px; }

input[type=text], input[type=password], input[type=email], input[type=number], input[type=tel], select {
  height: 48px;
  padding: 0 18px;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  background: #fff;
  outline: none; }
  input[type=text][readonly], input[type=password][readonly], input[type=email][readonly], input[type=number][readonly], input[type=tel][readonly], select[readonly] {
    background-color: #f9f9f9;
    border-color: #f9f9f9; }

input[type=checkbox], input[type=radio] {
  width: 18px;
  height: 18px;
  background-image: url(/images/member/ico_check.png);
  background-size: 18px; }
  input[type=checkbox]:checked, input[type=radio]:checked {
    background-position-y: 100%; }

label input[type=checkbox], label input[type=radio] {
  margin: -3px 6px 0 0; }

select {
  appearance: none;
  background: #fff url(/images/member/ico_arrow8.png) no-repeat calc(100% - 10px) 50%; }

.br {
  display: block; }

.colorA {
  color: #ed1b23; }

.colorB {
  color: #e0004d; }

.btnArea {
  margin-top: 40px;
  padding: 0;
  font-size: 0; }

.btnA {
  display: inline-block;
  width: 100%;
  max-width: 440px;
  height: 54px;
  line-height: 52px;
  border: 1px solid #e0004d;
  border-radius: 9px;
  color: #fff !important;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  background: #e0004d; }

.btnB {
  display: inline-block;
  width: 100%;
  max-width: 440px;
  height: 54px;
  line-height: 52px;
  border: 1px solid #e0004d;
  border-radius: 9px;
  color: #e0004d !important;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  background: #fff; }

.btnC {
  display: inline-block;
  width: 100%;
  max-width: 440px;
  height: 54px;
  line-height: 52px;
  border: 1px solid #111;
  border-radius: 9px;
  color: #fff !important;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  background: #111; }

.btnD {
  display: inline-block;
  width: 100%;
  max-width: 440px;
  height: 54px;
  line-height: 52px;
  border: 1px solid #e6e6e6;
  border-radius: 9px;
  color: #444 !important;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  background: #fff; }

.sizeB {
  height: 48px;
  line-height: 46px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 400; }

.btnA[disabled], .btnB[disabled], .btnC[disabled], .btnD[disabled] {
  color: #fff;
  background: #e4bdcb;
  border-color: #e4bdcb; }

.btnArea .btnA:not(:only-child), .btnArea .btnB:not(:only-child), .btnArea .btnC:not(:only-child), .btnArea .btnD:not(:only-child) {
  width: calc(50% - 5px); }
  .btnArea .btnA:not(:only-child) + a, .btnArea .btnA:not(:only-child) + button, .btnArea .btnB:not(:only-child) + a, .btnArea .btnB:not(:only-child) + button, .btnArea .btnC:not(:only-child) + a, .btnArea .btnC:not(:only-child) + button, .btnArea .btnD:not(:only-child) + a, .btnArea .btnD:not(:only-child) + button {
    margin-left: 10px; }

.cancel {
  width: 120px !important; }
  .cancel + a, .cancel + button {
    width: calc(100% - 130px) !important; }

.textField {
  position: relative; }
  .textField input, .textField select {
    width: 100%;
    background: none;
    text-align: left; }
  .textField select {
    background: url(/images/member/ico_arrow.svg) no-repeat calc(100% - 10px) 50%; }
  .textField input::placeholder {
    color: #c2c2c2 !important; }
  .textField + .textField {
    margin-top: 8px; }
  .textField.email {
    padding-left: 25px; }
    .textField.email .txt {
      position: absolute;
      left: 0;
      top: 8px;
      font-weight: 500; }
  .textField.password {
    padding-right: 100px; }
    .textField.password .txt {
      position: absolute;
      right: 0;
      top: 20px;
      font-weight: 500;
      font-size: 14px; }

.loginArea h1 {
  padding-bottom: 60px; }
.loginArea .save {
  margin-top: 13px;
  color: #666; }
.loginArea .btns {
  margin-top: 40px; }
  .loginArea .btns button, .loginArea .btns a {
    margin-top: 8px; }
.loginArea .find {
  margin-top: 25px;
  text-align: center; }
  .loginArea .find li {
    display: inline-block;
    color: #888; }
    .loginArea .find li + li {
      position: relative;
      margin-left: 15px;
      padding-left: 17px;
      line-height: 1em; }
      .loginArea .find li + li:before {
        content: "";
        position: absolute;
        left: 0;
        top: 4px;
        height: 10px;
        width: 2px;
        background: #f3f3f3; }
.loginArea .btns2 {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 2px solid #f3f3f3; }

.joinGate h2 {
  margin: 100px 0 20px;
  padding: 0;
  font-weight: 500;
  font-size: 22px;
  text-align: center; }
.joinGate h1 + h2 {
  margin-top: 60px; }
.joinGate .srmy {
  margin-bottom: 40px;
  text-align: center; }
.joinGate .totalMembership {
  overflow: hidden;
  border: 1px solid #e6e6e6;
  border-radius: 9px;
  margin-top: 60px; }
  .joinGate .totalMembership .head {
    padding: 15px 0;
    border-bottom: 1px solid #e6e6e6;
    text-align: center;
    background: #f9f9f9; }
    .joinGate .totalMembership .head span {
      display: block;
      margin-top: 10px;
      color: #888;
      font-size: 14px; }
  .joinGate .totalMembership ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    margin: 0 70px; }
    .joinGate .totalMembership ul li {
      padding: 15px 0;
      text-align: center; }

.joinCheck .text {
  font-weight: 500;
  font-size: 22px;
  word-break: keep-all;
  text-align: center; }
.joinCheck .text2 {
  text-align: center;
  font-size: 16px; }
.joinCheck .text3 {
  height: 40px;
  margin: -40px 0 20px;
  text-align: center;
  font-size: 16px; }
.joinCheck .subText {
  margin-top: 6px;
  font-size: 14px;
  color: #757575;
  text-align: center; }
.joinCheck dl dt {
  margin-top: 40px;
  color: #757575;
  font-size: 12px; }
.joinCheck dl dd {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 500; }

.joinForm {
  margin-top: 30px; }
  .joinForm .textField {
    padding-right: 26px;
    margin-top: 30px;
    border-bottom: 2px solid #D1D1D1; }
    .joinForm .textField.typeB {
      padding-right: 0; }
    .joinForm .textField input, .joinForm .textField select {
      padding: 0;
      border: 0;
      border-radius: 0;
      font-size: 22px;
      font-weight: 500; }
    .joinForm .textField input::placeholder {
      color: #c2c2c2 !important; }
    .joinForm .textField .del, .joinForm .textField .ok {
      position: absolute;
      right: 4px;
      top: 17px; }
    .joinForm .textField.focus, .joinForm .textField.isVal {
      border-color: #e0004d; }
    .joinForm .textField.error {
      border-color: #ED1B23; }
    .joinForm .textField.email {
      padding-right: 0;
      margin-top: 8px; }
      .joinForm .textField.email .txt {
        font-size: 22px; }
    .joinForm .textField.email2 {
      padding-right: 0;
      margin-top: 8px; }
    .joinForm .textField:first-child {
      margin-top: 0; }
  .joinForm .warning {
    margin-top: 10px;
    color: #ED1B23;
    font-weight: 500;
    font-size: 14px; }
  .joinForm .checkList {
    margin-top: 10px; }
    .joinForm .checkList li {
      padding-left: 18px;
      margin-top: 6px;
      font-size: 16px;
      color: rgba(0, 0, 0, 0.2);
      font-weight: 500;
      background: url(/images/member/ico_arrow9.svg) no-repeat 0 7px; }
      .joinForm .checkList li.on {
        color: #164C72;
        background-image: url(/images/member/ico_arrow3.svg); }

.joinAgree > .text {
  font-weight: 500;
  font-size: 22px;
  text-align: center; }
.joinAgree > .subText {
  margin: 15px -5px 0;
  font-size: 14px;
  text-align: center; }
.joinAgree .agreeBox {
  margin-top: 30px; }
  .joinAgree .agreeBox .includeSub {
    position: relative;
    height: 44px;
    padding-left: 16px;
    margin-top: 8px;
    border-radius: 8px;
    line-height: 44px;
    font-weight: 500;
    background: #F1F1F1; }
    .joinAgree .agreeBox .includeSub input[type=checkbox] {
      width: 18px;
      height: 18px;
      margin-right: 10px;
      background-image: url(/images/member/ico_check3.png); }
    .joinAgree .agreeBox .includeSub .icoFold {
      overflow: hidden;
      position: absolute;
      right: 6px;
      top: calc(50% - 14px);
      width: 32px;
      height: 27px;
      background: url(/images/member/ico_arrow.svg) no-repeat 50% 50%;
      transition: all .3s; }
      .joinAgree .agreeBox .includeSub .icoFold.on {
        transform: rotate(180deg); }
    .joinAgree .agreeBox .includeSub.on {
      background-color: #fae8ec; }
  .joinAgree .agreeBox .content {
    display: none; }
    .joinAgree .agreeBox .content li {
      position: relative;
      padding-left: 16px;
      margin: 16px 0 8px;
      color: #757575;
      font-size: 12px;
      line-height: 20px; }
      .joinAgree .agreeBox .content li input[type=checkbox] {
        width: 16px;
        height: 12px;
        margin-right: 10px;
        background-image: url(/images/member/ico_arrow4.svg); }
        .joinAgree .agreeBox .content li input[type=checkbox]:checked {
          background-image: url(/images/member/ico_arrow10.png); }
      .joinAgree .agreeBox .content li em {
        color: #F97A49; }
      .joinAgree .agreeBox .content li .icoMore {
        overflow: hidden;
        position: absolute;
        right: 9px;
        top: 0;
        width: 20px;
        height: 20px;
        background: url(/images/member/ico_arrow7.svg) no-repeat 50% 50%; }
      .joinAgree .agreeBox .content li ul {
        margin: 8px 0 0 14px; }
  .joinAgree .agreeBox.maeildo .includeSub input[type=checkbox] {
    background-image: url(/images/member/ico_check4.png); }
  .joinAgree .agreeBox.maeildo .includeSub.on {
    background-color: #e1f6f7; }
  .joinAgree .agreeBox.maeildo .content input[type=checkbox]:checked {
    background-image: url(/images/member/ico_arrow6.svg); }

.joinComplete2 .logo {
  margin-bottom: 20px;
  text-align: center; }
  .joinComplete2 .logo img {
    width: 86px; }
.joinComplete2 .subText {
  color: #757575; }
.joinComplete2 .btmText {
  margin-top: 100px;
  text-align: center;
  font-size: 14px;
  color: #757575; }

.oldMember {
  width: 440px;
  margin: 0 auto;
  text-align: center; }
  .oldMember p {
    font-size: 16px; }
  .oldMember p.txt2 {
    font-size: 14px; }
  .oldMember p + p {
    margin-top: 20px; }
  .oldMember .btnArea {
    margin-top: 40px;
    padding: 0; }

.joinComplete {
  width: 440px;
  margin: 100px auto 0;
  padding-top: 60px;
  text-align: center;
  font-size: 16px;
  background: url(/images/member/ico_check2.png) no-repeat 50% 0; }
  .joinComplete .text2 {
    margin-top: 20px;
    font-size: 14px; }
  .joinComplete .btnArea {
    margin-top: 40px;
    padding: 0; }

.idResult {
  border-radius: 9px;
  padding: 25px 0;
  text-align: center;
  font-size: 16px;
  background: #f9f9f9; }
  .idResult strong {
    font-weight: 600;
    color: #e0004d;
    font-size: 18px; }
  .idResult + .text2 {
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid #aaa8a7;
    font-size: 16px;
    text-align: center; }

.tableStyleA {
  width: 100%;
  border-top: 2px solid #382e2c;
  border-bottom: 1px solid #aaa8a7; }

.tableStyleA td {
  padding: 20px 0;
  font-size: 14px;
  border-top: 1px solid #e2dfdc; }

.tableStyleA td input[type=text], .tableStyleA td input[type=password], .tableStyleA td input[type=tel], .tableStyleA td select {
  width: 100%;
  height: 38px;
  padding: 0 10px;
  border-radius: 0;
  border-color: #aaa8a7; }

.tableStyleA td select {
  margin-right: 5px;
  width: 48%;
  height: 38px;
  /* border:1px solid #d8d8d8 */ }

.tableStyleA td strong {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
  color: #382e2c; }

.tableStyleA td strong span {
  margin-left: 5px;
  color: #e0004d; }

.tableStyleA td .hyphen2 {
  display: inline-block;
  margin: 0 5px;
  line-height: 38px; }

.findArea h1 + .text, .findArea .text:first-child, .mypage h1 + .text, .mypage .text:first-child, .qnaWrap h1 + .text, .qnaWrap .text:first-child, .qnaListWrap h1 + .text, .qnaListWrap .text:first-child {
  margin: -20px 0 40px;
  text-align: center;
  word-break: keep-all; }

.qnaWrap h1 + .text, .qnaWrap .text:first-child, .qnaListWrap h1 + .text, .qnaListWrap .text:first-child {
  margin-top: -40px; }

.mypageIndex .srmy {
  width: 640px;
  padding: 35px 0;
  margin: 20px -100px 0;
  border-radius: 10px;
  text-align: center;
  font-size: 24px;
  background: #f9f9f9; }
  .mypageIndex .srmy:before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto 20px;
    background: url(/images/member/ico_point.png) no-repeat 0 0; }
  .mypageIndex .srmy strong {
    color: #e0004d; }
.mypageIndex .nav {
  width: 640px;
  margin: 60px -135px 0;
  font-size: 0; }
  .mypageIndex .nav li {
    display: inline-block;
    width: 120px;
    height: 140px;
    margin: 0 20px;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    font-size: 16px;
    text-align: center; }
    .mypageIndex .nav li a {
      display: block;
      height: 140px;
      padding-top: 20px; }
      .mypageIndex .nav li a:before {
        content: "";
        display: block;
        width: 44px;
        height: 40px;
        margin: 0 auto 20px;
        background: url(/images/member/ico_mypage.png) no-repeat 0 0; }
    .mypageIndex .nav li.point a:before {
      background-image: url(/images/member/ico_point2.png); }
    .mypageIndex .nav li.save a:before {
      background-image: url(/images/member/ico_save.png); }
    .mypageIndex .nav li.qna a:before {
      background-image: url(/images/member/ico_qna.png); }

.mypage .subNav {
  display: flex;
  height: 25px;
  margin-top: 20px;
  border-bottom: 2px solid #f2f2f2;
  justify-content: space-around; }
  .mypage .subNav li {
    display: inline-block;
    height: 25px;
    padding: 0 8px;
    margin-bottom: -2px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1em; }
    .mypage .subNav li a {
      color: #aaa; }
    .mypage .subNav li.on {
      border-bottom: 2px solid #e0004d; }
      .mypage .subNav li.on a {
        color: #e0004d; }

.fieldArea dt {
  margin: 40px 0 10px;
  font-size: 14px;
  line-height: 1em;
  color: #888; }
  .fieldArea dt em {
    color: #eb1717; }
.fieldArea dd {
  position: relative; }
  .fieldArea dd input[type=text], .fieldArea dd input[type=tel], .fieldArea dd select {
    width: 100%;
    border: 1px solid #e6e6e6 !important; }
  .fieldArea dd .text {
    margin: 12px -136px 0 0;
    font-size: 14px;
    color: #888; }
  .fieldArea dd.typeB {
    padding-right: 136px; }
    .fieldArea dd.typeB button {
      position: absolute;
      right: 0;
      top: 0;
      width: 126px; }
  .fieldArea dd.email > input {
    float: left;
    width: calc(50% - 15px); }
  .fieldArea dd.email select {
    text-align: left; }
  .fieldArea dd.email > .txt {
    float: left;
    width: 30px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #c2c2c2; }
  .fieldArea dd.email p {
    clear: both;
    padding-top: 8px; }
  .fieldArea dd .agreeText {
    padding: 0 20px 20px;
    border-radius: 9px;
    font-size: 14px;
    background: #f9f9f9; }
    .fieldArea dd .agreeText strong {
      display: block;
      padding: 20px 0 10px;
      font-weight: 500;
      color: #e0004d; }
  .fieldArea dd .all {
    padding-bottom: 18px;
    margin-bottom: -2px;
    border-bottom: 2px solid #f2f2f2;
    font-weight: 500; }
  .fieldArea dd label {
    display: block;
    margin-top: 20px; }
  .fieldArea dd .kakao {
    overflow: hidden;
    padding: 20px;
    margin-top: 40px;
    border-radius: 9px;
    background: #f9f9f9; }
    .fieldArea dd .kakao .fl {
      font-weight: 500; }
    .fieldArea dd .kakao .fr {
      color: #666; }

.secedeIndex .logo {
  text-align: center; }
  .secedeIndex .logo img {
    width: 86px; }
.secedeIndex .text {
  margin: 20px -15px 0;
  text-align: center; }
.secedeIndex dl {
  margin-top: 60px;
  border: 1px solid #e6e6e6;
  border-radius: 0 0 8px 8px; }
  .secedeIndex dl dt {
    border-bottom: 1px solid #e6e6e6;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    background: #f9f9f9; }
  .secedeIndex dl dd:not(.totalMembership) {
    line-height: 40px;
    font-size: 16px;
    text-align: center; }
  .secedeIndex dl dd.totalMembership {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center; }
    .secedeIndex dl dd.totalMembership span {
      padding: 15px 0;
      text-align: center; }
      .secedeIndex dl dd.totalMembership span img {
        vertical-align: middle; }

.secede h1 {
  padding-bottom: 20px; }
.secede .text {
  text-align: center; }
.secede .detail h2 {
  margin: 40px 0 10px;
  font-size: 16px;
  font-weight: 500; }
.secede .detail p:not(.text) {
  padding: 15px;
  border-radius: 8px;
  background: #f9f9f9; }
  .secede .detail p:not(.text) span {
    color: #e0004d; }
.secede .detail .text {
  margin-top: 45px;
  font-size: 16px;
  font-weight: 500;
  text-align: center; }

.qnaView {
  border-top-color: #382e2c; }
  .qnaView .head {
    position: relative;
    padding: 20px 0;
    text-align: center;
    border-bottom: 1px solid #e2dfdc; }
    .qnaView .head .category {
      display: block;
      font-size: 13px;
      color: #e0004d; }
    .qnaView .head h2 {
      margin-bottom: 0;
      text-align: center; }
    .qnaView .head .state {
      position: absolute;
      right: 30px;
      top: calc(50% - 10px);
      padding: 0 10px;
      font-size: 12px;
      border: 1px solid #62605f; }
    .qnaView .head .color {
      color: #e0004d;
      border: 1px solid #e0004d; }
  .qnaView .content .question {
    position: relative;
    padding: 30px 0 30px 70px;
    border-bottom: 1px solid #e2dfdc; }
  .qnaView .content .answer {
    position: relative;
    padding: 30px 0 0 70px; }
  .qnaView .content > div > strong {
    position: absolute;
    left: 30px;
    top: 27px;
    font-size: 20px;
    color: #e0004d; }
  .qnaView .question .questionTxt, .qnaView .question .answerTxt {
    display: block; }
  .qnaView .date {
    display: block;
    margin-top: 40px;
    color: #969696; }

.qnaForm .head {
  margin-bottom: 20px; }
  .qnaForm .head .btnTypeC {
    width: calc(100% - 2px); }
  .qnaForm .head .impor {
    margin-top: 40px;
    text-align: right;
    font-size: 14px;
    font-family: notob;
    color: #eb1717; }
.qnaForm dt {
  margin-bottom: 10px;
  font-size: 14px;
  font-family: notob;
  color: #888; }
  .qnaForm dt em {
    color: #eb1717; }
.qnaForm dd select, .qnaForm dd input, .qnaForm dd textarea {
  width: 100%;
  text-align: left; }
.qnaForm dd select + select {
  margin-top: 8px; }
.qnaForm dd textarea {
  height: 178px; }
.qnaForm dd .fileBox {
  position: relative;
  padding-right: 128px; }
  .qnaForm dd .fileBox .file {
    position: absolute;
    right: 0;
    top: 0;
    width: 120px;
    height: 100%;
    font-size: 18px;
    font-family: notob;
    color: #fff;
    cursor: pointer; }
    .qnaForm dd .fileBox .file .txt {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      line-height: 50px;
      border-radius: 6px;
      text-align: center;
      background: #222; }
  .qnaForm dd .fileBox input[type=file] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0; }
.qnaForm dd .includeBtn {
  position: relative;
  padding-right: 108px;
  margin-top: 8px; }
  .qnaForm dd .includeBtn .btnA {
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    height: 48px;
    line-height: 46px;
    border-radius: 6px; }
.qnaForm dd + dt {
  margin-top: 40px; }
.qnaForm .cautionText {
  margin-bottom: 40px; }
  .qnaForm .cautionText li {
    margin-top: 15px;
    font-size: 14px;
    color: #888; }
.qnaForm h2 {
  margin: 40px 0 20px;
  font-family: notob; }
.qnaForm h3 {
  padding: 20px 0;
  border-bottom: 2px solid #f2f2f2;
  font-family: notob; }
.qnaForm .agreeInfoWrap .agreeInfo {
  padding: 0 20px 20px;
  border-radius: 8px;
  font-size: 14px;
  background: #f9f9f9; }
  .qnaForm .agreeInfoWrap .agreeInfo b {
    display: block;
    padding: 20px 0 10px;
    color: #e0004d; }
.qnaForm .agreeInfoWrap .text {
  margin-top: 15px;
  font-size: 14px; }
.qnaForm .agreeInfoWrap .agreeChk {
  overflow: hidden;
  padding-top: 20px; }
  .qnaForm .agreeInfoWrap .agreeChk span {
    float: left;
    width: 50%; }

.storeNameSearch {
  position: relative;
  padding: 0 108px 20px 60px;
  border-bottom: 1px solid #aaa8a7; }
  .storeNameSearch label {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 17px;
    font-weight: 600;
    line-height: 48px; }
  .storeNameSearch input[type=text] {
    width: 100%; }
  .storeNameSearch .btnA {
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    height: 48px;
    line-height: 46px;
    border-radius: 6px; }

.storeAddrSearch {
  padding-bottom: 20px;
  border-bottom: 1px solid #aaa8a7;
  font-size: 0; }
  .storeAddrSearch p {
    position: relative;
    display: inline-block;
    width: calc(50% - 10px);
    padding-left: 70px; }
    .storeAddrSearch p + p {
      margin-left: 20px; }
    .storeAddrSearch p label {
      position: absolute;
      left: 0;
      top: 0;
      font-size: 17px;
      font-weight: 600;
      line-height: 48px; }
    .storeAddrSearch p select {
      width: 100%;
      text-align: left; }

.storeResult {
  overflow-y: auto;
  height: 400px;
  margin-top: 20px; }
  .storeResult .txt {
    padding-top: 20px;
    text-align: center;
    font-size: 14px;
    color: #999; }
  .storeResult .result {
    padding-top: 20px;
    text-align: center;
    font-size: 16px; }
    .storeResult .result .fontTypeA {
      color: #e0004d; }
  .storeResult .list li {
    padding: 20px 0; }
    .storeResult .list li .tit {
      display: inline-block;
      font-weight: 600;
      font-size: 16px; }
    .storeResult .list li .date {
      display: inline-block;
      margin-left: 6px;
      font-size: 14px; }
    .storeResult .list li .addr {
      margin-top: 5px;
      font-size: 14px; }
    .storeResult .list li + li {
      border-top: 1px solid #aaa8a7; }

.layer {
  display: none;
  opacity: 0;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 120;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  box-sizing: border-box;
  transform: translate(-50%, -50%); }
  .layer h2 {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 65px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    line-height: 65px;
    background: #fff; }
  .layer .close {
    position: absolute;
    right: 20px;
    top: 25px;
    z-index: 1; }
  .layer .content {
    padding: 65px 16px 0; }
  .layer .fixedBtn {
    padding: 24px 16px;
    margin: 0;
    background: #fff; }
  .layer.on {
    opacity: 1; }
  .layer * {
    box-sizing: border-box; }

.agreeLayer {
  width: 500px;
  height: 600px; }
  .agreeLayer .content {
    height: 500px;
    overflow-y: auto; }

.policyLayer {
  width: 430px; }
  .policyLayer .content {
    padding: 60px 30px 30px;
    text-align: center;
    font-size: 16px; }
    .policyLayer .content strong {
      font-weight: 500; }
    .policyLayer .content .agreeBox {
      margin: 20px 0;
      padding: 30px;
      border-radius: 10px;
      text-align: left;
      background: #f9f9f9; }
      .policyLayer .content .agreeBox input[type=checkbox] {
        width: 16px;
        height: 12px;
        margin-right: 10px;
        background-image: url(/images/member/ico_arrow4.svg); }
        .policyLayer .content .agreeBox input[type=checkbox]:checked {
          background-image: url(/images/member/ico_arrow10.png); }
      .policyLayer .content .agreeBox p {
        font-size: 14px;
        color: #444; }
      .policyLayer .content .agreeBox li {
        margin: 20px 0 0 28px;
        font-size: 14px;
        color: #666; }
    .policyLayer .content .btnArea {
      margin-top: 40px; }
      .policyLayer .content .btnArea .btnA {
        width: 100%;
        border-color: #111;
        background-color: #111; }

.partnerLayer {
  width: 430px; }
  .partnerLayer .content {
    padding: 60px 30px 30px;
    text-align: center;
    font-size: 16px; }
    .partnerLayer .content strong {
      font-weight: 500; }
    .partnerLayer .content .agreeBox {
      margin: 20px 0;
      padding: 30px;
      border-radius: 10px;
      background: #f9f9f9; }
      .partnerLayer .content .agreeBox input[type=checkbox] {
        width: 16px;
        height: 12px;
        margin-right: 10px;
        background-image: url(/images/member/ico_arrow4.svg); }
        .partnerLayer .content .agreeBox input[type=checkbox]:checked {
          background-image: url(/images/member/ico_arrow10.png); }
      .partnerLayer .content .agreeBox p {
        font-size: 14px;
        color: #444; }
      .partnerLayer .content .agreeBox li {
        margin-top: 20px;
        font-size: 14px;
        color: #666; }
    .partnerLayer .content .btnArea {
      margin-top: 40px; }
      .partnerLayer .content .btnArea .btnA {
        width: calc(70% - 5px);
        border-color: #111;
        background-color: #111; }
      .partnerLayer .content .btnArea .btnB {
        width: calc(30% - 5px);
        border-color: #e6e6e6;
        color: #444 !important; }
      .partnerLayer .content .btnArea button:disabled {
        border-color: #aaa;
        background-color: #aaa; }

@media all and (max-width: 800px) {
  td, div, p, li, dt, dd, input, button, textarea, select, h1, h2, h3, h4, h5 {
    font-size: 14px; }

  div:not(.qnaListWrap, .qnaWrap) #header:not(.on), div:not(.qnaListWrap, .qnaWrap) #header.on, .qnaListWrap #header:not(.on), .qnaListWrap #header.on, .qnaWrap #header:not(.on), .qnaWrap #header.on {
    background: #fff; }
    div:not(.qnaListWrap, .qnaWrap) #header:not(.on) .logo a, div:not(.qnaListWrap, .qnaWrap) #header.on .logo a, .qnaListWrap #header:not(.on) .logo a, .qnaListWrap #header.on .logo a, .qnaWrap #header:not(.on) .logo a, .qnaWrap #header.on .logo a {
      width: 100px;
      padding-top: 26px;
      background-image: url(/images/layout/logo_m.png); }

  .historyBack {
    display: block;
    position: fixed;
    left: 16px;
    top: 75px;
    z-index: 100; }

  #container, div:not(.qnaListWrap, .qnaWrap) #container {
    z-index: 11;
    min-height: 100vh;
    padding: 55px 15px 100px; }
    #container h1, div:not(.qnaListWrap, .qnaWrap) #container h1 {
      display: block;
      padding: 65px 0 40px;
      font-size: 22px; }

  #container.contactusWrap {
    padding-top: 102px !important; }

  body {
    background: none; }

  #snb {
    display: none; }

  .historyBack ~ #container, .historyBack ~ * #container {
    padding-top: 145px !important; }
    .historyBack ~ #container h1, .historyBack ~ * #container h1 {
      position: fixed;
      left: 0;
      right: 0;
      top: 55px;
      z-index: 1;
      height: 60px;
      padding: 0 !important;
      line-height: 60px !important;
      background: #fff; }

  .member #container, .mypage #container, .qnaWrap #container {
    max-width: 800px; }

  .btnArea {
    margin-top: 25px; }

  .btnA, .btnB, .btnC, .btnD {
    max-width: 100%;
    height: 48px;
    line-height: 46px;
    font-size: 14px; }

  .fixedBtn {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 24px 16px;
    background: #fff; }
    .fixedBtn.noFix {
      position: absolute; }

  .br {
    display: inline; }

  #popWrap {
    max-width: 800px; }
    #popWrap .back {
      position: fixed;
      left: 15px;
      top: 21px;
      z-index: 1; }
    #popWrap h1 {
      font-size: 18px; }

  .loginArea .find li:before {
    top: 2px; }

  .joinGate h2 {
    margin-top: 60px;
    font-size: 18px; }
  .joinGate .srmy {
    margin-bottom: 25px; }
  .joinGate .totalMembership {
    border-radius: 7px;
    margin: 40px 0 0; }
    .joinGate .totalMembership .head span {
      font-size: 12px; }
    .joinGate .totalMembership ul {
      grid-template-columns: 142px 142px;
      margin: 0;
      justify-content: center; }

  .joinCheck .text {
    font-size: 20px;
    text-align: left; }
  .joinCheck .text2 {
    font-size: 14px; }
  .joinCheck .text3 {
    height: auto;
    margin: 0 0 25px;
    font-size: 14px; }
  .joinCheck .subText {
    font-size: 12px;
    text-align: left; }
  .joinCheck dl dd {
    font-size: 18px; }

  .joinForm .textField input, .joinForm .textField select {
    font-size: 20px; }
  .joinForm .textField.email .txt {
    font-size: 20px; }
  .joinForm .textField.email input[readonly] {
    background: #fff; }
  .joinForm .textField.password .txt {
    font-size: 12px; }
  .joinForm .warning {
    font-size: 12px; }

  .joinAgree > .text {
    font-size: 20px;
    text-align: left; }
  .joinAgree > .subText {
    font-size: 12px;
    text-align: left; }
  .joinAgree .agreeBox .content h2 {
    font-size: 13px; }
  .joinAgree .agreeBox .content p {
    font-size: 12px; }

  .joinComplete2 .logo {
    text-align: left; }
  .joinComplete2 .btmText {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100px;
    margin: 0;
    font-size: 12px; }

  .oldMember {
    width: auto; }
    .oldMember p {
      font-size: 14px; }
    .oldMember p.txt2 {
      font-size: 12px; }
    .oldMember .btnArea {
      margin-top: 25px; }

  .joinComplete {
    position: absolute;
    left: 15px;
    right: 15px;
    top: 50%;
    width: auto;
    margin-top: 0;
    font-size: 14px;
    transform: translateY(-50%); }
    .joinComplete .btnArea {
      margin-top: 50px; }

  .idResult {
    font-size: 14px; }

  .qnaWrap h1 + .text, .qnaWrap .text:first-child, .qnaListWrap h1 + .text, .qnaListWrap .text:first-child {
    margin-top: -80px; }

  .mypageIndex .srmy {
    width: 100%;
    padding: 25px 0;
    margin: 0;
    border-radius: 8px;
    font-size: 14px; }
  .mypageIndex .nav {
    width: calc(100% - 40px);
    margin: 0 auto;
    font-size: 0; }
    .mypageIndex .nav li {
      width: 50%;
      height: 100px;
      margin: 40px 0 5px;
      border: none;
      font-size: 12px; }
      .mypageIndex .nav li a {
        height: 100px;
        padding-top: 0; }

  .mypage .subNav {
    justify-content: space-between; }
    .mypage .subNav li {
      padding: 0 4px;
      font-size: 13px; }

  .fieldArea dt {
    margin: 40px 0 10px;
    font-size: 14px;
    line-height: 1em;
    color: #888; }
    .fieldArea dt em {
      color: #eb1717; }
  .fieldArea dd {
    position: relative; }
    .fieldArea dd .agreeText {
      padding: 0 15px 15px;
      font-size: 12px; }
      .fieldArea dd .agreeText strong {
        padding: 15px 0 5px; }

  #popWrap.secedeIndex .close, #popWrap.secede .close {
    right: 30px;
    top: 30px; }
  #popWrap.secedeIndex #popCont, #popWrap.secede #popCont {
    padding: 60px 30px 30px; }
  #popWrap.secedeIndex h1, #popWrap.secede h1 {
    font-size: 24px; }
  #popWrap.secedeIndex .btnArea, #popWrap.secede .btnArea {
    margin-top: 40px; }
  #popWrap.secedeIndex .btnC, #popWrap.secede .btnC {
    height: 54px;
    line-height: 52px;
    font-size: 18px; }

  .back ~ #popCont {
    padding-top: 110px !important; }
    .back ~ #popCont h1 {
      position: fixed;
      left: 0;
      right: 0;
      top: 0;
      height: 60px;
      padding: 0 !important;
      line-height: 60px !important;
      background: #fff; }

  .qnaListTypeB {
    border-top: 1px solid #222; }
    .qnaListTypeB li {
      position: relative;
      padding: 20px 70px 15px 10px;
      border-bottom: 1px solid #e6e6e6; }
      .qnaListTypeB li .tit {
        margin-bottom: 10px;
        font-family: notob; }
      .qnaListTypeB li .date {
        font-size: 12px;
        color: #888; }
        .qnaListTypeB li .date span + span {
          position: relative;
          margin-left: 4px;
          padding-left: 8px; }
          .qnaListTypeB li .date span + span:before {
            content: "";
            position: absolute;
            left: 0;
            top: calc(50% - 1px);
            width: 2px;
            height: 2px;
            background: #888; }
      .qnaListTypeB li .status {
        position: absolute;
        right: 10px;
        top: calc(50% - 6px);
        font-size: 13px;
        line-height: 1em; }

  .qnaView {
    border-top: 1px solid #222; }
    .qnaView .head {
      padding: 20px 90px 20px 10px;
      text-align: left; }
      .qnaView .head h2 {
        text-align: left;
        font-size: 16px; }
      .qnaView .head .state {
        right: 10px; }
      .qnaView .head .color {
        color: #e0004d;
        border: 1px solid #e0004d; }
    .qnaView .content {
      min-height: 1px;
      padding: 0; }
      .qnaView .content .question {
        padding: 20px 0 20px 40px; }
      .qnaView .content .answer {
        padding: 20px 0 20px 40px; }
      .qnaView .content > div > strong {
        left: 10px;
        top: 17px;
        font-size: 16px; }
    .qnaView .date {
      margin-top: 20px; }

  .layer {
    left: 16px;
    right: 16px;
    width: auto;
    height: auto;
    margin: 0;
    transform: translate(0, -50%); }

  .layerFull {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 0;
    transform: translate(0, 0); }

  .agreeLayer .content {
    height: calc(100% - 100px); }

  .policyLayer .content, .partnerLayer .content {
    padding: 50px 16px 16px;
    font-size: 14px; }
    .policyLayer .content .agreeBox, .partnerLayer .content .agreeBox {
      padding: 20px; }
    .policyLayer .content .btnArea, .partnerLayer .content .btnArea {
      margin-top: 25px; }

  .partnerLayer .content {
    font-size: 14px; }
    .partnerLayer .content .btnArea .btnA, .partnerLayer .content .btnArea .btnB {
      width: calc(50% - 5px); } }
@media all and (max-width: 499px) {
  .storeAddrSearch p {
    width: 100%; }
    .storeAddrSearch p + p {
      margin: 8px 0 0; }

  .storeResult {
    overflow: visible;
    height: initial; } }
@media all and (max-width: 414px) {
  #popWrap.secedeIndex #popCont, #popWrap.secede #popCont {
    padding: 50px 15px 15px; }
  #popWrap.secedeIndex h1, #popWrap.secede h1 {
    font-size: 18px; }
  #popWrap.secedeIndex dl, #popWrap.secede dl {
    margin-top: 40px; }
    #popWrap.secedeIndex dl dt, #popWrap.secedeIndex dl dd, #popWrap.secede dl dt, #popWrap.secede dl dd {
      font-size: 14px; }
  #popWrap.secedeIndex .btnArea, #popWrap.secede .btnArea {
    margin-top: 25px; }
  #popWrap.secedeIndex .btnC, #popWrap.secede .btnC {
    height: 48px;
    line-height: 46px;
    font-size: 14px; }

  .secede .detail h2 {
    font-size: 14px; }
  .secede .detail .text {
    font-size: 14px; } }

/*# sourceMappingURL=member.css.map */
