@charset "utf-8";

/* Common */ 
html{padding:0; min-height:100%;}
body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea,button,select{margin:0;padding:0;}
body,input,textarea,select,button,table{font-family:'맑은 고딕','malgun','Malgun Ghothic',Dotum,돋움,Arial,sans-serif,AppleGothic !important;}
img,fieldset{border:0;}
ul,ol{list-style:none;}
em,address{font-style:normal;}
a{text-decoration:none;}
a:hover,a:active,a:focus{text-decoration:none;}
img{-webkit-perspective:1}

/* board */
h1{font-size:2em;}
h2{font-size:1.5em;}
.sub_total_cont{padding-left:30px;}
.left_navi_list ul li a{color:#fff;}
.sub_total_cont{width:100%; margin-left:0px;}
#bo_v_table{display:none; }

/* 02. Desktop Device */
@media all and (max-width:1200px) {
}

/* 03. Tablet Device */
@media all and (max-width:910px) {
}

/* 04. Mobile Device */
@media all and (max-width:750px) {
}

/* 05. Old Mobile Device */
@media all and (max-width:320px) {
}

