/*°øÅë*/


#loginmodal{border:3px solid #2fcd80;background:#fff;}
#loginmodal h2{color:#2fcd80;font-size:24px;line-height:40px;}
#loginmodal .p_c_text{font-size:12px;line-height:24px;}
#loginmodal .login_line{border-bottom:1px solid #ddd;margin:10px 0 0 0;height:86px;}
#loginmodal .box_in{float:left;margin:0 10px 0 0; }
#loginmodal input{border:1px solid #ccc;width:160px;height:24px;display:block;margin-bottom:3px;}
#loginmodal .btn_login{width:72px;height:62px;background:#4FC9DE;float:left;line-height:60px;text-align:center;}
#loginmodal .btn_login a{color:#fff;line-height:62px;text-align:center;}
#loginmodal .find_join{clear:both;margin:20px 0 0 0;}

/** modal window styles **/
#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}


#loginmodal {
  width: 270px;height:210px;  /*ÆË¾÷Ã¢ÀÇ Å©±âÁ¶Àý*/
  margin-top:140px;           /*ÆË¾÷Ã¢ À§¾Æ·¡ °£°ÝÁ¶Àý*/
  padding: 20px 25px;
  background: #ffffff;
}







/* Tab Content - menucool.com */

ul.tabs
{
    padding-top: 40px;
    font-size: 0;
    margin:0;
    list-style-type: none;
    text-align: left; /*set to left, center, or right to align the tabs as desired*/
}
        
ul.tabs li
{
    display: inline;
    margin: 0;
    margin-right:3px; /*distance between tabs*/
}
        
ul.tabs li a
{
    font: normal 12px Verdana;
    text-decoration: none;
    position: relative;
    padding: 7px 16px;
    border: 1px solid #CCC;
    border-bottom-color:#B7B7B7;
    color: #000;
    background: #F0F0F0 url(http://img.jindanplus.co.kr/img/sub/neww/tabbg.gif) 0 0 repeat-x;
    border-radius: 3px 3px 0 0;
    outline:none;
}
        
ul.tabs li a:visited
{
    color: #000;
}
        
ul.tabs li a:hover
{
    border: 1px solid #B7B7B7;
    background:#F0F0F0 url(http://img.jindanplus.co.kr/img/sub/neww/tabbg.gif) 0 -36px repeat-x;
}
        
ul.tabs li.selected a, ul.tabs li.selected a:hover
{
    position: relative;
    top: 0px;
    font-weight:bold;
    background: white;
    border: 1px solid #B7B7B7;
    border-bottom-color: white;
}
        
        
ul.tabs li.selected a:hover
{
    text-decoration: none;
}
     

div.tabcontents
{
    border-top: 1px solid #B7B7B7; 
	margin-top: 5px;
	padding: 30px;
    background-color:#FFF;
}