/* ***** Global ***** */
:root	{
	--lqd-container-width-md: 970px;
	--lqd-container-width-sm: 750px;
	
	--lqd-color-primary: #5e55ff;
	--lqd-color-primary: #e79338;
	--lqd-body-text-color: rgba(255, 255, 255, .75);
	--lqd-color-link: #5b7bfb;
	--lqd-color-link: #be9e06;
	--lqd-color-link-hover: #181b31;
	--lqd-color-gradient-start: #f42958;
	--lqd-color-gradient-stop: #e4442a;
	--lqd-color-dark: #171717;
	--lqd-color-slate-900: #262626;
	--lqd-color-gray-500: #818181;
	--lqd-color-gray-700: #cbcbcb;
	--lqd-color-gray-800: #1c1c1e;
	--lqd-color-gray-900: #141414;
	--lqd-color-footer: #1a1a1a;

	--lqd-body-font-family: 'Be Vietnam Pro', sans-serif;
	--lqd-body-font-size: 15px;
	--lqd-body-line-height: 1.7em;

	--lqd-heading-font-family: "Space Grotesk", sans-serif;
	--lqd-heading-font-weight: 500;
	--lqd-heading-line-height: 1.2em;
	--lqd-heading-color: inherit;
	--lqd-h1-font-size: 52px;
	--lqd-h2-font-size: 40px;
	--lqd-h3-font-size: 32px;
	--lqd-h4-font-size: 25px;
	--lqd-h5-font-size: 21px;
	--lqd-h6-font-size: 18px;
}


/* ***** Button ***** */
.btn-xs	{
	--btn-ps: 1.5em;
	--btn-pt: 0.6em;
	--btn-pe: 1.5em;
	--btn-pb: 0.6em;
}
.btn-md	{
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 2em;
}
.btn-border-lg:hover	{
	background-color: #fff;
	border-color: #fff;
	color: #000;
}

/* ***** Main Header ***** */
.main-header .btn-solid:hover	{
	border-color: transparent;
	background-color: var(--lqd-color-primary);
	color: #fff;
	transform: translate3d(0, -2px, 0);
	box-shadow: 0 12px 28px rgba(0, 0, 0, .12);
}
.navbar-brand-inner img.logo-default	{ opacity: 0;}
.is-stuck .navbar-brand-inner img.logo-default	{ opacity: 1;}

@media (max-width: 991px)	{
	.lqd-mobile-sec .navbar-brand	{
		padding: 10px 0;
	}
	.navbar-brand img	{
		width: auto;
		height: 54px;
		opacity: 1 !important;
	}
	.lqd-mobile-sec ul.main-nav.lqd-mobile-main-nav > li > a:hover	{ font-weight: bold; color: #de9447;}
}

/* ***** Banner ***** */
@media (max-width: 991px)	{
	.banner	{	padding-top: 60px;	padding-bottom: 60px;}
	.banner .ld-fancy-heading h1	{	font-size: 7vw;	padding-right: 1vw;	padding-left: 1vw;}
	.banner .module-img	{	padding-top: 120px;}
}

@media (max-width: 767px)	{
	.banner	{	padding-top: 70px;	padding-bottom: 30px;}
	.banner .ld-fancy-heading h1	{	font-size: 13vw;}
}

/* ***** Navigation Sections ***** */
.navigation-sections ul>li>a:hover,
.navigation-sections li.is-active>a	{
	color: #ffffff;
	background: #000;
}

/* ***** Features ***** */
.features .container	{
	--lqd-row-gutter-x: 4px;
}
.features .row	{
	margin-inline-start: -2px;
	margin-inline-end: -2px;
	--lqd-row-gutter-x: 4px;
}
.lqd-modal .btn-icon-sep .btn-icon:before	{
	opacity: 0.35;
}

@media (max-width: 991px)	{
	.features .module-icon-box-1	{
		padding: 15px 15px 5px 15px;
	}
	.features .module-icon-box-2	{
		padding: 25px 15px 5px 15px;
	}
}

@media (max-width: 767px)	{
	.features .ld-fancy-heading h2	{
		font-size: 40px;
	}
}

/* ***** Float Text ***** */
@media (max-width: 991px)	{
	.float-text .ld-fancy-heading h2	{
		font-size: 48px;
	}
}

@media (max-width: 767px)	{
	.float-text .ld-fancy-heading h2	{
		font-size: 10vw;
	}
}

/* ***** Float Text 1 ***** */
.float-text-1	{
	padding-top: 5vh;
	padding-bottom: 10vh;
}

/* ***** Float Text 2 ***** */
.float-text-2	{
	padding-top: 7vh;
	padding-bottom: 7vh;
}

/* ***** Float Text 3 ***** */
.float-text-3	{
	padding-top: 7vh;
	padding-bottom: 20vh;
}

/* ***** Connect ***** */
.connect	{
	margin-right: 10vw;
	margin-left: 10vw;
}
.connect .lqd-tabs-nav li a.active	{
	color: #ffffff;
}

@media (max-width: 1199px)	{
	.connect	{
		margin-right: 2vw;
		margin-left: 2vw;
	}
}

@media (max-width: 991px)	{
	.connect	{
		margin-right: 1vw;
		margin-left: 1vw;
	}
	.lqd-tabs-style-3 .lqd-tabs-nav li	{
		margin-inline-start: 15px;
		margin-inline-end: 15px;
	}
}

@media (max-width: 767px)	{
	.connect	{
		padding-top: 45px;
	}
	.connect .ld-fancy-heading h2	{
		font-size: 12vw;
	}
	.lqd-tabs-style-3 .lqd-tabs-nav li	{
		margin-inline-start: 0;
		margin-inline-end: 0;
		margin-bottom: 1.5em;
	}
}

/* ***** Pricing ***** */
.pricing .lqd-tabs-nav li a.active	{
	background: rgb(23, 23, 23);
}

@media (max-width: 991px)	{
	.pricing .lqd-pt-head,
	.pricing .lqd-pt-body	{
		padding-right: 3rem;
		padding-left: 3rem;
	}
}

@media (max-width: 767px)	{
	.pricing .ld-fancy-heading h2	{
		font-size: 40px;
	}
}

/* ***** Download ***** */
@media (max-width: 991px)	{
	.download .module-first	{
		margin-bottom: 35px;
	}
}

@media (max-width: 767px)	{
	.download .ld-fancy-heading h2	{
		font-size: 12vw;
	}
}

/* ***** Footer ***** */
/* ***** Clients ***** */
.clients .carousel-items	{
	margin-inline-start: -1.5%;
	margin-inline-end: -1.5%;
}
.clients .flickity-slider	{
	position: absolute;
	width: 100%;
	height: 100%;
}
.clients .carousel-item	{
	width: 16.6667%;
	padding-inline-start: 1.5%;
	padding-inline-end: 1.5%;
}

@media (max-width: 991px)	{
	.clients .carousel-item	{
		width: 20%;
	}
}

@media (max-width: 767px)	{
	.clients .carousel-item	{
		width: 33.333%;
	}
	.main-footer .ld-sf--button-inside [type=submit]	{
		position: relative;
	}
}









/* **************************** */
/* *****	MyPage		***** */
/* **************************** */
.lqd-gdpr-accept {
	padding: 12px 20px;
    border: none;
    border-radius: 50em;
    background: #e6ecef;
    font-size: 12px;
    line-height: 1em;
    color: #184341;
    transition: background .3s, color .3s;
}
.lqd-sectoin.services-content { min-height: 50vh;}
.services-content h3	{	color: inherit;}
.accordion-item .accordion-title a  { color: var(--lqd-color-secondary); font-size: 1.15rem;}
.accordion-item.active .accordion-title a { color: #FFFFFF;}
.reset-ul > li.active,
.reset-ul > li.active a {
	background-color: var(--lqd-color-primary);
	color: #fff;
}
.accordion .accordion-title a date {
	position: absolute;
    right: 3.45rem;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    font-size: 14px;
}
.accordion .answers {
	background: var(--lqd-color-gray-100);
	padding: 1.75rem 2rem;
}
.accordion .answers .answers_tit {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 1rem;
}
.accordion .answers .answers_tit h6 {
	color: #3B4B53;
	margin: 0 0;
	padding: 0 0;
}
.accordion .answers .answers_tit date {
	color: var(--lqd-color-gray-500);
	font-size: 90%;
}



.tb-board {}
.tb-board th {
	text-align: center;
	font-size: 94%;
	background: #edf1f4;
	padding: 0.95rem 0;
	line-height: 125%;
	border-top:1px solid #dedede;
}
.tb-board th > span {
    text-shadow: 1px 1px 0px rgba(255, 255, 255, .5);
}
.tb-board th:first-child {border-left:1px solid #dedede;}
.tb-board th:last-child {border-right:1px solid #dedede;}
.tb-board th + th {
	border-left:1px solid #dedede;
}
.tb-board td {
	padding: .75em .65em;
}

.tb-databoard {
    border: 1px solid #dedede;
}
.tb-databoard tr.hr td {
    padding: 0 0;
}
.tb-databoard tr.hr td hr {
    margin: 2px 0;
    border: none;
}
.tb-databoard th {
    text-align: left;
    padding: 0.75rem 0 0.75rem 1.5rem;
    font-weight: 600;
    font-size: 90%;
    background: #edf1f4;
    border-right: 1px solid #dedede;
}
.tb-databoard td {
    background: #FFFFFF;
    padding: 0.75rem 0 0.75rem 1.5rem;
}

.tb-databoard.responsive th { width: 25%;}
@media (max-width: 767px) {
	.tb-databoard.responsive colgroup {}
	.tb-databoard.responsive tbody {}
	.tb-databoard.responsive tr {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		position: relative;
	}
	.tb-databoard.responsive th {
		width: 100%;
		padding: 0.245rem 0 0.245rem 1.45rem;
		font-size: 13px;
	}
	.tb-databoard.responsive td {}
}

.btn_money {
	border: 3px solid;
    border-color: var(--lqd-color-link);
    padding: 0.542rem 0.85rem;
    border-radius: 1rem 1rem;
    background: #FFFFFF;
    font-weight: bold;
    font-size: 13px;
    line-height: 100%;
    display: inline-block;
}
.btn_money:hover {
	background: var(--lqd-color-link);
    border-color: #c6ac32;
    color: #FFF;
}
.btn_money.btn_dark {
	color: #a2b2c9;
	 border-color: #a2b2c9;
}
.btn_money.btn_dark:hover {
	background: #2C3C48;
    border-color: #2C3C48;
    color: #FFF;
}

span.date-num, 
date.date-num	{
	white-space: nowrap;
	font-size: 90%;
	letter-spacing: -0.045em;
}

.tb-databoard input.form-control {
	border-radius: 0.45rem 0.45rem;
    padding: 0.4rem 0 0.45rem 1rem;
    border-color: #EDEDED;
}

.label-point01 {
	font-size: 87.25%;
	font-weight: bold;
	padding: 0.45rem 1rem;
	border-radius: 6px 6px;
	line-height: 100%;
	color: #FFF;
	background: #22c083;
}
.label-point02 {
	font-size: 87.25%;
	font-weight: bold;
	padding: 0.45rem 1rem;
	border-radius: 6px 6px;
	line-height: 100%;
	color: #FFF;
	background: #5b7bfb;
}
.label-point03 {
	font-size: 87.25%;
	font-weight: bold;
	padding: 0.45rem 1rem;
	border-radius: 6px 6px;
	line-height: 100%;
	color: #FFF;
	background: #007fff;
}
.label-point04 {
	font-size: 87.25%;
	font-weight: bold;
	padding: 0.45rem 1rem;
	border-radius: 6px 6px;
	line-height: 100%;
	color: #FFF;
	background: #ff4d54;
}

.pointtext01, .pointtext01 a {	color: #22c083; fill: #22c083; font-weight: bold;}
.pointtext02, .pointtext02 a {	color: #5b7bfb; fill: #5b7bfb; font-weight: bold;}
.pointtext03, .pointtext03 a {	color: #007fff; fill: #007fff; font-weight: bold;}
.pointtext04, .pointtext04 a {	color: #ff4d54; fill: #ff4d54; font-weight: bold;}
.pointtext05, .pointtext05 a {	color: #184341; fill: #184341; font-weight: bold;}
.pointtext05, .pointtext06 a {	color: #184341; fill: #184341; font-weight: bold;}


/*	-------------------------------------------------------------------------------------------------------------------------	*/
:root {
	--coinnexio-heder-height: 125px;
}
#wrap.sub-common .main-header {
	position: relative;
}
@media screen and (min-width: 992px)	{
	/*
	#container.sub.member2,
	#container.member {
		padding-top: calc(var(--coinnexio-heder-height) + 60px);
	}
	*/
}
@media screen and (max-width: 991px)	{}

#container.exchange .container.market .market_header { max-width: unset !important;}

.area_member2 .imgs .im3 {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width: 80%;
	text-align: initial;
}
.sub.member2 .area_member2 .imgs .im3 {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -85%);
	width: 80%;
}



.border-ra-8,
.box_shadow,
.lft_cont ul,
.area_member2,
.order_list,
.bns_list,
.market_list,
.my_order,
.market .market_header ul {
	border-radius: 8px !important;
}

.border-ra-4,
.lft_cont li a,
.area_member2 .col .b,
.btn-pk {
	border-radius: 4px !important;
}
