@charset "utf-8";

textarea, select {font-family:dotum;font-size:1.1em}
select {margin:0
font-size: 1.1em;
    color: #888;}

div#select_box {
    position: relative;
    width: auto;
    height: auto;
    background:#e8e8e8 url(select_arrow.png) 168px center no-repeat; /* 화살표 이미지 */
    border: 1px solid #dbdbdb;
}

@media(max-width:1200px){
div#select_box {
    background: url(select_arrow.png) right center no-repeat; /* 화살표 이미지 */
}
}


div#select_box label {
    position: absolute;
    font-size: 80%;
    color: #666;
    top: 7px;
    left: 10px;
    letter-spacing: 1px;
    margin-bottom:0 !important;
}
div#select_box select#color {
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    opacity: 0;
    color:#dbdbdb;
    filter: alpha(opacity=0); /* IE 8 */
}