.tui-address {
  width: 100%;
  padding-top: .714286rem /* 20/28 */;
  padding-bottom: 5.714286rem /* 160/28 */;
}
.tui-address-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tui-address-main {
  width: 21.428571rem /* 600/28 */;
  height: 2.5rem /* 70/28 */;
  display: flex;
  font-size: 1.142857rem /* 32/28 */;
  line-height: 2;
  padding-left: 1.071429rem /* 30/28 */;
}

.tui-address-name {
  
}

.tui-address-tel {
  margin-left: .357143rem /* 10/28 */;
}

.tui-address-detail {
  font-size: .857143rem /* 24/28 */;
  word-break: break-all;
  padding-bottom: .892857rem /* 25/28 */;
  padding-left: .892857rem /* 25/28 */;
  padding-right: 1.714286rem /* 20/28 */;
}

.tui-address-label { 
  padding: .357143rem /* 10/28 */ .571429rem /* 16/28 */;
  flex-shrink: 0;
  border-radius: 6px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.142857rem /* 32/28 */;
  line-height: 1.142857rem /* 32/28 */;
  transform: scale(0.8);
  transform-origin: center center;
}

.tui-address-imgbox {
  width: 2.857143rem /* 80/28 */;
  height: 3.571429rem /* 100/28 */;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  right: .357143rem /* 10/28 */;
}

.tui-address-img {
  width: 1.285714rem /* 36/28 */;
  height: 1.285714rem /* 36/28 */;
}

.tui-address-new {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 999;
  padding: .714286rem /* 20/28 */ .892857rem /* 25/28 */ 1.071429rem /* 30/28 */;
  box-sizing: border-box;
  background: #fafafa;
  margin-bottom: env(safe-area-inset-bottom);
}

.tui-safe-area {
  padding-bottom: env(safe-area-inset-bottom);
}