@charset "utf-8";


#service_section {}
#service_section .section_head {background: url('/images/subpage_service_head_bg.png') no-repeat center; }
#service_section .tab_area {display: flex; justify-content: center; align-items: center; gap: 20px; padding: 80px 0 120px; }
#service_section .tab_area hr {width: 1px; height: 16px; border: none; background: rgb(var(--color-ededed)); } 
#service_section .tab_area button {position: relative; color: rgb(var(--color-3d3d3d)); font-size: 18px; font-weight: 500; opacity: 0.8; }
#service_section .tab_area button.active {color: rgb(var(--color-violet)); font-weight: bold; } 
#service_section .tab_area button.active:before {
	display: block; clear: both; content: ''; 
	position: absolute; top: 100%; 
	width: 100%; height: 2px; margin-top: 3px; background: rgb(var(--color-violet));
}

#service_section .tab_content_wrap > div {display: none; }
#service_section .tab_content_wrap > div.active {display: block; }

#service_summary .tab_cont_title {text-align: center; }
#service_summary .tab_cont_title h3 {font-size: 40px; font-weight: bold; }
#service_summary .tab_cont_title p {line-height: normal; margin-top: 36px; color: rgb(var(--color-3d3d3d)); }
#service_summary .tab_cont_title span {color: rgb(var(--color-violet)); font-weight: 600; }
#service_summary .summary_ul {}
#service_summary .summary_ul > li {padding: 80px 0; }
#service_summary .summary_ul > li .wrap {display: flex; align-items: center; gap: 80px; position: relative; }
#service_summary .summary_ul > li .img {flex: 1; max-width: 556px; aspect-ratio: 556 / 300; border-radius: 16px; overflow: hidden; }
#service_summary .summary_ul > li .text {flex: 1; line-height: normal; word-break: keep-all; }
#service_summary .summary_ul > li .title {color: rgb(var(--color-242424)); font-size: 32px; font-weight: bold; }
#service_summary .summary_ul > li .desc {margin-top: 40px; color: rgb(var(--color-3d3d3d)); word-break: keep-all; }

#service_summary .summary_ul > li:nth-of-type(1) .img {background: url('/images/subpage_service_tab1_img_1.png') no-repeat center/ contain;}
#service_summary .summary_ul > li:nth-of-type(2) .img {background: url('/images/subpage_service_tab1_img_2.png') no-repeat center/ contain;}
/* #service_summary .summary_ul > li:nth-of-type(3) .img {background: url('/images/subpage_service_tab1_img_3.png') no-repeat center/ contain;} */
#service_summary .summary_ul > li:nth-of-type(3) .img {background: url('/images/subpage_service_tab1_img_4.png') no-repeat center/ contain;}
#service_summary .summary_ul > li:nth-of-type(even) {background: rgb(var(--color-fafafa)); }
#service_summary .summary_ul > li:nth-of-type(even) .text {order: 1; }
#service_summary .summary_ul > li:nth-of-type(even) .img {order: 2; }


/***/
#service_receive {}
#service_receive .receive_area1 {padding-bottom: 80px; }
#service_receive .receive_area1 .head {
	display: flex; flex-direction: column; justify-content: center; align-items: center; 
	position: relative; height: 200px; padding: 0 20px; 
	background: url('/images/subpage_service_tab2_img_1.png') no-repeat center/ cover; 
	color: rgb(var(--color-white));
	word-break: keep-all; 
}
#service_receive .receive_area1 .head:before {
	content: ''; 
	position: absolute; inset: 0; 
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.36) 100%); 
	backdrop-filter: blur(4px);
}
#service_receive .receive_area1 .head .title {position: relative; font-size: 36px; font-weight: bold; }
#service_receive .receive_area1 .head .desc {position: relative; line-height: normal; margin-top: 32px; text-align: center; font-size: 16px; }
#service_receive .receive_area1 .body ul {display: flex; gap: 24px; margin-top: 46px; }
#service_receive .receive_area1 .body ul li {
	flex: 1; display: flex; justify-content: space-between; align-items: center; gap: 10px; 
	border: 1px solid rgb(var(--color-dbdbdb)); padding: 40px 30px; border-radius: 8px; background: rgb(var(--color-white)); 
}
#service_receive .receive_area1 .body .img {flex-shrink: 0; order: 2; width: 80px; height: 80px; }
#service_receive .receive_area1 .body .text {letter-spacing: -0.02em; }
#service_receive .receive_area1 .body .title {font-size: 18px; font-weight: bold; word-break: keep-all; }
#service_receive .receive_area1 .body .desc {margin-top: 20px; line-height: normal; color: rgb(var(--color-666666)); font-size: 16px; letter-spacing: -0.02em; word-break: keep-all; }

#service_receive .receive_area1 .body ul li:nth-of-type(1) .img {background: url('/images/icon_subpage_service_tab2_receive_1.svg') no-repeat center/ contain; }
#service_receive .receive_area1 .body ul li:nth-of-type(2) .img {background: url('/images/icon_subpage_service_tab2_receive_2.svg') no-repeat center/ contain; }
#service_receive .receive_area1 .body ul li:nth-of-type(3) .img {background: url('/images/icon_subpage_service_tab2_receive_3.svg') no-repeat center/ contain; }

#service_receive .receive_area2 {padding-top: 90px; padding-bottom: 120px; }
#service_receive .receive_area2 .head {line-height: normal; text-align: center; }
#service_receive .receive_area2 h3 {font-size: 36px; font-weight: bold; }
#service_receive .receive_area2 h3 span {color: rgb(var(--color-violet)); }
#service_receive .receive_area2 .head p {margin-top: 42px; color: rgb(var(--color-3d3d3d)); font-size: 16px; word-break: keep-all; }
#service_receive .receive_area2 .swiper_remote {
	display: flex; align-items: center; 
	width: 100%; max-width: 900px; 
	margin: 0 auto; margin-top: 66px; margin-bottom: 66px; 
	border-radius: 50px; background: #F8F6F6; 
}
#service_receive .receive_area2 .swiper_remote button {
	flex: 1; display: flex; justify-content: center; align-items: center; 
	position: relative; height: 50px; border-radius: 50px; color: rgb(var(--color-3d3d3d), 0.8); 
	font-size: 16px; font-weight: 500; 
}
#service_receive .receive_area2 .swiper_remote button.active {background: rgb(var(--color-violet)); color: rgb(var(--color-white)); font-weight: bold; }
#service_receive .receive_area2 .swiper_remote button.active:before {
	content: ''; 
	position: absolute; 
	top: 100%; 
	width: 12px; height: 8px; background: url('/images/icon_subpage_service_tab2_step_tail.svg') no-repeat center/ contain;
}
#service_receive .receive_area2 .swiper_wrap {padding: 0 100px; }
#service_receive .receive_area2 .swiper {margin-top: -15px; margin-bottom: -15px; padding: 15px 0; }
#service_receive .receive_area2 .swiper-slide {
	display: flex; flex-direction: column; 
	min-height: 280px; border-radius: 16px; background: rgb(var(--color-white)); transform: translateZ(0) scale(0.92); opacity: 0.5;
	transition: all 0.2s ease-in-out;
}
#service_receive .receive_area2 .swiper-slide-active {transform: translateZ(0) scale(1); opacity: 1; }
#service_receive .receive_area2 .slide_card {
	flex: 1; display: flex; flex-direction: column; justify-content: space-between; 
	position: relative; height: 100%; padding: 44px 40px 56px; 
}
#service_receive .receive_area2 .slide_card .top {display: flex; justify-content: space-between; align-items: center; gap: 10px; word-break: keep-all; }
#service_receive .receive_area2 .slide_card .img {flex-shrink: 0; order: 2; width: 74px; height: 74px; }
#service_receive .receive_area2 .slide_card .step {color: rgb(var(--color-violet)); font-size: 22px; font-weight: bold; }
#service_receive .receive_area2 .slide_card .title {margin-top: 24px; color: rgb(var(--color-242424)); font-size: 26px; font-weight: bold; } 
#service_receive .receive_area2 .slide_card .bot {display: flex; flex-direction: column; gap: 14px; word-break: keep-all; }
#service_receive .receive_area2 .shadow {box-shadow: 0px 4px 20px 0px rgb(158, 116, 134, 0.25); }

#service_receive .receive_area2 .swiper-slide.slide-step1 .img {background: url('/images/icon_subpage_service_tab2_step_1.svg') no-repeat center/ contain; }
#service_receive .receive_area2 .swiper-slide.slide-step2 .img {background: url('/images/icon_subpage_service_tab2_step_2.svg') no-repeat center/ contain; }
#service_receive .receive_area2 .swiper-slide.slide-step3 .img {background: url('/images/icon_subpage_service_tab2_step_3.svg') no-repeat center/ contain; }
#service_receive .receive_area2 .swiper-slide.slide-step4 .img {background: url('/images/icon_subpage_service_tab2_step_4.svg') no-repeat center/ contain; }
#service_receive .receive_area2 .swiper-slide.slide-step5 .img {background: url('/images/icon_subpage_service_tab2_step_5.svg') no-repeat center/ contain; }

#service_receive .receive_area3 {padding-top: 140px; padding-bottom: 140px; background: rgb(var(--color-fafafa)); }
#service_receive .receive_area3 .head {line-height: normal; text-align: center; }
#service_receive .receive_area3 h3 {font-size: 36px; font-weight: bold; }
#service_receive .receive_area3 h3 span {color: rgb(var(--color-violet)); }
#service_receive .receive_area3 .head p {margin-top: 42px; color: rgb(var(--color-3d3d3d)); font-size: 16px; word-break: keep-all; }

#service_receive .bond_table_wrap {
	display: grid;
	grid-template-columns: 10fr 19fr 19fr;
	margin-top: 60px; 
}
#service_receive .bond_table_wrap .col_head {
	display: flex; justify-content: center; align-items: center; 
	height: 46px; border-radius: 16px 16px 0 0; color: rgb(var(--color-white)); 
	font-size: 18px; font-weight: 600; letter-spacing: -0.02em; 
}
#service_receive .bond_table_wrap .col_body {}
#service_receive .bond_table_wrap .bond_row {
	display: flex; flex-direction: column; justify-content: center; align-items: center; 
	position: relative; z-index: 1; 
	height: 110px; padding: 10px; line-height: normal; 
	border-bottom: 1px solid rgb(var(--color-e2e2e2)); 
	color: rgb(var(--color-242424)); 
	text-align: center; 
	letter-spacing: -0.02em; 
	word-break: keep-all;
}
#service_receive .bond_table_wrap .bond_row strong {font-size: 18px; font-weight: bold; }
#service_receive .bond_table_wrap .bond_row span {font-size: 15px; }
#service_receive .bond_table_wrap .bond_row:nth-of-type(3) {margin-bottom: -1px; border-color: transparent;}

#service_receive .bond_table_wrap .title {}
#service_receive .bond_table_wrap .title .col_body {
	border: 1px solid rgb(var(--color-e2e2e2)); 
	border-radius: 16px 0 0 16px; 
	background: rgb(var(--color-white)); 
}

#service_receive .bond_table_wrap .consign {
	border-bottom: 1px solid rgb(var(--color-e2e2e2)); 
	border-radius: 16px 16px 0 0; 
	background: rgb(var(--color-white)); 
}
#service_receive .bond_table_wrap .consign .col_head {background: rgb(var(--color-a4a4a4)); }
#service_receive .bond_table_wrap .consign .col_body {border-top: 1px solid rgb(var(--color-a4a4a4));}

#service_receive .bond_table_wrap .itself {border-bottom: 1px solid rgb(var(--color-e2e2e2)); border-radius: 16px 16px 16px 0; background: rgb(var(--color-white)); }
#service_receive .bond_table_wrap .itself .col_head {background: rgb(var(--color-violet)); }
#service_receive .bond_table_wrap .itself .col_body {
	border-top: 1px solid rgb(var(--color-violet)); 
	border-bottom: 1px solid rgb(var(--color-e2e2e2)); 
	border-radius: 0 0 16px 16px; 
	background: linear-gradient(148deg, rgba(173, 0, 73, 0.00) 28.45%, rgba(173, 0, 73, 0.10) 95.48%), #FFF;
}
#service_receive .bond_table_wrap .itself .bond_row {
	border-left: 1px solid rgb(var(--color-violet)); 
	border-right: 1px solid rgb(var(--color-violet)); 
	border-bottom: 1px solid rgb(var(--color-violet), 0.2); 
}
#service_receive .bond_table_wrap .itself .bond_row:nth-of-type(3) { 
	border-bottom: 1px solid rgb(var(--color-violet)); 
	border-radius: 0 0 16px 16px; 
}



/***/
#service_resale {padding-bottom: 235px; }
#service_resale .resale_ul {}
#service_resale .resale_ul > li {margin-bottom: 56px; padding-bottom: 56px; border-bottom: 1px solid rgb(var(--color-dbdbdb)); }
#service_resale .resale_ul > li .wrap {display: flex; align-items: center; gap: 80px; }
#service_resale .resale_ul .img {order: 2; flex: 1; width: 100%; max-width: 486px; aspect-ratio: 486 / 300; border-radius: 16px; overflow: hidden; }
#service_resale .resale_ul .text {flex: 1; word-break: keep-all; }
#service_resale .resale_ul .title {line-height: normal; color: rgb(var(--color-242424)); font-size: 36px; font-weight: bold; }
#service_resale .resale_ul .title span {color: rgb(var(--color-violet));}
#service_resale .resale_ul .desc {display: flex; flex-direction: column; gap: 16px; margin-top: 56px; word-break: keep-all; }
#service_resale .resale_ul dl {display: flex; gap: 3px; line-height: normal; color: rgb(var(--color-3d3d3d)); font-size: 18px; }
#service_resale .resale_ul dd span {color: rgb(var(--color-242424)); font-weight: 600; }

#service_resale .resale_ul > li:nth-of-type(3) {margin-bottom: 0; padding-bottom: 0; border-bottom: none;}

#service_resale .resale_ul > li:nth-of-type(1) .img {background: url('/images/subpage_service_tab3_img_1.png') no-repeat center/ contain; }
#service_resale .resale_ul > li:nth-of-type(2) .img {background: url('/images/subpage_service_tab3_img_2.png') no-repeat center/ contain; }
#service_resale .resale_ul > li:nth-of-type(3) .img {background: url('/images/subpage_service_tab3_img_3.png') no-repeat center/ contain; }





@media (hover: hover){

}

@media (max-width: 1240px) {
	#service_summary .summary_ul > li {}
	#service_summary .summary_ul > li .wrap {gap: 50px; }
	
	/***/
	#service_receive .receive_area2 .swiper_wrap {padding: 0 20px; }
	#service_receive .receive_area2 .slide_card .title {font-size: 22px; }
	
}

@media (max-width: 1060px) {
	#service_receive .receive_area1 .body ul {gap: 16px; }
	#service_receive .receive_area1 .body ul li {flex-direction: column; justify-content: flex-start; padding: 20px 30px 30px; }
	#service_receive .receive_area1 .body .img {order: 1; }
	#service_receive .receive_area1 .body .text {order: 2; }
	#service_receive .receive_area1 .body .title {line-height: normal; text-align: center; }
	
	/***/
	#service_receive .receive_area2 .slide_card {padding: 36px 24px 40px; }
}
@media (max-width: 992px) {

	/***/
	#service_receive .receive_area2 .swiper_wrap {padding: 20px 80px; overflow: hidden; }
	#service_receive .receive_area2 .swiper {overflow: visible !important; }
	
	
	/***/
	#service_resale .resale_ul > li {margin-bottom: 42px; padding-bottom: 42px; }
	#service_resale .resale_ul > li .wrap {gap: 40px; }
	#service_resale .resale_ul .title {font-size: 32px; }
	#service_resale .resale_ul .desc {gap: 12px; margin-top: 42px; }
	
	

}
@media (max-width: 768px) {
	#service_section .tab_area {padding: 80px 0 100px; }
	
	#service_summary .tab_cont_title h3 {font-size: 36px; }
	#service_summary .summary_ul > li .wrap {gap: 32px; }
	#service_summary .summary_ul > li .title {font-size: 28px; }
	#service_summary .summary_ul > li .desc {margin-top: 32px; }
	
	/***/
	#service_receive .receive_area1 {padding-bottom: 60px; }
	#service_receive .receive_area1 .head {height: 180px; }
	#service_receive .receive_area1 .head .title {font-size: 32px; }
	#service_receive .receive_area1 .body ul {flex-wrap: wrap; }
	#service_receive .receive_area1 .body ul li {
		flex: initial; flex-direction: row; justify-content: space-between; 
		width: calc((100% - (16px * 1)) / 2); padding: 20px; 
	}
	#service_receive .receive_area1 .body .img {order: 2; }
	#service_receive .receive_area1 .body .text {order: 1; }
	#service_receive .receive_area1 .body .title {text-align: left; font-size: 16px; }
	#service_receive .receive_area1 .body .desc {font-size: 15px; }
	
	#service_receive .receive_area2 {padding-top: 80px; padding-bottom: 100px }
	#service_receive .receive_area2 h3 {font-size: 32px; }
	#service_receive .receive_area2 .slide_card {}
	#service_receive .receive_area2 .slide_card .step {font-size: 18px; }
	#service_receive .receive_area2 .slide_card .bot {gap: 10px; }
	
	#service_receive .receive_area3 {padding-top: 100px; padding-bottom: 100px; }
	#service_receive .receive_area3 h3 {font-size: 32px; }
	#service_receive .bond_table_wrap {grid-template-columns: 148px 1fr 1fr; }
	#service_receive .bond_table_wrap .col_head {font-size: 17px; }
	#service_receive .bond_table_wrap .bond_row strong {font-size: 17px; letter-spacing: -0.02em; }
	#service_receive .bond_table_wrap .bond_row span {letter-spacing: -0.02em; }
	
	
	/***/
	#service_resale {padding-bottom: 160px; }
	#service_resale .resale_ul .title {font-size: 28px; }
	#service_resale .resale_ul dl {font-size: 16px; }
}

@media (max-width: 640px) {
	#service_section .tab_area {60px 0 80px; }
	#service_section .tab_area button {font-size: 16px; }
	
	#service_summary .tab_cont_title h3 {font-size: 32px; }
	#service_summary .summary_ul > li {padding: 60px 0; }
	#service_summary .summary_ul > li .wrap {flex-direction: column; align-items: initial; }
	#service_summary .summary_ul > li .img {position: relative; max-width: none; z-index: 5; }
	#service_summary .summary_ul > li .img:before {
		display: none; clear: both; content: ''; 
		position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgb(var(--color-white), 0.65); 
	}
	#service_summary .summary_ul > li .text {top: 0; left: 0; width: 100%; height: 100%; padding: 0; z-index: 10; }
	#service_summary .summary_ul > li .title {font-size: 24px; }
	#service_summary .summary_ul > li .title br {display: none; }
	#service_summary .summary_ul > li .desc {margin-top: 16px; }
	
	#service_summary .summary_ul > li:nth-of-type(even) .img {order: 1; }
	
	/***/
	#service_receive .receive_area1 .head .title {font-size: 26px; }
	#service_receive .receive_area1 .head .desc {margin-top: 24px; font-size: 14px; }
	#service_receive .receive_area1 .body ul {flex-direction: column; }
	#service_receive .receive_area1 .body ul li {width: 100%; }
	#service_receive .receive_area1 .body .desc {margin-top: 16px; font-size: 14px; }
	
	#service_receive .receive_area2 {padding: 60px 0 80px; }
	#service_receive .receive_area2 h3 {font-size: 26px; }
	#service_receive .receive_area2 .head p {margin-top: 34px; font-size: 14px; }
	#service_receive .receive_area2 .swiper_remote {margin: 42px auto; }
	#service_receive .receive_area2 .swiper_remote button {font-size: 14px; }
	#service_receive .receive_area2 .swiper_wrap {padding: 20px 40px; }
	#service_receive .receive_area2 .swiper-slide {min-height: 240px; }
	#service_receive .receive_area2 .slide_card .img {width: 60px; height: 60px; }
	#service_receive .receive_area2 .slide_card .title {margin-top: 18px; font-size: 20px; }
	#service_receive .receive_area2 .slide_card .bot {font-size: 14px; }
	
	#service_receive .receive_area3 {padding: 60px 0 80px; }
	#service_receive .receive_area3 h3 {font-size: 26px; }
	#service_receive .receive_area3 .head p {margin-top: 34px; font-size: 14px; }
	#service_receive .bond_table_wrap {grid-template-columns: 3fr 4fr 4fr; margin-top: 40px; }
	#service_receive .bond_table_wrap .bond_row {padding: 7px 5px; }
	#service_receive .bond_table_wrap .bond_row strong {font-size: 16px; }
	#service_receive .bond_table_wrap .bond_row span {font-size: 14px;}
	
	
	
	/***/
	#service_resale {padding-bottom: 100px; }
	#service_resale .resale_ul > li {margin-bottom: 32px; padding-bottom: 32px; }
	#service_resale .resale_ul > li .wrap {flex-direction: column; align-items: initial; gap: 32px; }
	#service_resale .resale_ul .img {order: 1; max-width: none; }
	#service_resale .resale_ul .text {order: 2; }
	#service_resale .resale_ul .title {font-size: 24px; }
	#service_resale .resale_ul .desc {gap: 7px; margin-top: 32px; }
}


@media (max-width: 480px){
	/* #service_summary .summary_ul > li:nth-of-type(2) .desc br {display: none; } */ 
}