.mainBg {
	/* background-image: url('/img/intro.png'); */
	/* background-color: #ccc; */
	background-repeat: no-repeat;
	background-position: center center;
}

#topArea {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 43px;
	background-color: #e31837;

}

#topArea > img { 
	position: absolute;
	top: calc(50% - 15px);
}

#topArea div.logoText {
	font-family: arial;
	font-size: 14pt;
	font-weight: bold;
	color: #ccc;
	top: calc(50% - 8px);
}

#topArea div.loginInfo {
	position: absolute; 
    top: 8px; 
    right:30px;
    width: 250px;
    background: #fff;
    border: 1px solid #dbdbdb;
    text-align: center;
    border-radius: 50px;
    height: 25px;
}

#topArea div.loginInfo .info img{
	position: absolute;
	top: calc(50% - 15px);
}
#topArea div.loginInfo b {
	color: #6B6B6B;
}

#userinfoArea {
	position : absolute;
	top:30px;
	left:-25px;
	width: 290px;
	background-color:#fff;
	border: 1px solid #ccc;
	z-index: 99999;
	display: none;
}
/*
#userinfoArea.active { --> 클래스  삭제 
   display: block;
}*/
#userinfoArea::before {
  content: '';
  position: absolute;
  top: -12px; /* 테두리 삼각형 위치 */
  right: 18px; /* 꼬리 위치 조절 */
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #ccc; /* 회색 테두리 */
  z-index: 9998;
}
#userinfoArea::after {
  content: '';
  position: absolute;
  top: -10px; /* 안쪽 흰색 삼각형 위치 */
  right: 20px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff; /* 말풍선 배경색 */
  z-index: 9999;
}
#userinfoTitle{
	padding:12px;
	text-align:left;	
	display:none;
}
#userinfoArea .title label{
	display:inline-block;
	border: 1px solid rgb(192, 192, 192);
    border-radius: 10px;
    height: 20px;
	padding:0px 12px; 
	color:#c0c0c0;
}
#userinfoArea .lblopenartot + .title{
	margin-top:6px;
} 
.lblopenartot{
	font-family: Dotum;
	font-size: 18px; 
	font-weight: bold;
	color: #555555;
}
.lblopenartot.txt-sm{
	font-size: 18px; 
}
.openartotdt{
	font-family: Dotum;
	font-size: 12px; 
	color: #bebebe;
}
#userinfoArea .lblopenartot +.openartotdt{
	margin-top:6px;
} 
#userinfoArea .title{
	margin-bottom:6px;
}
#userinfoArea .userhello{
	display:none;
	padding: 32px 0;
	font-family: Dotum;
	font-size: 18px; 
	font-weight: bold;
	color: #555555;
	
}
#userinfoArea .userinfoBtn{
	display: flex;
	gap:0;
	border-top:1px solid #EBEBEB;
	background-color : #F9F9F9;
}

.pwArea{
	flex:1;
	height:36px;
	padding:10px 0 ;
	cursor: pointer;
}

.linkLogout {
	flex:1;
	height:36px;
	padding:10px 0 ;
	border-left:1px solid #EBEBEB;
}


#btnLogout:hover {
	background-image: linear-gradient(90deg, #666, #555);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#666', endColorstr='#555'); /*For IE7-8-9*/
}

#btnLogout:active {
	border: solid 1px #303030;
	border-radius: 4px;
	background-image: linear-gradient(-90deg, #333333, #404040);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#333333', endColorstr='#404040'); /*For IE7-8-9*/
	box-shadow: inset 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
}

#menuArea {
	position: absolute;
	font-family: Spoqa Han Sans;
	height: calc(100% - 43px);
	top: 43px;
	color:#ad9ea1;
	background-color: #f6e6e9;
	padding-top: 38px;
	width: 43px;
	overflow: hidden;
	z-index: 10;
	-ms-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0);
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0);
}

#menuAreaButtonContainer {
	position: absolute;
	font-family: Spoqa Han Sans;
	height: calc(100% - 43px);
	top: 44px;
	padding-top: 79px;
	width: 43px;
	overflow: hidden;
	z-index: 1000;
}

#menuAreaButtonContainer button.menuBtn {
	display: block;
	border: 0px;
	margin-left: 4px;
	height: 39px;
	font-family: malgun;
	background-color: transparent;
	font-size: 10pt;
	font-weight: bold;
	color: #ad9ea1;
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
	-webkit-transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	-o-transform-origin: 0% 0%;
	transform-origin: 0% 0%;
	background-image: url('');
	background-repeat: no-repeat;
	background-position: right 60%;
	z-index: 1000;
}

#menuAreaButtonContainer button.menuBtn:first-child {
	background-image: none;
}

#menuAreaButtonContainer button.menuBtn.selected, #menuAreaButtonContainer button.menuBtn.selected:first-child {
	
	font-family: malgun;
	font-size: 10.5pt;
	color: #000;
	padding-left: 15px;
	background-image: url('/img/img_mn3.png'), url('/img/img_mn2.png'), url('/img/img_mn1.png');
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-position: left center, 20px center, right center;
	background-size: 21px 39px, calc(100% - 35px) 39px, 16px 39px;
}

#subMenuArea {
	z-index: 1100;
	font-family: malgun;
	position: absolute;
	width: 200px;
	height: calc(100% - 43px);
	top: 43px;
	left: 43px;
	background:url('/img/submenu_bg.png') bottom 0 right 0 no-repeat #fff;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
	width:0px;
	overflow:visible;
}

#subMenuArea.opened {
	filter: #fff;; /*For IE7-8-9*/
}

.subMenuItemArea {
	display :none;
}

.subMenuItemArea.opened {
	display : block;
}


.subMenuItemArea.selected {
}

#menuOpen {
    font-family: malgun;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 25px;
	height: 23px;
	border: 0px none;
	background-color: transparent;
	background-image: url('/img/btn_show_ov.png');
	z-index: 2000;
}

#menuOpen.open {
    position: absolute;
	right: 0px;
	top: 0px;
	width:25px;
	height:23px;
	background-image: url('/img/btn_show.png');
}

.programGroup, .programGroupBar, .btnProgram {
	position: relative;
	width: 230px;
	margin-left:20px;
}

.programGroup {
	margin-top:30px;
/* 	font-size:11pt; */
	color:#555555;
	margin-bottom:5px;
	font-weight:bold;
}

.programGroupBar {
	height:1px;
	border-top: 1px solid #e2e2e2;
	margin-bottom: 5px;
}

.btnProgram {
    margin-top:10px;
    padding:0 0 0 11px;
	background-color: transparent;
	background-image: url('/img/img_menu_item.png');
	background-repeat: no-repeat;
	background-position: left 0px center;
	background-size: 6px 6px;
	border: 0px none;
	text-align: left;
	line-height: 150%;
	color:#333333;
	margin-bottom:5px;
/*   font-size:14pt; */
}

.btnProgram:hover {
   	color:#e31837;
	font-weight:bold;
	text-decoration:underline;
	
}

.btnProgram.selected {
	color:#e31837;
	font-weight:bold;
	background-image: url('/img/img_menu_item_ov.png');
}

.btnOnHide {
	background: url(/img/icon_order.png) no-repeat;
    border: none;
    cursor: pointer;
    background-position: left 0 top 4px;
	border: 0px none;
	letter-spacing:-0.5px;
	text-align: left;
	font-size:17px;
	padding: 0 0 7px 35px;
	line-height: 150%;
	color:#333333;
	font-weight: bold;
}

.btnOnHide.dis {
	background: url(/img/icon_order.png) no-repeat;    
    border: none;
    cursor: pointer;
    background-position: left 0 top 4px;
	border: 0px none;
	letter-spacing:-0.5px;
	text-align: left;
	font-size:17px;
	padding: 0 0 7px 35px;
	line-height: 150%;
	color:#333333;
	font-weight: bold;
}

/* .lblopenartot{
	font-family: Dotum;
	font-size: 18px; 
	font-weight: bold;
	color: #555555;
	margin-top: 38px;
	margin-left: 12px;
}

.openartotdt{
	font-family: Dotum;
	font-size: 12px; 
	color: #bebebe;
	margin-top: 60px;
	margin-left: 12px;
} */

/* .menuAreaSpan {
	display: inline-block;
	transform: rotate(90deg);
} */


/**********�뜮袁⑨옙甕곕뜇�깈 癰귨옙野껓옙*************/
.password_popupBackground {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 99999;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.1);	
}

#password_PopContainer {
	position: absolute;
	background-color: #ffffff;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
	width: 318px;
	height: 200px;
	top: calc(50% - 130px);
	left: calc(50% - 161px);
}

#password_PopTitle {
	background:url(/img/img_pop.png) top 0 right 0 no-repeat #e31837;
	color: #ffffff;
	font-weight: 600;
	font-size: 12pt;
	height: 43px;
	width: 318px;
	padding-top: 9px;
	text-align: left;
	padding-left: 10px;
}

#password_PopBtn_close {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 17px;
	height: 17px;
	background-color: #f79941;
	background-image: url('/img/img_close.png');
	background-repeat: no-repeat;
	border: 0px;
	cursor: pointer;
}

.password_PopSearchForm {
	margin-top: 5px;
	margin-left: 5px;
	width: calc(100% - 10px);
	background-color: #f4f4f4;
	border: 1px solid #c6c6c6;
	padding-bottom: 5px;
	text-align: left;
}

#password_PopBtn_search, #password_PopBtn_select {
	background-color : #fdfdfd;
	height: 24px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 2px;
	border: 1px solid #cdcdcd;
	font-size: 9.5pt;
	color: #d60828;
}
 

#password_PopBtn_search:hover, #password_PopBtn_select:HOVER{
	background-color : #eaeaea;
	border: 1px solid #C2C2C2;
}

#password_PopBtn_search:active, #password_PopBtn_select:ACTIVE {
	background-color : #d60828;
	color:#fff;
	border: 1px solid #cb1212;
}

#pwArea {
	height: 50px;
}

.pwRow {
	margin-top: 8px;
	margin-left: 20px;
	white-space:nowrap;
}

.pwRow>label {
	height: 23px;
	font-size:12px;
	color: #494949;
	margin-right: 5px;
	margin-left: 10px;
}

.pwRow>label {
	background-repeat: no-repeat;
	background-position: left center;
	display: inline-block;
	height: 14px;
	line-height: 14px;
}

.pwRow>label.required {
	color:#cc0000;
	background-image:url('/img/img_title02.png');
}

#password_updatebtnArea {
	height: 26px;
	width: 63px;
}

#updatebtn, #updatebtn_select{
	background-color : #fff;
	height: 24px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 2px;
	border: 1px solid #d5d5d5;
	font-size: 9pt;
	color: #404040;
}

#updatebtn:hover, #updatebtn_select:hover{
	background-color : #000000;
	border: 1px solid #000000;
	color:#fff;
}

#updatebtn:active, #updatebtn_select:active{
	background-color : #000000;
	border: 1px solid #000000;
	color:#fff;
}