@import "../css/normalize.css";

/* @font-face {
	font-family: "Quark-Bold";
	src: url("../assets/fonts/Quark-Bold.eot");
	src: url("../assets/fonts/Quark-Bold.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Quark-Bold.woff") format("woff"), url("../assets/fonts/Quark-Bold.ttf") format("truetype"), url("../assets/fonts/Quark-Bold.svg#Quark-Bold") format("svg");
	font-display: swap;
}

@font-face {
	font-family: "Quark-Light";
	src: url("../assets/fonts/Quark-Light.eot");
	src: url("../assets/fonts/Quark-Light.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Quark-Light.woff") format("woff"), url("../assets/fonts/Quark-Light.ttf") format("truetype"), url("../assets/fonts/Quark-Light.svg#Quark-Light") format("svg");
	font-display: swap;
}

@font-face {
	font-family: "SFProText-Bold";
	src: url("../assets/fonts/SFProText-Bold.eot");
	src: url("../assets/fonts/SFProText-Bold.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/SFProText-Bold.woff") format("woff"), url("../assets/fonts/SFProText-Bold.ttf") format("truetype"), url("../assets/fonts/SFProText-Bold.svg#SFProText-Bold") format("svg");
	font-display: swap;
}

@font-face {
	font-family: "SFCompactDisplay-Regular";
	src: url("../assets/fonts/SFCompactDisplay-Regular.eot");
	src: url("../assets/fonts/SFCompactDisplay-Regular.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/SFCompactDisplay-Regular.woff") format("woff"), url("../assets/fonts/SFCompactDisplay-Regular.ttf") format("truetype"), url("../assets/fonts/SFCompactDisplay-Regular.svg#SFCompactDisplay-Regular") format("svg");
	font-display: swap;
}

@font-face {
	font-family: "SFCompactDisplay-Light";
	src: url("../assets/fonts/SFCompactDisplay-Light.eot");
	src: url("../assets/fonts/SFCompactDisplay-Light.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/SFCompactDisplay-Light.woff") format("woff"), url("../assets/fonts/SFCompactDisplay-Light.ttf") format("truetype"), url("../assets/fonts/SFCompactDisplay-Light.svg#SFCompactDisplay-Light") format("svg");
	font-display: swap;
}

@font-face {
	font-family: "SFCompactDisplay-Medium";
	src: url("../assets/fonts/SFCompactDisplay-Medium.eot");
	src: url("../assets/fonts/SFCompactDisplay-Medium.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/SFCompactDisplay-Medium.woff") format("woff"), url("../assets/fonts/SFCompactDisplay-Medium.ttf") format("truetype"), url("../assets/fonts/SFCompactDisplay-Medium.svg#SFCompactDisplay-Medium") format("svg");
	font-display: swap;
}

@font-face {
	font-family: "SFCompactDisplay-Thin";
	src: url("../assets/fonts/SFCompactDisplay-Thin.eot");
	src: url("../assets/fonts/SFCompactDisplay-Thin.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/SFCompactDisplay-Thin.woff") format("woff"), url("../assets/fonts/SFCompactDisplay-Thin.ttf") format("truetype"), url("../assets/fonts/SFCompactDisplay-Thin.svg#SFCompactDisplay-Thin") format("svg");
	font-display: swap;
}

@font-face {
	font-family: "SFProDisplay-Bold";
	src: url("../assets/fonts/SFProDisplay-Bold.eot");
	src: url("../assets/fonts/SFProDisplay-Bold.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/SFProDisplay-Bold.woff") format("woff"), url("../assets/fonts/SFProDisplay-Bold.ttf") format("truetype"), url("../assets/fonts/SFProDisplay-Bold.svg#SFProDisplay-Bold") format("svg");
	font-display: swap;
}

@font-face {
	font-family: "SFProDisplay-Medium";
	src: url("../assets/fonts/SFProDisplay-Medium.eot");
	src: url("../assets/fonts/SFProDisplay-Medium.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/SFProDisplay-Medium.woff") format("woff"), url("../assets/fonts/SFProDisplay-Medium.ttf") format("truetype"), url("../assets/fonts/SFProDisplay-Medium.svg#SFProDisplay-Medium") format("svg");
	font-display: swap;
}

@font-face {
	font-family: "SFProDisplay-Regular";
	src: url("../assets/fonts/SFProDisplay-Regular.eot");
	src: url("../assets/fonts/SFProDisplay-Regular.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/SFProDisplay-Regular.woff") format("woff"), url("../assets/fonts/SFProDisplay-Regular.ttf") format("truetype"), url("../assets/fonts/SFProDisplay-Regular.svg#SFProDisplay-Regular") format("svg");
	font-display: swap;
} */

body {
	font-family: 'Kanit', sans-serif;
}

.date-tra {
	width: 21vw;
	border-radius: 10px;
	box-shadow: 0 0 6px 0 #d0dae6;
	background-color: #ffffff;
	border: none;
	padding: 0.5vw;
}

.date-tra:after,
.date-tra:before {
	content: unset;
}

@media only screen and (max-width: 1024px) {
	.date-tra {
		width: 40vw;
		padding: 1vw 2vw;
	}
}

@media only screen and (max-width: 450px) {
	.date-tra {
		width: 60vw;
		padding: 1vw 3vw;
	}
}

.date-tra ul[data-view=years] {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 1vw 0;
}

.date-tra li[data-view="years current"] {
	color: #0c4da2 !important;
	width: auto !important;
}

.date-tra li[data-view="year current"] {
	color: #0c4da2 !important;
}

.date-tra li[data-view=year] {
	/* font-family: "SFCompactDisplay-Regular" !important; */
	font-weight: normal !important;
	font-size: 1vw !important;
	color: #4b4b4b !important;
	width: calc(100% / 3) !important;
	height: 3vw !important;
	line-height: 3vw !important;
}

@media only screen and (max-width: 1024px) {
	.date-tra li[data-view=year] {
		font-size: 2.5vw !important;
		height: 5.5vw !important;
		line-height: 5.5vw !important;
	}
}

@media only screen and (max-width: 450px) {
	.date-tra li[data-view=year] {
		font-size: 3.5vw !important;
		height: 7vw !important;
		height: 7vw !important;
	}
}

.date-tra li[data-view="year picked"] {
	/* font-family: "SFCompactDisplay-Regular" !important; */
	font-weight: normal !important;
	font-size: 1vw !important;
	width: calc(100% / 3) !important;
	height: 3vw !important;
	line-height: 3vw !important;
}

@media only screen and (max-width: 1024px) {
	.date-tra li[data-view="year picked"] {
		font-size: 2.5vw !important;
		height: 5vw !important;
		line-height: 5vw !important;
	}
}

@media only screen and (max-width: 450px) {
	.date-tra li[data-view="year picked"] {
		font-size: 3.5vw !important;
		height: 7vw !important;
		height: 7vw !important;
	}
}

.date-tra ul[data-view=months] {
	width: 100% !important;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 1vw 0;
}

.date-tra li[data-view="month current"] {
	color: #0c4da2;
	width: auto !important;
}

.date-tra li[data-view=month] {
	/* font-family: "SFCompactDisplay-Regular" !important; */
	font-weight: normal !important;
	font-size: 1vw !important;
	color: #4b4b4b !important;
	width: calc(100% / 3) !important;
	height: 3vw !important;
	line-height: 3vw !important;
}

@media only screen and (max-width: 1024px) {
	.date-tra li[data-view=month] {
		font-size: 2.5vw !important;
		height: 5.5vw !important;
		line-height: 5.5vw !important;
	}
}

@media only screen and (max-width: 450px) {
	.date-tra li[data-view=month] {
		font-size: 3.5vw !important;
		height: 7vw !important;
		height: 7vw !important;
	}
}

.date-tra li[data-view="month picked"] {
	/* font-family: "SFCompactDisplay-Regular" !important; */
	font-weight: normal !important;
	font-size: 1vw !important;
	width: calc(100% / 3) !important;
	height: 3vw !important;
	line-height: 3vw !important;
}

@media only screen and (max-width: 1024px) {
	.date-tra li[data-view="month picked"] {
		font-size: 2.5vw !important;
		height: 5.5vw !important;
		line-height: 5.5vw !important;
	}
}

@media only screen and (max-width: 450px) {
	.date-tra li[data-view="month picked"] {
		font-size: 3.5vw !important;
		height: 7vw !important;
		height: 7vw !important;
	}
}

.date-tra ul[data-view=week] {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 0.5vw;
}

.date-tra ul[data-view=week]>li {
	/* font-family: "SFCompactDisplay-Regular" !important; */
	font-weight: normal !important;
	font-size: 1vw !important;
	width: calc(100% / 7) !important;
	height: 2vw !important;
	line-height: 2vw !important;
}

@media only screen and (max-width: 1024px) {
	.date-tra ul[data-view=week]>li {
		font-size: 2.5vw !important;
		height: 4.5vw !important;
		line-height: 4.5vw !important;
	}
}

@media only screen and (max-width: 450px) {
	.date-tra ul[data-view=week]>li {
		font-size: 3.5vw !important;
		height: 6vw !important;
		height: 6vw !important;
	}
}

.date-tra ul[data-view=days] {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 0.5vw;
}

.date-tra ul[data-view=days]>li {
	/* font-family: "SFCompactDisplay-Regular" !important; */
	font-weight: normal !important;
	font-size: 1vw !important;
	width: calc(100% / 7) !important;
	height: 2vw !important;
	line-height: 2vw !important;
}

@media only screen and (max-width: 1024px) {
	.date-tra ul[data-view=days]>li {
		font-size: 2.5vw !important;
		height: 4.5vw !important;
		line-height: 4.5vw !important;
	}
}

@media only screen and (max-width: 450px) {
	.date-tra ul[data-view=days]>li {
		font-size: 3.5vw !important;
		height: 6vw !important;
		height: 6vw !important;
	}
}

.date-tra .datepicker-panel>ul {
	width: 100%;
}

.date-tra .datepicker-panel>ul>li:hover {
	color: #0c4da2 !important;
	background-color: transparent !important;
}

.date-tra .picked {
	color: #0c4da2 !important;
}

.date-tra .highlighted {
	background-color: transparent !important;
}

.date-tra__head {
	width: 100%;
	height: 3vw;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: solid 0.5px #cbdef7;
	/* font-family: "SFCompactDisplay-Medium"; */
	font-weight: bold;
	font-size: 1.1vw;
}

.date-tra__head:before,
.date-tra__head:after {
	content: unset !important;
}

@media only screen and (max-width: 1024px) {
	.date-tra__head {
		font-size: 2.6vw !important;
		height: 6vw !important;
		margin: 0 0 1vw !important;
	}
}

@media only screen and (max-width: 450px) {
	.date-tra__head {
		font-size: 3.6vw !important;
		height: 10vw !important;
		margin: 0 0 1.5vw !important;
	}
}

.date-tra__reset {
	/* font-family: "SFCompactDisplay-Regular" !important; */
	font-weight: normal !important;
	font-size: 1vw !important;
	color: #4b4b4b !important;
	text-align: center;
	height: 3vw;
	display: flex;
	align-items: center;
	justify-content: center;
	border-top: solid 0.5px #cbdef7;
}

.date-tra__reset>div {
	text-decoration: underline;
	display: inline-block;
	cursor: pointer;
}

@media only screen and (max-width: 1024px) {
	.date-tra__reset {
		font-size: 2.6vw !important;
		height: 6vw !important;
		margin: 1vw 0 0;
	}
}

@media only screen and (max-width: 450px) {
	.date-tra__reset {
		font-size: 3.6vw !important;
		height: 10vw !important;
		margin: 1.5vw 0 0;
	}
}

.date-tra__arrow {
	width: 0.8vw !important;
	height: auto !important;
}

.date-tra__arrow>img {
	width: 100%;
	pointer-events: none;
}

.date-tra__arrow--prev {
	transform: rotate(180deg);
}

@media only screen and (max-width: 1024px) {
	.date-tra__arrow {
		width: 1.5vw !important;
	}
}

@media only screen and (max-width: 450px) {
	.date-tra__arrow {
		width: 2vw !important;
	}
}

.popup-name {
	overflow: auto;
	background: white;
	padding: 20px;
	width: 25vw;
	max-width: 90%;
	margin: 0 auto;
	border-radius: 6px;
	max-height: 812px;
}

.popup-name .btn {
	margin: 0.8vw auto 0;
}

@media only screen and (max-width: 1920px) {
	.popup-name {
		width: 600px;
	}
}

@media only screen and (max-width: 1024px) {
	.popup-name .input {
		margin: 2% 0;
	}
}

.alert {
	position: relative;
	background: #ffffff;
	padding: 6.5vw 0 4vw;
	width: 29vw;
	margin: 0 auto;
	border-radius: 0.5vw;
	max-height: 812px;
	text-align: center;
}

.alert--confirm {
	padding: 5.5vw 0 2vw;
}

@media only screen and (max-width: 1024px) {
	.alert {
		width: 1100px;
		max-width: 70%;
		padding: 15.5vw 0 8vw;
	}

	.alert--confirm {
		padding: 12.5vw 0 4vw;
	}
}

@media only screen and (max-width: 450px) {
	.alert {
		width: 1000px;
		max-width: 95%;
		padding: 17.5vw 0 10vw;
	}

	.alert--confirm {
		padding: 15.5vw 0 4vw;
	}
}

.alert__detail {
	width: 100%;
	padding: 0 4vw;
}

@media only screen and (max-width: 1024px) {
	.alert__detail {
		padding: 0 8vw;
	}
}

@media only screen and (max-width: 450px) {
	.alert__detail {
		font-size: 0 10vw;
	}
}

.alert__text {
	/* font-family: "SFCompactDisplay-Medium"; */
	font-weight: 500;
	font-size: 1.25vw;
	line-height: 1.4;
	color: #000000;
}

@media only screen and (max-width: 1024px) {
	.alert__text {
		font-size: 3vw;
	}
}

@media only screen and (max-width: 450px) {
	.alert__text {
		font-size: 3.6vw;
	}
}

.alert__text-small {
	/* font-family: "SFProDisplay-Regular"; */
	font-weight: normal;
	font-size: 1.1vw;
	line-height: 1.4;
	color: #434343;
}

@media only screen and (max-width: 1024px) {
	.alert__text-small {
		font-size: 2.5vw;
	}
}

@media only screen and (max-width: 450px) {
	.alert__text-small {
		font-size: 3.4vw;
	}
}

.alert__icon {
	position: absolute;
	width: 29%;
	top: 0%;
	left: 50%;
	transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1024px) {
	.alert__icon {
		width: 25%;
		max-height: unset;
	}
}

.alert__btn-group {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 1vw 0 0;
	padding: 0 1vw;
}

@media only screen and (max-width: 1024px) {
	.alert__btn-group {
		padding: 0 2vw;
	}
}

@media only screen and (max-width: 450px) {
	.alert__btn-group {
		padding: 0 3vw;
	}
}

.alert__btn {
	/* font-family: "SFProDisplay-Medium"; */
	font-weight: 500;
	font-size: 1.1vw;
	line-height: 2.6;
	border-radius: 8vw;
	width: 48%;
	cursor: pointer;
}

@media only screen and (max-width: 1024px) {
	.alert__btn {
		font-size: 2.5vw;
	}
}

@media only screen and (max-width: 450px) {
	.alert__btn {
		font-size: 3.4vw;
	}
}

.alert__btn--cancel {
	color: #434343;
	border: solid 1px #434343;
	background-color: #ffffff;
}

.alert__btn--danger {
	color: #ffffff;
	border: solid 1px #ff4646;
	background-color: #ff4646;
}

.alert__btn--blue {
	color: #ffffff;
	border: solid 1px #183E59;
	background-color: #183E59;
}

.pagination-custom {
	position: relative;
	margin: 3% 0 0;
}

@media only screen and (max-width: 1024px) {
	.pagination-custom {
		margin: 5% 0 0;
	}
}

.pagination-custom .paginationjs {
	position: relative;
}

.pagination-custom .paginationjs-nav {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1024px) {
	.pagination-custom .paginationjs-nav {
		display: none;
	}
}

.pagination-custom .paginationjs-pages {
	width: 100%;
}

.pagination-custom .paginationjs-pages>ul {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
}

.pagination-custom .paginationjs-page {
	display: flex;
	justify-content: center;
	border-radius: 50%;
	overflow: hidden;
	margin: 0;
	width: 1.5vw;
	height: 2vw;
	border: none !important;
	background-color: transparent !important;
	cursor: pointer;
}

.pagination-custom .paginationjs-page>a {
	/* font-family: "Quark-Bold"; */
	font-weight: bold;
	font-size: 1.2vw !important;
	line-height: calc(2px + 2vw) !important;
	height: auto !important;
	background-color: transparent !important;
	color: #a8a8a8 !important;
}

.pagination-custom .paginationjs-page.active {
	border: none !important;
}

.pagination-custom .paginationjs-page.active>a {
	color: #2b2b2b !important;
}

@media only screen and (max-width: 1024px) {
	.pagination-custom .paginationjs-page {
		width: 3vw;
		height: 3vw;
	}

	.pagination-custom .paginationjs-page>a {
		font-size: 2.6vw !important;
		line-height: calc(2px + 2.8vw) !important;
	}
}

@media only screen and (max-width: 450px) {
	.pagination-custom .paginationjs-page {
		width: 5vw;
		height: 3vw;
	}

	.pagination-custom .paginationjs-page>a {
		font-size: 3.5vw !important;
		line-height: calc(2px + 3.2vw) !important;
	}
}

.pagination-custom .paginationjs-ellipsis {
	display: flex;
	align-items: center;
	justify-content: center;
	border: none !important;
	width: 2vw;
	height: 2vw;
}

.pagination-custom .paginationjs-ellipsis>a {
	/* font-family: "Quark-Bold"; */
	font-weight: bold;
	font-size: 1.2vw !important;
	line-height: calc(2px + 2vw) !important;
	height: auto !important;
	color: #a8a8a8 !important;
	opacity: 1 !important;
}

@media only screen and (max-width: 1024px) {
	.pagination-custom .paginationjs-ellipsis {
		width: 3vw;
		height: 3vw;
	}

	.pagination-custom .paginationjs-ellipsis>a {
		font-size: 2.6vw !important;
		line-height: calc(2px + 2.8vw) !important;
	}
}

@media only screen and (max-width: 450px) {
	.pagination-custom .paginationjs-ellipsis {
		width: 5vw;
		height: 3vw;
	}

	.pagination-custom .paginationjs-ellipsis>a {
		font-size: 3.5vw !important;
		line-height: calc(2px + 3.2vw) !important;
	}
}

.pagination-custom .paginationjs-prev {
	border: none !important;
	width: 5.4vw;
	height: auto;
	margin: 0 0.5vw;
}

.pagination-custom .paginationjs-prev.disabled>a {
	color: #a8a8a8 !important;
}

.pagination-custom .paginationjs-prev.disabled>a>img {
	filter: invert(68%) sepia(0%) saturate(0%) hue-rotate(153deg) brightness(102%) contrast(83%);
}

.pagination-custom .paginationjs-prev>a {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100%;
	min-width: auto !important;
	opacity: 1 !important;
	height: auto !important;
	line-height: unset !important;
	/* font-family: "Quark-Bold"; */
	font-weight: bold;
	font-size: 1.2vw !important;
	color: #183E59 !important;
}

.pagination-custom .paginationjs-prev>a:hover {
	background-color: transparent !important;
}

.pagination-custom .paginationjs-prev>a>img {
	width: 100%;
	margin-right: 0.5vw;
	margin-top: -0.2vw;
	transform: rotate(180deg);
}

@media only screen and (max-width: 1024px) {
	.pagination-custom .paginationjs-prev {
		width: 3vw;
		margin: 0;
	}

	.pagination-custom .paginationjs-prev>a {
		font-size: 2.6vw !important;
	}

	.pagination-custom .paginationjs-prev>a>img {
		margin-right: 1vw;
		margin-top: -0.6vw;
	}
}

@media only screen and (max-width: 450px) {
	.pagination-custom .paginationjs-prev>a>img {
		margin-top: -0.2vw;
	}
}

.pagination-custom .paginationjs-next {
	border: none !important;
	width: 3.5vw;
	height: auto;
	margin: 0 0.5vw;
}

.pagination-custom .paginationjs-next.disabled>a {
	color: #a8a8a8 !important;
}

.pagination-custom .paginationjs-next.disabled>a>img {
	filter: invert(68%) sepia(0%) saturate(0%) hue-rotate(153deg) brightness(102%) contrast(83%);
}

.pagination-custom .paginationjs-next>a {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100%;
	min-width: auto !important;
	opacity: 1 !important;
	height: auto !important;
	line-height: unset !important;
	/* font-family: "Quark-Bold"; */
	font-weight: bold;
	font-size: 1.2vw !important;
	color: #183E59 !important;
}

.pagination-custom .paginationjs-next>a:hover {
	background-color: transparent !important;
}

.pagination-custom .paginationjs-next>a>img {
	width: 100%;
	margin-top: -0.2vw;
	margin-left: 0.5vw;
}

@media only screen and (max-width: 1024px) {
	.pagination-custom .paginationjs-next {
		width: 3vw;
		margin: 0;
	}

	.pagination-custom .paginationjs-next>a {
		font-size: 2.6vw !important;
	}

	.pagination-custom .paginationjs-next>a>img {
		margin-left: 1vw;
		margin-top: -0.6vw;
	}
}

@media only screen and (max-width: 450px) {
	.pagination-custom .paginationjs-next>a>img {
		margin-top: -0.2vw;
	}
}

.pagination-showing {
	/* font-family: "SFProDisplay-Regular"; */
	font-weight: normal;
	font-size: 1.05vw;
	color: #434343;
}

@media only screen and (max-width: 1024px) {
	.pagination-showing {
		font-size: 2.45vw;
	}
}

@media only screen and (max-width: 450px) {
	.pagination-showing {
		font-size: 3.35vw;
	}
}

.pagination-limit {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	/* font-family: "SFProDisplay-Regular"; */
	font-weight: normal;
	font-size: 1.05vw;
	color: #434343;
	display: flex;
	align-items: center;
	z-index: 10;
}

@media only screen and (max-width: 1024px) {
	.pagination-limit {
		font-size: 2.45vw;
	}
}

@media only screen and (max-width: 450px) {
	.pagination-limit {
		font-size: 3.35vw;
	}
}

.pagination-limit__box {
	position: relative;
	border-radius: 0.5vw;
	border: solid 0.5px #9b9b9b;
	background-color: #ffffff;
	margin: 0 1vw;
	padding: 0.6vw 0 0.5vw;
	width: 5vw;
	transition: 0.3s width ease;
	overflow: hidden;
	cursor: pointer;
}

.pagination-limit__box--active {
	width: 17.5vw;
}

.pagination-limit__box--active .pagination-limit__limit {
	margin-left: 0 !important;
}

.pagination-limit__box--active .pagination-limit__box-limit {
	width: 15vw;
}

@media only screen and (max-width: 1024px) {
	.pagination-limit__box {
		width: 8vw;
		border-radius: 1vw;
		margin: 0 2vw;
	}

	.pagination-limit__box--active {
		width: 27vw;
	}

	.pagination-limit__box--active .pagination-limit__limit {
		margin-left: 0 !important;
	}

	.pagination-limit__box--active .pagination-limit__box-limit {
		width: 24vw;
	}
}

@media only screen and (max-width: 450px) {
	.pagination-limit__box {
		width: 14.5vw;
		border-radius: 1.5vw;
		padding: 1.2vw 0 1vw;
		margin: 0 3vw;
	}

	.pagination-limit__box--active {
		width: 45vw;
	}

	.pagination-limit__box--active .pagination-limit__limit {
		margin-left: 0 !important;
	}

	.pagination-limit__box--active .pagination-limit__box-limit {
		width: 40vw;
	}
}

.pagination-limit__box-limit {
	width: 3vw;
	display: flex;
	flex-wrap: nowrap;
	overflow: hidden;
	transition: 0.3s width ease;
}

@media only screen and (max-width: 1024px) {
	.pagination-limit__box-limit {
		width: 5vw;
	}
}

@media only screen and (max-width: 450px) {
	.pagination-limit__box-limit {
		width: 9vw;
	}
}

.pagination-limit__limit {
	display: flex;
	align-items: center;
	line-height: 1.5;
}

.pagination-limit__limit>div {
	width: 4vw;
	text-align: center;
	border-right: solid 0.5px #9b9b9b;
	cursor: pointer;
}

.pagination-limit__limit>div:last-child {
	border-right: none;
}

.pagination-limit__limit--20 {
	margin-left: 0vw;
}

.pagination-limit__limit--20>div:nth-child(1) {
	color: #434343;
}

.pagination-limit__limit--50 {
	margin-left: -4vw;
}

.pagination-limit__limit--50>div:nth-child(2) {
	color: #434343;
}

.pagination-limit__limit--100 {
	margin-left: -8vw;
}

.pagination-limit__limit--100>div:nth-child(3) {
	color: #434343;
}

.pagination-limit__limit--all {
	margin-left: -12vw;
}

.pagination-limit__limit--all>div:nth-child(4) {
	color: #434343;
}

@media only screen and (max-width: 1024px) {
	.pagination-limit__limit>div {
		width: 6vw;
	}

	.pagination-limit__limit--50 {
		margin-left: -6vw;
	}

	.pagination-limit__limit--100 {
		margin-left: -12vw;
	}

	.pagination-limit__limit--all {
		margin-left: -18vw;
	}
}

@media only screen and (max-width: 450px) {
	.pagination-limit__limit>div {
		width: 10vw;
	}

	.pagination-limit__limit--50 {
		margin-left: -10vw;
	}

	.pagination-limit__limit--100 {
		margin-left: -20vw;
	}

	.pagination-limit__limit--all {
		margin-left: -30vw;
	}
}

.pagination-limit__arrow {
	position: absolute;
	width: 0.6vw;
	top: 50%;
	right: 0.9vw;
	transform: translate(0, -50%);
}

@media only screen and (max-width: 1024px) {
	.pagination-limit__arrow {
		width: 1.5vw;
	}
}

@media only screen and (max-width: 450px) {
	.pagination-limit__arrow {
		width: 2vw;
		right: 2.5vw;
	}
}

.cke_contents {
	min-height: 23vw;
}

@media only screen and (max-width: 1024px) {
	.cke_contents {
		min-height: 35vw;
	}
}

@media only screen and (max-width: 450px) {
	.cke_contents {
		min-height: 45vw;
	}
}

.test {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.test>div {
	background-color: red;
	width: 200px;
	height: 200px;
	margin-right: 20px;
}

.switch {
	position: relative;
	display: inline-block;
	width: 120px;
	height: 68px;
}

@media only screen and (max-width: 1920px) {
	.switch {
		width: 60px;
		height: 34px;
	}
}

@media only screen and (max-width: 450px) {
	.switch {
		width: 42px;
		height: 22px;
	}
}

.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ff4646;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 60px;
	width: 60px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

@media only screen and (max-width: 1920px) {
	.slider:before {
		height: 26px;
		width: 26px;
	}
}

@media only screen and (max-width: 450px) {
	.slider:before {
		left: 2px;
		bottom: 2px;
		width: 18px;
		height: 18px;
	}
}

input:checked+.slider {
	background-color: #28ac37;
}

input:focus+.slider {
	box-shadow: 0 0 1px #28ac37;
}

input:checked+.slider:before {
	-webkit-transform: translateX(52px);
	-ms-transform: translateX(52px);
	transform: translateX(52px);
}

@media only screen and (max-width: 1920px) {
	input:checked+.slider:before {
		-webkit-transform: translateX(26px);
		-ms-transform: translateX(26px);
		transform: translateX(26px);
	}
}

@media only screen and (max-width: 450px) {
	input:checked+.slider:before {
		-webkit-transform: translateX(20px);
		-ms-transform: translateX(20px);
		transform: translateX(20px);
	}
}

/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}

body {
	font-size: 16px;
	overflow-x: hidden;
}

body.active {
	overflow: hidden !important;
}

* {
	box-sizing: border-box;
}

img {
	width: 100%;
	height: auto;
	display: block;
	max-width: 100%;
	max-height: 100%;
}

a {
	text-decoration: none;
}

a[href^=tel] {
	color: inherit;
	text-decoration: none;
}

.scroll-transperent::-webkit-scrollbar {
	width: 0px;
	height: 0px;
	display: none;
}

.hide-desktop {
	display: none;
}

@media only screen and (max-width: 1024px) {
	.hide-desktop {
		display: block;
	}
}

@media only screen and (max-width: 1024px) {
	.hide-mobile {
		display: none;
	}
}

.page-auth {
	position: relative;
	width: 100vw;
	height: 100vh;
	background: url("../../../../public/assets/backend/images/bg/bg_home.jpg") top center no-repeat #f8f8f8;
	background-size: cover;
	padding: 0 12%;
}

@media only screen and (max-width: 1024px) {
	.page-auth {
		background: url("../../../../public/assets/backend/images/bg/bg_home_mobile.jpg") top left no-repeat #f8f8f8;
		background-size: cover;
		padding: 0 20%;
	}
}

@media only screen and (max-width: 450px) {
	.page-auth {
		padding: 0 15px;
	}
}

.page-auth__logo {
	position: absolute;
	top: 3.5%;
	left: 2%;
	width: 8%;
}

@media only screen and (max-width: 1024px) {
	.page-auth__logo {
		top: 20px;
		left: 20px;
		width: 12%;
	}
}

@media only screen and (max-width: 450px) {
	.page-auth__logo {
		top: 15px;
		left: 15px;
		width: 21%;
	}
}

.page-auth__warp {
	width: 40%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 0 auto;
}

@media only screen and (max-width: 1024px) {
	.page-auth__warp {
		width: 100%;
		margin: 0 auto;
	}
}

.page-auth__inner {
	width: 100%;
	max-height: 100%;
	overflow: auto;
	/* padding: 4% 0; */

	background-color: #FFFFFF;
	padding: 30px;
	border-radius: 24px;
	box-shadow: 10px 10px 20px 0px #6e6e6e;
}

@media only screen and (max-width: 1024px) {
	.page-auth__inner {
		/* padding: 10% 0 0; */
		padding: 15px;
	}
}

.page-auth__head {
	/* font-family: "SFCompactDisplay-Medium"; */
	font-weight: 500;
	font-size: 2.9vw;
	line-height: 1.5;
	text-align: center;
	color: #000000;
}

@media only screen and (max-width: 1024px) {
	.page-auth__head {
		font-size: 5.9vw;
	}
}

@media only screen and (max-width: 450px) {
	.page-auth__head {
		font-size: 8.9vw;
	}
}

.page-auth__title {
	/* font-family: "SFCompactDisplay-Thin"; */
	font-weight: 500;
	font-size: 1.04vw;
	line-height: 1.3;
	text-align: center;
	color: #272727;
}

@media only screen and (max-width: 1024px) {
	.page-auth__title {
		font-size: 2.8vw;
	}
}

@media only screen and (max-width: 450px) {
	.page-auth__title {
		font-size: 3.5vw;
	}
}

.page-auth__row {
	width: 100%;
	margin: 5% 0 0;
}

.page-auth__input-text {
	/* font-family: "SFCompactDisplay-Medium"; */
	font-weight: 500;
	font-size: 1.25vw;
	line-height: 1.3;
	margin: 0 0 2.5%;
	color: #4e4e4e;
}

@media only screen and (max-width: 1024px) {
	.page-auth__input-text {
		font-size: 3vw;
	}
}

@media only screen and (max-width: 450px) {
	.page-auth__input-text {
		font-size: 4vw;
	}
}

.page-auth__input-box {
	position: relative;
	width: 100%;
}

.page-auth__input-icon {
	position: absolute;
	width: 5%;
	top: 50%;
	right: 5%;
	transform: translate(0, -50%);
}

.page-auth__input-icon--password {
	top: 43%;
	cursor: pointer;
}

.page-auth__input {
	width: 100%;
	/* font-family: "SFCompactDisplay-Regular"; */
	font-weight: normal;
	font-size: 1.2vw;
	line-height: 3;
	padding: 0 15% 0 5%;
	color: #000000;
	border-radius: 35px;
	border: solid 1px #707070;
	background-color: #ffffff;
	-webkit-appearance: none;
	outline: none !important;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.page-auth__input--error {
	border: solid 1px red;
}

.page-auth__input::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #bcbaba;
	opacity: 1;
	/* Firefox */
}

.page-auth__input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #bcbaba;
}

.page-auth__input::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #bcbaba;
}

.page-auth__input--password {
	color: #183E59;
}

@media only screen and (max-width: 1024px) {
	.page-auth__input {
		font-size: 3vw;
		border-radius: 6vw;
		line-height: 2.7;
	}
}

@media only screen and (max-width: 450px) {
	.page-auth__input {
		font-size: 4vw;
		line-height: 2.7;
	}
}

.page-auth__checkbox {
	margin: 2% 0 0 0.5vw;
}

.page-auth__checkbox label {
	/* font-family: "SFCompactDisplay-Regular"; */
	font-weight: normal;
	font-size: 1.2vw;
	color: #000000;
	cursor: pointer;
}

@media only screen and (max-width: 1024px) {
	.page-auth__checkbox label {
		font-size: 2.5vw;
	}
}

@media only screen and (max-width: 450px) {
	.page-auth__checkbox label {
		font-size: 3.5vw;
	}
}

.page-auth__btn {
	width: 100%;
	/* font-family: "SFCompactDisplay-Medium"; */
	font-weight: 500;
	font-size: 1.45vw;
	line-height: 2.5;
	margin: 7% 0 0;
	border-radius: 37px;
	background-color: #183E59;
	text-align: center;
	color: #ffffff;
	cursor: pointer;
}

@media only screen and (max-width: 1024px) {
	.page-auth__btn {
		font-size: 3.1vw;
		border-radius: 6vw;
		line-height: 2.7;
	}
}

@media only screen and (max-width: 450px) {
	.page-auth__btn {
		font-size: 4.2vw;
		line-height: 2.7;
	}
}

.page-auth__forgot {
	/* font-family: "SFCompactDisplay-Medium"; */
	font-weight: 500;
	font-size: 0.98vw;
	margin: 2% 0 0;
	text-align: center;
	display: block;
}

.page-auth__forgot>a {
	color: #183E59;
	text-decoration: underline;
}

@media only screen and (max-width: 1024px) {
	.page-auth__forgot {
		font-size: 2.2vw;
	}
}

@media only screen and (max-width: 450px) {
	.page-auth__forgot {
		font-size: 3.5vw;
	}
}

.page-auth__error {
	/* font-family: "SFCompactDisplay-Regular"; */
	font-weight: normal;
	font-size: 0.9vw;
	color: red;
}

@media only screen and (max-width: 1024px) {
	.page-auth__error {
		font-size: 2.2vw;
	}
}

@media only screen and (max-width: 450px) {
	.page-auth__error {
		font-size: 3vw;
	}
}

.header {
	position: fixed;
	width: 100%;
	height: 4.1vw;
	z-index: 9999;
}

@media only screen and (max-width: 1024px) {
	.header {
		height: 7.8vw;
	}
}

@media only screen and (max-width: 450px) {
	.header {
		height: 16vw;
	}
}

.header__warp {
	position: relative;
	z-index: 100;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 2%;
	background-color: #fff;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.11);
}

@media only screen and (max-width: 1024px) {
	.header__warp {
		padding: 0 20px;
	}
}

@media only screen and (max-width: 450px) {
	.header__warp {
		padding: 0 15px;
	}
}

.header__logo-warp {
	width: auto;
	height: 64%;
	/* height: 38%; */
}

@media only screen and (max-width: 1024px) {
	.header__logo-warp {
		width: calc(100% / 3);
	}
}

.header__logo {
	width: auto;
	margin: 0 auto;
	height: 100%;
}

.header__profile {
	width: auto;
	max-width: 85%;
	height: 100%;
}

@media only screen and (max-width: 1024px) {
	.header__profile {
		width: calc(100% / 3);
		max-width: unset;
	}
}

.header__profile-warp {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	cursor: pointer;
}

@media only screen and (max-width: 1024px) {
	.header__profile-warp {
		width: fit-content;
		margin-left: auto;
	}
}

.header__avatar {
	position: relative;
	padding: 1vw;
	border-radius: 50%;
	overflow: hidden;
}

.header__avatar>img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	max-width: unset;
	max-height: unset;
	object-fit: cover;
}

@media only screen and (max-width: 1024px) {
	.header__avatar {
		padding: 2vw;
	}
}

@media only screen and (max-width: 450px) {
	.header__avatar {
		padding: 4vw;
	}
}

.header__username {
	/* font-family: "SFCompactDisplay-Medium"; */
	font-weight: 500;
	font-size: 1.1vw;
	color: #000000;
	margin: 0 0.8vw;
	white-space: nowrap;
}

@media only screen and (max-width: 1024px) {
	.header__username {
		display: none;
	}
}

.header__arrow {
	width: auto;
	height: 14%;
	cursor: pointer;
}

@media only screen and (max-width: 1024px) {
	.header__arrow {
		display: none;
	}
}

.header__hamburger-warp {
	display: none;
}

@media only screen and (max-width: 1024px) {
	.header__hamburger-warp {
		display: block;
		width: calc(100% / 3);
	}
}

.header__hamburger {
	width: 26px;
	height: 17px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	cursor: pointer;
}

.header__hamburger>span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #183E59;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}

.header__hamburger>span:nth-child(1) {
	top: 0px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

.header__hamburger>span:nth-child(2) {
	top: 6px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

.header__hamburger>span:nth-child(3) {
	top: 13px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

.header__hamburger.open>span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: -3px;
	left: 0px;
}

.header__hamburger.open>span:nth-child(2) {
	width: 0%;
	opacity: 0;
}

.header__hamburger.open>span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 15.4px;
	left: 0px;
}

.header__menu-mobile {
	position: absolute;
	left: 0;
	width: 100%;
	display: none;
}

@media only screen and (max-width: 1024px) {
	.header__menu-mobile {
		top: 7.8vw;
		height: calc(100vh - 7.8vw);
	}

	.header__menu-mobile.open {
		display: block;
	}
}

@media only screen and (max-width: 450px) {
	.header__menu-mobile {
		top: 16vw;
		height: calc(100vh - 16vw);
	}
}

.header__menu-mobile-warp {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	-webkit-transform: translateY(-120%);
	transform: translateY(-120%);
	transition: -webkit-transform 1s cubic-bezier(0.8, 0, 0.1, 1);
	transition: transform 1s cubic-bezier(0.8, 0, 0.1, 1);
	transition: transform 1s cubic-bezier(0.8, 0, 0.1, 1), -webkit-transform 1s cubic-bezier(0.8, 0, 0.1, 1);
	will-change: transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow-y: scroll;
}

.header__menu-mobile-warp.open {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.header__profile-mobile {
	position: absolute;
	right: 0;
	width: 25%;
	height: calc(100vh - 4.1vw);
	display: none;
}

.header__profile-mobile.open {
	display: block;
}

@media only screen and (max-width: 1024px) {
	.header__profile-mobile {
		width: 100%;
		top: 7.8vw;
		height: calc(100vh - 7.8vw);
	}
}

@media only screen and (max-width: 450px) {
	.header__profile-mobile {
		top: 16vw;
		height: calc(100vh - 16vw);
	}
}

.header__profile-mobile-warp {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	-webkit-transform: translateY(-120%);
	transform: translateY(-120%);
	transition: -webkit-transform 1s cubic-bezier(0.8, 0, 0.1, 1);
	transition: transform 1s cubic-bezier(0.8, 0, 0.1, 1);
	transition: transform 1s cubic-bezier(0.8, 0, 0.1, 1), -webkit-transform 1s cubic-bezier(0.8, 0, 0.1, 1);
	will-change: transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow-y: scroll;
	box-shadow: 10px 10px 20px 0px #6e6e6e;
}

.header__profile-mobile-warp.open {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.footer {
	position: fixed;
	left: 0;
	bottom: 0;
	/* font-family: "SFProDisplay-Medium"; */
	font-weight: 500;
	font-size: 0.99vw;
	color: #ffffff;
	text-align: center;
	background-color: #2c2c2c;
	width: 100%;
	height: 3.1vw;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.5;
}

.footer__br {
	display: none;
}

.footer--normal {
	position: relative !important;
}

@media only screen and (max-width: 1024px) {
	.footer {
		font-size: 2vw;
		height: 10vw;
	}

	.footer__br {
		display: block;
	}
}

@media only screen and (max-width: 450px) {
	.footer {
		font-size: 2.7vw;
		height: 16vw;
	}
}

.layout {
	width: 100%;
	display: flex;
	align-items: flex-start;
	padding: 4.1vw 0 0;
}

@media only screen and (max-width: 1024px) {
	.layout {
		padding: 7.8vw 0 0;
	}
}

@media only screen and (max-width: 450px) {
	.layout {
		padding: 16vw 0 0;
	}
}

.layout__menu {
	position: fixed;
	width: 16.7%;
	transition: 0.3s all ease;
	z-index: 100;
}

.layout__menu.toggle-hide {
	width: 5.1%;
}

@media only screen and (max-width: 1024px) {
	.layout__menu {
		position: unset;
		display: none;
	}
}

.layout__content {
	position: relative;
	width: calc(100% - 16.7%);
	min-height: calc(100vh - 4.1vw);
	background-color: rgba(0, 0, 0, 0.1);
	margin-left: auto;
	transition: all 0.3s ease;
}

.layout__content--page {
	background-color: #ffffff;
}

.layout__content.toggle-hide {
	width: calc(100% - 5.1%);
}

@media only screen and (max-width: 1024px) {
	.layout__content {
		width: 100%;
		min-height: calc(100vh - 7.8vw);
	}

	.layout__content.toggle-hide {
		width: 100%;
	}
}

@media only screen and (max-width: 450px) {
	.layout__content {
		min-height: calc(100vh - 16vw);
	}
}

.menu {
	position: relative;
	width: 100%;
	height: calc(100vh - 4.1vw);
	padding: 2.5vw 0;
	background-color: #183E59;
	padding-left: 8px;
	padding-right: 8px;
}

@media only screen and (max-width: 1024px) {
	.menu {
		height: 100%;
		padding: 2% 0;
	}
}

@media only screen and (max-width: 450px) {
	.menu {
		height: 100%;
		padding: 4% 10px;
	}
}

.menu__ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.menu__li {
	width: 100%;
	margin: 0.5vw 0;
	padding: 0 5%;
}

.menu__li--last {
	padding: 0.8vw 5% 0;
	border-top: solid 0.5px #ffffff;
}

@media only screen and (max-width: 1024px) {
	.menu__li {
		margin: 3% 0;
		padding: 0 20px;
	}

	.menu__li--last {
		padding: 4% 20px 0;
	}
}

@media only screen and (max-width: 450px) {
	.menu__li {
		margin: 6% 0;
		padding: 0 15px;
	}

	.menu__li--last {
		padding: 4% 15px 0;
	}
}

.menu__a {
	width: 100%;
	display: flex;
	align-items: center;
	/* font-family: "SFProDisplay-Medium"; */
	font-weight: 500;
	font-size: 1.2vw;
	line-height: 2;
	color: #7fc7fc;
	transition: 0.3s all ease;
}

.menu__a>img {
	position: relative;
	width: 1.6vw;
	margin: 0 6% 0 0;
	z-index: 10;
}

.menu__a>div {
	white-space: nowrap;
}

.menu__a--active {
	color: #ffffff;
}

.menu__a.toggle-hide>img {
	margin: 0 0 0 27.5%;
}

.menu__a.toggle-hide>div {
	opacity: 0;
}

.menu__a:hover {
	color: #ffffff;
}

@media only screen and (max-width: 1024px) {
	.menu__a {
		font-size: 3vw;
	}

	.menu__a>img {
		width: 4.8%;
		margin: 0 3% 0 0;
	}

	.menu__a.toggle-hide>img {
		width: 4.8%;
		margin: 0 3% 0 0;
	}

	.menu__a.toggle-hide>div {
		opacity: 1;
	}
}

@media only screen and (max-width: 450px) {
	.menu__a {
		font-size: 4.5vw;
	}

	.menu__a>img {
		width: 8.8%;
		margin: 0 6% 0 0;
	}

	.menu__a.toggle-hide>img {
		width: 8.8%;
		margin: 0 6% 0 0;
	}
}

.menu__slide {
	position: absolute;
	width: 1.7vw;
	padding-top: calc(1.7vw * (60 / 32));
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
	background-color: #fff;
	cursor: pointer;
	border-radius: 0.4vw 0 0 0.4vw;
}

.menu__slide.toggle-hide>img {
	transform: translate(-50%, -50%);
}

.menu__slide>img {
	position: absolute;
	top: 50%;
	left: 55%;
	transform: translate(-50%, -50%) rotate(180deg);
	width: 35%;
}

@media only screen and (max-width: 1024px) {
	.menu__slide {
		display: none;
	}
}

.profile {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	padding: 6%;
	background-color: #fff;
	overflow: auto;
	-webkit-transform: translateX(120%);
	transform: translateX(120%);
	transition: -webkit-transform 1s cubic-bezier(0.8, 0, 0.1, 1);
	transition: transform 1s cubic-bezier(0.8, 0, 0.1, 1);
	transition: transform 1s cubic-bezier(0.8, 0, 0.1, 1), -webkit-transform 1s cubic-bezier(0.8, 0, 0.1, 1);
	will-change: transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.profile.open {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.profile::-webkit-scrollbar {
	width: 0px;
	height: 0px;
	display: none;
}

@media only screen and (max-width: 1024px) {
	.profile {
		padding: 30px 20px;
	}
}

@media only screen and (max-width: 450px) {
	.profile {
		padding: 25px 15px;
	}
}

.profile__row--last {
	margin: 8% 0 0;
}

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

.profile__head {
	/* font-family: "SFProDisplay-Medium"; */
	font-weight: bold;
	font-size: 1.9vw;
	line-height: 1.5;
	display: flex;
	align-items: center;
}

.profile__head>img {
	width: 1.3vw;
	margin: 0 1vw 0 0;
	transform: rotate(90deg);
	cursor: pointer;
}

@media only screen and (max-width: 1024px) {
	.profile__head {
		font-size: 4vw;
	}

	.profile__head>img {
		width: 3vw;
		margin: 0 2vw 0 0;
	}
}

@media only screen and (max-width: 450px) {
	.profile__head {
		font-size: 6vw;
	}

	.profile__head>img {
		width: 4.5vw;
		margin: 0 3vw 0 0;
	}
}

.profile__close {
	width: 5%;
	cursor: pointer;
}

@media only screen and (max-width: 1024px) {
	.profile__close {
		width: 3.2%;
	}
}

@media only screen and (max-width: 450px) {
	.profile__close {
		width: 5%;
	}
}

.profile__avatar {
	position: relative;
	width: 38%;
	padding-top: 38%;
	margin: 14% auto 16%;
	overflow: hidden;
	border-radius: 50%;
}

.profile__avatar>img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	max-width: unset;
	max-height: unset;
	object-fit: cover;
}

.profile__avatar--edit {
	margin: 14% auto 3%;
}

@media only screen and (max-width: 1024px) {
	.profile__avatar {
		width: 25%;
		padding-top: 25%;
		margin: 6% auto 8%;
	}

	.profile__avatar--edit {
		margin: 6% auto 2%;
	}
}

@media only screen and (max-width: 450px) {
	.profile__avatar {
		width: 35%;
		padding-top: 35%;
		margin: 14% auto 16%;
	}

	.profile__avatar--edit {
		margin: 14% auto 3%;
	}
}

.profile__icon {
	position: absolute;
	width: 5%;
	top: 43%;
	right: 0;
	transform: translate(0, -50%);
	cursor: pointer;
}

.profile__input-warp {
	position: relative;
	width: 100%;
}

.profile__input {
	width: 100%;
	outline: none;
	/* font-family: "SFProDisplay-Regular"; */
	font-weight: normal;
	font-size: 1.3vw;
	color: #000000;
	line-height: 2;
	padding: 0;
	margin: 4% 0;
	border: none;
	border-radius: 0;
}

.profile__input--password {
	color: #183E59;
	padding: 0 7% 0 0;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: solid 1px #e8e8e8;
}

.profile__input--edit {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: solid 1px #e8e8e8;
}

.profile__input--error {
	border-bottom: solid 1px red;
}

.profile__input:focus {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: solid 1px #e8e8e8;
}

.profile__input:read-only {
	border: none;
}

.profile__input::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #a8a8a8;
	opacity: 1;
	/* Firefox */
}

.profile__input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #a8a8a8;
}

.profile__input::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #a8a8a8;
}

@media only screen and (max-width: 1024px) {
	.profile__input {
		font-size: 3vw;
		margin: 3% 0;
	}
}

@media only screen and (max-width: 450px) {
	.profile__input {
		font-size: 4.5vw;
		margin: 4% 0;
	}
}

.profile__btn {
	width: 100%;
	/* font-family: "SFProDisplay-Medium"; */
	font-weight: bold;
	font-size: 1.4vw;
	line-height: 2.5;
	margin: 4% 0;
	text-align: center;
	border-radius: 37px;
	cursor: pointer;
	display: block;
}

.profile__btn--white {
	color: #183E59;
	border: solid 1px #183E59;
	background-color: #ffffff;
}

.profile__btn--blue {
	color: #ffff;
	border: solid 1px #183E59;
	background-color: #183E59;
}

@media only screen and (max-width: 1024px) {
	.profile__btn {
		font-size: 3.5vw;
		margin: 2% 0;
	}
}

@media only screen and (max-width: 450px) {
	.profile__btn {
		font-size: 5vw;
		margin: 4% 0;
	}
}

.profile__box {
	position: relative;
	width: 100%;
}

.profile__error {
	/* font-family: "SFProDisplay-Regular"; */
	font-weight: normal;
	font-size: 1vw;
	margin: -4% 0 0;
	color: red;
	text-align: right;
	line-height: 1.5;
}

@media only screen and (max-width: 1024px) {
	.profile__error {
		font-size: 2vw;
		line-height: 3;
	}
}

@media only screen and (max-width: 450px) {
	.profile__error {
		font-size: 3vw;
		line-height: 2;
	}
}

.profile__text {
	/* font-family: "SFProDisplay-Medium"; */
	font-weight: 500;
	font-size: 1.2vw;
	color: #4e4e4e;
	text-align: center;
	margin: 0 0 13%;
	cursor: pointer;
	text-decoration: underline;
}

@media only screen and (max-width: 1024px) {
	.profile__text {
		font-size: 2.9vw;
		margin: 0 0 4%;
	}
}

@media only screen and (max-width: 450px) {
	.profile__text {
		font-size: 4.4vw;
		margin: 0 0 13%;
	}
}

.profile__file {
	width: 0px;
	height: 0px;
	display: none;
	pointer-events: none;
}

.page {
	width: 100%;
	padding: 2vw 2vw;
}

.page--min {
	min-height: 100vh;
}

@media only screen and (max-width: 1024px) {
	.page {
		padding: 30px 20px;
	}
}

@media only screen and (max-width: 450px) {
	.page {
		padding: 25px 15px;
	}
}

.page__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.page__top--margin {
	margin: 0 0 2vw;
}

@media only screen and (max-width: 1024px) {
	.page__top--margin {
		margin: 0 0 30px;
	}

	.page__top--column {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media only screen and (max-width: 450px) {
	.page__top--margin {
		margin: 0 0 15px;
	}
}

.page__head {
	/* font-family: "SFProDisplay-Bold"; */
	font-weight: bold;
	font-size: 1.8vw;
	line-height: 1.4;
	color: #183E59;
	display: flex;
	align-items: center;
}

.page__head>a {
	width: 0.8vw;
	margin: 0 1.5vw 0 0;
	transform: rotate(180deg);
}

.page__head>a>img {
	width: 100%;
}

@media only screen and (max-width: 1024px) {
	.page__head {
		font-size: 5vw;
	}

	.page__head>a {
		width: 2vw;
		margin: 0 3.5vw 0 0;
	}
}

@media only screen and (max-width: 450px) {
	.page__head {
		font-size: 6.5vw;
	}

	.page__head>a {
		width: 3vw;
		margin: 0 5vw 0 0;
	}
}

.page__btn {
	/* font-family: "SFProDisplay-Medium"; */
	font-weight: 500;
	font-size: 1.35vw;
	color: #ffffff;
	border-radius: 8vw;
	background-color: #000000;
	line-height: 2.5;
	padding: 0 2vw;
	display: block;
}

@media only screen and (max-width: 1024px) {
	.page__btn {
		font-size: 3vw;
		padding: 0 3vw;
	}
}

@media only screen and (max-width: 450px) {
	.page__btn {
		font-size: 4vw;
		padding: 0 4vw;
	}
}

.page-banner {
	width: 100%;
}

.page-banner__warp {
	width: calc(100% + 4vw);
	margin: 0 -2vw;
}

.page-banner__row {
	width: 100%;
	padding: 1.5vw 0;
	border-bottom: solid 1px #cccccc;
	cursor: pointer;
}

@media only screen and (max-width: 1024px) {
	.page-banner__row {
		padding: 5vw 0;
	}
}

@media only screen and (max-width: 450x) {
	.page-banner__row {
		padding: 5vw 0;
	}
}

.page-banner__row-inner {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 2%;
}

@media only screen and (max-width: 1024px) {
	.page-banner__row-inner {
		flex-wrap: wrap;
	}
}

.page-banner__cover {
	position: relative;
	width: 26%;
	padding-top: calc(26% * (520 / 1100));
	overflow: hidden;
}

.page-banner__cover>img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: unset;
	max-height: unset;
}

@media only screen and (max-width: 1024px) {
	.page-banner__cover {
		width: 100%;
		padding-top: calc(100% * (520 / 1100));
		margin: 0 0 5%;
	}
}

.page-banner__col--1 {
	width: 22%;
}

.page-banner__col--2 {
	width: 25%;
}

@media only screen and (max-width: 1024px) {
	.page-banner__col {
		width: 100%;
	}
}

.page-banner__headline {
	/* font-family: "SFProDisplay-Medium"; */
	font-weight: 500;
	font-size: 1.25vw;
	margin: 0 0 1vw;
	color: #000000;
	word-wrap: break-word;
}

.page-banner__headline--title {
	/* font-family: "SFProDisplay-Regular"; */
}

@media only screen and (max-width: 1024px) {
	.page-banner__headline {
		width: 100%;
		font-size: 3.25vw;
		margin: 0 0 3%;
	}

	.page-banner__headline--big {
		font-size: 3.5vw;
	}
}

@media only screen and (max-width: 450px) {
	.page-banner__headline {
		width: 100%;
		font-size: 4vw;
		margin: 0 0 2%;
	}

	.page-banner__headline--big {
		font-size: 4.25vw;
	}
}

.page-banner__title {
	/* font-family: "SFProDisplay-Regular"; */
	font-weight: normal;
	font-size: 1.15vw;
	color: #000000;
	word-break: break-word;
}

@media only screen and (max-width: 1024px) {
	.page-banner__title {
		margin: -1% 0 4%;
		font-size: 3vw;
	}
}

@media only screen and (max-width: 450px) {
	.page-banner__title {
		margin: -3% 0 4%;
		font-size: 3.45vw;
	}
}

.page-banner__btn {
	display: flex;
	align-items: center;
	/* font-family: "SFProDisplay-Medium"; */
	font-weight: 500;
	font-size: 1.35vw;
	color: #000000;
	border-radius: 8vw;
	border: solid 1px #000000;
	background-color: #ffffff;
	line-height: 2.5;
	padding: 0 1.5vw;
}

.page-banner__btn>img {
	width: 1.25vw;
	margin: 0 1vw 0 0;
}

@media only screen and (max-width: 1024px) {
	.page-banner__btn {
		width: 90%;
		justify-content: center;
		font-size: 3.25vw;
	}

	.page-banner__btn>img {
		width: 3.25vw;
		margin: 0 2.5vw 0 0;
	}
}

@media only screen and (max-width: 450px) {
	.page-banner__btn {
		width: 90%;
		justify-content: center;
		font-size: 4.25vw;
	}

	.page-banner__btn>img {
		width: 4.25vw;
		margin: 0 3vw 0 0;
	}
}

.page-banner__remove {
	pointer-events: fill;
	width: 1.55vw;
	cursor: pointer;
}

@media only screen and (max-width: 1024px) {
	.page-banner__remove {
		width: 5%;
	}
}

@media only screen and (max-width: 450px) {
	.page-banner__remove {
		width: 5.5%;
	}
}

.page-news {
	width: 100%;
	margin: 1.5vw 0 0;
}

@media only screen and (max-width: 1024px) {
	.page-news {
		margin: 2.5vw 0 0;
	}
}

@media only screen and (max-width: 450px) {
	.page-news {
		margin: 3.5vw 0 0;
	}
}

.table-nodata {
	/* font-family: "SFProDisplay-Regular"; */
	font-weight: normal;
	font-size: 1.05vw;
	width: 100%;
	height: 48vh;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #88888812;
}

@media only screen and (max-width: 1024px) {
	.table-nodata {
		font-size: 2.5vw;
	}
}

@media only screen and (max-width: 450px) {
	.table-nodata {
		font-size: 3.3vw;
		height: 35vh;
	}
}

.table-news {
	width: 100%;
	margin: 2.5% 0 0;
}

.table-news::-webkit-scrollbar {
	width: 100%;
	height: 2vw;
}

.table-news::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #ebebeb;
}

.table-news::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #0c4da2;
	border-right: none;
	border-left: none;
}

@media only screen and (max-width: 1024px) {
	.table-news {
		display: flex;
		flex-wrap: nowrap;
		flex-direction: column;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		margin: 3.5% 0 0;
		padding: 0 0 3.5vw;
	}
}

@media only screen and (max-width: 450px) {
	.table-news {
		margin: 4% 0 0;
		padding: 0 0 4vw;
	}

	.table-news::-webkit-scrollbar {
		width: 100%;
		height: 2.5vw;
	}
}

.table-news__row-head {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: solid 1px #d1d1d1;
}

@media only screen and (max-width: 1024px) {
	.table-news__row-head {
		width: 165vw;
		flex: 0 0 auto;
	}
}

@media only screen and (max-width: 450px) {
	.table-news__row-head {
		width: 200vw;
	}
}

.table-news__width--cover {
	width: 13.5%;
}

.table-news__width--title {
	width: 15%;
}

.table-news__width--des {
	width: 15%;
}

.table-news__width--cate {
	width: 12%;
}

.table-news__width--view {
	width: 7%;
}

.table-news__width--date {
	width: 12%;
}

.table-news__width--status {
	width: 8%;
}

@media only screen and (max-width: 1024px) {
	.table-news__width--title {
		width: 12%;
	}

	.table-news__width--date {
		width: 14%;
	}
}

@media only screen and (max-width: 450px) {
	.table-news__width--cover {
		width: 12%;
	}

	.table-news__width--status {
		width: 10%;
	}

	.table-news__width--cate {
		width: 15%;
	}

	.table-news__width--date {
		width: 15%;
	}
}

.table-news__head {
	position: relative;
	/* font-family: "SFProDisplay-Medium"; */
	font-weight: 600;
	font-size: 1.05vw;
	color: #080808;
	padding: 0 0.8vw 0 0;
	line-height: 3;
	white-space: nowrap;
	cursor: pointer;
}

.table-news__head .desc {
	display: block;
}

.table-news__head .asc {
	display: block;
}

.table-news__head .desc-active {
	display: none;
}

.table-news__head .asc-active {
	display: none;
}

.table-news__head--desc .desc {
	display: none;
}

.table-news__head--desc .desc-active {
	display: block;
}

.table-news__head--asc .asc {
	display: none;
}

.table-news__head--asc .asc-active {
	display: block;
}

@media only screen and (max-width: 1024px) {
	.table-news__head {
		font-size: 2.5vw;
		padding: 0 2vw 0 0;
	}
}

@media only screen and (max-width: 450px) {
	.table-news__head {
		font-size: 3.3vw;
		padding: 0 2.5vw 0 0;
	}
}

.table-news__sort {
	position: absolute;
	right: 0;
	transform: translate(0, -50%);
	width: 0.8vw;
	display: none;
}

.table-news__sort--up {
	top: 35%;
}

.table-news__sort--down {
	top: 65%;
}

@media only screen and (max-width: 1024px) {
	.table-news__sort {
		width: 2vw;
	}
}

@media only screen and (max-width: 450px) {
	.table-news__sort {
		width: 2.5vw;
	}
}

.table-news__detail {
	min-width: 100%;
}

.table-news__row-detail {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: solid 1px #cccccc;
	padding: 0 0 1.5vw;
	margin: 1.5vw 0 0;
}

@media only screen and (max-width: 1024px) {
	.table-news__row-detail {
		width: 165vw;
		flex: 0 0 auto;
		margin: 3vw 0 0;
		padding: 0 0 3vw;
	}
}

@media only screen and (max-width: 450px) {
	.table-news__row-detail {
		width: 200vw;
		margin: 3.5vw 0 0;
		padding: 0 0 3.5vw;
	}
}

.table-news__cover {
	position: relative;
	width: 100%;
	padding-top: calc(100% * (129 / 200));
	overflow: hidden;
}

.table-news__cover>img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: unset;
	max-height: unset;
	object-fit: cover;
}

.table-news__text {
	position: relative;
	/* font-family: "SFProDisplay-Regular"; */
	font-weight: normal;
	font-size: 1.05vw;
	color: #000000;
	word-break: break-word;
	padding: 0 0.8vw 0 0;
}

@media only screen and (max-width: 1024px) {
	.table-news__text {
		font-size: 2.5vw;
		line-height: 2;
		padding: 0 2vw 0 0;
	}
}

@media only screen and (max-width: 450px) {
	.table-news__text {
		font-size: 3.3vw;
		line-height: 2;
		padding: 0 2.5vw 0 0;
	}
}

.table-member {
	width: 100%;
	margin: 2.5% 0 0;
}

.table-member::-webkit-scrollbar {
	width: 100%;
	height: 2vw;
}

.table-member::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #ebebeb;
}

.table-member::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #0c4da2;
	border-right: none;
	border-left: none;
}

@media only screen and (max-width: 1024px) {
	.table-member {
		display: flex;
		flex-wrap: nowrap;
		flex-direction: column;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		margin: 3.5% 0 0;
		padding: 0 0 3.5vw;
	}
}

@media only screen and (max-width: 450px) {
	.table-member {
		margin: 4% 0 0;
		padding: 0 0 4vw;
	}

	.table-member::-webkit-scrollbar {
		width: 100%;
		height: 2.5vw;
	}
}

.table-member__row-head {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: solid 1px #d1d1d1;
}

@media only screen and (max-width: 1024px) {
	.table-member__row-head {
		width: 165vw;
		flex: 0 0 auto;
	}
}

@media only screen and (max-width: 450px) {
	.table-member__row-head {
		width: 200vw;
	}
}

.table-member__width--name {
	width: 18%;
}

.table-member__width--type {
	width: 15%;
}

.table-member__width--phone {
	width: 13%;
}

.table-member__width--email {
	width: 15%;
}

.table-member__width--date {
	width: 12%;
}

.table-member__width--status {
	width: 10%;
	display: flex;
	align-items: center;
}

@media only screen and (max-width: 1024px) {
	.table-member__width--title {
		width: 12%;
	}

	.table-member__width--date {
		width: 14%;
	}
}

@media only screen and (max-width: 450px) {
	.table-member__width--name {
		width: 18%;
	}

	.table-member__width--status {
		width: 12%;
	}

	.table-member__width--email {
		width: 16%;
	}

	.table-member__width--date {
		width: 15%;
	}
}

.table-member__head {
	position: relative;
	/* font-family: "SFProDisplay-Medium"; */
	font-weight: 600;
	font-size: 1.05vw;
	color: #080808;
	padding: 0 0.8vw 0 0;
	line-height: 3;
	white-space: nowrap;
	cursor: pointer;
}

.table-member__head .desc {
	display: block;
}

.table-member__head .asc {
	display: block;
}

.table-member__head .desc-active {
	display: none;
}

.table-member__head .asc-active {
	display: none;
}

.table-member__head--desc .desc {
	display: none;
}

.table-member__head--desc .desc-active {
	display: block;
}

.table-member__head--asc .asc {
	display: none;
}

.table-member__head--asc .asc-active {
	display: block;
}

@media only screen and (max-width: 1024px) {
	.table-member__head {
		font-size: 2.5vw;
		padding: 0 2vw 0 0;
	}
}

@media only screen and (max-width: 450px) {
	.table-member__head {
		font-size: 3.3vw;
		padding: 0 2.5vw 0 0;
	}
}

.table-member__sort {
	position: absolute;
	right: 0;
	transform: translate(0, -50%);
	width: 0.8vw;
	display: none;
}

.table-member__sort--up {
	top: 35%;
}

.table-member__sort--down {
	top: 65%;
}

@media only screen and (max-width: 1024px) {
	.table-member__sort {
		width: 2vw;
	}
}

@media only screen and (max-width: 450px) {
	.table-member__sort {
		width: 2.5vw;
	}
}

.table-member__detail {
	min-width: 100%;
}

.table-member__row-detail {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: solid 1px #cccccc;
	padding: 0 0 1.5vw;
	margin: 1.5vw 0 0;
}

@media only screen and (max-width: 1024px) {
	.table-member__row-detail {
		width: 165vw;
		flex: 0 0 auto;
		margin: 3vw 0 0;
		padding: 0 0 3vw;
	}
}

@media only screen and (max-width: 450px) {
	.table-member__row-detail {
		width: 200vw;
		margin: 3.5vw 0 0;
		padding: 0 0 3.5vw;
	}
}

.table-member__cover {
	position: relative;
	width: 100%;
	padding-top: calc(100% * (129 / 200));
	overflow: hidden;
}

.table-member__cover>img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: unset;
	max-height: unset;
	object-fit: cover;
}

.table-member__text {
	position: relative;
	/* font-family: "SFProDisplay-Regular"; */
	font-weight: normal;
	font-size: 1.05vw;
	color: #000000;
	word-break: break-word;
	padding: 0 0.8vw 0 0;
}

.table-member__text--detail {
	color: #434343;
}

@media only screen and (max-width: 1024px) {
	.table-member__text {
		font-size: 2.5vw;
		line-height: 2;
		padding: 0 2vw 0 0;
	}
}

@media only screen and (max-width: 450px) {
	.table-member__text {
		font-size: 3.3vw;
		line-height: 2;
		padding: 0 2.5vw 0 0;
	}
}

.table-message {
	width: 100%;
	margin: 2.5% 0 0;
}

.table-message::-webkit-scrollbar {
	width: 100%;
	height: 2vw;
}

.table-message::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #ebebeb;
}

.table-message::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #0c4da2;
	border-right: none;
	border-left: none;
}

@media only screen and (max-width: 1024px) {
	.table-message {
		display: flex;
		flex-wrap: nowrap;
		flex-direction: column;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		margin: 3.5% 0 0;
		padding: 0 0 3.5vw;
	}
}

@media only screen and (max-width: 450px) {
	.table-message {
		margin: 4% 0 0;
		padding: 0 0 4vw;
	}

	.table-message::-webkit-scrollbar {
		width: 100%;
		height: 2.5vw;
	}
}

.table-message__row-head {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: solid 1px #d1d1d1;
}

@media only screen and (max-width: 1024px) {
	.table-message__row-head {
		width: 165vw;
		flex: 0 0 auto;
	}
}

@media only screen and (max-width: 450px) {
	.table-message__row-head {
		width: 230vw;
	}
}

.table-message__width--no {
	width: 5%;
}

.table-message__width--name {
	width: 13%;
}

.table-message__width--title {
	width: 13%;
}

.table-message__width--company {
	width: 14%;
}

.table-message__width--phone {
	width: 14%;
}

.table-message__width--email {
	width: 14%;
}

.table-message__width--create {
	width: 12%;
}

.table-message__head {
	position: relative;
	/* font-family: "SFProDisplay-Medium"; */
	font-weight: 600;
	font-size: 1.05vw;
	color: #080808;
	padding: 0 0.8vw 0 0;
	line-height: 3;
	white-space: nowrap;
	cursor: pointer;
}

.table-message__head.--none-sort {
	cursor: unset;
}

.table-message__head .desc {
	display: block;
}

.table-message__head .asc {
	display: block;
}

.table-message__head .desc-active {
	display: none;
}

.table-message__head .asc-active {
	display: none;
}

.table-message__head--desc .desc {
	display: none;
}

.table-message__head--desc .desc-active {
	display: block;
}

.table-message__head--asc .asc {
	display: none;
}

.table-message__head--asc .asc-active {
	display: block;
}

@media only screen and (max-width: 1024px) {
	.table-message__head {
		font-size: 2.5vw;
		padding: 0 2vw 0 0;
	}
}

@media only screen and (max-width: 450px) {
	.table-message__head {
		font-size: 3.3vw;
		padding: 0 2.5vw 0 0;
	}
}

.table-message__sort {
	position: absolute;
	right: 12px;
	transform: translate(0, -50%);
	width: 0.8vw;
	display: none;
}

.table-message__sort--up {
	top: 35%;
}

.table-message__sort--down {
	top: 65%;
}

@media only screen and (max-width: 1024px) {
	.table-message__sort {
		width: 2vw;
	}
}

@media only screen and (max-width: 450px) {
	.table-message__sort {
		width: 2.5vw;
	}
}

.table-message__detail {
	min-width: 100%;
}

.table-message__row-detail {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: solid 1px #cccccc;
	padding: 0 0 1.5vw;
	margin: 1.5vw 0 0;
}

@media only screen and (max-width: 1024px) {
	.table-message__row-detail {
		width: 165vw;
		flex: 0 0 auto;
		margin: 3vw 0 0;
		padding: 0 0 3vw;
	}
}

@media only screen and (max-width: 450px) {
	.table-message__row-detail {
		width: 230vw;
		margin: 3.5vw 0 0;
		padding: 0 0 3.5vw;
	}
}

.table-message__cover {
	position: relative;
	width: 100%;
	padding-top: calc(100% * (129 / 200));
	overflow: hidden;
}

.table-message__cover>img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: unset;
	max-height: unset;
	object-fit: cover;
}

.table-message__text {
	position: relative;
	/* font-family: "SFProDisplay-Regular"; */
	font-weight: normal;
	font-size: 1.05vw;
	color: #000000;
	word-break: break-word;
	padding: 0 0.8vw 0 0;
}

.table-message__text--detail {
	color: #434343;
}

@media only screen and (max-width: 1024px) {
	.table-message__text {
		font-size: 2.5vw;
		line-height: 2;
		padding: 0 2vw 0 0;
	}
}

@media only screen and (max-width: 450px) {
	.table-message__text {
		font-size: 3.3vw;
		line-height: 2;
		padding: 0 2.5vw 0 0;
	}
}

.status-news {
	width: 100%;
	/* font-family: "SFProDisplay-Medium"; */
	font-weight: 500;
	font-size: 1.05vw;
	border-radius: 8vw;
	line-height: 2.3;
	text-align: center;
}

.status-news--drafted {
	color: #000000;
	border: 1px solid #ffbc50;
	background-color: #ffbc50;
}

.status-news--expired {
	color: #6a6a6a;
	border: 1px solid #e8e8e8;
	background-color: #e8e8e8;
}

.status-news--published {
	color: #ffffff;
	border: 1px solid #1cb52e;
	background-color: #1cb52e;
}

@media only screen and (max-width: 1024px) {
	.status-news {
		font-size: 2.5vw;
	}
}

@media only screen and (max-width: 450px) {
	.status-news {
		font-size: 3.3vw;
	}
}

.filter {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}

.filter__row {
	width: 49%;
	margin: 0.8vw 0;
}

.filter__row--full {
	width: 100%;
}

.filter__row--middle {
	width: 42%;
}

.filter__row--small {
	width: 27%;
}

@media only screen and (max-width: 1024px) {
	.filter__row {
		width: 100%;
		margin: 1.5vw 0;
	}
}

@media only screen and (max-width: 450px) {
	.filter__row {
		width: 100%;
		margin: 2vw 0;
	}
}

.filter__text {
	/* font-family: "SFProDisplay-Bold"; */
	font-weight: 500;
	font-size: 1.15vw;
	color: #183E59;
	margin: 0 0 0.8vw;
	line-height: 1.2;
}

@media only screen and (max-width: 1024px) {
	.filter__text {
		font-size: 2.6vw;
	}
}

@media only screen and (max-width: 450px) {
	.filter__text {
		font-size: 3.45vw;
	}
}

.filter__input {
	position: relative;
	width: 100%;
}

.filter__icon {
	position: absolute;
	width: 1.6vw;
	top: 50%;
	right: 1vw;
	transform: translate(0, -50%);
}

@media only screen and (max-width: 1024px) {
	.filter__icon {
		right: 1.5vw;
		width: 3.5vw;
	}
}

@media only screen and (max-width: 450px) {
	.filter__icon {
		right: 2.5vw;
		width: 4vw;
	}
}

.breadcrumbs {
	display: flex;
	align-items: center;
}

@media only screen and (max-width: 1024px) {
	.breadcrumbs {
		width: 100%;
		margin: 4% 0 0;
	}
}

@media only screen and (max-width: 450px) {
	.breadcrumbs {
		margin: 6% 0 0;
	}
}

.breadcrumbs__text {
	/* font-family: "SFProDisplay-Medium"; */
	font-weight: 500;
	font-size: 1.2vw;
	line-height: 1;
	color: #bcbaba;
}

.breadcrumbs__text--active {
	color: #000000;
}

@media only screen and (max-width: 1024px) {
	.breadcrumbs__text {
		font-size: 3vw;
	}
}

@media only screen and (max-width: 450px) {
	.breadcrumbs__text {
		font-size: 3.6vw;
	}
}

.breadcrumbs__arrow {
	width: 0.45vw;
	margin: 0 1vw;
}

@media only screen and (max-width: 1024px) {
	.breadcrumbs__arrow {
		width: 1.3vw;
		margin: 0 1.5vw;
	}
}

@media only screen and (max-width: 450px) {
	.breadcrumbs__arrow {
		width: 1.6vw;
		margin: 0 2.5vw;
	}
}

.page-banner-create--column {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

@media only screen and (max-width: 1024px) {
	.page-banner-create--column {
		flex-wrap: wrap;
	}
}

.page-banner-create__left {
	width: 71%;
}

@media only screen and (max-width: 1024px) {
	.page-banner-create__left {
		width: 100%;
	}
}

.page-banner-create__right {
	width: 26%;
}

@media only screen and (max-width: 1024px) {
	.page-banner-create__right {
		width: 100%;
	}
}

.page-banner-create__form {
	width: 100%;
	margin: 3vw 0 0;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}

.page-banner-create__row {
	width: 49% !important;
	margin: 0.8vw 0;
}

.page-banner-create__row--full {
	width: 100% !important;
}

.page-banner-create__row--hide {
	margin: 0;
}

@media only screen and (max-width: 1024px) {
	.page-banner-create__row {
		width: 100% !important;
		margin: 1.5vw 0;
	}

	.page-banner-create__row--hide {
		margin: 0;
	}
}

@media only screen and (max-width: 450px) {
	.page-banner-create__row {
		margin: 2vw 0;
	}

	.page-banner-create__row--hide {
		margin: 0;
	}
}

.page-banner-create__row-2-warp {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}

.page-banner-create__row-2 {
	position: relative;
	width: 48% !important;
}

@media only screen and (max-width: 1024px) {
	.page-banner-create__row-2 {
		width: 100% !important;
	}

	.page-banner-create__row-2--first {
		margin: 0 0 1.5vw;
	}
}

@media only screen and (max-width: 450px) {
	.page-banner-create__row-2--first {
		margin: 0 0 2.5vw;
	}
}

.page-banner-create__btn-group {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 3vw 0 0;
}

@media only screen and (max-width: 1024px) {
	.page-banner-create__btn-group {
		flex-wrap: wrap;
	}
}

.page-news-create--column {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

@media only screen and (max-width: 1024px) {
	.page-news-create--column {
		flex-wrap: wrap;
	}
}

.page-news-create__left {
	width: 71%;
}

@media only screen and (max-width: 1024px) {
	.page-news-create__left {
		width: 100%;
	}
}

.page-news-create__right {
	width: 26%;
}

@media only screen and (max-width: 1024px) {
	.page-news-create__right {
		width: 100%;
	}
}

.page-news-create__form {
	width: 100%;
	margin: 3vw 0 0;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}

.page-news-create__row {
	width: 49% !important;
	margin: 0.8vw 0;
}

.page-news-create__row--full {
	width: 100% !important;
}

.page-news-create__row--hide {
	margin: 0;
}

@media only screen and (max-width: 1024px) {
	.page-news-create__row {
		width: 100% !important;
		margin: 1.5vw 0;
	}

	.page-news-create__row--hide {
		margin: 0;
	}
}

@media only screen and (max-width: 450px) {
	.page-news-create__row {
		margin: 2vw 0;
	}

	.page-news-create__row--hide {
		margin: 0;
	}
}

.page-news-create__row-2-warp {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}

.page-news-create__row-2 {
	position: relative;
	width: 48% !important;
}

@media only screen and (max-width: 1024px) {
	.page-news-create__row-2 {
		width: 100% !important;
	}

	.page-news-create__row-2--first {
		margin: 0 0 1.5vw;
	}
}

@media only screen and (max-width: 450px) {
	.page-news-create__row-2--first {
		margin: 0 0 2.5vw;
	}
}

.page-news-create__btn-group {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 3vw 0 0;
}

@media only screen and (max-width: 1024px) {
	.page-news-create__btn-group {
		flex-wrap: wrap;
	}
}

.page-member-create--column {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

@media only screen and (max-width: 1024px) {
	.page-member-create--column {
		flex-wrap: wrap;
	}
}

.page-member-create__left {
	width: 71%;
}

@media only screen and (max-width: 1024px) {
	.page-member-create__left {
		width: 100%;
	}
}

.page-member-create__right {
	width: 26%;
}

@media only screen and (max-width: 1024px) {
	.page-member-create__right {
		width: 100%;
	}
}

.page-member-create__form {
	width: 100%;
	margin: 3vw 0 0;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}

.page-member-create__row {
	width: 49% !important;
	margin: 0.8vw 0;
}

.page-member-create__row--full {
	width: 100% !important;
}

.page-member-create__row--flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.page-member-create__row--member {
	margin: 1.6vw 0;
}

.page-member-create__row--hide {
	margin: 0;
}

@media only screen and (max-width: 1024px) {
	.page-member-create__row {
		width: 100% !important;
		margin: 1.5vw 0;
	}

	.page-member-create__row--hide {
		margin: 0;
	}

	.page-member-create__row--flex {
		display: unset;
		margin: 1.5vw 0 0;
	}
}

@media only screen and (max-width: 450px) {
	.page-member-create__row {
		margin: 2vw 0;
	}

	.page-member-create__row--hide {
		margin: 0;
	}

	.page-member-create__row--flex {
		flex-wrap: wrap;
		margin: 2vw 0 0;
	}
}

.page-member-create__row-2-warp {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}

.page-member-create__row-2 {
	position: relative;
	width: 48% !important;
}

@media only screen and (max-width: 1024px) {
	.page-member-create__row-2 {
		width: 100% !important;
	}

	.page-member-create__row-2--first {
		margin: 0 0 1.5vw;
	}
}

@media only screen and (max-width: 450px) {
	.page-member-create__row-2--first {
		margin: 0 0 2.5vw;
	}
}

.page-member-create__btn-group {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 3vw 0 0;
}

@media only screen and (max-width: 1024px) {
	.page-member-create__btn-group {
		flex-wrap: wrap;
	}
}

.page-member-create__label {
	width: 100%;
	margin: 1.6vw 0 0;
}

@media only screen and (max-width: 1024px) {
	.page-member-create__label {
		margin: 4vw 0 0.5vw;
	}
}

@media only screen and (max-width: 450px) {
	.page-member-create__label {
		margin: 5vw 0 0.5vw;
	}
}

.page-member-create__protocol {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.page-member-create__protocol>div {
	margin: 0 !important;
}

.page-member-create__protocol>div:first-child {
	width: 20% !important;
}

.page-member-create__protocol>div:last-child {
	width: 76% !important;
}

.aside-file {
	width: 100%;
	padding: 1.5vw 1.2vw;
	border-radius: 0.2vw;
	background-color: #f7f7f7;
}

@media only screen and (max-width: 1024px) {
	.aside-file {
		padding: 20px 15px;
		margin: 1vw 0 5vw;
	}
}

@media only screen and (max-width: 450px) {
	.aside-file {
		padding: 10px;
		margin: 2vw 0 6vw;
	}
}

.aside-file__headline {
	/* font-family: "SFProDisplay-Medium"; */
	font-weight: 500;
	font-size: 1.15vw;
	color: #000000;
}

@media only screen and (max-width: 1024px) {
	.aside-file__headline {
		font-size: 2.6vw;
	}
}

@media only screen and (max-width: 450px) {
	.aside-file__headline {
		font-size: 3.45vw;
	}
}

.aside-file__box {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.8vw;
	margin: 1.2vw 0;
	background-color: #ffffff;
	word-wrap: break-word;
}

.aside-file__box>img {
	width: 25%;
}

@media only screen and (max-width: 1024px) {
	.aside-file__box {
		padding: 15px;
		margin: 15px 0;
	}

	.aside-file__box>img {
		width: 20%;
	}
}

@media only screen and (max-width: 450px) {
	.aside-file__box {
		padding: 10px;
		margin: 10px 0;
	}
}

.aside-file__right {
	width: 70%;
}

@media only screen and (max-width: 1024px) {
	.aside-file__right {
		width: 76%;
	}
}

.aside-file__head {
	/* font-family: "SFProDisplay-Regular"; */
	font-weight: normal;
	font-size: 0.95vw;
	color: #6a6a6a;
	line-height: 1.5;
}

@media only screen and (max-width: 1024px) {
	.aside-file__head {
		font-size: 2.5vw;
	}
}

@media only screen and (max-width: 450px) {
	.aside-file__head {
		font-size: 3.25vw;
	}
}

.aside-file__title {
	/* font-family: "SFProDisplay-Regular"; */
	font-weight: normal;
	font-size: 0.75vw;
	color: #6a6a6a;
	line-height: 1.5;
}

@media only screen and (max-width: 1024px) {
	.aside-file__title {
		font-size: 2.3vw;
	}
}

@media only screen and (max-width: 450px) {
	.aside-file__title {
		font-size: 3vw;
	}
}

.banner-upload__upload {
	position: relative;
	text-align: center;
}

.banner-upload__upload--flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.banner-upload__upload--member {
	padding: 2vw 0;
	background-color: #f5f5f5;
}

@media only screen and (max-width: 1024px) {
	.banner-upload__upload--flex {
		justify-content: center;
	}

	.banner-upload__upload--member {
		padding: 5vw 0;
	}
}

@media only screen and (max-width: 450px) {
	.banner-upload__upload--member {
		background-color: transparent;
	}
}

.banner-upload__upload-img {
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}

.banner-upload__upload-img--preview {
	width: 100%;
}

.banner-upload__upload-img--banner {
	width: 78%;
	padding-top: calc(78% * (520 / 1100));
}

.banner-upload__upload-img--banner-preview {
	width: 100%;
	padding-top: calc(100% * (520 / 1100));
}

.banner-upload__upload-img--news {
	width: 47.7%;
	padding-top: calc(47.7% * (646 / 1000));
}

.banner-upload__upload-img--news-preview {
	width: 100%;
	padding-top: calc(100% * (646 / 1000));
}

.banner-upload__upload-img--member {
	width: 53%;
	padding-top: 53%;
	margin: 0;
}

.banner-upload__upload-img--member-preview {
	width: 37%;
	padding-top: 37%;
}

.banner-upload__upload-img>img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: unset;
	max-height: unset;
	object-fit: cover;
}

@media only screen and (max-width: 1024px) {
	.banner-upload__upload-img {
		width: 100%;
	}

	.banner-upload__upload-img--banner {
		width: 100%;
		padding-top: calc(100% * (520 / 1100));
	}

	.banner-upload__upload-img--banner-preview {
		width: 100%;
		padding-top: calc(100% * (520 / 1100));
	}

	.banner-upload__upload-img--news {
		width: 100%;
		padding-top: calc(100% * (646 / 1000));
	}

	.banner-upload__upload-img--news-preview {
		width: 100%;
		padding-top: calc(100% * (646 / 1000));
	}

	.banner-upload__upload-img--member {
		width: 60%;
		padding-top: 60%;
	}

	.banner-upload__upload-img--member-preview {
		width: 60%;
		padding-top: 60%;
	}
}

@media only screen and (max-width: 450px) {
	.banner-upload__upload-img--member {
		width: 85%;
		padding-top: 85%;
	}

	.banner-upload__upload-img--member-preview {
		width: 85%;
		padding-top: 85%;
	}
}

.banner-upload__group-control-upload--flex {
	width: 43%;
}

.banner-upload__group-control-upload--flex>div {
	width: 100% !important;
}

.banner-upload__group-control-upload .btn-tra {
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (max-width: 1024px) {
	.banner-upload__group-control-upload {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
}

.banner-upload__text-upload {
	/* font-family: "SFProDisplay-Medium"; */
	font-weight: 500;
	font-size: 1.25vw;
	line-height: 1;
}

@media only screen and (max-width: 1024px) {
	.banner-upload__text-upload {
		font-size: 2.8vw;
	}
}

@media only screen and (max-width: 450px) {
	.banner-upload__text-upload {
		font-size: 3.4vw;
	}
}

.banner-upload__file {
	width: 0px;
	height: 0px;
	display: none;
	pointer-events: none;
}

.btn-tra {
	/* font-family: "SFProDisplay-Medium"; */
	font-weight: 500;
	font-size: 1.35vw;
	border-radius: 8vw;
	width: 18vw;
	display: block;
	line-height: 2.6;
	padding: 0;
	margin: 1.2vw 1vw 1vw;
	text-align: center;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.btn-tra--upload {
	color: #000000;
	border: solid 1px #000000;
	background-color: #ffffff;
}

.btn-tra--blue {
	color: #ffffff;
	border: solid 1px #183E59;
	background-color: #183E59;
}

.btn-tra--danger {
	color: #ffffff;
	border: solid 1px #ff0000;
	background-color: #ff0000;
}

.btn-tra--edit {
	color: #183E59;
	border: solid 1px #183E59;
	background-color: #ffffff;
}

.btn-tra>img {
	width: 1.6vw;
	margin: 0 1vw 0 0;
}

@media only screen and (max-width: 1024px) {
	.btn-tra {
		width: 100%;
		font-size: 3vw;
		padding: 0;
		margin: 1.2vw auto 2vw;
	}

	.btn-tra>img {
		width: 3.5vw;
		margin: -0.5vw 2vw 0 0;
	}
}

@media only screen and (max-width: 450px) {
	.btn-tra {
		font-size: 3.6vw;
		margin: 1.2vw auto 2vw;
	}

	.btn-tra>img {
		width: 4.5vw;
		margin: -1vw 3vw 0 0;
	}
}

.btn-tra-small {
	/* font-family: "SFProDisplay-Medium"; */
	font-weight: 500;
	font-size: 1vw;
	border-radius: 8vw;
	width: 10vw;
	display: block;
	line-height: 2.6;
	padding: 0;
	text-align: center;
	cursor: pointer;
}

.btn-tra-small--upload {
	color: #000000;
	border: solid 1px #000000;
	background-color: #ffffff;
}

.btn-tra-small--upload.disable {
	color: #a0a0a0;
	border: solid 1px #e0e0e0;
	background-color: #e0e0e0;
	pointer-events: none;
}

.btn-tra-small--blue {
	color: #ffffff;
	border: solid 1px #183E59;
	background-color: #183E59;
}

@media only screen and (max-width: 1024px) {
	.btn-tra-small {
		width: 24vw;
		font-size: 2.4vw;
		padding: 0;
	}
}

@media only screen and (max-width: 450px) {
	.btn-tra-small {
		width: 30vw;
		font-size: 3.1vw;
	}
}

.upload-group {
	width: 100%;
	margin: 1vw 0;
}

.upload-group__cover-group {
	width: calc(100% + 1%);
	margin: 0 -0.5%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}

@media only screen and (max-width: 1024px) {
	.upload-group__cover-group {
		width: calc(100% + 2%);
		margin: 0 -1%;
	}
}

.upload-group__cover {
	position: relative;
	width: calc((100% - 8%) / 8);
	padding-top: calc((100% - 8%) / 8);
	margin: 0.5% 0.5%;
	overflow: hidden;
}

@media only screen and (max-width: 1024px) {
	.upload-group__cover {
		margin: 1%;
		width: calc((100% - 12%) / 6);
		padding-top: calc((100% - 12%) / 6);
	}
}

@media only screen and (max-width: 450px) {
	.upload-group__cover {
		margin: 1%;
		width: calc((100% - 6%) / 3);
		padding-top: calc((100% - 6%) / 3);
	}
}

.upload-group__cover:hover .upload-group__cover-img {
	opacity: 0.5;
}

.upload-group__cover:hover .upload-group__editor {
	display: flex;
}

.upload-group__cover-img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: unset;
	max-height: unset;
	object-fit: cover;
}

.upload-group__close {
	position: absolute;
	width: 13%;
	top: 2%;
	right: 2%;
	cursor: pointer;
	z-index: 10;
}

.upload-group__editor {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.upload-group__editor>a,
.upload-group__editor>img {
	width: 18%;
	cursor: pointer;
	margin: 0 8%;
}

.form-tra {
	width: 100%;
}

.form-tra--preview {
	margin: 0 0 2vw;
}

.form-tra--preview-img {
	margin: 0 0 1.5vw;
}

@media only screen and (max-width: 1024px) {
	.form-tra--preview {
		margin: 0 0 4vw;
	}
}

@media only screen and (max-width: 450px) {
	.form-tra--preview {
		margin: 0 0 5vw;
	}
}

.form-tra__text {
	/* font-family: "SFProDisplay-Medium"; */
	font-weight: 500;
	font-size: 1.15vw;
	color: #4e4e4e;
	margin: 0 0 0.8vw;
	line-height: 1;
}

.form-tra__text>sup {
	top: 0;
	color: #ff0000;
	font-size: 1.25vw;
}

.form-tra__text>span {
	color: #bcbaba;
	font-size: 1vw;
}

.form-tra__text>a {
	color: #183E59;
	margin-left: 0.5vw;
	display: none;
}

.form-tra__text--hide {
	opacity: 0;
}

.form-tra__text--check {
	color: #ff4646;
}

.form-tra__text--checked {
	color: #28ac37;
}

.form-tra__text--preview {
	color: #000000;
}

@media only screen and (max-width: 1024px) {
	.form-tra__text {
		font-size: 2.6vw;
	}

	.form-tra__text>span {
		font-size: 2.4vw;
	}

	.form-tra__text>a {
		margin-left: 1vw;
	}

	.form-tra__text>sup {
		font-size: 2.8vw;
	}

	.form-tra__text--hide {
		display: none;
	}
}

@media only screen and (max-width: 450px) {
	.form-tra__text {
		font-size: 3.45vw;
	}

	.form-tra__text>span {
		font-size: 3.1vw;
	}

	.form-tra__text>a {
		margin-left: 1.5vw;
	}

	.form-tra__text>sup {
		font-size: 3.8vw;
	}
}

.form-tra__text-preview {
	/* font-family: "SFProDisplay-Regular"; */
	font-weight: 500;
	font-size: 1.1vw;
	color: #6a6a6a;
	line-height: 1.4;
	word-break: break-word;
}

.form-tra__text-preview--created {
	color: #4e4e4e;
}

.form-tra__text-preview.created {
	margin: 0 3% 0 0;
}

@media only screen and (max-width: 1024px) {
	.form-tra__text-preview {
		font-size: 2.5vw;
	}

	.form-tra__text-preview.created {
		margin: 0 0 1vw;
	}
}

@media only screen and (max-width: 450px) {
	.form-tra__text-preview {
		font-size: 3.35vw;
	}
}

.form-tra__error {
	/* font-family: "SFProDisplay-Regular"; */
	font-weight: normal;
	font-size: 1vw;
	color: #ff0000;
	text-align: right;
	line-height: 1.8;
}

.form-tra__error--center {
	text-align: center;
}

@media only screen and (max-width: 1024px) {
	.form-tra__error {
		font-size: 2.1vw;
	}
}

@media only screen and (max-width: 450px) {
	.form-tra__error {
		font-size: 3vw;
	}
}

.form-tra__box {
	position: relative;
	line-height: 0;
}

.form-tra__box--preview {
	margin: 0 0 1vw;
}

.form-tra__box--nowrap {
	display: flex;
	align-items: center;
}

.form-tra__box--nowrap>div {
	margin: 0 1vw 0 0;
}

.form-tra__box--toggle {
	display: flex;
	align-items: center;
	width: 100%;
	height: 4vw;
}

.form-tra__box--toggle>div {
	margin: 0 1vw 0 0;
}

@media only screen and (max-width: 1024px) {
	.form-tra__box--toggle {
		height: 7vw;
	}
}

@media only screen and (max-width: 450px) {
	.form-tra__box--toggle {
		height: 10vw;
	}
}

.form-tra__log {
	width: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	border-top: solid 1px #bcbcbc;
	padding-top: 1.5vw;
}

.form-tra__log--engage {
	padding-top: 1.3vw;
}

@media only screen and (max-width: 1024px) {
	.form-tra__log {
		padding-top: 2.5vw;
	}

	.form-tra__log--engage {
		padding: 2.5vw 0 0;
	}
}

@media only screen and (max-width: 450px) {
	.form-tra__log {
		padding-top: 3vw;
	}

	.form-tra__log--engage {
		padding: 3vw 0 0;
	}
}

.form-tra__checkbox {
	width: 100%;
	height: 4vw;
	display: flex;
	align-items: center;
}

@media only screen and (max-width: 1024px) {
	.form-tra__checkbox {
		height: 7vw;
	}
}

.choosefile {
	position: absolute;
	top: 50%;
	right: 1vw;
	transform: translate(0, -50%);
	/* font-family: "SFProDisplay-Regular"; */
	font-weight: normal;
	font-size: 1vw;
	border-radius: 8vw;
	background-color: #5d85d0;
	line-height: 2.2;
	padding: 0 1vw;
	color: #fff;
	cursor: pointer;
}

@media only screen and (max-width: 1024px) {
	.choosefile {
		font-size: 2.3vw;
		right: 1.5vw;
		padding: 0 2.5vw;
	}
}

@media only screen and (max-width: 450px) {
	.choosefile {
		font-size: 3vw;
		right: 2.5vw;
		padding: 0 3.5vw;
	}
}

.choosefile-close {
	position: absolute;
	width: 1.2vw;
	top: 50%;
	right: 9vw;
	transform: translate(0, -50%);
	cursor: pointer;
	display: none;
}

.choosefile-close.active {
	display: block;
}

@media only screen and (max-width: 1024px) {
	.choosefile-close {
		width: 2.5vw;
		right: 20.5vw;
	}
}

@media only screen and (max-width: 450px) {
	.choosefile-close {
		width: 3.5vw;
		right: 27.5vw;
	}
}

.textarea {
	width: 100%;
	height: 8vw;
	padding: 1vw;
	border-radius: 0.2vw;
	border: solid 1px #bcbcbc;
	background-color: #ffffff;
	outline: none;
	resize: none;
	-webkit-appearance: none;
	/* font-family: "SFProDisplay-Regular"; */
	font-weight: normal;
	font-size: 1.15vw;
	color: #000;
}

.textarea::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #bcbaba;
	opacity: 1;
	/* Firefox */
}

.textarea:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #bcbaba;
}

.textarea::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #bcbaba;
}

.textarea--error {
	border: solid 1px red;
}

@media only screen and (max-width: 1024px) {
	.textarea {
		font-size: 2.5vw;
		border-radius: 0.5vw;
		padding: 1.5vw;
		height: 14vw;
	}
}

@media only screen and (max-width: 450px) {
	.textarea {
		font-size: 3.35vw;
		border-radius: 1vw;
		padding: 2.5vw;
		height: 20vw;
	}
}

.input {
	width: 100%;
	height: 4vw;
	padding: 1vw;
	border-radius: 0.2vw;
	border: solid 1px #bcbcbc;
	background-color: #ffffff;
	outline: none;
	resize: none;
	-webkit-appearance: none;
	/* font-family: "SFProDisplay-Regular"; */
	font-weight: normal;
	font-size: 1.15vw;
	color: #000;
}

.input--pointer {
	cursor: pointer;
}

.input--choose {
	padding: 1vw 11.5vw 1vw 1vw;
}

.input--error {
	border: solid 1px red;
}

.input::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #bcbaba;
	opacity: 1;
	/* Firefox */
}

.input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #bcbaba;
}

.input::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #bcbaba;
}

@media only screen and (max-width: 1024px) {
	.input {
		font-size: 2.5vw;
		border-radius: 0.5vw;
		padding: 1.5vw;
		height: 7vw;
	}

	.input--choose {
		padding: 1vw 25.5vw 1vw 1vw;
	}
}

@media only screen and (max-width: 450px) {
	.input {
		font-size: 3.35vw;
		border-radius: 1vw;
		padding: 2.5vw;
		height: 10vw;
	}

	.input--choose {
		padding: 1vw 33.5vw 1vw 1vw;
	}
}

.select {
	width: 100%;
	height: 4vw;
	border-radius: 0.2vw;
	border: solid 1px #bcbcbc;
	background-color: #ffffff;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-overflow: "";
	color: transparent;
}

@media only screen and (max-width: 1024px) {
	.select {
		height: 7vw;
	}
}

@media only screen and (max-width: 450px) {
	.select {
		height: 10vw;
	}
}

.input-filter {
	width: 100%;
	height: 3.1vw;
	padding: 1vw 3.5vw 1vw 1vw;
	border-radius: 0.2vw;
	border: solid 1px #000;
	background-color: #ffffff;
	outline: none;
	resize: none;
	-webkit-appearance: none;
	/* font-family: "SFProDisplay-Regular"; */
	font-weight: normal;
	font-size: 1.05vw;
	color: #000;
}

.input-filter--pointer {
	cursor: pointer;
}

.input-filter--choose {
	padding: 1vw 11.5vw 1vw 1vw;
}

.input-filter--error {
	border: solid 1px red;
}

.input-filter::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #777777;
	opacity: 1;
	/* Firefox */
}

.input-filter:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #777777;
}

.input-filter::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #777777;
}

@media only screen and (max-width: 1024px) {
	.input-filter {
		font-size: 2.5vw;
		border-radius: 0.5vw;
		padding: 0 6.5vw 0 1.5vw;
		height: 7vw;
	}

	.input-filter--choose {
		padding: 1vw 25.5vw 1vw 1vw;
	}
}

@media only screen and (max-width: 450px) {
	.input-filter {
		font-size: 3.35vw;
		border-radius: 1vw;
		padding: 0 7.5vw 0 2.5vw;
		height: 10vw;
	}

	.input-filter--choose {
		padding: 1vw 33.5vw 1vw 1vw;
	}
}

.select-filter {
	width: 100%;
	height: 3.1vw;
	border-radius: 0.2vw;
	border: solid 1px #000;
	background-color: #ffffff;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-overflow: "";
	color: transparent;
}

@media only screen and (max-width: 1024px) {
	.select-filter {
		height: 7vw;
	}
}

@media only screen and (max-width: 450px) {
	.select-filter {
		height: 10vw;
	}
}

.checkbox,
.radio {
	position: relative;
}

.label-check label {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	padding-left: 1.7vw;
}

@media only screen and (max-width: 1024px) {
	.label-check label {
		padding-left: 3.5vw;
	}
}

@media only screen and (max-width: 450px) {
	.label-check label {
		padding-left: 5vw;
	}
}

.label-check input[type=radio],
.label-check input[type=checkbox] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	opacity: 0;
	position: absolute;
	margin: 0;
	z-index: -1;
	width: 0;
	height: 0;
	overflow: hidden;
	left: 0;
	pointer-events: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.label-check input[type=radio]:focus {
	outline: none;
}

.label-check input[type=radio]+label:before,
.label-check input[type=radio]+label:after {
	content: "";
	display: block;
	position: absolute;
	left: -10px;
	top: 1px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	-webkit-transition: 240ms;
	-o-transition: 240ms;
	transition: 240ms;
}

.label-check input[type=radio]+label:before {
	left: -8px;
	top: 3px;
}

.label-check input[type=radio]+label:before {
	background-color: #2196f3;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}

.label-check input[type=radio]+label:after {
	top: 1px;
	border: 2px solid #666666;
	z-index: 1;
}

.label-check input[type=radio]:checked+label:before {
	-webkit-transform: scale(0.6);
	-ms-transform: scale(0.6);
	-o-transform: scale(0.6);
	transform: scale(0.6);
}

.label-check input[type=radio]:disabled:checked+label:before {
	background-color: #000000;
}

.label-check input[type=radio]:checked+label:after {
	border-color: #000000;
}

.label-check input[type=radio]:disabled+label:after,
.label-check input[type=radio]:disabled:checked+label:after {
	border-color: #000000;
}

.label-check input[type=checkbox]:focus {
	outline: none;
}

.label-check input[type=checkbox]:focus+label:after {
	border-color: #000000;
}

.label-check input[type=checkbox]+label:after {
	content: "";
	position: absolute;
	top: 50%;
	left: -0.5vw;
	display: block;
	width: 1.2vw;
	height: 1.2vw;
	border: 0.11vw solid #000000;
	transform: translate(0, -50%);
	border-radius: 2px;
	-webkit-transition: 240ms;
	-o-transition: 240ms;
	transition: 240ms;
}

@media only screen and (max-width: 1024px) {
	.label-check input[type=checkbox]+label:after {
		width: 2.5vw;
		height: 2.5vw;
		top: 47%;
	}
}

@media only screen and (max-width: 450px) {
	.label-check input[type=checkbox]+label:after {
		width: 3.2vw;
		height: 3.2vw;
		top: 50%;
	}
}

.label-check input[type=checkbox]:checked+label:before {
	content: "";
	position: absolute;
	top: calc(50% - 0.2vw);
	left: -0.3vw;
	display: block;
	width: 0.2vw;
	height: 0.8vw;
	border: 0.15vw solid #fff;
	border-top-width: 0;
	border-left-width: 0;
	-webkit-transform: rotate(45deg) translate(0, -50%);
	-ms-transform: rotate(45deg) translate(0, -50%);
	-o-transform: rotate(45deg) translate(0, -50%);
	transform: rotate(45deg) translate(0, -50%);
	z-index: 1;
}

@media only screen and (max-width: 1024px) {
	.label-check input[type=checkbox]:checked+label:before {
		top: calc(50% - 0.5vw);
		left: -0.1vw;
		display: block;
		width: 0.6vw;
		height: 1.5vw;
	}
}

@media only screen and (max-width: 450px) {
	.label-check input[type=checkbox]:checked+label:before {
		width: 0.8vw;
		height: 1.8vw;
		left: 0.15vw;
	}
}

.label-check input[type=checkbox]:checked+label:after {
	background-color: #000000;
	border-color: #000000;
}

.label-check input[type=checkbox]:disabled+label:after {
	border-color: #000000;
}

.label-check input[type=checkbox]:disabled:checked+label:after {
	background-color: #bbbbbb;
	border-color: transparent;
}

.selectarrow {
	position: absolute;
	width: 1.4vw;
	top: 50%;
	right: 1vw;
	transform: translate(0, -50%);
	pointer-events: none;
}

@media only screen and (max-width: 1024px) {
	.selectarrow {
		right: 1.5vw;
		width: 2.5vw;
	}
}

@media only screen and (max-width: 450px) {
	.selectarrow {
		right: 2.5vw;
		width: 3vw;
	}
}

.selectcalendar {
	position: absolute;
	width: 1.9vw;
	top: 50%;
	right: 1vw;
	transform: translate(0, -50%);
	pointer-events: none;
}

@media only screen and (max-width: 1024px) {
	.selectcalendar {
		right: 1.5vw;
		width: 3.5vw;
	}
}

@media only screen and (max-width: 450px) {
	.selectcalendar {
		right: 2vw;
		width: 5vw;
	}
}

.page-banner__headline,
.page-banner__title,
.table-news__text,
.table-message__text,
.table-member__text {
	line-height: 25px;
	/* height: 50px; */
	overflow: hidden;
}

/*# sourceMappingURL=style.css.map */