.sidebar .meun_account .depth02 {
    display: block;
}
.sidebar .meun_account .slide::after {
    transform: rotate(-45deg);
}
.sidebar .meun_account .slide.active::after {
    transform: rotate(135deg);
}
.sidebar .addressList {
    background: #f6f6f6;
    color: var(--theme);
}
.sidebar .addressList::before {
    opacity: 1;
}

#pcaddressApp {
    height: 100%;
    font-size: 1.3rem;
    overflow-y: auto;
}


.header_top,
.header_bottom,
.main {
    min-width: 1200px;
}
.container {
    width: 100%;
}


.thead {
    margin-top: 1.2rem;
}
.thead .box {
    width: 100%;
    padding: 1.6rem;
    border-radius: 0.8rem;
    background: #fff;
}
.thead .submit {
    padding: 0.9rem 1.5rem;
    border-radius: 0.3rem;
    font-size: 1.2rem;
	background-color:#ff4000; 
	color:#ffffff; 
	border:1px solid #ff4000;
}
.thead .delete {
    padding: 0.9rem 1.5rem;
    border-radius: 0.3rem;
    font-size: 1.2rem;
	background-color:#ff4000; 
	color:#ffffff; 
	border:1px solid #ff4000;
}

.thead .tr {
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    margin-top: 1.6rem;
}
.thead .th:first-child {
    justify-content: flex-start;
    width: 3%;
    text-align: left;
}
.thead .th {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 16%;
    text-align: center;
}
.thead .th .icon {
    width: 1.2rem;
    height: 1.2rem;
    border: 1px solid #999;
    border-radius: 50%;
    color: #999;
    font-size: 1rem;
    text-align: center;
    padding: 1px;
    cursor: pointer;
}


.addressList .container {
    width: 100%;
    background: #fff;
    padding: 20px;
    margin-bottom: 12px;
    border-radius: 0.8rem;
    font-size: 1.4rem;
}
.addressList .box {
    width: 100%;
    padding: 1rem 1.6rem;
    margin-top: 0.5rem;
    border-radius: 0.8rem;
    background: #fff;
}
.addressList .list {
    display: flex;
    align-items: center;
    margin-top: 1.6rem;
}
.addressList .list li {
    display: flex;
    justify-content: center;
    width: 16%;
    font-size: 1.2rem;
}
.addressList .list li:first-child {
    justify-content: flex-start;
    width: 3%;
}
.addressList .list .img {
    flex-shrink: 0;
    width: 6rem;
    height: 6rem;
    overflow: hidden;
    background: pink;
}
.addressList .list .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.addressList .list .text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 1rem;
}
.addressList .list .options {
    color: #4d4d4d;
}
.addressList .list .product_num {
    color: #999;
}
.addressList .list .delete {
    color: var(--theme);
}
.addressList .btn_add {
    /* margin-top: 1.6rem; */
    padding: 0.8rem 1.5rem;
    border-radius: 0.3rem;
    border: 1px solid #dcdfe6;
    font-size: 1.2rem;
	color:#ffffff; 
}
.addressList .btn_add:hover {
    border-color: var(--theme);
    color: var(--theme);
    background: rgba(255, 64, 0, 0.09);
}






.paging_wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
    font-size: 13px;
}
.paging_wrap .dropdown {
    position: relative;
    width: 100px;
    height: 30px;
}
.paging_wrap .dropdown .placeholder {
    line-height: 30px;
}
.paging_wrap .dropdown::after {
    top: 8px;
}
.paging_wrap .paging {
    display: flex;
    align-items: center;
}
.paging_wrap .paging ul {
    display: flex;
    margin: 0 5px;
}
.paging_wrap .paging a {
    display: block;
    padding: 0 8px;
}
.paging_wrap .paging .active {
    color: var(--theme);
    font-variation-settings: "wght" 700;
}
.paging_wrap .paging img {
    width: 16px;
}
.paging_wrap .prev img {
    transform: rotate(-0.75turn);
}
.paging_wrap .next img {
    transform: rotate(0.75turn);
}
.paging_wrap .search {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.paging_wrap .search input {
    width: 50px;
    height: 30px;
    border: 1px solid #dcdfe6;
    background: #fff;
    border-radius: 4px;
    text-align: center;
}

.pop_all_address .pop_frame {
    max-width: 500px
}
.pop_all_address .regist-list {
    padding: 0 16px
}
.pop_all_address .regist-list li {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;
}
.pop_all_address .regist-list a {
    color: var(--theme);
    font-variation-settings: 'wght' 500;
}
.pop_all_address .regist-file {
    width: 100%;
    height: 200px;
    border: 1px dashed #dcdfe6;
    border-radius: 8px;
}
.pop_all_address .regist-file label {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    height: 100%;
}
.pop_all_address .regist-file .shape {
    padding: 8px 10px;
    background: var(--theme);
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
}
.pop_all_address .regist-file .caption {
    font-size: 12px;
    color: #606266
}


/*새 주소등록*/
/* 
.new_address_popup{display:none; width:calc(100% - 20px); max-width:calc(700px - 20px); max-height:96%; position:fixed; top:50%; left:50%;
		background-color:#ffffff; z-index:650;  border-radius:0.8rem; letter-spacing:-1px; -ms-transform:translate(-50%,-50%); 
		-o-transform:translate(-50%,-50%); transform: translate(-50%,-50%); -webkit-transform:translate(-50%,-50%);  -moz-transform:translate(-50%,-50%); 
		box-shadow:0px 0px 10px rgba(0,0,0,0.4); color:#666666;}
	 */	
/* =========================
   새 주소등록 팝업 (display:none 제거 버전)
   ========================= */
/* 기본 상태: 안 보이게 */
#popNewAddress,
.new_address_popup {
	display: inline-table;              /* ❗ display:none 제거 */
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	position: fixed;
	inset: 0;
	z-index: 9990;
	transition: opacity .2s ease;
	width:calc(100% - 20px); max-width:calc(700px - 20px); max-height:96%; 
	top:50%; left:50%;
	background-color:#ffffff; border-radius:0.8rem; letter-spacing:-1px; -ms-transform:translate(-50%,-50%); 
	-o-transform:translate(-50%,-50%); transform: translate(-50%,-50%); -webkit-transform:translate(-50%,-50%);  
	-moz-transform:translate(-50%,-50%); box-shadow:0px 0px 10px rgba(0,0,0,0.4); color:#666666;
}

/* 활성화 상태 */
#popNewAddress.active,
.new_address_popup.active {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

/* dimm 처리 */
#popNewAddress .dimm {
	opacity: 0;
	visibility: hidden;
	transition: opacity .2s ease;
}

#popNewAddress.active .dimm {
	opacity: 1;
	visibility: visible;
}

/* 팝업 중앙 정렬 */
#popNewAddress .pop_overlay {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

/* 팝업 프레임 */
#popNewAddress .pop_frame {
	background: #fff;
	border-radius: 10px;
	max-width: 720px;
	width: 100%;
	box-sizing: border-box;
}

/* ❗ 클릭 버블링 방지 (열리자마자 닫히는 현상 방지) */
#popNewAddress .pop_frame {
	pointer-events: auto;
}
	
		
		
		
.new_address_popup_title>h5{padding:2.5rem 2.5rem 2rem; color:#1a1a1a; font-size:2rem;}
.new_address_popup_title>p{background-color:#fbfbfb; color:#1a1a1a; padding:1.3rem 2.5rem 1.3rem; font-size:1.6rem;}
.new_address_list_wrap{padding:2rem 2.5rem 2rem; }
/*new_address_tab_wrap*/
.new_address_tab_wrap{display:flex; flex-wrap:wrap; row-gap:0.8rem;}
.new_address_tab_wrap h5{color:#1a1a1a; line-height:3.2rem; width:6.5rem;}
.new_delivery_tab{display:flex; flex-wrap:wrap; column-gap:1rem; width:calc(100% - 6.5rem);}
.new_delivery_tab>li{position:relative; display:block; border:1px solid #dcdfe6; border-radius:0.3rem; overflow:hidden; width:12rem; line-height:3.2rem; 
		background-color:#ffffff; text-align:center; cursor:pointer;}
.new_delivery_tab>li .radio_check{position:absolute; right:-0.4rem; bottom:-0.4rem; display:block; width:4.0rem; height:4.0rem;
		background:url("/images/mypage/common/check.png")no-repeat 0 0; background-size:cover; }
.new_delivery_tab>li.active{color:#ff4000; border-color:#ff4000;}
.new_delivery_tab>li.active .radio_check{background-image:url("/images/mypage/common/check_on.png");}
.new_address_list{margin-top:2rem;}
.delivery_p_content01{height:35rem; }
.delivery_p_content01>ul{height:100%; overflow-y:auto;}
.delivery_p_content_inner{display:flex; flex-wrap:wrap; column-gap:2rem;}
.delivery_p_content_inner>div{width:calc(50% - 1rem);}
.delivery_info_input{display:flex; align-items:start; padding-bottom:2.3rem;}
.delivery_info_input>strong{display:block; width:6rem; line-height:3.2rem; color:#303133;}
.delivery_info_input>div{position:relative; width:calc(100% - 6rem); }
.delivery_p_content02 .delivery_info_input01>div{width:calc(100% - 17rem); }
.delivery_p_content02 .delivery_info_input01>div input[type=text]{background-color:#f8f8f8;}
.delivery_info_input .required_input{font-size:1.2rem; color:#ff4000; position:absolute; left:2px; top:calc(100% + 3px);}
.delivery_info_input .dropdown::after{top:0.8rem;}
.delivery_info_input .dropdown02{margin-top:0.5rem;}
.delivery_info_input .dropdown .placeholder{line-height:3.2rem;}
.delivery_info_input .dropdown .select{height:15rem; overflow-y:auto; top: calc(100% + 2px);}
.delivery_p_content02 .btn_delete{width:2rem; padding:0; margin-left:0.5rem;}
.delivery_p_content02 .btn_delete img{width:1.2rem;}
.new_address_popup_btn_wrap{padding:0 2.5rem 2.5rem;}

/* =========================
   기본주소 토글 버튼
   ========================= */
.default_address_toggle {
	display: flex;
	align-items: center;
	gap: 0.6rem;
	margin-top: 0.8rem;
	cursor: pointer;
	user-select: none;
	font-size: 0.9rem;
	color: #333;
}

.default_address_toggle .toggle {
	position: relative;
	width: 44px;
	height: 24px;
	background: #dcdfe6;
	border-radius: 12px;
	transition: background .2s ease;
}

.default_address_toggle .toggle::after {
	content: '';
	position: absolute;
	top: 3px;
	left: 3px;
	width: 18px;
	height: 18px;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 1px 3px rgba(0,0,0,.2);
	transition: left .2s ease;
}

/* ON 상태 */
.default_address_toggle .toggle.on {
	background: #ff4000;
}

.default_address_toggle .toggle.on::after {
	left: 23px;
}

.default_address_toggle .label {
	font-weight: 500;
}
 