@charset "utf-8";

.about-content {
  background-color: #f5f6f7;
  box-shadow: -4px -2px 4px 0px #ffffff, 4px 2px 6px 0px #dfe4ea;
  position: relative;
  padding: 1rem;
  border-radius: 0.5rem;
}
.glassmorphism {
  background-color: rgba(245, 246, 247, 40%);
  max-width: 1250px;
  max-height: 860px;
  height: 80vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 30vw;
  border-radius: 14px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(0px);
}
/* ### 기본 스타일 커스터마이징 시작 ### */
/* 버튼 */

/* 기본박스 */
.mbskin {
  position: relative;
  margin: 100px auto 0;
  width: 360px;
  text-align: center;
}
.mbskin:after {
  right: 10px;
  left: auto;
  -webkit-transform: skew(8deg) rotate(3deg);
  -moz-transform: skew(8deg) rotate(3deg);
  -ms-transform: skew(8deg) rotate(3deg);
  -o-transform: skew(8deg) rotate(3deg);
  transform: skew(8deg) rotate(3deg);
}
.mbskin .mbskin_box {
  border: 1px solid #dde7e9;
  background: #fff;
}
.mbskin .frm_input {
  width: 100%;
}
.mbskin .btn_submit {
  width: 100%;
  margin: 10px 0 0;
  height: 45px;
  font-weight: bold;
  font-size: 1.25em;
}
.mbskin h1 {
  margin: 60px 0 30px;
  font-size: 2em;
}

/* 기본테이블 */

/* 폼 테이블 */
.mbskin .tbl_frm01 th {
  width: 85px;
}

/* 필수입력 */
.required,
textarea.required {
  background-image: none !important;
}

/* 테이블 항목별 정의 */

/* ### 기본 스타일 커스터마이징 끝 ### */
/* 회원가입 약관 */
.register {
  margin: 0 auto;
}
.register:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
.register .btn_confirm .btn_submit,
.register .btn_confirm .btn_close {
  flex: 1;
  height: 50px !important;
  font-weight: bold;
  font-size: 1.083em;
}
.register .btn_confirm .btn_close {
  line-height: 50px;
}
.register .btn_confirm {
  text-align: left;
}
.register .btn_confirm .btn_submit {
  margin-left: 1%;
  border-radius: 3px;
}

#fregister p {
  position: relative;
  text-align: center;
  color: #fff;
  height: 50px;
  line-height: 50px;
  font-size: 1.1em;
  background: #f2838f;
  margin: 0 0 10px;
  border-radius: 5px;
  font-weight: bold;
}
#fregister p:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 50px;
  border-radius: 5px 0 0 5px;
  background: #da4453;
}
#fregister p i {
  font-size: 1.2em;
  vertical-align: middle;
}
#fregister section {
  margin: 10px auto 15px;
  border: 1px solid #dde7e9;
  position: relative;
  border-radius: 3px;
}
#fregister_chkall {
  position: relative;
  text-align: center;
  background: #f5f7fa;
  line-height: 50px;
  border: 1px solid #e5e9f0;
  border-radius: 3px;
  margin-bottom: 15px;
}
#fregister h2 {
  text-align: left;
  padding: 20px;
  border-bottom: 1px solid #dde7e9;
  font-size: 1.2em;
}
#fregister textarea {
  display: block;
  padding: 20px;
  width: 100%;
  height: 150px;
  background: #fff;
  border: 0;
  line-height: 1.6em;
}
#fregister_private {
  position: relative;
}
#fregister_private div {
  padding: 20px;
  background: #fff;
}
#fregister_private table {
  width: 100%;
  border-collapse: collapse;
}
#fregister_private table caption {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
#fregister_private table th {
  background: #f7f7f9;
  width: 33.33%;
  color: #000;
  padding: 10px;
  border: 1px solid #d8dbdf;
}
#fregister_private table td {
  border: 1px solid #e7e9ec;
  padding: 10px;
  border-top: 0;
}

.fregister_agree {
  position: absolute;
  top: 0;
  right: 0;
}
.fregister_agree input[type="checkbox"] + label {
  color: #676e70;
}
.fregister_agree input[type="checkbox"] + label:hover {
  color: #2172f8;
}
.fregister_agree input[type="checkbox"] + label span {
  position: absolute;
  top: 20px;
  right: 15px;
  width: 17px;
  height: 17px;
  display: block;
  background: #fff;
  border: 1px solid #d0d4df;
  border-radius: 3px;
}
.fregister_agree input[type="checkbox"]:checked + label {
  color: #000;
}
.fregister_agree input[type="checkbox"]:checked + label span {
  background: url("./img/chk.png") no-repeat 50% 50% #3a8afd;
  border-color: #1471f6;
  border-radius: 3px;
}
.fregister_agree.chk_all input[type="checkbox"] + label span {
  top: 18px;
}

.chk_li {
  padding-left: 20px;
}

#sns_register .login-sns,
#sns_register h2 {
  border: 0 !important;
}

/* 회원가입 입력 */

#register_form h2 {
  padding: 20px;
  border-bottom: 1px solid #dde7e9;
}
.register_form_inner {
  background: transparent;
  border: 0;
}
ul.first-register-form .readonly {
  color: #a9a9a9 !important;
}
ul.first-register-form li {
  position: relative;
}

ul.first-register-form label:not(.error) {
  color: #718096;
  width: 100%;
  display: inline-block;
  user-select: none;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  transform: translate(10px, 35px);
  transition: all 0.4s;
  -webkit-transform: translate(10px, 35px);
  -webkit-transition: all 0.4s;
  cursor: text; /*z-index:-1*/
}
ul.first-register-form label:not(.error).active {
  color: #bbb;
  font-weight: 400;
  margin: 16px 0 0;
  position: absolute;
  top: -22px;
  left: 15px;
  font-size: 12px;
  line-height: 1.0714285718;
  z-index: 2;
  background: rgb(13, 17, 23);
  display: inline-block;
  max-width: 100%;
  width: auto;
}
ul.first-register-form .frm_input {
  width: 100%;
  height: 50px;
  border-radius: 5px;
  box-shadow: none;
  border: 1px solid #ced6e0;
  padding: 5px 15px 0;
  background: none;
  color: #1a3b5d;
  outline: none;
  display: block;
  z-index: 1;
}
ul.first-register-form .frm_input.rental-textarea {
  resize: none;
  height: 10em;
  padding-top: 20px;
}
ul.first-register-form .frm_input:hover,
ul.first-register-form .frm_input:focus {
  border-color: #0000ff;
}
ul.first-register-form .frm_input:focus {
  box-shadow: 0px 10px 20px -13px rgba(32, 56, 117, 0.35);
}
ul.first-register-form .frm_input::placeholder {
  font-size: 1rem;
  color: rgba(206, 214, 224, 0.8);
}
ul.first-register-form label.error {
  font-size: 0.725rem;
  color: #f44336;
}
ul.second-register-form {
  padding: 0 20px 20px;
}
ul.second-register-form label:not(.error) {
  font-size: 13px;
  margin-bottom: 5px;
  font-weight: 500;
  color: #718096;
  width: 100%;
  display: block;
  user-select: none;
}
ul.kakao-register-form {
  padding: 0 20px 20px;
}

ul.first-register-form .name-cert-wrap,
ul.first-register-form .hp-cert-wrap,
ul.first-register-form .id-cert-wrap,
ul.first-register-form .email-cert-wrap,
ul.first-register-form .id-cert-wrap-join,
ul.first-register-form .password-cert-wrap,
ul.first-register-form .nick-cert-wrap,
ul.first-register-form .signature-cert-wrap,
ul.first-register-form .home-cert-wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
ul.first-register-form .name-cert-wrap > label,
ul.first-register-form .hp-cert-wrap > label,
ul.first-register-form .id-cert-wrap > label,
ul.first-register-form .signature-cert-wrap > label,
ul.first-register-form .home-cert-wrap > label {
  font-weight: 400;
  margin: 16px 0 0 0;
  position: absolute;
  pointer-events: none;
  top: -22px;
  left: 15px;
  font-size: 12px;
  line-height: 1.0714285718;
  z-index: 2;
  transform: unset;
  -webkit-transform: unset;
  background: transparent;
  display: inline-block;
  max-width: 100%;
  width: auto;
}
ul.first-register-form .email-cert-wrap > label,
ul.first-register-form .id-cert-wrap-join > label,
ul.first-register-form .password-cert-wrap > label,
ul.first-register-form .nick-cert-wrap > label {
  font-weight: 400;
  margin: 16px 0 0 0;
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 15px;
  font-size: 12px;
  line-height: 1.5;
  z-index: 2;
  transform: unset;
  -webkit-transform: unset;
  background: transparent;
  display: inline-block;
  max-width: 100%;
  width: auto;
}

ul.first-register-form .name-cert-wrap > input,
ul.first-register-form .hp-cert-wrap > input,
ul.first-register-form .id-cert-wrap > input {
  flex: 2;
  padding-top: 0;
}
ul.first-register-form .name-cert-wrap > input.cert_input,
ul.first-register-form .hp-cert-wrap > input.hp_cert_input {
  background-color: rgba(238, 238, 238, 0.18);
}
ul.first-register-form .name-cert-wrap > input.cert_input:hover,
ul.first-register-form .name-cert-wrap > input.cert_input:focus,
ul.first-register-form .hp-cert-wrap > input.hp_cert_input:hover,
ul.first-register-form .hp-cert-wrap > input.hp_cert_input:focus,
ul.first-register-form .id-cert-wrap > input.id_cert_input:hover,
ul.first-register-form .id-cert-wrap > input.id_cert_input:focus {
  border-color: #ced6e0 !important;
  box-shadow: none;
  cursor: not-allowed;
}

ul.first-register-form .name-cert-wrap > button,
ul.first-register-form .hp-cert-wrap > button,
ul.first-register-form .id-cert-wrap > button {
  padding: 10px;
  display: inline-block;
  flex: 1;
  margin-left: 5px;
  height: 50px;
  border-radius: 5px;
}

ul.first-register-form .name-cert-wrap label:not(.error).active,
ul.first-register-form .hp-cert-wrap label:not(.error).active,
ul.first-register-form .id-cert-wrap label:not(.error).active,
ul.first-register-form .password-cert-wrap label:not(.error).active,
ul.first-register-form .nick-cert-wrap label:not(.error).active,
ul.first-register-form .signature-cert-wrap label:not(.error).active,
ul.first-register-form .home-cert-wrap label:not(.error).active {
  transform: unset;
  -webkit-transform: unset;
}

#fregisterform #msg_certify {
  margin: 5px 0 0;
  padding: 5px;
  border: 1px solid #dbecff;
  background: #eaf4ff;
  text-align: center;
}
#fregisterform .frm_address {
  margin: 5px 0 0;
}
#fregisterform #mb_addr3 {
  display: inline-block;
  margin: 5px 0 0;
  vertical-align: middle;
}
#fregisterform #mb_addr_jibeon {
  display: block;
  margin: 5px 0 0;
}
#fregisterform .btn_confirm {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: row;
  padding: 20px;
}
/*#fregisterform .form_01 div {margin:0 0 20px}*/
#fregisterform .captcha {
  display: block;
  margin: 5px 0 0;
}
#imageUpload {
  display: none;
}
#profileImage {
  cursor: pointer;
}
.user-profile {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
.user-photo {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
}
.user-profile span {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 90px;
  height: 90px;
  border-radius: 70px;
  line-height: 90px;
  font-size: 1rem;
  visibility: hidden;
}
.user-profile:hover img {
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
  opacity: 0.8;
}
.user-profile:hover span {
  background: rgba(217, 217, 217, 0.52);
  visibility: visible;
  color: #fff;
  cursor: pointer;
}
.reg_mb_img_file {
  opacity: 0;
  text-align: center;
  -webkit-animation: moveIn 1s 0.3s ease forwards;
  animation: moveIn 1s 0.3s ease forwards;
}
.ani-moveup {
  opacity: 0;
  -webkit-animation: moveIn 1s 0.5s ease forwards;
  animation: moveIn 1s 0.5s ease forwards;
}

#fregisterform .user-profile {
  display: inline-block;
  text-align: center;
  position: relative;
  margin: 20px 20px 0;
}
/*
#fregisterform .user-profile:after {
  position:absolute;
  content:"";
  bottom:3px;
  right:3px;
  width:20px;
  height:20px;
  border:4px solid #FFF;
  -webkit-transform:scale(0);
  transform:scale(0);
  background:-webkit-linear-gradient(top,#2196F3 0%,#2196F3 50%,#FFC107 50%,#FFC107 100%);
  background:linear-gradient(#2196F3 0%,#2196F3 50%,#FFC107 50%,#FFC107 100%);
  -webkit-border-radius:50%;
  border-radius:50%;
  -webkit-box-shadow:0 1px 3px rgba(0,0,0,0.1);
  box-shadow:0 1px 3px rgba(0,0,0,0.1);
  -webkit-animation:scaleIn .3s 1.5s ease forwards;
  animation:scaleIn .3s 1.5s ease forwards
}
*/

#fregisterform .user-profile > img {
  max-width: 100%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -webkit-box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.06);
}

#fregisterform .user-profile:hover > img {
  -webkit-box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.1);
}

@-webkit-keyframes scaleIn {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
  }
}

@keyframes scaleIn {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes moveIn {
  0% {
    margin-left: 5px;
    opacity: 0;
  }
  100% {
    opacity: 1;
    margin-left: -5px;
  }
}

@keyframes moveIn {
  0% {
    margin-left: 5px;
    opacity: 0;
  }
  100% {
    opacity: 1;
    margin-left: -5px;
  }
}
#reg_mb_icon,
#reg_mb_img {
  float: right;
}
.chat-wrap {
  display: block !important;
  transform: none !important;
}

/* 회원가입 완료 */
#reg_result #result_email {
  margin: 20px 0;
  padding: 10px 50px;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #dde4e9;
  background: #fff;
  line-height: 2em;
}
#reg_result #result_email span {
  display: inline-block;
  width: 150px;
}
#reg_result #result_email strong {
  color: #e8180c;
  font-size: 1.2em;
}
#reg_result .result_txt {
  text-align: left;
}
#reg_result .btn_confirm {
  margin: 50px 0;
}
#reg_result i {
  font-size: 3em;
}

.btn_confirm_reg {
  margin: 20px 0;
  text-align: center;
}
.reg_btn_submit {
  display: inline-block;
  background: #3a8afd;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  width: 280px;
  height: 57px;
  line-height: 57px;
  font-size: 1.2em;
  margin: 0 auto;
  font-weight: bold;
}

.mb_log_cate h2 {
  width: 50%;
  float: left;
  padding: 20px 0;
  text-align: center;
}
.mb_log_cate .join {
  width: 50%;
  float: left;
  padding: 20px 0;
  text-align: center;
  background: #f7f7f7;
  color: #6e6e6e;
}
.mb_log_cate:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

.tooltip_icon {
  display: inline-block;
  vertical-align: baseline;
  color: #b3b5b8;
  border: 0;
  font-size: 1em;
  background: transparent;
  cursor: pointer;
}
.tooltip_icon:hover {
  color: #448bf5;
}
.tooltip {
  position: absolute;
  width: auto;
  color: #fff;
  background: #000;
  padding: 10px;
  font-size: small;
  line-height: 18px;
  display: none;
  z-index: 9;
  font-weight: normal;
  margin-left: 15px;
  margin-top: 10px;
}
.tooltip:before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 0px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 0;
  border-right: 10px solid #000;
}

@keyframes confetti-slow {
  0% {
    transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
  }
  100% {
    transform: translate3d(25px, 105vh, 0) rotateX(360deg) rotateY(180deg);
  }
}
@keyframes confetti-medium {
  0% {
    transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
  }
  100% {
    transform: translate3d(100px, 105vh, 0) rotateX(100deg) rotateY(360deg);
  }
}
@keyframes confetti-fast {
  0% {
    transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
  }
  100% {
    transform: translate3d(-50px, 105vh, 0) rotateX(10deg) rotateY(250deg);
  }
}
.regi-container {
  width: 100vw;
  height: 100vh;
  display: fixed;
  top: 0px;
}

.confetti-container {
  perspective: 700px;
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.confetti {
  position: absolute;
  z-index: 1;
  top: -10px;
  border-radius: 0%;
}
.confetti--animation-slow {
  animation: confetti-slow 2.25s linear 1 forwards;
}
.confetti--animation-medium {
  animation: confetti-medium 1.75s linear 1 forwards;
}
.confetti--animation-fast {
  animation: confetti-fast 1.25s linear 1 forwards;
}

/* 아이디/비밀번호 찾기 */
#find_info #mb_hp_label {
  display: inline-block;
  margin-left: 10px;
}
#find_info p {
  line-height: 1.5em;
}
#find_info #mb_email {
  margin: 10px 0;
}

/* 로그인 */
#mb_login h1 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
#login_fs {
  padding: 35px;
}
#mb_login #login_fs .frm_input {
  margin: 0 0 10px;
}
#mb_login #login_fs .btn_submit {
  margin: 0 0 15px;
}

#login_info:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#login_info .login_if_auto {
  float: left;
}
#login_info .login_if_auto label {
  vertical-align: baseline;
  padding-left: 5px;
}
#login_info .login_if_lpl {
  float: right;
}
#login_password_lost {
  display: inline-block;
  border: 1px solid #d5d9dd;
  color: #3a8afd;
  border-radius: 2px;
  padding: 2px 5px;
  line-height: 20px;
}

#mb_login_notmb {
  margin: 30px auto;
  padding: 20px 30px;
}
#mb_login_notmb h2 {
  font-size: 1.25em;
  margin: 20px 0 10px;
}
#guest_privacy {
  border: 1px solid #ccc;
  text-align: left;
  line-height: 1.6em;
  color: #666;
  background: #fafafa;
  padding: 10px;
  height: 150px;
  margin: 10px 0;
  overflow-y: auto;
}
#mb_login_notmb .btn_submit {
  display: block;
  text-align: center;
  line-height: 45px;
}

#mb_login_od_wr {
  margin: 30px auto;
  padding: 20px 30px;
}
#mb_login_od_wr h2 {
  font-size: 1.25em;
  margin: 20px 0 10px;
}
#mb_login_od_wr .frm_input {
  margin: 10px 0 0;
}
#mb_login_od_wr p {
  background: #f3f3f3;
  margin: 20px 0 0;
  padding: 15px 20px;
  line-height: 1.5em;
}

#mb_login #sns_login {
  margin-top: 0;
  border-color: #edeaea;
  padding: 25px;
}
#mb_login #sns_login:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#mb_login #sns_login h3 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
#mb_login #sns_login .sns-wrap {
  margin: 0 !important;
}
#mb_login #sns_login .sns-icon {
  width: 49% !important;
  float: left !important;
}
#mb_login #sns_login .sns-icon:nth-child(odd) {
  margin-right: 2%;
}
#mb_login #sns_login .txt {
  font-size: 0.95em;
  padding-left: 5px !important;
  border-left: 0 !important;
}

/* 쪽지 */
.memo_list {
  border-top: 1px solid #ececec;
}
.memo_list li {
  border-bottom: 1px solid #ececec;
  background: #fff;
  padding: 10px 15px;
  list-style: none;
  position: relative;
}
.memo_list li:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
.memo_list li.read {
  background: #f6f6f6;
}
.memo_list li.empty_li {
  text-align: center;
  padding: 20px 0;
  color: #666;
}

.memo_list .memo_li {
  float: left;
}
.memo_list .profile_big_img {
  position: relative;
  margin-right: 15px;
}
.memo_list .profile_big_img img {
  border-radius: 50%;
  width: 52px;
  height: 52px;
}
.memo_list .memo_li.memo_name {
  padding-top: 5px;
  float: none;
}
.memo_list .memo_preview a {
  display: block;
  margin-right: 30px;
  padding-top: 10px;
  font-weight: normal !important;
  font-size: 1.2em;
}
.memo_list .memo_preview a:hover {
  text-decoration: underline;
}
.memo_list .memo_name a,
.memo_list .memo_name .sv_wrap {
  font-weight: bold;
}
.memo_list .no_read {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  background: #3a8afd;
  border: 1px solid #e1edff;
  text-indent: -9999px;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  box-shadow: 0 0 10px 3px #9ec3f9;
}
.memo_list .no_read {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

#memo_list h1#win_title {
  padding: 10px 10px 10px 20px;
}
#memo_list .memo_datetime {
  font-size: 0.92em;
  color: #888d92;
}
#memo_list .memo_del {
  position: absolute;
  right: 15px;
  top: 15px;
  padding: 10px;
  color: #c7c9cb;
  font-size: 1.4em;
}
#memo_list .memo_cnt {
  margin-top: 5px;
  font-weight: normal;
  display: inline-block;
  font-size: 1.2em;
}
#memo_list .pg_wrap {
  margin-top: 10px;
  width: 100%;
  float: inherit;
  text-align: center;
}

#memo_view_contents {
  margin-bottom: 20px;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}
#memo_view_contents h2 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
#memo_view_ul {
  margin: 0;
  list-style: none;
  background: #f6f6f6;
}
#memo_view_ul:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
.memo_view_li {
  position: relative; /*padding:10px;float:left;width:50%*/
}

.memo_view_li .profile_img img {
  display: none;
}
.memo_from {
  position: relative;
  background: #fff;
  border-bottom: 1px solid #ececec;
  padding: 15px 20px;
}
.memo_from li {
  float: left;
}
.memo_from li.memo_profile img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.memo_from li:first-child {
  margin-right: 10px;
}
.memo_from li.memo_view_nick {
  width: 80%;
}
.memo_from li.memo_view_nick a {
  font-weight: bold !important;
}
.memo_from li.memo_view_date {
  display: block;
  color: #555;
  line-height: 24px;
}
.memo_from li.memo_op_btn {
  position: absolute;
}
.memo_from li.list_btn {
  right: 53px;
}
.memo_from li.del_btn {
  right: 15px;
}
.memo_from:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

.memo_btn {
  width: 100%;
}
.memo_btn a {
  display: inline-block;
  width: 50%;
  font-size: 1em;
  color: #888d92;
  padding: 20px;
}
.memo_btn a.btn_right {
  float: right;
  text-align: right;
}
.memo_btn a i {
  font-size: 1.2em;
  color: #acabab;
  vertical-align: bottom;
}

#memo_view p {
  padding: 10px;
  min-height: 150px;
  height: auto !important;
  height: 150px;
  background: #fff;
  line-height: 1.8em;
}
#memo_view textarea {
  height: 100px;
}

#memo_write .form_01 {
  padding: 20px;
  border-top: 1px solid #ececec;
}

.reply_btn {
  display: inline-block;
  width: 150px;
  height: 45px;
  line-height: 50px;
  padding: 0 10px;
  font-weight: bold;
  background: #3a8afd;
  color: #fff;
  border-radius: 3px;
  vertical-align: bottom;
  margin-right: 5px;
}
#memo_write .reply_btn {
  font-size: 1em;
}

/* 스크랩 */
/*#scrap li:after {display:block;visibility:hidden;clear:both;content:""}
#scrap li {position:relative;padding:20px;border-bottom:1px solid #ececec}*/
#scrap .scrap_tit {
  font-weight: bold;
  display: block;
  font-size: 1.083em;
  margin-bottom: 10px;
  line-height: 1.3em;
}
#scrap .scrap_cate {
  float: left;
  display: block;
  color: #ac92ec;
  background: #eeeaf8;
  padding: 3px;
  border-radius: 3px;
  font-size: 0.92em;
  margin-right: 10px;
}
#scrap .scrap_datetime {
  color: #777;
  line-height: 18px;
}
#scrap .scrap_del {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 18px;
  color: #c7c9cb;
}
#scrap .scrap_del:hover {
  color: #3a8afd;
}

#scrap_do .new_win_con {
  padding: 0 20px;
}
#scrap_do textarea {
  width: 100%;
  height: 100px;
}
#scrap_do .scrap_tit {
  margin-bottom: 10px;
  background: #f3f3f3;
  padding: 10px 15px;
  font-size: 1.2em;
  font-weight: bold;
}
#scrap_do label {
  display: block;
  margin: 0 0 5px;
  font-size: 1em;
}
#scrap_do .win_btn:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#scrap .win_btn,
#scrap_do .win_btn {
  margin: 20px 0;
  text-align: center;
}
#scrap_do .win_btn .btn_submit {
  float: inherit;
}
#scrap_do .win_desc {
  margin: 0 20px;
}

/*포인트*/
#point {
  text-align: center;
}
#point h1 {
  text-align: left;
}
#point .point_all {
  margin: 20px 20px 15px;
  border-radius: 5px;
  background: #edf3fc;
  border: 1px solid #d6e2f4;
  color: #485172;
  font-size: 1.083em;
}
#point .point_all:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#point .point_all li {
  float: left;
  width: 50%;
  padding: 20px;
  text-align: left;
}
#point .point_all li span {
  float: right;
  color: #485172;
  font-weight: bold;
}
#point .point_all li:last-child {
  border-left: 1px solid #d6e2f4;
}
#point .point_all .full_li {
  width: 100%;
  border-bottom: 1px solid #d6e2f4;
  text-align: left;
}
#point .point_all .full_li span {
  color: #000;
  font-weight: bold;
  font-size: 1.2em;
}
#point .point_status {
  background: #737373;
  border: 0;
  color: #fff;
  font-weight: bold;
  font-size: 1.083em;
  text-align: left;
}
#point .point_status:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#point .point_status span {
  margin-left: 10px;
  float: right;
}

.point_list li:first-child {
  border-top: 1px solid #ececec;
}
.point_list li {
  border-bottom: 1px solid #ececec;
  background: #fff;
  padding: 15px;
  list-style: none;
  position: relative;
}
.point_list li:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

.point_list .point_use {
  background: #f6f6f6;
}
.point_list .point_use .point_num {
  font-size: 1.25em;
  color: #ff4f76;
  font-weight: bold;
  float: right;
}
.point_list .point_num {
  font-size: 1.25em;
  color: #3a8afd;
  font-weight: bold;
  position: absolute;
  right: 15px;
  top: 25px;
}
.point_list .point_top {
  line-height: 15px;
  margin: 0 0 5px;
}
.point_list .point_top:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
.point_list .point_tit {
  font-weight: bold;
  float: left;
  font-size: 1.083em;
  display: block;
}
.point_list .point_date1 {
  float: left;
  color: #888d92;
}
.point_list .point_date {
  float: left;
  color: #888d92;
}
.point_list .txt_expired {
  color: red;
  margin-left: 5px;
}

#point .pg_wrap {
  width: 100%;
  float: inherit;
  text-align: center;
}
#point .btn_close {
  margin: 20px auto;
}

/* 회원 비밀번호 확인 */
#mb_confirm {
  max-width: 600px;
  margin: 0 auto;
  margin-top: 15%;
  z-index: 2;
}
#mb_confirm .lockscreen-name {
  text-align: center;
  font-weight: 600;
}
.rental-lockscreen .lockscreen-item {
  border-radius: 4px;
  padding: 0;
  background: #fff;
  position: relative;
  margin: 10px auto 30px auto;
  width: 290px;
}
.rental-lockscreen .lockscreen-image {
  border-radius: 50%;
  position: absolute;
  left: -10px;
  top: -25px;
  background: #fff;
  padding: 5px;
  z-index: 10;
}
.rental-lockscreen .lockscreen-image > img {
  border-radius: 50%;
  width: 70px;
  height: 70px;
}
.rental-lockscreen .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.rental-lockscreen .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
}
.rental-lockscreen .form-control {
  border-radius: 0;
  box-shadow: none;
  border-color: #d2d6de;
}
.rental-lockscreen .input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.rental-lockscreen .input-group .form-control,
.input-group-addon,
.input-group-btn {
  display: table-cell;
}
.rental-lockscreen .form-control {
  border: 0;
}
.rental-lockscreen .input-group .form-control:first-child,
.rental-lockscreen .input-group-addon:first-child,
.rental-lockscreen .input-group-btn:first-child > .btn,
.rental-lockscreen .input-group-btn:first-child > .btn-group > .btn,
.rental-lockscreen .input-group-btn:first-child > .dropdown-toggle,
.rental-lockscreen
  .input-group-btn:last-child
  > .btn-group:not(:last-child)
  > .btn,
.rental-lockscreen
  .input-group-btn:last-child
  > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rental-lockscreen .input-group-addon,
.rental-lockscreen .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.rental-lockscreen .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.rental-lockscreen .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.rental-lockscreen .btn {
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid transparent;
}
.rental-lockscreen .input-group-btn > .btn {
  position: relative;
}
.rental-lockscreen .lockscreen-credentials {
  margin-left: 70px;
}
.rental-lockscreen .lockscreen-credentials .btn {
  background-color: #fff;
  border: 0;
  padding: 0 10px;
}
.rental-lockscreen .input-group .form-control:last-child,
.rental-lockscreen .input-group-addon:last-child,
.rental-lockscreen
  .input-group-btn:first-child
  > .btn-group:not(:first-child)
  > .btn,
.rental-lockscreen .input-group-btn:first-child > .btn:not(:first-child),
.rental-lockscreen .input-group-btn:last-child > .btn,
.rental-lockscreen .input-group-btn:last-child > .btn-group > .btn,
.rental-lockscreen .input-group-btn:last-child > .dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rental-lockscreen .input-group-btn:last-child > .btn,
.rental-lockscreen .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.rental-lockscreen .input-group-btn:last-child > .btn > i,
.rental-lockscreen .input-group-btn:last-child > .btn-group > i {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.rental-lockscreen .input-group-btn:last-child > .btn:hover > i,
.rental-lockscreen .input-group-btn:last-child > .btn-group:hover > i {
  color: #737373;
  -webkit-transform: translatex(2px);
  transform: translatex(2px);
}
.rental-lockscreen .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
.rental-lockscreen .lockscreen-footer {
  margin-top: 10px;
}
#mb_confirm label {
  letter-spacing: -0.1em;
}
#mb_confirm_id {
  display: block;
  margin: 5px 0 10px;
  font-weight: bold;
}
#mb_confirm .confirm_id {
  font-size: 0.92em;
  color: #666;
}

/* 비밀글 비밀번호 확인 */

/* 폼메일 */
#formmail textarea {
  height: 100px;
}
#formmail .formmail_flie {
  position: relative;
}
#formmail .formmail_flie .file_wr {
  border: 1px solid #ccc;
  background: #fff;
  color: #000;
  vertical-align: middle;
  border-radius: 3px;
  padding: 5px;
  height: 40px;
  margin: 0;
}
#formmail .lb_icon {
  position: absolute;
  top: 1px;
  left: 1px;
  border-radius: 3px 0 0 3px;
  height: 38px;
  line-height: 38px;
  width: 40px;
  background: #fff;
  text-align: center;
  color: #b2b2b2;
}
#formmail .frm_file {
  padding-left: 50px;
}
#formmail .frm_info {
  color: #3497d9;
  font-size: 0.92em;
}
.chk_box {
  position: relative;
}
.chk_box input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  outline: 0;
  z-index: -1;
  overflow: hidden;
}
.chk_box input[type="radio"] + label {
  position: relative;
  padding-left: 23px;
  display: inline-block;
  color: #676e70;
}
.chk_box input[type="radio"] + label span {
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  display: block;
  background: #f7f8f9;
  border: 1px solid #cdd6df;
  border-radius: 50%;
}
.chk_box input[type="radio"]:checked + label {
  color: #3a8afd;
}
.chk_box input[type="radio"]:checked + label span {
  border-color: #3a8afd;
}
.chk_box input[type="radio"]:checked + label span:before {
  width: 7px;
  height: 7px;
  background: #3a8afd;
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 50%;
}
.chk_box input[type="checkbox"] + label {
  position: relative;
  color: #676e70;
}
.chk_box input[type="checkbox"] + label:hover {
  color: #2172f8;
}
.chk_box input[type="checkbox"] + label span {
  float: left;
  width: 15px;
  height: 15px;
  display: block;
  background: #fff;
  border: 1px solid #d0d4df;
  border-radius: 3px;
}
.chk_box input[type="checkbox"]:checked + label {
  color: #000;
}
.chk_box input[type="checkbox"]:checked + label span {
  background: url(./img/chk.png) no-repeat 50% 50% #3a8afd;
  border-color: #1471f6;
  border-radius: 3px;
}
.selec_chk {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  outline: 0;
  z-index: -1;
  overflow: hidden;
}

/* Register Custom */
.inputGroup label.termsLabel_lg {
  padding-left: 20px;
}
.inputGroup label.termsLabel_sm {
  color: #6b7280 !important;
  padding-left: 20px;
}
.inputGroup label:before {
  width: 16px;
  height: 16px;
  content: "";
  border: 1px solid #d1d7dc;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0'?%3e%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' viewBox='0 0 426.667 426.667' style='enable-background:new 0 0 426.667 426.667;' xml:space='preserve' width='512px' height='512px'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M421.876,56.307c-6.548-6.78-17.352-6.968-24.132-0.42c-0.142,0.137-0.282,0.277-0.42,0.42L119.257,334.375 l-90.334-90.334c-6.78-6.548-17.584-6.36-24.132,0.42c-6.388,6.614-6.388,17.099,0,23.713l102.4,102.4 c6.665,6.663,17.468,6.663,24.132,0L421.456,80.44C428.236,73.891,428.424,63.087,421.876,56.307z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%23FFFFFF'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: 0 -3px;
  background-size: 16px 16px;
  border-radius: 0;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.inputGroup label.termsLabel_sm:before {
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0'?%3e%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' viewBox='0 0 426.667 426.667' style='enable-background:new 0 0 426.667 426.667;' xml:space='preserve' width='512px' height='512px'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M421.876,56.307c-6.548-6.78-17.352-6.968-24.132-0.42c-0.142,0.137-0.282,0.277-0.42,0.42L119.257,334.375 l-90.334-90.334c-6.78-6.548-17.584-6.36-24.132,0.42c-6.388,6.614-6.388,17.099,0,23.713l102.4,102.4 c6.665,6.663,17.468,6.663,24.132,0L421.456,80.44C428.236,73.891,428.424,63.087,421.876,56.307z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%23FFFFFF'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  background-position: 0 -3px;
  background-size: 16px 16px;
  left: 0;
}
.inputGroup input:checked ~ label {
  color: #fff;
}
.inputGroup input:checked ~ label:before {
  background-color: #0000ff;
  border-color: #0000dd;
}
.inputGroup input {
  width: 16px;
  height: 16px;
  -webkit-box-ordinal-group: 2;
  order: 1;
  z-index: 2;
  position: absolute;
  left: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  visibility: hidden;
}
.inputGroup input.termsInput_sm {
  width: 16px;
  height: 16px;
  left: 24px;
}
.use_terms-content,
.privacy_terms-content,
.promotion_terms-content {
  font-size: 20px;
  padding: 0 14px;
  margin: 0 40px;
  height: 0;
  overflow: hidden;
  z-index: -1;
  position: relative;
  opacity: 0;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}
.use_terms:checked ~ .use_terms-content,
.privacy_terms:checked ~ .privacy_terms-content,
.promotion_terms:checked ~ .promotion_terms-content {
  height: auto;
  opacity: 1;
  padding: 14px;
}

/* Mypage Custom */
#mypage-wrap {
  background-color: #f5f6f7;
  box-shadow: -4px -2px 4px 0px #ffffff, 4px 2px 6px 0px #dfe4ea;
  display: flex;
  max-width: 1280px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
}
#mypage-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  background-color: #f5f6f7;
  max-width: 100%;
}
.mypage-main {
  padding: 20px;
  flex-grow: 1;
  overflow: hidden;
  background-color: #f5f6f7;
}
.mypage-header {
  position: relative;
  min-height: 250px;
  max-height: 300px;
  z-index: 1;
}
/*
.mypage-header:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    background-image: url(https://d1f7geppf3ca7.cloudfront.net/origin/273006/1580497116899_img_1702.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    filter: blur(50px);
    opacity: 0.7;
}
*/

.profile-avatar {
  position: absolute;
  align-items: center;
  display: flex;
  z-index: 1;
  bottom: 16px;
  left: 24px;
}
.profile-avatar a {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 140px;
  height: 140px;
  text-align: center;
  visibility: hidden;
}

.profile-img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--soft-primary);
  background-color: #f5f6f7;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.profile-avatar:hover img {
  -webkit-filter: grayscale(80%);
  filter: grayscale(80%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.profile-avatar:hover span {
  visibility: visible;
}
.profile-nick {
  position: absolute;
  align-items: center;
  display: flex;
  z-index: 1;
  bottom: 70px;
  left: 150px;
}

.profile-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 4px;
}
.profile-menu {
  position: absolute;
  bottom: 0;
  padding-left: 200px;
  background-color: #f5f6f7;
  width: 100%;
  display: flex;
  border-radius: 0 0 4px 4px;
  box-shadow: -4px -2px 4px 0px #ffffff, 4px 2px 6px 0px #dfe4ea;
  border: 1px solid #fff;
  border-top-color: transparent;
}
.profile-menu-link {
  position: relative;
  flex: 1;
  text-align: center;
  padding: 10px;
  cursor: pointer;
}
.profile-menu-link.active,
.profile-menu-link:hover {
  background-color: #f2f3f7;
  box-shadow: -6px 0px 7px rgba(255, 255, 255, 0.9),
    5px 5px 8px rgba(0, 0, 0, 0.07);
}
.profile-menu-link.active:after,
.profile-menu-link:after {
  content: "";
  transition: 0.3s;
}
.profile-menu-link.active:after,
.profile-menu-link:hover:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 3px solid;
  border-image: var(--fix-border-color);
}

.profile-menu-icons {
  position: relative;
  display: block;
}

.profile-menu-icons:before {
  content: "";
  position: relative;
  width: 46px;
  height: 46px;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.profile-menu-myinfo:before {
  background-position-y: 5px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' fill='%2375819a' viewBox='0 0 256 256'%3e%3crect width='256' height='256' fill='none'%3e%3c/rect%3e%3cpath d='M216,48H40a8,8,0,0,0-8,8V200a8,8,0,0,0,8,8H216a8,8,0,0,0,8-8V56A8,8,0,0,0,216,48ZM92.10046,144a24,24,0,1,1,24-24A23.99994,23.99994,0,0,1,92.10046,144Z' opacity='0.2'%3e%3c/path%3e%3cline x1='152' y1='112' x2='192' y2='112' fill='none' stroke='%2375819a' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'%3e%3c/line%3e%3cline x1='152' y1='144' x2='192' y2='144' fill='none' stroke='%2375819a' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'%3e%3c/line%3e%3ccircle cx='92.10043' cy='120' r='24' fill='none' stroke='%2375819a' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'%3e%3c/circle%3e%3cpath d='M61.10869,167.99952a32.01032,32.01032,0,0,1,61.98292-.00215' fill='none' stroke='%2375819a' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'%3e%3c/path%3e%3crect x='32' y='48.00005' width='192' height='160' rx='8' stroke-width='16' stroke='%2375819a' stroke-linecap='round' stroke-linejoin='round' fill='none'%3e%3c/rect%3e%3c/svg%3e");
}

.profile-menu-link.active .profile-menu-myinfo:before,
.profile-menu-link:hover .profile-menu-myinfo:before {
  background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' viewBox='0 0 256 256'%3e%3crect width='256' height='256' fill='none'%3e%3c/rect%3e%3cline x1='152' y1='112' x2='192' y2='112' fill='none' stroke='url(%23gradient2)' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'%3e%3c/line%3e%3cline x1='152' y1='144' x2='192' y2='144' fill='none' stroke='url(%23gradient3)' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'%3e%3c/line%3e%3ccircle cx='92.10043' cy='120' r='24' fill='none' stroke='url(%23gradient1)' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'%3e%3c/circle%3e%3cpath d='M61.10869,167.99952a32.01032,32.01032,0,0,1,61.98292-.00215' fill='none' stroke='url(%23gradient1)' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'%3e%3c/path%3e%3crect x='32' y='48.00005' width='192' height='160' rx='8' stroke-width='16' stroke='url(%23gradient1)' stroke-linecap='round' stroke-linejoin='round' fill='none'%3e%3c/rect%3e%3cdefs%3e%3clinearGradient id='gradient1' x2='1' y2='1'%3e%3cstop offset='0%25' stop-color='%23f46b45' /%3e%3cstop offset='100%25' stop-color='%23f7e041' /%3e%3c/linearGradient%3e%3c/defs%3e%3cdefs%3e%3clinearGradient id='gradient2' x1='152' y1='112' x2='192' y2='112' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23f46b45' /%3e%3cstop offset='1' stop-color='%23f7e041' /%3e%3c/linearGradient%3e%3c/defs%3e%3cdefs%3e%3clinearGradient id='gradient3' x1='152' y1='144' x2='192' y2='144' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23f46b45' /%3e%3cstop offset='1' stop-color='%23f7e041' /%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e ");
}

.profile-menu-register:before {
  background-size: 90%;
  background-position-y: 5px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' fill='%2375819a' viewBox='0 0 256 256'%3e%3crect width='256' height='256' fill='none'%3e%3c/rect%3e%3ccircle cx='188.00054' cy='168' r='12'%3e%3c/circle%3e%3crect x='24' y='128' width='208' height='80' rx='8' opacity='0.2'%3e%3c/rect%3e%3cpath d='M176,128h48a8,8,0,0,1,8,8v64a8,8,0,0,1-8,8H32a8,8,0,0,1-8-8V136a8,8,0,0,1,8-8H80' fill='none' stroke='%2375819a' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'%3e%3c/path%3e%3cline x1='128' y1='128' x2='128' y2='24' fill='none' stroke='%2375819a' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'%3e%3c/line%3e%3cpolyline points='80 72 128 24 176 72' fill='none' stroke='%2375819a' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'%3e%3c/polyline%3e%3c/svg%3e");
}

.profile-menu-link.active .profile-menu-register:before,
.profile-menu-link:hover .profile-menu-register:before {
  background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' fill='url(%23mypage_register1)' viewBox='0 0 256 256'%3e%3crect width='256' height='256' fill='none'%3e%3c/rect%3e%3ccircle cx='188.00054' cy='168' r='12'%3e%3c/circle%3e%3crect x='24' y='128' width='208' height='80' rx='8' opacity='0.2'%3e%3c/rect%3e%3cpath d='M176,128h48a8,8,0,0,1,8,8v64a8,8,0,0,1-8,8H32a8,8,0,0,1-8-8V136a8,8,0,0,1,8-8H80' fill='none' stroke='url(%23mypage_register1)' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'%3e%3c/path%3e%3cline x1='128' y1='128' x2='128' y2='24' fill='none' stroke='url(%23mypage_register2)' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'%3e%3c/line%3e%3cpolyline points='80 72 128 24 176 72' fill='none' stroke='url(%23mypage_register1)' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'%3e%3c/polyline%3e%3cdefs%3e%3clinearGradient id='mypage_register1' x2='1' y2='1'%3e%3cstop offset='0%25' stop-color='%23f46b45' /%3e%3cstop offset='100%25' stop-color='%23f7e041' /%3e%3c/linearGradient%3e%3c/defs%3e%3cdefs%3e%3clinearGradient id='mypage_register2' x1='128' y1='128' x2='128' y2='24' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23f46b45' /%3e%3cstop offset='1' stop-color='%23f7e041' /%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");
}

.profile-menu-favorites:before {
  background-size: 95%;
  background-position-y: 5px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' fill='%2375819a' viewBox='0 0 256 256'%3e%3crect width='256' height='256' fill='none'%3e%3c/rect%3e%3cpath d='M128.0293,216s-100-56-100-124A52.00881,52.00881,0,0,1,128.02938,71.965l-.0002.00008A52.00882,52.00882,0,0,1,228.0293,92C228.0293,160,128.0293,216,128.0293,216Z' opacity='0.2'%3e%3c/path%3e%3cpath d='M128.0293,216s-100-56-100-124A52.00881,52.00881,0,0,1,128.02938,71.965l-.0002.00008A52.00882,52.00882,0,0,1,228.0293,92C228.0293,160,128.0293,216,128.0293,216Z' fill='none' stroke='%2375819a' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'%3e%3c/path%3e%3c/svg%3e");
}

.profile-menu-link.active .profile-menu-favorites:before,
.profile-menu-link:hover .profile-menu-favorites:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' fill='url(%23mypage_favorites1)' viewBox='0 0 256 256'%3e%3crect width='256' height='256' fill='none'%3e%3c/rect%3e%3cpath d='M128.0293,216s-100-56-100-124A52.00881,52.00881,0,0,1,128.02938,71.965l-.0002.00008A52.00882,52.00882,0,0,1,228.0293,92C228.0293,160,128.0293,216,128.0293,216Z' opacity='0.2'%3e%3c/path%3e%3cpath d='M128.0293,216s-100-56-100-124A52.00881,52.00881,0,0,1,128.02938,71.965l-.0002.00008A52.00882,52.00882,0,0,1,228.0293,92C228.0293,160,128.0293,216,128.0293,216Z' fill='none' stroke='url(%23mypage_favorites1)' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'%3e%3c/path%3e%3cdefs%3e%3clinearGradient id='mypage_favorites1' x2='1' y2='1'%3e%3cstop offset='0%25' stop-color='%23f46b45' /%3e%3cstop offset='100%25' stop-color='%23f7e041' /%3e%3c/linearGradient%3e%3c/defs%3e%3cdefs%3e%3clinearGradient id='mypage_favorites2' x1='128' y1='128' x2='128' y2='24' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23f46b45' /%3e%3cstop offset='1' stop-color='%23f7e041' /%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");
}

.profile-menu-mywrite:before {
  background-size: 95%;
  background-position-y: 5px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' fill='%2375819a' viewBox='0 0 256 256'%3e%3crect width='256' height='256' fill='none'%3e%3c/rect%3e%3cpolygon points='128 160 96 160 96 128 168 56 200 88 128 160' opacity='0.2'%3e%3c/polygon%3e%3cpolygon points='128 160 96 160 96 128 192 32 224 64 128 160' fill='none' stroke='%2375819a' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'%3e%3c/polygon%3e%3cline x1='168' y1='56' x2='200' y2='88' fill='none' stroke='%2375819a' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'%3e%3c/line%3e%3cpath d='M216,120v88a8,8,0,0,1-8,8H48a8,8,0,0,1-8-8V48a8,8,0,0,1,8-8h88' fill='none' stroke='%2375819a' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'%3e%3c/path%3e%3c/svg%3e");
}

.profile-menu-link.active .profile-menu-mywrite:before,
.profile-menu-link:hover .profile-menu-mywrite:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' fill='url(%23mypage_mywrite1)' viewBox='0 0 256 256'%3e%3crect width='256' height='256' fill='none'%3e%3c/rect%3e%3cpolygon points='128 160 96 160 96 128 168 56 200 88 128 160' opacity='0.2'%3e%3c/polygon%3e%3cpolygon points='128 160 96 160 96 128 192 32 224 64 128 160' fill='none' stroke='url(%23mypage_mywrite1)' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'%3e%3c/polygon%3e%3cline x1='168' y1='56' x2='200' y2='88' fill='none' stroke='url(%23mypage_mywrite2)' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'%3e%3c/line%3e%3cpath d='M216,120v88a8,8,0,0,1-8,8H48a8,8,0,0,1-8-8V48a8,8,0,0,1,8-8h88' fill='none' stroke='url(%23mypage_mywrite1)' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'%3e%3c/path%3e%3cdefs%3e%3clinearGradient id='mypage_mywrite1' x2='1' y2='1'%3e%3cstop offset='0%25' stop-color='%23f46b45' /%3e%3cstop offset='100%25' stop-color='%23f7e041' /%3e%3c/linearGradient%3e%3c/defs%3e%3cdefs%3e%3clinearGradient id='mypage_mywrite2' x1='168' y1='56' x2='200' y2='88' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23f46b45' /%3e%3cstop offset='1' stop-color='%23f7e041' /%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");
}

.profile-menu-myscrap:before {
  background-size: 95%;
  background-position-y: 5px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' fill='%2375819a' viewBox='0 0 256 256'%3e%3crect width='256' height='256' fill='none'/%3e%3cpath d='M168,224l-56.0074-40L56,224V72a8,8,0,0,1,8-8h96a8,8,0,0,1,8,8Z' fill='none' stroke='%2375819a' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3e%3cpath d='M88,32H192a8,8,0,0,1,8,8V192' fill='none' stroke='%2375819a' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3e%3c/svg%3e");
}

.profile-menu-link.active .profile-menu-myscrap:before,
.profile-menu-link:hover .profile-menu-myscrap:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' fill='url(%23mypage_myscrap1)' viewBox='0 0 256 256'%3e%3crect width='256' height='256' fill='none'/%3e%3cpath d='M168,224l-56.0074-40L56,224V72a8,8,0,0,1,8-8h96a8,8,0,0,1,8,8Z' fill='none' stroke='url(%23mypage_myscrap1)' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3e%3cpath d='M88,32H192a8,8,0,0,1,8,8V192' fill='none' stroke='url(%23mypage_myscrap1)' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3e%3cdefs%3e%3clinearGradient id='mypage_myscrap1' x2='1' y2='1'%3e%3cstop offset='0%25' stop-color='%23f46b45' /%3e%3cstop offset='100%25' stop-color='%23f7e041' /%3e%3c/linearGradient%3e%3c/defs%3e%3cdefs%3e%3clinearGradient id='mypage_myscrap2' x1='128' y1='128' x2='128' y2='24' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23f46b45' /%3e%3cstop offset='1' stop-color='%23f7e041' /%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");
}

.profile-menu-alarm:before {
  background-size: 95%;
  background-position-y: 5px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' fill='%2375819a' viewBox='0 0 256 256'%3e%3crect width='256' height='256' fill='none'%3e%3c/rect%3e%3cpath d='M56,104.02075a72.00006,72.00006,0,0,1,72.54593-71.998C168.24536,32.31709,200,65.2241,200,104.92462v15.09613c0,35.81563,7.514,56.59893,14.1321,67.95814a7.99893,7.99893,0,0,1-6.90073,12.04186H48.76058a7.999,7.999,0,0,1-6.89972-12.04359C48.48245,176.61757,56,155.83456,56,120.02075Z' opacity='0.2'%3e%3c/path%3e%3cpath d='M56,104.02075a72.00006,72.00006,0,0,1,72.54593-71.998C168.24536,32.31709,200,65.2241,200,104.92462v15.09613c0,35.81563,7.514,56.59893,14.1321,67.95814a7.99893,7.99893,0,0,1-6.90073,12.04186H48.76058a7.999,7.999,0,0,1-6.89972-12.04359C48.48245,176.61757,56,155.83456,56,120.02075Z' fill='none' stroke='%2375819a' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'%3e%3c/path%3e%3cline x1='95.92521' y1='232.02075' x2='159.92521' y2='232.02075' fill='none' stroke='%2375819a' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'%3e%3c/line%3e%3c/svg%3e");
}

.profile-menu-link.active .profile-menu-alarm:before,
.profile-menu-link:hover .profile-menu-alarm:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' fill='url(%23mypage_alarm1)' viewBox='0 0 256 256'%3e%3crect width='256' height='256' fill='none'%3e%3c/rect%3e%3cpath d='M56,104.02075a72.00006,72.00006,0,0,1,72.54593-71.998C168.24536,32.31709,200,65.2241,200,104.92462v15.09613c0,35.81563,7.514,56.59893,14.1321,67.95814a7.99893,7.99893,0,0,1-6.90073,12.04186H48.76058a7.999,7.999,0,0,1-6.89972-12.04359C48.48245,176.61757,56,155.83456,56,120.02075Z' opacity='0.2'%3e%3c/path%3e%3cpath d='M56,104.02075a72.00006,72.00006,0,0,1,72.54593-71.998C168.24536,32.31709,200,65.2241,200,104.92462v15.09613c0,35.81563,7.514,56.59893,14.1321,67.95814a7.99893,7.99893,0,0,1-6.90073,12.04186H48.76058a7.999,7.999,0,0,1-6.89972-12.04359C48.48245,176.61757,56,155.83456,56,120.02075Z' fill='none' stroke='url(%23mypage_alarm1)' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'%3e%3c/path%3e%3cline x1='95.92521' y1='232.02075' x2='159.92521' y2='232.02075' fill='none' stroke='url(%23mypage_alarm2)' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'%3e%3c/line%3e%3cdefs%3e%3clinearGradient id='mypage_alarm1' x2='1' y2='1'%3e%3cstop offset='0%25' stop-color='%23f46b45' /%3e%3cstop offset='100%25' stop-color='%23f7e041' /%3e%3c/linearGradient%3e%3c/defs%3e%3cdefs%3e%3clinearGradient id='mypage_alarm2' x1='95.92521' y1='232.02075' x2='159.92521' y2='232.02075' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23f46b45' /%3e%3cstop offset='1' stop-color='%23f7e041' /%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");
}

.profile-menu-messages:before {
  background-position-y: 5px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' fill='%2375819a' viewBox='0 0 256 256'%3e%3crect width='256' height='256' fill='none'%3e%3c/rect%3e%3cpolygon points='224 56 128 144 32 56 224 56' opacity='0.2'%3e%3c/polygon%3e%3cpath d='M32,56H224a0,0,0,0,1,0,0V192a8,8,0,0,1-8,8H40a8,8,0,0,1-8-8V56A0,0,0,0,1,32,56Z' fill='none' stroke='%2375819a' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'%3e%3c/path%3e%3cpolyline points='224 56 128 144 32 56' fill='none' stroke='%2375819a' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'%3e%3c/polyline%3e%3c/svg%3e");
}

.profile-menu-link.active .profile-menu-messages:before,
.profile-menu-link:hover .profile-menu-messages:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' fill='url(%23mypage_messages1)' viewBox='0 0 256 256'%3e%3crect width='256' height='256' fill='none'%3e%3c/rect%3e%3cpolygon points='224 56 128 144 32 56 224 56' opacity='0.2'%3e%3c/polygon%3e%3cpath d='M32,56H224a0,0,0,0,1,0,0V192a8,8,0,0,1-8,8H40a8,8,0,0,1-8-8V56A0,0,0,0,1,32,56Z' fill='none' stroke='url(%23mypage_messages1)' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'%3e%3c/path%3e%3cpolyline points='224 56 128 144 32 56' fill='none' stroke='url(%23mypage_messages1)' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'%3e%3c/polyline%3e%3cdefs%3e%3clinearGradient id='mypage_messages1' x2='1' y2='1'%3e%3cstop offset='0%25' stop-color='%23f46b45' /%3e%3cstop offset='100%25' stop-color='%23f7e041' /%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");
}
.profile-menu-modify:before {
  background-size: 97%;
  background-position-y: 5px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' fill='%2375819a' viewBox='0 0 256 256'%3e%3crect width='256' height='256' fill='none'%3e%3c/rect%3e%3cpath d='M216.001,136.001v-16l10.30761-15.46a8.18339,8.18339,0,0,0,1.07032-6.86817,103.25262,103.25262,0,0,0-7.65137-18.50879,8.14738,8.14738,0,0,0-5.60547-4.085l-18.23828-3.64746L184.57031,60.11816l-3.64746-18.23828a8.14916,8.14916,0,0,0-4.085-5.60644,103.22723,103.22723,0,0,0-18.50977-7.65039,8.18466,8.18466,0,0,0-6.86718,1.07031L136.001,40h-16L104.542,29.69336a8.1863,8.1863,0,0,0-6.86816-1.07031A103.18841,103.18841,0,0,0,79.165,36.27344a8.14352,8.14352,0,0,0-4.085,5.60644L71.43262,60.11719,60.11816,71.43164,41.88086,75.0791a8.14174,8.14174,0,0,0-5.60547,4.085,103.154,103.154,0,0,0-7.65234,18.50879,8.18373,8.18373,0,0,0,1.07129,6.86817L40,120v16L29.69434,151.459a8.18374,8.18374,0,0,0-1.07129,6.86817,103.15966,103.15966,0,0,0,7.65136,18.50976,8.14535,8.14535,0,0,0,5.60547,4.085l18.23828,3.64746,11.31348,11.31347,3.64746,18.23828a8.14352,8.14352,0,0,0,4.085,5.60645,103.06694,103.06694,0,0,0,18.50781,7.65039,8.18635,8.18635,0,0,0,6.86817-1.07031L120,216.001h16l15.46094,10.30761a8.18467,8.18467,0,0,0,6.86718,1.07032,103.24856,103.24856,0,0,0,18.50879-7.65039,8.14735,8.14735,0,0,0,4.085-5.60547l3.64747-18.23926,11.31347-11.31445,18.23926-3.64746a8.14178,8.14178,0,0,0,5.60547-4.085,103.21317,103.21317,0,0,0,7.65137-18.50781,8.18336,8.18336,0,0,0-1.07032-6.86816Zm-88,48a56,56,0,1,1,56-56A56.00027,56.00027,0,0,1,128.001,184.001Z' opacity='0.2'%3e%3c/path%3e%3ccircle cx='128.00098' cy='128.00049' r='56' fill='none' stroke='%2375819a' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'%3e%3c/circle%3e%3cpath d='M216.001,120.001l10.30713-15.4603a8.18367,8.18367,0,0,0,1.07094-6.86806,103.18961,103.18961,0,0,0-7.652-18.50824,8.14437,8.14437,0,0,0-5.60531-4.08483l-18.23792-3.64791L184.57031,60.11816l-3.64788-18.23862a8.14452,8.14452,0,0,0-4.08517-5.60564,103.21306,103.21306,0,0,0-18.50891-7.65085,8.18366,8.18366,0,0,0-6.868,1.07071L136.001,40h-16L104.54162,29.69376a8.18369,8.18369,0,0,0-6.868-1.07071,103.21412,103.21412,0,0,0-18.50876,7.65077,8.1445,8.1445,0,0,0-4.08522,5.60591l-3.647,18.23746L60.11816,71.43164l-18.23762,3.647a8.14428,8.14428,0,0,0-5.60569,4.08493,103.19818,103.19818,0,0,0-7.652,18.50915,8.18354,8.18354,0,0,0,1.0709,6.86786L40,120v16L29.6937,151.45945a8.18369,8.18369,0,0,0-1.07072,6.86784,103.1749,103.1749,0,0,0,7.65075,18.50925,8.1448,8.1448,0,0,0,5.60561,4.08487l18.23882,3.64793,11.31348,11.31347,3.64709,18.2387a8.14473,8.14473,0,0,0,4.08479,5.60582A103.14826,103.14826,0,0,0,97.672,227.37827a8.18362,8.18362,0,0,0,6.86744-1.07079L120,216.001h16l15.46031,10.30714a8.18353,8.18353,0,0,0,6.868,1.07073,103.18533,103.18533,0,0,0,18.5082-7.65063,8.14479,8.14479,0,0,0,4.08487-5.6056l3.64793-18.23883,11.31347-11.31445,18.23862-3.64708a8.14431,8.14431,0,0,0,5.6057-4.08491,103.18916,103.18916,0,0,0,7.65192-18.508,8.18367,8.18367,0,0,0-1.07094-6.86806L216.001,136.001Z' fill='none' stroke='%2375819a' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'%3e%3c/path%3e%3c/svg%3e");
}

.profile-menu-link.active .profile-menu-modify:before,
.profile-menu-link:hover .profile-menu-modify:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' fill='url(%23mypage_modify1)' viewBox='0 0 256 256'%3e%3crect width='256' height='256' fill='none'%3e%3c/rect%3e%3cpath d='M216.001,136.001v-16l10.30761-15.46a8.18339,8.18339,0,0,0,1.07032-6.86817,103.25262,103.25262,0,0,0-7.65137-18.50879,8.14738,8.14738,0,0,0-5.60547-4.085l-18.23828-3.64746L184.57031,60.11816l-3.64746-18.23828a8.14916,8.14916,0,0,0-4.085-5.60644,103.22723,103.22723,0,0,0-18.50977-7.65039,8.18466,8.18466,0,0,0-6.86718,1.07031L136.001,40h-16L104.542,29.69336a8.1863,8.1863,0,0,0-6.86816-1.07031A103.18841,103.18841,0,0,0,79.165,36.27344a8.14352,8.14352,0,0,0-4.085,5.60644L71.43262,60.11719,60.11816,71.43164,41.88086,75.0791a8.14174,8.14174,0,0,0-5.60547,4.085,103.154,103.154,0,0,0-7.65234,18.50879,8.18373,8.18373,0,0,0,1.07129,6.86817L40,120v16L29.69434,151.459a8.18374,8.18374,0,0,0-1.07129,6.86817,103.15966,103.15966,0,0,0,7.65136,18.50976,8.14535,8.14535,0,0,0,5.60547,4.085l18.23828,3.64746,11.31348,11.31347,3.64746,18.23828a8.14352,8.14352,0,0,0,4.085,5.60645,103.06694,103.06694,0,0,0,18.50781,7.65039,8.18635,8.18635,0,0,0,6.86817-1.07031L120,216.001h16l15.46094,10.30761a8.18467,8.18467,0,0,0,6.86718,1.07032,103.24856,103.24856,0,0,0,18.50879-7.65039,8.14735,8.14735,0,0,0,4.085-5.60547l3.64747-18.23926,11.31347-11.31445,18.23926-3.64746a8.14178,8.14178,0,0,0,5.60547-4.085,103.21317,103.21317,0,0,0,7.65137-18.50781,8.18336,8.18336,0,0,0-1.07032-6.86816Zm-88,48a56,56,0,1,1,56-56A56.00027,56.00027,0,0,1,128.001,184.001Z' opacity='0.2'%3e%3c/path%3e%3ccircle cx='128.00098' cy='128.00049' r='56' fill='none' stroke='url(%23mypage_modify1)' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'%3e%3c/circle%3e%3cpath d='M216.001,120.001l10.30713-15.4603a8.18367,8.18367,0,0,0,1.07094-6.86806,103.18961,103.18961,0,0,0-7.652-18.50824,8.14437,8.14437,0,0,0-5.60531-4.08483l-18.23792-3.64791L184.57031,60.11816l-3.64788-18.23862a8.14452,8.14452,0,0,0-4.08517-5.60564,103.21306,103.21306,0,0,0-18.50891-7.65085,8.18366,8.18366,0,0,0-6.868,1.07071L136.001,40h-16L104.54162,29.69376a8.18369,8.18369,0,0,0-6.868-1.07071,103.21412,103.21412,0,0,0-18.50876,7.65077,8.1445,8.1445,0,0,0-4.08522,5.60591l-3.647,18.23746L60.11816,71.43164l-18.23762,3.647a8.14428,8.14428,0,0,0-5.60569,4.08493,103.19818,103.19818,0,0,0-7.652,18.50915,8.18354,8.18354,0,0,0,1.0709,6.86786L40,120v16L29.6937,151.45945a8.18369,8.18369,0,0,0-1.07072,6.86784,103.1749,103.1749,0,0,0,7.65075,18.50925,8.1448,8.1448,0,0,0,5.60561,4.08487l18.23882,3.64793,11.31348,11.31347,3.64709,18.2387a8.14473,8.14473,0,0,0,4.08479,5.60582A103.14826,103.14826,0,0,0,97.672,227.37827a8.18362,8.18362,0,0,0,6.86744-1.07079L120,216.001h16l15.46031,10.30714a8.18353,8.18353,0,0,0,6.868,1.07073,103.18533,103.18533,0,0,0,18.5082-7.65063,8.14479,8.14479,0,0,0,4.08487-5.6056l3.64793-18.23883,11.31347-11.31445,18.23862-3.64708a8.14431,8.14431,0,0,0,5.6057-4.08491,103.18916,103.18916,0,0,0,7.65192-18.508,8.18367,8.18367,0,0,0-1.07094-6.86806L216.001,136.001Z' fill='none' stroke='url(%23mypage_modify1)' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'%3e%3c/path%3e%3cdefs%3e%3clinearGradient id='mypage_modify1' x2='1' y2='1'%3e%3cstop offset='0%25' stop-color='%23f46b45' /%3e%3cstop offset='100%25' stop-color='%23f7e041' /%3e%3c/linearGradient%3e%3c/defs%3e%3cdefs%3e%3clinearGradient id='mypage_modify2' x1='128' y1='128' x2='128' y2='24' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23f46b45' /%3e%3cstop offset='1' stop-color='%23f7e041' /%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");
}

.drop-filter {
  filter: drop-shadow(10px 0 5px red);
}

.noti::after {
  content: "";
  position: absolute;
  background-color: #f86d72;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 50%;
  top: 10%;
  border: 2px solid #fff;
  animation: ping 2s cubic-bezier(0, 0, 0.2, 1) infinite;
  transform: translateX(-50%);
}

@keyframes ping {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  75%,
  100% {
    transform: scale(2);
    opacity: 0;
  }
}

.profile-menu-title {
  font-size: 0.875rem;
}

.profile-menu-link.active .profile-menu-title,
.profile-menu-link:hover .profile-menu-title {
  color: var(--fix-text-accent);
  font-weight: 600;
}

.mypage-body {
  display: flex;
  padding-top: 20px;
  position: relative;
  z-index: 2;
}
.mypage-left {
  max-width: 25%;
  display: flex;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
}

.profile-intro,
.profile-pushmsg,
.profile-point,
.profile-exp,
.profile-about_me,
.profile-my_scrap {
  padding: 20px;
}
.profile-intro-title,
.profile-pushmsg-title,
.profile-point-title,
.profile-exp-title,
.my_post-title,
.my_cmt-title,
.my_scrap-title {
  color: var(--fix-text);
  font-weight: 600;
  font-size: 18px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.about-title {
  color: var(--fix-text);
  font-weight: 600;
  font-size: 18px;
  display: flex;
  align-items: center;
}

.about-content {
  background-color: #f5f6f7;
  box-shadow: -4px -2px 4px 0px #ffffff, 4px 2px 6px 0px #dfe4ea;
  position: relative;
  padding: 1rem;
  border-radius: 0.5rem;
}
.about-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  box-shadow: 2px 2px 2px 0px #dfe4ea inset, -2px -2px 2px 0px #ffffff inset;
  border-radius: 0.5rem;
}

.profile-pushmsg-item,
.profile-info-item,
.profile-point-item,
.profile-exp-item {
  display: flex;
  color: #c3c5d5;
  margin: 10px 0;
}
.profile-pushmsg-item i,
.profile-info-item i,
.profile-point-item i,
.profile-exp-item i {
  vertical-align: middle;
}
.profile-info-item:first-child,
.profile-point-item:first-child {
  margin-top: 0;
  margin-bottom: 8px;
}

.profile-pushmsg-item svg,
.profile-info-item svg,
.profile-point-item svg,
.profile-exp-item svg {
  width: 24px;
  margin-right: 10px;
}
.profile-pushmsg-item span,
.profile-info-item span,
.profile-point-item span,
.profile-exp-item span {
  text-decoration: none;
}
.profile-pushmsg,
.profile-point,
.profile-ranking,
.profile-exp,
.profile-my_post,
.profile-my_cmt {
  margin-top: 20px;
  padding: 20px;
}

.profile-intro-subject > i {
  width: 14px;
  height: 14px;
  font-size: 0.75rem;
}

.user {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.user-img {
  border-radius: 50%;
  width: 45px;
  height: 45px;
  margin-right: 15px;
  object-fit: cover;
  object-position: center;
}
.username {
  font-size: 15px;
}

.mypage-right {
  padding-left: 20px;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  flex-direction: column;
  min-width: 0;
}

.my-basic-info {
  height: 4rem;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  position: relative;
  background: #f5f6f7;
  box-shadow: 0.3rem 0.3rem 0.6rem hsla(215, 46%, calc(93% - 15%), 0.8),
    calc(-1 * 0.3rem) calc(-1 * 0.3rem) 0.6rem
      hsla(215, 46%, calc(93% + 15%), 0.8);
  box-shadow: -4px -2px 4px 0px #ffffff, 4px 2px 6px 0px #dfe4ea;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.my-basic-info input {
  display: none;
}
.my-basic-info > input:checked + label {
  transition: all 0.5s ease;
  color: #5c5e6e;
  z-index: 2;
}
.my-basic-info__1,
.my-basic-info__2,
.my-basic-info__3,
.my-basic-info__4,
.my-basic-info__5,
.my-basic-info__6,
.my-basic-info__7 {
  width: 6.8rem;
  height: 3.6rem;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #a0aec0;
}
.my-basic-info__1:hover,
.my-basic-info__2:hover,
.my-basic-info__3:hover,
.my-basic-info__4:hover,
.my-basic-info__5:hover,
.my-basic-info__6:hover,
.my-basic-info__7:hover {
  color: #5c5e6e;
}
.my-basic-info > input:checked + label {
  transition: all 0.5s ease;
  color: #5c5e6e;
}
.my-basic-info__color {
  position: absolute;
  height: 3.4rem;
  width: 6.2rem;
  margin-left: 0.3rem;
  border-radius: 0.8rem;
  pointer-events: none;
  box-shadow: 2px 2px 2px 0px #dfe4ea inset, -2px -2px 2px 0px #ffffff inset;
  background: #f8f9fb;
  z-index: 1;
}
#tab-1:checked ~ .my-basic-info__color {
  transform: translateX(0);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#tab-2:checked ~ .my-basic-info__color {
  transform: translateX(6.8rem);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#tab-3:checked ~ .my-basic-info__color {
  transform: translateX(13.6rem);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#tab-4:checked ~ .my-basic-info__color {
  transform: translateX(20.4rem);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#tab-5:checked ~ .my-basic-info__color {
  transform: translateX(27.2rem);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#tab-6:checked ~ .my-basic-info__color {
  transform: translateX(34rem);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#tab-7:checked ~ .my-basic-info__color {
  transform: translateX(40.8rem);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.my_scrap-items .slick-slide {
  margin: 0 5px;
}
/* the parent */
.my_scrap-items .slick-list {
  margin: 0 -5px;
  padding: 1rem 0 2rem;
}

.progress-bar span {
  background-color: var(--fix-brand-color);
  position: absolute;
  bottom: -20px;
  font-size: 10px;
  line-height: 10px;
  padding: 2px 3px 2px 4px;
  right: -1.4em;
  border-radius: 2px;
}
.progress-bar span:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: var(--fix-brand-color);
  border-width: 5px;
  margin-left: -5px;
}

.tooltip-custom {
  position: relative;
}
.tooltip-custom::before {
  background-color: white;
  border: 1px solid #888;
  border-radius: 2px;
  color: #444;
  content: attr(data-title);
  display: none;
  font-family: sans-serif;
  font-size: 14px;
  padding: 2px 5px;
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: 1;
  width: 60px;
}
.tooltip-custom:hover::before {
  display: block;
}

/* my scrap */
.my_scrap-explain {
  background-color: #f8fafa;
  top: -5rem;
  left: 50%;
  transform: translateX(-50%);
}
.my_product_enroll {
  top: -3rem;
}

/* mypost page */
.mypost-slider--tabs:after {
  content: "";
  width: 50%;
  background: #a6b5c2;
  box-shadow: -4px -2px 4px 0px #ffffff, 4px 2px 6px 0px #dfe4ea;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  border-radius: 35px;
}
.mypost-slider--tabs.slide:after {
  left: 50%;
}

.mypost-slider--trigger {
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
  color: #a6b5c2;
  text-transform: uppercase;
  text-align: center;
  padding: 11px 20px;
  position: relative;
  z-index: 2;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: color 250ms ease-in-out;
  transition: color 250ms ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mypost-slider--trigger.active {
  color: #fff;
}
.mypost-slider--body {
  animation: slideX 0.6s both;
  overflow: auto;
}
.mypost-slider--body:last-child {
  display: none;
}
.exp-ranking--body,
.point-ranking--body {
  animation: slideX 0.4s both;
}
@keyframes slideX {
  0% {
    opacity: 0;
    transform: translateX(200px);
  }
}

/* my noti page */
.anim-y-num-0 {
  animation: slideUp 0.6s both;
}

.anim-y-num-1 {
  animation: slideUp 0.6s both;
  animation-delay: 0.28s;
}

.anim-y-num-2 {
  animation: slideUp 0.6s both;
  animation-delay: 0.42s;
}

.anim-y-num-3 {
  animation: slideUp 0.6s both;
  animation-delay: 0.56s;
}

.anim-y-num-4 {
  animation: slideUp 0.6s both;
  animation-delay: 0.7s;
}

.anim-y-num-5 {
  animation: slideUp 0.6s both;
  animation-delay: 0.84s;
}

.anim-y-num-6 {
  animation: slideUp 0.6s both;
  animation-delay: 0.98s;
}

.anim-y-num-7 {
  animation: slideUp 0.6s both;
  animation-delay: 1.12s;
}

.anim-y-num-8 {
  animation: slideUp 0.6s both;
  animation-delay: 1.26s;
}

.anim-y-num-9 {
  animation: slideUp 0.6s both;
  animation-delay: 1.54s;
}

.anim-y-num-10 {
  animation: slideUp 0.6s both;
  animation-delay: 1.68s;
}

.anim-y-num-11 {
  animation: slideUp 0.6s both;
  animation-delay: 1.82s;
}

.anim-y-num-12 {
  animation: slideUp 0.6s both;
  animation-delay: 1.96s;
}

.anim-y-num-13 {
  animation: slideUp 0.6s both;
  animation-delay: 2.1s;
}

.anim-y-num-14 {
  animation: slideUp 0.6s both;
  animation-delay: 2.24s;
}

@keyframes slideUp {
  0% {
    transform: translateY(76px) scale(0.92);
    opacity: 0;
  }
}

/* exp & point */
.exp_ranking,
.point_ranking {
  position: relative;
  height: 120px;
  width: 120px;
  border-radius: 50%;
  color: #fff;
}
.exp_ranking.unRanked,
.point_ranking.unRanked {
  background: #bdc3c7; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to top,
    #bdc3c7,
    #2c3e50
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to top,
    #bdc3c7,
    #2c3e50
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.exp_ranking.ironGrade,
.point_ranking.ironGrade {
  background: #283048; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to bottom,
    #859398,
    #283048
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to bottom,
    #859398,
    #283048
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.exp_ranking.bronzeGrade,
.point_ranking.bronzeGrade {
  background: #1f1c2c; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to bottom,
    #928dab,
    #1f1c2c
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to bottom,
    #928dab,
    #1f1c2c
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.exp_ranking.silverGrade,
.point_ranking.silverGrade {
  background: #5d4157; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to bottom,
    #a8caba,
    #5d4157
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to bottom,
    #a8caba,
    #5d4157
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.exp_ranking.goldGrade,
.point_ranking.goldGrade {
  background: #73c8a9; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to top,
    #373b44,
    #73c8a9
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to top,
    #373b44,
    #73c8a9
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.exp_ranking.platinuimGrade,
.point_ranking.platinuimGrade {
  background: #373b44; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to bottom,
    #4286f4,
    #373b44
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to bottom,
    #4286f4,
    #373b44
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.exp_ranking.diamondGrade,
.point_ranking.diamondGrade {
  background: #4e54c8; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to bottom,
    #8f94fb,
    #4e54c8
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to bottom,
    #8f94fb,
    #4e54c8
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.exp_ranking.masterGrade,
.point_ranking.masterGrade {
  background: #4568dc; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to bottom,
    #b06ab3,
    #4568dc
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to bottom,
    #b06ab3,
    #4568dc
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.exp_ranking.grandMasterGrade,
.point_ranking.grandMasterGrade {
  background: #3a7bd5; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to bottom,
    #3a6073,
    #3a7bd5
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to bottom,
    #3a6073,
    #3a7bd5
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.exp_ranking.challengerGrade,
.point_ranking.challengerGrade {
  background: #f09819; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to bottom,
    #ff5858,
    #f09819
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to bottom,
    #ff5858,
    #f09819
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.exp_ranking.rentalTop,
.point_ranking.rentalTop {
  background: #ff9966; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to top,
    #ff5e62,
    #ff9966
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to top,
    #ff5e62,
    #ff9966
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.user-score-title {
  position: absolute;
  left: 0;
  right: 0;
  top: 20px;
  text-align: center;
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
  font-weight: 600;
}
.user-score-number {
  position: absolute;
  top: 55%;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transform: translateY(-55%);
  transform: translateY(-55%);
  font-size: 50px;
  font-weight: 800;
}

/* 4.MYPAGE REGISTER */
.mypage-product-register-title,
.my_scrap-title {
  color: var(--fix-text);
  font-weight: 600;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.mypage-product-register-explain,
.my_scrap-explain,
.my_scrap-business {
  top: -5rem;
  left: 50%;
  transform: translateX(-50%);
}

.my_product_enroll {
  top: -3rem;
}

/* slick custom */
.mypage__slideshow-controls {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  align-items: center;
}
.mypage__slideshow-controls .slick-dots {
  list-style: none;
}
.mypage__slideshow-controls .slick-dots li {
  display: inline-block;
  margin-right: 0.5rem;
  padding: 0.5rem 0;
}
.mypage__slideshow-controls .slick-dots li.slick-active button,
.mypage__slideshow-controls .slick-dots li:hover button {
  background-color: #8fa3bc;
}
.mypage__slideshow-controls .slick-dots button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background-color: #ced5de;
  box-shadow: -4px -2px 4px 0px #ffffff, 4px 2px 6px 0px #dfe4ea;
  height: 3px;
  width: 30px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
}

.mypage__slideshow-controls .slideshow-arrows {
  display: flex;
}

.mypage__slideshow-controls .slick-arrow {
  cursor: pointer;
  display: flex;
  box-shadow: -4px -2px 4px 0px #ffffff, 4px 2px 6px 0px #dfe4ea;
  background-color: #f5f6f7;
}

.slideshow-arrows__prev {
  margin-right: 5px;
}

.slideshow-arrows__prev,
.slideshow-arrows__next {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #8fa3bc;
  background: #fff;
  width: 40px;
  height: 40px;
  margin-left: 2px;
}
.slideshow-arrows__prev:hover,
.slideshow-arrows__next:hover {
  background-color: #f5f6f7;
  box-shadow: 2px 2px 2px 0px #dfe4ea inset, -2px -2px 2px 0px #ffffff inset;
}

.slideshow-arrows__prev.slick-disabled,
.slideshow-arrows__next.slick-disabled {
  cursor: not-allowed;
  background-color: #f0f2f5;
  color: #ced5de;
}

/* kakao select */
.kakao-select label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
.kakao-select input[type="checkbox"],
.kakao-select input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
.kakao-select .d-none {
  display: none !important;
}

.kakao-select .card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.kakao-select .card-body {
  flex: 0 0 50%;
  padding: 0.5rem;
}
.kakao-select .card-body:hover {
  background-color: #fcfcfc;
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.card-radio-btn .content_head {
  display: inline-block;
  color: #333;
  font-size: 1rem;
  align-items: center;
}
.card-radio-btn .kakao-select-icons {
  display: inline-block;
}

.card-radio-btn .kakao-select-icons img {
  width: 21px;
  height: auto;
  display: inline-block;
}
.card-radio-btn .content_sub {
  color: #9e9e9e;
  font-size: 14px;
}

.card-input-element + .card {
  margin: 0;
  justify-content: space-between;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid rgba(0, 44, 155, 0.3);
  border-radius: 0.25rem;
  text-align: center;
}

.card-input-element + .card:hover {
  cursor: pointer;
}

.card-input-element:checked + .card {
  background-color: #fcfcfc;
  --tw-shadow: 0 4px 6px -1px rgba(0, 44, 155, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 44, 155, 0.1)),
    var(--tw-ring-shadow, 0 0 rgba(0, 44, 155, 0.1)), var(--tw-shadow);
  font-weight: bold;
  border: 1px solid rgb(0, 44, 155);
  -webkit-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
}

.card-input-element:checked + .card::after {
  content: "\efe0";
  color: rgba(0, 44, 155, 1);
  position: absolute;
  right: 5px;
  top: 5px;
  font-family: "Phosphor" !important;
  font-style: normal;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-animation-name: fadeInCheckbox;
  animation-name: fadeInCheckbox;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@-webkit-keyframes fadeInCheckbox {
  from {
    opacity: 0;
    -webkit-transform: rotateZ(-20deg);
  }

  to {
    opacity: 1;
    -webkit-transform: rotateZ(0deg);
  }
}

@keyframes fadeInCheckbox {
  from {
    opacity: 0;
    transform: rotateZ(-20deg);
  }

  to {
    opacity: 1;
    transform: rotateZ(0deg);
  }
}
