.home-section1 {
	z-index: 10;
	position: relative;
	width: 100vw;
	height: calc(100vh + 300px);
}
.home-section1 .banner-slide {
	z-index: 11;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.home-section1 .banner-slide .banner-swiper {
	width: 100%;
	height: 100%;
}
.home-section1 .banner-slide .banner-swiper .swiper-slide {
	z-index: 12;
	position: relative;
	width: 100%;
	height: 100%;
}
.home-section1 .banner-slide .banner-swiper .swiper-slide .img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
}
.home-section1 .banner-slide .banner-swiper .swiper-slide video {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -55%);
	height: 110%;
}
.home-section1 .banner-slide .banner-swiper .swiper-slide .conts {
	z-index: 13;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100lvh; /* 높이 조정 */
	padding: 15px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0) 100%);
}
.home-section1 .banner-slide .banner-swiper .swiper-slide .conts h2 {
	font-family: OneShinhan Bold;
	font-size: 6rem;
	font-weight: 700;
	line-height: 1.4;
	color: #fff;
	text-align: center;
	word-break: keep-all;
}
.home-section1 .banner-slide .banner-swiper .swiper-slide .conts h2 br.mobile {
	display: none;
}
.home-section1 .banner-slide .banner-swiper .swiper-pagination {
	display: flex;
	gap: 15px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	top: auto;
	bottom: 350px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.home-section1 .banner-slide .banner-swiper .swiper-pagination .swiper-pagination-bullet {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 45px !important;
	height: 45px !important;
	backdrop-filter: blur(5px);
	border: 1.5px solid rgba(255, 255, 255, 0.5);
	color: rgba(255, 255, 255, 0.7);
	border-radius: 10px;
	font-size: 2rem !important;
	background-color: rgba(255, 255, 255, 0.2);
	opacity: 1;
	transition: all ease-in 0.2s;
	cursor: pointer;
	letter-spacing: -0.5px;
}
.home-section1
	.banner-slide
	.banner-swiper
	.swiper-pagination
	.swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover {
	background-color: rgba(255, 255, 255, 0.35);
}
.home-section1 .banner-slide .banner-swiper .swiper-pagination .swiper-pagination-bullet-active {
	font-weight: 700;
	color: #fff;
	background-color: rgba(255, 255, 255, 0.5);
	border-color: transparent;
}
.home-section1 .task {
	z-index: 13;
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	gap: 20px;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 300px;
	padding: 15px;
	background: rgba(0, 0, 0, 0.9);
	backdrop-filter: blur(5px);
}
.home-section1 .task h3 {
	font-size: 2rem;
	font-weight: 600;
	color: #fff;
}
.home-section1 .task nav {
	display: grid;
	grid-template-columns: repeat(9, 1fr);
	gap: 10px;
	width: 100%;
	max-width: 1380px;
}
.home-section1 .task nav a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	max-width: 124px;
	aspect-ratio: 1;
	gap: 15px;
	border-radius: 15px;
	background: rgba(255, 255, 255, 0.1);
	font-size: 1.6rem;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.6);
	cursor: pointer;
	transition: all ease-out 0.2s;
}
.home-section1 .task nav a img {
	width: 32px;
}
.home-section1 .task nav a:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	background: rgba(255, 255, 255, 0.15);
}
.home-section2 {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 50px;
	padding: 100px 20px;
}
.home-section2 .menu {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	place-items: center;
	gap: 50px;
	/* width: calc(100% - 450px); */
	max-width: 930px;
}
.home-section2 .menu li {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 150px;
	gap: 25px;
	color: #5a5a78;
	text-align: center;
	font-family: OneShinhan Medium;
	font-size: 1.8rem;
	white-space: nowrap;
}
.home-section2 .menu li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	aspect-ratio: 1;
	padding: 18px;
	border-radius: 30px;
	background: #fff;
	transition: all ease-in-out 0.3s;
	border: 5px solid white;
	box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.03);
}
.home-section2 .menu li a img {
	/* width: 100%; */
}
.home-section2 .menu li a:hover {
	border: 5px solid rgba(67, 119, 255, 0.1);
	-webkit-transform: translateY(-15px);
	transform: translateY(-15px);
}
.home-section2 .slide {
	width: 400px;
	max-width: 520px;
	aspect-ratio: 1/0.525;
	border-radius: 30px;
	border: 1px solid rgba(0, 28, 103, 0.2);
	margin: 0;
}
.home-section2 .slide .swiper-slide {
	width: 100%;
	height: 100%;
}
.home-section2 .slide .swiper-slide img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
	max-width: 100%;
}
.home-section2 .slide-wrapper {
	position: relative;
	max-width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.home-section2 .slide-wrapper .swiper-pagination {
	display: flex;
	gap: 5px;
	top: calc(100% + 10px);
	left: auto;
	right: 0;
	width: fit-content;
}
.home-section2 .slide-wrapper .swiper-pagination .swiper-pagination-bullet {
	background-color: rgba(0, 0, 0, 0.3);
	height: 6px;
	width: 6px;
	margin: 0;
}
.home-section2 .slide-wrapper .swiper-pagination .swiper-pagination-bullet-active {
	width: 52px;
	border-radius: 4px;
	background-color: #4377ff;
}
.p-company .ceo.on {
	padding-right: 340px;
}
.p-company .ceo.on .section-contents {
	z-index: 10;
	position: relative;
	overflow: visible;
}
.p-company .ceo.on .chief {
	white-space: nowrap;
	font-size: 1.8rem;
}
.p-company .ceo.on .chief .name {
	font-size: 2.5rem;
	margin-left: 6px;
}
.p-company .ceo.on .ceo-img {
	z-index: 2;
	position: absolute;
	top: 0;
	left: 50%;
	width: 50vw;
	height: 100%;
	overflow: hidden;
	background-image: url(../images/imgs/company-ceo.png);
	background-size: cover;
	background-position: center 60%;
	background-repeat: no-repeat;
}
.p-company .ceo.on .ceo-img::before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	display: block;
	width: 50%;
	height: 100%;
	background: linear-gradient(90deg, #f2f4f7 30%, rgba(242, 244, 247, 0) 100%);
}
.p-company .missions {
	flex-direction: column;
	gap: 70px;
}
.p-company .mission {
	gap: 20px;
}
.p-company .mission .mission-card {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-top: 20px;
	border-radius: 15px;
	overflow: hidden;
	background-color: #fff;
}
.p-company .mission .mission-card.v1 .swiper {
	width: 100%;
}
.p-company .mission .mission-card.v1 .swiper .card {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 0;
	overflow: hidden;
}
.p-company .mission .mission-card.v1 .swiper .card .img {
	width: 100%;
	height: 305px;
}
.p-company .mission .mission-card.v1 .swiper .card .img img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
	max-width: 100%;
	min-height: 100%;
}
.p-company .mission .mission-card.v1 .swiper .card .contents {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 40px 20px 50px;
	text-align: center;
	background-color: #fff;
	word-break: keep-all;
}
.p-company .mission .mission-card.v1 .swiper .card .contents span {
	font: 2rem OneShinhan Medium;
}
.p-company .mission .mission-card.v1 .swiper .card .contents b {
	font-family: OneShinhan Medium;
	color: var(--blue);
}
.p-company .mission .mission-card.v1 .swiper .swiper-pagination {
	left: auto;
	right: 20px;
	bottom: 20px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}
.p-company .mission .mission-card.v1 .swiper .swiper-pagination .swiper-pagination-bullet {
	background-color: rgba(0, 0, 0, 0.3);
	height: 6px;
	width: 6px;
}
.p-company .mission .mission-card.v1 .swiper .swiper-pagination .swiper-pagination-bullet-active {
	width: 50px;
	border-radius: 4px;
	background-color: #4377ff;
}
.p-company .mission .mission-card.v2 .contents {
	display: flex;
	flex-direction: column;
	gap: 10px;
	text-align: center;
	padding: 10px;
	font: 1rem OneShinhan Medium;
}
.p-company .mission .mission-card.v2 .contents strong {
	color: var(--blue);
	font: 2rem OneShinhan Medium;
}
.p-company .mission .mission-card.v2 {
	background-color: transparent;
}
.p-company .mission .mission-card.v2 .img {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 45px 0 35px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.03) 100%), #fff;
}
.p-company .mission .mission-card.v2 .img img {
	width: 120px;
	height: 120px;
}
.p-company .mission .mission-card.v2 .contents {
	justify-content: center;
	align-items: center;
	gap: 15px;
	padding: 20px;
	background-color: #fff;
}
.p-company .mission .mission-card.v2 .contents p {
	line-height: 1.5;
	font: 1.8rem OneShinhan Medium;
}
.p-company .mission .mission-card.v3 .contents {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	gap: 0.5rem;
	width: 100%;
	height: 200px;
	font: 2rem OneShinhan Medium;
	text-align: center;
}
.p-company .mission .mission-card.v3 .contents span {
	font: 2rem OneShinhan Medium;
}
.p-company .mission .mission-cards {
	display: flex;
	gap: 15px;
}
.p-company .history .years {
	display: flex;
	flex-direction: column;
	gap: 50px;
}
.p-company .history .years .year {
	display: flex;
	gap: 100px;
	align-items: start;
}
.p-company .history .years .year .year-num {
	font-size: 1.8rem;
	padding: 11px 25px;
	line-height: 1;
	border-radius: 5px;
	background-color: #fff;
	letter-spacing: 0.5px;
}
.p-company .history .years .year .year-num.on {
	background-color: #444;
	color: #fff;
}
.p-company .history .years .year .year-item {
	display: flex;
	flex-direction: column;
	gap: 5px;
	width: 100%;
	padding-bottom: 40px;
	font-size: 1.8rem;
	word-break: keep-all;
}
.p-company .history .years .year .year-item:last-child {
	border-bottom: 1px solid rgba(68, 68, 68, 0.2);
}
.p-company .history .years .year .year-item i {
	font-size: 1.8rem;
	opacity: 0.5;
}
.p-company .history .years .year .year-items {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.p-company .organization-img {
	width: 100%;
	padding: 0 100px;
}
.p-company .organization .mobile {
	display: none;
}
.p-company .ethics {
	align-items: end;
}
.p-company .map {
	width: 100%;
	max-height: 430px;
	background-color: #fff;
	overflow: hidden;
}
.p-company .map .cont,
.p-company .map .wrap_controllers {
	display: none;
}
.p-company .location {
	gap: 70px !important;
}
.p-company .location .title {
	display: flex;
	align-items: center;
	gap: 20px;
}
.p-company .location .title .address {
	display: flex;
	align-items: center;
	gap: 20px;
	font-size: 2rem;
}
.p-company .location .title .address::before {
	content: '';
	width: 1px;
	height: 30px;
	background-color: rgba(68, 68, 68, 0.2);
}
.p-company .transportation {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.p-company .transportation dd,
.p-company .transportation dt,
.p-company .transportation > div {
	display: flex;
	gap: 10px;
	align-items: center;
	font-size: 1.8rem;
}
.p-company .transportation dd {
	flex-wrap: wrap;
	min-height: 28px;
}
.p-company .transportation .vehicle {
	height: 35px;
	padding: 7px 10px;
	border: 1px solid var(--blue);
	border-radius: 5px;
	background-color: #fff;
	font-size: 1.8rem;
	font-weight: 500;
	color: var(--blue);
}
.p-company .transportation .vehicle.green {
	border-color: var(--green);
	color: var(--green);
}
.p-company .recruit .section-contents {
	display: flex;
	flex-direction: column;
	gap: 50px;
	align-items: center;
}
.p-company .recruit .recruit-img {
	z-index: 25;
	position: absolute;
	top: -185px;
	right: -120px;
	width: 510px;
}
.p-company .recruit .recruit-img img {
	width: 100%;
}
.p-bguide .product-section {
	padding-bottom: 0;
}
.p-bguide .product-section .section-contents {
	padding: 0 0 560px;
}
.p-bguide .trust-products {
	position: relative;
	top: 0;
	left: calc(-50vw + 620px);
	display: flex;
	flex-direction: column;
	gap: 110px;
	width: 100vw;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	padding: 70px 20px 160px;
	background: linear-gradient(to right, #000c2c, rgba(0, 12, 44, 0.5));
}
.p-bguide .trust-products::before {
	z-index: -1;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100vw;
	height: 100%;
	background-position-x: center;
	background-image: url(../images/imgs/banner-bguide.png);
	background-size: auto 150%;
	background-repeat: no-repeat;
}
.p-bguide .trust-products h3 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 15px;
}
.p-bguide .trust-products h3 img {
	width: 117px;
}
.p-bguide .trust-products h3 span {
	display: flex;
	padding: 10px 25px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.5);
	color: #fff;
	font-size: 1.8rem;
	font-weight: 600;
}
.p-bguide .trust-products ul {
	display: grid;
	grid-template-columns: repeat(9, 1fr);
	gap: 10px;
	width: 100%;
	max-width: 1270px;
	margin: 0 auto;
}
.p-bguide .trust-products ul li {
	position: relative;
	cursor: pointer;
	transition: ease-in 0.25s 50ms;
}
.p-bguide .trust-products ul li a,
.p-bguide .trust-products ul li button {
	z-index: 20;
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	background: transparent;
	margin: 0;
	padding: 0;
}
.p-bguide .trust-products ul li .img {
	z-index: 21;
	position: absolute;
	top: 50%;
	left: 50%;
	display: flex;
	flex-direction: column;
	width: 113%;
	opacity: 0;
	-webkit-transform: translate(-50%, -50%) scale(0.5);
	transform: translate(-50%, -50%) scale(0.5);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	transition: ease-out 0.3s 50ms;
}
.p-bguide .trust-products ul li .img img {
	aspect-ratio: 1;
	overflow: hidden;
	-o-object-fit: cover;
	object-fit: cover;
}
.p-bguide .trust-products ul li .img span {
	display: flex;
	justify-content: center;
	align-items: center;
	aspect-ratio: 1/0.47;
	padding: 5px;
	background-color: #fff;
	color: var(--blue);
	font-size: 1.8rem;
}
.p-bguide .trust-products ul li .text {
	z-index: 22;
	position: relative;
	padding-bottom: 100%;
}
.p-bguide .trust-products ul li .text span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	padding: 10px;
	white-space: pre-line;
	word-break: keep-all;
	text-align: center;
	line-height: 1.25;
	background: rgba(255, 255, 255, 0.3);
	backdrop-filter: blur(7.5px);
	font-weight: 600;
	color: #fff;
	transition: ease-in 0.25s 50ms;
	font-size: 1.8rem;
}
.p-bguide .trust-products ul li:hover {
	z-index: 99;
}
.p-bguide .trust-products ul li:hover .img {
	z-index: 24;
	opacity: 1;
	-webkit-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.p-bguide .land-section .section-contents {
	display: flex;
	flex-direction: column;
	gap: 50px;
}
.p-bguide .guide-img {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	padding: 20px 50px;
	border-radius: 10px;
}
.p-bguide .guide-img > img {
	width: 100%;
	margin: 0 auto;
}
.p-bguide .task-flow {
	display: flex;
	flex-direction: column;
	gap: 27px;
}
.p-bguide .task-flow > div {
	display: flex;
	align-items: start;
	gap: 20px;
}
.p-bguide .task-flow dt {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 200px;
	border-radius: 3px;
	background: linear-gradient(180deg, #284799 0, #4377ff 100%);
	color: #fff;
	font-weight: 500;
	height: 43px;
	font-size: 1.8rem;
}
.p-bguide .task-flow div:not(:last-child) dt::after {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	display: block;
	width: 200px;
	height: 12px;
	background: url(../images/icons/ico-flow-tail.svg) center no-repeat;
}
.p-bguide .task-flow dd {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
	width: calc(100% - 220px);
}
.p-bguide .task-flow dd span {
	padding: 12px 15px;
	border-radius: 5px;
	border: 1px solid rgba(68, 68, 68, 0.2);
	background: #fff;
	font-size: 1.5rem;
}
.auction-section {
	margin-top: 35px;
}
.p-binfo .auction-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}
.p-binfo .auction-list .auction-item > a {
	display: flex;
	flex-direction: column;
	width: 100%;
	background-color: #fff;
	transition: all ease-out 0.25s;
}
.p-binfo .auction-list .auction-item .contents {
	z-index: 10;
	position: relative;
}
.p-binfo .auction-list .auction-item .contents .img {
	z-index: 11;
	position: relative;
	padding-bottom: 104%;
}
.p-binfo .auction-list .auction-item .contents .img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.p-binfo .auction-list .auction-item .contents .num {
	font-size: 1.4rem;
}
.p-binfo .auction-list.card-type .auction-item .contents .num {
	display: none;
}
.p-binfo .auction-list .auction-item .contents .status {
	z-index: 12;
	position: absolute;
	top: 0;
	left: 0;
	padding: 7px 10px;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	background-color: var(--blue);
	white-space: nowrap;
	width: 110px;
	text-align: center;
}
.p-binfo .auction-list.card-type .auction-item .contents .status {
	width: auto;
	top: 10px;
	left: 10px;
	border-radius: 3px;
}
.p-binfo .auction-list .auction-item .contents .status.lb {
	background-color: #6ab2e6;
}
.p-binfo .auction-list .auction-item .contents .status.gr {
	background-color: #6abc78;
}
.p-binfo .auction-list .auction-item .contents .status.pk {
	background-color: #ee8a99;
}
.p-binfo .auction-list .auction-item .contents .status.mt {
	background-color: #51bdc5;
}
.p-binfo .auction-list .auction-item .contents .status.br {
	background-color: #777;
}
.p-binfo .auction-list .auction-item .contents .status.or {
	background-color: #f29739;
}
.p-binfo .auction-list .auction-item .contents .title {
	width: 100%;
	padding: 15px;
}
.p-binfo .auction-list .auction-item .contents .title span {
	width: 100%;
	font-size: 1.8rem;
	line-height: 1.3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
}
.p-binfo .auction-list .auction-item .contents .title em {
	white-space: nowrap;
	font-size: 1.4rem;
}
.p-binfo .auction-list.card-type .auction-item .contents .title {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.p-binfo .auction-list.card-type .auction-item .contents .title span {
	height: 44px;
	line-clamp: 2;
	-webkit-line-clamp: 2;
}
.p-binfo .auction-list.list-type .auction-item .contents .title {
	display: flex;
	align-items: center;
	gap: 10px;
	width: calc(100% - 80px);
}
.p-binfo .auction-list.list-type .auction-item .contents .title span {
	width: calc(100% - 60px);
	height: 25px;
	line-clamp: 1;
	-webkit-line-clamp: 1;
}
.p-binfo .auction-list .auction-item .meta {
	display: flex;
	justify-content: space-between;
	padding: 0 15px 15px;
	min-width: 220px;
	color: rgba(68, 68, 68, 0.5);
	font-size: 1.2rem;
	white-space: nowrap;
	flex-shrink: 0;
}
.p-binfo .auction-list .auction-item .meta .date-name {
	font-size: 1.1rem;
}
.p-binfo .auction-list .auction-item .meta .views {
	position: relative;
	display: flex;
	align-items: center;
	padding-left: 22px;
}
.p-binfo .auction-list .auction-item .meta .views::before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	background: url(../images/icons/ico-eye-gray12.svg) center no-repeat;
	flex-shrink: 0;
}
.p-binfo .auction-list.card-type .auction-item .meta {
	width: 100%;
}
.p-binfo .auction-list.card-type .auction-item .meta .date {
	display: flex;
	align-items: center;
	gap: 10px;
}
.p-binfo .auction-list.list-type {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.p-binfo .auction-list.list-type .auction-item {
	width: 100%;
}
.p-binfo .auction-list.list-type .auction-item > a {
	display: flex;
	flex-direction: row;
	gap: 15px;
	padding: 20px 15px;
	border-radius: 5px;
}
.p-binfo .auction-list.list-type .auction-item .contents {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 15px;
	width: calc(100% - 210px);
}
.p-binfo .auction-list.list-type .auction-item .contents .img {
	display: none;
}
.p-binfo .auction-list.list-type .auction-item .contents .title {
	padding: 0;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
}
.p-binfo .auction-list.list-type .auction-item .contents .status {
	position: relative;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	padding: 7 12px;
	border-radius: 3px;
	color: rgba(255, 255, 255, 0.8);
}
.p-binfo .auction-list.list-type .auction-item .meta {
	justify-content: start;
	align-items: center;
	gap: 15px;
	padding: 8px 15px;
	background-color: var(--beigeF2);
	border-radius: 3px;
	width: 210px;
}
.p-binfo .auction-list.list-type .auction-item .meta .date {
	position: relative;
	display: flex;
	align-items: center;
	gap: 15px;
	width: 175px;
}
.p-binfo .auction-list.list-type .auction-item .meta .date .date-name {
	color: rgba(68, 68, 68, 0.3);
}
.p-binfo .auction-list.list-type .auction-item .meta .views {
	position: relative;
	align-items: center;
	width: 60px;
	padding-left: 20px;
}
.p-binfo .auction-list .auction-item > a:hover {
	background: rgba(255, 255, 255, 0.7);
}
.p-binfo .sales-list {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.p-binfo .sales-item {
	display: flex;
	width: 100%;
	height: 130px;
	background-color: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	overflow: hidden;
}
.p-binfo .sales-item .img {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 180px;
	height: 130px;
	overflow: hidden;
}
.p-binfo .sales-item .img img {
	height: 100%;
}
.p-binfo .sales-item .contents {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
	padding: 20px 30px;
	width: calc(100% - 180px);
}
.p-binfo .sales-item .contents .location {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 15px;
	font-size: 1.7rem;
	width: calc(100% - 250px);
}
.p-binfo .sales-item .contents .location span {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
	height: 20px;
	line-clamp: 1;
	-webkit-line-clamp: 1;
}
.p-binfo .sales-item .contents .location dl {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 1.4rem;
}
.p-binfo .sales-item .contents .location dd {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	width: calc(100% - 60px);
	height: 15px;
	line-clamp: 1;
	-webkit-line-clamp: 1;
}
.p-binfo .sales-item .contents .location dt {
	display: flex;
	align-items: center;
	gap: 8px;
}
.p-binfo .sales-item .contents .location dt::after {
	content: '';
	display: block;
	width: 1px;
	height: 12px;
	background-color: rgba(68, 68, 68, 0.3);
}
.p-binfo .sales-item .meta {
	display: flex;
	gap: 25px;
	align-items: center;
	padding: 8px 15px;
	border-radius: 3px;
	background: #f2f4f7;
}
.p-binfo .sales-item .meta a {
	font-size: 1.5rem;
	color: var(--blue);
	font-weight: 600;
}
.p-binfo .sales-item .meta .count {
	display: flex;
	gap: 10px;
	align-items: center;
	min-width: 80px;
	color: rgba(0, 0, 0, 0.2);
}
.p-binfo .sales-item .meta .count::before {
	content: '';
	display: block;
	width: 1px;
	height: 20px;
	margin-right: 15px;
	opacity: 0.2;
	background-color: #000;
}
.sales-detail .img {
	position: relative;
	width: 100%;
	flex-shrink: 0;
	aspect-ratio: 1/0.72;
	overflow: hidden;
	border-radius: 5px;
}
.sales-detail .contents,
.sales-detail .img img {
	width: 100%;
}
.sales-detail .location {
	position: absolute;
	left: 10px;
	bottom: 10px;
	width: calc(100% - 20px);
	padding: 15px;
	border-radius: 2px;
	background: rgba(255, 255, 255, 0.85);
	backdrop-filter: blur(5px);
	font-size: 1.8rem;
	font-weight: 500;
	text-align: center;
}
.sales-detail .infos .cols {
	display: flex;
}
.sales-detail .infos .cols .col {
	width: 50%;
}
.sales-detail .infos .cols .col > dl {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	padding: 10px 0;
}
.sales-detail .infos .cols .col > dl dt {
	font-size: 1.6rem;
	font-weight: 600;
}
.sales-detail .infos .cols .col > dl dd {
	font-size: 1.8rem;
}
.p-reinfo .inst-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
.p-reinfo .inst-item {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 15px;
	background-color: #fff;
}
.p-reinfo .inst-item .img {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 135px;
}
.p-reinfo .inst-item ul {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 0 15px;
	min-height: 40px;
}
.p-reinfo .inst-item ul li {
	display: flex;
	font-size: 1.8rem;
}
.p-reinfo .inst-item ul li::before {
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 5px;
	background-color: #000;
	margin: 8px 12px 0 0;
}
.p-reinfo .inst-item a {
	display: flex;
	padding: 15px 25px;
	justify-content: space-between;
	align-items: center;
	border-radius: 5px;
	background: var(--blue);
	color: #fff;
	font-size: 1.8rem;
}
.p-reinfo .inst-item a span {
	display: flex;
	gap: 10px;
	align-items: center;
}
.p-reinfo .inst-item a span::before {
	display: block;
	content: '';
	width: 16px;
	height: 16px;
	background: url(../images/icons/ico-arrow-white16.svg) center no-repeat;
}
.p-reinfo .inst-item a em {
	font-size: 1.6rem;
	opacity: 0.5;
}
.p-customer .terms {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.p-customer .terms-title {
	font-size: 2rem;
	font-weight: 500;
	color: var(--blue);
}
.p-customer .terms-contents {
	display: flex;
	flex-direction: column;
	gap: 10px;
	font-size: 1.8rem;
	line-height: 1.25;
}
.p-customer .terms-meta {
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin-top: 35px;
}
.p-customer .terms-meta em,
.p-customer .terms-meta button {
	display: flex;
	padding: 15px 20px;
	justify-content: center;
	align-items: center;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	border-radius: 5px;
	background: var(--blue);
	font-size: 1.5rem;
	line-height: 1.05;
	font-weight: 500;
	color: #fff;
}
.p-customer .terms-meta button br,
.p-customer .terms-meta em br {
	display: none;
}
.p-customer .terms1 .terms-contents > ol {
	display: flex;
	flex-direction: column;
	gap: 20px;
	list-style: decimal;
	list-style-position: inside;
	line-height: 1.3;
}
.p-customer .terms1 .terms-contents > ol li > em {
	font-weight: 500;
}
.p-customer .terms1 .terms-contents > ol li > ul {
	/* list-style: disc; */
}
.p-customer .terms1 .terms-contents ul {
	margin-top: 5px;
	list-style-position: inside;
	line-height: 1.5;
}
.p-customer .terms1 .terms-contents ul > li {
	position: relative;
	padding-left: 15px;
}

.p-customer .terms1 .terms-contents ul > li::before {
	position: absolute;
	left: 4px;
	top: 4px;
	content: '';
	display: block;
	width: 3px;
	height: 3px;
	border-radius: 5px;
	background-color: #000;
	margin: 6px 8px 0 0;
}
.p-customer .terms1 .terms-contents .sub {
	padding: 10px;
}
.p-customer .terms1 .terms-contents .sub em {
	font-weight: 500;
}
.p-customer .terms1,
.p-customer .terms2 {
	word-break: keep-all;
}
.p-customer .terms2 .terms-contents {
	gap: 30px;
}
.p-customer .terms2 .term {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.p-customer .terms2 .term em {
	font-weight: 500;
}
.p-customer .terms2 .term p {
	line-height: 1.2;
}
.p-customer .terms2 .term ol {
	list-style: decimal;
	list-style-position: inside;
	line-height: 1.5;
}
.p-customer .terms2 .term ul {
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.p-customer .asset-guardian .info-box + .box-form {
	margin-top: 20px;
}
.p-customer .asset-guardian .info-box br.mobile {
	display: none;
}
.p-customer .asset-guardian .edit-form {
	display: flex;
	flex-direction: column;
}
.p-customer .asset-guardian .edit-form .form {
	display: flex;
	flex-direction: column;
	align-items: end;
	gap: 20px;
}
.p-customer .asset-guardian .edit-form .form .fieldset {
	width: 100%;
}
.p-customer .edit-form .form .hr {
	width: 100%;
	height: 1px;
	border: 0;
	margin: 30px 0;
	opacity: 0.3;
	background: #444;
}
.p-customer .safe-site {
	width: 100%;
	padding: 50px 10px;
	border-radius: 5px;
	background: #fff;
	text-align: center;
}
.p-customer .safe-site img {
	width: 100%;
	max-width: 800px;
}
.p-customer.protection .divider {
	width: 100%;
	height: 1px;
	border: 0;
	background-color: rgba(68, 68, 68, 1);
	display: none;
}
.inquiry.form {
	gap: 50px;
}
.inquiry.form .rows {
	gap: 5px;
}
.inquiry .rows.info-fields {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 10px;
}
.inquiry .email-row {
	position: relative;
	display: flex;
	align-items: center;
	gap: 15px;
}
.inquiry .user-field-row {
	display: flex;
	flex-direction: column;
	gap: 50px;
	margin-bottom: 25px;
}
.inquiry .email-tel-row {
	display: flex;
	flex-direction: column;
	gap: 25px;
}
.inquiry .input[name='name'] {
	width: 16%;
}

.inquiry .input[name='tel1'],
.inquiry .input[name='tel2'],
.inquiry .input[name='tel3'] {
	width: 186px;
}

.inquiry .input[name='email_suf'] + .select {
	width: 150px;
}
.inquiry .input[name='subject'],
.inquiry .textarea[name='message'] {
	border-color: rgba(68, 68, 68, 0.1);
	background-color: #f5f5f5 !important;
}
.inquiry .input[name='subject']:focus,
.inquiry .textarea[name='message']:focus {
	border-color: #4377ff;
}
.inquiry .agree-fieldset {
	gap: 15px;
}
.inquiry .sign {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 27px;
}
.inquiry .rows .area-btn {
	width: 110px;
	height: 36px;
}
.inquiry .ctg-box {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 30px 40px !important;
	text-align: left !important;
}
.inquiry .agree-box {
	padding: 30px 40px !important;
	text-align: left !important;
	font-size: 1.8rem;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
.inquiry .info-box:nth-child(1) br:nth-child(1) {
	display: none;
}
.inquiry .fieldsets {
	display: flex;
	flex-direction: column;
	gap: 25px;
	width: 100%;
	padding: 50px 30px;
	border-radius: 10px;
	border: 1px solid rgba(68, 68, 68, 0.2);
	background: #fff;
}
.inquiry-form-btn {
	max-width: 100%;
	width: 300px;
	justify-content: center;
}
.p-notice .page-head {
	height: 350px !important;
	padding-bottom: 60px;
}
.p-notice .page-head .menu {
	display: none;
}
.credit-section {
	display: flex;
	flex-direction: column;
	gap: 50px;
	width: 100%;
}
.credit-agrees {
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 100%;
}
.credit-agree-wrapper {
	width: calc(100% + 20px);
	padding-right: 20px;
}
.credit-agree {
	display: flex;
	flex-direction: column;
	gap: 25px;
	width: 100%;
	max-width: 100%;
	padding: 25px 30px;
	border-radius: 10px;
	border: 1px solid rgba(68, 68, 68, 0.2);
	background: #fff;
}
.credit-agree-wrapper .credit-agree {
	width: fit-content;
	max-width: 100%;
}
.credit-agree__text,
.credit-agree__text ul li {
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.35;
}
.credit-agree__text strong {
	font-weight: 700;
}
.credit-agree hr {
	width: 100%;
	height: 1px;
	opacity: 0.2;
	background: #444;
}
.credit-agree__btns {
	display: flex;
	width: 100%;
}
.credit-agree__btn {
	display: flex;
	padding: 20px 30px;
	align-items: center;
	gap: 8px;
	border-radius: 5px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	background: #4377ff;
	font-size: 1.8rem;
	line-height: 1.05;
	font-weight: 500;
	color: #fff;
}
.credit-agree__checks {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	gap: 20px;
	width: 100%;
}
.credit-agree__title {
	display: flex;
	flex-direction: column;
	gap: 5px;
	margin-bottom: 30px;
}
.credit-agree__title span {
	font-size: 1.8rem;
}
.credit-agree__title em {
	font-size: 1.6rem;
	opacity: 0.5;
}
.credit-agree__lang {
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 10px;
}
.credit-agree__lang .lang {
	position: relative;
}
.credit-agree__lang .lang input {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	opacity: 0;
}
.credit-agree__lang .lang label {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 40px;
	border-radius: 5px;
	border: 1px solid rgba(68, 68, 68, 0.5);
	background: rgba(255, 255, 255, 0.5);
	font-size: 1.6rem;
	color: rgba(68, 68, 68, 0.3);
	cursor: pointer;
}
.credit-agree__lang .lang input:checked + label {
	background: #fff;
	color: #444;
}
.credit-agree .terms {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 30px;
	padding: 30px;
	margin-bottom: 30px;
	border-radius: 10px;
	border: 1px solid rgba(68, 68, 68, 0.2);
	background: #fff;
}
.credit-agree .terms .term {
	display: flex;
	flex-direction: column;
	gap: 15px;
	width: 100%;
	text-align: left;
	font-size: 1.6rem;
}
.credit-agree .terms .term .term__title {
	font-size: 1.8rem;
	font-weight: 700;
}
.credit-agree .terms .term ul li {
	position: relative;
	padding-left: 12px;
	font-size: 1.6rem;
}
.credit-agree .terms .term ul li::before {
	content: '';
	display: block;
	position: absolute;
	top: 6px;
	left: 0;
	width: 3px;
	height: 3px;
	border-radius: 3px;
	background-color: #000;
}
.credit-cert {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 15px;
	width: 100%;
	/* max-width: 580px; */
	margin: 0 auto;
}
.credit-cert--fields {
	gap: 20px;
}
.credit-cert__btn,
.credit-cert__btn2 {
	display: flex;
	padding: 25px 15px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 10px;
	width: 100%;
	background: #4377ff;
	font-size: 1.8rem;
	font-weight: 500;
	color: #fff;
}
.credit-cert__inform {
	display: flex;
	padding: 25px 20px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	width: 100%;
	border-radius: 10px;
	border: 1px solid rgba(68, 68, 68, 0.2);
	background: #fff;
	font-size: 1.8rem;
	font-weight: 500;
	text-align: center;
	word-break: keep-all;
}
.credit-cert__inform em {
	font-weight: 400;
	opacity: 0.5;
}
.credit-cert__inform.auth-inform {
	gap: 50px;
}
.credit-cert__inform.auth-inform > p {
	display: flex;
	flex-direction: column;
	gap: 10px;
	text-align: center;
}
.credit-cert__inform.auth-inform .credit-cert__btn {
	max-width: 222px;
}
.credit-cert__icon {
	display: flex;
	flex-direction: column;
	gap: 15px;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
	font-size: 2rem;
	font-weight: 500;
}
.credit-cert__icon img {
	height: 52px;
}
.credit-cert__field {
	display: flex;
	flex-direction: column;
	gap: 5px;
	width: 100%;
}
.credit-cert__field label {
	font-size: 1.8rem;
	font-weight: 500;
}
.credit-cert__field input {
	width: 100%;
}
.credit-cert .box-form > .credit-cert__field,
.credit-cert .box-form > button {
	width: 100%;
	max-width: 400px;
}
.credit-alert {
	display: flex;
	padding: 30px 50px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 10px;
	background: #fff;
	font-size: 1.6rem;
	line-height: 1.25;
	text-align: center;
	width: calc(100% - 40px);
	max-width: 500px;
}
.credit-table {
	width: calc(100% + 16px);
	min-width: 1064px;
	border-collapse: separate;
	border-spacing: 5px 0;
	margin-left: -8px;
}
.credit-table td,
.credit-table th {
	text-align: left;
	padding: 15px 10px;
	font-weight: 400;
	border-bottom: 1px solid rgba(68, 68, 68, 0.5);
	text-align: left;
	font-size: 1.8rem;
	margin: 0;
}
.credit-table th {
	font-weight: 500;
}
.credit-table th {
	background: #f2f4f7;
	white-space: nowrap;
}

.p-etc #contents {
	background-color: #fff;
	padding: 40px 60px;
	border-radius: 5px;
	overflow-x: hidden;
	width: 100%;
}
.p-etc #rest-memos.has-memos,
.p-etc #rest-terms.has-terms {
	display: flex;
	flex-direction: column;
	gap: 10px;
	background-color: #fff;
	padding: 40px 60px;
	border-radius: 5px;
	overflow-x: hidden;
	width: 100%;
	margin-top: 25px;
}
.p-etc #rest-memos.has-memos h3,
.p-etc #rest-terms.has-terms h3 {
	margin-bottom: 20px;
	font-size: 1.7rem;
	font-family: OneShinhan Medium;
}
.p-etc #rest-memos.has-memos {
	font-size: 1.5rem;
	font-weight: 500;
}

.p-etc #rest-terms.has-terms > div > div {
	cursor: pointer;
}
.p-etc #rest-terms.has-terms > div > div:hover {
	background-color: rgba(242, 244, 247, 0.5) !important;
}
