@charset "UTF-8";

/**
 * 디자인별 템플릿 css 분리
 * header 공통
 * @date: 2021-07-08
 * @name: 이상아
 */

/* 21.04.07 검색바 이상아 추가 */
.hdSchBar {position:absolute; left:53px; top:24px; width:136px; height:38px; border:1px solid #d4d4d4; border-radius:100px; background:#fff; overflow:hidden; padding:0 50px 0 10px; z-index:2;} /* 21.06.02 이상아 수정 */
.hdSchBar input {border:none; width:100%; height:36px; line-height:36px; font-size:14px; padding:0;}
.hdSchBar input:focus {outline:none;}
.hdSchBar input::input-placeholder {color:#999; font-size:14px;}
.hdSchBar input::-webkit-input-placeholder {color:#999; font-size:14px;}
.hdSchBar input:-ms-input-placeholder {color:#999; font-size:14px;}
.hdSchBar input::-ms-input-placeholder {color:#999; font-size:14px;}
.hdSchBar .btnHsch {position:absolute; right:0; top:0; width:50px; height:36px; font-size:0; line-height:0; text-indent:-9999px; overflow:hidden; background:url(//image.makeshop.co.kr/mysoho/assets/shop/pc/img/common/bg_h_sch.png) no-repeat center center;}
.hdSchBar.type2 {position:relative; left:inherit; top:inherit; margin:0 auto 13px; width:121px; height:38px; padding:0 37px 0 10px; border-radius:0;}
.hdSchBar.type2 .btnHsch {width:38px; height:36px; background:url(//image.makeshop.co.kr/mysoho/assets/shop/pc/img/common/bg_h_sch02.png) no-repeat center center;}
.hdSchBar.type3 {left:inherit; right:162px; top:34px;}
.hdSchBar.bgffffff {border-color:#fff;}
.hdSchBar.bgdddddd {border-color:#ddd;}
.hdSchBar.bgb4b4b4 {border-color:#b4b4b4;}
.hdSchBar.bg888888 {border-color:#888;}
.hdSchBar.bg5c5c5c {border-color:#5c5c5c;}
.hdSchBar.bg000000 {border-color:#000;}