.bgcskyblue	{background-color: #e2efff;}
.bgclskyblue	{background-color: #ecf4fe;}

.bgcskynavy	{background-color: rgb(215 221 255 / 80%);}
.bgcdeepblue	{background-color: rgb(1 26 194 / 100%);}
.bgclightnavy	{background-color: rgba(244 249 254 / 100%);}

/****** Title & Text ******/

.txtpanneltitle	{font-size: 18px;font-weight: 650;letter-spacing: -0.03rem;}
.txtpannelmid	{font-size: 16px;font-weight: 600;color: #787878;}
.txtpannelsub	{font-size: 16px;font-weight: 500;color: #787878;}
.txtpannelitem	{font-size: 16px;font-weight: 500;color: #565656;}
.txtdeposit		{width: 93px;}

.txttblguide {
	color: #00746b;
	font-size: 14px;
}

/****** Button ******/

/****** Input ******/

.inputboxappword {
	height: 58px !important;
	padding: 10px !important;
}

/****** Deposit ******/

.cldeposit			{color: #592bca !important;}
.bgcldepo			{background-color: #f7f4fd;border: 1px solid #e0e0e0;}

.btn-deptype		{font-size: 15px;font-weight: 550;}
.btn-deptype.on{background: #592bca !important;border-color: #592bca !important;color: #ffffff !important;}
.btn-depamt		{font-size: 15px;font-weight: 550;}
.btn-depamt.on	{background: #592bca !important;border-color: #592bca !important;color: #ffffff !important;}
.btn-depamt.gray	{color: #ababab !important;}

.depositbox			{display: none;}
.depositbox.on		{display: block;}


/****** Comment List ******/

.txtbbsopuser {
	color: #454545 !important;
	font-weight: 550 !important;
}

.opboard-list {
	padding: 0px 18px 10px 18px;
}

.opboard-list ol {
	border-top: 1px dashed #dedede;
	color: #333333;
	padding: 5px 3px 5px 0px !important;
	margin: 0px;
}

.opboard-list ol ul {
	display: flex;
	justify-content: space-between;
	margin-bottom: 0px;
}

/****** Comment Body ******/

.oplistuser {
	display: inline-flex !important;
    align-items: center;
}

.oplistcontents {
	color: #454545 !important;
	font-size: 14.5px;
	line-height: 1.3rem;
	padding-left: 24px;
	padding-top: 2px;
}

.opformbody {
	display: flex;
    justify-content: space-between;
	align-items: center;
}

.opformuser {
	color: #000000;
	font-size: 17px;
	font-weight: 550;
	display: inline-flex;
    align-items: center;
	padding-bottom: 3px;
}

/*###### HelpDesk Common ######*/

.boards-top {
	height: 4px;
	background-color: rgb(176 199 225);
	border-top: 1px solid #dedee0;
    border-bottom: 1px solid #d5d5d5;
}

/****** Member's Forum List ******/

.mmbbs-list {
    font-family: Source Sans Pro, sans-serif;
	font-size: 14px;
	line-height: 1.3rem;
	padding-bottom: 1px;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 20px;
}

.mmbbs-list ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

.mmbbs-list li {
	padding: 6px 1px 4px 1px;
	text-align: center; 
	white-space: nowrap;	/* Prevent line breaks even when content overflows */
	overflow: hidden;			/* Hide overflowing content */
}

.mmbbs-header {
	height: 35px;
	color: #a0a0a0;
	font-weight: 400;
	background-color: #fafafc;
	border-bottom: 2px solid #eeeeee;
}
.mmbbs-row {
	border-bottom: 1px dashed #eee;
}

.mmbbs-row.on {
    background: #e6efff !important;
}

.mmbbs-row:hover {
	background-color: #ffffe8;
	/*cursor: pointer;*/
}

.mmbbs-col-no		{flex: 0 0 45px;}
.mmbbs-col-title	{flex-grow: 1;text-overflow: ellipsis;}	/* Takes up all remaining space */
.mmbbs-col-writer	{flex: 0 0 100px;}
.mmbbs-col-date	{flex: 0 0 90px;}

/****** Board Form ******/

.bbsform-side {flex-grow: 1;padding-right: 5px;}
.bbsform-title	{
	flex: 0 0 75px;
	padding-left: 5px;
	color: #676767;
	font-weight: 400;
}

/*###### MyPage Common ######*/

.mypage-top {
	height: 4px;
	background-color: rgb(176 199 225);
	border-top: 1px solid #dedee0;
    border-bottom: 1px solid #d5d5d5;
}

/****** MyPage 1:1 Inquiry ******/

.inquiry-list {
   font-family: Source Sans Pro, sans-serif;
	font-size: 14px;
	line-height: 1.3rem;
	padding-bottom: 1px;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 20px;
}

.inquiry-list ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

.inquiry-list li {
	padding: 4px 1px 1px 1px;
	text-align: center; 
	white-space: nowrap;	/* Prevent line breaks even when content overflows */
	overflow: hidden;			/* Hide overflowing content */
}

.inquiry-header {
	color: #a0a0a0;
	font-weight: 400;
	height: 35px;
	border-bottom: 1px solid #eee;
}

.inquiry-row {
	 border-bottom: 1px dashed #eee;
}

.inquiry-row.on {
    background: #e6efff !important;
}

.inquiry-row:hover {
	background-color: #ffffe8;
	/*cursor: pointer;*/
}

.inquiry-col-no		{flex: 0 0 45px;}
.inquiry-col-title	{flex-grow: 1;text-overflow: ellipsis;}
.inquiry-col-reply	{flex: 0 0 65px;}
.inquiry-col-date	{flex: 0 0 90px;}

/****** 1:1 Inquiry Replys ******/

.inqreply-list {
	padding: 0px 0px 5px 0px;
}

.inqreply-list ol {
	border-top: 1px dashed #dedede;
	color: #333333;
	padding: 5px 3px 5px 0px !important;
	margin: 0px;
}

.inqreply-list ol ul {
	display: flex;
	justify-content: space-between;
	margin-bottom: 0px;
}

/*###### MyPage ######*/

/****** MyPage Point List ******/

.mpoint-top {
	border-top: 2px solid #ecedf0;
}

.mpoint-list {
   font-family: Source Sans Pro, sans-serif;
	font-size: 14px;
	line-height: 1.3rem;
	padding-bottom: 1px;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 20px;
}

.mpoint-list ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

.mpoint-list li {
	padding: 4px 1px 1px 1px;
	text-align: center; 
	white-space: nowrap;	/* Prevent line breaks even when content overflows */
	overflow: hidden;			/* Hide overflowing content */
}

.mpoint-header {
	color: #a0a0a0;
	font-weight: 400;
	height: 35px;
	border-bottom: 1px solid #eee;
}

.mpoint-row {
	 border-bottom: 1px dashed #eee;
}

.mpoint-row.on {
    background: #e6efff !important;
}

.mpoint-row:hover {
	background-color: #ffffe8;
	/*cursor: pointer;*/
}

.mpoint-col-no			{flex: 0 0 45px;}
.mpoint-col-orderno	{flex: 0 0 100px;}
.mpoint-col-add		{flex: 0 0 50px;}	
.mpoint-col-use		{flex: 0 0 50px;}
.mpoint-col-balance	{flex: 0 0 65px;}
.mpoint-col-memo	{flex-grow: 1;text-overflow: ellipsis;}
.mpoint-col-date		{flex: 0 0 130px;}
.mpoint-col-gap		{flex: 0 0 45px;}

/****** MyPage Cash Page ******/

.cpendingbox {}

.cpendingwrap {
	margin-bottom: 15px;
}

.cpendingheader {
	width: 100%;
	display: flex;
	align-item: center;
	justify-content: space-between;
}

.cpendingbody {}

.cpending-list {
    font-family: Source Sans Pro, sans-serif;
	font-size: 14.5px;
	line-height: 1.3rem;
	padding: 5px 15px 8px 15px;
    border: 2px solid #e7e7e7;
    border-radius: 6px;
}

.cpending-list ul {
  padding: 5px 5px 1px 5px;
  margin: 0;
  display: flex;
  align-items: center;
  border-top: 1px dashed #eee;
}

.cpending-list li {
	text-align: center; 
	white-space: nowrap;	/* Prevent line breaks even when content overflows */
	overflow: hidden;			/* Hide overflowing content */
}

.cpending-col-name	{flex: 0 0 140px;}
.cpending-col-amt		{flex: 0 0 50px;}
.cpending-col-exp		{flex-grow: 1;text-overflow: ellipsis;}
.cpending-col-btn		{flex: 0 0 120px;}

.cpendingside	{flex-grow: 1;padding-right: 10px;}
.cpendingtitle	{
	flex: 0 0 105px;
	padding-left: 5px;
	color: #757575;
	font-weight: 400;
}

/****** MyPage Cash List ******/

.mcash-list {
   font-family: Source Sans Pro, sans-serif;
	font-size: 14px;
	line-height: 1.3rem;
	padding-bottom: 1px;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 20px;
}

.mcash-list ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

.mcash-list li {
	padding: 4px 1px 1px 1px;
	text-align: center; 
	white-space: nowrap;	/* Prevent line breaks even when content overflows */
	overflow: hidden;			/* Hide overflowing content */
}

.mcash-header {
	color: #a0a0a0;
	font-weight: 400;
	height: 35px;
	border-bottom: 1px solid #eee;
}

.mcash-row {
	 border-bottom: 1px dashed #eee;
}

.mcash-row.on {
    background: #e6efff !important;
}

.mcash-row:hover {
	background-color: #ffffe8;
	/*cursor: pointer;*/
}

.mcash-col-no			{flex: 0 0 45px;}
.mcash-col-orderno	{flex: 0 0 100px;}
.mcash-col-add		{flex: 0 0 60px;}	
.mcash-col-use		{flex: 0 0 60px;}
.mcash-col-balance	{flex: 0 0 70px;}
.mcash-col-memo	{flex-grow: 1;text-overflow: ellipsis;}
.mcash-col-date		{flex: 0 0 90px;}
.mcash-col-gap		{flex: 0 0 45px;}

/****** Deposit Details Page ******/

.mcashside	{flex-grow: 1;padding-right: 10px;}
.mcashtitle	{
	flex: 0 0 90px;
	padding-left: 5px;
	color: #757575;
	font-weight: 400;
}

/****** MyPageCash Out ******/

.cashout-list {
    font-family: Source Sans Pro, sans-serif;
	font-size: 14px;
	line-height: 1.3rem;
	padding-bottom: 1px;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 20px;
}

.cashout-list ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

.cashout-list li {
	padding: 6px 1px 4px 1px;
	text-align: center; 
	white-space: nowrap;	/* Prevent line breaks even when content overflows */
	overflow: hidden;			/* Hide overflowing content */
}

.cashout-header {
	height: 35px;
	color: #a0a0a0;
	font-weight: 400;
	background-color: #fafafc;
	border-bottom: 2px solid #eeeeee;
}
.cashout-row {
	border-bottom: 1px dashed #eee;
}

.cashout-row.on {
    background: #e6efff !important;
}

.cashout-row:hover {
	background-color: #ffffe8;
	/*cursor: pointer;*/
}

.cashout-col-no		{flex: 0 0 45px;}
.cashout-col-title	{flex-grow: 1;text-overflow: ellipsis;}	/* Takes up all remaining space */
.cashout-col-writer	{flex: 0 0 100px;}
.cashout-col-date	{flex: 0 0 90px;}

/****** Board Form ******/

.cashout-side {flex-grow: 1;padding-right: 5px;}
.cashout-title	{
	flex: 0 0 95px;
	padding-left: 5px;
	color: #676767;
	font-weight: 400;
}

/****** MemInfo Page ******/

.memformside	{flex-grow: 1;padding-right: 10px;}
.memformtitle	{
	flex: 0 0 105px;
	padding-left: 5px;
	color: #757575;
	font-weight: 400;
}

/****** Contract Us (Inquiry) ******/

.contactuswrap {margin-bottom: 10px;padding-left: 5px;}
.contactusfield {width: 100%;padding-bottom: 7px;line-height: 1.35rem;margin: 0px;}
.contactusititle {
	color: #454545;
	font-size: 14px;
	font-weight: 400;
	padding: 0px 0px 0px 3px;
	margin-bottom: 1px;
}

/****** SignUp ******/

.signupbox {
    width: 100%;
    padding: 25px 32px 20px 32px;
    background-color: #ffffff;
    border-radius: 6px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .04), 0 4px 16px -4px rgba(0, 0, 0, .16);
}

.signupifield {width: 100%;padding-bottom: 10px;}
.signupifield ol {display: flex;justify-content: space-between;padding: 0px;margin: 0px;}

.signupititle {
	color: #454545;
	font-size: 14px;
	font-weight: 400;
	padding: 0px 0px 0px 3px;
	margin-bottom: 3px;
}

/****** Login ******/

.loginbox {
	width: 450px;
	padding: 32px;
	background-color: #ffffff;
    border-radius: 6px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .04), 0 4px 16px -4px rgba(0, 0, 0, .16);
	margin-bottom: 10px;
}

.logintop {
	color: #a0a0a0;
	font-size: 16px;
	font-weight: 500;
	display: flex;	
	align-items: center;
	justify-content: space-between;
	padding: 0px 5px 0px 5px;
}

.loginbtm {
	color: #a0a0a0;
	font-size: 14px;
}

.imgappword {
	width: 136px;
	height: 48px;
	border-radius: 4px;
	border:1px solid #888888;
}


/****** Main ******/

.wrapfullsize {width: 100%;}

.wrapboxcenter {
	width: 1000px;
	min-width: 1000px;
	margin: 0 auto;
	padding: 16px 0px 20px 0px;
}

/*
.wraproundwhite {
	background-color: #ffffff;
	padding: 38px;
	border-radius: 12px;
	box-shadow: 0 1px 3px rgb(0, 0, 0, 0.05);
	transition:.3s;
}*/

/****** Header ******/

header {
	height: 140px;
	min-height: 90px;
	position: sticky;
	top: -90px;
	z-index: 999;
}

#navtop {
	width: 1000px;
	height: 90px;
	margin-left: auto;
    margin-right: auto;
	display: flex;
	justify-content: space-between;
	background-image: url(/images/topimg.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.navwrap	{
	width: 100%;
	min-width: 1000px;
	height: 50px;
	background-color: #ffffff;
	box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.1);
}

#navbody {
	width: 1000px;
	height: 50px;
	margin-left: auto;
    margin-right: auto;
	padding-top: 3px;
	display: flex;
	justify-content: space-between;
	align-items: center;  
	transition:.3s;
}

#navbody ul {
	display: inline-flex;
	align-items: center;
	margin: 0 0px;
}

.navbtmspace	{clear: both;height: 25px;}

.navitem {
    color: #000000 !important;
	padding-left: 0.2rem;
	padding-right: 0.2rem;
	font-size: 16px;
	font-family: Montserrat, sans-serif;
	font-weight: 600;
	padding: 0 12px;
	cursor: pointer;
}

.navitem:hover {
    color: #0c60da !important;
	font-weight: 650;
	text-decoration: none !important;
}

.navboxidle {}
.navboxstick {
	width: 1020px !important;
}

/****** Footer ******/

footer {
    width: 100%;
    background-color: #f4f4fa;
    margin-top: 20px;
}

.footerwrap {
    width: 1000px;
    min-width: 1000px;
    margin: 0 auto;
    padding: 0px 0px 25px 0px;
}

.footermenu ul li {
    float: left;
    margin-right: 13px;
    cursor: pointer;
}

.footersectmn ul {
	line-height: 1.2rem;
}

.footertxttop {
    color: #6d6d6d;
    font-size: 13px;
}

.footertxttop:hover {
    color: #333333 !important;
	text-decoration: none !important;
	font-weight: 500;
}

.footertxtcopy {
    color: #6d6d6d;
    font-size: 13px;
	line-height: 1.0rem;
}

.footertxtsect {
	color: #7A7671;
	font-weight: bold;
	font-size: 9pt;
	font-family: verdana,tahoma,arial;
	margin-bottom: 10px;
}

.footertxtmenu {
	color: #7f7f7f;
	font-size: 12.5px;
}

.footerlinem1	{border-bottom: 1px solid #d2d2d2;}
.footerlinem2	{border-bottom: 1px solid #f7f7f7;}
.footerlinec1		{border-left: 1px solid #d2d2d2;height: 165px;}
.footerlinec2		{border-left: 1px solid #f7f7f7;height: 165px;}
.footerlinesep {
    width: 100%;
    height: 5px;
    background-image: url(/images/footerbgline.png);
}

/****** Body ******/

.background-bodyalpha {
	background-image: url(/images/background-alpha.jpg);
    background-repeat: no-repeat;
	background-position: left top;
    background-size: contain;
    background-attachment: scroll;
	background-color: #f6f7f9;
}

.bodystandalone {
	background: #f9f9f9;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', Helvetica, Arial, sans-serif;
    font-size: 14px;;
    height: 100%;
    line-height: 150%;
    margin: 0;
}

.warpcontainer {
	align-items: center;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    justify-content: space-between;
    margin: 0;
    padding: 50px;
    position: relative;
    width: 100%;
}

.warpcontainer::before {
	width: 100%;
	content: "";
	height: 100vh;
	left: 50%;
	position: fixed;
	transform: translateX(-50%) translateY(50%);
	background: linear-gradient(0deg, rgb(0 59 255 / 38%) 0, rgba(255, 180, 0, 0) 100%);
	z-index: -1;
}

.wrapwholepage {
	padding-top: 13vh;
}

/**********************************/

.sitebodycenter {
	width: 1000px;
	min-width: 1000px;
	margin: 0 auto;
	padding: 10px 0px 20px 0px;
}

#pagemove_top {
	scroll-margin-top: 60px;
}

.sitebodymain {
	float: left;
    width: 798px;
    padding-right: 20px;
    border-right: 1px solid #cccccc;
}

.sitebodyaside {
	float: right;
    width: 202px;
    padding-left: 15px;
}

.siteasidetitle {
    color: #ffffff;
	margin-left: -15px !important;
	margin-bottom: 10px;
    background-color: #f0f0f0;
    border-radius: 0px 5px 5px 0px;
}

.asideboxtitle {
	color: #676767;
	font-size: 16px;
	font-weight: 600;
	padding: 13px 0px 10px 15px;
	margin: 0px;
	display: inline-flex;
	align-content: center;
}

.asideboxmenus {
	padding: 5px 0px; 15px 5px;
	margin-bottom: 15px;
}
.asideboxmenus li {padding-left: 12px;}
.asideboxmnshort {padding-left: 0px !important;}

.txtasideboxmtitle {
	font-size: 15px;
	font-weight: 500;
	padding-bottom: 3px !important;
	padding-left: 0px !important;
}

.txtasideboxmitem {
	color: #666666;
	font-size: 15px;
}
.txtasideboxmitem :hover {color: #fb5200;}

.asideboxpannel {margin-bottom: 10px;}
.asideboxpntitle {
	color: #fff;
	font-weight: 600;
	padding: 5px 10px 2px 10px;
	margin-bottom: 8px;
	background-color: #cccccc;
	border-radius: 3px;
}

.asideboxpnbody {
	color: #666666;
	font-size: 14px;
}

.asideboxpnbody li {
	padding-left: 5px;
}