@charset "utf-8";

@font-face {
	font-family: 'GmarketSansTTFMedium';
	src: url('/font/GmarketSansTTFMedium.woff2') format('woff2');
}

html, body {
	font-family: GmarketSansTTFMedium !important;
}

a {
	cursor: pointer;
}

.text-right {
	text-align: right;
}

/* desktop only */
@media (min-width: 768px) {
	header, section {
		width: 80%;
		margin: auto;
	}
}

section {
	margin-bottom: 20px;
}

.item {
	width: 100%;
	margin-right: auto !important;
	margin-left: auto !important;
	overflow: hidden !important;

	border-radius: 15px;
	border-width: 0px !important;
	box-shadow: 0px 9px 10px -2px rgb(0 0 0 / 15%);
	transition: all 0.25s ease-in-out;
}
div.card-body {
	padding-bottom: 0;
}

div.view-rank {
	float: left;
	width: 100px;
	height: 20px;
	text-align: left;
	padding-left: 5px;
	padding-top: 5px;
}
div.view-rank > span {
	background-color: #e11;
	color: white;
	border-radius: 13px;
	font-size: 10px;
	padding: 5px 5px 5px 5px;
}

div.view-count {
	float: right;
	width: 100px;
	height: 20px;
	text-align: right;
	padding-right: 5px;
	padding-top: 5px;
}

div.view-count > span {
	background-color: #f6f6f6;
	border: 1px solid #ddd;
	border-radius: 13px;
	font-size: 10px;
	padding: 5px 5px 5px 5px;
}

h2.item-title {
	color: #e11;
	font-weight: bold;
	margin-bottom: 20px;
}
h5.item-title {
	color: #333;
	font-weight: bold;
}
h5.item-title-hot {
	color: #e11 !important;
	font-weight: bold;
}

.item-info {
	margin-bottom: 8px;
	font-size: 13px;
}

.item-info-big {
	margin-bottom: 8px;
	font-size: 14px;
}

.item-info > span, .item-info-big > span {
	padding: 5px 4px 4px 4px;
	border-radius: 12px;
	background-color: #77c;
	color: white;
	margin-right: 10px;
}

.card {
	border:#ecc 2px solid;
	margin-bottom: 20px;
}

.card-body {
	padding-right: 0 !important;
}

.card:hover {
	border:#c55 2px solid;
}

.btn-sm2 {
	font-size: 13px;
	border-radius: 12px;
	background-color: #ccc;
	padding-top: 2px !important;
	font-weight: bold;
}

.btn-sm2-red {
	background-color: red;
	color: white !important;
}

/*
.col {
	padding-left: calc(var(--bs-gutter-x)* .2) !important;
	padding-right: calc(var(--bs-gutter-x)* .2) !important;
}*/