body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div {
	margin: 0;
	padding: 0;
	border: 0;
}

ul,
ol {
	list-style: none;
}

select,
input,
img,
select {
	vertical-align: middle;
}

select{
	cursor: pointer;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: inherit;
}

a:hover{
	/* color: #3479ff; */
}

.oCmp{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis; 
}

.tCmp{
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

i{
	background-repeat: no-repeat !important;
	background-size: 100% !important;
	display: flex !important;
	cursor: pointer;
}

input, select{
	border: none;
	outline: none;
}

textarea{
	resize: none;
	text-align: justify;
	outline: none;
}

.shrink0 {
	flex-shrink: 0;
}

.d_flex {
	display: flex;
}

.d_center {
	justify-content: center;
}

.d_end {
	justify-content: flex-end;
}

.d_between {
	justify-content: space-between;
}

.d_around {
	justify-content: space-around;
}

.d_flex_column {
	display: flex;
	flex-direction: column;
}

.d_column_center {
	align-items: center;
}

.d_column_end {
	align-items: flex-end;
}

.d_column_between {
	align-items: space-between;
}

.d_column_around {
	align-items: space-around;
}

.d_wrap {
	flex-wrap: wrap;
}

.t_left {
	text-align: left;
}

.t_center {
	text-align: center;
}

.t_right {
	text-align: right;
}

.t_justify {
	text-align: justify;
}

.relative {
	position: relative;
}

.cf2f6fe {
	color: #f2f6fe;
}

.c565a60{
	color: #565a60;
}

.cf73226{
	color: #f73226;
}

.c3479ff{
	color: #3479ff;
}

.white {
	color: #fff;
}

.black {
	color: #000;
}

.w50{
	width: 50%;
}

.w80{
	width: 80%;
}

.w100{
	width: 100%;
}

.h100{
	height: 100%;
}

.font12 {
	font-size: 12px;
}

.font14{
	font-size: 14px;
}

.font16 {
	font-size: 16px;
}

.font18 {
	font-size: 18px;
}

.font24 {
	font-size: 24px;
}

.normal {
	font-weight: normal;
}

.semibold {
	font-weight: bold;
}

.medium {
	font-weight: 500;
}

.bold {
	font-weight: bold;
}

.mgl4{
	margin-left: 4px;
}

.mgl8{
	margin-left: 8px;
}

.mgl12 {
	margin-left: 12px;
}

.mgt4{
	margin-top: 4px;
}

.mgt8 {
	margin-top: 8px;
}

.mgt16 {
	margin-top: 16px;
}

.mgt20 {
	margin-top: 20px;
}

.mgt24{
	margin-top: 24px;
}

.mgt40{
	margin-top: 40px;
}

.mgr4{
	margin-right: 4px;
}

.mgr8{
	margin-right: 8px;
}

.mgr12{
	margin-right: 12px;
}

.mgr24{
	margin-right: 24px;
}

.mgb8{
	margin-bottom: 8px;
}

.mgb24{
	margin-bottom: 24px;
}

.lH15 {
	line-height: 1.5;
}

.lH18 {
	line-height: 1.8;
}

.oClamp {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.tClamp {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

button {
	border: none;
	background-color: transparent;
	cursor: pointer;
}

button::after {
	border: none;
}

/* ::-webkit-scrollbar, */
.none {
	display: none !important;
}

.zThrough {
	text-decoration: line-through;
}

.pointer{
	cursor: pointer;
}

.pointerNone{
	pointer-events: none;
}

.cff7d00{
	color: #ff7d00;
}

.c212223{
	color: #212223;
}

.c8f939b{
	color: #8f939b;
}

.cf73226{
	color: #f73226;
}

.c666{
	color: #666;
}

.h24{
	font-size: 24px;
}

.h20{
	font-size: 20px;
}

.h18{
	font-size: 18px;
}

.h16{
	font-size: 16px;
}

.h14{
	font-size: 14px;
}

.h12{
	font-size: 12px;
}

.hmgt20{
	margin-top: 20px;
}

.uniHidden{
	display: none !important;
}

.uniHidden2{
	display: none !important;
}

.uniDisplay{
	display: flex !important;
}

.uniDisplay2{
	display: block !important;
}

.centerAligned{
	position: absolute;
	left: 50%;
	transform: translate(-50%);
}

.alignVerticalCenter{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.popup{
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .2);
	width: 100vw;
	height: 100vh;
	z-index: 999;
}

.tRight{
	transform: rotate(90deg);
}

.d_content{
	/* min-height: calc(100vh - 44px - 122px - 40px); */
}

@media screen and (max-width: 1024px) {
	.h24{
		font-size: 22px;
	}
	
	.h20{
		font-size: 18px;
	}
	
	.h18{
		font-size: 16px;
	}
	
	.h16{
		font-size: 14px;
	}
	
	.h14{
		font-size: 12px;
	}
	
	.uniHidden{
		display: flex !important;
	}
	
	.uniHidden2{
		display: block !important;
	}
	
	.uniDisplay, .uniDisplay2{
		display: none !important;
	}
	
	.hmgt20{
		margin-top: 18px;
	}
	
	.uniDisplays{
		display: none !important;
	}
	
	.w14{
		font-size: 14px;
	}
	
	.w16{
		font-size: 16px;
	}
	
	.d_content{
		/* min-height: calc(100vh - 44px - 100px - 40px); */
	}
}