@charset "UTF-8";

.mod-btn-box.is-simple input {
  font-size: 13px;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
	border:none;
	background: none;
}

.mod-btn-box.is-simple input:hover {
  opacity: .8;
}



#ADDR1 {
  visibility: hidden;
}

/* @media (max-width: 768px) {
  #ADDR1 {
    position: relative;
    display: block;
    overflow: hidden;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 1px solid #D3D6DB;
    border-radius: 5px;
    outline: none;
    height: 42px;
    line-height: 40px;
    width: 100%;
    font-size: 0.9rem;
    margin: 0 0 0 0;
    padding: 0 0 0 0.3rem;
    box-shadow: none;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: url(../../images/member_mypage/arrow_select.png) no-repeat 95% center;
    -webkit-appearance: none;
  }
} */

.regist-btn-area {
  padding-top: 40px;
  padding-bottom: 60px;
}


.history-order-detail-bills__att {
  font-size: 14px;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 3px;
}

.history-order-detail-bills__att-box {
  margin-top: 3px;
}

@media (max-width: 768px) {
  .history-order-detail-bills__att {
    font-size: 12px;
  }
}

.history-more-btn {
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
}

@media (max-width: 768px) {
  .history-more-btn {
    margin-top: 0;
    padding-bottom: 10px;
  }
}

.history-more-btn span {
  cursor: pointer;
  display: inline-block;
  outline: none;
}

@media (max-width: 768px) {
  .history-more-btn span {
    min-width: 155px;
  }
}

.history-more-btn img {
  margin-top: 6px;
}

@media (max-width: 768px) {
  .history-more-btn img {
    width: 30px;
    height: auto;
  }
}

.history-more-btn_close {
  display: none;
}

.history-more {
  display: none;
}

.history-more .history__item {
  background-image: -webkit-linear-gradient(left, #d3d6db 0, transparent 100%);
  background-image: linear-gradient(90deg, #d3d6db 0, transparent 100%);
  background-position: 0 0;
  background-size: 3px 1px;
  background-repeat: repeat-x;
}


.hiddenValue {
    display: none;
}

.mypageWrapper input:not([type]),
.mypageWrapper input[type=text],
.mypageWrapper input[type=password],
.mypageWrapper input[type=email],
.mypageWrapper input[type=url],
.mypageWrapper input[type=time],
.mypageWrapper input[type=date],
.mypageWrapper input[type=datetime],
.mypageWrapper input[type=datetime-local],
.mypageWrapper input[type=tel],
.mypageWrapper input[type=number],
.mypageWrapper input[type=search],
.mypageWrapper textarea.materialize-textarea {
    margin: 0 !important;
}

.mod-input-select {
    height: 40px;
}

.message {
    margin: 0.2em 0 1.5em 0;
}

.message span {
    font-size: 12px;
    color: #e1002b;
    line-height: 1.4;
    font-weight: bold;
}

.chosen-container-error {
    border: 1px solid #F44336 !important;
}

.birth .mod-input input, .birth {
  width: 75% !important;
}

.tel .mod-input {
  width: 90% !important;
}

.tel .mod-input input {
  width: 25% !important;
}

/* address_*.xhtml */
.ifreameHide{display: none;}

/* member_history.xhtml */
.discount{color: #de0b32;}
