<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* �덉씠�꾩썐 */
#contents {
  width: 100%;
}
#contents * {
  letter-spacing: -.3px;
}
#contents .full__div { 
  width: 1280px;
  margin: 0 auto; 
  display: flex; 
  align-items: flex-start;
}
#contents #mypage__div {
  width: 100%;
  margin-bottom: 190px;
}
#contents .mypage__title {
  margin: 0;
  font-size: 20px;
  font-weight: 700; 
  padding-bottom: 10px; 
  display: flex;
  justify-content: space-between;
  align-items: flex-end; 
}


 /* 紐⑤떖 湲곕낯 �ㅽ��� */ 
.modal {
  display: none;
  position: fixed;
  z-index: 9;
  top: 0%;
  left: 0%;
  background: #fff;
  box-shadow: rgb(0 0 0 / 7%) 0px 3px 4px 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
} 
input, select {
  font-family: var(--main-fonts);
}
.modal .modal-content {
  padding: 14px;
  border: 1px solid #d3d3d3;
  width: 620px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
}

.modal .close {
  color: #aaa;
  float: right;
  font-size: 18px;
  font-weight: bold;
  margin-top: 9px;
}
.modal .close img {
  width: 18px;
  height: 18px;
}
.modal .close:hover,
.modal .close:focus {
  color: black;
  cursor: pointer; 
}
.modal form {
  margin-top: 20px;
}
.modal #modalTitle {
  border-bottom: 2px solid #191919;
  padding-bottom: 20px;
  width: 100%;
  text-align: center;
  margin-top: 6px;
}
.modal .flex__box {
  display: flex;
  margin-bottom: 14px; 
}
.modal .ph_num {
  display: flex;
  align-items: center;
  gap: 8px;
}
.modal .ph_num select, .modal .ph_num input { 
  width: 80px;
  height: 54px;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
}
.flex__box &gt; div:first-of-type {
  width: 100px;
  padding-left: 20px;
  font-size: 17px;
  font-weight: 700;
  margin-right: 10px;
  line-height: 54px;
}
.flex__box &gt; div input {
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  height: 54px;
  padding: 14px;
}
.flex__box &gt; div input#zip, .flex__box &gt; div input#addr1 {
  background-color: #fafafa;
  margin-bottom: 12px;
}
.flex__box &gt; div input#addr1, .flex__box &gt; div input#addr2 {
  width: 100%;
}
.flex__box .dot {
  font-size: 17px;
  font-weight: 600;
  color: #8a27ae; 
} 
.flex__box .delivery_btn {
  background: #ededeb;
  color: #191919;
  font-family: var(--main-fonts);
  border-radius: 30px;
  height: 54px;
  line-height: 54px;
  border: 1px solid #d3d3d3;
  padding: 0 24px;
  margin-left: 12px;
} 
.modal__noti {
  color: #787878; 
  font-size: 15px; 
  margin-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: 16px;
  padding-left: 18px;
}
.modal__noti li {
  margin-bottom: 4px;
}
#default_cbx + .spanover {
  width: auto;
  padding-left: 30px;
  font-weight: 600;
}
#default_cbx  + .spanover:before, #default_cbx  + .spanover:before {
  top: -4px;
}
.modal__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin: 20px auto;
}
.modal__btn button {
  cursor: pointer;
  border: 1px solid #d3d3d3;
  font-size: 17px;
  padding: 18px 56px;
  color: #191919;
  background: #fff;
  font-family: var(--main-fonts);
  border-radius: 10px;
}
.modal__btn button.comp_btn {
  color: #fff;
  background: #8a27ae;
  border: 1px solid #6e128f;
} 

.modal input[type="checkbox"] + .spanover {
  position: relative;
}
input[type=checkbox], .check_wrap input[type=checkbox] {
  display: none;
}
.spanover { 
  font-size: 17px;
  font-weight: 500;
  color: #797979;
}
input[type="checkbox"] + .spanover:before, input[type="radio"] + .spanover:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 25px;
  height: 25px;
  background: url(/common/image/arrow/muncheckeds.svg) no-repeat center;
  cursor: pointer;
  border-radius: 0px;
  float: right;
}
input[type="checkbox"] + .spanover {
  position: relative;
}
.modal .spanover {
  width: 25px;
  height: 25px;
  display: block;
}
input[type="checkbox"]:checked + .spanover:before, input[type="radio"]:checked + .spanover:before {
  background: url(/common/image/arrow/checkeds.svg) no-repeat center center;
  float: right;
}
input[type="checkbox"] + .spanover:before, input[type="radio"] + .spanover:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 25px;
  height: 25px;
  background: url(/common/image/arrow/uncheckeds.svg) no-repeat center;
  cursor: pointer;
  border-radius: 0px;
  float: right;
}</pre></body></html>