@charset "UTF-8";
@CHARSET "utf-8";
div:not(.qnaListWrap, .qnaWrap, .receiptWrap) #header:not(.on) .logo a {
  width: 181px;
  padding-top: 47px;
  background-image: url(/images/layout/logo2.png);
}
div:not(.qnaListWrap, .qnaWrap, .receiptWrap) #header:not(.on) #gnb > ul > li p {
  background: #fff;
}
div:not(.qnaListWrap, .qnaWrap, .receiptWrap) #header:not(.on) #gnb > ul > li p a {
  color: #222;
}
div:not(.qnaListWrap, .qnaWrap, .receiptWrap) #header:not(.on) #gnb:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 80px;
  background: #fff;
}

.historyBack {
  display: none;
}

#container {
  margin: 0 auto;
  box-sizing: border-box;
}
#container * {
  box-sizing: border-box;
}

div:not(.qnaListWrap, .qnaWrap) #container {
  padding-top: 270px;
}
div:not(.qnaListWrap, .qnaWrap) #container h1 {
  padding: 0 0 65px;
  font-size: 30px;
  font-weight: 500;
  line-height: 1em;
  text-align: center;
}

div.receiptWrap #container {
  max-width: 100%;
  padding-top: 100px;
}
div.receiptWrap #container h1 {
  padding: 0 0 65px;
  font-size: 30px;
  font-weight: 500;
  line-height: 1em;
  text-align: center;
}

.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 {
  padding: 0 0 30px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1em;
  text-align: center;
}
#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);
}
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% - 18px) 50%;
}

.br {
  display: block;
}

.btnArea {
  margin-top: 40px;
  font-size: 0;
}

.btnA {
  display: inline-block;
  width: 100%;
  max-width: 440px;
  height: 54px;
  line-height: 52px;
  border: 1px solid #164b71;
  border-radius: 9px;
  color: #fff !important;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  background: #164b71;
}

.btnB {
  display: inline-block;
  width: 100%;
  max-width: 440px;
  height: 54px;
  line-height: 52px;
  border: 1px solid #164b71;
  border-radius: 9px;
  color: #164b71 !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: #FDEAEF;
  background: #9EB5C5;
  border-color: #9EB5C5;
}

.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;
  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;
}
.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: #164C72;
}
.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 -30px 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 0.3s;
}
.joinAgree .agreeBox .includeSub .icoFold.on {
  transform: rotate(180deg);
}
.joinAgree .agreeBox .includeSub.on {
  background-color: #dcf0ff;
}
.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);
}
.joinAgree .btmText {
  margin-top: 100px;
  text-align: center;
  font-size: 14px;
}

.joinComplete {
  padding-top: 60px;
  text-align: center;
  background: url(/images/member/ico_check2.png) no-repeat 50% 0;
}
.joinComplete .text2 {
  margin-top: 20px;
  font-size: 14px;
}

.joinComplete2 .logo {
  margin-bottom: 20px;
  text-align: center;
}
.joinComplete2 .logo img {
  width: 150px;
}
.joinComplete2 .subText {
  color: #757575;
}
.joinComplete2 .btmText {
  margin-top: 100px;
  text-align: center;
  font-size: 14px;
  color: #757575;
}

.idResult {
  border-radius: 9px;
  padding: 25px 0;
  text-align: center;
  background: #f9f9f9;
}
.idResult strong {
  display: block;
  margin-top: 10px;
  font-size: 24px;
  color: #164b71;
}

.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: #164b71;
}
.mypageIndex .nav {
  width: 640px;
  margin: 60px -100px 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 50% 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: 30px;
  margin-top: 20px;
  border-bottom: 2px solid #f2f2f2;
  justify-content: space-around;
}
.mypage .subNav li {
  display: inline-block;
  height: 30px;
  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 #164b71;
}
.mypage .subNav li.on a {
  color: #164b71;
}

.fieldArea dt {
  margin: 40px 0 10px;
  font-size: 14px;
  line-height: 1em;
  color: #666;
}
.fieldArea dt em {
  color: #eb1717;
}
.fieldArea dd {
  position: relative;
}
.fieldArea dd input[type=text], .fieldArea dd input[type=tel], .fieldArea dd input[type=password], .fieldArea dd input[type=number], .fieldArea dd select {
  width: 100%;
  border: 1px solid #e6e6e6 !important;
  font-size: 14px;
}
.fieldArea dd .text {
  margin-top: 10px;
  font-size: 14px;
  color: #888;
}
.fieldArea dd .text + .text {
  margin-top: 5px;
}
.fieldArea dd .colorA {
  color: #ED1B23;
}
.fieldArea dd .text.typeB {
  display: inline-block;
  margin: -2px 0 0 8px;
  vertical-align: middle;
}
.fieldArea dd button {
  width: auto;
  padding: 0 20px;
}
.fieldArea dd.typeB {
  padding-right: 136px;
}
.fieldArea dd.typeB .text {
  margin-right: -136px;
}
.fieldArea dd.typeB button {
  position: absolute;
  right: 0;
  top: 0;
  width: 126px;
  padding: 0;
}
.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: #164b71;
}
.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 {
  padding: 14px 14px 14px 39px;
  margin-top: 24px;
  border-radius: 5px;
  background: #f9f9f9 url(/images/member/ico_kakao.png) no-repeat 14px 19px/16px;
}
.fieldArea dd .caution {
  margin-top: 10px;
}
.fieldArea dd .caution li {
  position: relative;
  padding-left: 8px;
  font-size: 14px;
  line-height: 1.5em;
  color: #888;
  word-break: normal;
  background: none;
}
.fieldArea dd .caution li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #888;
}
.fieldArea dd .warning {
  margin-top: 10px;
  color: #ED1B23;
  font-weight: 500;
  font-size: 14px;
}
.fieldArea dd:first-child {
  margin-top: 40px;
}

.secedeIndex .logo {
  text-align: center;
}
.secedeIndex .logo img {
  width: 150px;
}
.secedeIndex .text {
  margin: 20px -15px 0;
  text-align: center;
}
.secedeIndex dl {
  margin-top: 50px;
  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-weight: 500;
  background: #f9f9f9;
}
.secedeIndex dl dd:not(.totalMembership) {
  line-height: 40px;
  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: #164b71;
}
.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: #164b71;
}
.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: #164b71;
}
.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 select + div {
  margin-top: 8px;
}
.qnaForm dd input + 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 .cautionText.typeB li {
  position: relative;
  padding-left: 12px;
}
.qnaForm .cautionText.typeB li:before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
}
.qnaForm .cautionText.typeB li:not(:first-child) {
  margin-top: 0;
}
.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: #164b71;
}
.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;
}

/* 영수증적립 */
.saveReceipt {
  width: 372px;
  margin: 0 auto;
}
.saveReceipt .text {
  margin-bottom: 60px !important;
}
.saveReceipt .thumb {
  margin: 0 -34px 60px;
}
.saveReceipt .cautionArea {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #E6E6E6;
}
.saveReceipt .cautionArea h2 {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1em;
  color: #666;
}
.saveReceipt .cautionArea .caution {
  padding: 12px 18px;
  border-radius: 6px;
  background: #f9f9f9;
}
.saveReceipt .cautionArea .caution li {
  font-size: 14px;
  line-height: 1.6em;
}
.saveReceipt .cautionArea .caution li:before {
  top: 2px;
  line-height: 1em;
}

.bgLayer {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 90;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.1s;
}

.layer {
  display: none;
  opacity: 0;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 100;
  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 !important;
  font-weight: 500;
  text-align: center;
  line-height: 65px !important;
  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;
}

/*.kakaoAuthLayer {width:450px;
  .content {padding:65px 40px 30px; text-align:center;
    .btnArea {margin-top:40px;
      .btnA {width:calc(70% - 5px); border-color:#111; background-color:#111;}
      .btnB {width:calc(30% - 5px); border-color:#e6e6e6; color:#111 !important;}
    }
  }
}*/
.policyLayer {
  width: 430px;
}
.policyLayer .content {
  padding: 60px 30px 30px;
  text-align: center;
}
.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;
}
.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;
}

.confirmLayer {
  width: 430px;
}
.confirmLayer .content {
  padding: 60px 30px 30px;
  text-align: center;
}
.confirmLayer .content .text {
  padding-top: 50px;
  color: #444;
  background: url(/images/member/ico_check2.png) no-repeat 50% 0;
}

@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: 70px;
    z-index: 100;
  }
  #container, div:not(.qnaListWrap, .qnaWrap) #container {
    overflow-x: hidden;
    z-index: 11;
    min-height: 100vh !important;
    padding: 48px 15px 100px;
  }
  #container h1, div:not(.qnaListWrap, .qnaWrap) #container h1 {
    display: block;
    padding: 65px 0 40px;
    font-size: 22px;
  }
  body {
    background: none;
  }
  #snb {
    display: none;
  }
  .historyBack ~ #container, .historyBack ~ * #container {
    padding-top: 138px !important;
  }
  .historyBack ~ #container h1, .historyBack ~ * #container h1 {
    position: fixed;
    left: 0;
    right: 0;
    top: 48px;
    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 .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 {
    margin: 15px 0 0;
    font-size: 12px;
    text-align: left;
  }
  .joinAgree .agreeBox .content h2 {
    font-size: 13px;
  }
  .joinAgree .agreeBox .content p {
    font-size: 12px;
  }
  .joinComplete {
    position: absolute;
    left: 15px;
    right: 15px;
    top: 50%;
    margin-top: 0;
    transform: translateY(-50%);
  }
  .joinComplete .btnArea {
    margin-top: 50px;
  }
  .joinComplete2 .logo {
    text-align: left;
  }
  .joinComplete2 .btmText {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100px;
    margin: 0;
    font-size: 12px;
  }
  .idResult strong {
    margin-top: 5px;
    font-size: 18px;
  }
  .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: 25px 0 10px;
    font-size: 12px;
  }
  .fieldArea dd .agreeText {
    padding: 0 15px 15px;
    font-size: 12px;
  }
  .fieldArea dd .agreeText strong {
    padding: 15px 0 5px;
  }
  .fieldArea dd .text {
    margin-top: 7px;
    font-size: 12px;
  }
  .fieldArea dd .caution li {
    font-size: 12px;
  }
  .fieldArea dd .warning {
    margin-top: 7px;
    font-size: 12px;
  }
  .fieldArea dd .text.typeB {
    display: block;
    margin: 10px 0 0;
  }
  .fieldArea dd .kakao {
    background-position-y: 17px;
  }
  .fieldArea dd:first-child {
    margin-top: 25px;
  }
  .secedeIndex dl {
    margin-top: 40px;
  }
  .secedeIndex dl dd.totalMembership {
    grid-template-columns: 1fr 1fr;
  }
  .secede .detail h2 {
    font-size: 14px;
  }
  .secede .detail .text {
    font-size: 14px;
  }
  .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;
  }
  /* 영수증적립 */
  .saveReceipt {
    width: 100%;
  }
  .saveReceipt .text {
    margin-bottom: 54px !important;
  }
  .saveReceipt .thumb {
    margin: 0;
  }
  .saveReceipt .cautionArea {
    margin-top: 24px;
    padding-top: 24px;
  }
  .saveReceipt .cautionArea h2 {
    font-size: 12px;
  }
  .saveReceipt .cautionArea .caution li {
    font-size: 12px;
  }
  .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);
  }
  .agreeLayer h2 {
    line-height: 65px !important;
  }
  /*.kakaoAuthLayer {
    .content {padding:65px 35px 16px;
      .btnArea {margin-top:25px;
        button {width:calc(50% - 5px);}
      }
    }
  }*/
  .policyLayer .content, .partnerLayer .content {
    padding: 46px 16px 16px;
  }
  .policyLayer .content .agreeBox, .partnerLayer .content .agreeBox {
    padding: 20px;
  }
  .policyLayer .content .btnArea, .partnerLayer .content .btnArea {
    margin-top: 25px;
  }
  .partnerLayer .content .btnArea .btnA, .partnerLayer .content .btnArea .btnB {
    width: calc(50% - 5px);
  }
  .confirmLayer .content {
    padding: 46px 16px 16px;
  }
}
@media all and (max-width: 499px) {
  .storeAddrSearch p {
    width: 100%;
  }
  .storeAddrSearch p + p {
    margin: 8px 0 0;
  }
  .storeResult {
    overflow: visible;
    height: initial;
  }
}

/*# sourceMappingURL=member.css.map */
