/***********************************************************************
 * #Contents .mainCont
 ********************************************************************* */
@media print, screen and (min-width: 768px) {
  #Contents .mainCont .introTxt {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  #Contents .mainCont .introTxt {
    margin-bottom: 20px;
  }
}

/***********************************************************************
 * #Contents .pageSect
 ********************************************************************* */
#Contents .pageSect:first-child {
  margin-top: 0;
}
@media print, screen and (min-width: 768px) {
  #Contents .pageSect {
    margin-top: 70px;
  }
  #Contents .pageSect .sectTit {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  #Contents .pageSect {
    margin-top: 35px;
  }
}

/***********************************************************************
 * #Contents .learnSect
 ********************************************************************* */
@media print, screen and (min-width: 768px) {
  #Contents .learnSect .sectMain .panelList {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  #Contents .learnSect .sectMain .panelList {
    margin-bottom: 35px;
  }
}

/***********************************************************************
 * #Contents .otherSect
 ********************************************************************* */
@media print, screen and (min-width: 768px) {
  #Contents .otherSect .cafeBlock {
    margin-top: 40px;
  }
  #Contents .otherSect .cafeBlock .blockTit {
    margin-bottom: 30px;
  }
}

@media print, screen and (min-width: 768px) {
  #Contents .otherSect .sectMain .modPanelList {
    margin-bottom: 70px;
  }
}

@media only screen and (max-width: 767px) {
  #Contents .otherSect .cafeBlock {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  #Contents .otherSect .sectMain .modPanelList {
    margin-bottom: 35px;
  }
}


/***********************************************************************
 * #Contents .blockSect
 ********************************************************************* */
@media print, screen and (min-width: 768px) {
  #Contents .blockMain {
    font-size: 15px;
  }
  #Contents .blockMain p{
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #Contents .blockMain p{
    margin-top: 5px;
  }
}
