@charset "utf-8";

.main {
	min-width: 1600px;
	padding-bottom: 153px;
	background-color: var(--color-black-7);
	line-height: 1.4;

	.section-top {
		display: flex;
		height: 720px;
		padding-top: 33px;
		gap: 30px;
	}
	.section-top-right {
		display: flex;
		flex-direction: column;
		gap: 24px;
		width: 480px;

		.box--white {
			flex: 1;
		}
	}
	.section-top-right:has(.main--login) {
		gap: 21px;
	}
	.section-middle {
		padding-top:124px;

		.title-main {
			font-size: 44px;
			font-weight: 700;
			color: var(--color-black-1);
			text-align: center;
		}
		.title-sub {
			margin-top: 12px;
			font-size: 24px;
			font-weight:500;
			color: var(--color-black-3);
			text-align: center;
		}
	}
	.section-gray {
		margin-top: 52px;
		padding: 42px 0;
		background-color: var(--color-black-5);
	}
	.box--white {
		padding: 27px 24px;
		background-color: #fff;
		border-radius: 12px;
		box-shadow: 0 7px 30px rgba(0,0,0,0.1);
	}
	.box--sub-white {
		background-color: #fff;
		border-radius: 12px;
	}
	.box--gray-gradient {
		padding: 27px 24px;
		background: linear-gradient(to right, #252525, #8B8B8B);
		border-radius: 12px;
		box-shadow: 0 7px 30px rgba(0,0,0,0.1);
	}
}
.main--banner {
	flex:1;
	background: #000 url("/img/hp/main/bg_main_banner.png") no-repeat 100% 0;
	border-radius: 0 16px 16px 0;

	video {
		width: 100%;
		height: 720px;
		object-fit: cover;
		z-index: -1;
		border-radius: 0 16px 16px 0;
		object-position: 100% 50%;
	}

	.title {
		color: #fff;
		font-size: 30px;
		font-weight: 200;
		position: absolute;
		right: 58.5%;
		top: 25%;
		text-shadow: 1px 1px 10px rgba(0,0,0,0.5);

		strong {
			font-size: 50px;
			font-weight: 700;
		}
	}
	.logo {
		width: 140px;
		height: 44px;
		margin-top: 3.911rem;
		background: url("/img/hp/main/logo_white.png") no-repeat 0 0;
		background-size: 100% auto;
		text-indent: -9999em;
		overflow: hidden;
	}
}
.main--login {
	display: flex;
	flex-direction: column;
	align-items: center;

	.login-info {
		display: flex;
		width: 100%;
		justify-content: space-between;
		align-items:center;

		.login-logo {
			display: flex;
			width: 124px;
			height: 86px;

			img {
				width: 100%;
				height: 100%;
			}
		}
	}
	.login-wrap{
		display: flex;
		gap: 15px;

		div {
			.login-item {
				position: relative;
				width: 295px;
				height: 56px;

				input {
					width: 100%;
					height: 100%;
					padding: 18px 40px 18px 16px;
					color: #8F8F8F;
					border: 1px solid #DDD;
					border-radius: 8px;
				}
				input:focus {
					color: #171717;
					border-color: #252525;
					outline: none;
				}
				.btn-eyes {
					width: 24px;
					height: 24px;
					cursor:pointer;
					position:absolute;
					right:10px;
					top:50%;
					transform:translateY(-50%);
					z-index:101;
					background: url("/img/hp/main/ico_eye-off.png") no-repeat 0 0;
					background-size: 100% auto;
					display: none;
				}
				.btn-eyes.active {
					background: url("/img/hp/main/ico_eye-on.png") no-repeat 0 0;
					background-size: 100% auto;
				}
				.btn-del {
					width: 15px;
					height: 15px;
					cursor: pointer;
					position: absolute;
					right: 45px;
					top:50%;
					transform:translateY(-50%);
					z-index:101;
					background: url("/img/hp/main/ico_pwd-del.png") no-repeat 0 0;
					background-size: 100% auto;
					display: none;
				}
			}
			.login-item:nth-of-type(n+2) {
				margin-top: 14px;
			}
		}
		a {
			.btn-login {
				width: 120px;
				height: 100%;
				font-size: 18px;
				font-weight: 600;
				color: #FFF;
				border-radius: 8px;
				background-color: #E91B24;
				text-align: center;
				align-content: center;
			}
		}
	}
	.login-more {
		width: 100%;
		height: 20px;
		margin-top: 13px;
		color:#767676;

		span:before {
			content: "";
			display: inline-block;
			width: 1px;
			height: 8px;
			margin: 0 16px;
			background: #DDD;
		}
	}
	.bid-status {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 10px;
		gap: 8px;

		li {
			display: flex;
			box-sizing: border-box;
			padding: 0 16px;
			width: 212px;
			height: 52px;
			background-color: #FAFAFA;
			justify-content: space-between;
			align-items: center;

			.status-name {
				font-size: 15px;
				font-weight: 500;
				color: #424242;

				span {
					color: #767676;
				}
			}
			.count {
				font-size: 16px;
				font-weight: 600;
				color: #E91B24;
			}
		}
	}
	.apply-button {
		display: flex;
		gap: 8px;

		.apply-item {
			width: 212px;
			height: 52px;
			font-size: 16px;
			font-weight: 700;
			color: #FFFFFF;
			border-radius: 8px;
			align-content: center;
			text-align: center;

			a {
				display: inline-flex;
				align-items: center;
			}
			a:after {
				content: '';
				display: inline-block;
				margin-left: 6px;
				width: 11px;
				height: 16px;
				background: url("/img/hp/main/ico_arrow-right-btn.png") no-repeat center;
			}
		}
		.after-apply {
			position: relative;
			background-color: #E91B24;

			.apply-tip {
				position: absolute;
				height: 26px;
				left: -15px;
				bottom: 40px;
				padding: 3px 9px;
				font-size: 14px;
				font-weight: 600;
				border-radius: 100px;
				background-color: #255EF0;
				align-content: center;
			}
			.apply-tip:after {
				content: '';
				position: absolute;
				left: 8px;
				bottom: -7px;
				border-left: 18px solid transparent;
				border-top: 9px solid #255EF0;
			}
		}
		.absentee-apply {
			background-color: #111111;
		}
	}
}
.login-content {
	padding: 18px 24px !important;

	.login-info {
		height: 100px;
		margin-bottom:10px;

		.login-text {
			height: 100px;

			.login-sub-title {
				font-size: 18px;
				color: #1790FF;
			}
			.login-title {
				font-size: 18px;
				font-weight: 700;
				color: #5B5B5B;
			}
		}
	}
}
.member-content {
	padding: 24px 24px 25px !important;

	.login-info {
		margin-bottom: 12px;

		div {
			text-align: left;

			.member-info {
				font-size: 18px;
				font-weight: 500;
				color: #424242;

				.name {
					font-weight: 400;
				}
				.greeting {
					color: #45A6FF;
				}
			}
			.bid-summary {
				margin-top: 2px;
				font-size: 26px;
				font-weight: 600;
				color: #111111;

				span {
					color: #E91B24;
				}
				.underline {
					text-decoration: underline;
				}
			}
		}
	}
}
.login-banner {
	position: relative;
	padding: 0 !important;
	background-color : #E8F4FF !important;

	a {
		display: flex;
		padding: 20px 30px;
		justify-content: space-between;
		align-items: center;

		.banner-title {
			align-content: center;
			text-align: left;

			.content {
				font-size: 16px;
				font-weight: 500;
				color: #1583E8;
			}
			.title {
				margin-top: 6px;
				font-size: 20px;
				font-weight: 700;
				color: #3B3B3B;
				line-height:1.2;
			}
			.btn {
				display:inline-block;
				margin-top: 8px;
				padding: 5px 12px;
				color: #1583E8;
				background-color: #FFFFFF;
				border-radius: 19px;

				.arrow {
					position: relative;
					display: inline-block;
					width: 16px;
					height: 16px;
					bottom: 1.5px;
					vertical-align: middle;
				}
				.arrow:after {
					position: absolute;
					content: "";
					display:inline-block;
					left: 50%;
					top: 50%;
					width: 6px;
					height: 6px;
					border-top: 1.5px solid #1583E8;
					border-right: 1.5px solid #1583E8;
					transform: translate(-50%, -50%) rotate(45deg);
				}
			}
		}

		img {
			position: absolute;
			right: 30px;
			bottom: 20px;
			width: 91px;
			height: 82px;
			object-fit: contain;
		}
	}
}
.login-menu {
	padding: 20px 24px !important;

	.menu-title {
		margin-bottom: 10px;
		font-size: 20px;
		font-weight: 600;
		color: #111;
		text-align: left;

		.menu-date {
			font-size: 16px;
			font-weight: 400;
			color: #767676;
			margin-left: 10px;
		}
	}
	.menu-list {
		font-size: 16px;
		color: #424242;

		li {
			display: flex;

			.menu-type {
				width: 42px;
				height: 24px;
				font-size: 13px;
				font-weight: 500;
				color: #000;
				border: 1px solid #DDD;
				border-radius: 4px;
				box-sizing: border-box;
				align-content: center;
				text-align: center;
			}
			.menu-content {
				margin-left: 8px;
				width: calc(100% - 50px);
			}
		}
		li+li {
			margin-top: 6px;
		}
	}
}
.main--board {
	padding: 20px 24px !important;

	.notice-title-content {
		position: relative;
		display: flex;
		margin-bottom: 26px;
		justify-content: space-between;
		align-items: center;

		.notice-title {
			font-size: 20px;
			font-weight: 600;
			color: #111111;
		}
		.notice-all {
			font-size: 16px;
			color: #767676;
		}
	}
	.notice-title-content:after {
		position: absolute;
		content: "";
		width: 100%;
		bottom: -16px;
		border-bottom: 1px solid #AAAAAA;
	}
	.notice-list {
		font-size: 16px;
		color: #424242;

		li {
			display: flex;
			height: 22px;
			justify-content: space-between;
			letter-spacing: -1px;

			.notice-content {
				overflow: hidden;
				white-space: nowrap;
				text-overflow: ellipsis;

				.notice-label {
					padding: 3px 2.5px;
					font-size: 13px;
					font-weight: 500;
					background-color: #f04040;
					color: #fff;
					border-radius: 4px;
					text-align: center;
				}

			}
			.notice-date {
				color: #AAAAAA;
			}
		}
		li+li {
			margin-top: 12px;
		}
	}
}
.main--quick-menu {
	width: 135px;
	padding: 30px 20px !important;
	box-sizing: border-box;
	align-content: center;
	text-align: center;
	border-radius: 12px 0 0 12px !important;

	li {
		position: relative;
	}
	li+li {
		margin-top: 32px;
	}
	a {
		display: block;
		font-size: 16px;
		color: #424242;
	}

	[class ^= "icon-menu"] {
		padding-top:58px;
	}

	.icon-menu1 {
		background: url("/img/hp/main/icon_quick1.png") no-repeat center top;
		background-size: 48px auto;
	}
	.icon-menu2 {
		background: url("/img/hp/main/icon_quick2.png") no-repeat center top;
		background-size: 48px auto;
	}
	.icon-menu3 {
		background: url("/img/hp/main/icon_quick3.png") no-repeat center top;
		background-size: 48px auto;
	}
	.icon-menu4 {
		background: url("/img/hp/main/icon_quick5.png") no-repeat center top;
		background-size: 48px auto;
	}

	li:not([class ^= "menu"]) {
		height: 68px;
		align-content: center;
	}
	li:not([class ^= "menu"])+li:not([class ^= "menu"]) {
		margin-top: 8px;
	}
	li:not([class ^= "menu"])+li:not([class ^= "menu"]):before {
		content: "";
		display: inline-block;
		position: absolute;
		width: 46px;
		height: 1px;
		left: 24.5px;
		top: -8px;
		background-color: #DDD;
	}
}
.main--d-day {
	display:flex;
	gap: 40px;
	height: 77px;
	margin-bottom: 19px;
	background-color: #676CB5;
	border-radius: 12px;
	justify-content: center;
	align-items: center;

	.d-day-info {
		font-size: 24px;
		font-weight: 700;
		color: #F2F2F2;
	}
	.flip-clock {
		display: flex;

		ul {
			position: relative;
			display: flex;
			align-items: flex-end;
		}
		ul+ul {
			margin-left: 15px;
		}
		ul+ul:before {
			position: absolute;
			content: '';
			width: 9px;
			height: 4px;
			top: 50%;
			left: -12px;
			background-color: #000;
			opacity: 70%;
			transform: translateY(-50%);
		}
		li {
			position: relative;
			width: 34px;
			height: 54px;

			.upper, .lower {
				position: absolute;
				width: 100%;
				height: 50%;

				.text {
					position: absolute;
					width: 100%;
					height: 200%;
					font-size: 32px;
					font-weight: 600;
					color: #FFFFFF;
					align-content: center;
					text-align: center;
					overflow: hidden;
				}
			}
			.upper {
				top: 0;
				background-color: #3D406B;
				border-radius: 3px 3px 0 0;

				.text {
					top: 0;
				}
			}
			.lower {
				bottom: 0;
				background-color: rgba(0, 0, 0, 0.7);
				border-radius: 0 0 3px 3px;

				.text {
					bottom: 0;
				}
			}
		}
		li+li {
			margin-left: 1px;
		}
		li:after {
			content: "";
			position: absolute;
			width: 100%;
			height: 1px;
			left: 50%;
			top: 50%;
			background-color: #111;
			transform: translate(-50%, -50%);
		}
	}
	.btn-calendar {
		display: inline-flex;
		font-size: 18px;
		font-weight: 500;
		color: #FFF;
		align-items: center;
	}
	.btn-calendar:before {
		content: '';
		display: inline-block;
		margin-right: 6px;
		width: 24px;
		height: 24px;
		background: url("/img/hp/main/ico_calendar.png") no-repeat center / contain;
		filter: brightness(0) invert(1);
	}
}
.flex--layout {
	display: flex;
	gap: 18px;

	.flex--content {
		display: flex;
		width: 600px;
		gap: 18px;
		flex-direction: column;
	}
}
.main--exhibit-number {
	display: flex;
	padding: 18px 36px;
	color: #767676;
	align-items: center;

	img {
		width: 110px;
		height: 52px;
		object-fit: contain;
	}
	.entry-car-summary {
		margin-left: 66px;

		p {
			font-size: 18px;
			font-weight: 500;
		}
		strong {
			font-size: 24px;
			font-weight: 600;
			color: #424242;

			span {
				color: #E91B24;
			}
		}
	}
	.entry-car-etc {
		margin-left: 104px;
		font-size: 16px;

		p+p {
			margin-top: 10px;
		}
	}
}
.main--counting {
	display:flex;
	padding:18px 46px 28px 28px;
	gap: 20px;

	.entry-title {
		margin-bottom:14px;
		font-size:18px;
		font-weight:500;
	}
	ul {

		li {
			display: flex;
			align-items: center;
			justify-content: space-between;

			.item {
				display: flex;
				align-items: center;
				font-size: 15px;
			}
			.icon {
				width: 26px;
				height: 26px;
				margin-right: 8px;
				border-radius: 50%;
				font-size: 10px;
				font-weight: 700;
				color: #FF8D92;
				background-color: #FEEAE9;
				align-content: center;
				text-align: center;
			}
			.name {
				color: #424242;
			}
			.count {
				color: #E91B24;
			}
		}
	}

	.entry-maker {
		width: 346px;

		ul {
			display: grid;
			gap: 10px 20px;
			grid-template-columns: repeat(2, 160px);
			grid-template-rows: repeat(4, 26px);
			grid-auto-flow: column;
		}
	}
	.entry-type {
		width: 160px;

		ul {
			display: grid;
			gap: 10px 20px;
			grid-template-columns: repeat(1, 160px);
			grid-template-rows: repeat(4, 26px);
			grid-auto-flow: column;
		}
	}
}
.main--auction-status {
	width: 582px;
	padding: 20px 24px;

	.condition-title {
		display: flex;
		align-items: center;

		.title{
			font-size: 20px;
			font-weight: 600;
			color: #111;
		}
		.info{
			margin-left:10px;
			font-size: 16px;
			color: #767676;
		}
	}
	.condition-check {
		margin-top: 64px;
		text-align: center;

		img {
			width: 143px;
			height: 39px;
		}
		p {
			margin-top: 25px;
			font-size: 16px;
			font-weight: 500;
			color: #AAA;
		}
	}
	.condition-content {
		margin-top: 37px;

		li {
			display: flex;
			padding: 17px 16px;
			background-color: #FAFAFA;
			font-size: 17px;
			font-weight: 500;
			color: #424242;
			justify-content: space-between;

			.line-type {

				span {
					color: #111;
				}
			}
		}
		li+li {
			margin-top: 8px;
		}
	}
}
.main--guide--list {
	display: flex;
	margin-top: 42px;
	justify-content: space-between;
	gap: 18px;

	& > li {
		flex: 1;
		width: 286px;
		height: 316px;
	    background-size: 200px auto;
	    background-repeat: no-repeat;
	    background-position: center 25px;
		background-color: #fff;
		text-align: center;
		border-radius: 12px;

		a {
			display: inline-block;
			padding: 222px 0 25px;
			width: 100%;
			height: 100%;
			box-sizing: border-box;
		}
	}
	.guide-title {
		font-size: 25px;
		font-weight: 600;
		letter-spacing: -1.4px;
	}
	.guide-title:after {
		content: "";
		position: absolute;
		width: 2rem;
		height: 2.2rem;
		background: url("/img/hp/main/icon_arrow_black.png") no-repeat center / 10px;
	}
	.guide-text {
		margin-top: 6px;
		font-size: 20px;
		font-weight: 500;
		letter-spacing: -1.4px;
		color: var(--color-black-3);
	}
	.menu1 {
		background-image: url("/img/hp/main/ico_guide1.png");
	}
	.menu2 {
		background-image: url("/img/hp/main/ico_guide2.png");
	}
	.menu3 {
		background-image: url("/img/hp/main/ico_guide3.png");
	}
	.menu4 {
		background-image: url("/img/hp/main/ico_guide4.png");
	}
}

.main-highlight-banner-wrap {
	border-radius: 20px;
	padding: 60px;
	background-color: #EAECED;
	display: flex;
	align-items: center;
	justify-content: space-between;
	letter-spacing: -1px;
}

.main-highlight-banner-wrap .highlight-banner-text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
}

.main-highlight-banner-wrap .highlight-banner-text h6 {
	padding: 0 50px 0 20px;
	height: 46px;
	display: inline-flex;
	gap: 10px;
	align-items: center;
	border-radius: 30px;
	background: url("../../img/hp/common/icon-star-yellow.png")no-repeat center right 20px / 20px 20px #FFFFFF;
}

.main-highlight-banner-wrap .highlight-banner-text h6 > b {
	font-weight: 700;
	color: #1790FF;
	font-size: 20px;
}

.main-highlight-banner-wrap .highlight-banner-text h6 > b > span {
	font-weight: 300;
}

.main-highlight-banner-wrap .highlight-banner-text > h2 {
	font-weight: 700;
	font-size: 28px;
	color: #000000;
}

.main-highlight-banner-wrap .highlight-banner-text > p {
	font-weight: 300;
	font-size: 20px;
	color: #171717;
}

.main-highlight-banner-wrap .highlight-banner-text > ul li {
	position: relative;
	padding-left: 30px;
	font-weight: 500;
	font-size: 16px;
	height: 47px;
	line-height: 47px;
}

.main-highlight-banner-wrap .highlight-banner-text > ul li::before {
	content: "";
	width: 20px;
	height: 20px;
	background: url("../../img/hp/common/icon-check-circle.png")no-repeat center / cover;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.main-highlight-banner-wrap .highlight-banner-text > a {
	display: inline-block;
	padding: 13px 64px 13px 32px;
    background: url("../../img/hp/common/icon-arrow-right-white.png")no-repeat center right 32px / 24px 24px #1790FF;
	color: #FFFFFF;
	border-radius: 72px;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: -0.3px;
}

.main-highlight-banner-wrap .highlight-banner-image > img {
	max-width: 100%;
	display: block;
	width: 290px;
	height: 390px;
}

.app-guide-wrap > h6 {
	font-size: 20px;
	color: #000;
	font-weight: 600;
}

.app-guide-wrap > ul {
	margin-top: 15px;
	margin-bottom: 25px;
	padding-left: 12px;
}

.app-guide-wrap > ul li {
	list-style: disc;
	font-size: 14px;
	color: #555;
}

.app-guide-wrap > ul li + li {
	margin-top: 10px;
}

.app-guide-wrap > b {
	font-size: 16px;
	color: #f04040;
	line-height: 30px;
}

.app-guide-wrap > p {
	font-size: 14px;
	color: #555555;
	line-height: 25px;
}
.app-guide-wrap > .qr-area {
	margin-top: 40px;
	display: flex;
	justify-content: center;
	column-gap: 80px;
}

.app-guide-wrap > .qr-area span {
	display: inline-block;
	width: 110px;
	height: 144px;
	vertical-align: middle;
}

.app-guide-wrap > .qr-area span.ico-qr-aos {
	background: url("../../img/hp/ico/ico-qr-aos.png") no-repeat 50%;
	background-size: 100%;
}

.app-guide-wrap > .qr-area span.ico-qr-ios {
	background: url("../../img/hp/ico/ico-qr-ios.png") no-repeat 50%;
	background-size: 100%;
}

.auction-calendar-popup {
	width: 359px;
	height: 441px;
	padding: 56px 16px;
	border-radius: 16px;
	box-sizing: border-box;

	.btn-close-layer{
		width: 24px !important;
		height: 24px !important;
		background-size: 10px !important;
		top: 16px !important;
		right: 16px !important;
	}
	.auction-calendar-top {
		position: relative;
		margin-bottom: 8px;

		.auction-calendar-title {
			text-align: center;
			font-size: 20px;
			font-weight: 600;
			color: #111;
		}

		.auction-calendar-prev {
			position: absolute;
			left: 12%;
			top: -0.3rem;

			a {
				display: inline-flex;
				align-items: center;
			}
			a:after {
				content: "";
				display: inline-block;
				width: 2rem;
				height: 2rem;
				transform: scaleX(-1);
				background: url("/img/hp/main/icon_arrow_black.png") no-repeat center / 10px;
			}
			a.active:after {
				background: url("/img/hp/main/icon_arrow_gray.png") no-repeat center / 10px;
			}
		}

		.auction-calendar-next {
			position: absolute;
			right: 12%;
			top: -0.3rem;

			a {
				display: inline-flex;
				align-items: center;
			}
			a:after {
				content: "";
				display: inline-block;
				width: 2rem;
				height: 2rem;
				background: url("/img/hp/main/icon_arrow_black.png") no-repeat center / 10px;
			}
			a.active:after {
				background: url("/img/hp/main/icon_arrow_gray.png") no-repeat center / 10px;
			}
		}
	}
	.auction-calendar-content {
		font-size: 16px;
		font-weight: 400;
		color: #71717A;

		ul {
			display: flex;
			text-align: center;

			li {
				height: 47px;
				width: calc(100% / 7);
				align-content: center;
			}
		}
		.weeks {
			margin-bottom: 8px;
		}
		.days {
			display: flex;
			flex-wrap: wrap;
			color: #09090B;

			.off {
				color: #A1A1AA;
			}
			.on {
				font-weight: 600;
				color: #E91B24;
				border-radius: 50%;
				background-color: #FEEAE9;
			}

			li {
				position: relative;

				span {
					font-size: 0.8rem !important;
					color: #E91B24;
					position: absolute;
					bottom: 0;
					left: 28%;
				}
			}
		}
	}
}
.login-popup {
	padding: 24px;
	width: 328px;
	border-radius: 16px;
	box-sizing: border-box;

	.login-popup-title {
		font-size: 24px;
		font-weight: 600;
	}
	.login-popup-button {
		margin-top: 32px;
		width: 279px;
		height: 56px;
		font-size: 16px;
		font-weight: 600;
		color: #FFF;
		border-radius: 8px;
		background: #E91B24;
		align-content: center;
		text-align: center;
	}
	.popup-content {
		padding: 20px;

		.subtit {
			font-size: 20px;
			font-weight: bold;
			color: #333;
		}
	}
	/*버튼*/
	.btn-area{
		margin-top:35px;
		text-align:center;

		button{
			min-width:130px;
			height:48px;
			padding:0 20px;
			background-color:#f04040;
			color:#fff;
			border-radius: 8px;
		}
		button + button{
			margin-left:10px;
		}
		.btn-gray{
			background:#747677;
		}
	}
	.btn-area:after{
		content:'';
		display:block;
		clear:both;
	}
}