﻿@charset "utf-8";
/* CSS Document */

/* placeholder hack */ 
::-webkit-input-placeholder { /* WebKit browsers */ color: lightgray;} 
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: lightgray; } 
::-moz-placeholder { /* Mozilla Firefox 19+ */ color: lightgray; } 
:-ms-input-placeholder {/* Internet Explorer 10+ */ color: lightgray; } 

/* ie9핵 */ 
:root .text-placeholder{color: lightgray\9} 
:root .text-placeholder {color: lightgray\9}

/* ie8핵 */ 
.text-placeholder {color: lightgray\0IE8} 
.text-placeholder {color: lightgray\0IE8} 

/* ie7핵 */ .text-placeholder {*color: lightgray}
