/* GRID LIST ================================================== #FOR 1/3 DEMO */ /* FOR 1/3 DEMO ==================================================*/ body.bg-6 #wrapper.dot_bg, body.bg-6 #marquee_wrapper.dot_bg { width: 88%; margin: 5px 4% 5px 4%; } body.bg-6 #wrapper.dot_bg { padding: 15px 2% 10px 2%; } body.bg-6 #marquee_wrapper.dot_bg { font-size: 21px; height: 40px; margin: 10px 4%; padding: 5px 2%; line-height: 40px; } #wrapper .search_block { margin-bottom: 10px; } /* Tab */ #wrapper .search_nav { margin-bottom: 15px; } #wrapper .search_nav li { font-size: 21px; } #wrapper .search_nav li.active .nav_ass_arrow { top: 6px; width: 21px; } #wrapper .search_nav li.active b { border-bottom: 3px solid #fff; } /* Form */ #wrapper .search_form { width: 280px; height: 40px; padding-left: 10px; margin: 5px auto; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; } #wrapper .search_form .hw_icon { font-size: 24px; width: 40px; height: 40px; line-height: 40px; } #wrapper .search_form .nav-search-input { position: relative; top: -2px; font-size: 16px; height: 24px; width: 180px; border-right: 1px solid #636a70; } /* Search Resault */ #wrapper #search_result { width: 260px; height: 200px; margin: 0 auto; } #wrapper .result_list { font-size: 14px; } #wrapper .result_list .rl_item { line-height: 28px; padding: 6px 0; border-bottom: 1px dashed #e6e6e6; } @media only screen and (min-height: 480px) and (max-width: 580px) { body.bg-6 #wrapper #search_result { width: 260px; height: 290px; margin: 0 auto; } }