@charset "utf-8";


/* 배송지 관리 - 공통 */
#addressWrap { width: 700px; background: #fff; border: 1px solid #f2f2f2; position: relative; }

.title { width: 700px; height:65px; }
.btnClose {position: absolute; top: 20px; right: 30px; z-index:2; }
input[type="checkbox"] { vertical-align:middle; height: 15px; width:15px;  }


/* 배송지 관리 - 선택 */
.addressList { width: 650px; margin-top: 20px; margin-bottom:10px; margin-left: 25px; }
.addressList th { border-right:1px solid #fff; font: 12px "나눔고딕";  font-family: 'Nanum Gothic';  color:#000; font-weight: 600; text-align:center; }
.addressList td { height: 75px; border-top:1px solid #dee7f3; font: 12px/1.8 "나눔고딕";  font-family: 'Nanum Gothic';  color:#000; }

.addressBtn1 { float: left; margin-top: 10px; margin-bottom:30px; }
.addressBtn2 { margin-top: 10px; margin-left: 560px; margin-bottom: 20px; }


/*배송지관리 - 등록 */
.addressRegist { width: 650px; margin-bottom: 20px; margin-left: 25px; }
.addressRegist th { width: 100px; border-bottom:1px solid #fff; font: 12px "나눔고딕";  font-family: 'Nanum Gothic';  color:#000; font-weight: 600; text-align:center; }
.addressRegist td { border-bottom:1px solid #fff; font: 12px/1.8 "나눔고딕";  font-family: 'Nanum Gothic';  color:#000; }

.defaultSetting { height: 30px; font: 12px "나눔고딕";  font-family: 'Nanum Gothic';  color:#395b8e; vertical-align:middle; margin-top: 25px; }
input[type="text"] { vertical-align:middle; height:23px; border:1px solid #999; font: 12px "나눔고딕";  font-family: 'Nanum Gothic';  color:#666; margin-left: 5px; margin-right:5px; }

.Btns { margin-left: 250px; height: 30px; width:200px; margin-bottom: 20px; margin-top: 20px; }
.Btns ul li { float: left; margin-right: 10px; }