@charset "utf-8";

/* input 주요 */
input[type='text'].txt_major,	input[type='password'].txt_major	 {height:40px; border-top:1px solid #a7a7a7; border-right:1px solid #e2e2e2; border-bottom:1px solid #eaeaea; border-left:1px solid #b9b9b9; font-size:14px;}
input[type='text'].txt_major:hover,	 input[type='password'].txt_major:hover	 {border:1px solid #9e9e9e;}
input[type='text'].txt_major:focus,	input[type='password'].txt_major:focus	 {border:2px solid #ffb81d;}
input[type='text'].txt_major.disabled,	input[type='password'].txt_major.disabled	{border:1px solid #ccc; background:#f4f4f4;}

/* input 일반 */
input[type='text'].txt	 {height:30px; border-top:1px solid #a7a7a7; border-right:1px solid #e2e2e2; border-bottom:1px solid #eaeaea; border-left:1px solid #b9b9b9; font-size:13px;}
input[type='text'].txt:hover	 {border:1px solid #9e9e9e;}
input[type='text'].txt:focus	 {border:2px solid #ffb81d;}
input[type='text'].txt.disabled	{border:1px solid #ccc; background:#f4f4f4;}

/* 검색 */
.input_search	 {display:inline-block; width:280px; border-top:1px solid #a7a7a7; border-right:1px solid #e2e2e2; border-bottom:1px solid #eaeaea; border-left:1px solid #b9b9b9; border-radius:3px; -moz-border-radius:3px;}
.input_search:hover	 {border:1px solid #9e9e9e;}
.input_search:hover	 button	{background-position:0 -18px;}
.input_search.on	 {border:2px solid #ffb81d;}
.input_search.complete	 {border:2px solid #e6a417;}
.input_search	 input	 {border:none !important;}
.input_search	 button	{display:inline-block; float:right; width:13px; height:13px; margin:8px 9px 0 0; border:none; background:url('https://stimg.emart.com/store/images/btn_search.png') no-repeat 0 0; vertical-align:middle;}
.input_search	 button > span	{font-size:0; line-height:0;}

.input_search.type02	{border:none;}
.input_search.type02	input	{border-top:1px solid #a7a7a7 !important; border-right:1px solid #e2e2e2 !important; border-bottom:1px solid #eaeaea !important; border-left:1px solid #b9b9b9 !important;}
.input_search.type02	input:hover	{border:1px solid #9e9e9e !important;}
.input_search.type02	input:active	{border:1px solid #ffb81d !important;}
.input_search.type02	input.on	{border:2px solid #ffb81d !important;}
.input_search.type02	button	{float:none; width:35px; height:30px; margin:0; background-position:-19px 0;}
.input_search.type02	button:hover	 {background-position:-19px -35px;}
.input_search.type02	button:active	{background-position:-19px -70px;}

/* 콤보박스 */
.select_wrap	{display:inline-block;}
.select_wrap	select	{padding:6px 5px;}
.select_wrap	select:hover	{border:1px solid #9e9e9e;}
.select_wrap	select:focus	{border:1px solid #ffb81d;}
.select_wrap	select.disabled	{border:1px solid #ccc; background:#f4f4f4;}

/* sev.css에서 srch_select 하단에 위치하기 */
.srch-select {position:relative; text-align:center;}
.srch-select:after{content:"";display:block;clear:both}
input[type='text'].inp-search,
.select-wrap {display:inline-block; vertical-align:top;}
.select-wrap select{float:left;width:200px;padding:0 0 0 20px;border:1px solid #e3e3e3;font-weight:500;height:50px;font-size:14px;color:#666;-moz-appearance:none;-webkit-appearance:none;background:#fff url(https://stimg.emart.com/store/images/new/common/select_arrow.png) no-repeat 90% 50%;}
.select-wrap select::-ms-expand{display:none;}
input[type='text'].inp-search{line-height:50px;width:580px;padding-right:50px}
.btn-search{position:absolute;top:0;right:0;width:50px;height:50px;border:0;background-color:#fff;background:url('https://stimg.emart.com/store/images/new/common/btn_search.png') no-repeat;background-position:18px 16px;}

.search-bar {display:inline-block; position:relative; width:100%; max-width:580px; height:48px; border:1px solid #e3e3e3; padding-right:48px; background:#fff; vertical-align:top;}
.search-bar input {width:100%; height:100%; border:none;}
.search-bar input::placeholder {color:#666 !important;}
.search-bar input::-webkit-input-placeholder {color: #666 !important;}
.search-bar input::-moz-placeholder {color: #666 !important;}
.search-bar input:-moz-placeholder {color: #666 !important;}
.search-bar button {position:absolute; top:0; right:0; width:48px; height:100%; background:#fff url(https://stimg.emart.com/store/images/new/common/btn_search.png) no-repeat 50% 50%; border:none;}


textarea.disabled {border:1px solid #ccc; background:#f4f4f4;}
