.t-p {
	width: 100%;
	height: 100%;
}

.t-p .t-p-side {
	background-color: var(--fs-background-six-color);
	overflow: hidden;
}

.t-p .t-p-side .t-p-side-inner {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	overflow-y: auto;
}


.t-p .t-p-side .t-p-side-inner::-webkit-scrollbar {
  width: 5px; 
}


.t-p .t-p-side .t-p-side-inner::-webkit-scrollbar-track {
  background: #c5d0e6;
}


.t-p .t-p-side .t-p-side-inner::-webkit-scrollbar-thumb {
  background: #abb4c8;
  border-radius: 2px;
}


.t-p .t-p-side .t-p-side-inner::-webkit-scrollbar-thumb:hover {
  background: #b8b8b8;
}

.t-p .t-p-side .t-p-side-inner::-webkit-scrollbar-thumb:active {
  background: #b8b8b8;
}

.t-p .t-p-side .t-p-side-inner .header {
	height: 64px;
}

.t-p .t-p-side .t-p-side-inner .menu-item a {
	border-radius: 0.5rem;
	position: relative;
	background: none;
	/*color: var(--fs-text-second-color);*/
	font-family: 'nanum-gothic-reegular';
}

.t-p .t-p-side .t-p-side-inner .menu-item a .menu-item-icon {
	width: 1rem;
	height: 1rem;
	padding: 0;
	margin-left: 1rem;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;

}

.t-p .t-p-side .t-p-side-inner .menu-item a .menu-item-icon i {
	font-size: 1rem;
}

.t-p .t-p-side .t-p-side-inner .menu-item a .menu-item-label {
	flex: 1;
	font-size: 1.1rem;
	/*line-height: 100%;
  margin-right: 1rem;*/
}

.t-p .t-p-side .t-p-side-inner .menu-item a .dot {
	position: absolute;
	top: 0;
	right: 1rem;
	background-color: var(--fs-third-color);
	color: white;
	font-size: 0.625rem;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0.125rem 0.25rem;
	margin: 0;
	border-radius: 1rem;
	line-height: 0.625rem;
}

.t-p .t-p-side .t-p-side-inner .menu-item a:hover {
	background-color: var(--fs-primary-color);
	color: #ffffff;
}

.t-p .t-p-side .t-p-side-inner .menu-item-active a {
	background-color: var(--fs-primary-color);
	color: #ffffff;
}

.t-p .t-p-side .t-p-side-inner .menu-item-active a:hover {
	background-color: var(--fs-primary-color);
	color: #ffffff;
}

.t-p .t-p-side .t-p-side-inner .hor-line {
	height: 1px;
	background-color: var(--fs-seperator-color);
	margin: 20px;
}

.t-p .t-p-line {
	width: 1px;
}

.t-p .t-p-line .sperate-line {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 220px;
	width: 1px;
	height: 100vh;
	display: flex;
	flex-direction: column;
}

.t-p .t-p-line .sperate-line .left {
	height: 50%;
	flex: 1;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05), #a79f9f);
}

.t-p .t-p-line .sperate-line .right {
	height: 50%;
	flex: 1;
	background: linear-gradient(to bottom, #a79f9f, rgba(0, 0, 0, 0.05));
}

.t-p .t-p-main {
	flex: 1;
	position: relative;
	max-width: 1340px;
	margin: 0 auto;
}

.t-p .t-p-main .header {
	background-color: var(--fs-background-six-color);
	height: 64px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: center;
	gap: var(--fs-spacing);
	z-index: 99;
	/*border-bottom: 1px solid var(--fs-seperator-color);
	border-left: 1px solid var(--fs-seperator-color);*/
}

.t-p .t-p-main .header .logo-box {
	display: none;
	position: absolute;
	left: 4rem;
	font-size: 25px;
}

.t-p .t-p-main .header .form-box {
	flex: 1;
}

.t-p .t-p-main .header .nav-box {
	/*flex: 1;
  overflow-x: auto;
  white-space: nowrap;
  overflow-y: hidden;
  width: 100%;
  height: 40px;*/
}

.t-p .t-p-main .header .nav-box .nav-swiper {
	width: 100%;
	height: 100%;
}

.t-p .t-p-main .header .nav-box .nav-swiper-slide {
	width: fit-content !important;
	height: 100%;
}

.t-p .t-p-main .header .nav-box .nav-swiper-slide .nav-item {
	/*height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  padding: 0 0.625rem;
  color: var(--fs-text-second-color);*/
}

.t-p .t-p-main .header .nav-box .nav-swiper-slide .nav-item .nav-item-label {
	margin-top: 0.5rem;
	display: block;
}

.t-p .t-p-main .header .nav-box .nav-swiper-slide .nav-item .nav-item-dot {
	height: 0.25rem;
	width: 1rem;
	border-radius: 0.25rem;
}

.t-p .t-p-main .header .nav-box .nav-swiper-slide .nav-item:hover {
	color: var(--fs-primary-color);
}

.t-p .t-p-main .header .nav-box .nav-swiper-slide .nav-item-active {
	font-weight: bold;
	color: var(--fs-text-third-color);
}

.t-p .t-p-main .header .nav-box .nav-swiper-slide .nav-item-active .nav-item-dot {
	background-color: var(--fs-primary-color);
}

.t-p .t-p-main .header .nav-box .nav-swiper-slide .nav-item-active:hover {
	color: var(--fs-text-third-color);
}

.t-p .t-p-main .header .nav-box::-webkit-scrollbar {
	display: none;
}

.t-p .t-p-main .header .search-bar {
	width: calc(100% - var(--fs-spacing));
	max-width: 560px;
	/*background-color: rgb(245, 245, 245);*/
	box-sizing: border-box;
	border-radius: 0.5rem;
	display: flex;
	position: relative;
	/*border: .13em solid var(--fs-primary-color);
  border: 1px solid hsla(0,0%,100%,0);*/
	background: rgba(0, 0, 0, .2);
    background: linear-gradient(90deg, rgb(149 154 171 / 20%), rgba(200, 193, 221, .2) 50%, rgb(141 145 179 / 20%));
}

.t-p .t-p-main .header .search-bar .search-rec {
	display: none;
	background-color: var(--fs-background-seven-color);
	box-shadow: 0 0 64px rgba(255, 255, 255, 0.062745098);
	border-radius: 0.25rem;
	position: absolute;
	top: 38px;
	left: var(--fs-spacing);
	right: var(--fs-spacing);
}

.t-p .t-p-main .header .search-bar .search-rec .search-rec-content {
	margin: var(--fs-spacing);
}

.t-p .t-p-main .header .search-bar .search-rec .search-rec-content .search-tag {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.t-p .t-p-main .header .search-bar .search-rec .search-rec-content .search-tag a {
	display: inline-block;
	height: 32px;
	line-height: 32px;
	padding: 0 var(--fs-spacing);
	color: var(--fs-text-fifth-color);
	background-color: var(--fs-background-fourth-color);
	font-size: 14px;
	border-radius: 4px;
}

.t-p .t-p-main .header .search-bar .search-rec .search-rec-content .search-tag a.hot {
	color: var(--fs-text-color);
	background-color: var(--fs-primary-color);
}

.t-p .t-p-main .header .search-bar .search-input {
	flex: 1;
	background: none;
	border: none;
	outline: none;
	outline: 0;
	margin-left: 12px;
	font-size: 0.875rem;
}

.t-p .t-p-main .header .search-bar .sub-btn {
	width: 40px;
	height: 40px;
	color: var(--fs-primary-color);
}

.t-p .t-p-main .header .search-bar:hover {
	/*background-color: rgb(235, 235, 235);*/
}

.t-p .t-p-main .header .noti-btn {
	display: block;
	color: var(--fs-text-color);
	width: 2.25rem;
	height: 2.25rem;
	border-radius: 2.25rem;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	cursor: pointer;
}

.t-p .t-p-main .header .noti-btn .noti-dot {
	width: 0.5rem;
	height: 0.5rem;
	background-color: red;
	border-radius: 0.5rem;
	overflow: hidden;
	position: absolute;
	top: 0.5rem;
	right: 0.5rem;
}

.t-p .t-p-main .header .top-telegram{
    position: relative;
}

.t-p .t-p-main .header .top-telegram a{
    font-size: 1.45rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
}

.t-p .t-p-main .header .top-telegram a span {
	font-size: 0.875rem;
}

.t-p .t-p-main .header .history-box {
	position: relative;
}

.t-p .t-p-main .header .history-box .history-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.25rem;
	/*width: 6rem;*/
	height: 2.25rem;
	/*color: var(--fs-text-second-color);*/
	font-size: 1.45rem;
}

.t-p .t-p-main .header .history-box .history-btn span {
	font-size: 0.875rem;
}

.t-p .t-p-main .header .history-box .his-popup-box {
	display: none;
	position: absolute;
	top: 2.25rem;
	right: -20px;
	z-index: 99;
	background-color: var(--fs-background-six-color);
	border-radius: 0.25rem;
	box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
	padding: 0.5rem 0;
}

.t-p .t-p-main .header .history-box .his-popup-box .popup-menu-group .popup-menu-row {
	margin: 0 var(--fs-spacing);
	width: 15rem;
	display: flex;
	align-items: center;
	color: var(--fs-text-color);
	gap: 0.75rem;
}

.t-p .t-p-main .header .history-box .his-popup-box .popup-menu-group .popup-menu-row .popup-menu-row-icon {
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 0.5rem;
	overflow: hidden;
	border: 1px solid var(--fs-text-color);
}

.t-p .t-p-main .header .history-box .his-popup-box .popup-menu-group .popup-menu-row .popup-menu-row-label {
	height: 2.5rem;
	line-height: 2.5rem;
	font-size: 0.875rem;
	flex: 1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.t-p .t-p-main .header .history-box .his-popup-box .popup-menu-group .popup-menu-row .popup-menu-row-sub {
	color: var(--fs-text-fifth-color);
	font-size: 0.75rem;
}

.t-p .t-p-main .header .history-box .his-popup-box .popup-menu-group .popup-menu-row:hover .popup-menu-row-label {
	color: var(--fs-primary-color);
}

.t-p .t-p-main .header .history-box .his-popup-box .popup-menu-group .popup-menu-row:hover .popup-menu-row-icon {
	background-color: var(--fs-primary-color);
	border: 1px solid var(--fs-primary-color);
}

.t-p .t-p-main .header .history-box .his-popup-box .popup-menu-group .popup-menu-empty-row {
	margin: var(--fs-spacing);
	width: 15rem;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--fs-text-color);
	gap: 0.75rem;
}

.t-p .t-p-main .header .history-box .his-popup-box .popup-menu-group .popup-menu-empty-row .empty-row-main .empty-row-pic {
	text-align: center;
	margin-bottom: 0.5rem;
}

.t-p .t-p-main .header .history-box .his-popup-box .popup-menu-group .popup-menu-empty-row .empty-row-main .empty-row-pic img {
	width: 4rem;
	height: 4rem;
}

.t-p .t-p-main .header .history-box .his-popup-box .popup-menu-group .popup-menu-empty-row .empty-row-main .empty-row-label {
	font-size: 0.875rem;
	color: var(--fs-text-third-color);
}

.t-p .t-p-main .header .history-box .his-popup-box .popup-menu-group-line {
	height: 1px;
	background-color: rgba(239, 239, 239, 0.1254901961);
	margin: 0.5rem var(--fs-spacing);
}

.t-p .t-p-main .header .history-box .his-popup-box .his-popup-box-header {
	padding: 0.5rem var(--fs-spacing);
	font-weight: bold;
	color: var(--fs-primary-color);
}

.t-p .t-p-main .header .history-box .his-popup-box .his-popup-box-header span {
	color: var(--fs-primary-color);
}

.t-p .t-p-main .header .history-box .his-popup-box .his-popup-box-footer {
	display: none;
	padding: 0.5rem var(--fs-spacing);
}

.t-p .t-p-main .header .history-box .his-popup-box .his-popup-box-footer .clear-btn {
	display: block;
	height: 2rem;
	line-height: 2rem;
	background-color: var(--fs-primary-color);
	text-align: center;
	color: #ffffff;
	border-radius: 0.25rem;
	font-size: 0.875rem;
}

.t-p .t-p-main .header .history-box .his-popup-box .his-popup-box-footer .clear-btn:hover {

	color: #ffffff;
}

.t-p .t-p-main .header .history-box:hover .his-popup-box {
	display: block;
}

.t-p .t-p-main .header .profile-box {
	position: relative;
}

.t-p .t-p-main .header .profile-box a {
	font-size:1.3rem;
}

.t-p .t-p-main .header .profile-box a span {
    font-size: 0.875rem;
}

.t-p .t-p-main .header .profile-box .avatar {
	display: block;
	width: 2.25rem;
	height: 2.25rem;
	border-radius: 2.25rem;
	overflow: hidden;
	cursor: pointer;
}

.t-p .t-p-main .header .profile-box .avatar img {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.t-p .t-p-main .header .profile-box .popup-box {
	display: none;
	position: absolute;
	top: 2.25rem;
	right: 0;
	z-index: 99;
	background-color: var(--fs-background-seven-color);
	border-radius: 0.25rem;
	box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
	padding: 0.5rem 0;
}

.t-p .t-p-main .header .profile-box .popup-box .popup-menu-group .popup-menu-row {
	width: 9rem;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--fs-text-second-color);
	gap: 0.5rem;
}

.t-p .t-p-main .header .profile-box .popup-box .popup-menu-group .popup-menu-row .popup-menu-row-icon {
	width: 1rem;
	font-size: 1rem;
	overflow: hidden;
	color: #000000;
}

.t-p .t-p-main .header .profile-box .popup-box .popup-menu-group .popup-menu-row .popup-menu-row-label {
	height: 2.5rem;
	line-height: 2.5rem;
	font-size: 0.875rem;
	color: #000000;
}

.t-p .t-p-main .header .profile-box .popup-box .popup-menu-group .popup-menu-row:hover {
	/*background-color: rgba(255, 214, 119, 0.2);
  color: var(--fs-primary-color);*/
	font-weight: bold;
	cursor: pointer;
}

.t-p .t-p-main .header .profile-box .popup-box .popup-menu-group-line {
	height: 1px;
	background-color: #efefef;
	margin: 0.5rem var(--fs-spacing);
}

.t-p .t-p-main .header .profile-box:hover .popup-box {
	display: block;
}

.t-p .t-p-main .main .t-p-m-m-placeholder {
	height: 64px;
}

.t-p .t-p-main .friend-links {
	border-top: 1px solid var(--fs-seperator-color);
	border-bottom: 1px solid var(--fs-seperator-color);
	margin: var(--fs-spacing) calc(2 * var(--fs-spacing));
	padding: var(--fs-spacing) 0;
}

.t-p .t-p-main .friend-links-categories {
    display: flex;
    flex-wrap: wrap;
    gap: var(--fs-spacing);
    margin-top: 10px;
}

.t-p .t-p-main .friend-links-category {
    flex: 1 1 200px;
    min-width: 0;
}

.t-p .t-p-main .friend-links .category-title {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    color: var(--fs-text-primary-color);
}

.t-p .t-p-main .friend-links .friend-links-header .friend-links-title {
	color: var(--fs-text-color);
}

.t-p .t-p-main .friend-links .friend-links-main {
	margin-top: 0.5rem;
	display: flex;
	flex-wrap: wrap;
	row-gap: calc(var(--fs-spacing) / 2);
	column-gap: var(--fs-spacing);
}

.t-p .t-p-main .friend-links .friend-links-main a {
	flex-shrink: 0;
	color: var(--fs-text-fifth-color);
	font-size: 0.875rem;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.t-p .t-p-main .friend-links .friend-links-main a:hover {
	color: var(--fs-primary-color);
}

.t-p .t-p-main .footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: var(--fs-spacing);
	font-size: 0.95rem;
	padding: var(--fs-spacing) 0;
	color: var(--fs-text-color);
}

.t-p .t-p-main .footer .left {
	margin-left: var(--fs-spacing);
	display: none;
}

.t-p .t-p-main .footer .right {
	margin-left: var(--fs-spacing);
	margin-right: var(--fs-spacing);
	text-align: center;
}

.t-p .t-p-main .footer .right .social,
.t-p .t-p-main .footer .right .ext-text {
	min-height: 20px;
	line-height: 150%;
}

.t-p .t-p-main .footer .right .s-i {
	color: var(--fs-text-color);
	margin: 0 10px;
}

.t-p .t-p-main .footer .right .s-i:hover {
	color: var(--fs-primary-color);
}

.logo {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	display: block;
}

.logo img {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

@media screen and (min-width: 1025px) {
	.t-p {
		display: flex;
	}

	.t-p .t-p-side {
		width: 220px;
	}

	.t-p .t-p-side .t-p-side-inner {
		width: 220px;
		background-color: var(--fs-background-six-color);
	}

	.t-p .t-p-side .t-p-side-inner .header .logo {
		/*width: 120px;
    height: 40px;*/
		font-size: 30px;
		padding-top: 25px;
	}

	.t-p .t-p-side .t-p-side-inner .header .logo img.logo-img-s {
		display: none;
	}

	.t-p .t-p-side .t-p-side-inner .header .logo img.logo-img-h {
		display: block;
	}

	.t-p .t-p-side .t-p-side-inner .menu-item a {
		height: 40px;
		display: flex;
		align-items: center;
		flex-wrap: nowrap;
		gap: 0.75rem;
		font-family: 'nanum-gothic-reegular';
	}

	.t-p .t-p-line .sperate-line {
		left: 220px;
	}

	.t-p .t-p-main {
		width: calc(100% - 200px);
	}

	.t-p .t-p-main .header {
		position: fixed;
		top: 0;
		right: 0;
		left: 220px;
	}

	.t-p .t-p-main .header .form-box {
		display: block;
	}

	.t-p .t-p-main .header .nav-box {
		display: none;
	}

	.t-p .t-p-main .footer {
		display: flex;
	}

	.t-p .t-p-main .footer .left {
		display: block;
	}

	.t-p .t-p-main .footer .left .logo {
		width: 120px;
		height: 40px;
	}

	.t-p .t-p-main .footer .left .logo img.logo-img-s {
		display: none;
	}

	.t-p .t-p-main .footer .left .logo img.logo-img-h {
		display: block;
	}

	.t-p .t-p-main .footer .right {
		margin-left: 0;
		text-align: right;
	}
	
	
}

@media screen and (max-width: 1024px) {
	.t-p {
		display: flex;
	}

	.t-p .t-p-side {
		width: 150px;
	}

	.t-p .t-p-side .t-p-side-inner {
		width: 150px;
	}

	.t-p .t-p-side .t-p-side-inner .header .logo {
		border-radius: 0.5rem;
		overflow: hidden;
		/*width: 40px;
		height: 40px;*/
		width: 100%;
        line-height: 60px;
        text-align: center;
        font-size: 22px;
        padding-top: 20px;
	}

	.t-p .t-p-side .t-p-side-inner .header .logo img.logo-img-s {
		display: block;
	}

	.t-p .t-p-side .t-p-side-inner .header .logo img.logo-img-h {
		display: none;
	}

	.t-p .t-p-side .t-p-side-inner .menu-item a {
		height: auto;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: nowrap;
		flex-direction: column;
		gap: 0.5rem;
		font-family: 'nanum-gothic-reegular';
	}

	.t-p .t-p-side .t-p-side-inner .menu-item a .menu-item-icon {
		margin-left: 0;
	}

	.t-p .t-p-side .t-p-side-inner .menu-item a .menu-item-label {
		flex: none;
		margin-right: 0;
	}

	.t-p .t-p-side .t-p-side-inner .menu-item+.menu-item {
		margin-top: 0px;
	}

	.t-p .t-p-line .sperate-line {
		left: 150px;
	}

	.t-p .t-p-main {
		width: calc(100% - 150px);
	}

	.t-p .t-p-main .header {
		position: fixed;
		top: 0;
		right: 0;
		left: 150px;
	}

	.t-p .t-p-main .header .form-box {
		display: block;
	}

	.t-p .t-p-main .header .nav-box {
		display: none;
	}

	.t-p .t-p-main .footer {
		display: flex;
	}

	.t-p .t-p-main .footer .left {
		display: block;
	}

	.t-p .t-p-main .footer .left .logo {
		width: 120px;
		height: 40px;
	}

	.t-p .t-p-main .footer .left .logo img.logo-img-s {
		display: none;
	}

	.t-p .t-p-main .footer .left .logo img.logo-img-h {
		display: block;
	}

	.t-p .t-p-main .footer .right {
		margin-left: 0;
		text-align: right;
	}
	
	.banner_m {
		/*width: 50% !important;
		margin-top: 10px;
		padding: 0 3px 6px 8px!important;*/
		box-sizing: border-box;
		float: left;
		flex: 0 0 calc(33.3333% - 1px) !important;
	}

	.banner_l {
		width: 100% !important;
		/*margin-top:10px;
        padding: 0 3px 6px 8px!important;*/
		box-sizing: border-box;
		float: left;
	}
}

@media screen and (max-width: 700px) {
    .t-p .t-p-main .header .top-telegram a {
        width: auto;
    }
    
    .t-p .t-p-main .header .top-telegram span {
        display: none;
    }
    
    .t-p .t-p-main .header .history-box .history-btn {
        width: auto;
    }
    
    .t-p .t-p-main .header .history-box span {
        display: none;
    }
    
    .t-p .t-p-main .header .profile-box span {
        display: none;
    }
}

@media screen and (max-width: 900px) {
	.t-p {
		display: flex;
	}

	.t-p .t-p-side {
		width: 150px;
	}

	.t-p .t-p-side .t-p-side-inner {
		width: 150px;
	}

	.t-p .t-p-side .t-p-side-inner .header .logo {
		border-radius: 0.5rem;
		overflow: hidden;
		width: 100%;
		/*height: 40px;*/
		line-height: 60px;
        text-align: center;
        font-size: 22px;
        padding-top: 20px;
	}

	.t-p .t-p-side .t-p-side-inner .header .logo img.logo-img-s {
		display: block;
	}

	.t-p .t-p-side .t-p-side-inner .header .logo img.logo-img-h {
		display: none;
	}

	.t-p .t-p-side .t-p-side-inner .menu-item a {
		height: auto;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: nowrap;
		flex-direction: column;
		gap: 0.5rem;
		font-family: 'nanum-gothic-reegular';
	}

	.t-p .t-p-side .t-p-side-inner .menu-item a .menu-item-label {
		flex: none;
	}

	.t-p .t-p-side .t-p-side-inner .menu-item+.menu-item {
		margin-top: 0;
	}

	.t-p .t-p-line .sperate-line {
		left: 150px;
	}

	.t-p .t-p-main {
		width: calc(100% - 150px);
	}

	.t-p .t-p-main .header {
		position: fixed;
		top: 0;
		right: 0;
		left: 151px;
	}

	.t-p .t-p-main .header .form-box {
		display: block;
	}

	.t-p .t-p-main .header .nav-box {
		display: none;
	}

	.t-p .t-p-main .footer .left {
		display: none;
	}

	.t-p .t-p-main .footer .right {
		margin-left: var(--fs-spacing);
		text-align: center;
	}
	
	.banner_m {
		/*width: 50% !important;
		margin-top: 10px;
		padding: 0 3px 6px 8px!important;*/
		box-sizing: border-box;
		float: left;
		flex: 0 0 calc(50%) !important;
	}

	.banner_l {
		width: 100% !important;
		/*margin-top:10px;
        padding: 0 3px 6px 8px!important;*/
		box-sizing: border-box;
		float: left;
	}
}

@media screen and (max-width: 560px) {
	body {
		padding-bottom: 70px;
	}
	.logo img{
		width:80%;
	}
	.t-p {
		display: block;
	}

	.t-p .t-p-side {
		width: 0;
		display: none;
	}

	.t-p .t-p-line {
		display: none;
	}

	.t-p .t-p-main {
		width: 100%;
	}

	.t-p .t-p-main .header {
		left: 0;
		/*height: 40px;*/
		padding: 12px 0;
		flex-wrap: wrap;
	}

	.t-p .t-p-main .header .form-box {
		display: none;
		order: 3;
		width: 100%;
		margin: 0;
		flex: auto;
	}

	.t-p .t-p-main .header .form-box .search-bar {
		width: calc(100vw - 2 * var(--fs-spacing));
	}

	.t-p .t-p-main .header .nav-box {
		display: block;
		order: 0;
	}
    
    .t-p .t-p-main .header .top-telegram a {
        width: auto;
    }
    
    .t-p .t-p-main .header .top-telegram span {
        display: none;
    }
    
    .t-p .t-p-main .header .history-box .history-btn {
        width: auto;
    }
    
    .t-p .t-p-main .header .history-box span {
        display: none;
    }
    
    .t-p .t-p-main .header .profile-box span {
        display: none;
    }
    
	.t-p .t-p-main .header .header-nav-menu ul {
		width: 100% !important;
		padding: 10px;
		overflow: hidden;
		z-index: 2;
		position: absolute;
		left: 0;
		background: var(--fs-background-color);
		top: 60px;
	}

	.header-nav-menu ul li {
		width: 33.3%;
		float: left;
		padding: 10px;
		border: none;
	}

	.header-nav-menu ul li a {
		padding: 8px 0px;
		background: var(--fs-text-color);
		border-radius: 6px;
		text-align: center;
		display: inline-block;
		width: 100%;
		color: var(--fs-text-second-color);
	}

	.header-nav-menu ul li .active {
		border: none;
		background: none;
		background: var(--fs-primary-color);
		color: #ffffff;
		margin-left: 0px;
		margin-right: -1px;
	}

	.t-p .t-p-main .header .noti-btn {
		order: 1;
	}

	.t-p .t-p-main .header .profile-box {
		order: 2;
	}

	.banner_m {
		/*width: 50% !important;
		margin-top: 10px;
		padding: 0 3px 6px 8px!important;*/
		box-sizing: border-box;
		float: left;
		flex: 0 0 calc(50%) !important;
	}

	.banner_l {
		width: 100% !important;
		/*margin-top:10px;
        padding: 0 3px 6px 8px!important;*/
		box-sizing: border-box;
		float: left;
	}

	#float {
		display: block !important;
	}
	
	.banner_m img,
    .banner_l img {
    	/*width: 100%!important;*/
    	height:auto!important;
    	/*height: 85px;*/
    }
}

.primary-btn {
	background-color: var(--fs-primary-color);
	border-radius: 0.25rem;
	border: none;
	color: #ffffff;
}

.primary-btn-block {
	width: 100%;
}

.primary-btn-size-normal {
	height: 2rem;
	font-size: 0.875rem;
}

.form-input {
	background-color: var(--fs-background-seven-color);
	border-radius: 0.25rem;
	display: flex;
	align-items: center;
	color: ##000000;
	cursor: pointer;
}

.form-input .form-input-left-icon,
.form-input .form-input-right-icon {
	width: 2.5rem;
	height: 2.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1rem;
}

.form-input .form-input-main {
	flex: 1;
	height: 2.5rem;
}

.form-input input {
	outline: none;
	background: none;
	border: none;
	width: calc(100% - 4px);
	height: calc(100% - 2px);
	display: block;
	font-size: 14px;
}

.form-input+.form-input {
	margin-top: var(--fs-spacing);
}

.empty-box {
	padding: 6.25rem 0;
}

.empty-box .empty-box-main {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.empty-box .empty-box-main .empty-box-pic {
	width: 7.5rem;
	height: 7.5rem;
}

.empty-box .empty-box-main .empty-box-pic img {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

.empty-box .empty-box-main .empty-box-label {
	margin-top: var(--fs-spacing);
	text-align: center;
	height: 1.5rem;
	line-height: 1.5rem;
	font-size: 0.875rem;
}

.fixedGroup {
	background-color: var(--fs-background-third-color);
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
	position: fixed;
	right: 0;
	bottom: 85px;
	width: 34px;
	z-index: 10;
	box-sizing: border-box;
	border-radius: 4px;
	margin-right: 20px;
}

.fixedGroup .fixedGroup-item {
	position: relative;
	font-size: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 36px;
	height: 36px;
	cursor: pointer;
	color: var(--fs-text-second-color);
}

.fixedGroup .fixedGroup-item .fixedGroup__cell {
	display: none;
	font-size: 15px;
	position: absolute;
	top: 2px;
	right: 54px;
	padding: 0 12px;
	color: var(--fs-text-color);
	font-size: 14px;
	border-radius: 2px;
	background-color: var(--fs-background-second-color);
	min-width: 52px;
	min-height: 32px;
	line-height: 32px;
	animation: fadeInOut 0.2s ease-out 0s forwards;
	transform: all 0.2s;
	white-space: nowrap;
}

.fixedGroup .fixedGroup-item .fixedGroup__cell .fixedGroup__triangle {
	position: absolute;
	top: 12px;
	right: -5px;
	width: 10px;
	height: 10px;
	background-color: var(--fs-background-second-color);
	border-top-right-radius: 2px;
	transform: rotate(45deg);
}

.fixedGroup .fixedGroup-item i {
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 28px;
	height: 28px;
	border-radius: 4px;
}

.fixedGroup .fixedGroup-item:hover i {
	/*background-color: var(--fs-background-second-color);*/
}

.fixedGroup a.fixedGroup-item:hover i {
	color: var(--fs-fourth-color);
}

.fixedGroup .fixedGroup-item::after {
	content: "";
	position: absolute;
	right: 50%;
	bottom: 0;
	width: 20px;
	height: 1px;
	transform: translateX(50%);
}

.fixedGroup .fixedGroup .retop {
	display: none;
}



.pic {
	display: block;
	position: relative;
	padding-top: 140%;
	/*background: url(../image/pic.png) no-repeat top center #f3f3f3;*/
	background-size: cover;
	border-radius: 6px;
}

.pic:before {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(90deg, #555555 0%, #000000 100%);
	z-index: 2;
	border-radius: 6px;
	opacity: 0;
	transition: opacity 0.5s ease;
}

.pic:hover:before {
	opacity: 0.66;
}

.pic:hover .item__play {
	opacity: 1;
	transform: scale(1);
}

.item__play {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 56px;
	height: 56px;
	border: 2px solid #fff;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	margin: -28px 0 0 -28px;
	z-index: 3;
	transition: 0.5s ease;
	opacity: 0;
	transform: scale(0.8);
}

.item__play svg {
	width: 24px;
	height: auto;
	fill: #fff;
	margin-left: 1px;
}

.sname {
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 10px;
	background-repeat: no-repeat;
	background-repeat: no-repeat;
	background-image: linear-gradient(transparent, rgba(0, 0, 0, 80%));
	font-size: 19px;
	color: #fff;
	border-radius: 0 0 6px 6px;
}

.text-overflow {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
}

.text-center {
	text-align: center !important;
}




.carousel-box .owl-nav button {
	background: var(--fs-primary-color) none repeat scroll 0 0 !important;
	border-radius: 30px;
	color: #fff !important;
	display: inline-block;
	font-size: 12px;
	height: 30px;
	line-height: 31px;
	margin: 0 -15px;
	opacity: .8;
	text-align: center;
	text-transform: uppercase;
	width: 30px
}

.carousel-box .owl-nav button:hover {
	background: #1c2224 none repeat scroll 0 0 !important;
	color: #fff !important
}

.carousel-box .owl-prev {
	position: absolute;
	bottom: 45%;
	left: 0;
	display: block !important;
	transition: all .45s cubic-bezier(.165, .84, .44, 1) 0s
}

.carousel-box .owl-next {
	position: absolute;
	bottom: 45%;
	right: 0;
	display: block !important;
	transition: all .45s cubic-bezier(.165, .84, .44, 1) 0s
}

.carousel-box .owl-dots {
	display: none;
}



#modal-login .iziModal-content header {
	background: #eee;
	margin-bottom: 10px;
	overflow: hidden;
	border-radius: 3px 3px 0 0;
	width: 100%;
}

#modal-login .iziModal-content header a {
	display: block;
	float: left;
	width: 50%;
	padding: 0;
	text-align: center;
	background: var(--fs-text-fifth-color);
	color: var(--fs-text-color);
	height: 73px;
	vertical-align: middle;
	line-height: 73px;
}

#modal-login .iziModal-content header a.active {
	background: var(--fs-primary-color);
	color: var(--fs-textcolor);
}

#modal-login .iziModal-content section {
	padding: 30px;
}

#modal-login .iziModal-content section input:not([type="checkbox"]),
#modal-login .iziModal-content section button {
	width: 100%;
	border-radius: 3px;
	border: 1px solid #ddd;
	margin-bottom: 26px;
	padding: 15px;
	font-size: 14px;
	color: var(--fs-text-second-color);
}

#modal-login .iziModal-content section button {
	height: 46px;
	padding: 0;
}

#modal-login .iziModal-content section input:focus {
	border-color: #28CA97;
}

#modal-login .iziModal-content section label[for="check"] {
	margin-bottom: 26px;
	font-size: 14px;
	color: #999;
	display: block;
}

#modal-login .iziModal-content section footer {
	overflow: hidden;
}

#modal-login .iziModal-content section button {
	background: var(--fs-primary-color);
	color: var(--fs-text-color);
	margin: 0;
	border: 0;
	cursor: pointer;
	width: 50%;
	float: left;
	font-weight: 800;
}

#modal-login .iziModal-content section button:hover {
	opacity: 0.8;
}

#modal-login .iziModal-content section button:nth-child(1) {
	border-radius: 3px 0 0 3px;
	background: #aaa;
}

#modal-login .iziModal-content section button:nth-child(2) {
	border-radius: 0 3px 3px 0;
}

#modal-login .iziModal-content .icon-close {
	background: #FFF;
	margin-bottom: 10px;
	position: absolute;
	right: -8px;
	top: -8px;
	font-size: 14px;
	font-weight: bold;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	border: 0;
	color: #333;
	cursor: pointer;
}

#modal-login .iziModal-content .icon-close:hover,
#modal-login .iziModal-content .icon-close:focus {
	color: black;
}

.f-select {
	outline: none;
	background: none;
	border: 1px solid var(--fs-text-fourth-color);
	border-radius: 8px;
	width: calc(100% - 4px);
	height: calc(100% - 2px);
	display: block;
	font-size: 14px;
	color: #000000;
}

.msg-item {
	border-bottom: 1px solid var(--fs-background-second-color);
	padding-bottom: 10px;
	display: flex;
	justify-content: space-between;
	margin-top: 24px;
	color: #999;
	position: relative;

}

.msg-item .msg-item-left {
	color: #999;
	width: 65%;
}

.msg-item .msg-item-left .content {
	color: #333;
	word-break: break-word;
	margin: 0 0 5px;
	line-break: anywhere;
	text-align: justify;
}

.msg-item .msg-item-left .content a:hover {
	color: var(--fs-primary-color);
}

.msg-item-right {
	position: absolute;
	right: 0;
	top: 0;
	text-align: end;
	width: 30%;
}


.bottom-nav {
	display: none;
	background: #fff;
	z-index: 999;
	position: fixed;
	bottom: 0;
	width: 100%;
	padding-top: 5px;
	text-align: center;
}

.bottom-nav a {
	width: 20% !important;
	float: left;
	padding: 10px;
}

.bottom-nav a .iconfont {
	font-size: 22px;
}

.bottom-nav p {
	margin-bottom: 0px;
}

.header-nav {
	height: 35px;
	width: 35px;
	line-height: 35px;
	border-radius: 100%;
	background: #65ceed;
	text-align: center;
	cursor: pointer;
	float: left !important;
	position: absolute;
	display: none;
	left: 15px;
	color: #ffffff;
}

.line-notice {
	background: #39a9ff;
	height: 30px;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.anchor_banner {
	margin: -10px 20px -10px 20px;
}

.banner_m {
	/*width: 25%;*/
	flex: 0 0 calc(25%);
	padding: 0 3px 3px 0px;
	box-sizing: border-box;
	float: left;
}

.banner_m img,
.banner_l img {
	width: 100%;
	/*height:auto;*/
	height: 85px;
}

.banner_l {
	width: 50%;
	padding: 0 3px 3px 0px;
	box-sizing: border-box;
	float: left;
}

#m-search {
	display: none;
	z-index: 21;
	/*position: fixed;
	bottom: 50px;*/
	background: var(--fs-background-color);
	width: 100%;
	height: 50px;
    line-height: 50px;
    /* justify-content: center; */
    display: flex;
    align-items: center;
}

#m-search .m-form-page-header {
	/*display: flex;
	align-items: center;
	margin: 12px 12px 12px 0;*/
	width: 100%;
    padding-right: 14px;
}

#m-search .m-form-page-header .form-box {
	flex: 1;
}

#m-search .search-bar {
	border: 2px solid var(--fs-text-color);
	box-sizing: border-box;
	border-radius: 40px;
	display: flex;
	position: relative;
}

#m-search .search-bar .search-input {
	flex: 1;
	background: none;
	border: none;
	outline: none;
	outline: 0;
	margin-left: 12px;
	font-size: 0.875rem;
}

#m-search .search-bar .sub-btn {
	width: 36px;
	height: 36px;
	color: var(--fs-primary-color);
}

#float {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	/*padding-top: 10px;*/
	background: var(--fs-background-six-color);
	z-index: 10000;
	padding-top: 5px;
    padding-bottom: 10px;
}

#float ul {
    padding-top:10px;
}

#float ul li {
	display: block;
	float: left;
	width: 16.6666%;
}

#float ul li a {
	display: block;
	text-align: center;
	color: var(--fs-text-color);
	font-size: 14px;
}

#float ul li a .icon {
	font-size: 22px;
}

.banners_area {
    display: flex;
    flex-wrap: wrap !important;
    justify-content:  flex-start;
}
