@font-face {
  font-family: "NanumSquareNeo-Variable";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_11-01@1.0/NanumSquareNeo-Variable.woff2")
    format("woff2");
  font-weight: normal;
  font-style: normal;
}

.bean-history-container {
  margin-top: unset !important;
  overscroll-behavior: none;
}
.bean-history {
  width: 100%;
  height: 100%;
}

.bean-history .bean-history-wrap {
  width: 100%;
  min-height: 100vh;
  /* mobile viewport bug fix */
  min-height: -webkit-fill-available;
}
.bean-history .bean-history-wrap .bean-history-top {
  width: 500px;
  height: 50px;
  background: #1db561;
  display: flex;
  justify-content: space-between;
  padding: 10px 12px 10px 15px;
  position: fixed;
  top: 50px;
  z-index: 2;
  align-items: center;
}
.bean-history .bean-history-wrap .bean-history-top .history-title {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  font-family: "NanumSquareNeo-Variable";
  padding-top: 6px;
}
.bean-history .bean-history-wrap .bean-history-top .mykong-account {
  background: #fff;
  height: 30px;
  width: 140px;
  line-height: 30px;
  border-radius: 50px;
  display: flex;
  justify-content: space-between;
  box-shadow: 1px 1px 2px #9d9d9d, inset 0px 1px 2px #afafaf;
}
.bean-history
  .bean-history-wrap
  .bean-history-top
  .mykong-account
  .kong-add-btn {
  background: none;
}
.bean-history .bean-history-wrap .bean-history-top .mykong-account .gamble-kong,
.bean-history
  .bean-history-wrap
  .bean-history-top
  .mykong-account
  .kong-add-btn
  .kong-add {
  padding: 3px;
}
.bean-history
  .bean-history-wrap
  .bean-history-top
  .mykong-account
  .kong-add-btn
  .kong-add {
  height: 100%;
}
.bean-history
  .bean-history-wrap
  .bean-history-top
  .mykong-account
  .balance-area {
  width: 80px;
}
.bean-history
  .bean-history-wrap
  .bean-history-top
  .mykong-account
  .balance-area
  .balance {
  display: -webkit-box;
  word-wrap: break-word;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  text-align: right; 
  font-weight: 600;
  font-family: "NanumSquareNeo-Variable";
}
/* nav */
.bean-history-wrap .bean-history-item {
  width: 100%;
  height: 100%;
  position: relative;
  margin-top: 100px;
  background: #f3f3f3;
}
.bean-history-item .bean-history-nav {
  padding: 10px 15px 10px 15px;
  position: fixed;
  width: 500px;
  background: #f3f3f3;
  z-index: 2;
}
.bean-history-item .bean-history-nav .nav-goods,
.bean-history-item .bean-history-nav .nav-box {
  font-family: "NanumSquareNeo-Variable";
  font-size: 14px;
}
.bean-history-item .bean-history-nav .nav-goods {
  margin-left: 15px;
  cursor: pointer;
}
.bean-history-item .bean-history-nav .nav-box {
  margin-left: 32px;
  cursor: pointer;
}

/*라디오 버튼 커스텀*/
.bean-history-nav {  cursor: pointer; display:flex;   position: relative; }
.bean-history-nav * { display:flex; }
.bean-history-nav { gap:3px; padding-left:7px; align-items:center;}
.bean-history-nav label { position: relative;  border-radius:3px; height:30px; }
.bean-history-nav label.nav-box {  background:rgba(45,204,210,1);   }
.bean-history-nav label.nav-goods {  background:rgba(45,210,134,1);   }

.bean-history-nav input[type="radio"] { display: none; }
.bean-history-nav span.on{ white-space:nowrap; cursor: pointer;  align-items:center; font-size:14px; font-weight:500;  color:rgba(255,255,255,.7); letter-spacing:-1px; padding:0 10px; }
.bean-history-nav span.on img {width:100%;}

.bean-history-nav .nav-box input[type='radio']:checked + span.on  { color:rgba(255,255,255,1); }
.bean-history-nav .nav-goods input[type='radio']:checked + span.on  {  color:rgba(255,255,255,1); }
.bean-history-nav input[type='radio']:disabled + span.on, .custom-checkbox input[type='checkbox']:disabled + span.checkbox { cursor: not-allowed; }

/* nav 끝 */

/* 상품 내역 */
.bean-history-wrap .bean-history-item .history-goods-wrap {
  width: 100%;
  overflow: auto;
  padding: 0 10px 10px 10px;
  height: 100%;
  position: relative;
  top: 25px;
  padding-bottom: 40px;
}

.bean-history-item .history-goods-wrap .goods-buy-area {
  width: 100%;
  height: 130px;
  margin-top: 10px;
  background: #fff;
  border-radius: 4px;
}
.bean-history-item .history-goods-wrap .goods-buy-area .buy-goods-info {
  display: flex;
  padding: 10px;
}
.bean-history-item
  .history-goods-wrap
  .goods-buy-area
  .buy-goods-info
  .buy-info-left {
  width: 40%;
  height: 110px;
  border-radius: 3px;
  box-sizing: border-box;
  overflow: hidden;
}
.bean-history-item
  .history-goods-wrap
  .goods-buy-area
  .buy-goods-info
  .buy-info-left
  .buy-goods-img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 3px;
  position: relative;
  left: 50%;
  transform: translate(-50%, 20px);
  border: 1px solid #f9f9f9;
}
.bean-history-item
  .history-goods-wrap
  .goods-buy-area
  .buy-goods-info
  .buy-info-right {
  margin: 5px;
  width: 100%;
  position: relative;
}

.bean-history-item
  .history-goods-wrap
  .goods-buy-area
  .buy-goods-info
  .buy-info-right
  .buy-info-top {
  display: flow-root;
}

.bean-history-item
  .history-goods-wrap
  .goods-buy-area
  .buy-goods-info
  .buy-info-right
  .date {
  font-size: 12px;
  font-family: "NanumSquareNeo-Variable";
  font-weight: 600;
  color: #4c4c4c;
  float: left;
  margin-top: 8px;
}
.bean-history-item
  .history-goods-wrap
  .goods-buy-area
  .buy-goods-info
  .buy-info-right
  .title {
  margin-top: 10px;
  max-height: 39px;
  height: 39px;
  line-height: 20px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  font-size: 15px;
  font-family: "NanumSquareNeo-Variable";
}
.bean-history-item
  .history-goods-wrap
  .goods-buy-area
  .buy-goods-info
  .buy-info-right
  .price {
  font-family: "NanumSquareNeo-Variable";
  font-size: 18px;
  font-weight: 700;
  margin-top: 5px;
  position: absolute;
}
.bean-history-item
  .history-goods-wrap
  .goods-buy-area
  .buy-goods-info
  .buy-info-right
  .delivery {
  font-family: "NanumSquareNeo-Variable";
  position: absolute;
  right: 0;
  background: #03c75b;
  color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
}
/*상품내역 끝*/

/*당첨내역*/
.bean-history-wrap .bean-history-item .history-gamble-wrap {
  width: 100%;
  overflow: auto;
  padding: 0 10px 10px 10px;
  height: 100%;
  position: relative;
  top: 25px;
  padding-bottom: 40px;
}
.bean-history-item .history-gamble-wrap .box-success-area {
  width: 100%;
  height: 100%;
  margin-top: 10px;
  background: #fff;
  border-radius: 4px;
}
.bean-history-item .history-gamble-wrap .box-success-area .box-success-info {
  display: flex;
  padding: 10px;
}
.bean-history-item
  .history-gamble-wrap
  .box-success-area
  .box-success-info
  .success-info-left {
  width: 50%;
  height: 110px;
  border: 1px solid #f9f9f9;
  border-radius: 3px;
  box-sizing: border-box;
  overflow: hidden;
}
.bean-history-item
  .history-gamble-wrap
  .box-success-area
  .box-success-info
  .success-info-left
  .success-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 3px;
}
.bean-history-item
  .history-gamble-wrap
  .box-success-area
  .box-success-info
  .success-info-right {
  margin: 5px 5px 5px 12px;
  width: 100%;
}
.bean-history-item
  .history-gamble-wrap
  .box-success-area
  .box-success-info
  .success-info-right
  .date {
  font-size: 12px;
  font-family: "NanumSquareNeo-Variable";
  font-weight: 600;
  color: #4c4c4c;
}
.bean-history-item
  .history-gamble-wrap
  .box-success-area
  .box-success-info
  .success-info-right
  .title {
  margin-top: 10px;
  line-height: 15px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  font-family: "NanumSquareNeo-Variable";
}
.bean-history-item
  .history-gamble-wrap
  .box-success-area
  .box-success-info
  .success-info-right
  .sub-title {
  font-family: "NanumSquareNeo-Variable";
  font-size: 12px;
  color: #a3a3a3;
  margin-top: 2px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
}
.bean-history-item
  .history-gamble-wrap
  .box-success-area
  .box-success-info
  .success-info-right
  .price {
  font-family: "NanumSquareNeo-Variable";
  font-size: 16px;
  font-weight: 700;
  margin-top: 10px;
}
.bean-history-item
  .history-gamble-wrap
  .box-success-area
  .box-success-info
  .success-info-right
  .delivery {
  font-family: "NanumSquareNeo-Variable";
  float: right;
  background: #03c75b;
  color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
}

/*당첨내역 끝*/
.delivery-complete {
  font-family: "NanumSquareNeo-Variable";
  float: right;
  background: #cfcfcf;
  color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
}
/*배송지 입력*/
.bean-history-wrap .success-delivery-input {
  width: 500px;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 557;
}
.bean-history-wrap .success-delivery-input .success-delivery-bg {
  width: 100%;
  height: 100%;
  background: black;
  position: absolute;
  opacity: 0.7;
}

.delivery-close {
  width: 30px;
  height: 30px;
  right: 5px;
  position: absolute;
  border-radius: 50px;
  z-index: 444;
  top: 5px;
}

.delivery-close button {
  width: 30px;
  height: 30px;
  position: absolute;
  background: none;
}
.delivery-close:before {
  transform: rotate(45deg);
}
.delivery-close:before,
.delivery-close:after {
  position: absolute;
  right: 13px;
  top: 5px;
  content: "";
  height: 20px;
  width: 3px;
  background-color: #5c5c5c;
  font-family: "NanumSquareNeo-Variable";
  border-radius: 8px;
}
.delivery-close:after {
  transform: rotate(-45deg);
}

.bean-history-wrap
  .success-delivery-input
  .success-delivery-wrap
  .success-delivery-area {
  background: #03c75b;
  width: 95%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 50px 10px 10px 10px;
  margin-top: 50%;
  border-radius: 5px;
}
.bean-history-wrap
  .success-delivery-input
  .success-delivery-wrap
  .success-delivery-area
  .input-title {
  position: absolute;
  left: 50%;
  top: 20px;
  font-size: 20px;
  transform: translate(-50%, 0%);
  font-family: "NanumSquareNeo-Variable";
  color: #fff;
}
.bean-history-wrap
  .success-delivery-input
  .success-delivery-wrap
  .success-delivery-area
  .delivery-input {
  margin-top: 10px;
}
.success-delivery-wrap .success-delivery-area .delivery-input li {
  margin-bottom: 5px;
}
.success-delivery-wrap .success-delivery-area .delivery-input li input:focus {
  outline: none;
}
.success-delivery-wrap
  .success-delivery-area
  .delivery-input
  li
  .delivery-data {
  font-family: "NanumSquareNeo-Variable";
  font-size: 14px;
  color: #fff;
  margin-right: 10px;
}
.success-delivery-wrap
  .success-delivery-area
  .delivery-input
  li
  .delivery-data-input {
  font-family: "NanumSquareNeo-Variable";
  font-size: 14px;
  width: 85%;
  display: inline-block;
}
.success-delivery-wrap
  .success-delivery-area
  .delivery-input
  li
  .delivery-data-input
  input {
  height: 30px;
  padding-left: 5px;
  width: 100%;
  font-family: "NanumSquareNeo-Variable";
  font-size: 14px;
  border-radius: 2px;
}

.success-delivery-wrap
  .success-delivery-area
  .delivery-input
  li
  .delivery-address-input {
  text-align: left;
  padding-left: 27px;
  width: 68%;
  display: inline-block;
  font-family: "NanumSquareNeo-Variable";
  font-size: 14px;
  color: #fff;
  margin-right: 9px;
}
.success-delivery-wrap
  .success-delivery-area
  .delivery-input
  li
  .delivery-address-input
  input {
  height: 30px;
  padding-left: 5px;
  width: 100%;
  font-family: "NanumSquareNeo-Variable";
  font-size: 14px;
  border-radius: 2px;
}
.success-delivery-wrap
  .success-delivery-area
  .delivery-input
  li
  .delivery-address-search {
  font-family: "NanumSquareNeo-Variable";
  font-size: 14px;
  text-align: right;
  width: 20%;
  display: inline-block;
  position: absolute;
}
.success-delivery-wrap
  .success-delivery-area
  .delivery-input
  li
  .delivery-address-search
  .address-search-btn {
  height: 30px;
  line-height: 30px;
  width: 100%;
  background: #5c5c5c;
  color: #fff;
  border-radius: 2px;
  font-family: "NanumSquareNeo-Variable";
  font-size: 12px;
}
.success-delivery-wrap
  .success-delivery-area
  .delivery-input
  li
  .delivery-address-sub {
  font-family: "NanumSquareNeo-Variable";
  font-size: 14px;
  padding-left: 57px;
  margin-left: 10px;
}
.success-delivery-wrap
  .success-delivery-area
  .delivery-input
  li
  .delivery-address-sub
  input {
  height: 30px;
  padding-left: 5px;
  width: 85%;
  margin-top: 5px;
  font-family: "NanumSquareNeo-Variable";
  font-size: 14px;
  border-radius: 2px;
}
.success-delivery-wrap .success-delivery-area .delivery-save {
  width: 100%;
  height: 40px;
  font-size: 15px;
  line-height: 30px;
  background: #009844;
  color: #ffffff;
  border-radius: 4px;
  font-family: "NanumSquareNeo-Variable";
  box-shadow: unset !important;
  margin-top: 15px;
}

#addr_search_frame {
  display: none;
  position: fixed;
  overflow: hidden;
  z-index: 999999;
  -webkit-overflow-scrolling: touch;
  width: 500px !important;
  border: unset !important;
  left: unset !important;
  top: 50%;
  transform: translate(0, -50%);
  height: 495px !important;
}

.release-close {
  background: #fff;
  width: unset !important;
}

.release-close button {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 7px;
  background: none;
}
.release-close:before {
  transform: rotate(45deg);
}
.release-close:before,
.release-close:after {
  position: absolute;
  right: 20px;
  top: 6px;
  content: "";
  height: 20px;
  width: 1px;
  background-color: #222;
}
.release-close:after {
  transform: rotate(-45deg);
}

.goods_none_area {
  width: 100%;
  height: 100%;
  margin-top: 10px;
  background: #fff;
  display: flex;
  border-radius: 4px;
  flex-direction: column;
  align-items: center;
}

.goods_none_text {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  padding: 20px;
  font-family: "NanumSquareNeo-Variable";
}

.goods_none_button {
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  padding: 20px;
  cursor: pointer;
  flex-direction: column;
  color: #03c75b;
  font-family: "NanumSquareNeo-Variable";
  font-weight: bold;
}
.goods_none_button p {
  height: 1px;
  width: 100%;
  background-color: #03c75b;
  margin-top: 0.5px;
}
#delivery-complete-popup ul li {
  margin-bottom: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
