@media screen and (min-width: 800px) {
  #home-slider {  width: 800px;}
}


@media screen and (min-width: 640px) {
    .contents {    height: 90%; }
    .logo {    width: 13%; margin-top: 17%; } 
    h1 span:not(.emphasis) { font-size: 25%;}  
    h1 + p  { font-size: 105%;}  
    .logofooter {    width: 24%;    margin-left: -12%; }
    p.logofooter02 {    width: 40%;    margin-top: 10% !important; }
    
    /*두번째*/
    h1 span.spo4 {line-height: 150%; font-size: 30%;     margin-top: 5%;}
    
    /*세번째 목차*/
    .tit01 {font-size: 40% !important;}
    p.contit01, p.contit03 {left:10%;}
    p.contit01, p.contit02, p.contit03, p.contit04, p.contit05 {font-size: 110%; line-height: 140%; font-weight: 200;}
    p.contit01 img, p.contit03 img, p.contit05 img {width:70%;}
    p.contit02 img {width:60%;}
    p.contit02 {left: 45%; top:13%;}
    p.contit04 {left: 45%;}
    p.contit04 img {width:50%; margin-bottom: 5%;}
    p.contit05 {left: 60%;}
    p.contit05 img {margin-bottom: 2%;}
    p.contit01 > .contit0, p.contit02 > .contit0, p.contit03 > .contit0, p.contit04 > .contit0, p.contit05 .contit0 { font-size: 150%; }

}



/*아이패드-211116*/
@media screen and (min-height: 1000px) {
    p.zoo {font-size: 10px;}
}

/*아이패드프로13인치세로형*/
@media (min-width: 1000px) and (min-height: 1280px) {
   /*1번슬라이드*/
    .contents .logo {margin-top: 35%;}
   /*2번슬라이드*/
    h1 span.spo4 {margin-top: 25%;}
    /*3번슬라이드*/
    p.contit01 {top: 33%;}
    p.contit02 {top: 30%;}
}



/*아이패드 가로형*/
@media (min-width: 1000px) and (min-height: 650px) {
    .contents .logo {margin-top: 13%; margin-top: 8%;}
    p.logofooter02 {width: 30%; margin-top: 6% !important;}
    p.contit02 img {width: 42%;}
    p.contit01 img, p.contit03 img {width: 50%;}
}
/*아이패드프로13인치가로형*/
@media (min-width: 1281px) and (min-height: 1000px) {
}

/*아이패드프로13인치가로형그이상*/
@media (min-width: 1380px) and (min-height: 1000px) {
    /*1번슬라이드*/
    .contents .logo {margin-top: 35%;}
    /*2번슬라이드*/
    h1 span.spo4 {margin-top: 25%;}
    /*3번슬라이드*/
    p.contit01 {top: 33%;}
    p.contit02 {top: 30%;}

}