@charset "utf-8";

/* 회원가입 이메일 자동완성 */
.autocomplete-suggestions { 
	border: 1px solid #ccc; 
	max-height: 150px; 
	overflow-y: auto; 
	position: relative; 
/* 	position: absolute;  */
	background-color: white; 
	z-index: 1000; 
	width: calc(100% - 22px); 
} 

/* ============== 쇼핑몰 브랜드(brand) - shopj02 brand02 기준 ============== */
.brand_wrap{padding-top: 30px;}
.brand_wrap .common_tit{padding:30px 30px 10px;text-align: center;font-size:28px;color:#111;}
.brand_wrap .common_desc{font-size:16px;color:#666;margin:8px 0 30px;text-align: center;}
.brand_wrap .tab{width:100%;overflow:hidden;margin-bottom: 30px;border:0;}
.brand_wrap .tab li{width:16.66666666666667%;float:left;}
.brand_wrap .tab li a{display:block;height: 41px;border:1px solid #d9d9d9;font-size:16px;color:#444;line-height: 2.5;text-align: center;border-right-width:0;}
.brand_wrap .tab li:nth-of-type(6n) a{border-right-width: 1px;}
.brand_wrap .tab li:nth-of-type(n+7) a{border-top: 0;}
.brand_wrap .tab li.on a{border-color:#007bc8;background:#007bc8;color:#fff;font-weight: 700;border-left:1px solid #007bc8;}
.brand_wrap .tab li:hover a{border-color:#007bc8;background:#007bc8;color:#fff;font-weight: 700;border-left:1px solid #007bc8;}
.brand_wrap .prd_list_wrap{}
.brand_wrap .prd_list{overflow:hidden;}
.brand_wrap .prd_list li{float:left;width:32%;margin-right:2%;margin-bottom: 2%;}
.brand_wrap .prd_list li:nth-of-type(3n){margin-right: 0;}
.brand_wrap .prd_list li > a{display:block;position:relative;padding-top:100%;overflow:hidden;}
.brand_wrap .prd_list li > a img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;}
.brand_wrap .brand_info{position:absolute;top:0;bottom: 0;left: 0;right: 0;text-align: center;background:rgba(0,0,0,0.05);}
.brand_wrap .brand_info:hover{background:rgba(0,0,0,0.2);}
.brand_wrap .brand_name{width:100%;position:absolute;top:50%;margin-top:-16px;text-align: center;color:#fff;line-height: 1.2em;font-weight: bold;font-size:30px;letter-spacing: -0.05em;}
.brand_wrap .prd_item_group{overflow:hidden;border:1px solid #d9d9d9;border-top:0;padding:10px;}
.brand_wrap .prd_item_group a{display:block;width:30%;float:left;}
.brand_wrap .prd_item_group a + a{margin-left: 5%;}
.brand_wrap .prd_info{}
.brand_wrap .prd_img{position:relative;padding-top:100%;overflow:hidden;}
.brand_wrap .prd_img:hover:after{content:'';display:block;width:100%;height: 100%;position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.1);}
.brand_wrap .prd_img img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;}
.brand_wrap .prd_name{font-size:13px;color:#444;line-height: 1.36;height: 2.71429em;overflow:hidden;}
.brand_wrap .prd_price{font-size:13px;color:#111;}
.brand_wrap .prd_price strong{font-size:15px;}
/* 브랜드 헤더 (브랜드관 상단) */
.brand_wrap .brand_header{position:relative;height:320px;background-size:cover;background-position:center;background-repeat:no-repeat;background-color:#1a1a2e;margin-bottom:40px;overflow:hidden;}
.brand_wrap .brand_header_overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0.7) 100%);}
.brand_wrap .brand_header_content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;padding:20px;}
.brand_wrap .brand_logo{width:120px;height:120px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,0.3);margin-bottom:15px;}
.brand_wrap .brand_logo img{max-width:80%;max-height:80%;object-fit:contain;}
.brand_wrap .brand_logo_text{font-size:24px;font-weight:bold;color:#333;text-align:center;padding:10px;}
.brand_wrap .brand_title{font-size:32px;font-weight:700;color:#fff;margin:0 0 5px 0;text-shadow:0 2px 10px rgba(0,0,0,0.3);}
.brand_wrap .brand_title_eng{font-size:14px;color:rgba(255,255,255,0.7);margin:0 0 15px 0;letter-spacing:2px;text-transform:uppercase;}
.brand_wrap .brand_meta{display:flex;align-items:center;justify-content:center;gap:20px;margin-bottom:20px;}
.brand_wrap .brand_meta .brand_visitor{font-size:14px;color:rgba(255,255,255,0.8);}
.brand_wrap .brand_meta .brand_visitor i{margin-right:5px;}
.brand_wrap .brand_meta .brand_link{font-size:14px;color:rgba(255,255,255,0.8);text-decoration:none;transition:color 0.2s;}
.brand_wrap .brand_meta .brand_link:hover{color:#fff;}
.brand_wrap .brand_meta .brand_link i{margin-right:5px;}
.brand_wrap .brand_actions{}
.brand_wrap .btn_brand_info{display:inline-block;padding:12px 30px;background:transparent;border:2px solid rgba(255,255,255,0.8);color:#fff;font-size:14px;font-weight:600;border-radius:30px;cursor:pointer;transition:all 0.3s;}
.brand_wrap .btn_brand_info:hover{background:#fff;color:#333;border-color:#fff;}
.brand_wrap .btn_brand_info i{margin-right:8px;}

/* 기존 brand_cover 스타일 유지 (호환성) */
.brand_wrap .brand_cover{height: 260px;margin-bottom: 50px;}
.brand_wrap .brand_cover .common_tit{padding:0; height:120px;}
.brand_wrap .brand_cover .common_tit img{height: 120px;}
.brand_wrap .brand_cover .brand_cover_btns{margin:20px 0;text-align: center;}
.brand_wrap .brand_cover .brand_cover_btns button{display:inline-block;min-width:2.57143em;height: 2.57143em;padding:0 0.85714em;border:1px solid #c9c9c9; vertical-align: middle;text-align: center;transition:0.15s;font-size:14px;background:transparent;margin:0 4px;}
.brand_wrap .brand_cover .brand_cover_btns button:hover{border-color:#fff;background:rgba(0,0,0,0.2);}
.brand_wrap .brand_cover .brand_cover_btns button span{color:#fff;}
.brand_wrap .brand_cover .brand_cover_btns button i{color:#fff;}
.brand_wrap .brand_cover .brand_cover_visitor{color:#fff;opacity:0.8;text-align:center;font-size:14px;}
.brand_wrap .brand_cover .brand_cover_visitor span{}

/* 브랜드 소개 팝업 */
.brand_wrap .brand_pop{display:none;}
.brand_wrap .view_brand{position:fixed;overflow:auto;overflow-x:hidden;top:0;left:0;width:100%;height: 100%;text-align: center;z-index:5000;background-color:rgba(0,0,0,0.5);}
.brand_wrap .view_brand .box{width:850px;min-height: 400px;position:fixed;left:50%;left:50%;margin-left: -425px;margin-top: 100px;z-index:2500;box-sizing:border-box;padding:25px;border-radius:10px;box-shadow:0 10px 40px rgba(0,0,0,0.3);background-color: #fff;}
.brand_wrap .view_brand .title{line-height: 40px;position:relative;margin-bottom: 20px;border-bottom:1px solid #eee;padding-bottom:15px;}
.brand_wrap .view_brand .title h2{font-size:22px;color:#333;text-align: left;font-weight:600;}
.brand_wrap .view_brand .title .close{display:block;position:absolute;right:0;top: 0;font-size:24px;line-height: 40px;color:#999;font-weight: 400;transition:color 0.2s;}
.brand_wrap .view_brand .title .close:hover{color:#333;}
.brand_wrap .view_brand .info{text-align: left;font-size:15px;line-height: 1.8;color:#555;}
.brand_wrap .view_brand .info img{max-width:100% !important;height:auto !important;}

@media all and (max-width:1000px){
	.brand_wrap .prd_list li{width:49%;}
	.brand_wrap .prd_list li:nth-of-type(3n){margin-right: 2%;}
	.brand_wrap .prd_list li:nth-of-type(2n){margin-right: 0%;}
	.brand_wrap .view_brand .box{width:80%;margin-left: -40%;}
	.brand_wrap .brand_header{height:280px;}
	.brand_wrap .brand_logo{width:100px;height:100px;}
	.brand_wrap .brand_title{font-size:26px;}
}

@media all and (max-width:640px){
	.brand_wrap{padding-top: 4.6875vw;}
	.brand_wrap .common_tit{padding:4.6875vw 4.6875vw 1.5625vw;font-size:4.375vw; height:18.75vw !important;}
	.brand_wrap .common_tit img{}
	.brand_wrap .common_desc{font-size:2.5vw;margin:1.25vw 0 4.6875vw;}
	.brand_wrap .tab{margin-bottom: 4.6875vw;}
	.brand_wrap .tab li{width:25%;}
	.brand_wrap .tab li:nth-of-type(6n) a{border-right-width: 0;}
	.brand_wrap .tab li:nth-of-type(4n) a{border-right-width: 1px;}
	.brand_wrap .tab li:nth-of-type(n+5) a{border-top: 0;}
	.brand_wrap .tab li a{height: 6.40625vw;font-size:2.5vw;}
	.brand_wrap .brand_name{margin-top:-2.5vw;font-size:4.6875vw;}
	.brand_wrap .prd_item_group{padding:1.5625vw;}
	.brand_wrap .prd_name{font-size:2.03125vw;}
	.brand_wrap .prd_price{font-size:2.03125vw;}
	.brand_wrap .prd_price strong{font-size:2.34375vw;}
	.brand_wrap .prd_list li{width:100%;margin-right:0;}

	.brand_wrap .brand_cover{height: 40.625vw;}
	.brand_wrap .brand_cover .common_tit img{height: 18.75vw;}
	.brand_wrap .brand_cover .brand_cover_btns{margin:3.125vw 0;}
	.brand_wrap .brand_cover .brand_cover_btns button{font-size:2.1875vw;margin:0 0.625vw;}
	.brand_wrap .brand_cover .brand_cover_visitor{font-size:2.1875vw;}
	.brand_wrap .view_brand .box{width:90%;margin-left:-45%;margin-top: 31.25vw;padding:3.90625vw;}
	.brand_wrap .view_brand .title{line-height: 6.25vw;margin-bottom: 3.125vw;}
	.brand_wrap .view_brand .title h2{font-size:3.4375vw;}
	.brand_wrap .view_brand .title .close{font-size:4.6875vw;line-height: 6.25vw;}
	.brand_wrap .view_brand .info{font-size:2.1875vw;}

	/* 브랜드 헤더 모바일 */
	.brand_wrap .brand_header{height:220px;margin-bottom:20px;}
	.brand_wrap .brand_header_content{padding:15px;}
	.brand_wrap .brand_logo{width:70px;height:70px;margin-bottom:10px;}
	.brand_wrap .brand_logo_text{font-size:16px;}
	.brand_wrap .brand_title{font-size:20px;margin-bottom:3px;}
	.brand_wrap .brand_title_eng{font-size:11px;margin-bottom:10px;letter-spacing:1px;}
	.brand_wrap .brand_meta{flex-wrap:wrap;gap:10px;margin-bottom:12px;}
	.brand_wrap .brand_meta .brand_visitor,
	.brand_wrap .brand_meta .brand_link{font-size:12px;}
	.brand_wrap .btn_brand_info{padding:8px 20px;font-size:12px;}
}


.btn_confirm_wrap{display: flex; justify-content: center; margin-bottom: 120px;}
.btn_confirm {display:inline-block; padding:10px 18px; border:1px solid #111; background:#111; color:#fff; font-size:14px; line-height:1; border-radius:6px; cursor:pointer; }
.btn_confirm:hover { background:#000; border-color:#000; }
.btn_confirm:active { transform:translateY(1px); }
.btn_confirm:focus { outline:2px solid rgba(0,0,0,0.25); outline-offset:2px; }

/* ============== 정품 등록 페이지 (우스토프) ============== */
.register_container {
	background: #fff;
	min-height: 100vh;
}

.register_content {
	max-width: 1440px;
	margin: 0 auto;
	padding: 72px 280px;
}

/* 페이지 헤더 */
.register_header {
	text-align: center;
	margin-bottom: 50px;
}

.register_title {
	font-size: 40px;
	font-weight: bold;
	color: #222;
	margin: 0 0 20px 0;
}

.register_desc {
	font-size: 14px;
	color: #666;
	line-height: 1.6;
}

.register_desc p {
	margin: 0;
}

/* 탭 버튼 */
.register_tabs {
	display: flex;
	gap: 20px;
	justify-content: center;
	margin-bottom: 36px;
}

.register_tab_btn {
	width: 192px;
	height: 50px;
	font-size: 16px;
	font-weight: bold;
	border-radius: 4px;
	cursor: pointer;
	transition: all 0.2s;
}

.register_tab_btn.active {
	background: #8a7b6d;
	color: #fff;
	border: none;
}

.register_tab_btn:not(.active) {
	background: #fff;
	color: #8a7b6d;
	border: 1.5px solid #8a7b6d;
}

.register_tab_btn:not(.active):hover {
	background: #f5f5f5;
}

/* 폼 영역 */
.register_form_wrap {
	display: flex;
	flex-direction: column;
	gap: 9px;
}

.register_required_text {
	font-size: 14px;
	color: #b75900;
	text-align: right;
	margin: 0 0 9px 0;
}

/* 테이블 */
.register_table {
	width: 880px;
	margin: 0 auto 36px;
	border-collapse: collapse;
}

.register_table th,
.register_table td {
	border-top: 0.5px solid #8a7b6d;
	padding: 18px;
	vertical-align: middle;
}

.register_table tr:first-child th,
.register_table tr:first-child td {
	border-top: 2px solid #8a7b6d;
}
.register_table tr:last-child th,
.register_table tr:last-child td {
	border-bottom: 2px solid #8a7b6d;
}

@media all and (max-width:768px){
	.register_table tr:last-child th{
		height: fit-content;
	}
	.register_table tr:last-child td{
		height: fit-content;
	}
}

.register_th {
	width: 250px;
	background: rgba(237, 237, 237, 0.3);
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #222;
}

.register_th_serial {
	height: 132px;
}

.register_th_inner {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
}

.register_required {
	color: #b75900;
	margin-left: 2px;
}

.register_tooltip_btn {
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
	margin-left: 5px;
	width: 15px;
	height: 15px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.register_tooltip_btn:hover svg circle {
	fill: #666;
	stroke: #666;
}

.register_tooltip_popup {
	display: none;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: calc(100% + 8px);
	background: #333;
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.5;
	padding: 10px 14px;
	border-radius: 6px;
	white-space: nowrap;
	z-index: 100;
	box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.register_tooltip_popup::after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	border: 6px solid transparent;
	border-top-color: #333;
}

.register_tooltip_btn.active .register_tooltip_popup {
	display: block;
}

.register_td {
	width: 630px;
	background: #fff;
}

/* 입력 필드 */
.register_input {
	border: 1.5px solid #eee;
	border-radius: 4px;
	padding: 9px;
	font-size: 14px;
	color: #222;
	outline: none;
}

.register_input:focus {
	border-color: #8a7b6d;
}

.register_input::placeholder {
	color: #666;
}

.register_input_date {
	width: 326px;
	height: 50px;
}

.register_input_store {
	width: 439px;
	height: 50px;
}

.register_input_serial {
	width: 439px;
	height: 50px;
}

/* 라디오 버튼 그룹 */
.register_radio_group {
	display: flex;
	gap: 30px;
	align-items: center;
}

.register_radio_label {
	display: flex;
	align-items: center;
	gap: 5px;
	cursor: pointer;
}

.register_radio_label input[type="radio"] {
	appearance: none;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 2px solid #ddd;
	cursor: pointer;
	position: relative;
}

.register_radio_label input[type="radio"]:checked {
	border-color: #8a7b6d;
	background: #8a7b6d;
}

.register_radio_label input[type="radio"]:checked::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #fff;
}

.register_radio_text {
	font-size: 14px;
	color: #222;
}

/* 파일 업로드 */
.register_file_group {
	display: flex;
	gap: 12px;
	align-items: flex-end;
}

.register_file_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	width: 106px;
	height: 32px;
	background: #8a7b6d;
	color: #fff;
	font-size: 14px;
	border-radius: 4px;
	cursor: pointer;
	transition: background 0.2s;
}

.register_file_btn:hover {
	background: #756a5e;
}

.register_file_btn svg {
	width: 24px;
	height: 24px;
}

.register_file_input {
	display: none;
}

.register_file_name {
	font-size: 14px;
	color: #222;
}

/* 시리얼 번호 */
.register_serial_wrap {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.register_serial_item {
	display: flex;
	gap: 9px;
	align-items: center;
}

.register_serial_add_btn,
.register_serial_remove_btn {
	display: flex;
	align-items: center;
	gap: 9px;
	background: none;
	border: none;
	font-size: 14px;
	cursor: pointer;
	padding: 0;
	transition: opacity 0.2s;
}

.register_serial_add_btn {
	color: #222;
}

.register_serial_add_btn:hover {
	opacity: 0.7;
}

.register_serial_remove_btn {
	color: #b75900;
}

.register_serial_remove_btn:hover {
	opacity: 0.7;
}

/* 주의사항 */
.register_notice {
	text-align: center;
	margin: 36px 0;
}

.register_notice_main {
	font-size: 14px;
	font-weight: 500;
	color: red;
	margin: 0 0 6px 0;
}

.register_notice_sub {
	font-size: 14px;
	color: #666;
	margin: 0;
}

/* 개인정보 동의 */
.register_agree_wrap {
	display: flex;
	justify-content: center;
	margin: 50px 0;
}

.register_agree_label {
	display: flex;
	align-items: center;
	gap: 9px;
	cursor: pointer;
}

.register_agree_checkbox {
	appearance: none;
	width: 16px;
	height: 16px;
	border: 1px solid #8a7b6d;
	border-radius: 3px;
	cursor: pointer;
	position: relative;
	background: #fff;
}

.register_agree_checkbox:checked {
	background: #8a7b6d;
	border-color: #8a7b6d;
}

.register_agree_checkbox:checked::after {
	content: '✓';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}

.register_agree_text {
	font-size: 14px;
	color: #222;
}

/* 등록 버튼 */
.register_submit_wrap {
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
}

.register_submit_btn {
	width: 387px;
	height: 58px;
	background: #8a7b6d;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	transition: background 0.2s;
}

.register_submit_btn:hover {
	background: #756a5e;
}

.register_submit_btn:active {
	transform: translateY(1px);
}

/* 하단 링크 */
.register_footer_links {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

.register_footer_link {
	font-size: 12px;
	color: #999;
	text-decoration: none;
	transition: color 0.2s;
}

.register_footer_link:hover {
	color: #666;
}

.register_footer_divider {
	font-size: 12px;
	color: #999;
}

/* 등록 내역 페이지 */
.register_list_wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 30px;
	margin-bottom: 50px;
}

.register_list_title {
	font-size: 30px;
	font-weight: bold;
	color: #000;
	text-align: center;
	margin: 0;
	letter-spacing: -0.5px;
	line-height: 1;
}

.register_list_table_wrap {
	width: 880px;
}

.register_list_table {
	width: 100%;
	border-collapse: collapse;
	text-align: center;
}

.register_list_table thead th {
	background: #fafafa;
	border-top: 2px solid #000;
	padding: 14px;
	height: 46px;
	font-size: 14px;
	/* font-weight: bold; */
	color: #000;
	letter-spacing: -0.5px;
}

.register_list_table tbody td {
	background: #fff;
	border-top: 1px solid #888;
	border-bottom: 1px solid #888;
	padding: 15px;
	height: 46px;
	font-size: 14px;
	/* font-weight: bold; */
	color: #000;
	letter-spacing: -0.5px;
}

.register_list_table tbody tr:first-child td {
	border-top-color: #000;
}

.register_list_table tbody tr td:nth-child(3) {
	/* 구매제품 내역 칸 - 비어있을 수 있음 */
}

.register_list_table tbody tr.register_list_row {
	cursor: pointer;
	transition: background 0.2s;
}

.register_list_table tbody tr.register_list_row:hover {
	background: #f9f9f9;
}

.register_list_table tbody tr.register_list_row:hover td {
	background: #f9f9f9;
}

.register_list_empty {
	text-align: center;
	padding: 40px 15px !important;
	color: #999 !important;
	font-weight: normal !important;
}

.register_list_paging {
	margin-top: 30px;
	text-align: center;
}

/* 등록 내역 상세 페이지 */
.register_detail_wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 30px;
	margin-bottom: 36px;
}

.register_detail_title {
	font-size: 30px;
	font-weight: bold;
	color: #000;
	text-align: center;
	margin: 0;
	letter-spacing: -0.5px;
	line-height: 1;
}

.register_detail_table_wrap {
	width: 880px;
}

.register_detail_table {
	width: 100%;
	border-collapse: collapse;
}

.register_detail_table th {
	width: 150px;
	background: #fafafa;
	text-align: left;
	padding: 15px 20px 15px 20px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	letter-spacing: -0.5px;
	vertical-align: middle;
}

.register_detail_table td {
	width: 730px;
	background: #fff;
	text-align: left;
	padding: 15px 30px;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	letter-spacing: -0.5px;
	vertical-align: middle;
}

.register_detail_table tr:first-child th,
.register_detail_table tr:first-child td {
	border-top: 2px solid #000;
}

.register_detail_table tr:not(:first-child) th,
.register_detail_table tr:not(:first-child) td {
	border-top: 1px solid #000;
}

.register_detail_table tr:last-child th,
.register_detail_table tr:last-child td {
	border-bottom: 1px solid #888;
}

.register_detail_table tr:not(:first-child):not(:last-child) th,
.register_detail_table tr:not(:first-child):not(:last-child) td {
	border-bottom: 1px solid #888;
}

.register_detail_file_link {
	color: #000;
	text-decoration: underline;
	transition: color 0.2s;
}

.register_detail_file_link:hover {
	color: #8a7b6d;
}

.register_detail_btn_wrap {
	display: flex;
	justify-content: center;
	margin-bottom: 36px;
}

.register_detail_list_btn {
	width: 350px;
	height: 50px;
	background: #8a7b6d;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	border: 1.5px solid #8a7b6d;
	border-radius: 4px;
	cursor: pointer;
	transition: background 0.2s;
}

.register_detail_list_btn:hover {
	background: #756a5e;
}

.register_detail_list_btn:active {
	transform: translateY(1px);
}

/* ============== 마이페이지 ============== */
.mypage_container {
	background: #fff;
	min-height: 100vh;
	padding: 72px 0;
}

.mypage_content {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 280px;
	display: flex;
	flex-direction: column;
	gap: 72px;
}

/* 페이지 타이틀 */
.mypage_title_wrap {
	display: flex;
	flex-direction: column;
	gap: 18px;
	align-items: center;
	width: 880px;
	margin: 0 auto;
}

.mypage_title {
	font-size: 40px;
	font-weight: bold;
	color: #000;
	text-align: center;
	margin: 0;
}

.mypage_title_divider {
	width: 100%;
	height: 1px;
	background: #000;
}

/* 회원정보 박스 */
.mypage_info_box {
	width: 880px;
	margin: 0 auto;
	border: 1px solid #8a7b6d;
	border-radius: 9px;
	padding: 18px 36px;
	display: flex;
	gap: 72px;
	align-items: center;
	justify-content: center;
}

.mypage_info_left {
	display: flex;
	flex-direction: column;
	gap: 18px;
	width: 428px;
}

.mypage_info_header {
	display: flex;
	gap: 10px;
	align-items: center;
}

.mypage_info_icon {
	width: 20px;
	height: 20px;
	background: #d9d9d9;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 3px;
}

.mypage_info_title {
	font-size: 20px;
	font-weight: bold;
	color: #000;
	margin: 0;
}

.mypage_info_details {
	display: flex;
	gap: 36px;
}

.mypage_info_col {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.mypage_info_item {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.mypage_info_label {
	font-size: 16px;
	font-weight: 600;
	color: #000;
	margin: 0;
}

.mypage_info_value {
	font-size: 16px;
	color: #000;
	margin: 0;
}

.mypage_info_value_with_copy {
	display: flex;
	gap: 8px;
	align-items: center;
}

.mypage_info_code {
	font-size: 16px;
	color: #8f8f8f;
	margin: 0;
}

.mypage_copy_btn {
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
	width: 18px;
	height: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: opacity 0.2s;
}

.mypage_copy_btn:hover {
	opacity: 0.7;
}

.mypage_info_divider {
	width: 1px;
	height: 214px;
	background: #000;
}

.mypage_info_buttons {
	display: flex;
	flex-direction: column;
	gap: 18px;
	width: 159px;
}

.mypage_btn {
	width: 100%;
	height: 50px;
	font-size: 16px;
	font-weight: bold;
	border-radius: 9px;
	cursor: pointer;
	transition: all 0.2s;
}

.mypage_btn_primary {
	background: #8a7b6d;
	color: #fff;
	border: none;
}

.mypage_btn_primary:hover {
	background: #756a5e;
}

.mypage_btn_secondary {
	background: #fff;
	color: #666;
	border: 1px solid #666;
}

.mypage_btn_secondary:hover {
	background: #f5f5f5;
}

.mypage_btn:active {
	transform: translateY(1px);
}

/* 등록한 제품 섹션 */
.mypage_products_section {
	width: 882px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 36px;
}

.mypage_section_title_wrap {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.mypage_section_title {
	font-size: 24px;
	font-weight: 500;
	color: #000;
	margin: 0;
}

.mypage_section_divider {
	width: 100%;
	height: 1px;
	background: #000;
}

.mypage_products_grid {
	display: flex;
	flex-wrap: wrap;
	gap: 36px;
}

.mypage_product_card {
	width: calc(50% - 18px);
	border: 1px solid #8a7b6d;
	border-radius: 9px;
	padding: 36px;
	display: flex;
	flex-direction: column;
	gap: 36px;
	box-sizing: border-box;
}

.mypage_product_header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.mypage_product_name {
	font-size: 20px;
	font-weight: bold;
	color: #000;
	margin: 0;
}

.mypage_product_count {
	display: flex;
	align-items: center;
	gap: 4px;
}

.mypage_product_count_num {
	font-size: 20px;
	font-weight: bold;
	color: #000;
}

.mypage_product_count_text {
	font-size: 10px;
	color: #888;
}

.mypage_product_desc {
	font-size: 12px;
	color: #000;
	line-height: 1.5;
	margin: 0;
}

.mypage_product_buttons {
	display: flex;
	gap: 18px;
	align-items: center;
}

.mypage_product_btn {
	height: 50px;
	font-size: 16px;
	border-radius: 9px;
	cursor: pointer;
	transition: all 0.2s;
	padding: 0 9px;
}

.mypage_product_btn_primary {
	width: 120px;
	background: #8a7b6d;
	color: #fff;
	font-weight: 600;
	border: none;
}

.mypage_product_btn_primary:hover {
	background: #756a5e;
}

.mypage_product_btn_secondary {
	background: #fff;
	color: #666;
	font-weight: 500;
	border: 1px solid #666;
	white-space: nowrap;
}

.mypage_product_btn_secondary:hover {
	background: #f5f5f5;
}

.mypage_product_btn:active {
	transform: translateY(1px);
}

/* 하단 링크 */
.mypage_footer_links {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin-top: auto;
	color: #666;
}

.mypage_footer_link {
	font-size: 13px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
	transition: color 0.2s;
}

.mypage_footer_link:hover {
	color: #666;
}

.mypage_footer_divider {
	font-size: 13px;
	color: #666;
}

/* ============== 회원정보 수정 페이지 ============== */
.mypage_edit_container {
	background: #fff;
	min-height: 100vh;
	padding: 72px 0;
}

.mypage_edit_content {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 280px;
	display: flex;
	flex-direction: column;
	gap: 36px;
}

/* 페이지 타이틀 */
.mypage_edit_title_wrap {
	display: flex;
	flex-direction: column;
	gap: 18px;
	align-items: center;
	width: 880px;
	margin: 0 auto;
}

.mypage_edit_title {
	font-size: 40px;
	font-weight: bold;
	color: #000;
	text-align: center;
	margin: 0;
}

.mypage_edit_title_divider {
	width: 100%;
	height: 1px;
	background: #000;
}

/* 폼 */
.mypage_edit_form {
	width: 880px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.mypage_edit_field {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.mypage_edit_label {
	font-size: 16px;
	font-weight: 500;
	color: #000;
	min-width: 150px;
}

.mypage_edit_input {
	width: 630px;
	height: 50px;
	border: 1px solid #666;
	border-radius: 10px;
	padding: 0 23px;
	font-size: 12px;
	color: #000;
	outline: none;
	transition: border-color 0.2s;
}

.mypage_edit_input:focus {
	border-color: #8a7b6d;
}

.mypage_edit_input::placeholder {
	color: #999;
}

.mypage_edit_input[readonly] {
	background: #f5f5f5;
	color: #666;
	cursor: not-allowed;
}

.mypage_edit_field_group {
	display: flex;
	flex-direction: column;
	gap: 9px;
	margin-bottom: 18px;
}

.mypage_edit_field_with_note {
	display: flex;
	flex-direction: column;
	margin-bottom: 36px;
	gap: 9px;
}

.mypage_edit_note {
	font-size: 14px;
	color: #666;
	margin: 0;
	text-align: left;
	width: 630px;
	margin-left: auto;
}

/* 소셜 연동 버튼 */
.mypage_edit_social_buttons {
	display: flex;
	gap: 9px;
	width: 630px;
	margin-left: auto;
}

.mypage_edit_social_btn {
	flex: 1;
	height: 50px;
	border: none;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	transition: opacity 0.2s;
}

.mypage_edit_social_btn:hover {
	opacity: 0.9;
}

.mypage_edit_social_btn:active {
	transform: translateY(1px);
}

.mypage_edit_kakao_btn {
	background: #fee500;
	color: #000;
}

.mypage_edit_naver_btn {
	background: #03c75a;
	color: #fff;
}

.mypage_edit_social_icon {
	font-weight: 900;
	font-size: 18px;
}

/* 주소 섹션 */
.mypage_edit_address_section {
	width: 880px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 18px;
}

/* 마케팅 정보 활용 */
.mypage_edit_marketing_section {
	width: 880px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 0;
}

.mypage_edit_marketing_header {
	display: flex;
	flex-direction: column;
	gap: 9px;
	margin: 36px 0;
}

.mypage_edit_marketing_title {
	font-size: 16px;
	font-weight: 500;
	color: #000;
	margin: 0;
}

.mypage_edit_marketing_subtitle {
	font-size: 14px;
	font-weight: 500;
	color: #888;
	margin: 0;
}

.mypage_edit_marketing_box {
	background: #ededed;
	border-radius: 9px;
	padding: 18px 36px;
	margin-bottom: 36px;
}

.mypage_edit_marketing_text {
	font-size: 14px;
	color: #000;
	line-height: 1.6;
	margin: 0;
}

.mypage_edit_marketing_checkboxes {
	display: flex;
	flex-direction: column;
	gap: 9px;
	margin-bottom: 36px;
}

.mypage_edit_marketing_options {
	display: flex;
	gap: 18px;
}

.mypage_edit_checkbox_label {
	display: flex;
	align-items: center;
	gap: 9px;
	cursor: pointer;
	font-size: 14px;
	color: #000;
}

.mypage_edit_checkbox {
	width: 18px;
	height: 18px;
	border: 1px solid #dbdbdb;
	border-radius: 4px;
	background: #f6f6f6;
	cursor: pointer;
	appearance: none;
	position: relative;
}

.mypage_edit_checkbox:checked {
	background: #8a7b6d;
	border-color: #8a7b6d;
}

.mypage_edit_checkbox:checked::after {
	content: '✓';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}

.mypage_edit_marketing_desc {
	font-size: 16px;
	color: #888;
	margin: 0;
}

/* 하단 버튼 */
.mypage_edit_buttons {
	display: flex;
	gap: 18px;
	height: 50px;
	justify-content: center;
}

.mypage_edit_btn {
	width: 210px;
	height: 50px;
	border: none;
	border-radius: 10px;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	transition: all 0.2s;
}

.mypage_edit_btn_delete {
	background: #000;
	color: #fff;
}

.mypage_edit_btn_delete:hover {
	background: #333;
}

.mypage_edit_btn_submit {
	background: #8a7b6d;
	color: #fff;
}

.mypage_edit_btn_submit:hover {
	background: #756a5e;
}

.mypage_edit_btn:active {
	transform: translateY(1px);
}

/* ============== 로그인 페이지 ============== */
.login_container {
	background: #fff;
	min-height: 100vh;
	padding: 100px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.login_content {
	width: 580px;
	display: flex;
	flex-direction: column;
	gap: 50px;
	align-items: center;
}

/* 로그인 타이틀 */
.login_title {
	font-size: 48px;
	font-weight: bold;
	color: #000;
	text-align: center;
	margin: 0;
	height: auto;
	line-height: 1.2;
}

.login_title_divider {
	width: 100%;
	height: 2px;
	background: #000;
}

/* 로그인 폼 */
.login_form {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.login_input_wrap {
	width: 100%;
}

.login_input {
	width: 100%;
	height: 55px;
	border: 1px solid #666;
	border-radius: 10px;
	padding: 0 24px;
	font-size: 16px;
	font-weight: 500;
	color: #000;
	outline: none;
	transition: border-color 0.2s;
}

.login_input::placeholder {
	color: #888;
}

.login_input:focus {
	border-color: #8a7b6d;
}

.login_find_link_wrap {
	text-align: center;
	width: 100%;
	margin-top: 8px;
	margin-bottom: 30px;
}

.login_find_link {
	font-size: 16px;
	font-weight: 500;
	color: #333;
	text-decoration: none;
	transition: color 0.2s;
}

.login_find_link:hover {
	color: #8a7b6d;
	text-decoration: underline;
}

/* 버튼 영역 */
.login_buttons {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.login_btn {
	width: 100%;
	height: 60px;
	border: none;
	border-radius: 10px;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
	transition: all 0.2s;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.login_btn:active {
	transform: translateY(1px);
}

.login_btn_primary {
	background: #8a7b6d;
	color: #fff;
}

.login_btn_primary:hover {
	background: #756a5e;
}

.login_btn_signup {
	background: #000;
	color: #fff;
}

.login_btn_signup:hover {
	background: #333;
}

.login_btn_naver {
	background: #03c75a;
	color: #fff;
	border-radius: 8px;
}

.login_btn_naver:hover {
	opacity: 0.9;
}

.login_btn_kakao {
	background: #fee500;
	color: #000;
	border-radius: 8px;
}

.login_btn_kakao:hover {
	opacity: 0.9;
}

.login_btn_icon {
	font-weight: 900;
	font-size: 18px;
}

/* 하단 링크 */
.login_footer_links {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
	margin-top: -20px;
}

.login_footer_link {
	font-size: 15px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
	transition: color 0.2s;
}

.login_footer_link:hover {
	color: #333;
}

.login_footer_divider {
	font-size: 15px;
	color: #666;
}

/* 반응형 */
@media all and (max-width: 1200px) {
	.register_content {
		padding: 50px 80px;
	}
	
	.register_table {
		width: 100%;
	}
	
	.register_list_table_wrap {
		width: 100%;
	}
	
	/* 마이페이지 반응형 */
	.mypage_content {
		padding: 0 80px;
	}
	
	.mypage_title_wrap,
	.mypage_info_box,
	.mypage_products_section {
		width: 100%;
	}
	
	/* 회원정보 수정 반응형 */
	.mypage_edit_content {
		padding: 0 80px;
	}
	
	.mypage_edit_title_wrap,
	.mypage_edit_form,
	.mypage_edit_address_section,
	.mypage_edit_marketing_section {
		width: 100%;
	}
	
	.mypage_edit_input,
	.mypage_edit_social_buttons,
	.mypage_edit_note {
		width: 100%;
		max-width: 630px;
	}
}

@media all and (max-width: 768px) {



	.register_content {
		padding: 30px 20px;
	}
	
	.register_title {
		font-size: 28px;
	}
	
	.register_desc {
		font-size: 13px;
	}
	
	.register_tabs {
		flex-direction: column;
		align-items: center;
	}
	
	.register_tab_btn {
		width: 100%;
		max-width: 300px;
	}
	
	.register_table {
		display: block;
	}
	
	.register_table tbody,
	.register_table tr,
	.register_table th,
	.register_table td {
		display: block;
		width: 100%;
	}
	
	.register_th,
	.register_td {
		border-top: none;
		padding: 12px;
	}
	
	.register_th {
		background: rgba(237, 237, 237, 0.5);
		border-bottom: 1px solid #eee;
	}
	
	.register_td {
		border-bottom: 1px solid #ddd;
		margin-bottom: 20px;
	}
	
	.register_input_date,
	.register_input_store,
	.register_input_serial {
		width: 100%;
	}
	
	.register_radio_group {
		flex-wrap: wrap;
		gap: 15px;
	}
	
	.register_submit_btn {
		width: 100%;
		max-width: 300px;
	}
	
	/* 등록 내역 모바일 */
	.register_list_title {
		font-size: 20px;
	}
	
	.register_list_table_wrap {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	
	.register_list_table {
		min-width: 600px;
	}
	
	.register_list_table thead th,
	.register_list_table tbody td {
		font-size: 12px;
		padding: 10px 5px;
	}
	
	/* 등록 내역 상세 모바일 */
	.register_detail_title {
		font-size: 20px;
	}
	
	.register_detail_table_wrap {
		width: 100%;
	}
	
	.register_detail_table {
		display: block;
	}
	
	.register_detail_table tbody {
		display: block;
	}
	
	.register_detail_table tr {
		display: flex;
		flex-direction: column;
		border-bottom: 1px solid #ddd;
		margin-bottom: 15px;
	}
	
	.register_detail_table th,
	.register_detail_table td {
		display: block;
		width: 100%;
		border: none !important;
		padding: 10px 15px;
	}
	
	.register_detail_table th {
		background: rgba(237, 237, 237, 0.5);
		border-bottom: 1px solid #eee !important;
		font-size: 13px;
	}
	
	.register_detail_table td {
		font-size: 13px;
		padding-bottom: 15px;
	}
	
	.register_detail_list_btn {
		width: 100%;
		max-width: 300px;
	}
	
	/* 마이페이지 모바일 */
	.mypage_container {
		padding: 40px 0;
	}
	
	.mypage_content {
		padding: 0 20px;
		gap: 50px;
	}
	
	.mypage_title {
		font-size: 28px;
	}
	
	.mypage_info_box {
		flex-direction: column;
		padding: 20px;
		gap: 30px;
	}
	
	.mypage_info_left {
		width: 100%;
	}
	
	.mypage_info_details {
		flex-direction: column;
		gap: 20px;
	}
	
	.mypage_info_divider {
		width: 100%;
		height: 1px;
		display: none;
	}
	
	.mypage_info_buttons {
		width: 100%;
	}
	
	.mypage_section_title {
		font-size: 20px;
	}
	
	.mypage_products_grid {
		flex-direction: column;
	}
	
	.mypage_product_card {
		width: 100%;
	}
	
	.mypage_product_buttons {
		flex-direction: column;
		gap: 12px;
	}
	
	.mypage_product_btn {
		width: 100% !important;
	}
	
	/* 회원정보 수정 모바일 */
	.mypage_edit_container {
		padding: 40px 0;
	}
	
	.mypage_edit_content {
		padding: 0 20px;
		gap: 30px;
	}
	
	.mypage_edit_title {
		font-size: 28px;
	}
	
	.mypage_edit_form,
	.mypage_edit_address_section {
		gap: 25px;
	}
	
	.mypage_edit_field {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}
	
	.mypage_edit_label {
		min-width: auto;
		width: 100%;
	}
	
	.mypage_edit_input {
		width: 100%;
		max-width: none;
	}
	
	.mypage_edit_social_buttons {
		flex-direction: column;
		max-width: none;
	}
	
	.mypage_edit_note {
		width: 100%;
		max-width: none;
		text-align: left;
		font-size: 13px;
	}
	
	.mypage_edit_marketing_box {
		padding: 15px 20px;
	}
	
	.mypage_edit_marketing_text {
		font-size: 13px;
	}
	
	.mypage_edit_marketing_options {
		flex-direction: column;
		gap: 12px;
	}
	
	.mypage_edit_buttons {
		flex-direction: column;
		height: auto;
		gap: 12px;
	}
	
	.mypage_edit_btn {
		width: 100%;
	}
	
	/* 로그인 페이지 모바일 */
	.login_container {
		padding: 40px 20px;
	}
	
	.login_content {
		width: 100%;
		max-width: 400px;
		gap: 30px;
	}
	
	.login_title {
		font-size: 32px;
	}
	
	.login_form {
		gap: 15px;
	}
	
	.login_buttons {
		gap: 15px;
	}
	
	.login_btn {
		height: 48px;
		font-size: 15px;
	}
}

@media (max-width: 768px) {
	.col_regdate {
		display: none;
	}

	.register_list_table {
		min-width: unset;
		width: 100%;
	}

	.register_list_table_wrap {
		width: 100%;
		overflow-x: visible;
	}
}

	.col_purchase_date {
		width: 26%;
	}

	.col_store_name {
		width: 27%;
	}

