@charset "UTF-8";
/* ^scss에서 수정해주세요!  Don't edit .css file, Only work on the scss*/
@media screen and (max-width: 1023.9px) {
  .com_My .com_tab_line {
    width: calc(100% + 26px);
    max-width: calc(100% + 26px) !important;
    margin-inline: -13px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_My .com_tab_sub {
    width: calc(100% + 26px);
    max-width: calc(100% + 26px) !important;
    margin-inline: -13px;
    padding-inline: 13px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_My.p_Account .com_tab, .com_My.p_Leave .com_tab, .com_My.p_Notice .com_tab, .com_My.p_NoticeDetail .com_tab {
    display: none;
  }
}
.com_My .warning_cashback {
  margin-top: 30px;
}
.com_My .warning_cashback .com_chk {
  font-weight: 600;
  font-size: 18px;
}
@media screen and (max-width: 1023.9px) {
  .com_My .warning_cashback .com_chk {
    font-size: 16px;
  }
}
.com_My .warning_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 15px;
  padding-top: 30px;
  border-top: 1px solid #e2e3e5;
  margin-top: 30px;
}
.com_My .warning_list .tip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  gap: 5px;
}
@media screen and (max-width: 1023.9px) {
  .com_My .warning_list .tip {
    font-size: 14px;
  }
}
.com_My .warning_list .tip:before {
  display: inline-block;
  width: 16px;
  min-width: 16px;
  height: 16px;
  background: url(../img/icon_tip.png) no-repeat center/16px;
  content: "";
}
.com_My .my_layout {
  width: 1620px;
  margin: 0 auto;
}
@media screen and (min-width: 1023.9px) {
  .com_My .my_layout {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    gap: 60px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 1646px) {
  .com_My .my_layout {
    width: auto;
    margin-inline: 13px;
  }
}
@media screen and (max-width: 1299.9px) {
  .com_My .my_layout {
    gap: 30px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_My .my_layout {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
  }
}
.com_My .my_container {
  width: calc(100% - 350px);
}
@media screen and (max-width: 1299.9px) {
  .com_My .my_container {
    width: calc(100% - 250px);
  }
}
@media screen and (max-width: 1023.9px) {
  .com_My .my_container {
    order: 1;
    width: 100%;
  }
}
.com_My .my_container > .com_pg_tit_s__wrap {
  padding-block: 0 30px;
}
.com_My .my_container > .com_pg_tit_s__wrap.has_search {
  margin-top: -10px;
}
.com_My .my_container > .com_pg_tit_s {
  margin-block: 0 40px;
}
@media screen and (max-width: 1023.9px) {
  .com_My .my_container .com_pg_tit_s {
    display: none;
  }
}
@media screen and (min-width: 1023.9px) {
  .com_My .my_container .com_tab_line {
    margin-top: 15px;
  }
}
.com_My .my_aside {
  width: 350px;
}
@media screen and (max-width: 1299.9px) {
  .com_My .my_aside {
    width: 200px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_My .my_aside {
    display: none;
    width: 100%;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_My .my_aside .com_pg_tit_s {
    display: none;
  }
}
.com_My .my_aside .lnb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 7px;
  margin-top: 40px;
}
@media screen and (max-width: 1023.9px) {
  .com_My .my_aside .lnb {
    margin-top: 30px;
    display: none;
  }
}
.com_My .my_aside .lnb__tit {
  display: none;
}
.com_My .my_aside .lnb.active {
  display: flex;
  position: fixed;
  padding: 15px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #fff;
  margin: 0;
  overflow-y: auto;
}
.com_My .my_aside .lnb.active .lnb__tit {
  display: block;
  margin-bottom: 10px;
}
.com_My .my_aside .lnb_menu {
  border-radius: 10px;
  border: 1px solid #e2e3e5;
  padding: 12px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 600;
}
.com_My .my_aside .lnb_menu:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 10px;
  height: 10px;
  border: solid #005f4c;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
  margin-left: auto;
}
.com_My .my_aside .lnb_menu .icon {
  width: 30px;
}
.com_My .my_aside .lnb_menu.active {
  border-width: 2px;
  border-color: #005f4c;
  padding: 11px 19px;
}
.com_My .my_aside.active {
  display: block;
}
.com_My .profile_area {
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1023.9px) {
  .com_My .profile_area {
    padding-inline: 15px;
    padding-bottom: 20px;
  }
}
.com_My .profile_area .profile {
  float: left;
  margin-right: 25px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  min-width: 100px;
  aspect-ratio: auto;
  border-radius: 100%;
  border: 2px solid #005f4c;
  position: relative;
}
.com_My .profile_area .profile > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.com_My .profile_area .profile > img, .com_My .profile_area .profile > a > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
}
@media screen and (max-width: 1023.9px) {
  .com_My .profile_area .profile {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    min-width: 80px;
    aspect-ratio: auto;
  }
  .com_My .profile_area .profile > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .com_My .profile_area .profile > img, .com_My .profile_area .profile > a > img {
    object-fit: cover;
    min-height: 100%;
    min-width: 100%;
    max-height: 100%;
    max-width: none;
    height: 100%;
  }
}
.com_My .profile_area .btn_edit {
  border-radius: 50px;
  background: #005f4c;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 90px;
  left: 89px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
}
.com_My .profile_area .btn_edit:hover {
  cursor: pointer;
}
@media screen and (max-width: 1023.9px) {
  .com_My .profile_area .btn_edit {
    top: 48px;
    left: 73px;
  }
}
.com_My .profile_area .profile_input {
  display: none;
}
.com_My .profile_area .my_id {
  font-size: 30px;
  font-weight: 600;
  padding-top: 20px;
}
@media screen and (max-width: 1023.9px) {
  .com_My .profile_area .my_id {
    padding-top: 14.5px;
    font-size: 21px;
  }
}
.com_My .profile_area .my_activity_time {
  font-size: 16px;
  color: #646464;
  margin-top: 5px;
}
@media screen and (max-width: 1023.9px) {
  .com_My .profile_area .my_activity_time {
    margin-top: 10px;
    font-size: 15px;
  }
}
.com_My.p_Account .list_link [class^=icon] {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.com_My.p_Account .list_link .icon_logout {
  background-image: url(../img/icon_logout.png);
}
.com_My.p_Account .list_link .icon_leave {
  background-image: url(../img/icon_leave.png);
}
@media screen and (min-width: 1023.9px) {
  .com_My.p_Account .list_link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    gap: 20px;
  }
  .com_My.p_Account .list_link .com_link {
    flex-direction: column;
    justify-content: center;
    width: 295px;
    height: 184px;
    background: none;
  }
  .com_My.p_Account .list_link .com_link [class^=icon] {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_My.p_Account .list_link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    gap: 10px;
  }
}
.com_My.p_Leave main {
  position: relative;
  min-height: calc(var(--vh, 1vh) * 100);
}
.com_My.p_Leave .bottom_menu {
  display: none;
}
@media screen and (max-width: 1023.9px) {
  .com_My.p_User main {
    position: relative;
    min-height: calc(var(--vh, 1vh) * 100);
  }
}
.com_My.p_User main .com_input_sec .input_field {
  position: relative;
}
.com_My.p_User main .com_input_sec .input_field .icon_sns {
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 25px;
  transform: translateY(-50%);
}
.com_My.p_User main .com_input_sec .input_field .icon_sns + .input {
  padding-left: 34px;
}
@media screen and (max-width: 1023.9px) {
  .com_My.p_User main .com_input_sec {
    margin-top: 35px;
  }
}
.com_My.p_User .profile_area {
  margin-bottom: 50px;
  padding: 20px 15px;
  border-bottom: 1px solid #e2e3e5;
}
@media screen and (min-width: 1023.9px) {
  .com_My.p_User .profile_area {
    border-top: 1px solid #e2e3e5;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_My.p_User .profile_area {
    padding-top: 0;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_My.p_User .bottom_menu {
    display: none;
  }
}
.com_My.p_User .PopPw .content_container {
  overflow: visible;
}
@media screen and (min-width: 1023.9px) {
  .com_My.p_User .PopPw .content_container {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_My.p_User .PopPw .content_container {
    margin-bottom: 35px;
  }
  .com_My.p_User .PopPw .content_container .com_btn {
    min-width: 80px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_My.p_Reward .com_tab {
    padding-bottom: 0;
  }
  .com_My.p_Reward .com_tab:after {
    display: none;
  }
}
.com_My.p_Cashback .input_field {
  position: relative;
}
.com_My.p_Cashback .input_field .won {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.com_My.p_Cashback .input_field .align_right {
  text-align: right;
  font-weight: 700;
  color: #005f4c;
}
.com_My.p_Cashback .input_field .com_btn {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  min-width: 48px;
  height: 27px;
  border-radius: 27px;
}
.com_My.p_Cashback .input_field:not(:last-child) .input {
  padding-right: 24px;
}
.com_My.p_Cashback .info_txt {
  font-size: 13px;
}
@media screen and (min-width: 1023.9px) {
  .com_My.p_FAQ .head_faq {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    align-items: flex-start;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_My.p_FAQ .head_faq {
    width: calc(100% + 26px);
    max-width: calc(100% + 26px) !important;
    margin-inline: -13px;
    padding-inline: 13px;
  }
}
.com_My.p_FAQ .head_faq .com_pg_tit_s {
  margin: 0;
  white-space: nowrap;
}
@media screen and (max-width: 1023.9px) {
  .com_My.p_FAQ .head_faq .com_tab_sub {
    padding: 0;
    margin: 0;
  }
}
.com_My.p_FAQ .faq_list {
  border-top: 1px solid #e2e3e5;
}
@media screen and (max-width: 1023.9px) {
  .com_My.p_FAQ .faq_list {
    border-top: none;
  }
}
.com_My.p_FAQ .faq_list .item {
  border-bottom: 1px solid #e2e3e5;
}
.com_My.p_FAQ .faq_list .tit_field {
  position: relative;
  width: 100%;
  padding: 30px 60px 30px 0;
  text-align: left;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 1023.9px) {
  .com_My.p_FAQ .faq_list .tit_field {
    padding: 20px 34px 20px 0;
    font-size: 17px;
  }
}
.com_My.p_FAQ .faq_list .tit_field .info_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 8px;
  margin-bottom: 5px;
}
.com_My.p_FAQ .faq_list .tit_field .info_item .category {
  font-size: 15px;
  color: #005f4c;
  font-weight: 600;
}
@media screen and (max-width: 1023.9px) {
  .com_My.p_FAQ .faq_list .tit_field .info_item .category {
    font-size: 13px;
  }
}
.com_My.p_FAQ .faq_list .tit_field .info_item .date {
  position: relative;
  padding-left: 9px;
  font-size: 14px;
  color: #8f8f8f;
  font-weight: 500;
}
.com_My.p_FAQ .faq_list .tit_field .info_item .date:after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 8px;
  transform: translateY(-50%);
  background: #d9d9d9;
  content: "";
}
@media screen and (max-width: 1023.9px) {
  .com_My.p_FAQ .faq_list .tit_field .info_item .date {
    font-size: 11px;
  }
}
.com_My.p_FAQ .faq_list .tit_field:after {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 14px;
  height: 8px;
  transform: translateY(-50%);
  background: url(../img/icon_arrow_down.png) no-repeat center/14px 8px;
  transform: rotate(180deg);
  content: "";
}
@media screen and (max-width: 1023.9px) {
  .com_My.p_FAQ .faq_list .tit_field:after {
    right: 10px;
  }
}
.com_My.p_FAQ .faq_list .tit_field.active:after {
  transform: rotate(0deg);
}
.com_My.p_FAQ .faq_list .answer_faq {
  display: none;
  padding: 30px;
  border-top: 1px solid #e2e3e5;
  background: #f8f8f8;
  color: #646464;
  font-size: 16px;
}
@media screen and (max-width: 1023.9px) {
  .com_My.p_FAQ .faq_list .answer_faq {
    padding: 15px;
    font-size: 14px;
  }
}
.com_My.p_Inquiry .text_count {
  text-align: right;
  color: #8f8f8f;
  font-size: 11px;
  margin-top: -5px;
}
.com_My.p_Inquiry .com_btn__wrap {
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1023.9px) {
  .com_My.p_Inquiry .com_input_sec .tit_field {
    margin-bottom: 0;
  }
}

.p_inquiry_detail .com_btn__wrap {
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1023.9px) {
  .p_inquiry_detail .com_detail .q_contents {
    min-height: 190px;
  }
}
.p_inquiry_detail .com_detail .anwer_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  padding-top: 30px;
}
@media screen and (max-width: 1023.9px) {
  .p_inquiry_detail .com_detail .anwer_area {
    padding-top: 20px;
  }
}
.p_inquiry_detail .com_detail .anwer_area .answer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  background: #cdeae4;
  color: #005f4c;
  width: 62px;
  height: 24px;
  text-align: center;
  font-size: 12px;
  border-radius: 24px;
  font-weight: 600;
}
.p_inquiry_detail .com_detail .anwer_area .date_field {
  font-size: 12px;
  color: #8f8f8f;
}
@media screen and (max-width: 1023.9px) {
  .p_inquiry_detail .com_detail .anwer_area .date_field {
    font-size: 11px;
  }
}
.p_inquiry_detail .com_detail .anwer_area + .detail_contents {
  border-bottom: none;
}

.p_CashbackCancelList .com_reward_list .reward_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
}
@media screen and (max-width: 1023.9px) {
  .p_CashbackCancelList .com_reward_list .reward_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: baseline;
    -webkit-align-items: baseline;
    -moz-align-items: baseline;
  }
}

.p_CashbackCancel .cancel_info_area {
  border-radius: 10px;
  border: 1px solid #e2e3e5;
  background: #f8f8f8;
  padding: 25px 20px;
  margin-bottom: 30px;
}
.p_CashbackCancel .cancel_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
}
.p_CashbackCancel .cancel_item:not(:last-child) {
  border-bottom: 1px solid #e2e3e5;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.p_CashbackCancel .cancel_tit {
  font-size: 16px;
  font-weight: 700;
}
.p_CashbackCancel .cancel_txt {
  color: #646464;
}

@media screen and (max-width: 1023.9px) {
  .p_Push .com_pg_tit_s__wrap,
  .p_PushSet .com_pg_tit_s__wrap {
    display: none;
  }
}

@media screen and (max-width: 1023.9px) {
  .p_Push .com_tab_line {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1023.9px) {
  .p_Push .com_list {
    border: none;
  }
}
.p_Push .com_list .tit_field {
  font-size: 24px;
}
@media screen and (max-width: 1023.9px) {
  .p_Push .com_list .tit_field {
    font-size: 17px;
  }
}
.p_Push .com_list .item.active .tit_field {
  display: block;
  overflow: visible;
  word-break: break-all;
}
.p_Push .com_list .item.active .item_head .des {
  display: block;
  overflow: visible;
  word-break: break-all;
}

.p_PushSet .set_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 25px;
}
@media screen and (max-width: 1023.9px) {
  .p_PushSet .set_list {
    gap: 20px;
  }
}
.p_PushSet .set_list .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
}
.p_PushSet .set_list .item .label {
  font-size: 16px;
  line-height: 20px;
}
@media screen and (max-width: 1023.9px) {
  .p_PushSet .set_list .item .label {
    font-size: 15px;
  }
}
.p_PushSet .set_list .item .com_switch {
  display: block;
  position: relative;
  top: auto;
  transform: unset;
}
.p_PushSet .set_list .item.all {
  margin-bottom: 5px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e2e3e5;
}
@media screen and (max-width: 1023.9px) {
  .p_PushSet .set_list .item.all {
    margin-bottom: 0;
    padding-bottom: 20px;
  }
}
.p_PushSet .set_list .item.all .label {
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 1023.9px) {
  .p_PushSet .set_list .item.all .label {
    font-size: 17px;
  }
}

.com_challenge .com_notice {
  margin-bottom: 20px;
}
@media screen and (max-width: 1023.9px) {
  .com_challenge .com_notice {
    padding-bottom: 10px;
    border-bottom: 1px solid #e2e3e5;
  }
}
.com_challenge .btn_select {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  font-size: 15px;
  width: 100%;
  border-bottom: 1px solid #000;
  padding-block: 20px;
}

.com_acopet .tooltip {
  position: absolute;
  left: 0;
  width: 162px;
  bottom: -35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  gap: 5px;
  background-color: #ffc92b;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  font-size: 10px;
  border-radius: 5px;
  padding: 5px 6px;
  color: #000;
  z-index: 8;
}
@media screen and (min-width: 1023.9px) {
  .com_acopet .tooltip {
    font-size: 13px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_acopet .tooltip {
    bottom: -31px;
  }
}
.com_acopet .tooltip:after {
  content: "";
  position: absolute;
  top: -12px;
  left: 40%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent #ffc92b transparent;
}
.com_acopet .tooltip.bottom:after {
  content: "";
  position: absolute;
  top: auto;
  left: 40%;
  bottom: -12px;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent #ffc92b transparent;
}
.com_acopet .tooltip.red {
  background-color: #e01100;
  color: #fff;
}
.com_acopet .tooltip.red::after {
  left: 50%;
  border-color: #e01100 transparent transparent transparent;
}
.com_acopet .tooltip.dark {
  background-color: #000;
  color: #fff;
}
.com_acopet .tooltip.dark::after {
  left: 50%;
  border-color: #000 transparent transparent transparent;
}
.com_acopet .bottom_desc {
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 1023.9px) {
  .com_acopet .bottom_desc {
    font-size: 18px;
  }
}
.com_acopet .status_message {
  position: relative;
  z-index: 1;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  padding: 20px 10px;
  max-width: 340px;
  width: calc(100% - 20px);
  min-height: 100px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 1.4;
  margin: 30px 10px 10px;
  background-color: #fff;
}
.com_acopet .status_message + .com_btn {
  margin-top: 20px;
}
.com_acopet .status_message .com_btn {
  width: fit-content;
  margin-top: 10px;
}
.com_acopet .status_message::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 108%;
  width: 108%;
  background: url(../img/status_message_bg.png) no-repeat center/contain;
}
.com_acopet .ecopet_data .status_message {
  margin-top: 50px;
  margin-inline: auto;
}
.com_acopet .ecopet_data_cont {
  position: relative;
  padding: 50px 30px;
  gap: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
}
@media screen and (max-width: 1023.9px) {
  .com_acopet .ecopet_data_cont.m_column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_acopet .ecopet_data_cont {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px 0;
    padding: 35px 20px;
  }
}
.com_acopet .ecopet_data_cont + .bottom_desc {
  margin-top: 50px;
}
.com_acopet .ecopet_data_cont .tit_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  gap: 20px;
  text-align: center;
}
@media screen and (min-width: 1023.9px) {
  .com_acopet .ecopet_data_cont .tit_area {
    width: 330px;
  }
}
.com_acopet .ecopet_data_cont .tit_area .txt_bx {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 1023.9px) {
  .com_acopet .ecopet_data_cont .tit_area .tit {
    font-size: 12px;
  }
}
.com_acopet .ecopet_data_cont .tit_area .txt_rank {
  padding-inline: 10px;
  border-radius: 30px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  background-color: #005f4c;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
}
@media screen and (max-width: 1023.9px) {
  .com_acopet .ecopet_data_cont .tit_area .txt_rank {
    font-size: 12px;
    height: 20px;
  }
}
.com_acopet .ecopet_data_cont .tit_area .time {
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 1023.9px) {
  .com_acopet .ecopet_data_cont .tit_area .time {
    font-size: 14px;
  }
}
.com_acopet .ecopet_data_cont .trash_list {
  width: 100%;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  margin-top: 40px;
  text-align: center;
  font-size: 15px;
}
@media screen and (max-width: 1023.9px) {
  .com_acopet .ecopet_data_cont .trash_list {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 20px;
    font-size: 12px;
    margin-top: 0;
  }
}
.com_acopet .ecopet_data_cont .trash_list .trash_item {
  width: 100%;
}
@media screen and (max-width: 1023.9px) {
  .com_acopet .ecopet_data_cont .trash_list .trash_item {
    width: 33.333%;
  }
}
.com_acopet .ecopet_data_cont .trash_list .trash_item [class^=trash] {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1023.9px) {
  .com_acopet .ecopet_data_cont .trash_list .trash_item [class^=trash] {
    width: 40px;
    height: 40px;
    margin-bottom: 7px;
  }
}
.com_acopet .ecopet_data_cont .trash_list .trash_paper {
  background-image: url(../img/trash_paper.png);
}
.com_acopet .ecopet_data_cont .trash_list .trash_plastic {
  background-image: url(../img/trash_plastic.png);
}
.com_acopet .ecopet_data_cont .trash_list .trash_glass {
  background-image: url(../img/trash_glass.png);
}
.com_acopet .ecopet_data_cont .trash_list .trash_can {
  background-image: url(../img/trash_can.png);
}
.com_acopet .ecopet_data_cont .trash_list .trash_regular {
  background-image: url(../img/trash_regular.png);
}
.com_acopet .ecopet_data_cont .trash_list .trash_cigarette {
  background-image: url(../img/trash_cigarette.png);
}
.com_acopet .ecopet_data_cont .trash_list .trash_vinyl {
  background-image: url(../img/trash_vinyl.png);
}
.com_acopet .ecopet_data_cont .trash_list .trash_styrofoam {
  background-image: url(../img/trash_styrofoam.png);
}
.com_acopet .ecopet_data_cont .trash_list .num {
  display: block;
  margin-top: 4px;
  font-size: 22px;
  font-weight: 600;
  color: #005f4c;
}
@media screen and (max-width: 1023.9px) {
  .com_acopet .ecopet_data_cont .trash_list .num {
    font-size: 15px;
  }
}
.com_acopet .ecopet_data_cont .img_box {
  position: relative;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
}
.com_acopet .ranking_info {
  width: 100%;
}
@media screen and (min-width: 1023.9px) {
  .com_acopet .ranking_info {
    width: 320px;
  }
}
.com_acopet .ranking_info .txt {
  font-size: 22px;
  font-weight: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 10px;
}
.com_acopet .ranking_info .txt .com_point_txt {
  font-size: 30px;
}
.com_acopet .ranking_item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 20px;
  align-items: center;
}
@media screen and (max-width: 1023.9px) {
  .com_acopet .ranking_item {
    width: 100%;
  }
}
.com_acopet .ranking_item .txt_rank {
  margin-inline: auto;
}
.com_acopet .ranking_item .icon_excl_circle {
  position: absolute;
  top: 6px;
  right: 0;
}
@media screen and (max-width: 1023.9px) {
  .com_acopet .ranking_item .icon_excl_circle {
    top: 0;
  }
}
.com_acopet .ranking_item .tooltip_line {
  position: absolute;
  right: -5px;
  width: 270px;
  top: 38px;
  height: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  gap: 5px;
  background-color: #fff;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  border: 1px solid #005f4c;
  font-size: 10px;
  border-radius: 5px;
  padding: 5px 6px;
  color: #000;
  z-index: 99;
  display: none;
}
@media screen and (max-width: 1023.9px) {
  .com_acopet .ranking_item .tooltip_line {
    top: 29px;
  }
}
.com_acopet .ranking_item .tooltip_line:after {
  content: "";
  position: absolute;
  top: -8.5px;
  right: 10px;
  display: inline-flex;
  width: 10px;
  height: 12px;
  background: url("../img/svg/icon_tooltip_arrow.svg") no-repeat center/contain;
}
.com_acopet .ranking_item .txt_rank {
  padding-inline: 20px;
  border-radius: 30px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  background-color: #005f4c;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
}
@media screen and (max-width: 1023.9px) {
  .com_acopet .ranking_item .txt_rank {
    font-size: 12px;
    height: 20px;
  }
}
.com_acopet .ranking_list {
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 90px;
}
@media screen and (max-width: 1023.9px) {
  .com_acopet .ranking_list {
    width: 33.3%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    gap: 0;
    margin-top: 20px;
  }
}
.com_acopet .ecopet_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px 30px;
  width: 100%;
}
.com_acopet .ecopet_list > * {
  width: calc((100% - 30px * 5) / 6);
  min-width: calc((100% - 30px * 5) / 6);
}
@media screen and (max-width: 1023.9px) {
  .com_acopet .ecopet_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px 20px;
    width: 100%;
    margin-top: 6px;
  }
  .com_acopet .ecopet_list > * {
    width: calc((100% - 20px * 1) / 2);
    min-width: calc((100% - 20px * 1) / 2);
  }
}
.com_acopet .ecopet_list .card {
  border: 1px solid #e2e3e5;
  border-radius: 10px;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
  aspect-ratio: 165/214;
}
.com_acopet .ecopet_list .card .img_box {
  width: 100%;
  height: 100%;
}
.com_acopet .ecopet_list .card .com_pet_img {
  height: 100%;
}
.com_acopet .ecopet_list .card .name {
  position: relative;
  z-index: 2;
}
.com_acopet .ecopet_list_cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  gap: 30px;
}
@media screen and (max-width: 1023.9px) {
  .com_acopet .ecopet_list_cont {
    flex-direction: column;
    align-items: center;
  }
}
.com_acopet .ecopet_list_cont .my_eco {
  position: relative;
  text-align: center;
  overflow: hidden;
  width: 100%;
  height: auto;
  aspect-ratio: 100/150;
}
@media screen and (min-width: 1023.9px) {
  .com_acopet .ecopet_list_cont .my_eco {
    flex: 0 0 28%;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_acopet .ecopet_list_cont .my_eco {
    width: 100%;
  }
}
.com_acopet .ecopet_list_cont .my_eco .com_pet_img {
  width: 100%;
  height: calc(100% - 52px);
}
@media screen and (max-width: 1023.9px) {
  .com_acopet .ecopet_list_cont .my_eco .com_pet_img {
    height: auto;
    aspect-ratio: 100/130;
  }
}
.com_acopet .ecopet_list_cont .my_eco .name {
  padding-top: 30px;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 20px;
  position: relative;
  z-index: 2;
}
.com_acopet .ecopet_list_cont .my_eco .img_box {
  text-align: center;
}
.com_acopet .ecopet_list_cont .ecopet_shop_list__wrap {
  width: 100%;
}
.com_acopet .ecopet_list_cont .com_chk_btn__wrap {
  margin-bottom: 30px;
}
.com_acopet .ecopet_list_cont .com_chk_btn__wrap .com_chk_btn .btn {
  border-radius: 10px;
}
@media screen and (max-width: 1023.9px) {
  .com_acopet .ecopet_list_cont .com_chk_btn__wrap {
    margin-bottom: 20px;
  }
  .com_acopet .ecopet_list_cont .com_chk_btn__wrap .com_chk_btn {
    flex: 1;
  }
  .com_acopet .ecopet_list_cont .com_chk_btn__wrap .com_chk_btn .btn {
    font-size: 12px;
  }
}
.com_acopet .shop_info_cont {
  padding: 0 20px 30px;
}
.com_acopet .shop_info_cont .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  gap: 10px;
  max-width: 690px;
  margin-inline: auto;
}
@media screen and (min-width: 1023.9px) {
  .com_acopet .shop_info_cont {
    margin-bottom: 30px;
    border-bottom: 1px solid #e2e3e5;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_acopet .shop_info_cont {
    padding: 0 0 20px;
  }
}
.com_acopet .shop_info_cont .txt_area .tit {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
@media screen and (max-width: 1023.9px) {
  .com_acopet .shop_info_cont .txt_area .tit {
    font-size: 14px;
  }
}
.com_acopet .shop_info_cont .txt_area .desc {
  line-height: 1.5;
}
@media screen and (max-width: 1023.9px) {
  .com_acopet .shop_info_cont .txt_area .desc {
    font-size: 12px;
  }
}
.com_acopet .shop_info_cont .com_btn {
  width: 260px;
}
@media screen and (max-width: 1023.9px) {
  .com_acopet .shop_info_cont .com_btn {
    width: 90px;
    height: 30px;
    font-size: 13px;
  }
}
.com_acopet .ecopet_shop_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 20px;
  width: 100%;
}
.com_acopet .ecopet_shop_list > * {
  width: calc((100% - 20px * 4) / 5);
  min-width: calc((100% - 20px * 4) / 5);
}
@media screen and (max-width: 1023.9px) {
  .com_acopet .ecopet_shop_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px 20px;
    width: 100%;
    margin-top: 6px;
  }
  .com_acopet .ecopet_shop_list > * {
    width: calc((100% - 20px * 1) / 2);
    min-width: calc((100% - 20px * 1) / 2);
  }
}
@media screen and (min-width: 1023.9px) {
  .com_acopet .ecopet_shop_list.list_col_7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px 20px;
    width: 100%;
  }
  .com_acopet .ecopet_shop_list.list_col_7 > * {
    width: calc((100% - 20px * 6) / 7);
    min-width: calc((100% - 20px * 6) / 7);
  }
}
.com_acopet .ecopet_shop_list .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  cursor: pointer;
  gap: 10px;
  text-align: center;
}
.com_acopet .ecopet_shop_list .item .img_box {
  position: relative;
  aspect-ratio: 150/200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  overflow: hidden;
  width: 100%;
  height: 200px;
}
.com_acopet .ecopet_shop_list .item .com_btn {
  width: fit-content;
  margin-inline: auto;
}
.com_acopet .ecopet_shop_list .item:hover .layer.hover {
  opacity: 1;
}
.com_acopet .ecopet_shop_list .item .layer {
  transition: 0.2s;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 95, 76, 0.8);
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  font-weight: 500;
  font-size: 15px;
  gap: 10px;
}
.com_acopet .ecopet_shop_list .item .layer .icon_check_l {
  width: 23px;
  height: 16px;
  background: url("../img/svg/icon_check_l.svg") no-repeat center/contain;
}
.com_acopet .ecopet_shop_list .item .layer.active {
  opacity: 1;
}
.com_acopet .ecopet_shop_list .item .tit {
  font-weight: 600;
}
@media screen and (max-width: 1023.9px) {
  .com_acopet.p_EcoPet main .com_center_wrap {
    position: relative;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_acopet.p_EcoPet main .eco_pet__container {
    position: relative;
    overflow: hidden;
    z-index: 9;
  }
  .com_acopet.p_EcoPet main .eco_pet__container .head_info {
    z-index: 2;
    position: relative;
  }
}
.com_acopet.p_EcoPet main .eco_pet__contents {
  position: relative;
}
.com_acopet.p_EcoPet main .eco_pet__contents .ecopet_cont > .com_btn {
  z-index: 2;
}
@media screen and (min-width: 1023.9px) {
  .com_acopet.p_EcoPet main .eco_pet__contents .ecopet_cont > .com_btn {
    position: relative;
  }
}
.com_acopet.p_EcoPet main .eco_pet__contents .ecopet_cont > .bar_chart {
  z-index: 2;
  position: relative;
}
.com_acopet.p_EcoPet main .pet_tit {
  position: relative;
  z-index: 2;
}
.com_acopet.p_EcoPet main .com_pet_img {
  height: 310px;
}

.com_btn_add_guide {
  position: absolute;
  top: -52px;
  align-self: flex-end;
  z-index: 2;
  right: 0;
}
@media screen and (max-width: 1023.9px) {
  .com_btn_add_guide {
    top: -45px;
    height: 26px;
  }
}

.com_my__container {
  margin-top: 80px;
  z-index: 4;
}
@media screen and (max-width: 1023.9px) {
  .com_my__container {
    position: relative;
    padding-bottom: 40px;
  }
}

.com_ecopet_cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  padding-block: 10px 25px;
  align-items: center;
  overflow: hidden;
}
@media screen and (max-width: 1023.9px) {
  .com_ecopet_cont {
    padding-inline: 0;
  }
}
.com_ecopet_cont .com_btn {
  padding-inline: 20px;
}
.com_ecopet_cont .bar_chart {
  position: relative;
  max-width: 800px;
  width: 100%;
  margin-inline: auto;
  z-index: 2;
}
.com_ecopet_cont .bar_chart .tit {
  flex: 1;
  color: #e3a100;
  margin-left: 10px;
  margin-bottom: 10px;
}
.com_ecopet_cont .bar_chart .chart_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 10px;
}
.com_ecopet_cont .bar_chart .chart_wrap .percent {
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 1023.9px) {
  .com_ecopet_cont .bar_chart .chart_wrap .percent {
    font-size: 24px;
  }
}
.com_ecopet_cont .bar_chart .chart_wrap .bar_bg {
  flex: 1;
  position: relative;
  border-radius: 30px;
  width: 100%;
  height: 20px;
  background-color: #dfe5ed;
}
@media screen and (max-width: 1023.9px) {
  .com_ecopet_cont .bar_chart .chart_wrap .bar_bg {
    height: 15px;
  }
}
.com_ecopet_cont .bar_chart .chart_wrap .bar_bg .bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  border-radius: 30px;
  background-color: #e3a100;
}
.com_ecopet_cont .bar_chart .chart_wrap .bar_bg .bar.dark {
  width: 100%;
  background-color: #000;
}
.com_ecopet_cont .bar_chart .chart_wrap .bar_bg .bar.red {
  background-color: #e01100;
}
.com_ecopet_cont .bar_chart .tooltip {
  left: 80px;
  bottom: auto;
  top: -6px;
  padding-inline: 10px;
  width: auto;
}
.com_ecopet_cont .pet_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  margin-top: 40px;
  line-height: 1.5;
}
.com_ecopet_cont .pet_info .pet_tit {
  font-weight: 700;
  font-size: 24px;
}
@media screen and (max-width: 1023.9px) {
  .com_ecopet_cont .pet_info .pet_tit {
    font-size: 20px;
  }
}
.com_ecopet_cont .pet_info .img_box {
  padding-inline: 50px;
}
.com_ecopet_cont.ecopet_none {
  padding: 30px 0;
  gap: 20px;
}
.com_ecopet_cont.ecopet_none .com_btn {
  width: fit-content;
}
@media screen and (max-width: 1023.9px) {
  .com_ecopet_cont.ecopet_none {
    padding-bottom: 10px;
  }
}
.com_ecopet_cont.ecopet_none .tit {
  font-size: 24px;
}
@media screen and (max-width: 1023.9px) {
  .com_ecopet_cont.ecopet_none .tit {
    font-size: 18px;
  }
}
.com_ecopet_cont.ecopet_none .desc {
  font-size: 20px;
  color: #646464;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 1023.9px) {
  .com_ecopet_cont.ecopet_none .desc {
    font-size: 14px;
  }
}
@media screen and (min-width: 1023.9px) {
  .com_ecopet_cont.ecopet_none .status_message {
    margin-top: 30px;
  }
}
.com_ecopet_cont__wrap {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1023.9px) {
  .com_ecopet_cont__wrap {
    padding-bottom: 80px;
  }
}
.com_ecopet_cont__wrap .back_img {
  z-index: -1;
}
.com_tab_line + .com_ecopet_cont__wrap {
  margin-top: -25px;
  padding-top: 25px;
}
@media screen and (max-width: 1023.9px) {
  .com_tab_line + .com_ecopet_cont__wrap {
    margin-top: -15px;
    padding-top: 15px;
  }
}
.com_ecopet_cont__wrap > .com_btn_add_guide {
  top: 25px !important;
  right: 13px !important;
}
@media screen and (max-width: 1023.9px) {
  .com_ecopet_cont__wrap > .com_btn_add_guide {
    top: 40px !important;
  }
}

.com_my__header {
  margin-bottom: 50px;
}
.com_my__header .head_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1023.9px) {
  .com_my__header .head_info {
    gap: 100px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_my__header .head_info {
    justify-content: space-between;
  }
}
.com_my__header .head_info .link,
.com_my__header .head_info .item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1023.9px) {
  .com_my__header .head_info .link,
  .com_my__header .head_info .item {
    color: #000;
    gap: 3px;
  }
  .com_my__header .head_info .link i.icon_clover_square,
  .com_my__header .head_info .item i.icon_clover_square {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 1023.9px) and (max-width: 1023.9px) {
  .com_my__header .head_info .link i.icon_clover_square,
  .com_my__header .head_info .item i.icon_clover_square {
    background: url("../img/clover.png") no-repeat center/contain;
  }
}
.com_my__header .head_info .link i:not(.icon_excl),
.com_my__header .head_info .item i:not(.icon_excl) {
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 1023.9px) {
  .com_my__header .head_info .link i:not(.icon_excl),
  .com_my__header .head_info .item i:not(.icon_excl) {
    width: 20px;
    height: 20px;
  }
}
.com_my__header .head_info .link .point,
.com_my__header .head_info .item .point {
  font-size: 18px;
  font-weight: 600;
  color: #9d7000;
}
@media screen and (min-width: 1023.9px) {
  .com_my__header .head_info .link .point,
  .com_my__header .head_info .item .point {
    font-size: 30px;
    color: #e3a100;
  }
}
.com_my__header .head_info .link .desc,
.com_my__header .head_info .item .desc {
  font-size: 13px;
  font-weight: 600;
}
@media screen and (min-width: 1023.9px) {
  .com_my__header .head_info .link .desc,
  .com_my__header .head_info .item .desc {
    font-size: 18px;
  }
}

.p_like .my_container > .com_pg_tit_s__wrap {
  margin-bottom: 0;
  padding-bottom: 0;
}
.p_like .my_like__sec_tit {
  margin-top: 30px;
}
@media screen and (min-width: 1023.9px) {
  .p_like .my_like__sec_tit {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1023.9px) {
  .p_like .my_like__sec_tit .svg_icon.icon_arrow {
    width: 10px;
    min-width: 10px;
  }
}
.p_like .my_like__sec_tit.active .svg_icon.icon_arrow {
  transform: rotate(180deg);
}
.p_like .my_like__contents {
  height: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.p_like .my_like__contents .com_activity_list.list_type {
  border: none;
}
.p_like .my_like__contents.active {
  height: auto;
  overflow: visible;
  visibility: visible;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
  padding-block: 10px;
  border: none;
}
.p_like .my_like__nodata {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  gap: 30px;
  width: 100%;
}
@media screen and (min-width: 1023.9px) {
  .p_like .my_like__nodata {
    padding-top: 20px;
  }
}
.p_like .my_like__nodata img {
  width: 80px;
}
.p_like .my_like__nodata__txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  gap: 5px;
  font-weight: 600;
}
@media screen and (max-width: 1023.9px) {
  .p_like .my_like__nodata__txt {
    font-size: 12px;
  }
}

@media screen and (max-width: 1023.9px) {
  .p_my_order .com_order_product__top {
    width: calc(100% + 26px);
    max-width: calc(100% + 26px) !important;
    margin-inline: -13px;
  }
}
@media screen and (min-width: 1023.9px) {
  .p_my_order .my_order__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
  }
}
.p_my_order .my_order__top .com_tab_sub {
  margin-bottom: 0;
}
.p_my_order .my_order__search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 5px;
}
@media screen and (max-width: 1023.9px) {
  .p_my_order .my_order__search {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1023.9px) {
  .p_my_order .my_order__search .com_input {
    width: 90px;
    flex: 1;
  }
}
.p_my_order .com_activity_list.list_type {
  border: none;
}
.p_my_order .com_activity_list.list_type .item {
  border: none;
  padding-block: 0;
}
@media screen and (max-width: 1023.9px) {
  .p_my_order .com_activity_list.list_type .item {
    width: calc(100% + 26px);
    max-width: calc(100% + 26px) !important;
    margin-inline: -13px;
    padding-inline: 13px;
  }
}
@media screen and (min-width: 1023.9px) {
  .p_my_order .com_activity_list.list_type .item .thumb {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 150px;
    min-width: 150px;
    aspect-ratio: auto;
    border-radius: 10px;
  }
  .p_my_order .com_activity_list.list_type .item .thumb > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .p_my_order .com_activity_list.list_type .item .thumb > img, .p_my_order .com_activity_list.list_type .item .thumb > a > img {
    object-fit: cover;
    min-height: 100%;
    min-width: 100%;
    max-height: 100%;
    max-width: none;
    height: 100%;
  }
}
@media screen and (min-width: 1023.9px) {
  .p_my_order .com_activity_list.list_type .item .info_area {
    align-self: flex-start;
  }
  .p_my_order .com_activity_list.list_type .item .info_area .challenge_cate {
    font-size: 15px;
  }
  .p_my_order .com_activity_list.list_type .item .info_area .tit_field {
    font-size: 20px;
  }
  .p_my_order .com_activity_list.list_type .item .info_area .date_field {
    font-size: 13px;
    margin-block: 14px;
  }
  .p_my_order .com_activity_list.list_type .item .info_area .order_price_field {
    font-size: 15px;
  }
}

.p_order_challenge_detail .order_challenge_detail__date {
  font-size: 15px;
  border-bottom: 1px solid #e2e3e5;
  padding-bottom: 15px;
}
@media screen and (min-width: 1023.9px) {
  .p_order_challenge_detail .order_challenge_detail__date {
    font-size: 18px;
  }
}
.p_order_challenge_detail .com_input_sec {
  margin-top: 20px;
}
@media screen and (min-width: 1023.9px) {
  .p_order_challenge_detail .com_input_sec {
    margin-top: 40px;
  }
  .p_order_challenge_detail .com_input_sec .com_pirce_info {
    margin-top: 30px;
  }
}

@media screen and (max-width: 1023.9px) {
  .p_shop_review_write .com_order_product {
    width: calc(100% + 26px);
    max-width: calc(100% + 26px) !important;
    margin-inline: -13px;
    padding-inline: 13px;
  }
}
.p_shop_review_write .shop_review__notice {
  font-size: 15px;
  margin-top: 20px;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.4;
}
@media screen and (min-width: 1023.9px) {
  .p_shop_review_write .shop_review__notice {
    font-size: 19px;
    margin-block: 40px 50px;
  }
}

.p_eco_ranking .eco_ranking__list:not(:first-child) {
  margin-top: 30px;
}
@media screen and (min-width: 1023.9px) {
  .p_eco_ranking .eco_ranking__list:not(:first-child) {
    margin-top: 50px;
  }
}
.p_eco_ranking .eco_ranking__list__tit {
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid #e2e3e5;
  padding-bottom: 10px;
}
.p_eco_ranking .eco_ranking {
  width: 50px;
  min-width: 50px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  background-repeat: no-repeat;
  background-size: 36px 31px;
  background-position: center;
  height: 31px;
  padding-top: 12.5px;
}
.p_eco_ranking .eco_ranking.first {
  background-image: url(../img/eco_ranking1.png);
}
.p_eco_ranking .eco_ranking.second {
  background-image: url(../img/eco_ranking2.png);
}
.p_eco_ranking .eco_ranking.third {
  background-image: url(../img/eco_ranking3.png);
}
.p_eco_ranking .eco_ranking__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 20px;
  padding-block: 20px;
  border-bottom: 1px solid #e2e3e5;
}
.p_eco_ranking .eco_ranking__profile {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  aspect-ratio: auto;
  border: 2px solid #005f4c;
  border-radius: 50%;
}
.p_eco_ranking .eco_ranking__profile > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.p_eco_ranking .eco_ranking__profile > img, .p_eco_ranking .eco_ranking__profile > a > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
}
.p_eco_ranking .eco_ranking__txt {
  flex: 1;
}
.p_eco_ranking .eco_ranking__activity_num {
  text-align: center;
  padding-inline: 10px;
  font-size: 14px;
  font-weight: 600;
}
@media screen and (min-width: 1023.9px) {
  .p_eco_ranking .eco_ranking__activity_num {
    font-size: 16px;
  }
}
.p_eco_ranking .eco_ranking__activity_num b {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 1023.9px) {
  .p_eco_ranking .eco_ranking__activity_num b {
    font-size: 18px;
  }
}
.p_eco_ranking .eco_ranking__activity_num__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
}
@media screen and (min-width: 1023.9px) {
  .p_eco_ranking .eco_ranking__activity_num__wrap {
    margin-left: auto;
  }
}
.p_eco_ranking .eco_ranking__activity_num__wrap img {
  height: 30px;
}
@media screen and (min-width: 1023.9px) {
  .p_eco_ranking .eco_ranking__activity_num__wrap img {
    height: 40px;
  }
}
.p_eco_ranking .eco_ranking__id {
  font-size: 16px;
  font-weight: 600;
}
@media screen and (min-width: 1023.9px) {
  .p_eco_ranking .eco_ranking__id {
    font-size: 18px;
  }
}
.p_eco_ranking .eco_ranking__location {
  color: #8f8f8f;
  font-size: 13px;
  margin-top: 3px;
}
@media screen and (min-width: 1023.9px) {
  .p_eco_ranking .eco_ranking__location {
    font-size: 15px;
  }
}

.eco_ranking__empty_box{ padding: 32px 20px; border-radius: 20px; background: #f8faf8; text-align: center; border: 1px solid #e6eee8; }
.eco_ranking__empty__tit{ font-size: 18px; font-weight: 700; color: #111; margin-bottom: 10px; }
.eco_ranking__empty__desc{ font-size: 14px; color: #666; line-height: 1.5; margin-bottom: 18px; }
.eco_university_tab__content{ display: none; }
.eco_university_tab__content.active{ display: block; }
.PopUniversitySetting{ display: none; }
.PopUniversitySetting.active{ display: block; }

.eco_ace2{
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 20px 0 24px;
  font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, sans-serif;
}

.eco_ace2 *{
  box-sizing: border-box;
}

/* 랭킹 탭바영역 */
.p_eco_ranking .com_tab_sub.Tabmenu{
  display: flex;
  gap: 5px;
  padding: 4px 0;
  border: 0;
  background: transparent;
  margin-bottom: 20px;
  margin-inline: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
}

@media screen and (max-width: 1023.9px){
  .p_eco_ranking .com_tab_sub.Tabmenu{
    margin-inline: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}
.p_eco_ranking .com_tab_sub.Tabmenu .tab{
  flex: 1;
  min-width: 0;
  padding: 10px 4px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.4px;
  border-radius: 10px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ───── 비활성 (기본) ───── */
/* 전국랭킹 - 비활성: 연초록 */
.p_eco_ranking .com_tab_sub.Tabmenu .tab:nth-child(1){
  background: #eef5f2;
  border-color: #d5e5df;
  color: #005f4c;
}

/* 지역랭킹 - 비활성: 연파랑 */
.p_eco_ranking .com_tab_sub.Tabmenu .tab:nth-child(2){
  background: #eef4f8;
  border-color: #d5e3ec;
  color: #0c3a5c;
}

/* 대학랭킹 - 비활성: 연보라 */
.p_eco_ranking .com_tab_sub.Tabmenu .tab:nth-child(3){
  background: #f0eef7;
  border-color: #e0dbf0;
  color: #5b4ab5;
}

/* ───── 활성 (active) ───── */
/* 전국랭킹 - 활성: 초록 그라데이션 */
.p_eco_ranking .com_tab_sub.Tabmenu .tab:nth-child(1).active{
  background: linear-gradient(135deg, #005f4c 0%, #08745e 100%);
  border-color: transparent;
  color: #fff;
}

/* 지역랭킹 - 활성: 파랑 그라데이션 */
.p_eco_ranking .com_tab_sub.Tabmenu .tab:nth-child(2).active{
  background: linear-gradient(135deg, #0c3a5c 0%, #134869 100%);
  border-color: transparent;
  color: #fff;
}

/* 대학랭킹 - 활성: 보라 그라데이션 */
.p_eco_ranking .com_tab_sub.Tabmenu .tab:nth-child(3).active{
  background: linear-gradient(135deg, #2a1f4a 0%, #3d2b6b 100%);
  border-color: transparent;
  color: #fff;
}

/* 호버 효과 (비활성 탭만) */
.p_eco_ranking .com_tab_sub.Tabmenu .tab:hover:not(.active){
  transform: translateY(-1px);
}

/* PC 반응형 */
@media screen and (min-width: 1024px){
  .p_eco_ranking .com_tab_sub.Tabmenu{
    gap: 8px;
    margin-bottom: 24px;
  }
  .p_eco_ranking .com_tab_sub.Tabmenu .tab{
    padding: 13px 12px;
    font-size: 14px;
    border-radius: 12px;
  }
}

/* ───── 🎯 시즌 헤더 ───── */
.eco_ace2__season{
  background: linear-gradient(135deg, #1a1f3a 0%, #2d2654 50%, #1a1f3a 100%);
  border-radius: 18px;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
}

.eco_ace2__season::before{
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 80% 30%, rgba(255, 215, 0, 0.12) 0%, transparent 50%);
  pointer-events: none;
}

/* 지역 시즌 헤더 (파란톤 변형) */
.eco_ace2__season--area{
  background: linear-gradient(135deg, #0c3a5c 0%, #134869 50%, #0c3a5c 100%);
}

.eco_ace2__season--area::before{
  background:
    radial-gradient(circle at 80% 30%, rgba(255, 215, 0, 0.12) 0%, transparent 50%),
    radial-gradient(circle at 20% 80%, rgba(120, 200, 255, 0.10) 0%, transparent 50%);
}

.eco_ace2__season__left{
  position: relative;
  z-index: 1;
}

.eco_ace2__season__chip{
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  color: #ffd700;
  background: rgba(255, 215, 0, 0.15);
  border: 1px solid rgba(255, 215, 0, 0.35);
  padding: 4px 10px;
  border-radius: 999px;
  margin-bottom: 8px;
  letter-spacing: -0.2px;
}

.eco_ace2__season__tit{
  font-size: 20px;
  line-height: 1.25;
  font-weight: 850;
  color: #fff;
  margin: 0 0 5px;
  letter-spacing: -0.7px;
  background: linear-gradient(135deg, #fff 0%, #ffd700 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.eco_ace2__season__desc{
  font-size: 14px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.74);
  margin: 0;
  letter-spacing: -0.3px;
}

.eco_ace2__season__icon{
  font-size: 44px;
  position: relative;
  z-index: 1;
  animation: eco_season_bounce 2.5s ease-in-out infinite;
  filter: drop-shadow(0 0 12px rgba(255, 215, 0, 0.4));
}

@keyframes eco_season_bounce{
  0%, 100% { transform: translateY(0) rotate(-5deg); }
  50%      { transform: translateY(-4px) rotate(5deg); }
}

/* ───── 💎 Hero : 나의 월간 성과 ───── */
.eco_ace2__hero{
  background:
    radial-gradient(circle at 96% 4%, rgba(255, 215, 0, 0.18) 0%, transparent 34%),
    linear-gradient(135deg, #005f4c 0%, #08745e 52%, #0f8d73 100%);
  border-radius: 20px;
  padding: 18px;
  color: #fff;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(0, 95, 76, 0.16);
}

.eco_ace2__hero::before{
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(255,255,255,0.12) 0%, transparent 35%),
    radial-gradient(circle at 0% 100%, rgba(255,255,255,0.12) 0%, transparent 42%);
  pointer-events: none;
}

.eco_ace2__hero__head{
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
}

.eco_ace2__hero__eyebrow{
  display: inline-flex;
  align-items: center;
  margin: 0 0 7px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,0.13);
  border: 1px solid rgba(255,255,255,0.2);
  color: rgba(255,255,255,0.9);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: -0.2px;
}

.eco_ace2__hero__eyebrow .ti{
  color: #ffd700;
  font-size: 14px;
}

.eco_ace2__hero__title{
  margin: 0 0 5px;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 850;
  letter-spacing: -0.65px;
  color: #fff;
}

.eco_ace2__hero__desc{
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 400;
  color: rgba(255,255,255,0.78);
  letter-spacing: -0.3px;
}

.eco_ace2__hero__metrics{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  position: relative;
  z-index: 1;
}

.eco_ace2__metric{
  min-width: 0;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  padding: 12px 8px 11px;
  text-align: center;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.18);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
  animation: eco_metric_pop 0.55s cubic-bezier(.18,.89,.32,1.28) both;
}

.eco_ace2__metric:nth-child(1){ animation-delay: 0.05s; }
.eco_ace2__metric:nth-child(2){ animation-delay: 0.13s; }
.eco_ace2__metric:nth-child(3){ animation-delay: 0.21s; }

.eco_ace2__metric:active{
  transform: scale(0.97);
  border-color: rgba(255,255,255,0.38);
  background: rgba(255,255,255,0.17);
}

.eco_ace2__metric::after{
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.12), transparent);
  pointer-events: none;
}

.eco_ace2__metric__icon{
  width: 30px;
  height: 30px;
  margin: 0 auto 8px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.18);
  font-size: 16px;
  line-height: 1;
  position: relative;
  z-index: 1;
  animation: eco_icon_float 2.4s ease-in-out infinite;
}

.eco_ace2__metric:nth-child(1) .eco_ace2__metric__icon{ animation-delay: 0s; }
.eco_ace2__metric:nth-child(2) .eco_ace2__metric__icon{ animation-delay: 0.25s; }
.eco_ace2__metric:nth-child(3) .eco_ace2__metric__icon{ animation-delay: 0.5s; }

.eco_ace2__metric--rank{
  background: linear-gradient(180deg, rgba(255,215,0,0.24) 0%, rgba(255,255,255,0.10) 100%);
  border-color: rgba(255,215,0,0.42);
}

.eco_ace2__metric--rank .eco_ace2__metric__icon{
  background: rgba(255,215,0,0.22);
}

.eco_ace2__metric__label{
  position: relative;
  z-index: 1;
  font-size: 12px;
  font-weight: 700;
  color: rgba(255,255,255,0.74);
  margin-bottom: 5px;
  letter-spacing: -0.25px;
}

.eco_ace2__metric__value{
  position: relative;
  z-index: 1;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 2px;
  white-space: nowrap;
}

.eco_ace2__metric__value .num{
  font-size: 27px;
  font-weight: 900;
  color: #fff;
  letter-spacing: -1.2px;
  line-height: 1;
}

.eco_ace2__metric--rank .eco_ace2__metric__value .num{
  color: #ffd700;
}

.eco_ace2__metric__value .unit{
  font-size: 13px;
  font-weight: 800;
  color: rgba(255,255,255,0.86);
}

.eco_ace2__metric__caption{
  position: relative;
  z-index: 1;
  margin-top: 6px;
  font-size: 11px;
  font-weight: 500;
  color: rgba(255,255,255,0.62);
  letter-spacing: -0.25px;
}

@keyframes eco_metric_pop{
  0%{ opacity: 0; transform: translateY(12px) scale(0.92); }
  70%{ opacity: 1; transform: translateY(-3px) scale(1.03); }
  100%{ opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes eco_icon_float{
  0%, 100%{ transform: translateY(0) scale(1); }
  50%{ transform: translateY(-3px) scale(1.06); }
}

/* ───── 본문 그리드 ───── */
.eco_ace2__grid{
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* ───── 공통 섹션 ───── */
.eco_ace2__section{
  background: #fff;
  border: 0.5px solid #ececec;
  border-radius: 16px;
  padding: 16px;
}

.eco_ace2__section__head{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 14px;
}

.eco_ace2__section__tit{
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 750;
  color: #202626;
  margin: 0 0 5px;
  letter-spacing: -0.45px;
}

.eco_ace2__section__emoji{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  font-size: 17px;
  line-height: 1;
  flex-shrink: 0;
}

.eco_ace2__section__desc{
  font-size: 14px;
  line-height: 1.45;
  color: #777;
  margin: 0;
  letter-spacing: -0.35px;
}

.eco_ace2__section__desc b{
  color: #005f4c;
  font-weight: 800;
}

.eco_ace2__section__chip{
  font-size: 11px;
  font-weight: 800;
  color: #005f4c;
  background: #e8f4f0;
  padding: 4px 10px;
  border-radius: 999px;
  flex-shrink: 0;
}

/* ───── 👥 함께하는 에코러 ───── */
.eco_ace2__neighbor{
  list-style: none;
  margin: 0;
  padding: 0;
}

.eco_ace2__neighbor__item{
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  padding: 12px 12px;
  position: relative;
  border-radius: 13px;
  transition: background 0.15s, box-shadow 0.15s, transform 0.15s;
}

.eco_ace2__neighbor__item.is_above{
  opacity: 0.68;
}

.eco_ace2__neighbor__item.is_below{
  opacity: 0.88;
}

.eco_ace2__neighbor__item:not(:last-child)::after{
  content: '';
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 0;
  height: 0.5px;
  background: #f0f0f0;
}

.eco_ace2__neighbor__item .rank{
  flex-shrink: 0;
  width: 36px;
  font-size: 13px;
  font-weight: 800;
  color: #6a7280;
  text-align: center;
}

.eco_ace2__neighbor__item .avatar{
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
  background: #f4f4f4;
  display: flex;
  align-items: center;
  justify-content: center;
}

.eco_ace2__neighbor__item .avatar img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.eco_ace2__neighbor__item .nickname{
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  overflow: hidden;
}

.eco_ace2__neighbor__item .nickname__name{
  display: flex;
  align-items: center;
  gap: 5px;
  min-width: 0;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 700;
  color: #222;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: -0.25px;
}

.eco_ace2__neighbor__item .nickname__meta{
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
  min-width: 0;
}

.eco_ace2__neighbor__item .me_tag{
  font-style: normal;
  font-size: 10px;
  font-weight: 850;
  color: #fff;
  background: #005f4c;
  padding: 2px 6px;
  border-radius: 999px;
  white-space: nowrap;
}

.area_badge{
  display: inline-flex;
  align-items: center;
  gap: 2px;
  font-style: normal;
  font-size: 10px;
  font-weight: 700;
  color: #4f6f66;
  background: #edf6f2;
  padding: 3px 7px;
  border-radius: 999px;
  white-space: nowrap;
  letter-spacing: -0.2px;
}

.area_badge .ti{
  font-size: 11px;
  color: #0c8268;
}

.area_badge.is_empty{
  color: #999;
  background: #f3f3f3;
}

.area_badge.is_empty .ti{
  color: #aaa;
}

.gap_badge{
  display: inline-flex;
  align-items: center;
  font-style: normal;
  font-size: 10px;
  font-weight: 800;
  color: #a06a00;
  background: #fff0bf;
  padding: 3px 7px;
  border-radius: 999px;
  white-space: nowrap;
  letter-spacing: -0.2px;
}

.eco_ace2__neighbor__item .score{
  flex-shrink: 0;
  font-size: 15px;
  font-weight: 850;
  color: #222;
  min-width: 60px;
  text-align: right;
  letter-spacing: -0.35px;
}

.eco_ace2__neighbor__item .score em{
  font-style: normal;
  font-size: 11px;
  font-weight: 500;
  color: #999;
  margin-left: 1px;
}

.eco_ace2__neighbor__item.is_target{
  background: linear-gradient(90deg, #fff8e8 0%, #fffdf7 100%);
  border-radius: 13px;
  margin: 6px 0;
  padding: 12px 12px;
  opacity: 1;
  box-shadow: inset 0 0 0 1px rgba(227, 161, 0, 0.16);
}

.eco_ace2__neighbor__item.is_target::after{
  display: none;
}

.eco_ace2__neighbor__item.is_me{
  background: linear-gradient(90deg, #e8f4f0 0%, #f4faf7 100%);
  border-radius: 13px;
  border: none;
  margin: 6px 0;
  padding: 12px 12px;
  opacity: 1;
  box-shadow:
    inset 0 0 0 1.5px #005f4c,
    0 2px 12px rgba(0, 95, 76, 0.10);
}

.eco_ace2__neighbor__item.is_me::after{
  display: none;
}

.eco_ace2__neighbor__item.is_me + .eco_ace2__neighbor__item::after{
  display: none;
}

.eco_ace2__neighbor__item.is_me .rank{
  color: #005f4c;
  font-weight: 900;
}

.eco_ace2__neighbor__item.is_me .avatar{
  box-shadow: 0 0 0 2px #005f4c;
}

.eco_ace2__neighbor__item.is_me .nickname__name{
  color: #003d31;
  font-weight: 800;
}

.eco_ace2__neighbor__item.is_me .score{
  color: #005f4c;
  font-weight: 900;
}

.eco_ace2__neighbor__item.is_me .score em{
  color: #5a8077;
}

.eco_ace2__neighbor__item.is_me .area_badge{
  color: #005f4c;
  background: #dff1eb;
}

/* ───── 🚀 추천 활동 ───── */
.eco_ace2__recommend{
  background: linear-gradient(180deg, #fff8e7 0%, #ffffff 100%);
  border: 1px solid #f2cf6f;
  border-radius: 18px;
  padding: 18px;
}

.eco_ace2__recommend__tit{
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 850;
  color: #4b3900;
  margin: 0 0 6px;
  letter-spacing: -0.55px;
}

.eco_ace2__recommend__tit .icon{
  font-size: 21px;
  flex-shrink: 0;
}

.eco_ace2__recommend__tit b{
  color: #b27400;
  font-weight: 900;
}

.eco_ace2__recommend__sub{
  font-size: 14px;
  line-height: 1.45;
  color: #8a7548;
  margin: 0 0 16px;
  letter-spacing: -0.35px;
}

.eco_ace2__recommend__list{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.eco_ace2__recommend__li{
  padding-top: 10px;
}

.eco_ace2__recommend__li.is_extra{
  display: none;
}

.eco_ace2__recommend__list.is_open .eco_ace2__recommend__li.is_extra{
  display: block;
}

.eco_ace2__recommend__item{
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  background: #fff;
  border: 1px solid #f0dfad;
  border-radius: 13px;
  padding: 14px 14px;
  text-decoration: none;
  overflow: visible;
  transition: transform 0.15s ease, border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}

.eco_ace2__recommend__item:hover,
.eco_ace2__recommend__item:active{
  background: #fffdf7;
  border-color: #e3a100;
  transform: translateY(-1px);
  box-shadow: 0 5px 12px rgba(177, 126, 0, 0.08);
}

.eco_ace2__recommend__item::before{
  display: none;
}

.eco_ace2__recommend__item .badge{
  position: absolute;
  top: -10px;
  left: 14px;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 18px;
  line-height: 1;
  font-size: 10px;
  font-weight: 850;
  color: #fff;
  padding: 3px 8px;
  border-radius: 999px;
  white-space: nowrap;
  letter-spacing: -0.2px;
}

.eco_ace2__recommend__item .activity_emoji{
  width: 30px;
  height: 30px;
  border-radius: 10px;
  background: #fff6dc;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 17px;
  line-height: 1;
}

.eco_ace2__recommend__item .name{
  flex: 1;
  min-width: 0;
  font-size: 15px;
  font-weight: 750;
  color: #222;
  letter-spacing: -0.35px;
}

.eco_ace2__recommend__item .point{
  font-size: 14px;
  font-weight: 600;
  color: #d28a00;
  flex-shrink: 0;
  letter-spacing: -0.3px;
}

.eco_ace2__recommend__more{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  background: transparent;
  border: 0;
  padding: 13px 0 0;
  font-size: 13px;
  font-weight: 700;
  color: #8a7548;
  cursor: pointer;
  margin-top: 2px;
}

.eco_ace2__recommend__more .ti{
  transition: transform 0.2s;
  font-size: 14px;
}

/* ───── 👑 셀러브레이션 ───── */
.eco_ace2__crown{
  background: linear-gradient(135deg, #fef9e7 0%, #fff5cc 100%);
  border: 2px solid #f5d97a;
  border-radius: 18px;
  padding: 22px 18px;
  text-align: center;
  position: relative;
  overflow: hidden;
  animation: eco_section_float 3.4s ease-in-out infinite;
}

.eco_ace2__crown::before{
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 30%, rgba(255, 215, 0, 0.18) 0%, transparent 60%);
  pointer-events: none;
}

.eco_ace2__crown__icon{
  font-size: 48px;
  margin-bottom: 6px;
  animation: eco_crown_bounce 2.5s ease-in-out infinite;
  position: relative;
  z-index: 1;
}

.eco_ace2__crown__tit{
  font-size: 22px;
  font-weight: 850;
  color: #5a4400;
  margin: 0 0 4px;
  letter-spacing: -0.5px;
  position: relative;
  z-index: 1;
}

.eco_ace2__crown__desc{
  font-size: 14px;
  color: #8a7548;
  margin: 0;
  position: relative;
  z-index: 1;
}

@keyframes eco_crown_bounce{
  0%, 100% { transform: translateY(0) rotate(-3deg); }
  50%      { transform: translateY(-4px) rotate(3deg); }
}

/* ───── 📊 이번 달 활동 ───── */
.eco_ace2__monthly_section{
  animation: eco_monthly_item_in 0.48s ease both;
}

.eco_ace2__monthly{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.eco_ace2__monthly__item{
  display: flex;
  flex-direction: column;
  gap: 5px;
  animation: eco_monthly_item_in 0.48s ease both;
}

.eco_ace2__monthly__item:nth-child(1){ animation-delay: 0.05s; }
.eco_ace2__monthly__item:nth-child(2){ animation-delay: 0.12s; }
.eco_ace2__monthly__item:nth-child(3){ animation-delay: 0.19s; }
.eco_ace2__monthly__item:nth-child(4){ animation-delay: 0.26s; }

.eco_ace2__monthly__head{
  display: flex;
  align-items: center;
  gap: 8px;
}

.eco_ace2__monthly__head .ico{
  width: 24px;
  height: 24px;
  border-radius: 7px;
  background: #e8f4f0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 15px;
  line-height: 1;
}

.eco_ace2__monthly__head .name{
  font-size: 13px;
  color: #222;
  font-weight: 600;
}

.eco_ace2__monthly__head .count{
  font-size: 11px;
  color: #888;
}

.eco_ace2__monthly__head .value{
  margin-left: auto;
  font-size: 12px;
  font-weight: 800;
  color: #005f4c;
}

.eco_ace2__monthly__item .bar{
  height: 8px;
  background: #f4f4f4;
  border-radius: 4px;
  overflow: hidden;
}

.eco_ace2__monthly__item .bar__fill{
  height: 100%;
  background: linear-gradient(90deg, #005f4c 0%, #3a8775 100%);
  border-radius: 4px;
  transition: none;
}

.eco_ace2__monthly_empty{
  padding: 18px 12px;
  border-radius: 12px;
  background: #f8fbfa;
  text-align: center;
  border: 1px dashed #dce9e3;
}

.eco_ace2__monthly_empty p{
  margin: 0 0 5px;
  font-size: 14px;
  font-weight: 750;
  color: #23443b;
}

.eco_ace2__monthly_empty span{
  display: block;
  font-size: 13px;
  color: #7b8c86;
  line-height: 1.45;
}

@keyframes eco_monthly_item_in{
  0%{
    opacity: 0;
    transform: translateY(8px);
  }
  100%{
    opacity: 1;
    transform: translateY(0);
  }
}

/* ───── 📋 TOP 100 버튼 ───── */
.eco_ace2__top100{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: #fff;
  border: 0.5px solid #ddd;
  border-radius: 14px;
  padding: 14px;
  font-size: 14px;
  font-weight: 700;
  color: #444;
  cursor: pointer;
  transition: all 0.15s;
}

.eco_ace2__top100:hover,
.eco_ace2__top100:active{
  background: #f9f9f9;
  border-color: #005f4c;
  color: #005f4c;
}

.eco_ace2__top100.is_open{
  background: #f4f8f6;
  border-color: #005f4c;
  color: #005f4c;
}

.eco_ace2__top100 .ti{
  font-size: 16px;
  transition: transform 0.2s ease;
}

/* ───── 💻 PC 반응형 ───── */
@media screen and (min-width: 1024px){

  .eco_ace2{
    gap: 18px;
  }

  .eco_ace2__season{
    padding: 22px 28px;
  }

  .eco_ace2__season__icon{
    font-size: 56px;
  }

  .eco_ace2__season__tit{
    font-size: 26px;
  }

  .eco_ace2__season__desc{
    font-size: 15px;
  }

  .eco_ace2__hero{
    padding: 24px 26px;
  }

  .eco_ace2__hero__title{
    font-size: 24px;
  }

  .eco_ace2__hero__desc{
    font-size: 15px;
  }

  .eco_ace2__metric{
    padding: 15px 12px 13px;
  }

  .eco_ace2__metric__icon{
    width: 32px;
    height: 32px;
    margin-bottom: 8px;
  }

  .eco_ace2__metric__value .num{
    font-size: 36px;
    letter-spacing: -1.4px;
  }

  .eco_ace2__grid{
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    gap: 16px !important;
    align-items: stretch !important;
  }

  .eco_ace2__grid > .eco_ace2__section,
  .eco_ace2__grid > .eco_ace2__recommend,
  .eco_ace2__grid > .eco_ace2__crown{
    width: 100% !important;
    min-width: 0 !important;
  }

  .eco_ace2__neighbor_section,
  .eco_ace2__recommend,
  .eco_ace2__crown{
    height: 100% !important;
  }

  .eco_ace2__neighbor_section,
  .eco_ace2__recommend{
    padding: 22px !important;
  }

  .eco_ace2__neighbor_section{
    display: flex !important;
    flex-direction: column !important;
  }

  .eco_ace2__neighbor_section .eco_ace2__neighbor{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .eco_ace2__section__tit{
    font-size: 20px;
  }

  .eco_ace2__section__emoji{
    width: 24px;
    height: 24px;
    font-size: 18px;
  }

  .eco_ace2__neighbor__item{
    min-height: 62px;
    padding: 12px 12px;
    border-radius: 13px;
  }

  .eco_ace2__neighbor__item.is_me,
  .eco_ace2__neighbor__item.is_target{
    min-height: 62px;
    padding: 12px 12px;
    margin: 6px 0;
    border-radius: 13px;
  }

  .eco_ace2__neighbor__item .rank{
    width: 48px;
  }

  .eco_ace2__neighbor__item .avatar{
    width: 40px;
    height: 40px;
  }

  .eco_ace2__neighbor__item .score{
    font-size: 16px;
  }

  .eco_ace2__recommend__tit{
    font-size: 20px;
  }

  .eco_ace2__recommend__item{
    min-height: 58px;
    padding: 15px 16px;
  }

  .eco_ace2__recommend__item .activity_emoji{
    width: 34px;
    height: 34px;
    font-size: 18px;
  }

  .eco_ace2__recommend__li.is_extra{
    display: block;
  }

  .eco_ace2__recommend__more{
    display: none;
  }

  .eco_ace2__monthly_section{
    grid-column: 1 / -1;
  }

  .eco_ace2__monthly{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 24px;
  }
}

/* ───── 🎓 대학 랭킹 ───── */
.eco_ace2__season--univ{
  background: linear-gradient(135deg, #2a1f4a 0%, #3d2b6b 50%, #2a1f4a 100%);
}
.eco_ace2__season--univ::before{
  background:
    radial-gradient(circle at 80% 30%, rgba(255, 215, 0, 0.12) 0%, transparent 50%),
    radial-gradient(circle at 20% 80%, rgba(201, 184, 255, 0.15) 0%, transparent 50%);
}

.eco_ace2__hero--univ{
  background:
    radial-gradient(circle at 96% 4%, rgba(201, 184, 255, 0.22) 0%, transparent 34%),
    linear-gradient(135deg, #3d2b6b 0%, #4b3a8e 52%, #5b4ab5 100%);
  box-shadow: 0 10px 24px rgba(61, 43, 107, 0.20);
}

.eco_ace2__hero--univ .eco_ace2__metric--rank{
  background: linear-gradient(180deg, rgba(201,184,255,0.28) 0%, rgba(255,255,255,0.10) 100%);
  border-color: rgba(201,184,255,0.45);
}
.eco_ace2__hero--univ .eco_ace2__metric--rank .eco_ace2__metric__icon{
  background: rgba(201,184,255,0.25);
}
.eco_ace2__hero--univ .eco_ace2__metric--rank .eco_ace2__metric__value .num{
  color: #c9b8ff;
}

/* 서브탭 */
.eco_univ2__subtab{
  background: #fff;
  border: 0.5px solid #eee;
  border-radius: 14px;
  padding: 4px;
  display: flex;
  gap: 4px;
  margin: 14px 0;
}
.eco_univ2__subtab__btn{
  flex: 1;
  padding: 11px;
  font-size: 13px;
  font-weight: 700;
  background: #f0eef7;
  color: #8a82a8;
  border: 0;
  border-radius: 11px;
  cursor: pointer;
  transition: all 0.15s;
  letter-spacing: -0.3px;
}
.eco_univ2__subtab__btn:hover{
  background: #e6e3f2;
  color: #5b4ab5;
}
.eco_univ2__subtab__btn.active{
  background: #2a1f4a;
  color: #fff;
}
.eco_univ2__subtab__btn.active:hover{
  background: #2a1f4a;
  color: #fff;
}

.eco_univ2__content{
  display: none;
}
.eco_univ2__content.active{
  display: block;
}

/* TOP3 시상대 */
.eco_univ2__podium{
  background: #fff;
  border: 0.5px solid #ececec;
  border-radius: 16px;
  padding: 20px 14px;
  margin-bottom: 14px;
}
.eco_univ2__podium__tit{
  font-size: 16px;
  font-weight: 750;
  text-align: center;
  color: #202626;
  margin: 0 0 16px;
  letter-spacing: -0.4px;
}
.eco_univ2__podium__wrap{
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 8px;
  margin-bottom: 14px;
}
.eco_univ2__podium__item{
  text-align: center;
  flex: 1;
  max-width: 96px;
  min-width: 0;
}
.eco_univ2__podium__item .medal{
  font-size: 20px;
  margin-bottom: 4px;
  line-height: 1;
}
.eco_univ2__podium__item.is_1st .medal{
  font-size: 26px;
}
.eco_univ2__podium__item .logo{
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #f4f4f4;
  margin: 0 auto 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 6px;
}
.eco_univ2__podium__item.is_1st .logo{
  width: 66px;
  height: 66px;
  background: #fff7d8;
  border: 3px solid #ffd700;
  box-shadow: 0 0 14px rgba(255,215,0,0.4);
}
.eco_univ2__podium__item.is_2nd .logo{
  border: 2px solid #c0c0c0;
}
.eco_univ2__podium__item.is_3rd .logo{
  border: 2px solid #cd7f32;
  background: #fdebd8;
}
.eco_univ2__podium__item .logo img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.eco_univ2__podium__item .logo .fallback{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 800;
  color: #5b4ab5;
}
.eco_univ2__podium__item.is_1st .logo .fallback{
  color: #b27400;
  font-size: 22px;
}
.eco_univ2__podium__item.is_3rd .logo .fallback{
  color: #cd7f32;
}
.eco_univ2__podium__item .name{
  font-size: 11px;
  font-weight: 750;
  color: #222;
  margin: 0 0 3px;
  line-height: 1.25;
  letter-spacing: -0.2px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.eco_univ2__podium__item.is_1st .name{
  font-size: 12px;
  font-weight: 800;
  color: #5a4400;
}
.eco_univ2__podium__item .score{
  font-size: 11px;
  font-weight: 900;
  color: #5b4ab5;
  margin: 0;
}
.eco_univ2__podium__item.is_1st .score{
  font-size: 13px;
  color: #b27400;
}
.eco_univ2__podium__item.is_3rd .score{
  color: #cd7f32;
}
.eco_univ2__podium__item .rank_chip{
  background: #e9e7f4;
  color: #5b4ab5;
  font-size: 11px;
  font-weight: 800;
  padding: 7px 0;
  border-radius: 8px;
  margin-top: 9px;
}
.eco_univ2__podium__item.is_1st .rank_chip{
  background: linear-gradient(135deg, #ffd700 0%, #ffb300 100%);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  padding: 9px 0;
  box-shadow: 0 2px 8px rgba(255,180,0,0.3);
}
.eco_univ2__podium__item.is_3rd .rank_chip{
  background: #fdebd8;
  color: #cd7f32;
}
.eco_univ2__podium__caption{
  font-size: 11px;
  color: #999;
  text-align: center;
  margin: 0;
  letter-spacing: -0.2px;
}

/* 대학 뱃지 */
.univ_badge{
  display: inline-flex;
  align-items: center;
  gap: 2px;
  font-style: normal;
  font-size: 10px;
  font-weight: 700;
  color: #5b4ab5;
  background: #ede9fa;
  padding: 3px 7px;
  border-radius: 999px;
  white-space: nowrap;
  letter-spacing: -0.2px;
}
.univ_badge .ti{
  font-size: 11px;
  color: #5b4ab5;
}

/* PC 반응형: 대학 시상대 */
@media screen and (min-width: 1024px){
  .eco_univ2__podium{
    padding: 28px 24px;
  }
  .eco_univ2__podium__wrap{
    gap: 16px;
  }
  .eco_univ2__podium__item{
    max-width: 140px;
  }
  .eco_univ2__podium__item .logo{
    width: 72px;
    height: 72px;
  }
  .eco_univ2__podium__item.is_1st .logo{
    width: 88px;
    height: 88px;
  }
  .eco_univ2__podium__item .name{
    font-size: 13px;
  }
  .eco_univ2__podium__item.is_1st .name{
    font-size: 14px;
  }
  .eco_univ2__podium__item .score{
    font-size: 13px;
  }
  .eco_univ2__podium__item.is_1st .score{
    font-size: 15px;
  }
}

/* 움직임 최소화 설정 사용자 대응 */
@media (prefers-reduced-motion: reduce){
  .eco_ace2__season__icon,
  .eco_ace2__metric,
  .eco_ace2__metric__icon,
  .eco_ace2__crown,
  .eco_ace2__crown__icon,
  .eco_ace2__monthly_section,
  .eco_ace2__monthly__item{
    animation: none !important;
  }
}
.PopUniversitySetting .pop_container{ max-height: 80vh; display: flex; flex-direction: column; }
.PopUniversitySetting .content_container{ overflow: visible; flex: 1; }
.PopUniversitySetting .university_field{ position: relative; }
.PopUniversitySetting .university_result{ z-index: 9999; max-height: 220px; overflow-y: auto; }
.university_search_box{ position: relative; width: 100%; }
.university_search_icon{ position: absolute; left: 0; top: 50%; transform: translateY(-50%); font-size: 16px; color: #999; line-height: 1; pointer-events: none; }
.university_input{ width: 100% !important; padding-left: 28px !important; box-sizing: border-box; }
.university_search_box .clear_btn{ right: 0; }
.university_result{ display: none; position: absolute; top: calc(100% + 8px); left: 0; width: 100%; background: #fff; border-radius: 14px; border: 1px solid #e8e8e8; box-shadow: 0 6px 20px rgba(0,0,0,0.08); overflow: hidden; z-index: 50; }
.university_item, .popup_university_item{ padding: 14px 16px; cursor: pointer; border-bottom: 1px solid #f2f2f2; }
.university_item:last-child, .popup_university_item:last-child{ border-bottom: none; }
.university_item:hover, .popup_university_item:hover{ background: #f7faf8; }
.university_name{ font-size: 15px; font-weight: 600; color: #111; }
.university_area{ font-size: 12px; color: #888; margin-left: 6px; }
.university_empty{ padding: 14px 16px; font-size: 14px; color: #888; }

.p_my_index .com_pg_tit {
  display: none;
}
@media screen and (max-width: 1023.9px) {
  .p_my_index .my_aside {
    order: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
  }
}
@media screen and (max-width: 1023.9px) {
  .p_my_index .my_container {
    order: 1;
  }
}
@media screen and (max-width: 1023.9px) {
  .p_my_index .btn_area {
    border-bottom: 1px solid #e2e3e5;
    padding-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    gap: 10px;
  }
  .p_my_index .btn_area * {
    flex: 1;
  }
}
.p_my_index .num_area {
  padding-block: 30px;
  border-bottom: 1px solid #e2e3e5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
}
@media screen and (max-width: 1023.9px) {
  .p_my_index .num_area {
    padding-block: 20px;
  }
}
.p_my_index .num_area .item {
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
}
.p_my_index .num_area .item .icon {
  margin-bottom: 15px;
}
.p_my_index .num_area .item .icon img {
  height: 60px;
}
@media screen and (max-width: 1023.9px) {
  .p_my_index .num_area .item .icon img {
    height: 40px;
  }
}
.p_my_index .num_area .item .tit {
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 1023.9px) {
  .p_my_index .num_area .item .tit {
    font-size: 14px;
  }
}
.p_my_index .num_area .item .num {
  color: #9d7000;
  font-size: 26px;
  font-weight: 600;
}
@media screen and (max-width: 1023.9px) {
  .p_my_index .num_area .item .num {
    font-size: 19px;
  }
}
.p_my_index .num_area .item .icon {
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
}
.p_my_index .num_area .item .icon .icon_coupon {
  height: 26px;
}
.p_my_index .dashboard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  margin-top: 50px;
  gap: 40px;
}
@media screen and (max-width: 1023.9px) {
  .p_my_index .dashboard {
    margin-top: 30px;
    flex-direction: column;
    gap: 30px;
  }
}
.p_my_index .dashboard .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 15px;
  flex: 1;
  align-self: stretch;
}
@media screen and (max-width: 1023.9px) {
  .p_my_index .dashboard .inner {
    gap: 0 10px;
    align-self: stretch;
  }
}
.p_my_index .dashboard .inner .sec_tit {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
}
@media screen and (min-width: 1023.9px) {
  .p_my_index .dashboard .inner .sec_tit {
    font-size: 23px;
  }
}
.p_my_index .dashboard .inner .sec_tit .png_icon {
  margin-right: 5px;
}
.p_my_index .dashboard .inner .sec_tit__more {
  font-size: 12px;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  line-height: initial;
}
@media screen and (min-width: 1023.9px) {
  .p_my_index .dashboard .inner .sec_tit__more {
    font-size: 16px;
  }
}
.p_my_index .dashboard .inner .sec_tit__more .svg_icon {
  transform: rotate(270deg);
  width: 3px;
  height: 6px;
}
.p_my_index .dashboard .inner .item {
  flex: 1;
  border-radius: 10px;
  border: 1px solid #e2e3e5;
  background: #fff;
  padding: 30px 20px;
  text-align: center;
}
@media screen and (max-width: 1023.9px) {
  .p_my_index .dashboard .inner .item {
    padding: 20px;
  }
}
.p_my_index .dashboard .inner .item .icon {
  margin-bottom: 20px;
}
@media screen and (max-width: 1023.9px) {
  .p_my_index .dashboard .inner .item .icon {
    margin-bottom: 10px;
  }
}
.p_my_index .dashboard .inner .item .icon img {
  height: 80px;
}
@media screen and (max-width: 1023.9px) {
  .p_my_index .dashboard .inner .item .icon img {
    height: 60px;
  }
}
.p_my_index .dashboard .inner .item .tit {
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 1023.9px) {
  .p_my_index .dashboard .inner .item .tit {
    font-size: 14px;
  }
}
.p_my_index .dashboard .inner .item .num {
  font-size: 26px;
  font-weight: 600;
  color: #005f4c;
}
@media screen and (max-width: 1023.9px) {
  .p_my_index .dashboard .inner .item .num {
    font-size: 19px;
  }
}
.p_my_index .dashboard .inner .item.ecopet {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  gap: 30px;
  position: relative;
  overflow: hidden;
  height: calc(100% - 32.52px);
}
.p_my_index .dashboard .inner .item.ecopet .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  z-index: 2;
  white-space: nowrap;
  text-align: left;
}
.p_my_index .dashboard .inner .item.ecopet .tit {
  font-size: 20px;
}
@media screen and (max-width: 1023.9px) {
  .p_my_index .dashboard .inner .item.ecopet .tit {
    font-size: 17px;
  }
}
.p_my_index .dashboard .inner .item.ecopet .num-date {
  padding-block: 5px;
  font-size: 19px;
  font-weight: 700;
}
@media screen and (max-width: 1023.9px) {
  .p_my_index .dashboard .inner .item.ecopet .num-date {
    font-size: 16px;
  }
}
.p_my_index .dashboard .inner .item.ecopet .num-date b {
  font-size: 21px;
}
@media screen and (max-width: 1023.9px) {
  .p_my_index .dashboard .inner .item.ecopet .num-date b {
    font-size: 18px;
  }
}
.p_my_index .dashboard .inner .item.ecopet .location {
  border-radius: 50px;
  background: #005f4c;
  padding: 5px 20px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  align-self: center;
  font-size: 14px;
}
.p_my_index .dashboard .inner .item.ecopet .icon {
  margin-bottom: 0;
}
.p_my_index .dashboard .inner .item.ecopet .icon img {
  height: 138px;
}
.p_my_index .dashboard .inner .item.ecopet .btn {
  font-size: 16px;
  font-weight: 600;
  margin-top: 15px;
  border-bottom: 2px solid #005f4c;
  color: #005f4c;
}
@media screen and (max-width: 1023.9px) {
  .p_my_index .dashboard .inner .item.ecopet .btn {
    font-size: 14px;
    border-width: 1px;
  }
}
.p_my_index .dashboard .inner .item.ecopet .com_pet_img {
  width: 160px;
  height: 160px;
}
.p_my_index .dashboard .inner .item.ecopet .back_img {
  left: 0;
}
.p_my_index .dashboard .inner .item.no_ecopet {
  justify-content: center;
}
.p_my_index .dashboard .inner .item.type_num {
  font-size: 14px;
  font-weight: 600;
  padding-block: 10px 8px;
  padding-inline: 0;
}
@media screen and (min-width: 1023.9px) {
  .p_my_index .dashboard .inner .item.type_num {
    font-size: 18px;
  }
}
.p_my_index .dashboard .inner .item.type_num .dashboard__num {
  font-size: 15px;
}
@media screen and (min-width: 1023.9px) {
  .p_my_index .dashboard .inner .item.type_num .dashboard__num {
    font-size: 20px;
  }
}
.p_my_index .dashboard .inner .item.type_num .dashboard__sec-tit {
  font-size: 16px;
  font-weight: 600;
  margin-top: 12px;
}
@media screen and (min-width: 1023.9px) {
  .p_my_index .dashboard .inner .item.type_num .dashboard__sec-tit {
    font-size: 22px;
  }
}
.p_my_index .dashboard .inner .item.type_num .dashboard__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  margin-top: 15px;
  margin-bottom: 12px;
}
.p_my_index .dashboard .inner .item.type_num .dashboard__info > * {
  width: 50%;
}
@media screen and (min-width: 1023.9px) {
  .p_my_index .my_main_profile__wrap {
    border-bottom: 1px solid #e2e3e5;
    padding-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
  }
  .p_my_index .my_main_profile__wrap .profile_area {
    flex: 1;
  }
}
.p_my_index .my_main_challenge {
  padding-bottom: 0 !important;
}
.p_my_index .my_main_challenge table th,
.p_my_index .my_main_challenge table td {
  font-size: 14px;
  text-align: center;
}
@media screen and (min-width: 1023.9px) {
  .p_my_index .my_main_challenge table th,
  .p_my_index .my_main_challenge table td {
    font-size: 17px;
  }
}
.p_my_index .my_main_challenge table th {
  white-space: no-wrap;
  font-size: 14px;
}
@media screen and (min-width: 1023.9px) {
  .p_my_index .my_main_challenge table th {
    font-size: 17px;
  }
}
.p_my_index .my_main_challenge table td {
  font-size: 16px;
  font-weight: 700;
  padding-block: 14px;
}
@media screen and (min-width: 1023.9px) {
  .p_my_index .my_main_challenge table td {
    font-size: 19px;
  }
}
.p_my_index .my_main_challenge table tr td:first-child {
  font-size: 14px;
}
@media screen and (min-width: 1023.9px) {
  .p_my_index .my_main_challenge table tr td:first-child {
    font-size: 17px;
  }
}
.p_my_index .my_main_challenge table tr:not(:last-child) td {
  border-bottom: 1px solid #e2e3e5;
}
.p_my_index .my_main_eco_ranking {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
}
.p_my_index .my_main_eco_ranking__item {
  display: grid;
  gap: 0 10px;
  border-radius: 10px;
  border: 1px solid #efefef;
  background: #fff;
  flex: 1;
  padding-block: 20px;
  justify-content: center;
  align-content: center;
}
.p_my_index .my_main_eco_ranking__icon {
  grid-row: 1/3;
}
.p_my_index .my_main_eco_ranking__icon img {
  height: 46px;
}
.p_my_index .my_main_eco_ranking__tit {
  font-size: 13px;
  font-weight: 500;
  grid-column: 2/3;
  align-self: flex-end;
}
@media screen and (min-width: 1023.9px) {
  .p_my_index .my_main_eco_ranking__tit {
    font-size: 16px;
  }
}
.p_my_index .my_main_eco_ranking__num {
  grid-column: 2/3;
  font-size: 18px;
  font-weight: 600;
  align-self: flex-end;
}
@media screen and (min-width: 1023.9px) {
  .p_my_index .my_main_eco_ranking__num {
    font-size: 21px;
  }
}

.p_my_reward .my_reward {
  border-radius: 10px;
  border: 1px solid #005f4c;
  background: #eafaef;
  padding: 20px;
}
@media screen and (min-width: 1023.9px) {
  .p_my_reward .my_reward {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    gap: 20px;
  }
}
@media screen and (max-width: 1023.9px) {
  .p_my_reward .my_reward {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    gap: 5px;
  }
}
.p_my_reward .my_reward__tit {
  font-size: 15px;
  font-weight: 600;
}
@media screen and (min-width: 1023.9px) {
  .p_my_reward .my_reward__tit {
    font-size: 17px;
  }
}
@media screen and (max-width: 1023.9px) {
  .p_my_reward .my_reward__tit {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
.p_my_reward .my_reward__num {
  font-size: 22px;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 5px;
  color: #005f4c;
}
@media screen and (min-width: 1023.9px) {
  .p_my_reward .my_reward__num {
    font-size: 28px;
  }
}
@media screen and (max-width: 1023.9px) {
  .p_my_reward .my_reward__num {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
.p_my_reward .my_reward__btns {
  gap: 5px;
}
@media screen and (min-width: 1023.9px) {
  .p_my_reward .my_reward__btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    margin-left: auto;
  }
}
@media screen and (max-width: 1023.9px) {
  .p_my_reward .my_reward__btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    grid-row: 1/3;
  }
}
.p_my_reward .my_reward__btns .com_btn {
  align-self: flex-end;
  width: 100px;
}

.p_order_gifticon_detail .com_info_list {
  margin-top: 40px;
}
.p_order_gifticon_detail .com_pirce_info .price__item:not(:last-child) {
  border-bottom: 1px solid #111;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

/* ============================================
   에코펫 상점 임시 오버라이드 (테스트용)
   확정 시 SCSS로 옮길 것
   ============================================ */
.com_acopet .ecopet_shop_list .item {
  display: flex;
  flex-direction: column;
  gap: 0;
  text-align: left;
  cursor: default;
  border: 1px solid #e2e3e5;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  transition: all 0.2s ease;
}
.com_acopet .ecopet_shop_list .item.status-available {
  cursor: pointer;
}
.com_acopet .ecopet_shop_list .item.status-available .img_box {
  background-color: #e8f3ee;
}
.com_acopet .ecopet_shop_list .item.status-available:hover {
  border-color: #005f4c;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 95, 76, 0.1);
}
.com_acopet .ecopet_shop_list .item.status-owned .img_box {
  background-color: #f5f5f3;
}
.com_acopet .ecopet_shop_list .item.status-owned img {
  opacity: 0.5;
}
.com_acopet .ecopet_shop_list .item.status-owned .price {
  color: #999;
}
.com_acopet .ecopet_shop_list .item.status-locked .img_box {
  background-color: #f5f5f3;
}
.com_acopet .ecopet_shop_list .item.status-locked img {
  opacity: 0.5;
  filter: grayscale(0.3);
}
.com_acopet .ecopet_shop_list .item.status-locked .price {
  color: #999;
}
.com_acopet .ecopet_shop_list .item .img_box {
  position: relative;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
  height: auto;
}
/* 기본: 가운데 배치 (옷/신발/모자/액세서리/아이템 공통) */
.com_acopet .ecopet_shop_list .item .img_box img {
  width: 70%;
  height: 70%;
  object-fit: contain;
  object-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

/* 모바일: 좀 더 크게 */
@media screen and (max-width: 1023.9px) {
  .com_acopet .ecopet_shop_list .item .img_box img {
    width: 75%;
    height: 75%;
  }
}

/* 배경 카테고리(309): 카드 꽉 채움 */
.com_acopet .ecopet_shop_list[data-cate="309"] .item .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  transform: none;
}

/* 아이템 카테고리(308): 알/부화기/약은 좀 더 크게 */
.com_acopet .ecopet_shop_list[data-cate="308"] .item .img_box img {
  width: 80%;
  height: 80%;
}

@media screen and (max-width: 1023.9px) {
  .com_acopet .ecopet_shop_list[data-cate="308"] .item .img_box img {
    width: 85%;
    height: 85%;
  }
}

.com_acopet .ecopet_shop_list .item .badge_owned {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #005f4c;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.com_acopet .ecopet_shop_list .item .badge_owned .icon_check_l {
  width: 12px;
  height: 9px;
  background: url("../img/svg/icon_check_l.svg") no-repeat center / contain;
  filter: brightness(0) invert(1);
}
.com_acopet .ecopet_shop_list .item .locked_bar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(80, 80, 80, 0.85);
  color: #fff;
  font-size: 11px;
  padding: 6px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  z-index: 2;
}
.com_acopet .ecopet_shop_list .item .locked_bar .icon_lock {
  display: inline-block;
  width: 10px;
  height: 12px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M12 1a5 5 0 0 1 5 5v3h1a3 3 0 0 1 3 3v9a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3v-9a3 3 0 0 1 3-3h1V6a5 5 0 0 1 5-5zm0 2a3 3 0 0 0-3 3v3h6V6a3 3 0 0 0-3-3z'/></svg>") no-repeat center / contain;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M12 1a5 5 0 0 1 5 5v3h1a3 3 0 0 1 3 3v9a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3v-9a3 3 0 0 1 3-3h1V6a5 5 0 0 1 5-5zm0 2a3 3 0 0 0-3 3v3h6V6a3 3 0 0 0-3-3z'/></svg>") no-repeat center / contain;
}
.com_acopet .ecopet_shop_list .item .info_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 14px;
  gap: 10px;
}
.com_acopet .ecopet_shop_list .item .info_row .info_left {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
  flex: 1;
}
.com_acopet .ecopet_shop_list .item .info_row .info_left .tit {
  font-weight: 600;
  font-size: 14px;
  color: #222;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.com_acopet .ecopet_shop_list .item .info_row .info_left .price {
  font-size: 13px;
  color: #666;
}
.com_acopet .ecopet_shop_list .item .info_row .info_right {
  flex-shrink: 0;
}
.com_acopet .ecopet_shop_list .item .info_row .info_right .action_btn {
  font-size: 12px;
  padding: 4px 14px;
}
.com_acopet .ecopet_shop_list .item .info_row .info_right .status_label {
  font-size: 11px;
  color: #999;
  padding: 4px 10px;
  border-radius: 30px;
  background: #f0f0f0;
}
.com_acopet .ecopet_shop_list .item .info_row .info_right .status_label.owned {
  color: #005f4c;
  background: #e8f3ee;
}

/* ============================================
   내 옷장(꾸미기) 페이지 스타일
   ============================================ */

/* 꾸미기 페이지의 ecopet_shop_list 안 .BtnItem 카드 */
.com_acopet .ecopet_shop_list .item.BtnItem {
  display: flex;
  flex-direction: column;
  gap: 0;
  text-align: left;
  cursor: pointer;
  border: 1px solid #e2e3e5;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  transition: all 0.2s ease;
}

.com_acopet .ecopet_shop_list .item.BtnItem .img_box {
  position: relative;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
  height: auto;
  background-color: #f5f5f3;
}

.com_acopet .ecopet_shop_list .item.BtnItem .img_box img {
  width: 70%;
  height: 70%;
  object-fit: contain;
  object-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

/* 호버 효과 */
.com_acopet .ecopet_shop_list .item.BtnItem:hover {
  border-color: #005f4c;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 95, 76, 0.1);
}

/* 장착 중인 아이템 - 이미지 박스 배경 변화 */
.com_acopet .ecopet_shop_list .item.BtnItem.is-equipped .img_box {
  background-color: #e8f3ee;
}

/* 장착 배지 (우상단) */
.com_acopet .ecopet_shop_list .item.BtnItem .badge_equipped {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #005f4c;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.com_acopet .ecopet_shop_list .item.BtnItem .badge_equipped .icon_check_l {
  width: 12px;
  height: 9px;
  background: url("../img/svg/icon_check_l.svg") no-repeat center / contain;
  filter: brightness(0) invert(1);
}

/* 정보 영역 */
.com_acopet .ecopet_shop_list .item.BtnItem .info_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 14px;
  gap: 10px;
}

.com_acopet .ecopet_shop_list .item.BtnItem .info_row .info_left {
  min-width: 0;
  flex: 1;
}

.com_acopet .ecopet_shop_list .item.BtnItem .info_row .info_left .tit {
  font-weight: 600;
  font-size: 14px;
  color: #222;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.com_acopet .ecopet_shop_list .item.BtnItem .info_row .info_right {
  flex-shrink: 0;
}

.com_acopet .ecopet_shop_list .item.BtnItem .status_label {
  font-size: 11px;
  padding: 4px 10px;
  border-radius: 30px;
  font-weight: 500;
}

.com_acopet .ecopet_shop_list .item.BtnItem .status_label.equipped {
  color: #005f4c;
  background: #e8f3ee;
}

.com_acopet .ecopet_shop_list .item.BtnItem .status_label.available {
  color: #999;
  background: #f0f0f0;
}

/* 기존 .layer 숨김 (장착 동작 시에도 안 보이게) */
.com_acopet .ecopet_shop_list .item.BtnItem .layer {
  display: none !important;
}

/* 꾸미기 페이지에서도 카테고리별 이미지 위치 조정 */
.com_acopet .ecopet_shop_list[data-cate="309"] .item.BtnItem .img_box img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  top: 0 !important;
  left: 0 !important;
  transform: none !important;
}