::placeholder,
::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::-ms-input-placeholder {
	color: #333 !important;
}
.flex{ display: flex !important;}
.grid{ display: grid !important;}
.floatl{ float:left; }.floatr{ float:right; }
.btn-warning{ color: #000; }
.bold{ font-weight: bold !important; }
.bradius0{ border-radius: unset !important; }
.bradius2{ border-radius: 2px !important; }
.bradius3{ border-radius: 3px !important; }
.bradius4{ border-radius: 4px !important; }
.bradius5{ border-radius: 5px !important; }
.bradius6{ border-radius: 6px !important; }
.bradius8{ border-radius: 8px !important; }
.bradius10{ border-radius: 10px !important; }
.bradius15{ border-radius: 15px !important; }
.bradius20{ border-radius: 20px !important; }
.bradius25{ border-radius: 25px !important; }
.txtc{ text-align: center !important; }
.hidden{ display: none; opacity: 0; }
.textl{text-align:left !important;} .textr{text-align:right !important;} .textc{text-align:center !important;}
.bgwhite{ background: #fff !important;}
.form-group { margin-bottom: 0.7rem; }
.mrg-0{ margin: 0!important; }
.padd-top-80{ padding-top: 80px !important; }
.red{ color: #ff2b2b !important; }
img{ object-fit: contain; }
h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5{ color: #000; font-family: sans-serif, system-ui; }
p , span, a{ font-family: sans-serif, system-ui; }
html, body{ background: #fff; }
body{
	color: #000;
    width: 100%;
    height: 100%;
}
ul{ margin:0; padding:0; list-style-type: none; }
.btn:hover {
    box-shadow: 0 5px 12px -7px rgba(0, 0, 0, 0.4) !important;
}
/**** Background Setting ****/
.site-wrap{
	position: relative;
    min-height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
    z-index: 1;
}
.site-main-section{
	padding: 3em 0;
	margin-top: 120px;
	min-height: 500px;
}
.site-main-section, .site-section{
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 500px;
	padding-top: 50px;
	padding-bottom: 60px;
}
.owl-carousel .owl-item img{
	max-height: 450px;
	max-width: 1100px;
	margin: auto;
	filter: drop-shadow(0 0 10px #ffbf60);
}
.rotate{
	font-size: 16px !important;
	animation: rotate360 0.7s infinite;
}
@keyframes glowing {
  0% { filter: brightness(1); }
  50% { filter: brightness(1.15); }
  100% { filter: brightness(1); }
}
@keyframes rotate360 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(360deg);}
}
.site-nav-marquee{
	display: flex;
    width: 100%;
    height: 38px;
    line-height: 34px;
	border-top: 2px solid #f9ca61;
	border-bottom: 2px solid #f9ca61;
    border-image-slice: 1;
    border-image-source: linear-gradient(90deg, #e9c961, #b67722, #fff484, #dfc758, #af7022, #e9c961);
}
.site-nav-marquee marquee {
    font-size: 14px;
    filter: brightness(0.8);
    white-space: nowrap;
	letter-spacing: 0.4px;
}
.site-nav-marquee marquee span{
	color: #fff;
}
.nonloop-block-15{
	background: #000;
}
/**************** Footer **************/
.site-footer{
	position: fixed;
    bottom: 0;
    left: 0;
    background: #000;
    height: 26px;
    width: 100%;
    z-index: 12;
}
/*************** Header ****************/
.site-header{
	position: fixed;
	display: flex;
	top: 0;
	left: 0;
	width: 100%;
	background: #121212;
	box-shadow: 0 1px 4px #0005;
	min-height: 50px;
	z-index: 13;
}
.sheader-logo{
	margin-right: auto;
}
.sheader-logo img{
	width: 90px;
	height: 50px;
}
.sheader-nav{
	display: none;
	width: 50px;
	height: 50px;
	margin-left: auto;
	cursor: pointer;
}
.sheader-nav img{
	height: 35px;
	height: 35px;
	margin: auto;
}
.sheader-menu{
	display: flex;
	margin-right: 3%;
}
.sheader-menu-inner{
	display: flex;
}
.sheader-menu-inner a{
	padding: 0 10px;
    color: #222560;
    background: #eee;
    margin: auto 5px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    height: 30px;
    line-height: 30px;
	min-width: max-content;
	transition: filter 0.5s ease;
}
.sheader-menu-inner a:hover,
.sheader-menu-inner a:active{
	filter: brightness(1.2);
}
.sheader-menu-hide{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #0005;
	z-index: -1;
}
@keyframes headerleft {
  0% { margin-right: -300px; }
  100% { margin-right: 0; }
}
@media(max-width: 640px){
	.sheader-nav{
		display: flex;
	}
	.sheader-menu{
		display: none;
	}
	.sheader-menu.active{
	    position: fixed;
		display: flex;
		width: 100%;
		height: 100%;
		margin: 0;
		z-index: 20;
	}
	.sheader-menu.active .sheader-menu-inner{
		position: absolute;
		right: 0;
		width: 300px;
		height: 100%;
		display: block;
		padding-top: 50px;
		background: #f2f2f2;
		box-shadow: 0 1px 3px #fff8;
		animation: headerleft 0.6s;
		z-index: 1;
	}
	.sheader-menu.active .sheader-menu-inner a{
		width: 100%;
		display: block;
		height: 56px;
		line-height: 55px;
		border-bottom: 1px solid #ccc;
		border-radius: 0;
		margin: 0;
		padding: 0 25px;
		font-size: 15px;
	}
	.sheader-menu.active .sheader-menu-hide{
		display: block;
		animation: fadeIn 0.6s;
	}
}

/****************** Index *******************/
.site-dashmain{
	display: flex;
    padding: 0 5px;
    max-width: 600px;
    margin: auto;
}
.site-dashmain .site-dashlogo{
	display: grid;
    margin: auto;
}
.site-dashmain .site-dashlogo img{
	max-width: 100px;
    min-width: 70px;
    width: 100%;
    height: 90px;
    margin: auto;
}
.site-dashboard{
	display: grid;
	margin: 10px 0;
}
.site-dashmain .site-dashboard {
	margin-right: auto;
}
.site-dashflex{
	display: flex;
	margin: auto;
	margin-bottom: 5px;
}
.site-dashflex img{
	max-width: 130px;
	width: 50%;
    height: 50px;
    object-fit: contain;
}
.site-dashflex:last-child img{
	max-width: 150px;
	height: 60px;
}
.site-dashflex img.dashflex-single{
	max-width: 300px;
	width: 100%;
	height: 100px;
}
.site-quicksc{
	background: linear-gradient(to bottom, rgb(212 224 237 / 15%), rgb(144 157 183 / 25%)) , url(../images/background2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow: 0 0 4px #0002;
    padding-top: 15px;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
.quicksc-main{
	padding: 0 10px;
    max-width: 600px;
    margin: auto;
}
.site-ititle{
	font-size: 17px;
    color: #222560;
    font-weight: 600;
    margin-bottom: 15px;
}
.site-icredit{
	font-weight: 600;
    font-family: sans-serif;
    width: fit-content;
    padding: 0 15px;
    background: #dedede;
	box-shadow: 0 1px 1px #0003;
    border-radius: 50px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 15px;
	margin-left: 10px;
}
.form-group{
	display: flex;
	margin-bottom: 15px;
}
.form-input{
	display: flex;
    width: 100%;
}
.form-input:nth-child(2){
	margin-left: 15px;
}
.form-input label{
	position: absolute;
    font-size: 11px;
    font-family: system-ui;
    color: #fff;
    width: 70px;
    min-width: fit-content;
    padding-top: 3px;
    padding-left: 4px;
    margin: 0;
    line-height: 140%;
    margin-left: 4px;
}
.form-input input{
	background: #000;
    color: #fff;
    border: none;
    border-radius: 12px;
    height: 46px;
    width: 100%;
    font-size: 13px;
    padding-left: 8px;
    padding-top: 18px;
}
.form-input textarea{
	background: #000;
    color: #fff;
    border: none;
    border-radius: 12px;
    min-height: 80px;
    width: 100%;
    font-size: 13px;
    padding: 0 6px;
    padding-top: 20px;
}
.form-group button{
	border-radius: 50px;
    border: none;
    background: #000;
    box-shadow: 0 1px 2px #0004;
    color: #fff;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
    margin: auto;
    margin-top: 10px;
	min-width: 120px;
    transition: background 0.4s ease;
}
.form-group button:active,
.form-group button:hover{
	background: #ee2922;
	color: #fff;
	text-shadow: unset;
}

.form-approver{
	padding-top: 10px;
    padding-bottom: 8px;
}
.form-approver h5{
	font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.4px;
    margin: auto;
    margin-bottom: 1px;
    text-align: center;
}
.form-approver span{
	font-size: 12px;
    text-align: center;
    display: block;
    text-decoration: underline;
    letter-spacing: -0.4px;
    color: #222;
}
.quicksc-status{
	padding: 0 20px;
	max-width: 600px;
    margin: auto;
}
.quicksc-status .site-icredit{
	margin-left: auto;
}
.quicksc-table{
	margin: auto;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
    background: #000;
    color: #fff;
    font-weight: 600;
    border-radius: 20px;
}
.quicksc-table.table2{
    border-radius: 15px;
    background: #222;
}
.quicksc-table tr td{
	width: 50%;
	padding: 5px 10px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}
.quicksc-table tr td:last-child{
	border-right: none;
}
.quicksc-table tr:last-child td{
	border-bottom: none;
}
.site-condition h5{
	color: #ff0000;
    font-size: 18px;
    font-weight: 600;
	letter-spacing: -0.4px;
    margin: 0;
}
.site-condition p{
	font-size: 15px;
	font-family: system-ui;
	text-shadow: 0 0 1px #000a;
	letter-spacing: 0.4px;
	line-height: 140%;
}

.site-receipt{
	padding: 5px 15px;
}
.site-receipt{
	max-width: 500px;
    margin: auto;
}
.site-fundtras{
	margin: auto;
}
.site-fundtras > img{
	width: 100%;
    max-width: 230px;
    margin-bottom: 10px;
}
.fundtras-main{
	display: grid;
}
.fundtras-main span{
	font-size: 16px;
    text-shadow: 0 0 1px #0005;
    margin-bottom: 6px;
	letter-spacing: -0.3px;
}
.fundtras-main span input{
	display: inline;
    width: 100%;
    min-width: unset;
    border: none;
    padding: 0 2px;
	outline: none !important;
}
.site-clpercent{
	display: flex;
    width: 80px;
    height: 80px;
    margin: 10px auto;
	margin-top: 30px;
    border-radius: 50%;
    border: 2px solid #d50000;
}
.site-clpercent span{
	font-size: 30px;
    margin: auto;
}

.site-transfer{
	background: linear-gradient(to bottom, rgb(228 228 234), rgb(202 205 210));
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow: 0 0 4px #0002;
    padding-top: 30px;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
.transfer-main{
	padding: 0 8px;
    max-width: 600px;
    margin: auto;
}
.transfer-main input,
.transfer-main textarea{
	background: #fff;
	text-shadow: 0 0 1px #0003;
	color: #000;
}
.transfer-main label{
	color: #000;
	text-shadow: 0 0 1px #000a;
}
.transfer-main button{
	background: #fff;
	color: #000;
	text-shadow: 0 0 1px #000;
}
.transfer-main .fgcustom label{
	font-size: 16px;
	padding-top: 6px;
    margin-top: 6px;
    margin-left: 8px;
}
.transfer-main .fgcustom input{
	padding-left: 85px;
	padding-top: 1px;
	font-size: 16px;
}

.site-lhdn{
	padding: 0 10px;
	margin: auto;
	margin-top: 20px;
    max-width: 800px;
}
.slhdn-main{
	display: grid;
}
.slhdn-title{
    margin-bottom: 15px;
    padding: 0 5px;
}
.slhdn-title img{
	width: 60px;
    height: 60px;
}
.slhdn-title h5{
	font-size: 18px;
	font-weight: 600;
	letter-spacing: -0.4px;
	margin-bottom: 2px;
}
.slhdn-title span{
	display: block;
    font-size: 12px;
    line-height: 140%;
}
.content-box{
	border: 1px solid #555;
	padding: 10px;
	margin-bottom: 15px;
	zoom: 0.8;
}
.form-write{
	display: grid;
    padding-right: 5px;
	max-width: 400px;
}
.form-write label{
	font-size: 15px;
	font-family: system-ui;
    text-shadow: 0 0 1px #222;
    margin: 0;
    line-height: 140%;
	margin-bottom: 2px;
}
.form-write span{
	font-size: 14px;
    color: #333;
    line-height: 120%;
    letter-spacing: 0.2px;
}
.form-writeb{
	margin: auto;
    margin-right: 0;
    width: 250px;
    min-width: 250px;
    max-width: 300px;
}
.form-writeb input{
	border: 1px solid #555;
    width: 100%;
    padding: 0 5px;
    height: 33px;
    line-height: 33px;
}
.lhdn-txtr .form-writeb input{
	text-align: center;
}
@media(max-width: 640px){
	.form-writeb{
		width: 180px;
		min-width: 180px;
	}
}

.site-popup{
	display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0003;
    animation: fadeIn 0.3s;
	padding: 10px;
}
.spopup-main{
	display: block;
    margin: auto;
    width: 100%;
    max-width: 400px;
	min-height: 200px;
    background: #fff;
	box-shadow: 0 1px 8px #0008;
	border-bottom: 1px solid #d1d1d1;
    border-radius: 5px;
}
.spopup-top{
	display: flex;
    padding: 5px;
    border-bottom: 1px solid #d1d1d1;
    background: linear-gradient(180deg, #e9e9e9, #f5f5f5,#fcfcfc,#fff,#eee);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.spopup-top img{
	height: 28px;
    width: 28px;
	margin-left: 5px;
	margin-right: 13px;
	animation: glowing 1s ease;
}
.spopup-top h5{
	margin: auto 0;
    padding-top: 4px;
    font-size: 18px;
    letter-spacing: 0.4px;
    text-shadow: 0 0 1px #0003;
}
.spopup-reason{
	padding: 15px 25px;
	min-height: 100px;
}
.spopup-reason p{
	color: #111;
	margin: 0;
}
.spopup-close{
	width: 100%;
	display: flex;
	margin-bottom: 15px;
	margin-top: 10px;
}
.spopup-close button{
	margin: auto;
	color: #333;
    font-weight: bold;
    min-width: 120px;
    padding: 0 15px;
    height: 35px;
    border: 1px solid #aaa;
    box-shadow: 0 1px 4px #0003;
    cursor: pointer;
	transition: all 0.4s ease;
}
.spopup-close button:hover,
.spopup-close button:active{
	filter: brightness(1.08);
	box-shadow: 0 1px 6px #0004;
}
.spopup-cross{
	display: flex;
    margin-left: auto;
    margin-right: 2px;
}
.spopup-cross:before{
	content: "\e5cd";
    font-family: 'icomoon' !important;
    color: #fff;
    background: linear-gradient(36deg, #e30000, #950000);
    border-radius: 50%;
    box-shadow: 0 1px 3px #0005;
    height: 18px;
    width: 18px;
    line-height: 18px;
    text-align: center;
    display: inline-block;
    margin: auto;
    cursor: pointer;
}