#container { background-color: #fff; min-height: 100dvh; }
#container { font-family: 'Pretendard-Medium'; }

.main_cate { margin: 2rem 0; }

.go_back {
	position: absolute;
	bottom: 1rem;
	cursor: pointer;
}
.goback_img {
	width: 1.6rem;
}

#Section_Group { padding-top: 10rem; }

/* *** Section1 *** */
#Section1 { margin-top: 3rem; }
.sect_class .logo_image {
	width: 24%;
	display: flex;
}
.Section_Title {
	display: flex;
	align-items: center;
	gap: .4rem;
	justify-content: center;
	margin-bottom: .4rem;
	font-family: 'Pretendard-Bold';
	color: #000;
}
.Section_Title {
	font-size: 2rem;
	color: #000;
	text-align: center;
}
.Sub_title {
	text-align: center;
	font-size: 2rem;
	font-family: 'Pretendard-Bold';
	color: #787878;
}
.spec_keys { font-family: 'Pretendard-Bold'; font-size: 1.9rem; text-align: center; margin: 2rem 0; color: #000; display: flex;
	justify-content: center;}
.spec_key { display: flex; }
.main_parts {	display: flex; gap: 1rem; }

#top_fixmenu {
  position: sticky;
  z-index: 999;
}
#main_tab {
  background:#fff;
}
#main_tab {
	border-top: .5rem solid #eee;
}
.main_tab {
	display: flex;
	position: relative;
}
.tab_btn {
	display: flex;
	width: 33.33%;
	justify-content: center;
	align-items: center;
	padding: 2rem 0;
	font-size: 2rem;
	border-bottom: .1rem solid #eee;
	color: #9e9e9e;
	cursor: pointer;
	font-family: 'Pretendard-Bold';
}
.tab_btn.Selected {
	border-bottom: .1rem solid #000;
	color: #000;
}
.tab_btn.unfinished {
	color: rgba(200, 200, 200, .6);
	cursor: default;
}
.unfinished {
	text-decoration: line-through;
	text-decoration-color: rgba(200, 200, 200, .6);
}
.unfinish {
	position: absolute;
	color: #888;
	font-size: 2rem;
	left: 50%;
	top: 50%;
	transform: translate(20%, -50%);
	font-family: 'Pretendard-Bold';
	background-color: #fff;
}
/* /// Section1 /// */






/* *** Section2 *** */
#Section2 { margin: 0 3%; padding-bottom: 5rem; }
.Third_Title { color: #787878; text-align: center; font-size: 1.5rem; font-family: 'Pretendard-Bold'; margin-bottom: .3rem; }

.real_notice {
	padding: 1.6rem 0;
}
.price_datetime {
	font-family: 'Pretendard-Medium';
	color: #595959;
	font-size: 1.3rem;
	display: flex;
	align-items: center;
	margin-bottom: .4rem;
}
.buy_notice {	display: flex; }
.maketing {	font-family: 'Pretendard-SemiBold';	color: #787878; font-size: .88rem; line-height: 1.2rem; }
.stress_mark { margin-right: .4rem; color: red; font-size: .88rem;	line-height: 1.2rem; }

/* Category *** 중고사이트 상세  *** */
.used_price { font-family: 'Pretendard-Bold'; color: #fd6f22; display: flex; justify-content: center; font-size: 2.2rem; }
.usedprd_title { font-family: 'Pretendard-Bold'; text-align: center; font-size: 1.9rem; margin-bottom: 1rem; }

.usedpc_products {
	margin: 5rem 0;
}
.usedpc_product {
	border: .2rem solid #eee;
	border-radius: 1rem;
	padding: 1rem 2rem;
	box-shadow: 2px 2px 4px rgba(89, 89, 89, 0.15);
	margin: 3rem 0;
}
.usedmall_prices {
	color: #fd6f22;
	font-family: 'Pretendard-Bold';
	font-size: 2.4rem;
	text-align: center;
}
.used_specs {
	display: flex;
	flex-wrap: wrap;
	font-size: 1.6rem;
	align-items: center;
	gap: 1.2rem;
	margin: 0.8rem 0px 2.4rem 0;
	justify-content: center;
	color: #595959;
}

.used_spec {
	display: flex;
	align-items: center;
}
.mall_logo {
	max-width: 30%;
	margin-right: 1rem;
}
img.spec_img {
	width: 2.2rem;
	margin-right: .3rem;
}
.mall_link { display:flex; gap: 5%; }
.usedmall_button {
	width: 30%;
	padding: .2rem 1rem;
	border-radius: .6rem;
	border: .2rem solid #eee;
	box-shadow: 0px 0px 1px rgba(89, 89, 89, 0.15);
	cursor: pointer;
	position: relative;
}
.usedmall_img {
	width: 100%;
}
.notice_text {
	display: flex;
	gap: .6rem;
	margin: 1rem 0;
	word-break: keep-all;
	line-height: 2rem;
}
.notice_text .bullet {
	width: .5rem;
	height: .5rem;
	border-radius: 50%;
	flex-shrink: 0;
	background-color: #787878;
	margin-top: .6rem;
}
/* 
.mall_info {
	display: flex;
	align-items: center;
}

.mall_simpleinfo {
	color: #3b54d0;
	font-size: 1.1rem; 
}
.etc_specs {
	font-size: 1.1rem;
	margin: .8rem 0;
}
.used_price_link {
	display: flex;
}
.used_prices {
	font-family: 'Pretendard-Bold';
	font-size: 1.5rem;
}
.ourbase_price {
	color: #3b54d0;
}
.carrot_price { 
	color: #fd6f22;
}
.joongna_price { 
	color: #1d9e00;
}
span.first_cost {
	font-size: 1.4rem;
	text-decoration: line-through;
	color: #9e9e9e;
	margin-left: 1rem;
} */

.bullet {
	width: .4rem;
	height: .4rem;
	border-radius: 50%;
	flex-shrink: 0;
	background-color: #787878;
}

/* Category /// 중고사이트 상세  /// */

/* Category *** 신품 정보  *** */
/* .salepc_products .usedprd_title { margin-bottom: 2rem; }
.salepc_product {
	display: flex;
	border: .2rem solid #eee;
	border-radius: 1rem;
	padding: 1rem;
	box-shadow: 2px 2px 4px rgba(89, 89, 89, 0.15);
	margin: 1rem 0;
}
.salepc_image {
	width: 50%;
	display: flex;
	align-items: center;
	margin-right: 1rem;
}
.salemall_image {
	display: flex;
	font-size: 1.1rem;
	align-items: center;
}
.prd_name {
	font-size: 1.1rem;
	color: #787878;
	word-break: keep-all;
	margin: .2rem 0 .6rem 0;
}
.salepc_product .first_cost {
	color: #9e9e9e;
	text-decoration: line-through;
	font-family: 'Pretendard-Bold';
	font-size: 1.5rem;
	margin-bottom: .4rem;
}
.salepc_product .sale_price {
	font-family: 'Pretendard-Bold';
	color: #f00000;
	font-size: 1.7rem;
	margin-bottom: .6rem;
} */

/* Category /// 신품 정보  /// */



/* Category *** 신품 PC  *** */
.salepc_list { margin-top: 3rem; }
.salepc_category { margin-bottom: 2rem; }
.salepc_products {
	position: relative;
	border: .2rem solid #eee;
	border-radius: 1rem;
	/* padding: 1rem 1.4rem .2rem; */
	padding: 1rem 1.4rem;
	box-shadow: 2px 2px 4px rgba(89, 89, 89, 0.15);
	margin: 1rem 0;
}
.salepc_product {
	display: flex;
}
.salepc_image {
	width: 32%;
	display: flex;
	align-items: flex-start;
	margin-right: 4%;
	margin-top: 1rem;
	padding: 0 1.2rem;
}
.product_info {
	width: 64%;
}
.salepcmall_image {
	display: flex;
	font-size: 1.1rem;
	align-items: center;
}
.mall_logo {
	max-width: 30%;
	margin-right: 1rem;
}

.link_group {
	color: #9e9e9e;
	display: flex;
	font-size: 1.1rem;
	flex-wrap: nowrap;
	align-items: center;
	margin: .4rem 0;
	position: relative;
}
.link_group .w_22 { flex: none; }
.link_notice {
	border: .1rem solid #eee;
	border-radius: 10rem;
	width: .9rem;
	height: .9rem;
	display: flex;
	justify-content: center;
	align-items: center;
	flex: none;
	z-index: 2;
	cursor: pointer;
}
.link_origin { overflow: hidden; white-space: nowrap; }
.linknotice_box {
	position: absolute;
	font-size: 1.2rem;
	z-index: 2;
	background-color: #fff;
	width: 86%;
	word-break: keep-all;
	border: .1rem solid;
	padding: .2rem .6rem;
	top: 1.6rem;
	z-index: 2;
	cursor: pointer;
}

.prd_name {
	font-size: 1.2rem;
	color: #787878;
	word-break: keep-all;
	margin: .2rem 0 1rem 0;
	height: 2.6rem;
	overflow: hidden;
}
.salepc_product .first_cost {
	color: #9e9e9e;
	text-decoration: line-through;
	font-family: 'Pretendard-Bold';
	font-size: 1.2rem;
	margin-bottom: .4rem;
}
.salepc_product .salepc_price {
	font-family: 'Pretendard-Bold';
	color: #f00000;
	font-size: 1.7rem;
}
.salepc_evaluation {
	position: relative;
	top: -1.2rem;
}
.eval_title { font-family: 'Pretendard-Bold'; font-size: 1.5rem; color: #3b54d0; margin: .4rem 0; }
.eval_text {
	color: #595959;
	font-size: 1.2rem;
	word-break: keep-all;
}
.review_text {
	display: flex;
}
.dot {
	margin-right: .2rem;
}
.salepc_link { z-index: 1; inset:0; }

.salepc_end {
	position: absolute;
	width: calc(100% + 1px);
	height: calc(100% + 1px);
	top: 0;
	left: 0;
	background-color: rgba(200, 200, 200, 0.8);
	border-radius: 1rem;
	z-index: 11;
}
.line {
	height: 1px;
	position: absolute;
	width: calc(100% + 21px);
	background-color: #3b43d0;
	left: -10px;
	top: 50%;
	transform: rotate(-18deg);
	overflow: hidden;
}
.ends {
	position: absolute;
	top: 50%;
	left: 50%;
	color: #3b54d0;
	transform: translate(-50%, -50%);
	font-size: 5rem;
}
/* Category /// 핫딜 PC  /// */



/* /// Section2 /// */