.snb.co { display:none; }
#container.myindex h3 { 
    font-size: 14px; 
    color: #000000; 
    font-weight: bold; 
    margin-bottom: 10px; 
}

/* 로그인 박스 */
legend.co { 
    display: none; 
    font-size:0; 
    height:0; 
    left:-10000px; 
    line-height:0; 
    overflow:hidden; 
    position:absolute; 
    visibility:hidden; 
    width:0; 
}
fieldset.logon { 
    position: relative; 
    margin: 25px 10px; 
    padding: 0 0 30px 0; 
    border-bottom:1px solid #d0d0d0; 
    border-top: none; 
}
fieldset.logon p label { display: none; }

/* 아이디·비밀번호 영역 */
fieldset.logon .id, 
fieldset.logon .pw { 
    position: relative; 
    margin-bottom: 9px; 
    padding-right: 10px;  /* 버튼 너비 + 여유 공간 */
}

fieldset.logon .id input, 
fieldset.logon .pw input { 
    width: calc(100% - 100px);      /* 버튼 크기 고려해 자동 조정 */
    height: 40px;
    border: 1px solid #c8c8c8; 
    font-size: 16px;
    font-weight: bold; 
    color:#666; 
    padding: 0 35px 0 10px;         /* 오른쪽 패딩 확보 → clear 버튼용 */
    line-height: 40px;
    box-sizing: border-box;
    -webkit-border-radius: 2px;  
    -moz-border-radius: 2px; 
    border-radius: 2px; 
    -webkit-appearance: none; 
	background: none;
}

/* 입력 안의 지우기 버튼 */
fieldset.logon .clear {
    position: absolute;
    right: 115px;                   /* 로그인 버튼 시작점 왼쪽에 맞춤 */
    top: 50%;
    transform: translateY(-50%);
    background: url('/m/inc/img/btn_sdl.gif') no-repeat center center;
    text-indent: -9999px;           /* 텍스트 숨김 */
    overflow: hidden;
    cursor: pointer;
}

/* 기타 입력 공용 스타일 */
.quantity, .price, .pname, .pnumber, .question, .subject, .passwd { 
    position: relative; 
    margin-bottom: 9px; 
}
.quantity input, 
.price input, 
.pname input, 
.pnumber input, 
.question input, 
.subject input, 
.passwd input { 
    width:100%;
    height: 40px;
    padding: 0 10px;
    margin: 8px 0;
    font-weight:bold;
    font-size:16px;
    line-height: 40px;
    border-radius:2px;
    -moz-border-radius: 2px;
    -webkit-appearance:none;
    box-sizing: border-box;
	background: none;
}

/* 자동로그인 체크박스 */
fieldset.logon span { 
    float: left; 
    text-align: right; 
    margin-right: 15px; 
}
fieldset.logon span input { 
    width: 20px; 
    height: 20px; 
    margin: -3px 5px 0 0; 
    vertical-align: middle; 
}
fieldset.logon span label { 
    color: #666; 
    font-size: 14px; 
    letter-spacing: -1px; 
}

/* 로그인 버튼 */
.btnLoign { 
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;                   /* 버튼 너비 */
    height: calc(40px * 2 + 9px);   /* 입력창 2줄 높이 */
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* btNon 버튼 기본 스타일 */
.btNon {
    display: inline-block;
    width: 100%;
    height: 100%;
    border: none;
    background: #f2f2f2;
    color: #494949;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: calc(40px * 2 + 9px);
    cursor: pointer;
    border-radius: 2px;
    box-sizing: border-box;
}

.btNon:hover {
    background: #e0e0e0;
}

/* btNon 버튼 스타일 */
.btNon {
    display:block;
    position:relative;
    text-align:center;
    border:1px solid #c9c9c9;
    border-radius:2px;
    background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#ececec), color-stop(.7,#f2f2f2));
    background-image:-moz-linear-gradient(top,#ffffff,#ececec);
    background-color:rgba(245, 245, 245, 9.9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ececec');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ececec')";
    width: 100%;
    height: 100%;
    cursor: pointer;
    box-sizing: border-box;
}

.btNon b {
    display:inline-block;
    background: url('/m/inc/img/btn_menc.gif') no-repeat;
    padding-left:29px;
    margin-top:14px;
    color:#1b1b1b;
    font-size:130%;
    line-height:1.25em;
}

.btNon em.new {
    position: absolute;
    top:-1px;
    left: -1px;
    width: 33px;
    height: 33px;
    text-indent: -1000em;
    background: url('/m/inc/img/icon_new4.gif') no-repeat left top;
    overflow: hidden;
}