@charset "UTF-8";

/*BG IMG*/
.background-primary-img {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

/* HEADER */
header .cus-header-container- {
	margin: 0 5rem
}

#fixed-header {
	z-index: 20;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%
}

header .layer {
	position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    z-index: 1
}

header .layer * {
	letter-spacing: 1px;
}

header .status-wrap {
	width: 100%;
	background: var(--h2_STATUS_BG)
}

header .status-wrap #header_time {
	margin: 8px 5px 0 0;
    width: 135px;
    color: var(--h2_TIME_TXT);
    font-size: var(--DEFAULT_FONT_SIZE);
    font-weight: var(--REG_FONT_WEIGHT);
}

header .status-wrap .lang {
	display: flex;
    gap: 0 5px;
    padding: 5px 10px;
    align-items: center;
    justify-content: center;
    /* text-transform: uppercase; */
    transition: .3s ease-in-out;
    color: var(--h2_LANG_TXT);
    background: var(--h2_LANG_BG);
    font-size: var(--DEFAULT_FONT_SIZE);
    font-weight: var(--REG_FONT_WEIGHT);
    letter-spacing: 1px;
}

.hotgamelist-content .hotgame_content .hotgame_provider * {
	font-family: var(--SECONDARY_FONT_FAMILY);
}

.hotgameNaviList * {
	letter-spacing: 1px;
}

header .status-wrap .lang:hover {
	color: var(--h2_LANG_HOVER_TXT);
	background: var(--h2_LANG_HOVER_BG)
}

header .status-wrap .lang img {
	max-width: 20px
}

header .status-wrap .services {
	margin: 5px 0 0
}

header .status-wrap .services ul {
	display: flex;
    gap: 0 20px;
    margin-top: 6px;
}

header .status-wrap .services ul li {
	position: relative
}

header .status-wrap .services ul li:before {
	content: "";
	position: absolute;
	width: 1px;
    height: 100%;
    right: -10px;
    background: var(--h2_SERVICE_LI_BEFORE_LINE)
}

header .status-wrap .services ul li:last-child:before {
	width: 0;
    height: 0;
    background: transparent
}

header .status-wrap .services ul li a {
	display: flex;
	gap: 0 5px;
    justify-content: center;
    align-items: center;
    color: var(--h2_SERVICE_LI_TXT);
    font-size: var(--DEFAULT_FONT_SIZE);
    font-weight: var(--REG_FONT_WEIGHT);
    padding: 3px;
}

header .status-wrap .services ul li a:hover {
	color: var(--h2_SERVICE_LI_HOVER_TXT)
}

header .status-wrap .services ul li a img {
	width: 20px;
	margin-top: -4px;
}

header .mainhead-wrap {
	width: 100%;
	background: var(--h2_MAIN_BG)
}

header .mainhead-layer .btn-g.text-uppercase {
	text-transform: none !important;

}

header .mainhead-layer {
	padding: 1rem 0
}

header .mainhead-wrap .header_logo {
	position: relative;
	padding: 0 20px 0 0
}

header .mainhead-wrap .header_logo:before {
	content: "";
	position: absolute;
    width: 1px;
    height: 90%;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: var(--h2_LOGO_BEFORE_LINE)
}

header .mainhead-wrap .header_logo img {
	max-width: 200px;
	max-height: 114px
}

header .mainhead-wrap .right-area {
	display: flex;
	align-items: center;
    gap: 1rem
}

header .mainhead-wrap .d-flex {
	gap: 10px;
	align-items: center
}

header .mainhead-wrap .d-flex .traceAmt-box {
    display: inline-flex;
}

header .mainhead-wrap .d-flex .traceAmt-box div {
	padding: 5px;22
}

header .mainhead-wrap .btn-area button {
	font-size: var(--BUTTON_MED_FONT_SIZE);
    letter-spacing: 1px;
}

header .mainhead-wrap .btn-area .btn-lay-1 {
	color: var(--h2_BTN_AREA_LAY_1_TXT);
	background: var(--h2_BTN_AREA_LAY_1_BG);
	filter: none;
	-webkit-filter: none
}

header .mainhead-wrap .btn-area .btn-lay-1, header .mainhead-wrap .btn-area .btn-lay-2 {
	font-weight: var(--REG_FONT_WEIGHT);
    width: 130px;
}

header .mainhead-wrap .btn-area .btn-lay-1:after {
	content: "";
	position: absolute;
	height: 2px;
	width: 90%;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	transition: all .3s ease 0s;
	background: var(--h2_BTN_AREA_LAY_1_AFTER)
}

header .mainhead-wrap .btn-area .btn-lay-1:hover:after {
	background: var(--h2_BTN_AREA_LAY_1_HOVER_AFTER)
}

header .mainhead-wrap .wallet-box- {
	position: relative
}

header .mainhead-wrap .wallet-box- .tol-wal-amt {
	display: flex;
	align-items: baseline;
    gap: 0 10px;
    font-size: var(--HEADER_NAV_WALLET_BALANCE_FONT_SIZE);
	font-weight: var(--REG_FONT_WEIGHT);
    cursor: default;
    color: var(--h2_HEADER_MAINHEAD_WRAP_WALLET_BOX_AMT_TXT)
}

header .mainhead-wrap .wallet-box- .wallet-bal-list { 
	position: absolute;
    width: 500px;
    max-height: 400px;
    overflow: hidden;
    padding: 10px 1rem;
    right: 0;
    border-radius: 3px;
    transform: translateY(10px);
    transform: scale(1, 0);
    opacity: 0;
    visibility: hidden;
    transform-origin: top;
    transition: all .3s ease-in-out;
    color: var(--h2_HEADER_MAINHEAD_WRAP_WALLET_BOX_WALLET_BAL_LIST_TXT);
    background: var(--h2_HEADER_MAINHEAD_WRAP_WALLET_BOX_WALLET_BAL_LIST_BG);
    border: 1px solid
}

header .mainhead-wrap .wallet-box-:hover .wallet-bal-list {
	opacity: 1;
    visibility: visible;
    transform: scale(1)
}

/* header KYC status */

.kyc-link {

	text-decoration: none;
	color: inherit;

}



.kyc-link:hover,
.kyc-link:focus,
.kyc-link:active {

	text-decoration: none;
	color: inherit;

}



.kyc-status-icon-wrapper {

  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-right: 20px;
  transition: transform 0.2s ease;
  cursor: default;
  z-index: 1000;

}



.kyc-status-icon-wrapper:hover {
	transform: scale(1.1);
}



/* Tooltip appears BELOW the icon */

.kyc-tooltip {

  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s;
  position: absolute;
  top: 125%;
  left: 50%;
  transform: translateX(-50%);
  padding: 6px 10px
  border-radius: 6px;
  white-space: nowrap;
  font-size: 13px;

  

  /* Colors controlled via CSS variables */

  --tooltip-bg: gray;
  --tooltip-text-color: white;

  background-color: var(--tooltip-bg);
  color: var(--tooltip-text-color) !important;

  

  z-index: 9999;

}



/* Show tooltip on hover */

.kyc-status-icon-wrapper:hover .kyc-tooltip {

  visibility: visible;
  opacity: 1;

}



/* Arrow on top edge of tooltip */

.kyc-tooltip::after {

  content: "";
  position: absolute;
  top: -4px; /* tight against tooltip */
  left: 50%;
  transform: translateX(-50%);
  border-width: 0 6px 6px 6px;
  border-style: solid;

  

  /* Arrow color matches tooltip bg */
  border-color: transparent transparent var(--tooltip-bg) transparent;

}



/* Icon colors by status */

.kyc-status-undefined {

  color: #ccc;

}



.kyc-status-pending {

  color: orange;

}



.kyc-status-approved {

  color: green;

}



.kyc-status-expired,
.kyc-status-rejected {

  color: red;

}



/* Tooltip colors per status using CSS variable overrides */

.kyc-tooltip.kyc-status-undefined {

  --tooltip-bg: #ccc;
  --tooltip-text-color: black;

}



.kyc-tooltip.kyc-status-pending {

  --tooltip-bg: orange;
  --tooltip-text-color: white;

}



.kyc-tooltip.kyc-status-approved {

  --tooltip-bg: green;
  --tooltip-text-color: white;

}



.kyc-tooltip.kyc-status-expired,

.kyc-tooltip.kyc-status-rejected {

  --tooltip-bg: red;
  --tooltip-text-color: white;

}

/* header KYC status */
.kyc-link {
	text-decoration: none;
	color: inherit;
}

.kyc-link:hover,
.kyc-link:focus,
.kyc-link:active {
	text-decoration: none;
	color: inherit;
}

.kyc-status-icon-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-right: 20px;
  transition: transform 0.2s ease;
  cursor: default;
  z-index: 1000;
}

.kyc-status-icon-wrapper:hover {
	transform: scale(1.1);
}

/* Tooltip appears BELOW the icon */
.kyc-tooltip {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s;
  position: absolute;
  top: 125%;
  left: 50%;
  transform: translateX(-50%);
  padding: 6px 10px;
  border-radius: 6px;
  white-space: nowrap;
  font-size: 13px;
  
  /* Colors controlled via CSS variables */
  --tooltip-bg: gray;
  --tooltip-text-color: white;
  
  background-color: var(--tooltip-bg);
  color: var(--tooltip-text-color) !important;
  
  z-index: 9999;
}

/* Show tooltip on hover */
.kyc-status-icon-wrapper:hover .kyc-tooltip {
  visibility: visible;
  opacity: 1;
}

/* Arrow on top edge of tooltip */
.kyc-tooltip::after {
  content: "";
  position: absolute;
  top: -4px; /* tight against tooltip */
  left: 50%;
  transform: translateX(-50%);
  border-width: 0 6px 6px 6px;
  border-style: solid;
  
  /* Arrow color matches tooltip bg */
  border-color: transparent transparent var(--tooltip-bg) transparent;
}

/* Icon colors by status */
.kyc-status-undefined {
  color: #ccc;
}

.kyc-status-pending {
  color: orange;
}

.kyc-status-approved {
  color: green;
}

.kyc-status-expired,
.kyc-status-rejected {
  color: red;
}

/* Tooltip colors per status using CSS variable overrides */
.kyc-tooltip.kyc-status-undefined {
  --tooltip-bg: #ccc;
  --tooltip-text-color: black;
}

.kyc-tooltip.kyc-status-pending {
  --tooltip-bg: orange;
  --tooltip-text-color: white;
}

.kyc-tooltip.kyc-status-approved {
  --tooltip-bg: green;
  --tooltip-text-color: white;
}

.kyc-tooltip.kyc-status-expired,
.kyc-tooltip.kyc-status-rejected {
  --tooltip-bg: red;
  --tooltip-text-color: white;
}

/* Member Group Progress */

header .mainhead-wrap .wallet-box- *:not(i) {
	font-family: var(--SECONDARY_FONT_FAMILY);
}
header .mainhead-wrap .wallet-box- .wallet-bal-list .member-container {
	margin: 0.5rem 0 1rem;
	display: flex;
    align-items: center;
    gap: 0 10px;
    padding: 5px;
    border-radius: 3px;
    cursor: pointer;
    background: var(--h2_HEADER_MEMBER_GRP_PROGRESS_MEMBER_CONTAINER_BG);
}

header .mainhead-wrap .wallet-box- .wallet-bal-list .member-container .dstg-member-grp {
	padding: 2px 8px;
    border-radius: 10px;
    font-size: 11px;
    text-align: center;
    background: var(--color6);
    color: var(--color1);
}

header .mainhead-wrap .wallet-box- .wallet-bal-list .member-container img {
	width: 70px;
	margin: 8px;
}

header .mainhead-wrap .wallet-box- .wallet-bal-list .member-container .-topRow {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}

header .mainhead-wrap .wallet-box- .wallet-bal-list .member-container .-topRow .dstg-info-memberGroup {
	padding: 2px 10px;
    border-radius: 12px;
    font-size: 12px;
}

header .mainhead-wrap .wallet-box- .wallet-bal-list .member-container .-topRow .dstg-info-memberGroup.firstRank {
	background-color: var(--h2_HEADER_MEMBER_GRP_PROGRESS_FIRST_RANK_MEMBER_GRP_BG);
}

header .mainhead-wrap .wallet-box- .wallet-bal-list .member-container .-topRow .dstg-info-memberGroup.secondRank {
	background-color: var(--h2_HEADER_MEMBER_GRP_PROGRESS_SECOND_RANK_MEMBER_GRP_BG);
}

header .mainhead-wrap .wallet-box- .wallet-bal-list .member-container .-topRow .dstg-info-memberGroup.thirdRank {
	background-color: var(--h2_HEADER_MEMBER_GRP_PROGRESS_THIRD_RANK_MEMBER_GRP_BG);
}

header .mainhead-wrap .wallet-box- .wallet-bal-list .member-container .-topRow .dstg-info-memberGroup.fourthRank {
	background-color: var(--h2_HEADER_MEMBER_GRP_PROGRESS_FOURTH_RANK_MEMBER_GRP_BG);
}

header .mainhead-wrap .wallet-box- .wallet-bal-list .member-container .-topRow .dstg-info-memberGroup.topRank {
	background-color: var(--h2_HEADER_MEMBER_GRP_PROGRESS_TOP_RANK_MEMBER_GRP_BG);
}

header .mainhead-wrap .wallet-box- .wallet-bal-list .member-container .-bottomRow {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

header .mainhead-wrap .wallet-box- .wallet-bal-list .member-container .member-progress-text {
	margin-top: 6px;
	text-align: left;
    font-size: 14px;
    user-select: none;
}

header .mainhead-wrap .wallet-box- .wallet-bal-list .member-container .member-progress-text .currentPoint {
	font-size: 24px;
	padding-right: 5px;
	font-weight: bold;
	color: var(--h2_HEADER_MEMBER_GRP_PROGRESS_CURR_POINT_COLOR);
}

header .mainhead-wrap .wallet-box- .wallet-bal-list .member-container .-bottomRow .member-progress-container {
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    height: 6px;
    background-color: var(--h2_HEADER_MEMBER_GRP_PROGRESS_MEMBER_PROGRESS_BAR_CONTAINER_BG);
}

header .mainhead-wrap .wallet-box- .wallet-bal-list .member-container .-bottomRow .member-progress-container .member-progress-bar {
	height: 100%;
    width: 0%;
    transition: width 0.4s ease;
}

header .mainhead-wrap .wallet-box- .wallet-bal-list .member-container .-bottomRow .member-progress-container.firstRank .member-progress-bar {
	background-color: var(--h2_HEADER_MEMBER_GRP_PROGRESS_FIRST_RANK_MEMBER_PROGRESS_BAR_BG);
}

header .mainhead-wrap .wallet-box- .wallet-bal-list .member-container .-bottomRow .member-progress-container.secondRank .member-progress-bar {
	background-color: var(--h2_HEADER_MEMBER_GRP_PROGRESS_SECOND_RANK_MEMBER_PROGRESS_BAR_BG);
}

header .mainhead-wrap .wallet-box- .wallet-bal-list .member-container .-bottomRow .member-progress-container.thirdRank .member-progress-bar {
	background-color: var(--h2_HEADER_MEMBER_GRP_PROGRESS_THIRD_RANK_MEMBER_PROGRESS_BAR_BG);
}

header .mainhead-wrap .wallet-box- .wallet-bal-list .member-container .-bottomRow .member-progress-container.fourthRank .member-progress-bar {
	background-color: var(--h2_HEADER_MEMBER_GRP_PROGRESS_FOURTH_RANK_MEMBER_PROGRESS_BAR_BG);
}

header .mainhead-wrap .wallet-box- .wallet-bal-list .member-container .-bottomRow .member-progress-container.topRank .member-progress-bar {
	background-color: var(--h2_HEADER_MEMBER_GRP_PROGRESS_TOP_RANK_MEMBER_PROGRESS_BAR_BG);
}
/* Member Group Progress */

/* Member Group Upgrade Downgrade Modal */
.rankUpgradeModal, 
.rankDowngradeModal {
	display: none;
	opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    justify-content: center;
    align-items: center;
    transition: opacity 0.3s ease;
    background-color: var(--h2_HEADER_MEMBER_GRP_UP_DOWN_MODAl_HOVER_LAYER_BG);
}

.rankUpgradeModal .modal-content, 
.rankDowngradeModal .modal-content {
	width: 90%;
	max-width: 350px;
	border-radius: 10px;
	padding: 20px;
	text-align: center;
	position: relative;
	top: -8%;
	transform: scale(0.9);
	transition: transform 0.3s ease;
	background: var(--h2_HEADER_MEMBER_GRP_UP_MODAl_CONTENT_BG);
	border: var(--h2_HEADER_MEMBER_GRP_MODAl_CONTENT_BORDER);
}

.rankDowngradeModal .modal-content {
	background: var(--h2_HEADER_MEMBER_GRP_DOWN_MODAl_CONTENT_BG);
}

.rankUpgradeModal.show .modal-content, 
.rankDowngradeModal.show .modal-content {
    transform: scale(1);
}

.rankUpgradeModal .modal-content .modal-header, 
.rankDowngradeModal .modal-content .modal-header {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
    padding: 10px;
    justify-content: center;
    color: var(--h2_HEADER_MEMBER_GRP_UP_MODAl_HEADER_COLOR);
    background: var(--h2_HEADER_MEMBER_GRP_UP_MODAl_HEADER_BG);
}

.rankDowngradeModal .modal-content .modal-header {
    color: var(--h2_HEADER_MEMBER_GRP_DOWN_MODAl_HEADER_COLOR);
}

.rankUpgradeModal .modal-content .modal-header:after, 
.rankDowngradeModal .modal-content .modal-header:after {
	border: none;
}

.rankUpgradeModal .modal-content .modal-close, 
.rankDowngradeModal .modal-content .modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    color: var(--h2_HEADER_MEMBER_GRP_UP_MODAl_CLOSE_BTN_COLOR);
    background: var(--h2_HEADER_MEMBER_GRP_MODAl_CLOSE_BTN_BG);
    border: var(--h2_HEADER_MEMBER_GRP_UP_MODAl_CLOSE_BTN_BORDER);
}

.rankDowngradeModal .modal-content .modal-close {
	color: var(--h2_HEADER_MEMBER_GRP_DOWN_MODAl_CLOSE_BTN_COLOR);
	border: var(--h2_HEADER_MEMBER_GRP_DOWN_MODAl_CLOSE_BTN_BORDER);
}

.rankUpgradeModal .modal-content .modal-image {
    width: 75%;
    margin: auto;
}

.rankDowngradeModal .modal-content .modal-image {
	width: 50%;
    margin: auto;
}

.rankUpgradeModal .modal-content .modal-text, 
.rankDowngradeModal .modal-content .modal-text {
    margin-top: 20px;
    font-size: 14px;
    color: var(--h2_HEADER_MEMBER_GRP_UP_MODAl_TXT_COLOR);
}

.rankDowngradeModal .modal-content .modal-text {
	color: var(--h2_HEADER_MEMBER_GRP_DOWN_MODAl_TXT_COLOR);
}

.rankUpgradeModal .modal-content .modal-button, 
.rankDowngradeModal .modal-content .modal-button {
    display: inline-block;
    padding: 10px 20px;
    font-size: 13px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    margin: 20px auto auto;
    width: 80%;
    background-color: var(--h2_HEADER_MEMBER_GRP_MODAl_VIEW_REWARD_BTN_BG);
    color: var(--h2_HEADER_MEMBER_GRP_MODAl_VIEW_REWARD_BTN_COLOR);
}

.rankUpgradeModal .modal-content .modal-button:hover, 
.rankDowngradeModal .modal-content .modal-button:hover {
    background-color: var(--h2_HEADER_MEMBER_GRP_MODAl_VIEW_REWARD_BTN_HOVER_BG);
}
/* Member Group Upgrade Downgrade Modal */

header .mainhead-wrap .wallet-box- .wallet-bal-list .transfer-control- {
	display: flex;
	align-items: baseline;
	margin-bottom: 10px
}

header .mainhead-wrap .wallet-box- .wallet-bal-list .main-head {
	padding-bottom: 5px;
    border-bottom: 1px solid
}

header .mainhead-wrap .wallet-box- .wallet-bal-list .main-wal-info- {
	display: flex;
	align-items: baseline
}

header .mainhead-wrap .wallet-box- .wallet-bal-list .main-bal {
	display: flex;
	align-items: baseline;
    gap: 0 5px;
    padding: 0;
    font-size: 14px
}

header .mainhead-wrap .wallet-box- .wallet-bal-list .main-bal span:nth-child(2),
header .mainhead-wrap .wallet-box- .wallet-bal-list .main-bal span:nth-child(3) {
	font-size: 1rem
}

header .mainhead-wrap .wallet-box- .wallet-bal-list .wallet-list- {
	margin-top: 5px;
	padding-right: 5px;
	overflow-y: auto;
	overflow-x: hidden
}

header .mainhead-wrap .wallet-box- .wallet-bal-list .wallet-list- .list-item- {
	display: grid;
    grid-template-columns: 55% 30% 15%;
    margin-bottom: 10px
}

header .mainhead-wrap .wallet-box- .wallet-bal-list .wallet-list- .list-item- div:first-child {
	
}

header .mainhead-wrap .wallet-box- .wallet-bal-list .wallet-list- .list-item- div:nth-child(2).active {
	color: var(--h2_HEADER_MAINHEAD_WRAP_WALLET_BOX_BAL_LIST_LIST_ITEM_CHILD_ACTIVE_TXT)
}

header .mainhead-wrap .wallet-box- .wallet-bal-list .wallet-list- .list-item- div:last-child {
	
}

header .mainhead-wrap .wallet-box- .wallet-bal-list .wallet-list- .list-item- .locked.hide {
	display: none;
	opacity: 0
}

header .navi-wrap {
	width: 100%;
	min-height: 57px;
	background: var(--h2_NAVI_BG)
}

header .navi-wrap ul {
	display: flex;
	justify-content: center;
    align-items: flex-end;
    opacity: 1;
    transition: .1s ease-in-out
}

header .navi-wrap ul.unchecked {
	opacity: 0
}

header .navi-wrap ul li {
	position: relative;
	width: 100%;
	padding: 1rem;
    letter-spacing: 1px;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .3s ease-in-out;
    color: var(--h2_NAVI_LI_TXT);
    background: var(--h2_NAVI_LI_BG);
	font-size: var(--DEFAULT_FONT_SIZE);
	font-weight: var(--REG_FONT_WEIGHT);
	letter-spacing: 1px;
}

header .navi-wrap ul li[data-nav='HOME'],
header .navi-wrap ul li[data-nav='APP'] {
	width: fit-content
}

header .navi-wrap ul li:hover,
header .navi-wrap ul li.hover,
header .navi-wrap ul li.active {
	color: var(--h2_NAVI_LI_HOVER_TXT);
    background: var(--h2_NAVI_LI_HOVER_BG)
}

header .navi-wrap ul li.flex {
	display: flex;
    align-items: center;
    gap: 0 4px;
}

header .navi-wrap ul li:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 0px;
	bottom: -1px;
	left: 0;
	transition: .3s ease-in-out, height .3s ease-out, opacity .3s ease-in;
	background: var(--h2_NAVI_LI_BEFORE_BG);
	box-shadow: var(--h2_NAVI_LI_BEFORE_BOXS);
	-webkit-box-shadow: var(--h2_NAVI_LI_BEFORE_BOXS);
    filter: var(--h2_NAVI_LI_BEFORE_FILTER);
    -webkit-filter: var(--h2_NAVI_LI_BEFORE_FILTER);
	opacity: 0
}

header .navi-wrap ul li:hover:before,
header .navi-wrap ul li.hover:before,
header .navi-wrap ul li.active:before {
	height: 3px;
	opacity: 1
}

header .navi-wrap ul li:after {
	content: "";
	position: absolute;
	width: 1px;
	height: 30%;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background: var(--h2_NAVI_LI_AFTER_LINE)
}

header .navi-wrap ul li:last-child:after {
	width: 0;
	height: 0;
	background: transparent
}

header .navi-wrap ul li img {
	width: 25px;
	transition: none;
	filter: var(--h2_NAVI_LI_IMG);
	-webkit-filter: var(--h2_NAVI_LI_IMG)
}

header .navi-wrap ul li:hover img,
header .navi-wrap ul li.active img {
	filter: var(--h2_NAVI_LI_HOVER_IMG);
	-webkit-filter: var(--h2_NAVI_LI_HOVER_IMG)
}

/* header .navi-wrap ul li .beforeactive,
header .navi-wrap ul li:hover .afteractive,
header .navi-wrap ul li.active .afteractive {
	display: block
}

header .navi-wrap ul li:hover .beforeactive,
header .navi-wrap ul li.active .beforeactive,
header .navi-wrap ul li .afteractive {
	display: none
} */

header .navi-wrap .navi-sub-list {
	position: absolute;
	width: 100%;
	height: fit-content;
	left: 0;
	opacity: 0;
	z-index: -1;
	visibility: hidden;
	transform: scale(1, 0);
    transform-origin: 0 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: var(--h2_SUB_NAVI_BG)
}

header .navi-wrap .navi-sub-list:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 28px;
	left: 0;
	bottom: 0;
	background: var(--h2_SUB_NAVI_BG_AFTER);
	z-index: -2
}

header .navi-wrap .navi-sub-list.hover {
	opacity: 1;
	z-index: 1;
	visibility: visible;
	transform: scale(1)
}

header .navi-wrap .navi-sub-list .prov-car .paddle button {
	color: var(--h2_SUB_NAVI_PROV_PADDLE_BTN)
}

header .navi-wrap .navi-sub-list .prov-car .paddle button:not(.disabled):hover {
	font-size: 37px
}

header .navi-wrap .navi-sub-list .prov-car .paddle .prev:not(.disabled):hover {
	left: -40px
}

header .navi-wrap .navi-sub-list .prov-car .paddle .next:not(.disabled):hover {
	right: -40px
}

header .navi-wrap .navi-sub-list .provItem {
	position: relative
}

header .navi-wrap .navi-sub-list .provItem .prov-img {
	position: relative;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    cursor: pointer
}

header .navi-wrap .navi-sub-list .provItem .prov-img img {
	width: 80%;
	min-height: 200px;
    padding-bottom: 20px;
}

header .navi-wrap .navi-sub-list .provItem .prov-name {
	position: absolute;
	width: 90%;
    left: 1rem;
    top: 1rem;
    padding-left: 10px;
    font-size: 14px;
    color: var(--h2_SUB_NAVI_PROV_NAME)
}

header .navi-wrap .navi-sub-list .provItem .prov-name:before {
	content: "";
	position: absolute;
	width: 2px;
	height: 80%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: var(--h2_SUB_NAVI_PROV_NAME_BEFORE)
}

header .navi-wrap .navi-sub-list .provItem .locked-promo {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    z-index: 2;
	color: var(--color2);
	background: #000000e0
}

header .navi-wrap .navi-sub-list .provItem .lbl {
	position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 2px 1rem;
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--h2_SUB_NAVI_PROV_LBL_TXT);
    background: var(--h2_SUB_NAVI_PROV_LBL_BG);
    z-index: 1
}

header .navi-wrap .navi-sub-list .provItem .lbl .h- {
	position: absolute;
    width: 85%;
    height: 100%;
    left: 100%;
    top: 0;
    background: var(--h2_SUB_NAVI_PROV_LBL_HOVER_BG);
    transform: skewX(-35deg);
    opacity: 0;
    transition: left .1s linear;
    z-index: -1
}

header .navi-wrap .navi-sub-list .provItem .lbl .h- div:first-child,
header .navi-wrap .navi-sub-list .provItem .lbl .h- div:last-child {
	position: absolute;
    height: 100%;
    transform: skewX(-2deg);
    background: var(--h2_SUB_NAVI_PROV_LBL_HOVER_DIV)
}

header .navi-wrap .navi-sub-list .provItem .lbl .h- div:first-child {
	width: 5px;
	left: -10px
}

header .navi-wrap .navi-sub-list .provItem .lbl .h- div:last-child {
	width: 2px;
    left: -18px
}

header .navi-wrap .navi-sub-list .provItem:hover .lbl .h- {
	opacity: 1;
	left: 11%
}

header .navi-wrap .navi-sub-list.navi-bg- {
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: var(--h2_SUB_NAVI_BG)
}

header .navi-wrap .navi-sub-list.navi-bg-:after {
	background-color: var(--h2_SUB_NAVI_BG_IMG_AFTER)
}

header .navi-wrap .navi-sub-list.navi-bg- .provItem .prov-name {
	color: var(--h2_SUB_NAVI_BG_IMG_PROV_NAME);
    background: var(--h2_SUB_NAVI_BG_IMG_PROV_NAME_BG)
}

header .navi-wrap .navi-sub-list.navi-bg- .provItem .lbl {
	color: var(--h2_SUB_NAVI_BG_IMG_PROV_LBL_TXT);
	background-color: var(--h2_SUB_NAVI_BG_IMG_PROV_LBL_BG)
}

header .navi-wrap .navi-sub-list.navi-bg- .provItem:hover .lbl {
	color: var(--h2_SUB_NAVI_BG_IMG_HOVER_PROV_LBL_TXT)
}

/* modal */

.form-group .btn-g.login-submit- {
    letter-spacing: 0.05rem;
}
#loginmodal .form- {
	display: none;
    animation-name: fadeOut
}

#loginmodal .form-.show {
	display: block;
    animation-name: fadeIn;
    animation-duration: .5s
}

#loginmodal .form-group .col-form-label {text-transform:none;font-size: var(--SUBBODY_TXT_FONT_SIZE);}
#loginmodal .form-group .col-form-label,
#loginmodal .visibleIcon {
	color: var(--h2_LOGIN_MODAL_ICON_LBL_COLOR)
}

#loginmodal .form-group .inputmsg {
	color: var(--h2_LOGIN_MODAL_INPUT_MSG)
}

#loginmodal .forgot-field,
#loginmodal .regAcc-field {
	cursor: pointer;
	text-decoration: underline;
	color: var(--h2_LOGIN_MODAL_FORGOT_REG);
	font-size: var(--LOGIN_MODAL_FORM_GRP_LBL_FONT_SIZE);
}

#loginmodal .forgot-field:hover,
#loginmodal .regAcc-field:hover {
	color: var(--h2_LOGIN_MODAL_FORGOT_REG_HOVER)
}

#loginmodal .rmbMe- label {
	font-size: 12px
}


#loginmodal .modal-body #login-tab-list .mt-1 {
	font-size: var(--SUBBODY_TXT_FONT_SIZE);
}

#langmodal .lang- {
	margin: 0 0 10px;
    padding: 0 0 10px;
    align-items: flex-start;
    border-bottom: 1px solid
}

#langmodal .lang-:last-child {
	margin: 0;
	padding: 0;
	border-bottom: 0
}

#langmodal .lang-lbl {
	display: flex;
    gap: 0 1rem;
    align-items: center;
    padding-left: 0
}

#langmodal .lang-lbl img {
	width: 30px
}

#langmodal .lang-lbl span {
	color: var(--h2_LANG_MODAL_SPAN_COLOR)
}

#langmodal .lang-option {
	display: flex;
	flex-wrap: wrap;
    gap: 5px;
    padding: 0
}

#langmodal .lang-option li {
	padding: 5px 1rem;
    border-radius: 3px;
    cursor: pointer;
    font-weight: 500;
    transition: .3s ease-in-out;
    color: var(--h2_LANG_MODAL_OPTION_LI);
    border: 1px solid var(--h2_LANG_MODAL_OPTION_LI_BORDER);
}

#langmodal .lang-option li.active,
#langmodal .lang-option li:hover {
	color: var(--h2_LANG_MODAL_OPTION_LI_HOVER);
    border-color: var(--h2_LANG_MODAL_OPTION_LI_HOVER_BORDER);
}

#announcemodal #announceList {
	max-height: 600px;
    overflow: hidden auto
}

#announcemodal .announce-item {
	margin: 5px 0;
    padding: 10px;
    border-radius: 3px;
    color: var(--h2_ANNOUNCEMODAL_ANNOUNCE_ITEM_TXT);
    border: 1px solid
}

#announcemodal .announce-item .title {
	display: flex;
    gap: 10px;
    align-items: baseline;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid
}

/* Contact Box */
.contactBox.active {
    right: 0;
}

.contactBox {
    align-items: center;
    bottom: 170px;
    display: flex;
    position: fixed;
    right: -240px;
    transition: all .3s;
    width: 270px;
    z-index: 9999;
    cursor: pointer;
}

.contactBox_left {
    align-items: center;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    display: flex;
    flex-direction: column;
    font-size: 12px;
    font-weight: 400;
    justify-content: center;
    padding: 20px 0;
    white-space: nowrap;
    width: 30px;
    z-index: 2;
}

#contact_icon_mobile{
	max-width:30px;
	min-width:30px;
	margin-right: .75rem;
}


.contactbox_text {
    transform: rotate(0);
    writing-mode: vertical-lr;
}

.active .contact_us_arrow {
    transform: rotate(180deg);
}

.contact_us_arrow {
    background-color: #fff3;
    border-radius: 100%;
    height: 21px;
    margin-top: 10px;
    position: relative;
    transition: all .3s;
    width: 21px;
}

.contact_us_arrow i {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
    width: 9px;
}

.contactBox_right {
    align-self: stretch;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    padding: 10px;
    transition: all .15s;
    width: calc(100% - 30px);
}

.contactBox_right .contact_btn_mobile i{
	font-size: 30px;
    margin-right: .75rem;
    color: #fff;
}

.contactBox.active .contactBox_right {
    margin-left: 0;
    padding: 10px 0 10px 20px;
    width: calc(100% - 30px);
}

.contact_btn_mobile:first-child {
    margin-top: 0;
}

.contact_btn_mobile {
    align-items: center;
    display: flex;
    margin-top: 15px;
}

.contact-tab-text-1, .contact-tab-text-2 {
	font-size: .75rem;
    line-height: 1rem;
}
/* Contact Box */

/* Beside Parnter Logo */
.BesideParnterLogo .ParnterLogo-1,
.BesideParnterLogo .ParnterLogo-2 {
	position: fixed;
    width: 25px;
    right: 0px;
    z-index: 99;
}

.BesideParnterLogo .ParnterLogo-1{
	bottom: 320px;
}

.BesideParnterLogo .ParnterLogo-2 {
    bottom: 430px;
}
/* Beside Parnter Logo */

/* contact float */
.hcontact-float- {
	position: fixed;
    display: flex;
    flex-direction: column;
    gap: .5rem;
    right: 1.25rem;
    bottom: 14%;
    z-index: 99
}

.hcontact-float- .float-item- {
    width: 65px;
    height: 65px;
    padding: .25em;
    font-size: 2.75rem;
    border-radius: 100%
}

.hcontact-float- .float-item-[data-contactcode='WHATSAPP'] {
	color: var(--color2);
	background: #2ebc0b
}

.hcontact-float- .float-item-[data-contactcode='TELEGRAM'] {
	color: var(--color2);
	background: #00a5ff
}

.hcontact-float- .float-item-[data-contactcode='MESSENGER'] {
	background: var(--color2)
}

.hcontact-float- .float-item-[data-contactcode='MESSENGER'] i {
	background: linear-gradient(35deg, #0695ff 20%, #a334fa 50%, #ff6968 85%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}