<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("reset.css");
@import url("font.css");
body::-webkit-scrollbar, .scroll::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

body::-webkit-scrollbar-thumb, .scroll::-webkit-scrollbar-thumb {
  background-color: #747474;
  border-radius: 20px;
}

body::-webkit-scrollbar-track, .scroll::-webkit-scrollbar-track {
  background-color: #e6e6e6;
  border-radius: 20px;
}

html {
  font-family: 'Apple SD Gothic Neo', sans-serif;
  font-size: 10px;
  color: #262626;
}

@media (max-width: 320px) {
  html {
    font-size: 9px;
  }
}

/* padding */
.p--0 {
  padding: 0 !important;
}

.p--10 {
  padding: 10px !important;
}

.p--15 {
  padding: 15px !important;
}

.p--20 {
  padding: 20px !important;
}

.p--25 {
  padding: 25px !important;
}

.p--30 {
  padding: 30px !important;
}

.p--40 {
  padding: 40px !important;
}

.p-t--0 {
  padding-top: 0 !important;
}

.p-t--10 {
  padding-top: 10px !important;
}

.p-t--20 {
  padding-top: 20px !important;
}

.p-t--30 {
  padding-top: 30px !important;
}

.p-t--40 {
  padding-top: 40px !important;
}

.p-t--80 {
  padding-top: 80px !important;
}

.p-r--0 {
  padding-right: 0 !important;
}

.p-r--10 {
  padding-right: 10px !important;
}

.p-r--15 {
  padding-right: 15px !important;
}

.p-r--20 {
  padding-right: 20px !important;
}

.p-r--30 {
  padding-right: 30px !important;
}

.p-r--40 {
  padding-right: 40px !important;
}

.p-b--0 {
  padding-bottom: 0 !important;
}

.p-b--10 {
  padding-bottom: 10px !important;
}

.p-b--20 {
  padding-bottom: 20px !important;
}

.p-b--30 {
  padding-bottom: 30px !important;
}

.p-b--40 {
  padding-bottom: 40px !important;
}

.p-b--80 {
  padding-bottom: 80px !important;
}

.p-l--0 {
  padding-left: 0 !important;
}

.p-l--10 {
  padding-left: 10px !important;
}

.p-l--15 {
  padding-left: 15px !important;
}

.p-l--20 {
  padding-left: 20px !important;
}

.p-l--30 {
  padding-left: 30px !important;
}

.p-l--40 {
  padding-left: 40px !important;
}

@media only screen and (max-width: 580px) {
  .p--15 {
    padding: 7px !important;
  }
  .p--20 {
    padding: 10px !important;
  }
  .p--30 {
    padding: 15px !important;
  }
  .p--40 {
    padding: 20px !important;
  }
  .p-t--80 {
    padding-top: 40px !important;
  }
  .p-r--20 {
    padding-right: 10px !important;
  }
  .p-r--30 {
    padding-right: 15px !important;
  }
  .p-b--20 {
    padding-bottom: 10px !important;
  }
  .p-l--20 {
    padding-left: 10px !important;
  }
  .p-l--30 {
    padding-left: 15px !important;
  }
}

/* margin */
.m--0 {
  margin: 0 !important;
}

.m--10 {
  margin: 10px !important;
}

.m--20 {
  margin: 20px !important;
}

.m-t--0 {
  margin-top: 0 !important;
}

.m-t--5 {
  margin-top: 5px !important;
}

.m-t--10 {
  margin-top: 10px !important;
}

.m-t--20 {
  margin-top: 20px !important;
}

.m-t--30 {
  margin-top: 30px !important;
}

.m-t--60 {
  margin-top: 60px !important;
}

.m-t--100 {
  margin-top: 100px !important;
}

.m-t--150 {
  margin-top: 150px !important;
}

.m-r--0 {
  margin-right: 0 !important;
}

.m-r--5 {
  margin-right: 5px !important;
}

.m-r--10 {
  margin-right: 10px !important;
}

.m-r--20 {
  margin-right: 20px !important;
}

.m-b--0 {
  margin-bottom: 0 !important;
}

.m-b--10 {
  margin-bottom: 10px !important;
}

.m-b--20 {
  margin-bottom: 20px !important;
}

.m-b--30 {
  margin-bottom: 30px !important;
}

.m-b--50 {
  margin-bottom: 50px !important;
}

.m-b--100 {
  margin-bottom: 100px !important;
}

.m-l--0 {
  margin-left: 0 !important;
}

.m-l--10 {
  margin-left: 10px !important;
}

.m-l--20 {
  margin-left: 20px !important;
}

.m-l--30 {
  margin-left: 30px !important;
}

@media only screen and (max-width: 580px) {
  .m-t--20 {
    margin-top: 10px !important;
  }
  .m-t--30 {
    margin-top: 15px !important;
  }
  .m-t--60 {
    margin-top: 30px !important;
  }
  .m-t--100 {
    margin-top: 50px !important;
  }
  .m-t--150 {
    margin-top: 70px !important;
  }
  .m-b--30 {
    margin-bottom: 15px !important;
  }
}

/* font */
.font-size--15 {
  font-size: 1.5rem !important;
}

.font-size--18 {
  font-size: 1.8rem !important;
}

.font-size--20 {
  font-size: 2rem !important;
}

.font-size--21 {
  font-size: 2.1rem !important;
}

.font-size--22 {
  font-size: 2.2rem !important;
}

.font-size--23 {
  font-size: 2.3rem !important;
}

.font-size--24 {
  font-size: 2.4rem !important;
}

.font-size--25 {
  font-size: 2.5rem !important;
}

.font-size--27 {
  font-size: 2.7rem !important;
}

.font-size--30 {
  font-size: 3rem !important;
}

.font-size--32 {
  font-size: 3.2rem !important;
}

.font-size--34 {
  font-size: 3.4rem !important;
}

.font-size--36 {
  font-size: 3.6rem !important;
}

.font-size--40 {
  font-size: 4rem !important;
}

.font-size--45 {
  font-size: 4.5rem !important;
}

.font-size--47 {
  font-size: 4.7rem !important;
}

.font-size--60 {
  font-size: 6rem !important;
}

.font-weight--el {
  font-weight: 100;
}

.font-weight--l {
  font-weight: 200;
}

.font-weight--r {
  font-weight: 300;
}

.font-weight--m {
  font-weight: 500;
}

.font-weight--sb {
  font-weight: 600;
}

.font-weight--b {
  font-weight: 700;
}

.font-weight--eb {
  font-weight: 800;
}

.font-color--primary {
  color: #fda102 !important;
}

.font-color--grey {
  color: #727272 !important;
}

.font-color--l-grey {
  color: #acacac !important;
}

.font-color--white {
  color: #fff !important;
}

.font-color--black {
  color: #262626 !important;
}

@media only screen and (max-width: 580px) {
  .font-size--18 {
    font-size: 12px !important;
  }
  .font-size--20, .font-size--22, .font-size--23 {
    font-size: 14px !important;
  }
  .font-size--24, .font-size--25, .font-size--27 {
    font-size: 16px !important;
  }
  .font-size--30, .font-size--32 {
    font-size: 18px !important;
  }
  .font-size--34 {
    font-size: 20px !important;
  }
  .font-size--40, .font-size--45, .font-size--47 {
    font-size: 25px !important;
  }
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
  word-break: keep-all;
}

.text-center {
  text-align: center;
  word-break: keep-all;
}

.text-center.w-100 {
  width: 100%;
}

.text-height--1 {
  line-height: 1;
}

.text-height--2 {
  line-height: 1.5;
}

.text-height--3 {
  line-height: 1.3;
}

.text-height--4 {
  line-height: 1.2;
}

.no-shadow {
  box-shadow: none !important;
}

/* etc */
.radius--11 {
  border-radius: 11px !important;
}

.radius--12 {
  border-radius: 12px !important;
}

.radius--20 {
  border-radius: 20px !important;
}

.radius--40 {
  border-radius: 40px !important;
}

@media only screen and (max-width: 580px) {
  .radius--11, .radius--12 {
    border-radius: 6px !important;
  }
  .radius--20 {
    border-radius: 10px !important;
  }
  .radius--40 {
    border-radius: 20px !important;
  }
}

.border {
  border: 1px solid #727272;
}

.border-top {
  border-top: 1px solid #727272;
}

.border-top.grey {
  opacity: 0.3;
}

.border-none {
  border: none !important;
}

.float-right {
  float: right;
}

@media only screen and (max-width: 580px) {
  .float-right {
    text-align: left;
    width: 100%;
  }
}

.clear {
  display: block;
  clear: both;
}

/* input */
.input-wrap {
  position: relative;
}

.input-wrap input[type='number']::-webkit-outer-spin-button,
.input-wrap input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.input-wrap .input-switch.right {
  position: absolute;
  right: 0;
  top: 0;
}

.input-wrap .input-switch.right.type2 {
  top: 13px;
}

.input-text {
  margin: 10px 0;
  position: relative;
  font-weight: 500;
  box-sizing: border-box;
}

.input-text input {
  font-family: 'Apple SD Gothic Neo', sans-serif;
  width: 100%;
  border: 1px solid #727272;
  border-radius: 12px;
  font-size: 1.9rem;
  padding: 0 28px;
  height: 70px;
  line-height: 71px;
  outline: none;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  text-overflow: ellipsis;
}

.input-text input::placeholder {
  color: #acacac;
}

.input-text input[type='number']::-webkit-outer-spin-button,
.input-text input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.input-text.type2 input {
  border: none;
  border-bottom: 1px solid #acacac;
  border-radius: 0;
  padding: 12px 0;
  font-size: 2.5rem;
  height: 55px;
}

.input-text.type2 input:disabled {
  background: #fff;
  border-color: #ccc;
  color: #ccc;
}

.input-text.type2 input:disabled::placeholder {
  color: #ccc;
}

.input-text.type2 input.w-80 {
  width: calc(100% - 150px);
}

.input-text.type2 input.w-80 + .btn-md {
  bottom: 0;
}

.input-text.type2 input.w-90 {
  width: calc(100% - 100px);
}

.input-text.type2 input.w-90 + .btn {
  color: #727272;
  bottom: 0;
}

.input-text.type2 .label {
  font-size: 2.5rem;
  margin-top: 48px;
  color: #727272;
}

.input-text.type2 .btn {
  right: 0;
}

.input-text.type2 .btn.block {
  position: relative;
  padding: 7px;
  font-size: 2.5rem;
  line-height: 0;
  margin-top: 10px;
}

.input-text.type3 .label {
  padding: 7px 0;
}

.input-text.type3 input,
.input-text.type3 .input-select {
  border: 1px solid #aaa;
  width: calc(100% - 70px);
  height: 40px;
  font-weight: 500;
}

.input-text.type3 input:disabled, .input-text.type3 input.disabled,
.input-text.type3 .input-select:disabled,
.input-text.type3 .input-select.disabled {
  background: #efefef;
  border: none;
  color: #acacac;
  margin-top: 0;
}

.input-text.type3 .btn {
  height: 40px;
  bottom: 0;
  right: 0;
}

.input-text.type3 .btn.p--0 {
  width: 64px;
}

.input-text.type4 input,
.input-text.type4 .input-select {
  border: 1px solid #aaa;
  height: 40px;
  line-height: 40px;
  font-weight: 500;
}

.input-text.type4 .input-select {
  margin-top: 0;
}

.input-text.type5 input,
.input-text.type5 .input-select {
  border: none;
  border-bottom: 1px solid #e5e5e5;
  border-radius: 0 !important;
  width: calc(100% - 85px);
  height: 40px !important;
  line-height: 40px !important;
  font-size: 1.6rem !important;
  margin-top: 0;
  padding: 0 10px !important;
}

.input-text.type5 input:disabled,
.input-text.type5 .input-select:disabled {
  background: #fff;
}

.input-text.type5 .btn {
  border: none;
  font-size: 1.6rem !important;
  bottom: 0;
  right: 0;
  padding: 0 10px;
}

.input-text.type5 .btn.grey {
  border: 1px solid #838383;
}

.input-text.icon.user {
  background: url(../images/icon/user.svg) no-repeat;
  background-size: 30px;
  background-position: 25px 49%;
}

.input-text.icon.lock {
  background: url(../images/icon/lock.svg) no-repeat;
  background-size: 25px;
  background-position: 27px 49%;
}

.input-text.icon input {
  font-size: 2rem;
  height: 88px;
  line-height: 88px;
  padding-left: 100px;
  background: transparent;
}

.input-text .label {
  display: block;
  font-size: 2rem;
  font-weight: 500;
  margin-top: 30px;
  padding: 7px 4px;
}

.input-text .label.require {
  padding-left: 10px;
  position: relative;
}

.input-text .label.require:after {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  background: url(../images/icon/require.svg) no-repeat;
  position: absolute;
  left: 0;
  top: 5px;
}

.input-text .label.require.none:after {
  filter: brightness(0);
  opacity: 0.5;
}

.input-text .btn {
  position: absolute;
  right: 12px;
  bottom: 9px;
  font-size: 1.8rem;
  height: 52px;
  line-height: 52px;
  padding: 0 30px;
}

.input-text .btn-sm {
  padding: 0 20px;
}

.input-text .btn-md {
  padding: 0 30px;
  min-width: unset;
}

.input-text .btn.full {
  height: 70px;
  bottom: 0;
  right: 0;
  width: 144px;
  padding: 0;
}

.input-text .btn-sxm {
  line-height: 37px;
}

.input-text .btn.grey {
  border-color: #acacac;
}

.input-text.caution .btn {
  bottom: unset;
  top: 9px;
}

.input-text .caution {
  font-size: 1.7rem;
  font-weight: 500;
  color: #d91212;
  padding: 8px 0 4px 23px;
  background: url(../images/icon/caution.svg) no-repeat left center;
}

.input-text .count {
  position: absolute;
  right: 160px;
  top: 28px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fda102;
}

.input-text .count.right {
  right: 30px;
}

.input-text .w-100 {
  width: 100% !important;
}

.input-select {
  width: 100%;
  font-size: 2.4rem;
  height: 72px;
  line-height: 72px;
  border-radius: 12px;
  border-color: #acacac;
  margin-top: 10px;
}

.input-select.open {
  background: #fafafa;
}

.input-select.border + .input-select {
  border-color: #727272;
}

.input-select--wrap {
  height: auto;
}

.input-select--sm {
  width: 240px !important;
  font-size: 2rem;
  padding: 8px 28px 6px !important;
  border: 1px solid #727272;
  border-radius: 12px;
  font-family: 'Apple SD Gothic Neo', sans-serif;
  appearance: none;
  outline: none;
  background: url(../images/icon/arrow_sm.svg) no-repeat calc(100% - 28px) center !important;
  line-height: 1.2;
}

.input-select.half {
  width: calc(50% - 5px);
  clear: unset;
}

.input-select:after {
  width: 8px;
  height: 8px;
  right: 29px;
  margin-top: -7px;
}

.input-select .list {
  width: 100%;
  border-radius: 12px;
  padding: 20px 0;
}

.input-select .list li {
  padding: 10px 40px;
}

.input-select .list li:first-child {
  color: #acacac;
  font-weight: 500;
}

.input-select .list .option.disabled {
  display: none !important;
}

.input-switch input {
  position: absolute;
  width: 0;
  height: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  outline: none;
}

.input-switch input + span {
  display: block;
  width: 88px;
  height: 37px;
  background: #ddd;
  border-radius: 20px;
  position: relative;
  transition: all 0.3s;
}

.input-switch input + span:after {
  content: '';
  display: block;
  width: 27px;
  height: 27px;
  border-radius: 20px;
  background: #fff;
  position: absolute;
  left: 8px;
  top: 5px;
  transition: all 0.3s;
}

.input-switch input:checked + span {
  background: #fda102;
}

.input-switch input:checked + span:after {
  left: calc(100% - 35px);
}

.input-half {
  display: flex;
  justify-content: space-between;
}

.input-half .input-text {
  width: 49%;
}

@media only screen and (max-width: 580px) {
  .input-wrap .input-switch.right.type2 {
    top: 7px;
  }
  .input-wrap .input-switch.type2 {
    margin-bottom: 10px;
  }
  .input-text .label.require {
    padding-left: 7px;
  }
  .input-text .label.require::after {
    width: 5px;
    height: 5px;
    background-size: 100%;
  }
  .input-text .m-70 {
    width: calc(100% - 100px);
  }
  .input-text.type2 input {
    font-size: 14px;
    height: 40px;
  }
  .input-text.type2 input.w-80 {
    width: calc(100% - 100px);
  }
  .input-text.type2 .label {
    font-size: 16px;
    margin-top: 30px;
  }
  .input-text.type2 .btn.block {
    font-size: 1.7rem;
  }
  .input-text .label {
    font-size: 1.7rem;
    margin-top: 15px;
  }
  .input-text input {
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
    font-size: 1.5rem;
    border-radius: 6px;
  }
  .input-text .btn {
    right: 8px;
    bottom: 7px;
    padding: 0 20px;
    z-index: 1;
    height: 32px;
    line-height: 31px;
    font-size: 13px;
  }
  .input-text .btn.full {
    height: 45px;
    padding: 0 10px;
    width: 92px;
    white-space: nowrap;
  }
  .input-text .btn-line {
    background: #fff;
  }
  .input-text .count {
    top: 17px;
    right: 100px;
    font-size: 12px;
  }
  .input-text .count.right {
    right: 20px;
  }
  .input-text .caution {
    background-size: 13px;
    font-size: 1.4rem;
    padding-left: 20px;
  }
  .input-text.caution .btn {
    top: 6px;
  }
  .input-text.icon input {
    height: 50px;
    line-height: 50px;
    padding-left: 60px;
    font-size: 1.8rem;
  }
  .input-text.icon.user {
    background-size: 20px;
  }
  .input-text.icon.lock {
    background-size: 18px;
  }
  .input-select {
    height: 40px;
    line-height: 40px;
    font-size: 1.6rem;
    border-radius: 6px;
  }
  .input-select--sm {
    width: 100% !important;
    box-sizing: border-box;
    font-size: 1.6rem;
    padding: 7px 15px !important;
    background-position: calc(100% - 15px) center !important;
    background-size: 10px !important;
    border-radius: 6px !important;
  }
  .input-select:after {
    right: 20px;
    background-size: 10px;
    width: 7px;
    height: 7px;
  }
  .input-select .list {
    padding: 10px 0;
    border-radius: 6px;
  }
  .input-select .list li {
    padding: 0 20px;
  }
  .input-switch input + span {
    width: 60px;
    height: 27px;
  }
  .input-switch input + span:after {
    width: 21px;
    height: 21px;
    left: 4px;
    top: 3px;
  }
  .input-switch input:checked + span:after {
    left: calc(100% - 25px);
  }
}

.radio input {
  position: absolute;
  width: 0;
  height: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  outline: none;
}

.radio input:checked + span {
  background: #fda102;
}

.radio input + span {
  width: 24px;
  height: 24px;
  display: inline-block;
  border-radius: 12px;
  border: 1px solid #727272;
  background: #fff;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.radio .text {
  font-size: 2.4rem;
  font-weight: 500;
  vertical-align: super;
  margin-left: 15px;
}

.radio-list {
  display: flex;
  justify-content: space-between;
  padding: 20px 0 50px;
  position: relative;
}

.radio-list:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #727272;
  position: absolute;
  left: 0;
  top: 32px;
}

.radio-list:before {
  content: '보통';
  display: block;
  position: absolute;
  left: 0;
  top: 50px;
  width: 100%;
  color: #727272;
  text-align: center;
}

.radio-list--item {
  position: relative;
}

.radio-list--item:first-child:after {
  content: '서투름';
  color: #727272;
  width: 80px;
  position: absolute;
  top: 30px;
  left: 0;
}

.radio-list--item:last-child:after {
  content: '능숙함';
  color: #727272;
  width: 80px;
  position: absolute;
  top: 30px;
  right: 0;
  text-align: right;
}

.radio-list--wrap {
  border-top: 1px dashed #e5e5e5;
  margin-top: 40px;
  width: calc(100% + 40px);
  position: relative;
  left: -20px;
  padding: 20px 20px 0;
}

.radio-list.type2 {
  padding: 20px 0 40px;
}

.radio-list.type2 .radio input + span {
  width: 15px;
  height: 15px;
  margin-top: 5px;
}

.radio-list.type2::before {
  content: '3';
  font-size: 1.3rem;
}

.radio-list.type2 .radio-list--item:first-child:after {
  content: '1';
  font-size: 1.3rem;
  left: 4px;
}

.radio-list.type2 .radio-list--item:last-child:after {
  content: '5';
  font-size: 1.3rem;
  right: 5px;
}

.radio.type2 input + span {
  width: 28px;
  height: 28px;
  border-color: #d6d6d6;
  border-radius: 14px;
  position: relative;
}

.radio.type2 input:checked + span {
  background: #fff;
}

.radio.type2 input:checked + span:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  background: #fda102;
  position: absolute;
  left: 4px;
  top: 4px;
}

.radio.type2 .text {
  font-size: 20px;
  margin-left: 0;
  padding-left: 12px;
  font-weight: 400;
  position: relative;
  top: -3px;
  cursor: pointer;
}

@media only screen and (max-width: 580px) {
  .radio-list {
    font-size: 16px;
  }
  .radio input + span {
    width: 20px;
    height: 20px;
  }
  .radio .text {
    font-size: 1.8rem;
    margin-left: 5px;
  }
}

.checkbox {
  margin: 20px 0;
  display: flex;
  align-items: center;
  position: relative;
}

.checkbox.type2 {
  justify-content: space-between;
}

.checkbox.type3 {
  margin: 0;
}

@media only screen and (max-width: 580px) {
  .checkbox.type3 .label {
    width: 18px !important;
    height: 19px !important;
  }
}

.checkbox.type3 .label input + span {
  background-image: url(../images/icon/check_sm_white.svg);
  background-repeat: no-repeat;
  background-position: 50% 41%;
  background-color: #d1d1d1;
  background-size: 13px !important;
}

@media only screen and (max-width: 580px) {
  .checkbox.type3 .label input + span {
    width: 18px !important;
    height: 18px !important;
  }
}

.checkbox.type3 .label input:checked + span {
  background-image: url(../images/icon/check_sm_white.svg);
  background-repeat: no-repeat;
  background-position: 50% 41%;
  background-color: #fda102;
  background-size: 13px !important;
}

.checkbox.sm .label {
  width: 22px;
  height: 22px;
  margin-right: 10px;
}

.checkbox.sm .label input + span {
  width: 22px;
  height: 22px;
  background-size: 100%;
  border-radius: 3px;
}

.checkbox.sm .label input:checked + span {
  background-size: 100%;
}

.checkbox.sm .text {
  font-weight: 400;
}

.checkbox.sm2 .label {
  width: 15px;
  height: 15px;
  margin-right: 0;
}

.checkbox.sm2 .label input + span {
  width: 15px;
  height: 15px;
  background-size: 100%;
}

.checkbox.sm2 .label input:checked + span {
  background-size: 100%;
}

.checkbox.sm2 .text {
  font-weight: 400;
}

.checkbox .label {
  width: 33px;
  height: 33px;
  display: inline-block;
  margin-right: 12px;
  position: relative;
}

.checkbox .label input {
  position: absolute;
  width: 0;
  height: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  outline: none;
}

.checkbox .label input + span {
  cursor: pointer;
  position: absolute;
  width: 33px;
  height: 33px;
  background: url(../images/icon/check_off.svg) no-repeat;
}

.checkbox .label input:checked + span {
  background: url(../images/icon/check_on.svg) no-repeat;
}

.checkbox .text {
  font-size: 2rem;
  font-weight: 600;
}

.checkbox .right {
  position: absolute;
  right: 10px;
}

.checkbox.p-r--30 .right {
  right: 30px;
}

@media only screen and (max-width: 580px) {
  .checkbox.type2 {
    margin: 10px 0;
  }
  .checkbox.type2 .text {
    font-size: 12px;
    padding-right: 0;
  }
  .checkbox.type2 .label {
    margin-right: 0;
  }
  .checkbox .label {
    width: 25px;
    height: 25px;
  }
  .checkbox .label input + span {
    width: 25px;
    height: 25px;
    background-size: 100%;
  }
  .checkbox .label input:checked + span {
    background-size: 100%;
  }
}

@media only screen and (max-width: 580px) and (max-width: 580px) {
  .checkbox .label {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }
  .checkbox .label input + span {
    width: 20px;
    height: 20px;
  }
}

@media only screen and (max-width: 580px) {
  .checkbox .text {
    padding-right: 40px;
    padding-left: 5px;
    line-height: 1.2;
    word-break: keep-all;
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 580px) and (max-width: 580px) {
  .checkbox .text {
    padding: 0;
  }
}

.radiobox-wrap {
  display: flex;
  justify-content: space-around;
  position: relative;
}

@media only screen and (max-width: 580px) {
  .radiobox-wrap {
    margin-bottom: 30px;
  }
}

.radiobox-wrap:after {
  content: '';
  display: block;
  width: 1px;
  height: 18px;
  background: #ddd;
  position: absolute;
  left: 51%;
  top: 2px;
}

.radiobox .text {
  font-size: 2.4rem;
  font-weight: 600;
  vertical-align: middle;
}

@media only screen and (max-width: 580px) {
  .radiobox .text {
    font-size: 2rem;
    vertical-align: bottom;
  }
}

.radiobox .label {
  width: 26px;
  height: 26px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.radiobox .label input {
  position: absolute;
  width: 0;
  height: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  outline: none;
}

.radiobox .label input + span {
  cursor: pointer;
  position: absolute;
  width: 24px;
  height: 24px;
  border: 1px solid #b9b9b9;
  border-radius: 20px;
}

.radiobox .label input:checked + span {
  border: 1px solid #fda102;
}

.radiobox .label input:checked + span:after {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background: #ffaf2f;
  position: absolute;
  left: 4px;
  top: 4px;
  border-radius: 20px;
}

@media only screen and (max-width: 580px) {
  .radiobox .label {
    width: 20px;
    height: 20px;
  }
  .radiobox .label input + span {
    width: 20px;
    height: 20px;
  }
  .radiobox .label input:checked + span:after {
    width: 12px;
    height: 12px;
    left: 3px;
    top: 3px;
  }
}

.textarea {
  font-family: 'Apple SD Gothic Neo', sans-serif;
  width: 100%;
  resize: none;
  padding: 20px;
  font-size: 1.9rem;
  outline: none;
  border-radius: 0;
  box-sizing: border-box;
}

.textarea::placeholder {
  color: #acacac;
}

@media only screen and (max-width: 580px) {
  .textarea {
    font-size: 1.7rem;
    padding: 15px;
  }
}

/* button */
.btn {
  font-family: 'Apple SD Gothic Neo', sans-serif;
  display: inline-block;
  text-align: center;
  border: 1px solid transparent;
  background: transparent;
  cursor: pointer;
  font-weight: 500;
  outline: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: unset !important;
}

.btn img {
  vertical-align: middle;
  margin-top: -4px;
}

.btn-more {
  font-size: 1.6rem;
  color: #acacac;
  background: url(../images/icon/arrow_more.svg) no-repeat right 35%;
  background-size: 13px;
  padding-right: 20px;
}

.btn.refresh {
  font-size: 2.2rem;
  padding-left: 25px;
  background: url(../images/icon/refresh.svg) no-repeat 0% 20%;
  background-size: 20px;
  color: #acacac;
}

.btn-round {
  border-radius: 50px;
}

.btn-radius {
  border-radius: 12px;
}

.btn-full {
  width: 100%;
  margin: 5px 0;
}

.btn-full.type2 {
  width: 80%;
}

.btn-xxsm {
  height: 30px;
  font-size: 1.8rem;
  padding: 0 15px;
}

.btn-xsm {
  height: 36px;
  line-height: 36px;
  font-size: 2rem;
  padding: 0 15px;
}

.btn-sm {
  height: 41px;
  line-height: 42px;
  font-size: 2rem;
  padding: 0 20px;
}

.btn-md {
  height: 54px;
  line-height: 54px;
  font-size: 2.4rem;
  padding: 0 20px;
  min-width: 234px;
}

.btn-lg {
  height: 72px;
  line-height: 72px;
  font-size: 2.8rem;
}

.btn-xlg {
  height: 88px;
  line-height: 88px;
  font-size: 2.8rem;
}

.btn-xlg.type2 {
  height: 68px;
  font-size: 2.4rem;
}

.btn-line {
  border: 1px solid #262626;
}

.btn-line.grey {
  border-color: #727272;
  color: #727272;
}

.btn-line.grey2 {
  border-color: #bababa;
}

.btn-line.l-grey {
  border-color: #cccccc;
  color: #acacac;
}

.btn-line.disabled, .btn-line:disabled {
  cursor: default;
  border: 1px solid #acacac;
  color: #acacac;
}

.btn-line.disabled img, .btn-line:disabled img {
  opacity: 0.6;
}

.btn-underline {
  position: relative;
  padding: 0;
}

.btn-underline::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #727272;
  position: absolute;
  left: 0;
  bottom: -1px;
}

.btn-primary {
  background: #fda102;
  color: #fff;
}

.btn-primary:disabled, .btn-primary.disabled {
  cursor: default;
  border: 1px solid #727272;
  background: #fff;
  color: #acacac;
}

.btn-primary.line {
  background: transparent;
  border: 1px solid #fda102;
  color: #fda102;
}

.btn-black {
  background: #262626;
  color: #fff;
}

.btn-black:disabled {
  background: #727272;
  cursor: default;
}

.btn-black2 {
  background: #727272;
  color: #fff;
}

.btn-black3 {
  background: #4a4a4a;
  color: #fff;
}

.btn-white {
  background: #fff;
  color: #727272;
}

.btn-grey {
  background: #f2f2f2;
  color: #727272;
}

.btn-l-grey {
  background: #f8f8f8;
  color: #acacac;
}

.btn-d-grey {
  background: #727272;
  color: #fff;
}

.btn-kakao {
  background-color: #fee500;
  background-image: url(../images/kakao.png);
  background-repeat: no-repeat;
  background-position: calc(50% - 80px) center;
  text-indent: 45px;
}

.btn-list .btn {
  margin: 0 5px 8px 0;
  opacity: 0.5;
}

.btn-list .btn.active {
  opacity: 1;
}

.btn-wrap.half {
  display: flex;
  justify-content: space-between;
}

.btn-wrap.half .btn-half {
  width: 49%;
  height: 45px;
  font-size: 1.8rem;
  position: relative;
  z-index: 1;
}

.btn-plus img {
  width: 10px;
  margin: -2px 5px 0 0;
}

.btn-arrow {
  background: url(../images/icon/arrow_right.svg) no-repeat;
  background-position: calc(100% - 20px) center;
  background-size: 8px;
}

@media only screen and (max-width: 580px) {
  .btn.refresh {
    font-size: 15px;
    background-size: 15px;
    padding-left: 20px;
  }
  .btn-xsm {
    font-size: 1.6rem;
    height: 30px;
    line-height: 30px;
  }
  .btn-sm {
    font-size: 1.7rem;
  }
  .btn-lg {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  .btn-md {
    font-size: 1.8rem;
    height: 40px;
    line-height: 40px;
    min-width: 150px;
  }
  .btn-xlg {
    height: 55px;
    line-height: 53px;
    font-size: 18px;
    white-space: nowrap;
  }
  .btn-kakao {
    text-indent: 30px;
  }
  .btn-radius {
    border-radius: 6px;
  }
}

/* menu */
.div-menu {
  margin-top: 5px;
}

.div-menu--item {
  display: inline-block;
  position: relative;
}

.div-menu.right {
  text-align: right;
}

.div-menu.right .div-menu--item {
  margin-left: 40px;
}

.div-menu.right .div-menu--item:after {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background: #cccccc;
  position: absolute;
  left: -22px;
  top: 0;
}

.div-menu.right .div-menu--item:first-child:after {
  display: none;
}

.div-menu.sm {
  font-size: 1.5rem;
}

.div-menu.sm a {
  color: #727272;
}

@media only screen and (max-width: 580px) {
  .div-menu.sm {
    font-size: 1.7rem;
  }
}

.drop-down .tit {
  padding: 0 18px;
  border: 1px solid #727272;
  position: relative;
  transition: all 0.3s;
}

.drop-down .tit .arrow {
  width: 24px;
  height: 13px;
  background: url(../images/icon/arrow.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  right: 30px;
  top: 30px;
  transition: all 0.3s;
}

.drop-down .tit.btn {
  font-size: 2.7rem;
  width: 100%;
  height: 72px;
  line-height: 72px;
  text-align: left;
  padding: 0 30px;
  border-radius: 18px !important;
  margin-bottom: 20px;
  justify-content: left;
}

.drop-down .tit.btn.active {
  border-bottom: 1px solid transparent;
  border-radius: 18px 18px 0 0 !important;
  margin-bottom: 0;
}

.drop-down .tit.btn.active:before {
  content: '';
  display: block;
  width: 90%;
  height: 1px;
  background: #acacac;
  position: absolute;
  left: 5%;
  bottom: 0;
  opacity: 0.42;
}

.drop-down .tit.btn:after {
  content: '';
  display: block;
  width: 15px;
  height: 8px;
  background: url(../images/icon/arrow.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  right: 30px;
  top: 30px;
  transition: all 0.3s;
}

.drop-down .tit.active .arrow {
  transform: rotate(180deg);
}

.drop-down .tit.active.btn:after {
  transform: rotate(180deg);
}

.drop-down .tit.active + .con {
  max-height: 300px;
  border: 1px solid #727272;
  border-top: none;
  padding: 5px 18px;
  opacity: 1;
}

.drop-down .tit.active + .con.content-box {
  max-height: 1300px;
  padding: 60px 70px;
  overflow: visible;
  margin-bottom: 50px;
  border-radius: 0 0 18px 18px !important;
  box-shadow: none;
  border: 1px solid #727272;
  border-top: none;
}

.drop-down .con {
  max-height: 0;
  padding: 0 18px;
  overflow: hidden;
  transition: all 0.3s;
  border: 1px solid transparent;
  border-top: none;
  opacity: 0;
}

.drop-down .con.content-box {
  border: none;
  padding: 0 70px;
  margin-top: 0 !important;
}

@media only screen and (max-width: 580px) {
  .drop-down .tit {
    padding: 0 15px;
  }
  .drop-down .tit + .con.content-box {
    padding: 0 30px !important;
  }
  .drop-down .tit.active + .con.content-box {
    padding: 20px 30px !important;
  }
  .drop-down .tit.btn {
    font-size: 14px;
    height: 44px;
    line-height: 43px;
    padding: 0 20px;
    border-radius: 9px !important;
  }
  .drop-down .tit.btn.active {
    border-radius: 9px 9px 0 0 !important;
  }
  .drop-down .tit.btn:after {
    top: 16px;
    right: 20px;
  }
  .drop-down .tit .con {
    padding: 0 15px;
  }
  .drop-down .tit.active + .con {
    padding: 5px 15px;
  }
  .drop-down .tit.active + .con.content-box {
    border-radius: 0 0 9px 9px !important;
  }
  .drop-down .tit .arrow {
    width: 20px;
  }
}

/* header */
.header {
  position: fixed;
  width: 100%;
  background: #fff;
  left: 0;
  top: -100px;
  z-index: 10;
  transition: all 0.3s;
  border-bottom: 1px solid #b7b7b7;
}

.header.show {
  top: 0;
}

.header.show.transparent {
  background: transparent;
}

.header-wrap {
  max-width: 1194px;
  margin: 0 auto;
  height: 93px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 1234px) {
  .header-wrap {
    max-width: unset;
  }
}

.header-logo {
  width: 91px;
  height: 68px;
  display: inline-block;
}

.header-logo a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/logo.svg) no-repeat center;
  background-size: 86%;
}

.header-menu--item {
  font-size: 2rem;
  display: inline-block;
  margin-right: 55px;
  font-weight: 500;
  position: relative;
}

.header-menu--item.active:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #404040;
  position: absolute;
  left: 0;
  bottom: -36px;
}

.header-menu--item:last-child {
  margin-right: 0;
}

.header-menu--btn {
  width: 25px;
  border-top: 2px solid #999;
  border-bottom: 2px solid #999;
  padding: 0;
  position: absolute;
  left: 20px;
  top: 23px;
  padding: 8px 0;
  display: none;
}

.header-menu--btn:before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #999;
  position: absolute;
  left: 0;
  top: 7px;
}

.header-mobile {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  left: -100vw;
  transition: all 0.3s;
}

.header-mobile.active {
  z-index: 300;
  left: 0;
}

.header-mobile.active .dim {
  opacity: 1;
  left: 0;
}

.header-mobile .btn-close {
  width: 25px;
  height: 25px;
  background: url(../images/icon/close.svg) no-repeat center;
  background-size: 100%;
  position: absolute;
  right: calc(20% + 20px);
  top: 20px;
  z-index: 2;
}

.header-mobile .dim {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  background: rgba(98, 98, 98, 0.16);
  transition: opacity 0.3s;
  left: -100vw;
  opacity: 0;
}

.header-mobile .header-menu {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 80%;
  height: 100%;
  background: #fff;
  padding: 50px 20px;
}

.header-mobile .header-menu--item {
  display: block;
  margin: 20px;
}

.header-mobile .header-menu--item:last-child {
  margin-top: 30px;
  border-top: 1px solid #eee;
  padding-top: 30px;
}

@media only screen and (max-width: 1234px) {
  .header {
    padding: 0 20px;
  }
  .header .header-menu--item {
    margin-right: 30px;
    font-size: 2rem;
  }
  .header .header-menu--item:last-child {
    margin-right: 0;
  }
  .header .header-menu--item.active:after {
    bottom: -36px;
  }
}

@media (max-width: 990px) {
  .header .header-menu--item {
    margin-right: 25px;
    font-size: 1.8rem;
  }
  .header .header-menu--item .btn-primary {
    font-size: 1.8rem;
    padding: 0 15px;
  }
  .header .header-menu--item.active:after {
    bottom: -37px;
  }
}

@media (max-width: 840px) {
  .header {
    min-width: unset;
    border-bottom: none;
  }
  .header-right {
    display: none;
  }
  .header-mobile {
    display: block;
  }
  .header-wrap {
    height: 58px;
  }
  .header-logo {
    margin: 0 auto;
    width: 70px;
    height: 58px;
  }
  .header-menu--btn {
    display: block;
    top: 19px;
  }
}

/* content */
.content {
  padding-top: 0px;
  max-width: 1194px;
  min-height: calc(100vh - 827px);
  margin: 0px auto 180px;
}

.content.main {
  max-width: 100%;
  margin: 0;
}

.content.login {
  max-width: 508px;
  margin: 140px auto 180px;
}

.content.mypage, .content.join {
  max-width: 580px;
  padding-top: 90px;
  margin: 140px auto 180px;
}

.content.self {
  max-width: 540px;
}

.content.customer {
  max-width: 1194px;
}

.content.customer.sub {
  margin: 0 auto 150px;
}

.content.payment {
  max-width: 990px;
  width: 990px;
  margin: 0 auto 180px;
}

.content.payment .content-tit {
  font-size: 3.4rem;
  margin-bottom: 100px;
  padding: 0;
  position: relative;
}

.content.payment .content-tit:after {
  content: '';
  display: block;
  width: 70px;
  height: 2px;
  background: #e0e0e0;
  position: absolute;
  left: 0;
  bottom: -35px;
}

.content.payment .content-sub {
  font-size: 2.4rem;
  margin-bottom: 35px;
}

.content.user-info {
  width: 786px;
  margin: 100px auto 180px;
  left: 0;
}

@media (max-width: 1235px) {
  .content.user-info {
    width: 830px;
  }
}

@media (max-width: 800px) {
  .content.user-info {
    width: 100%;
  }
}

.content.user-info .content-tit {
  font-size: 2.8rem;
  padding: 0;
}

.content.user-info .content-tit .btn {
  padding: 0;
  font-size: 2rem;
  font-weight: 400;
}

.content.user-info .fitting-list {
  margin: 40px 0 55px;
}

.content.user-info .fitting-list--item {
  width: 246px;
  height: 190px;
  max-width: unset;
  max-height: unset;
}

@media (max-width: 800px) {
  .content.user-info .fitting-list--item {
    width: 32%;
  }
}

.content.user-info .fitting-list--item img {
  height: 54px;
  margin: 0 0 20px;
}

.content.user-info .fitting-list--item span {
  font-size: 1.8rem;
  font-weight: 400;
  display: block;
}

.content.user-info .fitting-list--item span:last-child {
  font-weight: 500;
  font-size: 2rem;
  margin-top: 5px;
}

.content.user-info .btn-wrap .btn-md {
  width: 320px;
  height: 60px;
  font-size: 2rem;
}

.content.user-info .btn-xsm.btn-line {
  height: 44px;
  font-size: 2rem;
  font-weight: 300;
  border-radius: 11px;
  padding: 0 10px;
}

.content.user-info .state-list {
  padding: 5px 50px;
}

.content.user-info .state-list--item .icon {
  margin-bottom: 15px;
}

.content.user-info .state-list--item .icon:after {
  content: '';
  display: block !important;
  width: 15px;
  height: 2px;
  background: #ffaf2f;
  position: absolute;
  right: -65px !important;
  top: 49px;
}

.content.user-info .state-list--item:last-child .icon:after {
  display: none !important;
}

.content.user-info .box-bottom {
  margin-bottom: -60px;
  width: calc(100% + 120px);
  left: -60px;
  font-size: 2rem;
}

.content.user-info .box-bottom .btn {
  font-size: 2rem;
  background-size: 10px;
  padding-right: 15px;
  margin-left: 20px;
}

.content.user-info .info-popup--wrap {
  display: inline-block;
}

.content.user-info .info-popup--wrap .info-popup--btn {
  background: none;
}

.content.user-info .center-box {
  height: 280px;
  font-size: 2rem;
  color: #767676;
}

.content.user-info .center-box img {
  width: 96px;
}

.content.user-info .sub-box {
  margin-bottom: 50px;
}

.content.user-info .sub-box .img-wrap {
  width: 25%;
}

.content.user-info .sub-box .img-wrap img {
  width: 83px;
}

.content.user-info .sub-box .img-wrap.type2 img {
  width: 114px;
}

.content.user-info .sub-box .right {
  width: 65%;
  line-height: 1.5;
}

.content.user-info .sub-box .right strong {
  font-size: 2.8rem;
}

.content.user-info .sub-box .right span {
  font-size: 2.3rem;
}

.content.bg-grey {
  position: relative;
}

.content.bg-grey.h-290:after {
  height: 370px;
}

.content.bg-grey:after {
  content: '';
  display: block;
  width: 100vw;
  height: 370px;
  background: #f2f2f2;
  position: absolute;
  left: calc(-50vw + 50%);
  top: -200px;
  z-index: -1;
}

.content-tit {
  font-size: 5rem;
  font-weight: 600;
  padding: 0 8px;
  margin-bottom: 20px;
  line-height: 1.2;
  position: relative;
  word-break: keep-all;
  position: relative;
}

.content-tit .btn.right:not(.btn-xsm) {
  position: absolute;
  right: 0;
  top: 5px;
  color: #afafaf;
  font-size: 1.8rem;
}

.content-tit .btn.right:not(.btn-xsm)::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: url(../images/icon/arrow.svg) no-repeat;
  background-size: 100%;
  transform: rotate(-90deg);
  margin-left: 5px;
  margin-top: -3px;
  opacity: 0.7;
}

.content-tit .btn.right:not(.btn-xsm).search:after {
  display: none;
}

.content-tit .btn.right:not(.btn-xsm).search:before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  background: url(../images/icon/search2.svg) no-repeat;
  background-size: 100%;
  margin-right: 5px;
  margin-top: -3px;
  opacity: 0.5;
}

@media only screen and (max-width: 580px) {
  .content-tit .btn.right:not(.btn-xsm) {
    font-size: 1.4rem;
  }
  .content-tit .btn.right:not(.btn-xsm).search:before {
    width: 10px;
    height: 12px;
  }
}

.content-tit .btn.right:not(.btn-xsm).no-arrow {
  height: auto;
  top: 4px;
  padding: 0;
}

.content-tit .btn.right:not(.btn-xsm).no-arrow:after {
  display: none;
}

.content-tit.sm {
  font-size: 2rem;
  margin-top: -20px;
  margin-bottom: 30px;
  padding: 0;
  position: relative;
}

.content-tit.sm.type2 {
  width: 990px;
  left: -205px;
  font-size: 2.8rem;
}

@media (max-width: 1000px) {
  .content-tit.sm.type2 {
    width: 100%;
    left: 0;
  }
}

.content-tit.sm .right {
  position: absolute;
  right: 0;
  top: -4px;
  font-size: 2.5rem;
  height: 43px;
  line-height: 1.5 !important;
}

@media only screen and (max-width: 580px) {
  .content-tit.sm .right {
    font-size: 1.8rem;
    height: 30px;
  }
}

.content-tit .btn.btn-plus {
  font-size: 2.8rem !important;
  padding: 0;
  padding-left: 20px;
  margin-top: -3px;
}

.content-tit .btn.btn-plus:after {
  background: url(../images/icon/plus.svg) no-repeat !important;
  width: 17px !important;
  height: 17px !important;
  background-size: 100% !important;
  left: -10px;
  position: absolute;
}

@media only screen and (max-width: 580px) {
  .content-tit .btn.btn-plus {
    font-size: 1.8rem !important;
    margin-top: -6px !important;
  }
  .content-tit .btn.btn-plus:after {
    width: 13px !important;
    height: 12px !important;
    left: -5px;
  }
}

.content-guide {
  font-size: 2rem;
  font-weight: 600;
  padding: 0 8px;
}

.content-box {
  padding: 60px;
  border-radius: 12px;
  font-size: 2rem;
}

.content-box .content-tit.sm {
  margin-top: 0;
}

.content-box.shadow {
  box-shadow: 5px 5px 15px rgba(173, 173, 173, 0.16);
}

.content-box.primary {
  background: #ffaf2f;
  color: #fff;
  padding: 56px 71px;
}

.content-box.line {
  border: 1px solid #262626;
}

.content-box .tit {
  font-size: 4.5rem;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.content-box .tit input.name {
  font-size: 5.2rem;
  color: #fff;
  border: none;
  border-bottom: 2px solid #fff;
  background: transparent;
  outline: none;
  padding-bottom: 5px;
  width: 350px;
}

.content-box .tit .name {
  max-width: 270px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: bottom;
  padding-top: 1px;
}

.content-box .tit .name.width2 {
  max-width: 390px;
}

.content-box .btn-white {
  background: rgba(255, 255, 255, 0.8);
}

.content .error {
  width: 540px;
  margin: 0 auto;
  text-align: center;
}

.content .error.w-600 {
  width: 600px;
}

.content .error.w-600 .error-img {
  width: 100%;
  margin: 0;
}

.content .error-img {
  width: calc(100% - 60px);
  margin: 0 30px 70px;
}

.content .error-text {
  font-size: 3.8rem;
  line-height: 1.4;
}

.content .error-text strong {
  font-weight: 500;
}

@media only screen and (max-width: 1234px) {
  .content {
    padding: 0 20px;
  }
  .content.mypage {
    padding: 0;
  }
}

@media (max-width: 840px) {
  .content-tit {
    font-size: 4rem;
    word-break: keep-all;
  }
  .content-box .tit {
    font-size: 4.2rem;
  }
  .content.customer.sub {
    margin: 0 auto 70px;
  }
  .content .error.w-600 {
    width: 100%;
  }
  .content .error.w-600 .error-img {
    width: 100%;
    margin: 0;
  }
  .content.bg-grey.h-290 .text-center img {
    width: 60%;
  }
}

@media only screen and (max-width: 580px) {
  .content {
    padding-top: 58px !important;
    min-height: calc(100vh - 227px);
    margin: 58px auto;
  }
  .content-tit {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .content.customer {
    min-height: unset;
    overflow-x: hidden;
  }
  .content .error {
    width: 90%;
  }
  .content .error.w-600 {
    width: 90%;
  }
  .content .error-img {
    margin-bottom: 30px;
  }
  .content .error-text {
    font-size: 2rem;
    word-break: keep-all;
  }
  .content.mypage {
    padding: 0 20px;
  }
  .content-box {
    padding: 25px 20px !important;
    border-radius: 20px !important;
  }
  .content-box.p-t--40 .tit &gt; span {
    width: 100%;
  }
  .content-box .tit {
    font-size: 23px;
    align-items: center;
  }
  .content-box .tit input.name {
    font-size: 23px;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
  }
  .content-box .tit .name {
    max-width: 80%;
  }
  .content-box .tit .name.width2 {
    max-width: 80%;
  }
  .content-box .tit .btn {
    margin-top: -2px;
    font-size: 14px;
    height: 27px;
    line-height: 26px;
    padding: 0 10px;
    white-space: nowrap;
  }
  .content-box.primary {
    padding: 40px 30px;
  }
  .content.bg-grey:after {
    display: none;
    top: -100px;
    height: 230px;
  }
  .content.bg-grey.h-290:after {
    height: 160px;
  }
  .content.bg-grey.h-290 .text-center img {
    width: 60%;
  }
}

@media (max-width: 840px) {
  .content.type2 {
    padding: 0 !important;
    margin: 58px 0;
  }
}

/* footer */
.footer {
  background: #f4f4f4;
  padding: 140px 0 80px;
  color: #383838;
  position: relative;
}

.footer-nav {
  font-size: 1.7rem;
  width: 1194px;
  margin: 25px auto 22px;
  position: relative;
}

.footer-nav--wrap {
  border-bottom: 1px solid #ccc;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.footer-nav--item {
  display: inline-block;
  margin-right: 50px;
  color: #383838;
}

.footer-nav--item.select {
  position: absolute;
  right: 0;
  top: -15px;
  width: 300px;
  background: #fff;
  border: 1px solid #ccc;
  margin-right: 0;
}

.footer-nav--item.select .tit {
  font-size: 1.7rem;
  padding: 10px 25px;
  width: 100%;
  text-align: left;
  position: relative;
  justify-content: left;
}

.footer-nav--item.select .tit:after {
  content: '';
  display: block;
  width: 14px;
  height: 8px;
  background: url(../images/icon/arrow_down.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  right: 25px;
  top: 15px;
  transition: transform 0.3s;
}

.footer-nav--item.select .tit.active:after {
  transform: rotate(-180deg);
}

.footer-nav--item.select .tit.active + .con {
  max-height: 200px;
  padding: 20px 0;
  border-top: 1px solid #ccc;
}

.footer-nav--item.select .con {
  margin: 0 25px;
  transition: height, padding 0.3s;
  overflow: hidden;
  max-height: 0;
  padding: 0;
}

.footer-nav--item.select .con a {
  width: 100%;
  display: block;
  font-size: 1.7rem;
  padding: 0 13px;
  margin-bottom: 20px;
}

.footer-nav--item.select .con a:last-child {
  margin-bottom: 0;
}

.footer-wrap {
  max-width: 1194px;
  margin: 0 auto;
  padding-left: 170px;
  position: relative;
}

.footer-logo {
  width: 91px;
  height: 68px;
  background: url(../images/logo.svg);
  background-repeat: no-repeat;
  background-size: 95%;
  background-position: center;
  position: absolute;
  left: 0;
  top: -15px;
  filter: brightness(0);
  opacity: 0.8;
}

.footer-sns {
  position: absolute;
  right: 0;
  bottom: 0;
}

.footer-sns .kakao {
  display: inline-block;
  width: 47px;
  height: 47px;
  background: url(../images/icon/kakao.svg) no-repeat center;
  background-size: 100%;
  margin-right: 24px;
}

.footer-sns .insta {
  display: inline-block;
  width: 47px;
  height: 47px;
  background: url(../images/icon/camera.svg) no-repeat center;
  background-size: 100%;
  margin-right: 24px;
}

.footer-sns .youtube {
  display: inline-block;
  width: 47px;
  height: 47px;
  background: url(../images/icon/youtube2.svg) no-repeat center;
  background-size: 100%;
}

.footer-menu {
  margin-bottom: 15px;
}

.footer-menu--item {
  display: inline-block;
  margin-right: 20px;
  position: relative;
  font-size: 1.8rem;
  font-weight: 500;
}

.footer-menu--item .btn {
  font-size: 1.8rem;
  font-weight: 400;
  cursor: default;
}

.footer-menu--item:after {
  content: '';
  display: block;
  width: 1px;
  height: 17px;
  background: #acacac;
  position: absolute;
  right: -12px;
  top: 1px;
}

.footer-menu--item:last-child:after {
  display: none;
}

.footer-info {
  margin-bottom: 28px;
  line-height: 1.6;
  font-size: 1.7rem;
}

.footer-info--item .sec {
  margin-right: 10px;
}

.footer-copy {
  font-size: 1.7rem;
  line-height: 1.4;
}

@media only screen and (max-width: 1234px) {
  .footer {
    padding: 10px 0;
  }
  .footer-wrap {
    padding: 50px 100px;
  }
  .footer-logo {
    display: none;
  }
  .footer-copy {
    color: #acacac;
  }
  .footer-menu {
    margin-bottom: 10px;
  }
  .footer-menu--item:first-child {
    font-size: 2rem;
    font-weight: 500;
  }
  .footer-menu--item:first-child::after {
    display: none;
  }
  .footer-menu--item:last-child {
    display: none;
  }
  .footer-sns {
    right: 100px;
    top: 45px;
  }
  .footer-sns .insta {
    width: 31px;
    height: 34px;
    margin-right: 15px;
  }
  .footer-sns .youtube {
    width: 47px;
    height: 34px;
  }
  .footer-nav {
    width: 100%;
  }
  .footer-nav--wrap {
    padding: 0 20px;
    position: relative;
    top: -10px;
    text-align: center;
  }
  .footer-nav--item {
    margin: 5px 25px;
  }
  .footer-nav--item.select {
    display: none;
  }
}

@media only screen and (max-width: 580px) {
  .footer-wrap {
    padding: 20px 50px;
  }
  .footer-menu {
    margin-bottom: 0;
    transition: all 0.3s;
  }
  .footer-menu.active {
    margin-bottom: 10px;
  }
  .footer-menu.active .btn:after {
    transform: rotate(-180deg);
  }
  .footer-menu--item:first-child {
    position: relative;
  }
  .footer-menu--item:first-child .btn {
    font-weight: 500;
    color: #383838;
    font-size: 14px;
    cursor: cursor;
  }
  .footer-menu--item:first-child .btn:after {
    content: '';
    display: block;
    width: 10px;
    height: 6px;
    background: url(../images/icon/arrow.svg) no-repeat center;
    background-size: 100%;
    position: absolute;
    right: -17px;
    top: 6px;
    transition: all 0.3s;
  }
  .footer-sns {
    right: 60px;
    top: 18px;
  }
  .footer-sns .insta {
    width: 20px;
    height: 25px;
    margin-right: 12px;
  }
  .footer-sns .youtube {
    width: 27px;
    height: 25px;
  }
  .footer-info {
    margin-bottom: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s;
  }
  .footer-info.active {
    max-height: 200px;
    margin-bottom: 13px;
  }
  .footer-info--item:nth-child(1) span:nth-child(2) {
    display: none;
  }
  .footer-info--item:nth-child(5) {
    display: none;
  }
  .footer-info--item span {
    display: block;
  }
  .footer-info--item .sec {
    font-size: 12px;
    color: #acacac;
  }
  .footer-nav {
    margin: 13px auto 11px;
  }
  .footer-nav--wrap {
    padding: 0;
  }
  .footer-nav--item {
    font-size: 12px;
    margin: 5px;
  }
  .footer-nav--item:nth-child(4) {
    display: none;
  }
  .footer-nav--item a {
    color: #727272;
  }
  .footer-copy {
    font-size: 12px;
    color: #acacac;
    max-height: 0;
    overflow: hidden;
  }
}

.popup {
  min-width: 746px;
  z-index: -1;
  height: auto;
  max-height: 90vh;
  position: fixed;
  left: 50%;
  top: 50%;
  opacity: 0;
  transition: all 0.3s;
}

.popup.active {
  opacity: 1;
  z-index: 100;
}

.popup.alert .popup-wrap {
  border-radius: 20px;
  padding: 35px 50px;
}

.popup.alert .popup-btn {
  display: flex;
  width: calc(100% + 100px);
  position: relative;
  left: -50px;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #ddd;
  margin-bottom: -35px;
  margin-top: 30px;
}

.popup.alert .popup-btn .btn {
  padding: 17px;
  width: 50%;
  font-size: 2rem;
}

.popup.alert .popup-btn .btn-left {
  color: #acacac;
  border-right: 1px solid #ddd;
}

.popup.alert .popup-btn .btn-right {
  color: #fda102;
}

.popup.alert.type2 {
  min-width: 450px;
  width: 450px;
}

.popup.alert.type2 .popup-wrap {
  border-radius: 12px;
}

.popup.alert.type2 .popup-wrap .tit {
  font-size: 2.2rem;
  margin-bottom: 40px;
  display: block;
}

.popup.alert.type2 .popup-wrap .con {
  font-size: 2rem;
  margin-bottom: 50px;
  line-height: 1.3;
  text-align: center;
}

.popup.alert.type2 .popup-wrap .btn-full {
  font-size: 2rem;
  height: 60px;
}

.popup.type2 {
  min-width: 650px;
  width: 650px;
  /* mobile type */
}

.popup.type2 .popup-wrap {
  padding: 50px 60px;
}

@media (max-width: 840px) {
  .popup.type2 {
    min-width: 100%;
    width: 100%;
    left: 0;
    top: unset;
    bottom: 0;
  }
  .popup.type2 .popup-wrap {
    transform: none;
    border-radius: 30px 30px 0 0;
    padding: 40px 24px;
  }
  .popup.type2 .popup-tit {
    font-size: 2.5rem;
    margin-top: 20px;
  }
  .popup.type2 .popup-tit img {
    width: 30px;
  }
  .popup.type2 .popup-sub {
    font-size: 1.5rem;
    margin-top: 12px;
  }
  .popup.type2 .btn-bottom {
    height: 52px;
    font-size: 1.5rem;
  }
  .popup.type2 .btn-bottom.btn-primary:disabled {
    background: #d0d0d0;
  }
  .popup.type2 .scroll {
    margin-top: 10px;
  }
  .popup.type2 .scroll::-webkit-scrollbar {
    display: none;
  }
}

.popup.full {
  width: 100vw;
  height: 100vh;
  max-height: unset;
  overflow-y: auto;
  left: 0;
  top: 0;
  background: #fff;
}

.popup.full .popup-wrap {
  padding: 0;
  transform: none;
}

.popup.full .popup-wrap .tit-wrap {
  margin-bottom: 0;
}

.popup.full .popup-wrap .section p.p-t--10:after {
  width: calc(100% + 50px);
  left: -25px;
}

.popup-dim {
  width: 100vw;
  height: 100vh;
  background: #070707;
  opacity: 0.6;
  position: fixed;
  left: 0;
  top: 0;
}

.popup-wrap {
  background: #fff;
  position: relative;
  z-index: 1;
  transform: translate(-50.3%, -50.5%);
  padding: 100px 0 70px;
  border-radius: 40px;
}

.popup-wrap .scroll {
  max-height: calc(100vh - 170px);
  overflow-y: auto;
  overflow-x: hidden;
  width: calc(100% + 15px);
  padding-right: 15px;
  margin-top: 30px;
}

.popup-wrap.input {
  padding: 81px 71px 49px;
}

.popup-wrap .close {
  position: absolute;
  right: 36px;
  top: 33px;
  width: 27px;
  height: 26px;
  background: url(../images/icon/close.svg) no-repeat;
}

.popup-wrap .btn-md {
  height: 65px;
  line-height: 65px;
}

.popup-tit {
  font-size: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup-sub {
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 1.3;
  margin-top: 20px;
}

.popup .btn-bottom {
  width: 100%;
  height: 85px;
  border-radius: 5px;
  font-size: 2.4rem;
}

.popup .btn-bottom.btn-primary:disabled {
  background: #e8e8e8;
  border: none;
  color: #fff;
}

@media (max-width: 620px) {
  .popup {
    min-width: calc(100% - 40px);
  }
  .popup-wrap {
    padding: 80px 0 60px;
  }
  .popup-wrap.input {
    padding: 60px 30px 40px;
  }
  .popup-wrap .close {
    right: 25px;
    top: 25px;
    width: 25px;
    background-size: 100%;
  }
  .popup-wrap .btn-md {
    height: 35px;
    line-height: 35px;
  }
}

.slick-dots button,
.slick-arrow,
.slick-slide {
  outline: none;
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .btn-xxsm {
      line-height: 31px;
    }
    .btn-xsm {
      line-height: 25px;
    }
    .btn-sm {
      line-height: 39px;
    }
    .btn-md {
      line-height: 50px;
    }
    .btn-lg {
      line-height: 66px;
    }
    .btn-xlg {
      line-height: 81px;
    }
    .input-select {
      line-height: 70px;
    }
    .footer-nav--item.select {
      top: -19px;
    }
    .input-text .btn.full {
      right: -1px;
    }
    .input-text .caution {
      padding: 6px 0 8px 23px;
    }
    .input-text input {
      line-height: 0;
    }
    .input-text .btn {
      line-height: 50px;
    }
    @media only screen and (max-width: 580px) {
      .btn-md {
        line-height: 40px;
      }
      .btn-lg {
        line-height: 33px;
      }
      .btn-xlg {
        line-height: 45px;
      }
      .input-text .btn {
        line-height: 29px;
      }
      .input-select {
        line-height: 38px;
      }
      .drop-down .tit {
        line-height: 40px !important;
      }
      .footer-menu--item:first-child .btn:after {
        top: 10px;
      }
      .coupon-regist .input-text .btn {
        right: -2px !important;
      }
    }
  }
}

.m-block {
  display: none !important;
}

@media only screen and (max-width: 580px) {
  .m-block {
    display: block !important;
  }
}

@media only screen and (max-width: 580px) {
  .m-none {
    display: none !important;
  }
}

.tablet-none + .p--20 {
  padding: 100px 0 0 !important;
}

.tablet-none.header, .tablet-none.footer {
  z-index: 10;
}

@media (max-width: 767px) {
  .tablet-none {
    display: none;
  }
  .tablet-none + .p--20 {
    padding: 20px !important;
  }
}

.popup-bottom-con.active {
  position: absolute;
}

@media only screen and (max-width: 580px) {
  .m-p--20 {
    padding: 20px !important;
  }
}

.right-popup {
  position: fixed;
  right: -100vw;
  width: 100vw;
  height: 100vh;
  overflow-y: auto;
  top: 0;
  transition: all 0.3s;
  background: #fff;
  z-index: 101;
}

.right-popup .info-popup--dim,
.right-popup .info-popup--con {
  visibility: hidden;
}

.right-popup .info-popup--btn.active ~ .info-popup--dim,
.right-popup .info-popup--btn.active ~ .info-popup--con {
  visibility: visible;
}

@media (min-width: 767px) {
  .right-popup {
    transition: none;
  }
  .right-popup--dim {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    visibility: hidden;
    background: rgba(98, 98, 98, 0.16);
  }
  .right-popup--dim.active {
    visibility: visible;
    z-index: 300;
  }
  .right-popup.active {
    width: auto;
    height: auto;
    overflow: hidden;
    position: fixed;
    right: 50% !important;
    top: 50%;
    transform: translate(50%, -50%);
    z-index: 301;
  }
  .right-popup.active .m-wrap {
    margin: -50px auto;
    width: 580px;
    overflow-x: hidden;
  }
  .right-popup.active .m-wrap.wd-420 {
    width: 375px;
  }
  .right-popup.active .m-wrap.wd-420 .tit {
    font-size: 1.9rem;
  }
  .right-popup.active .m-wrap.wd-420 .btn-close {
    width: 21px;
    height: 18px;
    top: 30px;
    display: block;
  }
  .right-popup.active .m-wrap.wd-420 .payment-method {
    margin: 30px 0;
    max-height: 400px;
    overflow-y: auto;
    padding: 0 30px;
    width: calc(100% + 60px);
    position: relative;
    left: -30px;
  }
  .right-popup.active .m-wrap.wd-420 .payment-method--item.add .btn,
  .right-popup.active .m-wrap.wd-420 .payment-method--item .info {
    font-size: 1.4rem;
  }
  .right-popup.active .m-wrap.wd-420 .payment-method--item img {
    width: 63px;
  }
  .right-popup.active .m-wrap.wd-420 .payment-method--item .info .delete {
    right: -15px;
  }
  .right-popup.active .m-wrap.wd-420 .card-list.rotate .card-list--item .img-wrap {
    width: 250px;
  }
  .right-popup.active .m-wrap.wd-420 .card-list.rotate .card-list--item {
    height: 400px;
    padding-top: 100px;
  }
  .right-popup.active .m-wrap.wd-420 .card-list.rotate
.slick-active
.card-list--item
.checkbox {
    transform: scale(0.8);
    margin-left: 3px;
  }
  .right-popup.active .m-wrap.wd-420 .btn-wrap.half {
    margin-bottom: 0;
  }
  .right-popup.active .m-wrap.wd-420 .btn-wrap.half .btn-half {
    font-size: 1.4rem;
    height: 40px;
  }
  .right-popup.active .m-wrap.wd-420 .input-text .label {
    font-size: 1.4rem;
  }
  .right-popup.active .m-wrap.wd-420 .input-text input {
    font-size: 1.3rem;
  }
  .right-popup.active .m-wrap.wd-420 .font-size--20 {
    font-size: 1.4rem !important;
  }
  .right-popup.active .m-wrap.wd-420 .btn-xlg {
    font-size: 1.5rem;
    height: 41px;
  }
  .right-popup.active .m-wrap.wd-420 .center-box {
    height: 300px;
  }
  .right-popup.active .m-wrap.wd-420 .center-box p {
    font-size: 1.4rem;
  }
  .right-popup.active .m-wrap.wd-420 .center-box .btn-primary.line {
    font-size: 1.5rem;
    height: 32px;
    min-width: unset;
  }
  .right-popup.active .m-wrap.wd-420 .center-box img {
    width: 84px;
  }
  .right-popup.active .m-wrap.wd-420 .input-text .caution {
    font-size: 1.3rem;
    background-size: 14px;
    padding: 6px 0 4px 18px;
  }
  .right-popup.active .dim {
    opacity: 1;
    visibility: visible;
  }
  .right-popup.active .m-none {
    width: 846px;
    max-width: 846px;
  }
  .right-popup.active .m-none .tit-wrap {
    justify-content: flex-start;
    border-bottom: 2px solid #343434;
    margin: 48px 50px 40px;
    width: calc(100% - 100px) !important;
    padding-bottom: 20px;
  }
  .right-popup.active .m-none .tit-wrap .tit {
    margin-top: 0;
  }
  .right-popup.active .m-none .tit-wrap .btn-close {
    top: 3px;
    right: 0;
    display: block;
  }
  .right-popup.active .m-none .content-tit.sm {
    font-size: 1.8rem;
  }
  .right-popup.active .m-none .coupon-regist {
    border-bottom: none;
  }
  .right-popup.active .m-none .coupon-regist .input-wrap {
    padding: 0 60px;
  }
  .right-popup.active .m-none .coupon-regist .input-wrap input {
    width: 522px;
    height: 50px;
    font-size: 1.4rem;
    border-radius: 15px;
    border: 1px solid #adadad;
  }
  .right-popup.active .m-none .coupon-regist .input-wrap .btn {
    font-size: 1.5rem;
    width: 86px;
    height: 50px;
    border-radius: 12px;
    padding: 0;
  }
  .right-popup.active .m-none .coupon-list-tab-menu {
    padding: 20px 20px 10px;
  }
  .right-popup.active .m-none .coupon-list-tab-menu .btn {
    font-size: 1.8rem;
    padding: 0;
    color: #c7c7c7;
  }
  .right-popup.active .m-none .coupon-list-tab-menu .btn.active {
    color: #000;
  }
  .right-popup.active .m-none .coupon-list-tab-menu .btn:nth-child(2) {
    margin-left: 16px;
    position: relative;
  }
  .right-popup.active .m-none .coupon-list-tab-menu .btn:nth-child(2):after {
    content: '';
    display: block;
    width: 1px;
    height: 12px;
    background: #c7c7c7;
    position: absolute;
    left: -10px;
    top: 2px;
  }
  .right-popup.active .m-none .coupon-list-pc {
    height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 10px 10px 10px 20px;
  }
  .right-popup.active .m-none .coupon-wrap-pc {
    border: 1px solid #d6d6d6;
    padding: 15px 35px;
    border-radius: 12px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    position: relative;
  }
  .right-popup.active .m-none .coupon-wrap-pc:last-child {
    margin-bottom: 0;
  }
  .right-popup.active .m-none .coupon-wrap-pc.used .info {
    width: 410px;
  }
  .right-popup.active .m-none .coupon-wrap-pc.used .img-wrap {
    filter: grayscale(1);
    opacity: 0.5;
  }
  .right-popup.active .m-none .coupon-wrap-pc.used .font-color--l-grey {
    font-size: 1.2rem;
    margin-top: 5px;
  }
  .right-popup.active .m-none .coupon-wrap-pc.check .info {
    width: 480px;
  }
  .right-popup.active .m-none .coupon-wrap-pc .state {
    font-size: 1.4rem;
    margin-left: 70px;
    font-weight: 600;
  }
  .right-popup.active .m-none .coupon-wrap-pc .img-wrap {
    width: 30px;
    margin-right: 32px;
  }
  .right-popup.active .m-none .coupon-wrap-pc .img-wrap img {
    width: 100%;
  }
  .right-popup.active .m-none .coupon-wrap-pc .img-wrap.grey {
    filter: grayscale(1);
    opacity: 0.5;
  }
  .right-popup.active .m-none .coupon-wrap-pc .info {
    display: flex;
    flex-direction: column;
    width: 530px;
  }
  .right-popup.active .m-none .coupon-wrap-pc .info .tit {
    font-size: 1.4rem;
    font-weight: 600;
  }
  .right-popup.active .m-none .coupon-wrap-pc .info .font-color--red {
    font-size: 1.2rem;
    color: #d91212;
    margin-top: 5px;
  }
  .right-popup.active .m-none .coupon-wrap-pc .info2 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    min-width: 84px;
  }
  .right-popup.active .m-none .coupon-wrap-pc .info2 .price {
    font-size: 1.7rem;
    font-weight: 600;
  }
  .right-popup.active .m-none .coupon-wrap-pc .info2 .date {
    font-size: 1.2rem;
    color: #7e7e7e;
    margin-top: 5px;
  }
  .right-popup.active .m-none .coupon-wrap-pc .checkbox {
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% + 2px);
  }
  .right-popup.active .m-none .coupon-wrap-pc .checkbox .label {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 66px;
    cursor: pointer;
  }
  .right-popup.active .m-none .coupon-wrap-pc .checkbox .label input + span {
    transform: scale(0.6);
    position: absolute;
    right: 20px;
    top: 15px;
  }
  .right-popup.active .m-none .coupon-wrap-pc .checkbox .label input {
    width: calc(100% - 3px);
  }
  .right-popup.active .m-none .coupon-wrap-pc .checkbox .label input:checked:after {
    content: '';
    display: block;
    width: 100%;
    height: 63px;
    left: -5px;
    top: -5px;
    position: absolute;
    border: 2px solid #fda102;
    border-radius: 12px;
    cursor: pointer;
  }
  .right-popup.active .m-none .coupon-wrap-pc .radio-disabled {
    width: 20px;
    height: 20px;
    background: url(../images/icon/radio_disabled.svg) no-repeat;
    position: absolute;
    right: 25px;
    top: 23px;
  }
  .right-popup.active .m-none .coupon-wrap.no-coupon {
    max-height: 270px;
  }
  .right-popup.active .m-none .btn.confirm {
    width: 150px;
    height: 44px;
    font-size: 1.5rem;
    margin-top: 23px;
  }
  .right-popup .dim {
    width: 100vw;
    height: 100%;
    background: #acacac;
    position: fixed;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    z-index: -1;
    display: none;
  }
  .right-popup .content {
    margin: 80px auto !important;
    padding: 0 30px !important;
    max-width: unset;
    max-height: 70vh;
    overflow-y: auto;
  }
  .right-popup .tit-wrap {
    position: relative;
    top: 50px;
    width: 100% !important;
    transform: translateX(0) !important;
    left: 0;
    border: none;
    margin: 0;
    justify-content: center;
  }
  .right-popup .tit-wrap:after {
    display: none;
  }
  .right-popup .tit-wrap .tit {
    margin-top: 30px;
    font-size: 2.8rem;
  }
  .right-popup .tit-wrap .btn-close {
    left: unset;
    top: 28px;
    right: 27px;
    width: 27px;
    height: 27px;
    opacity: 0.7;
    display: block;
  }
}

.right-popup.z-index {
  z-index: 302;
}

.right-popup.active {
  right: 0;
}

.right-popup .content {
  margin: 0 auto 50px;
  background: #fff;
}

.right-popup .content-tit {
  padding: 0;
}

.tit {
  font-size: 2rem;
}

.tit-wrap {
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: sticky;
  left: -20px;
  top: 0;
  z-index: 9;
  margin-bottom: 50px;
}

@media (min-width: 840px) {
  .tit-wrap {
    position: relative;
    left: unset;
    border: none;
    width: 990px;
    margin: 150px auto 0;
    justify-content: flex-start;
  }
}

@media (min-width: 840px) {
  .tit-wrap {
    position: relative;
    left: unset;
    border: none;
    width: 990px;
    margin: 150px auto 100px;
    padding: 0 20px;
    justify-content: flex-start;
  }
  .tit-wrap:after {
    content: '';
    display: block;
    width: 70px;
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    left: 20px;
    bottom: -35px;
  }
  .tit-wrap .tit {
    font-size: 3.4rem;
  }
  .tit-wrap .btn {
    display: none;
  }
}

@media (min-width: 1234px) {
  .tit-wrap {
    padding: 0;
    margin: 150px auto 0;
  }
  .tit-wrap:after {
    left: 0;
  }
}

.tit-wrap .btn-close {
  position: absolute;
  left: 20px;
  top: 18px;
  width: 21px;
  height: 21px;
  background: url(../images/icon/close.svg) no-repeat;
  background-size: 100%;
  filter: brightness(0);
}

.tit-wrap .btn-back {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 20px;
  height: 13px;
  background: url(../images/icon/arrow.svg) no-repeat;
  background-size: 100%;
  transform: rotate(90deg);
}

.tit-wrap + .content {
  padding-top: 0 !important;
}

.m-wrap {
  max-width: 580px;
  margin: 0 auto;
}

.m-wrap.content {
  margin: 100px auto;
}

@media only screen and (max-width: 580px) {
  .m-wrap.content {
    margin: 50px auto;
  }
}

.m-wrap .content-tit {
  margin-top: 50px !important;
  font-size: 3.6rem;
}

@media (max-width: 840px) {
  .m-wrap .content-tit {
    font-size: 2.5rem;
  }
}

@media only screen and (max-width: 580px) {
  .m-wrap .content-tit {
    margin-top: 30px !important;
    font-size: 2.5rem;
  }
}

.m-wrap .content-box .content-tit {
  margin-top: 0 !important;
}

.m-wrap .content-box .content-tit .btn-fold {
  position: absolute;
  top: calc(50% - 11px);
  right: 0px;
  width: 32px;
  height: 17px;
  opacity: 0.7;
  background: url(../images/icon/arrow.svg) no-repeat;
  background-size: 100%;
}

.m-wrap .content-box .content-tit .btn-fold.active {
  transform: rotate(180deg);
}

@media only screen and (max-width: 580px) {
  .m-wrap .content-box .content-tit .btn-fold {
    width: 24px;
    height: 15px;
    top: 6px;
  }
}

.m-wrap .input-text input {
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
  font-size: 2.6rem;
  border-radius: 6px;
}

@media (max-width: 840px) {
  .m-wrap .input-text input {
    font-size: 2.2rem;
  }
}

@media only screen and (max-width: 580px) {
  .m-wrap .input-text input {
    font-size: 1.5rem;
  }
}

.m-wrap .input-text.type3 input,
.m-wrap .input-text.type3 .input-select,
.m-wrap .input-text.type4 input,
.m-wrap .input-text.type4 .input-select {
  height: 45px;
  line-height: 45px;
  font-size: 1.7rem;
  border-radius: 6px;
  padding: 0 15px;
}

@media only screen and (max-width: 580px) {
  .m-wrap .input-text.type3 input,
  .m-wrap .input-text.type3 .input-select,
  .m-wrap .input-text.type4 input,
  .m-wrap .input-text.type4 .input-select {
    height: 40px;
    line-height: 40px;
    font-size: 1.5rem;
  }
}

.m-wrap .input-text.type3 .btn {
  font-size: 1.6rem !important;
  border-radius: 6px;
  padding: 0 18px;
  height: 45px;
}

@media only screen and (max-width: 580px) {
  .m-wrap .input-text.type3 .btn {
    height: 40px;
    font-size: 1.4rem !important;
  }
}

.m-wrap .btn-xsm {
  font-size: 1.6rem;
}

.m-wrap .input-text.type2 .label,
.m-wrap .input-text.type5 .label {
  font-size: 2.5rem;
}

@media only screen and (max-width: 580px) {
  .m-wrap .input-text.type2 .label,
  .m-wrap .input-text.type5 .label {
    font-size: 2rem;
  }
}

.m-wrap .input-text.type5 .btn {
  font-size: 2rem !important;
  padding: 0 20px;
}

@media only screen and (max-width: 580px) {
  .m-wrap .input-text.type5 .btn {
    font-size: 1.8rem !important;
  }
}

.m-wrap .input-text.type5 input,
.m-wrap .input-text.type5 .input-select {
  width: calc(100% - 130px);
  border-bottom: 1px solid #acacac;
  font-size: 2.6rem !important;
  padding: 0 5px !important;
  height: 60px !important;
  line-height: 40px !important;
}

@media only screen and (max-width: 580px) {
  .m-wrap .input-text.type5 input,
  .m-wrap .input-text.type5 .input-select {
    font-size: 2rem !important;
    height: 40px !important;
    width: calc(100% - 120px);
  }
}

.m-wrap .card-list.type3 {
  max-height: 250px;
}

.m-wrap .checkbox .text {
  font-size: 1.6rem;
  padding-left: 3px;
}

.m-wrap .option-list--item img {
  width: auto;
  height: 100%;
}

@media only screen and (max-width: 580px) {
  .m-wrap .option-list--item img {
    width: 100%;
    height: auto;
  }
}

.m-wrap .btn-md {
  font-size: 2.8rem;
}

@media only screen and (max-width: 580px) {
  .m-wrap .btn-md {
    font-size: 2rem;
  }
}

.m-wrap .font-size--27 {
  font-size: 1.6rem !important;
}

.m-wrap .btn-xlg {
  height: 50px;
  line-height: 53px;
  font-size: 18px;
  border-radius: 10px !important;
}

.m-wrap .card-list.rotate {
  padding: 0;
  width: calc(100% + 40px);
  position: relative;
  left: -20px;
  margin-bottom: 30px;
}

.m-wrap .card-list.rotate .card-list--item {
  height: 105vw;
  padding-top: 25vw;
  max-height: 500px;
}

.m-wrap .card-list.rotate .card-list--item .checkbox {
  position: absolute;
  left: calc(50% - 20px);
  top: -20px;
}

.m-wrap .card-list.rotate .card-list--item .img-wrap {
  width: 100%;
  border: 1px solid #ccc;
  transform: rotate(90deg) scale(0.8);
  border-radius: 0;
}

@media only screen and (max-width: 580px) {
  .m-wrap .card-list.rotate .card-list--item .img-wrap {
    width: 140%;
    position: relative;
    left: -20%;
  }
}

.m-wrap .card-list.rotate .slick-slide {
  margin: 0 -70px;
}

@media only screen and (max-width: 580px) {
  .m-wrap .card-list.rotate .slick-slide {
    margin: 0;
  }
}

.m-wrap .card-list.rotate .slick-dots {
  margin-top: 5px;
}

@media only screen and (max-width: 580px) {
  .m-wrap .card-list.rotate .slick-dots li button {
    width: 13px;
    height: 13px;
    margin: 0 2px;
  }
}

.m-wrap .card-list.rotate .slick-active .card-list--item {
  margin: 0;
}

.m-wrap .card-list.rotate .slick-active .card-list--item .img-wrap {
  transform: rotate(90deg) scale(1);
}

.m-wrap .card-list--item .img-wrap img {
  width: 100%;
}

.m-wrap .btn-round {
  border-radius: 50px !important;
}

.m-wrap .input-half .input-select {
  height: 40px;
  line-height: 40px;
  font-size: 1.6rem;
  margin-top: 20px;
}

.m-wrap .radius--40 {
  border-radius: 10px !important;
}

.m-wrap .content-box {
  padding: 25px 20px;
}

.m-wrap .font-size--23 {
  font-size: 1.8rem !important;
}

@media only screen and (max-width: 580px) {
  .m-wrap .font-size--23 {
    font-size: 14px !important;
  }
  .m-wrap .font-size--23.m-t--10 {
    margin-top: 5px !important;
  }
}

.m-wrap .tit-wrap {
  width: calc(100% + 40px);
  transform: translateX(-20px);
}

@media only screen and (max-width: 580px) {
  .m-wrap .tit-wrap {
    width: 100%;
    transform: unset;
  }
}

.m-wrap .input-select--wrap:not(.type2) .input-select {
  height: 54px;
  line-height: 54px;
  margin-top: 0 !important;
  font-size: 2.8rem;
}

@media only screen and (max-width: 580px) {
  .m-wrap .input-select--wrap:not(.type2) .input-select {
    height: 35px;
    line-height: 35px;
    margin-top: 10px !important;
    font-size: 1.8rem;
  }
}

.m-wrap .input-text.type2 input {
  border-radius: 0;
  padding: 0 5px;
  height: 60px;
  line-height: 40px;
}

@media only screen and (max-width: 580px) {
  .m-wrap .input-text.type2 input {
    height: 40px;
    font-size: 1.8rem;
  }
}

@media (min-width: 767px) {
  .m-wrap .self-input {
    padding: 60px 27px 40px;
  }
  .m-wrap .info-popup--con.w-580 {
    width: 100%;
    left: 10px;
  }
  .m-wrap .box-bottom {
    margin-bottom: -40px;
  }
  .m-wrap .box-bottom .btn {
    font-size: 1.8rem;
    background-position: 100% center;
    line-height: 1.4 !important;
  }
  .m-wrap .input-half .input-select {
    margin-top: 10px;
  }
  .m-wrap .btn-wrap.half {
    margin-bottom: 30px;
    margin-top: -30px;
  }
  .m-wrap .btn-xlg,
  .m-wrap .info-popup--btn.btn-full.btn-lg {
    height: 62px;
    font-size: 2.5rem;
  }
  .m-wrap .input-text.type3 input.w-80 {
    width: calc(100% - 108px);
  }
  .m-wrap .input-text.type3 .btn.p--0 {
    width: 102px;
  }
  .m-wrap .img-slide .slick-arrow {
    display: none !important;
  }
  .m-wrap .color-list.type2 {
    width: 470px;
    margin: 20px auto -20px;
  }
  .m-wrap .content-box {
    padding: 40px;
  }
  .m-wrap .card-list.type3 {
    width: calc(100% + 80px);
    left: -40px;
  }
  .m-wrap .checkbox .text {
    font-size: 1.8rem;
    font-weight: 400;
    color: #202020 !important;
    margin-top: 2px;
  }
  .m-wrap .input-text.type2 .label {
    margin-top: 20px;
  }
  .m-wrap .card-list .slick-dots li button,
  .m-wrap .user-info .slick-dots li button {
    width: 18px;
    height: 18px;
  }
  .m-wrap .coupon-wrap.type3 {
    height: 140px;
    margin-bottom: 10px;
  }
  .m-wrap .content-tit.m-t--0 {
    margin-top: 0 !important;
  }
  .m-wrap .card-list.rotate {
    width: calc(100% + 60px);
    margin: 0 auto;
    left: -30px;
  }
  .m-wrap .card-list.rotate .slick-dots {
    position: absolute;
    left: 0;
    bottom: 60px;
    text-align: center;
    width: 100%;
  }
  .m-wrap .card-list.rotate .card-list--item {
    padding-top: 130px;
    height: 550px;
  }
  .m-wrap .card-list.rotate .card-list--item .img-wrap {
    width: 389px;
  }
  .m-wrap .card-list.rotate .card-list--item .checkbox {
    left: calc(50% - 35px);
    display: none;
  }
  .m-wrap .card-list.rotate
.slick-active
.card-list--item
.checkbox {
    display: block;
  }
  .m-wrap .popup-tab-menu {
    top: -30px;
    width: calc(100% + 60px);
    left: -30px;
    margin-bottom: -30px;
    margin-top: 25px;
  }
  .m-wrap .self-guide .slick-dots,
  .m-wrap .self-guide .slick-next,
  .m-wrap .self-guide .slick-prev {
    top: 440px;
  }
  .m-wrap .self-input--item .require {
    width: 100px;
    margin-left: 0;
  }
  .m-wrap .self-input--item:nth-child(even) .require {
    margin-left: 20px;
  }
  .m-wrap .self-input--item input {
    width: 100px;
  }
  .m-wrap .photo-add--wrap .img-wrap {
    margin-left: 100px;
  }
  .m-wrap .photo-add--wrap .label {
    margin-left: 0;
    white-space: nowrap;
  }
  .m-wrap .photo-add--wrap .add {
    white-space: nowrap;
    width: auto;
  }
}

.m-wrap .font-size--22 {
  font-size: 2rem;
}

@media only screen and (max-width: 580px) {
  .m-wrap .font-size--22 {
    font-size: 1.6rem !important;
  }
}

.m-wrap .font-size--20 {
  font-size: 1.8rem !important;
}

@media only screen and (max-width: 580px) {
  .m-wrap .font-size--20 {
    font-size: 1.4rem !important;
  }
}

.m-wrap .input-text .btn {
  height: 60px;
  border-radius: 8px;
  font-size: 2.6rem;
  line-height: 1.5 !important;
}

@media (max-width: 840px) {
  .m-wrap .input-text .btn {
    font-size: 2.2rem;
  }
}

@media only screen and (max-width: 580px) {
  .m-wrap .input-text .btn {
    height: 32px;
    font-size: 1.6rem;
  }
}

.m-wrap .img-slide--item img {
  height: auto;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 580px) {
  .m-wrap .img-slide--item img {
    width: 100%;
  }
}

.m-wrap .user-info--item .right {
  font-size: 2.8rem;
}

@media only screen and (max-width: 580px) {
  .m-wrap .user-info--item .right {
    font-size: 2rem;
  }
}

.m-wrap .user-info.type3 .user-info--item {
  padding: 0 50px;
  flex-direction: column;
}

.m-wrap .user-info--item img {
  margin-bottom: 20px;
}

@media only screen and (max-width: 580px) {
  .m-wrap .user-info--item img {
    margin-bottom: 0;
  }
}

.m-wrap .user-info .slick-arrow.slick-next {
  right: 10px;
  bottom: calc(50% - 13px);
  left: unset;
  width: 26px;
  height: 26px;
}

.m-wrap .user-info .slick-arrow.slick-prev {
  left: 10px;
  bottom: calc(50% - 13px);
  width: 26px;
  height: 26px;
}

.explanation {
  margin-top: 30px;
}

.explanation strong {
  color: #646464;
  font-weight: 500;
  font-size: 2.6rem;
  vertical-align: middle;
}

.explanation .btn {
  font-size: 1.8rem;
  padding: 0;
  width: 26px;
  height: 26px;
  border: 1px solid #ccc;
  border-radius: 30px;
  color: #ccc;
  padding: 0;
  font-weight: 300;
  margin-left: 10px;
  vertical-align: middle;
}

.explanation p {
  margin-top: 20px;
  font-size: 2.4rem;
  color: #646464;
  line-height: 1.3;
  word-break: keep-all;
}

.explanation .mark {
  width: 20px;
  height: 20px;
  display: inline-flex;
  border: 1px solid #ccc;
  border-radius: 30px;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: #ccc;
  vertical-align: middle;
  margin: -4px 5px 0 0;
}

@media only screen and (max-width: 580px) {
  .explanation {
    margin-top: 20px;
  }
  .explanation strong {
    font-size: 2rem;
  }
  .explanation .btn {
    width: 20px;
    height: 20px;
    font-size: 1.6rem;
    font-weight: 600;
  }
  .explanation p {
    font-size: 1.8rem;
    margin-top: 10px;
  }
}

.dash-line {
  width: calc(100% + 40px);
  position: relative;
  left: -20px;
  border-bottom: 1px dashed #e5e5e5;
  margin: 40px 0;
}

.wh-color--1 {
  /* 민트가 바람이라면 */
  background: #bfe5d5;
}

.wh-color--2 {
  /* 니모가 살던 바다 */
  background: #afd5df;
}

.wh-color--3 {
  /* 소다별사탕 */
  background: #b9dddd;
}

.wh-color--4 {
  /* 구름빵하늘둥둥 */
  background: #d5e4e8;
}

.wh-color--5 {
  /* 슈렉&amp;피오나 */
  background: #c0c874;
}

.wh-color--6 {
  /* 박하맛마요네즈 */
  background: #bfe5d9;
}

.wh-color--7 {
  /* 우유먹고메론한입 */
  background: #dbe7be;
}

.wh-color--8 {
  /* 딸기마을수영장 */
  background: #edd3d6;
}

.wh-color--9 {
  /* 베이비와사비 */
  background: #cee676;
}

.wh-color--10 {
  /* 구름위로라일락 */
  background: #c5c3da;
}

.wh-color--11 {
  /* 하이그로시 화이트 */
  background: #fff;
  border: 1px solid #e6e6e6;
}

.wh-color--12 {
  /* 하이그로시 블랙 */
  background: #000;
}

.v-mobile {
  display: none;
}

@media (max-width: 840px) {
  .v-pc {
    display: none;
  }
  .v-mobile {
    display: block;
  }
  .v-mobile .section {
    border-top: 6px solid #f5f6f8;
  }
}
</pre></body></html>