#layout.study div#contentsArea ul,
#layout.study div#contentsArea li {
  list-style: none;
  margin: 0;
  padding: 0;
}

#layout.study div#contentsArea {
  padding: 0 20px 20px;
}

#layout.study div#contentsArea>ul>li {
  overflow: hidden;
  margin-bottom: 10px;
  border: 1px solid #bfc3c4;
  border-top: 4px solid #bfc3c4;
  background: url(/images/study/bg_study.png);
}

#layout.study div#contentsArea>ul>li:hover,
#layout.study div#contentsArea>ul>li.openClass {
  border-top-color: #ffd457;
}

#layout.study div.summuryArea {
  overflow: hidden;
  background: #fff;
  cursor: pointer;
}

#layout.study div.summuryArea>div,
#layout.study div.summuryArea img {
  width: 128px;
  height: 96px;
}

#layout.study div.summuryArea img {
  float: left;
  margin: 10px;
}

#layout.study div.summuryArea>div {
  position: absolute;
  margin: 10px;
}

#layout.study div.summuryArea>h1,
#layout.study div.summuryArea>h2,
#layout.study div.summuryArea>h3 {
  overflow: hidden;
  float: left;
  display: inline-block;
  width: 460px;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #999;
}

#layout.study div.summuryArea>h1 {
  line-height: 24px;
  font-size: 14px;
  margin-top: 20px;
  color: #333;
}

#layout.study div.summuryArea>h1 span {
  display: inline-block;
  border-bottom: 2px solid #fff;
}

#layout.study div.summuryArea:hover>h1 span {
  border-bottom: 2px solid #333;
}

#layout.study div.summuryArea>h2 {
  line-height: 18px;
  font-size: 15px;
  margin-top: 3px;
  color: #666;
}

#layout.study div.summuryArea>h3 {
  line-height: 15px;
  font-size: 12px;
  margin-top: 12px;
  color: #999;
}

#layout.study div.summuryArea>h3 strong {
  display: inline-block;
  padding: 0 8px;
  margin-left: 15px;
  background: #0780c2;
  border-radius: 4px;
  line-height: 18px;
  color: #fff;
}

#layout.study div.summuryArea>h3 strong.score {
  margin-left: 5px;
  padding: 0 8px;
  background: #07c273;
}

#layout.study div.summuryArea ul {
  float: right;
}

#layout.study div.summuryArea li {
  float: left;
  width: 104px;
  height: 116px;
  border-left: 1px solid #bfc3c4;
  background: #f5f5f5;
  text-align: center;
  color: #2665ae;
  font-size: 20px;
  line-height: 76px;
}

#layout.study div.summuryArea li strong {
  font-size: 30px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}

#layout.study div.summuryArea li>h1 {
  height: 40px;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #bfc3c4;
  line-height: 40px;
  color: #343434;
  font-size: 12px;
}

#layout.study div.summuryArea li.smallText>h1 {
  margin-bottom: 5px;
}

#layout.study div.summuryArea li.smallText {
  font-size: 15px;
  line-height: 30px;
}

#layout.study div.summuryArea li.smallText strong {
  font-size: 20px;
}

#layout.study div.summuryArea li button.epilogue {
  overflow: hidden;
  width: 80px;
  height: 70px;
  border: none;
  background: url(/images/study/btn_write.png) no-repeat center top;
  line-height: 108px;
  font-size: 15px;
  font-weight: 700;
  color: #999;
}

#layout.study div.summuryArea li button.epilogue:hover {
  background: url(/images/study/btn_write.png) no-repeat center bottom;
  color: #2665ae;
}

#layout.study div.summuryArea li.passOK {
  line-height: 1;
}

#layout.study div.summuryArea li.passOK strong.red {
  margin-top: 16px;
  display: inline-block;
}

#layout.study div.summuryArea li.passOK button {
  margin-top: 8px;
  height: 18px;
  background: #82899f;
  border-radius: 4px;
  border: none;
  line-height: 1;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
}

#layout.study div#contentsArea>ul>li>button {
  width: 100%;
  height: 30px;
  border: none;
  background-color: #ffd457;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-image: url(/images/study/btn_studyopen.png);
}

#layout.study div#contentsArea>ul>li.openClass>button {
  background-image: url(/images/study/btn_studyclose.png);
}

#layout.study div#contentsArea>ul>li:hover>button {
  background-position: center top;
}

#layout.study div#contentsArea>ul>li>ul {
  overflow: hidden;
  margin: 15px 10px 15px;
  border: 1px solid #bfc3c4;
  background: #fff;
}

#layout.study div#contentsArea>ul>li>ul li {
  float: left;
  width: 33.3%;
  height: 68px;
  padding: 0px 10px 20px 103px;
  margin: 0;
  background-repeat: no-repeat;
  background-position: 18px center;
  line-height: 22px;
  cursor: pointer;
}

#layout.study div#contentsArea>ul>li>ul li h1 {
  margin: 0;
  padding: 0;
  font-size: 12px;
}

#layout.study div#contentsArea>ul>li>ul.bookMenu li {
  width: 303px;
  height: 108px;
  padding: 17px 0 0;
  background-position: 0 0;
  background-repeat: no-repeat;
  text-align: center;
  box-sizing: border-box;
}

#layout.study div#contentsArea>ul>li>ul.bookMenu li div {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  width: 75px;
  height: 75px;
  margin-right: 21px;
}

#layout.study div#contentsArea>ul>li>ul.bookMenu li:hover div img {
  margin-top: -75px;
}

#layout.study div#contentsArea>ul>li>ul.bookMenu li h1 {
  display: inline-block;
  vertical-align: middle;
  margin-top: 4px;
  font-size: 19px;
  line-height: 23px;
  color: #343434;
}

#layout.study div#contentsArea>ul>li>ul.bookMenu li:hover h1 {
  text-decoration: underline;
}

#layout.study div#contentsArea>ul>li>ul.bookMenu li h1 span {
  margin: 0;
  font-size: 13px;
  color: #343434;
}

#layout.study div#contentsArea>ul>li>ul li strong {
  font-size: 15px;
}

#layout.study div#contentsArea>ul>li>ul li span {
  color: #787878;
}

#layout.study div#contentsArea>ul>li>ul li a {
  color: #2665ae;
}

#layout.study div#contentsArea>ul>li>ul li a:after {
  content: ' >'
}

#layout.study div#contentsArea>ul>li>ul li+li {
  border-left: 1px solid #bfc3c4;
}

#layout.study div#contentsArea>ul>li>ul li.setSummary {
  background-image: url(/images/study/ico_study.png);
}

#layout.study div#contentsArea>ul>li>ul li.middleTest {
  background-image: url(/images/study/img_test01_small.png);
}

#layout.study div#contentsArea>ul>li>ul li.lastTest {
  background-image: url(/images/study/img_test02_small.png);
}

#layout.study div#contentsArea>ul>li>ul li.report {
  background-image: url(/images/study/img_report_small.png);
}

#layout.study div#contentsArea>ul>li>ul li:hover {
  background-color: #efefef;
}

#layout.study div#contentsArea>ul>li table {
  width: 911px;
  margin: 0 10px 5px;
  border-collapse: collapse;
  background: #fff;
  border: 1px solid #bfc3c4;
  border-bottom: none;
}

#layout.study div#contentsArea>ul>li table th,
#layout.study div#contentsArea>ul>li table td {
  height: 48px;
  border-bottom: 1px solid #bfc3c4;
  border-top: 1px solid #bfc3c4;
}

#layout.study div#contentsArea>ul>li table th {
  text-align: left;
  font-weight: normal;
  line-height: 18px;
  padding: 10px 0;
  color: #565656;
}

#layout.study div#contentsArea>ul>li table th strong {
  color: #343434;
  font-size: 14px;
  word-break: break-all;
}

#layout.study div#contentsArea>ul>li table td {
  text-align: center;
}

#layout.study div#contentsArea>ul>li table button {
  overflow: hidden;
  height: 25px;
  margin-right: 10px;
  padding: 0;
  border: none;
  background: none;
}

#layout.study div#contentsArea>ul>li table button img {
  margin-top: -25px;
}

#layout.study div#contentsArea>ul>li table button:hover img {
  margin-top: 0;
}

#layout.study div#contentsArea>ul>li table.passCheck {
  margin-top: 15px;
}

#layout.study div#contentsArea>ul>li table.passCheck th,
#layout.study div#contentsArea>ul>li table.passCheck td {
  height: 30px;
  padding: 0;
  text-align: center;
  border: 1px solid #bfc3c4;
}

#layout.study div#contentsArea>ul>li table.passCheck th {
  background: #eaf2f8;
  color: #343434;
}

#layout.study div#contentsArea>ul>li table.passCheck td.title {
  background: #2665ae;
  font-weight: 700;
  color: #fff;
}

#layout.study div#contentsArea>ul>li table.passCheck td.downFile,
#layout.study div#contentsArea>ul>li>table.passCheck td.detailView {
  width: 120px;
}

#layout.study div#contentsArea>ul>li table.passCheck td a {
  color: #343434;
  text-decoration: none;
}

#layout.study div#contentsArea>ul>li table.passCheck td.downFile h1,
#layout.study div#contentsArea>ul>li>table.passCheck td.detailView h1 {
  font-size: 14px;
  margin: 0;
  padding-top: 80px;
  background-repeat: no-repeat;
  background-position: center top;
}

#layout.study div#contentsArea>ul>li table.passCheck td.downFile h1 {
  background-image: url(/images/study/img_filedown.png);
}

#layout.study div#contentsArea>ul>li table.passCheck td.detailView h1 {
  background-image: url(/images/study/img_contdetail.png);
}

#layout.study div#contentsArea>ul>li table.passCheck td.downFile:hover,
#layout.study div#contentsArea>ul>li>table.passCheck td.detailView:hover {
  text-decoration: underline;
  background: #efefef;
}

#layout.study div#contentsArea .studyNotice th,
#layout.study div#contentsArea .keyTable th {
  padding: 0;
  background: #eaf2f8;
  text-align: center;
  font-size: 13px;
  font-weight: 800;
  color: #000;
}

#layout.study div#contentsArea .studyNotice button,
#layout.study div#contentsArea .keyTable button {
  width: 91px;
  height: 30px;
  border: 1px solid #bfc3c4;
}

#layout.study div#contentsArea .studyNotice button img,
#layout.study div#contentsArea .keyTable button img {
  margin: -6px 7px 0 0;
}

#layout.study div#contentsArea .studyNotice button:hover img,
#layout.study div#contentsArea .keyTable button:hover img {
  margin: -6px 7px 0 0;
}

#layout.study div#contentsArea .studyNotice .date {
  font-size: 12px;
  color: #666;
}

#layout.study div#contentsArea .studyNotice .tit,
#layout.study div#contentsArea .keyTable .tit {
  padding-left: 34px;
  text-align: left;
  font-size: 12px;
  color: #000;
}

#layout.study div#contentsArea .keyTable td strong {
  color: #2665ae;
}

#layout.study div#contentsArea>ul>li.noList {
  height: 120px;
  background: #efefef;
  line-height: 120px;
  font-size: 15px;
  border: 1px solid #ccc;
  text-align: center;
  font-weight: bold;
}

#layout.study .openClass div.summuryArea {
  border-bottom: 1px solid #bfc3c4;
}

#layout.study div.summuryArea:hover div,
#layout.study .openClass div.summuryArea div {
  display: none;
}
#titleArea h2 {
  display: flex;
  align-items: center;
}