body {/*font-size:9pt;*/ margin:0;}
table {border-collapse:collapse;}

/*20190816 게시판 링크에 밑줄이 떠서 아래 4줄 추가함*/
a:link {color:inherit; text-decoration:none;}
a:visited {color:inherit; text-decoration:none;}
a:active {color:inherit; text-decoration:none;}
a:hover {color:inherit; text-decoration:none;}

td{/*font-size:9pt;*/ line-height:150%;}

img {border:0; vertical-align:middle;}

tr.notice_tr_bg {background-color:#FAFAFA;}
tr.list_tr_bg	{background-color:#fff;}
tr.list_tr_bg2	{background-color:#fff;}
tr.search_tr_bg	{background-color:#fff;}
tr.select_tr_bg	{background-color:#fff;}

tr.tr_bg2		{background-color:#e4e9f6;}

.gs_outlogin {border:solid 1px #ccc; background-color:#f1f1f1; width:100px; height:17px;}
.gs_login {border:solid 1px #ccc; background-color:#f1f1f1; width:130px; height:20px;}

.text {border:solid 1px #D2D2D2; background-color:#fff;}
.but {border:solid 1px #444; background-color:#666;}
.con_height {line-height:150%;}

.notice { background-color:#666;}

.imgmiddle {vertical-align:middle;}

/*form {display:inline;}*/
select{background:#fff url(/images/common/btn_down.jpg) no-repeat 95% 50%;cursor:pointer;padding:0 5px;}

.imgauto {vertical-align:auto;}

/*.scrollbar{
	scrollbar-face-color:eeeeee;
	scrollbar-track-color:#FFFFFF;
	scrollbar-arrow-color:000000;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-darkshadow-color:#FFFFFF;
}*/


/* Select */
.select{ position:relative; line-height:normal; display:inline-block; *display:inline; vertical-align:middle; background:#fff; *zoom:1;}
.select *{ margin:0; padding:0; cursor:pointer; font-size:12px;}/* font-family:Tahoma, Sans-serif;*/
.select .myValue{ position:relative; z-index:2; left:0; top:0; border:1px solid #bababa; color:#000; line-height:19px; _line-height:normal; text-align:left; overflow:visible; background:transparent;}
.select .myValue.selected{ font-weight:bold;}
.select.open .myValue,
.select .myValue.outLine{ border:1px solid #999;}
.select button.myValue{ height:20px; width:100%; text-indent:5px; *text-indent:0; *padding-left:5px;color:#000;}/*제목 글자*/
.select div.myValue{ height:19px; text-indent:8px;}

.select .ctrl{ position:absolute; top:0; right:0; width:18px; height:19px; border:0px solid #bababa; border-left:0px solid #eaeaea; background:#fff;}

.select .arrow{ position:absolute; width:1px; height:1px; top:6px; right:4px; line-height:0; font-size:0; border-top:5px solid #000; border-left:5px solid #fff; border-right:5px solid #fff; background:#eee;}
/*.select .arrow{position:absolute; width:18px; height:18px; background:#eeeeee url(http://valleygirl.eag.co.kr/img/select_arrow.jpg);}*/

.select ul{ top:20px; left:0; width:100%; list-style:none; border:0; border-top:1px solid #bababa; border-bottom:1px solid #bababa; background:#fff; overflow:hidden;}
.select ul.aList{ display:none;text-align:left;}
.select ul.aList span{font-family:gulim;color:#000;} /*옵션 글자색*/
.select.open ul.aList{ display:block;}
.select ul.iList{ left:-2000%;}
.select.open ul.iList{ left:0;}
.select li{ position:relative; overflow:hidden; white-space:nowrap; height:18px; border-left:1px solid #bababa; border-right:1px solid #bababa;}
.select li input.option{ position:absolute; width:100%; height:20px; line-height:20px;}
.select li label{ position:absolute; left:0; top:0; width:100%; text-indent:8px; *text-indent:6px; height:18px; line-height:18px; color:#000; background:#fff;}
.select li a{ display:block; text-indent:8px; *text-indent:6px; height:18px; line-height:18px; color:#000; background:#fff; text-decoration:none;}
.select li.hover *{ background:#ddd; color:#fff;}
