@charset "utf-8";

/* initialize */
*{margin:0;padding:0}
h1,h2,h3,h4,h5,h6{text-align:left;font-weight:normal}
ol li{list-style:none}
ul li{list-style:none}
a,a:link,a:visited,a:hover,a:active{text-decoration:none;color:#333}
th,td{padding:0}
th{font-weight:bold;text-align:center}
fieldset{border:0 none}.accessibility,legend{visibility:hidden;overflow:hidden;position:absolute;width:0;height:0;font-size:0}
caption,.invisible{visibility:hidden !important;overflow:hidden !important;position:static;width:0 !important;height:0 !important;margin:0 !important;padding:0 !important;font-size:0 !important;line-height:0 !important;text-indent:-9999px !important}
input[type=text],input[type=password],textarea{width:12.25em;*width:11.9em}
label,.btn{cursor:pointer}
table{border-collapse:collapse;font-size:inherit;text-align:left;border-spacing:0}
form,img,a,iframe{border-style:none}
img{vertical-align:top}
body{width:100%;min-height:100%;font-family:NanumGothic,Nanum Gothic,Verdana,"돋움",sans-serif;font-size:13px;color:#333}

/* select box title */
html.T select{ text-indent:9px;height:30px;border:1px solid #cacbcd;background:#fff url('../img/common/bul_selectbox.gif') no-repeat 100% 0; }
html.T .boardOption select{ text-indent:9px;height:40px;border:1px solid #cacbcd;background:#fff url('../img/common/bul_selectbox.gif') no-repeat 100% 5px; }
span.selectbox_title{ text-align:left;padding:6px 25px 6px 9px;border:1px solid #cacbcd;background:#fff url('../img/common/bul_selectbox.gif') no-repeat 100% 0; }
span.selectbox_title strong{ display:block;width:100%;height:1em;font-weight:normal;font-size:13px;color:#6d6e71;word-break:break-all;line-height:1.2em;padding:1px 0 2px;_padding:2px 0 1px;overflow:hidden; }
span.selectbox_title_focus{ position:relative;border:1px solid #f05a28; }
span.selectbox_title_focus strong{ color:#6d6e71; }
span.selectbox_title_disabled{ background-color:#eee; }
span.selectbox_title_disabled strong{ color:#999; }

 /* select box option */
div.selectbox_option{ border:1px solid #cacbcd;border-top:none;background:#fff;overflow:hidden; }
div.selectbox_option li{ list-style:none; }
div.selectbox_option a{ display:block;height:1.3em;font-size:13px;color:#6d6e71;word-break:break-all;line-height:1.6em;text-decoration:none;padding:5px 9px 6px;_padding:6px 9px 5px;overflow:hidden; }
/*div.selectbox_option a.on, div.selectbox_option a:hover{ color:#fff;background:#f15a2b; }*/
div.selectbox_option a:hover{ color:#fff;background:#747578; }

/* mobile */
@media all and (max-width:700px) {
    select{ min-height:28px;max-height:30px;padding:0 18px 0 0;margin:0;font-size:12px;line-height:30px;text-indent:7px;color:#6d6e71;border:1px solid #cacbcd;border-radius:0;background:#fff url('../img/common/bul_x2_selectbox.gif') right top no-repeat;background-size:28px 28px; }
}