input,
select {
  appearance: none;
  -webkit-appearance: none;
}

.sprow {
  width: 90vw;
  max-width: 330px;
  margin: 0 auto;
}

.error_border {
  border: 2px solid #D65764 !important;
}

.regist_prof input {
  font-size: 14px;
}
.regist_prof .input_wrap {
  margin-bottom: 30px;
}
.regist_prof .input_wrap .input_title {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
}
.regist_prof .input_wrap input[type=text] {
  width: 100%;
  padding: 0 15px;
  height: 50px;
  border: none;
  background: #F0F0F0 0% 0% no-repeat padding-box;
  border-radius: 10px;
}
.regist_prof .input_wrap input[type=text]:focus {
  outline: none;
  border: #9690D7 solid 2px;
  border-radius: 10px;
}
.regist_prof .input_wrap span {
  display: block;
  font-size: 11px;
  color: #727272;
  margin-top: 8px;
  white-space: pre-line;
}
.regist_prof .input_wrap .input_grid_wrap {
  display: grid;
  grid-template-columns: 100px 100px 100px;
  column-gap: 15px;
}
.regist_prof .input_wrap .arrow_pos select {
  width: 100%;
}
.regist_prof .input_wrap .arrow_pos .arrow {
  position: relative;
}
.regist_prof .input_wrap .arrow_pos .arrow::after {
  content: "";
  display: block;
  position: absolute;
  background-size: cover;
  background-image: url(../images/g_down.svg);
  top: 50%;
  right: 10px;
  width: 10px;
  height: 6px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.regist_prof .input_wrap option {
  font-size: 14px;
}
.regist_prof .input_wrap select,
.regist_prof .input_wrap .radio_box {
  height: 50px;
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  padding: 0 0px 0 15px;
}
.regist_prof .input_wrap select input,
.regist_prof .input_wrap .radio_box input {
  display: none;
}
.regist_prof .input_wrap select:focus,
.regist_prof .input_wrap .radio_box:focus {
  outline: none;
  border: #9690D7 solid 2px;
  border-radius: 10px;
}
.regist_prof .input_wrap .radio_box {
  display: flex;
  align-items: center;
  padding: 0 0 0 40px;
  position: relative;
  cursor: pointer;
}
.regist_prof .input_wrap .radio_box .radio_btn {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  content: "";
  width: 20px;
  height: 20px;
  background: #F0F0F0 0% 0% no-repeat padding-box;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.regist_prof .input_wrap .radio_box .radio_btn::after {
  content: "";
  opacity: 0;
  transform: scale(0);
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background: #9690D7;
  transition: all 0.2s ease-in-out;
}
.regist_prof .input_wrap .radio_box input:checked + .radio_btn::after {
  opacity: 1;
  transform: scale(1);
}
.regist_prof .input_wrap select[name=area] {
  width: 100%;
}
.regist_prof .input_wrap select[name=area]:focus {
  outline: none;
  border: #9690D7 solid 2px;
  border-radius: 10px;
}
.regist_prof .bottom_text {
  font-weight: normal;
  font-size: 13px;
  text-align: center;
  white-space: pre-line;
}
.regist_prof .bottom_text a {
  font-weight: bold;
  color: #9690D7;
  text-decoration: underline;
}
.regist_prof input[type=submit] {
  padding: 18px 74px;
  font-size: 14px;
  color: white;
  background: #E6E6E6;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  margin: 43px auto;
  width: fit-content;
  display: block;
  font-weight: bold;
}
.regist_prof input[type=submit]:focus {
  outline: none;
}
.regist_prof .prof_img_wrap {
  width: 130px;
  height: 130px;
  background: #EBEBEB 0% 0% no-repeat padding-box;
  border-radius: 65px;
  margin: 0 auto 40px;
  position: relative;
}
.regist_prof .prof_img_wrap .prof_img {
  width: 130px;
  height: 130px;
  background: #EBEBEB 0% 0% no-repeat padding-box;
  border-radius: 65px;
  object-fit: cover;
  object-position: center;
}
.regist_prof .prof_img_wrap label {
  width: 31px;
  height: 31px;
  background: #9690D7 0% 0% no-repeat padding-box;
  border-radius: 15.5px;
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.regist_prof .prof_img_wrap label::after {
  content: "";
  display: block;
  width: 31px;
  height: 31px;
  background: #9690D7 0% 0% no-repeat padding-box;
  border-radius: 15.5px;
  cursor: pointer;
  padding: 15px;
}
.regist_prof .prof_img_wrap label input {
  display: none;
}
.regist_prof .prof_img_wrap label img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.regist_prof .red_small {
  font-size: 11px;
  color: red;
  margin-top: 8px;
}
.regist_prof .submit_active {
  background: #9690D7 !important;
}
.regist_prof .popbg {
  width: 100vw;
  height: 130vh;
  position: fixed;
  top: 0;
  background: #2C2C2C 0% 0% no-repeat padding-box;
  opacity: 0.3;
  z-index: 2000;
  display: none;
}
.regist_prof .pop_content {
  width: 339px;
  padding: 40px 30px;
  border-radius: 5px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background: white;
  z-index: 3000;
  display: none;
}
.regist_prof .pop_content .close {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.regist_prof .pop_content .close::before {
  content: "";
  display: block;
  width: 15px;
  height: 3px;
  background: black;
  transform-origin: 50% 50% 0;
  transform: rotate(45deg);
  position: absolute;
  bottom: 50%;
}
.regist_prof .pop_content .close::after {
  content: "";
  display: block;
  width: 15px;
  height: 3px;
  background: black;
  transform-origin: 50% 50% 0;
  transform: rotate(-45deg);
  position: absolute;
  bottom: 50%;
}
.regist_prof .pop_content .title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.regist_prof .pop_content .sub_title {
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 10px;
}
.regist_prof .pop_content .chart_wrap {
  margin-bottom: 15px;
  display: grid;
  grid-template-columns: 33.333% 33.333% 33.333%;
  border: 1px solid #9B9B9B;
  border-radius: 5px;
  overflow: hidden;
}
.regist_prof .pop_content .chart_wrap p {
  font-size: 12px;
  text-align: center;
  line-height: 12px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #9B9B9B;
  white-space: pre-line;
}
.regist_prof .pop_content .chart_wrap p:nth-child(3), .regist_prof .pop_content .chart_wrap p:nth-child(6) {
  border-right: none;
}
.regist_prof .pop_content .chart_wrap p.head {
  padding: 8px;
  height: 28px;
  background: #F5F5F5 0% 0% no-repeat padding-box;
  border-bottom: 1px solid #9B9B9B;
}
.regist_prof .pop_content .gray_info {
  white-space: pre-line;
  font-size: 11px;
  color: #9B9B9B;
  text-align: center;
  margin-top: 20px;
}
.regist_prof .pop_content .submit {
  width: 175px;
  height: 50px;
  background: #9690D7 0% 0% no-repeat padding-box;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 25px auto 30px;
}
.regist_prof .pop_content .cancel {
  color: #9690D7;
  font-size: 14px;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  display: block;
  cursor: pointer;
}
.regist_prof .pop_content .older_info {
  font-size: 14px;
  white-space: pre-line;
  text-align: center;
}
.regist_prof .pop_content .check_wrap {
  display: block;
  margin: 0 auto;
  width: fit-content;
}
.regist_prof .pop_content .check_wrap label {
  display: flex;
  align-items: center;
  margin-top: 29px;
  cursor: pointer;
}
.regist_prof .pop_content .check_wrap .check_style {
  width: 18px;
  height: 18px;
  background: #E2E2E2;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.regist_prof .pop_content .check_wrap .check_style img {
  width: 13px;
  height: 10px;
  object-fit: cover;
}
.regist_prof .pop_content .check_wrap #agree {
  display: none;
}
.regist_prof .pop_content .check_wrap #agree:checked + .check_style {
  background: #9690D7;
}
.regist_prof .pop_content .check_wrap p {
  font-size: 12px;
  padding-left: 10px;
  width: fit-content;
}
.regist_prof .pop_content#confirm_step2 .submit {
  background: #E2E2E2 !important;
}
.regist_prof .pop_content#confirm_step2 .submit_active {
  background: #9690D7 !important;
}

.mypage_top .btn {
  width: 175px;
  height: 50px;
  background: #9690D7 0% 0% no-repeat padding-box;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 14px;
  outline: none;
  border: none;
  margin: 40px auto 0;
}
.mypage_top .btn:focus {
  outline: none;
}
.mypage_top .img_wrap {
  width: 110px;
  height: 110px;
  margin: 0 auto;
  position: relative;
}
.mypage_top .img_wrap img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #EBEBEB;
}
.mypage_top .img_wrap .lv {
  width: 42px;
  height: 18px;
  font-size: 12px;
  color: white;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #8BC2EE;
  border-radius: 10px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: -9px;
}
.mypage_top .username_wrap {
  display: flex;
  align-items: center;
  width: fit-content;
  margin: 19px auto 10px;
}
.mypage_top .username_wrap .user_name {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.84px;
  line-height: 14px;
}
.mypage_top .username_wrap .gender {
  width: 13px;
  height: 13px;
  background: #262628 0% 0% no-repeat padding-box;
  border-radius: 3px;
  margin-left: 6px;
}
.mypage_top .user_id {
  font-size: 12px;
  letter-spacing: 0.72px;
  color: #727272;
  text-align: center;
}
.mypage_top .menu_wrap {
  margin: 30px auto 0;
}
.mypage_top .menu_wrap a {
  height: 54px;
  display: flex;
  align-items: center;
  border-top: 1px solid #EFEFEF;
  position: relative;
}
.mypage_top .menu_wrap a:nth-last-child(1) {
  border-bottom: 1px solid #EFEFEF;
}
.mypage_top .menu_wrap a img {
  width: 26px;
  height: 26px;
  margin-right: 12px;
}
.mypage_top .menu_wrap a::after {
  content: "";
  width: 6px;
  height: 11px;
  position: absolute;
  background-image: url(../images/Icon_awesome-chevron-right.svg);
  background-size: cover;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.mypage_top .logout {
  font-size: 12px;
  letter-spacing: 0.72px;
  color: #727272;
  width: 88px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F0F0F0 0% 0% no-repeat padding-box;
  border-radius: 18px;
  margin: 30px auto 0;
}

.medal_shop h2 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 23px;
}
.medal_shop .sub_title {
  width: fit-content;
  display: flex;
  align-items: center;
  margin-left: auto;
}
.medal_shop .sub_title img {
  width: 18px;
  height: 18px;
}
.medal_shop .sub_title p {
  font-size: 14px;
  font-weight: bold;
  margin-left: 5px;
}
.medal_shop .sub_title p span {
  font-size: 20px;
  margin-left: 15px;
}
.medal_shop .coin_select_wrap {
  width: 100%;
  margin: 30px auto 26px;
}
.medal_shop .coin_select_wrap .coin_select {
  border-top: solid 1px #EFEFEF;
  display: flex;
  align-items: center;
  height: 54px;
}
.medal_shop .coin_select_wrap .coin_select .left {
  display: flex;
  align-items: center;
}
.medal_shop .coin_select_wrap .coin_select .left img {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
.medal_shop .coin_select_wrap .coin_select .left .medal {
  font-size: 16px;
  font-weight: bold;
}
.medal_shop .coin_select_wrap .coin_select .price {
  width: 74px;
  height: 27px;
  background: #262628 0% 0% no-repeat padding-box;
  border-radius: 15px;
  font-size: 14px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-left: auto;
}
.medal_shop .coin_select_wrap .coin_select:nth-last-child(1) {
  border-bottom: solid 1px #EFEFEF;
}
.medal_shop .link_wrap {
  display: grid;
  grid-template-columns: max-content max-content;
  column-gap: 20px;
  width: fit-content;
  margin: 0 auto;
}
.medal_shop .link_wrap a {
  font-size: 14px;
  color: #9B9B9B;
  margin: 0;
  text-decoration: underline;
}

.payment_wrap .radio_box {
  display: flex;
  align-items: center;
  padding: 0 0 0 10px;
  position: relative;
  cursor: pointer;
}
.payment_wrap .radio_box input {
  display: none;
}
.payment_wrap .radio_box .radio_btn {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  content: "";
  width: 20px;
  height: 20px;
  background: #F0F0F0 0% 0% no-repeat padding-box;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.payment_wrap .radio_box .radio_btn::after {
  content: "";
  opacity: 0;
  transform: scale(0);
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background: #9690D7;
  transition: all 0.2s ease-in-out;
}
.payment_wrap .radio_box input:checked + .radio_btn::after {
  opacity: 1;
  transform: scale(1);
}
.payment_wrap .radio_box p {
  font-size: 14px;
  font-weight: bold;
  margin-left: 20px;
}
.payment_wrap .input_content_wrap {
  margin-top: 33px;
}
.payment_wrap .input_content_wrap .input_wrap {
  margin-bottom: 20px;
}
.payment_wrap .input_content_wrap .input_wrap p {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 12px;
}
.payment_wrap .input_content_wrap .input_wrap .input_grid {
  display: grid;
  grid-template-columns: 100px 100px;
  column-gap: 15px;
}
.payment_wrap .input_content_wrap .input_wrap input {
  width: 100%;
  padding: 0 15px;
  height: 50px;
  border: none;
  background: #F0F0F0 0% 0% no-repeat padding-box;
  border-radius: 10px;
  border: 1px solid #F0F0F0;
}
.payment_wrap .input_content_wrap .input_wrap input:focus {
  outline: none;
  border: #9690D7 solid 2px;
  border-radius: 10px;
}
.payment_wrap .btn {
  width: 175px;
  height: 50px;
  background: #9690D7 0% 0% no-repeat padding-box;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 14px;
  outline: none;
  border: none;
  margin: 40px auto 0;
}
.payment_wrap .btn:focus {
  outline: none;
}

.buy_comp .sub_title {
  margin: 0 auto;
}
.buy_comp .btn {
  width: 175px;
  height: 50px;
  background: #9690D7 0% 0% no-repeat padding-box;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 14px;
  outline: none;
  border: none;
  margin: 40px auto 0;
}
.buy_comp .btn:focus {
  outline: none;
}
.buy_comp h2 {
  margin-top: 40px;
  margin-bottom: 20px;
}
.buy_comp p {
  font-size: 14px;
  text-align: center;
}

.my_gold .sprow {
  max-width: 374px;
}
.my_gold .mygold_wrap {
  width: 100%;
  height: 77px;
  background: #F8F7F0 0% 0% no-repeat padding-box;
  border-radius: 5px;
  display: flex;
  align-items: center;
}
.my_gold .text_wrap {
  width: fit-content;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.my_gold .text_wrap img {
  width: 42px;
  height: 42px;
  margin-right: 5px;
}
.my_gold .text_wrap p {
  font-size: 26px;
  font-weight: bold;
}
.my_gold .gray_text {
  font-size: 14px;
  margin-top: 15px;
  color: #727272;
}
.my_gold .gold_history {
  height: 54px;
  margin-top: 30px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E6E6E6;
  position: relative;
}
.my_gold .gold_history p {
  font-size: 14px;
  font-weight: bold;
}
.my_gold .gold_history::after {
  content: "";
  width: 6px;
  height: 11px;
  position: absolute;
  background-image: url(../images/Icon_awesome-chevron-right.svg);
  background-size: cover;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.buy_history {
  margin-top: 35px;
}
.buy_history .btn_wrap {
  display: grid;
  grid-template-columns: 92px 92px 92px;
  column-gap: 10px;
  width: fit-content;
  margin: 0 auto;
}
.buy_history .btn_wrap button {
  width: 100%;
  height: 35px;
  border-radius: 50px;
  background: #F5F5F5 0% 0% no-repeat padding-box;
  color: #262628;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.buy_history .btn_wrap button.active {
  background: #9690D7 0% 0% no-repeat padding-box;
  color: white;
}
.buy_history .history_wrap .head_wrap {
  display: grid;
  grid-template-columns: 135px 75px 75px;
  justify-content: space-between;
  padding: 0 10px;
  align-items: center;
  margin-top: 23px;
}
.buy_history .history_wrap .head_wrap p {
  font-size: 14px;
  font-weight: bold;
  height: 54px;
  display: flex;
  align-items: center;
}
.buy_history .history_wrap .body_wrap .content {
  display: grid;
  grid-template-columns: 135px 75px 75px;
  justify-content: space-between;
  padding: 0 10px;
  border-top: 1px solid #EFEFEF;
}
.buy_history .history_wrap .body_wrap .content:nth-last-child(1) {
  border-bottom: 1px solid #EFEFEF;
}
.buy_history .history_wrap .body_wrap .content p {
  text-align: right;
  font-weight: bold;
  font-size: 14px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.buy_history .history_wrap .body_wrap .content p span {
  margin-left: 15px;
}
.buy_history .history_wrap .body_wrap .content p:nth-child(1) {
  justify-content: left;
}

.mypage_top, .medal_shop {
  margin-top: 128px;
}
