@keyframes fadeInUp {
	0% {opacity: 0;transform: translateY(10px)}
	to {opacity: 1;transform: translateY(0)}
}
@keyframes fadeOutDown {
	0% {opacity: 1;transform: translateY(0)}
	to {opacity: 0;transform: translateY(10px)}
}

.whitespace-nowrap {
	white-space: nowrap;
}

.text-center > .re-captcha-box > div {
	margin: auto;
}

.text-right {
	text-align: right;
}

.text-\[red\] {
	--tw-text-opacity: 1;
	color: rgb(255 0 0 / var(--tw-text-opacity));
}

.form-control + .error,
.re-captcha-box + .error {
	margin-top: 5px;
}

.grid-cols-3 {
	grid-template-columns:repeat(3, minmax(0, 1fr));
}

.col-span-2 {
	grid-column: span 2 / span 2;
}

.col-start-1 {
	grid-column-start: 1;
}

.col-start-2 {
	grid-column-start: 2;
}

.sticky {
	position: sticky;
}

.inline-flex {
	display: inline-flex;
}

.flex-wrap {
	flex-wrap: wrap;
}

.p-2 {
	padding: .5rem;
}

.-m-2 {
	margin: -.5rem;
}

.mr-4 {
	margin-right: 1rem;
}

.py-1\.5 {
	padding-top: .35rem;
	padding-bottom: .35rem;
}

.pl-2 {
	padding-left: .5rem;
}

.pr-2 {
	padding-right: .5rem;
}

.pl-4 {
	padding-left: 1rem;
}

.pt-1 {
	padding-top: .25rem;
}

.pt-2 {
	padding-top: .5rem;
}

.pt-3 {
	padding-top: .75rem;
}

.pb-1 {
	padding-bottom: .25rem;
}

.pb-2 {
	padding-bottom: .5rem;
}

.pb-3 {
	padding-bottom: .75rem;
}

.w-40px {
	width: 40px;
}

.h-0 {
	height: 0;
}

.h-40px {
	height: 40px;
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(.5rem * (1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(.5rem * var(--tw-space-y-reverse));
}

.my-modal {
	position: fixed;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 999;
}
.my-modal > .my-modal-mask {
	position: fixed;
	inset: 0;
	background-color: #000;
	opacity: 0;
	transition: all .2s;
}
.my-modal.show > .my-modal-mask {
	opacity: .5;
}
.my-modal > .my-modal-body {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 2rem 1.5rem 1.5rem;
	width: 80%;
	max-width: 600px;
	max-height: 90vh;
	border-radius: 1rem;
	background-color: #fff;
	box-shadow: 0 0 #0000, 0 0 #0000, 0 20px 25px -5px rgba(0, 0, 0, .1), 0 8px 10px -6px rgba(0, 0, 0, .1);
	animation: fadeOutDown .2s ease-out forwards;
}
.my-modal.show > .my-modal-body {
	animation: fadeInUp .2s ease-in;
}
.my-modal > .my-modal-body > .my-modal-header {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1.25rem;
	color: rgb(24, 29, 39);
	font-weight: 600;
	font-size: 1.125rem;
	line-height: 1.75rem;
}
.my-modal > .my-modal-body > .my-modal-content {
	overflow: auto;
}
.my-modal > .my-modal-body > .my-modal-bts {
	--primary-color: rgb(4, 9, 44);
	display: flex;
	gap: 1rem;
	align-items: center;
	justify-content: center;
	margin-top: 2rem;
}
.my-modal > .my-modal-body > .my-modal-bts > .btn {
	flex: 1;
	width: 0;
	max-width: 200px;
	padding: 0.75rem 1rem;
	font-weight: 500;
	border-radius: 0.5rem;
	border: 1px solid rgb(209, 213, 219);
	transition: all .3s;
	outline: none;
}
.my-modal > .my-modal-body > .my-modal-bts > .btn:hover {
	opacity: .7;
	background-color: #e6e6e6;
}
.my-modal > .my-modal-body > .my-modal-bts > .btn:active {
	opacity: 1;
	border-color: #98a1ae;
}
.my-modal > .my-modal-body > .my-modal-bts > .btn:last-child {
	color: #fff;
	border-width: 0;
	background-color: var(--primary-color);
}
.my-modal > .my-modal-body > .my-modal-bts > .btn:last-child:hover {
	background-color: var(--primary-color);
}
.my-modal.error > .my-modal-body > .my-modal-bts {
	--primary-color: #ef4444;
	--primary-color1: #dc2626;
}
.radio-item {
	display: inline-flex;
	align-items: center;
	gap: .25rem;
	cursor: pointer;
}
.radio-item .title {
	display: inline-block;
	padding: 0 .75rem;
	min-width: 40px;
	line-height: 35px;
	border: 1px solid #D5D7DA;
	border-radius: 5px;
	font-size: 100%;
}
.radio-item + .radio-item {
	margin-left: 1rem;
}
.radio-item input[type="radio"] {
	display: none;
}
.radio-item input[type="radio"]:checked + .title {
	color: #fff;
	background-color: #FBA04DFF;
	border-color: #FBA04DFF;
}

.news-detail-image {
	max-width: 832px;
	background-size: cover;
	background-repeat: no-repeat;
}

.news-detail-image::before {
	content: '';
	display: block;
	padding-top: 72.1154%;
}

@media (min-width: 768px) {
	.md\:w-1\/3 {
		width: 33.333333%;
	}

	.md\:w-2\/3 {
		width: 66.666667%;
	}
}

button:disabled {
	--primary-color: #aaa;
	cursor: not-allowed;
	background-color: #aaa;
}

button:disabled:hover {
	opacity: 1 !important;
}

input[type="checkbox"],
input[type="checkbox"] + label {
	cursor: pointer;
}

input[type="checkbox"]:disabled,
input[type="checkbox"]:disabled + label {
	cursor: not-allowed;
	color: #aaa;
}