/* GRID LIST ================================================== #FOR 1/3 DEMO */ /* FOR 1/3 DEMO ==================================================*/ @media only screen and (max-width: 2000px) { body.bg-6 #wrapper.dot_bg, body.bg-6 #marquee_wrapper.dot_bg { width: 320px; margin: 10px auto 10px auto; } body.bg-6 #wrapper.dot_bg { padding: 20px 10px 10px 10px; } body.bg-6 #marquee_wrapper.dot_bg { font-size: 21px; height: 40px; margin: 10px auto; padding: 5px 10px; line-height: 40px; } #wrapper .search_block { margin-bottom: 10px; } /* Tab */ #wrapper .search_nav { margin-bottom: 20px; } #wrapper .search_nav li { font-size: 24px; } #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: 290px; 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: 190px; border-right: 1px solid #636a70; } /* Search Resault */ #wrapper #search_result { width: 280px; height: 210px; margin: 5px auto; } #wrapper .result_list { font-size: 14px; } #wrapper .result_list .rl_item { line-height: 30px; padding: 10px 0; border-bottom: 1px dashed #e6e6e6; } }