.close_icon {
  z-index: 999;
  display: block;
  width: 20px;
  height: 20px;
  overflow: hidden;
  text-indent: -999px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background: url("../images/default/opt_close.png") no-repeat center/20px;
  cursor: pointer;
  transition: all 0.1s;
}

/* style.css  #cs_center .search_wrap .search_icon, .. */
#mypage .search_wrap .close_icon {
  position: absolute;
  right: 10px;
  top: 22px;
}

/* visibility hidden element */
.hidden-ele {
    display: none;
}

form[name=filterFrm] {
  height: 45px;
  width: 95%;
  margin: 0 auto;
  padding: 5px 0;
}
form[name=filterFrm] ul.cart_filter {
  width: 100%;
  height: 45px;
  display: inline-flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

form[name=filterFrm] ul.cart_filter li .cnt_num {
  color: #F47C7C;
}

form[name=filterFrm] ul.cart_filter .filters{
  display:flex;
  justify-content: flex-start;
}

form[name=filterFrm] ul.cart_filter > li:last-child {
  width: 30%;
  min-width: 130px;
}

/* 장바구니 제휴사 묶음 border */
.afltc_group {
    border: 1px solid #EAEAEA;
    margin-bottom: 10px;
}

.afltc_group_footer {
    padding: 5px;
    margin-left: 10px;
}

.chkbox.disable input::before {
  background-color: #EAEAEA;
  mask: url("../images/default/square-check-solid.svg") no-repeat center;
  -webkit-mask: url("../images/default/square-check-solid.svg") no-repeat center;
}

.myorder_header {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    margin-top : 10px;
}

.myorder_header > a {
  color: #44BBA4;
  font-size: 0.9rem;
  margin-right: 15px;
}

.myorder_header strong  {
    font-weight: 700;
}

/* .btn_addr_update, .btn_addr_delete 에 추가 */
form[name=deliUpdate] .btn_addr_change{
  height: 25px;
  line-height: 25px;
  background: transparent;
  font-weight: 500;
  color: #717171;
  text-decoration: underline;
}

/* 구매내역 > 환불/교환 > 배송지 modal : style.css popup style 복사하여 사용 */
.popup_addr {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 9999 !important;
}
.popup_addr .pop_back {
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  z-index: 9999 !important;
}
.popup_addr .pop_wrap {
  position: relative;
  background: #fff;
  width: 80%;
  height: 280px;
  max-height: 40vh;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 8px;
  z-index: 9999 !important;
  overflow: hidden;
  text-align: center;
}

.popup_addr .popup_header {
    position: absolute;
    float:right;
    width:100%;
}

.popup_addr .top_wrap {
  width: 45px;
  height: 45px;
  position: absolute;
  right:0;
  top:0;
}
.popup_addr .top_wrap .addr_close {

  width: 45px;
  height: 45px;
  cursor: pointer;
  line-height: 45px;
  font-size: 1.4rem;
}
/*
.popup_inline .pop_wrap {
  height: 120px !important;
}
.popup_inline .contents {
  height: 90px !important;
}
*/