body, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset, legend, input, textarea
a, button, select {
    margin: 0;
    padding: 0;
}
html,body, input, textarea, select, button, table {
    font-family: '나눔 고딕';
    font-size: 12px;
   

}
img, fieldset {
    border: 0;
}
ul, ol {
    list-style: none;
}
em, address {
    font-style: normal;
}
a {
    text-decoration: none;
}

ul,li {list-style:none;}
    img {border:0;}
  
                 

/* 가로*/   
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    #sliderWrap2 li {display:block;}
     #sliderWrap2 li img {width:100%; }
      #sliderWrap { display:none;}
}

/* 세로*/ 
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
     #sliderWrap li img { width:86%; margin-left:7%;}
     #sliderWrap li {display:none; width:100%; padding:20px;}
      #sliderWrap2 { display:none;}
    
     #sliderWrap li:first-child {display:block;}
} 
